body {
  font-display: swap !important;
}

/*====Header====*/
header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  padding: 0px 0 10px;
}

#logo_home h1 a,
header#colored #logo_home h1 a,
header#plain #logo_home h1 a,
header.sticky #logo_home h1 a {
  height: 64px;
  display: block;
  background-image: url(../images/logo-header.png);
  background-repeat: no-repeat;
  background-position: left top;
  text-indent: -9999px;
}

header.sticky #logo_home h1 a {
  height: 64px;
  display: block;
  background-image: url(../images/logo-header-b.png);
  background-repeat: no-repeat;
  background-position: left top;
  text-indent: -9999px;
}

#top_line {
  color: #fff;
  font-size: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 11px;
  visibility: visible;
  opacity: 1;
  position: relative;
  z-index: 999999;
  padding: 4px 0 5px;
}

.main-menu {
  position: relative;
  z-index: 9;
  width: auto;
}

.main-menu a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.main-menu ul,
.main-menu ul li,
.main-menu ul li a {
  position: relative;
  margin-bottom: 0;
  margin: 0;
  padding: 0;
}

.main-menu ul li a {
  display: block;
  line-height: 20px;
  padding: 10px;
}

.main-menu > ul > li > a {
  color: #fff;
  padding: 10px 13px;
  font-size: 16px;
  font-weight: 600;
}

.main-menu > ul > li.select > a {
  background-color: #fff;
  color: #000;
}

.sticky .main-menu > ul > li > a {
  color: #333;
}

.sticky .main-menu > ul > li:hover > a {
  color: #06ab7d;
}

header#plain .main-menu > ul > li > a {
  color: #333;
}

header#plain .main-menu > ul > li:hover > a {
  color: #e04f67;
}

header#colored.sticky .main-menu > ul > li > a {
  color: #fff;
}

#search_container_2.contactbanner {
  position: absolute;
  top: -40px;
  background: #ccc url("../assets/images/contact_banner.webp") no-repeat center
    top;
  background-size: cover;
  color: #fff;
  width: 100%;
  display: inline-block;
  z-index: 99;
}

/*-----end header-------*/

/*beyond_section start*/
.beyond_section {
  padding-bottom: 50px;
  padding-top: 30px;
  background: #fff;
  /* margin-top: -1000px; */
  display: none;
}

.beyond_section .content_box h3 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 32px;
  text-transform: capitalize;
  color: #000;
  border-bottom: 1px solid var(--main_color);
  padding-bottom: 8px;
  padding-top: 80px;
}

.beyond_section .content_box p {
  font-family: roboto;
  font-weight: 500;
  color: #000;
  font-size: 16px;
}

.beyond_section .image_box .image_con {
  border-radius: 10px;
  width: 100%;
  height: 320px;
  overflow: hidden;
  position: relative;
  transition: 1s;
  z-index: 100;
  background-color: #fff;
}

.beyond_section .image_box .image_con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.beyond_section .image_box .image_con .postion_box {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0px;
  height: 100%;
  background: #091d33ba;
}

.beyond_section .image_box .image_con .postion_box h5 {
  font-family: "Poppins";
  font-weight: 600;
  color: #fff;
  padding-top: 52%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.beyond_section .image_box .image_con .postion_box .button_box {
  display: flex;
  justify-content: center;
}

.beyond_section .image_box .image_con .postion_box a {
  text-decoration: none;
  padding: 6px 16px;
  background: #fff;
  border-radius: 100px;
  color: #000;
  margin-top: 5px;
  font-family: "Roboto";
  display: inline-block;
}

.beyond_section .image_box .image_con:hover .postion_box {
  top: 0%;
  transition: 1s;
}

.beyond_section .image_box .image_con .conup {
  top: 0% !important;
}

/*=========header_section start=========*/
.header_section {
  padding-top: 10px;
  padding-bottom: 2px !important;
}

.header_section.newClass {
  box-shadow: -3px -3px 20px #00000057;
}

.header_section.newClass .navbar-light .navbar-nav .nav-link {
  color: #000;
}

.header_section.newClass .navbar-light .navbar-nav .active > .nav-link {
  color: #000;
}

#header {
  position: sticky;
  top: 0px;
  width: 100%;
  transition: 0.2s;
  z-index: 9999;
  backdrop-filter: blur(3px);
  box-shadow:
    rgba(0, 0, 0, 0.12) 0px 1px 3px,
    rgba(0, 0, 0, 0.24) 0px 1px 2px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), hsla(0, 0%, 63%, 0));
}

.header_section nav .call_to_action a {
  padding: 3px 12px 3px 3px;
  background: var(--main_color);
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  border-radius: 100px;
  font-size: 14px;
  margin: 0px 10px 0px 0px;
  color: #fff;
  box-shadow: -3px 13px 15px -9px #0000006b;
  text-transform: capitalize;
  transition: 1s;
  animation: 1s button infinite;
}

.header_section nav .call_to_action a:hover {
  background: #007bff;
  transition: 1s;
}

/* @keyframes button {
                0%{
                  box-shadow: 0px 0px 0px 0px #0000007d, 0px 0px 0px 8px #00000022;
                }
                100%{
                  box-shadow: 0px 0px 0px 5px #0000007d, 0px 0px 0px 8px #00000022;
                }
              } */
.header_section nav .call_to_action .icon_box {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #ffffff;
  margin-right: 8px;
  overflow: hidden;
}

.header_section nav .call_to_action .icon_box img {
  width: 28px;
  object-fit: contain;
}

.header_section nav .call_to_action .icon_box i {
  color: #63ac45;
}

.header_section ul.navbar-nav.mr-auto {
  margin-top: 12px;
}

.header_section .navbar-nav .dropdown-menu {
  float: none;
  width: max-content;
  height: max-content;
  /* overflow-y: scroll; */
  left: 0%;
  /* box-shadow: 0px 10px 20px #00000073; */
  padding: 15px;
  top: 48px;
  position: absolute !important;
  z-index: 9998;
  transform: translateX(-27%);
}

.header_section .navbar-nav ul.dropdown-menu.flex_menubox.show {
  display: flex;
  padding: 10px 5px 10px 5px;
  /* margin-left: -11px; */
}

.header_section .navbar-nav ul.dropdown-menu.flex_menubox1.show {
  /* display: flex;
                padding: 10px 5px 10px 5px;
                flex-wrap: wrap; */
  /* margin-left: -11px; */
  display: flex;
  flex-wrap: wrap;
  padding: 10px 5px;
  max-width: 662px;
  margin: 0 auto;
  gap: 5px;
}

.header_section .navbar-nav ul.dropdown-menu.flex_menubox.show li {
  margin: 0px 14px;
}

.header_section .navbar-nav ul.dropdown-menu.flex_menubox1.show li {
  margin: 0px 14px;
}

.header_section .navbar-nav ul.dropdown-menu.flex_menubox.show .sub_menubox {
  overflow: unset;
  height: auto;
  width: 225px;
  background: #f5f5f5;
  margin: 5px 4px;
  padding: 10px;
  /* width: calc(25% - 8px);  */
  /* width: calc(24% - 40px); */
}

.header_section .navbar-nav ul.dropdown-menu.flex_menubox1.show .sub_menubox1 {
  /* overflow: unset;
                height: auto; */
  /* width: 225px; */
  /* background: #f5f5f5;
                margin: 5px 4px;
                padding: 10px;;
                width: calc(22% - 8px);  */
  /* width: calc(24% - 40px); */
  width: 154px;
  box-sizing: border-box;
  background: #f5f5f5;
  margin: 5px 0;
  padding: 10px;
  overflow: unset;
  height: auto;
}

.header_section .navbar-nav .dropdown-menu .sub_menubox .menuName {
  font-family: roboto;
  font-weight: 500;
  color: #212121;
  font-size: 14px;
  border-bottom: 1px solid #c1c1c1c9;
  padding-bottom: 5px;
}

.header_section .navbar-nav .dropdown-menu .sub_menubox1 .menuName {
  font-family: roboto;
  font-weight: 500;
  color: #212121;
  font-size: 14px;
  border-bottom: 1px solid #c1c1c1c9;
  padding-bottom: 5px;
}

.header_section .navbar-nav .dropdown-menu .sub_menubox a {
  text-decoration: none;
}

.header_section .navbar-nav .dropdown-menu .sub_menubox a {
  color: #000;
}

.header_section .navbar-nav .dropdown-menu .sub_menubox .menuItem {
  font-family: roboto;
  font-weight: 300;
  color: #000;
  font-size: 11.5px;
  margin: 0px;
  padding: 5px 0px 0px 12px;
  transition: 1s;
  cursor: pointer;
  position: relative;
}

.header_section .navbar-nav .dropdown-menu .sub_menubox .menuItem::after {
  content: "\f0da";
  font-family: "FontAwesome";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 0;
  color: rgb(1 3 43);
}

.header_section .navbar-nav .dropdown-menu .sub_menubox .menuItem:hover {
  padding-left: 20px;
  transition: 1s;
}

.header_section .navbar-nav .dropdown-menu .sub_menubox1 a {
  text-decoration: none;
}

.header_section .navbar-nav .dropdown-menu .sub_menubox1 a {
  color: #000;
}

.header_section .navbar-nav .dropdown-menu .sub_menubox1 .menuItem {
  font-family: roboto;
  font-weight: 300;
  color: #000;
  font-size: 11.5px;
  margin: 0px;
  padding: 5px 0px 0px 12px;
  transition: 1s;
  cursor: pointer;
  position: relative;
}

.header_section .navbar-nav .dropdown-menu .sub_menubox1 .menuItem::after {
  content: "\f0da";
  font-family: "FontAwesome";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 0;
  color: rgb(1 3 43);
}

.header_section .navbar-nav .dropdown-menu .sub_menubox1 .menuItem:hover {
  padding-left: 20px;
  transition: 1s;
}

/*.header_section .navbar-nav .dropdown-menu .sub_menubox .menuItem .header_arrowcon {*/
/*  font-size: 12px;*/
/*  padding-right: 4px;*/
/*  color: #007bff;*/
/*}*/

.header_section .top_headersc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.header_section .top_headersc .right_ulbox .icon_ele {
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #0000001f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_section .top_headersc ul {
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 0px;
}

.header_section .top_headersc ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 7px;
}

.header_section .top_headersc ul li .icon_box {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #007bff;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
  animation: nikon 3s linear infinite;
}

@keyframes nikon {
  form {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.header_section .top_headersc ul li .icon_box .top_hicon {
  font-size: 16px;
  color: #fff;
}

.header_section .top_headersc ul li .text_box {
  margin-left: 10px;
}

.header_section .top_headersc ul li .text_box h5 {
  font-family: "Alkatra";
  font-weight: 700;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.header_section .top_headersc ul li .text_box p {
  font-size: 10px;
  padding: 0px;
  margin: 0px;
}

.header_section .navbar-light .navbar-nav .nav-link {
  padding-left: 22px;
  font-family: "Roboto";
  font-weight: 400;
  color: #fff;
  padding-top: 10px;
  font-size: 15px;
}

.header_section .navbar-light .navbar-nav .active > .nav-link {
  color: #fff;
}

.header_section .navbar-light .navbar-nav .nav-link .header_menuicon {
  padding-right: 2px;
}

.header_section .navbar-light .navbar-nav .nav-link .header_menuicon1 {
  padding-right: 6px;
}

.header_section .top_headersc {
  padding-bottom: 7px;
  padding-top: 10px;
}

.header_section .navbar-expand-lg {
  padding: 5px 0px 2px 0px;
  height: 62px;
}

.header_section .top_headersc .left_ulbox {
  width: 79%;
  margin-left: 17%;
}

.header_section .top_headersc .left_ulbox marquee {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
  padding-top: 6px;
  cursor: pointer;
}

/* .header_section {
                height: 108px;
              } */

.header_postionbox {
  width: 76px;
  height: 71px;
  position: relative;
  display: flex;
  align-items: center;
  top: -4px;
  justify-content: center;
  background: #fff;
}

.header_postionbox img {
  width: 100%;
  height: 100%;
}

.navbar-expand-lg .navbar-collapse {
  margin-top: -5px;
}

/*DropDown*/
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

.collapse:not(.show) {
  display: none;
}

.stil_bannersc {
  display: none;
}

.Top_placesc .right_box .right_imgbox {
  border-radius: 10px;
}

.Top_placesc .left_box .image_con {
  border-radius: 10px;
  height: 395px;
}

.Top_placesc .right_box .rightext_box {
  height: 75px;
  width: 100%;
  left: 0%;
  padding: 10px 0px 0px 0px;
  border-radius: 10px;
  background: linear-gradient(45deg, black, transparent);
}

.Top_placesc .right_box .right_imgbox {
  height: 190px;
}

.Top_placesc .right_box .top_con {
  margin-top: 15px;
  height: revert;
}

.Top_placesc .right_box .top_con .rightext_box {
  background: linear-gradient(45deg, black, transparent);
}

.Top_placesc .right_imgbox.r_topcon {
  margin-top: 15px;
}

.Top_placesc .right_box .rightext_box h3 {
  text-transform: capitalize;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-wrap: nowrap;
}

@media only screen and (max-width: 991px) {
  .up_header .sale_offertextbox p {
    font-size: 11px !important;
  }

  .header_section
    .navbar-nav
    ul.dropdown-menu.flex_menubox1.show
    .sub_menubox1 {
    overflow: unset;
    height: auto;
    width: 225px;
    background: transparent;
    margin: 5px 4px;
    padding: 10px;
  }

  footer .footer_calltoaction {
    justify-content: left !important;
  }

  .site-footer .top-footer {
    padding-bottom: 0px !important;
  }

  footer .social_linkbox {
    display: revert !important;
    padding: 0px 0px 0px 15px;
  }

  .banner_section .image_box {
    height: 340px;
    margin-top: 0px !important;
    overflow: hidden !important;
  }

  .banner_section .text_postion_box h1 {
    font-size: 17px;
  }

  .banner_section .text_postion_box .button_box {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .banner_section .text_postion_box .button_box a {
    padding: 8px 20px;
    background: #1d71b8;
    font-size: 14px;
    border-radius: 2px;
  }

  .stil_bannersc {
    background: url("../assets/images/srilanka-tab.webp");
    /*padding-top: 130px !important;*/
    /*padding-bottom: 60px !important;*/
    margin-top: 100px;
    justify-content: center;
    align-items: center;
    display: flex !important;
    background-size: cover !important;
    position: relative;
    z-index: 1;
    height: 250px;
    overflow: hidden;
  }

  .stil_bannersc::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, black, transparent);
    z-index: -1;
  }

  .stil_bannersc .text_box {
    text-align: center !important;
  }

  .stil_bannersc .text_box h1 {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    padding: 0px 20px;
  }

  .stil_bannersc .text_box a {
    padding: 5px 14px;
    background: #007bff;
    color: #fff;
    margin: 10px 0px 0px 0px;
    display: inline-block;
  }

  #widgetDivPathfndr {
    display: none !important;
  }

  .header_section .top_headersc {
    justify-content: right !important;
  }

  .banner_section {
    top: 0px !important;
    padding-top: 100px;
    z-index: 999;
  }

  .banner_section .postion_ratingbox {
    display: none;
  }

  .header_section {
    height: 100px;
  }

  .beyond_section .image_box .image_con {
    margin-top: 20px;
  }

  .beyond_section .content_box h3 {
    padding-top: 0 !important;
  }

  .header_postionbox {
    width: 100px;
    top: -51px;
    left: -12px;
  }

  .beyond_section .image_box .image_con .postion_box h5 {
    padding-top: 40% !important;
  }

  .header_section #navbarSupportedContent {
    position: absolute;
    top: 60px;
    background: #fff;
    width: 100%;
    left: 0px;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 0px 23px 10px #00000024;
  }

  .header_section .navbar-toggler {
    position: relative;
    top: -28px;
  }

  .header_section .navbar-light .navbar-nav .nav-link {
    display: inline-block !important;
    color: #000;
  }

  .header_section .navbar-light .navbar-nav .nav-link {
    padding-left: 0px;
    padding-top: 0px;
  }

  .header_section .navbar-nav .dropdown-menu {
    width: 100% !important;
    left: 0px !important;
  }

  .content_box p {
    font-size: 14px;
  }

  /*.widget_home1{height: 0px !important;}*/
  .Top_placesc .left_box .image_con {
    height: 248px !important;
  }

  .Top_placesc .left_box .text_box {
    height: 135px;
  }

  .Top_placesc .right_box .rightext_box {
    width: 92%;
    left: 4%;
    height: 70px;
  }

  .Top_placesc .text_box a {
    padding: 3px 8px;
    font-size: 12px;
    margin-top: -4px;
  }

  .Top_placesc .left_box .text_box h3 {
    font-size: 18px;
  }

  .Top_placesc .right_box .top_con {
    margin-top: 22px !important;
  }

  .Top_placesc .right_imgbox.top_con1 {
    margin-top: 20px;
  }

  .Top_placesc .heading_box h2 {
    font-size: 25px;
  }

  .offer_section {
    padding-top: 0px !important;
  }

  .offer_section .nav-tabs {
    justify-content: left !important;
    margin-top: 12px !important;
  }
}

/*offer_section start*/
.offer_section {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
}

.offer_section .heading_box h2 {
  font-family: "Poppins";
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
  font-size: 27px;
}

.offer_section .heading_box h2 span {
  font-family: "Indie Flower";
  font-weight: 700;
  color: #17a2b8;
}

.offer_section .nav-tabs .nav-link {
  margin-right: 10px;
  background: #f1f1f1;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  font-family: "Roboto";
  border-radius: 4px;
  box-shadow:
    rgba(0, 0, 0, 0.12) 0px 1px 3px,
    rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.offer_section .nav-tabs .nav-link img {
  width: 20px;
  margin-right: 3px;
}

.offer_section .nav-tabs .nav-link.active {
  background: #17a2b8;
  color: #fff;
}

.offer_section .nav-tabs {
  border-bottom: none;
  justify-content: right;
}

.offer_section .offer_box {
  /* display: flex;
                    justify-content: space-between; */
  padding: 8px;
  background: #fff;
  /* box-shadow: 0 1px 6px 0 rgb(0 0 0 / 39%); */
  border-radius: 4px;
  margin-top: 10px;
  position: relative;
}

.offer_section .offer_box .postion_box {
  content: "";
  position: absolute;
  top: 8px;
  z-index: 999;
  left: 8px;
  padding: 1px 10px;
  background: linear-gradient(93deg, #ff7b26, #ec048c);
  border-radius: 10px 0px 0px 0px;
}

.offer_section .offer_box .postion_box h3 {
  font-family: roboto;
  font-weight: 600;
  color: #fff;
  text-shadow: -2px -1px 4px #00000052;
  font-size: 12px;
  padding-left: 0px;
  padding-top: 6px;
  line-height: 1;
}

.offer_section .offer_box .postion_box h3 span {
  font-size: 10px;
}

.offer_section .offer_box .image_box {
  height: 280px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.offer_section .owl-carousel button.owl-dot {
  position: absolute;
  bottom: 10px;
  transform: translateX(-50%);
  left: 46%;
  width: 8px !important;
  height: 8px !important;
  background: #c0c0c0 !important;
  border-radius: 100px !important;
  margin: 0px 0px 0px 10px !important;
}

.offer_section .owl-carousel button.owl-dot.active {
  background: #fff !important;
  margin: 0px 0px 0px 22px !important;
}

.offer_section .offer_box .image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer_section .text_box {
  /* width: 68%;
                    margin-left: 4%; */
  position: relative;
  padding: 10px 10px 20px 10px;
  box-shadow:
    rgba(0, 0, 0, 0.12) 0px 1px 3px,
    rgb(0 0 0 / 11%) 0px 1px 2px;
}

.offer_section .text_box h4 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  color: #000;
  padding-right: 40px;
  padding-top: 5px;
  padding-top: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.offer_section .text_box:after {
  content: "";
  position: absolute;
  top: 42px;
  left: 0;
  width: 40px;
  height: 2px;
  background: red;
  display: none;
}

.offer_section .text_box .price {
  font-family: roboto;
  color: var(--main_color);
  font-size: 16px;
  font-weight: 600;
  padding-top: 5px;
  margin: 0px;
}

.offer_section .text_box span {
  font-size: 10px;
  font-weight: 400;
  color: #000;
}

.offer_section .text_box sub {
  color: #000000bf;
  font-size: 10px;
}

.offer_section .offer_box .text_box .button_box {
  display: flex;
  justify-content: space-between;
  margin: 15px 0px 0px 0px;
}

.offer_section .offer_box .text_box a.details_btn {
  text-decoration: none;
  font-size: 15px;
  text-align: center;
  display: block;
  padding: 10px 6px;
  font-family: "Roboto";
  background: #17a2b8;
  color: #fff;
  width: 82%;
  border-radius: 4px;
}

.offer_section .offer_box .text_box a.call_btn {
  padding: 8px 13px;
  border: 1px solid #17a2b8;
  color: #17a2b8;
  border-radius: 4px;
}

.offer_section .offer_box .text_box .rating_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0px 0px 0px;
}

.offer_section .offer_box .text_box .rating_box h5 {
  font-size: 17px;
  font-weight: 800;
  font-family: "Indie Flower";
  color: #f37002;
}

.offer_section .offer_box .text_box h4 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  backdrop-filter: blur(5px);
  width: 100%;
  background: #2cb3bb1a;
  border-radius: 4px;
  padding: 6px 9px;
  margin: 15px 0px 8px 0px;
}

.offer_section .offer_box .text_box h3 {
  font-size: 20px;
}

.offer_section .offer_box .text_box h6 {
  font-size: 15px;
}

.offer_section .offer_box .text_box h6 span {
  margin: 0px 0px 0px 10px;
  padding: 4px 10px;
  background: #f37002;
  color: #fff;
}

.offer_section .offer_box .text_box h6 del {
  margin: 0px 0px 0px 10px;
  font-size: 13px;
}

.offer_section .offer_box .text_box .rating_box span {
  color: #19ad6f;
  font-size: 14px;
}

.offer_section .offer_box .text_box p {
  margin: 0px;
}

.offer_section .offer_box .text_box .red_line {
  display: none;
}

.offer_section .offer_box .text_box .border_line {
  width: 100%;
  height: 1px;
  margin: 10px 0px 0px;
  background: linear-gradient(
    270deg,
    hsla(0, 0%, 100%, 0.05) -0.13%,
    hsla(0, 0%, 88%, 0.05) 0,
    #f37002 49.17%,
    hsla(0, 0%, 88%, 0.05)
  );
}

.offer_section .offer_box .image_box .save_tocartbox {
  position: absolute;
  top: 0px;
  background: linear-gradient(93deg, #ff7b26, #ec048c);
  padding: 6px 10px;
  z-index: 999;
  display: none;
}

.offer_section .offer_box .image_box .save_tocartbox h5 {
  font-size: 14px;
  color: #fff;
  margin: 0px;
}

/*fixed_chatbox_section code start*/
.fixed_chatbox_section {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  /* background: rgb(255 101 80); */
  font-size: 25px;
  color: #fff;
  position: fixed;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 30px;
  cursor: pointer;
  z-index: 9999;
}

.fixed_chatbox_section .chat_box {
  position: relative;
  transition: 1s;
}

.fixed_chatbox_section .chat_box:hover i {
  transform: rotate(360deg);
  transition: 1s;
}

.fixed_chatbox_section a {
  position: absolute;
  left: 0%;
  top: 0px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: rgb(236, 89, 35);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 22px;
  z-index: 9;
}

.fixed_chatbox_section a.whatsapp {
  top: -60px;
  background: rgb(77, 194, 71);
  font-size: 25px;
}

.fixed_chatbox_section a.number {
  top: -120px;
  background: rgb(255 101 80);
  font-size: 25px;
}

.fixed_chatbox_section .call_to_actionbox a.cross {
  background: rgb(255 101 80);
  font-size: 25px;
}

.fixed_chatbox_section #myElement {
  display: none;
  /* Hide the element by default */
}

/*end*/
.fixed_chatbox_section {
  border: none !important;
  background: transparent !important;
  width: auto !important;
  height: auto !important;
}

/* new css add 13.06.2025 */
#header.newcustomheader {
  background: #fff;
}

.newuser-dropdown-toggle {
  background-color: #01032b !important;
  border: 1px solid #01032b !important;
}

.widgetHome {
  position: absolute;
  top: 0px;
  z-index: 1000;
  overflow: revert !important;
}

.iframeHolder {
  background: url(https://cdn.metripping.com/iframeLoader.gif) top center
    no-repeat;
  position: absolute;
  background-size: 200px 200px;
  z-index: 99999999 !important;
}

.search_ifrem {
  max-width: 85% !important;
  margin: 0 auto !important;
  margin-top: 120px !important;
  height: 800px !important;
}

.widgetSearchMode {
  margin-top: 100px !important;
}

.scroll-y {
  overflow-y: revert !important;
}

.inner-scroll {
  overflow: revert !important;
}

.widget_home1 {
  height: max-content;
  position: absolute;
  z-index: 999;
  visibility: visible !important;
}

@media (max-width: 991px) {
  .beyond_section {
    margin-top: 0px !important;
    padding-top: 20px !important;
  }

  .search_ifrem {
    /*max-width: 100% !important;*/
    /*margin: revert !important;*/
    display: none !important;
  }
}

#preloader {
  /* Your preloader styles */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  /* Change as per your design */
  z-index: 9999;
}

.main_details_banner .text_box {
  z-index: 1 !important;
}
