@media screen and (min-width: 1400px) {
  .navbar-menu ul li {
    margin-left: 20px;
    display: inline-block;
    text-decoration: none;
  }
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1540px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1617px;
  }
}

@media screen and (max-width: 1600px) {
  .our-services-slider-media-section {
    position: relative;
    padding: 35px 60px;
    border-radius: 20px 20px 0px 0px;
    height: 100%;
  }
}

@media screen and (max-width: 1499px) {
  h1 {
    font-size: 50px;
  }
  .grediant-text-1,
  h2 {
    font-size: 40px;
  }
  h5 {
    font-size: 22px;
  }
  p {
    font-size: 20px;
  }
  .section-title-box1 p {
    font-size: 18px;
  }
  .button-primary {
    font-size: 18px;
  }
  .grediant-text {
    font-size: 50px;
    line-height: 1.25;
  }
  .footer-subscribe .button-primary {
    padding: 10px 25px;
    font-size: 18px;
  }
  .form-border {
    padding: 50px;
    border-radius: 50px;
  }
  .quote-form .form-label {
    font-size: 18px;
  }
  .form-control {
    font-size: 18px;
  }
  .quote-form .form-control,
  .quote-form .form-control1 {
    padding: 14px 25px;
    height: 60px;
  }
  .footer-row {
    padding-left: 0;
  }
  .section-title-box1 {
    padding: 0;
  }
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 40px;
  }
  .grediant-text-1,
  h2 {
    font-size: 30px;
  }
  h5 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  p {
    font-size: 18px;
  }
  .footer-row {
    padding-left: 00px;
  }
  .form-border {
    padding: 30px 50px;
  }
  .our-services-slider-media-section {
    padding: 30px 15px 30px 25px;
  }

  .quote-form .form-control1 {
    padding: 10px 150px 10px 20px;
  }

  .footer-subscribe {
    font-size: 14px;
  }

  .footer-subscribe * {
    font-size: inherit;
  }
  .subscribe-form {
    margin-top: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .navbar-menu ul {
    display: flex;
  }
  .navbar-menu ul li {
    margin-left: 0;
  }

  .navbar-menu ul li a {
    font-size: 14px;
    line-height: 16px;
  }
  h2 {
    font-size: 34px;
    line-height: 1.4;
  }
  .grediant-text-1 {
    font-size: 34px;
    line-height: 1.4;
  }
  h3 {
    font-size: 13px;
    line-height: 1.4;
  }
  .quik-list ul li {
    font-size: 14px;
  }
  .footer-row {
    width: 100%;
    max-width: 101%;
    padding-left: 0;
  }
  .our-services {
    position: relative;
    padding: 50px 0px;
  }
  .about-us {
    padding: 70px 0px;
  }
  .get-in-touch {
    position: relative;
    margin: 0px 0px 50px 0px;
  }
  .footer-subscribe .button-primary {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    height: 40px;
  }
  .button-primary {
    padding: 15px 30px;
    font-size: 14px;
  }
  .grediant-text {
    font-size: 35px;
    line-height: 1.5;
  }
  .form-border {
    padding: 30px 50px;
  }
  .button-primary,
  .header-section .button-primary {
    padding: 12px 30px;
  }
}

@media screen and (max-width: 1023px) {
  .banner-img img {
    width: 100%;
  }
  .section-title-box1 p {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .banner-img {
    position: static;
    width: 100%;
    transform: none;
  }
  .grediant-text,
  h1 {
    font-size: 30px;
  }
  .grediant-text-1,
  h2 {
    font-size: 25px;
  }
  h5 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
  .button-top {
    margin-top: 30px;
  }
  .banner-section {
    padding: 60px 0;
  }
  .section-title-box1 {
    margin-top: 30px;
  }
  .form-border {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 10px 0;
  }
  .section-title-box1 p,
  .footer-subscribe .button-primary {
    font-size: 16px;
  }
  .form-control {
    font-size: 16px;
  }
  .contact-section li {
    margin-bottom: 10px;
  }
  .header-logo img {
    width: 150px;
  }

  .navbar-menu {
    background-color: var(--blue);
    padding: 60px 15px 15px;
    position: fixed;
    top: 0;
    right: 0;
    display: block !important;
    width: 60% !important;
    text-align: center;
    bottom: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
    height: 100%;
    overflow: auto;
    border-radius: 0;
    box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .show-menu .navbar-menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .navbar-menu a {
    margin-bottom: 10px;
  }

  header .collapse .dropdown-menu {
    max-width: 50%;
    margin: 0 auto;
  }

  .navbar-toggler {
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    border-radius: 5px;
    border: none;
    text-align: center;
    position: absolute;
    right: 15px;
    z-index: 110;
    transition: all 0.5s;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    vertical-align: middle;
    display: inline-block;
  }

  .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
  }

  .navbar-toggler span {
    position: relative;
    width: 25px;
    height: 2px;
    background-color: #fff;
    display: block;
    background-image: none !important;
    margin-left: auto;
  }

  .navbar-toggler span::after,
  .navbar-toggler span::before {
    position: absolute;
    content: "";
    width: 17px;
    height: 2px;
    background-color: #fff;
    right: 0;
    transition: all 0.5s;
  }

  .navbar-toggler span::before {
    top: -7px;
  }

  .navbar-toggler span::after {
    top: 7px;
  }

  .show-menu .navbar-toggler span::after,
  .show-menu .navbar-toggler span::before {
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    top: -1px;
  }

  .show-menu .navbar-toggler span::after {
    transform: rotate(-45deg);
  }

  .show-menu .navbar-toggler span {
    height: 0;
  }

  .show-menu {
    overflow-y: hidden;
  }
  header .container {
    position: relative;
  }
  .header-section .button-primary {
    margin-right: 35px;
  }
  .button-primary,
  .header-section .button-primary {
    padding: 9px 15px;
  }
  .img-2 {
    display: none;
  }
  .form-border {
    padding: 20px;
    border-radius: 30px;
  }
  .quote-form .form-label {
    font-size: 16px;
  }
  .quote-form .form-control {
    margin-bottom: 20px;
    border-radius: 15px;
    height: 55px;
  }
  .footer-subscribe .button-primary {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-logo {
    position: relative;
    z-index: 9;
  }
}
@media screen and (max-width: 575px) {
  .grediant-text,
  h1 {
    font-size: 22px;
  }
  .navbar-menu {
    width: 100% !important;
  }
  .navbar-menu ul {
    flex-direction: column;
  }
  .slick-prev, .slick-next {
    width: 40px;
    height: 40px;
  }
  .slick-prev::before, .slick-next:before {
    top: 14px;
  }
  .slick-next {
    right: -5px;
  }
  .slick-prev {
    left: -5px;
  }
}
