body {
    font-size: 14px;
    line-height: 1.71429;
    font-weight: 400;
    color: #333333;
    font-family: 'Overlock', cursive;	
}
a:focus, a:hover {
    color: #ef5050;
    text-decoration: underline;
	text-decoration:none;
	transition: all 0.4s;
}
h1 {
    font-size:45px;
}
.section-Padding {
    padding: 80px 0;
}


.side-bar.side-bar-out {
    left: -310px;
}
.side-bar {
    background: #000;
    left: 0;
    padding: 20px 16px;
    position: fixed;
    top: 0;
    transition: all .6s ease 0s;
    width: 310px;
    height: 100%;
    z-index: 999;
}
.side-bar .iconbtn .icon {
	background: #000;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	padding: 5px 14px;
	position: absolute;
	right: -43px;
	top: 150px;
}
.side-bar .iconbtn .fa {
    animation: 2s linear 0s normal none infinite running fa-spin;
}
.side-bar-out #iconbtn2 {
    display: none;
}
.side-bar h3 {
    color: #fff;
    margin-bottom: 26px;
}
.side-bar ul {
    padding: 0;
}
.side-bar .home-demo li, .side-bar .theme-color li {
    display: inline-block;
    margin: 2px;
    border: 1px solid #000;
    position: relative;
}
.side-bar .theme-color a {
    background: #fff;
    display: block;
    height: 45px;
    width: 48px;
    cursor: pointer;
}
.m-top {
    margin-top: 30px;
}


#header {
    position: absolute;
    z-index: 1000;
    width: 100%;
    padding: 10px 0;
	transition: all 0.4s;
}
#header.fixed {
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    padding: 5px 0;
    transition: all 0.4s;
    z-index: 1000;
    border-bottom: 1px solid #ef5050;
}
#header .navbar-nav .nav-item  .nav-link {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
	transition: all 0.4s;
	padding: 6px 12px;
}
#header  .navbar-nav .nav-item  .nav-link:hover{ 
    color: #ef5050;
	transition: all 0.4s;
}
#header .navbar-nav .nav-item .nav-link.active {
    color: #ef5050;
}
#header .navbar-nav {
    padding-right: 35px;
}
#header .appoinment a {
    background: #ef5050;
    color: #fff;
    padding: 6px 10px;
    text-transform: uppercase;
    font-size: 15px;
    transition: all 0.4s ease-in-out;
    border: 2px solid #ef5050;
    letter-spacing: 1.33px;
}
#header .appoinment a:hover {
    background: none;
    border: 2px solid #ef5050;
    color: #ef5050;
}
#header.fixed .appoinment a:hover {
    background: none;
    border: 2px solid #ef5050;
    color: #fff;
}
.homeSlider .item::before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.homeSlider .item {
    background-size:cover;
    position: relative;
    z-index: 1;
    height: 650px;
}
.homeSlider .item .text-box.box2 {
    width: 50%;
}
.homeSlider .item .box1, .homeSlider .item .box3 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-10%, -50%);
}
.homeSlider .item .box2 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(20%, -50%);
}
.homeSlider .item .text-box h2 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
	margin:8px 0;
}
.homeSlider .item .text-box .homeSlider_title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.76px;
}
.homeSlider .item .text-box .homeSlider_title::after {
    width: 40px;
    height: 3px;
    background: #fff;
    content: "";
    display: inline-block;
    vertical-align: 22%;
    margin-left: 8px;
}

.homeSlider .item .text-box  p {
    font-size: 25px;
    letter-spacing: .33px;
    margin: 10px 0;
	line-height:40px;
}
.homeSlider .item .text-box .homeSlider_price {
    background: #ef5050;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    font-size: 25px;
    clip-path: polygon(0% 0, 90% 0, 100% 100%, 0% 100%);
}
.homeSlider .slick-dots {
    bottom: 60px;
}
.homeSlider .slick-dots li {
    border: 2px solid #ef5050;
}
.homeSlider .slick-dots .slick-active {
    background: #ef5050;
}
.homeSlider .slick-dots li.slick-active button::before {
    opacity:0;
}
.homeSlider .slick-dots li button::before{
    opacity:0;
}
.homeSlider .slick-dots li button:hover::before, .slick-dots li button:focus::before {
    opacity: 0;
}
.homeSlider .slick-prev, .homeSlider .slick-next {
    background: #ef5050;
    z-index: 1;
    width: 50px;
    height: 50px;
	opacity: 1;
	transition: all 0.4s;
}
.homeSlider .slick-arrow:hover{
    background: #ef5050;
    z-index: 1;
    width: 50px;
    height: 50px;
	opacity: 0.8;
}
.slick-next:focus {
    background: #ef5050 !important;
}
.homeSlider .slick-prev {
    left: 0;
	clip-path: polygon(0% 0, 90% 0, 100% 100%, 0% 100%);
}
.homeSlider .slick-next {
    right: 0;
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}
.homeSlider.slick-slider{margin:0;}

.section-padding {
    padding: 50px 0;
}
.section-heading h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 0.50px;
	margin-bottom: 30px;
}
.about .img-box:hover img {
    opacity: 0.6;
}
.about .img-box img {
    transition: all 0.4s ease-in-out;
}
.about .box {
    background: #f6f6f6;
    padding: 20px 20px;
    text-align: center;
	border-bottom: 2px solid #ef5050;
	margin-bottom: 30px;
}
.about .img-box {
    position:relative;
}
.about .img-box .price {
    background: #ef5050;
    color: #fff;
    padding: 8px 15px 8px 30px;
    clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%);
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    bottom: 15px;
    right: 30px;
}
.about .box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.about .box p {
    font-size: 18px;
    margin: 10px 0 0;
}
.service {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
	position:relative;
	z-index:1;
}
.service::before {
    content: "";
    background:rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.service .section-heading h2 {
    color: #fff;
}
.service .box .table-header {
    background: #ef5050;
    color: #fff;
    padding: 15px 0;
    margin: 0;
    font-size: 25px;
}
.service .box .price {
    background: #f5f5f5;
    color: #777;
    padding: 10px 0;
}
.service .box .price h1 {
    margin: 0;
    font-weight: 600;
}
.service .box .price h6{
    margin: 0;
	font-weight:600;
}
.service .box .text {
    background: #fff;
    padding: 12px 0;
}
.service .box .text p {
    font-size: 17px;
    margin: 0;
	color:#818181;
}
.service .box .price-list {
    background-image: url(images/service-1.jpg);
    text-align: left;
}

.service .box .care-service-bg {
    background-image: url("images/service-2.jpg");
}
.service .box .price-list {
    background-image: url("images/service-1.jpg");
    text-align: left;
}
.service .box .general-checkup-bg {
    background-image: url("images/service-2.jpg");
}
.service .box .price-list ul {
    padding: 0 25px;
    margin: 0;
}
.service .box .price-list ul li {
    list-style: none;
    color: #fff;
    font-size: 16px;
    margin: 0 0 10px;
}
.service .box .price-list ul li .fa.fa {
    padding-right: 10px;
    color: #fff;
    font-size: 16px;
}
.service .box .price-list {
    background: rgba(239, 80, 80, 0.8);
        background-image: none;
    padding: 15px 0 10px 0;
}
.service .box .care-service-bg {
    background: rgba(0, 0, 0, 0.7);
}	
.service .box1, .service .box3 {
    margin-top: 39px;
}

.team {
    background: #f5f5f5;
}
.team .box .text-box .team-name {
    font-size: 23px;
    font-weight: 700;
}
.team .box .text-box p {
    font-size: 16px;
    color: #7A7A7A;
    text-transform: uppercase;
}
.team .box .description {
    display: none;
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 0.50px;
    color: #6D6D6D;
}
.team .box .text-box .social-icon li {
    display: inline-block;
    padding: 0 5px;
}
.team .box .text-box .social-icon li  a {
    color: #000;
    font-size: 15px;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 31px;
	border-radius: 50%;
	transition:all 0.4s ease-in-out;
	border: 1px solid #fff;
}
.team .box .text-box .social-icon li a:hover {
    border-radius: 50%;
    border: 1px solid #ef5050;
    color: #ef5050 !important;
}
.team .box .text-box .social-icon {
	display:none;
}
.team .box:hover .text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	transition: all 0.4s ;
	padding:0;
}
.team .box .text-box {
    transition: all 0.4s ;
	padding:25px 0;
}
.team .box:hover .description {
    display: block;
    margin-top: 25px;
}
.team .box:hover .text-box .social-icon {
    display: block;
}
.team .box:hover .img-box {
    position: relative;
}
.team .box:hover .img-box::after {
    content: "";
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.team .box:hover .text-box .team-name, .team .box:hover .text-box p, .team .box:hover .text-box .social-icon li a {
    color: #fff;
}
.team .box:hover .text-box .team-name {
    margin-bottom: 0;
}

.blog .box {
    position: relative;
    margin: 0 40px 30px;
    padding: 25px 75px 25px 40px;
    border: 1px solid #eee;
    transition: all .3s;
}
.blog .box:hover {
    background-color: #f6f6f6;
}
.blog .box .item-box .admin {
    display: inline-block;
    height: 30px;
    padding: 0 28px 0 15px;
    line-height: 30px;
    background-color: #8A898E;
    clip-path: polygon(0 0, 84% 0%, 100% 100%, 0% 100%);
	text-transform:capitalize;
	margin-bottom:5px;
}
.blog .box .item-box a {
    padding: 0 8px;
    font-size: 15px;
	color: #fff;
}
.blog .box .item-box .fa.fa {
    margin-right: 5px;
}
.blog .box .item-box .comment {
    display: inline-block;
    height: 30px;
    padding:0 52px 0 9px;
    line-height: 30px;
    background-color: #ef5050;
    clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%);
}
.blog .box .title a {
    color: #000;
	transition: all .4s;
}
.blog .box .title a:hover {
    color: #ef5050;
}
.blog .box .title p {
    font-size: 15px;
    color: #666;
}
.blog .box .share-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    background: #f6f6f6;
    padding: 0 16px 0 23px;
    text-align: center;
    clip-path: polygon(25% 0%, 100% 0, 100% 100%, 0% 100%);
    bottom: 0;
    line-height: 30px;
	transition: all .4s;
}
.blog .box .share-icon a {
    color: #282929;
	transition: all .4s;
}
.blog .box .share-icon:hover a {
    color: #fff;
}
.blog .box .share-icon:hover {
    background: #ef5050;
	color:#fff
}
.contact {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
	z-index:1;
}
.contact::before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	z-index:-1;
}
.contact .form-group {
    margin-bottom: 20px;
}
.contact .form-group .form-control {
    padding: 6px 20px;
    height: 50px;
    border-radius: 0;
    border: 1px solid #fff;
    background: none;
}
.massage-box .form-control {
    padding: 6px 20px;
    border-radius: 0;
    border: 1px solid #fff;
    background: none;
}
.contact .section-heading h2 {
    color: #fff;
}
.contact .form-control:focus {
    border-color: #ef5050;
    box-shadow: none;
}
.contact .form-control:focus::placeholder{
    color:#ef5050;
}

.contact .btn {
    background:none;
    color: #fff;
    padding: 6px 25px;
    text-transform: uppercase;
    font-size: 15px;
    transition: all 0.4s ease-in-out;
    border: 1px solid #C9C9C9;
    letter-spacing: 1.33px;
	border-radius:0;
	margin-top: 35px;
}
.contact .btn:hover {
	background:#ef5050;
	border: 1px solid #ef5050;
}
.footer .box h3 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
	position:relative;
	margin-bottom: 25px;
}
.footer .box h3::before {
    position: absolute;
    width: 40px;
    height: 3px;
    background: #ef5050;
    content: "";
	top:35px;
}
.footer .box  p {
    text-transform: capitalize;
    margin-bottom: 20px;
	font-size: 16px;
}
.footer .box .footer-contacts {
    margin-right: 8px;
	text-transform: uppercase;
	font-size: 15px;
}
.footer .box  a {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.50px;
	transition: all .4s;
}
.footer .box  a:hover {
    color: #ef5050;
}
.footer .box  .social-icon li {
    display: inline-block;
    margin-right: 5px;
}
.footer .box .social-icon li a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 48px;
    text-align: center;
    font-size: 20px !important;
    color: #fff !important;
    background: #606060;
    transition: all 0.4s;
}
.footer .box .social-icon li .facebook:hover {
    background: #3B5998 !important;
}
.footer .box .social-icon li .twitter:hover {
    background: #00aced !important;
}
.footer .box .social-icon li .youtube:hover {
    background: #c4302b  !important;
}
.footer .box .social-icon li .google:hover {
    background: #DD4B39 !important;
}

.footer-copyright p {
    font-size: 20px;
    color: #555;
    letter-spacing: 0.5px;
    margin: 0;
}

.footer-copyright a {
    color: #555;
}
.footer-copyright a:hover {
    color: #ef5050;
}
.footer-copyright {
    padding: 20px 0;
    border-top: 1px solid #D4D4D4;
}

#back2Top {
    height: 45px;
    width: 45px;
    background: #ef5050;
    color: #fff;
    text-align: center;
    line-height: 42px;
    float: right;
    bottom: 80px;
    right: 20px;
    position: fixed;
    z-index: 99;
    font-size: 25px;
    transition: all 0.4s;
}
#back2Top:hover {
	opacity: 0.6;
}



/*----Responsive-part----*/


@media screen and (min-width: 1600px) {.homeSlider .item {height: 800px;}}


@media screen and (max-width: 1199px) {

.about .img-box .price {padding: 4px 15px 4px 30px;font-size: 17px;font-weight: 700;}
.service .box .price-list ul li {font-size: 15px;}
.service .box .text {padding: 12px 5px;}
.blog .box .item-box a {font-size: 13px;}
.blog .box .item-box .admin {padding: 0 28px 0 5px;}
.blog .box .item-box .comment {padding: 0 44px 0 5px;}
.contact .form-group .form-control {padding: 6px 15px;height: 40px;}
.massage-box .form-control {padding: 6px 15px;	}
.footer .box a {font-size: 15px;}	
.blog .box .title a {font-size: 16px;}

}


@media screen and (max-width: 991px) {

.navbar {padding: 0;}
#header.fixed{padding:8px 0;}	
.navbar-brand img {width: 150px;}
#header .navbar-nav .nav-item .nav-link {font-size: 13px;padding: 6px 6px;}
#header .navbar-nav {padding-right: 15px;}
#header .appoinment a {padding: 4px 8px;font-size: 12px;}
.homeSlider .item {height: 550px;}
.homeSlider .item .text-box h2 {font-size: 40px;}
.homeSlider .item .text-box p {font-size: 20px;line-height: 25px;}
.homeSlider .item .text-box .homeSlider_price {padding: 5px 30px 5px 15px;font-size: 20px;}
.about .box {background: #f6f6f6;padding: 10px 10px;}
.about .box h3 {font-size: 18px;}
.about .box p {font-size: 15px;}
.about .img-box .price {font-size: 14px;}
.section-heading h2 {font-size: 30px;}
.service .box .table-header {padding: 10px 0;font-size: 18px;}
.service .box1, .service .box3 {margin-top: 30px;}
.service .box .price h1 {font-size: 35px;}
.service .box .price h6{font-size:15px;}
.service .box .price{padding:8px 0;}
.service .box .text p {font-size: 12px;}
.service .box .price-list {padding: 5px 0 10px 0;}
.service .box .price-list ul {padding: 0 10px;}
.service .box .price-list ul li {font-size: 12px;}
.service .box .price-list ul li .fa.fa {padding-right: 10px;font-size: 10px;}
.team .box .text-box .team-name {font-size: 17px;}
.team .box .text-box p {font-size: 14px; margin-bottom: 10px;}
.team .box .text-box .social-icon li a {font-size: 12px;width: 26px;height: 26px;line-height: 24px;}
.team .box:hover .text-box {transform: translate(-50%, -80%);}
.team .box .description {font-size: 12px;padding: 0 5px;}
.blog .box { margin:15px 0; padding: 15px 12px 15px 25px;}
.blog .box .item-box h2 {font-size: 20px;}
.blog .box .title p {font-size: 13px;margin-bottom: 0;}
.blog .box .title a {font-size: 15px;}
.blog .box .item-box .admin {padding: 0 10px 0 5px;}
.blog .box .item-box .comment {padding: 0 24px 0 7px;}
.contact .form-group {margin-bottom: 20px;}
.contact .form-group .form-control {height: 35px;}
.form-control::placeholder {font-size: 14px;}
.contact .btn {padding: 5px 20px;font-size: 14px;margin-top: 30px;}
.footer .box h3 {  font-size: 20px; margin-bottom: 15px;}
.footer .box h3::before {width: 31px;height: 2px;top: 30px;}
.footer .box p {margin-bottom: 8px;font-size: 12px;}
.footer .box .footer-contacts {margin-right: 6px;font-size: 11px;}
.footer .box a {font-size: 10px;}
.footer .box h5 {font-size: 14px;margin-bottom:2px;}
.footer .box .social-icon li a {width: 30px;height: 30px;line-height: 32px;font-size: 15px !important;}
.footer .box .social-icon {margin: 10px 0 !important;}
#back2Top {height: 35px;width: 35px;line-height: 36px;font-size: 20px;bottom: 50px;}
.footer-copyright p {font-size: 14px;}
.footer-copyright {padding: 10px 0;}
.side-bar-out .iconbtn .icon {right: -43px;top: 150px;}
.side-bar-in {width: 250px;}
.side-bar h3 {margin-bottom: 10px;font-size: 22px;}
.side-bar .theme-color a {height: 40px;width: 40px;}



}


@media screen and (max-width: 767px) {

.navbar-toggler-icon {display: block;height: 2px;margin-bottom: 6px;background: #fff;border-radius: 20px;}
.navbar-toggler:focus {outline: none;}

.homeSlider .item .text-box .homeSlider_title {
    font-size: 15px;
}
.homeSlider .item .text-box h2 {
    font-size: 30px;
}
.homeSlider .item .text-box .homeSlider_title::after {
    width: 30px;
    height: 2px;

}
.homeSlider .item .text-box p {
    font-size: 18px;
    line-height: 20px;
}

.homeSlider .item .text-box .homeSlider_price {
    font-size: 16px;
}
.homeSlider .slick-prev, .homeSlider .slick-next {
    width: 45px;
    height: 45px;
}
.homeSlider .item {height:500px;}


.service .box1, .service .box3 {
    margin-top: 0;
}


.service .box {

    margin: 0 100px 20px;

}

.service .box.box3 {
    margin-bottom: 0;
}




.team .box:hover .img-box::after {
    right: 75px;
    left: 75px;

}
.team .box:hover .text-box {
    transform: translate(-50%, -20%);
}
.team .box .text-box .social-icon li a {
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 34px;
}
.team .box .text-box .team-name {
    font-size: 20px;
}
.team .box .text-box p {
    font-size: 16px;
    margin-bottom: 18px;
}
.team .box .description {
    font-size: 15px;
    padding: 0 80px;
    margin-bottom: 18px;
}
.footer .offset-1 {
    margin-left: 0;
    margin-top: 14px;
}
.blog .box .img-fluid {
    display: block;
    margin: auto;
	margin-bottom:20px;
}

.blog .box .item-box .admin {
    padding: 0px 30px 0 7px;
    margin-right: 10px;
}
.blog .box .item-box .comment {
    padding: 0 45px 0 8px;

}
.blog .box .item-box h2 {
    font-size: 25px;

}
.blog .box .title h5 {
    text-align: center;
	margin-top: 8px;
}
.blog .box .title a {
    font-size: 20px;
}
.blog .box .title p {
    font-size: 15px;
    text-align: center;

}
#header {
    padding: 5px 10px;
}
#header {
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    padding: 5px 0 8px;
    border-bottom: 1px solid #ef5050;
}
#navbarSupportedContent {
    padding-bottom: 10px;
}
#header .appoinment a {
    padding: 4px 5px;
    font-size: 12px;
}

#header.fixed {
    padding: 5px 0 8px;
}
.navbar-toggler.active.collapsed {
    padding-bottom: 0;
}

}


@media screen and (max-width: 575px) {
.navbar .navbar-brand{

    padding: .25rem .75rem !important;

}
#navbarSupportedContent {
    padding-left: 10px;
}

.homeSlider .item .text-box .homeSlider_title {
    font-size: 12px !important;
}
.about .img-box img {

    transition: all 0.4s ease-in-out;
    width: 100%;

}
.about .img-box .price {

    font-size: 15px;

}
.team .box:hover .img-box::after {
    right: 0;
    left: 0;
}

.team .box .img-box img{width:100%;}
.service .box {
    margin: 0 0 20px;
}
.team .box:hover .text-box {
    transform: translate(-50%, -100%);
}
.team .box .description {
    font-size: 12px;
	padding: 0;
}
.m-top {
    margin-top: 60px;
}
.side-bar-out .iconbtn .icon {
    top: 85px;
}







@media screen and (max-width: 480px) {

.homeSlider .item .text-box{text-align:center;}
.homeSlider .item .text-box h2 {

    font-size: 18px;

}

.homeSlider .item .text-box {
    text-align: center;
    display: block;
    width: 100% !important;
    margin: auto;
}
.homeSlider .item .box1, .homeSlider .item .box3, .homeSlider .item .box2 {
    transform: translate(0, -50%);
}

.homeSlider .item .text-box p {
    font-size: 14px;
	}
.homeSlider .item .text-box .homeSlider_title::after {
    width: 25px;
    height: 1px;
}


.homeSlider .item .text-box .homeSlider_price {
    font-size: 13px;
}



}











