/* For Google Chrome (125% zoom level) */
@media screen and (-webkit-min-device-pixel-ratio: 1.25),
screen and (min-resolution: 120dpi) {}

@media (min-width: 1280px) and (max-width: 1366px) {}

@media (min-width: 1024px) and (max-width: 1279px) {}

@media (min-width: 768px) and (max-width: 1023px) {}

@media (min-width: 320px) and (max-width: 767px) {}

@media (max-width: 1200px) {
  ul.navbar-nav {
    display: none;
  }

  nav.navbar {
    flex-direction: row-reverse;
    flex-wrap: unset;
  }


  div#navbarNav {
    order: 1;
    justify-content: flex-start !important;
  }

  button.navbar-toggler {
    order: 2;
  }

  .offcanvas-start {
    right: 0;
    left: auto;
    transform: none !important;
  }

  .offcanvas-body .navbar-nav {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .offcanvas-start {
    transition: .3s;
    right: -290px;
    width: 290px;
  }

  .offcanvas.show {
    right: 0;
  }

  .offcanvas-header {
    justify-content: space-between;
    margin-bottom: 30px;
  }

  offcanvas {
    display: flex !important;
  }

  .offcanvas.show {
    display: flex;
  }

  .offcanvas-backdrop.show {
    display: flex;
  }
}

@media (max-width: 991px) {
  .form-section .img-box {
    display: none;
  }


  .sec-01-list-main {
    margin-bottom: 30px;
  }

  .sec-01-list-main {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .location-section {
    flex-direction: column;
    gap: 20px;
  }

  .sec-03-list {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }

  .sec-03-box {
    flex: 1 1 90px;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .btn-main {
    justify-content: center;
}.hero-content h1 {
    font-size: 35px;
}
.sec-03 .row {
    flex-direction: column-reverse;
}
.hero-content ul li {
    font-size: 15px;
    list-style: none;
}.footer-main {
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto;
    gap: 20px;
}
.main-heading {
    align-items: center;
    justify-content: center;
    text-align: center;
}
.sec-4-box {
    flex: 0 0  103px;
}
.form-container {
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 26px;
}

.form-container form {
    align-items: center;
}
.main-heading h4 {
    font-size: 30px;
}
.sec-4-box-main {
    justify-content: space-between;
}
.location-heading h4 {
    font-size: 30px;
}

.footer-content h4 {
    font-size: 37px;
}form-container h4 {
    font-size: 30px;
}.img-03 {
    height: auto;
}.form-container h4 {
    font-size: 30px;
}
.hero-content ul {
    flex-direction: column;
    gap: 7px;
}
.sec-01-box {
    flex-direction: column;
    flex: 0 0 130px;
    text-align: center;
}
.sec-4-main {
    padding: 20px;
}.sec-02-img {
    margin-bottom: 20px;
}
}
@media (max-width: 767px) {
    .model-img {
    display: none;
}

.model-onload span {
    text-align: center;
    font-size: 22px;
}

form.needs-validation .btn-theme {display: flex;margin: 0 auto;width: 100%;align-items: center;justify-content: center;}
}
@media (max-width: 600px) {
    .model-onload span {
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.footer-btn-main {
    flex-direction: column;
    gap: 29px;
}
.fixed-tel:before {
    height: 40px;
    width: 40px;
}

.fixed-tel {
    height: 40px;
    width: 40px;
    right: 6px;
    bottom: 85px;
}

.float {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 6px;
    bottom: 35px;
}

.float i {
    margin: 0;
    font-size: 21px;
    vertical-align: middle;
}
.fixed-tel i {
    font-size: 21px;
}
}
@media (min-width:360px){
  h1{
    font-size:4.5em;
  }
  .go-home{
    margin-bottom:20px;
  }
}

@media (min-width:600px){
  .content{
  max-width:1000px;
  margin:0 auto;
}
  .wrapper-1{
  height: initial;
  max-width:620px;
  margin:0 auto;
  margin-top:50px;
  box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}
  
}