.new-headline {
	padding: 30px 0;
	position: relative;
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
	z-index: 1;
}

.new-headline .ry-flex {
	display: flex;
	justify-content: space-between;
}

.new-headline .ry-flex .ry-each {
	max-width: max-content;
}

.roya-basic-hero {
	padding: 100px 0 130px;
	position: relative;
}

.roya-basic-hero .section-background, .roya-basic-hero .section-background img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: right;
}

.roya-basic-hero .ry-headline h1 {
	margin: 0;
	padding: 0;
	font-size: 60px;
	font-family: 'Inter' !important;
	font-weight: 900;
	letter-spacing: -1px;
	color: #ff186a;
	text-align: inherit;
	text-transform: initial;
	line-height: 1.1;
}

.roya-basic-hero .ry-flex .ry-each {
	max-width: 680px;
	width: 50%;
}

.roya-basic-hero .ry-text {
	padding: 30px 0 50px;
	max-width: 550px;
}

.roya-basic-hero .ry-text.list-check ul {
	padding-left: 0;
	list-style: none;
	margin: 0;
}

.roya-basic-hero .ry-text p {
	font-size: 22px;
	line-height: 1.3;
	font-family: 'Inter' !important;
	text-align: left;
	margin: 0;
}

.roya-basic-hero .ry-text.list-check ul li {
	position: relative;
	padding-left: 70px;
}

.roya-basic-hero .ry-text.list-check ul li:before {
	content: "";
	position: absolute;
	left: 0;
	width: 50px;
	height: 50px;
	background: #b5e3ff;
	border-radius: 50%;
	top: 5px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231474af' class='bi bi-check2' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.roya-basic-hero .ry-text.list-check ul li:not(:last-child) {
	margin-bottom: 25px;
}

.roya-basic-hero .ry-headline h4 {
	font-size: 40px;
	font-family: 'Inter' !important;
	font-weight: 900;
	color: #1474af;
	line-height: 1.1;
	letter-spacing: -1px;
	margin: auto;
}

.ry-basic-hero .section-background {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/InnerRedesign/OSO_heroimage_bg.png);
}

.roya-basic-hero .section-background {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/InnerRedesign/OSO_heroimage_bg.png);
	background-size: cover;
	background-position: bottom;
}
.roya-basic-textonly {
    padding: 160px 0;
    background: #1474af;
}

.roya-basic-textonly .ry-headline h2 {
    font-size: 73px;
    text-align: center;
    max-width: 1080px;
    letter-spacing: -2px;
    color: #fff;
    margin: auto;
    line-height: 1.1;
    margin-bottom: 40px;
}

.roya-basic-textonly .form-control {
    font-size: 20px;
    font-family: 'Inter';
    background: #fff !important;
    border: unset;
    height: 80px;
    padding-left: 30px;
    color: #000;
    border-radius: 10px;
    box-shadow: unset;
}

.roya-basic-textonly .form-control::placeholder {
    color: #333;
}

.roya-basic-textonly .fieldset {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1060px;
    margin: auto;
}

.roya-basic-textonly .fieldset .form-group {
    margin: 0;
}

.roya-basic-textonly .fieldset .field-md {
    width: calc(50% - 10px);
}

.roya-basic-textonly .fieldset .field-lg {
    width: 100%;
}

.roya-basic-textonly .fieldset .field-lg.checkbox-custom {
    padding-left: 30px;
    padding-right: 30px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
}

.roya-basic-textonly .fieldset .field-lg.checkbox-custom > div {
    font-size: 20px;
    font-family: 'Inter';
    color: #000;
}

.roya-basic-textonly .fieldset .field-lg.checkbox-custom label {
    font-weight: 400;
}

.roya-basic-textonly .fieldset .field-lg.checkbox-custom input {
    width: 20px;
    height: 20px;
    bottom: -3px;
    position: relative;
}

.roya-basic-textonly .fieldset .field-lg.checkbox-custom label {
    margin: 0;
}

.roya-basic-textonly .fieldset .field-lg.checkbox-custom label:not(:last-child) {
    margin-right: 25px;
}

.roya-basic-textonly .ry-btn {
    margin: auto;
    margin-top: 30px;
    min-width: 180px;
    padding-top: 22px;
    padding-bottom: 22px;
    border-radius: 30px;
}

#website-audit .analytics .ry-text h2, 
.sec-2 .title-wrap .title, 
.sec-4 .title-wrap .title, 
.sec-3 .title-wrap .title {
    font-size: 73px;
    text-align: center;
    max-width: 1080px;
    letter-spacing: -2px;
    color: #1474af;
    margin: auto;
    line-height: 1;
    margin-bottom: 0 !important;
    font-family: 'Inter' !important;
    font-weight: 900;
}

#website-audit .analytics .ry-text p {
    max-width: 1280px;
    margin: auto;
    font-size: 20px;
    line-height: 1.4;
    font-family: 'Inter' !important;
    margin-top: 30px;
}

.packages-title h3 {
    font-family: 'Inter' !important;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 20px;
}

.packages-inner-wrp p {
    font-size: 18px;
    font-family: 'Inter' !important;
}

a#packages-btn {
    padding: 16px 25px;
    border: unset;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-family: 'Inter' !important;
}

a#packages-btn:after {
    display: none;
}

.sec-2 .title-wrap .title {
    max-width: 1280px;
    margin-bottom: 30px !important;
}

.sec-2 .title-wrap .sub,
.sec-4 .title-wrap .sub,
.sec-3 .title-wrap .sub {
    margin: auto;
    font-size: 20px;
    line-height: 1.4;
    font-family: 'Inter' !important;
    max-width: 1280px;
}

.sec-4 .title-wrap .sub {
    margin-top: 5px;
}

.sec-3 .title-wrap .sub {
    margin-top: 20px;
}

.sec-3 .detail-wrap .rec-wrap .info {
    font-family: 'Inter' !important;
    letter-spacing: -1px;
}

.sec-3 .detail-wrap .detail {
    font-family: 'Inter' !important;
    line-height: 1.5;
}

.sec-3 .info-wrap .name-wrap .name div {
    font-family: 'Inter';
}

.sec-3 .info-wrap .name-wrap .address {
    font-family: 'Inter' !important;
}

.coldstart-title h3 {
    font-family: 'Inter' !important;
    line-height: 1;
}

.coldstart-title h3 strong {
    font-weight: 900;
}

div#cold-start-block p {
    font-family: 'Inter' !important;
    line-height: 1.3;
}

.module-eval .ry-headline h2 {
    font-size: 73px;
    color: #1474af;
    letter-spacing: -2px;
    line-height: 1.1;
    font-family: 'Inter' !important;
    font-weight: 900;
}

.module-eval .ry-each:nth-child(2) {
    position: absolute;
    max-width: 860px;
    width: auto;
    right: 0;
    top: 40%;
    transform: translate(0, -50%);
}

.module-eval .ry-each .button-wrapper {
    clear: both;
    padding-top: 25px;
    display: flex;
    justify-content: center;
}

.module-eval .ry-each .ry-headline h2 {
    text-align: center;
}

.module-eval .ry-each .button-wrapper .ry-btn {
    padding: 25px 60px;
    font-size: 22px;
    text-transform: initial;
    letter-spacing: -1px;
    border-radius: 15px;
}

.module-eval .ry-container {
    max-width: 1280px;
}

.new-headline .ry-flex .ry-each:nth-child(2) .photo {
    display: flex;
    gap: 10px;
    align-items: center;
}

.new-headline .ry-flex .ry-each:nth-child(2) .photo:before {
    content: "POWERED BY";
    font-family: 'Inter';
    font-size: 13px;
}

.new-headline .ry-flex .ry-each:nth-child(2) .photo img {
    max-width: max-content;
}

a#packages-btn:hover {
    background: #f84495 !important;
}
/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (max-width: 1660px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/
	.roya-basic-textonly .ry-headline h2, 
	#website-audit .analytics .ry-text h2, 
	.sec-2 .title-wrap .title,
	.sec-4 .title-wrap .title, 
	.sec-3 .title-wrap .title, 
	.module-eval .ry-each .ry-headline h2 {
		font-size: calc(70px + 18 * ((100vw - 1660px) / 768)) !important;
		    line-height: 1 !important;
	}

	.roya-basic-hero .ry-headline h1 {
		font-size: calc(50px + 18 * ((100vw - 1660px) / 768)) !important;
	}

	.roya-basic-hero .ry-headline h4 {
		font-size: calc(36px + 10 * ((100vw - 1660px) / 768)) !important;
	}

	.roya-basic-hero .ry-text.list-check ul li:before {
		top: 50%;
		transform: translate(0, -50%);
	}

	.roya-basic-textonly .form-control, 
	.roya-basic-textonly .fieldset .field-lg.checkbox-custom > div, 
	#website-audit .analytics .ry-text p, 
	.packages-inner-wrp p, 
	.sec-2 .title-wrap .sub, 
	.sec-4 .title-wrap .sub, 
	.sec-3 .title-wrap .sub, 
	.sec-3 .detail-wrap .detail {
		font-size: calc(18px + 4 * ((100vw - 1660px) / 768)) !important;
	}

	.roya-basic-textonly .fieldset .field-lg.checkbox-custom {
		height: 60px;
	}

	.roya-basic-textonly .form-control {
		height: 60px;
	}

}
@media (max-width: 1080px) {
	.new-headline .ry-flex .ry-each:nth-child(1) img {
		max-width: 320px;
	}

	.new-headline {
		padding: 20px 0;
	}

	.roya-basic-hero {
		padding-bottom: 56.25%;
	}

	.roya-basic-hero .section-background {
		position: relative;
		padding-bottom: 56.25%;
		margin-top: -10%;
	}

	.roya-basic-hero {
		flex-direction: column-reverse;
		align-items: center;
		display: flex;
		padding-bottom: 0;
	}

	.roya-basic-hero .ry-flex .ry-each {
		width: 100%;
	}

	.roya-basic-hero .ry-text.list-check ul li:before {
		width: 40px;
		height: 40px;
	}

	.roya-basic-textonly {
		padding: 100px 0;
	}
	
	.module-eval .ry-each:nth-child(2) {
		position: relative;
		right: unset;
		top: unset;
		transform: unset;
	}

	.module-eval .ry-flex {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}

	.module-eval {
		padding-top: 60px;
	}

	.module-eval .ry-flex .ry-each {
		max-width: 100%;
		width: 100%;
	}

	.module-eval .ry-flex .ry-each img {
		max-width: 560px;
		margin: auto;
	}
	a#packages-btn {
		padding: 15px 20px !important;
		font-size: calc(18px + 2 *((100vw - 1660px) / 768)) !important;
	}

}
@media (max-width: 620px) {

	/** PLACE YOUR LAPTOP AND UP CSS HERE **/
	.roya-basic-textonly .ry-headline h2, 
	#website-audit .analytics .ry-text h2, 
	.sec-2 .title-wrap .title,
	.sec-4 .title-wrap .title, 
	.sec-3 .title-wrap .title, 
	.module-eval .ry-each .ry-headline h2 {
		font-size: calc(60px + 18*((100vw - 1660px) / 768)) !important;
		letter-spacing: -1px;
	}

	.roya-basic-textonly .form-control, 
	.roya-basic-textonly .fieldset .field-lg.checkbox-custom > div, 
	#website-audit .analytics .ry-text p, 
	.packages-inner-wrp p, 
	.sec-2 .title-wrap .sub, 
	.sec-4 .title-wrap .sub, 
	.sec-3 .title-wrap .sub, 
	.sec-3 .detail-wrap .detail {
		font-size: calc(18px + 2 * ((100vw - 1660px) / 768)) !important;
	}
	.roya-basic-textonly .fieldset .field-md {
		width: 100%;
	}

	.roya-basic-textonly .fieldset {
		gap: 15px;
	}

	.roya-basic-textonly .fieldset .field-lg.checkbox-custom {
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
		flex-direction: column;
		align-items: flex-start;
	}

	#website-audit .analytics {
		padding: 60px 5% !important;
	}

	.module-eval .ry-each .button-wrapper .ry-btn {
		padding: 18px 25px;
		font-size: 18px;
	}

	.new-headline .ry-flex .ry-each {
		width: 45%;
	}

	.new-headline .ry-flex .ry-each:nth-child(2) .photo {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
	}

	.new-headline .ry-flex {
		align-items: center;
	}
}

@media (max-width: 420px) {

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

	.roya-basic-textonly .ry-btn {
		padding: 15px 30px;
		min-width: unset;
	}
	.new-headline .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}

	.new-headline .ry-flex .ry-each:nth-child(2) .photo {
		/* flex-direction: initial; */
		align-items: center;
		justify-content: center;
	}

	.new-headline .ry-flex .ry-each {
		width: 100%;
	}
}