@media screen and (min-width: 768px) and (max-width: 1023px) {
header p{
  font-size: 10px;
}
.navbar .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 8px;
}
header img {
  margin-left: 0px;
}
header i.fa.fa-phone {
  height: 30px;
  width: 30px;
  font-size: 10px;
}
/*---sec-1---*/
  .sec-1 {
    height: 70vh;
  }
  .sec-1 h1 {
    font-size: 36px;
  }
  .content p {
    font-size: 14px;
    line-height: 24px;
  }
  .navbar-nav {
    display: -webkit-inline-box;
    gap: 15px;
}
.sec-1 .btn {
  padding-top: 7px;
  border: 1px solid #ffffff;
  border-radius: 1px;
  height: 35px;
  width: 125px;
  font-size: 10px;
  text-align: center;
  background-color: #ffffff;
  font-size: 14px;
}
.sec-2 .col-12{
  margin-top: 5px;
}
.sec-2 .col-12 p{
  line-height: 24px;
  font-size: 14px;
}
/*---sec-3---*/
  .sec-3 h4 {
    font-size: 14px;
    line-height: 24px;
}
.sec-3 h2 {
  font-size: 24px;
  line-height: 34px;
}
.sec-3 p{
  font-size: 14px;
  line-height: 24px;
}
.sec-3 .icon {
  font-size: 14px;
  font-weight: 500;
  padding: 6px 10px;
  border: 4px solid #043669;
  border-radius: 60px;
  height: 40px;
  width: 40px;
  margin-bottom: 20px;
  color: #043669;
  text-align: center;
}
.sec-3 h5 {
  font-size: 16px;
}
.sec-3 p {
  font-size: 14px;
}
.sec-3 .btn {
  padding-top: 6px;
  border: 1px solid #043669;
  border-radius: 1px;
  height: 40px;
  width: 136px;
  text-align: center;
  font-size: 12px;
  background-color: #ffffff;
}
/*---sec-4---*/
.sec-4 h3 {
  font-size: 14px;
}
.sec-4 h1 {
  font-size: 34px;
  font-size: 44px;
}
.sec-4 p {
  font-size: 14px;
  line-height: 24p;
}
.sec-4 .btn {
  padding-top: 6px;
  height: 40px;
  width: 121px;
  font-size: 14px;
}

.sec-5 h4 {
  font-size: 24px;
}
.sec-5 h2 {
  font-size: 30px;
}
/*---sec-6---*/
.sec-6 h2 {
  font-size: 39px;
}
.sec-6 h5 {
  font-size: 14px;
}
.sec-6 p {
  font-size: 12PX;
}
.sec-6 .btn {
  padding-top: 6px;
  height: 30px;
  width: 151px;
  font-size: 12px;
}
.sec-5 .testi-inner {
  margin-top: 100px;
  padding: 25px;
  border-radius: 20px;
  font-size: 14px;
  border: 1px solid #0000002e;
}
.sec-5 .testi-main .owl-nav span {
  border-radius: 50px;
  border: 1px solid #043669;
  width: 36px;
  font-size: 20px;
  display: block;
  height: 35px;
  margin-top: 130px;
}
.sec-5 .owl-stage-outer {
  border-radius: 20px;
  margin-left: 0px;
  background: white;
}
.sec-5 .owl-carousel .owl-stage-outer {
  position: relative;
  /* -webkit-transform: translate3d(0, 0, 0); */
}
.sec-6 h2 {
  font-size: 30px;
}
.sec-6 .btn {
  padding-top: 9px;
  height: 40px;
  width: 170px;
  font-size: 13px;
}
/*---sec-7---*/
.sec-7 h2 {
  font-size: 22px;
}
.sec-7 iframe {
  width: 100%;
  height: 50%;
}
.sec-7 .images-4 {
  margin-top: -49px;
}
.sec-7 p {
  font-size: 14px;
}
.sec-7 li {
  padding-bottom: 0px;
  font-size: 14px;
}
/*---sec-3 about us---*/
.sec-3 h4 {
  font-size: 14px;
}
.sec-3 h2 {
  font-size: 26px;
}
.resti-para {
  padding: 20px;
  font-size: 12px;
} 
.sec-3 .icon {
font-size: 14px;
font-weight: 500;
padding: 6px 10px;
border: 4px solid #043669;
border-radius: 60px;
height: 40px;
width: 40px;
margin-bottom: 20px;
color: #043669;
text-align: center;
}
.sec-3 h5 {
font-size: 18px;
}
.sec-3 p {
font-size: 14px;
}
.sec-3 .btn {
padding-top: 8px;
border: 1px solid #043669;
border-radius: 1px;
height: 40px;
width: 136px;
text-align: center;
background-color: #ffffff;
}
.sec-2 h4 {
  font-size: 20px;
}
    /*-----footer-----*/
  footer .content-2 .row{
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      gap: 40px;
  }
  footer{
      width: 100%;
  }
  footer img{
      width: 60%;
  }
  footer h4{
      font-size: 16px;
  }
  footer p {
      color: white;
      font-size: 14px;
      font-weight: 300;
      line-height: 18px;
  }
  footer .row{    
  display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 0px;
  }
  footer h3 {
    font-size: 20px;
}
  footer li {
      color: white;
      font-size: 16px;
      font-weight: 600;
      line-height: 26px;
      padding-right: 80px;
  }
  footer ul li{
      padding-left: 2px;
      list-style: none;
      font-size: 13px;
  }
 
  .copyright p{
      font-size: 12px;
  }
  .copyright ul {
      text-decoration: none;
      margin: 0px auto;
      display: table;
      float: none;
  }
  .copyright li {
      display: inline;
      color: white;
      font-size: 16px;
      font-weight: 400;
      padding: 8px;
  }
  .copyright p{
      text-align: center;
      font-size: 16px;
      font-weight: 400;
  }

  .my-form .grid-2 {
  width: 100%;
  }
  .heading {
    height: 200px;
  }
  .heading h2 {
    font-size: 40px;
}
.content-box {
  border-radius: 25px;
  padding: 15px;
  box-shadow: 0 0 6px 1px #00000087;
  height: 155px;
  margin-top: 35px;
  overflow: overlay;
}
.sec-8 p {
  font-size: 12px;
}
.box p {
  font-size: 12px;
}
.sec-8 b{
  font-size: 14px;
}
ul {
  padding: 0;
}
footer h4 {
  text-decoration: underline;
  padding-top: 80px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin-left: 0px;
}
}
  @media screen and (max-width: 767px){
  .navbar-dark .navbar-toggler {
      padding: 0px;
      margin: 0px;
      width: 45px;
  }
.navbar-light .navbar-toggler {
  width: 45px;
    float: right;
    border: 2px solid white;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
  margin-top: 2px;
  background-color: #043669;
}
  .offcanvas-header {
    background-color: #043669;
}
.navbar-nav {
  gap: 15px;
  FLOAT: left;
}
  .mob{
    display: none;
  }
  div#navbarOffcanvas {
    width: 60%;
}
  header img {
    margin-left: 0px;
}
.owl-stage-outer {
  border-radius: 20px;
  margin-left: 0px;
  background: white;
}
.sec-1{
  height: 70vh;
  padding: 55px 40px;
}
.sec-1 h1 {
  font-size: 25px;
}
.content p {
  font-size: 12px;
}
.sec-1 .btn {
  font-size: 12px;
  padding-top: 5px;
  height: 30px;
  width: 110px;
}
.sec-2 .col-12{
  margin-top: 30px;
}
.sec-2 h4 {
  font-size: 18px;
}
.sec-2 .col-12 p {
  font-size: 12px;
  }
  .sec-3 h4 {
    font-size: 16px;
}
.sec-3 h2 {
  font-size: 34px;
}
.sec-3 p {
  font-size: 12px;
}
.sec-3 h5 {
  font-size: 18px;
}
.sec-3 .btn {
  padding-top: 5px;
  height: 30px;
  font-size: 12px;
  width: 100px;
  margin: 0px auto;
  display: table;
}
.sec-3 .icon {
  font-size: 15px;
  padding: 7px 9px;
  height: 40px;
  width: 40px;
}
.sec-3 .image-2 {
  margin-top: 40px;
  margin-left: 100px;
}
.sec-4 h3 {
  font-size: 12px;
}
.sec-4 h1 {
  font-size: 30px;
  line-height: 40px;
}
.sec-4 p {
  font-size: 12px;
}
.sec-4 .btn {
  padding-top: 5px;
  height: 30px;
  font-size: 12px;
  width: 100px;
}
.sec-5 h6 {
  font-size: 18px;
}
.sec-5 p{
  font-size: 12px;
}
.sec-5 .resti-para {
  font-size: 12px;
}
.sec-5 h2{
  font-size: 34px;
  line-height: 44px;
}
.sec-5 .owl-item.cloned{
  width: 500px;
}
.sec-6 .btn {
  font-size: 12px;
  padding-top: 10px;
  height: 41px;
  width: 150px;
}
.sec-6 p {
  padding-bottom: 12px;
}
.sec-6 h5 {
  padding-top: 10px;
  font-size: 20px;
}

.sec-7 .images-4 {
  padding-bottom: 265px;
}
.sec-7 h2 {
  font-size: 34px;
}
.sec-7 p {
  font-size: 13px;
}
.sec-7 li {
  font-size: 13px;
}
.sec-8 .image-box {
  padding: 30px 25px;
}
.content-box {
  height: 210px;
  text-align: center;
}
.copyright p {
  font-size: 12px;
  text-align: center;
}
.my-form h1 {
  font-size: 30px;
}
.my-form p {
  font-size: 13px;
}
.my-form .grid-2 {
  gap: 20px;
}
.my-form .grid-2 {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.sec-10 {
  padding: 35px;
}
footer {
  padding: 10px 15px;
}
footer .row {
  display: flex;
}
footer i{
  padding-top: 5px;
}
footer p {
  font-size: 12px;
  line-height: 22px;
}
.btn-one{
  font-size: 12px;
}
footer ul {
  padding: 0;
}
footer h4 {
  margin-left: 0px;
}
footer .form {
  position: relative;
  width: 100%;
  margin: 0px auto;
}
}

  @media screen and (min-width: 360px) and (max-width: 479px){
  .navbar-dark .navbar-toggler {
    padding: 0px;
    margin: 0px;
    width: 55px;
  }
.navbar-light .navbar-toggler {
  width: 45px;
  float: right;
  border: 2px solid white;
}
.navbar-light .navbar-toggler-icon {
  filter: invert(1) brightness(1);
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
  margin-top: 2px;
  background-color: #043669;
}
  .offcanvas-header {
    background-color: #043669;
}
.navbar-nav {
  gap: 15px;
  FLOAT: left;
}
  .mob{
    display: none;
  }
  div#navbarOffcanvas {
    width: 60%;
}
  header img {
    margin-left: 0px;
}
.owl-stage-outer {
  border-radius: 20px;
  margin-left: 0px;
  background: white;
}
.sec-1{
  height: 70vh;
  padding: 45px 25px;
}
.sec-1 h1 {
  font-size: 24px;
}
.content p {
  font-size: 13px;
}
.sec-1 .btn {
  font-size: 13px;
  padding-top: 4px;
  height: 32px;
  width: 120px;
}
.sec-2 .col-12{
  margin-top: 30px;
}
.sec-2 h4 {
  font-size: 18px;

}
.sec-2 .col-12 p {
  font-size: 13px;
  line-height: 23px;
  }
  .sec-3 h4 {
    font-size: 16px;
}
.sec-3 h2 {
  font-size: 20px;
}
.sec-3 p {
  font-size: 13px;
}
.sec-3 h5 {
  font-size: 14px;
}
.sec-3 .btn {
  padding-top: 10px;
  height: 40px;
  font-size: 13px;
  width: 100px;
}
.sec-3 .icon {
  font-size: 12px;
  padding: 5px 8px;
  height: 35px;
  width: 35px;
}
.sec-3 .image-2 {
  margin-top: 40px;
  margin-left: 0px;
}
.sec-4 h3 {
  font-size: 14px;
}
.sec-4 h1 {
  font-size: 24px;
  line-height: 24px;
}

.sec-4 p {
  font-size: 13px;
  line-height: 23px;
}
.sec-4 .btn {
  padding-top: 5px;
  height: 30px;
  font-size: 13px;
  width: 100px;
}
.sec-5 h6 {
  font-size: 16px;
}
.sec-5 p{
  font-size: 13px;
}
.sec-5 .resti-para {
  font-size: 13px;
  line-height: 23px;
}
.sec-5 .testi-main .owl-nav span {
  border-radius: 50px;
  border: 1px solid #043669;
  width: 37px;
  display: block;
  height: 25px;
  font-size: 23px;
  padding-bottom: 35px;
}
.sec-5 h2 {
  font-size: 26px;
  line-height: 36px;
}
.sec-5 p{
  font-size: 13px;
  line-height: 23px;
}
.sec-5 .owl-item.cloned{
  width: 500px;
}
.sec-6 .btn {
  font-size: 13px;
  padding-top: 9px;
  height: 40px;
  width: 160px;
}
.sec-6 p {
  padding-bottom: 12px;
}
.sec-6 h5 {
  padding-top: 10px;
  font-size: 16px;
}

.sec-7 .images-4 {
  padding-bottom: 265px;
}
.sec-7 h2 {
  font-size: 20px;
}
.sec-7 p {
  font-size: 13px;
}
.sec-7 li {
  font-size: 14px;
}
.sec-8 .image-box {
  padding: 30px 25px;
}
.content-box {
        height: auto;
        text-align: center;
        width: auto;
        margin-left: 35px;
        margin-right: 35px;
    }
.sec-8.service-innnn .row {
    margin: 0px auto;
}
.sec-8 p {
  font-size: 16px;
}
.copyright p {
  font-size: 11px;
  text-align: center;
}
.my-form .container {
  padding: 0;
}
.my-form h1 {
  font-size: 30px;
}
.my-form p {
  font-size: 13px;
}
.my-form .grid-2 {
  gap: 20px;
}
.my-form .grid-2 {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.gallery img {
  width: 125px;
}

.box p {
  font-size: 15px;
}
.sec-10 {
  padding: 35px;
}
footer {
  padding: 10px 15px;
}
footer .row {
  display: flex;
}
footer i{
  padding-top: 5px;
}
footer p {
  font-size: 13px;
  line-height: 23px;
}
.heading {
  height: 200px;
}
.my-form select, .my-form input, .my-form textarea, .my-form button {
  width: 100%;
  line-height: 1.5;
  padding: 15px 5px;
  border: 1px solid black;
}
footer h3 {
  font-size: 16px;
}
.heading h2 {
  font-size: 35px;
  line-height: 45px;
}
footer li {
  font-size: 13px;
}

div#navbarOffcanvas {
  width: 80%;
}
.btn-one{
  font-size: 12px;
}
.form-row input {
  width: 100%;
  padding: 10px 20px;
  font-size: 12px;
  border-radius: 30px;
  border: 1px solid white;
}
.form-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 10px;
  height: 90px !important;
  flex-direction: column !important;
}
.signin .content h2 {
  color: white;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
.signin .content p {
  color: white;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}
.form-row-full input {
  height: 40px;
}
.extra-options label {
  font-size: 13px;
}
.extra-options a {
  font-size: 13px;
}
.text p{
  font-size: 13px;
}
.extra-options a {
  font-size: 11px;
}
.extra-options label {
  font-size: 11px;
}
.signin .form-row input {
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 30px;
  border: 1px solid white;
  height: 96px;
}
.signin.form-row-full input {
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 35px;
  border: 1px solid white;
  height: 55px;
}
.content h2 {
  color: white;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.login .form-row input {
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 30px;
  border: 1px solid white;
}
.login .form-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 10px;
  height: 50px !important;
  flex-direction: column !important;
}
.login .form-row-full input {
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 35px;
  border: 1px solid white;
  height: 43px;
}
.my-form ul {
  padding: 0;
}
footer h4 {
  text-decoration: underline;
  padding-top: 80px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin-left: 0px;
}
footer ul {
  padding: 0;
}
footer .form {
  position: relative;
  width: 100%;
  margin: 0px auto;
}
}