body {
    margin: 0;
    padding: 0;
    direction: rtl;
    text-align: center;
    font-family: "Heebo", sans-serif;
    font-size: 16px;
    letter-spacing: 0px;
    color: #ffffff;
}

.row {
    /* background-image: url("../img/bac.png");
    background-repeat: no-repeat;
    background-size: 100% 100%; */
}
#enable-modal{
    color: #000000;
    text-align: right;
}
.container-fluid {
    /* padding-right: 0;
    padding-left: 0; */
    /* max-width: 1920px; */
}

a:focus,
a:hover {
    text-decoration: none;
}

.mobile {
    display: none;
}
.green {
    color: #99ca3d;
}
p {
    margin-bottom: 0;
}
.mt-30{

       margin-top: 30px !important;
}

a {
        color: #003c7f;
}
/* -----
----------- section1 ------------------ */

.section1  {
   
}

.background-video {
    width: 125%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    min-height: 100vh;
}
.main{
width: 67%;
padding: 30px;
text-align: right;
}

.main h1{
        font-size: 85px;
    font-weight: bold;
}
.title
{
        margin: 40px 0px;

}

.main h4{
        font-size: 35px;
        margin-bottom: 0;

}
.main p {
    font-size: 37px;
    line-height: 1.2;
}
.box_imgs
{
    padding: 20px 0;
}
.box_imgs img
{
    width: 23%;
    margin: 0.5%;
    display: inline-block;
        /* display: flex;
            gap: 6px; */
}

.footer{
    font-size: 23px;
    border-top: 1px solid #99ca3d;
    border-bottom: 1px solid #99ca3d;
    padding: 5px 0;
}
/* ---------------- section-form -from----------------- */

.section-form {
   
    padding: 10px;
    margin-top: 40px;
}
.section3{
 min-height: 100vh;
    background-color: #ffffff;
    color: #20346b;
}
.section-form .logo {
    border-width: 50%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.section-form .note {
    font-size: 11px;
    display: inline-block;
    text-align: right;
      width: 92%;
    vertical-align: bottom;
    font-size: 18px;
}

.section-form h4 {
    margin: 20px auto;
    font-size: 29px;

}

.asterisk {
    font-size: 14px;
    text-align: right;
    margin-top: 7px;
}



.form-group {
    /* padding: 0 10px; */
    margin: 7px auto;
}

.form-control {
border: none;
    color: #20346b;
    height: 55px;
    border-radius: 0;
    margin: 12px auto;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 18px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #20346b !important;
}
::-moz-placeholder { /* Firefox 19+ */
   color: #20346b !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #20346b !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #20346b !important;
}

.footer
{
    font-size: 28px;
    font-weight: bold;
    border-top: 1px solid yellow;
    border-bottom: 1px solid yellow;
    padding: 10px 0;
    text-align: center;
    width: 97%;
}

select {
    height: 40px;
    border-radius: 78px;
    margin: 0px auto;
    width: 100%;
    padding: 6px 12px;
    color: #000000;
    margin-bottom: 10px;
}

.btn_send {
    color: #20346b;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #99ca3d;
    background-color: #99ca3d;
    height: 46px;
    border-radius: 78px;
    font-size: 21px;
    font-weight: bold;
    margin-top: 20px;
}

.toda {
    margin: 100px 0;
}

.Thanks {
    padding: 20px 0;
    font-weight: bold;
}

.Thanks p {
    font-size: 24px;
    text-align: center !important;
}

.Thanks h4 {
    font-size: 30px;
}


/* ---------------- section4 ------------------ */


.nagish {
    max-width: 800px;
    padding: 20px;
    margin: 0 auto;
    margin-top: 20px;
    color: #ffffff;
}

.nagish a {
    color: #3ebbf9;
}
.nagish  a:focus, .nagish  a:hover {
    color: #555;
}
/* ---------------- section5 ------------------ */


/* } */

@media screen and (max-width: 1800px) {
.main p {
    font-size: 1.9vw; 
    }
    .footer {
    font-size: 1.45vw;
    }

    .section-form {
    padding: 20px;
    width: 100%;
    }

    .section-form h4 {

    font-size: 1.8vw;
}
.section-form .note {

    font-size: 1.2vw;
}

}


@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .row {
        background-image: none;
        margin-right: 0;
        margin-left: 0;
    }
    .col-md-3,
    .col-md-9 {
        padding-left: 0;
        padding-right: 0;
    }
    .container,.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    body{
        background-color: #002e6e;
    }
    .main {
    width: 100%;
    text-align: center;
    margin-top: -30px;
        padding-top: 0;
        background-color: #002e6e;
        position: relative;
          padding: 22px;

    }
    .video_mob {
    width: 100%;
    position: static;

}

    .section-form h4 {
        font-size: 7.8vw;
    }
        .section-form .note
 {
        font-size: 4.2vw;
    }


.title{
    position: absolute;
    width: 55%;
    right: 20px;
    top: 20%;
}
.main h4 {
    font-size: 5.7vw;
}
.main p {
    font-size: 5.3vw;
}
.box_imgs img
 {
    width: 48%;
 }
 .footer {
    font-size: 5vw;
    padding: 5px 0;
 }
 .section3
 {
    min-height: auto;
    padding-bottom: 50px;
 }
 .div-logo{
background-color: #ffffff;
display: flex;
  justify-content: space-around;
 }
.div-logo img
   {
            width: 30%;
    padding: 15px 0;
     }
}
 .green_m{
    color: #99ca3d;

 }
 
    .section-form {
        padding: 25px;
        width: 90%;
        margin: 0 auto;
        margin-top: 0;
        padding-top: 10px;
    }
   
    .toda {
        margin: 20px 0;
    }
    .nagish {

        height: auto;
    }
   .grecaptcha-badge{
        bottom: 0px !important;
    }
      /*
    #enable-toolbar-trigger
    {
        margin-top: -60px !important;
    } */
   