@charset "UTF-8";
/* --- bg color start --- */
/* --- bg color end --- */
/* --- text color start --- */
/* --- text color end --- */
/*Social Icons*/
/*common*/
body {
  margin: 0px;
  padding: 0px;
}

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a, .btn {
  text-decoration: none !important;
  cursor: pointer;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.img-fluid {
  max-height: 100%;
}

.textCenter {
  text-align: center;
}

/* --- bg color start --- */
/* --- bg color end --- */
/* --- text color start --- */
/* --- text color end --- */
/*Social Icons*/
/*common*/
body {
  margin: 0px;
  padding: 0px;
}

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a, .btn {
  text-decoration: none !important;
  cursor: pointer;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.img-fluid {
  max-height: 100%;
}

.textCenter {
  text-align: center;
}

/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
.menuImage {
  height: 100%;
}
.menuImage img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.menuImage .he215 {
  height: 246px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1600px) {
  .menuImage .he215 {
    height: 145px;
  }
}

.nav-link {
  padding: 0px;
}

.crossLine {
  background: none;
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 36px;
  height: 43px;
  cursor: pointer;
  border: inherit;
}
.crossLine:focus, .crossLine:hover {
  border: inherit;
  outline: none;
}
.crossLine .line {
  display: block;
  background: #ff5313;
  height: 4px;
  width: 36px;
  border-radius: 50px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.crossLine .line.crossLine1 {
  top: 9px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine2 {
  top: 45%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine3 {
  bottom: 10px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine.active .line.crossLine1 {
  top: 42%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.crossLine.active .line.crossLine2 {
  opacity: 0;
}
.crossLine.active .line.crossLine3 {
  bottom: 45%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (max-width: 991px) {
  .crossLine.active {
    background: inherit;
    padding: 10px;
  }
  .crossLine.active .line {
    background: #8b7352;
  }
  .crossLine.active .line.crossLine3 {
    bottom: 50%;
  }
}
@media (max-width: 575px) {
  .crossLine {
    width: 36px;
    height: 42px;
  }
  .crossLine .line {
    width: 32px;
    height: 3px;
  }
}
@media (max-width: 480px) {
  .crossLine {
    width: 27px;
    height: 38px;
  }
  .crossLine .line {
    width: 27px;
  }
}

#sidebarCollapse {
  z-index: 5555;
}

/*body{
    &.overflowhidden{
        .crossLine{position: absolute;
            z-index: 9999;
            top: 2px;
            right: -36px;}
    }
}*/
/* ======= Header Css Strat ======= */
/* ------- Header Area Strat ------- */
.mainHeader {
  position: absolute;
  left: 0px;
  top: 30px;
  width: 100%;
  z-index: 6;
}
.mainHeader header {
  border-radius: 10px;
  padding: 0px 20px 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
  position: relative;
}
.mainHeader header::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(50px);
  border-radius: 10px;
  overflow: hidden;
}
.mainHeader header .naviContact {
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .naviContact a {
  margin-right: 10px;
}
.mainHeader header .naviContact a:last-child {
  margin-right: 0px;
}
.mainHeader header .naviContact a.width35 svg {
  width: 35px;
}
.mainHeader header .naviContact a.call {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FF5313), to(#FFB413));
  background: linear-gradient(180deg, #FF5313 50%, #FFB413 100%);
  color: #fff;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .naviContact a.call i {
  margin-right: 10px;
}
.mainHeader header .naviContact a.call:hover {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #FF5313), to(#FFB413));
  background: linear-gradient(0deg, #FF5313 50%, #FFB413 100%);
}
@media (max-width: 1366px) {
  .mainHeader header .naviContact {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .naviContact {
    position: absolute;
    z-index: 2;
    right: 75px;
    top: auto;
    bottom: auto;
  }
}
@media (max-width: 480px) {
  .mainHeader header .naviContact {
    right: 56px;
  }
  .mainHeader header .naviContact a.call {
    font-size: 19px;
    padding: 6px 8px;
    border-radius: 5px;
  }
  .mainHeader header .naviContact a.call i {
    margin-right: 0px;
  }
  .mainHeader header .naviContact a.call span {
    display: none;
  }
  .mainHeader header .naviContact a.width35 svg {
    width: 28px;
  }
}
.mainHeader header .logo {
  position: relative;
  padding: 11px 0px;
  max-width: 257px;
  min-width: 257px;
}
.mainHeader header .logo a img {
  max-width: 100%;
}
.mainHeader header .navbarLink ul {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .navbarLink ul li {
  padding: 3px 0px 3px 0px;
  margin-right: 82px;
  font-family: "Afacad Flux", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mainHeader header .navbarLink ul li a {
  position: relative;
}
.mainHeader header .navbarLink ul li:hover::before, .mainHeader header .navbarLink ul li.active::before {
  opacity: 1;
  height: 30px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 0px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
  font-size: 18px;
  margin-left: 9px;
  width: 20px;
  height: 13px;
  background: url(../images/arrow_menu.png) no-repeat left top;
  position: relative;
  top: 2px;
}
.mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i::before {
  position: relative;
  top: 1px;
  font-size: 0px;
}
@media (max-width: 1400px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    top: 5px;
    background-size: 14px;
    width: 14px;
    height: 9px;
    margin-left: 5px;
  }
}
@media (max-width: 1200px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    top: 7px;
  }
}
@media (max-width: 1024px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    background-size: 12px;
    width: 12px;
    height: 9px;
    margin-left: 5px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    top: 5px;
    background-size: 14px;
    width: 14px;
    height: 11px;
    margin-left: 8px;
    top: 11px;
  }
}
.mainHeader header .navbarLink ul li ul li {
  margin-right: 0px;
}
.mainHeader header .navbarLink ul li ul li a::before {
  display: none;
}
@media (max-width: 1700px) {
  .mainHeader header .navbarLink ul li {
    margin-right: 74px;
  }
}
@media (max-width: 1500px) {
  .mainHeader header .navbarLink ul li {
    margin-right: 64px;
    min-height: 71px;
  }
}
@media (max-width: 1200px) {
  .mainHeader header .navbarLink ul li {
    margin-right: 32px;
  }
  .mainHeader header .navbarLink ul li:hover::before, .mainHeader header .navbarLink ul li.active::before {
    height: 25px;
  }
}
@media (max-width: 1024px) {
  .mainHeader header .navbarLink ul li {
    min-height: 60px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li {
    padding: 0px 0px;
    margin-right: 0px;
    width: 100%;
    border-bottom: solid 1px #CBCBCB;
    text-align: left;
  }
  .mainHeader header .navbarLink ul li::before {
    display: none;
  }
  .mainHeader header .navbarLink ul li:first-child {
    border-top: solid 1px #CBCBCB;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    display: block;
    margin-left: 6px;
  }
}
.mainHeader header .navbarLink ul li a {
  color: #5B2F20;
  font-size: 25px; /*padding: $navlinkPadding;*/
  display: inline-block;
}
@media (max-width: 1600px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 22px;
  }
}
@media (max-width: 1500px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 20px;
  }
}
@media (max-width: 1400px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 20px; /*padding: $navlinkPaddingminiDesktop;*/
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #000;
    font-size: 24px;
    padding: 15px;
    width: 100%;
  }
  .mainHeader header .navbarLink ul li a:before {
    display: none;
  }
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #FF5311;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active, .mainHeader header .navbarLink ul li:hover {
    background: #EDEDED;
  }
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #FF5311;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: #fff;
  padding: 0;
  margin: 0;
  min-width: 635px;
  -webkit-box-shadow: 0px 4px 25px 10px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 25px 10px rgba(0, 0, 0, 0.1019607843);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  border: none !important;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  top: 100% !important;
  overflow: hidden;
}
.mainHeader header .navbarLink ul li > .dropdown-menu ul {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 1600px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu ul {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu ul {
    padding-top: 8px;
  }
}
@media (max-width: 480px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu ul {
    padding-bottom: 0px;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu .drpdwn_services {
  padding-right: 0px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu .col-lg-5 {
  padding: 0px;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu .col-lg-5 {
    display: none;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
  position: relative;
  border: none;
  padding-bottom: 0px;
  margin-bottom: 4px;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  display: block;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li:last-child {
  margin-bottom: 0px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li::before {
  content: "";
  position: absolute;
  background: #160048;
  width: 5px;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li::before {
    display: none;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #3C3C3C;
  padding: 12px 20px 14px 20px;
  font-size: 25px;
  text-transform: capitalize;
  line-height: 25px;
  font-weight: 500;
  padding-right: 0px;
  white-space: normal;
}
@media (max-width: 1600px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    padding: 6px 15px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    padding: 0px;
    color: #3c3c3c;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
  background: #F3E0FF;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active::before, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover::before {
  opacity: 1;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #0E0532 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
    background: transparent;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown li {
    padding-left: 0px;
  }
}
@media (max-width: 1600px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    min-width: 410px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    min-width: inherit;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 99%;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: left;
    margin-bottom: 10px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #3c3c3c;
    text-align: left;
    padding: 3px 15px;
    font-size: 30px;
    line-height: 40px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
@media (max-width: 575px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    font-size: 20px;
    line-height: 30px;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #7A7A7A !important;
}
.mainHeader header .navbarLink ul li:last-child {
  margin-right: 0px;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li.mobileshow {
    display: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    display: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu { /*padding: 30px 30px 0px 40px;*/
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.16);
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li li {
    width: 100%;
  }
  .mainHeader header .navbarLink ul li.dropdown .navi_box {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li.dropdown .navi_box a {
    color: #000;
    font-size: 16px;
    border-bottom: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .navi_box div {
    display: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu {
    background: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .none_div {
    display: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px;
    width: 100%;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i::before {
    top: -1px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 6px auto;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
    border-top: solid 1px #CBCBCB !important;
    border-radius: 0px;
  }
}
.mainHeader header .navbarLink.active {
  right: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100dvh; /* ✅ iOS Fix */
    max-height: 100dvh;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: auto; /* scroll better */
    -webkit-overflow-scrolling: touch;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; /* 🔥 important */
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; /* 🔥 important */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mainHeader header .navbarLink .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0px 30px;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
  .mainHeader header .navbarLink .hideclose {
    background-color: #E8560A;
    color: #fff;
  }
  .mainHeader header .navbarLink .navi_mobile {
    max-width: 496px;
    width: 100%;
    height: 100%;
    background: #fff;
    padding-top: 20px;
  }
  .mainHeader header .navbarLink .navi_mobile .navbarBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 30px;
  }
  .mainHeader header .navbarLink .navi_mobile .navbar-collapse {
    background: #fff;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine {
    margin-right: 35px;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine .line {
    background: #ff5313;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine .line.crossLine1 {
    top: 42%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine .line.crossLine2 {
    opacity: 0;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine .line.crossLine3 {
    bottom: 50%;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .mainHeader header .navbarLink .navi_mobile {
    max-width: 100%;
    padding-top: 24px;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine {
    margin-right: 16px;
  }
  .mainHeader header .navbarLink .navi_mobile .navbar-nav {
    margin: 0px;
  }
}
@media (max-width: 575px) {
  .mainHeader header .navbarLink .navi_mobile .navbarBtn {
    margin-bottom: 15px;
  }
}
.mainHeader header .navbarLink #dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #FFC930;
  color: #0E95D9;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
}
.mainHeader header .logo, .mainHeader header .header_right {
  position: relative;
  z-index: 3;
}
.mainHeader header .navbarBtn {
  display: none;
}
@media (max-width: 991px) {
  .mainHeader header .navbarBtn {
    display: block;
  }
}
.mainHeader header .navBlock {
  margin-left: 15px;
}
.mainHeader header .social_link {
  padding: 0px;
  margin: 0px 0px 15px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .social_link .conact_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 35px;
}
.mainHeader header .social_link .conact_top span {
  margin-left: 20px;
}
.mainHeader header .social_link .conact_top span i {
  margin-right: 5px;
  color: #048BC6;
  font-size: 16px;
}
.mainHeader header .social_link .conact_top span a {
  color: #022660;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 14px;
}
.mainHeader header .social_link .conact_top span a:hover {
  color: #000;
}
.mainHeader header .social_link ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1600px) {
  .mainHeader header .logo {
    max-width: 217px;
    min-width: 217px;
  }
}
@media (max-width: 1500px) {
  .mainHeader header {
    min-height: 70px;
  }
  .mainHeader header .naviContact a {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .mainHeader header .logo {
    max-width: 180px;
    min-width: 180px;
  }
  .mainHeader header .naviContact a {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .mainHeader {
    top: 20px;
  }
  .mainHeader header .logo {
    max-width: 150px;
    min-width: 150px;
  }
}
@media (max-width: 1024px) {
  .mainHeader header {
    min-height: 60px;
  }
  .mainHeader header .logo {
    margin-top: -4px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .mainHeader {
    top: 20px;
  }
  .mainHeader header .navBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 991px) {
  .mainHeader header {
    min-height: 60px;
  }
  .mainHeader header .logo {
    max-width: 175px;
    min-width: 175px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .mainHeader {
    top: 20px;
  }
  .mainHeader header {
    min-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mainHeader header .logo {
    max-width: 205px;
    min-width: 205px;
  }
  .mainHeader header .header_right .navbarLink ul li a {
    white-space: normal;
  }
}
@media (max-width: 575px) {
  .mainHeader header .logo {
    max-width: 142px;
    min-width: 142px;
  }
}
@media (max-width: 480px) {
  .mainHeader header .logo {
    max-width: 144px;
    min-width: 144px;
  }
}

/* ------- Header Area End ------- */
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #FF5311;
}

button {
  outline: none !important;
}

.btn-check:focus + .btn, .btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
}

body {
  background: #ffffff;
  font-family: "Afacad Flux", sans-serif;
  font-size: 25px;
  color: #727272;
  font-weight: 400;
  overflow-x: hidden;
}
body.overflowhidden {
  overflow-y: hidden;
}
body.filterclass .mp_contenier {
  z-index: 6;
}
body.filterclass #toTop {
  z-index: 3;
}
@media (max-width: 1700px) {
  body {
    font-size: 22px;
  }
}
@media (max-width: 1600px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 1500px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
}

p {
  margin: 0px;
  padding: 0px 0px 24px 0px;
  line-height: 32px;
}
p.fnt25 {
  font-size: 25px;
  line-height: 35px;
}
@media (max-width: 1700px) {
  p {
    line-height: 30px;
  }
}
@media (max-width: 1600px) {
  p {
    line-height: 28px;
  }
}
@media (max-width: 1366px) {
  p {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  p.fnt25 {
    font-size: 21px;
    line-height: 30px;
  }
}

@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1474px;
  }
}
@media (min-width: 1800px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1720px;
  }
}
.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.pd0 {
  padding-bottom: 0px !important;
}

h1, h2, h3, h5 {
  font-family: "Afacad Flux", sans-serif;
  margin: 0px;
  padding: 0px;
}

.hd1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  color: #3A1B07;
}
.hd1.marginbtm0 {
  margin-bottom: 0px;
}
@media (max-width: 1700px) {
  .hd1 {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 26px;
  }
}
@media (max-width: 1500px) {
  .hd1 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1366px) {
  .hd1 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .hd1 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hd1 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 16px;
  }
}

.hd2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  padding: 0px;
  margin: 0px 0px 36px 0px;
  color: #3A1B07;
}
.hd2.marginbtm0 {
  margin-bottom: 0px !important;
}
.hd2.paddbtm24 {
  margin-bottom: 24px;
}
@media (max-width: 1500px) {
  .hd2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1024px) {
  .hd2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 22px;
  }
}

.header-size30 {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  color: #3A1B07;
  margin-bottom: 16px;
}

h1 {
  font-family: "Afacad Flux", sans-serif;
  font-size: 76px;
  font-weight: 100;
  padding-bottom: 0px;
  line-height: 72px;
  text-align: left;
}

.social_link {
  margin: 13px 0px 0px 0px;
}
.social_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social_link ul li {
  font-size: 10px;
  padding-right: 10px;
}
.social_link ul li:last-child {
  padding-right: 0px;
}
.social_link ul li a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #DCBD90;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 100%;
  color: #000;
}
.social_link ul li a:hover {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.social_link ul li.facebook a:hover {
  background-color: #475993;
}
.social_link ul li.twitter a:hover {
  background-color: #55ACEE;
}
.social_link ul li.youtube a:hover {
  background-color: #D50000;
}
.social_link ul li.linkedin a:hover {
  background-color: #207CBA;
}
.social_link ul li.googleplus a:hover {
  background-color: #DC4E41;
}
.social_link ul li.instagram a:hover {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social_link ul li.inquire_now a {
  background-color: #000;
}
.social_link ul {
  margin-top: 0px;
}
.social_link ul li {
  font-size: 14px;
  padding-right: 10px;
}
.social_link ul li a {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: #ffffff solid 1px;
  border-radius: 100%;
}

.social_link ul {
  margin: 0px;
  padding: 0px;
}
.social_link ul li {
  margin-right: 30px;
  padding: 0px;
}
.social_link ul li:last-child {
  margin-right: 0px;
}
.social_link ul li a {
  background: none;
  border: none;
  width: 21px;
  height: 21px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social_link ul li a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

/* ------- Banner Area Strat ------- */
.banner_area {
  position: relative;
  z-index: 1;
  color: #000;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.banner_area .hd_h1 {
  font-family: "Afacad Flux", sans-serif;
  font-size: 120px;
  line-height: 120px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
}
.banner_area .hm_banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0px auto;
}
.banner_area .hm_banner .banner_box {
  position: relative;
}
.banner_area .hm_banner .banner_img {
  position: relative;
  z-index: 1;
}
.banner_area .hm_banner .banner_img::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47.53%, rgba(58, 27, 7, 0.2)), color-stop(69.19%, #3A1B07));
  background: linear-gradient(180deg, rgba(58, 27, 7, 0.2) 47.53%, #3A1B07 69.19%);
  opacity: 0.71;
}
.banner_area .hm_banner .banner_img img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}
.banner_area .hm_banner .temp {
  position: absolute;
  z-index: 2;
  left: 0px;
  right: 0px;
  bottom: 190px;
  width: 100%;
}
.banner_area .hm_banner .temp .container {
  position: relative;
  z-index: 1;
}
.banner_area .hm_banner .temp .container .bg_bule {
  max-width: 1256px;
  margin: 0px auto;
}
.banner_area .hm_banner p {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  color: #fff;
}
.banner_area .hm_banner .btn_banner {
  padding: 30px 0px 0px 0px;
}
.banner_area .hm_banner .slick-slide .temp {
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
  bottom: -50%;
  opacity: 0;
}
.banner_area .hm_banner .slick-slide.slick-current .temp {
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
  bottom: 190px;
  opacity: 1;
}
@media (max-width: 767px) {
  .banner_area .hm_banner .slick-slide.slick-current .temp {
    bottom: 30%;
  }
}
.banner_area .slider .slick-arrow {
  border: #fff solid 1px;
  border-radius: 100%;
  font-size: 0px;
  height: 48px;
  width: 48px;
  position: absolute;
  z-index: 1;
  top: auto;
  left: auto;
  right: 55px;
}
.banner_area .slider .slick-arrow:hover {
  border-color: #fff;
}
.banner_area .slider .slick-arrow::before {
  display: none;
}
.banner_area .slider .slick-arrow.slick-prev {
  background: url(http://template.weblivelink.com/uiproject/design_images/slider_arrow_left.png) center center no-repeat;
  bottom: 80px;
}
.banner_area .slider .slick-arrow.slick-prev:hover {
  background-image: url(http://template.weblivelink.com/uiproject/design_images/slider_arrow_left.png);
  background-color: #cb964a;
}
.banner_area .slider .slick-arrow.slick-next {
  background: url(http://template.weblivelink.com/uiproject/design_images/slider_arrow_right.png) center center no-repeat;
  bottom: 140px;
}
.banner_area .slider .slick-arrow.slick-next:hover {
  background-image: url(http://template.weblivelink.com/uiproject/design_images/slider_arrow_right.png);
  background-color: #cb964a;
}
@media (max-width: 1024px) {
  .banner_area .slider .slick-arrow {
    right: 43px;
  }
}
@media (max-width: 991px) {
  .banner_area .slider .slick-arrow {
    height: 36px;
    width: 36px;
    right: 10px;
  }
  .banner_area .slider .slick-arrow.slick-prev, .banner_area .slider .slick-arrow.slick-next {
    background-size: 10px;
  }
  .banner_area .slider .slick-arrow.slick-next {
    bottom: 29px;
  }
}
@media (max-width: 767px) {
  .banner_area .slider .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .banner_area .slider .slick-arrow {
    height: 25px;
    width: 25px;
    border-radius: 5px;
  }
  .banner_area .slider .slick-arrow.slick-prev, .banner_area .slider .slick-arrow.slick-next {
    background-size: 7px;
  }
  .banner_area .slider .slick-arrow.slick-prev {
    left: 10px;
  }
  .banner_area .slider .slick-arrow.slick-next {
    right: 10px;
  }
}
.banner_area .slick-dots {
  margin-top: 0px;
  width: 100%;
  height: 20px;
  text-align: center;
  position: absolute;
  bottom: 28px;
  line-height: 0px;
}
.banner_area .slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0px 7px;
}
.banner_area .slick-dots li button {
  width: 20px;
  height: 20px;
  font-size: 0px;
  background-color: #CBCBCB;
  padding: 0px;
  border-radius: 100%;
}
.banner_area .slick-dots li button:before {
  display: none;
}
.banner_area .slick-dots li:hover button, .banner_area .slick-dots li.slick-active button {
  background: #FF5313;
}
.banner_area .inner_banner {
  position: relative;
}
.banner_area .inner_banner .hd_h1 {
  font-size: 120px;
  padding: 0px;
  line-height: 1;
  font-style: normal;
}
.banner_area .inner_banner .banner_img {
  position: relative;
  z-index: 1;
}
.banner_area .inner_banner .banner_img::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47.53%, rgba(58, 27, 7, 0.2)), color-stop(69.19%, #3A1B07));
  background: linear-gradient(180deg, rgba(58, 27, 7, 0.2) 47.53%, #3A1B07 69.19%);
  opacity: 0.71;
}
.banner_area .inner_banner .banner_img img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}
.banner_area .inner_banner .banner_text {
  position: absolute;
  z-index: 2;
  left: 0px;
  bottom: 100px;
  width: 100%;
}
@media (max-width: 1700px) {
  .banner_area .hm_banner .hd_h1 {
    font-size: 100px;
    line-height: 80px;
  }
  .banner_area .hm_banner p {
    font-size: 36px;
    line-height: 36px;
  }
  .banner_area .inner_banner .hd_h1 {
    font-size: 90px;
    line-height: 1;
  }
  .banner_area .inner_banner .banner_text {
    bottom: 60px;
  }
}
@media (max-width: 1600px) {
  .banner_area .hm_banner .hd_h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .banner_area .hm_banner p {
    font-size: 31px;
    line-height: 42px;
  }
  .banner_area .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0px 4px;
  }
  .banner_area .slick-dots li button {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 1500px) {
  .banner_area .hm_banner .hd_h1 {
    font-size: 60px;
    line-height: 60px;
    padding-top: 20px;
  }
  .banner_area .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0px 4px;
  }
  .banner_area .slick-dots li button {
    width: 16px;
    height: 16px;
  }
  .banner_area .inner_banner .hd_h1 {
    font-size: 80px;
  }
}
@media (max-width: 1366px) {
  .banner_area .inner_banner .banner_img img {
    min-height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner_area .inner_banner .hd_h1 {
    font-size: 70px;
  }
}
@media (max-width: 1024px) {
  .banner_area .hm_banner .temp .container .bg_bule {
    max-width: 100%;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .banner_area .hm_banner p {
    font-size: 26px;
    line-height: 31px;
  }
  .banner_area .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0px 3px;
  }
  .banner_area .slick-dots li button {
    width: 14px;
    height: 14px;
  }
  .banner_area .inner_banner .banner_img img {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner_area .inner_banner .hd_h1 {
    font-size: 65px;
    padding-bottom: 0px;
  }
  .banner_area .inner_banner .banner_text {
    bottom: 90px;
  }
}
@media (max-width: 991px) {
  .banner_area .hm_banner .banner_img {
    position: relative;
  }
  .banner_area .hm_banner .banner_img img {
    position: relative;
    z-index: 1;
  }
  .banner_area .hm_banner .banner_img::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.26);
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 42px;
    line-height: 42px;
  }
  .banner_area .hm_banner p {
    font-size: 24px;
    line-height: 28px;
  }
  .banner_area .hm_banner .slick-dots {
    bottom: 15px;
  }
  .banner_area .inner_banner .banner_text {
    bottom: 80px;
  }
}
@media (max-width: 767px) {
  .banner_area .slick-dots {
    right: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    bottom: 13px;
  }
  .banner_area .slick-dots li {
    width: 12px;
    height: 12px;
  }
  .banner_area .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  .banner_area .inner_banner .banner_img img {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner_area .inner_banner .hd_h1 {
    font-size: 50px;
    line-height: 1;
    text-align: center;
    margin-top: 50px;
  }
  .banner_area .inner_banner .banner_text {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    bottom: 0px;
  }
}
@media (max-width: 575px) {
  .banner_area .hm_banner .hd_h1 {
    font-size: 32px;
    line-height: 1;
  }
  .banner_area .hm_banner .banner_img img {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .banner_area .inner_banner .banner_img img {
    min-height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}
@media (max-width: 480px) {
  .banner_area .hm_banner .banner_img img {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .banner_area .hm_banner p {
    font-size: 15px;
    line-height: 18px;
  }
  .banner_area .slick-dots {
    bottom: 7px;
  }
  .banner_area .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0px 3px;
  }
  .banner_area .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .banner_area .inner_banner h1 {
    margin-top: 30px;
  }
  .banner_area .inner_banner .banner_img img {
    min-height: 210px;
  }
}
@media (max-width: 380px) {
  .banner_area .inner_banner .hd_h1 {
    font-size: 40px;
  }
}

/* ------- Banner Area End ------- */
/* ------- Mani Area Start ------- */
.row.rowTop {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.row.rowmiddal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.btn_common {
  border: #86C8E2 solid 0px;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1.1px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-width: 210px;
}
.btn_common.minwidthnone {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.btn_common:hover {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #FF5313), to(#FFB413));
  background: linear-gradient(0deg, #FF5313 50%, #FFB413 100%);
  color: #fff;
}
@media (max-width: 1600px) {
  .btn_common {
    padding: 14px 28px;
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .btn_common {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
@media (max-width: 1024px) {
  .btn_common {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .btn_common {
    font-size: 17px;
    padding: 12px 15px;
  }
}

.btn_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn_icon i {
  margin-right: 5px;
}

.btn_primary {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FF5313), to(#FFB413));
  background: linear-gradient(180deg, #FF5313 50%, #FFB413 100%);
  color: #ffffff !important;
}
.btn_primary:hover, .btn_primary:focus {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #FF5313), to(#FFB413));
  background: linear-gradient(0deg, #FF5313 50%, #FFB413 100%);
  color: #ffffff !important;
}

.btn_brd {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FF5313), to(#FFB413));
  background: linear-gradient(180deg, #FF5313 50%, #FFB413 100%);
  position: relative;
  color: #FF5313;
  overflow: hidden;
}
.btn_brd::after {
  content: "";
  background: #fff;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  position: absolute;
  z-index: 1;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50px;
}
.btn_brd span {
  position: relative;
  z-index: 2;
}
.btn_brd:hover, .btn_brd:focus {
  background: #FF5313;
}
.btn_brd:hover::after, .btn_brd:focus::after {
  opacity: 0;
}

.btn_white {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  color: #000 !important;
}
.btn_white:hover, .btn_white:focus {
  background: #FF5313;
  color: #ffffff !important;
}

.btn_black {
  background: rgba(23, 19, 17, 0.81);
  color: #ffffff !important;
}
.btn_black:hover, .btn_black:focus {
  background: #FF5313;
  color: #ffffff !important;
}

.filter_btn_mobile {
  margin: 0px 0px 20px 0px;
  display: inline-block;
}
.filter_btn_mobile .btn_common {
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.timeline .timeline-content ul li, .policy_section .accordion .accordion-item .accordion-body ul li, .bullet li {
  font-weight: 400;
  position: relative;
  padding: 0px 0px 22px 26px;
  line-height: 26px;
}
.timeline .timeline-content ul li::before, .policy_section .accordion .accordion-item .accordion-body ul li::before, .bullet li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 8px;
  width: 15px;
  height: 15px;
  background: #727272;
  border-radius: 100%;
}
.timeline .timeline-content ul li:last-child, .policy_section .accordion .accordion-item .accordion-body ul li:last-child, .bullet li:last-child {
  padding-bottom: 0px;
}
.timeline .timeline-content ul.lipaddbtm5 li, .policy_section .accordion .accordion-item .accordion-body ul.lipaddbtm5 li, .bullet.lipaddbtm5 li {
  padding-bottom: 3px;
}
.timeline .timeline-content ul.lipaddbtm5 li::before, .policy_section .accordion .accordion-item .accordion-body ul.lipaddbtm5 li::before, .bullet.lipaddbtm5 li::before {
  top: 12px;
}
@media (max-width: 1500px) {
  .timeline .timeline-content ul li, .policy_section .accordion .accordion-item .accordion-body ul li, .bullet li {
    padding-left: 24px;
  }
  .timeline .timeline-content ul li::before, .policy_section .accordion .accordion-item .accordion-body ul li::before, .bullet li::before {
    width: 13px;
    height: 13px;
  }
}
@media (max-width: 1366px) {
  .timeline .timeline-content ul li, .policy_section .accordion .accordion-item .accordion-body ul li, .bullet li {
    padding-bottom: 15px;
    line-height: 24px;
  }
  .timeline .timeline-content ul li::before, .policy_section .accordion .accordion-item .accordion-body ul li::before, .bullet li::before {
    top: 11px;
  }
  .timeline .timeline-content ul.lipaddbtm5 li::before, .policy_section .accordion .accordion-item .accordion-body ul.lipaddbtm5 li::before, .bullet.lipaddbtm5 li::before {
    top: 11px;
  }
}
@media (max-width: 400px) {
  .timeline .timeline-content ul li, .policy_section .accordion .accordion-item .accordion-body ul li, .bullet li {
    padding: 0px 0px 25px 16px;
  }
  .timeline .timeline-content ul li::before, .policy_section .accordion .accordion-item .accordion-body ul li::before, .bullet li::before {
    top: 7px;
    width: 10px;
    height: 10px;
  }
}

.imgbox_100per {
  height: 100%;
}
.imgbox_100per img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section_padding {
  padding: 60px 0px;
}
.section_padding.paddtop0 {
  padding-top: 0px;
}
.section_padding.paddbtm0 {
  padding-bottom: 0px;
}
@media (max-width: 1366px) {
  .section_padding {
    padding: 50px 0px;
  }
}
@media (max-width: 1024px) {
  .section_padding {
    padding: 40px 0px;
  }
}
@media (max-width: 767px) {
  .section_padding {
    padding: 30px 0px;
  }
}

.slick-slider {
  margin-bottom: 0px !important;
}

.comman_slider .slider .slick-arrow {
  border: #ffffff solid 0px;
  border-radius: 100%;
  font-size: 0px;
  height: 21px;
  width: 27px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: auto;
  right: auto;
}
.comman_slider .slider .slick-arrow:hover {
  border-color: #ffffff;
}
.comman_slider .slider .slick-arrow::before {
  display: none;
}
.comman_slider .slider .slick-arrow.slick-prev {
  background: url(../images/slider_arrow_left.png) center center no-repeat;
  left: -50px;
}
.comman_slider .slider .slick-arrow.slick-prev:hover {
  background-image: url(../images/slider_arrow_left_blue.png);
}
.comman_slider .slider .slick-arrow.slick-next {
  background: url(../images/slider_arrow_right.png) center center no-repeat;
  right: -50px;
}
.comman_slider .slider .slick-arrow.slick-next:hover {
  background-image: url(../images/slider_arrow_right_blue.png);
}
@media (max-width: 1024px) {
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -45px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -45px;
  }
}
.comman_slider .slick-dots {
  margin-top: 30px;
  width: 100%;
  height: 16px;
  text-align: center;
  position: relative;
  bottom: 0px;
  line-height: 0px;
}
.comman_slider .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0px 7px;
}
.comman_slider .slick-dots li button {
  width: 16px;
  height: 16px;
  font-size: 0px;
  background-color: #B5B5B5;
  padding: 0px;
  border-radius: 100%;
}
.comman_slider .slick-dots li button:before {
  display: none;
}
.comman_slider .slick-dots li.slick-active button {
  background: #45108A;
}
.comman_slider.sliderArrow1 .slider .slick-arrow {
  border: #fff solid 0px;
  border-radius: 100%;
  font-size: 0px;
  height: 21px;
  width: 27px;
  position: absolute;
  z-index: 1;
  top: auto;
  left: auto !important;
  right: -55px !important;
}
.comman_slider.sliderArrow1 .slider .slick-arrow:hover {
  border-color: #fff;
}
.comman_slider.sliderArrow1 .slider .slick-arrow::before {
  display: none;
}
.comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev {
  background: url(../images/slider_arrow_left_blue.png) center center no-repeat;
  bottom: 43%;
}
.comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev:hover {
  background-image: url(../images/slider_arrow_left_black.png);
}
.comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
  background: url(../images/slider_arrow_right_blue.png) center center no-repeat;
  top: 43%;
  bottom: auto;
}
.comman_slider.sliderArrow1 .slider .slick-arrow.slick-next:hover {
  background-image: url(../images/slider_arrow_right_black.png);
}
@media (max-width: 1600px) {
  .comman_slider .slider .slick-arrow.slick-prev, .comman_slider .slider .slick-arrow.slick-next {
    background-size: 22px !important;
  }
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -40px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -40px;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -45px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev, .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    background-size: 22px !important;
  }
}
@media (max-width: 1500px) {
  .comman_slider .slider .slick-arrow.slick-prev, .comman_slider .slider .slick-arrow.slick-next {
    background-size: 20px !important;
  }
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -30px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -30px;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -38px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev, .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    background-size: 20px !important;
  }
}
@media (max-width: 1400px) {
  .comman_slider .slider .slick-arrow.slick-prev, .comman_slider .slider .slick-arrow.slick-next {
    background-size: 20px !important;
  }
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -20px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -20px;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -29px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev, .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    background-size: 22px !important;
  }
}
@media (max-width: 1366px) {
  .comman_slider .slider .slick-arrow.slick-prev, .comman_slider .slider .slick-arrow.slick-next {
    background-size: 20px !important;
  }
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -35px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -35px;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -39px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev {
    bottom: 42% !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    top: 42% !important;
  }
}
@media (max-width: 1024px) {
  .comman_slider .slider .slick-arrow.slick-prev, .comman_slider .slider .slick-arrow.slick-next {
    background-size: 18px !important;
  }
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -30px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -30px;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -35px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev, .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    background-size: 18px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev {
    bottom: 42% !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    top: 42% !important;
  }
}
@media (max-width: 991px) {
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -26px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -26px;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -26px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev {
    top: 45% !important;
    bottom: auto !important;
    right: auto !important;
    left: -26px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    top: 45% !important;
  }
}
@media (max-width: 767px) {
  .comman_slider .slick-dots {
    margin-top: 16px;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -30px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev {
    left: -30px !important;
  }
}
@media (max-width: 380px) {
  .comman_slider .slider .slick-arrow.slick-prev, .comman_slider .slider .slick-arrow.slick-next {
    background-size: 18px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -24px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev {
    left: -24px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev, .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    background-size: 18px;
  }
}

.padd0 {
  padding: 0px !important;
}

.margintop-9 {
  margin-top: -9px;
}

.mp_contenier {
  position: relative;
  z-index: 5;
}
.mp_contenier a {
  color: #000;
}
.mp_contenier a:hover {
  color: #0a004e;
}

.maxWidth1428 {
  max-width: 1428px;
  margin-left: auto;
  margin-right: auto;
}

.maxWidth1920 {
  max-width: 1920px;
  margin: 0px auto;
}

.lastP p:last-child {
  padding-bottom: 0px;
}

.colorOreang {
  color: #FF5313;
}

.bg_geayLight {
  background: #F0F0F0;
}

.input_icon {
  position: relative;
}
.input_icon .icon {
  position: absolute;
  z-index: 2;
  left: 15px;
  top: 5px;
}
.input_icon .form-control, .input_icon .form-select {
  padding-left: 42px !important;
}
.input_icon .postion2 {
  position: relative;
  z-index: 1;
}
.input_icon .postion2.form-control {
  padding-left: 42px;
}
@media (max-width: 1024px) {
  .input_icon .icon {
    top: 5px;
  }
}

.travel-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 0;
  max-width: 1136px;
  -webkit-box-shadow: 0 4px 50px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 50px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  margin: -150px auto 0px auto;
}
@media (max-width: 1200px) {
  .travel-card {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.travel-card .form-group {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .travel-card .form-group {
    margin-bottom: 0px;
  }
}
.travel-card .nav-tabs-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  border-bottom: 1px solid #eee;
}
.travel-card .nav-tabs-wrapper::-webkit-scrollbar {
  display: none;
}
.travel-card .nav-tabs {
  border-bottom: none;
  padding: 0;
  gap: 4px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-width: 100%;
}
.travel-card .nav-tabs .nav-item {
  width: 25%;
}
.travel-card .nav-tabs .nav-item .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 18px 16px 15px;
  font-size: 20px;
  font-weight: 500;
  color: #888;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  background: transparent;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}
.travel-card .nav-tabs .nav-item .nav-link .icon {
  width: 25px;
  min-width: 25px;
  height: 25px;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: 25px !important;
}
.travel-card .nav-tabs .nav-item .nav-link .icon.icon_holidays {
  background-image: url(../images/icon_holidays.svg);
}
.travel-card .nav-tabs .nav-item .nav-link .icon.icon_hotels {
  background-image: url(../images/icon_hotel.svg);
}
.travel-card .nav-tabs .nav-item .nav-link .icon.icon_flights {
  background-image: url(../images/icon_flights.svg);
}
.travel-card .nav-tabs .nav-item .nav-link .icon.icon_cruise {
  background-image: url(../images/icon_cruise.svg);
}
.travel-card .nav-tabs .nav-item .nav-link.active, .travel-card .nav-tabs .nav-item .nav-link:hover {
  color: #E8560A;
  background: transparent;
  border-bottom-color: #E8560A;
}
.travel-card .nav-tabs .nav-item .nav-link.active .icon.icon_holidays, .travel-card .nav-tabs .nav-item .nav-link:hover .icon.icon_holidays {
  background-image: url(../images/icon_holidays_orange.svg);
}
.travel-card .nav-tabs .nav-item .nav-link.active .icon.icon_hotels, .travel-card .nav-tabs .nav-item .nav-link:hover .icon.icon_hotels {
  background-image: url(../images/icon_hotel_orange.svg);
}
.travel-card .nav-tabs .nav-item .nav-link.active .icon.icon_flights, .travel-card .nav-tabs .nav-item .nav-link:hover .icon.icon_flights {
  background-image: url(../images/icon_flights_orange.svg);
}
.travel-card .nav-tabs .nav-item .nav-link.active .icon.icon_cruise, .travel-card .nav-tabs .nav-item .nav-link:hover .icon.icon_cruise {
  background-image: url(../images/icon_cruise_orange.svg);
}
.travel-card .tab-body {
  padding: 24px 28px 28px;
  margin-bottom: -15px;
}
.travel-card .form-check-input:checked {
  background-color: #E8560A;
  border-color: #E8560A;
}
.travel-card .form-check-input:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 86, 10, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(232, 86, 10, 0.25);
}
.travel-card .form-label {
  font-size: 20px;
  font-weight: 500;
  color: #888;
  margin-bottom: 5px;
}
.travel-card .form-select,
.travel-card .form-control {
  border-radius: 50px;
  border: 1.5px solid #ddd;
  font-size: 20px;
  color: #444;
  padding: 10px 16px;
  height: auto;
  -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.travel-card .form-select:focus,
.travel-card .form-control:focus {
  border-color: #E8560A;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 86, 10, 0.15);
          box-shadow: 0 0 0 0.2rem rgba(232, 86, 10, 0.15);
}
.travel-card .date-picker {
  background: #fff;
}
.travel-card .btn-search {
  background: #E8560A;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 11px 24px;
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.2s, -webkit-transform 0.1s;
  transition: background 0.2s, -webkit-transform 0.1s;
  transition: background 0.2s, transform 0.1s;
  transition: background 0.2s, transform 0.1s, -webkit-transform 0.1s;
}
.travel-card .btn-search svg {
  width: 16px;
  height: 16px;
}
.travel-card .btn-search:hover {
  background: #d14a06;
  color: #ffffff;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.travel-card .datepicker {
  font-family: "DM Sans", sans-serif;
  font-size: 13.5px;
}
.travel-card .datepicker table tr td.active, .travel-card .datepicker table tr td.active:hover, .travel-card .datepicker table tr td.active.disabled {
  background: #E8560A !important;
  border-color: #E8560A !important;
}
.travel-card .datepicker table tr td.today, .travel-card .datepicker table tr td.today:hover {
  background: rgba(232, 86, 10, 0.18) !important;
  border-color: transparent !important;
  color: #E8560A;
  font-weight: 600;
}
.travel-card .datepicker table tr td:hover {
  background: rgba(232, 86, 10, 0.1);
}
.travel-card .datepicker table tr td span.active, .travel-card .datepicker table tr td span.active:hover {
  background: #E8560A !important;
  border-color: #E8560A !important;
}
.travel-card .datepicker table tr td span:hover {
  background: rgba(232, 86, 10, 0.1);
}
.travel-card .datepicker-dropdown {
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  border: 1px solid #eee;
  padding: 8px;
}
.travel-card .datepicker .datepicker-switch:hover,
.travel-card .datepicker .prev:hover,
.travel-card .datepicker .next:hover {
  background: rgba(232, 86, 10, 0.1) !important;
  color: #E8560A;
}
@media (max-width: 1700px) {
  .travel-card .form-control {
    padding: 6px 16px;
  }
  .travel-card .input_icon .icon {
    width: 16px;
  }
  .travel-card .input_icon .form-control, .travel-card .input_icon .form-select {
    padding-left: 38px !important;
  }
}
@media (max-width: 1500px) {
  .travel-card .form-label {
    font-size: 18px;
  }
  .travel-card .input_icon .icon {
    width: 14px;
  }
  .travel-card .input_icon .form-control, .travel-card .input_icon .form-select {
    padding-left: 36px !important;
  }
}
@media (max-width: 1366px) {
  .travel-card .form-label {
    font-size: 17px;
  }
  .travel-card .form-control, .travel-card .form-select {
    font-size: 17px;
  }
  .travel-card .btn_common {
    padding: 9px 12px;
    font-size: 17px;
  }
  .travel-card .btn_common.btn_icon i {
    max-width: 16px;
  }
}
@media (max-width: 1200px) {
  .travel-card {
    margin-top: -90px;
  }
}
@media (max-width: 767px) {
  .travel-card {
    margin-top: -30px;
  }
  .travel-card .tab-body {
    padding: 15px 15px 20px 15px;
    margin-bottom: 0px;
  }
  .travel-card .btn_common {
    margin: 15px auto 0px auto;
    min-width: 150px;
  }
}
@media (max-width: 575px) {
  .travel-card .nav-tabs .nav-item .nav-link {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .travel-card .nav-tabs .nav-item {
    width: auto;
  }
  .travel-card .nav-tabs .nav-item .nav-link {
    padding: 12px 15px 10px;
  }
  .travel-card .btn_common {
    width: 100%;
  }
}

.travel_themes_section .theme-card {
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  padding: 0px;
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.21);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.21);
  border: #ffffff solid 10px;
}
.travel_themes_section .theme-card .imgbox img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.travel_themes_section .theme-card .theme-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(25px);
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 0.96;
  text-align: center;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.travel_themes_section .theme-card:hover {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.21);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.21);
}
.travel_themes_section .theme-card:hover .imgbox img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.travel_themes_section .theme-card:hover .theme-title {
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1700px) {
  .travel_themes_section .theme-card .theme-title {
    font-size: 24px;
    line-height: 1;
    height: 55px;
    padding-bottom: 11px;
  }
}
@media (min-width: 1170px) and (max-width: 1400px) {
  .travel_themes_section .theme-card .theme-title {
    font-size: 22px;
    height: 45px;
  }
}
@media (max-width: 1200px) {
  .travel_themes_section .theme-card {
    border-width: 8px;
    margin-bottom: 30px;
  }
  .travel_themes_section .theme-card .theme-title {
    font-size: 24px;
    height: 55px;
  }
}
.travel_themes_section .discover_slider {
  margin-bottom: -20px;
}
.travel_themes_section .discover_slider .theme-card {
  margin: 20px 5px;
  -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.21);
          box-shadow: 0 0 22px rgba(0, 0, 0, 0.21);
}
@media (min-width: 1170px) and (max-width: 1400px) {
  .travel_themes_section .col-lg-3 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}

/* ── Slick dot overrides ── */
.travel_packages_section {
  margin-bottom: -30px;
  /* ── Section Header ── */
}
.travel_packages_section .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.travel_packages_section .section-header .hd1 {
  margin-bottom: 0px;
}
.travel_packages_section .section-header {
  /* Arrow buttons */
}
.travel_packages_section .section-header .slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.travel_packages_section .section-header .slider-arrows .arrow-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #E8560A;
  background: transparent;
  color: #E8560A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.travel_packages_section .section-header .slider-arrows .arrow-btn:hover {
  background: #E8560A;
  color: #fff;
}
@media (max-width: 1500px) {
  .travel_packages_section .section-header {
    margin-bottom: 24px;
  }
  .travel_packages_section .section-header .slider-arrows .arrow-btn {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 991px) {
  .travel_packages_section .section-header {
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .travel_packages_section .section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .travel_packages_section .section-header .slider-arrows {
    padding-top: 20px;
    margin-bottom: -10px;
  }
}
.travel_packages_section {
  /* ── Slick wrapper ── */
}
.travel_packages_section .packages-slider, .travel_packages_section .packages-slider1 {
  margin: 0 -10px;
}
.travel_packages_section {
  /* ── Package Card ── */
}
.travel_packages_section .pkg-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  -webkit-box-shadow: 0 0px 16px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0px 16px 2px rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-transform 0.25s, -webkit-box-shadow 0.25s;
  transition: -webkit-transform 0.25s, -webkit-box-shadow 0.25s;
  transition: transform 0.25s, box-shadow 0.25s;
  transition: transform 0.25s, box-shadow 0.25s, -webkit-transform 0.25s, -webkit-box-shadow 0.25s;
  margin: 26px 20px 36px 20px;
  padding: 20px;
}
.travel_packages_section .pkg-card:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
          box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
}
.travel_packages_section .pkg-card:hover .pkg-img-wrap img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.travel_packages_section .pkg-card {
  /* Image wrapper */
}
.travel_packages_section .pkg-card .pkg-img-wrap {
  position: relative;
  height: 350px;
  overflow: hidden;
  border-radius: 20px;
}
.travel_packages_section .pkg-card .pkg-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.travel_packages_section .pkg-card .pkg-img-wrap {
  /* Discount badge – ribbon style */
}
.travel_packages_section .pkg-card .pkg-img-wrap .discount-badge {
  position: absolute;
  top: 0;
  left: 18px;
  background: url(../images/bg_offer.svg) no-repeat left top;
  background-size: 80px;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  padding: 8px 10px 14px;
  width: 80px;
  height: 90px;
  z-index: 2;
}
.travel_packages_section .pkg-card .pkg-img-wrap .discount-badge .pct {
  font-size: 36px;
  display: block;
  padding-bottom: 3px;
}
.travel_packages_section .pkg-card .pkg-img-wrap {
  /* Price pill */
}
.travel_packages_section .pkg-card .pkg-img-wrap .price-pill {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(25px);
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 50px;
  z-index: 2;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.41);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.41);
}
.travel_packages_section .pkg-card .pkg-img-wrap .price-pill span {
  font-weight: 300;
}
.travel_packages_section .pkg-card {
  /* Card body */
}
.travel_packages_section .pkg-card .pkg-body {
  padding: 18px 0px 5px 0px;
}
.travel_packages_section .pkg-card .pkg-body .pkg-title {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  color: #3A1B07;
  margin-bottom: 16px;
}
.travel_packages_section .pkg-card .pkg-body .pkg-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  font-size: 18px;
  color: #666;
  line-height: 1.4;
  margin-bottom: 7px;
}
.travel_packages_section .pkg-card .pkg-body .pkg-meta img {
  max-width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 1px;
  margin-right: 4px;
}
.travel_packages_section .pkg-card .pkg-body .pkg-meta div {
  width: calc(100% - 20px);
  line-height: 1;
}
.travel_packages_section .pkg-card .pkg-body .pkg-meta div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -5px;
}
.travel_packages_section .pkg-card .pkg-body .pkg-meta div ul li {
  position: relative;
  padding-bottom: 5px;
}
.travel_packages_section .pkg-card .pkg-body .pkg-meta div ul li::after {
  content: "|";
  margin: 0px 3px;
}
.travel_packages_section .pkg-card .pkg-body .pkg-meta div ul li:last-child::after {
  display: none;
}
.travel_packages_section .pkg-card .pkg-body .pkg-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.travel_packages_section .pkg-card .pkg-body .pkg-actions .btn_common {
  min-width: 1px;
}
@media (max-width: 360px) {
  .travel_packages_section .pkg-card .pkg-body .pkg-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .travel_packages_section .pkg-card .pkg-body .pkg-actions .btn_common {
    padding: 12px 15px;
    width: 100%;
  }
}
@media (max-width: 1500px) {
  .travel_packages_section .pkg-card .pkg-img-wrap {
    height: 250px;
  }
  .travel_packages_section .pkg-card .pkg-img-wrap .discount-badge {
    font-size: 22px;
    line-height: 22px;
    background-size: 70px;
    width: 70px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
  }
  .travel_packages_section .pkg-card .pkg-img-wrap .discount-badge .pct {
    font-size: 32px;
  }
  .travel_packages_section .pkg-card .pkg-img-wrap .price-pill {
    font-size: 26px;
    padding: 5px 15px;
  }
}
@media (max-width: 1366px) {
  .travel_packages_section .pkg-card .pkg-img-wrap {
    height: 210px;
  }
  .travel_packages_section .pkg-card .pkg-img-wrap .discount-badge {
    font-size: 20px;
    line-height: 20px;
    background-size: 60px;
    width: 60px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
  }
  .travel_packages_section .pkg-card .pkg-img-wrap .discount-badge .pct {
    font-size: 30px;
  }
  .travel_packages_section .pkg-card .pkg-img-wrap .price-pill {
    font-size: 22px;
    padding: 5px 15px;
  }
  .travel_packages_section .pkg-card .pkg-body .pkg-title {
    font-size: 24px;
    line-height: 1;
  }
  .travel_packages_section .pkg-card .pkg-body .pkg-meta {
    font-size: 15px;
  }
  .travel_packages_section .pkg-card .pkg-body .pkg-meta img {
    max-width: 15px;
  }
  .travel_packages_section .pkg-card .pkg-body .pkg-meta div {
    width: calc(100% - 15px);
  }
}
@media (max-width: 1024px) {
  .travel_packages_section .pkg-card .pkg-img-wrap {
    height: 270px;
  }
}
@media (max-width: 991px) {
  .travel_packages_section .pkg-card .pkg-img-wrap {
    height: 210px;
  }
}
@media (max-width: 767px) {
  .travel_packages_section .pkg-card {
    margin: 15px;
  }
  .travel_packages_section .pkg-card .pkg-img-wrap {
    height: 320px;
  }
}
@media (max-width: 480px) {
  .travel_packages_section .pkg-card .pkg-img-wrap {
    height: 210px;
  }
  .travel_packages_section .pkg-card .pkg-img-wrap .discount-badge {
    font-size: 17px;
    line-height: 17px;
    background-size: 55px;
    width: 55px;
    padding: 5px 0px 0px 0px;
  }
  .travel_packages_section .pkg-card .pkg-img-wrap .discount-badge .pct {
    font-size: 26px;
  }
  .travel_packages_section .pkg-card .pkg-img-wrap .price-pill {
    font-size: 22px;
    padding: 5px 15px;
  }
  .travel_packages_section .pkg-card .btn_common {
    padding: 12px 10px;
  }
}
@media (max-width: 330px) {
  .travel_packages_section .pkg-card .pkg-img-wrap {
    height: 160px;
  }
}
@media (max-width: 991px) {
  .travel_packages_section {
    margin-bottom: -15px;
  }
}

/* ── Slick dot overrides ── */
.slick-dots {
  margin-top: 0px;
  width: 100%;
  height: 20px;
  bottom: 0px;
  text-align: center;
  position: relative;
  line-height: 0px;
}
.slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0px 4px;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  font-size: 0px;
  background-color: #CBCBCB;
  padding: 0px;
  border-radius: 100%;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li:hover button, .slick-dots li.slick-active button {
  background: #FF5313;
}
@media (max-width: 767px) {
  .slick-dots {
    height: 15px;
  }
  .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0px 4px;
  }
  .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}

.div_reletive {
  position: relative;
}

.testimonials_section {
  margin-top: -30px;
  margin-bottom: -30px;
}
@media (max-width: 767px) {
  .testimonials_section {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.testimonials_section .testimonials-slider .slick-slide {
  padding: 0 14px;
}
.testimonials_section .testimonials-slider .slick-list {
  margin: 0 -14px;
}
.testimonials_section .testi-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 32px 32px 50px;
  margin: 30px 15px;
  position: relative;
  -webkit-box-shadow: 0 4px 26px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 26px rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
  transition: -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
  transition: box-shadow 0.25s, transform 0.25s;
  transition: box-shadow 0.25s, transform 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
  min-height: 250px;
}
.testimonials_section .testi-card:hover {
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.testimonials_section .testi-card {
  /* Big quotation mark */
}
.testimonials_section .testi-card .quote-mark {
  position: absolute;
  top: 0px;
  left: 0px;
}
.testimonials_section .testi-card .testi-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0px;
  padding: 0px;
  font-size: 24px;
  line-height: 1.2;
}
.testimonials_section .testi-card .testi-name {
  font-size: 25px;
  font-weight: 700;
  color: #E8560A;
  margin-top: 20px;
}
.testimonials_section .slick-arrow-btn {
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #E8560A;
  background: #fff;
  color: #E8560A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 10;
}
.testimonials_section .slick-arrow-btn:hover {
  background: #E8560A;
  color: #fff;
}
.testimonials_section .slick-arrow-btn svg {
  width: 45px;
  height: 45px;
}
.testimonials_section .slick-arrow-btn#prevBtn3 {
  left: -62px;
}
.testimonials_section .slick-arrow-btn#nextBtn3 {
  right: -62px;
}
@media (max-width: 1366px) {
  .testimonials_section .slick-arrow-btn {
    width: 32px;
    height: 32px;
  }
  .testimonials_section .slick-arrow-btn#prevBtn3 {
    left: -40px;
  }
  .testimonials_section .slick-arrow-btn#nextBtn3 {
    right: -40px;
  }
}
@media (max-width: 1024px) {
  .testimonials_section .slick-arrow-btn#prevBtn3 {
    left: -46px;
  }
  .testimonials_section .slick-arrow-btn#nextBtn3 {
    right: -46px;
  }
}
@media (max-width: 767px) {
  .testimonials_section .slick-arrow-btn#prevBtn3 {
    left: -46px;
  }
  .testimonials_section .slick-arrow-btn#nextBtn3 {
    right: -46px;
  }
}
@media (max-width: 575px) {
  .testimonials_section .slick-arrow-btn#prevBtn3 {
    left: -18px;
  }
  .testimonials_section .slick-arrow-btn#nextBtn3 {
    right: -18px;
  }
}
@media (max-width: 1500px) {
  .testimonials_section .testi-card {
    padding: 30px 30px 20px 30px;
    min-height: 240px;
  }
  .testimonials_section .testi-card .quote-mark {
    width: 80px;
  }
  .testimonials_section .testi-card .testi-text {
    font-size: 18px;
    line-height: 1.2;
  }
  .testimonials_section .testi-card .testi-name {
    font-size: 22px;
    line-height: 1;
  }
}
@media (max-width: 1200px) {
  .testimonials_section .div_reletive {
    margin: 0px 20px;
  }
  .testimonials_section .testi-card {
    padding: 30px 30px 20px 30px;
    min-height: 230px;
    margin-left: 0px;
    margin-right: 0px;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  }
  .testimonials_section .testi-card .quote-mark {
    width: 70px;
  }
  .testimonials_section .testi-card .testi-name {
    font-size: 22px;
    line-height: 1;
  }
}
@media (max-width: 991px) {
  .testimonials_section .testi-card {
    min-height: 230px;
  }
}
@media (max-width: 767px) {
  .testimonials_section .testi-card {
    min-height: 1px;
    height: auto;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.22);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.22);
    margin-top: 10px;
  }
  .testimonials_section .testi-card .testi-text {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .testimonials_section .testi-card {
    padding: 30px 20px 20px 20px;
  }
  .testimonials_section .testi-card .quote-mark {
    width: 52px;
  }
}

.travel_serach_section .travel-card {
  max-width: 100%;
}

.discover_packages_section {
  position: relative;
}
.discover_packages_section .discover_section {
  position: relative;
}
.discover_packages_section .discover_section .imgbox {
  position: relative;
  z-index: 1;
}
.discover_packages_section .discover_section .imgbox img {
  width: 100%;
}
.discover_packages_section .discover_section .contentBox {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discover_packages_section .discover_section .hd_specail {
  font-size: 120px;
  color: #fff;
}
.discover_packages_section .discover_section .hd_specail span {
  opacity: 0.6;
  line-height: 0.7;
}
.discover_packages_section .discover_section .hd_specail strong {
  display: block;
  font-size: 280px;
  opacity: 0.21;
  line-height: 0.7;
}
.discover_packages_section .discover_section .btn_common {
  margin-top: 100px;
}
@media (max-width: 1700px) {
  .discover_packages_section .discover_section .btn_common {
    margin-top: 50px;
  }
}
@media (max-width: 1500px) {
  .discover_packages_section .discover_section .btn_common {
    margin-top: 50px;
  }
  .discover_packages_section .discover_section .hd_specail {
    font-size: 100px;
  }
  .discover_packages_section .discover_section .hd_specail strong {
    font-size: 210px;
  }
}
@media (max-width: 1024px) {
  .discover_packages_section .discover_section .btn_common {
    margin-top: 30px;
  }
  .discover_packages_section .discover_section .hd_specail {
    font-size: 70px;
  }
  .discover_packages_section .discover_section .hd_specail strong {
    font-size: 180px;
  }
}
@media (max-width: 1024px) {
  .discover_packages_section .discover_section .hd_specail {
    font-size: 50px;
    margin-top: -15px;
  }
  .discover_packages_section .discover_section .hd_specail strong {
    font-size: 140px;
  }
}
@media (max-width: 575px) {
  .discover_packages_section .discover_section .imgbox img {
    min-height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .discover_packages_section .discover_section .hd_specail {
    font-size: 30px;
  }
  .discover_packages_section .discover_section .hd_specail strong {
    font-size: 120px;
  }
}
@media (max-width: 480px) {
  .discover_packages_section .discover_section .imgbox img {
    min-height: 180px;
  }
  .discover_packages_section .discover_section .hd_specail {
    font-size: 30px;
    margin-top: 0px;
  }
  .discover_packages_section .discover_section .hd_specail strong {
    font-size: 70px;
  }
}

.top_rated_locations {
  /* ── Slider wrapper ── */
}
.top_rated_locations .locations-slider-wrap {
  position: relative;
}
.top_rated_locations .locations-slider .slick-slide {
  padding: 10px 15px;
}
.top_rated_locations {
  /* ── Location Card ── */
}
.top_rated_locations .loc-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.21);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.21);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  margin: 15px 0px;
}
.top_rated_locations .loc-card:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.21);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.21);
}
.top_rated_locations .loc-card:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.top_rated_locations .loc-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media (max-width: 767px) {
  .top_rated_locations .loc-card {
    margin: 0px;
  }
}
.top_rated_locations .imgbox_rated {
  height: 460px;
}
@media (max-width: 1700px) {
  .top_rated_locations .imgbox_rated {
    height: 390px;
  }
}
@media (max-width: 1500px) {
  .top_rated_locations .imgbox_rated {
    height: auto;
    min-height: 342px;
  }
}
@media (max-width: 1366px) {
  .top_rated_locations .imgbox_rated {
    min-height: 285px;
  }
}
@media (max-width: 767px) {
  .top_rated_locations .imgbox_rated {
    min-height: 223px;
  }
}
@media (max-width: 575px) {
  .top_rated_locations .imgbox_rated {
    min-height: 390px;
    max-height: 390px;
  }
}
@media (max-width: 480px) {
  .top_rated_locations .imgbox_rated {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
}
.top_rated_locations {
  /* Gradient overlay */
}
.top_rated_locations .loc-overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, transparent), color-stop(55%, rgba(0, 0, 0, 0.15)), color-stop(80%, rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0.85)));
  background: linear-gradient(to bottom, transparent 35%, rgba(0, 0, 0, 0.15) 55%, rgba(0, 0, 0, 0.72) 80%, rgba(0, 0, 0, 0.85) 100%);
  border-radius: 22px;
}
.top_rated_locations {
  /* Text content */
}
.top_rated_locations .loc-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 20px 22px;
  z-index: 2;
}
@media (max-width: 1366px) {
  .top_rated_locations .loc-content {
    padding: 0 15px 20px;
  }
}
.top_rated_locations .loc-content .loc-name {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
  line-height: 1.2;
}
@media (max-width: 1500px) {
  .top_rated_locations .loc-content .loc-name {
    font-size: 24px;
    line-height: 1.1;
  }
}
@media (max-width: 1366px) {
  .top_rated_locations .loc-content .loc-name {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .top_rated_locations .loc-content .loc-name {
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .top_rated_locations .loc-content .loc-name {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .top_rated_locations .loc-content .loc-name {
    font-size: 24px;
  }
}
.top_rated_locations .loc-content .loc-desc {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 16px;
  font-weight: 400;
}
@media (max-width: 1500px) {
  .top_rated_locations .loc-content .loc-desc {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .top_rated_locations .loc-content .loc-desc {
    font-size: 14px;
    line-height: 1;
  }
}
@media (max-width: 575px) {
  .top_rated_locations .loc-content .loc-desc {
    font-size: 16px;
  }
}
.top_rated_locations .loc-content .btn_common {
  display: block;
  width: 100%;
}
@media (max-width: 1500px) {
  .top_rated_locations .loc-content .btn_common {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .top_rated_locations .loc-content .btn_common {
    font-size: 16px;
    padding: 10px 15px;
  }
}
@media (max-width: 575px) {
  .top_rated_locations .loc-content .btn_common {
    font-size: 17px;
  }
}
.top_rated_locations {
  /* ── Custom Arrows ── */
}
.top_rated_locations .slick-arrow-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: background 0.2s, border-color 0.2s;
  transition: background 0.2s, border-color 0.2s;
}
.top_rated_locations .slick-arrow-btn:hover {
  background: #E8560A;
  border-color: #E8560A;
}
.top_rated_locations .slick-arrow-btn svg {
  width: 18px;
  height: 18px;
}
.top_rated_locations .slick-arrow-btn#prevBtn2 {
  left: 1px;
}
.top_rated_locations .slick-arrow-btn#nextBtn2 {
  right: 1px;
}
@media (max-width: 1366px) {
  .top_rated_locations .slick-arrow-btn {
    width: 32px;
    height: 32px;
  }
  .top_rated_locations .slick-arrow-btn#prevBtn2 {
    left: 1px;
  }
  .top_rated_locations .slick-arrow-btn#nextBtn2 {
    right: 1px;
  }
}

.mt-70 {
  margin-top: 70px;
}

.inner_page.travel-card {
  margin-top: -60px;
  margin-bottom: 70px !important;
}
@media (max-width: 1700px) {
  .inner_page.travel-card {
    margin-top: -50px;
  }
}
@media (max-width: 991px) {
  .inner_page.travel-card {
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .inner_page.travel-card {
    margin-top: -30px;
  }
}

.offcanvas.offcanvas-start {
  border-right: 0px;
}
@media (min-width: 992px) {
  .offcanvas.offcanvas-start {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
    position: inherit;
  }
}

.filter-card {
  max-width: 400px;
  background: #ffffff;
  border-radius: 15px;
  padding: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 20px 5px rgba(0, 0, 0, 0.25);
}
.filter-card .filter-header {
  background: #b5aca6;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  color: #3b2314;
  position: relative;
}
.filter-card .filter-header .btn-close {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  width: 18px;
  background-size: 18px;
}
.filter-card .filter-header .btn_common {
  padding: 8px 28px;
  font-size: 17px;
  line-height: 1.1;
}
.filter-card .filter-header .btn_common.btn_primary {
  background: #5c3122;
}
.filter-card .filter-header .btn_common.btn_primary:hover {
  background-color: #d94e1e;
}
@media (max-width: 991px) {
  .filter-card .filter-header .btn-close {
    display: block;
  }
  .filter-card .filter-header .marginright30 {
    margin-right: 30px;
  }
}
.filter-card .fillter-content {
  padding: 0px 15px;
}
@media (max-width: 991px) {
  .filter-card .fillter-content {
    height: 90dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.filter-card .accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
}
.filter-card .accordion-item .accordion-button {
  background: #fff;
  font-size: 30px;
  padding: 1rem 0;
  font-weight: 600;
  color: #3b2314;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.filter-card .accordion-item .accordion-button path {
  fill: #000;
}
.filter-card .accordion-item .accordion-button:not(.collapsed) {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.filter-card .accordion-item .accordion-button::after {
  width: 2rem;
  height: 2rem;
  background-size: 2rem;
}
.filter-card .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23B9B9B9'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.filter-card .accordion-body {
  padding: 0px 0px 15px 0px;
}
.filter-card .range-label {
  font-size: 20px;
  line-height: 1;
  color: #727272;
}
.filter-card .flight-btn {
  border: 1px solid #bdbdbd;
  border-radius: 12px;
  padding: 10px 15px;
  background: #fff;
  width: 48%;
  font-size: 20px;
  color: #727272;
}
.filter-card .flight-btn:hover, .filter-card .flight-btn.active {
  background: #E8560A;
  color: #fff;
}
.filter-card .serach_box1 {
  position: relative;
}
.filter-card .serach_box1 .search-input {
  z-index: 2;
  position: relative;
  border-radius: 30px;
  padding: 10px 15px;
  font-size: 20px;
}
.filter-card .serach_box1 span {
  position: absolute;
  z-index: 2;
  right: 15px;
  top: 0px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-card .check_list .form-check {
  position: relative;
}
.filter-card .check_list .form-check .form-check-input {
  border: #B9B9B9 solid 2px;
  border-radius: 2px;
  width: 20px 20px;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.filter-card .check_list .form-check .form-check-input:checked {
  background-color: #FF5313 !important;
  border-color: #da420b !important;
}
.filter-card .check_list .form-check .form-check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-card .check_list .form-check .form-check-label span {
  margin-left: 5px;
}
.filter-card .check_list .form-check-label span {
  float: right;
  color: #B9B9B9;
}
.filter-card .price_slider {
  margin-top: 10px;
}
.filter-card .price_slider .noUi-horizontal {
  height: 10px;
  border: none;
}
.filter-card .price_slider .noUi-connects {
  background: #D9D9D9;
  border: none;
  border-radius: 50px;
  height: 10px;
}
.filter-card .price_slider .noUi-connect {
  background: #5995EE;
  height: 12px;
}
.filter-card .price_slider .noUi-handle {
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #8E8E8E;
  width: 20px;
  height: 20px;
}
.filter-card .price_slider .noUi-handle:after,
.filter-card .price_slider .noUi-handle:before {
  display: none;
}
.filter-card .price_slider .price-values {
  font-size: 20px;
  font-weight: 400;
  margin-top: 15px;
}
.filter-card {
  /* Travel Themes Scroll */
}
.filter-card .themes-scroll {
  max-height: 220px;
  overflow-y: auto;
  padding-right: 5px;
  /* Optional scrollbar styling */
}
.filter-card .themes-scroll::-webkit-scrollbar {
  width: 6px;
}
.filter-card .themes-scroll::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 10px;
}
@media (max-width: 1700px) {
  .filter-card {
    font-size: 18px;
  }
  .filter-card .accordion-item .accordion-button {
    font-size: 24px;
  }
  .filter-card .accordion-item .accordion-button::after {
    width: 1.65rem;
    height: 1.65rem;
    background-size: 1.65rem;
  }
  .filter-card .serach_box1 .search-input, .filter-card .flight-btn, .filter-card .price_slider .price-values {
    font-size: 18px;
  }
  .filter-card .flight-btn {
    padding: 8px 10px;
  }
}
@media (max-width: 1500px) {
  .filter-card {
    font-size: 18px;
  }
  .filter-card .accordion-item .accordion-button {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .filter-card {
    height: 100%;
  }
}

.list_holiday .tour-card {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 20px 5px rgba(0, 0, 0, 0.25);
  background: #fff;
}
.list_holiday .tour-card .imgbox {
  border-radius: 20px;
  overflow: hidden;
  margin: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 260px;
}
.list_holiday .tour-card .imgbox img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.list_holiday .tour-card .tour-img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_holiday .tour-card .pkg-body {
  padding: 18px 0px 5px 0px;
  margin: 0px 0px 0px -15px;
}
.list_holiday .tour-card .pkg-body .pkg-title {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  color: #3A1B07;
  margin-bottom: 16px;
}
.list_holiday .tour-card .pkg-body .pkg-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  font-size: 18px;
  color: #727272;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}
.list_holiday .tour-card .pkg-body .pkg-meta:last-child {
  margin-bottom: 0px;
}
.list_holiday .tour-card .pkg-body .pkg-meta img {
  max-width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 1px;
  margin-right: 4px;
}
.list_holiday .tour-card .pkg-body .pkg-meta div {
  width: calc(100% - 20px);
  line-height: 1;
}
.list_holiday .tour-card .pkg-body .pkg-meta div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -5px;
}
.list_holiday .tour-card .pkg-body .pkg-meta div ul li {
  position: relative;
  padding-bottom: 7px;
}
.list_holiday .tour-card .pkg-body .pkg-meta div ul li::after {
  content: "|";
  margin: 0px 5px;
}
.list_holiday .tour-card .pkg-body .pkg-meta div ul li:last-child::after {
  display: none;
}
.list_holiday .tour-card .pkg-body .pkg-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.list_holiday .tour-card .pkg-body .pkg-actions .btn_common {
  min-width: 1px;
}
@media (max-width: 360px) {
  .list_holiday .tour-card .pkg-body .pkg-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list_holiday .tour-card .pkg-body .pkg-actions .btn_common {
    padding: 12px 15px;
    width: 100%;
  }
}
.list_holiday .tour-card .group-badge {
  margin-bottom: 10px;
  background: #32BF26;
  color: #fff;
  font-size: 18px;
  padding: 6px 20px;
  border-radius: 50px;
  display: inline-block;
}
.list_holiday .tour-card .price-box {
  background: #fafafa;
  padding: 30px 20px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_holiday .tour-card .price-box .last_box {
  margin-right: 15px;
}
.list_holiday .tour-card .price-box .last_box .btn_common {
  min-width: 180px;
}
.list_holiday .tour-card .price-box .last_box .text-muted {
  font-size: 16px;
  color: #B9B9B9;
  line-height: 1;
}
.list_holiday .tour-card .price-box .offer-box {
  background: #ff9f1c;
  color: #fff;
  font-size: 16px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
.list_holiday .tour-card .price-box h2 {
  font-size: 40px;
  color: #3A1B07;
  font-weight: 700;
  margin-top: 2rem;
}
.list_holiday .tour-card .price-box p {
  color: #6c757d;
}
.list_holiday .tour-card .price-box .list-price-card .main-price, .list_holiday .tour-card .price-box .list-price-card .per-person {
  text-align: center;
}
.list_holiday .tour-card .list_ficility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0px 0px 0px;
}
.list_holiday .tour-card .list_ficility li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 600;
  padding-right: 15px;
}
.list_holiday .tour-card .list_ficility li:last-child {
  padding-right: 0px;
}
.list_holiday .tour-card .list_ficility li i {
  margin-right: 5px;
  width: 33px;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_holiday .tour-card .list_ficility li span {
  width: calc(100% - 20px);
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.list_holiday .tour-card:hover .imgbox img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
@media (max-width: 1700px) {
  .list_holiday .tour-card .p-4 {
    padding: 0px !important;
  }
  .list_holiday .tour-card .imgbox {
    height: calc(100% - 40px);
  }
  .list_holiday .tour-card .pkg-body {
    margin-left: -5px;
  }
  .list_holiday .tour-card .pkg-body .pkg-title {
    font-size: 32px;
  }
  .list_holiday .tour-card .pkg-body .pkg-meta {
    font-size: 17px;
  }
  .list_holiday .tour-card .pkg-body .pkg-meta div ul li::after {
    margin: 0px 4px;
  }
  .list_holiday .tour-card .pkg-body .list_ficility li {
    font-size: 17px;
    padding-right: 8px;
  }
  .list_holiday .tour-card .price-box .offer-box {
    font-size: 15px;
  }
  .list_holiday .tour-card .price-box h2 {
    font-size: 32px;
  }
}
@media (max-width: 1500px) {
  .list_holiday .tour-card .imgbox {
    margin-right: 15px;
  }
  .list_holiday .tour-card .pkg-body {
    margin-left: 0px;
  }
  .list_holiday .tour-card .pkg-body .group-badge {
    line-height: 1.3;
    font-size: 16px;
  }
  .list_holiday .tour-card .pkg-body .pkg-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .list_holiday .tour-card .pkg-body .pkg-meta div ul li {
    padding-bottom: 5px;
  }
  .list_holiday .tour-card .pkg-body .list_ficility {
    padding-top: 5px;
  }
  .list_holiday .tour-card .price-box .offer-box {
    font-size: 15px;
  }
  .list_holiday .tour-card .price-box h2 {
    font-size: 28px;
  }
}
@media (max-width: 1366px) {
  .list_holiday .tour-card .imgbox {
    margin-right: 5px;
  }
  .list_holiday .tour-card .pkg-body {
    padding: 18px 0px 15px 0px;
  }
  .list_holiday .tour-card .pkg-body .group-badge {
    line-height: 1.3;
    font-size: 16px;
  }
  .list_holiday .tour-card .pkg-body .pkg-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .list_holiday .tour-card .pkg-body .pkg-meta {
    font-size: 15px;
  }
  .list_holiday .tour-card .pkg-body .pkg-meta img {
    max-width: 18px;
    margin-top: 0px;
    margin-right: 1px;
  }
  .list_holiday .tour-card .pkg-body .pkg-meta div ul li {
    padding-bottom: 5px;
  }
  .list_holiday .tour-card .pkg-body .list_ficility li {
    font-size: 16px;
    padding-right: 8px;
    margin-bottom: 2px;
  }
  .list_holiday .tour-card .price-box .offer-box {
    font-size: 13px;
    line-height: 1;
  }
  .list_holiday .tour-card .price-box .last_box .text-muted {
    font-size: 14px;
    padding-bottom: 18px;
  }
  .list_holiday .tour-card .price-box h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .list_holiday .tour-card .imgbox {
    margin: 15px 5px 15px 15px;
    height: calc(100% - 30px);
  }
  .list_holiday .tour-card .pkg-body .group-badge {
    line-height: 1;
    font-size: 14px;
  }
  .list_holiday .tour-card .pkg-body .pkg-title {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .list_holiday .tour-card .price-box {
    padding: 30px 18px 20px 10px;
  }
  .list_holiday .tour-card .price-box .offer-box {
    font-size: 14px;
    line-height: 1;
    padding: 8px 5px;
    text-align: left;
  }
  .list_holiday .tour-card .price-box .last_box .text-muted {
    font-size: 14px;
    padding-bottom: 18px;
  }
  .list_holiday .tour-card .price-box h2 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .list_holiday .tour-card .p-4 {
    padding: 0px 30px !important;
  }
  .list_holiday .tour-card .imgbox {
    margin: 15px 15px;
  }
  .list_holiday .tour-card .pkg-body {
    padding-top: 0px;
  }
  .list_holiday .tour-card .pkg-body .group-badge {
    line-height: 1;
    font-size: 14px;
  }
  .list_holiday .tour-card .pkg-body .pkg-title {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 10px;
  }
  .list_holiday .tour-card .pkg-body .pkg-meta {
    font-size: 18px;
  }
  .list_holiday .tour-card .pkg-body .list_ficility li {
    font-size: 18px;
  }
  .list_holiday .tour-card .price-box {
    padding: 30px 30px 20px 30px;
  }
  .list_holiday .tour-card .price-box .offer-box {
    font-size: 14px;
    line-height: 1;
    padding: 8px 5px;
    text-align: center;
  }
  .list_holiday .tour-card .price-box .last_box {
    margin-right: 0px;
  }
  .list_holiday .tour-card .price-box .last_box .text-muted {
    font-size: 14px;
    padding-bottom: 18px;
  }
  .list_holiday .tour-card .price-box h2 {
    font-size: 28px;
    line-height: 1.1;
  }
  .list_holiday .tour-card .price-box .btn_common {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .list_holiday .tour-card .pkg-body {
    padding: 0px 0px 15px 0px;
  }
}
@media (max-width: 575px) {
  .list_holiday {
    padding-left: 5px;
    padding-right: 5px;
  }
  .list_holiday .tour-card {
    -webkit-box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 380px) {
  .list_holiday {
    padding-left: 5px;
    padding-right: 5px;
  }
  .list_holiday .tour-card .pkg-body {
    padding-top: 0px;
  }
  .list_holiday .tour-card .pkg-body .group-badge {
    line-height: 1;
    font-size: 14px;
  }
  .list_holiday .tour-card .pkg-body .pkg-title {
    font-size: 24px;
    line-height: 1;
  }
  .list_holiday .tour-card .pkg-body .pkg-meta {
    font-size: 16px;
  }
  .list_holiday .tour-card .pkg-body .list_ficility li {
    font-size: 16px;
  }
  .list_holiday .tour-card .price-box h2 {
    font-size: 26px;
  }
}

.awards_list {
  margin-bottom: -30px;
}
.awards_list .mb-30 {
  margin-bottom: 30px;
}
.awards_list .award-section {
  background: #ffffff;
  padding: 50px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 20px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 20px 5px rgba(0, 0, 0, 0.25);
  height: 100%;
}
.awards_list .award-section .award-badge {
  background: #FF5313;
  color: #fff;
  padding: 8px 20px;
  font-size: 18px;
  border-radius: 50px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}
.awards_list .award-section .hd2 {
  margin-bottom: 20px;
}
.awards_list .award-section p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.awards_list .award-section p:last-child {
  padding-bottom: 0px;
}
.awards_list .award-section .award-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.awards_list .award-section .award-img img {
  max-width: 100%;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.awards_list .award-section .award-img img:hover {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
@media (max-width: 1024px) {
  .awards_list .col-lg-6 {
    width: 100%;
  }
  .awards_list .row .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .awards_list .award-section {
    padding: 30px 20px;
    text-align: center;
  }
  .awards_list .award-section .award-img {
    margin-bottom: 30px;
  }
}

.about_first_section .imgbox_round {
  border-radius: 20px;
  overflow: hidden;
  max-width: 553px;
}
.about_first_section .imgbox_round img {
  width: 100%;
}

.vision_section .container-fluid {
  margin: 0px auto;
  padding: 0px;
  max-width: 1920px;
}
.vision_section .vision_contant {
  max-width: 92%;
}
@media (max-width: 1024px) {
  .vision_section .vision_contant.section_padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .vision_section .imgbox_100per {
    height: auto;
  }
  .vision_section .imgbox_100per img {
    width: 100%;
    max-height: 610px;
  }
}
@media (max-width: 767px) {
  .vision_section {
    overflow-x: hidden;
  }
  .vision_section .imgbox_100per {
    max-width: 540px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    overflow: hidden;
  }
  .vision_section .vision_contant {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .vision_section .imgbox_100per {
    margin: 30px 30px 0px 30px;
  }
  .vision_section .vision_contant {
    max-width: 100%;
  }
}

.contact_us_section a {
  color: #727272;
}
.contact_us_section a:hover {
  color: #FF5313;
}
.contact_us_section p {
  margin: 0px;
  padding: 0px;
}
.contact_us_section .hd2 {
  margin-bottom: 12px;
}
.contact_us_section .minheight {
  margin-bottom: 40px;
}
.contact_us_section .minheight.noHeight {
  min-height: inherit;
  margin-bottom: 0px;
}
.contact_us_section .minheight.noHeight p {
  padding-bottom: 0px;
}
.contact_us_section .social-icons {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}
.contact_us_section .social-icons .social-icon {
  border-radius: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FF5313;
  text-decoration: none;
  -webkit-transition: background 0.2s, -webkit-transform 0.15s;
  transition: background 0.2s, -webkit-transform 0.15s;
  transition: background 0.2s, transform 0.15s;
  transition: background 0.2s, transform 0.15s, -webkit-transform 0.15s;
  margin-right: 26px;
}
.contact_us_section .social-icons .social-icon:hover {
  color: #000000;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.contact_us_section .social-icons .social-icon svg {
  width: 28px;
  height: 28px;
}
.contact_us_section .social-icons .social-icon svg.icon_x {
  width: 26px;
  height: 26px;
}
.contact_us_section .social-icons .social-icon:last-child {
  margin-right: 0px;
}
.contact_us_section .mapareaSection {
  position: relative;
  z-index: 1;
}
.contact_us_section .mapareaSection .maparea {
  overflow-y: hidden;
  border-radius: 30px;
  overflow: hidden;
  border: #ddd solid 1px;
}
.contact_us_section .mapareaSection .maparea iframe {
  border: none;
  width: 100%;
  height: 540px;
  border-radius: 30px;
  margin-bottom: -9px;
}
@media (max-width: 1600px) {
  .contact_us_section .mapareaSection .maparea iframe {
    height: 480px;
  }
}
@media (max-width: 1024px) {
  .contact_us_section .mapareaSection .maparea iframe {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .contact_us_section .mapareaSection .maparea {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .contact_us_section .mapareaSection .maparea {
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  .contact_us_section .mapareaSection .maparea {
    margin-top: 10px;
  }
  .contact_us_section .mapareaSection .maparea iframe {
    height: 350px;
  }
}
@media (max-width: 1366px) {
  .contact_us_section .social-icons .social-icon {
    margin-right: 22px;
  }
  .contact_us_section .social-icons .social-icon svg {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 1024px) {
  .contact_us_section .brnone br {
    display: none;
  }
}
@media (max-width: 767px) {
  .contact_us_section {
    margin-bottom: 0px;
  }
  .contact_us_section .hd2 {
    line-height: 1;
    margin-bottom: 8px;
  }
}
@media (max-width: 575px) {
  .contact_us_section {
    text-align: center;
  }
  .contact_us_section .hd1 {
    padding-bottom: 10px;
  }
  .contact_us_section .minheight, .contact_us_section .minheight.noHeight {
    margin-bottom: 20px;
  }
  .contact_us_section .minheight p, .contact_us_section .minheight.noHeight p {
    padding: 0px;
  }
  .contact_us_section .social-icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.policy_section .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #D9D9D9;
}
.policy_section .accordion-item .accordion-button {
  position: relative;
  background: transparent;
  color: #3A1B07;
  font-size: 40px;
  font-weight: 700;
  padding: 25px 55px 25px 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-transform: uppercase;
}
.policy_section .accordion-item .accordion-button::after {
  display: none;
}
.policy_section .accordion-item .accordion-button .icon {
  width: 50px;
  height: 50px;
  background: #ff5a1f;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 22px;
  margin-left: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 0px;
  z-index: 2;
}
.policy_section .accordion-item .accordion-button .icon::before {
  content: "";
  background: url(../images/icon_plush.svg) no-repeat center center;
  background-size: 30px;
  width: 100%;
  height: 100%;
}
.policy_section .accordion-item .accordion-button.collapsed .icon::before {
  content: "";
  background-image: url(../images/icon_plush.svg);
}
.policy_section .accordion-item .accordion-button:not(.collapsed) .icon::before {
  content: "";
  background-image: url(../images/icon_minas.svg);
}
.policy_section .accordion-item .accordion-body {
  padding: 0px 0 40px 0;
}
.policy_section .accordion-item .accordion-body .hd25, .policy_section .accordion-item .accordion-body h3 {
  font-size: 25px;
  color: #3A1B07;
  font-weight: 700;
  margin: 25px 0px 15px 0px;
  padding: 0px;
}
.policy_section .accordion-item .accordion-body .hd25:first-child, .policy_section .accordion-item .accordion-body h3:first-child {
  margin-top: 0px;
}
.policy_section .accordion-item .accordion-body .bullet, .policy_section .accordion-item .accordion-body ul {
  padding-bottom: 24px;
  padding-top: 10px;
}
.policy_section .accordion-item .accordion-body .bullet:first-child, .policy_section .accordion-item .accordion-body ul:first-child {
  padding-top: 0px;
}
.policy_section .accordion-item .accordion-body .bullet.last .policy_section .accordion-item .accordion-body .bullet:last-child, .policy_section .accordion-item .accordion-body .bullet.last .policy_section .accordion-item .accordion-body ul:last-child, .policy_section .accordion-item .accordion-body ul.last .policy_section .accordion-item .accordion-body .bullet:last-child, .policy_section .accordion-item .accordion-body ul.last .policy_section .accordion-item .accordion-body ul:last-child {
  padding-bottom: 0px;
}
.policy_section .accordion-item .accordion-body .bullet.toppadd, .policy_section .accordion-item .accordion-body ul.toppadd {
  padding-top: 10px;
}
.policy_section .accordion-item .accordion-body .bullet li .item-label, .policy_section .accordion-item .accordion-body ul li .item-label {
  display: block;
  padding-bottom: 6px;
}
@media (max-width: 1700px) {
  .policy_section .accordion-item .accordion-button {
    font-size: 32px;
    padding: 20px 48px 20px 0;
  }
  .policy_section .accordion-item .accordion-button .icon {
    width: 44px;
    height: 44px;
  }
  .policy_section .accordion-item .accordion-button .icon::before {
    background-size: 22px;
  }
  .policy_section .accordion-item .accordion-body .hd25 {
    margin: 20px 0px 10px 0px;
  }
  .policy_section .accordion-item .accordion-body .bullet li .item-label {
    padding-bottom: 4px;
  }
}
@media (max-width: 1500px) {
  .policy_section .accordion-item .accordion-button {
    font-size: 30px;
  }
  .policy_section .accordion-item .accordion-button .icon {
    width: 40px;
    height: 40px;
  }
  .policy_section .accordion-item .accordion-button .icon::before {
    background-size: 20px;
  }
}
@media (max-width: 1024px) {
  .policy_section .accordion-item .accordion-button {
    font-size: 28px;
    padding: 15px 40px 15px 0;
  }
  .policy_section .accordion-item .accordion-button .icon {
    width: 36px;
    height: 36px;
  }
  .policy_section .accordion-item .accordion-button .icon::before {
    background-size: 18px;
  }
  .policy_section .accordion-item .accordion-body .hd25 {
    margin: 15px 0px 17px 0px;
  }
  .policy_section .accordion-item .accordion-body .bullet li .item-label {
    padding-bottom: 4px;
  }
}
@media (max-width: 991px) {
  .policy_section .accordion-item .accordion-button {
    font-size: 26px;
  }
  .policy_section .accordion-item .accordion-body {
    padding-bottom: 25px;
  }
  .policy_section .accordion-item .accordion-body .hd25 {
    font-size: 21px;
    margin: 5px 0px 6px 0px;
    line-height: 1.1;
  }
  .policy_section .accordion-item .accordion-body .bullet.toppadd {
    padding-top: 4px;
  }
  .policy_section .accordion-item .accordion-body .bullet li::before {
    top: 6px;
  }
}

/* ---------- holiday detail page Start ---------------- */
.holiday_detail_section .sticky-card {
  position: sticky;
  top: 50px;
}
.holiday_detail_section .book_now_div .qty-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.holiday_detail_section .book_now_div .qty-box input {
  width: 60px;
  text-align: center;
}
.holiday_detail_section .book_now_div .qty-btn {
  width: 35px;
  height: 35px;
  border: none;
  background: #ff6b00;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
}
.holiday_detail_section .book_now_div .date-card {
  cursor: pointer;
  margin: 0;
  width: 16%;
}
.holiday_detail_section .book_now_div .date-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 5px;
  min-width: 50px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid #ddd;
  background: #f8f9fa;
  color: #444;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.holiday_detail_section .book_now_div .date-card:hover .date-box {
  border-color: #ff5722;
  color: #ff5722;
}
.holiday_detail_section .book_now_div .date-card:hover .date-box .date-pill-row {
  display: block;
}
.holiday_detail_section .book_now_div .group-departure-dates-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.holiday_detail_section .book_now_div .group-departure-dates-grid .date-card {
  width: 16%;
  min-width: 0;
}
.holiday_detail_section .book_now_div .group-departure-dates-grid .date-box {
  width: calc(100% - 24px);
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.holiday_detail_section .book_now_div .date-pill-seats {
  font-size: 10px;
  opacity: 1;
}
.holiday_detail_section .book_now_div .date-card input:checked + .date-box,
.holiday_detail_section .book_now_div .date-card.active .date-box {
  background: #ff5722;
  border-color: #ff5722;
  color: #fff;
}
.holiday_detail_section .book_now_div .date-card.active .date-pill-seats {
  color: #fff;
}
.holiday_detail_section .book_now_div .date-card.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.holiday_detail_section .book_now_div .group-departure-dates-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow-x: auto;
  gap: 8px;
  padding-bottom: 5px;
}
.holiday_detail_section .book_now_div .width100per {
  display: block;
  width: 100%;
}
.holiday_detail_section .book_now_div #groupbookingForm label.error,
.holiday_detail_section .book_now_div #groupbookingForm div.error {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  width: 100%;
}
.holiday_detail_section .book_now_div .pmt0 {
  margin-top: 0px !important;
}
.holiday_detail_section .book_now_div .pmb0 {
  margin-bottom: 0px !important;
}
.holiday_detail_section .book_now_div .lineheight15 {
  line-height: 15px;
}
.holiday_detail_section .book_now_div .pmt1 {
  margin-top: 10px;
}
.holiday_detail_section .pkg-body {
  padding: 0px 0px 5px 0px;
}
.holiday_detail_section .pkg-body .list-pkg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.holiday_detail_section .pkg-body .pkg-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  font-size: 20px;
  font-weight: 600;
  color: #666;
  line-height: 1.4;
  margin-bottom: 0px;
  margin-right: 48px;
}
.holiday_detail_section .pkg-body .pkg-meta:last-child {
  margin-right: 0px;
}
.holiday_detail_section .pkg-body .pkg-meta img {
  max-width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 1px;
  margin-right: 4px;
}
.holiday_detail_section .pkg-body .pkg-meta div {
  width: calc(100% - 20px);
  line-height: 1;
}
.holiday_detail_section .pkg-body .pkg-meta div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -5px;
}
.holiday_detail_section .pkg-body .pkg-meta div ul li {
  position: relative;
  padding-bottom: 5px;
}
.holiday_detail_section .pkg-body .pkg-meta div ul li::after {
  content: "|";
  margin: 0px 3px;
}
.holiday_detail_section .pkg-body .pkg-meta div ul li:last-child::after {
  display: none;
}
.holiday_detail_section .detailphoto {
  margin: 20px 0px;
}
.holiday_detail_section .detailphoto .main-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.holiday_detail_section .detailphoto .main-img div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  height: 100%;
}
.holiday_detail_section .detailphoto .main-img div img {
  width: 100%;
  max-height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.holiday_detail_section .detailphoto .main-img span {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
}
.holiday_detail_section .detailphoto .main-img .btn_common {
  font-size: 18px;
  padding: 12px 20px;
  min-width: 1px;
}
.holiday_detail_section .detailphoto .theme-card {
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  padding: 0px;
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.21);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.21);
  border: #ffffff solid 10px;
}
.holiday_detail_section .detailphoto .theme-card .imgbox img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.holiday_detail_section .detailphoto .theme-card .theme-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(25px);
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 0.96;
  text-align: center;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.holiday_detail_section .detailphoto .theme-card:hover {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.21);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.21);
}
.holiday_detail_section .detailphoto .theme-card:hover .imgbox img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.holiday_detail_section .detailphoto .theme-card:hover .theme-title {
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1700px) {
  .holiday_detail_section .detailphoto .theme-card .theme-title {
    font-size: 24px;
    line-height: 1;
    height: 55px;
    padding-bottom: 11px;
  }
}
@media (min-width: 1170px) and (max-width: 1400px) {
  .holiday_detail_section .detailphoto .theme-card .theme-title {
    font-size: 22px;
    height: 45px;
  }
}
@media (max-width: 1200px) {
  .holiday_detail_section .detailphoto .theme-card {
    border-width: 8px;
    margin-bottom: 30px;
  }
  .holiday_detail_section .detailphoto .theme-card .theme-title {
    font-size: 24px;
    height: 55px;
  }
}
.holiday_detail_section .detailphoto .theme-card {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 20px;
}
.holiday_detail_section .tabmodifay1 ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 10px 5px rgba(0, 0, 0, 0.11);
          box-shadow: 0 4px 10px 5px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.holiday_detail_section .tabmodifay1 ul.resp-tabs-list li {
  color: #3A1B07;
  padding: 12px 28px;
  border-radius: 10px;
  font-size: 28px;
  font-weight: 500;
  list-style: none;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom: none;
  margin-right: 5px;
}
.holiday_detail_section .tabmodifay1 ul.resp-tabs-list li:last-child {
  margin-right: 0px;
}
.holiday_detail_section .tabmodifay1 ul.resp-tabs-list li:hover, .holiday_detail_section .tabmodifay1 ul.resp-tabs-list li.resp-tab-active {
  background: #E8560A;
  color: #fff;
}
.holiday_detail_section .tabmodifay1 .resp-tabs-container {
  padding: 0px;
  margin: 30px 0px 0px 0px;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 10px 5px rgba(0, 0, 0, 0.11);
          box-shadow: 0 4px 10px 5px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  clear: left;
}
.holiday_detail_section .tabmodifay1 .resp-tabs-container .resp-tab-content {
  display: none;
  padding: 40px 50px;
}
.holiday_detail_section .tabmodifay1 .resp-tabs-container .resp-content-active, .holiday_detail_section .tabmodifay1 .resp-tabs-container .resp-accordion-active {
  display: block;
}
.holiday_detail_section .tabmodifay1 .resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 15px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #c1c1c1;
}
.holiday_detail_section .tabmodifay1 {
  /*-----------Accordion styles-----------*/
}
.holiday_detail_section .tabmodifay1 h2.resp-accordion {
  cursor: pointer;
  display: none;
  line-height: inherit;
  font-size: 22px;
  border-bottom: 2px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}
.holiday_detail_section .tabmodifay1 h2.resp-accordion:first-child {
  border-top: 0px solid #c1c1c1 !important;
}
.holiday_detail_section .tabmodifay1 h2.resp-tab-active {
  background: #E8560A !important;
  color: #fff !important;
}
.holiday_detail_section .tabmodifay1 h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #E8560A;
}
.holiday_detail_section .tabmodifay1 h2.resp-tab-title:last-child {
  border-bottom: 0px solid #c1c1c1 !important;
  background: blue;
}
.holiday_detail_section .tabmodifay1 .resp-easy-accordion h2.resp-accordion {
  display: block;
}
.holiday_detail_section .tabmodifay1 .resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important;
}
.holiday_detail_section .tabmodifay1 .resp-jfit {
  width: 100%;
  margin: 0px;
}
.holiday_detail_section .tabmodifay1 .resp-tab-content-active {
  display: block;
}
.holiday_detail_section .tabmodifay1 {
  /*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
}
@media (max-width: 767px) {
  .holiday_detail_section .tabmodifay1 ul.resp-tabs-list {
    display: none;
  }
  .holiday_detail_section .tabmodifay1 h2.resp-accordion {
    display: block;
  }
  .holiday_detail_section .tabmodifay1 .resp-vtabs .resp-tab-content {
    border: 0px solid #c1c1c1;
  }
  .holiday_detail_section .tabmodifay1 .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
  .holiday_detail_section .tabmodifay1 .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .holiday_detail_section .tabmodifay1 .resp-accordion-closed {
    display: none !important;
  }
}
.holiday_detail_section .timeline {
  position: relative;
}
.holiday_detail_section .timeline .timeline-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 0px;
}
.holiday_detail_section .timeline .timeline-item:first-child {
  padding-top: 0px;
}
.holiday_detail_section .timeline .timeline-item:last-child {
  padding-bottom: 0px;
}
.holiday_detail_section .timeline .timeline-item::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 92px;
  top: 2px;
  width: 2px;
  height: 100%;
  background: #e5e5e5;
}
.holiday_detail_section .timeline .timeline-item .timeline-left {
  position: relative;
  z-index: 2;
  width: 90px;
}
.holiday_detail_section .timeline .timeline-item .timeline-left .day {
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
}
.holiday_detail_section .timeline .timeline-item .timeline-left .day span {
  color: #ff5722;
}
.holiday_detail_section .timeline .timeline-item .timeline-content {
  position: relative;
  z-index: 2;
  width: calc(100% - 80px);
  padding: 0px 10px 0px 30px;
}
.holiday_detail_section .timeline .timeline-item .timeline-content .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ff5722;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 12px;
  left: -35px;
  position: relative;
}
.holiday_detail_section .timeline .timeline-item .timeline-content .location span {
  position: relative;
  margin-right: 15px;
  top: 1px;
  display: block;
}
.holiday_detail_section .timeline .timeline-item .timeline-content ul li {
  padding: 0px 0px 7px 24px;
  font-size: 22px;
  font-weight: 700;
}
.holiday_detail_section .timeline .timeline-item .timeline-content ul li:last-child {
  padding-bottom: 0px;
}
.holiday_detail_section .timeline .timeline-item .timeline-content ul li::before {
  width: 13px;
  height: 13px;
}
.holiday_detail_section .timeline .timeline-item .button_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 25px 0px 0px 0px;
}
.holiday_detail_section .timeline .timeline-item .button_list span {
  margin-right: 25px;
}
.holiday_detail_section .timeline .timeline-item .button_list span:last-child {
  margin-right: 0px;
}
.holiday_detail_section .timeline .timeline-item .btn_white {
  -webkit-box-shadow: 0 4px 20px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 20px 5px rgba(0, 0, 0, 0.25);
  color: #727272 !important;
  padding: 12px 20px;
  min-width: 1px;
}
.holiday_detail_section .timeline .timeline-item .btn_white.btn_icon i {
  margin-right: 10px;
}
.holiday_detail_section .timeline .timeline-item .btn_white:hover {
  color: #ffffff !important;
}
.holiday_detail_section .timeline .timeline-item .btn_white:hover i svg {
  fill: #ffffff !important;
}
.holiday_detail_section .timeline .timeline-item .btn_white:hover i svg path {
  fill: #ffffff !important;
}
.holiday_detail_section .tab_content_modifay {
  font-size: 22px;
}
.holiday_detail_section .tab_content_modifay .hd2 {
  margin-top: 35px;
}
.holiday_detail_section .tab_content_modifay .hd2:first-child {
  margin-top: 0px;
}
.holiday_detail_section .tab_content_modifay p {
  line-height: 28px;
}
.holiday_detail_section .tab_content_modifay h3 {
  font-size: 24px;
  font-weight: 600;
  color: #131517;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
.holiday_detail_section .tab_content_modifay .gallery .videoBox {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.holiday_detail_section .tab_content_modifay .gallery .videoBox a {
  position: relative;
}
.holiday_detail_section .tab_content_modifay .gallery .videoBox a::after {
  content: "";
  z-index: 2;
  background: url(../images/youtube_icon.svg) no-repeat center center;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: 80px;
}
.holiday_detail_section .tab_content_modifay .gallery .videoBox a img {
  position: relative;
  z-index: 1;
}
.holiday_detail_section .tab_content_modifay .gallery .photpGallery {
  margin-bottom: -20px;
}
.holiday_detail_section .tab_content_modifay .gallery .photpGallery .boxgallery {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.holiday_detail_section .tab_content_modifay .gallery .photpGallery .boxgallery a img {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
.holiday_detail_section .tab_content_modifay .gallery .photpGallery .boxgallery a::after {
  content: "";
  z-index: 2;
  background: url(../images/zoom_icon.png) no-repeat center center rgba(0, 0, 0, 0.65);
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: 30px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.holiday_detail_section .tab_content_modifay .gallery .photpGallery .boxgallery:hover a::after {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.holiday_detail_section .tab_content_modifay .gallery .photpGallery .boxgallery:hover a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.holiday_detail_section .policy_tab.bullet ul {
  margin-bottom: 30px;
}
.holiday_detail_section .policy_tab.bullet ul.last, .holiday_detail_section .policy_tab.bullet ul:last-child {
  margin-bottom: 0px;
}
.holiday_detail_section .policy_tab.bullet ul li {
  font-weight: 400;
}
.holiday_detail_section .hd2 {
  margin-bottom: 18px;
}
.holiday_detail_section .price-card {
  background: #f3f3f3;
  padding: 35px 30px;
  border-radius: 22px;
  max-width: 420px;
  width: 100%;
  -webkit-box-shadow: 0 4px 50px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 50px 10px rgba(0, 0, 0, 0.25);
  color: #B9B9B9;
  /* Old Price + Offer */
}
.holiday_detail_section .price-card .top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2px;
}
.holiday_detail_section .price-card .top-row .old-price {
  text-decoration: line-through;
  font-size: 16px;
  margin-right: 5px;
}
.holiday_detail_section .price-card .top-row .offer {
  color: #FF0000;
  font-size: 14px;
  font-weight: 600;
}
.holiday_detail_section .price-card {
  /* Main Price */
}
.holiday_detail_section .price-card .price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.holiday_detail_section .price-card .price-row .main-price {
  font-size: 40px;
  font-weight: 700;
  color: #3A1B07;
  line-height: 1;
}
.holiday_detail_section .price-card .price-row .per-person {
  font-size: 16px;
  margin-left: 10px;
  margin-bottom: 6px;
}
.holiday_detail_section .price-card .tax-text {
  font-size: 16px;
  margin-top: 6px;
}
.holiday_detail_section .price-card .packageform .btn_common {
  min-width: 48%;
}
.holiday_detail_section .price-card .btn_common {
  margin-top: 25px;
  width: 100%;
}
@media (max-width: 576px) {
  .holiday_detail_section .price-card {
    padding: 25px 20px;
  }
  .holiday_detail_section .price-card .price-row .main-price {
    font-size: 30px;
  }
  .holiday_detail_section .price-card .price-row .per-person {
    font-size: 13px;
    margin-left: 6px;
  }
}
.holiday_detail_section .packageIncludes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.holiday_detail_section .packageIncludes .boxincludes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  margin-right: 15px;
  background: #fafafa;
  border: #ddd solid 1px;
  border-radius: 10px;
}
.holiday_detail_section .packageIncludes .boxincludes:last-child {
  margin-right: 0px;
}
.holiday_detail_section .packageIncludes .boxincludes span {
  width: 30px;
  margin-right: 10px;
}
.holiday_detail_section .packageIncludes .boxincludes span svg {
  width: 30px;
  height: 30px;
}
.holiday_detail_section .packageIncludes .boxincludes span img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.holiday_detail_section .bullet ul li {
  padding: 0px 0px 15px 24px;
  font-size: 22px;
  font-weight: 400;
}
.holiday_detail_section .bullet ul li:last-child {
  padding-bottom: 0px;
}
.holiday_detail_section .bullet ul li::before {
  width: 13px;
  height: 13px;
}
.holiday_detail_section .listHotelPackage {
  margin-bottom: -30px;
}
.holiday_detail_section .listHotelPackage .boxPackage {
  margin: 0px 0px 30px 0px;
  padding: 15px;
  background: #ffffff; /*box-shadow: 0 4px 10px 5px rgba(0, 0, 0, 0.11);*/
  border-radius: 10px;
  border: #ddd solid 1px;
}
.holiday_detail_section .listHotelPackage .boxPackage div {
  font-size: 25px;
  color: #FF5313;
  font-weight: 500;
  line-height: 1.1;
}
.holiday_detail_section .listHotelPackage .boxPackage div strong {
  font-size: 30px;
  color: #3A1B07;
  display: block;
  padding: 10px 0px 0px 0px;
}
.holiday_detail_section .listHotelPackage .boxPackage p {
  padding: 5px 0px 0px 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 1700px) {
  .holiday_detail_section .tabmodifay1 .resp-tabs-container .resp-tab-content {
    padding: 36px 40px;
  }
  .holiday_detail_section .tabmodifay1 ul.resp-tabs-list li {
    font-size: 26px;
    line-height: 1;
    padding: 13px 20px;
  }
  .holiday_detail_section .listHotelPackage .boxPackage div {
    font-size: 22px;
    line-height: 1.1;
  }
  .holiday_detail_section .listHotelPackage .boxPackage div strong {
    font-size: 26px;
    padding-top: 3px;
  }
}
@media (max-width: 1500px) {
  .holiday_detail_section .tabmodifay1 .resp-tabs-container .resp-tab-content {
    padding: 36px 30px;
  }
  .holiday_detail_section .tabmodifay1 ul.resp-tabs-list li {
    font-size: 22px;
    line-height: 1;
    padding: 13px 18px;
  }
  .holiday_detail_section .listHotelPackage .boxPackage div {
    font-size: 22px;
    line-height: 1.1;
  }
  .holiday_detail_section .listHotelPackage .boxPackage div strong {
    font-size: 26px;
    padding-top: 3px;
  }
}
@media (max-width: 1366px) {
  .holiday_detail_section .tab_content_modifay {
    font-size: 18px;
  }
  .holiday_detail_section .tab_content_modifay p {
    line-height: 24px;
    padding-bottom: 18px;
  }
  .holiday_detail_section .tabmodifay1 .resp-tabs-container .resp-tab-content {
    padding: 30px 30px;
  }
  .holiday_detail_section .tabmodifay1 ul.resp-tabs-list li {
    font-size: 18px;
    padding: 13px 15px;
  }
  .holiday_detail_section .listHotelPackage .boxPackage div {
    font-size: 22px;
    line-height: 1.1;
  }
  .holiday_detail_section .listHotelPackage .boxPackage div strong {
    font-size: 26px;
    padding-top: 3px;
  }
  .holiday_detail_section .price-card .tax-text {
    font-size: 14px;
    margin-top: 3px;
  }
  .holiday_detail_section .price-card .price-row .main-price {
    font-size: 32px;
  }
  .holiday_detail_section .price-card .price-row .per-person {
    font-size: 14px;
  }
  .holiday_detail_section .packageIncludes .boxincludes {
    padding: 4px 10px;
    margin-right: 12px;
  }
  .holiday_detail_section .packageIncludes .boxincludes span {
    width: 20px;
    margin-right: 8px;
    line-height: 1;
  }
  .holiday_detail_section .packageIncludes .boxincludes span svg {
    width: 20px;
    height: 20px;
  }
  .holiday_detail_section .bullet ul li {
    font-size: 18px;
    line-height: 1.2;
    padding: 0px 0px 12px 20px;
  }
  .holiday_detail_section .bullet ul li::before {
    width: 11px;
    height: 11px;
    top: 7px;
  }
  .holiday_detail_section .timeline .timeline-item {
    padding: 25px 0px;
  }
  .holiday_detail_section .timeline .timeline-item .btn_white {
    padding: 9px 20px;
    min-width: 1px;
  }
  .holiday_detail_section .timeline .timeline-item .btn_common {
    font-size: 16px;
  }
  .holiday_detail_section .timeline .timeline-item .timeline-content .location {
    font-size: 22px;
  }
  .holiday_detail_section .timeline .timeline-item .timeline-content ul li {
    font-size: 18px;
    padding-bottom: 7px;
    font-weight: 500;
    padding-left: 20px;
    line-height: 1.1;
  }
  .holiday_detail_section .timeline .timeline-item .timeline-content ul li::before {
    top: 4px;
    width: 11px;
    height: 11px;
  }
  .holiday_detail_section .timeline .timeline-item::before {
    left: 83px;
  }
  .holiday_detail_section .timeline .timeline-item .timeline-left {
    width: 82px;
  }
  .holiday_detail_section .timeline .timeline-item .timeline-left .day {
    font-size: 21px;
  }
  .holiday_detail_section .timeline .timeline-item .button_list span {
    margin-right: 18px;
  }
}
@media (max-width: 1024px) {
  .holiday_detail_section .tab_content_modifay h3 {
    font-size: 20px;
  }
  .holiday_detail_section .tab_content_modifay .inculdingTab .col-lg-6 {
    margin-bottom: 30px;
  }
  .holiday_detail_section .tab_content_modifay .inculdingTab .col-lg-6:last-child {
    margin-bottom: 0px;
  }
  .holiday_detail_section .price-card {
    padding: 25px 20px;
  }
  .holiday_detail_section .price-card .tax-text {
    font-size: 16px;
    margin-top: 3px;
    line-height: 1;
  }
  .holiday_detail_section .price-card .price-row .per-person {
    font-size: 16px;
  }
  .holiday_detail_section .packageIncludes .boxincludes {
    padding: 8px 15px;
    margin-right: 11px;
  }
  .holiday_detail_section .bullet ul li {
    font-size: 18px;
    line-height: 1.1;
    padding: 0px 0px 12px 24px;
  }
  .holiday_detail_section .bullet ul li::before {
    top: 6px;
  }
  .holiday_detail_section .tabmodifay1 .resp-tabs-container .resp-tab-content {
    padding: 30px 30px;
  }
  .holiday_detail_section .tabmodifay1 ul.resp-tabs-list li {
    padding: 10px 9px;
    margin-right: 3px;
  }
  .holiday_detail_section .timeline .timeline-item::before {
    left: 84px;
  }
}
@media (max-width: 991px) {
  .holiday_detail_section .price-card {
    max-width: 100%;
  }
  .holiday_detail_section .price-card .btn_common {
    width: auto;
  }
  .holiday_detail_section .bullet ul li {
    font-size: 18px;
    line-height: 1.1;
    padding: 0px 0px 10px 20px;
  }
  .holiday_detail_section .bullet ul li::before {
    top: 5px;
    width: 11px;
    height: 11px;
  }
}
@media (max-width: 767px) {
  .holiday_detail_section .tabmodifay1 {
    margin-bottom: 30px;
  }
  .holiday_detail_section .tabmodifay1 .resp-tabs-container {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .holiday_detail_section .tabmodifay1 .resp-tabs-container .resp-tab-content {
    padding: 15px 0px !important;
    border-bottom: 2px solid #c1c1c1 !important;
  }
  .holiday_detail_section .tabmodifay1 h2.resp-accordion {
    padding: 10px 0px;
  }
  .holiday_detail_section .tabmodifay1 h2.resp-accordion.resp-tab-active {
    background: none !important;
    color: #E8560A !important;
  }
  .holiday_detail_section .pkg-body .pkg-meta {
    margin-right: 25px;
    font-size: 18px;
  }
  .holiday_detail_section .timeline .timeline-item::before {
    left: 79px;
  }
  .holiday_detail_section .timeline .timeline-item .timeline-left {
    width: 76px;
  }
  .holiday_detail_section .packageIncludes .boxincludes {
    padding: 5px 12px;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .holiday_detail_section .tab_content_modifay .hd2 {
    margin-top: 0px;
  }
  .holiday_detail_section .tab_content_modifay .gallery .videoBox, .holiday_detail_section .tab_content_modifay .gallery .photpGallery .boxgallery {
    border-radius: 12px;
  }
  .holiday_detail_section .pkg-body .list-pkg {
    margin-bottom: -8px;
  }
  .holiday_detail_section .pkg-body .pkg-meta {
    margin-right: 15px;
    margin-bottom: 8px;
  }
  .holiday_detail_section .packageIncludes {
    margin-bottom: -10px;
  }
  .holiday_detail_section .packageIncludes .boxincludes {
    padding: 5px 12px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .holiday_detail_section .detailphoto .main-img {
    border-radius: 15px;
  }
  .holiday_detail_section .timeline .timeline-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .holiday_detail_section .timeline .timeline-item::before {
    left: 2px;
  }
  .holiday_detail_section .timeline .timeline-item .timeline-left {
    width: auto;
    margin-left: 25px;
    margin-bottom: 5px;
  }
  .holiday_detail_section .timeline .timeline-item .timeline-content {
    width: calc(100% - 0px);
  }
  .holiday_detail_section .timeline .timeline-item .timeline-content .location span {
    top: -25px;
  }
  .holiday_detail_section .listHotelPackage {
    margin-bottom: -15px;
  }
  .holiday_detail_section .listHotelPackage .boxPackage {
    margin-bottom: 15px;
    padding: 10px 15px;
  }
}
@media (max-width: 380px) {
  .holiday_detail_section .gallery .photpGallery .boxgallery a img {
    min-height: 120px;
  }
}
@media (max-width: 330px) {
  .holiday_detail_section .listHotelPackage .col-6 {
    width: 100%;
  }
  .holiday_detail_section .timeline .timeline-item .button_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .holiday_detail_section .timeline .timeline-item .button_list span {
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
  }
  .holiday_detail_section .timeline .timeline-item .button_list span:last-child {
    margin-bottom: 0px;
  }
}

/* ---------- holiday detail page Start ---------------- */
.feedback-modal-dialog {
  max-width: 400px;
}
.feedback-modal-dialog .btn-close {
  width: 15px;
  height: 15px;
  padding: 0;
}

.feedback-modal-content {
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.feedback-modal-header {
  background: #48281c;
  color: #fff;
  border-bottom: 1px solid #3f3733;
  padding: 12px 16px;
}
.feedback-modal-header .modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #E8560A;
}

.feedback-modal-body {
  padding: 16px;
  background: #f8f9fa;
}
.feedback-modal-body .form-control {
  font-size: 14px;
  border-radius: 6px;
  border-color: #dee2e6;
}
.feedback-modal-body .form-control.padddright5 {
  padding-right: 5px;
}
.feedback-modal-body .form-control:focus {
  border-color: #E8560A;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 86, 10, 0.2);
          box-shadow: 0 0 0 0.2rem rgba(232, 86, 10, 0.2);
}

.feedback-form-label {
  font-size: 13px;
  font-weight: 500;
  color: #171311;
  margin-bottom: 4px;
}

.feedback-modal-footer {
  background: #48281c;
  border-top: 1px solid #3f3733;
  padding: 10px 16px;
  gap: 8px;
}
.feedback-modal-footer .btn-outline-secondary {
  color: #adb5bd;
  border-color: #495057;
}
.feedback-modal-footer .btn-outline-secondary:hover {
  color: #fff;
  background: #495057;
  border-color: #495057;
}

.feedback-btn-submit {
  background: #E8560A;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 500;
}
.feedback-btn-submit:hover {
  background: #d14d09;
  color: #fff;
}

#feedbackForm .month-year-picker-wrap {
  position: relative;
}
#feedbackForm .month-year-picker-wrap .month-year-picker-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  color: #6c757d;
  font-size: 10px;
}
#feedbackForm .month-year-picker-dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 2px;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1060;
  min-width: 240px;
  padding: 12px;
}
#feedbackForm .month-year-picker-dropdown.show {
  display: block;
}
#feedbackForm .month-year-picker-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  padding: 4px 0;
}
#feedbackForm .month-year-picker-nav {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 4px 10px;
  color: #495057;
}
#feedbackForm .month-year-picker-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
#feedbackForm .month-year-picker-grid button {
  padding: 8px;
  border: 1px solid #dee2e6;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
}
#feedbackForm .month-year-picker-grid button.selected {
  background: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}

/* ------- Mani Area End ------- */
/* ------- Footer Area Start ------- */
.fotter_area {
  font-weight: 400;
  background: #48281C;
  color: #ffffff;
  position: relative;
}
.fotter_area a {
  color: #fff;
}
.fotter_area a:hover {
  color: #E8560A;
}
.fotter_area {
  /* ── Main Footer ── */
}
.fotter_area .site-footer {
  font-size: 22px;
  padding: 17px 0px 20px 0px;
}
.fotter_area .site-footer h6 {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  color: #E8560A;
  margin-bottom: 12px;
  padding: 0px;
}
.fotter_area .site-footer {
  /* ── Logo ── */
}
.fotter_area .site-footer .footer-logo {
  display: block;
  margin-bottom: 30px;
  max-width: 240px;
}
.fotter_area .site-footer {
  /* ── Social Icons ── */
}
.fotter_area .site-footer .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.fotter_area .site-footer .social-icons .social-icon {
  border-radius: 0;
  background: #6C3722;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 0.2s, -webkit-transform 0.15s;
  transition: background 0.2s, -webkit-transform 0.15s;
  transition: background 0.2s, transform 0.15s;
  transition: background 0.2s, transform 0.15s, -webkit-transform 0.15s;
  margin-right: 18px;
}
.fotter_area .site-footer .social-icons .social-icon:hover {
  background: #E8560A;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.fotter_area .site-footer .social-icons .social-icon:hover svg path {
  color: #ffffff;
  fill: #ffffff;
}
.fotter_area .site-footer .social-icons .social-icon svg {
  width: 19px;
  height: 19px;
}
.fotter_area .site-footer .social-icons .social-icon:last-child {
  margin-right: 0px;
}
.fotter_area .site-footer .social-icons .social-icon.x_icon svg {
  width: 19px;
  height: 19px;
}
.fotter_area .site-footer .social-icons .social-icon:first-child svg {
  width: 22px;
  height: 22px;
}
.fotter_area .site-footer {
  /* ── Members of ── */
}
.fotter_area .site-footer .member-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fotter_area .site-footer .member-badges .member-badge {
  max-width: 50px;
}
.fotter_area .site-footer .member-badges .member-badge img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .fotter_area .site-footer .member-badges {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.fotter_area .site-footer .footer-links ul li {
  margin-bottom: 12px;
  line-height: 1;
}
.fotter_area .site-footer .footer-links ul li:last-child {
  margin-bottom: 0px;
}
.fotter_area .site-footer .footer-links ul li a {
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
}
.fotter_area .site-footer .footer-links ul li a:hover {
  color: #E8560A;
}
.fotter_area .site-footer .footer-links ul li.active a {
  color: #E8560A;
}
.fotter_area .site-footer .footer-links .li_part2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.fotter_area .site-footer .footer-links .li_part2 ul li {
  width: 50%;
}
@media (min-width: 768px) {
  .fotter_area .site-footer .footer-links .li_part2 ul li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .fotter_area .site-footer .footer-links .li_part2 ul li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .fotter_area .site-footer .footer-links .li_part2 ul li:nth-child(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .fotter_area .site-footer .footer-links .li_part2 ul li:nth-child(4) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .fotter_area .site-footer .footer-links .li_part2 ul li:nth-child(5) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .fotter_area .site-footer .footer-links .li_part2 ul li:nth-child(6) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .fotter_area .site-footer .footer-links .li_part2 ul li:nth-child(7) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.fotter_area .site-footer {
  /* ── Reach Us ── */
}
.fotter_area .site-footer .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}
.fotter_area .site-footer .contact-item .contact-icon {
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 5px;
  color: #E8560A;
}
.fotter_area .site-footer .contact-item .contact-icon i {
  font-size: 22px;
}
.fotter_area .site-footer .contact-item .contact-icon.iconEmail i {
  font-size: 20px;
}
.fotter_area .site-footer .contact-item .contact-text {
  line-height: 1.3;
  min-width: 100%;
}
.fotter_area .site-footer .contact-item .contact-text a {
  text-decoration: none;
  display: block;
}
.fotter_area .site-footer .contact-item .contact-address {
  line-height: 1.3;
  margin-top: 2px;
}
@media (max-width: 1700px) {
  .fotter_area .site-footer {
    font-size: 20px;
  }
  .fotter_area .site-footer .footer-links ul li a {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media (max-width: 1500px) {
  .fotter_area .site-footer {
    font-size: 17px;
  }
  .fotter_area .site-footer .footer-links ul li a {
    font-size: 17px;
  }
  .fotter_area .site-footer h6 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .fotter_area .site-footer .contact-item {
    margin-bottom: 12px;
  }
}
@media (max-width: 1500px) {
  .fotter_area .site-footer .social-icons .social-icon {
    width: 38px;
    height: 38px;
    margin-right: 10px;
  }
  .fotter_area .site-footer .social-icons .social-icon svg {
    width: 15px;
    height: 15px;
  }
  .fotter_area .site-footer .social-icons .social-icon.x_icon svg {
    width: 15px;
    height: 15px;
  }
  .fotter_area .site-footer .social-icons .social-icon:first-child svg {
    width: 19px;
    height: 19px;
  }
}
@media (min-width: 992px) and (max-width: 1190px) {
  .fotter_area .site-footer .set1024 {
    width: 22%;
  }
  .fotter_area .site-footer .contact-item .contact-address {
    width: 108%;
  }
  .fotter_area .site-footer .container {
    max-width: 1010px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fotter_area .site-footer .set1024 {
    width: 22%;
  }
}
@media (max-width: 1024px) {
  .fotter_area .site-footer {
    font-size: 16px;
  }
  .fotter_area .site-footer h6 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .fotter_area .site-footer .contact-item .contact-icon {
    margin-top: 1px;
  }
  .fotter_area .site-footer .social-icons .social-icon svg {
    width: 20px;
    height: 20px;
  }
  .fotter_area .site-footer .social-icons .social-icon.x_icon svg {
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 991px) {
  .fotter_area .site-footer {
    padding: 30px 0px;
    font-size: 17px;
  }
  .fotter_area .site-footer .footer-links .li_part2 ul li {
    width: 50%;
  }
  .fotter_area .site-footer .social-icons .social-icon {
    margin-right: 12px;
  }
  .fotter_area .site-footer .contact-item .contact-icon {
    margin-top: 2px;
  }
}
@media (max-width: 767px) {
  .fotter_area .site-footer {
    text-align: center;
  }
  .fotter_area .site-footer .texttabcenter {
    text-align: center;
  }
  .fotter_area .site-footer .footer-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fotter_area .site-footer .footer-links ul li {
    width: auto;
    padding: 0px 10px;
  }
  .fotter_area .site-footer .footer-links .li_part2 ul {
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fotter_area .site-footer .footer-links .li_part2 ul li {
    width: auto;
  }
  .fotter_area .site-footer .set1024, .fotter_area .site-footer .col-12 {
    margin: 0;
    border-bottom: #3f3733 solid 1px;
    padding: 20px 0px;
  }
  .fotter_area .site-footer .set1024.order-lg-1, .fotter_area .site-footer .col-12.order-lg-1 {
    border-bottom: 0px;
    padding-bottom: 10px;
  }
  .fotter_area .site-footer .contact-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fotter_area .site-footer .contact-item:last-child {
    margin-bottom: 0px;
  }
  .fotter_area .site-footer .contact-item .contact-text {
    min-width: 1px;
  }
  .fotter_area .site-footer .contact-item.address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fotter_area .site-footer .contact-item.address .contact-address {
    max-width: 350px;
    margin: 0px auto;
  }
  .fotter_area .site-footer .contact-item.address .contact-address br {
    display: none;
  }
  .fotter_area .site-footer .contact-item .contact-icon {
    margin-top: 0;
  }
  .fotter_area .site-footer .social-icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 575px) {
  .fotter_area .site-footer {
    padding: 30px 0px 20px 0px;
  }
  .fotter_area .site-footer .footer-logo {
    margin-bottom: 22px;
    text-align: center;
  }
  .fotter_area .site-footer .social-icons, .fotter_area .site-footer .member-badges {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fotter_area .site-footer .fistfooter {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fotter_area .bottom_area {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  padding: 5px 0px 5px 0px;
  color: #bbb9b8;
  border-top: #6e4f44 solid 1px;
}
.fotter_area .bottom_area .col-lg-9.col-md-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.fotter_area .bottom_area .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fotter_area .bottom_area .copyright img {
  margin-right: 5px;
  max-width: 17px;
}
.fotter_area .bottom_area .website_by {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fotter_area .bottom_area .website_by img {
  max-width: 24px;
}
.fotter_area .bottom_area .website_by a {
  margin-left: 5px;
}
@media (max-width: 1700px) {
  .fotter_area .bottom_area {
    font-size: 16px;
  }
}
@media (max-width: 1500px) {
  .fotter_area .bottom_area {
    font-size: 16px;
  }
  .fotter_area .bottom_area .copyright img {
    max-width: 17px;
  }
}
@media (max-width: 1400px) {
  .fotter_area .bottom_area .copyright {
    line-height: normal;
  }
  .fotter_area .bottom_area .copyright img {
    max-width: 15px;
  }
}
@media (max-width: 767px) {
  .fotter_area .bottom_area {
    text-align: center;
    padding: 7px 0px;
  }
  .fotter_area .bottom_area .copyright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 2px;
  }
  .fotter_area .bottom_area .website_by {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 300;
  }
  .fotter_area .bottom_area .website_by img {
    opacity: 0.6;
  }
}

/* ------- Footer Area End ------- */
.whatapp_section {
  position: fixed;
  z-index: 5;
  top: 52px;
  right: 15px;
  max-width: 38px;
}
.whatapp_section svg {
  max-width: 100%;
}
.whatapp_section a.call {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FF5313), to(#FFB413));
  background: linear-gradient(180deg, #FF5313 50%, #FFB413 100%);
  color: #fff;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  height: 38px;
  margin-top: 8px;
}
.whatapp_section a.call i {
  font-size: 23px;
}
@media (max-width: 1700px) {
  .whatapp_section {
    max-width: 40px;
  }
}
@media (max-width: 1500px) {
  .whatapp_section a.call {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1024px) {
  .whatapp_section {
    max-width: 30px;
    top: 25px;
    right: 8px;
  }
  .whatapp_section a.call {
    width: 30px;
    height: 30px;
  }
  .whatapp_section a.call i {
    font-size: inherit;
  }
}
@media (max-width: 991px) {
  .whatapp_section {
    max-width: 36px;
    top: 90px;
    right: 15px;
  }
  .whatapp_section a.call {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 480px) {
  .whatapp_section {
    top: 100px;
  }
}

#toTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #E8560A;
  color: #fff;
  text-align: center;
  padding: 5px;
  position: fixed; /* this is the magic */
  bottom: 17px; /* together with this to put the div at the bottom*/
  right: 15px;
  cursor: pointer;
  display: none;
  font-size: 26px;
  line-height: 26px;
  z-index: 9;
}
#toTop:hover {
  background: #d14e07;
  color: #ffffff !important;
}
@media (max-width: 480px) {
  #toTop {
    bottom: 5px;
  }
}

/* ====== Respensive css strat ====== */
@media screen and (min-width: 992px) and (max-width: 1170px) {
  .setwidth1024_1 {
    width: 31.333333%;
  }
  .setwidth1024_2 {
    width: 68.666667%;
  }
}
@media (max-width: 480px) {
  .mobilecenter {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */