

/* ROOT ATTRIBUTES */


@font-face {
  font-family: 'Averta';
  src: url('/AVERTA/Averta-Bold.otf') format('woff2'),
      url('/AVERTA/Averta-Bold.otf') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Averta';
  src: url('/AVERTA/Averta-BoldItalic.otf') format('woff2'),
      url('/AVERTA/Averta-BoldItalic.otf') format('woff');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Averta';
  src: url('/AVERTA/Averta-Thin.otf') format('woff2'),
      url('/AVERTA/Averta-Thin.otf') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Averta';
  src: url('/AVERTA/Averta-SemiboldItalic.otf') format('woff2'),
      url('/AVERTA/Averta-SemiboldItalic.otf') format('woff');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Averta';
  src: url('/AVERTA/Averta-ThinItalic.otf') format('woff2'),
      url('/AVERTA/Averta-ThinItalic.otf') format('woff');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Averta';
  src: url('/AVERTA/Averta-Light.otf') format('woff2'),
      url('/AVERTA/Averta-Light.otf') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Averta';
  src: url('/AVERTA/Averta-Regular.otf') format('woff2'),
      url('/AVERTA/Averta-Regular.otf') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Averta Extrathin';
  src: url('/AVERTA/Averta-Extrathin.otf') format('woff2'),
      url('/AVERTA/Averta-Extrathin.otf') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Averta';
  src: url('/AVERTA/Averta-BlackItalic.otf') format('woff2'),
      url('/AVERTA/Averta-BlackItalic.otf') format('woff');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Averta';
  src: url('/AVERTA/Averta-Black.otf') format('woff2'),
      url('/AVERTA/Averta-Black.otf') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Averta Extrathin';
  src: url('/AVERTA/Averta-Extrathin.otf') format('woff2'),
      url('/AVERTA/Averta-Extrathin.otf') format('woff');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Averta';
  src: url('/AVERTA/Averta-Semibold.otf') format('woff2'),
      url('/AVERTA/Averta-Semibold.otf') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Averta';
  src: url('/AVERTA/Averta-SemiboldItalic.otf') format('woff2'),
      url('/AVERTA/Averta-SemiboldItalic.otf') format('woff');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Averta';
  src: url('/AVERTA/Averta-LightItalic.otf') format('woff2'),
      url('/AVERTA/Averta-LightItalic.otf') format('woff');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Averta';
  src: url('/AVERTA/Averta-RegularItalic.otf') format('woff2'),
      url('/AVERTA/Averta-RegularItalic.otf') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Averta';
  src: url('/AVERTA/Averta-ExtraBold.otf') format('woff2'),
      url('/AVERTA/Averta-ExtraBold.otf') format('woff');
  font-weight: 800;
  font-style: normal;
}
body {
font-family: 'Averta';
}

*{
  font-family: 'Averta';
  padding: 0;
  margin: 0;
  box-sizing: border-box;

   
}

a{
  text-decoration: none;
}

/* Global CSS */

.row {
margin: 0;
padding: 0;
}

.gbobal-btn{
background: #479FC8;
border-radius: 6px;
font-weight: 600;
font-size: 14px;
line-height: 17px;
/* identical to box height */
padding: 14px 23px;
color: #FFFFFF;
margin-right: 20px;
}

.gbobal-secondary-btn{
  background: #479FC8;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  padding: 14px 23px;
  color: #FFFFFF;
  border: none;
  text-decoration: none;

  }



.gbobal-btn:hover{
background: white;
color: #18425D;
text-decoration: none;
}




h1{
  color: #18425D;
  font-size:48px ;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
}

h2{
font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 56px;
color: #18425D;


}

h3{
font-style: normal;
font-weight: bold;
font-size: 30px;
line-height: 36px;
color: #18425D;


}

h4{
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 24px;
color: #353F50;
color: #18425D;


}


p{
color: #353F50;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 30px;
}


/* Global CSS ENDS */




/* MERCHANT ACQUIRNG */

/* ************************************************************************************* */

/* PAYMENT PROCESSING STARTS HERE */

/* TOP NAVIGATIONS */

.sub-navigation{
  background: #18425D;    
  }
  
  .nav{
     display: flex;
      margin: 0 auto;
      width: 100%;
      max-width: 1120px;
      padding:15px 20px;
      
  }
  
  .products h7{
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: white
  }
.payment-processing{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
 -ms-flex: 1;
 -webkit-flex: 1;
}

.Get-started{
display: flex;
justify-content: center;
align-items: center;
color: white;
font-weight:normal;
}
.Get-started a {
 margin: 0 10px;
 color: white;
 font-weight: 600;
font-size: 14px;
line-height: 20px;
}

/*TOP NAVIGATIONS ENDS*/

/* ALL PRODUCT PAGES NAV */

/* TOP BANNER SECTION */

.merchant-enquiry-bg{
  background: url(images/Merchant\ Aq\ 1.png) no-repeat center center/cover;
height: 100%;
}

.bg-padding{
    padding-bottom: 50px;

}

.payment-processing-banner{
display: flex;
flex-direction: column;
display: flex;
  flex: 1;
 -ms-flex: 1;
 -webkit-flex: 1;
  margin: auto;
  width: 100%;
  max-width: 1120px; 
  padding:0 20px;
}

.switch-banner{
width: 100%;
max-width: 500px;
margin-top: 48px;
color: white;
}

.switch-banner h1 {
  color: white;
}

.switch-banner p{
  color: white;
  margin: 30px 0;
  width: 100%;
  max-width: 450px;
}

.book-session span a{
  color: white;
  font-weight: 600;
font-size: 16px;
line-height: 28px;
}


/* Body section 1************************** */
.mechantaqbg-1{
background: url(images/merchanteq-bg.png) no-repeat center center/cover;
height: 750px;
width: 100%;
padding-bottom: 50px;
}

.body-content{
  margin: auto;
  width: 100%;
  max-width: 1120px; 
  padding:0 20px;
}

.section-content{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  max-width: 600px;
  padding: 100px 0;
  margin-top: 30px;
}


.section-content p{
  margin:40px 0;
  
}
.section-content p{
  margin:40px 0;
  width: 100%;
  max-width: 512px;
}

.body-content .img-fluid{
  display: none;
}


.button-no-hover{
  background: #479FC8;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  padding: 14px 23px;
  color: #FFFFFF;
  margin-right: 20px;
}

.section-content a{
  text-decoration: none;
  color: #FFFFFF;
}
/* PAYMENTS CRADS SECTIONS *****************************************/
.merchat-2-bg{
  background: url(images/merchnt-blue-bg.png)no-repeat center center/cover;
  height: 100%;
  width: 100%;
  margin-bottom: 40px;
}

.payment-cards-body{
  margin: auto;
  width: 100%;
  max-width: 1120px; 
}


.switching-contents{
display: flex;
flex-direction: column;
padding: 0 20px 20px 20px ;
}



.merchnat-text{
  padding-top: 50px;
  width: 100%;
  max-width: 600px;
}

.merchnat-text p{
margin: 30px 0;
font-size: 18px;
line-height: 28px;
color: #353F50;
max-width: 512px;
width: 100%;
}

.merchnat-chart{
padding-top: 50px;
}

/* FEATURES SECTIONS PAYMENTS PROCESSING */
.features-bg{
  background: url(images/features-bg.png) no-repeat center center/cover;
  height: 100%;
  margin-bottom: 50px;
  padding: 20px;

}

.feature-padding{
  margin: auto;
  width: 100%;
  max-width: 1120px;  
}

.row-1{
  display: flex;
  margin: 0;
  padding: 0;
 
}




.features-body{
  display: flex;
  align-items: flex-start;
  margin: 15px 0;
}

.features-body .features-text{
  margin-left: 10px;
}



.features-card{
display: flex;
flex-direction: column;
flex: 1;
 -ms-flex: 1;
 -webkit-flex: 1;
background: #FFFFFF;
box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
border-radius: 16px;
height: 100%;
width: 100%;
max-width: 100%;
padding: 25px 20px;
margin: 0 20px 0 0;  
display: flex;
}

.feature-2 h1{  
  padding: 10px 0 20px 0px;}

.features-card h3{
  margin-top: 20px;
}


/* CTA SECTION */

.interested{
  margin: auto;
  width: 100%;
  max-width: 1150px;
  padding: 0 20px;


}

.cta-content{
  padding: 62px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F3F5F6;
  border-radius: 16px;
  width: 100%;
  margin-bottom: 100px;

}


.card-body p {
  font-weight: normal;
  font-size: 30px;
  line-height: 38px;
}

.cta-button {
  background: #479FC8;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  /* identical to box height */
  padding: 15px 50px;
  color: #FFFFFF;
}

.cta-content a{
  text-decoration: none;
  color: #FFFFFF}

/* MEDIA QUARIES */


/* // Medium devices (tablets, 800px and up) */



@media (max-width: 800px) {

  .mechantaqbg-1{
    background: none;
    margin-bottom: 400px; 
    
  }
/* PADDING FOR LADY************************************ */
.section-content{
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: start;
      align-items: flex-start;
      max-width: 600px;
      padding: 0px 0;
      margin-top: 30px;

    }

    .body-content .img-fluid{
      width: 100%;
      display: block;

    }

    .mechantaqbg-1{
    padding-bottom: 100px;   

}
  
/* **** SWITCHING SECTION **** */
    
.switching-contents{
  display: flex;
  flex-direction: column;
  
}

.payment-cards-text{
  display: flex;
  width: 100%;
  flex-direction: column;
}

/* *****FEATURES IS HERE**** */


.features-bg{
  background: url(images/features-bg.png) no-repeat center center/cover;
  height: 100%;
}

.row-1{
  display: flex;
  flex-direction: column;
}


.features-card{
  display: flex;
  flex-direction: column;
  flex: 1;
   -ms-flex: 1;
   -webkit-flex: 1;
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  height: 100%;
  margin:0 0 30px 0;
  width: 100%;
  max-width: 100%;
  padding: 30px;
  
  }
  .features-body{
    display: flex;
    align-items: flex-start;
    margin: 10px 0;
  }
  
  
  .feature-2 h1{  
    font-size: 30px;
    padding: 10px 0;}

/* CALL TO ACTION */


.interested{
  display: flex;
  flex-direction: column;
  padding: 0 20px;

}

.cta-button {
  margin-top: 10px;
  padding: 14px 53px;
  color: #FFFFFF;
  }

  .interested{
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items:flex-start;
  }
  
  .cta-content{
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items:flex-start;
  }
}

  /* CLOSING */

    


    /* SWITCHING AND PROCESSING CSS PROPERTIES ********************************************/


    .banner-section{
      background: url(images/Payment\ processing\ 1.png) no-repeat center center/cover;
    height: 100%;    }
    
    .payment-processing-banner{
    display: flex;
    flex-direction: column;
    display: flex;
      flex: 1;
     -ms-flex: 1;
     -webkit-flex: 1;
      margin: auto;
      width: 100%;
      max-width: 1120px; 
      padding: 0 20px 50px 20px;
    }
    
    .switch-banner{
    width: 100%;
    max-width: 500px;
    margin-top: 48px;
    color: white;
    }
    
    .switch-banner h1 {
      color: white;
    }
    
    .switch-banner p{
      color: white;
      margin: 30px 0;
      width: 100%;
      max-width: 450px;
    }
    
    .book-session span a{
      color: white;
      font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    }

    /* <!--P Payment processing body section 2 --> */

    .switch-body-1{
      margin: 100px 0;
    }
.switch-body-content{
  margin: 100px 0;
  margin: auto;
  width: 100%;
  max-width: 1120px; 
}


    /* <!--P Payment processing body section 3 --> */

.switch-body-2{
  background: url(images/light-blue\ main-bg.png) no-repeat center center/cover;
  height: 100%;
  margin-bottom: 50px;
}
.switch-bg1{
margin: auto;
  width: 100%;
  max-width: 1120px; 
}

.switch-align{
  display: grid;
justify-self:end;
/* margin-left: 70px; */
}
.show-800px{
  display: none;
}

.switch-section-content-2{
  margin-top: 50px;
  width: 100%;
  max-width: 100%;
}

.switch-section-content-2 p{
  padding: 20px 0;
}


/* // Medium devices (tablets, 800px and up) */

@media (max-width: 765px) {

/* header nav get started hidden */
.Get-started{
  display: none;
}


  h1{
    color: #18425D;
    font-style: normal;
    font-weight: bold;
    font-size:35px;
    line-height: 56px;
  }
  

.switch-align{
margin-left:0px;
}

.switch-body-2{
  background: url(images/light-blue\ main-bg.png) no-repeat center center/cover;
 height: 100%;
 margin-bottom: 50px;
}

.switch-body-content{
  margin: 50px 0;
  width: 100%;
}

.switch-section-content{
  margin-bottom: 50px;
  width: 100%;
  max-width: 100%;
}
}

/* <!--P Payment processing ends here --> */


    /* Mobile financial services CSS PROPERTIES ********************************************/
    .banner-Financial{
      background: url(images/Mobile\ fin\ services\ 1.png) no-repeat center center/cover;
      height: 100%;   
     }
    
      


    .mobile-financial-2{
     background: url(images/mobile-finaicial-bg.png) no-repeat center center/cover;
      height: 100%;
      padding: 85px 0;
      margin-bottom: 50px;
    }

    .switch-section-content{
      width: 100%;
    }

    .mobile-content-align{
      margin: auto;
      width: 100%;
      max-width: 1120px; 

    }

    .mobile-fi-pad-left{
      padding-right:50px;

    }

    .mobile-section-content-2{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      width:100% ;
      max-width: 850px;
      padding: 0px 20px;
    }

    .mobile-section-content-2 p{
      padding-top:20px ;
    }

        /* <!-- body section 3- --> */

    /* <!-- body section 4 --> */

      .switch-ussd{
      margin: 50px 0 0 0px; 
      padding-left: 70px;

       }

      .pos-margin-right{

       }

      .switch-ussd p{
        margin-top: 30px;
           }




      .pos-images{
        display: grid;  
        justify-items:end;
        width: 100%; 
        align-items:center;
      }

      /* // Medium devices (tablets, 800px and up) */

@media (max-width: 765px) {

  /* header nav get started hidden */
  .switch-ussd{
    margin-left: 0;
   padding: 0 20px; 
  }

  .switch-section-content{
    width: 100%;
  }
  .mobile-fi-pad-left{
    padding-right:0px;

  }


}

    /* Quickteller for Business CSS PROPERTIES ********************************************/

    .banner-QT-business{
      background: url(images/Quickteller\ Business\ 1.png) no-repeat center center/cover;
      height: 100%;   

    }

    .QT-BIZ-SEC2{
      padding-right:100px;
    }

    /* <!--P Payment processing body section 2 --> */

    .QT-svg{
      margin-left: 10px;
    }
    .qt-btn-book{
      margin-top: 20px;
    }
    .QT-gbobal-btn{
      background: #479FC8;
      border-radius: 6px;
      font-weight: 600;
      font-size: 14px;
      line-height: 17px;
      /* identical to box height */
      padding: 14px 23px;
      color: #FFFFFF;
      margin-right: 20px;}

      .qt-business-book{
        margin-left: 10px;

      }

      /* section 3 quickteller businesss */
      .qt-bg-section2{
        background: #EBF8FE;
        padding: 50px 0;
      }


      /* SECTION 4 */

      .QT-busines-4{
         height: 100%;
         margin-bottom: 50px;
       }
   
       .mobile-content-align{
         margin: auto;
         width: 100%;
         max-width: 1120px; 
   
       }
   
       .qt-section-content-4{
         display: flex;
         flex-direction: column;
         width:100% ;
         max-width: 800px;
         padding: 0px 20px;
       }
    
       .qt-section-content-4 p{
        text-align: start;

       }
       
       .qt-section-content-4 h4{
          font-weight: normal;
          font-size: 40px;
          line-height: 48px;
          letter-spacing: -1px;
       }


       
      /* SECTION 5 */

      .qt-business-video{
        margin: auto;
        width: 100%;
        max-width: 943px;
        height: 100%;
      }

      .qt-bg-section6{
        background: #FBE9E9;
        padding: 50px 0;

      }

      .QT-QR-align{
        padding: 50px 0 0 50px;
      }
    /* // Medium devices (tablets, 800px and up) */

    @media (max-width: 765px) {

      /* header nav get started hidden */
      .qt-bg-section6{
       padding: 50px 20px; 
      }

      .QT-BIZ-SEC2{
        padding-right:0px;
      }

      .QT-QR-align{
        padding: 50px 0 0 0px;
      }
    }