/*==================== Wide Screens Start=============================*/
@media only screen and (min-width: 2500px) {
  html {
    font-size: 18px;
  }
}

@media only screen and (min-width: 2300px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (min-width: 2000px) {
  html {
    font-size: 14.5px;
  }
}

@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;
  }

  .container-fluid {
    margin: 0;
    padding: 0rem 2rem;
  }
  .navbar-brand1{
    max-width: unset;
    width: 20%;
}

  .innerHome {
    padding: unset;
    padding-top: 10rem !important;
  }

  #home .homepara {
    font-size: 1.8rem;
  }
  .hometext{
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .headtext {
    position: absolute;
    left: unset !important;
    top: 12.5rem;
    font-size: 4rem;
    transform: translate(0%, -50%);
    color: #fff;
    text-align: center;
    line-height: unset !important;
}

  .viewboxcontainer p {
    width: 100%;
  }

  #home {
    background-image: unset !important;
    background-position: unset !important;
    background-size: unset !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;
  }

  .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;
  }

  .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;
  }

  .input-group-btn button {
    font-family: "interextrabold" !important;
  }

  #home {
    justify-content: center;
  }

  .innerscondpage {
    border-top-right-radius: 5rem;
    border-top-left-radius: 5rem;
  }
  
  .navbar-toggler[aria-expanded="true"] {
    color: #fff !important;
    border: 1.5px solid #fff;
    z-index: 99;
    outline: unset;
    box-shadow: unset;
  }

  .navbar-toggler[aria-expanded="true"] .fa-bars:before,
  .fa-navicon:before {
    content: "\f00d";
    outline: unset;
    box-shadow: unset;
  }
  a.nav-link.scroll-top {
    color: #fff !important;
    padding-bottom: 2.5rem;
}

  .navbar-nav {
    position: absolute;
    width: 100%;
    padding-bottom: 2rem;
    background: #000;
    height: 100vh;
    /* color: #fff; */
    top: 0px;
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  button.navbar-toggler.close {
    font-size: 2.5rem;
    padding: 0.5rem 1rem;
}
}