@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body
{
padding: 0;
margin: 0;
font-family: 'Open Sans', sans-serif;
}
.top-bar
{
    background: #f0f0f5;
    padding: 10px 0;
}
.location
{
margin-bottom: 0px;
}
.location input
{
    border-radius: 0px;
    outline: none;
    box-shadow: none;
}
.location input:focus
{
    box-shadow: none;
    border-color: #ccc;
}
.location span
{
    border-radius: 0px;
    background: #fff;
}
.selectbox1
{
    border-radius: 0px !important;
    outline: none !important;
    box-shadow: none !important;
}
.selectbox1:focus
{
    border-color: #ccc;
    box-shadow: none;
}
.form-group
{
margin-bottom: 0px;
}
.main-area
{
padding: 10px 0;
background: #f0f0f5;
}
.box
{
border: 1px solid #cacad3;
padding: 25px 16px;
background: #fff;
margin-bottom: 10px;
position: relative;
height: 268px;
box-shadow: 0 1px 2px 1px hsla(0,0%,42.7%,.14);
}
.box:hover
{
box-shadow: 0 1px 2px 1px hsla(0,0%,42.7%,.14);
}
.left-area
{
    border-right: 1px solid #cacad3;
}
.left-area .col-md-9 h3
{
    color: #21ade3;
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
}
.left-area .col-md-9 h3 span
{
font-size: 12px;
}
.left-area .col-md-9 h3 span i
{
color: #ddd;
}
.left-area .col-md-9 h4:nth-child(3)
{
    color: #595050;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.4px;
}
.left-area .col-md-9 h4
{
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}
.box .left-area .col-md-9 .services
{
    background: #fff;
    display: inline-block;
    padding: 4px 8px;
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    text-decoration: none;
    color: #1f409b;
    border: 1px solid #1f409b;
    margin: 0 7px 0 0;
}
.box .left-area .col-md-9 .data
{
    color: #000;
    font-size: 13px;
    margin-right: 8px;
    line-height: 1.7;
}
.box .left-area .col-md-9 p button
{
    border-radius: 0px;
    margin: 18px 0px;
    margin-right: 16px;
}
.appoinment-btn
{
    border-radius: 0px;
    font-size: 14px;
    background-color: #fff;
    outline: none;
    border: none;
    padding: 12px 10px;
}
.appoinment-btn:hover
{
    background-color: #1f409b;
    border-color: #1f409b;
    cursor: pointer;
    color: #fff;
}
.appoinment-btn:focus
{
    background-color: #1f409b;
    border-color: #1f409b;
    cursor: pointer;
    color: #fff;
}
.appoinment-btn:active
{
    background-color: #1f409b;
    border-color: #1f409b;
    cursor: pointer;
    color: #fff;
}
.appoinment-btn span
{
font-size: 12px;
}
.more-images
{
margin: 10px 0 5px;
}
.more-images img
{
width: 32px;
float: left;
margin-right: 5px;
cursor: pointer;
}
.clear
{
clear: both;
}
.img-count
{
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 0;
    position: absolute;
    top: 45%;
    left: 20%;
    display: none;
}
.right-area
{

}
.right-area p
{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
}
.right-area p span
{
    font-size: 12px;
}
.category-col
{
padding-right: 0px;
}
.location-col
{
padding-left: 0px;
}
.anchor
{
color: #337ab7 !important;
cursor: pointer;
}
.available-list
{
    list-style-type: none;
    padding: 0px;
    padding-left: 7px;
    color: #595959;
}
.available-list li
{
    font-size: 15px;
    color: #595959;
    font-weight: 600;
    margin-bottom: 5px;
}
.available-list li span
{
    font-weight: 500;
    font-size: 13px;
    float: right;
    margin-right: 60px;
}
.amount
{
font-size: 25px !important;
color: green;
float: right;
}
.buttons-div
{
text-align: right;
}
@media only screen and (max-width: 600px) {
.modal-pricing .col-md-7 p:nth-child(1){
    text-align: center;
}
.category-col
{
padding-right: 15px;
}
.location-col {
    padding-left: 15px;
}
.main-area > .container > .row > .col-md-9
{
margin: 8px;
}
.left-area .col-md-9
{
margin: 5px 0;
}
.right-area {
    margin: 0 0 0 15px;
}
.buttons-div
{
text-align: center;
}
}
.social-sharing
{
    box-shadow: 0 1px 2px 1px hsla(0,0%,42.7%,.14);
    padding: 2px 10px 2px 0px;
    border-radius: 2px;
    border: 1px solid #ddd;
}
.social-sharing a {
    font-size: 18px;
    padding-left: 15px;
    cursor: pointer;
}
.social-sharing a:first-child {
    color: #3b5998;
}
.social-sharing a:nth-child(2) {
    color: #0077B5;
}
.social-sharing a:nth-child(3) {
    color: #da2e7a;
}
.modal-pricing
{
    line-height: 1.5rem;
    padding: 1.4rem 1rem;
    border-radius: 4.5px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    display: flex;
    align-items: center;
    margin: 20px 0;
    position: relative;
    border: 1px solid #ddd;
}
.modal-pricing:hover
{
    background-color: #f5f5f5;
    cursor: pointer;
}
.modal-pricing .col-md-2 p:first-child del
{
font-size: 18px;
}
.modal-pricing .col-md-2 p:first-child span
{
font-size: 12px;padding-left: 5px;color: green;font-weight: 600;
}
.modal-pricing .col-md-2 p:nth-child(2)
{
font-size: 22px;color: green;text-align: right;
}
.modal-pricing .col-md-7 p:nth-child(1)
{
    opacity: 1;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    margin-left: 0;
    font-weight: 700;
    letter-spacing: 0.7px;
}
.modal-pricing .col-md-7 p:nth-child(3)
{
    opacity: 1;
    color: #000;
    margin-top: .45em;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 1.5;
}
.modal-pricing .col-md-3 button
{
    border-radius: 0;
    outline: none;
    font-size: 18px;
    padding: 12px 10px;
}
.right-area > p i
{
    font-size: 16px;
    color: grey;
    margin-right: 2px;   
}
.green
{
color: green;
}
.eduServices .col-md-4:first-child
{
padding-right: 0px;
}
.eduServices .col-md-4:nth-child(2)
{
padding: 0px 10px;
}
.eduServices .col-md-4:nth-child(3)
{
padding-left: 0px;
}
.eduServices .col-md-4 .edp
{
margin-top: 20px;
}
.eduServices .col-md-4 .edp .edi
{
color: green;font-size: 22px;
}
.eduServices .col-md-4 .edp .edps1
{
font-weight: 600;font-size: 14px;
}
.eduServices .col-md-4 .edp .edps2
{
font-size: 11px;
}
.adEdu > div
{
/*border: 2px solid #1f409b;padding: 4px;background: #fff;*/
border: 1px solid #eaeaea;padding: 4px;background: #fff;
}
.adEdu > div> p{
    font-size: 21px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    margin-top: 8px;
}
.adEdu
{
padding: 0 12px 12px 12px;
position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}
.adEdu button
{
    width: 100%;
    border-radius: 0px;
    outline: none;
    background: #21ade3;
    border-color: #21ade3;
}
.headerUid {
    padding: 15px 0px;
}
.sharePosition
{
    position: absolute;
    top: 106px;
}
.top-bar-responsive
{
    display: none;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    padding-top: 10px;
    padding-bottom: 10px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    text-align: center;
    z-index: 999999;
}
.logo_closeC
{
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    padding-top: 22px;
    padding-bottom: 22px;
}
.responsiveShow
{
display: block !important;
}
.al-connect{
  color:green;margin-top: 70px;display: block;font-weight: 600;letter-spacing: 0.5px;
}
@media only screen and (max-width: 600px) {
.al-connect{
  margin-top: 12px;
}
.top-bar
{
display: none;
}
.top-bar-responsive
{
display: block;
}
.sharePosition
{
    position: unset;
    top: 95px;
}
.box
{
height: fit-content !important;
}
.left-area .col-md-9 h3
{
margin-top: 12px;
}
.right-area
{
margin-top: 10px;
}
.pricingWserviceA
{
position: unset !important;
top: 0;
right: 0;
margin-top: 10px;
margin-bottom: 15px;
}
.pricingWserviceA .col-md-4
{
padding: 0px;
}
.intCall
{
position: unset !important;
top: 0;
right: 0;
margin-bottom: 10px;
}
.messageC
{
position: unset !important;
top: 0;
right: 0;
}
.img-count
{
left: 35%;
}
.eduServices .col-md-4:nth-child(2) {
    padding: 0px 16px;
}
.eduServices .col-md-4:nth-child(3) {
    padding: 0 15px;
}
#pricingList .modal-dialog
{
    width: auto !important;
}
#myModal .modal-dialog
{
    width: auto !important;
}
.available-list li span
{
margin-right: 15px;
}
.modal-pricing
{
display: block;
}
.modal-pricing > .col-md-2
{
margin: 7px 0;
}
.modal-pricing .col-md-7
{
margin: 15px 0;
}
.modal-pricing .col-md-3
{
text-align: center;
}
.modal-pricing .col-md-2 p:first-child
{
text-align: center;
}
.modal-pricing .col-md-2 p:nth-child(2)
{
text-align: center;
}
#benefitsList .modal-dialog
{
width: auto !important;
}
.left-area
{
    border-right: none;
}
.scheduleF
{
font-size: 11px !important;
}
.seeSchedule
{
    display: block;
    text-align: right;
}
}
.shareMainPage
{
    /*border: none !important;
    background: #f0f0f5 !important;*/
    margin-top: 5px !important;
    text-align: center !important;
    /*box-shadow: 0 1px 2px 1px hsla(0,0%,42.7%,.14);*/
}
.shareMainPage a
{
    font-size: 25px;
    padding-left: 15px;
    cursor: pointer;
}
.shareMainPage span
{
    color: #1f409b;
    font-size: 15px;
    font-weight: 600;
}
.shareMainPage a:nth-child(3) {
    color: #3b5998;
}
.shareMainPage a:nth-child(4) {
    color: #0077B5;
}
.shareMainPage a:nth-child(5) {
    color: #da2e7a;
}

.allShow{
display: none;
}
.allShow > h3{
    color: #21ade3 !important;
    margin-top: 20px !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}
.topCC{
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #1f3f9a;
    font-weight: 600;
    letter-spacing: 0.8px;
    display: block;
}
.topCCp{
    margin-bottom: 20px;
    color: #2d2d2d;
    font-size: 15px;
}
.topCCh2{
    margin: 0 0 10px 0;
    font-size: 17px;
    color: #393939;
    font-weight: 600;
    letter-spacing: 0.8px;
    display: block;
}

/*.resTopDiv{
    float: left;
}*/
.resTopCC{
    margin: 0;
    font-size: 16px;
    color: #1f3f9a;
    font-weight: 600;
    letter-spacing: 0.8px;
    display: block;
    float: left;
    max-width: 265px;
}
.resTopCCp{
    margin-bottom: 20px;
    color: #2d2d2d;
    font-size: 15px;
}
.resTopCCh2{
    margin: 0 0 10px 0;
    font-size: 17px;
    color: #393939;
    font-weight: 600;
    letter-spacing: 0.8px;
    display: block;
}

#mShow{
    display: none;
}


.left-side-banner
{
    padding: 10px !important;
    border: 1px solid #eaeaea !important;
    background-size: 90px auto!important;
    margin-top: 5px;
}
.content-box
{
    text-align: center;
    padding: 12px;
    height: 160px;
    vertical-align: middle;
    display: table-cell;
}
.content-box h5
{
    margin-top: 0;
    line-height: normal;
    font-weight: 600;
    color: #484848;
    margin-bottom: 10px;
    font-size: 15px;
}
.content-box p
{
    line-height: normal;
    font-weight: 400;
    color: #484848;
    font-size: 13px;
    margin-bottom: 0;
}
.left-side-banner input
{
    width: 100%;
    font-size: 14px;
    padding: 8px 12px;
    font-weight: 400;
    border-radius: 2px;
    border: 1px solid #ddd;
}
.left-side-banner a
{
    padding: 8px 20px;
    font-weight: 400;
    transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    display: block;
    text-align: center;
    margin-top: 6px;
    border-radius: 2px;color: #fff;
    background-color: #ea6915;
}

.extra-content{
    padding-top: 50px;
    padding-bottom: 50px;
}
.extra-content h2{
    font-size: 26px;
    /*text-align: center;*/
    font-weight: 600;
    letter-spacing: 0.4px;
    margin: 40px 0;
}
.extra-content ul{
    margin: 20px 25px;
    /* list-style: none; */
    padding: 0;
}
.extra-content ul li{
    font-size: 18px;
    margin-bottom: 8px;
}

._steps{
    background: #1f3f9a;
    padding-top: 50px;
    padding-bottom: 50px;
}
._steps h3{
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin: 0 0 50px 0;
    color: #fff;
}
._steps .step div{
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
}
._steps .step p{
    margin: 12px 0;
    font-size: 15px;
    color: #ffff;
}

.grid-bottom{
    margin: 20px 0;
}
.grid-bottom h2{
    margin: 0 0 6px 0;
    font-size: 15px;
    color: #1f409b;
    font-weight: 600;
}
.grid-bottom p{
    font-size: 14px;
    color: #616161;
    margin: 0;
}

@media only screen and (max-width: 600px) {

#mShow{
    /*display: block;*/
    position: inherit;
}
#mHide{
    /*display: none;*/
}

.resTopCC{
    /*text-align: center;*/
}
.sharePosition {
    position: absolute;
    top: 0;
    right: -15px;
}
.more-images {
    margin: 0;
}
.more-images span {
    font-size: 14px !important;
}
.social-sharing{
    box-shadow: none;
    border: none;
}
.social-sharing a{
    font-size: 15px;
    padding-left: 10px;
}
.allHide{
    display: none;
}
.allShow{
    display: block;
}
.hideCouns{
    display: none;
}
.seeSchedule{
    margin-right: 12px;
    margin-top: 2px;
}
.appoinment-btn{
    font-size: 14px;
}
.topCC, .topCCp, .topCCh2{
    display: none;
}

}
@media only screen and (max-width: 474px) {

.intCall{
    min-width: 100%;
    font-size: 15px;
    margin-top: 8px;
}
.messageC{
    min-width: 100%;
    font-size: 15px;
}
.right-area p{
    font-size: 13px !important;
}

}

.q_n_a h2
{
    font-size: 26px;
    /*text-align: center;*/
    font-weight: 600;
    letter-spacing: 0.4px;
    margin: 40px 0;
}
.q_n_a span
{
    float: left;
    font-size: 18px;
    font-weight: 600;
}
.q_n_a h3
{
    font-size: 18px;
    margin: 25px 0 12px 34px;
    font-weight: 600;
    display: flex;
    line-height: 1.3;
}
.q_n_a p
{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 22px;
    font-weight: 500;
    letter-spacing: 0.8px;
}

/* New Appointment */

.modal-backdrop {
  opacity: 0.9 !important;
  background-color: #1b1b1b !important;
}
.couns{
  padding: 15px;
  background-color: #f0f0f5;
  margin-top: 10%;
}
.couns img{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: inline;
}
.couns h5{
  font-size: 20px;
  margin-top: 26px;
}
.couns h6{
  font-size: 13px;
}
.appointment-form-box{

}
.appointment-form-box h5{
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #414146;
  margin-bottom: 20px;
  margin-top: 20px;
}
.appointment-form-box label{
  font-size: 14px;
  line-height: 1.4;
  color: #414146;
  font-weight: 500;
  margin-bottom: 5px;

}
.appointment-form-box label span{
  color: red;
}
.appointment-form-box input, .appointment-form-box textarea{
  width: 100%;
  padding: 10px;
  border: 1px solid #b4b4be !important;
  border-radius: 2px;
  outline: none;
  background-color: #fff;
  color: #414146;
  font-size: 14px;
  box-shadow: none !important;
}
.appointment-form-box button{
  margin: 20px 0;
  width: 100%;
  color: #fff;
  padding: 6px;
  width: 100%;
  background-color: #b4b4be;
  border: 1px solid #b4b4be;
  cursor: default;
  pointer-events: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 15px;
  outline: none !important;
}
.appointment-form-box button.active{
  background-color: #14bef0;
  border: 1px solid #14bef0;
  cursor: pointer;
  pointer-events: visible;
}
#nu-error, #otp-error, #email-error, #all-error{
  margin-top: 3px;
  color: #ff2d00;
  font-size: 12px;
  font-weight: 500;
}
.u-info{
  font-size: 12px;
  margin-top: 12px;
}
.another-method{
  margin-top: 12px;
}
.another-method .get-email{
  font-size: 12px;
  color: #787887;
  float: left;
}
.another-method .resend-otp{
  float: right;
}
.another-method a{
  font-size: 12px;
  color: #14bef0;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.form-group{
  position: relative;
}
.lock-i{
  position: absolute;
  right: 15px;
  top: 33px;
  font-size: 16px;
  color: #959596;
}
.last-go{
  text-align: center;
  padding: 50px 0px;
}
.last-go i{
  font-size: 50px;
  color: #1f409b;
}
.last-go h5{
  width: 80%;
  line-height: 1.3;
  margin: 30px auto;
}
.last-go button{
  color: #fff !important;
  padding: 6px;
  background-color: #1f409b !important;
  border: 1px solid #1f409b !important;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 15px;
  outline: none !important;
}
.time_slot{
  width: 18%;
  padding: 0;
  letter-spacing: normal;
  margin: 5px 4px;
  display: inline-block;
}
.time_slot span{
  width: 100%;
  border-radius: 3px;
  border: 1px solid #b4b4be;
  padding: 5px 0;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.time_slot span:hover{
  background-color: #f0f0f5;
  color: #1f409b;
  border: 1px solid #1f409b;
}
.time_slot span.active{
  background-color: #f0f0f5;
  color: #1f409b;
  border: 1px solid #1f409b;
  font-weight: 600;
}