@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap";
@import "https://fonts.googleapis.com/css?family=Open+Sans&display=swap";
.flex-center-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

body {
    font-family: Poppins, sans-serif !important;
    font-weight: normal;
    font-style: normal;
    zoom: 95%;
}

.img {
    max-width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a,
.button {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    a:focus, a:hover {
        color: #407bc4;
    }

.logo img {
    width: 300px;
}
.registev > a {
    display: inline-block;
    color: white;
    font-size: 16px;
    background-color: #F49C00;
    padding: 5px 40px;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
}
    .registev > a:hover {
        color: #fff;
    }
.header-area .main-header-area {
    background: #fff;
    background: transparent;
    padding: 0px 35px 0px 35px;
}
header.sticky {
    position: fixed;
    z-index: 99999;
    width: 100%;
}
.header-area {
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 9999;
    position: sticky;
    background: #00008E;
    box-shadow: -5px -5px 9px rgba(255,255,255,0.45), 5px 5px 9px rgba(94,104,121,0.3);
}

    .header-area .main-header-area .main-menu {
        padding: 0px 0;
        position: relative;
    }
.header_bottom_border ul {
    margin: 0;
}
nav {
    display: block;
}

ul {
    margin: 0px;
    padding: 0px;
}

p.forgotps a {
    color: #ffffff;
}

/*.header_tp {
    height: 10px;
    background-color:#00008E;
}*/

li {
    list-style: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #7A838B;
    margin-bottom: 0px;
    font-family: 'Segoe UI';
}

a:focus,
.button:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none;
}

a,
button {
    color: #1F1F1F;
    outline: medium none;
}

    a:focus,
    a:hover {
        text-decoration: none !important;
    }

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Segoe UI';
    color:#00008E;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

h3 {
    font-size: 24px;
}

.black-bg {
    background: #020c26 !important;
}

.white-bg {
    background: #ffffff;
}

.gray-bg {
    background: #f5f5f5;
}

.bg-img-12 {
    background-image: url(/assets/QLMB2B/img/banner.png);
    background-repeat: no-repeat;
    width: 100%;
}

.owl-carousel .owl-nav div {
    background: transparent;
    height: 50px;
    left: 0px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
    color: #707070;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 50px;
    font-size: 15px;
    line-height: 50px;
    border: 1px solid #4D6174;
    left: 150px;
    color: #fff;
}

    .owl-carousel .owl-nav div.owl-next {
        left: auto;
        right: 150px;
    }

        .owl-carousel .owl-nav div.owl-next i {
            position: relative;
            right: 0;
        }

    .owl-carousel .owl-nav div.owl-prev i {
        position: relative;
        top: 0px;
    }

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

    .owl-carousel:hover .owl-nav div:hover {
        color: #fff;
        background: #001D38;
        border: 1px solid transparent;
    }

.serch_form button {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    height: 100%;
    padding: 20px;
    color: #fff;
    background:#00008E;
    display: inline-block;
    border: none;
    line-height: 50px;
    height: 70px;
    padding: 0 30px;
    cursor: pointer;
}

.boxed-btn4 {
    background:#00008E;
    color: #fff;
    display: inline-block;
    padding: 13px 39px;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 500;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0 10px 10px 0;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.newsletter_field {
    text-align: center;
}

.boxed-btn4:hover {
    background:#00008E;
    color: #fff !important;
}

.boxed-btn4:focus {
    outline: none;
}

.boxed-btn4.large-width {
    width: 220px;
}

.section_title h3 {
    font-size: 38px;
    font-weight: 400;
    color: #040E27;
    position: relative;
    z-index: 0;
    padding-bottom: 7px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #f49c00;
    border-color: #f49c00;
}
.section_title p {
    font-size: 16px;
    color: #7A838B;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 400;
}

.section_title h4 {
    font-size: 22px;
    font-weight: 500;
    color: #001d38;
    padding-bottom: 21px;
}

.property_bg {
    background-image: url(../img/banner/property.png);
}

*::-webkit-input-placeholder {
    color: #cccccc;
    font-size: 9px;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #cccccc;
    font-size: 14px;
    opacity: 1;
}


*::-ms-input-placeholder {
    color: #cccccc;
    font-size: 14px;
    opacity: 1;
}


*::placeholder {
    color: #cccccc;
    font-size: 14px;
    opacity: 1;
}

.header-area .main-header-area .main-menu ul li {
    display: inline-block;
    position: relative;
    border-right: 1px solid #fff;
    margin-left: 7px;
    padding-right: 16px;
}
    .header-area .main-header-area .main-menu ul li:last-child {
        border: 0;
    }
    .header-area .main-header-area .main-menu ul li:first-child a {
        padding-left: 0;
    }

    .header-area .main-header-area .main-menu ul li a {
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 700;
        display: inline-block;
        padding: 0px 0px 0px 0px;
        font-family: 'Segoe UI';
        position: relative;
    }

        .header-area .main-header-area .main-menu ul li a:hover {
            color: #f49c00;
        }

    .header-area .social_wrap .number i {
        margin-right: 4px;
    }
    .header-area .social_wrap .number p {
        font-size: 16px;
        color: #fff;
        margin: 0;
    }

.header-area .social_wrap .social_links {
    margin-right: 4px;
}

    .header-area .social_wrap .social_links li {
        display: inline-block;
    }

        .header-area .social_wrap .social_links li a {
            display: inline-block;
            color: white;
            font-size: 16px;
            margin: 0 11px;
            background-color:#00008E;
            padding: 10px 26px;
            border-radius: 5px;
        }

/*.header_tp {
    height: 10px;
    background-color: #3a69b8;
}*/

/* header css ends */

/* banner css starts */
.slider_area .carousel-inner {
    height: 474px;
}
.banner-bg-img {
    background-image: url(../img/cross-icon.png);
    background-repeat: no-repeat;
    width: 41%;
    height: 77%;
    background-size: cover;
    display:none;
    position: absolute;
}
.logindetails {
    position: absolute;
    z-index: 99;
    width: 100%;
    margin: 0 auto;
}

.detailspage {
    width: 28% !important;
    border-radius: 5px;
    background: #00008ea8;
    margin-top: 36px;
}

checkout_pag h3 {
    margin-top: 0 !important;
}

h4.bothagent {
    margin: 0;
    text-align: center;
    background: #f49c00;
    padding: 10px;
    font-weight: 700;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
}

.agntsd {
    padding: 10px 25px;
    border: 1px solid #f49c00;
    border-top: 0;
}

div#finallogin {
    width: 100%;
}

.loginbtn button {
    margin: auto;
    display: block;
    padding: 5px 41px;
    font-size: 14px;
    color: white;
    background: #F49C00;
    border: none;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 17px;
    font-family: 'Segoe UI';
}

p.forgotps {
    width: 100%;
    text-align: center;
    padding: 0px;
    font-size: 13px;
    margin-top: 2px;
    font-weight: 500;
    margin-bottom: 0;
}

a,
button {
    color: #fff;
    outline: medium none;
}

.slider_active {
    position: relative;
}

.slider_bg_1 {
    background-image: url(../../../../assets/AHNB2B/img/banner2/banner.png);
    background-position: center;
    background-repeat: no-repeat!important;
    max-width: 100%;
    height: 650px;
    background-size: cover;
    display:flex
}

/* banner css ends */

/* slider css starts */
.slider_active {
    position: relative;
}

.owl-stage{
    transform:none!important;
}
section.abt_content h4 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-top: 54px;
}

.about_heading {
    text-align: center;
    padding: 20px 0 48px 0;
    position: relative;
}
.about-bg-img {
    position: absolute;
    left: 0;
    top: -36px;
    right: 0;
    z-index: 0;
    text-align: left;
}
    .about-bg-img img {
        width: 52%;
        transform: rotate(142deg);
        opacity: 0.1;
    }
.about_heading h2 {
    color: #00008E;
    font-weight: 800;
    font-size: 39px;
    margin-top: 0
}
h2.crosss {
    color:#00008E;
}

    h2.crosss::before {
        content: "";
        width: 20%;
        height: 2px;
        background-color: #bebebe;
        position: absolute;
        top: 117px;
        float: left;
        margin-left: -279px;
    }

    h2.crosss::after {
        content: "";
        width: 20%;
        height: 2px;
        background-color: #bebebe;
        position: absolute;
        top: 117px;
        float: left;
        margin-left: 9px;
    }

.aboutpara {
    margin: auto;
    color: #f49c00;
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    width: 80%;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color:#00008E;
    margin-bottom: 0px;
    font-family: 'Segoe UI';
}

.destination_heading {
    text-align: center;
    padding-top: 25px;
}
    .destination_heading h2 {
        color: #f49c00;
        font-weight: 800;
        font-size: 39px;
        margin-top: 0;
    }

.row.multi-slider {
    margin: 30px 0 60px 0;
}

/* slider css ends  */

/* why choose css */
.whychoose {
    background: #00008e;
}
.destination {
    position:relative;
}
.whychoose-bg-img {
    position: absolute;
    left: auto;
    right: 0;
    opacity: 0.3;
    text-align: left;
}
    .whychoose-bg-img img {
        width: 447px;
       /* transform: rotate(108deg)*/
    }
.why_chhoose_heading {
    text-align: center;
    padding: 21px 0px;
}
    .why_chhoose_heading h2 {
        color: #00008e;
        font-weight: 800;
        font-size: 39px;
        margin-top: 0;
    }
.whyss {
    width: 100%;
    position: relative;
}

.firsts {
    margin: auto;
    text-align: center;
    position: absolute;
    bottom: 3%;
    width: 100%;
    right: -5px;
}

    .firsts h3 {
        margin: 50px 4px 8px 4px;
        color: #fff;
        font-size: 22px
    }

    .firsts p {
        width: 68%;
        margin: auto;
        color: #fff;
        line-height: 20px;
    }

.mids {
    margin: auto;
    text-align: center;
    position: absolute;
    top: 9%;
    width: 100%;
    right: 1px;
}

    .mids p {
        width: 100%;
        margin: auto;
        line-height: 20px;
        color: #fff;
    }

    .mids h3 {
        margin: 8px 0 16px 0;
        color: #fff;
        font-size: 22px
    }

/* service css  */
.services {
    padding-top: 5rem;
    padding-bottom: 3rem;
}

.service_card {
    padding: 4rem 2rem;
    margin: 2px;
    height: 200px;
    text-align: center;
    border-radius: 5px;
    box-shadow: #F49C00 0px 1px 6px;
    background-color: #fff;
    position: relative;
    z-index: 99;
}

    .service_card:hover {
        background-color:#00008E;
        color: #fff;
    }

        .service_card:hover h5 {
            color: #fff;
        }

        .service_card:hover i {
            color: #fff;
        }

    .service_card i {
        padding-bottom: 1rem;
        padding-bottom: 1rem;
        font-size: 60px;
        color: #F49C00;
    }

    .service_card h5 {
        font-size: 18px;
        font-weight: 600;
        line-height: 2.5rem;
    }

/* about css */
.about-dtls-bg-img {
    position: absolute;
    left: 0px;
    top: -326px;
    z-index: 0;
    right: 0;
    opacity: 0.3;
    text-align: left;
    height: 700px;
}
    .about-dtls-bg-img img {
        width: 591px;
        transform: rotate(168deg);
    }
.abt_content-bg {
    background-color: #00008e;
    position: relative;
    z-index: 99;
}
.abt_content {
    background-color: #00008e;
    min-height: 311px;
    justify-content: center;
    display: flex;
    margin: 3rem 0;
    margin-top: 38px;
    position: relative;
}


    .abt_content .container-fluid p {
        line-height: 1.5;
        color: #fff;
        text-align: justify;
        font-weight: 600;
    }

/* footer css */
footer.footer {
    background:#00008E;
    padding-bottom: 22px;
}

.social_linksv {
    text-align: center;
    margin: 20px 0;
}

    .social_linksv span a {
        margin: 10px;
        font-size: 22px;
        color: white;
    }

.optionsss {
    text-align: center;
}

    .optionsss span a {
        padding: 0px 10px;
        font-size: 15px;
        color: white;
    }

span.cntr a {
    border-left: 1px solid;
    border-right: 1px solid;
}

.coyrgt p {
    text-align: center;
    margin: auto;
    margin-top: 15px;
    width: 89%;
    color: white;
}

ul {
    margin: 0px;
    padding: 0px;
}

.owl-nav {
    display: none;
}
.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}

div#otpvalidate {
    width: 100%;
}

.mids h3 {
    margin: 8px 0 8px 0;
    color: #fff;
}

.newsfooter {
    background:#00008E;
}

.maintc_bg {
    background-color:#00008E;
    border-radius: 50%;
}

.pricedetails {
    position: relative;
    z-index: 999;
    background: #F49C00;
    padding: 12px;
    border-radius: 0 0 10px 10px;
    width: 100%;
    color: white;
    text-align: center;
}

span.headprice {
    font-size: 20px;
}

.coyrgt p {
    text-align: center;
    margin: auto;
    margin-top: 15px;
    width: 89%;
    color: white;
}

.optionsss {
    text-align: center;
}

    .optionsss span a {
        padding: 0px 10px;
        font-size: 15px;
        color: white;
    }

span.cntr a {
    border-left: 1px solid;
    border-right: 1px solid;
}

.social_linksv {
    text-align: center;
    margin: 20px 0;
    padding-top: 1rem;
}

    .social_linksv span a {
        margin: 10px;
        font-size: 22px;
        color: white;
    }

        .social_linksv span a:hover {
            color: #879fb7;
        }

.destination {
    padding-bottom: 1rem;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 33px !important;
    height: 33px !important;
    margin-top: -10px;
    background: #f49c00;
    font-size: 22px !important;
    border-radius: 50%;
    color: white;
    padding-top: 5px;
}

div#finallogin {
    width: 100%;
}

.agnt label {
    display: block;
    padding-top: 15px;
    font-size: 14px;
    cursor: initial;
    margin-bottom: 4px;
    color: #fff;
    font-weight: 600;
}

.agnt input {
    padding: 8px 5px;
    width: 100%;
    font-weight: normal;
    border: none;
    border: 1px solid #f49c00;
    position: relative;
    font-size: 12px;
}

i#new_1 {
    position: absolute;
    top: 107px;
    right: 40px;
}


.lstpa {
    color:#00008E;
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.destination_details_info .contact_join .submit_btn button {
    width: 100%;
    text-align: center;
}
.row.ggg h3 {
    margin-top: 0;
}
    .newletter_area {
    background-color: white;
    padding: 30px 0 50px 0;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
    margin-bottom: -21px;
}

    .newletter_area h3 {
        text-align: center;
        color:#00008E;
    }

    .newletter_area p {
        text-align: center;
        margin-bottom: 1rem;
    }

.newsletter_field input {
    padding: 12px;
    font-size: 16px;
    border-radius: 10px 0 0 10px;
    border: 1px solid #b4acac;
}
div#theCarousel img {
    border-radius: 10px 10px 0 0;
}
div#theCarousel .left.carousel-control {
    left: -112px !important;
    background-image: none;
    left: -112px !important;
    text-shadow: none;
    opacity: 1;
}
div#theCarousel .right.carousel-control {
    background-image: none;
    right: -112px !important;
    text-shadow: none;
    opacity: 1;
}
h2.res-font-sze {
    background:#00008E;
    margin-top: 17px;
    line-height: normal;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    padding: 5px 10px;
    width: 100%;
}

.newletter_area .newsletter_text h4 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    margin-bottom: 11px;
}


.newletter_area .newsletter_text p {
    color: #AAB1B7;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}


.newletter_area .mail_form .newsletter_field {
    margin-right: 10px;
}

    .newletter_area .mail_form .newsletter_field input {
        width: 100%;
        height: 50px;
        background: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 0;
        padding-left: 15px;
        color: #000;
        font-size: 16px;
        font-family: 'Segoe UI';
        font-weight: 300;
    }

        .newletter_area .mail_form .newsletter_field input::placeholder {
            color: #AAB1B7;
            font-size: 16px;
            font-family: 'Segoe UI';
            font-weight: 300;
        }

        .newletter_area .mail_form .newsletter_field input:focus {
            outline: none;
        }

.newletter_area .mail_form .newsletter_btn button {
    width: 100%;
    text-align: center;
    padding: 13px 10px;
}

form#form0 span a {
    color: #007bff;
}

footer.footer {
    background:#00008E;
}

.social_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
    /*display: none;*/
}

@media all and (min-width: 768px) {

    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}

/* responsive css starts */
@media screen (min-width: 768px) and (max-width: 992px) {
    p {
        font-size: 14px;
    }
    .firsts {
        bottom: 26%;
    }

        .firsts h3 {
            margin: 0px 4px;
            font-size: 16px;
        }

        .firsts p {
            line-height: 18px;
        }

    .mids {
        top: -65%;
    }

        .mids h3 {
            margin: 0px 0 8px 0;
            color: #fff;
            font-size: 16px;
        }

        .mids p {
            line-height: 18px;
        }
}

@media screen and (max-width: 992px) {
    .service_card {
        margin-bottom: 3.5rem !important;
    }

    .logo a img {
        width: 30%;
    }
}

@media screen and (max-width: 767px) {
    .logo a img {
        width:80%;
    }
   body .registration {
        padding: 0px 17px 4px 34px;
    }
    .registration button.btn.btn-primary {
        width: 100%;
    }
    .header-area .main-header-area .main-menu ul li a {
        font-size: 11px;
    }
        .slider_bg_1 {
        height: 550px;
    }
    .header-area .social_wrap .number p {
        font-size: 13px;
        line-height: 1.5;
    }
    .header-area .social_wrap .number {
        margin-right: 2px;
        padding-right: 11px;
        border-right: none;
    }

    .number p {
        font-size: 14px;
    }

    .header-area .main-header-area .main-menu ul li {
        margin: 0 4px 0 0;
    }

    .header-area .social_wrap .social_links li a {
        font-size: 15px;
        padding: 6px 22px;
        text-decoration: underline;
    }

    .header_bottom_border .logo {
        text-align: center;
    }

    .social_wrap {
        flex-direction: column;
        justify-content: center !important;
    }

    .header-area .main-header-area .main-menu {
        text-align: center;
        padding: 0px 0;
        margin-bottom: 19px;
    }

    .glyphicon-menu-right {
        margin-left: 20px;
    }

    .glyphicon-menu-left {
        right: 28px;
    }

    .custom_search_pop .modal-content .serch_form input {
        height: 50px;
    }

    .custom_search_pop .modal-content .serch_form button {
        height: 50px;
    }

    /* .whychoose {
        margin-bottom: -50px;
    }*/

    .destination_heading h2 {
        font-size:19px;
    }
    .frgt_passwrd .logins {
        width: 90% !important;
        margin: 0 16px;
    }
    .row.multi-slider {
        margin: 30px 0 0 0px;
    }
    div#theCarousel .left.carousel-control, div#theCarousel .right.carousel-control {
        display: none;
    }
    .slider_area .item.slides.carousel-item img {
        height:500px;
    }
    .about_heading h2 {
        font-size: 19px;
        margin-top: 10px;
    }
    .maintc {
        margin-bottom: -70px !important;
    }

    span.headprice {
        font-size: 18px;
    }

    p.pricedetails {
        font-size: 14px;
        line-height: 25px;
        padding: 6px;
    }

    .mids {
        top: 18%;
    }

    .firsts {
        bottom: 9%;
    }

    .whyss {
        margin-bottom: 2rem;
    }

    .services {
        padding-top: 3rem;
    }

    .boxed-btn4 {
        width: 38.5%;
        padding: 13px;
    }

    .newsletter_field input {
        width: 60% !important;
    }

    .newsletter_field {
        width: 95%;
        margin: auto;
    }

    .newletter_area {
        border-bottom-right-radius: 40px !important;
        border-bottom-left-radius: 40px !important;
        padding: 30px 0 30px 0 !important;
    }

    .agnt label {
        padding-top: 12px;
    }

    h2.crosssv {
        margin-top: -4px;
    }

    .loginbtn button {
        padding: 8px 42px;
        margin-top: 15px;
    }

    p.forgotps {
        padding: 8px;
    }

    h4.bothagent {
        padding: 12px;
    }

    h4.bothagents {
        padding: 12px;
    }

    .about_heading {
        padding: 10px 10px;
        top:0px;
        border-radius: 23px;
    }
    .aboutpara {
        font-size: 18px;
        width: 80%;
    }
    .detailspage {
        margin-top: 21px;
        width: 90% !important;
    }

    .agntsd {
        padding: 0px;
    }

    h2.crosss::before {
        content: "";
        width: 32%;
        top: 99px;
        margin-left: -33%;
    }

    h2.crosss::after {
        content: "";
        top: 99px;
        width: 32%;
    }

    h2.crosssv::before {
        content: "";
        width: 40%;
        top: 99px;
        margin-left: -43%;
    }

    h2.crosssv::after {
        content: "";
        top: 99px;
        width: 40%;
    }

    .mobile_menu {
        position: absolute;
        right: 0px;
        width: 100%;
        z-index: 9;
    }

    .mb_70 {
        margin-bottom: 40px;
    }

    .section_title p br {
        display: none;
    }

    .section_title h3 br {
        display: none;
    }

    .section_title h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .slicknav_menu {
        margin-right: 0px;
    }

        .slicknav_menu .slicknav_nav a i {
            display: none;
        }

    .mb-50 {
        margin-bottom: 40px;
    }

    .slider_area .single_slider .slider_text h3 {
        font-size: 50px;
    }

    .slider_area .single_slider .slider_text {
        margin: 100px 0 50px 0;
    }

    .slider_area .single_slider {
        max-height: 366px;
    }

    .header-area .seach_icon {
        width: 50px;
        right: 60px;
    }

    .header-area .main-header-area.sticky {
        padding: 10px 10px;
    }

    .header-area .main-header-area .main-menu ul li a i {
        display: none !important;
    }

    .header-area .main-header-area {
        padding: 10px 10px;
    }

    .slider_area .single_slider .slider_text p {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .counter_wrap .single_counter {
        text-align: center;
    }

    .header-area .main-header-area .logo-img img {
        width: 70px;
    }

    .header-area .main-header-area .logo-img {
        text-align: left;
    }

    .header-area .main-header-area.details_nav_bg {
        padding-bottom: 10px;
    }

    .video_area {
        padding: 100px 0;
    }

    .filter_result_wrap .filter_bordered {
        margin-bottom: 30px;
    }

    .popular_places_area {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .newletter_area .mail_form .newsletter_field {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .whychoose-bg-img img {
        width: 295px;
    }
    .why_chhoose_heading h2 {
        font-size:19px;
    }
    .abt_content {
        padding: 0rem 0;
    }
    section.abt_content h4 {
        margin-top: 19px;
    }
            .abt_content .container-fluid p {
                font-size:14px;
                font-weight: 500;
            }
                section .abt_content h4 {
        font-size: 26px;
        margin-top:0px;
    }
    .about-dtls-bg-img img {
        width: 270px;
        transform: rotate(90deg);
    }
    .service_card {
        padding: 3rem 2rem;
        margin: 3px;
        text-align: center;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 15px;
        margin-bottom: 0.5rem !important;
    }

        .service_card i {
            padding-bottom: 1rem;
        }

    .bradcam_area.Extra_padding {
        padding: 150px 0;
    }

    .bradcam_area h3 {
        font-size: 40px;
    }

    .bradcam_area {
        padding: 150px 0;
    }

    .footer .socail_links {
        margin-top: 30px;
    }


    .footer .copy-right_text .copy_right {
        font-size: 14px;
    }

    .footer .footer_top .footer_widget .footer_logo {
        margin-bottom: 20px;
    }

    .footer .footer_top .footer_widget .footer_title {
        margin-bottom: 20px;
    }

    .footer .footer_top .footer_widget {
        margin-bottom: 30px;
    }

    .footer .footer_top {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .testimonial_area {
        padding: 50px 0;
    }

    .bradcam_area .bradcam_text2 h3 {
        font-size: 30px;
    }

    .video_area .video_wrap h3 {
        font-size: 50px;
    }

    .newletter_area .newsletter_text {
        margin-bottom: 20px;
    }

    .destination_details_info {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .destination_banner_wrap .destination_text h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .destination_banner_wrap {
        padding: 150px 0;
    }

    .popular_destination_area {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .where_togo_area .search_wrap .input_field .nice-select {
        margin-bottom: 15px;
    }

    .where_togo_area .search_wrap .search_form {
        display: block !important;
    }

    .where_togo_area .form_area h3 {
        margin-bottom: 15px;
    }

    .where_togo_area .search_wrap .input_field {
        width: 100%;
        margin-bottom: 15px;
    }
  
}
.footerarea {
    background-color: #000;
    color: #fff;
}
.container.ag_resgistration.rag_resgistration input::placeholder {
    color: #706d6d;
}

/*new css*/
header > div:first-child > a.u-image.u-logo.u-image-1 {
    top: 15px;
}
header > div:first-child > div:nth-child(3) > a:last-child {
    position: absolute;
    right: 80px;
    bottom: -18px;
    margin: 0px;
}
header nav > .menu-collapse > a:first-child > img {
    margin-top: 12px;
}