* {
    margin: 0;
    padding: 0;
    font-family: 'PT Sans', sans-serif;
}

:root {
    --black: #000;
    --blue: #0047ae;
    --white: #ffffff;
    --yellow: #FECC4E;
    --text-blue: #0F4EAA;
    --green: #00A753;
    --text-black: #292929;
    --bg-light-blue: #F8F8FE;
    --footer-text: #707070;
    --font-default: 'Poppins', sans-serif;
}

body,
html {
    height: 100%;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
    outline: 0;
}

.dermatologists-box p{
   color: #737373!important;
}

.dermatologists-box p.fw-bold{
   color: #272626!important;
}
    /* .container{
        max-width: 1250px!important;
    } */
body, h1,h2,h3,h4,h5,h6,p,a,div,span{
     font-family: "Roboto", sans-serif;
}
.wrapper {
    height: 100%;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}
a{
    text-decoration: none!important;
}
body{
    background-color: #F6FBFF!important;
}
.commuction-box1{
    background-image: url(../home-bg/call_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
}
.commuction-box2{
    background-image: url(../home-bg/location_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
}
.video-slider .item-video {
    height: 250px;
}
.video-slider .owl-video-wrapper {
    height: 100% !important;
        border-radius: 15px;
}

p.doc-teg {
    font-size: 12px;
    color: #0B6B3A;
    background: #DFF3E9;
    padding: 5px 10px;
    border-radius: 5px;
}
a.view-btn.btn {
    color: #fff;
    background: #018C94;
    padding: 8px 20px;
    max-width: 300px !important;
    width: 100%;
    border-radius: 10px;
}
.dermatologists-box {
    border-radius: 10px;
    box-shadow: 0px 0px 4px 2px #0000001A;
}
a.view-btn1 {
    color: #fff;
    background: #018C94;
    padding: 5px 20px;
    max-width: 300px !important;
}
.post-box {
    border-radius: 15px;
}
.form-box-1{
    background-image: url(../home-bg/form-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #018C94;
}
.accordion-button:not(.collapsed) {
    color: #fff!important;
    background-color: #018C94!important;

}
.accordion-item {
    margin-bottom: 15px;
}
.menu-section{
    background-color: #018C94;
}
.links-btn{
    display: inline-block;
    background: #018C94;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px;
}
.get-call-section{
    background: linear-gradient(to bottom, #F6FBFF 50%, #018C94 50%);
}
 .accordion-item, button.accordion-button.collapsed{
    border-radius: 10px!important;
}
.accordion-item .accordion-button{
    border-radius: 10px 10px 0 0!important;
}
.popup-search .btn-outline-success {
    border: 0;
    position: absolute;
    right: 25px;
}
.btn-outline-success:hover {
    color: #000;
    background-color: transparent;
    border:0
}
.location-box {
    display: flex;
    justify-content: center;
    border: 1px solid #0707078f;
    padding: 15px 0px;
    border-radius: 10px;
    height: 100px;
    width: auto;
}
.location-box img{
    height: 65px;
    width: auto;
}
.location-btn a {
    color: #070707;
    font-size: 15px;
    border: 1px solid #070707;
    padding: 5px 10px;
    border-radius: 5px;
    width: 100%;
    display: block;
    text-align: center;
}
.location-btn a:hover {
    background-color: #018C94;
    color: #fff;
    border-color: #fff;
}
.btn-close {
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #018C94;
}
.modal-content {
    border-radius: 10px;
}
.input-mobile-img
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 9px;
    transform: translate(0%, -50%);
}
.input-group-text {
    color: #fff;
    background-color: #018C94;
    border: 1px solid #018C94;
    border-radius: 10px;
}
.copyright-text{
    font-size: 15px;
}
.popup-call-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #018C94;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
}
.popup-call-box img{
    height: 30px;
    width: 30px;
    padding: 5px;
    background: #fff;
    margin-right: 10PX;
    border-radius: 50%;
}
.popup-call-box:hover{
    background: #DFF3E9;
    color: #070707;
}
a.view-btn.btn:hover, a.view-btn1:hover, a.view-btn2:hover{
    background-color: #DCF0F1!important;
    color:#000!important;
}
.short-list-box{
    background-color: #CFEAEB;
    border-radius: 10px;
}
.location-btn p{
    display: inline-block;
    padding: 10px 25px;
    box-shadow: 0px 0px 4px 0px #0000004f;
    border-radius: 6px;
    background-color: #fff;
}
.search-list-box {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px #0000001A;

}
p.distance-box {
    color: #018C94;
    background: #DDEDEE;
    padding: 5px;
    border-radius: 4px;
}
.time-box {
    background: #F7F7F7;
    padding: 10px;
    border-radius: 4px;
}
.share-point {
    background: #018C94;
    height: 18px;
    width: 18px;
    padding: 2px;
    border-radius: 50%;
}
a.list-profile-btn {
    padding: 10px 20px;
    border: 1px solid #018C94;
    color: #018C94;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}
a.list-profile-btn:hover {
background-color: #018C94;
color: #fff;
}
.list-profile-btns{
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 10px;

}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    cursor: pointer;
}
p.rating-box {
    position: absolute;
    right: 15px;
    top: 0;
    background: #40A944;
    color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
}
h4.profile-service-heading {
    color: #fff;
    background: #018C94;
    padding: 5px 20px;
    border-radius: 6px;
}
.servics-sub-headind{
    color: #fff;
    background: #018C94;
    padding: 5px 20px;
    border-radius: 6px;
    display: inline-block;
}
.dermatologist-box {
    background-color: #018C94;
    border: 9px solid #06A0A9;
    padding: 10px;
    border-radius: 100px;
}
.logo-img {
    background: #EAFAF2;
    padding: 10px;
    border-radius: 50%;
    height: 60px;
    width: 12%;
}
.logo-img img{
   height: 36px;
    width: 100%;
}
a.view-btn1.btn {
    color: #272626;
    background: #DFF3E9;
    padding: 5px 20px;
    max-width: 300px !important;
    width: 100%;
    font-size: 12px;
}
.rounded-6 {
    border-radius: 10px;
}
a.view-btn2.btn {
    color: #fff;
    background: #018C94;
    padding: 7px 20px;
    max-width: 300px !important;
    border-radius: 10px;
}
.top-doctor-heading {
    font-size: 18px;
    margin-bottom: 5px;
}
button.btn.bg-white:hover {
    background: #018C94 !important;
    color: #fff !important;
}
.gallery-thumb.active {
    border: 2px solid #007bff;
}

/*-----------------------------------------------------------Responsive pages-------------------------------------------------------------------*/

@media (max-width: 768px) {

.list-profile-btns {
    position: inherit;
}
a.list-profile-btn {
    width: 100%;
    display: block;
    margin: 10px;
}
p.rating-box {
    position: inherit;
    display: inline-block;
    margin-bottom: 10px;
}
.logo-img {
    width: 100%;
}
p.change-btn{
    color: #155DFC;
    top: 5px;
    right: 20px;
}
section.location-section {
    background: #FFF6D9;
}
.owl-carousel .owl-item img {
    border-radius: 10px;
}
.commuction-box2 h4, .commuction-box2 p, .commuction-box1 h4, .commuction-box1 p{
    font-size: 12px;

}
.commuction-box2 img, .commuction-box1 img{
    width:70px
}
.container-box a{
width: auto;
text-align: end;
font-size: 16px;

}
a.view-btn.btn {
        font-size: 14px;
        background-color: #0366b1;
    }
h3{
    font-size: 16px;
}
.booter-mobile-img{
        height: 50px;
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }
    section.mobile-footer {
        padding: 10px;
        box-shadow: 0px 0px 6px 0px #07070721;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 9;
    }
.booter-mobile-img:hover{
        background-color: #018C94;
    }
    .booter-mobile-img:active{
        background-color: #018C94;
    }
    .mobile-logo{
        max-width: 145px;
    }
    .location-content{
        font-size:13px;
    }
    .condition-box-1{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .dermatologists-box p{
        font-size: 14px;
    }
    .yello-box-text{
    font-size: 13px;
    font-weight: 400;
    }
    input.form-control.px-4 {
    font-size: 13px;
}
span#basic-addon2 {
    font-size: 13px;
}
.dEGWbn {
    background: #fff!important;
    border-radius: 10px !important;
}
.post-box img{
    border-radius: 10px;
}
.post-box .sub-heading{
    font-size: 13px;
}
.video-slider .item-video {
    height: 170px;
}
.search-section .input-group-text {
    color: #070707;
    background-color: transparent;
    border:0;
    border-radius: 10px;
    background: #fff;
    font-size: 13px;
}
.search-section input.form-control {
        font-size: 13px;
        border: 0;
        border-radius: 10px;
    }

/* choose location mobile page css*/

.back-arrow-box {
    background: #DFF3E9;
    border-radius: 10px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;

}
.backtext-box p{
    margin-top: 5px;
}
.mobile-font{
    font-size: 14px;
    color: #07070799;


}
.mobile-font1{
    font-size: 12px;
    color: #07070799;


}
.corrent-location-box{
    padding: 12px 20px;
    background: #fff;
    border-radius: 10px;
}
.city-btn{
    font-size: 14px;
    color: #0B6B3A;
    background: #DFF3E9;
    padding: 7px 10px;
    border-radius: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal.footer-model.show .modal-dialog {
    transform: none;
    position: fixed;
    width: 100%;
    bottom: -5px;
    margin: 0;
}
.call-btn-mobile {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #DFF3E9;
    color: #0B6B3A;
    margin: 20px;
    border-radius: 15px;
}
.call-btn-mobile p{
    color: #0B6B3A;
}
.call-btn-mobile:hover{
    background: #0366b1;
    color:#fff;
}
.call-btn-mobile:hover p{
    color: #fff;
}
.call-icone-mb-box {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
}
.footer-model .modal-content {
    border-radius: 30px 30px 0 0;
}
    .btn-close1 {
        border-radius: 0;
        position: absolute;
        right: 37%;
        top: 15px;
        background-color: #07070712;
        transform: translate(-50%, 0%);
        height: 3px;
        width: 50px;
        border-radius: 10px;
    }
/* start hidden below the screen */
.modal.fade .modal-dialog {
  transform: translateY(120px);
  transition: transform 350ms ease-in-out, opacity 350ms ease-in-out;
  opacity: 0;
}

/* when modal is opened (centered) */
.modal.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}

/* class to animate dialog sliding down to bottom for close */
.modal-dialog.slide-down {
  transform: translateY(120px) !important;
  opacity: 0 !important;
}
.input-group-text.search-page {
    color: #070707;
    background-color: #fff;
    border: 0;
    border-radius: 10px;
}
input.form-control {
    border: 0;
}
section.mobile-doctor-profile {
    border-top: 1px solid #0b6b3a1a;
    border-bottom: 1px solid #0b6b3a1a;
}
p.counter-num {
    color: #0d6efd;
    font-weight: 700;
    font-size: 18px;
}
.single-profile-counter{
 border-bottom: 1px solid #0b6b3a1a;
}
.map-box {
    border-radius: 10px;
    border: 1px solid #0b6b3a1a;
}
.services-teg {
    border-radius: 15px;
    color: #184468;
}
.scrolling-wrapper{
	overflow-x: auto;
}
.search-sort-list-btn{
    background: #fff;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    border: 1px solid #0707071c;
    border-radius: 15px;

}
.search-sort-list-btn:hover{
    background-color: #CFEAEB;

}
.search-sort-list-btn:hover .mobile-font{
    color: #184468;

}
.search-list-rating {
    position: absolute;
    top: -5px;
    right: 8px;
    max-width: 35px;
}
.counter-box1 {
    border: 1px solid #07070740;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
}
.treatment-slider-box{
    background-color: #DFF3E9;
}
.btn-close{
    position: relative;
    right: auto;
    top: auto;
    background-color: transparent;
}
.modal-header.filter .btn-close {
    padding: .5rem .5rem;
    margin: 0;
}
.filler-box .modal-content{
    border-radius: 0;
    background: #F6FBFF !important;
}
.filler-box .modal-dialog {
        transform: translateY(0);
        opacity: 1;
        margin: 0;
    }
    .form-check {
    padding-left: 0;
    }
    .filter-check-box .form-check-input[type=checkbox] {
    border-radius: 50%;
}
.filler-box .form-check {
        padding-left: 0;
        padding: 12px 10px;
        background: #fff;
        margin: 0;
        border-radius: 10px 10px 0 0;
        border-bottom: 1px solid #0707071a;
    }
.filter-check-box {
    border: 1px solid #07070729;
    border-radius: 10px;
}
.availability-box label.btn.btn-primary {
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 15px;
    margin-bottom: 10px;
}
.availability-box .btn-primary {
    color: #000;
    background-color: #fff;
    border-color: #0d6efd1f;
}
.filler-box .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-around;
}
.filler-box button.btn.btn-primary {
    max-width: 500px;
    border-radius: 10px;
    padding: 10px 25px;
}
p.doc-teg {
    font-size: 9px;
    color: #0B6B3A;
    background: #DFF3E9;
    padding: 5px 10px;
    border-radius: 5px;
}
.mobile-doctor-profile-page p.doc-teg {
    font-size: 12px;
}
select.mobile-font {
    padding: 5px 10px;
    border: 0;
}
}
@media (max-width: 365px) {
    p.doc-teg {
    font-size: 10px;

}
a.view-btn1.btn {
    font-size: 9px;
}
.mobile-font1 {
        font-size: 10px;
    }
    a.view-btn1.btn {
    padding: 5px 9px;
}
}
@media (max-width: 350px) {
    p.doc-teg {
    font-size: 9px;

}
a.view-btn1.btn {
    font-size: 9px;
}
.mobile-doctor-profile-page p.doc-teg {
    font-size: 11px;
}
}
