@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap");
/* CSS Document */
body, html{
    height: 100%;
}
body {
  color: #626262;
  font-family: "Mulish";
  line-height: 1.7;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-size: 14px;
}
a {
  color: #000;
  outline: 0px none;
  text-decoration: none !important;
}
a:hover, a:focus {
  outline: 0px none;
  text-decoration: none;
}
a:active, a:hover, a:focus {
  color: inherit;
}
.overflow-hide {
  overflow: hidden;
}
img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}

/*===Heading & Title====*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Mulish";
  line-height: 1.2;
  color: #222;
}
h1 {
  font-size: 60px;
  font-weight: 700 !important;
}
h2 {
  font-size: 40px;
  font-weight: 700 !important;
}
h3 {
    font-size: 38px !important;
    font-weight: 700 !important;
}
h4 {
  font-size: 22px !important;
  font-weight: 700 !important;
}
h5 {
  font-size: 18px !important;
  font-weight: 700 !important;
}
h6 {
  font-size: 16px !important;
  font-weight: 700 !important;
}
/*Header Css Start*/
a.theme-btn {
    color: #000;
    background-color: #E5B94C;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 5px;
    text-decoration: none;
}
.theme-btn:hover {
    background-color: #13406f;
    color: #fff;
}
header {
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: all 0.5s;
}
.darkHeader {
    background-color: #fff;
    box-shadow: 0 0 7px #0000002e;
}
.darkHeader .navbar-dark .navbar-nav .nav-link, .darkHeader a.hdr-btn {
    color: #000 !important;
}
.darkHeader .navbar-brand {
    background-image: url(../images/logo-dark.png);
    background-repeat: no-repeat;
    background-position: center;
}
.darkHeader .logo-white {
    opacity: 0;
}
ul.navbar-nav {
    margin: 0 auto;
}
a.hdr-btn {
    color: #fff;
    margin-right: 12px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
}
li.nav-item {
    position: static !important;
    cursor: pointer;
}
.dropdown-menu.mega-menu {
    width: 100%;
}
.mainmenus {
    max-width: 1250px !important;
}
#menumodal .tabcontent {
    display: none;
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.spce-box {
    padding: 20px 50px 20px;
}
.spce-box .tabslink {
    border-bottom: 2px solid #D9D9D9;
    margin: 0 0 30px;
}
.spce-box .tablinks.active {
    border-color: #e5b94c;
    color: #000;
    cursor: pointer;
}
.spce-box .tabslink button {
    color: #A9A9A9;
    background-color: transparent;
    border: none;
    border-bottom: 4px solid transparent;
    min-width: 110px;
    font-size: 18px;
}
.sc-mk ul {
    display: inline-block;
    width: 24.5%;
    vertical-align: top;
    padding: 0 10px;
}
.sc-mk ul li a {
    color: #222222;
    margin: 6px 0;
    display: inline-block;
}
.sc-mk ul li a:hover {
    color: #e5b94c;
}
.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
/*Banner Css Start*/
.aon-banner-wrap {
    background-color: #133456;
    padding-top: 100px;
    overflow: hidden;
}
.aon-banner-row {
    position: relative;
}
.aon-banner-pic {
    position: relative;
    z-index: 1;
}
.aon-banner-bg {
    position: absolute;
    top: 20%;
    left: 0px;
    background-color: #E5B94C;
    width: calc(50% - 30px);
    height: 60%;
    font-family: arial;
    font-weight: bold;
}
.aon-banner-bg .star-one {
    position: absolute;
    top: -95px;
    right: -65px;
    color: #E5B94C;
    font-size: 150px;
    opacity: 1;
}

.aon-banner-bg span {
    color: #fff;
    font-size: 180px;
    opacity: 0.2;
    display: table;
    line-height: 1;
}
.aon-banner-bg .star-two {
    position: absolute;
    top: -50px;
    left: -40px;
    color: #fff;
    font-size: 350px;
    opacity: 0.2;
}
.aon-banner-bg .star-three {
    position: absolute;
    top: 50px;
    left: 30%;
    color: #fff;
    font-size: 150px;
    opacity: 0.2;
}
.aon-banner-bg .star-four {
    position: absolute;
    bottom: -80px;
    left: 10%;
    color: #fff;
    font-size: 450px;
    opacity: 0.2;
}
.animte-pluse {
    animation: MoveUpDown 3s linear infinite;
    position: absolute;
    left: 0;
    bottom: 0;
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom:-20px;
  }
}

.animte-pluse2 { animation: MoveUpDown2 6s linear infinite; position: absolute; left: 0; bottom: 0; }
@keyframes MoveUpDown2 {
  0%, 100% {
    top: 0;
  }
  50% {
    top:-20px;
  }
}
.aon-banner-heading {
    font-size: 65px;
    color: #fff;
    margin-bottom: 10px;
}
.aon-banner-heading span {
    color: #E5B94C;
}
.aon-banner-text {
    font-size: 18px;
    margin-bottom: 40px;
}
.aon-banner-bot-icon {
    width: 40px;
    margin-right: 15px;
}
.aon-banner-bot-text > strong {
    display: block;
    line-height: 1;
}
.aon-banner-bot-text > span {
    font-size: 14px;
    opacity: 0.8;
}
.aon-banner-colLeft {
    position: static !important;
}
.aon-banner-right {
    color: #fff;
}


/*Search Box Css Start*/
.aon-search1-bar-wrap {
    position: relative;
    z-index: 1;
}
.aon-search1-area {
    position: relative;
}
.aon-search1-row {
    position: absolute;
    width: 100%;
    top: -60px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}
.aon-search1-form {
    padding: 30px;
    width: 100%;
    display: table;
}
.aon-search1-table {
    display: table;
    width: 100%;
}
.aon-search1-table .aon-search1-col {
    display: table-cell;
    padding: 0px 15px;
}
.aon-search1-right {
    width: 1%;
}
.aon-search-btn .site-button {
    width: 100%;
}
.aon-search1-form label {
    display: block;
    margin: 0 0 2px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.aon-search1-form input, .aon-search1-form select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #DDDDDD;
    color: #757575;
}
.aon-search1-form .row {
    align-items: end;
}
.aon-search1-form button {
    color: #000;
    background-color: #E5B94C;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

/*Doc Sec Css Start*/
section.doc-sec {
    padding: 140px 0 60px;
}
.doc-blk img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 20px;
    margin: 0 0 18px;
}

/*Top Search Sec Css Start*/
.top-search-sec {
    padding: 40px 0;
}
.top-srch-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.hd-title {
    text-align: center;
    width: 60%;
    margin: 0 auto 30px;
}
.tp-blk {
    border: 1px solid #A0A0A0;
    width: 100%;
    margin: 10px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0px #A0A0A0;
    height: 270px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.tp-blk::before {
    content: '';
    height: 0;
    position: absolute;
    background-color: #E5B94C;
    left: 0;
    top: 0;
    width: 100%;
    transition: all 0.5s;
}
.tp-blk:hover::before {
    height: 100%;
}
.tp-blk img, .tp-blk h5, .tp-blk h6 {
    position: relative;
}
.tp-blk img {
    width: 60%;
    height: 110px;
    border-radius: 100%;
    object-fit: cover;
    margin: 0 0 16px;
}
.tp-blk h6 {
    color: #626262;
    margin: 0;
}
.hd-title h6 {
    color: #FF8A00;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.hd-title h3 {
    color: #000;
}
.tp-blk h5 {
    color: #133456;
}
/*How We Works Sec Start*/
.how-works {
    padding: 40px 0 60px;
}
.how-work-blk {
    text-align: center;
}
.how-work-blk span {
    height: 130px;
    width: 130px;
    border-top: 2px solid #FF8A00;
    box-shadow: 0 0 7px #0000003d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 0 0 20px;
}
.how-work-blk h5 {
    color: #133456;
}
.how-works .hd-title {
    margin: 0 auto 60px;
}


/*Appoinment Sec Css Start*/
.aon-med-appoint-area {
    padding: 90px 0px;
    background-color: #133456;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.section-head.center {
    text-align: center;
    margin: 0px auto 60px;
    max-width: 650px;
}
.aon-med-appoint-area .section-head.center.white .aon-title {
    margin-bottom: 20px;
    font-size: 46px;
}
.section-head.center.white .aon-title {
    color: #fff;
}
.aon-med-appoint-area .section-head.center.white p {
    color: #fff;
    width: 100%;
    margin: 0 auto 30px;
}
.doc-blk {
    color: #000;
}
.aon-med-appoint-area .media img {
    position: absolute;
    left: calc(100% - 20%);
    bottom: -140px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.animate-v {
    -webkit-animation: upNdown1 5s infinite linear;
    animation: upNdown1 2s infinite linear;
}
@-webkit-keyframes upNdown1 {
     0% { }
     50% { transform: translateY(-30px); }
     100% { }
}
@keyframes upNdown1 {
     0% { }
     50% { transform: translateY(30px); }
     100% { }
}
.doc-group {
    position: absolute;
    bottom: 0;
    left: 0;
}

/*Location Sec Css Start*/
.loc-sec {
    padding: 60px 0;
}
.loc-title h3 {
    margin: 0 0 30px;
}
.loc-title button {
    color: #222222;
    font-size: 18px;
    position: relative;
    text-decoration: none !important;
    border-bottom: 1px solid #222222 !important;
    border-radius: 0;
    padding: 12px 0;
}
.loc-title button:hover {
    color: #e5b94c;
}
.loc-title button::before {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    font-size: 24px;
    top: 8px;
    color: #000;
}
.loc-title .card-body a {
    display: inline-block;
    width: 100%;
    color: #000;
    position: relative;
    margin: 6px 0;
    padding-left: 25px;
}
.loc-title .card-body a::before {
    content: '';
    height: 10px;
    width: 10px;
    position: absolute;
    background-color: #e5b94c;
    left: 4px;
    top: 7px;
    border-radius: 100%;
}
.loc-title .card-body {
    padding: 10px 0 0;
}

/*Footer Css Start*/
.site-footer.footer-light {
    background-color: #133456;
}
.footer-top-newsletter {
    padding-top: 80px;
}
.sf-news-letter {
    background-color: #244D76;
    padding: 50px 0px;
    border-radius: 20px;
    padding: 20px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.sf-news-letter span {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
}
.sf-news-l-form {
    display: flex;
    position: relative;
    min-width: 560px;
    margin-bottom: 0px;
}
.sf-news-l-form .form-control {
    height: 40px;
    width: 100%;
    border-radius: 12px;
    border: none;
}
.form-control {
    border: 1px solid #e1e1e1;
    height: 50px;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 12px;
    border-radius: 5px;
}
.sf-news-l-form .sf-sb-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 14px;
    color: #000;
    border: none;
    font-weight: 500;
    background-color: #E5B94C;
    border-radius: 0px 12px 12px 0px;
    padding: 9.5px 30px;
    margin-left: -12px;
}
.footer-light .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
}
.aon-f-title {
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 22px;
    position: relative;
    color: #fff;
}
.aon-f-title:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: "";
    width: 60px;
    height: 2px;
    background: #E5B94C;
    display: table;
}
.sf-site-link ul {
    list-style: none;
    margin: 0px;
}
.aon-socila-icon li {
    margin-right: 15px;
}
.sf-site-link ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.aon-socila-icon li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #e5b94c !important;
    background: #244D76;
    display: block;
    border-radius: 30px;
}
.footer-light .footer-bottom {
    color: #fff;
    position: relative;
    z-index: 1;
}

.footer-bottom {
    padding-bottom: 30px;
}
.aon-footer-bottom-area {
    border-top: 1px solid #aabcb7;
    color: #fff;
    padding-top: 30px;
}

.aon-footer-bottom-area {
    text-align: center;
}
.site-footer p, .site-footer li {
    color: #fff;
}


/*About Page Css Start*/
.inn-banner {
    background-color: #133456;
    overflow: hidden;
    padding: 160px 0 90px;
}
.inn-banner-row {
    position: relative;
}
.aon-banner-bg-inn {
    top: 0%;
    height: 100%;
}
.inn-banner .col-lg-6 {
    height: 160px;
}
.about-sec1 {
    padding: 70px 0 100px;
}
.about-blk-1-img, .about-blk-2-img {
    position: relative;
}
.about-blk-1-img img, .about-blk-2-img img {
    width: 100%;
    position: relative;
}
.about-blk-1-img::before {
    content: '';
    background-color: #e5b94c;
    position: absolute;
    width: 65%;
    height: 55%;
    right: -15px;
    bottom: -15px;
}
.about-blk-2-img::before {
    content: '';
    width: 65%;
    height: 55%;
    position: absolute;
    background-color: #e5b94c;
    bottom: -15px;
    left: -15px;
}
.about-sec2 {
    background-color: #133456;
    color: #fff;
    padding: 70px 0 100px;
}
.about-sec2 .row, .about-sec1 .row {
    align-items: end;
}
.blue-btn {
    color: #fff;
    background-color: #133456;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 5px;
    text-decoration: none;
}
.blue-btn:hover {
    color: #000;
    background-color: #e5b94c;
}
.about-blk-1 h6 {
    color: #133456;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/*Contact Page Css Start*/
.cntc-acc-blk {
    border: 1px solid #133456;
    border-radius: 10px;
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    transition: all 0.5s;
}
.cntc-acc-blk:hover {
    transform: scale(1.1);
}
.cntc-acc-blk h4 {
    color: #000;
}
.cntc-acc {
    padding: 60px 0;
}
.cntc-acc-blk span {
    display: inline-block;
    margin: 0 0 15px;
}
.cntc-acc-blk h6 {
    color: #626262;
}
.contact-form {
    padding: 70px 0;
}
.contac-form h3 {
    color: #133456;
    margin: 0 0 30px;
}
.contac-form input {
    width: 100%;
    border: none;
    background-color: #F8F8FA;
    margin: 0 0 20px;
    padding: 15px 15px;
    border-radius: 10px;
    color: #000;
}
.contac-form button {
    color: #000;
    background-color: #E5B94C;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 5px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
.contact-map {
    text-align: right;
}
.contact-map iframe {
    width: 95%;
    height: 420px;
    border-radius: 15px;
}

/*Faq Sec Css Start*/
.faqs-sec {
    padding: 60px 0;
}
.faqs-sec .btn-link {
    border: 1px solid #133456ab !important;
    display: inline-block;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 13px 20px;
    color: #000;
    font-size: 18px;
    text-decoration: none !important;
}
.faqs-sec .card {
    margin: 15px 0;
}
.faqs-sec .card-body {
    padding: 20px 20px;
    background-color: #e5b94c;
    border-radius: 5px;
}
.faqs-sec .btn-link:hover {
    background-color: #133456;
    color: #fff;
}
.faqs-sec .btn-link::before {
    content: '\f078';
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    color: #000;
}
.faqs-sec .btn-link:hover::before {
    color: #fff;
}
.hlp-center {
    padding: 70px 0;
}
.hlp-center h3, .hlp-center h4 {
    margin: 0 0 18px;
}
.hlp-center h6 {
    margin: 0 0 30px;
}

/*Find A Doctor Page Css Start*/
.find-doc .aon-search1-row {
    position: static;
    width: 100%;
    top: 0;
    background: #e5b94c;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 30px 30px;
}
.find-doc .aon-search1-form input, .find-doc .aon-search1-form select {
    border-bottom: 1px solid #000;
    color: #000;
    background-color: transparent;
}
.find-doc .aon-search1-form input::placeholder {
    color: #000;
}
.find-doc .aon-search1-form button {
    color: #ffffff;
    background-color: #133456;
}
.doc-map iframe {
    width: 100%;
    height: 650px;
}
.doc-card {
    display: flex;
    background-color: #fff;
    box-shadow: 0 0 8px #00000070;
    border-radius: 10px;
    padding: 20px;
    margin: 10px 0 25px;
    position: relative;
    align-items: center;
}
.doc-card span {
    position: relative;
    display: inline-block;
    height: 180px;
}
.doc-card span img {
    height: 180px;
    width: 180px;
    object-fit: cover;
}
.doc-card span b {
    position: absolute;
    left: 0;
    bottom: 15px;
    margin: 0;
    background-color: #E5B94C;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 4px 10px;
    border-radius: 0px 30px 30px 0px;
}
.doc-disp ul {
    display: flex;
    margin: 10px 0 6px;
}
.doc-disp ul li i {
    color: #FF8A00;
    font-size: 18px;
}
.doc-disp li {
    margin-right: 3px;
}
.doc-disp {
    padding-left: 20px;
}
.doc-disp p {
    color: #626262;
    margin: 0;
    font-size: 14px;
}
.doc-disp small {
    color: #FF8A00;
    font-size: 16px;
    margin: 5px 0;
    display: inline-block;
}
.doc-disp h6 {
    color: #626262;
    margin: 0;
    font-weight: 400 !important;
}
.doc-disp h5 {
    color: #000;
}
.doc-disp a {
    margin-top: 10px;
}
.doc-list {
    height: 650px;
    overflow-y: scroll;
    padding-left: 20px;
    padding-right: 30px;
    margin-right: 50px;
}
.doc-list::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #193E64;
    border-radius: 10px;
}

.doc-list::-webkit-scrollbar
{
    width: 8px;
    background-color: #193E64;
    border-radius: 10px;
}

.doc-list::-webkit-scrollbar-thumb
{
    background-color: #E5B94C;
    border-radius: 10px;
}
.result-blk {
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: 40px 50px;
}
.result-blk h3 {
    color: #292929;
    font-size: 46px !important;
    margin: 0;
}
.result-blk h4 {
    color: #292929;
    margin: 0;
    font-size: 32px !important;
}
.category-bar {
    border-bottom: 1px solid #B7B7B7;
    padding: 40px 0;
}
.category-bar .slick-dots {
    display: none !important;
}
.categorybar {
    margin: 0 !important;
}
.categorybar a {
    border: 1px solid #999494;
    display: inline-block;
    padding: 10px 5px;
    color: #000;
    font-weight: 600;
    border-radius: 30px;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.category-bar .slick-slide {
    margin: 0 8px;
}
.category-bar .slick-prev:before, .category-bar .slick-next:before {
    font-family: fontawesome;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #000;
    padding: 10px 13px;
    border-radius: 100%;
}
.category-bar .slick-prev:before {
    content: '\f053';
}
.category-bar .slick-next:before {
    content: '\f054';
}
.category-bar .slick-prev {
    left: 0;
}
.category-bar .slick-next {
    right: 0;
}
.categorybar {
    padding: 0 60px;
}
.categorybar a:hover {
    background-color: #e5b94c;
    color: #000;
    border-color: #e5b94c;
}

/* Doctor Page CSS Start  */


.profile {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.profile span.dental {
    color: #FF8A00;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

.profile i {
    color: #FFC300;
}

p.location {
    font-weight: bold;
}

.profile ul li {
    list-style: disc;
    color: #626262;
}

section.dctr-info {
    padding-top: 100px;
    padding-bottom: 100px;
}

.bio h4 {
    color: #000;
    font-size: 24px !important;
    line-height: 32px !important;
}

section.dctr-info p {
    color: #626262;
}

/* Tabs  */

.tabs {
    display: flex;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    align-items: end;
    margin: 0 0 30px 0;
  }

  .tab {
    padding: 10px 0px 5px 0;
    border-bottom: none;
    margin: 0 50px 00 0;
    font-size: 20px;
    line-height: 28px;
    color: #9F9F9F;
    font-weight: 700;
    transition: all 0.5s;
  }

  .tab.active {
    font-weight: bold;
    border-bottom: 3px solid #E5B94C;
    color: #E5B94C;
    font-size: 30px;
    line-height: 38px;
  }

  .tab-content {
    display: none;
  }

  .tab-content.active {
    display: block;
  }

.tab-content-inner {
  border: 1px solid #BDC3CB;
  padding: 20px;
  border-radius: 20px;
  margin: 0 0 20px 0;
}

.tab-content-inner h4 {
  color: #626262;
}
.tab-content h3 {color: #000;}

.tab-content i {
    color: #FFC300;
}
.list h4 {
    color: #000;
}
.tab-content-inner .star {
    margin: 0 0 10px;
}


div#reviews .tab-content-inner p {
    margin: unset;
}

/* Appointmemnt Section  */



h2 {
    margin-bottom: 5px;
  }

  .link {
    color: #3b82f6;
    text-decoration: underline;
    margin-bottom: 20px;
    display: inline-block;
  }

  .appointment  .dropdown {
    margin: 20px 0; 
  }

  .appointment select {
    padding: 10px;
    font-size: 16px;
    width: 100%;
    max-width: 400px;
    margin-top: 5px;
    font-size: 22px;
    line-height: 30px !important;
    color: #626262;
    border: 1px solid #6262628a;
    padding: 15px 20px;
    border-radius: 10px;
  }

  .date-range {
    font-weight: bold;
    margin: 15px 0;
    color: #626262;
  }

  .calendar {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    max-width: 700px;
  }

  .day {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    width: 120px;
    text-align: left;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  }

  .day .weekday {
    font-weight: bold;
    color: #FF8A00;
  }

  .day .date {
    font-size: 14px;
    margin: 5px 0;
    font-weight: 600;
    color: #000;
  }

  .day .appointment-time {
    font-weight: bold;
    color: #333;
  }

  .controls {
    margin-top: 20px;
    position: absolute;
    top: 90px;
    right: 90px;
  }

  .controls button {
    margin-right: 10px;
    color: #656363;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    background: unset;
    font-size: 24px;
    line-height: 32px;
  }

  .more-link {
    margin-top: 20px;
    display: inline-block;
    color: #3b82f6;
    text-decoration: underline;
  }

.appointment h2 {
  color: #000;
}

.appointment a {
  color: #626262;
  font-weight: bold;
}

.dropdown label {
  color: #626262;
  font-weight: bold;
}

.appointment  .app-inr {position: relative;}




/* Doctor Page CSS End  */


/*List Your Practice Page Css Start*/
.prac-sol-sec {
    padding: 60px 0;
}
.prac-sol-title {
    text-align: center;
    margin: 0 0 30px;
}
.prac-sol-blk {
    margin: 16px 0;
}
.prac-sol-img {
    text-align: center;
    background-color: #E5B94C;
    border-radius: 20px 20px 0px 0px;
    padding: 60px 0 0;
}
.prac-sol-img img {
    height: 350px;
    width: 80%;
    object-fit: cover;
    object-position: top;
}
.prac-sol-con {
    border: 1px solid #ABABAB;
    border-top: none;
    padding: 30px;
    border-radius: 0 0px 20px 20px;
}
.prac-sol-con p {
    color: #626262;
    margin: 0 0 10px;
}
.prac-sol-con h4 {
    color: #222222;
}
.prac-sol-con a {
    color: #222;
    font-weight: 600;
    font-size: 20px;
}
.why-love {
    padding: 30px 0 60px;
}
.row-flx {
    align-items: center;
}
.why-love-img img {
    width: 100%;
}
.why-love-disp h4 {
    font-size: 30px !important;
    margin: 0 0 20px;
}
.why-love-disp a {
    color: #222222;
    font-weight: 600;
    font-size: 20px;
}
.no-risk-box {
    box-shadow: 0 0 10px #00000047;
    border-radius: 15px;
    padding: 30px 45px;
    margin: 30px 0;
}
.no-risk-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #9B9B9B;
    padding: 25px 0;
}
.risk-discp {
    width: 80%;
}
.risk-discp p {
    margin: 0;
}
.no-risk {
    padding: 0 0 80px;
}
.no-risk-title {
    margin: 0 0 20px;
}
.no-risk-btn {
    text-align: center;
    border-top: 1px solid #9B9B9B;
    padding-top: 20px;
}
.mrkt-work-title {
    text-align: center;
    margin: 0 0 40px;
}
.mrkt-work-title p {
    width: 60%;
    margin: 0 auto;
}
.mrkt-blk-img {
    text-align: center;
    background-color: #E5B94C;
    border-radius: 20px 20px 0px 0px;
    padding: 60px 0 0;
}
.mrkt-blk-img img {
    height: 500px;
    width: 65%;
    object-fit: cover;
    object-position: top;
    border-radius: 20px 20px 0 0;
}
.mrkt-work {
    padding: 0 0 70px;
}
.mrkt-work .col-md-6 {
    padding: 0;
}
.mrkt-work .row {
    box-shadow: 0 0 10px #00000047;
    border-radius: 15px;
    overflow: hidden;
}
.mrkt-blk-sl {
    padding: 100px 50px;
}
.mrkt-blk-sl h3 {
    margin: 0 0 20px;
}
.mrkt-blk-sl p {
    font-size: 18px;
    line-height: 30px;
}
.mrkt-work .slick-prev:before {
    content: '\f104';
}
.mrkt-work .slick-next:before {
    content: '\f105';
}
.mrkt-work .slick-prev:before, .mrkt-work .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 60px;
    line-height: 1;
    opacity: 1;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mrkt-work .slick-next {
    right: 30px;
    top: auto;
    bottom: -10px;
    z-index: 999;
}
.mrkt-work .slick-prev {
    left: auto;
    right: 100px;
    top: auto;
    bottom: -10px;
    z-index: 999;
}
.slider-counter {
    position: absolute;
    top: 38px;
    left: 50px;
    color: #000;
    font-weight: 600;
    font-size: 24px;
}
section.review-sec {
    padding: 20px 0 60px;
}
.rev-slide {
    box-shadow: 0 0 10px #00000047;
    border-radius: 15px;
    margin: 15px;
    padding: 40px;
}
.rev-slide i {
    color: #E5B94C;
    font-size: 60px;
    margin: 0 0 20px;
}
.rev-slide p {
    font-size: 24px;
    color: #000;
    margin: 0 0 30px;
}
.rev-title {
    display: flex;
    align-items: center;
}
.rev-title span {
    color: #fff;
    background-color: #133456;
    min-width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border-radius: 100%;
}
.rev-disp {
    padding-left: 14px;
}
.rev-disp h5 {
    color: #000;
    margin: 0 0 5px;
}
.rev-disp small {
    display: block;
    font-size: 14px;
}
.slick-dots {
    display: none !important;
}
.popup-wid {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 80px;
}
.modal-box {
    text-align: center;
}
.modal-box h2 {
    color: #133456;
    font-weight: 800 !important;
    font-size: 52px;
}
.modal-box h6 {
    color: #626262;
    font-weight: 400 !important;
}
.modal-box h6 a {
    color: #133456;
    font-weight: 600;
}
.modal-box form {
    margin-top: 30px;
}
.modal-box form input, .modal-box form select {
    width: 100%;
    border: 1px solid #c5c3c3;
    border-radius: 5px;
    height: 52px;
    padding: 0 16px;
    margin: 0 0 15px;
    color: #000;
}
.modal-box form span input {
    width: auto;
    margin: 0;
    height: auto;
    margin-right: 10px;
    transform: scale(1.4);
}
.remb {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
}
.modal-box button {
    width: 100%;
    background-color: #E5B94C;
    border: none;
    color: #000;
    border-radius: 5px;
    height: 52px;
}
.modal-headers button {
    background-color: #e5b94c !important;
    opacity: 1;
    padding: 10px 20px !important;
}
.remb a {
    color: #3A3A3A;
}
.appoint-blk {
    text-align: center;
}
.appoint-blk h2 {
    margin: 0 0 30px;
}
.appoint-box {
    display: flex;
    align-items: flex-start;
    text-align: left;
}
.appoint-disp {
    padding-left: 25px;
}
.appoint-disp h3 {
    font-size: 26px !important;
    color: #000;
    margin: 0 0 3px;
}
.appoint-rev {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}
.appoint-rev ul {
    display: flex;
    margin: 0 0 0 15px;
}
.appoint-rev h4 {
    color: #FF8A00;
    margin: 0;
}
.appoint-rev ul li i {
    color: #FFC300;
    font-size: 18px;
}
.appoint-rev ul li {
    margin-right: 4px;
}
.appoint-disp b {
    color: #626262;
    font-size: 18px;
}
.appoint-list {
    margin-top: 15px;
}
.appoint-list p {
    margin: 0 0 8px;
}
.appoint-list ul {
    padding-left: 30px;
}
.appoint-list li {
    list-style-type: disc;
}
.dayselect input[type="radio"]:checked ~ label {
    background-color: #E5B94C;
    color: #000;
    border-color: #E5B94C;
}
.dayselect input[type="radio"]:checked ~ label h5 {
    color: #000;
}
.dayselect input {
    position: absolute;
    opacity: 0;
}
.dayselect {
    text-align: center;
}
.customRadio {
    width: 17%;
    display: inline-block;
    margin: 10px 5px;
}
.dayselect label {
    border: 1px solid #999EAB;
    border-radius: 6px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 130px;
    padding: 10px;
    cursor: pointer;
}
.dayselect label h5 {
    color: #FF8A00;
    margin: 0 0 3px;
    font-size: 16px !important;
}
.dayselect label p {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}
.shedul-details {
    text-align: left;
    margin-top: 20px;
}
.shedul-details h3 {
    color: #FF8A00;
    font-size: 26px !important;
}
.shedul-details select {
    width: 100%;
    border: 1px solid #BDC3CB;
    height: 50px;
    color: #727272;
    border-radius: 6px;
    margin: 10px 0 20px;
    padding: 0 12px;
}
.avail-app h5 {
    color: #626262;
    font-size: 16px !important;
    margin: 10px 0;
}
.customRadioss {
    width: 17%;
    display: inline-block;
    margin: 2px 5px;
}
.timeselect label {
    border: 1px solid #999494;
    font-weight: 600;
    color: #000;
    width: 100%;
    padding: 10px 0;
    border-radius: 30px;
    cursor: pointer;
}
.timeselect input {
    position: absolute;
    opacity: 0;
}
.timeselect input[type="radio"]:checked ~ label {
    background-color: #E5B94C;
    color: #000;
    border-color: #E5B94C;
}
.avail-app {
    text-align: left;
    margin: 0 0 20px;
}
.appoint-blk button {
    width: 100%;
    background-color: #E5B94C;
    border: navajowhite;
    padding: 14px 0;
    border-radius: 6px;
    cursor: pointer;
}
.timeselect {
    margin: 0 0 20px;
}
.checkup-box {
    text-align: center;
}
.checkup-box p {
    text-align: left;
}
.checkup-box h3 {
    margin: 0 0 20px;
}
.checkup-box button {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    margin-top: 12px;
    color: #000;
    background-color: transparent;
    cursor: pointer;
}
.vir-btn1 {
    background-color: #E5B94C !important;
    border: 1px solid #E5B94C;
}
.vir-btn2 {
    border: 1px solid #BDC3CB;
}
.app-conf {
    border: 1px solid #BDC3CB;
    margin: 10px 0 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: left;
    padding: 20px;
}
.app-conf-blk h5 {
    color: #ff8a00;
    font-size: 22px !important;
    margin: 0 0 6px;
}
.app-conf-blk h6 {
    color: #000;
    font-weight: 600 !important;
    font-size: 20px !important;
}
.modal-box .tabcontent {
    display: none;
}
.modal-box .tab button {
    width: auto;
    background-color: transparent;
    padding: 0;
}
.modal-box .tab {
    margin: 0;
}
.modal-box .tab button {
    width: auto;
    background-color: transparent;
    padding: 0;
    border-bottom: 2px solid #ffffff;
    border-radius: 0;
    min-width: 100px;
    font-size: 24px;
}
.modal-box button.tablinks.active {
    border-color: #E5B94C;
    color: #E5B94C;
}
.modal-box .tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
.mrgn-btm {
    margin-top: 50px;
}
.static-header header {
    position: absolute;
}

@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1366px) and (max-width: 1920px){}
@media only screen and (min-width: 1200px) and (max-width: 1365px){}
@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 768px) and (max-width: 991px){}
@media only screen and (min-width: 520px) and (max-width: 767px){}
@media only screen and (min-width: 300px) and (max-width: 519px){}