/*css variables*/
:root {
	--primary: #1A4870;
	--secondary: #1F316F;
	--yellow: #F9DBBA;
	--blue: #5B99C2;
	--black: #404040;
	--white: #fff;
  }

  
html{-ms-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;}
/* 01 : Website Global CSS BOF
========================================================== */
body { background:var(--white);font-family: "Poppins", sans-serif; font-weight:400; line-height:normal;text-transform: none; color: var(--black);}	
*, html { margin:0px; padding:0px;  }
a { color:var(--black); } /* Common color hyperlink */
a:hover, a:focus, a:active { color:var(--primary); text-decoration:none; color: var(--white);} /* Common hover color hyperlink */
a, *:hover, *:focus, *:active :focus { text-decoration:none; outline:none !important; outline-offset:0 !important; }
a img, img { border:none; outline:none !important; outline-offset:0 !important; }
ul { list-style:none; margin:0; padding:0; } 
i { font-family:'FontAwesome'; } 
img { height:auto; max-width:100%; vertical-align: middle; line-height:normal; }

	/* Transition Effect CSS BOF */
	a, img, input { transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; 
		-o-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; }
	
    /* Browser Selection CSS BOF */
	::selection { background:var(--primary); color:var(--white); } ::-moz-selection { background:var(--primary); color:var(--white); } 
	::-webkit-selection { background:var(--primary); color:var(--white); } ::-o-selection { background:var(--primary); color:var(--white); } 
	::-ms-selection { background:var(--primary); color:var(--white); }

/* 02 : Global Classes CSS BOF
==================================================== */	
.style-none { background:transparent; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; border-radius:0px; 
	-moz-border-radius:0px; -webkit-border-radius:0px; border:medium none; }
.cover-bg { background-repeat:no-repeat; background-position:0 0; background-size:cover; -moz-background-size:cover; 
	-webkit-background-size:cover; -o-background-size:cover; -ms-background-size:cover; }	
.shadow-none { box-shadow:none !important; -webkit-box-shadow:none !important; -moz-box-shadow:none !important; }
.radius-none { border-radius:0px !important; -moz-border-radius:0px !important; -webkit-border-radius:0px !important; }
.border-none { border:medium none !important; }
.text-transform{text-transform:uppercase;}
.none-transform { text-transform:none; }
.img-center{ display:block; margin-left:auto; margin-right:auto; text-align:center;}
/* Background &amp; Color Style CSS BOF
=================================================== */
/* Font Color Style CSS BOF */
.white-color-text { color:var(--white); }




/* Background Color Style CSS BOF */
.gray-color-bg { background:#f5f5f5; }
.darkred-color-bg { background:#803030; }
.light-blue{background: #EBF4F9;}
/* 03 : Heading Style CSS BOF
=================================================== */
h1, h2, h3, h4, h5, h6 { font-weight: bold; font-family: "Poppins", sans-serif;}
h1 { font-size:54px; }
h2 { font-size:36px; }
h3 { font-size:22px; }
h4 { font-size:20px; }
h5 { font-size:18px; } 	
h6 { font-size:16px; }




/* 05 : Image Style CSS BOF
=================================================== */
img { margin-bottom:0; } /*margin-bottom:5px*/

/* 08 : Linedivider Style CSS BOF
=================================================== */	
hr { border-top:solid 1px #2d9bef; border-bottom:medium none; margin-top:25px; margin-bottom:25px;}
		

/* 10 : Button Style CSS BOF
=================================================== */	
.btn {background: #DCF7FB; border-radius: 54px;font-family: "Poppins", sans-serif;
font-size: 18px; line-height:normal; color: #000; padding: 8px 20px; text-transform: capitalize;
	transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; 
	-o-transition:all 0.3s ease-in-out 0s;}

/*** Buttton Varilation CSS BOF ***/

		/* Hover State CSS BOF */
		.btn:hover, .btn:focus, .btn:active{ background:#3497db; color:#fff;  
			box-shadow:none; outline:none; }

/* 11 : Form &amp; Input Style BOF
==================================================== */	
.form-control { background:#ffffff; border:solid 1px #d0d0d0; height:45px; border-radius:0px; 	
	-moz-border-radius:0px; -webkit-border-radius:0px; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; 
	font-size:14px; color:#000; -webkit-appearance: none; }
textarea.form-control { padding-right:5px; resize:vertical; overflow:auto; height:150px; }
	
	/*** Placeholder CSS BOF ***/
	.form-control::placeholder { color: #666; }
	.form-control::-moz-placeholder { color: #666; }
	.form-control:-ms-input-placeholder { color: #666; }
	.form-control::-webkit-input-placeholder { color: #666; }
	.form-control::-o-input-placeholder { color: #666; }

/*** Label CSS BOF ***/
label { font-size:15px; }	

	/* Focus State CSS BOF */
	.form-control:focus { border:solid 1px #159f85; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; } 
	
		
.custom_btn_fill {border-radius: 10px; font-size: 20px; font-weight: 600; line-height: 1.2; padding: 16px 35px; color: #fff; background: var(--primary); display: inline-block; width: 100%; max-width: 250px; text-align: center; transition: 0.3s all; text-decoration: none;}
.custom_btn_fill:hover {transform: translateY(-10px); color: var(--white); background: var(--blue); text-decoration: none !important;}
.custom_btn_fill:focus {color: var(--white);}




/*
| ========================================================
| INDEX PAGE CSS BOF
| ========================================================
*/
.page-wrapper { margin:0px auto;}
section{ padding: 60px 0;}
.inner-page section{padding: 20px 0;}
/* HEADER CSS BOF 
======================================================= */


/* Couple Code Slider CSS BOF 
======================================================= */

.banner-bg .banner-content button.btn.custom_btn_fill {max-width: 200px;}

.product-section-main .product-box-one a:hover h2 {
    color: var(--primary);
}
.product-section-main .product-box-one a:hover .product-title span {
	color: var(--primary);
}

.couple-code{
	background-color: var(--secondary);
	color: var(--white);
	padding: 10px 0;
}
.underline{text-decoration: underline;}

.marquee {
	position: relative;
	width: 100vw;
	max-width: 100%;
	overflow-x: hidden;
  }
  
  .track {
	white-space: nowrap;
	will-change: transform;
	animation: marquee 16s linear infinite;
  }
  
  @keyframes marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
  }
.navbar{padding: 1.0940rem 0;}
.navbar .container-fluid{
	padding: 0 24px
}
.navbar-brand img{
	max-width: 150px;
	width: 100%;
}
.navbar .btn{
	padding: 10px 20px;
	font-weight: 600;
	border-radius: 10px;
	font-size: 16px;
	background-color: var(--secondary);
	color: var(--white);
	border: 0;
	margin-left: 32px;
	max-width: unset;
    width: auto;
}
.navbar .btn:hover {
    transform: translateY(-5px);
	background-color: var(--blue) !important;
}
.navbar .nav-link{padding: 10px;color: var(--black);}
.navbar-nav .dropdown-menu{
	padding: 10px 0;
}
.navbar-nav .dropdown-item{
	padding: 8px 10px;
	background-color: transparent;
}
.navbar-nav a:hover{
	text-decoration: underline;
}
.dropdown-toggle::after{
	border: solid var(--black);
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: 0.3s all ease-in;		
	margin-left: .255em;
	margin-bottom: -0.155em;
}


.cross-btn {
    height: 45px;
    width: 45px;
    background-color: #1f316f;
    display: flex;
	justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    cursor: pointer;
}
.cross-btn svg{width: 28px !important;}


/* Banner CSS start
======================================================= */
header.fixed-top {
	position: sticky;
}
.banner-bg{
	background: url(../images/banner-bg.svg) no-repeat center center / 100% 100%;
}
.banner-content{
	align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 60px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 0 0 0 40px;
}
.banner-content h3{
	color: var(--blue);
	font-weight: 400;
}
.banner-content-h1{
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    height: 258px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 540px;
}
.banner-content del{
	text-decoration: line-through;
}
.upfront{
	max-width: 378px;
}



/*product sec css*/
.simpler-product-grid .simpler-product-title h2 {font-size: 32px; font-weight: 700; margin-bottom: 16px; transition: 0.3s all;}
.simpler-product-grid .simpler-product-title ul.medicine-list {display: flex; gap: 20px; flex-direction: column; justify-content: center; text-align: left; width: 500px; margin: 30px auto;}
.simpler-product-grid .simpler-product-title ul.medicine-list li span.check-icon {margin-right: 20px;}
.simpler-product-grid .simpler-product-title ul.medicine-list li span.check-content {font-size: 18px; line-height: 24px; color: var(--black);}
.product-section-main {display: grid; grid-template-columns: 1fr 1fr 1fr 1fr;}
.product-section-main .product-box-one .product-title span {font-size: 12px;text-transform: uppercase; font-weight: 600; line-height: normal; transition: 0.3s all;}
.product-section-main .product-box-one .left-content .icon svg {fill: var(--black);}
.product-title {padding-bottom: 30px;}
.left-content {position: absolute; bottom: 1rem; left: 1rem;}
.product-section-main .product-box-one a:focus{color: var(--primary);}
.product-section-main .product-box-one {
    /* background-image: url(../images/product-img-01.jpg); */
     background-repeat: no-repeat; background-size: contain; background-position: right bottom; padding: 20px; height: auto; border: 1px solid #ececec; position: relative;}
/* .product-box-one.product-box-two {background-image: url(../images/product-img-02.jpg);}
.product-box-one.product-box-three {background-image: url(../images/product-img-03.png); background-size: 45%;}
.product-box-one.product-box-four {background-image: url(../images/product-img-04.png); background-size: 45%;} */
.simpler-product-grid .simpler-product-title .product-btn {margin-top: 40px; text-align: center;}
.product-section-main .product-box-one a:before {content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: transparent; z-index: 1;}


/*how-works css*/
.common-title {text-align: center;}
.common-title h2 {margin-bottom: 16px;}
.how-works-main .common-title p {font-size: 18px;}
.how-img {margin-bottom: 30px;}
.how-img img {width: 50%;}
.how-works-main .how-box-one .how-bottom-content .title-counter-inner span {width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; border: 2px solid var(--primary); border-radius: 50%; font-size: 20px; font-weight: 500; color: var(--primary);}
.how-works-main .how-box-one { background-color: #1a487017; text-align: center; border-radius: 20px; padding: 20px;}
.how-works-main .how-box-one .how-bottom-content .title-counter-inner {display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 10px;}
.how-works-main .how-box-one .how-bottom-content .title-counter-inner h4 {font-size: 22px; line-height: normal; margin-bottom: 0; font-weight: 700;}
.how-works-main .how-box-one p {font-size: 18px; line-height: 36px; font-weight: 400;}
.how-works-main .common-title {margin-bottom: 50px;}


/* faq css start here */
.faq{
    padding: 0 0 80px 0;
}
.faq .title{
	text-align: center;
    margin: 0 0 45px 0;
	color: var(--black);
	font-size: 36px;
	line-height: 50px;
}
.faq-inner{
    max-width: 1080px;
    padding: 20px 60px 0 60px;
    margin: 0 auto;
}
.accordion-item{
	border: 0;
	border-bottom: 1px solid #1a4870;
	border-radius: 0 !important;
}
.accordion-button{
	padding: 0;
	background: transparent !important;
	box-shadow: none !important;
	font-size: 16px;
	font-weight: 600;
	color: #000 !important;
}
.accordion-button:focus{
	border: 0 !important;
}
.accordion-button::after{
	display: none;
}
.plus-icon {
    position: relative;
    width: 17px;
    height: 17px;
	margin-right: 22px;
}
.accordion-button .plus-icon::before{
    content: "";
	background: url(../images/plus.png);
    margin: 0;
    left: 0;
	top: 0;
    position: absolute;
    width: 17px;
    height: 17px;
    background-size: 100%;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.accordion-button:not(.collapsed) .plus-icon::before{
	transform: rotate(45deg);
}
.accordion-body{
	padding: 0;
	height: 1px;
    overflow: hidden;
	opacity: 0;
    transform: none;
	-webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.accordion-collapse.show .accordion-body {
	padding: 0 20px 40px 40px;
    height: auto;
    overflow: visible;
	opacity: 1;
    transform: none;
	color: var(--black);
}
.accordion-header{
	padding: 22px 0;
}
.accordion-body ol  {
	list-style-type: none;
	counter-reset: li;
	padding: 0;
	margin: 15px 0;
}
.accordion-body ol li{
    text-align: left;
    display: flex;
    position: relative;
	margin-bottom: 2px;
}
.accordion-body ol li::marker {
	font-size: 0;
}


/* footer css start here */
footer {
	background: var(--primary);
	color: var(--white);
}
.footer-inner{
	padding: 60px 40px 30px;
	row-gap: 60px;
}
.footer-comman h3{
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 25px;
}
.footer-top p{
	font-size: 18px;
	line-height: normal;
}
footer a{
	color: var(--white);
}
footer a:hover {
    color: var(--yellow);
}
.footer-bottom{
	border-top: 1px solid var(--white);
	padding-top: 60px;
}
.footer-bottom p{
	font-size: 12px;
	line-height: normal;
	margin-bottom: 20px;
}
.footer-bottom ul{
	column-gap: 25px;
}
.our-partner{
	gap: 50px;
}
.our-partner img{
	max-width: 150px;
}
.our-partner img:nth-child(2){
	max-width: 198px;
}
.footer-bottom ul li, .footer-bottom ul li a {
    font-size: 12px;
    line-height: 18px;
}
section.faq.faqs-main-page {
    padding-top: 80px;
}



.product_header_details .product_info .inner {
    padding-left: 38px;
}
.product_header_details .product_info span {
    display: block;
    font-size: 18px;
    font-weight: 600;
}
.product_header_details .product_info span.limited_sale {
    color: var(--primary);
	padding: 0 0 20px 0;
}
.product_header_details .product_info span.compounded {
    color: var(--black);
}
.product_header_details .product_info h1 {
    font-size: 54px;
    font-weight: 700;
    letter-spacing: -2.16px;
    line-height: 64.8px;
	color: var(--black);
	word-wrap: break-word;
	text-align: left;
}

.product_header_details .product_info .price {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    color: var(--primary);
    font-size: 22px;
    padding: 10px 0 30px 0;
}
.product_header_details .product_info .price b {
    font-weight: 600;
}
.product_header_details .product_info .price.only_per_month {
    font-size: 36px;
    font-weight: 700;
    color: #404040;
}
.product_header_details .product_info .price.only_per_month .month {
    line-height: 1.2;
}
.product_header_details .product_info .price .sale {
    font-weight: 600;
}
.product_header_details .product_info .price .regular {
    text-decoration-line: line-through;
}
.product_header_details .product_info .button {
    padding: 0 0 30px 0;
}
.product_header_details .product_info .info_list p {
	color: var(--black);
	margin: 0 0 10px 0;
	font-size: 18px;
	text-align: left;
}
.product_header_details .product_info .info_list ul {
    font-size: 18px;
    color: var(--black);
	padding-left: 20px;
	max-width: 400px;
}
.product_header_details .product_info .info_list ul li {
    line-height: 1.5;
	position: relative;
    padding-left: 30px;
}
.product_header_details .product_info .info_list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background: var(--primary);
    border-radius: 100px;
}
.product_header_details .product_info .custom_tooltip {
    margin-top: 10px;
	position: relative;
}
.product_header_details .product_info .custom_tooltip span {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #404040;
    text-decoration: underline;
    cursor: pointer;
	display: inline-block;
}
.product_header_details .product_info .custom_tooltip .tooltip_content {
    position: absolute;
    width: 300px;
    border-radius: 10px;
    padding: 10px;
    background: #404040;
    color: #fff;
    top: -80px;
    transition: 0.3s all;
    opacity: 0;
    visibility: hidden;
}
.product_header_details .product_info .custom_tooltip span:hover + .tooltip_content {
    opacity: 1;
    visibility: visible;
}
.product_header_details .product_info .custom_tooltip .tooltip_content p {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    line-height: 18px;
	text-align: left;
}
.product_header_details .product_info .icons_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px 0 10px;
}
.product_header_details .product_info .icons_list .icon_item {
    height: 30px;
}
.product_header_details .product_info .icons_list .icon_item.fox img {
    width: 42px;
}
.product_header_details .product_info .icons_list .icon_item.daily_herald img {
    width: 96px;
}
.product_header_details .product_info .icons_list .icon_item.usa_today img {
    width: 66px;
}
.product_header_details .product_image .p_image img {
    width: 100%;
    border-radius: 20px;
}

.product_simple_steps .heading {
    padding: 0 0 40px 0;
}
.product_simple_steps .heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #404040;
    line-height: 50.4px;
    margin: 0 0 10px 0;
}
.product_simple_steps .heading h3 {
    font-size: 22px;
    font-weight: 400;
    color: #404040;
    line-height: 1.5;
}
.product_simple_steps .heading h3 b {
    font-weight: 700;
}
.product_simple_steps ul li {
    display: flex;
	flex-wrap: wrap;
	align-items: center;
    gap: 10px;
    padding: 20px 0;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}
.product_simple_steps ul li .steps_content {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	width: calc(100% - 260px);
}
.product_simple_steps ul li .custom_btn {
    width: 100%;
    max-width: 250px;
}
.product_simple_steps ul li .custom_btn a {
    max-width: 100%;
	padding-left: 15px;
    padding-right: 15px;
}
.product_simple_steps ul li .steps_content .numerical {
    width: 150px;
    margin: 0 auto;
}
.product_simple_steps ul li .steps_content .number {
    width: 100px;
    height: 100px;
    background: conic-gradient(from 0deg at 50% 50%, var(--primary) 0deg, var(--primary) 124.50380067567566deg, #f4f4f4 125.51097972972973deg);
    position: relative;
    border-radius: 100px;
	margin: 0 auto;
}
.product_simple_steps ul li .steps_content .numerical.two .number {
    background: conic-gradient(from 0deg at 50% 50%, var(--primary) 0deg, var(--primary) 227.88217905405403deg, #f4f4f4 228.2495777027027deg);
}
.product_simple_steps ul li .steps_content .numerical.three .number {
	background: var(--primary);
}	
.product_simple_steps ul li .steps_content .number h2 {
    background-color: var(--white);
    height: calc(100% - 20px);
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    border-bottom: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 100px;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1.6px;
    line-height: 56px;
}
.product_simple_steps ul li .steps_content .content {
    width: calc(100% - 150px);
	padding-left: 10px;
    padding-right: 20px;
}
.product_simple_steps ul li .steps_content .content h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30.8px;
    margin: 0 0 10px 0;
}
.product_simple_steps ul li .steps_content .content .inner_content {
    width: 80%;
}
.product_simple_steps ul li .steps_content .content p {
	font-size: 18px;
    line-height: 1.5;
    margin: 0;
}
.product_simple_steps .bottom_custom_btn {
    text-align: center;
    padding: 20px 0 0;
}
.product_simple_steps .bottom_custom_btn a {
    max-width: 100%;
    width: auto;
}

.product_guarantee .inner_guarantee {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    border: 5px solid var(--primary);
    background: #f4f4f4;
    border-radius: 20px;
	padding: 150px 20px 20px;
	position: relative;
}
.product_guarantee .inner_guarantee .guarantee_icon {
    position: absolute;
    top: -50px;
    width: 100%;
    max-width: 203px;
    left: 0;
    right: 0;
    margin: auto;
	filter: drop-shadow(rgba(0, 0, 0, 0.25) 2px 2px 2px);
}
.product_guarantee .inner_guarantee .guarantee_icon img {
    width: 100%;
}
.product_guarantee .inner_guarantee .guarantee_content {
    text-align: center;
    padding: 10px 0;
}
.product_guarantee .inner_guarantee .guarantee_content p {
    font-size: 18px;
}
.product_guarantee .inner_guarantee .guarantee_content h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 10px 0;
}
.product_guarantee .inner_guarantee .guarantee_content .content_p {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.product_guarantee .inner_guarantee .guarantee_content .content_p p {
    line-height: 36px;
    font-size: 18px;
    margin: 20px 0 0 0;
}
.product_guarantee .inner_guarantee .guarantee_content .content_p .custom_btn {
    padding: 30px 0 0 0;
}


/* UPDATED - 05-09 */
.rte-style {	
	color: var(--black) !important;
}
.rte-style .rte-title h1 {
	margin-bottom: 10px;
	letter-spacing: -2.16px;
}
.rte-style .rte-title h3 {
	margin-bottom: 10px;
	line-height: 31px;
}
.rte-style .rte-title p {
	margin-bottom: 65px;
}
.rte-style p {
	font-size: 18px;
    line-height: 36px;
}
.rte-style .rte-title h5 {
	text-transform: uppercase;
	margin-bottom: 25px;
	line-height: 32px;
}
.rte-style .imp-note p b {
	text-transform: uppercase;
}
.w-90 {
	max-width: 1000px;
	width: 90%;
	margin: auto;
}
.rte-style .imp-note {
	margin-bottom: 30px;
}

.rte-style .each-rte-block p {
	margin-bottom: 25px;
}
.rte-style .each-rte-block p:last-child {
	margin-bottom: 0;
}
.rte-style .each-rte-block {
	margin-bottom: 80px;
}
.rte-style .each-rte-block h5 {
	margin-bottom: 35px;
}
.rte-style .dash-list,
.rte-style  .bullet-list li {
	margin-bottom: 20px;
}
.rte-style  .bullet-list {
    list-style-type: disc;
	padding-left: 20px;
}
.rte-style .dash-list li {
	font-size: 18px;
    line-height: 36px;
	margin-bottom: 15px;
}
.rte-style .decimal-list li,
.each-rte-block > ul > li  {
	margin-bottom: 30px;
}

.rte-style .decimal-list {
	list-style-type: decimal;
    padding-left: 20px;
}
.rte-style ul ul {
    padding-left: 30px !important;
}
.rte-style a {
	font-size: 18px;
    line-height: 36px;
    color: var(--blue);
}
.rte-style a:hover {
    color: var(--secondary);
}

.rte-style .contact-info p {
	margin-bottom: 0;
}
.rte-style table tr td,
.rte-style table tr th {
	padding: 15px;
	vertical-align: middle;
}
.rte-style.medical-consent .each-rte-block h3 {
	margin-bottom: 20px;
}
.rte-style.medical-consent .each-rte-block h2,
.rte-style.terms-of-service .each-rte-block  h2 {
	text-transform: capitalize;
	text-align: center;
}
.rte-style.medical-consent .each-rte-block h5 {
	margin-bottom: 0px;
}
.rte-style .decimal-list li > p {
	margin-bottom: 0;
}
.rte-style .each-rte-block.red-text h5 {
	color: #f00;
	font-size: 18px;
	line-height: 36px;
}
.rte-style ul.short-list li {
	margin-bottom: 10px;
}
.rte-style ul.short-list {
	margin-bottom: 40px;
}
.rte-style .horizontal-list {
	display: flex;
    flex-wrap: wrap;
}
.rte-style .horizontal-list li {
	padding-right: 10px;
    margin-right: 10px;
	position: relative;
	margin-bottom: 10px;
}
.rte-style .horizontal-list li::after {
	content: '|';
	position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    right: 0;
    left: auto;
}
.rte-style .horizontal-list li:last-child::after {
	display: none;
}



/*contact css*/
.contact-us{padding: 60px 0 80px 0; margin-top: 30px}
.contact-details{max-width: 400px;margin: 0 auto;height: 100%;display: flex;flex-direction: column;justify-content: center;row-gap: 20px;}
.contact-details h2{font-size: 54px;line-height: 64px;color: var(--black);margin: 0;font-weight: 700;}
.contact-details p{font-size: 18px;line-height: 36px;color: var(--black);margin: 0;}
.contact-img img{height: 100%;border-radius: 20px;object-position: center;object-fit: cover;image-rendering: auto;}
.contact-details p a{color: var(--primary);}
.contact-details p a:hover {color: var(--yellow);}


.p_image {
    border: 1px solid #f1f1f1;
    border-radius: 20px;
}




