/* globals */
@media (max-width: 991px) {
    a{
        font-size: 13px !important;
    }
    .p-body{
        padding: 0;
    }
    .menu-items a span.sub-arrow {
        border: solid 1px;
        height: 37px
    }
    .header-absolute{
        position: relative;
    }
    #myVideo{
        display: none;
    }
    #myImage{
        display: block;
    }
}
@media (min-width: 991px) {
    #myVideo{
        display: block;
    }
    #myImage{
        display: none;
    }
}
/* globals */
/* header */
@media (min-width: 1100px) {
    header nav {
        justify-items: flex-end !important;
        display: flex;
        justify-content: flex-end !important;
    }
    
}

@media (min-width: 965px) {
    header nav {
        justify-items: center;
        display: flex;
        justify-content: center;
        padding-top: 0px;
        padding-bottom: 0px;
        justify-content: center;
        padding-top: 0px;
    }
}

@media (min-width: 768px) {
    .main-menu-btn {
        position: absolute;
        top: -99999px;
    }

    #main-menu-state:not(:checked)~#main-menu {
        display: block;
    }

    .menu-items ul {
        position: absolute;
        width: 12em;
    }

    .menu-items li {
        float: left;
    }

    .menu-items.sm-rtl li {
        float: right;
    }

    .menu-items ul li,
    .menu-items.sm-rtl ul li,
    .menu-items.sm-vertical li {
        float: none;
    }

    .menu-items a {
        white-space: nowrap;
    }

    .menu-items ul a,
    .menu-items.sm-vertical a {
        white-space: normal;
    }

    .menu-items .sm-nowrap>li>a,
    .menu-items .sm-nowrap>li> :not(ul) a {
        white-space: nowrap;
        font-size: 14px;
        background: #3853A5;
        color: white !important;
    }

    .menu-items .sm-nowrap>li>a:hover {
        background: white;
        color: #3853A5!important;
    }

    .menu-items {
        background: transparent;
    }

    .menu-items a span.sub-arrow {
        /* icon menu movil */
        top: auto;
        margin-top: 0;
        bottom: 15px;
        margin-left: -5px;
        right: 0;
        width: 0;
        height: 0;
        border-width: 4px;
        border-style: solid dashed dashed dashed;
        border-color: #231F20 transparent transparent transparent;
        background: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }

    .menu-items a.highlighted span.sub-arrow:before {
        display: none;
    }
    
}

@media (max-width: 991px) {
    header .location p {
        font-size: 12px;
    }
    .menu-items a,
    .menu-items a:hover,
    .menu-items a:focus,
    .menu-items a:active {
        font-size: 15px;
    }
    /* header .location{
        display: none;
    } */
}

@media (max-width: 767px) {
    .sm li {
        margin: 0px!important;
    }
    header nav {
        justify-content: flex-start !important;
    }
    header .container-menu{
        display: initial !important;
        padding: 0;
    }
    header .line{
        display: none;
    }
    header .container-logo{
        padding: 1vw 0vw 1vw 0vw;
     }
    header .container-logo img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        /* width: 85%; */
        height: auto;
      }
    header .contact .socials {
        display: none !important;
      }
    header .contact a{
        font-size: 15px !important;
    }
}

@media screen and (min-width: 767px) and (max-width: 1100px) {
    header nav {
        justify-items: center !important;
        display: flex;
        justify-content: center !important;
    }
}

@media (max-width: 1100px) {
    header nav {
        padding-right: 0vw;
    }
}
/* header */

/* hero */
@media (max-width: 991px) {
    .header-fixed header {
        position: relative;
    }
    .hero {
        margin-top: 0;
    }
    .hero .container-text h6 a{
        font-size: 1.388vw !important;
    }
    .hero .container-call-outs{
        width: 90%;
        margin: auto;
        margin-top: 20px;
    }
    .hero span {
        margin-bottom: 15px;
    }
    .hero .container-text {
        top: 77vw !important;
    }
}

@media (max-width: 767px) {
    .header-fixed header {
        position: relative;
        margin: 0;
    }
    .hero .container-text {
        top: 45vw !important;
        width: 100%;
    }
    .hero span h3 {
        font-size: 23px;
    }
    .img-play img{
        width: 10px;
    }
    .hero .container-text h4 {
        display: none;
    }
    .hero .container-text h2 {
        font-size: 28px;
        width: 100%;
    }
    .hero span p{
        font-size: 13px !important;
    }
    .hero .container-text h2 span {
        font-size: 28px;
    }
    .hero .container-text h6 {
        display: none;
    }
    .hero .container-text h6 a{
        font-size: 2.5vw !important;
    }
}
/* hero */

/* call-outs */
@media (max-width: 767px) {
    .calls-outs{
        padding: 0 11vw 0px 11vw;
    }
    .calls-outs h1 {
        display: none;
    }
    .calls-outs h2 {
        display: none;
    }
    .calls-outs a {
        font-size: 15px !important;
    }
}
/* call-outs */

/* philosophy */
@media (max-width: 1340px){
    .container-cloud2 {
        margin-top: -312px;
    }
}
@media (max-width: 1110px){
    .container-cloud2 {
        margin-top: -360px;
    }
}
@media (min-width: 2315px){
    .container-cloud2 {
        margin-top: -200px;
    }
}
@media (max-width: 1350px){
    .meet-doc {
        padding: 190px 0 15.5vw 0;
    }
}
@media (max-width: 1100px){
    .meet-doc {
        padding: 230px 0 15.5vw 0;
    }
}
@media (max-width: 991px){
    .philosophy .container-img {
        top: -75px;
    }
    .calls-outs h3{
        font-size: 18px;
    }
    .meet-doc {
        padding: 300px 0 15.5vw 0;
    }
    .meet-doc h3 {
        font-size: 24px;
    }
    .meet-doc h2, .meet-doc h2 span {
        font-size: 20px;
    }
    .meet-doc p.text-white, .meet-doc p.text-white {
        font-size: 18px !important;
    }
}

@media (max-width: 767px){
    .philosophy .container-img {
        position: relative;
    }
    .philosophy .container-img {
        top: 30px;
    }
    .philosophy h2 {
        font-size: 30px;
        text-align: center;
        padding: 0 11vw;
    }
    .philosophy p {
        font-size: 16px !important;
        margin-top: 25px;
        line-height: 27px;
        padding: 0vw 6vw 0 4vw;
        
    }
    .philosophy a {
        font-size: 16px;
        padding: 0vw 6vw 0 4vw;
        
    }
    .philosophy {
        background: #112344;
        padding: 23vw 0px;
    }
}
/* philosophy */

/* doctor */
@media (max-width: 991px){
    .doctor p {
        font-size: 16px;
        line-height: 23px;
    }
    .doctor h5 {
        font-size: 13px;
        line-height: 21px;
    }
}
@media (max-width: 767px){
    .doctor{
        margin-top: -22vw;
        padding: 0vw 0vw;
    }
    .doctor h2 {
        font-size: 24px !important;
        padding-left: 0px;
        margin-top: 20px;
        margin-bottom: 35px;
        text-align: center;
    }
    .doctor h2 span{
        font-size: 18px;
    }
    .doctor h3 {
        text-align: center;
        font-size: 18px;
       
    }
    .doctor h5{
        padding: 0 10vw;
        font-size: 16px;
        line-height: 170%;
    }
    .doctor h5 span{
        font-size: 16px;
        font-style: normal;
    }
    .doctor p {
        padding: 0 10vw;
        font-size: 16px !important;
        line-height: 170%;
    }
    .doctor a {
        font-size: 16px !important;
        padding: 0vw 0vw 0 10vw;
    }
    .doctor ul li:nth-child(1) img{
        width: 70%;
        margin-right: auto;
        margin-left:  auto;
        margin-top: 4vw;
        margin-bottom: 4vw;
    }
    .doctor .container-fluid {
        padding: 0 0 0 0;
    }
    .doctor .reviews {
        margin-top: 6vw;
    }
    .doctor .title {
        font-size: 18px;
        margin-bottom: 0px;
        padding-top: 0vw;
    }
    .doctor h1 span {
        font-size: 15px;
    }
    .doctor .img-text {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding: 0 0 0 0;
    }
    .doctor .reed {
        margin-top: -13vw;
    }
}
/* doctor */

/* services */
@media (max-width: 991px){
    .services h2 {
        text-align: center;
        font-size: 30px !important;
    }
    .services h3, p {
        font-size: 16px !important;
        line-height: 170%;
    }
    .services h4 {
        text-align: center;
        font-size: 20px;
        padding: 0 8vw;
    }
    .services ul {
        padding-left: 18vw !important;
    }
    .services ul li {
        font-size: 16px;
    }
}
@media (max-width: 767px){
    .services{
        overflow: hidden;
        margin-top: 85px;
    }
    .services .container-img-right {
        padding-left: 0vw;
    }
    .services h2 {
        text-align: center;
        font-size: 30px;
        width: 100% !important;
    }
    .services .title li:nth-child(2){
        width: 100% !important;
        margin-left: -12vw;
    }
    .services a {
        font-size: 16px !important;
    }
    .services ul {
        margin-bottom: 0;
    }
    .services .container-text-left {
        padding: 0px 30px;
    }
    .services .title {
        display: inherit;
        padding-left: 0px;
        text-align: center;
    }
    .services .container-text-right {
        padding: 40px 19px 0px 19px;
    }
    .services .tekk img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 20%;
        height: auto;
     }
     .services .tekk-hed h2{
        font-family: Gotham-medium;
        font-size: 20px !important;
        letter-spacing: 0px;
        margin: 0px 4vw 2vw 0px;
    }
    .services .title img{
        width: auto;
    }
    .diagonal-top-service {
        display: none;
    }
}
/* services */

/* services2 */
@media (min-width: 991px) {
    .col-20{
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (max-width: 767px) {
    .services2 .container-btn-service a{
        font-size: 20px !important;
    }
}
/* services2 */



@media (min-width: 768px){
    .map .mapp2 img {
       display: none;
    }
}
@media (max-width: 767px){
    .map .mapp1 img {
       display: none;
    }
    .savings-plan h1 {
        font-size: 25px;
    }
    .home .reviews-body img {
        width: 46%;
        margin-bottom: -5vw;
    }
    .container-cloud4 {
        margin-bottom: -17vw;
    }
    .hero-reviews {
        margin-top: -12vw;
    }
    .meet-doc a.txt-appointment {
        font-size: 15px !important;
        width: 100%;
    }
    .line-right{border: none; border-bottom: 1px solid white;}
    .btn-style {
        font-size: 13px !important;
    }
}
/* footer */
@media (min-width: 1700px){
    footer .container{
        max-width: 1372px !important;
    }
}
@media (min-width: 2070px){
    footer .container{
        max-width: 1600px !important;
    }
}

@media (max-width: 991px){
    footer .hours ul li:nth-child(1) {
        width: 40px;
    }
    .diagonal-sm{
        margin-bottom: -80px !important;
    }
}
@media (max-width: 767px){
    footer ul li {
        text-align: center;
        font-size: 15px;
    }
    footer .foot-logo img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    footer .phoner{
        text-align: center;
        margin-top: 20px;
    }
    footer .phoner .fone a {
        font-size: 18px !important;
    }
    footer a{
        font-size: 15px !important;
    }
    footer ul {
        justify-content: center;
    }
    footer .hours ul{
        margin-bottom: 2px;
        margin-left: 28.5vw !important;
    }
}

/* footer */

/* content secundary */
@media (max-width: 991px){
    .content-secundary .container-service-1 {
        width: 25vw
    }
    .content-secundary .container-btn a{
        text-align: center;
        width: 100%;
    }
    .content-secundary .container-btn a span {
        display: none;
    }
    .content-secundary .container-btn2 a{
        width: auto;
    }
    .secundary-reviews {
        margin-top: 0;
    }
    .testimonials ul li:nth-child(3){
        display: initial !important;
    }
    .testimonials.my-n5{
        margin-top: 0px !important;
    }
    .btn-services{
        width: 100px !important;
    }
    .img-play img{
        margin-right: 0px;
    }
}
@media (min-width: 768px){
    .page-intro2 .intro-nu {
        display: none;
    }
    .content-bg {
        display: none;
    }
    /* #servvz-list {
        margin-top: -15vw !important;
    } */
    
}
@media (max-width: 767px){
    .teamm {
       margin-top: 11vw;
    }
    .team-pics {
        margin-top: 12vw;
     }
     .team-pix hr{
        width: 90%;
        margin: 0px 0 !important;
    }
    .page-intro2 .intro-nu {
        display: none;
    }
    .content-secundary .servv-pic-bg {
        display: none;
    }
    .content-bg {
       padding: 0 0 0 0;
       margin: 0 0 0 0;
    }
    .content-bg .servv-pic-sm img {
        margin-top: -15vw !important;
        width: 100%;
        height: auto;
     }
     .content-bg .servv-pic-sm2 img {
        margin-bottom: 4vw !important;
        width: 100%;
        height: auto;
     }
    .page-intro2 .intro-og {
        display: none;
    }
    .page-intro .container-text {
        padding: 3vw 0vw 2vw 0vw !important;
    }
    .page-intro2 .container-text {
        padding: 20px 15px !important;
    }
    .page-intro2 h1 {
        font-size: 27px;
    }
    .page-intro2 h3 {
        font-size: 18px;
    }
    .content-secundary img.img-intro {
        margin-top: 5vw;
    }
    .content-secundary img {
        width: 230px;
        margin-bottom: 50px;
    }
    .content-secundary .gallery img {
        margin-bottom: 0px;
    }
    .page-intro h1 {
        font-size: 20px;
    }
    .content-secundary h1 {
        font-size: 21px;
        text-align: center;
    }
    .content-secundary h2 {
        font-size: 20px;
    }
    .content-secundary h3 {
        font-size: 14px;
    }
    .content-secundary h4 {
        font-size: 17px;
    }
    .content-secundary ul li {
        font-size: 14px;
    }
    .content-secundary .container-btn a img{
        width: 15px;
        margin-bottom: 0px;
    }
    .content-secundary .container-btn a {
        padding: 2vw 4vw;
    }
    .content-secundary .container-btn2 a img{
        width: 15px;
        margin-bottom: 0px;
    }
    .content-secundary .container-btn2 a {
        padding: 2vw 5vw;
    }
    .content-secundary .container-btn3 a img{
        width: 15px;
        margin-bottom: 0px;
    }
    .content-secundary .container-btn3 a {
        padding: 2vw 1vw;
    }
    .content-secundary .container-service-1 {
        width: 100%
    }
    .content-secundary p span{
        font-size: 17px;
    }
    .content-secundary .servv-txt p {
        font-family: 'Times New Roman', Times, serif;
        font-weight: 500;
        font-size: 18px !important;
        line-height: 120%;
        margin-bottom: -1vw;
    }
    .secundary-reviews {
        height: auto;
        padding: 40px 0px;
    }
    .secundary-reviews h5 {
        font-size: 16px;
        line-height: 150%;
    }
    .secundary-reviews ul li:nth-child(1) img {
        width: 65%;
    }
    .secundary-insurance h6 {
        font-size: 16px;
    }
    .title-intro-pr{
        font-size: 19px !important;
    }
    .content-secundary .testimonials img {
        margin-bottom: 0px;
    }
    .testimonials .social {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .testimonials ul li:nth-child(1) img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 65%;
        margin-bottom: -2vw;
    }
    .testimonials ul li:nth-child(2) img {
        margin-right: 0px;
    }
    .revvs-body .social img {
        width: 100% !important;
    }
    .google-reviews {
        padding: 20px;
    }
    .secundary-contact .img-intro{
        width: 90%;
        margin: auto;
        display: block;
    }
    .secundary-contact .after-hours {
        width: 100%;
        text-align: center;
    }
    .secundary-contact p{
        text-align: center;
    }
    .secundary-contact ul li {
        font-size: 13px;
    }
    .secundary-contact ul li:nth-child(1) {
        width: 80px;
    }
    .secundary-appointment{
        margin-top: 5vw;
    }
    .secundary-appointment .btn-contact {
        font-size: 13px;
        width: 35vw;
        margin-bottom: 50px;
    }
    .secundary-appointment .btn-contact img {
        width: 15px;
        margin-bottom: 0px;
    }
    .secundary-appointment .appt-side{
        margin: 0 1vw 0 0vw;
        padding: 6vw 6vw 4vw 6vw;
        background: #d4ebf6;
    }
    .team-pix h1{
        font-size: 20px !important;
        margin-top: -6vw;
        margin-bottom: 3vw;
    }
    .team-pix h4{
        font-size: 18px !important;
        text-align: center;
        margin-top: -7vw !important;
    }
    .secundary-philosophy h3 {
        font-size: 28px !important;
    }
    .secundary-philosophy h4 {
        text-align: center;
        font-size: 18px !important;
        line-height: 120%;
        padding: 0 3vw;
        margin-top: -3vw;
        margin-bottom: -3vw;
    }
    .secundary-philosophy p span {
        font-family: Gotham-medium;
        
        font-size: 18px;
    }
    .secundary-technologies ul {
        
        list-style: outside;
    }
    .secundary-technologies ul li a {
        line-height: 180%;
        
    }
    .tarjets .care-btn img{
        width: 97.5%;
     }
}
@media (max-width: 575px){
    .page-intro .container-img {
        position: relative;
    }
    .page-intro .container-text {
        padding: 6vw 0vw 6vw 0vw;
        text-align: center;
    }
    .page-intro2 .container-img {
        position: relative;
    }
    .page-intro2 .container-text {
        padding: 6vw 0vw 6vw 0vw;
        text-align: center;
    }
    .secundary-technologies ul{
        margin-bottom: 0px;
    }
    .secundary-appointment .btn-contact {
        width: 55vw;
    }
}
/* end content secundary */

/* Landing page */
/* Section 1 */
@media (max-width: 767px) {
    .section-1 h2 {
        font-size: 18px;
    }
    .section-1 h2 span {
        font-size: 16px;
    }
    .section-1 h5 {
        font-size: 13px;
        line-height: 23px;
    }
    .section-1 .reviews{
        padding-top: 50px;
    }
}
/* Section 1 */

/* Section 2 */
@media (max-width: 767px) {
    .section-2 h2 {
        font-size: 18px;
        width: 100%;
        text-align: center;
        line-height: 25px;
    }
    .section-2 ul li {
        font-size: 13px;
    }
    .section-2 h1 {
        font-size: 18px;
        text-align: center;
        margin-top: 35px;
        line-height: 25px;
    }
    .section-2 p {
        line-height: 22px;
    }
}
/* Section 2 */

/* Section 3 */
@media (max-width: 767px) {
    .section-3 h2 {
        font-size: 18px;
    }
    .section-3 h3 {
        font-size: 14px;
        line-height: 22px;
    }
    .section-3 ul li {
        font-size: 13px;
    }
    .section-3 h1 {
        font-size: 18px;   
    }
    .section-3 p {
        line-height: 22px;
    }
    .section-3 .container-img img{
        margin-top: 30px;
    }
    .section-3 .pl-5, .section-3 .pr-5 {
        padding-left: 1rem!important;
    }
}
/* Section 3 */

/* section-4 */
@media (max-width: 991px){
    p, .content-secundary li {
        font-size: 14px !important;
    }
    .section-4 ul li {
        font-size: 13px;
    }
}
@media (max-width: 767px){
    .section-4 h2 {
        font-size: 18px;
        text-align: center;
    }
    .section-4{
        overflow: hidden;
        margin-top: 60px;
    }
    .section-4 .container-img-right {
        padding-left: 0vw;
    }
    .section-4 ul {
        margin-bottom: 0;
    }
    .section-4 .container-text-left {
        padding: 0px 30px;
    }
    .section-4 .title {
        display: inherit;
        padding-left: 0px;
        text-align: center;
    }
    .section-4 .container-text-right {
        padding: 40px 19px;
    }
    .section-4 .title img{
        width: auto;
    }
    .diagonal-top-service {
        display: none;
    }
}
/* section-4 */

/* section-5 */
@media (max-width: 991px){
    .section-5 p {
        font-size: 14px;
        line-height: 23px;
    }
    .section-5 h5 {
        font-size: 13px;
        line-height: 21px;
    }
    .section-5 ul li {
        font-size: 13px;
    }
}
@media (max-width: 767px){
    .section-5 {
        padding: 0vw 7vw 20px;
    }
    .section-5 h1 {
        font-size: 22px;
        padding-left: 0px;
        margin-bottom: 35px;
        text-align: center;
    }
    .section-5 .title {
        font-size: 18px;
        margin-bottom: 0px;
        padding-top: 40px;
    }
    .section-5 h1 span {
        font-size: 15px;
    }
    .section-5 .img-text {
        width: 140px;
    }
    .section-5 ul {
        margin-top: 50px;
    }
    .section-5 .mb-5{
        margin-bottom: 0rem !important;
    }
    .section-5 .pl-5, .section-5 .pr-5 {
        padding-left: 1rem!important;
    }
    
}
/* section-5 */

/* section-6 */
@media (max-width: 767px){
    .section-6 h1 {
        font-size: 20px;
        text-align: center;
    }
    .section-6 .p-5 {
        padding: 1rem!important;
    }
}
/* section-6 */

/* section-7 */
@media (max-width: 767px){
    .section-7 h1 {
        font-size: 20px;
    }
    .section-7 h2 {
        font-size: 17px;
    }
    .section-7 h3 {
        font-size: 18px;
    }
    .section-7 h3 span {
        font-size: 15px;
    }
    .section-7 p {
        line-height: 22px;
    }
    .section-7 h4 {
        font-size: 16px;
    }
    .section-7 h4 span {
        font-size: 19px;
    }
    .section-7 ul li {
        font-size: 13px;
        line-height: 22px;
    }
    .section-7 .p-5 {
        padding: 1rem!important;
        margin-top: 30px;
    }
}
/* section-7 */