	
	
.service .banner h1{
	font-size:52px;
	font-weight:500;
	line-height:37px;
	text-align: right;
	color:#164967;
	margin-top: 98px;
	margin-bottom: 125px;
}

.service .text figure{
    margin: 0;
    padding: 39px;
	border-radius: 10px;
    padding-bottom: 0;
    box-sizing: content-box;
    margin-right: 50px;
}

#page .service .text .form_button p {
    line-height: 40px;
}

.service .text h2{
    clear: none;
	font-size: 24px;
	font-weight: 500;
	line-height: 27px;
    margin-bottom: 19px;
	margin-top: 23px;
}

.service .text h2 span{
	position:relative;
}

.service .text{
	padding-top: 6px;
	direction: rtl;
    text-align: right;
	margin-top: 21px;
}
.service .text strong {
	clear: none;
    font-size: 24px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 19px;
    margin-top: 23px;
    color: #3493a4;
    position: relative;
}

.service .text strong:after{
    content: ' ';
    height: 1px;
    width: 100%;
    border: 1px solid #d7e3ec;
    position: absolute;
    right: 0;
    bottom: -5px;
}
   

.service .text h2 span:after{
    content: ' ';
    height: 1px;
    width: 100%;
    border: 1px solid #d7e3ec;
    position: absolute;
    right: 0;
    bottom: -5px;
}

.service .text p{
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
}

.service .text figcaption{
	font-size: 17px;
    font-weight: 400;
    font-style: italic;
    line-height: 28px;
    padding-bottom: 22px;
    text-align: center;
    margin-top: 5px;
	margin-bottom:0;
	color: #3ab5d4;
}


.service .text h2:last-of-type span::after{
	display:none;
}

.service .text h2:last-of-type{
	margin-top: 38px;
	margin-bottom: 13px;
}




.service .form h3{
	font-size:22px;
	font-weight: 500;
	line-height:37px;
}


.service .form p{
	font-size:18px;
	font-weight: 400;
	line-height:37px;
    position: relative;
    top: -13px;
    margin-bottom: 9px;
}

.service .form p strong{
	font-size:21px;
	font-weight: 500;
	line-height:37px;
}

.service .form{
    display: inline-block;
   
    padding-top: 22px;
    margin-bottom: 59px;
}

.service .form {
	text-align:right;
	margin-left: 81px;
	margin-bottom: 13px;
}

.service .form form input{
	height: 50px;
    width: 203px;
    display: inline-block;
    margin-left: 13px;
    border-radius: 25px;
	border:none;
	box-shadow: 0 0 20px 0px #75abb059;
	padding-right: 24px;
}

.service .form form br{
	display:none;
}

.service .form form br{
	display:none;
}

.service .form form{
	direction: rtl;
}

.service .form p:first-of-type {
	margin-bottom: 4px;
}

.service .form form input[type="submit"]{
	background-color:#f44638;
	width:auto;
    font-weight: 500;
    font-size: 17px;
	padding-right: 34px;
	padding-left: 34px;
}


.service .form form input::-webkit-input-placeholder {color:#7ea0b5; font-family: 'Rubik', sans-serif;}
.service .form form input::-moz-placeholder          {color:#7ea0b5; font-family: 'Rubik', sans-serif;}/* Firefox 19+ */
.service .form form input:-moz-placeholder           {color:#7ea0b5; font-family: 'Rubik', sans-serif;}/* Firefox 18- */
.service .form form input:-ms-input-placeholder      {color:#7ea0b5; font-family: 'Rubik', sans-serif;}

.service .form div.wpcf7 .ajax-loader {
	position:absolute;	
}

.service .form_bg{
	border-radius: 10px;
	margin-bottom: 50px;
	margin-top: 38px;
}



@media (min-width: 1200px){
	.container {
		max-width: 1190px !important;
	}
}


@media screen and (max-width:1370px){
	.service .banner{
		background-position: center;
	}
	.service .text figure {
		margin-right: 30px;
	}
	.service .text figure {
		padding: 25px;
		max-width:300px;
		padding-bottom:0;
		
	}
}

@media (max-width:991px) and (min-width:768px){
	.service .text figure {
		padding: 17px;
		max-width: 180px;
		margin-right: 15px;
	}
	.service .form {
		text-align: center !important;
		margin-left: 0;
	}
	.service .form form input[type="submit"] {
		margin-top: 15px;
	}
	.service .form h3,.service .form p {
		text-align: center !important;
	}
}

@media screen and (max-width:1200px){
	.service .form {
		text-align: right;
		margin-left: 0;
	}
}
	
@media screen and (max-width:767px){
	.service .form {
		text-align: center !important;
		margin-left: 0;
	}
	.service .form form input[type="submit"] {
		margin-top: 15px;
	}
	.service .form h3,.service .form p {
		text-align: center !important;
	}
	.service .banner h1 {
		font-size: 30px;
	}
	.service .form p {
		font-size: 16px;
	}
}
 

@media screen and (max-width:576px){
	.service .text figure {
		background-color: unset !important;
		margin: 0;
		width: unset !important;
		float: unset;
		max-width: unset;
	}
	.service .form form input {
		width: 80%;
	}
	.service .form form input[type="tel"] {
		margin-top:15px;
	}
	

}


@media (max-width:991px) and (min-width:567px){
	.service .text .form_button {
		margin-top: 13px;
	}
}


