/* 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: 'Roboto', 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: 'Roboto', 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_48 {
	width: 48%;
}
.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_none {
	display: none !important;
}
.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: #83bcd9;
    color: #ffffff;
    padding: 10px 30px;
    border: 4px solid #4c90b3;
    font-size: 17px;
    display: inline-block;
    border-radius: 30px;
	transition: all 0.5s ease 0s;
}
.btn:hover {
	background-color: #5ca7cd;
	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 */


p.special_text
{
font-family: 'Vollkorn', serif;
    font-size: 18px;
    font-weight: 600;
    padding-top: 20px;
	line-height:26px;
}
p.special_text a
{
    color: #fff;
    text-decoration: underline;
    display: inline-block;
    background: #ac1644;
    line-height: normal;
    padding: 5px 15px;
    border-radius: 25px;
}
#siteheader {
	position: relative;
}
.main_header {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	border-top: 6px solid #334b67;
	box-shadow: 0 3px 6px rgb(6 67 114 / 20%);
}
.main_header .logo {
	display: inline-block;
	max-width: 260px;
	height: auto;
}
.main_header .header_phone {
	display: flex;
	align-items: center;
}
.main_header .header_phone h5 {
    margin-bottom: 0;
    font-weight: 600;
	font-size:24px;
}
.main_header .header_phone .phone_text {
	display: inline-block;
	vertical-align: top;
}
.main_header .header_phone a {
    font-weight: 500;
    font-size: 28px;
    color: #ac1644;
    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: #68132d;
	width: 60px;
	height: 60px;
	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_bg_1 {
	position:relative;
}
.banner_bg_1 img {
	width:100%;
}
.banner_bg_1 .banner_text_1 {
	    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.banner_bg_1 .banner_text_1 h2 {
    font-size: 42px;
    font-weight: bold;
    background-color: #ccccccab;
    padding: 16px;
    border-top: 2px solid #fff;
    margin-top: 14px;
}
.banner_bg_1 .banner_text_1 h3 {
   font-size: 42px;
    font-weight: bold;
    background-color: #ccccccab;
    padding: 16px;
    border-top: 2px solid #fff;
    position: absolute;
    margin-bottom: 0;
    bottom: 0;
	width: 100%;
}

.banner_bg_1 .banner_text_1 .header_phone {
	display: flex;
    position: absolute;
    bottom: 27%;
    right: 10%;
}
.banner_bg_1 .banner_text_1 .header_phone img
{
	width:25vw;
}
.banner_bg_1 .banner_text_1 .header_phone .phone_text {
	text-align:left;
}
.banner_bg_1 .banner_text_1 .header_phone .phone_text h5 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 3px;
}
.banner_bg_1 .banner_text_1 .header_phone .phone_text a {
	font-weight: 600;
    font-size: 24px;
	color:#ac1644;
	text-shadow: 1px 2px 6px #fff;
}



.mobile_banner
{
	position:relative;
	width:100%;
	padding:20px 10px;
	background-color:#5c132a;
	text-align:center;
	display:none;
}
.mobile_banner h2
{
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}
.mobile_banner h3
{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}

/* content property start */



#content {
	position: relative;
}
#content h2 {
	font-weight: 500;
}
.brids_bg {
	position:relative;
}
.brids_bg:before {
	content:url(images/birds.png);
	position: absolute;
    left: 0;
    height: 200px;
    width: 200px;
    z-index: 0;
}
.brids_bg:after {
	content:url(images/birds.png);
	position: absolute;
    right: 2%;
    bottom: 12%;
    height: 200px;
    width: 200px;
   z-index: 0;
 }


.section_one {
	display: block;
	padding: 50px 0;
}
.section_one h4 {
	font-family: Open Sans, Arial, sans-serif;
	line-height: normal;
}
.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: #334b67 !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_5 {
	width: 48%;
}
.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: 18px;
}
.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: #e8f2f2;
}
.full_section {
	display: block;
}
.full_section .btn {

}
.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-size: 18px;
}
.icon_list_section li .fa {
	margin-right: 10px;
	color: #2ea3f2;
	font-size: 18px;
	width: 20px;
}
.bg_img_color {
	background-image:linear-gradient(60deg, rgb(88 56 51 / 94%) 48%, rgb(69 83 103 / 86%) 100%), url(images/hero.jpg);
}
.jewish_table h3 {
	color: #334b67;
    font-style: italic;
}
.jewish_table .tablepress {
	margin:22px 0 0 0;
	border:5px solid #8999ab;
}
.jewish_table .tablepress thead th {
    background-color: #8999ab;
	font-weight: 400;
    color: #ffffff;
}
.jewish_table .tablepress .price_table {
	float: right;
	color: #83bcd9;
}
.jewish_table .tablepress .odd td {
	font-size:15px;
	border-color: #cfe4eb;	
    line-height: 18px;
}
.jewish_table .tablepress .even td {
	font-size:15px;
    line-height: 18px;
    background-color: #fff;
}
.jewish_table .tablepress .total_price td {
    background-color:#bfcad7;
    font-size: 18px;
    color: #ac1644;
    font-weight: 500;
}
.jewish_table .tablepress td.column-2 {
	text-align:right;
}

/* full section property end */
.full_price_table .tablepress {
    width: 80%;
	margin:0 auto;
}
.full_price_table .tablepress .column-2 {
	text-align:right;
}



/* testimonial_section property start */
.testimonial_section {
	display: inline-block;
	width: 100%;
	padding: 60px 0 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: 60px;
	height: 60px;
	background-color: #ccc;
	border-radius: 100%;
	margin-bottom:10px;
	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 0;
	background-color: #fff;
	border: 20px solid #fff;
}
.google_review_box1 .review_text h6 {
	display: block;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 0;
    padding: 6px 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:#334b67;
	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: #fbffff;
}
.faq_section li .answer p {
	font-size: 15px;
}
.faq_section li .answer p a {
	color:#327ae5;
}
.faq_section li .answer ul {
	padding-bottom:10px;
}
.faq_section li .answer ul li {
    display: list-item;
    font-size: 15px;
    list-style: disc;
    margin-left: 23px;
    margin-bottom: 2px;
    line-height: 21px;
}

/* faq section property end */



/* content property end */
/* footer property start */
#site_footer {
	position: relative;
}
.mainfooter
{
	display: inline-block;
    width: 100%;
    background-color: #5c132a;
    padding: 25px 0;
    border-top: 6px solid #334b67;
}
.mainfooter .first_box {
    display: inline-block;
    width: 40%;
}
.mainfooter .first_box h5 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}
.mainfooter .first_box img {
	display: block;
}
.mainfooter .first_box .candle_link {
	display: inline-block;
    color: #a8abaf;
    font-weight: 900;
    font-size: 22px;
    margin-top: 12px;
    text-decoration: underline;
}
.footer_links {
    display: inline-block;
    vertical-align: top;
}
.footer_address {
    width: 40%;
}
.footer_address h5 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 24px;
}
.footer_address ul {
  padding-left: 34px;
}
.footer_address li {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 8px;
}
.footer_address li:before {
  display: none;
}
.footer_address li .fa {
  margin-left: -34px;
  margin-right: 10px;
  color: #fff;
      width: 24px;
    text-align: center;
}
.footer_address li a {
  font-size: 16px !important;
}
.footer_links li a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    word-break: break-all;
    transition: all 0.5s ease 0s;
}
.copyright {
	display: inline-block;
	width: 100%;
	background-color: #340715;
	padding: 12px 0;
}
.copyright p {
    font-size: 15px;
    padding-bottom: 0;
    font-weight: 300;
    color: #fff;
}


/* footer property end */
/* mobile responsive Property start */
@media(max-width:1200px) {
.container {
	max-width: 1000px;
}
.banner_bg_1 .banner_text_1 h2 {
    font-size: 40px;
    padding: 8px;
    margin-top: 2px;
}
.banner_bg_1 .banner_text_1 h3 {
    font-size: 36px;
}


.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;
}


}
@media(max-width:992px) {
.banner_bg_1 .banner_text_1 h2 {
    font-size: 34px;
}
.banner_bg_1 .banner_text_1 h3 {
    font-size: 34px;
    padding: 10px;
}
.banner_bg_1 .banner_text_1 .header_phone {
    right: 10%;
}
.footer_address li {
    font-size: 17px;
}


}
@media(max-width:878px) {
.banner_bg_1 .banner_text_1 h2 {
    font-size: 28px;
}
.banner_bg_1 .banner_text_1 h3 {
    font-size: 28px;
}
.banner_bg_1 .banner_text_1 .header_phone {
    right: 7%;
}
.phone_icon_main {
    margin-right: 0px;
}
.mainfooter .footer_address {
    width: 48%;
}

}
@media(max-width:768px) {
.d_flex {
	flex-wrap:wrap; 
}
.main_header {
	padding: 20px 0;
}
.main_header .logo {
	width: 40%;
}
.banner_bg_1 .banner_text_1 h2 {
    font-size: 22px;
    padding: 4px;
}
.banner_bg_1 .banner_text_1 h3 {
    font-size: 21px;
}
.banner_bg_1 .banner_text_1 .header_phone {
    right: 4%;
    bottom: 28%;
}




.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_48, .col_5, .col_55, .col_6, .col_7, .col_8 {
	width: 100% !important;
	padding:10px 0;
}
.banner_circle_shape_img:after {
	display:none;
}
.section_one ul {
	flex-wrap:wrap;
	margin-top: 0;
}
.section_one ul li {
	width:100%;
    padding:10px 0;
}
.section_one .btn {
	margin-top:0;
}
.testimonial_section {
	padding: 40px 0;
}
.about_img ul li {
	height:auto;
}
.video_box h2 br {
	display:none;
}
.video_box video {
    max-width: 100%;
}
.full_price_table .tablepress {
    width: 100%;
}
.brids_bg:before,
.brids_bg:after {
	display:none;
}
.mainfooter .first_box
{ width: 48%;
	margin-bottom:25px;
}
.mainfooter .first_box h5, .footer_address h5
{
	font-size:22px;
}
.footer_address h5
{
	margin-bottom:10px;
}
}
@media(max-width:600px) {
.mainfooter .first_box, .mainfooter .footer_address {
   width: 100%;
}
	
}
@media(max-width:576px) {
h4 {
	font-size: 19px;
}
h3 {
	font-size: 18px;
}
p {
	font-size: 15px;
	line-height: 22px;
}
.py_6 {
    padding: 30px 0;
}
.main_header {
	padding:10px 0;
}
.banner_bg_1 .banner_text_1 h2 {
    margin-top: 0;
    font-size: 18px;
    padding: 4px;
}
.banner_bg_1 .banner_text_1 h3 {
    font-size: 18px;
}
.banner_bg_1 .banner_text_1 .header_phone {
   bottom: 35%;
}
.banner_bg_1 .banner_text_1 .header_phone .phone_icon_main {
	margin-right: 10px;
}
.banner_bg_1 .banner_text_1 .header_phone .phone_text h5 {
    font-size: 18px;
    margin-bottom: 1px;
}
.banner_bg_1 .banner_text_1 .header_phone .phone_text a {
    font-size: 20px;
}


.phone_icon_main span {
	margin-right: 0;
}
.section_one {
	padding:20px 0;
}
.testimonial_section {
	padding: 20px 0;
}
.google_review_box1 .review_text {
	height:auto;
}

}

@media(max-width:466px) {
h2 {
    font-size: 21px;
}
h4 {
    font-size: 16px;
}
.main_header .logo {
	width: 100%;
    max-width: 66%;
    text-align: center;
    margin: 0 auto 18px;
}
.main_header .d_flex {
	width: 100%;
}
.main_header .header_phone {
    width: 100%;
    justify-content: center;
}
.mobile_banner
{
	display:block;
}
.banner_bg_1
{
	display:none !important;
}
.banner_bg_1 .banner_text_1 h2 {
    font-size: 17px;
}
.banner_bg_1 .banner_text_1 h3 {
    font-size: 16px;
    padding: 4px;
}
.banner_bg_1 .banner_text_1 .header_phone .phone_text h5 {
    text-shadow: 0px 2px 1px #000;
    color: #fff;
}
.banner_bg_1 .banner_text_1 .header_phone .phone_text a {
    line-height: 20px;
}
.about_img {
    padding: 10px 20px;
}
.about_img ul li {
    width: 100%;
    margin: 10px 0;
}
.tablepress td, .tablepress th {
    padding: 6px 6px;
}
.google_review_box1 .review_text {
    width: 75% !important;
}
.faq_section li .question {
    font-size: 16px;
}
.faq_section li .answer p {
    font-size: 14px;
    line-height: 22px;
   padding-bottom: 5px;
}
}
@media(max-width:400px) {
h2 {
    font-size: 19px;
}
h4 {
    font-size: 15px;
}
.banner_bg_1 .banner_text_1 h2 {
    font-size: 15px;
    padding: 4px;	
}
.banner_bg_1 .banner_text_1 h3 {
    font-size: 15px;
}
.banner_bg_1 .banner_text_1 .header_phone {
    bottom: 30%;
}
.banner_bg_1 .banner_text_1 .header_phone .phone_text a {
	text-shadow: 0px 2px 1px #fff;
    font-weight: 900;
}
.banner_bg_1 .banner_text_1 .header_phone .phone_icon_main span {
    width: 38px !important;
    height: 38px !important;
}
.banner_bg_1 .banner_text_1 .header_phone img
{
	width:27vw;
}
.phone_icon_main img {
    padding: 6px !important;
}


}
@media(max-width:370px) {
.banner_bg_1 .banner_text_1 h3 {
    font-size: 14px;
}
.banner_bg_1 .banner_text_1 .header_phone .phone_icon_main {
    margin-right: 8px;
}

.banner_bg_1 .banner_text_1 .header_phone .phone_icon_main img {
    padding: 0px;
	
}
.banner_bg_1 .banner_text_1 .header_phone .phone_text h5 {
    font-size: 18px;
    margin-bottom: 1px;
    line-height: 14px;
}
.banner_bg_1 .banner_text_1 .header_phone .phone_text a {
    font-size: 18px;
}
.copyright p {
    font-size: 13px;
}
}

/* mobile responsive Property end */
