/*==================== Wide Screens Start=============================*/
@media only screen and (min-width: 2500px) {
  html {
    font-size: 19px;
  }
}

@media only screen and (min-width: 2300px) {
  html {
    font-size: 17px;
  }
}

@media only screen and (min-width: 2000px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1900px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1750px) {
  html {
    font-size: 13px;
  }

  .buttonbox.fixedTop {
    top: 9rem !important;
  }
}

/*==================== Wide Screens End=============================*/
/*==================== Extra Large Devices=============================*/
@media only screen and (min-width : 1700px) and (max-width: 1900px) {
  html {
    font-size: 12.5px;
  }

}

@media only screen and (min-width : 1600px) and (max-width: 1700px) {
  html {
    font-size: 12px;
  }
}

@media only screen and (min-width : 1400px) and (max-width: 1600px) {
  html {
    font-size: 11px;
  }
}

@media only screen and (min-width : 991px) and (max-width: 1100px) {
  html {
    font-size: 8.1px;
  }

}

@media only screen and (min-width : 767px) and (max-width: 991px) {
  html {
    font-size: 12px;
  }
  
}

@media only screen and (max-width: 991px) {
  html {
    font-size: 9px;
  }
  
.loading-wrap video {
  width: 50%;
}

  .innersection .container {
    max-width: 95%;
  }

  .container-fluid {
    margin: 0;
    padding: 0rem 2rem;
  }

  .navbar-brand1 img {
    width: 75%;
  }

  .innerHome {
    padding: unset;
    padding-top: 10rem !important;
  }

  #home .homepara {
    font-size: 1.8rem;
  }

  #home .home-head {
    font-size: 8rem;
      line-height: 8.5rem;
      letter-spacing: 0.2rem;
  }

  .viewboxcontainer p {
    width: 100%;
  }

  #home {
    /* background-image: unset !important; */
    background-image: url(../imgs/texture-manthan.jpg);
    background-position: center center !important;
    background-size: cover !important;
    height: unset;
    /* background: linear-gradient(270deg, rgba(6, 148, 148, 1) 8%, rgba(22, 92, 153, 1) 100%) !important; */
  }

  .leftelement img {
    width: 12rem;
    display: none !important;
  }

  .rightelement img {
    width: 25rem;
  }

  .buttonbox .col-lg-2.col-6 {
    margin-bottom: 1rem;
  }

  .buttonbox {
    padding: 1rem !important;
  }

  .viewboxcontainer {
    text-align: left !important;
    margin-top: 3rem;
  }
  
.homebtn button:hover,
.homebtn button:focus {
  background-color: #fff !important;
}

  .midscrolltab {
    padding: 2rem;
  }

  #clientslider li.py-3 {
    padding: 2rem;
    margin: 0rem;
  }

  .formcantainer {
    padding: 3rem ;
  }

  .buttonbox .scrollmenu a {
    display: inline-block;
    text-align: start;

  }

  .buttonbox .scrollmenu {
    overflow: auto;
    white-space: nowrap;
    justify-content: start !important;
    scroll-behavior: smooth;
    transition: all 0.3s ease-in-out;
  }

  /* .pagelinks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    justify-content: start;
    flex-direction: column;
  } */

  .buttonbox.fixedTop {
    width: 100%;
    left: 0;
    top: 8.5rem;
  }

  .viewboxcontainer p {
    font-size: 2.5rem;

  }

  .tabcontent h2 {
    font-size: 4.5rem;
  }

  .scrollmenu {
    gap: 2rem;
  }

  .viewboxcontainer .leftmargin {
    margin-left: unset !important;
    margin-right: auto !important;
  }

  .input-group-btn button {
    width: 100%;
  }

  .homebtn button {

    /* font-family: "interextrabold" !important; */
    font-family: 'Roboto-Bold', sans-serif !important;
  }

  .input-group-btn button {
    /* font-family: "interextrabold" !important; */
    font-family: 'Roboto-Bold', sans-serif !important;
  }

  #home {
    justify-content: center;
  }

  .innerscondpage {
    border-top-right-radius: 5rem;
    border-top-left-radius: 5rem;
  }

  /* ========== Secondpage Start ========= */
  .countdown h1 {
    font-size: 5.5rem;
  }

  /* ========== Secondpage End ========= */
  .innerthirdpage h1 {
    font-size:4.5rem;
  }

  .tabcontent h2 {
    font-size: 5rem;
    line-height: 6rem;
  }

  .innerclientlogo h2 {
    font-size: 3.5rem;
  }

  .loading-wrap img {
    width: 50%;
  }
}