.ca-top-bar {
	background-color: #053f5b;
}
.top-bar-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
}

.banner-text p span{
color:#fff !important;
}
.contact-info {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.top-bar-contact-box {
	display: flex;
	align-items: center;
	margin-right: 50px;
}
.top-bar-right .top-bar-contact-box {
	margin-right: 0px;
	margin-left: 50px;
}
.top-contact-text a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	margin-left: 15px;
	line-height: 0.9;
}
.top-bar-right a {
	font-family: 'outfit-medium';
	text-decoration: none;
}
.main-header-row {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-button a, .submitBtn {
	display: block;
	padding: 15px 40px;
	background: #fecd08;
	font-size: 16px;
	font-family: 'outfit-semi';
	text-decoration: none;
	color: #000000;
	border-radius: 25px;
}
.header-nav {
	display: flex;
	align-items: center;
}
.header-nav a {
	font-family: 'outfit-semi';
	text-decoration: none;
	color: #000000;
	margin-right: 40px;
}
.header-nav li:last-child a {
    margin-right: 0px;
}
.homepage-banner {
    background-image: url(../images/home-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    padding-top: 60px;
}

.homepage-banner .container{
	display: flex;
}
.homepage-banner .ca-container:first-child {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	vertical-align: top;
}

.container{
	/* display: flex; */
	justify-content: space-between;
}
.banner-right {
	    padding: 18px;
    border-radius: 20px;
    background-color: #ffffff;
    width: 32%;
 /*   height: 85vh; */
    margin-bottom: 10px;
}
.banner-quote-head h3 {
	margin: 0;
	font-size: 26px;
	font-family: 'outfit-bold';
	color: #053f5b;
}
.form-field {
	margin-bottom: 20px;
}
.form-control {
	background-color: #f3f3f3;
	height: 60px;
	border: none;
	padding-left: 15px;
	width: 100%;
	border-radius: 30px;
	margin-bottom: 13px;
}

.form-field textarea{
resize: vertical;
    border: none;
    outline: none;
    background: #f3f3f3;
    border-radius: 15px;
	padding:10px;
	width:100%;
}
/*
.form-field:last-child {
	margin-bottom: 0;
} */
.submitBtn {
	border: none;
}
.cd-page-title h1 {
	font-size: 56px;
	color: #ffffff;
	font-family: 'outfit-bold';
	margin: 30px 0;
}
.one-click-heading h6 {
	font-size: 22px;
	margin: 0;
	position: relative;
	padding-left: 150px;
}
.one-click-heading h6:before {
	height: 4px;
	background-color: #fecd08;
	width: 120px;
	display: block;
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
}
.banner-text p {
	font-size: 20px;
	color: #ffffff;
	max-width: 550px;
	line-height: 32px;
}
.banner-pricing-box {
	padding: 30px 30px 20px;
	background-color: #ffffff;
	border-radius: 20px;
	position: relative;
}
.banner-pricing-box:before, .below-banner-box:before {
	content: '';
	display: block;
	height: 8px;
	background-color: #fecd08;
	width: 100px;
	position: absolute;
	top: 0;
	left: 30px;
}
.banner-pricing-box h4 {
	font-size: 18px;
	margin: 0;
}
.banner-pricing-box h4 span {
	color: #053f5b;
	font-size: 36px;
	display: block;
	font-family: 'outfit-bold';
	margin-top: 5px;
}
.icons-banner-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 700px;
	margin-top: 50px;
}
.banner-pricing {
	max-width: 550px;
	position: relative;
}
.icons-banner-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 30%;
}
.banner-icon-text h5 {
	margin: 0;
	padding-left: 20px;
	color: #ffffff;
	font-size: 16px;
	font-family: 'outfit-semi';
}
.below-banner-icons-row {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin-left:158px;
}
.below-banner-box {
	width: 25%;
	background-color: #f3f3f3;
	padding: 20px;
	position: relative;
	margin-left: 10px;
    margin-right: 10px;
	border-radius: 7px;
}
.below-banner-box a {
	display: flex;
	align-items: center;
}
.below-icon {
	background-color: #fecd08;
	padding: 10px;
}
.below-text {
	padding-left: 30px;
	font-family: 'outfit-semi';
	font-size: 18px;
}
.below-banner-icons {
	position: relative;
	top: 60px;
}
.about-service {
	margin-top: 120px;
	padding: 0;
}
.why-us-section {
	padding: 0;
}
.service-info-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.service-image {
	width: 50%;
}
.service-image img {
	width: 100%;
}
.service-info-text {
	width: 45%;
}
.service-info-text h3 {
	color: #053f5b;
	font-size: 50px;
	font-family: 'outfit-bold';
	margin: 0px;
	padding-bottom: 20px;
	line-height: 1.3;
}
.service-info-text h6 {
	font-size: 18px;
	color: #053f5b;
	font-family: 'outfit-extrabold';
	margin: 30px 0 20px;
}
.service-info-text p {
	font-size: 18px;
	font-family: 'outfit-semi';
	margin: 0;
}
.cd-app-section {
	background-image: url(../images/shadow-back.png);
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	background-repeat: no-repeat;
}
.footer-part-1 {
	background-color: #053f5b;
	padding: 60px 0;
}
.footer1-heading {
	font-size: 40px;
	color: #ffffff;
	font-family: 'outfit-bold';
	margin: 0 0 60px;
}
.footer-widget-row {
	display: flex;
	flex-wrap: wrap;
}
.footer-widget-row > div {
	width: 25%;
	margin-bottom: 50px;
}
.widget-heading h4 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 28px;
	font-family: 'outfit-semi';
}
.footer1-menu a {
	font-size: 15px;
	display: inline-block;
	margin-bottom: 15px;
	color: #ffffff;
	text-decoration: none;
}
.footer-part-2 .footer1-menu a {
	color: #000000;
	font-size: 18px;
	font-family: 'outfit-medium';
}
.footer-about-text p {
    font-size: 18px;
    margin: 30px 0;
    font-family: 'outfit-semi';
}
.footer-part-2 {
	padding: 50px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/footer-back.jpg);
}
.footer-part-2 .footer-widget-row  {
	justify-content: space-between;
}
.footer-part-2 .footer-widget-row > div {
	width: 23%;
	margin-bottom: 0;
}
.footer-part-2 .widget-heading h4 {
	font-family: 'outfit-bold';
	color: #053f5b;
}
.copyright-section {
	background-color: #053f5b;
	padding: 10px 0;
	color: #ffffff;
	font-family: 'outfit-semi';
	text-align: center;
}
.copyright-section span {
	font-family: 'outfit-bold';
}
.why-us-row {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.why-us-row > div {
	flex-basis: 0;
	flex-grow: 1;
}
.cd-icon-boxes {
	display: flex;
	justify-content: space-between;
}
.cd-icon-boxes > li {
	width: 30%;
}
.cd-icon-box {
	padding: 25px;
	border-radius: 10px;
	color: #053f56;
}
.cd-icon-box:hover {
	color: #ffffff;
	background-color: #053f5b;
}
.cd-icon-box:hover img {
	filter: brightness(60);
}
.why-count label {
	font-size: 36px;
	font-family: 'outfit-bold';
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
}
.why-title span {
	font-family: 'outfit-semi';
}
.why-us-text h3 {
	font-size: 40px;
	color: #053f5b;
	font-family: 'outfit-bold';
	margin: 0 0 20px;
}
.why-us-text p {
	font-size: 18px;
}
.tabs-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/tabs-back.png);
	padding: 60px 0;
}
.tabs-section .ca-container > h3 {
	font-size: 45px;
	font-family: 'outfit-bold';
	margin: 0 0 60px;
}
.tabs-row {
	display: flex;
	justify-content: space-between;
}
.tabs-links {
	width: 25%;
}
.tabs-content-area {
	width: 70%;
}
.tabs-links-list a {
	padding: 15px;
	display: block;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	color: #000000;
	font-family: 'outfit-semi';
	background-color: #ffffff;
	border-radius: 40px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.tabs-links-list .active a {
	background-color: #fecd08;
}
.tab-content {
	background-color: #ffffff;
	padding: 20px;
	border-radius: 0px 20px 20px 20px;
	display: flex;
	vertical-align: top;
}
.tabs-content-text h3 {
	color: #053f5b;
	font-size: 30px;
	font-family: 'outfit-medium';
	margin: 0;
}
.tabs-content-text p {
	line-height: 1.4;
}
.tabs-content-text h4 {
	font-size: 20px;
	color: #053f5b;
	font-family: 'outfit-medium';
}
.tabs-content-text {
	padding-right: 50px;
	padding-left: 40px;
}
.faq-section {
	padding: 80px 0;
	background-image: url(../images/faq-back.png);
	background-size: contain;
	/* background-position: left top; */
	background-repeat: no-repeat;
	
}
.faq-row {
	display: flex;
	justify-content: flex-end;
}
.faq-col {
	width: 45%;
}
.tabs-content-text strong {
	color: #053f5b;
	font-weight: 600;
}
.tabs-content-text ol, .tabs-content-text ul {
	color: #053f5b;
	padding-left: 10px;
	font-weight: 800;
	font-size: 18px;
}
.tabs-content-text ol li, .tabs-content-text ul li {
	margin-bottom: 5px;
}
.faq-question a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.faq-item {
	background-color: #ffffff;
	/* padding: 10px; */
	margin-bottom: 20px;
	/* border-radius: 15px; */
}



.faq-item:last-child {
	margin-bottom: 0;
}
.faq-box-inner {
	margin-top: 40px;
}
.faq-question h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 800;
	padding: 10px;
	margin-left: 10px;
	padding-bottom: 0px;
	
}
.faq-question i.fa {
	font-size: 24px;
	transition: all 0.6s ease;
}
.faq-answer {
	display: none;
	padding-top: 10px;
}
.faq-answer p {
	margin-bottom: 0;
	padding: 10px;
	padding-top: 0px;
	margin-left: 13px;
	
}
.faq-item:first-child .faq-answer {
	display: block;
}
@media (max-width: 1200px) {
	.banner-left {
		width: 55%;
	}
	.banner-right {
		width: 35%;
	}
	.cd-page-title h1 {
		font-size: 42px;
		margin: 10px 0;
	}
	.banner-pricing-box h4 span {
		font-size: 28px;
	}
	.banner-icon-text h5 {
		padding-left: 10px;
	}
	.icons-banner-row {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.icons-banner-box {
		width: 35%;
		margin-bottom: 20px;
	}
	.service-info-text h3 {
		font-size: 40px;
		padding-bottom: 0px;
	}
	.service-info-text {
		width: 50%;
	}
	.service-info-text p {
		font-size: 16px;
	}
	.why-us-row {
		flex-direction: column-reverse;
		text-align: center;
		margin-top: 50px;
	}
	.why-us-icons {
		width: 100%;
	}
	.tab-content {
		flex-direction: column-reverse;
	}
	.tabs-content-text {
		padding: 30px 0 0;
	}
	.tabs-content-text h3 {
		font-size: 28px;
		line-height: 1.3;
	}
	.footer-widget-row > div, .footer-part-2 .footer-widget-row > div {
		width: 50%;
	}
}
@media (max-width: 991px) {
	.below-banner-icons-row {
		flex-wrap: wrap;
		margin: auto;
	}
.faq-row{
	display: block;
}

.faq-col {
	width: 100%;
}

.homepage-banner .container{
	display: block;
}

.faq-section{
	padding: 80px 0;
    background-image: url(../images/faq-back.png);
    background-size: contain;
    background-repeat: no-repeat;
}
	.container{
		display: block;
	}
	.below-banner-box {
		width: 47%;
		margin: auto;
		margin-bottom: 30px;
	}
	.homepage-banner .ca-container:first-child, .service-info-row, .tabs-row {
		flex-direction: column;
	}
	.banner-left, .banner-right {
		width: 100%;
		height: auto;
	}
	.service-info-row > div, .tabs-row > div {
		width: 100%;
	}
	.icons-banner-box {
		width: 50%;
		margin-bottom: 20px;
	}
	.icons-banner-box {
		justify-content: flex-start;
	}
}
@media (max-width: 767px) {
	.one-click-heading h6 {
		font-size: 20px;
		padding-left: 100px;
	}
	.one-click-heading h6:before {
		width: 80px;
	}
	.cd-page-title h1 {
		font-size: 32px;
	}
	.banner-text p {
		font-size: 18px;
	}
	.banner-pricing-box h4 span {
		font-size: 22px;
	}
	.service-info-text h3 {
		font-size: 32px;
	}
	.service-info-text h6 {
		font-size: 16px;
	}
	.why-us-text h3 {
		font-size: 32px;
		line-height: 1.3;
	}
	.tabs-section .ca-container > h3 {
		font-size: 36px;
		text-align: center;
	}
	.tabs-links-list a {
		padding: 10px;
		font-size: 18px;
	}
	.footer1-heading {
		font-size: 34px;
		line-height: 1.2;
	}
	.icons-banner-row {
		width: auto;
		margin-top: 30px;
	}
	.form-control {
		height: 50px;
	}
}
@media (max-width: 480px) {
	.one-click-heading h6 {
		font-size: 18px;
		padding-left: 60px;
	}
	.one-click-heading h6:before {
		width: 45px;
	}
	.cd-page-title h1 {
		font-size: 26px;
	}
	.banner-text p {
		font-size: 16px;
		line-height: 22px;
	}
	.banner-pricing-box h4 {
		font-size: 16px;
		line-height: 20px;
	}
	.banner-pricing-box h4 span {
		font-size: 20px;
	}
	.banner-pricing-box {
		padding: 20px;
	}
	.icons-banner-box {
		width: 100%;
	}
	.banner-pricing {
		margin-top: 30px;
	}
	.banner-right {
		padding: 25px;
		margin-top: 20px;
	}
	.banner-quote-head h3 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.banner-quote-head p {
		line-height: 1.3;
	}
	.below-banner-box {
		width: 76%;
		margin: auto;
		margin-bottom:20px;
	}
	.service-info-text h3 {
		font-size: 26px;
	}
	.cd-icon-boxes {
		flex-wrap: wrap;
	}
	.cd-icon-boxes > li {
		width: 100%;
	}
	.footer-widget-row > div, .footer-part-2 .footer-widget-row > div {
		width: 100%;
		margin-bottom: 20px;
	}
	.footer1-heading {
		font-size: 26px;
		margin-bottom: 30px;
	}
	.widget-heading h4 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.footer1-menu a {
		margin-bottom: 10px;
	}
	.footer-about-text p {
		font-size: 16px;
	}
	.footer-part-2 .footer1-menu a {
		font-size: 15px;
	}
	.copyright-section p {
		font-size: 14px;
		line-height: 1.3;
	}
}


#request_form .form-control {
  background-color: #f3f3f3;
  height: 45px;
	border: 1px solid #053f5b;
}

#request_form textarea{
 
	border: 1px solid #053f5b;
}

#request_form .submitBtn {
  display: block;
	padding: 10px 40px;}

#request_form .form-field:last-child{margin-bottom: 0px;}

#request_form input[name="service_id"]{display: none;}