@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body, html {
	font-size: 16px;
	color: #2f3478;
	line-height: 28px;
	font-family: 'Nunito Sans';
	font-weight: 400;
	background: #f9fafc;
}
img{
    max-width: 100%;
}
a {
	color: #ffb550;
    transition: all ease-in-out 0.3s;
}
a:hover {
	color: #2e86c7;
	text-decoration: none;
}
a:focus {
	color: #673399;
}
a, button, input, select, div, h1, h2, h3, h4, h5, h6 {
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #1b2336
}
p {
	margin-bottom: 20px;
}
 

/*Header css start here*/
header .container {
	max-width: 95%;
}
header{z-index: 9;position: relative;}
.logo img {
    width: 200px;
    margin-top: 12px;
}
.user-left {
	display: flex;
}
.main-nav{padding: 20px 0;}
.main-nav .navbar-nav .nav-link{color: #000; font-size: 16px; font-weight: 400;margin: 0 15px;padding: 10px 0; position: relative;}
.user-right .thm-btn {
    background: #2490eb;
    vertical-align: middle;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 28px;
    margin-top: 2px;
    transition: all .4s ease;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.user-right .thm-btn:hover {
	background: rgb(47, 52, 120);
	color: #fff;
}
.user-right .thm-btn:after {
	display: none;
}
.user-right li .bi-telephone /*.user-right li .bi-search*/ {
    width: 42px;
    height: 42px;
    float: left;
    margin-right: 8px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #2279fc;
    border-radius: 50px;
    color: #2279fc;
    background: rgb(55 136 199 / 28%);
    font-weight: normal;
    font-size: 20px;
    padding: 8px;
}
.user-right li .bi-search {
	margin-right: 0px;
}
.user-right li a span {
	font-weight: 600;
}
ul li .search-form {
    position: relative;
    margin-left: 20px;
    margin-bottom: 5px;
}
ul li .search-form .form-control {
    height: 42px;
    background-color: #ffffff;
    border-color: #e5e5e5;
    border-radius: 50px;
    padding-right: 50px;
}
ul li .search-form .src-btn {
    position: absolute;
    top: 11px;
    right: 15px;
    background-color: transparent;
    font-size: 20px;
    line-height: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: #2279fc;
	border: 0;
}
ul li .search-form .form-control:focus, .form-control:focus {
    border-color: #2279fc;
    box-shadow: none;
}

.main-nav .navbar-nav .nav-link:hover{color: #ffb550;}
.main-nav .navbar-nav .nav-link:hover:after,
.main-nav .navbar-nav .nav-link.active:after{width: 100%;}
.user-right ul li:nth-child(2) a {
    line-height: 44px;
}
.user-right a {
    color: #000;
    font-size: 16px;
    margin: 0 0 0 28px;
}
.user-right a:first-child {float:left;}
.user-right a:hover{color: #ffb550;}
.user-right a.cart{
	color: #2f3478;
    font-size: 16px;
    margin: 0 0 0 10px;
    position: relative;
    background: #ffb550;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
}
.user-right a.cart i {margin: auto;color: #fff;}
.user-right a.cart span {
	background: #2f3478;
    color: #fff;
    width: 24px;
    line-height: 22px;
    height: 24px;
    text-align: center;
    position: absolute;
    top: -12px;
    right: -8px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
}
.user-right a .bi::before{font-weight: bold!important;}
/*.navbar-nav li:first-child {
	display: none;
}*/
.user-right ul {
    list-style: none;
    display: table;
    padding-left: 0;
	margin-bottom: 0px;
    margin-left: 0;
}
.user-right ul li {
	float: left;
	padding-top: 8px;	
}
.user-right ul li:last-child {
	padding-top: 0px;
}
/*.dropdown-menu {
    left: auto !important;
    right:0px !important;
}*/
.dropdown .notification {
    width: 300px;
    height: 100%;
    min-height: 272px;
    overflow: auto;
}
.dropdown .notification ul {
    list-style: decimal;
    padding-left: 20px;
    padding-right: 20px;
}
.dropdown .notification ul li {
    font-size: 12px;
    line-height: 20px;
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 10px;
}
.dropdown .notification ul li:last-child {
    border-bottom: 0px;
    padding-top: 10px;
}


.dropdown .notification::-webkit-scrollbar {
    width: 10px;
}
 
.dropdown .notification::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.dropdown .notification::-webkit-scrollbar-thumb {
  background-color: #ffb550;
  outline: 1px solid #ffb550;
}






/*Sticky Header*/
.sticky {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    z-index: 99999;
    animation: smoothScroll 1s forwards;
    transition: all ease-in-out 0.3s;
    box-shadow: 0px 5px 50px rgb(50 112 252 / 8%);
}
#myHeader.sticky .header-bot {
	transition: all ease-in-out 0.3s;
	
}
#myHeader.sticky .logo img {
    top: -34px;
    width: 168px;
}
#myHeader.sticky .main-nav {
    padding: 14px 0;
}
#myHeader.sticky .header-bot {
	transition: all ease-in-out 0.3s;
}
#myHeader.sticky .main-nav .navbar-nav .nav-link:after {
    content: "";
    bottom: 8px;
    transition: all ease-in-out 0.3s;
}

.dropdown .dropdown-toggle:after{
	display: none;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #2f3478;
}
.user-right .dropdown .dropdown-menu a {
	margin: 0px;
	font-size: 14px;
}


/*Search*/

.openBtn {
    background: transparent;
    border: 0px;
    padding: 0;
    margin: 0;
    cursor: pointer;
	color: #2f3478;
	float: left;
}
button:focus {
    outline: 0px auto -webkit-focus-ring-color;
}
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: rgb(255, 181, 80);
    font-size: 17px;
    border: none;
    cursor: pointer;
    padding: 21px 15px 20px;
}

.overlay button:hover {
  background: rgb(255, 181, 80);
  color: #fff;
}

.overlay .overlay-content form {
	display: table;
    margin: auto;
    width: 55%;
}



/*.user-right {
	margin-top: 9px;
}
.search-form {
	float: left;
}
.search-form form {
    position: relative;
    left: 50%;
    transform: translate(-50%,-18%);
    transition: all 1s;
    width: 28px;
    height: 28px;
    background: #ffffff;
    float: left;
    box-sizing: border-box;
    border-radius: 25px;
    border: 1px solid #ffb550;
    padding: 5px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
}

.search-form input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 26px;
    line-height: 30px;
    outline: 0;
    border: 0;
    display: none;
    font-size: 1em;
    border-radius: 20px;
    padding: 0 10px;
}

.search-form .fa{
    box-sizing: border-box;
    padding: 10px;
    width: 42.5px;
    height: 42.5px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    color: #07051a;
    text-align: center;
    font-size: 1.2em;
    transition: all 1s;
}

.search-form form:hover,
.search-form form:valid{
    width: 200px;
    cursor: pointer;
}

.search-form form:hover input,
.search-form form:valid input{
    display: block;
}

.search-form form:hover .fa,
.search-form form:valid .fa{
    background: #07051a;
    color: white;
}


.search-form a {
  display: none;
  position: absolute;
  top: 70px;
  bottom:0;
  left: 0;
  right: 0;
  font-size: 20px;
  color: white;
  text-align: center; 
  width: 100%;
}

.search-form form:valid a {
  display: block;
}*/


/*Search*/

  


/*------------------------------------------------------BTN*/
.default-btn {
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 12px 40px;
    background-color:#2490eb;
	cursor: pointer;
    border-radius: 3px;
    border: 1px solid #2490eb;
}
.default-btn:hover {
	background-color:#fff;
	border-color: #2490eb;
}
.default-btn .bi-arrow-right {
    font-size: 20px;
    position: relative;
    top: 2px;
}
.default-btn span {
    margin-right: 5px;
}
.default-btn-bdr {
    font-size: 16px;
    color: #000;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 12px 25px;
    background-color: transparent;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #2490eb;
}
.default-btn-bdr:hover {
    color: #ffffff;
	background-color:#2490eb;
}

/*------------------------------------------------------Title Sub Title*/ 
.section-title {
    margin-bottom: 44px;
    text-align: center;
}
.section-title .top-title {
    font-size: 14px;
    color: #008afe;
    display: block;
    margin-bottom: 15px;
	font-family: 'Raleway', sans-serif;
    font-weight: 500;
}
.section-title h2 {
    font-size: 36px;
    margin-bottom: 15px;
	color: #1b2336;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}


/*banner css start here*/
.banner-area.bg-1 {
    background-image: url(../images/banner-bg.png);
}
.banner-area {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 800px;
    padding-top: 160px;
	    margin-top: -88px;
}
.banner-content h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 80px;
    margin-bottom: 20px;
}
.banner-content h1 span {
	display: table;
    color: #3788c7;
}
.banner-btn {
	height: 95px;
}
.banner-content .banner-btn .video-btn {
    width: 80px;
    height: 80px;
    line-height: 56px;
    position: absolute;
}
.video-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 0;
    color: #3788c7;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.video-btn:after, .video-btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 0;
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    background-color: #3788c7;
    border: solid 15px #d1dbe5;
}
.banner-content .banner-btn .video-btn i {
    font-size: 30px;
}
.video-btn i {
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}
.video-btn span {
    position: absolute;
    top:12px;
    right: -105px;
    width: 100px;
    font-size: 15px;
}
.banner-btn .video-btn {
    width: 80px;
    height: 80px;
    line-height: 56px;
    position: absolute;
}


/*Form*/
.country-code {
    height:44px;
    padding: 9px;
    border-style: solid none solid solid;
    border-width: 1px;
    border-color: #d0d8de;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #fff;
    font-size: 1.11em;
    line-height: 1.5;
}
.paragraph-s {
    margin-bottom: 0px;
    color: #00294d;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
.banner-content form {
 display: -webkit-box;
}
.banner-content form .form-control {
	height: 44px;
	width: 300px;
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.banner-content .default-btn {
	padding: 7px 30px;
    margin-left: 10px;
}



/*Social*/
.banner-content .social {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    margin-top: 75px;
}
.banner-content .social li {
    display: inline-block;
    margin-right: 10px;
}
.banner-content .social li span {
    position: relative;
    top: 0px;
    color: #000;
    padding-right: 43px;
}
.banner-content .social li span::before {
    content: "";
    position: absolute;
    top: 11px;
    right: 0;
    width: 30px;
    height: 1px;
    background-color: #415674;
}
.banner-content .social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
	transition: all ease 0.5s;
    border-radius: 50px;
    padding: 6px;
    border: solid 1px #ccc;
}
.banner-content .social li a i {
    color: #afb5c4;
}
.banner-content .social li a:hover i {
    color: #3788c7;
}
.banner-area.bg-1 .col-md-7{
    position: initial;
}
.banner-img {
    text-align: center;
    position: absolute;
    right: 0;
    top: 78px;
    width: 55%;
}


/*Partners Section css start here*/
.partners .owl-stage img {
    width: auto;
}
.partner-bg {
    padding: 50px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 50px rgb(50 112 252 / 8%);
    box-shadow: 0px 5px 50px rgb(50 112 252 / 8%);
}
.partners .owl-dots {
	position: absolute;
    left: auto;
    right: auto;
    margin: auto;
    display: none;
    width: 100%;
    bottom: -38px;
}
.partners .partner-bg:hover .owl-dots {
    display: block;
}


/*Medical Records css start here*/
.medical-records {
	padding: 110px 0;
}
.medical-records .section-title {
	text-align: center;
}
.single-record {
    background-color: #ffffff;
    padding: 52px 50px 35px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 5px 50px rgb(50 112 252 / 8%);
    box-shadow: 0px 5px 50px rgb(50 112 252 / 8%);
    border-radius: 5px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.single-record h3 {
	font-size: 24px;
	margin-bottom: 15px;
}
.single-record img {
    margin-bottom: 20px;
}
.single-record:before {
    content: "";
    position: absolute;
    top: -51%;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #2279fc;
    border-radius: 5px 5px 0 0;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-record:after {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #2279fc;
    border-radius: 0 0 5px 5px;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-record:hover::before {
    top: 0;
}
.single-record:hover::after {
    bottom: 0;
}
.single-record:hover h3, .single-record:hover p {
    color: #ffffff;
}

/*Clinic Management css start here*/
.clinic-management .nav-pills .nav-item {
    width: 19.60%;
    margin-right: 0.50%;
}
.clinic-management .nav-pills .nav-item:last-child {
    margin-right:0;
}
.clinic-management .nav-item a img {
    width: 36px;
    margin-right: 5px;
}
.clinic-management .nav-item a {
    background-color: #fff;
    border: solid 1px #e3e9ed;
    padding: 5px 10px 5px;
    color: #415674;
    padding-right: 4px;
}
.clinic-management .nav-item:hover a {
    border-color: #2490eb;
}
.clinic-management .nav-link.active {
    color: #3788c7;
    background-color: #eef5fb;
    border-color: #2490eb;
}
.tab-pane {
    padding: 50px 0 30px;
}
.t-content {
    margin-top: 100px;
    margin-bottom: 95px;
}

/*Counter-Area Section css start here*/
.counter-area {
    background-color: #2490eb;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 80px 0;
    margin: 110px 0;
}
.counter-area .shape {
    position: absolute;
    top: 0;
    z-index: -1;
}
.counter-area .shape.counter-shape-1 {
    left: 0;
    mix-blend-mode: screen;
}
.counter-area .shape.counter-shape-2 {
    right: 0;
    opacity: 0.5;
}
.counter-item {
	float: left;
    width: 20%;
	text-align: center;
}
.counter-item h1 {
    font-family: 'Nunito Sans';
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    position: relative;
}
.counter-item h1:after {
    content: "";
    position: absolute;
    right: -30px;
    width: 65px;
    height: 1px;
    bottom: 0;
    background: #ffffff85;
}
.counter-item p {
    color: #fff;
    margin-bottom: 0;
}
.counter-item:last-child h1:after {
	display: none;
}

/*Your data Section css start here*/
.data-area .section-title {
    text-align: left;
}
.data-area .default-btn-bdr {
	float: right;
    margin-top: 70px;
}
.data-area .default-btn-bdr span {
    margin-right: 5px;
}
.single-services {
    background-color: #ffffff;
    padding: 30px 30px 45px 30px;
    position: relative;
    display: table;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 5px 50px rgb(50 112 252 / 8%);
    box-shadow: 0px 5px 50px rgb(50 112 252 / 8%);
}
.data-area .single-services .default-btn-bdr {
    float: none;
    margin-top: 0;
}
.data-area .single-services img {
    width: 90px;
    margin-bottom: 20px;
}
.data-area .single-services h4 {
	font-size: 20px;
	margin-bottom: 12px;
}
.data-area .single-services p {
    line-height: 26px;
    min-height: 140px;
}


/*How it Work css start here*/
.howit-work {
    background-color: #ffffff;
    padding: 110px 0 115px;
    margin: 95px 0 0px;
}
.howit-work .col-md-4 {
	text-align: center;
}
.howit-work .col-md-4 p {
    padding: 15px 52px 45px;
}
.howit-work .col-md-4 h4 {
    margin: 20px 0 0;
}
.howit-work .col-md-4 img {
    margin: 20px 0 0;
}
.howit-work .col-md-4:nth-child(3):before {
    content: "";
    position: absolute;
    left: -100px;
    top: 107px;
    width: 158px;
    height: 100px;
    background: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    background-size: 90%;
}
.howit-work .col-md-4:nth-child(3):after {
    content: "";
    position: absolute;
    right: -100px;
    top: 107px;
    width: 158px;
    height: 100px;
    background: url(../images/right-arrow.png);
    background-repeat: no-repeat;
	background-size: 90%;
}



/*Client Testimonial css start here*/
.testimonial {
    background: #fff;
    padding: 70px 0 120px 0;
}
.client-section:hover{
 background-position: 200px bottom;
}



.client-section .owl-carousel {
    margin: 0;
}

.client-section .item {
    padding: 30px 20px;
    padding-left: 0;
    padding-top: 0;
}
.client_head{top: 120px; color: #fafafa;}

.client_box {
    padding:0 0 38px;
    text-align:left;
    position: relative;
    margin-bottom: 60px;
}

.client_text p {
    font-size: 18px;
    color: #959595;
    font-weight: 100;
    line-height: 30px;
}
.client_text h3 {
    margin: 16px 0;
    margin-top: 12px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    color: #ff9933;
    font-size: 16px;
    font-weight: 100;
    float: left;
}

.client_text h3 span.client_loca {
    color: #000000;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    margin: 5px 0 0;
}

.client_img {
    width: 100%;
    height: auto;
}
.testimonial .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    float: left;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-right: 10px;
}
.client_text h3 ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}
.client_text h3 ul li {
    float: left;
    margin-right: 8px;
}
.client_text h3 ul li i {
    font-size: 10px;
}
.testimonial .owl-dots {
	display: none;
}
.testimonial .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    bottom: 68px;
    right: 135px;
}
.testimonial button span {
    font-size: 40px;
}
.testimonial button {
    width: 20px;
    height: 20px;
    line-height: 20px !important;
}
.testimonial .owl-theme .owl-nav [class*=owl-]:hover {
    background: #2490eb;
    color: #FFF;
    text-decoration: none;
    line-height: 20px;
}
.testimonial .section-title {
	text-align: left;
	margin-bottom: 0;
	    margin-top: 55px;
}
.testimonial .section-title h2 {
    font-size: 28px;
}
/*client testimonial css end here*/


/*Our Users css end here*/
.our-users {
	background: #f9fafc;
}
.our-users .video-popup {
    width: 50%;
    float: left;
    margin-right: 15px;
}
.testimonial.our-users .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    float: left;
    border-radius: 5px;
    width: 100%;
    height: auto;
    margin-right: 10px;
}
.our-users .client_text h3 {
    float: right;
    width: 47%;
    padding-top: 0;
    margin-top: 0;
}
.our-users .client_text h3 ul li i {
    font-size: 18px;
}
.our-users .client_text h3 span {
    clear: both;
    display: table;
    color: #3788c7;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0 10px;
}
.our-users .client_text p {
    font-size: 14px;
    color: #000000;
    font-weight: 100;
    line-height: 26px;
    margin-bottom: 15px;
}
.our-users .client_text h3 span.paragraph-m {
    clear: both;
    display: table;
    color: #3788c7;
    font-size: 14px;
    font-weight: 100;
    padding:0;
}
.our-users .owl-nav {
	display: none;
}
.our-users .client-section .item {
    padding-right: 0;
}

.what-we-provide-content ul {
    padding-left: 0;
    margin-bottom: 45px;
    list-style-type: none;
}
.what-we-provide-content ul li {
    position: relative;
    font-size: 18px;
    background-color: #ffffff;
    padding: 30px 20px;
    padding-left: 113px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 5px 50px rgb(50 112 252 / 8%);
    box-shadow: 0px 5px 50px rgb(50 112 252 / 8%);
}
.what-we-provide-content ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color:#3788c7;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.what-we-provide-content ul li span {
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 35px;
    font-weight: 700;
    color: #1b2336;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.what-we-provide-content ul li:hover::before {
    background-color:#2490eb;
    width: 112px;
}
.testimonial.our-users .owl-dots {
	display: block;
}

/*Appointment Section css end here*/		

.appointment-area {
    background: #fff;
    padding: 110px 0 110px;
}
.appointment-area .section-title {
	text-align: left;
	    margin-bottom: 20px;
}
.appointment-form .form-group {
    position: relative;
    margin-bottom: 30px;
}
.appointment-form .form-group label {
    color: #1b2336;
    margin-bottom: 8px;
}
.appointment-form .form-group .form-control {
    background-color: #f8fafb;
    border: 1px solid #afb5c4;
    border-radius: 5px;
	height: 55px;
}
.appointment-form .form-group i {
    position: absolute;
    top: 52px;
    right: 23px;
    font-size: 20px;
    color: #1b2336;
}
.appointment-form .submit-btn ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    margin-left: 20px;
}
.appointment-form .submit-btn ul li {
    display: inline-block;
    margin-right: 20px;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
.form-check-input[type=radio] {
    border-radius: 50%;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.appointment-form .default-btn:hover {
    color: #3788c7;
}


/*Subscription Plans Section css end here*/
.plans {
	margin: 110px 0 60px;
}
.plans .nav-pills {
    justify-content: center;
}
.clinic-management.plans .nav-item a {
    text-align: center;
    font-size: 20px;
    padding: 12px 0;
}
.clinic-management.plans .nav-link.active {
    color: #ffffff;
    background-color: #3788c7;
    border-color: #3788c7;
}
.plans .card {
    text-align: center;
    background-color: #ffffff;
    border-radius: 10px;
	padding:0 30px 20px;
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-box-shadow: 0px 5px 50px rgb(50 112 252 / 8%);
    box-shadow: 0px 5px 50px rgb(50 112 252 / 8%);
    margin-bottom: 30px;
}
.plans .col-md-12 ul {
	list-style: none;
}
.plans .col-md-12 ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
}
.plans .col-md-12 ul li:last-child {
    margin-right:0px;
}
.plan-item {
	padding-left: 0px;
}
.plans .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #2590eb;
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}
.plans .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: transparent;
    border-top: 0;
}
.plans .card-body p {
	margin-bottom: 10px;
}
.plans .card-body p:first-child {
    font-size: 22px;
    font-weight: 700;
    margin-top: 35px;
}
.plans .card-footer .default-btn {
    width: 100%;
    padding: 10px 0;
    display: table;
}



/*Footer Section css start here*/
.footer-area {
    padding: 80px 0;
	background: #fff;
}
.single-footer-widget a img {
    width: 212px;
    margin-bottom: 20px;
}
.single-footer-widget .social-link {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.single-footer-widget .social-link li {
    display: inline-block;
    margin-right: 10px;
}
.single-footer-widget .social-link li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding-top: 9px;
    text-align: center;
    display: inline-block;
    background-color: #afb5c4;
    color: #ffffff;
    border-radius: 50px;
}
.single-footer-widget h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.single-footer-widget .contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.single-footer-widget .contact-info li {
   position: relative;
    padding-left: 0px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    color: #3788c7;
}
.single-footer-widget .contact-info li span {
    color: #2279fc;
    font-weight: 700;
    padding-right: 25px;
}
.single-footer-widget .social-link {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.single-footer-widget .help-link {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.single-footer-widget .help-link li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}
.single-footer-widget .help-link li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #2279fc;
}
.footer-area a {
	color: #3788c7;
}
.footer-area a:hover {
	color: #ffb550;
}
.footer-area .app-btn {
	display: flex;
}
.footer-area .app-btn a {
    color: #fff;
    margin-right: 5px;
}
.footer-area .app-btn img{margin: 0;}
.footer-area .app-btn a span {
	margin-right: 0;
}
.footer-area .app-btn a span.default-btn{
    background: none;
    border: none;
    color: #2490eb;
    padding: 0;
    text-align: center;
    width: 100%;
    display: inline-block;
} 
.footer-area .app-btn a:hover {
    color: #3788c7;
}
.footer-area .app-btn .default-btn-bdr {
	color: #3788c7;
}
.footer-area .app-btn .default-btn-bdr:hover {
	color: #fff;
}
.copy-right-area p {
	text-align: center;
	margin-top: 20px;
}

/*
.footer-top {
	padding: 50px 0 0;
	position: relative;
	z-index: 10;	
}
.footer-widget-outer {
	padding: 0;;
}
.footer p, .footer a {
	color: #fff;
	line-height: 24px;
    font-size: 14px;
}

.menu-about-container p{
    color: #fff;
	line-height: 24px;
    font-size: 14px;
}

.footer a:hover, .footer a:focus {
	color: #ffb550 ;
	outline: medium none;
	text-decoration: none;
}
.footer-widget-title {
	color: #ffb550;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 30px 0;
}
.footer-widget-title img {
    width: 200px;
}
.footer-column {
	margin-bottom: 30px;
}
.footer-logo  {
	margin-bottom: 20px;
}
.footer-logo img {
	max-width: 240px;
	border-radius: 10px;
}
.footer-widget + .footer-widget {
	margin-top: 30px;
}
.footer-column ul.footer-social-icon {
	margin: 20px 0 0;
	text-align: left;
}
.footer-column ul {
	padding: 0;
	margin: 0;
}
.footer-column li {
	display: block;
	position: relative;
}
.footer-column li a {
	display: inline-block;
	line-height: 24px;
	padding: 7px 0;
}
.footer-column li a:hover{
    margin: 0 0 0 10px;
}
.footer-site-title {
	font-size: 16px;
}
.footer-contact > p {
	position: relative;
}
.footer-contact .fa, 
.footer-contact .far, 
.footer-contact .fas {
	display: table-cell;
	padding-right: 15px;
}
.footer-contact span {
	display: table-cell;
}
.footer-social-icon {
	margin: 15px 0;
}
.footer-social-icon > ul {
	display: inline-block;
}
.footer-social-icon li {
	display: inline-block;
	margin: 20px 15px 0 0;
	width: auto;
}
.footer-social-icon li a {
    color: #ffb550;
    display: block;
    font-size: 26px;
}
.footer-social-icon li a span {
	display: none;
}
.footer-social-icon li a:hover {
	color: #fff;
    margin: 0;
}
.copyright {
	text-align: center;
}
.copyright p {
	margin: 50px 0 30px;
}
.copyright p a{
	color: #ffb550;
}
.copyright p a:hover{
	color: #fff;
}
*/



.video {
    background: none;
    margin-bottom: 0;
    padding-bottom: 225px;
}
.video h1 {
    font-weight: 700;
    margin: 0;
}
.newsletter-section .owl-stage img {
	width: auto;
}



/*what-ehr*/
.medical-records.what-ehr .section-title {
    text-align: left;
}
.single-record.ehr{
    min-height: 700px;
}
.single-record h4{
    font-size: 20px;
    margin-bottom: 15px;
}
.single-record table{
    width: 100%;
}
.single-record:hover h4, .single-record:hover table, .single-record:hover li {
    color: #ffffff;
}
.data-area.data-about .single-services p {
    line-height: 26px;
    min-height: 75px;
}




@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}


@media screen and (min-width: 1200px) and (max-width:1604px) {
.logo img {
    width: 132px;
    margin-top: 22px;
}
.main-nav .navbar-nav .nav-link {
    margin: 0 9px;
}
ul li .search-form {
    margin-left: 0;
}
.user-right a {
    margin: 0 0 0 8px;
}
.user-right .thm-btn {
    padding: 5px 12px;
	margin-top: 8px;
}
.user-right li .bi-telephone {
    width: 36px;
    height: 36px;
    font-size: 18px;
	margin-top: 3px;
}
.user-right ul li:first-child {
    width: 166px;
}
.user-right a {
    font-size: 14px;
}
}


@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {max-width:1326px;}

}

@media (max-width: 1199px) {
.user-right ul li:first-child {
	display: none;
}
.counter-area {
    padding: 35px 0 !important;
	margin: 60px 0;
}
.data-about {
	padding-bottom: 60px;
}
.testimonial {
    padding: 70px 0 40px 0;
}
.testimonial .section-title {	
    margin-top: 0;
}
.appointment-area {
    padding: 60px 0 60px;
}
.plans {
    margin: 60px 0 0px;
} 
.footer-area {
    padding: 55px 0 30px;
}
.single-footer-widget .contact-info li span {
    padding-right: 18px;
}

}

@media screen and (min-width: 992px) and (max-width:1199px) {
.logo img {
    width: 128px;
    margin-top: 18px;
}
.main-nav .navbar-nav .nav-link {
    font-size: 14px;
    margin: 0 5px;
    padding: 4px 0;
}
ul li .search-form {
    margin-left: 0;
}
.user-right a {
    font-size: 14px;
    margin: 0 0 0 10px;
}
.user-right li .bi-telephone {
    width: 35px;
    height: 35px;
    font-size: 16px;
}

.user-right .thm-btn {
    padding: 5px 28px;
    margin-top: 9px;
}
	
	
.banner-area {
    height: 710px;
}
.partner-bg {
    padding: 25px;
}
.banner-content h1 {
    line-height: 68px;
}
.medical-records {
    padding: 60px 0;
}
.clinic-management .nav-item a img {
    float: left;
}
.clinic-management .nav-item a {
    line-height: 18px;
}
.counter-area {
    padding: 80px 0;
}

}


@media (max-width: 991px) {
.main-nav .navbar-nav .nav-link {
    font-size: 14px;
    margin: 0 8px;
    padding:0;
}
.user-right .thm-btn {
    padding: 4px 28px;
}
.user-right {
	display: none;
}
.main-nav {
    padding: 28px 0;
}
.banner-content h1 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 15px;
}
.banner-content p {
	line-height: 22px;
}
.banner-content .social {
    margin-top: 20px;
}
.banner-area {
    height: 545px;
}
.banner-content .social li span {
    padding-right: 35px;
}
.partner-bg {
    padding: 25px;
}
.medical-records {
    padding: 55px 0;
}
.clinic-management .nav-pills .nav-item {
    width: 32.50%;
    margin-bottom: 5px;
    margin-right: 0.50%;
}
.clinic-management .nav-item a {
    padding: 5px 10px 5px;
    line-height: 20px;
    height: 49px;
}
.default-btn {
    padding: 12px 20px;
}
.counter-item h1 {
    font-size: 20px;
}
.counter-item p {
    font-size: 14px;
}
.plans .card {
    padding: 0 10px 20px;
}
}


@media (max-width: 767px) {  
.main-nav {
  position: initial;
    padding: 35px 0;
}
.main-nav .navbar-toggler {
  padding: .25rem .5rem;
  font-size: 22px;
  background-color: #3788c7;
  border: none;
  color: #fff;
  position: absolute;
  right: 15px;
}
.user-right a.cart {
  margin: 0 65px 0 10px;
}
.main-nav .navbar-nav .nav-link:hover {
    color: #ffffff;
}
.main-nav .navbar-collapse {
  position: absolute;
  left: 0;
  background:#3788c7;
  top: 60px;
  width: 100%;
  box-shadow: 0 20px 34px rgb(0 0 0 / 25%);
}
.main-nav .navbar-nav .nav-link {
    color: #fff;
}
.main-nav .navbar-collapse ul{
  padding: 20px 15px 40px;
}
.main-nav .navbar-nav .nav-link::after {
  background: #d99a44;
  width: 100%;
}
.main-nav .navbar-nav .nav-link:hover {
  color: #bc8030;
}
    
.user-right .search-form {
	display: none;
}
.main-nav .navbar-nav .nav-link.thm-btn {
    text-align: center;
	padding: 8px 28px;
	background: rgb(47, 52, 120);
	margin-top: 18px;
}
.search-form form:hover, .search-form form:valid {
    width: 275px;
}
.search-form {
	float: none;
}

header.sticky {
    height: 60px;
    z-index: 99999999;
}
#myHeader.sticky .logo img {
    top: -23px;
    width: 124px;
}
#myHeader.sticky .user-right {
    margin-top: 14px;
}
#myHeader.sticky .navbar-toggler:not(:disabled):not(.disabled) {
    top: 16px;
}
#myHeader.sticky .header-bot {
    height: 60px;
}
#myHeader.sticky .main-nav .navbar-collapse {
    top: 60px ;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    top:15px;
}
.user-right {
    margin-top: 4px;
}
.logo img {
    width: 112px;
	top: -34px;
}
#myHeader.sticky .main-nav .navbar-nav .nav-link:after {
    bottom: 0px;
}

.video {
	margin-top: 40px;
}
/*.video iframe {
    height: 260px;
}*/
.video.collection-section {
    padding: 16px 0 10px;
}
.video h1 {
    font-size: 30px;
    margin: 20px 0 12px;
	    font-weight: 700;
}
.copyright p {
    margin: 25px 0 20px;
}
.footer-widget-title {
    margin: 0 0 10px 0;
}
.latestcollection-section {
    margin: 95px 0 0;
}
.overlay .overlay-content form {
    width: 100%;
}
 
.container {
    max-width: 100%;
}
.banner-area .col-md-5, .banner-area .col-md-7 {
		width: 50%;
	}
.banner-area {
    height: 480px;
	    padding-top: 95px;
}
.banner-content h1 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
}
.banner-img {
    top: 120px;
}
.banner-content .social li {
    margin-right: 0;
}
.banner-content .social li span::before {
    width: 20px;
}
.banner-content .social li span {
    padding-right: 24px;
}
.partner-bg {
    padding: 15px;
}
.section-title h2 {
    font-size: 24px;
}
.single-record {
    padding: 30px 20px 25px;
    min-height: auto !important;
}
.medical-records {
    padding: 55px 0 5px;
}
.clinic-management .nav-pills .nav-item {
    width: 49%;
}
.clinic-management .nav-item a img {
    width: 28px;
}
.clinic-management .nav-item a {
    height: auto;
    padding: 5px 5px 5px;
    line-height: 20px;
    font-size: 14px;
}
.clinic-management .section-title {
    margin-bottom: 20px;
}
.tab-pane {
    padding: 0;
}
.t-content {
    margin-top: 35px;
    margin-bottom: 35px;
}
.tab-content .col-md-6 {
    margin-bottom: 50px;
}
.counter-item {
    float: none;
    width: 100%;
	    margin-bottom: 30px;
}
.counter-item h1:after {
	display: none;
}
.counter-item h1 {
    font-size: 32px;
}
.counter-area {
    padding: 45px 0 10px !important;
    margin:15px 0 45px;
}
.counter-area .shape.counter-shape-1, .counter-area .shape.counter-shape-2 {
    display: none;
}
.single-services {
    padding: 30px;
}
.data-about {
    padding-bottom: 25px;
}
.testimonial {
    padding: 45px 0 60px 0;
}
.what-we-provide-content ul li {
    padding: 15px 20px;
    padding-left: 70px;
}
.what-we-provide-content ul li span {
    top: 15px;
    left: 20px;
    font-size: 26px;
}
.what-we-provide-content ul li:hover::before {
    width: 60px;
}
.our-users {
    padding-bottom: 8px !important;
}
.appointment-area img {
margin-bottom: 35px;
	}
.appointment-form .form-group {
    margin-bottom: 20px;
}
.appointment-form .form-group .form-control {
    height: 50px;
}
.appointment-form .form-group i {
    top: 51px;
    right: 15px;
}
.appointment-area {
    padding: 45px 0 45px;
}
.plans {
    margin: 45px 0 0px;
}
.plans .col-md-12 ul {
    margin-bottom: 30px;
}
.plans .card-header {
    padding: 10px 5px 5px;
    font-size: 16px;
}
.plans .card-body p:first-child {
    font-size: 16px;
    margin-top: 8px;
}
.plans .card-body {
    padding: 10px;
}
.plans .card-footer {
    padding: 0;
}
.plans .card-body p {
    margin-bottom: 15px;
    line-height: 20px;
}
.plans {
    padding-bottom: 15px;
}
.single-footer-widget .social-link {
    margin-bottom: 25px;
}
.single-footer-widget span img {
    width: 20px;
}
.testimonial .owl-theme .owl-nav {
    right: 0;
}
	
}


@media (max-width: 479px) {  
.banner-content h1 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
}
.banner-area .col-md-5, .banner-area .col-md-7 {
    width: 100%;
}
.banner-img {
    top: 14px;
    position: relative;
    right: -18px;
    float: right;
}
.medical-records {
    padding: 30px 0 5px;
}
.single-record h3 {
    font-size: 20px;
}
.section-title h2 {
    font-size: 20px;
}
.clinic-management .nav-pills .nav-item {
    width: 100%;
}
.section-title .top-title {
    margin-bottom: 5px;
}
	.t-content h2 {
		font-size: 20px;
	}
.default-btn {
    padding: 12px 9px;
}
.testimonial .section-title h2 {
    font-size: 20px;
}
.testimonial {
    padding: 45px 0 45px 0;
}
.appointment-form .form-group label {
    margin-bottom: 0;
}
.appointment-form .form-group .form-control {
    height: 44px;
}
.appointment-form .form-group i {
    top: 40px;
}
.terms-and-policy-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}
.appointment-form .submit-btn {
    display: table !important;
    width: 100%;
}
.appointment-form .default-btn {
    display: table;
    width: 90%;
    bottom: -75px;
    padding: 10px;
    left: 0;
    position: absolute;
    right: 0;
    margin: auto;
}
.appointment-form .submit-btn ul {
    padding-left: 0;
    clear: both;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0px;
    list-style-type: none;
    margin-left: 0;
    display: table;
    width: 100%;
}
.appointment-area {
    padding: 45px 0 100px;
}
.plans .col-md-12 ul li {
    width: 100%;
    float: none;
    margin-right: 0;
}
.single-footer-widget .contact-info li {
    margin-bottom: 12px;
    line-height: 22px;
}
.single-footer-widget .help-link li {
    margin-bottom: 5px;
}
.single-footer-widget h3 {
    font-size: 20px;
    margin-bottom: 5px;
	    margin-top: 15px;
}
.footer-area {
    padding: 40px 0 30px;
}
}

/* styles.css */
.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999; /* Ensure it's above all other content */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .spinner {
    text-align: center;
  }
  
  .loader {
    border: 5px solid #f3f3f3; /* Light gray */
    border-top: 5px solid #d9bda3;; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite; /* Animation for the spinner */
    margin:auto
  }
  
  .loading-text {
    font-size: 18px;
    color: #333; /* Dark gray */
  }
  
  /* Spinner animation */
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }