/*global*/
:root {
  --primary-color: #00aeef;
  --secondary-color: #b2cf00;
  --black-color: #2c2c31;
  --fullwidth: 100%;
}


body {
  font-family: "Roboto", sans-serif;
  color: var(--black-color);
  font-weight: 400;
}
* {
  transition: all ease-in-out 0.25s;
  outline: 0px;
}
img {
  max-width: 100%;
}
.paymentErrors.error {
    color: red !important;
}
.bg-primary {
  background: var(--primary-color) !important;
}
.text-primary {
  color: var(--primary-color);
}
.text-primary-dark {
  color: #1977cc;
}
.border-primary {
  border-color: #00aeef !important ;
}
.border-primary-light {
  border-color: #b9deff !important ;
}
p {
  font-size: 15px;
  font-weight: 300;
}
p strong {
  font-weight: 700;
}
.logo{
	max-width: 160px;
	width: 100%;
}
h2 {
  font-weight: 700;
}
.btn {
  border-radius: 50px;
  border: 0px;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 70px;
}

.btn-primary.child.bg-primary {
  background: none !important;
  padding: 0px !important;
}
.btn-primary.child.bg-primary button,
.btn-primary.child.bg-primary a {
  border-radius: 50px;
  border: 0px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding: 18px 70px;
  background: #00aeef !important;
  color: #fff !important;
}
.btn-primary.child.bg-primary:hover button,
.btn-primary.child.bg-primary:hover a {
  background: #0062cc !important;
}

.container-fluid {
  max-width: 1366px;
  padding: 0 30px;
}
.pos-relative {
  position: relative;
}
.overlay-section:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.6);
}

.max-650 {
  max-width: 650px;
  margin: 0 auto;
}
.max-560 {
  max-width: 560px;
  margin: 0 auto;
}
.max-812 {
  max-width: 812px;
  margin: 0 auto;
}
.max-860 {
  max-width: 860px;
  margin: 0 auto;
}
.max-1010 {
  max-width: 1010px;
  margin: 0 auto;
  padding: 0 15px;
}
.max-1088 {
  max-width: 1088px;
  margin: 0 auto;
}
.max-1188 {
  max-width: 1188px;
  margin: 0 auto;
}

/*header*/
.navbar {
  padding: 20px 0;
  background: none;
}
.custom-logo {
  
}
.hero-radius {
  border-radius: 20px;
  overflow: hidden;
}
.hero-banner {
  position: relative;
}
.banner-caption {
	position: absolute;
	z-index: 3;
	left: 2%;
	bottom: 10%;
	padding: 0 15px;
	max-width: 740px;
	width: 100%;
}

.form-banner .banner-caption {
    position: absolute;
    z-index: 3;
    left: 0; 
	right: 0px; 
	text-align: center;
    top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	bottom: inherit;
	max-width: 1340px;
	margin: auto;
}
  .form-banner .banner-caption h2 {font-weight: 400;font-size: 50px;}
  .form-banner img{ max-height: 200px; object-fit: cover; width: 100%;}
.banner-caption h2 {
  font-size: 32px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
.banner-caption p {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 35px;
}

/*protection product*/
.protection-product h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 75px 0 50px 0;
}
.protection-product p {
  font-size: 15px;
  font-weight: 300;
}
.product-list-block {
  border: 2px solid #00aff0;
  border-radius: 10px;
  overflow: hidden;
  margin-top:50px;
}
.product-list-block picture {
  display: block;
  overflow: hidden;
}
.product-list-block:hover picture img {
  transform: scale(1.05);
}
.product-list-block .card-footer {
  padding: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-list-block .card-footer img {
  height: 20px;
}
.product-list-block .card-footer a {
  color: #fff;
  text-decoration: none;
  padding: 15px;
  display: block;
}
.product-list-block .card-footer a img {
  display: inline-block;
  margin-left: 20px;
}
.product-list-block:hover .card-footer a img {
  margin-left: 25px;
}

footer {
  margin-top: 40px;
}


   
 
footer .footer-content{ padding-top: 35px; padding-bottom: 35px;  border-top: 1px solid #707070;}


footer p {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  margin: 0px;
  padding: 0px;
  text-align: justify;
}

/*product details*/
.full-container {
  margin: 0 auto;
  max-width: 1366px;
  position: relative;
}
.pro-details {
  margin: 0 auto;
  max-width: 1366px;
  position: relative;
}
.product-detail-img {
	position: absolute;
	right: 0;
	z-index: 5;
}

.top-content-section{
	padding-top: 110px;
}

.button-row-detail {
  margin: 90px 0 30px 0;
}

.cover-list-block > .vc_column-inner > .wpb_wrapper {
  min-height: 352px;
  padding: 30px 15px 0 15px;
  margin-bottom: 25px;
  text-align: center;
  border: 0px;
  border-radius: 30px;
  box-shadow: -4px 4px 12px rgba(0, 0, 0, 0.16);
}

.cover-list-block.emergency > .vc_column-inner > .wpb_wrapper {
  min-height: 266px;
}

.cover-list-block.doyouknow > .vc_column-inner > .wpb_wrapper {
  min-height: 266px;
  padding: 20px 10px 2px 10px;
}
.cover-list-block.doyouknow.first > .vc_column-inner > .wpb_wrapper,
.cover-list-block.doyouknow.second > .vc_column-inner > .wpb_wrapper,
.cover-list-block.doyouknow.third > .vc_column-inner > .wpb_wrapper {
  padding-top: 50px;
}

.cover-list-block.doyouknow h3 {
  margin-bottom: 6px;
}
.cover-list-block.doyouknow .wpb_single_image {
  margin-bottom: 15px;
}

.cover-list-block.doyouknow
  > .vc_column-inner
  .wpb_text_column.wpb_content_element {
  margin-bottom: 15px;
}

.cover-list-block figure {
  display: block;
  margin: 0 0 30px 0;
  min-height: 92px;
}
.cover-list-block h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #2c2c31;
}
.cover-list-block p {
  font-size: 15px;
  color: #2c2c31;
  font-weight: 300;
}
.cover-list-block .card-body {
  padding: 0px;
}

.plan-section {
  margin: 80px 0;
}
.plan-box > .vc_column-inner > .wpb_wrapper {
  border-radius: 15px;
  border: 2px solid #ccc;
  text-align: center;
  padding: 30px 40px;
  text-align: center;
}
.plan-box.border-primary-light > .vc_column-inner > .wpb_wrapper {
  border: 2px solid #b9deff !important;
}

.plan-box .card-header {
  background: none;
  border: 0px;
  padding: 0px;
}

.plan-box.border-primary-light h4 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
}
.plan-box h3 {
  font-size: 60px;
  font-weight: 700;
  margin-top: 20px;
}
.plan-box h3 span {
  font-weight: 300;
}
.plan-box ul {
  margin: 0px;
  padding: 0px;
}
.plan-box ul li {
  font-size: 15px;
  text-align: left;
  color: #2c2c31;
  margin: 35px 0;
  list-style: none;
}
.plan-box ul li:before {
  content: "";
  background: url(../images/icon-check.svg) no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.plan-box .wpb_single_image {
  margin: 10px 0;
}
.protection-product .vc_custom_heading {
  margin-left: auto !important;
  margin-right: auto !important;
}
.row-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.row-center .cover-list-block {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.row-center.smaller .cover-list-block {
  flex: 0 0 25%;
  max-width: 25%;
}

/*award*/


.award-column.first .vc_column-inner > .wpb_wrapper,
.award-column.second .vc_column-inner > .wpb_wrapper {
  position: relative;
}
.award-column.first .vc_column-inner > .wpb_wrapper:after,
.award-column.second .vc_column-inner > .wpb_wrapper:after {
  content: "";
  background: url(../images/arrow-rightbg.svg) no-repeat;
  display: inline-block;
  position: absolute;
  left: 88%;
  width: 96px;
  height: 16px;
  top: 55px;
}
.award-column img {
  height: 128px;
  object-fit: contain;
}

.full-width{
	width:100%
}

/*form-section*/

.form-section{ margin: 30px 0;}
.form-title{ display: flex; font-size:24px; font-weight: 700; margin-bottom:30px;}
.form-title span{margin-left: auto;}
.summary-cover{ background: #F7F7F7;  text-align: center; border-radius: 15px;  padding: 20px; border:3px solid }
.summary-cover h3{ font-size: 24px; font-weight: 700;}
.cover-ammount{}
.cover-ammount .pricevalue {font-size: 60px; margin: 0px;  font-weight: 500; line-height: 1; color: #E72168;} 
.cover-ammount h5 {font-size: 24px;margin: 0px; font-weight:600; line-height: 1;color: #2C2C31;}
.cover-ammount p {font-size: 14px; font-weight:600; line-height: 1;color: #2C2C31; margin-top: 10px;}

.summary-cover ul.list-value{ text-align: left; margin: 0px; padding: 0px; list-style: none;}
.summary-cover ul.list-value li{font-size: 14px; margin-bottom: 15px; text-align: left; font-weight: 600; padding-left: 20px; position: relative;}
.summary-cover ul.list-value li:before{ position: absolute; left:0px; top:5px; content: ""; width:8px; display: inline-block; border-radius: 100%; height: 8px; background:#2C2C31 ;}
.form-area{ padding-right:60px;}
.form-area label{  font-size: 18px; font-weight: 500; margin-bottom:8px; display:block}
.summary-cover ul.link{ margin: 0px; padding: 0px;}
.summary-cover ul.link li {list-style: none; padding: 0 5px 0 0; line-height: 1; border-right: 1px solid #000; display: inline-block;}
.summary-cover ul.link li:last-child {border-right:0px; display: inline-block;}
.summary-cover ul.link li a { padding: 0 5px; display: inline-block; font-size: 14px; text-decoration: none; font-weight: 400;}
.form-control{ border:1px solid #EAEAEA; border-radius:3px; min-height: 55px; background: #FAFAFA;}
select.form-control{
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none; 
	border:1px solid #EAEAEA; 
	border-radius: 5px; 
	min-height: 55px; 
    background: #FAFAFA url(../images/selectarrow.svg)no-repeat center right 15px;}
.form-group textarea{
	border:1px solid #EAEAEA; border-radius:3px; background: #FAFAFA; width:100%;
}

.summary-cover h5.from{
	margin:0
}

.mendate{ color:#D00008;}


.product-list-block .card-footer a img {
    width: auto;
}

.relaated-service-slider .wpb_text_column.wpb_content_element{ margin-bottom:0px !important;}

.btn-secondary{
	background-color: #888;
}

.btn-info{
	background-color: #ff5353;
}

.btn-orange{
	background:#ffba00;
	border:1px solid #000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 8px 30px;
	font-weight: 600;
	font-size: 20px;
}

.form-product .product-list-block{
	margin-top: 0;
}

.form-product .product-list-block .card-footer a{
	padding: 12px;
}

.form-product .product-list-block .card-footer{
	font-size: 18px;
}

.form-area .text-small {
    font-weight: normal;
    font-size: 15px;
}

.grey-text{
	color:#ccc
}

.custom-tick-box .wpb_wrapper ul li{
	list-style:none;
	margin-bottom:20px;
	background:url(../images/award-icon.svg) no-repeat center left;
	padding: 8px 0 8px 40px;
}

.five-column-boxes .vc_column-inner {
    border: 2px solid #a2dfff;
    padding: 0px !important;
    border-radius: 10px;
    min-height: 950px;
}
.five-column-boxes .wpb_text_column {
    margin-bottom: 10px !important;
    padding-top: 10px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.five-column-boxes .vc_separator {
    margin-bottom: 10px !important;
}


.two-column-boxes .vc_column-inner {
    padding: 0px !important;
}

.two-column-boxes .wpb_text_column {
     padding: 20px !important;
}

/*=========custom checkbox  ========== */
.onoff {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  cursor: pointer;
  width: 75px;
  height: 33px;
  line-height: 33px;
  font-size: 14px;
}
.onoff label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: green;
  border-radius: 100px;
  font-weight: bold;
  color: #FFF;
  -webkit-transition: background 0.3s, text-indent 0.3s;
  -moz-transition: background 0.3s, text-indent 0.3s;
  -o-transition: background 0.3s, text-indent 0.3s;
  transition: background 0.3s, text-indent 0.3s;
  text-indent: 40px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
 
}
.onoff label:after {
  content: 'NO';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 12px;
  color: #fff;
  z-index: 1;
}
.onoff label:before {
  content: '';
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background: #FFF;
  position: absolute;
  z-index: 2;
  top: 3px;
  left: 3px;
  display: block;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
.onoff input:checked + label {
	background: #6dd7ff; /* Old browsers */
	background: -moz-linear-gradient(left,  #6dd7ff 0%, #00a9f4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #6dd7ff 0%,#00a9f4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #6dd7ff 0%,#00a9f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dd7ff', endColorstr='#00a9f4',GradientType=1 ); /* IE6-9 */
	text-indent: 13px;
	
}
.onoff input:checked + label:after {
  content: 'YES';
  color: #fff;
}
.onoff input:checked + label:before {
  left: 45px;
}

.onoff input[type="checkbox"]{
	position: relative;
	left: 5px;
	opacity:0;
}

/*====end=====custom checkbox  ========== */

.content-listing li{
	padding:0 0 20px 0
}

.form-group label.error{
	color: red;
	font-weight: 400;
	font-size: 14px;
	margin-top: 8px;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group p{
	font-size: 1rem;
	font-weight: 400;
  text-align: justify;
}

.list-style li{
	padding:0 0 15px 0;
}

.notes-block{
	border: 1px solid #ddd;
	padding: 10px 10px 10px 15px;
	font-size: 14px;
}

.notes-block p{
	font-size: 14px;
}

.demands-content{
	padding:20px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border:1px solid #acacad;
}

.demands-content h5{
	color: var(--secondary-color);
}

.form-group input[type="checkbox"]{
	width: 20px;
	height: 20px;
}

.signature-text{
	font-family: 'Dancing Script', cursive;
	font-size: 22px;
	font-weight: 600;
	text-indent: 4px;
} 

.container{
	max-width: 1140px;
}

.relative{
	position:relative; 
}

label#CustomerAcceptsTermsandConditions-error{
	position: absolute;
	left: 0;
	top: 15px;
}

.registration_number{
	text-align: center;
	padding: 10px;
	font-size: 38px;
	width: 230px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-title select{
	margin: 0 3px;
}	

.get-car-check-btn{
	background: #007bff;
	padding: 10px 20px;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}

.get-car-check-btn:hover{
	background-color: #212529;
	color:#fff;
	text-decoration:none;
}

.get-car{
	position: relative;
	display: block;
	clear: both;
	max-width: 200px;
	margin: auto;
}

.addon-delete{
	position: absolute;
	right: -8px;
	top: 0;
	z-index: 1;
	background: #fff url(../images/close.png) no-repeat center center / 11px auto;
	width: 25px;
	border-radius: 20px;
	height: 25px;
	text-align: center;
	color: #fff;
	line-height: 25px;
	top: -6px;
	font-weight: 500;
	box-shadow: 0px 0px 4px #888;
}

.addon-delete:hover, .edit-icon:hover{
	text-decoration:none;
	box-shadow: 0px 0px 4px #555;
}

.edit-icon{
	position: absolute;
	right: 23px;
	top: 0;
	z-index: 1;
	background: #fff url(../images/edit.png) no-repeat center center / 13px auto;
	width: 25px;
	border-radius: 20px;
	height: 25px;
	text-align: center;
	color: #fff;
	line-height: 25px;
	top: -6px;
	font-weight: 500;
	box-shadow: 0px 0px 4px #888;
}

.btn.disabled, .btn:disabled {
    cursor: no-drop;  
}

.addondata {
    position: absolute;
	left: -9999px;
	top: -9999px;
	visibility:hidden;
	height: 0;
}

.addondata .form-group{
	display:none;
}

.addondata .form-group.wsscroll {
    display: block !important;
}

.addondata.addondata-active .form-group{
	display:block;
}

.addondata.addondata-active{
	visibility:visible;
	left: 0;
	top: 0;
	position: relative;
	height: auto;
}	

/*============ loader section ============*/

.loader{
	display:none;
	position: absolute;
	top: 5px;
}

.custom-loader .loader{
	display:block;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
}
.loader {
  margin: 10px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.4em solid rgba(0, 0, 0, 0.2);
  border-right: 0.4em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.4em solid rgba(0, 0, 0, 0.2);
  border-left: 0.4em solid #007bff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*==========end== loader section ==========*/

.wstheme-prefix-code{position: relative;}
.wstheme-prefix-code:before{content:'+44';position: absolute; left:15px;top:16px;font-size: 1rem;}
.wstheme-prefix-code input{padding-left:45px}

.radio_btns{ display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 10px; position: relative;}
.radio_btns input{ width: 20px; height: 20px; margin-right: 11px;}
.radio_btns label{ margin-bottom: 0;}
.radio_btns label.error{ position: absolute; bottom: -20px;}

.payment-section{
	padding:0 
} 

.cover-list-block .wpb_single_image > figure > .vc_single_image-wrapper img{
	max-width: 100%;
	vertical-align: top;
	height: 105px;
	object-position: center;
	object-fit: contain; 
}

.services-loop .owl-nav button.owl-next i{
	margin-left: 2px;
}

.services-loop .owl-nav .owl-prev{
	position: absolute;
	left: 15px;
	background: rgba(255, 255, 255, 0.7) !important;
	padding: 10px;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 44px !important;
}

.services-loop .owl-nav .owl-next{
	position: absolute;
	right: 15px;
	background: rgba(255, 255, 255, 0.7) !important;
	padding: 10px;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 44px !important;
}

.services-loop .owl-nav button:hover{
	background: rgba(255, 255, 255) !important;
}

.header-mid-text{
	
}

.cover-summery-title, .cover-summery-title2{
	cursor: pointer;
	font-weight: 700;
	margin: 15px 0;
	position:relative;
	padding-left: 19px;
}

.cover-summery-title:after, .cover-summery-title2:after{
	content:"";
	position:absolute;
	left:0;
	border-left: 12px solid #00aeef;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	transform: rotate(90deg);
	top: 5px;
	left: -2px;
}

.parent-custom-toggle.open .cover-summery-title:after, 
.parent-custom-toggle2.open .cover-summery-title2:after{
	transform: rotate(-90deg);
}

.parent-custom-toggle.open .serviceyahlines, .parent-custom-toggle2.open .serviceyahlines2{
	display:block;
}

.serviceyahlines, .serviceyahlines2{
	display:none;
}

.parent-custom-toggle2{
	width: 100%;
}

.banner-home-icon{
	position: absolute;
	top: 20px;
	max-width: 1350px;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 111;
	padding: 0 20px;
}

.banner-home-icon a{
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}

.multiple-select-des{
	border-bottom: 1px dashed #007bff;
	margin-bottom: 40px;
	padding-bottom: 30px;
}

.appliance-box{
	padding: 20px 10px;
	margin-bottom: 25px;
	text-align: center; 
	border: 0px;
	border-radius: 10px;
	box-shadow: -4px 4px 12px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: -4px 4px 12px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: -4px 4px 12px rgba(0, 0, 0, 0.16);
	min-height: 180px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background:#fff;
}

.multiple-select-pro{
	
}

.multiple-select-pro .appliance-box .appliance-icon,
.additional-more .appliance-box .appliance-icon{
	height: 70px;
	display: flex;
	justify-content: center;
}

.appliance-box{
	display: flex !important;
	margin-bottom: 20px !important;
}

.appliance-box h6{
	font-size: 12px; 
}

.sidebar-product-block ul{
	padding:0;
	margin:0
}

.sidebar-product-block{
	border-bottom: 1px dashed #007bff;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.sidebar-product-block .appliance-box{
	min-height: inherit;
	border-radius: 5px;
	margin: 0 15px 0 0 !important;
	padding: 12px;
	position: relative;
}

.sidebar-product-block .appliance-box .appliance-icon img{
	width: 50px;
	height: 50px;
}

.sidebar-product-block ul li{
	margin: 30px 0;
	font-size: 14px;
}

.sidebar-product-block h6{
	margin: 0 0 5px !important;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 400;
}

.appliance-close{
	position: absolute;
	right: -7px;
	top: -7px; 
}

.dashed-blue{
	border-top: 1px dashed #007bff;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.text-left{
	text-align:left;
}

.appliance-box-des{
	width: 210px;
}

.plusbtnmore, .minusbtnmore{
	background: #FBFBFB;
	border: 1px dashed #707070;
	padding: 20px 10px;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.plusbtnmore h6, .minusbtnmore h6{
    color: #00AEEF;
	font-size: 12px;
}

/*========= custom radio ==========*/

/*custom radio buttons label type*/

.label-type-radio{display: block;
	  position: relative;
	  cursor: pointer;
	  text-align: center;
	  width: 100%;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  border-radius: 10px;
  }
  
  /* Hide the browser's default radio button */
  .label-type-radio input {
	  position: absolute;
	  opacity: 0;
	  cursor: pointer;
  }
  
  /* Create a custom radio button */
  .label-type-radio .checkmark {
	  position: absolute;
	  top: 0;
	  bottom: 0px;
	  left: 0;
	  right: 0px;
	  border: 2px solid transparent;
	  border-radius: 10px;
  }
  
  /* On mouse-over, add a grey background color */
  /*.label-type-radio:hover input ~ .checkmark {
	border-color: #007bff;
  }*/
  
  /* When the radio button is checked, add a blue background */
  .label-type-radio input:checked ~ .checkmark {
		border-color: #007bff;
  }

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

