@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
body{
    font-family: 'Tajawal', sans-serif !important;
}
*{
    padding:0 ;
    margin:0 ;
}
/**  02/16/2023   */

#desccol_lg_12{
    padding-top:5%;
}
#white{
    color:white;
}
.loader {
    background: conic-gradient( #df5810 0 25%, #000 25% 50%, #df5810 50% 75%, #000 75% );
    background-size: 200% 200%;
    animation: animateBackground 4.5s ease-in-out infinite;
    color: transparent;
    -webkit-background-clip: text;
}
.loader p{
        margin-top: 3%;
}
@keyframes animateBackground {
  25% {
    background-position: 0 100%;
  }

  50% {
    background-position: 100% 100%;
  }

  75% {
    background-position: 100% 0%;
  }

  100% {
    background-position: 0 0;
  }
}

.footer {
    background-color: #0093E9;
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
    padding-top: 80px;
    padding-bottom: 40px;
}
/*END FOOTER SOCIAL DESIGN*/
.single_footer{}
@media only screen and (max-width:768px) { 
.single_footer{margin-bottom:30px;}
}
.single_footer h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}
.single_footer h4::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: #fff;
    margin-top: 20px;
}
.single_footer p{color:#fff;}
.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single_footer ul li{}
.single_footer ul li a {
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 36px;
    font-size: 15px;
    text-transform: capitalize;
}
.single_footer ul li a:hover { color: #f26d43; }

.single_footer_address{}
.single_footer_address ul{}
.single_footer_address ul li{color:#fff;}
.single_footer_address ul li span {
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}
.contact_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}



/*START NEWSLETTER CSS*/
.subscribe {
    position: relative;
    margin-top: 15px;
    width: 100%;
}

.subscribe__input {
background-color: #fff;
border: medium none;
border-radius: 5px;
color: #333;
font-size: 15px;
font-weight: 500;
height: 60px;
letter-spacing: 0.4px;
margin: 0;
padding: 0 150px 0 20px;
text-align: center;
width: 100%;
}
@media only screen and (max-width:768px) { 
.subscribe__input{padding: 0 50px 0 20px;}
}

.subscribe__btn {
background-color: transparent;
border-radius: 0 25px 25px 0;
color: #01c7e9;
cursor: pointer;
display: block;
font-size: 20px;
height: 60px;
position: absolute;
right: 0;
top: 0;
width: 60px;
}
.subscribe__btn i{transition: all 0.3s ease 0s;}
@media only screen and (max-width:768px) { 
.subscribe__btn{right:0px;}
}



.subscribe__btn:hover i{
    color:#f26d43;
}

button {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
}
/*END NEWSLETTER CSS*/

/*START SOCIAL PROFILE CSS*/
.social_profile ul{
list-style: outside none none;
margin: 0;
padding: 0;
}
.social_profile ul li{float:left;}
.social_profile ul li a {
    text-align: center;
    border: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin: 0px 5px;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    border: 1px solid rgba(255,255,255,0.2);
}
@media only screen and (max-width:768px) { 
.social_profile ul li a{margin-right:10px;margin-bottom:10px;}
}
@media only screen and (max-width:480px) { 
.social_profile ul li a{
    width:40px;
    height:40px;
    line-height:40px;
}
}


.social_profile ul li a:hover{
background:#f26d43;
border: 1px solid #f26d43;
color:#fff;
border:0px;
}
/*END SOCIAL PROFILE CSS*/
.copyright {
    margin-top: 70px;
    padding-top: 40px;
    color:#fff;
    font-size: 15px;
    border-top: 1px solid rgba(255,255,255,0.4);
    text-align: center;
}
.copyright a{color:#01c7e9;transition: all 0.2s ease 0s;}
.copyright a:hover{color:#f26d43;}


#conditions p a {
    color:#fff;
}
#conditions p  {
    padding-left:5%;
}

#footer_footer{
    padding-top: 40px;
    border-top: solid 0.5px #fff;
    margin-top: 3%;
}

.switcher-btn{
    cursor: pointer;
    font-weight: 600;
    color: #3d7590 ;
    padding: 1%;
}

.switcher {
     margin-top: 10%;
}
  span {
    cursor: pointer;
  }
.month {
  margin-right: 10px;
}

.active {
   padding: 1%;
    border-radius: 5PX;
    COLOR: #FFF;
    background: #3d7590;
    FONT-WEIGHT: BOLD;
}

/*-------------------------------------------------------*/
/* Pricing Tables
/*-------------------------------------------------------*/

.pricing-table {
      margin-top: 10px;
      background-color: #fff;
      text-align: center;
      overflow: hidden;
      padding: 70px 60px 35px;
      margin-bottom: 20px;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      position: relative;
      border: 1px solid #3d7590 ;
    }
    
    
  @media only screen and (max-width: 639px) {
    .pricing-table {
      padding: 50px 20px 60px; } }
      .pricing-table--best{
          box-shadow: rgb(0 0 0 / 20%) 0px 12px 28px 0px, rgb(0 0 0 / 10%) 0px 2px 4px 0px, rgb(255 255 255 / 5%) 0px 0px 0px 1px inset;}
  .pricing-table--best .pricing-table__price,
  .pricing-table--best .pricing-table__currency {
    color: #39bad6; }
  .pricing-table__ribbon {
 position: absolute;
    padding: 9px 50px;
    color: #fff;
    left: -40px;
    top: 30px;
    width: 40%;
    transform: rotate(-45deg);
    background: linear-gradient(to right, #3d7590 0%, #39bad6 100%);}
  .pricing-table__icon {
    display: block;
    font-size: 56px;
    color: #929292; }
  .pricing-table__title {
    font-size: 20px;
    margin-top: 22px;
    margin-bottom: 10px; }
  .pricing-table__price-box {
    padding: 0 0 30px;
    color: #212121; }
  .pricing-table__currency {
    display: inline-block;
    vertical-align: top;
    margin: 16px 2px 0 0;
    font-size: 24px;
    font-weight: 300; }
  .pricing-table__price {
    font-size: 56px;
    font-weight: 300; }
  .pricing-table__term {
    font-size: 13px;
    display: block;
    color: #929292;
    }
  
    .pricing-table__features {
        color: #000000;
        font-size: 15px;
        margin-top: 14px;
        font-weight: 300;
        margin-bottom: 40px;
    }


    .pricing-table__features li {
      padding: 12px 0; }


/*** qst   **/
#questions{
    margin-top:10%;
    margin-bottom: 5%;
}
#questions .card .card-header{
    color: #3d7590 !important;
    font-weight: 500;
}
.card-header {
    background-color: white;
    border-bottom: 0px solid rgba(0,0,0,.125);
}
.card{
    border: none;
    margin-bottom: 1%;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 5px 0px, rgb(0 0 0 / 10%) 0px 0px 1px 0px;
}


[data-toggle="collapse"] .fa:before {  
  content: "\f107";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f106";
}
.selectpicker{
    text-transform: none;
    background: transparent;
    border: none;    color: #fff;
}
.card-header:hover , .pricing-table:hover{
    background: #ebebeb;
}



@keyframes cursor {
	0%, 100% { 
    border-color: #212121; 
  }
}

@keyframes text {
	0% { 
    width: 0; 
  }
	100% { 
    width: 21.5ch; 
  }
}

[data-animate-in] {
    opacity: 0;
    transition: transform 0.2s ease, opacity 0.2s ease
}
[data-animate-in="up"] {
    transform: translate3d(0, 24px, 0)
}
[data-animate-in].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: transform 0.2s ease, opacity 0.2s ease
}
.fade-in {
    opacity: 0;
    transition: opacity 0.2s ease
}
.page-loaded .fade-in,.page-loaded.fade-in {
    opacity: 1
}
.isSafari.isTouch [data-animate-in],.isSafari.isTouch [data-animate-in="up"] {
    opacity: 1;
    transition: none;
    transform: none
}

s, strike{text-decoration:none;position:relative;}
s::before, strike::before {
    top: 50%; /*tweak this to adjust the vertical position if it's off a bit due to your font family */
    background:#df5810 ; /*this is the color of the line*/
    opacity:.7;
    content: '';
    width: 110%;
    position: absolute;
    height:.1em;
    border-radius:.1em;
    left: -5%;
    white-space:nowrap;
    display: block;
    transform: rotate(-15deg);  
}
s.straight::before, strike.straight::before{transform: rotate(0deg);left:-1%;width:102%;}
.pricing-table__price10{
    color:#60afcd;
    font-size: 15pt;
}

.per_year{
    color: rgb(245, 103, 20);
    padding-left: 7%;
    FONT-SIZE: 10pt;
}

.social_profile{
    float: right;
}

@media screen and (min-width: 600px) {
    .navbar-nav .dropdown  {
        padding-left: 15PX;
    }
    #container_navbar{
        height: 100% !IMPORTANT;
    }
}
@media screen and (max-width: 600px) {
    
    .navbar-brand img{
        margin-top: 15%;
        margin-left: 5%;
    }

   .navbar-brand {
        display: inline-block;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
        margin-top: -5%;
    }
    .switcher {
        margin-top: 20%;
    }
}

.lilang{
    line-height: 25px;
}

.btn-info {
    color: #fff;
    background-color: #3d7590;
    border-color: #3d7590;
}
.span_glob{
    padding: 1.1% 0%;
    border-radius: 5px;
    border: solid 0.5px #3d7590;
}
.switcher  h1{
        padding-bottom: 1%;
        font-size: 40pt;
        font-weight: 600;
  } 
   
  .switcher h2{
        padding-bottom: 5%;
        font-size: 20pt;
        font-weight: 300;
   }
   .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

   #container_navbar{
        BACKGROUND: #FFF;
        TEXT-ALIGN: LEFT;
   }
   
    .navbar-toggler::after {
     border:none;
    }
       
@media screen and (max-width: 600px) {
    .card{
        margin-bottom: 3%;
    }
}
@media screen and (min-width: 600px) {
    .card{
        margin-bottom: 1%;
    }
}


#questions .card .card-header {
    cursor: pointer;
}
   
   