@charset "UTF-8";

/* large desktop */
@media (max-width: 1400px) {
  .mini-header .site-info {
    margin-right: 20px;
  }
  .recent-job {
    padding: 80px 0;
  }
  .location-slider {
      padding: 50px 7%;
  }
  .support-wrap {
    padding: 50px;
  }
  .number-step {
    padding-bottom: 50px;
  }
}

/* mini desktop */
@media (max-width: 1350px) {
  .mini-header .site-info {
    margin-right: 18px;
  }
  .mini-header .site-info li {
    padding: 6px 20px;
  }
  .banner-2 {
    height: 300px;
  }
  .equipments-item {
    padding: 100px 0;
  }
  .recent-job h2 {
    margin-bottom: 35px;
  }
  .recent-job {
    padding: 80px 0 30px 0;
  }
  .location-slider {
    padding: 50px;
  }
  .location-slider .location-title {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .location-slider .top, .location-slider .bottom {
    padding: 40px 34px;
  }
  .location-slider .info {
    font-size: 20px;
  }
  .offer-wrap {
    padding: 50px 0;
  }
}

/* Laptop */
@media (max-width: 1199px) {
  h1, .h-1 {
    font-size: 62px;
    line-height: 64px;
  }
  h2, .h-2 {
    font-size: 38px;
    line-height: 42px;
  }
  .parallax {
    background-attachment: inherit!important;
    background-position: center!important;
  }
  .mini-header {
    padding: 16px 15px;
    font-size: 11px;
  }
  .mini-header .social-icon a {
    font-size: 16px;
  }
  .mini-header .site-info li {
    padding: 6px 15px;
  }
  header .navbar-nav .nav-link {
    font-size: 19px;
    margin-right: 20px;
  }
  header .navbar-brand img {
    max-width: 80px;
  }
  header .support-text {
    width: calc(100% - 40px);
    margin-left: 10px;
  }
  header .support-icon {
    width: 30px;
  }
  .banner {
    height: 375px;
  }
  .select2-container--default .select2-selection--single {
    padding-left: 30px;
  }
  .select2-results__option {
    padding: 6px 20px 6px 30px;
  }
  .banner-2 .btn {
    margin-top: 27px;
  }
  .quote-wrap {
    box-shadow: 5px 5px 50px 20px rgb(0,0,0,0.25);
  }
  .quotes-section {
    padding-bottom: 55px;
  }
  .equipments-item img {
    margin-bottom: 40px;
  }
  .equipments-item .equipments-box {
    margin-bottom: 60px;
  }
  .equipments-item {
    padding: 70px 0;
  }
  .counter-banner {
    height: 340px;
  }
  .counter-banner .counter-number img {
    max-width: 50px;
  }
  .counter-banner .timer {
    min-width: 90px;
    line-height: 24px;
  }
  .counter-banner .counter-number {
    margin-bottom: 20px;
  }
  .counter-banner .counter-content .counter-title {
    font-size: 17px;
  }
  .recent-job {
    padding: 60px 0 30px 0;
  }
  .support-content {
    font-size: 20px;
    line-height: 24px;
    padding-right: 15px;
  }
  .support-content span {
    padding-right: 14px;
  }
  .quick a {
    font-size: 24px;
    line-height: 32px;
  }
  .quick > div {
    font-size: 18px;
    line-height: 24px;
  }
  .review {
    padding: 80px 0 90px 0;
  }
  .separator {
    margin-bottom: 35px;
  }
  .footer-social-icon {
    margin-top: 30px;
  }
  .footer-title {
    font-size: 17px;
    line-height: 22px;
  }
  .padding-left {
    padding-left: 15px;
  }
  .get-in-touch.margin-bottom {
    margin-bottom: 25px;
  }
  .get-in-touch .icon {
    width: 32px;
    margin-right: 15px;
  }
  .get-in-touch .rental-support {
    width: calc(100% - 47px);
  }
  .footer-top, .footer-bottom {
    padding: 34px 0;
  }
  .footer-bottom h5 {
    font-size: 17px;
  }
}

/* iPad */
@media (max-width: 991px) {
  h1, .h-1 {
    font-size: 52px;
    line-height: 54px;
  }
  h2, .h-2 {
    font-size: 34px;
    line-height: 38px;
  }
  h3, .h-3 {
    font-size: 30px;
    line-height: 36px;
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 20px 15px 0 rgba(23, 23, 23, .05);
    max-height: calc(100vh - 130px);
    z-index: 1;
  }
  .navbar-collapse.show {
    overflow-y: auto!important;
    -webkit-overflow-scrolling: touch
  }
  .menu-right {
    position: inherit;
  }
  .navbar-nav {
    background-color: #102133;
  }
  .navbar-nav .nav-item {
    padding: 0 15px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
  }
  .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  header .navbar-nav .nav-link {
    color: #fff;
    font-size: 15px;
    margin-right: 0;
    padding: 15px 0 12px 0;
  }
  .quote-wrap .top-pattern {
    /* padding: 15px; */
  }
  .quote-wrap .content {
    padding: 40px 30px;
  }
  .quote-wrap .content ul {
    margin: 0 -15px;
  }
  .quote-wrap .content ul li {
    padding: 0 15px;
  }
  .select2-container--default .select2-selection--single {
    padding-left: 15px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 25px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px;
  }
  .select2-results__option {
    padding: 6px 20px 6px 15px;
  }
  .quote-wrap .content .btn-action {
    font-size: 18px;
    line-height: 22px;
    min-width: 270px;
    margin-top: 45px;
  }
  .our-equipments {
    padding: 50px 0;
  }
  .equipments-title span {
    font-size: 22px;
    margin-bottom: 17px;
  }
  .equipments-item {
    padding: 50px 0;
  }
  .counter-banner .timer {
    min-width: 55px;
    line-height: 20px;
    font-size: 25px;
  }
  .counter-banner .counter-number img {
    max-width: 40px;
  }
  .counter-banner .counter-content .counter-title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .counter-banner {
    height: 290px;
  }
  .recent-job h2 {
    margin-bottom: 20px;
  }
  .page-title .pattern {
    margin-bottom: 50px;
  }
  .recent-job .slide-box .slide-box-content {
    padding: 45px 30px 30px 30px;
  }
  .recent-job .slide-box .heading {
    font-size: 17px;
    line-height: 22px;
  }
  .recent-job .slide-box p {
    margin: 15px 0;
  }
  .author-wrap .author-name {
    font-size: 14px;
  }
  .quote-icon {
    left: 35px;
  }
  .recent-job .swiper-wrapper {
    margin-bottom: 65px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
  }
  .location-slider {
    padding: 30px;
  }
  .location-slider .top, .location-slider .bottom {
    padding: 30px 25px;
  }
  .location-slider .location-title {
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .location-slider .bottom a {
    font-size: 20px;
    line-height: 24px;
  }
  .location-slider .bottom {
    padding: 20px 25px;
  }
  .location-slider .info label {
    min-width: 130px;
  }
  .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
  .swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
  }
  .bottom-patter-wrap {
    margin: 50px 0;
  }
  .step-box {
    max-width: 125px;
  }
  .step-box .icon img {
    max-width: 50px;
  }
  .step-box .icon img {
    width: 35px;
  }
  .bottom-patter {
    padding: 0 4%;
  }
  .number-step .title {
    font-size: 16px;
    line-height: 15px;
  }
  .number-step .number {
    font-size: 76px;
    line-height: 58px;
  }
  .support-wrap .object {
    margin-bottom: 30px;
  }
  .offer-wrap .offer-title {
    font-size: 20px;
    line-height: 26px;
  }
  .offer-wrap .offer-box img {
    margin-bottom: 30px;
    max-height: 75px;
  }
  .review {
    padding: 30px 0 60px 0;
  }
  .footer-social-icon li a {
    width: 31px;
    height: 31px;
    font-size: 17px;
  }
  .footer-title {
    font-size: 13px;
    line-height: 15px;
  }
  .separator {
    margin-bottom: 20px;
  }
  .footer-link li {
    margin-bottom: 10px;
  }
  .get-in-touch .rental-support {
    width: calc(100% - 35px);
  }
  .get-in-touch .icon {
    width: 25px;
    margin-right: 10px;
  }
  .footer-top, .footer-bottom {
    padding: 24px 0;
  }
  .footer-bottom h5 {
    font-size: 15px;
  }
  .equipments-item .placeholder {
    font-size: 177px;
    width: 160px;
    height: 160px;
    margin-bottom: 30px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  h1, .h-1 {
    font-size: 34px;
    line-height: 40px;
  }
  h2, .h-2 {
    font-size: 24px;
    line-height: 30px;
  }
  h3, .h-3 {
    font-size: 20px;
    line-height: 30px;
  }
  h4, .h-4 {
    font-size: 22px;
    line-height: 26px;
  }
  .mini-header .social-icon {
    display: none;
  }
  .mini-header .site-info li {
    padding: 2px 6px;
  }
  .mini-header .site-info li:last-child {
    padding-right: 0;
    border-right: none;
  }
  .mini-header .site-info i {
    font-size: 15px;
    margin-right: 5px;
  }
  .mini-header {
    padding: 16px 0;
    font-size: 11px;
  }
  header .navbar {
    padding: 0;
  }
  header .support-text span {
    margin-bottom: 4px;
    font-size: 12px;
  }
  header .support-text a {
    font-size: 15px;
  }
  header .support-text {
    width: calc(100% - 30px);
    margin-left: 5px;
  }
  header .navbar-brand, header .support {
    padding: 5px;
  }
  .banner {
    height: 280px;
  }
  .quote-wrap {
    margin-top: 0;
  }
  .quotes-section {
    padding: 30px 0;
  }
  .quote-wrap .content {
    padding: 30px 20px;
  }
  .quote-wrap .content ul li {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 20px;
  }
  .quote-wrap .content .btn-action {
    font-size: 16px;
    line-height: 20px;
    min-width: 210px;
    margin-top: 15px;
  }
  .banner-2 {
    height: 250px;
  }
  .banner-2 .btn {
    margin-top: 15px;
  }
  .equipments-item a {
    font-size: 15px;
  }
  .equipments-item .row > .col:not(:last-child) {
    margin-bottom: 40px;
  }
  .counter-banner {
    height: auto;
  }
  .counter-banner .row > .col:not(:last-child) {
    margin-bottom: 30px;
  }
  .recent-job {
    padding: 50px 0 10px 0;
  }
  .page-title .pattern {
    margin-bottom: 30px;
  }
  .recent-job .slide-box .slide-box-content {
    padding: 45px 20px 30px 20px;
  }
  .author-wrap img {
    margin-right: 10px;
  }
  .author-wrap .author-name {
    font-size: 13px;
  }
  .location-slider {
    padding: 30px 0;
  }
  .location-slider .info label {
    min-width: 105px;
  }
  .location-slider .info {
    font-size: 15px;
  }
  .location-slider .bottom a {
    font-size: 17px;
    line-height: 20px;
  }
  .location-slider .swiper-wrapper {
    margin-bottom: 50px;
  }
  .step-wrap .row .col:not(:last-child) {
    margin-bottom: 40px;
  }
  .bottom-patter-wrap {
    display: none;
  }
  .number-step {
    padding: 40px 0;
  }
  .number-step .row .col:not(:last-child) {
    margin-bottom: 40px;
  }
  .support-wrap {
    padding: 0;
  }
  .support-content {
    margin-bottom: 30px;
  }
  .support-content span {
    padding-right: 0;
    border-right: none;
  }
  .quick {
    padding-left: 20px;
    width: auto;
  }
  .offer-wrap .row .col:not(:last-child) {
    margin-bottom: 30px;
  }
  .review ul li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 15px;
  }
  .review ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  .footer-top .row .col:not(:last-child) {
    margin-bottom: 30px;
  }
  .step-box .icon img {
    width: 28px;
  }
  .equipments-item img {
    max-width: 230px;
  }
  .ml-90{
    margin-left: 0px;
    margin-top: 12px;
   }
   .ml-90 .badge{
    margin-top: 4px;
    font-size: 9px;
    margin-left: -82px;
    padding: 6px 10px 7px 10px;
    border-radius: 10px;
   }
}
