.page-header h1.page-title{
    font-weight: 400;
}
.section-heading h1, .section-heading h2{
    font-weight: 400;
    margin-top: -56px;
}
.section-heading p{
    line-height: 24px;
}
.price-head h2{
    font-weight: 400;
    font-size: 25px;
}
#btn-as{
    font-size: 13px;
    font-weight: 100;
    text-transform: capitalize;
    padding-left: 11px;
    padding-right: 11px;
    letter-spacing: 1px;
    margin-left: 32px;
    height: 41px;
}
a.go-to-top{
    top: 92%;
    padding: 7px 11px;
}
#p-style{
    margin-top: -9px;
}
#btn-style{
    font-size: 13px;
    font-weight: 100;
    text-transform: capitalize;
    padding-left: 11px;
    padding-right: 11px;
    letter-spacing: 1px;
    margin-left: 32px;
    height: 41px; 
}
#enq-style{
    margin-top: -9px; 
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {

    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
    display: block !important;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 35px;
    font-weight: 600;
    margin: 10px 0px 30px 0px;
}
.popup form input{
    margin-bottom: 10px;
    padding: 10px;
}
.popup form{
    text-align:center;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #06D85F;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}



@media screen and (max-width: 991.5px){
    #btn-as{
        display: block;    
    }
} 
@media only screen and (max-width: 767px){
    .mean-container a.meanmenu-reveal{
        width: 15px;
        height: 15px;
        padding: 3px 10px 10px 8px;
    }
    #btn-as{
        display: block;
    }
   
}
@media only screen and (max-width: 600px){
    .mean-container a.meanmenu-reveal{
        width: 15px;
        height: 15px;
        padding: 3px 10px 10px 8px;
    }
    #btn-as{
        display: block;
    }
    
}
@media only screen and (max-width: 340px){
    .price-head h2{
        font-size: 15px;
    }
    #btn-as{
        font-size: 9px;
        margin-left: -2px;
        margin-right: 98px;
    }
    section.footer-area h2{
        margin-bottom: 21px;
    }
}
