.taglineD {
    padding: 8px 0;
}
.myy p{ 
    font-size: 30px;
    font-weight: bold;
    padding: 0px 15px;
}
.myy h2{
    color: #337ab7;
    font-weight: bold;
    border-bottom: 2px solid;
    box-shadow: 0px 3px 4px #337ab7;
    padding: 10px 15px;
}
@media only screen and (min-width: 300px) and (max-width: 768px) {
    .sliderLeftCon .h4Strip {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 2px;
    }
    .sliderRightFm2 {
        margin-right: 0px;
    }
    .mbaOfferD p{
        text-align: justify;
    }
    .box_card01{
        margin-bottom:15px !important;
    }
    .lifePcuSubDimg .col-md-6{
        max-height: 100% !important;
        overflow: hidden !important;
        padding-left: 15px !important;
        border-radius: 15px !important;
    }
}

@media screen and (max-width: 1680px){
    .sliderLeftCon .h4Strip {
                font-size: 36px;
        line-height: 1.3;
    }
}

.whyChoosSubDno h4 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: rgba(227, 30, 36, 1);
    letter-spacing: 2px;
    line-height: 40px;
    margin-top: 65px;
}

.whylastSubD img{ max-width:100%;}
.whylastSubD{ background: #FFF; height: 60px; padding: 3px 15px; border-radius: 5px;margin-bottom: 30px;}

.box_card01 {
    padding: 20px;
    background: linear-gradient(to bottom, #041e42, #041e42);
    box-shadow: 0 15px 25px rgb(0 0 0 / 10%);
    border-radius: 15px;
    margin: 0px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    height:100%;
}
.box_card01:before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    text-align: center;
}
.box_card01 .icon {
    align-items: center;
    position: relative;
    width: 50px;
    height: 50px;
    color: #085293;
    background: #fff;
    display: flex;
    justify-content: center;
    margin: auto;
    border-radius: 20%;
    font-size: 50px;
    font-weight: normal;
    transition: 2s;
    padding: 10px;
    margin-bottom:25px;
}
.box_card01 .content {
    position: relative;
    z-index: 1;
    transition: 1.5s;
    align-content: center;
    display: grid;
    color:#FFF;
}
.box_card01 .content h3{
    font-size: 20px;
    margin: 0px;
}
.my-he{
    max-height: 165px;
    object-fit: cover;
}

.lifePcuSubDimgbig img, .lifePcuSubDimg img{
    width:100%;
    height:auto;
}
.lifePcuSubDimg .col-md-6{
    max-height: 200px;
    overflow: hidden;
    padding-left: 0px;
    border-radius: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
.lifePcuSubDimg .col-md-6{
    max-height: 165px;
}
.sliderLeftCon .h4Strip {
    font-size: 20px;
}
.sliderRightFm2{
    margin-right: 0px;
    margin-bottom: 0px;
}
}

.bg-overlay2{
    display: none;
    height: 100vh;
    width: 100vw;
    background-color: #00000050;
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 9999;
  }
  .bg-form{
    background-color: aliceblue;
    animation: fomm 1s;
    animation-fill-mode: forwards;
    position: fixed;
    left: 50%;
    top: 50%;
    box-shadow: 0px 0px 10px #000000ec;
    transform: translate(-50%,-50%);
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
    width: 100%;
  }
  @keyframes fomm {
    0%{
      width: 0px;
      height: 0px;
    }
    100%{
      max-width:400px;
      min-height:200px;
    }

  }
  .bg-form img{
    max-width: 250px;
    display: block;
    margin-inline: auto;
    margin-bottom: 20px;
  }
  .close{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 30px;
    font-style: normal;
    background-color: #e8280b;
    color: #fff;
    font-weight: 900;
    border-radius: 0 25%;
    padding: 6px;
    display:flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    opacity: .8;
  }
  .bg-overlay2 button[type=submit] {
  background: #e8280b;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 10px;
}

.bg-overlay2 button[type=submit]:hover {
  background: #65c9cd;
}


.bg-overlay2 .form-control {
    display: block;
    width: 100%;
    box-shadow: 0px 0px 5px #00000018;
    padding: .475rem .95rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
   
    background-color: #fff;
    background-clip: padding-box;
    border: var(--bs-border-width) solid #dee2e600;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}