* {

    font-family: Montserrat, Helvetica, 'Open Sans', sans-serif;

    /* line-height: 20px; */
    /* max-width: 100%; */

}









/* header and footer */
.second-opinion-footer {
    background-image: linear-gradient(to right, #224f8f, #19aba7);
    padding: 20px 0;
    display: block;
    unicode-bidi: isolate;
}

.footer-text {
    color: #fff;
    margin: 0;
    line-height: 1.5;
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
}

@media (min-width: 1200px) {
    .container-footer {
        width: 1170px;
    }
}

@media (min-width: 992px) {
    .container-footer {
        width: 970px;
    }
}

@media (min-width: 768px) {
    .container-footer {
        width: 750px;
    }
}

.container-footer {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#block_form {
    box-shadow: 0 0 10px #ccc;
    width: 100%;
    border-bottom: 5px solid #034ea1;
    position: sticky;
    top: 0;
    z-index: 99;
    background: #fff;
}

.opinion-border {
    height: 2px;
    color: azure;
}

#block_form {
    padding: 20px 0px;
    margin-top: -5px;
}
/* banner section css */

.banner_top1 {
    background-image: url(img/second-opinion-desktopp.webp);
    background-repeat: no-repeat;
    height: 700px;
    background-size: cover;
}

@media (max-width: 767px) {
    .banner_top1 {
        background-size: contain;
    }
}

@media (min-width: 300px) and (max-width: 380px) {
    .banner_top1 {
        height: 200px;
    }

    .banner_top1 {
        background-size: contain;
    }
}

@media (min-width: 380px) and (max-width: 420px) {

    .banner_top1 {
        height: 145px;
    }
}

@media (min-width: 420px) and (max-width: 480px) {
    .banner_top1 {
        height: 224px;
    }
}

@media (min-width: 650px) and (max-width: 767px) {
    .banner_top1 {
        height: 280px;
    }

    .banner_top1 {
        background-size: cover;
    }
}

@media (min-width: 575px) and (max-width: 680px) {
    .banner_top1 {
        height: 300px;
    }

    .banner_top1 {
        background-size: contain;
    }
}

@media (min-width: 480px) and (max-width: 575px) {
    .banner_top1 {
        height: 252px;
    }

    .banner_top1 {
        background-size: contain;
    }
}

@media (min-width: 767px) and (max-width: 1000px) {
    .banner_top1 {
        height: 300px;
    }

    .banner_top1 {
        background-size: cover;
    }

    h1.head_11,
    .head_12,
    p.ban_p {
        font-size: 18px;
    }

    .row.ban_1 {
        padding: 4% 0% 0% 20%;
    }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .banner_top1 {
        height: 350px;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .banner_top1 {
        height: 500px;
    }

}

@media (min-width: 1300px) and (max-width: 1400px) {
    .banner_top1 {
        height: 600px;
    }
}

@media (min-width: 1400px) {
    .banner_top1 {
        height: 610px;
    }
}

@media (min-width: 1500px) {
    .banner_top1 {
        height: 650px;
    }
}

@media (min-width: 2200px) {
    .banner_top1 {
        height: 800px;
    }
}


/* consider section css */
.consider {
    background: url(img/consider-bg.webp) no-repeat center center;
    background-size: cover;
    padding: 20px 0 20px;
    margin-bottom: 20px;
    color: white;
    font-weight: bolder;
}
@media (min-width: 1200px) {
    .container-consider {
        width: 1170px;
    }
    .consultation-section{
        width: 1097px;
    }
}
@media (min-width: 992px) {
    .container-consider {
        width: 970px;
    }
}
@media (min-width: 768px) {
    .container-consider {
        width: 750px;
    }
}
.container-consider {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1225px) {
    .container-consider {
        width: 1300px;
    }
}
.container-consider h1{
    margin-bottom: 15px;
}
.container-consider p{
line-height: 25px;
}

/* seek section css start */
.seek-opinion {
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    padding: 40px 0;
    /* height: 170vh; */
}
.container-seek {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  
}
.seek-section {
    margin-top: 36px;
    display: grid
;
justify-content: center;
    grid-template-columns: repeat(3, 380px);
    gap: 60px;
    
}
.seek-cards {
    background: #fff;
    border-radius: 8px;
    height: 400px;
}
@media (max-width: 400px){
    .seek-section {
        display: grid
    ;
        grid-template-columns: repeat(1, 306px);
        gap: 50px;
        margin-left: 10px;
    }
}
.seek-opinion h2 {
    font-size: 30px;
    font-family: MontserratBold;
    text-align: center;
    color: #ffff;
    margin-bottom: 20px;
}
.seek-cards img {
    width: 100%;
}
.seek-data {
    padding: 15px 20px;
}
.seek-data p {
    color: #000;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    line-height: 20px;
}
.seek-data h4 {
    color: #034ea1;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
    margin-top: 0;
    font-weight: bold;
}
/* consultation section css */
.consultation {
    margin: 30px 0;
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.consult-text h2 {
    font-size: 30px;
    font-family: MontserratBold;
    text-align: center;
    color: #034ea1;
    margin-bottom: 20px;
    font-weight: 700;
}
.consult-text p {
    color: #000;
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}

.consultation-section {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    place-items: center;
    margin-left: 7%;
}
.trusted {
    display: flex
;
    align-items: center;
    background: #fff;
    min-height: 65px;
    margin-bottom: 20px;
    padding: 10px 25px;
    border: 1px solid #034ea1;
    gap: 15px;
    justify-content: space-between;
    border-radius: 10px;
}
.trusted h2 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
    color: #034ea1;
    font-weight: 700;
}
.trusted p {
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
}
@media (max-width: 600px){
    .consultation-section {
        display: grid
    ;
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
        place-items: center;
        margin-left: 0%;
    }
    .trussted-section{
        margin-left: 2%;
    }

 

    .desh_d{
        display: none;
    }

    .mob_d{
        display: block !important;
    }
}

.mob_d{
    display: none;
}

/* Journey section css */
.journey p {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
}
.journey h2 {
    font-size: 30px;
    font-family: MontserratBold;
    text-align: center;
    color: #034ea1;
    margin-bottom: 20px;
    font-weight: 700;
}
.book-form {
    padding: 12px 30px;
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 700;
 
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.journey {
    margin: 30px 0;
}
.anchor-tag {
    text-decoration: none;
    color: #fff;
}
/* journey section css end */
/* form section css */
.col-md-5.form-div {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.form-div {
    background-color: #034EA0 !important;
}
.card.shadow-sm {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}
.white-color {
    color: #fff;
}
.card-body {
    padding: 2rem 2rem;
}
/* .card-text {
    text-align: justify;
} */
.list-type {
    list-style: none;
    padding-left: 10px;
}
.list-type li {
    line-height: 40px;
    font-size: 18px;
}
.cstyl {
    color: #ffffff;
    margin-right: 10px;
    font-size: 16px;
    padding: 0px 2px;
    border: 1px solid #ffffff;
}
.bg-wtlight {
    background: #eef0f2;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.card.shadow-sm {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}
.shadow-sm {
    min-height: 100% !important;
}
.main-form {
    padding: 20px;
    /* background: #ececec; */
}

.main-form .form-label {
    margin-bottom: 5px;
    color: #047b9f;
}
input.form-control {
    padding: 10px !important;
}
.main-form input, select {
    margin-bottom: 10px;
}
.main-form .btn-secondary {
    margin-bottom: 5px;
    background: #034ea0;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
    border: 1px solid #047b9f;
    padding: 10px 40px;
}
.input-group {
    position: relative;
    display: flex
;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group1 {
    position: relative;
    display: flex
;
flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.disabled-btn {
    pointer-events: none; /* Prevents clicks */
    opacity: 0.5; /* Makes it look disabled */
    cursor: not-allowed; /* Changes cursor */
}

#banner-href{
    margin-top: -20px;
}
    .second-opinion {
      position: relative;
      width: 100%;
     
      background-color: #f1f7fc;
      overflow: hidden;
    }

    .second-opinion img {
      width: 100%;
    
      object-fit: cover;
    }

    .content-section {
      position: absolute;
      right: 5%;
      top: 50%;
      transform: translateY(-50%);
      width: 30%;
      color: #1e1e1e;
    }

    .bracketed-text {
      position: relative;
      font-weight: 500;
      color: #115295;
      font-size: clamp(1.3rem, 2.5vw, 2rem);
      line-height: 1.5;
      text-align: center;
    }

    .bracketed-text::before,
    .bracketed-text::after {
      content: '';
      position: absolute;
      top: 0;
      font-size: 6rem;
      color: #115295;
      
    }

    .bracketed-text::before {
      content: '{';
      left: -30px;
    }

    .bracketed-text::after {
      content: '}';
      right: -30px;
    }

    .subtext {
      font-size: clamp(1rem, 2vw, 1.4rem);
      margin-top: 20px;
      text-align: center;
      
    }

    .subtext strong {
      font-weight: 700;
    }

    hr {
      width: 90%;
      border: 2px solid #115295 !important;
      color:#115295 !important ;
      margin: 20px 0;
    }

    /* Mobile styles */
    @media (max-width: 769px) {
      .content-section {
        width: 90%;
        left: 5%;
        top: 5%;
        bottom: auto;
        transform: none;
        text-align: center;
      }

      .bracketed-text {
        text-align: center;
        font-size: 1.1rem;
        line-height: 1.0;
      }

      .bracketed-text::before,
      .bracketed-text::after {
        position: static;
        display: inline;
        font-size: 2rem;
        padding: 0 10px;
      }

      .subtext {
        text-align: center;
      }

      hr {
        margin: 10px auto;
      }
    }
    
    .mob_view{
        display: none;
      }
 @media (max-width: 768px) {
    
      
      .mob_view{
        display: block;
      }
      
      .desk_view{
        display: none;
      }}
