/***Start Extra CSS***/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');


* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Open Sans", sans-serif;
	scroll-behavior: smooth;
}

::-webkit-scrollbar {width:4px;}
::-webkit-scrollbar-track {background: #f5f5f5;}
::-webkit-scrollbar-thumb:hover {background:  #4bbb41;}
::-webkit-scrollbar-thumb {background: #007ac6;}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.scrollTop {
  position: fixed;
    bottom: 62px;
    right: 0;
    background: rgb(14, 183, 230);
    background: linear-gradient(153deg, #54a74c 21%, #4bbb41 99%);
    padding: 10px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 4px;
    cursor: pointer;
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
}

html {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Open Sans", sans-serif;
	scroll-behavior: smooth;
}

body {
	background: #fff;
	padding: 0;
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #616161;
	text-align: left;
	font-family: "Open Sans", sans-serif;
	scroll-behavior: smooth;
}

::selection {
	background-color:#007ac6;
	color: #fff;
}

.container {
	max-width: 1200px;
}

div,
a,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.spacer {
	clear: both;
}

a:hover {
	text-decoration: none;
}

a {
	text-decoration: none;
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
table,
td,
tr,
th,
{
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: "Oswald", sans-serif;
}

p {
	margin-bottom: 15px;
	color: #211a1a;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
}
.btn-all a{
	webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    line-height: 56px;
    padding: 0 34px;
    background-color: #007ac6;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 0 40px;
    line-height: 53px;
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    text-align: center;
    border: none;
}
.btn-all a:hover{
    background: rgb(0,106,204);
    background: linear-gradient(153deg, rgba(0,106,204,1) 21%, rgba(14,183,230,1) 99%);
}
.banner-get-quote a:hover{
    background: rgb(0,106,204);
    background: linear-gradient(153deg, rgba(0,106,204,1) 21%, rgba(14,183,230,1) 99%);
    color:#fff;
}
.banner-get-quote a:hover .rt-arrow-banner{
    color:#fff;
} 
.inner-banner-section {
    background-color: #ebebeb;
    padding: 30px 0;
    text-align: left;
}
.inner-banner-header h2 {
    color: #000;
    font-size: 36px;
    margin-bottom: 0;
    line-height: 1.2;
    margin: 0 0 15px;
    font-weight: 700;
}
.inner-ct-breadcrumb li {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.inner-ct-breadcrumb li a {
    color: #4bbb41;
    font-size: 16px;
    font-weight: 500;
}
.inner-ct-breadcrumb li a:after {
    content: '-';
    margin: 0 6px;
    color: #4bbb41;
}
.common-margin-inner-pages {
    padding: 80px 0;
}

/***End Extra CSS***/

/***Start Header Section***/
/*.header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}*/
.social-links ul li a i{
	color:#fff;
    font-size: 20px;
    margin: 0 5px;
}
.logo-header img {
	max-height: 80px;
}

.header-topbar {
	padding: 13px 0;
	font-size: 14px;
	color: #dbdbdb;
    background: #007ac6;
}

.header-topbar .ct-header-top-info {
	list-style: none;
	margin-bottom: 0;
	display: flex;
}

.header-topbar .ct-header-top-info a {
	color: #fff;
}

header .ct-header-welcome span,
.header-topbar .ct-header-top-info a i {
	color: #4bbb41;
}

.navbar-light .navbar-toggler {
    color: #000;
    border: none;}

.navbar-toggler:focus{box-shadow: none;}

.header .navbar {padding: 4px 0;}

.header .navbar-nav {
	margin-top: 5px;
}

.header .navbar-nav>li>a {
	font-size: 16px;
	color: #000 !important;
	font-weight: 600;
	position: relative;
	padding: 0 !important;
	margin: 0 14px;
	line-height: 75px;
}

.header .navbar-nav>.nav-item {
	position: relative;
}

.navbar-nav .nav-item>a:after {
	content: '';
	display: block;
	width: 0;
	height: 5px;
	background: #007ac6;
	transition: width .3s;
}

.navbar-nav .nav-item>a:hover:after {
	width: 100%;
}

.header .header-btn .btn-all a {
	line-height: 48px;
	padding: 0 16px;
	box-shadow: 0 5px 6px rgba(0, 0, 0, 0.17) !important;
}

.navbar-nav .nav-item .sub-menu {
	position: absolute;
	background: #fff;
	padding: 26px 0;
	top: 100%;
	left: 0;
	display: none;
	margin-top: 0;
	margin-bottom: 0;
	min-width: 270px;
	z-index: 99;
	border-radius: 0 0 3px 3px;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
}

header .dropdown{margin:-14px 0;}

.dropdown-menu{
    background: #fff;
	padding: 15px 0;
	top: 100%;
	left: 0;
	margin-top: 0;
	margin-bottom: 0;
	z-index: 99;
	border-radius: 0 0 3px 3px;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
	min-width:100%;
	margin-bottom: 20px;
    margin-top: -10px !important;
}

header .dropdown .dropdown-item{white-space: break-spaces;}
header .dropdown-toggle::after{display:none;}

.navbar-nav .dropdown-menu a,
.navbar-nav .nav-item .sub-menu a {
	color: #222;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	padding: 7px 0;
	position: relative;
	transition: all .3s linear 0ms;
}

.navbar-nav .dropdown-menu a:hover,
.navbar-nav .nav-item .sub-menu a:hover {
	color: #4bbb41;
	padding-left: 18px;
}

.navbar-nav .dropdown-menu a:before,
.navbar-nav .nav-item .sub-menu a:before {
	content: '';
	width: 10px;
	height: 2px;
	background-color: #4bbb41;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	opacity: 0;
	transition: all .3s linear 0ms;
}

.navbar-nav .dropdown-menu a:hover:before,
.navbar-nav .nav-item .sub-menu a:hover:before {
	opacity: 1;
	left: 0;
}

.navbar-nav .dropdown-menu li,
.navbar-nav .nav-item .sub-menu li {
	list-style: none;
	padding: 7px 22px;
}

.navbar-nav .dropdown-menu a{
padding: 0;
background: unset;
}

/*.navbar-nav .nav-item:hover .sub-menu {display: block;top: 100%;}*/

.header-btn a {
	font-size: 15px;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
	background-color: #fff !important;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
}
.btn-all.header-btn-1.me-3 {
    position: relative;
}
.header-btn-1 a{
    position: relative;
    z-index: 1;
}
.header-btn-1 a{
    background-color: #4bbb41;
}
.btn-fa-icon-files-set{
    font-size: 56px;
    color: rgba(255, 255, 255, 0.21);
    z-index: -1;
    position: absolute;
    bottom: 0;
    margin-right: 6px;
    right: 0;
    margin: 0;
    -webkit-transform: rotate(21deg);
    -khtml-transform: rotate(21deg);
    -moz-transform: rotate(21deg);
    -ms-transform: rotate(21deg);
    -o-transform: rotate(21deg);
    transform: rotate(21deg);
}
a.nav-link.pe-auto {cursor: auto;}

.navbar .show .header-btn{display:block;}



/***End Header Section***/

/****Start Banner Section****/

.home-banner .carousel-item{
    height: 700px;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.banner-inner-content{
	margin-top: 130px;
}*/    
    
.home-banner .carousel-item.slide-1{background: url(images/procare-banner-image.webp);background-size: cover;
    background-position: center right;}

.home-banner .carousel-item.slide-2{background: url(images/istockphoto-1428416773-2048x2048.jpg);background-size: cover;
    background-position: top;}
    
 .home-banner .banner-inner-content .btn-all a{line-height: 48px;
    padding: 0 32px;box-shadow: 0 5px 6px rgba(0, 0, 0, 0.17);font-size:14px;border-radius: 0;}
   
.image-overlay{
	width: 100%;
	height: 700px;
	background-color: #00000017;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 999;
}
.home-banner .carousel-control-next i, .home-banner .carousel-control-prev i{
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 50%;
    line-height: 40px;
}
    
    

.home-banner .carousel-control-next i:hover, .home-banner .carousel-control-prev i:hover{ background:#000000;}

.home-banner .carousel-fade .carousel-inner h1{
    position: relative;
    display: inline-block;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    color: #007ac6;
    text-shadow: rgb(0 0 0) 2px 2px 2px;
    line-height: 70px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 36px;
	font-family: "Open Sans", sans-serif;
}

.home-banner .carousel-fade .carousel-inner h6{
    text-transform: capitalize;
    color: rgb(0, 0, 0);
    white-space: normal;
    text-align: left;
    line-height: 77px;
    letter-spacing: 1px;
    font-size: 55px;
    text-shadow: rgb(0 0 0) 2px 2px 2px;
    margin: 20px 0;
}

.carousel-control-prev {left: -40px;}

.banner-inner-content span{
    color: #4bbb41;
}

/****End Banner Section*****/

/*****Start About Us******/
.margin-two-section{
	margin: 80px 0;
}
.about-us-section{
    position: relative;
}
.pattern{
    position: absolute;
    left: -60px;
    top: -57px;
    z-index: -999;
}
.pattern-bottom{
    position: absolute;
    left: -105px;
    top: 700px;
    z-index: -999;
}
.inner-content-img img{
    height: 659px;
    object-fit: cover;
    object-position: 30% 30%;
}
.inner-content{
    position: relative;
    padding: 25px 35px;
}
.bg-img-set-about{
    background-image: url(images/about-bg.webp);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-img-set-about::before{
    background-color: rgba(248, 248, 248, 0.9);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.item--title{
	position: relative;
	font-weight: 400;
	text-transform: uppercase;
    color: #4bbb41;
	font-size: 1.75em;
	padding-bottom: 18px;
    margin-bottom: 15px;
	line-height: 1.2;
}
.separator{
	left: 50%;
    margin-left: -15px;
	width: 30px;
    height: 1px;
    background: #000;
    position: absolute;
	text-align: center;
    bottom: 0;
}
.subtitle{
	font-size: 1.235em;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.4px;
}
/*****End About Us*******/


/****Start Service Section*****/
.service-section{
    background-image: url(images/service-graphics.webp);
    background-position: 99% 109%;
    background-repeat: no-repeat;
    background-size: 15%;
}
.daily_classes .class_entry:first-child {
    border-left-color: transparent;
}
.daily_classes .class_entry{
	transform: scale(1);
	transition: all 0.5s ease 0s;
	padding: 20px;
    border: 1px solid rgb(238, 238, 238);
    text-align: center;
}
.daily_classes .class_entry:hover {
    background-color: rgb(250, 250, 250);
    cursor: pointer;
}
.class_entry .icon img {
    width: 70px;
	height: 70px;
    margin: 0px auto;
}
.class_entry .time {
    background:#007ac6;
	color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 0.85em;
    margin: 10px 0px;
    padding: 1px 10px 2px;
    display: inline-block;
    border-radius: 12px;
}
.daily_classes .class_entry:hover .time{
    background-color: #4bbb41;
}
.time a {
    color: #fff;
}
.class_entry .name a{
	text-transform: uppercase;
    font-size:14px;
    margin-top: 5px;
	font-weight:600;
	color: rgb(64, 64, 64);
}
.border-right-0{
	border-right: 0 !important;
}
/*******Start Service Section******/


/*******Start Why-choose Section******/
.img-why-choose{
    height: 530px;
    object-fit: cover;
}
.links-list{
    list-style: square;
    padding-left: 15px;
}
.links-list li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 17px;
}

.why-choose-content{
    background-image: url(images/output-onlinetools.webp);
    background-position: 99% 117%;
    background-repeat: no-repeat;
    background-size: 36%;
    padding: 30px 40px;
}
.img-why-choose{
    margin-left: -15px;
}
.left-separator{
    text-align: left;
    left: 0;
    margin-left: 0;
}
/*****End Why-choose Section******/

/******Start Location Section****/
.location-section{
    background-image: url(images/testiminials-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}
.location_cart {
    border: 1px solid rgb(230, 230, 230);
    border-radius: 7px;
    background-clip: padding-box;
    padding: 25px 20px;
    background-color: #fff;
}
.location_cart .icon{
	font-size: 28px;
    line-height: 1;
    margin-bottom: 10px;
}
.location_cart .icon i{
	color: #007ac6;
}
.location_cart .info .title{
	font-size: 14px;
	margin-bottom: 12px;
	font-weight: 500;
	text-transform: uppercase;
}
.location_cart .info .title a{
	color: rgb(64, 64, 64);
}
.location_cart .normal a{
	background-color: #4bbb41;
	display: inline-block;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size:12px;
    line-height: 1.2;
    cursor: pointer;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 9px 16px;
    border-radius: 3px;
    transition: background 0.2s ease 0s;
    white-space: nowrap !important;
}
/*****Start Location Section*******/

/*****Start Testimonial Section*****/
.testimonial-section{
    background-color: #007ac6;
    padding: 70px 0;
}
.testimonial-section .item--title{
    color: #FFF;
}
.testimonial-item--inner {
	height: 100%;
	min-height: 320px;
	padding: 40px 32px;
	background-color: #fff;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;
	position: relative;
	-webkit-box-shadow: -1px 3px 5px #a7a7a7;
	-khtml-box-shadow: -1px 3px 5px #a7a7a7;
	-moz-box-shadow: -1px 3px 5px #a7a7a7;
	-ms-box-shadow: -1px 3px 5px #a7a7a7;
	-o-box-shadow: -1px 3px 5px #a7a7a7;
	box-shadow: -1px 3px 5px #a7a7a7;
	-webkit-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1)
}

.testimonial-item--inner:before {
	content: '';
	height: 6px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #4bbb41;
	background-image: -webkit-gradient(linear, left top, right top, from(#006acc), to #007ac6);
	background-image: -webkit-linear-gradient(to right, #006acc, var #007ac6);
	background-image: -moz-linear-gradient(to right, #006acc, var #007ac6);
	background-image: -ms-linear-gradient(to right, #006acc, var #007ac6);
	background-image: -o-linear-gradient(to right, #006acc, var #007ac6);
	background-image: linear-gradient(to right, #006acc, var #007ac6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#006acc', endColorStr='var(#007ac6)', gradientType='1');
	-webkit-border-radius: 9px 9px 0 0;
	-khtml-border-radius: 9px 9px 0 0;
	-moz-border-radius: 9px 9px 0 0;
	-ms-border-radius: 9px 9px 0 0;
	-o-border-radius: 9px 9px 0 0;
	border-radius: 9px 9px 0 0;
	opacity: 0;
	-webkit-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.padd-slider{
	padding: 0 15px;
	margin-top: 37px;
	margin-bottom: 37px;
}

.testimonial-item--inner:hover:before {
	opacity: 1;
}

.testimonial-item--inner:hover {
	-webkit-transform: translateY(-28px);
	-khtml-transform: translateY(-28px);
	-moz-transform: translateY(-28px);
	-ms-transform: translateY(-28px);
	-o-transform: translateY(-28px);
	transform: translateY(-28px);
	-webkit-box-shadow: -1px 3px 5px #a7a7a7;
	-khtml-box-shadow: -1px 3px 5px #a7a7a7;
	-moz-box-shadow: -1px 3px 5px #a7a7a7;
	-ms-box-shadow: -1px 3px 5px #a7a7a7;
	-o-box-shadow: -1px 3px 5px #a7a7a7;
	box-shadow: -1px 3px 5px #a7a7a7;
}

.testimonial-item--description {
	height: 200px;
	font-size: 16px;
	line-height: 26px;
	color: #000e29;
	margin-bottom: 17px;
	overflow-y: scroll;
}

.testimonial-item--title {
	font-size: 22px;
	margin-bottom: 1px;
	font-weight: 700;
	color: #4bbb41;
}
.testimonial-item--description i{
    color: #4bbb41;
}
.slick-dots li button:before {
	opacity: .75;
	color: #FFF;
	font-size: 12px;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color:#FFF;
	font-size: 15px;
}

.slick-dots {
	bottom: -35px;
}
/*****End Testimonial Section*****/


/*****Start Footer Section********/

.page_footer .widgets {
    padding: 40px 0;
    background-color: #282828;
    color: #C3C3C3;
}
.page_footer .widget{
	margin-bottom: 20px;
	color: #fff;
	font-weight: 400;
}
.wp-block-separator {
    border: none;
    border-top: 2px solid;
}
.page_footer a {
    color: #fff;
	font-weight: 400;
	font-size: 15px;
    line-height: 31px;
}
.widget .widget-title {
    margin-bottom: 10px;
	color: #4bbb41;
    letter-spacing: 0.4px;
    font-weight: normal;
	font-size: 17px;
	text-transform: uppercase;
}
.footer-social-media-bg ul li a i{
    background: #007ac6;
    width: 20px;
    height: 20px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.footer-social-media-bg ul li a i:hover{
    background-color: #4bbb41;
}
.page_footer a:hover{
    color: #4bbb41;
}
#nav_menu-17{
    margin-left: 60px;
}
#text-9{
    margin-left: 60px;
}
#block-15 p{
	color: #fff;
	font-size: 15px;
	line-height: 24px;
}
.widget_categories li:before{
	position: absolute;
    left: 0;
    top: 2px;
    font-size: 11px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f0da';
}


.page_footer .menu li{font-size:15px;line-height:31px;}


.footer-social-media{
    margin-top: 20px;
}
.page_footer .address{
	color: #fff;
	font-size: 15px;
}
.footer-bottom{
	background-color: #ebebeb;
	padding: 10px 0;
}
.footer-bottom .copyrights{
	font-size: 15px;
    color: #000;
    font-weight: 400;
}
.footer-bottom .footer-bottom-content{
	font-size: 15px;
    color: #000;
    font-weight: 400;
}
.footer-bottom a{
	color: #4bbb41 !important;
	font-size: 15px;
	font-weight: 700;
	text-decoration: underline;
}

/*****End Footer Section********/


/******INNER PAGES******

/*****Start Contact Page****/

.con-icon-box .icon-main {
    background: #36504529;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50% 50% 50% 50%;
	margin-right: 40px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.con-icon-box .icon-box{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.con-icon-box .icon-box:hover .icon-main {
    box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.15);
}
.con-icon-box .icon-main i {
    color: #4bbb41;
    font-size: 22px;
    line-height: 60px;
}
.con-icon-box .icon-box .title-box {
    padding-top: 6px;
    margin-bottom: 1px;
    font-size: 16px;
    font-weight: 600;
	line-height: 26px;
}
.cob-box-shadow{
	padding: 60px 60px 60px 60px;
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12) 
}
.con-icon-box .title-box a{
	color: #5f5f5f;
}
.con-icon-box .content-box address{
	color: #5f5f5f;
}
.contact-page .separator{
	left: 0 !important;
	margin-left: unset !important;
	text-align: left !important;
}
.form-control {
    box-shadow: none !important;
    border: 1px solid #dedede !important;
    padding: 5px 20px !important;
    height: 50px;
    background: none !important;
    color: #959595 !important;
    font-size: 14px !important;
    border-radius: 0 !important;
	line-height: normal;
    font-weight: 400 !important;
	width: 100%;
    outline: none;
}
.form-select{
	box-shadow: none !important;
    border: 1px solid #dedede !important;
    padding: 5px 20px !important;
    height: 50px;
    background: none !important;
    color: #959595 !important;
    font-size: 14px !important;
    border-radius: 0 !important;
	line-height: normal;
    font-weight: 400 !important;
	width: 100%;
    outline: none;
}
.form-date{
	box-shadow: none !important;
    border: 1px solid #dedede !important;
    padding: 5px 20px !important;
    height: 50px;
    background: none !important;
    color: #959595 !important;
    font-size: 14px !important;
    border-radius: 0 !important;
	line-height: normal;
    font-weight: 400 !important;
	width: 100%;
    outline: none;
}
.form-group {
    margin-bottom: 1rem;
	text-align: left;
}
.form-select:focus{
	border-color: unset !important;
	box-shadow:unset !important
}
.btn-default-submit{
	webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    line-height: 56px;
    padding: 0 34px;
    background-color: #007ac6;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 0 40px;
    line-height: 53px;
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    text-align: center;
    border: none;
}
.book-an-appointment-form textarea,
.contact-page form textarea {
	border-color: #dadce1;
	border-radius: 6px;
	color: #444 !important;
	font-size: 14px !important;
	background-color: #fff;
	border: 1px solid #ececec;
	padding: 6px 22px;
	line-height: normal;
	font-weight: 400 !important;
	height: 140px;
	width: 100%;
}

/*****End Contact Page****/

/*****start book-an-appointment Page****/
.book-shadow{
	padding: 40px;
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}
#success_message{
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: #007ac6;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(135deg, #006acc, #007ac6);
}
.btn-default-submit:hover{
    background: rgb(0, 106, 204);
    color: #fff;
    background: linear-gradient(153deg, rgba(0, 106, 204, 1) 21%, rgba(14, 183, 230, 1) 99%);
}
/*****end book-an-appointment Page****/

/****END INNER PAGES****/

/**********************Start responsive css****************/


@media(max-width:992px){
	.navbar-light .navbar-nav .nav-link {line-height: 40px;}
   .common-margin-inner-pages{padding:60px 0;}
   .navbar-nav .nav-item .sub-menu{min-width:100%;}
   .btn-all.header-btn-1.me-3{margin-bottom:20px;}
   header .header-btn{display:none;}
   .navbar-nav .nav-item .sub-menu{position: relative;}
   .img-why-choose{margin-left: 0; object-fit: contain;height: auto;}
   .service-section{background-position: 99% 82%;}
   #text-9{margin-left: 0;}
   #nav_menu-17{margin-left: 0;}
   .res-border-right{border-right: 1px solid rgb(238, 238, 238) !important;}
   #navbarNav{position: absolute;top: 88px;background: rgb(255, 255, 255);z-index: 9999;width: 100%;left: 0px;padding: 30px 0px;}
   .home-banner .carousel-fade .carousel-inner h6{color: #fff;}
   .banner-inner-content span{color: #fff;}
}


@media(max-width:767px) {
	nav .header-btn {margin-bottom: 20px;}
	.header-topbar {display: none;}
   .common-inner-heading{font-size: 30px;line-height: 40px;}
   .footer-bottom .theme_canvas{flex-direction: column; justify-content: center;}
   .inner-content-img img{height: 353px;}
   .home-banner .carousel-item{height: 440px;}
   .home-banner .carousel-fade .carousel-inner h6{font-size: 35px;line-height: 48px;color: #fff;}
   .banner-inner-content span{color: #fff;}
   .home-banner .carousel-item.slide-2{background-position: center right;}
}



@media(min-width:992px){.navbar-nav .nav-item:hover .sub-menu {display: block;top: 100%;}}

/***end Start responsive css***/








