body
{
  background-color: #f4f8fe;
}

.loader_layer{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
}


.loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;

    width:50px;
}





@keyframes flipRotate
{
  0%
  {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  20%
  {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  40%
  {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}


.tag-wrap {
  filter: drop-shadow(0px 5px 10px  rgba(0,0,0,0.6));

  position: relative;
  z-index: 2;

}


header
{
  border-bottom:0px;

  background-image: url(bg.jpg);
  background-position: center;
  background-size: cover;
  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 60px;
  padding-bottom: 80px;

  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
  position: relative;

}



header .logo {
  float: left ;
  width: 256px;
  margin-top: 28px;
}


header .titles
{
  width: 40%;
  float: left;
  margin-top: 90px;
}


header .titles h1
{
color:#fff;
font-weight: bold;
font-size: 47.5px;

background: rgb(19,139,189);
background: linear-gradient(90deg, rgba(19,139,189,1) 0%, rgba(24,162,203,1) 50%, rgba(31,193,221,1) 100%);

border-top-left-radius: 7px;
border-bottom-left-radius: 7px;

padding: 5px 10px;

width: 122%;

padding-top: 5px;
padding-bottom: 2px;
margin-bottom: 0px;
}

header .titles h2
{

  color: #fff;
  margin-top: 13px;
  padding-left: 13px;
  font-size: 31.5px;
  width: 122%;
  margin-bottom: 0px;
}

header .titles h3
{

  color: #ffda00;
  margin-top: 0px;
  margin-left: 13px;
  font-size: 42px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

header .titles h3 sup
{
  font-size: 26px;
}



header .titles h3::after
{
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255,218,0,0.5);
  position: absolute;
  bottom: 5px;
  left: 0px;
}

header .mobile
{
  width: 60%;
  float: left;
}

header .mobile img
{
  width: 100%;
}



/*

 .offer_sticker
{
  background-color: #2b388f;
  clip-path: polygon(100% 6.9%, 100% 100%, 50% 85%, 0 100%, 0 0);


  width: 260px;
  color: #fff;
  margin-top: -109px;
  padding-top: 0px;
  padding-bottom: 60px;
  position: relative;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(184,184,184,1);
  -moz-box-shadow: 4px 4px 5px 0px rgba(184,184,184,1);
  box-shadow: 4px 4px 5px 0px rgba(184,184,184,1);
}*/




.offer_sticker
{
  background-color: #2b388f;

  clip-path: polygon(100% 0%, 100% 100%, 50% 90%, 0 100%, 0 0);
  width: 260px;
  color: #fff;
  margin-top: -145px;
  padding-top: 45px;
  padding-bottom: 50px;
  position: relative;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(184,184,184,1);
  -moz-box-shadow: 4px 4px 5px 0px rgba(184,184,184,1);
  box-shadow: 4px 4px 5px 0px rgba(184,184,184,1);
}





.offer_sticker .number
{
  color: #fff;
  font-size: 150px;
  font-weight: bold;
  line-height: 160px;

  text-shadow: 2px 2px #000;
}



.offer_sticker .title
{
  font-size: 40px;
  line-height: 38px;
  margin-top: -14px;
}
.offer_sticker .title b
{
  font-weight: bold;
  display: block;
}






.tag-wrap2 {
  filter: drop-shadow(0px 5px 10px  rgba(0,0,0,0.6));

}







section.offers {


  padding-top: 50px;
  padding-bottom: 60px;

}



section.offers .select_offer{

  -webkit-box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
  -moz-box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
  box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);


  padding: 25px 60px;

  position: relative;
  margin-bottom: 50px;

}

section.offers .select_offer::before
{
  content:"";

  width: 0;
  height: 0;
  border-top:40px solid #ff5f00;
  border-left: 40px solid transparent;

  position: absolute;
  right: 0px;
  top: 0px;


}



section.offers .select_offer::after
{
  content:"";

  width: 0;
  height: 0;
  border-bottom:40px solid #ff5f00;
  border-right: 40px solid transparent;

  position: absolute;
  left: 0px;
  bottom: 0px;
}






section.offers .select_offer h3{

  color:#2b388f;
  font-size: 36px;
  font-weight: bold;

}

section.offers .select_offer p{

  color:#2b388f;
  font-size: 17px;

margin-bottom: 0px;
}




section.offers .offer_box
{
  background-color: #2b388f;
  border-radius: 20px;
  border-top-left-radius: 0px;
  padding-top: 20px;
  cursor: pointer;
  text-align: center;

  position: relative;


}



section.offers .offer_box .offer_title
{
  color:#fff;
  text-align: center;

  font-weight: bold;
  font-size: 22px;

  letter-spacing: 1px;

  position: relative;
  display: inline-block;
  margin: 0 auto;
}

section.offers .offer_box .offer_title::after
{
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  bottom: 7px;
  left: 0;
}




section.offers .offer_box  .offer_number {
  color: #fff;
  font-size: 100px;
  font-weight: bold;
  text-shadow: 2px 2px #000;
  position: absolute;
  right: 24px;
  top: -16px;
}


section.offers .offer_box .icon img
{
  width: 90px;
  margin-top: 70px;
}


section.offers .offer_box .offer_desc
{
  color: #fff;
  font-size: 30px;
  margin-top: 30px;
  line-height: 33px;
  padding-bottom: 40px;
}

section.offers .offer_box .offer_desc b
{
  display: block;
}





section.offers .offer_box  .box_arrow
{
  background-color: #2b388f;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}


section.offers .offer_box  .box_arrow .arrow
{
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #535ea5;
}




section.offers .offer_box.active
{
  background: linear-gradient(180deg, rgba(238,64,54,1) 0%, rgba(240,90,40,1) 50%, rgba(245,136,53,1) 100%);

  -webkit-box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
  -moz-box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
  box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
}





section.offers .offer_box.active .box_arrow
{
  background-color: #fff;
}


section.offers .offer_box.active .box_arrow .arrow
{
  border-top-color:  #ff5f00;
}




section.offers .offer_box:hover
{
  background: linear-gradient(180deg, rgba(238,64,54,1) 0%, rgba(240,90,40,1) 50%, rgba(245,136,53,1) 100%);

  -webkit-box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
  -moz-box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
  box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);

}


section.offers .offer_box:hover .box_arrow
{
  background-color: #fff;
}


section.offers .offer_box:hover .box_arrow .arrow
{
  border-top-color:  #ff5f00;
}






section.offer_slider
{
  padding-bottom: 40px;

  margin-top: 0px;


}




section.offer_slider .offer_box
{
  -webkit-box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
  -moz-box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
  box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);

  border-radius: 20px;
  padding: 48px 110px;

  position: relative;
  background-color: #fff;

}



section.offer_slider .offer_box .icon
{
  background-color: #ff5f00;

  width: 130px;
  height: 130px;
  border-radius: 50%;
  text-align: center;
  padding-top: 24px;
  margin: 0 auto;
}



section.offer_slider .offer_box .icon img
{
  width: 80px;

  display: block;
  margin: 0 auto;
}



section.offer_slider .offer_box .claim_offer_button a
{
  display: block;
  background: rgb(238,64,54);

  background: linear-gradient(90deg, rgba(238,64,54,1) 0%, rgba(240,90,40,1) 50%, rgba(245,136,53,1) 100%);

  color:#fff;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  border-radius: 20px;
  text-decoration: none;

  -webkit-box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
  -moz-box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
  box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);


  margin-left: 17px;
  margin-right: 13px;

  padding-top: 10px;
  padding-bottom: 10px;

}






section.offer_slider .offer_box .claim_offer_button a:hover
{
  background: linear-gradient(90deg,#de402f  0%,#de402f  50%, #de402f  100%);

}

section.offer_slider .offer_box .terms
{
  color:#000000;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  display: block;
  text-align: center;
  padding-bottom: 16px;
  text-decoration: underline;

}

section.offer_slider .offer_box .terms sup
{
  display:inline-block;
  text-decoration:none;
}

section.offer_slider .offer_box .terms:hover
{
  color: #ff5f00;
}






section.offer_slider .offer_box.offer_1 .title_1
{
  color: #2b388f;
  font-size: 47px;
  font-weight: bold;
}



section.offer_slider .offer_box.offer_1 .title_2
{
  color: #ff5f00;
  font-weight: bold;
  font-size: 75px;
  margin-top: -21px;
  text-align: right;
  margin-bottom: 10px;

}


section.offer_slider .offer_box.offer_1 .title_3
{
  color: #2b388f;
  font-weight: bold;
  font-size: 34.5px;
  margin-top: -31px;
  margin-bottom: 37px;
  text-align: right;

}



section.offer_slider .offer_box.offer_1 .percentage

{
  color: #ff5f00;
  font-weight: bold;
  text-shadow: 2px 2px 6px #000;
  font-size: 192px;
  text-align: center;
  margin-top: -61px;

}


section.offer_slider .offer_box.offer_1 p.desc
{
  background-color: #2b388f;
  color: #fff;
  text-align: center;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
  width: 521px;
  font-size: 20px;
  padding-top: 2px;
  padding-bottom: 3px;

  margin-left: 17px;
  -webkit-box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
  -moz-box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
  box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
  width: 83%;

  margin: 0 auto;
  margin-top: -81px;
  margin-bottom: 50px;

}








section.offer_slider .offer_box.offer_2
{
  padding-top: 23px;
  padding-bottom: 23px;
}






section.offer_slider .offer_box.offer_2 .title_1
{
  color: #ff5f00;
  font-size: 90px;
  font-weight: bold;
  margin-top: 38px;
}



section.offer_slider .offer_box.offer_2 .title_2
{
  color: #2b388f;
  font-weight: bold;
  font-size: 53.8px;
  margin-top: -51px;
  text-align: right;

  margin-bottom: 65px;

}




section.offer_slider .offer_box.offer_2 .percentage

{
  color: #ff5f00;
  font-weight: bold;
  text-shadow: 2px 2px 6px #000;
  font-size: 255px;
  margin-top: -70px;
  float: left;
  width: 50%;
  z-index: 3;
  position: relative;
  margin-bottom: -100px;
}


section.offer_slider .offer_box.offer_2  .ribon
{
  float: left;
  width: 50%;
  position: relative;
  z-index: 2;
}



section.offer_slider .offer_box.offer_2 .ribon .ribon_1
{
  clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 0);
  background-color: #ff5f00;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 35px;
  padding-left: 29px;
  line-height: 35px;
  margin-top: 80px;
  float: left;
  margin-left: -20px;

  padding-right: 40px;


}



section.offer_slider .offer_box.offer_2 .ribon .tag-wrap3  {
  filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.6));
  position: relative;
  z-index: 1;

}








section.offer_slider .offer_box.offer_2 .ribon .ribon_2
{
  background-color: #2b388f;
  color: #fff;
  font-size: 16px;
  padding-left: 29px;
  line-height: 23px;
  margin-top: -5px;
  float: left;
  margin-left: -20px;
  padding-right: 0;
  width: 93%;
  position: relative;
  z-index: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom-left-radius: 38px;
  position: relative;
  z-index: 0;
}

section.offer_slider .offer_box.offer_2 .ribon .ribon_2 b
{
  display: block;
  font-size: 21.8px;
}







section.offer_slider .offer_box.offer_2 .clear
{
  clear: both;
}









section.offer_slider .offer_box.offer_2 p.desc
{
  color: #2b388f;
  font-size: 40px;

  padding-left: 15px;
  width: 100%;
  clear: both;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}




section.offer_slider .offer_box.offer_3
{
  padding-top: 11px;
  padding-bottom: 5px;
}


section.offer_slider .offer_box.offer_3 .title_1
{
color:#2b388f;
font-size: 69px;
font-weight: bold;
margin-top: 13px;
}




section.offer_slider .offer_box.offer_3 .title_2
{
  color: #ff5f00;
  font-weight: bold;
  font-size: 100.8px;
  margin-top: -50px;

}



section.offer_slider .offer_box.offer_3 .title_3
{
  color: #2b388f;
  font-weight: bold;
  font-size: 34.5px;
  margin-top: -36px;
  margin-bottom: 34px;
  text-align: right;

}



section.offer_slider .offer_box.offer_3 .percentage

{
  color: #ff5f00;
  font-weight: bold;
  text-shadow: 2px 2px 6px #000;
  font-size: 245px;
  margin-top: -69px;

}

section.offer_slider .offer_box.offer_3 .claim_offer_button a
{
  margin-top: 0px;
  margin-right: 0;

}

section.offer_slider .offer_box.offer_3 .ribon
{
  background-color: #2b388f;
  color:#fff;
  text-align: center;
  border-bottom-right-radius: 38px;
  width: 521px;
  font-size: 20px;
  padding-top: 7px;
  padding-bottom: 7px;

  margin-top: -100px;
  margin-left: 63px;

  -webkit-box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
  -moz-box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
  box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);

}


section.offer_slider .offer_box.offer_3 p.desc
{
  color: #2b388f;
  font-size: 38px;
  margin-top: 3px;
  padding-left: 14px;
  text-align: center;

  margin-bottom: 0px;


}


.owl-stage-outer {
  overflow: visible;
  }

   .owl-item {
     opacity: 0;
     transition: opacity 500ms;
  }
  .owl-item.active {
    opacity: 1;
  }
/* to remove cut shadow */
  .owl-carousel .owl-stage-outer {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px);
}

.owl-carousel .owl-nav button.disabled
{
  color: #f0f3f8 !important;
}

.owl-carousel .owl-nav button:hover
{
  color: #ff5f00 !important;
}
.owl-carousel .owl-nav button.disabled:hover
{
  color: #f0f3f8 !important;
}

.owl-carousel .owl-nav button.owl-prev
{    position: absolute;
  top: 80px;
  font-size: 190px;
  color: #dadde3;
  left: -130px;

}

.owl-carousel .owl-nav button.owl-next
{    position: absolute;
  top: 80px;
  font-size: 190px;
  color: #dadde3;
  right: -130px;

}





footer
{

    background-color: #002870;
    padding-top: 30px;
    padding-bottom: 40px;
}



footer .logo
{
    margin-top: 10px;
}





footer .social_media
{
    margin-top: 23px;
}
footer .social_media ul
{
    list-style: none;
    float:right;
}

footer .social_media ul li
{
    float: left;
}

footer .social_media ul li a
{
    color:#FFFFFF;
    -o-transition: 0s;
    -ms-transition:  0s;
    -moz-transition:  0s;
    -webkit-transition:  0s;

    transition:  0s;
    margin-left: 10px;

    background-color: #ffffff;



    margin-top: 0px;

    display: block;

    padding-top: 5px;
    padding-bottom: 3px;
    border-radius: 50%;


}

footer .social_media ul li a i
{
    font-size: 16px;
    -o-transition: 0s;
    -ms-transition:  0s;
    -moz-transition:  0s;
    -webkit-transition:  0s;

    transition:  0s;

    width: 30px;
  color:#1b2429;
    text-align: center;
}



footer .social_media ul li a:hover
{
    -o-transition: 0s;
    -ms-transition:  0s;
    -moz-transition:  0s;
    -webkit-transition:  0s;

    transition:  0s;
    background-color:#47b3e4;
}






footer .social_media ul li a.icon_facebook:hover

{
    background-color:#485e92;
}


footer .social_media ul li a.icon_twitter:hover

{
    background-color:#42acdc;
}



footer .social_media ul li a.icon_linkedin:hover

{
    background-color:#186895;
}

footer .social_media ul li a.icon_instagram:hover

{
    background-color:red;
}



footer .social_media ul li a:hover > i
{
    color:#ffffff;
}









footer .copyright {
  text-align: center;
  font-weight: bold;
}






footer .risk_disclosure a {

    text-decoration: none;
    color: #ff5f00;

}

footer .risk_disclosure {

    margin-top: 20px;
    text-align: center;
    font-size: 15px;
    font-family: "Proxima_Nova_Light";
}

footer .risk_disclosure a:hover {

  background-color: transparent;
    color: #e05401;

}



section.form_section
{
  padding-bottom: 60px;
  display: none;
}

section.form_section .container
{
  position: relative;
}

section.form_section a.close
{
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 10;
}






section.form_section #form_amana
{
  -webkit-box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
  -moz-box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
  box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);

  border-radius: 20px;
  padding: 10px 220px;

  position: relative;
  background-color: #fff;


}





.form_section h3
{
  color: #2b388f;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 20px;
  text-transform: uppercase;
}


.form_section p.small_risk {
  color: #2b388f;
  font-size: 10px;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 6px;
}


.form_section a.terms
{
  color: #000000;
  text-align: center;
  font-size: 16px;
  margin-top: 0px;
  display: block;
  text-align: center;
  padding-bottom: 16px;
  text-decoration: underline;
}

.form_section a.terms sup {
  display: inline-block;
  text-decoration: none;
}
.form_section a.terms:hover
{
  color: #ff5f00;
}
form#form_amana .row:nth-child(4)
{
    margin-top: 30px;
}






 form#form_amana  input
{
    width:100%;
    padding: 10px 12px;

    margin-bottom: 10px;
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 5px;
    background-color: #f4f8fe;
}


form#form_amana  input#phone_code
{
    background-color: #fafafa;
    border: 0px;
    width: 56px;
    padding: 0;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.4);
    border-top-left-radius: 5px ;
    border-bottom-left-radius: 5px ;

    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;

    direction: ltr;
    font-family: "Proxima_Nova";

}

form#form_amana  input#phone_section
{
    border-left: 0px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
 form#form_amana  .show_for_corporate
{
    display: none;
}



 form#form_amana  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn)
  {
      width: 100%;
      margin-bottom: 10px;

  }

 form#form_amana   .bootstrap-select>.dropdown-toggle
  {
      width: 100%;
      border-radius: 5px;

          border: 1px solid rgba(0,0,0,0.4);
          padding: 10px 12px;
          background-color: #f4f8fe;
  }



   form#form_amana   #real_account_captcha
  {
      position: absolute;
      right: 18px;
      top: 4px;
  }



   form#form_amana  .form-check {
      position: relative;
      display: block;
      padding-left: 1.25rem;
      margin-top: 0px;

  }


   form#form_amana  .form-check .form-check-label{

      text-align: justify;
      line-height: 18px;
      font-size: 12px;
      margin-top: 3px;
      color: #2b388f;
  }


   form#form_amana  .form-check .form-check-label a{
      color:#2b388f;
      text-decoration: none;
      font-weight: bold;
  }


   form#form_amana  input[type=checkbox]
  {
      float: left;
      width: auto;
  }



   form#form_amana  .register_button {
    display: block;
    background: rgb(238,64,54);
    background: linear-gradient(90deg, rgba(238,64,54,1) 0%, rgba(240,90,40,1) 50%, rgba(245,136,53,1) 100%);
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    border-radius: 20px;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
    -moz-box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
    box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
    padding-top: 7px;
    padding-bottom: 7px;
    width: 350px;
    margin: 0 auto;
    margin-top: 10px;

  }

   form#form_amana  .register_button:hover {
    background: linear-gradient(90deg,#de402f  0%,#de402f  50%, #de402f  100%);

  }


   form#form_amana   i.info_text {
      position: absolute;
      right: 25px;
      top: 12px;
      color: #fff;
      background-color: #2b388f;
      width: 20px;
      text-align: center;
      padding-top: 3px;
      padding-bottom: 3px;
      border-radius: 4px;
      z-index: 10;
      cursor: pointer;
  }


     .tooltip-inner {
      text-align: justify;
      text-align-last: left;
      font-size: 14px;
      max-width: 300px;
      background-color: #fff;
      color: #000;
      border: 1px solid #ccc;
      opacity: 1;
  }

     .tooltip {

      opacity: 1 !important;
  }


   form#form_amana   .error_field {
      border: 1px solid rgba(169,68,68,1)!important;
      -webkit-box-shadow: 0 0 5px 0 rgba(169,68,68,.8);
      -moz-box-shadow: 0 0 5px 0 rgba(169,68,68,.8);
      box-shadow: 0 0 5px 0 rgba(169,68,68,.8);
      border-radius: 5px !important;
  }



  form#form_amana  a.register_button small {
    font-size: 14px;
    display: block;
    font-family: "Proxima_Nova_Light";
}





form#form_amana .div_country .bootstrap-select .dropdown-menu {
    width: 100%;
    min-width: auto !important;
}


form#form_amana .div_country .dropdown-item {
    white-space: pre-line !important;
}






 .tooltip-inner {
    text-align: justify;
    text-align-last: left;
    font-size: 14px;
    max-width: 300px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    opacity: 1;
}

 .tooltip {

    opacity: 1;
}


.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2b388f;
}




section.table_section {
  padding-bottom: 40px;
  margin-top: 0px;
}

section.table_section .main_box
{
  -webkit-box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
  -moz-box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
  box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);

  border-radius: 20px;
  padding: 30px 40px;

  position: relative;
  background-color: #fff;
  float: left;

}


section.table_section .title_1 {
  color: #2b388f;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}


section.table_section .box
{
  padding:40px 23px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

section.table_section .box:hover
{
  background-color: #f4f8fe;
  border-radius: 20px;

  -webkit-box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
  -moz-box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
  box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);

}
section.table_section .box.active
{
  background-color: #f4f8fe;
  border-radius: 20px;

  -webkit-box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
  -moz-box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
  box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
}


section.table_section .box.active a.proceed
{
  background: linear-gradient(90deg,#de402f  0%,#de402f  50%, #de402f  100%);
}

section.table_section .box .title
{
  color: #2b388f;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}


section.table_section .box p
{
  color: #2b388f;
  margin-top: 20px;
  font-size: 18px;


}
section.table_section .box p a
{
  color: #00adff;
  text-decoration: underline;
}
section.table_section #box_2 .box p
{
  font-size: 16.5px;
}

section.table_section .box a.proceed
{
  display: block;
  margin: 0 auto;
  background: rgb(238,64,54);
  background: linear-gradient(90deg, rgba(238,64,54,1) 0%, rgba(240,90,40,1) 50%, rgba(245,136,53,1) 100%);
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  border-radius: 20px;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
  -moz-box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
  box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 220px;
  margin-bottom: 10px;

}



section.table_section .box a.proceed:hover
{
  background: linear-gradient(90deg,#de402f  0%,#de402f  50%, #de402f  100%);

}


section.table_section #box_3 .box
{
  margin-bottom: 20px;
}


section.table_section #box_3 .chart
{
  width: 772px;
  margin: 0 auto;
  margin-top: 30px;
  padding-bottom: 5px;
  display: inline-block;

}

section.table_section #box_3 .chart .box_left
{
  float: left;
  background-color: #00004c;
  width: 220px;
  padding: 14px 0px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  border-radius: 7px;

}


section.table_section #box_3 .chart .box_right
{
  float: right;
  background-color: #2b388f;
  width: 220px;
  padding: 14px 0px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  border-radius: 7px;

}

section.table_section #box_3 .chart .arrow_center
{
  float: left;
  border-bottom: 1px solid #2b388f;

  width: 290px;
  margin-left: 18px;

  color:#ff5f00;
  font-weight: bold;
  font-size: 25px;
  text-align: center;

  position: relative;

  padding-top: 2px;


}


section.table_section #box_3 .chart .arrow_center::after
{
  content: "\f0da";
  position: absolute;
  right: -9px;
  top: 27px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  color: #2b388f;
}



section.table_section #box_3 .chart .arrow_bottom
{

  position: relative;
  height: 60px;
  width: 1px;
  background-color: #2b388f;
  float: right;
  clear: both;
  margin-right: 104px;
  margin-top: 20px;
}

section.table_section #box_3 .chart .arrow_bottom::after
{
  content: "\f0d7";
  position: absolute;
  right: -8.5px;
  bottom: -13px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  color: #2b388f;
}

section.table_section #box_3 .chart .box_bottom
{
  margin: 0 auto;
  margin-top: 19px;
  clear: both;
  background-color: #f05a28;
  color: #fff;
  text-align: center;
  font-size: 25px;
  padding-bottom: 20px;
  border-radius: 7px;
  float: left;
  width: 100%;
}

section.table_section  #box_3 .title_1
{
margin-top: 20px;
}

section.table_section #box_3
{
  padding-bottom: 50px;
}

section.table_section #box_3 .chart .box_bottom b
{
  display: block;
  border-radius: 7px;
  padding: 14px 0px;
  padding-bottom: 0;
  margin-bottom: -5px;
}






#table {


  width: 750px;
  margin: 0 auto;

  border-collapse: collapse;
  border-style: hidden;

  -webkit-box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
  -moz-box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
  box-shadow: 0px 0px 13px 1px rgba(184,184,184,1);
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}

#table.table_2 {

  width: 900px;
}
#table th:first-child {
  border-radius: 20px 0 0 0;
  -moz-border-radius: 20px 0 0 0;
  -webkit-border-radius: 20px 0 0 0;
}

#table th:last-child {
  border-radius: 0 20px 0 0;
  -moz-border-radius: 0 20px 0 0;
  -webkit-border-radius: 0 20px 0 0;
}


#table tbody tr:last-child td:first-child {
  border-radius: 0px 0 0 20px;
  -moz-border-radius: 0px 0 0 20px;
  -webkit-border-radius: 0px 0 0 20px;
}
#table tbody tr:last-child td:last-child {
  border-radius: 0px 0px 20px 0;
  -moz-border-radius: 0px 0px 20px 0;
  -webkit-border-radius: 0px 0px 20px 0;
}




#table td, #table th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
  font-size: 20px;
  width: 33.33%;
}


#table.table_2 td, #table.table_2 th
{
  width: 25%;
}



#table th {
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  background-color: #2b388f;
  color: white;

}
#table th span{
  font-size: 17px;
  font-weight: normal;
  display: block;
  margin-bottom: -10px;
}

#table td {
color:#2b388f;
}


#table tr{  background-color: #f4f8fe;}

#table tr:hover {background-color: #e1ecfb;}



section.table_section
{
  display: none;
}


section.table_section .main_box
{
  display: none;
}



.modal h5
{
  color: #f05a28;
  font-weight: bold;
  display: block;
  text-align: center;
  width: 100%;
}

.modal h5 span
{
  display: block;
  font-weight: normal;
}

.modal .modal-body .list p
{
  padding-left: 10px;
}


.modal #table
{
width: 70%;
margin-top: 20px;
margin-bottom: 20px;
}


.modal #table.table_2
{
  width: 700px;
}







.modal #table th,.modal #table td
{
  font-size: 15px;
}





.main_box a.terms
{
  color: #000000;
  text-align: center;
  font-size: 16px;
  margin-top: 0px;
  display: inline-block;
  text-align: center;
  padding-bottom: 16px;
  text-decoration: underline;
}

.main_box a.terms sup {
  display: inline-block;
  text-decoration: none;
}
.main_box a.terms:hover
{
  color: #ff5f00;
}









html[lang=ar]  header
{
  clip-path: polygon(0 0, 100% 0%, 100% 80%, 0 100%)
}

html[lang=ar] header .titles
{
  float: right;
}


html[lang=ar] header .mobile
{
  float: right;
}



html[lang=ar] header .titles h1
{
  text-align: right;

  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-bottom: 12px;
  padding-top: 14px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;

  width: 142%;
}

html[lang=ar]  header .titles h2
{
  font-size: 38.5px;
  text-align: right;
  padding-left: 0px;
  margin-top: 15px;
  padding-right: 13px;
}



html[lang=ar]  header .titles h3
{
  text-align: right;
  margin-left: 0px;
  margin-right: 13px;
  margin-top: 15px;
  float: right;
}


html[lang=ar]  .offer_sticker .title
{
  line-height: 58px;
  margin-top: -25px;
}


html[lang=ar]  section.offers .select_offer p
{
  font-size: 18px;
}


html[lang=ar] section.offers .offer_box .offer_number
{
  right: auto;
  left:24px;
}


html[lang=ar] section.offers .offer_box .offer_desc
{
  line-height: 40px;
}

html[lang=ar] section.offer_slider .offer_box.offer_3 .title_1
{
  font-size: 62px;
  text-align: right;
}


html[lang=ar]  section.offer_slider .offer_box.offer_3 .title_3
{
  text-align: left;
  margin-top: -31px;
}

html[lang=ar] section.offer_slider .offer_box.offer_3 .title_2
{
  margin-top: -20px;
}

html[lang=ar] section.offer_slider .offer_box.offer_2 .title_1
{
  margin-top: 10px;
}



html[lang=ar] section.offer_slider .offer_box.offer_3 p.desc
{
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}

html[lang=ar] section.offer_slider .offer_box.offer_3 .ribon
{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 38px;
  margin-left: 0px;
  margin-right: 5px;
}


html[lang=ar] section.offer_slider .offer_box.offer_2 .title_2
{
  text-align: left;
  margin-top: -4px;
  margin-bottom: 35px;
}


html[lang=ar] section.offer_slider .offer_box.offer_2 .percentage
{
  float: right;
}

html[lang=ar] section.offer_slider .offer_box.offer_2 .ribon
{
  float: right;
}
html[lang=ar] section.offer_slider .offer_box.offer_2 .ribon .ribon_1
{
  float: right;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 14% 50%);
  text-align: right;
  margin-left: 0px;
  padding-right: 20px;
  margin-right: 6.65px;
  padding-left: 60px;
  font-size: 25px;
  line-height: 32px;


}


html[lang=ar] section.offer_slider .offer_box.offer_2 .ribon .ribon_2
{
  float: right;
  text-align: right;
  padding-right: 22px;
  padding-left: 0px;
  margin-right: 6px;
}


html[lang=ar] section.offer_slider .offer_box.offer_2 .ribon .ribon_2 b
{
  font-size: 19.8px;
}

html[lang=ar] section.offer_slider .offer_box.offer_2 p.desc{
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 25px;
}


html[lang=ar] section.offer_slider .offer_box.offer_1 .title_1
{
  text-align: left;
  font-size: 55px;
}



html[lang=ar] section.offer_slider .offer_box.offer_1 .title_2
{
  text-align: left;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 28px;
}

html[lang=ar] section.offer_slider .offer_box.offer_1 .title_3
{
  text-align: left;
  margin-bottom: 27px;
}

html[lang=ar] section.offer_slider .offer_box.offer_1
{
  padding: 58px 110px;
}

html[lang=ar] .owl-carousel .owl-nav button.owl-next
{
  right:auto;
  left: -130px;
}

html[lang=ar] .owl-carousel .owl-nav button.owl-prev
{
  left: auto;
  right: -130px;
}



html[lang=ar] footer .social_media ul
{
  float: left;
}


html[lang=ar] footer .social_media ul li
{
  float: right;
}

html[lang=ar] footer .social_media ul li a
{
  margin-left: 0px;
  margin-right: 10px;
}

html[lang=ar] section.table_section .box p
{
font-size: 17px !important;
}




html[lang=ar] form#form_amana  input#phone_code
{

    border: 1px solid rgba(0,0,0,0.4);


    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top-left-radius:0px !important;
    border-bottom-left-radius: 0px !important;

}


html[lang=ar] form#form_amana input#phone_section {
    border-left:  1px solid rgba(0,0,0,0.4);
    border-right: 0px;

    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;

    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}






html[lang=ar] #table td
{
  font-family: Proxima_Nova;
}

html[lang=ar] #table th:first-child
{
  border-radius: 0px 20px 0 0;
  -moz-border-radius: 0px 20px 0 0;
  -webkit-border-radius: 0px 20px 0 0;
}

html[lang=ar] #table th:last-child
{
  border-radius: 20px 0px 0 0;
  -moz-border-radius:  20px 0px 0 0;
  -webkit-border-radius: 20px 0px 0 0;


}



html[lang=ar] #table tbody tr:last-child td:last-child {
  border-radius: 0px 0 0 20px;
  -moz-border-radius: 0px 0 0 20px;
  -webkit-border-radius: 0px 0 0 20px;
}
html[lang=ar] #table tbody tr:last-child td:first-child {
  border-radius: 0px 0px 20px 0;
  -moz-border-radius: 0px 0px 20px 0;
  -webkit-border-radius: 0px 0px 20px 0;
}

html[lang=ar] #table th span
{
  margin-bottom: -2px;
}


html[lang=ar] section.table_section #box_3 .chart .box_left
{
  float: right;
  font-size: 19px;

}

html[lang=ar] section.table_section #box_3 .chart .box_right
{
  float: left;
  font-size: 19px;

}

html[lang=ar] section.table_section #box_3 .chart .arrow_center
{
  float: right;
  margin-left: 0px;
  margin-right: 18px;
  padding-bottom: 5px;
  padding-top: 0px;
  margin-top: -3px;

}


html[lang=ar] section.table_section #box_3 .chart .arrow_center::after
{
  content: "\f0d9";
  right: auto;
  left: -9px;

  top: 30px;
}



html[lang=ar] section.table_section #box_3 .chart .arrow_bottom
{
  float: left;
  margin-right: 0px;
  margin-left: 104px;
}


html[lang=ar] .form_section h3
{
  font-size: 30px;
}

html[lang=ar] section.form_section a.close
{
  font-family: Proxima_Nova;
  right: auto;
  left: 40px;
}




html[lang=ar]  form#form_amana .div_select_entity  .bootstrap-select .dropdown-toggle .filter-option-inner-inner {

  font-family: "Proxima_Nova";
}


html[lang=ar]  form#form_amana .div_select_entity  .bootstrap-select  .dropdown-menu li a span.text
{
  font-family: "Proxima_Nova";
}

html[lang=ar]  form#form_amana  .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-align: right;

}







html[lang=ar]  form#form_amana  .dropdown-toggle:after {
  margin-left: 0;
  float: left;
  margin-top: 9px;
}


html[lang=ar]   .content form#form_amana  .bootstrap-select .dropdown-toggle .filter-option-inner{
  padding-right: 0px;
}

html[lang=ar]  form#form_amana  .bootstrap-select .dropdown-menu li {
  text-align: right;
}

html[lang=ar]  form#form_amana #real_account_captcha
{
  right: auto;
  left: 16px;
}

html[lang=ar]  form#form_amana .form-check
{
  padding-left:0;
}

html[lang=ar]  form#form_amana .form-check .form-check-label
{
  padding-left:0;
  padding-right: 1.25rem;
  padding-left:0;
}

html[lang=ar]  form#form_amana input[type=checkbox]
{
  float: right;
}



html[lang=ar]  form#form_amana i.info_text
{
  right: auto;
  left: 32px;
}


html[lang=ar]  .tooltip-inner
{
  text-align-last: right;
}


html[lang=ar] form#form_amana .bootstrap-select>.dropdown-toggle {

  padding: 10px 7px;

}

html[lang=ar] .tooltip .arrow
{
  left: 143px!important;
}

html[lang=ar] section.offers .offer_box
{
  border-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 0px;
}



html[lang=ar] header .logo
{
  float: right;
}




html[lang=ar] .modal-body p
{
text-align: right;
}
html[lang=ar] .modal-body p b.numeric
{
  font-family: Proxima_Nova;
}


@media (max-width: 1200px) {

 body header
  {
    clip-path: none  !important;
    padding-top: 30px !important;
    padding-bottom:30px !important;
  }


  header .logo
  {
    float: none !important;
    display: block;
    margin: 0 auto;
  }

  header .mobile {
    width: 60%;
    float: none !important;
    margin: 0 auto;
    margin-top: 20px;
    display: block;
}

  header .titles
  {
    width: 100%  !important;
    text-align: center;
    margin-top: 30px;
  }


  header .titles h1
  {
    width: 100%  !important;
    border-radius: 7px !important;
    text-align: center !important;
    font-size: 30px;
    float: none !important;
  }


  header .titles h2
  {
    width: 100%;
    text-align: center !important;
    font-size: 30px;
    padding-left: 0px;
  }

  header .titles h3
  {
    text-align: center !important;
    font-size: 30px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
    float: none !important;
  }







  .tag-wrap2
  {
    display: none;
  }

  section.offers .select_offer
  {
    padding: 20px 20px;
  }

  section.offers .select_offer h3
  {
    font-size: 30px;
  }

  section.offers .select_offer p
  {
    font-size: 20px;
  }

  section.offer_slider .offer_box
  {
    padding: 15px 20px;
  }

  section.form_section #form_amana
  {
    padding: 10px 130px;
  }


  .owl-carousel .owl-nav button.owl-next
  {
    right: -70px;
  }
  .owl-carousel .owl-nav button.owl-prev
  {
    left: -70px;
  }

  #table.table_2 {
    width: 100%;
}
}



@media (max-width: 992px) {

  section.offers
  {
    padding-bottom: 0;
  }

  section.offers .offer_box
  {
    margin-bottom: 40px;
  }
  section.offers .offer_box .icon img
  {

    margin-top: 10px;
  }

  section.offers .offer_box .offer_desc
  {
    margin-top: 10px;
    padding-bottom: 20px;
  }

  section.offers .offer_box .offer_number
  {

    font-size: 60px;

    top: 10px;
  }


  section.offers .offer_box .box_arrow
  {
    padding-top: 20px;
    padding-bottom: 20px;
  }


  section.offer_slider .offer_box.offer_1 .title_1
  {
    text-align: center !important;
    font-size: 30px !important;
  }

  section.offer_slider .offer_box.offer_1 .title_2
  {
    text-align: center !important;
    font-size: 30px !important;
    margin-top: -10px !important;
  }

  section.offer_slider .offer_box.offer_1 .title_3
  {
    text-align: center !important;
    font-size: 30px !important;
    margin-top: -10px !important;
  }


  section.offer_slider .offer_box.offer_1 .percentage
  {


    font-size: 120px;
    margin-top: -80px;
    text-align: center;
  }


  section.offer_slider .offer_box.offer_1 p.desc
  {
    font-size: 15px;
    text-align: center;
    margin-top: -40px;
    margin-bottom: 11px;
  }


  section.offer_slider .offer_box .claim_offer_button a
  {
    font-size: 30px;
  }

  section.offer_slider .offer_box .icon
  {
    display: none;
  }

  section.offer_slider .offer_box.offer_2 .title_1
  {
    text-align: center;
    font-size: 30px;
    margin-top: 0px;
  }

  section.offer_slider .offer_box.offer_2 .title_2
  {
    text-align: center !important;
    font-size: 30px !important;
    margin-top: -10px !important;
  }



  section.offer_slider .offer_box.offer_2 .percentage
  {
    font-size: 120px;
    margin-top:-100px;
    text-align: center;
    width: 100%;
    float: none;
    clear: both;
    display: block;
    margin-bottom: -30px;
  }


  section.offer_slider .offer_box.offer_2 p.desc
  {
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 11px;
  }

  section.offer_slider .offer_box.offer_2 .ribon
  {
    width: 100%;
    float: none;
  }

  section.offer_slider .offer_box.offer_2 .ribon .ribon_1
  {
    float: none !important;
    margin: 0 auto !important;
    display: block !important;
    text-align: center !important;
    padding-left: 30px !important;
    font-size: 30px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }


  section.offer_slider .offer_box.offer_2 .ribon .ribon_2

  {
    width: 100% !important;
    float: none !important;
    margin: 0 auto !important;
    display: block !important;
    text-align: center !important;
    font-size: 20px !important;
    padding-left: 0px !important;
  }

  section.offer_slider .offer_box.offer_2 .ribon .ribon_2 b
{
  font-size: 20px !important;
}


  section.offer_slider .offer_box .terms
  {

    margin-bottom: 0;
  }








  section.offer_slider .offer_box.offer_3
  {
    padding-bottom: 20px;
  }








  section.offer_slider .offer_box.offer_3 .title_1
  {
    text-align: center !important;
    font-size: 30px !important;
    margin-top: 0 !important;
  }

  section.offer_slider .offer_box.offer_3 .title_2
  {
    text-align: center !important;
    font-size: 30px !important;
    margin-top: -10px !important;
  }

  section.offer_slider .offer_box.offer_3 .title_3
  {
    text-align: center !important;
    font-size: 30px !important;
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }


  section.offer_slider .offer_box.offer_3 .percentage
  {


    font-size: 120px;
    margin-top: -30px;
    text-align: center !important;
  }


  section.offer_slider .offer_box.offer_3 p.desc
  {
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 11px;
  }



  section.offer_slider .offer_box.offer_3 .ribon
  {
    width: 100%;
    float: none;
    margin: 0 auto;
    margin-top: -20px;
  }


  section.offer_slider .offer_box.offer_3 .claim_offer_button a
  {
    margin-top: 20px;

  }


  section.offer_slider
  {
    padding-bottom: 0;
  }






  section.form_section #form_amana

  {
    padding: 10px 30px;
  }

  .form_section h3

  {
    font-size: 30px;
    margin-bottom: 30px;

  }


  .owl-carousel .owl-nav button.owl-next {
    right: 10px;
    top: -30px;
    font-size: 100px;
}


.owl-carousel .owl-nav button.owl-prev {
  left: 10px;
  top: -30px;
  font-size: 100px;
}


.social_media {
  float: none !important;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}

.social_media ul {
padding: 0px;
float: none;
}



section.table_section .box
{
  padding: 10px 17px;
  margin-bottom: 0;
}



section.table_section .title_1
{
  font-size: 30px;
}

.responsive_table
{
  overflow-x: auto;
}

#table
{
  width: 400px;
}

#table td, #table th
{
  font-size: 15px;
}
#table.table_2
{
  width:500px;
}


section.table_section .main_box
{
  padding: 10px 20px;
}


.modal #table {
  width: 100%;

}

.modal #table.table_2 {
  width: 500px;

}
section.offer_slider .offer_box.offer_3 .claim_offer_button a
{
margin-left: 0px;

}


section.table_section #box_3 .chart
{
  width: 100%;
}

section.table_section #box_3 .chart .box_left
{
  float: none;
  margin: 0 auto;
}
section.table_section #box_3 .chart .box_right
{
  float: none;
  margin: 0 auto;
  margin-top: 50px;
}

section.table_section #box_3 .chart .arrow_center
{
  float: none !important;
  margin: 0 auto;
  margin-top: 30px;
  width: 220px;


}


section.table_section #box_3 .chart .arrow_center::after
{
  content: "\f0d7";
  right: 101px;
  top: 31px;
}

section.table_section #box_3 .chart .arrow_bottom
{
  float: none !important;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}


html[lang=ar] header .titles h2
{
  line-height: 57px;
}

html[lang=ar] section.offer_slider .offer_box.offer_2 .ribon .ribon_1
{
  padding-bottom: 20px !important;
}

html[lang=ar] section.offer_slider .offer_box.offer_1 .title_2
{
  margin-bottom: 10px;
  padding-top: 20px;
}

html[lang=ar] section.offer_slider .offer_box.offer_1 .title_3 {

  margin-bottom: 47px;
}

html[lang=ar] section.offer_slider .offer_box.offer_1
{
  padding:15px 20px;
}


html[lang=ar] section.offer_slider .offer_box.offer_2 .title_2
{
  margin-bottom: 45px;
}

}
