* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  /* ----- Global Css ------- */
  .btn:focus{
    background-color: transparent;
    border: 1px solid white;
  }
  section {
    padding: 60px 0;
  }
  body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Oswald", sans-serif;
    font-size: 44px;
    margin: 0;
    line-height: 40px;
    color: #000;
    text-transform: uppercase;
  }
  .heading {
    font-family: "Oswald", sans-serif;
    font-size: 44px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
  }
  .heading span {
    color: #d70000;
  }
  p {
    font-family: "Poppins", sans-serif;
    color: #333333;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    font-weight: 400;
  }
  .container {
    max-width: 90%;
  }
  ul {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
  }
  li {
    list-style-type: none;
  }
  a {
    text-decoration: none;
  }
  img {
    width: 100%;
  }
  .btn-primary {
    padding: 7px 24px;
    background: transparent;
    border: 1px solid #f8b424;
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
    font-family: "Oswald", sans-serif;
    border-radius: 10px;
    transition: all 0.9s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
  }
  .btn-primary:hover {
    background: #d70000;
    border: 1px solid #d70000;
  }

  @keyframes fadeInUp{
    0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
  }
  }
  .btn-check:focus+.btn, .btn:focus, .btn-close:focus{
    box-shadow: none;
  }
  .prev_next_btn{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 20px;
  }
  .prev_btn,.prev_next_btn .next_btn{
    background-color: #D70000;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .prev_next_btn .prev_btn i,.prev_next_btn .next_btn i {
    color: #fff;
    font-size: 20px;
}
.prev_next_btn .prev_btn {
  margin-right: 15px;
}
.form-control:focus,.form-select:focus{
  box-shadow: none;
  border: 1px solid #d70000;
}
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #d70000;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
}
.scroll-top i{
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
sup{
  color: #d70000;
  top: -3px;
  font-size: 20px;
}
.form-label{
  text-transform: capitalize;
}
.btn-check:active+.btn, .btn-check:checked+.btn, .btn.active, .btn.show, .btn:active{
  background: transparent;
  border: none;
  box-shadow: none;
}
  /* ----- Floral Border ------- */
.floral_border {
  position: absolute;
  content: "";
}
.floral_border img{max-width:100%;}

  /* ----- Top Header ------- */
  .top_header {
    padding: 3px 0;
    background: #d70000;
  }
  .top_header .phone_no {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
  }
  .top_header .phone_no i {
    color: #fff;
    margin-right: 10px;
    font-size: 20px;
  }
  .top_header .phone_no .place {
    display: flex;
    align-items: center;
  }
  .top_header .phone_no .place a {
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    margin-right: 10px;
    color: #fff;
    transition: all 0.6s ease-in-out;
  }
  .top_header .phone_no .place a:hover {
    color: #f8b424;
  }
  .top_header .phone_no .place p:last-child {
    margin-right: 0;
  }
  .top_header .social {
    display: inline-flex;
    align-items: center;
    max-width: 150px;
    justify-content: end;
  }
  .top_header .social li a img{
    max-width: 18px;
    margin-right: 0;
	border-radius: 50%;
    transition: all 0.5s ease-in-out;
  }
  .top_header .social li{
    transition: all 0.5s ease-in-out;
  }
  .top_header .social li:hover{
    border-radius:10%;
  }

  .top_header .social li:hover img{
box-shadow: 0px 0 2px 3px #fff;
    transition: all 0.75s ease;

}
  
  
  .top_header .gt_switcher{
    overflow: visible!important;
  }
  .top_header .gt_selected{
    position: relative;
    z-index: 3!important;
    min-height: 22px;
    background: transparent!important;
  }
  .top_header .gt_switcher .gt_selected a{
    padding: 0px 5px!important;
    width: 80px!important;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 3px;
    height: 20px;
	font-weight: bold;
	font-size:12px;
  }
  .gt_switcher.notranslate .gt_selected a:after{
    left: 75px!important;
  }
  .gt_switcher.notranslate{
    display: contents!important;
    justify-content: end!important;
  }
   .gt_option{
    width: 110px!important;
  }
  .top_header .gt_option{
    position: absolute!important;
    overflow: auto!important;
  }
  .top_header .gt_switcher .gt_option a{
    background: #fff;
    border-radius: 5px;
    border-radius: 3px;
  }
  .top_header .gt_switcher .gt_option{
    border: none;
    background: transparent;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 5px;
  }
  .top_header .social li a {
    font-size: 18px;
    color: #fff;
	line-height: 12px;
    transition: all 0.6s ease-in-out;
  }
  .top_header .social li {
    margin-right: 10px;
  }
  .top_header .social li:last-child {
    margin-right: 15px;
  }
  .top_header .log_in {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 19px;
  }
  .top_header .log_in a i {
    font-size: 20px;
    margin-right: 8px;
    color: #fff;
    transition: all 0.6s ease-in-out;
  }
  .top_header .log_in a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    transition: all 0.6s ease-in-out;
  }
  .top_header .log_in a:hover {
    color: #f8b424;
  }
  .top_header .log_in a:hover i {
    color: #f8b424;
  }
  .top_header a.btn.btn-secondary.dropdown-toggle {
    background: #fff;
    color: #000;
    border: none;
    border-radius: 3px;
    font-family: "Poppins", sans-serif;
    padding: 5px;
    font-size: 14px;
  }
  .top_header .btn.show:focus,
  .top_header .btn:active:focus,
  .top_header .btn:focus {
    box-shadow: none;
  }
  .top_header .flag_dropdown img {
    max-width: 20px;
    margin-right: 3px;
  }
  .top_header .dropdown-menu.show {
    border-radius: 3px;
  }
  .top_header .dropdown-item:focus,
  .top_header .dropdown-item:hover {
    color: #fff;
    background-color: #d70000;
  }
  .top_header .dropdown-menu li {
    margin-bottom: 10px;
  }
  .top_header .dropdown-item{
    font-size: 14px;
  }
  .top_header .social li a:hover {
    color: #f8b424;
  }
  .top_header .spcl_dropdown {
    display: flex;
    justify-content: end;
  }
  .top_header_right{
    display: flex;
    align-items: center;
    justify-content: end;
  }
  /* ----- Header ------- */
  .header {
    padding: 10px 0;
    width: 100%;
    display: block;
    background: #ffffff;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all 0.5s;
  }
  .header.sticky-header {
    padding: 10px 0;
    position: fixed;
    box-shadow: rgba(25, 25, 25, 0.04) 0 0 1px 0, rgba(0, 0, 0, 0.1) 0 3px 4px 0;
  }
  .header.sticky-header .logo {
    margin-top: 0;
  }
  .header.sticky-header .logo img {
    max-width: 97px;
  }
  .header .logo img {
    max-width: 207px;
	transition: all 0.5s;
  }
  .header .logo {
    margin-top: -44px;
  }
  .header .navigation_sec {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
  }
  .header .toggle-menu {
    display: none;
  }
  .header .navigation_sec .nav-sec {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
  }
  .header .navigation_sec .nav-sec > ul {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    text-align: right;
  }
  .header .navigation_sec .nav-sec > ul > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    position: relative;
    margin-right: 10px;
  }
  .header .navigation_sec .nav-sec > ul > li:last-child {
    margin-right: 0;
  }
  .header .navigation_sec .nav-sec ul li a img {
    max-width: 24px;
  }
  .header .navigation_sec .nav-sec > ul > li a {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    transition: all 0.6s ease-in-out;
	padding: 10px 0;
  }
  .header .navigation_sec .nav-sec .nav_list li.active a{
    color: #d70000;
  }
    .header .navigation_sec .nav-sec .nav_list li.current-menu-parent a{
    color: #d70000;
  }
  
  
  .header .navigation_sec .nav-sec > ul > li a i {
    font-size: 24px!important;
  }
  .header .navigation_sec .nav-sec > ul > li a .dashicons-arrow-down{
    display: none;
  }
  .header .navigation_sec .nav-sec > ul > li a:hover{
    color: #d70000;
  }
  .header .about_dropdwon{
    padding: 20px 0;
    min-width: 190px;
  }
  .header .dropdown-item.active, .dropdown-item:active{
    background-color: transparent;
  }
  
.header .navigation_sec .nav-sec > ul > li > ul {display:none;}
.header .navigation_sec .nav-sec > ul > li#menu-item-25 span {display:none;}

.header .navigation_sec .nav-sec > ul > li:hover ul.sub-menu {display:block; position:absolute; top:20px;left:-10px;right:0; background:#fff; padding:0px 0 0; border-radius:5px;z-index:9; min-width:170px;overflow:hidden;margin-top:10px;box-shadow: 0 3px 10px rgba(0,0,0,0.08), 0 3px 10px rgba(0,0,0,0.13);  }
  
.header .navigation_sec .nav-sec > ul > li:hover ul.sub-menu li a {text-align: left;display: block;padding: 10px ;color:#000;}
.header .navigation_sec .nav-sec > ul > li ul.sub-menu li a:hover {background:#d70000; color:#fff;}
  
.header .navigation_sec .nav-sec > ul > li.current_page_item a{color:#d70000;} 
  
  

 .recognitionAward a {font-size:13px;
  text-shadow: 2px 2px 10px #2962ff;
  transition: all 0.5s ease-in-out;
   -webkit-animation: flicker 0.5s ease-in-out infinite alternate;
          animation: flicker 0.5s ease-in-out infinite alternate;
}

@-webkit-keyframes flicker {
  0% {
    opacity: 0.5;
    text-shadow: 2px 2px 10px #2962ff;
  }
  100% {
    opacity: 1;
    text-shadow: 2px 2px 20px #2962ff;
  }
}

@keyframes flicker {
  0% {
    opacity: 0.5;
    text-shadow: 2px 2px 10px #2962ff;
  }
  100% {
    opacity: 1;
    text-shadow: 2px 2px 20px #2962ff;
  }
}
  /* ----- Banner ------- */
  .banner {
    padding: 0;
    position: relative;
    z-index: 1;
  }
  .banner .type_text_1{
    position: relative;
}
.banner .type_text_1::after {
    content: '';
    display: block;
    position: absolute;
    right: -5px;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #fff;
    animation: type .5s infinite;
    -webkit-animation: type .5s infinite;
}
@-webkit-keyframes type {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 0;
    }
}
@keyframes type {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 0;
    }
}
  .banner .each_banner_slider {
    position: relative;
    background-size: cover;
    background-position: left center;
    width: 100%;
    padding: 120px 0;
    z-index: 1;
    height: 80vh;
    display: flex;
    align-items: center;
  }
  .banner .each_banner_slider::before{
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
  .banner .banner_bg {
    position: absolute;
    /* z-index: 1; */
    bottom: 0;
    left: 0;
  }
  .banner .banner_bg img {
    width: 600px;
    height: 600px;
  }
  .banner .banner_content {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .banner .banner_content .welcome {
    font-weight: 500;
    font-style: italic;
    font-size: 32px!important;
    color: #ffffff;
    margin-bottom: 20px;
  }
  .banner .banner_content .welcome span {
    font-weight: 700;
    font-style: italic;
    line-height: 30px;
  }
  .banner .banner_content .experience {
    font-weight: 500;
    font-style: italic;
    font-size: 28px;
    color: #fff;
    max-width: 684px;
    width: 100%;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .banner .banner_content .visit {
    font-weight: 300;
    font-style: normal;
    font-size: 28px;
    color: #ffffff;
    line-height: 38px;
    max-width: 681px;
    width: 100%;
    margin-bottom: 10px;
    text-transform: capitalize;
	font-size: 24px !important;
  }
  .banner .banner_content h6 {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: #f8b424;
    margin-bottom: 20px;
  }
  .banner .banner_content .btn-primary i {
    font-size: 24px;
    color: #f8b424;
    transition: all 0.9s ease-in-out;
  }
  .banner .banner_content .btn-primary:hover i {
    color: #fff;
  }
  .banner .swiper-pagination {
    /* text-align: left; */
    left: 0;
    right: 0;
    bottom: 100px;
    width: 88%;
    margin: 0 auto;
  }
  .banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 12px;
    height: 12px;
  }
  .banner .swiper-pagination-bullet-active {
    background: #f8b424 !important;
  }
  .banner .days_sec {
    padding: 20px 30px 40px;
    background: #d70000;
    width: 638px;
    margin: 0 auto;
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -90px;
    z-index: 1;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  }
  .banner .days_sec h3{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    font-size: 20px;

  }

.banner .days_sec .clockdiv{
  display: flex;
  align-items: center;
}
.banner .days_sec .clockdiv .hours_sec {
  margin-right: 100px;
  position: relative;
}
.banner .days_sec .clockdiv .hours_sec::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 45px;
  background: #fff;
  top: -6px;
  left: 110px;
  z-index: 1;
}
.banner .days_sec .clockdiv .hours_sec:last-child::after{
  background: none;
}
.banner .days_sec .clockdiv .hours_sec span{
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  line-height: 18px;
  margin-bottom: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.banner .days_sec .clockdiv .hours_sec .smalltext {
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}
  /* ----- Explore Durgapuja ------- */
  .explore_packages{
    padding-top: 190px;
  }
  .explore_packages .heading{
    text-align: center;
    font-weight: 500;
    margin-bottom: 50px;
  }
  .explore_packages .package .all_package{
    position: relative;
    margin-bottom: 20px;
  }
  .explore_packages .package .all_package .package_image{
    position: relative;
    margin: 0;
    display: inline-block;
    width:100%;
  }
  .explore_packages .package .all_package .package_image::before{
    position: absolute;
    content: '';
    left: 0;
    top: 100%;
    right: 0;
    bottom: 0;
    background: rgb(5 5 5 / 40%);
    transition: all 350ms;
    border-radius: 10px;
  }
  .explore_packages .package .all_package .package_image:hover::before{
    top: 0;
  }
  .explore_packages .package img{
    border-radius: 10px;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
  }
  .explore_packages .package .all_package .package_content{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .explore_packages .package .all_package .package_content a{
    opacity: 0; 
    transition: all 350ms;
    position: absolute;
    content: '';
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .explore_packages .package .all_package .package_image:hover .package_content a{
    opacity: 1;
  }
  .explore_packages .package .all_package .package_content a{
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    overflow: hidden;
  }
  .explore_packages .package .all_package .package_content p{
    font-size: 17px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
  }
  .explore_packages .all_package .package_sub_content p{
    margin-top: 0!important;
    font-size: 14px!important;
  }
  .explore_packages .all_package .package_sub_content{
    position: absolute;
    bottom: 10%!important;
    left: 10%!important;
    transform: translate(0)!important;
  }
  .explore_packages .all_package_sub{
    margin-bottom: 0!important;
  }
  .explore_packages .button{
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .explore_packages .btn-primary{
    background: #d70000;
    border: 1px solid #d70000;
  }
  .explore_packages .btn-primary:hover{
    background: #f8b424;
    border: 1px solid #f8b424;
  }
  /* ----- Comprehensive guide ------- */
  .comprehensive_guide{
    padding-top: 0;
    padding-bottom: 0;
  }
  .comprehensive_guide .comprehensive_left{
    background-color: #F8B424;
  }
    .comprehensive_guide .comprehensive_left .col-lg-6{padding: 0; }
  .comprehensive_guide .comprehensive_left .left_heading{
    padding:70px 50px 70px 50px;
  }
  .comprehensive_guide .comprehensive_left .left_heading .heading{
    font-weight: 500;
    line-height: 50px;
    font-size: 40px;
    margin-bottom: 0;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.24);
  }
  .comprehensive_guide .comprehensive_left .left_heading p{
    margin: 10px 0 0 0;
  }
  .comprehensive_guide .comprehensive_left .left_heading .heading span{
    text-shadow: 0px 4px 3px rgba(215,0,0,0.24);
  }
  .comprehensive_guide .comprehensive_left .left_heading .btn-primary{
    background-color: #D70000;
    border: 1px solid #D70000; 
    margin-top: 23px;
    font-size: 22px;
  }
  .comprehensive_guide .comprehensive_left .left_heading .btn-primary i{
    margin-left: 10px;
  }
  .pop_animated{
    animation: pop 2s ease infinite;
  }
  @keyframes pop {
    0%, 10%, 100%, 20%, 50%, 80% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  40% {
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px);
  }
  60% {
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px);
  }
  }
  .comprehensive_guide .comprehensive_left .left_heading .btn-primary:hover{
    background-color: transparent;
    border: 1px solid #fff;
  }
  .comprehensive_guide .comprehensive_right{
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 410px;
  }
  .comprehensive_guide .comprehensive_right.comprehensive_right_new{
    width: 100%;
    /* z-index: 1; */
    height: 100%;
  }
  .comprehensive_right.comprehensive_right_new img{
    height: 100%;
    object-fit: cover;
  }
  .comprehensive_guide .comprehensive_right::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: -1;
}
.comprehensive_guide .comprehensive_right a{
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #D70000;
  color: #ffffff;
  font-size: 30px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.comprehensive_guide .comprehensive_right .video-btn {
  z-index: -1;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  opacity: 1;
  border-radius: 50%;
  background: #ffffffb3;
  display: flex;
  align-items: center;
  justify-content: center;
  /* animation: ripple 5.6s ease-out infinite; */
}
.comprehensive_guide .comprehensive_right .video-btn::before,.comprehensive_guide .comprehensive_right .video-btn::after{
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 10px solid #ffffffb3;
  -webkit-animation: zoomBig 3.25s linear infinite;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@keyframes zoomBig{
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 10px;
}
40% {
    opacity: 0.5;
    border-width: 5px;
}
65% {
    border-width: 1px;
}
100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 10px;
}
}
@keyframes ripple{
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
}
50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
}
100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
}
}
.comprehensive_guide .comprehensive_right .video-btn i{
  color: #D70000;
  font-size: 30px;
}
.comprehensive_guide .prev_next_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.comprehensive_guide .prev_next_btn .prev_btn {
  margin-right: 15px;
}
.comprehensive_guide .prev_next_btn .prev_btn, .comprehensive_guide .prev_next_btn .next_btn {
  background-color: #D70000;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comprehensive_guide .prev_next_btn .prev_btn i, .comprehensive_guide .prev_next_btn .next_btn i {
  color: #fff;
  font-size: 20px;
}
  /* ----- Other Activities ------- */
  .other_activities .heading {
    text-align: center;
    margin-bottom: 20px;
  }
  .other_activities .swiper-slide.swiper-slide-visible.swiper-slide-next{
    transform: translate3d(0px, 0px, -473px) rotateX(0deg) rotateY(0deg) scale(1)!important;
  }
  .other_activities .swiper-slide.swiper-slide-duplicate.swiper-slide-visible.swiper-slide-prev{
    transform: translate3d(0px, 0px, -455px) rotateX(0deg) rotateY(0deg) scale(1)!important;
  }
  .other_activities .swiper-slide.swiper-slide-visible.swiper-slide-prev{
    transform: translate3d(0px, 0px, -460px) rotateX(0deg) rotateY(0deg) scale(1)!important;
  }
  .other_activities{
    padding-bottom: 20px;
  }
  .other_activities .swiper-pagination-bullet{
    background: #F8B424;
    opacity: 1;
  }
  .other_activities .swiper-slide-visible{
    padding: 30px 80px;
  }
  .other_activities .my_swiper .swiper-slide-prev,.other_activities .my_swiper .swiper-slide-next{
    opacity: 0.3;
  }
  .other_activities .my_swiper {padding-bottom:30px;margin: 0 24px;}
  .other_activities .my_swiper .swiper-slide-active{
    opacity: 1;
  }
  .other_activities .my_swiper .swiper-slide-active .each_activity{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding: 20px;
    border-radius: 20px;
    padding-bottom: 35px;
  }
  .other_activities .each_activity .activity_image img {
    border-radius: 15px;
  }
  .other_activities .each_activity .activity_content {
    margin-top: 20px;
  }
  .other_activities .each_activity .activity_content h6 {
    font-size: 20px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #333333;
    margin-bottom: 10px;
  }
  .other_activities .each_activity .activity_content p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    /*max-width: 421px;*/
    width: 100%;
  }
  .other_activities .swiper-horizontal>.swiper-pagination-bullets,.other_activities .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom,.other_activities .swiper-pagination-fraction{
    bottom: 0;
  }
  .other_activities  .swiper-pagination-bullet-active{
    background: #D70000;
  }
  /* ----- Special Activities ------- */
  .special_activity .special_activity_btns{
    margin: 60px auto 0 0;
    display: ruby-text;
  }
  .special_activity .special_activity_btns .btn{
    margin-right: 14px;
  }
  .special_activity .special_activity_btns .btn:last-child{
    margin-right: 0;
  }
  .special_activity .btn-primary{
    background-color: #D70000;
    border-radius: 50px;
    border: 1px solid #D70000;
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
  }
  .special_activity .btn-primary::before{
    content: "\f231";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    color: #FFF;
    margin-right: 10px;
  }
  .special_activity .btn-primary:hover{
    background: #f8b424;
    border:  1px solid #f8b424;
  }
  /* ----- GSOE AWARDS ------- */
  .awards{
    padding-top: 0;
    max-width: 80%;
    margin: 0 auto;
  }
  .awards .heading{
    text-align: center;
    margin-bottom: 50px;
  }
  .awards .each_award{
    position: relative;
  }
  .awards .each_award .each_award_image::before {
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}
.awards .each_award .award_content{
  position: absolute;
  position: absolute;
  bottom: 8%;
  left: 4%;
}
.awards .each_award .award_content .heading{
  color: #fff;
  font-weight: 700;
  text-align: left;
  transition: all 0.9s ease-in-out;
}
.awards .each_award .award_content .heading:hover{
  color: #d70000;
}
.awards .each_award .award_content p{
  font-size: 17px;
  color: #fff;
  text-align: left;
  margin: 10px 0;
  max-width: 730px;
}
.awards .swiper-pagination-bullet{
  background: #fff;
  opacity: 1;
}
.awards .swiper-pagination-bullet-active{
  background: #d70000;
}
  /* ----- DISCOVER COUNTRYSIDE ------- */
  .discover_countryside .heading{
    text-align: center;
    font-weight: 500;
    margin-bottom: 50px;
  }
  .discover_countryside .discover{
    position: relative;
    margin-bottom: 20px;
    min-height: 380px;
  }
  .discover_countryside .discover .discover_image{
    position: relative;
    overflow: hidden;
  }
  .discover_countryside .discover .discover_image::before{
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
  }
  .discover_countryside .discover .discover_image::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(transparent 0, rgba(0, 0, 0, 0.80));
    border-radius: 10px;
  }
  .discover:hover .discover_image::before {
    animation: hoverShine 1.2s;
  }
  @keyframes hoverShine {
    100% {
      left: 125%;
    }
  }
  .discover_countryside .discover .discover_image img{
    border-radius: 10px;
    min-height: 380px;
    object-fit: cover;
  }
  .discover_countryside .discover .discover_content{
    position: absolute;
    transform: translate(-50%, 50%);
    z-index: 1;
    margin-top: auto;
    padding: 0 12px 0;
    border-radius: 10px;
    width: 100%;
    left: 50%;
    bottom: 30%;
	min-height: 200px;
  }
  .discover_countryside .discover .discover_content .heading{
    color: #fff;
    font-size: 28px;
    transition: all 0.9s ease-in-out;
  }
  .discover_countryside .discover .discover_content .heading:hover{
    color: #d70000;
  }
  .discover_countryside .discover .discover_content p{
    color: #fff;
    margin-top: 10px;
	font-size:16px!important;
  line-height: 24px;
  }
  /* testimonial slider */

.testimonial_slider .each_testimonial {
    padding: 30px 30px 30px 30px;
    box-shadow:0px 1px 16px 1px rgba(0,0,0,0.12);
    position: relative;
    margin-top: 50px;
    min-height: 405px;
    margin-right: 10px;
    margin-left: 10px;
}

.testimonial_slider .each_testimonial::before {
  position: absolute;
  top: -15px;
  left: 10%;
  background: #d70000;
  font-size: 40px;
  display: inline-block;
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  box-shadow: 0 5px 30px rgba(19, 47, 34, 0.15);
  content: "\ee82";
  color: #fff;
  padding: 10px;
}
.each_testimonial .testimonial_image {
  max-width: 130px;
  border-radius: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.9s ease-in-out;
}
.each_testimonial .testimonial_image_fix_width{
  max-width: 130px;
  border-radius: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.9s ease-in-out;
}
.each_testimonial .testimonial_image img ,.each_testimonial .testimonial_image_fix_width img{
  max-width: 130px;
  border-radius: 100%;
  margin: 0 auto;
  display: block;
  transition: all 0.9s ease-in-out;
}
.each_testimonial .testimonial_image::after{
  content: '';
  height: 130px;
  width: 130px;
  border-radius: 50%;
  border: 4px solid #F8B424;
  position: absolute;
  left: -15px;
  top: -15px;
  z-index: -1;
  transition: all 0.9s ease-in-out;
}

.each_testimonial .testimonial_image_fix_width::after{
  content: '';
  height: 130px;
  width: 130px;
  border-radius: 50%;
  border: 4px solid #F8B424;
  position: absolute;
  transition: all 0.9s ease-in-out;
  left: 0;
  top: 0;
  z-index: 1;
}
.testimonial_slider .each_testimonial:hover .testimonial_image:after{
  left: 0;
  top: 0;
  z-index: 1;
}
.testimonial_slider .each_testimonial p {
  text-align: center;
  margin-top: 15px;
  font-style: italic;
}
.testimonial_slider .each_testimonial .each_review {
  margin-top: 15px;
}
.testimonial_slider .each_testimonial h6 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.testimonial_slider .each_testimonial .each_review .et_pb_testimonial_meta {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial_slider .each_testimonial .each_review .et_pb_testimonial_meta .et_pb_testimonial_position a {
  font-size: 16px;
  color: #D70000;
}
.testimonial_slider .heading{
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.testimonial_slider{
  padding-top: 0;
  
}
.testimonial_slider .each_testimonial{
  margin-bottom: 30px;
}
.testimonial_slider .each_testimonial p {font-size:14px;}
.testimonial_slider .prev_next_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.testimonial_slider .prev_next_btn .prev_btn, .testimonial_slider .prev_next_btn .next_btn {
  background-color: #D70000;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial_slider .prev_next_btn .prev_btn {
  margin-right: 15px;
}
.testimonial_slider .prev_next_btn .prev_btn i, .testimonial_slider .prev_next_btn .next_btn i {
  color: #fff;
  font-size: 20px;
}

#testimonial_slider2.testimonial_slider_1 .testimonial_slider .each_testimonial {min-height: auto;padding-top: 50px;}
#testimonial_slider2.testimonial_slider_1 .testimonial_slider .each_testimonial .rating {text-align: center;margin-bottom:30px;}
#testimonial_slider2.testimonial_slider_1 .testimonial_slider .each_testimonial .rating i {color:#ffc702; font-size:16px;margin-right:5px;}
#testimonial_slider2.testimonial_slider_1 .testimonial_slider .each_testimonial p {font-size: 14px;}
.testimonial_slider_1 .contact_us{
  padding-top: 0;
}







  /* ----- PUja Parikrama ------- */
  .puja_parikrama{
    padding-top: 0;
  }
  .puja_parikrama .heading {
    text-align: center;
    margin-bottom: 40px;
  }
  .puja_parikrama .puja_parikrama_slider .puja_each_slider {
    position: relative;
  }
  .puja_parikrama .each_cont {
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
  .puja_parikrama .each_cont .btn {
    padding: 7px 10px;
    background: #d70000;
    color: #fff;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 10px;
    border: 1px solid #d70000;
  }
  .puja_parikrama .each_cont .btn:hover {
    border: 1px solid #d70000;
  }
  .puja_parikrama .each_cont .belief {
    display: block;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
  }
  .puja_parikrama .each_cont .icons {
    margin-top: 10px;
  }
  .puja_parikrama .each_cont .icons i {
    color: #fff;
    margin-right: 10px;
    font-size: 20px;
  }
  .puja_parikrama .each_cont .icons i:last-child {
    margin-right: 0;
  }
  .puja_parikrama .puja_parikrama_image {
    position: relative;
    margin-bottom: 10px;
  }
  .puja_parikrama .puja_parikrama_image img{
    border-radius: 10px;
  }
  .puja_parikrama .puja_parikrama_slider {
    border-radius: 10px;
    overflow: hidden;
  }
  .puja_parikrama .puja_parikrama_image::before {
    content: "";
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 42%);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  .puja_parikrama .puja_parikrama_image .each_cont {
    bottom: 10px;
  }
  .puja_parikrama .puja_parikrama_image .each_cont .belief {
    font-size: 15px;
  }
  .puja_parikrama .puja_parikrama_image .each_cont .icons {
    margin-top: 5px;
  }
  .puja_parikrama .puja_parikrama_image .each_cont .icons i {
    font-size: 15px;
  }
  .puja_parikrama .puja_parikrama_image .each_cont .btn {
    margin-bottom: 8px;
    padding: 5px 8px;
    font-size: 12px;
  }
  .puja_parikrama .prev_next_btn {
    position: absolute;
    top: 10px;
    z-index: 1;
    right: 10px;
    display: flex;
    gap: 20px;
  }
  .puja_parikrama .prev_btn,
  .puja_parikrama .next_btn {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* ----- our latest blogs ------- */
  .blog {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 110px;
    min-height: 486px;
    background-position: center;
    position: relative;
  }
  .blog .blog_eye{
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
  }
  .blog .blog_eye img{
    max-width: 156px;
  }
  .blog .top_content {
    text-align: center;
  }
  .blog .top_content .heading {
    color: #fff;
  }
  .blog .top_content .btn-primary {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    border-radius: 90px;
    width: 184px;
    height: 47px;
    background: #f8b424;
    border: 1px solid #f8b424;
    transition: 0.9s ease-in-out;
    text-transform: uppercase;
    line-height: 24px;
    margin-top: 25px;
  }
  .blog .top_content .btn-primary:hover {
    background: #d70000;
    border: 1px solid #d70000;
  }
  /* ----- All blogs ------- */
  .all_blog .each_blog {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
  }
  .all_blog .each_blog .blog_img {
    border-radius: 15px 15px 0 0;
  }
  .all_blog .each_blog .bolg_content {
    padding: 15px 30px 30px 20px;
    background: #fff;
    border-radius: 15px;
  }
  .all_blog .each_blog .bolg_content a {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #000;
    transition: all 0.6s ease-in-out;
    text-transform: uppercase;
  }
  .all_blog .each_blog .bolg_content a:hover {
    color: #d70000;
  }
  .all_blog .each_blog .bolg_content .blog_date {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .all_blog .each_blog .bolg_content .blog_date p::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #d70000;
    margin-right: 15px;
    content: "\f217";
  }
  .all_blog .each_blog .bolg_content .blog_date p {
    color: #666666;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  .all_blog .each_blog .bolg_content p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .all_blog .each_blog .bolg_content .read_more {
    font-size: 18px;
    color: #d70000;
    line-height: 24px;
    font-style: italic;
    font-weight: 300;
    text-transform: math-auto;
  }
  .all_blog {
    position: relative;
    margin-top: -240px;
    z-index: 1;
    padding-bottom: 200px;
  }
  .all_blog .blog_bottom_img {
    position: absolute;
    bottom: 0;
    content: "";
  }
  /* ----- Footer ------- */
  .footer_sec {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0 0 0;
    background-position: center;
  }
  .footer_top {
    padding-bottom: 70px;
    border-bottom: 1px solid #666666;
  }
  .footer_sec .footer_top img {
    max-width: 175px;
    border-radius: 10px;
  }
  .footer_sec .footer_top .footer_social {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  .footer_sec .footer_top .footer_social li {
    margin-right: 15px;
  }
  .footer_sec .footer_top .footer_social li a {
    font-size: 21px;
    color: #fff;
    transition: all 0.6s ease-in-out;
  }
  .footer_sec .footer_top .footer_social li a:hover {
    color: #d70000;
  }
  .footer_sec .footer_top h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 19px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: capitalize;
  }
  .footer_sec .footer_top .services li {
    margin-bottom: 8px;
  }
  .footer_sec .footer_top .services li a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    color: #c1c7ca;
    display: flex;
    align-items: center;
    transition: all 0.6s ease-in-out;
  }
  .footer_sec .footer_top .services li a i {
    font-size: 24px;
    margin-right: 15px;
  }
  .footer_sec .footer_top .services li a:hover {
    color: #d70000;
  }
  .footer_sec .footer_bottom {
    padding: 37px 0 35px 0;
    text-align: center;
  }
  .footer_sec .footer_bottom h6 {
    font-size: 14px;
    line-height: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #cccccc;
  }
  .footer_sec .footer_bottom h6 a {
    color: #fff;
    transition: all 0.6s ease-in-out;
  }
  .footer_sec .footer_bottom h6 a:hover {
    color: #d70000;
  }
  .footer_sec .footer_top p{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    color: #c1c7ca;
  }
  .footer_sec .footer_top .services li i{
    font-size: 14px;
    color: #c1c7ca;
    margin-right: 6px;
  }
  .footer_sec .footer_top .services li{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    color: #c1c7ca;
    display: flex;
    align-items: center;
  }
  /* <=========== Contact Us ===========> */
  /* ----- Breadcrumb ------- */
  .breadcrumb{
    background-size: cover;
    background-repeat: no-repeat;
    padding: 133px 0 100px;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
  }
  .breadcrumb::before{
    width: 100%;
    height: 100%;
    background-color: rgba(1, 21, 47, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
  }
  .breadcrumb .page_banner .heading{
    color: #ffffff;
  }
  .breadcrumb .breadcrumbs{
    overflow: hidden;
    padding: 0 0 26px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .breadcrumb .breadcrumbs li{
    display: block;
    float: left;
    position: relative;
  }
  .breadcrumb .breadcrumbs li a,.breadcrumb .breadcrumbs li span{
    color: #fefefe;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .breadcrumb .breadcrumbs li+li {
    margin-left: 15px;
    padding-left: 30px;
    display: flex;
    align-items: center;
}
.breadcrumb .breadcrumbs li+li:before {
  color: #fefefe;
  content: "\f138";
  font-size: 14px;
  left: 0;
  position: absolute;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
}
.breadcrumb .breadcrumbs li a:hover{
  color: #d70000;
}
.breadcrumb .breadcrumbs li span{
  font-weight: 400;
  color: #fff;
}
/* ----- Contact Us ------- */
.contact_us{
  padding-top: 190px;
}
.contact_us .connect{
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  position: relative;
  overflow: hidden;
}
.contact_us .connect .connect_form {
  display: flex;
}
.contact_us .connect .connect_form .left_container {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #D70000;
}
.contact_us .connect .connect_form .left_inner_container {
  width: 80%;
  text-align: center;
  line-height: 22px;
}
.contact_us .connect .connect_form .left_inner_container .heading{
  font-size: 30px;
  text-align: left;
  color: #fff;
  margin-bottom: 15px;
}
.contact_us .connect .connect_form .left_inner_container p{
  color: #fff;
  text-align: left;
  margin-top: 15px;
  font-size: 20px;
}
.contact_us .connect .connect_form .left_inner_container p span{
  color: #F8B424;
  font-weight: 600;
}
.contact_us .connect .connect_form  .right_container {
  display: flex;
  flex: 1;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  padding: 60px 60px 20px;
}
.contact_us .connect .connect_form .right_container .right_inner_container{
  width: 100%;
  text-align: left;
}
.contact_us .phone_contact{
  text-align: left;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 15px;
    color: #fff;
    transition: all 0.9s ease-in-out;
    margin-bottom: 30px;
    font-size: 17px;
}
.contact_us .phone_contact:last-child{
  margin-bottom: 0;
}
.contact_us .phone_contact i{
  margin-right: 10px;
}
.contact_us .phone_contact:hover{
  color: #F8B424;
}
.contact_us .right_container .right_inner_container form .heading{
  font-size: 25px;
  text-align: left;
}
.contact_us .right_container .code .left_code img{
  max-width: 80px;
}
.contact_us .right_container .code {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_us .right_container .code .left_code{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_us .connect .connect_form .right_container .right_inner_container .btn-primary{
  background: #d70000;
  color: #fff;
  border: 1px solid #d70000;
  transition: all 0.6s ease-in-out;
  font-size: 18px;
  font-weight: 500;
  width: 130px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  line-height: 0;
}
.contact_us .connect .connect_form .right_container .right_inner_container .btn-primary:hover{
  background: #f8b424;
  border: 1px solid #f8b424;
}
.contact_us .connect .captcha{
  padding: 10px 20px;
  background: linear-gradient(to left, #ececec, silver, #ececec);
  color: #D70000;
  font-size: 20px;
  line-height: normal;
  border: 1px solid #888;
  border-radius: 5px;
  float: left;
  pointer-events: none;
  text-align: center;
  transition: all .5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_us .connect .reload {
  margin-left: 10px;
  text-align: center;
  width: 25px;
  height: 25px;
  outline: none;
  border: none;
  background: #FFF;
  cursor: pointer;
  border: 1px solid #444;
  border-radius: 5px;
  transition: all .5s ease-in-out;
}
.contact_us .connect .reload i {
  font-weight: bold;
  transform: rotateY(180deg);
}
.contact_us .connect_form .right_container .right_inner_container label{
  text-transform: capitalize;
}
/* map */
.map {
  padding-bottom: 0;
}
.map iframe{
  width: 100%;
}
/* ----- Blog ------- */
.blog_sec .blog_post{
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.blog_sec .blog_post .blog_inner .blog_image{
  margin-bottom: 40px;
  position: relative;
}
.blog_sec .blog_post .blog_inner .blog_image .image{
  display: block;
}
.blog_sec .meta {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: -20px;
  padding: 10px 0 10px 15px;
  background-color: #ffffff;
  max-width: 500px;
  display: flex;
  align-items: center;
}
.blog_sec .meta.theme-color{
  background-color: #D70000;
}
.blog_sec .meta li {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-transform: capitalize;
  color: #ffffff;
  margin-right: 40px;
}
.blog_sec .meta li:last-child{
  margin-right: 0;
}
.blog_sec .meta li i {
  color: #ffffff;
  margin-right: 5px;
}
.blog_sec .meta li a {
  color: #ffffff;
}
.blog_sec .meta::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 21px 9px;
  border-color: transparent;
  border-left-color: #ffffff;
  position: absolute;
  right: -9px;
  top: 0;
}
.blog_sec .meta.theme-color::after {
  border-left-color: #d70000;
}
.blog_sec .blog_post .blog_inner .blog_grid_content .heading{
  font-size: 35px;
  transition: all 0.9s ease-in-out;
  text-transform: capitalize;
  display: block;
  font-weight: 600;
}
.blog_sec .blog_post .blog_inner .blog_grid_content .heading:hover{
  color: #d70000;
}
.blog_sec .blog_post .blog_inner .blog_grid_content .blog_read_more{
  font-size: 14px;
  font-weight: 600;
  color: #d70000;
  margin-top: 15px;
  display: block;
  transition: all 0.9s ease-in-out;
}
.blog_sec .blog_post .blog_inner .blog_grid_content .blog_read_more i{
  margin-left: 5px;
}
.blog_sec .blog_post .blog_inner .blog_grid_content .blog_read_more:hover{
  color: #f8b424;
}
.blog_sec .blog_post_1{
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}
.blog_sec .blog_post_1:last-child{
  border-bottom: none;
}
.blog_sec .blog_post_1 .blog-list {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.blog_sec .blog_post_1 .blog_image{
  flex-basis: 33.333%;
  max-width: 33.333%;
  padding-right: 20px;
  margin-bottom: 0px;
}
.blog_sec .blog_post_1 .blog_list_content{
  position: relative;
  flex-basis: calc(100% - 33.333%);
  max-width: calc(100% - 33.333%);
} 
.blog_sec .blog_post_1 .blog_list{
  display: flex;
}
.blog_sec .blog_post_1 .meta{
  bottom: 0;
  position: static;
}
.blog_sec .blog_post_1 .meta::after{
  right: 158px;
}
.blog_sec .blog_post_1 .meta li:last-child{
  margin-right: 15px;
}
.blog_sec .blog_post_1 .blog_list_content .content_part {
  margin-top: 15px;
}
.blog_sec .blog_post_1 .blog_list_content .content_part a{
  display: block;
}
.blog_sec .blog_post_1 .blog_list_content .content_part .heading{
  font-size: 35px;
  transition: all 0.9s ease-in-out;
}
.blog_sec .blog_post_1 .blog_list_content .content_part .heading:hover{
  color: #D70000;
}
.blog_sec .blog_post_1 .blog_list_content .content_part .blog_read_more{
  font-size: 14px;
  font-weight: 600;
  color: #d70000;
  margin-top: 15px;
  display: block;
  transition: all 0.9s ease-in-out;
}
.blog_sec .blog_post_1 .blog_list_content .content_part .blog_read_more i{
  margin-left: 5px;
}
.blog_sec .blog_post_1 .blog_list_content .content_part .blog_read_more:hover{
  color: #f8b424;
}
.blog_sec .blog_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px 0px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}
.blog_sec .blog_pagination li {
  text-align: center;
  margin: 5px 15px;
  transition: all 0.6s ease-in-out;
}
.blog_sec .blog_pagination li a {
  position: relative;
  background-color: #D70000;
  color: #fff;
  width: 30px;
  height: 44px;
  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;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog_sec .blog_pagination li a::before,.blog_sec .blog_pagination li a::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #D70000;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  z-index: -1;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog_sec .blog_pagination li a::after{
  transform: rotate(-60deg);
}
.blog_sec .blog_sidebar{
  margin-bottom: 50px;
}
.blog_sec .blog_sidebar:last-child{
  margin-bottom: 0;
}
.blog_sec .blog_sidebar .heading{
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.blog_sec .blog_sidebar .sidebar-blog .image {
  max-width: 60px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60px;
  flex: 1 0 60px;
}
.blog_sec .blog_sidebar .sidebar-blog .image img{
  max-width: 60px;
}
.blog_sec .blog_sidebar .sidebar-blog .sidebar_content{
  flex: 1 0 calc(100% - 60px);
  padding-left: 15px;
}
.blog_sec .blog_sidebar .sidebar-blog{
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.blog_sec .blog_sidebar .sidebar-blog .sidebar_content a{
  color: #D70000;
  line-height: 23px;
  display: block;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.blog_sec .blog_sidebar .sidebar-blog .sidebar_content span{
  font-size: 15px;
  display: block;
  font-weight: 500;
  color: #888;
}
.blog_sec .blog_sidebar .sidebar-blog:last-child{
  border-bottom: none;
}
/* ----- Blog Details ------- */
.blog_details .blog_sec blockquote {
  border: 2px solid #D70000;
  border-left-width: 10px;
  padding: 20px;
  font-size: 18px;
  margin: 24px 40px;
}
.blog_details .blog_sec blockquote p{
  font-style: italic;
}
.blog_details .comments_wrapper{
  border-top: 1px solid #eee;
  padding-top: 30px;
}
.blog_details .comments_wrapper .heading{
  font-size: 24px;
  margin-bottom: 30px;
}
.blog_details .comments_wrapper .commnent_list_wrap .comment {
  list-style-type: none;
  padding-top: 30px;
  padding-left: 6px;
  border-top: 1px solid #eee;
  display: flex;
  padding-bottom: 30px;
}
.blog_details .comments_wrapper .commnent_list_wrap .comment:last-child{
  border-bottom: none;
}
.blog_details .comments_wrapper .commnent_list_wrap .comment .thumb img {
  width: 60px;
  height: 60px;
}
.blog_details .comments_wrapper .commnent_list_wrap .comment .thumb_content {
  margin-left: 30px;
}
.blog_details .comments_wrapper .commnent_list_wrap .comment .thumb_content .info .heading {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  line-height: 13px;
}
.blog_details .comments_wrapper .commnent_list_wrap .comment .thumb_content .comment_footer{
  margin-top: 5px;
}
.blog_details .comments_wrapper .commnent_list_wrap .comment .thumb_content .comment_footer span{
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}
.blog_details .comments_wrapper .commnent_list_wrap .comment .thumb_content .comment_footer span.reply_btn a{
  color: #D70000;
  transition: 0.4s;
  display: inline-block;
  text-transform: uppercase;
  margin-left: 10px;
}
.blog_details .comments_wrapper .commnent_list_wrap .comment .thumb_content .text{
  margin-top: 5px;
}
.blog_details .comments_wrapper .comments_form{
  margin-top: 30px;
}
.blog_details .comments_wrapper .heading{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #f8b424;
}
.blog_details .comments_wrapper .comments_form form .submit{
  background: #d70000;
  color: #fff;
  border: 1px solid #d70000;
  transition: all 0.6s ease-in-out;
  font-size: 18px;
  font-weight: 500;
  width: 130px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.blog_details .comments_wrapper .comments_form form .submit:hover{
  background: #f8b424;
  border: 1px solid #f8b424;
}
/* ----- Bookings ------- */
.modal .modal-footer br{
  display: none;
}
.modal .wpcf7-spinner{
  display: none;
}
.modal textarea.form-control{
  height: 100px;
  resize: none;
}
.booking{
  padding-top: 190px;
}
.booking .each_booking{
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  border-radius: 10px;
  overflow: hidden;
}
.booking .each_booking .booking_image{
  overflow: hidden;
}
.booking .each_booking:hover a img{
  transform: scale(1.1);
}
.booking .each_booking a img{
  border-radius: 10px 10px 0 0;
  transition: all 0.3s ease-in-out;
}
.booking .each_booking .booking_content{
  padding: 20px;
}
.booking .each_booking .booking_content .heading{
  font-size: 27px;
  color: #d70000;
}
.booking .each_booking .booking_content .sub_title{
  margin-top: 6px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
.booking .each_booking .booking_content .day{
  margin: 12px 0;
  font-size: 17px;
  line-height: 22px;
}
.booking .each_booking .booking_content .booking_button{
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.booking .each_booking .booking_content .booking_button .btn-primary {
  background: #D70000;
  padding: 7px 11px;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  transition: all 0.6s ease-in-out;
  margin-right: 15px;
  border: 1px solid #D70000;
  max-width: 120px;
}
.booking .each_booking .booking_content .booking_button .btn-primary:hover{
  background: transparent;
  border: 1px solid #D70000;
  color: #d70000;
}
.booking .each_booking .booking_content .booking_button .btn-secondary{
  background: transparent;
  padding: 7px 11px;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 400;
  font-style: normal;
  font-family: "Oswald", sans-serif;
  border-radius: 10px;
  transition: all 0.9s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D70000;
  color: #D70000;
}
.booking .each_booking .booking_content .booking_button .btn-secondary:hover{
  background: #D70000;
  color: #fff;
}
.booking .each_booking .booking_content .icon{
  display: flex;
  justify-content: end;
  margin-top: 20px;
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.booking .each_booking .booking_content .icon i{
  font-size: 25px;
  color: #d7000096;
}
/* Modal */
.modal-footer .btn-primary{
  padding: 0px 12px;
  font-size: 16px;
  background: #D70000;
  border: 1px solid #D70000;
}
.modal-footer .btn-primary:hover{
  color: #D70000;
  background: #fff;
}
.modal-footer .btn-secondary{
  padding: 0px 12px;
  font-size: 16px;
  background: transparent;
  border: 1px solid #D70000;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: "Oswald", sans-serif;
  border-radius: 10px;
  transition: all 0.9s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #D70000;
}
.modal-footer .btn-secondary:hover{
  color: #fff;
  background: #D70000;
}
/* ----- Booking Details ------- */
.booking_breadcrumb{
  margin: 0;
}
/* tour highlights */
.tour_highlights{
  padding: 60px 0;
  padding-top: 190px;
}
.tour_highlights .heading{
  font-weight: 500;
  margin-bottom: 40px;
}
.tour_highlights .tour_left ul li{
  margin-bottom: 15px;
  position: relative;
}
.tour_highlights .tour_left ul li span{
  color: #d70000;
  flex: none;
  margin-right: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.tour_highlights .tour_left ul li:last-child{
  margin-bottom: 0;
}
.tour_highlights .tour_left .tour_left_experience li::before{
  content: "\F133";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
  color: #000;
}
.tour_highlights .tour_left ul li span::before{
  content: "\F1D3";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
  font-size: 23px;
  display: flex;
  color: #D70000;
}
.tour_highlights .tour_right{
  border-radius: 10px;
  background-color: #d7000042;
}
.tour_highlights .tour_right .price{
  background-color: #d70000;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
}
.tour_highlights .tour_right .price .heading{
  color: #fff;
  font-size: 25px;
  margin-bottom: 0;
  font-weight: 500;
}
.tour_highlights .price_content{
  padding: 20px;
}
.tour_highlights .price_content h6{
  font-size: 30px;
  margin: 20px 0 10px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: center;
}
.tour_highlights .price_content h5{
  font-size: 25px;
  margin-bottom: 15px;
}
.tour_highlights .price_content ul li{
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: center;
}
.tour_highlights .price_content ul li:last-child{
  margin-bottom: 0;
}
.tour_highlights .price_content ul li::before{
  display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    content: "\f26f";
    font-size: 20px;
    margin-right: 10px;
    color: #D70000;
}
.tour_highlights .btn-primary{
  padding: 0;
  margin-top: 10px;
  background: #d70000;
  font-size: 19px;
  border: 1px solid #d70000;
  border-radius: 50px;
  width: 100%;
}
.tour_highlights .btn-primary:hover{
  background: transparent;
  color: #d70000;
  border: 1px solid #fff;
}
/* Other Packages */
.other_packages .booking{
  padding-top: 30px;
}
.other_packages .booking .heading{
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
/* Itinerary idea in detail */
.itinerary_details{
  padding: 0;
}
.itinerary_details .itinerary_map iframe{
  width: 100%;
}
.itinerary_details .tour_info{
  padding: 20px 20px 30px 30px;
  transition: transform .5s ease-in-out;
  background: #f4f4f4;
  height: 100%;
}
.itinerary_details .Itinerary_idea_1{
  margin-top: 30px;
}
.itinerary_details .itinerary_details_left .details_header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.itinerary_details .itinerary_details_left .details_header .heading{
  font-size: 25px;
  font-weight: 400;
  flex: 0 0 auto;
  margin-bottom: 0;
  color: #D70000;
}
.itinerary_details .itinerary_details_left .details_header .close_expand{
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
  margin-right: 20px;
}
.itinerary_details .itinerary_details_left .details_header .close_expand a{
  color: #D70000;
  font-weight: 500;
}
.itinerary_details .itinerary_details_left .itin_days{
  margin-top: 30px;
}
.itinerary_details .itinerary_details_left .itin_days .itin_day {
  display: flex;
  position: relative;
  margin-bottom: 15px;
  padding-left: 50px;
  min-height: 46px;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.itinerary_details .itinerary_details_left .itin_days .itin_day .tour_item{
  padding-left: 10px;
}
.itinerary_details .itinerary_details_left .itin_days .itin_day .itin_day_icon{
  display: flex;
    position: absolute;
    top: 0;
    /* transform: translateY(-50%); */
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #d70000;
}
.itinerary_details .itinerary_details_left .itin_days .itin_day .itin_day_icon .itin_day_icon_text{
  opacity: 0.9;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 8px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.itinerary_details .itinerary_details_left .itin_days .itin_day .itin_day_icon .itin_itin_day_icon_number{
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.itinerary_details .tour_accordion .tour_header {
  position: relative;
}
.itinerary_details .tour_item .tour_title .heading {
  position: relative;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  margin-bottom: 0px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: math-auto;
  padding-right: 50px;
  line-height: 30px;
}
.itinerary_details .tour_item .tour_title .heading::before {
content: '+';
  color: #d70000;
  position: absolute;
  top: 40%;
  right: 15px;
  font-size: 25px;
  transform: translateY(-50%);
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(25, 25, 25, 0.04) 0 0 1px 0, rgba(0, 0, 0, 0.1) 0 0px 10px 0;
}
.itinerary_details .tour_item .tour_title.active .heading::before {
  content: '-';
  font-size: 25px;
}
.itinerary_details .tour_item .tour_tab p {
  position: relative;
  font-size: 17px;
  text-align: justify;
  overflow: hidden;
  transition: 0.9s all ease-in-out;
  display: block;
  margin-bottom: 10px;
}
.itinerary_details .tour_item .tour_tab h6{
  font-size: 15px;
  color: #D70000;
  font-family: "Poppins", sans-serif;
}
.itinerary_details .tour_item .tour_tab .tour_tab_list li{
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: baseline;
}
.itinerary_details .tour_item .tour_tab .tour_tab_list li::before {
  content: "\F231";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
  font-size: 13px;
  align-items: baseline;
  display: flex;
  color: #D70000;
}
.itinerary_details .scrollbar
{
	float: left;
  height: 700px;
	overflow-y: scroll;
	margin-bottom: 25px;
  overflow-x: hidden;
  width: 100%;
}
.itinerary_details .itinerary_details_left{
  position: relative;
  margin-bottom: 0;
  padding: 20px 0;
  overflow-y: scroll;
}
.itinerary_details .force-overflow
{
	min-height: 620px;
}
.itinerary_details .scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.itinerary_details .scrollbar::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}
.itinerary_details .scrollbar::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.itinerary_details .tour_info.is-active {
  transform: translate3d(0, 0, 0);
}
.itinerary_details .tour_info::before, .tour_info::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  right: 0;
  left: 0;
  height: 30px;
  /* background: linear-gradient(#dcdcdc, rgba(242, 247, 247, .1)); */
  pointer-events: none;
  top: 0;
}
.itinerary_details .tour-info__toggle {
  position: absolute;
  top: 0;
  left: 100%;
  width: 40px;
  height: 80px;
  background: url(../img/collapse-arrow-right.png) center no-repeat #ffd1d1;
  border: none;
}
.itinerary_details .tour-info__toggle.slidein {
  transform: rotate(180deg);
}
.itinerary_details .tour_info.slidein{
  position: absolute;
  left: 0;
    z-index: 999;
    top: 0;
    display: block;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    transform: translate3d(-100%, 0, 0);
}
.itinerary_details .itinerary_details_left.slidein .tour-info__toggle{
  transform: rotate(180deg);
  left: 760px;
  background: url(../img/collapse-arrow-right.png) center no-repeat #f2f7f7;
}
.itinerary_details .tour_tab{
  padding-right: 20px;
}
.itinerary_details .tour_tab ul {margin-top:15px;}
/* What to Expect */
.what_expect .heading{
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
.what_expect .cat_block{
  margin: 0 0 20px;
}
.what_expect .cat_block .inner_box {
  position: relative;
  padding: 0 15px;
  border-radius: 12px;
  text-align: center;
  /*background-color: #fcfcfc;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  min-height: 190px;*/
}
.what_expect .cat_block .inner_box .icon{
  margin-bottom: 15px;
}
.what_expect .cat_block .inner_box .icon img{
  max-width: 50px;
}
.what_expect .cat_block .inner_box .category{
  font-weight: 600;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  line-height: 20px;
  text-transform: capitalize;
}
.what_expect .expect_slider .prev_next_btn{
  justify-content: center;
}
/* What not to Expect */
.what_not_expect{
background:#f9f9f9;
padding-bottom:30px;
}
.what_not_expect .cat_block .inner_box{
  min-height: auto;
}
.register_modal .wpcf7-submit{
  background: #D70000;
  padding: 7px 11px;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  transition: all 0.6s ease-in-out;
  margin-right: 15px;
  border: 1px solid #D70000;
  max-width: 170px;
  display: block;
  margin: 0 auto;
  color: #fff;
  border-radius: 10px;
}

.packageHolder {padding: 20px 0 5px 0; border-radius:20px;
  box-shadow: 0 0px 6px rgba(0,0,0,0.10), 0 3px 6px rgba(0,0,0,0.13);}

.packageHolder2 {padding: 20px 0; }

.packageHolder2 .cat_block .inner_box {padding:30px 0 0; }
.packageHolder2 .cat_block {border-radius:10px;transition:0.5s;height: 100%;}
.packageHolder2 .cat_block:hover { box-shadow: 0 0px 6px rgba(0,0,0,0.10), 0 3px 6px rgba(0,0,0,0.13); background:#fff;}



/* ----- FAQ ------- */
.faq{
  padding-top: 190px;
}
.faq .faq_image img{
  border-radius: 10px;
  min-height: 526px;
  object-fit: cover;
}
.faq .faq_header  img{
  max-width: 28px;
  margin-top: -35px;
}
.faq .faq_header{
  margin-bottom: 25px;
}
.faq .faq_header .heading{
  font-size: 35px;
  font-weight: 500;
  color: #D70000;
}
.faq .accordion-button.collapsed{
  background-color: transparent;
  color: #D70000;
  font-size: 25px;
}
.faq .accordion-button:not(.collapsed){
  background-color: #ff929233;
  color: #ffffff;
}
.faq  .accordion .accordion-item h2 button {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  box-shadow: none;
  border-radius: 0 !important;
  padding: 20px 30px;
  font-family: "Poppins", sans-serif;
    color: #000;
    font-weight: 600;
}
.faq .accordion .accordion-item {
  border: 1px solid #eaecf0;
  border-radius: 0px;
  margin-bottom: 10px;
}
.faq .accordion .accordion-button::before {
  position: absolute;
  content: "\F2EA";
  top: 20px;
  right: 25px;
  width: 30px;
  height: 30px;
  border-radius: 0px;
  color: #fff;
  background-color: #D70000;
  text-align: center;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.faq .accordion .accordion-button.collapsed::before{
  content: '\F4FE';
  transition: all 0.3s ease-in-out;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  background-image: none;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.faq .accordion-button::after{
  background-image: none;
}
.faq .accordion-button:focus{
  border-color: #fff;
  box-shadow: none;
}
.faq .accordion-body p{
  color: #585858;
  font-size: 16px;
}
/* ----- Explore Durga Puja ------- */
/* ----- history ------- */
.history{
  padding-top: 190px;
  padding-bottom: 20px;
}
.history .unveiling{
  text-align: center;
  font-weight: 500;
  font-size: 30px;
}
.history .unveiling span{
  font-size: 40px;
  font-weight: 600;
}
.history .history_slide{
  margin-top: 40px;
  padding:0 10px;
}
.history .history_slide .history_heading{
  font-size: 30px;
  font-weight: 500;
}
.history .history_slide p{
  margin-bottom: 15px;
}
.history .history_slide p:last-child{
  margin-bottom: 0;
}
.history .prev_next_btn{
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 20px;
}
.history .prev_next_btn .prev_btn,.history .prev_next_btn .next_btn{
  background-color: #D70000;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history .prev_next_btn .prev_btn{
  margin-right: 15px;
}
.history .prev_next_btn .prev_btn i,.history .prev_next_btn .next_btn i{
  color: #fff;
  font-size: 20px;
}
/* Divider */
.divider_image img{
  max-width: 500px;
  margin: 0 auto;
  display: block;
}
/* history 2 */
.history_2{
  padding-top: 10px;
}
/* history 3 */
.history_3{
  padding-top: 10px;
}
/* explore durgapuja */
.explore_durga_puja .heading{
  text-align: center;
  font-weight: 500;
}
.explore_durga_puja .tab-menu {
  margin-top: 50px;
}
.explore_durga_puja .tab-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.explore_durga_puja .tab-menu ul li {
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
  margin:0 5px;
}
.explore_durga_puja .tab-menu ul li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  padding: 10px 26px;
  display: block;
  text-decoration: none;
  transition: 0.6s all;
  background: #D70000;
border-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 40px;
}
.explore_durga_puja .tab-menu ul li a:hover {
  background: #ff8282;
  color: #fff;
  text-decoration: none;
}
.explore_durga_puja .tab-menu ul li a.active {
  background: #ff828233;
  color: #000;
  text-decoration: none;
}
.explore_durga_puja .tab-box {
  display: none;
}
.explore_durga_puja .tab-main-box {
  margin-top: -1px;
  padding:40px 0 0;
}
.explore_durga_puja .tab-main-box .heading{
  font-size: 25px;
  margin-bottom: 10px;
  text-align: left;
  color: #D70000;
  font-family: Poppins, sans-serif;
}
.explore_durga_puja .tab-main-box p {margin-bottom:20px;}
.explore_durga_puja .tab-main-box h4 {margin-bottom: 20px;
  font-size: 18px;
  min-height: 50px;
  line-height: 24px;
 }
.explore_durga_puja .mySwiper_explore .swiper-wrapper .swiper-slide .swiper_content{
  position: absolute;
  z-index: 1;
  left: 50%;
  content: '';
  bottom: 50px;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.explore_durga_puja .explore_image  {margin-bottom:50px;}
.explore_durga_puja .explore_image img {
  border-radius: 10px;
  margin-bottom:20px;
}
.explore_durga_puja .mySwiper_explore .swiper-wrapper .swiper-slide .swiper_content p{
  margin-bottom: 0;
  color: #ffffff;
  font-size: 20px;
}
.explore_durga_puja .mySwiper_explore .swiper-wrapper .swiper-slide img{
  border-radius: 10px;
}
.explore_durga_puja .each_list li img{
  max-width: 30px;
  margin-right: 15px;
}
.explore_durga_puja .each_list li{
  display: flex;
  align-items: baseline;
  justify-content: start;
  margin-bottom: 20px;
  font-size: 18px;
  position: relative;
}
.registration_part{
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 100px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.registration_part::before{
  width: 100%;
  height: 100%;
  background-color: rgba(1, 21, 47, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
}
.registration_part .registration_form {text-align:center;}
.registration_part .registration_form p{
  text-align: center;
  max-width: 730px;
  margin: 0 auto;
  margin-bottom: 30px;
  color: #fff;
}
.registration_part .registration_form .btn-primary {
  background: #D70000;
  padding: 7px 25px;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  transition: all 0.6s ease-in-out;
  margin-right: 15px;
  border: 1px solid #D70000;
  display: inline-block;
  margin: 0 auto;
}
.registration_part .registration_form .btn-primary:hover{
  border: 1px solid #fff;
  color: #ffffff;
}
.registration_part .registration_form .btn-primary i{
  margin-right: 5px;
}
.registration_form .btn-primary:hover {
  background: transparent;
  border: 1px solid #D70000;
  color: #d70000;
}
.register_modal .modal-body .each_part{
  margin-bottom: 15px;
}
.register_modal .modal-content{
  border: 8px solid #d70000;
  background: #fffbfb;
}
.register_modal .each_part label{
  color: #000;
}
#exampleModal .form-label{
  color: #000;
}
.register_modal .modal-header{
  border: none;
  padding: 20px 30px 10px 30px;
}
#wpcf7-f437-o3 p br{
  display: none;
}
.register_modal .modal-body{
  padding: 10px 30px 0 30px;
}
.register_modal .each_part .form-control{
  height: 34px;
  font-size: 14px;
}
#wpcf7-f437-o3 .res_from .each_part p{
  margin-bottom: 10px;
}
.register_modal .each_part textarea{
  min-height: 60px;
  resize: none;
}
.register_modal .each_part .form-select{
  text-transform: capitalize;
  height: 34px;
  font-size: 14px;
  color: #767676;
}
.register_modal .each_part .form-select option{
  text-transform: capitalize;
  font-size: 14px;
}
.register_modal .each_part label{
  font-size: 14px;
}
.register_modal .modal-footer{
  border: none;
}
.register_modal .modal-footer .btn-primary{
  max-width: 100%;
  width: 100%;
}
/* ----- Testimonials ------- */
.testimonial_sec{
  padding-top: 0;
}
.home_testimonial{
  padding: 0!important;
}
.testimonial_sec .each_testimonial:hover .testimonial_image:after {
  left: 0;
  top: 0;
  z-index: 1;
}
.testimonial_sec .each_testimonial{
  padding: 30px 30px 0 30px;
  box-shadow: 0px 25px 70px 10px rgba(0,0,0,0.12);
  position: relative;
  margin-top: 50px;
  min-height: 92%;
}
.testimonial_sec .each_testimonial::before{
  position: absolute;
  top: -15px;
  left: 10%;
  background: #d70000;
  font-size: 40px;
  display: inline-block;
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  box-shadow: 0 5px 30px rgba(19, 47, 34, 0.15);
  content: "\ee82";
  color: #fff;
  padding: 10px;
}
.testimonial_sec .each_testimonial .testimonial_image img{
  max-width: 130px;
  border-radius: 100%;
  margin: 0 auto;
  display: block;
}
.testimonial_sec .each_testimonial p{
  text-align: center;
  margin-top: 15px;
  font-style: italic;
}
.testimonial_sec .each_testimonial h6{
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.testimonial_sec .each_testimonial .each_review{
  margin-top: 15px;
  padding-bottom: 20px;
}
.testimonial_sec .each_testimonial .each_review .et_pb_testimonial_meta{
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial_sec .each_testimonial .each_review .et_pb_testimonial_meta .et_pb_testimonial_position a{
  font-size: 16px;
  color: #D70000;
}
/* video tstimonials  */
.video_testimonial{
  padding-top: 190px;
}
.embed-container {
  height: 0;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
  position: relative;
}
.embed-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video_testimonial .testimonial_head{
  text-align: center;
  margin-bottom: 40px;
}
.video_testimonial .testimonial_head .heading{
  font-weight: 500;
}
.video_testimonial iframe{
  width: 100%;
}
/* ----- Video Appointment ------- */
.video_appointment{
  padding-top: 20px;
}
.video_appointment .each_video_form{
  padding: 30px 40px 35px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.25);;
  margin-bottom: 40px;
}
.video_appointment .each_video_form:last-child{
  margin-bottom: 0;
}
.video_appointment .each_video_form .heading{
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c4c4c4;
  font-size: 30px;
  font-weight: 500;
}
.video_appointment .each_video_form .videocall-checkbox {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border-radius: 5px;
  background-color: #ffefef;
  margin: 0 0 16px;
}
.video_appointment .each_video_form .videocall-checkbox .videocall_checkbox__icon{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px 15px;
  background-color: #d70000;
}
.video_appointment .each_video_form .videocall-checkbox .videocall_checkbox__icon i{
  color: #fff;
  font-size: 25px;
}
.video_appointment .each_video_form .videocall-checkbox .videocall_checkbox__input{
  padding: 15px 30px 15px 20px;
}
.video_appointment .each_video_form .videocall-checkbox .videocall_checkbox__input .videocall_checkbox__title {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  text-transform: math-auto;
  font-weight: 700;
}
.video_appointment .each_video_form .videocall-checkbox .videocall_checkbox__input .video_check_title{
  display: flex;
  align-items: center;
}
.wpcf7-list-item{
  margin: 0!important;
}
.video_appointment .each_video_form .videocall-checkbox .videocall_checkbox__input .video_check_title label{
  margin: 0;
}
.video_appointment .each_video_form .videocall-checkbox .videocall_checkbox__input .video_check_title .form-check-input{
 border: none;
 background: transparent;
}
.video_appointment .each_video_form .wpcf7-form-control .wpcf7-list-item {
  display: flex;
  align-items: center;
}
.video_appointment .each_video_form .videocall-checkbox .videocall_checkbox__icon{
  padding: 30px 25px;
}
.wpcf7-list-item label input{
  border: 1px solid #d70000;
  width: 20px;
  height: 20px
}
.wpcf7-form-control .wpcf7-list-item label{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label{
  font-size: 13px;
  color: #000;
}
.video_appointment .each_video_form .videocall-checkbox .videocall_checkbox__input .video_check_title label{
  margin-left: 0;
}
.video_appointment .form-check-input:focus{
  box-shadow: none;
  border-color: #d70000;
}
.video_appointment .each_video_form .form_field_group .each_input{
  margin-bottom: 15px;
}
.video_appointment .each_video_form .form_field_group .each_input label{
  font-size: 17px;
  font-weight: 600;
  color: #545454;
}
.video_appointment .each_video_form .form_field_group .each_input label sup{
  color: #d70000;
  top: -3px;
  font-size: 20px;
}
.video_appointment .each_video_form .form_field_group .each_input .form-select{
  padding: 10px 14px;
}
/* .video_appointment .each_video_form .form_field_group .each_input .form-control{
  padding: 10px 14px;
} */
.video_appointment .each_video_form .form_field_group .form_hint{
  color: #747474;
  font-size: 14px;
}
.video_appointment .each_video_form .msg{
  padding: 15px;
  background-color: #ffefef;
  margin-top: 15px;
  display: flex;
}
.video_appointment .each_video_form .msg i{
  font-size: 20px;
  margin-right: 10px;
}
.video_appointment .each_video_form .msg p .privacy_policy{
  color: #d70000;
  font-weight: 400;
  text-decoration: underline;
}
.video_appointment .each_video_form .travel_required{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.video_appointment .each_video_form .travel_required .heading{
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.video_appointment .btn-primary{
  line-height: normal;
  font-size: 22px;
  background-color: #d70000;
  border: 1px solid #D70000;
  padding: 10px 28px;
}
.video_appointment .btn-primary:hover{
  background-color: transparent;
  color: #D70000;
  border: 1px solid #D70000;
}
.video_appointment .contact_details{
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: solid 1px #c4c4c4;
  text-align: center;
}
.video_appointment .contact_details .contact_icon{
  text-align: center;
  border: 1px solid #D70000;
  background: #D70000;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 15px;
}
.video_appointment .contact_details .contact_icon i{
  font-size: 25px;
  color: #fff;
}
.video_appointment .contact_details .heading{
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 10px;
}
.video_appointment .contact_details ul li{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.video_appointment .contact_details ul{
  margin-top: 20px;
}
.video_appointment .contact_details ul li strong{
  font-weight: 600;
}
.video_appointment .contact_details ul li{
  margin-bottom: 15px;
}
.video_appointment .contact_details ul li:last-child{
  margin-bottom: 0;
}
.video_appointment .contact_details .phone_no p{
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #d70000;
}
.video_appointment .contact_details .phone_no{
  margin: 15px 0;
}
.right_container #wpcf7-f302-o1 .form-label{
  color: #000;
}
.right_container #wpcf7-f302-o1 textarea { height: 100px; }


/* ----- Why book with us ------- */ 
.why_book_with_us{
  padding-top: 190px;
  text-align: center;
  padding-bottom: 0;
}
.why_book_with_us .heading{
  font-weight: 500;
}
/* Mission & Vision */
.mission_vision {padding:160px 0 80px;}
.mission_vision h3 {
  margin-bottom: 45px;
  text-align: center;
  font-weight: 500;
}
.mission_vision .mission_left {
  padding: 20px 20px 28px;
  background: #d70000;
  border-radius: 10px;
}
.mission_vision .mission_left .mission_part {
  border: 1px solid #fff;
  padding: 15px 20px 33px;
  height: 100%;
}
.mission_vision .mission_left .mission_part .mission_top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.mission_vision .mission_left .mission_part .mission_top img {
  max-width: 60px;
}
.mission_vision .mission_left .mission_part .mission_top h6 {
  font-size: 28px;
  line-height: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: 20px;
  color: #fff;
}
.mission_vision .mission_left .mission_part p {
  color: #fff;
  line-height: 24px;
}
.mission_vision .vision_right {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
}
.mission_vision .vision_right::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  background: rgba(0, 0, 0, 1.9);
  border-radius: 10px;
}
.mission_vision .vision_right img {
  border-radius: 10px;
}
.mission_vision .vision_right .vision_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
}
.mission_vision .vision_right .vision_cont img {
  width: 60px;
}
.mission_vision .vision_right .vision_cont h5 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 40px;
  margin-left: 20px;
  font-size: 28px;
}
.mission_vision .vision_right .mission_left {
  position: absolute;
  bottom: -100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.mission_vision .vision_right:hover .mission_left {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  height: 100%;
}
/* Safety & trust */
.safety_trust{
  padding-bottom: 0;
}
.safety_trust .each_discover img{
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
}
.safety_trust .each_discover:hover img{
  transform: scale(1.1);
}
.safety_trust .each_discover .each_discover_cont{
  margin-top: 15px;
}
.safety_trust .each_discover .each_discover_cont .heading{
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: normal;
}
.safety_trust .each_discover .each_discover_cont p{
  font-size: 15px;
}
/* Value For Money */


.value_money .each_value i{
  font-size: 30px;
  color: #d70000;
  margin-right: 10px;
}
.value_money .each_value .each_value_top{
  display: flex;
  align-items: center;
  justify-content: center;
}
.value_money .each_value .heading{
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
.value_money .each_value p{
  margin-bottom: 15px;
  text-align: center;
}
.value_money .each_value p:last-child{
  margin-bottom: 0;
}
/* Safety & trust */
.testimonial_slider_1 .testimonial_slider .each_testimonial{
  min-height: 492px;
}
.testimonial_slider_1{
  padding-top: 60px;
}
.testimonial_slider_1 .each_testimonial{
  box-shadow: none;
}
.testimonial_slider_1 .heading{
  font-size: 35px;
}
.testimonial_slider_1 .contact_us .heading{
  margin-bottom: 30px;
}
/* ----- Privacy Policy ------- */
.privacy{
  padding-top: 190px;
}
.privacy .heading{
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
}
.privacy .heading span{
  font-size: 25px;
}
.privacy .privacy_list{
  margin-bottom: 30px;
}
.privacy .privacy_list li{
  position: relative;
  margin-left: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.privacy .privacy_list li:last-child{
  margin-bottom: 0;
}
.privacy .privacy_list li::before{
  display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    content: "\f26a";
    color: #d70000;
    margin-left: -25px;
    position: absolute;
} 
.privacy .privacy_list li a{
  color: #d70000;
  font-weight: 700;
}
.privacy p{
  margin-bottom: 20px;
}
.privacy span{
  font-size: 20px;
  color: #d70000;
  font-weight: 600;
}
/* ----- Terms & Conditions ------- */
.terms{
  padding-top: 190px;
}
.terms .heading {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
}
.terms .conditions{
  margin-bottom: 30px;
}
.terms .conditions li{
  position: relative;
  margin-left: 25px;
  margin-bottom: 20px;
}
.terms .conditions li::before{
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  content: "\f26a";
  color: #d70000;
  margin-left: -25px;
  position: absolute;
}
.terms .conditions li a{
  display: contents;
  color: #d70000;
  font-weight: 700;
}
.terms .content_condition{
  margin-top: 30px;
}
.terms .content_condition li{
  position: relative;
  margin-left: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.terms .content_condition li::before{
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  content: "\f136";
  color: #d70000;
  margin-left: -25px;
  position: absolute;
}
/* ----- Comming Soon ------- */
.comming_soon{
  padding-top: 190px;
}
.comming_soon h1 {
  margin: 0;
  font-size: 44px;
  color: #333;
  -moz-text-shadow: 0 2px 1px rgba(0, 0, 0, 0.6), 0 0 2px rgba(0, 0, 0, 0.7);
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.6), 0 0 2px rgba(0, 0, 0, 0.7);;
}
.comming_soon .container {
  width: 100%;
  background: url('');
  background-size: cover;
}
.comming_soon .item {
  text-align: center;
  padding: 8px;
}
.desk-none  {display:none;}
/* ----- Collaboration ------- */
.collaboration_heading{
	padding-top: 200px;
    padding-bottom: 0;
}
.collaboration{
    padding-top: 50px;
}
.collaboration table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  overflow: hidden;
}
.collaboration table td,.collaboration table th {
  border-top: 1px solid #ECF0F1;
  padding: 10px;
}
.collaboration table thead tr th {
  background-color: #d70000;
  color: #fff;
  font-weight: 600;
}
.collaboration table tbody tr:nth-of-type(even) td , .collaboration table tbody tr:nth-of-type(even) th{
  background-color: #ffe9e9;
}
.collaboration table .total th {
  background-color: white;
}
.collaboration table .total td {
  text-align: right;
  font-weight: 700;
}

.map_gif {background:#fcfcfc; padding:30px 0;}
.map_gif img {    width: 80%;
    margin: 0 auto;
    display: block;}
    .map_gif .container{
      max-width: 98%;
    }
/*=== Countdown css ===*/

.time-content {
  display: flex;
  column-gap: 30px;
  align-items: center;
justify-content: space-around;

}
.time-content .time {
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 80px;
  position: relative;

}

.time-content .time.seconds .number{  animation: lightning 2s infinite;}
  @keyframes lightning {
    from, 50%, to { opacity: 1 }
    25%, 75% { opacity: 0.2 }
  }

.time .number {
  font-weight: 800;
  font-size: 40px;
  line-height: 1;
  color: #eee;
}
.time .text {
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.banner .days_sec .time::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 45px;
    background: #fff;
    top:6px;
    left: 110px;
    z-index: 1;
}
.banner .days_sec .time:last-child::after {
display:none;
}

/* ----- Collaboration page css ------- */

.btn-container {position:relative;    margin-bottom: 25px;}
.flag {position:absolute; right:0; left:0;bottom: -9px;z-index: 9;}
.flag img { width: 100%;
    max-width: 30px;
    display: block;
    margin: 0 auto;
    border-radius: 2px;
	box-shadow: 0 0px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.2);
  border: 1px solid #eee;
}
.btn {
  font-weight: 500;
  font-size: 1em;
  text-transform: uppercase;
  padding: 6px 24px;
  background: transparent;
  border: none;
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  z-index: 2;
  overflow:hidden;
}
.btn:after {
  content: "";
  position: absolute;
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn-2 {
  border: 2px solid #ccc;
  color: #0e0e16;
  width: 100%;
  min-height: 90px;
}
.btn-2:after {
  width: 0;
  height: 100%;
  background: #F8B424;

  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn-2:hover {
  color: whitesmoke;
    border-color:#F8B424;
}

.btn-2:hover:after {
  width: 100%;
}
.collaboration .btn-2:focus {border-color:#ccc;} 



/* ----- Explore Durga Puja page css ------- */


.explore-durgapuja-sec-3 {padding:160px 0 40px;}
.explore-durgapuja-sec-3 p {text-align:center;}

.exploreHolder .explore-half:first-child {background:#F8B424;}
.exploreHolder .explore-half:nth-child(2n) {background:#d70000;}
.exploreHolder .explore-half:nth-child(3n) {background:#2c2c2c;}
.exploreHolder .explore-half:nth-child(4n) {background:#F8B424;}
.exploreHolder .explore-half:nth-child(5n) {background:#d70000;}
.exploreHolder .explore-half:nth-child(6n) {background:#2c2c2c;}
.exploreHolder .explore-half:nth-child(7n) {background:#F8B424;}

.exploreHolder .explore-half:nth-child(even) .explore-half__image {left:0;}
.exploreHolder .explore-half:nth-child(even) .explore-half__text {
  margin-left: 50%;
  margin-right: 0;
  padding:40px 0px 40px 40px;
}
  .bg-brand {
  background-color:#d70000;
}
.explore-half {
  position:relative;
  margin:0px 0 30px 0;
 padding: 20px 0;
}
.explore-half__text {
  display:flex;
  flex-direction:column;
  align-items:center;
  margin-bottom:20px
}
.explore-half__text h2 {margin-bottom:30px; line-height:50px; font-size:38px;}
.explore-half__text h2,
.explore-half__text p,
.explore-half__text span {
  color:#4d726d;
  text-align:left;
  width: 100%;
}
.explore-half__text p {
  font-size:14px
}
.explore-half__text span {
  max-width:220px
}
.explore-half__text.white h2,
.explore-half__text.white p,
.explore-half__text.white span {
  color:#fff
}
.explore-half__text.grey h2,
.explore-half__text.grey p,
.explore-half__text.grey span {
  color:#545454
}
.explore-half__image {
  align-items:center;
  position:relative;
}
.explore-half__image img {
  display:flex;
  width:100%;
  height:100%;
  -o-object-fit:cover;
  object-fit:cover
}
.explore-half .container {max-width:96%;}



/* ----- GSOE Award page css ------- */

.image-text-panel {
position: relative;
  margin-bottom: 0px;
  padding-top: 0;
}


.image-text-panel .swiper-slide{
  padding-bottom: 30px;
}
.image-text-panel__bg {
    /*position: absolute;
    top: 0;
    left: 0;*/
    width: 100%;
    height: 100%;
}
.image-text-panel__bg img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
     object-fit: cover;
}
.image-text-panel__text-panel {
    display: flex;
    position: relative;
    top: 0px;
    flex-direction: initial;
    align-items: center;
    max-width: 80%;
    margin-left: auto !important;
  margin-right: auto !important;
    padding: 16px;
    color: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.2);
}
.image-text-panel__text-panel h2 {
font-size: 36px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  background: #fff;
  color: #000;
  height: 100%;
  padding: 10px;
  border-radius: 10px;
}
.image-text-panel__text-panel p {
  font-size: 18px;
  font-style: italic;
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
  padding: 0 20px;
  width: 100%;
}
.image-text-panel__text-panel span {
    margin-bottom: 14px;
}
.btn-learn {
padding: 11px 10px;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  width: 250px;
  text-align: center;
  border-radius: 5px;
}
.btn-learn:hover {
    border-color: #000;
	background-color:  #000;
	 color: #fff;
	
}
.bg-dark-sand {
  background: #f8b424 !important;
}

@media (min-width: 48em){
.image-text-panel__text-panel {
    margin: unset;
    padding: 20px 40px 20px;
	margin-top: -80px;
}
.image-text-panel__text-panel.image-text-panel__text-panel--right {
    margin-left: auto;
}
}


/* ----- GSOE Award details page css ------- */

.durgapuja-award-sec-1 {    padding: 80px 0;}
.durgapuja-award-sec-1 p {text-align:center;}
.durgapuja-award-sec-2 {    padding:  180px 0 0px;;}
.durgapuja-award-sec-2 p {text-align:center;}
.box {
display: flex;
  width: 100%;
  height: 70px;
  overflow: hidden;
 background-color: #eee;
  text-align: center;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
.box h5 {font-size:18px;}
.overlay{
  width: 100%;
  height:100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
/* SCALE */

.scale .overlay{
  background-color: #f8b424;
  line-height: 90px;
  color: #fff;
  transform: translateX(210%) scale(3);
  -webkit-transition: transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
 
}

.scale .box:hover .overlay{
  transform: translateX(0) scale(1);
}

.box-judge {
	border-radius: 200px;
	background:#fff;
	position:relative;
	overflow: hidden;
	text-align:center;
	width: 90%;
    margin: 20px auto;
	min-height: 400px;
	padding: 30px 0;
	box-shadow: 0 0.125rem 1.25rem rgba(0,0,0,.075) !important;
}
.box-judge:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    border-radius: 200px;
    box-shadow: inset 0 0 25px rgba(0,0,0,0.30);
    transition: all 0.3s ease;
    background-image: linear-gradient(to right, #a90505 0%, #f8b424 100%);
}
.box-judge:hover:before {
    width: 100%;
}
.box-judge:hover .image-wrapper {
	padding:0;
}
.box-judge:hover .box-desc, .box-judge:hover .box-desc h5,.box-judge:hover .box-desc p {
	color:#fff;
}
.box-judge .image-wrapper {
    position: relative;
	max-width: 210px;
    max-height: 210px;
	margin:0 auto;
    overflow: hidden;
    border-radius: 50%;
    padding: 15px;
    transition: all 0.5s ease;
    box-shadow: inset 0px 0px 20px rgba(0,0,0,0.20);
}
.box-judge .image-wrapper img {
    border-radius: 50%;
    transition: all 500ms ease;
}
.box-judge .box-desc {
	position:relative;
	margin-top: 20px;
}
.box-judge .box-desc h5 {font-size:22px;}
.my-auto {
  margin-top: auto !important;
}

.catHolder {margin-bottom:30px;}


.winner_image {margin-bottom: 30px;}
.winner_image img {
  border-radius: 10px;
  margin-bottom: 20px;
}
.winner_image .tab-main-box h4 {
  margin-bottom: 20px;
  font-size: 22px;
}

.prizeHolder {margin-top:40px;}
.prizeHolder .winner_image h4 {min-height:auto;}


.playbtns {
  margin: 10px 6px;
  height: 60px;
  width: 60px;
  color: #FFF;
  font-size: 16px;
  background-color: #696969;
  border: none;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  transition-duration: 0.5s;
  margin-top:20px;
  position: absolute!important;
  left: 0;
  bottom: 0;
}
.playbtns i {font-size:26px; }
.playbtns:hover {
  background-color: #000;
}
.hovicon {
    display: inline-block;
    font-size: 45px;
    line-height: 40px;
    cursor: pointer;
    margin: 40px;
    width: 60px;
  height: 60px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
/* Effect 2 */
 .hovicon.effect-2 {
    color: #eea303;
    box-shadow: 0 0 0 3px #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
.hovicon.effect-2:after {
    top: -4px;
  left: -4px;
  padding: 4px;
    z-index: -1;
    background: #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}
/* Effect 2a */
 .hovicon.effect-2.sub-a:hover, .hovicon.effect-2.sub-a:hover i {
    color: #eea303;
}
.hovicon.effect-2.sub-a:hover:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

.exploreHolder .explore-half:nth-child(2n) .playbtns {left:auto; right:0;}

.celebrationHolder #video {margin-bottom:20px;}
.videoHolder {margin-bottom:30px;}
.award_main{
  position: relative;
}
.award_register {
  background: #d70000;
  padding: 60px 0 20px 0;
  width: 400px;
  margin: 0px auto;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  z-index: 1;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.award_register img {
  max-width: 155px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: -84px;
  left: 0;
  right: 0;
  z-index: 999;
}
.award_register a{
  text-align: center;
  display: block;
  color: #fff;
  font-weight: 600;
  max-width: 200px;
  background:  #eea303;
  padding: 6px 14px;
  margin: 0 auto;
  border: 1px solid #eea303;
  line-height: 30px;
}
.award_register a:hover{
  background: transparent;
  border: 1px solid #fff;
}
.award_register .btn:focus {
  background-color: #eea303;
  border: 1px solid #eea303;
}


/* ----- Gallery page css ------- */

.gallery-section {padding:160px 0 80px;}
.gallery-section .tab-menu {
  margin-top: 50px;
}

.gallery-section .tab-menu {
  margin-top: 50px;
}
.gallery-section .tab-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content:center;
}
.gallery-section .tab-menu ul li {
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
  margin:0 5px;
  max-width: 200px;
}
.gallery-section .tab-menu ul li a {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  padding: 10px 17px;
  display: block;
  text-decoration: none;
  transition: 0.6s all;
  background: #ff828233;
border-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 40px;
}
.gallery-section .tab-menu ul li a:hover {
  background: #ff8282;
  color: #fff;
  text-decoration: none;
}
.gallery-section .tab-menu ul li a.active {
  background:#D70000 ;
  color: #fff;
  text-decoration: none;
}
.gallery-section .tab-box {
  display: none;
}
.gallery-section .tab-main-box {
  margin-top: -1px;
  padding: 60px 0;
}
.gallery-section .tab-main-box .heading{
  font-size: 25px;
  margin-bottom: 20px;
  text-align: left;
  color: #D70000;
  font-family: Poppins, sans-serif;
}
.gallery-section .tab-main-box h4 {margin-bottom:20px;font-size:22px;}
#image-gallery .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  margin-bottom:20px;
  box-shadow: 10px 1px 20px rgba(0, 0, 0, 0.24), 0px 1px 20px rgba(0, 0, 0, 0.24);
  padding: 20px 15px;
  border-radius: 10px;
  border: none;
}
.gallery-section .comprehensive_guide .comprehensive_right{
  border-radius: 15px;
}
.gallery-section .comprehensive_guide .comprehensive_right::before{
  border-radius: 15px;
}
#image-gallery .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
#image-gallery .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#image-gallery .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

#image-gallery .card-image:hover .overlay {
  opacity: 1;
}

#image-gallery .icon {
color: white;
  font-size: 100px;
  text-align: center;
  font-size: 22px;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 600px) {
#image-gallery .card-image {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
  .video_appointment .each_video_form .videocall-checkbox .videocall_checkbox__input .video_check_title label{
    align-items: unset;
  }
}
#wpcf7-f467-o1 p{
  text-align: left;
  margin-bottom: 20px;
}

#wpcf7-f302-o1 .contact_form select {-webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;}
#wpcf7-f302-o1 .contact_form .county_patner {margin-top:10px;}

/* Bengali-delicacy  */
.bengali_delicacy{
  padding: 190px 0 60px;
}
.bengali_delicacy h4{
  color: #c0392b;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 0;
  position: relative;
  text-transform: capitalize;
  text-align: center;
}
.bengali_delicacy h4::after {
  position: absolute;
  content: '';
  background: #fbc531;
  width: 30px;
  height: 2px;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bengali_delicacy h4::before {
  background: #c0392b;
  width: 70px;
  height: 2px;
  position: absolute;
  content: '';
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bengali_delicacy p{
  text-align: center;
  max-width: 890px;
  margin: 15px auto 0;
}
.bengali_delicacy .food_content{
  background: #fff;
  padding: 50px 0px 50px 50px;
  margin-right: 10%;
  position: absolute;
  right: 0;
  width: 900px;
  z-index: 9;
}
.food_content_even{
  background: #fff;
  padding: 50px 50px 50px 0px;
  margin-left: 10%;
  position: absolute;
  left: 0;
  width: 900px;
  z-index: 9;
}
.bengali_delicacy .food_content h3 {
  font-size: 29px;
  margin-bottom: 13px;
  color: #c0392b;
  font-weight: 600;
  text-transform: capitalize;
}
.bengali_delicacy .food_content_even h3{
  font-size: 29px;
  margin-bottom: 13px;
  color: #c0392b;
  font-weight: 600;
  text-transform: capitalize;
  text-align: left;
}
.bengali_delicacy .food_every{
  margin: 50px 0;
}
.bengali_delicacy .food_content p{
  text-align: left;
}
.bengali_delicacy .food_content_even p{
  text-align: left;
}
/* Puja Parikrama */
.puja_parikrama_sec .puja_every_part{
  padding: 20px;
}
.puja_parikrama_sec .puja_every_part img{
  width: 100%;
}
.puja_every_content h3{
  font-size: 20px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  margin-bottom: 10px;
}
.puja_every_content p{
  font-size: 14px;
  line-height: 22px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 421px;
  width: 100%;
}
.puja_parikrama_sec{
  padding: 130px 0 60px;
}
/* ----- Tells of Durgapuja ------- */
.tells_durgapuja{
  padding: 230px 0 60px 0;
}
.tells_durgapuja .events{
  margin-bottom: 70px;
}
.tells_durgapuja .events img{
  height: 100%;
}
.tells_durgapuja .events:nth-child(odd){
  background-color: #d70000;
}
.tells_durgapuja .events:nth-child(even){
  background-color: #fbc531;
}
.tells_durgapuja .all_events{
  padding: 35px 40px;
}
.tells_durgapuja .all_events h3{
  font-size: 35px;
  margin-bottom: 13px;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  text-align: left;
}
.tells_durgapuja .all_events p{
  color: #ffffff;
  text-align: left;
}

.explore-durgapuja-sec-4 {padding:180px 0 80px;}

.wpcf7.js .wpcf7-form .wpcf7-form-control-wrap {}
.intl-tel-input .flag-container {width:100%;}
.intl-tel-input ul.country-list {}
.intl-tel-input {font-size: 13px;}

.country-select {z-index: 9;}
.country-select .country-list li.country {
  font-size: 13px;
  padding: 0 10px;
}
.res_from .intl-tel-input ul.country-list {z-index: 99;}







/* ----- Resposive css ------- */
@media (min-width:60em) {
  .explore-half--right .explore-half__text {
    margin:0 0 0 50%;
    padding:40px 0 40px 30px
  }
  .explore-half--right .explore-half__image {
    right:unset;
    left:0
  }
  .explore-half__text {
    margin-right:50%;
    margin-bottom:unset;
    padding:40px 30px 40px 0
  }
  .explore-half__image {
    position:absolute;
    top:0;
    right:0;
    align-items:center;
    width:50%;
    height:100%
  }
}
@media (min-width:80em) {
  .explore-half--right .explore-half__text {
    padding:40px 0 40px 40px
  }
  .explore-half__text {
    padding:40px 40px 40px 0
  }
  .explore-half__text p {
    font-size:18px
  }
}

@media (max-width:1200px) {
.explore-half__text h2 {font-size:34px;}
.exploreHolder .explore-half:nth-child(2n) .explore-half__text {
padding: 40px 0px 40px 40px;
  margin-left: 0;
}

.header .navigation_sec .nav-sec > ul > li {margin-right: 6px;}
.header .navigation_sec .nav-sec > ul > li a {font-size:12px;}
.header .navigation_sec .nav-sec > ul > li a i {margin: 0;}
}

@media (max-width:991px) {
  .video_appointment .btn-primary{
    font-size: 20px;
    padding: 7px 24px;
  }
  .tells_durgapuja {
    padding: 120px 0 0px 0;
}
.events:nth-child(even) > .row{
    flex-direction: column-reverse;
  }
  .comprehensive_guide{
    padding-top: 0;
  }
  .testimonial_slider .each_testimonial p{
    font-size: 16px;
  }
  .tour_highlights .tour_left ul li:last-child {
    margin-bottom: 20px;
}
  .testimonial_slider_1 .testimonial_slider .each_testimonial {
    min-height: 622px;
}
  .other_activities .each_activity .activity_content p {
    font-size: 14px !important;
  }
  .discover_countryside .discover .discover_content p{
    font-size: 13px !important;
  }
  .discover_countryside .discover .discover_content .heading{
    font-size: 25px;
  }
.explore-half {padding:  0;}
.exploreHolder .explore-half:nth-child(2n) .explore-half__text {
  padding: 21px;
  margin-bottom: 0;
  max-width: 100%;
  margin-left: auto;
}
.explore-half__text {
  margin-right: 0%;
  margin-bottom: unset;
  padding:  20px;
}
.explore-half .container {
  max-width: 100%;
}
.explore-half__text h2 {
  font-size: 26px;
  margin-bottom: 10px;
}
.explore-durgapuja-sec-1 {
  padding: 100px 0 0px;
}
.booking .each_booking .booking_content .booking_button {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.booking .each_booking .booking_content .booking_button .btn-primary {
  margin-right: 0;
  max-width: 100%;
  display: block;
}
.itinerary_map {
  margin-top: 20px;
}
.itinerary_details .tour_item .tour_title .heading {
  font-size: 16px;
  line-height: 24px;
}
}
@media (max-width:767px) {
.explore-half {padding: 60px 0 0;}
.explore-half__text {margin-bottom: 60px;padding-top:0;}
.explore-half {
  padding-top:0;
  display: flex;
    flex-direction: column-reverse;
}
.explore-durgapuja-sec-1 {
  padding: 60px 0 30px;
}
.exploreHolder .explore-half:nth-child(2n) .playbtns {
  left: 0;
}
.hovicon {margin: 0 auto 20px;display: block;left: 0;right: 0;}
}

@media (max-width:575px) {
  .testimonial_slider .row {
    flex-direction: column-reverse;
}
.exploreHolder .explore-half:nth-child(2n) .explore-half__text {
  margin-right: 0;
  padding: 20px 0px 20px;
}
.exploreHolder .explore-half:nth-child(2n) .explore-half__text {
  margin-left: 0;	
}
.explore-half__text h2 {font-size: 22px;margin-bottom:0;}
.exploreHolder .explore-half:nth-child(2n) .explore-half__image {
  margin: 0;
}
.explore-half__text {margin-bottom: 20px;}


}
#popup-section #viewmore{
  font-size: 17px;
  line-height: 25px;
  background: #d70000;
  border: 1px solid #d70000;
}
#popup-section #viewmore:hover{
  background: #F8B424;
  border: 1px solid #F8B424; 
}
#popup-section .close{
  border: 1px solid #000;
  background: rgba(0, 0, 0, 6)!important;
  opacity: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px!important;
  padding: 0!important;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#popup-section .modal-dialog{
  max-width: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80%;
}
#popup-section .modal-content{
border-radius: 15px!important;
}
.form_wrp{
  display: none;
}
#popup-section .modal-body{
 padding:50px;
}
#popup-section .close {
  font-size: 18px ;
  position: absolute;
  background: rgba(0, 0, 0, 0.7019607843137254);
  opacity: 1;
  text-shadow: none;
  color: #fff;
  padding: 8px 13px;
  z-index: 9;
  border-radius: 50%;
  right: -21px;
  top: -19px;
}
.modal-backdrop.show {
  opacity: 0.7;
}
.gt_container--wqt410 .gt_switcher{
  display: flex;
  justify-content: end;
  align-items: center;
}
.gt_container--wqt410 .gt_switcher .gt_selected a:after{
  left: 90px;
}
#popup-section .modal-content{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
 @media (max-width: 768px) {
     #popup-section .modal-content{
         background-position: right;
     }
 }
#popup-section .modal-content::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  border-radius: 15px;
}
#popup-section .modal-body{
  border: 8px solid #d70000;
  border-radius: 15px;
}
#wpcf7-f437-o3 .wpcf7-form p{
 text-align: start;
 margin-bottom: 0;
}
.wpcf7-form p label{
  color: #fff;
  margin-bottom: 10px;
	text-transform: capitalize;
}
.wpcf7-form .btn-primary{
  line-height: 30px;
  font-size: 20px;
  padding: 6px 22px;
  background: #d70000;
  border: 1px solid #d70000;
}
.wpcf7-form .btn-primary:hover{
  background: #F8B424;
  border: 1px solid #F8B424; 
  color: #fff;
}
#exampleModal11 .form-label{
  display: none;
}
/* ----- Puja Parikrama ------- */
.puja_parikrama_sec .puja_every_part{
  padding: 20px;
}
.puja_parikrama_sec .puja_every_part img{
  width: 100%;
}
.puja_every_content h3{
  font-size: 20px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  margin-bottom: 10px;
}
.puja_every_content p{
  font-size: 14px;
  line-height: 22px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 421px;
  width: 100%;
}
.puja_parikrama_sec{
  padding: 130px 0 60px;
}
/* ----- Tells of Durgapuja ------- */
.tells_durgapuja{
  padding: 230px 0 60px 0;
}
.tells_durgapuja .events{
  background-color: #d70000;
  margin-bottom: 70px;
}
.tells_durgapuja .all_events{
  padding: 35px 40px;
}
.events_even{
  background-color: #fbc531;
  margin-bottom: 70px;
}
.tells_durgapuja .all_events h3{
  font-size: 35px;
  margin-bottom: 13px;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  text-align: left;
}
.tells_durgapuja .all_events p{
  color: #ffffff;
  text-align: left;
}
/* ----- Puja Parikrama ------- */
.puja_parikrama_new{
  padding: 220px 0 30px;
}
.puja_parikrama_new .puja_part{
  margin-bottom: 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border-radius: 10px;
  overflow: hidden;
  height: 96%;
}
.puja_parikrama_new .puja_part img{
  border-radius: 10px 10px 0 0;
}
.puja_parikrama_new .puja_part .puja_part_content{
  padding: 25px;
}
.puja_parikrama_new .puja_part .puja_part_content h4{
  font-size: 28px;
  margin-bottom: 15px;
}
.puja_parikrama_new .puja_part .puja_part_content p{
  font-size: 16px;
  margin-bottom: 15px;
}
.puja_parikrama_new .puja_part .puja_part_content p i{
  margin-right: 10px;
}
.puja_parikrama_new .puja_part .puja_part_content a{
  color: #000;
}
.puja_parikrama_new .puja_part .puja_part_content a span,.puja_parikrama_new .puja_part .puja_part_content p span{
  font-weight: 600;
  font-size: 18px;
}



.registration_image{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
 height: 400px;
  position: relative;
display: flex;
  justify-content: center;
  align-items: center;
}
.registration_image::before{
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.registration_image .register_btn{
  background: #f8b424;
  text-align: center;
  border: 1px solid #f8b424;
  animation: animate-pulse 3s linear infinite;
  color: #000;
  /* width: 200px; */
  height: 50px;
  line-height: 20px;
}
@keyframes animate-pulse{
    0%{
        box-shadow: 0 0 0 0 rgba(255,109,74,0.7),  0 0 0 0 rgba(255,109,74,0.7);
    }
    40%{
        box-shadow: 0 0 0 50px rgba(255,109,74,0.0),  0 0 0 0 rgba(255,109,74,0.7);
    }
    80%{
        box-shadow: 0 0 0 50px rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
    }
    
}



.registration_image .register_btn:hover{
  background: #D70000;
  border: 1px solid #D70000;
  color: #fff;
}

.collaboration  .btn-container .btn-2{ cursor:auto;}


#wpcf7-f467-o1 .wpcf7-form.invalid .wpcf7-response-output,
#wpcf7-f467-o1 .wpcf7-form.sent .wpcf7-response-output
 {color:#fff!important;}

#wpcf7-f467-o1 .wpcf7-not-valid-tip {
  color: #fff;
  font-size: 14px;
}
.wpcf7-not-valid-tip {
  font-size: 14px!important;
}
.country-select .flag-dropdown {
  width: 100%;
}
.res_from .intl-tel-input ul.country-list {
	width: 100%;
  position: relative;
  top: 0px;
	
}
.res_from .intl-tel-input .flag-container {
  width: 100%;
}
.exampleModal12 .modal-footer {padding:0;}

#part-3 .itin_days li .itin_day_icon {display:none;}
#part-3 .itin_days .itin_day {padding-left: 0;border-bottom: 1px solid #ccc;}
#part-3 .itin_days .itin_day:last-child {border:0;}
#part-3 {margin-top:40px;}
#part-3  .itin_days {
margin-top: 10px;
  padding: 10px 0;
  background: #fff;

}
#part-3 .itin_days .itin_day {margin-bottom:0;background: #fff;}
#part-3  .heading::before {top: 46%;}














/* ----- Responsive Css ------- */

@media screen and (max-width: 2500px){
.explore_package, .booking, .tour_highlights, .explore-durgapuja-sec-3,.durgapuja-award-sec-2, .collaboration_heading, .mission_vision, .why_book_with_us, .gallery-section, .gallery-section, .video_testimonial, .contact_us, .bengali_delicacy, .tells_durgapuja, .faq, .privacy, .terms    {
  padding-top: 240px;
}
.durgapuja-award-sec-1 {
  padding-top: 120px;
}	
}
@media screen and (max-width: 1799.999px){
.explore_package, .booking, .tour_highlights, .explore-durgapuja-sec-3,.durgapuja-award-sec-2, .collaboration_heading, .mission_vision, .why_book_with_us, .gallery-section, .gallery-section, .video_testimonial, .contact_us, .bengali_delicacy, .tells_durgapuja, .faq {
  padding-top: 220px;
}
.durgapuja-award-sec-1 {
  padding-top: 80px;
}
}
@media screen and (max-width: 1699.99px){
.explore_package, .booking, .tour_highlights, .explore-durgapuja-sec-3,.durgapuja-award-sec-2, .collaboration_heading, .mission_vision, .why_book_with_us, .gallery-section, .gallery-section, .video_testimonial, .contact_us, .bengali_delicacy, .tells_durgapuja, .faq  {
  padding-top: 180px;
}
.durgapuja-award-sec-1 {
  padding-top: 80px;
}
}



@media screen and (min-width: 1300px){
  .mission_vision .mission_left .mission_part p {font-size:15px;}
}

@media screen and (max-width: 1440px){
  .bengali_delicacy .food_content{
    margin-right: 3%;
    width: 760px;
  }
  .comprehensive_guide .comprehensive_right{
    height: 431px;
  }
  .testimonial_slider_1 .testimonial_slider .each_testimonial {
    min-height: 518px;
}
  .register_modal .modal-body .each_part{
    margin-bottom: 15px;
  }
  .explore_durga_puja .tab-menu ul li a{
    padding: 10px 15px;
    font-size: 14px;
  }
  /* .tells_durgapuja img{
    min-height: 565px;
    object-fit: cover;
  } */
  .footer_sec .footer_top .services li a i{
    font-size: 14px;
    color: #c1c7ca;
  }
  .footer_sec .footer_top .services li{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    color: #c1c7ca;
    display: block;
  }
}
  
@media screen and (max-width: 1240px) {
.image-text-panel__text-panel {max-width: 100%;}
}  
  
  
  @media screen and (max-width: 1180px){
    .tells_durgapuja .container .events .col-lg-6 {
      width: 100%!important;
    }
  
    .header .navigation_sec .nav-sec > ul{
      text-align: left;
    }
    .explore_durga_puja .tab-main-box .each_list{
      margin-top: 30px;
    }
    .history .prev_next_btn{
      margin-top: 10px;
    }
    .booking .each_booking {
      margin-bottom: 40px;
  }
    .why_book_with_us {
      padding-top: 140px;
    }
    .safety_trust .each_discover{
      margin-bottom: 40px;
    }
    .value_money{
      padding-top: 0;
    }
    .navigation_sec .toggle-menu {
      display: block;
      width: auto;
      float: right;
      margin: 0;
      padding: 7px;
      display: block;
      cursor: pointer;
      background: #d70000;
      border-radius: 5px;
    }
    .toggle-menu img {
      float: left;
    }
    .header .navigation_sec .nav-sec.slidein {
      display: block;
      background: #2b2b2b;
      transition: all 0.6s ease-in-out;
    }
    .header .navigation_sec .nav-sec.slidein {
      right: 0;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }
    .header .navigation_sec .nav-sec {
      width: 280px;
      height: 100%;
      float: none;
      position: fixed;
      z-index: 999;
      top: 0;
      right: -100%;
      padding: 70px 0 0;
      background: #000;
      display: block;
      -webkit-transition: all 0.8s ease-in-out;
      -moz-transition: all 0.8s ease-in-out;
      -o-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out;
    }
    .navigation_sec .nav-sec .cls-btn {
      width: 32px;
      height: 32px;
      position: absolute;
      top: 15px;
      right: 15px;
      cursor: pointer;
      background: url(../img/cross.png) no-repeat center;
    }
    .nav-list li {
      padding: 10px 14px;
    }
    .nav-list.slidein li a {
      color: #fff;
    }
    .header .navigation_sec .nav-sec > ul > li {
      display: block;
      padding-bottom: 0;
      width: 100%;
      margin: 0;
    }
    .header .navigation_sec .nav-sec > ul > li a {
      color: #fff;
      padding: 11px 15px;
      font-size: 15px;
      border-radius: 0;
      display: block;
    }
	.header .about_dropdwon > li a {color:#000!important;padding: 6px 15px;}
    .header .logo {
      margin-top: 0;
    }
    .header .logo img {
      max-width: 100px;
    }
    .header.sticky-header .logo img {
      max-width: 125px;
    }
    .mission_vision .mission_left {
      padding: 10px;
    }
    .mission_vision .mission_left .mission_part {
      padding: 10px;
    }
    .mission_vision .mission_left .mission_part .mission_top {
      margin-bottom: 10px;
    }
    .mission_vision .mission_left .mission_part .mission_top img {
      max-width: 35px;
    }
    .mission_vision .mission_left .mission_part .mission_top h6 {
      font-size: 20px;
    }
    .mission_vision .mission_left .mission_part p {
      line-height: 19px;
      font-size: 12px;
  }
    .mission_vision .vision_right .vision_cont img {
      width: 30px;
    }
    .comprehensive_guide {
      padding-top: 60px;
    }
    .banner .banner_content .experience{
      max-width: 100%;
    }
    .banner .banner_content .visit{
      max-width: 100%;
    }
    .comprehensive_guide .content{
      max-width: 100%;
    }
    .comprehensive_guide .content .heading {
      font-size: 24px;
      margin-bottom: 10px;
  }
  .special_activity .each_special .each_spcl_content {
    margin-left: 13px;
}
.special_activity .each_special .each_spcl_content p{
  font-size: 15px;
}
.special_activity .each_special img {
  max-width: 64px;
}
.all_blog{
  padding-bottom: 130px;
}
.footer_top {
  padding-bottom: 15px;
}
.footer_sec .footer_bottom {
  padding: 17px 0;
}
.video_appointment {
  padding-top: 130px;
}
.video_appointment .contact_details:last-child{
  border-bottom: none;
}
}

  @media screen and (max-width: 1040px) {
    .bengali_delicacy .food_content{
      position: relative;
      width: 100%;
    }
    .food_content_even{
      position: relative;
      width: 100%;
    }
    .tells_durgapuja img {
      min-height: 775px;
      object-fit: cover;
  }
  .image-text-panel__text-panel {
  display: block;
  text-align: center;
  padding: 30px;
  }
  .image-text-panel__text-panel p{padding: 0; margin: 20px 0;text-align: center;}
  .image-text-panel__text-panel .btn-learn {display:block;margin: 0 auto;width: 180px;}
  .image-text-panel__inner-wrapper {margin-top: -50px;}
  
  }  
  
  @media screen and (max-width:991px) {
	   .explore-half__image {width: 100%;position: relative;}
	  
	  .durgapuja-award-sec-1 {
  padding-top: 40px;
}
  }

@media screen and (max-width:840px) {
  .durgapuja-award-sec-1,  .durgapuja-award-sec-2 {
    padding-bottom: 0;
  }
  .explore_durga_puja .tab-menu {
    margin-top: 0;
}
  .history .history_slide p:last-child {
    margin-bottom: 30px;
}
.history_2 .history_slide .history_heading{
  margin-top: 30px;
}
  .testimonial_slider_1 .testimonial_slider .each_testimonial {
    min-height: 558px;
}
	.top_header .phone_no i{
    font-size: 14px;
  }
  .top_header .phone_no .place a{
    font-size: 12px;
  }
  .banner .banner_content .experience{
    font-size: 20px;
  }
  .banner .banner_content .visit{
    font-size: 17px;
  }
  .banner .banner_content h6{
    font-size: 20px;
  }
  .mission_vision .mission_left .mission_part .mission_top {
    margin-bottom: 4px;
}
.mission_vision .mission_left .mission_part .mission_top h6 {
  font-size: 14px;
  line-height: 28px;
}
.mission_vision .mission_left .mission_part p {
  line-height: 16px;
  font-size: 12px;
}
.mission_vision .mission_left .mission_part .mission_top img {
  max-width: 25px;
}
.special_activity .special_activity_inner{
  padding: 34px 14px;
}
.puja_parikrama .each_cont .btn{
  font-size: 12px;
}
.puja_parikrama .each_cont .belief{
  font-size: 20px;
}
.puja_parikrama .puja_parikrama_image .each_cont .btn{
  font-size: 9px;
}
.puja_parikrama .puja_parikrama_image .each_cont .belief {
  font-size: 12px;
}
.blog .top_content .heading{
  font-size: 30px;
}
.blog .top_content .btn-primary{
  margin-top: 0;
}
.all_blog .each_blog .bolg_content a{
  font-size: 16px;
}
.mission_vision .vision_right > img {
  border-radius: 10px;
  min-height: 235px;
}
.mission_vision .vision_right {
  min-height: 235px;
}
.heading {
  font-size: 32px;
  line-height: 40px;
}
.mission_vision .vision_right .vision_cont h5 {
  line-height: 32px;
  margin-left: 10px;
  font-size: 22px;
}


}
@media screen and (max-width:575px) {
  .tells_durgapuja img {
    min-height: 165px;
}
.tells_durgapuja {
  padding: 80px 0 60px 0;
}
  .award_register {
    width: 300px;
    padding: 60px 20px 20px 20px;
  }
  .award_register a{
    max-width: 100%;
  }
  .header .navigation_sec .nav-sec > ul > li:hover ul.sub-menu{
    max-width: 280px;
    margin-top: 20px;
    left: 0;
  }
  .video_appointment .each_video_form .form_field_group .each_input .wpcf7-form-control-wrap textarea{
    height: 150px;
  }
  .video_appointment .each_video_form .heading{
    margin-bottom: 0 !important;
    font-size: 20px !important;
  }
  .contact_us .connect .connect_form {
    display: block;
}
.contact_us .connect .connect_form .left_container{
  padding: 30px 0 50px 0;
}
.contact_us .connect .connect_form .right_container{
  padding: 30px 40px;
}
.wpcf7-spinner{
  display: none;
}
.contact_us .connect .connect_form .right_container .right_inner_container .btn-primary{
  margin-top: 0;
  padding: 0;
}
.contact_us {
  padding-top: 90px;
}
  .tour_highlights .tour_left ul li:last-child {
    margin-bottom: 20px;
}
.mission_vision {
  padding-top: 100px;
}
.mission_vision .vision_right .vision_cont img{
  margin-bottom: 0;
}
  .explore_packages {
    padding-top: 150px;
}
.comprehensive_guide .comprehensive_left .left_heading .btn-primary{
  padding: 2px 20px;
}
.comprehensive_guide {
  padding-top: 0;
}
.testimonial_slider_1 {
  padding-top: 0;
}
  .comprehensive_guide .comprehensive_left .left_heading {
    padding: 40px 30px 40px 30px;
}
.map_gif .container{
  max-width: 98%;
}
  .register_modal .modal-body .each_part {
    margin-bottom: 10px;
}
.register_modal .modal-header {
  padding: 15px 30px 7px 30px;
}
.register_modal .each_part .form-control {
  height: 35px;
}
  .durgapuja-award-sec-1 p,  .durgapuja-award-sec-2 p{
    font-size: 15px !important;
  }
  .durgapuja-award-sec-1, .durgapuja-award-sec-2 {
    padding: 20px 0 20px;
}
.explore_durga_puja {
  padding: 20px 0;
}
.explore_durga_puja .tab-main-box {
  margin-top: 0;
  padding: 30px 0;
}
.image-text-panel__text-panel p{
  font-size: 14px !important;
  margin-bottom: 15px;
}
  .explore_durga_puja .tab-menu ul{
    display: block;
  }
  .explore_durga_puja .tab-menu ul li{
    margin-bottom: 20px;
  }
  .collaboration {
    padding-top: 40px;
    padding-bottom: 40px;
}
  .history_2{
    padding-top: 0!important;
  }
  .history_3{
    padding-top: 0!important;
}
.history_2 .history_slide .history_heading{
  margin-top: 20px;
}
  .history .history_slide p:last-child {
    margin-bottom: 15px;
}
.history .unveiling {
  font-size: 27px;
}
.history .unveiling span {
  font-size: 30px;
}
  .history {
    padding-top: 100px;
  }
  .explore_durga_puja .heading{
    font-size: 30px;
  }
  .explore_durga_puja .tab-menu ul li a{
    padding: 18px 18px;
    font-size: 16px;
  }
  .booking {
    padding-top: 100px;
    padding-bottom: 10px;
}
  .testimonial_slider_1 .testimonial_slider .each_testimonial {
    min-height: 487px;
}
.mission_vision .vision_right{
  margin-bottom: 30px;
}
.mission_vision .vision_right::before{
  margin-bottom: 30px;
}
.mission_vision .vision_right img{
  margin-bottom: 0;
}
.mission_vision .vision_right .vision_cont{
  align-items: flex-start;
}
.mission_vision{
  padding-bottom: 40px;
}
.mission_vision .row{
  --bs-gutter-y: 20px;
}
.value_money .each_value{
  margin-bottom: 30px;
}
  .mob_none{display: none;}
  .top_header .log_in a span{
    display: none;
  }
  .top_header .spcl_dropdown{
    width: 26px;
  }
  .top_header .dropdown_spcl_item{
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  .top_header .dropdown_spcl_item img{
    margin-right: 10px;
  }
  .top_header .flag_dropdown img{
    display: block;
  }
  .top_header a.btn.btn-secondary.dropdown-toggle{
    padding: 2px;
  }
  .top_header .spcl_dropdown span{display: none;}
    .top_header .social {
    margin: 10px auto;
    float: left;
	justify-content: start;
  }
  .top_header_right .select_lang{width: 90px;
  float: right;
  margin: 10px 0;}
  .top_header_right .select_lang .gt_option {
  width: 91px !important;
}
  
  
  .top_header .log_in a {
    font-size: 10px;
  }
  .top_header .log_in a i {
    font-size: 15px;
  }
  .top_header .flag_dropdown img {
    max-width: 22px;
  }
  .top_header .log_in a i {
    font-size: 20px;
}
  .top_header a.btn.btn-secondary.dropdown-toggle{
    font-size: 10px;
  }
  .top_header .dropdown-toggle::after{
    display: none;
  }
  .banner .each_banner_slider{
    background-position: center;
    padding: 40px 0 90px;
  }
  .banner .banner_bg img {
    width: 440px;
    height: 440px;
}
.banner .days_sec {
  padding: 13px 20px;
  max-width: 100%;
  bottom: -93px;
}
.banner .days_sec h3{
  font-size: 16px;
  margin-bottom: 13px;
}
.banner .days_sec .time_sec .hours_sec {
  margin-right: 70px;
}
.banner .days_sec .time_sec .hours_sec h6 {
  font-size: 20px;
}
.banner .days_sec .time_sec .hours_sec p{
  font-size: 12px;
}
.banner .days_sec .time_sec .hours_sec::after{
  left: 65px;
}
.banner .days_sec .time_sec .hours_sec:last-child::after{
  display: none;
}
.banner .swiper-pagination{
  left: 10px;
}
.mission_vision .vision_right {
  margin-bottom: 0;
  height: auto; 
  /* min-height: 280px;*/
}
.mission_vision .vision_right > img {
min-height: inherit !important;
object-fit: cover;
}
.mission_vision .vision_right::before {
    height: 100%;
  }
.mission_vision .vision_right .vision_cont img {
  width: 35px;
}
.mission_vision .vision_right > img {
  border-radius: 10px 10px 0 0;
  min-height: 280px;
}
.mission_vision .vision_right .vision_cont h5 {
  margin-left: 10px;
  font-size: 20px;
}
.mission_vision .mission_left {
  padding: 10px;
}
.mission_vision .mission_left .mission_part {
  padding: 10px 15px;
}
.mission_vision .mission_left .mission_part .mission_top {
  margin-bottom:10px;
}
.mission_vision .mission_left .mission_part .mission_top img{
  margin-bottom: 0; 
}
.mission_vision .mission_left .mission_part .mission_top img {
  max-width: 35px;
}
.mission_vision .mission_left .mission_part .mission_top h6 {
  font-size: 18px;
  margin-left: 10px;
}
.mission_vision .mission_left .mission_part p {
  line-height: 24px;
  font-size: 14px !important;
}
.comprehensive_guide .content .heading {
  font-size: 17px;
}
.comprehensive_guide .content .btn-primary{
  font-size: 14px;
}
.comprehensive_guide .content .btn-primary i{
  font-size: 17px;
}
.other_activities .heading{
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 30px;
}
.other_activities .each_activity .activity_content p{
  max-width: 100%;
}
.other_activities .each_activity{
  margin-bottom: 15px;
}
.special_activity .each_special img {
  max-width: 35px;
}
.special_activity .each_special .each_spcl_content p {
  font-size: 12px;
}
.special_activity .each_special .each_spcl_content {
  margin-left: 7px;
}
.puja_parikrama .heading{
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 30px;
}
.puja_parikrama .puja_parikrama_image{
  margin-bottom: 0;
  margin-top: 10px;
}
.blog .top_content .heading {
  font-size: 20px;
}
.all_blog{
  margin-top: 0;
}
.all_blog .each_blog{
  margin-bottom: 20px;
}
.blog {
  min-height: 186px;
  padding-top: 40px;
}
.blog .top_content .btn-primary{
  font-size: 15px;
  width: 139px;
  height: 34px;
}
.all_blog {
  padding-bottom: 70px;
}
.footer_sec .services{
  margin-bottom: 14px;
}
.footer_sec .footer_top .footer_social{
  margin-bottom: 20px;
}
.footer_sec{
  padding: 50px 0 0 0;
}
.mob-view {display:block;}
.mobile-holder {}
.mission_partHolder {margin-bottom: 40px;}
.mob-none{display:none;}
.mission_mob img {filter: invert(0.90);
    height: 100px;
    width: auto;
    margin: 0 auto 30px;
    display: block;}
.mission_mob h6 {margin-bottom:20px; font-size:26px;}
.navigation_sec .nav-sec .cls-btn {
width: 12px;
    height: 12px;
}
.each_testimonial .testimonial_image::after {
  height: 90px;
  width: 90px;
  left: 5px;
  top: -10px;
}
.testimonial_slider .each_testimonial::before {
  font-size: 20px;
}
.image-text-panel__bg {
  position: static;
  margin: 0;
}
.image-text-panel .container {
  max-width: 100%;
  padding: 0;
}
.image-text-panel {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 30px;
}
.image-text-panel__text-panel{
  top: 0;
}
.collaboration_heading {
  padding-top: 50px;
  padding-bottom: 0;
}

.gallery-section .tab-menu ul{
  flex-direction: column;
  gap: 15px;
}
.gallery-section .tab-menu ul li {
  margin: 0 ;
  max-width: 100%;
}
.footer_sec .footer_top img {
  max-width: 110px;
  border-radius: 10px;
}
.gallery-section {
  padding: 30px 0 ;
}
.gallery-section .tab-main-box {
  margin-top: -1px;
  padding: 30px 0 0;
}
.comprehensive_guide .comprehensive_right{
  margin-bottom: 20px;
}
.video_testimonial {
  padding-bottom: 0;
}
.testimonial_sec .each_testimonial .testimonial_image img {
  max-width: 90px;
}
.testimonial_sec .each_testimonial::before{
  font-size: 20px;
}
.testimonial_sec .each_testimonial p{
  font-size: 14px;
  line-height: 22px;
}
.testimonial_sec{
  padding: 60px 0 20px;
}
.contact_us .phone_contact {
  margin-bottom: 15px;
}
.video_appointment {
  padding-top: 20px;
}

.map {
  padding: 30px 0 0;
}
.video_appointment .each_video_form .form_field_group .each_input label{
  font-size: 14px;
  margin-bottom: 5px;
}
.contact_form p{
  font-size: 14px;
}
.testimonial_slider .each_testimonial {
  padding: 30px 0px 30px 0px;
}
.booking .each_booking .booking_content .booking_button {
justify-content: left;
flex-direction: initial;
  }
  .top_header_right {
  display: block;
  }
.booking .each_booking .booking_content .booking_button .btn-primary, .booking .each_booking .booking_content .booking_button .btn-secondary {
height: 38px;
}
.award_register {bottom: 15px;}
.mission_vision .vision_right .mission_left {
  position: relative;
  bottom: 0;
  opacity: 1;
  visibility: visible;
  border-radius: 0 0 10px 10px;
}
.mission_vision .vision_right::before {background: transparent;}
} 

@media screen and (max-width:480px) {
  #popup-section .close {
    padding: 6px 11px;
    right: -9px;
    top: -9px;
  }
.image-text-panel__text-panel p{
  font-size: 14px!important;
}
.durgapuja-award-sec-1 p, .durgapuja-award-sec-2 p{
  font-size: 15px!important;
}
  .explore_durga_puja{
    padding-top: 0;
  }
  .explore_durga_puja .registration_form p{
    max-width: 100%;
  }
	.container {
  max-width: 96%;
}
  .explore_durga_puja .tab-menu ul li a {
    padding: 18px 10px;
}
  .testimonial_slider_1 .testimonial_slider .each_testimonial {
    min-height: 505px;
}
  .video_appointment .each_video_form .videocall-checkbox .videocall_checkbox__input .video_check_title {
    align-items: flex-start;
}
  .video_appointment .each_video_form .videocall-checkbox .videocall_checkbox__input .video_check_title .form-check-input{
    width: 66px;
    height: 26px;
  }
  .mission_vision .mission_left .mission_part p {
    line-height: 19px;
    font-size: 14px;
}
.heading{
  font-size: 20px;
  margin-bottom: 0;
}
.mission_vision h3{
  margin-bottom: 5px;
}
.banner .banner_content .visit {font-size: 20px !important;line-height: 28px;}
.banner .banner_content .welcome {line-height: 40px;font-size: 28px !important; min-height: 80px;}

.time .number {font-size: 24px!important;}
.time-content {column-gap: 10px!important;;}
.banner .days_sec .time::after {left: 76px!important;;height: 25px!important;;}
.banner .days_sec {
    padding: 13px 20px;
    max-width: 90%;
    bottom: -53px;
  }
.time .text {font-size: 10px!important;;}
.time-content .time {min-width: 70px;}
.explore_packages {
  padding-top: 100px;
  padding-bottom:30px;
}
.explore_packages .heading {
margin-bottom: 10px;
}
.comprehensive_guide {
    padding-top: 0;
  }
  .comprehensive_guide .comprehensive_left .left_heading {
  padding: 20px;
}
  .comprehensive_guide .comprehensive_left .left_heading .heading { font-size: 30px;}
  .btn-primary {font-size: 18px;line-height: 30px;}
.heading {
    font-size: 24px!important;
	margin-bottom:20px!important;
  }	
  
 .other_activities .swiper-slide-visible {
  padding: 20px 10px;
  background: #fff;
} 
.discover_countryside .discover .discover_content p {
  font-size: 14px !important;
}
  .testimonial_slider_1 {
  padding-top: 0;
}
 .testimonial_slider .each_testimonial .each_review .et_pb_testimonial_meta span{display:block;} 
  .testimonial_slider .each_testimonial .each_review .et_pb_testimonial_meta {
  display: block;
  text-align: center;
  }
  
  .testimonial_slider .each_testimonial p {font-size:16px;}
  .booking .each_booking {
    height: auto;
  }
  .tour_highlights {
  padding-top: 80px;
}
 .tour_right  {margin-top:30px;}
  .tour_right .heading {
    font-size: 18px !important;
    margin-bottom: 0 !important;
  }
  .tour_highlights .btn-primary {
  padding: 5px 0;
  }
 .itinerary_details .tour_info {
  padding: 20px 10px 30px 20px;
 }
.itinerary_details .itinerary_details_left .details_header {
  display: block;
}
.itinerary_details .itinerary_details_left .details_header .close_expand {
  justify-content: left;
}
.itinerary_details .tour_item .tour_title .heading::before {right: 0;}
.itinerary_details .tour_item .tour_title .heading {
    font-size: 14px !important;
    line-height: 24px;
    margin-bottom: 0 !important;
}
.itinerary_details .itinerary_details_left .itin_days .itin_day .itin_day_icon .itin_itin_day_icon_number {
  font-size: 11px;
}
.itinerary_details .itinerary_details_left .details_header .heading {
    font-size: 20px !important;
    margin-bottom: 0 !important;
}
.itinerary_details .itinerary_details_left .itin_days .itin_day .itin_day_icon{
  flex-direction: row;
  gap: 5px;
}
.itinerary_details .itinerary_map iframe {height:300px;}
.itinerary_map {margin-top:20px;}

.itinerary_details .itinerary_details_left {padding: 20px 10px 20px 0;}
.explore_durga_puja .tab-menu ul {display: block;}
.explore_durga_puja .heading {line-height: 22px;}
 .explore_durga_puja .tab-main-box {
  padding: 30px 10px 30px 10px;
}
 .explore_image {margin-bottom:20px;}
 .explore_durga_puja .tab-main-box h4 {
  font-size: 24px;
}
 .comming_soon {
  padding-top: 110px;
}
 .video_testimonial {
  padding-top: 80px;
}
.testimonial_sec .each_testimonial .each_review .et_pb_testimonial_meta {
  display: block;
}
 .testimonial_sec .each_testimonial .each_review .et_pb_testimonial_meta span {display:block;text-align:center;}
 
 .video_appointment .each_video_form .videocall-checkbox {
  display: block;
  margin-bottom:20px;
 }
  .video_appointment .each_video_form .videocall-checkbox label {display:block;}
 .video_appointment .each_video_form .videocall-checkbox .videocall_checkbox__input {
  padding: 15px 15px 15px 15px;
}
 .video_appointment .each_video_form {
padding: 0 0 30px!important;
    margin-bottom: 30px!important;
    border-bottom: 1px solid #ddd;
  box-shadow: none;
 }
  .video_appointment .each_video_form .videocall-checkbox .videocall_checkbox__input p{font-size:15px;}
  .video_appointment .each_video_form .travel_required {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wpcf7-list-item label input {
  width: 13px;
  height: 13px;
}
   .why_book_with_us {
    padding-top: 80px;
  }
 .contact_us {
  padding-top: 80px;
} 
  .contact_us .connect .connect_form .left_container {
  display: block;
padding: 30px 15px;
word-wrap: break-word;
    width: 100%;
}
.contact_us .phone_contact {font-size: 16px;}
.contact_us .connect .connect_form .left_inner_container {
  width: 100%;
}  
  .contact_us .connect .connect_form {
  display: block;
}
 .contact_us .connect .connect_form .right_container {padding: 30px 20px;} 
 .terms {
  padding-top: 80px;
}
 .faq {
  padding-top: 80px;
}
 .privacy {
  padding-top: 80px;
}
 .privacy .privacy_list li {
  display: block;
 }
 .privacy .privacy_list li::before {top: 5px;}  
 
}
@media screen and (max-width:320px) {
  .banner .swiper-pagination {
    bottom: 60px;
}
}

