/*** 
====================================================================
    VCP Page Banner
====================================================================
***/
.vcp-page-banner {
    min-height: 400px;
    z-index: 1;
}
.vcp-banner-img-holder {
    width: 50%;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
}
.vcp-banner-img-holder img {
    width: calc(100% - 20px);
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 9;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 18% 100%, 0 64%);
}
.vcp-banner-img-holder:before{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .3);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 18% 100%, 0 64%);
}.about-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top right;
    z-index: -1;
}
.about-content-col{
    font-size: 15px;
    line-height: 25px;
}
.about-content-col p{margin-bottom: 10px}
.about-content-col ol,
.about-content-col ul{
    font-size: 14px;
    line-height: 23px;
}
.about-content-col .abi-detail-list li{
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}
.about-content-col .abi-detail-list li .icon{
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 75px;
    height: 65px;
    min-width: 75px;
    background: var(--primary-color);
    margin-right: 18px;
}
.about-content-col .abi-detail-list li p{
    margin-bottom: 0;
}
.about-content-col .abi-detail-list li h3{
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 0;
}
/* .about-content-col ol{
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    line-height: 22px;
    margin-bottom: 20px;
}
.about-content-col ol li{
    width: calc(50% - 14px);
    margin-right: 7px;
} */
.about-content-col ol li span,
.about-content-col ol li strong,
.about-content-col ol li a{
    font-size: 14px !important;
}

/****  vcp-form-wizard  ****/

.vcp-form-wizard {
    padding: 20px;
    margin: 0 15px;
    border-radius: 0 0 10px 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.vcp-form-block h2{
    font-size: 23px;
    background-color: var(--primary-color);
    padding: 10px 5px;
    border-radius: 10px 10px 0 0;
}
.vcp-form-block h2:after, 
.vcp-form-block h2:before {
    bottom: -15px;
    content: '';
    position: absolute;
    z-index: 9;
}
.vcp-form-block h2:before {
    left: 0;
    border-top: 15px solid var(--color-2);
    border-left: 15px solid transparent;
    opacity: .6;
}
.vcp-form-block h2:after {
    right: 0;
    border-top: 15px solid var(--color-2);
    border-right: 15px solid transparent;
    opacity: .6;
}
.vcp-form-wizard .ico-holder{
    width: 80px;
    height: 80px;
}
.vcp-form-wizard .vcp-form-btn{
    gap: 8px;
}
.vcp-form-wizard .form-control {
    height: 40px;
    background-color: var(--white-color);
}
.vcp-cleaning-detail .vcp-form-checkbox{
    gap: 10px 30px;
}
.tab {
    display: none
}
.all-steps .step {
    height: 3px;
    width: 50%;
    background-color: var(--color-2);
    border: none;
    display: inline-block;
    opacity: 0.6;
}
.all-steps .step.finish i,
.all-steps .step.finish {
    background-color: #4CAF50
}
.all-steps .step .title{
    bottom: 0;
}
.all-steps .step i{
    width: 60px;
    height: 60px;
    background:var(--white-color);
    font-size: 26px;
    color: var(--black);
    min-height: 60px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.all-steps .step.active {
    opacity: 1
}
.all-steps .step.active i{
     background:linear-gradient(180deg, rgb(110 220 255) 0%, rgb(169 151 255) 100%) ;
}
.all-steps {
    text-align: center;
    padding: 40px 0 60px;
    position: relative;
}
.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div{
        background-color: var(--primary-color);
    border-color: var(--primary-color);
        border-radius: 50px;
}
.gj-picker-bootstrap table tr td.focused div, .gj-picker-bootstrap table tr td.gj-cursor-pointer div:hover{
    border-radius: 50px;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}
.gj-picker-bootstrap table tr td div{
    background: #eee;
    border-radius: 50px;
    color: var(--grey-color);
    font-size: 14px;
}
.datepicker td,
.datepicker th{
    padding: 4px;
}
.gj-picker-bootstrap{
    padding: 12px;
}
.gj-icon.chevron-left,
.gj-icon.chevron-right{
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 50px;
    width: 25px;
    display: inline-block;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.btn-outline-secondary .gj-icon{
    color: var(--primary-color);
    top: 50% !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(-50%);
}
.gj-unselectable .btn-outline-secondary{
    border: 1px solid #e5e5e5;
    background: #F9F9F9;
}
.gj-picker-bootstrap table tr td.today div{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}
.vcp-services-sec{
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    z-index: 1;
}
.vcp-services-sec .vcp-service-col{
    color: var(--grey-color);
    font-size: 15px;
    padding: 40px 15px;
    z-index: 1;
    transition: all .3s linear;
    height: 100%;
}
.vcp-services-sec .vcp-service-col p{
    margin-bottom: 0;
}
.vcp-services-sec .vcp-service-col:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--white-color);
    width: 100%;
    height: 100%;
    transform: skew(0deg, 6deg);
    border-radius: 15px;
    box-shadow: 0px 2px 30px 0px rgb(9, 24, 84, 0.08);
    z-index: -1;
    transition: all .3s linear;
}
.vcp-services-sec .vcp-service-block{
    padding-bottom: 50px;
    margin-bottom: 50px;
    height: calc(100% - 50px); 
}
.vcp-services-sec .vcp-service-block:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    border-radius: 0 0 15px 15px;
    background: linear-gradient(to right, rgba(131, 104, 255, .6)  0%, rgba(0, 192, 254, .6)  51%, rgba(100, 65, 199, .6) 100%);
    transition: all .4s linear;
    background-size: 200% auto;
}
/* .vcp-services-sec .even-service-block.even-service-block:before{
    background: var(--color-2);
} */
.vcp-services-sec .vcp-service-block:hover .vcp-service-icon,
.vcp-services-sec .vcp-service-block:hover:before{
    background-position: right center;
}
/* .vcp-service-block.even-service-block:hover:before{
    background: var(--color-3);
} */
.vcp-service-col h3{
    font-size: 22px;
    transition: all .3s linear;
}
.vcp-service-col .vcp-service-icon{
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    background: linear-gradient(to right, rgba(131, 104, 255, .6)  0%, rgba(0, 192, 254, .6)  51%, rgba(100, 65, 199, .6) 100%);
    transition: all .4s linear;
    background-size: 200% auto;
}
/* .even-service-block .vcp-service-icon{
    background: var(--color-2);
} */
/* .vcp-service-block:hover .vcp-service-icon{
    background: var(--color-2);
}
.vcp-service-block:hover .vcp-service-col:after{
    background: var(--color-3);
    box-shadow: none;
} */
.vcp-service-block:hover .vcp-service-col h3,
.vcp-service-block:hover .vcp-service-col{
    color: var(--olor-2);
}
/* .even-service-block:hover .vcp-service-col:after{
    background: var(--color-2);
}
.even-service-block:hover .vcp-service-icon{
    background: var(--color-3);
}
 */.vcp-choose-list li{
	font-size: 15px;
	width: 100%;
	max-width: 430px;
	margin-bottom: 30px;
}
.vcp-choose-list .choose-count{
	width: 90px;
	height: 90px;
	color: var(--black);
	font-size: 40px;
	background:linear-gradient(180deg, rgb(110 220 255) 0%, rgb(169 151 255) 100%) ;
	z-index: 9;
	margin: 0 0 -40px 40px;
}
.vcp-choose-list-1 li:last-child .choose-count,
.vcp-choose-list-2 li:first-child .choose-count{
	background: var(--white-color);
	color: var(--color-2);
	box-shadow: 0px 2px 30px 0px rgb(9, 24, 84, 0.08);
}
.vcp-choose-list .content {
	position: relative;
	display: block;
	background: var(--white-color);
	box-shadow: 0px 2px 30px 0px rgb(9, 24, 84, 0.08);
	padding: 67px 40px 36px;
}

.vcp-choose-list .content p{
	margin-bottom: 0;
}
.vcp-choose-list-1 li:last-child .content,
.vcp-choose-list-2 li:first-child .content{
	background:linear-gradient(180deg, rgb(110 220 255) 0%, rgb(169 151 255) 100%) ;
	color: var(--black);
	color: var(--white-color);
}
.vcp-choose-list-1 li:first-child .content,
.vcp-choose-list-2 li:first-child .content{
	border-bottom-left-radius: 60px;
	border-bottom-right-radius: 0;
}
.vcp-choose-list-1 li:last-child .content,
.vcp-choose-list-2 li:last-child .content{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 60px;
}
.vcp-choose-list-1 li:last-child .content h3,
.vcp-choose-list-2 li:first-child .content h3{
	color: var(--white-color);
}
.vcp-choose-img {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: center;
	border-top-left-radius: 250px;
	border-top-right-radius: 250px;
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.about-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top right;
    z-index: -1;
}
.about-content-col{
    font-size: 15px;
    line-height: 25px;
}
.about-content-col p{margin-bottom: 10px}
.about-content-col ol,
.about-content-col ul{
    font-size: 14px;
    line-height: 23px;
}
.about-content-col .abi-detail-list li{
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}
.about-content-col .abi-detail-list li .icon{
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 75px;
    height: 65px;
    min-width: 75px;
    background: var(--primary-color);
    margin-right: 18px;
}
.about-content-col .abi-detail-list li p{
    margin-bottom: 0;
}
.about-content-col .abi-detail-list li h3{
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 0;
}
/* .about-content-col ol{
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    line-height: 22px;
    margin-bottom: 20px;
}
.about-content-col ol li{
    width: calc(50% - 14px);
    margin-right: 7px;
} */
.about-content-col ol li span,
.about-content-col ol li strong,
.about-content-col ol li a{
    font-size: 14px !important;
}

/****  vcp-form-wizard  ****/

.vcp-form-wizard {
    padding: 20px;
    margin: 0 15px;
    border-radius: 0 0 10px 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.vcp-form-block h2{
    font-size: 23px;
    background-color: var(--primary-color);
    padding: 10px 5px;
    border-radius: 10px 10px 0 0;
}
.vcp-form-block h2:after, 
.vcp-form-block h2:before {
    bottom: -15px;
    content: '';
    position: absolute;
    z-index: 9;
}
.vcp-form-block h2:before {
    left: 0;
    border-top: 15px solid var(--color-2);
    border-left: 15px solid transparent;
    opacity: .6;
}
.vcp-form-block h2:after {
    right: 0;
    border-top: 15px solid var(--color-2);
    border-right: 15px solid transparent;
    opacity: .6;
}
.vcp-form-wizard .ico-holder{
    width: 80px;
    height: 80px;
}
.vcp-form-wizard .vcp-form-btn{
    gap: 8px;
}
.vcp-form-wizard .form-control {
    height: 40px;
    background-color: var(--white-color);
}
.vcp-cleaning-detail .vcp-form-checkbox{
    gap: 10px 30px;
}
.tab {
    display: none
}
.all-steps .step {
    height: 3px;
    width: 50%;
    background-color: var(--color-2);
    border: none;
    display: inline-block;
    opacity: 0.6;
}
.all-steps .step.finish i,
.all-steps .step.finish {
    background-color: #4CAF50
}
.all-steps .step .title{
    bottom: 0;
}
.all-steps .step i{
    width: 60px;
    height: 60px;
    background:var(--white-color);
    font-size: 26px;
    color: var(--black);
    min-height: 60px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.all-steps .step.active {
    opacity: 1
}
.all-steps .step.active i{
     background:linear-gradient(180deg, rgb(110 220 255) 0%, rgb(169 151 255) 100%) ;
}
.all-steps {
    text-align: center;
    padding: 40px 0 60px;
    position: relative;
}
.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div{
        background-color: var(--primary-color);
    border-color: var(--primary-color);
        border-radius: 50px;
}
.gj-picker-bootstrap table tr td.focused div, .gj-picker-bootstrap table tr td.gj-cursor-pointer div:hover{
    border-radius: 50px;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}
.gj-picker-bootstrap table tr td div{
    background: #eee;
    border-radius: 50px;
    color: var(--grey-color);
    font-size: 14px;
}
.datepicker td,
.datepicker th{
    padding: 4px;
}
.gj-picker-bootstrap{
    padding: 12px;
}
.gj-icon.chevron-left,
.gj-icon.chevron-right{
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 50px;
    width: 25px;
    display: inline-block;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.btn-outline-secondary .gj-icon{
    color: var(--primary-color);
    top: 50% !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(-50%);
}
.gj-unselectable .btn-outline-secondary{
    border: 1px solid #e5e5e5;
    background: #F9F9F9;
}
.gj-picker-bootstrap table tr td.today div{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}
.vcp-testimonial-col{
	font-size: 15px;
	padding: 30px 40px;
	line-height: 25px;
	border-radius: 20px;
	font-weight: 500;
	border-top-left-radius: 0;
	height: 100%
}
.vcp-testimonial-col .quotes{
	background: var(--color-1);
	color: var(--white-color);
	transform: skew(-18deg);
	width: 40px;
	height: 35px;
	font-size: 22px;
}
.vcp-testimonial-col[data-testimonial=testimonial-2] .quotes{
	background: var(--color-2);
}
.vcp-testimonial-col[data-testimonial=testimonial-3] .quotes{
	background: var(--color-3);
}
.vcp-testimonial-col .quotes i{
	transform:skew(18deg) ;
}
.vcp-testimonial-col p{
	margin-bottom: 0;
}
.vcp-testimonial-col .testimonial-img{
	position: relative;
	z-index: 1;
}
.vcp-testimonial-col .testimonial-img:after{
	position: absolute;
	content: '';
	left: -10px;
	right: auto;
	top: 10px;
	bottom: 0;
	background:linear-gradient(180deg, rgb(110 220 255) 0%, rgb(169 151 255) 100%);
	width: 80px;
	height: 80px;
	z-index: -2;
	border-radius: 100%;
}
.vcp-testimonial-col .testimonial-img:before{
	position: absolute;
	content: '';
	left: -5px;
	right: auto;
	top: 5px;
	bottom: 0;
	background: var(--white-color);
	width: 80px;
	height: 80px;
	z-index: -1;
	border-radius: 100%;
}
.vcp-accordian .accordion-button{
    background: #f7f7f7;
    color:var(--primary-color);
    padding: 12px 45px 12px 20px;
    font-size: 18px;
    box-shadow: none;
    font-weight: 500;
    border-radius: 6px;
    overflow: hidden;
}
.vcp-accordian .accordion-button:before{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    height: 100%;
    background:linear-gradient(180deg, rgb(110 220 255) 0%, rgb(169 151 255) 100%);
    transition: all .3s linear;
}
.vcp-accordian .accordion-button:focus{
    box-shadow: none;
}
.vcp-accordian .accordion-body {
    padding: 10px 25px;
    color: #000;
    font-size: 15px;
    line-height: 24px;
    background: #f7f7f7;
    margin-top: 10px;
}
.vcp-accordian .accordion-item{
    border: none;
    border-radius: 0;
    margin-bottom: 15px;
    position: relative;
}
.accordion-button:after{
    display: none;
}
.expand-icon {
    height: 15px;
    width: 15px;
    right: 15px;
}
.expand-icon:before, .expand-icon::after {
    content: " ";
    width: 15px;
    height: 2px;
    background-color: var(--white-color);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.25s cubic-bezier(.42, 0, .58, 1);
    opacity: 1;
    border-radius: 2px;
}
.expand-icon:before {
    transform: translate(-50%, -50%) rotate(90deg);
}
.expand-icon:after {
    transform: translate(-50%, -50%);
}
.vcp-accordian .accordion-button[aria-expanded="true"] .expand-icon:before {
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg);
}
.vcp-accordian .accordion-button[aria-expanded="true"] .expand-icon:after{
    background-color: rgba(255, 255, 255, .7);
}
.vcp-accordian .accordion-button[aria-expanded="true"]:before{
    background: var(--danger-color);
}
.vcp-accordian .accordion-button[aria-expanded="true"]{
    color: var(--primary-color);
}
