*{
     letter-spacing: 0.75px;
}
/*-----------|| Header Css Start ||------------------*/
 .cptb_header_sec *,.hero_slider_sec *,header *,footer *,.cptb_header_sec *,.hero_slider_sec *{
     font-family: 'Poppins';
}
 .header_top{
     background-color: var(--darksky);
}
 .header_list li a, .header_list li {
     font-size: 13px;
     color: var(--white);
     font-weight: 600;
     padding: 0px;
     grid-gap: 8px;
     transition: all 0.3s;
}
 header .header_list li a:hover{
     color: var(--darkblue) !important;
}
 .dropdown_menu li a:hover{
     color: var(--darklight) !important;
}
 .social_icon li a,.social_icon {
     padding: 0px;
     grid-gap: 15px;
}
.header_list {
    grid-gap: 10px;
}
 .header_list,.header_list li{
     align-items: center;
}
 .social_icon li a img:last-child,.social_icon li a:hover img:first-child{
     display: none;
}
 .social_icon li a:hover img:last-child{
     display: inline-block;
}
 .header_menu > ul > li > a {
     font-size: var(--fs20);
     color: var(--skyblue);
     font-weight: 600;
     padding: 24px 10px;
     text-transform: uppercase;
}
 .header_menu > ul > li > a:hover,.header_menu > ul > li > a.active{
     background-color: var(--darklight);
     color: var(--white);
}
 .header_bottom {
     display: flex;
     grid-gap: 15px;
     align-items: center;
     justify-content: space-between;
}
 header .btn_common a{
     font-size: var(--fs18);
}
 .btn_common a {
     background: var(--darklight);
     padding: 8px 24px;
     border-radius: 20px;
     color: var(--white);
     font-size: var(--fs16);
     text-decoration: none;
     text-transform: uppercase;
     font-weight: 400;
     transition: all 0.3s;
}
.btn_common a:hover {
    background-color: #647589;
}
 .header_menulist {
     grid-gap: 2px;
}
.dropdown_menu {
    grid-gap: 12px;
    margin: 0 auto;
    display: grid !important;
    grid-template-columns: repeat(3,1fr);
}
 .dropdown_menu li a {
     color: var(--skyblue);
     font-weight: 500;
     font-size: var(--fs16);
}
 .dropdown_menu li a,.dropdown_menu li{
     height: auto !important;
}
.dropdown_list {
    position: absolute;
    min-width: 1100px;
    top: 100%;
    left: calc(50% + 10px);
    transform: translate(-50%,80px);
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    transition: visibility 0s, opacity 0.5s ,transform 0.3s linear;
    max-height: 526px;
    overflow-y: auto;
}
.dropdown_list::-webkit-scrollbar {
  width: 3px;
}
.dropdown_list::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.dropdown_list::-webkit-scrollbar-thumb {
  background:#40A0D1; 
}
.dropdown_list > .dropdown_list_box {
    display: flex;
    justify-content: space-around;
    grid-gap: 15px;
    background: var(--white);
    max-width: 100%;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
}
 .header_menulist li{
     position: relative;
}
 .header_menulist li:hover .dropdown_list{
     visibility: visible;
     opacity: 1;
     transform: translate(-50%,0px);
}
 .toggle_menu{
     display: none;
}
 header.sticky .header_main {
     position: fixed;
     top: 0px;
     z-index: 999999;
     left: 0px;
     width: 100%;
     background-color: var(--white);
     box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
}
 .header_menulist li.dropdown > a::after {
     content: "";
     display: inline-block;
     width: 16px;
     height: 16px;
     background-image: url(../images/icons/dropdown.png);
     background-repeat: no-repeat;
     background-position: center;
     background-size: contain;
     margin-left: 15px;
     position: relative;
     top: 2px;
}
.header_menulist li.dropdown > a.active::after,.header_menulist li.dropdown > a:hover::after {
    filter: brightness(0) invert(1);
}
/*-----------|| Header Css End ||------------------*/
/*-----------|| Footer Css Start ||------------------*/
 .footer_top{
     background-color: var(--darkblue1);
}
 .footer_top *{
     letter-spacing: 0.75px;
}
 .footer_contant p,.footer_bottom p,.footer_bottom a,.footer_box .header_list li a,.footer_menu li a{
     color: var(--white);
     opacity: 0.7;
     transition: all 0.3s;
     text-decoration: none;
     font-weight: 400;
}
 .footer_contant p{
     line-height: 30px;
}
 .footer_bottom *,.footer_bottom p{
     word-spacing: 1px;
}
 .footer_bottom *,.footer_bottom p,.footer_menu li a:hover,.footer_box .header_list li a:hover{
     opacity: 1;
}
 .footer_bottom a {
     font-weight: 500;
}
 .footer_bottom {
     background-color: var(--darkblue2);
}
 .footer_bottom_contant{
     display: flex;
     justify-content: space-between;
     align-items: center;
     grid-gap: 15px;
}
 .footer_box h4{
     color:var(--darksky);
     margin: 0px 0px 20px;
     text-transform: uppercase;
}
 .footer_box .header_list{
     display: block !important;
}
 .footer_box .header_list {
     display: block !important;
     padding: 0px;
}
 .footer_box .header_list li {
     margin-top: 10px;
}
 .footer_box .header_list li > span:first-child{
     width: 20px;
     display: inline-block;
}
 .footer_top .row > div .footer_box{
     max-width: fit-content;
     margin: 0px auto;
}
 .footer_top .row > div:first-child .footer_box{
     max-width:100%;
}
 .footer_menu li a, .footer_menu {
     padding: 0px;
     display: block;
     font-size: var(--fs16);
}
 .footer_menu li a{
     margin-top: 10px;
}
/*-----------|| Footer Css End ||------------------*/
/*-----------|| Back To Top Css Start ||------------------*/
 .product_scroll {
     bottom: 85px;
     width: 55px;
     height: 55px;
     border-radius: 50%;
     text-align: center;
     right: 6%;
     background-color: var(--darksky);
     cursor: pointer;
     z-index: 99999;
     position: fixed;
     box-shadow: 0px 0px 5px rgb(235 230 253 / 50%);
}
 .product_scroll span img {
     max-width: 45%;
     padding-top: 18px;
     margin: 0 auto;
     transform: translate(0px, 0px);
     transition: all 0.5s ease;
}
/*-----------|| Back To Bottom Css End ||------------------*/
/*-----------|| Booking Sec Css Start ||------------------*/
 .booking_sec{
     background-color: var(--darksky);
}
 .booking_sec .heading_box h4{
     color: var(--darkblue3);
}
 .booking_sec .travel_moblie a,.booking_sec .heading_box h2{
     color: var(--white);
}
 .booking_sec .travel_moblie a{
     font-weight: bold;
}
 .drk_btn a {
     background-color:var(--darkblue3);
}
.heading_box h4, .heading_box h2 {
    text-transform: uppercase;
}
/*-----------|| Booking Sec Css End ||------------------*/
/*-----------|| Common_Banner Css Start ||------------------*/
 .banner_head h1{
     color: var(--white);
     text-align: center;
}
 .banner_sec {
     background: no-repeat center;
     min-height: 400px;
     background-size: cover;
     position: relative;
     display: flex;
     align-items: center;
}
 .banner_sec .banner_head *{
     z-index: 5;
     position: relative;
}
 .banner_head h1 {
     font-family: 'Poppins';
     font-weight: 700;
     letter-spacing: 2px;
     margin: 0px;
}
 .banner_sec::before {
     content: "";
     display: block;
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     background-color: rgb( 43, 150, 204 );
     opacity: 0.502;
}
/*-----------|| Common_Banner Css End ||------------------*/
.footerWhite {
    background: #0f75bc;
    color: #fff;
}
.footerWhite .btn_common a{
    font-size: var(--fs20);
}
/* #progressbar li span.disabled img:nth-child(2) {
    display: none;
} */
#progressbar li.active span.disabled img:nth-child(2) {
    display: block;
}
/* #progressbar li.active span.disabled img:nth-child(1) {
    display: none;
} */
#progressbar li.active span.round-tab {
    color: #2396ce;
}
#progressbar li span {
    display: block;
    text-align: center;
    font-size: 18px;
}
#progressbar li span.disabled.step img {
    text-decoration: none;
    font-size: var(--fs16);
    padding: 8px;
    width: auto;
    height: 95px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: var(--white);
    z-index: 2;
    position: relative;
}

@media(max-width: 991px){
    #progressbar li span {
        font-size: 16px;
    }
    #progressbar li:after, #progressbar li.active:after {
        width: 40%;
        left: -22%;
    }
}
@media(max-width: 767px){
    #progressbar li span.disabled.step img {
        height: 70px;
    }
    #progressbar li span {
        font-size: 12px;
    }
    #progressbar {
        margin: 10px 0;
    }
}
@media (max-width: 575px){
    #progressbar li span.disabled.step img {
        height: 56px;
    }
    #progressbar li:after, #progressbar li.active:after {
        width: 30%;
        left: -18%;
        top: 28px;
    }
}
@media (max-width: 400px){
    #progressbar li span.disabled.step img {
        height: 44px;
    }
    #progressbar li span {
        font-size: 9px;
    }
    .travel_contant .travel_bottom {
        flex-direction: column;
        gap: 30px;
    }
}


/*home form*/
.front_form {
    position: absolute;
    max-width: 550px;
    top: 160.13px;
    right: 0;
    width: 100%;
    background-color: #ffffffa8;
    /*max-height: 100vh;*/
    z-index: 99;
    max-height: calc(85vh - 144.13px);
    overflow: auto;
}
.front_form .form_grid {
    grid-row-gap: unset;
}
.booking_homeform h4{
     font-size:13px;
     color: var(--darkblue3);
     font-weight: 500;
     font-family: 'Poppins';
     margin: 0px;
     display: block;
     width: 100%;
     line-height: normal;
}
.booking_homeform label {
    font-size: 12px !important;
    color: #000 !important;
}
.front_form .custom_form  input[type="radio"]:checked + label:before, .front_form .custom_form   input[type="radio"]:not(:checked) + label:before {
    width: 14px;
    height: 14px;
}
.front_form .custom_form  input[type="radio"]:checked + label:after, .front_form .custom_form   input[type="radio"]:not(:checked) + label:after {
    width: 8px;
    height: 8px;
}
.front_form .custom_form input, .front_form .custom_form select {    
    height: 34px;
    font-size: 12px;
}
.booking_homeform .total_price h4 {
    font-size: 13px;
}
.booking_homeform .custom_form {
    margin-bottom: 7px;
}
.booking_homeform .total_price span {
    box-shadow: 0px 0px 9px rgb(127 137 161 / 11%);
    font-weight: 500;
    font-size: 12px;
    padding: 3px 12px;
}
.booking_homeform .custom_form.submit_form button {
    font-size: 12px;
    padding: 3px 0;
}
.carousel-inner.hero_slider_sec .carousel-item:nth-child(3) .carousel-caption {
    /* background: red; */
    padding: 15px;
    /* position: unset; */
    left: 0;
    bottom: unset;
    top: 200px;
    right: 0px;
    transform: unset;
    text-align: left;
    width: 50%;
}
.carousel-inner.hero_slider_sec .carousel-item .carousel-caption {
    
    bottom: 70px;
    
}
@media (max-width: 1199px){
.dropdown_list {
    min-width: 930px;
    max-height: 426px;
}
}
@media (max-width: 991px){
    .front_form {
    position: unset;
    max-width: 100%;
    width: 100%;
    background-color: #f4f9fc;
    max-height: 100%;
    overflow: auto;
	padding-bottom: 18px;
	margin-top: 20px;
	
}
.carousel-inner.hero_slider_sec .carousel-item:nth-child(3) .carousel-caption {
    width: 95%;
}
.front_form .submit_form {
    display: block;
    text-align: left !important;
}
.booking_homeform .custom_form.submit_form button {
    padding: 6px;
}
.booking_homeform .custom_form label, .sec_heading h4, .heading_form h4, .custom_form h4, .checkbox_group h4 {
    margin: 7px 0; 
}
.booking_homeform .total_price h4 {
    margin: 5px 0;
}
.header_bottom .header_menu ul .dropdown_list li a {
	padding:10px 10px !important;
}
.header_bottom .header_menu ul .dropdown_list li{
	padding:0px 0px !important;
}
 .header_bottom .header_menu ul .dropdown_list{
  padding: 10px 0px;
 }
}

.header_detail .header_list {
    flex: 90%;
    justify-content: unset;
}
.header_detail .social_icon {
    flex: 10%;
}