* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}



#Main #Content {
    padding: 3rem 0;
    background: #EDEDED;
}
#Main #Content .title-div {
  padding: 1rem 0;
}
#Main #Content .desc-div .desc {
  font-size: 20px;
}
#Main #Content .cards {
  padding: 2rem 0 0;
}
#Main #Content .cards .row {
  row-gap: 50px;
}
#Main #Content .cards .row .custom-box .custom-card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
}
#Main #Content .cards .row .custom-box .custom-card .img-div {
    width: 100%;
    height: 200px;
}
#Main #Content .cards .row .custom-box .custom-card .img-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#Main #Content .cards .row .custom-box .custom-card .name-div {
  overflow: hidden;
  text-align: center;
}
#Main #Content .cards .row .custom-box .custom-card .name-div .name {
  font-size: 22px;
  font-weight: bold;
  text-overflow: ellipsis;
  text-align: center;
}
#Main #Content .cards .row .custom-box .custom-card .price-div {
  overflow: hidden;
  text-align: center;
  /*background-color: #132C31;*/
}
#Main #Content .cards .row .custom-box .custom-card .price-div .price {
  border-radius: 10px;
  padding: 10px;
  font-size: 20px;
  text-overflow: ellipsis;
  text-align: center;
  /*color: #fff;*/
  font-weight: bold;
}
#Main #Table {
  padding: 3rem 0;
  background-color: #d9dadb;
}
#Main #Table .cost-table th, #Main #Table .cost-table td {
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
}
    #Main #Table .cost-table thead tr th:nth-child(2){
        padding: 20px 25px !important;
    }
    #Main #Table .cost-table thead th {
        color: #fff;
        background-color: #132C31;
        border-color: #fff;
    }
#Main #Faq {
  padding: 3rem 0;
}
#Main #Faq .title-div {
  padding: 1rem 0;
}
#Main #Faq .desc-div .desc {
  font-size: 22px;
}



@media (max-width: 1150px) {
  #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab2 .tab-all .top .plans {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab2 .tab-all .top .plans .title {
    font-size: 18px;
  }
  #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab2 .tab-all .top .plans .plan {
    width: 100%;
  }
  #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab2 .tab-all .top .plans .plan .plan-content {
    height: 80px;
  }
  #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab2 .tab-all .top .plans .plan .plan-content .plan-details p {
    font-size: 12px;
  }
  #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab2 .tab-all .top .plans .plan:nth-child(3) {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  #Main #Appointment .container .all .right .content .tabs .pc-tab nav ul li label {
    padding: 15px 15px;
  }
  #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab2 .tab-all .top .plans {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab2 .tab-all .top .plans .title {
    font-size: 18px;
  }
  #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab2 .tab-all .top .plans .plan {
    width: 100%;
  }
  #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab2 .tab-all .top .plans .plan .plan-content {
    height: 80px;
  }
  #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab2 .tab-all .top .plans .plan .plan-content .plan-details p {
    font-size: 12px;
  }
  #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab2 .tab-all .top .plans .plan:nth-child(3) {
    margin-top: 10px;
  }
  #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab2 .tab-all .bottom .custom-buttons .prev-div button {
    padding: 10px 30px !important;
  }
  #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab2 .tab-all .bottom .custom-buttons .submit-div button {
    padding: 10px 30px !important;
  }
}
@media (max-width: 992px) {
  #Header {
    display: none;
  }
  #Header-m {
    display: block;
  }
  #Services .title {
    font-size: 34px !important;
  }
  #Appointment .container {
    padding: 0;
  }
  #Appointment .container .all {
    position: relative;
    height: 600px !important;
  }
  #Appointment .container .all .right {
    transform: translate(0) !important;
    position: absolute;
    width: 100% !important;
    height: 100%;
    z-index: 1;
    padding: 1rem !important;
    background-color: rgba(71, 78, 93, 0.733);
  }
  #Appointment .container .all .right .content {
    background-color: unset !important;
  }
  #Appointment .container .all .right .content .title-div .title {
    color: #fff !important;
  }
  #Appointment .container .all .right .content .tabs section .tab {
    height: 470px !important;
  }
  #Appointment .container .all .left {
    border-radius: 0px !important;
    transform: translate(0) !important;
    width: 100% !important;
  }
  #Faq .all {
    position: relative;
    height: 600px !important;
  }
  #Faq .all .right {
    position: absolute !important;
    width: 100% !important;
    height: 100%;
    max-height: 100%;
    z-index: 1;
    padding: 1rem !important;
  }
  #Faq .all .right .content {
    background-color: unset !important;
  }
  #Faq .all .right .content .title-div .title {
    color: #fff !important;
  }
  #Faq .all .left {
    width: 100% !important;
  }
  #Faq .all .left .overlay {
    background: unset !important;
    background-color: rgba(30, 135, 187, 0.733) !important;
  }
}
@media (min-width: 992px) {
  #Header {
    display: block;
  }
  #Header-m {
    display: none;
  }
}
@media (min-width: 1200px) {
  .container {
    --bs-gutter-x: 6rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    --bs-gutter-x: 4rem;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide {
    height: 350px;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay {
    padding: 0 12rem;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay .slider-title {
    font-size: 42px;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay .slider-desc {
    font-size: 24px;
  }
  #Footer .container .all .left .address p {
    font-size: 18px;
  }
  #Footer .container .all .middle .title-div h3 {
    font-size: 20px;
  }
  #Footer .container .all .right .title-div h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .container {
    --bs-gutter-x: 2rem;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide {
    height: 300px;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay {
    padding: 0 6rem;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay .slider-title {
    font-size: 38px;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay .slider-desc {
    font-size: 22px;
  }
  #Footer .container .all .left .logo-div {
    max-width: 230px;
  }
  #Footer .container .all .left .address p {
    font-size: 16px;
  }
  #Footer .container .all .left .contact .item i {
    font-size: 16px;
  }
  #Footer .container .all .left .contact .item span {
    font-size: 16px;
  }
  #Footer .container .all .middle .title-div h3 {
    font-size: 18px;
  }
  #Footer .container .all .middle .nav-items .nav-item a {
    font-size: 16px;
  }
  #Footer .container .all .right .title-div h3 {
    font-size: 18px;
  }
  #Footer .container .all .right .nav-items .nav-item i {
    font-size: 16px;
  }
  #Footer .container .all .right .nav-items .nav-item a {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  #Main #Intro .swiper .swiper-wrapper .swiper-slide {
    height: 250px;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay {
    padding: 0 4rem;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay .slider-title {
    font-size: 32px;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay hr {
    height: 2px;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay .slider-desc {
    font-size: 20px;
  }
  #Main #Reasons .overlay .title-div .title {
    font-size: 38px;
  }
  #Main #Reasons .overlay .container .row .card-box .card {
    height: 150px;
  }
  #Main #Reasons .overlay .container .row .card-box .card .icon-div {
    width: 45px !important;
    height: 45px !important;
  }
  #Main #Reasons .overlay .container .row .card-box .card .card-title-div .card-title {
    font-size: 22px;
  }
  #Footer .container .all {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  #Footer .container .all .left {
    padding-bottom: 2rem;
    align-items: center;
  }
  #Footer .container .all .left .logo-div {
    max-width: 200px;
  }
  #Footer .container .all .left .address p {
    text-align: center;
    font-size: 14px;
  }
  #Footer .container .all .left .contact {
    align-items: center;
  }
  #Footer .container .all .left .contact .item i {
    font-size: 14px;
  }
  #Footer .container .all .left .contact .item span {
    font-size: 14px;
  }
  #Footer .container .all .middle {
    padding: 2rem 0;
    border-top: 1px solid #d9dadb;
    border-bottom: 1px solid #d9dadb;
  }
  #Footer .container .all .middle .title-div h3 {
    font-size: 16px;
    text-align: center;
  }
  #Footer .container .all .middle .nav-items .nav-item {
    text-align: center;
  }
  #Footer .container .all .middle .nav-items .nav-item a {
    font-size: 14px;
  }
  #Footer .container .all .right {
    padding-top: 2rem;
  }
  #Footer .container .all .right .title-div h3 {
    text-align: center;
    font-size: 16px;
  }
  #Footer .container .all .right .nav-items {
    align-items: center;
  }
  #Footer .container .all .right .nav-items .nav-item {
    text-align: center;
  }
  #Footer .container .all .right .nav-items .nav-item i {
    font-size: 14px;
  }
  #Footer .container .all .right .nav-items .nav-item a {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  #Main #Intro .swiper .swiper-wrapper .swiper-slide {
    height: 230px;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay {
    padding: 0 4rem;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay .slider-title {
    font-size: 24px;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay hr {
    height: 2px;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay .slider-desc {
    font-size: 16px;
  }
  #Main #Reasons .overlay .title-div .title {
    font-size: 34px;
  }
  #Main #Reasons .overlay .container .row .card-box .card {
    height: 130px;
    row-gap: 10px;
  }
  #Main #Reasons .overlay .container .row .card-box .card .icon-div {
    width: 35px !important;
    height: 35px !important;
  }
  #Main #Reasons .overlay .container .row .card-box .card .card-title-div .card-title {
    font-size: 18px;
  }
  #Footer .container .all {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  #Footer .container .all .left {
    padding-bottom: 2rem;
    align-items: center;
  }
  #Footer .container .all .left .logo-div {
    max-width: 200px;
  }
  #Footer .container .all .left .address p {
    text-align: center;
    font-size: 14px;
  }
  #Footer .container .all .left .contact {
    align-items: center;
  }
  #Footer .container .all .left .contact .item i {
    font-size: 14px;
  }
  #Footer .container .all .left .contact .item span {
    font-size: 14px;
  }
  #Footer .container .all .middle {
    padding: 2rem 0;
    border-top: 1px solid #d9dadb;
    border-bottom: 1px solid #d9dadb;
  }
  #Footer .container .all .middle .title-div h3 {
    font-size: 16px;
    text-align: center;
  }
  #Footer .container .all .middle .nav-items .nav-item {
    text-align: center;
  }
  #Footer .container .all .middle .nav-items .nav-item a {
    font-size: 14px;
  }
  #Footer .container .all .right {
    padding-top: 2rem;
  }
  #Footer .container .all .right .title-div h3 {
    text-align: center;
    font-size: 16px;
  }
  #Footer .container .all .right .nav-items {
    align-items: center;
  }
  #Footer .container .all .right .nav-items .nav-item {
    text-align: center;
  }
  #Footer .container .all .right .nav-items .nav-item i {
    font-size: 14px;
  }
  #Footer .container .all .right .nav-items .nav-item a {
    font-size: 14px;
  }
}/*# sourceMappingURL=prices.css.map */