@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800&display=swap');
html {
    font-size: 1rem;
}
body {
    color: #0a0a0a;
    font-family: 'Raleway';
	font-weight: 400;
	font-style: normal;
	line-height: normal;
    margin: 0;
    padding: 0;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
a, a:hover, a img, a:hover img, .main-menu li, .main-menu li:hover {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;	
    vertical-align: top;
}
a {
    color: #007bff;
    text-decoration: none;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
#header .logo {
    padding: 20px 0; 
    max-width: 100%;
}
#main-menu {
    border-top: 1px solid #eee;
    padding-bottom: 10px;
}
#main-menu li {
    float: left;
    width: 10%;
}
#main-menu li:first-child {
    margin-left: 0;
}
#main-menu a {
    color: #333;
    text-transform: uppercase;
    padding: 20px 13px;
}
#main-menu a:hover {
    background: rgba(46,163,242,.6);
    color: #fff;
    text-decoration: none;
}
#main-menu li.active a {
    background: #2ea3f2;
    color: #fff;
}
#footer {
    padding: 60px 15px;
}
#mainslider {
    background: url(../images/sliderbg.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding: 45px 0 35px 0;
}
#mainslider .info, #mainslider .btns {
    text-align: center;
    color: #fff;
}
#mainslider .info {
    padding-top: 50px;
}
#mainslider .info .name {
    font-size: 50px;
    margin: 0 auto;
    border-bottom: 2px solid white;
    width: 420px;
    max-width: 100%;
}
#mainslider .info .posi {
    margin-top: 16px;
    font-size: 26px;
}
#mainslider .btns {
    padding-top: 50px;
}
#mainslider .btns a {
    background: rgba(0,0,0,.5);
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    font-size: 22px;
    text-align: center;
    display: inline-block;
    margin: 0 15px;
}
#mainslider .btns a.email {
    margin: 20px 0 0 0;
    padding: 10px 81px;
}
#mainslider .btns a:hover {
    background: rgba(0,0,0,.8);
    text-decoration: none;
}
#mainslider .image {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}
#mainslider .image img {
    border-radius: 50%;
}
#infopage {
    background: #EDEDED;
    padding: 40px 0 0 0;
}
h1.name {
    padding-bottom: 20px;
    max-width: 380px;
    margin: auto;
    margin-bottom: 50px;
    border-bottom: 1px solid #999997;
    color: #3d9be9;
    font-size: 40px;
    text-align: center;
}
.conarea {
    display: table-row;max-width: 100%;
}
.conarea .leftpanel {
    display: table-cell;
    min-width: 350px;
    max-width: 350px;
    vertical-align: top;
}
.conarea .rightpanel {
    display: table-cell;
    width: 100%;
    padding-left: 30px;
    vertical-align: top;
}
#infopage .bgbox {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 40px;
}
#infopage ul.contact {
    text-align: center;
    margin-top: 25px;
    list-style: none;
}
#infopage ul.contact li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px solid #414141;
}
#infopage ul.contact li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.fa.fa-facebook-square {
    font-size: 50px;
    color: #3D5A99;
}
.specialities h3 {
    font-size: 16px;
    font-weight: bold;
    color: #3d9be9;
    padding: 0 0 5px 0;
}
.specialities ul {
    margin-left: 15px;
    padding: 0;
}
.specialities li {
    line-height: 26px;
    font-size: 15px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    list-style: disc;
}
.all-activity {
    border-left: 5px solid #ABABAB;
    padding-left: 10px;
    margin-top: 20px;
    border-top: 1px solid rgba(0,0,0,.2);
    border-bottom: 1px solid rgba(0,0,0,.2);
    border-right: 1px solid rgba(0,0,0,.2);
    padding-top: 20px !important;
    padding-bottom: 26px !important;
}
.all-activity h3 {
    color: #3d9be9;
    font-size: 25px;
}
.all-activity .big {
    font-size: 26px;
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif !important;
}
.fa.fa-star, i.fa.fa-star-o {
    color: #03C04A;
    font-weight: 900;
    font-size: 20px;
}
.all-activity .blue {
    margin-left: 15px;
}
.blue {
    color: #3d9be9;
}
.all-activity p {
    margin-top: 10px;
    padding: 0;
}
a.morereview {
    border: 1px solid #3d9be9;
    font-size: 16px;
    padding: 10px 8px;
    display: block;
    max-width: 200px;
    text-align: center;
    margin: auto;
    margin-top: 30px;
    border-radius: 3px;
    color: #3d9be9;
}
a.morereview:hover {
    background: #3d9be9;
    text-decoration: none;
    color: #fff;
}
#infopage .rightpanel .bgbox {
    padding: 70px 80px;
}
.conarea .rightpanel p {
    font-size: 18px;
    line-height: 28px;
}
.rightpanel h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #3d9be9;
    padding: 0;
}
.review-title {
    margin-top: 30px;
}
.review-content {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.stars {
    margin-right: 10px;
}
label.highly {
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
    margin-bottom: .5rem;
}
ul.review-metadata {
    margin-bottom: 2px;
    padding: 0;
    color: #666;
    font-size: 16px;
    list-style: none;
}
ul.ratings {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}
ul.ratings li {
    font-size: 16px;
    padding: 2px 0;
}
span.ratings-col {
    min-width: 150px;
    display: inline-block;
}
.memberslider .slider-pager a {
    border: 2px solid #fff;
    background-color: transparent;
}
.content-slider .slider-pager a.active {
    background-color: #fff;
}
.conarea .leftpanel .image img {
    border-radius: 50%;
}



@media screen and (max-width: 1362px) {
    #main-menu li a {padding: 20px 10px;font-size: 14px;}
}
@media screen and (max-width: 992px) {
    #header .logo, #main-menu {display: none;}
    .z-mobile-header, .z-mobile-header-fixed {background-color: #fff !important;}
    .z-mobile-header .z-mobile-menu, .z-mobile-menu-icon span {background: #00468c;}
    .z-mobile-menu-icon.open span {background: #fff;}
    .z-mobile-header .z-mobile-header-logo {width: 230px;}
    #mainslider .info {padding-top: 0;}
    .conarea {display: inline-block;padding: 0 15px;}
    #infopage .bgbox, #infopage .rightpanel .bgbox {padding: 30px;}
    .conarea .leftpanel {display: inline-block;width: 350px;max-width: 100%;min-width: unset;}
    .conarea .rightpanel {display: inline-block;padding-left: 0;}
}
@media screen and (max-width: 767px) {
    .z-mobile-header .z-mobile-header-logo {width: 150px;} 
    #mainslider .info .name {font-size: 38px;}
}
@media screen and (max-width: 479px) {
    .z-mobile-header .z-mobile-header-logo img {max-width: 150px;}
    #mainslider .info .name, h1.name {font-size: 30px;}
    #mainslider .info .posi {margin-top: 10px;font-size: 23px;}
    #mainslider .btns a, #mainslider .btns a.email {width: 100%;margin: 6px 0;padding: 10px 20px;font-size: 18px;}
    #mainslider .btns {padding-top: 25px;}
    .rightpanel h2 {font-size: 26px;}
    span.ratings-col {min-width: 140px;}
    #infopage .bgbox, #infopage .rightpanel .bgbox {padding: 20px;}
    .all-activity h3 {font-size: 20px;}
    label.highly {font-size: 20px;margin: 5px 0;}
    #footer {padding: 30px 15px;}
    #infopage ul.contact {margin-top: 10px;}
    h1.name {margin-bottom: 25px;}
    #infopage .bgbox {margin-bottom: 30px;}
}