@charset "utf-8";
/* CSS Document */

body {
    font-family: "Harmonia Sans W01 Regular";
    position: relative;
}
@font-face {
    font-family: "Harmonia Sans W01 Bold";
    src: url("../../fonts/interstitial-fonts/99f44be299d4608af6fbe99aa38ce446.eot");
    src: url("../../fonts/interstitial-fonts/99f44be299d4608af6fbe99aa38ce446.eot") format("embedded-opentype"),
        url("../../fonts/interstitial-fonts/99f44be299d4608af6fbe99aa38ce446.woff2") format("woff2"),
        url("../../fonts/interstitial-fonts/99f44be299d4608af6fbe99aa38ce446.woff") format("woff"),
        url("../../fonts/interstitial-fonts/99f44be299d4608af6fbe99aa38ce446.ttf") format("truetype"),
        url("../../fonts/interstitial-fonts/99f44be299d4608af6fbe99aa38ce446.svg#Harmonia Sans W01 Bold") format("svg");
}
@font-face {
    font-family: "Harmonia Sans W01 Regular";
    src: url("../../fonts/interstitial-fonts/0dd7edde115ef38e7def4b16e93b5884.eot");
    src: url("../../fonts/interstitial-fonts/0dd7edde115ef38e7def4b16e93b5884.eot") format("embedded-opentype"),
        url("../../fonts/interstitial-fonts/0dd7edde115ef38e7def4b16e93b5884.woff2") format("woff2"),
        url("../../fonts/interstitial-fonts/0dd7edde115ef38e7def4b16e93b5884.woff") format("woff"),
        url("../../fonts/interstitial-fonts/0dd7edde115ef38e7def4b16e93b5884.ttf") format("truetype"),
        url("../../fonts/interstitial-fonts/0dd7edde115ef38e7def4b16e93b5884.svg#Harmonia Sans W01 Regular") format("svg");
}
@font-face {
    font-family: 'Avenir Next LT Pro Demi';
    src: url('../../fonts/interstitial-fonts/AvenirNextLTPro-Demi.eot');
    src: local('Avenir Next LT Pro Demi'), local('AvenirNextLTPro-Demi'),
        url('../../fonts/interstitial-fonts/AvenirNextLTPro-Demi.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/interstitial-fonts/AvenirNextLTPro-Demi.woff2') format('woff2'),
        url('../../fonts/interstitial-fonts/AvenirNextLTPro-Demi.woff') format('woff'),
        url('../../fonts/interstitial-fonts/AvenirNextLTPro-Demi.ttf') format('truetype'),
        url('../../fonts/interstitial-fonts/AvenirNextLTPro-Demi.svg#AvenirNextLTPro-Demi') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../../fonts/interstitial-fonts/AvenirNextLTPro-Bold.eot');
    src: local('Avenir Next LT Pro Bold'), local('AvenirNextLTPro-Bold'),
        url('../../fonts/interstitial-fonts/AvenirNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/interstitial-fonts/AvenirNextLTPro-Bold.woff2') format('woff2'),
        url('../../fonts/interstitial-fonts/AvenirNextLTPro-Bold.woff') format('woff'),
        url('../../fonts/interstitial-fonts/AvenirNextLTPro-Bold.ttf') format('truetype'),
        url('../../fonts/interstitial-fonts/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../../fonts/interstitial-fonts/AvenirNextLTPro-Regular.eot');
    src: local('Avenir Next LT Pro Regular'), local('AvenirNextLTPro-Regular'),
        url('../../fonts/interstitial-fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/interstitial-fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
        url('../../fonts/interstitial-fonts/AvenirNextLTPro-Regular.woff') format('woff'),
        url('../../fonts/interstitial-fonts/AvenirNextLTPro-Regular.ttf') format('truetype'),
        url('../../fonts/interstitial-fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/** Common Styles Here **/
.sec_title {
	color: #000;
	font-family: "Harmonia Sans W01 Bold";
	line-height: 1.2;
	font-size: 2.75rem;
	letter-spacing: -2px;
}
.btn_wrap {
	width: fit-content;
	margin-top: 1.5rem;
}
.btn_wrap .main_btn {
	color: #fff;
	font-family: 'Avenir Next LT Pro';
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	background: #fe6e00;
	border: transparent;
	border-radius: 6px;
	font-size: 1.5rem;
	text-align: center;
	padding: 0.75rem 2rem;
	display: block;
    width: fit-content;
    margin-bottom: 0.25rem;
}
.btn_wrap .main_btn span {
	color: #ffff00;
}
.btn_wrap .below_btn .rating_stars {
	letter-spacing: -1px;
	margin-right: 0.625rem;
}
.btn_wrap .below_btn .rating_stars i {
	color: #ffc223;
	font-size: 0.875rem;
}
.btn_wrap .below_btn .reviews_count {
	color: #fff;
	font-family: 'Avenir Next LT Pro Demi';
	font-size: 0.875rem;
	margin-right: 0.625rem;
}
.btn_wrap .below_btn .stock img {
	width: 50px;
}
.btn_wrap .below_btn .stock p {
	margin-left: 0.25rem;
	color: #fe1a00;
	font-family: 'Avenir Next LT Pro Demi';
	font-size: 0.875rem;
}
.separator {
	max-width: 320px;
    width: 100%;
}


/** Annoucement Banner Styles Here **/
.announcement_banner {
	background: #ee2422;
}
.announcement_banner p {
	color: #fff;
	font-family: 'Avenir Next LT Pro Demi';
	font-size: 1rem;
}


/** Banner Section Styles Here **/
.banner_wrap {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #682675 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#682675 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#682675 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#682675',GradientType=0 );
	padding-bottom: 2rem;
}
.banner_wrap header .logo {
	width: 65%;
}
.banner_wrap header .nav_sec ul li, .banner_wrap header .nav_sec ul li a {
	color: #000;
	font-family: "Harmonia Sans W01 Bold";
	text-decoration: none;
	font-size: 1.125rem;
}
.banner_wrap header .nav_sec ul {
	margin-right: 3.5rem;
}
.banner_wrap header .nav_sec .hdr_btn {
	background: #fe8d38;
	border: none;
	border-radius: 10px;
	text-decoration: none;
	color: #fff;
	font-family: 'Avenir Next LT Pro';
	font-weight: bold;
	padding: 0.5rem 1rem;
}
.banner_wrap header .nav_sec .hdr_btn span {
	color: #ffea00;
}
.banner_wrap .banner .bnr_cont ul.bnr_list li .list_text {
	color: #000;
	font-family: "Harmonia Sans W01 Bold";
	font-size: 1rem;
	line-height: 1.1;
}
.banner_wrap .banner .bnr_cont ul.bnr_list li img {
	width: 32px;
}
.banner_wrap .banner .bnr_cont ul.bnr_list li:not(:last-child) {
	margin-bottom: 0.75rem;
}
.banner_wrap .banner .bnr_cont ul.bnr_list {
	margin-top: 2rem;
}
.banner_wrap .banner .bnr_prod {
	width: 96%;
	margin-top: 3rem;
}


/** Secured Section Styles Here **/
.secured_sec {
	background: #fff;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.secured_sec ul li img {
	height: 34px;
}
.secured_sec ul li:not(:last-child) {
	margin-right: 4rem;
}
.secured_sec ul li:first-child, .secured_sec ul li:nth-child(2) {
	margin-bottom: 1rem;
}


/** Features Section Styles Here **/
.features_sec {
	background: #fff;
	padding-top: 3rem;
	padding-bottom: 5rem;
}
.features_sec .sec_title {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.features_sec .features_box img {
	width: 46%;
}
.features_sec .features_box .features_head {
	letter-spacing: -1px;
	color: #000;
	font-family: "Harmonia Sans W01 Bold";
	font-size: 1.5rem;
	line-height: 1.3;
	margin-top: 0.75rem;
}
.features_sec .features_box .features_text {
	color: #000;
	letter-spacing: -1px;
	line-height: 1.3;
	margin-top: 1.5rem;
}
.features_sec .features_box_row {
	margin-top: 2rem;
}


/** Featured In Section Styles Here **/
.featured {
	background: #601a6e;
}
.featured p {
	color: #fff;
	font-family: "Harmonia Sans W01 Bold";
	font-size: 1.5rem;
	margin-right: 2rem;
    position: relative;
    top: -6px;
}
.featured ul li img {
	height: 50px;
}
.featured ul li:not(:last-child) {
	margin-right: 2rem;
}


/** About Product Section Styles Here **/
.about_prod_sec {
	background: #fff;
	padding-top: 3rem;
	padding-bottom: 5rem;
}
.about_prod_sec .sec_title {
	width: 56%;
	margin-left: auto;
	margin-right: auto;
}
.about_prod_sec .about_prod2 {
	display: none !important;
}
.about_prod_sec .about_box {
	background: url(../../images/interstitial-images/about_bg.png) center center/cover no-repeat;
	border: none;
	border-radius: 10px;
	position: relative;
	padding: 1.5rem;
	margin-top: 2rem;
}
.about_prod_sec .about_box .about_prod {
	position: absolute;
	left: -170px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	width: 230px;
}
.about_prod_sec .about_box .about_cont {
	background: #fff;
	border: none;
	border-radius: 10px;
	width: 70%;
	margin-left: auto;
	padding: 3rem 1.5rem;
}
.about_prod_sec .about_box .about_cont p.about_prod_txt {
	font-family: 'Avenir Next LT Pro';
	color: #000;
	font-size: 1rem;
	line-height: 1.2;
}
.about_prod_sec .about_box .about_cont p.about_prod_txt:not(:first-child) {
	margin-top: 1.5rem;
}
.about_prod_sec .about_box .about_cont .btn_wrap .reviews_count {
	color: #000;
}
.about_prod_sec .about_box .about_cont .btn_wrap {
	margin-top: 3rem;
}


/** Purple Strip Section Styles Here **/
.purple_strip {
	background: #601a6e;
}
.purple_strip p {
	color: #fff;
	font-family: "Harmonia Sans W01 Bold";
	font-size: 1.5rem;
}


/** Benefits Section Styles Here **/
.benefit_sec {
	background: #fff;
	padding-top: 3rem;
	padding-bottom: 4rem;
}
.benefit_sec .sec_title {
	font-size: 2.5rem;
}
.benefit_sec .benefit_box .benefit_head {
	color: #010101;
	font-family: "Harmonia Sans W01 Bold";
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 1rem;
}
.benefit_sec .benefit_box .benefit_text {
	color: #010101;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 0.5rem;
}
.benefit_sec .benefit_box4, .benefit_sec .benefit_box5, .benefit_sec .benefit_box6 {
	margin-top: 3rem;
}


/** FAQ Section Styles Here **/
.faq_sec {
	background: #fff;
	padding-top: 3rem;
	padding-bottom: 4rem;
}
.faq_sec .sec_title {
	font-size: 2.125rem;
}
.faq_sec .prod_img {
	width: 80%;
}
.faq_sec .btn_wrap .reviews_count {
	color: #000;
}
.faq_sec .btn_wrap {
	margin-top: 4rem;
}
.faq_sec .accordion-button:focus {
	border: none;
    box-shadow: none;
}
.faq_sec .accordion-button:not(.collapsed) {
	color: #000;
    background-color: #fff;
    box-shadow: none;
    border-bottom: 1px solid #eee;
}
.faq_sec .accordion-button::after {
	margin-left: initial;
	background: none;
	transition: none;
    position: absolute;
    left: 0;
    content: "\2b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.accordion-button:not(.collapsed)::after {
	transform: none;
	content: "\f068";
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.faq_sec .accordion-button {
	padding-left: 2rem;
}
.faq_sec .accordion-item {
	border: none;
}


/** Review Section Starts Here **/
.review_sec {
	background: #f9f9f9;
}
.review_sec .sec_title {
	font-size: 2.125rem;
}
.review_sec .review_box {
	background: #fff;
	padding: 1rem;
}
.review_sec .review_box:not(.review_box4) {
	margin-bottom: 1.5rem;
}
.review_sec .review_box1 {
	margin-top: 2rem;
}
.review_sec .review_box .review_name .left_box .rating_stars i {
	color: #ffc223;
	font-size: 0.75rem;
}
.review_sec .review_box .review_name .left_box .rating_stars {
	letter-spacing: -1px;
}
.review_sec .review_box .review_name .left_box p {
	color: #000;
	font-size: 1rem;
	margin-left: 0.375rem;
}
.review_sec .review_box .review_name .right_box p {
	color: #000;
	font-size: 1rem;
}
.review_sec .review_box .review_name {
	margin-bottom: 0.5rem;
}
.review_sec .review_box .review_text {
	color: #000;
	font-size: 1rem;
	line-height: 1.3;
}


/** Last Section Styles Here **/
.last_sec {
	background: #fff;
	padding-top: 6rem;
	padding-bottom: 3rem;
}
.last_sec .prod_img {
	width: 60%;
}
.last_sec .sec_title {
	font-size: 2.25rem;
}
.last_sec .btn_wrap .reviews_count {
	color: #000;
}
.last_sec .btn_wrap {
	margin-top: 4rem;
}
.last_sec .disclaimer {
	margin-top: 2.5rem;
}
.last_sec .disclaimer p {
	color: #010101;
	font-size: 0.875rem;
	line-height: 1.2;
}
.last_sec .disclaimer p:nth-child(3) {
	margin-top: 1rem;
}
.last_sec .disclaimer p:nth-child(4) a {
	text-decoration: none;
	color: #3379b7;
}
.last_sec .disclaimer p:nth-child(4) {
	margin-top: 1rem;
}


/** Footer Styles Here **/
footer {
	background: #fff;
}
footer p, footer ul li, footer ul li a {
	color: #010101;
	font-size: 1rem;
	text-decoration: none;
	line-height: 1;
}
footer p img {
	width: 150px;
    margin-left: 0.5rem;
}
footer ul {
	margin-top: 0.5rem;
}


/** Responsive Styles Here **/
@media screen and (min-width: 1200px) and (max-width: 1280px) {
	.about_prod_sec .about_box .about_prod {
		left: -160px;
	}
}

@media screen and (max-width: 1199px) {
	.sec_title {
		font-size: 2.25rem;
	}
	.banner_wrap header .nav_sec ul li, .banner_wrap header .nav_sec ul li a {
		font-size: 1rem;
	}
	.banner_wrap header .nav_sec ul{
		margin-right: 1.5rem;
	}
	.banner_wrap header .nav_sec .hdr_btn {
		padding: 0.5rem 0.75rem;
    	font-size: 0.875rem;
	}
	.about_prod_sec .about_box .about_prod {
		left: -130px;
		width: 200px;
	}
	.faq_sec .prod_img {
		margin-top: 2rem;
	}
	.faq_sec .sec_title {
		font-size: 2rem;
	}
	.review_sec .sec_title {
		font-size: 2rem;
	}
	.last_sec .sec_title {
		font-size: 1.875rem;
	}
}

@media screen and (max-width: 991px) {
	.sec_title {
		font-size: 1.875rem;
	}
	.btn_wrap .main_btn {
		font-size: 1.25rem;
		padding: 0.75rem 1rem;
		margin-left: auto;
    	margin-right: auto;
	}
	.btn_wrap .below_btn .rating_stars i {
		font-size: 0.625rem;
	}
	.btn_wrap .below_btn .reviews_count {
		font-size: 0.75rem;
	}
	.btn_wrap .below_btn .stock p {
		font-size: 0.75rem;
	}
	.banner_wrap header .logo {
		width: 80%;
	}
	.banner_wrap header .nav_sec ul li, .banner_wrap header .nav_sec ul li a {
		font-size: 0.875rem;
	}
	.banner_wrap header .nav_sec ul {
		margin-right: 1rem;
	}
	.banner_wrap header .nav_sec .hdr_btn{
		padding: 0.5rem;
		font-size: 0.75rem;
	}
	.about_prod_sec .about_box .about_prod {
		left: -80px;
	}
	.benefit_sec .sec_title {
		font-size: 1.75rem;
	}
	.benefit_sec .benefit_box .benefit_head {
		margin-top: 0.5rem;
	}
	.faq_sec .sec_title {
		font-size: 1.75rem;
	}
	.review_sec .sec_title {
		font-size: 1.75rem;
	}
	.last_sec .sec_title {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 767px) {
	.sec_title {
		font-size: 2.5rem;
	}
	.btn_wrap {
		margin: 3.5rem auto 0;
	}
	.btn_wrap .main_btn {
		font-size: 1.625rem;
    	padding: 0.75rem 1.5rem;
	}
	.btn_wrap .below_btn .rating_stars i {
		font-size: 0.875rem;
	}
	.btn_wrap .below_btn .reviews_count {
		font-size: 0.875rem;
	}
	.btn_wrap .below_btn .stock p {
		font-size: 0.875rem;
	}
	.banner_wrap header .logo {
		width: 100%;
		display: block;
	}
	.banner_wrap header .nav_sec ul {
		margin-right: 0;
		margin-top: 1.25rem;
	}
	.banner_wrap header .nav_sec ul li, .banner_wrap header .nav_sec ul li a {
		font-size: 1.75rem;
	}
	.banner_wrap header .nav_sec ul li:not(:last-child) {
		margin-right: 1.5rem;
	}
	.banner_wrap .banner .bnr_cont .prod_img_mob {
		margin-top: 4rem;
    	margin-bottom: 4rem;
	}
	.banner_wrap .banner .bnr_cont ul.bnr_list li .list_text {
		color: #fff;
		font-size: 1.375rem;
		line-height: 1.2;
	}
	.banner_wrap .banner .bnr_cont ul.bnr_list li img {
		width: 42px;
	}
	.banner_wrap .banner .bnr_cont ul.bnr_list li:not(:last-child) {
		margin-bottom: 1rem;
	}
	.secured_sec ul li {
		width: 49%;
	}
	.secured_sec ul li:not(:last-child) {
		margin-right: 0;
	}
	.secured_sec ul li img {
		height: 40px;
	}
	.secured_sec ul li:first-child, .secured_sec ul li:nth-child(2), .secured_sec ul li:nth-child(3), .secured_sec ul li:nth-child(4), .secured_sec ul li:nth-child(5) {
		margin-bottom: 3.5rem;
	}
	.secured_sec {
		padding-top: 3rem;
    	padding-bottom: 3rem;
	}
	.features_sec {
		background: #f4f3f5;
	}
	.features_sec .sec_title {
		width: 100%;
		font-size: 2rem;
	}
	.features_sec .features_box img {
		width: 60%;
	}
	.features_sec .features_box .features_text {
		font-size: 1.125rem;
	}
	.features_sec .features_box3 img {
		width: 30%;
	}
	.features_sec .features_box3 .features_text {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	.features_sec .features_box3 {
		margin-top: 3rem;
	}
	.featured ul li img {
		height: 40px;
	}
	.featured p {
		font-size: 1.25rem;
	}
	.about_prod_sec .sec_title {
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.about_prod_sec .about_box .about_cont .btn_wrap .main_btn {
		font-size: 1.125rem;
    	padding: 0.75rem 0.875rem;
	}
	.about_prod_sec .about_box .about_cont .btn_wrap .below_btn .rating_stars i {
		font-size: 0.563rem;
	}
	.about_prod_sec .about_box .about_cont .btn_wrap .below_btn .rating_stars {
		line-height: 0.5;
	}
	.about_prod_sec .about_box .about_cont .btn_wrap .reviews_count {
		font-size: 0.563rem;
	}
	.about_prod_sec .about_box .about_cont .btn_wrap .below_btn .stock p {
		font-size: 0.563rem;
	}
	.about_prod_sec .about_box .about_prod {
		left: -60px;
	    top: -76px;
	    transform: none;
	}
	.about_prod_sec .about_box {
		margin-top: 6rem;
	}
	.benefit_sec .sec_title {
		font-size: 2.5rem;
		width: 70%;
	    margin-left: auto;
	    margin-right: auto;
	}
	.benefit_sec .benefit_box4, .benefit_sec .benefit_box5, .benefit_sec .benefit_box6 {
		margin-top: 0;
	}
	.benefit_sec .benefit_box1, .benefit_sec .benefit_box2, .benefit_sec .benefit_box3, .benefit_sec .benefit_box4 {
		margin-bottom: 2rem;
	}
	.faq_sec .prod_img {
		margin-top: 0;
		width: 90%;
		margin-bottom: 3rem;
	}
	.faq_sec .sec_title {
		font-size: 2.5rem;
	}
	.faq_sec .separator {
		margin-left: auto;
		margin-right: auto;
	}
	.review_sec {
		background: #eeeded;
	}
	.review_sec .sec_title {
		font-size: 2.5rem;
	}
	.last_sec .prod_img {
		width: 70%;
    	margin-bottom: 5rem;
	}
	.last_sec .sec_title {
		font-size: 2.25rem;
	}
	.last_sec .disclaimer p:not(:first-child) {
		margin-top: 1.5rem;
	}
}

@media screen and (max-width: 640px) {
	.about_prod_sec .about_box .about_prod {
		width: 170px;
		left: -10px;
	}
}

@media screen and (max-width: 575px) {
	.sec_title, .benefit_sec .sec_title, .faq_sec .sec_title, .review_sec .sec_title {
		font-size: 2.25rem;
	}
	.banner_wrap header .logo {
		width: 90%;
	}
	.banner_wrap header .nav_sec ul li, .banner_wrap header .nav_sec ul li a {
		font-size: 1.375rem;
	}
	.about_prod_sec .about_box .about_prod {
		width: 140px;
	}
	.about_prod_sec .about_box .about_cont .btn_wrap .main_btn {
		font-size: 1rem;
	    padding: 0.75rem 0.75rem;
	    letter-spacing: normal;
	}
	.about_prod_sec .about_box .about_cont .btn_wrap .reviews_count, .about_prod_sec .about_box .about_cont .btn_wrap .below_btn .stock p,
	.about_prod_sec .about_box .about_cont .btn_wrap .below_btn .rating_stars i {
		font-size: 0.438rem;
	}
	.about_prod_sec .about_box .about_cont .btn_wrap .below_btn .rating_stars {
		line-height: 0.125;
	}
	.featured ul li img {
		height: 30px;
	}
	.featured ul li:not(:last-child) {
		margin-right: 1.5rem;
	}
	.last_sec .sec_title {
		font-size: 2rem;
	}
}

@media screen and (max-width: 479px) {
	.sec_title, .benefit_sec .sec_title, .features_sec .sec_title, .faq_sec .sec_title, .review_sec .sec_title {
		font-size: 1.875rem;
	}
	.btn_wrap .main_btn {
		font-size: 1.25rem;
    	padding: 0.75rem 1rem;
	}
	.btn_wrap .below_btn .reviews_count, .btn_wrap .below_btn .stock p {
		font-size: 0.75rem;
	}
	.btn_wrap .below_btn .rating_stars i {
		font-size: 0.625rem;
	}
	.btn_wrap .below_btn .rating_stars {
		line-height: 1;
	}
	.banner_wrap header .nav_sec ul li, .banner_wrap header .nav_sec ul li a {
		font-size: 1.25rem;
	}
	.banner_wrap header .nav_sec ul li:not(:last-child) {
		margin-right: 1rem;
	}
	.banner_wrap .banner .bnr_cont ul.bnr_list li .list_text {
		font-size: 1rem;
	}
	.banner_wrap .banner .bnr_cont ul.bnr_list li img {
		width: 32px;
	}
	.secured_sec ul li img {
		height: 30px;
	}
	.secured_sec ul li:first-child, .secured_sec ul li:nth-child(2), .secured_sec ul li:nth-child(3), .secured_sec ul li:nth-child(4), .secured_sec ul li:nth-child(5) {
		margin-bottom: 2.5rem;
	}
	.features_sec .features_box .features_head {
		font-size: 1.25rem;
	}
	.features_sec .features_box .features_text {
		font-size: 1rem;
	}
	.featured ul li:not(:last-child) {
		margin-right: 1rem;
	}
	.featured ul li img {
		height: 26px;
	}
	.featured p {
		font-size: 1rem;
		margin-right: 1.5rem;
	}
	.about_prod_sec .about_box .about_cont {
		width: 100%;
	}
	.about_prod_sec .about_prod2 {
		display: block !important;
		margin-top: 3rem;
		width: 60%;
	}
	.about_prod_sec .about_box .about_prod {
		display: none;
	}
	.about_prod_sec .about_box {
		margin-top: 3rem;
	}
	.benefit_sec .row.mt-5.mt-md-4 .col-6.col-md-4 {
		flex: 0 0 auto;
    	width: 100%
	}
	.benefit_sec .benefit_box1, .benefit_sec .benefit_box2, .benefit_sec .benefit_box3, .benefit_sec .benefit_box4 {
		margin-bottom: 0;
	}
	.benefit_sec .benefit_box:not(.benefit_box6) {
		margin-bottom: 3rem;
	}
	.purple_strip p {
		font-size: 1.125rem;
	}
	.last_sec {
		padding-top: 4rem;
	}
	.last_sec .sec_title {
		font-size: 1.5rem;
	}
	.last_sec .prod_img {
		margin-bottom: 3rem;
	}
	footer p, footer ul li, footer ul li a {
		font-size: 0.75rem;
	}
	footer p img {
		width: 130px;
	}
}


/** New Fixes After Doing Functionality **/
.d-flex {
    justify-content: initial;
}
.faq_sec .accordion-button:hover {
    background: transparent;
}

/** NEW STYLES HERE **/
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.topbar {
    width: 100%;
    /* position: absolute;
    left: 0;
    right: 0;
    top: 0; */
    z-index: 999;
    text-align: center;
    background-color: #fe1103 !important;
    height: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #000;
}
/* .top-fix-bar{margin-top: 40px;} */
.p-2 {
    padding: 0.5rem !important;
}
.fw-bold {
    font-weight: 600;
}
.topbar img {
    margin: -4px 5px;
}
/* .text-decoration-underline {
    border-bottom: 2px solid #fff;
} */

.topbanner img{
    width: 100%;
    height: auto;
    object-fit: cover;   
}