.custom-nav a:before* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

.search-box-main {
    background-color: #c6e1f5;
}


.widget-icon img {
    height: 30px;
}


.widget-box {
    display: flex;
    justify-content: end;
    align-items: center;
}


.widget-desc {
    margin-bottom: 0px;
    font-size: 14px;
}

.widget-desc a {
    color: #000;
}

.widget-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.widget-icon {
    margin-right: 8px;
    width: 40px;
}


.second-navbar {
    width: 100%;
    background-color: #0d2857;
}


.custom-nav {
    padding: 0px;
}

.custom-nav a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 15px !important;
    position: relative;
}

.custom-nav a:before {
    content: "";
    height: 3px;
    background-color: #2a425b;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
}

.custom-nav a:hover {
    background: rgba(255, 255, 255, .1);
}


.custom-nav a:hover:before {
    background-color: #64afff;
}

.social-icon .nav-link {
    color: #2a425b;
    background-color: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 10px;
}

.social-icon .nav-link i {
    font-size: 14px;
}


.top-band {
    background-color: #c6e1f5;
}

.tp-band-text p {
    font-size: 14px;
    color: #000;
}

.cust-login {
    background-color: #0948b3;
    color: #fff;
    font-size: 14px;
    padding: 1rem 0.75rem;
}

.cust-login i {
    margin-right: 8px;
}


.social-icon {
    justify-content: right;
}

/* .logo-img {
    border-right: 1px solid #eee;
} */



/* -----------deal-css------------ */


.deal-heading {
    font-size: 32px;
    font-weight: 700;
}


.deal-subhead {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.section-deal {
    background-color: #f9f9f9;
    z-index: 9;
    position: relative;
}

.deal-head-box {
    background-color: #fff;
    padding: 25px 25px 50px 25px;
    margin-bottom: 30px;
}

.destination-box {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.smlbx img {
    height: 258px;
    width: 100%;
}


.deal-bigimg img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.long-img img {
    height: 544px;
    width: 100%;
    object-fit: cover;
}


.destination-box img:hover {
    transform: scale(1.1);

}

.destination-box img {
    transition: transform .6s ease;
}

.destination-box:hover {
    background-color: rgba(54, 54, 54, .6);
}


.card-head {
    background-color: #fff;
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    padding: 5px 25px;
    border-radius: 10px;
}


.deal-tophead {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 0;

}


.deal-hover-content {
    background-color: rgba(54, 54, 54, .6);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    padding: 35px;
    display: none;
    transition: 0.5s;
}


.hover-head {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}


.hover-text {
    font-size: 17px;
    color: #fff;
    line-height: 28px;
}


.destination-box:hover .deal-hover-content {
    display: block;
    -webkit-animation: slide-up .6s ease-out;

}


.destination-box:hover .ribbon-box {
    display: none;
}


@-webkit-keyframes slide-up {
    0% {
        -webkit-transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}


.trip-date,
.hover-text,
.hover-smalltext {
    color: #fff;
    display: none;
}


.date {
    font-size: 14px;
    margin: 0px 10px;
    font-weight: 500;
}

.date-icon {
    font-size: 17px;
}


.deal-price {
    color: #00bdbb;
    font-size: 22px;
    font-weight: 700;
}


.card-smallhead {
    background-color: #fff;
    display: inline-block;
    padding: 5px 20px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
}

.hover-smallhead {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
}

.hover-smalltext {
    font-size: 15px;
    color: #fff;
}

.small-box {
    padding: 20px;
}


.service-icon img {
    height: 60px;
}

.service-icon img {
    margin: 0 auto;
    display: block;
}

.service-head {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 20px 0px 10px 0px;
}

.service-btn {
    padding: 5px;
    color: #000;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 auto;
    display: block;
}

.service-box {
    padding: 25px;
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
    box-shadow: 0px 10px 31px -3px rgba(7, 152, 225, 0.09);
    transition: 0.5s;
}


.service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 40px 40px 0 rgb(14 17 51 / 10%);
}


.service-para {
    font-size: 16px;
    text-align: center;
}



.discover-imgbox {
    position: relative;
    background-color: #fff;
    color: #fff;
    overflow: hidden;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.discover-content {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28%;
    background-color: rgb(255, 255, 255);
    padding: 15px;
    -webkit-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
    transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s, -webkit-transform 0.4s;
}

.discover-head {
    margin-top: 0px;
    color: #0d2857;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 25px;

}

.discover-text {
    margin: 0;
    color: #595959;
    font-weight: 400;
    font-size: 16px;
}

.discover-imgbox:hover .discover-content {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: opacity 0.1s, -webkit-transform 0.4s;
    transition: opacity 0.1s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}


.discover-hover-effect {
    position: absolute;
    background: rgb(0, 0, 0, 0.2);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    transition: .8s ease;
}

.discover-imgbox:hover .discover-hover-effect {
    display: block;

}


.discover-imgbox img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}


.dest-list {
    list-style: none;
    display: block;
    padding-left: 0px;
}

.dest-list li {
    padding: 0px 0px 20px 0px;
}

.dest-list li a {
    color: #000;
    font-size: 17px;
}

.dest-list li a i {
    margin-right: 10px;
    color: #2a425b;
    font-size: 14px;
}

.footer-title {
    font-size: 25px;
    color: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.footer-sec {
    background-color: #0d2857;
    padding: 50px 0px 0px;
    clear: both;
}

.footer-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-list li a {
    color: #E4E6E9;
    font-size: 16px;
    font-weight: 400;
}

.footer-list li {
    padding: 5px 0px;
}

.footer-list li a:hover {
    text-decoration: none;
    color: #0948b3;
}


.footer-list li a i {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
}

.footer-divider {
    border-top: 1px solid hsla(0, 0%, 100%, .15);
}

.copyright {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
}


.icon-list {
    list-style: none;
    text-align: right;
    margin: 0px;
}

.icon-list li {
    display: inline-block;
    margin-right: 15px;
}

.icon-list li a i {
    color: #fff;
}






.ribbon-box {
    position: absolute;
    top: 0;
    left: 0;
}


.ribbon-main {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}


.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #0948b3;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-align: center;
}

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

.small-ribbon span {
    padding: 9px 0px;
    top: 38px;
    right: -20px;
    font-size: 16px;
}

.footer-title:before {
    content: "";
    width: 3px;
    background-color: #fff;
    margin-right: 10px;
    height: 22px;
}


.about-text {
    color: #fff;
    font-size: 16px;
    margin: 20px 0px 0px 0px;
    font-weight: 500;
    line-height: 26px;
    width: 210px;
}

.footer-list li a:hover {
    color: #44aaf6;
}


.destinationf:before {
    width: 0px;
    margin-right: 0px;

}


.footer-des-head {
    display: flex;
    align-items: center;
    width: 290px;
}


.footer-des-head:after {
    content: "";
    width: 3px;
    height: 22px;
    background-color: #fff;
    margin-left: auto;
}


.destinationf {
    margin: 0px;
    font-size: 21px;
}


.bottom-band {
    background-color: #16376f;
}


.navbar-toggler-icon {
    color: #fff;
}

.cust-login a {
    color: #fff;
}


.searchbar-custom {
    background-color: #c6e1f5;
    height: 325px;
    /* position: relative; */
    min-height: 275px;
}

.search_box {
    position: absolute;
    z-index: 999;
    top: 10px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    right: 0;
    left: 0;
}



/* @media only screen and (min-width: 1300px) {
	.container_demou .search_box{     max-width: 1200px !important;margin: 0 auto;}
	
	
}
 */
/* .box-wrp {
    position: absolute;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
} */


.widget_desc {
    font-size: 14px;
    color: #000;
    margin-bottom: 0px;
}

.widget_desc a {
    color: #000;
}


.term_bg {
    background: url(../images/terms-and-conditions-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    margin-bottom: 20px;
}

.overflow_site_about {
    background: url(../images/about-us-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    margin-bottom: 35px;
}

.overflow_site_refund {
    background: url(../images/refund-&-cancellation-policy-baner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    margin-bottom: 20px;
}

.overflow_site {
    background: url(../images/privacy-policy-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    margin-bottom: 20px;
}

.overflow_color_img h1 {
    margin: 0;
    text-align: center;
    padding: 2.5em 0;
    color: #fff;
    font-weight: 900;
    font-size: 55px;
    text-shadow: 2px 2px rgb(198, 187, 187);
}

/* -----------responsive-------------- */



@media only screen and (max-width: 768px) {

    .second-navbar {
        padding: 10px 0px;
    }

    .navbar-toggler-icon {
        height: auto;
    }

    .tour-detail-row {
        transform: scale(-1);
    }

    .tour-col {
        transform: scale(-1);
    }

    .footer-title:before {
        width: 0px;
        margin: 0px;
    }

    .footer-des-head:after {
        width: 0px;
        margin: 0px;
    }


    .footer-title {
        font-size: 21px;
    }

    .footer-list li a {
        font-size: 15px;
    }

    .about-text {
        font-size: 15px;
    }

    .destinationf {
        margin-bottom: 14px;
    }


    .hover-head {
        font-size: 26px;
    }

    .hover-text {
        font-size: 15px;
    }

    .overflow_color_img h1 {
        font-size: 32px;
    }


}


@media only screen and (max-width: 576px) {
    .social-icon {
        display: none !important;
    }


    .tp-band-text p {
        text-align: center;
    }

    .logo-img img {
        margin: 0 auto;
        display: block;
    }

    .small-ribbon span {
        font-size: 14px;
    }

    .ribbon-top-left span {
        font-size: 14px;
        padding: 10px 0px;
    }

    .copyright {
        text-align: center;
    }

    .icon-list {
        text-align: center;
        margin-top: 10px;
    }

}


@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .long-img img {
        height: 450px;
    }

    .deal-bigimg img {
        height: 482px;
    }

    .widget-icon img {
        height: 25px;
    }

    .widget-title {
        font-size: 14px;
    }

    .display-responsivemd .col-md-4 {
        padding-right: 0px;
    }
}


@media only screen and (max-width: 991px) and (min-width: 769px) {
    .long-img img {
        height: 330px;
    }


    .deal-bigimg img {
        height: 440px;
    }


    .small-ribbon span {
        padding: 6px 0px;
        top: 30px;
        right: -10px;
        font-size: 14px;
    }



}


@media only screen and (max-width: 992px) {
    .deal-heading {
        font-size: 25px;

    }

    .display-responsivemd {
        display: none;

    }


    .custom-nav a {
        font-size: 14px;
        font-weight: 400;
        border-bottom: 2px solid #ffffff2e;

    }


    .logo-img {
        border: none;
    }


}



@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
        width: 100%;
        padding: 0px;
    }
}


.social-links a i {
    font-size: 35px;
    margin-right: 15px;
}

.mobile_app_section {
    padding-top: 40px;
    margin-bottom: 0;
    width: 100%;
    float: left;
    background: #fff;
    padding-bottom: 50px;
}

.mobile_app_sectiocontainer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.mobile_app_section_one {
    z-index: 1;
    position: relative;
}

.mobile_app_sectiorow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mobile_img {
    width: 50%;
    flex: 0 0 auto;
    max-width: 100%;
    margin: -60px 0;
    padding-right: 64px;
}

.mobile_img img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.app_details {
    width: 50%;
    flex: 0 0 auto;
    max-width: 100%;
    margin-bottom: 78px;
}

.mobile_app_section .section-info h2 {
    font-size: 44px;
    font-weight: 800;
    color: #333;
    line-height: 1.2;
}

.mobile_app_section .section-info h3 {
    line-height: 1.6;
    margin: 0 0 35px;
    word-wrap: break-word;
    color: #9e9e9e;
    font-size: 14px;
}

.mobile_app_section .social-links {
    display: flex;
}

.mobile_app_section .social-links a {
    background: #fff;
    color: #0e1133;
    border-color: #fff;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 40px;
    padding: 10px 24px;
    border-radius: 6px;
    border: 2px solid #0e1133;
    margin-right: 10px;
}

.mobile_app_section .social-links a .fa {
    font-size: 30px;
    padding-right: 6px
}

.mobile_app_section .social-links a span {
    line-height: 20px;
    text-align: left;
}

.mobile_app_section .social-links a span span {
    font-size: 16px;
    font-weight: 700;
    display: block;
    line-height: 20px;
}

@media only screen and (max-width: 1024px) {
    .search_box {
        position: relative;
    }

    .searchbar-custom {
        height: auto;
    }
}


@media screen and (max-width:896px) {
    #adivaha_mysti_fy_results .tab_content_container .price_text {
        position: absolute ;
        top: -90px ;
        right: 7px ;
    }

}

@media only screen and (max-width: 767px) {
    .mobile_app_section {
        margin-bottom: 0px;
    }

    .mobile_app_sectiorow {
        flex-direction: column;
    }

    .mobile_img {
        margin: -60px auto 0px;
        width: 100%;
        padding-right: 0px;
    }

    .app_details {
        padding: 20px;
        width: 100%;
    }

    .right-top-widet {
        display: inline;
        float: left;
        width: 100%;
    }
}