﻿/**new css***/
.image_section {
    height: 600px;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}
.icon_main_ftr {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
}
.fb_icon {
    background-position: -620px -117px;
}
.twitter_icon {
    background-position: -670px -117px;
}
.insta_icon {
    background-position: -720px -118px;
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-google-plus-g:before, .fa-google-plus:before {
    content: "\f0d5";
}
 .profile_menu > li > a .fa-caret-down {
    font-size: 14px;
    margin-left: 5px;
}
.fa-caret-down:before {
    content: "\f0d7";
}
.footer-menu {
    position: relative;
    width: 100%;
}

.footer-menu li {
    display: inline-block;
    width: 33.33%;
}
.spacebottom {
    margin-bottom:40px;
}
.banner_text {
    width: 100%;
    position: absolute;
    top: 25px;
    color: #fff;
    z-index: 1;
    text-align: center;
}
    .banner_text h1 {
        font-size: 45px;
        font-weight: 600;
        text-align: center;
        text-transform: capitalize;
    }

    .banner_text p {
        font-size: 34px;
        text-align: center;
        font-weight: 400;
    }
.carousel-inner img {
    height: 520px !important;
    object-fit: cover;
}
.form-inner {
    padding: 0 35px;
}

.login_popup .d-flex {
    display: inline-flex;
    margin-top: 20px;
}

.login_btn {
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    font-weight: 500;
    margin: 0 0 2px;
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
    border:0;
}
.form-body.block {
    padding: 0 35px;
    margin-bottom:20px;
}
.check_re {
    display: flex;
    margin-left: 15px;
    font-size: 14px;
    line-height: 18px;
    padding-left: 15px;
    top: 5px;
}
    .check_re label {
        padding-left: 5px;
    }

.custom-control-input {
    width: 16px;
    height: 16px;
    margin-right: 10px !important;
}

.for-pass {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin: 15px 0;
}
.p20 {
    padding: 20px;
}

.Credit, .Deposit, .point {
    text-align: left;
    text-transform: uppercase;
    vertical-align: super;
    z-index: 999;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 30px;
    padding-left: 5px;
    height: 30px;
}

.Credit, .Deposit, .bold, .center h1, .footertitle, .point {
    font-weight: 500;
}

.fa-refresh {
    float: right;
    padding: 6px;
    font-size: 17px;
    cursor: pointer;
    margin-right: 7px;
}

.fa-refresh {
    float: right;
    padding: 6px;
    font-size: 17px;
    cursor: pointer;
    margin-right: 7px;
}

.Credit_color, .Deposit_color, .point_color {
    padding: 10px;
    background: #2e318d;
    min-height: 90px;
}
.login_popup .form-footer {
    text-align: center;
}
.login_popup .modal-dialog {
    width: 475px;
    margin: 20px auto;
}
.fa-times-circle-o:before {
    content: "\f05c";
}


.language_icon {
    width: 30px;
    height: 20px;
    display: block;
    float: left;
    background-position: -2px -8px;
}

.cart_text {
    text-align: center;
    padding: 25px 0;
    font-size: 15px;
    font-weight: 600;
    color: #9c9c9c;
}

.header_block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #fff;
    box-shadow: 1px -6px 9px rgba(0, 0, 0, 0.5);
    width: 100%;
}

a.navbar-brand {
    padding: 10px 0;
    height: auto;
}

.topnav {
    border-top: 1px solid #F0F0F0;
}

    .topnav a {
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        color: #797979;
        padding: 12px 30px 12px 0px;
        display: block;
        float: left;
        cursor: pointer;
    }


        .topnav a.Active {
            color: #f5a32c;
        }

        .topnav a:hover {
            color: #40C1BD;
        }


.active.select_item > a {
    color: #47c1bd;
}

.main_profile_top {
    padding: 20px 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

.profile_menu {
    float: right;
    padding: 10px 0;
    margin-bottom: 0;
    color: #fff;
    position: relative;
    background: #F5A32C;
    border-radius: 28px 0px 0px 28px;
}

    .profile_menu::after {
        content: "";
        height: 100%;
        left: 100%;
        position: absolute;
        top: 0;
        width: 10000%;
        background: #F5A32C;
    }

    .profile_menu > li {
        float: left;
        margin: 0px 0px 0 10px;
    }

        .profile_menu > li:last-child {
            margin: 0 0px;
        }

    .profile_menu a {
        padding: 5px 10px;
        display: block;
        font-size: 12px;
        text-transform: capitalize;
        color: #000;
        font-weight: 700;
        position: relative;
        z-index: 1;
        line-height: 14px;
        font-style: normal;
        cursor:pointer;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content a {
    color: #fff;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 1;
    margin-top: 0;
    background: #fff;
    border: 1px solid #cad5df;
    box-sizing: border-box;
    border-radius: 0 0 8px 8px;
    box-shadow: none;
    min-width: 185px;
    text-align: left;
    font-size: 14px;
    color: #000;
    padding: 10px;
    left: 0;
}

    .dropdown-content a {
        color: #000;
        text-decoration: none;
        display: block;
        line-height: 36px;
        padding: 0 5px;
    }

.form-control:focus, .input-group input:focus, input:focus, select {
    outline: 0;
}

.dropdown-content a:hover {
    color: #2e2d5a;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.Favorite {
    width: 22px;
    height: 20px;
    display: block;
    float: left;
    background-position: -7px -6px;
    margin: -4px 3px 0px 0px;
}

.manage_booking {
    width: 30px;
    height: 20px;
    display: block;
    float: left;
    background-position: -34px -10px;
}

.navbar-toggle .icon-bar {
    background: #000;
}
/*login popup*/
.form-header {
    background: #F5A32C;
    text-align: center;
    color: #ffffff;
    padding: 10px 0;
    margin-bottom: 20px;
    border-radius: 0;
}
.login_button {
    color: #F5A32C;
}
    .form-header h3 {
        margin: 10px 0px 5px 0px;
    }

.login_input {
    color: #14112d;
    font-weight: 500;
    height: 38px;
    border-radius: 2px;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e3e3;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input_check_box {
    margin: 5px 0 5px 0;
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

    .input_check_box input {
        width: 18px;
        height: 18px;
        cursor: pointer;
        margin-top: 0;
        opacity: 0;
        display: none;
    }

    .input_check_box label {
        margin-bottom: 0;
        cursor: pointer;
        font-weight: bold;
        font-size: 16px;
        line-height: 18px;
        color: #66626A;
    }

        .input_check_box label::before {
            font-family: FontAwesome;
            content: "\f00c";
            background: none;
            color: #f5a32c;
            font-size: 17px;
            border: 1px solid #f5a32c;
            padding: 0;
            left: 0;
            position: relative;
            text-align: center;
            font-weight: normal;
            color: #fff;
            margin-right: 5px;
            border-radius: 2px;
        }

    .input_check_box input:checked ~ label:before {
        background: #f5a32c;
        border: 1px solid #f5a32c;
    }

.form-login-socials {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
    border-left: 1px solid #e5e5e5;
    padding-left: 15px;
}

.login-socials-inner > h5 {
    font-size: 15px;
    font-weight: 400;
}

.btn-login-with {
    position: relative;
    padding-left: 25px;
    text-align: center;
    margin-bottom: 5px;
}

.btn-block .fa {
    margin-right: 5px;
}

.btn.btn-facebook {
    background: #3b5998;
    color: #fff;
}

.btn.btn-google {
    background: #db3236;
    color: #fff;
}

.fa-facebook::before, .footer-set .fa-facebook-f::before {
    content: "\f09a";
}

.fa-google:before {
    content: "\f1a0";
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

.usernamespan {
    display: none;
}


/*footer css*/
.footer-areawe {
    padding: 37px 0px 0px 0px;
    display: block;
    background: #221F1F;
}
    .footer-areawe .pl0 {
        padding-left:0;
    }
    .login_inputfooter {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        color: #221F1F;
        width: 100%;
        border-radius: 0;
        height: 40px;
        box-shadow: none;
        border: 0;
        padding-left: 15px;
    }

.footer-areawe ul {
    padding-left: 0;
}

.add_footer {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin-top: 50px;
}

.link_block {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}

.socialf_link {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}

    .socialf_link li {
        display: inline-block;
        position: relative;
    }

.footer-areawe ul li a {
    font-style: normal;
    font-weight: 500;
    color: #FFFFFF;
    display:inline-block;
}

.fa-twitter::before {
    content: "\f099";
}

.fa-instagram:before {
    content: "\f16d";
}

.wantto {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 10px 0;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.address-head {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #1E9E9A;
    margin-bottom: 30px;
}

.fa-envelope-o:before {
    content: "\f003";
}

.Subscribe_email {
    height: 40px;
    border-radius: 0;
    width: 100%;
    background: #F5A32C;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #221F1F;
}

.subscribe-item {
    display: block;
    line-height: 15px;
    padding: 12px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.subscribe-list-mark {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
    width: 15px;
    height: 15px;
    border: 2px solid #40C1BD;
    border-radius: 12px;
}

.subscribe-list-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: rgb(99 99 99);
}

    .subscribe-list-desc a {
        text-decoration: underline;
    }

.subscribe-list-cb:checked ~ .subscribe-list-mark:before {
    display: block;
}

.subscribe-list-mark:before {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px 0 0 -4px;
    height: 7px;
    width: 7px;
    background-color: #47c1bd;
    border-radius: 50%;
    -webkit-transform: rotate( -45deg );
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate( -45deg );
}

.subscribe-list-cb {
    display: none;
}

.contact_part {
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    color: #676767;
}

    .contact_part a {
        color: #676767;
    }

.contact_icon {
    width: 21px;
    height: 21px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.home_icon {
    background-position: -43px -78px;
}

.phone_icon {
    background-position: -75px -79px;
}

.mail_icon {
    background-position: -109px -78px;
}

span.address_style {
    font-weight: normal;
}

.resocial {
    display: inline-flex;
    width: 100%;
    margin: 15px 0;
    text-align: center;
    padding-left: 25px;
}

.social_icon {
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 15px;
}

.common_icon.social_icon.facebook {
    background-position: -10px -111px;
}

.common_icon.social_icon.instagram {
    background-position: -47px -109px;
}

.common_icon.social_icon.youtube {
    background-position: -88px -110px;
}

.footer_logo {
    padding-top: 40px;
}

.devlop {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
}

.compnyname {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
}

.devlop a {
    color: #000;
}
.login_button {
    color: #f5a32c;
    border: 1px solid #f5a32c;
}
.bottom_footer {
    padding: 10px 0px;
    background: #F5A32C;
    position: relative;
}

.logos_center img {
    margin: 0 auto;
}
/*footer css end*/
@media (max-width: 991px) {
    .profile_menu a {
        padding: 5px 3px;
    }
    }
    @media (max-width: 767px) {
        .footer-menu li {
    width: 100%;
    line-height: 25px;
}
         .add_footer {
             line-height:20px;
         }
        .login_popup .modal-dialog {
            width: 95%;
            margin: 20px auto;
        }
        .carousel-inner img {
            height: 170px !important;
            object-fit: cover;
        }
        .xs-mb10 {
            margin-bottom:10px;
        }
        .banner_text h1 {
            font-size: 20px;
        }
        .banner_text p {
            font-size: 16px;
        }
        .profile_menu a {
            padding: 5px 1px;
        }
        .main_profile_top {
            padding: 10px 0;
        }
            .footer-areawe {
            padding: 20px 0px 0px 0px;
        }

        .address-head {
            font-size: 15px;
            line-height: 15px;
            margin-bottom: 5px;
        }

        .contact_part {
            font-size: 13px;
        }

        .section_main_part {
            margin-top: 115px;
        }

        .profile_menu {
            padding: 5px 0;
            float: left;
        }

        .header_block {
            min-height: 85px;
        }

        .profile_menu > li {
            margin: 0px 0px 0 10px;
        }

        .topnav a {
            font-weight: 400;
            padding: 10px 30px 5px 0px;
            width: 100%;
        }

        .advanceCurrency {
            left: 0;
        }

        .xs-border-top {
            border-top: 1px solid #f0f7ff;
        }
        .topnav {
            background: #fff;
            overflow: hidden;
            transition: .5s;
            width: 250px;
            position: fixed;
            z-index: 2;
            height: 100%;
            top: 0;
            left: -100%;
            bottom: 0;
            max-height: inherit;
            padding: 0;
        }

        .new_navbar_ope {
            position: fixed;
            background: rgba(0,0,0,0.8);
            width: 100%;
            right: 0;
            height: 100vh;
            z-index: 1;
            top: 0;
            bottom: 0;
        }

        .modal-open {
            overflow: hidden !important;
        }

        .usernamespan {
            position: relative;
            padding: 10px;
            width: 250px;
            color: #fff;
            font-weight: bold;
            margin-left: -15px;
            margin-top: 0px;
            display: block;
            background: #F5A32C;
        }
            .usernamespan .main_close {
                font-size: 17px;
                position: absolute;
                right: 10px;
                top: 10px;
                width: 20px;
                height: 20px;
                background: #fff;
                border-radius: 50%;
                color: #f5a32c;
                text-align: center;
                line-height: 22px;
            }

        .form-login-socials {
            border-left: none;
            padding-left: 0;
        }
       
    }
