/**
 * 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);

/* @font-face 
{
    font-family: 'gotham-book';
    src: url('https://dev5.1800warranty.com/wp-content/uploads/2023/10/Gotham-Book.otf') format("opentype");
} */

@font-face 
{
    font-family: 'gotham-medium';
    src: url('/wp-content/uploads/2025/04/Gotham-Medium.woff2') format("opentype");
}
/* @font-face 
{
    font-family: 'gotham-regular';
    src: url('https://dev5.1800warranty.com/wp-content/uploads/2023/10/MinionPro-Regular.otf') format("opentype");
} */
@font-face 
{
    font-family: 'gotham-light';
    src: url('/wp-content/uploads/2025/04/Gotham-Light.woff') format("woff");
}
/*basic reset*/
* {
    margin: 0;
    padding: 0;
  }
body *{
    font-family: 'gotham-light' !important;
}
.step-title, .user-title h6, .fs-title, .user-title h6,
.plan-block .pln-name,.covered-txt,
.tireandwheel-blk h4, .adition-options-blk h4,
.support-section a,#progressbar li,.support-section a,
#timer, #resendOtp,.user_otp_success{
    font-family: "gotham-medium" !important;
    font-weight: normal !important;
}
.fa-regular, .far,i {
    font-family: "Font Awesome 6 Free" !important;
}
.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 #009b4c !important;
    border: 1px solid #009b4c !important;
}

.datepicker table tr td.active.active {
    background: #009b4c !important;
    color: #fff;
    border: none;
}

.logout-btn p#selected_dealer {
    margin: 10px;
    font-weight: bold;
}

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-footer {
    background: #13477F !important;
}
#year{
    margin-bottom: 0px !important;
}
.site-header-section{
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    max-width: 1020px !important;
    padding: 0px 1.5rem !important;
    box-shadow: none !important;
    margin: auto;
    width: 100%;
    flex-wrap: wrap;
}
.support-section{
        display: flex;
        align-items: center;
        margin-bottom: 0;
        width: 50%;
        text-align: right;
        margin-right: 0px;
        max-width: 100%;
        justify-content: flex-end;
        column-gap: 20px;
}
.support-section a{
    color: #000000;
    font-size: 1.5rem;
    font-weight: 500;
}
.support-section .logout{
    background-color: #13477f;
    color: #ffffff;
    border-radius: 4px;
    padding: 0.75rem 1rem;
}
.support-section .logout:hover,
.support-section .logout:active,
.support-section .logout:focus{
    background-color: #13477f !important;
    color: #ffffff !important;
}
.site-branding{
    margin-top: 0px !important;
    width: 50%;
}
.site-logo{
    margin: 0px !important;
}
.site-branding .site-logo img.custom-logo {
    width: 160px;
}
.site-logo .custom-logo-link .custom-logo{
    outline: none !important;
}
.site-content {
    min-height: calc(100vh - 115px);
    display: flex;
    justify-content: center;
    background: #e1ecf3;
    align-items: center;
    background: url(https://1800warranty.com/wp-content/uploads/2022/04/home-umbrella.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.site-logo img{
    max-width: 100% !important;
}
.site-content .content-area {
    width: 100%;
}

select#dealerlist {
    padding: 8px 12px 8px 12px;
    height: 41px;
}
.sign-btn{
    margin-top: 1rem;
}
.goto-singup, .goto-login{
    color:#13477f;
    margin: 0px 3px;
    font-weight: 600;
}
.cancel-txt{
    font-size: 1.5rem !important;
    font-weight: normal;
    width: 100%;
    text-align: left !important;
    width: 100%;
    display: none;
    margin-bottom: 7px !important;
}
.form-success .cancel-txt a{
    color: #13477F !important;
    padding: 0;
    text-decoration: underline;
    font-weight: normal !important;
}
   
.goto-singup:hover, .goto-login:hover{
    color: #13477F;
    text-decoration: none;
}
.contracts-a{

}
.allowdDomain-section{
    display: none;
}
/* plan selection radio button */
/* The container */
.plan-check{
    position: absolute;
    right: 11px;
    top: 3px;
}
.plan-check .container {
    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;
    width: auto;
    top: -3px;
    right: -10px;
  }
 /* Create a custom radio button */
 .plan-active .plan-check .checkmark {
    position: absolute;
    top: -7px;
    left: auto;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    right: 0;
    background-color: #13477f;
  }

  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .plan-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
 
  /* Style the indicator (dot/circle) */
  .plan-active .plan-check .container:after {
    background: #ffffff;
    position: absolute;
    top: -7px;
    width: 7px;
    height: 14px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #ffffff00 !important;
    border-radius: 0;
    right: 4px;
    left: auto;
  }
/* end plan selection radio button */
/* 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: 0;
    left: 0;
    height: 17px;
    width: 17px;
    border-radius: 50%;
}

/* 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%;
}

/* end*/
/* Create a custom checkbox */
.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
}

/* 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: #009b4c;
}

/* 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: 1px solid #d2d7dd;
    border-radius: 12px;
    background-color: #ffffff;
    padding: 3rem 3rem;
}

.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;
}
#otp-form #otp{
    width: 70%;
}
#otp-expire{
    display: none;
}
#otp-form .cus-input.form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 7px;
    max-width: 100%;
}
#otp-form .cus-input.form-group #otp{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
#otp-form .cus-input.form-group .getOTP:active,
#otp-form .cus-input.form-group .getOTP:focus{
    background-color: #13477F !important;
    color: #ffffff;
}
#otp-form .cus-input.form-group .getOTP:hover{
    background-color: #ffffff !important;
    border: 0px;
    color: #13477F;
}
#otp-form  .getOTP{
    background-color: #00800000;
    color: #13477F;
    padding: 1rem;
}
#otp-form p{
    color: #707070;
    font-size: 1.25rem;
    text-align: center;
    max-width: 320px;
    margin: auto;
    margin-bottom: 1rem;
    column-gap: 0px !important;
    line-height: 1.25;
}
#email-otp{
    font-weight: 700;
    display: inline-block;
}
#otp-form .resend-btn p{
    margin-bottom: 0rem;
}
#otp-form .resend-btn{
    display: flex;
    align-items: center;
    column-gap: 7px;
}
.logout-btn{
    display: block;
    max-width: 1020px;
    margin: auto;
    text-align: right;
    margin-bottom: 3rem;
    padding: 0px 3rem;
}
.logout-btn a:hover,
.logout-btn a:active,
.logout-btn a:focus {
    background-color: #13477F !important;
    text-decoration: none !important;
    outline: none !important;
}

#msform fieldset,
.loginform fieldset {
    background: white;
    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;
}
.main-section{
    max-width: 1020px;
    margin: auto !important;
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
}

.loginform fieldset {
    justify-content: center;
    width: 100%;
    margin: 0 0%;
}
.contract-list{
    max-width: 1020px;
    margin: auto;
    padding: 0px 15px;
    max-height: 350px;
    overflow: auto;
}
#contractsList{
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    box-shadow: 0px 3px 3px 0px #dbd6d6;
    -webkit-box-shadow: 0px 3px 3px 0px #dbd6d6;
    -o-box-shadow: 0px 3px 3px 0px #dbd6d6;
    -moz-box-shadow: 0px 3px 3px 0px #dbd6d6;
    -ms-box-shadow: 0px 3px 3px 0px #dbd6d6;
    border-radius: 6px;
}
.contract-list th{
    background-color: #13477F;
    color: #ffffff;
    border: 0px;
    padding: 1.5rem;
}
.contract-list td{
    border: 0px;
    text-align: left;
    padding: 1.5rem;
}
.contract-list td.status,
.contract-list th.status{
    text-align: center;
    display: flex;
    justify-content: center;
}
.contract-list td.status span{
    padding: 0.5rem;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    width: 70%;
    display: block;
}
.contract-list td .default{
    background-color: hsla(213, 4%, 53%, .12);
    color: #82868b !important;
}
.contract-list td .active{
    background-color: rgba(40, 199, 111, .12);
    color: #28c76f !important;
 }
 .contract-list td .pending{
    background-color: rgba(255, 159, 67, .12);
    color: #ff9f43 !important;
 }
 .contract-list td .inforce{
    background-color: rgb(19 71 127 / 25%);
    color: #13477F !important;
 }
.contract-list tr{
    border-bottom: 1px solid #ebebeb;
}
.contract-list tr:nth-of-type(odd){
    background-color: #ffffff;
}
.contract-list tr:nth-of-type(even){
    background-color: #eff9ff;
}
/*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,
.dealer-referer {
    /* width: 100px; */
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 25px;
    margin: 10px 5px;
    line-height: 1.5;
    border-radius: 4px !important;
    background-image: linear-gradient(180deg, #13477F 0%, #13477F 100%) !important;
    font-size: 16px;
}
#msform .action-button.previous{
    background-color: #a7a7a7 !important;
    background-image: none !important;
}
.loginform .action-button {
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 25px;
    margin: 10px 5px;
    line-height: 1.5;
    width: 100px !important;
}

/* #msform .action-button:hover,
#msform .action-button:focus,
.loginform .action-button:hover,
.loginform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #13477F;
}

.loginform .action-button:hover,
.loginform .action-button:focus {
    box-shadow: none;
    cursor: pointer;
    background-color: #13477F !important;
} */

/*headings*/
.fs-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #13477f !important;
    margin-bottom: 30px;
    text-align: center !important;
}
.step-title{
    font-size: 20px;
    text-transform: uppercase;
    color: #13477f !important;
    text-align: left !important;
    font-weight: 500;
    max-width: 1020px;
    margin: auto;
    margin-bottom: 3rem !important;
    display: block;
    margin-top: 3rem;
    padding: 0px 15px;
}

.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 {
    line-height: 2;
    margin-bottom: 7px;
}

.profile-details h6 {
    margin-bottom: 5px;
}

/*progressbar*/

#progressbar li:after{
	    top: 25px;
        height: 7px;
}

#progressbar li.active:before, #progressbar li.active:after{
  color: white;
}
#progressbar li:before {
	    width: 50px;
        height: 50px;
        line-height: 50px;
	    font-size: 15px;
        border-radius: 100%;
}
#progressbar li{
	font-weight: 600;
}
#msform fieldset{
	box-shadow: none;
	margin-top:50px;
	padding-left: 15px;
}
.fs-title{
	margin-bottom: 30px;
    text-align: left;
}
.fs-subtitle {
    font-weight: normal;
	font-size: 16px; color: #111; }


.checkbox label, .radio label{
	font-size: 13px;
    color: #111; 
}
.account-details-show .row > div p,.pricing-table h4{
    font-size: 16px;
	color:#111;
    margin-bottom: 0px;
}
.productpricelist p{
	clear:both;
}
span.price {
    float: right;
    font-size: 16px;
	font-weight:600;
}
.total-price .price{
	font-size: 20px!important;
}
.total-price{
		font-size: 20px!important;
}
.pricing-table{
    max-width: 350px;
    margin-left: auto !important;
}
.pricing-table h4{
	margin-bottom:30px;
}
/*success */
.form-success .contract-list h1 {
    font-size: 3rem;
    text-align: left;
}
.form-success a {
    border: 1px solid #00c0f3;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 25px;
    margin: 10px 5px;
    line-height: 1.5;
 }
 .form-success .cancel-txt a:hover,
 .form-success .cancel-txt a:active,
 .form-success .cancel-txt a:focus,
 .support-section a:focus,.support-section a:active,.support-section a:hover{
    background-color: #00000000 !important;
    color: #13477F !important;
    outline: none !important;
    border: 0px;
    text-decoration: none !important;
 }
 .support-section .active{
    color:#13477f;
 }
.form-success a.dealer-referer{
    background-color: #cccccc!important;
}
.dealer-referer{
	margin-top: 30px;
    position: relative;
    top: 15px;
    display: flex;
    justify-content: flex-start;
    max-width: 90px;
    text-align: right;
    float: right;
    background-color: #cccccc!important;
}
/*end*/
#progressbar {
    overflow: hidden;
    counter-reset: step;
    padding: 0;
    text-align: center;
    max-width: 1020px;
    margin: auto;
    margin-bottom: 15px;
    border-bottom: 1px solid #d9d9d9ba;
    padding-bottom: 15px;
}

#progressbar li {
    list-style-type: none;
    color: #13477f;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
    font-size: 1.25rem;
    position: relative;
}
#progressbar li i{
    position: absolute;
    top: 15px;
    left: 0px;
    right: 11px;
    bottom: 0;
    margin: auto;
    width: 10px;
    color: #ffffff;
    font-size: 2rem;
    display: none;
}
#progressbar li.completed i{
display: block;
}
#progressbar li.completed::before{
content: '';
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    display: block;
    color: #333;
    background: #ccc;
    margin: 0 auto 5px auto;
    background-image: linear-gradient(180deg, rgb(106 162 211 / 35%) 37%, rgb(98 168 231 / 35%) 97%) !important;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 80%;
    height: 7px;
    background: rgb(69 113 152 / 35%);
    position: absolute;
    left: -40%;
    z-index: 0;
    top: 25px;
}
#progressbar li:first-child:after {
    /*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{
    background-image: linear-gradient(180deg, #13477F 37%, #13477F 97%) !important;
}
#progressbar li, #progressbar li.active{
    color: #13477F;
}
#progressbar li.active:before,
#progressbar li.active:after {
    color: white;
}

#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;
}

div#filterDate2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

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

#msform .cus-input {
    margin-bottom: 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-radius: 5px !important;
    border: 1px solid #d2d7dd !important;
    outline: none !important;
}

#msform .cus-input input[type="text"]:focus {
    outline: none;
}

#msform .cus-input input {
    border-radius: 5px 0 0px 5px;
}
#msform .cus-input label{
    width: 100%;
    text-align: left;
    margin-bottom: 3px;
    font-size: 12.5px;
    font-weight: normal;
}
.req{
    color: #ff201a;
}
#custom-register-form,
#otp-form {
    display: none;
}

.state-dropdown {
    padding-left: 15px;
    padding-right: 15px;
}

.state-dropdown .cus-input {
    padding-left: 0px;
    padding-right: 0px;
}

.customer-section {
    display: flex;
    justify-content: flex-start;
    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;
    display: none;
}

.sale-price .fs-subtitle,
.doller-icon {

    margin-bottom: 0px;
}

.sale-price .fs-subtitle {
    font-size: 18px !important;
    font-weight: normal;
    padding-right: 15px;
}

.doller-icon {
    font-size: 18px !important;
    font-weight: normal;
    padding-right: 7px;
}

.sale-price .fs-subtitle {
    width: 80%;
}

.sale-price #salePrice {
    width: 70px !important;
    font-size: 18px;
    text-align: right;
    padding: 3px;
    padding-right: 5px;
}
/* .payment-info > .row > div:nth-of-type(1){
    border-right: 1px solid #dddddd;
} */
.payment-info .total-price {
    display: none;
}

.plan-info-f .sale-price .fs-subtitle {
    font-size: 16px !important;
    font-weight: 100;
    padding-right: 15px;
}

.plan-info-f .doller-icon {
    font-size: 16px !important;
    font-weight: 100;
    padding-right: 7px;
}

.plan-info-f .sale-price #salePrice {
    font-weight: 400;
    font-size: 15px;
}
.plan-info-f .fs-title{
    margin-bottom: 0px;
}
.form-txt{
    font-size: 1.5rem;
    margin-bottom: 30px;
}
.payment-info .sale-price {
    background-color: #eef1edc7;
    padding: 10px 20px;
    border: 1px solid #377d224f;
    min-height: 85px;
    width: 100%;
    top: 15px;
    position: relative;
}

.payment-info .sale-price .fs-subtitle {
    font-weight: 600;
}
.payment-info{
    margin: auto;
}
.plan-des, .plan-total{    
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.plan-des{
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 1rem;
}
.plan-total > div{
    width: 50%;  
}
.plan-total{
    font-size: 20px;
    font-weight: 600;
    width: 100%;
}
.plan-name, .surcharges-name,.plan-total > div:nth-of-type(1){
    color: #13477f;
}
.plan-block .pln-name {
    font-size: 3rem;
}
.pln-amt{
    display: flex;
    align-items: center;
}
.plan-table .plan-name, .surcharges-name,
.plan-total > div:nth-of-type(1),
.odometer-image{
    text-align: left;
}
.plan-amnt, .surcharges-amnt, .total-amnt{
    text-align: right;
}
.plan-surcharges{
    font-size: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
}
.pricing-table .plan-table .surchage-title{
    width: 100%;
    margin-bottom: 0px;
    text-align: left !important;
    font-size: 1rem;
    font-size: 11px;
    font-weight: 600;
    color: #13477f;
    margin-bottom: 0.35rem;
}
.total-amnt{
    color: #13477F;
}
.surcharges-name, .surcharges-amnt, .plan-name, .plan-amn,.plan-amnt{
    width: 50%;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}
.pricing-table{
    background: #ffffff;
    border-radius: 15px;
}
.pricing-table > .fs-title{
    background: #13477F;
    color: #fff !important;
    margin: 0;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    letter-spacing: .5px;
}
#plan-table{
    padding: 1rem;
}
/* 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-container.swal2-center>.swal2-popup.logout{
    width: 20%;
    min-width: 300px;
}
.swal2-popup .swal2-html-container {
    font-size: 16px !important;
    padding-top: 0px;
    margin-top: 15px;
}

.swal2-icon.swal2-warning {
    border-color: #a4bb39 !important;
    color: #a4bb39 !important;
}
.logout .swal2-actions .swal2-styled.swal2-cancel{
    background: #a7a7a7 !important;
}
.swal2-icon .swal2-icon-content {
    color: #a4bb39 !important;
}

#final-purchase-price {
    color: #009b4c !important;
    font-size: 20px !important;
    font-weight: 700;
    text-align: right;
    width: auto;
    margin-bottom: 0px;
}

.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 */
p.dowc-custom-error1,
p.dowc-custom-error2,
p.dowc-custom-error3,
p.dowc-custom-error4,
.user_login_error {
    color: #ff201a;
    text-align: center;
    width: 100%;
    font-weight: 600;
}
p.dowc-custom-error3{
    text-align: left;
}
.user_otp_success{
    color: #009b4c!important;
    text-align: center;
    width: 100%;  
}
.multistepform-container {
    max-width: 100% !important;
    padding: 1.5rem;
    padding-top: 0px;
}
.plansurcharges-container {
    display: none;
}

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

.plansurcharges .checkbox {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    margin-right: 10px !important;
}

.form-success {
    text-align: center;
    max-width: 100% !important;
    margin-top: 0px !important;
}

.form-success h1 {
    margin-bottom: 20px;
    color: #13477f;
}

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

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

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

header#masthead {
    padding: 10px 0;
}
#timer, #resendOtp{
    display: flex;
    align-items: center;
    border: 1px solid #d2d7dd !important;
    margin-bottom: 0px;
    padding: 1.25rem;
    border-radius: 5px;
}
#timer{
    width: 70px;
    text-align: center;
    align-items: center;
}
div#loading {
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 10001;
    background: #ffffffb8 no-repeat 50% 50%;
    display: none;
    left: 0px;
    bottom: 0;
}

.loginform div#loading {
    display: none;
}
.loader {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #13477F;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
.typeahead.dropdown-menu>.active>a {
    background-color: #009b4c !important;
}

.typeahead.dropdown-menu {
    padding-top: 0px;
}

.form-success a {
    max-width: 275px;
    width: 275px !important;
    margin: auto !important;
}

.form-success a.dealer-referer {
    margin: auto !important;
    float: none;
    justify-content: center;
    max-width: 100px;
}

.form-success a.dealer-referer:hover,
.form-success a:hover,
.form-success a:active,
.form-success a:focus {
    text-decoration: none;
}

.row.form-success p {
    margin-bottom: 20px;
    font-size: 20px;
}

.logout-btn a {
    line-height: 1.5;
    font-size: 16px;
    width: 104px !important;
    display: inline-block !important;
    background-color: #13477F !important;
    border-radius: 4px;
    padding: 10px 25px !important;
    text-align: center;
    color: #ffffff !important;
    font-weight: 700;
}
.logout-btn a.contracts-a
{
    background-color: #00800000 !important;
    color: #13477F !important;
    text-decoration: underline;
}
.logout-btn a.contracts-a:hover,
.logout-btn a.contracts-a:active,
.logout-btn a.contracts-a:focus{
    color: #13477F !important;
    cursor: pointer;
    background-color: #00800000 !important;
}

.logout-btn a:hover,
.logout-btn a:active,
.logout-btn a:focus {
    background-color: #13477F !important;
    outline: none !important;
    text-decoration: none !important;
}

span.price {
    float: right;
    color: grey;
}

/* 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;
}

.pricing-table hr {
    margin: 10px 0;
}


fieldset.payment-info h2.fs-title {
    margin: 20px 0px 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: left !important;
 }
.pricing-table{
margin: 20px 0px;
}
.pricing-table h2.fs-title{
    text-align: center !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 p.m-b-10.f-w-500 {
    font-weight: 600;
}
.card-block.account-details-show .col-sm-6 {
    margin-bottom: 15px;
}

p.total-price,
p.total-price span.price {
    font-weight: 700;
    color: #000;
}

.total-price {
    font-size: 20px;
}

.card-block.account-details-show {
    margin-bottom: 40px;
    text-align: left;
}

.nxt-prv-cnt {
    text-align: center;
}
#msform .nxt-prv-cnt{
    margin-top: 15px;
    border-top: 1px solid #d9d9d9ba;
    padding-top: 15px;
}
.card-block h6.text-muted.f-w-400 {
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

.txtright {
    text-align: right;
    margin-top: 10px;
    font-size: 13px;
    width: 100%;
    float: right;
}

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

.productpricelist_preview h3.surch,
.productpricelist_preview_container {
    display: none;
}

.productpricelist_preview p {
    clear: both;
}

#contact-info-contain {
    width: 100%;
    margin-top: 25px;
}

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

.planterm .radio {
    float: left;
    margin-right: 15px !important;
    margin-top: 0 !important;
}

.planterm {
    margin-bottom: 10px;
    margin-top: 15px;
}

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

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

#msform fieldset {
    background: none;
    border: 0 none;
    border-radius: 3px;
    padding: 20px 15px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 10%;
    /*stacking fieldsets above each other*/
    position: relative;
    max-width: 1020px;
    margin: auto;
}

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

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

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

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

.txt-center {
    text-align: center;
}

.hide-surcharge {
    display: none !important;
}

#quoteStateID,
#vin {
    min-height: 43px;
    font-size: 12.5px;
}

.dropdown-content#state-select {
    min-width: auto;
    padding: 0px;
    position: relative;
}

.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;
    background-color: #A4BB39 !important;
    color: #ffffff !important;
}

.dropdown-content#state-select li.active-li,
.dropdown-content#brand-select li.active-li {
    background-color: #009b4c !important;
    color: #ffffff !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;
}

.dropdown-content {
    display: block;
    background-color: #ffffff00;
    min-width: 230px;
    border: 0px solid #ddd;
    z-index: 1;
}

fieldset .input-container.vin-notify .error-text.err, #stateCityValueErrormsg, #vin-error {
    color: #ff201a !important;
    text-align: left;
}

.dropdown-content li {
    color: #333;
    padding: 7px 15px;
    text-decoration: none;
    display: block;
    font-size: 18px;
    margin-top: 0px !important;
}

.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;
}

/* end */

#s-bgclr-buydown-flex h1,
#s-bgclr-buydown-flex .buydown-heading,
#s-bgclr-buydown-flex .prepay-save .prepay-check span,
#s-bgclr-buydown-flex .buydown-container .buydown-heading,
#s-bgclr-buydown-flex .buydown-container .buydown-p,
#s-bgclr-buydown-flex .buydown-container .buydown-amount ul li a,
#s-bgclr-tw .covered-txt,
.deduct-whats .deduct-blk h3,
.deduct-whats .deduct-blk .deductible-list label p {
    color: #20464E !important;

}

#s-bgclr-buydown-flex .buydown-container .buydown-amount ul li.active {
    background-color: #C29F5A !important;
}

#s-bgclr-buydown-flex .buydown-container .buydown-amount ul {
    border: 1px solid #20464E !important;
}

#s-bgclr-buydown-flex .buydown-container .buydown-amount ul li a span,
#s-bgclr-buydown-flex .buydown-container .buydown-amount ul li.active a {
    color: #FFFFFF !important;
}

#s-bgclr-buydown-flex h1,
#s-bgclr-buydown-flex .buydown-heading,
#s-bgclr-buydown-flex .prepay-save .prepay-check span,
#s-bgclr-buydown-flex .buydown-container .buydown-heading,
#s-bgclr-buydown-flex .buydown-container .buydown-amount ul li a {
    font-family: 'gotham-bold' !important;
}

#s-bgclr-buydown-flex .buydown-container .buydown-p {
    font-family: 'gotham-book' !important;
}

#s-bgclr-tw .plan-price .total-amt-blk,
#s-bgclr-tw .plan-price .car-covrg-blk,
#s-bgclr-tw .deduct-whats {
    padding: 15px !important;
}

#s-bgclr-tw .plan-price .total-amt-blk {
    width: 50% !important;
}

#s-bgclr-tw .plan-price .car-covrg-blk {
    width: 40% !important;

}

#s-bgclr-tw .plan-price .tooltip-container {
    width: 10% !important;
}

#s-bgclr-tw .plan-active .plan-price {
    background-color: #C29F5A !important;
    border-top-right-radius: 15px 15px !important;
    border-top-left-radius: 15px 15px !important;
}

#s-bgclr-tw .plan-price .total-amt-blk .pln-name,
#s-bgclr-tw .plan-price .car-covrg-blk .cvg-percnt .pln-amt span {
    color: #ffffff !important;
    font-family: 'gotham-bold' !important;
    font-size: 24px !important;
    line-height: 24px !important;
}

#s-bgclr-tw .plan-price .car-covrg-blk .cvg-percnt .pln-amt span {
    text-wrap: nowrap !important;
}

#s-bgclr-tw .plan-price .car-covrg-blk .cvg-percnt .pln-amt span.dollar-symbol,
#s-bgclr-tw .plan-price .car-covrg-blk .cvg-percnt .pln-amt span.per-month {
    top: -10px !important;
}

#s-bgclr-tw .plan-block {
    padding: 0 !important;
    background: #FFFFFF !important;
}
.pln-amt{
    font-weight: 600;
}
.plan-active .car-covrg-blk::after,
#s-bgclr-tw .price-border {
    display: none !important;
}

#s-bgclr-tw .covered-txt {
    margin: 0 !important;
    font-size: 20px !important;
    font-family: 'gotham-bold' !important;
    padding-left: 15px !important;
    padding-top: 15px !important;
}

#s-bgclr-tw .covered-subtxt {
    padding-left: 15px;
    margin-bottom: 0 !important;
    font-size: 12px !important;
    line-height: 14px !important;
    font-family: 'gotham-bookItalic' !important;
}

#s-bgclr-tw .covered-txt span {
    margin-top: 0 !important;
}

#s-bgclr-tw .plan-price {
    background-color: #20464E !important;
    border-top-right-radius: 15px 15px !important;
    border-top-left-radius: 15px 15px !important;
}

#s-bgclr-tw .most-popular {
    background-color: #C29F5A !important;
}

#s-bgclr-tw .plan-list {
    display: flex !important;
    background-color: #ffffff !important;
}

#s-bgclr-tw .plan-list li,
#s-bgclr-tw .plan-list .plan-notes,
#s-bgclr-tw .whats-covered a {
    color: #000000 !important;
}

#s-bgclr-tw .whats-covered a {
    font-size: 15px !important;
    font-family: 'gotham-bold' !important;
}

#s-bgclr-tw .whats-covered {
    padding-bottom: 0 !important;
}

#s-bgclr-tw .plan-list ul {
    justify-content: center !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    padding-bottom: 10px !important;
}

#s-bgclr-tw .plan-list li label {
    font-size: 14px !important;
    font-weight: normal !important;
}

#s-bgclr-tw .plan-list .plan-notes {
    font-size: 12px !important;
    font-family: 'gotham-light' !important;

}

#s-bgclr-tw .total-amt-blk {
    align-items: center !important;
}

#s-bgclr-tw .total-amt-blk .pln-name {
    padding-right: 0 !important;
}

#s-bgclr-tw .total-amt-blk .hover-icon {
    width: 20px !important;
}

#s-bgclr-tw .cvg-percnt p {
    flex-wrap: nowrap !important;
}

#s-bgclr-tw .coverage-container .plan-block {
    width: 30% !important;
}

#s-bgclr-tw .coverage-container .plan-block-div {
    width: 100% !important;
}

#s-bgclr-tw .taw-plan-item {
    display: flex !important;
    gap: 10px !important;
}

.coverage-container .vsc-block {
    align-content: stretch !important;
}

.paymentplan-section,
.paymentplan-section .quoteform-pdrl-innersection .elementor-widget-container,
.paymentplan-section .paymentplan-column-sectioninner .elementor-widget-wrap {
    padding: 0 !important;
}

#s-tireandwheel-sec .tw-heading {
    color: #20464E !important;
    font-size: 40px !important;
    line-height: 48px !important;
    text-align: left;
    font-family: 'gotham-bold' !important;
    padding-left: 270px !important;
}

/* tooltip */
.tooltip-container {
    position: relative;
    display: inline-block;
}

#s-bgclr-tw .coverage-container .tire-wheel-section {
    background-color: #FFFFFF !important;
}

#s-tireandwheel-sec .tireandwheel-options-block {
    margin-top: 0;
}

.tooltip {
    visibility: hidden;
    width: 300px;
    background-color: white;
    color: #333;
    text-align: left;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 80%;
    margin-left: 10px;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    height: auto;
}

.tooltip-container:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.tooltip-container .tooltip:hover {
    visibility: visible;
    opacity: 1;
}

.tooltip h4,
.tooltip h3 {
    margin: 10px 0 !important;
    font-size: 24px !important;
    line-height: 28px !important;
    font-family: 'gotham-bold' !important;
    color: #20464E !important;
}

.tooltip h6 {
    margin: 15px 0px !important;
    font-size: 18px !important;
    color: #000000 !important;
    font-family: 'gotham-bold' !important;
}


.tooltip p {
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    font-family: 'gotham-book' !important;

}

/* tooltip end */
#s-tireandwheel-sec .tireandwheel-options-block {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    margin-bottom: 7rem !important;
}

#s-tireandwheel-sec .tireandwheel-options-block .tireandwheel-blk,
#s-tireandwheel-sec .tireandwheel-options-block .adition-options-blk {
    width: 35% !important;
    border: 1px solid #979797 !important;
    border-radius: 20px !important;
}

#s-tireandwheel-sec .tireandwheel-options-block .tireandwheel-blk h4,
#s-tireandwheel-sec .tireandwheel-options-block .adition-options-blk h4 {
    width: 100% !important;
    background-color: #20464E !important;
    margin: 0 !important;
    border-top-right-radius: 20px 20px !important;
    border-top-left-radius: 20px 20px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-family: 'gotham-bold' !important;
}

#s-tireandwheel-sec .tireandwheel-options-block .tireandwheel-blk .tw-section {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    padding-top: 35px !important;
    padding-bottom: 15px !important;
    max-width: 100% !important;
}

#s-tireandwheel-sec .tireandwheel-options-block .tireandwheel-blk .tw-section .tireandwheel-plans .taw-plan-item {
    width: 100% !important;
    display: flex !important;
    justify-content: flex-start !important;
    margin-bottom: 20px !important;
    padding-left: 25px !important;
    /* align-items: center !important; */
}

#s-tireandwheel-sec .tireandwheel-options-block .tireandwheel-blk .tw-section .tireandwheel-plans .taw-plan-item .tw-subcont {
    width: 100%;
    display: flex !important;
    align-items: center;
    /* justify-content: space-between !important; */
    gap: 10px;
}

.hover-icon2 img {
    width: 16px !important;
}

#s-tireandwheel-sec .tire-wheel-section .taw-plan-item .tw-subcont .quote-container p {
    width: auto !important;
}

#s-tireandwheel-sec .tireandwheel-options-block .tireandwheel-blk,
#s-tireandwheel-sec .tireandwheel-options-block .adition-options-blk {
    padding: 0 !important;
}

#s-tireandwheel-sec .tireandwheel-options-block .tireandwheel-blk .tw-section .tireandwheel-plans {
    width: 80% !important;
}

#s-tireandwheel-sec .tireandwheel-options-block .tireandwheel-blk .tw-section .tireandwheel-plans .taw-plan-item .quote-container {
    width: auto !important;
    justify-content: flex-start !important;
    text-align: left !important;
}

#s-tireandwheel-sec .tireandwheel-options-block .adition-options-blk .flx-box {
    margin: auto !important;
    justify-content: flex-start !important;
    position: inherit !important;
    width: 100% !important;
    padding-top: 35px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 15px !important;
}

#s-tireandwheel-sec .taw-plan-item .switch-btn input,
#s-tireandwheel-sec .tireandwheel-options-block .adition-options-blk .quote-container.check-box input~.checkmark {
    /* border: 1px solid #000 !important; */
    border-radius: 50% !important;
    opacity: 1 !important;
}

#s-tireandwheel-sec .tireandwheel-options-block .adition-options-blk .quote-container.check-box input~.checkmark {
    height: 1.5rem !important;
    width: 1.5rem !important;
}

#s-tireandwheel-sec .tireandwheel-options-block .adition-options-blk .quote-container.check-box .checkmark {
    top: 4px !important;
}

#s-tireandwheel-sec .tireandwheel-options-block .adition-options-blk .flx-box .additional-checkbox {
    width: 49% !important;
}

#s-tireandwheel-sec .tireandwheel-options-block .coupon-section {
    padding-top: 30px !important;
}

#s-tireandwheel-sec .tireandwheel-options-block .coupon-section h6 {
    color: #20464E !important;
}

#s-tireandwheel-sec .tireandwheel-options-block .coupon-section #coupon_code_field {
    border: 1px solid #979797 !important;
}

#s-tireandwheel-sec .tireandwheel-options-block .coupon-section .coupon-group-append #coupon_submit {
    background-color: #20464E !important;
}

#s-tireandwheel-sec .add-title-cont {
    /* width: 1380px !important; */
    width: 100% !important;
}

/* #s-tireandwheel-sec .taw-plan-item input[type="checkbox"]:checked::before {
    content: url(https://dev5.1800warranty.com/wp-content/uploads/2025/02/Path-4.svg) !important;
    background: #C29F5A !important;
    border-radius: 50% !important;
} */

#s-tireandwheel-sec .taw-plan-item input[type="checkbox"] {
    opacity: 0;
    position: relative;
    width: 15px;
    height: 15px;
}

#s-tireandwheel-sec .taw-plan-item input[type="checkbox"]:checked::before {
    content: url(https://dev5.1800warranty.com/wp-content/uploads/2025/02/Path-4.svg) !important;
    background: #C29F5A !important;
    position: absolute;
    top: 60%;
    left: 70%;
    transform: translate(-50%, -50%);
    height: 14px;
    width: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #C29F5A !important;
}

#s-tireandwheel-sec .taw-plan-item input[type="checkbox"]:not(:checked)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 1px solid #000 !important;
}

/* Default state - Empty checkmark */
.quote-container.check-box .checkmark {

    width: 20px;

    height: 20px;

    border-radius: 50%;

    border: 1px solid #000 !important;

    background: transparent;

}

#s-bgclr-buydown-flex h1,
#step2 #s-bgclr-buydown-flex .quote-title {
    padding-bottom: 20px !important;
}
/* plan ui */
.coverage-container .vsc-block {
    margin-bottom: 7rem;
    width: 100%;
    margin-top: 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 15px;
}
.coverage-container .plan-block {
    width: 33%;
    /* float: left; */
    margin: 0px 0px;
    position: relative;
    padding-top: 7px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    cursor: pointer;
    background-color: #ffffff;
    box-shadow: 1px 3px 3px 3px #0000001c;
    -ms-box-shadow: 1px 3px 3px 3px #0000001c;
    -webkit-box-shadow: 1px 3px 3px 3px #0000001c;
    -moz-box-shadow: 1px 3px 3px 3px #0000001c;
    -o-box-shadow: 1px 3px 3px 3px #0000001c;
    border: 0px solid #ffffff;
    border-radius: 15px;
    padding: 15px 25px;
    padding-right: 15px;
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    padding-right: 15px;
    justify-content: space-between;
    min-height: 85px;
    padding-bottom: 0px;
 }
span.dollar-symbol {
    font-weight: 600;
    width: auto;
    top: -1px;
    position: relative;
    font-size: 3rem;
}
span.price-amnt {
    top: 0px;
    letter-spacing: 0px;
    font-size: 3rem;
}
.covered-txt{
    font-size: 1.75rem;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0.5rem;
    color: #13477f !important;
    margin-top: 1.5rem;
}
.covered-subtxt{
    text-align: left;
    line-height: 1.25;
    font-style: italic;
}
.coverage-title{
    text-align: left;
    font-size: 1.25rem;
    margin-top: 1.5rem;
}
.coverage-options{
    text-align: left;
    padding-left: 0px;
    list-style: none;
    margin-top: 0.5rem;
}
.plan-block-div{
    width: 100%;
    position: relative;
}
span.per-month {
    font-size: 12px;
    width: auto;
    text-align: left;
    padding-left: 3px;
    padding-right: 3px;
    line-height: initial;
    display: block;
    width: 100%;
    text-align: center;
    top: -15px;
    text-align: center;
    font-weight: 600;
    top: 5px;
    position: relative;
}
span.totl-amt {
    width: auto;
}
.tire-wheel-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.tireandwheel-options-block {
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
    width: 100%;
}
.adition-options-blk {
    margin: auto;
    width: 100%;
    text-align: center;
}
.tireandwheel-blk h4, .adition-options-blk h4 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 27px;
    margin-top: 7px;
    color: #13477f !important;
}
#stateCityValue, #yearMakeModel {
    color: #13477f;
    text-align: left;
}
.adition-options-blk .flx-box {
    column-gap: 5px;
    justify-content: center;
    margin-top: 15px;
    position: relative;
    display: flex;
    justify-content: center;
}
.additional-checkbox {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
    width: 30%;
    margin-bottom: 7px;
    justify-content: center;
}
.quote-container {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    display: flex;
    column-gap: 10px;
    padding-left: 0px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.25rem;
}
.plan-block.plan-active {
    background-color: #ffffff;
    box-shadow: 1px 3px 3px 3px #0000001c;
    -ms-box-shadow: 1px 3px 3px 3px #0000001c;
    -webkit-box-shadow: 1px 3px 3px 3px #0000001c;
    -moz-box-shadow: 1px 3px 3px 3px #0000001c;
    -o-box-shadow: 1px 3px 3px 3px #0000001c;
    outline: 2px solid #13477f;
}
.tire-wheel-section .additional-checkbox p, .tire-wheel-section .taw-plan-item p {
    font-weight: 500 !important;
}
.quote-container.check-box input ~ .checkmark {
    border-radius: 3px;
}
.check-box .checkmark {
    height: 20px;
    width: 20px;
}
.quote-container.check-box .checkmark {
    top: 0px;
}
.checkmark {
    position: absolute;
    top: 7px;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 50%;
}
.quote-container.check-box input ~ .checkmark {
    border-radius: 3px;
}
.check-box .checkmark {
    height: 20px;
    width: 20px;
}
.quote-container {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    display: flex;
    column-gap: 10px;
    padding-left: 0px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.quote-container input:checked ~ .checkmark:after {
    display: block;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.additional-checkbox .quote-container {
    padding-left: 25px;
}
.additional-checkbox p {
    margin-top: 1px;
}
.additional-checkbox .check-box .surcharge_checkbox {
    position: absolute;
}
.quote-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.quote-container.check-box .checkmark:after {
    left: 6px;
    top: 0px;
    width: 6px;
    height: 15px;
    border: solid #13477F;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0;
}
.quote-container input:checked ~ .checkmark:after {
    display: block;
}
.plan-price {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #13477f26;
}
.total-amt-blk {
    width: 60%;
    display: flex;
    align-items: center;
    align-items: flex-start;
    padding-top: 0rem;
}
.plan-block.plan-active .pln-name {
    color: #13477f !important;
}
.car-covrg-blk {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    top: 0px;
    position: relative;
    padding-top: 0rem;
}
.plan-active .per-month span, .plan-active span.per-month, .plan-active span.dollar-symbol, .plan-active span.totl-amt, .plan-active .cvg-percnt p {
    color: #13477F;
}
.site-logo a{
    height: 100%;
    display: block;
}
.has-background-white .site .site-logo a:focus:not(.wp-block-button__link):not(.wp-block-file__button){
    background: none !important;
}
/* end plan ui */
/* When checkbox is checked */
/* show password */
.cus-input{
    position: relative;
}
.showPassword{
    position: absolute;
    right: 20px;
    top: 3px;
    bottom: 0px;
    margin: auto;
    align-items: center;
    width: 30px;
    background-color: #ffffff;
    height: 30px;
    text-align: right;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

/* end show password */
.processing.swal2-popup{
    min-width: 300px;
}
.processing .swal2-icon.swal2-warning, .processing .swal2-icon .swal2-icon-content,
.logout .swal2-icon.swal2-warning,.logout .swal2-icon .swal2-icon-content{
    border-color: #13477f !important;
    color: #13477f !important;
}
.processing .swal2-confirm,.logout .swal2-confirm{
    border-color: #13477f !important;
    background-color: #13477f !important;
    border-radius: 6px;
    outline: none !important;
}
.processing .swal2-confirm:hover,.logout .swal2-confirm:hover{
    color: #ffffff;
}
.contract-list > .title-h1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contract-section{
    position: absolute;
    top: 13.5rem;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.contract-inner .step-title{
    margin: 0;
}
.contract-inner .user-details{
    margin-left: auto;
    margin-right: 0px;
}
.contract-inner{
        display: flex;
        max-width: 1020px;
        margin: auto;
        align-items: flex-end;
        padding: 0px 15px;
}
/* email template */
.email-container {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    max-width: 600px;
    margin: auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.email-container .logo {
    max-width: 150px;
}
.email-container h2 {
    color: #333;
}
.email-container p {
    color: #666;
    margin:0px;
}
.logo-section{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
}
.logo-section img{
    width: 150px;
}
.email-container .footer{
    width: 100%;
    padding: 3rem;
    text-align: center;
    background-color: #656565;
    margin-top: 3rem;
}
.email-container .footer *{
    color: #ffffff;
}
.email-container .copy-writes{
    margin-bottom: 3rem;
}
.email-container .footer ul{
    list-style: none;
    padding: 0px;
}
.email-container .footer ul li{
    display: inline-block;
}
.email-container .footer ul li a{
    text-decoration: none;
    border-right: 1px solid #ffffff;
    padding: 3px;
}
.email-container .footer ul li:nth-last-of-type(1) a{
    border-right: 0px solid #ffffff;
}
/* end email template */
/* user details */
.user-title{
    padding: 0.75rem 1.5rem;
    position: relative;
    margin-bottom: 0rem;
    border-bottom: 1px solid #efefef;
    text-align: left;
    width: 100%;
}
.user-title h6{
    color: #13477f;
    font-size: 1.5rem;
    position: relative;
}
.main-left{
    width: 100%; 
}
.main-right{
    max-width: 1020px;
    margin: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 3rem;
    column-gap: 15px;
    flex-wrap: wrap;
    padding: 0px 15px;
}
.user-details{
    margin: auto;
    margin-bottom: 30px;
    text-align: right;
    padding: 3px 0px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    border: 1px solid #13477f;
    border-radius: 7px;
    background-color: #ffffff;
    margin-top: 0px;
    margin: 7px 0px;
    width: 40%;
}
.user-row{
    display: flex;
    column-gap: 7px;
    justify-content: flex-start;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    align-items: center;
    word-break: break-word;
}
#reqList .user-row{
    justify-content: space-between;
}
.reqCount{
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #13477f;
    color: #ffffff;
    display: block;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
}
#reqList .user-row >div:nth-of-type(1){
    width: auto;
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.user-row div.reqIcon i{
    position: absolute;
    left: 0px;
    right: 4px;
    top: 5px;
    bottom: 0;
    margin: auto;
}
.user-row >div:nth-of-type(1){
    width: 15px;
    color: #13477f;
    justify-content: flex-start;
}
.user-section{
    width: 100%;
}
.user-section-inner{
    padding:7px 1.5rem;
}
/* end user details */
@media (max-width:1024px) {
.main-right{
    order: -1;
    margin-top: 0px;
    width: 100%;
}
}
@media (min-width:1200px) {
    .customer-section .pricing-right {
        width: 375px;
    }
}

@media (max-width:1200px) {
    .p-r {
        padding-right: 0px;
    }

    .sale-price .fs-subtitle {
        width: 90% !important;
    }
}

@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: 100%;
    }

    .customer-section .pricing-right {
        width: 35%;
    }
}

@media (max-width:992px) {
    .profile-details .mt-30 {
        margin-top: 0px !important;
        width: auto !important;
    }

    .customer-section .pricing-right {
        width: 100%;
    }
    #progressbar li:after {
        width: 70.5%;
    }
    .coverage-container .plan-block {
        width: 45%;
    }
    .adition-options-blk {
        min-width: 100%;
    }
    .adition-options-blk .flx-box{
        left: 0px;
    }
    #progressbar li:after {
        left: -35%;
    }
    .form-success .contract-list h1{
        font-size: 2rem;
    }
    .row.form-success .cancel-txt a{
        display: inline !important;
     
    }
    .cancel-txt, .form-success .cancel-txt a{
        font-size: 1.25rem !important;
    }
  
}

@media (max-width:768px) {
    .loginform {
        /* margin: 15px; */
    }

    .swal2-container.swal2-center>.swal2-popup {
        width: 60%;
    }

    .plansurcharges>.checkbox {
        width: 45% !important;
    }
    .cancel-txt {
        font-size: 1.25rem !important;
    }
    #contractsList table{
        min-width: 800px;
        overflow: auto;
    }
    .additional-checkbox{
        width: 50%;
    }
    .form-success .contract-list h1, .cancel-txt{
        width: 100%;
        text-align: left !important;
    }
    .cancel-txt{
        order: -1;
    }
    .pricing-table{
        margin-left: 0px !important;
    }
    .contract-section{
        top: 11.5rem;
    }
    .site-branding {
        width: 30%;
    }
    .support-section{
        width: 70%;  
    }
    .user-details{
        width: 47%;
    }
}

@media (max-width:600px) {
    .site-branding, .support-section{
        width: 100%;
    }
    .site-logo{
        margin-bottom: 0px;
    }
    .cancel-txt, .site-logo{
        margin-bottom: 0px !important;
        margin-left: 0px !important;
    }
    .site-branding{
        margin-right:  0px !important;
    }
    .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;
    }

    #msform fieldset,
    .loginform fieldset {
        padding: 20px 20px;
    }

    .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%;
    }
    .loginform {
       max-width: 100%;
    }
    #otp-form #otp {
        width: 60%;
    }
    #progressbar li:after{
        content: '';
        width: 45%;
        left: -23%;
        top: 25px;
    }
    .coverage-container .plan-block {
        width: 100%;
    }
    .additional-checkbox{
        width: 100%;
    }
    .site-branding{
        height: 50px;
    }
    .support-section{
        padding-bottom: 1rem;
    }
    .site-branding:last-child {
        padding: 7px 7px;
    }
    .site-logo{
        margin-top: 0px !important;
        text-align: center;
        margin: auto;
        width: 100%;
    }
    .logout-btn a {
        font-size: 14px;
        padding: 7px 15px !important;
    }
    .row.form-success p.cancel-txt{
        margin-bottom: 20px !important;
    }
    .support-section{
        justify-content: center;
    }
    .site-header{
        row-gap: normal !important;
    }
    .support-section a{
        font-weight: 500;
        font-size: 1.25rem !important;
    }
    .user-details{
    margin-bottom: 15px;
    }
    .step-title {
        width: 100%;
        text-align: center !important;
        margin-bottom: 2.5rem !important;
    }
    .user-section{
        margin-right: auto;
    }
    .site-footer .site-info img {
        margin-bottom: 0px !important;
    }
    .user-details{
        width: 100%;
    }
}

@media (max-width:400px) {
    .plansurcharges>.checkbox {
        width: 100% !important;
    }
}