File: /mnt/data/doccure-wp/wp-content/themes/doccure/assets/css/theme-new.css
/* Home 1 Css */
.header-topbar {
background: #F9F9F9;
padding: 8px 0;
}
@media (max-width: 991.98px) {
.header-topbar {
display: none;
}
}
.header-topbar .topbar-info {
display: flex;
align-items: center;
justify-content: space-between;
}
.header-topbar .topbar-info > ul > li {
display: inline-block;
margin-right: 8px;
padding-right: 8px;
border-right: 1px solid #E6E8EE;
}
.header-topbar .topbar-info > ul > li:last-child {
margin: 0;
padding: 0;
border: 0;
}
.header-topbar .topbar-info > ul > li .theme-toggle {
display: none;
color: #0E9384;
}
.header-topbar .topbar-info > ul > li .theme-toggle.activate {
display: block;
}
.header-topbar .topbar-info > ul > li .social-icon a {
width: 22px;
height: 22px;
background: transparent;
border-radius: 50%;
color: #465D7C;
font-size: 14px;
margin-right: 8px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.header-topbar .topbar-info > ul > li .social-icon a:last-child {
margin-right: 0;
}
.header-topbar .topbar-info > ul > li .social-icon a:hover {
background: #E6E8EE;
}
.header-topbar .topbar-info > ul > li .dropdown-amt .dropdown-toggle {
position: relative;
font-size: 14px;
font-weight: 500;
}
.header-topbar .topbar-info > ul > li .dropdown-amt .dropdown-toggle::after {
display: inline-block;
margin-inline-start: 4px;
vertical-align: 0;
content: "\f078";
font-family: "Font Awesome 5 Free";
border: 0;
font-size: 0.75rem;
font-weight: 600;
color: #465D7C;
}
.header-topbar .header-info ul{
margin: 0;
padding: 0;
}
.header-topbar .header-info p {
color: #012047;
font-size: 14px;
margin-bottom: 0;
}
.header-topbar .header-info p i {
color: var(--doccure_themecolor);
}
.header-topbar .dropdown-menu {
z-index: 999999;
}
.header-topbar .dropdown-menu .dropdown-item {
font-size: 14px;
}
.mouse-cursor {
position: fixed;
top: 0;
left: 0;
pointer-events: none;
border-radius: 50%;
transform: translateZ(0);
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
visibility: hidden;
}
.cursor-inner {
margin-left: -4px;
margin-top: -4px;
width: 10px;
height: 10px;
z-index: 10000001;
background: var(--doccure_themecolor) !important;
-webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.cursor-inner.cursor-hover {
margin-left: -20px;
margin-top: -20px;
width: 40px;
height: 40px;
background: var(--doccure_themecolor) !important;
opacity: 0.1;
}
.cursor-outer {
margin-left: -15px;
margin-top: -15px;
width: 30px;
height: 30px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
z-index: 10000000;
opacity: 0.5;
border: 2px solid var(--doccure_themecolor);
transform: all 0.08s ease-out;
-webkit-transform: all 0.08s ease-out;
-ms-transform: all 0.08s ease-out;
}
.cursor-outer.cursor-hover {
opacity: 0;
}
.mim_tm_all_wrap[data-magic-cursor=hide] .mouse-cursor {
display: none;
opacity: 0;
visibility: hidden;
position: absolute;
z-index: -1111;
}
.progress-wrap {
position: fixed;
right: 25px;
bottom: 25px;
height: 35px;
width: 35px;
cursor: pointer;
display: block;
border-radius: 50%;
box-shadow: inset 0 0 0 2px rgba(75, 64, 237, 0.2);
z-index: 99;
opacity: 0;
visibility: hidden;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
transform: translateY(15px);
-webkit-transform: translateY(15px);
-moz-transform: translateY(15px);
-ms-transform: translateY(15px);
-o-transform: translateY(15px);
}
.progress-wrap.active-progress {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.progress-wrap::after {
position: absolute;
content: "\f062";
font-family: "FontAwesome";
text-align: center;
line-height: 35px;
font-size: 17px;
color: var(--doccure_themecolor);
left: 0;
top: 0;
height: 35px;
width: 35px;
cursor: pointer;
display: block;
z-index: 1;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
.progress-wrap svg path {
fill: none;
}
.progress-wrap svg.progress-circle path {
stroke: var(--doccure_themecolor);
stroke-width: 4;
box-sizing: border-box;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
@media (max-width: 991.98px) {
.header.header-custom .header-nav .main-nav > li .submenu li .submenu li a {
color: #2d3b48;
}
.header-one .main-menu-wrapper .main-nav > li .submenu > li.has-submenu > a::after {
content: "\f078";
}
.header-ten .main-menu-wrapper .main-nav > li .submenu > li.has-submenu > a::after {
content: "\f078";
}
}
.header.home-head-one.header-fixed {
background: #F6FAFF;
}
header.inner-header {
-webkit-transition: all 0.9s;
-ms-transition: all 0.9s;
transition: all 0.9s;
border-bottom: 1px solid #f0f0f0;
background: #FFF;
}
header.inner-header.header-fixed {
background: #FFF;
}
header.inner-header.fixed {
top: 0;
-webkit-transition: all 0.9s;
-ms-transition: all 0.9s;
transition: all 0.9s;
-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.header.header-fixed {
position: fixed;
display: block;
width: 100%;
z-index: 999;
top: 0;
box-shadow: inherit;
background: #E6E8EE;
}
header.inner-header.header-custom .header-nav {
display: flex;
display: -webkit-flex;
align-items: center;
-webkit-align-items: center;
justify-content: space-between;
-webkit-justify-content: space-between;
}
header.inner-header .header-nav{
background: #FFF;
height: 68px;
}
header.inner-header.header_transparent .header-nav{
background: transparent;
height: 68px;
}
@media (min-width: 992px) {
header.inner-header.header_transparent.header-sticky {
background: #fff;
}
}
header.inner-header .header-nav .logo {
width: auto;
max-width: 160px;
}
@media (max-width: 575.98px) {
header.inner-header .header-nav .logo {
width: 100%;
max-width: 100%;
}
}
header.inner-header .header-nav .navbar-header {
display: inline-flex;
align-items: center;
}
header.inner-header .header-nav .navbar-header .dropdown .dropdown-toggle {
border-radius: 55px;
}
header.inner-header .header-nav .navbar-header .dropdown .dropdown-toggle i {
color: #012047;
}
@media (max-width: 1399.98px) {
header.inner-header .header-nav .navbar-header .dropdown {
display: none;
}
}
header.inner-header .header-nav .header-menu {
display: inline-flex;
align-items: center;
}
header.inner-header .header-nav .main-nav > li > a {
line-height: 68px;
}
@media (max-width: 991.98px) {
header.inner-header .header-nav .main-nav > li > a {
line-height: 1.5;
}
}
header.inner-header .header-nav .header-navbar-rht {
margin-left: 24px;
}
header.inner-header .header-nav .header-navbar-rht li {
padding-right: 8px;
}
header.inner-header .header-nav .header-navbar-rht li.searchbar {
padding-right: 24px;
}
@media (max-width: 1199.98px) {
header.inner-header .header-nav .header-navbar-rht li.searchbar {
display: none;
}
}
header.inner-header .header-nav .header-navbar-rht li:last-child {
padding-right: 0;
}
header.inner-header .togglesearch {
top: 56px;
right: 18%;
}
header.inner-header .togglesearch button {
padding: 6px 12px;
}
.header .header-nav {
background-color: #ffffff;
border: 0;
position: relative;
height: 85px;
margin-bottom: 0;
padding: 0;
}
@media (max-width: 1199.96px) {
.header .header-nav {
padding: 0;
}
}
@media (max-width: 575.96px) {
.header .header-nav {
padding: 0 15px;
}
}
@media (max-width: 991.98px) {
.header .header-nav .navbar-header {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
}
@media (max-width: 575.96px) {
.header .header-nav .navbar-header {
width: 100%;
}
}
.header .header-nav .navbar-header .bar-icon {
display: inline-block;
width: 31px;
}
.header .header-nav .navbar-header .bar-icon span {
background-color: var(--doccure_themecolor);
display: block;
float: left;
height: 3px;
margin-bottom: 7px;
width: 31px;
border-radius: 2px;
}
.header .header-nav .navbar-header .bar-icon span:nth-child(2) {
width: 16px;
}
.header .header-nav .navbar-header .bar-icon span:nth-child(3) {
margin-bottom: 0;
}
@media (max-width: 991.98px) {
.header .header-nav .navbar-header {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
}
@media (max-width: 575.96px) {
.header .header-nav .navbar-header {
width: 80%;
}
}
.only_mobile_login_register {
display: none;
}
@media (max-width: 575.98px) {
.only_mobile_login_register ul.main-nav li {
background :#fff !important;
padding: 10px;
border: 0 !important;
}
.header .header-nav .only_mobile_login_register ul.main-nav li a {
padding: 8px 10px !important;
}
.only_mobile_login_register ul.main-nav li:last-child {
padding-top: 0 !important;
}
.only_mobile_login_register {
display: block;
}
}
@media (max-width: 991.98px) {
.header .header-nav .main-menu-wrapper {
order: 3;
width: 260px;
overflow-x: hidden;
overflow-y: auto;
z-index: 1060;
transform: translateX(-260px);
-webkit-transform: translateX(-260px);
-ms-transform: translateX(-260px);
-webkit-transition: all 0.4s;
-ms-transition: all 0.4s;
transition: all 0.4s;
background-color: #15558d;
position: fixed;
top: 0;
bottom: 0;
left: 0;
}
}
.header .header-nav .menu-header {
background-color: #ffffff;
height: 60px;
border-bottom: 1px solid #f0f0f0;
display: none;
padding: 0 20px;
}
@media (max-width: 991.98px) {
.header .header-nav .menu-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
-webkit-justify-content: space-between;
-ms-flex-pack: space-between;
align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
}
}
.header .header-nav .menu-header .menu-logo img {
height: 40px;
}
.header .header-nav .menu-header .menu-close {
font-size: 18px;
}
.header .header-nav .main-nav {
list-style: none;
margin: 0;
padding: 0;
}
@media (max-width: 991.98px) {
.header .header-nav .main-nav {
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 0;
list-style: none;
padding: 0;
}
.doccure_header .navbar-nav li .sub-menu {
position: relative;
top: 0%;
min-width: 250px;
background-color: #fff;
border-radius: 10px;
box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
transition: 0.3s;
z-index: 99;
opacity: 1;
visibility: visible;
list-style: none;
padding: 0;
}
}
.doccure_header .navbar-nav li .sub-menu {
position: absolute;
top: 110%;
min-width: 250px;
background-color: #fff;
border-radius: 10px;
box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
transition: 0.3s;
z-index: 99;
opacity: 0;
visibility: hidden;
list-style: none;
padding: 0;
}
@media (max-width: 991.98px) {
.header .header-nav .main-nav ul.sub-menu {
background-color: var(--theme_mheader_color);
display: none;
list-style: none;
padding-left: 0;
margin: 0;
border-radius: 0;
position: relative;
opacity: 1;
visibility: visible;
}
#menu-primary-menu .current-menu-item a, .current-menu-ancestor > a {
color: #fff!important;
}
}
@media (min-width: 992px) {
.header .header-nav .main-nav > .has-submenu > .submenu > .has-submenu > .submenu::before {
top: 20px;
margin-left: -35px;
box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
border-color: transparent #ffffff #ffffff transparent;
}
}
.header .header-nav .main-nav > .has-submenu.active .submenu li.active > a {
color: #09dca4;
}
@media (min-width: 992px) {
.header .header-nav .main-nav > .has-submenu.active .submenu li.active > a {
color: #09dca4;
}
}
.header .header-nav .main-nav > .has-submenu.active > a {
color: #09dca4;
}
@media (min-width: 992px) {
.header .header-nav .main-nav > .has-submenu.active > a {
color: #09dca4;
}
}
@media (max-width: 1199.96px) {
.header .header-nav .main-nav > li {
margin-right: 20px;
}
}
@media (max-width: 1999.96px) {
.header .header-nav .main-nav > li {
margin-right: 30px;
}
}
@media (max-width: 1399.96px) {
.header .header-nav .main-nav > li {
margin-right: 16px;
}
}
@media (max-width: 991.98px) {
.header .header-nav .main-nav > li {
border-bottom: 1px solid #1663a6;
margin: 0;
}
}
@media (min-width: 992px) {
.header .header-nav .main-nav > li > a {
line-height: 85px;
padding: 0 !important;
}
}
@media (max-width: 991.98px) {
.header .header-nav .main-nav > li > a {
line-height: 1.5;
color: #ffffff;
font-size: 14px;
font-weight: 500;
padding: 15px 20px !important;
}
}
@media (min-width: 992px) {
.header .header-nav .main-nav > li > a > i {
font-size: 12px;
margin-left: 3px;
}
}
@media (max-width: 991.96px) {
.header .header-nav .main-nav > li > a > i {
float: right;
margin-top: 5px;
}
}
.header .header-nav .main-nav > li.active > a {
color: #09dca4;
}
.header .header-nav .main-nav > li .submenu li {
position: relative;
}
@media (min-width: 992px) {
.header .header-nav .main-nav > li .submenu li:first-child a {
border-top: 0;
}
}
.header .header-nav .main-nav > li .submenu li a {
display: block;
clear: both;
white-space: nowrap;
font-size: 14px;
color: #2d3b48;
width: 100%;
border-top: 1px solid #f0f0f0;
-webkit-transition: all 0.35s ease;
-ms-transition: all 0.35s ease;
transition: all 0.35s ease;
padding: 10px 15px;
}
@media (max-width: 991.98px) {
.header .header-nav .main-nav > li .submenu li a {
border-top: 0;
color: #ffffff;
padding: 10px 15px 10px 35px;
}
}
@media (min-width: 992px) {
.header .header-nav .main-nav > li .submenu li .submenu {
left: 100%;
top: 0;
margin-top: 10px;
}
}
.header .header-nav .main-nav > li .submenu li .submenu li {
position: relative;
}
.header .header-nav .main-nav > li .submenu li .submenu li a {
display: block;
clear: both;
white-space: nowrap;
font-size: 14px;
color: #2d3b48;
width: 100%;
border-top: 1px solid #f0f0f0;
padding: 10px 15px;
-webkit-transition: all 0.35s ease;
-ms-transition: all 0.35s ease;
transition: all 0.35s ease;
}
@media (max-width: 991.98px) {
.header .header-nav .main-nav > li .submenu li .submenu li a {
border-top: 0;
color: #ffffff;
padding: 10px 15px 10px 45px;
}
}
.header .header-nav .main-nav > li .submenu li .submenu li .has-submenu > a::after {
content: "\f054";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 13px;
position: absolute;
top: 12px;
right: 15px;
}
@media (min-width: 992px) {
.header .header-nav .main-nav > li .submenu > li .submenu {
left: 100%;
top: 0;
margin-top: 10px;
}
}
.header .header-nav .main-nav > li .submenu > li.has-submenu > a::after {
content: "\f054";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 13px;
position: absolute;
top: 12px;
right: 15px;
}
@media (max-width: 991.98px) {
.header .header-nav .main-nav > li .submenu > li.has-submenu > a::after {
content: "\f078";
}
}
@media (min-width: 992px) {
.header .header-nav .main-nav > li:last-child {
margin-right: 0;
}
}
@media (min-width: 992px) {
.header .header-nav .main-nav > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
visibility: visible;
opacity: 1;
margin-top: -1px;
margin-right: 0;
}
}
@media (min-width: 992px) {
.header .header-nav .main-nav li {
display: block;
position: relative;
}
}
@media (min-width: 992px) {
.header .header-nav .main-nav li > ul {
background-color: #ffffff;
display: block;
font-size: 14px;
min-width: 200px;
opacity: 0;
visibility: hidden;
z-index: 1000;
-webkit-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
transform: translateY(0);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
position: absolute;
top: 100%;
left: 0;
margin: 0;
padding: 0;
border-radius: 5px;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
}
.header .header-nav .main-nav li a {
display: block;
font-size: 14px;
font-weight: 500;
}
.header .header-nav .main-nav li.login-link {
display: none;
}
@media (max-width: 575.96px) {
.header .header-nav .main-nav li.login-link {
display: block;
}
}
@media (min-width: 992px) {
.header .header-nav .main-nav li .submenu a:hover {
color: var(--doccure_themecolor) !important;
letter-spacing: 0.5px;
padding-left: 20px !important;
}
}
@media (min-width: 992px) {
.header .header-nav .main-nav li .submenu::before {
border: 7px solid #ffffff;
border-color: transparent transparent #ffffff #ffffff;
content: "";
transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
position: absolute;
top: 2px;
left: 45px;
-webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
}
}
@media (max-width: 991.98px) {
.header .header-nav .main-nav li + li {
margin-left: 0;
}
}
@media (min-width: 992px) {
.header .header-nav .main-nav li.has-submenu:hover > .submenu {
visibility: visible;
opacity: 1;
margin-top: 0;
transform: translateY(0);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
}
}
.header .header-nav .main-nav .has-submenu.active > a {
color: var(--doccure_themecolor);
}
@media (min-width: 992px) {
.header .header-nav .main-nav .has-submenu.active > a {
color: var(--doccure_themecolor);
}
}
.header .header-nav .main-nav .has-submenu.active .submenu li.active > a {
color: var(--doccure_themecolor);
}
@media (min-width: 992px) {
.header .header-nav .main-nav .has-submenu.active .submenu li.active > a {
color: var(--doccure_themecolor);
}
}
@media (min-width: 992px) {
.header .header-nav .main-nav .has-submenu:hover > .submenu {
visibility: visible;
opacity: 1;
margin-top: 0;
transform: translateY(0);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
}
}
.header .header-nav .main-nav .has-submenu > .submenu__ > .has-submenu--.submenu::before {
top: 20px;
margin-left: -35px;
border-color: transparent #ffffff #ffffff transparent;
-webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
}
.header .header-nav .logo {
display: inline-block;
margin-right: 24px;
width: 160px;
}
@media (max-width: 1199.96px) {
.header .header-nav .logo {
margin-right: 21px;
}
}
@media (max-width: 575.96px) {
.header .header-nav .logo {
width: 100%;
text-align: center;
margin-right: 0;
}
}
@media (max-width: 575.96px) {
.header .header-nav .logo img {
height: 40px;
}
}
.header .header-nav .header-navbar-rht {
margin: 0 0 0 auto;
padding: 0;
}
@media (max-width: 575.96px) {
.header .header-nav .header-navbar-rht {
display: none;
}
}
.header .header-nav .header-navbar-rht li {
padding-right: 20px;
}
.header .header-nav .header-navbar-rht li:last-child {
padding-right: 0px;
}
.header .header-nav .header-navbar-rht li .dropdown-menu {
border: 0;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
.header .header-nav .header-navbar-rht li .dropdown-menu {
min-width: 200px;
visibility: hidden;
opacity: 0;
display: block;
margin: 0;
padding: 0;
border-radius: 5px;
transform: translateY(20px);
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
}
}
.header .header-nav .header-navbar-rht li .dropdown-menu::before {
content: "";
border: 7px solid #ffffff;
border-color: transparent transparent #ffffff #ffffff;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
position: absolute;
top: -5px;
right: 17px;
-webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
}
.header .header-nav .header-navbar-rht li .dropdown-menu .dropdown-item {
padding: 10px 15px;
}
.header .header-nav .header-navbar-rht li .dropdown-menu .dropdown-item:first-child {
border-top: 0;
border-radius: 5px 5px 0 0;
}
.header .header-nav .header-navbar-rht li .dropdown-menu .dropdown-item:last-child {
border-radius: 0 0 5px 5px;
border-top: 1px solid #E2E8F0;
padding-bottom: 0;
}
.header .header-nav .header-navbar-rht li .dropdown-menu a:hover {
color: #09dca4;
letter-spacing: 0.5px;
padding-left: 20px;
background-color: #ffffff;
}
.header .header-nav .header-navbar-rht li a.header-login {
border: 2px solid #09e5ab;
text-align: center;
font-size: 15px;
color: #09e5ab;
text-transform: uppercase;
font-weight: 500;
border-radius: 4px;
padding: 10px 15px !important;
}
.header .header-nav .header-navbar-rht li a.header-login:hover {
background-color: #09e5ab;
border-color: #09e5ab;
color: #ffffff;
}
.header .header-nav .header-navbar-rht li .header-contact-img {
display: inline-block;
}
.header .header-nav .header-navbar-rht li .header-contact-img i {
color: rgba(0, 0, 0, 0.5);
font-size: 30px;
}
.header .header-nav .header-navbar-rht li .header-contact-detail {
display: inline-block;
padding-left: 10px;
}
.header .header-nav .header-navbar-rht li .header-contact-detail p.contact-header {
color: #484848;
font-size: 13px;
font-weight: 400;
margin-bottom: 2px;
text-align: left;
}
.header .header-nav .header-navbar-rht li .header-contact-detail p.contact-info-header {
color: #000000;
font-weight: 500;
font-size: 14px;
margin-bottom: 0;
}
.header .header-nav .header-navbar-rht li .header-contact-detail p.contact-info-header.white-font {
color: #ffffff;
}
@media (min-width: 992px) {
.header .header-nav .header-navbar-rht li.show > .dropdown-menu {
visibility: visible;
opacity: 1;
margin-top: 0;
transform: translateY(0);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
}
}
.header .header-nav .header-navbar-rht li .dropdown-menu.show {
visibility: visible;
opacity: 1;
margin-top: 0;
transform: translateY(0);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
}
@media (min-width: 992px) {
.header .header-nav .header-navbar-rht li .dropdown-menu {
min-width: 240px;
visibility: hidden;
opacity: 0;
display: block;
transform: translateY(20px);
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
border-radius: 5px;
margin: 0;
padding: 15px;
}
}
@media (max-width: 991.98px) {
.header .header-nav .header-navbar-rht li.contact-item {
display: none;
}
}
@media (max-width: 1199.96px) {
.header .header-nav .header-navbar-rht li.contact-item {
display: none;
}
}
.header .header-nav .header-navbar-rht .dropdown-toggle::after {
display: none;
}
.header .header-nav .header-navbar-rht .dropdown-menu {
min-width: 200px;
padding: 0;
}
.header .header-nav .header-navbar-rht .dropdown-menu .dropdown-item {
padding: 10px 15px;
}
.header .header-nav .header-navbar-rht .dropdown-menu .dropdown-item:hover {
color: var(--doccure_themecolor);
}
.header .header-nav .header-navbar-rht .has-arrow .dropdown-toggle:after {
border-top: 0;
border-left: 0;
border-bottom: 2px solid #757575;
border-right: 2px solid #757575;
content: "";
height: 8px;
display: inline-block;
pointer-events: none;
width: 8px;
vertical-align: 2px;
margin-left: 10px;
margin-bottom: 5px;
transform-origin: 66% 66%;
-webkit-transform-origin: 66% 66%;
-ms-transform-origin: 66% 66%;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.header .header-nav .header-navbar-rht .has-arrow .dropdown-toggle[aria-expanded=true]:after {
transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
}
.header .header-nav .header-navbar-rht .has-arrow .dropdown-toggle .user-img {
display: inline-block;
position: relative;
margin-bottom: 5px;
}
.header .header-nav .header-navbar-rht .has-arrow .dropdown-toggle .user-img > img {
height: 31px;
object-fit: cover;
width: 31px;
border: 1px solid #1D7ED8;
}
.header .header-nav .header-navbar-rht .has-arrow .user-header {
padding: 10px 15px;
background: #F8FAFC;
padding: 5px;
border-radius: 10px;
}
.header .header-nav .header-navbar-rht .has-arrow .user-header .user-text {
margin-left: 10px;
}
.header .header-nav .header-navbar-rht .has-arrow .user-header .user-text h6 {
font-size: 15px;
margin-bottom: 2px;
}
.header .header-nav .header-navbar-rht .has-arrow .user-header .avatar img {
border: 1px solid #1D7ED8;
}
.header .header-nav .header-navbar-rht .has-arrow .logged-item .nav-link {
font-size: 14px;
line-height: 85px;
padding: 0 10px;
}
.header .header-nav .header-navbar-rht .has-arrow.logged-item .nav-link {
font-size: 14px;
padding: 0 10px;
}
.header .header-nav .header-navbar-rht .view-cart-header {
position: relative;
padding-right: 20px;
}
.header .header-nav .header-navbar-rht .view-cart-header a#cart {
position: relative;
font-size: 18px;
color: #6B7280;
}
.header .header-nav .header-navbar-rht .view-cart-header a#cart:hover {
color: var(--doccure_themecolor);
}
.header .header-nav .header-navbar-rht .noti-nav .nav-link {
font-size: 18px;
color: #6B7280;
}
.header .header-nav .header-navbar-rht .noti-nav .nav-link .badge {
background-color: var(--doccure_themecolor);
border-radius: 2px;
color: #ffffff;
font-size: 10px;
font-style: normal;
text-align: center;
position: absolute;
top: 21px;
right: -6px;
padding: 0 5px;
width: 15px;
height: 15px;
display: flex;
align-items: center;
justify-content: center;
line-height: 0;
font-weight: normal;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu {
min-width: 370px;
padding: 0;
font-weight: 400;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .topnav-dropdown-header {
border-bottom: 1px solid #EEF1FE;
height: 44px;
line-height: 44px;
padding-left: 15px;
padding-right: 15px;
font-weight: 500;
display: flex;
justify-content: space-between;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .noti-content {
height: 260px;
width: 420px;
overflow-y: auto;
position: relative;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .notification-list {
list-style: none;
padding: 0;
margin: 0;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu ul.notification-list > li {
margin-top: 0;
border-bottom: 1px solid #f5f5f5;
padding: 0;
margin: 0;
width: 100%;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu ul.notification-list > li a {
display: block;
padding: 10px 15px;
border-radius: 2px;
width: 100%;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu ul.notification-list > li a:hover {
letter-spacing: normal;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .notify-block:last-child {
border-bottom: none;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .notify-block > .avatar {
margin-right: 10px;
width: auto;
height: auto;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .notify-block > .avatar > img {
width: 46px;
height: 46px;
border-radius: 5px;
margin-right: 8px;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .media-body {
width: 100%;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .media-body h6 {
margin-bottom: 3px;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .noti-title {
color: var(--doccure_themecolor);
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .notification-time {
font-size: 12px;
line-height: 1.35;
float: right;
}
.header .nav-transparent {
background-color: transparent !important;
border-bottom: 0 !important;
}
@media (min-width: 992px) {
.header .nav-transparent .white-font > li > a {
color: #ffffff;
}
}
.header.custom {
background-color: transparent;
border-bottom: 0 !important;
}
.header.custom .no-border {
border: none !important;
}
@media (min-width: 992px) {
.header.custom .white-font > li > a {
color: #ffffff;
}
}
.header.custom .header-navbar-rht.right-menu .header-contact-img i {
width: 30px;
background-color: #ffffff;
height: 30px;
border-radius: 50%;
font-size: 11px;
color: #1860CA;
border: 2px solid #acc9f5;
}
.header.custom .header-navbar-rht.right-menu .header-contact-detail p.contact-info-header {
color: #ffffff;
}
.header.custom .header-navbar-rht.right-menu li {
border-right: 0;
}
.header.custom .header-navbar-rht.right-menu li a.header-login {
width: 120px;
padding: 10px !important;
}
.header.custom .header-navbar-rht.right-menu li:last-child {
border-right: 0;
padding: 0;
}
.header .user-menu {
float: right;
position: relative;
z-index: 99;
margin: 0;
}
.header .user-menu.nav li a {
color: #ffffff;
font-size: 14px;
line-height: 58px;
height: 60px;
padding: 0 15px;
}
.header .user-menu.nav li a:hover, .header .user-menu.nav li a:focus {
background-color: rgba(0, 0, 0, 0.2);
}
.header .user-menu.nav li a:hover i, .header .user-menu.nav li a:focus i {
color: #ffffff;
}
.header .user-menu.nav li a.mobile_btn {
border: 0;
position: relative;
cursor: pointer;
margin: 0;
padding: 0;
}
.header-navbar-rht .btn.btn-md {
padding: 0.35rem 0.85rem;
font-size: 0.813rem;
}
.btn.btn-primary-gradient {
background-image: linear-gradient(90.08deg, var(--doccure_signup_bg_gradient_end) 0.09%, var(--doccure_signup_bg_gradient_end) 70.28%);
color: var(--doccure_header_cta_color) !important;
border: 0;
position: relative;
overflow: hidden;
z-index: 1;
}
.btn.btn-primary-gradient::before {
content: "";
position: absolute;
background: linear-gradient(90.08deg, var(--doccure_signup_bg_gradient_end) 0.09%, var(--doccure_signup_bg_gradient_end) 70.28%);
transform: scaleX(0);
transform-origin: right center;
transition: transform 0.24s ease-in-out;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.btn.btn-primary-gradient:hover, .btn.btn-primary-gradient:focus, .btn.btn-primary-gradient.focus, .btn.btn-primary-gradient:active, .btn.btn-primary-gradient.active {
background: var(--doccure_header_cta_register_bg_hover);
color: var(--doccure_header_cta_color_hover);
}
.btn.btn-primary-gradient:hover::before, .btn.btn-primary-gradient:focus::before, .btn.btn-primary-gradient.focus::before, .btn.btn-primary-gradient:active::before, .btn.btn-primary-gradient.active::before {
transform: scaleX(1);
transform-origin: left center;
}
.btn.btn-dark.register_button {
background: var(--doccure_header_cta_register_bg) !important;
border-color: var(--doccure_header_cta_register_bg) !important;
box-shadow: none;
color: var(--doccure_header_cta_color);
}
.btn.btn-dark.register_button:hover {
background: var(--doccure_header_cta_register_bg_hover) !important;
color: var(--doccure_header_cta_color_hover) !important;
}
#mobile_btn {
display: none;
margin-right: 30px;
}
@media (max-width: 991.98px) {
#mobile_btn {
display: inline-block;
}
}
@media (max-width: 575.96px) {
#mobile_btn {
margin-right: 0;
z-index: 99;
position: absolute;
left: 0;
padding: 0;
}
}
.sidebar-overlay {
background-color: rgba(0, 0, 0, 0.6);
display: none;
height: 100%;
width: 100%;
z-index: 9;
position: fixed;
top: 60px;
left: 0;
}
@media (max-width: 991.98px) {
.sidebar-overlay.opened {
display: block;
}
}
@media (max-width: 991.98px) {
.header .header-nav .main-menu-wrapper {
order: 3;
width: 260px;
overflow-x: hidden;
overflow-y: auto;
z-index: 1060;
transform: translateX(-260px);
-webkit-transform: translateX(-260px);
-ms-transform: translateX(-260px);
-webkit-transition: all 0.4s;
-ms-transition: all 0.4s;
transition: all 0.4s;
background-color: #15558d;
position: fixed;
top: 0;
bottom: 0;
left: 0;
}
}
.menu-opened .main-menu-wrapper {
transform: translateX(0) !important;
-webkit-transform: translateX(0) !important;
-ms-transform: translateX(0) !important;
}
/*Footer */
.footer.inner-footer .widget {
padding: 0px;
background-color: unset;
}
.footer.inner-footer {
background-color: #15558d;
}
.footer.inner-footer .footer-top {
padding: 40px 0;
}
@media (max-width: 991.96px) {
.footer.inner-footer .footer-top {
padding-bottom: 10px;
}
}
.footer.inner-footer .footer-top .footer-title {
color: #ffffff;
font-size: 20px;
font-weight: 700;
margin: 0 0 30px;
text-transform: capitalize;
}
@media (max-width: 767.96px) {
.footer.inner-footer .footer-top .footer-title {
font-size: 18px;
}
}
@media (max-width: 575.96px) {
.footer.inner-footer .footer-top .footer-title {
font-size: 18px;
}
}
@media (max-width: 991.96px) {
.footer.inner-footer .footer-top .footer-widget {
margin-bottom: 30px;
}
}
.footer.inner-footer .footer-top .footer-widget.footer-menu ul {
list-style: none;
outline: none;
margin: 0;
padding: 0;
}
.footer.inner-footer .footer-top .footer-widget.footer-menu ul li {
margin-bottom: 10px;
position: relative;
}
.footer.inner-footer .footer-top .footer-widget.footer-menu ul li:last-child {
margin-bottom: 0;
}
.footer.inner-footer .footer-top .footer-widget.footer-menu ul li a {
color: #ffffff;
font-size: 15px;
padding-left: 20px;
position: relative;
-webkit-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.footer.inner-footer .footer-top .footer-widget.footer-menu ul li a:hover {
color: #ffffff;
letter-spacing: 0.5px;
padding-left: 30px;
}
.footer.inner-footer .footer-top .footer-widget.footer-menu ul li a::before {
content: "\f101";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-right: 5px;
position: absolute;
top: 0;
left: 0;
}
.footer.inner-footer .footer-top .footer-widget .footer-logo {
margin: 0 0 30px;
}
.footer.inner-footer .footer-top .footer-widget .footer-about-content p {
color: #ffffff;
}
.footer.inner-footer .footer-top .footer-widget .footer-about-content p:last-child {
margin-bottom: 0;
color: #465D7C;
}
.footer.inner-footer .footer-top .footer-widget .footer-about-content .social-icon ul {
list-style: none;
margin: 0;
padding: 0;
}
.footer.inner-footer .footer-top .footer-widget .footer-about-content .social-icon ul li {
margin-right: 15px;
}
.footer.inner-footer .footer-top .footer-widget .footer-about-content .social-icon ul li:last-child {
margin-right: 0;
}
.footer.inner-footer .footer-top .footer-widget .footer-about-content .social-icon ul li a {
color: #ffffff;
font-size: 20px;
-webkit-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.footer.inner-footer .footer-top .footer-widget .footer-about-content .social-icon ul li a:hover {
color: #09e5ab;
}
.footer.inner-footer .footer-top .footer-widget .footer-contact-info {
color: #ffffff;
font-size: 15px;
}
.footer.inner-footer .footer-top .footer-widget .footer-contact-info .footer-address span {
margin-right: 20px;
}
.footer.inner-footer .footer-top .footer-widget .footer-contact-info .footer-address span i.fa-map-marker-alt {
font-size: 20px;
}
.footer.inner-footer .footer-top .footer-widget .footer-contact-info .footer-address p {
color: #FFF;
margin: 0 0 1rem;
}
.footer.inner-footer .footer-top .footer-widget .footer-contact-info p {
color: #FFF;
}
.footer.inner-footer .footer-top .footer-widget .footer-contact-info p i {
margin-right: 15px;
}
.footer.inner-footer .footer-bottom .copyright {
border-top: 1px solid #1663a6;
padding: 30px 0;
}
.footer.inner-footer .footer-bottom .copyright .copyright-text p a {
color: #012047;
font-weight: 500;
-webkit-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.footer.inner-footer .footer-bottom .copyright .copyright-text p a:hover {
color: var(--doccure_themecolor);
}
.footer.inner-footer .footer-bottom .copyright .copyright-text p.title {
font-weight: 400;
margin: 10px 0 0;
}
.footer.inner-footer .footer-bottom .copyright .policy-menu {
font-size: 15px;
text-align: right;
margin: 0;
padding: 0;
}
@media (max-width: 767.96px) {
.footer.inner-footer .footer-bottom .copyright .policy-menu {
margin-top: 10px;
text-align: left;
}
}
.footer.inner-footer .footer-bottom .copyright .policy-menu li:last-child {
margin-right: 0;
}
.footer.inner-footer .footer-bottom .copyright .policy-menu li:last-child::after {
display: none;
}
.footer.inner-footer .footer-bottom .copyright .policy-menu li a:hover, .footer.inner-footer .footer-bottom .copyright .policy-menu li a:focus {
color: var(--doccure_themecolor);
}
.footer.inner-footer .footer-bottom .copyright .policy-menu li:last-child::after {
content: "";
}
.footer.inner-footer {
position: relative;
z-index: 1;
font-family: "Inter", sans-serif;
font-size: 16px;
}
.footer.inner-footer.footer-info .footer-top {
padding-top: 100px;
}
@media (max-width: 991.98px) {
.footer.inner-footer.footer-info .footer-top {
padding-top: 80px;
}
}
.footer.inner-footer .social-icon ul {
display: flex;
align-items: center;
padding: 0;
margin-bottom: 0;
}
.footer.inner-footer .social-icon ul li {
margin-right: 8px;
}
.footer.inner-footer .social-icon ul li a {
display: flex;
align-items: center;
justify-content: center;
background: #E2EDFF;
width: 32px;
height: 32px;
border-radius: 50%;
color: #465D7C;
font-size: 16px;
transition: 0.5s all;
}
.footer.inner-footer .social-icon ul li a i {
transition: 0.5s all;
}
.footer.inner-footer .social-icon ul li a:hover {
background: #000F28;
color: #FFF;
transition: 0.5s all;
}
.footer.inner-footer .social-icon ul li a:hover i {
transform: rotatey(360deg);
transition: 0.5s all;
}
.footer.inner-footer .social-icon ul li:last-child {
margin-right: 0;
}
.footer.inner-footer .footer-top {
background: #FFF;
padding: 60px 0 40px;
position: relative;
z-index: 1;
overflow: hidden;
}
@media (max-width: 991.98px) {
.footer.inner-footer .footer-top {
padding: 40px 0 20px;
}
}
.footer.inner-footer .footer-top .footer-title {
color: #012047;
font-size: 18px;
font-weight: 600 !important;
margin-bottom: 24px;
text-transform: capitalize;
font-family: "Inter", sans-serif;
}
@media (max-width: 767.98px) {
.footer.inner-footer .footer-top .footer-title {
margin-bottom: 15px;
font-size: 16px;
}
}
.footer.inner-footer .footer-top .footer-widget {
margin-bottom: 20px;
}
@media (max-width: 991.96px) {
.footer.inner-footer .footer-top .footer-widget {
margin-bottom: 30px;
}
}
.footer.inner-footer .footer-top .footer-widget.footer-menu ul li {
margin-bottom: 16px;
}
@media (max-width: 767.98px) {
.footer.inner-footer .footer-top .footer-widget.footer-menu ul li {
margin-bottom: 10px;
}
}
.footer.inner-footer .footer-top .footer-widget.footer-menu ul li:last-child {
margin-bottom: 0;
}
.footer.inner-footer .footer-top .footer-widget.footer-menu ul li a {
color: #465D7C;
font-size: 16px;
padding-left: 0;
-webkit-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.footer.inner-footer .footer-top .footer-widget.footer-menu ul li a:hover {
color: var(--doccure_themecolor);
padding-left: 0;
}
.footer.inner-footer .footer-top .footer-widget.footer-menu ul li a::before {
content: none;
}
@media (max-width: 767.98px) {
.footer.inner-footer .footer-top .footer-widget.footer-menu ul li a {
font-size: 14px;
}
}
.footer.inner-footer .footer-bottom {
background: #E2EDFF;
border-top: 1px solid #FFF;
}
.footer.inner-footer .footer-bottom .copyright {
padding: 16px 0 6px;
border: 0;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.footer.inner-footer .footer-bottom .copyright-text {
margin-bottom: 10px;
}
.footer.inner-footer .footer-bottom .copyright-text p {
font-size: 16px;
color: #465D7C;
}
@media (max-width: 767.98px) {
.footer.inner-footer .footer-bottom .copyright-text p {
font-size: 14px;
}
}
.footer.inner-footer .footer-bottom .policy-menu {
font-size: 16px;
margin: 0 0 5px;
}
@media (max-width: 767.98px) {
.footer.inner-footer .footer-bottom .policy-menu {
font-size: 14px;
}
}
.footer.inner-footer .footer-bottom .policy-menu li {
display: inline-block;
margin: 0 8px 5px 0;
padding-right: 14px;
position: relative;
}
.footer.inner-footer .footer-bottom .policy-menu li:last-child {
margin-right: 0;
padding-right: 0;
}
.footer.inner-footer .footer-bottom .policy-menu li a {
color: #465D7C;
}
.footer.inner-footer .footer-bottom .policy-menu li a:hover, .footer.inner-footer .footer-bottom .policy-menu li a:focus {
color: var(--doccure_themecolor);
}
.footer.inner-footer .footer-bottom .policy-menu li::after {
background: var(--doccure_themecolor);
width: 6px;
height: 6px;
position: absolute;
right: 0;
left: auto;
border-radius: 50%;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
content: "";
}
.footer.inner-footer .footer-bottom .policy-menu li:last-child::after {
content: none;
}
.footer.inner-footer .footer-bottom .payment-method {
display: flex;
align-items: center;
justify-content: end;
margin-bottom: 10px;
}
.footer.inner-footer .footer-bottom .payment-method li {
margin-right: 10px;
}
.footer.inner-footer .footer-bottom .payment-method li:last-child {
margin-right: 0;
}
.footer.inner-footer .subscribe-input {
position: relative;
margin-bottom: 24px;
}
.footer.inner-footer .subscribe-input input {
height: 54px;
border-radius: 5px;
padding-right: 100px;
border: 1px solid #E6E8EE;
font-size: 14px;
}
.footer.inner-footer .subscribe-input input:placeholder {
color: #91A0B3;
}
.footer.inner-footer .subscribe-input button {
position: absolute;
right: 16px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
padding: 0.35rem 0.85rem;
font-size: 0.813rem;
font-weight: 500;
text-transform: capitalize;
border-radius: 44px !important;
font-family: "Inter", sans-serif;
}
.footer.inner-footer .footer-bg .footer-bg-01 {
position: absolute;
top: 20%;
left: 0;
z-index: -1;
}
.footer.inner-footer .footer-bg .footer-bg-02 {
position: absolute;
top: 0;
right: 0;
z-index: -1;
height: 100%;
}
.footer.inner-footer .footer-bg .footer-bg-03 {
position: absolute;
bottom: 0;
left: 0;
z-index: -1;
height: 100%;
}
.footer.inner-footer .footer-bg .footer-bg-04 {
position: absolute;
bottom: 0;
left: 10%;
z-index: -1;
height: 100%;
}
.footer.inner-footer .footer-bg .footer-bg-05 {
position: absolute;
top: 0;
right: 0;
z-index: -1;
}
.footer.inner-footer .footer-top .wpcf7-not-valid-tip {
color: red;
position: absolute;
margin: 5px 0px;
}
.footer.inner-footer .footer-top .wpcf7-response-output {
margin: 40px 0 0 !important;
}
.footer_contact_style1 p {
font-size: 15px;
}
.footer_contact_style1 .textwidget::before,.footer_contact_style1 .textwidget::after{
display: none !important;
}
.fa-x-twitter:before {
content: var(--fa)!important;
}
/*banner*/
.banner-section.banner-sec-one {
/* background: url("../img/bg/home-banner-bg.png") no-repeat; */
background-size: cover;
}
@media (max-width: 991.98px) {
.banner-section.banner-sec-one {
padding-top: 68px;
}
}
.banner-section.banner-sec-one::after {
content: none;
}
.banner-section.banner-sec-one .banner-content {
padding: 120px 0;
z-index: 1;
}
@media (max-width: 991.98px) {
.banner-section.banner-sec-one .banner-content {
padding: 50px 0;
}
}
.banner-section.banner-sec-one .banner-content .rating-appointment {
background: #FFF;
box-shadow: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
border-radius: 30px;
padding: 8px;
margin-bottom: 16px;
display: inline-block;
}
.banner-section.banner-sec-one .banner-content .rating-appointment h6 {
font-size: 16px;
}
.banner-section.banner-sec-one .banner-content .rating-appointment p {
font-size: 14px;
font-weight: 400;
margin-bottom: 0;
}
.banner-section.banner-sec-one .banner-content .rating-appointment i {
font-size: 14px;
}
.banner-section.banner-sec-one .banner-content h1 {
margin-bottom: 40px;
}
@media (max-width: 767.98px) {
.banner-section.banner-sec-one .banner-content h1 {
margin-bottom: 35px;
}
}
.banner-section.banner-sec-one .banner-content h1 .banner-icon {
background: linear-gradient(180deg, #F6F2FF 0%, #CBE2FF 100%);
border: 2px solid #FFF;
border-radius: 80px;
position: relative;
width: 120px;
height: 63px;
display: inline-block;
vertical-align: middle;
}
.banner-section.banner-sec-one .banner-content h1 .banner-icon img {
position: absolute;
bottom: 8px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
width: 65px;
height: 65px;
}
@media (max-width: 767.98px) {
.banner-section.banner-sec-one .banner-content h1 .banner-icon {
display: none;
}
}
.banner-section.banner-sec-one .search-box-five {
background: transparent;
border: 1px solid transparent;
background-image: linear-gradient(#FFF, #FFF), linear-gradient(90.08deg, var(--doccure_themecolor) 0.09%, var(--doccure_signup_bg_gradient_end) 70.28%);
background-origin: border-box;
background-clip: padding-box, border-box;
border-radius: 70px;
padding: 8px;
display: table;
position: relative;
z-index: 1;
box-shadow: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
margin: 0;
width: 100%;
}
@media (max-width: 767.98px) {
.banner-section.banner-sec-one .search-box-five {
border-radius: 10px;
}
}
.banner-section.banner-sec-one .search-box-five .search-input-five.search-calendar-line {
width: 21%;
}
.banner-section.banner-sec-one .search-box-five .search-input-five.search-calendar-line input {
padding-right: 10px;
}
@media (max-width: 1199.98px) {
.banner-section.banner-sec-one .search-box-five .search-input-five.search-calendar-line {
width: 17%;
}
}
@media (max-width: 767.98px) {
.banner-section.banner-sec-one .search-box-five .search-input-five.search-calendar-line {
width: 100%;
}
}
.banner-section.banner-sec-one .search-box-five .search-input-five i {
color: #012047;
}
.banner-section.banner-sec-one .search-box-five .search-input-five > i.bficon {
left: 8px;
}
.banner-section.banner-sec-one .search-box-five .search-input-five.search-line-five .form-control {
padding-left: 33px;
}
.banner-section.banner-sec-one .search-box-five .form-search-btn {
padding-top: 0;
}
.banner-section.banner-sec-one .search-box-five .form-search-btn .btn {
margin: 0;
}
.banner-section.banner-sec-one .banner-img {
z-index: 1;
position: relative;
text-align: right;
}
.banner-section.banner-sec-one .banner-img::before {
content: "";
background-position: top center !important;
width: 100%;
height: 100%;
position: absolute;
top: 40px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
z-index: -1;
}
.banner-section.banner-sec-one .banner-img .banner-appointment {
box-shadow: 0px 4px 24px 0px rgb(221, 220, 255);
padding: 16px;
border-radius: 10px;
text-align: center;
background: #FFF;
-webkit-animation: mover 3s infinite alternate;
animation: mover 3s infinite alternate;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}
.banner-section.banner-sec-one .banner-img .banner-appointment p {
font-size: 12px;
margin-bottom: 0;
}
.banner-section.banner-sec-one .banner-img .banner-patient {
background: #000F28;
padding: 10px;
border-radius: 5px;
-webkit-animation: mover 3s infinite alternate;
animation: mover 3s infinite alternate;
text-align: center;
position: absolute;
left: 0;
bottom: 100px;
}
.banner-section.banner-sec-one .banner-img .banner-patient p {
font-size: 12px;
color: #FFF;
margin-bottom: 0;
}
.banner-section.banner-sec-one .banner-img .banner-patient .avatar-group-sm {
margin-bottom: 8px;
}
.banner-section.banner-sec-one .banner-img .banner-patient .avatar-group-sm img {
border: 0;
}
.banner-section.banner-sec-one .banner-bg .banner-bg-01 {
position: absolute;
top: 0;
left: 0;
}
.banner-section.banner-sec-one .banner-bg .banner-bg-02 {
position: absolute;
bottom: 0;
left: 0;
z-index: -1;
}
.banner-section.banner-sec-one .banner-bg .banner-bg-03 {
position: absolute;
bottom: 0;
right: 0;
z-index: -1;
}
@media (max-width: 575.98px) {
.banner-section.banner-sec-one .banner-bg .banner-bg-03 {
display: none;
}
}
.banner-section.banner-sec-one .banner-bg .banner-bg-04 {
position: absolute;
top: 0;
right: 0;
z-index: -1;
}
@media (max-width: 575.98px) {
.banner-section.banner-sec-one .banner-bg .banner-bg-04 {
display: none;
}
}
.banner-section.banner-sec-one .banner-bg .banner-bg-05 {
position: absolute;
left: 3%;
bottom: 15%;
}
@media (max-width: 575.98px) {
.banner-section.banner-sec-one .banner-bg .banner-bg-05 {
display: none;
}
}
.banner-section.banner-sec-one .banner-bg .banner-bg-06 {
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
left: 50%;
}
@media (max-width: 575.98px) {
.banner-section.banner-sec-one .banner-bg .banner-bg-06 {
display: none;
}
}
.text-orange {
color: #E04F16 !important;
}
.text-purple {
color: #6938EF !important;
}
.text-purple {
color: #6938EF !important;
}
.text-secondary {
color: #822BD4 !important;
opacity: 1;
}
.text-info {
color: #110EFD !important;
opacity: 1;
}
.text-success {
color: #04BD6C !important;
opacity: 1;
}
.text-warning {
color: #FFCA18 !important;
opacity: 1;
}
.text-danger {
color: #FF0000 !important;
opacity: 1;
}
.text-pink {
color: #DD2590 !important;
}
.text-purple {
color: #6938EF !important;
}
.text-orange {
color: #E04F16 !important;
}
.text-cyan {
color: var(--thm-secondary) !important;
}
.text-dark {
color: #000F28 !important;
}
.text-light {
color: #E2EDFF !important;
}
.text-gray {
color: #5E738E !important;
}
.text-black {
color: #000 !important;
}
.text-white {
color: #FFF !important;
}
.text-gray-1 {
color: #E3E6EC;
}
.text-gray-2 {
color: #ACB7C6;
}
.text-gray-3 {
color: #91A0B3;
}
.text-gray-4 {
color: #7789A0;
}
.text-gray-5 {
color: #5E738E;
}
.text-gray-6 {
color: #465D7C !important;
}
.text-gray-7 {
color: #2F486A;
}
.text-gray-8 {
color: #183458;
}
.text-gray-9 {
color: #012047 !important;
}
.text-title {
color: #012047 !important;
}
.banner-section.banner-sec-one .avatar.avatar-rounded img {
border-radius: 50%;
}
.banner-section.banner-sec-one .avatar-list-stacked.avatar-group-lg .avatar {
width: 2.813rem;
height: 2.813rem;
}
.banner-section.banner-sec-one .avatar-list-stacked .avatar {
margin-inline-end: -0.875rem !important;
border: 1px solid rgba(0, 0, 0, 0.05);
vertical-align: middle;
transition: transform ease 200ms;
}
.banner-section.banner-sec-one .avatar-list-stacked {
padding: 0;
padding-right: 0.875rem;
}
.banner-section.banner-sec-one .avatar-list-stacked.avatar-group-sm .avatar {
width: 1.5rem;
height: 1.5rem;
}
.banner-section.banner-sec-one .avatar-list-stacked .avatar:hover {
z-index: 1;
transform: translateY(-0.188rem);
}
.banner-section.banner-sec-one .search-input-five {
width: 25%;
float: left;
display: table-cell;
vertical-align: middle;
position: relative;
}
.banner-section.banner-sec-one .search-input-five.search-input-five {
width: 35%;
}
.banner-section.banner-sec-one .search-input-five.search-map-line {
width: 26%;
}
.banner-section.banner-sec-one .search-box-one .search-input-five.search-calendar-line {
width: 21%;
}
.banner-section.banner-sec-one .search-input-five.search-input-five::before {
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
width: 1px;
height: 44px;
background: #E3E4E8;
content: "";
z-index: 1;
}
@media (max-width: 767.96px) {
.banner-section.banner-sec-one .search-input-five.search-input-five::before {
display: none;
}
}
@media (max-width: 767.96px) {
.banner-section.banner-sec-one .search-input-five.search-input-five {
width: 100%;
}
.banner-section.banner-sec-one .search-box-five .search-input-five > i.bficon {
left: 0;
}
}
.banner-section.banner-sec-one .search-input-five.search-map-line {
width: 26%;
margin-right: 15px;
}
.banner-section.banner-sec-one .search-input-five.search-map-line::before {
position: absolute;
top: 50%;
right: -10px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
width: 1px;
height: 44px;
background: #E6E8EE;
content: "";
z-index: 1;
}
.banner-section.banner-sec-one .search-input-five.search-calendar-line::before {
display: none;
}
@media (max-width: 767.96px) {
.banner-section.banner-sec-one .search-input-five.search-map-line::before {
display: none;
}
}
.banner-section.banner-sec-one .search-input-five.search-map-line select {
height: 40px;
border: 0;
height: 40px;
padding: 0px 36px 0px 36px;
border: 0;
appearance: auto;
}
@media (max-width: 767.96px) {
.banner-section.banner-sec-one .search-input-five.search-map-line select {
border: 0;
padding: 0px 25px 0px 25px;
}
}
.banner-section.banner-sec-one .search-input-five.search-map-line > i {
left: 10px;
}
@media (max-width: 767.96px) {
.banner-section.banner-sec-one .search-input-five.search-map-line > i {
left: 0;
}
}
@media (max-width: 767.96px) {
.banner-section.banner-sec-one .search-input-five.search-map-line {
width: 100%;
}
}
.banner-section.banner-sec-one .search-input-five input {
height: 40px;
padding: 0 10px 0 25px;
border: 0;
}
.banner-section.banner-sec-one .search-input-five input::placeholder {
color: #8C97B0;
}
.banner-section.banner-sec-one .search-input-five.search-calendar-line select {
height: 40px;
padding: 0 36px 0 36px;
border: 0;
appearance: auto;
}
@media (max-width: 767.96px) {
.banner-section.banner-sec-one .search-input-five.search-calendar-line select {
padding: 0px 25px 0px 25px;
}
}
.banner-section.banner-sec-one .search-input-five.search-calendar-line > i {
left: 10px;
}
@media (max-width: 767.96px) {
.banner-section.banner-sec-one .search-input-five.search-calendar-line > i {
left: 0;
}
}
.banner-section.banner-sec-one .search-input-five i {
position: absolute;
top: 50%;
right: inherit;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
color: #8894AE;
font-size: 18px;
z-index: 9;
}
.banner-section.banner-sec-one .search-input-five .current-loc-icon {
position: absolute;
top: 50%;
right: 12px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
margin-top: 0px;
color: #465D7C;
font-size: 18px;
line-height: 0;
}
.banner-section.banner-sec-one .search-input-five .current-loc-icon i {
position: unset;
transform: unset;
}
.banner-section.banner-sec-one .search-input-five > i.bficon {
right: inherit;
left: 0;
z-index: 1;
}
@media (max-width: 767.96px) {
.banner-section.banner-sec-one .search-input {
width: 100%;
}
}
.banner-section.banner-sec-one .form-search-btn {
float: right;
padding-top: 4px;
}
.banner-section.banner-sec-one .form-search-btn .btn {
font-size: 16px;
font-weight: 500;
min-width: 86px;
padding: 9px 15px;
-webkit-transition: 0s;
-ms-transition: 0s;
transition: 0s;
background-color: var(--doccure_themecolor);
border: 1px solid var(--doccure_themecolor);
background-image: linear-gradient(90.08deg, var(--doccure_themecolor) 0.09%, var(--doccure_signup_bg_gradient_end) 70.28%) !important;
color: #FFF !important;
box-shadow: none !important;
border-radius: 44px !important;
position: relative;
overflow: hidden;
z-index: 1;
display: inline-block;
text-transform: capitalize;
font-family: "Inter", sans-serif;
}
.banner-section.banner-sec-one .form-search-btn .btn:hover {
-webkit-transition: 0s;
-ms-transition: 0s;
transition: 0s;
background-color: #026ee0!important;
border: 1px solid #026ee0!important;
color: #FFF;
}
.banner-section.banner-sec-one .form-search-btn .btn.btn-primary:hover::before,
.banner-section.banner-sec-one .form-search-btn .btn.btn-primary:focus::before,
.banner-section.banner-sec-one .form-search-btn .btn.btn-primary.focus::before,
.banner-section.banner-sec-one .form-search-btn .btn.btn-primary:active::before,
.banner-section.banner-sec-one .form-search-btn .btn.btn-primary.active::before {
transform: scaleX(1);
transform-origin: left center;
}
.banner-section.banner-sec-one .form-search-btn .btn.btn-primary::before {
content: "";
position: absolute;
background: linear-gradient(90.08deg, var(--doccure_themecolor) 0.09%, var(--doccure_signup_bg_gradient_end) 70.28%);
transform: scaleX(0);
transform-origin: right center;
transition: transform 0.24s ease-in-out;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
}
@media (max-width: 767.96px) {
.banner-section.banner-sec-one .form-search-btn .btn {
width: 100%;
}
}
@media (max-width: 767.96px) {
.banner-section.banner-sec-one .form-search-btn {
width: 100%;
float: left;
}
}
.list-section {
position: relative;
margin-top: -40px;
z-index: 9;
}
.list-card .card-body {
padding: 40px;
}
@media (max-width: 991.98px) {
.list-card .card-body {
padding: 30px;
}
}
.list-item {
display: block;
text-align: center;
}
.list-item .list-icon {
width: 56px;
height: 56px;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
margin: 0 auto 8px;
}
.list-item h6 {
font-size: 16px;
font-weight: 500;
}
.list-item:hover h6 {
color: var(--doccure_themecolor);
}
.list-item:hover img {
transform: rotateY(360deg);
-webkit-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
-webkit-transition: 0.6s;
-ms-transition: 0.6s;
transition: 0.6s;
}
@media (max-width: 991.98px) {
.list-item {
width: 33.3%;
}
}
@media (max-width: 767.98px) {
.list-item {
width: 20%;
}
}
@media (max-width: 575.98px) {
.list-item {
width: 100%;
}
}
.speciality-section {
padding: 60px 0;
}
@media (max-width: 991.98px) {
.speciality-section {
padding: 50px 0;
}
}
.spaciality-item {
text-align: center;
-webkit-transition: 0.4s;
-ms-transition: 0.4s;
transition: 0.4s;
}
.spaciality-item .spaciality-img {
position: relative;
margin-bottom: 16px;
border-radius: 20px;
-webkit-transition: 0.4s;
-ms-transition: 0.4s;
transition: 0.4s;
}
.spaciality-item .spaciality-img img {
border-radius: 20px;
width: 100%;
object-fit: cover;
}
.spaciality-item .spaciality-img .spaciality-icon {
width: 60px;
height: 60px;
border-radius: 50%;
background: #FFF;
display: inline-flex;
align-items: center;
justify-content: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.spaciality-item .spaciality-img .spaciality-icon img {
width: auto !important;
height: auto;
}
.spaciality-item .spaciality-img::before {
position: absolute;
top: 0;
left: 0;
content: "";
background: rgba(0, 0, 0, 0.3);
width: 100%;
height: 100%;
border-radius: 20px;
-webkit-transition: 0.4s;
-ms-transition: 0.4s;
transition: 0.4s;
}
.spaciality-item h6 {
font-size: 16px;
font-weight: 500;
margin-bottom: 4px;
}
.spaciality-item p {
font-size: 14px;
}
.spaciality-item:hover {
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
.spaciality-item:hover .spaciality-img::before {
background: rgba(0, 0, 0, 0.7);
}
.spaciality-item:hover .spaciality-img .spaciality-icon {
background: var(--doccure_themecolor);
}
.spaciality-item:hover .spaciality-img .spaciality-icon img {
filter: invert(1) brightness(1000);
transform: rotateY(360deg);
-webkit-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
-webkit-transition: 0.6s;
-ms-transition: 0.6s;
transition: 0.6s;
}
.home_new.owl-nav.nav-bottom {
text-align: center;
margin-top: 40px;
}
.home_new.owl-nav.nav-bottom .owl-prev,
.home_new.owl-nav.nav-bottom .owl-next {
width: 36px;
height: 36px;
background: #F0F6FF;
border : 1px solid #F0F6FF;
border-radius : 50% !important;
color : #012047;
margin : 0;
padding : 0;
font-size : 14px;
}
.home_new.owl-nav.nav-bottom .owl-prev:hover,
.home_new.owl-nav.nav-bottom .owl-next:hover {
background: var(--doccure_themecolor);
border-color: var(--doccure_themecolor);
color: #FFF;
}
.home_new.owl-nav.nav-bottom .owl-next {
margin-left: 12px;
}
.section-header.sec-header-one {
margin-bottom: 40px;
}
.section-header.sec-header-one .badge {
font-size: 14px;
border-radius: 20px;
font-weight: 500;
padding: 7px 20px;
position: relative;
margin-bottom: 15px;
box-shadow: none;
}
.section-header.sec-header-one .badge::before, .section-header.sec-header-one .badge::after {
content: "";
background: #BFDCFF;
width: 5px;
height: 5px;
border-radius: 50%;
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}
.section-header.sec-header-one .badge::before {
left: 8px;
}
.section-header.sec-header-one .badge::after {
right: 8px;
}
.section-header.sec-header-one h2 {
font-size: 32px;
font-weight: 700;
}
@media (max-width: 991.98px) {
.section-header.sec-header-one h2 {
font-size: 28px;
}
}
@media (max-width: 767.98px) {
.section-header.sec-header-one h2 {
font-size: 24px;
}
}
.badge.badge-primary {
background: var(--doccure_themecolor);
color: #FFF;
}
.doctor-section {
background: #F9FBFF;
padding: 60px 0;
}
@media (max-width: 991.98px) {
.doctor-section {
padding: 50px 0;
}
}
.doctor-section .owl-nav.nav-bottom {
margin-top: 16px;
}
.clinic-item .clinic-icon {
width: 60px;
height: 60px;
border: 1px solid #E6E8EE;
border-radius: 10px;
}
.clinic-item .clinic-icon img {
border-radius: 10px;
}
.clinic-item .clinic-location p {
position: relative;
padding-right: 14px;
display: inline-flex;
align-items: center;
}
.clinic-item .clinic-location p i {
color: #012047;
}
.clinic-item .clinic-location p:last-child {
padding: 0;
}
.clinic-item .clinic-location p:last-child::before {
content: none;
}
.clinic-item .clinic-location p::before {
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
right: 0;
width: 6px;
height: 6px;
border-radius: 50%;
background: #E04F16;
}
.hospital-tab.settings-tab {
margin-bottom: 24px;
}
.result-wrap .select2-container {
width: auto !important;
}
.result-wrap .dash-search-input {
max-width: 400px;
}
.hospital-item .hospital-icon {
display: block;
margin-bottom: 20px;
}
.hospital-item p {
display: inline-flex;
align-items: center;
}
.hospital-item p i {
color: #012047;
}
.hospital-form .form-check {
margin: 0 24px 24px 0;
}
.hospital-form .form-check:last-child {
margin-right: 0;
}
.virtual-hospital, .appointment-hospital,
.appointment-hospital, .all-clinic {
display: none;
}
.doctors-search-box {
max-width: 855px;
margin: 20px auto -80px;
padding: 2px;
}
@media (max-width: 767.98px) {
.doctors-search-box {
border-radius: 10px !important;
}
}
@media (max-width: 767.98px) {
.doctors-search-box .search-box-one {
border-radius: 10px !important;
}
}
@media (max-width: 767.98px) {
.doctors-search-box .search-box-one .form-search-btn button {
justify-content: center;
}
}
.head-icon {
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
border: 1px solid #E6E8EE;
border-radius: 5px;
font-size: 16px !important;
}
.head-icon.active, .head-icon:hover {
background: var(--doccure_themecolor);
color: #FFF;
border-color: #FFF;
}
.sort-dropdown span {
color: #012047;
display: inline-block;
margin-right: 10px;
}
.text-orange {
color: #E04F16;
}
.text-indigo {
color: #3538CD;
}
.bg-orange {
background: #E04F16;
}
.active-bar {
position: relative;
}
.active-bar::after {
content: "";
width: 2px;
height: 30px;
background: #3538CD;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.active-bar.active-bar-pink::after {
background: #DD2590;
}
.active-bar.active-bar-success::after {
background: #04BD6C;
}
.active-bar.active-bar-info::after {
background: #110EFD;
}
.active-bar.active-bar-teal::after {
background: #0E9384;
}
.active-bar.active-bar-danger::after {
background: #FF0000;
}
.active-bar.active-bar-indigo::after {
background: #3538CD;
}
.doctor-info-detail {
border-bottom: 1px dashed #E6E8EE;
}
.doctors-slider {
font-family: "Inter", sans-serif;
}
.doctor-info-detail h3 {
font-size: 20px;
font-weight: 600;
}
.doctors-slider .btn.btn-md {
padding: 0.35rem 0.85rem;
font-size: 0.813rem;
}
.doctors-slider p.consultation_fee {
margin-top: 0;
margin-bottom: 16px;
font-size: 15px;
color: #465D7C;
}
.grid-overlay-item {
position: absolute;
top: 20px;
left: 0;
right: 0;
padding: 0 20px;
}
.grid-overlay-item .fav-icon {
width: 32px;
height: 32px;
background: #FFF;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.grid-overlay-item .fav-icon i {
color: #E3E6EC;
}
.card-img-hover {
transition: 0.5s all;
overflow: hidden;
border-radius: 10px 10px 0 0;
}
.card-img-hover img {
transition: 0.5s all;
border-radius: 10px 10px 0 0;
width: 100%;
}
.card-img-hover:hover img {
transform: scale(1.14);
transition: 0.5s all;
}
.bg-success-light {
background-color: #EDF9F0 !important;
color: #04BD6C !important;
}
.badge {
padding: 0.25rem 0.45rem;
font-weight: 600;
letter-spacing: 0.5px;
border-radius: 4px;
}
.fs-14 {
font-size: 0.875rem !important;
}
.fs-5 {
font-size: 0.3125rem !important;
}
.active-bar::after {
content: "";
width: 2px;
height: 30px;
background: #3538CD;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.horizontal-slide {
overflow: hidden;
}
.horizontal-slide[data-direction=right] {
--_animation-direction: reverse;
}
.horizontal-slide[data-direction=left] {
--_animation-direction: forwards;
}
.horizontal-slide[data-speed=fast] {
--_animation-duration: 30s;
}
.horizontal-slide[data-speed=slow] {
--_animation-duration: 120s;
}
.horizontal-slide .slide-list {
width: max-content;
flex-wrap: nowrap;
animation: scroll var(--_animation-duration, 60s) var(--_animation-direction, forwards) linear infinite;
}
.horizontal-slide .slide-list:hover {
animation-play-state: paused;
}
@keyframes scroll {
to {
transform: translate(calc(-50% - 0.5rem));
}
}
.services-section {
background: linear-gradient(90.08deg, var(--doccure_themecolor) 0.09%, var(--doccure_signup_bg_gradient_end) 70.28%);
padding: 13px 0;
}
.services-slide {
position: relative;
padding-right: 56px;
}
.services-slide h6 {
white-space: nowrap;
font-size: 14px;
font-weight: 500;
}
.services-slide h6 a {
color: #FFF;
}
.services-slide::before {
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
right: 0;
width: 40px;
height: 2px;
background: #75C7E2;
}
.reason-section {
padding: 60px 0;
background-image: url(../images/reason-bg.svg);
background-repeat: no-repeat;
}
.reason-item {
padding: 20px;
border-left: 1px dashed #E3E6EC;
}
.text-primary-gradient {
background: linear-gradient(90.08deg, var(--doccure_signup_bg_gradient_end) 0.09%, var(--doccure_signup_bg_gradient_end) 70.28%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;
}
.bg-dark {
background-color: #000F28 !important;
border: 1px solid #000F28 !important;
color: #FFF;
}
.bookus-sec {
padding-top: 60px;
}
@media (max-width: 991.98px) {
.bookus-sec {
padding-top: 50px;
}
}
.bookus-section {
padding: 60px 0;
border-radius: 10px 10px 0 0;
}
@media (max-width: 991.98px) {
.bookus-section {
padding: 50px 0;
}
}
.bookus-section .faq-info .accordion-item {
border: 1px solid #183458;
border-radius: 10px;
padding: 20px;
background: rgba(1, 32, 71, 0.2);
margin-bottom: 16px;
}
.bookus-section .faq-info .accordion-item:last-child {
margin-bottom: 0;
}
.bookus-section .faq-info .accordion-item .accordion-button {
font-size: 18px;
color: #FFF;
}
.bookus-section .faq-info .accordion-item .accordion-button::after {
background: #183458;
width: 24px;
height: 24px;
}
.bookus-section .faq-info .accordion-item .accordion-button:not(.collapsed) {
color: var(--doccure_themecolor);
}
.bookus-section .faq-info .accordion-item .accordion-button:not(.collapsed)::after {
background: var(--doccure_themecolor);
}
.bookus-section .faq-info .accordion-item .accordion-body {
margin: 0;
padding-top: 8px;
border: 0;
}
.bookus-section .faq-info .accordion-item .accordion-content p {
color: #E2EDFF;
}
.bookus-img {
margin-right: 80px;
}
@media (max-width: 1199.98px) {
.bookus-img {
margin-right: 50px;
}
}
@media (max-width: 991.98px) {
.bookus-img {
margin-right: 0;
}
}
.bookus-img img {
border-radius: 10px !important;
}
.book-item {
text-align: center;
position: relative;
}
.book-item .book-icon {
margin: 0 auto 24px;
width: 56px;
height: 56px;
border-radius: 10px;
font-size: 24px;
color: #FFF;
display: inline-flex;
align-items: center;
justify-content: center;
}
.book-item p {
margin-bottom: 0;
}
.book-item .way-icon {
position: absolute;
top: 37px;
right: -35%;
width: 156px;
height: 27px;
}
@media (max-width: 991.98px) {
.book-item .way-icon {
display: none;
}
}
.company-section {
padding: 60px 0;
border-radius: 0 0 30px 30px;
}
@media (max-width: 991.98px) {
.company-section {
padding: 50px 0;
}
}
.company-section .sec-header-one h6 {
font-size: 16px;
font-weight: 500;
}
.company-slider img {
width: auto !important;
}
.faq-section-one .faq-info .accordion-item {
background: #FFF;
padding: 0 0 24px;
border-bottom: 1px solid #E6E8EE;
}
.faq-section-one .faq-info .accordion-item:last-child {
padding: 0;
margin: 0;
border: 0;
}
.faq-section-one .faq-info .accordion-item .accordion-button {
font-size: 18px;
}
@media (max-width: 991.98px) {
.faq-section-one .faq-info .accordion-item .accordion-button {
font-size: 16px;
}
}
.faq-section-one .faq-info .accordion-item .accordion-body {
margin: 0;
padding: 24px 0 0;
border: 0;
}
.testimonial-counter {
padding-top: 60px;
}
@media (max-width: 991.98px) {
.testimonial-counter {
padding-top: 50px;
}
}
.counter-item h6 {
position: relative;
}
.counter-item h6::before {
content: "";
width: 100px;
height: 4px;
left: 50%;
bottom: 5px;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
background: #04BD6C;
position: absolute;
}
.counter-item h6.secondary-count::before {
background: #822BD4;
}
.counter-item h6.pink-count::before {
background: #DD2590;
}
.counter-item h6.purple-count::before {
background: #6938EF;
}
.counter-item h6.warning-count::before {
background: #FFCA18;
}
.counter-item p {
margin-bottom: 0;
}
.testimonial-section-one {
padding: 60px 0;
background: url("../images/testimonial-bg.jpg") no-repeat;
background-size: cover;
font-family: "Inter", sans-serif;
}
@media (max-width: 991.98px) {
.testimonial-section-one {
padding: 50px 0;
}
}
.testimonial-counter {
padding-top: 60px;
}
@media (max-width: 991.98px) {
.testimonial-counter {
padding-top: 50px;
}
}
.fs-16 {
font-size: 1rem;
}
.testimonial-section-one h6 a {
color: #012047;
}
.testimonial-section-one .rating i.filled {
color: #FFCA18;
}
.company-section.bg-dark {
background-color: #000F28 !important;
border: 1px solid #000F28 !important;
color: #FFF;
}
.company-section {
padding: 60px 0;
border-radius: 0 0 30px 30px;
}
@media (max-width: 991.98px) {
.company-section {
padding: 50px 0;
}
}
.company-section .sec-header-one h6 {
font-size: 16px;
font-weight: 500;
}
.company-slider img {
width: auto !important;
}
.faq-section-one {
padding: 60px 0;
}
@media (max-width: 991.98px) {
.faq-section-one {
padding: 50px 0;
}
}
.faq-section-one .faq-info .accordion-item {
background: #FFF;
padding: 0 0 24px;
border-bottom: 1px solid #E6E8EE;
}
.faq-section-one .faq-info .accordion-item:last-child {
padding: 0;
margin: 0;
border: 0;
}
.faq-section-one .faq-info .accordion-item .accordion-button {
font-size: 18px;
}
.faq-section-one .faq-info .accordion-item .accordion-button:hover,
.faq-section-one .faq-info .accordion-item .accordion-button:focus {
border: 0;
color: #272b41;
}
@media (max-width: 991.98px) {
.faq-section-one .faq-info .accordion-item .accordion-button {
font-size: 16px;
}
}
.faq-section-one .faq-info .accordion-item .accordion-body {
margin: 0;
padding: 24px 0 0;
border: 0;
}
.app-section {
background-color: #ffffff;
margin: 0;
padding: 20px 0 60px;
}
@media (max-width: 991.98px) {
.app-section {
margin: 0;
padding: 20px 0 40px;
}
}
.app-bg {
background-image: linear-gradient(90.08deg, var(--doccure_themecolor) 0.09%, var(--doccure_signup_bg_gradient_end) 70.28%);
background-position: right top;
background-repeat: no-repeat;
border-radius: 6px;
padding: 40px 0 0 80px;
position: relative;
}
.app-bg::before {
content: "";
/* background: url("../img/bg/app-bgs.png"); */
position: absolute;
top: 0;
right: 0;
z-index: 1;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: top right;
}
@media (max-width: 1199.96px) {
.app-bg {
margin: 0;
padding: 30px;
}
}
@media (max-width: 991.98px) {
.app-bg {
margin: 0;
padding: 40px 0;
}
}
@media (max-width: 767.96px) {
.app-bg {
margin: 0;
padding: 20px;
}
}
.app-bg .app-content {
margin: 0;
padding: 40px 0 80px;
}
@media (max-width: 1199.96px) {
.app-bg .app-content {
margin: 0;
padding: 0;
}
}
@media (max-width: 991.98px) {
.app-content {
text-align: center;
}
}
.app-header {
padding-bottom: 40px;
}
.app-header h5 {
font-size: 20px;
font-weight: 600;
color: #ffffff;
margin-bottom: 4px;
}
@media (max-width: 991.98px) {
.app-header h5 {
font-size: 18px;
}
}
.app-header h2 {
font-size: 32px;
font-weight: 700;
color: #ffffff;
margin-bottom: 0;
max-width: 565px;
}
@media (max-width: 991.98px) {
.app-header h2 {
font-size: 28px;
max-width: 100%;
}
}
@media (max-width: 767.96px) {
.app-header h2 {
font-size: 24px;
}
}
@media (max-width: 991.98px) {
.app-header {
padding-bottom: 30px;
}
}
@media (max-width: 767.96px) {
.app-header {
padding-bottom: 20px;
}
}
.app-scan {
padding-bottom: 40px;
}
.app-scan p {
font-size: 14px;
font-weight: 500;
color: #ffffff;
margin-bottom: 8px;
}
@media (max-width: 991.98px) {
.app-scan {
padding-bottom: 30px;
}
}
@media (max-width: 767.96px) {
.app-scan {
padding-bottom: 20px;
}
}
.google-imgs a {
margin-right: 24px;
}
.google-imgs a:last-child {
margin-right: 0;
}
@media (max-width: 767.96px) {
.google-imgs a img {
width: 120px;
}
}
@media (max-width: 767.96px) {
.google-imgs a {
margin-right: 10px;
}
}
.mobile-img {
position: relative;
bottom: 0;
}
@media (max-width: 991.98px) {
.mobile-img {
display: none;
}
}
@media (max-width: 1440.96px) {
.mobile-img img {
max-width: 450px;
}
}
@media (max-width: 1199.96px) {
.mobile-img img {
max-width: 370px;
}
}
.app-section.app-sec-one {
position: relative;
}
.app-section.app-sec-one .app-bg {
border-radius: 30px;
padding: 50px 50px 0 50px;
z-index: 1;
}
@media (max-width: 991.98px) {
.app-section.app-sec-one .app-bg {
padding: 50px;
}
}
@media (max-width: 767.98px) {
.app-section.app-sec-one .app-bg {
padding: 30px;
}
}
.app-section.app-sec-one .app-bg::before {
content: none;
}
.app-section.app-sec-one .app-bg .app-content {
padding-left: 100px;
}
@media (max-width: 991.98px) {
.app-section.app-sec-one .app-bg .app-content {
padding: 0;
}
}
.app-section.app-sec-one .app-bg .app-header {
margin-bottom: 24px;
padding: 0;
}
.app-section.app-sec-one .app-bg .display-6 {
margin-bottom: 10px;
}
.app-section.app-sec-one .app-bg p {
margin-bottom: 0;
}
.app-section.app-sec-one .app-bg .google-imgs a {
margin-right: 12px;
}
.app-section.app-sec-one .app-bg .google-imgs a:last-child {
margin-right: 0;
}
.app-section.app-sec-one .mobile-img {
text-align: right;
}
.app-section.app-sec-one .app-bgs .app-bg-01 {
position: absolute;
left: 25px;
bottom: 0;
z-index: -1;
}
@media (max-width: 767.98px) {
.app-section.app-sec-one .app-bgs .app-bg-01 {
width: 130px;
}
}
.app-section.app-sec-one .app-bgs .app-bg-02 {
position: absolute;
top: 10%;
left: 0;
z-index: -1;
}
.app-section.app-sec-one .app-bgs .app-bg-03 {
position: absolute;
bottom: 20px;
right: 0;
z-index: -1;
}
@media (max-width: 991.98px) {
.app-section.app-sec-one .app-bgs .app-bg-03 {
width: 130px;
}
}
.app-section.app-sec-one .download-bg {
position: absolute;
top: 20px;
left: 0;
}
.article-section {
padding: 60px 0;
}
@media (max-width: 991.98px) {
.article-section {
padding: 50px 0;
}
}
.article-item {
border-radius: 10px;
display: flex;
align-items: center;
box-shadow: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
}
@media (max-width: 575.98px) {
.article-item {
display: block;
}
}
.article-item .article-img {
border-radius: 10px;
width: 306px;
position: relative;
flex-shrink: 0;
overflow: hidden;
}
@media (max-width: 1399.98px) {
.article-item .article-img {
width: 245px;
}
}
@media (max-width: 575.98px) {
.article-item .article-img {
width: 100%;
}
}
.article-item .article-img img {
border-radius: 10px;
-webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
-ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
transform: translateZ(0);
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
}
.article-item .article-img .date-icon {
width: 60px;
height: 60px;
border-radius: 10px;
position: absolute;
top: 15px;
left: 15px;
background: #FFF;
text-align: center;
padding: 6px;
}
.article-item .article-img .date-icon span {
font-size: 18px;
font-weight: 600;
color: #012047;
display: block;
}
.article-item .article-img:hover img {
transform: scale(1.15);
-webkit-transform: scale(1.15);
-ms-transform: scale(1.15);
}
.article-item .article-info {
padding: 24px;
}
.article-item .article-info .badge {
font-size: 14px;
border-radius: 20px;
font-weight: 500;
padding: 5px 8px;
background-color: var(--doccure_signup_bg_gradient_end);
color: #FFF;
}
.article-item .article-info h6, .article-item .article-info p {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.article-item .article-info p {
margin-bottom: 0;
}
.load-item {
margin-top: 40px;
}
.load-item .btn {
padding: 9px 16px;
}
.info-section {
position: relative;
bottom: -40px;
z-index: 9;
margin-top: -40px;
}
.contact-info {
background: linear-gradient(90.08deg, var(--doccure_themecolor) 0.09%, var(--doccure_signup_bg_gradient_end) 70.28%);
padding: 60px;
border-radius: 30px;
}
@media (max-width: 1199.98px) {
.contact-info {
padding: 40px;
}
}
@media (max-width: 767.98px) {
.contact-info {
padding: 30px;
}
}
.con-info .con-icon {
width: 44px;
height: 44px;
border-radius: 50%;
background: #FFF;
font-size: 24px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.con-info .con-icon i {
background: linear-gradient(90.08deg, var(--doccure_themecolor) 0.09%, var(--doccure_signup_bg_gradient_end) 70.28%);
-webkit-background-clip: text;
color: transparent;
}
.con-info p {
white-space: nowrap;
}
.display-6 {
font-size: 38px;
font-weight: 700;
}
.profile-sidebar {
background-color: #FFF;
border: 1px solid #E6E8EE;
margin-bottom: 24px;
overflow: hidden;
box-shadow: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
border-radius: 10px;
}
@media (max-width: 767.98px) {
.profile-sidebar {
margin-bottom: 20px !important;
}
}
.profile-sidebar .pro-widget-content {
border-bottom: 0;
margin: 0;
padding: 20px;
text-align: center;
}
.profile-sidebar .dashboard-widget {
padding: 15px;
}
.profile-sidebar .dashboard-widget .dashboard-menu ul {
color: #7789A0;
font-size: 14px;
line-height: 17px;
list-style: none;
text-transform: capitalize;
margin: 0;
padding: 0;
}
.profile-sidebar .dashboard-widget .dashboard-menu ul li {
line-height: inherit;
}
.profile-sidebar .dashboard-widget .dashboard-menu ul li a i {
font-size: 16px;
margin-right: 5px;
width: 16px;
}
.profile-sidebar .dashboard-widget .dashboard-menu ul li a span, .profile-sidebar .dashboard-widget .dashboard-menu ul li a i {
display: inline-block;
vertical-align: middle;
}
.profile-sidebar .dashboard-widget .dashboard-menu ul li .unread-msg {
background-color: #FFCA18;
color: #FFF;
font-size: 10px;
font-weight: 500;
font-style: normal;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
height: 14px;
width: 14px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
border-radius: 40px;
position: absolute;
top: 50%;
right: 10px;
}
.profile-sidebar .dashboard-widget .dashboard-menu > ul > li {
position: relative;
margin-bottom: 4px;
}
.profile-sidebar .dashboard-widget .dashboard-menu > ul > li:last-child {
margin-bottom: 0;
}
.profile-sidebar .dashboard-widget .dashboard-menu > ul > li:last-child {
border-bottom: 0;
}
.profile-sidebar .dashboard-widget .dashboard-menu > ul > li a {
color: #012047;
display: block;
border-radius: 4px;
font-size: 16px;
padding: 10px;
}
.profile-sidebar .dashboard-widget .dashboard-menu > ul > li a i {
color: #012047;
}
.profile-sidebar .dashboard-widget .dashboard-menu > ul > li:hover > a {
color: var(--doccure_themecolor);
}
.profile-sidebar .dashboard-widget .dashboard-menu > ul > li:hover > a i {
color: var(--doccure_themecolor);
}
.profile-sidebar .dashboard-widget .dashboard-menu > ul > li.dc-active > a {
color: #FFF;
background: var(--doccure_themecolor);
}
.profile-sidebar .dashboard-widget .dashboard-menu > ul > li.dc-active > a i {
color: #FFF;
}
.dashboard-card {
border: 1px solid #E6E8EE;
padding: 0;
border-radius: 10px;
margin-bottom: 24px;
}
.dashboard-card .dashboard-card-head {
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #E6E8EE;
padding: 12px 20px;
flex-wrap: wrap;
row-gap: 15px;
}
.dashboard-card .dashboard-card-head .header-title h5 {
margin-bottom: 0;
font-size: 20px;
font-weight: 600;
}
.dashboard-card .dashboard-card-head .chart-create-date h6 {
margin-bottom: 0;
color: #012047;
font-size: 16px;
}
.dashboard-card .dashboard-card-head .card-view-link a {
color: var(--doccure_themecolor);
text-decoration: underline;
font-weight: 500;
}
.dashboard-card .dashboard-card-head .card-view-link a.add-new {
text-decoration: none;
color: #465D7C;
padding-right: 15px;
margin-right: 15px;
border-right: 1px solid #E6E8EE;
font-size: 14px;
}
.dashboard-card .dashboard-card-head .card-view-link a.add-new i {
color: #012047;
}
.dashboard-card .dashboard-card-head .card-view-link a:hover {
color: #000F28;
}
.dashboard-card .dashboard-card-head .card-view-link a:hover i {
color: #027afa;
}
.dashboard-card .dashboard-card-body {
padding: 20px;
}
.dashboard-pagination {
display: flex;
align-items: center;
justify-content: center;
margin-top: 40px;
}
.dashboard-pagination ul {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 10px;
}
.dashboard-pagination ul li a {
background: #FFF;
border:1px solid #E6E8EE;
width: 30px;
height: 30px;
color: #012047;
border-radius: 50%;
margin-right: 0;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 14px;
}
.dashboard-pagination ul li a:hover {
background: var(--doccure_themecolor);
border-color: var(--doccure_themecolor);
color: #FFF;
}
.dashboard-pagination ul li.dc-active a {
background: var(--doccure_themecolor);
border-color: var(--doccure_themecolor);
color: #FFF;
}
.dashboard-pagination ul li.dc-active a:hover {
background: var(--doccure_themecolor);
border-color: var(--doccure_themecolor);
color: #FFF;
}
.dashboard-pagination ul li.dc-prevpage:hover a, .dashboard-pagination ul li.dc-nextpage:hover a {
background: var(--doccure_themecolor);
border-color: var(--doccure_themecolor);
color: #FFF;
}
.dashboard-pagination ul li.dc-prevpage a, .dashboard-pagination ul li.dc-nextpage a {
width: auto;
padding: 0 16px;
border-radius: 30px;
}
.prescribe-download {
background: #F9F9F9;
padding: 15px;
margin-bottom: 15px;
border-radius: 5px;
display: flex;
display: -webkit-flex;
align-items: center;
-webkit-align-items: center;
justify-content: space-between;
-webkit-justify-content: space-between;
}
.prescribe-download h5 {
font-size: 16px;
font-weight: 600;
margin-bottom: 0;
}
@media (max-width: 767.98px) {
.prescribe-download h5 {
font-size: 14px;
margin-bottom: 4px;
}
}
@media (max-width: 575.98px) {
.prescribe-download h5 {
margin-bottom: 15px;
}
}
.prescribe-download ul li {
display: inline-block;
margin-right: 15px;
}
.prescribe-download ul li:last-child {
margin-right: 0;
}
.prescribe-download ul li .btn {
font-size: 14px;
font-weight: 500;
padding: 9px 13px;
}
@media (max-width: 575.98px) {
.prescribe-download {
display: block;
}
}
.view-prescribe.invoice-content {
border: 1px solid #E6E8EE;
padding: 20px;
}
.view-prescribe.invoice-content .invoice-item .invoice-details {
font-size: 14px;
color: #465D7C;
font-weight: 400;
}
.view-prescribe.invoice-content .invoice-item .invoice-details strong {
color: #0F172A;
font-weight: 600;
}
.view-prescribe.invoice-content .invoice-item .invoice-details span {
color: #012047;
}
.view-prescribe.invoice-content .invoice-item .customer-text {
margin-bottom: 8px;
}
.view-prescribe.invoice-content .invoice-item .invoice-info {
margin-bottom: 20px;
}
.view-prescribe.invoice-content .invoice-table-wrap h6 {
font-size: 14px;
font-weight: 500;
margin-bottom: 10px;
}
.view-prescribe.invoice-content .invoice-table-wrap .invoice-table {
border: 1px solid #E6E8EE;
border-radius: 10px;
margin-bottom: 20px;
}
.view-prescribe.invoice-content .invoice-table-wrap .invoice-table tr th {
font-size: 14px;
font-weight: 500;
background: #E3E6EC;
white-space: nowrap;
color: #012047;
}
.view-prescribe.invoice-content .invoice-table-wrap .invoice-table tr th:first-child {
border-top-left-radius: 10px;
}
.view-prescribe.invoice-content .invoice-table-wrap .invoice-table tr th:last-child {
border-top-right-radius: 10px;
}
.view-prescribe.invoice-content .invoice-table-wrap .invoice-table tbody tr {
border-color: #E6E8EE;
border-bottom: 1px solid #E6E8EE;
}
.view-prescribe.invoice-content .invoice-table-wrap .invoice-table tbody tr td {
font-size: 14px;
color: #465D7C;
font-weight: 400;
white-space: nowrap;
}
.view-prescribe.invoice-content .invoice-table-wrap .invoice-table tbody tr td span {
font-size: 12px;
display: block;
}
.view-prescribe.invoice-content .invoice-table-wrap .invoice-table tbody tr:last-child {
border-color: transparent;
}
.view-prescribe.invoice-content .invoice-table-wrap .invoice-table tbody tr:last-child td:first-child {
border-bottom-left-radius: 10px;
}
.view-prescribe.invoice-content .invoice-table-wrap .invoice-table tbody tr:last-child td:last-child {
border-bottom-right-radius: 10px;
}
.view-prescribe.invoice-content .other-info {
background: #F9F9F9;
border-radius: 10px;
padding: 15px;
margin-bottom: 20px;
}
.view-prescribe.invoice-content .other-info h4 {
font-size: 18px;
margin-bottom: 8px;
font-weight: 600;
}
@media (max-width: 767.98px) {
.view-prescribe.invoice-content .other-info h4 {
font-size: 16px;
}
}
.view-prescribe.invoice-content .other-info p.text-muted {
color: #334155 !important;
font-size: 14px;
}
.view-prescribe.invoice-content .prescriber-info {
text-align: right;
}
.view-prescribe.invoice-content .prescriber-info h6 {
font-weight: 600;
margin-bottom: 5px;
}
.view-prescribe.invoice-content .prescriber-info p {
font-size: 12px;
color: #465D7C;
margin-bottom: 0;
}
.view-prescribe.invoice-content .invoice-table-two tr {
border: 0;
}
.view-prescribe.invoice-content .invoice-table-two tr th {
font-size: 14px;
font-weight: 500;
color: #465D7C;
padding: 4px;
}
.view-prescribe.invoice-content .invoice-table-two tr td {
color: #012047;
font-weight: 400;
padding: 4px;
}
.custom-modals .modal-header .btn-close {
background: none;
}
.custom-modals .modal-content {
padding: 20px;
}
.custom-modals .modal-content .modal-header {
padding: 0 0 15px;
}
.custom-modals .modal-content .modal-header .modal-title {
font-size: 20px;
font-weight: 600;
color: #012047;
}
.custom-modals .modal-content .modal-header .btn-close {
width: 24px;
height: 24px;
border-radius: 50% !important;
background: #465D7C;
color: #FFF;
box-shadow: none;
font-size: 14px;
display: flex;
display: -webkit-flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
padding: 0;
opacity: 1;
}
.custom-modals .modal-content .modal-header .btn-close:focus {
box-shadow: none;
}
.custom-modals .modal-content .modal-header .btn-close:hover {
background: #FF0000;
color: #FFF;
}
.custom-modals .modal-content .col-form-label {
color: #0F172A;
}
.custom-modals .modal-content .modal-body {
padding: 15px 0;
}
.custom-modals .modal-content .modal-footer {
padding: 15px 0 0;
}
.custom-modals .modal-content .modal-footer .modal-btn {
margin: 0;
}
.action-item {
display: flex;
display: -webkit-flex;
align-items: center;
-webkit-align-items: center;
}
.action-item a.view-invoice {
width: 30px;
height: 30px;
border-radius: 50%;
border: 1px solid #E6E8EE;
color: #012047;
display: flex;
display: -webkit-flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
margin-right: 4px;
font-size: 14px;
}
.action-item a.view-invoice:last-child {
margin-right: 0;
}
.action-item a.view-invoice:hover {
background: var(--doccure_themecolor);
color: #FFF;
}
/*custom css */
.users_dashboard h3 {
font-size: 18px;
font-weight : 600;
}
.users_dashboard h3.setting-title {
font-size: 18px;
font-weight : 600;
}
.users_dashboard .setting-title h4 {
font-size: 16px;
font-weight: 500;
}
.users_dashboard .dashboard_form label {
font-size: 14px;
font-weight: 500;
}
.users_dashboard .dashboard_form label {
font-size: 14px;
font-weight: 400;
}
.users_dashboard hr {
opacity: 1;
margin-top: 0;
margin-bottom: 0;
}
.users_dashboard #dobPickerIcon {
position: absolute;
top: 0;
right: 0;
height: 100%;
background: transparent;
border-left: none;
border-color: var(--thm-border);
}
.doctor_profile_image {
border-radius: 5px;
}
/*
.users_dashboard .table.datatable.table-bordered {
border-collapse: collapse !important;
}
.users_dashboard .card-body .table-responsive .table tbody td,
.users_dashboard .card-body .table-responsive .table tbody th,
.users_dashboard .card-body .table-responsive .table.table-bordered.dataTable th, table.table-bordered.dataTable td{
border:1px solid var(--thm-border)!important;
box-shadow: none;
border-width: var(--bs-border-width);
}
.users_dashboard .card-body .table-responsive .table.table-bordered.dataTable th{
background :#E3E6EC;
border:1px solid #E3E6EC!important;
white-space: nowrap;
} */
.doctor_btn_icon {
border-radius: 50%;
width: 30px;
height: 30px;
line-height: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
border: 1px solid #E6E8EE;
}
.doctor_btn_icon i{
font-size: 14px;
}
.users_dashboard input[type=number],
.users_dashboard input[type=text],
.users_dashboard input[type=email],
.users_dashboard input[type=password],
.users_dashboard input[type=tel],
.users_dashboard input[type=url],
.users_dashboard input[type=search],
.users_dashboard select,
.users_dashboard .form-control {
padding: 6px 8px;
height: 38px;
border-radius: 5px;
appearance: auto;
color: #5E738E;
}
.users_dashboard input[type=number]:focus,
.users_dashboard input[type=text]:focus,
.users_dashboard input[type=email]:focus,
.users_dashboard input[type=password]:focus,
.users_dashboard input[type=tel]:focus,
.users_dashboard input[type=url]:focus,
.users_dashboard input[type=search]:focus,
.users_dashboard select:focus,
.users_dashboard .form-control:focus {
padding: 6px 8px;
height: 38px;
border-radius: 5px;
appearance: auto;
background: #fff;
color: #5E738E;
}
.users_dashboard textarea.form-control {
padding: 6px 8px;
height: 80px!important;
border-radius: 5px;
appearance: auto;
}
.users_dashboard .custom-new-table .form-select {
appearance:initial;
min-width: 200px;
}
.users_dashboard .custom-new-table .form-select:focus {
background-color: transparent;
background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
background-repeat: no-repeat;
background-position: right .75rem center;
background-size: 16px 12px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: var(--bs-body-bg);
}
.users_dashboard .dc-select:after {
top: 0;
right: 15px;
z-index: 2;
display: block;
font-size: 14px;
font-family: "Font Awesome 6 Free";
content: "\f107";
position: absolute;
text-align: center;
line-height: 38px;
pointer-events: none;
color: var(--doccure_terthemecolor);
font-weight: 900;
}
.schedule_card .dc-hidden {
display: none;
}
.schedule_card .card-header {
display: flex;
align-items: center;
justify-content: space-between;
}
/* Style for the toggle switch */
.schedule_card .switch {
position: relative;
display: inline-block;
width: 34px;
height: 20px;
margin: 0;
}
.schedule_card .switch input {
opacity: 0;
width: 0;
height: 0;
}
.schedule_card .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
transition: 0.4s;
border-radius: 34px;
}
.schedule_card .slider:before {
position: absolute;
content: "";
height: 12px;
width: 12px;
border-radius: 50%;
left: 4px;
bottom: 4px;
background-color: white;
transition: 0.4s;
}
.schedule_card input:checked + .slider {
background-color: #03C95A;
}
.schedule_card input:checked + .slider:before {
transform: translateX(14px);
}
.schedule_card .dc_update_appointment_new,
.schedule_card .dc_update_appointment_new_edit {
color: #822BD4;
text-decoration: none;
font-weight: 500;
}
.schedule_card .dc_update_appointment_new:hover,
.schedule_card .dc_update_appointment_new_edit:hover {
color: #822BD4;
}
.dc-btn-new.btn {
background: #000F28;
color: #fff;
border-radius: 44px;
height: 28px;
padding: 6px 8px;
line-height: 28px;
font-size: 12px;
font-weight: 500;
text-transform: capitalize;
line-height: 16px;
}
.dc-btn-new.btn:hover {
background: var(--doccure_themecolor);
color: #fff;
}
.dc-btn-new.btn:active, .dc-btn-new.btn:focus {
color: #fff;
}
.schedule_card .dc_spaces.display_spaces {
background: #F9F9F9;
display: flex;
align-items: center;
justify-content: start;
flex-wrap: wrap;
border-radius: 10px;
padding: 16px;
gap: 1rem;
margin-top: 24px;
}
.card.schedule_card:last-child {
margin-bottom: 0;
}
.schedule_card .dc_spaces .dc-space-item {
flex: 0 0 23%; /* Each item takes up 25% of the row */
padding: 0; /* Optional for spacing */
box-sizing: border-box; /* Ensures padding is included in the width */
border-radius: 5px;
}
.schedule_card .dc_spaces .dc-space-item a {
display: block; /* Ensures the link fills the list item */
}
.dc-sidebarwrapper.doctor_sidebar {
border: 1px solid #E6E8EE;
border-radius: 10px;
box-shadow: rgba(226, 237, 255, 0.25);
}
.content-doctor-dashboard {
background: url(../images/Background-doc_dashboard.png) no-repeat scroll top center #F9FBFF;
background-size: contain;
padding-top: 16px;
background-size: 100% 100px; /* Set the height to 100px, adjust as needed */
}
.doccure_header.doccure_doctor_header {
background: transparent!important;
text-align: end;
justify-content: end;
display: flex;
margin-bottom: 50px;
height: 68px;
position: absolute;
right: 15px;
}
.doccure_header.doccure_doctor_header .user-img>img {
height: 50px;
width: 50px;
}
@media only screen and (max-width: 992px) {
header.doccure_header.doccure_doctor_header {
background: transparent !important;
}
}
header.doccure_header.doccure_doctor_header .user-header {
align-items: center;
text-align: left;
}
.doctor_clinic_content {
margin-top: 150px;
}
@media only screen and (max-width: 768px) {
.doctor_clinic_content {
margin-top: 30px;
}
.doctor_clinic_menu {
margin-top: 100px;
}
}
.content-doctor-dashboard .custom-new-table {
background: #fff;
}
.users_dashboard .dc-btn-theme {
border-radius: 44px !important;
padding: 8px 12px;
background: linear-gradient(90.08deg, var(--doccure_themecolor) 0.09%, var(--doccure_signup_bg_gradient_end) 70.28%);
color: #fff; /* Ensures text visibility */
border: none; /* Removes default border */
display: inline-block; /* Makes it work like a button */
text-align: center;
font-weight: bold;
text-transform: capitalize;
font-size: 13px;
font-weight: 500;
cursor: pointer;
}
.users_dashboard .dc-btn-theme:hover {
background: linear-gradient(90.08deg, var(--doccure_signup_bg_gradient_end) 0.09%, var(--doccure_themecolor) 70.28%); /* Reverse gradient */
}
.users_dashboard .dc-btn-theme:active,
.users_dashboard .dc-btn-theme:focus {
color: #fff!important;
}
.dc-btn-addnew {
border-radius: 44px !important;
padding: 8px 12px;
background: linear-gradient(90.08deg, var(--doccure_themecolor) 0.09%, var(--doccure_signup_bg_gradient_end) 70.28%);
color: #fff; /* Ensures text visibility */
border: none; /* Removes default border */
display: inline-block; /* Makes it work like a button */
text-align: center;
font-weight: bold;
text-transform: capitalize;
font-size: 13px;
font-weight: 500;
cursor: pointer;
}
.content-doctor-dashboard .dc-btn-addnew:hover {
background: linear-gradient(90.08deg, var(--doccure_signup_bg_gradient_end) 0.09%, var(--doccure_themecolor) 70.28%);
color: #fff;
}
.content-doctor-dashboard .btn-check:checked+.btn,
.content-doctor-dashboard .btn.active,
.content-doctor-dashboard .btn.show,
.content-doctor-dashboard .btn:first-child:active,
.content-doctor-dashboard :not(.btn-check)+.btn:active {
color: #fff!important;
}
.content-doctor-dashboard .dc-btn-addnew:active,
.content-doctor-dashboard .dc-btn-addnew:focus {
color: #fff!important;
}
.color-green{
color: #0E9384
}
.color-orange{
color: #E04F16;
}
.color-purple{
color: #822BD4;
}
.color-pink{
color: #DD2590;
}
.color-blue{
color: #3538CD
}
.appointment-wrap.appointment-wrap-doctor {
background: #fff;
}
.appointment-wrap-doctor .booking_subtitle, .appointment-wrap-doctor .patinet-information h6.booking_subtitle{
font-size: 14px;
font-weight: 500;
color: #012047;
line-height:24px;
}
.appointment-wrap-doctor .patinet-information p {
font-size: 16px;
color: #465D7C;
line-height: 24px;
}
.appointment-wrap-doctor .appointment-info p i {
font-size: 16px;
color:#465D7C;
}
.patinet-information .booking_doctor_profile_image {
width: 30px;
height: 30px;
}
.patinet-information .patient-info .booking_doctor_name {
color: #465D7C!important;
font-weight: 400;
font-size: 16px;
}
.appointment-info .apponitment-types li {
font-size: 14px;
font-weight: 500;
color: #012047;
line-height: 1;
display: inline-flex;
align-items: center;
}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow, .bs-popover-end>.popover-arrow {
background: #012047!important;
}
.popover {
background: #012047!important;
}
.popover-body {
color: #fff!important;
}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, .bs-popover-end>.popover-arrow::after {
border-right-color : #012047!important;
}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before, .bs-popover-end>.popover-arrow::before {
border-right-color : #012047!important;
}
.content-doctor-dashboard .select2-container--default .select2-selection--single .select2-selection__rendered {
padding: 0;
color: #5E738E;
}
body .content-doctor-dashboard .select2-container--default .select2-selection--single {
height: 38px;
padding: 6px 10px;
}
.content-doctor-dashboard .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
position: absolute;
right: 10px;
top: 0;
}
.content-doctor-dashboard .select2-container--default .select2-selection--multiple .select2-selection__rendered li:not(.select2-search--inline) {
padding: 3px 30px 3px 10px;
}
.content-doctorstaff-dashboard .select2-container--default .select2-selection--single .select2-selection__rendered {
padding: 0;
}
body .content-doctorstaff-dashboard .select2-container--default .select2-selection--single {
height: 38px;
padding: 6px 10px;
}
.content-doctorstaff-dashboard .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
position: absolute;
right: 10px;
top: 0;
}
.content-doctorstaff-dashboard .select2-container--default .select2-selection--multiple .select2-selection__rendered li:not(.select2-search--inline) {
padding: 3px 30px 3px 10px;
}
.dc-deletebtn.dc-remove-visual {
background: transparent;
color: #91A0B3;
height: auto;
width: auto;
margin: 0;
line-height: normal;
text-decoration: underline;
}
.dc-deletebtn.dc-remove-visual {
background: transparent;
color: #91A0B3;
height: auto;
width: 100%;
margin: 0;
line-height: normal;
text-decoration: underline;
display: inline-block;
text-align: left;
}
.content-doctor-dashboard .dc-select select {
padding: 0 10px;
}
.content-doctor-dashboard .dc-medications.dc-prescriptionbox .dc-userform .dc-visal-sign {
background: #f1f1f1;
}
.content-doctor-dashboard .dc-select select {
appearance: none!important;
-moz-appearance: none!important;
-webkit-appearance: none !important;
}
.users_dashboard .dc-select select {
appearance: none!important;
-moz-appearance: none!important;
-webkit-appearance: none !important;
}
.users_dashboard .dc-select select {
padding: 0 10px;
}
.users_dashboard .dc-select select {
appearance: none!important;
-moz-appearance: none!important;
-webkit-appearance: none !important;
}
.users_dashboard .dc-select select {
padding: 0 10px;
}
/*Dashboard Doctor */
.btn.btn-primary {
background-color: var(--doccure_themecolor);
border: 1px solid var(--doccure_themecolor);
color: #FFF;
background-image: linear-gradient(90.08deg, var(--doccure_themecolor) 0.09%, var(--doccure_signup_bg_gradient_end) 70.28%) !important;
color: #FFF !important;
font-size: 14px;
padding: 8px 16px;
border-radius: 44px;
position: relative;
overflow: hidden;
z-index: 1;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
background-color: rgb(1.8617283951, 109.8419753086, 224.3382716049);
border: 1px solid rgb(1.8617283951, 109.8419753086, 224.3382716049);
color: #FFF;
}
.btn.btn-primary::before {
content: "";
position: absolute;
background: linear-gradient(90.08deg, var(--doccure_themecolor) 0.09%, var(--doccure_signup_bg_gradient_end) 70.28%);
transform: scaleX(0);
transform-origin: right center;
transition: transform 0.24s ease-in-out;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.btn.btn-primary:hover::before, .btn.btn-primary:focus::before, .btn.btn-primary.focus::before, .btn.btn-primary:active::before, .btn.btn-primary.active::before {
transform: scaleX(1);
transform-origin: left center;
}
.dc_educations_profile {
margin: 0;
padding: 0;
}
.user-accordion-item {
background: #FFF;
border: 1px solid #E6E8EE;
border-radius: 10px;
margin: 0;
padding: 0;
display: inline-block;
box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
margin-bottom: 24px;
width: 100%;
}
.user-accordion-item .content-collapse {
border-top: 1px solid #E6E8EE;
padding: 24px;
}
.user-accordion-item .add-info {
border-bottom: 1px solid #E6E8EE;
margin-bottom: 24px;
}
.user-accordion-item .accordion-collapse .form-wrap {
margin-bottom: 24px;
}
.user-accordion-item .trash-icon {
font-size: 14px;
font-weight: 500;
color: #FF0000;
}
.dashboard_servies .dc-checkbox-holder .dc-checkbox {
margin: 0 0 15px;
}
.user-accordion-item .more-item {
font-size: 14px;
font-weight: 500;
margin-bottom: 20px;
color: var(--doccure_themecolor);
text-align: right;
display: inline-block;
}
.user-accordion-item .accordion-wrap {
padding: 24px 38px 24px 24px;
font-weight: 600;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: space-between;
-webkit-justify-content: space-between;
position: relative;
color: #012047;
font-size: 16px;
width: 100%;
}
.user-accordion-item .accordion-wrap span.delete {
color: #FF0000;
margin-right: 8px;
font-size: 14px;
font-weight: 500;
}
.user-accordion-item .accordion-wrap:not(.collapsed)::before {
content: "\f077";
}
.user-accordion-item .accordion-wrap::before {
content: "\f078";
font-family: "Font Awesome 5 Free";
position: absolute;
top: 50%;
right: 24px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}
.form-label {
font-size: 14px;
font-weight: 500;
color: #465D7C !important;
padding: 0 0 10px 0;
}
.form-icon {
position: relative;
}
.form-icon .icon {
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}
.select2-container--default .select2-selection--multiple {
border: 1px solid var(--thm-border) !important;
height: 38px !important;
padding: 2px!important;
}
.avatar-xxxl.avatar {
width: 96px;
height: 96px;
}
.booking_clinic_image img {
max-width: 48px;
}
.booking-more-info h6 {
line-height: 1.2;
}
.booking-more-info p{
color: #465D7C;
}
.booking-more-info span {
color: #012047;
font-weight: 500;
}
#booking_service_select .row.border-bottom:last-child{
border-bottom: 0px solid #ddd!important;
}
.booking-wizard-slots .dc-timeslots.dc-update-timeslots {
border: none!important;
}
.booking-wizard-slots .dc-timeslots .dc-radio {
padding:5px;
width: auto;
display: inline-block;
}
.booking-wizard-slots .dc-radio input[type="radio"] + label {
padding: 5px;
min-width: 75px;
text-align: center;
background: #E6E8EE;
border-radius: 4px;
color: #64627C;
}
.booking-wizard-slots .dc-timeslots .dc-radio input[type="radio"]:checked + label em {
background-color: var(--doccure_signup_bg_gradient_end);
}
.booking-wizard-slots .dc-timeslots .dc-radio input[type="radio"] + label:hover,
.booking-wizard-slots .dc-timeslots .dc-radio input[type="radio"]:checked + label {
background-color: var(--doccure_signup_bg_gradient_end);
border-radius: 4px;
padding:5px;
color: #fff;
}
.booking-card .fc-scrollgrid-sync-table, .booking-card .fc-col-header, .booking-card .fc-daygrid-body-natural {
width: 100%!important;
}
.booking-widget.multistep-form .form-control {
height: 38px;
color: #012047;
border-color: #E6E8EE;
min-height: 38px;
background-color: #ffffff;
font-size: 14px;
font-weight: 400;
line-height: 1.6;
border-radius: 5px;
padding: 7px 15px;
transition: all 0.5s;
}
.booking-widget.multistep-form .dc-select::after {
font-size: 16px;
line-height: 38px;
color: #012047;
}
.booking-widget.multistep-form .form-check-input:checked {
background-color: var(--doccure_themecolor);
border-color: var(--doccure_themecolor);
}
.booking-widget.multistep-form .form-check-input:focus {
box-shadow: none;
}
.dc-btn.dc-booking-model_new {
background-color: var(--doccure_themecolor);
border: 2px solid var(--doccure_themecolor);
border-radius:4px;
color: #fff !important;
display: block;
font-size: 13px;
font-weight: normal;
letter-spacing: 1px;
padding:10px 10px;
text-align: center;
text-transform: capitalize;
}
.booking-widget.multistep-form .bootstrap-datetimepicker-widget table td.active,
.booking-widget.multistep-form .bootstrap-datetimepicker-widget table td.active:hover {
background-color: var(--doccure_themecolor);
text-shadow: unset;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
background-color: #20c0f3;
text-shadow: unset;
}
.bootstrap-datetimepicker-widget table td.today::before {
border-bottom-color: #20c0f3;
}
.reschedule_booking .dc-checkbox-holder, .reschedule_booking .dc-subtitle {
float: none;
}
.owl-carousel.spciality-slider .spaciality-img img {
object-fit: cover;
border-radius: 20px !important;
}
.owl-carousel.doctors-slider .owl-item img {
width: 100% !important;
}
.paginate_button {
position: relative;
display: block;
padding:0.375rem 0.75rem;
color: rgba(33, 37, 41, 0.75);
text-decoration: none;
background-color: #e9ecef;
border:1px solid #dee2e6;
display: inline-block;
}
.paginate_button.previous{
border-top-left-radius: 0.375rem;
border-bottom-left-radius: 0.375rem;
}
.paginate_button.next{
border-top-right-radius: 0.375rem;
border-bottom-right-radius: 0.375rem;
}
.paginate_button.current {
z-index: 3;
color: #fff;
background-color:var(--doccure_themecolor);
border-color: var(--doccure_themecolor);
}
table.dataTable thead .sorting:before {
right: 1.2rem;
}
table.dataTable thead .sorting:before,table.dataTable thead .sorting:after {
bottom: 0.5rem;
}
.dc-insurance-details {
float: right !important;
width: 100% !important;
}
@media (min-width: 768px) {
.dc-insurance-details .dc-title{
width: 50% !important;
}
}
.pricing-section {
background-color: #ffffff;
padding: 60px 0 36px;
}
@media (max-width: 991.98px) {
.pricing-section {
padding: 40px 0 16px;
}
}
.pricing-inner-header {
margin-bottom: 80px;
}
@media (max-width: 991.98px) {
.pricing-inner-header {
margin-bottom: 40px;
}
}
.plan-choose-info {
padding-top: 8px;
}
.plan-choose-info label {
margin-bottom: 0;
}
.plan-choose-info .monthly-plan {
color: #0A0B0D;
}
.plan-choose-info .yearly-plan {
color: #6B7280;
}
.plan-choose-info .status-toggle, .plan-choose-info .form-switch {
margin: 0 16px;
}
.plan-choose-info .checktoggle {
background-color: #0E82FD;
border: 1px solid #0E82FD;
}
.plan-choose-info .check:checked + .checktoggle {
background-color: #ffffff;
border: 1px solid #0E82FD;
}
.plan-choose-info .check:checked + .checktoggle:after {
background-color: #0E82FD;
}
.plan-choose-info .monthly-plan, .plan-choose-info .yearly-plan {
font-weight: 500;
font-size: 16px;
}
@media (max-width: 767.98px) {
.plan-choose-info .monthly-plan, .plan-choose-info .yearly-plan {
font-size: 16px;
}
}
.pricing-card {
background: #F6FAFF;
border: 1px solid #E6E8EE;
border-radius: 24px !important;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
.pricing-card:hover, .pricing-card.active {
background: #0E82FD;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
.pricing-card:hover .pricing-icon span, .pricing-card.active .pricing-icon span {
background: #ffffff;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
}
.pricing-card:hover .pricing-icon span img, .pricing-card.active .pricing-icon span img {
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
.pricing-card:hover .pricing-title p, .pricing-card.active .pricing-title p {
color: #EFF0F7;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
.pricing-card:hover .pricing-title h4, .pricing-card.active .pricing-title h4 {
color: #ffffff;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
.pricing-card:hover .pricing-header .badge, .pricing-card.active .pricing-header .badge {
background: rgba(255, 255, 255, 0.2);
color: #FFF;
}
.pricing-card:hover .pricing-header-text p, .pricing-card.active .pricing-header-text p {
color: #ffffff;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
.pricing-card:hover .pricing-amount h2,div .pricing-card.active .pricing-amount h2 {
color: #ffffff;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
.pricing-card:hover .pricing-info .pricing-amount .pricing-description {
color: #ffffff;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
.pricing-card:hover .pricing-amount h2 span, .pricing-card.active .pricing-amount h2 span {
color: #D9DBE9;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
.pricing-card:hover .pricing-amount h6, .pricing-card.active .pricing-amount h6 {
color: #ffffff;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
.pricing-card:hover .pricing-list ul li, .pricing-card.active .pricing-list ul li {
color: #ffffff;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
.pricing-card:hover .pricing-list ul li:before, .pricing-card.active .pricing-list ul li:before {
color: #ffffff;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
.pricing-card:hover .pricing-btn .btn, .pricing-card.active .pricing-btn .btn {
color: #012047 !important;
background: #E6E8EE !important;
}
.pricing-card .card-body {
padding: 30px;
}
@media (max-width: 991.98px) {
.pricing-card .card-body {
margin: 0;
padding: 20px;
}
}
@media (max-width: 767.98px) {
.pricing-card .card-body {
margin: 0;
padding: 15px;
}
}
.pricing-card-active {
background: #0E82FD;
}
.pricing-card-active .pricing-icon span {
background: #ffffff;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
}
.pricing-card-active .pricing-icon span img {
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
.pricing-card-active .pricing-title p {
color: #EFF0F7;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
.pricing-card-active .pricing-title h4 {
color: #ffffff;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
.pricing-card-active .pricing-tag {
margin-left: auto;
}
.pricing-card-active .pricing-tag span {
background: rgba(255, 255, 255, 0.2);
color: #ffffff;
font-weight: 500;
border-radius: 10px;
padding: 12px 13px;
}
.pricing-card-active .pricing-header-text p {
color: #ffffff;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
.pricing-card-active .pricing-amount h2 {
color: #ffffff;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
.pricing-card-active .pricing-amount h2 span {
color: #D9DBE9;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
.pricing-card-active .pricing-amount h6 {
color: #ffffff;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
.pricing-card-active .pricing-list ul li {
color: #ffffff;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
.pricing-card-active .pricing-list ul li:before {
color: #ffffff;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
.pricing-card-active .pricing-btn .btn {
color: #ffffff;
border: 1px solid #3B9CF6;
box-shadow: inset 0 0 0 50px #3B9CF6;
}
.pricing-header {
padding-bottom: 10px;
display: flex;
justify-content: space-between;
}
.pricing-header .badge {
background: rgba(0, 15, 40, 0.2);
border-radius: 10px;
padding: 13px 14px;
color: #012047;
font-size: 14px;
}
.pricing-header-info {
padding-bottom: 8px;
}
.pricing-header-info .badge {
margin-bottom: 8px;
}
.pricing-icon {
margin-right: 16px;
}
.pricing-icon span {
min-width: 70px;
height: 70px;
background: #ffffff;
border-radius: 16px;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
transform: rotate(0);
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
}
.pricing-icon span img {
transform: rotate(0);
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
@media (max-width: 767.98px) {
.pricing-icon span img {
width: 24px;
}
}
@media (max-width: 767.98px) {
.pricing-icon span {
min-width: 60px;
height: 60px;
}
}
.pricing-title p {
font-size: 16px;
margin-bottom: 0;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
@media (max-width: 767.98px) {
.pricing-title p {
font-size: 15px;
}
}
.pricing-title h4 {
margin-bottom: 0;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
.pricing-header-text p {
color: #6B7280;
margin-bottom: 0;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
.pricing-amount {
padding-bottom: 20px;
}
.pricing-amount h2 {
margin-bottom: 20px;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
.pricing-amount h2 span {
font-weight: 400;
font-size: 14px;
color: #91A0B3;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
.pricing-amount h6 {
font-weight: 600;
font-size: 20px;
margin-bottom: 0;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
@media (max-width: 767.98px) {
.pricing-amount h6 {
font-size: 16px;
}
}
.pricing-list {
padding-bottom: 20px;
}
.pricing-list ul {
margin: 0;
padding: 0;
list-style: none;
}
.pricing-list ul li {
position: relative;
font-size: 16px;
color: #465D7C;
padding-left: 25px;
margin-bottom: 14px;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
.pricing-list ul li:last-child {
margin-bottom: 0;
}
.pricing-list ul li:before {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
content: "\f058";
font-family: "Fontawesome";
font-size: 16px;
font-weight: 900;
color: #0E82FD;
border: 0;
-webkit-transition: 0.7s;
-ms-transition: 0.7s;
transition: 0.7s;
}
@media (max-width: 767.98px) {
.pricing-list ul li {
font-size: 14px;
}
}
@media (max-width: 991.98px) {
.pricing-list {
padding-bottom: 30px;
}
}
@media (max-width: 767.98px) {
.pricing-list {
padding-bottom: 20px;
}
}
.pricing-btn.free {
display: none !important;
}
.pricing-btn {
text-align: center;
}
.pricing-btn .btn {
font-weight: 500;
font-size: 16px;
margin: 0;
padding: 9px 15px;
min-width: 100%;
display: inline-block;
border: 0;
border-radius: 44px;
}
@media (max-width: 767.98px) {
.pricing-btn .btn {
margin: 0;
padding: 8px 15px;
font-size: 14px;
}
}