/*
Theme Name: East Coast Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: east-coast
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: East Coast is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1751272252
Updated: 2025-06-30 08:30:52

*/

.sitefooter .hfe-nav-menu li a {
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	background-position: left center;
}
.inputwrap {display: flex; gap: 20px;}
.inputwrap div {width: 50%;}
.formbtn {text-align: right; position: relative; margin-top: 20px;}
.formbtn .wpcf7-spinner {position: absolute; top: 10px; background-color: #e28903;}
.formbtn p {margin-bottom: 0px;}
.wpcf7-form .wpcf7-form-control {
	outline: none;
}
.wpcf7-form textarea {
	font-family: "Poppins", Sans-serif;
	font-size: 15px;
	outline: none;
	margin-top: 30px !important;
}
.wpcf7-response-output {background-color: #fff; text-align: center; font-family: "Poppins", Sans-serif; font-size: 14px;}
.wpcf7-not-valid-tip {font-family: "Poppins", Sans-serif; font-size: 14px;}
.listicon .elementor-icon-list-icon svg, .listicon .elementor-icon-list-icon svg path {fill: #53a8db; color: #53a8db;}
.cont-whitebox .elementor-icon-box-title {margin-top: 0px;}
.cont-whitebox .elementor-icon {background-color: #31277e; border-radius: 100px; padding: 22px;}
.bgfix::before {background-attachment: fixed;}
.quoteform_section .wpcf7-checkbox .wpcf7-list-item {
	margin-left: 0px !important; 
	margin-right: 20px;
}
.quoteform_section .name-title .wpcf7-radio .wpcf7-list-item {
	margin-right: 0;
	margin-left: 8px;
}
.quoteform_section .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {text-transform: capitalize; font-weight: 400;}
.quoteform_section .name-title label {margin-right: 14px;}
.quoteform_section .name-title .wpcf7-list-item {margin-right: 10px;}
.quoteform_section .name-title .wpcf7-list-item label {margin-right: 0px;}
.res-slider .bdt-panel-slide-item {border-radius: 15px;}
.res-slider .bdt-panel-slide-item .bdt-panel-slide-title {
	transition: all 0.5s;
	opacity: 1;
	position: absolute;
    bottom: 100px;
    display: block;
    width: 100%;
    background-color: #53a8db;
    text-align: center;
    left: -26px;
    padding: 16px 32px;
	z-index: 2;
}
.res-slider .bdt-panel-slide-item:hover .bdt-panel-slide-title {
	font-size: 23px;
	font-weight: 600 !important;
	text-align: left;
    background-color: transparent;
    padding: initial;
	bottom: auto;
	left: auto;
    width: auto;
    display: contents;
	text-shadow: 0px 0px 10px #00000082;
}
.res-slider .bdt-panel-slide-item:after {
	position: absolute;
    content: "";
    border: 2px solid #fff;
    width: 90%;
    height: 90%;
    left: 0;
    top: 17px;
    right: 0;
    margin: auto;
    border-radius: 15px;
	transition: all 0.5s;
}
.res-slider .bdt-panel-slide-item:hover:after {opacity: 0;}
.res-slider .bdt-panel-slide-item:before {background-color: transparent !important;}
.res-slider .bdt-panel-slide-item:hover:before {
    background-color: #53a8dbb0 !important;
    opacity: 1;
}
.txt a {text-decoration: none;}
.survey_form h6 {
	font-family: "Poppins", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #4a4a4a;
	line-height: 1.1;
	margin-bottom: 0;
	margin-top: 20px;
}
.survey_form space {
	min-height: 35px;
    display: block;
}
.survey_form .wpcf7-radio .wpcf7-list-item {margin-left: 0px; margin-right: 0px; display: block; margin-bottom: 10px;}
.survey_form .wpcf7-form-control {margin-top: 10px !important;}
.survey_form .walcf7-datepicker {background-image: url('images/calender.png'); background-repeat: no-repeat; background-position: 97% 50%;}
.survey_form .three-column {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
}
.survey_form .three-column .column {width: 28%;}
.survey_form .three-column .column h6 {margin-bottom: 16px;}
.survey_form .three-column .wpcf7-radio .wpcf7-list-item {
    margin-bottom: 6px;
}
.survey_form .three-column .wpcf7-list-item-label {text-transform: capitalize;}
.questionnaire_form h6 {margin-bottom: 20px;}
.questionnaire_form label {
	padding-top: 10px;
    padding-bottom: 6px;
}
.survey_form.questionnaire_form .wpcf7-form-control {
    margin-top: 5px !important;
}
.questionnaire_form .wpcf7-radio label {
	padding-top: 0px;
    padding-bottom: 0px;
	text-transform: none !important;
}
.survey_form.questionnaire_form .wpcf7-radio {
	display: flex;
    gap: 30px;
}
.survey_form.questionnaire_form .wpcf7-radio .wpcf7-list-item {
    margin-right: 0px;
    display: block;
    margin-bottom: 5px;
}
.questionnaire_form .wpcf7-checkbox {
	display: flex;
    flex-wrap: wrap;
    width: 1000px;
}
.questionnaire_form .wpcf7-checkbox .wpcf7-list-item {margin-left: 0px; margin-right: 20px; width: 40%;}
.questionnaire_form .cf7mls_next {
	background-color: #e28903;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 55px !important;
    border-radius: 5px;
    border: none;
    outline: none;
}
.questionnaire_form .cf7mls_back {
	background-color: #676767;
	color: #fff;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 40px !important;
    border-radius: 5px;
    border: none;
    outline: none;
}
.questionnaire_form .cf7mls_next:hover {background-color: #676767;}
.questionnaire_form .cf7mls_back:hover {background-color: #e28903;}
.questionnaire_form .cf7mls-btns {
	display: flex;
    gap: 20px;
    justify-content: end;
}
.questionnaire_form .cf7mls-btns.cf7mls-btns-last-step {
	position: relative;
    top: -54px;
}
.progressbarwrap {display: flex; gap: 25px; margin-bottom: 44px;}
.progressbarwrap h6 {margin: 0;}
.questionnaire_form .cf7mls_current_fs .progressbarwrap h6:nth-child(2), 
.questionnaire_form .cf7mls_current_fs .progressbarwrap h6:nth-child(3) {
	color: #cacaca;
}
.questionnaire_form [data-cf7mls-order="1"] .progressbarwrap h6:nth-child(1), 
.questionnaire_form [data-cf7mls-order="1"] .progressbarwrap h6:nth-child(3) {
	color: #cacaca;
}
.questionnaire_form [data-cf7mls-order="1"] .progressbarwrap h6:nth-child(2) {
	color: #4a4a4a;
}
.questionnaire_form [data-cf7mls-order="2"] .progressbarwrap h6:nth-child(1), 
.questionnaire_form [data-cf7mls-order="2"] .progressbarwrap h6:nth-child(2) {
	color: #cacaca;
}
.questionnaire_form [data-cf7mls-order="2"] .progressbarwrap h6:nth-child(3) {
	color: #4a4a4a;
}
.questionnaire_form [data-cf7mls-order="3"] .progressbarwrap h6:nth-child(1), 
.questionnaire_form [data-cf7mls-order="3"] .progressbarwrap h6:nth-child(2) {
	color: #cacaca;
}
.questionnaire_form [data-cf7mls-order="3"] .progressbarwrap h6:nth-child(3) {
	color: #4a4a4a;
}
.questionnaire_form [data-cf7mls-order="4"] .progressbarwrap h6:nth-child(1), 
.questionnaire_form [data-cf7mls-order="4"] .progressbarwrap h6:nth-child(2) {
	color: #cacaca;
}
.questionnaire_form [data-cf7mls-order="4"] .progressbarwrap h6:nth-child(3) {
	color: #4a4a4a;
}



/* ==========Responsive=========== */
@media screen and (min-width: 2000px) {

}

@media screen and (min-width: 1700px) {

}

@media only screen and (min-width: 1201px) and (max-width: 1366px) {

}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
.cont-whitebox .elementor-icon {padding: 19px;}
.questionnaire_form .wpcf7-checkbox {
    width: 863px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.cont-whitebox .elementor-icon {padding: 15px;}
.survey_form .three-column {gap: 10px 20px;}
.survey_form .three-column .column {width: 31%;}
.questionnaire_form .wpcf7-checkbox {width: 645px;}
.survey_form.questionnaire_form .wpcf7-radio {gap: 15px;}

}

@media only screen and (min-width: 320px) and (max-width: 767px) {
.formbtn {text-align: center;}
.wpcf7-form textarea {font-size: 14px;}
.res-slider .bdt-panel-slide-item:hover .bdt-panel-slide-title {font-size: 18px;}
.survey_form .three-column .column {width: 100%;}
.survey_form .inputwrap {display: block;}
.survey_form .inputwrap div {width: 100%;}
.survey_form .three-column {gap: 6px 20px;}
.survey_form space {min-height: 20px;}
.questionnaire_form .cf7mls-btns {
    justify-content: center;
	gap: 10px;
}
.progressbarwrap {display: block;}
.questionnaire_form .cf7mls_back {padding: 12px 20px !important;}
.questionnaire_form .cf7mls_next {padding: 12px 22px !important;}
.survey_form.questionnaire_form .wpcf7-radio {display: block;}
.questionnaire_form .wpcf7-checkbox {
    display: block;
    width: 100%;
}
.questionnaire_form .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
}
.questionnaire_form .cf7mls-btns.cf7mls-btns-last-step button {width: 100%; margin-top: 0px !important;}
}