body{
    font-family: 'DM Sans', sans-serif;
}

.top-header {
    background-color: #B12076;
    color: white;
    padding: 0px 0px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 150px;
    position: relative;
}

.top-header p {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    position: relative;
}
ul.middle-btn {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}

.btn-blue {
    background-color: #2758A7;
    filter: drop-shadow(0px 9px 34px rgba(117,0,69,0.23 ));
    font-size: 16px;
    font-weight: bold;
    color: white;
    border-radius: 0px;
    padding: 8px 30px;
    transition: all 0.4s ease;
}

.middle-header {
    padding: 6px 0px;
    border-bottom: 1px solid #609dff;
}
a.nav-link {
    font-size: 15px;
    font-weight: bold;
    color: #1f1f1f !important;
    transition: all 0.4s ease;
}

.navbar-nav li {
    margin-left: 8px;
    margin-right: 8px;
}

.navbar-nav li:last-child {
    margin-right: 0;
}

.navbar-nav li:last-child a {
    padding-right: 0 !important;
}
a.navbar-brand img {
    height: 150px;
    aspect-ratio: 233 / 150;
}
.lower-header {
    padding: 10px 0px;
    margin-bottom: 0;
}

.banner .section-heading h1{
   
}

.section-heading h1 {
    font-size: 48px;
    font-weight: bold;
    line-height: 51px;
    color: #390423;
    margin-bottom: 20px;
}

.section-heading p {
    font-size: 18px;
    color: #000000;
    line-height: 32px;
}
ul.btn-wrapper {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    list-style: none;
}
.btn-radius {
    border-radius: 28px;
}

.btn-white{
    background-color: white;
    filter: drop-shadow(0px 9px 34px rgba(117,0,69,0.23 ));
    font-size: 16px;
    font-weight: bold;
    color: #2758A7;
    padding: 8px 28px;
    border-radius: 28px;
    min-width: 220px;
}
section.banner{
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 260px;
    padding-bottom: 120px;
    margin-top: -160px;
}
.delivery {
    background-image: url(../img/delivery-banner.jpg);
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.section-heading h2 {
    font-size: 38px;
    font-weight: 500;
    line-height: 42px;
    color: #390423;
    margin-bottom: 20px;
}
.section-heading h6 {
    font-size: 38px;
    font-weight: bold;
    line-height: 37px;
    color: #390423;
}
.delivery:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(177,32,118,0.44 );
}
.delivery-content h6 {
    font-size: 36px;
    font-weight: normal;
    line-height: 30px;
    color: #390423;
    margin-bottom: 20px;
}

.delivery-content p {
    font-size: 22px;
    font-weight: normal;
    line-height: 39px;
    color: #390423;
}

.delivery-carousel {
    margin-top: 60px;
}

.delivery-carousel .row {
    align-items: center;
}
ul.carousel-button {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

ul.carousel-button a {
    background-color: white;
    width: 66px;
    height: 66px;
    display: block;
    text-align: center;
    line-height: 70px;
    border-color: rgba(57,4,35,0.33 );
    border-width: 1px;
    border-style: solid;
    transition: all 0.4s ease;
}

ul.carousel-button a i {
    font-size: 22px;
    color: black;
}
section.providers {
    padding: 80px 0px;
}

.providers-box {
    text-align: center;
}
.providers-box img {
    width: auto !important;
    height: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
    transition: all 0.4s ease;
    margin-top: 40px;
    aspect-ratio: 1 / 1;
}

.providers-box p {
    font-size: 18px;
    font-weight: bold;
    color: #191919;
    transition: all 0.4s ease;
    margin: 0;
}

.provider-carousel {
    margin-top: 30px;
}
.single-btn {
    text-align: center;
    margin-top: 20px;
}
.section-heading h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.200000762939453px;
    color: #2758a7;
    margin-bottom: 20px;
}
section.health-care {
    position: relative;
    padding: 80px 0px;
}

section.health-care:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 70%;
    background: #ffebf7;
    top: 0;
}
.health-care-box {
    border-color: rgba(57,4,35,0.53 );
    border-width: 1px;
    border-style: solid;
    border-radius: 17px;
    background: #ffffff;
    padding: 40px 40px 60px;
    position: relative;
    transition: all 0.4s ease;
}

.health-care-box h6 {
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    color: #390423;
    margin-bottom: 10px;
}

.health-care-box p {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    font-style: normal;
    color: #000000;
}

.health-care-box img {
    width: auto;
    height: 93px;
    margin-bottom: 20px;
    aspect-ratio: 1 / 1;
}
.raising-img img {
    width: 100%;
    aspect-ratio: 856 / 571;
}
.health-care-box-row{
    margin-top: 40px;
}
.health-care-box .btn {
    position: absolute;
    bottom: -21px;
    transition: all 0.4s ease;
}
.staff-box img {
    width: 190px !important;
    height: 190px;
    object-fit: cover;
    margin: 0 auto;
    margin-bottom: 30px;
}

.staff-box p {
    font-size: 15px;
    font-weight: bold;
    /* line-height: 47px; */
    font-style: normal;
    color: #191919;
    margin-bottom: 0;
    padding-left: 50px;
}

.staff-box span {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    display: block;
    padding-left: 50px;
    color: #191919;
}

.staff-carousel {
    margin: 60px 0px 50px;
}

section.staff {
    padding: 60px 0px 80px;
}
.btn-blue:hover {
    background-color: #B12076;
    color: white;
}

a.nav-link:hover {
    color: #B12076 !important;
}

ul.carousel-button li a:hover {
    background-color: #B12076;
}

ul.carousel-button li a:hover i {
    color: white;
}

.providers-box:hover p {
}

.providers-box:hover img {
    transform: scale(1.1);
}
.health-care-box:hover {
    background-color: #ffebf7;
    transform: scale(1.1);
}

.health-care-box:hover a {
    bottom: 20px;
}

section.raising {
    position: relative;
    padding: 40px 0px 0px;
    overflow: hidden;
}
.dropdown-menu {
    border: 4px solid #B12076;
    border-radius: 0;
    padding: 0;
}

.dropdown-menu a {
    color: black;
    border-bottom: 2px solid #B12076;
    padding: 7px 0 6px 15px;
    font-size: 15px;
}

.dropdown-menu a:hover {
    background-color: #2758A7;
    color: white;
}

.raising-img {
    position: absolute;
    right: 0;
}

.raising .section-heading {
    margin-top: 40px;
}
.raising-img {
    height: 100%;
    width: 45%;
}

ul.logo-carousel {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.logo-carousel li {
    background-color: white;
    width: 200px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 200px;
    box-shadow: 0px 0px 11px #8888889c;
    border-radius: 10px;
    transition: all 0.4s ease;
}

ul.logo-carousel li:hover {
    transform: scale(1.1);
}
section.logo-wrapper {
    margin-top: 80px;
    padding-bottom: 50px;
}
.top-footer{
    background-image: url(../img/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0px;
}
.top-footer:before {content: "";width: 100%;height: 100%;position: absolute;background-color: #000000ad;top: 0;}

.top-footer h5 {
    color: white;
}

.top-footer h2 {
    color: white;
    font-weight: bold;
}
.contact-box p {
    margin: 0;
    color: white;
    font-size: 18px;
    line-height: 33px;
    width: 80%;
}

.contact-box p a {
    color: white;
}

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

ul.footer-social {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
    gap: 15px;
}

ul.footer-social a {
    width: 45px;
    height: 45px;
    display: block;
    line-height: 50px;
    text-align: center;
    color: white;
    transition: all 0.4s ease;
}

ul.footer-social a i {
    font-size: 20px;
}

a.fb {
    background-color: #3b5998;
}

a.inst {
    background-color: #d82d7e;
}

a.youtube {
    background-color: #cd201f;
}

a.yelp {
    background-color: #d32323;
}

ul.footer-social a:hover {
    translate: 0px -10px;
}
ul.links {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.links h6 {
    color: white;
}

.top-footer h6 {
    color: white;
    font-size: 22px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 20px;
}

ul.links li a {
    font-size: 14px;
    font-weight: normal;
    line-height: 33px;
    color: white;
}

ul.links li {
    position: relative;
    padding-left: 26px;
    display: flex;
    align-items: center;
}

ul.links li:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f178";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    color: white;
    left: 0;
    font-size: 13px;
}

.top-footer .section-heading {
    margin-bottom: 50px;
}

.bottom-footer {
    background: #c22a84;
    padding: 20px 0px;
}
.bottom-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 50px;
}

.bottom-footer p {
    margin: 0;
    color: white;
    font-size: 16px;
    font-weight: normal;
}

.bottom-footer ul li a {
    color: white;
    font-size: 16px;
}

.bottom-footer ul li {
    position: relative;
}

.bottom-footer ul li:before {position: absolute;font-family: "Font Awesome 5 Free";content: "\f068";display: inline-block;padding-right: 3px;vertical-align: middle;font-weight: 900;color: white;left: -31px;font-size: 13px;top: 3px;}

.bottom-footer ul li:first-child:before {
    opacity: 0;
}
.contact-info-box {
    text-align: center;
}

section.contact-info {
    background: #ffebf7;
    padding: 80px 0px;
}

.contact-info-box {
    border-radius: 10px;
    filter: drop-shadow(0px 14px 31px rgba(0,0,0,0.05 ));
    background: #ffffff;
    padding: 40px;
}

.contact-info-box h6 {
    font-size: 28px;
    font-weight: 500;
    line-height: 35px;
    color: #390423;
}

.contact-info-box i {
    font-size: 32px;
    margin-bottom: 12px;
    color: #390423;
}

.contact-info-box p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #000000;
}

.contact-info-box a {
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    color: #b12076;
}
section.contact-form {
    padding: 80px 0px;
}
ul.logo-carousel li img {
    width: 90%;
    height: 180px;
    object-fit: contain;
}
.content-image img {
    width: 100%;
    border-bottom-left-radius: 80px;
}

.content-image {
    position: relative;
}

.content-image:before {
    content: "";
    background-color: #FEEAF6;
    position: absolute;
    width: 100%;
    height: 90%;
    z-index: -1;
    right: -26px;
    top: -25px;
}

section.content-wrapper {
    margin: 80px 0px;

}


.pink-content-wrapper {
    background-color: #FEEAF6;
    padding: 60px 0px;
}

section.content-wrapper.white-content-wrapper .section-heading h5 {
    color: #B12076;
}

section.content-wrapper.white-content-wrapper .section-heading h2 {
    color: #2758A7;
}


.pink-content-wrapper .content-image:before {
    background-color: white;
    z-index: -1;
    left: -26px;
}

.pink-content-wrapper .content-image {
    z-index: 0;
}

section.content-wrapper.pink-content-wrapper .content-image img {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 90px;
}
section.trust-video {
    background-color: #FEEAF6;
    padding: 80px 0px;
}
.trust-video-carousel iframe {
    width: 100%;
    border-bottom-left-radius: 80px;
}
.trust-video-carousel {
    margin-top: 30px;
}
.providers-banner {
    position: relative;
    margin: 0 !important;
    padding-top: 80px !important;
}

.contact-banner {
    background-image: none;
}

.insurance-banner .section-heading {
    text-align: center;
}

.insurance-banner .section-heading h2 {
    font-size: 40px;
    font-weight: bold;
}
section.insurance-content-wrapper li {
    color: #3F3F3F;
    font-size: 16px;
    margin-bottom: 15px;
}
section.insurance-content-wrapper {
    margin-bottom: 80px;
}
.photo-banner h2 {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
}
.grid-sizer,
.grid-item {
  width: 31.33%;
  margin-bottom:15px;
}
section.photo-gallery {
    margin-bottom: 80px;
}
.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
  width:100%;
}
section.left-banner.contact-banner-bg {
    background-position: revert;
}
.help-box-wrapp {
    border-color: rgba(57,4,35,0.53 );
    border-width: 1px;
    border-style: solid;
    border-radius: 17px;
    background: #ffffff;
    padding: 40px 40px;
    position: relative;
    transition: all 0.4s ease;
    height: 100%;
}
.mt-50 {
    margin-top: 50px;
}
section.help-box-link {
    margin: 100px 0px 80px;
}

section.help-box-link ul {
    padding: 0 26px;
    margin: 0;
    list-style: none;
    margin-top: 20px;
}

section.help-box-link ul li {
    margin-bottom: 15px;
}

section.help-box-link ul li a {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
}

section.help-box-link h3 {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    background-color: #ffebf7;
    padding: 15px 0px;
}

.help-box-link-wrapper {
    box-shadow: 0px 0px 11px #8888889c;
    padding: 0px 0 10px 0;
    border-radius: 8px;
    height: 100%;
}
.middle-header .btn-blue, .middle-header .btn-pink {
    border-radius: 50px;
}
.top-header p a {
    color: white;
    text-decoration: underline;
}
.top-header-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    overflow: hidden;
}

.top-header-wrapper img {
    height: 34px;
    padding: 4px 0px;
    aspect-ratio: 6 / 13;
}
.arr-prev {
    width: 15px;
    height: 15px;
    margin-top: 22px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    margin-left: 5px;
    display: inline-block;
    background-color: white;
    position: absolute;
    top: -18px;
}
.arr-prev:after {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 15px;
    height: 15px;
    background: #b12076;
}
.navbar-expand-lg {
    align-items: start;
}

div#navbarSupportedContent {
    margin-top: 30px;
}
.btn-pink {
    background-color: #B12076;
    filter: drop-shadow(0px 9px 34px rgba(117,0,69,0.23 ));
    font-size: 16px;
    font-weight: bold;
    color: white;
    border-radius: 0px;
    padding: 8px 30px;
    transition: all 0.4s ease;
}
.middle-header ul.middle-btn a {
    font-size: 14px;
    padding: 6px 15px;
}
.middle-header ul.middle-btn a.btn-blue:hover {
    background-color: #2758A7;
}

.middle-header ul.middle-btn a.btn-pink:hover {
    background-color: #B12076;
    color: white;
}
.custom-review-class {
    position: relative;
}

.custom-review-class:before {
    position: absolute;
    background-color: transparent;
    bottom: 0 !important;
    width: 100%;
    height: 46px;
    content: "";
    z-index: 9999999 !important;
    top: auto !important;
}
section.cta {
    background-color: #b12076;
    padding: 30px 0px;
    position: relative;
    overflow: hidden;
}

section.cta:before {
    content: "";
    width: 200px;
    height: 100%;
    position: absolute;
    left: -55px;
    top: 15px;
    background-image: url(../img/cta-before.png);
    background-size: cover;
}
.testimonials {
    background-image: url(../img/testi-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

section.cta .btn-blue {
    background-color: #216BE2;
    border-radius: 50px;
    padding: 15px 40px;
    font-size: 16px;
}

.footer-logo-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    gap: 40px;
}

.testimonials img {
    width: 100%;
}

section.testimonials .row {
    align-items: center;
}

section.testimonials .section-heading h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
}

section.testimonials .testimonials-carousel p {
    font-size: 20px;
    width: 80%;
}
section.testimonials h6 {
    text-align: right;
    font-size: 19px;
    margin-top: 10px;
}

.footer-logo-wrapper .section-heading {
    margin-bottom: 0;
}

.footer-logo-wrapper img {
    width: 140px;
    aspect-ratio: 28/29;
}

section.cta .row {
    align-items: center;
}


section.cta h2 {
    color: white;
    margin: 0;
    font-size: 32px;
}

section.cta .row {
    align-items: center;
}
.providers-box span {
    color: #B12076;
    font-weight: 600;
    font-size: 15px;
}
ul.logo-carousel li a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown-menu:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 10px solid #B12076;
    z-index: 2;
    position: absolute;
    top: -10px;
    left: 35%;
    transform: translateX(-50%);
}
li.nav-item.dropdown:hover 
 .dropdown-menu {
    display: block;
}
.insurance-banner-bg{
    background-image: url(../img/insurance-banner-bg.png);
}
section.left-banner {
    height: 400px;
    background-size: cover;
    background-position: right;
    display: flex;
    align-items: center;
}

section.left-banner h1 {
    text-align: right;
    font-size: 40px;
}
.contact-banner-bg{
    background-image: url(../img/contact-us-banner.png);
}
.service-banner h1{
    font-weight: 400;
}
.obstetric-service-banner{
    background-image: url('../img/obstetric-service-banner.png');
}
.gynecologic-service-banner{
    background-image: url('../img/gynecologic-service-banner.png');
}
.mammography-service-banner{
    background-image: url('../img/mammography-service-banner.png');
}
.thermi-service-banner{
    background-image: url('../img/thermi-service-banner.png');
}
.service-banner {
    margin-top: 20px;
    margin-bottom: 80px;
}
.service-details-content h4 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 32px;
}

.service-details-content p {
    line-height: 25px;
    color: #4E4E4E;
    font-size: 16px;
    margin-bottom: 30px;
}

.service-details-content h5 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.service-details-content ul {
    padding: 0;
    padding-left: 18px;
}

.service-details-content ul li {
    font-size: 18px;
    color: #000000;
    margin: 3px 0px;
}
.faqs-related > h4 {
    background-color: #2758A7;
    color: white;
    margin: 0;
    font-size: 22px;
    padding: 20px 20px;
}

.faqs-related .card-header {
    padding: 0;
    border: 0;
    border-radius: 0;
    margin-bottom: 2px;
}

.faqs-related .card-header button {
    /* display: flex; */
    /* width: 100%; */
    /* text-align: left; */
    /* background-color: #FCDEF0; */
    color: black;
    /* font-weight: bold; */
    /* font-size: 16px; */
    /* padding: 16px 20px; */
    /* border-radius: 0; */
    /* align-items: center; */
    /* justify-content: space-between; */
    padding: 0;
}

.faqs-related .card {
    border: 0;
    border-radius: 0;
}

.faqs-related .card-body {
    padding: 0;
}

.faqs-related .card-body ul {
    padding: 0;
    list-style: none;
    padding-left: 20px;
}

.faqs-related .card-body ul li {
    font-size: 14px;
    color: #2758A7;
    margin: 12px 0px;
}
.faqs-related .card-header button i {
    font-size: 15px;
}
section.service-details-wrapper {
    margin-bottom: 60px;
}
.service-details-content span {
    font-style: italic;
    color: #4E4E4E;
    display: block;
    margin-bottom: 15px;
}
.faqs-related .card-body ul li a {
    color: #2758A7;
}
.faqs-related .card-header h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FCDEF0;
    padding: 16px 20px;
}
.faqs-related .card-header h5 a {
    color: black;
}
section.banner.home-banner {
    position: relative;
    margin: 0;
    padding-top: 80PX;
}

.home-banner-img {
    position: absolute;
    width: 84%;
    top: -180px;
    right: 0;
    z-index: -1;
    height: 750px;
    overflow: hidden;
}

.home-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 533 / 250;
}
.providers-banner-img {
    position: absolute;
    right: 0;
    width: 84%;
    top: -180px;
    right: 0;
    z-index: -1;
    height: 750px;
    overflow: hidden;
}
.health-care-box-row a:hover {
    text-decoration: none;
}
section.left-banner.contact-banner-bg.service-banner.obstetric-service-banner {
    background-position: revert;
}
section.left-banner.contact-banner-bg.service-banner.gynecologic-service-banner {
    background-position: revert;
}
.grid .grid-item:last-child {
    width: 64.66%;
}
.providers-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.term-condition * {
    text-align: left !important;
}

.term-condition h5 {
    font-size: 35px;
    font-weight: bold;
    line-height: 35px;
    color: #390423;
    margin-bottom: 15px;
    margin-top: 40px;
}
a.disabled {
    pointer-events: none;
}

.ReviewBackground__Container-sc-1djobrq-0.ksTwnu.es-review-background-container {
    background-color: white;
    border: 1px solid black;
    padding: 14px;
}

.service-box img {
    width: 100%;
    object-fit: cover;
    height: 250px;
    object-position: left;
    box-shadow: 0 .50086px 10.89375px 0 rgba(156,156,156,.08),0 4px 87px 0 rgba(156,156,156,.15)!important;
    border-radius: 10px;
}

.service-box {
    text-align: center;
    position: relative;
    margin: 15px 0px;
}

.service-box-content {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 .50086px 10.89375px 0 rgba(156, 156, 156, .08), 0 4px 87px 0 rgba(156, 156, 156, .15);
    z-index: 99;
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 15px 0px 20px;
    margin-top: -50px !important;
}

.service-box-content h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.more-service-section{
    margin-bottom: 80px;
}

.service-box-pink .service-box-content h3 a {
    color: #B12076;
}

.service-box-pink .service-box-content .btn-blue {
    background-color: #B12076;
}

.service-box-pink .service-box-content .btn-blue:hover {
    background-color: #2758A7;
}

.request-appointment {
    box-shadow: rgba(0, 0, 0, .15) 1.95px 1.95px 2.6px !important;
    border: 1px solid #efefef;
    padding: 20px;
    border-radius: 7px;
    padding-top:0px;
}

.request-appointment h3 {
    margin-bottom: 15px;
    border-bottom: 2px solid #2758A7;
    padding-bottom: 15px;
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
}

.request-appointment p a {
    text-decoration: underline;
    color: #B12076;
}

.request-appointment ul {
    list-style: none;
    padding: 0;
}

.request-appointment ul li {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.request-appointment ul li i {
    width: 40px;
    height: 40px;
    background-color: #B12076;
    display: block;
    flex: 0 0 40px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: white;
}

.request-appointment ul li h6 {
    font-weight: bold;
    color: black;
}

.request-appointment ul li h6 a {
    color: black;
}

.request-appointment ul li p {
    margin: 0;
}

.request-appointment h6 {
    font-weight: bold;
}

.blog-section .service-box-content {
    width: 100%;
    border-radius: 0;
    padding: 20px 15px;
    min-height: 142px;
}

.blog-section .service-box-content h3 {
    font-size: 18px;
    line-height: 25px;
}

section.blog-details img {
    margin-bottom: 20px;
}

section.blog-details h4 {
    margin-bottom: 30px;
    font-weight: bold;
    margin-top: 25px;
}

section.blog-details {
    margin-bottom: 60px;
}

.contact-wrapper {
    border-radius: 10px;
    filter: drop-shadow(0px 14px 31px rgba(0, 0, 0, 0.05));
    background: #ffffff;
    padding: 40px;
    margin-top: 30px;
}

.contact-wrapper p {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    color: #390423;
    font-weight: 600;
    text-align: center;
}

.about-depo-wrapper h2 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.about-depo-wrapper h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}

.about-depo-wrapper ul {
    display: flex;
    align-items: revert;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.about-depo-wrapper ul li {
    flex: 0 0 50%;
    font-size: 15px;
    margin-bottom: 4px;
    color: black;
}

.custom_icon_list li span {
    position: relative;
    padding-left: 30px;
    display: block;
    margin: 6px 0px;
}

.custom_icon_list li span:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    background-image: url(/new-image/svg/check.svg);
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}