/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);

/*basic reset*/
* {
    margin: 0;
    padding: 0;
}
#rvgagntbg {
    background-color: #262626;
    margin-top:3rem;
}
.datepicker{
    min-width: 287px!important;
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th{
    font-size: 1.3rem;
    font-weight: 500;
    color: #000000;
}
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background: none !important;
/*     color: #fff !important; */
}
.datepicker table tr td.today {
     box-shadow: -1px 1px 5px #b64626 !important;
    border: 1px solid #b64626 !important;
}

.datepicker table tr td.active.active {
    background: #b64626 !important;
    color: #fff;
    border: none;
}
.logout-btn p#selected_dealer {
    margin: 10px;
    font-weight: bold;
}
.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover{
    background-image: linear-gradient(to bottom,#b64626,#b64626);
    background-color: #b64626;
}
.date .input-group-addon{
    border-bottom: 1px solid #fff;
    border-top: 0px;
    border-right: 0px;
    border-radius: 0px;
    color: #ffffff;
    background-color: #ffdead00;
    padding-right: 3px;
    padding-bottom: 0px;
}
html {
    height: 100%;
    /*Image only BG fallback*/

    /*background = gradient + image pattern combo*/
    background:
        linear-gradient(rgba(196, 102, 0, 0.6), rgba(155, 89, 182, 0.6));
}

body {
    font-family: montserrat, arial, verdana;
}
#page{
	display: flex;
    flex-wrap: wrap;
}
header#masthead,.site-footer,.site-content{
	width:100%;
}
.site-content{
	min-height:85vh;
	display:flex;
	    align-items: center;
    justify-content: center;
}
.site-content .content-area{
	width:100%;
}
select#dealerlist {
    padding: 8px 12px 8px 12px;
    height: 41px;
}
.card-block .profile-details h6.text-muted.f-w-400{
    line-height: 1.5;
}
/* checkbox design */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.laborplanh4{
	margin-bottom: 5px;
}
/* Radio button design */
.container-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.container-radio .checkmark {
  position: absolute;
  top: 1.5px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color:#ffffff;
  border-radius: 50%;
  border: 2px solid #B64626;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
  background-color: #ffffff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
 	    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #B64626;
}
/* end*/
/* Create a custom checkbox */
.container-checkbox .checkmark {
    position: absolute;
    top: 1.5px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #ffffff;
	    border: 2px solid #b64626;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #ffffff;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #b64626;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 4px;
    top: 0px;
    width: 5px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(
45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg);
}


/* end /
/*form styles*/
#msform,#loginform {
    /* width: 400px;
	margin: 50px auto;
	text-align: center; */
    position: relative;
}
#loginform{
	max-width: 450px;
    margin: auto;
    border: 0px solid #d2d7dd;
	border-radius: 5px;
}
.cus-input .error{
    border-color: #B64626!important;
}
#loginform fieldset{
    text-align: center;
    box-shadow:none!important;
 -webkit-box-shadow:none!important;
    -o-box-shadow:none!important;
    -ms-box-shadow:none!important;
	padding: 20px 20px!important;
}
#loginform .fs-title
{
    text-align: center !important;
    font-size: 25px !important;
    letter-spacing: 1px;
    color: #ffffff !important;
    font-weight: normal !important;
    padding-left: 7px;
    margin: 6rem auto 3rem;
    font-family: "Gotham Book", sans-serif !important;
    font-weight: normal !important;
}
.logout-btn{
    width: 100%!important;
    margin: 0 10%;
    position: relative;
margin-bottom:20px;
text-align: right;
	max-width:1020px;
	margin:auto;
	padding-right:15px;
}
.logout-btn a{
    color: white!important;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 7px 15px;
    margin: 10px 5px;
    line-height: 1.5;
    background-color: #B64626;
    background-color: #B64626!important;
    text-align: center;
    border-radius: 3px;
}
.logout-btn a:hover,.logout-btn a:active,.logout-btn a:focus{background-color: #B64626!important;    text-decoration: none!important;outline:none!important;}
#msform fieldset,#loginform fieldset{
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 20px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
 /*stacking fieldsets above each other*/
    position: relative;
}

#loginform fieldset{
    justify-content: center;
	width: 100%;
    margin: 0 0%;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input,
#msform textarea,#loginform  input{
    /* padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px; */
}

/*buttons*/
#msform .action-button ,#loginform .action-button{
    /* width: 100px; */
    background: #B64626;
    font-weight: normal;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 25px;
    margin: 10px 5px;
    line-height:initial;
    text-decoration: none;
    border-radius: 3px;
}
#msform .action-button.addToCart{
    margin: 10px 0px;
}
#msform{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#loginform .action-button{
    font-weight: normal;
    color: white;
    border: 0 none;
    cursor: pointer;
    padding: 10px 25px;
    margin: 10px 5px;
    line-height: 1.5;
    width:100px!important;
    padding: 20px 30px;
    background-color: #B64626;
    padding: 15px 75px;
    font-size: 14px;
}
#msform .action-button:hover,
#msform .action-button:focus,#loginform .action-button:hover,#loginform .action-button:focus {
}
#loginform .action-button:hover,#loginform .action-button:focus{
box-shadow: none;cursor:pointer;
text-decoration: none;
}
/*headings*/
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 15px;
    text-align: center;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    /* margin-bottom: 20px; */
}
.popover {
 padding:0px;
  }
  .popover *{
  color: #111;
  }
  .mt-30
  {
      margin-top: 30px!important;
  }
  .profile-details p{
      margin-bottom: 7px;
      color: #ffffff;
      margin-bottom: 0px;
  }
  .profile-details h6{
    margin-bottom: 5px;
  }
  a.product-name{
    color: #ffffff;
    font-size: 16px;
    background-color: #b646268a;
    margin: 5px;
    padding: 5px 11px;
    min-width: 175px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #b64626;
    cursor: pointer;
    position: relative;
  }
  a.product-name.clr-gap{
    background-color: #543d69;
    border-color: #8564a3;
  }
    a.product-name.clr-360{
    background-color: #b98c5a;
    border-color: #dda86e;
  }
  a.product-name.clr-bundle{
    background-color: #286470;
    border-color: #4caabd;
  }
  a.product-name.clr-vsc{
    background-color: #2d441d;
    border-color: #4f7a31;
  }
  a.product-name:hover,a.plan-name:hover{
    color: #ffffff;
    background-color: #b64626ba;
  }
  a.product-name.active{
    background-color: #b64626;
  }
  a.product-name.active::after,a.plan-name.active::after {
    content: '';
    width: 16px;
    height: 8px;
    border: 3px solid #ffffff;
    border-top-color: #00800000;
    border-right-color: #00800000;
    transform: rotate(315deg);
    position: absolute;
    left: 5px;
    top: 9px;
    bottom: 2px;
    right: 0;
    border-radius: 0px;
}
  a.plan-name {
    color: #ffffff;
    font-size: 16px;
    margin: 5px;
    padding: 5px 11px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #b64626;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
a.plan-name.active{
    background-color: #b64626;
}
.profile-details > div{
    margin-top: 0px;
    margin-bottom: 10px;
}
#msform input.next.action-button:disabled {
    background: #c5806d;
}
/*progressbar*/
#progressbar {
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    padding: 0;
    text-align: center;
	margin: auto;
	margin-bottom: 30px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    width: 65%;
}

#progressbar li { 
    list-style-type: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    width: 30.33%;
    float: left;
    position: relative;
    font-weight: 600;
    display: flex;
    flex-direction: column-reverse;
}

#progressbar li:after {
    content: counter(step);
    counter-increment: step;
    width: 75px;
    height: 75px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: #ccc;
    border-radius: 3px;
    margin: 0 auto 5px auto;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 16px;
    border-radius: 50%;
    border: 3px solid #852c13;
    z-index:1;
}

/*progressbar connectors*/
#progressbar li::before {
    content: '';
    width: 85%;
    height: 7px;
    background: #ccc;
    position: absolute;
    left: -46%;
    top: 3.5rem;
    z-index: 0;
    /*put it behind the numbers*/
}

#progressbar li:first-child::before {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: #b64626;
    color: #ffffff;
}
#progressbar li span{
    display: block;
}
#msform input[type="radio"],
#msform input[type="checkbox"] {
    width: 13px;
    height: 13px;

}

#msform input[type="radio"] {

    -webkit-appearance: radio;
    -moz-appearance: radio;
}

#msform input[type="checkbox"] {

    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
}

#msform input[type="radio"]:after,
#msform input[type="checkbox"]:after {
    width: auto;
    height: auto;
    border: none;
}

#msform input[type="checkbox"]:focus {
    outline: none;
}
.insta.date .calen{
font-size: 12.5px;
border: aliceblue;
border-bottom: 1px solid #ffffff;
}
div#filterDate2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

div#filterDate2 input {
    padding-top: 20px;
    padding-bottom: 20px;
}

#msform .cus-input {
    margin-bottom: 20px;
}
#msform .cus-input.insta{
    padding-right: 15px;
    padding-left: 15px;
}
#msform .cus-input input[type="text"],
#msform input[type="text"],
#msform .cus-input input[type="password"],#loginform input  {
    width: 100%;
    margin: 0 !important;
    border-width: 1px!important;
    outline:none;
    padding: 15px!important;
    font-family: "gotham", Sans-serif !important;
    background-color: transparent;
    border-color: #FFF;
    color:#ffffff;

}
#msform .form-control{
    height: 27px;
}
.plan-info-f #custom-fields .form-control{
    height: 27px;
    padding-left: 0px!important;
}
#loginform input.action-button{
    padding: 7px!important;
}
#msform .cus-input input[type="text"]:focus {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}
span.req {
    color: #e55228;
    margin-left: 3px;
}
.state-dropdown{
    padding-left: 15px;
    padding-right: 15px;
}
.state-dropdown .cus-input{
    padding-left: 0px;
    padding-right: 0px;
}
.customer-section{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.customer-section .pricing-left{
    padding-right: 15px;
}
/* sale price */
.sale-price{
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding-left: 7px;
    border-bottom: 1px solid #4c4c4c;
    padding-bottom: 3rem;
}
.sale-price .fs-subtitle,.doller-icon{
  
    margin-bottom: 0px;
}
.sale-price .fs-subtitle{
    font-size: 18px!important;
    font-weight: normal;
    padding-right: 15px;
}
.vehicle-type h3{
    margin-bottom: 20px;
    font-size: 2rem!important;
    margin-top: 0px;
}
.vehicle-type h3 span{
    background-color: #b64626;
    padding: 3px 15px;
    border-radius: 3px;
    font-size: 1.5rem;
    margin-left: 1rem;
}
.deductibles{
    display: flex;
    flex-wrap: wrap;
}
.deductibles .checkbox+.checkbox, .plansurcharges-container .radio+.radio{
    margin-top: 0px;
    margin-bottom: 0px;
}
.deductibles .fs-subtitle{
    width: 100%;
}
.deductibles .radio {
    width: 33.3%;
    margin-top: 0px!important;
}
.cf_250,.cf_251,.cf_252,.cf_253,.cf_254{
display: none!important;
}
.prod-th{
    display: flex;
    justify-content: space-between;
}
.prod-th p{
    width: 75%;
    margin-bottom: 0px;
}
.doller-icon{
    font-size: 18px!important;
    font-weight: normal;
    padding-right: 7px;
}
.erro-notes p{
    background-color: #cf0500;
    padding: 11px;
    border-radius: 7px;
    text-align: left!important;
    width: 100%;
    color: #ffffff!important;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    line-height: 1.3;
    column-gap: 7px;
    font-weight: 500;
    margin: 10px 0px;
    width: 100%;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;

}
.erro-bg{
    background-color: #cf0500;
    color: #ffffff!important;
    padding: 7px;
    border-radius: 7px;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    text-align: left!important;
    column-gap: 15px;
    justify-content: center;
}
.erro-bg img{
    width: 20px;
}
.dowc-custom-error1 .erro-bg{
    justify-content: center;
}
.erro-notes p img{
    width: 20px;
}
input.next.action-button:disabled{
    cursor: not-allowed!important;
}
.no-plan{
    text-align: center;
}
.sale-price .fs-subtitle{
     margin: 0px;
    color: #ffffff;
}
.sale-price #salePrice{
    width: 107px!important;
    font-size: 18px;
    text-align: right;
    padding: 3px;
    padding-right: 5px;
}
.payment-info .total-price{
    display: none;
}
.plan-info-f .sale-price .fs-subtitle{
	font-size: 16px!important;
    font-weight: 600;
    padding-right: 15px;
    margin-top: 0px;
    color: #ffffff;
    margin-bottom: 0px;
}
.plan-info-f .checkbox label, .plan-info-f .radio label{
    color: #ffffff;
}
.plan-info-f .doller-icon{
	font-size: 16px!important;
    font-weight: 600;
    padding-right: 7px;
    color: #ffffff;
}
.plan-info-f .sale-price #salePrice{
	    font-weight: 600;
    font-size: 15px;
}
.payment-info .sale-price {
    padding: 10px 20px;
    border: 1px solid #b64626;
    min-height: 60px;
	width: 100%;
	top: 15px;
	position: relative;
    display: flex;
    flex-wrap: nowrap;
    background-color: #b64626;
}
.payment-info .sale-price .fs-subtitle{
  	font-weight: 600;
}
.success-section{
    color:#ffffff;
}
/* input#salePrice::-webkit-input-placeholder {
    text-align: right;
} */
.swal2-actions{
    flex-direction: row-reverse!important;
 }
.swal2-confirm{
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 25px;
    margin: 10px 5px;
    line-height: 1.5;
    border-color: #A4BB39!important;
    background-color: #A4BB39!important;
    outline: none;
    font-size: 16px!important;
    box-shadow: none!important;
}
.swal2-confirm:hover{
    background-color: #009b4c!important;
    box-shadow: none!important;
}
.swal2-container.swal2-center>.swal2-popup{
    width: 25%;
    padding-bottom: 15px;
}
.swal2-popup .swal2-html-container{
    font-size: 16px!important;
 }
.swal2-icon.swal2-warning {
    border-color: #a4bb39!important;
    color: #a4bb39!important;
}
.swal2-icon .swal2-icon-content{
    color: #a4bb39!important;
}
#final-purchase-price{
    color: #ffffff!important;
    font-size: 20px!important;
    font-weight: 700;
    text-align: right;
    width: auto;
    margin-bottom: 0px;
    text-wrap: nowrap;
    padding-left: 15px;
}
.swal2-actions .swal2-styled.swal2-cancel
{
    background-color: #cccccc!important;
}
.swal2-actions .swal2-styled{
    padding: 7px 7px!important;
    font-size: 16px!important;
    width: 70px;
    text-align: center;
}
.swal2-popup .swal2-icon{
    width: 7em;
    height: 7em;
}
.swal2-popup .swal2-icon.swal2-warning,.swal2-popup .swal2-html-container{
    margin-bottom: 15px!important;
}
/* end */
/* Bundle option */
.plan-info-f .planheading{
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin-top: 0px;
}
.plansurcharges .radio label{
    color: #ffffff;
}
.plan-info-f  .checkbox label, .plan-info-f .radio label{
    font-size: 14px;

}
#msform .cus-input.form-group input {
    padding-bottom: 5px!important;
    border: 0px;
    border-bottom: 1px solid #ffffff;
    padding-top: 3px!important;
    padding-left: 0px!important;
}
.plan-info-f .fs-title{
    margin-bottom: 15px;
    font-size: 2rem;
    margin-top: 0px;
}
.insta{
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
.mt-0{
    margin-top: 0px;
}
.mt-1{
    margin-top: 2rem;
}
.plan-info-f #contact-info-contain
{
 margin-top: 50px;
}
.cus-input label{
    font-size: 13px;
    color: #dbdbdb;
    margin-bottom: 0px;
}
.plan-info-f .fs-subtitle
{
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 1.75rem;
    margin-top: 0px;
    margin-bottom: 10px;
}
.product-list {
    margin-bottom: 30px;
}
.equipment-content-list .container-checkbox{
    padding-left: 7px;
}
.equipment-list-container .container-checkbox .checkmark
{
    top: 1px;
}
.plan-info-f .laborplanh4{
    margin-bottom: 10px;
    font-weight: 500;
    color: #ffffff;
    font-size: 1.75rem;
    margin-top: 30px;
}
.productpricelist .card-title{
    display: none;
}
.productpricelist_preview_container,.productpricelist_final_container{
    padding: 7px;
    padding-top: 0px;
    padding-bottom: 15px;
}
.productpricelist_preview_container{
    display: none;
}
.pricelist-bg{
    border-radius: 7px;
    background-color: #2d441d3d;
    padding: 15px;
    border: 1px solid #2d441d40;
}
.cartlist-bg{
    background-color: #28647021;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #28647033;
}
.productpricelist_preview h3{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
    margin-bottom: 0px;
}
.plan-info-f div#filterDate2
{
    margin-top: 7px;
}
.bundel-option{
    max-width: 50%;
    padding-right: 15px;
}
.budle-section,.zoing-board{
    margin-top: 15px;
}
.bundel-option label{
margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
}
.zoing-board .radio{
margin-top:0px;
float: left;
    margin-right: 15px !important;
    margin-top: 0 !important;
}
.plansurcharges-container .fs-subtitle{
    display: block;
    width: 100%;
    color: #ffffff;
    margin: 0px;
    font-size: 1.75rem;
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 10px;
}
/* End bundle option */
p.dowc-custom-error1,
p.dowc-custom-error2,
p.dowc-custom-error3,
p.dowc-custom-error4,
.user_login_error{
    color: #ff201a;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
}
.multistepform-container {
    max-width: 100% !important;
}

.plansurcharges-container {
    display: none;
}

.plansurcharges {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
}

.plansurcharges .checkbox {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-right: 10px!important;
    width: 45%;
    padding-bottom: 5px;
}
.parent-default-options {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.success-section{
    background-image: url("/wp-content/uploads/2023/09/industry-leading-pattern-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 80vh; */
}
.row.form-success {
    text-align: center;
	    max-width: 100%!important;
}

.row.form-success h1 {
    font-size: 7.5rem !important;
    letter-spacing: 1px;
    color: #ffffff !important;
    font-weight: normal !important;
    padding-left: 7px;
    font-family: "Gotham Book", sans-serif !important;
    margin-bottom: 20px;
    margin-top: 15rem;
}

.row.form-success h3 {
    margin-bottom: 35px;
}

header.entry-header.alignwide {
    display: none;
}

h1.site-title {
    font-size: 40px;
}

header#masthead {
    padding: 10px 0;
}
.site-branding .site-logo img.custom-logo {
    width: 160px;
}


div#loading {
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 10001;
    background: #685b57f2;
    left: 0;
    right: 0;
    
}
div#loading div{
    animation: loading 2s infinite ease-in-out;
    background: url(/wp-content/uploads/2023/09/RVGUARD-favicon.png)  no-repeat 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: 50px;
}
.field_1_loading{
    display: none;
    min-height: 300px;
}
.err-txt{
    background-color: #cf0500;
    padding: 5px;
    border-radius: 3px;
    margin-top: 3px;
    display: block;
    font-weight: 500!important;
    min-width: 50%;
}
@keyframes loading {
    0% {
      transform: rotateX(0deg) rotateY(0deg);
    }
  
    50% {
      transform: rotateX(180deg) rotateY(0deg);
    }
  
    75% {
      transform: rotateX(180deg) rotateY(180deg);
    }
    100% {
        transform: rotateX(0deg) rotateY(180deg);
      }
  }
#loginform div#loading {
	display:none;
}
.typeahead.dropdown-menu>.active>a{
background-color:#009b4c!important;
}
.typeahead.dropdown-menu{
	padding-top:0px;
}
.row.form-success a {
    padding: 8px 15px;
    font-size: 14px;
    max-width: 275px;
    width: 275px!important;
    margin:auto!important;
    background-color: #b64626;
    color: #ffffff;
    cursor: pointer;
}
.row.form-success a.dealer-referer,.dealer-referer_1{
    margin: auto !important;
    float: none;
    justify-content: center;
    max-width: 100px;
    border: 1px solid #B64626 !important;
    color: #ffffff;
}
.row.form-success .dealer-referer_1{
    width: 100px!important;
}
.row.form-success a.dealer-referer:hover,.row.form-success a:hover,.row.form-success a:active,.row.form-success a:focus{
    text-decoration: none;
}
.row.form-success p {
    margin-bottom: 7px;
    font-size: 1.5rem;
}
a#succesDownload,.back-home{
    margin-top: 15px!important;
    display: block;
}
.row.form-success .logout-btn a{
	padding: 7px 15px!important;
    margin: 10px 5px;
    line-height: 1.5;
    background-color: #B64626 !important;
	font-size: 12.5px;
    width: 75px!important;
    display: inline-block!important;
}
.row.form-success .logout-btn a:hover,.row.form-success .logout-btn a:active,.row.form-success .logout-btn a:focus{
	background-color: #B64626 !important;
	outline:none!important;
	text-decoration:none!important;
}
span.price {
    float: right;
    color: #ffffff;
    padding-left: 15px;
}
#custom-fields h4{
    padding-left: 15px;
    padding-right: 15px;
}
#custom-fields{
    display: flex;
    flex-wrap: wrap;
}
#custom-fields .laborplanh4{
    width: 100%;
}
/* footer */
.powered-by {
    color: #ffffff;
}

/* end footer */
.productpricelist h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0 0px 0;
}

.productpricelist h3.surch {
    margin-top: 10px;
}
.contract-right{
float: right;
font-weight: 600;
width: 65%;
text-align: right;
}
.aln-center{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pricing-table h4 {
    margin-bottom: 10px;
    color: #ffffff;
    margin: 0px;
    font-size: 1.75rem;
    margin-bottom: 7px;
}
.productpricelist_preview h3{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
}
.pricing-table hr {
    margin: 10px 0;
}


fieldset.payment-info h2.fs-title {
    margin: 20px 0px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.profile-details p.sub-title-p{
    font-size: 1.75rem;
}
.price-th{
    margin-bottom: 15px;
    font-size: 2rem!important;
    margin-top: 0px!important;
}
.plandetails h4 {
    margin-bottom: 10px;
}

.plandetails h4 span.selectedplanterm {
    font-weight: 400;
}

.card-block p.m-b-10.f-w-600 {
    font-weight: 600;
}

.card-block.account-details-show .col-sm-6 {
    margin-bottom: 15px;
}
.card-block .profile-details h6.text-muted.f-w-400{
    text-transform: none;
}
p.total-price,
p.total-price span.price {
    font-weight: 700;
    color: #ffffff;
}
.total-price{
    font-size: 20px;
}
.card-block.account-details-show {
    margin-bottom: 40px;
}

.nxt-prv-cnt {
    text-align: center;
}

.card-block h6.text-muted.f-w-400 {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
 }
.card-block  .profile-details h6.text-muted.f-w-400{
    color: #ffffff;
    margin: 0px;
}
.txtright {
    text-align: right;
    margin-top: 10px;
    font-size: 13px;
    width: 100%;
    float: right;
    color: #ffffff;
}

ul.typeahead.dropdown-menu {
    max-height: 142px;
    overflow: auto;
}

.productpricelist_preview h3.surch {
    display: none;
}

.productpricelist_preview p {
    clear: both;
    margin-bottom: 7px;
    margin-top: 7px;
    font-size: 1.5rem;
    color: #ffffff;
}
.productpricelist_preview p.total-price{
    font-size: 2rem;
}
p.total-price, p.total-price span.price,.productpricelist{
    color: #ffffff;
}
#contact-info-contain {
    width: 100%;
    margin-top: 30px;
}

.email-step3 {
    overflow: hidden;
    text-overflow: ellipsis;
}

.planterm .radio {
    float: left;
    margin-right: 15px !important;
    margin-top: 0 !important;
    color: #ffffff;
    margin-bottom: 10px;
    min-width: 107px;
}
.plansurcharges > div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #3d3d3d;
    margin-bottom: 11px;
    padding-bottom: 0px;
}
.planterm {
    margin-bottom: 10px;
    margin-top: 15px;
}

.planterm:after {
    content: '';
    clear: both;
    display: block;
}

#msform input[type="radio"]:focus {
    outline: none;
}

#msform fieldset {
    border: 0 none;
    border-radius: 3px;
    box-shadow: none;
    padding: 20px 15px;
    box-sizing: border-box;
    width: 70%;
    margin: 0 10%;
    /*stacking fieldsets above each other*/
    position: relative;
	margin: auto;
    margin-top: 3.5rem;
    padding-right: 0px;
}
.step-title{
    display: block;
    width: 100%;
    text-align:left;
    margin: 0px;
    font-size: 2.5rem;
    color: #ffffff;
    margin-bottom: 3rem;
}
.p-r {
    padding-right: 30px;
}

.m-t {
    margin-top: 50px;
}

.p-r {
    padding-right: 75px;
}

.m-b {
    margin-bottom: 50px;
}

.fs-title {
    font-size: 2rem!important;
    text-align: left;
    color: #ffffff;
}

.txt-center {
    text-align: center;
}
.hide-surcharge{
    display: none !important;
}
#quoteStateID, #vin,#model{
    font-size: 12.5px;
}
#msform select{
    background-color: #262626;
    color: #ffffff;
    border: 0px;
    border-bottom: 1px solid #ffffff;
    border-radius: 0px;
    padding-left: 0px!important;
    padding-bottom: 0px!important;
    padding-top: 0px;
}
#msform select:focus{
    box-shadow: none;
    box-shadow: none;
    -moz-box-shadow:none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
.dropdown-content#state-select{
    min-width: auto;
    padding: 0px;
    position: relative;
    z-index: 9;
}
.dropdown-content#brand-select{
	    min-width: auto;
    padding: 0px;
}

#state-select ul li, #brand-select ul li{
    font-size: 14px;
}
.dropdown-content#state-select li:hover, .dropdown-content#state-select li:active, .dropdown-content#state-select li:focus,.dropdown-content#brand-select li:hover, .dropdown-content#brand-select li:active, .dropdown-content#brand-select li:focus{
    font-size: 14px!important;
    color: #0a0a0a!important;
}
.dropdown-content#state-select li.active-li, .dropdown-content#brand-select li.active-li{
    color: #0a0a0a!important;
}
/* custome dropdown */
	.quote-form-container .input-container .form-control{
		margin-bottom: 0px!important;
    border: 0;
    border-bottom: 1px solid #a0a7ab;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    box-shadow: 0 0 0 1000px #fff inset;
    -moz-box-shadow: 0 0 0 1e3px #fff inset;
    -ms-box-shadow: 0 0 0 1e3px #fff inset;
    -o-box-shadow: 0 0 0 1e3px #fff inset;
    border-radius: 0px;
		padding:0px;
		height: 25px;
    font-size: 16px;
    font-weight: normal;
	}
	.quote-form-container .input-container .form-control:disabled{
		    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow:none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
	}
.myInput {
  box-sizing: border-box;
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}
.myInput:focus {outline: 3px solid #ddd;}

.custome-dropdown {
  position: relative;
  display: block;
}
.support-txt{
    font-size: 1.5rem;
}
.plan-name-des,.prod-name{
    font-size: 1.3rem;
    display: block;
    font-weight: normal;
    padding: 3px;
    padding-left: 0px;
}
.prod-name {
    padding-top: 0px;
}
.dropdown-content {
    display: block;
    background-color: #ffffff00;
    min-width: 230px;
    border: 0px solid #ddd;
    z-index: 1;
    position: relative;
}
fieldset .input-container.vin-notify .error-text.err {
    color: #ff201a!important;
}
.dropdown-content li {
  color: #333;
  padding: 7px 15px;
  text-decoration: none;
  display: block;
  font-size:18px;
  margin-top:0px!important;
  margin: 0px;
}
	.dropdown-content li.active-li{
		background-color: #f3f3f3!important;
	}
	.dropdown-content li:hover,.dropdown-content li:active,.dropdown-content li:focus{
		background-color:#e9ecef!important;
		    color: inherit!important;
    font-size: 18px!important;
    font-weight: 400!important;
		cursor:pointer;
	}
.custome-dropdown a:hover {background-color: #ddd;}
.content-list{
    position: absolute;
    top: 100%;
    z-index: 9;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0px!important;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(99, 58, 58, 0.18);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
	width:100%!important;
	max-height:147px;
	overflow-y:auto;
    left:auto;
}
.dropdown-content .content-list{display: none;}
.dropdown-content .content-list.list-show {    display: block;
    width: 100%;
    max-height: 142px;
    overflow-y: auto;}
.cart-list,.plan-total
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #4c4c4c;
    margin-bottom: 1px;
}
.cart-list{
    padding-bottom: 7px;
}
.plan-total{
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 7px;
}
.card-title {
    border-bottom: 1px solid #4c4c4c;
    padding-bottom: 7px;
}
.productpricelist .cart-list{
    margin-bottom: 15px;
    padding-bottom: 7px;
    font-size: 1.5rem;
}
#products-in-cart{
    margin-top: 3px;
 }
#products-in-cart .plan-total{
    display: none;
}
.productpricelist .cart-list > div:nth-of-type(1),.sale-price-preview{
    display: none;
}
.productpricelist .cartlist-bg{
    background-color: #28647000;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
}
.cart-section{
    padding: 0px;
}
.cart-list div{
    font-size: 1.5rem;
    font-weight: 500;
    width: 50%;
    text-align: center;
}
.productpricelist_final_container .cart-list div{
    text-align: left;
}
.delete-cart{
    font-size: 1rem;
    padding: 5px 7px!important;
    font-weight: 700!important;
    width: 65px;
    font-size: 1rem!important;
 }
 .cart-list div.plan-cost{
    font-size: 1.5rem!important;
    font-weight: 700!important;
    width: 30%;
    text-align: right;
}
.cart-list .plan-delete{
    width: 75px;
}
.addToCart{
    margin: auto;
    text-align: center;
    width: 100%;
    font-size: 1.5rem!important;
    font-weight: 600!important;
    background-color: #286470!important;
}
.download-contracts > div{
       border-bottom: 1px solid #3a3a3a;
       padding-bottom: 2.5rem;
       padding-top: 2.5rem;
}
.download-contracts > div span{
    font-weight: 700;
}
.success-msg{
    margin-bottom: 0rem!important;
}
.error-contract{
    display: flex;
    justify-content: center;
    padding: 15px;
}
.error-contract .product-type{
    display: block;
    text-align: left;
    font-size: 2.3rem;
}
.error-contract img{
    width: 23px!important;
    margin-right: 7px;
    display: flex;
    align-items: center;
    height: 23px!important;
    top: 5px;
    position: relative;
}
.error-contract p
{
text-align: left;
}
.pname-font-size{
    font-size: 2.1rem;
    padding-bottom: 0.35rem;
    display: block;
}
/* end */
@media (max-width:1200px) {
    .p-r {
        padding-right: 0px;
    }
 }
@media (max-width:1200px) {
	#msform fieldset{
		    width: 100%;
		    margin: 0px 0%;
		padding: 20px 20px;
	}
    .swal2-container.swal2-center>.swal2-popup {
        width: 40%;}
        #msform fieldset{
            width: 90%;
         }
         #progressbar{
            width: 90%;
         }
         #msform fieldset,#progressbar {
            width: 100%;
        }
}
@media (max-width:992px) {
.profile-details .mt-30{
    margin-top: 0px!important;
    width: auto!important;
}
.customer-section .pricing-left,.customer-section .pricing-right{
    width: 100%;
}
.addToCart{
    max-width: 250px;
    margin: auto;
    display: flex;
    justify-content: center;
}
.logout-btn{
    padding-top: 3rem;
}
.row.form-success p{
    padding-left: 1rem;
}
}
@media (min-width:768px) and (max-width:992px) {
.cart-list div {
    font-size: 1.15rem;
}
}
@media (max-width:768px) {
    #progressbar,#msform fieldset{
        width: 100%;
     }
	#loginform{
		margin:15px;
	}
    .swal2-container.swal2-center>.swal2-popup {
        width: 60%;}
        .plansurcharges > .checkbox{
            width: 45% !important;;
        }
        #progressbar li:after{
            width: 50px;
            height: 50px;
        }
        #progressbar li:before{
            top: 2.5rem;
            left: -40%;
            width: 71%;
        }
        #progressbar li{
            width: 29.33%;
        }
        .pricing-right .sale-price{
            justify-content: end;
        }
        .cart-list div{
            font-size: 1.35rem;
        }
}
@media (max-width:600px) {
    
    .sale-price{
        flex-wrap: nowrap;
        margin-top: 20px;
    }
    .swal2-container.swal2-center>.swal2-popup {
        width: 90%;}
        .sale-price .fs-subtitle,.sale-price #salePrice{
            margin-bottom: 10px;
        }
      .sale-price .fs-subtitle,.doller-icon{
            padding-right: 0px;
            margin-bottom: 0px;
            font-size: 18px!important;
        }
        .doller-icon{ 
            padding-right: 3px;
        }
        
        #loginform fieldset{
            padding: 20px 20px;
        }
        #msform fieldset{
            padding: 20px 0px;
        }
        .pricing-table .total-price,.pricing-table .total-price .price,#final-purchase-price{
            font-size: 18px!important;
        }
        .account-details-show .row{
            flex-wrap: wrap;
        }
        .account-details-show .row.profile-details .mt-30{
            margin-top: 30px!important;
        }
        .profile-details .mt-30{
            width: 100%!important;
        }
	.contract-right{
width: 50%;
	}
    a.product-name,a.plan-name{
        width: 100%;
    }
    .plan-info-f .sale-price .fs-subtitle{
        font-size: 14px!important;
        text-align: right;
        margin-bottom: 0px;
    }
    .card-block.account-details-show{
        margin-bottom: 15px;
    }
    #msform .cus-input{
        width:100%;
    }
    .cart-section > div{
        padding:0px;
    }
}

@media (max-width:400px) {
        .plansurcharges > .checkbox{
        width: 100% !important;;
    }
    #msform .cus-input {
        margin-bottom: 20px;
        width: 100%;
    }
}