.frm_mobilettic input[type="text"] {
    width: 70%;
}
.mobiletic_ajax_loader{
    background: url("../images/ajax-loader.gif") no-repeat center;
    width: 100%;
    height: 16px;
    margin-top: 10px;
    display: none;
}

#PromoLocSelect{margin-bottom: 20px !important;width: 300px;}
#mobilettic_promo_code_list .promoajaxReturn{
   /*  border: 3px solid black; */
    display:inline-block;
    padding: 0px 5px 5px;
    width: 234px;
}

#mobilettic_promo_code_list .promoajaxReturn h2{
    font-size: 25px;
    font-weight: bold;
    color: #194F8D;
    margin: 0px;
    padding: 8px;
}
#TripLocSelect{margin-bottom: 20px !important;margin-left: 7px;width: 250px;}
.promobox input[type=button]{background-color: green;border: none;color: white;text-transform: uppercase;width:150px;border-radius: 5px;padding: 5px;margin-top: 5px; }
.promoadd input[type=button]{background-color: green;border: none;color: white;text-transform: uppercase;width:80px;border-radius: 5px;float: left;margin-top: 9px; }
.promocan input[type=button]{background-color: #de2440;border: none;color: white;text-transform: uppercase;border-radius: 5px;margin-top: 9px;margin-left:3px;  }

.mobilettic_have_counpon_container{
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
.mobilettic_have_counpon_container a{
    color: #de2440;
    text-decoration: underline;
}
.mobilettic_have_counpon,
.mobilettic_applied_copuon{
    display: none;
    margin-top: 10px;
}
#mobiletic_promo_code{
    width: 100px;
}
.mobilettic_applied_copuon{
    font-weight: normal;
    color: #000;
}
.mobilettic_applied_copuon b{
    color:#203872;
}
.mobiletic_sbutton{
    background-color: #de2440;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-right:20px;
    padding:10px 20px;
    border:none;
}
.mobiletic_btn_complete_order{
    border:none;
    border-radius:5px;
    font-weight: bold;
    background-color: #de2440;
    font-size: 24px;
    padding: 20px 40px;
    width: 95%;
    margin-bottom: 20px;
    cursor: pointer;
}
.mobiletic_call_help{
    background: #ff0000;
    color: #fff;
    padding: 10px 20px;
    margin: 10px;
    display: inline-block;
    font-size: 18px;
}
#boxSizeList label.choice{
    color: #203872;
}
#resultbox .quotebheading{
    margin-top: 30px;
}
select.quoteInput{
    min-width: 175px;
    min-height: 35px;
}
.divfullwide{width: 100%;}
.divfullwide .divft{min-width: 30%;}
.divonethirdwide{width: 30%;}
@media (min-width: 200px) {
    .ArpPriceTable .maincaptioncolumn {
        display: block !important;
    }
    .ArpPriceTable .arprice_caption_hidden{
        display: none !important;
    }
}
/*
@media (min-width: 200px) {
    #ArpPricingTableColumns .ArpPricingTableColumnWrapper:not(.maincaptioncolumn):not(.no_transition):hover, 
    #ArpPricingTableColumns .ArpPricingTableColumnWrapper:not(.no_transition).column_highlight{
        width: 100% !important;
    }
}
@media (min-width: 500px) {
    #ArpPricingTableColumns .ArpPricingTableColumnWrapper:not(.maincaptioncolumn):not(.no_transition):hover, 
    #ArpPricingTableColumns .ArpPricingTableColumnWrapper:not(.no_transition).column_highlight{
        width: 30% !important;
    }
}*/


/************* Get Quote Form ************/

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}


.white-bg {
  background: #fff;
}
.bg-white {
  background-color: #fff !important;
}
.gray-bg {
  background: #e9f3f6;
}



.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: gray;
  outline: 0;
  /*box-shadow: 0 0 0 0.2rem rgba(232, 28, 45, 0.25);*/
  box-shadow:none;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #372e2c;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #018c13;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(1, 140, 19, 0.9);
  border-radius: 0.25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #018c13;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23018c13' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #018c13;
  box-shadow: 0 0 0 0.2rem rgba(1, 140, 19, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #018c13;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23018c13' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #018c13;
  box-shadow: 0 0 0 0.2rem rgba(1, 140, 19, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #018c13;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    justify-content: center;
  }
  .form-inline .form-group,
  .form-inline label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 700;
  color: #372e2c;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 6px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #372e2c;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(232, 28, 45, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #e81c2d;
  border-color: #e81c2d;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #c91423;
  border-color: #be1321;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 62, 77, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #e81c2d;
  border-color: #e81c2d;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #be1321;
  border-color: #b2121f;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 62, 77, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #0060c0;
  border-color: #0060c0;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #fff;
  background-color: #004d9a;
  border-color: #00478d;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 120, 201, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #0060c0;
  border-color: #0060c0;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #00478d;
  border-color: #004080;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 120, 201, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #018c13;
  border-color: #018c13;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
  color: #fff;
  background-color: #01660e;
  border-color: #01590c;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 157, 54, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #018c13;
  border-color: #018c13;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #01590c;
  border-color: #014d0a;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 157, 54, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #e50404;
  border-color: #e50404;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
  color: #fff;
  background-color: #1a2c84;
  border-color: #1a2c84;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 62, 77, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #e81c2d;
  border-color: #e81c2d;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #be1321;
  border-color: #b2121f;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 62, 77, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}



hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}

.pt-2, .py-2 {
    padding-top: 0.5rem!important;
}
.pb-2, .py-2 {
    padding-bottom: 0.5rem!important;
}
.d-none {
    display: none;
}
.pt-1{
    padding-top: 10px;
}
.pb-1{
    padding-bottom: 10px;
}
.QuoteFlowWidget {
  overflow: hidden;
  z-index: 1;
  /*padding: 16px 16px 6px;*/
  max-width: 540px;
  padding: 16px 16px 0px;
}
.QuoteFlowWidget h4{
    /*margin-bottom: 10px;
    margin-top: 10px;*/
    margin-bottom: 0px;
    margin-top: 5px;
}
@media (min-width: 1024px) {
  .QuoteFlowWidget {
    border-radius: 0 0 8px 8px;
  }
}
.QuoteFlowWidget label {
  margin-bottom: 0;
  font-size: 12px;
  font-weight:bold;
  line-height: 20px;
}
.QuoteFlowWidget select {
  border-width: 2px;
  font-size: 0.77778rem;
  line-height: 1rem;
}
@media (max-width: 1024px) {
  .QuoteFlowWidget select {
    border-radius: 0;
    border-width: 1px;
    font-size: 1.05556rem;
    line-height: 1.6rem;
  }
}
.QuoteFlowWidget .form-group {
  /*margin-bottom: 0.5rem;*/
  margin-bottom: 0.15rem;
}
.QuoteFlowWidget .form-group .form-control:focus {
  border-color: gray;
  box-shadow: none;
}
.QuoteFlowWidget hr {
  /*margin: 0.25rem 1rem;*/
  margin: 0.15rem 1rem;
}
.QuoteFlowWidget .row:first {
  border-bottom: 1px solid gray;
}
.QuoteFlowWidget .selected-date-picker {
  background-image: url(/Assets/images/icon-calendar.svg);
  background-position: 12px 8px;
  background-repeat: no-repeat;
  background-size: 18px;
  cursor: pointer;
  padding-left: 40px;
}
.QuoteFlowWidget #calendarCover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.QuoteFlowWidget #promoCodeToggle {
  color: #64adf0;
  cursor: pointer;
  font-weight: 700;
}
.QuoteFlowWidget #promoCodeToggle:before {
  content: "\2013";
  margin-right: 2px;
}
.QuoteFlowWidget #promoCodeToggle.collapsed:before {
  content: "+";
}
.QuoteFlowWidget + .primary-feature__fma {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .QuoteFlowWidget + .primary-feature__fma {
    position: relative;
  }
}
.QuoteFlowWidget.loading-widget:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  background-image: url(/Assets/images/loading-box.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 30%;
  cursor: not-allowed !important;
  z-index: 3;
  position: absolute;
  margin-left: -16px;
  margin-top: -8px;
}
.QuoteFlowWidget .sold-out {
  color: #c6cdd4;
}
.QuoteFlowWidget .sold-out[data-tooltip]:hover:after,
.QuoteFlowWidget .sold-out[data-tooltip]:hover:before {
  display: block;
  position: absolute;
  font-size: 0.8em;
  color: #fff;
}
.QuoteFlowWidget .sold-out[data-tooltip]:hover:before {
  border-radius: 0.2em;
  content: attr(title);
  background-color: rgba(0, 0, 0, 0.9);
  margin-top: -2.5em;
  padding: 0.3em;
}
.QuoteFlowWidget .sold-out[data-tooltip]:hover:after {
  content: "";
  margin-top: -2.1em;
  margin-left: 1em;
  border-style: solid;
  border-color: transparent;
  border-top-color: rgba(0, 0, 0, 0.9);
  border-width: 0.5em 0.5em 0;
}
.QuoteFlowWidget .promotionCode-Input{
    max-height:32px;
}
.QuoteFlowWidget .storageDiv{
    display: none;
}
.container-fluid .row{
    display: block;
    margin: 0px;
}

/*********************** Truckpress ******************/
.tabs .tabs-nav{margin:0;padding:0;overflow:hidden;list-style-type:none;}
.tabs .tabs-nav li{float:left;}
.tabs .tabs-nav a{display:block;}
.tabs .tabs-panel{clear:both;display:none;}
.tabs .tabs-panel.active{animation:fadeIn 1 1s ease;display:block;}
.vc_row.vc_row-fluid{margin-bottom:0;margin-left:0;margin-right:0;}
.vc_row.vc_row-fluid .vc_row-fluid{margin-left:-15px;margin-right:-15px;}
.overlay-enable .overlay{background-color:rgba(0, 0, 0, 0.7);bottom:0;height:100%;left:0;padding:60px 0;position:absolute;right:0;}
.parallax{background-size:cover;background-repeat:no-repeat;background-attachment:fixed;background-position:50% 50%;background-position:50% 50% \9;display:block;width:100%;position:relative;overflow-x:hidden;overflow-y:hidden;vertical-align:sub;z-index:99;}
.lp-heading{padding-bottom:10px;overflow:hidden;}
.lp-heading .border{}
.lp-heading .border:before{}
.lp-heading .border:after{}
.lp-heading.text-center{display:table;margin:0 auto;text-align:center;}
.lp-heading.text-center .border{width:47%;}
.lp-heading h4{text-transform:uppercase;font-family:'Roboto', "Times New Roman", Times, serif;font-size:30px;color:#323232;}
.lp-heading.title-color h4{color:#fff;}
.vc_custom_1478892702550 .title-color h4{font-size:60px;}
.lp-heading-new{position:relative;}
.lp-heading-new:after,
.lp-heading-new:before{top:100%;left:35px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;}
.lp-heading-new:after{border-top-color:#fff;border-width:6px;margin-left:0;margin-top:0;}
.lp-heading-new:before{border-top-color:#f2f2f2;border-width:8px;margin-left:-2px;}
.lp-heading-new.text-right{text-align:right;}
.lp-heading-new.text-right:before,
.lp-heading-new.text-right:after{left:inherit;right:35px;}
.lp-heading-new.text-right:before{right:33px;}
.lp-heading-new.text-center{text-align:center;border:none;}
.lp-heading-new.text-center:before,
.lp-heading-new.text-center:after{display:none;}
.lp-heading-new h4{text-transform:uppercase;font-family:'Roboto', "Times New Roman", Times, serif;font-size:30px;color:#323232;padding-bottom:10px;position:relative;}
.lp-heading-new h4:after{position:absolute;content:'';width:100%;height:1px;background:#f2f2f2;top:100%;left:0;}
.lp-heading-toggle{border-bottom:1px solid #f2f2f2;position:relative;}
.lp-heading-toggle:after,
.lp-heading-toggle:before{top:100%;left:35px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;}
.lp-heading-toggle:after{border-top-color:#fff;border-width:6px;margin-left:0;margin-top:0;}
.lp-heading-toggle:before{border-top-color:#f2f2f2;border-width:8px;margin-left:-2px;}
.lp-heading-toggle.text-right{text-align:right;}
.lp-heading-toggle.text-right:before,
.lp-heading-toggle.text-right:after{left:inherit;right:35px;}
.lp-heading-toggle.text-right:before{right:33px;}
.lp-heading-toggle.text-center{text-align:center;border:none;}
.lp-heading-toggle.text-center:before,
.lp-heading-toggle.text-center:after{display:none;}
.lp-heading-toggle.text-center h4{border-bottom:1px solid #f2f2f2;position:relative;display:inline-block;padding-bottom:10px;}
.lp-heading-toggle.text-center h4:after,
.lp-heading-toggle.text-center h4:before{top:100%;left:50%;margin-left:-4px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;}
.lp-heading-toggle.text-center h4:after{border-top-color:#fff;border-width:6px;margin-left:0;margin-top:0;}
.lp-heading-toggle.text-center h4:before{border-top-color:#f2f2f2;border-width:8px;margin-left:-2px;}
.lp-heading-toggle h4{text-transform:uppercase;font-family:'Roboto', "Times New Roman", Times, serif;font-size:30px;color:#323232;display:inline-block;}
.lp-heading-toggle .link{padding-top:15px;padding-right:15px;float:right;font-weight:700;color:#f0e246;text-decoration:underline;font-size:18px;position:relative;}
.lp-heading-toggle .link:after{content:'\f0da';position:absolute;top:17px;right:0;font-family:FontAwesome;color:#233859;font-size:18px;}
.tp-icon-box-title{padding-bottom:50px;}
.tp-icon-box-title h3{margin-top:6px;font-size:30px;color:#323232;}
.tp-icon-box-title p{font-size:16px;font-style:italic;position:relative;}
.tp-icon-box-title p:before{position:absolute;content:'';width:2px;height:100%;background:#f0e246;top:0;left:-20px;}
.icon-box{padding:0 0 40px 20px;position:relative;}
.icon-box .tp-icon{background:#233859;padding:5px 25px;color:#fff;position:absolute;top:17px;left:20px;z-index:9;}
.icon-box .tp-icon:before{font-size:70px;}
.icon-box .icon-content{margin-left:100px;margin-top:0;color:#a7a6a6;font-size:14px;border:1px solid #f3f3f3;padding:20px 10px 30px 35px;position:relative;}
.icon-box .icon-content:before{content:'';position:absolute;border:1px solid #f3f3f3;width:85px;height:101%;left:-27%;top:-1px;z-index:0;}
.icon-box .icon-content .icon-title{color:#323232;font-size:18px;margin-top:0;margin-bottom:25px;position:relative;}
.icon-box .icon-content .icon-title a{color:#323232;text-decoration:none;}
.icon-box .icon-content .icon-title:before{content:'';position:absolute;height:1px;width:100px;background:#f0e246;top:28px;left:-40px;z-index:10;}
.icon-box-2{padding-bottom:40px;}
.icon-box-2 .tp-icon{padding:10px 15px;background:#233859;color:#fff;border:1px solid #233859;border-radius:4px;float:left;transition:0.5s;}
.icon-box-2 .icon-content{padding-left:70px;color:#a7a6a6;line-height:2;}
.icon-box-2 .icon-content .icon-title{font-size:18px;margin-bottom:15px;}
.icon-box-2 .icon-content .icon-title a{color:#323232;}
.icon-box-2:hover .tp-icon{background-color:#f0e246;border-color:#f0e246;}
.icon-box-3{color:#fff;line-height:2;}
.icon-box-3 .tp-icon{color:#fff;transition:all 500ms;display:block;line-height:1;}
.icon-box-3 .tp-icon:before{font-size:60px;}
.icon-box-3 .icon-content .icon-title{font-size:18px;margin-top:10px;}
.icon-box-3 .icon-content .icon-title a{color:#fff;text-decoration:none;}
.icon-box-3 .icon-content p{padding-bottom:0;}
.icon-box-3:hover .tp-icon{color:#f0e246;}
.text-icon-box-4{line-height:2;color:#a7a6a6;}
.icon-box-4{border:1px solid #f3f3f3;padding:10px 20px 20px 20px;position:relative;transition:all 700ms;}
.icon-box-4 .icon-title a{color:#323232;}
.icon-box-4 .tp-icon{float:left;padding-top:35px;color:#000;}
.icon-box-4 .tp-icon:before{font-size:35px;}
.icon-box-4 .icon-content{padding-left:55px;}
.icon-box-4 .icon-content .icon-title{font-size:18px;color:#323232;}
.icon-box-4 .icon-content .icon-link{position:absolute;bottom:0;right:0;opacity:0;padding:8px 20px;}
.icon-box-4 .icon-content p{color:#a7a6a6;line-height:2;}
.icon-box-4:hover{background:#233859;}
.icon-box-4:hover .icon-title a{color:#fff;text-decoration:none;}
.icon-box-4:hover .tp-icon{color:#f0e246;}
.icon-box-4:hover .icon-content{color:#fff;}
.icon-box-4:hover .icon-content .icon-link{opacity:1;background:#f0e246;}
.icon-box-4:hover .icon-content p{color:#fff;line-height:2;}
.icon-box-5 .tp-icon{color:#323232;transition:all 500ms;}
.icon-box-5 .tp-icon:before{font-size:60px;}
.icon-box-5 .icon-content .icon-title{font-size:18px;margin-top:10px;}
.icon-box-5 .icon-content .icon-title a{color:#323232;text-decoration:none;}
.icon-box-5 .icon-content p{color:#a7a6a6;line-height:2;}
.icon-box-5:hover .tp-icon{color:#233859;}
.icon-box-5:hover .icon-content .icon-title a{color:#233859;}
.vc_toggle{padding-bottom:60px !important;padding-left:35px !important;position:relative;margin:0 !important;}
.vc_toggle:before{position:absolute;content:'';border-left:1px dashed #ccc;width:1px;height:100%;z-index:0;top:-15px;left:28px;}
.vc_toggle:last-child:before{display:none;}
.vc_toggle .vc_toggle_title{position:relative;}
.vc_toggle .vc_toggle_title h4{color:#323232;}
.vc_toggle .vc_toggle_title:before{content:"\f059";position:absolute;font-family:FontAwesome;top:-15px;left:-30px;border:1px solid #ccc;padding:10px 15px;font-size:18px;transition:all 500ms;z-index:9999;background:#fcfcfc;border-radius:3px;color:#323232;}
.vc_toggle .vc_toggle_title:hover:before{background:#233859;color:#f0e246;}
.vc_toggle .vc_toggle_title .vc_toggle_icon{display:none;}
.vc_toggle .vc_toggle_content{margin-top:30px;margin-bottom:0;line-height:2;color:#a7a6a6;}
.vc_toggle_active .vc_toggle_title:before{background:#233859;color:#f0e246;border-color:transparent;}
.tp-counter{padding-left:20px;}
.tp-counter .counter{position:relative;}
.tp-counter .counter .ct-content{padding:10px 0 20px 10px;margin-top:-25px;float:left;}
.tp-counter .counter .ct-content h3{font-size:36px;color:#233859;margin-bottom:0;}
.tp-counter .counter .ct-content p{font-size:14px;color:#323232;font-weight:600;}
.tp-counter .counter .tp-icon{color:#fcf9da;}
.tp-counter .counter .tp-icon:before{font-size:65px;padding-left:20px;position:absolute;bottom:-92px;}
.bg-secondary-color{background-color:#f0e246;}
.bg-primary-color{background-color:#233859;}
.column-counter{border-right:1px solid #eede2e;}
.column-counter:first-child{border-left:1px solid #eede2e;}
.tp-team-list{padding-top:35px;}
.tp-team-list .team .team-content{padding-left:20px;}
.tp-team-list .team .team-content h5{color:#323232;font-size:18px;font-weight:700;margin-bottom:5px;position:relative;}
.tp-team-list .team .team-content h5:before{content:"";position:absolute;width:3px;height:50px;background-color:#f0e246;top:0;left:-20px;opacity:0.7;}
.tp-team-list .team .team-content span{color:#233859;font-weight:600;font-style:italic;}
.tp-team-list .team .team-content p{margin-top:20px;color:#a7a6a6;position:relative;line-height:2;}
.tp-team-list .team .team-content p:before{content:"";position:absolute;width:3px;height:120%;background-color:#f6f6f6;top:-25px;left:-20px;}
.tp-team-list .team .social{padding-top:15px;}
.tp-team-list .team .social a{padding-right:15px;color:#323232;}
.tp-team-list .team .social a:hover{color:#f0e246;}
.vc_toggle_default .vc_toggle_icon::after,
.vc_toggle_default .vc_toggle_icon::before{display:none !important;border:none;}
.contact-box{padding-bottom:40px;}
.contact-box .contact-box-title{color:#323232;font-size:18px;}
.contact-box .contact-box-content{margin-top:15px;margin-bottom:0;padding-top:30px;padding-left:20px;border:solid 1px #f2f2f2;}
.contact-box .contact-box-content p{font-family:'Open Sans', Arial, sans-serif;font-size:14px;padding:0;margin:0;margin-bottom:20px;}
.contact-box .contact-box-content p span{display:block;padding-left:30px;}
.contact-box .contact-box-content a{color:#c1c1c1;}
.contact-box .contact-box-content a:hover{text-decoration:none;}
.contact-box .contact-box-content i{font-size:18px;color:#3e4d68;float:left;}
.vc_tta-container{margin-bottom:0 !important;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta-tabs-container ul.vc_tta-tabs-list{margin:0;padding-top:30px;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta-tabs-container ul.vc_tta-tabs-list li{border:1px solid #f4f2f2;margin:0;position:relative;transition:all 500ms;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta-tabs-container ul.vc_tta-tabs-list li > a{color:#323232;font-size:18px;background:#fcfcfc;border:none;font-weight:700;padding:14px;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_active{border-right:1px solid #fff;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_active > a{color:#fff;background:#233859;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta-tabs-container ul.vc_tta-tabs-list li:hover{border-right:1px solid #fff;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta-tabs-container ul.vc_tta-tabs-list li:hover > a{color:#fff;background:#233859;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta-tabs-container ul.vc_tta-tabs-list li:after{position:absolute;content:'';border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:7px solid transparent;border-right:7px solid #fff;top:21px;right:0;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels{border:none !important;background:#fff !important;margin-left:30px;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body{padding:0;padding-top:15px;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .wpb_wrapper{color:#a7a6a6;font-size:14px;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .wpb_wrapper h4{color:#323232;font-size:18px;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .wpb_wrapper p{margin-top:20px;line-height:2;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .wpb_wrapper .dropcap{background:#233859;color:#fff;float:left;margin:5px 15px 0 0;padding:0 20px;font-size:40px;font-weight:700;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .wpb_wrapper ul{padding:5px 0;list-style-type:none;float:left;margin-bottom:0;padding-bottom:0;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .wpb_wrapper ul li{padding-right:20px;padding-bottom:10px;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .wpb_wrapper ul li .fa{padding-right:10px;color:#233859;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .wpb_wrapper .clearboth{clear:both;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .wpb_wrapper .btn{background-color:#233859;color:#fff;border-color:#233859;border-radius:4px;text-transform:none;font-weight:600;font-size:14px;padding:15px 60px 15px 20px;font-style:normal;text-align:center;font-family:'Roboto', "Times New Roman", Times, serif;transition:0.5s;position:relative;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .wpb_wrapper .btn:before{content:"";width:1px;height:100%;position:absolute;background-color:#0d1522;top:0;right:46px;opacity:0.3;transition:all 500ms;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .wpb_wrapper .btn:after{font-family:FontAwesome;content:"\f0da";position:absolute;color:#fff;top:17px;right:20px;transition:0.5s;line-height:1;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .wpb_wrapper .btn:hover{background-color:#f0e246;border-color:#f0e246;color:#233859;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .wpb_wrapper .btn:hover:before{background-color:#d8c812;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .wpb_wrapper .btn:hover:after{color:#233859;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .wpb_wrapper .btn:before{content:"";width:1px;height:100%;position:absolute;background-color:#0d1522;top:0;right:46px;opacity:0.3;transition:all 500ms;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .wpb_wrapper .btn:after{font-family:FontAwesome;content:"\f0da";position:absolute;color:#fff;top:17px;right:20px;transition:0.5s;line-height:1;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .wpb_wrapper .btn:hover{background-color:#f0e246;border-color:#f0e246;color:#233859;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .wpb_wrapper .btn:hover:before{background-color:#d8c812;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .wpb_wrapper .btn:hover:after{color:#233859;}
.vc_tta-container .vc_tta-tabs-position-left .vc_tta.vc_general .vc_tta-tab.vc_active > a::after,
.vc_tta-container .vc_tta-tabs-position-left .vc_tta.vc_general .vc_tta-tab.vc_active > a::before{display:none !important;}
.wpcf7-form input{line-height:3;border:1px solid #f8f6f6;width:100%;margin-bottom:20px;font-size:14px;}
.wpcf7-form input[placeholder]{color:#a7a6a6;padding-left:15px;background:#fcfcfc;}
.wpcf7-form input[type=submit]{background:#233859;color:#fff;font-weight:600;transition:all 500ms;border:1px solid transparent;border-radius:4px;}
.wpcf7-form input[type=submit]:hover{background:#f0e246;color:#233859;}
.wpcf7-form textarea{width:100%;border:1px solid #f8f6f6;font-size:14px;height:150px;margin-bottom:10px;}
.wpcf7-form textarea[placeholder]{color:#a7a6a6;padding-left:15px;background:#fcfcfc;padding-top:10px;}
.wpcf7-form select{font-size:14px;width:100%;border:1px solid #f8f6f6;color:#a7a6a6;padding-left:15px;background:#fcfcfc;height:46px;}
.wpcf7-form .subject{padding-right:0;}
.wpcf7-form .form-select{padding-left:0;}
.wpcf7-form .btn-form{padding-left:15px;width:160px;}
.wpcf7-form .form-select-1,
.wpcf7-form .last-name{padding-right:0;}
.wpcf7-form .form-email,
.wpcf7-form .first-name{padding-left:0;}
.wpcf7-form .btn{padding:15px 20px 15px 20px;}
.wpcf7-form .btn:after,
.wpcf7-form .btn:before{display:none;}
.wpcf7-form p{margin-bottom:0;}
.tp-services .service-item{padding-bottom:40px;}
.tp-services .service-item h2{font-size:24px;}
.tp-services .service-item h2 a{text-decoration:none;color:#323232;}
.tp-services .service-item h2 a:hover{color:#233859;}
.tp-services .service-item p{color:#a7a6a6;font-size:14px;margin-bottom:30px;line-height:2;}
.tp-services.service-extended .service-item h2{font-size:18px;}
.owl-controls .owl-buttons .owl-prev{top:-30px;left:87%;width:40px;height:40px;border:1px solid #f8f6f6;background:#fcfcfc;border-radius:4px;}
.owl-controls .owl-buttons .owl-prev span{display:block;padding-top:12px;padding-right:1px;color:#233859;font-size:18px;opacity:0.5;transition:all 500ms;}
.owl-controls .owl-buttons .owl-prev:hover{background:#fcfcfc;}
.owl-controls .owl-buttons .owl-prev:hover span{opacity:1;}
.owl-controls .owl-buttons .owl-next{top:-30px;right:10px;width:40px;height:40px;background:#fcfcfc;border:1px solid #f8f6f6;border-radius:4px;}
.owl-controls .owl-buttons .owl-next span{display:block;padding-top:12px;padding-left:3px;color:#233859;font-size:18px;opacity:0.5;transition:all 500ms;}
.owl-controls .owl-buttons .owl-next:hover{background:#fcfcfc;}
.owl-controls .owl-buttons .owl-next:hover span{opacity:1;}
.tp-blog{padding-top:50px;}
.tp-blog .tp-owl-carousel .blog-wrapper{padding:0;border-bottom:none;width:100%;}
.tp-blog .tp-owl-carousel .blog-wrapper .entry-header{padding:0;margin-top:25px;position:relative;}
.tp-blog .tp-owl-carousel .blog-wrapper .entry-header:before{display:block;content:"";position:absolute;width:3px;height:100%;background-color:#f0e246;top:5px;left:0;opacity:0.7;}
.tp-blog .tp-owl-carousel .blog-wrapper .entry-header .entry-title{margin-top:0;font-size:18px;margin-bottom:5px;padding-left:20px;}
.tp-blog .tp-owl-carousel .blog-wrapper .entry-header .entry-title a{color:#323232;}
.tp-blog .tp-owl-carousel .blog-wrapper .entry-header .post-meta{padding-left:10px;padding-bottom:10px;}
.tp-blog .tp-owl-carousel .blog-wrapper .entry-header .post-meta .meta,
.tp-blog .tp-owl-carousel .blog-wrapper .entry-header .post-meta .entry-date{padding-right:10px;padding-left:10px;color:#c1c1c1;position:relative;}
.tp-blog .tp-owl-carousel .blog-wrapper .entry-header .post-meta .meta:after,
.tp-blog .tp-owl-carousel .blog-wrapper .entry-header .post-meta .entry-date:after{content:"";position:absolute;width:1px;height:13px;background:#c1c1c1;margin-left:8px;top:3px;}
.tp-blog .tp-owl-carousel .blog-wrapper .entry-header .post-meta .meta a,
.tp-blog .tp-owl-carousel .blog-wrapper .entry-header .post-meta .entry-date a{color:#c1c1c1;}
.tp-blog .tp-owl-carousel .blog-wrapper .entry-header .post-meta .meta:last-child:after,
.tp-blog .tp-owl-carousel .blog-wrapper .entry-header .post-meta .entry-date:last-child:after{display:none;}
.tp-blog .tp-owl-carousel .blog-wrapper .entry-header .post-meta .meta .fa,
.tp-blog .tp-owl-carousel .blog-wrapper .entry-header .post-meta .entry-date .fa{padding-right:5px;color:#233859;}
.tp-blog .tp-owl-carousel .blog-wrapper .entry-desc{position:relative;padding-left:20px;color:#a7a6a6;}
.tp-blog .tp-owl-carousel .blog-wrapper .entry-desc h3{color:#323232;font-size:20px;}
.tp-blog .tp-owl-carousel .blog-wrapper .entry-desc:before{display:block;content:"";position:absolute;width:3px;height:90px;background-color:#f6f6f6;top:-19px;left:0;}
.tp-blog .tp-owl-carousel .blog-wrapper .entry-desc p{line-height:2;}
.tp-blog .tp-owl-carousel .blog-wrapper .entry-footer{padding-top:15px;}
.tp-blog .tp-owl-carousel .blog-wrapper .entry-footer .btn-secondary{margin-left:20px;}
.tp-blog .tp-owl-carousel .blog-wrapper .entry-footer .btn-primary{margin-left:20px;}
.tp-blog .tp-owl-carousel .blog-wrapper .entry-footer .social-links{display:none;}
.tp-blog .owl-controls .owl-buttons .owl-prev{top:-85px;}
.tp-blog .owl-controls .owl-buttons .owl-next{top:-85px;}
.tp-blog-2{padding-top:50px;}
.tp-blog-2 .owl-wrapper-outer .tp-owl-carousel{width:100%;}
.tp-blog-2 .owl-wrapper-outer .tp-owl-carousel .blog-wrapper{padding-bottom:0;}
.tp-blog-2 .owl-wrapper-outer .tp-owl-carousel .category-links a{font-weight:600;font-size:18px;padding-right:5px;}
.tp-blog-2 .owl-wrapper-outer .tp-owl-carousel .category-links a:after{content:' ';}
.tp-blog-2 .owl-wrapper-outer .tp-owl-carousel .category-links a:last-child span{display:none;}
.tp-blog-2 .owl-wrapper-outer .tp-owl-carousel .entry-header{margin-top:5px;}
.tp-blog-2 .owl-wrapper-outer .tp-owl-carousel .entry-header:before{display:none;}
.tp-blog-2 .owl-wrapper-outer .tp-owl-carousel .entry-header .entry-title{padding-left:0;font-size:30px;margin-bottom:20px;}
.tp-blog-2 .owl-wrapper-outer .tp-owl-carousel .entry-header .entry-title a{color:#323232;}
.tp-blog-2 .owl-wrapper-outer .tp-owl-carousel .entry-desc{padding-left:0;color:#a7a6a6;}
.tp-blog-2 .owl-wrapper-outer .tp-owl-carousel .entry-desc:before{display:none;}
.tp-blog-2 .owl-wrapper-outer .tp-owl-carousel .entry-desc p{line-height:2;}
.tp-blog-2 .owl-wrapper-outer .tp-owl-carousel .entry-footer{padding-top:35px;}
.tp-blog-2 .owl-wrapper-outer .tp-owl-carousel .entry-footer a{color:#323232;}
.tp-blog-2 .owl-wrapper-outer .tp-owl-carousel .entry-footer .social-links{float:left;}
.tp-blog-2 .owl-wrapper-outer .tp-owl-carousel .entry-footer .social-links a{padding-right:15px;transition:all 500ms;}
.tp-blog-2 .owl-wrapper-outer .tp-owl-carousel .entry-footer .social-links a .fa{font-size:14px;transition:all 500ms;}
.tp-blog-2 .owl-wrapper-outer .tp-owl-carousel .entry-footer .social-links a:hover .fa{color:#f0e246;}
.tp-blog-2 .owl-wrapper-outer .tp-owl-carousel .entry-footer .btn-link{float:right;padding-right:30px;color:#323232;font-weight:800;position:relative;}
.tp-blog-2 .owl-wrapper-outer .tp-owl-carousel .entry-footer .btn-link:after{font-family:FontAwesome;content:"\f0da";position:absolute;color:#323232;top:1px;right:15px;transition:all 500ms;}
.tp-blog-2 .owl-wrapper-outer .tp-owl-carousel .entry-footer .btn-link:hover{text-decoration:none;color:#f0e246;}
.tp-blog-2 .owl-wrapper-outer .tp-owl-carousel .entry-footer .btn-link:hover:after{color:#f0e246;}
.tp-blog-2 .owl-controls .owl-buttons .owl-prev{left:inherit;right:50px;top:-80px;}
.tp-blog-2 .owl-controls .owl-buttons .owl-next{right:12px;top:-80px;}
.wpb_content_element{margin-bottom:0 !important;}
.wpb_content_element .hot-line{color:#f0e246;font-size:28px;font-weight:600;}
.wpb_content_element .address h4{color:#233859;font-size:18px;margin-bottom:15px;}
.wpb_content_element .address h4 .fa{padding-right:15px;}
.wpb_content_element .address p{color:#a7a6a6;margin-left:30px;}
.wpb_content_element .contact-us h4{color:#233859;font-size:18px;margin-bottom:15px;}
.wpb_content_element .contact-us h4 .fa{padding-right:15px;}
.wpb_content_element .contact-us p{color:#a7a6a6;margin-left:30px;}
.tabs-widget .tabs .tabs-nav li{padding-left:0;padding-right:5px;}
.tabs-widget .tabs .tabs-nav li a{background:#233859;color:#f0e246;padding-left:0;}
.tabs-widget .tabs .tabs-nav li a:before{display:none;}
.tabs-widget .tabs .tab-comments .comment{padding-left:10px;}
.tp-client{border:1px solid #f5f5f5;text-align:center;margin-bottom:25px;padding:15px 0;position:relative;transition:all 500ms;}
.tp-client p{position:absolute;top:0;left:0;width:100%;height:100%;margin-bottom:0;padding:18px 10px;opacity:0;transition:all 700ms;cursor:default;}
.tp-client:hover p{opacity:1;background:#fff;}
.about-extended-content{padding-top:25px;}
.about-extended-content h4{color:#323232;margin-bottom:20px;}
.about-extended-content ul{padding:0;list-style:none;}
.about-extended-content ul li{color:#a7a6a6;line-height:25px;padding-bottom:10px;}
.about-extended-content ul li .fa{color:#233859;padding-right:15px;}
.location .location-title{background:#233859;color:#fff;text-align:center;padding:5px 0;}
.location .location-content ul{list-style:none;padding:0;padding-top:10px;}
.location .location-content ul li{padding-bottom:20px;}
.location .location-content ul li a{color:#a7a6a6;font-weight:500;}
.location .location-content ul li a:hover{color:#233859;text-decoration:underline;}
.location .location-content ul li img{padding-right:20px;}
.contact-form{padding-top:40px;}
.contact-form .wpcf7-submit{margin-bottom:0;}
.contact-form-2{padding:20px 20px 0 20px;background:#fff;}
.contact-form-3 input[placeholder]{background:#fff;}
.contact-form-3 textarea[placeholder]{background:#fff;}
.contact-form-3 select{background:#fff;}
.contact-form-3 .wpcf7-submit{width:15%;height:55px;}
.contact-form-4{background:#fcfcfc;padding:20px;border:1px solid #f8f6f6;}
.contact-form-4 .contact-form-4-title{width:80%;font-weight:600;padding-bottom:30px;color:#323232;}
.contact-form-4 input[placeholder]{background:#fff;}
.contact-form-4 .button-link input{width:50%;margin-bottom:0;}
.tp-service-box{position:relative;transform:translateY(-60px);}
.tp-service-box .service-box{text-align:center;border:1px solid #f2f2f2;background:#fff;box-shadow:2px 2px 5px 0 #f5f5f5;}
.tp-service-box .service-box .service-title a{text-transform:uppercase;color:#233859;}
.tp-service-box .service-box .service-title a:hover{color:#f0e246;}
.tp-service-box .service-box .tp-service-icon{color:#233859;}
.tp-service-box .service-box .tp-service-icon:before{font-size:55px;}
.tp-service-box .service-box-detail{position:absolute;bottom:-3px;-webkit-transform:scaleX(0);-webkit-transition-timing-function:ease-out;-webkit-transition-duration:300ms;left:0;opacity:0;z-index:-999;box-shadow:0 2px 3px 0 #f5f5f5;background:#fff;transition:all 700ms;}
.tp-service-box .service-box-detail .tp-service-icon{color:#e9ebee;padding-right:20px;float:right;}
.tp-service-box .service-box-detail .tp-service-icon:before{font-size:45px;}
.tp-service-box .service-box-detail .service-title{padding-top:15px;padding-left:20px;}
.tp-service-box .service-box-detail .service-title a{text-transform:uppercase;color:#233859;}
.tp-service-box .service-box-detail .service-title a:hover{color:#f0e246;}
.tp-service-box .service-box-detail .tp-service-content{padding:1px 5px 20px 20px;}
.tp-service-box .service-box-detail .tp-service-content p{margin-bottom:20px;line-height:2;}
.tp-service-box .service-box-detail .tp-service-content a{font-weight:800;border-left:1px solid #233859;padding-left:5px;margin-left:165px;color:#233859;}
.tp-service-box .service-box-detail .tp-service-content a:hover{color:#f0e246;border-left:1px solid #f0e246;}
.tp-service-box:hover .service-box-detail{opacity:1;z-index:9999;-webkit-transform:scale(1);}
.tp-support{position:relative;background-color:#f0e246;}
.tp-support:before{content:'';height:141px;width:22%;bottom:0;left:0;position:absolute;background:#f0e246;display:block;}
.tp-support:after{content:'';height:100%;width:20%;top:0;right:0;position:absolute;background:#1c304e;display:block;}
.tp-support .container{z-index:1;position:relative;}
.tp-support .tp-support-title{background:#f0e246;position:relative;}
.tp-support .tp-support-title .tp-support-icon{color:#233859;font-size:45px;padding-top:32px;float:left;}
.tp-support .tp-support-title h2{padding-left:65px;color:#233859;font-size:29px;}
.tp-support .tp-support-title:after{content:'';position:absolute;top:-21px;right:-141px;border-top:71px solid transparent;border-bottom:71px solid #f0e246;border-right:71px solid transparent;border-left:71px solid #f0e246;z-index:9;}
.tp-support .tp-support-content{color:#fff;background:#1c304e;padding:36px 15px 37px 180px;font-size:24px;font-weight:600;position:relative;}
.tp-support .tp-support-content span{display:inline-block;color:#f0e246;font-size:30px;}
.tp-support .tp-support-content .tp-support-link{float:right;}
.tp-support .tp-support-content .tp-support-link a{font-weight:800;color:#233859;padding:10px 20px;background:#fff;font-size:14px;border:1px solid #fff;border-radius:4px;margin-top:5px;transition:all 500ms;}
.tp-support .tp-support-content .tp-support-link a:hover{background:#f0e246;border:1px solid #f0e246;}
.tp-support .tp-support-content:before{content:'';position:absolute;height:25px;width:300px;top:-20px;left:-300px;background:#f0e246;z-index:5;}
.tp-achivement{padding-top:10px;}
.tp-achivement ul{padding:0;margin:0;}
.tp-achivement ul li{padding-left:0 !important;line-height:25px;padding-bottom:5px;list-style:n;}
.tp-achivement ul li .fa{color:#233859;padding-right:10px;}
.tp-history{padding-top:10px;}
.tp-history p{line-height:25px;}
.text-about-basic{color:#a7a6a6;padding-bottom:20px;line-height:25px;line-height:2;}
.text-about-extended{padding-top:50px;}
.text-about-extended p{line-height:2;}
.wpb_revslider_element .tp_layer_2{font-style:italic;}
.tp-testimonials{padding-top:30px;}
.tp-testimonials .testi-image{float:left;}
.tp-testimonials .testi-image img{border-radius:50%;}
.tp-testimonials .testi-content{padding-left:150px;}
.tp-testimonials .testi-content .testi-name{padding-bottom:10px;}
.tp-testimonials .testi-content .testi-name h3{font-size:18px;color:#323232;}
.tp-testimonials .testi-content .testi-name span{display:inline-block;color:#233859;}
.tp-testimonials .testi-content .testi-star{padding-bottom:10px;}
.tp-testimonials .testi-content .testi-star .fa{padding-right:10px;color:#233859;}
.tp-testimonials .testi-content .testi-des{line-height:2;color:#a7a6a6;}
.tp-testimonials .testi-content .testi-des h4{font-size:14px;margin-top:0;color:#323232;}
.tp-testimonials .testi-content .testi-des .signature{padding-top:30px;}
.tp-testimonials .testimonials_area{position:relative;}
.tp-testimonials .testimonials_area .owl-pagination{position:absolute;top:150px;left:10px;}
.tp-testimonials .testimonials_area .owl-pagination .owl-page span{border:1px solid #a7a6a6;padding:5px;transition:all 700ms;}
.tp-testimonials .testimonials_area .owl-pagination .owl-page span:hover{background:#233859;}
.tp-testimonials .testimonials_area .owl-pagination .owl-page.active span{background:#233859;border:1px solid transparent;}
.tp-testimonials-2{text-align:center;padding-top:30px;}
.tp-testimonials-2 .testi-content{color:#a7a6a6;}
.tp-testimonials-2 .testi-content > .fa{font-size:24px;}
.tp-testimonials-2 .testi-content .testi-des{padding:10px 20px;line-height:2;}
.tp-testimonials-2 .testi-content .testi-star{padding-bottom:15px;}
.tp-testimonials-2 .testi-content .testi-star .fa{padding-right:10px;color:#f0e246;}
.tp-testimonials-2 .testi-image img{border-radius:50%;}
.tp-testimonials-2 .testi-name h3{font-size:18px;}
.tp-testimonials-2 .testi-name span{display:inline-block;color:#233859;}
.tp-testimonials-2 .owl-pagination{padding-top:50px;}
.tp-testimonials-2 .owl-pagination .owl-page span{border:1px solid #a7a6a6;padding:5px;transition:all 700ms;}
.tp-testimonials-2 .owl-pagination .owl-page span:hover{background:#f0e246;}
.tp-testimonials-2 .owl-pagination .owl-page.active span{background:#f0e246;border:1px solid transparent;}
.tp-testimonials-2.dark-skin .testi-content{color:#fff;}
.tp-testimonials-2.dark-skin .testi-content > .fa{font-size:24px;color:#f0e246;}
.tp-testimonials-2.dark-skin .testi-content .testi-des{padding:10px 20px;line-height:2;}
.tp-testimonials-2.dark-skin .testi-content .testi-star{padding-bottom:15px;}
.tp-testimonials-2.dark-skin .testi-content .testi-star .fa{padding-right:10px;color:#f0e246;}
.tp-testimonials-2.dark-skin .testi-image img{border-radius:50%;}
.tp-testimonials-2.dark-skin .testi-name h3{font-size:18px;color:#fff;}
.tp-testimonials-2.dark-skin .testi-name span{display:inline-block;color:#f0e246;}
.tp-testimonials-2.dark-skin .owl-pagination{padding-top:50px;}
.tp-testimonials-2.dark-skin .owl-pagination .owl-page span{border:1px solid #fff;padding:5px;}
.tp-testimonials-2.dark-skin .owl-pagination .owl-page.active span{background:#f0e246;border:1px solid transparent;}
.tp-history{position:relative;}
.tp-history:before{content:'';position:absolute;top:13px;left:0;padding:6px;border:1px solid #f2f2f2;border-radius:50%;background:#fcfcfc;z-index:99;transition:all 600ms;}
.tp-history:after{content:'';position:absolute;top:12px;left:7px;width:1px;height:100%;background:#f2f2f2;z-index:1;}
.tp-history .tp-history-date{padding-left:37px;color:#233859;font-style:italic;font-weight:600;}
.tp-history .tp-history-title .tp-history-link{font-size:18px;color:#323232;font-weight:700;}
.tp-history .tp-history-content{padding-left:20px;}
.tp-history .tp-history-content p{line-height:2;}
.tp-history:hover:before{background:#233859;border-color:#233859;}
.history p{line-height:2;}
.single-service .aligncenter{display:none;margin-top:0;}
.single-service .aligncenter img{width:100%;margin-top:0;}
.single-service .content-area{padding-top:80px;padding-bottom:80px;padding-right:0;}
.single-service .site-content{padding:0;}
.single-service .site-content .widgettitle{font-size:24px;}
.single-service .site-content .service-details-content{padding-top:30px;}
.single-service .site-content .service-details-content p{line-height:2;}
.single-service .site-content ul{padding-left:0;}
.single-service .site-content ul li{list-style:none;padding-bottom:10px;color:#a7a6a6;}
.single-service .site-content ul li .fa{color:#233859;padding-right:10px;}
.single-service .site-content .tp-icon-services{text-align:center;}
.single-service .site-content .tp-icon-services .tp-icon:before{font-size:40px;color:#233859;border:1px solid #f2f2f2;border-radius:50%;background:#fcfcfc;padding:20px;}
.single-service .site-content .tp-icon-services .tp-icon-services-title{padding-top:20px;}
.single-service .service-sidebar{padding-top:80px;}
.single-service .service-sidebar .contact-details li{padding-bottom:20px;padding-left:0;color:#323232;}
.single-service .service-sidebar .contact-details li a{color:#323232;padding-left:0;}
.single-service .service-sidebar .contact-details li a:hover{color:#f0e246;}
.single-service .service-sidebar .contact-details li i{padding-bottom:20px;float:left;}
.single-service .service-sidebar .contact-details li .fa{padding-right:10px;color:#233859;padding-top:3px;}
.single-service .service-sidebar .widget_text .widget-title{padding:0;}
.single-service .service-sidebar .widget_text .sv-download,
.single-service .service-sidebar .widget_text .tp-download{padding:10px 0 10px 20px;background:#f5f5f5;margin-bottom:10px;}
.single-service .service-sidebar .widget_text .sv-download a,
.single-service .service-sidebar .widget_text .tp-download a{color:#323232;font-weight:600;}
.single-service .service-sidebar .widget_text .sv-download .fa,
.single-service .service-sidebar .widget_text .tp-download .fa{padding-right:10px;color:#233859;}
.single-service .service-sidebar .menu-services-menu-container ul li{border:1px solid #f8f6f6;background:#fcfcfc;padding:15px 0 15px 20px;margin-bottom:2px;position:relative;}
.single-service .service-sidebar .menu-services-menu-container ul li a{color:#323232;font-size:18px;font-weight:700;padding-left:20px;}
.single-service .service-sidebar .menu-services-menu-container ul li a:before{display:none;}
.single-service .service-sidebar .menu-services-menu-container ul li:after{content:'';position:absolute;top:40%;right:0;border-bottom:7px solid transparent;border-top:7px solid transparent;border-left:7px solid transparent;border-right:7px solid #fff;opacity:0;}
.single-service .service-sidebar .menu-services-menu-container ul li:hover{background:#233859;border-right:transparent;}
.single-service .service-sidebar .menu-services-menu-container ul li:hover a{color:#fff;}
.single-service .service-sidebar .menu-services-menu-container ul li:hover:after{opacity:1;}
.single-service .service-sidebar .menu-services-menu-container ul li.current-menu-item{background:#233859;border-right:transparent;}
.single-service .service-sidebar .menu-services-menu-container ul li.current-menu-item a{color:#fff;}
.single-service .service-sidebar .menu-services-menu-container ul li.current-menu-item:after{opacity:1;}
.single-service .service-sidebar .menu-services-menu-container ul li.current-menu-item:before{color:#fff;}
.single-service .service-info p{line-height:2;}
.service-wrapper{padding-bottom:40px;}
.service-wrapper:nth-child(3n+1){clear:both;}
.service-wrapper .entry-header .entry-title{line-height:18px;}
.service-wrapper .entry-header .entry-title a{font-size:18px;color:#323232;}
.service-wrapper .entry-desc{color:#a7a6a6;}
.service-wrapper .entry-footer{padding-top:30px;}
.service-sidebar .contact-details li{padding-bottom:20px;padding-left:0;color:#323232;}
.service-sidebar .contact-details li a{color:#323232;padding-left:0;}
.service-sidebar .contact-details li a:hover{color:#f0e246;}
.service-sidebar .contact-details li i{padding-bottom:20px;float:left;}
.service-sidebar .contact-details li .fa{padding-right:10px;color:#233859;padding-top:3px;}
.service-sidebar .widget_text .widget-title{padding:0;}
.service-sidebar .widget_text .sv-download,
.service-sidebar .widget_text .tp-download{padding:10px 0 10px 20px;background:#f5f5f5;margin-bottom:10px;}
.service-sidebar .widget_text .sv-download a,
.service-sidebar .widget_text .tp-download a{color:#323232;font-weight:600;}
.service-sidebar .widget_text .sv-download .fa,
.service-sidebar .widget_text .tp-download .fa{padding-right:10px;color:#233859;}
.service-sidebar .menu-services-menu-container ul li{border:1px solid #f8f6f6;background:#fcfcfc;padding:15px 0 15px 20px;margin-bottom:2px;position:relative;}
.service-sidebar .menu-services-menu-container ul li a{color:#323232;font-size:18px;font-weight:700;padding-left:20px;}
.service-sidebar .menu-services-menu-container ul li a:before{display:none;}
.service-sidebar .menu-services-menu-container ul li:after{content:'';position:absolute;top:40%;right:0;border-bottom:7px solid transparent;border-top:7px solid transparent;border-left:7px solid transparent;border-right:7px solid #fff;opacity:0;}
.service-sidebar .menu-services-menu-container ul li.flat-icon-2:before{color:#323232;transition:all 500ms;}
.service-sidebar .menu-services-menu-container ul li:hover{background:#233859;border-right:transparent;}
.service-sidebar .menu-services-menu-container ul li:hover a{color:#fff;}
.service-sidebar .menu-services-menu-container ul li:hover:after{opacity:1;}
.service-sidebar .menu-services-menu-container ul li:hover.flat-icon-2:before{color:#fff;}
.service-sidebar .menu-services-menu-container ul li.current-menu-item{background:#233859;border-right:transparent;}
.service-sidebar .menu-services-menu-container ul li.current-menu-item a{color:#fff;}
.service-sidebar .menu-services-menu-container ul li.current-menu-item:after{opacity:1;}
.service-sidebar .menu-services-menu-container ul li.current-menu-item:before{color:#fff;}
.tax-service_category .content-area{padding:0;}
.tp-shipment .shipment-detail .ts-heading{color:#fff;font-size:18px;font-weight:600;background:#233859;padding:15px 20px;margin:0;}
.tp-shipment .shipment-detail .ts-content{background:#fff;padding:0 20px 40px 20px;}
.tp-shipment .shipment-detail .ts-content .ts-desc{color:#a7a6a6;padding-bottom:30px;padding-top:30px;}
.tp-shipment .shipment-detail .ts-content textarea{width:100%;height:150px;margin-bottom:30px;padding-left:10px;border-color:#f3f3f3;}
.tp-shipment .shipment-detail .ts-content a{background:#233859;color:#fff;padding:15px 25px;border-radius:4px;font-weight:600;text-decoration:none;}
.tp-shipment .shipment-detail .ts-content a:hover{background:#f0e246;color:#233859;text-decoration:none;}
.tp-shipment .reference .ts-heading{color:#fff;font-size:18px;font-weight:600;background:#233859;padding:15px 20px;margin:0;}
.tp-shipment .reference .ts-content{background:#fff;padding:30px 20px 40px 20px;}
.tp-shipment .reference .ts-content .ts-row{margin-bottom:20px;color:#a7a6a6;clear:both;overflow:hidden;}
.tp-shipment .reference .ts-content .ts-row .select-mode{float:left;}
.tp-shipment .reference .ts-content .ts-row .select-mode,
.tp-shipment .reference .ts-content .ts-row .txt-reference,
.tp-shipment .reference .ts-content .ts-row .order-location{width:47%;height:40px;padding-left:5px;border-color:#f3f3f3;}
.tp-shipment .reference .ts-content .ts-row .order-months,
.tp-shipment .reference .ts-content .ts-row .order-days,
.tp-shipment .reference .ts-content .ts-row .order-years{height:40px;width:15%;border-color:#f3f3f3;float:right;margin-left:6px;}
.tp-shipment .reference .ts-content .ts-row .txt-reference{float:right;}
.tp-shipment .reference .ts-content .ts-row .order-location{float:right;}
.tp-shipment .reference .ts-content .ts-row.ts-and{padding-bottom:20px;}
.tp-shipment .reference .ts-content a{background:#233859;color:#fff;padding:15px 25px;border-radius:4px;font-weight:600;text-decoration:none;}
.tp-shipment .reference .ts-content a:hover{background:#f0e246;color:#233859;text-decoration:none;}
.tp-shipment .shipment-detail,
.tp-shipment .reference{position:relative;}
.tp-shipment .shipment-detail .shipment-icon,
.tp-shipment .reference .shipment-icon{display:none;position:absolute;left:28%;bottom:33px;font-size:24px;color:#233859;}
.tp-shipment .shipment-detail.loading .shipment-icon,
.tp-shipment .reference.loading .shipment-icon{display:block;}
.tp-shipment .tp-truck-results{padding-top:0;}
.tp-shipment .tp-truck-results .ewd-otp-Default .ewd-otp-empty-display,
.tp-shipment .tp-truck-results .ewd-otp-Default .ewd-otp-full-display{display:none;}
.tp-shipment .tp-truck-results .ewd-otp-statuses{position:relative;}
.tp-shipment .tp-truck-results .ewd-otp-statuses .ewd-otp-display-status{height:25px;}
.tp-shipment .tp-truck-results .ewd-otp-statuses #ewd-otp-initial-status{text-align:left;}
.tp-shipment .tp-truck-results .ewd-otp-statuses #ewd-otp-initial-status:before{content:'\e008';font-family:Flaticon2;position:absolute;top:-60px;left:0;background:#eeeeee;border-radius:50%;display:inline-block;color:#fff;padding:0 10px;font-size:36px;z-index:999;}
.tp-shipment .tp-truck-results .ewd-otp-statuses #ewd-otp-initial-status:after{content:'';position:absolute;top:-36px;left:1px;height:10px;width:99%;background:#eeeeee;}
.tp-shipment .tp-truck-results .ewd-otp-statuses #ewd-otp-initial-status:before,
.tp-shipment .tp-truck-results .ewd-otp-statuses #ewd-otp-initial-status:after{background:#233859;}
.tp-shipment .tp-truck-results .ewd-otp-statuses #ewd-otp-current-status{text-align:center;left:40%;}
.tp-shipment .tp-truck-results .ewd-otp-statuses #ewd-otp-current-status:before{content:'\e008';font-family:Flaticon2;position:absolute;top:-60px;left:0;background:#eeeeee;border-radius:50%;display:inline-block;color:#fff;padding:0 10px;font-size:36px;z-index:999;}
.tp-shipment .tp-truck-results .ewd-otp-statuses #ewd-otp-current-status:before,
.tp-shipment .tp-truck-results .ewd-otp-statuses #ewd-otp-current-status:after{background:#233859;}
.tp-shipment .tp-truck-results .ewd-otp-statuses #ewd-otp-ending-status{position:relative;text-align:right;}
.tp-shipment .tp-truck-results .ewd-otp-statuses #ewd-otp-ending-status:before{content:'\e008';font-family:Flaticon2;position:absolute;top:-60px;right:0;background:#eeeeee;border-radius:50%;display:inline-block;color:#fff;padding:0 10px;font-size:36px;}
.tp-shipment .tp-truck-results .ewd-otp-statuses #ewd-otp-ending-status:after{content:'';position:absolute;right:55%;top:-36px;width:25px;height:10px;background:#eeeeee;z-index:999;}
.tp-shipment .tp-truck-results .ewd-otp-status-graphic{height:100px;}
.ewd-otp-tracking-results .pure-u-1{padding-bottom:20px;}
.ewd-otp-tracking-results .pure-u-1 .ewd-otp-main-title{text-align:center;font-size:30px;font-weight:800;}
.ewd-otp-tracking-results .ewd-otp-Default .ewd-otp-empty-display,
.ewd-otp-tracking-results .ewd-otp-Default .ewd-otp-full-display{display:none;}
.ewd-otp-tracking-results .ewd-otp-user-update{font-weight:600;background:#f2f2f2;padding:10px;}
.ewd-otp-tracking-results .ewd-otp-statuses #ewd-otp-initial-status{position:relative;height:22px;}
.ewd-otp-tracking-results .ewd-otp-statuses #ewd-otp-initial-status:before{content:'\e008';font-family:Flaticon2;position:absolute;top:-60px;left:20px;background:#eeeeee;border-radius:50%;display:inline-block;color:#fff;padding:0 10px;font-size:36px;z-index:999;}
.ewd-otp-tracking-results .ewd-otp-statuses #ewd-otp-initial-status:after{content:'';position:absolute;top:-36px;left:75px;height:10px;width:471px;background:#eeeeee;}
.ewd-otp-tracking-results .ewd-otp-statuses #ewd-otp-initial-status:before,
.ewd-otp-tracking-results .ewd-otp-statuses #ewd-otp-initial-status:after{background:#233859;}
.ewd-otp-tracking-results .ewd-otp-statuses #ewd-otp-current-status{position:relative;left:40%;margin-left:1px;}
.ewd-otp-tracking-results .ewd-otp-statuses #ewd-otp-current-status:before{content:'\e008';position:absolute;top:-60px;left:5px;background:#eeeeee;border-radius:50%;display:inline-block;color:#fff;font-family:Flaticon2;padding:0 10px;font-size:36px;z-index:999;}
.ewd-otp-tracking-results .ewd-otp-statuses #ewd-otp-current-status:after{content:'';position:absolute;left:-22px;width:520px;top:-37px;height:10px;background:#eeeeee;}
.ewd-otp-tracking-results .ewd-otp-statuses #ewd-otp-current-status:before,
.ewd-otp-tracking-results .ewd-otp-statuses #ewd-otp-current-status:after{background:#233859;}
.ewd-otp-tracking-results .ewd-otp-statuses #ewd-otp-ending-status{position:relative;}
.ewd-otp-tracking-results .ewd-otp-statuses #ewd-otp-ending-status:before{content:'\e008';font-family:Flaticon2;position:absolute;top:-60px;left:20px;background:#eeeeee;border-radius:50%;display:inline-block;color:#fff;padding:0 10px;font-size:36px;}
.ewd-otp-tracking-results .ewd-otp-statuses #ewd-otp-ending-status:after{content:'';position:absolute;left:-5px;top:-36px;width:25px;height:10px;background:#eeeeee;z-index:999;}
.ewd-otp-status-message form textarea{margin:10px 0;}
.ewd-otp-status-message form input.ewd-otp-submit{float:right;margin:0;background:#233859;color:#fff;border:transparent;padding:10px 20px 10px 20px;transition:all 500ms;font-weight:600;border-radius:4px;}
.ewd-otp-status-message form input.ewd-otp-submit:hover{background:#f0e246;color:#233859;}
.mt-12 form{padding-bottom:30px;}
.mt-12 form .pure-control-group .ewd-otp-submit{background:#233859;transition:all 500ms;border-radius:4px;padding:5px 15px;}
.mt-12 form .pure-control-group .ewd-otp-submit:hover{background:#f0e246;color:#233859;}
.form-customer-order{padding-top:35px;}
.form-customer-order form .form-field,
.form-customer-order form .ewd-otp-order-content{margin-bottom:20px;}
.form-customer-order form .pure-u-1{padding-bottom:0;padding-top:10px;}
.form-customer-order form input,
.form-customer-order form select{width:100%;height:40px;padding-left:5px;color:#a7a6a6;border-color:#f3f3f3;background:#fcfcfc;}
.form-customer-order form input{padding-left:10px;}
.form-customer-order form textarea{width:100%;height:100px;padding-left:10px;color:#a7a6a6;border-color:#f3f3f3;}
.form-customer-order form input[placeholder],
.form-customer-order form textarea[placeholder]{color:#a7a6a6;background:#fcfcfc;}
.form-customer-order form .button-primary{border:transparent;border-radius:4px;padding-left:0;background:#233859;color:#fff;font-weight:600;margin-top:20px;height:45px;transition:all 500ms;}
.form-customer-order form .button-primary:hover{background:#f0e246;color:#233859;}
.page-template-template-homepage .site-content{padding:0;}
.page-template-template-homepage .page-title-area{display:none;}
.sidebar-content .content-area{float:right;}
.sidebar-content .service-sidebar{float:left;}
.tp-provide{opacity:0.9;width:51%;}
.tp-provide .tp-title-provide{opacity:1;color:#fff;font-weight:600;font-size:36px;}
.tp-provide p{color:#fff;padding-bottom:10px;line-height:2;}
.tp-provide ul{display:inline-block;}
.tp-provide ul li{color:#fff;list-style:none;padding-bottom:10px;}
.tp-provide ul li .fa{color:#f0e246;padding-left:5px;padding-right:10px;}
.tp-provide ul.first{padding-left:0;}
.tp-provide .provide-link{padding-top:40px;}
.tp-provide .provide-link .provide-button{display:inline-block;padding-right:50px;}
.single-service-sidebar .vc_pagination{margin-top:10px !important;right:auto !important;z-index:9999;}
.single-service-sidebar .vc_pagination .vc_pagination-item{color:#f2f2f2;}
.single-service-sidebar .vc_pagination .vc_pagination-item a{background:#f2f2f2;}
.single-service-sidebar .vc_pagination .vc_pagination-item a.vc_pagination-trigger{opacity:1;}
.single-service-sidebar .vc_pagination .vc_pagination-item.vc_active a{background:#f0e246;}
.single-service-sidebar .vc_tta-panels .vc_tta-panel .vc_tta-panel-body{padding-top:0;}
.single-service-sidebar .vc_tta-panels .vc_tta-panel .vc_tta-panel-body h4 a{color:#000;}
.service-text-sidebar{padding-bottom:20px !important;}
.service-text-sidebar .vc_pagination{right:auto !important;left:15px !important;top:85% !important;z-index:9999;}
.service-text-sidebar .vc_pagination .vc_pagination-item{color:#fff;}
.service-text-sidebar .vc_pagination .vc_pagination-item a{background:#fff;}
.service-text-sidebar .vc_pagination .vc_pagination-item a.vc_pagination-trigger{opacity:1;}
.service-text-sidebar .vc_pagination .vc_pagination-item.vc_active a{background:#f0e246;}
.service-text-sidebar .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body{padding-left:15px;padding-right:15px;}
.service-text-sidebar .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body h4 a{color:#fff;}
.service-text-sidebar .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body h4 a .fa{padding-right:20px;color:#fff;}
.service-text-sidebar .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body p{color:#fff;padding-bottom:11px;}
.post-type-archive-service .all-services{float:right;padding-right:0;}
.post-type-archive-service .all-services .navigation{clear:both;padding-left:15px;}
.post-type-archive-service .all-services .navigation .nav-links .nav-previous a,
.post-type-archive-service .all-services .navigation .nav-links .nav-next a{padding-left:0;}
.post-type-archive-service .service-sidebar{float:left;padding-left:0;}
.teal .tp-provide ul li .fa{color:#26d0c6 !important;}
.ewd-otp-label-values{font-family:'Open Sans', Arial, sans-serif;font-size:16px;}
.ewd-otp-label-values:hover{background-color:transparent !important;}
.ewd-otp-label-values .ewd-otp-order-label{color:#323232;font-weight:700;font-size:18px;}
.ewd-otp-statuses .ewd-otp-display-status{font-size:14px;color:#323232;font-weight:700;}
.ewd-otp-status-label{color:#323232;font-weight:700;font-size:18px;}
#ewd-otp-customer-notes{color:#323232;font-weight:700;font-size:18px;}
.ewd-otp-statuses + .ewd-otp-clear{margin-bottom:60px;}
.ewd-otp-paypal-form .submit-button{background-color:#233859;color:#fff;border-color:#233859;border-radius:4px;text-transform:none;font-weight:600;font-size:14px;padding:15px 60px 15px 20px;font-style:normal;text-align:center;font-family:'Roboto', "Times New Roman", Times, serif;transition:0.5s;position:relative;padding-right:20px;border:none;}
.ewd-otp-paypal-form .submit-button:before{content:"";width:1px;height:100%;position:absolute;background-color:#0d1522;top:0;right:46px;opacity:0.3;transition:all 500ms;}
.ewd-otp-paypal-form .submit-button:after{font-family:FontAwesome;content:"\f0da";position:absolute;color:#fff;top:17px;right:20px;transition:0.5s;line-height:1;}
.ewd-otp-paypal-form .submit-button:hover{background-color:#f0e246;border-color:#f0e246;color:#233859;}
.ewd-otp-paypal-form .submit-button:hover:before{background-color:#d8c812;}
.ewd-otp-paypal-form .submit-button:hover:after{color:#233859;}
.ewd-otp-paypal-form .submit-button:before{content:"";width:1px;height:100%;position:absolute;background-color:#0d1522;top:0;right:46px;opacity:0.3;transition:all 500ms;}
.ewd-otp-paypal-form .submit-button:after{font-family:FontAwesome;content:"\f0da";position:absolute;color:#fff;top:17px;right:20px;transition:0.5s;line-height:1;}
.ewd-otp-paypal-form .submit-button:hover{background-color:#f0e246;border-color:#f0e246;color:#233859;}
.ewd-otp-paypal-form .submit-button:hover:before{background-color:#d8c812;}
.ewd-otp-paypal-form .submit-button:hover:after{color:#233859;}

/*///////////////////////////////////
/////////////////////////////////*/

#getAQuotePageTitle{
			color:#000;
			font-family:arial;
			font-weight:bold;
			font-size:28px;
			margin-left:20px;
			
			line-height: 30px;
			margin-top: 20px;
			
			margin-bottom: 20px;
		}
.qsubmit{float: right;padding-top: 85px;clear: both }
                .sbutton{background: none;border: none;}

.flabel{text-transform: uppercase;color:#165090;padding-top: 3px;font-size: 11px;}
.vc_custom_1461806718308 {
    background-color: #de2440 !important;
}
.vc_col-sm-4 {
    width: 33.3333%;
}
.tp-icon.fa.fa-fax {
    float: left;
    font-size: 23px;
    margin-right: 15px;
}
.tp-icon.flaticon-laptopcomputer14 {
    float: left;
    font-size: 23px;
    margin-right: 15px;
}
vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11,.vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
    float: left;
}
.tp-icon-services-title {
    font-size: 23px;
}
.vc_custom_1461820516691 {
    margin-bottom: 15px !important;
    margin-top: -15px !important;
}
#wrapper1 {
    float: left;
    line-height: 1;
    margin: 32px 0px 0px 0px;
    text-align: center;
    width: 70%;
}
#wrapper1 p{
	font-size: 16px;
	font-weight:bold;
	
	line-height:1.4;
	margin-bottom:12px;
        
	
}

#wrapper1 h1{
	font-size: 26px;
	font-weight: bold;
	background-color: #de2440;
	color: #FFF;
	margin-bottom: 10px;

	
	padding:10px;

}
#wrapper1 h2{
	font-size: 18px;
	font-weight: bold;
	background-color:#de2440;
	color: #FFF;
	margin: 0px;
	margin-bottom: 5px;
	padding:8px;

}
.pbdr{border: 2px solid #de2440;margin: 18px;width: 28%;float: left;}
.pbdrblue{border: 2px solid #203872;margin: 18px;width: 28%;float: left;}
.pbdrred{border: 2px solid #de2440;margin: 18px;width: 28%;float: left;}
/*.pbdr:hover{border: 2px solid #ccc;}*/
/*.pbdrblue:hover{border: 2px solid #ccc;}*/
.pbdrblue .btn_hover{background:#cccccc;}
.pbdr .btn_hover{background:#cccccc;}
.odrleft{float:left;color:#203872;text-transform: uppercase;font-size: 13px;font-weight: bold;}
.odrleftval{font-size:11px;clear: both;color:#203872 }
.odrleftbtm{text-align: center;color:#203872;text-transform: uppercase;font-size: 13px;font-weight: bold;padding-top: 20px;}
.odrleftbtmval{text-align: center;color:#203872;text-transform: uppercase;font-size: 10px;font-weight: bold;}
.pimg{float: left;margin-top:8px;padding-bottom: 15px;}
.plength{color: #203872;font-size: 14px;font-weight: bold;/*text-align: left*/;text-transform: uppercase;width: 160px;/*float: right*/;margin-top: -11px;padding-left: 13px;}
.pprice{color: #203872;font-size: 12px;font-weight: bold;/*text-align: right*/;text-transform: uppercase;margin-top: -12px;padding-left: 50px}
.qtydiv{color: #203872;font-size: 12px;font-weight: bold;/*text-align: right*/;text-transform: uppercase;width: 60px;margin-top: 20px;}
.qtybox{color: #203872;font-size: 12px;font-weight: bold;/*text-align: right*/;text-transform: uppercase;margin-top: -16px;}
.qtybox input[type="text"]{width: 55px;}
.pcontent{/*float: right;*/width: 192px;margin: 40px 10px 0 10px; }
.sizediv{ color: #203872;font-size: 12px;font-weight: bold;/*text-align: right*/;text-transform: uppercase;width: 60px;padding-right: 8px;}
.pricediv{color: #203872;font-size: 12px;font-weight: bold;/*text-align: right*/;text-transform: uppercase;width: 60px;margin-top: 20px;}
.pprice span{font-size: 12px;text-transform: none}
.pcheck{clear:both;background:#203872;color: white;text-transform: uppercase;padding: 10px;border-radius: 7px;margin-top:20px;margin-bottom: 10px; }
.pcheck a{color:white;font-weight: bold;}
.pactive{background: #de2440;}

.posform {
  
  position:relative;
  
   /*left: 40%; */
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
   max-width: 840px;
    width: 75%;
     -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #0f1b36 #0f1b36;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
   
 
 }
 
 .ubermenu.ubermenu-disable-submenu-scroll .ubermenu-item > .ubermenu-submenu.ubermenu-submenu-type-mega {
    overflow: hidden;
    z-index: 999999;
}
 .homequote{
     
    position:  absolute;
    
    transform: translateZ(0px);
    transition: top 0.5s ease-in-out 0s;
    margin: 0 auto;
    width: 100%;
 top: -230px;
 z-index: 99;
 }
 .quote-item {
    float: left;
    padding: 0 0.85em;
    position: relative;
    width: 32%;
}

.quote-engine__input[type="text"], .quote-engine__input[type="tel"], .quote-engine__input--quantity, .quote-engine__input--store-at {
    border: 1px solid #165090;
    padding: .25em 1em 0.25em 0.25em;
    width: 100%;
    color:black;
}
.quote-item select{
    border: 1px solid #165090 !important;
    padding: 0.25em 1em 0.25em 0.25em !important;
    width: 100% !important;
    font-size: 14px;
    color: black;
    font-weight: bold;
}
.quote-header-item {
    display: inline-block;
}
#quoteBox{float: right;    width: 290px;    padding: 66px 0px 0 20px;    margin-left: 26px;}
#quoteBoxHeader{background:#203872;color:white;padding:5px;text-align: center;font-weight: bold;font-size: 20px;}


.formwrapperhead{
    clear: both;
    content: "";
    display: table; background: #de2440 none repeat scroll 0 0;
    width: 100%;color: white;
    text-align: center;
    padding: 6px;
}
#qtfrm .flabel{color: #000000 !important;font-weight: bold !important;font-size: 12px !important;}
#locationList .ajaxReturn{
   /*  border: 3px solid black; */
    display:inline-block;
    padding: 0px 5px 5px;
    width: 18%;
}

#locationList .ajaxReturn h2{
    font-size: 25px;
    font-weight: bold;
    color: #194F8D;
    margin: 0px;
    padding: 8px;
}

#priceList .ajaxReturn{
   /*  border: 3px solid black; */
    display:inline-block;
    padding: 0px 5px 5px;
    width: 234px;
}

#priceList .ajaxReturn h2{
    font-size: 25px;
    font-weight: bold;
    color: #194F8D;
    margin: 0px;
    padding: 8px;
}
#locList .tripajaxReturn{
   /*  border: 3px solid black; */
    display:inline-block;
    padding: 0px 5px 5px;
    width: 234px;
}

#locList .tripajaxReturn h2{
    font-size: 25px;
    font-weight: bold;
    color: #194F8D;
    margin: 0px;
    padding: 8px;
}
#TripLocSelect{margin-bottom: 20px !important;margin-left: 7px;width: 300px;}
.tripbox input[type=button]{background-color: green;border: none;color: white;text-transform: uppercase;width:150px;border-radius: 5px;padding: 5px;margin-top: 5px; }

.ajaxLoadingGif {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}
.invbox{
    border-left:3px solid #203872;
    border-right:3px solid #203872;
    border-bottom:3px solid #203872;
    padding-left: 30px;padding-bottom: 10px;
}
.binfo{background: #de2440;color:white;font-weight: bold;text-align: center;padding: 5px; }
.invlbl{color:#203872;text-transform: uppercase;font-size: 13px;padding-top: 10px}

.invtxt input{color:#203872;font-size: 13px;width:145px;height:25px;border: 1px solid #203872;}
.rbox{float: left;padding-top: 5px;padding-left: 4px;border-radius: 5px;padding-right: 9px}
.sbox{float: left;padding-top: 5px;padding-right: 5px;border-radius: 5px}

.sbox input[type=button]{background-color: green;border: none;color: white;text-transform: uppercase;width:105px;border-radius: 5px }
.rbox input[type=button]{background-color: #de2440;border: none;color: white;text-transform: uppercase;border-radius: 5px }
#locationSelect{float: left;margin-bottom: 44px;margin-left: 150px;margin-right:127px;width: 300px;}
.tripadd input[type=button]{background-color: green;border: none;color: white;text-transform: uppercase;width:80px;border-radius: 5px;float: left;margin-top: 9px; }
.tripcan input[type=button]{background-color: #de2440;border: none;color: white;text-transform: uppercase;border-radius: 5px;margin-top: 9px;margin-left:3px;  }

select.locationSelect {
 -webkit-appearance: none;  /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
 -moz-appearance: none;  /*REMOVES DEFAULT FIREFOX STYLE*/
 border:2px solid #203872;
 color: #fff;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 font-size: 14px;
 padding: 6px;
 width: 35%;
 cursor: pointer;
 color:black;
 background: #ffffff url(../images/drop-down-arrow.png) no-repeat right center;
 background-size: 40px 37px; /*TO ACCOUNT FOR @2X IMAGE FOR RETINA */
 text-transform: uppercase;
}

#storageLoc {
    width: 250px;
    
}
.addwidth{width: 75%}
#addnewinv input[type=button]{background: #ffa500;color:white;width: 170px;text-transform: uppercase;padding: 6px;border-radius: 5px;border:none;font-weight: bold; }

#employeeQuote .binfo{padding: 7px;text-transform: uppercase;font-size: 20px;}
.divleft{float:left;padding-left: 20px;}
#empcondiv{width: 100%;}
#empcondiv input[type=text]{padding: 0.25em 1em 0.25em 0.25em;width: 100%;}
#empcondiv .invbox{padding-left: 5px;height: 200px;} 
#empcondiv .invlbl{vertical-align: top;}
.radioList{float: left; padding-top: 32px;}
.radioListloc{float: right; padding-top: 32px;padding-right: 20px;width:50%;}
.radiolbl{color:#203872;text-transform: uppercase;font-size: 13px;text-align: left;padding-left: 3px;}
.calbtn{padding-top: 11px;padding-left: 80px;}
.quotebheading{font-size: 20px;color:#203872;text-transform: uppercase;}
.divft{float:left;padding-right: 20px;}
.choice{/*font-size: 1.2em;*/color:#203872;padding-right: 20px;}
.choiceradio{padding-right: 10px;}
#BoxPrice{width:400px;height: 35px;}
#TotalPrice{width:400px;height: 35px;}
#resultbox .invbox{padding-left: 5px;height: 640px;}
#unitCounterForm input[type=text]{width:370px;height: 40px;padding-left: 3px;color: black;font-size: 20px;}
#countResultsDiv input[type=text]{width: 250px;}
#wrapper3{width: 100%}
#wrapper3 .invbox{padding-left: 20px;height: 400px;}
#wrapper3 select.locationSelect {
 -webkit-appearance: none;  /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
 -moz-appearance: none;  /*REMOVES DEFAULT FIREFOX STYLE*/
 border:2px solid #203872;
 color: #fff;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 font-size: 14px;
 padding: 6px;
 width: 47%;
 cursor: pointer;
 color:black;
 background: #ffffff url(../images/drop-down-arrow.png) no-repeat right center;
 background-size: 40px 37px; /*TO ACCOUNT FOR @2X IMAGE FOR RETINA */
 text-transform: uppercase;
 margin-left: 32px;
 
}
.topmar{padding-top: 10px;}
.ffield{width: 75%;float: left}
.sbuttonhome{width:25%;float: left}
.sbutton > img {
    height: auto;
    width: 100%;
}
.homequote.minimized {
  position: fixed;
  top: 112px;
  left: 0;
  z-index: 999;
  width: 100%;
  /*background-color: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);*/
}

.homequote.minimized {
    margin-top: -11px;
}

.minimized .posform {
  
  width: 100%;
  left: 0;
  max-width:100%;
  /*background-color: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);*/
}
.checkbtn {
    
    background: rgba( 204, 0, 0, .8 ) 
                url('../images/whitecheck.png') 
                5% 50% 
                no-repeat;
    	background-size: 20px 20px;
   
}
.vc_custom_1485879800053{min-height: 455px !important;}
.vc_custom_1485880015894{min-height: 455px !important;height: 455px;}
.vc_custom_1485877019118{min-height: 455px !important;height: 455px;}
.vc_custom_1485881318729{min-height: 455px !important;height: 455px;} 
.vc_custom_1485875812148{min-height: 455px !important;height: 455px;}
.vc_custom_1485877925864{min-height: 455px !important;height: 455px;}
.vc_custom_1485876414933{min-height: 455px !important;height: 455px;}
.vc_custom_1487184862802{min-height: 455px !important;height: 455px;}
.vc_custom_1485875187326{min-height: 455px !important;height: 455px;}
.vc_custom_1485876317621{min-height: 455px !important;height: 455px;}
.vc_custom_1485881839952{min-height: 455px !important;height: 455px;}
.vc_custom_1483628259971{min-height: 455px !important;height: 455px;}
@media (max-width: 991px) {
  .red .tp-support {
    background-color: #ecbf37;
    
  }
  .posform{width:100%;background: white;left:0px}
  .homequote{left: 0;}
   #wrapper1 img{width:70%;height:auto;}
#quoteBox{width: 100%;margin: 0px;}
.pcontent {float: none;margin:0;width: 100%;}
.pcheck {border-radius: 0px;margin: 5px;}
#wrapper1 {float: left;line-height: 1;margin: 0px;text-align: center; width: 100%;}
.pimg {float: left;margin-left:0;margin-top: 10px;}
#empcondiv img{width: 50%}
#empcondiv .invbox {width: 100%;height:auto;padding-left: 0px;}
#resultbox .invbox {width: 100%;height:auto;padding-left: 0px;}
#wrapper3 .invbox{height: auto;padding:2px;}
#wrapper3 select.locationSelect{width: 100%;margin-left:0px;}
#wrapper3 .divft{ padding-right:0px;}
#wrapper3 .divleft {float: none;padding: 2px;}
#unitCounterForm input[type="text"] {width: 100%}
#locationSelect{margin:5px !important;width: 100%;}
#addnewinv input[type="button"]{width:100% }
#addnewinv{float: none;margin: 4px;}
.sbuttonhome{width: 100%;float: none;}
.ffield{width: 100%;float: none;}
.qsubmit{clear: both;float: none;padding-top: 0px;text-align: center}
.qsubmit img{width: 100%; height: auto}
.pbdr{width: 100%;margin: 5px;float: none}
.pbdrblue{width: 100%;margin: 5px;float: none}
.pbdrred{width: 100%;margin: 5px;float: none}
.addwidth{width: 100%}
.comodr{width: 100% !important;height: 70px !important;cursor: pointer}
#rev_slider_4_1_wrapper{margin-top: 45px !important;}
}
@media (max-width: 767px) {
  .red.header-transparent.page-template-template-homepage .topbar {
    background-color: #e53030;
  }
  .posform{width:100%;background: white;left:0px}
  .quote-item {
    padding: 0.25em 0.85em;
    width: 100%;
    
}
.homequote{/*position: static;*/top: 0px;}

.quote-engine-item-title{display: block;font-size: 1.4rem;padding: 0.25em 0;text-align: center;width: 100%;}
#wrapper1 img{width:70%;height:auto;}
#quoteBox{width: 100%;margin: 0px;}
.pcontent {float: none;margin:0;width: 100%;}
.pcheck {border-radius: 0px;margin: 5px;}
#wrapper1 {float: left;line-height: 1;margin: 0px;text-align: center; width: 100%;}
.pimg {float: left;margin-left:0;margin-top: 10px;}
#empcondiv img{width: 100%}
#empcondiv .invbox {width: 100%;height:auto;padding-left: 0px;}
#resultbox .invbox {width: 100%;height:auto;padding-left: 0px;}
#unitCounterForm input[type="text"] {width: 100%}
#wrapper3 .divft{ padding-right:0px;}
#wrapper3 .divleft {float: none;padding: 2px;}
#wrapper3 .invbox{height: auto;padding:2px;}
#wrapper3 select.locationSelect{width: 100%;margin-left:0px;}
#storageLoc{width: 100%}
#employeeQuote .divleft {float: none;padding: 3px;}
#employeeQuote .divft {float: none;padding: 3px;}
#employeeQuote .radioListloc{float: none;padding: 3px;}
#employeeQuote .calbtn {padding-left: 0px;padding-top: 11px;}
#employeeQuote #BoxPrice {height: 35px;margin-left: 0px;}
#employeeQuote #TotalPrice {height: 35px;margin-left: 0px;}
#locationSelect{margin:5px !important;width: 100%;}
#addnewinv input[type="button"]{width:100% }
#addnewinv{float: none;margin: 4px;}
.sbuttonhome{width: 100%;float: none;}
.ffield{width: 100%;float: none;}
.qsubmit{clear: both;float: none;padding-top: 0px;text-align: center}
.qsubmit img{width: 100%; height: auto}
.pbdr{width: 100%;margin: 5px 0px 5px 0px;float: none}
.pbdrblue{width: 100%;margin: 5px 0px 5px 0px;float: none}
.pbdrred{width: 100%;margin: 5px 0px 5px 0px;float: none}
.homequote.minimized {left: 0;/*position: static;*/top: 87px;width: 100%; z-index: 99999;}
/*#qtfrm{display: block !important}*/
.header-transparent.page-template-template-homepage .primary-nav a{text-align: left}
.ubermenu-skin-clean-white .ubermenu-item-level-0 > .ubermenu-target{color: #ffffff !important;text-align: left}
.ubermenu-custom-content-padded{text-align: left !important;}
.primary-nav a { color: #233859; display: block; font-size: 17px; font-weight: 400;  text-decoration: none;}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target::after{right: 10px;}
.ubermenu-item.ubermenu-item-type-post_type.ubermenu-item-object-page.ubermenu-item-level-0.ubermenu-column.ubermenu-column-auto{padding-left: 8px;padding-right:0px !important;}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target::after{right:20px !important}
.ubermenu-current-menu-item{/*border-bottom: 2px solid #ecdb17 !important;*/background:#de2440 !important; color: #233859;}
.ubermenu-item.ubermenu-item-type-post_type.ubermenu-item-object-page.ubermenu-item-has-children.ubermenu-item-2475.ubermenu-item-level-0.ubermenu-column.ubermenu-column-auto.ubermenu-has-submenu-drop.ubermenu-has-submenu-mega{padding-left: 10px;}
.ubermenu-item.ubermenu-item-type-post_type.ubermenu-item-object-page.ubermenu-item-2473.ubermenu-item-level-0.ubermenu-column.ubermenu-column-auto{padding-left: 0 !important;}
.ubermenu-item.ubermenu-item-type-post_type.ubermenu-item-object-page.ubermenu-item-level-0.ubermenu-column.ubermenu-column-auto{padding-left: 0 !important;}
.off-canvas-panel.main-nav .widget-nav-header {padding: 20px 20px;margin-bottom: 0;color: #fff;}
.addwidth{width: 100%}
.wpb_revslider_element{display: none;}
.vc_custom_1465326854300{display: none;}
/*.vc_custom_1456285313886{display: none;}*/
.navbar-toggle {display: block;color: #233859;}
.primary-nav .main-nav {display: none;}
.ubermenu .ubermenu-nav .ubermenu-column-1-3 {  width: 33.33%;}
 .homequote{position: static !important;transform: translateZ(0px);transition: top 0.5s ease-in-out 0s;margin: 0 auto;width: 100%;z-index: 99;}
 .mobilehomequote{transform: translateZ(0px);transition: top 0.5s ease-in-out 0s;margin: 0 auto;width: 100%;z-index: 99;}
/*.minimized{position: static !important}*/
#topbar{display: none;}
.site-header{position: static !important}
.dial{display: block;}
.number[href^="tel"]{background: #203872 none repeat scroll 0 0;color: #ffffff;letter-spacing: 0.5px;padding: 5px 20px;}
.dial{text-align: center;background: #fff none repeat scroll 0 0;color: #024;padding-bottom: 9px}
#jakeForm{display:none;font-size: 9px !important;	font-weight: normal !important;	}
.header_toggle::after {
    background: rgba(0, 0, 0, 0) url("../images/quote-down.png") no-repeat scroll center 90%;
    content: "Expand";
    padding: 3em 0 1.25em;
}
.vc_custom_1456285677003{padding-bottom:0px !important;padding-top: 0px !important;}
.wpb_column{padding-bottom: 10px;}
.homequote.minimized {margin-top: 10px;}
.copyright{display: none}
.vc_custom_1474654608669{display: none;}
.widget-title{padding-bottom: 0px !important}
.footer-sidebar {padding-bottom: 0px;}
.widget{margin-bottom:0px;}
.vc_custom_1461820516691{width: 100%;text-align: left !important;}
.vc_custom_heading{text-align: left !important;}

.vc_custom_1465311701710 .wpb_wrapper p{text-align: center !important;}
.lp-pom-text p{text-align: center !important}
/*.vc_row-fluid .container{padding-left: 45px;}*/
.tp-icon-services-title{font-size: 14px;}
.tp-icon-services{display: table; margin: 0 auto;width:100%}
.vc_col-xs-12, .vc_column_container{width: 100%}
#quoteBox {padding: 10px 20px 0;}
.choice{font-size:15px;color:#203872;margin-right: 5px !important;}
.quote-header-item {display: inline-block;margin-left: -1px !important;}
.fmobile{position: fixed !important;top: 0px !important;margin-top: 0px !important}
.quote-engine__input[type="text"], .quote-engine__input[type="tel"], .quote-engine__input--quantity, .quote-engine__input--store-at {
    border: 1px solid #165090;
    /*padding: 1.25em 1em 0.25em 0.25em;*/
    width: 100%;
    font-size: 20px;
    color: black;
}
.headingdiv{width: 60%; margin: 0 auto;}
.logo > img {max-width: 180px !important;}

input[type=radio] {
		/*display:none;*/
	} 
	input[type=radio] + label {
		display:inline-block;
		margin:-2px;
		padding: 4px 12px;
		margin-bottom: 0;
		font-size: 10px;
		line-height: 20px;
		color: #fff;
		text-align: center;
		/*text-shadow: 0 1px 1px rgba(255,255,255,0.75);*/
		vertical-align: middle;
		cursor: pointer;
		background-color: #203872;
		/*background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
		background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
		background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
		background-image: -o-linear-gradient(top,#fff,#e6e6e6);
		background-image: linear-gradient(to bottom,#fff,#e6e6e6);
		background-repeat: repeat-x;
		border: 1px solid #ccc;
		border-color: #e6e6e6 #e6e6e6 #bfbfbf;
		border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
		border-bottom-color: #b3b3b3;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);*/
	}

	input[type=radio]:checked + label {
		   background-image: none;
                   color: #000;
		outline: 0;
		-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
		-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
		box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
			background-color:#fff;
	}
.formwrapperhead{
    clear: both;
    content: "";
    display: table; background: #de2440 none repeat scroll 0 0;
    width: 100%;color: white;
    text-align: center;
    padding: 0px;
}
label {
    
    max-width: none !important;
    font-weight: 700;
}
.container .container {
  width: 300px;
}
#wrapper1 p strong{padding: 0 10px 0 10px}
.vc_column-inner{padding-left: 0px !important; padding-right: 0px !important;}
.ubermenu-item-2475{display: none !important;}
#menu-item-4079{display: block}
#menu-item-2475{display: none;}
.wpb_wrapper p img{width:100%;padding-bottom: 20px;}
.page-id-2461 .wpb_wrapper p img{width: 100%;padding-bottom:0px;}
.vc_custom_1456285677003 .wpb_wrapper p img{width: 100%;padding-bottom:0px;}
.vc_custom_1456285688827 .wpb_wrapper p img{width: 100%;padding-bottom:0px;}
.vc_column_container{padding-left: 15px !important;padding-right: 15px !important}
.pricediv{color: #203872;font-size: 12px;font-weight: bold;/*text-align: right*/;text-transform: uppercase;width: 110px;margin-top: 20px;}
.pprice{color: #203872;font-size: 12px;font-weight: bold;/*text-align: right*/;text-transform: uppercase;margin-top: -12px;padding-left: 0px}
.plength{color: #203872;font-size: 12px;font-weight: bold;/*text-align: left*/;text-transform: uppercase;width: 190px;/*float: right*/;margin-top: -11px;}
.sizediv{ color: #203872;font-size: 12px;font-weight: bold;/*text-align: right*/;text-transform: uppercase;width: 118px;padding-right: 8px;}
.lp-heading h4{font-size: 22px !important;}
#main_column_0{width: 30% !important}
#main_column_2{width: 35% !important}
#main_column_3{width: 35% !important}
.arptemplate_100 .bestPlanButton{display: none !important;}
.vc_custom_1481315225265{height: 200px}
.vc_custom_1478817971088{height: 200px}
.vc_custom_1481048105355{height: 200px}
.vc_custom_1478892702550{height: 200px}
.vc_custom_1478887279153 .vc_col-sm-6{float: none}
.EstimatorTable{width: 100% !important}
figure .vc_box_border_grey{display: none !important;}
.vc_custom_1456285313886{padding-bottom: 0px !important}
.vc_empty_space{height: 10px !important;}
.bestPlanButton{display: none !important;}
.vc_custom_1462564665280 .wpb_wrapper iframe{display: none;}
.vc_custom_1478893850241{display: none;}
.vc_custom_1484667665315 h1 span{display: none;}
.vc_custom_1483453651999 .wpb_wrapper h1{display: none;}
.vc_custom_1483453651999 .wpb_column{padding-bottom:70px;}
.vc_custom_1484667665315 .wpb_column{padding-bottom:70px;}
.vc_custom_1484670178492{display:none;}
.vc_custom_1481048105355 .wpb_wrapper h1{font-size: 30px !important; text-align: left !important; position: absolute !important; top: 118px !important;}
.vc_custom_1478817740882 .wpb_wrapper h1{font-size: 30px !important; text-align: left !important; position: absolute !important; top: 118px !important;}
.vc_custom_1480442884508 .wpb_wrapper h1{font-size: 30px !important; text-align: left !important;}
.vc_custom_1480435201803 .wpb_wrapper h1{font-size: 40px !important; text-align: left !important; position: absolute !important; top: 200px !important;left:-170px !important}
.vc_custom_1480443742777{display: none;}
.vc_custom_1478816594840 .wpb_wrapper  h1{display:none !important;}
.vc_custom_1478816594840{height: 200px;}
.vc_custom_1478816491827{height: 200px;}
.vc_custom_1478816968318{height: 200px;}
.vc_custom_1478816289920{height: 200px;}
.vc_custom_1478816888408{height: 200px;}
.vc_custom_1478816687151{height: 200px;}
.vc_custom_1478894492025{height: 200px;}
.vc_custom_1478816491827 .wpb_wrapper  h1{display:none !important;}
.vc_custom_1478816968318 .wpb_wrapper  h1{display:none !important;}
.vc_custom_1478816289920 .wpb_wrapper  h1{display:none !important;}
.vc_custom_1478816888408 .wpb_wrapper  h1{display:none !important;}
.vc_custom_1478816687151 .wpb_wrapper  h1{display:none !important;}
.vc_custom_1478901270134{display: none;}
.vc_custom_1480444999337{display: none;}
.vc_custom_1478894492025 .wpb_wrapper  h1{display:none !important;}
.vc_custom_1478817740882{height: 200px;}
.vc_custom_1462564665280 .wp-image-2821{display: none;}
.hmobile{display: none;}
.vc_custom_1494838436156{display: none;}
.vc_custom_1478894492025{display: none;}
.vc_custom_1485879714975 .wpb_wrapper p{text-align: center}
.vc_custom_1480442884508 {height: 200px;}
.vc_custom_1480442884508 h1 span{display: none;}
.vc_custom_1480435201803 {min-height: 200px !important;}
.qtydiv{width: 117px}
.qtybox{width: 228px;}
.pprice{width: 284px;}
.vc_custom_1461820516691 .wpb_text_column p{text-align: left !important;}
.quote-item select {
    padding: 2px 20px;
    

    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    height: 35px;
}
.white h3{color:white !important;}
#callinNumber{font-size: 20px;}
}
.et_pb_all_tabs .et_pb_tab{
    padding: 20px 0px;
}
.long_distance_text_container,
.limited_avaial_text_container{
    text-align: center;
}
.limited_avaial_text{
    text-align:center;
    font-size: 40px;
    background: #ff0000;
    color: #fff;
    font-weight: bold;
    margin-bottom: 16px; 
    line-height: 50px; 
    padding: 10px;
}

.modal-loading-spinner {

}

.modal-loading-spinner--overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.7;
    z-index: 1000000;
}

.modal-loading-spinner--message {
    width: 100%;
    height: 50%;
    position: fixed;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1000001;
}

.modal-loading-spinner--message > p {
    padding: 0 1em;
    font-size: 24px;
    font-weight: bold;
    color: #FAFAFA;
    text-align: center;
    text-shadow: -2px -2px 5px black;
}

.modal-loading-spinner--spinner {
    width: 100%;
    height: 60px;
    position: fixed;
    top: calc(50% + 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000001;
}

.modal-loading-spinner--circle {
    width: 32px;
    height: 32px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal-loading-spinner--circle > div {
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #de2440;
    -webkit-animation: circleAnimation 1.5s infinite ease-in-out;
    animation: circleAnimation 1.5s infinite ease-in-out;
}

.modal-loading-spinner--circle-2 > div {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.modal-loading-spinner--circle-3 > div {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.mobileattic_header_top_mobile .mobileattic_contact_number.et_pb_blurb_position_left .et_pb_blurb_content{
    width: auto;
    padding: 10px 15px 10px 0px;
    font-size: 14px;
}
.mobileattic_header_top_mobile .mobileattic_contact_number.et_pb_blurb_position_left .et_pb_blurb_content:hover{
    background-color: #454354;
}
.mobileattic_contact_number.et_pb_blurb_position_left .et_pb_main_blurb_image{
    width: 14px;
    padding-top: 5px;
    padding-left: 20px;
}
.mobileattic_header_top_mobile .mobileattic_contact_number.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container{
    padding-left: 5px;
}
.mobileattic_contact_number.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container a{
    color: #fff;
}
.mobileattic_header_top_mobile .et_pb_column.mobileattic_my_account_button .et_pb_module{
    width: 100%;
}
@-webkit-keyframes circleAnimation {
    0%, 100% {
        width: 0;
        height: 0;
    }
    50% {
        width: 100%;
        height: 100%;
    }
}

@keyframes circleAnimation {
    0%, 100% {
        width: 0;
        height: 0;
    }
    50% {
        width: 100%;
        height: 100%;
    }
}

.quoteFlowWidgetForm label.error{
    color: #e50404;
}

.customers-location-months{
    display:none;
}