.form-control {
    height: 45px;
    background-color: #ffffff;
    border: 1px solid rgb(121 121 121 / 20%);
    outline: none;
    box-shadow: none !important;
    color: var(--primary-color);
    padding: 10px; 
    border-radius: 0px;
}

.as_newsletter_box .form-control {
    border-radius: 5px;
    height: 45px;
}

.as_search_wrapper .form-control {
    height: 45px;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: transparent;
    color: #ffffff;
}


.as_btn, .as_btn:focus, .as_btn:visited {
    height: 45px;
    background-image: -moz-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    font-size: 14px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    padding: 0 23px;
    border: none !important;
    position: relative;
    color: var(--white-color);
    border-radius: 45px;
    outline: none;
    min-width: 160px;
    justify-content: center;
    outline: none;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
}

.as_appointment_form .form-control {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}

.as_appointment_form textarea.form-control {
    height: 200px;
    resize: none;
    border-radius: 5px;
}


.v3_blog_wrapper .row {
    justify-content: left;
}


.as_footer_wrapper:before {
    position: absolute;
    content: '';
    background: url(../images/shape.svg) no-repeat;
    width: 100%;
    height: 184px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}
  
.as_menu > ul > li > a {
    padding: 7px 0;
    position: relative;
    transition: all 0.3s linear;
}
.logomg{
    width: 180%;
}

.as_menu_wrapper{
    padding-right: 10px; 
}
.as_menu_wrapper{
    padding-right: 0px; 
}

.as_info_detail ul li {
    display: inline-flex;
    padding: 0px 0px;
}

.datepicker--nav>div {
    background-color: black;
   
}


.as_header_wrapper {
    background-color: rgb(17 16 17 / 90%);
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    z-index: 9;
}

.logomg{
    max-width: 150%;
}

.as_menu >ul >li {
    display: inline-flex;
    text-transform: capitalize;
    margin: 0 25px;
    color: #ffffff;
    position: relative;
}

.phonebutton{
    margin-right: 0px;
}

.footerlogo{
    max-width: 90%;
}


/* loader */
.as_loader{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.as_loader img{
    animation: spin 7s infinite linear;
    -webkit-animation: spin 7s infinite linear;
    -moz-animation: spin 7s infinite linear;
}


.as_footer_wrapper:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(88 84 84);
    opacity: 0.87;
    z-index: -1;
}

.as_header_wrapper {
    background-color: rgb(17 16 17 / 60%);
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    z-index: 9;
}







@media only screen and (max-width: 600px) {
    .logomg{
        max-width: 80%;
    }

    .as_info_detail ul li {
        display: inline-flex;
        padding: 0px 20px;
    }

    .phonebutton{
        margin-right: 25px;
    }

    /* to make banner more up on mobile only */
    .mbb{
        margin-top:-100px;
    }

    
  }
 








