* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    color: #000;
    -webkit-text-size-adjust: 100%;
    font: 12px/20px Sans-Serif;
}
/* -- Search result :   no result found UX -- Srart */
.lfsearch-center-card li {
    text-align: left;
}
.lfsearch-comming-soon {
    padding-top: 100px;
    padding-bottom: 100px;
}
.lfsearch-comming-soon  p{
    font-size: 35px;
    text-align:center;
    color: #5c2d88;
    line-height: 40px;
}
.lfsearch-comming-soon-input {
    margin-top: 15px;
    padding-top: 15px;
    text-align: center;
}
.lfsearch-comming-soon-input span {
    font-size: 20px;
    color: #575757;
}
.lfsearch-center .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 1.25rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 3rem 1.25rem 3rem;
}
.lfsearch-center .card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.lfsearch-center-card  p{
    font-size: 35px;
    text-align:center;
    color: #5c2d88;
    margin-top:73px;
    margin-bottom:30px;
}
.lfsearch-center-card  span{
    font-size: 20px;
    color: #575757;
    line-height: 30px;
    display: flex;
}
.lfsearch-center-card  a{
    font-size: 24px;
    color: #5c2d88;
}
.lfsearch-center-card  a{
    margin-top: 50px;
    margin: 0 auto;
    background: #5c2d88;
    color: #fff;
    height: 42px;
    line-height: 46px;
    font-size: 19px;
}
.coming-soon-result {
    padding: 0 5%;
}
.no-result-success {
    color: #5c2d88;
}
.d-flex {
    display:flex;
}
.coming-soon-border {
    border-top: 1px solid #D5D5D5;
    width: 75%;
    margin: 0 auto;
}
.no-res-input {
    margin: 0 auto;
    width: auto;
}
.no-res-main {
    margin: 25px 0;
}
.pb-10 {
    padding-bottom: 10px;
}

#no_results .no-res-input .form-control {
    height: 46px;
    border-radius: 25px 0 0 25px;
    padding-left: 18px;
    font-size: 17px;
    font-weight: 300;
    outline: none;
}
#no_results .no-res-input .email-submit {
    height: 46px;
    border-radius: 0px 25px 25px 0px;
    background: #5c2d88;
    color: #fff;
    line-height: 36px;
    font-size: 17px;
    font-weight: 600;
}
.lfsearch-center-card  ul {
    margin-top: 20px;
}
.card-center-button {
    margin: 50px 0;
}
.lfsearch-center {
    margin-bottom: 250px;
}

@media only screen and (min-width: 1024px) and (max-width: 1720px) {
    .lfsearch-comming-soon p {
        font-size: 25px;
        line-height: 35px;
    }
    .lfsearch-comming-soon h1 {
        font-size: 25px;
        line-height: 35px;
        text-align: center;
        color: #5c2d88;
    }
    .lfsearch-center {
        width: 75%;
    }
    .lfsearch-center-card p {
        font-size: 25px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .lfsearch-center-card span {
        font-size: 15px;
        line-height: 25px;
    }
    .card-center-button {
        margin: 35px 0;
    }
    .lfsearch-comming-soon-input span {
        font-size: 15px;
    }
}

/* -- Search result :   no result found UX -- END */

a {
    color: #5C2D88;
    cursor: pointer;
}
a:hover {
  color: #5C2D88;
  text-decoration: none;
}
#main {
  padding: 30px 0 30px;
  background: #f3f0f9;
  float: left;
  width: 100%;
}
.avada-row {
  margin: 0 auto;
  max-width: 1200px;
}
.avada-row:after {
  content: "";
  display: block;
  clear: both;
}
#ultrasound-abdomen-and-pelvis{font-weight:700;font-size:2em;margin:0px}
h1 {
    color: #000;
    font-size: 2.5em;
    line-height: 32px;
    margin: 0 0 10px 0;
    padding: 0;
}
.post-content .content-wrap h1,
.post-content h1 {
    color: #5c2d88;
    font-size: 2em;
    line-height: 24px;
    margin-bottom: 15px;
}
h2 {
    color: #000;
    font-size: 2em;
    line-height: 24px;
    /* margin: 0 0 10px 0; */
    padding: 0;
}
h3,.post-content .content-wrap h3,
.post-content h3,h4 {
    color: #000;
    font-size: 1.5em;
    line-height: 20px;
    /* margin: 0 0 10px 0; */
    padding: 0;
}
h1,.post-content .content-wrap h1,
.post-content h1,h4 {
    color: #000;
    font-size: 1.5em;
    line-height: 20px;
    margin: 0 0 10px 0;
    padding: 0;
}
.post-content .content-wrap h3,
.post-content h3 {
    font-weight: 300;
    /* margin: 0 0 10px 0; */
}
img {
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.clear {
    clear: both;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 4px;
}
::-webkit-scrollbar-track {
  background: #666666;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
/*-------------Common Modal CSS ----------- */
.modal-header {
    background: #f3f0f9;
    color: #5c2d88;
}
.modal-title {
    color: #5c2d88;
    font-size: 2em;
}
.modal-header .close {
    color: #5c2d88;
    opacity: 1;
    font-size: 30px;
    margin: -2px 0 0 0;
}
.modal-header .close:hover {
    color: #5c2d88;
}
.orange-link {
    color: #ff6666;
    border-bottom: 1px dotted;
    cursor: pointer;
    font-size: 1.85em;
}
.orange-link:hover {
    color: #ff6666;
    border-bottom: 1px solid;
}
.pop-up-header {
    border: none;
    font-size: 1.5em;
}
.pop-up-box {
    color: #5C2D88;
    margin: 0;
    max-width: 700px;
}
.user-added-list {
    background: #DED7E7;
    color: #000;
    padding: 8px 15px;
    border-radius: 15px;
    float: left;
    margin: 10px 0px 5px 5px;
}
.user-added-list .glyphicon {
    color: black;
}
.mega-menu-item .user-added-list {
    background: #fff;
    color: #000;
    padding: 8px 15px;
    border-radius: 15px;
    float: left;
    margin: 10px 0px 5px 5px;
    border: 1px solid #DED7E7;
}
.ui-selected-exams .user-added-list {
    font-size: 11px;
    float: left;
    width: fit-content;
}
.ui-selected-exams,
.ui-selected-exams a,
.ui-autocomplete-category {
    width: 100%;
    float: left;
}
.removeExam {
    pointer-events: all;
    cursor: pointer;
    z-index: 1;
}
.left-align-cart {
    left: -165px !important;
}
.red-alert {
    font-style: italic;
    font-size: 1em;
    color: #FF0000;
    width: 100%;
    float: left;
}

.lab-star-mod .lab-star-100,.lab-star-mod .uk-icon { display: none; }
.lab-star-mod .lab-star-100:first-child {display: inline-block ;}
.lab-star-mod .uk-icon:first-child {display: inline-block ;}
.lab-star-link {color: #231D4F;text-decoration: none;}

/* Lab exam page css */
.reviewed-by-image {
    width: 120px;
    height: 120px;
    overflow: hidden;
}

.reviewed-by-updated {
    color: #94959B;
}

.reviewed-by-updated strong,
.reviewed-by-updated span {
    color: #94959B;
}

/* Move appointment section to top - Desktop and tablet */
@media (min-width: 960px) {
    .lab-exam-page-container {
        position: relative;
    }

    .lab-exam-page-searchSection {
        position: absolute;
        top: 0px;
        right: 0px;
    }
}

/*-------------Common Modal CSS ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body {
        font: 10px/20px "itc-avant-garde-gothic-pro", Arial, Helvetica, sans-serif;
    }
    .user-added-list {
        font-size: 1em;
    }
    .search-panel-wrapper .lfhomesearchbutton {
        width: 75%;
    }
    .header-wrap-right.add-to-cart {
        margin: 30px 25px 0px 0px;
    }
    
    /* no result - start */
    .lfsearch-comming-soon p {
        font-size: 23px;
        text-align: center;
        color: #5c2d88;
        line-height: 25px;
    }
    .lfsearch-comming-soon-input span {
        font-size: 15px;
    }
    .lfsearch-center {
        width:83.33333333%
    }
    .lfsearch-center-card p {
        font-size: 23px;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 25px;
    }
    .lfsearch-comming-soon {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .lfsearch-center-card span {
        font-size: 15px;
        line-height: 20px;
    }
    .coming-soon-result {
        padding: 0;
    }
    /* no result - end */

}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
    body {
        font: 12px/24px "itc-avant-garde-gothic-pro", Arial, Helvetica, sans-serif;
    }
    .user-added-list {
        font-size: .75em;
    }
    .header-wrap-right.add-to-cart {
        margin: 30px 25px 0px 0px;
    }
    .header-wrap-right {
        margin: 35px 25px 0px 0px;
    }
    .search-panel-wrapper .lfhomesearchbutton {
        width: 75%;
    }
    /* no result - start */
    .coming-soon-result {
        width:100%;
    }
    .coming-soon-result2 {
        width:100%;
    }
    /* no result - end */

}
@media only screen and (max-width: 767px) {
    #main {
        padding: 0px;
    }
    body {
        font:12px/20px "itc-avant-garde-gothic-pro", Arial, Helvetica, sans-serif;
    }
    .user-added-list {
        font-size: 1em;
    }
    .left-align-cart {
        left: -240px !important;
    }
    
    /* no result - start */
    .gmw-no-results-wrapper {
        text-align: center;
        color: #5c2d88;
    }
    .lfsearch-comming-soon p {
        font-size: 18px;
        line-height: 25px;
    }
    .lfsearch-comming-soon-input span {
        font-size: 14px;
    }
    .lfsearch-comming-soon {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .lfsearch-center-card p {
        font-size: 18px;
        margin-top: 50px;
        margin-bottom: 15px;
    }
    .lfsearch-center-card span {
        font-size: 14px;
        line-height: 18px;
    }
    .card-body {
        padding: 0px 0.25rem 1.25rem 0.25rem;
    }
    #no_results .no-res-input .form-control {
        font-size: 14px;
    }
    .lfsearch-center-card a {
        font-size: 14px;
    }
    #no_results .no-res-input .email-submit {
        font-size: 14px;
    }
    /* no result - end */
}
#auto-complete-container h1, #auto-complete-container h2{font-size: 20px;font-weight: 700;text-align: center;padding:6px 0 0;color:#fff;margin:0px;}
#auto-complete-container .vs-hide{visibility: hidden;}



