/* Fonts Include  */
@font-face {
    font-family: 'font200';
        src: url('../fonts/ALMARAI-LIGHT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ALMARAI-LIGHT.woff') format('woff'),
        url('../fonts/ALMARAI-LIGHT.ttf')  format('truetype'),
        url('../fonts/ALMARAI-LIGHT.svg#ALMARAI-LIGHT') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'font400';
        src: url('../fonts/ALMARAI-REGULAR.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ALMARAI-REGULAR.woff') format('woff'),
        url('../fonts/ALMARAI-REGULAR.ttf')  format('truetype'),
        url('../fonts/ALMARAI-REGULAR.svg#ALMARAI-REGULAR') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'font700';
        src: url('../fonts/ALMARAI-BOLD.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ALMARAI-BOLD.woff') format('woff'),
        url('../fonts/ALMARAI-BOLD.ttf')  format('truetype'),
        url('../fonts/ALMARAI-BOLD.svg#ALMARAI-BOLD') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'font900';
        src: url('../fonts/ALMARAI-EXTRABOLD.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ALMARAI-EXTRABOLD.woff') format('woff'),
        url('../fonts/ALMARAI-EXTRABOLD.ttf')  format('truetype'),
        url('../fonts/ALMARAI-EXTRABOLD.svg#ALMARAI-EXTRABOLD') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'neuzeit';
    src: url('../fonts/Neuzeit Grotesk W01 Regular.otf') format('opentype'),
        url('../fonts/Neuzeit Grotesk Cond W01 Black.otf') format('opentype'),
         url('../fonts/Neuzeit Grotesk Light.otf') format('opentype'),
         url('../fonts/NeuzeitSBook.ttf') format('truetype'),

}

html {
    font-family: "neuzeit"
}
html[lang*=ar] {
    font-family: "font900"
}


/*  Start General  */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'font400', sans-serif;
}
.btn,a{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
:root {


    --trans: all 0.4s ease-in-out;
    --fontL: 'font200', sans-serif;
    --fontR: 'font400', sans-serif;
    --fontM: 'font700', sans-serif;
    --fontS: 'font900', sans-serif;
}



body, html {
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    font-family: 'font400', sans-serif;
    /*font-size: 22px;*/
    font-size: 20px;
    color: var(--primaryColor);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale

}

body {
    overflow-x: hidden;
    position: relative;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    /* font-weight: 900; */
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[type=email], [type=file], [type=number], [type=password], [type=tel], [type=url], code, samp, var{
    direction: rtl;
    text-align: right;
}


@-webkit-keyframes move {
    0% {
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px);
    }
    100% {
        -webkit-transform: translateX(150px);
        transform: translateX(150px);
    }
}

@keyframes move {
    0% {
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px);
    }
    100% {
        -webkit-transform: translateX(150px);
        transform: translateX(150px);
    }
}
@-webkit-keyframes scale {
    10% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }
    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scale {
    10% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }
    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}



/* style */
.body-content {
    min-height: 100vh;
    position: relative;
    z-index: 1;
    /* background-image: url('../images/bottom-shape.png'); */
    background-position: center bottom;
    background-repeat: repeat-x;
    /*padding-bottom: 60px;*/
    padding-bottom: 50px;
    background-size: auto 55px;
}
::-webkit-input-placeholder { /* Edge */
  font-size: 16px;
  font-family: 'font200',sans-serif;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 16px;
  font-family: 'font200',sans-serif;
}

::placeholder {
  font-size: 16px;
  font-family: 'font200',sans-serif;
}
html[dir="rtl"] .datepicker{
    direction: rtl;
}
/**/
/* .mobile-tag{
    display: none;
} */
/* .body-content::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    right: 0;
    background-image: url('../images/bg-img-1.png');
    position: top left;
    background-size: auto 100%;
    background-repeat: no-repeat;
    z-index: -1;
} */
@media(min-width: 1200px){
    .container {
        /* max-width: 822px; */
        /*max-width: 922px;*/
        max-width: 960px;
    }
}
/* .main{
    padding: 35px 0;
} */
.top-header{
    /*padding-top: 15px;*/
    padding-top: 10px;
}
.logo{
    margin-bottom: 0;
}
.logo img{
    max-height: 70px;
  /*   position: absolute;
    top: 5%;
    right: 10%; */
}
.share-dropdown .btn{
    background-color: #F8F8F8;
    color: #707070;
    border-radius: 25px;
    font-size: 15px;

}
.share-dropdown .btn:hover{
    background-color: #707070;
    color: #fff;
}
.share-dropdown .btn span{
    margin-inline-start: 8px;
}
.share-dropdown .dropdown-menu{
    min-width: 6rem;
}
.share-dropdown .dropdown-item{
    color: #707070;
    font-size: 16px;
}

.blue-btn{
    background-color: var(--secondaryColor);
    color: #fff !important;
    border-radius: 8px;
    font-family: 'font700',sans-serif;
    font-size: 15px;
}
.blue-btn:hover{
    background-color: var(--primaryColor);
    color: #fff;
}
.red-btn{
    background-color: var(--primaryColor)!important;
    color: #fff !important;
    border-radius: 8px;
    font-family: 'font700',sans-serif;
    font-size: 15px;
}

.red-btn:hover{
    background-color: var(--secondaryColor)!important;
    color: #fff;
}


.info .title{
    text-align: center;
    /*margin-bottom: 50px;*/
   margin-bottom: 35px;
}
.info .title h1{
    color: #2B2B2B;
    font-size: 30px;
    font-family: 'font900';
    margin-bottom: 25px;
}
.info .title p{
    /*font-size: 23px;*/
    color: #6F7070;
    font-size:16px;
    font-family: 'font700',sans-serif;
}
.buttons-sec{
    margin-bottom: 50px;
    font-size: 0;
}
.buttons-sec .btn{
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09);
    width: 130px;
    color: #222222;
    margin: 0 10px;
}
.buttons-sec .btn:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.buttons-sec .btn.blue-card-btn{
    /* color: #14B8C7; */
    color: #09909c;
    box-shadow: 0 10px 20px rgba(56, 197, 210, 0.17);
}
.buttons-sec figure{
    height: 80px;
    margin-bottom: 5px;
    padding: 5px;
}
.buttons-sec figure svg{
    max-width: 100%;
    height: auto;
}
.buttons-sec h3{
    font-size: 16px;
    font-family: 'font700';

}
.apps-sec{}
.apps-sec p{
    color: #6F7070;
    font-size: 14px;
    text-align: center;
}
.apps-sec h3{
    color: #2B2B2B;
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
}
.apps-sec div{}
.apps-sec a{
    margin: 0 5px;
    display: inline-block;
}
.apps-sec a img{
    height: 44px;
}
.img-wrapper{
    background-color: #F8F8F8;
    padding: 65px;
    border-radius: 250px;
    position: relative;
    top: -50px;
}
.img-wrapper .btn{
    border-radius: 25px;
    /*pointer-events: none;*/
    /* font-size: 23px; */
    /* font-family: 'font900'; */
}
/**/

/* responsive */
@media (min-width: 1600px){

}
@media (max-width: 1240px){
}
@media (max-width: 1199px){

}
@media (max-width: 1023px){
}
@media (max-width: 991px){
    .img-wrapper{
        background-color: transparent;
        padding: 15px;
        border-radius: 0;
        top: 0;
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 25px;
    }
    .img-wrapper figure{
        background-color: #F8F8F8;
        padding: 35px;
        border-radius: 250px;

    }

    .info .title h1{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .info .title p{
        font-size: 17px;
    }

    .buttons-sec figure{
        display: none!important;
    }
    .buttons-sec h3{
        margin-bottom: 0;
        font-size: 15px;
        font-family: 'font900',sans-serif;

    }
    .app-links a img{
        /* width: 120px; */
        height: 40px;
        padding: 0 5px;
    }
    .info .title,
    .buttons-sec{
        margin-bottom: 25px;
    }
    .share-dropdown .btn{
        font-size: 13px;
    }


}
@media (max-width: 768px){
}
@media (max-width: 767px){
}
@media (max-width: 575px){
    .buttons-sec .btn{
        width: 100px;
        margin: 0 5px;
    }
}
@media (max-width: 480px){
}
@media (max-width: 479px){
    .buttons-sec{
        flex-wrap: wrap;
    }
     .buttons-sec .btn{
        margin: 5px;
        border-radius: 25px;
       width: 150px !important;
       padding: 13px;

       display:inline-table;
  font-size: 15px !important;

    }
    .body-content{
        background-size: auto 40px;
    }
    .img-wrapper{
        margin-bottom: 10px;
    }
}
@media (max-width: 320px){

}

* {
  box-sizing: border-box;
}


#cont{
    z-index: 1;

}

#languageButton{
    color: var(--primaryColor);
    margin-left: 20px;
}
#languageButton:hover{
    color: #fff;
    background-color: var(--primaryColor);
}
#meryabout{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: left;
    text-justify: inter-word;
}
#aboutli2{
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 0;
    text-align: center;
    text-justify: inter-word;
}
#our_services2{
    margin-bottom: 10px !important;
    font-size: 20px;
}


.dropdown {
  position:relative;
  display: inline-block;
  font-size: 0;
  z-index: 1;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 10px ;
  align-content: right;
  float: right;
  z-index: 1;
  border-radius: 15px;
}

.dropdown:hover  .dropdown-content  {
  display: block;
  color: #fff;
}

.dropdown2 {
  position:relative;
  display: inline-block;
  font-size: 0;
  z-index: 4;
}

.dropdown2-content {
  display:none;
  position: absolute;
  background-color: #fff;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 10px ;
  z-index: 4;
  border-radius: 15px;

}


.dropdown2:hover  .dropdown2-content  {
  display: block;
}


.dropdown3 {
  position:relative;
  display: inline-block;
  font-size: 0;
  color: #6F7070;
  z-index: 10;
}

.dropdown3-content {
  display:none;
  position: absolute;
  background-color: #fff;
  min-width: 270px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 10px ;
  border-radius: 15px;

}

.dropdown3:hover  .dropdown3-content  {
  display: block;

}

.dropdown4 {
  position:relative;
  display: inline-block;
  font-size: 0;
  color: #6F7070;
  z-index: 3;
}

.dropdown4-content {
  display:none;
  position: absolute;
  background-color: #fff;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 10px ;
  left: 50px;
  top: 30px;
  border-radius: 15px;

}

.dropdown4:hover  .dropdown4-content  {
  display: block;
}

.dropdown-content .cell2{
   z-index: 4;
}

.cell2 >img{
    margin: 5px;
}


#more{
    font-size: 12px;
    font-weight: 900;
    margin: 5px;
    display: block !important;
    background-color:var(--primaryColor);
    align-content: center;
    color: #fff !important;
    padding: 5px 15px;
    border-radius: 15px;
}


#more:hover{
   background-color: var(--secondaryColor) !important;

}


#bton1 {
    background-color: var(--primaryColor);
    border: 2px solid var(--primaryColor);
    width: 150px;
    border-radius: 40px;
    color: #fff;
    padding: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display:inline-table;
    font-size: 13px;
    margin: 4px 2px;
    cursor: pointer;
}

#bton2 {
    background-color: white;
    border: 2px solid var(--secondaryColor);
    width: 150px;
    font-weight: bold;
    border-radius: 40px;
    color: var(--secondaryColor);
    padding: 12px;
    text-align: center;
    text-decoration: none;
    display:inline-table;
    font-size: 13px;
    margin: 4px 2px;
    cursor: pointer;
}

#bton3 {
  background-color: white;
  border: 2px solid var(--primaryColor);
  width: 150px;
  font-weight: bold;
  border-radius: 40px;
  color: var(--primaryColor);
  padding: 12px;
  text-align: center;
  text-decoration: none;
  display:inline-table;
  font-size: 13px;
  margin: 4px 2px;
  cursor: pointer;
}

#bton4 {
  background-color: var(--secondaryColor);
  border: 2px solid var(--secondaryColor);
  width: 150px;
  font-weight: bold;
  border-radius: 40px;
  color: #fff;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  display:inline-table;
  font-size: 13px;
  margin: 4px 2px;
  cursor: pointer;
}
.cobutton{
  background-color: white;
  border: 1px dashed #2B2B2B;
  width: 43%;
  border-radius: 40px;
  color: #2b2b2b !important;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  display:inline-table;
  font-size: 10px;
  font-weight: 500;
  margin: 4px 2px;
  cursor: pointer;
}
.cobutton:hover{
    background-color: var(--primaryColor);
    border: 1px dashed var(--primaryColor);
    color: #fff !important;
}
.cohead {
  background-color: var(--primaryColor);
  border: 1px  var(--primaryColor);
  width: 50%;
  border-radius: 40px;
  color: #2b2b2b !important;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  display:inline-table;
  font-size: 10px;
  font-weight: 900;
  margin: 4px 2px;
  cursor: pointer;

}
.coimg{
      color: #222222 !important;

}
.coimg:hover{
      color: #fff !important;

}

#share-app:hover{
    color:#fff;

}

.appicon {
/*width: 100%; */
    }

.copyright{
    padding-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #6F7070;
    text-align: center;
    margin-bottom: 0 !important;
}
.wallet{
    color:#6F7070;
}

 @media screen and (max-width: 990px){
.appicon {
display: none;
    }
       .dropdown1{
            border: 2px solid #535353;
           padding: 13px !important;
        }
        .dropdown2{
            border: 2px solid var(--secondaryColor);
            padding: 13px !important;


        }
        .dropdown3{
            border: 2px solid var(--primaryColor);
            padding: 13px !important;

        }
        .dropdown5 {
            border: 2px solid #535353;
            padding: 13px !important;

        }
        .dropdown2-content{
            top:48px;
            left:50px;
        }

        .dropdown3-content{
            top:48px;
            left:-135px;
        }

     .partnerh3 {border-color:var(--secondaryColor) !important}
     .servicesh3 {border-color:var(--primaryColor) !important}
     .blogh3 {border-color:#535353 !important}
     .contacth3 {border-color:#535353 !important}

    }


.blogsvg .contacth3 {
  fill: #535353;
}
.partnersvg {
    fill: var(--secondaryColor);
}
.partnerh3{
    color: var(--secondaryColor) !important;
}
.servicesh3 {
    color: var(--primaryColor);
}
.blogh3{
    color:#535353;
}


/* responsive
