@charset "utf-8";

/* CSS Document
Project Name: zHealthEHR
Version:  1.0
Author Name: Aftabul Islam

*****=====***** TABLE OF CONTENT *****=====*****

01. IMPORTED STYLE CSS
02. GENERAL CSS
        => Form CSS
        => Placeholder Color CSS
        => BUtton CSS
        => Background Over Layer CSS
        => Default Title CSS
        => Preloader CSS
        => Pagination CSS
03. Topbar CSS
04. Header CSS
        => Nav Transparent
05. Slider CSS
        => Slider Two CSS
06. Features CSS
07. About CSS
        => About CSS Two
08. Video CSS
09. Service CSS
10. Counter CSS
11. Portfolio CSS
        => Item Hover CSS
        => Portfolio col three CSS
        => Portfolio col four CSS
        => Portfolio Title CSS
12. Newsletter CSS
13. Team CSS
        => Team Two CSS
        => Team Details CSS
14. Testimonial CSS
15. Blog CSS
        => Blog Full WD CSS
        => Blog Sidebar
        => Blog Single CSS
16. Client CSS
17. Error CSS
18. Account CSS
19. FAQ CSS
20. Contact CSS
21. Hero CSS
22. Defult Page Title CSS
23. Pricing CSS
24. Footer CSS
25. Copyright CSS
26. Demo Page CSS


*/

/*****=====*****=====*****=====*****=====
    01. IMPORTED STYLE CSS
=====*****=====*****=====*****=====*****/

/* GOOGLE FONTs */
@import url('https://fonts.googleapis.com/css?family=Dosis');
/*@font-face{font-family:'FS Albert Light';src:url("../fonts/fs-albert-light.eot");src:url("../fonts/fs-albert-light.eot?#iefix") format("embedded-opentype"), url("../fonts/fs-albert-light.woff") format("woff");}
@font-face{font-family:'FS Albert Thin';src:url("../fonts/fs-albert-thin.eot");src:url("../fonts/fs-albert-thin.eot?#iefix") format("embedded-opentype"), url("../fonts/fs-albert-thin.woff") format("woff");}
@font-face{font-family:'FS Albert Bold';src:url("../fonts/fs-albert-bold.eot");src:url("../fonts/fs-albert-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/fs-albert-bold.woff") format("woff");}
@font-face{font-family:'FS Albert Regular';src:url("../fonts/fs-albert-regular.eot");src:url("../fonts/fs-albert-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/fs-albert-regular.woff") format("woff");}
@font-face{font-family:'AvenirLTStd-Book';src:url("../fonts/avenirltstd-book.eot");src:url("../fonts/avenirltstd-book.eot?#iefix") format("embedded-opentype"), url("../fonts/avenirltstd-book.woff") format("woff");font-style:normal;font-weight:normal;}
@font-face{font-family:'AvenirLTStd-Medium';src:url("../fonts/avenirltstd-medium.eot");src:url("../fonts/avenirltstd-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/avenirltstd-medium.woff") format("woff");font-style:normal;font-weight:normal;}*/


/* OTHER IMPORTED CSS */
@import "../css/font-awesome.min.css";
@import "../css/icofont.css";
@import "../css/animate.min.css";
@import "../css/animations.css";
@import "../css/VideoPopUp.css";
@import "../css/owl.carousel.min.css";
@import "../css/owl.theme.default.css";
@import "../css/magnific-popup.css";
@import "../css/preloder.css";





/*****=====*****=====*****=====*****=====
    02. General CSS
=====*****=====*****=====*****=====*****/
body {
    background: #ffffff;
    font-family: font-family: 'Dosis', sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #4c4c4c;
    position: relative;
}
/* Common CSS */
h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Roboto', ;*/
    font-family: font-family: 'Dosis', sans-serif !important;
    color: #111111;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
}
p {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.h5, h5{
    font-size:12px;
    font-style:italic;
    letter-spacing: 2px;
}
.btn {
    font-size: 14px;
}

/* Form CSS */

.form-control {
    resize: none;
    height: 45px;
    font-size: 14px;
    margin-bottom: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.form-control:focus {
    border-color: #a2a2a2;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

/* Placeholder Color CSS */
::-webkit-input-placeholder {
    color: #999999 !important;
}
::-moz-placeholder {
    color: #999999 !important;
}
:-ms-input-placeholder {
    color: #999999 !important;
}
:-moz-placeholder {
    color: #999999 !important;
}

.header-topbar-col .input-group .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}
.header-topbar-col .input-group .form-control::-moz-placeholder {
    color: #ffffff !important;
}
.header-topbar-col .input-group .form-control:-ms-input-placeholder {
    color: #ffffff !important;
}
.header-topbar-col .input-group .form-control:-moz-placeholder {
    color: #ffffff !important;
}

/* BUtton CSS */
.common-btn {
    color: #ffffff;
    background: #53CAEF;
    border: none;
    padding: 8px 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.common-btn:hover {
    color: #ffffff;
    background: #111111;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* Background Over Layer CSS */

.overlay-black {
    position: relative;
}
.overlay-black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(	252, 162, 83, 1);
}
.overlay-blac {
    position: relative;
}
.overlay-blac:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(3,176,240, 0.8);
}
.overlay-white {
    position: relative;
}
.overlay-white:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.9);
}

/* Default Title CSS */
.section-title {
    margin-bottom: 60px;
    text-align: center;
}
.section-title .title-style {
    position: relative;
    display: inline-block;
}
.section-title .title-style h2 {
    font-size: 36px;
    margin-bottom: 0;
}

.section-title p {
    font-weight: bold;
    margin-top: 30px;
    letter-spacing: 1px;
    font-style: italic;
}

/* Preloader CSS */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999999;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/preloder.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

/* Scrollup CSS */
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    display: none;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    background-color: #53CAEF;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}
.scrollup:hover {
    color: #111111;
}

/* Pagination CSS Start */
.inner-pagination {
    margin-bottom: 30px;
    margin-top: 20px;
}
.mt50 {
    margin-top: 50px;
}
.mb0 {
    margin-bottom: 0;
}



/*--------------------------------
    03. Topbar CSS Start
----------------------------------*/
.topbar-area {
    padding: 10px 0;
    background: #2E3537;
}
.topbar-info li {
    display: inline-block;
    margin-right: 20px;
}
.topbar-info li p {
    color: #ffffff;
}
.topbar-info li p a {
    color: #ffffff;
}
.topbar-social li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
.topbar-social li a i {
    color: #53CAEF;
}


/*--------------------------------
    04. Header CSS Start
----------------------------------*/

.navbar {
    padding: 0rem 1rem;
}
.header {
    position: relative;
}
.main-navbar ul {
	font-size:100%;
}
.navbar-brand {
    margin-top: 7px;
}
.navbar-brand img {
    width: 90%;
    height: 100%;
}	
.navbar-expand-md .navbar-nav .nav-link {
    padding: 25px 10px;
}
.dropdown-menu {
    padding: 0;
    min-width: 12rem;
    margin-top: 0px;
}
.dropdown-item {
    padding: 5px 15px;
    text-transform: uppercase;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #53CAEF;
    padding-left: 20px;
}
.dropdown-item.active,
.dropdown-item:active {
    background: transparent;
}
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: white;
}
.navbar-nav .dropdown-menu.show{
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUpMenu;
    animation-name: fadeInUpMenu;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #53CAEF;
}
.navbar-dark .navbar-nav .nav-link {
    color: #5f5e5e;
    text-transform: uppercase;
}
.navbar-dark.fixed-header .navbar-nav .active>.nav-link,
.navbar-dark.fixed-header .navbar-nav .nav-link.active,
.navbar-dark.fixed-header .navbar-nav .nav-link.show,
.navbar-dark.fixed-header .navbar-nav .show>.nav-link {
    color: #333;
}
.navbar-dark {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-dark.fixed-header {
    z-index: 999;
        position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) and (min-width: 0px){
	.navbar-dark.fixed-header {
    z-index: 999;
        position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
}


/* Nav dark m */
.navbar-dark-m .navbar-nav .active>.nav-link,
.navbar-dark-m .navbar-nav .nav-link.active,
.navbar-dark-m .navbar-nav .nav-link.show,
.navbar-dark-m .navbar-nav .show>.nav-link {
    color: white;
}
.navbar-nav .dropdown-menu.show{
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUpMenu;
    animation-name: fadeInUpMenu;
}
.navbar-dark-m .navbar-nav .nav-link:focus,
.navbar-dark-m .navbar-nav .nav-link:hover {
    color: #53CAEF;
}
.navbar-dark-m .navbar-nav .nav-link {
    color: #5f5e5e;
    text-transform: uppercase;
}
.navbar-dark-m.fixed-header .navbar-nav .active>.nav-link,
.navbar-dark-m.fixed-header .navbar-nav .nav-link.active,
.navbar-dark-m.fixed-header .navbar-nav .nav-link.show,
.navbar-dark-m.fixed-header .navbar-nav .show>.nav-link {
    color: #333;
}
.navbar-dark-m {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-dark-m.fixed-header {
    z-index: 999;
        
    left: 0;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}















/* Nav Transparent */
.navbar-transparent {
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: transparent;
}
.navbar-transparent .navbar-nav .nav-link {
    color: #ffffff;
}
.navbar-transparent.fixed-header .navbar-nav .nav-link {
    color: #333333;
}

/*Login Form*/
@media screen and (max-width: 2560px) and (min-width: 1200px){
.login-form{
	margin-left:25px;
}
}

.login-form input{
  width: 80px;
  height: 35px;
  display: inline-block;
  background-color:  rgba(255, 255, 255, 1);
  border: 0px;
  color:black;
  border-radius: 3px;
  border: 1.8px solid #e6e6e6;
  margin-top:21px;
  font-size:13px;
  padding-left:7px;
}

.login-form i{
  color: white;
}

/*--------------------------------
    05. Slider CSS Start
----------------------------------*/
.main-slider-area {

}
.slider .indicators .indicator-item {
    background-color: #666666;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.slider .indicators .indicator-item.active {
    background-color: #ffffff;
}
.slider {
    width: 100%;
    height: 90vh !important;
}
.slider .slides {
    width: 100%;
    height: 90vh !important;
}
.slider .slides li .slider-img {
    position: relative;
    width: 100%;
    height: 90vh;
}
.slider .slides li .slider-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.slider .indicators {
    bottom: 60px;
    z-index: 100;
}
.slider .slides li .caption {
    top: 40%;
}
.slider .slides li .caption h3 {
    color: #ffffff;
    font-size: 45px;
}
.slider .slides li .caption h3 span {
    color: #53CAEF;
}
.slider .slides li .caption p {
    font-size: 18px;
    font-style: italic;
    letter-spacing: 1px;
}

/* Slider Two CSS */
.main-slider-two .slider {
    width: 100%;
    height: 100vh !important;
}
.main-slider-two .slider .slides {
    height: 100vh !important;
}
.main-slider-two .slider .slides li .slider-img {
    position: relative;
    height: 100vh;
}



/*--------------------------------
    06. Features CSS Start
----------------------------------*/




.features-col h4 {
    font-size: 18px;
}


/*--------------------------------
    07. About CSS Start
----------------------------------*/
.about-section {
    padding: 0 0 20px;
    overflow: hidden;
}
.about-col {
    margin-bottom: 30px;
}
.about-col h2 {
    font-size: 36px;
}
.about-col h4 span {
    color: #007ad1;
}
.about-col h5 {
    color: #999999;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: bold;
}
.about-col .para-space {
    margin-bottom: 20px;
}
.about-img {
    position: relative;
}
.about-info {
    position: absolute;
    right: 30px;
    bottom: -80px;
    background: #53caef;
    padding: 30px 30px;
    width: 70%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.about-col:hover .about-info {
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.about-info h4, .about-info p {
    color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.about-col:hover .about-info h4, .about-col:hover .about-info p {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* About CSS Two Start  */
.about-two-section {
    padding: 100px 0 70px;
}
.pt0 {
    padding-top: 0;
}
.about-two-section .para-space {
    margin-bottom: 30px;
}
.about-box {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
}
.about-box i {
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 0;
    color: #53CAEF;
}
.about-box h4 {
    font-size: 16px;
}




/*--------------------------------
    08. Video CSS Start
----------------------------------*/
.video-section {
    padding: 100px 0;
    background: url(../images/);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.video-col {
    text-align: center;
}
.video-col h2 {
    color: #ffffff;
	font-size:40px;
	font-weight:400;
}
.video-col h2 span {
    color: #53CAEF;
}
.video-col .video-title-bdr {
    width: 120px;
    height: 2px;
    background: white;
    margin: auto;
    margin-bottom: 30px;
}
.video-col i {
    color: white;
    font-size: 100px;
}

.video-col p{
  color: white;
  font-size: 15px;
}


/*--------------------------------
    09. Service CSS Start
----------------------------------*/
.service-section {
    padding: 100px 0 70px;
	background-color:#ebf0f2;
}
.service-col {
    text-align: center;
    padding: 30px 30px;
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-col:hover {
    background: #f5f5f5;
    box-shadow: 0 8px 48px 0 rgba(0,0,0,0.15);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-col i {
    color: #53CAEF;
    text-align: center;
    font-size: 40px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-col:hover i {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-col h4 {
    margin-top: 20px;
    font-size: 18px;
}


/*--------------------------------
    10. Counter CSS Start
----------------------------------*/
.counter-section {
    padding: 130px 0 0;
    background: #f5f5f5;
}
.counter-col {
    margin-bottom: 80px;
    text-align: center;
}
.counter-col .counter {
    display: block;
    background: #53CAEF;
    margin-bottom: 20px;
    padding: 15px 10px;
    position: relative;
}
.counter-col .counter i {
    position: absolute;
    top: -70%;
    left: 50%;
    background: #53CAEF;
    color: #ffffff;
    width: 100px;
    height: 60px;
    font-size: 35px;
    margin-left: -50px;
    text-align: center;
    padding-top: 12px;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
}
.counter-col .counter span {
    color: #ffffff;
    font-size: 36px;
    line-height: 36px;
}
.counter-col p {
    color: #111111;
    font-size: 18px;
    text-transform: uppercase;
}


/*--------------------------------
    11. Portfolio CSS Start
----------------------------------*/
.portfolio-section {
    padding: 100px 0;
}
.portfolio-nav {
    float: none;
    text-align: center;
    margin-bottom: 30px;
}
.filtr-container {

}
.portfolio-nav li {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 10px;
    text-transform: capitalize;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.portfolio-nav li:hover {
    color: #53CAEF;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.filtr-item {
    width: 33.25%;
    padding: 0;
}
.padd0 {
    padding: 0;
}

/* Item Hover CSS */
.hover-box {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.hover-layer {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Safari */
    transform: scale(0); /* Standard syntax */
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.hover-box:hover .hover-layer {
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1); /* Standard syntax */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.hover-box-content {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 111;
    margin-top: -25px;
    opacity: 0;
}
.hover-box:hover .hover-box-content {
    opacity: ;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.hover-box-content a i {
    color: #53CAEF;
    font-size: 26px;
    margin: 0 5px;
    width: 50px;
    height: 50px;
    border: 1px solid #cccccc;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.hover-box-content p a:hover {
    color: #53CAEF;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.hover-box-content {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.hover-box:hover .hover-box-content {
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.hover-box .thumbnail {
    padding: 0;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    background: transparent;
    display: inline-block;
}

/* Portfolio col three CSS */
.portfolio-col-three .page-pagination .pagination {
    margin-top: 50px;
    margin-bottom: 0;
}

/* Portfolio col four CSS */
.portfolio-gird-four {
    padding: 100px 0;
    overflow: hidden;
}
.portfolio-gird-four .filtr-item {
    width: 25%;
}

/* Portfolio Title CSS */
.portfolio-title-section {

}
.portfolio-title-section .filtr-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.portfolio-title-box {
    background: #111111;
    padding: 30px 10px;
    text-align: center;
}
.portfolio-title-box h4 {
    margin-bottom: 0;
}
.portfolio-title-box h4 a {
    color: #ffffff;
}

/* Portfolio Details */
.portfolio-details {
    padding: 100px 0 50px;
}
.details-col {
    margin-bottom: 50px;
}
.details-col ul li {
    margin-bottom: 20px;
}
.details-col ul li i {
    margin-right: 10px;
    color: #53CAEF;
}
.details-col ul li a {
    color: #111111;
}




/*--------------------------------
    12. Newsletter CSS Start
----------------------------------*/
.newsletter-section {
    padding: 100px 0 70px;
    background: url(../images/bg/sketch-background.jpg);
}
.newsletter-col {
    margin-bottom: 30px;
}
.newsletter-col h2 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 22px;
}
.newsletter-col h3 span {
    color: #53CAEF;
}
.newsletter-col p {
    color: #ffffff;
    margin-bottom: 20px;
}
.newsletter-col .form-inline .form-control {
    margin-bottom: 0;
    height: 45px;
    border: 1px solid #dddddd;
}
.newsletter-col .form-inline .submit-btn {
    border-radius: 0;
    margin-left: -1px;
    height: 45px;
    cursor: pointer;
    color: #ffffff;
    background: #6b6a6a;
    -webkit-transition:0.4s linear;
    -moz-transition:0.4s linear;
    -ms-transition:0.4s linear;
    -o-transition:0.4s linear;
    transition:0.4s linear;
}
.newsletter-col .form-inline .submit-btn:hover {
    background: #53CAEF;
    -webkit-transition:0.4s linear;
    -moz-transition:0.4s linear;
    -ms-transition:0.4s linear;
    -o-transition:0.4s linear;
    transition:0.4s linear;
}
.website-form{
  padding-left: 250px;
}

.website-form input{
  width: 500px !important;
}


/* Skillbar CSS */
.skillbar {
    position:relative;
    display:block;
    margin-bottom:15px;
    width:100%;
    background:#eee;
    height:20px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -webkit-transition:0.4s linear;
    -moz-transition:0.4s linear;
    -ms-transition:0.4s linear;
    -o-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    -moz-transition-property:width, background-color;
    -ms-transition-property:width, background-color;
    -o-transition-property:width, background-color;
    transition-property:width, background-color;
}

.skillbar-title {
    position:absolute;
    top:0;
    left:0;
    width:110px;
    font-weight:bold;
    font-size:13px;
    color:#ffffff;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-top-left:3px;
    -moz-border-radius-bottom-left:3px;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}

.skillbar-title span {
    display:block;
    background:rgba(0, 0, 0, 0.1);
    padding:0 20px;
    height:20px;
    line-height:20px;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-bottomleft:3px;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}

.skillbar-bar {
    height:20px;
    width:0px;
    background:#53CAEF;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

.skill-bar-percent {
    position:absolute;
    right:10px;
    top:0;
    font-size:11px;
    height:20px;
    line-height:20px;
    color:#333333;
}
.skillbar-col {
    margin-bottom: 30px;
}
.skillbar-col h3 {
    margin-bottom: 30px;
    font-size: 22px;
    color: #ffffff;
}
.skillbar-col h3 span {
    color: #53CAEF;
}


/*--------------------------------
    13. Team CSS Start
----------------------------------*/
.team-section {
    padding: 100px 0 70px;
    background-color: #5588db;
}
.team-single-col {
    margin-bottom: 30px;
    box-shadow: 1px 1px 2px 0 rgba(50,50,50,.15);
    padding: 30px;
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: white;
}
.team-img {
    overflow: hidden;
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    text-align: center;
    margin: 0px auto;
}
.quote{
	color:#419aba;
}
.enlarge{
	font-size:120%;
	line-height:130%;
}
.team-overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-single-col:hover .team-overlay {
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-overlay .team-content {
    white-space: nowrap;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-single-col:hover .team-overlay .team-content {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-overlay .team-content h4 {
    font-size: 18px;
}
.team-overlay .team-content h4 a, .team-overlay .team-content p {
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-overlay .team-content h4 a:hover {
    color: #53CAEF;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-overlay .team-content ul {
    margin-top: 15px;
}
.team-overlay .team-content ul li {
    display: inline-block;
    margin-right: 2px;
    margin-left: 2px;
}
.team-overlay .team-content ul li i {
    width: 35px;
    height: 35px;
    text-align: center;
    color: #ffffff;
    background: #53CAEF;
    font-size: 18px;
    line-height: 35px;
    border: 1px solid #53CAEF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-overlay .team-content ul li i:hover {
    color: #ffffff;
    background: transparent;
    border-color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/* Team Two CSS Start */
.team-single-col-two {

}
.team-single-col-two .team-info {
    width: 110%;
    padding: 30px 10px 50px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
    border-radius: 80px;
    margin-left: -5%;
    margin-bottom: -10%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-single-col-two:hover .team-info {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* Team Details CSS Start */
.team-details-area {
    padding: 100px 0 70px;
}
.team-details-col {
    margin-bottom: 30px;
}
.team-details-col img {
    border-radius: 10px;
}
.team-details-box {
    padding: 40px 50px;
    background: #f5f5f5;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
.team-details-box h3 span {
    color: #53CAEF;
    font-size: 32px;
}
.team-biograpy {
    margin-top: 20px;
}
.team-biograpy li {
    text-transform: capitalize;
    font-weight: bold;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.team-biograpy li:last-child {
    border-bottom: none;
}
.team-biograpy li i {
    color: #53CAEF;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 20px;
}


/*--------------------------------
    14. Testimonial CSS Start
----------------------------------*/
.testimonial-section {
    padding: 100px 0 80px;
    background: url(../images/bg/2.jpg);
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
}
.test-item {
    padding: 80px 0 50px;
    border-bottom: 1px solid white;
    border-right: none;
    border-left: none;
	margin-top:-15%;
	margin-bottom:20%;
}
.test-item img {
    width: 80px !important;
    height: 80px !important;
    -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%;
}
.test-item h4 {
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 20px;
}
.test-item span {
    font-size: 12px;
    color: #53CAEF;
}
.test-item p {
    color: #ffffff;
    margin-top: 10px;
}
.testimonial-col .owl-theme .owl-nav {
    margin-top: 30px;
}
.testimonial-col .owl-theme .owl-dots .owl-dot span {
    margin-bottom: 0;
    margin-top: 0;
}
.testimonial-col .owl-theme .owl-dots .owl-dot.active span,
.testimonial-col .owl-theme .owl-dots .owl-dot:hover span {
    background: #53CAEF;
}


/*--------------------------------
    15. Blog CSS Start
----------------------------------*/
.blog-section {
    padding: 100px 0 70px;
}
.blog-col {
    margin-bottom: 30px;
    text-align: center;
}
.blog-img {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.blog-img img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-col:hover .blog-img img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari */
    transform: scale(1.2); /* Standard syntax */
}
.post-date {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background: #111111;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-col:hover .post-date {

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.post-date h3 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0;
}
.blog-col h4 {
    font-size: 18px;
    margin-bottom: 20px;
}
.blog-col h4 a {
    color: #111111;
}
.blog-col h4 a:hover {
    color: #53CAEF;
}
.info-bar {
    background: #f5f5f5;
    margin-bottom: 20px;
    padding: 5px 15px;
}
.info-bar ul li {
    margin-right: 12px;
    display: inline-block;
}
.info-bar ul li i {
    margin-right: 5px;
    color: #53CAEF;
}
.info-bar ul li a {
    color: #333333;
}
.blog-col .embed-responsive {
    margin-bottom: 20px;
}

/* Blog Full WD CSS Start */
.blog-full-wd {
    padding: 100px 0 50px;
}
.blog-full-col {
    margin-bottom: 50px;
}
.blog-full-img {
    position: relative;
    margin-bottom: 30px;
}
.date-over-img {
    position: absolute;
    left: 30px;
    bottom: 30px;
    background: rgba(0, 0, 0, 0.8);
    padding: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.date-over-img h3 {
    margin-bottom: 0;
    color: #ffffff;
}
.blog-full-col:hover .date-over-img {
    left: 50px;
    bottom: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-full-col h2 {
    margin-bottom: 20px;
}
.blog-full-col h2 a {
    color: #333333;
}


/* Blog Sidebar */
.blog-sidebar-col {
    text-align: left;
}
.sidebar-search-box {
    margin-bottom: 50px;
}
.sidebar-search-box .input-group .form-control {
    height: 45px;
    border-color: #53CAEF;
}
.sidebar-search-box .input-group-btn .btn {
    height: 45px;
    width: 60px;
    background: #53CAEF;
}
.sidebar-search-box .input-group-btn .btn i {
    font-size: 22px;
    color: #ffffff;
}
.categories {
    margin-bottom: 50px;
}
.sidebar-title h3 {
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.categories ul li {
    margin-bottom: 10px;
}
.categories ul li a {
    color: #111111;
    text-transform: capitalize;
}
.categories ul li a:hover {
    color: #53CAEF;
}
.sidebar-post {
    margin-bottom: 50px;
}
.sidebar-post ul li {
    position: relative;
    padding-left: 100px;
    margin-bottom: 50px;
}
.sidebar-post ul li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
}
.sidebar-post ul li h4 {
    margin-bottom: 0;
}
.sidebar-tags {
    margin-bottom: 0;
}
.sidebar-tags ul li {
    border: 1px solid #dddddd;
    margin-bottom: 22px;
    margin-right: 10px;
    display: inline-block;
}
.sidebar-tags ul li a {
    padding: 10px 20px;
    color: #ffffff;
    background: #111111;
    text-transform: capitalize;
}
.sidebar-tags ul li a:hover {
    background: #53CAEF;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


/* Blog Single CSS */
.blog-single-section {
    padding: 100px 0 70px;
}
.blog-single-section .blog-single-col {
    text-align: left;
}
.blog-single-col p {
    margin-bottom: 30px;
}
.blog-form-area h3 {
    margin-bottom: 30px;
}
.blog-form-area h3 a {
    color: #111111;
}
.blog-commment-item {
    position: relative;
    padding-left: 90px;
    margin-bottom: 50px;
}
.blog-commment-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.blog-commment-item h4 {
    margin-bottom: 10px;
}
.middele-comment {
    margin-left: 60px;
}

.form-field .btn {
    border: none;
    background: #53CAEF;
    color: #ffffff;
    padding: 10px 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.form-field .btn:hover {
    background: #111111;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-single-section textarea {
    height: auto;
}


/*--------------------------------
    16. Client CSS Start
----------------------------------*/
.client-section {
    padding: 50px 0;
    background: #f5f5f5;
}



/*--------------------------------
    17. Error CSS Start
----------------------------------*/
.error-area {
    padding: 100px 0 70px;
}
.error-col {
    margin-bottom: 30px;
    text-align: center;
}
.error-col h1 {
    font-family: 'Dancing Script', cursive;
    font-size: 36px;
    margin-bottom: 50px;
}
.error-col h1 span {
    font-size: 60px;
    color: #53CAEF;
}
.error-col img {
    width: 40%;
    margin: 0 auto;
}
.error-col h4 {
    margin-top: 30px;
    margin-bottom: 0;
}
.error-col h4 a {
    color: #111111;
}
.error-col h4 a:hover {
    color: #53CAEF;
    text-decoration: underline;
}


/*--------------------------------
    18. Account CSS Start
----------------------------------*/
.account-area {
    padding: 100px 0 100px;
}
.account-col .nav-tabs {
    text-align: center;
}
.account-col .nav-tabs>li {
    float: none;
    display: inline-block;
}
.account-col .tab-content {
    border: 1px solid #dddddd;
    border-top: none;
    padding: 30px 30px;
}
.account-area .my-btn {
    border-radius: 0;
    padding: 10px 25px;
    color: #ffffff;
    background: #53CAEF;
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.account-area .my-btn:hover {
    background: #111111;
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/*--------------------------------
    19. FAQ CSS Start
----------------------------------*/
.faq-area {
    padding: 100px 0;
}
.panel-heading .accordion-toggle:after {
    content: "\f106";
    font-family: FontAwesome;
    float: right;
    font-size: 20px;
    color: #ffffff;
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\f107";
}
.faq-col h1 {
    margin-bottom: 30px;
}
.faq-col .panel-title {
    font-size: 18px;
    background: #53CAEF;
    color: #ffffff;
    padding: 10px 15px;
}
.faq-col .panel-title a {
    color: #ffffff;
}
.faq-col .panel-body {
    margin-bottom: 20px;
}


/*--------------------------------
    20. Contact CSS Start
----------------------------------*/
.contact-area {
    padding: 100px 0 50px;
}
.contact-col {
    margin-bottom: 50px;
    text-align: center;
}
.contact-infobox {
    padding: 0 30px;
}
.contact-infobox i {
    width: 80px;
    height: 60px;
    color: #53CAEF;
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 20px;
    padding: 5px 15px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.contact-infobox:hover i {
    background: #53CAEF;
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.contact-form-row .contact-col {
    margin-bottom: 0;
    height: 45px;
}
.contact-form-row .contact-col .form-control {
    height: 50px;
    border-radius: 5px;
}
.contact-form-row .contact-col .btn {
    color: #ffffff;
    background: #53CAEF;
    padding: 15px 30px;
    border: none;
    text-align: left;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.contact-form-row .contact-col .btn:hover {
    background: #111111;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.contact-textarea {
    height: 100% !important;
}
.contact-col .btn {
    background: #53CAEF;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-col .btn:hover {
    background: #111111;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/*--------------------------------
    21. Hero CSS Start
----------------------------------*/
.hero-area {
    padding: 100px 0;
    background: url(../images/bg/3.gif);
    height: 100vh;
    background-size: cover;
    position: relative;
}




@media screen and (max-width: 531px) and (min-width: 0px) {
    .hero-area {
    padding: 100px 0;
    background: url(../images/bg/3.gif);
    height: 145vh;
    background-size: cover;
    position: relative;
}
}







.hero-area-m {
    padding: 100px 0;
    background: url(../images/bg/1.jpg);
    height: 100vh;
    background-size: cover;
    position: relative;
}

.hero-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(83, 202, 239, 0.8);*/
    background: rgba(19,130,173, 0.5)
}
.hero-col h2 {
    color: white;
    /*font-size: 50px;*/
    margin-top: 12%;
}
.hero-col span {
    color: #ffffff;
    font-size: 1.2em;
}

.header-video a{
  font-size: 1.5rem;
}


@media screen and (max-width: 531px) and (min-width: 0px){
.header-video a{
  font-size: 1.3rem;
}
}


/*--------------------------------
    22. Defult Page Title CSS Start
----------------------------------*/
.defult-page-title {
    padding: 160px 0 120px;
    text-align: center;
    background: url(../images/bg/2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-title-box {
    display: inline-block;
}
.page-title-box h2 {
    font-size: 36px;
    color: #ffffff;
    position: relative;
    margin-bottom: 30px;
}
.page-title-box h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 3px;
    background: #53CAEF;
}
.page-title-box h2:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 40px;
    height: 3px;
    background: #53CAEF;
}
.page-title-box p {
    color: #ffffff;
    text-transform: uppercase;
}
.page-title-box p a {
    color: #ffffff;
}
.page-title-box p a:hover {
    color: #53CAEF;
}




/*--------------------------------
    23. Pricing CSS Start
----------------------------------*/
.pricing-area {
    padding: 100px 0 70px;
}
.pricing-box {
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.pricing-box:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.pricing-header {
    padding: 30px 30px;
    background: #f2f2f2;
    position: relative;
}
.pricing-header h2 {
    font-size: 24px;
    padding: 10px 30px;
    background: #dddddd;
    display: inline-block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
.pricing-header h3 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 50px;
    background: #53CAEF;
    padding: 20px 20px;
}
.pricing-header h3 span {
    font-size: 20px;
}
.pricing-content {
    background: #f2f2f2;
    padding: 20px 0;
}
.pricing-content ul li {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    padding-top: 10px;
}
.pricing-content ul li:first-child {
    padding-top: 0;
}
.pricing-content ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.pricing-footer .btn {
    color: #ffffff;
    border-radius: 0;
    background: #53CAEF;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
}
.pricing-footer .btn:hover {
    background: #111111;
    color: #ffffff;
}

/*--------------------------------
    24. Footer CSS Start
----------------------------------*/
.main-footer {
    background: #111111;
    padding: 80px 0 50px;
}
@media screen and (max-width: 767px) and (min-width:0px){
	.main-footer {
    background: #111111;
    padding: 80px 0 50px;
	text-align:center;
}
}
.footer-col {
    padding-bottom: 30px;
}
.footer-col h3 {
    color: #ffffff;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 700;
}
@media screen and (max-width: 767px) and (min-width:320px){
	.footer-col h3 {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}
}
.footer-col h3 span {
    color: #53CAEF;
}
.footer-col p {
    color: #d0d0d0;
}
.footer-about-col .top-para {
    margin-bottom: 20px;
}
.footer-about-col ul li {
    color: #d0d0d0;
}
.footer-about-col ul li i {
    width: 30px;
}
.footer-col ul li {
    margin-bottom: 1px;
    padding-bottom: 1px;
    border-bottom: none;
}
.footer-col ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.footer-col ul li a {
    display: block;
    color: #d0d0d0;
}
.footer-col ul li a:hover {
    color: #53CAEF;
}
.twitter-box {
    margin-bottom: 10px;
}
.twitter-box i {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    font-size: 60px;
    opacity: 0.2;
}
.twitter-box p {
    z-index: 1;
}
.twitter-box p a {
    color: #53CAEF;
}
.twitter-box {

}
.tags-col ul li {
    display: inline-block;
    border: 1px solid #353535;
    margin-bottom: 15px;
    margin-right: 10px;
    padding-bottom: 0;
}
.tags-col ul li:last-child {
    border-bottom: 1px solid #353535;
}
.tags-col ul li a {
    padding: 8px 14px;
    letter-spacing: 1px;
}
.tags-col ul li a:hover {
    color: #ffffff;
}



/*--------------------------------
    25. Copyright CSS Start
----------------------------------*/
.copyright-bar {
    padding: 20px 0;
    background: #000000;
}
.footer-sociai-group {
    margin-bottom: 10px;
}
.footer-sociai-group a i {
    width: 35px;
    height: 35px;
    font-size: 15px;
    color: #ffffff;
    background: rgba(27, 27, 27, 0.75);
    text-align: center;
    line-height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.footer-sociai-group a i:hover {
    color: #ffffff;
    background: #53CAEF;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.copyright-col p {
    color: #9a9a9a;
}
.copyright-col p a {
    color: #53CAEF;
}
.footer-social-group {
    text-align: right;
}
.footer-social-group li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}
.footer-social-group li i {
    font-size: 24px;
    color: #53CAEF;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.footer-social-group li i:hover {
    color: #dddddd;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


/*--------------------------------
    26. Demo Page CSS Start
----------------------------------*/
.demo-page-header {
    padding: 200px 0;
    background: #111111;
    background-image: url(../images/demo/1.jpg);
    background-position: center;
    background-size: cover;
}
.demo-page-features {
    padding: 100px 0 70px;
    background: #f5f5f5;
}
.demo-page-features h2 {
    font-size: 45px;
    display: inline-block;
    border-bottom: 3px solid #53CAEF;
    margin-bottom: 60px;
    line-height: 1;
    padding-bottom: 10px;
}
.demo-page-features-col {
    margin-bottom: 30px;
    text-align: center;
}
.demo-page-features-col h4 {
    font-size: 18px;
    padding: 20px 20px;
    background: #e4e4e4;
    border-top: 2px solid #53CAEF;
}
.demo-content-area {
    padding: 100px 0 100px;
}
.demo-content-col {
    margin-bottom: 50px;
    text-align: center;
}
.demo-content-col h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #111111;
}
.demo-content-col h2 a {
    color: #111111;
}
.header-content {
    text-align: center;
}
.header-content h1 {
    color: #ffffff;
    margin-bottom: 30px;
}
.header-content h1 span {
    color: #53CAEF;
    font-size: 50px;
}
.header-content .btn {
    font-style: 16px;
    background: #53CAEF;
    border: none;
    padding: 18px 40px;
    color: #ffffff;
    text-transform: uppercase;
}
.demo-content-area {
    padding: 150px 0 100px;
}
.demo-content-col {
    margin-bottom: 50px;
    text-align: center;
}
.demo-content-col h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #111111;
}
.demo-content-col h2 a {
    color: #111111;
}
.demo-content-col ul li {
    margin-bottom: 10px;
    margin-top: 10px;
}
.demo-content-col ul li a {
    font-weight: bold;
    color: #777777;
    text-transform: uppercase;
}
.pages-col {
    text-align: center;
}
.pages-col h1 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #cccccc;
}

/*EHR page*/
.ehr{
  text-align: center;
  background: url(../images/bg/background1.jpeg);
}

.ehr::before{
  background: rgba(19,130,173, 0.5);
}

.market{
  text-align: center;
  background: url(../images/bg/background2.jpeg);
}

.market::before{
  background: rgba(19,130,173, 0.4);
}

.careers{
  text-align: center;
  background: url(../images/bg/background3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height:70vh;
}
.patient-login{
  text-align: center;
  background: url(../images/bg/background5.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height:90vh;
}
@media screen and (max-width: 379px) and (min-width:320px){
.patient-login{
  text-align: center;
  background: url(../images/bg/background5.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height:110vh;
}
}
.mark{
	background-color:transparent;
	color:white;
	width: 60%;
	border-bottom: 2px solid;
	border-color: rgba(255,255,255,.15);
	padding-top:12%;
}

.ehr .header-video{
  text-align: left;
  margin: 0px;
  padding: 0px;
}

.ehr .header-video .demo{
  margin-left: 0px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.ehr .hero-col{
  width: 60%;
  border-bottom: 2px solid;
  margin-top: 0px;
  /*1px 1px 2px 0 rgba(50,50,50,.15)*/
  border-color: rgba(255,255,255,.15);
}

.ehr .hero-col-2{
  border: unset;
  color: white;
  padding-top: 50px;
}

.ehr .hero-col-2 i{
  display: inline-block;
  width: 15%;
}

.ehr .hero-col-2 span{
  display: inline-block;
  width: 80%;
}

.content-sticer{
  background-color: #03B0F0; /*#53CAEF*/
}



























/* My Styles */
.font-roman{
	font-family: "Times New Roman", Georgia, Serif;
}
.font-roman-small{
	font-family: "Times New Roman", Georgia, Serif;
	font-size:0.843rem;
}
.main-navbar li .font-roman-small:hover{
	color:#fca253 !important;
}
.font-roman-small:hover{
	color:#fca253 !important;
}
.nopadding{
	padding-left:0;
	padding-right:0;
}
@media screen and (max-width: 339px) and (min-width: 0px){
.main-navbar h1{
	font-size:35px;
}
}
.main-navbar .navbar-toggler {
    border-color: white !important; 
    outline:none;
	font-size:17px;
	margin-bottom:4px;
}
.logo-color{
	color:#05b1f0;
}
.navs{
	z-index: 999 !important;
	padding:2%;
	background-color: #f4f4f4;
	font-size:18px;
	font-weight:bold;
}
.navs-color{

}
.navs .nav-link{
	color:grey;
}

.navs .nav-link:hover{
	color: #419aba;
}

.navs .nav-item .active{
	background-color:grey;
}
.main-navbar button{

	margin-bottom: 4.5px;
	border:0.93px solid #28a745;

}
@media screen and (max-width: 767px) and (min-width: 320px){
.main-navbar button{
	margin-top: 1px;
	border: 0px solid #28a745;
}	
}
@media screen and (max-width: 767px) and (min-width: 320px){
.main-navbar form{
	margin-left:10px;	
}
}
.navs .logimg{
	height:20%;
	width:20%;
	margin-right:-16%;
}

.mobile-btn{
	background-color: #97b332;
	border-radius:8px;
	padding:6px;
}

@media screen and (max-width: 375px) and (min-width: 371px){
	.navbar-brand{
		margin-left: -5px;
	}
	.main-navbar .navbar-toggler {
		border-color: white !important; 
		outline:none;
		font-size:17px;
		margin-bottom:4px;
		margin-left:-10px;
	}
}

@media screen and (max-width: 370px) and (min-width: 360px){
	.main-navbar .navbar-toggler {
		border-color: white !important; 
		outline:none;
		font-size:17px;
		margin-bottom:4px;
		margin-left:-12px;
	}
	.navbar-brand{
		margin-left: -2px;
	}
}

@media screen and (max-width: 359px) and (min-width: 320px){
	.main-navbar .navbar-toggler {
		border-color: white !important; 
		outline:none;
		font-size:17px;
		margin-bottom:4px;
		margin-left:-15px;
	}

	.mobile-btn{
	background-color: #97b332;
	font-size:10px;
	border-radius:8px;
	padding:6px;
	}
}

.navs .second-nav-logo{
	margin-bottom:-42px;
}



/*.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}*/



/* service section */
.service-section i{
	color: #419aba;
	font-size:500%;
}

.service-section img{
	height:30%;
	width:30%;
}

.top{
	padding-top:7%;
}
.lessertop{
	padding-top:1%;
}
.nopadding{
	padding-right:0;
}


/* About Section */
.about-section button{
	padding:15px 40px 15px 40px;
	border-radius:50px;
	font-weight:bold;
}
@media screen and (max-width: 767px) and (min-width: 0px){
	.about-section button{
	padding:15px 40px 15px 40px;
	border-radius:50px;
	font-weight:bold;
	margin-top:5%;
	text-align:center; 
}
.about-section img{
	padding-top:15%;
}}
@media screen and (max-width: 474px) and (min-width: 320px){
.about-section .btn-left{
	margin-left:10%;
}
}




/* Laptop */
.laptop{
	padding-top:50px;
}
.laptop .logoimage{
	height:60%;
	width:100%;
	margin-top:20%;
	border:2px solid #d4d4d4;
	border-radius:50px;
}
.laptop .accor-up-i{
	margin-top:1.5%;
}
.laptop .accor-up-i-i{
	margin-top:3%;
}
@media screen and (max-width: 767px) and (min-width: 0px){
	.laptop .logoimage{
	display:none;
	}
}
.laptop .lap-top{
	height: 450px;
	width: 1250px;
}

@media screen and (max-width: 767px) and (min-width: 0px){
.laptop .logoimage{
	height:100%;
	width:90%;
	padding-left:12%;
	padding-top:10%;
}

.laptop .lap-top{
	height: 200px;
	width: 1250px;
}
.laptop .wrapper{
	padding-left:7%;
	padding-right:7%;
}
.laptop .panel-body{
	padding-left:10%;
	padding-right:10%;
}
.laptop .btn-primary{
	margin:auto;
}
.laptop .btn-info{
	margin:auto;
}
.laptop .text-1{
	font-size:70%;
}
}

@media screen and (max-width: 350px) and (min-width: 0px){
.laptop .upward{
	margin-top:-7.5% !important;
	margin-bottom:-12.5% !important;
}
}
@media screen and (max-width: 375px) and (min-width: 351px){
.laptop .upward{
	margin-top:-7.5% !important;
	margin-bottom:-4.5% !important;
}
}

.laptop .panel{
	width:100%;
}
.right{
	text-align:right;
}

.txt{
	font-size:120%;
	font-weight:bold;
}
.laptop p {
	padding-top:3%;
}
.laptop h4 {
	font-size:40px;
	font-weight:400;
}
.lesstop{
	padding-top:3%;
}

.laptop button{
	padding:15px 40px 15px 40px;
	border-radius:50px;
	font-weight:bold;
	background-color:#17a2b8;
}
.laptop .down{
	margin-top:5%;
}

.laptop .txt{
	font-weight:bold;
	font-size:110%;
	color:black;
}

.laptop .upward{
	margin-top:-5.5%;
	margin-bottom:-2%;
}
.laptop .upward-m{
	margin-top:-5.5%;
	margin-bottom:-1.5%;
}

.icon-circle {
    text-align: center;
    padding: 5px;
    display: inline-block;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0px 0px 2px #888;
    -webkit-box-shadow: 0px 0px 2px #888;
    box-shadow: 0px 0px 2px #17a2b8;
	color:	#5bc0de;
}
.lap1{
	height:45px;
	width:45px;
	margin-top:-5px;
}
.lap2{
	height:49px;
	width:49px;
	margin-bottom:5px;
	padding-bottom:5px;
}
.lap3{
	height:50px;
	width:50px;
	margin-top:-5px;
	margin-bottom:9px;
}





/* features area */

.features-area{
	background-color:#ebf0f2;
	margin-top:7%;
}

.features-area i{
	color:#5bacc7;	
}

.features-area h6{
	font-weight:bold;
	padding-top:6%;
}

.features-area p{
	padding-top:0.1%;
}

.features-area button{
	background-color:transparent;
	border-radius:50px;
	color:#5bacc7;
	font-weight:bold;
	margin-top:5%;
}

.bottom{
	padding-bottom:5%;
}

/* Team */

.team-section{
	background-color:rgba(252,162,83,0.9);
	color:white;
}

.team-section h2{
	color:white;
}

.team-section h6{
	font-size:130%;
	font-weight:bold;
	color:white;
}
.team-section .team-single-col{
	background-color: rgba(252,162,83,5);
}

.team-section button{
	background-color:white;
	color:rgba(252,162,83,5);
	padding:15px 40px 15px 40px;
	border-radius:50px;
	margin-top:3%;
	margin-bottom:3%;
	border:rgba(252,162,83,5);
	
}
.team-section button:hover{
	background-color:rgba(252,162,83,5);
	color:white;
	padding:15px 40px 15px 40px;
	border-radius:50px;
	margin-top:3%;
	margin-bottom:3%;
	border:rgba(252,162,83,5);
}

/* Plan */
.plan{
	background-color:#ebf0f2;
	padding-top:6%;
}
.plan h2{
	padding-top:1%;
	color:white;
}

.plan .card{
	margin-top:10%;
}
.plan .card-body{
	padding:0;
}

.plan .card-title{
	padding-top:7px;
	background-color: #419aba;
	
}
.plan .card-title p{
	font-size:50%;
	color:white;
}
.plan .sml{
	line-height: 100%;
}
.plan .card-text{
	padding:7%;
	font-size:130%;
}

.plan .btn{
	background-color: #419aba;
	border-radius:50px;
	margin-bottom:8%;
	font-weight:bold;
	
	padding-top:3.5%;
	padding-right:25%;
	padding-bottom:3.5%;
	padding-left:25%;
}

.plan h6{
	padding-top:2%;
	color:#8d8f90;
}
.plan h3{
	color:#8d8f90;
}
.plan .dim{
	color:#8d8f90;
}
.plan span{
	color:#007ad1;
}

.plan .border-r{
    border-right: 1px solid #ced2d4;
}








/* Tabs panel */
.tabbable-panel {
  border:1px solid #d0d4d6;
  padding: 0px;
  background-color:white;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 90px;
}
.tabbable-line > .nav-tabs > li > h4{
  font-size: 16px;
  color: #0eb3cc;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #0eb3cc;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #0eb3cc;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 0px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}
.nav-tabs{
	padding:20px;
}
.tab-pane{
	margin-left:30px;
}










/* help */
.help{
	background-color:white;
}
.help img{
	height:45%;
	width:70%;
}
.help h1{
	padding-top:10%;
}
.help i{
	color: #5bacc7;
}
.help h6{
	font-size:125%;
	font-weight:bold;
	padding-top:2%;
}
.help p{
	line-height:140%;
	padding-top:2%;
}
.help .gap{
	padding-left:10%;
}

/* Special */

.special{
	background-color:#ebf0f2;
	padding-top:8%;
}
.special img{
	height:20%;
	width:20%;
}

.special h6{
	font-size:110%;
	font-weight:bold;
	padding-top:2%;
}

.special p{
	line-height:140%;
	padding-top:2%;
	padding-bottom:4%;
	padding-left:10%;
	padding-right:10%;
}
.special button{
	background-color:white;
	color:black;
	font-weight:bold;
	font-size:120%;
	padding:1.7%;
	border-radius:50px;
	padding-left:10%;
	padding-right:10%;
}


/* Testimonial */
.testimonial-section .blockquote-footer{
	font-size:120%;
	font-weight:bold;
	color:white;
	padding:2%;
}



/* Trophy */

.trophy .cup{
	height:20%;
	width:25%;
}

.trophy h6{
	font-size:110%;
	font-weight:bold;
	padding-top:2%;
}

.trophy p{
	font-size:150%;
	line-height:140%;
	padding-top:2%;
	padding-bottom:6%;
	padding-left:15%;
	padding-right:15%;
}

.trophy i{
	padding-top:160%;
	
}
.trophy .banner{
	height:85%;
	width:100%;
}






/* Card */
.card{
	background-color:#ebf0f2;
	
}

@media screen and (max-width: 767px) and (min-width: 0px){
	
	.card .post-module{
	margin-top:10%;
}
	
}

.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #FFFFFF;
  min-width: 270px;
  height: 385px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .6;
}
.post-module .thumbnail {
  background: #000000;
  height: 350px;
  overflow: hidden;padding: 0;
}
.post-module .thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #f2b202;
  width: 55px;
  height: 55px;
  padding: 12.5px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-module .thumbnail .date .day {
 font-size: 18px;
    line-height: 31px;
    color: #fff;
}
.post-module .thumbnail .date .month {
  font-size: 12px;
  text-transform: uppercase;
}
.post-module .thumbnail img {
  display: block;
  width: 120%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module .post-content {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
    padding: 0 30px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.post-module .post-content .category {
  position: absolute;
  top: -34px;
  left: 0;
  background: #f2b202;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color:#007ad1 !important;
  font-size: 24px !important;
  font-weight: 700;    margin: 40px 0 0 !important;
}
.post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  font-size: 13px;
  font-weight: 400;
}
.post-module .post-content .description {
  display: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
}
.post-module .post-content .post-meta {
  margin: 0px 0px 10px;
  color: #999999;
}
.post-module .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}
.post-module .post-content .post-meta a {
  color: #999999;
  text-decoration: none;
}
.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}

.container .column {
     width: 100%;
    /* padding: 0 25px; */
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.container .column .demo-title {
  margin: 0 0 15px;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.container .info {
  width: 300px;
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.container .info span {
  color: #666666;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #f2b202;
}

.card button{
	font-size:100%;
	margin:25%;
	padding:4%;
	border-radius:50px;
}

.card h6{
	font-weight:bold;
}
.card p{
	padding-left:15%;
	padding-right:15%;
	padding-bottom:5%;
}




/* FAQ */

.faq .btn{	
	padding:1%;
	border-radius:50px;
	padding-left:5%;
	padding-right:5%;
	font-weight:bold;
}

.accordion{width:80%; margin: 0 auto;}
.accordion-toggle {border-bottom: 1px solid #cccccc;cursor: pointer;margin:0px;padding: 40px 0 40px;position: relative;}
.accordion-toggle.active:after{content:"";position:absolute;right:0;top:45%;width:0;height:0;border-bottom:5px solid #419aba;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);}
.accordion-toggle:before{content:"";position:absolute;right:0;top:45%;width:0;height:0;border-top:5px solid #000;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);}
.accordion-toggle.active:before{display:none;}
.accordion-content {display: none;}
.accordion-toggle.active {color:#419aba;}




/* place */
.place{
	background-color: #ebf0f2;
}

.place .ptext{
	padding-left:30%;
	padding-right:30%;
}

.place h6{
	font-weight:bold;
	padding-top:20%;
	padding-bottom:10%;
}

.place img{
	height:20%;
	width:65%;
}
.place .logimg{
	height:8%;
	width:100%;
	margin-top:26%;
	margin-bottom:13%;
}
.place button{
	background-color:transparent;
	color: black;
	padding:10%;
	font-weight:bold;
	border-radius:50px;
	margin-top:20%;
	padding-left:20%;
	padding-right:20%;
}


@media screen and (max-width: 767px) and (min-width: 0px){
.place .ptext{
	padding-left:10%;
	padding-right:10%;
}
.place h6{
	font-weight:bold;
	padding-top:5%;
	padding-bottom:5%;
}

.place img{
	height:30%;
	width:40%;
}

.place button{
	background-color:transparent;
	color: black;
	padding:3%;
	font-weight:bold;
	border-radius:50px;
	margin-top:0%;
	padding-left:10%;
	padding-right:10%;
	margin-bottom:10%;
}

}








/* ready */
.ready{
	background-color: #419aba;
	
}

.ready h6{
	color:white;
	font-weight:bold;
}

.ready h1{
	color:white;
	font-size:350%;
}

.ready button{
	font-size:110%;
	font-weight:bold;
	background-color:white;
	color:#419aba;
	padding:1%;
	padding-left:5%;
	padding-right:5%;
	border-radius:50px;
	margin-top:3%;
	margin-bottom:3%;
}




/* paragraph */
.paragraph{
	padding-top:5%;
	padding-bottom:5%;
}

.paragraph p{
	font-size:80%;
	line-height:200%;
}


/* Newsletter */
.letter{
	background-color: #ebf0f2;
}
.letter img{
	height:60%;
	width:50%;
}

.letter h3{
	padding-top:5%;
}
.letter p{
	padding-top:5%;
	padding-bottom:5%;
}

.letter h6{
	font-size:130%;
	padding-top:5%;
	padding-bottom:5%;
}
.letter .input-group .form-control{
	padding:27px;
}
.letter .input-group-btn button{
	font-weight:bold;
	padding:18.5px;
	border-radius:50px;
}




/* Index newsletter*/
.bdr{
	border-radius:50px;
}

.letter-i .input-group .form-control{
	padding:27px;
}

.letter-i .input-group-btn button{
	padding:18px;
	font-size:15px;
	font-weight:400;
}
.letter-i .input-group-btn button:focus, .letter-i .input-group-btn button:active {
  outline: none;
  box-shadow: none;
}

.letter .input-group-btn button:focus, .letter .input-group-btn button:active {
  outline: none;
  box-shadow: none;
}






/* Modal */
.bd-example-modal-lg{
	z-index:9999999;
}
@media screen and (max-width: 2000px) and (min-width: 1200px){
.modal-lg {
	margin-top:12px;
    max-width: 80%;
}	
}

.modal .img{
	height:25%;
	width:80%;
	padding-top:15%;
	
}
@media screen and (max-width: 676px) and (min-width: 0px){
	.modal .img{
		height:35%;
		width:90%;
		padding-top:15%;
}
	.modal-lg{
		margin-bottom:25%;
	}
	.modal .form-group{
		margin:3%;
		margin-bottom:-6% !important;
	}
	.modal .combin{
	margin-bottom:5% !important;
	}
	.modal .fstnm{
		margin-left:7.5%;
		margin-right:7%;
	}
	.modal .lstnm{
		margin-left:2% !important;
	}
}

.modal .form-group{
	margin-bottom:-3%;
}
.modal h6{
	padding-top:5%;
	padding-left:5%;
	padding-right:5%;
	font-weight:bold;
}

.modal p{
	padding-left:7%;
	padding-right:7%;
}

.modal input{
	border-radius:8px;
}

.modal select{
	border-radius:8px;
}

.modal .inline{
	display:inline-block;
}

.modal2img{
	height:30%;
	width:30%;
	padding-top:3%;
}
.modal .combin{
	margin-bottom:%;
}
.modal .lft{
	margin-left:0.2%;
}




/* Marketing css */
.hero-area .pbig{
	font-size:120%;
}

.laptop .claim{
	font-weight:bold;
	border-radius:50px;
	padding:4%;
	margin-top:5%;
	padding-left:15%;
	padding-right:15%;
}


/* rank(marketing) */
.rank p{
	padding-top:5%;
	padding-bottom:5%;
}
.rank button{
	padding:3%;
	border-radius:50px;
	padding-left:10%;
	padding-right:10%;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}


/* Index css */
.iphn .btn-warning{
	background-color:#fca253;
	color:white;
}


.iphn{
	padding-top:6%;
}
.iphn .text-head{
	margin-top:19%;
	text-align:left;
}
@media screen and (max-width: 676px) and (min-width:320px){
	.iphn .row .text-head{
	margin-top:-30px;
	text-align:center;
}
}
.iphn h2{
	font-size:270%;
	color:#05b1f0;
}

@media screen and (max-width: 359px) and (min-width:0px){
.iphn h2{
	font-size:240%;
	color:#05b1f0;
}	
.iphn .text-head p{
	font-size:95%;
	text-align:center;
}
}

.iphn p{
	font-size:15px;
}
.iphn .btn-lft{
	text-align:left;
}
.index-hr{
	margin-top:0;	
}
@media screen and (max-width: 676px) and (min-width:0px){
	.iphn{
	padding-top:30%;
}
.iphn .text-head{
	margin-top:19%;
	text-align:center;
}
.iphn .btn-lft{
	text-align:center;
}
.main-navbar .text-dark{
	color:white;
}
}
.gr{
	background-color:#ebf0f2;
}
@media screen and (max-width: 676px) and (min-width:320px){
	.xs-top{
		height:20px;
	}
}
.iphn .btn-ehr{
	border-radius:50px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:10px;
}


/* iphn-m */
.iphn-m .btn-warning{
	background-color:#fca253;
	color:white;
}

.iphn-m .text-head{
	margin-top:19%;
	text-align:left;
}
@media screen and (max-width: 676px) and (min-width:320px){
	.iphn-m .row .text-head{
	margin-top:-30px;
	text-align:center;
}
}
.iphn-m h2{
	font-size:270%;
	color:#05b1f0;
}

@media screen and (max-width: 359px) and (min-width:0px){
.iphn-m h2{
	font-size:240%;
	color:#05b1f0;
}	
.iphn-m .text-head p{
	font-size:95%;
	text-align:center;
}
}

.iphn-m p{
	font-size:15px;
}
.iphn-m .btn-lft{
	text-align:left;
}
@media screen and (max-width: 676px) and (min-width:0px){
	.iphn-m{
	padding-top:12%;
}
.iphn-m .text-head{
	margin-top:19%;
	text-align:center;
}
.iphn-m .btn-lft{
	text-align:center;
}
.main-navbar .text-dark{
	color:white;
}
}
.iphn-m .btn-ehr{
	border-radius:50px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:10px;
}







/* Index last-footer */
.last-footer{
	font-size:120%;
	text-decoration:none;
	color:#d0d0d0;
}




.team-section-i{
	background-color:#ebf0f2;
	padding-top:15px;
}
@media screen and (max-width: 676px) and (min-width:320px){
	.team-section-i{
	background-color:#ebf0f2;
	padding-top:45px;
}
}
.team-section-i p{
	font-size:15px;
}
.team-section-i .pbtm{
	margin-top:-2.5%;
}
.team-section-i .btm{
	margin-top:-4%;
}
.team-section-i .tp{
	margin-bottom:-17%;
}





/* Patient Login */
@media screen and (max-width: 676px) and (min-width:320px){
.patient-login .middle{
	text-align:center;
}
}
.patient-login button{
	padding:12.5px;
	border-radius:0px;
	margin-top:1px;
}
.patient {
	padding-top:6%;
	padding-bottom:10%;
}
.patient form{
	padding-left:1.5%;
	padding-right:2%;
}
.patient input{
	padding:4.5%;
	border:2px solid #d0d0d0;
	border-radius:7px;
	font-size: 20px;
}

.patient button{
	font-size:150%;
	padding:2.5%;
	padding-left:6%;
	padding-right:6%;
	border:2px solid #d0d0d0;
	border-radius:7px;
	color:grey;
}

.patient button:hover{
	color:white;
	background-color:grey;
}

.patient a{
	color:grey;
	font-size:110%;
}
.patient a:hover{
	color:#03b0f0;
}
.patient input::-webkit-input-placeholder {
    font-size: 20px;
}

/* Forget Start */
.forget {
	padding-top:7%;
	padding-bottom:10%;
}
.forget form{
	padding-left:1.5%;
	padding-right:2%;
}
.forget input{
	padding:4.5%;
	border:2px solid #d0d0d0;
	border-radius:7px;
	font-size: 20px;
}
.forget a{
	font-size:110%;
	text-decoration:underline;
}
.colored{
	margin-top:-16px;
	padding-top:5%;
	padding-bottom:5%;
	padding-left:5%;
	padding-right:5%;
	background-color:#03b0f0;
	color:white;
}

.forget button{
	font-size:150%;
	padding:2.5%;
	padding-left:6%;
	padding-right:6%;
	border:2px solid #d0d0d0;
	border-radius:7px;
	color:grey;
}

.forget button:hover{
	color:white;
	background-color:grey;
}



/* Create new account Start */
.new {
	padding-top:2%;
	padding-bottom:10%;	
}
.new form{
	padding-left:1.5%;
	padding-right:2%;
}
.new input{
	padding:4.5%;
	border:2px solid #d0d0d0;
	border-radius:7px;
	font-size: 20px;
}

.new a{
	font-size:150%;
	padding:2.5%;
	padding-left:6%;
	padding-right:6%;
	border:2px solid #d0d0d0;
	border-radius:7px;
	color:grey;
	background-color: #f2f2f2;
}

.new a:hover{
	color:white;
	background-color:grey;
}


.new input::-webkit-input-placeholder {
    font-size: 20px;
}
.new .wide{
	padding-top:27px;
	padding-bottom:27px;
	margin-bottom:10%;
}


.new button{
	font-size:150%;
	padding:2.5%;
	padding-left:6%;
	padding-right:6%;
	border:2px solid #d0d0d0;
	border-radius:7px;
	color:grey;
}

.new button:hover{
	color:white;
	background-color:grey;
}

/* Create Us Start */

.contact{
	padding-top:5%;
	padding-bottom:5%;
}
.contact form{
	padding-left:1.5%;
	padding-right:2%;
}
.contact input{
	padding:2.6%;
	border:2px solid #d0d0d0;
	border-radius:7px;
	font-size: 20px;
}
.contact .col-md-6 input{
	margin-top:3%;
	padding:5.3%;
	border:2px solid #d0d0d0;
	border-radius:7px;
	font-size: 20px;
}
.contact select{
	outline:none;
	padding:1.2%;
	border:2px solid #d0d0d0;
	border-radius:7px;
	font-size: 20px;
	width:100%;
}
.contact .col-md-6 select{
	outline:none;
	padding:2.6%;
	border:2px solid #d0d0d0;
	border-radius:7px;
	font-size: 20px;
	width:100%;
}
.contact button{
	font-size:150%;
	padding:1.7%;
	padding-left:4%;
	padding-right:4%;
	border:2px solid #d0d0d0;
	border-radius:7px;
	color:grey;
	background-color:#f2f2f2;
}

.contact button:hover{
	color:white;
	background-color:grey;
}

.contact input::-webkit-input-placeholder {
    font-size: 20px;
}

.contact textarea{
	height:100%;
	border:2px solid #d0d0d0;
	border-radius:7px;
	font-size: 20px;
	resize: vertical; 
}
















/* About Us Page */
.we {
	padding-top:6%;
	padding-bottom:3%;
	
}
.we a:hover{
	cursor:pointer;
	transition: 0.3s ease-in-out;
	transform: translate(0px,5px);	
}


.we .gren{
	color:#71BA51;
}
#spin {
  color:#00b0f0;
}  

@media screen and (max-width: 449px) and (min-width: 360px){
	#spin {
		color:#00b0f0;
		font-size:80%;
	}
}


@media screen and (max-width: 359px) and (min-width: 0px){
	#spin {
		color:#00b0f0;
		font-size:70%;
	}
}


#spin:after {
  content:"";
  animation: spin 5s linear infinite;
  transition: all 0.9s ease-out 1s;
}
@keyframes spin {
  0% { content:"SIMPLE"; }

  50% { content: "INTUITIVE"; }
 
  100% { content: "CUSTOMIZABLE"; }
}

@media screen and (max-width: 767px) and (min-width: 0px){
.top-we{
	padding-top:12%;
}
}


.management{
	padding-top:8%;
	padding-bottom:3%;
	background-color:#71BA51;
}

.management .white{
	color:white;
}

.management a:hover{
	cursor:pointer;
	transition: 0.3s ease-in-out;
	transform: translate(0px,5px);
	
}


.management .card {
  text-align:center;
  margin:5%;
  width: 90%;
  background: rgba(0, 0, 0, 0.1);
 box-shadow: 0px 0px 0px black;
  -webkit-transition:  box-shadow .6s ease-out;
     box-shadow: .8px .9px 3px black;

}
.management .card:hover{ 
     box-shadow: 1px 8px 20px black;
    -webkit-transition:  box-shadow .4s ease-in;
  }


.management .card-img-top{
	height:50%;
	width:100%;
}  
  
.management .card-body{
	 text-align:left;
} 
.management .card-text{
	 text-align:left;
	 margin-left:-14.5%;
 }
.management .btn-info{
	font-size:150%;
	padding:1.7%;
	padding-left:4%;
	padding-right:4%;
	border:2px solid #d0d0d0;
	border-radius:7px;
	color:grey;
	background-color:#f2f2f2;
}
.management .btn-info:hover{
	color:white;
	background-color:#00b0f0;
}

.container-man {
  position: relative;
  height: 100%;
  width: 119%;
}
@media screen and (max-width: 767px) and (min-width: 0px){
.container-man {
  position: relative;
  height: 100%;
  width: 100%;
}
}
.image-man {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-man {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.container-man:hover .overlay-man {
  opacity: 1;
}

.text-man {
  color: white;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin-right:-15px;
}
.management h6{
	line-height:5px;
}
.management p{
	line-height:15px;
} 
  
  
/* Advice */
.advice{
	padding-top:8%;
	padding-bottom:10%;
	background-color:#00b0f0;
}  
  
.advice .space{
	padding:2%;
}
  
  
  
/* Modal */  

.modal .person{
	height:92.5%;
	width:100%;
	margin-top:4%;
}
.modal .padd{
	margin-top:7%;
	
}
.modal .sid{
	margin-left:7%;
}

.modal .colr{
	font-size:150%;
	padding:1.7%;
	padding-left:4%;
	padding-right:4%;
	border:2px solid #d0d0d0;
	border-radius:7px;
	color:grey;
	background-color:#f2f2f2;
}

.modal .colr:hover{
	color:white;
	background-color:grey;
}





/* Show More */
.menu{
	display: none;
}

/* Careers Page */
.job{
	padding-bottom:15%;
}
.job .zcolor{
	color:#03b0f0;
}
.job .hh{
	font-size:283%;
}

@media screen and (max-width: 767px) and (min-width: 0px){
	.careers .dn{
		padding-top:40%;
}
}
@media screen and (max-width: 676px) and (min-width:320px){
.job .middle-c{
	text-align:center;
}
}




/* How it works Page */
.how .zcolor{
	color:#03b0f0;
}
.how .marg-top{
	margin-top:65px;
}

.downarrow-responsive{
	margin:auto;
	height:50%;
	width:20%;
}
.downarrow-responsive2{
	margin:auto;
	padding-bottom:15%;
	height:20%;
	width:15%;
}
.circl{
	border:2px solid black;
	padding:2px 8px 2px 8px;
	border-radius:50px;
	font-weight:bold;
}
.long{
	height:140%;
}
.mrgn{
	margin-right:10px;
}
.mrgn2{
	margin-left:10px;
}
@media screen and (max-width: 575px) and (min-width:320px){
	.how .icn{
		width:50%;
	}
}
.marg-top-neg{
	margin-top:-5%;
}
.marg-top-neg2{
	margin-top:-12%;
}
.marg-right{
	margin-left:6%;
}
.marg-left{
	margin-right:4%;
}

/* FAQ-2 */
.wrapper ul {
  margin-left: 0;
  padding: 0;
  list-style-type: none;
}

.wrapper {
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  margin: 0 auto;
}
.items {
  padding: 18px 0;
}
.items > li > a {
  display: block;
  margin: 0 auto;
  margin-left:-15px;
  width: 100%;
  text-indent: 10px;
  line-height: 50px;
  text-decoration: none;
  color: #000;
  border-bottom:1px solid #F0F0F0;
  font-size:15px;
}
@media screen and (max-width: 510px) and (min-width:320px){
	.items > li > a {
  display: block;
  margin: 0 auto;
  margin-left:-15px;
  width: 100%;
  text-indent: 0px;
  line-height: 30px;
  text-decoration: none;
  color: #000;
  border-bottom:1px solid #F0F0F0;
  font-size:15px;
}
}
.items > li > a::after {
	position:absolute;
  margin-top: 2px;
  font-family: "FontAwesome";
}
.items > li > a::after {
  content: "+";
  left:90%;
}
.itemHover {
  color: #fff;
  font-weight: 400;
  -webkit-transition: background-color 0.2s ease-in-out;
          transition: background-color 0.2s ease-in-out;
}
.items > li > a:hover {
  color: #069;
  font-weight: 400;
  -webkit-transition: background-color 0.4s ease-in-out;
          transition: background-color 0.4s ease-in-out;
}
.items > li > a.expanded {
  color: #06ACFF;
  font-weight: 400;
  -webkit-transition: background-color 0.4s ease-in-out;
          transition: background-color 0.4s ease-in-out;
}
.items > li > a.expanded::after {
  content: "-";
}
.sub-items > li:first-child > a {
  margin-top: 17px;
  height: 34px;
}
.sub-items > li:last-child > a {
  margin-bottom: 17px;
  height: 34px;
}
.sub-items a {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 212px;
  text-indent: 24px;
  line-height: 39px;
}
.tableth {
  background-color: #98D4F1;
  height: 30px;
  font-weight: 600;
  color: #000;
  text-shadow: 0 1px 1px #fff;
}
.mytable{  border: 1px solid #f1f1f1;
  margin: 5px auto;}
.sub-items .current {
  position: relative;
  color: #64d7e2;
  border-color: white;
}
.sub-items > li:hover > a {
  color: #64d7e2;
  -webkit-transition: color 0.4s ease-in-out;
          transition: color 0.4s ease-in-out;
}
.sub-items {
  display: none;
}



/* Apply */
.apply{
	background-color:#f2f2f2;
	padding:30px;
}
.asterisk{
	color:red;
}
.newacnt{
	margin-left:6px;
}
.negetive{
	margin-bottom:-40px;
}
.btnpl{
	border-radius:50px;
	padding:12px 20px 12px 20px;
}
.patient-login input{
	width:100%;
}






