html, body {
    width: 100%;
}

section {
    margin-bottom: 50px;
}

section h1 {
    font-size: 58px;
    margin-bottom: 25px;
}

section .description {
    font-size: 18px;
}

section > .mask {
    padding: 120px 0;
    background-color: rgba(38, 38, 38, 0.7);
}

.list ul li {
    font-weight: 300;
    font-size: 24px;
}

section#promo {
    color: white;
    background-image: url("../img/promo.webp");
    background-position: 50% 80%;
    background-size: cover;
}

section#promo .about-button {
    margin-top: 60px;
}

section#promo .about-button a {
    padding: 15px 35px;
    font-size: 16px;
}


section#about {
    background-size: cover;
    padding-bottom: 50px;
}

section#about .steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 25px;
    flex-wrap: wrap;
}

section#about .steps .step {
    overflow: hidden;
    background-color: #fafafa;
    padding: 25px;
    border-radius: 25px;
    transition: all .3s;
    width: 280px;
    height: 400px;
    text-align: center;
}

section#about .steps .step span.header {
    font-weight: 400;
    display: block;
    margin: 15px 0;
}

section#about .steps .step span.description {
    font-weight: 300;
}

section#about .steps .step {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
}

section#about .steps .step .img {
    background-position: center;
    background-size: cover;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 0 auto 30px;
}

section#about .steps .step:nth-child(1) .img {
    background-image: url("../img/circle1.avif");
}

section#about .steps .step:nth-child(2) .img {
    background-image: url("../img/circle2.avif");
}

section#about .steps .step:nth-child(3) .img {
    background-image: url("../img/circle3.avif");
}

section#about .steps .step:nth-child(4) .img {
    background-image: url("../img/circle4.avif");
}

section#about .steps .step .img img {
    max-width: 100px;
}

section#about .steps .step .header {
    font-size: 18px;
}

section#about .steps .step span.description {
    font-size: 14px;
}


section#services {
    color: white;
    /*background-image: url("../img/services-2.avif");*/
    background-image: url("../img/services.jpg");
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
}

section#services > .mask {
    padding-top: 50px;
    background-color: rgba(38, 38, 38, 0.55);
}

section#services .children, section#services .adult {
    margin-top: 25px;
}

section#services .list {
    margin-top: 20px;
}

section#services .list ul li {
    list-style: none;
    font-size: 20px;
}

section#services .list ul li i {
    color: rgb(242, 160, 77);
    font-size: 36px;
    position: relative;
    top: 4px;
}


section#technologies {
    margin-bottom: 0;
}

section#technologies .technologies-photo {
    margin-top: 150px;
}

section#technologies .technologies-photo img {
    max-width: 100%;
    max-height: 100%;
}

section#technologies .list {
    margin-top: 120px;
}


section#team {
    background-color: #eeeeee;
}

section#team .header {
    margin-top: 0;
    margin-bottom: 50px;
}

section#team h2 {
    letter-spacing: 4px;
}

section#team .main-doctor {
    display: flex;
    justify-content: center;
    align-items: center;
}

section#team .main-doctor-img {
    text-align: right;
}

section#team .main-doctor-img img {
    height: 400px;
}

section#team .profession {
    margin-top: 15px;
}

section#team .all-team-button {
    margin-top: 50px;
}

section#team .main-doctor .all-team-button a {
    padding: 15px 35px;
    font-size: 14px;
}


section#team-members {
    margin-bottom: 0;
}

section#team-members .employee-wrapper {
    padding: 35px;
    margin: 0;
}

section#team-members .employee-card {
    margin: 0;
}

section#team-members .employee-card .photo {
    height: 300px;
}


section#gallery {
    margin-top: 50px;
}

section#gallery .gallery-box .carousel .carousel__slide {
    text-align: center;
    height: 320px;
    width: 500px;
}

section#gallery .gallery-box .carousel .carousel__slide img {
    max-height: 100%;
    border-radius: 15px;
}

section#gallery .gallery-box .carousel .carousel__nav button, section#team-members .employee-carousel .carousel__nav button  {
    background-color: white;
    border: 1px solid #f1f1f1;
}



section#comments {
    margin-bottom: 100px;
}

section#comments .comments-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 25px;
}

section#comments .comments-box .comment {
    border-radius: 15px;
    padding: 25px;
    width: 400px;
}
section#comments .comments-box .comment .photo {
    overflow: hidden;
}

section#comments .comments-box .comment .photo img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

section#comments .comments-box .comment .title {
    margin: 15px 0;
}

section#comments .comments-box .comment .text {
    font-size: 14px;
}


section#articles a.article-url {
    text-decoration: none;
    color: inherit;
}

section#articles .article {
    position: relative;
    height: 400px;
    border: 1px solid #f3f3f3;
    border-radius: 25px;
    overflow: hidden;
    margin-top: 15px;
}

section#articles .article .img {
    height: 150px;
    overflow: hidden;
}

section#articles .article .img img {
    max-width: 100%;
}

section#articles .article .article-header {
    margin: 20px 0;
}

section#articles .article .article-header h4 {
    font-weight: 400;
    font-size: 1.3rem;
}

section#articles .article .content {
    padding: 5px 25px;
}

section#articles .article .content .description p {
    font-weight: 300;
    font-size: 15px;
}

section#articles .article .date {
    position: absolute;
    text-align: right;
    bottom: 10px;
    right: 20px;
    width: 100%;
}

section#articles .article .date span {
    font-weight: 200;
    font-size: 12px;
}

section#articles .article-more {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

section#articles .article-more .more-button {
    font-weight: 100;
    font-size: 22px;
}

section#articles .article-more .more-button a {
    transition: all .3s;
    color: black;
}

section#articles .article-more .more-button a:hover {
    color: rgb(242, 160, 77);
}

section#articles .article-more .more-button a:hover > span.arrow {
    color: black;
    background-color: #e7e7e7;
}

section#articles .article-more .more-button a span.arrow {
    transition: all .3s;
    display: inline-flex;
    border-radius: 50%;
    background-color: #f3f3f3;
    height: 45px;
    width: 45px;
    margin-left: 12px;
}

section#articles .article-more .more-button a span.arrow i {
    margin: auto auto;
}


section#form .contact-us-form {
    margin-top: 50px;
    padding: 25px;
    border-radius: 15px;
    border: 1px solid #f3f3f3;
}

section#form .contact-us-form .form-group, .modal .modal-contact-form .form-group {
    margin-bottom: 15px;
}

section#form .contact-us-form input, .modal .modal-contact-form input, .modal .modal-contact-form textarea {
    width: 100%;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: 300;
    border: 1px solid lightgray;
    transition: all .3s;
}

section#form .contact-us-form input:focus, .modal .modal-contact-form input:focus, .modal .modal-contact-form textarea:focus {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
}

section#form .contact-us-form button {
    padding: 10px 45px;
    font-size: 14px;
    color: white;
    font-weight: 300;
}

section#form .contact-us-form-img {
    margin-top: 25px;
    text-align: right;
    padding-right: 75px;
}

section#form .contact-us-form-img img {
    border-radius: 15px;
    margin-top: 15px;
    height: 350px;
}


section#contact {
    position: relative;
    margin-bottom: 0;
}

section#contact .container-fluid {
    padding: 0;
}

section#contact .map {
    height: 400px;
}

section#contact .contact-box {
    background-color: rgb(224, 143, 67);
    padding: 0 30px;
    color: white;
    position: absolute;
    width: 400px;
    height: 100%;
    right: 150px;
}

section#contact .contact-box .location {
    margin-bottom: 25px;
}

section#contact .contact-box .location a {
    color: white;
}

section#contact .contact-box .phones, section#contact .contact-box .location {
    font-size: 18px;
}

section#contact .contact-box .make-appointment {
    margin-top: 50px;
}

footer {
    padding: 50px 0;
    color: white;
    background-color: rgb(54, 54, 54);
}

footer .img {
    text-align: center;
}

footer .img img {
    height: 40px;
    margin-bottom: 25px;
}

footer a.ap {
    cursor: pointer;
    font-size: 14px;
}

footer a.ap {
    padding: 15px 35px;
}

footer .schedule span {
    font-size: 14px
}

footer .schedule .footer-divider {
    display: none;
}

footer .warning .warning-header {
    font-weight: 600;
    margin-bottom: 25px;
}

footer .warning p {
    font-size: 14px;
    margin-bottom: 50px;
}

footer .social-media-box {
    margin-bottom: 50px;
    font-size: 28px;
}

footer .social-media-box a.social-media {
    transition: all .3s;
    margin: 0 10px;
}

footer .social-media-box a.social-media:hover {
    color: rgb(242, 160, 77);
}

footer .copyright {
    font-size: 12px;
}

footer .links {
    margin-top: 35px;
    font-size: 14px;
}

footer .links a {
    display: inline-block;
    margin-top: 10px;
    transition: all .3s;
}

footer .links a:hover {
    color: rgb(242, 160, 77);
}


.modal .modal-contact-form {
    margin: 0 auto;
    width: 90%;
}

.modal .modal-contact-form button {
    color: white;
}

.modal-contact-form .alert, .contact-us-form .alert {
    text-align: center;
    color: white;
    display: none;
    background-color: rgba(242, 160, 77);
}