@media (max-width: 767px) {
  .thnk-you-message-allert img {
    width: 100%;
    height: 100px;
  }
  header.header-section {
    box-shadow: 0px 0px 6px #808080a1;
    background: white;
    padding: 12px 10px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    color: #0a7292;
    padding: 14px 17px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
  }
  .menu-bar:hover .my-menu {
    display: block;
    visibility: visible;
    display: block;
    background: white;
    border-radius: 0;
    border-top: 3px solid #4189ac !important;
    width: 250px;
    border: none;
    box-shadow: 0px 0px 7px #80808073;
    top: 63px;
    right: 0px;
    position: absolute;
    background-color: #fff;
    z-index: 9;
  }
  .banner-left h1 {
    color: #4189ac;
    font-family: "Montserrat", Sans-serif;
    font-size: 30px;
    font-weight: 700;
  }
  .banner-right p {
    color: #54595f;
    font-size: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
  }

  .border-1 {
    border-top: 1px solid;
    width: 100%;
    display: flex;
    margin: 0 auto;
    padding: 8px 0px;
  }

  .banner-right-1 p {
    color: #fff;
    font-size: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    position: relative;
    z-index: 11;
  }

  .border-2 {
    border-top: 1px solid #66c4d1;
    width: 100%;
    display: flex;
    margin: 0 auto;
    padding: 8px 0px;
  }

  .how-heading h2 {
    font-size: 40px;
  }
  .swiper-slide i {
    width: 100%;
  }
  .swiper-button-prev {
    display: none;
  }
  .swiper-button-next {
    display: none;
  }
  /* .dr-section {
    background-color: transparent;
    background-image: linear-gradient(270deg, #8fbf83 0%, #3a7197 100%);
    padding: 45px 0px;
    margin-top: 57pc;
} */
  .why-section {
    width: 100%;
    height: 100%;
    padding: 20px 0px;
  }

  .banner-right-1 h5 {
    width: 100%;
    display: flex;
    justify-content: end;
    margin: 0 auto;
    position: relative;
    z-index: 11;
  }
  .contact-left {
    background-color: #66c4d1;
    width: 100%;
    height: auto;
  }
  .personal-box-1 h3 {
    font-size: 47px;
  }

  .content .list {
    width: 100%;
    margin-right: 0;
  }
  .content .text-content {
    width: 100%;
    padding: 25px;
  }
  .content {
    display: block;
  }
  .nav-item {
    border-bottom: 1px solid rgb(231 84 88);
  }
}

/* @media (min-width: 576px) and (max-width: 767px) {

} */

@media (min-width: 768px) and (max-width: 991px) {
  .banner-right p {
    color: #54595f;
    font-size: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
  }

  .border-1 {
    border-top: 1px solid;
    width: 100%;
    display: flex;
    margin: 0 auto;
    padding: 8px 0px;
  }
  .banner-right-1 p {
    color: #fff;
    font-size: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    position: relative;
    z-index: 11;
  }

  .border-2 {
    border-top: 1px solid #66c4d1;
    width: 100%;
    display: flex;
    margin: 0 auto;
    padding: 8px 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    color: #0a7292;
    padding: 30px 13px;
    margin: 0px;
  }
  .thnk-you-message-allert img {
    width: 100%;
    height: 315px;
  }
}
