html,
body {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    color: #333;
}

.newclass {
    background: #FFF;
}

button:hover, button:focus {
    outline: none !important;
    /* border: none; */
}

button {
    border: none;
    outline: none;
    cursor: pointer;
}

input {
    border: none;
    outline: none;
}

video {
    margin: 0 0 25px;
}

section {
    margin: 0;
    padding: 0;
}

header {
    position: absolute;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #00589B;
    background-image: linear-gradient(to bottom right, #00589B, #059cdc);
}

    header div.header_section {
        margin: 0 auto;
        padding: auto;
        position: relative;
        display: flex;
        flex-flow: row nowrap;
    }

        header div.header_section div.logo {
            float: left;
            width: 15%;
            align-self: center;
            margin: 10px 0;
        }

        header div.header_section div.login_block {
            float: right;
            width: 85%;
            align-self: center;
            text-align: right;
        }

        header div.header_section div.nav_block {
            float: right;
            width: 85%;
            align-self: center;
            text-align: right;
            margin: 10px 0 0
        }

            header div.header_section div.nav_block ul {
                margin: 6px 0 0;
                padding: 0;
                float: right;
            }

                header div.header_section div.nav_block ul li {
                    display: inline;
                    list-style: none;
                    border-right: #F1F1F1 solid 1px;
                    padding: 0 10px 0 10px;
                    position: relative;
                }

                    header div.header_section div.nav_block ul li a {
                        color: #FFF;
                        padding: 0 14px;
                        font-size: 16px;
                    }

                        header div.header_section div.nav_block ul li a:hover {
                            text-decoration: none;
                            color: #F1F1F1;
                        }

                        header div.header_section div.nav_block ul li a.arrow {
                            background: url(../img/arrow_down.png) no-repeat center right;
                        }

.profile_img {
    padding: 0;
    margin: 0 0 0 20px;
    float: right;
    position: relative;
}

.profile_img_2 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #FFF;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
}

header div.header_section div.nav_block ul li .dropDown_block,
.profile_img .dropDown_block {
    background: #FFF;
    border-radius: 10px;
    box-shadow: #2a2e3059 0 0 6px;
    position: absolute;
    width: 200px;
    height: auto;
    padding: 10px;
    margin: 0;
    top: 50px;
    left: 0;
    z-index: 99;
    display: none;
}

    header div.header_section div.nav_block ul li .dropDown_block::after {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        left: 50%;
        top: 0%;
        transform: translate(-50%,-50%) rotate(-45deg);
        background-color: #FFF;
    }

.profile_img .dropDown_block {
    background: #FFF;
    border-radius: 10px;
    box-shadow: #2a2e3059 0 0 6px;
    position: absolute;
    width: 200px;
    height: auto;
    padding: 10px;
    margin: 0;
    top: 50px;
    left: inherit;
    right: -40%;
    z-index: 99;
    display: none;
}

.profile_img .dropDown_block {
    /* background-image: linear-gradient(to right, #059cdc, #008acc, #0079bc, #0068ac, #00589b); */
    background-image: linear-gradient(to bottom right, #00589B, #059cdc);
    padding: 0;
}

    .profile_img .dropDown_block img.profile_imgBtn_inn {
        border-radius: 50%;
        width: 80px;
        height: 80px;
        margin: 0 auto;
        display: table;
        margin-top: 10px;
        background-color:#ffffff;
    }

    .profile_img .dropDown_block .profile_img_desc {
        text-align: center;
        color: #fff;
        font-size: 13px;
        margin: 5px;
    }

    .profile_img .dropDown_block ul {
        background-color: #fff;
    }

    .profile_img .dropDown_block::after {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        right: 10%;
        top: 0%;
        transform: translate(-50%,-50%) rotate(-45deg);
        background-image: linear-gradient(to left bottom, #00589B, #059cdc38);
    }

    .profile_img .dropDown_block ul {
        width: 100%;
    }

header div.header_section div.nav_block ul li .dropDown_block ul {
    width: 100%;
}

.profile_img .dropDown_block ul {
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .profile_img .dropDown_block ul li {
        display: block !important;
        border-right: none !important;
        border-bottom: #F1F1F1 solid 1px;
        text-align: left !important;
        padding: 10px 0 10px 10px !important;
    }

        .profile_img .dropDown_block ul li span {
            color: #00589B;
        }

        .profile_img .dropDown_block ul li:last-child {
            border-bottom: none;
        }

        .profile_img .dropDown_block ul li a {
            color: #333 !important;
            white-space: nowrap;
        }

            .profile_img .dropDown_block ul li a:hover {
                color: #00589B !important;
                white-space: nowrap;
            }

header div.header_section div.nav_block ul li .dropDown_block ul li {
    display: block;
    border-right: none;
    border-bottom: #F1F1F1 solid 1px;
    text-align: left;
    padding: 10px 0;
    cursor:pointer;
}

    header div.header_section div.nav_block ul li .dropDown_block ul li:last-child {
        border-bottom: none;
    }

    header div.header_section div.nav_block ul li .dropDown_block ul li a {
        color: #333;
    }

        header div.header_section div.nav_block ul li .dropDown_block ul li a:hover {
            color: #00589B !important;
            white-space: nowrap;
        }
    header div.header_section div.nav_block ul li .dropDown_block ul li:nth-child(2n) {
        background: #f9f9f9;
    }
div.login {
    background: #FFF;
    border-radius: 50px;
    width: 340px;
    float: right;
    padding: 6px 0;
    text-align: center;
}

    div.login a {
        font-size: 18px;
        font-weight: 600;
        color: #00589B;
        padding: 0 5px;
        text-decoration: none;
    }

        div.login a:hover {
            text-decoration: none;
            color: #02ACEB;
        }

.banner_container {
    width: 100%;
    position: relative;
    text-align: center;
}
.banner_container > img{ width: 100%;}

    /* .banner_container img {
        width: 100%;
    } */

.banner_content {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0 auto;
    color: #FFF;
    font-weight: 700;
    text-align: left;
}

    .banner_content p {
        width: 50%;
        font-size: 30px;
        z-index:9;
        opacity:1;
        /*position:absolute;*/ /*commented by anu*/
    }

section.search_container {
    position: relative; 
    /*margin-top: 80px;*/ /*commented by anuradha*/
}

article.search_block {
    min-height: 20px;
    background: #FFF;
    border-radius: 10px;
    margin: 0 auto;
    padding: 10px 20px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: #2a2e3059 0 0 6px;
    z-index: 9;
}

    article.search_block label {
        font-size: 13px;
        color: #797979;
    }

    article.search_block input,
    article.search_block input:focus,
    article.search_block input:visited,
    article.search_block input:hover,
    article.search_block input:focus-visible {
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        color: #333;
        padding: 0 0 8px 25px;
        border: 0;
        border-bottom: #CCC solid 1px;
    }

        article.search_block input::placeholder {
            color: #CCC;
        }

        article.search_block input.location {
            background: url(../img/location_ic.png) no-repeat left 1px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        article.search_block input.calender {
            background: url(../img/calender_ic.png) no-repeat left 1px;
            padding-left: 30px;
        }

        article.search_block input.pax {
            background: url(../img/pax_ic.png) no-repeat left 0;
            padding-left: 30px;
        }

    article.search_block button {
        background: #00589B;
        border-radius: 10px;
        border: transparent 2px solid;
        width: 100%;
        padding: 10px 25px;
        margin-top: 10px;
        color: #fff;
        text-transform: capitalize;
        font-weight: 500;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        display: inline-block;
    }

        article.search_block button:hover {
            border: #00589B 2px solid;
            background: transparent;
            color: #00589B;
        }

section.section_01 {
    background-color: #f6f5f3;
}

    section.section_01 article.block_01 {
        margin: 0 auto;
        min-height: 20px;
        max-width: 0 auto;
        display: table;
    }

        section.section_01 article.block_01 div.leftBlock,
        section.section_01 article.block_01 div.middleBlock,
        section.section_01 article.block_01 div.rightBlock {
            /* width: 33%; */
            min-height: 20px;
            max-width: 0 auto;
            float: left;
            padding: 115px 0;
            text-align: center;
        }

        section.section_01 article.block_01 div.leftBlock,
        section.section_01 article.block_01 div.rightBlock {
            background: #f0efed;
        }

        section.section_01 article.block_01 div.middleBlock {
            background: #f6f5f3;
            /* width: 34%; */
        }

            section.section_01 article.block_01 div.leftBlock:hover,
            section.section_01 article.block_01 div.middleBlock:hover,
            section.section_01 article.block_01 div.rightBlock:hover {
                background: #02ACEB;
            }

            section.section_01 article.block_01 div.leftBlock img,
            section.section_01 article.block_01 div.middleBlock img,
            section.section_01 article.block_01 div.rightBlock img {
                width: 30%;
            }

            section.section_01 article.block_01 div.leftBlock:hover img.home,
            section.section_01 article.block_01 div.middleBlock:hover img.calender,
            section.section_01 article.block_01 div.rightBlock:hover img.homeplus {
                width: 30%;
                display: none;
            }

            section.section_01 article.block_01 div.leftBlock:hover img.homeO,
            section.section_01 article.block_01 div.middleBlock:hover img.calenderO,
            section.section_01 article.block_01 div.rightBlock:hover img.homeplusO {
                width: 30%;
                display: inline !important;
            }

            section.section_01 article.block_01 div.leftBlock h1,
            section.section_01 article.block_01 div.middleBlock h1,
            section.section_01 article.block_01 div.rightBlock h1 {
                color: #00589B;
                font-size: 70px;
                font-weight: 600;
                margin: 40px 0;
            }

        section.section_01 article.block_01 div.rightBlock h1 {
            width: 50%;
            margin: 0 auto;
            line-height: 40px;
            margin-top: 50px;
        }

            section.section_01 article.block_01 div.rightBlock h1 a {
                color: #00589B;
                font-size: 40px;
                font-weight: 600;
                margin: 40px 0;
            }

                section.section_01 article.block_01 div.rightBlock h1 a:hover {
                    color: #FFF;
                    text-decoration: none;
                }

        section.section_01 article.block_01 div.leftBlock:hover h1,
        section.section_01 article.block_01 div.middleBlock:hover h1,
        section.section_01 article.block_01 div.rightBlock:hover h1 {
            color: #FFF;
        }

        section.section_01 article.block_01 div.leftBlock h1 span,
        section.section_01 article.block_01 div.middleBlock h1 span,
        section.section_01 article.block_01 div.rightBlock h1 span {
            color: #666;
            font-size: 30px;
        }

        section.section_01 article.block_01 div.leftBlock:hover h1 span,
        section.section_01 article.block_01 div.middleBlock:hover h1 span,
        section.section_01 article.block_01 div.rightBlock:hover h1 span {
            color: #b3e2fb;
        }

        section.section_01 article.block_01 div.leftBlock button,
        section.section_01 article.block_01 div.middleBlock button,
        section.section_01 article.block_01 div.rightBlock button {
            background: transparent;
            border: #00589B solid 2px;
            border-radius: 50px;
            padding: 10px 50px;
            margin-top: 10px;
            color: #00589B;
            text-transform: capitalize;
            font-weight: 500;
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
            display: inline-block;
        }

        section.section_01 article.block_01 div.leftBlock:hover button:hover,
        section.section_01 article.block_01 div.middleBlock:hover button:hover,
        section.section_01 article.block_01 div.rightBlock:hover button:hover {
            background: #00589B;
            border: transparent solid 2px;
            color: #FFF;
        }

        section.section_01 article.block_01 div.leftBlock:hover button,
        section.section_01 article.block_01 div.middleBlock:hover button,
        section.section_01 article.block_01 div.rightBlock:hover button {
            background: transparent;
            border: #FFF solid 2px;
            border-radius: 50px;
            padding: 10px 50px;
            margin-top: 10px;
            color: #FFF;
            text-transform: capitalize;
            font-weight: 500;
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
            display: inline-block;
        }

section.section_02 {
    background: #FFF;
}

    section.section_02 article.block_01 {
        margin: 0 auto;
        padding: 30px 0 80px;
        min-height: 20px;
        max-width: 0 auto;
        display: table;
        text-align: center;
    }

        section.section_02 article.block_01 .box {
            padding: 100px 75px 0;
        }

            section.section_02 article.block_01 .box svg {
                width: 75px;
                height: auto;
            }

            section.section_02 article.block_01 .box h1 {
                color: #00589B;
                font-size: 22px;
                font-weight: bold;
                padding: 15px 0 5px;
            }

            section.section_02 article.block_01 .box p {
                color: #333;
                font-size: 16px;
                padding: 0 0 10px;
                margin: 0;
            }

section.section_03 {
    background: #f6f5f3 url(../img/background_img01.jpg) no-repeat top center;
}

    section.section_03 article.block_01 {
        margin: 0 auto;
        padding: 150px 0 80px;
        min-height: 20px;
        max-width: 0 auto;
        display: table;
        text-align: center;
    }

        section.section_03 article.block_01 .youtube_block {
            width: 100%;
        }

            section.section_03 article.block_01 .youtube_block img.youTube {
                margin-bottom: 30px;
            }

            section.section_03 article.block_01 .youtube_block img.googlePay,
            section.section_03 article.block_01 .youtube_block img.appleStore {
                margin: 0 10px;
            }

        section.section_03 article.block_01 .youtube_content {
            width: 100%;
            text-align: left;
        }

            section.section_03 article.block_01 .youtube_content ul {
                margin: 0;
                padding: 0 0 0 15px;
            }

                section.section_03 article.block_01 .youtube_content ul li {
                    text-align: left;
                    padding: 5px 0;
                    list-style-type: square;
                }

                    section.section_03 article.block_01 .youtube_content ul li b {
                        color: #00589B;
                        font-weight: 700;
                    }

            section.section_03 article.block_01 .youtube_content p {
                padding: 50px 0 0;
            }

section.section_04 {
    background: #f6f5f3 url(/Content/img/background_img02.jpg) no-repeat top center;
}

    section.section_04 article.block_01 {
        margin: 0 auto;
        padding: 80px 0;
        min-height: 20px;
        max-width: 0 auto;
        display: table;
        text-align: center;
    }
    section.section_04 article.block_01 .subscribe_block > img{ float: left;}

        section.section_04 article.block_01 .subscribe_block {
            width: 70%;
            margin: 0 auto;
        }

            section.section_04 article.block_01 .subscribe_block .subscribe_fields {
                width: auto;
                padding: 20px 0;
            }

                section.section_04 article.block_01 .subscribe_block .subscribe_fields input {
                    background: #FFF;
                    border-radius: 10px;
                    color: #333;
                    border: none;
                    padding: 15px;
                    width: 50%;
                    font-size: 18px;
                }

                section.section_04 article.block_01 .subscribe_block .subscribe_fields button {
                    background: #fac832;
                    border-radius: 10px;
                    color: #333;
                    border: none;
                    padding: 15px;
                    width:20%;
                    font-size: 18px;
                    margin-left: 10px;
                    font-weight: 600;
                }

            section.section_04 article.block_01 .subscribe_block p {
                color: #FFF;
                font-size: 18px;
                padding: 10px 0 0;
                line-height: 32px;
                margin-bottom: 0;
            }

section.becomeahost_container {
    background: #f6f5f3;
    margin: 0 auto;
    padding: 70px 0;
}

    section.becomeahost_container h1 {
        font-size: 24px;
        font-weight: normal;
        padding: 0;
        margin: 0;
        text-align: left;
        margin-bottom: 20px;
    }

    section.becomeahost_container article.lightbgBlock {
        background: transparent;
        padding: 30px 0;
    }

    section.becomeahost_container article.darkbgBlock {
        background: #f0efee;
        padding: 30px 0;
    }

        section.becomeahost_container article.lightbgBlock label,
        section.becomeahost_container article.darkbgBlock label {
            font-size: 13px;
            font-weight: 500;
            color: #999;
            padding: 0;
            margin: 0;
        }

            section.becomeahost_container article.lightbgBlock label i,
            section.becomeahost_container article.darkbgBlock label i {
                color: #F00;
            }

            section.becomeahost_container article.lightbgBlock label.blue,
            section.becomeahost_container article.darkbgBlock label.blue {
                font-size: 16px;
                color: #105a9e;
            }

.radioBtns {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radioBtns input.radio {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #FFF;
    border-radius: 50%;
}

.radioBtns:hover input ~ .checkmark {
    background-color: #ccc;
}

.radioBtns input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radioBtns input:checked ~ .checkmark:after {
    display: block;
}

.radioBtns .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}



section.becomeahost_container article.lightbgBlock input,
section.becomeahost_container article.darkbgBlock input {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 5px 0 8px;
    margin: 5px 0 20px;
    border: 0;
    background: transparent;
    border-bottom: #CCC solid 1px;
}

section.becomeahost_container article.lightbgBlock select,
section.becomeahost_container article.darkbgBlock select {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 5px 0 8px;
    margin: 5px 0 30px;
    border: 0;
    background: transparent;
    border-bottom: #CCC solid 1px;
}

section.becomeahost_container article.lightbgBlock textarea,
section.becomeahost_container article.darkbgBlock textarea {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 5px 0 8px;
    margin: 5px 0 30px;
    border: 0;
    background: transparent;
    border-bottom: #CCC solid 1px;
}

footer {
    background: #333333;
}

    footer div.block_01 {
        margin: 0 auto;
        padding: 0;
        min-height: 20px;
        max-width: 0 auto;
        display: table;
        text-align: center;
        color: #FFF;
        display: flex;
        flex-flow: row nowrap;
    }

        footer div.block_01 div.footer_left {
            width: 90%;
            background: #272727;
            padding: 60px 40px;
            text-align: left;
            margin: 0 auto;
            align-self: center;
        }

            footer div.block_01 div.footer_left p {
                padding: 30px 0 0;
                margin: 0;
                line-height: 24px;
            }

        footer div.block_01 div.footer_middle {
            padding: 100px 0 0;
            margin: 0 auto;
            text-align: center;
            align-self: center;
        }

            footer div.block_01 div.footer_middle h2 {
                font-size: 20px;
                font-weight: 600;
            }

            footer div.block_01 div.footer_middle p {
                padding: 10px 0 0;
                margin: 0 0 20px;
                line-height: 24px;
            }

        footer div.block_01 div.footer_right {
            padding: 80px 40px 0;
            margin: 0 auto;
            text-align: center;
            align-self: center;
        }

            footer div.block_01 div.footer_right .follow_us {
                width: 100%;
                padding-bottom: 30px;
                display: table;
            }

                footer div.block_01 div.footer_right .follow_us h2 {
                    font-size: 20px;
                    font-weight: 600;
                }

                footer div.block_01 div.footer_right .follow_us ul {
                    width: 100%;
                    margin: 25px 0 0;
                    padding: 0;
                }

                    footer div.block_01 div.footer_right .follow_us ul li {
                        list-style: none;
                        float: left;
                        padding: 0 10px;
                        width: 20%;
                    }

                        footer div.block_01 div.footer_right .follow_us ul li a {
                            opacity: 1;
                        }

                            footer div.block_01 div.footer_right .follow_us ul li a:hover {
                                opacity: .5;
                            }

                            footer div.block_01 div.footer_right .follow_us ul li a img {
                                width: 90%;
                            }

            footer div.block_01 div.footer_right .quick_links {
                width: auto;
                width: 100%;
            }

                footer div.block_01 div.footer_right .quick_links h2 {
                    font-size: 20px;
                    font-weight: 600;
                    border-top: #5c5c5c solid 1px;
                    width: 75%;
                    margin: 0px auto 0;
                    padding: 20px 0;
                }

                footer div.block_01 div.footer_right .quick_links p a {
                    color: #FFF;
                    padding: 0 5px;
                }

.mob_menuicon,
.mob_menu_container {
    /* display: none; */
}

.contact_block {
    padding: 50px 0;
    margin: 0;
}

    .contact_block h2 {
        font-size: 22px;
        border-bottom: #CCC solid 1px;
        padding: 0 0 15px;
    }

    .contact_block p {
        font-size: 16px;
        padding: 15px 0;
        color: #333;
        width: 75%;
        line-height: 30px;
    }

.contact_form {
    margin: 0;
}

    .contact_form label {
        font-size: 13px;
        font-weight: 500;
        color: #999;
        padding: 0;
        margin: 0;
    }

    .contact_form input {
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        color: #333;
        padding: 5px 0 8px;
        margin: 5px 0 20px;
        border: 0;
        background: transparent;
        border-bottom: #CCC solid 1px;
    }

    .contact_form textarea {
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        color: #333;
        padding: 5px 0 8px;
        margin: 5px 0 20px;
        border: 0;
        background: transparent;
        border-bottom: #CCC solid 1px;
    }

    .contact_form select {
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        color: #333;
        padding: 5px 0 8px;
        margin: 5px 0 30px;
        border: 0;
        background: transparent;
        border-bottom: #CCC solid 1px;
    }

.btn_block button.fillbtn {
    background: #00589B;
    border: #00589B solid 2px;
    border-radius: 50px;
    padding: 10px 50px;
    margin-top: 10px;
    color: #FFF;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}

.btn_block1 button.fillbtn1 {
    background: #00939b;
    border: #00589B solid 2px;
    border-radius: 50px;
    padding: 10px 50px;
    margin-top: 10px;
    color: #FFF;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}


.googleMap_block {
    width: 100%;
    margin: 25px 0 0;
    height: 400px;
}

.about_block {
    padding: 50px 0;
    margin: 0;
}

    .about_block h2 {
        font-size: 22px;
        border-bottom: #CCC solid 1px;
        padding: 0 0 15px;
    }

    .about_block p {
        font-size: 16px;
        padding: 15px 0 0;
        margin: 0;
        color: #333;
        width: 100%;
        line-height: 26px;
    }

        .about_block p b {
            padding-top: 20px;
            display: block;
        }

    .about_block ul li {
        padding: 5px 0;
    }


.profile_block {
    padding: 50px 0;
    margin: 0;
    /*background: #F1F1F1;*/
    text-align: center;
}

    .profile_block h2 {
        font-size: 22px;
        padding: 0 0 15px;
    }

    .profile_block p {
        font-size: 16px;
        padding: 15px 0 0;
        margin: 0;
        color: #333;
        width: 100%;
        line-height: 26px;
        text-align: left;
    }

.profile_pic b {
    padding: 10px 0 0;
    display: block;
}

.profile_pic a img:hover {
    opacity: .5;
}
.profile_pic a#profilephotolink img:hover {
    opacity:3 !important;
}
    .faq_block {
        padding: 50px 0;
        margin: 0;
    }

    .faq_block h2 {
        font-size: 22px;
        border-bottom: #CCC solid 1px;
        padding: 0 0 15px;
    }

.rounded-circle {
    background-color: #e0dfdf;
}

.search_block_n {
    float: right;
    position: relative;
}

    .search_block_n input.form-control {
        padding-left: 27px !important;
        border-radius: 10px;
    }

    .search_block_n .fa-search {
        color: #999;
        position: absolute;
        top: 14px;
        left: 10px;
    }

.jconfirm-box {
    text-align: center;
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
    float: inherit !important;
}

.jconfirm.jconfirm-light .jconfirm-bg {
    opacity: .75 !important;
}

.marpad0 {
    padding: 0 !important;
    margin: 0 !important;
}

.mar0 {
    margin: 0 !important;
}
.pad0 {
    padding: 0 !important;
}
.pcheckin{
    margin-top:10px !important;
}
@media only screen and (max-width: 1200px) {
    .banner_container {
        overflow: hidden;
    }

        .banner_container img {
            max-height: 250px;
            width: auto;
        }

        .banner_container p {
            width: 50%;
            font-size: 20px;
            left: 5%;
        }

    footer div.block_01 div.footer_right .follow_us ul li a img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {

    .mob_menuicon, .mob_menu_container {
        display: none;
    }

    /*footer div.block_01 div.footer_right .follow_us ul {
        width: 50%;
        margin: 0 auto;
    }*/


}

@media only screen and (max-width: 800px) {

    section.section_01 article.block_01 div.rightBlock h1 {
        line-height: 30px;
    }

        section.section_01 article.block_01 div.rightBlock h1 a {
            color: #00589B;
            font-size: 30px;
            font-weight: 600;
            margin: 40px 0;
        }

    section.section_02 article.block_01 {
        padding-bottom: 80px;
    }

        section.section_02 article.block_01 .box {
            padding: 100px 30px 0;
        }

    section.section_04 article.block_01 .subscribe_block {
        width: 80%;
        margin: 0 auto;
    }

    footer {
        padding: 0 0 50px;
    }

    .ipad_block {
        width: 100% !important;
        max-width: 100%;
        flex: auto;
    }
}

@media only screen and (max-width: 600px) {
   
    .banner_content {
        top: inherit;
        bottom: 0;
        left: 0;
        transform: inherit;
    }

    .banner_container img {
        max-height: 175px;
        width: auto;
    }

    .banner_container p {
        width: 90%;
        font-size: 20px;
        left: 5%;
    }

    section.becomeahost_container {
        padding: 20px 0;
    }

    article.search_block {
        position: inherit;
        bottom: inherit;
        left: inherit;
        transform: inherit;
        border-radius: 0;
        padding: 30px 20px 0;
    }

    .search_mob {
        padding-bottom: 20px;
    }

    section.section_02 article.block_01 {
        padding-bottom: 60px;
    }

        section.section_02 article.block_01 .box {
            padding: 80px 40px 0;
        }

    section.section_03 article.block_01 {
        padding: 50px 0;
        width: 90%;
    }

        section.section_03 article.block_01 img.youTube {
            width: 90%;
        }

        section.section_03 article.block_01 .youtube_content {
            width: 100%;
            margin: 30px auto; margin-bottom: 0;
        }

            section.section_03 article.block_01 .youtube_content p {
                padding: 10px 0; margin-bottom: 0;
            }

    section.section_04 article.block_01 .subscribe_block .subscribe_fields input {
        width: 100%;
    }

    section.section_04 article.block_01 .subscribe_block .subscribe_fields button {
        width: 100%;
        margin-top: 20px;
    }

    .nav_block {
        display: none;
    }

    .mob_menuicon {
        display: block;
        cursor: pointer;
    }

    header div.header_section div.logo {
        width: 50%;
    }

    .banner_container {
        margin-top: 75px;
    }

    .mob_menuicon {
        padding: 0;
        margin: 0 0 0 20px;
        float: right;
        align-self: center;
        width: 50%;
        text-align: right;
    }

        .mob_menuicon i {
            color: #FFF;
            font-size: 30px;
        }

    footer div.block_01 {
        padding: 0 15px;
    }

    .mob_menu_container {
        /* display: block; */
        background: #FFF;
        width: 75%;
        height: 100%;
        padding: 5%;
        position: fixed;
        right: -100%;
        top: 0;
        z-index: 999;
        transition: 1s;
    }

    .mob_menu_container_2 {
        right: 0%;
        transition: 1s;
        /* display: block; */
    }

    .mob_menu_container label {
        font-size: 13px;
        font-weight: 500;
        color: #999;
        padding: 0;
        margin: 0;
    }

    .mob_menu_container select {
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        color: #333;
        padding: 5px 0 8px;
        margin: 5px 0 15px;
        border: 0;
        background: transparent;
        border-bottom: #CCC solid 1px;
    }

    .mob_menu_container .profile_photo_block {
        width: 100px;
        height: 100px;
        text-align: center;
        margin: 0 auto;
        position: relative;
    }

        .mob_menu_container .profile_photo_block .profile_photo {
            width: 100px;
            height: 100px;
            margin: 0 auto;
            border-radius: 50%;
            overflow: hidden;
            margin: 0 auto;
            border: #FFF 5px solid;
            text-align: center;
        }

        .mob_menu_container .profile_photo_block .camera_icon {
            position: absolute;
            right: -0;
            bottom: -0;
            z-index: 9999999;
            background: #4164de;
            padding: 7px;
            border-radius: 30px;
            color: #FFF;
            border: #FFF 3px solid;
            font-size: 13px;
            cursor: pointer;
        }

    .mob_menu_container .profile_data {
        width: 90%;
        height: auto;
        text-align: center;
        margin: 5% auto;
    }

        .mob_menu_container .profile_data h2 {
            color: #105a9e;
            font-size: 20px;
            font-weight: 700;
            margin: 20px 0 0;
            padding: 0;
            text-align: center;
        }

        .mob_menu_container .profile_data p {
            color: #666;
            font-size: 16px;
            font-weight: 400;
            margin: 0 0 0;
            padding: 6px 0 0;
            text-align: center;
        }

    a.close_btn i {
        color: #333;
        font-size: 30px;
    }
}

.mar0 {
    margin-right: 0;
    margin-left: 0;
}

.newtable_grid_1 {
    background: #3fbf9f;
    border: rgba(0, 0, 0, .15) solid 1px;
}

.newtable_grid_2 {
    background: #3fbf9f;
    border: rgba(0, 0, 0, .15) solid 1px;
}

.newtable_grid_3 {
    background: #3fbf9f;
    border: rgba(0, 0, 0, .15) solid 1px;
}

.newtable_grid_4 {
    background: #FFF;
    border: rgba(0, 0, 0, .15) solid 1px;
}


.newfooter {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 0;
    padding: 6px 0 0;
    text-align: center;
}

label.error {
    color: red !important;
    /*float:left;*/
}
.check-loca label.error {
    color: red !important;
    font-weight: normal;
    padding-left:0px !important;
}
.error#ShabbatPricing-error, .error#ddlHolidayPricing-error, .error#GuestCharge-error, .error#ddlNoOfGuests-error, .error#CleaningFee-error, .error#OtherFee-error, .error#txtSelfCheckInCode-error, .error#sltstayMaxLength-error {
    color: red !important;
    font-weight: normal;
}
 .error#checks-error{
     margin-left:10px;
 }
.error#AccommodationPlace-error, .error#KosherType-error {
    margin-left: 15px;
}
input[type="checkbox"].error {
    outline: 1px solid red;
    outline-style: auto;
}

.divPicturesStay {
    display: inline-block;
    width: 100%;
}

.imge-upload {
    float: left;
    margin-right: 10px;
    width: 19%;
    position: relative;
    margin-bottom: 10px;
    height:150px;
    overflow:hidden;
}

    .imge-upload img {
        width: 100%;
        height:100%;
    }

.image-option {
    top: 0;
    position: absolute;
    right: 10px;
}

    .image-option span {
        color: #fff;
        background-color: #105a9e;
        font-size: 10px;
        padding: 3px 10px;
        border-radius: 4px;
        cursor: pointer;
    }

    .image-option .chkDefault {
        width: auto !important;
        margin: 5px 4px !important;
        position: relative;
        top: 2px;
    }
/* list-btm-hide css start */
.list-btm {
    position: relative;
}

.list-buttons .list-btm a {
    font-size: 26px;
    padding: 16px 6px;
    line-height: 0;
}

.list-btm-hide {
    display: none;
    padding: 10px;
    position: absolute;
    top: 0;
    transition: 0.4s;
    transform: translate(-49%, -43%);
    border-radius: 119px 110px 0 0;
}

    .list-btm-hide ul {
        padding: 0;
    }

        .list-btm-hide ul li {
            float: left;
            list-style: none;
            padding: 10px;
            background-color: #f1f1f1;
            margin: 3px;
            border-radius: 50px;
            transform: translate(-49%, -43%);
            transition-duration: 320ms;
            transform: translate3d(0.09158px, 114.99996px, 0);
        }

            .list-btm-hide ul li img {
                width: 30px;
                height: 30px;
            }

.list-btm-show {
    display: inline-block;
    top: -50px;
    transition: 0.4s;
}


.list-btm-hide ul li:nth-child(1) {
    transition-duration: 160ms;
    transform: translate3d(125.42548px, 71.48084px, 0);
}

.list-btm-hide ul li:nth-child(2) {
    transition-duration: 240ms;
    transform: translate3d(65.18543px, 11.2491px, 0);
}

.list-btm-hide ul li:nth-child(3) {
    transition-duration: 320ms;
    transform: translate3d(35.09158px, 7.99996px, 0);
}

.list-btm .menu {
    -webkit-filter: url("#goo");
    filter: url("#goo");
}

.list-btm .menu-item,
.list-btm .menu-open-button {
    background: #02ACEB;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    margin-left: -25px;
    position: absolute;
    top: 20px;
    color: white;
    text-align: center;
    line-height: 80px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms;
    padding: 12px;
}

.list-btm .menu-open {
    display: none;
}

.list-btm .hamburger {
    width: 15px;
    height: 2px;
    background: white;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6.9px;
    margin-top: -0.5px;
    -webkit-transition: -webkit-transform 200ms;
    transition: transform 200ms;
}

.list-btm .hamburger-1 {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
}

.list-btm .hamburger-2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.list-btm .hamburger-3 {
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0);
}

.list-btm .hamburger-4 {
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0);
}

.list-btm .menu-open:checked + .menu-open-button .hamburger-1 {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
}

.list-btm .menu-open:checked + .menu-open-button .hamburger-2 {
    -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
    transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.list-btm .menu-open:checked + .menu-open-button .hamburger-3 {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
}

.list-btm .menu-open:checked + .menu-open-button .hamburger-4 {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
}

.list-btm .menu {
    position: absolute;
    left: 0;
    padding-left: 219px;
    width: 355px;
    height: 0;
    box-sizing: border-box;
    text-align: left;
    right: 0;
    bottom: 18px;
    /*z-index: 99;*/
}

.list-btm .menu-item:hover {
    background: white;
    color: #e91e63;
}

.list-btm .menu-item:nth-child(3) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.list-btm .menu-item:nth-child(4) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.list-btm .menu-item:nth-child(5) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.list-btm .menu-item:nth-child(6) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.list-btm .menu-item:nth-child(7) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.list-btm .menu-item:nth-child(8) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.list-btm .menu-item:nth-child(9) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.list-btm .menu-open-button {
    z-index: 2;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    cursor: pointer;
}

    .list-btm .menu-open-button:hover {
        -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
        transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    }

.list-btm .menu-open:checked + .menu-open-button {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
    transform: scale(0.8, 0.8) translate3d(0, 0, 0);
    width: 34px;
    height: 34px;
    margin-left: -30px;
}

.list-btm .menu-open:checked ~ .menu-item {
    -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
    transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}

    .list-btm .menu-open:checked ~ .menu-item:nth-child(3) {
        -webkit-transition-duration: 180ms;
        transition-duration: 180ms;
        -webkit-transform: translate3d(-2.91639px, -127.99997px, 0);
        transform: translate3d(-2.91639px, -127.99997px, 0);
    }

    .list-btm .menu-open:checked ~ .menu-item:nth-child(4) {
        -webkit-transition-duration: 280ms;
        transition-duration: 280ms;
        -webkit-transform: translate3d(-3.0534px, -84.47586px, 0);
        transform: translate3d(-3.0534px, -84.47586px, 0);
    }

    .list-btm .menu-open:checked ~ .menu-item:nth-child(5) {
        -webkit-transition-duration: 380ms;
        transition-duration: 380ms;
        -webkit-transform: translate3d(-1.0534px, -40.52414px, 0);
        transform: translate3d(-1.0534px, -40.52414px, 0);
    }

    .list-btm .menu-open:checked ~ .menu-item:nth-child(6) {
        -webkit-transition-duration: 480ms;
        transition-duration: 480ms;
        -webkit-transform: translate3d(-1.0534px, -170.52414px, 0);
        transform: translate3d(-1.0534px, -170.52414px, 0);
    }

    .list-btm .menu-open:checked ~ .menu-item:nth-child(7) {
        -webkit-transition-duration: 580ms;
        transition-duration: 580ms;
        -webkit-transform: translate3d(-90.86291px, 52.62064px, 0);
        transform: translate3d(-90.86291px, 52.62064px, 0);
    }

    .list-btm .menu-open:checked ~ .menu-item:nth-child(8) {
        -webkit-transition-duration: 680ms;
        transition-duration: 680ms;
        -webkit-transform: translate3d(-91.03006px, -52.33095px, 0);
        transform: translate3d(-91.03006px, -52.33095px, 0);
    }

    .list-btm .menu-open:checked ~ .menu-item:nth-child(9) {
        -webkit-transition-duration: 780ms;
        transition-duration: 780ms;
        -webkit-transform: translate3d(-0.25084px, -104.9997px, 0);
        transform: translate3d(-0.25084px, -104.9997px, 0);
    }

.list-btm .menu-item i {
    color: #fff;
    position: relative;
    bottom: 6px;
    font-size: 19px;
    right: 4px;
}

.list-btm .menu-item:hover i {
    color: #02ACEB;
}
/* list-btm-hide css end */
.layoutlabel {
    color: #000;
    font-weight: normal;
    font-size: 13px
}

.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
    background: #02acea none !important;
    color: #fff !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    background-color: #02acea !important;
    color: #000 !important;
    border: 1px solid #02acea !important;
}

.bed-popup .form-group {
    margin-bottom: 6px;
}

.bed-popup label {
    margin-bottom: 0;
}
/*.ui-widget-content td.ui-state-highlight {
    background-color: red !important;
    border: 0 !important;
}*/

/*.hasDatepicker.datepiker-cust td.ui-state-highlight a.ui-state-default {
    background: red !important;
    border: 0 !important;
    color: #fff !important;
}*/
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999;
    top: 42%;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
    text-decoration: none !important;
}

.btnAddRuleRemove {
    margin-top: 25px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.g-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(70,85,96,.6);
    position: fixed;
    z-index: 999;
}

.datepiker-cust.hasDatepicker {
    float: left;
}

.list_inn_main_list h4 span {
    float: right;
}

.list_inn_main_list h3 span {
    float: right;
}

.fa:before,
.far:before,
.fas:before {
    font-size: 13px;
}
.mob-icon:before {
    font-size: 20px !important;
}

    @media(max-width: 767px) {
        .profile_photo img {
        width: auto;
        height: 100%;
    }
    .connect_block li button img {
        width: 100% !important;
    }

    .list-img .fav-stays {
        top: 44px !important;
    }
}
/* advance-filter css start */
section.becomeahost_container article .create_fields.create_fields_new {
    padding: 5% 0;
}

section.becomeahost_container article input.location {
    background: url(../img/location_ic.png) no-repeat left 1px;
    padding: 0 0 8px 25px;
}

section.becomeahost_container article input.calender {
    background: url(../img/calender_ic.png) no-repeat left 1px;
    padding-left: 30px;
    width: 49%;
    float: left;
    margin-right: 10px;
}

    section.becomeahost_container article input.calender:last-child {
        margin-right: 0;
    }

section.becomeahost_container article label.radioBtns {
    padding-left: 40px !important;
    margin-bottom: 20px;
}

    section.becomeahost_container article label.radioBtns .radio {
        width: auto;
    }

label.d-block {
    display: block !important;
}

section.becomeahost_container article .cust-select-wi label {
    width: 40%;
    margin-right: 20px;
}

section.becomeahost_container article .cust-select-wi select {
    width: 17%;
}

.filter-popup {
    margin-top: 20px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.row.create_fields.create_fields_advance .switch {
    float: right;
}

.select-btn {
    width: 100%;
}

    .select-btn span {
        color: #333333 !important;
    }

    .select-btn input {
        float: left;
        width: auto !important;
        margin-right: 10px !important;
    }

.switch-cust {
    display: inline-block;
    width: 100%;
}

section.becomeahost_container {
    border-radius: 6px;
}

.view-buttons {
    margin-top: 0px;
}
/* advance-filter css end */

/* booking-summery css start */
.detail-accordian .card-body {
    padding-top: 0;
}

.booking-summ-cust .select-btn {
    font-size: 13px;
    font-weight: 500;
    color: #999;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

    .booking-summ-cust .select-btn p {
        font-size: 13px;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 500;
        color: #999;
    }

.ul-stay {
    padding-left: 20px;
}

    .ul-stay li {
        font-size: 12px;
    }

.pricing-sec {
    padding: 20px;
    background-color: #f1f1f1;
    border-radius: 6px;
}

    .pricing-sec > h6 {
        font-size: 18px;
        font-weight: bold;
        position: relative;
        margin-bottom: 15px;
    }

        .pricing-sec > h6:after {
            position: absolute;
            content: "";
            border: 1px solid #000;
            width: 32px;
            bottom: -4px;
            left: 0;
        }

    .pricing-sec > p {
        background-color: #fff;
        padding: 15px;
        border-radius: 6px;
    }

.detail-accordian .card-header button {
    padding-left: 15px;
}

.pricing-sec table {
    margin-bottom: 10px;
}

a.view-more.active {
    margin-bottom: 20px;
}

.pricing-sec table label {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 13px;
    margin-right: 20px;
}

.radio-section-booking .radioBtns {
    font-size: 13px;
    font-weight: 500;
    /* color: #999; */
    color: #333333 !important;
    padding: 0;
    margin: 0;
    padding-left: 40px !important;
    margin-bottom: 20px;
}

    .radio-section-booking .radioBtns p {
        margin: 0;
        color: #999 !important;
    }

.modal-ratings .modal-content {
    background-color: #fff;
    padding: 20px;
}

.modal-rat-body-list-left {
    width: 16%;
    float: left;
    margin-right: 25px;
}

    .modal-rat-body-list-left img {
        width: 80px;
        border-radius: 100%;
        height: 80px;
    }

.modal-rat-body {
    padding: 20px 0;
}

.detail-accordian .card-header button img.card-b-img {
    margin-right: 10px;
    width: 22px;
}

.modal-rat-body-list-right {
    float: left;
    width: 80%;
}

    .modal-rat-body-list-right > div img {
        width: 30px;
    }

    .modal-rat-body-list-right span {
        display: block;
        margin-bottom: 20px;
    }

.modal-rat-ov-l {
    width: 50%;
    float: left;
}

a.view-more {
    margin: 10px 5px 20px;
}

.booking-list-new {
    padding-right: 0;
    padding-left: 0;
}

    .booking-list-new .details-left-list {
        width: 100%;
        background: #f1f1f1;
        padding: 20px;
        border-radius: 6px;
    }
 a.edit-text-box {
   
    color: #00589B;
    padding: 4px 18px;
    border-radius: 6px;
    border: #00589B solid 2px;
}
select.select-cust {
    font-size: 16px;
    width: 17%;
    font-weight: 500;
    color: #333;
    padding: 5px 0 8px;
    margin: 5px 0 15px;
    border: 0;
    background: transparent;
    border-bottom: #CCC solid 1px;
}
/* booking-summery css end */
/* New Section styles in landing page */

.section_05 {
    background-color: #F7F7F7;
}

.featured-item {
    border: 1px solid #00589b;
    height: auto;
    width: 232px;
    position: relative;
    background-color: #fff;
    margin: 15px auto;
    overflow: hidden;
    height: 350px;
}

.featured-item-head {
    height: 250px;
    position: relative;
    z-index: 1;
}

    .featured-item-head a {
        position: absolute;
        width: 201px;
        top: 50%;
        left: 50%;
        height:49px;
        
        transform: translate(-50%, -50%);
    }

        .featured-item-head a img {
            /*width: 100%;*/
            margin: 0 auto;
            display: block;
        }

.featured-item-body {
    position: absolute;
    top: 60%;
    background-color: #00589B;
    transition: all ease-in .25s;
    padding: 5px 15px;
    z-index: 2;
    cursor: pointer;
    pointer-events: auto;
}

    .featured-item-body h4 {
        color: #fff;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .featured-item-body p {
        font-size: 12px;
        color: #FFF;
        margin-bottom: 0px;
        font-weight: 500;
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5; /* number of lines to show */
        line-clamp: 5;
        -webkit-box-orient: vertical;
        height:90px;
    }

    .featured-item-body:hover {
        top: 50%;
    }

.read-more {
    display: flex;
    align-items: center;
}

    .read-more a {
        font-size: 13px;
        text-decoration: none;
        color: #fff;
    }

        .read-more a:hover {
            color: #fff;
        }

    .read-more svg g path {
        fill: #fff;
    }

.feature-section {
    padding: 60px 0px;
}

@media (max-width: 991px) {
    /* .featured-item{
        width: 100%;
    } */

}
#jstay-inspect-popup {
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100%;
    overflow: auto scroll;
    position: fixed;
    z-index: 99999;
    background-color: rgba(255,255,255,0.90);
    display: none;
}

    #jstay-inspect-popup .jstay-popup-sec .jstay-inspect-popup-contect {
        width: 400px;
        height: auto;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99999;
        padding: 25px;
    }

        #jstay-inspect-popup .jstay-popup-sec .jstay-inspect-popup-contect p {
            color: #272727;
            line-height: 1.4em;
            font-size: 15px;
        }

            #jstay-inspect-popup .jstay-popup-sec .jstay-inspect-popup-contect p.note {
                font-size: 12px;
            }

.jstay-popup-close {
    width: 140px;
    margin: 0 auto;
    background-color: #00589b;
    border-radius: 0 !important;
    color: #fff;
    display: block !important;
}

@media (max-width: 420px) {
    #jstay-inspect-popup .jstay-popup-sec .jstay-inspect-popup-contect {
        width: 100%;
    }
}
.frmSavePayment i{
    color:red;
}
@media(max-width: 767px) {
article.search_block label

{
    width: 100% !important;
    float: none !important;
}
    article.search_block input {
        border-bottom: 1px solid #ccc !important;
        padding-left: 30px !important;
        width:100% !important;
        border-radius:0 !important;
    }
    div.login {
        width: 215px;
        padding:2px 0;
    }

        div.login a {
            font-size: 13px;
            padding:0px;
        }

}

#jstay-24-7-popup {
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100%;
    overflow: auto scroll;
    position: fixed;
    z-index: 99999;
    background-color: rgb(36 36 36 / 90%);
    display: none;
}

#jstay-24-7-popup .jstay-popup-sec .jstay-24-7-popup-contect {
    width: 400px;
    height: auto;
    /*background-color: #fff;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    padding: 25px;
}

#jstay-24-7-popup .jstay-popup-sec .jstay-24-7-popup-contect p {
    color: #fff;
    line-height: 1.4em;
    font-size: 15px;
}

#jstay-24-7-popup .jstay-popup-sec .jstay-24-7-popup-contect p.note {
    font-size: 12px;
}

.jstay-24-7-popup-close {
    display: block !important;
    margin-top: -39px;
    background-color: inherit;
    color: #fff;
    margin-right: 47px;
}
#jstay-24-7-popup .jstay-popup-sec .jstay-24-7-popup-contect p a {
    color:#fff;
    text-decoration:underline;
}
    @media (max-width: 420px) {
        #jstay-24-7-popup .jstay-popup-sec .jstay-24-7-popup-contect {
            width: 100%;
        }
    }

.saveCloseText {
   
    background-color: #105a9e;
    color: #fff;
    padding: 5px 16px;
    border-radius: 12px;
    font-weight: normal;
    cursor:pointer;
}
/* cookies popup start*/

.accept-cookies {
    position: fixed;
    bottom: 0;
    top: inherit !important;
    width: 100%;
    padding: 0;
    z-index: 9;
}

    .accept-cookies .bg {
        background: #059cdc;
        float: left;
        display: inline-block;
        width: 100%;
        padding: 25px;
    }

        .accept-cookies .bg p {
            color: #fff;
            padding: 0;
            margin: 0;
        }

        .accept-cookies .bg .orange-btn {
            box-shadow: none;
            display: inline-block;
            margin-right: 25px;
        }

        .accept-cookies .bg a {
            color: #f26826;
            text-decoration: none;
            margin-top: 8px;
            display: inline-block;
            float: none;
        }

.home-content .success-stories .bg .pic img {
    margin: 0 auto;
}

.accept-cookies a.close-btn {
    position: absolute;
    font-size: 34px;
    color: #fff;
    right: 15px;
    top: 5px;
}
/*cookies popup end */