section  .yol {
	border-bottom: 1px solid #ececec;
}
section  .iz {
	display: flex;
	align-items: center;
	font-weight: 500;
	padding: 20px 0 15px;
}
section  .iz span {
	margin-bottom: 5px;
}
section .iz a {
	color: #bdc1d6;
	transition: 0.2s;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
section  .iz a span {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin: 0 20px;
	background-color: #bdc1d6;
}
section  .iz a:hover {
	color: #000;
}

section  .sar {
	padding: 30px 0;
}
section  .sar h1{
	font-size: 40px;
}







.contact {
	background-color: #fff;
}

.contact .follow {
	margin-left: -12px;
	margin-right: -12px;
}

.contact__inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: start;
	padding: 40px 0;
}


.contact__info {
	line-height: 1.75;
	width: 50%;
	max-width: 500px;
	margin: 0 auto;
	padding-right: 30px;
}


.contact__info p {
	color: #848e9f;
	font-weight: 500;
	margin-bottom: 30px;
}

.contact__item {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.contact__item span {
	width: 48px;
	height: 48px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e7ecf3;
	margin-right: 15px;
}

.contact__item a {
	display: block;
	color: #3f3d56;
	font-family: 'Inter', sans-serif;
	transition: 0.2s;
}

.contact__item a:hover {
	color: #8527d8;
}

.contact__form {
	width: 50%;
	max-width: 600px;
	border: 1px solid #efefef;
	border-radius: 20px;
	padding: 30px;
}


.contact__form form {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact__form .form-group {
	margin-bottom: 0;
}

.contact__form input {
	width: 100%;
	background-color: #f6f6f6;
	border-radius: 10px;
	border: 1px solid #f6f6f6;
	padding: 15px 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #848e9f;
	line-height: 1.5;
	margin-bottom: 24px;
	transition: 0.2s;
}
.contact__form .flex{
	width: 100%;
	display: flex;
}
.contact__form .flex input{
	width: 50%;
	margin: 0 19px 20px 0;
}



.contact__form input::-webkit-calendar-picker-indicator {
	opacity: 100;
	cursor: pointer;
}

.contact__form input::-moz-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #848e9f;
	line-height: 1.5;
}

.contact__form input:-ms-input-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #848e9f;
	line-height: 1.5;
}

.contact__form input::placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #848e9f;
	line-height: 1.5;
}

.contact__form input:focus {
	outline: 0;
	border: 1px solid #8527d8;
}

.contact__form textarea {
	width: 100%;
	background-color: #f6f6f6;
	border: 1px solid #f6f6f6;
	border-radius: 10px;
	padding: 15px 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #848e9f;
	line-height: 1.5;
	transition: 0.2s;
	resize: none;
	margin-bottom: 24px;
}

.contact__form textarea::-moz-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #848e9f;
	line-height: 1.5;
}

.contact__form textarea:-ms-input-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #848e9f;
	line-height: 1.5;
}

.contact__form textarea::placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #848e9f;
	line-height: 1.5;
}

.contact__form textarea:focus {
	outline: 0;
	border: 1px solid #8527d8;
}

.contact__form button {
	background-color: #8527d8;
	border-radius: 5px;
	padding: 10px 50px;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.8;
	border: none;
	transition: 0.2s;
	margin-bottom: 24px;
}
.contact__form button:hover {
	background-color: #7823c2;
}
.verifycode input{
	width: 50%;
    margin: 0 10px 0 -10px;
}












@media (max-width: 800px){
	 
.contact__inner{
	flex-direction: column;
}


.contact__form{
	width: 100% !important;
}

.contact__info {
	width: 100% !important;
} 
}

