

@font-face {
	src: url("../../fonts/utile/Utile-Black.otf");
	font-family: "Utile-Black";
}

@font-face {
	src: url("../../fonts/utile/Utile-Bold.otf");
	font-family: "Utile-Bold";
}

@font-face {
	src: url("../../fonts/utile/Utile-BoldItalic.otf");
	font-family: "Utile-BoldItalic";
}

@font-face {
	src: url("../../fonts/utile/Utile-Book.otf");
	font-family: "Utile-Book";
}

@font-face {
	src: url("../../fonts/utile/Utile-BookItalic.otf");
	font-family: "Utile-BookItalic";
}

@font-face {
	src: url("../../fonts/utile/Utile-Italic.otf");
	font-family: "Utile-Italic";
}

@font-face {
	src: url("../../fonts/utile/Utile-Light.otf");
	font-family: "Utile-Light";
}

@font-face {
	src: url("../../fonts/utile/Utile-LightItalic.otf");
	font-family: "Utile-LightItalic";
}

@font-face {
	src: url("../../fonts/utile/Utile-Medium.otf");
	font-family: "Utile-Medium";
}

@font-face {
	src: url("../../fonts/utile/Utile-MediumItalic.otf");
	font-family: "Utile-MediumItalic";
}

@font-face {
	src: url("../../fonts/utile/Utile-Regular.otf");
	font-family: "Utile-Regular";
}

@font-face {
	src: url("../../fonts/utile/Utile-Semibold.otf");
	font-family: "Utile-Semibold";
}

@font-face {
	src: url("../../fonts/utile/Utile-SemiboldItalic.otf");
	font-family: "Utile-SemiboldItalic";
}

body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Utile-Regular";
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
p {
	margin: 0;
}

figure {
	margin: 0;
}

span,
small {
	display: inline-block;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	display: inline-block;
	transition: 0.3s all ease-in-out;
}

button {
	border: none;
	background: transparent;
	cursor: pointer;
	transition: 0.3s all ease-in-out;
}

button:focus {
	outline: none;
	box-shadow: none !important;
}


::selection {
	background: #3F8C32;
	color: #FFFFFF;
}

/*::-webkit-selection {
    background: #3F8C32;
	color: #FFFFFF;
}*/

::-moz-selection {
    background: #3F8C32;
	color: #FFFFFF;
}

.container {
	max-width: 1170px;
	padding: 0 15px;
}

.container-fluid {
	max-width: 1170px;
	padding: 0 15px;
}


/*--------------------
 Back to Top Button
---------------------*/

.scrollToTopBtn {
  background-color: #F85A0B;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 20px;
  line-height: 0;
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all .5s ease;
}
    
.showBtn {
  opacity: 1;
  transform: translateY(0)
}

/***========================
	Healthsend area start here
==========================***/

.Healthsend-area {
	padding: 100px 0px 0px;
}

.Healthsend-content h4 {
	font-family: "Utile-Bold";
	font-size: 28px;
	line-height: 32px;
	text-align: center;
	color: #D85903;
}

.Healthsend-content h2 {
	font-family: "Utile-Semibold";
	font-size: 40px;
	line-height: 120%;
	text-align: center;
	color: #1E1E1E;
	margin-bottom: 100px;
}

.Healthsend-left {
	margin-bottom: 100px;
}

.Healthsend-left img {
	width: 100%;
}

.Healthsend-right {
	margin-left: 70px;
}

.Healthsend-right h3 {
	font-family: "Utile-Semibold";
	font-size: 36px;
	line-height: 41px;
	color: #000000;
	margin-bottom: 20px;
	margin-top: 99px;
}

.Healthsend-right p {
	font-family: "Utile-Regular";
	font-size: 24px;
	line-height: 36px;
	color: #787878;
	margin-bottom: 50px;
}

.tag-1 a {
	font-family: "Utile-Medium";
	font-size: 20px;
	color: #fff;
	line-height: 23px;
	padding: 14px 20px;
	background: #D85903;
	border-radius: 10px;
}

.tag-1 a:hover {
	background: #E07D3A;
	transition: 0.8s ease all;
}


.text-right {
	text-align: right;
	margin-left: 0;
	margin-right: 70px;
}

.Healthsend-right .pera {
	font-family: "Utile-Semibold";
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 120%;
	color: #787878;
	margin-top: 102px;
}

.flex-area {
	display: flex;
	align-items: center;
	margin-top: 134px;
	/*! text-align: right; */
	justify-content: flex-end;
}

.flex-1 {
	display: flex;
	align-items: center;
	margin-left: 20px
}

.icon-img img {
	margin-right: 5px;
}

.flex-1 h4 {
	font-family: "Utile-Bold";
	font-size: 20.0181px;
	line-height: 120%;
	letter-spacing: -0.013em;
	color: #4B4B4B;
}

.flex-1 p {
	font-family: "Utile-Semibold";
	font-size: 12px;
	line-height: 120%;
	letter-spacing: -0.013em;
	color: #4B4B4B;
	text-align: left;
	margin-bottom: 0;
}

/***========================
	Plans area start here
==========================***/

.Plan-area {
	background: #FFA600;
	padding: 75px 0px 100px;
	position: relative;
	z-index: 5;
}

.Plan-ctn h2 {
	font-family: "Utile-Black";
	font-size: 64px;
	line-height: 100%;
	color: #FFFFFF;
	opacity: 0.8;
	text-align: center;
	margin-bottom: 100px;
}

.sap-img img {
	/*width: 613px;*/
	/*height: 584px;*/
	position: absolute;
	top: 29px;
	right: 18px;
	z-index: -1;
}

.plan-left h4 {
	font-family: "Utile-Medium";
	font-size: 48px;
	line-height: 120%;
	color: #1E1E1E;
	opacity: 0.8;
	margin-bottom: 100px;
	margin-top: 170px;
}

.plan-left h3 {
	font-family: "Utile-Black";
	font-size: 35px;
	line-height: 100%;
	color: #FFFFFF;
}

.Plan-right {
	background: #FFF6E5;
	padding: 40px;
	border-radius: 20px;
}

.Plan-right h2 {
	font-family: "Utile-Black";
	font-size: 48px;
	line-height: 39px;
	color: #1E1E1E;
	margin-bottom: 40px;
}

.Plan-right h6 {
	font-family: "Utile-Semibold";
	font-size: 24px;
	line-height: 26px;
	color: rgba(30, 30, 30, 0.8);
	margin-bottom: 40px;
}

.list-area ul li i {
	color: #D85903;
	margin-right: 7px;
}

.list-area ul li {
	display: flex;
	align-items: center;
	font-family: "Utile-Medium";
	font-size: 21px;
	color: #1E1E1E;
	margin-bottom: 5px;
}

.Learn-tag {
	text-align: right;
}

.Learn-tag a {
	font-family: "Utile-Semibold";
	font-size: 20px;
	line-height: 23px;
	color: #1E1E1E;
	margin-right: 9px;
	margin-top: 54px;
	margin-bottom: 14px;
	text-align: right;
}

.Learn-tag a img {
	margin-left: 9px;
}

/***========================
	chronic area start here
==========================***/

.chronic-area {
	background: #D85903;
	padding: 100px 0px 100px;
}

.chronic-row {
	gap: 100px;
}

.chronic-ctn h2 {
	font-family: "Utile-Black";
	font-size: 64px;
	line-height: 100%;
	color: #FFFFFF;
	opacity: 0.8;
	text-align: center;
	margin-bottom: 100px;
}

.chronic-left {
	/*! width: 570px; */
	background: #FBEEE6;
	padding: 40px; 
	border-radius: 17px;
	height: 100%;
}

.chronic-left h3 {
	font-family: "Utile-Black";
	font-size: 48px;
	line-height: 39px;
	color: #1E1E1E;
	margin-bottom: 40px;
}

.chronic-left h6 {
	font-family: "Utile-Semibold";
	font-size: 24px;
	line-height: 26px;
	color: #1E1E1E;
	margin-bottom: 64px;
}

.chronic-left h6 span {
	font-family: "Utile-Bold";
}

.chronic-left ul li i {
	color: #D85903;
	margin-right: 7px;
	margin-top: 6px;
}

.chronic-left ul li {
	font-family: "Utile-Medium";
	font-size: 21px;
	color: #1E1E1E;
	margin-bottom: 5px;
	display: flex;
	align-items: flex-start;
}

.chronic-left ul li b {
	font-family: "Utile-Bold";
}

.Learn-tag {
	text-align: right;
}

.Learn-tag a {
	font-family: "Utile-Semibold";
	font-size: 20px;
	line-height: 23px;
	color: #1E1E1E;
	margin-right: 9px;
	margin-top: 54px;
	margin-bottom: 14px;
	text-align: right;
}

.Learn-tag a img {
	margin-left: 9px;
}


.chronic-right {
	background: #FBEEE6;
	padding: 40px; 
	border-radius: 17px;
	height: 100%;
}

.chronic-right h3 {
	font-family: "Utile-Black";
	font-size: 48px;
	line-height: 39px;
	color: #1E1E1E;
	margin-bottom: 40px;
}

.chronic-right h6 {
	font-family: "Utile-Semibold";
	font-size: 24px;
	line-height: 26px;
	color: #1E1E1E;
	opacity: 0.6;
	margin-bottom: 40px;
}

.chronic-right h6 span {
	font-family: "Utile-Bold";
}

.chronic-right ul li {
	display: flex;
	align-items: center;
}

.chronic-right ul li i {
	color: #D85903;
	margin-right: 7px;
}

.chronic-right ul li {
	font-family: "Utile-Medium";
	font-size: 21px;
	color: #1E1E1E;
	margin-bottom: 5px;
}

.chronic-right ul li b {
	font-family: "Utile-Bold";
}

.combined-area {
	background: #FBEEE6;
	padding: 40px;
	border-radius: 20px;
	margin-top: 100px;
}

.combined-area h3 {
	font-family: "Utile-Black";
	font-size: 48px;
	line-height: 39px;
	color: #1E1E1E;
	margin-bottom: 40px;
}

.combined-area h6 {
	font-family: "Utile-Semibold";
	font-size: 24px;
	line-height: 26px;
	color: #1E1E1E;
	margin-bottom: 40px;
}

.combined-area h6 span {
	display: inline;
	font-family: "Utile-Bold";
}

.dis-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.dis-area ul li i {
	color: #D85903;
	margin-right: 6px;
}

.dis-area ul li {
	font-family: "Utile-Medium";
	font-size: 22px;
	color: #1E1E1E;
	margin-bottom: 5px;
}

.dis-area ul span {
	font-family: "Utile-Bold";
}

.dis-right a {
	font-family: "Utile-Semibold";
	font-size: 20px;
	line-height: 23px;
	color: #1E1E1E;
	margin-right: 9px;
	margin-top: 54px;
	margin-bottom: 14px;
	text-align: right;
}

.dis-right a img {
	margin-left: 9px;
}

/***========================
	compare area start here
==========================***/

.Compare-area {
	padding: 50px 0px;
}

.Compare-ctn h2 {
	font-family: "Utile-Black";
	font-size: 36px;
	line-height: 100%;
	color: #D85903;
	opacity: 0.8;
	text-align: center;
	margin-bottom: 50px;
}

.table-area table tr {
	height: 33px;
}

.table-area table tr th {
	/*font-family: "Utile-Bold";*/
	font-size: 16px;
	line-height: 32px;
	color: #D85903;
	opacity: 0.8;
}

.table-area table tr td {
	/*font-family: "Utile-Medium";*/
	font-size: 16px;
	line-height: 32px;
	color: #1E1E1E;
}

.table-area table tr th,
.table-area table tr td {
	padding: 0 20px;
	text-align: center;
}

.table-area table tr th.th-bac-1 {
	background: #FFFFFF;
}

.table-area table tr th.th-bac-2 {
	background: #FFEDCC;
}

.table-area table tr th.th-bac-3 {
	background: #FFEDCC;
}

.table-area table tr th.th-bac-4 {
	background: #F7DECD;
}



.table-area table tr td.td-bac-1 {
	background: #DFDFDF;
}

/*.table-area table tr td.td-bac-2 {
	background: #E5E5E5;
}*/

.table-area table tr td.td-bac-3 {
	background: #FFDFA3;
}

.table-area table tr td.td-bac-4 {
	background: #FFDFA3;
}

.table-area table tr td.td-bac-5 {
	background: #F1C3A5;
}

.table-area table tr td.td-bac-6 {
	background: #F4F4F4;
}

.table-area table tr td.td-bac-7 {
	background: #FFFFFF;
}

.table-area table tr td.td-bac-8 {
	background: #FFEDCC;
}

.table-area table tr td.td-bac-9 {
	background: #FFEDCC;
}

.table-area table tr td.td-bac-10 {
	background: #F7DECD;
}

.table-area table tr td.td-bac-11 {
	background: #FFFFFF;
	border-top: 1px solid #D85903;
	border-right: 2px solid #D85903;
	border-bottom: 1px solid #D85903;
	border-left: 1px solid #D85903;
}

.table-area table tr td.td-bac-12 {
	background: #FFFFFF;
	border-top: 1px solid #D85903;
	border-right: 2px solid #D85903;
	border-bottom: 1px solid #D85903;
	border-left: 1px solid #D85903;
}

.table-area table tr td.td-bac-13 {
	background: #FFFFFF;
	border-top: 1px solid #D85903;
	border-right: 2px solid #D85903;
	border-bottom: 1px solid #D85903;
	border-left: 1px solid #D85903;
}

.table-area table tr td.td-bac-14 {
	background: #FFFFFF;
	border-top: 1px solid #D85903;
	border-right: 2px solid #D85903;
	border-bottom: 1px solid #D85903;
	border-left: 1px solid #D85903;
}

.table-area table tr td.td-bac-15 {
	background: #FFFFFF;
	border-top: 1px solid #D85903;
	border-right: 1px solid #D85903;
	border-bottom: 1px solid #D85903;
	border-left: 1px solid #D85903;
}

.table-area table tr td.td-bac-16 {
	background: #FFA600;
	color: #fff;
}

.table-area table tr td.td-bac-17 {
	background: #FFA600;
	color: #fff;
}

.table-area table tr td.td-bac-18 {
	background: #FFA600;
	color: #fff;
}

.table-area table tr td.td-bac-19 {
	background: #FFA600;
	color: #fff;
}

.table-area table tr td.td-bac-20 {
	background: #FFA600;
	color: #fff;
}

.table-area table tr td.td-bac-21 {
	background: #D85903;
	color: #fff;
}

.table-area table tr td.td-bac-22 {
	background: #D85903;
	color: #fff;
}

.table-area table tr td.td-bac-23 {
	background: #D85903;
	color: #fff;
}

.table-area table tr td.td-bac-24 {
	background: #D85903;
	color: #fff;
}

.table-area table tr td.td-bac-25 {
	background: #D85903;
	color: #fff;
}

.table-tag {
	margin-top: 50px;
	text-align: center;
}

.table-tag a {
	/*font-family: "Utile-Medium";*/
	font-size: 13px;
	color: #fff;
	line-height: 23px;
	padding: 10px 60px;
	background: #D85903;
	border-radius: 10px;
}

.table-tag a:hover {
	background: #E07D3A;
	transition: 0.8s ease all;
}



/***========================
	Bespoke area start here
==========================***/

.Bespoke-area {
	background: #996400;
	padding: 100px 150px;
}

.Bespoke-left h2 {
	font-family: "Utile-Black";
	font-size: 64px;
	line-height: 100%;
	letter-spacing: -0.03em;
	color: #FFFFFF;
	opacity: 0.8;
	margin-top: 85px;
}

.Bespoke-right {
	background: #F5EFE5;
	padding: 40px;
	border-radius: 15px;
}

.Bespoke-right h3 {
	font-family: "Utile-Black";
	font-size: 48px;
	line-height: 39px;
	color: #1E1E1E;
	margin-bottom: 40px;
}

.Bespoke-right p {
	font-family: "Utile-Medium";
	font-size: 24px;
	line-height: 26px;
	color: #1E1E1E;
	opacity: 0.8;
	margin-bottom: 100px;
}

.Bespoke-tag a {
	font-family: "Utile-Medium";
	font-size: 20px;
	color: #fff;
	line-height: 23px;
	padding: 14px 20px;
	width: 100%;
	background: #D85903;
	border-radius: 10px;
}

.Bespoke-tag a:hover {
	background: #E07D3A;
	transition: 0.8s ease all;
}





/***secound page start now***/

/***========================
	Secound page start here
==========================***/


/***========================
	menu area start here
==========================***/

.menu-area {
	background: #fff;
	padding: 10px 0px;
}

.navbar-nav li {
	margin-right: 40px;
}

.navbar-nav li a {
	font-family: "Utile-Semibold";
	font-size: 20px;
	line-height: 23px;
	color: rgba(26, 26, 26, 0.2);
}

.navbar-nav li a.active {
	color: #E89B68 !important;
}

.navbar-nav li a:hover,
#active {
	color: rgba(30, 30, 30, 0.8);
}

.icon {
	font-size: 25px;
	border: 1px solid #FF6D27;
	padding: 10px;
	border-radius: 50%;
}


/***========================
	Essential area start here
==========================***/

.Essential-area {
	/*padding: 50px 0px;*/
	/*height: calc(100vh - 140px);*/
}

/*.Essential-content {
	height: calc(100vh - 140px);
	overflow-y: scroll;
    -ms-overflow-style: none;*/  /* Internet Explorer 10+ */
    /*scrollbar-width: none;*/  /* Firefox */
/*}

.Essential-content::-webkit-scrollbar { 
    display: none;*/  /* Safari and Chrome */
/*}*/

.Essential-content h2 {
	font-family: "Utile-Bold";
	font-size: 48px;
	line-height: 50px;
	color: #1E1E1E;
	margin-bottom: 50px;
}

.Essential-content p {
	font-family: "Utile-Regular";
	font-size: 19px;
	line-height: 120%;
	letter-spacing: 0.02em;
	color: rgba(30, 30, 30, 0.6);
	margin-bottom: 30px;
}

.Essential-content h3 {
	font-family: "Utile-Semibold";
	font-size: 24px;
	line-height: 50px;
	color: #1E1E1E;
	margin-top: 45px;
	margin-bottom: 20px;
}

.Essential-content .list-1 li {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
	margin-left: 14px;
}

.Essential-content .list-1 li span {
	font-family: "Utile-Regular";
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0.02em;
	color: rgba(30, 30, 30, 0.6);
}


.Essential-content .list-1 li span strong {
	font-family: "Utile-Bold";
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0.02em;
	color: #1E1E1E;
}

.Essential-content .list-2 li {
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
	margin-left: 14px;
}

.Essential-content .list-2 li span {
	font-family: "Utile-Regular";
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0.02em;
	color: rgba(30, 30, 30, 0.6);
}

.Essential-content .list-2 li span strong {
	font-family: "Utile-Bold";
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0.02em;
	color: rgba(30, 30, 30, 0.6);
}

.Essential-content .list-3 li {
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
	margin-left: 14px;
}


.Essential-content .list-3 li span {
	font-family: "Utile-Regular";
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0.02em;
	color: rgba(30, 30, 30, 0.6);
}

.Essential-content .list-3 li span strong {
	font-family: "Utile-Bold";
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0.02em;
	color: rgba(30, 30, 30, 0.6);
}

.Essential-content .list-4 li {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
	margin-left: 14px;
}


.Essential-content .list-4 li span {
	font-family: "Utile-Regular";
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0.02em;
	color: rgba(30, 30, 30, 0.6);
}

.Essential-content .list-4 li span strong {
	font-family: "Utile-Bold";
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0.02em;
	color: rgba(30, 30, 30, 0.6);
}

.Essential-form {
	/*! margin-left: 0px; */
	padding-left: 30px;
}

.Essential-form h3 {
	font-family: "Utile-Semibold";
	font-size: 32px;
	line-height: 50px;
	color: #1E1E1E;
	margin-bottom: 40px;
	margin-top: 178px;
}

.Essential-tag1 {
	border: 2px solid #D85903;
	padding-left: 20px;
	padding-right: 8px;
	border-radius: 6px;
	display: block;
}

.Essential-tag1 h4 {
	font-family: "Utile-Bold";
	font-size: 27.0303px;
	line-height: 53px;
	color: rgba(216, 89, 3, 0.8);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.Essential-tag1 h4 span {
	font-family: "Utile-Bold";
	font-size: 18.921px;
	line-height: 25px;
	color: #FFFFFF;
	background: #D85903;
	padding: 4px 14px;
	font-style: italic;
	border-radius: 8px;
}

.Essential-tag2 {
	padding-left: 20px;
	padding-right: 8px;
	border-radius: 6px;
	background: #FFA600;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}

.Essential-tag2 h4 {
	font-family: "Utile-Bold";
	font-size: 27.0303px;
	line-height: 53px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.Essential-tag2 h4 span {
	font-family: "Utile-Medium";
	font-size: 18.921px;
	line-height: 25px;
	color: rgba(255, 166, 0, 0.8);
	background: #ffffff;
	padding: 4px 14px;
	font-style: italic;
	border-radius: 8px;
}

.Essential-tag3 {
	font-family: "Utile-Semibold";
	padding-right: 8px;
	border-radius: 6px;
	background: #D85903;
	margin-bottom: 10px;
	padding-left: 20px;
	display: block;
}

.Essential-tag3 h4 {
	font-family: "Utile-Bold";
	font-size: 27.0303px;
	line-height: 53px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.Essential-tag3 h4 span {
	font-family: "Utile-Medium";
	font-size: 18.921px;
	line-height: 25px;
	color: #D85903;
	background: #ffffff;
	padding: 4px 14px;
	font-style: italic;
	border-radius: 8px;
}





/***========================
	3rd page start here
==========================***/



/***========================
	menu area start here
==========================***/

.menu-area {
	background: #fff;
	padding: 10px 0px;
}

.collapse ul li {
	margin-right: 40px;
}

.collapse ul li a {
	font-family: "Utile-Semibold";
	font-size: 20px;
	line-height: 23px;
	color: rgba(26, 26, 26, 0.2);
}

.collapse ul li a:hover,
#active {
	color: rgba(30, 30, 30, 0.8);
}

.icon {
	font-size: 20px;
	border: 1px solid #FF6D27;
	padding: 10px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}


/***========================
	from area start here
==========================***/

.form-area {
	padding: 55px 8px;
}


.form-content h2 {
	font-family: "Utile-Bold";
	font-size: 40px;
	line-height: 50px;
	letter-spacing: -1px;
	color: #1E1E1E;
	margin-bottom: 50px;
	text-align: center;
}

.form-content p {
	font-family: "Utile-Regular";
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0.02em;
	color: rgba(30, 30, 30, 0.6);
	margin-bottom: 30px;
	text-align: center;
}

/*.form-group {
  display: block;
  margin: 30px 0 30px;
}*/

/*.form-group input {
  padding: 0;
  height: initial;
  width: initial !important;
  margin-bottom: 0;
  display: none !important;
  cursor: pointer;
}*/



.form-group label a {
	font-family: "Utile-Semibold";
	color: #1E1E1E;
	text-decoration: underline;
}

/*.form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #1E1E1E;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 5px;
  color: ;
}*/

/*.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 8px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}*/

.main-form {
	max-width: 720px;
	margin: 0 auto;
	border: 1px solid #000;
	padding: 30px;
	display: flex;
	border-radius: 17px;
}

.form-zone {
	width: 100%;
}

.main-form form input {
	display: block;
	width: 100%;
}

.flex-side {
	display: flex;
	gap: 16px;
}

.flex-side label {
	font-family: "Utile-Medium";
	font-size: 14px;
	line-height: 145%;
	color: #1E1E1E;
	margin-bottom: 5px;
}

.flex-side label sup {
	color: #FF8080;
}

.flex-side input {
	border: 1px solid rgba(30, 30, 30, 0.2);
	padding: 5px 10px;
	border-radius: 9px;
}

.mail-area label {
	font-family: "Utile-Medium";
	font-size: 14px;
	line-height: 145%;
	color: #1E1E1E;
}

.mail-area label sup {
	color: #FF8080;
}

.mail-area input {
	border: 1px solid rgba(30, 30, 30, 0.2);
	padding: 5px 10px;
	border-radius: 9px;
}

.form-zone small {
	font-family: "Utile-Regular";
	font-size: 12px;
	line-height: 145%;
	color: rgba(30, 30, 30, 0.6);
}

.bnt-zone {
	display: flex;
	gap: 16px;
	position: relative;
}

.bnt-1 {
	font-family: "Utile-Medium";
	font-size: 16px;
	line-height: 17px;
	color: #FFFFFF;
	background: #D85903;
	color: #fff;
	width: 50%;
	padding: 9px 10px;
	border-radius: 8px;
}

.bnt-2 {
	font-family: "Utile-Medium";
	font-size: 20px;
	line-height: 23px;
	color: #001C16;
	background: #F4F4F4;
	color: #000;
	width: 50%;
	padding: 8px 9px;
	border-radius: 8px;
}

.f-foter {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.f-foter p {
	font-family: "Utile-Regular";
	font-size: 14px;
	line-height: 145%;
	color: rgba(30, 30, 30, 0.6);
	display: inline-block;
}

.f-foter p span {
	font-family: "Utile-Bold";
}

.f-foter a {
	font-family: "Utile-Semibold";
	font-size: 14px;
	line-height: 16px;
	color: #1A1A1A;
}

.main-form form input::placeholder {
	font-family: "Utile-Regular";
	font-size: 14px;
	line-height: 145%;
	color: rgba(30, 30, 30, 0.2);
}




/***========================
	4th page start here
==========================***/



/***========================
	ckeek area start here
==========================***/

.cheek-area {
	padding: 50px 20px;
}

.cheek-content h2 {
	font-family: "Utile-Bold";
	font-size: 40px;
	line-height: 50px;
	letter-spacing: -1px;
	color: #1E1E1E;
	margin-bottom: 50px;
	text-align: center;
}

.cheek-content h5 {
	font-family: "Utile-Semibold";
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0.02em;
	color: rgba(30, 30, 30, 0.6);
	text-align: center;
	margin-bottom: 10px;
}


.cheek-content p {
	font-family: "Utile-Regular";
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0.02em;
	color: rgba(30, 30, 30, 0.6);
	margin-bottom: 35px;
	text-align: center;
}

.main-select {
	max-width: 712px;
	border: 1px solid #ddd;
	padding: 20px 40px 20px 40px;
	margin: 0 auto;
	border-radius: 15px;
}

.main-select select {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

.design label {
	font-family: "Utile-Medium";
	font-size: 14px;
	line-height: 145%;
	color: #1E1E1E;
	margin-bottom: 5px;
}

.design label sup {
	color: #FF8080;
}

.design select {
	font-family: "Utile-Regular";
	font-size: 14px;
	line-height: 145%;
	color: rgba(30, 30, 30, 0.8);
}

.count {
	font-family: "Utile-Regular";
	font-size: 14px;
	line-height: 145%;
	color: rgba(30, 30, 30, 0.8);
}

.count2 {
	font-family: "Utile-Regular";
	font-size: 14px;
	line-height: 145%;
	color: rgba(30, 30, 30, 0.8);
}

.check-pera {
	font-family: "Utile-Medium";
	font-size: 12px;
	line-height: 145%;
	color: rgba(30, 30, 30, 0.6);
	margin-top: 10px;
	margin-bottom: 24px;
}

.check-pera span {
	font-family: "Utile-Bold";
}

.benifit h4 {
	font-family: "Utile-Medium";
	font-size: 16px;
	line-height: 18px;
	color: #001C16;
}

.amound-area {
	max-width: 720px;
	margin: 0 auto;
	border-bottom: 1px solid #787878;
	padding: 0px 40px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 44px;
}

.amound-area h5 {
	font-family: "Utile-Semibold";
	font-size: 20px;
	line-height: 120%;
	color: rgba(30, 30, 30, 0.8);
}

.amound-area h4 {
	font-family: "Utile-Semibold";
	font-size: 32px;
	line-height: 120%;
	color: rgba(30, 30, 30, 0.8);
}

.ckeck-list {
	max-width: 720px;
	margin: 0 auto;
	padding: 0px 40px;
	margin-top: 33px;
}

.ckeck-list h3 {
	font-family: "Utile-Regular";
	font-size: 20px;
	line-height: 140%;
	color: rgba(30, 30, 30, 0.6);
	margin-bottom: 20px;
}

.list-zone {
	margin-left: 15px;
}

.list-zone li {
	font-family: "Utile-Regular";
	font-size: 20px;
	line-height: 140%;
	color: rgba(30, 30, 30, 0.6);
	display: flex;
	margin-left: 10px;
	gap: 10px;
	margin-bottom: 7px; 
}

.list-zone li strong {
	font-family: "Utile-Semibold";
}

.cheek-tag {
	text-align: center;
	margin-top: 40px;
}

.cheek-tag a {
	font-family: "Utile-Medium";
	font-size: 20px;
	line-height: 23px;
	color: #FFFFFF;
	background: #D85903;
	width: 400px;
	height: 42px;
	padding: 10px 31px;
	border-radius: 11px;
}

.cheek-tag a:hover {
	background: #DD6E23;
	transition: 0.7s ease all;
}

.cheek-tag a span {
	font-family: "Utile-Bold";
	float: right;
}

.flex-zone {
	/*display: flex;*/
	gap: 5px;
}

/*.select-zone {
	position: relative;
}*/

.pson_div {
	position: relative;
}

.upor-nis {
	position: absolute;
	/*! transform: translate(-50%, -50%); */
	bottom: 7px;
	right: 35px;
	padding: 0;
	width: 26px;
	height: 26px;
	border: 1px solid rgba(30, 30, 30, 0.2);
	border-radius: 6px;
}

.up-down {
	position: absolute;
	/*! transform: translate(-50%, -50%); */
	bottom: 7px;
	right: 3px;
	padding: 0;
	width: 26px;
	height: 26px;
	border: 1px solid rgba(30, 30, 30, 0.2);
	border-radius: 6px;
}

.flex-zone select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(images/angle-down.png);
	background-repeat: no-repeat;
	/*! background-size: 20px; */
	background-position: 96% 50%;
}

.flex-zone select,
.flex-zone input {
	border: 1px solid rgba(30, 30, 30, 0.2);
	padding: 5px 10px;
  	border-radius: 9px;
	background-color: transparent;
	width: 100%;
}

.brand-img{
	width: 15%;
}

.table-header-bg {
	border-radius: 20px 20px 0px 0px;
}

.essential-header {
	border-radius: 20px 20px 0px 0px;
	background: rgba(30, 30, 30, 0.10) !important;
}
.essential-bg {
	background: rgba(30, 30, 30, 0.10) !important;
}

.hypertensive-bg {
	background: rgba(255, 166, 0, 0.10);
}

.diabetic-bg {
	background: rgba(216, 89, 3, 0.10);
}

.combined-bg {
	background: #D85903;
}

.combined-dark-bg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), #D85903;
}

.popular-container {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin-top: -15px;
	padding: 0px 40px;
}

.popular-tag {
	background: green;
	padding: 10px 15px;
	border-radius: 25px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
}
.popular-border {
	border: 2px solid rgba(23, 188, 46, 0.50);
}

.strikethrough {
	position: relative;
}

.strikethrough:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 2px solid;
	border-color: inherit;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform: rotate(5deg);
	color: red;
}

.w-20{
	width: 20% !important;
}