@media (max-width: 1440px) {
  .logo-section .et_pb_column {
    padding: 70px;
  }
}

@media (max-width: 1300px) {
  .images-btn {
    width: 230px !important;
  }

  .the-slider-col {
    width: calc(100% - 280px) !important;
  }
}

@media (max-width: 1200px) {
  .logo-section img {
    width: 140px !important;
  }

  .h3-title h3 {
    font-size: 28px;
  }

  .h1-title,
  .h1-title h1 {
    font-size: 45px;
  }
}

@media (max-width: 1100px) {
  .home-btext-content {
    padding-bottom: 50px;
  }

  .home-banner-section {
    margin-top: 97px;
  }

  .home-flex-banner .et_pb_column:last-child {
    padding: 0 !important;
  }
}

@media (max-width: 991px) {
  .logo-section img {
    width: 100px !important;
  }

  .logo-section .et_pb_column {
    padding: 30px;
  }

  .h3-para p,
  .text-para {
    font-size: 15px !important;
  }
  
  .home-btext-content {
    padding-bottom: 0px;
  }

  .wp-image-slider .et_pb_slide img,
  .wp-image-slider .et_pb_slider_container_inner,
  .wp-image-slider .et_pb_slide {
    height: 500px !important;
  }

  .sliderRow {
    flex-direction: column;
  }

  .sliderRow:after {
    display: none;
  }

  .the-slider-col {
    width: 100% !important;
  }

  .images-btn {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    height: 145px;
    overflow-y: hidden;
    max-width: 100%;
    overflow-x: auto;
  }

  .images-btn .et_pb_module {
    width: 23%;
    height: 145px;
  }

  .images-btn .et_pb_module .et_pb_image_wrap,
  .images-btn .et_pb_module .et_pb_image_wrap img {
    height: 145px;
    object-fit: cover;
  }

}

@media (max-width: 980px) {
  .header-logo-wrapper {
    margin-bottom: 0 !important;
  }

  .main-header-menu li.current_page_item:before {
    top: 50%;
    transform: translateY(-50%);
  }

  .footer-logo.et_pb_image {
    text-align: center;
    width: 300px;
    max-width: 80%;
    margin: 0 auto;
  }

  .footer-logo .et_pb_image_wrap img {
    width: 100%;
    margin-bottom: 20px;
  }

  .main-footer-row .contact-list .et_pb_text {
    text-align: center;
    margin-bottom:  0 !important;
  }
  
  .footer-form   {
    margin-top: 40px;
  }

  .form-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
  }

  .form-wrapper .half-width {
    width: 48%;
  } 

  .form-wrapper .f-width {
    width: 100%;
  }

  .footer-form .et_pb_text_inner {
    text-align: center;
  }

  .text-para {
    margin-top: 0;
  }

  .custom-btn {
    margin-top: 10px;
  }

  #mobile_menu1 {
    background-color: #3960EE !important;
  }

  .design-2,
  .design-3,
  .design-4,
  .design-5 {
    display: none;
  }

  .flexrows {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .order-one {
    order: 1;
  }

  .order-two {
    order: 2;
  }

  .order-one .et_pb_image,
  .order-right .et_pb_image {
    text-align: center;
  }

  .custom-btn a {
    margin: 0 auto;
  }

  .home-banner-section .et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
  }

  .home-flex-banner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .home-btext-content {
    order: 2;
    width: 90% !important;
    margin: 0 auto;
  }

  .banner-image .et_pb_image_wrap,
  .banner-image .et_pb_image_wrap img {
    width: 100% !important;
  }

  .banner-image .et_pb_image_wrap {
    margin-bottom: 20px;
  }

  .home-banner-acc {
    display: none;
  }

  .home-flex-banner {
    margin-bottom: 20px;
  }

  .the-slider-col {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .h3-title h3 {
    font-size: 25px;
  }

  .h1-title2 h1 {
    font-size: 45px;
  }

  .sur-subtitle h2 {
    font-size: 25px !important;
  }

  .sur-blue-title,
  .sur-blue-title h3 {
    font-size: 30px !important;
  }

  .sur-blue-title {
    margin-bottom: 0 !important;
  }

  .h1-title,
  .h1-title h1 {
    font-size: 35px;
    line-height: 1.2;
  }

  .h2-subtitle,
  .h2-subtitle h2 {
    font-size: 15px !important;
    line-height: 1.3;
  }

  .text-center p {
    text-align: center;
    font-size: 15px !important;
  }

  .c-npt input,
  .ns-btn input {
    height: 45px;
    font-size: 15px;
  }

  .c-npt textarea {
    font-size: 15px;
  }

  .custom-btn a {
    height: 45px;
    font-size: 15px;
    width: 200px;
  }

  .order-one .et_pb_image .et_pb_image_wrap,
  .order-right .et_pb_image .et_pb_image_wrap {
    width: 400px;
    max-width: 85%;
  }

  .the-slider-col .et_pb_slide_image {
    top: auto !important;
    display: block !important;
  }

  .sliderRow {
    gap: 30px;
  }

  .images-btn {
    gap: 20px;
  }

  .images-btn .et_pb_module .et_pb_image_wrap,
  .images-btn .et_pb_module .et_pb_image_wrap img,
  .images-btn .et_pb_module,
  .images-btn {
    height: 100px !important;
  }
}

@media (max-width: 600px) {
  .h1-title2 h1 {
    font-size: 30px;
  }
  
  .sur-subtitle {
    font-size: 18px !important;
  }

  .logo-section {
    flex-direction: column;
  }

  .logo-section .et_pb_column {
    width: 75% !important;
    margin: 0 auto !important;
    float: none !important;
    margin-right: auto !important;
  }
  .logo-section .et_pb_column:last-child {
    margin-right: auto !important;
  }

  .h3-title img {
    width: 50px;
  }

  span.title-w-icon h3 {
    padding-top: 20px;
  }

  .h3-title h3 {
    font-size: 20px;
  }

  .text-para {
    margin-top: 20px;
  }

  .wp-image-slider .et_pb_slide img,
  .wp-image-slider .et_pb_slider_container_inner,
  .wp-image-slider .et_pb_slide {
    height: 350px !important;
  }

  .images-btn .et_pb_module .et_pb_image_wrap,
  .images-btn .et_pb_module .et_pb_image_wrap img,
  .images-btn .et_pb_module,
  .images-btn {
    height: 73px !important;
  }

  .sliderRow {
    padding: 0 !important;
  }

}

@media (max-width: 500px) {
  .main-header-row {
    height: 70px;
  }

  .sur-blue-title,
  .sur-blue-title h3 {
    font-size: 22px !important;
    padding-bottom: 0;
  }

  .home-banner-section {
    margin-top: 70px;
  }

  .logo-section .et_pb_column {
    width: 100% !important;
  }

  .main-header-logo img,
  .main-header-logo span {
    width: 150px;
  }

  .h1-title,
  .h1-title h1 {
    font-size: 25px;
  }

  .et_pb_text.h1-title {
    margin-bottom: 0 !important;
  }

  .logo-section .et_pb_image_wrap {
    width: 150px !important;
    height: fit-content !important;
  }

  .logo-section .et_pb_image {
    height: fit-content !important;
  }
  
  .logo-section .et_pb_image_wrap img {
    width: 100% !important;
  }

  .h3-title h3,
  .h3-title {
    font-size: 22px;
    margin-bottom: 0 !important;
  }

  .h3-para p {
    font-size: 15px !important;
    line-height: 1.3;
  }

  .form-wrapper {
    gap: 0;
  }

  .form-wrapper .half-width {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .images-btn .et_pb_module .et_pb_image_wrap,
  .images-btn .et_pb_module .et_pb_image_wrap img,
  .images-btn .et_pb_module, .images-btn {
    height: 47px !important;
  }

  .sliderRow {
    gap: 20px;
  }
  .images-btn {
    gap: 10px;
  }

  .wp-image-slider .et_pb_slide img,
  .wp-image-slider .et_pb_slider_container_inner,
  .wp-image-slider .et_pb_slide {
    height: 300px !important;
  }
}