@font-face {
    font-family: "opensans";
    src: url("../fonts/opensans-light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "opensans";
    src: url("../fonts/opensans-lightitalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: "opensans";
    src: url("../fonts/opensans-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "opensans";
    src: url("../fonts/opensans-italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "opensans";
    src: url("../fonts/opensans-semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "opensans";
    src: url("../fonts/opensans-semibolditalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: "opensans";
    src: url("../fonts/opensans-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "opensans";
    src: url("../fonts/opensans-bolditalic.woff") format("woff");
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: "opensans";
    src: url("../fonts/opensans-extrabold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "opensans";
    src: url("../fonts/opensans-extrabolditalic.woff") format("woff");
    font-weight: 800;
    font-style: italic;
}
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
::-webkit-scrollbar-track {
    background: #e7e7e7;
}
::-webkit-scrollbar-thumb {
    background: #d1d3d5;
    border: 1px solid #d1d3d5;
}
* {
    margin: 0;
    padding: 0;
}
html, body {
    position: relative;
    margin: 0;
    height: 100%;
    font-family: "opensans";
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: "opensans";
}
p, li, ul {
    margin: 0px;
    padding: 0px;
    font-family: "opensans";
    font-weight: 400;
    list-style: none;
}
a {
    color: inherit;
    font-family: "opensans";
    font-weight: 400;
}
.clear {
    clear: both;
}
.rmv-mrg {
    margin: 0 !important;
}
.rmv-mrg-right {
    margin: 0 !important;
}
.rmv-mrg-left {
    margin: 0 !important;
}
.rmv-pad {
    padding: 0 !important;
}
.rmv-pad-left {
    padding-left: 0 !important;
}
.rmv-pad-right {
    padding-right: 0 !important;
}
.rmv-bdr {
    border: none !important;
}
.inline {
    display: inline-block;
}
.form-control {
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-box-shadow: inset 0 0 0 transparent;
    -moz-box-shadow: inset 0 0 0 transparent;
    -ms-box-shadow: inset 0 0 0 transparent;
    box-shadow: inset 0 0 0 transparent;
}
.form-control:focus {
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 074px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
.date-icon {
    position: relative;
}
.date-icon:after {
    content: "\f073";
    position: absolute;
    top: 4px;
    right: 8px;
    color: #c5c5c5;
    font-family: 'FontAwesome';
    display: block;
}
.landing-field {
    display: block;
    padding: 0;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    border: 1px solid #efefef;
    border-width: 1px 0 0 0
}
.landing-field legend {
    margin: 0;
    padding: 0 10px;
    width: auto;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    font-family: "calibri";
    border: none;
}
.btn-normal {
    color: #3f5168;
    border: 1px solid #d1d5d8;
    background-color: #f8f9fb;
    outline: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}
.btn-normal:hover, .btn-normal:focus, .btn-normal:active {
    color: #fff !important;
    background-color: #1bb24e;
    border-color: #eb8e8b;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-orange, .btn-orange:active {
    color: #fff;
    border: 1px solid #25bc58;
    background: -moz-linear-gradient(top, #25bc58 50%, #25bc58 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #25bc58), color-stop(50%, #25bc58));
    background: -webkit-linear-gradient(top, #25bc58 50%, #25bc58 50%);
    background: -o-linear-gradient(top, #25bc58 50%, #25bc58 50%);
    background: -ms-linear-gradient(top, #25bc58 50%, #25bc58 50%);
    outline: none !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active {
    color: #fff;
    opacity: 0.9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-darkblue, .btn-darkblue:active {
    border: 1px solid #7d8998;
    background: -moz-linear-gradient(top, #3f5168 50%, #526277 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3f5168), color-stop(50%, #526277));
    background: -webkit-linear-gradient(top, #3f5168 50%, #526277 50%);
    background: -o-linear-gradient(top, #3f5168 50%, #526277 50%);
    background: -ms-linear-gradient(top, #3f5168 50%, #526277 50%);
    outline: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}
.btn-darkblue:hover, .btn-darkblue:focus, .btn-darkblue:active {
    color: #fff;
    opacity: 0.9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/*Custom styles starts here*/
.body-bg {
    background-image: url(../img/home-bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}
.bg-image {
    padding: 0;
    background-repeat: repeat;
    background-color: #efefef;
    background-image: url(../img/search-pattern.png);
    -webkit-background-size: cover;
    background-size: cover;
}
.patient_portal-outer {
    width: 100%;
}
.patient_portal-outer .reg_btn-outer {
    float: right;
}
.patient_portal-outer .reg_btn-outer .btn-normal {
    padding: 6px 12px 8px 12px;
    min-width: 130px;
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}
.patient_portal-outer .reg_btn-outer .btn-normal:first-child {
    margin-right: 9px;
}
.patient_portal-outer .search-sec {
    margin: 0 auto 0 auto;
}
.patient_portal-outer .search-sec .img-div {
    display: block;
    padding: 0 60px;
    margin: 50px 0;
}
.patient_portal-outer .search-sec .img-div a {
    float: left;
}
.patient_portal-outer .search-sec .navigation {
    float: right;
}
.img-div .navigation {
    display: none;
}
.navigation .nav-btn {
    float: left;
    padding: 6px 10px;
    margin-left: 15px;
    font-weight: 600;
    text-decoration: none;
    line-height: 25px;
    border: 1px solid #f0f0f0;
    border-radius: 1px;
}
.navigation .nav-btn.sign-in {
    padding: 0;
    margin-top: 6px;
    color: #797979;
    border: none;
    transition: all 0.3s;
}
.nav-btn.doctors {
    color: #797979;
    border-color: #E4E4E4;
    transition: all 0.3s;
}
.nav-btn.doctors:hover {
    color: #fff !important;
    border-color: #1BB24E;
    background-color: #1BB24E;
}
.nav-btn.sign-in:hover {
    color: #1BB24E;
    border-color: #E6E6E6;
}
.patient_portal-outer .search-sec .img-div .doctors:hover, .patient_portal-outer .search-sec .img-div .doctors:hover:before {
    color: #8C8C8C;
    transition: all 0.3s;
}
.patient_portal-outer .search-sec h1 {
    position: relative;
    margin-top: 20px;
}
.patient_portal-outer .search-sec .line span {
    position: relative;
    display: block;
    padding: 0 20px;
    margin: 0 auto;
    width: 140px;
    height: 78px;
    background: url("../img/doc-logo.png") no-repeat #fff;
    z-index: 5;
}
.patient_portal-outer .search-sec .search-box {
    margin: 0 auto 0 auto;
    text-align: center;
}
.patient_portal-outer .search-sec .search-box h1 {
    margin: 0 0 25px 0;
    font-weight: 700;
    font-size: 32px;
    color: #3d3d3d;
    letter-spacing: -.5px;
    font-family: "calibri";
}
.patient_portal-outer .search-sec .search-box [class^="col-"] {
    padding-right: 0;
}
.main-place .form-control {
    padding-left: 35px;
    border-right: 1px solid #ECECEC !important;
    background-color: #f8f8f8;
}
.patient_portal-outer .search-sec .search-box .form-control {
    height: 50px;
    font-size: 20px;
    color: #6e6e6e;
    font-family: "calibri";
    border: none;
}
.patient_portal-outer .search-sec .search-box .custom-select {
    position: relative;
}
.main-place {
    position: relative;
}
.main-place .form-control {
    padding-left: 35px;
    border-right: 0;
    background-color: #f8f8f8;
}
.main-place .form-control:focus {
    border-right: 1px solid #000;
}
.main-place:before {
    content: "\f041";
    position: absolute;
    top: 6px;
    left: 15px;
    display: block;
    font-size: 19px;
    text-align: center;
    color: #898989;
    line-height: 35px;
    font-family: 'FontAwesome';
    z-index: 1;
}
.patient_portal-outer .search-sec .search-box .custom-select select {
    padding-left: 32px;
}
.patient_portal-outer .search-sec .search-box .custom-select select option {
    padding: 6px 12px;
}
.patient_portal-outer .search-sec .search-box .search-field {
    position: relative;
    float: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.patient_portal-outer .search-sec .search-box .suggest-Div {
    position: absolute;
    top: 60px;
    left: 16px;
    width: 100%;
    max-height: 190px;
    border: 1px solid #dadcdf;
    border-bottom: 1px solid #1bb24e;
    background-color: #FFF;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.patient_portal-outer .search-sec .search-box .suggest-Div li {
    font-size: 16px;
    font-weight: 400;
    color: #848383;
    font-family: "calibri";
    text-align: left;
    cursor: pointer;
}
.patient_portal-outer .search-sec .search-box .suggest-Div li span {
    display: inline-block;
    padding: 6px 0px;
}
.search-doc-wrapper {
    margin: 0px 12px;
    border-bottom: 1px solid #efefef;
}
.search-doc-wrapper.no-data{
    cursor: default;
    color: #ccc;
    text-align: center;
    border-bottom:none;
}
.speciality {
    float: right;
    color: #c7c7c7;
    font-size: 13px;
    line-height: 23px;
}
.patient_portal-outer .search-sec .search-box .suggest-Div li:hover {
    color: #1bb24e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.patient_portal-outer .search-sec .search-box .suggest-Div .not-found {
    float: left;
    width: 70%;
    height: 39px;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    background-color: #3f5169;
}
.patient_portal-outer .search-sec .search-box .suggest-Div .btn-orange {
    width: 30%;
    height: 39px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    outline: none;
    -webkit-border-radius: 0 0 8px 0;
    -moz-border-radius: 0 0 8px 0;
    -ms-border-radius: 0 0 8px 0;
    border-radius: 0 0 8px 0;
}
.patient_portal-outer .search-sec .search-box .suggest-Div .btn-orange .fa {
    margin-right: 7px;
}
.patient_portal-outer .search-sec .search-box .hide-suggest {
    display: none;
}
.patient_portal-outer .search-sec .search-box .show-suggest {
    display: block;
}
.patient_portal-outer .search-sec .search-box .btn-search {
    padding: 6px 10px;
    width: 40px;
    font-size: 18px;
    color: #fff;
    background-color: #1bb24e;
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.patient_portal-outer .search-sec .search-box .btn-search:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.patient_portal-outer .search-sec .search-box .btn-search .fa-search {
    padding: 4px 0px;
}
.name-search .suggest-Div {
    width: 96.2% !important;
}
.patient_portal-outer .appointment-Div .btn-orange {
    display: inline-block;
    margin: 3px 0 0 0;
    width: 100%;
    height: 45px;
    font-weight: 600;
    font-size: 15px;
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.patient_portal-outer .appointment-Div .btn-darkblue {
    display: inline-block;
    margin-top: 3px;
    width: 100%;
    height: 40px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.signin-wraper.docs-signin {
    margin: 0 0 0 0;
    padding: 25px;
    height: 100vh;
    min-height: 800px;
    border-left: 1px solid #F3F3F3;
    background-color: #fff;
}
.docs-signin .social-wrapper {
    margin-top: 20px;
    text-align: center;
}
.docs-signin .social-wrapper .social-outer {
    float: left;
    padding: 12px 0;
    margin-right: 4%;
    width: 48%;
    text-decoration: none;
    background-color: #fcfcfc;
    border: 1px solid #f5f5f5;
    transition: all 0.3s;
}

/*facebook hover*/
.social-wrapper .social-outer.facebook:hover {
    background-color: #3a5ba0;
    transition: all 0.3s;
}
.social-wrapper .social-outer.facebook:hover .option-circle {
    background-color: #fff;
    color: #3a5ba0;
    transition: all 0.3s;
}
.social-wrapper .social-outer.facebook:hover .social-text {
    color: #fff;
    transition: all 0.3s;
}

/*g-plus hover*/
.social-wrapper .social-outer.g-plus:hover {
    background-color: #d6492f;
    transition: all 0.3s;
}
.social-wrapper .social-outer.g-plus:hover .option-circle {
    background-color: #fff;
    color: #d6492f;
    transition: all 0.3s;
}
.social-wrapper .social-outer.g-plus:hover .social-text {
    color: #fff;
    transition: all 0.3s;
}
.docs-signin .social-outer.facebook .social-text {
    color: #3a5ba0;
    font-size: 14px;
    font-family: "calibri";
    transition: all 0.3s;
}
.docs-signin .social-outer.facebook .option-circle {
    background-color: #3a5ba0;
    transition: all 0.3s;
}
.docs-signin .social-outer.g-plus .social-text {
    color: #d6492f;
    font-size: 14px;
    font-family: "calibri";
    transition: all 0.3s;
}
.docs-signin .social-outer.g-plus .option-circle {
    background-color: #d6492f;
    transition: all 0.3s;
}
.docs-signin .social-wrapper .social-outer:last-child {
    margin-right: 0;
}
.docs-signin .social-wrapper .option-circle {
    display: inline-block;
    width: 21px;
    height: 21px;
    line-height: 21px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 0.3s;
}
.docs-signin .social-wrapper .social-text {
    font-weight: 400;
    font-size: 14px;
    font-family: "calibri";
    transition: all 0.3s;
}
.docs-signin .login-here {
    margin-bottom: 58px;
    padding-left: 10px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #454444;
    font-weight: 600;
    text-align: left;
    font-size: 16px;
    font-family: "calibri";
    border-left: 3px solid #1bb24e;
    background-color: #f7f7f7;
}
.docs-signin .remember {
    text-align: left;
}
.docs-signin .options-div .option {
    background-color: #CCC !important;
}
.docs-signin .option-outer:hover .option.reg {
    background-color: #5eb600 !important;
    transition: all 0.3s;
}
.docs-signin .option-outer:hover .option.google {
    background-color: #e64838 !important;
    transition: all 0.3s;
}
.docs-signin .option-outer:hover .option.facebook {
    background-color: #0257ad !important;
    transition: all 0.3s;
}
.signin-wraper.docs-signin .btn-orange {
    height: 45px !important;
}
.docs-signin .form-control {
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-family: "calibri";
    border-color: #f1f1f1 !important;
}
.docs-signin .pass-word .form-control {
    padding-right: 36px !important;
}
.docs-signin .show-pass-outer {
    width: 33px;
    height: 33px;
}
.docs-signin .show-pass {
    top: 14px;
    right: 10px;
}
.docs-signin .user-name:before, .docs-signin .pass-word:before, .docs-signin .facility:before {
    width: 25px;
    height: 25px;
    color: #cacaca;
    font-size: 15px;
    line-height: 25px;
}
.docs-signin .option-outer {
    width: 45px !important;
    height: 45px !important;
}
.docs-signin .option {
    width: 35px !important;
    height: 35px !important;
    line-height: 38px !important;
    font-size: 15px !important;
}
.docs-signin .form-control::-webkit-input-placeholder {
    line-height: 22px;
    font-size: 15px !important;
    color: #B9B9B9 !important;
    font-family: "calibri";
}
.docs-signin .opt-text {
    font-size: 12px !important;
}
.left-align {
    padding-left: 5px !important;
}
.docs-signin .options-div {
    margin: 10px 0 0 0;
}
.docs-signin .options-div .opt-wrap {
    margin-right: 16px;
}
.signin-wraper .signin-btn {
    margin: 0 auto 30px auto;
    text-align: center;
}
.appointment-Div.signin-btn .btn-orange {
    width: 100%;
}
.signin-wraper .signin-btn .new-user {
    margin: 12px 0;
    font-weight: 600;
    font-size: 12px;
    color: #a1a4ab;
}
.signin-wraper .signin-btn .new-user .click {
    font-weight: 600;
    color: #1bb24e;
    text-decoration: underline;
}
.signin-wraper .signin-btn .new-user .click:hover {
    opacity: 0.8;
}
.signin-wraper .signin {
    position: relative;
    margin: 0 auto;
}
.signin.signin-top > a {
    display: block;
    margin-bottom: 30px;
}
.docs-signin.signin-wraper .signin {
    margin: 107px 0 30px 0;
}
.docs-signin .btn-orange {
    display: inline-block;
    margin: 0 0 10px 0;
    width: 100%;
    height: 50px;
    font-weight: 400;
    font-size: 16px;
    outline: none;
    color: #fff;
    font-family: "calibri";
    border-color: #f7f7f7;
    background: #1bb24e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    transition: all 0.4s !important;
}
.docs-signin .btn-orange:hover {
    color: #fff;
    border-color: #f7f7f7;
    background: #25bc58;
    transition: all 0.4s !important;
}
.signin-wraper .signin-btnDiv {
    margin: 0 0 0 0;
    padding-bottom: 15px;
}
.signin-wraper .signin-btnDiv .btn-fb {
    float: left;
    padding: 9px 12px;
    width: 205px;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    background-color: #45619d;
    outline: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}
.signin-wraper .signin-btnDiv .btn-fb:hover {
    opacity: 0.9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.signin-wraper .signin-btnDiv .btn-gplus {
    float: right;
    padding: 9px 12px;
    margin-bottom: 12px;
    width: 205px;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    outline: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}
.signin-wraper .signin-btnDiv .btn-gplus:hover {
    opacity: 0.9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.signin-wraper .form-control {
    padding: 6px 36px 6px 48px;
    height: 45px;
    font-weight: 300;
    font-size: 16px;
    border-color: #f1f1f1 !important;
    font-family: "calibri";
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.signin-wraper .form-control::-webkit-input-placeholder {
    color: #999999 !important;
    font-size: 16px !important;
    font-family: "calibri" !important;
}
.signin-wraper .form-control::-moz-input-placeholder {
    color: #999999;
    font-size: 16px;
    font-family: "calibri";
}
.signin-wraper .old-user {
    padding: 3px 12px;
    margin-bottom: 15px;
    height: 45px;
    font-weight: 600;
    color: #454444;
    font-size: 14px;
    text-align: left;
    line-height: 19px;
    font-family: "calibri";
    border: 1px solid #f8f8f8;
}
.signin-wraper .old-user .click {
    display: inline-block;
    color:  #a1a4ab;
    font-weight: 400;
    font-family: "calibri";
    text-decoration: none;
}
.signin-wraper .old-user .click:hover {
    opacity: 0.8;
}
.signin-wraper .remember {
    margin-bottom: 15px;
}
.signin-wraper .remember .rem-lbl {
    float: left;
    margin-bottom: 0;
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 400;
    font-family: "calibri";
    cursor: pointer;
}
.signin-wraper .remember .fgt-lbl {
    float: right;
    margin-bottom: 0;
    color: #a1a4ab;
    font-size: 14px;
    font-weight: 400;
    font-family: "calibri";
    text-decoration: none;
}
.signin-wraper .remember .fgt-lbl:hover {
    color: #1bb24e;
    transition: all 0.3s;
}
.signin-wraper .logo {
    display: block;
    margin: 0 auto;
    z-index: 5;
}
.options-div {
    margin: 60px 0 40px 0;
    width: 100%;
    text-align: center;
}
.options-div .option-outer {
    display: block;
    margin: 0 auto;
    width: 58px;
    height: 58px;
    background-color: #fff;
    border: 1px solid #DADCDF;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.options-div .option-outer:hover {
    opacity: 0.9;
    transition: all 0.3s;
}
.options-div .opt-wrap {
    display: inline-block;
    margin-right: 30px;
    text-align: center;
}
.options-div .opt-wrap:nth-child(4) {
    margin-right: 0;
}
.options-div .option.reg {
    background-color: #5eb600;
}
.options-div .option.sign-in {
    background-color: #3f5168;
}
.options-div .option.facebook {
    background-color: #0257ad;
}
.options-div .option.google {
    background-color: #e64838;
}
.options-div .option.home {
    background-color: #e6387f;
}
.options-div .option {
    display: block;
    margin: 4px;
    width: 48px;
    height: 48px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.options-div .opt-text {
    display: block;
    margin-top: 4px;
    color: #3f5168;
    font-size: 15px;
    font-weight: 400;
}

/*Search section new design styles starts here*/
.search-wrapper {
    padding: 45px 60px 40px 60px;
    height: 200px;
    background-image: url(../img/search-pattern.png);
    background-repeat: repeat;
    background-color: #efefef;
}
.search-wrapper .form-control::-webkit-input-placeholder {
    line-height: 27px;
    font-size: 20px !important;
    color: #8e8e8e !important;
    font-family: "calibri";
}

/*Search section new design styles ends here*/
.location-search {
    position: relative;
}
.location-search .place-list {
    position: absolute;
    top: 60px;
    left: 0;
    padding: 6px 0 6px 12px;
    width: 675px;
    min-height: 38px;
    max-height: 310px;
    border: 1px solid #ebebeb;
    border-bottom-color: #1bb24e;
    background-color: #fff;
    overflow-y: auto;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.location-search .place-list li:first-child {
    display: block;
    width: 97%;
    margin: 0;
}
.location-search .place-list li.no-locations {
    padding: 7px 0px !important;
    margin: 0 !important;
    width: 100% !important;
    text-align: center !important;
    border: none !important;
    cursor: default !important;
    color: #848383 !important;
}
.location-search .place-list li {
    float: left;
    display: inline-block;
    padding: 5px 0 0 0;
    margin-right: 3%;
    width: 22%;
    color: #848383;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: "calibri";
    border-bottom: 1px solid #efefef;
    cursor: pointer;
}
.location-search .place-list li:hover, .location-search .place-list li.active {
    color: #1bb24e;
    transition: all 0.3s;
}

/*Video section style starts here*/
.sticky-wrapper {
    min-height: calc(100vh - 220px);
}
.inner-footer {
    height: 169px;
}
.video-wrapper {
    padding: 60px 0;
    width: 100%;
    background-color: #fff;
}
.video-wrapper .play-btn {
    display: block;
    margin: 8px auto 20px auto;
    width: 43px;
    height: 43px;
    background-image: url(../img/play-btn.png);
    background-repeat: no-repeat;
    background-color: #fff;
    outline: none !important;
}
.video-wrapper .play-btn:focus {
    box-shadow: none;
}
.video-wrapper .video-description {
    margin: 0 auto;
    width: 80%;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #7d7d7d;
    font-family: "calibri";
}
.video-wrapper .our-team {
    margin: 30px auto 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #7d7d7d;
    font-family: "calibri";
}
.video-wrapper .our-team b {
    display: block;
    font-style: normal;
    color: #5e5e5e;
}

/*Video section style ends here*/

/*Vadoori footer section style starts here*/
.vadoori-footer {
    padding: 60px;
    border-top: 1px solid #ebebeb;
}
.footer-left {
    float: left;
}
.footer-left .copy-right {
    margin-top: 5px;
    font-family: "calibri";
    font-size: 14px;
    font-weight: 400;
    color: #5e5e5e;
}
.footer-right {
    float: right;
}
.footer-right a {
    font-family: "calibri";
    font-size: 14px;
    font-weight: 400;
    color: #5e5e5e;
    text-decoration: none;
}
.terms-outer {
    float: right;
}
.footer-right .social-icons {
    float: right;
    margin-bottom: 5px;
}
.footer-right .social-icons .icon-outer {
    display: inline-block;
    margin: 0;
    width: 22px;
    height: 22px;
    color: #fff;
    text-align: center;
    line-height: 23px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.footer-right .social-icons .icon-outer:hover {
    opacity: 0.8;
    transition: all 0.3s;
}
.footer-right .facebook {
    background-color: #3a5ba0;
}
.footer-right .g-plus {
    background-color: #de3619;
}
.footer-right .twitter {
    background-color: #2ca7e0;
}

/*Vadoori footer section style ends here*/

/*Vadoori Signin form style starts*/

.sigin-wrapper-section {
    padding: 50px 0;
    border: 1px solid #f0f0f0;
}
.sigin-wrapper-section .sigin-inner-wrapper {
    margin: 0 30px;
}
.sigin-wrapper-section .form-control {
    padding: 6px 12px;
    height: 40px;
}
.sigin-wrapper-section .form-control::-webkit-input-placeholder {
    line-height: 22px;
    font-size: 15px !important;
    color: #B9B9B9 !important;
    font-family: "calibri";
}
.sigin-wrapper-section .btn-orange {
    display: inline-block;
    margin: 5px 0 10px 0;
    width: 100%;
    height: 40px;
    font-weight: 400;
    font-size: 16px;
    outline: none;
    color: #fff;
    font-family: "calibri";
    border-color: #f7f7f7;
    background: #1bb24e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.sigin-wrapper-section .btn-orange:hover {
    color: #fff;
    border-color: #f7f7f7;
    background: #25bc58;
    transition: all 0.3s !important;
}
.sigin-wrapper-section .p-relative {
    position: relative;
}
.sigin-wrapper-section .signin-btn {
    margin-bottom: 10px;
}
.sigin-wrapper-section .old-user {
    margin-bottom: 15px;
}
.sigin-wrapper-section .social-wrapper {
    margin-top: 20px;
    text-align: center;
}
.sigin-wrapper-section .social-wrapper .social-outer {
    float: left;
    padding: 12px 0;
    margin-right: 4%;
    width: 48%;
    text-decoration: none;
    background-color: #fcfcfc;
    border: 1px solid #f5f5f5;
}
.sigin-wrapper-section .social-wrapper .option-circle {
    display: inline-block;
    width: 21px;
    height: 21px;
    line-height: 21px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.sigin-wrapper-section .social-wrapper .social-outer:last-child {
    margin-right: 0;
}
.sigin-wrapper-section .social-outer.g-plus .social-text {
    color: #d6492f;
    font-size: 14px;
    font-family: "calibri";
}
.sigin-wrapper-section .social-outer.facebook .social-text {
    color: #3a5ba0;
    font-size: 14px;
    font-family: "calibri";
}
.sigin-wrapper-section .social-outer.facebook .option-circle {
    background-color: #3a5ba0;
}
.sigin-wrapper-section .social-outer.g-plus .option-circle {
    background-color: #d6492f;
}
.sigin-wrapper-section .reg-btn {
    margin-top: 20px;
    padding: 8px 12px;
    width: 100%;
    font-weight: 700;
    font-size: 17px;
    color: #454444;
    font-family: "calibri";
    background-color: #ebebeb;
    outline: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.sigin-wrapper-section .reg-btn:hover {
    opacity: 0.8;
    transition: all 0.3s;
}
.signin-top {
    margin-top: 30px !important;
}

/*footer starts*/
.signin-footer {
    padding: 30px;
    border-top: none;
}
.signin-footer .footer-left, .signin-footer .footer-right {
    text-align: center;
}
.signin-footer .footer-right .social-icons {
    float: none;
    margin-top: 10px;
}
.signin-footer .terms-outer {
    float: none;
    margin-top: 5px;
}
.signin-footer .vadoori-footer {
    padding: 40px;
}
.signin-footer .copy-right {
    margin-top: 8px;
    font-family: "calibri";
    font-size: 14px;
    font-weight: 400;
    color: #5e5e5e;
}

/*footer ends*/
.section-title {
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 2px solid #F1F1F1;
}
.section-title h1 {
    position: relative;
    color: #454444;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    font-family: "calibri";
}
.section-title h1:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 70px;
    border-bottom: 2px solid #1bb24e;
}
.login-pass {
    position: relative;
}
.login-pass .show-pass-outer {
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 43px;
}
.login-pass .show-pass {
    right: 14px;
    top: 18px;
}

/*Vadoori Signin form style ends*/

/*Vadoori Forgot password style starts*/
.sigin-wrapper-section.active .forgot-pass-wrapper {

    /*display: block;*/
    height: auto;
    margin-bottom: 20px;
    padding: 20px 0;
    transition: all 0.3s;
}
.sigin-wrapper-section.active .forgot-pass-wrapper .btn-pass {
    display: block;
}
.sigin-wrapper-section.active .forgot-pass-wrapper .form-group {
    display: block;
}
.forgot-pass-wrapper {

    /*display: none;*/
    height: 0;
    padding: 0;
    background-color: #ECECEC;
    transition: all 0.3s;
}
.forgot-pass-wrapper .btn-pass {
    display: none;
    margin: 0;
    width: 100%;
    height: 45px;
    font-weight: 600;
    font-size: 15px;
    outline: none;
    color: #fff;
    font-family: "calibri";
    border-color: #f7f7f7;
    background: #1bb24e;
    outline: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.forgot-pass-wrapper .btn-pass:hover {
    color: #fff;
    border-color: #f7f7f7;
    background: #25bc58;
    transition: all 0.3s !important;
}
.forgot-pass-wrapper .form-group {
    display: none;
}
.sigin-wrapper-section .fgt-lbl {
    position: relative;
}
.sigin-wrapper-section .fgt-lbl:after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: 40px;
    display: none;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ECECEC;
}
.sigin-wrapper-section.active .fgt-lbl {
    color: #1bb24e;
}
.sigin-wrapper-section.active .fgt-lbl:after {
    display: block;
}

/*Vadoori Forgot password style ends*/
.vadoori-wrapper .suggest-list {
    /*border-bottom: 1px solid #1BB24E !important;*/
}

/*Footer styles starts here*/
.footer .social-Div {
    margin: 0 auto 30px auto;
    width: 60%;
    text-align: center;
}
.footer .social-Div .icon {
    display: inline-block;
    width: 34px;
    height: 34px;
    color: #dadada;
    text-align: center;
    border: 2px solid #dadada;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.footer .social-Div .icon:hover {
    color: #a3a3a3;
    border-color: #a3a3a3;
}
.footer .social-Div .copy {
    display: block;
    margin-top: 10px;
    color: #797979;
    font-weight: 300;
    font-size: 14px;
}
.footer .social-Div .address {
    margin-top: 0;
    color: #b2b2b2;
}


.legal-policy-wrapper h1, .legal-policy-wrapper h2, .legal-policy-wrapper h3 {
    font-family: "calibri";
    color: #7d7d7d;
}
.legal-policy-wrapper h1 {
    font-size: 28px;
    font-weight: 400;
}
.legal-policy-wrapper h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
}
.legal-policy-wrapper h3 {
    font-size: 16px;
    text-align: left;
    margin: 20px 0;
}
.legal-policy-wrapper p, .legal-policy-wrapper li {
    font-family: "calibri";
    font-size: 14px;
    font-weight: 400;
    color: #7d7d7d;
}
.legal-policy-wrapper li {
    margin-left: 25px;
    margin-bottom: 3px;
    line-height: 22px;
    list-style: initial;
}
.legal-policy-wrapper ul {
    list-style: disc outside;
}
.legal-policy-wrapper a {
    float: none !important;
    font-family: "calibri";
    color: #2271c3;
    font-weight: 600;
    font-size: 14px;
}
.legal-policy-wrapper a:hover {
    text-decoration: underline;
}

/* css use from appointment css */
.location-availability-wrapper .checkbox {
    position: relative;
    display: block;
    margin-bottom: 0;
    line-height: 14px;
    color: #848383 !important;
}
.location-availability-wrapper .checkbox label {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.location-availability-wrapper input[type=checkbox] {
    display: none;
}
.location-availability-wrapper input[type=checkbox]~.text {
    padding-left: 2px;
    cursor: pointer;
    vertical-align: middle;
}
.location-availability-wrapper input[type=checkbox]~.text:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: bottom;
}

/*With font-awesome*/
.location-availability-wrapper input[type=checkbox]~.text:before {
    content: "\f096";
    vertical-align: bottom;
}
.location-availability-wrapper input[type=checkbox]:checked~.text:before {
    content: "\f14a";
    color: #1bb24e;
}
.location-availability-wrapper input[type=checkbox]:checked~.text {

    /*color: #1bb24e;*/
}
.location-availability-wrapper input[type=checkbox]~.text:hover {
    color: #1bb24e;
}
.location-availability-wrapper li .btn-clear {
    display: none;
    float: right;
    padding: 0;
    margin-bottom: 8px;
    width: 60px;
    height: 25px;
    background-color: #F3F3F3;
    border: 1px solid #DEDEDE;
    outline: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.location-availability-wrapper li:first-child .btn-clear {
    display: block;
}
.location-availability-wrapper li:first-child .checkbox label {
    float: left;
    margin-top: 3px;
    width: auto;
}
.location-availability-wrapper li:first-child input[type=checkbox]~.text:before {
    top: 6px !important;
}
.location-availability-wrapper li:first-child span {
    font-size: 14px;
    color: #b7b7b7;
}

/*Filter section styles ends*/

/*Search section checkbox style starts*/
.search-section-wrapper .location-search .place-list.location-availability-wrapper {
    padding: 8px 0 0 12px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.location-search .place-list li.filter-hide{
  display: none;
}
.place-list.location-availability-wrapper .checkbox {
    margin: 0;
    line-height: 20px;
}
.place-list.location-availability-wrapper input[type=checkbox]~.text:before {
    top: 4px;
}
.location-search-wrapper {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #6e6e6e;
    border: none;
    cursor: pointer;
    background-color: #fff;
}
.location-search-wrapper .locality-placeholder {
    display: inline-block;
    padding-left: 12px;
    width: 90%;
    color: #CDCACD;
    font-size: 16px;
    line-height: 50px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.location-search-wrapper .locality-selected {
    float: left;
    margin: 13px 8px 11px 0;
    padding: 2px 6px;
    max-width: 37%;
    min-width: 37%;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    background-color: #1BB24E;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}
.list-close {
    float: right;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.location-search-wrapper .locality-selected span {
    float: left;
    margin-right: 4px;
    max-width: 73%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.location-search-wrapper .locality-selected {
    margin-left: 5px;
    cursor: default;
}
.location-search-wrapper .locality-selected:nth-child(3) {

    /*display:none;*/
}
.location-search-wrapper .locality-selected:first-child {
    margin-right: 0;
}
.locality-selected-wrapper {
    overflow: hidden;
    height: 45px;
}
.locality-selected-wrapper .fa {
    color: #fff;
    font-size: 12px;
}
.locality-selected-wrapper .locality-more {
    float: left;
}
.locality-selected span {
    margin-right: 2px;
}
.location-search-wrapper .locality-more {
    position: absolute;
    right: 0;
    top: 2px;
    margin: 11px 8px 11px 0;
    padding: 2px 6px;
    width: 35px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #1BB24E;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}
/* css use from appointment css  End */

/*Media styles starts*/
@media screen and (max-width:1200px) {
    .patient_portal-outer .search-sec .search-box .suggest-Div .not-found {
        width: 65%;
    }
    .patient_portal-outer .search-sec .search-box .suggest-Div .btn-orange {
        width: 35%;
    }
}
@media (min-width:992px) and (max-width:1200px) {
    .docs-signin .social-wrapper .social-outer {
        width: 100%;
        margin: 0 0 10px 0;
    }
}
@media screen and (max-width:1100px) {
    .patient_portal-outer .search-sec .search-box .suggest-Div .not-found {
        width: 60%;
    }
    .patient_portal-outer .search-sec .search-box .suggest-Div .btn-orange {
        width: 40%;
    }
    .location-search .place-list {
        width: 440px;
    }
    .location-search .place-list li {
        width: 30.3%;
    }
}
@media screen and (min-width:992px) {
    .doctors-login-mobile {
        display: none;
    }
    .img-div .navigation {
        display: block;
    }
    .bottom-footer {
        display: none;
    }
    .slide-in-out .overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9;
    }

    /*Search page maximum wrapper style*/
    .left-search-section {
        width: 100%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .left-search-section .common-wrapper {
        max-width: 900px;
        margin: 0 auto;
    }
    .right-login-section {
        position: fixed;
        top: 0;
        right: 0;
        width: 339px;
        visibility: hidden;
        z-index: 10;
        -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg);
        -moz-transform: translate3d(100%, 0, 0) rotateY(-90deg);
        -o-transform: translate3d(100%, 0, 0) rotateY(-90deg);
        transform: translate3d(100%, 0, 0) rotateY(-90deg);
        -webkit-transform-origin: 100% 50%;
        -moz-transform-origin: 100% 50%;
        -o-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-box-shadow: 0 0 25px -2px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 25px -2px rgba(0, 0, 0, 0.5);
        -o-box-shadow: 0 0 25px -2px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 25px -2px rgba(0, 0, 0, 0.5);
    }
    .slide-in-out .right-login-section {
        visibility: visible;
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -webkit-transform 0.4s;
        -o-transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        -webkit-transform: translate3d(0, 0, 0) rotateY(0deg);
        -moz-transform: translate3d(0, 0, 0) rotateY(0deg);
        -o-transform: translate3d(0, 0, 0) rotateY(0deg);
        transform: translate3d(0, 0, 0) rotateY(0deg);
    }
}
@media screen and (max-width:991px) {
    .location-locality{
        position: relative;
    }
    .auto-suggest-localilty-expand{
        z-index: 5;
    }
    .auto-suggest-localilty{
        position: absolute;
        width: 100%;
        top: 0;
    }
    .location-locality,
    .location-locality-parent,
    .locality-filter-options-top{
        width: 100% !important;
    }
    .search-wrapper {
        height: 320px;
        padding: 40px 25px;
    }
    /*.onfocus-locality .location-locality{
        width: 100%;
    }*/
    .patient_portal-outer .search-sec .search-box .suggest-Div .not-found {
        width: 70%;
    }
    .patient_portal-outer .search-sec .search-box .suggest-Div .btn-orange {
        width: 30%;
    }
    .footer .social-Div {
        width: 90%;
    }
    .provider {
        padding-left: 0;
        margin-top: 15px;
    }

    /*login-page new design Responsive*/
    .patient_portal-outer .search-sec {
        max-width: 500px;
    }
    .vadoori-wrapper {
        max-width: 100% !important;
    }
    .signin-wraper.docs-signin {
        margin: 50px 0 50px 9px;
    }
    .appointment-Div .btn-outer .rmv-pad-right {
        padding: 0;
    }
    .appointment-Div .btn-outer .btn-orange {
        margin-bottom: 10px;
    }
    .signin-wraper.docs-signin {
        margin-left: 0;
    }
    .left-align {
        padding-left: 15px !important;
    }

    /*vadoori section styles*/
    /*.search-wrapper {
        height: 280px;
        padding: 45px 25px;
    }*/
    .docs-signin.signin-wraper .signin {
        max-width: 100%;
        margin: 0 auto;
        width: 400px;
    }
    .signin-wraper.docs-signin {
        margin: 0;
        padding: 40px 0;
        height: 0vh;
        min-height: 510px;
        border-left: none;
        background-color: #FBFBFB;
    }
    .landing-field {
        width: 400px;
        margin: 0 auto;
    }
    .sigin-wrapper-section .landing-field {
        width: auto;
    }
    .docs-signin .login-here {
        margin-bottom: 30px;
        background-color: #efefef;
    }
    .docs-signin .social-wrapper .social-outer {
        background-color: #fff;
    }
    .patient_portal-outer .search-sec .img-div {
        width: 400px;
        margin: 25px auto;
        padding: 0;
    }
    .sticky-wrapper {
        min-height: 0;
    }
    .patient_portal-outer .search-sec .search-box {
        width: 400px;
    }
    .video-wrapper {
        display: none;
    }
    .inner-footer {
        display: none;
    }
    .patient_portal-outer .search-sec .search-box h1 {
        font-size: 26px;
    }
    .footer-left, .footer-right {
        text-align: center;
    }
    .footer-right .social-icons {
        float: none;
        margin-top: 10px;
    }
    .terms-outer {
        float: none;
    }
    .vadoori-footer {
        padding: 40px;
    }
    .location-search .place-list {
        width: 400px;
        z-index: 9;
    }
    .location-search .place-list li {
        width: 30%;
    }
    .patient_portal-outer .search-sec .img-div a {
        display: block;
        width: 100%;
        text-align: center;
    }
    .doctors-login-mobile {
        display: block;
        background-color: #EFEFEF;
        text-align: center;
        line-height: 36px;
        transition: all 0.3s;
    }
    .doctors-login-mobile a {
        color: #636363;
        font-size: 16px;
        font-family: "calibri";
        text-decoration: none !important;
    }
    .doctors-login-mobile:hover a {
        opacity: 0.7;
    }
    .location-search-wrapper .locality-more {
        width: 30px !important;
    }
    .location-search-wrapper .locality-selected{
        min-width: 43% !important;
        max-width: 43% !important;
    }
}
@media screen and (max-width:900px) {
    .patient_portal-outer .search-sec .search-box [class^="col-"] {
        padding: 0;
    }
    .patient_portal-outer .search-sec .search-box .suggest-Div {
        left: 0;
        width: 100%;
    }
    .patient_portal-outer .search-sec .search-box .suggest-Div .not-found {
        width: 65%;
    }
    .patient_portal-outer .search-sec .appointment-Div:before {
        top: -12px;
    }
}
@media screen and (max-width:767px) {
    .patient_portal-outer .appointment-Div .btn-orange {
        margin-top: 0;
        min-width: 48.5%;
    }
    .patient_portal-outer .appointment-Div .btn-darkblue {
        display: block;
        float: right;
        margin-top: 0;
        min-width: 48.5%;
    }
    .patient_portal-outer .search-sec .search-box .suggest-Div .not-found {
        width: 58%;
    }
    .patient_portal-outer .search-sec .search-box .suggest-Div .btn-orange {
        width: 42%;
    }
    .patient_portal-outer .search-sec .appointment-Div:before {
        top: -12px;
    }

    /*vadoori*/
    .search-wrapper {
        height: 320px;
        padding: 40px 25px;
    }
    .main-place .form-control {
        border-right: 1px solid #DADCDF;
    }
    .patient_portal-outer .search-sec .search-box h1 {
        font-size: 26px;
    }
/*    .location-search .place-list {
        width: 100%;
    }*/
    .location-search .place-list li {
        width: 30%;
    }
    .search-wrapper .location-search{
        position: relative;     
    }
    .location-search .place-list {
        width: 100%;
        z-index: 9;
    }
}
@media screen and (min-width:992px) {
    .onfocus-locality .locality-selected-wrapper{
        border-right : 0;
    }
    .search-wrapper .location-search {
        position: absolute;
        top: 0;
        left: 0;
    }
    .auto-suggest-localilty{
        width: 100%;
    }
    .onfocus-locality .location-locality-parent{
        display: none;
    }
    .onfocus-locality .location-locality{
        width: 50%;
    }
    .onfocus-locality .location-search-wrapper .locality-selected{
        min-width: 70px;
        max-width: 70px;
    }
    .onfocus-locality .location-search-wrapper .locality-more {
        position: absolute;
        margin: 13px 8px 11px 5px;
        width: 25px;
        left: 225px;
        top: 0;
    }
    .onfocus-locality .auto-suggest-localilty{
        display: block;
    }
    .onfocus-locality .location-search-wrapper{
        width: 50%;
    }
}
@media screen and (max-width:640px) {
    .patient_portal-outer .search-sec .appointment-Div:before {
        top: -12px;
    }
    .signin-wraper {
        width: 100%;
    }
    .signin-wraper .remember .rem-lbl {
        font-size: 14px;
    }
    .signin-wraper .remember .fgt-lbl {
        font-size: 14px;
    }
}
@media screen and (max-width:500px) {
    .patient_portal-outer .appointment-Div .btn-orange {
        width: 100%;
        margin-bottom: 15px;
    }
    .patient_portal-outer .appointment-Div .btn-darkblue {
        width: 100%;
    }

    /*vadoori styles*/
    .patient_portal-outer .search-sec .img-div {
        width: 300px;
    }
    .patient_portal-outer .search-sec .search-box {
        width: 300px;
    }
    .video-wrapper {
        width: 300px;
    }
    .docs-signin.signin-wraper .signin {
        width: 300px;
    }
    fieldset {
        width: 300px;
    }
    .location-search .place-list li {
        width: 45%;
    }
    .location-search-wrapper .locality-selected {
        min-width: 41% !important;
        max-width: 41% !important;
    }
}
@media screen and (max-width:540px) {
    .options-div {
        margin-bottom: 60px;
    }
    .img-div {
        margin-top: 40px;
    }
    .options-div .opt-wrap {
        margin-right: 10px;
    }
    .patient_portal-outer .search-sec .search-box .suggest-Div .not-found {
        width: 51%;
    }
    .patient_portal-outer .search-sec .search-box .suggest-Div .btn-orange {
        width: 49%;
    }
    .patient_portal-outer .search-sec .appointment-Div:before {
        top: -12px;
    }
    .footer .social-icon {
        width: 27%;
    }
}
@media screen and (max-width:500px) {
    .patient_portal-outer .appointment-Div .btn-orange {
        width: 100%;
        margin-bottom: 15px;
    }
    .patient_portal-outer .appointment-Div .btn-darkblue {
        width: 100%;
    }

    /*vadoori styles*/
    .patient_portal-outer .search-sec .img-div {
        width: 300px;
    }
    .patient_portal-outer .search-sec .search-box {
        width: 300px;
    }
    .video-wrapper {
        width: 300px;
    }
    .docs-signin.signin-wraper .signin {
        width: 300px;
    }
    .landing-field {
        width: 300px;
    }
    .location-search .place-list li {
        width: 45%;
    }
    .vadoori-wrapper .search-wrapper {
        padding: 23px 30px;
    }
}
@media screen and (max-width:460px) {
    .patient_portal-outer .search-sec .appointment-Div .btn-outer .btn-darkblue {
        top: 1px;
        display: block;
        float: none;
    }
    .patient_portal-outer .search-sec .appointment-Div:before {
        top: -12px;
    }
    .footer .social-icon {
        width: 32%;
    }
}
@media screen and (max-width:400px) {
    .signin-wraper .signin {
        width: 100%;
    }
    .signin-wraper .signin-btn {
        width: 100%;
    }
    .patient_portal-outer {
        padding: 0;
    }
    .patient_portal-outer .search-sec {
        width: 100%;
    }
    .patient_portal-outer .search-sec .appointment-Div .btn-outer .btn-darkblue {
        top: 1px;
        display: block;
        float: none;
    }
    .patient_portal-outer .search-sec .appointment-Div:before {
        top: -12px;
    }
    .footer .social-icon {
        width: 37%;
    }
}
@media screen and (max-width:350px) {
    .patient_portal-outer {
        padding: 0;
    }
    .patient_portal-outer .search-sec {
        width: 100%;
    }
    .patient_portal-outer .search-sec .appointment-Div .btn-outer .btn-darkblue {
        top: 1px;
        display: block;
        float: none;
    }
    .patient_portal-outer .search-sec .appointment-Div:before {
        top: -12px;
    }
    .footer .social-icon {
        width: 41%;
    }
}
