﻿.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: 'Segoe UI';
    font-weight: normal;
    font-style: normal;
}


.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 {
    height: 75px;
    border-radius: 5px;
    object-fit: contain;
}

.header-area .main-header-area {
    background: #fff;
    background: transparent;
    padding: 5px 5px 5px 35px;
}

.header-area {
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 9999;
    position: sticky;
    background: #001532;
    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: 12px 0;
        position: relative;
    }

nav {
    display: block;
}

ul {
    margin: 0px;
    padding: 0px;
}

p.forgotps a {
    color: #407dc6;
}

/*.header_tp {
    height: 10px;
    background-color: #001532;
}*/

li {
    list-style: none;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #001532;
    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: #fff;
    outline: medium none;
}

    a:focus,
    a:hover {
        text-decoration: none !important;
    }

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Segoe UI';
    color: #001532;
}

    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%;
}

.overlay {
    position: relative;
    z-index: 0;
}

.overlay2 {
    position: relative;
    z-index: 0;
}

    .overlay2::before {
        position: absolute;
        content: "";
        background-color: #001D38;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0.6;
    }

.overlay_03 {
    position: relative;
    z-index: 0;
}

    .overlay_03::before {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #001D38;
        opacity: .6;
        content: '';
        z-index: -1;
    }

.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: #001532;
    display: inline-block;
    border: none;
    line-height: 50px;
    height: 70px;
    padding: 0 30px;
    cursor: pointer;
}

.boxed-btn4 {
    background: #001532;
    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: #001532;
    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;
}

.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: 14px;
    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;
    margin: 0 35px 0 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: 14px;
        text-transform: capitalize;
        font-weight: 600;
        display: inline-block;
        padding: 0px 0px 0px 0px;
        font-family: 'Segoe UI';
        position: relative;
        text-transform: capitalize;
    }

        .header-area .main-header-area .main-menu ul li a:hover {
            color: #407bc4;
        }

.header-area .social_wrap .number {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #EAEAEA;
}

    .header-area .social_wrap .number p {
        font-size: 14px;
        color: #fff;
    }

.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: #001532;
            font-size: 15px;
            font-weight: 600;
            margin: 0;
            background-color: #fff;
            padding: 10px 15px;
            border-radius: 5px;
        }

/*.header_tp {
    height: 10px;
    background-color: #3a69b8;
}*/

/* header css ends */

/* banner css starts */
.logindetails {
    position: absolute;
    z-index: 99;
    width: 100%;
    margin: 0 auto;
}

.detailspage {
    width: 28%;
    border-radius: 5px;
    background: white;
    margin-top: 75px;
}

checkout_pag h3 {
    margin-top: 0 !important;
}

h4.bothagent {
    margin: 0;
    text-align: center;
    background: #001532;
    padding: 10px;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 18px;
}

.agntsd {
    padding: 10px 25px;
}

div#finallogin {
    width: 100%;
}

.loginbtn button {
    margin: auto;
    display: block;
    padding: 10px 42px;
    font-size: 14px;
    color: white;
    background: #001532;
    border: none;
    border-radius: 5px;
    margin-top: 25px;
}

p.forgotps {
    font-size: 14px;
    text-align: center;
    font-weight: 700;
}



.slider_active {
    position: relative;
}

.slider_bg_1 {
    background-image: url(../../../../assets/QLMB2B/img/banner1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 650px;
    background-size: cover;
}

/* banner css ends */

/* slider css starts */
.slider_active {
    position: relative;
}

.about_v {
    background: #f9f9f9;
}

section.abt_content h4 {
    font-size: 30px;
    color: #fff;
}

.about_heading {
    border-radius: 60px;
    background: #f9f9f9;
    top: -51px;
    position: relative;
    text-align: center;
    font-weight: bold;
    padding: 28px;
    color: #001532;
}

h2.crosss::before {
    content: "";
    width: 20%;
    height: 2px;
    background-color: #bebebe;
    position: absolute;
    top: 114px;
    float: left;
    margin-left: -265px;
}
h2 {
    font-size: 27px;
}
h2.crosss::after {
    content: "";
    width: 20%;
    height: 2px;
    background-color: #bebebe;
    position: absolute;
    top: 114px;
    float: left;
    margin-left: 9px;
}

.aboutpara {
    text-align: justify;
    width: 80%;
    margin: auto;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
}

.destination_heading {
    top: -20px;
    position: relative;
    text-align: center;
    font-weight: 600;
    padding: 0;
    margin: auto;
    color: #001532;
    padding-top: 25px;
}

h2.crosssv::after {
    content: "";
    width: 25%;
    height: 2px;
    background-color: #bebebe;
    position: absolute;
    top: 113px;
    float: left;
    margin-left: 7px;
}

h2.crosssv::before {
    content: "";
    width: 25%;
    height: 2px;
    background-color: #bebebe;
    position: absolute;
    top: 113px;
    float: left;
    margin-left: -26%;
}

.row.multi-slider {
    margin: 30px 0 60px 0;
}

/* slider css ends  */

/* why choose css */
.whychoose {
    background: #a5cef5;
}

.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: rgb(26 115 232) 0px 1px 6px;
}

    .service_card:hover {
        background-color: #001532;
        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: #001532;
    }

    .service_card h5 {
        font-size: 18px;
        font-weight: 600;
        line-height: 2.5rem;
    }

/* about css */
.abt_content {
    margin: 3rem 0;
}

.abt_content {
    background-image: url(/assets/QLMB2B/img/banner.png);
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    min-height: 400px;
    justify-content: center;
    align-items: center;
    display: flex;
}

    .abt_content::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #0367c7;
        opacity: .5;
    }

    .abt_content .container {
        position: relative;
        height: 100%;
        text-align: center;
        line-height: 50%;
    }

        .abt_content .container p {
            line-height: 1.5;
            color: #fff;
            text-align: justify;
        }

/* footer css */
footer.footer {
    background: #001532;
    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-top: 10px;
    color: white;
    font-size: 14px;
}

.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: #001532;
}

.maintc_bg {
    background-color: #001532;
    border-radius: 50%;
}

.pricedetails {
    position: relative;
    z-index: 999;
    background: #001532;
    padding: 12px;
    border-radius: 0 0 10px 10px;
    width: 100%;
    color: white;
    text-align: center;
}

span.headprice {
    font-size: 21px;
}

.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;
}

.pricedetails:hover {
    background: #001532;
}

.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;
        }


.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 40px !important;
    height: 40px !important;
    margin-top: -45px;
    background: #001532;
    font-size: 22px;
    left: 0%;
    border-radius: 50%;
    color: white;
    padding-top: 8px;
}
.carousel-control .glyphicon-chevron-right {
    width: 40px;
    height: 40px;
    margin-top: -45px;
    background: #001532;
    font-size: 22px;
    right: 0%;
    border-radius: 50%;
    color: white;
    padding-top: 8px;
}
.agnt label {
    display: block;
    padding-top: 15px;
    font-size: 14px;
    cursor: initial;
}

.agnt input {
    padding: 10px 5px;
    width: 100%;
    font-weight: normal;
    border: none;
    border-bottom: 1px solid #cccccc;
    position: relative;
}

i#new_1 {
    position: absolute;
    bottom: 12px;
    right: 23px;
}

.lstpa {
    color: #001532;
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.destination_details_info .contact_join .submit_btn button {
    width: 100%;
    text-align: center;
}

.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: #001532;
    }

    .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;
}

h2.res-font-sze {
    background: #001532;
    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;
}

.social_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
div#show_hide_password a i#new_1 {
    color: #001532;
    font-weight: 600;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
    display: none;
}
