html body {
	font-family: 'Oracle Sans', sans-serif;
	color: #000;
}

.wrapper {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 0;
	box-shadow: 4px 2px 29px 2px rgba(212, 212, 214, 1);
	-moz-box-shadow: 4px 2px 29px 2px rgba(212, 212, 214, 1);
	-webkit-box-shadow: 4px 2px 29px 2px rgba(212, 212, 214, 1);
}

.main-container {
	width: 1200px;
}

.ns-lp ul,
.ns-lp ol {
	padding-left: 2.5em;
}

.ns-lp ul {
	list-style-type: disc;
}

/* Header Section - Start */

.header-form-wrap {
	padding: 30px 0 85px 0;
	background-image: url("https://www.oracle.com/webfolder/dms/m/cfo-ceo-header-bg-compressed.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.header-form-wrap .main-container {
	width: 1280px;
}

.header-cont-wrap {
	padding: 25px 0;
}

.on-logo img {
	width: 215px;
}

.header-left {
	padding-right: 15px;
}

.head-img {
	width: 100%;
}

.head-img img {
	margin: 0 auto;
}

.header-right {
	padding-left: 15px;
}

.header-img-bg {
	display: block;
	margin-bottom: 25px;
}

.header-img-bg img {
	margin: 0 auto;
}

.head-text {
	display: block;
	max-width: 100%;
}

.header-left h1 {
	font-family: 'Oracle Sans Bold';
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 50px;
	line-height: 1.15em;
	color: #000000;
	margin: 40px 0 20px 0;
}

.header-left h1 span {
	margin: 5px 0 0 0;
	display: block;
	font-size: 38px;
	line-height: 1.15em;
}

.head-text p {
	font-size: 16px;
	color: #1E3B42;
	line-height: 1.25em;
	margin: 0 0 5px 0;
}

.header-left h2 {
	font-size: 30px;
	line-height: 35px;
	color: #614F2B;
	margin: 20px 0;
}

.head-text ul {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 2.5em;
}

.head-text ul * {
	color: #000000;
	font-size: 16px;
	line-height: 1.8em;
}

/* Header Section - End */

/* Form Section - Start */

.form-right {
	padding-top: 50px;
}

.form-section {
	width: 530px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	padding: 20px 35px;
	position: relative;
	z-index: 2;
	background: #FFFFFF;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
	border-radius: 7px;
}

.fh-left {
	width: 8%;
	display: inline-block;
	vertical-align: middle;
}

.fh-right {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.fh-right p {
	color: #000000;
	line-height: 1.25em;
	font-size: 15px;
	margin: 0;
}

.form-content {
	padding: 0;
	color: #1E3B42;
}

.form-heading {
	text-align: left;
	display: block;
	margin: 0 auto 15px auto;
	max-width: 100%;
	font-size: 0;
}

.form-heading h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.3em;
	color: #000000;
	margin: 0 0 5px 0;
	display: inline;
}

.form-heading h2 em {
	font-family: 'Oracle Sans Bold', sans-serif;
	color: #D27F1D;
	font-size: 18px;
}

.form-wrapper form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	min-inline-size: unset;
}

.form-list {
	color: #312D2A;
}

.form-wrapper .form-item {
	margin-bottom: 10px;
	position: relative;
}

.form-wrapper .form-item:nth-child(odd) {
	padding-right: 10px;
}

.form-wrapper .form-item:nth-child(even) {
	padding-left: 10px;
}

.form-item .form-input {
	z-index: 2;
}

.form-item .form-input input[type="text"],
.form-item .form-input input[type="email"],
.form-item .form-input input[type="phone"],
.form-item .form-input select {
	height: 35px;
	background-color: transparent !important;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #A8A8A8;
	padding: 0px;
	width: 100%;
	font-size: 14px;
	font-family: 'Oracle Sans';
}

.form-item .form-input input[type="text"]:focus,
.form-item .form-input input[type="email"]:focus,
.form-item .form-input input[type="phone"]:focus,
.form-item .form-input select:focus {
	outline: none;
}

.form-caption {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	position: absolute;
	padding: 0 5px;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	opacity: 0.7;
}

.opt-in-section * {
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
}

.opt-in-section {
	display: block;
	margin-top: 20px;
	text-align: left;
}

.opt-in-section,
.opt-in-section div,
.opt-in-section span {
	color: #8B8580;
	font-size: 14px;
}

.opt-in-section .optInBlock {
	font-size: 14px;
}

.opt-in-section .optInBlock a {
	font-size: 14px;
	text-transform: none;
	font-weight: bold;
}

.form-submit-btn {
	text-align: center;
	margin-top: 25px;
}

.form-submit-btn input,
.bottom-btn a,
.header-btn a {
	white-space: unset;
	font-family: 'Oracle Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1em;
	background-color: #E8840F;
	padding: 20px 15px;
	border: 0;
	border-radius: 7px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	display: block;
	max-width: 100%;
	width: 330px;
	text-align: center;
}

.bottom-btn a {
	margin: 0 auto;
}

.form-submit-btn input {
	margin: 0 auto;
	width: 100%;
}

.bottom-btn {
	padding-top: 60px;
	text-align: center;
}

.header-btn a {
	text-align: center;
}

.form-submit-btn input:hover {
	box-shadow: 0 0 0 transparent;
}

.opt-in-section #prvJP {
	margin-top: 1.25em;
}

.form-content .opt-in-section a {
	text-transform: none;
	text-decoration: underline;
	font-weight: bold;
	color: #8B8580;
}

.form-content .opt-in-section a:hover {
	color: #8B8580;
}

.form-content .opt-in-section a:visited {
	color: #8B8580;
}

/* Form Section - End */

/* Features Section - Start */

.ns-feat-wrap {
	padding: 25px 0 0 0;
}

section.ns-feat-wrap .main-container {
	width: 1366px;
}

.feat-area {
	padding: 0 0 70px 0;
	position: relative;
	z-index: 2;
}

.subhead-sec {
	text-align: center;
    display: block;
    max-width: 100%;
    margin: 0 auto 25px auto;
}

.subhead-sec span {
	display: block;
	text-align: center;
	color: #000000;
	line-height: 1.25em;
	font-size: 16px;
}

h2.subhead {
	font-family: 'Oracle Sans Bold', sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 55px 0;
	font-size: 28px;
	line-height: 1.3em;
	text-align: center;
	color: #000000;
}

h3.subhead-cont {
	font-size: 18px;
	line-height: 21px;
	color: #1E3B42;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 40px;
}

.feat-list-sec {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
}

.top-left-border {
	margin-bottom: -50px;
	z-index: -1;
}

.btm-right-border {
	margin-top: -50px;
	z-index: -1;
}

.btm-right-border img {
	margin-left: auto;
}

.feat-item {
	width: 215px;
	max-width: 100%;
	display: block;
	text-align: center;
	margin: 15px 50px;
}

.feat-item h3 {
	font-family: 'Oracle Sans Bold', sans-serif;
	font-size: 18px;
	line-height: 1.3em;
	color: #000000;
	margin: 25px 0 0 0;
	font-style: normal;
	font-weight: 400;
}

.feat-item p {
	margin: 15px 0 0 0;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.5em;
}

.feat-img img {
	margin: 0 auto;
	max-height: 67px;
}


/* Features Section - End */

.bottom-content-area {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 65%, #FFFFFF 100%), #f9f5eb;
}

/* Logos Section - Start */

.ai-btm-fpt {
	padding: 70px 0 40px 0;
}

.logos-wrap {
	padding: 0;
	text-align: center;
}

.logo-title-sec {
	text-align: center;
    display: block;
    max-width: 100%;
    margin: 0 auto 50px auto;
    width: 560px;
}

.logos-wrap h2 {
	font-family: 'Georgia', sans-serif;
    font-weight: normal;
    margin: 0 0 10px 0;
    font-size: 30px;
    line-height: 1.15em;
    text-align: center;
    color: #22B6C3;
	font-style: italic;
}

.logos-wrap span {
	display: block;
    text-align: center;
    color: #000000;
    line-height: 1.25em;
    font-size: 16px;
}

.logos-list img {
	margin: 0 40px 30px 40px;
}

/* Logos Section - End */

.ai-btm-wrap {
	position: relative;
	z-index: 1;
	padding: 90px 0 55px;
	background-image: url('../images/bg-testi-img.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.left-quote {
	position: absolute;
	z-index: 3;
	top: -20px;
	display: block;
	left: -60px;
}

.right-quote {
	position: absolute;
	z-index: 4;
	display: block;
	right: -60px;
	bottom: -5px;
}

.content-scnd p {
	margin: 0 0 20px;
	font-weight: normal;
	text-align: center;
	font-size: 22px;
	line-height: 34px;
	color: #FFFFFF;
}

.scnd-author p {
	font-family: 'Oracle Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	line-height: 34px;
	color: #FFFFFF;
}

.content-scnd {
	position: relative;
	z-index: 3;
	padding: 0 25px 25px;
	text-align: center;
	width: 660px;
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

.scnd-item {
	padding: 30px 0 0;
	text-align: center;
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	width: 760px;
}

.scnd-text {
	z-index: 5;
	position: relative;
}

/* Footer Section - Start */

.bg-strip {
	height: 19px;
	background-image: url('https://www.oracle.com/webfolder/dms/m/abstract-footer-top-strip-fix.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

footer {
	background-color: #2D1A0F;
	color: #fff;
	font-size: 14px;
}

.footer-content {
	padding: 55px 0;
}

.foot-right a {
	text-decoration: none;
	color: #fff;
}

.foot-right a:visited {
	color: #fff;
}

/* Footer Section - End */

/* Slider - Start */

.item-dot {
	cursor: pointer;
	height: 10px;
	width: 10px;
	margin: 0 3px;
	background-color: #C4C4C4;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.5s ease-in-out;
}

.slide-active,
.item-dot:hover {
	background-color: #F68E24;
}

.slide-testi {
	position: relative;
}

.nav-arrow a {
	cursor: pointer;
	line-height: 1;
	display: block;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	z-index: 5;
	opacity: 0.5;
	transition: opacity 0.15s ease-in-out;
}

.nav-arrow a:hover {
	opacity: 1;
}

.arrow-prev {
	left: 0;
}

.arrow-next {
	right: 0;
}

.nav-dot {
	text-align: center;
	padding: 25px 0;
}

.animate-slide {
	-webkit-animation-name: animate-slide;
	-webkit-animation-duration: 1.5s;
	animation-name: animate-slide;
	animation-duration: 1.5s;
}

@-webkit-keyframes animate-slide {
	from {
		opacity: .5
	}

	to {
		opacity: 1
	}
}

@keyframes animate-slide {
	from {
		opacity: .5
	}

	to {
		opacity: 1
	}
}

/* Slider - End */

.more-bsn-wrap h2 {
	font-size: 32px;
	line-height: 37px;
	text-align: center;
}

.more-bsn-wrap p {
	font-size: 20px;
	line-height: 165.5%;
	text-align: center;
}

.more-list {
	text-align: left;
}

.more-list ul {
	padding-left: 0;
	margin: 0;
	list-style-image: url('https://www.oracle.com/webfolder/dms/m/icon-green-check.png');
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.more-list ul li {
	width: 300px;
	max-width: 100%;
	font-size: 20px;
	line-height: 1em;
	margin-left: 45px;
	margin-bottom: 25px;
	padding: 0px 25px;
	font-weight: bold;
}

.more-list ul li span {
	top: -10px;
	position: relative;
	color: #3D5655;
}

/* Testimonials Option 1 - Start */

.testi-wrap-op1 {
	position: relative;
	z-index: 1;
	padding: 0;
	background-image: url('./images/bg-pattern.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #dddef7;
}

.testi-wrap-op1 .main-container {
	width: 1366px;
}

.left-graphic {
	width: 15%;
}

.slide-testi {
	width: 50%;
}

.right-graphic {
	width: 35%;
	margin-top: -2%;
	margin-bottom: -10px;
}

.left-graphic img {
	margin-left: auto;
}

.right-graphic img {
	max-width: 135%;
}

.testi-wrap-op1 .left-quote {
	position: absolute;
	z-index: 3;
	top: -20px;
	display: block;
	left: -60px;
}

.testi-wrap-op1 .right-quote {
	position: absolute;
	z-index: 4;
	display: block;
	right: -60px;
	bottom: -5px;
}

.testi-wrap-op1 .content-scnd p {
	margin: 0 0 45px;
	font-weight: normal;
	text-align: center;
	font-size: 22px;
	line-height: 34px;
	color: #262626;
}

.testi-wrap-op1 .scnd-author p {
	font-family: 'Oracle Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	line-height: 34px;
	color: #262626;
}

.testi-wrap-op1 .content-scnd {
	position: relative;
	z-index: 3;
	padding: 0 25px 25px;
	text-align: center;
	width: 500px;
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

.testi-wrap-op1 .scnd-item {
	padding: 30px 0 0;
	text-align: center;
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	width: 760px;
}

.testi-wrap-op1 .scnd-text {
	z-index: 5;
	position: relative;
}

.testi-wrap-op1 .slide-testi {
	position: relative;
}

/* Testimonials Option 1 - End */

.mob-wrap {
	display: none;
	padding: 25px 0;
}

.mob-wrap img {
	margin: 0 auto;
}

.form-heading-mob,
.feat-mob {
	display: none;
}

.feat-mob-list {
	display: block;
	max-width: 100%;
	width: 360px;
	margin: 0 auto;
}

.feat-mob-item {
	font-size: 0;
	padding: 0 0 15px;
}

.feat-mob-img {
	width: 15%;
	display: inline-block;
	vertical-align: middle;
}

.feat-mob-title {
	display: inline-block;
	vertical-align: middle;
	width: 85%;
	padding-left: 15px;
}

.feat-mob-title span {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
}

.form-heading-mob h2 {
	font-size: 26px;
	line-height: 30px;
	color: #1E3B42;
	text-align: left;
	margin: 0 0 15px;
}

.acctg-wrap {
	background-color: #F3F3F3;
	padding: 85px 0 60px 0;
}

.acctg-dbl-item {
	padding-bottom: 25px;
}

.acctg-dbl-img {
	padding: 0 15px 0 15px;
}

.acctg-dbl-img img {
	margin: 0 auto;
}

.acctg-dbl-desc h2 {
	font-family: 'Georgia', sans-serif;
    font-weight: normal;
    margin: 0 0 20px 0;
    font-size: 30px;
    line-height: 1.15em;
    text-align: left;
    color: #0B7C86;
}

.acctg-dbl-desc p {
	display: block;
    text-align: left;
    color: #000000;
    line-height: 1.5em;
    font-size: 16px;
	margin: 0;
}

.msd-wrap {
	background-color: #E8F7FF;
	padding: 85px 0 60px 0;
}

/* Content Option 3 - Start */

.content-wrap-op3 {}

.content-wrap-op3 .fcheck-list {
	width: 610px;
	max-width: 100%;
	margin: 15px auto 0 auto;
}

.content-wrap-op3 .fcheck-items {
	list-style-image: url('https://www.oracle.com/webfolder/dms/m/icon-green-check.png');
}

.content-wrap-op3 .fcheck-items li {
	padding-left: 5px;
	font-size: 16px;
	line-height: 31px;
	color: #000;
	font-weight: normal;
}

.content-wrap-op3 .fcheck-items li span {
	top: -3px;
	position: relative;
}

.content-wrap-op3 .fcheck-left {
	padding-right: 15px;
}

.content-wrap-op3 .fcheck-right {
	padding-left: 15px;
}

/* Content Option 3 - End */

.rtu-area {
	background-color: #F8FDFF;
	padding: 70px 0 50px 0;
}

.rtu-content {
	display: block;
	margin: 0 auto;
	width: 600px;
	max-width: 100%;
	text-align: center;
}

.rtu-content h2 {
	font-family: 'Georgia', sans-serif;
    font-weight: normal;
    margin: 0 0 25px 0;
    font-size: 30px;
    line-height: 1.15em;
    text-align: center;
    color: #22B6C3;
    font-style: italic;
}

.rtu-content p {
	color: #000000;
	font-size: 16px;
	line-height: 1.42em;
	margin: 0 0 25px 0;
}

.comp-bns-wrap {
	background-color: #FFFFFF;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.24);
	border-radius: 7px;	
	padding: 5% 7.5%;
}

.comp-bns-wrap .comp-left {
	padding-right: 15px;
}

.comp-bns-wrap .comp-right {
	padding-left: 15px;
}

.comp-bns-wrap h2 {
	margin: 0 0 20px 0;
	font-family: 'Oracle Sans Bold', sans-serif;
	color: #000000;
	font-size: 28px;
	line-height: 1.3em;
}

.comp-bns-wrap p {
	margin: 0 0 15px 0;
	color: #000000;
	font-size: 17px;
	line-height: 1.5em;
}

.comp-bns-wrap > div p:last-child {
	margin-bottom: 0;
}

.comp-img img {
	margin: 0 auto;
}

.testimonials-content {
	width: 1020px;
	display: block;
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0 6%;
}

.testimonials-content::before {
	content: "";
	position: absolute;
	width: 5.7%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("https://www.oracle.com/webfolder/dms/m/quote-right.png");
}

.testimonials-content::after {
	content: "";
	position: absolute;
	width: 5.7%;
	height: 100%;
	right: 0;
	top: 0;
	background-position: right 50%;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("https://www.oracle.com/webfolder/dms/prod/i1/comman-quote-left.png");
}

.testimonials-content h2 {
	margin: 0 0 40px 0;
	font-family: 'Oracle Sans Lite', sans-serif;
	font-size: 40px;
	line-height: 1.3em;
	color: #000000;
}

.testimonials-content h2 em {
	font-family: 'Oracle Sans', sans-serif;
	font-weight: 800;
}

.testimonials-author {
	font-size: 0;
}

.testimonials-icon {
	display: inline-block;
	padding-right: 15px;
	vertical-align: middle;
}

.testimonials-name {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.3em;
	color: #000000;
	text-align: left;
}

.testimonials-name p {
	margin: 0;
}

.testimonials-area {
	padding: 0 0 60px 0;
}

/* Media Queries */

@media only screen and (max-width : 1365px) {

	.head-img {
		/* margin-left: -5%; */
	}

	.testi-wrap-op1 .content-scnd {
		padding: 50px 25px;
	}

	.right-graphic {
		margin-top: 0;
	}

	.right-graphic img {
		max-width: 100%;
	}

}

@media only screen and (max-width : 1199px) {

	.form-caption {
		font-size: 11px;
	}

}

@media only screen and (max-width : 992px) {

	.left-graphic,
	.right-graphic {
		display: none;
	}

	.slide-testi {
		width: 100%;
	}

	.mob-wrap {
		display: block;
	}

	.testi-wrap-op1 .content-scnd {
		padding: 50px 25px 0;
	}

	.header-left {
		width: 100%;
		padding-right: 0;
	}

	.header-thumb img {
		margin: 0 auto;
	}

	.header-right {
		width: 100%;
		text-align: left;
		padding-left: 0;
		margin-bottom: 0;
	}

	.header-left h1 br,
	h2.subhead br {
		display: none;
	}

	.head-img {
		margin: 25px 0 50px;
		width: 100%;
	}

	.head-img img {
		width: 500px;
		margin: 0 auto;
	}

	.on-logo {
		padding-top: 0;
	}

	.form-section {
		box-shadow: 0px 16px 36px rgba(0, 0, 0, 0.15);
	}

	.form-right {
		width: 100%;
		padding-top: 0;
	}

	.form-caption {
		font-size: 14px;
	}

	.header-img-bg img {
		margin: 0 auto;
	}

	.header-img-bg {
		margin-bottom: 40px;
	}

	.head-text {
		padding-left: 0;
		margin: 0 auto;
		width: 495px;
	}

	.header-left h1 br {
		display: none;
	}

	.header-form-wrap {
		padding-bottom: 45px;
	}

	.form-wrapper .form-item {
		width: 100%;
	}

	.form-wrapper .form-item:nth-child(odd) {
		padding-right: 0;
	}

	.form-wrapper .form-item:nth-child(even) {
		padding-left: 0;
	}

}

@media only screen and (max-width : 767px) {

	.testimonials-content h2 {
		font-size: 30px;
	}

	.comp-bns-wrap .comp-left {
		padding-right: 0;
		margin-bottom: 25px;
	}

	.comp-bns-wrap .comp-right {
		padding-left: 0;
	}

	.right-photo .acctg-dbl-item:nth-child(2) {
		order: 1;
	}

	.right-photo .acctg-dbl-item:nth-child(1) {
		order: 2;
	}

	.feat-item {
		width: 100%;
	}

	.feat-item * {
		text-align: center;
	}

	.feat-area {
		padding-top: 0;
	}

	.header-left h1,
	.header-left h2 {
		text-align: left;
		width: 100%;
	}

	.header-left h1 {
		font-size: 40px;
		line-height: 47px;
	}

	.header-left h2 {
		font-size: 25px;
		line-height: 29px;
	}

	.foot-right {
		text-align: center;
	}

	.ps-left {
		text-align: center;
		padding: 15px 0;
	}

	.prod-shot-img {
		margin-top: 0;
		padding-left: 0;
	}

	.right-quote {
		right: 0;
	}

	.left-quote {
		left: 0;
	}

	/* Testimonials Option 1 - Start */

	.testi-wrap-op1 .right-quote {
		right: 0;
	}

	.testi-wrap-op1 .left-quote {
		left: 0;
	}

	/* Testimonials Option 1 - End */

	/* Content Option 3 - Start */

	.content-wrap-op3 {
		padding-top: 15px;
	}

	.content-wrap-op3 .fcheck-list {
		width: 290px;
	}

	.content-wrap-op3 .fcheck-left {
		padding-right: 0;
	}

	.content-wrap-op3 .fcheck-right {
		padding-left: 0;
	}

	.content-wrap-op3 .fcheck-items {
		margin: 0;
	}

	/* Content Option 3 - End */

}

@media only screen and (max-width : 575px) {}

@media only screen and (max-width : 319px) {}