@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
:root
{
  /* --color-dark-gray:#6C6E76; */
}
html
{
  background: #edeff7;
  min-height: 100vh;
  height: 100%;
  scroll-behavior: smooth;
}
/* Base */
body
{
  line-height: 1.7;
  color: gray;
  font-family: var(--main-font-family);
  font-weight: 500;
  font-size: 1rem;
  background: none;
  position: relative;
}
.logo_name>img
{
  width: 100%;
  max-width: 180px;
  padding-left: 15px;
}
::-moz-selection
{
  background: #000;
  color: #fff;
}
::selection
{
  background: #000;
  color: #fff;
}
.copyright
{
  color: #8a90a2;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}
button:focus:not(:focus-visible) {
    outline: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.button_parent
{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #6AC523;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: auto;
  z-index: 1;
}
span.download_inner {
  color: #fff;
  position: absolute;
  right: 0;
  width: 20%;
  background-color: rgba(0,0,0,0.2);
  -webkit-border-radius: 0 15px 15px 0;
     -moz-border-radius: 0 15px 15px 0;
          border-radius: 0 15px 15px 0;
  text-align: center;
  padding: 40px 0;
  height: 100%;
}
span.download_inner >i{
  font-size: 30px;
}
.relative
{
  position: relative;
}
a
{
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  -moz-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}
a:hover
{
  text-decoration: none;
  cursor: pointer !important;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5
{
  font-family: var(--main-font-family);
}
.index0{z-index:  0;}
.index1{z-index:  1;}
.index2{z-index:  2;}
.index3{z-index:  3;}
.index4{z-index:  4;}
header
{
  background: #fff;
}
@media screen and (min-width: 280px)
{

  .footer-link-box
  {
    z-index: 10;
    position: relative;
  }
  /* popup */
  .modal-backdrop
  {
    z-index: 0;
  }
  .modal-open .modal
  {
    z-index: 100;
  }
  .modal-content
  {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    background: #edeff7;
  }
  .saveAndCloseBtn
  {
    background: rgba(34, 34, 34, 0.2);
    border:none;
    width: 100%;
    -webkit-border-radius: 0.5em;
       -moz-border-radius: 0.5em;
            border-radius: 0.5em;
  }
  .saveAndCloseBtn.active
  {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3cd278+0,ffdd00+100 */
background: #282643; /* Old browsers */
background: -moz-linear-gradient(top,  #282643 0%, #282643 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #282643 0%,#282643 100%); /* Chrome10-25,Safari5.1-6 */
background: -webkit-gradient(linear,  left top, left bottom,  from(#282643),to(#282643));
background: -moz-linear-gradient(top,  #282643 0%,#282643 100%);
background: -o-linear-gradient(top,  #282643 0%,#282643 100%);
background: linear-gradient(to bottom,  #282643 0%,#282643 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282643', endColorstr='#282643',GradientType=0 ); /* IE6-9 */
border: none;
font-weight: 500;
display: block;
color:#fff;
text-align: center;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
  }
  .form-select
  {
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    background: #ffffff url(/images/drop-down-arrow.png) no-repeat 97% center;
  }
  .btn-close
  {
    color: #000;
  }
  .sidebar {
    width: 100vw;
    height: 70px;
    position: fixed;
    left: 0;
    top: 0;
    background: #11101D;
    padding: 6px 14px;
    z-index: 99;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow-y: scroll;
  }
  .sidebar.open
  {
    height: 100%;
    z-index: 99999999;
  }
  .sidebar .logo-details{
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .sidebar .logo-details .icon{
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .sidebar .logo-details .logo_name{
    color: #fff;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .sidebar.open .logo-details .icon,
  .sidebar.open .logo-details .logo_name{
    opacity: 1;
  }
  .sidebar .logo-details #btn{
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 22px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 23px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .sidebar.open .logo-details #btn{
    text-align: center;
  }
  .sidebar i{
    color: #fff;
    height: 60px;
    min-width: 50px;
    font-size: 28px;
    text-align: center;
    line-height: 60px;
  }
  .sidebar i.flag-icon
  {
    background-repeat: no-repeat !important;
    background-position: center !important;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
    size;
    width: 30px;
    height: 30px;
    margin-top: 5px;
    margin-right: 10px;
  }
  .sidebar .nav-list,.sidebar .country_select
  {
    margin-top: 20px;
    height: auto;
    padding-left: 0;
    opacity:0;
    padding-bottom: 50px;
  }
  .sidebar .nav-list
  {
    padding-bottom: 80px;
  }
  .sidebar .country_select
  {
    left: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: auto;
    height: 80px;
  }
  .sidebar.open .nav-list, .sidebar.open .country_select
  {
    display: block;
    -webkit-transition: all 3s ease;
    -o-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    opacity:1;
  }
  .sidebar li{
    position: relative;
    margin: 0 0;
    list-style: none;
  }
  .country_select li
  {

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
  .sidebar li .tooltip{
    position: absolute;
    top: -20px;
    left: -webkit-calc(100% + 15px);
    left: -moz-calc(100% + 15px);
    left: calc(100% + 15px);
    z-index: 3;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    padding: 6px 12px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    opacity: 1;
    white-space: nowrap;
    pointer-events: none;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
  }
  .sidebar li:hover .tooltip{
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sidebar.open li .tooltip{
    display: none;
  }
  .sidebar input{
    font-size: 15px;
    color: #FFF;
    font-weight: 400;
    outline: none;
    height: 50px;
    width: 100%;
    width: 50px;
    border: none;
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #1d1b31;
  }
  .sidebar.open input{
    padding: 0 20px 0 50px;
    width: 100%;
  }
  .sidebar li a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #11101D;
  }
  .sidebar .country_select li a
  {
    background: #282643;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .sidebar li a:hover{
    background: #edeff7;
  }
  .sidebar li a .links_name
  {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
  }
  .sidebar .country_select li a .links_name
  {
    color: #FFF;
  }
  .sidebar .country_select li a .links_name:hover
  {
    background: #FFF;
  }
  .sidebar.open li a .links_name{
    opacity: 1;
    pointer-events: auto;
  }
  .sidebar li a:hover .links_name,
  .sidebar li a:hover i{
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #11101D;
  }
  .sidebar li i{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
  .sidebar li.profile{
    position: fixed;
    height: 60px;
    width: 78px;
    left: 0;
    bottom: -8px;
    padding: 10px 14px;
    background: #1d1b31;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
  }
  .sidebar.open li.profile{
    width: 250px;
  }
  .sidebar li .profile-details{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .sidebar li img{
    height: 45px;
    width: 45px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    margin-right: 10px;
  }
  .sidebar li.profile .name,
  .sidebar li.profile .job{
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
  }
  .hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: scroll;
  }
  .maincont
  {
    content: "";
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 200, 55, .05)), to(rgba(255, 200, 55, .07))) no-repeat left center;
    background: -webkit-linear-gradient(rgba(255, 200, 55, .05) 0, rgba(255, 200, 55, .07) 100%) no-repeat left center;
    background: -moz-linear-gradient(rgba(255, 200, 55, .05) 0, rgba(255, 200, 55, .07) 100%) no-repeat left center;
    background: -o-linear-gradient(rgba(255, 200, 55, .05) 0, rgba(255, 200, 55, .07) 100%) no-repeat left center;
    background: linear-gradient(rgba(255, 200, 55, .05) 0, rgba(255, 200, 55, .07) 100%) no-repeat left center;
  }
  .main-header::before
  {

  }
  .name
  {
    color: #343a40;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: left;
    display: block;
    margin: auto;
    margin-left: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .category,a.footer-link,a.footer-link:hover
  {
    color: #8a90a2;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: left;
    text-transform: capitalize;
  }
  .apps_container
  {
    background:#1B1435;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    z-index: 2;
  }
  html[dir="rtl"] .basic-text
  {
    text-align: right;
  }

  .score
  {
    padding-top: 1px;
    color: #8a90a2;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
  }
  .app-icon
  {
    height: 60px;
    width: 60px;
    -moz-background-size: cover;
         -webkit-background-size: cover;
              -o-background-size: cover;
            background-size: cover;
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
  }
  .title_category_main
  {
    font-size: 20px;
    color:#343a40;
    font-weight:600;
    text-transform: capitalize;
  }
  .category_box_main
  {
    background: #fff;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
  }
  .link-to_app form,.editors-form form
  {
    display: -ms-grid;
    display: grid;
  }
  .link-to_app button
  {
    background: #fff;
    display: block;
    cursor: pointer;
    border: none;
  }
  .link-to_app button:hover{
    background: #f2f4f9 !important;
    display: block;
    -webkit-border-radius: 1rem;
       -moz-border-radius: 1rem;
            border-radius: 1rem;
  }
  /* breadcrumb */
  .breadcrumb-item,.breadcrumb-item a
  {
    color: #8a90a2;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
       text-align: left;
  }
  .breadcrumb-item+.breadcrumb-item
  {
    padding: 0 0.1rem;
  }
  .breadcrumb-item+.breadcrumb-item::before {
      font-family: boxicons !important;
      font-weight: 400;
      font-style: normal;
      font-variant: normal;
      line-height: 1.5;
      text-rendering: auto;
      display: inline-block;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\ea50";
      padding-right: 0.1rem;
  }
  /* link to offer */
  span.button_banner {
    display: inline-block;
    position: relative;
    color: #fff;
    font-family: var(--font);
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px;
    text-align: center;
    padding: 40px 0;
    text-align: center;
    width: 80%;
  }
  .ad
  {
    background: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: #8a90a2 solid 1px;
    margin: auto;
    text-align: center;
  }
  .adtext
  {
    font-size: 10px;
    position: absolute;
    right: 25px;
    top: 4px;
    font-weight: 300;
    font-family: var(--font);
    color: #8a90a2;
    z-index: 0;
  }
  html[dir="rtl"] .adtext
  {
    padding-right: -webkit-calc(var(--bs-gutter-x)/ 2);
    padding-right: -moz-calc(var(--bs-gutter-x)/ 2);
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: initial
  }
  .button_parent
  {
    width: 100%;
  }
  /* offer page */
  .offer-page .app-icon
  {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
  .offer-page .app-info-content .app-icon
  {
    width:100px;
    height: 100px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
  }
  .offer-page .name
  {
    font-size: 18px;
    padding-bottom: 5px
  }
  .offer-page .category
  {
    font-size: 13px;
    padding-bottom: 5px
  }
  .offer-page .score
  {
    font-size: 13px;
    padding-bottom: 5px
  }
  .offer-page .info-name
  {
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }

  .offer-page .info-name-value
  {
    color: #8a90a2;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: left;
    text-transform: capitalize;
    padding-top: 5px;
  }
  .category-info
  {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    gap: 5%;
  }
  .app-info-content
  {
    background: #edeff7;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
  }
  .sub-title
  {
    color: #343a40;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: left;
    text-transform: capitalize;
  }
  .sub-title-small
  {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
  }
  .basic-text
  {
    color:#8a90a2;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
  }
  .accordion-item
  {
    border: none;
    border-top: 1px solid #8a90a2;
    border-bottom:  1px solid #8a90a2;
  }
  .accordion-button
  {
        color: #343a40;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.4;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        text-align: left;
        text-transform: capitalize;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
  }
  .accordion-button:not(.collapsed)
  {
    background-color: inherit;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
    box-shadow: none;
    color: #343a40;
    font-size: 15px;
  }

  .accordion-button::after
  {
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1.5;
    background-image: none;
    content: "\ea4a";
  }
  .accordion-button:not(.collapsed)::after
  {
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1.5;
    background-image: none;
    content: "\ea57";
    -webkit-transform:none;
       -moz-transform:none;
        -ms-transform:none;
         -o-transform:none;
            transform:none;
  }
  .download-app-button,.download-app-button:hover
  {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3cd278+0,ffdd00+100 */
    background: #3cd278; /* Old browsers */
    background: -moz-linear-gradient(top,  #3cd278 0%, #3cd278 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #3cd278 0%,#3cd278 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear,  left top, left bottom,  from(#3cd278),to(#3cd278));
    background: -moz-linear-gradient(top,  #3cd278 0%,#3cd278 100%);
    background: -o-linear-gradient(top,  #3cd278 0%,#3cd278 100%);
    background: linear-gradient(to bottom,  #3cd278 0%,#3cd278 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cd278', endColorstr='#3cd278',GradientType=0 ); /* IE6-9 */
    font-size: 20px;
    margin: auto;
    border: none;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    color:#fff;
    text-align: center;
    line-height: 1;
    padding: 17px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .download-app-button i
  {
    padding-right: 5px;
    line-height: 1.2;
    font-size: 15px;
  }
  button.download-app-button
  {
    width: 100%;
  }
  .info_message
  {
    color: #8a90a2;
    font-size: 12px;
    text-align: center;
  }
  .logo_bar
  {
    background: #11101D;
  }
  .sidebar .search
  {
    position: relative;
  }
  .sidebar .search input.search_field
  {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px 0 0 100px;
    padding-left: 20px;
    background: #edeff7;
    color: #11101d;
    width: 70%;
  }
  .sidebar .search button
  {
   height: 50px;
   border:none;
   background: #edeff7;
   -webkit-border-radius: 0 100px 100px 0;
   -moz-border-radius: 0 100px 100px 0;
   border-radius: 0 100px 100px 0;
   padding: 0;
   width: 30%;
   position: absolute;
   right: 0;
   top: 0;
  }
  .sidebar .search i
  {
    height: auto;
    color: #000;
    width: 100%;
    font-size: 15px;
    line-height: inherit;
  }
  .highlight {
    position: relative;
    z-index: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .highlight::before {
      content: '';
      display: block;
      position: absolute;
      background: #b0cfff;
      width: 100%;
      height: 1.2rem;
      z-index: -1;
      right: -.5rem;
      bottom: .35rem;
  }
  #readmore
  {
    width: auto;
    font-size: 12px;
    border: #dfdfdf 1px solid;
    color: #a3a3a3;
    padding: 5px 7px;
    margin-left: 1em;
    position: relative;
    z-index: 2;
  }
  .hidden_advert{
    position: relative;
    top: 0;
    left: -9px;
  }

  .btn-group[aria-label="Tab buttons"]
  {
    width: 100%;
    border-bottom: 1px solid #d2d3d9
  }
  .filterbutton
  {
    outline: 2px solid transparent;
    outline-offset: 2px;
    padding-top: 0.5rem;
    border: none;
    padding-bottom: 0.5rem;
    -webkit-transition:border-bottom 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -o-transition:border-bottom 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition:border-bottom 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition:border-bottom 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-bottom: 2px solid transparent;
    background: none;
    font-weight: 600;
    color: #8a90a2;
  }
  .filterbutton.active
  {
    border-bottom: 2px solid #11101D;
    color: #11101D;
  }

  .sidebar_apps_box
  {
    background: #f8f8f8 !important;
    -webkit-border-radius: 0 0 30px 30px;
    -moz-border-radius: 0 0 30px 30px;
    border-radius: 0 0 30px 30px;
  }
  .offer-page .sidebar_apps_box .app-icon
  {
    height: 60px;
    width: 60px;
    -moz-background-size: cover;
         -webkit-background-size: cover;
              -o-background-size: cover;
            background-size: cover;
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
  }

  .offer-page .sidebar_apps_box .name
  {
    font-size: 16px;
    padding-bottom:0;
  }
  .offer-page .sidebar_apps_box .category
  {
    font-size: 13px;
    padding-bottom:0;
  }
  .offer-page .sidebar_apps_box .score
  {
    font-size: 13px;
    padding-bottom:0;
  }
  .offer-page .sidebar_apps_box .link-to_app button:hover
  {
    background:#fff !important;
  }
}
@media screen and (min-width: 768px)
{
  .link-to_offer a
  {
    -moz-background-size: contain;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }

}
@media screen and (min-width: 992px)
{
  .sidebar{
    width: 250px;
    height: 100%;
  }
  .sidebar .country_select
  {
    width: 249px;
  }
  .sidebar .logo-details #btn
  {
    display: none;
    /* text-align: right; */
  }
  .sidebar .nav-list,.sidebar .country_select
  {
    opacity:1;
  }

  .name
  {
    font-size: 16px;
  }
  .category
  {
    font-size: 13px;
  }
  .score
  {
    font-size: 13px;
  }
  .title_category_main
  {
    font-size: 20px;
  }

  /* offer page */
  .offer-page .app-icon
  {
    width:150px;
    height: 150px;
    -webkit-border-radius: 40px;
       -moz-border-radius: 40px;
            border-radius: 40px;
  }
  .offer-page .app-info-content .app-icon
  {
    width:100px;
    height: 100px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
  }
  .offer-page .name
  {
    font-size: 25px;
    padding-bottom: 5px
  }
  .offer-page .category
  {
    font-size: 15px;
    padding-bottom: 5px

  }
  .offer-page .score
  {
    font-size: 15px;
    padding-bottom: 5px

  }
  .offer-page .info-name-value
  {
    font-size: 15px;
  }
  .app-info-content
  {
    background: #edeff7;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
  }
  .sub-title
  {
    font-size: 20px;
  }
  .sub-title-small
  {
    font-size: 15px;
  }
  .basic-text
  {
    font-size: 15px;
  }
  .accordion-button
  {
    font-size: 20px;
  }
  .accordion-button:not(.collapsed)
  {
    font-size: 20px;
  }
  .hero-title {
    font-size: 52px;
    width: 80%;
  }
  .button_parent
  {
    max-width: 320px;
  }
}
@media screen and (min-width: 1200px)
{
  .sidebar_apps_box
  {
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
  }
}
@media screen and (min-width: 1400px)
{
}
@media screen and (min-width: 1600px)
{

}
@media screen and (orientation:landscape)
{
}