/* Global property start */



@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/FontAwesome.eot');
	src: url('fonts/FontAwesome.eot?#iefix') format('embedded-opentype'), url('fonts/FontAwesome.woff2') format('woff2'), url('fonts/FontAwesome.woff') format('woff'), url('fonts/FontAwesome.ttf') format('truetype'), url('fonts/FontAwesome.svg#FontAwesome') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-size: 16px;
	color: #000;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
}
.row:after, .row:before {
	clear: both;
	content: "";
	display: table;
}
header, nav, article, aside, section, footer, figure, form {
	display: block;
}
hr {
	background-color: #626262;
	height: 1px;
	border: 1px;
}
h1, h2, h3, h4, h5, h6 {
	display: block;
	font-family: 'Vollkorn', serif;
	color: #333;
	font-weight: normal;
	line-height: 1.1;
	margin-bottom: 10px;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
.font_700 {
	font-weight: 700;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #2a2a2a;
	line-height: 26px;
	padding-bottom: 15px;
}
a, img {
	outline: none;
	border: none;
	text-decoration: none;
}
a i {
	font-style: normal;
	margin-right: 10px;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
}
ul, ol {
	display: block;
}
ul li, ol li {
	display: inline-block;
}
.white_text h1, .white_text h2, .white_text h3, .white_text h4, .white_text h5, .white_text h6, .white_text p {
	color: #fff;
}
.border_top {
	border-top:1px solid #e2e2e2;
}
.py_6 {
	padding: 60px 0;
}
.bg_white {
	background-color: #fff;
}
.col_4 {
	width: 40%;
}
.col_45 {
	width: 45%;
}
.col_5 {
	width: 50%;
}
.col_55 {
	width: 55%;
}
.col_6 {
	width: 60%;
}
.col_7 {
	width: 70%;
}
.col_8 {
	width: 80%;
}

.pull_left {
	float: left;
}
.pull_right {
	float: right;
}
.alignleft {
	float: left;
	margin-right: 16px;
}
.alignright {
	float: right;
	margin-left: 16px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}
.text_uppercase {
	text-transform: uppercase;
}
.d_flex {
	display: flex;
}
.items_center {
	align-items: center;
}
.items_start {
	align-items: flex-start;
}
.space_between {
	justify-content: space-between;
}
.space_around {
	justify-content: space-around;
}
.fa {
	content: "";
	font-family: 'FontAwesome';
	color: #000;
	font-size: 18px;
	cursor: pointer;
}
.btn {
	background-color: #327ae5;
	color: #fff;
	padding: 10px 30px;
	display: inline-block;
	border-radius: 30px;
	transition: all 0.5s ease 0s;
}
.btn:hover {
	background-color: #238198;
	transition: all 0.5s ease 0s;
}
main {
	position: relative;
}
.container {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
}
/* Global property end */



/* header property start */



#siteheader {
	position: relative;
}
.main_header {
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	border-top: 6px solid #238198;
	box-shadow: 0 3px 6px rgb(6 67 114 / 20%);
}
.main_header .logo {
	display: inline-block;
	max-width: 185px;
	height: auto;
}
.main_header .header_phone {
	display: flex;
	align-items: center;
}
.main_header .header_phone .phone_text {
	display: inline-block;
	vertical-align: top;
}
.main_header .header_phone a {
	color: #666666;
	font-weight: bold;
	font-size: 24px;
	cursor: pointer;
}
.main_header .btn {
	margin-left: 20px;
	font-size: 14px;
	padding: 8px 20px;
}
.main_header .btn .fa {
	color: #fff;
	font-size: 12px;
}
/* phone icon css property start */



.phone_icon_main {
	display: inline-block;
	margin-right: 10px;
}
.phone_icon_main span {
	background: #238198;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	box-shadow: 0 0 0 0em rgba(52,152,219,0), 0em .05em .1em rgba(0,0,0,.2);
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
	-webkit-animation: phone-outer 3000ms infinite;
	animation: phone-outer 3000ms infinite;
	position: relative;
	margin-right: 10px
}
.phone_icon_main span::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.2);
	border-radius: 100%;
	opacity: 1;
	display: block;
	-webkit-transform: translate3d(0, 0, 0) scale(0);
	transform: translate3d(0, 0, 0) scale(0);
	-webkit-animation: phone-inner 3000ms infinite;
	animation: phone-inner 3000ms infinite
}
.phone_icon_main img {
	display: flex;
	align-items: center;
	background-color: transparent;
	justify-content: center;
	width: 70%;
	height: 70%;
	border-radius: 100%;
	font-size: 15px;
	padding: 8px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	animation: phone-outer, shake 3000ms cubic-bezier(.36, .07, .19, .97) both infinite;
}
 @-webkit-keyframes phone-outer {
 0% {
 -webkit-transform:translate3d(0, 0, 0) scale(1);
 transform:translate3d(0, 0, 0) scale(1);
 box-shadow:0 0 0 0em rgba(52,152,219,0), 0em .05em .1em rgba(0,0,0,.2)
}
 33.3333% {
 -webkit-transform:translate3d(0, 0, 0) scale(1.1);
 transform:translate3d(0, 0, 0) scale(1.1);
 box-shadow:0 0 0 0em rgba(52,152,219,.1), 0em .05em .1em rgba(0,0,0,.5)
}
 66.6666% {
 -webkit-transform:translate3d(0, 0, 0) scale(1);
 transform:translate3d(0, 0, 0) scale(1);
 box-shadow:0 0 0 .5em rgba(52,152,219,0), 0em .05em .1em rgba(0,0,0,.2)
}
 100% {
 -webkit-transform:translate3d(0, 0, 0) scale(1);
 transform:translate3d(0, 0, 0) scale(1);
 box-shadow:0 0 0 0em rgba(52,152,219,0), 0em .05em .1em rgba(0,0,0,.2)
}
}
 @keyframes phone-outer {
 0% {
 -webkit-transform:translate3d(0, 0, 0) scale(1);
 transform:translate3d(0, 0, 0) scale(1);
 box-shadow:0 0 0 0em rgba(52,152,219,0), 0em .05em .1em rgba(0,0,0,.2)
}
 33.3333% {
 -webkit-transform:translate3d(0, 0, 0) scale(1.1);
 transform:translate3d(0, 0, 0) scale(1.1);
 box-shadow:0 0 0 0em rgba(52,152,219,.1), 0em .05em .1em rgba(0,0,0,.5)
}
 66.6666% {
 -webkit-transform:translate3d(0, 0, 0) scale(1);
 transform:translate3d(0, 0, 0) scale(1);
 box-shadow:0 0 0 .5em rgba(52,152,219,0), 0em .05em .1em rgba(0,0,0,.2)
}
 100% {
 -webkit-transform:translate3d(0, 0, 0) scale(1);
 transform:translate3d(0, 0, 0) scale(1);
 box-shadow:0 0 0 0em rgba(52,152,219,0), 0em .05em .1em rgba(0,0,0,.2)
}
}
 @-webkit-keyframes phone-inner {
 0% {
 opacity:1;
 -webkit-transform:translate3d(0, 0, 0) scale(0);
 transform:translate3d(0, 0, 0) scale(0)
}
 33.3333% {
 opacity:1;
 -webkit-transform:translate3d(0, 0, 0) scale(.9);
 transform:translate3d(0, 0, 0) scale(.9)
}
 66.6666% {
 opacity:0;
 -webkit-transform:translate3d(0, 0, 0) scale(0);
 transform:translate3d(0, 0, 0) scale(0)
}
 100% {
 opacity:0;
 -webkit-transform:translate3d(0, 0, 0) scale(0);
 transform:translate3d(0, 0, 0) scale(0)
}
}
 @keyframes phone-inner {
 0% {
 opacity:1;
 -webkit-transform:translate3d(0, 0, 0) scale(0);
 transform:translate3d(0, 0, 0) scale(0)
}
 33.3333% {
 opacity:1;
 -webkit-transform:translate3d(0, 0, 0) scale(.9);
 transform:translate3d(0, 0, 0) scale(.9)
}
 66.6666% {
 opacity:0;
 -webkit-transform:translate3d(0, 0, 0) scale(0);
 transform:translate3d(0, 0, 0) scale(0)
}
 100% {
 opacity:0;
 -webkit-transform:translate3d(0, 0, 0) scale(0);
 transform:translate3d(0, 0, 0) scale(0)
}
}
 @-webkit-keyframes shake {
 0% {
}
 10% {
 -webkit-transform:rotate(5deg);
 -moz-transform:rotate(5deg);
 -o-transform:rotate(5deg)
}
 20% {
 -webkit-transform:rotate(-5deg);
 -moz-transform:rotate(-5deg);
 -o-transform:rotate(-5deg)
}
 30% {
 -webkit-transform:rotate(5deg);
 -moz-transform:rotate(5deg);
 -o-transform:rotate(5deg)
}
 40% {
 -webkit-transform:rotate(-5deg);
 -moz-transform:rotate(-5deg);
 -o-transform:rotate(-5deg)
}
 50% {
 -webkit-transform:rotate(5deg);
 -moz-transform:rotate(5deg);
 -o-transform:rotate(5deg)
}
 60% {
 -webkit-transform:rotate(-5deg);
 -moz-transform:rotate(-5deg);
 -o-transform:rotate(-5deg)
}
 70% {
 -webkit-transform:rotate(5deg);
 -moz-transform:rotate(5deg);
 -o-transform:rotate(5deg)
}
 80% {
 -webkit-transform:rotate(-5deg);
 -moz-transform:rotate(-5deg);
 -o-transform:rotate(-5deg)
}
 90% {
 -webkit-transform:rotate(5deg);
 -moz-transform:rotate(5deg);
 -o-transform:rotate(5deg)
}
 100% {
 -webkit-transform:rotate(-5deg);
 -moz-transform:rotate(-5deg);
 -o-transform:rotate(-5deg)
}
}
 @keyframes shake {
 0% {
}
 10% {
 -webkit-transform:rotate(5deg);
 -moz-transform:rotate(5deg);
 -o-transform:rotate(5deg)
}
 20% {
 -webkit-transform:rotate(-5deg);
 -moz-transform:rotate(-5deg);
 -o-transform:rotate(-5deg)
}
 30% {
 -webkit-transform:rotate(5deg);
 -moz-transform:rotate(5deg);
 -o-transform:rotate(5deg)
}
 40% {
 -webkit-transform:rotate(-5deg);
 -moz-transform:rotate(-5deg);
 -o-transform:rotate(-5deg)
}
 50% {
 -webkit-transform:rotate(5deg);
 -moz-transform:rotate(5deg);
 -o-transform:rotate(5deg)
}
 60% {
 -webkit-transform:rotate(-5deg);
 -moz-transform:rotate(-5deg);
 -o-transform:rotate(-5deg)
}
 70% {
 -webkit-transform:rotate(5deg);
 -moz-transform:rotate(5deg);
 -o-transform:rotate(5deg)
}
 80% {
 -webkit-transform:rotate(-5deg);
 -moz-transform:rotate(-5deg);
 -o-transform:rotate(-5deg)
}
 90% {
 -webkit-transform:rotate(5deg);
 -moz-transform:rotate(5deg);
 -o-transform:rotate(5deg)
}
 100% {
 -webkit-transform:rotate(-5deg);
 -moz-transform:rotate(-5deg);
 -o-transform:rotate(-5deg)
}
}
/* phone icon css property start */



/* header property end */

.banner_bg1 {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 8% 0;
	background-position: center bottom;
	background-size: cover;
	background-image: linear-gradient(30deg, #327ae5 0%, rgba(30,66,120,0.1) 100%), url(images/banner_bg.png);
}
.banner_bg {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 8% 0;
	background: url(images/banner_bg1.png);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;/*background-image: radial-gradient(circle at top left,rgba(0,79,140,0.34) 0%,#00385e 50%),url(images/banner_bg1.png);*/
}
.banner_bg:before {
	display: none;
	content: "";
	background-image: url(images/download_new.png);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.2;
	background-repeat: no-repeat;
	background-size: cover;
	right: 0;
	bottom: 0;
}
.banner_circle_shape_img {
	position: relative;
}
.banner_circle_shape_img:after {
	content: "";
	background: url(images/banner_circle_shape_img.png) no-repeat top center;
	position: absolute;
	bottom: 0;
	height: 3vw;
	width: 100%;
	background-size: 100% 100%;
}
.banner_bg .banner_text {
	position: relative;
}
.banner_bg .banner_text h1 {
	font-family: 'Vollkorn', Georgia, "Times New Roman", serif;
	font-size: 46px;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 38px;
	line-height: 1.2em;
	color: #fff;
}
.banner_bg .banner_text .fa {
	color: #fff;
}
.banner_bg .banner_text .btn {
	border: 2px solid #fff;
	text-transform: inherit;
	font-weight: 600;
	font-size: 14px;
}
.banner_bg .banner_text .btn_bg {
	background-color: #238198;
	margin-right: 20px;
}
.banner_bg .banner_text .btn_bg:hover {
	background-color: #000;
}
.banner_bg .banner_text .banner_left_box {
	width: 50%;
}
.banner_bg .banner_text .banner_right_box {
	width: 45%;
}
.banner_bg .banner_text .banner_right_box .img_box {
}
.banner_bg .banner_text .banner_right_box img {
	max-width: 160px;
	-webkit-filter: drop-shadow(0px 5px 4px #8a5844);
	filter: drop-shadow(0px 5px 4px #8a5844);
}
.banner_bg .banner_text .banner_right_box .text_box {
	width: 62%;
}
.banner_bg .banner_text .banner_right_box h3 {
	color: #fff;
	line-height: 44px;
	font-size: 52px;
	font-weight: bold;
}
.banner_bg .banner_text .banner_right_box h5 {
	color: #fff;
	font-size: 38px;
	line-height: 40px;
}
/* content property start */



#content {
	position: relative;
}
h2 {
	font-weight: 500;
}
.section_one {
	display: block;
	padding: 50px 0;
}
.section_one h4 {
	font-family: Open Sans, Arial, sans-serif;
}
.section_one ul {
	margin-top: 30px;
}
.section_one ul li h3 {
	font-size: 22px;
	font-family: Open Sans, Arial, sans-serif;
	font-weight: 600;
}
.section_one .btn {
	margin-top: 30px;
}
.imgbox {
	box-shadow: 0 0 0 6px transparent inset;
	background-color: #a5cd39;
	border-radius: 100%;
	display: inline-block;
	height: 130px;
	width: 130px;
	transition: all 0.3s ease 0s;
	margin-bottom: 20px;
}
.imgbox img {
	height: auto;
	margin-top: 37px;
	width: auto;
}
.imgbox:hover {
	box-shadow: 0 0 0 6px #7a9c1d inset;
}
.bgcolor1 {
	background-color: #327ae5 !important;
}
.bgcolor1:hover {
	box-shadow: 0 0 0 6px #2066ce inset !important;
}
.bgcolor2 {
	background-color: #b3327b !important;
}
.bgcolor2:hover {
	box-shadow: 0 0 0 6px #981a61 inset !important;
}
.bgcolor3 {
	background-color: #238198 !important;
}
.bgcolor3:hover {
	box-shadow: 0 0 0 6px #0d5d70 inset !important;
}
/* Table property start */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #eee;
	margin: 0 0 15px;
	text-align: left;
	width: 100%;
}
tr td {
	border-top: 1px solid #eee;
	padding: 6px 24px;
}
tr th {
	color: #555;
	font-weight: 700;
	padding: 9px 24px;
}
.tablepress {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1em;
}
.tablepress thead th {
	border-bottom: 1px solid #ddd;
}
.tablepress thead th {
	background-color: #f9f9f9;
	font-size: 18px;
	color: #2ea3f2;
}
.tablepress thead th {
	background-color: #d9edf7;
	font-weight: 700;
	vertical-align: middle;
}
.tablepress td, .tablepress th {
	padding: 6px 24px;
	border: none;
	background: 0 0;
	text-align: left;
	font-size: 14px;
	color: #666;
	float: none!important;
}
.tablepress tbody tr:first-child td {
	border-top: 0;
}
.tablepress tbody td {
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.tablepress .even td {
	background-color: #fff;
}
.tablepress .odd td {
	background-color: #f9f9f9;
}
.tablepress .row-hover tr:hover td {
	background-color: #f3f3f3;
}
/* Table property end */
/* about section property start */
.about_section {
	display: block;
}
.about_section .col_4 {
	width: 33%;
}
.about_section .col_7 {
	width: 62%;
}
.about_section .btn {
	padding: 15px 26px;
	text-transform: capitalize;
	margin-top: 20px;
	font-size: 15px;
	background-color: #000000;
	transition: all 0.5s ease 0s;
}
.about_section .btn .fa {
	color: #fff;
	font-size: 12px;
	transition: all 0.5s ease 0s;
}
.about_section .btn:hover {
	background-color: #fff;
	color: #000;
	transition: all 0.5s ease 0s;
}
.about_section .btn:hover .fa {
	color: #000;
	transition: all 0.5s ease 0s;
}
.about_img {
	border-width: 12px;
	border-style: ridge;
	border-color: rgba(183,183,183,0.22);
	box-shadow: 0px 40px 80px -30px rgb(0 0 0 / 29%);
	padding: 30px;
}
.about_img ul li {
	width: 48%;
	height:200px;
}
.about_img ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_img img, .about_img ul li img {
	max-width: 100%;
	border: 4px inset rgba(211,211,211,0.43);
}
/* about section property end */
.video_box {
	text-align: center;
	margin-bottom: 20px;
	display: inline-block;
	width:100%;
}
.video_box h2 {
	margin-bottom:40px;
}
.video_box video {
	max-width:58%;
    box-shadow:0px 1px 46px #cecece;
}
/* full section property end */
.bg_gray {
	background-color: #f7f7f7;
}
.full_section {
	display: block;
}
.full_section .btn {
	padding: 14px 26px;
}
.full_section .btn .fa {
	color: #fff;
	font-size: 12px;
	margin-right: 5px;
}
.icon_list_section {
	margin-bottom: 30px;
}
.icon_list_section li {
	display: block;
	margin: 10px 0;
	font-weight: 600;
	font-size: 18px;
}
.icon_list_section li .fa {
	margin-right: 10px;
	color: #2ea3f2;
	font-size: 18px;
	width: 20px;
}
.bg_img_color {
	background-image: linear-gradient(90deg, #327ae5 0%, rgba(30,66,120,0.1) 100%), url(images/funeral-home-image.jpg);
}
/* full section property end */





/* testimonial_section property start */
.testimonial_section {
	display: inline-block;
	width: 100%;
	padding: 60px 0;
}
.testimonial_section h2 {
	margin-bottom: 20px;
}
.testimonial_section ul {
	display: flex;
	justify-content: space-between;
}
.testimonial_section li {
	display: inline-block;
	width: 100%
}
.testimonial_section li img {
}
.google_review_box1 .img_box {
	display: inline-block;
	width: 70px;
	height: 70px;
	background-color: #ccc;
	border-radius: 100%;
	text-align: center;
}
.google_review_box1 .img_box img {
	width: 100%;
}
.google_review_box1 .review_text {
	display: block;
	width: 561px;
	height: 456px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
	border: 20px solid #fff;
}
.google_review_box1 .review_text h6 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
.google_review_box1 .review_text p {
	color: #222;
	display: block;
	font-size: 15px;
	line-height: 1.6;
	white-space: pre-wrap;
}
.google_review_box1 .review_text .review_star {
	vertical-align: top;
	display: block;
	margin-bottom: 10px;
	width: 100%;
}
.google_review_box1 .review_star img {
	max-width: 170px;
	display: inline-block;
}
/* testimonial_section property end */
/* faq section property start */

.faq_section li {
	display: block;
	margin-bottom: 8px;
}
.faq_section li .question {
	display: block;
	font-size: 19px;
	margin-bottom: 0;
	background-color: rgba(12,33,63,0.45);
	padding: 10px 32px 10px 20px;
	color: #fff;
	cursor: pointer;
	position:relative;
}
.faq_section li .question:after {
	content: "";
	font-size: 14px;
	color: #fff;
	font-family: 'FontAwesome';
	float: right;
	padding: 6px 0;
    position: absolute;
    font-weight: 100;
    right: 15px;
    top: 10px;
}
.faq_section li .minus:after {
	content: "" !important;
}
.faq_section li .answer {
	display: none;
	padding: 14px 14px 0 14px;
	background-color: #fff;
}
.faq_section li .answer p {
	font-size: 15px;
}
.faq_section li .answer p a {
	color:#327ae5;
}

/* faq section property end */



/* content property end */
/* footer property start */
#site_footer {
	position: relative;
}
.copyright {
	display: inline-block;
	width: 100%;
	background-color: #242525;
	padding: 12px 0;
	border-top: 6px solid #238198;
}
.copyright p {
	font-size: 12px;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #fff;
}
.main_footer {
	display: inline-block;
	width: 100%;
	border-top: 5px solid #ffce3b;
	padding: 20px 0;
	background-color: #e4e4e4;
}
.main_footer ul li {
	display: inline-block;
	width: 35%;
	padding: 15px 0;
}
.main_footer ul li img {
	margin-bottom: 10px;
}
.main_footer ul li h4 {
	color: #000;
}
.main_footer ul li h5 {
	font-weight: 700;
	color: #087a1b;
}
.main_footer ul li p {
	color: #000;
	line-height: 20px;
	padding-bottom: 8px;
}
.main_footer ul li h4 {
	font-weight: 600;
	text-transform: uppercase;
}
.main_footer ul li:first-child {
	width: 39%;
}
.main_footer ul li p .fa {
	margin-right: 14px;
	color: #000;
}
.main_footer ul li p a {
	color: #000;
}
.main_footer ul li p a:hover {
	color: #000;
}

/* footer property end */
/* mobile responsive Property start */
@media(max-width:1200px) {
.container {
	max-width: 1000px;
}

.banner_bg .banner_text .banner_left_box {
    width: 44%;
}
.banner_bg .banner_text h1 {
   font-size: 30px;
   margin-bottom: 24px;
}
.banner_bg .banner_text .banner_right_box {
    width: 52%;
}
.banner_bg .banner_text .banner_right_box h3 {
    font-size: 48px;
}
.banner_bg .banner_text .banner_right_box h5 {
    font-size: 34px;
}
.testimonial_section .slick-next {
    right: 0;
}
.testimonial_section .slick-prev {
    left: 0;
}
.google_review_box1 .review_text {
    border: 6px solid #fff;
}
}

@media(max-width:1000px) {
.container {
	max-width: 100%;
}
.phone_icon_main span {
	width: 60px;
	height: 60px;
}
.main_header .header_phone .phone_text h5 {
	font-size: 18px;
}
.main_header .header_phone a {
	font-size: 30px;
}
.banner_bg .banner_text .btn_bg {
    margin-right: 6px;
}
.banner_bg .banner_text .btn  {
	padding: 10px 22px;
}


}
@media(max-width:992px) {
	
	
}
@media(max-width:878px) {
.banner_bg .banner_text {
    flex-wrap: wrap;
}
.banner_bg .banner_text .banner_right_box,
.banner_bg .banner_text .banner_left_box {
    width:100%;
}
.banner_bg .banner_text .banner_right_box {
    margin-top: 36px;
}




}
@media(max-width:768px) {
.d_flex {
	flex-wrap:wrap; 
}
.main_header {
	padding: 20px 0;
}
.main_header .logo {
	width: 40%;
}
.phone_icon_main span {
	width: 48px;
	height: 48px;
}
.phone_icon_main img {
	padding: 6px;
}
.main_header .header_phone .phone_text h5 {
	font-size: 16px;
	margin-bottom: 0;
}
.main_header .header_phone a {
	font-size: 24px;
}
.col_4, .col_45, .col_5, .col_55, .col_6, .col_7, .col_8 {
	width: 100% !important;
	padding:10px 0;
}

.section_one ul {
	flex-wrap:wrap;
}
.section_one ul li {
	width:100%;
    padding: 20px 0;
}
.testimonial_section {
	padding: 40px 0;
}
.about_img ul li {
	height:auto;
}
.video_box h2 br {
	display:none;
}
.video_box video {
    max-width: 100%;
}
}

@media(max-width:576px) {
h4 {
	font-size: 19px;
}
h3 {
	font-size: 18px;
}
p {
	font-size: 16px;
	line-height: 24px;
}
.py_6 {
    padding: 30px 0;
}
.main_header {
	padding:10px 0;
}


.phone_icon_main span {
	margin-right: 0;
}
.section_one {
	padding: 15px 0;
}
.testimonial_section {
	padding: 20px 0;
}
.google_review_box1 .review_text {
	height:auto;
}
}

@media(max-width:466px) {
h2 {
    font-size: 23px;
}
.main_header .logo {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.main_header .d_flex {
	width: 100%;
}
.main_header .header_phone {
    width: 100%;
    justify-content: center;
}
.banner_bg .banner_text h1 {
    font-size: 26px;
}
.banner_bg .banner_text {
    text-align: center;
    padding-bottom: 30px;
}
.banner_bg .banner_text .btn {
    padding: 10px 22px;
    margin: 10px 0;
    width: 230px;
}
.banner_bg .banner_text .banner_right_box .text_box,
.banner_bg .banner_text .banner_right_box .img_box {
	 width: 100%;
	 margin:10px 0;
}
.banner_bg .banner_text .banner_right_box h3 {
    font-size: 32px;
	    line-height: 30px;
}
.banner_bg .banner_text .banner_right_box h5 {
    font-size: 24px;
}
.about_img {
    padding: 10px 20px;
}
.about_img ul li {
    width: 100%;
    margin: 10px 0;
}
.tablepress td, .tablepress th {
    padding: 6px 6px;
}
}


/* mobile responsive Property end */
