  /*******************************************************************/
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
      display: none;
    }
    .topnav a.icon {
      float: right;
      display: block;
    }

    .topnav a:hover, .dropdown:hover  .dropbtn .bar2, .bar3 {
      background-color: #555;
      color: white;
      }
    .dropdown-content a:hover {
      background-color: #555;
    }
    .topnav a.icon{
      color: white;

    }
    .topnav a:hover, .dropdown:hover{
      border: lightgoldenrodyellow;
    }
  }

  @media screen and (max-width: 600px){
    header {
      font-size: 15px;
    }
    .display-when-topnav-is-sticky{
       float: left;
     }
    #stickyheader1, #stickyheader2{
     font-size: 19.9px;
    }

    .topnav{
      width: 100%;
    }

    .topnav.responsive {
      position: relative;
    }
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      width: 100%;
      text-align: left;
    }
  }

  @media only screen and (max-width: 900px){
    #stickyheader1{
      display: none;
    }
  }

  @media only screen and (min-width: 900px){
    #stickyheader2{
      display: none;
    }
  }
/*for mobile phones*/
[class*="col-"] {
    width: 100%;
    border: 1px solid #ccc;
    padding: 15px;
    float: left;
}
/*for tablets*/
@media only screen and (min-width:600px){

    .col-s-1{width: 8.33%;}
    .col-s-2{width: 16.66%;}
    .col-s-3{width: 25%;}
    .col-s-4{width: 33.33%;}
    .col-s-5{width: 41.66%;}
    .col-s-6{width: 50%;}
    .col-s-7{width: 58.33%;}
    .col-s-8{width: 66.66%;}
    .col-s-9{width: 75%;}
    .col-s-10{width: 83.33%;}
    .col-s-11{width: 91.66%;}
    .col-s-12{width: 100%;}

    }
  /*for desktops*/
@media only screen  and (min-width:768px){

.col-1{width: 8.33%;}
.col-2{width: 16.66%;}
.col-3{width: 25%;}
.col-4{width: 33.33%}
.col-5{width: 41.66%;}
.col-6{width: 50%;}
.col-7{width:58.33%}
.col-8{width: 66.66%;}
.col-9{width: 75%;}
.col-10{width: 83.33%;}
.col-11{width: 91.66%;}
.col-12{width: 100%;}

}

.row::after{
    content: "";
    clear: both;
    display: table;
}
.row{
  display: flex;
  flex-wrap: wrap;
  height: fit-content;
}
.aside {
  background-color: #33b5e5;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 21px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  height: auto;

}
.second_aside{
 /* background-color: rgba(44,22,68,0.8);*/
  background-color: grey;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 17px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  float: none;
  height: auto;
  width: 100%;
  position: relative;
  z-index: -1;
  }
  .aside2{
    background-color:grey;
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  .aside2 a{
    color: #4CAF50;/*light green-#4CAF50*/;
  }
  .aside2 a:visited{
    color: white;
  }
 .tabcontent{
     overflow-y: scroll;
     background-color: lightgoldenrodyellow;
     margin: 0;
     padding: 0;
     height: 700px;
 }

 .devicetabcontent {
  margin: 7px;
  margin-top: 0;

}
.phonesdefaultsection{
  margin: 7px;
  margin-top: 0;
}
/* Style the tab */
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 100%;
    background-color: #4CAF50;/*light green-#4CAF50*/;
    border-color: #4CAF50;/*light green-#4CAF50*/;
    overflow-x: hidden;
    overflow-y: auto;
    height: 700px;
  }

  /* Style the buttons inside the tab */
  .tab button {
    display: block;
    background-color: inherit;
    color: white;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
  }

  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
    color: #4CAF50;/*light green-#4CAF50*/;
  }

  /* Create an active/current "tab button" class */
  .tab button.active {
    background-color: #ccc;
    color: #4CAF50;/*light green-#4CAF50*/;
    border: #ccc;
  }
.menu{
    overflow: auto;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #4CAF50;/*light green-#4CAF50*/;
}


/*****************************************************JUMIA AFFILIATE**********************************************/
@media screen and (max-width: 500px){
  a.jforcebannerbigscreen{
    display: none;
  }
  .jforcesidebanner{
    display: none;
  }
}
@media screen and (min-width: 500px){
  a.jforcebannersmallscreen{
    display: none;
  }
}.jforcesidebanner{
  position: absolute;
  z-index: -2;
}
@media only screen and (max-width: 900px){
  .jforcesidebanner{
    display: none;
  }
}
/******************************************************************************************************************/


/*************************************************@media screen and (max-width: 600px)***************************************/
@media screen and (max-width: 600px){
  header{
    padding: 1px;
    margin: 0px;
  }
  .topnavigation{
    z-index: 7;
  }
  .row{
    flex-direction: column;
  }
  .tab{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    background-color: #4CAF50;/*light green-#4CAF50*/;
    border-color: #ccc;
    overflow-x: auto;
  }
  .tab button{
      display: inline-block;
      width: 120px;
      background-color: #4CAF50;/*light green-#4CAF50*/;
      color: white;
      border: none;
      height: inherit;
  }
  .menu{
      overflow: auto;
      white-space: nowrap;
      background-color: #4CAF50;/*light green-#4CAF50*/;
      position: relative;
      height: fit-content;
      margin: 0;
      padding: 0;
      position: sticky;
      top: 46px;
      z-index: 1;
  }
   .aside{
    background-color: #33b5e5;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 17px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    float: none;
    height: auto;
    width: 100%;
    position: relative;
    }
    .aside2{
      background-color: grey;

    }
   .second_aside{
      background-color: grey;
      padding: 15px;
      color: #ffffff;
      text-align: center;
      font-size: 17px;
      box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
      float: none;
      height: auto;
      width: 100%;
      position: relative;
      }
  .side{
    height: auto;
  }
  .progress-container {
    width: 50%;
    height: 8px;
    background: #ccc;
    position: sticky;
    top: 52px;
    z-index: 1;
    float: right;
    display: none;
  }

  .progress-bar {
    height: 8px;
    background: #4CAF50;/*light green-#4CAF50*/;
    width: 0%;
    z-index: -1;
  }
  .tabcontent{
    width: 100%;
    padding: 0;

  }
  .devicetablinks, .samsungdevicetablinks{
    height: 10px;
    text-align: center;

  }
}
/********************************************************************************************************/

/*******************************************************for feature phones width less than 400px************/
@media only screen and (max-width: 400px){
  .callout {
    display: none;
  }
}
/************************************************************************************************************/

/*phones generations article*/
div.siemens{
  border: white;
  margin: auto;
  height: auto;
  width: auto;
  overflow: auto;
  padding: 5px;
  font-size: 21px;
}

  div.motorola, div.sonyt36, div.sonyt60d , div.nokia3310,div.nokia6310,div.bbp8100,div.LGprada,
  div.samsungc6112,div.HTCdream,div.iphone5,div.tecnocammonc8,div.infinixnote5,
  div.oppof11pro,div.galaxyzfold{
  border: white;
  margin:auto;
  height: auto;
  width:auto;
  overflow: auto;
  font-size: 21px;
}
ul.newslists{
  list-style-type: square;
  color: #4CAF50;/*light green-#4CAF50*/
  /*margin: 0;
  padding: 0;
  /*background-color: #333;*/
  background-color: white;
}
ul#mainnav li {
  float: left;
}

li a {
  display: block;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
}
li a:link{
  /*color:#4CAF50;/*light green-#4CAF50*/
  color: #4CAF50;/*light green-#4CAF50*/
  text-align: left;
}
li a:visited{
  /*color:#4CAF50;/*light green-#4CAF50*/
  /* color: black; */
  text-decoration: line-through;
  text-align: center;
}

li a:hover{
  /*background-color:#4CAF50;/*light green-#4CAF50*/
  background-color: #4CAF50;/*light green-#4CAF50*/
  color:white;
}
li a:visited:hover{
  /*color:#4CAF50;/*light green-#4CAF50*/
  color: white;
  /*background-color:#4CAF50;/*light green-#4CAF50*/
  background-color: #4CAF50;/*light green-#4CAF50*/
}
li a:active{
  background-color:white;
  color:white;
}
span.contact{
  color: green;
  text-emphasis: bold;
}

.footer{
  text-align: center;
  background-color: #555;
  opacity: inherit;
  padding: 7px;
}
.footer p{
  color: grey;
}
span#copyright{
  /*color: #4CAF50;/*light green-#4CAF50*/
  color: #4CAF50;/*light green-#4CAF50*/
}
div#newssection{
  position: fixed;
}
.newscontent{
  background-color: white;
}
.main{
  box-shadow: 3px 0px 2px 4px rgb(99, 4, 54, 0.2) , -3px 0px 2px 4px rgb(99, 4, 54, 0.2);/*light green-#4CAF50*/
}

/*************************back to top button*******************************************/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  /*background-color: #4CAF50;/*light green-#4CAF50*/
  background-color: #4CAF50;/*light green-#4CAF50*/
  color: #333;
  cursor: pointer;
  padding: 10px;
  border-radius: 100px;
}
#myBtn:hover {
  background-color: #555;
  color: #4CAF50;/*light green-#4CAF50*/
}
/****************************************************************************************/
/**********************SCROLL BAR FUNCTION*********************************************/
.progressbar-container {
  width: 100%;
  height: 8px;
  background: #ccc;
  position: sticky;
  bottom: 0;
}

.ktzprogress-bar {
  height: 8px;
  background: #4CAF50;/*light green-#4CAF50*/;
  width: 0%;
}
/**************END OF SCROLL BAR FUNCTION****************************************/



/********************************jforce callout card***********************************/
.callout {
  position: fixed;
  bottom: 70px;
  right: 20px;
  margin-left: 20px;
  max-width: 300px;
  /*box-shadow: -3px -4px 2px 3px rgba(0,0,0,0.52), 3px 4px 2px 3px rgba(0,0,0,0.52);*/
  box-shadow: -3px -4px 16px 14px rgba(0,0,0,0.32), 3px 4px 16px 14px rgba(0,0,0,0.32);
  z-index: 99;


}

.callout-header {
  padding: 25px 15px;
  background: orange;
  font-size: 30px;
  color: white;
}

.callout-container {
  padding: 15px;
  background-color: #ccc;
  color: black;

}

.closebtn {
  position: absolute;
  top: 5px;
  right: 15px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.closebtn:hover {
  color: lightgrey;
}
.contact{
  text-emphasis: bold;
  text-decoration: none;
}
/*******************************************************************************************/
 /*BUTTON ANIMATION*/
 .tablinks {
  border-radius: 4px;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 200px;
  transition: all 0.1s;
  cursor: pointer;
  margin: 5px;

}

.tablinks span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.1s;
}

.tablinks span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.1s;
}

.tablinks:hover span {
  padding-right: 25px;
}

.tablinks:hover span:after {
  opacity: 1;
  right: 0;
}
/*scroll indicator and styling*/

.progress-container {
  width: 50%;
  height: 8px;
  background: #ccc;
  position: sticky;
  top: 52px;
  z-index: 1;
  float: right;
  display: none;
}

.progress-bar {
  height: 8px;
  /*background: #4CAF50;/*light green-#4CAF50*/
  background: #4CAF50;/*light green-#4CAF50*/
  width: 0%;
  z-index: -1;
}


/*DEVICE TABLINKS*/
 /* Style the tab */
.devicetab {
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  overflow: auto;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  background-color: dodgerblue;
  border-color: #4CAF50;/*light green-#4CAF50*/;
  overflow-x: auto;

}

/* Style the buttons inside the devicetab */
.devicetab button {
  display: inline-block;
  background-color: inherit;
  color: white;
  padding: 22px 16px;
  width: fit-content;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.devicetab button:hover {
  background-color: #ddd;
  color: #4CAF50;/*light green-#4CAF50*/;
}

/* Create an active/current "tab button" class */
.devicetab button.active {
  background-color: #ccc;
  color: #4CAF50;/*light green-#4CAF50*/;
  border: #ccc;
}
/* this is to make sure that the div contents in this section display when the device tab buttons
are clicked only*/
.devicetabcontent{
  display: none;
}
/******************************HOMEPAGE STYLING*****************************************/
.homepagecolumn {
  width: 100%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media screen and (max-width: 650px) {
  .homepagecolumn {
    width: 100%;
    display: block;
  }
}

.homepagecard {
  box-shadow: 5px 4px 8px 0 rgba(0, 0, 0, 0.2), 5px 5px 2px rgba(0,0,0,0.24);
}

.homepagecontainer {
  padding: 0 16px;
}

.homepagecontainer::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.homepagetitle {
  color: grey;
}

.homepagebutton {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #4CAF50;/*light green-#4CAF50*/;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.homepagebutton:hover {
  background-color: #555;
}
.homepagerow{
  overflow:  hidden;

}
/**************************IFRAMES IN TAB CONTENT*********************/
iframe.tabcontents{
  width: 100%;
  height: 700px;

}
@media  screen and (max-width:600px){
  iframe.tabcontents{
    width: 100%;
    margin: 0;
  }
}

.main{
