*{
    margin: 0;
    padding: 0;
}


a {
    color: black;
    text-decoration: none;  
}

.d-flex {
    display: flex;
}

.navbar-mobile {
    position: sticky;
    top: 0;
    
    z-index: 7;
}

.navbar-boofer {
    width: 100%;
    border-bottom: 1px solid #0053a1;
}
 
.navbar {
    margin: 0 auto;
    width: 1175px;
    height: 136px;
    justify-content: start;
}

.navbar-item {
    font-family: "Manrope", sans-serif;
    position: relative;
    list-style: none;
    width: 550px;
    border-bottom: 1px solid #0053a1;
}

.navbar-item-right {
    font-family: "Manrope", sans-serif;
    position: relative;
    border-bottom: 1px solid #0053a1;
    list-style: none;
    width: 600px;
}

.navbar-item-right-div {
    flex-wrap: wrap;
    height: 50%;
    width: 146px;
}

.navbar-item-right-div-icons {
    position: relative;
    height: 111%;
}

.navbar-right-list-icons {
    position: absolute;
    bottom: 0;
    list-style: none;
    flex-direction: row;
}

.navbar-right-list-icons-item {
    width: 25px;
    height: 25px;
    margin: 0px 12px 0px 12px;
}

.navbar-right-list-icons-item-img {
    width: 25px;
    height: 25px;
}

.navbar-item-right-div-lang {
    margin: 0 auto;
    height: 100%;
}

.navbar-right-list-lang {
    width: 82px;
    margin: 14px auto;
    list-style: none;
}

.navbar-right-list-lang-item {
    font-size: 16px;
    margin-left: 11px;
}

.navbar-item-right-div-btn {
    position: relative;
    width: 320px;
}

.navbar-right-list-btn {
    position: absolute;
    bottom: 0;
    margin-bottom: 16px;
    margin-left: 40px;
    list-style: none;
}

.navbar-right-list-btn-item {
    margin-top: 12px;
}

.navbar-right-btn {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #0053a1;
    border: 1px solid #0053a1;
    border-radius: 16px;
    background-color: transparent;
    padding: 5px 24px 5px 24px;
    font-size: 14px;
    transition: 0.2s;
}

.navbar-right-btn-dark {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: white;
    border: 1px solid #0053a1;
    border-radius: 16px;
    background-color: #0053a1;
    padding: 5px 40px 5px 40px;
    font-size: 14px;
    transition: 0.2s;
}

.navbar-right-btn-dark:hover {
    transition: 0.2s;
    cursor:pointer;
    box-shadow: inset  0px 3px 3px rgba(0, 0, 0, 0.2);
}

.navbar-right-btn:hover {
    transition: 0.2s;
    cursor:pointer;
    box-shadow: inset  0px 3px 3px rgba(0, 0, 0, 0.2);
}

.navbar-item-list {
    white-space: nowrap; 
    position: absolute;
    bottom: 0;
    margin-bottom: 15px;
    list-style: none;
}


.navbar-item-logo-png {
    z-index: 1;
    position: relative;
    right: 65px;
    height: 285px;
}

.navbar-item-logo {
    width: 198px;
}

.navbar-list-item {
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
}

.navbar-list-item:hover {
    cursor: pointer;
}

.navbar-item-list-right-3-lang {
    margin-left: 15px;
}


.img-main-img {
    filter: opacity(0.7);
    width: 100%;
    height: 100%;
}

.main-container {
    flex-direction: column;
    font-family: "Montserrat", sans-serif;
    margin: 0 auto;
    width: 1364px;
    height: 100%;
}

.about-us-name {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #BB267C;
    text-wrap: nowrap;
    width: 403px;
    font-size: 75px;
    margin-top: 170px;
    margin-left: 152px;
}

.dentistry-info-1 {
    margin-top: 25px;
    margin-left: 196px;
    margin-bottom: 70px;
    width: 80%;
}

.br-1 {
    margin-bottom: 8px;   
}

.banner-img-div-1 {
    width: 228px;
    height: 198px;
}

.banner-img-1 {
    position: relative;
    z-index: -1;
    width: 190px;
}

.banner-info-1 {
    flex-direction: column;
    padding: 0 0 0 23px;
    width: 766px;
    border-left: 2px solid #4A5976;
}

.banner-info-name-1 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 14px;
    color: #0053a1;
}

.bannner-info-disc-1 {
    text-align: justify;
    font-size: 16px;
    line-height: 20px;
}

.cards-info {
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    width: 80%;
    height: 100%;
    margin-bottom: 80px;
    margin-top: 50px;
}

.cards-info .name-cards-info {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #BB267C;
    text-wrap: nowrap;
    width: 403px;
    font-size: 75px;
}

.cards-info .cards {
    transform: scale(1);
    margin-top: 40px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.cards-info .cards .card {
    border: 1px solid #0053a1;
    background-color: rgb(255, 255, 255);
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 4px;
    margin: 5px;
    padding: 5px;
    transition: 0.3s;
    height: 212px;
    width:180px;
}

.cards-info .cards .card .card-name {
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #0053a1;
    opacity: 100;
    transition: 0.3s;
}

.cards-info .cards .card .card-disc {
    margin: 5px;
    text-align: center;
    position: absolute;
    top: 10px;
    opacity: 0;
    height: 200px;
    width:180px;
    transition: 0.3s;
    margin: 0 auto;
    left: 5px;
    font-size: 80%;
}

.cards-info .cards .card .card-disc b {
    color: #0053a1;
    font-size: 18px;
}

.cards-info .cards .card .card-img-png {
    opacity: 100;
    transition: 0.3s;
    height: 142px;
}

.cards-info .cards .card:hover {
    z-index: 3;
    transform: scale(1.5);
    border: 2px solid #0053a1;
    box-shadow: inherit;
}

.cards-info .cards .card:hover .card-img-png {
    opacity: 0;
    transition: 0.3s;
    position: relative;
}

.cards-info .cards .card:hover .card-name {
    font-size: 16px;
    opacity: 0;
    transition: 0.3s;
    font-weight: bold;
    color: #0053a1;
}

.cards-info .cards .card:hover .card-disc {
    border-radius: 4px;
    transition: 0.3s;
    opacity: 100;
    display: block;
}
.cards-info .cards .card:hover .card-disc b {
    font-size: 18px;
}

.dentistry-info-team-stages {
    margin-top: 130px;
    margin: 0 auto;
    width: 1057px;
    height: 100%;
    flex-direction: column;
}

.dentistry-info-team-stages .body {  
    margin-bottom: 50px;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.dentistry-info-team-stages .body .item {
    background-color: rgba(173, 173, 173, 0.158);
    box-shadow: 2px 6px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
    align-items: center;
    margin: 10px;
    width: 476px;
    flex-direction: row;
}

.dentistry-info-team-stages .body .item .circle {
    background-color: rgb(187,38,124, 0.1);
    border-radius: 50%;
    box-shadow: 2px 6px 5px rgba(0, 0, 0, 0.1);
    width: 204px;
    height: 204px;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.dentistry-info-team-stages .body .item .circle .circle-img {
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    line-height: 204px;
}

.dentistry-info-team-stages .body .item .circle .circle-img .circle-img-pic {
    border-radius: 10%;
    height: 204px;
    width: 204px;
}

.dentistry-info-team-stages .body .item .info {
    flex-direction: column;
    width: 250px;
    margin-left: 19px;
}

.dentistry-info-team-stages .body .item .info .info-name {
    color: #0053a1;
    font-size: 18px;
    font-weight: 800;
    padding: 5px 5px 5px 0;
}

.dentistry-info-team-stages .body .item .info .info-disc {
    color: #0053a1;
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
}

.dentistry-info-team-stages .body .item .info .info-details {
    color: #0053a1;
    margin-top: 5px;
    flex-direction: row;
}

.dentistry-info-team-stages .body .item .info .info-details .date {
    text-align: left;
    font-size: 12px;
    width: 50%;
}

.dentistry-info-team-stages .body .item .info .info-details .more {
    font-size: 14px;
    text-align: right;
    width: 50%;
}

.dentistry-info-team-stages .header {
    width: 100%;
    color: #0053a1;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 25px;
}

.dentistry-info-team-stages .header .name {
    margin-left: 10px;
    color: #BB267C;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 75px;
    color: #BB267C;
}

.slider-containerPC {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 8px;
    margin-top: 7px;
    width: 100%;
}

.topPC {
    align-items: center;
    justify-items: center;
}

.framePC {
    overflow: hidden;
    width: 1092px;
    height: 191px;
}

.sliderPC {
    width: 100%;
    height: 100%;
    transition: 1s ease-in-out;
}

.slider-imagePC {
    width: 334px;
    height: 191px;
    object-fit: cover;
    flex-shrink: 0;
    margin: 0 15px 0 15px;
}

.arrowPC {
    padding: 5px;
    width: 30px;
}

.arrowPC:hover {
    cursor: pointer;
}


.arrow-rightPC {
    transform: rotate(180deg);    
}

.pagination-circlePC {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #4A5976;
}

.pagination-circlePC:hover {
    cursor: pointer;
}

.activePC {
    background-color: #BB267C;
}

.bottomPC {
    column-gap: 4px;    
}

.slider-container {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    row-gap: 8px;
    margin-top: 17px;
    width: 90%;
}

.slider-container .top {
    align-items: center;
    justify-items: center;
}

.slider-container .frame {
    align-items: center;
    overflow: hidden;
    width: 500px;
    height: 80%;
     border-radius: 10px;
}

.slider-container .slider {
    width: 100%;
    height: 100%;
    transition: 1s ease-in-out;
}

.slider-container .slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}

.slider-container .arrow {
    padding: 5px;
    width: 30px;
}

.slider-container .arrow:hover {
    cursor: pointer;
}


.slider-container .arrow-right {
    transform: rotate(180deg);    
}

.slider-container .pagination-circle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #4A5976;
}

.slider-container .pagination-circle:hover {
    cursor: pointer;
}

.slider-container .active {
    background-color: #BB267C;
}

.slider-container .bottom {
    column-gap: 4px;    
}

.modal-call {
    font-family: "Montserrat", sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    z-index: 8; 
    width: 100%;
    height: 100%;
}

.modal-call .modal-call-window {
    position: relative;
    width: 450px;
    border-radius: 10px;
    background-color: white;
    padding: 30px;
}

.modal-call .modal-call-header-name {
    color: #0053a1;
    font-size: 32px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
}

.modal-call .modal-call-close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    background: none;
    place-items: 0.7;
}

.modal-call .modal-call-close-btn:hover {
    opacity: 1;
    cursor: pointer;
}

.modal-call .modal-call-body {
    
    width: 100%;
    text-align: center;
    justify-content: center;
}

.modal-call .modal-call-body-form {
    text-align: left;
    flex-direction: column;
    justify-content: left;
    text-align: center;
    align-items: center;
    padding: 10px;
    width: 100%;
}

.modal-call .modal-call-body-form .form-item {
    font-family: "Montserrat", sans-serif;
    border: 2px solid rgb(172, 172, 172); 
    font-size: 16px;
    border-radius: 4px;
    font-size: 16px;
    padding: 15px 10px 15px 5px;
    margin: 5px;
    width: 100%;
}

.modal-call .modal-call-body-form .form-item-submit {
    border-color: #0053a1;
    border-radius: 4px;
    background-color: transparent;
    color: #0053a1;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    padding: 15px 5px 15px 5px;
    width: 103%;
    transition: 0.2s;
}
.modal-call .modal-call-body-form .form-item-submit:hover {
    cursor: pointer;
    transition: 0.2s;
    background-color: rgba(146, 146, 146, 0.13);
}

.modal-reception {
    font-family: "Montserrat", sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    z-index: 8;
    width: 100%;
    height: 100%;
}

.modal-reception .modal-reception-window {
    position: relative;
    width: 450px;
    border-radius: 10px;
    background-color: white;
    padding: 30px;
}

.modal-reception .modal-reception-header-name {
    color: #0053a1;
    font-size: 32px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
}

.modal-reception .modal-reception-close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    background: none;
    place-items: 0.7;
}

.modal-reception .modal-reception-close-btn:hover {
    opacity: 1;
    cursor: pointer;
}

.modal-reception .modal-reception-body {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.modal-reception .modal-reception-body-form {
    flex-wrap: wrap;
    justify-content: left;
    text-align: center;
    align-items: center;
    padding: 10px;
    width: 100%;
}

.modal-reception .modal-reception-body-form .form-item {
    font-family: "Montserrat", sans-serif;
    border: 2px solid rgb(172, 172, 172); 
    font-size: 16px;
    border-radius: 4px;
    font-size: 16px;
    padding: 15px 10px 15px 5px;
    margin: 5px;
    width: 100%;
}
.modal-reception .modal-reception-body-form .form-item-half {
    font-family: "Montserrat", sans-serif;
    border: 2px solid rgb(172, 172, 172); 
    font-size: 16px;
    border-radius: 4px;
    font-size: 16px;
    padding: 15px 10px 15px 5px;
    margin: 5px;
    width: 30%;
}

.modal-reception .modal-reception-body-form .form-item-submit {
    border-color: #0053a1;
    border-radius: 4px;
    background-color: transparent;
    color: #0053a1;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    padding: 15px 5px 15px 5px;
    width: 103%;
    transition: 0.2s;
}
.modal-reception .modal-reception-body-form .form-item-submit:hover {
    cursor: pointer;
    transition: 0.2s;
    background-color: rgba(146, 146, 146, 0.13);
}

.modal-review {
    font-family: "Montserrat", sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    z-index: 8;
    width: 100%;
    height: 100%;
}

.modal-review .modal-review-window {
    position: relative;
    width: 450px;
    border-radius: 10px;
    background-color: white;
    padding: 30px;
}

.modal-review .modal-review-header-name {
    color: #0053a1;
    font-size: 32px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
}

.modal-review .modal-review-close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    background: none;
    place-items: 0.7;
}

.modal-review .modal-review-close-btn:hover {
    opacity: 1;
    cursor: pointer;
}

.modal-review .modal-review-body {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.modal-review .modal-review-body-form {
    flex-wrap: wrap;
    justify-content: left;
    text-align: center;
    align-items: center;
    padding: 10px;
    width: 100%;
}

.modal-review .modal-review-body-form .form-item {
    font-family: "Montserrat", sans-serif;
    border: 2px solid rgb(172, 172, 172); 
    font-size: 16px;
    border-radius: 4px;
    font-size: 16px;
    padding: 15px 10px 15px 5px;
    margin: 5px;
    width: 100%;
}
.modal-review .modal-review-body-form .form-item-half {
    font-family: "Montserrat", sans-serif;
    border: 2px solid rgb(172, 172, 172); 
    font-size: 16px;
    border-radius: 4px;
    font-size: 16px;
    padding: 15px 10px 15px 5px;
    margin: 5px;
    width: 30%;
}

.modal-review .modal-review-body-form .form-item-submit {
    border-color: #0053a1;
    border-radius: 4px;
    background-color: transparent;
    color: #0053a1;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    padding: 15px 5px 15px 5px;
    width: 103%;
    transition: 0.2s;
}
.modal-review .modal-review-body-form .form-item-submit:hover {
    cursor: pointer;
    transition: 0.2s;
    background-color: rgba(146, 146, 146, 0.13);
}

.sterilization {
    margin: 0 auto;
    width: 80%;
    height: 550px;
    margin-bottom: 120px;
    justify-content: center;
    align-items: center;
}

.sterilization .container {
    margin: 30px 0 0 0;
    position: relative;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.sterilization .container .info {
    color: white;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 90%;
    height: 50%;
    position: absolute;
    top: 20%;
    left: 5%;
}


.sterilization .container .info .logo {
    position: relative;
    top: 0;
    left: 0;
    bottom: 100px;
}

.sterilization .container .info .name {
    margin-top: 40px;
    color: #0053a1;
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 10px;
}

.sterilization .container .info .disc {
    color: #fff ;
    font-weight: 300;
    font-size: 18px;
    margin-top: 20px;
    font-style: italic;
}

.sterilization .container .video {
    position: relative;
    z-index: -1;
    border-radius: 12px;
    background-color:rgba(0,0,0,.3);
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.reviews {
    margin: 0 auto;
    flex-direction: column;
    width: 90%;
    height: 700px;
}

.reviews .review-name {
    flex-direction: column;
    margin: 0 auto;
    width: 85%;
    color: #BB267C;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 75px;
    color: #BB267C;
}

.reviews .review-name .btn {
    width: 126px;
}

.reviews .review-content {
    height: 100px;
    position: relative;
}

.reviews .reviews-list {
    margin: 0 auto;
    padding: 50px;
    width: 80%;
    text-align: center;
}

.reviews .reviews-list .review-list-item {
    left: 15%;
    transform: scale(0.6) translateX(50%);
    opacity: 0;
    position: absolute;
    background-color: rgb(240, 240, 240);
    box-shadow: 2px 2px 4px 4px rgb(0, 0, 0, 0.2);
    border-radius: 10px;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
    width: 430px;
    height: 380px;
    z-index: 0;
}

.reviews .reviews-list .review-list-item .review-container {
    margin: 30px auto;  
    width: 100%;
    height: 100%;
}

.reviews .reviews-list .review-list-item .review-container .info {
    padding: 10px 10px 10px 15px;
}

.reviews .reviews-list .review-list-item .review-container .info .reviewer-name {
    color: #0053a1;
    margin: 0px auto;
    font-size: 20px;
    font-weight: bold;
}

.reviews .reviews-list .review-list-item .review-container .info .reviewer-comment {
    font-size: 90%;
    padding: 15px;
}

.reviews .reviews-list .review-list-item .review-container .info .review-info .date {
    font-size: 16px;
}

.reviews .reviews-list .review-list-item:hover {
    cursor: default;
}

.reviews .reviews-list .review-list-item-1 {
    left: 15%;
    opacity: .4;
    transform: translateX(-50%) scale(0.6);
} 

.reviews .reviews-list .review-list-item-2, .review-list-item-4 {
    opacity: 0.8;
    z-index: 1;
}

.reviews .reviews-list .review-list-item-2 {
    left: 30%;
    transform: translateX(-50%) scale(0.8);
}

.reviews .reviews-list .review-list-item-3 {
    box-shadow: -2px 5px 33px 6px rgb(0, 0, 0, 0.35);
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.reviews .reviews-list .review-list-item-4 {
    opacity: 0.8;
    left: 70%;
    transform: translateX(-50%) scale(0.8);
}

.reviews .reviews-list .review-list-item-5 {
    left: 85%;
    opacity: .4;
    transform: translateX(-50%) scale(0.6);
}

.reviews .reviews-list .review-list-item-6 {
    left: 85%;
    opacity: 0;
    transform: translateX(-50%) scale(0);
}

.reviews .reviews-controls {
    justify-content: center;
    margin: 365px 0;
    height: 100px;
}

.reviews .reviews-controls button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: 30px;
    margin: 0 50px;
    padding: 0 12px;
    text-transform: capitalize;
}

.reviews .reviews-controls-button:focus {
    outline:  none;
}

.reviews .reviews-controls-previous 
{
    color: #0053a1;
    position: relative;
}

.reviews .reviews-controls-previous::before {
    border: solid #0053a1;
    border-width: 0 5px 5px 0;
    content: '';
    display: inline-block;
    height: 5px;
    left: -30px;
    padding: 10px;
    position: absolute;
    top: 25%;
    transform: rotate(135deg) translateY(-50%);
    transition: left 0.15s ease-in-out;
    width: 5px;
}

.reviews .reviews-controls-previous:hover::before {
    left: -33%;
}

.reviews .reviews-controls-next {
    color: #0053a1;
    position: relative;
}

.reviews .reviews-controls-next::before {
    border: solid #0053a1;
    border-width: 0 5px 5px 0;
    content: '';
    display: inline-block;
    height: 5px;
    padding: 10px;
    position: absolute;
    right: -30px;
    top: 46%;
    transform: rotate(-45deg) translateY(-50%);
    transition: right 0.15s ease-in-out;
    width: 5px;  
}

.reviews .reviews-controls-next:hover::before {
    right: -40%;
}

.reviews .reviews-nav {
    bottom: -15px;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    position: absolute;
    width: 100%;
}

.reviews .reviews-nav li.reviews-item-selected {
    background: #555;
} 

.reviews li {
    list-style: none;
}

.footer {
    background-color: rgba(116, 120, 122, 0.3);
    height: 776px;
    width: 100%;
}

.footer-container {
    flex-direction: column;
}

.footer-main-container {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.footer-header {
    color: #0053a1;
    width: 100%;
    height: 115px;
    justify-content:space;
    flex-direction: row;
}

.footer-header .contact{
    flex-direction: column;
    width: 600px;
    height: 87px;
}

.footer-header .contact .name {
    font-size: 63px;
    font-weight: 800;
}

.footer-header .contact .brand {
    font-size: 24px;
    font-weight: 700;
}

.footer-header .footer-logo {
    position: relative;
}

.footer-header .footer-logo .footer-logo-img {
    position: absolute;
    width: 100%;
}

.footer-header .btns {
    padding: 10px 10px 10px 50px;
    height: 67px;
    width: 510px;
    flex-direction: column;
}

.footer-header .btns .btn {
    width: 300px;
    margin-top: 0px;
    margin-bottom: 19px;
}

.footer-main {
    margin-top: 40px;
    height: 426px;
    flex-direction: row;
}

.footer-main .text {
    flex-direction: column;
    height: 100%;
    width: 268px;
}

.footer-main .text .ico {
    margin-right: 3px;
    width: 15px;
}

.footer-main .text .mail {
    width: 124px;
    height: 72px;
    flex-direction: column;
    margin-bottom: 31px;
}
.footer-main .text .time {
    width: 183px;
    height: 52px;
    margin-bottom: 54px;
}
.footer-main .text .tel {
    width: 145px;
    height: 132px;
    margin-bottom: 30px;
}
.footer-main .text .tel .number-disc {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 12px;
}
.footer-main .text .email {
    width: 144px;
    height: 55px;
}
.footer-main .text .name {
    color: #0053a1;
    font-size: 24px;
    font-weight: 700;  
}
.footer-main .text .disc {
    color: #272728;
    font-size: 14px;
    font-weight: 700;
}
.footer-main .map {
    height: 435px;
    width: 768px;
    border: 1px solid #0053a1;
    border-radius: 2px;
}

.footer-container {
    font-family: "Montserrat", sans-serif;
     width: 1057px;
     height: 632px;
}

.footer-bottom {
    width: 100%;
    height: 78px;
    text-align: center;
    justify-content: center;
    background-color: #0053a1;
}

.footer-bottom-text {
    width: 250px;
    text-align: center;
    vertical-align: middle;
    line-height: 78px;
    color: white;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
}

.footer-footer {
    height: 100%;
    flex-direction: column;
    margin-top: 35px;
    text-align: center;
    justify-content: center;
}

.footer-footer .text {
    color: grey;
    font-size: 28px;
    font-stretch: 50%;
}

.overlay {
    overflow-y: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: 7;
}
.overlay:hover{
    cursor: pointer;
}

.no-scroll {
    overflow-y: hidden;
}

.hidden {
    display: none;
}

.news-list {
    text-align: start;
    padding: 50px;
    font-size: 18px;
    }

    .news-list-img {
        margin: 0 auto;
        width: 50%;
    }

    .news-container {
        margin: 0 auto;
        width: 1364px;
    }

@media (max-width: 1364px) {
    .navbar-boofer {
        display: none;
    }

    .about-us-name {
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        color: #BB267C;
        text-wrap: nowrap;
        width: 403px;
        font-size: 75px;
        margin-top: 100px;
        margin-left: 72px;
    }

    .slider-containerPC {
        display: none;
    }

    .slider-container {
        display: flex;
    }

    .slider-container .frame {
        align-items: center;
        overflow: hidden;
        width: 500px;
        height: 80%;
         border-radius: 10px;
    }

    .main-container {
        font-family: "Montserrat", sans-serif;
        margin: 0 auto;
        width: 100%;
        height: 100%;
    }

    .cards-info {
        flex-direction: column;
        margin: 0 auto;
        text-align: center;
        width: 95%;
        height: 100%;
        margin-bottom: 80px;
        margin-top: 50px;
    }

    .cards-info .name-cards-info {
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        color: #BB267C;
        text-wrap: nowrap;
        width: 403px;
        font-size: 75px;
    }

    .cards-info .cards {
        transform: scale(1);
        margin-top: 40px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .cards-info .cards .card {
        border: 1px solid #0053a1;
        background-color: rgb(255, 255, 255);
        box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
        position: relative;
        border-radius: 4px;
        margin: 5px;
        padding: 5px;
        transition: 0.3s;
        height: 212px;
        width: 250px;
    }

    .cards-info .cards .card .card-name {
        margin-top: 15px;
        font-size: 18px;
        font-weight: bold;
        color: #0053a1;
        opacity: 100;
        transition: 0.3s;
    }

    .cards-info .cards .card .card-disc {
        margin: 5px;
        text-align: center;
        position: absolute;
        top: 10px;
        opacity: 0;
        height: 200px;
        width: 230px;
        transition: 0.3s;
        margin: 0 auto;
        left: 15px;
        font-size: 80%;
    }

    .cards-info .cards .card .card-disc b {
        color: #0053a1;
        font-size: 18px;
    }

    .cards-info .cards .card .card-img-png {
        opacity: 100;
        transition: 0.3s;
        height: 142px;
    }

    .cards-info .cards .card:hover {
        z-index: 3;
        transform: scale(1.5);
        border: 2px solid #0053a1;
        box-shadow: inherit;
    }

    .cards-info .cards .card:hover .card-img-png {
        opacity: 0;
        transition: 0.3s;
        position: relative;
    }
    
    .cards-info .cards .card:hover .card-name {
        font-size: 16px;
        opacity: 0;
        transition: 0.3s;
        font-weight: bold;
        color: #0053a1;
    }
    
    .cards-info .cards .card:hover .card-disc {
        border-radius: 4px;
        transition: 0.3s;
        opacity: 100;
        display: block;
    }
    .cards-info .cards .card:hover .card-disc b {
        font-size: 18px;
    }

    .dentistry-info-1 {
        margin-top: 65px;
        margin-left: 126px;
        margin-bottom: 70px;
        width: 80%;
    }

    .br-1 {
        margin-bottom: 8px;   
    }

    .banner-img-div-1 {
        width: 228px;
        height: 198px;
    }

    .banner-img-1 {
        position: relative;
        z-index: -1;
        width: 100%;
    }

    .banner-info-1 {
        flex-direction: column;
        padding: 0 0 0 23px;
        width: 100%;
        border-left: 2px solid #4A5976;
    }

    .banner-info-name-1 {
        font-size: 32px;
        font-weight: 800;
        margin-bottom: 14px;
        color: #0053a1;
    }

    .bannner-info-disc-1 {
        text-align: justify;
        font-size: 16px;
        line-height: 20px;
    }

    .dentistry-info-reverse {
        margin-top: 65px;
        margin-left: 126px;
        margin-bottom: 70px;
        width: 80%;
    }
}

@media (max-width: 1084px) {

    .navbar-mobile {
        display: flex;
    }

    .about-us-name {
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        color: #BB267C;
        width: 80%;
        font-size: 68px;
        margin-left: 0;
        margin-top: 100px;
        text-align: center;
    }
    
    .main-container {
        font-family: "Montserrat", sans-serif;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    
    .dentistry-info-1 {
        justify-content: center;
        align-items: start;
        flex-direction: column;
        margin-top: 25px;
        margin-left: 0;
        padding: 25px;
        margin-bottom: 20px;
        width: 80%;
        align-items: start;
    }

    .banner-img-div-1 {
        width: 40%;
        height: 100%;
    }

    .banner-img-1 {
        overflow-y:hidden;
        position: relative;
        z-index: -1;
        width: 100%;
    }

    .banner-info-1 {
        flex-direction: column;
        padding: 23px 0 0 0px;
        width: 100%;
        font-size: 14px;
        border-left: 0px solid #4A5976;
        border-top: 0px solid #4A5976;
    }

    .banner-info-disc-1 {
        flex-direction: column;
        padding: 23px 0 0 0px;
        width: 100%;
        font-size: 16px;
        border-left: 0px solid #4A5976;
        border-top: 2px solid #4A5976;
    }

    .dentistry-info-reverse {
        width: 80%;
    }
    
    .dentistry-info-team-stages {
        
        margin-top: 70px;
        margin: 0 auto;
        width: 80%;
        height: 100%;
        flex-direction: column;
        justify-content: center;
    }

    .dentistry-info-team-stages .header {
        width: 100%;
        color: #0053a1;
        font-weight: 700;
        font-size: 20px;
        text-align: center;
        margin-bottom: 25px;
    }

    .dentistry-info-team-stages .body {
        margin-bottom: 50px;
        width: 100%;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .dentistry-info-team-stages .body .item {
        padding: 5px;
        align-items: center;
        margin: 10px;
        width: 70%;
        flex-direction: row;
    }

    .dentistry-info-team-stages .body .item .circle {
        background-color: rgb(187,38,124, 0.1);
        border-radius: 50%;
        box-shadow: 2px 6px 5px rgba(0, 0, 0, 0.1);
        width: 134px;
        height: 124px;
        justify-content: center;
        align-items: center;
    }

    .dentistry-info-team-stages .body .item .circle .circle-img {
        justify-content: center;
        align-items: center;
        text-align: center;
        vertical-align: middle;
        line-height: 124px;
    }

    .dentistry-info-team-stages .body .item .circle .circle-img .circle-img-pic {
        width: 134px;
        height: 124px;
    }

    .dentistry-info-team-stages .body .item .info {
        flex-direction: column;
        text-align: center;
        width: 65%;
        margin-left: 20px;
    }

    .dentistry-info-team-stages .body .item .info .info-name {
        color: #0053a1;
        font-size: 16px;
        font-weight: 800;
        padding: 5px 5px 5px 0;
    }

    .dentistry-info-team-stages .body .item .info .info-disc {
        color: #0053a1;
        line-height: 15px;
        font-size: 12px;
        font-weight: 300;
    }

    .dentistry-info-team-stages .body .item .info .info-details {
        color: #0053a1;
        margin-top: 5px;
        flex-direction: row;
    }

    .dentistry-info-team-stages .body .item .info .info-details .date {
        text-align: left;
        font-size: 12px;
        width: 50%;
    }

    .dentistry-info-team-stages .body .item .info .info-details .more {
        font-size: 14px;
        text-align: right;
        width: 50%;
    }

    .cards-info {
        flex-direction: column;
        margin: 0 auto;
        text-align: center;
        width: 80%;
        height: 100%;
        margin-bottom: 80px;
        margin-top: 50px;
    }

    .cards-info .name-cards-info {
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        color: #BB267C;
        text-wrap: nowrap;
        width: 100%;
        font-size: 75px;
    }

    .cards-info .cards {
        transform: scale(1);
        margin-top: 40px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .cards-info .cards .card {
        border: 1px solid #0053a1;
        background-color: rgb(255, 255, 255);
        box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
        position: relative;
        border-radius: 4px;
        margin: 5px;
        padding: 5px;
        transition: 0.3s;
        height: 212px;
        width: 270px;
    }

    .cards-info .cards .card .card-name {
        margin-top: 15px;
        font-size: 18px;
        font-weight: bold;
        color: #0053a1;
        opacity: 100;
        transition: 0.3s;
    }

    .cards-info .cards .card .card-disc {
        text-align: center;
        position: absolute;
        opacity: 0;
        height: 200px;
        width: 230px;
        transition: 0.3s;
        margin: 0 auto;
        font-size: 80%;
        left: 25px;
    }

    .cards-info .cards .card .card-disc b {
        color: #0053a1;
        font-size: 18px;
    }

    .cards-info .cards .card .card-img-png {
    opacity: 100;
    transition: 0.3s;
    height: 142px;
}
.cards-info .cards .card:hover {
z-index: 3;
transform: scale(1.5);
border: 2px solid #0053a1;
box-shadow: inherit;
}

.cards-info .cards .card:hover .card-img-png {
    opacity: 0;
    transition: 0.3s;
    position: relative;
}

.cards-info .cards .card:hover .card-name {
    font-size: 16px;
    opacity: 0;
    transition: 0.3s;
    font-weight: bold;
    color: #0053a1;
}

.cards-info .cards .card:hover .card-disc {
    border-radius: 4px;
    transition: 0.3s;
    opacity: 100;
    display: block;
    width: 230px;
}

.cards-info .cards .card:hover .card-disc b {
    font-size: 18px;
}
    
    .reviews {
        margin: 0 auto;
        flex-direction: column;
        width: 90%;
        height: 700px;
    }

    .reviews .review-name {
        flex-direction: column;
        margin: 0 auto;
        width: 85%;
        color: #BB267C;
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-size: 75px;
        color: #BB267C;
    }

    .reviews .review-content {
        position: relative;
    }

    .reviews .reviews-list {
        margin: 0 auto;
        padding: 50px;
        width: 90%;
        text-align: center;
    }

    .reviews .reviews-list .review-list-item {
        left: 15%;
        transform: scale(0.6) translateX(50%);
        opacity: 0;
        position: absolute;
        background-color: rgb(240, 240, 240);
        box-shadow: 2px 2px 4px 4px rgb(0, 0, 0, 0.2);
        border-radius: 10px;
        margin: 0 auto;
        transition: all 0.5s ease-in-out;
        width: 430px;
        height: 380px;
        z-index: 0;
    }

    .reviews .reviews-list .review-list-item .review-container {
        margin: 30px auto;  
        width: 100%;
        height: 100%;
    }

    .reviews .reviews-list .review-list-item .review-container .info {
        padding: 10px 10px 10px 15px;
    }

    .reviews .reviews-list .review-list-item .review-container .info .reviewer-name {
        color: #0053a1;
        margin: 0px auto;
        font-size: 20px;
        font-weight: bold;
    }

    .reviews .reviews-list .review-list-item .review-container .info .reviewer-comment {
        font-size: 90%;
        padding: 15px;
    }

    .reviews .reviews-list .review-list-item .review-container .info .review-info .date {
        font-size: 16px;
    }

    .reviews .reviews-list .review-list-item:hover {
        cursor: default;
    }

    .reviews .reviews-list .review-list-item-1 {
        left: 15%;
        opacity: .4;
        transform: translateX(-50%) scale(0.6);
    } 

    .reviews .reviews-list .review-list-item-2, .review-list-item-4{
        opacity: 0.8;
        z-index: 1;
    }

    .reviews .reviews-list .review-list-item-2 {
        left: 30%;
        transform: translateX(-50%) scale(0.8);
    }

    .reviews .reviews-list .review-list-item-3 {
        box-shadow: -2px 5px 33px 6px rgb(0, 0, 0, 0.35);
        opacity: 1;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .reviews .reviews-list .review-list-item-4 {
        opacity: 0.8;
        left: 70%;
        transform: translateX(-50%) scale(0.8);
    }

    .reviews .reviews-list .review-list-item-5 {
        left: 85%;
        opacity: .4;
        transform: translateX(-50%) scale(0.6);
    }

    .reviews .reviews-list .review-list-item-6 {
        left: 85%;
        opacity: 0;
        transform: translateX(-50%) scale(0);
    }

    .reviews .reviews-controls {
        justify-content: center;
        margin: 365px 0;
        height: 100px;
    }

    .reviews .reviews-controls button {
        background-color: transparent;
        border: 0;
        cursor: pointer;
        font-size: 30px;
        margin: 0 50px;
        padding: 0 12px;
        text-transform: capitalize;
    }

    .reviews .reviews-controls-button:focus {
        outline:  none;
    }

    .reviews .reviews-controls-previous 
    {
        color: #0053a1;
        position: relative;
    }

    .reviews .reviews-controls-previous::before {
        border: solid #0053a1;
        border-width: 0 5px 5px 0;
        content: '';
        display: inline-block;
        height: 5px;
        left: -30px;
        padding: 10px;
        position: absolute;
        top: 25%;
        transform: rotate(135deg) translateY(-50%);
        transition: left 0.15s ease-in-out;
        width: 5px;
    }

    .reviews .reviews-controls-previous:hover::before {
        left: -33%;
    }

    .reviews .reviews-controls-next {
        color: #0053a1;
        position: relative;
    }
    
    .reviews .reviews-controls-next::before {
        border: solid #0053a1;
        border-width: 0 5px 5px 0;
        content: '';
        display: inline-block;
        height: 5px;
        padding: 10px;
        position: absolute;
        right: -30px;
        top: 46%;
        transform: rotate(-45deg) translateY(-50%);
        transition: right 0.15s ease-in-out;
        width: 5px;  
    }

    .reviews .reviews-controls-next:hover::before {
        right: -40%;
    }

    .reviews .reviews-nav {
        bottom: -15px;
        display: flex;
        justify-content: center;
        list-style: none;
        padding: 0;
        position: absolute;
        width: 100%;
    }

    .reviews .reviews-nav li.reviews-item-selected {
        background: #555;
    } 

    .reviews li {
        list-style: none;
    }

    .footer-container {
        font-family: "Montserrat", sans-serif;
         width: 80%;
         height: 100%;
    }
    
    .footer-bottom {
        width: 100%;
        height: 78px;
        text-align: center;
        justify-content: center;
        background-color: #0053a1;
    }
    
    .footer-bottom-text {
        width: 250px;
        text-align: center;
        vertical-align: middle;
        line-height: 78px;
        color: white;
        font-size: 12px;
        font-family: "Montserrat", sans-serif;
    }
    
    .footer-footer {
        height: 100%;
        text-align: center;
        justify-content: center;
    }

    .footer-footer .text {
        font-size: 28px;
        font-stretch: 50%;
    }

    .footer-main-container {
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 100%;
        height: 100%;
    }

    .footer-header {
        color: #0053a1;
        width: 100%;
        height: 195px;
        align-items: center;
        flex-direction: column;
    }

    .footer-header .contact{
        flex-direction: column;
        width: 100%;
        height: 150px;
        text-align: center;
    }

    .footer-header .contact .name {
        font-size: 63px;
        font-weight: 800;
    }

    .footer-header .contact .brand {
        font-size: 24px;
        font-weight: 700;
    }

    .footer-header .btns {
        margin-top: 10px;
        padding: 10px 10px 10px 20px;
        height: 87px;
        width: 60%;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .footer-header .btns .btn {
        margin-top: 0px;
        margin-bottom: 15px;
        margin-right: 10%;
    }

    .footer {
        background-color: rgba(116, 120, 122, 0.3);
        height: 100%;
        width: 100%;
        
    }

    .footer-main {
        height: 100%;
        flex-direction: column;
        width: 100%;
    }

    .footer-main .text {
        width: 100%;
        justify-content: space-around;
        flex-direction: row;
        flex-wrap: wrap;
        height: 100%;
    }

    .footer-main .text .mail {
        flex-direction: column;
        width: 144px;
        height: 72px;
        margin-bottom: 31px;
    }

    .footer-main .text .time {
        
        width: 144px;
        height: 52px;
        margin-bottom: 54px;
    }

    .footer-main .text .tel {
        width: 144px;
        height: 132px;
        margin-bottom: 30px;
    }

    .footer-main .text .tel .number-disc {
        margin-bottom: 5px;
        font-weight: 400;
        font-size: 12px;
    }

    .footer-main .text .email {
        width: 144px;
        height: 55px;
    }

    .footer-main .text .name {
        color: #0053a1;
        font-size: 24px;
        font-weight: 700;  
    }

    .footer-main .text .disc {
        color: #272728;
        font-size: 14px;
        font-weight: 700;
    }

    .footer-main .map {
        width: 100%;
        height: 435px;
        border: 1px solid #0053a1;
        border-radius: 2px;
    }

    .navbar {
        display: none;
    }

    .news-list {
        text-align: start;
        padding: 50px;
        font-size: 18px;
    }

    .news-container {
        width: 80%;
        font-size: 16px;
    }
}

@media (max-width: 752px) {

    .slider-container {
        display: flex;
    }

    .slider-container .frame {
        align-items: center;
        overflow: hidden;
        width: 280px;
        height: 80%;
         border-radius: 10px;
    }

    .about-us-name {
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        color: #BB267C;
        width: 80%;
        font-size: 68px;
        margin-left: 0;
        margin-top: 100px;
        text-align: center;
    }
    
    .main-container {
        font-family: "Montserrat", sans-serif;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    
    .dentistry-info-1 {
        justify-content: center;
        align-items: start;
        flex-direction: column;
        margin-top: 25px;
        margin-left: 0;
        padding: 25px;
        margin-bottom: 20px;
        width: 80%;
        align-items: start;
    }

    .banner-img-div-1 {
        width: 60%;
        height: 100%;
    }

    .banner-img-1 {
        overflow-y:hidden;
        position: relative;
        z-index: -1;
        width: 100%;
    }

    .banner-info-1 {
        flex-direction: column;
        padding: 23px 0 0 0px;
        width: 100%;
        border-left: 0px solid #4A5976;
        border-top: 2px solid #4A5976;
    }
 
    .cards-info {
        flex-direction: column;
        margin: 0 auto;
        text-align: center;
        width: 80%;
        height: 100%;
        margin-bottom: 80px;
        margin-top: 50px;
    }

    .cards-info .name-cards-info {
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        color: #BB267C;
        text-wrap: nowrap;
        width: 100%;
        font-size: 68px;
    }

    .cards-info .cards {
        transform: scale(1);
        margin-top: 40px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .cards-info .cards .card {
        border: 1px solid #0053a1;
        background-color: rgb(255, 255, 255);
        box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
        position: relative;
        border-radius: 4px;
        margin: 5px;
        padding: 5px;
        transition: 0.3s;
        height: 212px;
        width: 180px;
    }

    .cards-info .cards .card .card-name {
        margin-top: 15px;
        font-size: 18px;
        font-weight: bold;
        color: #0053a1;
        opacity: 100;
        transition: 0.3s;
    }

    .cards-info .cards .card .card-disc {
        margin: 5px;
        text-align: center;
        position: absolute;
        top: 10px;
        opacity: 0;
        height: 200px;
        width: 230px;
        transition: 0.3s;
        margin: 0 auto;
        left: 5px;
        font-size: 80%;
    }

    .cards-info .cards .card .card-disc b {
        color: #0053a1;
        font-size: 18px;
    }

    .cards-info .cards .card .card-img-png {
        opacity: 100;
        transition: 0.3s;
        height: 142px;
    }

    .cards-info .cards .card:hover {
    z-index: 3;
    transform: scale(1.5);
    border: 2px solid #0053a1;
    box-shadow: inherit;
    }

    .cards-info .cards .card:hover .card-img-png {
        opacity: 0;
        transition: 0.3s;
        position: relative;
    }
    
    .cards-info .cards .card:hover .card-name {
        font-size: 16px;
        opacity: 0;
        transition: 0.3s;
        font-weight: bold;
        color: #0053a1;
    }
    
    .cards-info .cards .card:hover .card-disc {
        border-radius: 4px;
        transition: 0.3s;
        opacity: 100;
        display: block;
        width: 180px;
    }

    .cards-info .cards .card:hover .card-disc b {
        font-size: 18px;
    }

    .dentistry-info-team-stages {
        margin-top: 70px;
        margin: 0 auto;
        width: 80%;
        height: 100%;
        flex-direction: column;
        justify-content: center;
    }

    .dentistry-info-team-stages .header {
        width: 100%;
        color: #0053a1;
        font-weight: 700;
        font-size: 20px;
        text-align: center;
        margin-bottom: 25px;
    }

    .dentistry-info-team-stages .header .name {
        margin-left: 0px;
        text-align: center;
        color: #BB267C;
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-size: 68px;
        color: #BB267C;
    }

    .dentistry-info-team-stages .body {
        margin-bottom: 50px;
        width: 80%;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .dentistry-info-team-stages .body .item { 
        padding: 10px;
        align-items: center;
        margin: 10px;
        width: 100%;
        flex-direction: column;
    }

    .dentistry-info-team-stages .body .item .circle {
        background-color: rgb(187,38,124, 0.1);
        border-radius: 50%;
        box-shadow: 2px 6px 5px rgba(0, 0, 0, 0.1);
        width: 134px;
        height: 124px;
        justify-content: center;
        align-items: center;
    }

    .dentistry-info-team-stages .body .item .circle .circle-img {
        justify-content: center;
        align-items: center;
        text-align: center;
        vertical-align: middle;
        line-height: 124px;
    }

    .dentistry-info-team-stages .body .item .circle .circle-img .circle-img-pic {
        width: 134px;
        height: 124px;
    }

    .dentistry-info-team-stages .body .item .info {
        flex-direction: column;
        text-align: center;
        width: 100%;
        margin-left: 0px;
    }

    .dentistry-info-team-stages .body .item .info .info-name {
        color: #0053a1;
        font-size: 16px;
        font-weight: 800;
        padding: 5px 5px 5px 0;
    }

    .dentistry-info-team-stages .body .item .info .info-disc {
        color: #0053a1;
        line-height: 15px;
        font-size: 12px;
        font-weight: 300;
    }
    .dentistry-info-team-stages .body .item .info .info-details {
        color: #0053a1;
        margin-top: 5px;
        flex-direction: row;
    }

    .dentistry-info-team-stages .body .item .info .info-details .date {
        text-align: left;
        font-size: 12px;
        width: 50%;
    }

    .dentistry-info-team-stages .body .item .info .info-details .more {
        font-size: 8px;
        text-align: right;
        width: 50%;
    }

    .reviews {
        margin: 0 auto;
        flex-direction: column;
        width: 90%;
        height: 650px;
    }

    .reviews .review-name {
        flex-direction: column;
        margin: 0 auto;
        width: 85%;
        color: #BB267C;
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-size: 75px;
        color: #BB267C;
    }

    .reviews .review-content {
        position: relative;
    }

    .reviews .reviews-list {
        margin: 0 auto;
        padding: 50px;
        width: 90%;
        text-align: center;
    }

    .reviews .reviews-list .review-list-item {
        left: 15%;
        transform: scale(0.6) translateX(50%);
        opacity: 0;
        position: absolute;
        background-color: rgb(240, 240, 240);
        box-shadow: 2px 2px 4px 4px rgb(0, 0, 0, 0.2);
        border-radius: 10px;
        margin: 0 auto;
        transition: all 0.5s ease-in-out;
        width: 330px;
        height: 280px;
        z-index: 0;
    }

    .reviews .reviews-list .review-list-item .review-container {
        margin: 30px auto;  
        width: 100%;
        height: 100%;
    }

    .reviews .reviews-list .review-list-item .review-container .info {
        padding: 10px 10px 10px 15px;
    }

    .reviews .reviews-list .review-list-item .review-container .info .reviewer-name {
        color: #0053a1;
        margin: 0px auto;
        font-size: 20px;
        font-weight: bold;
    }

    .reviews .reviews-list .review-list-item .review-container .info .reviewer-comment {
        font-size: 70%;
        padding: 15px;
    }

    .reviews .reviews-list .review-list-item .review-container .info .review-info .date {
        font-size: 16px;
    }

    .reviews .reviews-list .review-list-item:hover {
        cursor: default;
    }

    .reviews .reviews-list .review-list-item-1 {
        left: 15%;
        opacity: .4;
        transform: translateX(-50%) scale(0.6);
    } 

    .reviews .reviews-list .review-list-item-2, .review-list-item-4{
        opacity: 0.8;
        z-index: 1;
    }

    .reviews .reviews-list .review-list-item-2 {
        left: 30%;
        transform: translateX(-50%) scale(0.8);
    }

    .reviews .reviews-list .review-list-item-3 {
        box-shadow: -2px 5px 33px 6px rgb(0, 0, 0, 0.35);
        opacity: 1;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .reviews .reviews-list .review-list-item-4 {
        opacity: 0.8;
        left: 70%;
        transform: translateX(-50%) scale(0.8);
    }

    .reviews .reviews-list .review-list-item-5 {
        left: 85%;
        opacity: .4;
        transform: translateX(-50%) scale(0.6);
    }

    .reviews .reviews-list .review-list-item-6 {
        left: 85%;
        opacity: 0;
        transform: translateX(-50%) scale(0);
    }

    .reviews .reviews-controls {
        flex-direction: column;
        justify-content: center;
        margin: 310px 0;
        height: 70px;
    }

    .reviews .reviews-controls .btn {
        margin: 0 auto;
        padding: 5px;
        width: 200px;
        text-align: center;
        border: 1px solid #0053a1;
    }

    .reviews .reviews-controls .btn:hover {
        cursor: pointer;
    }

    .reviews .reviews-controls button {
        background-color: transparent;
        border: 0;
        cursor: pointer;
        font-size: 30px;
        margin: 0 50px;
        padding: 0 12px;
        text-transform: capitalize;
    }

    .reviews .reviews-controls-button:focus {
        outline:  none;
    }

    .reviews .reviews-controls-previous 
    {
        color: #0053a1;
        position: relative;
    }

    .reviews .reviews-controls-previous::before {
        border: solid #0053a1;
        border-width: 0 0px 0px 0;
        content: '';
        display: inline-block;
        height: 5px;
        left: 30%;
        padding: 10px;
        position: absolute;
        top: -10%;
        transform: rotate(135deg) translateY(-50%);
        transition: left 0.15s ease-in-out;
        width: 5px;
    }

    .reviews .reviews-controls-previous:hover::before {
        left: 32%;
    }

    .reviews .reviews-controls-next {
        color: #0053a1;
        position: relative;
    }
    
    .reviews .reviews-controls-next::before {
        border: solid #0053a1;
        border-width: 0 0px 0px 0;
        content: '';
        display: inline-block;
        height: 5px;
        padding: 10px;
        position: absolute;
        right: 180px;
        top: 46%;
        transform: rotate(-45deg) translateY(-50%);
        transition: right 0.15s ease-in-out;
        width: 5px;  
    }

    .reviews .reviews-controls-next:hover::before {
        right: 32%;
    }

    .reviews .reviews-nav {
        bottom: -15px;
        display: flex;
        justify-content: center;
        list-style: none;
        padding: 0;
        position: absolute;
        width: 100%;
    }

    .reviews .reviews-nav li.reviews-item-selected {
        background: #555;
    } 

    .reviews li {
        list-style: none;
    }

    .footer-container {
        font-family: "Montserrat", sans-serif;
         width: 80%;
         height: 100%;
    }
    
    .footer-bottom {
        width: 100%;
        height: 78px;
        text-align: center;
        justify-content: center;
        background-color: #0053a1;
    }
    
    .footer-bottom-text {
        width: 250px;
        text-align: center;
        vertical-align: middle;
        line-height: 78px;
        color: white;
        font-size: 12px;
        font-family: "Montserrat", sans-serif;
    }
    
    .footer-footer {
        height: 100%;
        text-align: center;
        justify-content: center;
    }

    .footer-footer .text {
        font-size: 28px;
        font-stretch: 50%;
    }

    .footer-main-container {
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 100%;
        height: 100%;
    }

    .footer-header {
        color: #0053a1;
        width: 100%;
        height: 195px;
        
        flex-direction: column;
    }

    .footer-header .contact{
        flex-direction: column;
        width: 100%;
        height: 150px;
        text-align: center;
    }

    .footer-header .contact .name {
        font-size: 63px;
        font-weight: 800;
    }

    .footer-header .contact .brand {
        font-size: 24px;
        font-weight: 700;
    }

    .footer-header .btns {
        margin-top: 8px;
        padding: 10px 10px 10px 20px;
        height: 87px;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .footer-header .btns .btn {
        margin-top: 0px;
        margin-bottom: 15px;
        margin-right: 10%;
    }

    .sterilization {
        margin: 0 auto;
        width: 80%;
        height: 550px;
        margin-bottom: 50px;
        justify-content: center;
        align-items: center;
   }

   .sterilization  .container {
        margin: 30px 0 0 0;
        position: relative;
        flex-direction: column;
        width: 100%;
        height: 100%;
        border-radius: 12px;
    }

    .sterilization  .container .info {
        color: white;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 90%;
        height: 50%;
        position: absolute;
        top: 20%;
        left: 5%;
    }

    .sterilization  .container .info .logo {
        position: relative;
        top: 0;
        left: 0;
        bottom: 100px;
    }

    .sterilization  .container .info .name {
        margin-top: 40px;
        color: #0053a1;
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .sterilization  .container .info .disc {
        color: #fff ;
        font-weight: 300;
        font-size: 12px;
        margin-top: 20px;
        font-style: italic;
    }

    .sterilization  .container .video {
        position: relative;
        z-index: -1;
        border-radius: 12px;
        background-color:rgba(0,0,0,.3);
        object-fit: cover;
        width: 100%;
        height: 100%;
        opacity: 0.7;
    }

    .footer {
        background-color: rgba(116, 120, 122, 0.3);
        height: 100%;
        width: 100%;
        
    }

    .footer-main {
        height: 100%;
        flex-direction: column;
        width: 100%;
    }

    .footer-main .text {
        width: 100%;
        justify-content: space-around;
        flex-direction: row;
        flex-wrap: wrap;
        height: 100%;
    }

    .footer-main .text .mail {
        flex-direction: column;
        width: 144px;
        height: 72px;
        margin-bottom: 31px;
    }

    .footer-main .text .time {
        
        width: 144px;
        height: 52px;
        margin-bottom: 54px;
    }

    .footer-main .text .tel {
        width: 144px;
        height: 132px;
        margin-bottom: 30px;
    }

    .footer-main .text .tel .number-disc {
        margin-bottom: 5px;
        font-weight: 400;
        font-size: 12px;
    }

    .footer-main .text .email {
        width: 144px;
        height: 55px;
    }

    .footer-main .text .name {
        color: #0053a1;
        font-size: 24px;
        font-weight: 700;  
    }

    .footer-main .text .disc {
        color: #272728;
        font-size: 14px;
        font-weight: 700;
    }

    .footer-main .map {
        width: 100%;
        height: 435px;
        border: 1px solid #0053a1;
        border-radius: 2px;
    }

    .modal-call {
        align-items: center;
        justify-content: center;
        z-index: 8;
        width: 100%;
        height: 100%;
    }

    .modal-call .modal-call-window {
        position: relative;
        width: 450px;
        border-radius: 10px;
        background-color: white;
        padding: 30px;
    }

    .modal-call .modal-call-header-name {
        color: #0053a1;
        font-size: 32px;
        font-weight: 800;
        font-family: "Montserrat", sans-serif;
    }

    .modal-call .modal-call-close-btn {
        position: absolute;
        right: 20px;
        top: 20px;
        border: none;
        background: none;
        place-items: 0.7;
    }

    .modal-call .modal-call-close-btn:hover {
        opacity: 1;
        cursor: pointer;
    }

    .modal-call .modal-call-body {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .modal-call .modal-call-body-form {
        flex-direction: column;
        justify-content: left;
        text-align: center;
        align-items: center;
        padding: 10px;
        width: 100%;
    }

    .modal-call .modal-call-body-form .form-item {
        font-family: "Montserrat", sans-serif;
        border: 2px solid rgb(172, 172, 172); 
        font-size: 16px;
        border-radius: 4px;
        font-size: 16px;
        padding: 15px 10px 15px 5px;
        margin: 5px;
        width: 100%;
    }

    .modal-call .modal-call-body-form .form-item-submit {
        border-color: #0053a1;
        border-radius: 4px;
        background-color: transparent;
        color: #0053a1;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        padding: 15px 5px 15px 5px;
        width: 103%;
        transition: 0.2s;
    }
    .modal-call .modal-call-body-form .form-item-submit:hover {
        cursor: pointer;
        transition: 0.2s;
        background-color: rgba(146, 146, 146, 0.13);
    }

    .modal-reception {
        border: 3px solid black;
        align-items: center;
        justify-content: center;
        z-index: 8;
        width: 100%;
        height: 100%;
    }

    .modal-reception .modal-reception-window {
        position: relative;
        width: 450px;
        border-radius: 10px;
        background-color: white;
        padding: 30px;
    }

    .modal-reception .modal-reception-header-name {
        color: #0053a1;
        font-size: 32px;
        font-weight: 800;
        font-family: "Montserrat", sans-serif;
    }

    .modal-reception .modal-reception-close-btn {
        position: absolute;
        right: 20px;
        top: 20px;
        border: none;
        background: none;
        place-items: 0.7;
    }

    .modal-reception .modal-reception-close-btn:hover {
        opacity: 1;
        cursor: pointer;
    }

    .modal-reception .modal-reception-body {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .modal-reception .modal-reception-body-form {
        flex-direction: column;
        justify-content: left;
        text-align: center;
        align-items: center;
        padding: 10px;
        width: 100%;
    }

    .modal-reception .modal-reception-body-form .form-item {
        font-family: "Montserrat", sans-serif;
        border: 2px solid rgb(172, 172, 172); 
        font-size: 16px;
        border-radius: 4px;
        font-size: 16px;
        padding: 15px 10px 15px 5px;
        margin: 5px;
        width: 100%;
    }

    .modal-reception .modal-reception-body-form .form-item-submit {
        border-color: #0053a1;
        border-radius: 4px;
        background-color: transparent;
        color: #0053a1;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        padding: 15px 5px 15px 5px;
        width: 103%;
        transition: 0.2s;
    }
    .modal-reception .modal-reception-body-form .form-item-submit:hover {
        cursor: pointer;
        transition: 0.2s;
        background-color: rgba(146, 146, 146, 0.13);
    }

    .modal-review {
        align-items: center;
        justify-content: center;
        z-index: 8;
        width: 100%;
        height: 100%;
    }

    .modal-review .modal-review-window {
        position: relative;
        width: 450px;
        border-radius: 10px;
        background-color: white;
        padding: 30px;
    }

    .modal-review .modal-review-header-name {
        color: #0053a1;
        font-size: 32px;
        font-weight: 800;
        font-family: "Montserrat", sans-serif;
    }

    .modal-review .modal-review-close-btn {
        position: absolute;
        right: 20px;
        top: 20px;
        border: none;
        background: none;
        place-items: 0.7;
    }

    .modal-review .modal-review-close-btn:hover {
        opacity: 1;
        cursor: pointer;
    }

    .modal-review .modal-review-body {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .modal-review .modal-review-body-form {
        flex-direction: column;
        justify-content: left;
        text-align: center;
        align-items: center;
        padding: 10px;
        width: 100%;
    }

    .modal-review .modal-review-body-form .form-item {
        font-family: "Montserrat", sans-serif;
        border: 2px solid rgb(172, 172, 172); 
        font-size: 16px;
        border-radius: 4px;
        font-size: 16px;
        padding: 15px 10px 15px 5px;
        margin: 5px;
        width: 100%;
    }

    .modal-review .modal-review-body-form .form-item-submit {
        border-color: #0053a1;
        border-radius: 4px;
        background-color: transparent;
        color: #0053a1;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        padding: 15px 5px 15px 5px;
        width: 103%;
        transition: 0.2s;
    }
    .modal-review .modal-review-body-form .form-item-submit:hover {
        cursor: pointer;
        transition: 0.2s;
        background-color: rgba(146, 146, 146, 0.13);
    }

    .menu-button-container {
        display: flex;
    }
    .menu {
      position: absolute;
      top: 0;
      margin-top: 50px;
      left: 0;
      flex-direction: column;
      width: 100%;
      justify-content: center;
      align-items: center;
    }
    #menu-toggle ~ .menu li {
      height: 0;
      margin: 0;
      padding: 0;
      border: 0;
      transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    #menu-toggle:checked ~ .menu li {
      border: 1px solid #333;
      height: 2.5em;
      padding: 0.5em;
      transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .menu > li {
      display: flex;
      justify-content: center;
      margin: 0;
      padding: 0.5em 0;
      width: 100%;
      color: white;
      background-color: #222;
    }
    .menu > li:not(:last-child) {
      border-bottom: 1px solid #444;
    }

    .navbar {
        display: none;
    }
}

@media (max-width: 480px) {
  .news-list {
    width: 90%;
  }
}