body{
    margin: 0;
    padding: 0;
        animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
}
.footer {
    width: 50%;
}
.modal-content {
    text-align: right;
}
.modal-dialog {
    direction: rtl;
}
.modal-header {
    display: inline-block;
}
.modal-open .modal {
    z-index: 99999999999999999;
}
 @keyframes fadein {
      from {
           opacity:0;
      }
      to {
           opacity:1;
      }
      }
      @-moz-keyframes fadein { /* Firefox */
      from {
           opacity:0;
      }
      to {
           opacity:1;
      }
      }
      @-webkit-keyframes fadein { /* Safari and Chrome */
      from {
           opacity:0;
      }
      to {
           opacity:1;
      }
      }
      @-o-keyframes fadein { /* Opera */
      from {
           opacity:0;
      }
      to {
           opacity: 1;
      }
   }
*{
   font-family: 'Heebo', sans-serif;
}
/*loader*/
.tnx #thankyou {
    position: absolute;
    top: 41px;
    text-align: center;
    width: 98%;
    height: 100%;
    background: #000000d1;
    display: block;
    margin: -89px -65px 0 0;
    padding: 32px 28px 0 12px;
    z-index: 99;
}
#thankyou {
    position: absolute;
    top: 0px;
    text-align: center;
    width: 17vw;
    height: 19vw;
    background: #fbc44ed1;
    display: none;
    padding: 0.8vw;
    z-index: 99;
}
.spinner {
    margin: 66% auto 0;
    width: 70px;
    text-align: center;
}
.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #f3f3f3;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
div#formuser {
    text-align: right;
    line-height: 29px;
    font-size: 24px;
    color: #fff;
}

.headform {
    font-size: 1.5vw;
    color: #000;
    padding-bottom: 0vw;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 1vw;
    padding-right: 0.5vw;
    padding-left: 0.5vw;
    margin-right: 0;
    font-family: 'Heebo', sans-serif;
    margin-top: 1vw;
    text-align: center;
}
.dslider img {
    height: 33.3vw;
}
.fillforms {
    color: #fff;
    font-weight: 400;
    font-size: 1vw;
    vertical-align: bottom;
}
.fillforms, span.checkb {
    display: block;
    float: right;
}
span.checkb {
    bottom: 7px;
    line-height: 11px;
    font-size: 14px;
    top: 227px;
    right: 22px;
   font-family: 'Heebo', sans-serif;
    font-weight: 300;
    padding-right: 15px;
    /* display: none; */
}
.bway{
    margin: 1vw;
    font-size: 0.7vw;
    position: relative;
    z-index: 10000;
    text-align: left;
    left: 0;
    float: left;
}

span.checkb input {
    margin-left: 7px;
}

.wrapper{
    position: relative;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
}

.web{
    display: block;
    height: 47.5vw;
}
.mob{
    display: none;
}
.mob_a{
    display: none;
}
.lpweb{
    position: relative;
    width: 100%;
    z-index: 9;
    /* opacity: 0.9; */
}
.content p {
    color: #232323;
    font-size: 1vw;
    margin: auto;
    padding-top: 1vw;
}

.content p.bold {
    color: #232323;
    font-size: 2.6vw;
    margin: 0;
    font-weight: bold;
    line-height: 1;
    padding-top: 2vw;
}
.formbox{
    direction: rtl;
    position: absolute;
    bottom: 2vw;
    width: 17vw;
    right: 37.5vw;
    float: right;
    height: 19vw;
    margin: 0 auto auto;
    left: 0;
    bottom: 0;
    top: 25vw;
    z-index: 999;
    background: #ffffff;
}
.formbox input{
    box-sizing: border-box;
    border-radius: 0;

}
.formbox input[type=text]{
       outline: 0;
       height: 2.6vw;
       width: 15vw;
       font-family: 'Heebo', sans-serif;
       font-size: 17px;
       padding: 0.5vw 0.5vw 0.5vw 0.5vw;
       text-align: right;
       float: none;
       direction: rtl;
       border: 1px solid #fff;
       margin-bottom: 0.7vw;
       background-color: #ececec;
       color: #888888;
       font-weight: 500;
       margin-top: 0;
       margin-right: 1vw;
}
#sendbtn {
    width: 15vw;
    font-size: 1vw;
    height: 2.8vw;
   font-family: 'Heebo', sans-serif;
    padding-right: 1vw;
    float: right;
    font-weight: 700;
    cursor: pointer;
    border-radius: 0;
    outline: 0;
    line-height: 2vw;
    background: #e34a77;
    border: 1px solid #e34a77;
    color: #fff;
    margin-top: 0vw;
    margin-right: 1vw;
}
.call {
    display: none;
}
footer {
    background: #ffffff;
    border-top: 1px solid;
    text-align: center;
    width: 100%;
    font-size: 1vw;
}
footer a {
    display: inline-block;
    color: #232323;
    text-decoration: none;
    line-height: 12px;
    text-align: left;
}
.section-buttons {
    position: absolute;
    top: 39.1vw;
    word-spacing: 1vw;
    left: 46vw;
    height: 2vw;
    width: 9vw;
    display: flex;
}
.section-buttons .button {
    width: 4vw;
    height: 2vw;
    border: 0;
    margin: 0;
    padding: 0;
}
.section-buttons .button img {
    width: auto;
    padding: 0;
    width: 3vw;
    -webkit-animation: pulse 1.5s infinite;
    -moz-animation: pulse 1.5s infinite;
    -o-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
}
::-webkit-input-placeholder {
    color: #888888;
}

:-moz-placeholder { /* Firefox 18- */
    color: #888888;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #888888;
}

:-ms-input-placeholder {
    color: #888888;
}
.txt_top{
    position: absolute;
    top: 2vw;
    right: 32vw;
    width: 52vw;
}
.txt_middle{
    position: absolute;
    top: 37vw;
    right: 39vw;
    width: 21vw;
}
.line-right{
    position: absolute;
    top: 7vw;
    right: 0;
    z-index: 10;
    width: 66vw;
}
.line-left{
    position: absolute;
    top: 7.5vw;
    left: 0;
    z-index: 10;
    width: 38vw;
}
.logo{
    position: absolute;
    top: 20vw;
    left: 22.3vw;
    width: 17vw;
    z-index: 999;
}
.logos{
    position: absolute;
    top: 18vw;
    right: 31.7vw;
    width: 53vw;
    z-index: 10;
}
.mainslider {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.slick-list{
    /* box-shadow: 0px 0px 12px 2px #000000; */
}
.slick-dots {
    list-style: none;
    position: relative;
    z-index: 99999;
    bottom: 8vw;
    right: 1vw;
    outline: none;
}
.slick-dots li {
    display: inline-block;
    border: 0;
    margin: 0 0.3vw;
}
.slick-dots button {
    background: #ffffff;
    /* opacity: 0.5; */
    border-radius: 50%;
    padding: 6px;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #1a5c9a;
}
.slick-active button {
    background: #003576;
    opacity: 1;
    border: 1px solid #1a5c9a;
    outline: none;
}

#c2f_btn {
    height: 3vw;
    width: 9vw;
    left: 0px;
    top: 7vw;
    background: #198a45;
    z-index: 54;
    cursor: pointer;
    display: inline-block;
    float: left;
    position: fixed;
    border-top-right-radius: 5vw;
    border-bottom-right-radius: 5vw;
    /* opacity: 0.5; */
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
#c2f_btn:hover {
    opacity: 1;
}
#c2f_btn #c2f_icon {
    width: 2vw;
    height: 2vw;
    margin: 0.49vw;
    background: url(../images/c2f-icon.png) center center no-repeat #198a45;
    background-size: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
    display: inline-block;
    vertical-align: text-bottom;
    float: right;
}
#c2f_btn h4 {
    font-size: 1vw;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    line-height: 1em;
    letter-spacing: 0.1vw;
    margin: 0.7vw;
    display: inline-block;
    position: relative;
    /* top: -0.5vw; */
}
.content {
    width: 70%;
    margin: 0vw auto;
    top: 29vw;
    position: absolute;
    direction: rtl;
    right: 1vw;
    z-index: 999;
}
.content p.elinor {
    width: 67vw;
    position: absolute;
    top: 13vw;
    font-size: 0.7vw;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.content .txt .title {
    display: block;
    position: relative;
    top: 0vw;
    font-weight: 500;
    font-size: 1.1vw;
    text-align: right;
    right: 2vw;
    line-height: 2;
}
.content .txt .subtitle {
    position: relative;
    top: 0vw;
    font-weight: 400;
    font-size: 2.3vw;
    color: #232323;
    /* letter-spacing: -0.199vw; */
    margin-left: 0.6vw;
}
.content .txt .subtxt {
    position: relative;
    font-weight: 600;
    font-size: 4vw;
    color: #a72c32;
    line-height: 1.5;
    letter-spacing: -0.199vw;
}
.form_title {
    font-size: 1.2vw;
}
.chk {
    display: inline-block;
    color: #000;
}
#newsl {
    display: none;
}
.chk label {
    cursor: pointer;
}
@-webkit-keyframes glowing {
  0% { background-color: #198a45; -webkit-box-shadow: 0 0 3px #198a45; }
  50% { background-color: #269451; -webkit-box-shadow: 0 0 40px #269451; }
  100% { background-color: #198a45; -webkit-box-shadow: 0 0 3px #198a45; }
}

@-moz-keyframes glowing {
  0% { background-color: #198a45; -moz-box-shadow: 0 0 3px #198a45; }
  50% { background-color: #269451; -moz-box-shadow: 0 0 40px #269451; }
  100% { background-color: #198a45; -moz-box-shadow: 0 0 3px #198a45; }
}

@-o-keyframes glowing {
  0% { background-color: #198a45; box-shadow: 0 0 3px #198a45; }
  50% { background-color: #269451; box-shadow: 0 0 40px #269451; }
  100% { background-color: #198a45; box-shadow: 0 0 3px #198a45; }
}

@keyframes glowing {
  0% { background-color: #198a45; box-shadow: 0 0 3px #198a45; }
  50% { background-color: #269451; box-shadow: 0 0 40px #269451; }
  100% { background-color: #198a45; box-shadow: 0 0 3px #198a45; }
}
@media screen and (max-width: 1000px) {
    #thankyou {
    position: absolute;
    top: 0px;
    text-align: center;
    width: 81.4vw;
    height: 90.3vw;
    /* background: #004a8fab; */
    display: none;
    padding: 0.8vw;
    z-index: 99;
}
    div#c2c_btn #c2c_icon {
    width: 23vw;
    height: 23vw;
    margin: unset;
    margin-top: 0vw;
    margin-right: 2vw;
    background: url(../images/phone.png) center center no-repeat;
    background-size: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
    display: inline-block;
    vertical-align: text-bottom;
    float: right;
    -webkit-animation: spinphone 4s infinite;
    z-index: 999;
    top: 1vw;
    right: 0;
    position: fixed;
    z-index: 999999999;
}
    .call {
    display: block;
}
.headform {
    font-size: 7.1vw;
    padding-bottom: 0vw;
    font-weight: 500;
    line-height: 6.1vw;
    margin-bottom: 0.5vw;
    padding-right: 0.5vw;
    padding-left: 0.5vw;
    margin-right: 0;
    font-family: 'Heebo', sans-serif;
    margin-top: 0.5vw;
    text-align: center;
}
.fillforms, span.checkb {
    display: block;
    float: none;
}
#sendbtn {
    width: 74vw;
    font-size: 23px;
    height: 53px;
    font-family: 'Heebo', sans-serif;
    padding-right: 1vw;
    float: right;
    font-weight: 700;
    cursor: pointer;
    outline: 0;
    background: #a72c32;
    border: 1px solid #a72c32;
    display: block;
    margin: 0 auto;
    width: 90%;
    height: 15vw;
    text-align: center;
    margin-bottom: 4vw;
    padding-right: 2vw;
    font-size: 5vw;
    box-shadow: unset !important;
    border-radius: 0;
    margin-right: 4vw;
    margin-left: 4vw;
}
.fillforms {
    color: #fff;
    font-weight: 400;
    font-size: 1vw;
    vertical-align: bottom;
}
.content p.bold {
    font-size: 9.8vw;
    margin: 28vw 0 0 0;
    font-weight: 500;
    line-height: 1;
}
.txt{
    /* padding-top: 1vw; */
}
.content p {
    font-size: 4.6vw;
    text-align: center;
    margin: 4vw 0 0 0;
    /* width: 91%; */
}
.content p.elinor {
    width: 100%;
    position: absolute;
    top: 94vw;
    font-size: 3.7vw;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.bway {
    margin: 4vw;
    font-size: 2.7vw;
    position: relative;
    z-index: 10000;
}
img.logomob {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    left: 0;
    z-index: 99999999;
}
.footer {
    width: 100%;
}
    *{
       font-family: 'Heebo', sans-serif;
    }
    .ty .msg{max-width: none; width: 100%;}
    .ty h1{font-size: 6vw;}
    .web{
        display: none;
    }
    .mob{
        display: block;
        height: 293vw;
        background: #fbc44f;
    }
    .lpmob{
        position: relative;
        width: 100%;
        height: 309vw;
        z-index: 999;
    }
    .formbox {
        /* border: 1px solid #000000; */
        padding: 5vw 1vw 2vw 1vw;
        box-shadow: none;
        width: 83vw;
        right: 0;
        top: 197vw;
        height: 87.5vw;
    }
    .formbox input[type=text] {
        display: block;
        margin: 0 auto;
        width: 90%;
        height: 11vw;
        text-align: right;
        margin-bottom: 4vw;
        margin-top: 4vw;
        padding-right: 2vw;
        font-size: 5vw;
        box-shadow: unset !important;
        border-radius: 0;
        margin-right: 4vw;
        margin-left: 4vw;
    }
    .formbox input[type=submit] {
        font-size: 6vw;
        width: 20vw;
        height: 9vw;
        margin: 0;
        display: inline;
        color: #fff;
        background: #000000;
        border-radius: 0;
        padding: 0;
    }
    .formbox a {
        display: block;
        background: black;
        width: 85vw;
        margin: 0 auto;
        text-decoration: none;
        color: #ffff00;
        margin-top: 2vw;
        height: 10vw;
        font-size: 6.5vw;
        top: 75vw;
        position: absolute;
        display: none;
    }
    .mob_a{
        display: block;
    }
    .or{
        font-weight: 100;
        vertical-align: 0.8vw;
    }
    .call{
        letter-spacing: 1vw;
        vertical-align: 0.8vw;
    }
    .mainslider {
        width: 100%;
        position: absolute;
        right: 0vw;
        top: 21vw;
        z-index: 999;
        height: 74vw;
        /* box-shadow: 0px 0px 12px 2px #000000; */
    }
    .logo {
        position: absolute;
        top: 99.5vw;
        right: 0;
        width: 33vw;
        left: 2vw;
        z-index: 9999;
    }
    li#slick-slide11{}
    .slick-dots {
        list-style: none;
        position: relative;
        z-index: 99999;
        width: 86%;
        right: 4vw;
        bottom: 11vw;
    }
    .slick-dots button {
        opacity: 1;
        border-radius: 50%;
        padding: 5px;
        width: 7px;
        height: 7px;
        text-indent: -999px;
        overflow: hidden;
        cursor: pointer;
        border: 2px solid #ffffff;
        background: transparent;
    }
    .slick-active button {
        opacity: 1;
         background: white;
    }
    .line-right {
        position: absolute;
        top: 13vw;
        right: 0;
        z-index: 10;
        width: 83vw;
        height: 0.5vw;
    }
    .line-left{
        position: absolute;
        top: 14.5vw;
        left: 0;
        z-index: 18;
        width: 29vw;
        height: 0.5vw;
    }
    .txt_top_mob {
        position: absolute;
        top: 7vw;
        right: 30vw;
        width: 63vw;
    }
    .slick-slide {
        height: 73.3vw !important;
    }
    #c2f_btn {
        height: 8vw;
        width: 23vw;
        right: 0px;
        top: 12vw;
        background: #198a45;
        z-index: 54;
        cursor: pointer;
        display: inline-block;
        float: left;
        position: fixed;
    }
    #c2f_btn h4 {
        font-size: 2.5vw;
        font-weight: 600;
        color: #ffffff;
        text-align: center;
        line-height: 1em;
        letter-spacing: 0.1vw;
        margin: 1.5vw;
        display: inline-block;
        position: relative;
    }
    #c2f_btn #c2f_icon {
        width: 6vw;
        height: 6vw;
        margin: 1vw;
        background: url(../images/c2f-icon.png) center center no-repeat #198a45;
        background-size: 100%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        opacity: 1;
        display: inline-block;
        vertical-align: text-bottom;
        float: right;
    }
    .elinor {
        width: 47vw;
        float: right;
        top: 73vw;
    }
    .content {
        width: 93%;
        margin: 0vw auto;
        top: 89vw;
        position: absolute;
        direction: rtl;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .content .txt .title {
        display: block;
        position: relative;
        top: 5vw;
        font-weight: 900;
        font-size: 3.2vw;
        text-align: center;
        right: 0;
        line-height: 2;
    }
    .content .txt .subtitle {
        right: 0;
        text-align: right;
        display: block;
        position: relative;
        top: 15.5vw;
        line-height: 1.2;
        font-weight: 600;
        font-size: 5vw;
        text-align: right;
        width: 63%;
    }
    .content .txt .subtxt {
        display: block;
        position: relative;
        top: -5vw;
        font-weight: 600;
        font-size: 8.3vw;
        text-align: right;
    }
    .form_title {
        font-size: 4.2vw;
        font-weight: 600;
    }
    .ctc{
        right: 13vw;
        width: 35vw;
        position: absolute;
        top: 62vw;
    }
    .contact_btn{
        left: 13vw;
        width: 35vw;
        position: absolute;
        top: 62vw;
    }

    .section-buttons .button {
        width: 15vw;
        height: 2vw;
        border: 0;
        margin: 0;
        padding: 0;
    }
    .section-buttons {
        position: absolute;
        top: 60.1vw;
        word-spacing: 1vw;
        left: 36vw;
        height: 2vw;
        width: 30vw;
        display: flex;
    }
    .section-buttons .button img {
        width: auto;
        padding: 0;
        width: 12vw;
        -webkit-animation: pulse 1.5s infinite;
        -moz-animation: pulse 1.5s infinite;
        -o-animation: pulse 1.5s infinite;
        animation: pulse 1.5s infinite;
    }

    .chk {
        margin-bottom: 4vw;
        width: 85%;
    }
    .chk label {
        cursor: pointer;
        font-size: 4vw;
    }
    .mob_elinor{
        position: relative;
        right: 4vw;
    }
    .mob_elinor_txt{
        position: relative;
        right: 6vw;
        bottom: 0.5vw;
    }
}


@keyframes logo_g {
    0%{
        transform: rotate(0deg);
    }
    15%, 45%, 75%{
        transform: rotate(15deg);
    }
    30%, 60%, 90%{
        transform: rotate(-15deg);
    }
}
@-webkit-keyframes logo_g {
    0%{
        -webkit-transform: rotate(0deg);
    }
    15%, 45%, 75%{
        -webkit-transform: rotate(15deg);
    }
    30%, 60%, 90%{
        -webkit-transform: rotate(-15deg);
    }
}