body {
    font-family: "Open Sans", sans-serif !important;
}

#topnav {
    background: #ffffff !important;
}

.text-justify {
    text-align: justify !important;
}

a{
    color: #0063b2;
}

.btn-dnmo {
    color: rgb(255, 255, 255) !important;
    box-shadow: rgb(0, 99, 178) 0px 0.5rem 1.125rem -0.5rem !important;
    background: rgb(0, 99, 178) !important;
    border-radius: 50px !important;
    font-size: 13px;
    font-weight: 500;
    padding: 9px 23px;
}

.btn-dnmo-alt, .btn-dnmo-green {
    color: rgb(255, 255, 255) !important;
    box-shadow: #09dd9a 0px 0.5rem 1.125rem -0.5rem !important;
    background: #09dd9a !important;
    border-radius: 50px !important;
    font-size: 13px;
    font-weight: 500;
    padding: 9px 23px;
}

.btn-dnmo-sm {
    padding: 5px 11px !important;
    font-size: 11px !important;
}

.text-dnmo-secondary {
    color: #09dd9a !important;
}

.bg-dnmo, .bg-dnmo-blue{
    background: #0063b2 !important;
    color: #fff;
}

.bg-dnmo-alt, .bg-dnmo-green{
    background: #09dd9a !important;
    color: #fff;
}

.back-to-top {
    line-height: 40px !important;
}

.nav-link.active {
    color: rgb(255, 255, 255) !important;
    box-shadow: rgb(0 85 255) 0px 0.5rem 1.125rem -0.5rem !important;
    background: rgb(0, 99, 178) !important;
    border-radius: 50px !important;
    font-size: 13px;
    font-weight: 500;
    /* padding: 12px 23px; */
}

.h-50 {
    height: 50px !important;
}

.br-50 {
    border-radius: 50px !important;
}
footer .footer-list li a {
    font-size: 13px;
}
#topnav .navigation-menu > li {
    margin: 0px;
}
#topnav .navigation-menu > li > a {
    letter-spacing: 0px;
}

.home-tile-section {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.doctor-book-card {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0px 3px 20px #0000000b;
    overflow: hidden;
}
.doctor-book-card img {
    vertical-align: middle;
    border-radius: 0.25rem;
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.doctor-book-card:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}
.doctor-book-card-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    height: 100%;
    border-radius: 0.25rem;
}
.doctor-book-card-content > div {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.doctor-book-card-content .book-btn1 {
    font-size: 14px;
}

.search-doctor-img-container{
    max-height: 170px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.tile-card-content-1 {
    background: rgb(0, 0, 0);
    background: rgba(13, 13, 13, 0.33);
}

.doctor-book-card h3 {
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.doctor-book-card-content h3 {
    font-size: 1.5rem !important;
}

.doctor-details-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0 100px;
    position: relative;
    overflow: hidden;
}

.doctor-grid .doctor-details {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    overflow: hidden;
}
.doctor-grid .doctor-details:before {
    background: rgba(6, 59, 111, 0.93);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.doctor-grid .doctor-details h4 {
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.doctor-grid .doctor-details p {
    color: #ffffff;
    margin-bottom: 30px;
    max-width: 370px;
    position: relative;
    z-index: 1;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
}

.doctor-grid .doctor-details .doctor-details-img {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0px;
}
.doctor-grid .doctor-details-one:before {
    background: rgba(62, 84, 99, 0.92);
}

.bg-soft-success {
    background-color: rgba(83, 199, 151, 0.1) !important;
    border: 1px solid rgba(83, 199, 151, 0.1) !important;
    color: #53c797 !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-35 {
    font-size: 35px !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.dc-jointeam {
    float: left;
    width: 100%;
    position: relative;
    border-radius: 4px;
    padding: 0 10px 0 20px;
    background: #3d4461;
}

.dc-jointeamnoti {
    top: -12px;
    width: 24px;
    color: #fff;
    right: -12px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    background: #ff5851;
}

.dc-jointeamimg {
    float: left;
    width: auto;
    margin: -21px 0 0;
}

.dc-jointeamcontent {
    overflow: hidden;
    padding: 39px 0 39px 30px;
}

.dc-jointeamcontent h3 {
    color: #fff;
    font-size: 26px;
    margin: 0 0 14px;
    line-height: 30px;
}

.dc-jointeamcontent h3 span {
    font-size: 16px;
    display: block;
    line-height: inherit;
    font-weight: 400;
}

.dc-jointeamcontent .dc-btn {
    line-height: 32px;
}

.section-sp1 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.about-area .pt-img1 {
    bottom: 20%;
    left: 16%;
}

@media only screen and (max-width: 1380px) {
    .about-area .pt-img1 {
        left: 100px;
    }
}

.about-area .pt-img2 {
    bottom: 5%;
    right: 25%;
}

.about-area .pt-img3 {
    top: 30%;
    right: 7%;
}

.about-area .pt-img4 {
    bottom: 10%;
    right: 1%;
}

.about-area .pt-img5 {
    top: 25%;
    left: 5%;
}
@media only screen and (max-width: 1380px) {
    .about-area .pt-img5 {
        left: 35px;
    }
}

.about-thumb-area {
    margin-right: 30px;
    position: relative;
}
.about-thumb-area ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.about-thumb-area ul li {
    display: inline-flex;
    padding: 0 10px;
    margin-bottom: 20px;
}
.about-thumb-area ul li:nth-child(1),
.about-thumb-area ul li:nth-child(3) {
    width: 45%;
}
.about-thumb-area ul li:nth-child(2),
.about-thumb-area ul li:nth-child(4) {
    width: 55%;
}
.about-thumb-area .about-thumb1 {
    border-radius: 0 60px 60px;
    margin-top: auto;
    margin-left: auto;
}
.about-thumb-area .about-thumb2 {
    border-radius: 60px 0 60px 60px;
    margin-top: auto;
    margin-right: auto;
}
.about-thumb-area .about-thumb3 {
    border-radius: 60px 60px 60px 0;
    margin-bottom: auto;
    margin-left: auto;
}

.about-thumb-area .about-thumb4 {
    border-radius: 60px 60px 0px 60px;
    margin-bottom: auto;
    margin-left: auto;
}

.about-thumb-area .exp-bx {
    background-color: #e6e7ff;
    border-radius: 60px 60px 0px 60px;
    padding: 60px 0px 30px;
    text-align: center;
    line-height: 75px;
    font-size: 120px;
    font-weight: 800;
    position: relative;
    display: block;
    color: #565acf;
    z-index: 2;
    width: 220px;
}
.about-thumb-area .exp-bx span {
    display: block;
    font-size: 18px;
    color: #1f2278;
}
.about-thumb-area .exp-bx:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    border: 2px solid #565acf;
    border-radius: 60px 60px 0px 60px;
    z-index: -1;
}
/* .about-thumb-area:after {
  content: "";
  position: absolute;
  top: 48%;
  left: 43%;
  width: 48px;
  height: 48px;
  background-color: #09dd9a;
  border-radius: 15px;
  transform: rotate(45deg);
} */
@media only screen and (max-width: 1199px) {
    .about-thumb-area {
        margin-right: 0;
    }
}
@media only screen and (max-width: 991px) {
    .about-thumb-area:after {
        top: 51%;
        left: 41%;
    }
}
@media only screen and (max-width: 767px) {
    .about-thumb-area:after {
        top: 48%;
        left: 40%;
    }
}
@media only screen and (max-width: 575px) {
    .about-thumb-area {
        margin: 0 15px;
    }
    .about-thumb-area ul {
        margin: 0 -10px;
    }
    .about-thumb-area ul li {
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .about-thumb-area .about-thumb2 {
        border-radius: 30px 0 30px 30px;
    }
    .about-thumb-area .about-thumb3 {
        border-radius: 30px 30px 30px 0;
    }
    .about-thumb-area .about-thumb4 {
        border-radius: 30px 30px 0 30px;
    }
    .about-thumb-area .about-thumb1 {
        border-radius: 0 30px 30px;
    }
    .about-thumb-area .exp-bx {
        padding: 50px 0px 20px;
        border-radius: 30px 30px 0px 30px;
        line-height: 55px;
        font-size: 70px;
        width: 85%;
    }
    .about-thumb-area .exp-bx:after {
        border-radius: 30px 30px 0px 30px;
        top: 8px;
        left: 8px;
    }
    .about-thumb-area .exp-bx span {
        font-size: 12px;
    }
    .about-thumb-area:after {
        top: 47%;
        left: 41%;
        width: 25px;
        height: 25px;
        border-radius: 5px;
    }
}

.heading-bx {
    margin-bottom: 45px;
}
.heading-bx .title-ext {
    font-weight: 700;
    display: inline-block;
    padding: 3px 15px;
    background-position: center;
    background-repeat: repeat;
    margin-bottom: 15px;
}
.heading-bx .title-ext.text-primary {
    background-image: url(../images/ext-blue.png);
}
.heading-bx .title-ext.text-secondary {
    background-image: url(../images/ext-orange.png);
}
.heading-bx h2.title,
.heading-bx .title.h2 {
    font-size: 45px;
}
@media only screen and (max-width: 1380px) {
    .heading-bx h2.title,
    .heading-bx .title.h2 {
        font-size: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .heading-bx h2.title,
    .heading-bx .title.h2 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 575px) {
    .heading-bx h2.title,
    .heading-bx .title.h2 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 991px) {
    .heading-bx {
        margin-bottom: 30px !important;
    }

    .widget.widget-contact {
        text-align: center !important;
    }

    .widget.widget-contact .footer-title{
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .widget.widget-contact .footer-title::after {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .home-search {
        padding: 25px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .heading-bx {
        margin-bottom: 40px;
    }
}
.heading-bx.text-white h1,
.heading-bx.text-white .h1,
.heading-bx.text-white h2,
.heading-bx.text-white .h2,
.heading-bx.text-white h3,
.heading-bx.text-white .h3,
.heading-bx.text-white h4,
.heading-bx.text-white .h4,
.heading-bx.text-white h5,
.heading-bx.text-white .h5,
.heading-bx.text-white h6,
.heading-bx.text-white .h6 {
    color: #fff;
}
.heading-bx p {
    padding-top: 5px;
    font-weight: 500;
}
@media only screen and (max-width: 1680px) {
    .heading-bx p {
        font-size: 15px;
    }
}
@media only screen and (max-width: 1199px) {
    .heading-bx p {
        font-size: 14px;
        line-height: 24px;
    }
}
.heading-bx.text-center p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.heading-bx.head-col {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .heading-bx.head-col {
        display: block;
    }
}
.heading-bx.head-col .title {
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .heading-bx.head-col .title {
        margin-bottom: 10px;
    }
}
.heading-bx.head-col p {
    padding-left: 15px;
    border-left: 4px solid #565acf;
    margin-left: 15px;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .heading-bx.head-col p {
        padding-left: 0;
        border-left: 0;
        margin-left: 0;
    }
}

*::after {
    margin: 0;
    padding: 0;
}

.about-area .pt-img1 {
    bottom: 20%;
    left: 16%;
}
@media only screen and (max-width: 1380px) {
    .about-area .pt-img1 {
        left: 100px;
    }
}

@media only screen and (max-width: 1380px) {
    .about-area .pt-img5 {
        left: 35px;
    }
}
[class*="pt-img"] {
    position: absolute;
    user-select: none;
    z-index: -1;
}

.animate1 {
    -webkit-animation: up-down 1.5s infinite alternate;
    animation: up-down 1.5s infinite alternate;
}
@media only screen and (max-width: 1380px) {
    .animate1 {
        width: 80px;
    }
}

.animate2 {
    -webkit-animation: up-down 2s infinite alternate;
    animation: up-down 2s infinite alternate;
}

.animate-rotate {
    -webkit-animation: rotation 20s infinite linear;
    animation: rotation 20s infinite linear;
}

.animate-wave {
    -webkit-animation: left-right 1.5s infinite alternate;
    animation: left-right 1.5s infinite alternate;
}
@media only screen and (max-width: 1380px) {
    .animate-wave {
        width: 100px;
    }
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }
    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translatey(0);
    }
    100% {
        transform: translatey(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translatey(0);
    }
    100% {
        transform: translatey(-10px);
    }
}

@-webkit-keyframes left-right {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-10px);
    }
}

@keyframes left-right {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-10px);
    }
}

@keyframes vibrate {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes up-down2 {
    0% {
        transform: translate(-50px);
    }
    50% {
        transform: translateX(80px) translateY(-200px);
    }
    100% {
        transform: translate(-50px);
    }
}

@media only screen and (max-width: 1199px) {
    .section-sp1 {
        padding-top: 70px;
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .section-sp1 {
        padding-top: 50px;
        padding-bottom: 20px;
    }
}

section {
    position: relative;
    z-index: 1;
}

.bg-light-tint {
    background-color: #f8f9fa;
}

/*.section-sp1 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.mb-30 {
  margin-bottom: 30px;
}

.about-thumb-area {
  margin-right: 30px;
  position: relative;
}

.about-thumb-area ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.about-thumb-area ul li:nth-child(1), .about-thumb-area ul li:nth-child(3) {
  width: 45%;
}

.about-thumb-area ul li {
  display: inline-flex;
  padding: 0 10px;
  margin-bottom: 20px;
}

.about-thumb-area .about-thumb1 {
  border-radius: 0 60px 60px;
  margin-top: auto;
  margin-left: auto;
}

.about-thumb-area ul li:nth-child(2), .about-thumb-area ul li:nth-child(4) {
  width: 55%;
}

.about-thumb-area .about-thumb2 {
  border-radius: 60px 0 60px 60px;
  margin-top: auto;
  margin-right: auto;
}

.about-thumb-area ul li:nth-child(1), .about-thumb-area ul li:nth-child(3) {
  width: 45%;
}

.about-thumb-area .about-thumb3 {
  border-radius: 60px 60px 60px 0;
  margin-bottom: auto;
  margin-left: auto;
}

.about-thumb-area ul li:nth-child(2), .about-thumb-area ul li:nth-child(4) {
  width: 55%;
}

.about-thumb-area .exp-bx {
  background-color: #e6e7ff;
  border-radius: 60px 60px 0px 60px;
  padding: 60px 0px 30px;
  text-align: center;
  line-height: 75px;
  font-size: 120px;
  font-weight: 800;
  position: relative;
  display: block;
  color: #565acf;
  z-index: 2;
  width: 220px;
}

.about-thumb-area .exp-bx span {
  display: block;
  font-size: 18px;
  color: #1f2278;
}

.about-thumb-area .exp-bx:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border: 2px solid #565acf;
  border-radius: 60px 60px 0px 60px;
  z-index: -1;
}

.about-thumb-area:after {
  content: "";
  position: absolute;
  top: 49%;
  left: 40%;
  width: 50px;
  height: 50px;
  background-color: #f17732;
  border-radius: 15px;
  transform: rotate(45deg);
}*/

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .col-sm-6 {
        width: 50% !important;
    }

    .widget.widget-contact {
        text-align: center !important;
    }

    .widget.widget-contact .footer-title {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .widget.widget-contact .footer-title::after {
        display: none !important;
    }

    .ml-50 {
        margin-left: 10px !important;
    }

    .hide-mobile {
        display: none !important;
    }
}

footer .footer-top {
    padding: 20px 0 20px;
}

footer .footer-logo {
    max-width: 190px;
    margin-bottom: 25px;
}

footer .ft-contact p {
    /* font-size: 16px; */
    line-height: 25px;
    /* font-weight: 500; */
    margin-bottom: 30px;
}

footer .ft-contact .contact-bx {
    display: flex;
    align-items: center;
}

footer .ft-contact .contact-bx .icon i {
    font-size: 24px;
    color: #fff;
    margin-right: 15px;
    background-color: #f17732;
    border-radius: 30px 30px 0px 30px;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
}

footer .ft-contact .contact-bx .contact-number span {
    color: #f17732;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
    display: block;
}

footer .ft-contact .contact-bx .contact-number .number {
    margin-bottom: 0;
    font-size: 20px;
}

.ml-50 {
    margin-left: 50px;
}

footer .widget .footer-title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
    font-size: 24px;
}

footer .widget .footer-title:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85px;
    height: 7px;
    background-image: url(/images/brand/footer-line.png);
    background-repeat: no-repeat;
}

footer .widget.footer_widget ul {
    margin-bottom: 0;
}

.footer .footer_widget ul li a {
    font-size: 16px;
    font-weight: 500;
    padding: 3px 0;
    display: block;
    line-height: 25px;
    color: #444;
    position: relative;
}

.footer .footer-social-link ul {
    margin: 0 -8px;
}

.footer .footer-social-link ul li {
    display: inline-block;
    padding: 0 8px;
}

li {
    list-style: none;
}

@media only screen and (max-width: 1380px) {
    .footer .pt-img1 {
        top: 80px;
        left: 80px;
    }
}

.footer .pt-img1 {
    top: 25px;
    left: 200px;
    z-index: 1;
}

@media only screen and (max-width: 1380px) {
    .footer .pt-img2 {
        bottom: 100px;
        left: 60px;
    }
}

.footer .pt-img2 {
    bottom: 180px;
    left: 30px;
}

.footer .pt-img3 {
    top: 180px;
    right: 40px;
}

.footer .pt-img4 {
    bottom: 120px;
    right: 60px;
}

@media only screen and (max-width: 1380px) {
    footer .footer-top {
        padding: 20px 0 0;
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #0063b2;
    line-height: 1.3;
}

.footer-email,
.footer-phone {
    color: #0063b2;
    font-weight: 500;
}

.specialty-tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.specialty-tags li {
    float: left;
}

.specialty-tag {
    background-color: #fff;
    border-radius: 4px;
    color: #0063b2;
    padding: 0px 5px;
    position: relative;
    margin: 0 0.5rem 0.2rem 0;
    font-size: 14px;
    border: 1px solid #09dd9a;
    display: inline-block;
}

/*Doc list*/
.profile-widget {
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    margin-bottom: 1rem;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 15px;
}

.doc-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
    max-height: 256px !important;
}

.doc-img img {
    border-radius: 4px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    width: 100%;
}

.profile-widget .fav-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    border-radius: 3px;
    color: #2e3842;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}

.pro-content {
    padding: 20px 0 0;
    position: relative;
}

.pro-content .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #0168b3;
}

.profile-widget .pro-content .title a {
    display: inline-block;
}

.pro-content .title a {
    color: #2e3842;
}

.profile-widget .verified {
    color: #28a745;
    margin-left: 3px;
}

.profile-widget p.speciality {
    font-size: 14px;
    color: #4f4f4f;
    margin-bottom: 5px;
    min-height: 40px;
}

.profile-widget .rating {
    color: #757575;
    font-size: 14px;
    margin-bottom: 15px;
}

.rating {
    list-style: none;
    margin: 0 0 7px;
    padding: 0;
    width: 100%;
}

.profile-widget .rating i {
    font-size: 14px;
}

.rating i.filled {
    color: #f4c150;
}

.available-info {
    font-size: 13px;
    color: #757575;
    font-weight: 400;
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.available-info li i {
    width: 22px;
}

.view-btn {
    font-size: 13px;
    display: block;
    padding: 6px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.book-btn {
    font-size: 13px;
    display: block;
    padding: 6px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.dc-tags {
    float: left;
    width: 100%;
}

.dc-tags ul {
    float: none;
    width: auto;
    margin: -5px;
    overflow: hidden;
    list-style: none;
}

.dc-tags ul li {
    float: left;
    width: auto;
    padding: 5px;
    list-style-type: none;
    line-height: 28px;
}

.dc-tags ul li a {
    float: left;
    color: #767676;
    font-size: 12px;
    padding: 0 14px;
    line-height: 24px;
    border-radius: 4px;
    background: #f7f7f7;
}

.dc-tags a.dc-tagviewall {
    color: #55acee !important;
    background: transparent !important;
}

/*Doc Inner Search*/
.dc-innerbanner-holder {
    background: #f0f0f0;
}

.dc-innerbanner {
    float: left;
    width: 100%;
}

.dc-innerbannerform {
    padding: 20px 110px 20px 0;
}

.dc-form-advancedsearch {
    float: left;
    width: 100%;
    padding: 30px;
}

.dc-innerbannerform fieldset {
    padding-right: 174px;
}

.dc-form-advancedsearch fieldset {
    float: none;
    width: auto;
    margin: -5px;
    padding-right: 60px;
}

.dc-formtheme fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    position: relative;
}

.dc-form-advancedsearch fieldset .form-group:first-child {
    width: 60%;
}
.dc-form-advancedsearch fieldset .form-group {
    margin: 0;
    padding: 5px;
    float: left;
}

.dc-form-advancedsearch fieldset .form-group:nth-child(2) {
    width: 40%;
}

.dc-select {
    color: #999;
    float: left;
    width: 100%;
    position: relative;
    text-transform: capitalize;
}

.dc-select select {
    z-index: 1;
    width: 100%;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 10px 30px 10px 20px;
}

.dc-select select option {
    color: #999;
    padding: 5px 15px;
}

.dc-innerbannerform .dc-btnarea {
    top: 5px;
    right: 5px;
    width: auto;
    position: absolute;
    float: left;
}

.dc-innerbannerform .dc-btnarea > a.dc-btn {
    width: 164px;
}

.dc-innerbannerform .dc-btnarea > a {
    color: #fff;
}

.py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.specialty-tags {
    /* float: left; */
    /* color: #767676;
  font-size: 12px;
  padding: 10px 14px;
  margin: 0.25rem;
  line-height: 24px;
  border-radius: 4px;
  background: #f7f7f7; */
}

.blur {
    filter: blur(2px);
    filter: sepia();
}

.doc-user-img {
    max-height: 300px;
    overflow-y: hidden;
    border-radius: 1.25rem;
}

.doc-user-img img {
    border-radius: 1.25rem;
}

.doc-user-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.doc-user-like {
    border-radius: 50%;
    border: #28a745 solid 2px;
}

.br-20 {
    border-radius: 20px !important;
}

/*Questions*/
.dc-questionsection {
    width: 100%;
    float: left;
    padding: 5px;
    margin: 0 0 30px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #eff2f5;
}

.dc-askquery {
    width: 100%;
    float: left;
    background-size: 100% 100%;
    background-image: url(../images/bglight.jpg);
}

.dc-postquestion {
    float: left;
    padding: 50px;
}

.dc-postquestion .dc-title h2 {
    line-height: 36px;
    margin: 0 0 18px;
    font-size: 36px;
}

.dc-description {
    width: 100%;
    float: left;
}

.dc-questionsection figure {
    margin: 0;
    right: 50px;
    bottom: 30px;
    position: absolute;
}

.dc-questionsection figure img {
    width: 100%;
    display: block;
}

.dc-innerbanner {
    float: left;
    width: 100%;
}

.dc-forumform {
    width: 100%;
    float: left;
    padding: 20px;
    background-color: #e8f6ff;
}

.dc-forumform fieldset {
    float: none;
    width: auto;
    margin: -5px;
    padding-right: 170px;
}

.dc-formtheme fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    position: relative;
}

.dc-forumform fieldset .form-group:first-child {
    width: 60%;
}

.dc-forumform fieldset .form-group {
    margin: 0;
    padding: 5px;
}

.dc-docsingle-holder {
    float: left;
    width: 100%;
}

.dc-haslayout {
    width: 100%;
    float: left;
}

.dc-docsingle-holder .dc-contentdoctab .dc-searchresult-head {
    padding: 0;
    margin-bottom: 30px;
}
.dc-searchresult-head {
    /* float: left; */
    width: 100%;
    margin-bottom: 20px;
}

.dc-searchresult-head .dc-title {
    width: auto;
}

.dc-searchresult-head .dc-title h4 {
    margin: 0;
    color: #767676;
    padding: 8px 0;
    font-weight: 400;
    line-height: 20px;
}

.dc-rightarea {
    float: right;
}

.dc-consultation,
.dc-consultation-content {
    float: left;
    width: 100%;
}

.dc-consultation-details {
    float: left;
    width: 100%;
    padding: 20px 0;
    position: relative;
    border-top: 1px solid #ddd;
}

.dc-consultation-details:before {
    top: 0;
    height: 0;
    width: 2px;
    left: -30px;
    content: "";
    position: absolute;
    background: var(--secthemecolor);
}

.dc-imgcolor1 {
    border-color: #1ebd9e;
}

.dc-consultation-img {
    margin: 0;
    float: left;
    width: auto;
    border: 1px solid #ddd;
    border-radius: 50px;
    margin-right: 10px;
}

.dc-consultation-img img {
    width: 100%;
    display: block;
    border-radius: 50px;
}

.dc-consultation-title h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.dc-consultation-title h5 em {
    display: block;
    color: #09dd9a;
    font-size: 13px;
    font-style: normal;
}

.dc-consultation-title span {
    float: right;
    color: #767676;
    font-size: 13px;
    padding: 10px 0;
    line-height: 20px;
}

.dc-consultation-details .dc-description {
    margin-top: 20px;
}

.dc-description {
    width: 100%;
    float: left;
}

.dc-consultation-details .dc-description p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}

.latest-posts {
    margin: 0;
    padding: 0;
}

.latest-posts li:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.latest-posts li:not(:first-child) {
    padding-top: 10px;
}

.latest-posts li {
    display: table;
    width: 100%;
}

.post-info h4 {
    font-size: 15px;
    margin: 0 0 5px;
}

.post-info p {
    color: #757575;
    font-size: 12px;
    margin: 0;
}

/*end*/

/*new btn*/
.btn-dnmo-n {
    background: #ffd31c;
    color: #33336f;
}

.custom_check {
    color: #666;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-size: 0.9375rem;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
}

.custom_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom_check input:checked ~ .checkmark {
    background-color: #ffffff;
}

.custom_check input:checked ~ .checkmark {
    background-color: #ffffff;
}

.custom_check .checkmark {
    height: 20px;
    width: 20px;
    border: 1px solid #dcdcdc;
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.3sease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3sease-in-out;
    position: absolute;
    top: 0;
    left: 0;
}

.custom_check input:checked ~ .checkmark:after {
    display: block;
}

.custom_check .checkmark::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: none;
    color: rgb(0, 99, 178);
    font-size: 11px;
    position: absolute;
    top: 0;
    left: 4px;
}

.custom_check {
    line-height: 18px;
}

.rating i {
    color: #dedfe0;
}

.reviews-ratings {
    color: #374151;
    font-size: 10px;
    font-weight: 500;
}

.reviews-ratings span {
    padding: 2px 3px;
    min-width: 46px;
    color: #ffffff;
    font-size: 12px;
    background: #f59e0b;
    border-radius: 6px;
}

.apptDateSelectionBtn, .apptTimeSelectionBtn {
    background-color: #e9e9e9;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    color: #757575;
    display: block;
    font-size: 14px;
    /* margin-bottom: 10px; */
    padding: 5px 5px;
    text-align: center;
    position: relative;
}

.apptDateSelectionBtn.selected, .apptDateSelectionBtn:hover, .apptTimeSelectionBtn.selected, .apptTimeSelectionBtn:hover{
    background-color: #0063b2;
    border: 1px solid #0063b2;
    color: #ffffff;
}

.apptDateSelectionBtn.selected::before, .apptTimeSelectionBtn.selected::before{
    color: #ffffff;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    top: 6px;
    right: 6px;
}

.page-banner {
    /* background: #fff; */
    background-repeat: no-repeat;
    background-size: cover;
    /* position: relative;
            overflow: hidden;
            height: 420px;
            width: 100%;
            z-index: 1; */
}

.page-banner .page-banner-entry {
    /* height: 420px;
            vertical-align: middle;
            display: table-cell; */
    padding-bottom: 30px;
    padding-top: 30px;
}

.page-banner h1,
.page-banner .h1 {
    font-weight: 700;
    font-size: 72px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

@media only screen and (max-width: 1380px) {

    .page-banner h1,
    .page-banner .h1 {
        font-size: 62px;
    }
}

@media only screen and (max-width: 767px) {
    .doctor-list-details {
        text-align: center !important;
    }

    .page-banner .page-banner-entry {
        padding-bottom: 0px;
        padding-top: 0px;
    }
}
