/* @font-face {
	font-family: 'poppins';
	src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
		url('../fonts/poppins-regular-webfont.woff') format('woff');
	font-weight: normal;
}

@font-face {
	font-family: 'poppins';
	src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
		url('../fonts/Poppins-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'poppins';
	src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
		url('../fonts/Poppins-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
} */


@font-face {
    font-family: 'Epilogue';
    src: url('../fonts/Epilogue-Medium.woff2') format('woff2'),
        url('../fonts/Epilogue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Epilogue';
    src: url('../fonts/Epilogue-Regular.woff2') format('woff2'),
        url('../fonts/Epilogue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'Epilogue';
    src: url('../fonts/Epilogue-Bold.woff2') format('woff2'),
        url('../fonts/Epilogue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'Epilogue';
    src: url('../fonts/Epilogue-SemiBold.woff2') format('woff2'),
        url('../fonts/Epilogue-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



body,
p {
	font-family: 'Epilogue';
	font-weight: normal;
	font-size: 16px;
	color: #000;
	line-height: 24px;
}

a:hover,
a:focus {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: 400;
}

.header .logo-section img {
	width: 62%;
	padding: 2px 0 0;
}

.header .navbar-nav {
	float: right;
}
.header {
	padding: 20px 0;
	width: 100%;
	z-index: 11;
	transition: all 0.5s;
	background-color: #fff;
	position: fixed;
	box-shadow: 0 0 30px rgb(0 0 0 / 20%) !important;
	-webkit-box-shadow: 0 0 30px rgb(0 0 0 / 20%) !important;
	-moz-box-shadow:  0 0 30px rgb(0 0 0 / 20%) !important;
}


.header .navbar {
	margin-bottom: 0;
}

.btn:hover,
.btn:focus {
	color: #fff !important;
}

.btn {
	padding: 6px 30px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
	text-transform: capitalize;
}

.btn-roundcornered {
	border-radius: 20px;
}

.btn-yellow {
	background-color: #f3980f;
	border: 1px solid #f3980f;
}

/* Header */
.header .navbar {
	min-height: auto !important;
	margin-top: 7px;
}

.header .navbar li a {
	padding: 5px 0;
	font-size: 14px;
	margin: 0 12px;
	color: #000;
	font-weight: 500;
}

.header .navbar li a:hover,
.header .navbar li a:focus,
.menuactive {
	background-color: inherit;
	color: #305197 !important;
}

.custommenu li a:after {
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	background: #305197;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}

.custommenu li a:hover:after,
.custommenu li a.menuactive:after {
	width: 40%;
	left: 0;
}

.header .navbar .navbar-collapse {
	padding: 0;
}

.header-contact {
	vertical-align: middle;
	padding: 0;
	margin: 2px 0 0 0;
}

.header-contact li {
	display: inline-block;
	vertical-align: middle;
}

.header-contact li:first-child {
	padding: 0 15px 0 0;
}

.header-contact li:last-child p {
	margin-bottom: 0;
	text-align: right;
	color: #305197;
}

.header-contact li:last-child p:first-child {
	font-size: 11px;
	line-height: 15px;
	font-weight: 600;
}

.header-contact li:last-child a {
	font-size: 15px;
	font-weight: 600;
	color: #305197 !important;
}

.bookfree-btn {
	box-shadow: 1px 1px 5px 1px #cfc6c6 !important;
	-webkit-box-shadow: 1px 1px 5px 1px #cfc6c6 !important;
	-moz-box-shadow: 1px 1px 5px 1px #cfc6c6 !important;
}

.bookfree-btn img {
	width: 13px;
	vertical-align: text-bottom;
	margin-right: 5px;
}

.menu-topfixed {
	top: 0;
	box-shadow: 0 0 30px rgb(0 0 0 / 20%) !important;
	-webkit-box-shadow: 0 0 30px rgb(0 0 0 / 20%) !important;
	-moz-box-shadow:  0 0 30px rgb(0 0 0 / 20%) !important;
	padding: 10px 0;
	position: fixed;
	 z-index: 11111111111; 
}

.header.menu-topfixed .logo-section img {
	width: 60%;
}

.mobile-menuicon {
	color: #000;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	/* z-index: 11111111; */
	z-index: 9999999999;
	top: 0;
	left: 0;
	background-color: #f9f9f9;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	text-align: center;
}

.sidenav .logo-section img {
	width: 200px;
	margin-bottom: 15px;
}

.sidenav a {
	padding: 10px 8px 8px 32px !important;
	text-decoration: none;
	font-size: 18px;
	color: #424242;
	display: block;
	transition: 0.3s;
	text-align: left;
}

.sidenav a:hover,
.sidenav a:focus {
	color: #49ace0;
}

.sidenav .closebtn {
	position: absolute;
	top: 20px;
	right: 10px;
	font-size: 48px;
	margin-left: 50px;
	color: #000;
}

@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 50px;
		text-align: left;
	}

	.sidenav a {
		font-size: 18px;
	}
}

.mobile-menuicon {
	font-size: 26px;
	cursor: pointer;
	float: right;
	margin: 15px 0 0;
}

.sidenav .mobile-userlogin a:hover {
	color: inherit;
}

.sidenav .mobile-userlogin a:focus {
	background-color: inherit;
}

.sidenav .mobile-userlogin .open>a,
.sidenav .mobile-userlogin .open>a:focus,
.sidenav .mobile-userlogin .open>a:hover {
	background-color: #064d96 !important;
	border-color: #064d96 !important;
	color: #fff !important;
}

.mobile-menu .mynav li a:hover {
	background-color: inherit !important;
	color: #064d96;
}

.sidenav .reports-menu ul li {
	width: 100%;
	padding-left: 20px;
}

.sidenav .reports-menu ul li a {
	font-size: 16px;
	padding: 10px 8px 10px 32px !important;
}

.sidenav .mobile-userlogin a {
	font-size: 16px;
}

.mobile-menuicon {
	margin: 10px 0 0;
}

/* End Header */

/* Footer */
.latlonLink {
	color: #fff !important;
	font-size: 13px;
}

.secondary-footer {
	background-color: #0b204a;
	padding: 60px 0 50px;
	position: relative;
}

.secondary-footer .footer-bg {
	background-image: url("../images/testimonial-bg.svg");
	width: 342px;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	right: 5px;
	top: 0;
}

.secondary-footer a.logo {
	padding-bottom: 15px;
	display: block;
}

.footer-content img {
	width: 40%;
}

.secondary-footer .footer-content p,
.secondary-footer .footer-content a,
.footer-cotact-enquiry a,
.footer-cotact-enquiry p {
	color: #969ba5;
}

.secondary-footer .footer-content a:hover,
.secondary-footer .footer-content a:focus {
	color: #f2980f;
}

.footer-content .footer-contact p {
	margin-bottom: 5px;
}

.footer-content .footer-contact a i {
	font-size: 18px;
	padding-right: 30px;
	vertical-align: middle;
}

.secondary-footer .footer-content .h4 {
	color: #ffffffd1;
	
	font-weight: 500;
	font-size: 15px;
}

.secondary-footer .footer-content ul {
	padding-left: 0;
	list-style: none;
}

.secondary-footer .footer-content.footer-quicklinks ul {
	padding: 15px 0 0;
	
}

.secondary-footer .footer-content .footer-social {
	padding: 20px 0 0;
}

.secondary-footer .footer-content .footer-social li {
	display: inline-block;
	padding: 0 10px 0 0;
}

.secondary-footer .footer-content .footer-social li a {
	display: block;
	padding: 5px;
	border: 1px solid #969ba5;
	border-radius: 50%;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 24px;
}

.secondary-footer .footer-content .footer-social li a i {
	font-size: 15px;
	vertical-align: middle;
	color: #fff;
}

.secondary-footer .footer-content .footer-social li a:hover,
.secondary-footer .footer-content .footer-social li a:focus {
	background-color: #f2980f;
	border-color: #f2980f;
}

.secondary-footer .footer-content .footer-social li a:hover i,
.secondary-footer .footer-content .footer-social li a:focus i {
	color: #fff;
}

.footer-content.footer-quicklinks ul li a {
	font-size: 13px;
}

.footer {
	background-color: #0a1939;
	padding: 10px 0;
}

.footer p {
	margin-bottom: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
}

.footer-content .company-name sup {
	top: -1em;
	font-size: 9px;
}

.footer a.latlon-copyright {
	color: inherit;
}

.no-fixed {
	position: unset;
}

.footer-cotact-enquiry {
	float: left;
	width: 25%;
}

.footer-cotact-enquiry h4 {
	color: #fff;
	text-transform: capitalize;
	font-size: 14px;
}

.footer-cotact-enquiry p {
	margin-bottom: 0;
}

.footer-cotact-enquiry p i {
	padding-right: 5px;
}

.footer-cotact-enquiry:nth-child(3) {
	width: 50%;
}

.footer-cotact-enquiry:nth-child(3) p {
	display: inline-block;
	padding: 0 12% 0 0;
}

.footer-cotact-enquiry:nth-child(3) a {
	padding: 0 10px;
}

.footer-content.general-enquiries {
	margin-bottom: 30px;
}

.secondary-footer .footer-content.general-enquiries p {
	margin-bottom: 4px;
}

.secondary-footer .footer-content.general-enquiries .h4 {
	margin-bottom: 24px;
}
.footer-content.general-enquiries1 {
	margin-bottom: 30px;
}

.secondary-footer .footer-content.general-enquiries1 p {
	margin-bottom: 4px;
}

.secondary-footer .footer-content.general-enquiries1 .h4 {
	margin-bottom: 24px;
}

.footer-content p {
	font-size: 13px;
}
.footer-quicklinks li {
	padding: 0 0 8px 0;
}
.footer-quicklinks{
	padding-left: 15px;
}


/* End */


.sub-heading {
	color: #2c4e95;
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
}

.btn-section .btn {
	color: #fff;
	display: inline-block;
	padding: 6px 48px;
}

.btn-section .btn img {
	padding: 0 5px 0 0;
	display: inline-block;
}

.btn-section .app-list li img {
	width: 100%;
}

.no-padding {
	padding: 0;
}

.btn-blue:hover,
.btn-blue:focus {
	color: #fff;
}

/* Home Page */
.main-content {
    padding: 80px 0 0;
}
.homebanner {
	background-image: url('../images/homebanner.webp');
	background-size: cover;
	height: 492px;
	width: 100%;
	position: relative;
}

.homebanner-content {
	padding: 50px 0 0;
}

.homebanner h1 {
	font-size: 30px;
    color: #fff;
    font-weight: 600;
    line-height: 42px;
}

.homebanner h4 {
	color: #fff;
    font-weight: normal;
    line-height: 32px;
    font-size: 24px;
}

.homebanner .bookfree-btn {
	box-shadow: none !important;
	padding: 8px 34px;
	margin: 20px 0 0;
	font-size: 16px;
	
}

.homebanner .positioned {
	position: absolute;
	top: 14%;
	width: 100%;
}

.home-section1 {
	background-color: #F1F6F7;
	padding: 30px 0;
	position: relative;
	height: 500px;
}

.home-section1 .positioned-left {
	position: absolute;
	left: 0;
	top: 100px;
}

.home-section1 .positioned-left img {
	width: 60px;
}

.home-section1 .positioned-right {
	position: absolute;
	right: 0;
	top: 20px;
}

.greybg {
	background-color: #f3f3f3;
	display: flex;
}

.homesection1-cnt {
	position: absolute;
	top: -90px;
	width: 100%;
	border-top-left-radius: 70px;
	border-top-right-radius: 20px;
	box-shadow: 0px 21px 25px 0px #0058ff2b !important;
	-webkit-box-shadow: 0px 21px 25px 0px #0058ff2b !important;
	-moz-box-shadow: 0px 21px 25px 0px #0058ff2b !important;
}

.homesection1-cntleft h2 {
	padding: 0 15px 0 40px;
	font-size: 22px;
	font-weight: 500;
	line-height: 34px;
	margin: 100px 0 15px;
}

.homesection1-cntleft p{
	padding: 0 15px 0 40px;
}

.homesection1-cntleft .bookfree-btn{
	position: absolute;
	left: 34px;
	bottom: 82px;
}

.homesection1-cntleft h2 {
	color: #021B52;
	font-weight: 600;
}

.homesection1-cntright {
	background-color: #fff;
	border-top-right-radius: 20px;
}

.homesection1-cntright .features_list {
	width: 33.33333333333%;
	padding: 15px;
	float: left;
	height: 124px;
	display: table;
	position: relative;
}

.homesection1-cntright .features_list:nth-child(odd) .feature_cnt p {
	color: #375b96;
}

.homesection1-cntright .features_list:nth-child(even) {
	background-color: #eda539;
}

.homesection1-cntright .features_list:nth-child(even) .feature_cnt p {
	color: #fff;
}

.feature_cnt {
	display: table-cell;
	vertical-align: middle;
}

.feature_cnt p {
	font-weight: 500;
	line-height: 20px;
	font-size: 14px;
}

.features_list .linkarrow {
	position: absolute;
	bottom: 2px;
	right: 10px;
}

.homesection1-cntright .features_list:nth-child(even) .linkarrow path {
	stroke: #fff;
}

.home-cloud-section{
	background-color: #f1f6f7; 
	width: 100%;
	
}
.home-cloud-section img {
	width: 100%;
    border-radius: 11px;
}
.home-cloud-section-image{
    padding-top: 41px;
}
.cloud-text-section{
    padding-top: 32px;
}
.home-cloud-section p {
	font-size: 16px;
}

.cloud-section-bg{
	background-color: #fff;
	border-top-right-radius: 128px;
	padding-bottom: 35px;
}

.cloud-text-section h3{
	font-weight: 600;
	color: #021B52;
	line-height: 34px;
}
.cloud-text-section h4{
	font-weight: 500;
	color: #021B52;
	margin-top: 15px;
    margin-bottom: 15px;
	line-height: 24px;
}

.home-section2 {
	background-image: url('../images/home-section2.webp');
	height: 572px;
	width: 100%;
	position: relative;
	padding: 20px 0;
	margin: 0 0 100px;
}

.home-section2leftarg {
	position: absolute;
	left: 0;
	top: 0;
}

.home-section2leftarg img,
.home-section2rightarg img {
	height: 558px;
}

.home-section2rightarg {
	position: absolute;
	right: 0;
	top: 0;
}

.home-section2leftdot {
	position: absolute;
	left: 0;
	bottom: 2%;
}

.home-section2leftdot img,
.home-section2rightdot img {
	width: 60%;
}

.home-section2rightdot {
	position: absolute;
	right: 15%;
	top: 235px;
}

.home-section2 .slider-text{
	text-align: center;
	color:#fff;
	padding-top: 24px;
}

.bold {
	font-weight: 600;
}

.subheading {
	font-size: 26px;
	font-weight: 500;
}

.home-section2 .subheading {
	color: #fff;
	text-align: center;
}

.home-section2 .owl-theme {
	position: relative;
}

.home-section2 .owl-theme .owl-dots,
.owl-theme .owl-nav {
	position: absolute;
	top: 0;
	width: 100%;
}

.home-section2 .owl-theme img {
	margin: 30px 0 0;
}

.screenSlider {
	padding: 30px 0;
}

.whitecurve {
	position: absolute;
	bottom: 0;
	width: 100% ;
}
.whitecurve img{
	width: 100% !important;
}

.home-section2 .owl-theme .owl-dots .owl-dot.active span {
	background: #eda539;
}

.home-section2 .owl-theme .owl-dots .owl-dot span {
	width: 9px;
	height: 9px;
}

.home-section2 .owl-theme .owl-dots .owl-dot.active span {
	border: 2px solid #fff;
	height: 13px;
	width: 13px;
}

.home-section3 {
	background-color: #F1F6F7;
	padding: 30px 0 70px;
	position: relative;
}

.home-section3 .subheading {
	color: #021b52;
	line-height: 34px;
}

.home-section3 .home-featurecnt {
	text-align: center;
	background-color: #fff;
	padding: 25px 25px;
	height: 285px;
	margin: 10px 0 20px;
	border-radius: 4px;
	width: 90%;
	position: relative;
}

.home-section3 .home-featurecnt::after {
	bottom: 0;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	right: 0;
	position: absolute;
	background: #305197;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 60px;
	margin: 0 auto;
}

.home-section3 .home-featurecnt2::after {
	background: #9778e3;
}

.home-section3 .home-featurecnt3::after {
	background: #26a118;
}

.home-section3 .home-featurecnt4:after {
	background: #f3980f;
}

.home-section3 .home-featurecnt5:after {
	background: #5091d2;
}

.home-section3 .home-featurecnt6:after {
	background: #aea80a;
}

.home-section3 .home-featurecnt7::after {
	background: #0e80f2;
}

.home-section3 .home-featurecnt8::after {
	background: #4cbcd9;
}

.home-section3 .home-featurecnt9::after {
	background: #fc6b46;
}

.home-featurecnt h4 {
	font-weight: 500;
}

.home-featurecnt img {
	margin: 15px auto;
	width: 70px;
}
.home-section3-text-section{
	text-align: center;
	padding-bottom: 22px;
}

.card-section-text p{
	font-size: 14px;
	line-height: 20px;
}
.home-section3-text-section h3{
	font-weight: 600;
}
.home-section3-text-section h4{
	font-weight: 500;
	color: #021B52;
	margin-top: 15px;
    margin-bottom: 15px;
	line-height: 24px;
}

.clinic-name{
	font-size: 14px;
}

.positioned-dots {
	position: absolute;
	left: 0;
	top: 115px;
}

.positioned-dots img {
	width: 130px;
}

.positioned-dots.right img {
	width: 70px;
}

.positioned-dots.right {
	right: 0;
	left: inherit;
	top: inherit;
	bottom: 20%;
}

.home-section4 .subheading {
	text-align: center;
	line-height: 34px;
}


.home-section4 {
	padding: 10px 0 30px 0;
}

.home-section4 .owl-theme .item {
	margin: 25px 25px;
}

.testimonialList {
	border-radius: 4px;
	box-shadow: 10px 10px 21px 10px rgb(165 172 226 / 33%);
	-webkit-box-shadow: 10px 10px 21px 10px rgb(165 172 226 / 33%);
	-moz-box-shadow: 10px 10px 21px 10px rgb(165 172 226 / 33%);
}

.testimonial-bg {
	background-color: #243e75;
	padding: 20px 30px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	height: 305px;
}

.testimonial-bg img {
	width: 50px !important;
	margin: 10px 0 25px;
}

.client-name {
	background-color: #f5f5f5;
	padding: 15px 30px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.client-name p {
	color: #000;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 0;
}

.testimonial-bg p {
	color: #fff;
	line-height: 20px;
	font-size: 14px;
}

.home-section4 .owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	background: #2c4e95;
}

.home-section4 .owl-theme .owl-dots .owl-dot.active span {
	border: 2px solid #fff;
	height: 12px;
	width: 12px;
	background: transparent;
	border: 2px solid #2c4e95;
}

.home-section4 .owl-theme .owl-dots {
	margin-top: 24px;
}

.home-section4-text-section p{
	text-align: center;
	font-size: 18px;
	padding: 0px 20px;
}
.home-section4-text-section h2{
	font-weight: 600;
	color: #162d60;
}

.home-section5 {
	background-image: url(../images/home-section7-bg.webp);
	padding: 30px 0 50px;
	height: 100%;
	width: 100%;
}

.home-section5 .subheading {
	color: #021b52;
	margin: 15px 0;
}

.white-wrapper {
	background-color: #fff;
	padding: 50px 40px 40px;
	margin: 10px 0 0;
}

.white-wrapper .sub-heading img {
 width: 15%;

}
.home-section5 .bold-text {
	font-size: 28px;
}

.home-section5 .form-control {
	background-color: transparent;
	border: 1px solid #dcdcdc;
	height: 40px;
	color: #848484;
	font-size: 13px;
	border-radius: 0;
}

.home-section5 input.form-control:-webkit-input-placeholder,
.home-section5 input.form-control:-ms-input-placeholder,
.home-section5 input.form-control::placeholder {
	color: #848484;
}

.home-section5 #cfsubmit {
	padding: 6px 35px;
	font-size: 18px;
}

.home-section5 #cfsubmit:focus {
	outline: none;
}

.home-section5 .sub-heading {
	line-height: 42px;
	border: 2px dashed #ddd;
	padding: 45px;
	margin-top: 0;
	vertical-align: middle;
	display: table-cell;
	height: 232px;
}

.home-section5 .sub-heading img {
	display: block;
}

.home-section5 .sub-heading .bold-text {
	font-weight: 600;
}

.no-padding {
	padding: 0;
}

.home-section5 textarea.form-control {
	height: auto;
}

div#contactFormResponse {
	display: block;
	float: left;
	width: 100%;
	color: #2a5f08;
	font-weight: 500;
}

div#contactFormError {
	display: block;
	float: left;
	width: 100%;
	color: #ff0000;
	font-weight: 500;
}
.home-section5 .text-center{
	padding-top: 15px;
}

.home-section5 .text-center h2{
	font-weight: 600;
	line-height: 34px;
}
.home-section5 h4{
	color: #000;
	padding-bottom: 28px;
	line-height: 24px;
}

.white-wrapper p{
	font-size: 16px;
	color:#021B52;
}

/* Home page End */

/* Practice page start*/
.pageBanner {
	position: relative;
}

.pageBanner img {
	width: 100%;
}

.pageBanner-content {
	position: absolute;
	text-align: center;
	color: #ffffff;
	width: 100%;
	top: 23%;
}

.pageBanner-content p {
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
}

.pageBanner-content h2 {
	font-weight: 600;
	color: #ffffff;
}

.pageBanner-content span {
	font-weight: 600;
}

.pageBanner-content h2 span {
	color: #f39c19;
}

.pageBanner .bookfree-btn {
	box-shadow: none !important;
	margin-top: 8px;
}

.practice-section .image-section img {
	width: 100%;
}

.practice-section .text-section {
	padding-top: 100px;
}

.practice-section .text-section h3 {
	font-weight: bolder;
	color: #203667;
}

.practice-section .text-section h3 span {
	color: #f39c19;
}

.practice-section .text-section p {
	font-weight: 400;
}

.practice-page-background {
	background-image: url('../images/bg-feature.webp');
	padding: 30px 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-color: #f1f6f7;
}

.practice-page-feature-content{
    text-align: center;
    padding-bottom: 10px;
}
.practice-page-feature-content h3{
    color: #203667;
    font-weight: 600;
    padding-bottom: 10px;
}
.practice-page-feature-content p{
    font-size: 18px;
	line-height: 26px;
}
.practice-additional-sec{
	display: none;
}
.feature-page-banner .banner-header{
	margin-bottom: 25px;

}
.feature-page-banner p{
	margin-bottom: 15px;
}
/* End Practice page */

/* Contact Page */
.contactpage {
	background-color: #F1F6F7;
}

.contact-us {
	color: white;
	text-align: center;
	position: absolute;
	top: 38%;
	width: 100%;
}

.contact-us h2 {
	font-weight: bold;
}

.contact-us span {
	color: #f2980f;
}

.contact-form-section {
	background-color: #f1f6f7;
	/* padding: 0px 70px; */
	padding: 30px 0;
	position: relative;
	margin-top: 45px;
}

.contact-form-section h3 {
	text-align: center;
	font-weight: 500;
	margin: 15px 0 25px;
	color: #0e255a;
	font-size: 24px;
}

.contact-form-section span {
	font-weight: 600;
}

.contact-left {
	background-color: #22509a;
	height: 380px;
	margin-bottom: 50px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	font-weight: 500;
	padding: 18px 35px;
	color: #ffffff;


}

.contact-left h2 {
	padding-bottom: 18px;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.4;

}
.contact-left-address li{
font-size: 15px;
margin-top:2px;
}
.contact-phone-text{
	font-size: 15px;
}
.contact-left-detail-1 {
	display: inline-block;


}

.contact-left-detail-2 {
	padding-bottom: 20px;
	display: inline-block;

}

.contact-left-detail-2 p {

	color: #fff;
	line-height: 85%;
	font-weight: 600;
}
.contact-left-detail-2 .contact-phone-text{
	font-weight: 100;
	padding-top: 0px;
}
.contact-phone-text a{
	color: #fff
}
.contact-left-address{
	font-weight: 600;
}
.contact-address-text{
	padding-top: 0px;
	font-weight: 100;
	font-size: 15px;
}
.contact-left img {
	height: 40px;
	position: relative;
	bottom: 15px;
	padding-right: 10px;
}

.location {
	position: relative;
	bottom: 55px;
}

.contact-left-address {
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
}

.contact-left-address li {
	padding-top: -10px;
	
	height: 17px;
}

.contact-form {
	background-color: #fdfdfd;
	height: 380px;
	margin-bottom: 50px;
	margin-left: -28px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 35px 40px;
}

.contact-form input {
	width: 100%;
	height: 30px;
	margin: 10px 0px;
	outline: none;
	font-weight: 500;
	border: 1px solid #CECECE;
	padding-left: 15px;
	font-size: 13px;
	border-radius: 3px;
	color: #b1b1b1;
}

.contact-form ::placeholder {
	color: #b1b1b1;
	font-size: 12px;
}

.contact-form-textarea textarea {
	width: 100%;
	height: 75px;
	resize: none;
	outline: none;
	border: 1px solid #CECECE;
	padding-left: 15px;
	border-radius: 3px;
	color: #b1b1b1;
	margin-top: 12px;
	font-weight: 500;
}

.contact-send-button {
	background-color: #f3980f;
	border-radius: 3px;
	border: none;
	color: white;
	font-size: 15px;
	padding: 7px 25px;
	margin-top: 15px;
	box-shadow: 0px 4px 8px 1px lightgray;
}

.contact-send-button:hover {
	background-color: #fd8616;
}

.contact-form-section .contact-right-bg {
	background-image: url("../images/right-shape-bg.webp");
	width: 240px;
	position: absolute;
	right: 0;
	height: 613px;
	top: 18px;
	background-repeat: no-repeat;
	background-size: contain;
}

.contact-form-section .contact-left-bg {
	background-image: url("../images/left-contact-stroke.html");
	width: 445px;
	position: absolute;
	left: -20px;
	height: 519px;
	top: 198px;
	background-repeat: no-repeat;
	background-size: cover;
}

.contact-page-location-img {
	position: relative;
	bottom: 22px !important; 
}

.pageBanner-content p{
	padding: 0px 330px;
}

/* End  */

/* About us page */
.aboutPage .pageBanner-content {
	top: 38%;
}

.about-us-text h2 {
	padding-top: 52px;
}

.about-goodleven-section {
	padding-top: 40px;
}

.about-image-section img {
	width: 76%;
	position: relative;
	top: 25px;
	left: 20px;
}

.about-image-section {
	padding-top: 23px;
}

.about-goodleven-background {
	background-color: #f1f6f7;
	position: relative;
}

.white-curve {
	width: 100%;
}

.about-goodleven-section h3 {
	color: #021b52;
	padding-bottom: 30px;
}

.about-goodleven-section h3 span {
	font-weight: 600;
}
.about-goodleven-section p{
    font-size: 16px;
}

.benefits-bg {
	background-image: url("../images/dot-shape-card.png");
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	position: absolute;
	background-size: contain;
	top: 0;
}

/*benifits-section*/
.benifits-section {
	padding: 0 0 30px;
	position: relative;
}

.benifits-section h2 {
	text-align: center;
	color: #021b52;
}

.benifits-section h2 span {
	font-weight: 600;
	color: #021b52;
	line-height: 34px;
	font-size: 24px;
}

.benifits {
	height: 325px;
	width: 92%;
	border-radius: 5px;
	text-align: center;
	color: #ffffff;
	padding: 10px;
	margin-top: 25px;
	margin-bottom: 10px;
	position: relative;
}

.benefits-left-bg {
	background-image: url("../images/left-circle.svg");
	width: 110px;
	height: 500px;
	background-repeat: no-repeat;
	position: absolute;
	background-size: contain;
	top: 35px;
}

.benefits-right-bg {
	background-image: url("../images/right-stroke.svg");
	width: 72px;
	height: 240px;
	background-repeat: no-repeat;
	position: absolute;
	background-size: contain;
	bottom: 40px;
	right: 2px;
}

.benifits h5 {
	font-weight: 600;
	font-size: 18px;
	padding: 10px;
	line-height: 28px;
}

.benifits p {
	color: #ffffff;
	padding: 15px;
	font-size: 14px;
	line-height: 22px;
}

.benifits-background-1 {
	background-color: #4467b1;
}

.benifits-background-2 {
	background-color: #2e82bc;
}

.benifits-background-3 {
	background-color: #158ee9;
}

.benifits-background-4 {

	background-color: #3465cc;
}

.benifits-background-5 {
	background-color: #2046b1;
}

.benifits-background-6 {
	background-color: #222e8f;
}

.benifits-1 img {
	width: 13%;
	position: absolute;
	bottom: 18px;
	right: 54px;
}

.benifits-2 img {
	width: 9%;
	position: absolute;
	bottom: 18px;
	right: 57px;
}

.benifits-3 img {
	width: 13%;
	position: absolute;
	bottom: 18px;
	right: 54px;
}

.benifits-4 img {
	width: 13%;
	position: absolute;
	bottom: 18px;
	right: 54px;
}

.benifits-5 img {
	width: 11%;
	position: absolute;
	bottom: 18px;
	right: 54px;
}

.benifits-6 img {
	width: 9%;
	position: absolute;
	bottom: 18px;
	right: 54px;
}

.about-left-bg {
	background-image: url("../images/about-left-bg.svg");
	height: 250px;
	width: 210px;
	background-repeat: no-repeat;
	position: absolute;
	background-size: contain;
	top: 0;
	left: -38px
}

.about-right-bg {
	background-image: url("../images/right-shape-bg.webp");
	height: 285px;
	width: 137px;
	background-repeat: no-repeat;
	position: absolute;
	background-size: cover;
	top: 145px;
	right: 0;
}

.pricing-right-bg {
	background-image: url("../images/right-shape-bg.webp");
	height: 350px;
	width: 200px;
	background-repeat: no-repeat;
	position: absolute;
	background-size: cover;
	top: 145px;
	right: 0px;
}

.pricing-left-bg {
	background-image: url("../images/about-left-bg.svg");
	height: 304px;
	width: 210px;
	background-repeat: no-repeat;
	position: absolute;
	background-size: contain;
	top: 60%;
	left: -109px;
}

/* End about us */




	/* Pricing plan Start*/
.price-plan-blue-div-sec{
	
	background: linear-gradient(180deg, rgba(37,78,150,1) 0%, rgba(24,60,123,1) 100%);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
	padding-bottom: 28px;
}

.price-plan-support-doctors-box{
	color:#02e4f1 !important ;
	/* width: 70%; */
	background-color:#183C7B !important;
	cursor:text;
	font-size: 14px !important;
	border-color: #02e4f1 !important;
	padding: 6px 15px !important;
	padding-top: 8px !important;
}
.price-plan-blue-div-sec img{
	height: 30px;
    margin-bottom: 6px;
    padding-right: 10px;	
}
.pricing-monthly-spend{
	color: #f2980f !important;
}
.priceplan-enquire{
	margin-top: 15px;
	background-color:#f2980f ;
	border: none;
	color: white;
	font-size: 14px;
	border-radius: 30px;
	padding: 6px 30px;
	padding-top: 7px;
}
.priceplan-enquire a{
	color: white;
}
.price-testimonial-bg{
	background:none !important;
	background-color: #243E75!important;
}
.price-testi-address{
	font-size: 14px;
}

.pricing-plan-page {
	background-color: #f1f6f7;
}

.pricing-plans {
	color: white;
	text-align: center;
	position: absolute;
	top: 38%;
	font-weight: bold;
	width: 100%;
}

.price-plan-curve {
	position: relative;
	bottom: 0px;
	width: 100%;
}

.price-plan-curve-img {
	width: 100%;
}

.pricing-plans h2 {
	font-weight: bold;
}

.pricing-plans span {
	color: #f2980f;
}

.price-plan-triple-section {
	padding: 30px 0 0px;
	text-align: center;
	position: relative;
}

.price-plan-triple-section sup {
	font-size: 28px;
	position: relative;
	top: -25px;
}

.price-plan-triple-section h3 {
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	color: #0e255a;
}

.price-plan-triple-section span {
	font-weight: 600;
}

.price-plan-p {
	color: #242424;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 45px;
}

.price-plan-triple-section button {
	border: 1px solid #CECECE;
	background-color: #fff;
	padding: 8px 20px;
	border-radius: 4px;


	color: #575757;
	font-size: 17px;
	font-weight: 500;
}
.price-plan-rounded-img {
	position: absolute;
	z-index: 111111;
	top:-25px;
	left:40%;
	height: 80px;
}
.price-plan-standard {
	background-color: #ffffff;
	
	box-shadow: 0px 15px 21px -2px lightgray;
	border-radius: 10px;
	padding-bottom: 20px;
	color: rgb(0, 0, 0);
	position: relative;
}

.price-plan-standard h2 {
	padding-top: 40px;
	padding-bottom: 10px;
	font-weight: 500;
	color: #ffffff;
}

.price-plan-standard h1 {
	font-weight: 500;
	color: #f39d1b;
	font-size: 50px;
	line-height: 60%;
}

.price-plan-standard p {
	font-weight: 600;
	color: rgb(0, 0, 0);
}

.price-plan-book-free .price-plan-monthly-fee {
	font-weight: 500;
	line-height: 5px;
}

.price-plan-starts-at {
	color: #000000
}



.price-plan-standard hr {
	border-color: #b8c2d6;
	width: 70%;
}

.price-plan-standard-development-content {
	font-size: 16px;
	padding-bottom: 0px;
	font-weight: normal !important;
	line-height: 50%;
}

.price-plan-standard button {
	padding-top: 10px;
    padding-bottom: 6px;
	background-color: #f39d1b;
}



.price-plan-month-center {
	font-size: 13px;
	font-weight: normal;
}



.price-plan-premium-development-content li {
	font-size: 14px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-weight: normal !important;
	color: rgb(0, 0, 0);
}







.pricing-plan-feature-p{
	color:#183C7B !important;
	font-weight: lighter !important;
	font-size: 20px !important;
	text-align: left;
	padding-left: 25px;
}

.price-plan-book-button{
	border: none !important;
	color: white !important;
	padding-top: 5px;

}
.pricing-plan-viewmore {
	padding-top: 30px;
	color: #f39d1b;
	text-transform: capitalize;
	margin-bottom: 0px;
}

.price-plan-laptop-section {
	background-image: url('bg-white-pricing-bottom.html');
	background-repeat: no-repeat;
	background-size: 150px;
	padding-bottom: 80px;
	position: relative;
	top: 40px;
	
	background: rgb(2,0,36);
	background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(217,249,255,1) 100%);
}
.price-plan-premium-development-content{
	text-align: left;
}
.price-plan-premium-development-content li{
	list-style-type: none;
}
.price-plan-premium-development-content li::before{
	content: "\2022";
  color:#183C7B;  
  font-weight: bold;
  display: inline-block; 
  width: 1em;
 
  margin-left: -1em;
}
.price-plan-allfeature-text{
	text-align: left;
	font-size: 22px !important;
	padding-left: 25px;
	font-weight: normal !important;
	padding-top: 10px;
}
.price-plan-plus{	
	height:25px ;
	margin-bottom: 15px;
	margin-top: 5px;
}
.price-plan-trip-sec-content{
    height: 460px;
	padding: 25px 0px;
}
.price-plan-monthly-fee{
	color: #4a6ba4 !important;
	font-size: 14px !important;
	margin-bottom: 22px;
}
.price-plan-book-free{
	margin-bottom:20px ;
}
.laptop-img {
	height: 330px;
}

.laptop-righ-side {
	/* padding-right: 90px; */
	padding-top: 30px;
	color: #757575;
	font-size: 14px;
}

.laptop-righ-side h3 {
	color: #0d2559;
	font-weight: 600;
	padding-bottom: 10px;
	font-size: 24px;
}

.laptop-righ-side p {
	columns: #7c7c7c;
}

.price-plan-curve-img {
	width: 100%;
	position: relative;
	top: 3px;
}

.price-plan-down-arrow {
	height: 16px;
}

.price-plan-accord-accord-panel-heading{
	background-color: white !important;
	height: 45px;
	border: none !important;
	cursor: pointer;
	
}

.faq-h2{
	color:#23498e;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 20px;
	font-size: 24px !important;
}
.faq-h2 span{
	font-weight: 600;
}

.price-plan-accordion{
	margin-top: 30px;
	margin: 0px 40px;
	margin-bottom: 50px;
}
.price-plan-accord-top-head{
	color: #f3980f;
	padding-top: 10px;
	padding-bottom: 10px;
}
.price-plan-accordion .panel-default{
	border: none;
	box-shadow: 0px 3px 5px lightgrey !important;
	margin: 12px 0px !important;
	
	
}
.price-plan-accordion .panel-heading{
	background-color: #ffffff;
	border: none;
	cursor: pointer;
	border-radius: 20px !important;
}
.price-plan-collapsible-head{
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	padding-top: 3px;	

}

.price-plan-collapsible-content{
	color: #5a5a5a;
	padding-top: 8px !important;	
	font-size: 16px;
}
.price-plan-faq{
	color:#f3980e ;
}
.price-plan-trial-section{
	background-color: #ffffff;
}
.price-plan-sub-our{
	font-weight: 500;
}
  
.slider-owl-button .owl-nav button{
	height: 45px !important;
	width: 45px !important;
	border-radius:40px !important;
}


  .panel-heading div {
	display: block;
	position: relative;
	font-weight: bold;
	color: #000 !important;
  }
  .panel-heading div::after {
	  content: "";
	  border: solid gray;
	  border-width: 0 3px 3px 0;
	  display: inline-block;
	  padding: 4px;
	  position: absolute;
	  right: 10px;
	  top: 0;
	  color: rgb(202, 15, 15) !important;
	  transform: rotate(45deg);
	}
  
	.panel-heading div[aria-expanded=true]::after {
	  transform: rotate(-135deg);
	  top: 5px;
	  border-color: #2b4f92;
	}
	.pricing-client-name{
		text-align: left !important;
	}
	.price-plan-trial-section .owl-nav{
		display: none;
	}

/* End Pricing plan */





/* .scroll-up  */

.scroll-top {
	color: #ffffff !important;
}

.scroll-top:hover {
	color: #f3980e !important;
}

.vertical-text {
	transform: rotate(180deg);
	writing-mode: vertical-lr;
	text-align: center;
	position: absolute;
	bottom: 80px;
	right: 35px;
	color: #ffffff;
}

.vertical-line {
	border-left: 1px solid #ffffff;
	height: 95px;
	position: absolute;
	bottom: -20px;
	right: 45px;
	opacity: 0.4;
}

/* end scroll */


/* trial page start */
.trial-section1 {
    background: rgb(238, 246, 255);
    background: linear-gradient(180deg, rgba(238, 246, 255, 1) 0%, rgba(169, 205, 253, 1) 35%);
    padding: 22px 0;
}
.trial-section1 h1 {
    font-weight: 600;
    line-height: 46px;
}
.trial-section1 p {
    font-size: 18px;
    color: #4A4A4A;
}
.trial-section1 ul li {
    font-size: 16px;
    color: #4A4A4A;
    line-height: 30px;
}
.trial-section1 a {
    color: #233C6D;
    font-size: 16px;
}
.trial-section1 h3 {
    color: #233C6D;
    font-size: 17px;
    font-weight: 600;
}
.submit-trialform {
    background-color: #fff;
    display: inline-block;
    padding: 25px 25px;
}
.submit-trialform h4 {
    color: #192f61;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.submit-trialform h4 span {
    color: #f3980f;
}
.submit-trialform p.selectedplan {
    color: #334773;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.submit-trialform a.changeplan {
    color: #7998c2;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-left: auto;
    display: table;
}
.submit-trialform input {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-color: #c0b9b9;
    border-width: 1px;
    font-size: 12px;
    width: 100%;
    margin-bottom: 18px;
	padding-top: 3px;
    padding-left: 5px;
	outline-color: #C1BBBB;
}
.submit-trialform textarea {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    margin-top: 0;
    padding-left: 0;
    font-weight: 400;
    font-size: 12px;
    color: #000;
	padding-left: 5px;
}
.submit-trialform .contact-send-button {
    width: 100%;
}
.trial-section2 {
    position: relative;
    background-color: #f1f6f7;
    padding: 35px 0px 75px 0px;
}
.trial-bg1 {
    background-image: url("../images/left-circle.svg");
    width: 75px;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    background-size: contain;
}
.trial-bg2 {
    background-image: url("../images/right-stroke.svg");
    width: 42px;
    height: 125px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 17px;
    background-size: contain;
    right: 0px;
}
.trial-section2 .trial-inner {
    background-color: #fff;
    padding: 20px 20px;
    height: 243px;
    box-shadow: 5px 5px 5px 5px #cfeafa !important;
    -webkit-box-shadow: 0px 2px 10px 1px #cfeafa !important;
    -moz-box-shadow: 1px 1px 5px 1px #cfeafa !important;
    border-radius: 5px;
}
.trial-section2 .trial-inner svg {
    margin: auto;
    display: table;
    margin-bottom: 10px;
}
.trial-section2 .trial-inner p:nth-child(4) {
    color: #436ba6;
    margin-top: 12px;
}
.trial-section2 .trial-inner p:nth-child(2) {
    font-size: 16px;
    margin-top: 22px;
}
.home-section4.trial-section4 .owl-nav {
    top: 90%;
}
.home-section4.trial-section4 .owl-nav .owl-prev,
.home-section4.trial-section4 .owl-nav .owl-next {
    background-color: #2c4e95;
    color: #fff;
    padding: 6px 12px !important;
    font-size: 42px;
    border-radius: 20px;
}
.home-section4.trial-section4 .owl-nav .owl-prev {
    margin-left: 50px;
}
.home-section4.trial-section4 .owl-nav .owl-next {
    margin-right: 50px;
}
.home-section4.trial-section4 h2 {
    color: #021b52;
    font-weight: 600;
}
.trial-section2 h2{
	color: #021b52;
	margin-bottom: 35px;
    font-weight: 600;
	line-height:28px ;
}
.home-section4.trial-section4 .testimonial-bg {
    background: rgb(95, 131, 206);
    background: linear-gradient(176deg, rgba(95, 131, 206, 1) 0%, rgba(75, 113, 193, 1) 50%, rgba(33, 75, 164, 1) 100%);
}
.trial-section4bg {
    background-image: url('../images/testimonial-bg.svg');
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-section4.trial-section4 .testimonialList {
    position: relative;
}
.trial-section5 .trial-section-signup{
    background: rgb(38, 82, 149);
    background: linear-gradient(74deg, rgba(38, 82, 149, 1) 30%, rgba(26, 61, 123, 1) 70%); 
    padding: 25px 30px;
    border-radius: 12px;
    position: relative;
}
.trial-section-signup h1 {
    color: #fff;
    font-size: 28px;
}
.trial-section-signup h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 15px;
}
.trial-section5{
    background-color: #f1f6f7;
    padding: 60px 0;
}
.trial-section5 img.free-trial-img{
    width: 100%;
}
.trial-section5-bg1{
    background-image: url("../images/add-left-shape.png");
    width: 130px;
    height: 127px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
}
.trial-section5-bg2{
    background-image: url("../images/stroke.png");
    width: 60px;
    height: 99px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: -15px;
    left: 336px;
    opacity: 0.1;
    background-size: contain;
}
.home-section4.trial-section4 .testimonialList {
    border-radius: 4px;
    box-shadow: 10px 10px 21px 10px rgb(165 172 226 / 33%);
    -webkit-box-shadow: -1px 5px 21px 10px rgb(165 172 226 / 33%);
    -moz-box-shadow: 10px 10px 21px 10px rgb(165 172 226 / 33%);
}
.home-section4.trial-section4 .testimonial-bg img {
    margin-right: auto;
}
.submit-trialform img{  
    width: 100%;
    margin-bottom: 15px;
}
/* trial page end */

/* thankyou start */
.thankyou {
    background-color: #fff;
    padding: 40px 50px;
    width: 40%;
    margin: auto;
	margin-top: 50px;
    border-radius: 6px;
    box-shadow: 1px 14px 18px 10px #a3c5f4;
}
.thankyou h1 span:first-child{
    color: #021b52;
}
.thankyou h1 span:nth-child(2){
    color: #f3980f;
}
.thankyou p{    
    color: #021b52;
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
}
.thankyoupage .trial-section1{
    background-image: url("../images/line.svg");
    width: 100%;
    height: 100%;
}
.thankyoupage{
    background: rgb(238, 246, 255);
    background: linear-gradient(180deg, rgba(238, 246, 255, 1) 0%, rgba(169, 205, 253, 1) 35%);
    padding: 123px 0;
    position: relative;
    height: 500px;
}
.thanku-bg{
    background-image: url("../images/line.svg");
    width: 100%;
    height: 265px;
    position: absolute;
    top: 102px;
    background-repeat: no-repeat;
    background-size: contain;
}
.thankyou h1{
    font-weight: 600;
    margin-bottom: 16px;
}
.home-section4.trial-section4 .testimonial-bg p{
    text-align: left;
}

.testimonial-bold{
	font-weight: 500;

}
/* thankyou end */

/* Privacy Policy */



.privacy {
	color:#2c4e95 !important;
	text-align: center;
	
	}
.privacy-sub-heading{
	color:#2c4e95 !important;
	
	}
	
.bullet {
	counter-reset: bullet ;
		
  }
.bullet li {
		line-height: 24px;
		list-style-type: none;
	  }
	  .bullet li::before {
		counter-increment: bullet;
		content: "1." counter( bullet) " ";
		color:#2c4e95 !important;
	  }
	  
	   
	
	
	  .policy {
		counter-reset: policy ;
	  }
	  .policy li {
		line-height: 29px;
		list-style-type: none;
	  }
	  .policy li::before {
		counter-increment: policy;
		content: "2." counter( policy) " ";
		color:#2c4e95 !important;
	  }
	  
	
	  .bullet1 {
		counter-reset: bullet1 ;
	  }
	  .bullet1 li {
		line-height: 29px;
		list-style-type: none;
	  }
	  .bullet1 li::before {
		counter-increment: bullet1;
		content: "3." counter( bullet1) " ";
		color:#2c4e95 !important;
	  }
	  
	
	  .bullet2 {
		counter-reset: bullet2 ;
	  }
	  .bullet2 li {
		line-height: 29px;
		list-style-type: none;
	  }
	  .bullet2 li::before {
		counter-increment: bullet2;
		content: "4." counter( bullet2) " ";
		color:#2c4e95 !important;
	  }
	
	  .bullet3 {
		counter-reset: bullet3 ;
	  }
	  .bullet3 li {
		line-height: 29px;
		list-style-type:none;
	  }
	  .bullet3 li::before {
		counter-increment: bullet3;
		content: "5." counter( bullet3) " ";
		color:#2c4e95 !important;
	  
	  }
		   ul.list-insidebullet li {
			list-style-type:circle;
			
		  }
		   ul.list-insidebullet li::before {
			 /* counter-increment: list-insidebullet ;
			 content: " " counter(list-insidebullet ) " ";*/
			 counter-increment: bullet3; 
		content: none;
		color:#2c4e95 !important;
		  } 
	  
		  .bullet6 {
			counter-reset: bullet6 ;
		  }
		  .bullet6 li {
			line-height: 29px;
			list-style-type:none;
		  }
		  .bullet6 li::before {
			counter-increment: bullet6;
			content: "8." counter( bullet6) " ";
			color:#2c4e95 !important;
		  }
		 
		  .bullet7 {
			counter-reset: bullet7 ;
		  }
		  .bullet7 li {
			line-height: 29px;
			list-style-type:none;
		  }
		  .bullet7 li::before {
			counter-increment: bullet7;
			content: "9." counter( bullet7) " ";
			color:#2c4e95 !important;
		  }
		  .bullet8 {
			counter-reset: bullet8 ;
		  }
		  .bullet8 li {
			line-height: 29px;
			list-style-type:none;
		  }
		  .bullet8 li::before {
			counter-increment: bullet8;
			content: "10." counter( bullet8) " ";
			color:#2c4e95 !important;
		  }
		  .bullet9 {
			counter-reset: bullet9 ;
		  }
		  .bullet9 li {
			line-height: 29px;
			list-style-type:none;
		  }
		  .bullet9 li::before {
			counter-increment: bullet9;
			content: "11." counter( bullet9) " ";
			color:#2c4e95 !important;
		  }
		  .bullet10 {
			counter-reset: bullet6 ;
		  }
		  .bullet10 li {
			line-height: 29px;
			list-style-type:none;
		  }
		  .bullet10 li::before {
			counter-increment: bullet10;
			content: "12." counter( bullet10) " ";
			color:#2c4e95 !important;
		  }
		  .medium{
			font-size: 14px;
			color: #424242;
			line-height: 24px;
		  }
		 
		 
		 
		 
		  /*Terms&conditions*/
	
		  .Terms {
			color:#2c4e95 !important;
			text-align: center;
		
			
			}
			.privacy-sub-heading{
			color:#2c4e95 !important;
		
			
			}
			.listno-bold{
				color:#2c4e95 !important;
				line-height: 24px;
			}
	
			ul.listno{
				list-style-type: none;
				line-height: 24px;
	
	
			}	
			.id1 {
				counter-reset: id1 ;
			  }
			  .id1 li {
				line-height: 29px;
				list-style-type:none;
			  }
			  .id1 li::before {
				counter-increment: id1;
				content: "3." counter( id1) " ";
				color:#2c4e95 !important;
			  }
	
			  .id2 {
				counter-reset: id2 ;
			  }
			  .id2 li {
				line-height: 29px;
				list-style-type:none;
			  }
			  .id2 li::before {
				counter-increment: id2;
				content: "4." counter( id2) " ";
				color:#2c4e95 !important;
			  }
			  
			  ul.listno{
				list-style-type: none;
				line-height: 24px;
	
	
			}	
			.id4 {
				counter-reset: id4 ;
			  }
			  .id4 li {
				line-height: 29px;
				list-style-type:none;
			  }
			  .id4 li::before {
				counter-increment: id4;
				content: "6." counter( id4) " ";
				color:#2c4e95 !important;
			  }
			  .id6 {
				counter-reset: id6 ;
			  }
			  .id6 li {
				line-height: 29px;
				list-style-type:none;
			  }
			  .id6 li::before {
				counter-increment: id6;
				content: "8." counter( id6) " ";
				color:#2c4e95 !important;
			  }
	
			  .id8 {
				counter-reset: id8 ;
			  }
			  .id8 li {
				line-height: 29px;
				list-style-type:none;
			  }
			  .id8 li::before {
				counter-increment: id8;
				content: "13." counter( id8) " ";
				color:#2c4e95 !important;
			  }
			  .id9 {
				counter-reset: id9 ;
			  }
			  .id9 li {
				line-height: 29px;
				list-style-type:none;
			  }
			  .id9 li::before {
				counter-increment: id9;
				content: "14." counter( id9) " ";
				color:#2c4e95 !important;
			  }
			  .id11 {
				counter-reset: id11 ;
			  }
			  .id11 li {
				line-height: 29px;
				list-style-type:none;
			  }
			  .id11 li::before {
				counter-increment: id11;
				content: "16." counter( id11) " ";
				color:#2c4e95 !important;
			  }

			.terms-conditions-page, .additional-terms-page, .privacy-policy-page{
				padding-bottom: 20px;
			}

			/* Additional Terms Of Use For HCPs*/
			 .sub-heading text-center  {
				color:#2c4e95 !important;
				text-align: center;
			
				
				}
				.privacy-sub-heading{
				color:#2c4e95 !important;
			
				}
	
/* change */
.submit-trialform.reg{
	margin-top: 22px;
}
/* ------ */								

.about-good-leven-left-logo{
	
	position: relative;
    left: 44%;
    width: 28%;
    margin-bottom: 10px;
}
.about-20-year-h3{
	text-align: center;
	color: #152c5f;
	font-weight: 600;
	line-height: 36px;
}
.about-20-years p{
	margin: 10px 0px;
	text-align: center;
	font-size: 18px;
	margin-top: 15px;
}
.about-logo-box-sec{
	margin-top: 10px;
}
.about-logo-box-sec img{
	width: 100%;
}
.about-goodleven-colored-p{
	text-align: center;
	margin: 30px 0px;
	font-size: 18px;
	color: #273d6c;
	margin-bottom: 45px;
}
.about-goodleven-colored-p span a{
	color:#f3980f ;
	font-weight: 500;
}
.about-goodleven-first-sec{	
	margin-bottom: 70px;
}









/* Home Page Slider Start */

.new-testi{
	background-color: rgb(255, 255, 255) !important;
	color: black !important;
	text-align: center;
	padding: 10px 10px;
}
.new-testi p{
	color: #000;
}
.new-testi img{
	margin: 20px 41% !important;
	margin-top: 0px !important;
}
.new-testi .home-featurecnt::after {
	bottom:-30px;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	right: 0;
	position: absolute;
	
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 60px;
	margin: 0 auto;
}
.new-testi .home-featurecnt{
	padding: 10px 20px;
	height: 210px !important;
}
.home-color-line1::after{
	background: #305197!important;
	
}
.home-color-line2::after{
	background: #9778e3!important;
	
}
.home-color-line3::after{
	background: #26a118!important;
	
}
.home-color-line4::after{
	background: #f3980f!important;
	
}
.home-color-line5::after{
	background: #5091d2!important;
	
}
.home-color-line6::after{
	background: #aea80a!important;
	
}
.home-color-line7::after{
	background: #0e80f2!important;
	
}
.home-color-line8::after{
	background: #4cbcd9!important;
	
}
.home-color-line9::after{
	background: #fc6b46!important;
	
}
.home-new-slide{
	display: none;
}

/* Home Page Slider End */


/* About-Us Slider Start */
.benifits-slider {
	height: 325px;
	width: 100%;
	border-radius: 5px;
	text-align: center;
	color: #ffffff;
	padding: 10px;
	margin-top: 25px;
	margin-bottom: 0px;
	position: relative;
	padding: 10px 25px;
	padding-top: 30px !important;
}

.benifits-slider-background-1 {
	background-color: #4467b1;
}

.benifits-slider-background-2 {
	background-color: #2e82bc;
}

.benifits-slider-background-3 {
	background-color: #158ee9;
}

.benifits-slider-background-4 {

	background-color: #3465cc;
}

.benifits-slider-background-5 {
	background-color: #2046b1;
}

.benifits-slider-background-6 {
	background-color: #222e8f;
}

.benifits-slider-1 img {
	width: 13% !important;
	position: absolute;
	bottom: 18px;
	right: 30px;
	margin-bottom: 0px !important;
}

.benifits-slider-2 img {
	width: 9% !important;
	position: absolute;
	bottom: 18px;
	right: 30px;
	margin-bottom: 0px !important;
}

.benifits-slider-3 img {
	width: 13% !important;
	position: absolute;
	bottom: 18px;
	right: 30px;
	margin-bottom: 0px !important;

}

.benifits-slider-4 img {
	width: 13% !important;
	position: absolute;
	bottom: 18px;
	right: 30px;
	margin-bottom: 0px !important;
}

.benifits-slider-5 img {
	width: 11% !important;
	position: absolute;
	bottom: 18px;
	right: 30px;
	margin-bottom: 0px !important;
}

.benifits-slider-6 img {
	width: 9% !important;
	position: absolute;
	bottom: 20px;
	right: 30px;
	margin-bottom: 0px !important;
}

.about-testi{
	padding: 0px 0px !important;
	margin-bottom: 40px;
	height: 305px !important;
}
.about-slider-item{
	margin: 0px 0px !important;
}
.benifits-slider p{
	padding-top:20px ;
	line-height: 24px;
}
.about-new-slide{
	display: none;
}


/* About-Us Slider End */

/* book free popup start */
.book-free-popup{
	
	margin-top: 50px;

}
.book-free-popup-btn{
	width: 60% !important;
	margin-left: 7%;
	color: #fff !important;
	
}
.book-free-popup-btn img{
	position: relative;
	bottom: 3px;
	margin-right: 12px !important;
}
.book-free-popup-btn-call{
	width: 60% !important;
	margin-left: 7%;
	color: #fff !important;
	background-color: #23478d !important;
	margin-top: 22px;
	border: none ;
}
.book-free-popup-btn-call img{
	width:10% !important ;
	position:relative;
	bottom: 0px !important;
}
/* book free popup end */

.footer-sales-support{
	padding-left: 35px;
}
.footer-write-to-us-info-p{
	padding-top: 20px;
	margin-bottom: 30px;
}
.footer-tech-mobile{
	display: none;
}
.footer-write-mobile{
	display: none;
}