@charset "utf-8";
/*
Theme Name:  Divi Child
Theme URI:   http://divithemes.reviews
Version:     1.1
Description: Divi child theme.
Author:      Hesham Zebida
Author URI:  http://zebida.com
Template:    Divi
*/

/** Common button 
===================**/
img {
	max-width:  100%;
	height:  auto;
}
h1, h2, h3, h4, h5, h6{
	color: var(--blue);
	font-weight: bold;
}

body{
	line-height: 25px;
	font-size: 15px;
	color: #666;
	font-weight: 300;
	font-family: co-headline;
}
a{
	color: var(--red);
}
.container, .et_pb_row, .et_pb_blurb_content {
	max-width: 100%!important;
}
.container, .et_pb_row{
	width: 80%;
}
.et_pb_row {
	padding: 0!important;
}
.et_pb_section {
	padding: 0!important;
}
.flex{
	display: flex;
	flex-flow: row wrap;
}
.flex>div{
	float: none;
	margin: 0!important;
}
:root{
	--anime: all ease .9s;
}
:root{
	--green: #19987b;
}
:root{
	--red: #d7455c;
}
div#page-container{
	margin-top: 0!important;
	padding-top: 0!important;
}
/* rset css ends */
/* Header css */

/* header */
div#et-info span:before {
	display: none;
}
div#et-info{
	font-weight: 400;
	width: 100%;
}
nav#top-menu-nav ul li a {
	font-size: 17px;
	font-weight: 400!important;
}
div#top-header {
	background: #f4fcfd;
	padding: 5px 0;
}

div#et-info span, div#et-info a {
	color: #666;
	font-size: 15px;
}

#top-header .et-social-icons {
	float: right;
}
#top-menu li {
	padding-right: 30px;
}

a.estimateQuote {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 38px;
	background: var(--green);
	color: #fff;
	padding: 10px;
	border-radius: 20px;
	width: 12rem;
	text-align: center;
}

div#et-top-navigation {
	padding-right: 240px!important;
}
.homeSlider .et_pb_slide::before {
	width: 100%;
	height: 100%;
	content: '';
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.50);
	position: absolute;
}

.homeSlider .et_pb_slide_description .et_pb_slide_title {
	font-size: 60px;
}

.homeSlider .et_pb_slide_content p {
	font-size: 18px;
}

.homeSlider a.et_pb_button.et_pb_more_button {
	background: var(--green);
	border: var(--green);
}
.homeSlider .et_pb_slide_content {
	padding: 20px 40px;
}
.homeSlider::after {
	position: absolute;
	width: 100%;
	height: 99px;
	background: url(images/slide.png);
	bottom: 0;
	left: 0;
	content: '';
	background-size:  cover;
}
.homeSlider::before, .welcome>div>div::before {
	position: absolute;
	width: 210px;
	height: 290px;
	background: url(images/bubble.png);
	background-repeat: no-repeat;
	bottom: 10%;
	left: 5%;
	content: '';
	z-index: 999;
	background-size: contain;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}
.homeSlider:hover::before {
	transform: scale(1.1);
}
.theme-title h4 {
	font-size: 24px;
	color: var(--red);
}

.theme-title {
	text-align: center;
}

.theme-title h3 {
	font-size: 36px;
	color: var(--green);
}

.theme-title p {
	max-width: 700px;
	margin: 0 auto;
}


/* welcome */
.welcome span.et_pb_image_wrap::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 50%;
	background: url(images/topframe.png);
	top: 0;
	left: 0;
	z-index: 99;
	background-repeat: no-repeat;
	background-size: contain;
}
.welcome span.et_pb_image_wrap::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 50%;
	background: url(images/bottomframe.png);
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
}
.welcome>div>div::before{
	left: initial;
	right: 5%;
}
/* services */
.services  .iconImage {
	margin: 0 auto;
}

.services  .iconImage img {
	object-fit: contain;
	width: auto!important;
	margin: 0 auto;
	height: auto;
}

.services  .content {
	text-align: center;
	padding: 20px 20px 80px;
	box-shadow: 0px 0px 10px rgba(146, 146, 146, 0.5607843137254902);
	border-radius: 10px;
	height: 100%;
	position: relative;
}

.services .content h3 {
	padding: 30px 0;
}

.services a.readMore {
	background: #19987b;
	color: #fff;
	display: inline-block;
	padding: 6px 15px;
	border-radius: 20px;
	margin-top: 20px;
	position: absolute;
	width: 140px;
	margin: 0 auto;
	bottom: 20px;
	left: 0;
	right: 0;
}

.services .item {
	padding: 10px;
	height: 100%;
}

.services .owl-prev {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.services .owl-nav>div {
	height: 50px;
	background: white;
	width: 50px;
	text-align: center;
	border: 2px solid #19987b;
	font-size: 30px;
	line-height: 42px;
	display: inline-block;
	margin: 0 2px;
	transition: all ease .7s;
	cursor: pointer;
}

.services .owl-next {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.services .owl-nav {
	padding: 40px 0;
	text-align: center;
}

.services .owl-nav>div:hover {
	background: #19987b;
	color: #fff;
}


/* review section */
.reviews {
	background: #eeeeee;
}

.reviews h3 {
	font-size: 48px;
	font-weight: normal;
	color: #d7455c;
}

.content {
	font-size: 18px;
	padding-top: 50px;
}

.content h3 {
	font-size: 18px;
	padding-top: 50px;
}

.reviews>div {
	display: flex;
	flex-flow: row wrap;
	overflow: hidden;
}

.reviews>div>div {
	width: 50%!important;
	margin: 0!important;
}

.reviews .et_pb_code_inner {
	padding: 100px 50px 150px;
}

.reviews .owl-nav {
	display: none;
}
.reviewImg  img {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all ease .7s;
}

.reviewImg, .reviewImg span {
	height: 100%;
	display: block!Important;
}
.reviewBox::before, .reviewBox::after {
	content: "\f10d";
	position: absolute;
	top: 74px;
	left: 30px;
	font-size: 150px;
	font-family: Fontawesome;
	display: block;
	height: 86px;
	color: rgba(25, 152, 123, .30);
}

.reviewBox {
	position: relative;
}

.reviewBox::after {
	left: 70%;
	top: initial;
	bottom: 80px;
	transform: rotate(180deg);
	color: rgba(215, 69, 92, .30);
}

/* why choose us */
.plusPoints {
	padding: 50px 0!important;
}
.plusPoints .et_pb_main_blurb_image {
	height: 100px;
	text-align: center;
}

.plusPoints .et_pb_blurb_content h4 {
	color: var(--red);
	max-width: 215px;
	margin: 0 auto;
	font-size: 24px;
}

/* discount */
.homeDiscount {
	padding: 100px 0!important;
	background: var(--green);
	color: #fff;
}
.homeDiscount::before, .homeDiscount::after {
	content: '';
	background: url('images/discountTop.png');
	background-repeat: no-repeat;
	top: -2px;
	left: 0;
	background-size: contain;
	height: 135px;
	width: 100%;
	position: absolute;
}
.homeDiscount::after{
	background: url('images/discountBottom.png');
	top: initial;
	bottom: -2px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
}
.homeDiscount  span {
	font-size: 72px;
	background: #fff;
	display: block;
	width: 200px;
	text-align: center;
	position: absolute;
	padding: 50px 20px 20px;
	color: #666;
	border: 10px double #19987b;
	top: -70px;
	left: 0;
	right: 0;
	margin: 0 auto;
	line-height: 35px;
}

.homeDiscount span small {
	font-size: 30px;
}
.homeDiscount h4 {
	font-size: 72px;
	padding-top: 150px;
	font-weight: normal;
	text-transform: capitalize;
}

.homeDiscount .et_pb_code_inner {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}

.homeDiscount a.estimateDiscount {
	display: block;
	color: #19987b;
	background: #fff;
	padding: 15px 20px;
	border-radius: 24px;
	font-size: 20px;
	position: absolute;
	margin: 0 auto;
	width: 250px;
	left: 0;
	right: 0;
	box-shadow: 0px 0px 6px #aaa;
}
.homeDiscount  p {
	padding: 40px 0!Important;
	font-size: 18px;
}
.homeDiscount::before {
	z-index: 999;
}
.reviews .et_pb_code_inner {
	padding-right: 150px;
}

/* footer */
div#media_image-2 {
    margin-bottom: 0;
}

div#text-3 {
    display: block;
    color: #666666;
}

div#text-3 h5 {
    font-weight: 100;
    display: block;
    font-size: 32px;
    font-family: Arial;
}
footer h4.title {
	color: var(--red);
	font-size: 20px;
}

#footer-widgets .footer-widget li {
	color: #666;
	width: 50%;
	padding-bottom: 15px;
	padding-left: 0;
}
#footer-widgets .footer-widget li:nth-child(3) {
	width: 100%;
}
div#custom_html-2 {
	width: 100%;
}

div#custom_html-2 ul {
	display: flex;
	flex-flow: row wrap;
}
div#custom_html-2 ul li::before {
	display: none;
}

.custom-social ul {
	list-style: none;
	padding: 0;
}

.custom-social ul a {
	color: var(--red)!important;
}

.custom-social ul li {
	width: auto!important;
	margin: 0!Important;
	padding-right: 18px!Important;
	padding-left: 0!important;
}

div#custom_html-3 .textwidget h4 {
	color: var(--green);
	font-size: 24px;
}

a.footerEstimate {
	background: var(--red);
	padding: 10px 20px;
	display: inline-block;
	border-radius: 30px;
	font-size: 18px;
}

div#footer-bottom {
	background: #fff;
}

.footertags {
	text-align: center;
}
.custom-social>ul {
	width: 100%;
	float: none;
}
div#footer-info {
	width: 100%;
	float: none;
	text-align: center;
	padding: 40px 80px;
	font-size: 15px;
}
div#custom_html-3 p {
	font-size: 15px;
	color: #666;
	max-width: 260px;
	padding: 10px 0 20px;
}
div#footer-widgets {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	display: flex;
	flex-flow: row wrap;
	margin: 0 -10px;
}

div#footer-widgets>div {
	width: 33.333%;
	margin: 0;
	padding: 0 10px;
}
div#et-footer-nav ul li a {
	font-weight: normal;
	color: #666;
	font-size: 16px;
}

div#et-footer-nav ul {
	text-align: center;
}

div#et-footer-nav ul li {
	padding: 0 35px;
}

div#et-footer-nav ul li.current-menu-item a {
	color: var(--red);
}

/*About page  */
.aboutTop {
	padding: 50px 0!important;
}

.aboutTop h4 {
	font-size: 40px;
	color: var(--green);
}

.aboutTop .et_pb_blurb_content {
	max-width: 800px!important;
}

.aboutCol>div {
	display: flex;
	flex-flow: row wrap;
}

.abtLong {
	height: 100%;
}

.aboutCol {
    padding: 50px 0!important;
}
.contactPage::before {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#19987b+1,ffffff+50,d7455c+100 */
	width: 100%;
	opacity: .9;
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* IE6-9 */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d7455c+1,ffffff+50,19987b+100 */
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* IE6-9 */
	background: #000000d1;
}

.contactPage {
	padding: 50px 0!important;
}
.contactCol {
	display: flex;
	flex-flow: row wrap;
	padding-top: 40px!important;
}

.contactCol>div:first-child {
	width: 40%;
	background: #19987b;
	padding: 40px;
	color: #fff;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.contactCol>div:last-child {
	width: 60%;
	background: #fff;
	padding: 40px;
}

.contactCol>div {
	margin: 0!Important;
	float: none;
}

.contactCol input[type='text'], .contactCol input[type='email'], .contactCol textarea {
	width: 100%;
	height: 40px;
	margin-bottom: 15px;
	padding: 15px;
}

.contactCol textarea {
	height: 120px;
}

.contactCol ul {
	list-style: none;
	padding-top: 40px;
}

.contactCol i {
	font-size: 40px;
	display: block;
	color: #19987b;
	width: 60px;
	height: 60px;
	background: #fff;
	text-align: center;
	margin: 0 auto;
	border-radius: 50%;
	line-height: 60px;
}

.contactCol ul li {
	text-align: center;
	padding-bottom: 20px;
}

.contactCol input.wpcf7-form-control.wpcf7-submit {
	background: #d7455c;
	color: #fff;
	border: none;
	padding: 5px 20px;
	font-size: 20px;
	border-radius: 10px;
}

.contactCol h3 {
	color: #19987b;
	padding-bottom: 20px;
	font-size: 24px;
}
.contactTop {
	max-width: 700px!important;
}

.services-page-list {
	padding: 40px 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 -15px;
}

.serviceWrap {
	width: 33.333%;
	text-align: center;
	margin-bottom: 40px;
	padding: 0 15px;
}


.ServiceImage img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.serviceDetailing a.readMore {
	background: #d7455c;
	color: #fff;
	display: inline-block;
	padding: 5px 25px;
	margin: 20px 0 0;
	border-radius: 10px;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	width: 140px;
	margin: 0 auto;
}
.serviceDetailing h3 {
	color: #d7455c;
}
.innerHeader::before {
	background: #23282dcc;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9;
}

.innerHeader .et_pb_title_container h1 {
	color: #fff;
}
.servicesTop {
	padding: 40px 0!important;
	max-width: 800px!important;
}
.reviewTop {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	padding: 40px 0;
}
.reviewTop {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	padding: 40px 0;
}

.reviewContent {
	padding: 40px;
	margin-bottom: 60px;
	position: relative;
}

.review-listing .reviewWrap:nth-child(odd) {
	background: #d7455c;
}

.reviewWrap {
	background: #19987b;
	color: #fff;
}

.reviewWrap h3 {
	padding-top: 30px;
}

.reviewContent::before {
	content: "\f10d";
	width: 80px;
	height: 80px;
	background: #fff;
	color: #19987b;
	font-family: FontAwesome;
	font-size: 50px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: -45px;
	left: 42px;
}

.review-listing .reviewWrap:nth-child(odd)>div::before {
	color: #d7455c;
}


#sidebar .et_pb_widget {
	background: #19987b;
	padding: 15px;
	position: relative;
	overflow: hidden;
}

#sidebar .et_pb_widget li a {
	color: #fff;
	font-size: 14px;
	display: block;
	border-bottom: 1px solid #5fc7b0;
}

#sidebar .et_pb_widget h4 {
	font-size: 20px;
	color: #fff;
	position: relative;
}

.et_right_sidebar #left-area {
	width: 70%;
}

.et_right_sidebar #sidebar {
	width: 30%;
}

.et_right_sidebar #main-content .container:before {
	right: 30%!important;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#19987b+0,d7455c+100 */
	background: #19987b; /* Old browsers */
	background: -moz-linear-gradient(top,  #19987b 0%, #d7455c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #19987b 0%,#d7455c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #19987b 0%,#d7455c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19987b', endColorstr='#d7455c',GradientType=0 ); /* IE6-9 */
	top: 40px;
	height: 95%;
}

#sidebar .et_pb_widget li:last-child a {
	border: none;
}
.single h1.entry-title {
	color: #d7455c;
}

.blogImage {
	width: 30%;
	position: relative;
}

.blogContent {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 40px;
}

.blogDetailing {
	width: 70%;
	padding: 40px;
}

.blog-page-list>div:nth-child(even) .blogContent {
	flex-flow: row-reverse;
}

.blogDetailing h3 {
	font-size: 24px;
	color: #d7455c;
}

a.readMore {
	padding: 5px 20px;
	background: #d7455c;
	display: inline-block;
	margin-top: 18px;
	color: #fff;
	transition: all ease .7s;
}
.blogImage img {
	height: 100%;
	width: 100%;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	object-fit: cover;
	padding: 10px;
	border: 3px double #d7455c;
	background: #fff;
}
#sidebar .et_pb_widget::before {
	height: 700px;
	width: 100px;
	content: '';
	background: #0d866a;
	top: -200px;
	left: 0;
	position: absolute;
	transform: rotate(45deg);
}

#sidebar .et_pb_widget ul {
	position: relative;
}
.single header#main-header {
	border-bottom: 10px solid #d7455c;
}

.single header#main-header::before {
	background: #19987b;
	height: 10px;
	width: 100%;
	position: absolute;
	content: '';
	bottom: -20px;
}

.plusPoints .et_pb_blurb_content:hover {
	transform: scale(1.1);
}

.plusPoints .et_pb_blurb_content {
	transition: all ease .7s;
	cursor: pointer;
}
a.readMore:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d7455c+0,b22124+100 */
	background: #d7455c; /* Old browsers */
	background: -moz-linear-gradient(top,  #d7455c 0%, #b22124 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d7455c 0%,#b22124 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d7455c 0%,#b22124 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7455c', endColorstr='#b22124',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 0px 4px #000;
}

.reviews:hover img {
	transform: scale(1.2);
}

.reviews .et_pb_column {
	overflow: hidden;
}

.welcome>div>div::before, img.vert-move {
	-webkit-animation: mover 3s infinite  alternate;
	animation: mover 3s infinite  alternate;
}
.welcome>div>div::before, img.vert-move {
	-webkit-animation: mover 3s infinite  alternate;
	animation: mover 3s infinite  alternate;
}


.ServiceContent {
	border: 1px solid;
	border-radius: 20px;
	padding: 15px 15px 90px;
	height: 100%;
	position: relative;
}

.ServiceImage {
	height: 180px;
	overflow: hidden;
	margin-bottom: 20px;
}

.ServiceImage img {
	height: 100%;
	object-fit: cover;
	object-position: top;
}
span {
    font-family: inherit!Important;
}
/* popup box */
.popup-box{
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999999;
	background: rgba(0, 0, 0, 0.64);
	overflow: auto;
	text-align: center;
}
.disp-table {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}
.table-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
body.popup-active {
	overflow: hidden;
}
.popupContent{
	width: 60%;
	height: auto;
	margin: 10% auto;
	background: #ffffff;
	z-index: 999999;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border: 1px solid #95989A;
	padding: 30px;
	position: relative;
}
.popup-box a.close {
	position: absolute;
	top: -8px;
	right: -10px;
	color: #fff;
	background: #19987b;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	box-shadow: 0px 0px 7px #333;
}
.popup-box a.close i{
	font-size:21px;
}
.popupContent .contact_form label {
	color: #333;
	text-align: left;
	display: block;
}
.popupContent .contact_form {
	padding: 0;
}

.popupContent h3 {
	font-size: 30px;
	color: #d7455c;
	margin-bottom: 20px;
}

.popup-box .disp-table::before {
	width: 50%;
	height: 100%;
	content: '';
	background: #ff5722;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.contact_form input, .contact_form textarea {
	width: 90%;
	height: 45px;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
}

.contact_form textarea{
	height: 120px;
}

.contact_form input[type='submit'] {
	width: auto;
	height: auto;
	padding: 7px 20px;
	background: #19987b;
	text-transform: capitalize;
	font-size: 20px;
	color: #fff;
	border: none;
}
/* post live */
.serviceBrief {
	font-size: 15px;
}
.iconImage {
	max-height: 150px;
	overflow: hidden;
}

.iconImage img {
	object-fit: contain;
}

.services .content h3 {
	color: #d7455c;
}

.services-slider p {
	font-size: 15px;
	line-height: 20px;
}
.owl-carousel.services-slider .owl-stage {
	display: flex;
}
@-webkit-keyframes mover {
	0% { transform: translateY(0); }
	100% { transform: translateY(-600px); }
}
@keyframes mover {
	0% { transform: translateY(0); }
	100% { transform: translateY(-600px); }
}
@media(min-width: 1400px){

	.container, .et_pb_row{
		max-width: 1080px!important;
		margin: 0 auto;
	}
}
@media(max-width: 1350px){

#top-menu li {
    padding-right: 32px;
}
}
@media(max-width: 1200px){
	#top-menu li{
		padding-right: 15px;
	}
}
@media(max-width: 1140px){
a.estimateQuote.popup-btn {
    height: 38px;
    padding: 5px;
}

nav#top-menu-nav ul li a {
    font-size: 15px;
}
	#top-menu li {
		padding-right: 10px;
	}
	div#et-top-navigation {
		padding-right: 180px!important;
	}
}
@media(max-width: 980px){
	.mobile_menu_bar:before {
		background: var(--red);
		color: #fff;
		border-radius: 6px;
		font-size: 40px;
		cursor: pointer;
	}
	.reviews>div>div {
		width: 100%!important;
		min-height: 200px;
	}
	.reviewImg img{
		position: static;
	}
	.homeDiscount span{
		top: -100px;
	}
	div#et-footer-nav ul li {
		padding: 0 20px;
	}
	#footer-widgets .footer-widget:first-child {
		width: 100%!important;
		margin-right: 0!important;
	}

	div#media_image-2 {
		display: block;
		float: none;
		text-align: center;
	}
	div#footer-widgets {
		padding-bottom: 20px;
	}

	.homeSlider .et_pb_slide_description .et_pb_slide_title {
		font-size: 40px;
	}
	.homeDiscount p{
		padding-right: 20px!Important;
		padding-left: 20px!Important;
	}
	ul#mobile_menu {
		padding: 0;
		background: var(--red);
		border: #fff;
	}

	.et_mobile_menu li a {
		color: #fff;
		border-bottom-color: #fdb6c1;
	}

	.et_mobile_menu li:last-child a {
		border: none;
	}

	.et_mobile_menu li.current-menu-item a, .et_mobile_menu li:hover a {
		background: #fff!Important;
		color: #d7455c;
	}
	.abtLong {
		height: 300px;
	}

	.aboutTop h4 {
		font-size: 32px;
	}

	.contactCol>div:first-child {
		padding: 20px;
	}
}
@media(max-width: 767px){
	.contactCol i {
		width: 40px;
		height: 40px;
		font-size: 25px;
		line-height: 40px;
	}
	.reviews .et_pb_code_inner {
		padding: 50px 20px;
		max-width: 400px;
		margin: 0 auto;
		text-align: center;
	}
	.serviceWrap{
		width: 50%;
	}
	.content h3 {
		text-align: center;
	}

	.services .content h3 {
		padding: 15px 0;
	}
	.services .owl-nav {
		padding-top: 10px;
	}
	div#custom_html-2 ul {
		text-align: center;
		justify-content: center;
	}

	footer h4.title {
		text-align: center;
	}

	div#custom_html-3 {
		width: 100%;
		text-align: center;
	}

	div#custom_html-3 p {
		margin: 0 auto;
	}

	.homeDiscount h4 {
		font-size: 50px;
	}

	.homeDiscount p {
		padding-top: 15px!Important;
	}

	.homeSlider .et_pb_slide_description .et_pb_slide_title {
		font-size: 32px!Important;
	}
	.homeSlider::before, .welcome>div>div::before {
		width: 140px;
		height: 180px;
	}
	.homeSlider .et_pb_slide_content {
		padding: 0;
	}

	.et_pb_slide_description {
		padding: 0;
	}
	.welcome>div>div::before {
		animation: none;
	}
	.homeSlider .et_pb_slider .et_pb_slide {
		height: 350px;
	}
	.contactCol ul{
		padding-left: 0;
	}
	div#footer-info{
		padding: 20px;
	}
	footer #footer-widgets .footer-widget:nth-last-child(-n+2) {
		margin-bottom: 0!important;
	}
}
@media(max-width: 640px){
	.contactCol>div {
		width: 100%!Important;
	}
	.serviceWrap {
		width: 100%;
	}
}
@media(max-width: 568px){
	.homeSlider .et_pb_slide_content{
		display: none;
	}
	.homeSlider .et_pb_slide {
		height: 350px;
	}

	.theme-title h3 {
		font-size: 24px;
	}
	.theme-title h4{
		font-size: 20px;
	}
	#footer-widgets .footer-widget li {
		width: 100%;
	}

	.custom-social ul li {
		padding-bottom: 0!important;
	}

	#footer-widgets .footer-widget li:last-child {
		padding: 0;
	}
	div#custom_html-2 ul {
		text-align: center;
		justify-content: center;
	}

	footer h4.title {
		text-align: center;
	}

	div#custom_html-3 {
		width: 100%;
		text-align: center;
	}

	div#custom_html-3 p {
		margin: 0 auto;
	}
	.aboutTop{
		padding-bottom: 20px!Important;
	}
	div#et-footer-nav ul li {
		padding: 0 10px;
	}
	span#et-info-phone {
		display: block;
		padding-bottom: 6px;
	}
	.services-page-list{
		padding: 20px 0;
	}
	.blogContent>div {width: 100%;padding: 10px 0 20px;}

	.blogContent {
		flex-flow: row wrap!Important;
	}

	.blogImage img {
		position: static;
	}
}

@media(max-width: 480px){
	.aboutTop h4 {
		font-size: 24px;
	}
	.abtLong {
		height: 250px;
	}
	.reviews h3{
		font-size: 36px;
	}
	.content h3{
		font-size: 20px;
	}
	.homeDiscount h4 {
		font-size: 36px;
		font-weight: bold;
	}

}
@media(max-width: 440px){

	a.estimateQuote {
		display: none;
	}

	div#et-top-navigation {
		padding-right: 0!important;
	}	
	.homeSlider::before, .welcome>div>div::before {
		width: 90px;
		height: 90px;
	}
}
@media(max-width: 360px){
	div#et-top-navigation{
		padding-right: 0!Important;
	}
	a.estimateQuote{
		display: none;
	}
}