@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");

.bg-hero {
    background: url(img/bg.webp) top right/cover no-repeat
}

.bg-image {
    background: url(img/banner1.png) top right/cover no-repeat;
    background-size: cover;
    height: 500px; 
}

.dr-img {
    background: url(img/BG\ Logo.png) top left no-repeat
}

.border1 {
    width: 500px;
    height: 50px;
    text: center
}

.border2 {
    width: 800px;
    height: 50px;
    text-align: center
}

.btn-custom-pink-shadow,
.btn-custom-white-shadow {
    border-radius: 19px;
    font-family: Swis721, sans-serif;
    line-height: .936;
    text-align: right;
    font-weight: 700
}
.btn-custom-pink-shadow,
.btn-custom-white-shadow:hover {
    color:var(--pink);    
}

.b-b-text,
.btn-custom-pink-shadow,
.gunj,
h5 {
    font-weight: 700;
}

.dr-img,
.main-banner {
    background-repeat: no-repeat
}

:root {
    --pink: #d6275e;
    --grey: #e7e8e9;
    --dark_grey: #c7c9cb;
    --pink_light: #f0699a;
    --pink_light2: #f6bcd0;
    --pale_pink:#fcf1f4;
    --vibrant_pink:#e05176;
    --grey_dark:#6e6e6e;
}

@font-face {
    font-family: Swis721, sans-serif;
    src: url(assets/swis/Swis721_BT_Bold.ttf)
}

@font-face {
    font-family: Swiss400;
    src: url(assets/swis/Swis721_Lt_BT_Light.ttf)
}

.bold-content,
body {
    font-family: Swis721, sans-serif
}

h1 {
    font-size: 40px;
}
h2 {
    font-size: 36px;
    font-weight: 400;
}
h3{
    font-size: 32px;
}
h4{
    font-size: 28px;
}
h5 {
    font-size: 24px
}
p{
    font-size: 25px;
    font-weight: 600;
    font-family: Swiss400, sans-serif;
    line-height: 1.4;
    letter-spacing: 2px;
    color: #444444;
}
.p-small{
    font-size: 23px;
}


@media (max-width: 768px) { 
    h1 {
        font-size: 46px;
    }
    h2 {
        font-size: 30px;
        font-weight: 400;
    }
    h3{
        font-size: 28px;
    }
    h4{
        font-size: 24px;
    }
    h5 {
        font-size: 10px
    }
    p{
        font-size: 20px;
        font-weight: 600;
        font-family: Swiss400, sans-serif;
        line-height: 1.4;
        letter-spacing: 1px;
        color: #444444;
    }
    .p-small{
        font-size: 18px;
    }
    .p-small-mobile{
        font-size: 18px;
    }
    
    .bg-image {
        height: 630px; 
    }

}


.star-icons{
    font-size:large;
}



.color-main {
    color: var(--pink);
    
}

.color-main-shadow {
    color: var(--pink);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.btn-custom-pink-shadow{
    background-color: var(--pink);
    color: #fff
}

.btn-custom-pink{
    background-color: var(--pink);
    color: #fff
}

.btn-custom-white-shadow {
    background-color: #fff;
    color: var(--pink)
}

.btn-custom-lg {
    padding: 10px 20px;
    box-shadow: -5px 5px 13.6px 2.4px rgba(0, 0, 0, .75);
    font-size: 28px
}

.btn-custom-small {
    padding: 10px 20px;
    box-shadow: -3px 5px 10px 2px rgba(0, 0, 0, .75);
    border-radius: 5px;
    font-size: 18px
}

.btn-custom-small-2,
.btn-custom-small-22 {
    padding: 7px 20px;
    box-shadow: -3px 5px 10px 2px rgba(0, 0, 0, .75);
    border-radius: 5px
}

.main-banner {
    height: 885px;
    background-position: center left
}
.main-banner{
    background-image: url('img/finnalbanner.jpeg'); 
    background-size: 69% auto; 
    height: 520px; 
    background-position-x: left; 
    background-position-y:top;  
    position:relative; 
}
@media (max-width: 768px) {
    .main-banner{
        background-image: url('img/finnalbanner.jpeg'); 
        background-size: 100% auto; 
        height: 520px; 
        background-position-x: left; 
        background-position-y: top;  
        position:relative; 
    }
}
@media (max-width:520px){
    .main-banner{
        background-image: url('img/mobile-banner.png'); 
        background-position-x: center; 
        background-position-y: top;  
        height: 520px; 
    }
}

.main-banner-mob {
    height: 352px
}

.main-banner-mob2 {
    height: 60px
}

.banner-mob-fot {
    height: 420px
}

.banner-mob-bord {
    height: 15px
}

.b-b-text,
.b-b-text-2 {
    height: 60px;
    line-height: 1.2;
    font-family: Swis721, sans-serif
}

.bg-custom-grey-light {
    background-color: var(--grey)
}

.bg-custom-grey-dark {
    background-color: var(--dark_grey)
}

.bg-custom-dark-grey{
    background-color: var(--grey_dark);
}
.bg-custom-pink {
    background-color: var(--pink)
}

.bg-custom-pink-light {
    background-color: var(--pink_light)
}
.bg-custom-pale-pink{
    background-color: var(--pale_pink) 
}
.bg-custom-pink-light2 {
    background-color: var(--pink_light2)
}
.bg-custom-vibrant-pink{
    background-color: var(--vibrant_pink) ;
}
.border-pink {
    border-color: var(--pink) !important
}

.border-dark-grey {
    border-color: var(--dark_grey) !important
}

.main-headings {
    font-family: Swis721, sans-serif;
    font-size: 30px
}

.b-b-text {
    background-color: #d6275e;
    font-size: 16.667px
}

.khushiyon {
    background-color: #d6275e66;
    margin-top: -57px
}

.gunj {
    font-size: 30px;
    font-family: Swis721, sans-serif
}

.form-f-bg {
    background-color: #58595b
}

.why-choose {
    font-size: 18px !important;
    font-family: Swis721, sans-serif;
    color: #d92a58
}

.most-aword {
    font-size: 14px;
    font-family: Swis721, sans-serif
}

.b-b-text-2 {
    background-color: #d6275e;
    font-size: 20px
}

.btn-custom-small-2 {
    font-size: 16px
}

.dr {
    font-family: Swis721, sans-serif;
    line-height: 1;
    font-size: 16px !important
}

.case-c {
    font-family: Swis721, sans-serif;
    font-size: 14px
}

.btn-custom-small-22 {
    font-size: 12px
}

.left-arrow,
.right-arrow {
    background-color: #fff;
    margin-top: -100px
}

.month-only {
    font-size: 50px;
    letter-spacing: .6px
}

.dr-2,
.location-d {
    font-size: 25px
}

.need-to {
    font-weight: 500 !important
}

.location-d {
    font-weight: 700 !important
}

.dr-need {
    font-size: 17px
}

.d-detail,
.d-name {
    font-weight: 600 !important
}

.dr-img {
    background-position: center center
}

.input {
    border-color: #8c8779 !important
}
#label-email-b7421428-9457-4e17-a559-0ca1f2959dd6,
#label-firstname-b7421428-9457-4e17-a559-0ca1f2959dd6,
#label-phone-b7421428-9457-4e17-a559-0ca1f2959dd6,
#label-your_nearest_branch-b7421428-9457-4e17-a559-0ca1f2959dd6,
.hs-form-b7421428-9457-4e17-a559-0ca1f2959dd6_0bab6ed5-862e-41d9-b59a-1fc947e9b8e8 .hs-form-field label:not(.hs-error-msg) {
    display: none !important
}
body {
	background: #fff;
	font-family: "Roboto", sans-serif;
}

.main-content {
	padding-top: 100px;
	padding-bottom: 100px;
}

.flex-center {
	align-items: center;
}


.accordion-button {
    font-weight: bold;
    color: #000;
    background-color: transparent; 
    text-decoration: none; 
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 10px; 
}

/* Remove the hover background color */
.accordion-button:hover {
    background-color: transparent;
}
*:focus {
    outline: none;
}
/* Remove the bold style from answers */
.accordion-button:not(.collapsed) + .accordion-collapse .accordion-body {
    font-weight: normal;
}

.accordian-body {
    background-color: #f5f5f5; 
    border: 1px solid #ccc; 
    padding: 15px; 
    margin-top: 10px;
}
.table-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .table-container tr {
    width: 48%; /* Adjust as needed to control the width of individual rows */
    margin-bottom: 10px; /* Add spacing between rows */
  }

  .custom-card {
    margin: -10px;
  }

  .checkbox-icons{
    margin-left: 25px; 
    width:25px; 
  }
  .doctor-seprator-container{
    padding-left:100px; 
    padding-right:100px;
  }

  .accordion-button:hover {
    background-color: white;
    }
  .accordion-button:focus {
    z-index: 3;
    border-color: #444444;
    outline: 0;
    box-shadow: 0 0 0 0.25rem;
}
.accordion-button:not(.collapsed) {
    color: black;
    background-color: white;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.btn:hover {
    color: white;
}

.reviews-cards{
    border: 2px solid white; 
    border-radius: 15px; 
    min-height:145px;
    background: transparent;
}