/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 1800px) {
  .filterlist li.filter-select-wrapper:nth-child(n + 6) {
    display: none;
  }
  .filterlist.showlist li.filter-select-wrapper:nth-child(n + 6) {
    display: flex !important;
  }
  .dropdown-toggle::after {
    top: 6px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .filterlist li {
    margin-right: 0px !important;
    margin-left: 5px !important;
  }
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .filterlist li {
    margin-right: 20px !important;
  }
}
@media (max-width: 1500px) {
  .filterlist .btn {
    font-size: 14px;
  }
  .more-label {
    font-size: 14px;
  }
  .clear-all label, .clear-single label {
    font-size: 14px;
  }
  .dropdown-toggle::after {
    top: 6px !important;
  }
}
@media (max-width: 1400px) {
  /* .filterlist {
    flex-wrap: wrap;
  } */
}
@media (max-width: 1199px) {
  .filterlist li.filter-select-wrapper:nth-child(n + 5) {
    display: none;
  }
  .filterlist.showlist li.filter-select-wrapper:nth-child(n + 5) {
    display: flex !important;
  }
  .doctor-title-section input.form-control {
    width: 360px;
  }
  .sidebar {
    width: 260px;
  }
  .content {
    width: calc(100% - 260px);
  }
  .sidebar ul li a {
    font-size: 16px;
  }

  .navbar {
    padding: 15px 30px;
  }
  .doctor-section {
    padding: 70px 30px 50px 30px;
  }
  .doctor-title-section {
    padding-top: 30px;
  }
  .filter-keywords .w-50 {
    width: 100% !important;
  }
  .clear-single label {
    font-size: 13px;
  }
  .doctor-title-section input.form-control {
    height: 50px;
  }
  .filter-keywords .dropdown-toggle {
    width: 350px !important;
    height: 50px !important;
  }
  .filter-keywords {
    margin-top: 10px;
  }
  .clear-single label {
    margin-right: 0;
  }
}
@media (min-width:768px) and (max-width: 991px) {
  .h-bottom .time, .currency {
    font-size: 15px !important  ;
  }
}
@media (max-width: 991px) {
  body.active .sidebar {
    margin-left: 0px;
  }
  body.active .sidebar {
    margin-left: 0;
  }
  .sidebar {
    margin-left: -300px;
  }
  .content {
    width: 100%;
  }
  .content.active {
    width: 100%;
  }
  .sidebarcollapse span {
    /* display: none; */
  }
  .content.active {
    width: 100%;
  }
  .more-label {
    position: relative;
    color: #000000;
    font-weight: 500;
    right: 0;
    top: 0;
    padding: 20px 15px 30px;
  }
  .filters {
    padding: 0;
    margin-top: 0px;
  }
  .navbar {
    background: linear-gradient(to right, #2d9bd6, #0d76b8) no-repeat;
    margin-top: 100px;
    min-height: 100px;
  }
  .doctor-title-section .search-ico {
    width: 35px;
    height: 35px;
    top: 30px;
  }
  .title-doctor {
    padding-left: 16px;
  }
  .content {
    width: 100%;
  }
  .sidebarcollapse {
    position: absolute;
    display: inline-block;
    left: 25px;
    margin: 0;
    top: 30px;
  }
  .doctor-title-section .ml-auto {
    margin-left: unset !important;
  }
  .doctor-title-section input.form-control {
    width: 40px !important;
    border: none !important;
  }
  .doctor-title-section input.form-control:focus {
    width: calc(100% - 20px) !important;
    left: 10px;
    border: none !important;
    box-shadow: 0 0 0 0 #ffffff;
    position: Absolute;
    top: 18px;
    z-index: 10;
    color: #000000;
    background: #fff;
    padding-left: 25px;
    padding-right: 50px;
    opacity: 1;
  }
  .doctor-title-section input.form-control {
    width: 480px;
    height: 60px;
    border: none !important;
    background: transparent;
    color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
  }
  .doctor-title-section input.form-control:focus ~ span {
    z-index: 100;
  }
  .filter-keywords select.form-control {
    width: 100%;
  }
  .filter-keywords .ml-auto {
    margin-left: unset !important;
    width: 100%;
    margin-top: 20px;
  }
  .doctor-title-section {
    padding-top: 0;
    height: 60px;
    padding: 5px 0;
  }
  .resp-header {
    left: 0;
    top: 0;
    background: #ffffff;
    z-index: 1000;
    padding: 15px 40px;
    height: 100px;
    align-items: center;
  }
  .resp-header img.logo-img {
    width: 130px;
    margin-left: 65px;
  }
  .sidebar ul.components {
    padding: 10px 25px 4px;
    min-height: 53vh;
    margin-bottom: 0px;
  }
  .navbar {
    padding: 15px 40px 15px 15px;
  }
  .navbar-mob {
    margin-bottom: 0;
  }
  .mob-view .rounded-pill {
    border: 1px solid #bbc1ce;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .doctor-section {
    padding: 70px 30px 50px 30px;
    margin-bottom: 0;
  }
  .filters .dropdown-toggle {
    color: #000000 !important;
    text-align: left;
    white-space: normal;
  }
  .dropdown-toggle:focus {
    box-shadow: none;
  }
  .filters .dropdown-menu li:hover {
    background: #ffffff;
  }
  .filters .custom-control-label {
    color: #000;
  }
  .filters .dropdown-menu {
    top: -2px !important;
    right: 0px;
    width: 58.8%;
    height: 100%;
    overflow: auto;
    left: unset !important;
    transform: none !important;
    background: #fff;
    overflow: scroll;
  }
  .custom-control-input:checked ~ .custom-control-label {
    color: #393c5a;
    font-weight: 600;
  }
  .filter-select-wrapper-mob .dropdown-toggle {
    padding: 20px 15px;
  }
  .filter-select-wrapper-mob .dropdown-toggle::after {
    display: none;
  }
  .filter-select-wrapper-mob .btn-group.dropdown,
  .position-unset,
  .filters {
    position: unset;
  }
  .modal-header {
    z-index: 10;
  }
  .modal-body {
    position: relative;
  }
  .filters .loadMore {
    height: 324px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-left: -2px;
  }
  .filters .dropdown.show .botn-todos {
    border-left: 9px solid #1682c2 !important;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    left: -2px;
    background: #ffffff;
  }
  .filters {
    background: #f9f9f9;
    border-radius: 0;
  }
  .filters .btn-group.dropdown {
    width: 100%;
  }
  .ancho-todos li {
    padding: 10px 0;
  }
  .ancho-todos {
    border: none;
  }
  .modal-dialog {
    width: 100%;
    max-width: 100%;
    bottom: 0;
    position: fixed;
    margin-bottom: 0;
    margin: 0;
  }
  .filters .custom-control-label::before {
    position: absolute;
    top: 0rem;
    left: -1.5rem;
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    content: "";
    background-color: #fff;
  }
  .filters .custom-control-label::after {
    position: absolute;
    top: 5px;
    left: -19px;
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    background: no-repeat 50%/50% 50%;
  }
  .filters .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #4cafe0;
    border-radius: 50%;
    background-image: none;
  }
  .filters .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #ffffff;
  }
  .filters .custom-control-label {
    padding-left: 13px;
  }
  .apply-btn {
    width: 140px;
    color: #ffffff;
    height: 40px;
    background: linear-gradient(to right, #0373fe, #093ab9) !important;
    border-radius: 50px;
    display: flex !important;
    align-items: Center;
    justify-content: center;
    font-weight: 400;
    box-shadow: none;
  }
  .clear-all-btn {
    text-align: center;
    font-size: 0.9em !important;
    border-radius: 5px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #0036c7;
  }
  .clear-all-btn:focus,
  .apply-btn:focus {
    box-shadow: none;
  }
  .filters .close {
    color: #c0c5d1;
    opacity: 1;
  }
  .icon-effect {
    width: 50px;
    height: 50px;
  }
  .sidebar ul.components .name {
    font-size: 15px;
  }
  a:hover .highlight,
  .components .active a .highlight {
    left: 0;
  }
  ul.auth a.signin,
  ul.auth a.signin:hover {
    height: 40px;
  }
  body.active .sidebar .close-icon {
    position: fixed;
    right: 30px;
    z-index: 10000;
    top: 30px;
  }
  button.close {
    opacity: 1;
  }
  .modal-content {
    border-radius: 0px !important;
  }
  .overlay-gradient.active {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1020;
  }
  .filters {
    border: none;
  }
  .h-top h3 {
    font-size: 18px;
  }
  .h-top h5 {
    font-size: 17px;
  }
  .h-top p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .doctor-section .col-xl-3 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .doctor-title-section .search-ico {
    right: 30px;
  }
  .doctor-section{
    margin-top:25px!important;
  }
}
@media screen and (min-width: 992px) {
  .sidebarcollapse {
    display: none;
  }
  .close-mob {
    display: none;
  }
  .custom-control-label::after,
  .custom-control-label::before {
    display: none;
  }
  .custom-control {
    padding-left: 10px;
  }

  body.active .sidebar {
    margin-left: 0px !important;
  }
  .resp-header img {
    display: none;
  }
  .modal-title {
    font-size: 20px;
    font-weight: 600;
  }
}
@media screen and (max-width: 575px) {
  
  .navbar {
    padding: 15px;
  }
  .navbar-toggle .icon-bar {
    width: 25px;
    height: 2px;
  }
  .navbar-mob {
    min-height: 90px;
  }
  .resp-header img.logo-img {
    width: 100px;
  }
  .doctor-title-section .search-ico {
    width: 25px !important;
    height: 25px !important;
    top: 33px !important;
  }
  .user-icon {
    width: 20px;
  }
  .doctor-section {
    padding: 70px 15px 50px 15px;
  }
  .doctor-title-section h3 {
    font-size: 20px;
  }
  .resp-header {
    padding: 25px;
  }
  .sidebar {
    width: 250px;
  }
  .sidebarcollapse {
    top: 22px;
  }
  .filter-keywords .ml-auto {
    width: 100% !important;
  }
  .filter-keywords .dropdown-toggle {
    width: 100% !important;
  }
  .how-it-works,
  .treatments,
  .contact {
    min-height: 61vh;
    padding: 15px;
  }
  .mob-view .rounded-pill {
    border: 1px solid #bbc1ce;
    height: 40px;
    display: flex;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
  .round-img {
    width: 90px;
    height: 90px;
    border: 0;
  }

  /********************/
  .resp-header {
    height: 80px;
  }
  .navbar {
    margin-top: 80px;
  }
  .doctor-title-section {
    padding-top: 0;
    height: 40px;
    padding: 5px 0;
  }
  .doctor-title-section h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
  }
  .doctor-title-section .search-ico {
    width: 25px;
    height: 25px;
    top: 18px !important;
  }
  .resp-header {
    height: 80px;
  }
  .navbar {
    min-height: 60px;
  }
  .navbar {
    padding: 8px 15px 5px 15px;
  }
  .doctor-title-section input.form-control {
    height: 40px;
  }
  .doctor-title-section .search-ico {
    width: 25px;
    height: 25px;
    top: 18px;
  }
  .filter-list {
    padding: 10px 15px;
    background: #ffffff;
  }
  .mob-view .rounded-pill {
    height: 35px;
  }
  .mb-custom {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .mb-custom:last-child {
    margin-bottom: 5px;
  }
  .h-top h3 {
    font-size: 16px;
  }
  .doctor-section .card {
    padding: 20px 15px 0;
  }
  .h-bottom .time, .currency {
    font-size: 14px !important;
  }
  .h-bottom span {
    font-size: 16px;
  }
  .h-top p {
    font-size: 13px;
    text-align: left;
  }
  .h-top h5 {
    font-size: 15px;
    min-height: 30px;
  }
  .h-bottom .time, .currency {
    line-height: 14px !important;
  }
  .doctor-section .card {
    min-height: 200px;
  }
  .h-bottom img {
    width: 20px;
    height: 20px;
  }
  .h-bottom {
    height: auto;
    padding: 15px 0;
  }
  .doctor-section {
    padding: 15px;
  }
  footer {
    padding: 15px 15px;
  }
  .doctor-title-section input.form-control:focus {
    top: 11px;
  }
  .h-top {
    padding-top: 30px;
    min-height: 130px;
  }
  ul.auth {
    position: relative;
  }
  .mobile-card {
    border-bottom: 1px solid #b8b8b8;
    display: flex;
  }
  .mobile-card .img-border {
    display: flex;
    justify-content: flex-start;
    position: relative;
    top: 0;
    margin-bottom: 0;
    flex-shrink: 0;
    margin: 0;
    width: 110px;
    height: 110px;
  }
  .mobile-card .h-top {
    border-bottom: 0;
    align-items: flex-start;
    padding-top: 5px;
  }
  .doctor-section {
    margin-top: 5px !important;
}
@media screen and (min-width: 1600px) {
  .sidebar ul.components {
    min-height: 68vh;
  }
  .content {
    width: calc(100% - 400px);
  }
  .sidebar {
    width: 400px;
  }
  .sidebar ul.components .name {
    font-size: 23px;
  }
  ul.auth a.signup {
    font-size: 23px !important;
  }
  ul.auth a.signin,
  ul.auth a.signin:hover {
    font-size: 23px !important;
  }
  .doctor-title-section h3 {
    font-size: 34px;
  }
  .doctor-title-section input.form-control {
    font-size: 21px;
  }
  .dropdown-toggle {
    font-size: 21px;
  }
  .bootstrap-select > .dropdown-toggle.bs-placeholder:active::after,
  .bootstrap-select > .dropdown-toggle.bs-placeholder:focus::after,
  .bootstrap-select > .dropdown-toggle.bs-placeholder:hover::after {
    top: 13px !important;
  }
  .dropdown-toggle::after {
    top: 10px !important;
  }
  .more-label {
    font-size: 21px !important;
  }
  .h-top h3 {
    font-size: 21px;
  }
  .h-top h5 {
    font-size: 19px;
  }
  .h-top p {
    font-size: 17px;
  }
  .h-bottom .time, .currency {
    font-size: 10px !important;
  }
  .h-bottom span {
    font-size: 21px;
  }
  .footer-span {
    font-size: 16px;
  }
  .how-it-works,
  .treatments,
  .contact {
    min-height: 65vh;
  }
  .doctor-section {
    min-height: 60vh;
  }
}
/* ---------------------------------------------------
    MEDIAQUERIES ENDS
----------------------------------------------------- */
