body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	background-color:#71cddd;
}

.container {
    max-width: 100%;
}

.full-s{
    height: 100vh;
}

.banner-left{
    margin-top: 0px;
    background: url("../img/nofar_bg_c.jpg");
    background-repeat: no-repeat;
    background-position:left center; 
    height: 100%;
    background-size: cover;
    background-color: #ffffff;
    
}

.vertical-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.banner-right{
    background-color: #71cddc;
    height: 100%;
}

.nfk-logo{
    width: 60%;
    margin: auto;
}

.bullets{
   display: grid;
    grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
}

.bull-title{
    font-family: 'Arimo', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color:#000000;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}


.bull{
    width: 120px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

 .bull:hover{
    filter:brightness(1.05);
    transform: scale(1.05);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.domain-text {
    letter-spacing: 3px;
    font-weight: 900;
    font-size: 17px;
    color:#000000;
    margin-top: 5%;
}

.form-he{
    position: absolute;
    margin: auto;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    width: 60%;
    height: 610px;     
}

.modal-body {
    padding: 0px;
}

.single-input {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    border: none;
    outline: none;
    background: transparent;
    padding: 0 0;
    font-family: roboto;
    color: #fff;
    border-bottom: 1px #fff dotted;
    text-align: right;
    font-size; 15px;
    font-family: 'Arimo', sans-serif;

}

.single-textarea {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: transparent;
    padding: 0 10px;
    height: 100px;
    resize: none;
    margin-top: 30px;
    border: 1px #fff dotted;
    font-family: roboto;
    text-align: right;
}

.primary-btn {
    font-size:15px;
    line-height: 42px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 35px;
    border: 1px solid transparent;
    color: #000000;
    display: inline-block;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    background: #ffffff;
}


.title-form{
    direction: rtl;
    text-align: right;
    font-size: 22px;
    line-height: 28px;
    float: right;
    font-weight: 500;
    z-index: 999;
}

.phone-style{
    color: #ffffff;
    text-decoration-line: underline;
    text-decoration-style: dotted;	
}

p{
   direction: rtl; 
}

.ftb{
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
}

#form_contact ::-webkit-input-placeholder{
   font-size:15px;
   font-weight:500;
   color:#000000!important;
   font-family: 'Arimo', sans-serif;
}


#form_contact :-ms-input-placeholder{
   font-size:15px;
   font-weight:900;
   color:#000000!important;
   font-family: 'Arimo', sans-serif;
}

#form_contact ::-moz-placeholder{
    font-size:15px;
    font-weight:700;
    color:#000000!important;
    font-family: 'Arimo', sans-serif;
}

#thanku{
    background: url("../img/thanks_texture.png");
    background-repeat: repeat;
}

.thanku-logo{
    width: 65%;
    margin-left: auto;
    margin-right: auto;
	padding:0px;
}

.back-btn{
    border:3px #ffffff solid;
    padding: 10px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 6px;
}


.back-btn:hover{
    color: #000000;  
}



	
@media (max-width: 1400px){
    .title-form.ftb {
        font-size: 26px;
        line-height: 32px;
    }
    .form-he {
        width: 80%;
        height: 550px;
    }
     .title-form {
        margin-bottom: 10px;
    }
    
    .bullets {
        width: 90%;
    }
}


@media (max-width:1024px) and (min-width:991px) {
		.banner-left {
			height: 700px;
	}
	.domain-text {
		margin-bottom: 5%;
	}
} 


@media (max-width: 991px){
    .banner-left {
        background-size: cover;
        background-position: center;
        height: 450px;
    }
    .banner-right {
        height: 680px;
    }
    .nfk-logo{
        width: 70%;
        margin-top: 5%;
    }
    .form-he {
        width: 85%;
        height: auto;
        margin-top: 20px;
    }
    
    .text-left {
        text-align: center !important;
    }
    .title-form.ftb {
        font-size: 25px;
        line-height: 28px;
    }

    .title-form{
        direction: rtl;
        text-align: right;
        font-size: 20px;
        line-height: 24px;
        float: right;
        font-weight: 500;
    }

    .ftb{
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        margin-top: 10px;
    }
    .title-form {
        margin-bottom: 20px;
    }
  
    .bull {
        width: 70%;
    }

    
    .bull-title {
        font-size: 14px;
        line-height: 16px;
        width: 90%;
    }
    .row{
        display: flex;
        flex-direction: column-reverse;
    }
    .full-s{
        height: auto;
    }
    .domain-text {
        font-size: 15px;
    }
    .tnx-title {
       font-size: 22px;
        margin-left: auto;
        margin-right: auto;
    }
	
	.form-he.vertical-center {
		display: block!important;
	}
	
}

	
