/* Base CSS */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus, button:focus {
    outline: 0 solid; 
    text-decoration: none;
}
a:hover {text-decoration: none;}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.8;
}

html, body {height: 100%;}
.padding-top-100 {padding-top: 100px;}
.form-control {border-radius: 0;}
.overlay {
    background-color: #f1f1f1;
    color: #fff;
    position: relative; 
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.overlay:after {
    position: absolute;
    background-color: #02A8F4;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    z-index: -1;
}
.section-borders {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 35px;
    left: 0;
}
.section-borders span {
    height: 3px;
    width: 30px;
    display: inline-block;
    background-color: #333333;
    border-radius: 2px;
}
.section-borders span.black-border {
    background-color: #02A8F4;
    margin: 0 10px;
}
.section-padding {padding: 50px 0;}
.padding-50 {padding: 50px 0;}
.section-title h2 {margin: 0;}
.margin-bottom-30 {margin-bottom: 30px;}
.d_inline, .d_inline li {display: inline-block;}
.fw_600 {font-weight: 600;}
.transition_3s {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.d_block {display: block;}
.pos_relative {position: relative;}
.text-center {text-align: center!important;}
.pt_10 {padding-top: 10px;}
.radius_100p {border-radius: 100%;}
.mr_10 {margin-right: 10px;}
.mt_30 {margin-top: 30px;}
.mb_10 {margin-bottom: 10px;}
.mb_30 {margin-bottom: 30px;}
.mb_50 {margin-bottom: 50px;}
.mb_100 {margin-bottom: 100px;}
.pb_50 {padding-bottom: 50px;}
.pb_0 {padding-bottom: 0;}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.d-flex {
    display: -ms-flexbox!important;
    display: -webkit-box!important;
    display: flex!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    -webkit-box-align: center!important;
    -ms-grid-row-align: center!important;
    align-items: center!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    -webkit-box-pack: center!important;
    justify-content: center!important;
} 
.title-overlay-wrap {padding: 160px 0 80px 0;}
.boxed-btn {
    display: inline-block;
    background-color: #02A8F4;
    border: 1px solid #02A8F4;
    color: #ffffff;
    border-radius: 0;
    padding: 20px;
    font-weight: 600;
    padding: 8px 30px;
    -webkit-transition: .4s;
    transition: .4s;
    margin-top: 20px;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.boxed-btn:hover {
    color: #02A8F4; 
    background-color: transparent; 
    border: 1px solid #02A8F4;
}
.appointment-btn-area .boxed-btn:hover {
    background-color: #ffffff; 
}
.single-about-section {margin-bottom: 20px;}

/*--------------04. Start of Scroll Top CSS------------------*/
.scrollup {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    position: fixed;
    bottom: 56px;
    right: 30px;
    background-color: #0163d2;
    color: #ffffff;
    background-position: center;
    z-index: 99999;
    display: none;
    text-align: center;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.scrollup:hover {color: #ffffff;}
/*--------------04. End of Scroll Top CSS------------------*/

/*--------------05. Start of PreLoader CSS------------------*/
.app-site-preloader-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 999999;
}
.app-site-preloader-wrap .spinner {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/spinner.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*--------------05. End of PreLoader CSS------------------*/

/*----------Starting of Header area----------*/
.site-haeder {
    position: absolute;
    left: 0; 
    top: 0; 
    width: 100%; 
    z-index: 9; 
}
.site-haeder:after {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0363D1;
    content: "";
    height: 100%;
    width: 100%;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    z-index: -9;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.site-logo {
    height: 100%;
    width: 60px;
}
.mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mainmenu li {
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.mainmenu li.active a {border-bottom: 1px solid #fff;}

.mainmenu li a {
    display: block;
    color: #fff;
    padding-bottom: 5px;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    border-bottom: 1px solid transparent;
}
.mainmenu li:hover a {border-bottom: 1px solid #fff;}
.mainmenu li ul {
    position: absolute;
    background-color: #0363D1; 
    right: 0;
    top: 60px;
    width: 200px;
    text-align: left;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    z-index: 99;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    padding: 0 10px;
}
.mainmenu li ul li {
    display: block;
    padding: 0;
    border-bottom: 1px solid rgb(255,255,255,.5);
}
.mainmenu li ul li:last-child {border-bottom: none;}
.mainmenu li:hover ul{            
    opacity: 1;            
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.mainmenu li li a {
    font-size: 12px;
    color: #ffffff;
    padding-left: 0;
    padding: 12px 10px;
    transition: all 400ms ease-in;
}
.mainmenu li li:hover {
    background: #0363D1; 
}
.mainmenu li:hover li a {border-bottom: none;}
.mainmenu li li:hover a {color: #ffffff;}
.sticky--menu .mainmenu li li {padding: 10px 0;}
.sticky--menu .mainmenu li:hover li a {border-bottom: transparent;}
.sticky--menu .site-haeder {
    position: fixed;
}
.sticky--menu .site-haeder:after {
    background-color: #0363D1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.sticky--menu .mainmenu li {
    padding: 10px 15px;
}
.sticky--menu .mainmenu li ul li {
    padding: 3px 5px;
}
.mean-container .mean-bar {
    float: none;
    position: absolute;
    background: transparent;
    top: -56px;
    left: 0;
}
.mean-container a.meanmenu-reveal {padding: 16px 13px 11px;}
.mean-container .mean-nav ul li a.mean-expand {height: 28px;}
.mean-container .mean-nav {background: #02a8f4;}
.mean-container .mean-nav ul li a.mean-expand:hover {
    background: #02a8f4;
}
/*.sticky--menu .site-logo {
    height: 100%;
    width: 80%;
    padding-top: 9px;
}*/
/*----------Ending of Header area----------*/
 
/*----------Starting of slider area----------*/
.homepage-slides,
.homepage-slides div {height: 100%}
.single-slide-item div,
.homepage-slides .owl-nav, 
.homepage-slides .owl-nav div,
.homepage-slides .owl-dots,
.homepage-slides .owl-dots div  {
    height: auto;
}
.homepage-slides .owl-nav div {
    position: absolute;
    left: 30px;
    top: 50%;
    color: #fff;
    background-color: #0363D1;
    font-weight: 600;
    font-size: 16px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.homepage-slides .owl-nav div.owl-next {
    left: inherit;
    right: 30px;
}
.homepage-slides:hover .owl-nav div {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.homepage-slides {position: relative;}
.single-slide-item {
    background-size: cover;
    background-position: center top;
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 16px;
    line-height: 2;
}
.single-slide-item:after {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    background-color: #02A8F4;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    z-index: -1;
}
.single-slide-item .d-table-cell {vertical-align: middle;}
.single-slide-item h2 {font-size: 60px; margin-bottom: 30px;}
.single-slide-item .boxed-btn {
    display: inline-block;
    background-color: #0363D1;
    border: 1px solid #0363D1;
    color: #ffffff;
    border-radius: 0;
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 30px;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    margin-top: 20px;
}
.single-slide-item .boxed-btn:hover {
    color: #ffffff; 
    background-color: transparent; 
    border: 1px solid #fff;
}
.single-slide-item .boxed-btn.bordered-btn {
    background-color: transparent;
    border-color: #ffffff;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.single-slide-item .boxed-btn.bordered-btn:hover {
    background-color: #0363D1; 
    border: 1px solid #0363D1; 
    color: #ffffff;
}
.slide-buttons a {margin-right: 15px;}
.homepage-slides .owl-dots div {
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    display: inline-block;
    margin-right: 8px;
    border-radius: 100%;
}
.homepage-slides .owl-dots {
    position: relative;
    text-align: center;
    bottom: 50px;
}
.homepage-slides .owl-dots div.active {background-color: #0363D1;}
/*----------Ending of slider area----------*/

/*----------Starting of Testimonial Area----------*/
.testimonial-wrapper {margin-top: 50px;}
.testimonial-wrapper .section-borders span {background-color: #fff;}
.testimonial-wrapper .section-borders span.black-border {background-color: #02A8F4;}
.author_info h4 {
  font-weight: 100;
  margin-bottom: 0;
  text-transform: uppercase;
}
.author_info span {font-size: 13px;}
p.author_comment {
    font-style: italic;
    padding-top: 13px;
}
.border_extra {
    border: 1px solid #fff;
    padding: 40px 60px;
}
.author_img {
    border: 1px solid #fff;
    height: 80px;
    margin: 0px auto 0;
    width: 80px;
}
.author_img img {width: 100%;}
.border_extra:before {    
    border-bottom: 44px solid transparent;
    border-left: 40px solid #ededed;
    bottom: -44px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: 17px;
    position: absolute;
    width: 0;
}
.border_extra:after {
    border-bottom: 39px solid transparent;
    border-left: 35px solid #02A8F4;
    border-top: 0 solid transparent;
    bottom: -39px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: 19px;
    position: absolute;
    width: 0;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.testimonial-wrapper .owl-prev,
.testimonial-wrapper .owl-next {
    box-shadow: 0 0 1px #02A8F4;
    background-color: #02A8F4;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    margin: 0 5px;
    padding: 0px 15px;
    position: absolute;
    right: -3px;
    top: -55px;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.testimonial-wrapper .owl-prev:hover,
.testimonial-wrapper .owl-next:hover {
    background: none;
    box-shadow: 0 0 1px #fff;
}
.testimonial-wrapper .owl-prev {
    right: 37px;
}
/*----------Ending of Testimonial Area----------*/

/*----------Starting of Home Blog area----------*/
.featured-auction-wrapper {background-color: #fff;}
.single-blog-item {
    border: 1px solid #02A8F4;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 5px #f2f2f2;
    display: block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    margin-bottom: 30px;
    color: #333333;
}
.single-blog-item:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 100%;
    right: 0;
    bottom: 0;
    background: #02A8F4;
    height: 4px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.single-blog-item:hover:before, 
.single-blog-item:focus:before, 
.single-blog-item:active:before {
    left: 0;
}
.single-blog-item:hover {color: #000;}
.single-blog-item:hover img.blog-img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.blog-img {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.blog-meta {
    position: absolute; 
    left: 0; 
    top: 0; 
    background-color: #02A8F4; 
    color: #ffffff; 
    padding: 8px 18px;
}
.blog-meta span {
    display: block; 
    font-weight: 600; 
    font-size: 20px; 
    line-height: 1;
}
.blog-text {
    background-color: #ffffff; 
    padding: 15px;
}
.blog-text h4 {margin: 0; height: 45px;}
.blog-text p {margin: 0; height: 70px;}
.blog-btn {
    background-color: #02A8F4; 
    border: 1px solid #02A8F4; 
    color: #ffffff; 
    font-weight: 600; 
    padding: 3px 15px; 
    margin-top: 15px; 
    display: inline-block; 
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.blog-btn:hover {
    background-color: #ffffff; 
    color: #02A8F4;
}
.home-blog-wrapper .owl-carousel .owl-nav .owl-prev, 
.home-blog-wrapper .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    font-size: 25px;
}
.home-blog-wrapper .owl-carousel .owl-nav .owl-prev {left: -15px;}
.home-blog-wrapper .owl-carousel .owl-nav .owl-next {right: -15px;}
/*----------Ending of Home Blog area----------*/

/*----------Starting of Blog Details----------*/
.section-title ul {
    margin: 0; 
    padding: 0; 
    list-style: none;
}
.section-title li {
    display: inline-block; 
    margin-right: 7px;
    color: #333333;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
}
.section-title li i.fa {
    padding-right: 7px;
    color: #02A8F4;
}
.blog-post-wrapper .section-title h2 {
    margin-bottom: 10px;
    font-size: 36px;
}
.blog-post-wrapper img {
    width: 100%; 
    margin: 20px 0;
}
.social-sharing {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0;
    margin-top: 30px;
    margin-bottom: 30px;
}
.social-sharing a {
    display: inline-block;
    background-color: #275baa;
    color: #ffffff;
    padding: 10px 20px 8px;
    border-radius: 40px;
    margin-right: 10px;
}
.social-sharing a.facebook {
    background-color: #275BAA; 
    border: 1px solid #275BAA; 
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.social-sharing a.twitter {
    background-color: #28c8f0; 
    border: 1px solid #28c8f0; 
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.social-sharing a.pinterest {
    background-color: #d6061e; 
    border: 1px solid #d6061e; 
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.social-sharing a.facebook:hover {
    background-color: #fff; 
    border: 1px solid #275BAA; 
    color: #275BAA;
}
.social-sharing a.twitter:hover {
    background-color: #fff; 
    border: 1px solid #28c8f0; 
    color: #28c8f0;
}
.social-sharing a.pinterest:hover {
    background-color: #fff; 
    border: 1px solid #d6061e; 
    color: #d6061e;
}
.entry-content p {
    margin-bottom: 20px; 
    text-align: justify;
}
.post-heading {
    border-bottom: 2px solid #02A8F4;; 
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.post-sidebar-area ul {
    margin: 0; 
    padding: 0; 
    list-style: none;
}
.post-sidebar-area {
    font-size: 15px; 
    font-weight: 600;
}
.post-sidebar-area a {
    color: #333333; 
    font-weight: 400;
}
.post-meta-date {
    margin-bottom: 0; 
    color: #333333; 
    font-size: 16px;
    line-height: 1;
}
.post-sidebar-area img {margin-top: 0;}
.row.post-row {
    margin-left: -7.5px; 
    margin-right: -7.5px;
}
.row.post-row .col-xs-4, .row.post-row .col-xs-8 {
   padding-left: 7.5px; 
   padding-right: 7.5px;
}
.blog-comments-profile-img {
    position: relative;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    border: 5px solid #02A8F4;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.blog-comments-profile-img img {
    height: 100%;
    width: 100%;
    border-radius: 100%;
    border: 5px solid #ffffff; 
    margin-top: 0;
}
.blog-comments-profile-img:hover {border-color: #555555;}
.single-blog-comments-wrap h4 {margin-bottom: 5px;}
.single-blog-comments-wrap h4 a {color: #333333;}
.comments-reply-area {margin-bottom: 15px;}
.comments-reply-area .pull-right a {color: #333333;}
.single-blog-comments-wrap {
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 0;
    margin-bottom: 15px;
}
.blog-btn.comments {padding: 10px 20px;}
.blog-comments-msg-area .form-control, 
.blog-comments-msg-area button {
    border-radius: 0; 
    box-shadow: none;
}
.blog-comments-msg-area button {
    background: #02A8F4;
    border: 1px solid #02A8F4;
    color: #ffffff;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.blog-comments-msg-area button:hover, 
.replay-form button[type="submit"]:hover {
    background: #ffffff;
    color: #02A8F4 !important;
}
.blog-comments-msg-area {margin-top: 20px;}
.replay-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    position: absolute;
    left: 15px;
    bottom: 0;
    color: #02A8F4;
}
.replay-form form {
    display: none;
    padding: 10px 0;
}
.replay-form {margin: 20px 0;}
.comments-content-area {padding-bottom: 10px;}
.replay-form button[type="submit"] {
    background-color: #02A8F4;
    color: #ffffff;
    padding: 8px 25px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 0;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
/*----------Ending of Blog Details----------*/

/*----------Starting of Contact Us area----------*/
.comments-form input, .comments-form textarea  {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.comments-form input[type="text"], .comments-form input[type="tel"], 
.comments-form input[type="email"], .comments-form textarea {
    background-color: #fbfbfb;
    border: 1px solid #f0f0f0;
    padding: 10px 15px;
}
.comments-form textarea {
    margin-bottom: 0;
    height: 120px;
}
.comments-form input[type="submit"], 
.comments-form button[type="submit"]  {
    background-color: #02A8F4;
    width: auto;
    display: inline-block;
    color: #fff;
    padding: 10px 25px;
    border-radius: 2px;
    font-size: 14px;
    border: 1px solid #02A8F4;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    font-weight: 600;
}
.comments-form input[type="submit"]:hover, 
button[type="submit"]:hover {
    border: 1px solid #02A8F4;
    background-color: #ffffff;
    color: #02A8F4;
}
.contact-info {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
}
.contact-info i {
    position: absolute;
    font-size: 20px;
    left: 0;
    top: 5px;
}
.contact-info i.fa {
    color: #02A8F4;
    font-size: 20px;
}
.contact-info span {margin-left: 30px;}
.contact-info {line-height: 2;}
.contact-area-wrapper {color: #000;}
.contact-area-wrapper h3, .contact-info a {color: #000;}
.contacts-map {background: #dddddd;}
.contacts-map .map {
    height: 400px;
    width: 100%;
}
/*----------Ending of Contact Us area----------*/

/*----------Starting of FAQ Area----------*/
.styled-faq .panel-default > .panel-heading {
    border: none;
    background: none;
    padding: 0;
}
.styled-faq .panel .panel-collapse .panel-body {
    border: none;
}
.styled-faq .panel-group .panel {
    border-radius: 0;
    box-shadow: 0 0 0;
    margin-bottom: 15px;
}
.styled-faq .panel .panel-heading h4 a {
    display: block;
    padding: 15px;
    position: relative;
    font-weight: 100;
}
.styled-faq .panel .panel-heading h4 a i.fa {
    font-size: 110%;
    line-height: 20px;
    position: absolute;
    left: 15px;
    top: 15px;
    display: none;
}
.styled-faq .panel .panel-heading h4 a span {margin-left: 25px;}
.styled-faq .panel .panel-heading h4 a[aria-expanded=true] i.fa.fa-minus {
    display: block;
}
.styled-faq .panel .panel-heading h4 a[aria-expanded=false] i.fa.fa-plus {
    display: block;
}
.styled-faq .panel .panel-heading h4 a:focus, a:hover {
    text-decoration: none;
}
.styled-faq .panel-title {background-color: #02A8F4; color: #fff;}
.styled-faq .panel {border: none;}
/*----------Ending of FAQ Area----------*/

/*----------Starting of subscribe newsletter area----------*/
.subscribe-newsletter-wrapper {
    background-color: #fff;
    position: relative;
}
.subscribe-newsletter-wrapper.login {background-color: transparent;}
.subscribe-newsletter-area {
    background-color: #02A8F4;
    padding: 30px;
    color: #ffffff;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.subscribe-newsletter-area h4 {margin: 0; margin-top: 12px;}
.subscribe-newsletter-area form input {
    width: 70%;
    height: 40px;
    color: #888;
    padding: 10px;
}
.subscribe-newsletter-area form button {
    width: 20%;
    margin-left: -5px;
    height: 40px;
    border-radius: 0;
    background-color: #000000;
    font-size: 15px;
    margin-top: -2px;
    border-color: #000000;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.subscribe-newsletter-area form button:hover {
    background-color: #000000; 
    border-color: #000000; 
    font-weight: 600; 
    color: #ffffff;
}
/*----------Ending of subscribe newsletter area----------*/

/*----------Starting of footer area----------*/
.footer-area-wrapper {
    background-color: #333333;
    color: #ffffff;
    padding-bottom: 20px;
    padding-top: 40px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.single-footer-area {padding-top: 40px;}
.footer-title {
    font-size: 18px;
    margin-bottom: 30px;
}
.footer-logo {
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
}
.footer-logo:hover {color: #ffffff;}
.footer-content ul.about-footer {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-content ul.about-footer li {
    display: block;
    border-top: 1px dashed #ffffff;
    padding: 8px 0;
}
.footer-content ul.about-footer li:first-child {
    border-top: none;
    padding-top: 0;
}
.footer-content ul.about-footer li a {
    color: #ffffff;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    padding-left: 0;
}
.footer-content ul.about-footer li:hover a { 
    padding-left: 10px;
}
.footer-content ul.latest-tweet {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-content ul.latest-tweet li {
    display: block;
    position: relative;
    padding-bottom: 15px;
}
.footer-content ul.latest-tweet li a {color: #ffffff;}
.footer-content ul.latest-tweet li img {
    width: 30px;
    height: 30px;
}
.footer-content ul.latest-tweet li span {
    position: absolute;
    left: 40px;
    top: -5px;
}
.footer-content .contact-info {
    padding-left: 20px;
    margin-bottom: 8px;
}
.footer-content .contact-info i {left: -20px;}
.footer-content .contact-info i.fa,
.footer-content .contact-info a 
 {color: #ffffff;}
/*----------Starting of copyright footer area----------*/
.footer-social-links {text-align: right;}
.footer-social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 8px;
}
.footer-social-links li {display: inline-block;}
.footer-social-links li a {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #ffffff;
    margin-right: 10px;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 2;
}
.footer-social-links li a.facebook:hover {
    background-color: #3B5998;
    border: 1px solid #3B5998;
}
.footer-social-links li a.google:hover {
    background-color: #DD4B39;
    border: 1px solid #DD4B39;
}
.footer-social-links li a.twitter:hover {
    background-color: #00ACED;
    border: 1px solid #00ACED;
}
.footer-social-links li a.tumblr:hover {
    background-color: #32506D;
    border: 1px solid #32506D;
}
.footer-social-links li a.pinterest:hover {
    background-color: #CB2027;
    border: 1px solid #CB2027;
}
.copy-right-side {
    margin-top: 10px; 
    color: #ffffff;
}
.footer-copyright-area {
    background-color: #000000;
    padding: 10px 0;
}
/*----------Ending of footer area----------*/

/*----------Starting of Login/registration area----------*/
.login-wrap {margin-top: 50px;}
.login-social-btn-area.mb-0 {margin-bottom: 0;}
.login-tab {
    background: #ffffff;
    box-shadow: 0 0 5px #dddddd;
}
.login-tab .nav-tabs {border-bottom: none;}
.login-tab .nav>li {
    width: 50%;
    text-align: center;
}
.login-tab .nav-tabs>li>a {
    margin-right: 0;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 15px;
    display: block;
}
.login-tab .nav>li>a {
    background-color: #eeeeee;
    font-size: 18px;
    color: #666666;
}
.login-tab .nav-tabs>li.active>a, 
.login-tab .nav-tabs>li.active>a:focus, 
.login-tab .nav-tabs>li.active>a:hover {
    color: #333333;
    cursor: default;
    background-color: #fff;
    border: none;
    border-top: 5px solid #02A8F4 !important;
}
.login-form {padding: 20px 30px 40px 30px;}
.login-title {
    padding-top: 40px;
    color: #666666;
}
.login-form .form-control,
.btn-submit{
    height: 40px;
    border-radius: 0;
}
.login-form textarea.form-control {height: auto;}
.login-form label {
    color: #666666;
    font-size: 16px;
    font-weight: 500;
}
.btn-submit {
    background: #02A8F4;
    border: 1px solid #02A8F4;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.forgot-area {margin-top: 10px;}
.forgot-area a {
    color: #02A8F4;
    font-size: 16px;
    text-decoration: underline
}
.login-social-btn-area {
    margin: 30px 0;
}
.login-form.favorite-modal {padding: 0;}
.modal.favorite .modal-header h3 {
    margin: 0;
    padding-left: 12px;
}
.create-accountLink a {
    margin-bottom: 20px;
    color: #314a7f;
    display: block;
}
.login-social-btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.login-form .social-btn {
    display: inline-block;
    background: #3b5998;
    color: #ffffff;
    letter-spacing: normal;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    width: 48%;
}
.login-form.report  .social-btn {
    width: 100%;
    border: none;
}
.login-form .social-btn span {
    display: inline-block;
    padding: 0 8px;
}
.login-form .social-btn.last-child {
    background: #db4935;
}
.login-form .social-btn i.fa {
    background: #314a7f;
    padding: 12px;
}
.login-form .social-btn.last-child i.fa {background: #c04738;}
/*----------Ending of Login/registration area----------*/

/*----------Starting of service#01 area----------*/
.service-area-wrapper {background-color: #fff;}
.service-area-wrapper .single-service-box {
    margin-bottom: 50px;
    text-align: left;
}
.service-area-wrapper .service-icon {
    display: block;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}
.service-area-wrapper .service-icon img {
    height: 60px;
    width: 60px;
    border: 1px solid #ddd;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.service-area-wrapper .single-service-box:hover .service-icon img {border-color: #02A8F4;}
.service-area-wrapper .service-text {
    overflow: hidden;
}
.service-area-wrapper .service-text h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}
.service-area-wrapper .service-text p {color: #000;}
/*----------Ending of service#01 area----------*/

/*----------Starting of gallery area----------*/
.gallery-area-wrapper {background-color: #fff;}
.row.gallery-list .col-md-4 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.row.gallery-list {
    margin-left: -7.5px;
    margin-right: -7.5px; 
}
.single-gallery-item {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
    border: 1px solid #dddddd;
}
.single-gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.single-gallery-item:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.gallery-overlay {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #02A8F4;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.gallery-border {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #ffffff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    left: 10px;
    bottom: 10px;
    z-index: 3;
}
.single-gallery-item:hover .gallery-border {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
    visibility: visible;
}
.gallery-icons {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -16px;
    width: 100%;
    height: auto;
    z-index: 3;
}
.gallery-icons a {
    background: #0099FF;
    color: #fff;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all 700ms ease-in;
    transition: all 700ms ease-in;
}
.single-gallery-item:hover .gallery-overlay {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.single-gallery-item:hover .gallery-icons a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}
.gallery-icons a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* Magnific code of gallery area */
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/*----------Ending of gallery area----------*/

/*----------Starting of Profile area----------*/
.donors-profile-wrap {margin-top: 20px;}
.profile-description-box, .other-description-box, 
.profile-right-side, .profile-practise-area, 
.medical-details-wrap, .profile-resume-area  {
    border: 1px solid #ddd; 
    padding: 20px 10px;
}
.profile-right-side {margin-bottom: 30px;}
.other-description-box .table>tbody>tr>td, 
.other-description-box .table>tbody>tr>th {
    border-top: none; 
    font-size: 16px;
}
.add-area img, .profile-img img {width: 100%; height: auto;}
.profile-contact-area .form-control {
    border-radius: 0; 
    box-shadow: none; 
    height: 40px;
}
.profile-contact-area .btn {
    background: #02A8F4; 
    border-color: #02A8F4;
    border-radius: 0; 
    height: 40px; 
    font-weight: 600;  
    -webkit-transition: all 400ms ease-in;  
    transition: all 400ms ease-in;
}
.profile-contact-area textarea.form-control {height: auto;}
.social-icon a {
    display: inline-block;
    background-color: rgb(1, 102, 255);
    color: #fff;
    margin-right: 3px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    font-size: 20px;
}
.social-icon a.fb {background-color: rgb(59, 89, 152);}
.social-icon a.twit {background-color: rgb(85, 172, 238);}
.social-icon a.google {background-color: rgb(221, 75, 57);}
.social-icon a.linkedin {background-color: rgb(0, 123, 181);}
.social-icon {padding-bottom: 20px;}
.resume-icon {
    font-size: 40px; 
    color: #02A8F4; 
    margin-top: -15px;
}
.work-place-wrap h3 {margin-bottom: 5px;}
.work-place-wrap p {color: #02A8F4;}
.single-resume-area .row {margin-bottom: 10px;}
.visiting-area li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dashed #02A8F4;
    padding: 10px 0 0 0;
}
.helping-area {margin-top: 30px;}
.helping-area button {
    border-radius: 0;
    background-color: #02A8F4;
    border-color: #02A8F4; 
    display: block;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.helping-area button:hover, 
.profile-contact-area .btn:hover {
    background-color: #ffffff;
    color: #02A8F4;
    border-color: #02A8F4; 
}
.medical-details-wrap i.fa {color: #02A8F4;}
.medical-details-wrap {margin-bottom: 50px;}
.booked-btn {
    border-radius: 0;
    background-color: #02A8F4;
    border-color: #02A8F4;
    margin-top: 10px;  
}
.booked-btn:hover {
    background-color: #ffffff; 
    border-color: #02A8F4; 
    color: #ffffff;
}
/*----------Ending of Profile area----------*/

/*----------Starting of About me area----------*/
.home-about-right-area {padding: 50px 0;}
.home-about-right-area h1 {color: #02A8F4;}
/*----------Ending of About me area----------*/

/*----------Starting of Special Services----------*/
.special-service-description {margin: 30px 0;}
.special-services-right-area {margin-top: 68px;}
.single-special-service { 
    position: relative;
    padding: 15px 0;
}
.special-service-icon {
    position: absolute;
    left: 0;
    top: 16px;
}
.special-service-icon img {
    height: 60px;
    width: 60px;
    border: 1px solid #ddd;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.single-special-service:hover .special-service-icon img {border-color: #02A8F4;}
.special-service-text {margin-left: 80px;}
.special-service-text h3 {margin-bottom: 5px;}
/*----------Ending of Special Services----------*/

/*----------Starting of Booked area----------*/
.book-now-wrap {margin-top: 20px;}
.modal.book-now-wrap {border-radius: 0;}
.book-now-wrap .modal-footer {
    padding: 10px 15px;
    background-color: #02A8F4;
    border-top: 1px solid #02A8F4;
    letter-spacing: 2px;
    border-radius: 0;
}
.book-now-wrap .modal-footer a {color: #fff;}
.book-now-wrap .modal-header {background: #ddd;}
.book-now-wrap .modal-content {border-radius: 0;}
#v-cal .vcal-date--today {
    background-color: #02A8F4;
    color: #fff;
    border-radius: 100%;
    height: 40px;
    max-width: 40px;
    line-height: 20px;
}
#v-cal .vcal-date--selected {
    border-radius: 100%;
    height: 40px;
    max-width: 40px;
    line-height: 20px;
}
#v-cal .vcal-body {background-color: #fff;}
#v-cal .vcal-header__label {text-transform: uppercase;}
#v-cal .vcal-header {
    background-color: #02A8F4;
    color: #fff;
}
.single-timing-box {
    border: none;
    padding: 5px 35px;
    margin-bottom: 20px;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.single-timing-box:hover {background-color: #02A8F4; color: #fff;}
.single-timing-box.active{background-color: #02A8F4; color: #fff;}
.single-timing-box.disabled,
.single-timing-box.disabled:hover
 {background-color: red; color: #fff;}
.row.modal-date-row .col-md-3 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.row.modal-date-row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
/*----------Ending of Booked area----------*/

/*----------Starting of Video Section Area----------*/
.video_section {
    padding: 150px 0; 
    margin-bottom: 50px;
    position: relative;
}
.video-text-area {color: #ffffff;}
.video-blog-wrap {padding: 250px 0 160px 0;}
.video-play-btn a {
    height: 70px;
    width: 70px;
    background: #ffffff;
    line-height: 48px;
    border-radius: 100%;
    border: 10px solid #9fb6d2;
    display: block;
}
.video-play-btn a img {width: 30px;}
.video-play-btn {
    border: 10px solid #577dab;
    border-radius: 100%;
    height: 90px;
    width: 90px;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.video-play-btn:hover {border-color: #f90022;}
.video-play-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
    justify-content: center;
    margin-top: 30px;
}
/*----------Ending of Video Section Area----------*/

/*----------Ending of Home appointment Area----------*/
.home-bookAppointment-wrap {padding: 100px 0;} 
/*----------Ending of Home appointment Area----------*/

/*--------------Starting of 404 area------------------*/
.page-not-found-wrapper {
    height: 100%;
    width: 100%;
    background-color: #dddddd;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-not-found-content {color: #ffffff;}
.page-not-found-content img {margin-bottom: 30px;}
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:hover .hvr-icon, 
.hvr-icon-wobble-horizontal:focus .hvr-icon, 
.hvr-icon-wobble-horizontal:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    border: 2px solid #ffffff;
    padding: 10px 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background: #ffffff;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    border-radius: 30px;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-top: 20px;
}
.hvr-shutter-in-horizontal i.fa {margin-right: 10px;}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0363D1;
  color: #ffffff;
  border-radius: 30px;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, 
.hvr-shutter-in-horizontal:focus, 
.hvr-shutter-in-horizontal:active {
  color:  #0363D1;
  border-color: #0363D1;
}
.hvr-shutter-in-horizontal:hover:before, 
.hvr-shutter-in-horizontal:focus:before, 
.hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
/*--------------Ending of 404 area------------------*/

/*--------------Starting of ads. area------------------*/
.ads-wrap {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
}
/*--------------Ending of ads. area------------------*/

/*--------------Starting of patient profile area------------------*/
.patient-profile-img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 0 auto;
    border: 5px solid #0363D1;
    overflow: hidden;
    margin-bottom: 15px;
    background: #ffffff;
}
.patient-profile-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    padding: 5px;
    transform: scale(1);
    transition: all 400ms ease-in;
}
.patient-profile-img:hover img {transform: scale(1.1);}
.patient__descriptionArea,
.patient__socialArea {
    border: 1px solid #dddddd;
    padding: 10px;
}
.patient-btn {
    display: block;
    background: #02A8F4;
    color: #ffffff;
    font-weight: 600;
    padding: 10px;
    position: relative;
    width: 90%;
    transition: all 400ms ease-in;
    margin-bottom: 5px;
}
.patient-btn:last-child {margin-bottom: 0;}
.patient-btn:after {
    position: absolute;
    content: '';
    right: -22px;
    top: 0;
    width: 0; 
    height: 0; 
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 22px solid #02A8F4;
    transition: all 400ms ease-in;
}
.patient-btn:hover,
.patient-round-btn:hover {
    background: #333333; 
    color: #ffffff;
}
.patient-btn:hover:after {border-left: 23px solid #333333;}
.patient-round-btn {
    display: inline-block;
    background: #02A8F4;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 30px;
    transition: all 400ms ease-in;
}
.patient__descriptionArea .btn-danger {
    padding: 3px 10px;
    border-radius: 30px;
    border: none;
}
.patient__descriptionArea .table {
     margin-bottom: 0; 
}
.patient__socialArea i.fa {
    background: #02A8F4;
    color: #ffffff;
    font-size: 12px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 100%;
    text-align: center;
}
.patient__socialArea li {
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.patient__socialArea li:last-child {margin-bottom: 0;}
.patient__socialArea span {
    position: absolute;
    left: 40px;
    top: 5px;
    font-size: 12px;
    line-height: 1;
    color: #333333;
}
.patient-profile-wrap .nav-tabs {
    border-bottom: none;
}
.patient-profile-wrap .nav-tabs>li.active>a {
    color: #ffffff;
    background: #02A8F4;
    border: none;
}
.patient-profile-wrap .nav-tabs>li>a {
    background: #333333;
    margin-right: 10px;
    border: none;
    border-radius: 30px;
    padding: 12px 25px;
} 
.patient-profile-wrap .nav-tabs>li.active>a:focus, 
.patient-profile-wrap .nav-tabs>li.active>a:hover,
.patient-profile-wrap .nav>li>a:focus, 
.patient-profile-wrap .nav>li>a:hover {
    background: #02A8F4; 
    color: #ffffff;
}
/*--------------Ending of patient profile area------------------*/
div.ui-datepicker{
    font-size:20px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    border: 1px solid #02A8F4;
    background: none;
    color: #02A8F4;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    border: 1px solid #02A8F4;
    background: none;
    color: #02A8F4;
}
.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: none;
    color: #02A8F4;
    font-weight: bold;
}
.margin-bottom-80 {margin-bottom: 80px;}