/*-----------------------------------------------------------------
[Main Stylesheet]
-------------------------------------------------------------------

01. General
02. Header
03. Global
04. Background color
05. Custom
06. Button
07. Border
08. Border Radius
09. Video
10. Background image
11. Icon
12. Width
13. Height
14. Page title
15. Padding
16. Margin
17. Text Color 
18. Footer


-------------------------------------------------------------------*/

/*=============================================================*
/*===================================*
  01.General STYLE
*===================================*/

html, body {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Poppins";
}
h1,h2,h3,h4,h5,h6 {
    color: #292b2c;
    margin: 0;
    font-family: "Poppins";
}
p {
    margin: 0;
    font-family: "Poppins";
}
a, a:hover {
    text-decoration: none !important;
    color: inherit;
    font-family: "Poppins";
}
h4:hover {

}
a:focus {
    outline: none;
}
a:hover {
    transition: all 0.25s ease-in-out
}
ul,li,ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
  max-width: 100%;
}
input:focus,
textarea:focus, button:focus,.form-control:focus, .btn:focus {
    outline: none !important;
    box-shadow: none !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], textarea, select {
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #888;
  outline: none;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 13px;
  transition: all 0.2s ease 0s;
  display: inline-block;
  width: 100%;
  padding: 8px 10px;
}
a {
    color: #000;
}
.title h2, .single-fun:hover i{
    color: #eb232d;
}
.banner .btn, .form-group .btn, .subscribe-form .btn, .treatments-details .btn {
    background: #eb232d;
}
header .social-icon ul li a:hover, header ul.nav-menu > li > a:hover, .title p, .footer .single-footer .newsletter-inner .button:hover i, .icon-text:hover a {
    color: #f9b535;
}
header .top-button:hover, .mobile-toggle, .team .team-head .team-btn a:hover, .form-group .btn:hover, .banner .btn:hover, .treatments-details .btn:hover {
    background: #d41f28;
}

/*===================================*
  01.Header STYLE
*===================================*/
header .topbar {
    padding: 12px 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
header .top-contact, .social-icon ul li {
    float: left;
    margin-bottom: 0;
}
header .top-contact li {
    display: inline-block;
    margin-right: 25px;
    line-height: 30px;
    color: #000;
    font-size: 14px;
}
header .top-contact li i {
    color: #e1222c;
    margin-right: 8px;
}
header .top-contact li a{
    color: #000;
}
header .social-icon {
    float: right;
}
header .social-icon ul li a {
    padding: 0 10px;
    color: #e1222c;
}
header #logo {
    padding: 15px 0;
    display: inline-block;
}

header a.mobile-toggle, #mobile-logo {
    display: none;
}
header ul.nav-menu {
    float: right;
    font-size: 13px;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 0;
}
header ul.nav-menu > li.has-dropdown {
    position: relative;
}
header ul.nav-menu > li {
    display: inline-block;
}
header ul.nav-menu > li.mega-menu > a, header ul.nav-menu > li.has-dropdown > a {
    position: relative;
}
header ul.link-padding-tb-25px > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}
header ul.nav-menu > li > a {
    color: #e1222c;
    z-index: 3;
    opacity: 1;
    font-family: "Josefin Sans", sans-serif;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;;
    text-decoration: none;
    display: block;
    padding: 31px 0px;
    margin-right: 30px;
}
header ul.nav-menu > li:nth-child(3) > a:after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 3px;
}
header ul.nav-menu > li.mega-menu > a:after, header ul.nav-menu > li.has-dropdown > a:after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 3px;
}
header ul.nav-menu > li:hover > ul.sub-menu {
    border-radius: 0px;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
header ul.link-padding-tb-25px > li > ul.sub-menu {
    top: 75px;
}
header ul.nav-menu > li ul.sub-menu {
    transform: translateY(10%);
    transition: all 0.2s ease;
    background-color: #fff;
    border-top: 3px solid #f9a32a !important;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 90px;
    width: 230px;
    visibility: hidden;
    opacity: 0;
    border-radius: 0px;
}
header ul.nav-menu > li > ul.sub-menu {
    text-align: left;
    font-size: 13px;
    border: 1px solid #eee;
    display: inline-block;
    z-index: 1;
}
header ul.nav-menu > li ul.sub-menu li a {
    color: #e1222c;
    opacity: .7;
    display: block;
    padding: 10px 20px 10px 20px;
    text-transform: capitalize;
    margin-top: -1px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}
header ul.nav-menu > li > ul.sub-menu > li {
    position: relative;
}
header ul.nav-menu > li.has-dropdown > a:after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 3px;
}
header ul.nav-menu > li ul.sub-menu li a:hover {
    color: #fabb45;
    opacity: 1;
    padding-left: 25px;
    transition: 0.5s;
}
header ul.nav-menu > li > ul.sub-menu > li.has-dropdown:after {
    content: "\f1db";
    font-family: FontAwesome;
    margin-left: 3px;
    position: absolute;
    right: 30px;
    top: 15px;
    color: #0674a1;
    font-size: 8px;
}
header ul.nav-menu > li > ul.sub-menu > li.has-dropdown:hover:after {
    content: "\f111";
    font-family: FontAwesome;
    margin-left: 3px;
    position: absolute;
    right: 30px;
    top: 15px;
    color: #0674a1;
    font-size: 8px;
}
header ul.nav-menu > li:last-child a {
    margin-right: 0;
}
header .top-button {
    padding: 10px 25px 8px!important;
    border-radius: 4px;
    color: #fff !important;
    margin-top: 16px;
    display: inline-block;
    background-color: #e1222c;
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    transition: all 0.4s ease;
    animation: fadeInDown 0.5s both 0.1s;
    box-shadow: 0px 0px 13px #00000054;
}

/*===================================*
  02.Banner STYLE
*===================================*/
.banner {
    background: url(img/slider.jpg);
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner .text h1 {
    color: #424242;
    font-size: 44px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    animation: fadeInUp 1s both 0.6s;
}
.banner .text h4 {
    margin: 15px 0;
    color: #2d2e40;
    font-weight: 500;
    font-size: 25px;
    animation: fadeInLeft 1s both 1s;
}
.banner .text p {
    color: #2C2D3F;
    font-weight: 400;
    animation: fadeInUp 1s both 1s;
}
.banner .button {
    margin-top: 20px;
    animation: fadeInDown 1s both 1.5s;
}
.banner .btn, .form-group .btn, .subscribe-form .btn, .treatments-details .btn {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    padding: 13px 25px;
}
.banner .btn.primary {
    background: #2C2D3F;
    color: #fff;
}

/*===================================*
  03.Why-choose STYLE
*===================================*/
.why-cloose-us, .client-fact, .treatments-details, .services {
    padding: 80px 0;
}
.title {
    text-align: center;
    margin-bottom: 55px;
}
.title p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.title h2 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 45px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -2px;
    margin: 10px 0;
}
.title h6 {
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins";
    line-height: 1.5em;
}
.icon-text {
    background-color: #fff;
    padding: 40px;
    text-align: center;
    border-radius: 8px;
    transition: .4s ease;
    border: 3px solid #eee;
}
.icon-text:hover {
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
    border: 3px solid #f9a32a;
}
.icon-text .icon {
    transition: .4s ease;
    width: 60px;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 25px;
}
.icon-text:hover .icon {
    transform: scaleX(1.1) scaleY(1.1)!important;
}
.icon-text p {
    font-size: 14px;
    margin: 12px auto;
    color: #333;
    font-family: "Poppins";
}
.icon-text a {
    text-transform: uppercase;
    color: #e1222c;
    font-weight: 500;
    font-size: 13px;
}
.icon-text:hover a {
    transition: all 0.4s ease;
}
/*===================================*
  04.client-fact STYLE
*===================================*/
.client-fact {
    position: relative;
    background: url(img/fun-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.client-fact:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #eb242e;
    opacity: 0.8;
}
.single-icon i {
    position: absolute;
    font-size: 62px;
    color: #fff;
    height: 70px;
    width: 70px;
    line-height: 67px;
    font-size: 28px;
    text-align: center;
    padding: 0;
    margin: 0;
    border: 2px solid #fff;
    border-radius: 0px;
    top: 50%;
    left: 15px;
    margin-top: -35px;
    transition: all 0.4s ease;
    border-radius: 50%;
}
.single-icon:hover i {
    color: #e1222c;
    background: #fff;
    border-color: transparent;
}
.single-icon .content {
    padding-left: 95px;
    color: #fff;
}
.single-icon .content span {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    position: relative;
    display: block;
    transition: all 0.4s ease;
}
.single-icon .content p {
    margin-bottom: 0;
}


/*===================================*
  05.specialist STYLE
*===================================*/
.specialist {
    padding: 80px 0;
}
.team {
    transition: all 0.3s ease;
    text-align: center;
    box-shadow: 0px 0px 10px #00000021;
    border-radius: 5px;
    overflow: hidden;
}
.team .team-head {
    position: relative;
    overflow: hidden;
}
.team .team-head::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    content: "";
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team .team-head .team-btn a {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 46px;
    opacity: 0;
    visibility: hidden;
    font-weight: 400;
    text-align: center;
    color: #fff;
    border-radius: 0;
    transform: scale(0.6);
    transition: all 0.3s ease;
    z-index: 99;
    margin: -23px 0 0 -75px;
    font-size: 15px;
    background: #e1222c;
    text-decoration: none;
    font-size: 13px;
    line-height: 46px;
    padding: 0;
    border-radius: 4px;
}
.team:hover .team-btn a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.team .team-bottom {
    text-align: center;
    position: relative;
    padding: 25px 20px;
}
.team .team-bottom p {
    color: #666;
    font-size: 13px;
    display: block;
    margin-bottom: 4px;
}
.team .team-bottom h4 a {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: #e1222c;
}





.testimonials {
    padding: 80px 0;
    background: #f9f9f9;
}
.single-testimonial {
    text-align: left;
    position: relative;
    background: #fff;
    padding: 40px 30px;
    border-radius: 5px;
    transition: all 0.4s ease;
    margin: 0;
    margin: 0 20px 30px 20px;
}
.single-testimonial img {
    position: absolute;
    left: 30px;
    bottom: -26px;
    height: 53px;
    width: 53px !important;
    border-radius: 100%;
}
.single-testimonial p {
    color: #868686;
    font-size: 14px;
}
.single-testimonial h4 {
    margin-top: 22px;
    color: #2C2D3F;
    font-weight: 500;
    font-size: 15px;
}




.clients-slider .single-clients img {
    width: 100%;
    cursor: pointer;
    text-align: center;
    float: none;
    padding: 0 35px;
}
.clients-slider .owl-dots {
    display: none;
}



.appointment {
    padding-top: 80px;
}
.appointment .form {
    margin-top: 30px;
}
.appointment .form input {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    text-transform: capitalize;
    padding: 0px 18px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    border-radius: 4px;
}
.appointment .form-group .nice-select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #eee;
    text-transform: capitalize;
    padding: 0px 18px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    font-weight: 400;
}
.appointment .form-group .list {
    border-radius: 4px;
}
.appointment .form textarea {
    width: 100%;
    height: 200px;
    padding: 18px;
    border: 1px solid #eee;
    text-transform: capitalize;
    resize: none;
    border-radius: 4px;
}
.form-group .btn {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.appointment-image {
    position: relative;
    bottom: 0;
}


/*=========================
    Start Footer CSS
===========================*/
.footer{
    position:relative;
}
.footer .footer-top{
    padding:80px 0px;
    position:relative;
    background:#e1222c;
}
.footer .footer-top:before{
    position:absolute;
    content:"";
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:#000;
    opacity:0.1;
}
.footer .single-footer .social li{
    display:inline-block;
    margin-right:10px;
}
.footer .single-footer .social li:last-child{
    margin-right:0px;
}
.footer .single-footer .social li a {
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #fff;
    text-align: center;
    padding: 0;
    border-radius: 100%;
    display: block;
    color:#fff;
    font-size: 16px;
}
.footer .single-footer .social li a:hover{
    color:#e1222c;
    background:#fff;
    border-color:transparent;
}
.footer .single-footer.f-link li a i{
    margin-right:10px;
}
.footer .single-footer.f-link li{
    display:block;
    margin-bottom:12px;
}
.footer .single-footer.f-link li:last-child{
    margin:0;
}
.footer .single-footer.f-link li a {
    display: block;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 400;
    font-size: 15px;
}
.footer .single-footer.f-link li a:hover{
    padding-left:8px;
}
.footer .single-footer h2{
    color:#fff;
    font-size:20px;
    font-weight:600;
    text-transform:capitalize;
    margin-bottom:40px;
    padding-bottom:20px;
    text-transform:capitalize;
    position:relative;
}
.footer .single-footer h2::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    height: 3px;
    width: 50px;
    background: #fff;
}
.footer .single-footer .time-sidual{
    margin-top:15px;
}
.footer .single-footer .time-sidual{
    overflow:hidden;
}
.footer .single-footer .time-sidual li {
    display: block;
    color: #fff;
    width: 100%;
    margin-bottom: 5px;
}
.footer .single-footer .time-sidual li span{
    display:inline-block;
    float:right;
}
.footer .single-footer .day-head .time {
    font-weight: 400;
    float: right;
}
.footer .single-footer p{
    color:#fff;
}
.footer .single-footer .newsletter-inner{
    margin-top:20px;
    position:relative;
}
.footer .single-footer .newsletter-inner input {
    background: transparent;
    border: 1px solid #fff;
    height: 50px;
    line-height: 42px;
    width: 100%;
    margin-right: 15px;
    color: #fff;
    padding-left: 18px;
    padding-right: 70px;
    display: inline-block;
    float: left;
    border-radius: 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 400;
    border-radius: 5px;
}
.footer .single-footer .newsletter-inner input:hover{
    padding-left: 22px;
}
.footer input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::-moz-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::-ms-input-placeholder {
    opacity: 1;
    color: #fff !important;
}
.footer input::input-placeholder {
    opacity: 1;
    color: #fff !important;
}
.footer .single-footer .newsletter-inner .button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    line-height: 50px;
    width: 50px;
    background: #fff;
    border-left: 1px solid #fff;
    text-shadow: none;
    box-shadow: none;
    display: inline-block;
    border-radius: 0px;
    border: none;
    transition: all 0.4s ease;
    border-radius: 0 5px 5px 0;
    color: #cb1f28;
    font-size: 25px;
}
.footer .single-footer .newsletter-inner .button i{
    transition:all 0.4s ease;
}
.footer .copyright{
    background:#f9b535;
    padding:25px 0px 25px 0px;
    text-align:center;
}
.footer .copyright .copyright-content p{
    color:#fff;
    margin-bottom: 0px;
}
.footer .copyright .copyright-content p a{
    color:#fff;
    font-weight:400;
    text-decoration:underline;
    display:inline-block;
    margin-left:4px;
}
.media-left {
    padding-right: 10px;
}
.media .media-left i {
    font-size: 16px;
    width: 25px;
    color: #fff;
}
.media .media-body p {
    font-size: 15px;
    margin-bottom: 8px;
    cursor: pointer;
}
/*=========================
    End Footer CSS
===========================*/

.breadcrumbs {
    background-image: url(img/bread-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0px;
}
.overlay:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #e1222c;
    opacity: 0.8;
}
.breadcrumbs .bread-inner {
    z-index: 22;
    text-align: center;
}
.breadcrumbs h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 38px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.breadcrumbs .bread-list {
    display: inline-block;
    margin-top: 20px;
}
.breadcrumbs ul li {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}
.breadcrumbs ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}
.breadcrumbs ul li i {
    margin: 0px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}




.about-area {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}
.about-image {
  width: 100%;
  height: 100%;
  background-image: url(img/about-img.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-image img {
  display: none;
}
.about-content {
  max-width: 555px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 50px;
}
.about-content span {
  display: block;
  margin-bottom: 5px;
  color: #e1222c;
  font-size: 17px;
}
.about-content h2 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 600;
}
.about-content p {
  margin-top: 10px;
  margin-bottom: 0;
}
.about-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}
.about-content ul li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 34px;
}
.about-content ul li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 100%;
    background-color: #e1222c2B;
    color: #e1222c;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: -2px;
}
.about-content ul li:hover i {
    background-color: #e1222c;
    color: #ffffff;
}
.about-content ul li:last-child {
    margin-bottom: 0;
}
.about-content .btn {
    margin-top: 30px;
}





.our-vision-area {
    position: relative;
    z-index: 1;
    padding-bottom: 70px;
}
.single-vision-box {
    height: 280px;
    margin-bottom: 30px;
    background-color: #ffffff;
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    padding: 25px 20px;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
}
.single-vision-box .icon {
  margin-bottom: 20px;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  background-color: #e1222c;
  color: #ffffff;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-vision-box h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
  position: relative;
  font-size: 20px;
  font-weight: 700;
}
.single-vision-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 12px;
  margin-bottom: 0;
}
.single-vision-box::before {
  width: 0;
  height: 100%;
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #e1222c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-vision-box::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  border: 10px solid #ffffff;
  left: -80px;
  bottom: -80px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.15;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-vision-box:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.single-vision-box:hover::before {
  width: 100%;
}
.single-vision-box:hover .icon {
  background-color: #fff;
  color: #e1222c;
}
.single-vision-box:hover h3 {
  color: #ffffff;
}
.single-vision-box:hover p {
  color: #ffffff;
}
.single-vision-box:hover::after {
  left: -50px;
  bottom: -50px;
}




.our-mission-area {
  position: relative;
  z-index: 1;
}
.our-mission-image {
  width: 100%;
  height: 100%;
  background-image: url(img/mission-img.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.our-mission-image img {
  display: none;
}
.our-mission-content {
  max-width: 555px;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 50px;
}
.our-mission-content .sub-title {
  display: block;
  margin-bottom: 5px;
  color: #e1222c;
  font-size: 17px;
}
.our-mission-content h2 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 600;
}
.our-mission-content p {
  margin-top: 10px;
  margin-bottom: 0;
}
.our-mission-content ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0;
  margin-top: 0;
}
.our-mission-content ul li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  color: #7d7d7d;
  font-size: 14.5px;
  line-height: 1.7;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
}
.our-mission-content ul li .icon {
  margin-bottom: 13px;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #e1222c;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.our-mission-content ul li span {
  display: block;
  color: #121521;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 17px;
}
.our-mission-content ul li:hover .icon {
  background-color: #e1222c;
  color: #ffffff;
  border-radius: 100%;
}


.newsletter{
    padding: 80px 0;
    background: #fbddde;
}
.newsletter .subscribe-text{}
.newsletter .subscribe-text h6{
    font-size:22px;
    margin-bottom:8px;
    color:#2C2D3F;
}
.newsletter .subscribe-text p{
    margin-bottom: 0;
}
.newsletter .subscribe-form{
    position:relative;
}
.newsletter .common-input {
    height: 52px;
    width: 300px;
    border: none;
    color: #333;
    box-shadow: none;
    text-shadow: none;
    border-radius: 5px;
    padding: 0px 25px;
    font-weight: 500;
    font-size: 14px;
    background: #fff;
    float: left;
}
.newsletter .button:hover{
    box-shadow:none;
}
.subscribe-form .button {
    float: left;
}
.subscribe-form .button .btn {
    padding: 13px 60px;
    box-shadow: none;
}




/*=========================
   Start Contact Us CSS
===========================*/
.contact-us {
    padding: 80px 0;
}
.contact-us .contact-us-form {
    box-shadow: 0px 0px 10px #00000024;
    border-radius: 5px;
    overflow: hidden;
}
.contact-us .contact-us-left{
    width: 100%;
    height: 100%;
}
.contact-us .contact-us-form{
    padding:50px 40px;
}
.contact-us .contact-us-form h2 {
    position: relative;
    font-size: 32px;
    color: #333;
    font-weight: 600;
    line-height: 27px;
    text-transform: capitalize;
    margin-bottom: 12px;
    padding-bottom: 20px;
    text-align: left;
}
.contact-us .contact-us-form h2:before{
    position:absolute;
    content:"";
    left:0;
    bottom:0;
    height:2px;
    width:50px;
    background:#e1222c;
}
.contact-us .contact-us-form p {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-align: left;
    margin-bottom:50px;
}
.contact-us .form {
    margin-top: 30px;
}
.contact-us .form .form-group {
    margin-bottom: 22px;
}
.contact-us .form .form-group input {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    text-transform: capitalize;
    padding: 0px 18px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
}
.contact-us .form .form-group textarea {
    width: 100%;
    height:100px;
    border: 1px solid #eee;
    text-transform: capitalize;
    padding:18px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
}
.contact-us .form .form-group.login-btn {
    margin: 0;
}
.contact-us .form button {
    border: none;
}
.contact-us .form .btn {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    line-height: 20px;
}
.contact-us .form .btn:hover{
    background:#e1222c;
    color:#fff;
}
.contact-us .contact-us-form .checkbox {
    text-align: left;
    margin: 0;
    margin-top: 20px;
    display:inline-block;
    
}
.contact-us .contact-us-form .checkbox label {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    position: relative;
    padding-left: 20px;
}
.contact-us .contact-us-form .checkbox label:hover{
    cursor:pointer;
}
.contact-us .contact-us-form .checkbox label input{
    display:none;
}
.contact-us .contact-us-form .checkbox label::before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #e1222c;
    border-radius: 100%;
}
.contact-us .contact-us-form .checkbox label::after {
    position: relative;
    content: "";
    width: 7px;
    height: 7px;
    left: -16px;
    top: -15px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    font-size: 9px;
    background: #e1222c;
    border-radius: 100%;
}
.contact-us .contact-us-form .checkbox label.checked::after{
    opacity:1;
    visibility:visible;
    transform:scale(1);
}
.contact-us .contact-info{
    margin-top:50px;
}
.contact-us .single-info {
    background: #e1222c;
    padding: 30px 40px;
    height: 150px;
    border-radius: 10px;
    position:relative;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.contact-us .single-info:before{
    position: absolute;
    z-index: -1;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 90%;
    background:#e1222c;
    opacity: 0;
    filter: blur(10px);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.contact-us .single-info:hover:before{
    opacity: 0.8;
}
.contact-us .single-info:hover{
    transform: translateY(-5px);
}
.contact-us .single-info i{
    font-size:42px;
    color:#fff;
    position:absolute;
    left:40px;
}
.contact-us .single-info .content {
    margin-left: 45px;
}
.contact-us .single-info .content h3{
    color:#fff;
    font-size:16px;
    font-weight:600;
    
}
.contact-us .single-info .content p{
    color:#fff;
    margin-top:5px;
    font-size:16px;
}
.contact-us #myMap {
    height: 100%;
    width: 100%;
}
/*=========================
   End Contact Us CSS
===========================*/

/*==========================
    Start Appointment CSS
============================*/
.appointment{
    background:#fff;
    padding-top:100px;
}
.appointment.single-page {
    background: #fff;
    padding-top: 100px 0;
    padding: 0;
    padding: 100px 0;
}
.appointment.single-page .appointment-inner {
    padding: 40px;
    box-shadow: 0px 0px 10px #00000024;
    border-radius: 5px;
}
.appointment.single-page .title h3 {
    font-size: 25px;
    display: block;
    margin-bottom: 10px;
    font-weight:600;
}
.appointment .form{
    margin-top:30px;
}
.appointment .form input {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    text-transform: capitalize;
    padding: 0px 18px;
    color: #555;
    font-size: 14px;
    font-weight:400;
    border-radius:0;
}
.appointment .form textarea{
    width: 100%;
    height:200px;
    padding: 18px;
    border:1px solid #eee;
    text-transform:capitalize;
    resize:none;
    border-radius: 4px;
}
.appointment .form-group .nice-select{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #eee;
    text-transform: capitalize;
    padding: 0px 18px;
    color: #999;
    font-size: 14px;
    font-weight:400;
    border-radius: 4px;
    font-weight:400;
}
.appointment .form-group .nice-select::after {
    right: 20px;
    color: #757575;
}
.appointment .form-group .list{
    border-radius: 4px;
}
.appointment .form-group .list li{
    color:#757575;
    border-radius:0;
}
.appointment .form-group .list li.selected{
    color:#757575;
    font-weight:400;
}
.appointment .form-group .list li:hover {
    color:#fff;
    background: #1A76D1;
}
.appointment .appointment-image{}
.appointment.single-page .button .btn{
    width:100%;
}
.appointment .button .btn{
    font-weight:500;
}
.appointment .button .btn:hover{
    color:#fff;
}
.appointment .form p{
    margin-top: 10px;
    color:#868686;
}
.appointment.single-page .work-hour{
    background:#e1222c;
    padding: 40px;
    box-shadow: 0px 0px 10px #00000024;
    border-radius: 5px;
}
.appointment.single-page .work-hour h3 {
    font-size: 25px;
    display: block;
    font-weight:600;
    margin-bottom: 20px;
    color:#fff;
}
.appointment.single-page .time-sidual{
    margin-top:15px;
}
.appointment.single-page .time-sidual{
    overflow:hidden;
}
.appointment.single-page .time-sidual li {
    display: block;
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
}
.appointment.single-page .time-sidual li span{
    display:inline-block;
    float:right;
}
.appointment.single-page .day-head .time {
    font-weight: 400;
    float: right;
}
/*==========================
    End Appointment CSS
============================*/

/*==========================
    Department Details Area CSS
============================*/
.department-details-content .department-top-content {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 20px;
}

.sidebar-widget {
    position: relative;
    padding: 20px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}
.sidebar-widget h3 {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    margin-top: -5px;
    padding-bottom: 10px;
    display: inline-block;
}
.sidebar-widget h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #e1222c;
}
.sidebar-widget.categories ul li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 17px;
}
.sidebar-widget.categories ul li a {
    color: #666666;
}
.sidebar-widget.appointment-box {
    position: unset;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;    
    margin-bottom: 35px;
}
.appointment-box .appointment-form {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px 30px;
}
.appointment-box .appointment-form .form-group {
    margin-bottom: 20px;
}
.appointment-box .appointment-form .form-group .form-control {
    padding: 10px 20px;
    background-color: #ffffff;
}
.form-control {
    height: 50px;
    color: #13316e;
    border: 1px solid #ebebeb;
    background-color: transparent;
    border-radius: 0 !important;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
}
.appointment-box .appointment-form .nice-select {
    height: 50px;
    width: 100%;
    line-height: 48px;
    font-size: 15px;
    margin-bottom: 20px;
    padding-left: 20px;
    background-color: #ffffff;
    border-radius: 0;
}
.nice-select .list {
    width: 100%;
    border-radius: 0;
}
.appointment-box .appointment-form .nice-select::after {
    height: 8px;
    width: 8px;
    right: 20px;
}
.nice-select .option.selected.focus {
    color: #13316e;
}
.nice-select .option:hover {
    background-color: #13316e;
    color: #ffffff;
}
.appointment-box .appointment-form .form-group i {
    position: absolute;
    top: 17px;
    right: 20px;
    line-height: 1;
    font-size: 18px;
    color: #13316e;
    z-index: 1;
}
.appointment-box .button {
    text-align: center;
}
.appointment-box .button .btn {
    padding: 13px 50px;
    margin-right: 0;
}
.appointment-box .appointment-form .nice-select:focus, .nice-select:hover,.appointment-box .appointment-form .form-group .form-control:hover, .appointment-box .appointment-form .form-group .form-control:focus {
    border-color: #d4cfcf !important;
}
.nice-select .list {
    border-radius: 0 !important;
}




/*=========================
    Srart service CSS
===========================*/
.services .single-service{
    margin:30px 0;
    position:relative;
    padding-left:70px;
}
.services .single-service img{
    height:45px;
    color:#1a76d1;
    position:absolute;
    left:0;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.services .single-service h4{
    text-transform:capitalize;
    margin-bottom:25px;
    color:#2C2D3F;
}
.services .single-service h4 a{
    color:#2C2D3F;
    font-size:20px;
    font-weight:600;
}
.services .single-service h4 a:hover{
    color:#1A76D1;
}
.services .single-service p{
    color:#868686;
}
.services-details-img {
  margin-bottom: 50px;
}

.services-details-img img {
  width: 100%;
  margin-bottom: 30px;
}
.services-details-img h2 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 16px;
}
.services-details-img P {
  margin-bottom: 20px;
}
.services-details-img blockquote {
    font-size: 15px;
    color: #4a6f8a;
    background-color: #1a76d1;
    padding: 30px 75px;
    line-height: 26px;
    position: relative;
    margin-bottom: 20px;
    color: #fff;
}
.services-details-img blockquote i {
  position: absolute;
  display: inline-block;
  top: 20px;
  left: 38px;
  font-size: 32px;
}
.service-details-inner-left {
  background-image: url("img/signup-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.service-details-inner-left img {
  display: none;
}
.service-details-inner {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.service-details-inner h2 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 15px;
    border-left: 3px solid #1a76d1;
    padding-left: 15px;
}
.service-details-inner p {
  margin-bottom: 15px;
}
.service-details-inner p:last-child {
  margin-bottom: 0;
}
/*=========================
    End service CSS
===========================*/