
.contact_page .f_inf p{
	display: inline-block;
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
	color:#454563;
}

.contact_page .f_inf .footer_mail p{
	color: #5da4b2;
}

.contact_page .f_inf i{
	color: #fff;
	font-size: 15px;
	line-height: 26px;
	margin-left: 23px;
	width: 52px;
	height: 52px;
	background-color: #3ab5d4;
	border-radius:50%;
	padding-top: 13px;
    text-align: center;
	
}

.contact_page .f_inf {
    text-align: right;
	margin-top: 52px;
    padding-right: 52px;
}


.contact_page .f_inf > div{
	margin-bottom: 16px;
}

.contact_page .form {
	text-align: right;
}

.contact_page .form > div {
    direction: rtl;	
}
	
.contact_page .form input{
	height: 52px;
	border-radius: 26px;
	background-color: #e3f3f8;
	border:unset;
	width: 202px;
    display: inline-block;
    margin-bottom: 19px;
	color: #7ea1b5;
	font-size: 17px;
	font-weight: 400;
	padding-right: 25px;
}
	
.contact_page .form textarea{
	height: 119px;
	border-radius: 26px;
	background-color: #e3f3f8;
	border:unset;
	resize: none;
	color: #7ea1b5;
	font-size: 17px;
	font-weight: 400;
	padding-right: 25px;
}

.contact_page .form .title{
	color: #3493a4;
	font-size: 22px;
	font-weight: 500;
	line-height: 37px;
}

.contact_page .form .form_button {
	margin-top:20px;
}

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

.contact_page .form form input[type="tel"] {
	margin-right: 18px;
}

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

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



.contact_page .title h1{
	color: #164967;
	font-size: 52px;
	font-weight: 500;
	line-height: 37px;
	text-align:right;
	margin-top: 56px;
	margin-bottom: 18px;
}

.contact_page{
	background-repeat: no-repeat;
    background-position-y: 20px;
}




.contact_page .selecter .selecter-options {
	border:none;

}

.contact_page .selecter .selecter-selected {
	border:none;
	height: 52px;
	border-radius: 26px;
	background-color: #e3f3f8;
	border:unset;
	width: 202px;
    display: inline-block;
	margin-right: 18px;
}

.contact_page .selecter .selecter-item {
	font-size:15px;
}

.contact_page .selecter > span {
	font-size:15px;
	color: #7ea1b5;
	font-size: 17px;
	font-weight: 400;
	padding-top: 14px;
	padding-right: 22px;
}

.contact_page .selecter span.selecter-item:hover {
	background-color: #f0fafb;
}

.contact_page .selecter{
	display:inline-block;
	margin:0;
	margin-top: -20px;
    top: 19px;

}

.selecter-item.selected {
    background: #e3f3f8;
}
  
.contact_page .selecter .selecter-selected:before {
    position: absolute;
    top: 27px;
    left: 23px;
    content: '';
    display: block;
    height: 2px;
    width: 6px;
    background-color: #f44638;
    transform: rotate(-43deg);
}

.contact_page .selecter .selecter-selected:after {
    position: absolute;
    top: 27px;
    left: 19px;
    content: '';
    display: block;
    height: 2px;
    width: 6px;
    background-color: #f44638;
    transform: rotate(43deg);
}


.contact_page .selecter.open .selecter-selected {
    border: 2px solid #cfebee !important;
}

.contact_page .form br{
	display:none;
}



.contact_page .f_inf .hvr-fade:hover,.contact_page .f_inf .hvr-fade:focus,.contact_page .f_inf .hvr-fade:active {
    background-color: #2d9ebb;

}





@media (min-width:1430px) and (max-width:1670px){

}

@media (min-width:1200px) and (max-width:1370px){
	.contact_page .form input {
		width: 164px;
	}
	.contact_page .selecter .selecter-selected {
		width: 164px;
	}
	.contact_page .f_inf {
		text-align: right;
		margin-top: 91px;
		padding-right: 0px;
	}
}

@media (min-width:992px) and (max-width:1199px){
	.contact_page .f_inf {
		padding-right: 0px;
		margin-top: 25px;
	}
	.contact_page .f_inf > div {
		width: 263px;
		display: inline-block;
	}
	.contact_page .form {
		margin-top: 25px;
	}
	.contact_page .form input {
		width: 214px;
	}
	.contact_page .selecter .selecter-selected {
		width: 214px;
	}
	body .contact_page {
		background-position-x: -363px;
		background-position-y: 100%;
	}
	.contact_page .f_inf i {
		width: 35px;
		height: 35px;
		padding-top: 5px;
	}
}

@media (min-width:992px) and (max-width:1600px){

}

@media (min-width:768px) and (max-width:991px){

}

@media screen and (max-width:1800px){
	.contact_page {
		background-position-x: -200px;
	}
}

@media screen and (max-width:991px){
	.contact_page .f_inf {
		padding-right: 0px;
		margin-top: 25px;
	}
	.contact_page .f_inf > div {
		width: 263px;
		display: inline-block;
	}
	.contact_page .form {
		margin-top: 25px;
	}
	.contact_page .form input {
		width: 214px;
	}
	.contact_page .selecter .selecter-selected {
		width: 214px;
	}
	body .contact_page {
		background-position-x: -363px;
		background-position-y: 100%;
	}
	.contact_page .f_inf i {
		width: 35px;
		height: 35px;
		padding-top: 5px;
	}
	.contact_page .form input {
		width: 100%;
	}
	.contact_page .form form input[type="tel"] {
		margin-right: 0px;
	}
	.contact_page .selecter {
		display: block;
		max-width:unset;
		margin-bottom: 37px;
	}
	.contact_page .selecter .selecter-selected {
		display: block;
		margin-right: 0px;
		width: 100%;
	}
	.contact_page {
		background-image:none !important;
	}
	.contact_page .mob_img{
		display:block !important;
	}
}

@media screen and (max-width:767px){

	.contact_page .f_inf i {
		margin-left: 9px;
	}
	.contact_page .f_inf > div {
		width: 248px;
	}
}

@media screen and (max-width:576px){
	.contact_page .f_inf > div {
		width: 100%;
	}
}









@media screen and (min-width:992px){

	.contact_page .selecter .selecter-options {
		border: none;
		right: 51px;
	}
}