/*
Theme Name: Avada Child
Theme URI: https://avada.com/
Template: Avada
Author: ThemeFusion
Author URI: https://themeforest.net/user/ThemeFusion
Description: The Avada Website Builder is the ultimate design and creation suite. Design Anything, Build Everything, Fast. The #1 selling product of all time on ThemeForest.
Version: 7.10.1.1702011995
Updated: 2023-12-08 05:06:35

*/


/** Home Page **/
.home-form form .form-field {
    border: 0;
    border-radius: 6px;
    background-color: rgb(255 255 255 / 27%);
	font-family: "p22-underground", sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	height: 40px;
}
.home-form form .form-field, .home-form form .form-field::placeholder, .home-form .wpcf7-not-valid-tip, 
.home-form .wpcf7 .wpcf7-form.failed .wpcf7-response-output, .home-form .wpcf7 .wpcf7-form.invalid .wpcf7-response-output, .home-form .wpcf7 .wpcf7-form.spam .wpcf7-response-output, .home-form .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output {
	color: #fff;
}
.home-form .wpcf7 .wpcf7-form.failed .wpcf7-response-output, .home-form .wpcf7 .wpcf7-form.invalid .wpcf7-response-output, .home-form .wpcf7 .wpcf7-form.spam .wpcf7-response-output, .home-form .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output {
	border-color: #fff;
}
.home-form form .form-button.wpcf7-submit {
    background-color: #41acde;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 20px;
	height: 40px;
}
.home-form form .form-button.wpcf7-submit:hover{
	background-color: #fff !important;
	color: #0f5180 !important;
}
.full-image, .full-image img {
	width: 100%;
}
.checklist-block li {
	text-transform: uppercase;
	display: flex;
	justify-content: flex-start;
} 
.checklist-block li div.fusion-li-item-content {
	margin-left: 0 !important;
}
.checklist-block li.fusion-li-item .icon-wrapper {
	align-items: flex-start;
	margin-top: 7px;
    width: unset;
    height: unset;
}
.services-link p {
	margin-bottom: 0;
}
.services-link a {
	color: #41acde;
	text-decoration: underline;
}
.services-link a:hover {
	color: #0f5180;
	text-decoration: none;
}
.services-title :first-child {
	display: flex; 
	align-items: start;
}
.services-title img {
	margin-right: 15px; 
	width: 50px;
	height: 50px; 
	object-fit: contain;
}
.home .services-title img{
	height: 45px;
	width:45px;
}
.services-col > .fusion-column-wrapper {
	box-shadow: 0px 3px 13.5px 1.5px rgba(0, 0, 0, 0.03) !important;
}
.author-name p {
	display: inline-block;
    position: relative;
    padding-left: 45px;
}
.author-name p:before {
    content: "";
    background-color: #fff;
    width: 30px;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

/** Contact Page **/
.contact-form-block form .form-input {
	border: 0;
}
.contact-form-block form .form-input.wpcf7-select {
    appearance: none;
}

@media only screen and (max-width: 767px) {
	.insurance-section .fusion-builder-row .insurance-col-one, .insurance-section .fusion-builder-row .insurance-col-two {
        width: 100% !important;
}
	.about-banner-section{
    background-position: 70% 50% !important;
}
}

@media only screen and (max-width: 991px) {
	.about-banner-section {
    background-position: 70% 50% !important;
}
	h1 {
		font-size: 40px !important;
		line-height: 46px !important;
	}
	h2 {
		font-size: 30px !important;
		line-height: 36px !important;
	}
	h3 {
		font-size: 25px !important;
		line-height: 30px !important;
	}
	h4 {
		font-size: 20px !important;
		line-height: 24px !important;
	}
	h5 {
		font-size: 18px !important;
		line-height: 22px !important;
	}
	.mob-font-38 :first-child {
		font-size: 38px !important;
		line-height: 42px !important;
	}
	.mob-font-35 :first-child {
		font-size: 35px !important;
		line-height: 40px !important;
	}
	.mob-font-30 :first-child {
		font-size: 30px !important;
		line-height: 34px !important;
	}
	.mob-font-25 :first-child {
		font-size: 25px !important;
		line-height: 30px !important;
	}
	.mob-font-20 :first-child {
		font-size: 20px !important;
		line-height: 28px !important;
	}
	.banner-title :first-child {
		font-size: 32px !important; 
		line-height: 38px !important;
	}
	.banner-sub-title :first-child {
		font-size: 20px !important; 
		line-height: 24px !important;
	}
	.home-form form .form-field {
		margin-bottom: 15px;
	}
	.checklist-block li, .services-title :first-child, .author-name {
		font-size: 20px !important;
		line-height: 26px !important;
	}
	.services-title :first-child {
		align-items: center;
	}
	.services-title br {
		display: none;
	}
	.home-form form .form-button.wpcf7-submit {
		width: 100% !important;
	} 
	   .insurance-last-section{
  		padding-bottom: 90px !important;
	}
}
@media only screen and (min-width: 768px) {
	.home-form form .d-flex p {
		display: grid;
		column-gap: 8px;
		margin-bottom: 0;
		grid-template-columns: repeat(4, 4fr);
	}
	.home-form form .form-field {
		margin-bottom: 0;
	}
	.two-col p {
		display: grid;
		column-gap: 15px;
		grid-template-columns: repeat(2, 2fr);
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.services-col {
		width: 50% !important;
	}
	.testimonial-section {
		padding-right: 100px !important;
		padding-left: 100px !important;
	}
	.insurance-section{
		padding-bottom: 55px !important;
	}
	.insurance-last-section {
        padding-bottom: 90px !important;
		padding-top: 65px !important;
}
	.insurance-col-one, .insurance-col-two{
		width: 50% !important;
	}
	.insurance-col-one .post-content p {
    margin-bottom: 0px !important;
}

}
@media only screen and (min-width: 992px) {	
	.two-full-img-col, .two-full-img-col * {
		height: 100%;
	}
	.two-full-img-col .full-image img {
		object-fit: cover;
	}
	.home-form form .form-button.wpcf7-submit, .home-form form .form-field {
		font-size: 18px;
		line-height: 22px;
	}
	.services-link {
		position: absolute;
		bottom: 20px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1299px) {
	.tab-font-38 :first-child {
		font-size: 38px !important;
		line-height: 42px !important;
	}
	.tab-font-35 :first-child {
		font-size: 35px !important;
		line-height: 40px !important;
	}
	.tab-font-30 :first-child {
		font-size: 30px !important;
		line-height: 34px !important;
	}
	.tab-font-28 :first-child {
		font-size: 28px !important;
		line-height: 36px !important;
	}
	.banner-title :first-child {
		font-size: 60px !important; 
		line-height: 70px !important;
	}
	.banner-sub-title :first-child {
		font-size: 25px !important; 
		line-height: 30px !important;
	}
	.services-title :first-child {
		font-size: 30px !important; 
		line-height: 36px !important;
	}
	.home .services-title :first-child {
		font-size: 16px !important; 
		line-height: 20px !important;
	}
	.footer-menu ul li a {
    font-size: 15px !important;
}
	.fusion-tb-footer.fusion-footer {
    padding-left: 20px;
    padding-right: 20px;
}
	.services-col > .fusion-column-wrapper {
		padding: 20px !important;
	}
	.checklist-block li {
		font-size: 18px;
		line-height: 25px;
	}
	.two-full-left-content-col > .fusion-column-wrapper {
		padding-left: 30px !important;
	}
}
@media only screen and (min-width: 1366px) {
	.two-full-left-content-col > .fusion-column-wrapper {
		max-width: 593px;
	}
}
@media only screen and (min-width: 1920px) {
	.testimonial-section {
		padding-top: 254px !important;
		padding-bottom: 254px !important;  
	}
	.home-banner-section {
		padding-top: 230px !important;
    	padding-bottom: 225px !important; 
	}
}
