@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #000;
}

/* ====================================================Common classes starts here===================================================== */
.gilory {
    font-family: 'Gilroy-Regular', sans-serif;
}

.times {
    font-family: 'Poppins', sans-serif;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs24 {
    font-size: 24px;
}

.fs55 {
    font-size: 55px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs12 {
    font-size: 12px;
}

.fs44 {
    font-size: 44px;
}

.fs30 {
    font-size: 30px;
}

.fs26 {
    font-size: 26px;
}

.white {
    color: var(--white_color);
}

.black {
    color: var(--black_color);
}

.blue {
    color: var(--blue_color);
}

.gray {
    color: var(--gray_color);
}

.light-gray{
    color: var(--light_color); 
}

.d-gray {
    color: var(--d-gray);
}

.p111 {
    padding-top: 111px;
}

.p60 {
    padding-top: 60px;
}

:root {
    --white_color: #fff;
    --blue_color: #336D9D;
    --black_color: #000;
    --d-gray: #616161;
    --b-line: #C4C4C4;

    --light-gray: #171717;
    --light_black: #0C0C0C;
    --d-opacity:
    rgba(97, 97, 97, 30%);
    --gray_color:
    rgba(45, 45, 45, 50%);
    /* --gray_color: rgba(45, 45, 45, 27%); */
}



/* ====================================================Common classes end here===================================================== */


/*Ashu Custom Css */
header.dash-nav {
    background-color: var(--blue_color);
    padding: 20px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
}

/* =====================================================Header-css-start================================================ */

.top-header .call .icon img {
    width: 14px;
}

.top-header .call .text p {
    margin-left: 10px;
}

.top-header .call {
    padding-right: 40px;
}

.top-header {
    padding-top: 20px;
}

.main-header .navbar-brand img {
    width: 166px;
}

.search-type .newsrc{
    width:300px;
}

.main-header .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
    font-family: 'Gilroy-Regular', sans-serif;
    ;
}

.main-header .login-but {
    color: var(--white_color);
    border-color: var(--blue_color);
    padding: 6px 20px;
    font-size: 16px;
    margin-right: 40px;
    transition: 0.55s all;
}

.main-header .login-but:hover {
    color: var(--white_color);
    border-color: var(--blue_color);
    background-color: var(--blue_color);
}

.main-header .register {
    color: var(--white_color);
    border-color: var(--blue_color);
    background-color: var(--blue_color);
}

.main-header .register:focus{
    box-shadow: none;
}

.main-header a.nav-link.active {
    color: var(--blue_color) !important;
}

.main-header .navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--blue_color);
}


.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(0 0 0 /100%);
    /* box-shadow: 0px 0px 13px 2px #9c9d9e; */
    z-index: 9999;
}

.sticky-header {
    top: 0px;
}

.main-header .btn-outline-success:hover a {
    color: var(--white_color);
}

.main-header .navbar-light .navbar-toggler-icon {
    background-image: url(../img/menu.png);
}

.main-header .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: var(--blue_color);
    border: 2px solid var(--blue_color);
}




/* =====================================================Header-css-end================================================ */

/* ===================================================Banner-css-starts============================================= */
.banner .video {
    height: 100%;
    margin-bottom: -5px;
}
.find-search input{
    padding: 14px 10px !important;
}

.banner .video::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 77%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 50px;
}
/* .overlap-head{
    position: absolute;
    z-index: 9;
    left: 0px;
    right: 0px;
} */

.banner .content{
    position: absolute;
    top: 250px;
    left: 150px;
}

.banner .content a {
    background-color: transparent;
    border: 1px solid var(--white_color);
    border-radius: 5px;
    padding: 10px 32px;
    transition: 0.55s all;
}

.banner .content a:hover {
    background-color: var(--blue_color);
    border: 1px solid var(--blue_color);
}

.banner .content p {
    margin-bottom: 40px;
    width: 40%;
}

.banner .img img {
    width: 442px;
}

.banner .img {
    float: right;
    position: relative;
    padding-top: 20px;
}

.banner .img::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: var(--black_color);
    opacity: 0.8;
}

.banner .content {
    padding-top: 111px;
    width: 93%;
}

.banner .content h1 {
    margin-bottom: 25px;
}

.banner a:hover {
    color: var(--white_color);
}



/* ===================================================Banner-css-end============================================= */

/* ===================================================What we do-css-Start============================================= */

.find-best h3 {
    position: relative;
    margin-left: 135px;
}

.find-best h3::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 113px;
    /* background-color: var(--b-line); */
    top: 12px;
    left: -135px;

}

.we-do .doctor h2 {
    width: 100%;
}

.we-do .doctor .p-ex {
    width: 100%;
}

.cunsolt {
    padding-left: 120px;
}

.doctor .explain {
    padding-top: 28px;
}

.we-do .care-img img {
    width: 51px;
    margin-bottom: 23px;
    padding-top: 18px;
}

.we-do .primary-care p {
    width: 90%;
    margin: auto;
    margin-bottom: 10px!important; 
}

.we-do .primary-care h3 {
    margin-bottom: 21px;
}
h3.times.white.fs22{
    margin-bottom:0px;
    font-size:15px;
}
.care-img.myDIV {
    text-align: center;
  min-height:160px;
}

.we-do .primary-care {
   /*  padding: 30px 0px; */
    background-color: var(--gray_color);
    border-radius: 5px;
    transition: 0.55s;
    margin-top: 30px;
    /* height: 100%; */
}

.we-do .primary-care:hover {
    background-color: var(--blue_color);

}

.hide {
    display: none;
    text-align: center;
    min-height: 40px;
}
        
.myDIV:hover + .hide {
    display: block;
    /* min-height: 66px; */
    margin: -37px;
    text-align: center;
   
}


.we-do .primary-care:hover p {
    color: var(--white_color);
    padding: 0px 28px;
}

.bg-blue {
    background-color: var(--blue_color) !important;
}

.cardio:hover {
    background-color: var(--blue_color);
}

/* ===================================================what we do-css-end============================================= */

/* ===================================================vendor-css-end============================================= */





.vendor .find-here h2 {
    width: 80%;
}

.michel .marsh-img img {
    border-radius: 50%;
    width: 48px;
    margin: auto;
    margin-bottom: 16px;
}

.w-7 {
    width: 7px;
}

.w-9 {
    width: 9px;
}

.michel h4 {
    margin-bottom: 6px;
}

.michel {
    text-align: center;
    background-color: var(--gray_color);
    border-radius: 5px;
    padding: 16px 0px;
    margin-right: 30px;
}

.mar-5 {
    margin-left: 5px;
}

.spac {
    padding: 53px 46px !important;
}


/* .vendor .slick-prev {
    right: 30!important;
    top: 0;
}

.vendor .slick-next {
    right: 0px;
    top: 0px;
} */

.michel span {
    display: inline-block;
}

.down-page.float-end {
    margin-top: 30px;
}




/* ===================================================vendor-css-end============================================= */




.treat .img img {
    width: 405px;
}

.treat .live-care button {
    border: 1px solid var(--white_color);
    background: transparent;
    color: var(--white_color);
    font-size: 16px;
    padding: 10px 27px;
    border-radius: 5px;
    font-family: 'Gilroy-Regular', sans-serif;
    margin-top: 34px;
}

.treat .live-care p {
    line-height: 28px;
}

.treat {
    background-color: var(--blue_color);
    padding: 60px 0px;
    margin-top: 111px;
}

.img.vedio video{
    width: 100%;
    height: 100%;
}

.services .must p {
    width: 63%;
}

.services a {
    border: 1px solid var(--white_color);
    background: transparent;
    color: var(--white_color);
    font-size: 16px;
    padding: 7px 27px;
    border-radius: 5px;
    font-family: 'Gilroy-Regular', sans-serif;
    transition: 0.55s;
}

.services a:hover {
    border: 1px solid var(--blue_color);
    background: var(--blue_color);
    color: var(--white_color);
    font-family: 'Gilroy-Regular', sans-serif;
}

.services a:hover {
    color: var(--white_color);
}

.c-img img {
    width: 100% !important;
    height: 240px!important;
    object-fit: cover;
}

.cardio {
    background-color: var(--gray_color);
    padding: 0px;
    border-radius: 5px;
    transition: 0.55s;
    height: 339px;
    margin-bottom: 11px;
}

.cardio h3 {
    margin-top: 33px;
    margin-bottom: 33px;
}



.adhd-top-video {
    width: 100%;
    height: 100%;
    max-width: 1034px;
    max-height: 543px;
    margin: 0 auto;
}
.adhd-top-video .adhd-top-video2 {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
}
.adhd-top-video video {
    box-sizing: border-box;
    background: url(../img/macbook.png) center center no-repeat;
    background-size: auto;
    padding: 3.9% 3.5% 9.8%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mobile-wrapper.adhd-top-video video {
    padding: 5.9% 11.5% 13.8% !important;
}




/* =============================================how-it-work-start ===================================================================*/

.how-it .doctor h2 {
    width: 100%;
}

.how-it .doctor .p-ex {
    width: 63%;
}

.how-it .brder {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-it .brder img {
    width: 48px;
}

.how-it .down {
    margin: auto;
    width: 344px;
}

.how-it .down img {
    width: 21px;
    margin: auto;
    margin-top: 18px;
}

.mg37 {
    padding-top: 37px;
}

.how-it .but-exp p {
    width: 80%;
}

.how-it .but-exp h2 {
    margin-bottom: 11px;
}

.fr {
    float: right;
}

.fl {
    float: left;
}


/* =============================================how-it-work-end ===================================================================*/


/* ==============================================article-css-start=============================================================== */

.article .must p {
    width: 63%;
}

.article a {
    border: 1px solid var(--white_color);
    background: transparent;
    color: var(--white_color);
    font-size: 16px;
    padding: 7px 27px;
    border-radius: 5px;
    font-family: 'Gilroy-Regular', sans-serif;
    transition: 0.55s;
}

.article a:hover {
    border: 1px solid var(--blue_color);
    background: var(--blue_color);
    color: var(--white_color);
    font-family: 'Gilroy-Regular', sans-serif;
}

.article-bg .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 1px solid transparent;
    border-radius: 0px;
}

.article-bg .card-body {
    flex: 1 1 auto;
    padding: 23px 0px 0px 0px;
}

.article-bg .card-title {
    margin-bottom: 16px;
}

.article-bg .card-body a:hover {
    color: white;
}

.article-bg {
    background-color: var(--light_black);
    padding: 50px 0px;
    margin-top: 60px;
}

/* ==============================================article-css-end=============================================================== */

/*=================================================testimonial-css-start==========================================================*/

.testimonial .cnt-img img {
    width: 216px;
}

.testimonial .quote img {
    width: 32px;
    margin-bottom: 18px;
}

.testimonial .manager p {
    margin-bottom: 11px;
}

.testimonial .content-testi {
    padding-left: 14rem;
}



/*=================================================testimonial-css-end==========================================================*/

/*=================================================footer-css-start=================================================================*/

.footer .logo img {
    width: 120px;
}

.footer .mbr-cnt p {
    margin-top: 26px;
    width: 77%;
}

.footer .links ul li {
    list-style: none;
    margin-bottom: 18px;
}

.footer .links ul {
    margin-top: 26px;
}

.footer .links p {
    margin-bottom: 18px;
    margin-top: 26px;
}

.footer .links ul li a:hover {
    color: var(--white_color);
}

.footer {
    background-color: var(--blue_color);
    padding: 60px 0px;
    margin-top: 111px;
}
.mbr_ftr{
    margin-top: 0px !important;
}
.book_one_video video.mbr-creation{
    border-radius: 10px;
}

.right {
    background-color: var(--blue_color);
    padding: 20px 0px;
}
         /* ... */
/*=================================================footer-css-end=================================================================*/

/*=================================================bread-crumb-css-start=================================================================*/

.bead h5 {
    margin-left: 28px;
}

.bead h3 a:hover {
    color: var(--white_color);
}

.bead h3 {
    position: relative;
}

.bead h3::after {
    content: '';
    position: absolute;
    height: 24px;
    width: 2px;
    background-color: var(--white_color);
    right: -14px;
}

.bead {
    background-color: var(--blue_color);
    padding: 40px 0px;
}

/*=================================================bread-crumb-css-end=================================================================*/

/*=================================================About us-css-start=================================================================*/
.short .doctors img {
    width: 520px;
}

.short .why-mbr h2 {
    margin-bottom: 24px;
}

.short .why-mbr p {
    margin-bottom: 20px;
}

.short .why-mbr a:hover {
    color: var(--blue_color);
}

.mab {
    margin-bottom: 40px;
}

.short .patients {
    background-color: var(--gray_color);
    padding: 20px 0px;
    border-radius: 10px;
    height: 100%;
}

.sh-mb {
    margin-top: 30px;
}

.pdt40 {
    margin-top: 40px;
}

.why .primary-care a {
    margin-top: 10px;
}

.why .primary-care a:hover {
    color: var(--white_color);
}

.we-do .primary-care:hover a {
    color: var(--white_color);
}

.team .card h6 {
    position: relative;
    padding-bottom: 10px;
}

.team .card h6::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 103px;
    background-color: var(--blue_color);
    bottom: 0px;
    left: 0px;
}

.team {
    background-color: transparent !important;
    margin-top: 60px !important;
    padding: 0px !important;
}

.team .card {
    background-color: var(--gray_color) !important;
    border-radius: 5px;
}

.team .card-body {
    flex: 1 1 auto;
    padding: 23px 0px 30px 10px !important;
}





.appointment a {
    padding: 10px 12px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid var(--white_color);
}

.appointment a:hover {
    color: var(--white_color);
}

.appointment .book {
    width: 77%;
    margin: auto;
    text-align: center;
}

.appointment .book p {
    margin-top: 25px;
    margin-bottom: 25px;
}

.appointment {
    padding: 80px 0px;
    background-color: var(--blue_color);
    margin-top: 111px;
}




/*=================================================About us-css-end=================================================================*/

/*=======================================================find-vendor-css-start==============================================================*/

.category .f-input .form-select {
    display: block;
    width: 100%;
    padding: 14px 20px;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--d-gray);
    background-color: var(--gray_color);
    background-image: url(../img/select.png);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 18px 11px;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#locate {
    background-image: url(../img/location.png);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 24px;
    width: 100%;
    padding: 14px 20px;
    line-height: 1.5;
    color: var(--d-gray);
    background-color: var(--gray_color);
    border: 1px solid transparent;
    border-radius: 5px;
}
#address {
    background-image: url(../img/location.png);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 24px;
    width: 100%;
    padding: 14px 20px;
    line-height: 1.5;
    color: var(--d-gray);
    background-color: var(--gray_color);
    border: 1px solid transparent;
    border-radius: 5px;
}

#date {
    background-image: url(../img/calender.png);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 21px 21px;
    width: 100%;
    padding: 14px 20px;
    line-height: 1.5;
    color: var(--d-gray);
    background-color: var(--gray_color);
    border: 1px solid transparent;
    border-radius: 5px;
}

.category {
    padding: 35px 0px;
}





.fr-map iframe {
    filter: grayscale(100%) invert(92%) contrast(83%);
}


.michel .book-b {
    padding: 9px 6px;
    border-radius: 5px;
    background-color: var(--blue_color);
    border: 1px solid var(--blue_color);
    color: var(--white_color);
    font-size: 14px;
}

.michel .book-b :hover {
    color: var(--white_color);
}

.michel .details {
    padding: 9px 30px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid var(--blue_color);
    color: var(--blue_color);
    margin-left: 13px;
    font-size: 14px;
    transition: 00.55s;
}

.michel .details:hover {
    background-color: var(--blue_color);
    border: 1px solid var(--blue_color);
    color: var(--white_color);
}

.michel .details:hover a {
    color: var(--white_color);
}

.michel .but {
    padding-top: 20px;
}

.michel.book-bot {
    text-align: center;
    background-color: var(--gray_color);
    border-radius: 5px;
    padding: 20px 0px;
    margin: 10px !important;
}

.michel.book-bot.reviw {
    text-align: center;
    background-color: var(--gray_color);
    border-radius: 5px;
    padding: 20px 0px;
    margin-right: 0px !important;
    margin-top: 30px;
}




.pegination-vendor .page-link {
    position: relative;
    display: block;
    color: #959090;
    text-decoration: none;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #959090;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pegination-vendor .page-link img {
    width: 14px;
}

.pegination-vendor li.page-item {
    margin-right: 15px;
}

.pegination-vendor .page-item:last-child .page-link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.pegination-vendor .page-item:last-child .page-link svg path {
    fill: #959090;
}

.pegination-vendor .page-item:last-child .page-link:hover svg path {
    fill: var(--white_color);
}

.pegination-vendor .page-link:hover {
    border: 1px solid transparent;
    background-color: var(--blue_color);
    color: var(--white_color);
}

.pegination-vendor .page-link:hover a {
    fill: var(--white_color);
}

.pegination-vendor .page-item:first-child .page-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pegination-vendor .sec-pegi {
    background: var(--blue_color);
    border: 1px solid var(--blue_color);
    color: var(--white_color);
    border-radius: 5px;
}

.pegination-vendor {
    padding-top: 60px;
}

.pegination-vendor .page-item:first-child .page-link:hover {
    background-color: var(--blue_color);
    border: 1px solid transparent;
}

.pegination-vendor .page-item:first-child .page-link:hover svg path {
    fill: var(--white_color) !important;
}

.pegination-vendor .page-link {
    padding: 0px !important;
}

/*=======================================================find-vendor-css-end==============================================================*/


/*=======================================================Vendor-details-css-start==============================================================*/


.exercise .img img {
    width: 12px;
}

.exercise .fit {
    margin-left: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.overview .m-img img {
    width: 355px;
}

.m8 {
    margin-bottom: 8px;
}

.overview .content-m {
    width: 80%;
    margin: auto;
    margin-top: 20px;
}

.overview .mar-rat {
    background-color: var(--gray_color);
    padding: 20px 0px;
    border-radius: 5px;
}

.overview .head {
    padding: 28px 0px;
}

.overview .address {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 10px;
    background-color: var(--gray_color);
}

.overview .address h2 {
    margin-bottom: 40px;
}

.overview .work .time {
    border-bottom: 1px solid var(--d-opacity);
}

.mar-16 {
    margin-top: 16px;
}

.overview .hours {
    width: 80%;
    margin: auto;
}

.overview .hours h3 {
    margin-bottom: 37px;
}

.overview .work {
    background-color: var(--gray_color);
    margin-top: 41px;
    padding: 35px 0px;
    border-radius: 5px;
}

.overview .button button {
    width: 100%;
    padding: 12px 0px;
    background-color: var(--blue_color);
    border-radius: 5px;
    margin-top: 30px;
    border: 1px solid transparent;
}

.overview .button button a{
    color: #fff;
}


/*=======================================================vendor-details-css-end==============================================================*/

/*=======================================================contact-us-css-start==============================================================*/

.form .form-in input {
    background: var(--gray_color);
    border: 1px solid var(--gray_color);
    padding: 14px 20px;
    border-radius: 5px;
    width: 100%;
    color: white;
    font-size: 16px;
}

.form .connected {
    background-color: var(--gray_color);
    border-radius: 5px;
    padding: 40px 17px;
}

.m-form {
    margin-top: 30px;
}

.form .form-control {
    display: block;
    width: 100%;
    padding: 14px 0px 0px 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    background-color: var(--black_color);
    background-clip: padding-box;
    border: 1px solid var(--black_color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-top: 30px;
}

.contact .doctor p {
    width: 80%;
}

.form .send-m button {
    padding: 14PX 33PX;
    font-size: 20px;
    background-color: var(--blue_color);
    border-radius: 5px;
    color: var(--white_color);
    margin-top: 30px;
    border: 1px solid transparent;
}

.form .touch {
    background-color: var(--gray_color);
    border-radius: 5px;
    padding: 40px;
}

.form .our-hos h3 {
    position: relative;
}

.form .our-hos h3::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 103px;
    left: 0px;
    bottom: -10px;
    background-color: var(--blue_color);

}

.form .our-hos p {
    margin-top: 40px;
}

.form .hospital .w-9 {
    width: 12px;
}

.form .hospital h4 {
    margin-bottom: 10px;
}

.form .hospital {
    padding-top: 20px;
}

.w-19 {
    width: 19px;
}

.w-24 {
    width: 24px;
}

.form span.fs16.gilory.d-gray.mar-5 {
    margin-left: 11px;
}

/*=======================================================contact-us-css-end==============================================================*/

.mistak-app {
    width: 100% !important;
}

.m20 {
    margin-bottom: 20px;
}

.m22 {
    margin-bottom: 22px;
}

.privecy .p-head {
    padding-top: 28px;
}


.pegination-vendor.blog {
    padding-top: 60px;
}


.detail .post img {
    width: 21px;
}

.detail .post {
    padding-top: 23px;
}

.mleft {
    margin-left: 10px;
}

.prt {
    margin-left: 40px;
}

.detail .content {
    padding-top: 28px;
}

.search .btn-outline-secondary {
    color: var(--white_color);
    border-color: var(--blue_color);
    background-color: var(--blue_color);
    border-radius: 5px;
}

.search .btn-outline-secondary img {
    width: 20px;
}

.search label {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.search .form-control {
    display: block;
    width: 1%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: var(--black_color);
    background-clip: padding-box;
    border: 1px solid var(--black_color);
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.search {
    background-color: var(--gray_color);
    border-radius: 5px;
    padding: 30px 20px 50px 20px;
}

.detail .category-sec {
    background-color: var(--gray_color);
    border-radius: 5px;
    padding: 30px 20px 50px 20px;
    margin-top: 50px;
}

.detail .category-sec h3 {
    margin-bottom: 30px;
}

.detail .popular h3 {
    margin-bottom: 30px;
}

.detail .date-sep {
    padding-bottom: 30px;
}

.detail .post-img {
    padding-bottom: 30px;
}

.detail .popular {
    background-color: var(--gray_color);
    border-radius: 5px;
    padding: 30px 20px 50px 20px;
    margin-top: 50px;
}

.detail .tags {
    background-color: var(--gray_color);
    border-radius: 5px;
    padding: 30px 20px 50px 20px;
    margin-top: 50px;
}

.detail .tags h4 {
    margin-bottom: 30px;
}

.detail .tags .fitness {
    background-color: var(--black_color);
    width: 100%;
    padding: 7px 0px;
    border-radius: 5px;
    text-align: center;
}



.more-pil {
    padding: 14px 50px;
    background-color: var(--blue_color);
    border: 1px solid var(--blue_color);
    color: var(--white_color);
    border-radius: 5px;
    margin-top: 36px;
}

.servic-det .doctors img {
    width: 440px !important;
}

.servic-det .why-mbr h2 {
    width: 80%;
}



.book-app .book-butn a {
    padding: 12px 16px;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid var(--white_color);
    color: var(--white_color);
}

.book-app {
    background-color: var(--blue_color);
    padding: 90px 0px;
    margin-top: 111px;
}

/* =========================================================login-sign-up-forgot-css-start================================================= */


.login {
    width: 800px;
    margin: auto;
    padding: 40px 60px;
    background-color: var(--light-gray);
    border-radius: 5px;
    margin-bottom: 111px;
}

.login #locate {
    background-image: url(../img/message.png);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 22px 14px;
    width: 100%;
    padding: 14px 20px;
    line-height: 1.5;
    color: white;
    background-color: var(--black_color) !important;
    border: 1px solid transparent;
    border-radius: 5px;
}

.login #name {
    background-image: url(../img/gray-profile.png);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 19px 21px;
    width: 100%;
    padding: 14px 20px;
    line-height: 1.5;
    color: white;
    background-color: var(--black_color) !important;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 30px;
}
.login #zipcode {
    background-image: url(../img/gray-profile.png);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 19px 21px;
    width: 100%;
    padding: 14px 20px;
    line-height: 1.5;
    color: white;
    background-color: var(--black_color) !important;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 30px;
}
.login #country {
    background-image: url(../img/gray-profile.png);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 19px 21px;
    width: 100%;
    padding: 14px 20px;
    line-height: 1.5;
    color: white;
    background-color: var(--black_color) !important;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 30px;
}
.login #service_city {
    background-image: url(../img/gray-profile.png);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 19px 21px;
    width: 100%;
    padding: 14px 20px;
    line-height: 1.5;
    color: white;
    background-color: var(--black_color) !important;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 30px;
}
.login #service_area {
    background-image: url(../img/gray-profile.png);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 19px 21px;
    width: 100%;
    padding: 14px 20px;
    line-height: 1.5;
    color: white;
    background-color: var(--black_color) !important;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 30px;
}
.login #get_user_type {
    background-image: url(../img/gray-profile.png);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 19px 21px;
    width: 100%;
    padding: 14px 20px;
    line-height: 1.5;
    color: var(--d-gray);
    background-color: var(--black_color) !important;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 30px;
}

.login #password {
    background-image: url(../img/password.png);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 18px;
    width: 100%;
    padding: 14px 20px;
    line-height: 1.5;
    color:white;
    background-color: var(--black_color) !important;
    border: 1px solid transparent;
    border-radius: 5px;
    /* margin-top: 30px; */
    margin-bottom: 30px;
}
.login #password1 {
    background-image: url(../img/password.png);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 18px;
    width: 100%;
    padding: 14px 20px;
    line-height: 1.5;
    color:white;
    background-color: var(--black_color) !important;
    border: 1px solid transparent;
    border-radius: 5px;
    /* margin-top: 30px; */
    margin-bottom: 30px;
}
.login #login_password {
    background-image: url(../img/password.png);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 18px;
    width: 100%;
    padding: 14px 20px;
    line-height: 1.5;
    color: white;
    background-color: var(--black_color) !important;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.f-name .sig:hover {
    color: var(--blue_color);
}

.f-name .facebook a img {
    width: 24px;
    margin-right: 15px;
}

.f-name .facebook a {
    border: 1px solid var(--blue_color);
    border-radius: 5px;
    padding: 18px 95px;
}

.f-name .facebook {
    padding: 30px 0px;
}

.login .sign-in button {
    width: 100%;
    background-color: var(--blue_color);
    border: 1px solid var(--blue_color);
    color: var(--white_color);
    padding: 19px 0px;
    border-radius: 5px;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 40px;
}

.f-name .check label {
    margin-left: 20px;
}

.f-name .check a:hover {
    color: var(--d-gray);
}

.f-name .chek-sign>input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #1A1A1A;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    background-color: var(--black_color);
    cursor: pointer;
    height: 20px;
    width: 20px;
}

.f-name .chek-sign>input:checked {
    background-image: url(../img/checked.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 9px;
}



.f-name .chek-sign>input:active {
    border: 2px solid var(--blue_color);
}

.f-name .check {
    padding-top: 22px;
}

.login .welcome {
    padding-bottom: 40px;
}

.logo-login .img-logo img {
    width: 180px;
}

.logo-login {
    width: 40%;
    margin: auto;
    padding-bottom: 60px;
    padding-top: 111px;
}

/* =========================================================login-sign-up-forgot-css-end================================================= */
 




.slick-prev:before, .slick-next:before {
    font-family: 'inherit!important';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.vendor .slick-next {
    top: -46px;
    right: 50px;
    border: 1px solid var(--blue_color);
    height: 30px;
    width: 30px;
    display: flex!important;
    align-items: center;
    justify-content: center;
}

.vendor .slick-prev {
    right: 0px!important;
    top: -45px!important;
    border: 1px solid var(--blue_color);
    height: 30px;
    width: 30px;
    display: flex!important;
    align-items: center;
    justify-content: center;
}

.slick-prev:before, .slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    line-height: 1;
    color: var(--blue_color)!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1!important;
}

.testimonial .slick-next {
    right: 50px;
    top: 250px;
    border: 1px solid var(--blue_color);
    height: 30px;
    width: 30px;
    display: flex!important;
    align-items: center;
    justify-content: center;
}

.testimonial .slick-prev {
    right: 100px!important;
    top: 250px!important;
    border: 1px solid var(--blue_color);
    height: 30px;
    width: 30px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    left: 20px;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #fff!important;
    outline: none;
    background: #fff;
}

.vendor .slick-next i:hover{
    color: #fff!important;
}


/* ===========================================vendor-sec-page-css-start ================================================*/

.vendor-sec-pg{
    padding-top: 70px;
}

.category.ven-map{
    background-color: var(--gray_color);
    padding: 20px;
    border-radius: 5px;
}

.category.ven-map .f-input .form-select {
    background-color: var(--black_color);
}

.category.ven-map #locate {
    background-color: var(--black_color);
}

.category.ven-map #date {
    background-color: var(--black_color);
}

.category.ven-map .filter h3{
    position: relative;
    margin-bottom: 35px;
}

.category.ven-map .filter h3::before{
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0px;
    height: 1px;
    width: 100px;
    background-color: var(--blue_color);
}

.michel.book-bot {
    text-align: left !important;
    background-color: var(--gray_color);
    border-radius: 5px;
    padding: 20px 30px;
    margin-right: 0px !important;
}

.scrollbar
{
	height: 880px;
    overflow-y: auto;
    overflow-x: hidden;
}

#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #000;
}

#style-4::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid transparent;
}

.michel .details {
    padding: 10px 55px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid var(--blue_color);
    color: var(--blue_color);
    margin-left: 0px;
    font-size: 14px;
    transition: 00.55s;
}

.michel .book-b {
    padding: 10px 20px;
    border-radius: 5px;
    background-color: var(--blue_color);
    border: 1px solid var(--blue_color);
    color: var(--white_color);
    font-size: 14px;
}

.michel .note{
    width: 80%;
}
.truck_build .doctors img{
    width: 30%;
}
/* range-slider */
/* .range-slider {
    margin: 20px 0 0 0%;
  } */
  .range-slider__range {
    -webkit-appearance: none;
    width: 100%;
    border-radius: 5px;
    background: var(--black_color);
    outline: none;
    padding: 0;
    margin: 0;
  }
  .range-slider::-webkit-slider-thumb {
    appearance: none;
    border-radius: 50%;
    background: var(--blue_color);
    cursor: pointer;
  }

  .range-slider__value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #336d9d;
    padding: 5px 10px;
    margin-left: 8px;
}

.range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #336d9d;
    border-bottom: 7px solid transparent;
    content: "";
}

.range-slider input::-moz-focus-inner,
input::-moz-focus-outer { 
  border: 0; 
}



/* ====================================vendor-sec-page-css-end ===================================*/




.short .patients.care-who{
    height: auto !important;
}
/* =============================================================media-querie-start================================================== */
@media only screen and (max-width:1399px) {
    .mtop {
        margin-top: 30px;
    }

    .blind .fs16 {
        font-size: 13px;
    }

    .adhd-top-video video {
        background-size: contain;
        padding: 5.9% 15.5% 16.8%;
    }

    .mobile-wrapper.adhd-top-video video {
        padding: 5.9% 15.5% 15.8% !important;
    }
    .find-index-tab{
        width: 100% !important;
    }
    .main-header .navbar-light .navbar-nav .nav-link{
        font-size: 13px !important;
    }
}

@media only screen and (max-width:1200px) {
    .main-header .navbar-light .navbar-nav .nav-link {
        margin-right: 10px;
    }

    .banner .fs55 {
        font-size: 45px;
    }

    .vendor .find-here h2 {
        width: 100%;
    }

    .how-it .doctor h2 {
        width: 40%;
    }

    .prt.culmn-4 {
        margin-left: 0px !important;
    }

    .how-it .down {
        width: 284px;
    }

    .short .doctors img {
        width: 460px;
    }

    .contact .doctor p {
        width: 100%;
    }

    .servic-det .doctors img {
        width: 350px !important;
    }

    .provide {
        width: 80%;
    }

    .blind.mail-options {
        justify-content: start !important;
        margin-bottom: 20px;
    }

    .blind .fs16 {
        font-size: 16px;
    }

    .michel.book-bot {
        padding: 20px 10px;
    }

    .mobile-wrapper.adhd-top-video video {
        padding: 5.9% 15.5% 17.8% !important;
        background-size: contain !important;
    }
}

@media only screen and (max-width:991px) {
    .main-header ul.navbar-nav{
        margin-left: 0px !important;
    }
    .mobi-resp-header{
        flex-direction: column;
        align-items: start !important;
    }
    .top-header .justify-content-end {
        justify-content: center !important;
    }
    .distance {
       
        margin-left:0px!important;
    }
    .banner .content {
        width: 100%;
        text-align: center;
    }

    .four-k{
        margin-top: 40px;
    }

    .banner .img {
        margin-top: 20px;
    }

    .banner .banner-resp {
        display: flex;
        justify-content: center !important;
    }

    .we-do .we-text {
        margin-top: 30px;
    }

    .servic-det .doctors img {
        width: 500px !important;
    }

    .find-here .fs30 {
        font-size: 22px;
    }

    .overview .address h2 {
        margin-bottom: 20px;
    }

    .blind {
        justify-content: start !important;
        margin-bottom: 20px;
    }

    .main-header .login-but {
        padding: 8px 30px;
    }

    .main-header .login-but:focus{
        box-shadow: none !important;
    }

    .btn:focus{
        box-shadow: none;
    }

    .how-it .mg37 {
        padding-top: 7px;
    }

    .charlis.testi-slider.p60.slick-initialized.slick-slider {
        margin-bottom: 40px;
    }

    .footer {
        margin-top: 60px;
    }

    .down-page.float-end {
        justify-content: center;
        display: flex;
        float: none !important;
    }

    .treat .img {
        text-align: center;
    }

    .how-it .doctor h2 {
        width: 100%;
    }

    .provide {
        width: 100%;
    }

    .we-do .primary-care p {
        width: 100%;
    }

    .servic-det .why-mbr h2 {
        width: 100%;
    }

    .how-it .doctor .p-ex {
        width: 100%;
    }

    .services a {
        padding: 7px 17px;
    }

    .michel-991 {
        margin-top: 30px;
    }

    .how-it .down {
        width: 194px;
    }

    .how-it .but-exp p {
        width: 100%;
    }

    .testimonial .content-testi {
        padding-left: 2rem;
    }

    .main-header ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
        margin-top: 30px;
    }

    .short .doctors {
        text-align: center;
    }

    .short .why-mbr {
        margin-top: 40px;
        text-align: center;
    }

    .appointment .book {
        width: 70%;
    }

    .article a {
        padding: 7px 17px;
    }

    .form .overview {
        margin-top: 40px;
    }

    .top-header {
        padding-bottom: 10px;
    }

    .overview .m-img img {
        width: 565px;
    }

    .form .touch {
        margin-top: 40px;
    }

    .book-app .high-qty {
        display: block !important;
        text-align: center;
    }

    .book-butn {
        margin-top: 40px;
    }

    .p111 {
        padding-top: 60px;
    }

    .treat {
        margin-top: 60px;
    }

    .company {
        margin-top: 30px;
    }

    .appointment {
        margin-top: 60px;
    }

    #order-one-top{
        order: 1;
    }

    #order-two-bottom{
        order: 2;
    }

    .michel.book-bot {
        padding: 20px 30px;
    }
}

@media only screen and (max-width:767px) {

    .find-best h3 {
        margin-left: 0;
        text-align: center;
    }
    #ordr-one {
        order: 1;
    }

    #ordr-two {
        order: 2;
    }
    .vendor-feedback{
        flex-direction: column;
        align-items: flex-start !important;
    }
    .mbr-work {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .doctor {
        padding-top: 20px;
    }

    .charlis .c-img {
        display: block !important;
    }

    .testimonial .content-testi {
        padding-left: 0rem;
        padding-top: 30px;
    }


    .top-header {
        display: none;
    }

    .how-it .but-exp.text-start {
        text-align: center !important;
    }

    .how-it .but-exp.text-end {
        text-align: center !important;
    }

    .article-bg .card {
        margin-top: 30px;
    }

    .we-do .we-text-m {
        margin-top: 30px;
    }

    .marsh-slid {
        margin-top: 30px;
    }

    .vendor .find-here h2 {
        width: 60%;
    }

    .mtop-r {
        margin-top: 30px;
    }

    .treat .live-care {
        text-align: center;
        padding-top: 40px;
    }

    .overview .address {
        padding-bottom: 5px;
    }

    .main-header .navbar-brand img {
        width: 116px;
    }

    .short .why-mbr {
        text-align: center;
    }

    .appointment .book {
        width: 100%;
    }

    .overview .m-img img {
        width: 455px;
    }

    .mtop-767 {
        margin-top: 30px;
    }

    .f-name .facebook {
        display: block !important;
    }

    .detail span.mleft.fs20.d-gray.gilory {
        font-size: 15px;
    }

    .terms-b .fs20 {
        font-size: 16px;
    }

    .terms-b .fs30 {
        font-size: 20px;
    }

    .date-pick {
        margin-top: 10px;
    }

    .p111 {
        padding-top: 60px;
    }

    .login {
        width: 100%;
        padding: 40px 20px;
    }

    .testimonial .slick-next {
        top: 540px;
    }

    .testimonial .slick-prev {
        top: 540px!important;
    }
}

@media only screen and (max-width:575px) {
    .but-exp.text-end {
        text-align: center !important;
    }

    .but-exp.text-end p {
        width: 100% !important;
        text-align: center !important;
    }

    .but-exp.text-start {
        text-align: center !important;
    }

    .but-exp.text-end p {
        width: 100% !important;
        text-align: center !important;
    }

    .how-it .but-exp p {
        width: 100%;
        text-align: center;
    }

    .adhd-top-video video {
        padding: 5.9% 15.5% 17.8%;
    }



    .cont-cent {
        justify-content: center;
    }

    .short .doctors img {
        width: 360px!important;
    }

    .event-book h2 {
        font-size: 20px;
    }

    .event-book h3 {
        font-size: 18px;
    }

    .event-book h5 {
        font-size: 18px;
    }

    .michel {
        margin-right: 0px;
    }

    .overview .m-img img {
        width: 395px;
    }

    .overview .info h3 {
        font-size: 35px;
    }

    .overview .marsh h2 {
        font-size: 35px;
    }

    .overview .address h2 {
        font-size: 35px;
    }

    .detail span.mleft.fs20.d-gray.gilory {
        font-size: 14px;
    }

    .detail .prt {
        margin-left: 10px;
    }

    .detail .post img {
        width: 18px;
    }

    .article-bg .card {
        margin-top: 30px;
    }
}

@media only screen and (max-width:475px){
    .michel .book-b {
        display: block;
        text-align: center;
        margin-right: 0px !important;
    }

    .michel .details {
        display: block;
        text-align: center;
        margin-top: 15px;
    }

    .michel .but {
        padding-top: 10px;
        display: block !important;
    }
}

@media only screen and (max-width:425px) {
    .explain .must {
        display: inline-block !important;
    }

    .services .must p {
        width: 100%;
        margin-bottom: 20px!important;
    }

    .banner .fs55 {
        font-size: 35px;
    }

    

    .article .must p {
        width: 100%;
        padding-bottom: 30px;
    }

    .event-book h2 {
        font-size: 18px;
    }

    .banner .img img {
        width: 322px;
    }

    .event-book h3 {
        font-size: 16px;
    }

    .event-book h5 {
        font-size: 16px;
    }

    .bead .event-book h3::after {
        content: '';
        position: absolute;
        height: 20px;
        width: 2px;
        background-color: var(--white_color);
        right: -14px;
    }

    .servic-det .doctors img {
        width: 290px !important;
    }

    .overview .m-img img {
        width: 345px;
    }

    .dmblack {
        display: block !important;
    }

    .privacy .fs30 {
        font-size: 20px;
    }

    .privacy .fs20 {
        font-size: 18px;
    }

    .privecy .fs44 {
        font-size: 34px;
    }

    .terms-b .fs30 {
        font-size: 18px !important;
    }

    .terms-b .fs20 {
        font-size: 14px !important;
    }

    .login .sign-in button {
        padding: 15px 0px;
    }

    .logo-login .img-logo img {
        width: 160px;
    }

    .treat .img img {
        width: 365px;
    }

    .cnt-img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .testimonial .slick-next {
        top: 560px;
    }

    .testimonial .slick-prev {
        top: 560px!important;
    }
}

@media only screen and (max-width:375px) {


    .cont-cent {
        justify-content: center;
    }

    .main-header .navbar-brand img {
        width: 96px;
    }

    .short .doctors img {
        width: 300px!important;
    }

    .treat .img img {
        width: 300px;
    }

    .banner .img img {
        width: 310px;
    }

    .bead h2.gilory.fs30.white.mb-0 {
        font-size: 22px;
    }

    .bead .fs20 {
        font-size: 18px;
    }

    .event-book h2 {
        font-size: 16px !important;
    }

    .event-book h3 {
        font-size: 14px !important;
    }

    .event-book h5 {
        font-size: 14px !important;
    }

    .overview .m-img img {
        width: 295px;
    }

    .privacy .fs20 {
        font-size: 16px;
    }

    .privacy .fs30 {
        font-size: 18px !important;
    }

    .terms-b .fs20 {
        font-size: 12px !important;
    }

    .terms-b .fs30 {
        font-size: 14px !important;
    }

    .login {
        padding: 40px 10px;
    }

    .f-name .check label {
        margin-left: 10px;
    }

    .login .fs16 {
        font-size: 14px;
    }

    .pegination-vendor .page-item:first-child .page-link {
        height: 40px;
        width: 40px;
    }

    .pegination-vendor .page-item:last-child .page-link {
        height: 40px;
        width: 40px;

    }

    .pegination-vendor .page-link {
        height: 40px;
        width: 40px;
    }

    .bead h3::after {
        height: 18px;
        top: 3px;
    }
    .testimonial .slick-next {
        top: 630px;
    }

    .testimonial .slick-prev {
        top: 630px!important;
    }
}
.loty{
    position: absolute;
    top: 10px;
    left: 0px;
    right: 0px;
}
.sow-vinor{
    background-color: transparent;
    padding-left: 10px;
}
.changed-about{
    width: 100%;
}
.forward-sign .f-img img{
    width: 20px;
}
.nested-dots .dot-img img{
    width: 10px;
}
.looks-mbr{
    flex-direction: column;
}
.short .looks-mbr .patients{
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-form .btn:focus{
    box-shadow: none !important;
}
.search-form:hover{
    border: 1px solid transparent;
}
.social-media-icns a{
    width: 40px;
    height: 40px;
    padding: 0px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.social-media-icns a img{
    width: 20px;
}
.maintainence .onefind{
    text-align: center;
    width: 80%;
    margin: auto;
}