﻿
/*  typography */
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400,500,600,700|Open+Sans:300,400,600,700");


@font-face {
    font-family: 'Poppins';
    src: url('../plugins/fontawesome/fonts/Poppins.ttf') format('truetype');
}

 

body {
line-height: 1.6;
font-family: Poppins;
-webkit-font-smoothing: antialiased;
font-size: 15px;
color: #818385;
}

p, .paragraph {
font-weight: 400;
color: #818385;
font-size: 22px;
line-height: 1.6;
font-family: Poppins;
}

h1, h2, h3, h4, h5, h6 {
color: #172231;
font-family: Poppins;
font-weight: 600;
line-height: 1.2;
transition: 0.2s ease;
}

h1, .h1 {
font-size: 26px;
}

h2, .h2 {
font-size: 48px;
}

h3, .h3 {
font-size: 44px;
}

h4, .h4, .subtitle {
font-size: 1.5rem;
margin-bottom: 0;
}

.top-header h4 {
font-size: 32px;
}

h5, .h5 {
font-size: 18px;
}

h6, .h6 {
font-size: 16px;
}

/* /typography */
/* Button style */
.btn {
/*font-size: 15px;*/
font-size: 1.2rem;
font-family: Poppins;
/*text-transform: uppercase;*/
padding: 1px 20px;
border-radius: 5px;
font-weight: 700;
border: 1px solid;
position: relative;
z-index: 1;
transition: 0.3s ease-in;
white-space: nowrap;
margin-left: 10px;
height: 3rem;
line-height: 3rem;
}

.btn:focus {
outline: 0;
box-shadow: none !important;
}

.btn:active {
box-shadow: none;
}

.btn-lg {
font-size: 20px;
padding: 19px 35px;
}

.btn-md {
font-size: 18px;
padding: 17px 30px;
}

.modal-footer .palft {
padding: 1px 35px;
}

.btn-sm {
font-size: 12px;
padding: 5px 20px;
}

.btn-primary {
color: #fff;
border-color: #344588;
border: none;
background: #106AB7 !important;
}

.btn-primary:active {
background: #4359b1 !important;
border-color: #4359b1;
}

.btn-primary:hover {
background: #4359b1;
border-color: #4359b1;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #4359b1;
border-color: #4359b1;
}

.btn-gray {
background: #f5f6fa;
color: #172231;
border-color: #f5f6fa;
}

.btn-gray:active {
background: #344588 !important;
border-color: #344588;
color: #fff;
}

.btn-gray:hover {
background: #344588;
border-color: #344588;
color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #4359b1;
border-color: #4359b1;
}

.btn-secondary {
background: transparent;
color: #172231;
padding-left: 0;
border: 0;
}

.btn-secondary:active {
background: transparent !important;
color: #344588;
}

.btn-secondary:hover {
background: transparent;
color: #344588;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
color: #344588;
background-color: transparent;
border: 0;
}

.btn-primary-outline {
background: transparent;
color: #172231;
border: 2px solid #172231;
}

.btn-primary-outline:active {
background: #344588 !important;
border-color: #344588;
color: #fff;
}

.btn-primary-outline:hover {
background: #344588;
border-color: #344588;
color: #fff;
}

.btn-light {
background: #fff;
color: #172231;
border-color: #e7e7e7;
}

.btn-light:active {
background: transparent !important;
border-color: #fff;
color: #fff;
}

.btn-light:hover {
background: transparent;
border-color: #fff;
color: #fff;
}

.btn-light-alt:active {
background: #344588 !important;
border-color: #344588;
color: #fff;
}

.btn-light-alt:hover {
background: #344588;
border-color: #344588;
color: #fff;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
background: transparent;
border-color: #fff;
color: #fff;
}

.btn-light-outline {
background: transparent;
color: #fff;
border: 2px solid #fff;
}

.btn-light-outline:active {
background: #4359b1 !important;
border-color: #4359b1;
color: #fff;
}

.btn-light-outline:hover {
background: #4359b1;
border-color: #4359b1;
color: #fff;
}

.btn-arrow {
transition: 0.2s ease;
}

.btn-arrow::before {
position: absolute;
content: "";
height: 8px;
width: 8px;
background: transparent;
top: 50%;
transform: translateY(-50%) rotate(-45deg);
border-right: 2px solid #000;
border-bottom: 2px solid #000;
left: calc(85% + 5px);
transition: 0.2s ease;
}

.btn-arrow::after {
position: absolute;
content: "";
height: 2px;
width: 15px;
top: 50%;
transform: translateY(-50%);
background: #000;
transition: 0.2s ease;
left: 85%;
}

.btn-arrow:hover::before {
left: calc(85% + 10px);
border-color: #344588;
}

.btn-arrow:hover::after {
width: 20px;
background: #344588;
}

/* hover effect */
.hover-ripple {
transition: 0.2s ease-in;
}

.hover-ripple:hover {
transform: scale(0.97);
}

.hover-ripple:hover::after {
-webkit-animation: sonarEffect 1s ease-out 50ms;
animation: sonarEffect 1s ease-out 50ms;
}

.hover-ripple::after {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
content: "";
top: 0;
left: 0;
padding: 0;
z-index: -1;
opacity: 0;
transform: scale(0.9);
border-radius: inherit;
}

.hover-ripple.ripple-white:hover::after {
-webkit-animation: sonarEffectWhite 1s ease-out 50ms;
animation: sonarEffectWhite 1s ease-out 50ms;
}

@-webkit-keyframes sonarEffect {
0% {
opacity: 0.1;
}

40% {
opacity: 0.3;
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #344588, 0 0 0 10px rgba(255, 255, 255, 0.2);
}

100% {
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #344588, 0 0 0 10px rgba(255, 255, 255, 0.2);
transform: scale(1.2);
opacity: 0;
}
}

@keyframes sonarEffect {
0% {
opacity: 0.1;
}

40% {
opacity: 0.3;
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #344588, 0 0 0 10px rgba(255, 255, 255, 0.2);
}

100% {
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #344588, 0 0 0 10px rgba(255, 255, 255, 0.2);
transform: scale(1.2);
opacity: 0;
}
}

@-webkit-keyframes sonarEffectWhite {
0% {
opacity: 0.1;
}

40% {
opacity: 0.3;
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.2);
}

100% {
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.2);
transform: scale(1.2);
opacity: 0;
}
}

@keyframes sonarEffectWhite {
0% {
opacity: 0.1;
}

40% {
opacity: 0.3;
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.2);
}

100% {
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.2);
transform: scale(1.2);
opacity: 0;
}
}
/* /button style */
body {
background-color: #fff;
overflow-x: hidden;
}

::-moz-selection {
background: #9ed060;
color: #fff;
}

::selection {
background: #9ed060;
color: #fff;
}

/* preloader */
.preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
z-index: 999;
display: flex;
align-items: center;
justify-content: center;
}

.spin {
height: 50px;
width: 50px;
border-width: 5px;
border-style: solid;
border-color: rgba(134, 195, 58, 0.75) rgba(134, 195, 58, 0.75) rgba(134, 195, 58, 0.25) rgba(134, 195, 58, 0.25);
border-radius: 100%;
-webkit-animation: clockwise 1s linear infinite;
animation: clockwise 1s linear infinite;
}

@-webkit-keyframes clockwise {
to {
transform: rotate(360deg) translatez(0);
}
}

@keyframes clockwise {
to {
transform: rotate(360deg) translatez(0);
}
}
/* /preloader */
ol,
ul {
list-style-type: none;
margin: 0px;
}

a,
a:hover,
a:focus {
text-decoration: none;
}

a,
button,
select {
cursor: pointer;
transition: 0.2s ease;
}

a:focus,
button:focus,
select:focus {
outline: 0;
}

a:hover {
color: #344588;
}

a.text-white:hover,
a.text-light:hover,
a.text-dark:hover {
color: #fff !important;
}

/* section */
.section {
padding-top: 150px;
padding-bottom: 150px;
}

@media (max-width: 767px) {
.section {
padding-top: 100px;
padding-bottom: 100px;
}
}

@media (max-width: 575px) {
.section {
padding-top: 80px;
padding-bottom: 80px;
}
}

.section-sm {
padding-top: 70px;
padding-bottom: 70px;
}

.section-title {
margin-bottom: 40px;
}

.section-title-border {
position: relative;
height: 5px;
width: 30px;
background: #344588;
border-radius: 10px;
margin-bottom: 20px;
display: block;
}

.section-title-border::before {
position: absolute;
content: "";
height: 100%;
width: 50%;
background: #344588;
border-radius: 10px;
right: -60%;
top: 0;
}

.section-title-border::after {
position: absolute;
content: "";
height: 100%;
width: 25%;
background: #344588;
border-radius: 10px;
right: -100%;
top: 0;
}

.section-title-border.border-center {
margin-left: calc(50% - 27px);
}

.section-title-border.border-white {
background: #fff;
}

.section-title-border.border-white::before {
background: #fff;
}

.section-title-border.border-white::after {
background: #fff;
}

.section-title-border.border-inline {
display: inline-block;
margin-bottom: 5px;
}

.subtitle {
font-family: Poppins;
font-weight: 600;
color: #818385;
}

.section-bottom-lg {
padding-bottom: 240px;
}

/* /section */
.bg-cover {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}

.bg-contain {
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}

.bg-fixed {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
}

/* /background image */
.overlay {
position: relative;
}

.overlay::before {
position: absolute;
content: "";
height: 100%;
width: 100%;
top: 0;
left: 0;
background: #000;
opacity: 0.6;
}

.overlay-secondary {
position: relative;
}

.overlay-secondary::before {
position: absolute;
content: "";
height: 100%;
width: 100%;
top: 0;
left: 0;
background: #252d39;
opacity: 0.85;
}

/* /overlay */
/* common class */
.outline-0 {
outline: 0 !important;
}

.d-unset {
display: unset !important;
}

.bg-primary {
background: #344588 !important;
}

.bg-secondary {
/*background: #252d39 !important;*/
background: #106AB7 !important;
}

.bg-secondary-darken {
background: #1f2630 !important;
}

.bg-gray {
background: #f5f6fa !important;
}

.bg-gray-white {
background-image: linear-gradient(to right, #f5f6fa 45%, #fff 0%);
}

.bg-white-gray {
background-image: linear-gradient(to right, #fff 45%, #f5f6fa 0%);
}

.bg-white2-gray {
background-image: linear-gradient(to right, #fff 70%, #f5f6fa 0%);
}

.text-primary {
color: #344588 !important;
}

.text-color {
color: #818385;
}

.text-light {
color: #ddd !important;
}

.text-dark {
color: #172231;
}

.hilighted {
background: #252d39;
padding: 0 5px;
border-radius: 2px;
color: #fff;
}

.letter-spacing {
letter-spacing: 2px;
}

.mb-50 {
margin-bottom: 50px !important;
}

.mb-60 {
margin-bottom: 60px !important;
}

.mb-70 {
margin-bottom: 70px !important;
}

.mb-80 {
margin-bottom: 80px !important;
}

.mb-90 {
margin-bottom: 90px !important;
}

.mb-100 {
margin-bottom: 100px !important;
}

.zindex-1 {
z-index: 1;
}

.zindex-0 {
z-index: 0;
}

.overflow-hidden {
overflow: hidden;
}

.min-height-400 {
min-height: 400px;
}

.border-color {
border-color: #e7e7e7 !important;
}

.border-muted {
border-color: #404751 !important;
}

.rounded-top-0 {
border-top-left-radius: 0;
border-top-right-radius: 0;
}

.flex-basis-33 {
flex-basis: 33.333333%;
}

.icon {
font-size: 40px;
}

.icon-sm {
font-size: 34px;
}

.icon-xs {
font-size: 22px;
}

.icon-lg {
font-size: 56px;
}



.translate-top {
margin-top: 2%;
width: 100%;
}

.slick-arrow {
display: none !important;
}

.transition {
transition: 0.2s ease;
margin-bottom: 25px;
}

.font-size-30 {
font-size: 30px;
}

.font-weight-semebold {
font-weight: 600 !important;
}

.font-secondary {
font-family: Poppins;
}

.text-decoration-none {
text-decoration: none !important;
}

.text-decoration-none:hover {
text-decoration: none !important;
}

.border-md-right {
border-right: 1px solid;
}

@media (max-width: 767px) {
.border-md-right {
border: 0;
}
}

/* /common class */
/* icon animation */
.icon-bg {
position: relative;
display: inline-block;
height: 75px;
width: 75px;
border-radius: 120px 135px 110px 90px;
margin-top: 25px;
}

.icon-bg::before {
position: absolute;
content: "";
height: 100%;
width: 100%;
top: 3px;
left: 1px;
}

.icon-bg .icon {
line-height: 75px;
}

.water-wave {
position: relative;
-webkit-animation-name: water-wave;
animation-name: water-wave;
-webkit-animation-duration: 4s;
animation-duration: 4s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}

.water-wave::before {
-webkit-animation-name: water-wave;
animation-name: water-wave;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}

@-webkit-keyframes water-wave {
0% {
border-radius: 120px 135px 110px 90px;
}

25% {
border-radius: 130px 140px 100px 110px;
}

50% {
border-radius: 110px 97px 150px 100px;
}

75% {
border-radius: 80px 107px 120px 90px;
}

100% {
border-radius: 120px 135px 110px 90px;
}
}

@keyframes water-wave {
0% {
border-radius: 120px 135px 110px 90px;
}

25% {
border-radius: 130px 140px 100px 110px;
}

50% {
border-radius: 110px 97px 150px 100px;
}

75% {
border-radius: 80px 107px 120px 90px;
}

100% {
border-radius: 120px 135px 110px 90px;
}
}
/* /icon animation */
/* breadcrumb */
.breadcrumb-item + .breadcrumb-item::before {
color: #fff;
}

/* google map */
#map_canvas {
height: 500px;
}

/* form control */
.form-control {
height: 55px;
padding: 0 30px;
}

.form-control-sm {
height: 45px;
}

.form-control:focus {
box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
border-color: #344588 !important;
}

.focus-shadow-none {
box-shadow: none !important;
}

textarea.form-control {
height: 150px;
}

textarea.form-control-sm {
height: 100px;
}

/* /form control */
/* social icon */
.social-icon li a {
display: inline-block;
height: 45px;
width: 45px;
border-radius: 50%;
color: #fff;
border: 1px solid #fff;
background: transparent;
line-height: 45px;
text-align: center;
}

.social-icon li a:hover {
color: #344588;
background: #fff;
}

.social-icon-alt li a {
display: inline-block;
height: 45px;
width: 45px;
border-radius: 50%;
color: #fff;
border: 1px solid #fff;
background: transparent;
line-height: 45px;
text-align: center;
}

.social-icon-alt li a:hover {
color: #fff;
background: #344588;
border-color: #344588;
}

/* /social icon */
/* slick style */
.slick-slide {
outline: 0;
}

/* slick arrows */
.slick-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 9;
height: 70px;
width: 70px;
border-radius: 50%;
background: rgba(134, 195, 58, 0.5);
color: #fff;
border: 0;
line-height: 70px;
font-size: 35px;
display: none;
}

.slick-arrow::before {
position: absolute;
content: "";
height: 10px;
width: 10px;
background: transparent;
top: 50%;
transform: translateY(-50%) rotate(-45deg);
transition: 0.2s ease;
}

.slick-arrow::after {
position: absolute;
content: "";
height: 2px;
width: 25px;
top: 50%;
transform: translateY(-50%);
background: #fff;
transition: 0.2s ease;
}

@media (max-width: 575px) {
.slick-arrow {
display: none;
}
}

.slick-arrow:focus {
outline: 0;
}

.slick-arrow:hover {
background: #344588;
}

.prevArrow {
left: 0px;
}

.prevArrow::before {
border-left: 2px solid #fff;
border-top: 2px solid #fff;
right: 35px;
}

.prevArrow::after {
right: 20px;
}

.nextArrow {
right: 0px;
}

.nextArrow::before {
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
left: 35px;
}

.nextArrow::after {
left: 20px;
}

/* /slick arrows */
/* slick dots */
.slick-dots {
padding-left: 0;
text-align: center;
position: absolute;
bottom: -185px;
left: 0;
right: 0;
z-index: 9;
}

.slick-dots li {
display: inline-block;
height: 70px;
width: 70px;
border-radius: 50%;
cursor: pointer;
margin: 0 20px;
transition: 0.2s ease;
box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
}

.slick-dots li img {
height: 70px;
width: 70px;
border-radius: 50%;
}

.slick-dots li.slick-active {
transform: scale(1.2);
}

/* /slick dots */
/* Navbar */
/* top header */
.top-header {
font-size: 14px;
}

/* /top header */
/* navigation */
.navigation {
box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.09);
position: relative;
z-index: 1;
}

@media (min-width: 992px) {
.navigation {
height: 70px;
display: flex;
align-items: center;
}
}

.navbar {
padding: 0;
}

.navbar-collapse {
padding-bottom: 10px;
transition: 0.2s ease;
}

.navbar .nav-item .nav-link {
text-transform: uppercase;
font-weight: 700;
}

.navbar .dropdown:hover .dropdown-menu {
visibility: visible;
opacity: 1;
transform: scaleX(1);
}

.navbar .dropdown-menu {
box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
padding: 15px;
border: 0;
top: 100px;
left: -25px;
border-radius: 0;
display: block;
visibility: hidden;
transition: 0.3s ease;
opacity: 0;
transform: scale(0.8);
background: #fff;
}

@media (max-width: 991px) {
.navbar .dropdown-menu {
display: none;
opacity: 1;
visibility: visible;
transform: scale(1);
transform-origin: unset;
}
}

.navbar .dropdown-menu.show {
visibility: hidden;
}

@media (max-width: 991px) {
.navbar .dropdown-menu.show {
visibility: visible;
display: block;
}
}

.navbar .dropdown-item {
position: relative;
color: #172231;
transition: 0.2s ease;
font-family: Poppins;
}

@media (max-width: 991px) {
.navbar .dropdown-item {
text-align: center;
}
}

.navbar .dropdown-item:not(:last-child) {
margin-bottom: 10px;
}

.navbar .dropdown-item:hover {
color: #344588;
background: transparent;
}

.navbar-light .navbar-nav .nav-link {
color: #172231;
}

.navbar-light .navbar-nav .nav-link:hover {
color: #344588;
}

.navbar-expand-lg .navbar-nav .nav-link {
padding: 20px 15px;
}

@media (max-width: 1200px) {
.navbar-expand-lg .navbar-nav .nav-link {
padding: 40px 10px;
}
}

@media (max-width: 991px) {
.navbar-expand-lg .navbar-nav .nav-link {
padding: 10px;
}
}

/* search */
.search-btn {
border: 0;
background: transparent;
}

.search-wrapper {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
z-index: 2;
visibility: hidden;
transition: 0.2s ease;
opacity: 0;
}

.search-wrapper.open {
visibility: visible;
opacity: 1;
}

.search-box {
height: 110px;
width: 100%;
border: 0;
background: #fff;
font-size: 30px;
padding: 0;
}

@media (min-width: 992px) {
.search-box {
margin-top: -3px;
}
}

.search-box:focus {
box-shadow: none !important;
}

.search-close {
position: absolute;
right: 5px;
top: 40px;
border: 0;
background: transparent;
page-break-after: 10px;
font-size: 20px;
}

/* /navigation */

@media (max-width: 767px) {
.hero-section {
padding: 160px 0 170px;
}
}

.hero-slider {
overflow-x: hidden;
}

.hero-slider .prevArrow {
left: -100px;
}

.hero-slider .nextArrow {
right: -100px;
}

.hero-slider:hover .prevArrow {
left: 35px;
}

.hero-slider:hover .nextArrow {
right: 35px;
}

/* /hero slider */
/* banner feature */
.banner-feature-wrapper {
transform: translateY(-100px);
}

.hover-bg-dark:hover, .hover-bg-dark.active {
background: #252d39 !important;
}

.hover-bg-dark:hover *, .hover-bg-dark.active * {
color: #fff !important;
}

/* /banner feature */
/* about */
.image-bg {
position: absolute;
top: 20%;
right: 0;
z-index: -1;
}

.about-bg-shape {
position: absolute;
top: 0;
right: 0;
}

.philosophy-bg-shape {
position: absolute;
left: 0;
bottom: 0;
}

/* /about */
/* funfacts */
.funfacts {
overflow-x: hidden;
}

@media (max-width: 991px) {
.funfacts {
background: #252d39;
}
}

.funfacts .container {
transform: translateX(-50px);
position: relative;
}

.funfacts .container::before {
position: absolute;
content: "";
right: 100%;
top: 0;
height: 100%;
width: 100%;
background: #252d39;
}

@media (max-width: 991px) {
.funfacts .container {
transform: translate(0);
}

.funfacts .container::before {
display: none;
}
}

@media (max-width: 991px) {
.funfacts h3 {
font-size: 30px;
}
}

@media (max-width: 767px) {
.funfacts h3 {
font-size: 35px;
}
}

@media (max-width: 991px) {
.funfacts .icon-lg {
font-size: 40px;
}
}

@media (max-width: 767px) {
.funfacts .icon-lg {
font-size: 50px;
}
}

/* /funfacts */
/* feature */
.feature-img-bg {
position: relative;
}

.feature-img-bg::before {
position: absolute;
content: "";
background: url(../images/backgrounds/feature-bg.png);
top: -100px;
right: -120px;
height: 150%;
width: 120%;
z-index: -1;
background-repeat: no-repeat;
background-size: contain;
}

@media (max-width: 991px) {
.feature-img-bg::before {
display: none;
}
}

.play-video {
position: absolute;
left: 0;
bottom: 20%;
}

.play-icon {
display: inline-block;
min-width: 90px;
height: 90px;
text-align: center;
line-height: 90px;
border-radius: 50%;
box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
font-size: 30px;
}

/* /feature */
/* service */
.service-wrapper {
transform: translateY(-200px);
}

.card-icon {
position: absolute;
height: 60px;
width: 60px;
border-radius: 50%;
background: #344588;
text-align: center;
line-height: 60px;
color: #fff;
font-size: 32px;
left: 15px;
top: -90px;
}

.service-bg-dots {
position: relative;
}

.service-bg-dots::before {
position: absolute;
content: "";
background: url(../images/backgrounds/service-page-2.png);
top: 0px;
right: 0px;
height: 100%;
width: 50%;
background-repeat: no-repeat;
background-size: cover;
z-index: 0;
}

/* /service */
/* team */
.team-member-img img {
position: relative;
z-index: 2;
}

.team-member-img::before {
position: absolute;
content: "";
background: url(../images/backgrounds/team-member-bg.png);
top: 0px;
right: 0px;
height: 60%;
width: 60%;
background-repeat: no-repeat;
background-size: contain;
z-index: 1;
transition: 0.2s ease;
}

.team-member-img::after {
position: absolute;
content: "";
background: url(../images/backgrounds/team-member-bg.png);
bottom: -40px;
left: 0px;
height: 60%;
width: 60%;
background-repeat: no-repeat;
background-size: contain;
z-index: 1;
transition: 0.2s ease;
}

.team-member:hover .team-member-img::before {
top: -20px;
right: -20px;
}

.team-member:hover .team-member-img::after {
bottom: -60px;
left: -20px;
}

.team-member:hover .hover-icon {
transform: scale(1);
opacity: 1;
}

.team-member:hover .hover-icon .social-icon a {
transform: scale(1);
}

.hover-icon {
position: absolute;
left: 0;
right: 0;
bottom: 0;
background: rgba(134, 195, 58, 0.9);
transition: 0.2s ease;
transform: scale(0.8);
z-index: 3;
opacity: 0;
}

.hover-icon .social-icon a {
transform: scale(0);
}

/* /team */
/* project */
.project-item img {
transition: 0.4s ease-in;
}

@media (max-width: 767px) {
.project-item img {
margin-bottom: -60px;
}
}

.project-item:hover img {
transform: scale(1.05);
}

.project-item:hover .hover-overlay {
opacity: 1;
}

.project-item:hover .hover-overlay a {
transform: translateY(-50%) scale(1);
}

.hover-overlay {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
text-align: center;
background: rgba(134, 195, 58, 0.9);
transition: 0.4s ease;
opacity: 0;
}

.hover-overlay a {
position: relative;
font-size: 46px;
color: #fff;
top: 50%;
transform: translateY(-50%) scale(0);
transition: 0.4s ease;
display: inline-block;
}

.uni-plus {
position: relative;
padding: 0 20px;
}

.uni-plus::before {
position: absolute;
content: "";
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
height: 40px;
width: 2px;
background: #fff;
}

.uni-plus::after {
position: absolute;
content: "";
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
height: 2px;
width: 40px;
background: #fff;
}

.filter-controls li {
cursor: pointer;
}

.filter-controls li.active {
color: #344588 !important;
}

/* /project */
/* testimonial */
.bg-dots {
position: relative;
}

.bg-dots::before {
position: absolute;
content: "";
background: url(../images/backgrounds/testimonial-bg-1.png);
top: 0px;
right: 0px;
height: 100%;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
z-index: 1;
}

.bg-dots .container {
position: relative;
z-index: 2;
}

.testimonial-slider .nextArrow,
.testimonial-slider .prevArrow {
opacity: 0;
transition-delay: 1s;
}

.testimonial-slider:hover .nextArrow {
opacity: 1;
right: -100px;
transition-delay: 0s;
}

.testimonial-slider:hover .prevArrow {
opacity: 1;
left: -100px;
transition-delay: 0s;
}

.bg-quote {
position: relative;
}

.bg-quote::before {
position: absolute;
content: "\f10d";
font-family: "FontAwesome";
font-size: 150px;
color: rgba(134, 195, 58, 0.3);
top: -10px;
line-height: 1;
left: 50%;
transform: translateX(-50%);
}

/* /testimonial */
/* clients logo */
.clients-logo {
text-align: center;
position: relative;
height: 120px;
width: 180px;
}

.clients-logo:hover .white {
opacity: 0;
}

.clients-logo:hover .primary {
opacity: 1;
}

.clients-logo .white {
opacity: 1;
position: absolute;
left: 0;
top: 50%;
right: 0;
transform: translateY(-50%);
text-align: center;
padding: 0 10px;
}

.clients-logo .primary {
opacity: 0;
position: absolute;
left: 0;
top: 50%;
right: 0;
transform: translateY(-50%);
text-align: center;
padding: 0 10px;
}

.customer-bg-shape {
position: absolute;
top: 0;
right: 50%;
}

/* /clients logo */
/* cta sm */
.cta-sm-bg {
position: relative;
}

.cta-sm-bg::before {
position: absolute;
content: "";
height: 100%;
width: 100%;
left: 90%;
top: 0;
background: url(../images/backgrounds/cta-sm-right.png);
background-repeat: no-repeat;
background-size: contain;
}

.cta-sm-bg::after {
position: absolute;
content: "";
height: 100%;
width: 100%;
left: 0;
top: 0;
background-image: url(../images/backgrounds/cta-sm-left.png);
background-repeat: no-repeat;
background-size: contain;
z-index: 0;
}
/* /cta sm */
.pricing-table {
transition: 0.2s ease;
position: relative;
}

.pricing-table::before {
position: absolute;
content: "";
height: 100%;
width: 100%;
top: 0;
left: 0;
background: url(../images/backgrounds/pricing-table-bg.png);
background-repeat: no-repeat;
background-size: cover;
}

.pricing-table.active {
background: #344588;
color: #fff;
}

.pricing-table.active h2,
.pricing-table.active h3,
.pricing-table.active h4,
.pricing-table.active h5,
.pricing-table.active h6,
.pricing-table.active .subtitle {
color: #fff;
}

.pricing-duration {
transition: 0.2s linear;
}

.pricing-duration.active {
font-weight: 600;
color: #172231;
}

.pricing-switcher {
text-align: center;
}

.pricing-switcher .fieldset {
display: inline-block;
position: relative;
padding: 2px;
border-radius: 50em;
background: #344588;
height: 40px;
width: 100px;
}

.pricing-switcher input[type=radio] {
position: absolute;
opacity: 0;
}

.pricing-switcher label {
position: absolute;
z-index: 1;
cursor: pointer;
color: #818385;
top: 50%;
transform: translateY(-50%);
text-transform: uppercase;
font-size: 16px;
}

.pricing-switcher label.monthly {
right: 130px;
}

.pricing-switcher label.monthly::before {
position: absolute;
content: "";
height: 30px;
width: 50px;
border-radius: 50px;
top: 50%;
transform: translateY(-50%);
right: -85px;
}

.pricing-switcher label.yearly {
left: 130px;
}

.pricing-switcher label.yearly::before {
position: absolute;
content: "";
height: 30px;
width: 50px;
border-radius: 50px;
top: 50%;
transform: translateY(-50%);
left: -85px;
}

.pricing-switcher .switch {
position: absolute;
top: 5px;
left: 5px;
height: 30px;
width: 30px;
background-color: #fff;
border-radius: 50em;
transition: transform 0.3s;
}

.pricing-switcher input[type=radio]:checked + label + .switch,
.pricing-switcher input[type=radio]:checked + label:nth-of-type(n) + .switch {
transform: translateX(60px);
}

.pricing-list li {
position: relative;
padding: 0 !important;
}

@media only screen and (min-width: 768px) {
.pricing-list {
margin: 3em 0 0;
}

.pricing-list:after {
content: "";
display: table;
clear: both;
}

.pricing-list > li {
width: 33.3333333333%;
float: left;
padding-left: 5px;
padding-right: 5px;
}
}

.pricing-wrapper {
position: relative;
}

.touch .pricing-wrapper {
perspective: 2000px;
}

.pricing-wrapper.is-switched .is-visible {
transform: rotateY(180deg);
-webkit-animation: rotate 0.5s;
animation: rotate 0.5s;
}

.pricing-wrapper.is-switched .is-hidden {
transform: rotateY(0);
-webkit-animation: rotate-inverse 0.5s;
animation: rotate-inverse 0.5s;
opacity: 0;
}

.pricing-wrapper.is-switched .is-selected {
opacity: 1;
}

.pricing-wrapper.is-switched.reverse-animation .is-visible {
transform: rotateY(-180deg);
-webkit-animation: rotate-back 0.5s;
animation: rotate-back 0.5s;
}

.pricing-wrapper.is-switched.reverse-animation .is-hidden {
transform: rotateY(0);
-webkit-animation: rotate-inverse-back 0.5s;
animation: rotate-inverse-back 0.5s;
opacity: 0;
}

.pricing-wrapper.is-switched.reverse-animation .is-selected {
opacity: 1;
}

.pricing-wrapper > li {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.pricing-wrapper .is-visible {
position: relative;
z-index: 5;
}

.pricing-wrapper .is-hidden {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 1;
transform: rotateY(180deg);
}

.pricing-wrapper .is-selected {
z-index: 3 !important;
}

@-webkit-keyframes rotate {
0% {
transform: perspective(2000px) rotateY(0);
}

70% {
transform: perspective(2000px) rotateY(200deg);
}

100% {
transform: perspective(2000px) rotateY(180deg);
}
}

@keyframes rotate {
0% {
transform: perspective(2000px) rotateY(0);
}

70% {
transform: perspective(2000px) rotateY(200deg);
}

100% {
transform: perspective(2000px) rotateY(180deg);
}
}

@-webkit-keyframes rotate-inverse {
0% {
transform: perspective(2000px) rotateY(-180deg);
}

70% {
transform: perspective(2000px) rotateY(20deg);
}

100% {
transform: perspective(2000px) rotateY(0);
}
}

@keyframes rotate-inverse {
0% {
transform: perspective(2000px) rotateY(-180deg);
}

70% {
transform: perspective(2000px) rotateY(20deg);
}

100% {
transform: perspective(2000px) rotateY(0);
}
}

@-webkit-keyframes rotate-back {
0% {
transform: perspective(2000px) rotateY(0);
}

70% {
transform: perspective(2000px) rotateY(-200deg);
}

100% {
transform: perspective(2000px) rotateY(-180deg);
}
}

@keyframes rotate-back {
0% {
transform: perspective(2000px) rotateY(0);
}

70% {
transform: perspective(2000px) rotateY(-200deg);
}

100% {
transform: perspective(2000px) rotateY(-180deg);
}
}

@-webkit-keyframes rotate-inverse-back {
0% {
transform: perspective(2000px) rotateY(180deg);
}

70% {
transform: perspective(2000px) rotateY(-20deg);
}

100% {
transform: perspective(2000px) rotateY(0);
}
}

@keyframes rotate-inverse-back {
0% {
transform: perspective(2000px) rotateY(180deg);
}

70% {
transform: perspective(2000px) rotateY(-20deg);
}

100% {
transform: perspective(2000px) rotateY(0);
}
}
/* /pricing */
/* blog */
.card-type {
position: absolute;
top: 30px;
left: 30px;
padding: 3px 10px;
color: #fff;
background: #344588;
z-index: 1;
}

.card-meta {
font-size: 14px;
}

.blog-shape-left {
position: absolute;
left: 0;
bottom: 0;
}

.blog-shape-right {
position: absolute;
right: 0;
top: 50%;
}

.clip-half-cycle {
-webkit-clip-path: circle(157% at 50% -100%);
clip-path: circle(157% at 50% -100%);
}

.title-border-left {
position: relative;
padding-left: 30px;
}

.title-border-left::before {
position: absolute;
left: 0;
top: 0;
content: "";
height: 100%;
width: 5px;
border-radius: 30px;
background: #344588;
}

.post-search {
border: 0;
background: transparent;
position: absolute;
bottom: 15px;
right: 0;
}

.tag-list a {
display: inline-block;
padding: 10px 22px;
background: #fff;
box-shadow: 0px 5px 20px 0px rgba(51, 77, 128, 0.12);
border-radius: 35px;
margin-bottom: 15px;
color: #818385;
}

.tag-list a:hover {
background: #344588;
color: #fff;
box-shadow: 0;
}

blockquote {
padding: 30px 40px;
font-style: italic;
color: #172231;
border-left: 2px solid #344588;
box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
position: relative;
margin-bottom: 40px;
}

blockquote::before {
position: absolute;
content: "\f10d";
font-family: "FontAwesome";
font-size: 100px;
color: rgba(134, 195, 58, 0.3);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-style: normal;
}

blockquote p {
font-style: normal;
margin-top: 10px;
}

/* /blog */
.list-styled {
padding-left: 0;
}

.list-styled li {
position: relative;
padding-left: 20px;
}

.list-styled li::before {
position: absolute;
content: "\f105";
font-family: "FontAwesome";
font-size: 14px;
left: 0;
top: 1px;
color: #344588;
transition: 0.3s ease;
}

.list-styled li:hover::before {
color: #344588 !important;
}

.list-styled li:hover a {
text-decoration: underline;
}

.list-styled li.text-light::before {
color: #ddd;
}

.list-styled.style-circle li::before {
content: "\f10c";
}

.newsletter-form {
background: rgba(255, 255, 255, 0.1);
border-radius: 35px;
}

.newsletter-form:focus {
background: rgba(255, 255, 255, 0.1);
}

.newsletter-form::-moz-placeholder {
color: #fff;
}

.newsletter-form:-ms-input-placeholder {
color: #fff;
}

.newsletter-form::placeholder {
color: #fff;
}

.btn-subscribe {
position: absolute;
top: 0;
right: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}

/* /footer */
.box-shadow {
box-shadow: 0px 3px 18px 0px rgb(8 18 109 / 7%);
border-radius: 8px;
background-color: rgb(255 255 255 / 90%) !important;
}

.navigation, .top-header, .bg-secondary-darken {
display: none;
}

.letter-spacing {
font-size: 32px;
}

.fs {
font-size: 32px;
}

.keyPad {
background: #EDF8FC 0% 0% no-repeat padding-box;
border-radius: 20px;
padding: 5px;
display: grid;
max-width: 400px;
margin: 0 auto;
grid-template-columns: repeat(3, 1fr);
}

.keyPad button {
padding: 9px 0px;
border: none;
background: transparent linear-gradient(180deg, #0E62B7 0%, #07445C 100%) 0% 0% no-repeat padding-box;
border-radius: 10px;
font-weight: bold;
font-size: 33px;
width: initial;
text-align: center;
margin: 0.6rem;
}


.popupBox {
width: 100%;
border: 1px solid #0E87B7;
border-radius: 33px;
text-align: left;
margin-top: 0rem;
padding: 2rem;
}

.popupBox span :nth-child(1) {
font-size: 2.4rem;
color: #222;
font-weight: 600;
margin-bottom: 0;
}

.popupBox span :nth-child(2) {
font-size: 1.6rem;
color: #333333;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}

.getOTP {
border-radius: 10px;
background-color: #344588;
border: none;
padding: 3px 15px;
}

.form-control {
height: 30px;
padding: 0 10px;
/*font-size: 0.9rem;*/
/* line-height: .6rem; */
font-size: 1.1rem;
}

.form-group {
/*margin-bottom: 0.3rem;*/
margin-bottom: 1.2rem;
}

label {
margin-bottom: 0.0rem;
color: #344588;
font-weight: 600;
font-size: 1rem;
}
/*=========21-11-23 ===================*/
.mobileInput input {
width: 100%;
padding: 9px;
border-radius: 6px;
font-weight: normal;
height: 3rem;
font-size: 1.2rem;
}

.SessionEx p {
color: red;
text-transform: inherit;
padding: 1.2rem 0px;
/*margin-left: 4rem;*/
margin-left: 1rem;
font-size: 1.4rem;
font-weight: 600;
text-align: center;
}

.titleLabel label {
font-size: 1.2rem;
color: #222;
font-weight: 600;
margin-right: 10px;
}

.titleLabel input {
width: 340px;
}

.popupBoxSelf {
background-color: #fff;
border: 1px solid #0E87B7;
border-radius: 25px;
text-align: left;
margin-top: 1rem;
padding: 0rem;
}

.listReport .nav-tabs .nav-link.active {
color: #ffffff;
background-color: #394a89;
border-color: #dee2e6 #dee2e6 #fff;
border: none;
}

#lab_reports .table .thead-dark th {
padding: 8px;
}

.popupBoxSelf input {
width: 100%;
height: 3rem;
color: #495057;
padding-left: 10px;
}

.popupBoxSelf .form-control {
height: 3rem;
}

.m-t-0 {
margin-top: 10px !important;
}

div.jQKeyboardContainer {
position: absolute;
bottom: 0;
width: 100%;
margin: 0 auto;
z-index: 99;
}

button.jQKeyboardBtn.ui-button-colspan-0 {
width: 6.4rem !important;
}

button.jQKeyboardBtn {
color: #ffffff;
background: #424242;
line-height: 3.25em;
min-width: 36px;
margin: 0;
padding: 1px 6px 1px 6px;
border: 2px solid #000000;
border-radius: 6px;
text-align: center;
font-weight: bold;
outline: none;
cursor: pointer;
font-size: 1.6rem !important;
}

button.jQKeyboardBtn.ui-button-colspan-2 {
width: 97px !important;
}

button.jQKeyboardBtn.ui-button-colspan-3 {
width: 119px !important;
}

.keycodHeight {
overflow-y: scroll;
height: 200px;
}

.fourDigit input {
width: 4rem;
height: 3rem;
font-size: 1.1rem;
color: #495057;
text-align: center;
font-weight: 400;
}

}

.popupBoxSelf span {
text-align: center;
}

.uhidno {
padding: 3.5rem;
}

.btn-view {
padding: 13px 26px;
margin-top: 16px !important;
}

.BookDateList {
padding: 0;
overflow-y: auto;
/*height: 47vh;*/
height: 57vh;
}

.Bookslct select {
width: 100%;
}

.Bookslct label {
display: block;
}

.BookDateList li {
display: inline-block;
width: 23.5%;
}

.bookSpeciality .select2-container {
min-width: 100%;
}

.BookDateList li button {
padding: 12px 19px;
width: 12.3rem;
font-size: 18px;
}

.calDay .calElement {
width: 88px !important;
}

.SessionEx label, .sessionTophead label {
color: #fff !important;
font-weight: 100;
}
/*==========Table css doctor ===========*/
.patientDetail label {
font-size: 25px;
margin-right: 2rem;
font-weight: 500;
}

.patientTable thead tr th, .patientTable tbody tr td {
font-size: 1.2rem !important;
text-align:center !important;
}

.patientTable thead, .patientTable tbody {
border: 1px solid #ccc;
}

.patientTable {
background-color: #fff;
}
/*=====================*/
.dis_flex {
display: flex;
}

.m-t-label label {
margin-top: 0.7rem;
}

.walkin label {
min-width: 35%;
text-align: right;
}

.the-legend {
border-style: none;
border-width: 0;
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
width: auto;
padding: 0 10px;
border: 1px solid #e0e0e0;
}

.the-fieldset {
border: 1px solid #e0e0e0;
padding: 10px;
}

input, select {
border: 1px solid #ccc;
width: 250px;
}

button {
color: #fff;
background-color: #428bca;
border: 1px solid #357ebd;
}

.login_header {
display: none;
}

.popupBoxSelf form {
margin-bottom: 0;
padding-left: 0 !important;
}

.v_hidden label {
visibility: hidden;
}

.form-checkBox-input {
width: 25px !important;
}

.m-t-4 {
margin-top: 4px !important;
}

#phoneNumber {
display: none;
}

.kMobile {
display: flex;
}

#btn-country {
border: 1px solid #ccc;
margin-top: 0px !important;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
padding-top: 0px;
margin-left: 0;
}

.kMobNumbr {
border-radius: 6px;
}

.dropdown-toggle::after {
display: none;
}

.f16 .flag {
vertical-align: middle !important;
}

.btnclseModl {
font-size: 30px;
background: transparent;
color: red;
border: unset;
}

.erorMsg p {
padding: 41px 33px;
text-align: center;
font-size: 25px;
}

.modal-dialogError {
max-width: 60%;
margin: 6.75rem auto;
}

#ErrorMessages {
background: #0000007a;
}

.title_clndr, #Idshowdateselecter {
background: #f7f7f7 0% 0% no-repeat padding-box;
border-radius: 10px;
}

.calDay .calElement .dayNumber {
font-size: 26px !important;
}

.calMonth .calElement {
font-size: 22px !important;
border: 1px solid #999999;
}

.calDay .calElement {
font-size: 18px !important;
border: 1px solid #999999;
}

.calDay .calElement.next {
background: transparent url(/images/patient_img/next.png) no-repeat 0 18px;
width: 6px;
height: 72px;
background-position: right 42px top 25px;
}

.calDay .calElement.prev {
background: transparent url(/images/patient_img/prev.png) no-repeat 0 18px;
width: 6px;
height: 72px;
background-position: right 42px top 25px;
}

.calDay .calElement {
font-size: 18px !important;
border: 1px solid #999999;
line-height: 24px;
padding-top: 5px;
}

#Idshowdateselecter fieldset {
border-width: 1px;
border-style: groove;
border-color: #ced4da;
border-image: initial;
border-radius: 7px;
padding-bottom: 12px;
margin-top: 14px;
}

.calMonth .calElement {
width: 96px !important;
font-family: 'Poppins';
}

#Idshowdateselecter fieldset legend {
width: unset;
margin-left: 13px;
margin-bottom: 0;
color: #222;
font-weight: bold;
font-size: 1.3rem;
}

#dsel1 .calDay .calElement.next {
background: transparent url(/images/patient_img/next.png) no-repeat 0 18px;
height: 52px;
background-position: right 24px top 17px;
width: 60px !important;
}

#dsel1 .calDay .calElement.prev {
background: transparent url(/images/patient_img/prev.png) no-repeat 0 18px;
height: 52px;
background-position: right 27px top 17px;
width: 60px !important;
}

.calYear {
display: none;
}

.title_clndr .calBox {
background-color: #f5f5f566;
border-top: 1px solid #c0b9b9;
}

.calBox .calElement {
margin: 6px;
display: inline-block;
overflow: hidden;
box-shadow: rgb(0 0 0 / 36%) 0px 3px 8px;
border-radius: 5px;
}

.DOB_Hide {
float: right;
max-width: 20px;
visibility: hidden;
height: 0rem !important;
}

#ktblAppointment {
text-align: left;
text-transform: uppercase;
}

#ktblAppointment li {
font-size: 1.1rem;
}
/*touch gesture css*/
#dsel1 {
padding-right: 20px;
}

.prev, .next {
display: none !important;
}

.calElement {
display: inline-block;
width: 300px;
/*height: 200px;*/
margin-right: 20px;
background-color: #fff;
color: #808080;
border-radius: 8px;
border: 1px solid #ccc;
overflow: hidden;
box-shadow: none !important;
}

.calMonth, .calDay {
white-space: nowrap;
overflow-x: hidden;
width: 100%;
padding: 6px;
cursor: grab;
}

.dNone {
display: none;
}

.patintName label {
font-weight: 700;
font-size: 1.2rem;
/*text-transform: uppercase;*/
margin-bottom: 0;
}

.patintName {
padding-top: 1em;
}

.selfscroll {
max-height: 12rem;
overflow-y: auto;
transition: width 2s, height 10s;
}

.userPtent {
display: flex;
}

.SessionEx {
    text-align: right;
    margin-bottom: 0;
    /*background: #D12828 0% 0% no-repeat padding-box;*/
    color: #fff;
    padding: 6px;
    border-radius: 5px;
    vertical-align: super;
    display: none;
    position: absolute;
    text-wrap: nowrap;
    right: 25px !important;
    top: 0px;
    padding:0px !important;
    font-size:10px !important;
}
.SessionEx label { 
    font-size: 10px !important;
}
.sessionTophead {
text-align: right;
margin-bottom: 0;
background: #D12828 0% 0% no-repeat padding-box;
color: #fff;
padding: 6px;
border-radius: 5px;
vertical-align: super;
}

.K_bookApoint #for_appending_list {
min-height: 12em;
height: auto;
}

.modal-dialogError h4 {
text-transform: capitalize;
}

.modal-dialogError .section {
padding-bottom: 15px;
margin-bottom: 0px;
}

.mobileInput {
padding-bottom: 4rem;
}

#for_appending_list thead tr th:nth-of-type(1), #for_appending_list tbody tr td:nth-of-type(1) {
text-align: left;
padding-left: 20px;
}

#for_appending_list thead tr th:nth-of-type(3), #for_appending_list tbody tr td:nth-of-type(3) {
text-align: right;
padding-right: 20px;
}

#for_appending_list thead tr th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
/*width: 25%;*/
}

/*  sachin css*/

.mhead {
font-size: 20px;
float: left;
font-weight: bold;
color: #000;
}

.shead {
font-size: 18px;
font-weight: bold;
float: left;
color: #000;
}

.para {
overflow-y: auto;
font-size: 14px;
font-weight: bold;
float: left;
text-align: left;
}

@media screen and (min-width: 1500px) {
.mhead {
font-size: 22px;
}

.shead {
font-size: 20px;
}

.para {
font-size: 15px;
}


.adharVer {
height: 90vh;
display: flex;
align-items: center;
justify-content: center;
}

.ui-datepicker-header .ui-icon i {
font-size: 38px;
margin-top: 0.4rem;
}

.ui-icon {
width: 46px !important;
height: 46px !important;
}

.ui-datepicker-header .ui-icon i {
font-size: 38px;
margin-top: 0.3rem;
}
}

@media screen and (min-width: 1300px) {
.popupBox span :nth-child(2) {
font-size: 1.2rem !important;
}
}

/*================New Changes by Rupesh 21-05-24 =====================
=====================================----------------------------------*/
header {
background-color: #1087B7;
text-align: center;
padding: 45px 10px;
border-radius: 0px 0px 100px 100px;
}

header h6 {
color: #fff;
font-size: 45px;
font-weight: normal;
}

header h1 {
color: #fff;
font-size: 59px;
letter-spacing: 0px;
font-weight: 600;
text-shadow: 0px 3px 6px #00000029;
opacity: 1;
}

.mainHome .translate-top .icon-bg img {
width: 50%;
margin-top: 16px;
}

.translate-top .bg-white h4 {
font-weight: 800;
margin-bottom: 2rem !important;
color: #262424;
}

.translate-top .icon-bg {
margin-bottom: .9rem !important;
}

.otpVerify input {
width: 3.8em;
}


/*================New Changes by Rupesh 21-05-24 End Code =====================
=====================================----------------------------------*/

/*==============New Calendar change 29-05-24 ========================*/
.calendar {
position: relative;
margin: 0rem auto 0;
width: 100%;
}

.calendar .currentDateDisplay {
height: 130px;
width: 100%;
color: #b12c2c;
font-weight: 600;
}

.calendar .currentDateDisplay > p {
font-size: 2rem;
margin-top: 25px;
color: rgba(0, 0, 0, 0.5);
text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.4);
}

.calendar .ui-datepicker {
display: inline-block;
margin: auto;
background-color: #f7f9ff;
border: 1px solid #ddd0;
border-radius: 10px;
min-height: calc(100% - 0px);
}

.calendar .ui-datepicker .ui-datepicker-calendar {
margin: auto;
width: 100%;
padding: 1rem;
}

.calendar .ui-datepicker .ui-datepicker-calendar a {
text-decoration: none;
color: #f76565;
font-size: 23px;
width: 1.6em;
height: 3rem;
display: inline-block;
}

.calendar .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
color: #4C246E;
}

.calendar .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today .ui-state-active {
background: #34CCCB !important;
border-radius: 50%;
}

.calendar .ui-datepicker .ui-datepicker-calendar .ui-state-active {
color: #fff !important;
background: #34CCCB !important;
border-radius: 50%;
width: 1.6em;
height: 1.6em;
display: inline-block;
line-height: 1.6em;
}

.calendar .ui-datepicker .ui-datepicker-header {
padding: 1rem;
color: #1087B7;
font-size: 1.3rem;
}

.calendar .ui-datepicker .ui-datepicker-prev {
float: left;
line-height: 2.5rem;
}

.calendar .ui-datepicker .ui-datepicker-next {
float: right;
line-height: 2.5rem;
}

.calendar .ui-datepicker .ui-datepicker-year,
section.calendar .ui-datepicker .ui-datepicker-month {
line-height: 2.5rem;
}

.calendar .ui-datepicker .ui-datepicker-month {
margin-right: .0rem;
}

.calendar .ui-datepicker td {
font-family: "Droid Sans", sans-serif;
}

.calendar .ui-datepicker thead {
color: #000000;
}

.ui-widget-header {
border: transparent !important;
background: transparent !important;
color: #fff;
font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border: unset !important;
background: unset !important;
font-weight: unset !important;
color: #BABABA !important;
}

.ui-datepicker-prev, .ui-datepicker-next {
background: #4a5993;
border-radius: 50% !important;
}

.ui-icon {
width: 37px !important;
height: 37px !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
color: #1087B7 !important;
}

.ui-datepicker-header .ui-icon i {
font-size: 25px;
margin-top: 0.4rem;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
border: none !important;
background: #fff !important;
color: #c77405;
}

.ui-datepicker-title {
text-align: center;
}

.ui-widget {
font-family: Poppins !important;
font-size: 1.1em;
}

.ui-datepicker-calendar thead tr th, .ui-datepicker-calendar tbody tr td {
text-align: center;
line-height: 45px;
}
/*======================================*/

#r {
height: 52vh;
overflow: auto;
border: 1px solid #ede5e5;
padding: 0;
}

.regispatint {
text-align: center;
}

.regispatint label, .KbIllForm label {
margin-bottom: 1.4rem;
color: #818385;
font-weight: 100;
font-size: large;
}

.pl-5, .px-5 {
padding-left: 1.5rem !important;
}

.pr-5, .px-5 {
padding-right: 1.5rem !important;
}

#Brouserpdf .modal-body .page img {
background-size: cover;
width: 100%;
height: 100%;
border-radius: 12px;
}

#Brouserpdf .modal-content {
display: block;
}

#Brouserpdf .close {
display: block;
color: red;
z-index: 9999;
position: relative;
top: 10%;
margin: 0px 30px;
font-size: 50px;
opacity: 999;
}

#Brouserpdf .modal-body {
border: 1px solid #e0d9d9;
margin: 7px;
border-radius: 10px;
padding: 8px;
background: #eaf8ff;
}

#Brouserpdf .Headingtag {
float: left;
width: 46%;
text-align: left;
margin: 2% 2%;
}

#Brouserpdf .Headingtag h3 {
font-size: 32px !important;
text-shadow: 1px 0px 3px #9e9898;
margin-top: 15%;
}

#Brouserpdf .Headingtag p {
text-indent: unset;
font-size: 17px !important;
}

#Brouserpdf .modal-body .scene .curlimg {
position: absolute;
z-index: 999;
right: 0;
bottom: 0;
width: 100px;
border-bottom-right-radius: 10px;
}

.stripbanner {
width: 7.5%;
position: relative;
z-index: 9;
left: -19px;
top: 3%;
}

.stripbanner img {
width: 100%;
}


.headerKiosk {
background: #106AB7;
padding: 0 !important;
border-radius: 0px 0px 20px 20px;
}

.water-wave img {
width: 70px;
}

#kioskContainer {
max-height: calc(100% - 100px);
overflow-y: auto;
}

#backspace, #backspace1 {
background: #63B5FB 0% 0% no-repeat padding-box;
}

 

.logoHeader img {
width: 130px;
margin: 10px 24px;
}

.KuhidMobileNoCls {
display: flex;
column-gap: 8px;
align-items: flex-end;
margin-top: 3.6rem;
}

.KuhidMobileNoCls .form-group {
    flex: 1;
}

#inputBoxes {
padding-left: 0;
}

.inputBoxes {
padding-left: 0;
}

#chkpatdupe_id {
height: calc(100% - 165px);
overflow: auto;
}

#errOTP h3 {
font-size: 17px;
font-weight: 100;
margin-top: 11px;
}

.outer_header_updated h4 {
font-size: 32px;
}

#totalAmunt {
border: 1px solid #4c82b070;
width: 20vh;
padding: .6rem;
border-radius: 5px;
background: #d7e4d7;
}

.insideBodygd {
display: flex;
justify-content: center;
gap: 20px;
}

.insideBodygd .box-shadow {
text-align: center;
width: 350px;
font-size: 1.5rem;
text-transform: uppercase;
padding: 20px;
font-weight: 600;
line-height: 1.2;
color: #172231;
}

.modalCusBoxmodal-dialog {
border: none !important;
display: flex;
align-items: center;
filter: drop-shadow(2px 4px 6px black);
margin: 0rem auto;
}

.modalCusBoxmodal-dialog .modal-content {
background: none !important;
border: none !important;
width: auto;
margin: 0 auto;
}

.insideBodygd div {
text-transform: capitalize;
}

#PhyOrder {
border-bottom: 1px solid #dfdfdf;
margin-bottom: 20px;
}

#tblPhy_Ord thead tr th {
background-color: #252d39 !important;
color: #fff;
position: sticky;
top: 0px;
}

.stripDetails {
margin: 1rem 2rem;
background: #f7f7f7;
padding: 10px;
border-radius: 5px;
color: #fff !important;
font-weight: 100;
}

.stripDetails span {
margin-right: 2rem;
color: #000 !important;
}

.stripDetails span label {
color: #000 !important;
font-weight: 100;
}

.kregisterPatient .pt-0 {
padding-top: 0px !important;
}

#id_existingpatfuthertabsModal {
    position: absolute;
    top: 64px;
    z-index: 999;
    background-image: url(../plugins/images/slider/kioskbg.png);
    height: 92.2%;
    background-position: left;
    width: 100%;
    background-size: cover;
    overflow:auto;
}
#id_existingpatfuthertabs{
    width: 100%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
       height: calc(100% - 175px);
    overflow-y: auto;
    scrollbar-width: thin;
    margin: 0 auto;
}

.termConditioncheck {
    display:flex;
    align-items:center;
    gap:5px
}
.termConditioncheck input[type=checkbox], input[type=radio] {
    width:15px !important;
    height:15px !important;
        margin-top: 0;
}

.goog-te-banner-frame, .goog-te-menu-frame, .skiptranslate {
    display: none !important;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    z-index: 1000;
    position: absolute;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    left: -1000px;
    top: -1000px;
}
.VIpgJd-ZVi9od-aZ2wEe-OiiCO{display:none;}
body {
    top: 0 !important;
}