@font-face {
	font-family: 'iranyekan';
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/eot/iranyekanwebbold.eot');
	src: url('../fonts/eot/iranyekanwebbold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/iranyekanwebbold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/iranyekanwebbold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/iranyekanwebbold.ttf') format('truetype');
}

@font-face {
	font-family: 'iranyekan';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/eot/iranyekanweblight.eot');
	src: url('../fonts/eot/iranyekanweblight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/iranyekanweblight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/iranyekanweblight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/iranyekanweblight.ttf') format('truetype');
}
@font-face {
	font-family: 'iranyekan';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/eot/iranyekanwebblack.eot');
	src: url('../fonts/eot/iranyekanwebblack.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/iranyekanwebblack.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/iranyekanwebblack.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/iranyekanwebblack.ttf') format('truetype');
}
@font-face {
	font-family: 'iranyekan';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/eot/iranyekanwebregular.eot');
	src: url('../fonts/eot/iranyekanwebregular.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/iranyekanwebregular.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/iranyekanwebregular.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/iranyekanwebregular.ttf') format('truetype');
}

@media (min-width: 768px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: right;
  }
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
	text-decoration: none;
}
.logo {
  text-align: center;
}
body{
	background-color: #f6f9fc;
	font-family: iranyekan;
	font-size: 16px;
	direction: rtl;
	text-align: right;
	line-height: 36px;
	color : #424242;
}
header {
	padding: 30px 0 21px;
	text-align: center;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 35px;
}
.finance-title {
	color: #4dd0e1;
	font-size: 24px;
	font-weight: bold;
}
@media screen and (max-width: 991px){
	.finance-title{
		text-align: center;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px){
	.finance-title{
		font-size: 18px;
	}
}
.finance-status-div {
	text-align: left;
}
@media screen and (max-width: 1199px){
	.finance-status-div{
		text-align: center;
	}
}
.finance-status {
	background-color: #27c07a;
	border-radius: 5px;
	color: #fff !important;
	padding: 14px 89px;
}
@media screen and (max-width: 1199px){
	.finance-status{
		padding: 14px 40px;
	}
}
@media screen and (max-width: 991px){
	.finance-status{
		padding: 14px 89px;
	}
}
@media screen and (max-width: 575px){
	.finance-status{
		padding: 14px 28px;
	}
}
@media screen and (max-width: 362px){
	.finance-status{
		font-size: 14px;
		padding: 14px;
	}
}
.finance-ways {
	text-align: center;
	margin-bottom: 80px;
}
@media screen and (max-width: 767px){
	.finance-ways{
		margin-bottom: 40px;
	}
}
.finance-text{
	margin: 28px 10px 48px;
}
@media screen and (max-width: 991px){
	.finance-text{
		margin: 50px 10px 80px;
	}
}
.first-way{
	background-color: #fff;
	border-radius: 5px;
	padding-top: 6px;
 	border: solid 1px #eff2f5;
	transition: transform .5s ease-in-out;
	position: relative;
	padding-bottom: 20px;
}
@media screen and (max-width:767px){
	.first-way {
		padding-bottom: 0;
	}
}
.first-way:hover {
	box-shadow: 0 3px 20px 0 rgba(77, 208, 225, 0.3);
	transform: scale(1.02);
	transition: transform .5s ease-in-out;
	backface-visibility: hidden;
}
.first-title {
	font-size: 18px;
	font-weight: 900;
	margin-top: 15px;
}
.first-text {
	padding:10px 22px;
	font-size: 14px;
  color: #707070;
	margin-bottom: 0;
	min-height: 110px;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width:991px){
	.first-text {
		min-height: 172px;
	}
}
@media screen and (max-width:767px){
	.first-text {
		min-height: 85px;
	}
}
.finance-card{
	background-color: #4dd0e1;
	padding: 10px;
	margin-top: 23px;
	border-radius: 0 0 5px 5px;
	position: absolute;
	bottom: -57px;
	width: 100%;
}
@media screen and (max-width: 767px){
	.finance-card{
		position: unset
	}
}
.finance-card-title {
	display: block;
	color : #424242 !important;
	font-weight: bold;
}

@media screen and (min-width: 767px) and (max-width: 992px){
	.finance-card-title {
		font-size: .73rem;
	}
}

.first-details {
	color : #4dd0e1 !important;
}
.finance-calculator {
	background-color: #ffd670;
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
	align-items: center;
	display: flex;
	justify-content: center;
	height: 100%;
	border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 991px){
	.finance-calculator{
		border-radius: 5px 5px 0 0;
	}
}
.calculator-img {
	margin-left: 16px;
}
.calculator-text {
	background-color: rgba(255, 214, 112, 0.1);
	font-size: 14px;
	padding: 13px 18px;
	border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 991px){
	.calculator-text{
		border-radius: 0 0 5px 5px;
	}
}
.no-paddigright{
	padding-right: 0 !important;
}
@media screen and (max-width: 991px){
	.no-paddigright{
		padding-right: 15px !important;
	}
}
.no-paddigleft{
	padding-left: 0 !important;
}
@media screen and (max-width: 991px){
	.no-paddigleft{
		padding-left: 15px !important;
	}
}
.finance-help {
	margin: 68px 0 100px;
	text-align: center;
}
.call-us {
	text-align: center;
	color: #4dd0e1;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}
.call-us-number {
	font-size: 32px;
}
footer{
	padding: 25px 0;
	text-align: center;
	margin-top: 41px;
	color : #4dd0e1;
	border-top: 1px solid #d2d2d2;
}
.modal-dialog {
  max-width: 100%;
  margin: 0 auto;
	height: 100%;
}
.modal {
	padding-right: 0 !important;
}
.modal-content {
	height: 100%;
	text-align: center;
	line-height: 40px;
	padding: 0 20%;
	position: fixed;
	overflow-y: scroll;
}
@media screen and (max-width: 991px){
	.modal-content {
		padding: 0 10%;
	}
}
@media screen and (max-width: 576px){
	.modal-content {
		padding: 0 20px;
	}
}
.modal-title {
	color: #4dd0e1;
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 74px;
}
@media screen and (max-width: 576px){
	.modal-title {
		margin-top: 70px;
		margin-bottom: 34px;
	}
}
.modal-title-details {
	font-weight: bold;
	margin-top: 10x;
	margin-bottom: 10px;
}

.close {
	position: absolute;
	top: 28px;
	right: 45px;
	z-index: 9999;
}
.text-blue {
	color: #4dd0e1;
}
.text-blue:hover {
	color: #4dd0e1;
	text-decoration: underline;
}
.modal-text {
	margin-bottom: 74px;
}
.blue-box {
	background-color: #4dd0e1;
	color: #2f4858;
	border-radius: 5px;
	padding: 10px 138px;
	margin: 74px 0;
	font-weight: bold;
	font-size: 18px;
}
.blue-box:hover {
	color: #2f4858;
}
@media screen and (max-width: 767px){
	.blue-box {
		padding: 10px 20px;
	}
}
/* CALCULATOR */
.calculator {
	color: #ffd670 !important;
	border-radius: 5px;
	border: 1px solid #ffd670;
  padding: 15px 40px;
}
.calculator:hover {
	color: #ffd670;
}
.cal-name {
	position: relative;
	top: 2px;
	right: 8px;
}
@media screen and (max-width: 320px){
  .cal-nam {
    font-size: 14px;
  }
}
.close-cal {
	display: block;
	margin: 25px 60px 0px;
}
.reset-form {
	padding-bottom: 20px;
	text-align: center;
	color: #4dd0e1;
}
.calculator-main{
	display: none;
}
.calculator-main.show-calculator{
	display: block;
	background: #293f4d;
	overflow-y: scroll;
	position: fixed;
	width: 100%;
	z-index: 100;
	height: 100%;
}
.modal-calculator {
	background-color: #293f4d;
	text-align: right;
}
.modal-body-cal {
	padding-top: 80px;
}
.calculator-box{
	background: #fff;
	border-radius: 5px;
	margin: 0 auto;
	width: 60%;
	z-index: 100;
	top: 0;
	position: relative;
}
@media screen and (max-width: 575px){
	.calculator-box{
		font-size: 13px;
	}
}
@media screen and (max-width: 1695px){
	.calculator-box{
		width: 62%;
	}
}
@media screen and (max-width: 1199px){
	.calculator-box{
		width: 100%;
	}
}
.cal-title {
	background-color: #ffd670;
	color:#424242;
	font-size: 18px;
	text-align: center;
	padding: 18px 0;
	border-radius: 5px 5px 0 0;
}
.cal-form {
	padding: 30px;
	color: #707070;
}
.cal-notice {
	color: #424242;
	text-align: center;
}
@media screen and (max-width: 991px){
	.payment {
		display: block;
		padding-bottom: 15px;
	}
}
input[type=checkbox]
{
  -webkit-appearance:radio;
	font-family: iranyekan;
}
#prepaymentdiv{
	display: none;
}
.cal-check-box {
	padding-right: 25px;
}
.check-cal-input {
	top: 8px;
	z-index: 1000000;
}
.form-group{
	margin-bottom: 30px !important;
}
.form-control{
	font: normal 16px 'iranyekan';
}
.btn-calculator {
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 40px;
}
.calculator-submit {
	background: #ffd670;
	padding: 7px 60px;
}
.result-calculator {
	background-color: #eff2f5;
	color: #424242;
	border-radius: 5px;
	padding: 10px;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 28px;
	display: none;
}
.result-calculator.result-show{
	display: block;
}
@media screen and (max-width: 575px){
	.result-calculator {
		width: 98%;
	}
}
.modal-title2 {
	font-size: 18px;
	font-weight: bold;
}
.modal-title3 {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	padding-top: 15px;
}

@media screen and (min-width: 767px){
	.shop-card{
		margin-top: 4rem;
	}
}