.OpinionBanner {
    position: relative;
    width: 100%;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(137.86deg, #A6012D -3%, #400011 100.3%);
    clip-path: ellipse(100% 85% at 50% 15%);

}
.ConInfo  {
  position: relative;
    top: -210px;
}

.ConBox {
    background: #F7E8DD;
    border: 1px solid #A6012D4D;
    padding: 30px;
    border-radius: 24px;
}

.ConBox img {
 position: absolute;
    bottom: 0px;
}

.infodata h3 {
  font-size: 30px;
    color: #A6012D;
    font-weight: 600;
}

.infodata h4 {
  font-size: 24px;
  font-weight: 500;
}

.infodata h5 {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
}
.infodata h5 span {
color: #A6012D;
}

.consult-cta {
  margin-top: -100px;
}

.page-template-page-contact .cta-left {
    background: url(https://dramitchakraborty.com/wp-content/uploads/2025/11/formimag.webp) center / cover no-repeat;
    padding: 30px 40px 226px 40px;
}

.cta-left p {
  font-size: 24px;
  font-weight: 500;
}


@media (max-width: 1285px) { 
.page-template-page-contact .cta-left {
    padding: 30px 40px 137px 40px;
}
}
@media (max-width: 992px) { 
.ConInfo {
    position: inherit;
    top: 0px;
    padding: 80px 0;
}

.cta-left p {
    font-size: 16px;
}

.consult-cta {
    margin-top: 0;
}

.OpinionBanner {

    min-height: 40vh;

}

    .page-template-page-contact .cta-left {
        padding: 15px 15px 238px 15px;
    }
.ConBox img {
    position: inherit;
    bottom: 0px;
}
}

@media (max-width: 767px) {
        .page-template-page-contact .cta-left {
            padding: 15px;
        }

        .DrBarInfo {
    padding: 15px;
}
    .ConInfo {
        position: inherit;
        top: 0px;
        padding: 30px 0;
    }

        .cta-right .cta-btn {
        width: 53%;
        text-align: center;
    }
}

.GoogleMap .map-radius {
    border-radius: 35px;
    overflow: hidden;
    width: 100%;
}

.GoogleMap iframe {
    width: 100%;
    height: 450px;
    border: none;
    display: block;
    border-radius: 27px;
}
