@charset "UTF-8";
/* Home Page Css Start */
a {
  text-decoration: none !important;
}
.aon-banner-wrap {
    background-color: #133456;
    padding-top: 100px;
    overflow: hidden;
}
.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;
}
.aon-banner-right {
    color: #fff;
}
.aon-banner-heading {
    font-size: 60px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 74px;
}
.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;
    margin-bottom: 4px;
}
.aon-banner-bot-text > span {
    font-size: 14px;
    opacity: 0.8;
}
.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-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-form .row {
    align-items: end;
}
.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;
    height: 60px;
    font-size: 16px;
    padding: 0 15px;
}
.aon-search-btn .site-button {
    width: 100%;
}

.aon-search1-form button {
    color: #000;
    background-color: #E5B94C;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}
section.doc-sec {
    padding: 140px 0 60px;
}
.doc-blk {
    color: #000;
    position: relative;
}
.doc-blk img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 20px;
    margin: 0 0 18px;
}
.doc-blk span b {
    position: absolute;
    left: 0;
    margin: 0;
    background-color: #E5B94C;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 4px 10px;
    border-radius: 0px 30px 30px 0px;
}
.doc-sec a {
    text-decoration: none;
}
.top-search-sec {
    padding: 40px 0;
}
.hd-title {
    text-align: center;
    width: 60%;
    margin: 0 auto 30px;
}
.hd-title h6 {
    color: #FF8A00;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.hd-title h3 {
    color: #000;
    font-size: 40px;
}
.top-srch-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.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 {
    width: 60%;
    height: 110px;
    border-radius: 100%;
    object-fit: cover;
    margin: 0 0 16px;
}
.tp-blk h5 {
    color: #133456;
}
.tp-blk h6 {
    color: #626262;
    margin: 0;
}
.tp-blk img, .tp-blk h5, .tp-blk h6 {
    position: relative;
}
.how-works {
    padding: 40px 0 60px;
}
.how-work-blk {
    text-align: center;
    margin-top: 30px;
    padding: 0 10px;
}
.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;
}
.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;
}
a.theme-btn {
    color: #000;
    background-color: #E5B94C;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    text-decoration: none;
}
.theme-btn:hover {
    background-color: #13406f;
    color: #fff;
}
.animate-v {
    -webkit-animation: upNdown1 5s infinite linear;
    animation: upNdown1 2s infinite linear;
}
.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;
}
@-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;
}
.loc-sec {
    padding: 60px 0;
}
.loc-title h3 {
    margin: 0 0 30px;
    font-size: 40px;
}
.loc-title button {
    color: #222222;
    font-size: 18px;
    position: relative;
    text-decoration: none !important;
    border-bottom: 1px solid #222222 !important;
    border-radius: 0;
    padding: 6px 0;
}
.loc-sec .accordion-item {
    background-color: #fff;
    border: none;
}
.loc-title .accordion-body {
    padding: 10px 0 0;
}
.loc-title .accordion-body a {
    display: inline-block;
    width: 100%;
    color: #000;
    position: relative;
    margin: 6px 0;
    padding-left: 25px;
}
.loc-title .accordion-body a::before {
    content: '';
    height: 10px;
    width: 10px;
    position: absolute;
    background-color: #e5b94c;
    left: 4px;
    top: 7px;
    border-radius: 100%;
}
.loc-sec .accordion-button:not(.collapsed) {
    color: #e5b94c;
    background-color: transparent;
    box-shadow: none;
}
.loc-sec .accordion-button:not(.collapsed)::after {
    filter: invert(1);
}
.site-footer.footer-light {
    background-color: #133456;
}
.footer-top-newsletter {
    padding-top: 20px;
}
.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 input {
    background-color: #e5b94c;
    color: red !important;
}

.sf-news-l-form .form-control {
    height: 60px;
    width: 100%;
    border-radius: 12px;
    border: none;
}
.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: 19.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;
}
.site-footer p, .site-footer li {
    color: #fff;
}
.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;
    text-decoration: none;
}
.aon-socila-icon li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #e5b94c !important;
    background: #244D76;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sf-site-link ul {
    list-style: none;
    margin: 0px;
}
.footer-light .footer-bottom {
    color: #fff;
    position: relative;
    z-index: 1;
}
.footer-bottom {
    padding-bottom: 30px;
}
.aon-footer-bottom-area {
    text-align: center;
}
.aon-footer-bottom-area {
    border-top: 1px solid #aabcb7;
    color: #fff;
    padding-top: 30px;
}
.site-footer li {
    margin: 10px 6px;
}
a.nav-link svg {
    margin-left: 6px;
}
.aon-banner-row {
    position: relative;
}

/* 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;
}
.blue-btn {
    color: #fff;
    background-color: #133456;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    text-decoration: none;
}
.blue-btn:hover {
    color: #000;
    background-color: #e5b94c;
}
.about-sec2 {
    background-color: #133456;
    color: #fff;
    padding: 70px 0 100px;
}
.about-blk-1-img, .about-blk-2-img {
    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 .row, .about-sec1 .row {
    align-items: end;
}
h3 {
    font-size: 42px !important;
    font-weight: 600 !important;
}
.about-blk-1-img img, .about-blk-2-img img {
    width: 100%;
    position: relative;
}
.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;
}
/*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-filter {
  overflow: hidden;
}

/*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;
}
.cntc-acc {
  padding: 60px 0;
}
.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 span {
  display: inline-block;
  margin: 0 0 15px;
}
.cntc-acc-blk h4 {
  color: #000;
}
.cntc-acc-blk h6 {
  color: #626262;
  margin: 0;
}

.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;}
}
.modal-headers button {
  background-color: #e5b94c !important;
  opacity: 1;
  padding: 5px 20px !important;
  float: right;
  border: navajowhite;
  font-size: 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;
}
.accordion-item {
  background-color: #fff;
  border: none;
}


.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;
  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;
  font-size: x-small;
}
.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;
}
.appoint-rev ul li svg {
  color: #FFC300;
  font-size: 18px;
}
.get-start {
  width: 50%;
  margin: 0 auto;
  border: 1px solid #13345647;
  padding: 40px 40px;
}
.get-start input, .get-start select {
  width: 100%;
  border: 1px solid #13345661;
  height: 44px;
  padding: 0 10px;
  margin: 0 0 20px;
}
.get-start label span {
  display: block;
  font-size: 14px;
  color: #0000008a;
}
.get-start button {
  width: 100%;
  border: 2px solid #133456;
  height: 50px;
  margin-bottom: 10px;
}
button.rqst-btn1 {
  background-color: #133456;
  color: #fff;
}
button.rqst-btn2 {
  margin: 0;
}










.about-page .about-section .about-left-content.left-shape:after {
  background-color: #fff;
}
.about-page .about-section .services-carousel {
  z-index: 1;
}
.about-page .our-doctors-section .our-doctors-block {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .about-page .our-doctors-section .our-doctors-block {
    margin-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .about-page .our-doctors-section .our-doctors-block {
    margin-bottom: 60px;
  }
}
.about-page .our-doctors-section .our-doctors-block .card-image {
  border: 1px solid #b8c4ca;
  height: 160px;
  margin: -90px auto 0;
  overflow: hidden;
  width: 160px;
}
@media (max-width: 575px) {
  .about-page .our-doctors-section .our-doctors-block .card-image {
    height: 120px;
    margin: -80px auto 0;
    width: 120px;
  }
}
.about-page .our-doctors-section .our-doctors-block .card-image img {
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 575px) {
  .about-page .our-doctors-section .our-doctors-block .card-image img {
    height: 120px;
  }
}
.about-page .our-doctors-section .our-doctors-block .designation-label {
  color: #464f57;
  font-weight: 500;
}
.book-appointment-page .book-appointment-form {
  padding: 25px;
}
@media (min-width: 992px) {
  .book-appointment-page .book-appointment-form {
    padding: 60px;
  }
}
@media (min-width: 768px) {
  .book-appointment-page .book-appointment-form {
    padding: 40px;
  }
}
.book-appointment-page .book-appointment-form .slots-box {
  border: 1px solid #babdc0;
  border-radius: 10px;
  margin-bottom: 60px;
  max-height: 350px;
  overflow-y: auto;
  padding: 15px 16px;
}
@media (max-width: 991px) {
  .book-appointment-page .book-appointment-form .slots-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .book-appointment-page .book-appointment-form .slots-box {
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.book-appointment-page .book-appointment-form .slots-box .slots-item {
  margin: 7px;
  min-width: calc(20% - 15px);
}
@media (max-width: 991px) {
  .book-appointment-page .book-appointment-form .slots-box .slots-item {
    font-size: 14px;
    margin: 5px;
    min-width: calc(20% - 10px);
  }
}
.contact-page .contact-section .main-box {
  padding: 25px;
}
@media (min-width: 992px) {
  .contact-page .contact-section .main-box {
    margin-left: 200px;
    padding: 60px;
  }
}
@media (min-width: 768px) {
  .contact-page .contact-section .main-box {
    margin-left: 140px;
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .contact-page .contact-section .contect-information {
    margin-left: -260px;
    margin-right: 60px;
  }
}
@media (min-width: 768px) {
  .contact-page .contact-section .contect-information {
    margin-left: -180px;
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .contact-page .contact-section .contect-information {
    border-radius: 0 0 100px 0;
  }
}
.contact-page .contact-section .contact-form__input-block {
  margin-bottom: 20px;
}
.contact-page .information-section .contact-icon-box {
  background-color: #f3f5f8;
  border-radius: 10px;
  height: 60px;
  width: 60px;
}
.our-faqs-page .our-faqs-section {
  padding-bottom: 100px;
  padding-top: 80px;
}
@media (min-width: 992px) {
  .our-faqs-page .our-faqs-section {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .our-faqs-page .our-faqs-section {
    margin-bottom: -30px;
    padding-top: 100px;
  }
}
.our-faqs-page .accordion-button:focus {
  border-color: #892b1d !important;
  box-shadow: 0 0 0 0.25rem #fbd5d1;
  outline: 0;
  z-index: 3;
}
.our-faqs-page .accordion-button:not(.collapsed) {
  background-color: #f9eeed !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
  color: #fd7866 !important;
}
@media only screen and (max-width: 991px) {
  .menu-links .nav > li.active > a,
  .menu-links .nav > li:hover > a {
    color: #f17732 !important;
  }
}
footer .ft-contact .contact-bx .contact-number .number {
  white-space: nowrap;
}
@media only screen and (max-width: 575px) {
  .header .secondary-menu {
    height: unset;
  }
}
@media only screen and (max-width: 991px) {
  .header .secondary-menu {
    margin-top: 10px !important;
  }
}
@media (min-width: 1080px) and (max-width: 1340px) {
  .menu-links .nav > li > a {
    font-size: 15px;
    padding: 45px 12px !important;
  }
}
@media (min-width: 992px) and (max-width: 1140px) {
  .menu-links .nav > li > a {
    font-size: 13px;
    padding: 45px 7px !important;
  }
}
@media (max-width: 1179px) {
  .dashboard-button {
    padding: 15px !important;
  }
}
@media (max-width: 1140px) {
  .dashboard-button {
    padding: 15px 8px !important;
  }
}
@media (max-width: 1179px) {
  .appointment-header-btn {
    padding: 15px 30px 15px 15px !important;
  }
}
@media (max-width: 1140px) {
  .appointment-header-btn {
    padding: 15px 30px 15px 6px !important;
  }
}
.menu-links .nav > li:hover a i {
  transform: unset;
}
@media only screen and (max-width: 991px) {
  .menu-links .nav > li .mega-menu li a,
  .menu-links .nav li .sub-menu li a {
    width: 100%;
  }
}
.mobile-logo {
  height: auto !important;
  width: 60px !important;
}
@media (max-width: 1230px) and (min-width: 992px) {
  .menu-logo img {
    width: 60px !important;
  }
}
@media (max-width: 575px) {
  .menu-logo img {
    width: 60px !important;
  }
}
@media (max-width: 375px) {
  .appointment-container {
    display: flex !important;
    flex-direction: column;
  }
  .appointment-available,
  .appointment-booked {
    width: 100%;
  }
  .appointment-available div {
    margin-left: 0 !important;
  }
}
@media (max-width: 360px) {
  .medical-heading {
    font-size: 32px !important;
  }
}
@media (max-width: 340px) {
  .breadcrumb-row {
    padding: 10px 14px !important;
  }
}
@media (max-width: 1199px) {
  .blog-area .pt-img2 {
    bottom: 0 !important;
  }
}
@media (max-width: 991px) {
  .blog-area .pt-img2 {
    bottom: -20px !important;
  }
}
.feature-bx2 .feature-box-xl img {
  height: 60px;
  width: 60px;
}
.phone-number .hide {
  display: none;
}
.phone-number #error-msg {
  color: #f72b50;
}
.phone-number #valid-msg {
  color: #209f84;
}
.iti {
  width: 100%;
}
@media (max-width: 575px) {
  .main-banner {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .pt-img1.animate-wave {
    top: 70px;
  }
}
.appointment-calendar {
  color: #444 !important;
}
.swiper-pagination .swiper-pagination-bullet {
  display: none !important;
}
@media (max-width: 380px) {
  .appointment-thumb {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .rs-nav .menu-links {
    background-color: #333f6c;
  }
}
@media (max-width: 340px) {
  .menu-links .nav {
    min-width: unset;
    width: 100%;
  }
}
@media (max-width: 290px) {
  .appointment-button .btn {
    font-size: 13px;
  }
}
.swiper-slide {
  height: auto;
}
.swiper-slide .feature-container {
  height: 93%;
}
.front-slot-data .time-slot.bookedSlot {
  background: #f62947 !important;
}
.front-slot-data .time-slot.bookedSlot:hover {
  background: #ec0927 !important;
}
.front-slot-data .time-slot.activeSlot,
.front-slot-data .time-slot:hover {
  background: #5d5dc2 !important;
}
@media (max-width: 300px) {
  .contact-bx {
    flex-direction: column;
  }
  .contact-bx .contact-number {
    text-align: center;
  }
  .contact-bx .contact-number span {
    margin-top: 10px;
  }
}
@media (max-width: 365px) {
  .team-member .about-appointment-btn,
  .team-member .doctor-appointment-btn {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.team-member .team-media img {
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 170px;
}
.datepicker table tr td.active.active {
  background-image: linear-gradient(180deg, #565acf, #565acf);
}
.datepicker table tr td.active.active:hover {
  background-image: linear-gradient(180deg, #494db0, #494db0);
}
.booking-button {
  padding: 20px 30px;
}
@media (max-width: 280px) {
  .booking-button {
    padding: 20px 10px;
  }
}
.booking-home-button {
  padding: 20px;
}
.btn-icon-bx {
  min-width: 40px;
  width: auto;
}
@media (max-width: 575px) and (min-width: 430px) {
  .team-member .team-media:before {
    background-size: 57%;
  }
  .team-member .team-media:after {
    background-size: 80%;
  }
}
.table-condensed tbody tr .today {
  background-color: #e8e8e8 !important;
  background-image: linear-gradient(180deg, #e8e8e8, #e8e8e8) !important;
}
.table-condensed tbody tr .today:hover {
  background-color: #dedede !important;
  background-image: linear-gradient(180deg, #dedede, #dedede) !important;
}
.table-condensed tbody tr .today.active {
  background-image: linear-gradient(180deg, #565acf, #565acf) !important;
}
.table-condensed tbody tr .today.active:hover {
  background-image: linear-gradient(180deg, #494db0, #494db0) !important;
}
.w-20px {
  width: 20px;
}
.datepicker-days .table-condensed td {
  text-align: center;
}
.datepicker table tr td {
  height: 40px !important;
  width: 40px !important;
}
.datepicker table tr th {
  height: 32px;
}
.testimonial-image {
  max-height: 50px !important;
  max-width: 120px !important;
}
.image-circle > img {
  border-radius: 50%;
}
.front-app-logo {
    max-height: 100px;
    max-width: 180px;
}
.fixed .front-app-logo {
    opacity: 0;
}
.fixed .header-logo {
    background-image: url(../assets/image/logo-dark.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}
.fixed .navbar .navbar-nav .nav-item .nav-link {
    color: #000;
}
@media (max-width: 375px) {
  .g-recaptcha {
    transform: scale(0.85) !important;
    -webkit-transform: scale(0.8) !important;
    transform-origin: 0 0 !important;
    -webkit-transform-origin: 0 0 !important;
  }
}
.image.image-mini img {
  height: 50px !important;
  width: 50px !important;
}
.image > img {
  display: inline-block !important;
  flex-shrink: 0 !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  width: 100% !important;
}
.qrcodeimg {
  height: 110px !important;
  -o-object-fit: cover;
  object-fit: cover;
  width: 110px !important;
}
.qrcode-option-ul {
  margin-bottom: 20px;
  margin-top: 20px;
}
.qrcode-option-li {
  margin: 0 20px 0 0 !important;
}
@media (max-width: 375px) {
  .qrcode-option-li {
    margin: 0 5px 0 0 !important;
  }
}
.qrcode-option {
  background: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(90deg, #fe8065, #f74d6c) border-box !important;
  border: 1px solid transparent !important;
  border-radius: 50px !important;
  color: #747b81 !important;
  color: #f74d6c !important;
  font-weight: 500;
  padding: 13px 25px !important;
  transition: all 0.3s ease-in-out !important;
}
@media (max-width: 320px) {
  .qrcode-option {
    padding: 10px 15px !important;
  }
}
.qrcode-option.active {
  background: linear-gradient(117.85deg, #fe8065, #f74d6c) !important;
  border-color: transparent;
  color: #fe8065 !important;
  color: #fff !important;
  font-weight: 500;
  transition: all 0.3s ease-in-out !important;
}
.qr-patient-appointment-name {
  margin-top: 6px;
}
@media (max-width: 425px) {
  .qr-patient-appointment-name {
    margin-top: 0;
  }
}
.qr-card {
  border-radius: 0 0 50px 0 !important;
  box-shadow: 0 5px 15px #d7dee8 !important;
}
.appintment-time {
  padding: 10px 15px;
  width: 160px !important;
}
@media (max-width: 375px) {
  .appintment-time {
    padding: 5px 7px;
    width: 140px !important;
  }
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0;
  border-color: inherit;
}
.patient-contact:hover,
.patient-email:hover {
  color: #f74d6b !important;
}
.patient-contact,
.patient-email {
  color: #6c757d !important;
}
.nav-tabs {
  border-bottom: none;
}
.header-qr-appontment > th {
  font-size: 17px;
}
@media (max-width: 375px) {
  .header-qr-appontment > th {
    font-size: 15px;
  }
}
.table > :not(:first-child) {
  border-top: 0 solid #c8c8c8 !important;
}
.badge {
  font-weight: 400;
}
.book-badge {
  background-color: #6572ffd9 !important;
  height: 28px;
  width: 140px;
}
.book-checkin {
  background-color: #09c074d4 !important;
  height: 28px;
  width: 140px;
}
.book-checkout {
  background-color: #ffb921d0 !important;
  height: 28px;
  width: 140px;
}
.book-cancel {
  background-color: #f62948df !important;
  height: 28px;
  width: 140px;
}
.data-qr-code {
  vertical-align: middle;
}
.qr-appointment-name,
.qr-code-name {
  font-size: 15px;
}
@media (max-width: 375px) {
  .qr-code-name {
    width: 250px;
  }
}
.qr-patient-detal-show {
  color: red;
}
.qr-doctor-img {
  -o-object-fit: cover;
  object-fit: cover;
}
.home-page .how-work-section {
  background-color: #f3f5f8;
}
.home-page .how-work-section .card .card-number {
  -webkit-text-stroke: 6px transparent;
  background: linear-gradient(#fe8065, #f74d6c);
  -webkit-background-clip: text;
  background-size: cover;
  color: #fff;
  font-size: 100px;
  font-weight: 700;
  line-height: 85px;
  text-transform: capitalize;
}
.home-page .appointmnet-section__inner-block {
  padding: 25px;
}
@media (min-width: 768px) {
  .home-page .appointmnet-section__inner-block {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .home-page .appointmnet-section__inner-block {
    padding: 0 60px 0 0;
  }
}
.home-page .appointmnet-section h2 {
  font-size: 30px;
}
@media (min-width: 992px) {
  .home-page .appointmnet-section .contact-form {
    padding-bottom: 60px;
    padding-top: 40px;
  }
}
.home-page .appointmnet-section .contact-form__input-block {
  margin-bottom: 20px;
}
.home-page .services-section .services-block {
  padding: 40px;
}
@media (max-width: 575px) {
  .home-page .services-section .services-block {
    padding: 25px;
  }
}
.home-page .services-section .services-block .services-innner-block {
  padding: 0 25px;
}
@media (min-width: 768px) {
  .home-page .services-section .services-block .services-innner-block {
    border-right: 1px solid #babdc0;
  }
}
@media (max-width: 767px) {
  .home-page .services-section .services-block .services-innner-block {
    padding: 0 12px;
  }
}
.home-page .services-section .services-block .services-innner-block:last-child {
  border-right: 0;
}
.home-page .services-section .services-block .services-innner-block .icon-box {
  background: #f3f5f8;
  border-radius: 10px;
  height: 90px;
  margin-bottom: 30px;
  width: 90px;
}
.home-page .services-section .after-rectangle-shape:after {
  height: 240px;
}
@media (max-width: 767px) {
  .home-page .services-section .after-rectangle-shape:after {
    content: none;
  }
}
.home-page .services-section .services-carousel {
  margin: auto;
  width: calc(100% - 60px);
}
@media (min-width: 768px) {
  .home-page .services-section .right-shape {
    padding-left: 140px;
  }
}
.home-page .services-section .slick-list {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 15px #d7dee8;
}
.home-page .services-section .slick-next,
.home-page .services-section .slick-prev {
  background: linear-gradient(117.85deg, #fe8065, #f74d6c);
  border-color: transparent;
  border-radius: 50%;
  box-shadow: 0 5px 15px #d7dee8;
  color: #fff;
  height: 60px;
  width: 60px;
  z-index: 1;
}
@media (max-width: 575px) {
  .home-page .services-section .slick-next,
  .home-page .services-section .slick-prev {
    height: 40px;
    width: 40px;
  }
}
.home-page .services-section .slick-next:before,
.home-page .services-section .slick-prev:before {
  -webkit-font-smoothing: antialiased;
  color: #fff;
  display: var(--fa-display, inline-block);
  font-family: Font Awesome\6 Free;
  font-size: 30px;
  font-weight: 900;
  opacity: 1;
}
@media (max-width: 575px) {
  .home-page .services-section .slick-next:before,
  .home-page .services-section .slick-prev:before {
    font-size: 20px;
  }
}
.home-page .services-section .slick-prev {
  left: -30px;
}
@media (max-width: 575px) {
  .home-page .services-section .slick-prev {
    left: -22px;
  }
}
.home-page .services-section .slick-prev:before {
  content: "";
}
.home-page .services-section .slick-next {
  right: -30px;
}
@media (max-width: 575px) {
  .home-page .services-section .slick-next {
    right: -22px;
  }
}
.home-page .services-section .slick-next:before {
  content: "";
}
.home-page .form-control-transparent {
  background-color: transparent !important;
}
body {
  font-family: Poppins;
}
ul {
  list-style: none;
  padding-left: 0;
}
a:hover {
  color: #464f57;
}
.top-heading {
  font-weight: 700;
  letter-spacing: 0.2em;
}
.paragraph {
  color: #464f57;
  font-weight: 300;
  line-height: 25.6px;
}
header {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  header .navbar {
    position: static;
  }
  header .navbar .navbar-nav {
    display: block;
  }
}
header .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 1399px) and (min-width: 992px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
}
header .navbar .navbar-nav .nav-item .nav-link.active, header .navbar .navbar-nav .nav-item .nav-link:hover {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(#e5b94c, #e5b94c);
    -webkit-background-clip: text;
}
@media (max-width: 991px) {
  header .navbar .navbar-toggler {
    box-shadow: none;
  }
  header .navbar .navbar-collapse {
    background: #fff;
    border-radius: 0.625rem;
    box-shadow: 0 0 20px rgba(173, 181, 189, 0.38);
    left: 0;
    margin: auto;
    max-width: 696px;
    position: absolute;
    right: 0;
    top: calc(100% - 10px);
    width: calc(100% - 24px);
  }
}
@media (max-width: 767px) {
  header .navbar .navbar-collapse {
    max-width: 516px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  header .navbar .header-btn-grp .btn {
    font-size: 14px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 991px) {
  header .navbar .header-btn-grp {
    padding: 20px 20px 6px;
  }
}
footer {
  padding-top: 60px;
}
@media (max-width: 991px) {
  footer {
    padding-top: 50px;
  }
}
footer .footer-info__footer-icon {
  background-color: #fff;
  border-radius: 10px;
  height: 40px;
  margin-right: 20px;
  width: 40px;
}
.about-section .about-left-content {
  padding-right: 144px;
}
@media (max-width: 1399px) {
  .about-section .about-left-content {
    padding-right: 80px;
  }
}
@media (max-width: 1199px) {
  .about-section .about-left-content {
    padding-right: 12px;
  }
  .about-section .about-left-content:after {
    content: none;
  }
}
.about-section .about-left-content .about-block {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 1399px) {
  .about-section .about-left-content .about-block {
    padding-bottom: 12px;
    padding-top: 12px;
  }
}
@media (max-width: 767px) {
  .about-section .about-left-content .about-block {
    padding-bottom: 0;
    padding-top: 20px;
  }
}
.about-section .about-left-content .about-block .about-image-box {
  border: 4px solid #fff;
  filter: drop-shadow(0 5px 15px #d7dee8);
}
@media (min-width: 1400px) {
  .about-section .about-left-content .about-block .about-image-box {
    margin-right: 10px;
  }
}
.about-section .about-left-content .about-block .about-image-box img {
  height: 200px !important;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1440px) {
  .about-section .about-left-content .about-block .about-image-box img {
    height: 200px !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .about-section .about-left-content .about-block .about-image-box img {
    height: 200px !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .about-section .about-left-content .about-block .about-image-box img {
    height: 250px !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    -o-object-position: center;
    object-position: center;
    width: 100%;
  }
}
.about-section .about-left-content .about-block .about-content-box {
  filter: drop-shadow(0 5px 15px #d7dee8);
}
@media (min-width: 1400px) {
  .about-section .about-left-content .about-block .about-content-box {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .about-section .about-left-content .about-block .about-content-box {
    height: 220px !important;
  }
}
.about-section .about-left-content .about-block .about-content-box .number-big {
  font-size: 72px;
  font-weight: 700;
  line-height: 60px;
}
.about-section .about-left-content .about-block .about-content-box p {
  font-weight: 600;
}
.about-section ul {
  list-style: none;
}
.about-section ul li {
  font-size: 14px;
  font-weight: 600;
  padding-left: 15px;
}
.about-section ul li:before {
  color: #f74d6c;
  content: "•";
  display: inline-block;
  font-weight: 700;
  width: 20px;
}
.about-section ul li:first-child {
  padding-left: 0;
}
.about-section ul li:first-child:before {
  content: none;
}
@media (max-width: 480px) {
  .services-counter-section .services-counter-block {
    width: 100%;
  }
}
@media (min-width: 481px) {
  .services-counter-section .services-counter-block .pipe {
    border-right: 1px solid #babdc0;
  }
}
.services-counter-section .services-counter-block:last-child .pipe {
  border-right: 0;
}
@media (max-width: 1199px) {
  .services-counter-section .services-counter-block:nth-child(2) .pipe {
    border-right: 0;
  }
}
.testimonial-section__testimonial-card {
  padding: 40px 60px;
}
@media (max-width: 991px) {
  .testimonial-section__testimonial-card {
    padding: 40px 25px 30px;
  }
}
.testimonial-section__testimonial-card .profile-name {
  font-size: 20px;
}
.testimonial-section__testimonial-card .profile-info {
  color: #464f57;
}
.testimonial-section .testimonial-block {
  margin: 0 auto 80px;
  max-width: 840px;
}
@media (max-width: 1199px) {
  .testimonial-section .testimonial-block {
    margin: 0 auto 60px;
    max-width: 700px;
  }
}
.testimonial-section .slick-list {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 15px #d7dee8;
}
.testimonial-section .slick-arrow:before {
  color: #18232d;
  font-family: Font Awesome\6 Free;
  font-size: 28px;
  font-weight: 900;
}
.testimonial-section .slick-prev {
  left: -140px;
}
@media (max-width: 1199px) {
  .testimonial-section .slick-prev {
    left: -110px;
  }
}
.testimonial-section .slick-prev:before {
  content: "";
}
.testimonial-section .slick-next {
  right: -140px;
}
@media (max-width: 1199px) {
  .testimonial-section .slick-next {
    right: -110px;
  }
}
.testimonial-section .slick-next:before {
  content: "";
}
.testimonial-section .quotation-mark {
  left: -60px;
  position: absolute;
  top: 40px;
  z-index: 1;
}
@media (max-width: 991px) {
  .testimonial-section .quotation-mark {
    left: 30px;
    top: -30px;
  }
}
.testimonial-section .slick-dots {
  bottom: -80px;
}
@media (max-width: 1199px) {
  .testimonial-section .slick-dots {
    bottom: -60px;
  }
}
.testimonial-section .slick-dots li {
  height: auto;
  width: auto;
}
.testimonial-section .slick-dots li button {
  background-color: #babdc0;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}
.testimonial-section .slick-dots li button:before {
  font-size: 0;
  height: auto;
  margin: auto;
  right: 0;
  width: auto;
}
.testimonial-section .slick-dots li.slick-active button {
  background: linear-gradient(117.85deg, #fe8065, #f74d6c);
  border-radius: 8px;
  height: 8px;
  width: 16px;
}
#frontDoctorId option {
  color: #000 !important;
}
.hero-section img {
  height: 580px;
  -o-object-fit: contain !important;
  object-fit: contain !important;
  width: 692px;
}
@media (max-width: 1024px) {
  .hero-section img {
    height: 450px;
    -o-object-fit: contain !important;
    object-fit: contain !important;
    width: 652px;
  }
}
@media (max-width: 768px) {
  .hero-section img {
    height: 450px;
    -o-object-fit: contain !important;
    object-fit: contain !important;
    width: 652px;
  }
}
@media (max-width: 425px) {
  .hero-section img {
    height: 100%;
    width: 652px;
  }
}
@media (max-width: 375px) {
  .hero-section img {
    height: 100%;
    width: 652px;
  }
}
@media (max-width: 320px) {
  .hero-section img {
    height: 100%;
    width: 652px;
  }
}
.our-team-page .our-team-section {
  margin-bottom: -50px;
  padding-top: 150px;
}
@media (min-width: 992px) {
  .our-team-page .our-team-section {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .our-team-page .our-team-section {
    margin-bottom: -30px;
    padding-top: 100px;
  }
}
.our-team-page .our-team-section .our-team-block {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .our-team-page .our-team-section .our-team-block {
    margin-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .our-team-page .our-team-section .our-team-block {
    margin-bottom: 60px;
  }
}
.our-team-page .our-team-section .our-team-block .card-image {
  border: 1px solid #b8c4ca;
  height: 160px;
  margin: -90px auto 0;
  overflow: hidden;
  width: 160px;
}
@media (max-width: 575px) {
  .our-team-page .our-team-section .our-team-block .card-image {
    height: 120px;
    margin: -80px auto 0;
    width: 120px;
  }
}
.our-team-page .our-team-section .our-team-block .card-image img {
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 575px) {
  .our-team-page .our-team-section .our-team-block .card-image img {
    height: 120px;
  }
}
.our-team-page .our-team-section .our-team-block .designation-label {
  color: #464f57;
  font-weight: 500;
}
.services-page .services-section {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .services-page .services-section {
    padding-bottom: 24px;
  }
}
.services-page .services-section .services-block {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .services-page .services-section .services-block {
    margin-bottom: 24px;
  }
}
.services-page .services-section .services-block .services-icon-box {
  background: #f3f5f8;
  border-radius: 10px;
  height: 90px;
  margin-bottom: 30px;
  width: 90px;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1304px;
  }
}
.btn {
  border-radius: 50px;
  color: #18232d;
  padding: 0.75rem 2.25rem;
}
@media (max-width: 575px) {
  .btn {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.btn:focus {
  box-shadow: none;
}
.btn:active,
.btn:focus {
  border-color: transparent;
  box-shadow: none !important;
}
.bg-primary {
  background: linear-gradient(117.85deg, #fe8065, #f74d6c);
}
.bg-secondary {
  background-color: #f3f5f8 !important;
}
.btn-light {
  background: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(90deg, #fe8065, #f74d6c) border-box;
  border: 1px solid transparent;
  color: #f74d6c;
}
.btn-primary {
    background-color: #e5b94c;
    border-color: transparent;
    color: #000;
    transition: all 0.3s ease-in-out;
}
.btn-outline-primary, .btn-primary:hover {
    background: transparent;
    border: 1px solid #e5b94c;
    color: #e5b94c;
    transition: all 0.3s ease-in-out;
}
.btn-outline-primary:hover {
    background: #e5b94c;
    border-color: transparent;
    color: #000;
}
.btn-outline-primary:active {
  background: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(90deg, #fe8065, #f74d6c) border-box;
  color: #f74d6c;
}
.text-primary {
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(#fe8065, #f74d6c);
  -webkit-background-clip: text;
}
.text-gray-100 {
  color: #464f57;
}
.text-gray-200 {
  color: #747b81;
}
.breadcrumb .breadcrumb-item {
  font-size: 20px;
  font-weight: 500;
}
.breadcrumb .breadcrumb-item.active,
.breadcrumb .breadcrumb-item a {
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(#fe8065, #f74d6c);
  -webkit-background-clip: text;
}
h1 {
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 767px) {
  h1 {
    font-size: 38px;
  }
}
h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
    line-height: 44px;
  }
}
h4 {
  font-size: 24px;
}
.fs-5,
h5 {
  font-size: 22px !important;
}
@media (max-width: 575px) {
  .fs-5,
  h5 {
    font-size: 20px !important;
  }
}
.fs-6,
h6 {
  font-size: 18px !important;
}
.fw-bold {
  font-weight: 600 !important;
}
.box-shadow,
.card {
  box-shadow: 0 5px 15px #d7dee8;
}
.card {
  border: 0;
  border-radius: 0 0 50px 0;
}
.card .card-body {
  padding: 40px;
}
@media (max-width: 991px) {
  .card .card-body {
    padding: 25px;
  }
}
.form-control,
.form-select {
  border-color: #babdc0;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 300;
  height: 60px;
  padding: 15px 30px;
}
@media (max-width: 767px) {
  .form-control,
  .form-select {
    font-size: 16px;
    height: 50px;
    padding: 15px;
  }
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
}
.form-control::-moz-placeholder,
.form-select::-moz-placeholder {
  color: #747b81;
}
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder {
  color: #747b81;
}
.form-control::placeholder,
.form-select::placeholder {
  color: #747b81;
}
.form-check-input:focus {
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: none;
}
.form-check-danger,
.form-check-danger:checked {
  background-color: #f62947;
  border-color: #f62947;
}
.form-check-success,
.form-check-success:checked {
  background-color: #0ac074;
  border-color: #0ac074;
}
.form-lg-check {
  height: 24px;
  margin-top: 0;
  width: 24px;
}
.form-group {
  margin-bottom: 20px;
}
.form-label {
  color: #747b81;
  font-size: 14px;
  font-weight: 300;
}
.form-textarea {
  height: 160px;
}
.input-group-text {
  background-color: #fff;
  border-color: #fff;
  border-radius: 10px;
  justify-content: center;
  width: 60px;
}
.badge-lg {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  height: 44px;
  line-height: 26px;
  padding: 10px;
}
.bg-success {
  background-color: #0ac074 !important;
}
.bg-danger {
  background-color: #f62947 !important;
}
.p-t-100 {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .p-t-100 {
    padding-top: 50px;
  }
}
.p-b-100 {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .p-b-100 {
    padding-bottom: 50px;
  }
}
.border-bmr-100 {
  border-bottom-right-radius: 100px;
}
.rounded-20 {
  border-radius: 20px;
}
.rounded-10 {
  border-radius: 10px;
}
.after-rectangle-shape:after {
  background-color: #f3f5f8;
  bottom: 0;
  content: "";
  display: block;
  height: 320px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 1000vh;
}
.after-rectangle-shape.left-shape:after {
  border-top-right-radius: 100px;
  right: 25px;
}
.after-rectangle-shape.right-shape:after {
  border-top-left-radius: 100px;
  left: 25px;
}
.form-control-transparent {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.form-control-transparent::-moz-placeholder {
  color: #fff;
}
.form-control-transparent:-ms-input-placeholder {
  color: #fff;
}
.form-control-transparent::placeholder {
  color: #fff;
}
.form-control-transparent:focus {
  background-color: transparent;
  border-color: #fff;
}
.border-top-primary {
  border-top: 1px solid #fe8065;
}
.z-index-1 {
  z-index: 1;
}
.required:after {
  color: #f62947;
  content: "*";
  font-size: inherit;
  font-weight: 400;
  position: relative;
}
.fs-small {
  font-size: 14px;
}
.hide-arrow:after {
  content: none;
}
.hide {
  display: none;
}
#valid-msg {
  color: green;
  margin-left: 2px;
}
#error-msg {
  color: red;
  margin-left: 2px;
}
.header {
  left: 0;
  margin: auto;
  padding-bottom: 20px;
  padding-top: 20px;
  position: fixed !important;
  right: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  width: 100%;
  z-index: 2 !important;
}
@media (max-width: 991px) {
  .header {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
  }
}

@media only screen and (max-width: 1366px) {    
    .aon-banner-bg .star-one {
    right: -25px;
    }
    .aon-med-appoint-area {
    overflow: hidden;
}
}

.header.fixed {
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(38, 107, 193, 0.08);
}
.language-padding {
  padding: 10px !important;
}
.language-padding.active,
.language-padding:hover {
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(#fe8065, #f74d6c);
  -webkit-background-clip: text;
}
.language-color {
  color: #747b81 !important;
  font-weight: 500 !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.error-404 .inner-content {
  margin: auto;
  max-width: 550px;
  text-align: center;
}
.error-404 .error-text {
  margin-bottom: 15px;
}
.error-404 p {
  margin-bottom: 30px;
}
.object-image-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
