.inner-bg {
    background-image: url(../img/banner/4.png);
    background-repeat: repeat;
    background-color: #e6f3fb;
    background-attachment: fixed;

}

.bg-overlay:after {
    background-color: transparent;
}

@keyframes marquee {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -1190px;
    }
}

::placeholder {
    color: #566d89 !important;
}

::-webkit-input-placeholder {
    color: #566d89 !important;
}

:-ms-input-placeholder {
    color: #566d89 !important;
}

/*@keyframes cursor {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: black;
  }
}
@keyframes typing {
  from {
    width: 100%;
  }
  90%, to {
    width: 0;
  }
}
@keyframes slide {
  33.3333333333% {
    font-size: 3rem;
    letter-spacing: 3px;
  }
  to {
    font-size: 0;
    letter-spacing: 0;
  }
}*/
/*.typing-slider {
  font-family: Consolas, monospace;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}*/

/*.typing-slider h1 {
  position: relative;
  display: inline;
  font-size: 0;
  text-transform: uppercase;
  letter-spacing: 0;
  animation: slide 1s step-start infinite;
}

.typing-slider h1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: 3px solid black;
  background-color: #e6f3fb;
  animation: typing 5s infinite, cursor 1s infinite;
}

.typing-slider h1:nth-child(1) {
  animation-delay: 0s;
}
.typing-slider h1:nth-child(1)::after {
  animation-delay: 0s;
  animation-timing-function: steps(20), step-end;
}

.typing-slider h1:nth-child(2) {
  animation-delay: 5s;
}
.typing-slider h1:nth-child(2)::after {
  animation-delay: 5s;
  animation-timing-function: steps(23), step-end;
}*/


.navbar-top ul li p a {
    color: var(--main-color);
    text-decoration: underline;
}

.breadcrumb-area .page-title,
.breadcrumb-area .page-list {
    color: #0A1851;
}

.single-input-inner {
    position: relative;
}

.single-input-inner i {
    position: absolute;
    right: 10px;
    top: 17px;
}

/*.full-booking-form{
	transform: scale(0.73);
}*/
/*.full-booking-form .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}*/

/*.full-booking-form .booking-form-inner{
	padding: 20px 20px 0px;
}*/
.full-booking-form .booking-form-inner p {
    margin-bottom: 10px;
}

.booking-form {
    margin-top: 50px;
}

.booking-form-inner {
    background: linear-gradient(#4285f4, transparent) !important;
}

/*.fixedElement {
    position:fixed;
    bottom:0px;
    width:100%;
    z-index:100;
    padding: 0;
}*/
.fixedElement.newClass {
    position: relative;
}

.banner-area-2 {
    /* padding: 230px 0 170px 0; */
    height: calc(100vh);
    display: flex;
    align-items: center;
}

.single-select-inner {
    position: relative;
}

.banner-area-2 .thumb img {
    margin-bottom: 0px;

}

select.form-select {
    width: 100%;
    height: 52px;
    line-height: 52px;
    border: 0 !important;
    border-radius: 4px;
    padding: 0 30px 0 18px;
    font-size: 14px;
    color: #566d89;
    appearance: none;
}

.single-select-inner:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px;
}

footer {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #0A1851;
}

footer ul.footer-list {
    padding-left: 0;
    display: flex;
    list-style-type: none;
    padding: 25px 0px;
    margin-bottom: 0;
}

footer ul.footer-list li {
    flex: 1;
}

footer ul.footer-list li a {
    color: #fff;
}

section.footer-copyright {
    background: #0A1851;
    padding: 10px 0px 0px;
}

.contact-info {
    padding: 25px 0px;
    display: flex;
    justify-content: flex-end;
}

.contact-info a {
    color: #fff;
    margin: 0px 25px;
}

.contact-info a span i.fas.fa-phone {
    transform: rotate(90deg);
}

.other-link ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
}

.other-link ul li:first-child {
    padding-left: 0;
}

.other-link ul li:last-child {
    padding-right: 0;
}

.other-link ul li {
    padding: 0px 15px 10px;
}

.other-link ul li a {
    color: #fff;
    font-size: 14px;
}

.other-link p {
    color: #fff;
    font-size: 14px;
}

.btn:hover {
    border: 1px solid #3fdec2;
    color: #3fdec2;
    background: transparent;
}

.loginarea {
    padding-top: 0px;
    padding-bottom: 0;
}

.dg-banner {
    max-width: 400px;
    position: absolute;
    bottom: 200px;
    right: 0;
}

/*.banner-area-2 .thumb{
    position: absolute;
    bottom: 0;
}*/
.address-box {
    display: flex;
}

.address-box i {
    flex-shrink: 0;
    padding: 7px 10px 0px 0px;
    color: #3fdec2;
}

.single-blog-inner .details .btn-arrow {
    display: none;
}

.box-shadow {
    box-shadow: 0px 20px 50px rgba(9, 21, 77, 0.05);
}



.doctor-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.doc-info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.doc-info-right {
    margin-left: auto;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
}

.doctor-img {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    margin-right: 20px;
    width: 150px;
}

.doctor-img img {
    border-radius: 5px;
}

.doc-department h6 {
    color: #757575;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    margin-right: 15px;
}

.doc-department h6 span {
    color: #FFC107;
}

.doc-department img {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;
}

.money-icon {
    width: 30px !important;
    height: 15px !important;
}

.doc-location {
    color: #757575;
    font-size: 14px;
    margin-bottom: 5px;
}

.pharmacy-location,
.pharmacy-title {
    color: #2E3842;
}

.doc-location i {
    color: #3fdec2;
}

.clinic-details p i {
    color: #3fdec2;
}

.doc-location a {
    color: #20c0f3;
    font-weight: 500;
}

.doctor-widget .doc-name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
}

.doc-name a {
    color: #01316c;
    font-weight: 600;
}

.doc-speciality {
    font-size: 14px;
    color: #212529;
    margin-bottom: 0px;
}

.doctor-widget .rating i {
    font-size: 14px;
}

.doctor-widget .average-rating {
    font-size: 14px;
    font-weight: 500;
}

.clinic-details {
    margin-bottom: 15px;
    margin-top: 5px;
}

.clinic-details h5 {
    font-weight: normal;
    color: #757575;
    margin-bottom: 25px;
}

.clinic-details ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.clinic-details ul li {
    display: inline-block;
    padding-right: 5px;
}

.clinic-details ul li:last-child {
    padding-right: 0;
}

.clinic-details ul li a {
    display: inline-block;
}

.clinic-details ul li a img {
    border-radius: 5px;
    width: 40px;
}

.clinic-services {
    color: #272b41;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.clinic-services span {
    border: 1px solid #3fdec2;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    padding: 3px 10px;
}

.clinic-services span+span {
    margin-left: 5px;
}

.clini-infos {
    margin-bottom: 15px;
}

.clini-infos h2 b.strike {
    text-decoration: line-through;
    font-weight: 500;
}

.clini-infos ul {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.clini-infos ul li {
    display: block;
    line-height: 30px;
    color: #4E4852;
}

.clini-infos ul li i {
    font-size: 15px;
    min-width: 30px;
}

.clinic-booking a+a {
    margin-top: 15px;
}

.clinic-booking a {
    background-color: #fff;
    border: 2px solid #3fdec2;
    border-radius: 5px;
    color: #3fdec2;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.clinic-booking a.view-pro-btn:hover,
.clinic-booking a.view-pro-btn:focus {
    background: #3fdec2;
    color: #fff;
}

.clinic-booking a.apt-btn {
    background-color: #3fdec2;
    color: #fff;
    padding: 10px 9px;
}

.clinic-booking a.apt-btn:hover,
.clinic-booking a.apt-btn:focus {
    background-color: #3fdec2;
    border-color: #3fdec2;
    color: #fff;
}

.load-more {
    margin-bottom: 30px;
}

.doctor-img1 {
    margin-right: 20px;
}

.doctor-img1 img {
    border-radius: 4px;
}




/*-----------------------*/

.booking-doc-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.booking-doc-info .booking-doc-img {
    width: 80px;
    margin-right: 15px;
}

.booking-doc-info .booking-doc-img img {
    border-radius: 4px;
    height: 80px;
    width: 80px;
    object-fit: cover;
}

.schedule-widget {
    border-radius: 4px;
    min-height: 100px;
}

.schedule-header h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 3px 0 0;
}

.schedule-header {
    border-bottom: 1px solid #f0f0f0;
    border-radius: 4px 4px 0 0;
    padding: 10px 20px;
}

.day-slot ul {
    float: left;
    list-style: none;
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
    padding: 0;
    position: relative;
    width: 100%;
}

.day-slot li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 14.28%;
}

.day-slot li span {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}

.day-slot li span.slot-date {
    display: block;
    color: #757575;
    font-size: 14px;
}

.day-slot li small.slot-year {
    color: #757575;
    font-size: 14px;
}

.day-slot li.left-arrow {
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px !important;
    transform: translateY(-50%);
}

.day-slot li.right-arrow {
    right: -11px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px !important;
    transform: translateY(-50%);
}

.schedule-cont {
    padding: 20px;
}

.time-slot ul {
    list-style: none;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 0;
    padding: 0;
}

.time-slot li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 14.28%;
    min-height: 1px;
}

.time-slot li .timing {
    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;
}

.time-slot li .timing:hover {
    background-color: #fff;
}

.time-slot li .timing:last-child {
    margin-bottom: 0;
}

.time-slot li .timing.selected {
    background-color: #4285f4;
    border: 1px solid #4285f4;
    color: #fff;
}

.time-slot li .timing.selected::before {
    color: #fff;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    right: 6px;
    top: 6px;
}

.schedule-list {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.schedule-list:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.submit-section.proceed-btn {
    margin: 0 0 30px;
}




/*-----------------------------------*/
ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 0;
    list-style: none;
    background-color: #f9f9fA;
}

ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFF;
    padding: 20px;
    margin: 0 auto 15px auto;
    border: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer;
}

ul.accordion-list li.active h3:after {
    transform: rotate(180deg);
}

ul.accordion-list li h3 {
    font-weight: 700;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.01em;
    cursor: pointer;
}

ul.accordion-list li h3:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    top: 0;
    color: #3fdec2;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
}

ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 10px 0 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 15px 0;
    font-size: 14px;
}

.doc-upload .document-label input[type="file"] {
    display: none;
}

.doc-upload .document-label {
    width: 100%;
    height: 200px;
    border: 2px dashed #ced4da;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #fff;
}

.doc-upload .document-label img.img-fluid {
    max-width: 60px;
    opacity: 0.2;
}

.booking-slot {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.booking-slot a {
    flex: 0 0 31%;
    background: #ddd;
    padding: 5px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 8px;
    border: 1px solid #ddd;
}

.booking-slot a small {
    font-size: 10px;
    display: block;
    color: #01316c;
}

.booking-slot a.active {
    background-color: #01316C;
    border-color: #01316C;
    color: #fff;
}

.search-result-text {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.link-avalibilty {
    text-align: right;
}

.link-avalibilty a {
    font-size: 12px;
    background-color: #3fdec2;
    padding: 8px 8px;
    color: #fff;
    border-radius: 3px;
}

.modal-open {
    padding-right: 0px !important;
    overflow: hidden !important;
}

.booking-slot.booking-slot-modal {
    justify-content: flex-start;
}

.booking-slot-modal a {
    flex: none;
    margin: 1%;
}

a.profile-menu img.pro-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid;
}

.quation-view {
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.quation-header {
    border-bottom: 1px dashed #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quation-header h5 {
    color: #6D7B84;
    font-size: 16px;
}

.quation-header p {
    color: #01316c;
    font-weight: 700;
}

.quote-details {
    padding: 10px 0px 0px;
}

.quote-details .quation-profile {
    width: 70px;
    border-radius: 10px;
    overflow: hidden;
    height: 50px;
    float: right;
}

.quote-details .quation-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.quation-footer {
    display: flex;
    justify-content: space-between;
    padding: 5px 0px 0px;
}

.quation-view p {
    color: #223748;
    font-size: 14px;
}

.text-green {
    color: #00CC96 !important;
}

.mobile-shelter {
    display: none !important;
}

.moredetail {
    display: none;
}

a#click {
    color: #0A1851;
    text-decoration: underline;
}

.booking-time-zone p {
    font-size: 14px;
    margin-right: 5px;
}

/*---------------/*---*/
/*--------------------------------------------------
    ## All responsive style
---------------------------------------------------*/
@media all and (min-width: 1600px) {
    .back-to-top {
        right: 70px;
        bottom: 50px;
    }

    .banner-area-1 {
        padding: 280px 0 0px 0;
    }

    .banner-area-2 {
        padding: 220px 0 221px 0;
    }

    .banner-area-3 {
        padding: 345px 0 260px 0;
    }

}

@media all and (max-width: 1440px) {
    .video-play-btn {
        margin-right: 190px;
    }

    .banner-area-1 {
        padding: 250px 0 0px 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .single-intro-inner .details h4 {
        font-size: 18px;
    }
}

@media all and (max-width: 1199px) {
    .single-intro-inner {
        padding: 20px;
    }

    .banner-inner .title {
        font-size: 50px;
    }

    .single-intro-inner.style-2 {
        padding: 40px 30px;
    }

    .single-team-inner .details {
        padding: 20px;
    }

    .single-team-inner.style-two .details {
        margin: 0 14px
    }

    .single-blog-inner .details {
        padding: 23px 20px 30px 20px;
        position: relative;
    }

    .banner-area-2 {
        padding: 230px 0 85px 0;
    }

    .work-process-inner:after {
        left: 115px;
        width: 70%;
    }

    .video-play-btn {
        margin-right: -165px;
    }

    .banner-area-1 {
        padding: 290px 0 0px 0;
    }

    .banner-area-1 .thumb img {
        margin: 0;
    }

    .banner-inner {
        margin: 0 0 100px;
    }
}

@media all and (max-width: 991px) {
    .navbar {
        padding: 0;
    }

    .work-process-inner:after {
        display: none;
    }

    .about-right-bg-half:after {
        display: none;
    }

    .single-team-inner .thumb img {
        width: 100%;
    }

    .td-search-popup.active .search-form {
        width: 60%;
    }

    .td-sidebar {
        margin-top: 90px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
        padding-right: 0;
    }

    .video-play-btn {
        margin-right: 0;
        margin-top: 50px;
    }

    .navbar-top .topbar-right a {
        margin-left: 0;
        margin-right: 14px;
    }

    .banner-inner {
        margin: 0;
    }

    .banner-area-1 {
        padding: 250px 0 0px 0;
    }

    .single-blog-inner .thumb img {
        width: 100%;
    }

    .booking-form {
        margin-top: 100px;
    }

    .banner-area-2 .thumb img {
        margin-bottom: 0;
    }

    .banner-area-2 {
        padding: 230px 0 0px 0;
    }

    .booking-form-inner {
        padding: 45px 50px 50px;
    }
}

@media all and (max-width: 575px) {
    .dg-banner {
        display: none;
    }

    .banner-inner {
        display: none;
    }

    .banner-area-2 {
        padding: 100px 0px 0px;
    }

    .toggle-btn {
        top: 3px;
    }

    .navbar-area .nav-container .logo a img {
        max-width: 170px;
    }

    .banner-inner .title {
        font-size: 32px;
    }

    .td-search-popup.active .search-form {
        width: 90%;
    }

    .section-title .title {
        font-size: 24px;
    }

    .single-testimonial-inner {
        padding: 25px 30px;
    }

    .back-to-top {
        right: 20px;
    }

    .booking-form-inner {
        padding: 30px;
    }

    .breadcrumb-area .page-title {
        font-size: 32px;
    }

    .contact-form-inner {
        padding: 40px 30px;
    }

    .section-title .small-title br {
        display: none;
    }

    .blog-comment .media {
        display: block;
    }

    .blog-comment .media .media-body {
        margin-left: 0;
        margin-top: 20px;
    }

    .blog-comment .media .media-body .btn-reply {
        position: relative;
    }

    .accordion-inner-wrap .card .card-header button {
        display: flex;
        align-items: center;
    }

    .doctor-widget {
        flex-wrap: wrap;
    }

    /*.doc-info-left{
		flex-wrap: wrap;
	}*/
    .doc-info-right {
        margin-left: 0 !important;
        margin-top: 15px;
    }

    /*.doctor-img{
		width: 100% !important;
		flex: none !important;
		margin-bottom: 15px;
	}*/
    .doctor-img {
        -ms-flex: 0 0 60px;
        flex: 0 0 60px !important;
        margin-right: 10px !important;
        width: 60px !important;
        float: left;
    }

    .doctor-img img {
        width: 100%;

    }

    .search-result-text {
        flex-wrap: wrap;
    }

    .team-area {
        padding-top: 30px !important;
    }

    /*footer ul.footer-list {
    flex-direction: column;
    column-count: 2;
    display: block !important;
    text-align: left !important;
}*/
    footer ul.footer-list {
        padding: 10px 0px !important;
        line-height: 1;
    }

    footer ul.footer-list li {
        flex: auto !important;
        border-right: 1px solid #fff;
    }

    footer ul.footer-list li:last-child {
        border-right: 0 !important;
    }

    footer ul.footer-list li a {
        font-size: 12px;

    }

    .other-link p {
        font-size: 12px !important;
    }

    .pd-top-110 {
        padding-top: 55px;
    }

    .inner-bg {
        background-position: top;
    }

    .doc-name a {
        font-size: 16px;
    }

    .doc-speciality {
        font-size: 13px !important;
    }

    .doc-info-left {
        display: table !important;
    }

    .clinic-details {
        display: flex;
        margin-bottom: 5px !important;
    }

    .clinic-details p {
        font-size: 13px !important;
        margin-bottom: 0;
    }

    .clinic-details p.doc-location {
        margin-right: 10px;
    }

    .booking-slot {
        flex-wrap: nowrap !important;
        overflow: scroll;
        margin-bottom: 5px;
    }

    .booking-slot a {
        font-size: 12px !important;
        text-align: center;
        margin-right: 5px;
    }

    .link-avalibilty a {
        width: 100% !important;
        text-align: center;
        display: block;
    }

    .day-wise p {
        font-size: 14px;
    }

    .pd-bottom-120 {
        padding-bottom: 60px;
    }

    .pd-top-120 {
        padding-top: 60px;
    }

}

@media all and (max-width: 360px) {
    .navbar-area .nav-container .logo a img {
        max-width: 160px;
    }

    .breadcrumb-area {
        padding: 270px 0 105px;
    }

    .navbar-top ul li {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area-2 .thumb {
        display: none;
    }

    .loginarea .row {
        height: auto !important;
    }

    .mobile-shelter {
        display: block !important;
    }

    .desk-shelter {
        display: none;
    }

    /*.schedule-widget{
        flex-direction: row;
    }
    .schedule-widget .schedule-header{
        width: 45%;
        padding-right: 0;
    }
    .schedule-widget .schedule-header .row .col-md-12{
        padding: 0;
    }
    .day-slot li{
        width: 100%;
    }
    .day-slot li span{
        font-size: 14px;
    }
    .time-slot li{
        width: auto;
    }*/
}