@font-face {
    font-family: Rubik-Regular;
    src: url(../fonts/Rubik-Regular.ttf);
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: Rubik-Medium;
    src: url(../fonts/Rubik-Medium.ttf);
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: Rubik-Light;
    src: url(../fonts/Rubik-Light.ttf);
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: Rubik-Bold;
    src: url(../fonts/Rubik-Bold.ttf);
    font-weight: normal;
    font-style: normal; }

html {
    position: relative;
    min-height: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block; }

.container-fluid {
    padding-right: 0;
    padding-left: 0; }

.container {
    max-width: 1170px;
    padding-left: 0;
    padding-right: 0; }

.row {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0; }

a {
    text-decoration: none;
    border-color: transparent; }

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0; }

a:active, a:focus {
    outline: none; }

input {
    outline: 0 !important; }

button:active, button:focus {
    outline: none; }

.form-control:focus,
.btn:focus {
    outline: 0;
    box-shadow: none; }

button::-moz-focus-inner {
    border: 0; }

input {
    outline: none; }
.transition {
    transition: 0.7s; }

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    -webkit-text-fill-color: #303549 !important;
    color: #303549 !important; }


body {
    font-family: Rubik-Regular, sans-serif;
}

.wrapper {
    position: relative;
    min-width: 320px;
    max-width: 100%;
    min-height: 100%;
    height: 100%; }

/*header*/
.header-bg{
    background: url("../img/png/bg-header1.png") no-repeat;
    background-size: 100% 100%;
    padding: 2rem 0 0;
}
header{
    background: url(../img/png/bg-header-girl.png) no-repeat;
    background-position: 85% 100%;
    background-size: 34% 87%;
}

.logo a{
    color: #49d1cc;
    font-size: 2.1rem;
    text-transform: uppercase;
    letter-spacing: 12px;
}
.logo a:hover{
    text-decoration: none;
}
.logo a img {
    float: left;
    width: 2.8rem;
    height: 2.8rem;
    margin: -0.6rem 0.5rem 0 0;
}
/*.logo a svg {*/
    /*fill: #49d1cc;*/
    /*width: 2.8rem;*/
    /*height: 2.8rem;*/
    /*margin: -0.6rem 0.5rem 0 0;*/
/*}*/
.logo p{
    color: #4c4c53;
    font-size: 0.9rem;
    line-height: 16px;
    margin: 0.5rem 0 0 1rem;
}
.timetable a, .phone a, .email a,
.adress a {
    display: block;
    text-decoration: none;
    font-family: Rubik-Light, sans-serif;
    color: #4c4c53;
    font-size: 0.9rem;
    margin: 1rem 0 0;
}
 .email a:hover,
 .phone a:hover{
    text-decoration: none;
    color: #ff725a;
}
 /*.email a:hover svg,*/
/*.phone a:hover svg{*/
    /*fill: #ff725a;*/
/*}*/
.timetable img, .phone img, .email img {
    width: 1.2rem;
    height: 1.3rem;
    margin: 0 0.5rem -0.3rem 0;
}
.adress img{
    width: 1.2rem;
    height: 1.3rem;
    margin: 0 0 -0.3rem 0;
}
.phone{
    padding: 0;
}
.phone a{
    font-size: 1.1rem;
}
.phone a strong{
    font-family: Rubik-Medium, sans-serif;
}
.callback a {
    font-family: Rubik-Light, sans-serif;
    font-size: 0.9rem;
    border: 1px solid #ff725a;
    padding: 0.3rem 2rem;
    margin: 0.5rem 0 0 0;
    color: #ff725a;
}
.callback a:hover {
    border: 1px solid #49d1cc;
    color: #49d1cc;
}
/*popup-consultation*/
.consult-popup{
    position: relative;
    background: #49d1cc;
    /*background: linear-gradient(to top right, #0ecce3, #20d1d6);*/
    padding: 3rem 2.5rem;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}
.consult-popup h4{
    font-size: 1.2rem;
    text-transform: uppercase;
    margin: 2rem 0 1rem;
}
.consult-popup p{
    font-family: Rubik-Light, sans-serif;
    font-size: 1rem;
    margin: 1rem 0;
}
.consult-popup .form-control {
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    transition: none;
    padding: .375rem 0;
}
.consult-popup button {
    background: #fff;
    padding: 0.6rem 2.3rem;
    color: #20d1d6;
}
.consult-popup button:hover {
    opacity: 0.8;
}
/*for placeholder*/
.consult-popup .form-control::-webkit-input-placeholder {color:#fff;  font-size: 1rem; }
.consult-popup .form-control::-moz-placeholder          {color:#fff; font-size: 1rem; }/* Firefox 19+ */
.consult-popup.form-control:-moz-placeholder           {color:#fff;  font-size: 1rem; }/* Firefox 18- */
.consult-popup .form-control:-ms-input-placeholder      {color:#fff;  font-size: 1rem; }


/*END popup-consultation*/

.social-icon{
    position: absolute;
    right: 13%;
    top: 1%;
}
.social-icon a svg{
    fill: #49d1cc;
    width: 1.9rem;
    height: 1.9rem;
    margin: 0.5rem;
}
.social-icon a svg:hover{
    fill: #ff725a;
}

/*menu*/
.menu{
    margin: 3rem 0 1rem;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-family: Rubik-Light, sans-serif;
    font-size: 0.8rem;
    color: #393a50;
    text-transform: uppercase;
    padding: 0 2rem 0 0;
}
.navbar-expand-md .navbar-nav .nav-link:hover {
    text-decoration: underline;
    color: #ff725a;
}
.navbar-toggler{
    color: #fff;
    font-size: 24px;
}
.navbar-toggler:hover{
    color: #fff;
    opacity: 0.5;
}
/*END menu*/
.header-title{
    /*background:  url("../img/png/bg-header-girl.png") no-repeat;*/
    padding-left: 1.5rem;
    padding-bottom: 2rem;
}
.yuor-doctor h1,
.header-title h1 {
    font-size: 3.1rem;
    color: #393a50;
    line-height: 60px;
    letter-spacing: 10px;
    text-transform: uppercase;
}
.header-title h1 span{
    font-family: Rubik-Medium, sans-serif;
}
.yuor-doctor hr,
.header-title hr{
    display: flex;
    border-top: 4px solid #444556;
    width: 7rem;
    float: left;
}
.header-title h3 {
    font-family: Rubik-Medium, sans-serif;
    font-size: 1.9rem;
    color: #49d1cc;
    margin: 2rem 0;
}
.header-title a{
    color: #fff;
    font-size: 1rem;
    padding: 0.6rem 1rem;
    background: #49d1cc;
    margin-right: 1.1rem;
    width: 18.7rem;
    box-shadow: 0 0 20px #ededed;
}
.header-title a:hover{
    background: #2eb8b3;
}
.header-title .write-consul {
    background: #ff725a;
}
.header-title .write-consul:hover{
    background: #ff5233;
}
.result {
    background: rgba(148, 154, 168, 0.8);
    padding: 2rem 0 2rem;
    margin-top: 3rem;
}
.result ul{
    font-family: Rubik-Medium, sans-serif;
    list-style: none;
    justify-content: space-between;
    color: #fff;
    font-size: 1.1rem;
}
.result ul li img {
    width: 2.5rem;
    height: 2.5rem;
    background: #49d1cc;
    padding: 0 0.5rem;
    border-radius: 50%;
    float: left;
    margin: -0.8rem 1rem;
}
/*END header*/

/*services*/
.services{
    background: url("../img/png/service.png") no-repeat;
    background-position: top left;
    padding: 4rem 0 0;
    margin: 2rem 0 2rem 0;
    text-align: center;
}
.reason-block h2, .warranty h2, .contact-block h2,
.services h2{
    font-size: 2.5rem;
    color: #393a50;
    text-transform: uppercase;
    margin: 0 0 3rem 1rem;
    text-align: left;
}
.our-services2,
.our-services {
    position: relative;
    background: #fff;
    box-shadow: 0 0 20px #ededed;
    height: 370px;
    border-radius: 5px;
    text-align: center;
    margin: 1rem 0;
    line-height: 22px;
}
.our-services2 img,
.our-services img{
    height: 4rem;
    margin: 3.1rem 0 2rem 0 ;
}
.our-services .service-icon{
    height: 3rem;
}
.our-services2 h4,
.our-services h4{
    font-size: 1.1rem;
    color: #393a50;
    text-transform: uppercase;
    margin: 0 0 1rem 0;
}
.our-services2 hr,
.our-services hr{
   border: 1px solid #49d1cc;
    width: 3.5rem;
}
.our-services2 p,
.our-services p{
    font-family: Rubik-Light, sans-serif;
    color:#393a50;
    margin: 0 1rem 0;
}
.our-services2{
    height: 300px;
}
.yuor-doctor a,
.services a {
    color: #fff;
    padding: 0.6rem 3rem;
    background: #ff725a;
    border-radius: 3px;
    text-align: center;
}
.yuor-doctor a:hover, .question button:hover,
.services a:hover {
    background:  #ff5233;
}
.our-services2 .hover-text,
.our-services .hover-text {
    position: absolute;
    font-family: Rubik-Light, sans-serif;
    opacity: 0;
    top: 0;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    height: 370px;
    padding: 1rem ;
    margin: 0;
    border-radius: 5px;
    line-height: 19px;
    transition: all 0.5s ;
}
.our-services2 .hover-text span,
.our-services .hover-text span{
    font-family: Rubik-Regular, sans-serif;
    display: block;
    font-size: 1.1rem;
    color:#fff;
    text-transform: uppercase;
}
.our-services2:hover .hover-text,
.our-services:hover .hover-text{
    position: absolute;
    opacity: 1;
    background: rgba(148, 154, 168, 1);
    cursor: pointer;
}
.our-services2 .hover-text {
    height: 300px;
}
/*END services*/

/*about*/
.about{
    background: url("../img/png/bg-about1.png") no-repeat;
    background-size: cover;
    background-position: top left;
    padding: 4rem 0;
}
.reviews h2, .question h2, .about h2{
    font-size: 2.5rem;
    color: #fff;
    text-transform: uppercase;
    margin: 2rem 0 3rem 5rem;
}
.about h2{
    margin: 3rem 0 3rem 1rem;
}
.about-us {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about-us div{
    width: 12rem;
    color: #fff;
    text-align: left;
    margin: 1rem ;
}
.about-us div img{
    width: 3.2rem;
    margin-bottom: 1rem;
}
.about-us div h5 {
    font-family: Rubik-Medium, sans-serif;
    margin-bottom: 1rem;
    line-height: 22px;
    height: 4rem;
}
.about-us div hr {
    border: 1px solid #fff;
    width: 2.5rem;
    float: left;
    margin: 0;
}
.about-us div p{
    font-family: Rubik-Light, sans-serif;
    line-height: 22px;
    margin-top: 2rem;
}
/*END about*/

/*doctor*/
.doctor{
    /*display: flex;*/
}
.doctor-img {
    max-width: 100%;
    height: auto;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    float: left;
    margin-right: 3rem;
    z-index: -1;
}
.doctor-photo,
.doctor-name{
    padding: 0;
}

.yuor-doctor h3{
    font-family: Rubik-Medium, sans-serif;
    font-size: 1.9rem;
    padding: 4.5rem 0 1rem 0;
    color: #ff725a;
}
.yuor-doctor h1{
    font-size: 2.5rem;
}
.yuor-doctor hr{
    margin: 0;
}
.yuor-doctor h4 {
    font-size: 1.2rem;
    text-transform: uppercase;
    margin: 2rem 0;
    color: #393a50;
}

.yuor-doctor p{
    font-family: Rubik-Light, sans-serif;
    font-size: 1rem;
    margin: 2rem 0;
    color:#393a50;
    line-height: 22px;
}
.yuor-doctor-text{
    display: flex;
    justify-content: space-between;
    /*width: 100%;*/
}
.yuor-doctor-text div{
    display: flex;
}
.yuor-doctor-text h6{
    font-family: Rubik-Medium, sans-serif;
    font-size: 1.2rem;
    margin: 1rem 0 0 0;
    color:#393a50;
}
.yuor-doctor-text a{
    font-size: 1.1rem;
    padding: 0;
    background: transparent;
    border-radius: 3px;
    text-align: left;
    margin: 1rem 0 0 0;
}
.yuor-doctor-text img{
    float: left;
    width: 2.1rem;
    height: 2rem;
    margin: 1rem 1rem;
}
.yuor-doctor-text a{
    font-family: Rubik-Light, sans-serif;
    color: #49d1cc;
    text-decoration: underline;
    display: inline-block;
    margin: 1rem 0 0 0;
}
.yuor-doctor-text .education:hover{
    color:#393a50;
    background: transparent;
}
.yuor-doctor a{
    margin-bottom: 1.8rem;
}
/*education-popup*/
.education-popup{
    position: relative;
    background: #FFF;
    padding: 4rem;
    width: auto;
    max-width: 900px;
    margin: 20px auto;
    border-radius: 5px;
}
.education-popup h4{
    font-family: Rubik-Regular, sans-serif;
    color:#393a50;
    text-transform: uppercase;
}
.education-popup hr{
    border-top: 1px solid #444556;
    width: 3rem;
    float: left;
}
.education-popup ul {
    margin: 3rem 0 1rem;
    list-style-type: circle ;
    list-style-position: inside;
}
.education-popup ul li{
    font-family: Rubik-Regular, sans-serif;
    color:#393a50;
    padding-bottom: 1rem;
    font-size: 1rem;
    line-height: 22px;
}
.education-popup ul li span {
    font-family: Rubik-Bold, sans-serif;
    color: #49d1cc;
    margin-left: -10px;
}
.education-popup a {
    position: relative;
    color: #00c1d9 !important;
    font-size: 1.1rem;
    border-bottom: 1px solid #00c1d9;
    padding: 0 0 1px 0;
    margin-left: 1rem;
}
.education-popup a:hover {
    color:#393a50 !important;
    border-bottom: 1px solid #393a50;
    text-decoration: none;
}
.consult-popup .mfp-close,
.education-popup .mfp-close {
    width: 35px;
    height: 35px;
    right: 2%;
    top: 3%;
}

/*END education-popup*/

/*END doctor*/

/*reason*/
.reason{
    background-color: #fcfcfd;
    padding: 3rem 0;
}
.reason .reason-block{
    background-color: #fcfcfd;
    background: url("../img/png/reason.png") no-repeat;
    background-position: top left;
    padding: 3.5rem 0 0;
    text-align: center;
}
.reason .reason-block h2 {
    line-height: 50px;
}
.warranty-item,
.reason-block-item{
    padding: 2rem;
    text-align: center;
    color:#393a50;
}
.warranty-item img,
.reason-block-item img{
    width: 3.2rem;
}
.warranty-item h6,
.reason-block-item h6 {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin: 1rem 0;
    line-height: 22px;
    height: 2.8rem;
}
.warranty-item hr,
.reason-block-item hr{
   border: 1px solid #49d1cc;
    width: 3rem;
}
.warranty-item p,
.reason-block-item p{
    font-family: Rubik-Light, sans-serif;
    margin: 2rem 0;
    line-height: 22px;
}
/*END reason*/

/*reviews*/
.reviews{
    background: url("../img/png/bg-reviews.png") no-repeat;
    background-size: cover;
    padding: 4rem 0;
}
.reviews h2{
    margin: 2rem 0 3rem 0;
}
/*Crousel */
 .owl-nav button svg{
     fill: #5facb1;
    width: 50px;
    height: 50px;
    padding: 10px;
    background: transparent;
}
 .owl-nav{
    position: absolute;
    top: 35%;
    width: 100%;
}
 .owl-nav button svg:hover{
    fill: #fff;
}
 .owl-nav .owl-next{
    float: left;
    transform: rotate(180deg);
    margin-left:-1%;
}
 .owl-nav .owl-prev{
    float: right;
    margin-right: -1%;
}
.owl-theme .owl-dots {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.owl-theme .owl-dots span {
    background: none repeat scroll 0 0 #8890a0;
    display: block;
    height: 5px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.owl-theme .owl-dots .active span{
    background: #49d1cc;
}
    /*END reviews-carousel*/

.owl-carousel .owl-item{
    width: 450px;
    margin: 0 auto;
    text-align: center;
    padding: 1rem;
}
.owl-carousel .owl-item h4{
    font-size: 1.1rem;
    color:#fff;
    margin-bottom: 2rem;
    line-height: 22px;
}
.owl-carousel .owl-item h4 span{
    font-family: Rubik-Medium, sans-serif;
    text-transform: uppercase;
}
.owl-carousel .owl-item h4 strong{
    font-family: Rubik-Medium, sans-serif;
}
.owl-carousel .owl-item img {
    display: block;
    width: 30px;
    height: 20px;
    margin: 0 auto;
}
.owl-carousel .owl-item p{
    font-family: Rubik-Light, sans-serif;
    font-size: 1rem;
    color:#fff;
    line-height: 22px;
    margin-top: 1rem;
    padding: 0 6%;
}
/*END reviews*/

/*warranty*/
.warranty{
    background: url("../img/png/bg-warranty1.png") no-repeat;
    background-size: cover;
    padding: 4rem 0;
}
.warranty .warranty-block{
    display: flex;
    flex-wrap: wrap;
}
.warranty h2{
    margin: 2rem 0 3rem 1rem;
}
.warranty-item {
    background: #fff;
    box-shadow: 0 0 20px #ededed;
    border-radius: 5px;
    color: #393a50;
}

.warranty-item hr{
    border: 1px solid #393a50;
}
.warranty-item h6{
    height: 3.8rem;
}
/*END warranty*/

/*question*/
.question{
    background: url("../img/png/bg-form.png") no-repeat;
    background-size: cover;
    padding: 4rem 0;
}
.question h2{
    margin: 2rem 0 3rem 0;
}
.question p{
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-bottom: 5rem;
}
.question .form-control {
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    transition: none;
    margin: 0 2rem;
    width: 300px;
    padding: .375rem 0;
}
.question button{
    background: #ff725a;
    padding: 0.6rem 2.3rem;
    margin-left: 2rem;
    color: #fff;
}
/*for placeholder*/
.question .form-control::-webkit-input-placeholder {color:#fff;  font-size: 1rem; }
.question .form-control::-moz-placeholder          {color:#fff; font-size: 1rem; }/* Firefox 19+ */
.question .form-control:-moz-placeholder           {color:#fff;  font-size: 1rem; }/* Firefox 18- */
.question .form-control:-ms-input-placeholder      {color:#fff;  font-size: 1rem; }

/*END question*/

/*contact*/
.contact-block{
    background: url("../img/png/contacts.png") no-repeat;
    background-position: top left;
    padding: 3rem 0;
    margin: 2rem 0;
}
.contact-block ul li{
    list-style: none;
    padding: 0 0 1rem 5rem;
}
.contact-block .social-icon {
    position: relative;
    margin: 2rem 0 0 4.5rem;
    right: 0;
    top: 0;
}
.contact-block .logo {
    position: relative;
    margin: 2rem 0 0 4rem;
}
 .map{
    padding: 0;
}
.map iframe{
    width: 100%;
    height: 100%;
}
/*END contact*/

/*FOOTER*/
footer{
    padding: 1rem 0;
    background: #3e3e44;
    text-align: center;
    font-family: Rubik-Light, sans-serif;
    font-size: 0.8rem;
    color:#fff;
}
.phone .footer-tel {
    margin-left: 1.4rem;
}
/*END FOOTER*/


/*popup-back*/
.popup-back .header-bg {
    /*background: url(../img/png/bg-popup-back.png) no-repeat;*/
    background-size: cover;
    background-position: top center;
}
.popup-back h1{
    letter-spacing: 0;
    text-transform: none;
    margin: 16% 0 5%;
}
.popup-back h1 span{
    font-family: Rubik-Medium, sans-serif;
    line-height: 60px;
    letter-spacing: 4px;
    text-transform: uppercase;

}
.popup-back .btn {
    display: block;
    margin: 0 0 22%;
    border-radius: 5px;
    padding: 1rem 1rem;
    text-align: center;
    text-transform: uppercase;
}
.popup-back .btn:hover {
    background: #2eb8b3;
    text-decoration: none;
}
/*END popup-back*/



/*media*/
@media screen and (max-width: 4000px) {
    header {
        background: url(../img/png/bg-header-girl.png) no-repeat;
        background-position: 70% 100%;
        background-size: 19% 83%;
    }

}
@media screen and (max-width: 3000px) {
    header {
        background: url(../img/png/bg-header-girl.png) no-repeat;
        background-position: 75% 100%;
        background-size: 23% 78%;
    }
}

@media screen and (max-width: 2500px) {
    header {
        background: url(../img/png/bg-header-girl.png) no-repeat;
        background-position: 75% 100%;
        background-size: 25% 78%;
    }
}
@media screen and (max-width: 1920px) {
    header {
        background: url(../img/png/bg-header-girl.png) no-repeat;
        background-position: 85% 100%;
        background-size: 34% 87%;
    }
    .popup-back  header {
        background-size: auto;
    }
}
@media screen and (max-width: 1499px) {
    header {
        background-position: 88% 100%;
        background-size: 43% 81%;
    }
    .header-bg {
        background-size: auto;
        background-position: bottom;
    }
    .yuor-doctor p {
        width: 85%;
    }
}
@media screen and (max-width: 1399px) {
    .about, .reviews{
        background-size: 150% 100%;
        background-position: top center;
    }
    .warranty {
        background-size: 155% 100%;
        background-position: top center;
    }
}
@media screen and (max-width: 1299px) {
    .yuor-doctor p {
        width: 100%;
    }
    .yuor-doctor h1 {
        font-size: 1.3rem;
        line-height: 37px;
    }
    .your-doctor-text {
        padding: 1.5rem 1rem;
    }


    .owl-nav .owl-next {
        margin-left: 0;
    }
    .owl-nav .owl-prev {
        margin-right: 0;
    }
    .owl-carousel .owl-item p {
        padding: 0 2rem;
    }
}

@media screen and (max-width: 1270px) {
    .yuor-doctor {
        display: inline-block;
    }
}
@media screen and (max-width: 1199px) {
    header {
        background-position: 122% 100%;
        background-size: 55% 80%;
    }
    .img-fluid {
        width: 100%;
        max-width: 100%;
        height: auto;
        float: left;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .social-icon {
        display: none;
    }
    .contact-block .social-icon {
        display: block;}
    .logo a {
        font-size: 1.4rem;}
    .phone a {
        font-size: 1rem;
    }
    .callback a {
        padding: 0.3rem 1rem;}

    .callback a {
        padding: 0.3rem 1rem;}
    .doctor {
        display: flex;
        flex-wrap: wrap;
    }
    /*.doctor img {*/
        /*width: 100%;*/
        /*height: 100%;*/
    /*}*/
    .about-us div {
        width: 18rem;}
    .contact-block {
        background: #fff;}

    .question h2, .question p,
    .reviews h2{
        padding: 0 0 0 1rem;
    }
    .contact-block .logo {
        margin: 2rem 0 0 1rem;
    }
    .contact-block ul li {
        padding: 0 0 1rem 1rem;
    }

    .yuor-doctor-text {
        width: 100%;
    }

}
@media screen and (max-width: 992px) {
    header {
        background: none;
    }
    .header-bg {
        background-size: 100% 100%;
    }
    .logo p {
        margin: 0.5rem 0 0 3rem;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 0 0.7rem;
    }
    .phone a {
        padding: 0 1rem;
    }
    .d-flex {
        display: block !important;
    }
    .result ul li{
        padding: 1rem 0;
    }
    .result {
        padding: 1rem 0 1rem;
        margin-top: 0;
    }
    .yuor-doctor-text svg {
        margin: 1rem 0;
    }
    .warranty-item, .reason-block-item {
        margin: 1rem 0;}
    .about {
        background: #49d1cc;
    }
    .warranty {
        background: #fff;
    }
    .question button {
        margin: 2rem;}
    .our-services2 .hover-text, .our-services .hover-text {
        line-height: 16px;
    }

}
@media screen and (max-width: 768px) {
    .header-bg {
        background-position: inherit;
        background-size: cover;
        padding: 0}

    header{
        display: flex;
        flex-direction: column;
    }
    .callback a {
        margin: 0.5rem 0;
        padding: 0.3rem 0.2rem;
        font-size: 0.8rem;
    }
    .header-title h3 {
        margin: -1rem 0 2rem 0;
        text-align: center;
    }
    .menu {
        margin: 0 0 1rem;
        order: -1;
    }
    .navbar {
        background: #49d1cc;
        border-radius: 0
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 1rem 0.8rem;
        color: #fff;
    }
    .navbar-expand-md .navbar-nav .nav-link:hover {
        text-decoration: underline;
        color:#4c4c53;
    }
    .reviews h2, .question h2, .header-title h1,  .yuor-doctor h1,
    .header-title h1, .reason .reason-block h2, .warranty h2, .contact-block h2,
    .about h2 {
        font-size: 2rem;
        margin: 2rem 0 1rem 0;
        line-height: 36px;
        letter-spacing: 2px;
    }
    .header-title h3 {
        margin: 0 0 2rem 0;
        text-align: center;
    }
    .header-title {
        padding-left: 0;
        text-align: center;
    }
    .header-title a {
        margin-right: 0;
    }
    .header-title a {
        margin-bottom: 1rem;}
    .timetable a{
        display: none;
    }
    .callback a {
        margin-top: 0;
    }
    .yuor-doctor hr, .header-title hr {
        display: none;
    }
    .yuor-doctor-text {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }
    .reason {
        padding: 1rem 0;
    }
    .reason .reason-block {
        padding: 0;
        background: none;}
    .question {
        background: #5fd4d0;
        padding: 1rem 0;
        text-align: center;
    }


    .contact-block {
        padding: 0 ;
        margin: 2rem 0;
    }

    .contact-block ul li {
        padding: 0 0 1rem 0;
    }
    .contact-block .phone a {
        padding: 0;
    }
    .contact-block .logo,
    .contact-block .social-icon {
        margin: 2rem 0 0 0;
    }
    .reviews {
        background: #69768c;
        padding: 2rem 0;
    }
    .reviews h2{
        margin-left: 1rem;
    }

}
@media screen and (max-width: 575px) {
    .popup-back  .logo {
        margin-top: 2rem;
    }
    .popup-back .btn {
        margin: 0 auto 22%;
    }

    .yuor-doctor a, .services a {
        padding: 0.6rem 0;
        font-size: 1rem;
    }
    .warranty-item, .reason-block-item {
        padding: 1.5rem 0.5rem 1rem;
        }
    .result ul li {
        font-size: 0.8rem;
    }
    .yuor-doctor-text h6 {
        margin: 0;}
     .yuor-doctor .btn, .services a {
        padding: 0.6rem 1rem;
    }
    .question p {
        margin-bottom: 2rem;
    }
    .map iframe{
        height: 300px;
    }
    .our-services2 .hover-text {
        height: 370px;
        line-height: 14px;
        font-size: 0.8rem;
    }
    .our-services2 {
        height: 370px;
    }
    .our-services2 .hover-text, .our-services .hover-text {
        font-size: 0.8rem;}

    .consult-popup button {
        margin-left: 0;}

    .education-popup {
        padding: 4rem 1rem 1rem;}

    .services {
        background: #fff;
        padding: 1rem 0 0;
    }
    .reviews h2, .question h2, .header-title h1,  .yuor-doctor h1, .services h2,
    .header-title h1, .reason .reason-block h2, .warranty h2, .contact-block h2,
    .about h2 {
        font-size: 1.8rem;
        margin: 1rem 0 1rem 1rem;
        text-align: center;}
    .warranty {
        background: #fff;
    }
    .popup-back .header-bg {
        background:#fff;}

    .about-us div {
        width: 100%;
        text-align: center;
    }
    .about-us div hr {
        float: none;
        margin: 0 auto;
    }
    .about-us div p {
        margin-top: 1rem;
    }
    .about-us div h5 {
        height: auto;
    }
    .about-us div {
        margin: 1rem 1rem 2rem 1rem;
    }
    .about {
        padding: 1rem 0;
    }
    .doctor,
    .yuor-doctor p{
        text-align: justify;
    }

    .yuor-doctor h4 {
        text-align: center;
        margin: 1rem 0;
    }
    .your-doctor-text {
        text-align: center;
    }
    .yuor-doctor-text {
        display: flex;
        justify-content: center;
    }
    .reason-block-item {
        margin: 0;
    }
    .warranty-item{
        margin: 0 0 1rem 0;
    }
    .warranty-item p, .reason-block-item p {
        margin: 1rem 0;
    }
    .warranty-item h6, .reason-block-item h6 {
        height: auto;
    }
    .question h2, .warranty h2, .contact-block h2,
    .reviews h2{
        padding: 0;
        margin: 1rem 0 1rem 0;}
    .question p{
        padding: 0;
    }
    .question button {
        margin: 2rem auto;
    }
    .contact-block .logo, .contact-block .social-icon {
        margin: 0;
    }
    .question .form-control {
        margin: 0.5rem;
        width: 100% !important;}


}
@media screen and (max-width: 400px) {

    .header-title h1 {
        font-size: 1.8rem;
        margin: 2rem 0 1rem 0;
    }
    .header-title a {
        width: 17.7rem;
    }
    .header-title h1{
        font-size: 1.5rem;
        margin: 2rem 0 1rem 0;
    }
    .phone a {
        font-size: 0.89rem;
    }
}