@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;
   }
   .offer-wrap {
    padding: 50px 0;
    min-height: 800px;
  }
  .review {
        padding: 30px 0 60px 0;
        min-height: 450px;
    }
    .bannerText{
        margin: 25px 0px 40px 0px !important;
    }
    .top-pattern{
        margin-top: 30px;
    }
    .pageDesign{
        margin: auto;
        width: 87%;
    }
    .container-fluid{
        padding:0px;
    }
    .row{
        margin:0px;
    }
    .mlp-13 {
        margin-left: 0;
        font-size: 18px;
    }
    .mrp-13{
        margin: 0px;
        line-height: 28px;
        padding: 2.5% 15% 0% 0.5%;
        min-width: 130px;
        height: 38px;
        font-weight: 500;
    }
    .selectall-box{
        margin-top: -55px;
    }
    .subCatBox {
        width: 95%;
        margin: auto !important;
    }
    .w85 {
        width: 100%;
    }
    .loginSide {
        width: 100%;
        text-align: center;
        margin-left:0px;
    }
    .mob-100{
        width: 100% !important;
    }
    .display-flex{
        display: block;
    }
    .busName{
        font-weight: bold;
        width: 68px;
        float: left;
        margin-top: -33px;
        height: 35px;
    }
    .menuIconDiv{
        padding: 0px;
        margin: 0px;
        width: 100%;
    }
    .editIconBtn {
        text-align: end;
        margin-top: -25px;
        margin-right: 13px;
    }
    #profileLabel {
        padding: 0px 0px;
        width: max-content !important;
        margin: 0px;
    }
    #form1 input{
        margin-top: -8px;
    }
    .profile-section .form-group label {
        margin-bottom: 0px;
    }
    .selectall input {
        margin-right: 6px;
        margin-top: -6px;
        width: 17px;
        height: 17px;
    }
    .equpiment-section .selectall label{
        line-height: 13px;
    }
    .tabrow{
        display: contents;
    }
    .tabrow .tablinks{
        background-color: rgb(247, 176, 70);
        width: 100%;
        min-width: 164px;
    }
    .dashMain {
        margin-top: 18%;
    }
   .tabrow input,.tabrow button {
        margin-top: 10px;
    }
    .filter-data label {
        padding-top: 16px;
        margin-bottom: 0px;
    }
    .filter-data .btn {
        margin-bottom: 13px;
    }
    #perf_div,#perf_div2, #sup_div, #sup_div2 {
        margin-top: 40px;
    }
    .pay-div{
        margin-top: -24px;
    }
    .payment-detail{
        width: 50%;
    }
    .payDetailMain {
        margin-bottom: 15px;
    }
    .daysDetail {
        width: 50%;
    }
    .arrowClass {
        position: absolute;
        left: 6%;
        top: 15%;
        width: 11%;
    }
    .searchForm {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .sort{
        min-width: 64px;
        width: 100%;
        float: initial;
    }
    .my-enquiry-head {
        margin-bottom: 0px;
        margin-top: 7px;
        margin-left: 20px;
        font-size: 22px;
    }
    .viewBirdBtn-table {
        font-size: 13px;
        padding: 7px 6px 8px 6px;
    }
    .partDetail{
        width: 320px;
    }
    .quoteList{
        padding-bottom:30px;
    }
    .mainFeaPriceList .form-group {
        margin-bottom: 19px;
    }
    .newSpanBox {
        margin-top: 15px;
        width: 5%;
    }
    .newInputBox {
        margin-left: -15px;
    }
    .mainFeaPriceList #form1 input {
        margin-top: 8px;
    }
    .part-text {
        margin-top: 8px;
    }
    .required-date {
        margin-top: 5px;
    }
    .bidpLabel{
        width: 50%;
    }
    .bidpLabel input {
        margin-top: 0px !important;
    }
    .mobWidth-50{
        width:50%;
    }
    .mainFeaPriceList #form1 .mobWidth-50 input{
        margin-top: 0px;
    }
    .bidTextarea{
        margin-top: 7px;
        margin-bottom: 30px;
    }
    .subBirdBtn{
        width: 150px;
        padding: 14px 10px 12px 10px;
    }
    .discussionTab .quoteListMain, .paymentView .quoteListMain{
        margin-bottom : 15px;
    }
    .send{
        margin-left: 65%;
    }
    #peddingP {
        padding-left: 77%;
        margin-bottom: 5px;
    }
    .supplierTitle{
        margin-top:0px;
    }
    .contactArea .supplierbox{
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #bfbfbf;
    }
    .mobSubmitDiv,.mobSubmitDiv1{
        margin-left: 33.75%;
    }
    #remembercheck{
        margin-top: 4px !important;
        width: 14px;
    }
    .tender-title{
        margin-top: 12px;
    }
    .tenderBottom {
        bottom: 0px;
        position: inherit;
        width: 70%;
        margin: auto;
    }
    .dateDiv{
        width: 50px !important;
        margin-top: 10px;
        font-size: 15px;
    }
    .current-bid{
        margin-top: 10%;
    }
    .tender-location{
        text-align: center;
    }
    .bidText {
        margin-top: 15px !important;
    }
    .left7{
        left: 7%;
    }
    .tenderBidButton{
        margin-bottom: 15px;
    }
    .modal-content{
        top: 0%;
        left: 0% !important;
    }
    .bidModal p {
        margin: 3px 0px 0px 0px !important;
    }
    .bidLocationBox{
        width: 50%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .mob-text-center{
        text-align: center;
    }
    .mob-text-center p {
        margin-bottom: 8px;
    }
    .mobpad{
        margin-top: 20px;
    }
    .my-tender-info {
        position: absolute;
        right: -23px;
        top: -16px;
        z-index: 100000;
        width: 38px;
    }
    .infoCircle{
        font-size: 28px;
    }
    .timer-text{
        text-align: center;
        width: 75%;
        margin: auto;
    }
}
