/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.0.92.1516868702
Updated: 2018-01-25 08:25:02

*/

.gform_footer.top_label {
    display: none;
}

.row {
    display: flex;
}

.col-md-3 {
    width: 33.333%;
}

.col-4 {
    width: 20%;
}

.col-md-7 {
    width: 67.777%;
}

.col-6 {
    width: 49%;
}

.col-md-12 {
    width: 100%;
}

.flex-wrap {
    flex-wrap: wrap;
}

.all-full *{
    width: 100%;
    display: block;
}
.position-relative {
    position: relative;
}

.g-2 {
    gap: 10px;
}

.justify-content-between {
    justify-content: space-between;
}

.d-inline-block {
    display: inline-block;
}

.h-100{
	height: 100%;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.d-md-flex {
    display: flex;
}

.w-100 {
    width: 100%;
}

.flex-direction {
    flex-direction: column;
}

.text-center {
    text-align: center;
}

.p-3 {
    padding: 16px;
}

.mt-3 {
    margin-top: 16px;
}

.text-white {
    color: white;
}

.round {
    border-radius: 8px;
}

.p-4 {
    padding: 32px;
}

.flex-w-wrap {
    flex-wrap: wrap;
}

.col-8 {
    width: 80%;
}

.col-4 {
    width: 20%;
}

.result h1 {
    font-size: 54px;
    font-weight: 600;
    line-height: 62px;
    letter-spacing: -0.02em;
}

.additional-info h3 {
    font-size: 44px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -0.02em;
}

.additional-info p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.field-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #9CA3AF;
    margin-bottom: 8px;
}

.hookup-wrap select,
.mile-info input,
.result.mile-info span{
    border: 1px solid #9CA3AF;
    background-color: #F3F4F680;
    padding: 14px 12px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.pt-4 {
    padding-top: 24px;
}

.mt-2{
  margin-top: 8px;
}

.mt-4{
  margin-top: 24px;
}

.slider-checkbox-wrapper span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.mile-info p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #6B7280 !important;
}

.slider-checkbox {
    width: 44px;
    height: 24px;
  }
  
  .slider-checkbox input {
    width: 0;
    height: 0;
  }
  
  .slider-checkbox label {
    background-color: #9CA3AF;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .slider-checkbox label::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s;
  }

  .slider-checkbox input:checked + label {
    background-color: #B0913E;
  }
  
  .slider-checkbox input:checked + label::before {
    transform: translateX(20px);
  }

  span.highlighted,
  span.highlighted span{
      font-weight: bold;
  }

  .additional-info p{
    color: #6B7280;
    font-size: 14px;
    line-height: 17.95px;
    letter-spacing: -0.02em;
}

.slider-checkbox label {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
}


.slider-checkbox-wrapper > span {
    margin-left: 16px;
}

.total-summary-quote .mile-info p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.calculator-cities li {
    -webkit-box-flex: 0;
    -ms-flex: 16.666%;
    flex: 16.666%;
    max-width: 16.666%;
}

ul.g-1 {
    gap: 0.25rem;
}

.list-unstyled {
    list-style-type: none !important;
}

.m-0 {
    margin: 0px !important;
}

.p-0 {
    padding: 0px !important;
}

.calculator-cities br {
    display: none;
}

.overflow-hidden {
    overflow: hidden !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.position-absolute {
    position: absolute;
}

.city-name {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.top-50 {
    top: 50%;
}

.start-50 {
    left: 50%;
}

.w-100 {
    width: 100%;
}

.dblock {
    display: block;
}

.calculator-cities a {
    line-height: 0;
}

.calculator-cities h5 {
    padding-bottom: 0px;
}

.calculator-cities img {
    width: 100%;
}

.inner-wrap {
    max-width: 706px;
    margin: auto;
    padding: 32px;
    border: 1px solid #ACB3B7;
    background-color: #F5F7FA;
    border-radius: 16px;
}

.TowCalculator .swiper-pagination {
    position: static;
    margin-top: 57px;
}

.inner-wrap h5 a {
    color: #B0913E;
}

.TowCalculator span.swiper-pagination-bullet {
    background-color: #ACB3B7 !important;
    width: 14px;
    height: 14px;
}

.TowCalculator .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #141414 !important;
}

.TowCalculator .swiper-button-next,
.TowCalculator .swiper-button-prev{
    width: 56px;
    height: 56px;
    background-size: cover !important;
}

.TowCalculator .swiper-button-next:after,
.TowCalculator .swiper-button-prev:after{
    display: none;
}

.TowCalculator .swiper-button-next:hover,
.TowCalculator .swiper-button-next:focus{
    background: url(/wp-content/uploads/2024/12/towing-active-right-arrow.svg) no-repeat center;
}

.TowCalculator .swiper-button-prev:hover,
.TowCalculator .swiper-button-prev:focus{
    background: url(/wp-content/uploads/2024/12/towing-active-left-arrow.svg) no-repeat center;
}

.TowCalculator .swiper-button-next{
    background: url(/wp-content/uploads/2024/12/towing-right-arrow.svg) no-repeat center;
}

.TowCalculator .swiper-button-prev{
    background: url(/wp-content/uploads/2024/12/towing-left-arrow.svg) no-repeat center;
}

.calcualtor-cta h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
}

.inner-cta-calculator a {
    display: inline-block;
    background: #B0913E;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    padding: 22px 32px;
    border-radius: 32px;
}

.inner-cta-calculator {
    padding-top: 12px;
}

.calcualtor-cta {
    padding-top: 24px;
}


@media(min-width: 981px){
    
    .total-summary-quote {
        padding-left: 24px;
    }

    .justify-content-end {
        justify-content: end;
	}
  
}
@media(max-width: 981px){
    
    .TowCalculator .swiper-button-next,
    .TowCalculator .swiper-button-prev {
        display: none;
    }
    
    .inner-wrap {
        padding: 16px;
    }
    
    .TowCalculator .swiper-pagination {
        position: static;
        margin-top: 24px;
    }


    .calculator-cities li {
        -webkit-box-flex: 0;
        -ms-flex: 49.9%;
        flex: 49.5%;
        max-width: 49%;
    }
    
    .row.calculator-cities {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .row {
        display: block;
    }

  .col-md-3,
  .col-4,
  .col-md-7,
  .col-6 {
      width: 100%;
  }

  .quotation-calculator div {
      max-width: 100% !important;
  }
  
    .inner-cta-calculator a {
        padding: 16px 32px;
        font-size: 16px;
        line-height: 16px;
    }
    
    .calcualtor-cta h3 {
        font-size: 22px;
        line-height: 28px;
    }
}