@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

:root {
    --white: #ffffff;
    --black: #000000;
    --font-family: 'Open Sans', sans-serif;
    --poppins: 'Poppins', sans-serif;
    --yellow: #ffcc00;
    --dark-yellow: #cc9933;
    --gray: #999999;
    --lightgray: #d6d7d9;
    --dark-gray: #333333;
    --off-white: #cdcdcd;
    --sky-blue: #66cccc;
    --red: #fe4646;
    --darkred: #bc292c;
    --l-white: #f2f2f2;
    --l-yellow: #fee961;
    --blue: #204d74;
    --pink: #ea9195;
        --light-grey: #a9a9a9;       
        --light-font: 400;
        --median-font: 600;
        --bold-font: 800;
        --green: #349927;
        --btn-color: #6785b9;
        --btn-hover: #2c385a;
        --background: #d6d7d9;
        --menu-color: #e2e2e0;
        --menu-hover: #81c8f2;
        --menu-color: #e2e2e0;
        --menu-hover: #81c8f2;
        --header-color: #0d8999;
        --newbtn-color: #4cc8c3;
        --newback-color: #72cedd;
}
.btn.btn-primary.patientbtn{
    background-color: #6785b9 !important;
    border: none !important;
    color: #fff !important;
}

a{
    text-decoration: none;
}

body, html {
    font-family: var(--font-family);
    margin: 0px;
}

img{max-width: 100%;}

.center-align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-aligan: center;
    -webkit-align-items: center;
    align-items: center;
}


/* header menu */
a.navbar-brand img {
    width: 20%;
}
section.header {
    background-color: var(--blue);
}

button.menudropbtn {
    padding: 0;
}


nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background-color: var(--blue)!important;
    /* height: 75px; */
}

.header a.nav-link {
    color: var(--menu-color)!important;
}

a.nav-link:hover {
    color: var(--menu-hover)!important;
}


a.indexpage {
    margin: 0px 10px;
    background-color: var(--btn-color);
}

.indexpage:hover {
    color: #fff;
    background-color: var(--btn-hover);
    border-color: var(--btn-color);
}

/* menu drop down */

.menudropbtn {
  background-color: #204d74;
  color: var(--menu-color);
  font-size: 16px;
  border: none;
  margin-top: 7px;
}

.menudropbtn:hover {
  color: var(--menu-hover);
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}



/* banner-section */


.banner-section {
background-color: #d6d7d9;
    color: var(--white);
    padding-top: 50px;

}

.headerbtn img {
    width: 27%;
}




.headpara h3 {
    color: var(--black);
    font-weight: 600;
    font-size: 20px;
    padding: 8px 0px;
}

.carousel-caption.d-md-block {
    top: 29%;
}
section.doctor-review {
    overflow-x: hidden;
}

.banner-section .headline h1 {
    color: var(--black);
}

.banner-section .headpara p {
   /*  color: var(--gray); */
    font-size: 16px;
}

.headerbtn a.start {
    background-color: var(--btn-color);
    color: var(--white);
    padding: 11px;
    border-radius: 5px;
    font-size: 14px;
   
    font-weight: 600;
    text-decoration: none;
}

.headerbtn a.signin {
    /* background-color: var(--btn-color); */
    border: 2px solid var(--btn-color);
    color: var(--black);
    padding: 11px;
    border-radius: 5px;
    font-size: 14px;
   
    font-weight: 600;
    text-decoration: none;
}

.header a.newpanel {
    background: var(--btn-color);
    border: 1px solid var(--btn-color);
}

a.newpanel:hover {
    background: var(--btn-hover);
}

/* banner-section-end */


/* first-section */


section.home_industry {
    background: var(--background);
}

.second-section .col-md-7{
    padding-left: 0px!important;
}

.image-section {
    width: 100%;
    border-radius: 10px;
    border-radius: 0px 100px 100px 0px;
    box-shadow: 20px 0px 15px 0 rgb(0 0 0 / 5%);
    height: 585px;
    background-position-x: 151px;
    background: url(../images/banner/doctor-care2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}




.image-section img {
    width: 100%;
    border-radius: 10px;
    border-radius: 0px 100px 100px 0px;
    box-shadow: 20px 0px 15px 0 rgb(0 0 0 / 5%);
   /*  height: 640px; */
    object-fit: cover;
}
.second-section .text-section {
    padding-left: 15px;
}

.text-section h3 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 22px;
}

.text-section h3 span {
    color: var(--btn-color);
}

.text-section a.video {
    background: var(--btn-hover);
    padding: 10px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
}

.text-section a.video:hover {
    background: var(--btn-color);
    padding: 10px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
}

.text-section a.phone {
    background: var(--green);
    padding: 10px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
}

.text-section a:hover{
        color: #fff;
    background-color: var(--btn-hover);
    border-color: var(--btn-color);
}

.btncall {
    margin-top: 40px;
}

.home_industry_box {
    text-align: center;
    margin-top: 30px;
    box-shadow: 0 0 7.68px 0.32px rgb(104 99 99 / 20%);
    padding: 20px 15px;
    background: #fff;
    transition: .5s all ease-out;
    min-height: 595px;
}

.home_industry i {
    font-size: 40px;
    color: var(--btn-color);
}  


.home_industry_box a {
    color: #000;
    text-decoration: none;
}

.home_industry_box_icon {
/*     width: 125px;
    height: 45px; */
    display: inline-block;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
}

.home_industry_box:hover {
    box-shadow: 0px 10px 21px 10px rgb(0 0 0 / 10%);
}

.home_industry_box h3 {
    font-size: 16px;
    margin-top: 20px;
    font-weight: 600;
}

.home_industry_box p {
    /* text-align: justify; */
        margin: 20px 0px 0px;
}

.text-section .notaccount a {
    background: var(--btn-color);
    color: var(--white);
    text-decoration: none;
    padding: 10px;
    border-radius: 4px;
}

.text-section .notaccount a:hover{
background-color: var(--btn-hover);
color: #fff;
}


.home_industry .onlywidth {
    width: 20%;
}




/* 3 esay steps  */

.aboutus_techologies .sub_heading {
    margin-bottom: 50px;
}

.sub_heading h2 {
    
    font-size: 30px;
    text-transform: capitalize;
    margin-top: 0;    
    font-weight: 600;

}

.sub_heading span {
    color: var(--btn-color);
    font-weight: 700;
}

.aboutus_techologies_box {
    padding: 15px;
    transition: 0.5s all ease-out!important;
        border: 1px solid var(--background);
}

.aboutus_techologies_box img {
    width: 20%;
}

.aboutus_techologies_box h3 {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    margin: 30px 0 10px 0;
    text-decoration: none;
}

.pclass {
    color: #000;
       }

.aboutus_techologies_box .live_chat {
    margin-bottom: 0;
}

.aboutus_techologies_box:hover {
    transform: translateY(-20px);
    transition: 0.5s all ease-out!important;
    box-shadow: 0 0 40px rgb(0 0 0 / 20%);
}

.aboutus_techologies a.aboutbtn {
    background: var(--btn-hover);
    padding: 10px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
}

.aboutus_techologies a.aboutbtn:hover {
    background: var(--btn-color);
    padding: 10px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
}

.aboutus_techologies_box i {
    font-size: 40px;
    color: var(--btn-color);
}

.aboutus_techologies a {
    text-decoration: none;
    background: var(--btn-color);
    padding: 10px;
    border-radius: 4px;
    color: #fff !important;
}

.aboutus_techologies .notaccount a:hover{
    background-color: var(--btn-hover);
}

/* doctor-detal slider */

.carousel-img {
    background: url(../images/doctor-slider.jpg);    
    background-size: cover;
    background-repeat: no-repeat;
        background-position: 0px 94%;
}

.item p {
    margin-bottom: 31px;
    width: 60%;
    text-align: center;
    margin-left: 21%;
}

.owl-item{
    height: 300px;
}

a.docdetail {
    background: var(--btn-color);
    color: var(--white);
    padding: 10px;
    border-radius: 4px;
}

a.docdetail:hover{
    background: var(--btn-hover);
}

.doctors-img img {
    width: 10%!important;
    text-align: center;
    margin: auto;
}

/* .doctor-review .silder-maintext h2 {
    font-weight: 600;
    font-size: 35px;
}

.doctor-review .silder-maintext p{
     border-radius: 86px;
    width: 10%;
    margin-bottom: 25px;


}

.doctor-review .carousel-inner {
    overflow: inherit;
}

.doctor-review .silder-text h5 {
    color: var(--black);
    font-size: 20px;
    font-weight: var(--median-font);
}

.doctor-review .silder-text p{
    color: var(--black);
    font-size: 15px;
} */

.doctors-img img {
    border-radius: 86px;
    width: 10%;
    margin-bottom: 25px;
}


/* only text section */

section.some-text {
    background: var(--white);
    /* color: var(--white); */
}

section.some-text p {
    margin: 0px!important;
    color: var(--black);
}


.accordion-button:not(.collapsed){
    color: var(--btn-color);
}


/* Accessible section */


.Accessible {
    background: url(../images/Accessible.jpg);
    height: 900px;
    
    background-size: cover;
    background-repeat: no-repeat;
}

.Accessible-headline {
    text-align: center;
}
    

.Accessible-headline h2 {
    color: var(--black);
    font-weight: 600;
    font-size: 35px;
        margin-top: 38px;
}

.Accessible-headline p{
    color: var(--black);
    font-weight: 500;
    font-size: 16px;
}


/* FAQ Section */


/* section.faq-section {
    background: var(--lightgray);
}
 */

/* footer-section */

.footer-logo img {
    width: 20%;
}

section.footer{
    background: var(--blue);
}
.footer .logopart p{
    color: var(--white);
}


.footer .footerpoints ul {
    list-style: none;
    padding: 0px;
    line-height: 2;
}

.footer .footerpoints ul li a {
    text-decoration: none;
    color: var(--white);
        text-align: center;
}

.footer .footerpoints ul li a:hover {
    text-decoration: none;
    color: var(--black);
        text-align: center;
}


.footer .footerpoints h5 {
    font-size: 21px;
    color: var(--white);
    font-weight: 600;
}

i.fa-solid.fa-angle-right {
    margin-right: 11px;
}

ul.list-unstyled {
    padding-left: 0;
    list-style: none;
       /*  margin-left: 30px; */
        margin-top: 15px;
}

.list-inline-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 5px;
}

.rounded-pill {
    border-radius: 50rem!important;
}

.social-icon.footer-social li a {
    border: none;
    color: #adb5bd;
    background-color: var(--btn-color);
}

.social-icon li a {
    color: #343a40;
    border: 1px solid #343a40;
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 30px;
    text-align: center;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}


/* .list-unstyled a.rounded-pill i{
    border: none;
    color: #adb5bd;
    background-color: #2c385a;
} */

/* .list-unstyled a.rounded-pill i:hover{
    background-color: #396cf0 !important;
    border-color: #396cf0 !important;
    color: #ffffff !important;
   
} */


/* new social icon  */

/* .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 5px;
}

.list-inline-item {
    display: inline-block;
}

.social-icon.footer-social li a {
    border: none;
    color: #adb5bd;
    background-color: #2c385a;
}

.social-icon li a:hover {
    background-color: #396cf0 !important;
    border-color: #396cf0 !important;
    color: #ffffff !important;
} */



/* sign in page design css */



section.signin {
    background: url(../images/loginbackground.jpg);
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}



.main-content {
    width: 37%;
    border-radius: 20px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 40%);
    margin: 0em auto;
    display: flex;
    position: absolute;
    top: 22%;
    left: 31%;
}

.signuppage{
    width: 37%;
    border-radius: 20px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 40%);
    margin: 0em auto;
    display: flex;
    position: absolute;
    top: 15%;
    left: 31%;
}

.company__info{
    background-color: var(--btn-color);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.fa-android{
    font-size:3em;
}

.login h2 {
    margin-top: 24px;
}

.forget a {
     font-size: 12px;
    padding: 6px;
    border-radius: 4px;
}

.signin .backbutton {
    margin-bottom: 15px;
}

.signin .backbutton a{
    font-size: 12px;
}


.signin .remember label {
    font-size: 13px;
}

.signin p.notaccount {
    font-size: 13px;
    margin: 0px;
}

.signin .remember {
    margin-left: -16px;
}





/* sign up choose page start */

section.providerback{
       background: url(../images/loginbackground.jpg);
    height: 100vh;
    
    background-size: cover;
    background-repeat: no-repeat;
}

.providerin.text-center {
    background: var(--btn-color);
    color: var(--white);
    border-radius: 5px;
    padding: 37px;
}

.login h2 {
    margin-top: 24px;
   

    font-weight: 600;
}

.logincreatpassword h2 {
    font-size: 27px;
    text-align: center;
}

.providerin.text-center:hover {
    background: #7fa1d9;
   color: var(--white)
}

.providerin.text-center i {
    font-size: 50px;
    margin-bottom: 13px;
}

.providerin.text-center h4 {
    font-size: 17px;
    font-weight: 600;
}

.patientin.text-center {
    background: var(--btn-color);
    border-radius: 5px;
    padding: 37px;
}

.patientin.text-center:hover {
    background: #7fa1d9;
    color: var(--white);
}

/* .patientin.text-center:hover{
    background-color: #a5a2a2;
    color: var(--white);
} */

.patientin.text-center i {
    font-size: 50px;
    margin-bottom: 13px;
    color: var(--white);
}

.patientin.text-center h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
}

.providerin a {
    text-decoration: none;
    color: var(--black);
}

.patientin a {
    text-decoration: none;
    color: var(--black);
}

ul li .modal-body a{
    text-decoration: none;
    color: var(--black);
}

.btn.btn-primary.patientbtn:hover{
    color: #fff !important;
    background-color: var(--btn-hover) !important;
    border-color: var(--btn-color) !important;

}


input.btn.btn-danger.patientbtncancel{
    border: 1px solid #dee2e6 !important;
  color: #343a40 !important;
  background-color: transparent !important;
  box-shadow: inherit;
}

input.btn.btn-danger.patientbtncancel:hover{
    background-color: #f8f9fc !important;
  border: 1px solid #dee2e6 !important;
    color: #343a40 !important;
}


/* choosepanel page start */


section.choosepanel.pt-5.pb-5{
     background: url(../images/loginbackground.jpg);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

span.mark {
    background: var(--none);
}

.choosepanel input .inboxsize {
    margin: 9px 0px 0px;
}

input.inboxsize {
    margin: 4px 0px;
    line-height: 1.5;
    font-size: 14px;
}

Select.inboxsize {
       margin: 4px 0px 22px;
    line-height: 2;
    font-size: 14px;
    background: #eceff1;
    border-radius: 0;
}

.choosepanel .yesnopoint {
    display: flex;
}

input.yesbtn {
    margin-right: 6px;
}

.signupbtn a {
    background: var(--btn-color);
    padding: 9px;
    border-radius: 5px;
    text-decoration: none;
    color: #f8f8f9;
}

.signupbtn a:hover {
    background: #47618e;
    color: #f8f8f9;
}

.loginbtn {
    transition: all .5s ease;
    width: 70%;
    border-radius: 30px;
    color: var(--btn-color);
    font-weight: 600;
    background-color: #fff;
    border: 1px solid var(--btn-color);
   
    padding: 5px 61px;
}
.loginbtn:hover, .loginbtn:focus{
    background-color: var(--btn-color);
    color:#fff;
}




.Permanent.Address {
    background: #ffffff;
    padding: 25px;
    border-radius: 7px;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 16%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 16%);
}


.chooselable.form-label.lablename {
    font-size: 14px;
}


.choosepanel .titlename {
    margin: 0px 0px 21px;
}

.choosepanel .titlename h3 {
    font-size: 30px;
    font-weight: 600;
}

.lablename {
    margin-bottom: 0.5rem;
    color: var(--black);
}


/* choosepanel steps */
/*custom font*/

.paymentsection ul {
    list-style: none;
}
.paymentsection a {
    background: var(--btn-color);
    color: #fff;
    text-decoration: none;
    padding: 10px;
    /* margin-top: 14px; */
    border-radius: 5px;
}

p.title {
    margin-top: 15px;
}

.paymentsection ul li {
    margin: 17px 0px;
}

section.signupsection {
    background: rgb(241,243,244);
    background: linear-gradient(151deg, rgba(241,243,244,1) 0%, rgba(57,181,230,1) 46%, rgba(25,76,196,1) 100%);
    min-height: 100vh;
}

section.signinsection{
     background: rgb(241,243,244);
    background: linear-gradient(151deg, rgba(241,243,244,1) 0%, rgba(57,181,230,1) 46%, rgba(25,76,196,1) 100%);
    /* height: 100vh; */
    height: 900px;
}

p {
    color: var(--black);
}

#heading {
    /* text-transform: uppercase; */
        color: var(--btn-color);
    font-weight: 700;
        text-transform: none;

}

.msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

.msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

.form-card {
    text-align: left;
}

.msform fieldset:not(:first-of-type) {
    display: none;
}

.msform input,
.msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: var(--font-family);
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 14px;
   
}

.msform input:focus,
.msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid var(--btn-color);
    outline-width: 0;
}

.msform .action-button {
    width: 100px;
    background: var(--btn-color);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
}

.msform .action-button:hover,
.msform .action-button:focus {
    background-color: var(--btn-hover);
}

.msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
}

.msform .action-button-previous:hover,
.msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative;
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
}

.purple-text {
    color: #673AB7;
    font-weight: normal;
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

.fieldlabels {
    color: var(--black);
    text-align: left;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
        color: var(--btn-color);
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 31%;
    float: left;
    position: relative;
    font-weight: 400;
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f05a";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f12c";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f53a";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--btn-color);
}

.progress {
    height: 20px;
}

.progress-bar {
    background-color: var(--btn-color);
}

.fit-image {
    width: 100%;
    object-fit: cover;
}

input#yes {
    display: block;
    width: 3%;
    margin-left: 16px;
}

input#no {
    display: block;
    width: 3%;
    margin-left: 10px;
}

span.cust_form_label {
    display: flex;
    margin-top: 15px;
}
.cust_form_label span{margin-top: -4px;}
 

.paypoint ul li {
    margin-left: -31px;
    font-size: 14px;
    margin-bottom: 16px;
}

.payterm a {
    background: var(--btn-color);
    color: #fff;
    text-decoration: none;
    padding: 10px;
    /* margin-top: 14px; */
    border-radius: 5px;
}

.payterm a:hover{
    background-color: var(--btn-hover);
}

.paypoint {
    margin-top: 30px;
}

.mainline h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding: 22px 0px;
}

p.subscribebtn {
    margin-bottom: 17px;
}

.payterm h3 {
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 22px;
}

::marker {
    color: var(--btn-hover);
}

.main_container{
    width: 70%;
}

fieldset.first_container {
    width: 60% !important;
    display: block;
    margin: auto !important;
}

p.importantline {
    color: var(--red);
}

a.patientbtn {
    color: var(--white);
    background: var(--btn-color);
    padding: 10px;
    border-radius: 4px;
    text-decoration: none;
}

a.patientbtncancel {
    color: var(--white);
    background: var(--red);
    padding: 8px;
    border-radius: 4px;
    text-decoration: none;
}

a.patientbtncancel:hover {
    color: var(--white);
    background: var(--darkred);
    padding: 10px;
    border-radius: 4px;
    text-decoration: none;
}

a.patientbtn:hover {
    background-color: var(--btn-hover);
}



/* about-us page start */

.item.topspacing {
    margin-top: 8px;
}


.owl-nav {
    display: none;
}



.treatslidernow {
    /* background: url(../images/doctor-slider.jpg); */
    background-size: cover;
    background-color: var(--background);
    background-repeat: no-repeat;
}

.couses img {
    width: 24%!important;
    text-align: center;
    margin: 23px auto;
    background: #c7c5c5;
    padding: 8px;
}

.images-change img {
    width: 34% !important;
}

.treatslider h5{
    margin: 20px auto;
}


a.docdetailnew {   
    color: #5076e1;   
}

.owl-dots {
    display: none;
}

.treatslider{    
    height: 200px;
}

.newtreatslider{    
    height: 200px;
}

h4.tagline {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
}

.about-us {
    background: url(../images/banner/aboutus.jpg);
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -75px;
    color: var(--white);
    position: relative;
    }

.aboutheadline h1 {
    font-size: 60px;
    font-weight: 700
}

.aboutheadline p {
    color: var(--white);
}

.aboutheadline {
    position: absolute;
    display: block;
    width: 50%;
    top: 36%;
    left: 27%;
}

.aboutheadline {
    position: absolute;
    display: block;
    border-radius: 57px 0px;
    width: 83%;
    top: 26%;
    padding: 24px;
    left: 8%;
    background-color: rgb(60, 60, 60, 0.4);
    border-radius: 57px 0px 57px 0px;
}

.aboutheadline .sectiondivbox p {
    color: var(--white);
}


.goal .sectiondivbox i {
    font-size: 40px;
}

.sectiondivbox span {
    margin-left: 15px;
    font-size: 22px;
}

.sectiondivbox p {
    padding-top: 12px;
    text-align: justify;
}

.aboutsectionheadline p {
    background: #f3f5f7;
    color: var(--black);
    width: 26%;
    padding: 4px;
    display: inline-block;
}

.aboutsectionheadline h1 span {
    font-weight: 700;
    color: var(--btn-color);
}

.sectiondivbox i {
    color: var(--btn-color);
}

.sectiondivbox {
    padding: 15px;
    margin: 8px;
    background: var(--white);
    border-radius: 4px;
        height: 260px;
}

span.required {
    color: red;
}










/* services section start */

section.goal {
    background: var(--background);
}

.Servicessection .servicesheadline p {
    background: var(--bs-gray-200);
    color: var(--black);
    width: 20%;
    padding: 4px;
    display: inline-block;
}


.Servicessection .servicesimg img{
    width: 100%;
    border-radius: 0px 25px 0px 25px;
}

.Servicessection .servicesbox { 
    padding: 18px;
    margin: 7px;
    height: 322px;
    background-color: rgb(214, 215, 216, 0.2);
}

.Servicessection .servicesbox p {
    text-align: justify;
    color: var(--black);
}

.servicesbox i {
    background: var(--btn-color);
    padding: 12px;
    border-radius: 50%;
    color: var(--white);
    margin: 0 7px 7px 0px;
}

.Servicessection .servicesheadline h1 span {
    font-weight: 700;
    color: var(--btn-color);
}


/* treat section start */


section.treatsection {
    background: var(--background);
}

.treatsection .treatheadline h1 span {
    font-weight: 700;
    color: var(--btn-color);
}

.treatsection .treatpoint {
    background: var(--white);
    padding: 12px;
    border-radius: 5px;
}


/* Clinic page start */


section.clinicsection {
    background: var(--lightgray);
}

.clinicpage {
    background: url(../images/banner/clinic.jpg);
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -50px;
    color: var(--white);
    position: relative;
    /* background-attachment: fixed; */
}


.clinicpage .pagename {
    position: absolute;
    display: block;
    width: 50%;
    top: 37%;
    padding: 24px;
    left: 25%;
    background-color: #3c3c3c66;
        border-radius: 57px 0px;
}

.clinicpage .pagename h1 {
    font-size: 60px;
    font-weight: 700
}

.clinicsection .clinicheadline h1 span {
    font-weight: 700;
    color: var(--btn-color);
}

.clinicsection .clinicpoint i {
    color: var(--btn-color);
    font-size: 16px;
}

.clinicsection .clinicpoint span {
    font-size: 16px;
    /* text-align: justify; */
}

.clinicsection .clinicpoint {
    height: 100px;
}


.clinicsection .clinicpoint {
    padding: 12px;
    margin: 8px;
    -webkit-box-shadow: 2px 14px 55px 10px rgb(204 198 204);
    -moz-box-shadow: 2px 14px 55px 10px rgba(204,198,204,1);
    box-shadow: 2px 14px 55px 10px #ccc6cc;
    /* background: var(--newback-color); */
}

.clinicsection .clinicpoint:hover {
    box-shadow: 0px 4px 10px 4px rgb(0 0 0 / 7%);
}

.clinicimg img {
    width: 100%;
    border-radius: 25px 0px 25px 0px;
     box-shadow: 0 1px 5px 0 rgb(0 0 0 / 16%);
    -webkit-box-shadow: 11px 11px 23px 7px rgb(0 0 0 / 16%);
}

/* clinic points */

.treatsection .mainpointscheck h1 span {
    font-weight: 700;
    color: var(--btn-color);
}

.clinicpoints {
    margin: 25px 10px;
    padding: 15px;
    border-radius: 5px;
    height: 300px;
}

.clinicpoints:hover {
    /* background-color: var(--white); */
    padding: 15px;
    background-color: rgb(255, 255, 255, 0.4);
    /* max-height: 295px; */


}


.clinicpoints i {
    font-size: 40px;
    margin: 15px 0px;
    color: var(--btn-color);
}




/* doctor page start */

p.onlyetextchange{
    font-size: 30px;
    color: var(--black);
    font-weight: 600;
}


.doctorpagebox {
    padding: 15px;
    transition: 0.5s all ease-out!important;
    border: 1px solid var(--background);
    height: 320px;
}


h3.chooseline {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 18px;
    margin: 20px 0px;
}

section.providersection {
    background: var(--lightgray);
}

.provider {
    background: url(../images/about/bannerimg.jpg);
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
  /*   background-position: cover; */
    color: var(--white);
    position: relative;
    /* background-attachment: fixed; */
}



.provider .providerheadline {
    position: absolute;
    display: block;
    width: 50%;
    top: 37%;
    padding: 24px;
    left: 25%;
    background-color: #3c3c3c66;
        border-radius: 57px 0px;
}

.provider .providerheadline h1 {
    font-size: 60px;
    font-weight: 700
}

.providersection  .providerpoint i {
    font-size: 30px;
    color: var(--btn-color);
    margin: 0px 15px 14px 0px;
}

.providerpoint {
    padding: 14px;
    background: var(--white);
    margin: 10px;
}

.providerpoint span {
    font-size: 16px;
    font-weight: 600;
}

.providerpoint p {
    padding-left: 10%;
}

.providersection .headline h1 span {
    font-weight: 700;
    color: var(--btn-color);
}


/* joinpoint start */

.joinpoint .joinhead h1 span {
    font-weight: 700;
    color: var(--btn-color);
}

.joinbox h2 {
    font-size: 18px;
    font-weight: 600;
}

.joinbox ul {
    list-style: none;
       margin-left: -38px;
       margin-top: 24px;
  
}

.joinbox ul li i {
    padding: 7px;
}

.joinbox ul li{
    margin: 10px 0px;
}


/* patient page start */

.patientpage{
   
    background: url(../images/banner/patient.jpg);
        height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    color: var(--white);
    position: relative;
   /*  background-attachment: fixed; */
}

.patientpage .patientheadline {
    position: absolute;
    display: block;
    width: 50%;
    top: 37%;
    padding: 24px;
    left: 25%;
    background-color:#3c3c3c66;
        border-radius: 57px 0px;
}

.patientpage .patientheadline h1 {
    font-size: 60px;
    font-weight: 700
}



.patientsection .patienthead h1 span {
    font-weight: 700;
    color: var(--btn-color);
}

.patientpoints i {
    font-size: 25px;
    color: var(--btn-color);
    padding: 0 10px 0 0;
}

.patientpoints {
    margin: 30px 0px;
}

section.privatesection {
    background: var(--background);
}



/* contact page start */




button#btm-submit-notes {
    background: #6785b9;
    border: 1px solid#6785b9;
}

.contactpage {
    background: url(../images/banner/contactus.jpg);
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: var(--white);
    position: relative;
    /* background-attachment: fixed; */
}

.contactpage .contactheadline {
    position: absolute;
    display: block;
    width: 54%;
    top: 28%;
    padding: 24px;
    left: 25%;
    background-color: #3c3c3c66;
        border-radius: 57px 0px;
}

.contactpage .contactheadline h1 {
    font-size: 59px;
    font-weight: 700
}
.contactpage .direcatheadline {
    position: absolute;
    display: block;
    width: 100%;
    top: 28%;
    padding: 24px;
    left: 50%;
    background-color: rgb(60, 60, 60, 0.4);
        border-radius: 57px 0px;
}

.contactpage .direcatheadline h1 {
    font-size: 59px;
    font-weight: 700
}

.contact-section .boxspace {
    margin: 25px 0px;
}

a.contactbtn {
    background: var(--btn-color);
}

a.contactbtn:hover{
    background: var(--btn-hover);
}

form#contact-form {
    border: 1px solid var(--background);
    padding: 10px 12px;
}

.contactdetail {
    
    text-align: center;
    border: 1px solid var(--background);
    margin-top: 12px;
    padding: 20px;
  }

.moredetail {
   /*  display: flex; */
    text-align: center;
    padding: 16px;   
    border: 1px solid var(--background);    
    align-items: center;
        margin: 12px -11px 12px 0px;
}

.emaildetails {
   /*  display: flex; */
    text-align: center;
    padding: 16px;   
    border: 1px solid var(--background);    
    align-items: center;
        margin: 12px -24px 12px 11px;
}

.adddeatil i {
    font-size: 20px;
    margin-right: 10px;
    margin-bottom: 12px;
    color: var(--btn-color);
}

.emaildetail i{
     font-size: 20px;
    margin-right: 10px;
    margin-bottom: 12px;
    color: var(--btn-color);
}



.contactdetail h6 {
    font-weight: 600;
    font-size: 22px;
}

.address i {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--btn-color);
}


/* subscription page start */

.paymentsection h4 {
    font-size: 15px;
    font-weight: 600;
}

.paymentsection p span {
    font-size: 14px;
}

/* p.newchange {
    margin-bottom: 40px!important;
} */
.subscription{   
    background: url(../images/loginbackground.jpg);    
    background-repeat: no-repeat;
    background-size: cover;   
    background-position: center top;
      
}

.paymentsection{
      transition: 0.5s all ease-out!important;

}

/* .paymentsection:hover{
    transform: translateY(-20px);
    transition: 0.5s all ease-out!important;
    box-shadow: 0 0 40px rgb(0 0 0 / 20%);
} */


.subscription .subline h3{
    font-weight: 700;
    font-size: 35px;
    color: var(--black);
}

.subscription .paymentsection ul {
    list-style: none;
    padding: 12px;
}


.subscription .paymentsection ul li {
    padding: 10px 0px;
}

.subscription .paymentsection ul li i{
    margin-right: 10px;
}

.subscription .paymentsection ul li span{
    font-size: 12px;
}

.subscription .paymentsection ul li span {
    font-size: 15px;
}

.subscription .paymentsection a {
    background: var(--btn-color);
    color: var(--white);
    padding: 10px;
    border-radius: 4px;
}


.subscription .paymentsection a:hover{
    background: var(--btn-hover);

}


.subscription .paymentsection p {
    color: var(--black);
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 14px;
}

.subscription .paymentsection {
    background: #eff1f5;
    padding: 15px;
        margin: 10px;
}

.subscription .paymentsection h2{
    font-weight: 600;
    font-size: 30px;
}

.subscription .paymentsection p.title {
    font-size: 15px!important;
    margin-top: 20px;
    margin-bottom: 0px!important;
}

.homeicon {    
    position: absolute;
    right: 4%;
    top: 4%;
    font-size: 24px;
    background: #fff;
    padding: 8px 12px;
    border-radius: 36px;
}

.error {
    color: red;
}




.exampleInputEmail1 {   
    border-radius: 10rem !important;  
    border: 1px solid#dfdcdc !important;     
    font-size: 13px; 
    padding: 0.375rem 0.75rem;
    margin: 10px 0px;
}

.exampleInputPassword1 {   
    border-radius: 10rem !important; 
    font-size: 13px; 
    padding: 0.375rem 0.75rem;
    border: 1px solid#dfdcdc !important; 
    margin: 10px 0px;  
}



/* create password page design */

input.userPassword.form-control.createpassword {
    border-radius: 10rem;
    background: #ecf3f7;
}

input.userPassword.form-control.confirmpassword{
    border-radius: 10rem;
    background: #ecf3f7;
}


/* forgot page */

input.emailsection.form-control.error {
    width: 100%;
}

input.emailsection.form-control {
    height: 36px !important;
}




















@media screen and (max-width: 640px) {
    .main-content{width: 90%;
    left: 5%;
    }

    .company__info{
        display: none;
    }
    .login_form{
        border-top-left-radius:20px;
        border-bottom-left-radius:20px;
    }
}
@media screen and (min-width: 642px) and (max-width:800px){
    .main-content{width: 70%;
        left: 15%;
    top: 33%;}

    .home_industry_box {
        height: auto;
        min-height: auto;
    }
    
}
.row > h2{
    color:#008080;
}
.login_form{
    background-color: #fff;
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
}
form{
    padding: 0 2em;
}
.form__input {
    width: 100%;
    border: 0px solid transparent;
    border-radius: 0;
    border-bottom: 1px solid #aaa;
    
    padding-left: 0.5em;
    outline: none;
    font-size: 13px;
   margin: 1em auto;
    transition: all .5s ease;
}

.newlysignup {
    width: 100%;
    border: 0px solid transparent;
    border-radius: 0;
    border-bottom: 1px solid #aaa;
    padding: 0.5em 0.5em 0.2em;
    padding-left: 0.5em;
    outline: none;
    font-size: 13px;
    margin: 1em auto;
    transition: all .5s ease;
}
.form__input:focus{

    box-shadow: 0 0 5px rgba(0,80,80,.4); 
    border-radius: 4px;
}
input#exampleInputPassword1{
    border-radius: 10rem !important;
    font-size: 13px;
    padding: 0.375rem 0.75rem;
    border: inherit;
    margin: 10px 0px;
    border: 1px solid #c2c2c2;
}

span#toggle_pwd {
    position: absolute;
    right: 10px !important;
    top: 20px !important;
}

@media (min-width:992px)  and (max-device-width: 1199px){


/* home page */

    .home_industry_box {
    height: 340px;
}

.Accessible {  
    height: 657px;
}

/* doctor page */

.joinbox h2 {
    font-size: 16px;
  }

  .home_industry_box {
    height: auto;
    min-height: auto;
}
.aboutus_techologies_box.doctorpagebox{
    height: 370px;
}
.clinicsection .clinicpoint {
    height: 125px;
}
.aboutus_techologies_box {
    height: 275px;
}
.sectiondivbox {
    height: 300px;
}
.Servicessection .servicesbox {
    height: 395px;
}
.subscription .paymentsection{
    height: 100%;
}
.subscription .paymentsection h2 {
    font-weight: 600;
    font-size: 22px;
}
}

@media (min-device-width:820px) and (max-device-width:1080px) {
    .loginbtn{
        padding: 0px !important;
      } 

}

@media (min-device-width:768px) and (max-device-width:991px) {


.home_industry_box {
    height: 485px;
}

.Accessible {  
    height: 506px;
}

.Accessible-headline {   
    padding: 10px!important;
}

.Accessible-headline h2 {   
    font-size: 27px;
    margin-top: 0px!important;
}

.aboutheadline h1 {
    font-size: 53px;
}

.Accessible-headline p {  
    font-size: 17px;
}

.home_industry_box {
    height: 345px;
}
.home_industry .onlywidth {
    width: 25%;
}

a.indexpage {
    margin: 8px 0px;
    background-color: var(--btn-color);
}

.doctorpagebox{
    height: 470px;
}
.clinicsection .clinicpoint {
    height: 145px;
}
.aboutus_techologies_box {
    height: 310px;
}
.sectiondivbox {
    height: 370px;
}
.Servicessection .servicesbox {
    height: 185px;
}
.about-us{
    height: 385px;
}
.aboutheadline{
    top: 4%;
    padding: 10px;
}
}   


/* @media (max-width: 820px){
    .dropdown {
    margin-left: -6px;
}
} */




@media only screen and (max-width:767px) {


 button.navbar-toggler {
    position: absolute;
    right: 9px;
    top: 21px;
    background: var(--white);
    padding: 0 7px;
}

    button.navbar-toggler.collapsed {
   
    position: absolute;
    right: 9px;
    border: none;
    background: var(--white);
}

.banner-section {
      background-position: inherit;
}

.text-section {
    margin-top: 25px;
    text-align: center;
}

.text-section h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 11px;
}

.home_industry_box {
       height: 486px;
}

.aboutus_techologies_box{
    margin: 20px 0px;
    height: 200px;
}

p.notaccount {
    margin: -23px 0px;
}

.doctors-img img {
    width: 35%!important;
   }

   .Accessible {
      height: 230px;
    }

    .Accessible-headline {
    margin-top: -23px;
}

.Accessible-headline h2 {
    color: var(--black);
    font-size: 16px;
    margin: 0px;
}

.Accessible-headline p {
    color: var(--black);
    font-size: 12px;
    margin: 0px;
}

.aboutheadline {  
    width: 72%;    
    left: 15%;    
}

.aboutheadline h1 {
    font-size: 29px!important;
   }

.aboutheadline p {
     font-size: 13px;
}

.aboutsectionheadline p {  
    width: 60%;   
}

.Servicessection .servicesheadline p {    
    width: 60%;  
}

.treatsection .treatpoint {
       margin: 10px 0px;
}

.clinicpage .pagename h1 {
    font-size: 35px;
  }

  .provider .providerheadline h1 {
    font-size: 35px;
    }

    .joinbox h2 {
    font-size: 16px;
  }

  .patientpage .patientheadline h1 {
    font-size: 35px;
   }

   .contactpage .contactheadline h1 {
    font-size: 26px;
}

.main_container {
    width: 100%;
}

fieldset.first_container {
    width: 80% !important;
    }

    a.indexpage {
    margin: 5px 0px;
   }
   .clinicsection .clinicpoint {
    height: 115px;
}
.Servicessection .servicesbox {
    height: 205px;
}
.about-us{
    height: 310px;
}
.aboutheadline{
    top: 5%;
    padding: 10px;
}
}



@media (max-width: 766px){

    .home_industry .onlywidth{
        width: 50%;
    }

    .home_industry_box {
    height: 305px;
}
.sectiondivbox {
    height: 260px;
}




}





@media (max-width:480px ) {     
.about-us {
    background: url(../images/banner/aboutus.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
    color: var(--white);
    position: inherit;
    background-attachment: inherit;
    padding: 7px;
}



   .aboutheadline {
    width: 100%;
    left: 0;
    position: inherit;
}
.clinicpage {
    background: url(../images/banner/clinic.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
    color: var(--white);
    position: inherit;
    background-attachment: inherit;
    padding: 66px;
}

 .clinicpage .pagename {
    width: 100%;
    left: 0;
    position: inherit;
    top: 21%;
}

.clinicpoints{
    margin: 0px !important;
    height: 290px;
}

.provider{
     background: url(../images/about/bannerimg.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;   
    color: var(--white);    
    padding: 102px;
}

 .providerheadline {
   
    top: 21%!important;
}


.patientpage{
     background: url(../images/banner/patient.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;  
    color: var(--white);   
    padding: 102px;
}

 .patientheadline {   
    top: 23%!important;
}

.subscription .subline h3 {   
    font-size: 30px;  
}

.contactpage{
    background: url(../images/banner/contactus.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;  
    color: var(--white);   
    padding: 102px;
}

.contactheadline{      
    top: 14%!important;
}

.loginbtn {
    margin-top: 13px;
    margin-bottom: 33px;
}

.moredetail {   
    margin: 12px -23px 12px 0px;
}

.emaildetails { 
    margin: 12px -24px 12px 1px;
}

.image-section {   
    height: 248px;   
    background: url(../images/banner/doctor-care2.jpg);   
    background-size: CONTAIN;
}

.owl-stage-outer {
    height: 413px;
}

.home_industry .onlywidth {
    width: 50%;
}

p.onlyetextchange {
    font-size: 30px;
}

.col-carousel {
    margin: 70px 0;
}

/* owl nav */
.owl-prev span, .owl-next span {
    color: #FFF;
}

.owl-prev span:hover, 
.owl-next span:hover {
    color: #8199A3;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 0;
    height: 100%;
}

.owl-prev {
    left: 7px;
}

.owl-next {
    right: 7px;
}

/* removing blue outline from buttons */
button:focus, button:active {
   outline: none;
}

a.navbar-brand img {
    width: 18%;
}

.signin p.notaccount {
   margin-top: -3px;
}

.patientin.text-center {
    margin: 10px 0px;
}

.sectiondivbox {   
    height: 440px;
}

.treatslider h5 {   
    font-size: 11px;
}

.newtreatslider h5 {
    font-size: 11px;
}

a.docdetailnew {    
    font-size: 11px;
    line-height: 0.5;
}

.clinicsection .clinicpoint {
    height: 175px;
}

.homeicon { 
    z-index: 9999;
    background-color: #6785b9;
   
}
.homeicon a i{
    color: #fff;
}

.home_industry_box {
    height: 355px;
}
.Servicessection .servicesbox {
    height: 325px;
}



}




@media (min-device-width:768px) and (max-device-width:1024px) {

    .aboutheadline {
        top: 2%;
        padding: 0px;
    }

    .aboutsectionheadline p {      
        width: 46%;
        padding: 4px;
    }

    .clinicpage {      
        height: 460px;       
    }

    .clinicsection .clinicpoint {
        height: 166px;
    }

    .clinicpoints {
        margin: 6px 10px;
        padding: 5px;      
        height: 300px;
    }

    .aboutus_techologies_box {
        height: 407px;
    }

    .clinicpoints {
        margin: 5px 10px;
        padding: 15px;
        height: 485px;
    }
    .navbar-light .navbar-toggler {  
        background: #FFF;
    }
}

@media (min-device-width:820px) and (max-device-width:1180px) {
    .aboutheadline {
        top: 8%;
        padding: 8px;
    }

    .main-content {
        width: 59%;       
        top: 31%;
        left: 22%;
    }
}

@media (min-device-width:1024px) and (max-device-width:1366px) {
    .aboutheadline {
        top: 23%;
        padding: 5px;
    }

    .aboutsectionheadline p {           
        width: 33%;
        padding: 7px;      
    }

    .main-content {
        width: 40%;
        top: 20%;
        left: 29%;
    }

}




















/*--------------------new css --------------------------*/
.cust_new_btn{
    background: #6785b9;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 4px;
    border: 0;
}

.header .cust_new_btn {
    min-width: 95px;
    padding: 7px;
}
.header a.btn.btn-secondary.indexpage{
    min-width: 95px;
}
    


@media only screen and (max-width: 769px) and (min-width: 767px) {
button.navbar-toggler {
    position: absolute;
    right: 10px;
    top: 60px;
  }
}
    @media(max-width:767px){
        .aboutus_techologies_box {
            margin: 20px 0px;
            height: auto !important;
            min-height: 200px;
        }
        .home_industry_box {
      
            min-height: auto;
        }
       
        
    }


@media(max-width:668px){
    .Accessible {
        height: 380px;
    }
    .Accessible-headline {
        margin-top: -5px;
    }
}

@media(max-width:467px){
    .Accessible {
        height: 260px;
    }
    .Accessible {
        background-position-y: 20px;
        background-color: #d5d7d9;
    }

    .contactpage .direcatheadline {
        position: static;
    }
    .contactpage .direcatheadline h1 {
        font-size: small;
    }
}
