.margin_b{
    margin-bottom:5%;
}
  .install_btn1{
      z-index: 99999;
    position: fixed;
     margin-left: auto!important;
    margin-right: auto;
    bottom: 0px;
    left: 0;
    right: 0;
   border-radius:50px;
    }
    .progress {
    height: 10px;
    }
    .progress-bar{
        height: 17px;
        background-color: #198754;
    }
hr{
    color:#cbcaca;
}
.p-sm-8 {
    padding: 20px 80px !important;
}
.card_game{
        background: #ebebeb;
    padding: 6px 23px;
    margin-bottom: 2%;
    border: 0;
}
.card_game p{
    margin:0;
    padding:0;
    font-size:12px;
    color:black;
}
.para h5{
    font-size:12px;
}
.trans h6{
    margin-left: -15%;
    margin-top: 2%;
    font-size: 16px;
}
.date{
    font-size:12px;
}
.date ul{
   list-style-type: none; 
}
.box{
        box-shadow: 0 0 6px 0 #b1adad;
      width: 40px;
    height: 40px;
    border-radius:50%;
    background:red;
}
.box h5{
    padding-top: 5px;
   color:white;
   text-align:center;
}

.box1{
    box-shadow: 0 0 6px 0 #b1adad;
      width: 40px;
    height: 40px;
    border-radius:50%;
    background:grey;
}
.box1 h5{
    padding-top: 5px;
   color:white;
   text-align:center;
}
.box2{
    box-shadow: 0 0 6px 0 #b1adad;
      width: 40px;
    height: 40px;
    border-radius:50%;
    background:#0098a7;
}
.box2 h5{
    padding-top: 5px;
   color:white;
   text-align:center;
}
.mentioned-text{
    font-size:12px;
}
.tag{
    background: #e7e6e6;
    border: 1px solid grey;
    border-radius: 12px;
    padding: 3px 10px;
    font-size: 9px;
    }
.is-size-7{
    margin-bottom: 0;
    font-size:12px;
    color:black;
    margin-top: 3%
}
.navbar-brand{
    top:0!important;
}
.developer {
       margin-top: -2.5%;
    margin-left: 12%;
    color: #33691e;
    font-size: 9px!important;
}
.navbar-brand img {
    height:85px;
}
.developer .tag{
    padding: 3px 10px;
    background: #efefef;
    border: 1px solid #baafaf;
    border-radius:12px;
}
#header-wrap ul{
    display:flex;
    list-style-type: none;
}
#header-wrap ul li{
    margin-right: 20%;
    font-size: 10px;
    padding-left: 22px;

}
.logo_name{
 color:#c11e3a;
 font-weight:600;
 margin-top:3%;
font-size: 27px;

}
.border{
       width: 1px;
    height: 13px;
    background: grey;
    margin-top: 5px;
}
.install_btn{
    font-size:11px;
        border-radius: 0;
}
.scroll_image{
    width:100%;
    height:100px;
}
.product-card img {
    max-width: 96%;
}
.product-card:hover .card-img-hover .card-img-back {
    opacity: 1;
}
.about h6{
    font-size: 18px;
    font-weight: 600;
}
.about p{
   font-size:11px; 
   color:black;
}
#header-wrap.fixed-header{
position: relative!important;
}
.font3{
    font-size: 35px;
    margin-top: 7%;
}
@media only screen and (max-width: 600px) {
   .trans h6 {
    margin-left: 37%;
    margin-top: 2%;
    font-size: 16px;
    }
    .p-sm-8 {
    padding: 0 4px !important;
}
    .navbar-brand{
        position: relative;
    }
    .navbar-brand img {
    height: 40px;
    margin-top: 15%;
}
.logo_name {
    margin-top: 16%;
    font-size:16px!important;
}
.developer {
    margin-top: -15.5%;
    margin-left: 22%;
}
.developer .tag {
    padding: 1px 4px;
}
.product-card img {
    max-width: 65%;
    margin-left: 18%;
}
}

  @media (min-width:400px) and (max-width: 768px) { 
   .navbar-brand img {
    margin-top: 20%;
}  
  .navbar-brand{
        position: relative;
    }
    .logo_name {
    margin-top: 24%;
    font-size: 20px;
}
.developer {
    margin-top: -24.5%;
    margin-left: 30%;
}
#header-wrap ul li {
    padding-left: 13px;
}
.trans h6 {
    margin-left: 2%;
    margin-top: 4%;
}
.product-card img {
    max-width: 100%;
}
}
 @media (min-width: 768px) and (max-width: 1024px){
     
    .navbar-brand img {
    margin-top: 20%;
}  
  .navbar-brand{
        position: relative;
    }
    .developer {
        margin-top: -14.5%;
    margin-left: 23%;
}
    .logo_name {
    margin-top: 24%;
    font-size: 20px;
}
.trans h6 {
    margin-left: -6%;
    margin-top: 4%;
}
 }
