.gfield--type-consent .gfield_consent_label {
  font-size: 13px;
  color: #444;
}

/* edit the hamburger and close icon colors here */
.e-form__indicators__indicator__progress__meter {
    max-width: 100%;
    height: 5px; /* Adjust height as needed */
    transition: width 1.5s ease-in-out; /* Smooth animation */
}

/* Trigger animation */
.e-form__indicators__indicator__progress__meter.animated {
    width: 33%; /* Set the desired progress value */
}

* {
    focus: none !important;
    outline: none;
}
.lytbox-button {
	--hamburger-color: #000;
	--close-x-color: #fff;
	display: block;
	height: 18px;
	cursor: pointer;
	position: relative;
	z-index: 101;
}

/* must add in elementor template ID number to make the menu full width */
.elementor-188 {
	width: 100%;
}

/* end editing */

.lytbox-navigation {
	position: fixed;
	top: 0;
	left: 0;
	transform: translateX(100%);
	overflow: hidden;
	transition: transform 0.2s;
	width: 100%;
	height: 100vh;
	z-index: 100;
}

.lytbox-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* toggle hamburger*/

.lytbox-button .hamburguer {
	position: relative;
}

.lytbox-button .hamburguer span{
	display: block;
	height: 2px;
	width: 24px;
	background: #fff;
	transform-origin: 50% 50%;
	transition: all 0.1s 0.2s ease, transform 0.2s ease;
}

.lytbox-button .hamburguer span:nth-child(2) {
	transform: translate(0, 6px);
}

.lytbox-button .hamburguer span:nth-child(3) {
	transform: translate(0, 12px);
		
}

.lytbox-nav_control {
	position: absolute;
	left: -9999px;
	width: 100%;
	clip: rect(0, 0, 0, 0);
}

.lytbox-nav_control:checked~.lytbox-navigation {
	transform: translateX(0);
	opacity: 1;
	transition: transform 0.3s, opacity 0.3s;
}

.lytbox-nav_control:checked~.lytbox-button .hamburguer {
	transition: all 0.1s 0s ease;
}

/* closed X */

.lytbox-nav_control:checked~.lytbox-button .hamburguer span {
	background: #fff;
	transition: all 0.1s ease, transform 0.1s 0.2s ease;
}

.lytbox-nav_control:checked~.lytbox-button .hamburguer span:first-child {
	opacity: 0;
}

.lytbox-nav_control:checked~.lytbox-button  .hamburguer span:nth-child(2) {
	transform: translate(0, 6px) rotate(45deg);
}

.lytbox-nav_control:checked~.lytbox-button .hamburguer span:nth-child(3) {
	transform: translate(0, 4px) rotate(-45deg);

}



p {
    margin-block-end: 0;
}
.apply-online-form h2.ctm-form-title {
    margin: 20px 0 0px 0;
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.apply-online-form h3.ctm-form-title {
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    margin: 10px 0px 0px;
}

/* Hide default radio buttons */
.apply-online-form .elementor-field-type-radio input[type="radio"] {
    display: none;
}

/* Style the label as a full-width button */
.apply-online-form .elementor-field-type-radio label {
    display: block !important;
    width: 100%;
    padding: 15px 10px;
    background-color: #F6F7F7;
    font-size: 16px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    max-width: 100% !important;
}
/* Change background on hover */
.apply-online-form .elementor-field-type-radio label:hover {
    background-color: #e0e0e0;
}

/* Selected radio button style */
.apply-online-form .elementor-field-type-radio input[type="radio"]:checked + label {
    background-color: #0073e6;
    color: white;
    border-color: #005bb5;
}


.apply-online-form .elementor-field-type-radio {
    margin: 0 auto;
    justify-content: center;
}

.apply-online-form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option {
    height: 48px;
}

.apply-online-form .elementor-field-type-radio.elementor-field-group-field_9b984a3 .elementor-field-subgroup {
    gap: 0px 20px;
}
.apply-online-form .elementor-field-type-radio.elementor-field-group-field_9b984a3 .elementor-field-subgroup .elementor-field-option {
    flex: 1 0 45%;
}
.apply-online-form .elementor-field-type-radio.elementor-field-group-field_8720871 .elementor-field-subgroup .elementor-field-option {
    flex: 1 0 45%;
}
.apply-online-form .elementor-field-type-text, .apply-online-form .elementor-field-type-email, .apply-online-form .elementor-field-type-tel, .apply-online-form .elementor-field-type-number, .apply-online-form .elementor-field-type-yeeaddons_range  {
    margin: 0 auto;
}
.apply-online-form .elementor-field-type-yeeaddons_range span.irs-grid {
    display: none;
}
.apply-online-form .elementor-field-type-text input, .apply-online-form .elementor-field-type-email input, .apply-online-form .elementor-field-type-tel input {
    height: 48px;
}
.apply-online-form .elementor-field-type-radio .elementor-field-subgroup {
    width: 500px;
}
.apply-online-form .elementor-field-type-radio.elementor-field-group-field_9b984a3 .elementor-field-subgroup {
    width: 700px;
}
.apply-online-form .elementor-field-type-radio .elementor-field-subgroup {
    gap: 20px 20px !important;
}
.apply-online-form .elementor-field-type-step {
    position: inherit !important;
}

.apply-online-form .elementor-field-type-step .e-form__buttons {
    position: inherit !important;
}

.apply-online-form .elementor-field-type-previous button {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 15px !important;
    font-size: 12px !important;
    color: #000 !important;
    border: solid 2px #001BD9;
    background: transparent !important;
}
.apply-online-form .elementor-field-type-previous button:hover {
    background: #001BD9 !important;
    color:#fff !important;
}
.form-counter {
    display: inline-block;
    background-color: #003AE900;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    fill: #000000;
    color: #000000;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var( --e-global-color-primary );
    border-radius: 30px 30px 30px 30px;
    padding: 6px 16px 6px 16px;
}
.ctm-btn a.dialog-close-button {
    inset-inline-end: inherit;
    inset-inline-start: 10px;
    background-color: #003AE900;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var( --e-global-color-primary );
    border-radius: 30px 30px 30px 30px;
    padding: 12px 16px 10px 16px;
    text-decoration: none;
    top: 10px;
}
ul.autocomplete-popup {
    background: #F6F7F7 !important;
    margin-top: 10px;
    border: 1px solid #013de8;
    border-radius: 4px;
    padding: 0px;
    list-style: none;
    width: 100%;
}
ul.autocomplete-popup li.autocomplete-item {
    background: transparent !important;
    padding: 5px 10px;
    cursor: pointer;
}
ul.autocomplete-popup li.autocomplete-item:hover {
    background: #0741e7 !important;
    color: #fff;
}
ul.autocomplete-1, ul.autocomplete-2 {
    background: #F6F7F7 !important;
    margin-top: 10px;
    border: 1px solid #013de8;
    border-radius: 4px;
    padding: 0px;
    list-style: none;
    width: 100%;
}


ul.autocomplete-1 li.autocomplete-item, ul.autocomplete-2 li.autocomplete-item  {
    background: transparent !important;
    padding: 5px 10px;
    cursor: pointer;
}
ul.autocomplete-1 li.autocomplete-item:hover, ul.autocomplete-2 li.autocomplete-item:hover {
    background: #0741e7 !important;
    color: #fff;
}
.ctm-btn a.dialog-close-button:hover{
    background:var( --e-global-color-primary );
    color:#fff;
}
.apply-online-form .elementor-message {
    display: none;
}
.apply-online-form h3.down-percentage {
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    margin: -30px 0px 0px;
}
.apply-online-form .elementor-field-type-radio.elementor-field-group-field_b317b23 .elementor-field-subgroup .elementor-field-option, .apply-online-form .elementor-field-type-radio.elementor-field-group-field_a80eae6 .elementor-field-subgroup .elementor-field-option, .apply-online-form .elementor-field-type-radio.elementor-field-group-field_ec32dd7 .elementor-field-subgroup .elementor-field-option,  .apply-online-form .elementor-field-type-radio.elementor-field-group-field_317614e .elementor-field-subgroup .elementor-field-option, .apply-online-form .elementor-field-type-radio.elementor-field-group-field_9a467c1 .elementor-field-subgroup .elementor-field-option{
    flex: 1 0 45%;
}
.blog-form form .elementor-form-fields-wrapper .elementor-field-group input, .blog-form form .elementor-form-fields-wrapper .elementor-field-group select {
    height: 48px;
}

.loop-categories .elementor-post-info__terms-list {
    color: #fff;
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px 5px;
}
.loop-categories .elementor-post-info__terms-list .elementor-post-info__terms-list-item {
    background: #EFF3FF;
    padding: 2px 10px;
    border-radius: 4px;
}
.ctm-loop-grid .e-loop__load-more a {
    background-color: #003AE9;
    padding: 16px 40px;
    border-radius: 100px;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}
.ctm-loop-grid .e-loop__load-more a:hover {
    background: #000;
}
.blog-form form .elementor-form-fields-wrapper .elementor-field-type-acceptance input {
    height: auto;
}
.blog-form form .elementor-form-fields-wrapper .elementor-field-type-acceptance {
    padding: 20px;
    background: #FEF9EE;
    border-radius: 12px;
    margin-bottom: 30px !important;
}
.blog-form form .elementor-form-fields-wrapper .elementor-field-type-acceptance .elementor-field-option {
    display: flex;
    gap: 8px;
}
.blog-form form .elementor-form-fields-wrapper .elementor-field-type-acceptance label {
    color: #898989 !important;
}
.loop-grid-title h2.elementor-heading-title{
     overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.loop-grid-disc .elementor-widget-container {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.drop-cap  p {
    margin-bottom: 40px;
}
.drop-cap  p strong {
    display: block;
    float: left;
    margin-inline-end: 10px;
    margin-block-end: 10px;
    font-size: 3.231em;
    line-height: 100%;
}
.blog-form form .elementor-form-fields-wrapper .elementor-field-type-radio input {
    height: auto;
}
.blog-form form .elementor-form-fields-wrapper .elementor-field-type-radio {
    padding: 20px;
    background: #FEF9EE;
    border-radius: 12px;
    margin-bottom: 30px !important;
}
.blog-form form .elementor-form-fields-wrapper .elementor-field-type-radio .elementor-field-option {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}
.blog-form form .elementor-form-fields-wrapper .elementor-field-type-radio .elementor-field-option:last-child {
    margin: 0;
}
.blog-form form .elementor-form-fields-wrapper .elementor-field-type-radio label {
    color: #898989 !important;
}

.ctm-reviews .es-grid-layout {
    gap: 0 !important;
}
.ctm-reviews .cnsGMs {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
    padding: 30px 20px 30px 20px;
    margin: 20px 20px;
    background: #fff;
    border-radius: 30px !important;
    text-align: center !important;
    justify-content: center;
    align-items: anchor-center;
}
.ctm-reviews .cnsGMs .izQGGt {
    justify-content: center;
}

.ctm-reviews .cnsGMs .eddnbr {
    align-items: center;
}
.ctm-reviews .cnsGMs .GFIti {
    flex-direction: column;
}
.ctm-reviews .cnsGMs .gtxcNj {
    justify-content: center;
}

.ctm-reviews .cnsGMs .gpVQJQ {
    width: 100px;
    height: 100px;
}

.ctm-reviews .cnsGMs .fRYNlR {
    width: 100px;
    height: 100px;
}
.ctm-reviews .es-header-write-review-button {
    background-color: #003AE900 !important;
    font-family: "Poppins", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    fill: #000000 !important;
    color: #000000 !important;
    border-style: solid !important;
    border-width: 3px 3px 3px 3px !important;
    border-color: var( --e-global-color-primary ) !important;
    border-radius: 30px 30px 30px 30px !important;
    padding: 16px 40px 16px 40px !important;
}
.ctm-reviews .es-header-write-review-button span {
    padding: 0 !important;
}
.ctm-reviews .es-header-write-review-button:hover {
    background-color: var( --e-global-color-primary ) !important;
    color: #fff !important;
}
.ctm-reviews .jLuqff {
    background-color: transparent;
    padding: 0;
}
.ctm-reviews .es-load-more-button-container button {
    background-color: #003AE9 !important;
    padding: 16px 40px;
    border-radius: 100px !important;
    font-family: "Poppins", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 16px !important;
    color: #fff !important;
}
.ctm-reviews .es-load-more-button-container button span {
    padding: 0 !important;
}

.ctm-box-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1;
}

.ctm-box-btn a.elementor-button {
    height: 80px;
    width: 504px;
    text-indent: -999999999px;
}
.ctm-purchase-refinance .apply-online-form .elementor-field-type-previous button {
    top: -50px;
}
#fetch-form-closer2 {
    position: relative;
}
#fetch-form-closer2 .elementor-button {
		font-family: "Poppins", Sans-serif;
    padding: 12px 15px !important;
    font-size: 12px !important;
    color: #000 !important;
    border: solid 2px #001BD9;
    background: transparent !important;
    font-weight: 600;
    border-radius: 30px 30px 30px 30px;
    position: absolute;
    bottom: -50px;
    left: -410px;
    z-index: 99;
}
#fetch-form-closer2 .elementor-button:hover {
    background-color: #001BD9 !important;
    color: #fff !important;
}

.apply-online-form .elementor-field-type-email input {
	
    background-image: url("https://harmonyhomeloans.net/wp-content/uploads/2025/02/email.svg");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 95% center;
}

.blog-detail-form .elementor-1767 .elementor-element.elementor-element-2cdf704 {
    padding: 20px 20px !important;
}
.blog-detail-form .elementor-element-2cfa3d6, .blog-detail-form .elementor-element-782138f, .blog-detail-form .elementor-element-1b2c7c9 {
    display: none;
}
.blog-detail-form .elementor-element-fab109a h2 {
    text-align: left;
}
.blog-detail-form .elementor-element-db8cddf {
    flex-direction: column;
}
.blog-detail-form .elementor-element-a1101f0 {
    flex-direction: column;
    gap: 10px;
}
.blog-detail-form .elementor-element-071f6a4 {
    flex-direction: column;
    gap: 10px;
}
.blog-detail-form .ctm-box-btn a.elementor-button {
    height: 110px;
    width: 236px;
    text-indent: -999999999px;
}
.blog-detail-form .elementor-element-fab109a .elementor-widget-container {
    margin: 0 !important;
}
.blog-detail-form #fetch-form-closer2 .elementor-button {
    padding: 8px 8px !important;
    font-size: 10px !important;
    left: -20px;
	  bottom: -40px;
}
.blog-detail-form .form-counter {
    display: inline-block;
    background-color: #003AE900;
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 700;
    fill: #000000;
    color: #000000;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var( --e-global-color-primary );
    border-radius: 30px 30px 30px 30px;
    padding: 6px 16px 6px 16px;
}
.blog-detail-form .form-counter {
    font-size: 10px;
    padding: 6px 8px;
}
.blog-detail-form .apply-online-form .elementor-field-type-previous button {
    padding: 8px 8px !important;
    font-size: 10px !important;
    min-height: auto;
}
.blog-detail-form .elementor-column.elementor-col-60 {
    width: 100%;
}

.pre-approved .elementor-element-b0e23a1 {
    margin-bottom: 0px !important;
}
.pre-approved .elementor-element-2cdf704 {
    background: transparent !important;
    padding: 10px;
}


@media only screen and (max-width: 767px) {
	.pre-approved h2.elementor-heading-title {
    line-height: 24px !important;
    font-size: 24px !important;
}
	.pre-approved .apply-online-form .elementor-field-type-email input {
    background-size: 20px;
}
	.pre-approved .form-counter {
    font-size: 10px;
    padding: 6px 8px;
}
	.pre-approved #fetch-form-closer2 .elementor-button {
    padding: 8px 8px !important;
    font-size: 10px !important;
    left: -20px;
    bottom: -40px;
}
.pre-approved .apply-online-form .elementor-field-type-previous button {
    padding: 8px 8px !important;
    font-size: 10px !important;
    min-height: auto;
}
	.pre-approved .elementor-1767 .elementor-element.elementor-element-dfed9fe{
		min-height:auto;
	}
	.pre-approved .elementor-element-bedd5d9{
		justify-content: end;
	}
	.blog-detail-form .ctm-box-btn a.elementor-button {
    width: 100%;
}
	#fetch-form-closer2 .elementor-button {
    left: -60px;
}
	.ctm-box-btn a.elementor-button {
    height: 110px;
    width: 100%;
}
	.ctm-loop-grid .e-loop__load-more {
    margin: 0 !important;
}
        .apply-online-form .elementor-field-type-radio .elementor-field-subgroup {
            width: 300px;
    }
    .apply-online-form .elementor-field-type-radio.elementor-field-group-field_9b984a3 .elementor-field-subgroup .elementor-field-option {
        flex: 1 0 100%;
    }
	.apply-online-form .elementor-field-type-radio.elementor-field-group-field_8720871 .elementor-field-subgroup .elementor-field-option {
    flex: 1 0 100%;
}
	.apply-online-form .elementor-field-type-radio.elementor-field-group-field_b317b23 .elementor-field-subgroup .elementor-field-option, .apply-online-form .elementor-field-type-radio.elementor-field-group-field_a80eae6 .elementor-field-subgroup .elementor-field-option, .apply-online-form .elementor-field-type-radio.elementor-field-group-field_ec32dd7 .elementor-field-subgroup .elementor-field-option,  .apply-online-form .elementor-field-type-radio.elementor-field-group-field_317614e .elementor-field-subgroup .elementor-field-option, .apply-online-form .elementor-field-type-radio.elementor-field-group-field_9a467c1 .elementor-field-subgroup .elementor-field-option{
    flex: 1 0 100%;
}
    .apply-online-form .elementor-field-type-radio.elementor-field-group-field_9b984a3 .elementor-field-subgroup {
        width: 300px;
    }
    
}

@media screen and (max-width: 1450px) and (min-width: 1025px) {
	.pre-approved .elementor-1767 .elementor-element.elementor-element-fda1e01 .elementor-button .elementor-button-content-wrapper {
    gap: 5px;
}
	
	.pre-approved .elementor-1767 .elementor-element.elementor-element-e69cda5 .elementor-button .elementor-button-content-wrapper {
    gap: 5px !important;
}
	.pre-approved #fetch-form-closer2 .elementor-button {
    left: -180px;
}
	.pre-approved .ctm-box-btn a.elementor-button {
    width: 100%;
    height: 75px;
}
  .ctm-logo-col {
      --width: 6% !important;
  }
  .ctm-menu-col {
      --width: 73% !important;
  }
  .ctm-menu-col .elementor-nav-menu--main ul li a.elementor-item {
      font-size: 11px !important;
  }
  .ctm-contact-col h6.elementor-heading-title {
      font-size: 12px !important;
  }
  .ctm-contact-col a.elementor-button {
      padding: 5px 8px !important;
      font-size: 12px !important;
  }

}


@media screen and (max-width: 1024px) and (min-width: 767px){
	.pre-approved .ctm-box-btn a.elementor-button {
    width: 200px;
    height: 120px;
}
	.pre-approved #fetch-form-closer2 .elementor-button {
    left: -100px;
}
	
}



@media screen and (max-width: 1273px) and (min-width: 1024px){
	.pre-approved .elementor-element-a1101f0, .pre-approved .elementor-element-071f6a4 {
    flex-direction: column !important;
		gap:0;
}
	.pre-approved .elementor-element-c3dcfeb, .pre-approved .elementor-element-d6a1754 {
    align-items: start;
}
	
}