.find-div {
    display: none;
}

.searcher_wrapper {
    display: flex !important; align-items: center; justify-content: space-between;
}

.searcher_other_wrap {
    display: flex !important;
    width: 90%;
    justify-content: space-between;
}
.searcher_name {
        padding: 15px; min-width: 100px;     min-width: 200px;text-overflow: ellipsis;
}

.searcher_spec {
    padding: 15px; 
    min-width: 100px;
}

.searcher_prov {
    padding: 15px;  min-width: 100px; color: #828181;
}

.all-height {
    /*height: -webkit-fill-available !important;*/
}

.wrapper {
    /*min-height: 100%;*/
    /*position: relative; */
    overflow: visible !important; 
}

#pag_container {
        margin-bottom: 170px !important;
}


/*footer {
        bottom: 0%;
    position: absolute;
    width: 100%;
}*/


@media only screen and (max-width: 767px)  {
   .flex-center {
        display: block !important;
    }
    .just-xs {
        display: flex;
        justify-content: start;
        align-items: center;
        border-bottom: solid 1px #ebebeb;
        margin-bottom: 10px !important;
        /* margin-top: 10px !important; */
    }


}


/* Large desktop */
@media (min-width: 1200px) {
    .my-tab-kj .nav-tabs li{
        width: 20%;
        position: relative;
        top: 2px;
    }
    .my-tab-kj .nav-tabs li a {
        font-size: 13px;
    }

}


@media (min-width: 767px) and (max-width: 1280px) {
  

}




@media (min-width: 1281px) and (max-width: 1400px) {
    /*.banner {
        background-image: url(../images/home/1.jpg);
        height: 800px;
        background-repeat: no-repeat;
        background-size: contain;
    }*/

    .flex-center {
        display: block !important;
    }
    .footer-text h6 {
        color: #f0f0f0;
        font-size: 12px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
    }
    .bac-career {
        background-image: url(../images/about/bac.png);
        height: 400px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .about-bac {
        background-image: url(../images/about/bac.png);
        height: 400px;
        background-repeat: no-repeat;
        background-size: cover;
        margin: -100px 0 0 0;
    }
	.about-bac-another{
		 background-image: url(../images/about/bac.png);
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        margin: -100px 0 0 0;
	}
}
/* Portrait tablet to landscape and desktop */
@media (max-width: 1200px) {


}
@media (max-width: 980px) {


}


/* Landscape phone to portrait tablet */
@media (max-width: 768px) {


}

/* Landscape phones and down */
@media (max-width: 480px) {
    /* .select2-hidden-accessible {
        margin-bottom: 0px !important;
    } */
.menu-r {
    margin-top: 5px !important;    /* margin-top: 30px !important; */
}

.pill-respo {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.nav-pills>li {
    margin-bottom: 2px;
}
.flex-center {
    display: block !important;
}

.profile_card {
    height: auto !important; 
    box-shadow: 0px 0px 25px 2px gainsboro;
    padding: 10px;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.w100 {
    width: 100%;
}

div.zabuto_calendar .table th, div.zabuto_calendar .table td {
    padding: 4px 2px;
    text-align: left; 
}

.profile_card .doctor_personal img {
    width: 135px !important;
    border-radius: 0% !important;
}


.profile_card .profile-head img {
    padding-left: 0px !important;
}

.logo img {
    width: 100% !important;
    margin-left: 10px;
}


.custom-r {
        flex-direction: column !important;
            display: flex !important;
    align-items: initial !important;
    justify-content: center !important;
    width: 100% !important;
    text-align: center;
}

.r-margin-top {
    margin-top: 27px;
}

.searcher_wrapper {
    padding: 10px;
    display: flex !important;
    align-items: center;
        flex-direction: row;
    justify-content: flex-start;
        border: solid 1px #eaeaea;
    background: #ecf3e6;

}

.searcher_other_wrap {
    display: block !important;
    width: auto !important;
}
.searcher_name {
    padding: 0px; 
    min-width: auto !important;     
    min-width: auto !important;     
    text-overflow: ellipsis;
}

.searcher_spec {
 padding: 0px !important; 
  min-width: auto !important;    
}

.searcher_prov {
 padding: 0px !important; 
  min-width: auto !important; 
}

    .all-height {
    height: -webkit-fill-available !important;
}
    .banner {
        height: 100%;
           background-size: cover;
        bottom: 20px;
        position: relative;
    }

    .banner h2 {
            width: 260px !important;
    }
    .map {
        position: relative;
        bottom: 0;
        height: 100%;
        background-size: contain;
        margin: 45% 0 0 0;
    }
    .signin {
        float: left;
        margin: 10px 0;
        position: relative;
        left: -22px;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        margin-top: 0;
        padding: 12px !important;
        margin-right: 0;
        top: 9px;
        margin-bottom: 0;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0px;
    }
    .man img {
        margin: 60px auto;
        padding: 0;
        width: 8%;
        position: relative;
        top: 30px;
    }
    .scroll {
   display: none;
    }
    .banner h3 {
        font-size: 22px;
    }
    .banner h2 {
        font-size: 22px;
        margin: 0 0 10px 0;
    }
    .banner p {
        font-size: 16px;
        line-height: 25px;
        margin: 0 0 50px 0;
        width: 100%;
    }

    .map-text h3 {
        font-size: 16px;
    }

    .easy-autocomplete {
        width: 200px !important;
    }

    .easy-autocomplete-container ul {
        width: 268px !important;    
    }

    .join-1 img {
        float: right;

    }

    .searcher_img_wrapper img {
        margin-right: 15px;
    }

    .join-1 {
            padding: 0 30px;
    text-align: right;
    }

    .height-custom {
        height: auto !important ;
    }

    .banner a {
        font-size: 13px;
        position: relative;
        top: 0px;
    }
    .map-text h4 {
        font-size: 15px;
        margin: 0 0 20px 0;
    }
    .nav-head {
        float: left !important;
        padding: 0 0px 0 0;
    }
    .nav-main .active a:after {
        position: absolute;
        top: 30px;
        left: 15px;
    }
    .copy-right h4 {
        font-size: 9px;
    }
    .footer-text h3 {
        margin: 20px 0 50px 0;
    }
    .show-more i {
        margin-left: 10px;
    }
    .menu-footer ul li {
        margin-right: 15px;
        font-size: 15px;
    }
    .menu-footer {
        margin: 20px 0 10px 0;
    }
    .menu-footer .active {
        font-size: 14px;
    }
    .footer-text {
        border-right: none;
        padding: 0;
    }
    .header-sgnin {
        margin-bottom: -20px !important;
    }
    .navbar-header-resp {
          position: relative;
      top: -42px;
    }

    .footer-text h6 {
        font-size: 13px;
    }
    .show-more {
        font-size: 13px;
        top: -30px;
    }

    .flex-center-important {
        display: flex !important;
        justify-content: center;
        align-items: center;

    }

    .c-profile-h h3  {
        font-size: 14px !important;
    }
    .c-profile-h h3 span {
        font-size: 14px !important;
    }

    .c-profile-h h4  {
        font-size: 14px !important;
    }
    .c-profile-h h4 span {
        font-size: 14px !important;
    }

    #back-to-top {
        right: 72px;
    }
    #back-to-top img {
        width: 30px;
    }


    .about-bac {
        height: 399px;
    }

    .nav-head .active:after {
        content: url("../images/home/3.png");
        position: absolute;
        right: 0;
        top: 30px;
        left: 17px;
    }

    .search-main-find {
        margin: 0px 0 40px 0;
    }

    .search-find img {
        border-right: none;
        padding-right: 40px;
        margin: 0 auto;
    }
    .bac-career {
        height: 100%;
        margin: 10px 0;
    }

    .getting-back .form-control {
        margin: 0;
    }
    .usr-commet {
        top: 0;
    }
    .getting-back {
        position: relative;
        top: 25px;
    }
    .contact-banner {
        min-height: 700px;
    }

    .terms-img {
        padding: 30px;
        display: block !important;
    }
    .terms-img img {
        margin: 0 auto;
    }

    .terms {
        margin: 0;
    }

    .head-terms h2 {
        font-size: 24px;
    }

    .signin ul li {
        list-style: none;
        float: left;
        margin: 0 0px 0 0;
        font-size: 10px;
    }
    .logo {
        padding: 5px 0 0 0;
    }

    .log-index {
        position: relative;
        /* left: 14px; */
    }
    .login-modal {
        width: 100%;
    }

    .nav-tab-find>li>a {
        font-size: 8px;
    }
    .nav-tab-find>li.active>a, .nav-tab-find>li.active>a:focus, .nav-tab-find>li.active>a:hover {
        border: none;
    }
    .nav-tab-find span img {
        margin-right: 0;
    }

    .nopadding {
        width: 100%;
    }
    .find {
        position: absolute;
        bottom: 0;
        left: 82%;
    }

    /*inner-dashboard*/

    .profile-head {
        float: none;
        margin: 0;
    }
    .profile-head img {
        padding-left: 110px;
    }
    .serch-main h4 {
        font-size: 16px;
        border-right: none;
    }
    .tab-cnt-search .nav-tabs li a {
        font-size: 12px;
    }

    .left-events {
        margin: 0;
    }

    .pat-img-nw {
        float: none;
        margin-right: 0;
        margin-left: 30px;
    }
    .table-cus h4 {
        padding: 35px 0 0 0;
    }
    .table-cus h5 {
        padding: 35px 0 0 0;
    }
    .nav-tb>li.active>a:after, .nav-tb>li.active>a:focus:after {
        content: "";
    }
    .evnt-mn .left-events {
        margin: 30px 0;
    }

    .row-frm {
        border-right: none;
        margin: 20px 0;
        padding-right: 20px;
    }

    .btn-pat {
        padding: 0 0 0 15px;
    }
    .pt-ent h6 {
        font-size: 12px;
        margin: 0;
    }
    .pt-ent .col-lg-1 img {
        float: left;
        margin-right: 10px;
    }

    .img-pat-view img {
        float: left;
        margin-right: 40px;
        margin-left: 20px;
    }

    .quali-main p {
        font-size: 12px;
        width: 100%;
        text-align: left;
    }
    .hospital-right {
        padding: 0;
        margin-bottom: 30px;
    }
    .hospital-left {
        padding-left: 0;
        margin: 40px 0;
    }
	.signin ul li img {
    margin: 0 5px 0 0;
    width: 25px;
}

.signin li a {
	    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 75px;
}
}

@media (min-width: 1650px) and (max-width: 2000px){

}

@media (min-width: 481px) and (max-width: 768px) {
    .banner {
        height: 571px;
        background-size: contain;
        bottom: 20px;
        position: relative;
    }

    .banner-text {
        position: relative;
        top: 0;
    }
    .scroll {
        display: none;
    }
    .feature-inner {
        display: block !important;
    }

    .app-banner {
        height: 300px;
        background-size: contain;
        margin: 0 0px -11px 0;
    }
    .app {
        float: right;
        padding: 0px 0 0 0;
    }

    .app h3 {
        font-size: 18px;
    }
    .app h4 {
        margin: 22px 0 20px 0;
    }
    .footer-text {
        border-right: none;
        padding: 0 15px 0 0;
    }

    .bac-career {
        height: 100%;
        margin: 0 0 25px 0;
    }
    .search-find {
        float: left;
        margin-right: 30px;
    }

    .search-find-text p {
        font-size: 18px;
        line-height: 30px;
    }
    .search-main-find {
        margin: 0px 0 40px 0;
    }

    .getting-back {
        position: relative;
        top: 30px;
    }
    .contact-banner {
        min-height: 753px;
    }

    .terms-img {
        padding: 0;
        display: block !important;
    }

    .terms-img img {
        margin: 0 auto;
    }

    .terms-back {
        margin: -250px 0 0 0;
    }

    .signin {
        float: right;
        margin: 0;
    }

    .nopadding {
        padding: 0px 0 0 40px;
    }
    .nav-tb>li.active>a:after, .nav-tb>li.active>a:focus:after {
        content: "";
    }

    .btn-pat {
        padding: 0 0 0 15px;
    }
    .pt-ent h6 {
        font-size: 12px;
        margin: 0;
    }
    .pt-ent .col-lg-1 img {
        float: left;
        margin-right: 10px;
    }
    .hospital-left {
        padding-left: 0;
        margin: 40px 0;
    }
    .hospital-right {
        padding: 0;
        margin-bottom: 20px;
    }
}


@media (min-width: 769px) and (max-width: 1024px) {
    .banner {
        height: 585px;
        background-size: contain;
        bottom: 133px;
    }
    .scroll {
        position: relative;
        top: 10px;
    }
    .banner-text {
        position: relative;
        top: 145px;
    }

    .feature-inner {
        display: block !important;
    }

    .footer-text {
        border-right: none;
    }

    .copy-right {
        position: relative;
        top: 8px;
    }

    .app-banner {
        height: 387px;
        background-size: contain;
    }
    .app {
        float: right;
        padding: 40px 0 0 0;
    }

    .search-find {
        float: left;
        margin-right: 30px;
    }

    .search-find-text p {
        font-size: 18px;
        line-height: 30px;
    }
    .bac-career {
        height: 100%;
        margin: 0 0 30px 0;
    }

    .getting-back {
        position: relative;
        top: 30px;
    }
    .contact-banner {
        min-height: 100%;
    }

    .terms-img {
        padding: 0;
        display: block !important;
    }

    .terms-img img {
        margin: 0 auto;
    }

    .terms-back {
        margin: -250px 0 0 0;
    }

    .contact-banner {
        min-height: 100%;
    }
    .nav-tb>li.active>a:after, .nav-tb>li.active>a:focus:after {
        content: "";
    }

    .btn-pat {
        padding: 0 0 0 15px;
    }
    .pt-ent h6 {
        font-size: 12px;
        margin: 0;
    }
    .pt-ent .col-lg-1 img {
        float: left;
        margin-right: 10px;
    }
}

@media (min-width: 481px) {

}