/* Megamenu */
html {
    box-sizing: border-box;
    overflow-x: hidden;
}

*,
*:before,
*:after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

body {
    font-family: "General Sans", "General Sans Medium", "General Sans Semibold",
        sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    background: #d0dee27d; /* #e1e1e4 */
    /* background: #f8f8fb; */
    width: 100vw;
}

small {
    font-size: 65% !important;
}

.sm {
    padding: 0 !important;
    margin-bottom: 5px;
}
.body-bg {
    background-color: #fbfbfc;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1rem;
}

p {
    margin: 0px 0px 24px 0px;
}

p:last-child {
    margin: 0px;
}

a {
    color: #3544ee;
}

a:hover {
    color: #202db8;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

/* a.text-primary:focus,
a.text-primary:hover {
    color: #202db8!important;
} */
ol,
ul {
}

ol li,
ul li {
}

.lead {
    font-size: 21px;
    line-height: 32px;
    color: #181825;
}

.z-index-0 {
    z-index: 0;
}

::selection {
    background: rgba(255, 244, 147, 0.8);
    color: #272c30;
}

.form-control:focus {
    box-shadow: 0 0 0 0.1rem rgb(64 193 199 / 38%) !important;
    border: 1px solid #ced4da !important;
    border-color: #80bdff !important;
}

.form-control {
    border: 1px solid #b3b3b3 !important;
}

.btn {
    font-size: 16px;
    padding: 5px 21px;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    transition: 0.3s ease;
}

/* logo header */
.row-flex {
    display: flex;
    flex-wrap: wrap;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 60px;
    background-color: white;
    z-index: 999999;
    max-height: 90px;
    /* background: radial-gradient(circle, rgba(255, 255, 255, 1) 10%, rgba(172, 218, 197, 1) 100%); */
    /* box-shadow: 0 4px 10px rgb(0 0 0/ 10%); */
    box-shadow: 0 0.5px 0px rgb(60 101 98);
}

/* header .nabh_logo {
    display: flex;
}

header .logo img {
    max-height: 100px;
} */
.logo__box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-height: 70px;
}

.logo__img {
    /* 	height: 100%; */
    /* 	max-height: 70px; */
    width: auto;
    display: flex;
    justify-content: center;
}

.logo__img a {
    display: flex;
    justify-content: center;
}

.logo__img img {
    /* 	width: 90%; */
    /* 	height: 100%; */
    max-height: 50px;
}

.old {
    background-color: ;
}

.contact__box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 12px 0;
    margin-top: 90px;
    padding-top: 0 !important;
}

.contact__info {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #adadad;
}

.contact__infos {
    width: 100%;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #adadad;
}

.contact__info:nth-child(5) {
    border-right: none;
}

.contact__icon {
    margin-right: 10px;
}

.contact__text .title {
    font-weight: 600;
    color: #252c43;
}

.contact__text .number {
    color: #d2001a;
    font-weight: bold;
}

.scroll {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.navigation {
    display: flex;
}

.navigation li {
    list-style: none;
    margin: 0 0 0 20px;
}

.navigation li .textbox {
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding-right: 20px;
}

.navigation li .textbox h5 {
    margin-bottom: 0.25rem;
    font-size: 1.1rem;
    font-weight: bold;
    color: crimson;
    text-align: center;
}

.navigation li .textbox p {
    text-align: center;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

@media (max-width: 1150px) {
    header {
        padding: 10px;
    }
    .navigation {
        margin-top: 1rem;
        overflow: auto;
    }
    .navigation li .textbox {
        white-space: nowrap;
    }
    .scroll {
    }
}

.warm {
}

.card-price {
    font-weight: bold;
}

.price {
    color: #d2001a;
}

.pb-5,
.py-5 {
    padding-bottom: 0 !important;
}

.pd {
    padding-top: 20px;
}

.bg-warning {
    background-color: #007bff !important;
}

.text-dark {
    color: #ffffff !important;
}

.text-warning {
    color: #007bff !important;
}

.bg-primary {
    background-color: #ff0082de !important;
}

.bg-second {
    background-color: #6200ffcf !important;
}

.bg-third {
    background-color: #ff5c5c !important;
}

.bg-sec {
    background-color: #04d8b7 !important;
}

.text-primary {
    color: black !important;
}

/* vertical spacing between columns */
.logo-header [class*="col-"] {
    /* margin-bottom: 5px; */
    padding: 0;
}

.content {
    height: 100%;
    display: flex;
    /* padding: 5px 5px 5px 30px; */
    color: #fff;
}

/* logo header end */
/*==========Sticky Header Start==========*/
.header {
    z-index: 99999;
    background-color: white;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    /*box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.25);*/
}

/*
.content {
  padding: 16px;
}
*/
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky + .content {
    padding-top: 102px;
}

/*==========Sticky Header End==========*/
/*--- btn default --*/
.btn-brand {
    color: #fff;
    background-color: #252c43;
    border-color: #252c43;
    padding: 2px 10px;
}

.btn-brand:hover {
    color: #fff;
    background-color: #003545;
    border-color: #003545;
}

.btn-brand.focus,
.btn-brand:focus {
    color: #fff;
    background-color: #003545;
    border-color: #003545;
    box-shadow: none;
}

/*----------------- 7. Headers ---------------------------------*/
.header-classic {
    background-color: #fff;
    border-bottom: 1px solid #dedede;
}

/* -------------------- Top Header --------------------*/
.top-header ul {
    margin-bottom: 0px;
}

.top-header ul li {
    float: left;
    margin-left: 18px;
}

.top-header ul li a {
    color: #626582;
}

.top-header i {
    font-size: 10px;
}

.list-unstyled .fab {
    font-size: 1rem;
}

.top-header-social {
}

.top-header-social i {
    font-size: 14px;
}

.top-header-social ul {
    margin-left: 10px;
}

.top-header-social ul li {
    float: left;
    margin-left: 8px;
}

.top-header-social ul li a {
    color: #9d9ea7;
}

.top-header-social ul li a:hover {
    color: #01d486;
}

/*-------------------------------------------------------------------8. Navigations-------------------------------------------------------------------*/
/*-------------------- Navigation classic ---------------------*/
.navbar-classic {
}

.navbar-classic.navbar-light .navbar-nav .nav-link {
    color: #003545;
    padding: 12px 16px;
}

.navbar-classic .navbar-nav .nav-item {
}

.navbar-classic .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    color: #003545;
    padding: 12px;
    line-height: 20px;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.navbar-classic .navbar-nav .nav-item .nav-link:hover,
.navbar-classic .navbar-nav .nav-item .nav-link:focus {
    color: #fff;
    background-color: #003545;
}

.navbar-classic .navbar-nav .nav-item.active .nav-link {
    color: #fff;
    background-color: #252c43;
}

.navbar-classic .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
    color: #003545;
    background-color: #e3fffd;
}

.navbar-classic.navbar {
    padding: 0px 1rem;
}

/* .navbar-classic .dropdown-toggle::after {
  margin-top: 1px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: -2px;
  content: "\f107";
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  color: #003545;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  margin-right: 15px;
  font-size: 13px;
  float: right;
} */
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #f1f1f6;
    border-radius: 0px;
}

.navbar-classic .dropdown-item.active,
.dropdown-item:active {
    background-color: #252c43;
}

.navbar-brand {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 2px;
    margin-right: initial;
    line-height: inherit;
    white-space: nowrap;
    color: #181825;
    font-size: 24px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 16rem;
    padding: 12px;
    margin: 0px;
    font-size: 1rem;
    color: #808294;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 2px;
    -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 7px;
    clear: both;
    font-weight: 600;
    color: #003545;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: 1px solid whitesmoke;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #003545;
    text-decoration: none;
    background-color: #eeeffd;
    border-radius: 4px;
}

.dropdown-item:focus .dropdown-toggle::after,
.dropdown-item:hover.dropdown-toggle::after {
    color: #003545;
}

@media (min-width: 992px) {
    .dropdown .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    .dropdown:hover > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }
    .dropdown-submenu:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 17px;
    top: 25px;
}

.dropdown-submenu .dropdown-menu {
    top: 0px;
    left: 100%;
    margin-left: 13px;
    margin-right: 0.1rem;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.mega-dropdown {
    position: unset;
}

.mega-dropdown-menu {
    width: 100%;
    position: absolute;
    /* top: 63px;
    margin: 15px 0px; */
}

.mega-dropdown-menu ul {
    list-style: none;
}

.nav-dropitem-arrow {
    position: relative;
    font-size: 12px;
    opacity: 0;
    padding-right: 10px;
}

.nav-dropitem-arrow i {
    position: absolute;
    /* top: -1px;
	*/
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #003545;
    text-decoration: none;
    background-color: #e3fffd;
    border-radius: 4px;
}

.dropdown-item:hover .nav-dropitem-arrow {
    color: #003545;
    opacity: 1;
    margin-right: 5px;
}

.navbar-classic .navbar-toggler,
.navbar-boxed .navbar-toggler {
    padding: 17px 15px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    /* border: 1px solid #eaeaf0; */
    border-radius: 0.25rem;
    position: relative;
}

/* mobile menu css */
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu {
    background: #fff;
    box-shadow: none;
    margin: 7px 0px;
}

.navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #f1f1f6;
}

.navbar-classic
    .navbar-collapse.show
    .dropdown
    .dropdown-menu
    .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6;
}

.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {
    background: #fff;
    box-shadow: none;
    margin: 7px 0px;
}

.navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #f1f1f6;
}

.navbar-boxed
    .navbar-collapse.show
    .dropdown
    .dropdown-menu
    .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6;
}

.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu {
    background: #fff;
    box-shadow: none;
    margin: 7px 0px;
}

.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #495bfb;
}

.navbar-transparent
    .navbar-collapse.show
    .dropdown
    .dropdown-menu
    .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6;
}

.icon-bar {
    width: 21px;
    height: 3px;
    background-color: #252c43;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-top: 4px;
}

.navbar-toggler:focus {
    outline: 0px;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 190%;
    background-color: #252c43;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% -80%;
    background-color: #252c43;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
    background-color: #252c43;
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
    background-color: #252c43;
}

/* ===== BOOK APPOINTMENT MODEL ===== */
.close:focus {
    outline: 1px dotted #fff !important;
}

.modal-body {
    padding: 0rem !important;
}

.modal-title {
    color: #fff;
}

.modal-header {
    background: #252c43;
    color: #fff !important;
}

.fa-close {
    color: #fff;
}

.heading {
    font-weight: 500 !important;
}

.subheadings {
    font-size: 12px;
    color: #9c27b0;
}

::placeholder {
    color: #e0e0e0;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #e0e0e0;
}

::-ms-input-placeholder {
    color: #e0e0e0;
}

input {
    padding: 0.5rem 0;
    border: none;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 3px;
    margin-top: 2px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    width: 100%;
}

input:focus {
    -moz-box-shadow: none !important;
    /* 	-webkit-box-shadow: none !important; */
    /* 	box-shadow: none !important; */
    border-bottom: 1px solid #ef5350;
    outline-width: 0;
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

a:hover {
    color: inherit;
}

.text-sm {
    font-size: 14px;
}

.text-dim {
    color: #bdbdbd;
}

.icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

@media screen and (max-width: 1056px) {
    .card {
        width: 100%;
    }
    .align {
        justify-content: center !important;
    }
}

/* ========== Book Appointment ========== */
.btn-bookApnt {
    color: #fff;
    background-color: #252c43;
    border-color: #252c43;
}

.btn-bookApnt:hover {
    color: #fff;
    background-color: #003545;
    border-color: #003545;
}

.btn-bookApnt.focus,
.btn-bookApnt:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 53, 69, 0.5);
}

.appointment sub,
sup {
    position: relative;
    font-size: 100%;
    line-height: 0;
    vertical-align: baseline;
    top: 0;
}

/* ========== main slider ========== */
.main-slider .btn {
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    font-size: 1.2rem;
    font-weight: 600;
    color: #003542;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1rem 2rem;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

/* Find a Doctores */
.find_doc {
    width: 100%;
    min-height: 100px;
    background-color: #252c43;
    padding: 2rem;
}

.find_doc h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: white;
    text-align: center;
    margin: 0.8rem 0;
}

.find_doc .opd_schedule {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: baseline;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.find_doc .opd_schedule h4 {
    color: whitesmoke;
    margin-right: 1rem;
}

.find_doc .opd_schedule a {
    margin-right: 1rem;
    color: white;
    padding: 0.5rem;
    background-color: #003545;
    letter-spacing: 1px;
    border-radius: 4px;
}

.find_doc .opd_schedule a:last-child {
    margin-right: 0;
}

/* OPD Schdule Start */
.opd_schedule_table {
    margin: 1rem auto;
    background-color: white;
    padding: 1.5rem;
    width: 80%;
    height: auto;
    border: 1px solid #e5e5e5;
    /*  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.12);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.12);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.12); */
}

.schdule_box {
    min-height: 100%;
}

.blinking {
    animation: blinkingText 1.3s infinite;
}

@keyframes blinkingText {
    0% {
        color: red;
    }
    49% {
        color: red;
    }
    60% {
        color: blue;
    }
    99% {
        color: blue;
    }
    100% {
        color: red;
    }
}
.opd_schedule_table .table {
    width: 75%;
}

.opd_schedule_table h1 {
    text-align: center;
    text-transform: uppercase;
    color: #252c43;
    letter-spacing: 5px;
}

.opd_schedule_table h5 {
    text-align: center;
    padding-bottom: 0.5rem;
}

.opd_schedule_table .table {
    margin-bottom: 0;
    color: #000000;
    font-weight: 400;
    background-color: #e4fbff;
}

.opd_schedule_table .table .table_head {
    background-color: #252c43;
    color: white;
    text-align: center;
}

.opd_schedule_table .schdule_box .nav.nav-tabs {
    width: 100%;
    padding-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
}

.opd_schedule_table .schdule_box .nav-item {
    flex-grow: 1;
    text-align: center;
}

.opd_schedule_table .schdule_box .opd_doc_apt {
    padding: 0.08rem 0.6rem;
    border: 1px solid #252c43;
    background: #252c43;
    color: white;
    border-radius: 0.2rem;
    display: block;
    margin: auto;
}

/* .opd_schedule_table .nav.nav-tabs {
  float: left;
  display: inline-block;
  border-bottom: 0;
  padding-right: 15px;
  width: 25%;
} */
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #252c43 !important;
    border-color: transparent !important;
}

.nav-tabs .nav-link:hover {
    border-color: #dee2e6 !important;
    background: #252c43;
    color: #fff;
}

.nav-tabs .nav-link {
    border: 1px solid #dee2e6;
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0.3rem;
}

.tab-content > .active {
    display: block;
    background: #ffffff;
    height: 100%;
    padding: 1.5rem;
}

/* OPD Schdule End */
@media screen and (max-width: 1024px) {
    .find_doc h1 {
        font-size: 1.6rem !important;
    }
}

.find_doc .custom-select-lg {
    font-size: 90%;
    margin: 0.5rem 0;
    color: #000000;
}

.find_doc .btn {
    margin: 0.5rem 0;
    background-color: #ed6363;
    border: none;
    font-weight: 600;
    padding: 12px 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.fs-wrap {
    /* display: inline-block; */
    cursor: pointer;
    /*     width: 90%; */
    font-size: 90%;
    /*     margin: 0 auto; */
}

.fs-label-wrap {
    position: relative;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    cursor: default;
}

.fs-label-wrap,
.fs-dropdown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 5px;
}

.fs-label-wrap .fs-label {
    padding: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
}

.fs-option-label {
    font-weight: normal;
}

.fs-option:hover {
    background: #252c43;
    color: #fff;
}

.fs-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    margin: auto;
    transition: ease-in 0.15s;
}

.fs-open .fs-arrow {
    transform: rotate(-180deg);
}

.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 88%;
    margin-top: 5px;
    z-index: 1000;
    box-shadow: 5px 0px 20px 0px rgb(0, 0, 0, 0.25);
    -webkit-box-shadow: 5px 0px 20px 0px rgb(0, 0, 0, 0.25);
    -moz-box-shadow: 5px 0px 20px 0px rgb(0, 0, 0, 0.25);
    padding: 0.25rem;
}

.fs-dropdown .fs-options {
    max-height: 200px;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
}

.fs-search input {
    border: none !important;
    box-shadow: none !important;
    outline: none;
    padding: 6px 0;
    width: 100%;
}

.fs-option,
.fs-search {
    padding: 4px 8px;
    border-bottom: 1px solid #eee;
    cursor: default;
}

.fs-option:last-child {
    border-bottom: none;
}

.fs-search {
    padding: 0 8px;
}

.fs-no-results {
    padding: 6px 8px;
}

.fs-option {
    column-width: 28em;
    padding: 10px 0 10px 10px;
}

.fs-option.disabled {
    opacity: 0.4;
    cursor: default;
}

.fs-option.hl {
    background-color: #f5f5f5;
}

.fs-wrap.multiple .fs-option {
    position: relative;
    padding: 10px 0 10px 40px;
    column-width: 28em;
}

.fs-wrap.multiple .fs-checkbox {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    left: 0;
    bottom: 0;
}

.fs-wrap.multiple .fs-option .fs-checkbox i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    background-color: #fff;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    background-color: rgb(17, 169, 17);
    border-color: transparent;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: center;
}

.fs-optgroup-label {
    font-weight: bold;
    text-align: center;
    background-color: #f8f8f8;
}

.hidden {
    display: none;
}

/* statistics start */
.statistics {
    height: 100%;
    background-color: #e7eef0;
    /*     margin-bottom: 60px; */
}

.statistics h1 {
    text-align: center;
    color: #252c43;
    margin-bottom: 30px;
    margin-top: 30px;
}

.container h1 {
    text-align: center;
    color: #252c43;
    margin-bottom: 30px;
}

.container h1 {
    text-align: center;
    color: #252c43;
    margin-bottom: 30px;
}

.pt-4,
.py-4 {
    padding-top: 0 !important;
}

@media screen and (max-width: 768px) {
    .statistics {
        height: auto;
    }
    .statistics h1 {
        margin-top: 20px;
    }
    .container h1 {
        margin-top: 20px;
    }
}

/*-=-=-=-=-=-=-=-=-=-=-=- */
/* Column Grids */
/*-=-=-=-=-=-=-=-=-=-=-=- */
.col_half {
    width: 49%;
}

.col_third {
    width: 32.2%;
}

.col_fourth {
    width: 23.5%;
}

.col_fifth {
    width: 18.4%;
}

.col_sixth {
    width: 15%;
}

.col_three_fourth {
    width: 74.5%;
}

.col_twothird {
    width: 66%;
}

.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth {
    position: relative;
    display: inline;
    display: inline-block;
    float: left;
    margin-right: 0.5%;
    margin-left: 0.5%;
}

.end {
    margin-right: 0 !important;
}

/* Column Grids End */
.statistics .container {
    margin: 0px auto;
    position: relative;
    top: 8%;
}

.counter {
    background-color: #ffffff;
    padding: 50px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 55px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
    padding-top: 10px;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #252c43;
    font-size: 1.4rem;
}

.fa-3x {
    margin: 0 auto;
    float: none;
    color: #ffffff;
    font-size: 1.4rem;
}

.aboutus-card {
    background-color: #ffffff;
    border: 1px solid rgba(238, 238, 238, 0.9);
    padding: 1rem;
}

.wrimagecard {
    margin-top: 0;
    /* margin-bottom: 1.5rem; */
    text-align: left;
    position: relative;
    background: #fff;
    /* box-shadow: 12px 15px 20px 0px rgba(46, 61, 73, 0.15); */
    border-radius: 4px;
    transition: all 0.3s ease;
}

.wrimagecard .fa {
    position: relative;
    font-size: 125px;
}

.wrimagecard-topimage_header {
    padding: 10px;
}

.wrimagecard-topimage_header img {
    object-fit: contain;
}

@media screen and (max-width: 768px) {
    .wrimagecard .fa {
        position: relative;
        font-size: 95px;
    }
    .count-title {
        font-size: 40px;
    }
}

a.wrimagecard:hover,
.wrimagecard-topimage:hover {
    box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
}

.wrimagecard-topimage a {
    width: 100%;
    height: 100%;
    display: block;
}

.wrimagecard-topimage_title {
    padding: 20px 10px 0 10px;
    height: 80px;
    padding-bottom: 0.75rem;
    position: relative;
}

.wrimagecard-topimage_title h3 {
    font-size: 30px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 20px;
}

.wrimagecard-topimage a {
    border-bottom: none;
    text-decoration: none;
    color: #525c65;
    transition: color 0.3s ease;
}

@media screen and (max-width: 768px) {
    .wrimagecard-topimage_title h3 {
        font-size: 22px;
    }
    .aboutus-card .btn {
        font-size: 12px !important;
    }
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* Department */
.ourDeprt {
    background-color: #fff;
    padding: 20px 0;
    margin: 0 auto;
}

.ourDeprt .container-fluid {
    width: 95vw;
    padding: 3em 0;
}

.ourDeprt h1 {
    color: #252c43;
}

.cssdept {
    display: flex;
    flex-wrap: wrap;
}

.cssdept .btn-deprt {
    padding: 6px 12px;
    margin: 0 7px 7px 0;
    display: inline-block;
    border: 1px solid #252c43;
    color: #252c43;
    border-radius: 0;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    font-weight: 500;
    flex-grow: 1;
}

/* ======= */
ul.breadcrumb {
    padding: 4px 16px;
    list-style: none;
    background-color: #eee;
    margin-left: 3rem;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

ul.breadcrumb li {
    display: inline;
    font-size: 16px;
}

ul.breadcrumb li + li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

@media screen and (min-device-width: 1014px) and (max-device-width: 1199px) {
    .fs-wrap.multiple .fs-option {
        column-width: 15rem;
    }
}

@media screen and (min-device-width: 481px) and (max-device-width: 1013px) {
    .fs-wrap.multiple .fs-option {
        column-width: 20rem;
    }
}

/*==================================================================================*/
@media only screen and (max-device-width: 480px) {
    .contact__box {
        justify-content: flex-start;
        flex-flow: row wrap;
        padding: 0 10px;
    }
    .contact__info {
        width: 50%;
        justify-content: flex-start;
        padding: 6px 0;
        border-right: none;
    }
    .contact__info:not(:last-child) {
        border-bottom: 1px solid rgb(60 101 98/ 50%);
    }
    .contact__icon {
        width: 28px;
        height: 28px;
    }
    .cssdept {
        max-height: 250px;
        overflow: auto;
    }
    .ourDeprt .container-fluid {
        width: 95vw;
        padding: 1em;
    }
    .find_doc {
        padding: 1rem 0.5rem;
    }
    .find_doc h2 {
        font-size: 1.4rem;
    }
}

/* Department Photo Section */
.deprt_photo {
    background-color: #fff;
    padding: 20px 0;
    /*	width: 95vw;*/
    margin: 0 auto;
}

/* Bharat-Yojana */
.bharat-yojana {
    background-color: #fff;
    padding: 20px 0;
    /* width: 95vw; */
    margin: 0 auto;
}

.bharat-yojana-info {
    background-color: #252c43;
    width: 100%;
}

.bharat-yojana h1 {
    text-align: center;
    color: white;
    margin-bottom: 15px;
}

.bharat-yojana .list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1.25rem;
    margin-bottom: -1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.225);
    color: #eaffcb;
    background-color: transparent;
}

.bharat-yojana .list-group-item:hover {
    background-color: transparent;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* MAA-Yojana */
.maa-yojana {
    background-color: #f8f8fb;
    padding: 0px;
    margin: 0 auto;
}

.maa-yojana-info {
    background-color: #f8f8fb;
    width: 100%;
}

.maa-yojana h1 {
    text-align: center;
    color: #252c43;
    margin-bottom: 15px;
}

.maa-yojana .list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1.25rem;
    margin-bottom: -1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.225);
    color: #252c43;
    background-color: transparent;
}

.maa-yojana .list-group-item:hover {
    background-color: transparent;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* go to top started */
.gototop {
    position: fixed;
    display: block;
    box-sizing: border-box;
    height: 50px;
    width: 50px;
    border: none;
    background-color: #282828;
    /* border: 1px solid #bce8f1; */
    border-radius: 5px 5px 0 0;
    bottom: 0px;
    right: 0px;
    margin-right: -30px;
    outline: none;
    opacity: 0;
    transition: opacity 0.3s ease, margin-right 0.5s ease-out;
    z-index: 999999;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.visible {
    transition: opacity 0.3s ease, margin-right 0.5s ease-out;
    margin-right: 0px;
    opacity: 1;
    z-index: 999999;
}

.gototop::before,
.gototop::after {
    content: "";
    position: absolute;
    height: 18px;
    width: 2px;
    background-color: #fff;
    top: 16px;
}

.gototop::before {
    left: 18px;
    transform: rotate(45deg);
}

.gototop::after {
    right: 18px;
    transform: rotate(-45deg);
}

/* go to top ended */
/* /////////////////////////////////////////////////// */
/* news section */
.news_section h1 {
    text-align: center;
    color: #252c43;
    margin-top: 30px;
}

#news-slider {
    margin-top: 20px;
}

.news_section .post-slide {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}

.news_section .post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(
        -45deg,
        rgba(6, 190, 244, 0.75) 0%,
        rgba(45, 112, 253, 0.6) 100%
    );
    transition: all 0.5s linear;
}

.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}

.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.post-slide .post-content {
    background: #fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}

.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #3498db;
}

.post-slide .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
}

.post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}

.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #cfdace;
}

.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196f3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}

.post-slide .read-more:hover {
    background: #3498db;
    text-decoration: none;
    color: #fff;
}

.post-slide .moretext {
    display: none;
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

.news_section .owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: -13%;
    left: 15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.news_section .owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: -13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

@media only screen and (max-width: 1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}

/* contact us section start */

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
a:active,
a:focus {
    color: #333;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-us {
    background-color: #ffffff;
}

.contact-us .text-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mybox {
    width: 75%;
    background-color: #f6f8f8;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 1.5em;
    border-radius: 20px;
    border: 1px solid #ddd;
    margin: auto;
}

.mybox img {
    width: 100%;
    /*    padding: 0.5rem; */
}

.sec-title-style1 {
    position: relative;
    display: block;
    margin-top: -9px;
}

.sec-title-style1.max-width {
    position: relative;
    display: block;
    max-width: 770px;
    margin: -9px auto 0;
    padding-bottom: 52px;
}

.sec-title-style1.pabottom50 {
    padding-bottom: 42px;
}

.sec-title-style1 .title {
    position: relative;
    display: block;
    color: #252c43;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
}

.sec-title-style1 .text-box {
    background: #252c43;
    padding: 1rem;
    margin-bottom: 1rem;
}

.sec-title-style1 .text-box p {
    color: white !important;
    font-size: 1.25rem !important;
}

.sec-title-style1 .title.clr-white {
    color: #ffffff;
}

.sec-title-style1 .decor {
    position: relative;
    display: block;
    width: 70px;
    height: 5px;
    margin: 19px 0 0;
}

.sec-title-style1 .decor:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #ffa500;
    border-radius: 50%;
    content: "";
}

.sec-title-style1 .decor:after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #ffa500;
    border-radius: 50%;
    content: "";
}

.sec-title-style1 .decor span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #ffa500;
    margin: 2px 0;
}

.sec-title-style1 .text {
    position: relative;
    display: block;
    margin: 7px 0 0;
}

.sec-title-style1 .text p {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    color: #131313;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.sec-title-style1 .text.clr-yellow p {
    color: #ffa500;
}

.sec-title-style1 .text .decor-left {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}

.sec-title-style1 .text .decor-left span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #ffa500;
    content: "";
    margin: 2px 0;
}

.sec-title-style1 .text .decor-left:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #ffa500;
    border-radius: 50%;
    content: "";
}

.sec-title-style1 .text .decor-left:after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #ffa500;
    border-radius: 50%;
    content: "";
}

.sec-title-style1 .text .decor-right {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}

.sec-title-style1 .text .decor-right span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #ffa500;
    content: "";
    margin: 2px 0;
}

.sec-title-style1 .text .decor-right:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #ffa500;
    border-radius: 50%;
    content: "";
}

.sec-title-style1 .text .decor-right:after {
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #ffa500;
    border-radius: 50%;
    content: "";
}

.sec-title-style1 .bottom-text {
    position: relative;
    display: block;
    padding-top: 16px;
}

.sec-title-style1 .bottom-text p {
    color: #848484;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}

.sec-title-style1 .bottom-text.clr-gray p {
    color: #cdcdcd;
}

.contact-address-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 120px;
}

.contact-address-area .sec-title-style1.max-width {
    padding-bottom: 72px;
}

.contact-address-box {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.single-contact-address-box {
    position: relative;
    display: block;
    background: #131313;
    padding: 85px 30px 77px;
}

.single-contact-address-box .icon-holder {
    position: relative;
    display: block;
    padding-bottom: 24px;
}

.single-contact-address-box .icon-holder span:before {
    font-size: 75px;
}

.single-contact-address-box h3 {
    color: #ffffff;
    margin: 0px 0 9px;
}

.single-contact-address-box h2 {
    color: #ffa500;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 19px;
}

.single-contact-address-box a {
    color: #ffffff;
}

.single-contact-address-box.main-branch {
    background: #ffa500;
    padding: 53px 30px 51px;
    margin-top: -20px;
    margin-bottom: -20px;
}

.single-contact-address-box.main-branch h3 {
    color: #131313;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 38px;
    text-transform: uppercase;
    text-align: center;
}

.single-contact-address-box.main-branch .inner {
    position: relative;
    display: block;
}

.single-contact-address-box.main-branch .inner ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-contact-address-box.main-branch .inner ul li {
    position: relative;
    display: block;
    padding-left: 110px;
    border-bottom: 1px solid #737373;
    padding-bottom: 23px;
    margin-bottom: 24px;
}

.single-contact-address-box.main-branch .inner ul li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.single-contact-address-box.main-branch .inner ul li .title {
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
}

.single-contact-address-box.main-branch .inner ul li .title h4 {
    color: #131313;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    border-bottom: 2px solid #a5821e;
}

.single-contact-address-box.main-branch .inner ul li .text {
    position: relative;
    display: block;
}

.single-contact-address-box.main-branch .inner ul li .text p {
    color: #131313;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
}

.contact-info-area {
    position: relative;
    display: block;
    padding: 2em;
}

.contact-form {
    position: relative;
    display: block;
    /* background: #ffffff;
    padding: 20px 30px 50px;
    /* -webkit-box-shadow: 0px 3px 8px 2px #ededed;
    box-shadow: 0px 3px 8px 2px #ededed; */
    z-index: 3;
}

.contact-form .sec-title-style1 {
    position: relative;
    display: block;
    width: 100%;
}

.contact-form .text-box {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    font-weight: 300;
    height: 100%;
}

.contact-us .text-box p {
    font-size: 1.75rem;
    color: #252c43;
    /*padding: 0 5em;*/
}

.contact-form .text p {
    color: #848484;
    line-height: 26px;
    margin: 0;
}

.contact-form .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
}

.contact-form form {
    position: relative;
    display: block;
}

.contact-form form .input-box {
    position: relative;
    display: block;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form input[type="number"],
.contact-form form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid rgba(60, 100, 98, 0.5);
    width: 100%;
    height: 55px;
    font-size: 16px;
    padding-left: 19px;
    padding-right: 15px;
    border-radius: 0px;
    margin-bottom: 20px;
    transition: all 500ms ease;
}

.contact-form form textarea {
    height: 130px;
    padding-left: 19px;
    padding-right: 15px;
    padding-top: 14px;
    padding-bottom: 15px;
}

.contact-form form input[type="text"]:focus {
    color: #222222;
    border-color: #d4d4d4;
}

.contact-form form input[type="email"]:focus {
    color: #222222;
    border-color: #d4d4d4;
}

.contact-form form textarea:focus {
    color: #222222;
    border-color: #d4d4d4;
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #848484;
}

.contact-form form input[type="text"]:-moz-placeholder {
    color: #848484;
}

.contact-form form input[type="text"]::-moz-placeholder {
    color: #848484;
}

.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #848484;
}

.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #848484;
}

.contact-form form input[type="email"]:-moz-placeholder {
    color: #848484;
}

.contact-form form input[type="email"]::-moz-placeholder {
    color: #848484;
}

.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #848484;
}

.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #848484;
}

.contact-form form input[type="email"]:-moz-placeholder {
    color: #848484;
}

.contact-form form input[type="email"]::-moz-placeholder {
    color: #848484;
}

.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #848484;
}

.contact-form form input[type="number"]::-webkit-input-placeholder {
    color: #848484;
}

.contact-form form input[type="number"]:-moz-placeholder {
    color: #848484;
}

.contact-form form input[type="number"]::-moz-placeholder {
    color: #848484;
}

.contact-form form input[type="number"]:-ms-input-placeholder {
    color: #848484;
}

.contact-form form button {
    position: relative;
    display: block;
    width: 100%;
    background: #252c43;
    border: 1px solid #003545;
    color: #fff;
    font-size: 16px;
    line-height: 55px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    cursor: pointer;
}

.contact-form form button:hover {
    color: #ffffff;
    background: #003545;
}

/*========== Health Checkup Css start ==========*/
.health_checkup .list-group-item {
    padding: 0.25rem 0.5rem;
}

/*tbody>tr>:nth-child(2),
tbody>tr>:nth-child(3){
	background-color: aliceblue;
	color: blue
}*/
.w-23 {
    width: 23% !important;
}

.w-11 {
    width: 11% !important;
}

/* Styles go here */
.box {
    display: block;
    width: 200px;
    height: 100px;
    background-color: #ddd;
}

#pop {
    padding: 0px 0px;
}

#example {
    position: relative;
}

/*========== Health Checkup Css end ==========*/
/* ============================================= */
/* Footer */
.site-footer {
    background-color: #252C43;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: darkgrey;
    font-weight: 400;
}

.site-footer strong {
    color: ghostwhite;
    letter-spacing: 1px;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5;
}

.site-footer hr.small {
    margin: 20px 0;
}

.site-footer h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px;
}

.site-footer a {
    color: #37ffe3;
}

.site-footer a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none;
    font-weight: 300;
}

.footer-links li {
    display: block;
}

.footer-links a {
    color: darkgrey;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #ed6363;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block;
}

.site-footer .social-icons {
    text-align: right;
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    /* background-color: #252C43 */
}

.copyright-text {
    margin: 0;
}

@media screen and (min-device-width: 481px) and (max-device-width: 991px) {
    .contact__box {
        justify-content: flex-start;
    }
    .contact__info {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .site-footer [class^="col-"] {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding-bottom: 0;
    }
    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center;
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px;
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px;
}

.social-icons a {
    background-color: #eceeef;
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe;
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px;
}

.social-icons a.facebook {
    background-color: #3b5998;
}

.social-icons a.twitter {
    background-color: #00aced;
}

.social-icons a.linkedin {
    background-color: #007bb6;
}

.social-icons a.dribbble:hover {
    background-color: #ea4c89;
}

@media (max-width: 767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600;
    }
}

/* /////////////////////////////////////////////////// */
/* Infrastucture Start */
/* Section 01 */
/*.nav-pills-custom .nav-link {
  color: #aaa;
  background: #fff;
  position: relative;
}
.nav-pills-custom .nav-link.active {
  color: #45b649;
  background: #fff;
}
.list-group-horizontal {
  display: inline-block;
  display: -webkit-box;
}
.rooms-detail {
  width: 100%;
}
.rooms-detail .list-group-item {
  padding: 0.5rem;
  width: 25%;
}*/
/* Add indicator arrow for the active tab */
/*@media (min-width: 992px) {
  .nav-pills-custom .nav-link::before {
    content: '';
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
  }
}
.nav-pills-custom .nav-link.active::before {
  opacity: 1;
}*/
/* Section 02*/
/*#gallery .card-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  background-color: #EEEEEE;
  padding: 0.5rem 0;
  color: #252C43;
  text-align: center;
}
#gallery p {
  margin-bottom: 0;
}
#gallery .facilitiy {
  margin-bottom: 1rem;
  max-height: 200px;
  overflow-y: auto;
}
#gallery .list-group-item {
  padding: 0.5rem 0;
}*/
/*Section 3*/
/*.infra nav > .nav.nav-tabs {
  border: none;
  color: #fff;
  background: #252C43;
  border-radius: 0;
}
.infra nav > div a.nav-item.nav-link{
  border: none;
  padding: 18px 25px;
  color: #fff;
  background: #252C43;
  border-radius: 0;
}
.infra nav > div a.nav-item.nav-link.active {
  border: none;
  padding: 18px 25px;
  color: #fff;
  background: #003542 !important;
  border-radius: 0;
}
.infra nav > div a.nav-item.nav-link.active:after {
  content: "";
  position: relative;
  bottom: -54px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #003542;
}
.infra .tab-content {
  background: #fdfdfd;
  line-height: 25px;
  border: 1px solid #ddd;
  border-top: 5px solid #003542;
  border-bottom: 5px solid #003542;
  padding: 30px 25px;
}
.infra nav > div a.nav-item.nav-link:hover, nav > div a.nav-item.nav-link:focus {
  border: none;
  background: #003542;
  color: #fff;
  border-radius: 0;
  transition: background 0.20s linear;
}*/
/*Section 4 */
.infra .tabs {
    background: #d0dee27d;
    /* background-color: #f5f5f5; */
    padding-top: 30px;
    padding-bottom: 30px;
}

/*.infra .tabs .tab-pane{
  margin-left:20px;
}*/
.infra .tabs a {
    font-size: 14px;
    font-family: OpenSans, sans-serif;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    /*padding:30px;*/
}

.infra .heading {
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.infra .tabs .nav-stacked li {
    background-color: #252c43;
    margin-top: 1px;
    text-align: center;
    height: 110px;
    width: 100%;
    padding-top: 45px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
}

/* Added Buttons */
.infra .tabs .nav-stacked button {
    background-color: #252c43;
    margin-top: 1px;
    text-align: center;
    height: 110px;
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
}

.infra .tabs .nav-stacked li.active {
    background-color: #003545;
    cursor: pointer;
}

.infra .tabs .buttons {
    color: #003545;
}

.infra p {
    margin-bottom: 0.5rem;
}

.infra .room_info .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.infra .room_info .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.infra .room_info .list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.infra .room_info li {
    background-color: transparent;
    text-align: left;
    margin-top: 0;
    height: auto;
    position: relative;
    display: block;
    padding: 0.35rem 1.25rem 0.35rem 0;
    margin-bottom: -1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.infra .room_info li:last-child {
    border-bottom: none;
}

/* .infra .rooms_img img {
	filter: url(filters.svg#grayscale); Firefox 3.5+
	filter: gray; IE5+
	-webkit-filter: grayscale(1); Webkit Nightlies & Chrome Canary
	-webkit-transition: all .4s ease-in-out;
}

.infra .rooms_img img:hover {
	filter: none;
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1.01);
} */
.horizontal-scroll {
    display: flex;
    gap: 5px;
    height: 320px;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.horizontal-scroll::-webkit-scrollbar {
    display: none;
}

.horizontal-scroll__item {
    align-items: center;
    background-color: red;
    color: white;
    border: 1px solid black;
    display: flex;
    flex: 0 0 320px;
    font-size: 40px;
    justify-content: center;
    scroll-snap-align: start;
}

@media only screen and (max-device-width: 480px) {
    .contact__text .title {
        font-size: 13px;
    }
    .sec-title-style1 .title {
        font-size: 26px !important;
        line-height: 32px;
    }
    .container h1 {
        font-size: 26px;
    }
    .contact-info-area {
        padding: 1rem;
    }
    .mybox {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 90%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

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

/* =============================== */
/* Health & Checkup grid css start */
/* =============================== */

/* .wrapper .header {
	width: 100%;
	height: 50px;
	background: #e36686;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: 900;
}

.cards_wrap {
	padding: 20px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.cards_wrap .card_item {
	padding: 10px;
	width: 33.33%;
}

.cards_wrap .card_inner {
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	min-width: 225px;
	min-height: 235px;
	max-height: 370px;
	width: 100%;
	box-shadow: 3px 3px 20px rgba(0, 0, 0, .1);
	text-align: left;
	position: relative;
}

.cards_wrap .card_item .role_name {
	color: #252C43;
	font-weight: 600;
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cards_wrap .card_item .real_name {
	color: #252C43;
	font-size: 15px;
	font-weight: 600;
	margin: 5px 0 10px;
}

.cards_wrap .card_item .film {
	font-size: 14px;
	line-height: 24px;
	color: #7b8ca0;
} */

/*=======================*/
/* @media screen and (max-width: 1024px) {
	.cards_wrap .card_item {
		width: 33%;
	}
}

@media screen and (max-width: 768px) {
	.cards_wrap .card_item {
		width: 50%;
	}
	.wrapper .header {
		font-size: 16px;
		height: 60px;
	}
}

@media screen and (max-width: 568px) {
	.cards_wrap .card_item {
		width: 100%;
	}
	.wrapper .header {
		font-size: 14px;
	}
} */
