.theme-btn {
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    background: #ab8a62;
    color: #fff;
    padding: 13px 22px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
    cursor: pointer;
}

.theme-btn:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #22222242;
    color: #fff !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-btn:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    color: #fff !important;
}


.req:after {
    content: '*';
    display: inline-block;
    margin-left: 3px;
    color: #f12b2b;
    font-size: 13px;
    position: relative;
    line-height: 15px;
    font-weight: bold;
}

label.error {
    color: #f12b2b;
    font-size: 12px;
}


.single-facility {
    min-height: 270px !important;
}

.single-facility img {
    width: 80px;
}

.cont-bx {
    min-height: 250px !important;
}

.cont-sec .single-facility {
    border: 1px solid #e3dfdf;

}

.cont-sec .single-facility p {
    font-weight: bold;
}

.bg-brown {
    background-color: #aa8453 !important;
}

.media-body p {
    font-size: 16px;
    font-weight: 600 !important
}

.color-boxs p {
    font-size: 20px;
    line-height: 1.3em;
    color: white !important
}

.bggreen {
    background-color: #77b82a !important
}

.bgblue {
    background-color: #2daee7 !important
}

.window-btns .amount {
    border: 2px solid #aa8453 !important;
    padding: 3px;
}

.window-btns a:hover .window-btns .amount {
    border: 2px solid #222 !important;
}


.window-header {
    font-size: 45px;
    text-align: left;
    color: White;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.8em
}

@media (max-width: 767px) {
    .window-header {
        font-size: 30px !important;
        line-height: 1.5em;
        text-align: center;
        margin-top: 30px;
    }

    .comming {
        min-height: 300vh;
    }
}

.header-sec {
    padding: 150px 0px;

}

h1.header-name{
    font-size:3rem; text-align:center; color:#ffba62!important; text-transform:capitalize; line-height:0.7em; font-family:biglight;
}
    
@media (min-width: 768px) {     
    h1.header-name{
        font-size: 200px;
        letter-spacing:18px
    }
    .modal-dialog {
        max-width: 1000px;
        margin: 1.75rem auto;
    }
}

ol.faqs{margin-left:15px}
ol.faqs li{list-style:auto; margin:5px 0px}

