section.login_page .main_content .left_content .login_form {
    padding: 50px;
    background-color: #f1f1f16e;
}
section.login_page .main_content .left_content .login_form button {
    width: 50%;
    background-color: #1bb3fe;
    color: white;
    border: none;
    margin: 5px 0px;
    padding: 10px;
    border-radius: 0px 50px 50px 0px;
}
section.login_page .main_content .left_content {
    width: 40%;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translate(10%, -50%);
}
section.login_page .main_content .left_content .login_form .form-control {
    margin-bottom: 15px;
    height: 45px;
    border: 0px;
    border-radius: 0px 50px 50px 0px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
section.login_page .main_content .left_content .login_form h4 {
    text-align: center;
    color: white;
    font-size: 16px;
    text-transform: lowercase;
    margin-bottom: 25px;
}
section.login_page .main_content .left_content .login_form h2 {
    margin: 0px 0px 25px 0px;
}
section.login_page {
    background-image: url(../images/banner5.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    background-position-y: center;
}



/*Sign Up*/
section.signup_page .main_content .left_content {
    width: 40%;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translate(10%, -50%);
}
section.signup_page .main_content .left_content .signup_form {
    padding: 50px;
    background-color: #f1f1f16e;
}
section.signup_page .main_content .left_content h2 {
    margin-bottom: 30px;
    color: black;
}
section.signup_page .main_content .left_content .signup_form .form-control {
    margin-bottom: 15px;
    height: 45px;
    border: 0px;
    border-radius: 0px 50px 50px 0px;
}
section.signup_page .main_content .left_content .signup_form button {
    width: 50%;
    background-color: #1bb3fe;
    color: white;
    border: none;
    margin: 5px 0px;
    padding: 10px;
    border-radius: 0px 50px 50px 0px;
}
section.signup_page .main_content .left_content .signup_form ul.part1 {
    list-style: none;
    display: flex;
    padding: 0px;
}
section.signup_page .main_content .left_content .signup_form li {
    width: 100%;
}
section.signup_page {
    background-image: url(../images/hospital-banner01.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
}





/*404 error*/


section.error {
    background-image: url(../images/signup-image.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    background-position-x: 170px;
}
section.error .sub_heading h3 {
    font-size: 70px;
    padding: 20px 20px;
    background-color: #ffffff8f;
    font-family: initial;
    width: fit-content;
}
section.error .sub_heading a.btn {
    color: white;
    background-color: #1bb3fe;
    border: 0px;
    border-radius: 0px;
    width: 15%;
    padding: 10px;
    display: inline-block;
    transform: translate(160px, 10px);
}
section.error .sub_heading {
    padding: 30px;
    display: block;
}



/*About*/





section.about_main .title h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
    font-family: var(--ff-title_heading_page);
}
section.about_main .title h1 span.subtitle{
    font-family: var(--ff-thin_heading);
}
section.about_main .title p {
    text-align: center;
    padding: 0px 100px;

}


@media (max-width: 767px) {
section.login_page{
     background-image: url(../images/banner5.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    background-position-x: 16%;
}
section.login_page .main_content .left_content .login_form {
    padding: 10px;
    background-color: #f1f1f16e;
}
section.login_page .main_content .left_content {
    width: 85%;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translate(10%, -50%);
}
section.signup_page .main_content .left_content .signup_form {
    padding: 10px;
}
section.signup_page{
background-image: url(../images/hospital-banner01.jpg);
   width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    background-position-x: 40%;
}
section.error .sub_heading h3 {
    font-size: 40px;
    }
    section.error .sub_heading a.btn {
    width: 35%;
}
section.about_health_care .title p {
    padding: 0px;
}
nav.navbar.navbar_custom .navabr-header a.navbar-brand {
    font-size: 19px!important;
}
section.about_health_care .title h1 {
    font-size: 24px;
}
section.our_doctor_team .title p {
    padding: 0px;
}
/*.owl-carousel {
    width: 76%!important;
    padding-left: 70px!important;
}*/
.content h1 {
    font-size: 30px;
}
section.our_doctor_team .more a {
    margin-top: 50px;  
}
section.signup_page .main_content .left_content {
    width: 90%;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translate(5%, 50%);
}
.main_content {
    position: relative;
}
}




@media (width: 320px){
section.error .sub_heading h3 {
    font-size: 38px;
}
section.error .sub_heading a.btn {
    width: 40%;
}
section.signup_page .main_content .left_content {
    width: 90%;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translate(5%, 12%);
}
}

@media(width:375px){
    section.signup_page .main_content .left_content {
        width: 90%;
        top: 50%;
        left: 0;
        position: absolute;
        transform: translate(6%, 28%);
    }
}

@media(width:414px){
    section.signup_page .main_content .left_content {
        width: 90%;
        top: 50%;
        left: 0;
        position: absolute;
        transform: translate(5%, 29%);
    }
}



@media (width: 768px) {
   section.login_page{
     background-image: url(../images/banner5.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    background-position: center;
    background-position-x: 16%;
} 
section.login_page .main_content .left_content {
    width: 83%;
}
section.signup_page{
background-image: url(../images/hospital-banner01.jpg);
   width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    background-position-x: 40%;
}
section.signup_page .main_content .left_content {
    width: 83%;
    }
}


@media (width: 1024px){
section.login_page{
    background-image: url(../images/banner5.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    background-position: center;
    background-position-x: 16%;
} 
section.login_page .main_content .left_content {
    width: 83%;
}
section.signup_page{
background-image: url(../images/hospital-banner01.jpg);
   width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    background-position-x: 40%;
}
section.signup_page .main_content .left_content {
    width: 83%;
    }
section.login_page .main_content .left_content .login_form .form-control {
    margin-bottom: 25px;
    height: 60px;
}
section.login_page .main_content .left_content .login_form button {
    width: 30%;
}
section.signup_page .main_content .left_content .signup_form button {
    width: 30%;
}
}