.landing-insurance #ry-section-header,
.landing-insurance #theme2-smHeader {
    display: none !important;
}
.landing-insurance .ry-section-headline h2 {
    font-size: 60px !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
}
.landing-insurance .ry-section-headline h2 .span-5 {
    color: #333;
}

.landing-header {
	padding: 30px 0;
	position: absolute;
	z-index: 9;
}
.landing-header .ry-flex {
    align-items: center;
}
.landing-header .ry-flex .ry-each .logo {
    max-width: 320px;
}
.landing-header .ry-flex .ry-each .button-wrapper {
    display: flex;
    justify-content: flex-end;
}
.landing-header .ry-flex .ry-each .button-wrapper .ry-btn {
    /* margin-left: 10px; */
}

.landing-hero {
    position: relative;
    overflow: hidden;
}
.landing-hero .hero-photo {
    position: absolute;
    width: 48%;
    bottom: -240px;
    left: 4vw;
    max-width: 900px;
    min-width: 800px;
}
.landing-hero:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c527ef60-fdd5-4f2c-ac88-ca31d7580dfd/Landing_Insurance/heroimage_1.jpg);
    background-size: cover;
}
.landing-hero .ry-flex {
	align-items: flex-end;
	position: relative;
	z-index: 2;
}
.landing-hero .ry-flex .ry-each:nth-child(1) {
	padding-bottom: 110px;
	padding-right: 30px;
}
.landing-hero .ry-flex .ry-each .ry-section-headline h1 {
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: initial;
    line-height: .9;
    margin-bottom: 10px;
    max-width: 620px;
}
.landing-hero .ry-flex .ry-each .ry-section-headline p {
    font-size: 20px;
    max-width: 550px;
    color: #fff;
}
.landing-hero .ry-flex .ry-each:nth-child(2) {
    padding: 220px 0 110px;
    max-width: 620px;
}
.landing-hero .ry-flex .ry-each .form-landing {
    padding: 60px 45px;
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
}
.landing-hero .ry-flex .ry-each .form-landing:before {
    content: "";
    height: 20px;
    width: 100%;
    background: #6cada5;
    position: absolute;
    top: 0;
    left: 0;
}
.landing-hero .field-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    width: calc(100% + 10px);
}
.landing-hero .field-wrapper .field-lg {
    width: calc(100% - 10px);
    margin-left: 10px;
}
.landing-hero .field-wrapper .field-md {
    width: calc(50% - 10px);
    margin-left: 10px;
}
.landing-hero .form-control {
    height: 53px;
    padding-left: 25px;
    border-radius: unset;
    font-size: 16px;
    font-family: 'Roboto';
}
.landing-hero .field-wrapper textarea.form-control {
    height: auto;
    height: 200px;
    resize: unset;
    padding-top: 15px;
}
.landing-hero:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-8409664d-7c9c-415b-8aba-ee547224f0f2/LandingInsurance/Hero_Shdw.png);
    background-size: cover;
    z-index: 1;
}
.landing-hero .ry-section-headline h2 {
	text-align: center;
	margin-bottom: 15px;
}

.landing-insurance-section {
    padding: 120px 0;
}
.landing-insurance-section .ry-section-headline p {
    margin-bottom: 50px;
}
.landing-insurance-section .ry-flex {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-content: center;
    place-items: center;
    gap: 2rem;
}
.landing-insurance-section .ry-flex .ry-each {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}
.landing-insurance-section .ry-flex .ry-each img {
    max-width: max-content;
    margin: 0 auto;
    max-height: 80px;
    object-fit: contain;
}


.landing-services {
    padding-bottom: 160px;
    background: #f5f5f5;
    padding-top: 100px;
}
.landing-services .ry-section-headline {
    margin-bottom: 60px;
}
.landing-services .carousel-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.landing-services .carousel-wrapper .swiper-container {
	max-width: 1440px;
}
.landing-services .carousel-wrapper .swiper-slide .each-link, .landing-services .carousel-wrapper .swiper-slide .each-link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9;
}
.landing-services .carousel-wrapper .swiper-slide .each-title {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 300;
}
.landing-services .swiper-button-prev, 
.landing-services .swiper-button-next {
    background: transparent;
    width: 15px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.landing-services .swiper-button-prev:before, 
.landing-services .swiper-button-next:before {
    border: solid #333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.landing-services .swiper-button-prev:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.landing-about .contact-v2 .ry-content .ry-flex .ry-each:nth-child(1) {
	max-width: 800px;
	width: 100%;
}
.landing-about .contact-v2 .ry-content .ry-flex .ry-each:nth-child(2) {
	width: 100%;
	max-width: calc(100% - 800px);
}
.landing-about .contact-v2 .ry-content .ry-flex .ry-each:nth-child(2) {
    background: #6caea6;
}
.landing-about .contact-v2 .ry-content .ry-flex .ry-each .ry-section-headline h2 {
    text-align: left;
    max-width: 600px;
    color: #fff;
}
.landing-about .contact-v2 .ry-content .ry-flex .ry-each .ry-text p {
    text-align: left;
    max-width: max-content;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}
.contact-v2 .ry-content .ry-flex .ry-each .ry-btn {
    background: #fff !important;
    color: #6caea6 !important;
}
.landing-footer {
    padding: 25px 0;
}

.landing-footer .ry-each {
    max-width: max-content;
    display: flex;
    align-items: center;
}
.landing-footer .ry-each .powered-text {
    font-size: 15px;
}

.landing-footer .ry-each img {
    max-width: 130px;
    margin-left: 10px;
}
/** PLACE YOUR MOBILE AND UP CSS HERE **/
@media (max-width: 1680px) {

    /** PLACE YOUR TABLET AND UP CSS HERE **/
    
}
@media (max-width: 1440px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/
	.landing-hero .ry-flex .ry-each .ry-section-headline h1 {
		font-size: 70px;
	}
	.landing-hero .hero-photo {
		left: 0;
	}
}
@media (max-width: 1366px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/
	.landing-insurance-section .ry-flex .ry-each img {
	}
	.landing-about .contact-v2 .ry-content .ry-flex .ry-each:nth-child(1) {
		width: 40% !important;
		max-width: 100% !important;
	}
	.landing-about .contact-v2 .ry-content .ry-flex .ry-each:nth-child(2) {
		width: 60% !important;
		max-width: 100% !important;
	}
}
@media (max-width: 1199px) {

    /** PLACE YOUR TABLET AND UP CSS HERE **/
	.landing-insurance-section .ry-flex {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.landing-insurance-section .ry-flex .ry-each {
		width: 70%;
	}
}
@media (max-width: 1080px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/
	.landing-header .ry-flex .ry-each:nth-child(2) {
		/* min-width: 600px; */
		margin-top: 20px;
	}
	.landing-header .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.landing-header .ry-flex .ry-each .button-wrapper {
		display: flex;
		justify-content: center;
	}
	.landing-header .ry-flex .ry-each img {
		max-width: 220px;
		margin: 0 auto;
	}
	.landing-insurance .ry-section-headline h2 {
		font-size: 50px !important;
		line-height: .8;
	}
	.landing-hero .ry-flex {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}
	.landing-hero .ry-flex .ry-each:nth-child(2) {
		width: 90%;
		padding-bottom: 60px;
	}
	.landing-hero .ry-flex .ry-each:nth-child(1) {
		padding-bottom: 60px;
		padding-right: 0;
	}
	.landing-hero .ry-flex .ry-each .ry-section-headline h1 {
		text-align: center;
		max-width: 100%;
		font-size: 60px;
	}
	.landing-hero .ry-flex .ry-each .ry-section-headline p {
		font-size: 20px;
		max-width: 100%;
		color: #fff;
		text-align: center;
	}
	.landing-insurance-section .ry-flex .ry-each {
		/* width: 33.33%; */
	}
	.landing-insurance-section {
		padding: 60px 0;
	}
	.landing-about .contact-v2 .ry-content .ry-flex .ry-each:nth-child(1) {
		width: 100% !important;
		max-width: 100% !important;
	}
	.landing-about .contact-v2 .ry-content .ry-flex .ry-each:nth-child(2) {
		width: 100% !important;
		max-width: 100% !important;
	}
	.landing-about .contact-v2 .ry-content .ry-flex .ry-each .ry-section-headline h2 {
		max-width: 100%;
		text-align: center;
	}
	.landing-about .contact-v2 .ry-content .ry-flex .ry-each .ry-text p {
		text-align: center;
		font-size: 18px;
	}
	.landing-about .contact-v2 .ry-content .ry-flex .ry-each .ry-btn {
		margin-left: auto;
		margin-right: auto;
	}
	.landing-footer .ry-each {
		margin: 5px 0;
	}
	.landing-footer .ry-flex {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.landing-hero .hero-photo {
		display: none;
	}
}
@media (max-width: 768px) {

	.landing-hero:before {
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-8409664d-7c9c-415b-8aba-ee547224f0f2/LandingInsurance/Hero_Shdw.png) !important;
	}

	.landing-insurance-section .ry-flex {
		grid-template-columns: 1fr 1fr;
	}

	/** PLACE YOUR LAPTOP AND UP CSS HERE **/
	.landing-insurance-section .ry-flex .ry-each {
		/* width: 50%; */
	}
}
@media (max-width: 600px) {
	.landing-hero .ry-flex .ry-each:nth-child(2) {
		padding: 230px 0 60px;
	}
	.landing-header .ry-flex .ry-each .button-wrapper .ry-btn {
		margin-left: 0;
		margin-bottom: 10px;
		margin-right: 0;
		font-size: 14px !important;
	}
	.landing-hero .field-wrapper .field-md {
		width: calc(100% - 10px);
	}
}

@media (min-width: 1081px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/
	.landing-header .ry-flex .ry-each:nth-child(2) {
		min-width: 600px;
	}
}



@media (min-width: 1200px) {

    /** PLACE YOUR DESKTOP AND UP CSS HERE **/
    
}