@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css');

body
{
padding: 0;
margin: 0;
font-family: 'Open Sans', sans-serif;
background: #ddd;
}
body .container
{
    background: #fff;
}
.bg-color
{
background-image: url('Networking.jpg');
}
.bg-image
{
background: #fff;
width: 100%;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
padding: 0.75rem 1.25rem;
margin-top: 72px;
margin-bottom: 0px;
}
.info-div
{
    box-shadow: 0 2px 8px 0 rgba(211,213,219,.5);
    text-align: center;
}
.info-div img
{
border: 4px solid #dddd;
}
.info-div h1
{
    font-size: 1.7em;
    font-weight: 700;
    color: #676767;
    text-align: center;
    margin-top: 12px;
}
.info-div h4
{
    text-align: center;
    color: #676767;
    font-size: 1.15em;
}
.content-area
{
    margin-top: 20px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    background: #FFFFFF;
    position: relative;
    z-index: 3;
}
.info-div button
{
border-radius: 0px;
margin: 10px 0px;
outline: none;
}
.info-div button.focus, .info-div button:active.focus, .info-div button:active:focus, .info-div button:focus
{
outline: none;
}
.div-data
{
    padding: 25px;
    box-shadow: 0 1px 2px 1px hsla(0,0%,42.7%,.14);
    margin-bottom: 20px;
}
.div-data h4
{
    font-size: 1.4em;
    font-weight: 600;
    color: #676767;
}
.about_counsellor>div
{
    text-align: justify;
    font-size: 16px;
    padding: 5px 17px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.about_counsellor ul li,.about_counsellor ol li{
    margin-bottom: 10px;
}
.services .row
{
    margin: 10px 17px;
    border-bottom: 1px solid #ddd;
}
.services .row h4
{
    font-size: 1em;
    font-weight: 600;
    color: #000;
}
.services .row ul
{
    list-style-type: none;
    padding-left: 15px;
    font-size: 15px;
}
.services .row ul li
{
    margin-bottom: 7px;
    line-height: 1.4;
}
.services .row ul li i
{
    color: green;
    max-width: 20px;
    min-width: 20px;
}
.services .row button
{
border-radius: 0px;
margin-top: 14px;
outline: none;
}
.reviews .row
{
    margin: 10px 17px;
}
.reviews .row .col-md-8
{
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.reviews .row .col-md-8 p
{
    font-size: 20px;
    color: grey;
}
.reviews .row .col-md-8 p i:first-child
{
    font-size: 20px;
}
.reviews .row .col-md-8 p i
{
    margin: 0 5px;
    font-size: 15px;
}
.reviews .row .col-md-8 p span
{
    font-size: 13px;
}
.reviews .row .col-md-12 h5
{
    padding-left: 40px;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    letter-spacing: 0.4px;
}
.available-list {
    list-style-type: none;
    padding: 0px;
    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;
}
.clear
{
clear: both;
}
.reviews h4
{
float: left;
}
.reviews button
{
outline: none;
border-radius: 0px;
}
.main_ratings
{
    margin-top: 70px;
    font-size: 15px;
    color: #ddd;
}
.main_ratings i
{
margin: 0 2px;
}
.more_less
{
font-weight: 600;
cursor: pointer;
}
.banner-area
{
margin-top: 20px;
}
.banner-area img
{
height: 200px;
margin-bottom: 10px;
}
.social-sharing {
    padding: 2px 0;
    padding-left: 20px;
}
.social-sharing a {
    font-size: 25px;
    padding-left: 5px;
    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;
}
.write_review input
{
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border-color: #ccc;
}
.write_review textarea
{
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border-color: #ccc;
}
.write_review form
{
    margin-top: 20px;
}
.write_review label
{
    font-size: 12px;
}
.submitBtn
{
width: 100%;
}

/* Rating CSS */

/* Base setup */

/* Ratings widget */
.rate {
    display: inline-block;
    border: 0;
}
/* Hide radio */
.rate > input {
    display: none;
}
/* Order correctly by floating highest to the right */
.rate > label {
    float: right;
}
/* The star of the show */
.rate > label:before {
    display: inline-block;
    font-size: 20px;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 "; /* full star */
}
/* Zero stars rating */
.rate > label:last-child:before {
    content: "\f006 "; /* empty star outline */
}
/* Half star trick */
.rate .half:before {
    content: "\f089 "; /* half star no outline */
    position: absolute;
    padding-right: 0;
}
/* Click + hover color */
input:checked ~ label, /* color current and previous stars on checked */
label:hover, label:hover ~ label { color: #73B100;  } /* color previous stars on hover */

/* Hover highlights */
input:checked + label:hover, input:checked ~ label:hover, /* highlight current and previous stars */
input:checked ~ label:hover ~ label, /* highlight previous selected stars for new rating */
label:hover ~ input:checked ~ label /* highlight previous selected stars */ { color: #A6E72D;  } 


/* Rating CSS */

.mb0
{
margin-bottom: 0px;
}
.info_r
{
    margin: 0;
    margin-top: 12px;
    text-align: center;
    color: green;
    font-weight: 600;
}
.images .row
{
    margin-top: 20px;
}
.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 .col-md-7 p:nth-child(1) {
    opacity: .7;
    text-transform: uppercase;
    color: #666;
    font-size: 12px;
    margin-left: 0;
    font-weight: 700;
}
.modal-pricing .col-md-7 p:nth-child(3) {
    opacity: .8;
    color: #666;
    margin-top: .45em;
    font-size: 13px;
}
.modal-pricing .col-md-3 button {
    border-radius: 0;
    outline: none;
}
.modal-pricing .col-md-2 p:nth-child(2) {
    font-size: 22px;
    color: green;
    text-align: right;
}
.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;
}
#aboutData
{
    max-height: 135px;
    overflow: hidden;
}
.green
{
color: green;
}
.headerUid {
    padding: 15px 0px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.mainDetailImage
{
    position: absolute;
    top: -70px;
    left: 40%;
    text-align: center;
}
.mainDetailImage > img
{
    max-width: 128px;
    max-height: 128px;
}
.mainDetailImage1
{
    position: absolute;
    display: flex;
    top: -70px;
    left: 42%;
    text-align: center;
    width: 120px;
    height: 120px;
    border: 4px solid #dddd;
    padding: 0;
    border-radius: 50%;
    /*padding: 18px;*/
    background: #fff;
}
.mainDetailImage1 > img
{
border: none;
border-radius: 50%;
}
@media only screen and (max-width: 600px) {
.lap-img{
    display: none;
}
.mob-img{
    display: block !important;
}
.mainDetailImage1
{
left: 40%;
}
.mainDetailImage {
    left: 38%;
}
.services .col-md-8
{
padding: 0px;
}
.services .col-md-4
{
margin-bottom: 10px;
}
.reviews .row {
    margin: 10px 0px;
}
.reviews .row .col-md-12 h5 {
    padding-left: 0;
    font-size: 14px;
    font-weight: 600;
}
#pricingList .modal-dialog
{
    width: auto !important;
}
.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;
}
}
@media only screen and (max-width: 500px) {
.mainDetailImage1
{
left: 37%;
}
.mainDetailImage {
    left: 35%;
}
.info-div button{
  width: 100%;
}
}
@media only screen and (max-width: 400px) {
.mainDetailImage1
{
left: 35%;
}
.mainDetailImage {
    left: 28%;
}
}

/* 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;
}