:root {
    --primary-color: #121a2f;
    --secondary-color: #d62529;
    --hover-color: #e95258;
    --text-color: #212124;
    --color-1: #f8bfbf;;
    --color-2: #1f2b6c;
    --callback-height: 91px;
}

body {
    font-family: "Work Sans", sans-serif;
    line-height: 24px;
    color: var(--text-color);
    font-size: 16px;
    /*padding-bottom: calc(var(--callback-height) - 1px);*/
}

a {
    text-decoration: none;
    color: var(--secondary-color);
}

a:hover {
    color: inherit;
}

.subHeading {
    font-family: "Work Sans", sans-serif;
    color: var(--secondary-color);
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.heading {
    font-family: "Yeseva One", serif;
    color: var(--primary-color);
    text-transform: lowercase;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.6px;
}

.heading::first-letter {
    text-transform: capitalize;
}

p {
    font-size: 16px;
    font-weight: 400;
}

.btn-primary.disabled, 
.btn-primary:disabled{
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.btn-primary {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    box-shadow: none;
    outline: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 100px;
    padding: 8px 24px;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: none;
    outline: 0;
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.btn-primary:hover {
    background: var(--hover-color);
    border-color: var(--hover-color);
}

header .top-header {
    padding: 10px 0;
}

header.fixed .top-header{
    display: none;
}

header .top-header p {
    margin: 0;
}

header .top-header .rightSide {
    display: flex;
    /* align-items: center; */
    justify-content: end;
}

header .top-header .call,
header .top-header .timing {
    display: flex;
    align-items: start;
    margin-right: 20px;
}

header .top-header .timing {
    margin-right: 40px;
}

header .top-header .call img,
header .top-header .timing img {
    height: 30px;
    width: 30px;
    margin-right: 6px;
    margin-top: 10px;
}

header .top-header .call label,
header .top-header .timing label {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 600;
    margin: 0;
}

header .top-header .call p,
header .top-header .timing p {
    font-size: 12.5px;
    color: var(--secondary-color);
    font-weight: 500;
    margin: 0;
    line-height: 18px;
}

.counrty-select{
    position: relative;
}

.counrty-select i{
    position: absolute;
    font-size: 14px;
    left: 18px;
    top: 19px;
    color: var(--secondary-color);
}

header .top-header select {
    border: 1px solid var(--primary-color);
    color: var(--secondary-color);
    border-radius: 51px;
    width: 180px;
    padding: 12px 18px;
    box-shadow: none;
    outline: 0;
    height: 50px;
    padding-left: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/icon/select-vector.svg");
    background-repeat: no-repeat;
    background-position: 92% center;
    background-size: 12px; 
}

header .top-header select::-ms-expand{
    display: none;
}


header .top-header select.form-select:disabled {
    background-color: #fff;
}

header .top-header select:focus {
    box-shadow: none;
    outline: 0;
}

header .navbar {
    background: var(--hover-color);
    padding: 14px 0;
}

header.fixed .navbar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

header .navbar #navbarLogin {
    justify-content: end;
}

header .navbar .nav-link {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-right: 24px;
}

header .navbar .nav-link:last-child {
    margin-right: 0;
}

header .navbar .nav-link.active {
    text-transform: uppercase;
    color: #F8BFBF;
    font-size: 14.5px;
    font-weight: 600;
}

header .navbar .login {
    margin-right: 20px;
}

header .navbar .login a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

header .navbar .signUp a {
    background: var(--color-1);
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 500;
    padding: 12px 34px;
}

header .user-info .dropdown-toggle::after{
    display: none;
}

header .user-info .dropdown-toggle img{
    height: 20px;
}

header .user-info a{
    display: flex;
    align-items: center;
}

header .user-info .user_details {
    display: flex;
    padding: 0;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 14px;;
}

header .user-info .user_img{
    height: 44px;
    width: 44px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 10px;
    background: var(--color-1);
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

header .user-info .list {
    left: auto;
    right: 0;
    border: 0;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #22264b1f;
    padding: 10px 14px;
}

header .user-info .list li{
    padding: 6px 0px;
}

header .user-info .list li i{
    margin-right: 6px;
}

header .user-info .list li a{
    color: #000022;
}

.gig_form {
    position: fixed;
    right: 150px;
    top: 80px;
    z-index: 6;
    display: none;
}

.gig_form::before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: var(--color-1);
    animation: zoom-in-zoom-out 5s ease-out infinite;
    position: absolute;
    left: 0%;
    top: 0%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border: 1px solid #ffffff3d;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1.3, 1.3);
    }

    50% {
        transform: scale(2.1, 2.1);
    }

    100% {
        transform: scale(1.3, 1.3);
    }
}

.gig_form .icon {
    height: 50px;
    width: 50px;
    background: var(--secondary-color);
    border-radius: 100%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gig_form svg {
    height: 24px;
    width: 24px;
}

.home-banenr {
    height: 100vh;
    background: var(--secondary-color);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

.home-banenr video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.home-banenr .volume{
    position: absolute;
    right: 40px;
    bottom: 80px;
    font-size: 30px;
    color: #fff;
}

.home-banenr::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background: url("../images/frame-1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.home-banenr * {
    position: relative;
    z-index: 2;
}

.home-banenr h1 {
    font-size: 48px;
    font-weight: 700;
    color: var(--secondary-color);
    text-transform: uppercase;
    letter-spacing: 6px;
}

.home-banenr p {
    font-size: 15px;
    font-weight: 500;
    margin: 20px 0;
    color: var(--primary-color);
}

.appointmnet {
    margin-top: -50px;
    position: relative;
    z-index: 4;
}

.appointmnet form {
    background: #fff;
    box-shadow: 0 0 10px #00000024;
    border-radius: 100px;
    position: relative;
    padding: 10px;
    padding-left: 50px;
}

.appointmnet form .form-label {
    font-size: 18px;
    color: var(--secondary-color);
    font-weight: 600;
}

.appointmnet form .form-select,
.appointmnet form .form-control {
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-left: 0;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    box-shadow: none;
    outline: 0;
}

.appointmnet form .form-select:focus,
.appointmnet form .form-control:focus {
    box-shadow: none;
    outline: 0;
}

.appointmnet form .form-control::placeholder {
    color: #000;
    font-weight: 500;
}

.appointmnet form .dropdown-toggle:after{
    display: none;
}

.appointmnet form .dropdown-toggle p{
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-left: 0;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    box-shadow: none;
    outline: 0;
    margin: 0;
    height: 34px;
    padding-top: 5px;
}

.appointmnet form ul.dropdown-menu {
    width: 100%;
    padding: 20px;
    margin-top: 6px !important;
    border: 0;
    border-radius: 4px;
    box-shadow: 0px 4px 10px #00000024;
}

.appointmnet form .date_time{
    position: relative;
}

.appointmnet form .date_time svg{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.appointmnet form .date_time input{
    background: transparent;
    position: relative;
    z-index: 1;
}

.appointmnet form .text-success{
    position: absolute;
    width: 100%;
    left: 0;
}

.nd-appointmnet .card {
    padding: 30px;
    box-shadow: 0 0 14px #0000001f;
    border: 0;
    border-radius: 0;
    height: 100%;
    transition: all .3s ease-in-out;
}

.nd-appointmnet .card:hover {
    background: var(--color-1);
}

.nd-appointmnet .card .icon {
    background: #FFF2F3;
    height: 70px;
    width: 70px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.nd-appointmnet .card h4 {
    font-size: 20px;
    color: #252B42;
    font-weight: 600;
}

.nd-appointmnet .card hr{
    width: 70px;
    height: 2px;
    background: var(--secondary-color);
    opacity: 1;
    margin-bottom: 0;
}

.datetimepicker table{
    border-spacing: 10px;
}

 .datetimepicker th{
     font-weight: 600;
 }
 
 

.datetimepicker table tr td.today, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today.disabled:hover, .datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.active, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today.disabled.active, .datetimepicker table tr td.today.disabled.disabled, 
.datetimepicker table tr td.today.disabled:active, .datetimepicker table tr td.today.disabled:hover, .datetimepicker table tr td.today.disabled:hover.active, 
.datetimepicker table tr td.today.disabled:hover.disabled, .datetimepicker table tr td.today.disabled:hover:active, .datetimepicker table tr td.today.disabled:hover:hover, 
.datetimepicker table tr td.today.disabled:hover[disabled], .datetimepicker table tr td.today.disabled[disabled], .datetimepicker table tr td.today:active, .datetimepicker table tr td.today:hover, 
.datetimepicker table tr td.today:hover.active, .datetimepicker table tr td.today:hover.disabled, .datetimepicker table tr td.today:hover:active, .datetimepicker table tr td.today:hover:hover, 
.datetimepicker table tr td.today:hover[disabled], .datetimepicker table tr td.today[disabled]{
    background: transparent;
    color: var(--secondary-color);
}

.datetimepicker table tr td.active.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:active, 
.datetimepicker table tr td.active.disabled:hover.active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:active, 
.datetimepicker table tr td span.active.disabled:hover.active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active:active, 
.datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active:hover:active{
    background: var(--hover-color);
    color: #fff;
}

.datetimepicker table tr td, .datetimepicker table tr th{
     border: 2px solid #fff !important;
 }

.dashboard .appointmnet{
    margin: 100px 0;
}

.gig {
    padding: 70px 0;
}

.gig .subHeading span{
    transform: scaleX(-1);
    display: inline-flex;
}

.gig .top {
    position: relative;
}

.gig .card {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    position: relative;
    padding-right: 15px;
}

.gig .row > div {
    position: relative;
}

.gig .row > div:nth-child(odd)::before {
    content: "";
    position: absolute;
    height: 50px;
    width: 1px;
    background: #000;
    opacity: 12%;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.gig .card::after {
    content: "";
    height: 6px;
    width: 150px;
    border-radius: 10px;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}

.gig .card:hover:after {
    background: var(--secondary-color);
}

.gig .card svg {
    height: 34px;
    width: 34px;
    margin-bottom: 10px;
}

.gig .card svg path {
    fill: var(--text-color);
}

.gig .card:hover svg path {
    fill: var(--secondary-color);
}

.gig .card h2 {
    color: var(--text-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

.gig .card:hover h2 {
    color: var(--secondary-color);
}

.gig .card p {
    color: #000;
    font-weight: 400;
    font-size: 18px;
}

.services {
    padding: 70px 0;
    position: relative;
    background: url("../images/services.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.services:before {
    content: '';
    background: #ffffff87;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.services > *{
    position: relative;
}

.services .card-header,
.services .card-body,
.services .card-footer {
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
}

.services .heading span{
    color: var(--secondary-color);
    font-weight: 600;
    text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}

.services .card-box{
    padding: 50px 70px;
    margin-top: 60px;
    position: relative;
    border-radius: 20px;
}

.services .card-box:before{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    backdrop-filter: blur(6px);
    background: #ffffffc9;
}

.services .card-box > *{
    position: relative;
}

.services .card-box > div{
    margin-top: -100px;
}

.services .card {
    padding: 10px 30px 20px;
    height: 100%;
    border: 0;
    box-shadow: none;
    background: transparent;
    padding-top: 120px;
    border-radius: 30px;
    transition: all .3s ease-in-out;
}

.services .card:hover,
.services .card.active{
    background: var(--secondary-color);
}

.services .card .tag{
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 8px 20px;
    background: var(--color-1);
    color: var(--secondary-color);
    border-radius: 100px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.services .card:hover .tag,
.services .card.active .tag{
    opacity: 1;
    visibility: visible;
}

.services .card h1 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    position: relative;
    margin-bottom: 20px;
    margin-top: 18px;
    transition: all .3s ease-in-out;
}

.services .card:hover h1,
.services .card.active h1{
    color: #fff;
}

.services .card p {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    transition: all .3s ease-in-out;
}

.services .card:hover p,
.services .card.active p{
    color: #fff;
}

.services .card .price {
    color: var(--secondary-color);
    font-size: 30px;
    font-weight: 700;
    transition: all .3s ease-in-out;
}

.services .card:hover .price,
.services .card.active .price{
    color: #fff;
}

.services .card .btn{
    width: 100%;
    margin-top: 40px;
    padding: 12px;
    font-size: 15px;
    opacity: .5;
    cursor: default;
    transition: all .3s ease-in-out;
}

.services .card .btn:hover{
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.services .card:hover .btn,
.services .card:hover .btn:hover,
.services .card.active .btn,
.services .card.active .btn:hover{
    background: var(--color-1);
    color: var(--secondary-color);
    cursor: pointer;
    opacity: 1;
}

.appointment {
    padding: 70px 0;
    background: url("../images/bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.appointment::before {
    content: "";
    height: 100%;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 80%;
}

.appointment > * {
    position: relative;
}

.appointment .heading {
    text-align: left;
    color: var(--secondary-color);
}

.appointment .form-control {
    background: var(--secondary-color);
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border: 0;
    border-bottom: 1px solid #ffffff9e;
    padding: 8px 16px;
    box-shadow: none !important;
}

.appointment .form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px var(--secondary-color) inset !important;
    -webkit-text-fill-color: #fff !important;
}

.appointment .form-group:first-child .form-control {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.appointment .form-group:last-child .form-control {
    border-bottom: 0;
}

.appointment .form-control::placeholder {
    color: #fffc;
    font-size: 16px;
    font-weight: 400;
}

.appointment .btn {
    background: var(--color-1);
    color: var(--secondary-color);
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    border-radius: 0;
    padding: 10px 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: none;
}

.doctors {
    padding: 70px 0;
}

.doctors .owl-carousel .item {
    padding: 20px;
}

.doctors .card {
    border: 2px solid #CF3235;
    min-height: 520px;
    border-radius: 30px;
    padding: 40px;
    text-align: center;
}

.doctors .card-header,
.doctors .card-body {
    padding: 0;
    border: 0;
    background: transparent;
}

.doctors .card .profile {
    background: #F8BFBF;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 500;
    color: var(--secondary-color);
}

.doctors .card .name {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Yeseva One';
    letter-spacing: 2px;
}

.doctors .card .post {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Yeseva One';
    letter-spacing: 1px;
}

.doctors .card .designation {
    color: #CF3235;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.doctors .card p {
    font-size: 15px;
    color: #000;
}

.doctors .owl-theme .owl-dots button span {
    background: #bdc5cb;
}

.doctors .owl-theme .owl-dots button.active span {
    background: #000;
}

.doctors .owl-theme .owl-dots button span {
    background: #bdc5cb;
    height: 16px;
    width: 16px;
}

.testimonial{
    padding-top: 70px;
}

.testimonial .heading {
    width: 92%;
    margin: auto;
}

.testimonial .item{
    text-align: center;
}

.testimonial .quote {
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
    display: none;
}

.testimonial .quote img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/* Ratings widget */
.testimonial .rating {
    display: flex;
    border: 0;
    color: #ffc567;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.testimonial .rating i {
    font-size: 14px;
    margin-right: 6px;
}

.testimonial p {
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    margin-top: 10px;
    color: #091e29;
    font-style: italic;
}

.testimonial .title {
    font-size: 20px;
    font-weight: 500;
    color: #091e29;
    margin-top: 24px;
}

.testimonial .designation {
    font-size: 16px;
    font-weight: 400;
    margin-top: 4px;
    color: #091e29;
    display: none;
}

.testimonial .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}

.testimonial .owl-theme .owl-dots button span {
    background: #bdc5cb;
}

.testimonial .owl-theme .owl-dots button.active span {
    background: #000;
}

.testimonial .owl-theme .owl-dots button span {
    background: #bdc5cb;
    height: 16px;
    width: 16px;
}

.contact {
    padding: 50px 0;
}

.contact .heading {
    color: var(--color-2);
}

.contact .card {
    background: var(--color-1);
    border: 0;
    border-radius: 6px;
    box-shadow: none;
    color: var(--secondary-color);
    padding: 40px;
    transition: all 0s ease-in-out;
    height: 100%;
}

.contact .card:hover {
    background: var(--hover-color);
    color: #fff;
}

.contact .card svg {
    height: 30px;
    width: 30px;
    margin-bottom: 10px;
}

.contact .card1 svg{
    height: 34px;
    width: 34px;
}

.contact .card svg path {
    stroke: var(--secondary-color);
}

.contact .card:hover svg path {
    stroke: #fff;
}

.contact .card h5 {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.contact .card:hover a{
    color: #fff;
}

.contact .card p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}

footer {
    background: var(--hover-color);
    position: relative;
}

footer a{
    color: #fff;
}

footer p {
    margin-bottom: 0;
}

footer .footer-logo {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 500;
    font-family: 'Yeseva One';
}

footer .footer-logo span{
    transform: scaleX(-1);
    display: inline-flex;
}

footer .footer-logo img {
    width: 65px;
    display: none;
}

footer .footer-top {
    padding: 50px 0 30px;
    color: #fff;
}

footer .footer-top .f_heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

footer .footer-top ul,
footer .footer-top ul li {
    list-style: none;
    padding: 0;
}

footer .footer-top ul li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 4px;
}

footer .footer-top a:hover {
    text-decoration: underline;
    text-underline-offset: 6px;
}

footer .footer-top .social_media {
    display: flex;
}

footer .footer-top .social_media li {
    margin-right: 16px;
}

footer .footer-top .social_media li:last-child{
    margin-right: 0;
}

footer .footer-top .social_media svg {
    height: 30px;
    width: 30px;
}

footer .footer-top .social_media svg path {
    fill: #fff;
}

footer .footer-top .social_media a {
    text-decoration: none;
}

footer .copyright {
    text-align: center;
}

footer .copyright p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border-top: 1px solid #bfd2f8;
    padding: 20px 0;
}

.callback {
    position: fixed;
    z-index: 6;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--secondary-color);
    padding: 20px 0;
    height: var(--callback-height);
    border-top: 1px solid #ffffff4d;
}

.callback > div {
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.callback p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    margin-right: 20px;
}

.callback .btn {
    background: #fff;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary-color);
    padding: 10px 20px;
    text-align: center;
}

.callback .btn:hover{
    background: var(--color-1);
}

.bottomToTop {
    position: absolute;
    right: 6%;
    top: 40px;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.bottomToTop svg ellipse,
.bottomToTop svg path {
    transition: all 0.1s ease-in-out;
}

.bottomToTop:hover svg ellipse {
    fill: var(--secondary-color);
}

.bottomToTop:hover svg path {
    fill: #fff;
}

.bottomToTop span {
    transform: rotate(-90deg);
    position: absolute;
    top: 50px;
    left: 4px;
    line-height: 16px;
    letter-spacing: 0.6px;
}

.loginSignup button.btn-close {
    position: absolute;
    right: 16px;
    top: 12px;
    font-size: 12px;
    color: #000;
    opacity: .6;
    z-index: 3;
}

.loginSignup button.btn-close:hover{
    opacity: 1;
}

.loginSignup .leftSide {
    position: relative;
    height: 100%;
    padding: 0 80px 0 50px;
}

.loginSignup .leftSide:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    right: 0;
    background: radial-gradient(#0a033c8a, transparent);
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.loginSignup .modal-body {
    padding: 60px 50px;
}

.loginSignup .title {
    font-size: 40px;
    font-weight: 600;
    color: #0a033c;
    line-height: 44px;
    margin-bottom: 20px;
}

.loginSignup .rightSide {
    padding: 0 50px 0 60px;
}

.loginSignup .google_sign-in {
    border: 1px solid #dedde4;
    padding: 4px;
    border-radius: 8px;
    display: none;
}

.loginSignup .google_sign-in a {
    display: flex;
    align-items: center;
    color: #5d5a6f;
    font-size: 16px;
    font-weight: 400;
}

.loginSignup .google_sign-in .icon {
    background: var(--secondary-color);
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.loginSignup p.divider {
    width: fit-content;
    margin: 20px auto;
    color: #5d5a6f;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: none;
}

.loginSignup p.divider::before,
.loginSignup p.divider::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 20px;
    background: #5d5a6f;
}

.loginSignup p.divider::before {
    right: 103%;
}

.loginSignup p.divider::after {
    left: 103%;
}

.loginSignup .form-group{
    margin-bottom: 20px;
}

.loginSignup .form-label{
    color: #0A033C;
    font-size: 16px;
    font-weight: 500;
}

.loginSignup .form-box {
    position: relative;
    color: #5D5A6F;
    font-size: 16px;
    font-weight: 400;
}

.loginSignup .form-box i{
    position: absolute;
    left: 14px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.loginSignup .form-box .form-control{
    padding: 10px;
    padding-left: 40px;
    border: 1px solid #DEDDE4;
    border-radius: 10px;
}

.loginSignup .btn-primary{
    width: 100%;
    border-radius: 10px;
}

.loginSignup .action a,
.loginSignup .action label{
    color: #5D5A6F;
    font-size: 16px;
    font-weight: 500;
}

.loginSignup .form-check-input:checked{
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.loginSignup .sign-in{
    color: #0029FF;
}

.loginSignup .sign-in:hover{
    text-decoration: underline;
}


.banner-page{
    background: var(--secondary-color);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
    display: flex;
    align-items: center;
    position: relative;
}

.banner-page::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #ffffff8f url("../images/frame-2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.banner-page > *{
    position: relative;
    z-index: 2;
}

.banner-page h1{
    color: #D62529;
    font-size: 48px;
    letter-spacing: 4px;
    font-weight: 700;
}

.servicePage .banner-page{
    background: url("../images/servicePage.webp");
    background-size: cover;
    background-position: 0 -180px;
}

.servicePage .services{
    margin-top: 70px;
}

.servicePage .f-18{
    font-size: 18px;
}

.servicePage .right-flex{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


.servicePage .right-flex li{
    margin-bottom: 12px;
}

.servicePage .section3{
    padding-top: 70px;
}

.contactPage .banner-page{
    background: url("../images/contactPage.png");
}

.contactPage .heading,
.contactPage .subHeading{
    text-align: left;
}

.contactPage form{
    border-radius: 10px;
    overflow: hidden;
}

.contactPage form .form-control{
    border-radius: 0;
    background: var(--secondary-color);
    border-color: #ffffff78;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    box-shadow: none !important;
    padding: 20px 20px;
}

.contactPage form .form-control::placeholder{
    color: #FCFEFE;
}

.contactPage form .form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 300px #d62529 inset !important;
    -webkit-text-fill-color: #fff !important;
    padding: 20px 20px;
}

.contactPage form button{
    text-align: center;
    border-radius: 0;
    background: var(--color-1);
    color: var(--secondary-color);
    border: 0;
    box-shadow: none !important;
    outline: 0;
    width: 100%;
    padding: 20px;
    text-transform: uppercase   ;
}

.contactPage .schedule{
    background: var(--secondary-color);
    border-radius: 10px;
    height: 100%;
    padding: 30px 70px;
}

.contactPage .schedule h2{
    font-family: "Yeseva One", serif;
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.contactPage .schedule .time-table > div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.contactPage .schedule .time-table span{
    font-size: 18px;
    color: #FCFEFE;
    font-weight: 400;
}

.contactPage .schedule .time-table span:nth-child(1){
    width: 30%;
}

.contactPage .schedule .time-table span:nth-child(2){
    width: 20%;
    text-align: center;
}

.contactPage .schedule .time-table span:nth-child(3){
    width: 50%;
    text-align: right;
}

.contactPage .schedule .time-table span hr{
    width: 30px;
    height: 2px;
    background-color: #fff;
    opacity: 1;
    margin: auto;
}

.contactPage .map{
    position: relative;
}

.aboutPage .banner-page{
    background: url("../images/aboutPage.webp");
    background-size: cover;
    background-position: 0 -120px;
}

.aboutPage .doctors{
    padding-bottom: 0;
}

.doctors p i{
    font-size: 18px;
    margin: auto;
    margin-top: 30px;
    text-align: center;
    color: #000;
    font-weight: 400;
    display: block;
    width: 60%;
}

.aboutPage .whoWeAre{
    padding-top: 70px;
}

.aboutPage .whoWeAre .top{
    position: relative;
}

.aboutPage .whoWeAre p,
.aboutPage .whoWeAre li{
    font-size: 18px;
    color: #000000;
    line-height: 28px;
}

.aboutPage .whoWeAre ul{
    margin-top: 20px;
}

.aboutPage .whoWeAre li{
    margin-bottom: 12px;
}

.whyChooseUs {
    padding: 50px 0 50px;
}

.whyChooseUs .owl-carousel.owl-drag .owl-item{
    padding: 30px;
}

.whyChooseUs .owl-carousel.owl-drag .owl-item.center .card{
    transform: scale(1.2);
}

.whyChooseUs .owl-carousel.owl-drag .owl-stage .active {
    transform: translateX(80px);
    z-index: 1;
}

.whyChooseUs .owl-carousel.owl-drag .owl-stage .center{
    transform: translateX(0px);
    z-index: 2;
}

.whyChooseUs .owl-carousel.owl-drag .owl-stage .center + .active{
    transform: translateX(-80px);
    z-index: 1;
}

.whyChooseUs .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    background: #BDC5CB;
}

.whyChooseUs .owl-theme .owl-dots .owl-dot.active span{
    background: #000;
}

.whyChooseUs .card{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    box-shadow: 0px 3px 10px #dbdbdb;
    border-radius: 10px;
    padding: 40px 50px;
    border: 0;
    position: relative;
}

.whyChooseUs .card .quote{
    position: absolute;
    top: 10px;
    left: 20px;
}

.whyChooseUs .card .quote svg{
    height: 14px;
    width: 14px;
}

.whyChooseUs .card img{
    height: 80px;
    width: 80px;
}

.whyChooseUs .card h3{
    color: var(--secondary-color);
    font-size: 24px;
    font-weight: 600;
}

.whyChooseUs .card p{
    color: #090949;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.whyChooseUs .card > div{
    margin-right: 20px;
}

.appointment_form_modal button.btn-close {
    position: absolute;
    right: 16px;
    top: 12px;
    font-size: 12px;
    color: #000;
    opacity: .6;
    z-index: 3;
}

.appointment_form_modal h1{
    font-size: 20px;
    margin: 0;
}

.appointment_form_modal .form-control,
.appointment_form_modal .form-select{
    padding: 12px 14px;
}

.appointment_form_modal .btn{
    border-radius: 6px;
    padding: 12px 20px;
}

.appointment_form_modal .date_time{
    position: relative;
}

.appointment_form_modal .date_time svg{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    height: 24px;
    width: 24px;
}

.appointment_form_modal .date_time input{
    background: transparent;
    position: relative;
    z-index: 1;
}

.dashboard .card{
    border: 0;
    border-radius: 10px;
    box-shadow: 0 0 10px #cfcfcf;
}

.dataTables_length,
.dataTables_filter{
    margin-bottom: 10px;
}

.dataTables_length label {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 160px;
}

.dataTables_length label select{
    box-shadow: none;
    margin: 0 6px;
}

.dataTables_length label select:focus{
    box-shadow: none;
}

.dataTables_filter label {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 250px;
    margin-left: auto;
}

.dataTables_filter label input{
    margin-left: 6px;
}

.pagination{
    justify-content: end;
}

.pagination .paginate_button{
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    border-radius: 6px;
    box-shadow: 0 0 10px #e1e1e1;
    border: 0px solid #000;
    margin: 0 6px;
}

.pagination .paginate_button.active{
    background: var(--color-1);
    
}

.pagination .paginate_button.active a,
.pagination .paginate_button.active a:hover{
    color: var(--secondary-color);
}

.pagination .paginate_button a,
.pagination .paginate_button a{
    color: #000;
}

.pagination .paginate_button a:hover,
.pagination .paginate_button a:hover{
    color: var(--secondary-color);
}

.pagination .paginate_button.previous,
.pagination .paginate_button.next{
    height: auto;
    width: auto;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    
}

.pagination .paginate_button.previous.disabled a,
.pagination .paginate_button.next.disabled a,
.pagination .paginate_button.previous.disabled a:hover,
.pagination .paginate_button.next.disabled a:hover{
    color: #000;
    opacity: .6;
    cursor: default;
}

.action a{
    color: #000;
    margin-right: 6px;
}

.action a:hover{
    color: var(--secondary-color);
}

.add_user .card .date_time,
.edit_user .card .date_time{
    position: relative;
}

.add_user .card .date_time svg,
.edit_user .card .date_time svg{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    height: 24px;
    width: 24px;
}

.add_user .card .date_time input,
.edit_user .card .date_time input{
    background: transparent;
    position: relative;
    z-index: 1;
}

.add_user .card .btn,
.edit_user .card .btn{
    min-width: 200px;
    margin-top: 20px;
    padding: 16px 20px; 
}

.add_user .card,
.edit_user .card,
.user_appoinment .card{
    border: 0;
    border-radius: 10px;
    box-shadow: 0 0 10px #cfcfcf;
    margin-bottom: 20px;
    padding: 30px;
}

.add_user .card .form-control,
.add_user .card .form-select,
.edit_user .card .form-control,
.edit_user .card .form-select{
    padding: 12px 20px;
    /*margin-bottom: 14px;*/
}

.add_user .card .form-group,
.edit_user .card .form-group{
    margin-bottom: 14px;
}

.user_appoinment .card .name,
.user_appoinment .card .email{
    font-size: 16px;
    margin-bottom: 10px;
}

.user_appoinment .card .email{
    margin-bottom: 30px;
}

.appointment_section .bottom {
    text-align: center;
}

.appointment_section .bottom .img {
    position: relative;
    width: fit-content;
    margin: auto;
    margin-bottom: 20px;
}

.appointment_section .bottom .img .number{
    position: absolute;
    top: 0px;
    left: -34px;
    font-family: 'Yeseva One', serif;
    font-size: 24px;
}

.appointment_section .bottom .img .number .dot {
    height: 5px;
    width: 5px;
    display: block;
    background: red;
    position: absolute;
    bottom: 4px;
    right: -6px;
    border-radius: 100%;
}

.appointment_section .bottom p{
    width: 60%;
    margin: auto;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
}

.appointment_section .bottom i {
    position: absolute;
    right: -20px;
    top: 15px;
    font-size: 40px;
}

.breadcrumb h3{
    position: relative;
}

.breadcrumb h3:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -40px;
    height: 3px;
    width: 200px;
    background: var(--secondary-color);
}

.doctorsPage .banner{
    height: 600px;
    position: relative;
    overflow: hidden;
}

.doctorsPage .banner:before{
    content: '';
    height: 100%;
    width: 47%;
    background: var(--secondary-color);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.doctorsPage .banner > *{
    position: relative;
    z-index: 2;
}

.doctorsPage .banner img{
    height: 602px;
    width: auto;
}

.doctorsPage .banner .heading{
    margin-bottom: 20px;
}

.doctorsPage .banner .heading,
.doctorsPage .banner .subHeading{
    text-align: left;
}

.doctorsPage .section2{
    padding: 0;
    margin-top: -120px;
    position: relative;
    z-index: 2;
}

.doctorsPage .section2 .content{
    margin: 30px 0 50px;
    text-align: center;
}

.doctorsPage .section2 .card-header,
.doctorsPage .section2 .card-body,
.doctorsPage .section2 .card-footer {
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
}

.doctorsPage .section2 .card {
    padding: 50px 120px 50px 50px;
    height: 100%;
    border: 0;
    box-shadow: 0 6px 20px #00000026;
    background: #fff;
    transition: all 0s ease-in-out;
}

.doctorsPage .section2 .card:hover {
    background: var(--hover-color);
}

.doctorsPage .section2 .card img {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
}

.doctorsPage .section2 .card h1 {
    font-size: 18px;
    font-weight: 600;
    color: #252b42;
    position: relative;
    padding-bottom: 30px;
    transition: all 0s ease-in-out;
}

.doctorsPage .section2 .card:hover h1 {
    color: #fff;
}

.doctorsPage .section2 .card h1:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: var(--secondary-color);
    left: 0;
    bottom: 0;
    transition: all 0s ease-in-out;
}

.doctorsPage .section2 .card:hover h1::after {
    background: #fff;
}

.doctorsPage .section2 .card p {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    transition: all 0s ease-in-out;
}

.doctorsPage .section2 .card:hover p {
    color: #fff;
}

.doctorsPage .doctors{
    padding-bottom: 0;
}

.doctorsPage .section4{
    padding: 0;
    margin-top: -120px;
    position: relative;
    z-index: 2;
}

.doctorsPage .section4 .card-header,
.doctorsPage .section4 .card-body,
.doctorsPage .section4 .card-footer {
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
}

.doctorsPage .section4 .card {
    padding: 40px 40px 20px;
    height: 100%;
    border: 0;
    box-shadow: 0 6px 20px #00000026;
    background: #fff;
    transition: all 0s ease-in-out;
}

.doctorsPage .section4 .card:hover {
    background: var(--hover-color);
}

.doctorsPage .section4 .card svg {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.doctorsPage .section4 .card:hover svg path{
    /*fill: #D62529;*/
}

.doctorsPage .section4 .card h1 {
    font-size: 18px;
    font-weight: 600;
    color: #252b42;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    transition: all 0s ease-in-out;
}

.doctorsPage .section4 .card:hover h1 {
    color: #fff;
}

.doctorsPage .section4 .card h1:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: var(--secondary-color);
    left: 0;
    bottom: 0;
    transition: all 0s ease-in-out;
}

.doctorsPage .section4 .card:hover h1::after {
    background: #fff;
}

.doctorsPage .section4 .card p {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    transition: all 0s ease-in-out;
}

.doctorsPage .section4 .card:hover p {
    color: #fff;
}

.doctorsPage .section4 .card ul{
    padding-left: 16px;
}

.doctorsPage .section4 .card ul li{
    font-size: 17px;
    margin-bottom: 16px;
}

.doctorsPage .section4 .card:hover ul li {
    color: #fff;
}

.doctorsPage .section4 .card .price {
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 700;
    transition: all 0s ease-in-out;
}

.doctorsPage .section4 .card:hover .price {
    color: #fff;
}

.doctorsPage .section4 .card:hover svg path{
    fill: #fff
}

.doctorsPage .section4 .card:hover svg.swift path{
    stroke: #fff;
    fill: transparent
}

.tryforfree{
    background: #F5F6FA;
}

.tryforfree .row{
    align-items: center;
}

.tryforfree .leftSide{
    padding-left: 90px;
}

.tryforfree .leftSide h4{
    font-size: 40px;
    width: 500px;
    font-weight: 600;
    line-height: 60px;
}

.tryforfree .leftSide p{
    font-weight: 600;
    font-size: 20px;
}

.tryforfree .leftSide .fax{
    background: #E95258;
    border-radius: 10px;
    width: fit-content;
    margin-top: 20px;
    box-shadow: 1px 4px 10px 4px #cad9fbc4;
    padding: 10px 20px;
    color: #fff;
}

.tryforfree .leftSide .fax i {
    font-size: 18px;
    margin-right: 4px;
}

.doctorsPage .plans{
    padding: 70px 0;
}

.doctorsPage .plans h2{
    margin-bottom: 30px;
}

.doctorsPage .plans .card{
    padding: 40px;
    background: transparent;
    border-radius: 14px;
    color: #000;
    border: 0;
    box-shadow: none;
    min-height: 600px;
    transition: all 0s ease-in-out;
}

.doctorsPage .plans .card.hover {
    color: #fff;
    background: var(--secondary-color);
    border-radius: 30px;
    box-shadow: 0px 17px 20px 4px #cbc8ed91;
}

.doctorsPage .plans .card-header,
.doctorsPage .plans .card-body,
.doctorsPage .plans .card-footer {
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
}

.doctorsPage .plans .card h2{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--secondary-color);
}

.doctorsPage .plans .card.hover h2{
    color: #fff;
}

.doctorsPage .plans p{
    margin: 30px 0;
}

.doctorsPage .plans .price h4{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: -10px;
}

.doctorsPage .plans .price p{
    margin: 0;
}

.doctorsPage .plans ul,
.doctorsPage .plans ul li{
    padding: 0;
    margin: 0;
    list-style: none;
}

.doctorsPage .plans ul li{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.doctorsPage .plans ul li i{
    font-size: 24px;
    margin-right: 20px;
}


.doctorsPage .plans .card .btn{
    background: #D62529;
    border: 0;
    margin-top: 10px;
    width: 100%;
    padding: 14px;
    border-radius: 100px;
    opacity: .5; 
    cursor: default;
}

.doctorsPage .plans .card.hover .btn{
    background: var(--color-1);
    color: var(--secondary-color);
    opacity: 1; 
    cursor: pointer;
}

.mobileView{
    display: none;
}


.medicalPlan button.btn-close {
    position: absolute;
    right: 16px;
    top: 12px;
    font-size: 12px;
    color: #000;
    opacity: .6;
    z-index: 3;
}

.medicalPlan h1{
    font-size: 20px;
    margin: 0;
}

.medicalPlan .form-control,
.medicalPlan .form-select{
    padding: 12px 14px;
}

.medicalPlan .btn{
    border-radius: 6px;
    padding: 12px 20px;
}

