/**
 * 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;
}
.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-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;
}
/* checkbox design */
* The container */
.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;
  background-color:#ffffff;
  border-radius: 50%;
	    border: 2px solid #009b4c;
}

/* 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: #009b4c;
}
/* end*/
/* Create a custom checkbox */
.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #ffffff;
	    border: 2px solid #009b4c;
}

/* 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: 5px;
}
#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;
}
.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{
 font-weight: bold;
    color: white!important;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 7px 15px;
    margin: 10px 5px;
    line-height: 1.5;
    background-color: #009b4c;
    background-color: #A4BB39!important;
    border-radius: 4px;
}
.logout-btn a:hover,.logout-btn a:active,.logout-btn a:focus{background-color: #009b4c!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;
}

#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: #00c0f3;
    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;
}

#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 #27AE60;
}
#loginform .action-button:hover,#loginform .action-button:focus{
box-shadow: none;cursor:pointer;
    background-color: #009b4c!important;}
/*headings*/
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    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{
      line-height: 2;
      margin-bottom: 7px;
  }
  .profile-details h6{
    margin-bottom: 5px;
  }
/*progressbar*/
#progressbar {
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    padding: 0;
    text-align: center;
	max-width: 1020px;
    margin: auto;
	margin-bottom: 30px;
}

#progressbar li { 
    list-style-type: none;
    color: #000;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: #ccc;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 85%;
    height: 2px;
    background: #ccc;
    position: absolute;
    left: -42%;
    top: 9px;
    z-index: 0;
    /*put it behind the numbers*/
}

#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,
#progressbar li.active:after {
    background: #00c0f3;
    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: 20px;
}

#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;
    border: 1px solid #d2d7dd;
outline:none;
}

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

#msform .cus-input input[type="text"].calen {
    border-radius: 5px 0 0px 5px;
}
.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 .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;
}
.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;
}
/* 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: #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;
}

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

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

.row.form-success {
    text-align: center;
	    max-width: 100%!important;
}

.row.form-success h1 {
    margin-bottom: 20px;
}

.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: url(loader.gif) #ffffffb8 no-repeat 50% 50%;
}
#loginform div#loading {
	display:none;
}
.typeahead.dropdown-menu>.active>a{
background-color:#009b4c!important;
}
.typeahead.dropdown-menu{
	padding-top:0px;
}
.row.form-success a {
    border: 1px solid #00c0f3;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 5px;
    max-width: 275px;
    width: 275px!important;
    margin:auto!important;
}
.row.form-success a.dealer-referer{
    margin: auto!important;
    float: none;
    justify-content: center;
    max-width: 100px;
}
.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: 20px;
    font-size: 20px;
}
.row.form-success .logout-btn a{
	padding: 7px 15px!important;
    margin: 10px 5px;
    line-height: 1.5;
    background-color: #A4BB39!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: #009b4c!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;
}


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

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

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

.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: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    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;
}

.fs-title {
    font-size: 15px;
    text-align: left;
}

.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 {
    color: #ff201a!important;
}
.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 */
@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%;
}
}

@media (max-width:768px) {
	#loginform{
		margin:15px;
	}
    .swal2-container.swal2-center>.swal2-popup {
        width: 60%;}
        .plansurcharges > .checkbox{
            width: 45% !important;;
        }
}
@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;
        }
        
        #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%;
	}
}
@media (max-width:400px) {
        .plansurcharges > .checkbox{
        width: 100% !important;;
    }
}