﻿body {
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
}

.homepage_bnner {
    position: relative;
}

@font-face {
    font-family: FontAwesome;
    src: url(/fonts/fontawesome-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

.mb15 {
    margin-bottom: 15px;
}

.pl0 {
    padding-left: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

/* login css start */
a.popup-close {
    position: absolute;
    top: 20px;
    line-height: normal;
    text-align: center;
    z-index: 99;
    right: 30px;
    cursor: pointer;
}

.form-inner {
    padding: 45px 30px 0px 0px;
}

.login_lable {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #393939;
}

.input_txt {
    position: relative;
}

.login_input {
    color: #393939;
    font-weight: normal;
    height: 40px;
    display: block;
    width: 100%;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: none;
    outline: none;
}

.tab-external-link {
    float: left;
    color: #000;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    display: block;
    text-decoration: none;
}

.form-group {
    position: relative;
}

.form-inner svg {
    position: absolute;
    top: 10px;
    right: 0;
    background-position: -192px -49px;
    width: 20px;
    height: 20px;
}

.donthave {
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    bottom: 45px;
    left: 35px;
}

    .donthave a {
        display: inline-block;
        color: var(--white-background-color);
        font-size: 16px;
        line-height: 40px;
        font-weight: normal;
        border: 1px solid #FFFFFF;
        box-sizing: border-box;
        border-radius: 4px;
        padding: 0 30px;
        text-decoration: none;
        cursor: pointer;
    }

.login_button {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    background: #005870;
    border-radius: 0px;
    color: #fff;
    line-height: 40px;
    border: none;
    margin: 10px 0 0px 0;
}
/* login css end */
/*check box css*/
.input_check_box, .input_check_box_product {
    display: flex;
    cursor: pointer;
    position: relative;
    justify-content: flex-start;
    align-items: center;
}

    .input_check_box input, .input_check_box_product input {
        width: 18px;
        height: 20px;
        cursor: pointer;
        margin-top: 0;
        opacity: 0;
        position: absolute;
        left: 0;
        z-index: 1;
        top: 0px;
    }

    .input_check_box label, .check-square li a {
        margin-bottom: 0;
        cursor: pointer;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        color: #595959;
        padding-left: 0px;
    }

        .input_check_box label:hover {
            color: var(--hover);
        }

        .input_check_box label::before, .input_check_box.checked label:before, .check-square li a:before, .check-square .input_check_box label::before {
            font-family: FontAwesome;
            content: "\f00c";
            font-size: 14px;
            padding: 0;
            left: 0;
            position: relative;
            text-align: center;
            font-weight: normal;
            margin-right: 5px;
            padding: 0px 0px 0px 0px;
            border: 1px solid #D7D7D7;
            color: transparent;
            border-radius: 2px;
            height: 18px;
            width: 18px;
            display: inline-block;
            top: 0;
            line-height: 17px;
        }

.join_block .input_check_box input:checked ~ label:before {
    color: #fff;
    border: 1px solid #ffffff;
}

.input_check_box input:checked ~ label:before, .input_check_box.checked label:before, .check-square li.active a:before, .check-square .input_check_box input:checked ~ label:before {
    background: #005870;
    color: #fff;
    border: 1px solid #005870;
}

.justi_fy {
    justify-content: space-between;
}

.input_check_box label a {
    color: var(--btn-bg);
}

/*service css*/
.services_block {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    row-gap: 10px;
}
    .services_block label {
        margin-bottom: 0;
        line-height: 40px;
        background: #005870;
        padding: 0px 17px 0px 0px;
        
        height: 40px;
        color: #fff;
        font-weight: 700;
        font-size: 14px;
    cursor: pointer;}

    .services_block .services label::before {
            font-family: FontAwesome;
            content: "\f00c";
            font-size: 14px;
            padding: 0;
            left: 0;
            position: relative;
            text-align: center;
            font-weight: normal;
            
            padding: 0px 0px 0px 0px;
            
            color: transparent;
            border-radius: 2px;
            height: 40px;
            width: 55px;
            display: inline-block;
            top: 0;
            
        background: #004355;margin-right: 10px;}

    .services_block .services input:checked ~ label:before {
    background: #004355;
    color: #fff;
    
}
    .services_block .services input {
  opacity:0;
 position:absolute;
}
.bnr_description h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 56px;
    margin-top: 0;
    margin-bottom: 0;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
}

.homepage_bnner img {
    width: 100%;
    object-fit: cover;
}

.bnr_description {
    position: absolute;
    top: 113px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    text-align: center;
}

    .bnr_description p {
        margin-bottom: 0;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        text-align: center;
    }

.button {
    margin-top: 65px;
}

.bnr_description .get_btn {
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 83px;
    background: #8C1937;
    padding: 15px;
    text-decoration: none;
    cursor: pointer;
}

.audience {
    position: relative;
    display: block;
    text-align: center;
    padding: 0 10px;
    width: 33.33%;
}

.audience_bg {
    background: #005870;
    width: 132px;
    height: 132px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why {
    display: flex;
    column-gap: 10px;
    padding: 30px 0;
    justify-content: space-between;
}

.audience h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.audience p {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    margin-bottom: 0;
}

.section_main_part {
    padding: 60px 0 30px 0;
}

.comparing {
    display: flex;
}

.travel:last-child {
    margin-bottom: 0;
}

.activity {
    width: 50%;
}

.platform {
    width: 50%;
    padding-left: 30px;
}

.travel {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    align-items: center;
    padding: 20px;
    margin-bottom: 15px;
}

.travel_detail h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #005870;
    margin-left: 37px;
}

.travel_detail p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-left: 37px;
    color: #484848;
}

.platform h3, .faq h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-top: 0px;
}

.platform p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #484848;
}

.faq_que {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 1px;
    max-width: 770px;
    width: 100%;
    margin: 25px auto;
}

span.questions {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.faq_que p:last-child {
    margin-bottom: 0;
}

.faq_que p {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #484848;
}

.collapsible {
    color: #000;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    padding: 15px;
    position: relative;
    display: block;
}

.content {
    display: none;
    overflow: hidden;
    border-top: 1px solid #DADADA;
    padding: 15px;
}

a.questions:after {
    content: '\002B';
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 25px;
}

a.questions.active:after {
    content: "\2212";
}

.collapsible:hover {
    color: #000;
    text-decoration: none;
}


footer.footer-areawe {
    background: #005870;
    padding-top: 58px;
    margin-top: 20px;
}

.foter_title {
    margin: 0px 0 15px 0;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    text-transform: uppercase;
    color: #FFFFFF;
}

.usefull_link li a {
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}

/*.usefull_link li a:before {
        content: "\f178";
        left: 0;
        position: absolute;
        font-family: 'FontAwesome';
    }*/

.footer-bottom {
    background: #005870;
    line-height: 45px;
    font-weight: 500;
    font-size: 14px;
    border-top: 1px solid #DADADA;
    color: #fff;
    margin-top: 40px;
}

    .footer-bottom a {
        color: #fff;
    }

ul.resocial {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    padding-left: 0;
    list-style: none;
}

    ul.resocial li a {
        display: flex;
        position: relative;
        align-items: center;
        line-height: 35px;
        font-weight: 500;
        font-size: 15px;
        color: #fff;
        text-decoration: none;
    }

.f_social {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
}

ul.app_logo {
    display: flex;
    column-gap: 5px;
    margin: 10px 0 20px 0;
}

.linkedin_icon {
    background-position: -9px -214px;
}

.facebook_icon {
    background-position: -9px -181px;
}

.instagram_icon {
    background-position: -9px -148px;
}

.twitter_icon {
    background-position: -9px -247px;
}

.youtube_icon {
    background-position: -9px -280px;
}

.Subscribe_input {
    height: 40px;
    background: #fff;
    padding: 0 10px;
    border-radius: 0;
    border: 2px solid #005870;
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
}

.btn-enquiry_banner {
    width: 50px;
    height: 36px;
    background-color: #8C1937;
    position: absolute;
    right: 2px;
    background-position: -78px -139px;
    cursor: pointer;
    border: none;
    top: 2px;
}


.join_block {
    margin-bottom: 0px;
    position: relative;
}

    .join_block label {
        color: #fff;
    }

        .join_block label:hover {
            color: #fff;
        }

ul.usefull_link {
    padding-left: 0;
}

    ul.usefull_link li {
        list-style: none;
    }

ul.resocial li svg {
    margin-right: 10px;
}



.text-white a:hover {
    color: #fff;
    text-decoration: none;
}

.text-white a {
    color: #fff;
    text-decoration: none;
}

.store_logo {
    margin-bottom: 15px;
    margin-top: 15px;
}

.get_startbtn {
    background: #005870;
    border-radius: 2px;
    border: 0;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    padding: 10px;
    margin: 0px 30px;
    cursor: pointer;
}

.signin_btn {
    background: #FFFFFF;
    border: 1px solid #005870;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #005870;
    cursor: pointer;
}

.login_modal {
    max-width: 750px;
    width: 100% !important;
}

.get_startbtn:hover {
    color: #fff;
    text-decoration: none;
}



.login_image_text {
    position: absolute;
    top: 0;
    left: 25px;
    color: #fff;
}

.left-content img {
    width: 100%;
    position: relative;
}

.login_image_text h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
}

.login_image_text p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}


.get_startbtn a:hover {
    color: #fff;
    text-decoration: none;
}

.signin_btn a:hover {
    text-decoration: none;
}

.btn-warning {
    background-color: #005870;
    border-color: #005870;
    width: 70%;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 0;
}

span.forgot {
    margin-left: -13px;
}

    span.forgot a {
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 16px;
        color: #595959;
    }



.supplier_title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    
    margin: 0px 0 10px 0;
}

.btn_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin-top: 20px;
}

.agt-form-label input, .agt-form-label select {
    padding: 0px 10px;
    outline: 0;
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    box-sizing: border-box;
    width: 100%;
    -webkit-appearance: none;
    font-size: 14px;
    font-weight: 600;
    color: #747474;
    margin-bottom: 20px;
    height: 45px;
    line-height: 45px;
}
.regi_div {
    display: flex;
    column-gap: 10px;
    justify-content: center;
}
.regiter_btn {
    position: relative;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    border: 0;
    background: #005870;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    width: 155px;
}

    .regiter_btn.cancel {
        background: #8C1937;
    }

.footer_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fa-angle-down:before {
    content: "\f107";
}
.agt-form-label {
    position: relative;
}
.agt-form-label .fa-angle-down {
    color: #747474;
    position: absolute;
    font-size: 19px;
    right: 10px;
    top: 13px;
}
.reg_sucess {text-align: center;}
.reg_sucess a {
    font-size: 15px;
    margin: 10px 0;
    display: block;
    color: #000;
}
/*alert*/
.SweetAlert .warningicon {
    width: 60px;
    height: 60px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 20px auto;
    position: relative;
    box-sizing: content-box;
    border-color: #f8bb86;
    margin-top: 0;
}
.SweetAlert .warningicon .alignline {
    position: absolute;
    width: 4px;
    height: 28px;
    left: 50%;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #f8bb86;
}
.SweetAlert .warningicon .aligndot {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-left: -2px;
    left: 50%;
    bottom: 10px;
    background-color: #f8bb86;
}
.Notificationtext {
    margin-bottom: 20px;
}
.Notificationtext p {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}
.platform ul{
   list-style: disc;line-height: 30px;margin-left: -20px;}
@media (max-width:767px) {
    .why, .comparing {
        justify-content: center;
        flex-direction: column;
        row-gap: 20px;
    }

    .audience, .activity {
        width: 100%;
    }

    .platform {
        width: 100%;
        padding-left: 0px;
    }

    .bnr_description h6 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 7px;
    }

    .bnr_description p {
        font-size: 13px;
        line-height: 16px;
    }

    .bnr_description {
        top: 21px;
        width:100%
    }
    .homepage_bnner img {
    min-height:150px;
}

        .bnr_description .get_btn {
            font-size: 15px;
            line-height: 50px;
            padding: 10px;
        }

    .button {
        margin-top: 5px;
    }
    .signin_btn{display:none;}
    .get_startbtn {
    font-size: 14px;
    margin: 0px 5px;
    line-height:50px;
}

    .travel {
        padding: 6px 12px;
        margin-bottom: 13px;
    }

        .travel svg {
            width: 16%;
        }

    .travel_detail h3 {
        font-size: 15px;
        line-height: 17px;
        margin-left: 20px;
    }

    .platform h3, .faq h3 {
        font-size: 20px;
    }
}
