body {
	font-family: 'Jost';
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	line-height: 26px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
p {
	margin-bottom: 15px;
}
p:last-child {	
	margin-bottom: 0;
}
a, a:hover {
	color: #00bcd1;
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	text-decoration: none;
}
img {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Calistoga';
	font-weight: 700;
	color: #0a3484;
	margin-bottom: 15px;
    letter-spacing: 1px;
}
h1 {
	font-size: 34px;
	line-height: 42px;
}
h2 {
	font-size: 30px;
	line-height: 38px;
}
h3 {
	font-size: 28px;
	line-height: 36px;
}
h4 {
	font-size: 26px;
	line-height: 34px;
}
h5 {
	font-size: 24px;
	line-height: 32px;
}
h6 {
	font-size: 22px;
	line-height: 30px;
}
section {
	padding: 60px 0;
	position: relative;
}
input, textarea, select, button, 
input:focus, textarea:focus, select:focus, button:focus {
	outline: none !important;
	box-shadow: unset !important ;
	border: none !important;
	border-radius: 0 !important;
}
.form_group {
    position: relative;
    margin: 20px 0px 15px;
}
.form_group input, 
.form_group textarea, 
.form_group select {
    width: 100%;
    border: 1px solid #e5e5e5 !important;
    padding: 10px 15px;
    position: relative;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #000 !important;
}
.form_group select, 
.from_wrapp .form_group .select2.select2-container {
    -webkit-appearance: none;
    background-image: url('../image/down_arrow.png');
    background-size: 16px;
    background-position: 97% center;
    background-repeat: no-repeat;
    width: 100% !important;
}
.form_group small.required {
    position: absolute;
    bottom: -25px;
    font-size: 13px;
    font-weight: 500;
    color: red;
    left: 5px;
    display: none;
}
button {
	background: transparent;
	border: none;
	border-radius: 0;
    font-family: 'Calistoga';
}
.main_wrapp { 
	position: relative;
}
.mainbtn {
	background-color: #00bcd1;
	padding: 10px 35px;
	font-size: 18px;
	color: #ffffff;
	display: inline-block;
	transition: background-color 0.3s ease, color 0.3s ease;
	letter-spacing: 0.7px;
    font-family: 'Calistoga';
    -webkit-box-shadow: 0 7px 20px 0 rgba(28,186,159,.3);
    box-shadow: 0 7px 20px 0 rgba(28,186,159,.3);
    /*-webkit-box-shadow: 0px 8px 22px 0px #1E144F0A;
    box-shadow: 0px 8px 22px 0px #1E144F0A;*/
}
.mainbtn:hover {
	background-color: #0a3484;
	color: #ffffff;
}
/** **/


.header_wrapp {
    border-bottom: 1px solid #e1b196;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}
.header_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_header,  
.header_bottom .navbar_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
.top_header ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
}
.top_header ul li a {
	color: #fff;
	font-size: 16px;
}
.top_header ul li a .social_icon {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}
.top_header ul li a .social_content {
    font-weight: 500;
}
.header_bottom .header_menu li, 
.header_bottom .header_login li {
    display: inline-block;
}

.header_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_bottom .navbar_menu {
    padding: 0 0 0 15px;
}
.header_bottom .header_menu > li {
	padding: 0 15px;
}
.header_bottom .header_menu > li > a {
    display: inline-block;
    padding: 25px 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #000;
}
.header_bottom .header_menu li.active a, 
.header_bottom .header_menu li a:hover, 
.header_bottom .header_menu li .submenu li.active a, 
.header_bottom .header_menu li .submenu li:hover a {
	color: #00bcd1;
}
.header_bottom .header_menu > li > a .menu_icon {
    vertical-align: middle;
    margin-left: 2px;
}
.header_bottom .header_menu li .submenu {
    visibility: hidden;
    opacity: 0;
    top: 101%;
    position: absolute;
    text-align: left;
    box-shadow: 0 7px 20px 0 rgba(28,186,159,.3);
    background-color: #ffffff;
    width: 250px;
    border-radius: 0 0 10px 10px;
}
.header_bottom .header_menu li:hover .submenu {
	visibility: visible;
    opacity: 1;
}
.header_bottom .header_menu li .submenu li {
	display: inline-block;
	width: 100%;
	padding: 10px 15px;
	border-bottom: 1px solid #e1b196;
}
.header_bottom .header_menu li .submenu li:last-child {	
	border-bottom: none;
}
.header_bottom .header_menu li .submenu li a {
	font-weight: 500;
	color: #000;
	font-size: 18px;
	width: 100%;
	display: inline-block;
}
.header_bottom .header_login li {
	padding-left: 15px;
}
.header_bottom .header_login li a {
    padding: 5px 20px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #fff;
    background-color: #00bcd1;
    -webkit-box-shadow: 0 7px 20px 0 rgba(28,186,159,.3);
    box-shadow: 0 7px 20px 0 rgba(28,186,159,.3);
}
.header_bottom .header_login li a:hover {
    background-color: #0a3484;
}
.top_header {
/*    background-image: linear-gradient(180deg, #E6F0F5 0%, #7ED9DF 100%);*/
	background-color: #0a3484;
    padding: 10px 0 10px 15px;
    position: relative;
}
.logo_wrapp {
/*    width: 280px;*/
    position: relative;
}
.header_right {
    width: 100%;
    border-left: 1px solid #e1b196;
}

.header_cart a {
    position: relative;
    font-size: 22px;
    color: #fff;
}
.header_cart a .opencart {
    position: absolute;
    font-size: 12px;
    background-color: #00bcd1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    right: -15px;
    top: -2px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header_cart a:hover .opencart {
	display: block;
  	opacity: 1;
  	visibility: visible; 
}


.banner_wrapp {
/*	background-image: linear-gradient(180deg, #E6F0F5 0%, #7ED9DF 100%);*/
    background: rgb(243,196,170);
    background: linear-gradient(330deg, rgba(243,196,170,1) 0%, rgba(254,245,240,1) 24%, rgba(252,238,230,1) 75%, rgba(243,196,170,1) 100%);
    position: relative;
}
.main_wrapp section:first-child {
    padding-top: 280px;
    background: rgb(243,196,170);
    background: linear-gradient(330deg, rgba(243,196,170,1) 0%, rgba(254,245,240,1) 24%, rgba(252,238,230,1) 75%, rgba(243,196,170,1) 100%);
    position: relative;
    padding-bottom: 5px;
}

.banner_content {
    position: relative;
}
.banner_content h1 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 25px;
}
.banner_content p {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.7px;
    margin-bottom: 30px;
}
.banner_img {
	text-align: right;
}
.banner_img img {
/*    box-shadow: 0 7px 20px 0 rgba(28,186,159,.3);*/
    padding: 15px;
    border-radius: 10px;
}

.main_heading {
    text-align: center;
    margin-bottom: 45px;
}
.main_heading h2 {
    margin-bottom: 25px;
}
.main_heading p {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 28px;
}

.about_box {
    /*padding: 30px 50px 70px;
    border-radius: 10px;
    background-color: #fff;*/
    position: relative;
    display: flex;
    flex-direction: column!important;
    /*-webkit-box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);*/
}
.butterfly_top {
    position: absolute;
    bottom: -15px;
    left: -5px;
}
.butterfly_bottom {
    position: absolute;
    bottom: -15px;
    right: -5px;
}
.about_box h3 {
    color: #000;
}
.about_box p {
	margin-bottom: 25px;
}
.about_box p a, 
.about_box p span {
    font-weight: 600;
}
.about_box .mainbtn {
/*    margin-top: auto;*/
    width: max-content;
}
.about_box_top {
    margin-top: 40px;
}
.about_box_top1 {
    margin-bottom: 70px;
}
.about_meet_wrapp .about_box_top1:last-child{
    margin-bottom: 0;
}
.about_box h2 {
    color: #00bcd1;
}

.ongoing_wrapp {
    background: rgb(10,52,132);
    background: radial-gradient(circle, rgba(10,52,132,1) 0%, rgba(0,188,209,1) 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 99;
}
.ongoing_wrapp:before {
    content: '';
    background-image: url(../image/backgrond-bg.webp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.ongoing_wrapp .main_heading {
    color: #f9f9f9;
    position: relative;
}
.ongoing_wrapp .main_heading h2, 
.medical_consultants h2 {
    color: #fff;
    letter-spacing: 2px;
    font-size: 36px;
    line-height: 48px;
}
.ongoing_wrapp .main_heading p {
    font-size: 18px;
    font-weight: 400;
}
.main_heading p a {
    font-weight: 600;
}


#faq.accordion {
    border: none;
}
#faq.accordion .accordion-item {
    margin-bottom: 30px;
    border: 1px solid #e1b196 !important;
    -webkit-box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    border-radius: 0;
}
#faq.accordion .accordion-item .accordion-header {
    line-height: 26px;
}
#faq.accordion .accordion-item .accordion-button {
    background-color: transparent;
    border-bottom: 1px solid #e1b196 !important;
    letter-spacing: 1px;
    font-size: 18px !important;
}
#faq.accordion .accordion-item .accordion-button.collapsed {
    border-bottom: none !important;
}   

.footer_wrapp {
    background: rgb(243,196,170);
    background: linear-gradient(330deg, rgba(243,196,170,1) 0%, rgba(254,245,240,1) 24%, rgba(252,238,230,1) 75%, rgba(243,196,170,1) 100%);
/*    background-color: #0a3484;*/
    padding: 60px 0 30px;
}
.footer_contact h3 {
    margin-bottom: 30px;
}
.footer_contact a.mainbtn {
    margin-bottom: 30PX;
    max-width: 250px;
    width: 100%;
    text-align: center;
}
.footer_contact p a {
    font-weight: 600;
}
.footer_info {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
    padding-left: 60px;
    gap: 30px;
}
.footer_menu ul li {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
}
.footer_menu ul li a {
    color: #222;
    font-weight: 600;
}
.footer_logo {
    display: flex;
    justify-content: end;
}
.copyright {
    border-top: 1px solid #e1b196;
    padding-top: 30px;
    margin-top: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}


/*** login page css ***/

.profile_content {
    text-align: center;
}
.uaser_account_img {
    width: 150px;
    height: 150px;
    display: inline-block;
    margin: 0 auto;
    -webkit-box-shadow: 0 7px 20px 0 rgba(28,186,159,.3);
    box-shadow: 0 7px 20px 0 rgba(28,186,159,.3);
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.uaser_account_img img {
    padding: 10px 0 0;
}
.user_account_content {
    margin-top: 20px;
    position: relative;
}
.user_accomut_title {
    letter-spacing: 1.5px;
}  
.user_account_info ul li {
    display: inline-block;
    padding: 0 5px;
}
.user_account_info ul li a {
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.6px;
}

.tabsbtn .nav .nav-item {
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 15px 0;
}
.tabsbtn .nav .nav-item button {
    width: 100%;
    text-align: left;
    padding: 0;
    font-size: 16px;
}
.tabsbtn .nav-tabs {
    border: none;
}
.tabsbtn .nav .nav-item .nav-link {
    border: 1px solid #e1b196;
    -webkit-box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    border-radius: 0;
    padding: 15px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    letter-spacing: 0.4px;
    font-family: 'Calistoga';
}
.tabsbtn .nav .nav-item .nav-link.active, 
.tabsbtn .nav .nav-item .nav-link:hover {
    background-color: #0a3484;
    color: #fff;
    border-color: #0a3484;
}
.tab-content {
    padding: 15px 0;
    position: relative;
    width: 100%;
}
.about_box_bg {
    border: 1px solid #e1b196;
    -webkit-box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    padding: 30px 20px;
    width: 100%;
    margin-bottom: 25px;
}
/*.aboutboxtop {
    margin-top: 25px;
}*/
.tab-content .main_heading {
    text-align: left;
    margin-bottom: 25px;
}
.tab-content .main_heading h2 {
    margin-bottom: 10px;
}
.about_box_bg h6 > span {
    color: #00bcd1;
}
.inner_listing {
    padding-left: 15px;
}
.inner_listing li {
    position: relative;
    padding: 15px 0px 0px 20px;
    line-height: 22px;
}
.inner_listing li:after {
    content: '';
    background-color: #0a3484;
    height: 100%;
    width: 2px;
    position: absolute;
    left: 0;
    top: 20px;
}
.inner_listing li:last-child:after {
    display: none;
}
.inner_listing li:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #FFF;
    border: 4px solid #00bcd1;
    position: absolute;
    padding: 3px;
    border-radius: 10px;
    left: -6px;
    top: 20px;
    z-index: 9;
}
.subscription_footer {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about_box_bg h6 {
    color: #000;
}
.about_box_bg.aboutboxtop img {
    margin-bottom: 15px;
}
.about_box_bg p span, 
.about_box_bg p a {
    font-weight: 600;
}

.subscription_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.subscription_header h5 {
    margin-bottom: 5px;
    color: #00bcd1;
}
.subscription_header h6 {
    color: #000;
    font-size: 18px;
}

.subscription_table h5 {
    color: #000;
    margin-bottom: 20px;
}

.subscription_table table.table {
    border: 1px solid #e1b196;
}
.subscription_table table.table thead {
    background: rgb(243,196,170);
    background: linear-gradient(330deg, rgba(243,196,170,1) 0%, rgba(254,245,240,1) 24%, rgba(252,238,230,1) 75%, rgba(243,196,170,1) 100%);
}  
.subscription_table table.table thead tr th {
    background-color: transparent;
} 
.subscription_table .table tr th, 
.subscription_table .table tr td {
    border: 1px solid #e1b196;
    padding: 10px 15px;
    vertical-align: middle;
}
.subscription_table .table tr td small {
    font-size: 14px;
}

.subscription_table .table tbody tr:nth-of-type(2n+2) td {
    background-color: #f9f9f9;
}
.subscription_table .table tr td .tablebtn .mainbtn {
    padding: 5px 15px;
    font-size: 12px;
    margin: 5px 0;
    box-shadow: none;
    white-space: nowrap;
}

.from_wrapp .form_group {
    position: relative;
    margin-bottom: 30px;
    margin-top: 0;
}   
.form_group .label_text {
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 5px;
}
.from_wrapp .form_group input, 
.from_wrapp .form_group textarea, 
.from_wrapp .form_group select {
    border: 1px solid #e1b196 !important;
    background-color: transparent !important;
    font-size: 18px;
    padding: 10px 15px;
    width: 100%;
    -webkit-box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
}
.from_wrapp .form_group input.mainbtn {
    background-color: #00bcd1 !important;
    border: none !important;
}

.medical_consultants a.mainbtn {
    margin-top: 30px;
}


.introducing .pic {
    width: 20%;
    padding: 20px 0;
    margin: 0 5% 0 2%;
    float: left;
    position: relative;
    z-index: 1;
}
.introducing .pic:before,
.introducing .pic:after{
    content: "";
    width: 130px;
    height: 150px;
    background: radial-gradient(circle, rgba(10,52,132,1) 0%, rgba(0,188,209,1) 100%);
    position: absolute;
    z-index: -1;
}
.introducing .pic:before{
    top: 0;
    right: -20px;
}
.introducing .pic:after{
    bottom: 0;
    left: -20px;
}
.introducing .pic img {
    border: 2px solid #e1b196;
}
.introducing .introducing-content{
    width: 70%;
    float: right;
}
.owl-theme .owl-controls{
    width: 70%;
    margin: 0;
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
}
.owl-theme .owl-controls .owl-buttons div {
    width: 50px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    border-radius: 0;
    opacity: 1;
    position: relative;
    padding: 0 !important;
}
.owl-prev:before,
.owl-next:before{
    content: "\f177";
    font-family: "fontawesome";
    font-size: 30px;
    color: #00bcd1;
    position: absolute;
    top: 0;
    left: 25%;
}
.owl-next:before{
    content: "\f178";
}

.service_content_box {
    border: 1px solid #e1b196;
    -webkit-box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    padding: 30px 20px;
    width: 100%;
    margin-bottom: 25px;
}

.breadcrumbs_menu li {
    display: inline-block;
    padding: 0 10px;
    font-weight: 500;
    letter-spacing: 0.8px;
}
.breadcrumbs_menu li a {
    font-weight: 700;
}

.about_meet_image span {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.about_meet_image span:before, .about_meet_image span:after {
    content: "";
    width: 130px;
    height: 150px;
    background: radial-gradient(circle, rgba(10,52,132,1) 0%, rgba(0,188,209,1) 100%);
    position: absolute;
    z-index: -1;
}
.about_meet_image span:before {
    top: -20px;
    right: -20px;
}
.about_meet_image span:after {
    bottom: -20px;
    left: -20px;
}
.about_meet_image span img {
    border: 3px solid #e1b196;
}
.about_meet_image {
    margin-top: 30px;
}
.about_meet_wrapp {
    padding-bottom: 90px;
}
.about_meet_content h2 {
    color: #00bcd1;
}
.inner_listing li h6 {
    font-size: 18px;
    margin: 0;
    letter-spacing: 1px;
    line-height: 26px;
}
.inner_listing li p {
    padding-top: 5px;
}
.blog_bg {
    /*border: 1px solid #e1b196;
    -webkit-box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);*/
/*    padding: 30px 20px ;*/
    padding-right: 30px;
    width: 100%;
    margin-top: 25px;
}

.blog_right {
    border: 1px solid #e1b196;
    -webkit-box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    padding: 20px 15px;
    width: 100%;
    margin-top: 25px;
    position: sticky;
    top: 20px;
}
.blog_seach form .form_group {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    position: relative;
}
.blog_seach form .form_group input {
    width: calc(100% - 31px);
    padding: 0 15px 0 0;
    border: none !important;
}
.blog_seach form .form_group .social_icon {
    cursor: pointer;
    position: absolute;
    background-color: #00bcd1;
    height: 100%;
    right: 0;
    text-align: center;
    width: 46px;
    font-size: 22px;
    color: #fff;
    line-height: 46px;
}
.latest_post {
    margin-top: 40px;
    border-top: 1px solid #e1b196;
    padding-top: 30px;
}
.latest_post h6 {
    margin-bottom: 30px;
}
.latest_post .latest_main:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.latest_main {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #e1b196;
    padding-bottom: 30px;
}
.latest_imag {
    width: 100px;
    border: 1px solid #e5e5e5;
    padding: 2px;
    height: 90px;
    text-align: center;
}
.latest_imag a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.latest_imag a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.latest_content h6 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
}
.latest_date {
    font-size: 14px;
    font-weight: 500;
    color: #959595;
}
.blog_socialmedia {
    margin-top: 40px;
    border-top: 1px solid #e1b196;
    padding-top: 30px;
}
.blog_socialmedia ul {
    margin-top: 25px;
}
.blog_socialmedia ul li {
    display: inline-block;
    padding-right: 15px;
}
.blog_socialmedia ul li a {
    border: 1px solid #e1b196;
    -webkit-box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    width: 46px;
    height: 46px;
    display: inline-block;
    border-radius: 50%;
    line-height: 46px;
    text-align: center;
}
.blog_box {
    margin-bottom: 50px;
    display: grid;
    align-items: center;
    border-bottom: 1px solid #e1b196;
    padding-bottom: 50px;
    gap: 50px;
    grid-template-columns: 1fr 1.5fr;
}
.blog_bg .blog_box:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
}
.blog_imgs, 
.blog_details img {
    background-color: #f7f7f7;
    border: 1px solid #e5e5e5;
    padding: 5px;
}
.blog_content .mainbtn {
    margin-top: 15px;
}
.blog_details {
    padding-top: 25px;
    padding-right: 30px;
}
.blog_info_heading {
    margin-bottom: 30px;
    border-bottom: 1px solid #e1b196;
    padding-bottom: 30px;
    margin-top: 40px;
}
.blog_info_heading ul li {
    display: inline-block;
    padding-right: 20px;
    font-size: 16px;
    color: #959595;
    font-weight: 500;
}
.blog_info_heading ul li > span {
    color: #000;
    padding-right: 5px;
}
.contact_form {
    border: 1px solid #e1b196;
    -webkit-box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    padding: 0px 15px;
    width: 100%;
}
.contact_info {
    font-size: 22px;
    font-weight: 700;
    margin: 25px 0;
}
.contact_info > span {
    color: #00bcd1;
    padding-right: 10px;
}
.contact_service_box {
    border: 1px solid #e1b196;
    -webkit-box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    padding: 30px;
    width: 100%;
}
.contact_service_wrapp {
    padding-top: 30px;
}
.references_box {
    border: 1px solid #e1b196;
    -webkit-box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    padding: 15px 20px;
    width: 100%;
    margin-top: 25px;
}
.references_box h6 {
    margin: 0;
}
.references_box.emergency_box {
    background-color: #ffa0a9;
}

.login_box {
    border: 1px solid #e1b196;
    -webkit-box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    padding: 30px 20px;
    width: 100%;
    text-align: center;
}
.login_box .form_group .label_text {
    text-align: left;
}

.form_group.checkbox, 
.form_group.radiobtn {
    display: block;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;   
}
.form_group.checkbox input[type="checkbox"], 
.form_group.radiobtn input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
}
.form_group.checkbox .checkmark, 
.form_group.radiobtn .checkmark {
    font-size: 17px;
    font-weight: 500;
}
.form_group.checkbox .checkmark:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    height: 25px;
    width: 25px;
    border: 2px solid #e1b196;
    cursor: pointer;
}
.form_group.checkbox input:checked ~ .checkmark:before {
    background: #e1b196;
}
.form_group.checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.form_group.checkbox input:checked ~ .checkmark:after {
    display: block;
}
.form_group.checkbox .checkmark:after {
    left: 9px;
    top: 7px;
    width: 7px;
    height: 13px;
    border: solid #0a3484;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.from_wrapp .loginbtn {
    margin-top: 30px;
}
.from_wrapp .loginbtn .mainbtn {
    width: 100%;
}
.from_wrapp .loginbtn.signupbtn .mainbtn {
    background-color: #0a3484;
}
.from_wrapp .loginbtn.signupbtn .mainbtn:hover {
    background-color: #00bcd1;
}
.forgotpassword {
    margin: 10px 0 0;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0.6px;
}
.login_box .login_heading {
    margin-bottom: 35px;
}
.login_box .login_heading h3 {
    margin-bottom: 0;
}
.from_wrapp .loginbtn .form_group {
    margin-bottom: 0px;
}
.signup_text {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 0;
}
.signup_text a {
    font-weight: 700;
    letter-spacing: 0.6px;
}
.login_box .login_heading p {
    font-size: 16px;
    text-align: left;
    margin: 15px 0 0;
    line-height: 24px;
}
.login_box .login_heading p span {
    font-weight: 700;
    letter-spacing: 0.6px;
}
.from_wrapp .form_group .smalltext {
    font-size: 15px;
    line-height: 22px !important;
    text-align: left !important;
    display: inline-block;
    margin: 10px 0 0;
    font-weight: 500;
    letter-spacing: 0.1px;
}
.subscribe_wrapp {
    text-align: left;
}
.subscribe_wrapp h6 {
    font-size: 18px;
    letter-spacing: 1.5px;
}
.form_group.checkbox label, 
.form_group.radiobtn label {
    position: relative;
    padding-right: 30px;
    padding-left: 35px;
}
.form_group.radiobtn .checkmark:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    height: 25px;
    width: 25px;
    border: 2px solid #e1b196;
    cursor: pointer;
    border-radius: 50%;
}
.form_group.radiobtn input:checked ~ .checkmark:before {
    border: 2px solid #0a3484;
}
.form_group.radiobtn .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.form_group.radiobtn input:checked ~ .checkmark:after {
    display: block;
}
 .form_group.radiobtn .checkmark:after {
    left: 7px;
    top: 10px;
    width: 11px;
    height: 11px;
    background-color: #0a3484;
    border-radius: 50%;
}



.profile_wrapp {
    border: 1px solid #e1b196;
    -webkit-box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    padding: 30px 20px;
    width: 100%;
    position: relative;
}
.profile_cover_banner {
    position: relative;
}
.profile_cover_banner .cover_bnner {
    height: 312px;
    width: 100%;
    object-fit: cover;
}
.profile_imgs {
    display: flex;
    align-items: center;
}
.profile_imgs > span {
    width: 170px;
    height: 170px;
    overflow: hidden;
    border: 2px solid #e1b196;
    padding: 3px;
    border-radius: 50%;
    margin-left: 40px;
    margin-top: -90px;
    z-index: 999;
    position: relative;
    background-color: rgb(241 241 241 / 60%);
    -webkit-box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    display: inline-block;
}
.profile_imgs span img {
    border-radius: 50%;
}
.profile_edit a {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.7px;
    color: #222;
}
.profile_imgs h6 {
    margin: 0px 0px 0px 20px;
}
.profile_infomation {
    position: relative;
    margin-top: 30px;
}
.pro_info_box {
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    padding: 10px 15px;
    width: 100%;
    position: relative;
    margin: 15px 0;
}
.pro_info_box p {
    margin-bottom: 5px;
}
.pro_info_box h6 {
    font-size: 18px;
    margin: 0;
}

.editcover {
    position: relative;
}
.editcover:after, 
.profile_imgs .profile_edit_imgs:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.editcover .imageicon_warpp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    color: #fff;
    text-align: center;
    font-weight: 500;
}
.editcover .imageicon_warpp .imageicon {
    cursor: pointer;
}
.editcover .imageicon > span {
    font-size: 48px;
}

.changecover {
    background-color: #ffff;
    margin-top: 10px;
}
.changecover {
    background-color: #ffff;
    margin-top: 10px;
    border: 1px solid #e1b196;
}
.changecover ul li {
    display: inline-block;
    width: 100%;
    color: #222;
    font-size: 16px;
    padding: 5px 10px;
    border-bottom: 1px solid #e1b196;
    cursor: pointer;
}
.changecover ul li:last-child {
    border-bottom: none;
}
.profile_imgs .profile_edit_imgs > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 32px;
}
.edit_profile_content {
    margin: 30px 0;
    position: relative;
}
.edit_profile_content p {
    margin-bottom: 5px;
}
.edit_profile_box {
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    padding: 20px 15px;
    width: 100%;
    position: relative;
}

.from_wrapp .form_group > span.select2 > .selection> span.select2-selection {
    border: 1px solid #e1b196 !important;
    background-color: transparent !important;
    font-size: 18px;
    padding: 10px 15px;
    width: 100%;
    -webkit-box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    border-radius: 0;
}
.from_wrapp .form_group > span.select2 > .selection> span.select2-selection textarea {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    vertical-align: middle !important;
    height: 28px;
}
.from_wrapp .form_group > span.select2 > .selection> span.select2-selection ul li {
    margin: 0 5px 0 0;
    background-color: transparent;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    font-weight: 600;
}

.star-rating > span {
    font-size: 40px;
    margin-top: 5px;
    display: inline-block;
    cursor: pointer;
}
.star-rating > span:hover, 
.star-rating > span.active {
    color: #ffbf00;
}


.tooltip_icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #000;
}
.tooltiptext {
    visibility: hidden;
    opacity: 0;
    font-family: 'Jost';
    font-weight: 500;
    font-size: 13px;
    background-color: #222;
    color: #ffffff;
    line-height: 17px;
    width: 190px;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    letter-spacing: 0.6px;
    text-align: center;
    position: absolute;
    bottom: 170%;
    left: 50%;
    transform: translateX(-50%);
}
.tooltip_icon:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.tooltiptext:after {
    content: '';
    position: absolute;
    transition: all 0.4s ease;
    border-width: 10px 8px 0 8px;
    border-style: solid;
    border-color: #222222 transparent transparent transparent;
    bottom: -10px;
    left: 50%;
    margin: 0 auto;
    text-align: center;
    transform: translateX(-50%);
}
.profilebtn .mainbtn {
    width: 100%;
    margin-top: 40px;
}
.profilebtn.censelbtn .mainbtn {
    background-color: #0a3484;
}
.profilebtn.censelbtn .mainbtn:hover {
    background-color: #00bcd1;
}

.appointment_heading {
    text-align: left;
}
.appointment_bg {
    border: 1px solid #e1b196;
    -webkit-box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    width: 100%;
    float: left;
}
.appointment_tabs {
/*    padding: 15px 25px;*/
    border-bottom: 1px solid #e1b196;
    margin-bottom: 25px;
    width: 100%;
    float: left;
    display: flex;
}
.appointment_tabs li {
    display: inline-block;
    float: left;
}
.appointment_tabs li a {
    padding: 20px 30px;
    display: inline-block;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    border-right: 1px solid #e1b196;
}
.appointment_tabs li:last-child a {
    border-right: 0;
}
.appointment_tabs li.active a {
    background-color: #0a3484;
    color: #ffffff;
}
.appointment_tabs li:hover a {
    background-color: #00bcd1;
    color: #ffffff;
}
.appointment_tabs_main {
    width: 100%;
    float: left;
    padding: 10px 25px 25px;
}

.appointment_table table {
    border: 1px solid #e3e3e3 !important;
    margin: 0;
}
.appointment_table table thead tr th {
    background-color: transparent;
    color: #000000;
    padding: 15px 20px;
    font-size: 20px;
    letter-spacing: 0.5px;
}
.appointment_table table tbody tr td {
   padding: 15px 20px; 
}
.appointment_table table tbody tr td span {
    font-weight: 700;
}
.appointment_table table tbody tr:nth-of-type(2n+2) td {
    background-color: #f9f9f9;
}
.appointment_table {
    margin: 30px 0;
}

.appointment_steps {
    position: relative;
}
.appointment_steps .steps_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5px;
    margin-bottom: 25px;
}
.steps_list .steplist .step_bg {
    width: 100%;
    height: 15px;
    background-color: #e3e3e3;
    margin-top: 5px;
}
.steps_list .steplist.active .step_bg {
    background-color: #0a3484;
}
.steps_list .steplist {
    font-weight: 500;
}
.steps_list .steplist span {
    font-weight: 700;
    color: #00bcd1;
}
.appointment_form .form_group select {
    border: 1px solid #e1b196 !important;
}
.appointment_service h6, 
.appointment_details h6 {
    margin-bottom: 0;
}
.appointment_time > p, 
.appointment_repeat > p {
    margin-bottom: 25px;
}
.appointment_time p span, 
.appointment_repeat p span {
    font-weight: 600;
}
.todaydate {
    margin-bottom: 20px;
}
.calendardatetimes {
    padding-left: 30px;
}
.calendartimes ul li {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 25px;
}
.calendartimes ul li .calentimes {
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    padding: 10px 15px;
    width: 100%;
    position: relative;
    margin: 0 0 15px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
.calendartimes ul li .calentimes label {
    padding: 0 0 0 35px;
    cursor: pointer;
}
.calendartimes ul li .calentimes .checkmark:before {
    top: 1px;
}
.calendartimes ul li .calentimes .checkmark:after {
    top: 8px;
} 

.appointmentbtns {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 30px;
}
.appointmentbtns .appointment_backbtn .mainbtn, 
.appointmentbtns .appointment_nextbtn .mainbtn {
    width: 190px;
}
.appointment_repeat .form_group.checkbox {
    margin: 0px 0px 15px !important;
}
.appointment_repeat_box {
    position: relative;
}

.repeat_schedule {
    margin: 20px 0 30px;
    text-align: center;
}


.weekly_checkbox {
    display: flex;
    gap: 10px;
}
.weekly_checkbox .form_group.checkbox {
    margin: 0 !important;
    text-align: left;
    cursor: default;
}
.weekly_checkbox .form_group.checkbox label {
    padding: 0 10px;
}

.weekly_checkbox .form_group.checkbox .checkmark:before {
    top: -20px;
    border-radius: 50%;
}
.weekly_checkbox .form_group.checkbox .checkmark:after {
    top: -15px;
}
.weekly_checkbox .form_group.checkbox .daynames {
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    display: inline-block;
}

.schedule_table {
/*    border: 1px solid #e3e3e3 !important;*/
    margin: 0;
}
.schedule_table tbody tr td {
    padding: 10px 15px;
    border-color: #e3e3e3;
    border-width: 1px;
}
.action_icon > span {
    background-color: #e3e3e3;
    width: 34px;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}
.schedule_date_time {
    white-space: nowrap;
}
.schedule_date {
    -webkit-box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    background-color: #0a3484;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 0;
    margin-right: 15px;
}
.schedule_time {
    -webkit-box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    background-color: #fff;
    border: 1px solid #e3e3e3;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 0;
    margin-right: 15px;
}
.schedule_wrapp {
    margin: 5px 0 20px;
}
.schedule_table tbody tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
.checkoutbtn {
    text-align: center;
}
.upcoming_appointment_box {
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    padding: 20px 15px;
    width: 100%;
    position: relative;
    margin: 15px 0;
    text-align: center;
}
.service_title {
    font-family: 'Calistoga';
    font-weight: 500;
    margin-bottom: 10px;
}

.countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px; 
}

.countdown .countdown_bg {
    width: 46px;
    height: 46px;
    background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
    line-height: 46px;
    text-align: center;
    font-family: 'Calistoga';
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
}
.join_text {
    font-family: 'Calistoga';
    font-weight: 500;
    margin-bottom: 10px;
}
#countdown .countdown_bg > span {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.service_duration {
    margin-top: 10px;
    font-family: 'Calistoga';
    font-weight: 700;
    color: #0a3484;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-size: 22px;
    line-height: 30px;
}
.pastappointment thead tr th, .pastappointment tbody tr td {
    border-color: #e3e3e3;
    border-width: 1px;
    padding: 10px 20px;
}
.pastappointment {
    margin-top: 15px;
}
.pastappointment thead, 
.appointment_table table thead {
    background: rgb(243,196,170);
    background: linear-gradient(330deg, rgba(243,196,170,1) 0%, rgba(254,245,240,1) 24%, rgba(252,238,230,1) 75%, rgba(243,196,170,1) 100%);
}
.reviewsbtn {
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #fff;
    background-color: #00bcd1;
    -webkit-box-shadow: 0 7px 20px 0 rgba(28,186,159,.3);
    box-shadow: 0 7px 20px 0 rgba(28,186,159,.3);
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
}


.review_modal_wrapp {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(10 52 132 / 70%);
    top: 0;
    left: 0;
    z-index: 999;
/*    overflow: auto;*/
    right: 0;
    bottom: 0;
    display: grid;
    place-items: center;
    padding: 15px;
}
.modalopen {
    overflow: hidden;
}
.review_modal {
    background: #ffffff;
    border: 1px solid #e1b196;
    -webkit-box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    width: 100%;
    max-width: 650px;
    overflow: hidden;
}
.review_modal_header {
    background: rgb(243,196,170);
    background: linear-gradient(330deg, rgba(243,196,170,1) 0%, rgba(254,245,240,1) 24%, rgba(252,238,230,1) 75%, rgba(243,196,170,1) 100%);
    position: relative;
    padding: 20px 15px;
    border-bottom: 1px solid #e1b196;
}
.review_modal_header h4 {
    margin: 0;
}
.review_modal_header .closebtn {
    position: absolute;
    font-size: 28px;
    top: 24px;
    right: 20px;
    color: #00bcd1;
    cursor: pointer;
}
.review_modal_content {
    padding: 25px 20px;
    height: calc(500px - 50px);
    position: relative;
    overflow-x: auto;
}
.review_modal_content h6 {
    margin-bottom: 5px;
}
.review_modal_content p {
    line-height: 22px;
    font-style: italic;
    color: #000;
}
.review_modal_content p:last-child {
    line-height: 18px;
    font-size: 14px;
}

.rating_list {
    margin-bottom: 15px;
}
.rating_list li {
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 10px;
}
.rating_list li .form_group.radiobtn {
    margin: 0;
}
.rating_list li .form_group.radiobtn label {
    padding: 0 5px;
}
.rating_list li .form_group.radiobtn label > input {
    padding: 0;
}
.rating_list li .rating_number {
    width: 100%;
    display: inline-block;
}
.rating_list li .form_group.radiobtn label .checkmark:before {
    top: -10px;
    width: 16px;
    height: 16px;
}
.rating_list li .form_group.radiobtn label .checkmark:after {
    top: -6px;
    width: 8px;
    height: 8px;
    left: 4px;
}
.rating_list li .rating_number {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 0;
}
.review_modal_footer {
    border-top: 1px solid #e1b196;
    padding: 15px 20px;
    text-align: right;
}
.review_modal_footer .mainbtn {
    padding: 5px 30px;
    font-size: 16px;
    font-weight: 400;
}
.review_modal_footer .mainbtn.cancelbtn {
    background-color: #0a3484;
    color: #ffffff;
}
.review_modal_footer .mainbtn.cancelbtn:hover {
    background-color: #00bcd1;
}

.appointment_cart .appointmentscart thead {
    background: rgb(243,196,170);
    background: linear-gradient(330deg, rgba(243,196,170,1) 0%, rgba(254,245,240,1) 24%, rgba(252,238,230,1) 75%, rgba(243,196,170,1) 100%);
}
.appointment_cart .appointmentscart thead tr th, 
.appointment_cart .appointmentscart tbody tr td {
    border-color: #e3e3e3;
    border-width: 1px;
    padding: 10px 20px;
    vertical-align: middle;
}


.product_wrapp {
    display: grid;
    align-items: center;
    gap: 0 20px;
    grid-template-columns: 1fr 10fr;
}
.product_imgs {
    width: 70px;
}
.product_content h6 {
    margin-bottom: 10px;
    font-size: 18px;
}
.appointment_product_list li {
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    line-height: 26px;
    font-size: 17px;
    white-space: nowrap;
}
.appointment_product_list li:last-child {
    margin-bottom: 0;
    padding-bottom: 5px;
    border-bottom: none;
}
.appointment_product_list li > span > span {
    font-weight: 500;
}
.appointment_cart .appointmentscart tbody tr:nth-of-type(2n+2) {
    background-color: #f9f9f9;
}

.product_appoin_wrapp {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
}
.product_coupon {
    border: 1px solid #e1b196;
    -webkit-box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    padding: 30px 20px;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    max-width: 500px;
}
.product_coupon .form_group input {
    text-align: center;
}
.productbtns .form_group .mainbtn {
    width: 100%;
    text-align: center;
    box-shadow: none;
    white-space: nowrap;
}
.product_appoin_wrapp .form_group input.mainbtn {
    padding: 10px 35px;
}
.product_cart_wrapp, 
.billing_address, 
.checkout_payment {
    border: 1px solid #e1b196;
    -webkit-box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    padding: 30px 20px;
    margin-top: 5px;
    width: 100%;
}
.product_cart_total table tbody tr td {
    border-color: #e3e3e3;
    border-width: 1px;
    padding: 15px 20px;
    vertical-align: middle;
}
.product_cart_total table tbody tr td .totaltext {
    font-size: 20px;
    font-weight: 600;
}
.productbtns .form_group .mainbtn.checkoutbtn {
    background-color: #0a3484;
}
.productbtns .form_group .mainbtn.checkoutbtn:hover {
    background-color: #00bcd1;
}
.checkout_details {
    margin-top: 40px;
}
.payment_card_box {
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
    padding: 20px 15px;
    width: 100%;
    position: relative;
    margin: 25px 0 30px;
}
.payment_card_box h6 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 24px;
}
.payment_card_box p {
    font-size: 18px;
    line-height: 24px;
}
.payment_card_box p span,
.payment_card_box p a, 
.checkout_payment a {
    font-weight: 600;
}
.checkout_payment .form_group.checkbox {
    text-align: left;
    display: flex;
    margin-bottom: 40px;
}
.checkout_payment .form_group.checkbox > span {
    font-size: 16px;
    cursor: default;
}
.checkout_payment .form_group.checkbox label {
    padding-right: 0;
}
.billing_address h6 {
    margin-bottom: 5px;
}
.billing_address {
    padding-bottom: 10px;
}


#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #0a3484;
    color: #ffffff;
    width: 40px;
    height: 40px;
    z-index: 999999;
}
.logo_wrapp{
    width: 460px;
}
.main_wrapp section:first-child{
    padding-top: 320px;
}