*{
  box-sizing: border-box;
}

html{
  position: relative;
  min-height: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body{
  background-color: #fff;
  color:#444;
  margin:0;
  padding:0;
  /*text-transform: capitalize;*/
  font-size: .9em;
  line-height: 1.4em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  margin: 0 0 140px; /* bottom = footer height */
}

header{
  width:100%;
  height:60px;
  background: #F3F4F7;
  text-align: center;
}


header .logo{
  width: 60px;
  max-width: 100%;
  height:auto;
  text-align: center;
  display: inline-block;
}

.logo img{
  /* max-width: 100%;
  margin: .3em auto; */
}

.wrapper{
  width:90%;
  /* max-width: 1024px; */
  margin:auto;
}

.h-seperator{
  width: 100%;
  border-bottom: 2px dashed #C9D0E1;
  margin: 2em auto 2em auto;
  display: block;
  padding: 0em;
  opacity: .3;

}

.lead{
  font-size: 1.1em;
  color: #444;
  font-weight: 700;
  padding: 5px 2px 15px;
  display: inline-block;
  width: auto;
}

.icon {
  font-size: 1.4em;
}

.icon-basket:before { content: '\e800'; } /* '' */
.icon-tags:before { content: '\e801'; } /* '' */
.icon-money:before { content: '\e802'; } /* '' */
/*****************NAV******************/

.nav{
  margin: 2em auto;
  display: none;
}
.nav ul{
  width:100%;
  height:auto;
}
.nav ul li{
  list-style: none;
  width: 33%;
  display: inline-block;
  text-align: center;
  padding: 1.5em;
  color: #C9D0E1;
  border-bottom: 5px solid #EAEDF3;
  text-transform: uppercase;
  opacity: .7;
}

.nav ul li:first-child{
  width:31%;
  margin-right:1.5%;
}
.nav ul li:last-child{
  width: 31%;
  margin-left:1.5%;
}
.nav ul li.active{
  color:#444;
  border-bottom-color: #189D5B;
  opacity: 1;
}

/*****************order info******************/

.order-info{
  width:100%;
  border:1px solid #C9D0E1;
  padding:3%;
  margin: 2em auto;
  border-radius:4px;
  overflow: hidden;
  color: #838F96;
display: none;
}

.items{
  width:80%;
  height: auto;
  float: left;

}

.items li{
  font-size: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: .5em 3em;
  /*font-weight: 700;*/
}

.items .lead,
.price .lead{
  text-transform: uppercase;
  padding: 0.5em .6em;
}
.price{
  width: 20%;
  height: auto;
  float: left;
}
.price li{
  margin: .5em 3em;
  font-weight: 700;
}

/*****************payment method customized v1******************/
/*.payment-method{
  overflow: hidden;
}

.payment-method .lead{
  width:100%;
  font-size: 2em;
  display: block;
  text-align: center;
  margin-bottom: 1em;
  padding-bottom:1eml


}
.payment-method small{
  padding-top: 1em;;
  display:block;
  width:100%;
  text-align: center;
  color:#C9D0E1;
  font-size: 60%;
  font-weight: 400;
  text-transform: lowercase;
}*/

.payment-method{
  overflow: hidden;
}
.payment-method small{
  color:#838F96;
  font-size: 75%;
  font-weight: 400;
  text-transform: lowercase;
}


.payment-method > ul{
  overflow: hidden;
  width: 100%;
}

.payment-method li{
  width:100%;
  position: relative;
}

.payment-option{
  width: 100%;
  padding: 1em 2em 1em 4em;
  margin:.4em 0;
  height: auto;
  display: block;
  color:#444444;

  overflow: hidden;
  cursor: pointer;
  background: #F3F4F7;
  border-radius: 5px;
  border: 2px dashed #FFFFFF;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.8, -0.66, 0.1, 1.66);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.8, -0.66, 0.1, 1.66);
  -o-transition: -o-transform 0.2s cubic-bezier(0.8, -0.66, 0.1, 1.66);
  transition: transform 0.2s cubic-bezier(0.8, -0.66, 0.1, 1.66);
}

.payment-option img{
  width: auto;
  max-width: 100%;
  height: 50px;
  float: right;


}

.payment-option:hover{
  -webkit-filter:  brightness(1.01);
   -moz-filter:  brightness(1.01);
        filter:  brightness(1.01);
        /*-webkit-transform: scale(.99, .99);*/
  /*-ms-transform: scale(.99, .99);
  -o-transform: scale(.99, .99);
  transform: scale(.99, .99);*/
  border: 2px dashed #E0E4EE;
}

.payment-method input{
  margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}

.payment-method li input:active +.payment-option {opacity: .9;}
.payment-method li input:checked +.payment-option {
    border: 2px dashed #189D5B;
    -webkit-filter: none;
   -moz-filter: none;
        filter: none;

}

.payment-option span{
  text-align: left;
  height: 50px;
  font-size: .9em;
  font-weight: 700;
  display: table-cell;
  vertical-align: middle;
}


.payment-option::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 20px;
  top: 36px;
  border: 1px solid #D3DAEB;
  border-radius: 50%;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #fff;
}

.payment-option::after{
content: "";
display: inline-block;
position: absolute;
width: 20px;
height: 20px;
left: 20px;
top: 36px;
color: #189D5B;
font-size: 1.8em;
border-radius: 50%;
-webkit-transform: scale(0, 0);
-ms-transform: scale(0, 0);
-o-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.8, -0.66, 0.1, 1.66);
-moz-transition: -moz-transform 0.2s cubic-bezier(0.8, -0.66, 0.1, 1.66);
-o-transition: -o-transform 0.2s cubic-bezier(0.8, -0.66, 0.1, 1.66);
transition: transform 0.2s cubic-bezier(0.8, -0.66, 0.1, 1.66);


}

 input:checked + .payment-option::after {
    content: '\E806';
    font-family: "fontello";
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);

}

/*****************actions******************/
.actions{
  width: 100%;
  height: auto;
  padding: 1em 0;
  overflow: hidden;
  margin:3em auto;
}

.actions a{
  width: 200px;
  padding: 1em;
  display: block;
  float: left;
  background: #d8d8d8;
  text-align: center;
  text-decoration: none;
  font-size: 1.1em;
  border-radius:4px;
  color:#fff;
  font-weight: 700;
}

.actions a:hover{
  /* opacity: .9 */
}

.actions .back{
  background: #fff;
  color: #189D5B;
  border:1px solid #189D5B
}
.actions .continue{
  float: right;
  background: #189D5B;
}

.actions .btm{
  width: auto;
  max-width: 300px;
  float: none;
  background: #189D5B;
  text-align: center;
  margin:auto;
  padding: 1em 2em;
}

/*****************Confirmation******************/

.confirmation{
  text-align: center;
  width: 100%;
  background: rgba(243, 244, 247, 0.33);
  padding: 7% 0 4%;
  margin: 3em 0;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #F0F2F6;

}

.confirmation label{
  display: block;
  width: 100%;
  font-size: 3em;
  margin-bottom: .7em;
  color: #189D5B;
  text-transform: uppercase;
}

.confirmation .failed{
  color:#D8000C;
}

.confirmation small{
  font-size: 130%;
  color:#838F96;
  letter-spacing: 1px;
  font-weight: 400;
}


.order-confirmation{
  width:100%;
  border:1px solid #C9D0E1;

  padding:3%;
  margin: 2em auto;
  border-radius:4px;
  overflow: hidden;
  color: #838F96;
  text-align: center;
}

em.seperator{
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #b9c0c4;
  padding-top:10px;
}
.hidden{
  display: none;
}

.block{
  display: block;
}

header .hidden{
  display: inline-block !important;
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../img/error.png');
}

/*****************footer******************/
footer{
  /* position: absolute;
  left: 0;
  bottom: 0;
  height: 100px; */
  width: 100%;
  background: #3C3C3D;
  padding: 2.8em;
  color:#fff;
  text-align: center;
}

/**********************table****************/
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 16px;
    width: 100%;
}

table, th, td {
    border: medium none;
}

th {
    background-color: #4caf50;
    color: white;
    padding-bottom: 11px;
    padding-top: 11px;
}

td, th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}










* {
  transition: background-color 300ms ease, color 300ms ease;
}
*:focus {
 
  outline: none !important;
}
html, body {
  color: rgba(33, 37, 41, 1);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 16px;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
header {
  background-color: rgb(255 255 255);
  padding: 0.4rem 0 0;
}
.menu a:hover {
  color:rgb(135, 54, 140) !important;
  text-decoration: none !important;
}
.menu {
  padding: .4rem 2rem;
  border-bottom: 1px solid rgba(242, 242, 242, 1);
}
header ul {
  
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: right;
}
header li {
  display: inline-block;
}
header li a {
  border-radius: 5px;
  color: rgba(0, 0, 0, .5);
  display: block;
  height: 44px;
  text-decoration: none;
}
header li.menu-item a {
  border-radius: 5px;
  margin: 5px 0;
  height: 38px;
  line-height: 36px;
  padding: .4rem .65rem;
  text-align: center;
  text-transform: uppercase;
}
header li.menu-item a:hover,
header li.menu-item a:focus {

}
header .logo {
  float: left;
  height: 75px;
  padding: .4rem .5rem;
}
.logo img{
  width: 127px;
  height: 80px;
}
header .menu-toggle {
  display: none;
  float: right;
  font-size: 2rem;
  font-weight: bold;
}
header .menu-toggle button {
  background-color: rgb(135 40 145);
  border: none;
  border-radius: 3px;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  font: inherit;
  font-size: 1.3rem;
  height: 36px;
  padding: 0;
  margin: 11px 0;
  overflow: visible;
  width: 40px;
}
header .menu-toggle button:hover,
header .menu-toggle button:focus {
  background-color: rgb(135 40 145);
  color: rgba(255, 255, 255, .8);
}
header .heroe {
  margin: 0 auto;
  max-width: 1100px;
  padding: 1rem 1.75rem 1.75rem 1.75rem;
}
header .heroe h1 {
  font-size: 2.5rem;
  font-weight: 500;
}
header .heroe h2 {
  font-size: 1.5rem;
  font-weight: 300;
}
section {
  margin: 0 auto;
  max-width: 1100px;
  padding: 2.5rem 1.75rem 3.5rem 1.75rem;
}
section h1 {
  margin-bottom: 2.5rem;
}
section h2 {
  font-size: 120%;
  line-height: 2.5rem;
  padding-top: 1.5rem;
}
section pre {
  background-color: rgba(247, 248, 249, 1);
  border: 1px solid rgba(242, 242, 242, 1);
  display: block;
  font-size: .9rem;
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  white-space: pre-wrap;
  word-break: break-all;
}
section code {
  display: block;
}
section a {
  color: rgba(221, 72, 20, 1);
}
section svg {
  margin-bottom: -5px;
  margin-right: 5px;
  width: 25px;
}
.further {
  background-color: rgba(247, 248, 249, 1);
  border-bottom: 1px solid rgba(242, 242, 242, 1);
  border-top: 1px solid rgba(242, 242, 242, 1);
}
.further h2:first-of-type {
  padding-top: 0;
}
footer {
  background-color: #333333;
  text-align: center;
  color:#bbb;
}
footer .environment {
  color: rgba(255, 255, 255, 1);
  padding: 2rem 1.75rem;
}
footer .copyrights {
  background-color: rgba(62, 62, 62, 1);
  color: rgba(200, 200, 200, 1);
  padding: .25rem 1.75rem;
}
footer a:hover {
  color: #ffffff !important;    
}
@media (max-width: 629px) {
  header ul {
    padding: 0;
  }
  header .menu-toggle {
    padding: 0 1rem;
  }
  header .menu-item {
    background-color: rgba(244, 245, 246, 1);
    border-top: 1px solid rgba(242, 242, 242, 1);
    margin: 0 15px;
    width: calc(100% - 30px);
    position: relative;
    z-index: 1000000000000000000;
  }
  header .menu-toggle {
    display: block;
  }
  header .hidden {
    display: none !important;
  }
  header li.menu-item a {
   
  }
  header li.menu-item a:hover,
  header li.menu-item a:focus {
    
  }
}
h5.font-weight-bold.text-uppercase.mt-3.mb-4 {
  font-size: 17px;
}
footer a {
  font-size: 12px;
  color: #888;
  line-height: 15px;
}
img.imgresponsive {
  width: 50%;
  height: auto;
}
.container-inner{
margin-left:10px;
}
.button_back {
     background-color: #a23a87;
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  margin: 4% 2%;
  opacity: 0.6;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 1px 4px 4px 3px #888888;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.imgresponsive-secure{
margin: 4% 2%;
height: 41px;
}
.form-group {
  
  margin-bottom: 0px !important;
}
/* Use a media query to add a break point at 800px: */
@media (max-width: 800px) {
form {
 max-width: 100% !important; /* The width is 100%, when the viewport is 800px or smaller */
}
}
.error {
          width: 100%;
          margin-top: .25rem;
          font-size: .875em;
          color: #dc3545;
      }

      /* .loader {
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid #703985;
        width: 120px;
        height: 120px;
        -webkit-animation: spin 2s linear infinite; 
        animation: spin 2s linear infinite;
        position: relative;
    top: 35%;
    left: 50%;
    margin: 0 auto;
      }
      
      
      @-webkit-keyframes spin {
        0% { -webkit-transform: rotate(0deg); }
        100% { -webkit-transform: rotate(360deg); }
      }
      
      @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
      } */

      .loader {
      
        display: flex;
        justify-content: center;  
        position: absolute;
        top: 39%;
        left: 42%;
        display: block;
        z-index: 5;
      }
      .loader_ajax_small {
        /* border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid #703985;
        width: 120px;
        height: 120px; */
        border: 10px solid #f3f3f3;
    border-radius: 60%;
    border-top: 10px solid #703985;
    width: 60px;
    height: 60px;
        -webkit-animation: spin_loader_ajax_small 2s linear infinite; 
        animation: spin_loader_ajax_small 2s linear infinite;

        /* border: 2px solid #f3f3f3 !important;
        border-radius: 50%;
        border-top: 2px solid #2D2D2D !important;
        width: 120px;
        height: 120px;
        -webkit-animation: spin_loader_ajax_small 2s linear infinite;
        animation: spin_loader_ajax_small 2s linear infinite; */
      }
      
      @-webkit-keyframes spin_loader_ajax_small {
        0% { -webkit-transform: rotate(0deg); }
        100% { -webkit-transform: rotate(360deg); }
      }
      
      @keyframes spin_loader_ajax_small {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
      }

      iframe#payfort_merchant_page {
        height: 480px;
    }

    p1{ font-size:50px;padding:0px; margin:0px; letter-spacing:0.02em; line-height:21px; font-weight:400;color:white;align:right;}
p2{ font-size:40px;padding:0px; margin:0px; letter-spacing:0.02em; line-height:21px; font-weight:400;color:#a23a87;align:right;}
p3{ font-size:20px;padding:0px; margin:0px; letter-spacing:0.02em; line-height:21px; font-weight:400;color:#aaa3a8;align:right;}
p4{ font-size:15px;padding:0px; margin:0px; letter-spacing:0.02em; line-height:21px; font-weight:400;color: rgb(41, 138, 59);align:center;}
p5{ font-size:15px;padding:0px; margin:0px; letter-spacing:0.02em; line-height:21px; font-weight:400;color: rgb(41, 138, 59);align:center;}

#contact_form label {
  padding-bottom: 7px;
}

.warning {
  background-color: #ffffcc;
  border-left: 6px solid #ffeb3b;
}