.custom-template {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: -325px;
	width: 325px;
	height: max-content;
	display: block;
	z-index: 1;
	background: #ffffff;
	transition: all .3s;
	z-index: 1003;
	box-shadow: -1px 1px 20px rgba(69, 65, 78, 0.15);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: all .5s;
}

.custom-template.open {
	right: 0px;
}

.custom-template .custom-toggle {
	position: absolute;
	width: 45px;
	height: 45px;
	background: rgb(88, 103, 221);
	top: 50%;
	left: -45px;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: 1px solid #177dff;
	cursor: pointer;
	color: #ffffff;
	box-shadow: -5px 5px 20px rgba(69, 65, 78, 0.21);
}

.custom-template .custom-toggle i {
	font-size: 20px;
	animation: 1.3s spin linear infinite;
}

.custom-template .title{
    padding: 15px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    border-top-left-radius: 5px;
    border-bottom: 1px solid #ebedf2;
    background: #5867dd;
}

.custom-template .custom-content{
	padding: 20px 15px;
	max-height: calc(100vh - 90px);
	overflow: auto;
}

.custom-template .switcher {
	padding: 5px 0;
}

.custom-template .switch-block h4 {
	font-size: 13px;
	font-weight: 600;
	color: #444;
	line-height: 1.3;
	margin-bottom: 0;
	text-transform: uppercase;
}

.custom-template .btnSwitch {
	margin-top: 20px;
	margin-bottom: 25px;
}

.custom-template .btnSwitch button {
	border: 0px;
	height: 20px;
	width: 20px;
	outline: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	padding: 0;
	border-radius: 50%;
	border: 2px solid #eee;
	position: relative;
	transition: all .2s;
}

.custom-template .btnSwitch button:hover{
	border-color: #0bf;
}

.custom-template .btnSwitch button.selected{
	border-color: #0bf;
}

.custom-template .img-pick {
	padding: 4px;
	min-height: 100px;
	border-radius: 5px;
	cursor: pointer;
}

.custom-template .img-pick img {
	height: 100%;
	height: 100px;
	width: 100%;
	border-radius: 5px;
	border: 2px solid transparent;
}

.custom-template .img-pick:hover img, .custom-template .img-pick.active img{
	border-color: #177dff;
}

.demo .btn, .demo .progress{
	margin-bottom: 15px !important;
}

.demo .form-check-label, .demo .form-radio-label{
	margin-right: 15px;
}

.demo .toggle, .demo .btn-group{
	margin-right: 15px;
}

.demo #slider{
	margin-bottom: 15px;
}

.table-typo tbody > tr > td{
	border-color: #fafafa;
}

.table-typo tbody > tr > td:first-child{
	min-width: 200px;
	vertical-align: bottom;
}

.table-typo tbody > tr > td:first-child p{
	font-size: 14px;
	color: #333;
}

.demo-icon {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
	padding: 10px;
	transition: all .2s;
}

.demo-icon:hover{
	background-color: #f4f5f8;
	border-radius: 3px;
}

.demo-icon .icon-preview{
	font-size: 1.8rem;
	margin-right: 10px;
	line-height: 1;
	color: #333439;
}

body[data-background-color="dark"] .demo-icon .icon-preview {
	color: #969696;
}

.demo-icon .icon-class{
	font-weight: 300;
	font-size: 13px;
	color: #777;
}

body[data-background-color="dark"] .demo-icon .icon-class {
	color: #a9a8a8;
}

.form-show-notify .form-control{
	margin-bottom: 15px;
}

.form-show-notify label{
	padding-top: 0.65rem;
}

.map-demo {
	height: 300px;
}

#instructions li{
	padding: 5px 0;
}

.row-demo-grid{
	margin-bottom: 15px;
}

.row-demo-grid [class^="col"]{
	text-align: center;
}

.row-demo-grid [class^="col"] .card-body{
	background: #ddd;
}

.btnSwitch button[data-color="white"] {
	background-color: #fff;
}
.btnSwitch button[data-color="grey"] {
	background-color: #f1f1f1;
}
.btnSwitch button[data-color="black"] {
	background-color: #191919;
}
.btnSwitch button[data-color="dark"] {
	background-color: #1a2035;
}
.btnSwitch button[data-color="blue"] {
	background-color: #1572E8;
}
.btnSwitch button[data-color="purple"] {
	background-color: #6861CE;
}
.btnSwitch button[data-color="light-blue"] {
	background-color: #48ABF7;
}
.btnSwitch button[data-color="green"] {
	background-color: #31CE36;
}
.btnSwitch button[data-color="orange"] {
	background-color: #FFAD46;
}
.btnSwitch button[data-color="red"] {
	background-color: #F25961;
}
.btnSwitch button[data-color="dark2"] {
	background-color: #1f283e;
}
.btnSwitch button[data-color="blue2"] {
	background-color: #1269DB;
}
.btnSwitch button[data-color="purple2"] {
	background-color: #5C55BF;
}
.btnSwitch button[data-color="light-blue2"] {
	background-color: #3697E1;
}
.btnSwitch button[data-color="green2"] {
	background-color: #2BB930;
}
.btnSwitch button[data-color="orange2"] {
	background-color: #FF9E27;
}
.btnSwitch button[data-color="red2"] {
	background-color: #EA4d56;
}
.btnSwitch button[data-color="bg1"] {
	background-color: #fafafa;
}
.btnSwitch button[data-color="bg2"] {
	background-color: #fff;
}
.btnSwitch button[data-color="bg3"] {
	background-color: #f1f1f1;
}

@media screen and (max-width: 550px){
	.table-typo tr td{
		display: flex;
		align-items: center;
		word-break: break-word;
	}

	.table-typo tr td:first-child p{
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 576px){
	.custom-template .custom-content {
		overflow: auto;
	}
	.form-show-notify > .text-right, .form-show-validation > .text-right {
		text-align: left !important;
	}
}

@media screen and (max-width: 400px) {
	.custom-template {
		width: 85% !important;
		right: -85%;
	}
}


.quotesCard {
	display: flex;
	flex-wrap: wrap;
	position: relative
}

@media only screen and (max-width: 1023px) {
	.quotesCard {
		flex-direction: column;
		border-radius: 8px;
		overflow: hidden;
		box-shadow: 0 1px 2px rgba(37,56,88,.16);
		background: #fff;
		position: relative
	}
}

.Card-Logo {
	height: 115px;
	border-radius: 16px 0 0 16px;
	width: 130px;
	display: flex;
	align-items: center;
	background: #fff
}

@media only screen and (max-width: 1023px) {
	.Card-Logo {
		width: 100%;
		height: unset;
		border-radius: 0;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 8px 66px 8px 12px;
		position: relative;
		background: transparent
	}
}

.Card-Logo picture {
	border-radius: 8px;
	border: 1px solid #dfe1e6;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	margin-right: 8px
}

@media only screen and (min-width: 1024px) {
	.Card-Logo picture {
		width: 90px;
		height: 45px
	}
}

@media only screen and (max-width: 1023px) {
	.Card-Logo picture {
		flex: 0 0 80px;
		height: 40px;
		margin-right: 8px
	}
}

.Card-Logo picture img {
	display: block;
	padding-top: 0
}

@media only screen and (min-width: 1024px) {
	.Card-Logo picture img {
		width: 68px
	}
}

@media only screen and (max-width: 1023px) {
	.Card-Logo picture img {
		width: 60px
	}
}

.Card-Wrap {
	width: calc(100% - 120px);
	margin-left: -10px
}

@media only screen and (max-width: 1023px) {
	.Card-Wrap {
		width: 100%;
		margin-left: 0
	}
}

/*.quotesCard .Card-Name {
    font-size: 14px;
    font-weight: 400;
    width: 160px;
    padding-right: 16px
}
*/
@media screen and (max-width: 420px) {
	.quotesCard .Card-Name {
		font-size: 3.8vw
	}
}

@media only screen and (max-width: 1023px) {
	.quotesCard .Card-Name {
		width: unset;
		padding-right: 0;
		font-size: 12px
	}
}

@media only screen and (max-width: 1023px)and (max-width:420px) {
	.quotesCard .Card-Name {
		font-size: 3.2vw
	}
}

.quotesCard .Card-Name .quotesCard--insurerName {
	/*   font-size: 16px;
    font-weight: 700*/
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0px;
}

@media screen and (max-width: 420px) {
	.quotesCard .Card-Name .quotesCard--insurerName {
		font-size: 4.5vw
	}
}

@media only screen and (max-width: 1023px) {
	.quotesCard .Card-Name .quotesCard--insurerName {
		font-size: 14px;
		font-weight: 500
	}
}

@media only screen and (max-width: 1023px)and (max-width:420px) {
	.quotesCard .Card-Name .quotesCard--insurerName {
		font-size: 3.8vw
	}
}

.Card-quotation {
	background: #fff;
	width: 100%;
	min-height: 95px;
	/*padding: 0px 10px 0px 15px;*/
	padding: 0px 0px 0px 12px;
	/*box-shadow: 0 2px 4px rgba(52,105,203,.26);*/
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #dfe1e6;
	position: relative;
	box-shadow: 0 1px 7px rgb(0 0 0 / 40%);
}

@media only screen and (max-width: 1023px) {
	.Card-quotation {
		height: unset;
		box-shadow: none;
		flex-direction: column;
		padding: 0;
		align-items: flex-start
	}
}

.Card-quotation:first-child {
	border-radius: 8px 8px 0 0
}

.Card-quotation:last-child {
	border-radius: 0 0 8px 8px;
	border-bottom: none
}

@media only screen and (max-width: 1023px) {
	.Card-quotation:last-child {
		border-radius: 0 0
	}
}

.Card-quotation:only-child {
	border-radius: 8px;
	border-bottom: none
}

.Card-quotation .Card-PlanDetails {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	/* width: calc(100% - 330px)*/
}

@media only screen and (max-width: 1023px) {
	.Card-quotation .Card-PlanDetails {
		width: 100%;
		padding: 0 12px;
		margin-top: 16px
	}
}

.Card-quotation .Card-PlanDetails > p {
	width: 47%;
	font-size: 14px;
	font-weight: 500
}

@media screen and (max-width: 420px) {
	.Card-quotation .Card-PlanDetails > p {
		font-size: 3.8vw
	}
}

.Card-quotation .Card-PlanDetails > p span {
	font-size: 12px;
	color: #7a869a;
	display: block
}

@media screen and (max-width: 420px) {
	.Card-quotation .Card-PlanDetails > p span {
		font-size: 3.2vw
	}
}

@media only screen and (max-width: 1023px) {
	.Card-quotation .Card-PlanDetails > p span {
		white-space: nowrap
	}
}

.Card-quotation .Card-PlanDetails > p:first-child, .Card-quotation .Card-PlanDetails > p:nth-child(2) {
	margin-bottom: 16px
}

.Card-quotation .Card-PlanDetails > p a {
	cursor: pointer;
	white-space: nowrap
}

.Card-quotation .ListCard__planFeatures.mobileQuotesExp-features {
	align-items: flex-start;
	margin-top: 8px
}

	.Card-quotation .ListCard__planFeatures.mobileQuotesExp-features > p {
		width: 38%
	}

		.Card-quotation .ListCard__planFeatures.mobileQuotesExp-features > p:last-of-type {
			width: 24%
		}

		.Card-quotation .ListCard__planFeatures.mobileQuotesExp-features > p a {
			white-space: normal
		}

	.Card-quotation .ListCard__planFeatures.mobileQuotesExp-features + .ListCard__cta {
		margin-top: 0
	}

	.Card-quotation .ListCard__planFeatures.mobileQuotesExp-features ~ .socialValidation {
		margin: 0
	}

	.Card-quotation .ListCard__planFeatures.mobileQuotesExp-features ~ .shouldKnow {
		margin-top: 0;
		margin-bottom: 8px
	}

.Card-quotation .ListCard__cta {
	width: 170px;
	text-align: center
}

@media only screen and (max-width: 1023px) {
	.Card-quotation .ListCard__cta {
		width: 100%;
		display: flex;
		text-align: left;
		justify-content: space-between;
		align-items: center;
		border-top: 1px solid #dfe1e6;
		padding: 12px;
		margin-top: 16px
	}
}

.Card-quotation .ListCard__cta > p {
	font-size: 12px;
	color: #7a869a
}

@media screen and (max-width: 420px) {
	.Card-quotation .ListCard__cta > p {
		font-size: 3.2vw
	}
}

.Card-quotation .ListCard__cta > p span {
	font-size: 16px;
	font-weight: 700;
	color: #253858
}

@media screen and (max-width: 420px) {
	.Card-quotation .ListCard__cta > p span {
		font-size: 4.5vw
	}
}

@media only screen and (max-width: 1023px) {
	.Card-quotation .ListCard__cta > p span {
		display: block
	}
}

.Card-quotation .ListCard__cta > p .premiumPlanText {
	display: block
}

@media only screen and (min-width: 1024px) {
	.Card-quotation .ListCard__cta > p .premiumPlanText {
		text-align: center;
		font-size: 12px;
	}
}

.Card-quotation .ListCard__cta > p .premiumPlanText small {
	font-size: 10px
}

@media screen and (max-width: 420px) {
	.Card-quotation .ListCard__cta > p .premiumPlanText small {
		font-size: 2.8vw
	}
}

.Card-quotation .ListCard__cta > p .strikePremium {
	margin-left: 4px
}

.Card-quotation .ListCard__cta button {
	/*width: 85%;
    height: 36px;*/
	width: 65%;
	height: 32px;
	/*font-size: 14px;*/
	/*margin-top: 4px*/
}

@media screen and (max-width: 420px) {
	.Card-quotation .ListCard__cta button {
		font-size: 3.8vw
	}
}

@media only screen and (max-width: 1023px) {
	.Card-quotation .ListCard__cta button {
		margin-top: 0;
		width: 156px
	}
}

.Card-quotation .ListCard__cta button .loader_btn {
	right: 50%;
	top: 50%;
	margin: -14px -14px 0 0
}

.ListWrapper {
	margin-bottom: 5px;
	position: relative
}

.List-MoreWrap {
	padding-left: 120px;
	display: flex;
	justify-content: center
}

@media only screen and (max-width: 1023px) {
	.List-MoreWrap {
		padding-left: 0
	}
}

.List-More {
	width: 300px;
	min-height: 24px;
	background: #f3f7fb;
	box-shadow: 0 1px 2px rgba(37,56,88,.16);
	border-radius: 0 0 8px 8px;
	font-size: 12px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 4px 8px;
	text-align: center
}

@media screen and (max-width: 420px) {
	.List-More {
		font-size: 3.2vw
	}
}

.List-More:after {
	content: "";
	border: solid #253858;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 2px;
	transform: rotate(45deg);
	margin-left: 8px;
	position: relative;
	top: -1px;
	transition: transform .3s ease-in-out,top .3s ease-in-out
}

.List-More.--showLess: after {
	transform: rotate(-135deg);
	top: 1px
}

.tag_newLaunch {
	background: #e3fcef;
	font-size: 10px;
	font-weight: 500;
	color: #36b37e;
	padding: 3px 8px;
	display: flex;
	align-items: center
}
