@media (min-width: 1024px) {
  .searched-data > .row > .col-lg-6:nth-child(odd) {
    padding-right: 48px;
  }
  .searched-data > .row > .col-lg-6:nth-child(even) {
    padding-left: 48px;
  }
  .searched-data {
    height: calc(100vh - 280px);
    overflow-y: scroll;
    overflow-x: hidden;
  }
  /* width */
  .searched-data::-webkit-scrollbar {
    width: 00px;
  }
}
@media screen and (max-width: 1023px) {
  .news-content {
    font-size: 16px;
    line-height: 25px;
  }
  .news-block {
    height: 220px;
  }
}
@media screen and (max-width: 991px) {
  /*	Begin: sidebar and footer*/
  .home-body {
    margin-top: 65px;
    padding-bottom: 58px;
  }
  footer {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-txt {
    font-size: 14px;
    font-weight: bold;
    color: #464646;
    text-align: center;
    margin: 80px 0 0 0;
  }
  /* mobile-menu */
  .mobile-bottom-menu {
    display: flex;
    justify-content:  space-around;
    padding: 10px 25px;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #b2b2b2;
    background: #ffffff;
    z-index: 998;
  }
  .mobile-bottom-menu .menu-item {
    display: inline-flex;
    align-items: center;
    padding: 8px 10px;
    border-radius: 25px;
    transition: all 0.3s ease-in-out;
  }
  .mobile-bottom-menu .menu-item svg {
    width: 20px;
  }
  .mobile-bottom-menu .menu-item p {
    font-size: 12px;
    font-weight: bolder;
    color: #ffffff;
    margin: 0 5px 0 5px;
    display: none;
  }
  .mobile-bottom-menu .menu-item.active {
    background-color: #1875d3;
  }
  .mobile-bottom-menu .menu-item.active p {
    display: block;
  }
  .mobile-bottom-menu .menu-item.active svg path {
    fill: #ffffff;
  }
  /* menu */
  .nav-mobile {
    background: #ffffff;
    padding: 0;
    margin: 0;
    list-style-type: none;
    height: 65px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
  }
  .nav-mobile > li {
    width: 100%;
    text-align: center;
  }
  .nav-mobile .menu-button:after {
    opacity: 0;
    top: 0px;
    content: "";
    width: 100vw;
    display: block;
    position: fixed;
    height: 100vh;
    /*    background: rgba(0, 0, 0, 0.5);    */
    pointer-events: none;
    transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
    transition-delay: 0.1s;
  }
  .nav-mobile #menu-toggle {
    display: none;
  }
  .nav-mobile #menu-toggle.active ~ .menu-button .icon-close,
  .nav-mobile #menu-toggle:checked ~ .menu-button .icon-close {
    display: block;
  }
  .nav-mobile #menu-toggle.active ~ .menu-button .icon-open,
  .nav-mobile #menu-toggle:checked ~ .menu-button .icon-open {
    display: none;
  }
  .nav-mobile #menu-toggle.active ~ .menu-button:after,
  .nav-mobile #menu-toggle:checked ~ .menu-button:after {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
  }
  .nav-mobile #menu-toggle.active ~ .menu-sidebar,
  .nav-mobile #menu-toggle:checked ~ .menu-sidebar {
    transform: translateX(0);
    transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
  }
  .nav-mobile .menu-container {
    width: 65px;
    float: left;
    /* cursor: pointer; */
    position: absolute;
  }
  .phone-container {
    /* cursor: pointer; */
    position: absolute;
    z-index: 11;
    top:20px;
    left: 38%;
  }
  .nav-mobile .menu-container .menu-sidebar {
    display: block;
    width: 250px;
    bottom: 0;
    background: #1875d3;
    color: #333;
    position: fixed;
    transform: translateX(-405px);
    transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
    top: 0;
    z-index: 2;
    list-style-type: none;
    padding: 0;
    max-width: 400px;
    box-shadow: 0 3px 56px rgba(0, 0, 0, 0.16);
  }
  .nav-mobile .menu-container .menu-sidebar .arrow {
    position: absolute;
    line-height: 50px;
    font-size: 32px;
    color: #555;
    top: 0;
    z-index: 0;
  }
  .nav-mobile .menu-container .menu-sidebar .arrow.left {
    left: 25px;
  }
  .nav-mobile .menu-container .menu-sidebar .arrow.right {
    right: 25px;
  }
  .nav-mobile .menu-container .menu-sidebar > li {
    height: unset;
    font-size: 16px;
    text-align: left;
    position: relative;
    padding: 24px 16px;
  }
  /* .nav-mobile .menu-container .menu-sidebar li:hover {
	  background: #eee;
  } */
  .nav-mobile .menu-container .menu-sidebar li .menu-sub {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    overflow: hidden;
    background: white;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
    border-left: 1px solid #ccc;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 999;
    max-width: 400px;
  }
  .nav-mobile .menu-container .menu-sidebar li .menu-sub li {
    overflow: hidden;
  }
  .nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title {
    padding-left: 50px;
  }
  .nav-mobile .menu-container .menu-sidebar li .submenu-label {
    /* cursor: pointer; */
    width: 100%;
    height: 100%;
    display: block;
  }
  .nav-mobile .menu-container .menu-sidebar li .submenu-toggle {
    display: none;
  }
  .nav-mobile
    .menu-container
    .menu-sidebar
    li
    .submenu-toggle.active
    ~ .menu-sub,
  .nav-mobile
    .menu-container
    .menu-sidebar
    li
    .submenu-toggle:checked
    ~ .menu-sub {
    width: 65vw;
    visibility: visible;
    z-index: 1;
    transition: width 0.35s cubic-bezier(0, 0, 0.3, 1);
  }
  .sidebar-profile {
    display: flex;
    align-items: baseline;
  }
  .sidebar-profile .profile-img {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sidebar-profile .profile-img img {
    width: 100%;
    height: auto;
  }
  .sidebar-profile label {
    font-size: 8px;
    color: #ffffff;
    line-height: 1;
    margin: 0 0 5px 0;
  }
  .sidebar-profile label span {
    color: #f0d981;
  }
  .sidebar-profile .progress .progress-bar {
    background-color: #ffd95b;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .sidear-wrap {
    position: relative !important;
    height: 100% !important;
  }
  /*	End: sidebar and footer*/
  .logo {
    width: 60px; /*112px*/
  }
  .slider {
    margin-top: 0px;
  }
  .btn-login {
    background: #ffffff;
    border-radius: 3px;
    color: #1875d3 !important;
    font-size: 14px;
    padding: 2px 39px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .mob-menu {
    margin-top: 60px;
    padding-left: 0;
    list-style: none;
  }
  .mob-menu {
    margin-top: 60px;
    padding-left: 0;
    list-style: none;
  }
  .menu-link {
    margin-bottom: 18px;
  }
  .menu-link a {
    color: #ffffff;
    position: relative;
    padding-left: 45px;
  }
  .menu-link a img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .chatbot {
    bottom: 74px;
    right: 32px;
    width: 63px;
    height: 63px;
  }
  .slect-slot {
    border: 1px solid rgba(112, 112, 112, 0.16);
  }
  .btn-confirm {
    position: fixed;
    bottom: -0;
    left: 0;
    right: 0;
    border-radius: 0;
    padding: 15px 20px;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
  }
  .fix-head {
    height: 64px;
    text-align: center;
    position: fixed;
    background-color: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    padding: 10px 16px;
    box-shadow: 0 3px 38px rgba(0, 0, 0, 0.05);
    font-size: 20px;
    color: #3d3d3d;
  }
  .fix-head .back {
    position: absolute;
    left: 16px;
  }
  .back-page {
    margin-top: 88px;
    padding-bottom: 75px;
  }
  /*	 Book appointment*/
  .search {
    background: transparent;
    padding: 0;
    margin-top: 0px;
    box-shadow: none;
  }
  .type,
  .speciality {
    border-right: none;
  }
  .search .form-control {
    width: 100%;
    color: #1875d3;
    border-radius: 12px !important;
    background: transparent;
    font-size: 12px;
    margin-top: 10px;
    padding: 0;
  }
  .speciality-txt {
    height: auto;
    border: 1px solid rgba(112, 112, 112, 0.16) !important;
    background: transparent !important;
    color: #6e6e6e !important;
    padding: 15px 15px !important;
    padding-right: 40px;
    margin-bottom: 20px;
    margin-top: 0 !important;
  }
  .search-ico {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
  }
  .location {
    position: absolute;
    top: 0;
    margin-top: -86px;
    margin-left: auto;
    right: 0;
  }
  .search-lbl {
    font-size: 12px;
  }
  .type > div,
  .location > div {
    border: 1px solid rgba(112, 112, 112, 0.16);
    padding: 14px 15px;
    border-radius: 12px;
  }
  .doc-deg {
    width: 95%;
    /* white-space: nowrap; */
    overflow-x: hidden;
    text-overflow: hidden;
  }
  .body-bg {
    background: #fff;
  }
  .booking-form {
    border: 1px solid rgba(112, 112, 112, 0.16);
    border-radius: 9px;
    padding: 19px 15px;
  }
  .doc-profile-round img {
    width: 125px;
    height: 125px;
  }
  .doc-detail h5 {
    font-size: 16px;
    font-weight: normal;
  }
  .doc-detail p {
    font-size: 12px;
  }
  .doc-add > div {
    height: 39px;
    overflow: hidden;
  }
  .doc-add {
    font-size: 12px;
  }
  .form-appo-4 .doc-info {
    border: none;
  }
  .appo-time h5:first-child {
    font-weight: normal;
    font-size: 12px;
  }
  .appo-time h5:last-child {
    font-weight: normal;
    font-size: 16px;
  }
  .form-appo-4 .btn-confirm {
    position: relative;
    bottom: 0;
  }
  #service-success .modal-dialog {
    width: 295px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #service-success .modal-content {
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #service-success .modal-content i , #service-success .modal-content svg {
    margin-top: -66px;
  }
  #service-success .modal-content h5 {
    font-weight: normal;
    font-size: 16px;
  }
  .partner-drp .dropdown-item {
    margin: auto;
    width: 400px;
  }
  .btn-primary {
    font-size: 12px;
  }
  #otpVarify {
    z-index: 1150;
  }
}
@media screen and (max-width: 767px) {
  .service-box h4 {
    font-weight: bold;
    text-align: left;
  }
}
@media screen and (max-width: 552px) {
  .slider img {
    height: 240px;
  }
  .carousel-indicators li {
    width: 7px;
    height: 7px;
  }
  .mt-100 {
    margin-top: 50px;
  }
  .mt-85{
    margin-top: 35px;
  }
  .heading {
    font-size: 16px;
    text-align: left;
  }
  .viewAll {
    font-size: 10px;
  }
  .ser-slide .slick-list {
    padding: 0 136px 0 0 !important;
  }
  .ser-slide {
    overflow: hidden !important;
  }
  .ser-slide .slick-slide {
    padding: 0 10px 15px !important;
  }
  .service-box {
    padding: 12px 15px;
    font-size: 14px;
    margin-top: 27px;
    height: auto;
  }
  .service-box img {
    height: 30px;
  }
  .about-text {
    font-size: 12px;
    line-height: 24px;
  }
  .news-slider .owl-stage {
    left: -65px !important;
  }
  .news-content {
    font-size: 12px;
    padding: 0 19px 11px 13px;
    line-height: 14px;
  }
  .news-arrow {
    width: 13px !important;
  }
  .news-block {
    height: 150px;
  }
  .youtube {
    width: 21px !important;
    margin-bottom: 10px;
  }
  .testi-heading {
    font-size: 20px;
    text-align: center;
  }
  .testi-heading::after {
    height: 2px;
    width: 21px;
    bottom: -6px;
  }
  .testi-heading + img {
    margin-top: 40px;
    width: 21px;
  }
  .testi-content {
    font-size: 12px;
    margin-top: 20px;
    line-height: 24px;
    color: #6e6e6e;
    letter-spacing: 0.3px;
  }
  .testi-content h4 {
    font-size: 12px;
    font-weight: bold;
  }
  .testi-slider .owl-dots .owl-dot span {
    width: 5px !important;
    height: 5px !important;
  }
  /*	Select slot */
  .slect-slot {
    padding: 13px 30px;
  }
  .time-grp {
    margin-left: -10px;
    margin-right: -10px;
  }
  .time-grp .time-rdo {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .btn-time {
    padding: 7px 5px;
    font-size: 10px;
  }
  .sel-time {
    margin-top: 50px;
  }
  .searched-block {
    padding: 22px 16px;
  }
  .doc-name,
  .mob-11 {
    font-size: 11px;
    /* line-height: 8px; */
    line-height: 15px;
  }
  .doc-name + small,
  .f-mob-8 {
    font-size: 8px !important;
  }
  .doc-profile-img img {
    width: 75px;
    height: 75px;
    margin-right: 14px;
  }
  .doc-deg {
    margin-top: 8px;
  }
  .btn-book {
    font-size: 12px;
    padding: 11px;
  }
  .login-form {
    width: 100%;
    box-shadow: none;
    height: calc(100vh - 130px);
  }
  .patient-list {
    height: auto;
  }
  .booking-form label {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .booking-form .form-control {
    height: 30px;
    padding: 0px 7px;
    font-size: 12px;
    border-width: 1px;
  }
  .booking-form .form-group {
    margin-bottom: 20px;
  }
  .booking-form input[type="radio"] {
    width: 17px !important;
    height: 17px !important;
  }
  .booking-form input[type="radio"] + label {
    font-size: 12px;
    font-weight: normal;
  }
  .file-upload .file-select .file-select-name {
    line-height: 30px;
    border: 1px solid rgba(84, 84, 84, 0.5);
    font-size: 12px;
  }
  .file-upload .file-select .file-select-button {
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    font-size: 9px;
    width: 85px;
  }
  .confirm-sign h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .op-6 {
    opacity: 0.6;
  }
  .confirm-card {
    padding: 16px;
    border: 1px solid rgba(112, 112, 112, 0.16);
  }
  .imp-ins {
    font-size: 12px;
  }
  .appo-type {
    font-size: 12px;
  }
  .lab-heading {
    margin-top: 0px;
    font-size: 28px;
    font-weight: 600;
  }
  .lab-desc {
    font-size: 14px;
    line-height: 22px;
  }
  .btn-service {
    font-size: 12px;
    padding: 11px 15px;
    width: 100%;
  }
  #service-modal .modal-content {
    padding-left: 16px;
    padding-right: 16px;
  }
  #service-modal .modal-dialog {
    margin: 0 !important;
  }
  .mob-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 0;
    padding: 16px 15px;
  }
  /*	News feed */
  .post-time {
    color: #b2b2b2;
    font-size: 10px;
    position: absolute;
    bottom: 0;
  }
  .mob-news .col-5 > img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: bottom;
    border-radius: 5px;
  }
  .mob-news p {
    font-size: 12px;
    font-weight: bold;
    color: #3d3d3d;
    margin-bottom: 0;
  }
  .form-appo-4 .btn-confirm {
    position: absolute;
    bottom: -75px;
  }
  .partner-drp .dropdown-item {
    width: 100%;
    border: none;
  }
  #partner-modal .modal-content {
    border: none !important;
    width: 100%;
    height: 100vh;
    padding-top: 75px;
  }
  .btn-submit {
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 0;
  }
  .service-box h4 {
    font-size: 14px;
  }
  .time-slot {
    padding: 0 10px;
    margin-bottom: 0px;
  }
  #otpVarify .modal-dialog {
    max-width: 100% !important;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  #otpVarify .modal-content {
    box-shadow: 0 3px 76px rgba(0, 0, 0, 0.08);
    border: none;
    padding: 35px 16px;
    background: #fff;
    height: auto;
  }
  #otpVarify .mt-100 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 320px) {
  .slider img {
    height: 200px;
  }
  .ser-slide .slick-list {
    padding: 0 76px 0 0 !important;
  }
  .search-lbl {
    font-size: 11px;
  }
  .type > div,
  .location > div {
    border: 1px solid rgba(112, 112, 112, 0.16);
    padding: 14px 10px;
    border-radius: 12px;
  }
  .login-form {
    padding-left: 40px;
    padding-right: 40px;
  }
  .time-slot {
    width: 33%;
    padding: 0 10px;
    margin-bottom: 0px;
  }
}
