/*****
*
*
*Author Name : Mostafizur Rahman
*Author URI : http://mostafiz.me/
*Version : 1.1
*Description : This is a responsive HTML & Bootstrap template developed by Mostafizur Rahman
*Template URI : http://mostafiz.me/demo/doctor/
*
*
****/
.top-container{
    font-size: 20px;
    height: 43px;
    padding-top: 5px;
}

li {
    list-style: none;
}
a:hover,
a:visited,
a {
    text-decoration: none;
}
h1,
h2 {
    text-transform: uppercase;
    font-weight: bold;
}

/*header area*/

.top-header {
    background: #fff !important;
    position: fixed;
    width: 100%;
    z-index: 99999;
}
.header-backup {
    width: 20px;
    
    background: transparent;
    margin: auto;
}
.top-header img.logo {
    margin-bottom: 25px;
    margin-top: -15px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
    
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}
.nav-bar {
    margin-top: 21px;
}
.navbar-toggle span {
    color: #ffffff;
}
ul.nav {
    margin: 0;
    padding: 0;
}
.navbar-default .navbar-nav>li>a {
    font-size: 21px;
    color: #ffffff;
    padding: 11px 15px;
   
}
.navbar-default .navbar-nav>li>a:hover {
    color: #42b3e5;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
li a.active {
    color: #fff !important;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
    margin-top: 4px;
}

/*slider area*/

.slider-row {
    margin: 0;
    padding: 0;
}
.slider-wrapper {
    margin: 0;
    padding: 0 !important;
    background: #000 !important;
}
.carousel-caption h1 {
    font-size: 157px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}
.carousel-caption p {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
}
.carousel-caption button {
    width: 240px;
    height: 60px;
    background: #3a9ecb;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    border: 0;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}
.carousel-caption button:hover {
    background: #2a2a2a;
}
.carousel-control {
    width: 5%;
}
.carousel-inner {
    background: -webkit-linear-gradient(left, #000, blue);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #000, blue);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #000, blue);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, #000, blue);
    /* Standard syntax */
}
.item {
    position: relative;
}
.carousel-caption {
    position: absolute;
    text-align: left;
    left: 12%;
    line-height: 1;
    top: 50%;
    margin-top: -100px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    font-size: 18px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    color: #333;
    margin-left: 0;
   
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev :hover {
    font-size: 18px;
    padding: 5px;
    background: #333;
    border-radius: 50%;
    color: #fff;
    margin-left: 0;
   
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    font-size: 18px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    color: #333;
    margin-right: 0;
   
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next :hover {
    font-size: 18px;
    padding: 5px;
    background: #333;
    border-radius: 50%;
    color: #fff;
    margin-right: 0;
   
}

/*about area*/


.about h4 {
    font-size: 24px;
    color: #737373;
    margin-bottom: 45px;
}
.about-img img {
    width: 100%;
}
.single-about-detail {
    position: relative;
}
.pentagon-text h1 {
    font-size: 60px;
    color: #383838;
    margin-top: 0;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    position: absolute;
    left: 15%;
    width: 50px;
    top: -6%;
}
.pentagon-text {
    width: 70px;
    height: 52px;
    background: #fff;
    position: relative;
    top: -30px;
    left: 32%;
}
.pentagon-text:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 15px solid #fff;
}
.pentagon-text:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 0px;
    border-left: 36px solid transparent;
    border-right: 34px solid transparent;
    border-top: 15px solid #fff;
}
.about-details {
    background: #2a2a2a;
    border-top: 2px solid #fff;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
.about-details h3 {
    font-size: 24px;
    color: #fff;
    margin-top: 0;
}
.about-details p {
    font-size: 16px;
    color: #fff;
    padding: 0 25px;
}
.single-about-detail:hover .about-details {
    background: #3a9dca;
}
.single-about-detail:hover .pentagon-text h1 {
    color: #3a9dca;
}

/*service area*/

.service {
   background: #06b2b6;
  
}
.service h2 {
    font-size: 40px;
    color: #fff;
  
}
.service h4 {
    font-size: 24px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 70px;
    display: block;
}




.single-service h3 {
    margin-top: 169px;
    color: #fff;
    padding-bottom: 90px;
}

.service-img img.brain {
    left: 26%;
    top: 11%;
}
.service-img img.knee {
    left: 38%;
}
.service-img img.bone {
    left: 25%;
    top: 14%;
}
.service-img img {
    position: absolute;
}

/*team section*/

.team {
    padding-bottom: 0px;
}
.team h2 {
    font-size: 40px;
    color: #42b3e5;
    margin-top: 20px;
    margin-bottom: 20px;
}
.team h4 {
    font-size: 24px;
    color: #737373;
    margin-top: 0;
    margin-bottom: 45px;
}
.single-member {
    margin: 0;
    padding: 0;
}
.person img {
    width: 100%;
}
.person-detail {
    padding: 10px;
    background: #3a9cc8;
    position: relative;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    width: 353px;
}
.arrow-top {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #3ba0cc;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    bottom: -10px;
    left: 46%;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
.arrow-bottom {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #3ba0cc;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: -9px;
    left: 46%;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
.person-detail h3 {
    font-size: 30px;
    color: #fff;
}
.person-detail p {
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.single-member:hover .person-detail {
    background: #2a2a2a;
}
.single-member:hover .arrow-top {
    background: #2a2a2a;
}
.single-member:hover .arrow-bottom {
    background: #2a2a2a;
}

/*contact section*/

.contact-caption {
    background: #3a9dca;
}
.contact-heading h2 {
    color: #fff;
    font-size: 40px;
}
.contact-info {
    padding-left: 40px;
}
.contact-info h3 {
    padding-left: 0;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #13849c;
    padding-bottom: 12px;
    margin-bottom: 0;
}
.contact-form h3 {
    padding-left: 0;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #13849c;
    padding-bottom: 12px;
    margin-bottom: 0;
}
.contact-info ul {
    margin: 0;
    padding: 0;
}
.contact-info ul li {
    
    font-size: 22px;
    color: #fff;
}
.contact-info i.fa {
    font-size: 22px;
    padding-right: 12px;
    width: 25px;
    height: 38px;
}
.contact-info ul li span {
    font-weight: bold;
}
.contact-form input {
    width: 100%;
    height: 40px;
    background: #fff;
    font-size: 13px;
    color: #084a5c;
    font-family: 'Open Sans', sans-serif;
    padding: 12px;
    border: 0;
    margin-bottom: 12px;
}
.contact-form textarea {
    font-family: 'Open Sans', sans-serif;
    padding: 12px;
    width: 100%;
    height: 100px;
    border: 0;
    margin-bottom: 12px;
}
.info-detail {
    border-top: 1px solid #53cde5;
    padding-top: 15px;
}
.form {
    border-top: 1px solid #53cde5;
    padding-top: 15px;
    text-align: right;
}
.contact-form input.submit-btn {
    width: 180px;
    height: 50px;
    float: right;
    font-size: 24px;
    color: #fff;
    background: url(../img/btn-bg.jpg);
    background-repeat: no-repeat;
    padding: 0;
    font-family: 'BenchNine', sans-serif;
    font-weight: bold;
    border-radius:10px;
}
.contact-form input.submit-btn:hover {
    color: #fff;
    background: #42b3e5;
}
.contact-form {
    padding-right: 40px;
}

/*gmap*/


.map {
    position: relative;
    overflow: hidden;
}
.contact {
    position: absolute;
    width: 100%;
    height: 830px;
    margin-top: 0px;
    left: 0;
    margin-top: -830px;
    background: rgba(0, 0, 0, 0.51);
}
.contact-caption {
    margin-top: 40px;
}

/*footer*/
.footer{
    background:#333;
    color: #fff;
}
.footer-para {
    margin: 0;
    padding: 0;
}
.footer p {
    font-size: 16px;
    color: #fff;
   
    font-weight: 300;
    margin: 0;
    padding: 25px 0;
}
.footer a i.fa {
    font-size: 24px;
    color: #b1b1b1;
    padding: 22px 10px;
}
.footer a i.fa:hover {
    color: #42b3e5;
}
.carousel-inner {
    position: relative;
}

/*======================css for carousel=========================*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
    opacity: 1;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0) 100%);
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* just for demo purpose */

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}

/******************************
responsive area
********************************/


/* md */

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 20px;
        padding: 20px 12px;
    }
    .carousel-caption h1 {
        font-size: 120px;
    }
    .carousel-caption p {
        font-size: 32px;
    }
    .carousel-caption button {
        width: 215px;
        height: 55px;
        font-size: 26px;
    }
    h2 {
        font-size: 75px !important;
    }
    h4 {
        font-size: 22px !important;
    }
    .person-detail h3 {
        font-size: 26px;
    }
    .person-detail p {
        font-size: 12px;
    }
}

/* sm */

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        padding: 10px 8px;
    }
    .carousel-caption h1 {
        font-size: 90px;
    }
    .carousel-caption p {
        font-size: 30px;
    }
    .carousel-caption button {
        width: 180px;
        height: 50px;
        background: #3a9ecb;
        color: #fff;
        font-size: 22px;
    }
    h2 {
        font-size: 70px !important;
    }
    h4 {
        font-size: 18px !important;
    }
    

    .contact {
        margin-top: -1050px;
        height: 1050px;
    }
    .nav > li {
    position: relative;
    display: block;
    padding-top: 22px;
}
   .col_half, .col_third, .col_twothird, .col_fourth, .col_three_fourth, .col_fifth {
    position: relative;
    display: inline;
    display: inline-block;
    float: left;
   
    margin: 0 2% 20px;
}
.hedre1{
    height:130px;
}
}

/* xs */

@media (min-width: 480px) and (max-width: 767px) {
    .card {
    width: 29 rem;
    background: #fff;
    border: 3px solid rgba(15, 15, 15, 0.25);
    padding: 2rem;
    border-radius: 2rem;
    transition: box-shadow 300ms ease;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.25), 0 0 40px rgba(15, 15, 15, 0.15);
}
	.header-logo img {
        margin-top: 20px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 20px;
    }
    .carousel-caption {
        margin-top: -110px;
    }
    .carousel-caption h1 {
        font-size: 75px;
    }
    .carousel-caption p {
        font-size: 25px;
    }
    .carousel-caption button {
        width: 160px;
        height: 40px;
        font-size: 20px;
    }
    
    .contact {
        height: 1120px;
        margin-top: -1120px;
    }
    h2 {
        font-size: 70px !important;
    }
    h4 {
        font-size: 21px !important;
    }
    .contact-info ul {
        margin-left: 4px;
    }
    .contact-info i.fa {
        width: 25px;
    }
    .contact-caption {
        margin-top: 140px;
    }
    .nav > li {
    position: relative;
    display: block;
    padding-top: 22px;
}
.col_half, .col_third, .col_twothird, .col_fourth, .col_three_fourth, .col_fifth {
    position: relative;
    display: inline;
    display: inline-block;
    float: left;
   
    margin: 0 2% 20px;
}
.hedre1{
    height:130px;
}
}

/* XS Portrait */

 @media (max-width: 479px) {
    .teams {
    width: 100%;
    height: 0px;
}
    .top-header img.logo {
        margin: 20px 10px;
    }
    .header-logo {
        margin-top: 0px;
    }
    .navbar-default .navbar-toggle {
        border-color: #fff;
        margin-top: -1px;
        right: 10%;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        text-align: left;
        padding: 12px 15px;
    }
    .card {
    overflow-y: auto;
    width: 100%;
    background: #fff;
    border: 3px solid rgba(15, 15, 15, 0.25);
    padding: 2rem;
    border-radius: 2rem;
    transition: box-shadow 300ms ease;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.25), 0 0 40px rgba(15, 15, 15, 0.15);
}
    .header-backup {
        height: 80px;
    }
    .carousel-caption {
        margin-top: -60px;
    }
    .carousel-caption h1 {
        font-size: 20px;
    }
    .carousel-caption p {
        font-size: 12px;
    }
    .carousel-caption button {
        width: 90px;
        height: 23px;
        font-size: 16px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-top: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-top: 30px;
    }
    .about h2 {
        font-size: 30px;
        color: #42b3e5;
        margin-top: 30px;
    }
    .service h2 {
        font-size: 30px;
        margin-top: 40px;
    }
    .team h2 {
        font-size: 30px;
        margin-top: 40px;
    }
    h4 {
        font-size: 18px !important;
    }
    .contact-caption {
        margin-top: 3%;
    }
    

    .contact {
        height: 950px;
        margin-top: -950px;
    }
    .contact-heading h2 {
        font-size: 50px;
        text-align: left;
        margin-left: 15px;
    }
    .contact-info h3 {
        margin-left: 8px;
        font-size: 25px;
        padding-bottom: 8px;
    }
    .info-detail {
        margin-left: 8px;
    }
    .contact-info ul li {
        font-size: 15px;
    }
    .contact-info i.fa {
        font-size: 13px;
        width: 20px;
        height: 18px;
    }
    .contact-info,
    .contact-form {
        padding: 10px;
    }
    .contact-form h3 {
        font-size: 25px;
        padding-bottom: 8px;
        margin-bottom: 0;
        margin-right: 0px;
    }
    .footer a i.fa {
        font-size: 18px;
        padding: 10px 0px;
    }
    .footer p {
        font-size: 12px;
    }
    .emg  {
    
    margin-top: 19px;
}
.hedre1{
    height:130px;
}
.team h2 {
    font-size: 23px;
    color: #42b3e5;
    margin-top: 20px;
    margin-bottom: 20px;
}
 }

.hedre1{
    height:330px;
}

.headerbg {
	background-color: #06b2b6;
}
.teams{
    width: 100%;
    height: 247px;
}


.thumb {
    margin-bottom: 15px;
}
.thumb:last-child {
    margin-bottom: 12px;
}

.thumb 
figure img {
  -webkit-filter: grayscale(100%);
  filter: drop-shadow(4px 6px 8px black);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 240px;
}
.thumb 
figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.our img {
  transform-origin: 50% 75%;
  transition: transform 1s, filter .5s ease-out;
}

/* The Transformation */
.our:hover img {
  transform: scale(1.4);
  
}



.zoom1:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}




.card {
        overflow-y: auto;
    width: 47%;
    background: #fff;
    border: 3px solid rgba(15, 15, 15, 0.25);
    padding: 2rem;
    border-radius: 2rem;
    transition: box-shadow 300ms ease;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.25), 0 0 40px rgba(15, 15, 15, 0.15);
}
.card:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5), 0 0 40px rgba(15, 15, 15, 0.15);
}
.card header {
    text-align: center;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ececec;
    position: relative;
}
.card header .controls {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.card header .controls .controls__forward {
    transform: translate(20px, -10px);
}
.card header .controls a {
    display: inline-block;
    padding: 5px;
    margin-top: -5px;
    text-decoration: none;
    line-height: 1;
}
.card header .controls a span {
    font-size: 10px;
    text-transform: uppercase;
}
.card header figure img {
    max-width: 250px;
    border-radius: 50%;
    transition: all 300ms ease;
    background: linear-gradient(-45deg, #7986cb, #ff5252);
    background-size: 500% 500%;
    animation: animatebg 3s ease infinite;
    padding: 0.25rem;
    margin-bottom: 1em;
}
.card header figure img:hover {
    padding: 0.5rem;
    border: 0.5rem solid rgba(255, 255, 255, 0.25);
}
.card header .pronouns {
    margin-top: 4px;
    opacity: 0.5;
    font-size: smaller;
    text-transform: uppercase;
}
.card main {
    margin-bottom: 1em;
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: all 300ms ease;
}
.card main.visible {
    visibility: visible;
    height: 240px;
    opacity: 1;
}
.card main p {
    margin-bottom: 1em;
}
.card main .looking-for {
    display: flex;
    background: lightcyan;
    color: darkcyan;
    align-items: center;
    font-size: 0.9rem;
    line-height: 1.2;
    border-bottom: 1px solid #00d8d8;
}
.card main .looking-for__icon {
    padding: 1em;
    color: #00d8d8;
}
.card main .looking-for__description {
    padding: 1em 1em 1em 0;
}
.card footer .social {
    display: flex;
    justify-content: space-between;
    font-size: 2.2rem;
}
.card footer .social__icon a {
    display: block;
    padding: 0 5px;
}


@keyframes animatebg {
    0% {
        background-position: 10% 50%;
    }
    50% {
        background-position: 90% 50%;
    }
    100% {
        background-position: 10% 50%;
    }
}
.copyr{
	margin-top:19px;
}


.style16 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 1.6em;
}
.style28 {
    color: #006AFE;
}
/*view tebal*/
table th , table td{
    text-align: center;
}
table tr:nth-child(even){
    background-color: #e4e3e3
}

th {
  background: #333;
  color: #fff;
}

.pagination {
  margin: 0;
}

.pagination li:hover{
    cursor: pointer;
}

.header_wrap {
  padding:30px 0;
}
.num_rows {
  width: 30%;
  float:left;
}
.tb_search{
  width: 40%;
  float:right;
}
.pagination-container {
  width: 70%;
  float:left;
}

.rows_count {
  width: 100%;
  float:right;
  text-align:right;
  color: #999;
}
/*end view table */

/*login */


.login-form {
	width: 350px;
	margin: 0 auto;
	padding: 100px 0 30px;		
}
.login-form form {
	color: #7a7a7a;
	border-radius: 2px;
	margin-bottom: 15px;
	font-size: 13px;
	background: #ececec;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	padding: 30px;	
	position: relative;	
}
.login-form h2 {
	font-size: 22px;
	margin: 35px 0 25px;
}
.login-form .avatar {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -50px;
	width: 114px;
	height: 114px;
	border-radius: 50%;
	z-index: 9;
	background: #70c5c0;
	padding: 6px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.login-form .avatar img {
    width: 101px;
    height: 101px;

}	
.login-form input[type="checkbox"] {
	position: relative;
	top: 1px;
}
.login-form .btn, .login-form .btn:active {        
	font-size: 16px;
	font-weight: bold;
	background: #70c5c0 !important;
	border: none;
	margin-bottom: 20px;
}
.login-form .btn:hover, .login-form .btn:focus {
	background: #50b8b3 !important;
}    
.login-form a {
	color: #fff;
	text-decoration: underline;
}
.login-form a:hover {
	text-decoration: none;
}
.login-form form a {
	color: #7a7a7a;
	text-decoration: none;
}
.login-form form a:hover {
	text-decoration: underline;
}
.login-form .bottom-action {
	font-size: 14px;
}
/*login end*/



.content-header{
   font-size: 20px;
    letter-spacing: -0.5px;
    margin-bottom: 6px;
    line-height: 22px;
    
}
.vc_cta3-container {
    margin-bottom: 35px;
    margin-left: auto; 
     margin-right: auto; 
}
h2{
    font-family: Arial,Helvetica,sans-serif,'Trebuchet MS',Helvetica,sans-serif;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: normal;
    font-style: normal;
    color: #131313;
    font-size: 25px;
}
.footerli{
    padding:9px;

}
.haveAproject {
    padding: 64px 69px 54px 78px;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: relative;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.card-feature {
    padding: 40px 35px;
    border: 0;
    border-radius: 0;
    background: #fff;
    transition: all 300ms linear 0s;
}
@media (min-width: 992px){
.text-lg-left {
    text-align: left !important;
}
}
.card-feature__title {
    font-size: 19px;
    font-weight: 600;
   
}
.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: .25rem;
    width:96%;
}
.card-feature__icon i {
    color: #06b2b6;
    font-size: 40px;
    margin-right: 15px;
}
.login-form {
	width: 350px;
	margin: 0 auto;
	padding: 100px 0 30px;		
}
.login-form form {
	color: #7a7a7a;
	border-radius: 2px;
	margin-bottom: 15px;
	font-size: 13px;
	background: #ececec;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	padding: 30px;	
	position: relative;	
}
.login-form h2 {
	font-size: 22px;
	margin: 35px 0 25px;
}
.login-form .avatar {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -50px;
	width: 114px;
	height: 114px;
	border-radius: 50%;
	z-index: 9;
	background: #70c5c0;
	padding: 6px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.login-form .avatar img {
    width: 101px;
    height: 101px;

}	
.login-form input[type="checkbox"] {
	position: relative;
	top: 1px;
}
.login-form .btn, .login-form .btn:active {        
	font-size: 16px;
	font-weight: bold;
	background: #70c5c0 !important;
	border: none;
	margin-bottom: 20px;
}
.login-form .btn:hover, .login-form .btn:focus {
	background: #50b8b3 !important;
}    
.login-form a {
	color: #fff;
	text-decoration: underline;
}
.login-form a:hover {
	text-decoration: none;
}
.login-form form a {
	color: #7a7a7a;
	text-decoration: none;
}
.login-form form a:hover {
	text-decoration: underline;
}
.login-form .bottom-action {
	font-size: 14px;
}



.border-animate {
    overflow: hidden;
    position: absolute;
    top: 4px;
    right: 5px;
    bottom: 4px;
    left: 6px;
}
.border-animate > div.bottomb, .border-animate > div.top {
    width: 100%;
    height: 2px;
    left: 0;
}
.border-animate > div.top {
    top: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3), #fff);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), to(#fff));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.3), #fff);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.3), #fff);
    -webkit-animation: border-animate-top 2s linear infinite;
    animation: border-animate-top 2s linear infinite;
}
.border-animate > div {
    position: absolute;
}
.border-animate > div.left, .border-animate > div.right {
    height: 100%;
    width: 2px;
    top: 0;
}
.border-animate > div.right {
    right: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), #fff);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(#fff));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), #fff);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), #fff);
    -webkit-animation: border-animate-right 2s linear infinite;
    animation: border-animate-right 2s linear infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.border-animate > div.bottomb, .border-animate > div.top {
    width: 100%;
    height: 2px;
    left: 0;
}
.border-animate > div.bottomb {
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.3), #fff);
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.3)), to(#fff));
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0.3), #fff);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.3), #fff);
    bottom: 0;
    -webkit-animation: border-animate-bottom 2s linear infinite;
    animation: border-animate-bottom 2s linear infinite;
}
.border-animate > div.left, .border-animate > div.right {
    height: 100%;
    width: 2px;
    top: 0;
}
.border-animate > div.left {
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.3), #fff);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(#fff));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.3), #fff);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), #fff);
    left: 0;
    -webkit-animation: border-animate-left 2s linear infinite;
    animation: border-animate-left 2s linear infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
a.my-appoint {
  
    border: solid 1px #5bc0de;
    background-color: #087ad0;
    color: #fff;
    position: relative;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
}


.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 30%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}
.end { margin-right: 0 !important; }
/* Column Grids End */

.wrapper { width: 980px; margin: 30px auto; position: relative;}
.counter { background-color: #ffffff; padding: 46px 0; border-radius: 5px;}
.count-title { font-size: 40px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.count-text { font-size: 27px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; color: #06b2b6; }
.fa-2x { margin: 0 auto; float: none; display: table; color: #4ad1e5; }