.ptsd-banner-container {
  background-image: url("/public/uploads/images/ptsd/ptsd_banner.webp") !important;
  position: relative;
  background-size: cover !important;
  background-position: center;
  height: 100vh;
  position: relative;
}

.ptsd-container-box {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.ptsd-banner-container .austim-text-wrapper {
  background: #ffffffe8;
  height: auto;
  width: 105%;
  padding: 1% 8% 3% 8%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: calc(-63.9vw + 50%);
}

.form-ptsd-container {
  background-color: #fcda17;
  padding: 2% 8%;
  position: relative;
  z-index: 9;
}

.form-ptsd-container .banner-appointment-form-wrapper {
  display: flex;
  width: 80vw;
}

.form-ptsd-container .form-group input {
  width: 30vw;
  margin-right: 1vw;
}

.form-ptsd-container .form-group label {
  margin-left: -3%;
  font-weight: 600 !important;
}
.form-ptsd-container .submit-btn {
  width: 40vw;
  margin-top: 2.6%;
}

.ptsd-about-span {
  font-weight: 600 !important;
}

.ptsd-about {
  margin-top: -8vh !important;
  margin-bottom: 2.5vh;
}
.ptsd-about li {
  color: #3c4196 !important;
  margin-bottom: 1vh !important;
  font-weight: 600 !important;
  padding-left: 1.5vw !important;
}

.austim-outer-wrapper .ptsd-about li::after {
  background-color: #3c4196 !important;
}

.ect-heading-list {
  color: #3c4196 !important;
  margin-bottom: -6vh !important;
  font-weight: 600 !important;
}

.ptsd-list {
  margin-top: -4vh !important;
}
.ptsd-list li {
  color: #3c4196 !important;
  margin-bottom: 2vh !important;
  font-weight: 600 !important;
  padding-left: 1.5vw !important;
  left: 0.6vw !important;
  width: 98% !important;
}

.austim-outer-wrapper .ptsd-list li::after {
  background-color: #3c4196 !important;
}

.ptsd-banner-container .austim-prf-wrapper {
  position: relative;
  z-index: 8;
}

.ptsd-banner-container h1 {
  font-size: 3vw !important;
  font-weight: 600 !important;
  color: #3c4196 !important;
  letter-spacing: 0.02ic;
}
.ptsd-banner-container h5 {
  letter-spacing: 0.09ic;
}

.about-styles h2 {
  font-weight: 600;
}

.desktop-about-img {
  display: block;
}

.order-img-mobile {
  display: none;
}

p a {
  color: #3c4196;
}

p a:hover {
  text-decoration: underline;
  color: #3c4196;
}

.ect-symptoms h3 {
  color: #3c4196;
  margin-bottom: 1%;
  padding-bottom: 1%;
  line-height: 1.2;
  font-size: 2.1vw;
  font-family: "Lato";
  font-weight: 700;
  position: relative;
  text-align: center;
}

.symptoms-desc {
  text-align: center;
}

.ect-symptoms h3::after {
  content: "";
  position: absolute;
  left: 37vw;
  bottom: -0.3vw;
  width: 11vw;
  height: 0.3vw;
  background-color: #f4d711;
  border-radius: 2px;
}

.symptoms-card-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  margin-top: 9vh;
  margin-bottom: 6vh;
}

.symptoms-card {
  width: calc(25% - 1vw);
  padding: 9vh 2vw 3vh 2vw;
  position: relative;
  border-radius: 13%;
  border: 1px solid #3c4196;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3);
}

.symptom-img-box {
  position: absolute;
  border: 1px solid #3c4196;
  padding: 2.2vh 1.3vw;
  border-radius: 50%;
  top: -7vh;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.13);
  background: #fff;
}
.symptoms-heading {
  color: #3c4196 !important;
  font-size: 1.5vw !important;
}

.symptoms-img {
  width: 4.3vw;
  height: 9.8vh;
}

.ptsd-symptoms-list li {
  margin-bottom: 2vh !important;
  padding-left: 1.5vw !important;
}

.austim-outer-wrapper .ptsd-symptoms-list li::after {
  background-color: #3c4196 !important;
}

.symptom-bottom-box {
  display: flex;
  align-items: center;
  margin: 0 5vw !important;
  width: 100% !important;
}

.symptom-line {
  background-color: #3c4196;
  width: 10vw;
  height: 0.6vh;
}

.symptoms-bottom-desc {
  background-color: #3c4196;
  padding: 1.5vh 1.5vw;
  border-radius: 3vw;
  color: #fff !important;
  width: fit-content !important;
}

.types-ptsd-container {
  background-color: #f1e3f1;
}
.types-ptsd-container h2{
  margin-bottom: 1.5% !important;
}
.types-list-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  margin-top: 7vh;
  padding-left: 3vw;
}
.types-list-card {
  width: calc(46% - 1vw);
  display: flex;
  align-items: start;
  gap: 1vw;
  margin-top: -3vh;
  margin-right: 3vw;
}
.type-number-blue {
  font-size: 8vw !important;
  color: #3c4196 !important;
  width: fit-content !important;
  position: relative;
  top: -7vh;
}
.type-number-yellow {
  font-size: 8vw !important;
  color: #f4d711 !important;
  width: fit-content !important;
  position: relative;
  top: -7vh;
}
.type-card {
  display: flex;
  flex-direction: column;
}
.type-heading {
  color: #3c4196 !important;
  font-size: 1.5vw !important;
}

.type-last-type-desc {
  background-color: #f4d711;
  padding: 3vh 9vh !important;
  color: #3c4196 !important;
}
.ect-banner-img2 {
  width: 100%;
  height: 100%;
}

.about-ptsd-container {
  background-color: #e2f4f1;
}

.about-ptsd-img {
  width: 100%;
  height: 100%;
  position: relative;
  top: 1vh;
}

.ptsd-type-1-cont {
  background-color: #3c4196;
  position: relative;
  padding: 2vh 2vw;
}

.type-1-num-text {
  position: absolute;
  font-size: 100vh !important;
  color: #f4d61135 !important;
  left: 40vw;
  top: -13vh;
}

.listed-type-1 {
  display: flex;
  flex-direction: column;
  gap: 0.2vh;
}
.listed-type-1 p a,
.listed-type-1 p {
  color: #fff;
}
.listed-type-1 .listed-type-1-anchor{
  display: inline !important;
  text-decoration: underline !important;
}


.last-type-1 {
  margin-top: 2vh;
}

.type-1-list-card li {
  color: #fff !important;
  margin-bottom: 5vh !important;
  padding-left: 2.5vw !important;
}

.type-1-list-card li p {
  font-weight: 600;
}

.austim-outer-wrapper .type-1-list-card li::after {
  background-color: #fff !important;
}

.ptsd-type-2-cont {
  background-color: #f4d711;
  position: relative;
  padding: 2vh 2vw;
}

.type-2-num-text {
  position: absolute;
  font-size: 60vh !important;
  color: #9f9555a1 !important;
  left: 45vw;
  top: -14.6vh;
}

.listed-type-2 {
  display: flex;
  flex-direction: column;
  gap: 0.2vh;
}
.listed-type-2 p a,
.listed-type-2 p {
  color: #3c4196;
}

.last-type-2 {
  margin-top: 2vh;
}

.type-2-list-card li {
  color: #3c4196 !important;
  margin-bottom: 5vh !important;
  padding-left: 2.5vw !important;
}

.type-2-sub-list-card {
  margin-top: -4vh;
}

.type-2-sub-list-card li {
  margin-bottom: 2.5vh !important;
  padding-left: 1.5vw !important;
}

.type-2-list-card li p {
  font-weight: 600;
}

.austim-outer-wrapper .type-2-list-card li::after {
  background-color: #3c4196 !important;
}
.austim-outer-wrapper .type-2-sub-list-card li::after {
  width: 0.5vw;
  height: 0.5vw;
  top: 1.5vh;
}

.condition-ect-container {
  background-color: #3c4196;
  position: relative;
}

.condition-card {
  display: flex;
  flex: 0 0 50%;
  max-width: 56%;
}

.desktop-condition-img {
  display: block;
}
.mobile-condition-img {
  display: none;
}

.condition-card p {
  color: #fff !important;
}
.condition-card h2 {
  color: #fff !important;
}

.condition-card h2::after {
  background-color: #fff !important;
}

.ect-condition-list li span {
  font-weight: 600 !important;
}

.ect-condition-list {
  margin-top: -2vh !important;
}

.ect-condition-list li {
  color: #fff !important;
  margin-bottom: 1.5vh !important;
  font-weight: 500 !important;
  padding-left: 1.5vw !important;
}

.austim-outer-wrapper .ect-condition-list li::after {
  background-color: #fff !important;
}

.condition-img {
  position: absolute;
  right: -5vw;
  top: -9vh;
}

.condition-ect-img {
  height: 98vh !important;
}

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

.types-ect-treat-container .heading,
.types-ect-treat-container .description {
  text-align: center;
}

.types-ect-treat-container .description {
  max-width: 85%;
  margin: auto;
}

.approach-img {
  height: 100%;
  width: 50vw;
}

.types-ect-treat-container h2::after {
  left: 24.3vw !important;
}

.profile-card-img {
  width: 5vw;
}

.static-text p {
  margin-bottom: 2.4vh;
}

.about-ptsd-container p {
  margin-bottom: 2.4vh;
}

.approach-sub-heading {
  color: #3c4196 !important;
  font-size: 1.3vw !important;
  font-weight: 600 !important;
}

.ptsd-approch-list {
  margin-bottom: 4vh !important;
}
.ptsd-approch-list li {
  color: #3c4196 !important;
  margin-bottom: 2vh !important;
  font-weight: 600 !important;
  padding-left: 1.5vw !important;
}

.austim-outer-wrapper .ptsd-approch-list li::after {
  background-color: #3c4196 !important;
}

.approach-ptsd-img {
  width: 100%;
  height: 100%;
  position: relative;
  top: 1vh;
}

.types-ect-container p {
  margin-bottom: 2.4vh;
}

.types-ect-container .inner-card-wrapper-appr {
  display: flex;
  align-items: flex-start;
  gap: 0.5vw;
}

.types-ect-container .list-style-heading {
  color: #3c4196;
  font-weight: 600;
  position: relative;
  top: -1vh;
}

.types-ect-container .checkbox-img {
  width: 1.3vw;
}

.types-ect-treat-container .inner-type-card-wrapper-appr {
  display: flex;
  gap: 2vw;
  margin: 4vw 0;
  align-items: center;
}

.types-ect-treat-container .header-treat-card {
  display: flex;
  align-items: center;
  gap: 0.5vw;
}

.types-ect-treat-container .list-type-style-heading {
  color: #3c4196;
  font-weight: 600;
  position: relative;
  top: 0.5vh;
}
.types-ect-treat-container .checkbox-img {
  width: 1.3vw;
}

section.ect-doctors-container button.owl-prev-custom {
  left: 3% !important;
  top: 46% !important;
}
section.ect-doctors-container button.owl-next-custom {
  right: 3% !important;
  top: 46% !important;
}

.success-container {
  background-color: rgba(243, 238, 229, 0.815);
}

.success-container p {
  margin-bottom: 2vh;
}

.success-container .success-card {
  padding-left: 15vw;
}

.success-card-bg {
  position: relative;
  left: -11%;
  bottom: -5.2vh;
  width: 100vw;
  margin-top: -19vh;
}

.success-container .desktop-img-card {
  display: block;
}
.success-container .mob-img-card {
  display: none;
}

.right-align {
  float: right;
}

.relationship-choose-img {
  width: 100%;
  height: 100%;
  margin: 15px 0 25px 0;
}

.relationship-faq .container {
  padding: 0 !important;
}

.relationship-faq .accordion-button {
  font-family: "Lato-Regular" !important;
}



.success-cont {
  padding-bottom: 0 !important;
  background-color: rgba(240, 247, 252, 0.205);
}

.left-success-side {
  padding-left: 7%;
}

.relationship-testtimonial {
  padding: 2% !important;
  background-color: rgb(244, 228, 231);
}

.ect_choose-cont {
  display: flex;
  justify-content: space-between;
}

.ect-choose-card {
  max-width: 100%;
  order: 0;
}
.ect-choose-box {
  display: flex;
  align-items: flex-start;
  gap: 0.6vw;
}
.ect-choose-box p span {
  color: #3c4196 !important;
  font-weight: 600 !important;
  font-style: normal !important;
}
.ect-choose-box p {
}

.ect_choose_img_card {
  order: 1;
  /* height: 60vh; */
}

.ect_choose_right_img {
  width: 32vw;
  height: 100vh;
  position: relative;
}

section#testid {
  background-color: #f6eaf7 !important;
}

.relationship-faq {
  background-color: #fff !important;
}

#bangalore-marga-faq {
  background-image: url("/public/uploads/images/ECT-treatment/ect_faq.webp") !important;
  background-position: center left 20px !important;
  background-size: 48% auto !important;
}



.accordion-item.faq-item.mb-3 .accordion-header {
  font-size: 1.2vw;
  line-height: 1.6;
  font-family: "Lato";
  font-weight: 500;
  padding-bottom: 0;
  width: 100%;
  color: #737373;
  padding-top: 0;
}


.accordion-item.faq-item.mb-3 .accordion-header{
  top: 0.2vw !important;
}

span.faq-icon.ms-auto{
  top: 0.35vw !important;
}
#bangalore-marga-faq .accordion-item.faq-item.mb-3{
    padding:0 !important;
}

section.hp-sec5.footer-block-mmaarga-all {
  display: none !important;
}

section.hp-sec5.aos-init.aos-animate {
  display: none !important;
}

.about-ptsd-container h2 {
  margin-top: 1vh !important;
}

#bangalore-marga-faq .accordion-button {
  padding-right: 10% !important;
  display: flex;
  align-items: center;
  padding-top: 1% !important;
}

@media (min-width: 1024px) {
  .second-ect-list {
    margin-bottom: 10vh;
  }
}

@media (min-width:768px){
    section#footer-book-appt .row {
   flex-wrap: nowrap;
}

}

@media (min-width: 768px) and (max-width: 1023px) {
  .accordion-item.faq-item.mb-3 .accordion-header {
    font-size: 1.2vw;
    line-height: 1.6;
    font-family: "Lato";
    font-weight: 500;
    padding-bottom: 8%;
    width: 100%;
    color: #737373;
    padding-top: 0;
  }
  
  .ptsd-banner-container h1{
    margin-top: 3vh ;
  }
  span.faq-icon.ms-auto {
    /* top: -0.2vw !important; */
  }
  
   #bangalore-marga-faq .accordion-button{
    padding-right: 6% !important;
  }
  
  .accordion-item.faq-item.mb-3 .accordion-header {
      top:1.3vw !important;
}
span.faq-icon.ms-auto{
  top: 0vw !important;
}

  .static-text p {
    margin-bottom: 1.2vh;
}

  .ptsd-container-box {
    height: 50vh !important;
  }

  .form-ptsd-container .submit-btn {
    width: 40vw;
    margin-top: 2.3vh;
    padding: 0.9vh 1vh 0.9vh 1vh;
  }

  .ptsd-banner-container {
    height: 37vh !important;
  }

  .second-ect-list .ptsd-list {
    margin-top: 0.8vh !important;
    margin-bottom: 10vh;
  }

  .ptsd-list {
    margin-top: -2.5vh !important;
    margin-bottom: 1.1vh;
  }

  .austim-outer-wrapper .ptsd-list li::after {
    top: 0.8vw !important;
  }

  .ect-symptoms h3 {
    margin: 1% auto;
  }

  .ect-symptoms h3::after {
    left: 8vw;
  }

  .symptoms-card-box {
    margin-top: 5vh;
    margin-bottom: 3vh;
  }

  .symptoms-card {
    padding: 5.5vh 2vw 1vh 2vw;
    border-radius: 30px;
  }

  .symptom-img-box {
    padding: 1.5vh 1.7vw;
    top: -4vh;
  }

  .symptoms-img {
    width: 6.3vw;
    height: 4.8vh;
  }

  .ptsd-symptoms-list li {
    margin-bottom: 0.6vh !important;
  }

  .austim-outer-wrapper .ptsd-symptoms-list li::after {
    top: 0.8vw !important;
  }

  .symptom-line {
    width: 13vw;
    height: 0.3vh;
  }

  .symptoms-bottom-desc {
    background-color: #3c4196;
    padding: 1vh 1.9vw;
    border-radius: 7vw;
    color: #fff !important;
    width: 100% !important;
  }

  .types-list-box {
    margin-top: 2vh;
  }

  .types-list-card{
    margin-top: 0.5vh !important;
  }

  .type-number-blue {
    top: -2vh;
  }
  .type-number-yellow {
    top: -2vh;
  }

  .type-last-type-desc {
    background-color: #f4d711;
    padding: 1vh 4vh !important;
  }

  .type-1-num-text {
    font-size: 70vh !important;
    color: #f4d61135 !important;
    left: 20vw;
    top: -19vh;
  }

  .type-1-list-card li {
    margin-bottom: 2.8vh !important;
  }

  .austim-outer-wrapper .type-1-list-card li::after {
    top: 0.8vw !important;
  }

  .type-2-num-text {
    font-size: 40vh !important;
    left: 33vw;
    top: -14.5vh;
  }

  .type-2-list-card li {
    margin-bottom: 2vh !important;
  }
  .type-2-sub-list-card {
    margin-top: -1.7vh;
  }

  .type-2-sub-list-card li {
    margin-bottom: 1.5vh !important;
  }

  .austim-outer-wrapper .type-2-list-card li::after {
    top: 0.8vw !important;
  }

  .approach-sub-heading {
    font-size: 1.7vw !important;
  }

  .ptsd-approch-list {
    margin-bottom: 2vh !important;
  }

  .ptsd-approch-list li {
    margin-bottom: 1vh !important;
  }

  .austim-outer-wrapper .ptsd-approch-list li::after {
    top: 0.8vw !important;
  }

  .ect-heading-list {
    position: relative;
    top: -3.6vh !important;
  }

  /* .condition-img {
    position: absolute;
    right: -5vw;
    top: -2.9vh;
  }
  .ect-condition-list {
    margin-top: 0.2vh !important ;
  }
  .condition-ect-img {
    height: 54vh !important;
    width: 50vw !important;
  }
  .condition-card {
    display: flex;
    flex: 0 0 58%;
    max-width: 56%;
  } */

  .condition-ect-container {
    padding-bottom: 12% !important;
  }

  .desktop-condition-img {
    display: none;
  }
  .mobile-condition-img {
    display: block;
  }

  .ect-condition-list {
    margin-top: -1vh !important;
  }

  .ect-condition-list li {
    margin-bottom: 1.5vh !important;
    padding-left: 3.5vw !important;
  }

  .second-ect-list .ptsd-list {
    margin-bottom: 0 !important;
  }

  .condition-card {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100% !important;
  }

  .condition-img {
    position: relative;
    right: -5vw;
    top: -9vh;
  }

  .condition-img {
    right: 0vw;
    top: -9vh;
    max-width: 85%;
    margin: auto;
  }

  .condition-ect-img {
    height: 100% !important;
    width: 100% !important;
    margin: auto !important;
    margin-bottom: -10vh !important;
  }

  .types-ect-treat-container .heading {
    margin-left: 20vw;
    margin-top: 5vh;
  }

  .types-ect-treat-container h2::after {
    left: 0vw !important;
  }

  .ect-choose-box p {
    margin-bottom: 1vh;
  }

  .ect_choose_img_card {
    height: 40vh;
  }
  .approach-ptsd-img {
    top: 9vh;
  }
  .ect_choose_right_img {
    width: 40vw;
    height: 50vh;
    position: relative;
    top: 6vh;
  }

  .ptsd-banner-container .austim-text-wrapper {
    margin-top: 40vh !important;
    margin-left: calc(-64vw + 50%);
  }
  .ptsd-about {
    margin-top: -3vh !important;
    margin-bottom: 1.5vh;
  }

  .austim-outer-wrapper .ptsd-about li::after {
    top: 0.8vw !important;
  }

  .success-card-bg {
    position: relative;
    left: -11%;
    bottom: -2vh;
    width: 100vw;
    margin-top: -8vh;
    height: 50vh;
  }

  .banner-bg-2 {
    height: 45vh !important;
  }

  #bangalore-marga-faq {
    background-image: url("/public/uploads/images/ECT-treatment/ect_faq.webp") !important;
    background-position: center left 20px !important;
    background-size: 40% auto !important;
  }
  .faq-bg {
    position: relative !important;
    left: 100% !important;
  }
  
  .about-ptsd-img {
    height: auto !important;
    top: 12vh;
  }

  .types-ect-container .list-style-heading {
    top: -0.5vh;
  }

  .types-ect-treat-container .list-type-style-heading {
    top: 0.3vh;
  }

  #bangalore-marga-faq .accordion-button {
    padding-right: 10% !important;
    padding-top: 0 !important;
    padding-bottom: 3% !important;
  }
    section.hp-sec5.footer-block-mmaarga-all{
    padding: 0 !important;
  }
  .hp-sec5 .our-commitments1 .row .col-12.col-lg-6:first-child{
    width: 65% !important;
  }

}

@media (max-width: 767px) {
  .accordion-item.faq-item.mb-3 .accordion-header {
    font-size: 1.2vw;
    line-height: 1.6;
    font-family: "Lato";
    font-weight: 500;
    padding-bottom: 8%;
    width: 100%;
    color: #737373;
    padding-top: 0;
  }

  span.faq-icon.ms-auto {
    /* top: -0.2vw !important; */
  }

  #bangalore-marga-faq {
    background-image: url("/public/uploads/images/ECT-treatment/ect_faq.webp") !important;
    background-position: center 13vh !important;
    background-size: 91vw auto !important;
  }

  section.hp-sec5.footer-block-mmaarga-all{
    margin-bottom: 12vh !important;
    padding: 5vh !important;
  }

  .ptsd-container-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 25vh;
    margin-left: calc(-54vw + 50%) !important;
  }

  .ptsd-banner-container .austim-text-wrapper {
    background: #ffffffe8;
    padding: 0% 3% 2% 2% !important;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
    gap: 1.4vh;
    align-items: center;
  }

  .ptsd-banner-container h1 {
    font-size: 7.3vw !important;
    line-height: normal !important;
    margin-bottom: 1.9vh !important;
  }

  .form-ptsd-container {
    max-width: 80%;
    margin: auto;
    border-radius: 8% !important;
    position: relative;
    top: -5vh;
    margin-bottom: -5vh;
  }

  .form-ptsd-container .banner-appointment-form-wrapper {
    display: flex;
    flex-direction: column;
    width: 100vw;
    margin-left: -3.2vw !important;
    padding: 3vh 0 !important;
  }

  .form-ptsd-container .form-group input {
    width: 65vw;
    margin-right: 1vw;
  }

  .form-ptsd-container .form-group label {
    margin-left: -1%;
    font-weight: 600 !important;
  }

  .form-ptsd-container .submit-btn {
    width: 65vw;
    margin-top: 2.6%;
    margin-left: 0 !important;
    border-radius: 1vh;
  }

  .desktop-about-img {
    display: none;
  }

  .order-img-mobile {
    display: block;
    margin-bottom: 3vh;
  }

  .ect-heading-list {
    position: relative;
    top: -1vh;
    margin: 2vh 0 !important;
    font-size: 2.3vh !important;
  }

  .ptsd-about {
    margin-top: -2vh !important;
  }
  .ptsd-about li {
    padding-left: 4.5vw !important;
  }

    .types-ptsd-container {
    padding: 8% 5% !important;
}

.ptsd-type-1-cont{
   padding: 8% 5% !important;
}
.ptsd-type-2-cont{
   padding: 8% 5% !important;
}
.approach-ptsd-container{
   padding: 8% 5% !important;
}

.type-list-container{
  padding: 8% 5% !important;
}

  .type-last-type-desc {
    position: relative;
    left: -6vw;
    margin-right: -12vw;
    font-weight: 600 !important;
    width: 100vw !important;
    padding-left: 10vw !important;
    padding-right: 10vw !important
}


  .austim-outer-wrapper .ptsd-about li::after {
    top: 2.4vw !important;
  }

  .ptsd-list {
    margin-top: 1vh !important;
  }

  .ptsd-list li {
    padding-left: 4.5vw !important;
    left: 0 !important;
    width: 100% !important;
  }

  .austim-outer-wrapper .ptsd-list li::after {
    top: 2.4vw !important;
  }

  .ect-symptoms h3 {
    color: #3c4196;
    margin-bottom: 1%;
    padding-bottom: 1%;
    line-height: 1.2;
    font-size: 5vw;
    font-family: "Lato";
    font-weight: 700;
    position: relative;
    text-align: center;
    margin-left: -12vw !important;
  }

  .ect-symptoms h3::after {
    bottom: -1.3vw;
    width: 18vw;
    height: 1vw;
    left: 45vw;
  }

  .symptoms-card-box {
    gap: 18vw;
    margin-top: 9vh;
    margin-bottom: 6vh;
  }

  .symptoms-card {
    width: 80%;
    margin: auto;
    padding: 7vh 2vw 3vh 7vw;
    border-radius: 13%;
  }

  .symptom-img-box {
    position: absolute;
    border: 1px solid #3c4196;
    padding: 2.2vh 3.5vw;
    border-radius: 50%;
    top: -7vh;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.13);
    background: #fff;
  }
  .symptoms-heading {
    color: #3c4196 !important;
    font-size: 5vw !important;
  }

  .symptoms-img {
    width: 20vw !important;
    height: 9vh !important;
  }

  .ptsd-symptoms-list li {
    margin-bottom: 1.5vh !important;
    padding-left: 4.5vw !important;
  }

  .austim-outer-wrapper .ptsd-symptoms-list li::after {
    top: 2.2vw !important;
  }

  .symptom-bottom-box {
    display: none;
  }

  .types-list-box {
    display: flex;
    flex-wrap: wrap;
    gap: 5vw;
    margin-top: 4vh;
    padding-left: 0;
  }
  .types-list-card {
    width: 100%;
    display: flex;
    align-items: start;
    gap: 3vw;
    margin-top: auto !important;
    margin-right: auto !important;
  }
  .type-number-blue {
    font-size: 21vw !important;
    top: -3vh;
  }
  .type-number-yellow {
    font-size: 21vw !important;
    top: -3vh;
  }

  .type-heading {
    color: #3c4196 !important;
    font-size: 5vw !important;
    font-weight: 600 !important;
  }

  .type-1-num-text {
    font-size: 90vh !important;
    left: -5vw;
    top: 30vh;
  }

  .type-1-list-card li {
    margin-bottom: 3vh !important;
    padding-left: 5vw !important;
  }

  .type-2-num-text {
    font-size: 50vh !important;
    left: 25vw;
    top: 10vh;
  }

  .austim-outer-wrapper .type-1-list-card li::after {
    top: 2.2vw !important;
  }

  .type-2-list-card li {
    margin-bottom: 3vh !important;
    padding-left: 5vw !important;
  }

  .type-2-sub-list-card {
    margin-top: 0.1vh;
  }

  .type-2-sub-list-card li {
    margin-bottom: 1.8vh !important;
    padding-left: 3vw !important;
  }

  .austim-outer-wrapper .type-2-list-card li::after {
    top: 2.3vw !important;
  }
  .austim-outer-wrapper .type-2-sub-list-card li::after {
    width: 1.5vw;
    height: 1.5vw;
  }

  .approach-sub-heading {
    font-size: 5vw !important;
  }
  .ptsd-approch-list {
    margin-bottom: 2vh !important;
  }
  .ptsd-approch-list li {
    margin-bottom: 1vh !important;
    padding-left: 5vw !important;
  }

  .austim-outer-wrapper .ptsd-approch-list li::after {
  top: 2.2vw !important;
  }
  .condition-ect-container {
    padding: 3% 8% 20% 8% !important;
  }

  .desktop-condition-img {
    display: none;
  }
  .mobile-condition-img {
    display: block;
  }

  .ect-condition-list {
    margin-top: 1vh !important;
  }

  .ect-condition-list li {
    margin-bottom: 1.5vh !important;
    padding-left: 3.5vw !important;
  }

  .second-ect-list .ptsd-list {
    margin-bottom: 0 !important;
  }

  .condition-card {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100% !important;
  }

  .condition-img {
    position: relative;
    right: -5vw;
    top: -9vh;
  }

  .condition-img {
    right: 0vw;
    top: -9vh;
    max-width: 85%;
    margin: auto;
  }

  .condition-ect-img {
    height: 100% !important;
    width: 100% !important;
    margin: auto !important;
  }

  .types-ect-treat-container {
    padding: 3% 8% !important;
  }
  .ect_approach_card {
    display: flex;
    flex-direction: column;
  }

  .types-ect-treat-container .heading {
    display: flex;
    justify-content: center;
    max-width: 80%;
    margin: auto;
    margin-bottom: 3vh;
    margin-top: -7vh;
  }

  .approach-img {
    width: 80vw;
    margin: 2vh 0 !important;
  }

  .profile-card-img {
    width: 9vw;
    margin-top: -1vh;
  }

  .ect_choose-cont {
    display: flex;
    flex-direction: column;
  }

  .ect_choose_img_card {
    order: 0;
    height: auto;
  }

  .ect-choose-card {
    order: 1;
    max-width: 100%;
  }

  .ect_choose_right_img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    margin-bottom: 3vh;
  }

  .footer-slogan{
    font-size: 5vw !important;
  }

  p.rach-out-heading {
    font-size: 6vw;
    margin-bottom: 3%;
  }
  .ptsd-banner-container .austim-text-wrapper {
  }

  div#header {
    z-index: 1000 !important;
  }

  .banner-bg-2 {
    height: 35vh !important;
  }

  .ptsd-banner-container .austim-text-wrapper h5 {
    font-size: 10vw !important;
  }

  .ptsd-banner-container {
    background-image: url("/public/images/ptsd/ptsd_banner_mob.webp");
    background-size: 175% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 38vh !important;
    margin-top: 18% !important;
    width: 100vw;
  }

  .ptsd-banner-container::after {
    height: 80px;
  }

  .mobile-ect-container {
    display: block;
  }

  .desktop-ect-container {
    display: none;
  }

  /* Banner */
  .mobile-ect-container .banner-content-wrapper {
    padding: 0 8% 0 0;
    margin: 40px auto 10px auto;
  }

  .mobile-ect-container form.banner-appointment-form-wrapper {
    padding: 3vw 4.8vw 5vw 4.8vw !important;
    border-radius: 8px;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.16));
    background-color: rgb(241, 239, 239) !important;
    margin: 0 2vw 0 0 !important;
  }

  .mobile-ect-container form.banner-appointment-form-wrapper label {
    font-weight: 600 !important;
  }
  .mobile-ect-container form.banner-appointment-form-wrapper .custom-select {
    background-position: right 2.7vw top 4.2vw !important;
    background-size: 3.8vw;
  }

  .mobile-ect-container .banner-content-wrapper h2 {
    padding-top: 2% !important;
  }

  .ptsd-container {
    padding: 8% 5% !important;
  }

  .about-ptsd-container {
    padding: 8% 5% !important;
  }

  .order-container {
    display: flex;
    flex-direction: column;
    margin-left: -3%;
  }

  .about-ptsd-container .order-img {
    order: 1;
  }
  .about-ptsd-container .order-cont {
    margin-top: 0px;
    order: 0;
  }

  .about-ptsd-img {
    height: auto;
  }

  .types-ect-container {
    padding: 8% 5% !important;
  }

  .types-ect-container .checkbox-img {
    width: 5.3vw;
  }

  .types-ect-container .inner-card-wrapper-appr {
    gap: 2.8vw;
  }

  .types-ect-container .list-style-heading {
    margin-bottom: -0.3vh;
    top: -0.2vh;
  }
  [class^="col"] + [class^="col"] {
    margin: 20px 0;
  }

  .types-ect-treat-container {
    padding: 8% 5% !important;
  }

  .types-ect-treat-container .checkbox-img {
    width: 5.3vw;
  }

  .types-ect-treat-container .inner-type-card-wrapper-appr {
    flex-direction: column;
    gap: 5vh;
    margin: 8vw 0;
  }
  .tick-img {
    width: 5vw;
    margin-top: 0.4vh;
    margin-right: 0.4vw;
  }
  .types-ect-treat-container .header-treat-card {
    gap: 1.5vw;
    align-items: flex-start;
  }

  .types-ect-treat-container .list-type-style-heading {
    color: #3c4196;
    font-weight: 600;
    position: relative;
    top: -0.4vh;
  }

  .success-container .success-card {
    padding: 0 5% !important;
  }

  .success-card-mob-bg {
    position: relative;
    left: -5.5%;
    bottom: -4vh;
    width: 100vw;
    margin-top: -5vh;
  }

  .success-container .desktop-img-card {
    display: none;
  }
  .success-container .mob-img-card {
    display: block;
  }

  .ect-doctors-container .custom-owl-nav button.owl-prev-custom {
    top: 35vh !important;
    z-index: 2;
  }

  .ect-doctors-container .custom-owl-nav button.owl-next-custom {
    top: 35vh !important;
    z-index: 2;
  }

  .relationship-faq {
    padding-bottom: 0 !important;
  }

  .relationship-faq span.faq-icon.ms-auto {
    top: auto !important;
    width: 4.9vw !important;
  }
  
   #bangalore-marga-faq .accordion-button{
    padding-right: 6% !important;
  }
  
  .accordion-item.faq-item.mb-3 .accordion-header {
      top:1.3vw !important;
}
span.faq-icon.ms-auto{
  top: 0vw !important;
}

 [class^=col]+[class^=col]{
            margin-left:-8vw !important;
        }
        
        .about-ptsd-container .order-cont {
    margin-left:0 !important;
  }
        
  .relationship-faq div#faqAccordion {
    padding-top: 86% !important;
  }

  .accordion-item.faq-item.mb-3 .accordion-header {
    padding-bottom: 1%;
  }
}



.body-nav-fixed-menu-top section.hp-sec5.footer-block-mmaarga-all {
    height: auto ! IMPORTANT;
    padding: 0px !important;
    margin-bottom: 0px !important;
    opacity: 1;
}

.body-nav-fixed-menu-top section.hp-sec5.footer-block-mmaarga-all .our-commitments1 {
    bottom: 0vw;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.body-nav-fixed-menu-top p.m-subscribe1__title {
    text-align: center;
    padding-bottom: 0px;
}



@media (max-width: 767px) {
    .body-nav-fixed-menu-top section.hp-sec5.footer-block-mmaarga-all .our-commitments1 {
        padding: 7% 8%;
        max-width: 100%;
        width: 100%;
        position: relative;
        bottom: 0px;
    }

    .body-nav-fixed-menu-top p.m-subscribe1__title {
        font-size: 5vw;
    }
}


@media (max-width: 1050px) and (min-width: 767px) {
    .body-nav-fixed-menu-top section.hp-sec5.footer-block-mmaarga-all .our-commitments1 {
        width: 100%;
        max-width: 100%;
        padding: 2% 3%;
    }

    .our-commitments1 .row {
        justify-content: center;
    }
}