*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-shadow: none !important;
	font-family: "Roboto", sans-serif;
}
.row{
	width: 100% !important;
	float: left !important;
}
.wrapper{
	width:96% !important;
	max-width: 1200px !important;
	margin: 0 auto !important;
	float: none;
}
.row h1,.row h2,.row h3,.row h4,.row h5,.row h6{
	font-family: "Poppins", sans-serif !important;
	line-height: normal !important;
	font-weight: 600 !important;
}
.row h1{
	font-size: 42px !important;
	font-weight: 700 !important;
}
.banner_bottom h1{
	font-size: 50px !important;
}
.row h2{
	font-size: 32px !important;
}
.home .row h3{
	font-size: 24px !important;
}
.row h3{
	font-size: 28px !important;
}
.row h4{
	font-size: 22px !important;
}
.row h5{
	font-size: 20px !important;
}
.row h6{
	font-size: 16px !important;
}
.pt_50{
	padding-top: 50px !important;
}
.pb_50{
	padding-bottom: 50px !important;
}
.menu-item-51 a{
	display: flex !important;
}
.menu-item-51 a:before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23D4192C' d='m19.23 15.26l-2.54-.29a1.99 1.99 0 0 0-1.64.57l-1.84 1.84a15.045 15.045 0 0 1-6.59-6.59l1.85-1.85c.43-.43.64-1.03.57-1.64l-.29-2.52a2.001 2.001 0 0 0-1.99-1.77H5.03c-1.13 0-2.07.94-2 2.07c.53 8.54 7.36 15.36 15.89 15.89c1.13.07 2.07-.87 2.07-2v-1.73c.01-1.01-.75-1.86-1.76-1.98'/%3E%3C/svg%3E");
}
.btn{
	display: inline-block !important;
	font-size:19px !important;
	font-weight: 600 !important;
	line-height: normal !important;
	transition: all 0.3s !important;
}
.btn_1{
	padding: 10px 25px !important;
	background: #D4192C !important;
	border: 1.5px solid #d4192c !important;
	color: #fff !important;
}

.btn_1:hover{
	/* 	background: #fff !important; */
	color: #D4192C !important;
}
.btn_2{
	padding: 15px 40px !important;
	background: #fff !important;
	border: 1.5px solid #fff !important;
	color: #D4192C !important;
	border-radius: 100px !important;
	overflow: hidden !important;
}
.btn_2:hover{
	color: #fff !important;
}
.btn_2:before{
	background: #D4192C !important;
}
.btn_1,.btn_2{
	vertical-align: middle;
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
}
.btn_1:before,.btn_2:before {
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.banner-cont h2{
	font-size: 45px !important;
	font-weight: 700 !important;
}
.btn_1:hover:before,.btn_2:hover:before{
	transform: scale(1, 1) !important;
	overflow: hidden !important;
}
article{
	position: relative;
	z-index: 0 !important;
}
.flex_mail{
	display: flex;
	align-items: center;
	justify-content: end;
}
.responsive_header{
	display: flex;
	align-items: center;
}
#menu-right-menu li{
	padding: 5px !important;
}
.banner_section .btn_1{
	margin-top: 35px !important;
}
.img_scale img{
	width: 100%;
	display: block !important;
	transition: all 0.5s !important;
}
.img_scale img:hover{
	transform: scale(1.1) !important;
}
.et_pb_accordion_item{
	border: none !important;
	padding:0 !important;
}
.et_pb_accordion_item .et_pb_toggle_title{
	padding: 15px 20px !important;
	border-radius: 100px !important;
	color: #fff !important;
}
.et_pb_accordion_item.et_pb_toggle_open h5{
	background: #D4192C !important;
}

.et_pb_accordion_item.et_pb_toggle_close{
	background-color: transparent !important;
	& h5{
		background: #080808 !important;
	}
}
.et_pb_accordion_item .et_pb_toggle_content{
	padding: 20px !important;
	color: #606060 !important;
	font-size: 18px !important;
	line-height: 27px !important;
}
.et_pb_accordion_item .et_pb_toggle_title:before{
	right: 20px !important;
}
.call_back_hesitation p{
	font-family: "Poppins", sans-serif !important;
}
/* Inner Pages */
.inner_banner img{
	width: 100% !important;
	display: block !important;
}
.inner_banner{
	position: relative !important;
	z-index: 0;
}
.inner_banner .banner-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff !important;
	z-index: 1;
}
.page-id-37 .inner_banner .banner-box h2{
	text-align: center;
}
.cpage_form .wpcf7-form{
	font-family: "Open Sans", sans-serif !important;
}
.cpage_form .wpcf7-form label{
	color: #000 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 22.56px !important;
	& span{
		color: #ff0000 !important;
	}
}
.cpage_form .wpcf7-form .cform_top input,.cpage_form .wpcf7-form .cform_top textarea{
	width: 100% !important;
	border-radius: 5px !important;
	border: 1px solid #D3E5E4 !important;
	background: #FFF !important;
	resize: none !important;
	padding: 12px !important;
	color: #000 !important;
	line-height: 21.15px !important;
	font-size: 15px !important;
	margin-top: 7px !important;
}
.cpage_form .wpcf7-form .cform_top textarea{
	height: 100px !important;
}
.cpage_form .wpcf7-form .btn_1{
	cursor: pointer;
	margin-top: 25px !important;
}
.cpage_form .wpcf7-form .btn_1:hover{
	background: #fff !important;
	color: #D4192C !important;
}
.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.sent .wpcf7-response-output {
	box-shadow: 0 0px 10px 0px #d5d5d5 !important;
	text-align: center !important;
	padding: 5px !important;
	color: #ff0000 !important;
	margin-top: 20px !important;
}
.wpcf7 form.sent .wpcf7-response-output{
	color: #46b450 !important;
}
.btn_ellips{
	border-radius: 100% !important;
	overflow: visible !important;
	transition: all 0.25s ease-in-out;
}
@keyframes mymove {
  50% {
    box-shadow: inset 0px 0px 50px 0px rgba(255,255,255,0.4),
                0px 0px 50px 0px rgba(255,255,255,0.8);
  }
}
.btn_ellips:hover{
	animation: mymove 3s infinite !important;
}
.custom_image img{
	width: 60px !important;
}



/* Footer Section Css */
#menu-quick-links{
	display: block !important;
}
.buttom_place{
	position: relative !important;
}
.buttom_place .btn_place{
	position: absolute !important;
	left: 50%;
	bottom: -25px;
	transform: translate(-50%, 25px);
}
.review-rating{
	font-size: 20px !important;
	padding: 0 0 5px !important;
}
.filled{
	color: #FFD233 !important;
}
.review_desc,.review_desc_grid_item{
	color: #fff !important;
}
.review_desc_grid_item{
	color: #fff !important;
	font-size: 19px;
	font-weight: 600;
	line-height: 30px;
	margin-top: 10px !important;
}
/* .reviewslider{
margin-top: -15px !important;
} */
#menu-quick-links li a{
	padding-bottom: 3px !important;
}
.slick-dots li button {
	font-size: 0 !important;
	display: block !important;
	width: 9px !important;
	height: 9px !important;
	border-radius: 9px;
	border: none !important;
	transition: background-color .3s ease !important;
	cursor: pointer;
}
button.slick-arrow {
	display: none !important;
}
.slick-dots {
	display: flex;
	padding: 3px 0 0 !important;
	margin: 0 !important;
}
.slick-dots li {
	display: inline-block !important;
	position: relative;
	margin-right: 7px !important;
	padding: 0 !important;
}
.slick-dots li.slick-active button {
	background-color: #D4192C !important;
}
.post-thumbnail{
	display: none !important;
}


@media (max-width: 1052px){
	#menu-item-51{
		display: none !important;
	}
}

@media (max-width: 980px){
	#menu-item-51{
		display: block !important;
	}
	.flex_mail{
		justify-content: left !important;
	}
	.responsive_header .et_pb_column{
		margin-bottom: 0 !important;
	}
	.pb_50 {
		padding-bottom: 40px !important;
	}
	.pt_50 {
		padding-top: 40px !important;
	}
	.buttom_place .btn_place{
		position: unset !important;
		transform: none;
	}
	.row h1{
		font-size: 40px !important;
	}
	.row h2 {
		font-size: 28px !important;
	}
	.banner_bottom h1 {
		font-size: 40px !important;
		text-align: center !important;
		max-width: 700px;
        margin: 0 auto !important;
	}
	footer .et_pb_menu__menu{
		display: block !important;
	}
	footer .et_mobile_nav_menu{
		display: none !important;
	}
	footer .et_pb_menu__wrap {
		justify-content: start !important;
	}
	.banner_section .btn_1{
		margin-top: 25px !important;
	}
	.custom_image{
		margin-bottom: 25px !important;
	}
/* 	.et-db #et-boc .et-l .et_pb_column{
		margin-bottom: 25px !important;
	} */
}
@media (max-width: 768px){
	.flex_mail{
		justify-content: center !important;
	}
	.row h1,.banner_bottom h1{
		font-size: 36px !important;
	}
	.row h2 {
		font-size: 24px !important;
	}
	.row h3 {
		font-size: 22px !important;
	}
	.row h4{
		font-size: 20px !important;
	}
	.et-db #et-boc .et-l .et_pb_column .et_pb_module {
		margin-bottom: 20px;
	}
	.banner_section .banner_cont{
		font-size: 17px !important;
	}
	.banner_section .btn_1{
		margin-top: 20px !important;
	}
	.btn_1{
		font-size: 18px !important;
		padding: 11px 22px !important;
	}
	.pb_50 {
		padding-bottom: 35px !important;
	}
	.pt_50 {
		padding-top: 35px !important;
	}
	.row h5 {
		font-size: 16px !important;
	}
	.custom_image{
		margin-bottom: 20px !important;
	}
/* 	.et-db #et-boc .et-l .et_pb_column{
		margin-bottom: 20px !important;
	} */
}
@media (max-width: 600px){
	.responsive_header{
		flex-wrap: wrap;
	}
	.row h1,.row h2,.row h3,.row h4,.row h5,.row h6{
		padding-bottom: 0 !important;
	}
	.row h1{
		font-size: 28px !important;
	}
	.row h2 {
		font-size: 22px !important;
	}
	.row h3 {
		font-size: 20px !important;
	}
	.row h4{
		font-size: 18px !important;
	}
	.row h5 {
		font-size: 15px !important;
	}
	.et-db #et-boc .et-l .et_pb_column .et_pb_module {
		margin-bottom: 15px;
	}
	.banner_section .banner_cont{
		font-size: 14px !important;
	}
	.banner_section .btn_1{
		margin-top: 15px !important;
	}
	.btn_1{
		font-size: 17px !important;
		padding: 9px 20px !important;
	}
	.pb_50 {
		padding-bottom: 30px !important;
	}
	.pt_50 {
		padding-top: 30px !important;
	}
	.custom_image{
		margin-bottom: 15px !important;
	}
}
@media (max-width: 480px){
	.custom_image {
		margin-bottom: 10px;
	}
	.row h2 {
		font-size: 19px !important;
	}
	.row h3 {
		font-size: 18px !important;
	}
	.banner_section .banner_cont{
		display: none !important;
	}
	.banner_section .btn_1{
		margin-top: 10px !important;
	}
	.btn_1{
		font-size: 16px !important;
		padding: 7px 15px !important;
	}
/* 	.pb_50 {
		padding-bottom: 15px !important;
	}
	.pt_50 {
		padding-top: 15px !important;
	} */
	.row h5 {
		font-size: 13px !important;
	}
}
@media (max-width: 420px){
	.row h1{
		font-size: 22px !important;
	}
	.row h2 {
		font-size: 17px !important;
	}
	.row h3 {
		font-size: 16px !important;
	}
}