@font-face {
    font-family: gess ;
    src: url(GESSTwoMedium-Medium.woff2);
}
@font-face {
    font-family: gesslight ;
    src: url(GESSTwoLight-Light.woff2);
}

body {
    direction: rtl;
    font-family: gess , gesslight ,Montserrat;
    position: relative;
} 

/*===================================================*/
/*Start Block1*/
.block1 {
    padding: 35px 0 0;
    background: url("../images/block1.1.png") no-repeat;
    background-size: cover;
    max-width: 2000px;
    margin: auto;
}
.block1-head {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    font-size: 37px;
    color: #fff;
    line-height: 1.7;
}

.block1-ul {
    text-align: right;
    padding: 0;
    font-size: 22.7px;
    line-height: 2;
    margin: 24px auto;
    color: #fff;
    font-family: gesslight;
}
.block1-ul li i {
    color: #ed4230;
    position: relative;
    top: 2px;
    padding-left: 3px;
}

.block1-btn {
    background: #b3142f;
    color: #fff;
    width: 90%;
    font-size: 42px;
    line-height: 1.2;
    border-radius: 5px;
    position: relative;
    animation: btn 1.5s infinite
}
@keyframes btn {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}
.block1-btn span {
    font-size: .36em;
    display: block;
    font-family: gesslight;
}

.block1-logo {
    width: 40%;
    margin: 0 auto 20px;
}
.block1-img {
    margin:0 auto 50px;
    width: 90%;
}
.block1-img1 {
    width: 95%;
    margin: 10px auto;
}

.block1-img3 {
    width: 83%;
    margin: 0 auto 20px;
}

/*===================================================*/
/*Start mid-section*/
.mid-section {
    background: #2b2b2b;
    color: #fff;
    text-align: right;
    font-size: 25px;
    line-height: 1.2;
    min-height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
}
.mid-section-head {
    font-size: 20px;
    text-align: justify;
    line-height: 1.5;
}

/*===================================================*/
/*Start Block2*/
.block2 {
    overflow: hidden;
    padding: 20px 0 0;
    background: #f4f4f4;;
}
.block2-head {
    font-size: 32px;
    padding: 8px 0;
    color: #000;
    line-height: 1.3;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.block2-head span {
    color: #c42329;
}
.block2-head:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
    width: 70px;
    height: 5px;
    background: #c42329;
    z-index: 6;
    border-radius: 3px;
}
.block2-head:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
    width: 150px;
    height: 1px;
    background: #3b3b3b;
    z-index: 5;
}

.block2-head2 {
    background: #fff;
    font-family: Montserrat;
    font-weight: 600;
    margin-top: 50px;
    line-height: 3.5;
    margin-bottom: 90px;
    transition: all .3s ease-in-out;
    border: 1px solid transparent;
    border-radius: 3px;
}
.block2-head2:hover {
    background: #d72a30;
    transform: scale(1.05);
    color: #fff;
    border-color: #fff;
    box-shadow: -6px 5px 16px #00000085;
}
.block2-head3 {
    font-size: 25px;
    font-family: gesslight;
    margin: 30px auto;
}
/*===================================================*/
/*Start Block3*/
.block3 {
    padding: 30px 0 0;
    overflow: hidden;
    background: #f7f7f7;
}

.block3-head {
    font-size: 18px;
    font-family: gesslight;
    background: #fff;
    border: 1px solid #c5c5c5;
    margin-bottom: 50px;
    padding: 10px 2px;
    transition: all .3s ease-in-out;
}
.block3-head:hover {
    background: #d72a30;
    transform: scale(1.05);
    color: #fff;
    border-color: #d72a30;
    box-shadow: -6px 5px 16px #00000085;
}
.how-to-use {
    padding: 20px 0 0;
}
.how-to-use-head {
    font-size: 45px;
    color: #118b8e;
     ;
}
.how-to-use-head span {
    color: #ea4b36;
}
.how-to-use-container {
    text-align: right;
    font-size: 26px;
    font-family: gesslight;
    margin-top: 6px;
}

/*===================================================*/
/*Start Block5*/

.block5 {
    padding: 35px 0 0;
    background: url("../images/block4.1.png") no-repeat;
    background-size: cover;
    max-width: 2000px;
    margin: auto;
}
.block5-p {
    font-family: gesslight;
    text-align: justify;
    font-size: 20px;
}
.block5-img {
    width: 42%;
    margin: 50px auto 40px;
}
/*===================================================*/
/*Start Block4*/
.block4 {
    padding: 30px 0;
}
.logo {
    max-width: 140px;
    margin: 30px auto;
}

.block4-head {
    font-size: 22px;
}

.block4-container {
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 55px 165px 10px 20px;
    text-align: center;
    min-height: 182px;
    font-size: 19px;
    margin-bottom: 50px;
    position: relative;
    line-height: 1.2;
    color: #fff;
    z-index: 5;
}


.block4-container.one {
    background:#5b9fa2 url("../images/block4.4.png") no-repeat;
    background-size: 25%;
    background-position: 90% 55%;
}
.block4-container.two {
    background:#de594a url("../images/block4.2.png") no-repeat;
    background-size: 25%;
    background-position: 90% 55%;
}

.block4-container.three {
    background:#21333d url("../images/block4.3.png") no-repeat;
    background-size: 25%;
    background-position: 90% 55%;
}
.block4-container span {
    border: 5px solid #5b9fa2;
    color: #5b9fa2;
    border-radius: 50px;
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 35px;
    margin-bottom: 25px;
    position: absolute;
    top: -2%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -5;
    font-family: Tajawal;
    padding-bottom: 25px;
    font-weight: 500;
}
.block4-container.two span {
    border: 5px solid #de594a;
    color: #de594a;
}
.block4-container.three span {
    border: 5px solid #21333d;
    color: #21333d;
}
.how-to-use-p2 {
    text-align: center;
    font-size: 21px;
    margin-bottom: 30px;
}
.form {
    padding: 15px 0;
    border: 1px solid #111111;
    border-radius: 3px;
	background: #2a3040;
}

.form-head {
    font-size: 25px;
    color: #128c91;
    line-height: 1.5;
    font-weight: 700;
}
.form-head span {
    color: #e84c35;
}
.form-control-input {
    width: 90%;
    margin: auto;
    font-size: 18px;
    color: #21242e;
    resize: none;
    height: auto ;
    border: 1px solid #212121;
    font-family: gesslight;
    line-height: 2;

}
select.form-control-input {
    height: calc(2.25rem + 15px) !important;
}
.form-control-input::-webkit-input-placeholder {
    color: #6c6c6c;
}

.form-control-input:-ms-input-placeholder {
    color: #6c6c6c;
}

.form-control-input::placeholder {
    color: #6c6c6c;
}


#form-phone {
    font-family: Montserrat
}
#form-phone::-webkit-input-placeholder {
         font-family: gesslight;
}

#form-phone:-ms-input-placeholder {
         font-family: gesslight;
}

#form-phone::placeholder {
         font-family: gesslight;
}
.form-img {
    margin: 15px auto 30px;
}

.form-call {
    width: 90%;
    font-size: 34px;
    background: #b3142f;
    line-height: 2;
    color: #fff;
}


.form-call:hover {
    color: #FFF;
    text-decoration: none
}


.block4-p {
    line-height: 1;
    font-size: 19px;
}


.form .form-group {
    margin-bottom: 25px;
}


.last-img {
    margin: 25px auto 10px;
    width: 90%;
}

.block4-price {
    width: 74%;
    margin: -2px auto 0;
}