:root{
    --grey:#A8A8A8;
    --l-grey:#e5e5e5;
    --white:#FFFFFF;
    --red:#FF5C5C;
    --black:#222222;
    --yellow:#FFBD4A;
    --padding:40px;
    --l-yellow:#fff8ec;
    --old-main:#ef7822;
    --pw-black:#212529;
    --pw-bg-sec:#a8a8a83b;
    --pw-top-sec:10px;
    --pw-bottom-sec:30px;
}
.bg-gray{background-color:var(--grey);}
.bg-white{background-color:var(--white);}
.bg-red{background-color:var(--red);}
.bg-black{background-color:var(--black);}
.bg-yellow{background-color:var(--yellow);}
.bg-l-yellow{background-color:var(--l-yellow);}
.txt-gray{color:var(--grey);}
.txt-white{color:var(--white);}
.txt-red{color:var(--red);}
.txt-black{color:var(--black);}
.txt-yellow{color:var(--yellow);}
.padding{
    padding-top:var(--padding);
    padding-bottom:var(--padding);
}

body {
  overflow-x: hidden;
}

.bg-section{
    background: var(--pw-bg-sec);
    padding: var(--pw-top-sec) 0px var(--pw-bottom-sec);
} 
.pad-section{
    padding: var(--pw-top-sec) 0px var(--pw-bottom-sec);
}

.container-fluid {
  max-width: 90vw;
}

.navbar-div {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
#navbarNav .navbar-nav .nav-item .nav-link{
    font-weight: 500;
}
#navbarNav .navbar-nav .nav-item .nav-link:hover{
    color: var(--red)!important;
    text-decoration: none;
    font-weight: 500;
}
#navbarNav .navbar-nav .nav-item .nav-btn{
    font-weight: 600;
    letter-spacing: 0.5px;
    background-color: rgb(0 0 0 / 4%);
    margin-right: 5px;
    border-radius: 3px;
    padding-top:5px;
    padding-bottom:5px;
}
#navbarNav .navbar-nav .nav-item .nav-line::after{
    content: '';
    display: block;
    width: 100%;
    /*background: linear-gradient(90deg, rgba(255,92,92,1) 10%, rgba(168,168,168,0.994817910074186) 50%, rgba(255,189,74,1) 90%);*/
    transition: width 0.3s;
    margin-top: 2px;
}
#navbarNav .navbar-nav .nav-item .nav-line:hover::after{
    width: 100%;
    height: 5px;
    margin-top: 5px;
    background: var(--red);
}
.pw-btn{
    cursor: pointer;
    background-color: var(--yellow);
    color: black;
    font-weight: 500;
    text-transform: capitalize!important;
    border-radius: 0.25rem!important;
    border: 2px solid var(--yellow);
}
.pw-btn:hover{
    border: 2px solid var(--yellow);
    background-color: #ffffff;
}
.pw-btn:focus{
    box-shadow: none;
}
.user-location{
    word-break: break-word;
    overflow-wrap: break-word;
    padding:2px 5px;
    /*border-bottom: 1px solid #fff;*/
}

/* **************************** media query*************************************** */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  /* top content */
  .top-content div h3 {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.10000000149011612px;
  }
  .top-content div span {
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.20000000298023224px;
  }
  .top-content div h4 {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0.20000000298023224px;
  }
  .top-content {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
    
  }
  .download-buttons {
    justify-content: center;
  }
  .play-store img,
  .apple-store img {
    width: 100%;
    height: auto;
    max-width: 107px;
    max-height: 40px;
    border-radius: 5px;
  }
  .web-browse {
    width: 100%;
    height: auto;
    max-width: 107px;
    max-height: 40px;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    padding-right: 1.3rem;
    background-color: #ef7822;
    padding: 5px 5px 5px 5px;
  }
  .web-browse > div {
    color: white;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0em;

    text-align: center;
    vertical-align: middle;
    padding: 5px 5px 5px 5px;
  }
  .web-browse > div > i {
    display: none;
  }

  .top-image {
    margin-top: 31.32px;
    padding: 10px 0 10px 0;
    padding-left: 0;
    padding-right: 0;

    max-width: auto;
    max-height: auto;
  }
  .top-image > img {
    max-width: 215.72px;
    max-height: 273.84px;
  }

  /* featured */
  .featured-section__image img {
    width: 100%;
    height: auto;
    max-width: 136.92px;
    max-height: 273.84px;
  }
  .featured-title-m {
    display: visible;
  }
  .featured-section__content span {
    visibility: hidden;
  }
  .featured-section__content {
    padding: 0;
  }
  .about-us {
    margin-top: 51px;
  }
  .featured-section__content h2 {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.20000000298023224px;
  }

  .featured-section__content p {
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;

    color: #4b5d68;
    text-justify: inter-word;
  }
  .featured-section__content div a {
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.10000000149011612px;

    columns: #ffffff;
    text-align: center;
  }

  /* why choose us */
  .why-choose-us {
    margin-top: 34.5px;
  }
  .choosing-section__title h2 {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;

    color: #252b42;
  }
  .choosing-section__title span {
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;

    color: #4b5d68;
  }

  /* trusted customer */
  .trusted-customers {
    margin-top: 46px;
  }
  .trusted_customers__title span {
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;

    color: #272d4e;
  }

  /* footer */
  .hr-footer-m {
    display: visible;
  }
  .footer-article-div {
    margin-top: 0;
  }
  .footer-article {
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -0.01em;
    text-align: center;

    color: #ffffff;
  }
  .footer-div {
    margin-top: 10px;
  }
  .footer-title {
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
  }

  .footer-item {
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
  }
  .company_details {
    margin-top: 2rem;
  }
  .footer-items {
    margin-top: 0;
  }
  .list-unstyled {
    margin-top: 49px;
  }

  .list-unstyled li {
    margin-top: 10px;
  }
}
/**/
@media only screen and (max-width: 375px) {
    .search-btn{
        position: absolute;
        right: 10px;
    }
    .search-txt{
        width: 150px !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .navbar-div {
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  /* top content */
  .top-content div h3 {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.10000000149011612px;
  }
  .top-content div span {
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.20000000298023224px;
  }
  .top-content div h4 {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0.20000000298023224px;
  }
  .top-content {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .download-buttons {
    justify-content: center;
  }
  .play-store img,
  .apple-store img {
    width: 100%;
    height: auto;
    max-width: 107px;
    max-height: 40px;
    border-radius: 5px;
  }
  .web-browse {
    width: 100%;
    height: auto;
    max-width: 107px;
    max-height: 40px;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    padding-right: 1.3rem;
    background-color: #ef7822;
    padding: 5px 5px 5px 5px;
  }
  .web-browse > div {
    color: white;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0em;

    text-align: center;
    vertical-align: middle;
    padding: 5px 5px 5px 5px;
  }
  .web-browse > div > i {
    display: none;
  }

  .top-image {
    margin-top: 31.32px;
    padding: 10px 0 10px 0;
    padding-left: 0;
    padding-right: 0;

    max-width: auto;
    max-height: auto;
  }
  .top-image > img {
    max-width: 215.72px;
    max-height: 273.84px;
  }

  /* featured */
  .featured-section__image img {
    width: 100%;
    height: auto;
    max-width: 136.92px;
    max-height: 273.84px;
  }
  .featured-title-m {
    display: visible;
  }
  .featured-title-m {
    display: visible;
  }
  .featured-section__content span {
    visibility: hidden;
  }
  .featured-section__content {
    padding: 0;
  }
  .about-us {
    margin-top: 51px;
  }
  .featured-section__content h2 {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.20000000298023224px;
  }

  .featured-section__content p {
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;

    color: #4b5d68;

    /* text-align: justify; */
    text-justify: inter-word;
  }
  .featured-section__content div a {
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.10000000149011612px;

    columns: #ffffff;
  }

  /* why choose us */
  .why-choose-us {
    margin-top: 34.5px;
  }
  .choosing-section__title h2 {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;

    color: #252b42;
  }
  .choosing-section__title span {
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;

    color: #4b5d68;
  }

  /* trusted customer */
  .trusted-customers {
    margin-top: 46px;
  }
  .trusted_customers__title span {
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;

    color: #272d4e;
  }

  /* footer */
  .hr-footer-m {
    display: visible;
  }
  .footer-article-div {
    margin-top: 0;
  }
  .footer-article {
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -0.01em;
    text-align: center;

    color: #ffffff;
  }
  .footer-div {
    margin-top: 10px;
  }
  .footer-title {
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
  }

  .footer-item {
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
  }
  .company_details {
    margin-top: 2rem;
  }
  .footer-items {
    margin-top: 0;
  }
  .list-unstyled {
    margin-top: 49px;
  }

  .list-unstyled li {
    margin-top: 10px;
  }
}
/*Max-600 width*/
@media only screen and (max-width: 600px) {
    
    
}
@media only screen and (max-width: 980px) and (min-width: 768px) {
    .location-box{
        display: none;
    }
    .nav-link .icon-title{
        display: none;
    }
}
/* Medium devices (landscape tablets, 768px and down) */
@media only screen and (max-width: 768px) {
    */#sport_icon a img {
        max-width: 110px;
    }
    #Sport-icon-slider .owl-item{
        width: 130px !important;
    }*/
    .foot-support, .foot-download, .foot-contact, .hr-footer-m{
        display: none;
    }
    .product-details, .product-buy{
        visibility: visible !important;
    }
    .product-cart-btn .col-md-6{
        flex: auto;
        max-width: 100%;
    }
    #learn-page .col-md-4,#learn-page .col-md-8
    {
        flex: auto;
        max-width: 100%;    
    }
    #sticky-box{
        display: none !important;
    }
    #footer-sticky-box{
        display: block !important;
    }
    #navbarNav .navbar-nav .nav-item .nav-btn{
        background-color: transparent;
        margin-right: 2px;
    }
    .right-bar{
        margin-top:5px;
    }
    .icon-box {
        flex-direction: row !important;
    }
    .icon-title {
        margin-left: 10px !important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .navbar-div {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* top content */
  .top-content div h3 {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.10000000149011612px;
  }
  .top-content div span {
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.20000000298023224px;
  }
  .top-content div h4 {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0.20000000298023224px;
  }
  .top-content div span {
    font-family: Poppins, sans-serif;
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0.20000000298023224px;
  }
  .top-content div h4 {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0.20000000298023224px;
    color: #989898;

    margin-top: 1.2rem;
    margin-bottom: 2.2rem;
  }
  .top-content {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .download-buttons {
    justify-content: initial;
  }
  .play-store img,
  .apple-store img {
    width: 100%;
    height: auto;
    max-width: 107px;
    max-height: 40px;
    border-radius: 5px;
  }
  .web-browse {
    width: 100%;
    height: auto;
    max-width: 107px;
    max-height: 40px;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    padding-right: 1.3rem;
    background-color: #ef7822;
    padding: 5px 5px 5px 5px;
  }
  .web-browse > div {
    color: white;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0em;

    text-align: center;
    vertical-align: middle;
    padding: 5px 5px 5px 5px;
  }
  .web-browse > div > i {
    display: none;
  }

  .top-image {
    margin-top: 31.32px;
    padding: 10px 0 10px 0;
    padding-left: 0;
    padding-right: 0;

    max-width: auto;
    max-height: auto;
  }
  .top-image > img {
    max-width: 737.29px;
    max-height: 808.02px;
  }

  /* featured */
  .featured-section__image img {
    width: 100%;
    height: auto;
    max-width: 393.71px;
    max-height: 787.42px;
  }
  .featured-title-m {
    display: none;
  }
  .featured-section__content span {
    visibility: visible;
  }
  .featured-section__content {
    padding: 7rem 0 0 0;
  }
  .about-us {
    margin-top: 51px;
  }
  .featured-section__content h2 {
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0.20000000298023224px;
  }

  .featured-section__content p {
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    color: #4b5d68;

    /* text-align: justify; */
    text-justify: inter-word;
  }
  .featured-section__content div a {
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.10000000149011612px;

    columns: #ffffff;
  }

  /* why choose us */
  .why-choose-us {
    margin-top: 12.5rem;
  }
  .choosing-section__title h2 {
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0.20000000298023224px;

    color: #252b42;
  }
  .choosing-section__title span {
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    color: #4b5d68;
  }

  /* trusted customer */
  .trusted-customers {
    margin-top: 12.5rem;
  }
  .trusted_customers__title span {
    font-family: Poppins;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: 0em;
    text-align: center;

    color: #272d4e;
  }

  /* footer */
  .hr-footer-m {
    display: none;
  }
  .footer-article-div {
    margin-top: 1.83rem;
  }
  .footer-article {
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.01em;

    text-align: left;
  }
  .footer-div {
    margin-top: 12.5rem;
  }
  .footer-title {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
  }
  .footer-item {
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
  }
  .company_details {

  }
  .footer-items {
    margin-top: 2.3rem;
  }
  .list-unstyled {
    margin-top: 49px;
  }

  .list-unstyled li {

  }
}

@media only screen and (max-width:992px){
    .side-text-learn,.side-text{
        display: none
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  /* top content*/
  .top-content > div {
  }
  .top-content div h3 {
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.10000000149011612px;
  }
  .top-content div span {
    font-family: Poppins;
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0.20000000298023224px;
  }
  .top-content div h4 {
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0.20000000298023224px;
    color: #989898;

    margin-top: 1.2rem;
    margin-bottom: 2.2rem;
  }
  .top-content {
    margin-top: 13.25rem;
    padding-left: 0;
    padding-right: 0;
  }
  .download-buttons {
    justify-content: initial;
  }
  .play-store img,
  .apple-store img {
    width: 100%;
    height: auto;
    max-width: 11rem;
    max-height: 2.9rem;
    border-radius: 5px;
  }
  .web-browse {
    width: 100%;
    height: auto;
    max-width: 11rem;
    max-height: 2.9rem;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    padding-right: 1.3rem;
    background-color: #ef7822;
    padding: 5px 5px 5px 5px;
  }

  .web-browse > div {
    color: white;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    vertical-align: middle;
    padding: 5px 5px 5px 5px;
  }

  .top-image {
    margin-top: 63px;
    padding: 10px 0 10px 0;
    padding-left: 0;
    padding-right: 0;

    max-width: auto;
    max-height: auto;
  }
  .top-image > img {
    max-width: 737.29px;
    max-height: 808.02px;
  }

  /* featured */
  .featured-section__image img {
    width: 100%;
    height: auto;
    max-width: 393.71px;
    max-height: 787.42px;
  }
  .featured-title-m {
    display: none;
  }
  .featured-section__content span {
    visibility: visible;
  }
  .featured-section__content {
    padding: 7rem 0 0 0;
  }
  .about-us {
    margin-top: 200px;
  }
  .featured-section__content h2 {
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0.20000000298023224px;
  }

  .featured-section__content p {
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    color: #4b5d68;

    /* text-align: justify; */
    text-justify: inter-word;
  }
  .featured-section__content div a {
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.10000000149011612px;

    columns: #ffffff;
  }

  /* why choose us */
  .why-choose-us {
    margin-top: 12.5rem;
  }
  .choosing-section__title h2 {
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0.20000000298023224px;

    color: #252b42;
  }
  .choosing-section__title span {
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    color: #4b5d68;
  }

  /* trusted customer */
  .trusted-customers {
    margin-top: 12.5rem;
  }
  .trusted_customers__title span {
    font-family: Poppins;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: 0em;
    text-align: center;

    color: #272d4e;
  }

  /* footer */
  .hr-footer-m {
    display: none;
  }
  .footer-article-div {
    margin-top: 1.83rem;
  }
  .footer-article {
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.01em;

    text-align: left;
  }
  .footer-div {
    margin-top: 12.5rem;
  }
  .footer-title {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
  }
  .footer-item {
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
  }
  .company_details {

  }
  .footer-items {

  }
  .list-unstyled {
    margin-top: 49px;
  }

  .list-unstyled li {

  }
}

@media only screen and (max-width: 1280px) {
    .side-text{
        left:-210px !important;
    }
    .side-text-learn{
        left:-80px !important;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .side-text-learn{
        left:-120px;
    }
    .side-text{
        left:-200px;
    }
  /* top content */
  .top-content {
  }
  .top-content div h3 {
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.10000000149011612px;
  }
  .top-content div span {
    font-family: Poppins;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0.20000000298023224px;
  }
  .top-content div h4 {
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0.20000000298023224px;
    color: #989898;

    margin-top: 1.2rem;
    margin-bottom: 2.2rem;
  }
  .top-content {
    margin-top: 13.25rem;
    padding-left: 0;
    padding-right: 0;
  }
  .download-buttons {
    justify-content: initial;
  }
  .play-store img,
  .apple-store img {
    width: 100%;
    height: auto;
    max-width: 11rem;
    /* max-height: 60px; */
    max-height: 2.9rem;
    /* padding-right: 1.3rem; */
    border-radius: 5px;
  }
  .web-browse {
    width: 100%;
    height: auto;
    max-width: 11rem;
    max-height: 2.9rem;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    padding-right: 1.3rem;
    background-color: #ef7822;
    padding: 5px 5px 5px 5px;
  }

  .web-browse > div {
    color: white;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    vertical-align: middle;
    padding: 5px 5px 5px 5px;
  }

  .top-image {
    margin-top: 63px;
    padding: 10px 0 10px 0;
    padding-left: 0;
    padding-right: 0;

    max-width: auto;
    max-height: auto;
  }
  .top-image > img {
    max-width: 737.29px;
    max-height: 808.02px;
  }

  /* featured */
  .featured-section__image img {
    margin-left: 4rem;
  }
  .featured-section__image img {
    width: 100%;
    height: auto;
    /* max-width: 379.09px;
    max-height: 778.28; */
    max-width: 393.71px;
    max-height: 787.42px;
  }
  .featured-title-m {
    display: none;
  }
  .featured-section__content span {
    display: visible;
  }
  .featured-section__content {
    padding: 7rem 0 0 0;
  }
  .about-us {
    margin-top: 200px;
  }
  .featured-section__content h2 {
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0.20000000298023224px;
  }
  .featured-section__content p {
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    color: #4b5d68;

    /* text-align: justify; */
    text-justify: inter-word;
  }
  .featured-section__content div a {
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.10000000149011612px;

    columns: #ffffff;
  }

  /* why choose us */
  .why-choose-us {
    margin-top: 12.5rem;
  }
  .choosing-section__title h2 {
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0.20000000298023224px;

    color: #252b42;
  }
  .choosing-section__title span {
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    color: #4b5d68;
  }

  /* trusted customer */
  .trusted-customers {
    margin-top: 12.5rem;
  }
  .trusted_customers__title span {
    font-family: Poppins;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: 0em;
    text-align: center;

    color: #272d4e;
  }

  /* footer */
  .hr-footer-m {
    display: none;
  }
  .footer-article-div {
    margin-top: 1.83rem;
  }
  .footer-article {
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.01em;
    text-align: left;
  }
  .footer-div {
    margin-top: 12.5rem;
  }
  .footer-title {
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
  }
  .footer-item {
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
  }
  .company_details {

  }
  .footer-items {

  }
  .list-unstyled {
    margin-top: 30px;
  }

  .list-unstyled li {

  }
}
/* **************************** media query*************************************** */

.row {
  margin-left: 0;
  margin-right: 0;
}

/* nav section */
.navbar-font-selected {
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;

  color: white;
}

.navbar-font {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;

  color: white;
}

/* top section */
.top-image img {
  width: 100%;
  height: auto;
  padding-right: 0;
}
.download-buttons {
  width: 100%;
  display: flex;
  flex-flow: wrap row;
}

.play-store,
.apple-store,
.web-browse {
  cursor: pointer;
  display: inline !important;
  margin: 0.42rem;
}

.play-store {
  margin-left: 0;
}
.play-store,
.apple-store {
}

/* featured section */
.featured-section__image {
  margin-top: 1em;
  width: 393.71px;
  height: auto;
}
.featured-section__content span {
  /* for laptops/desktops */
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.10000000149011612px;
  text-align: left;

  color: #ff7714;
}
.featured-title-m {
  text-align: center;
}
.featured-title-m span {
  /* for mobile */
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.10000000149011612px;
  text-align: left;

  color: #ff7714;
}

/* choosing section */
.choosing-section {
}
.choosing-section__title {
  width: 100%;
  text-align: center;
}
.choosing-section__title h2,
.choosing-section__title span,
.choosing-section__title hr {
  text-align: center;
}
.choosing-section__content {
  width: 100%;
  display: flex;
  flex-flow: wrap row;
  justify-content: space-evenly;
}
.choosing-section__content > div {
  height: 312px !important;
  width: 312px !important;
  display: flex;
  flex-flow: wrap row;
  justify-content: center;
  margin: 1rem;
  box-shadow: 4px 4px 45px rgba(0, 0, 0, 0.1);
  border-radius: 20px !important;
}

.choosing-section__image-card {
}

.choosing-section__image-card img {
  width: 100%;
  height: auto;
  max-width: 110px;
  max-height: 110px;
  margin: 60px 101px 42px 101px;
}

.choosing-section__content > div p {
  width: 100%;
  height: auto;

  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0.20000000298023224px;
  text-align: center;
}
/* trusted customer */
.trusted_customers__title {
  width: 100%;
  text-align: center;
}
.trusted-customer {
  font-family: Poppins, sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 0em;
  text-align: center;
  color: #272d4e;
}
/* footer */

/**************** Sections End **********************/

.customed-hr-1 {
  border-top: 0.25rem solid #ef7822;
  width: 70px;
  border-radius: 10px;
}

.text-color-primary {
  color: #ef7822;
  color: #ef7822;
}

.btn-color-primary {
  background-color: var(--yellow);
  color: black;
}

.bg-color-primary {
  background-color: var(--yellow);
  color: black;
}

p {
  text-justify: inter-word;
}

.text-left {
  text-align: left !important;
}

.bg-color-div {
  /* background-color: white; */
  border-color: 100%;
  bottom: 90%;
}

.footer-background {
  background-color: var(--yellow);
}

.hr-footer-m {
  border: 1px solid #292d53;
  width: 100%;
}
/**************************** Testimonial Start **************************************/
.testimonial {
  padding: 20px;
  margin: 20px 10px;
}
.testimonial .pic {
  width: 122px;
  height: 122px;
  float: left;
  margin-right: 50px;
  position: relative;
}
.testimonial .pic:before,
.testimonial .pic:after {
  content: "";
  display: block;
  height: 50%;
  width: 50%;
  position: absolute;
}
.testimonial .pic:before {
  bottom: -10%;
  left: -10%;
  border-bottom: 3px solid #e16b47;
  border-left: 3px solid #e16b47;
}
.testimonial .pic:after {
  top: -10%;
  right: -10%;
  border-top: 3px solid #e16b47;
  border-right: 3px solid #e16b47;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .testimonial-content {
  display: table;
  position: relative;
}
.testimonial .testimonial-content:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -30px;
  left: -15px;
  font-size: 60px;
  color: #d8dad6;
  z-index: -1;
}
.testimonial .testimonial-title {
  font-size: 24px;
  color: #e16b47;
  text-transform: capitalize;
}
.testimonial .post {
  font-size: 13px;
  font-weight: 600;
  color: #585f62;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 5px;
  padding-left: 5px;
}
.testimonial .description {
  font-size: 13px;
  color: #7c7c7c;
  line-height: 22px;
  margin-top: 12px;
  font-style: italic;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #e16b47;
}
@media only screen and (max-width: 980px) {
  .testimonial {
    padding: 20px 0;
    margin: 20px 15px;
  }
  .testimonial .pic {
    float: none;
  }
  .testimonial .testimonial-content {
    display: block;
    margin-top: 30px;
  }
  .testimonial .testimonial-content:before {
    z-index: 1;
    top: -200px;
  }
}
/**************************** Testimonial End **************************************/

/**************************** Code_mahi Added start **************************************/

.fs-10{font-size: 10px;}
.fs-11{font-size: 11px;}
.fs-12{font-size: 12px;}
.fs-13{font-size: 13px;}
.heding-title{
    margin-top: 30px;
    margin-bottom: 30px;
}
#top-sport{
    
}
.content-space{
    margin-top: 15px;
    margin-bottom: 15px;
}
#sport_icon{
    text-align: center;
    margin-top: 7px;
    max-width: 130px;
    margin: 10px;
}
#sport_icon a img{
    background-color: hsl(0deg 0% 0% / 60%);
    box-shadow: 2.1px 4.2px 4.2px hsl(0deg 0% 0% / 44%);
    border-radius: 10px;
    transition-duration: 120ms;
    transition-timing-function: linear;
    max-width: 125px;
}
#sport_icon a img:hover{
    /*background-color: #ff5c5c;*/
    background-color: var(--yellow);
}
#top-venues{
    position: relative;
}
.sport_name{}
.card-trending{
    transition: all .3s;
}
.card-venue .card-body, .card-trending .card-body  {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 190px;
    padding: 0.50rem;
}
.card-trending .card-body  {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.50rem;
}
.card-venue-img{
    overflow: hidden;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.card-venue-img img{
    height: 150px;
}
.venue-rating-box{
    display: block;
    font-size: 11px;
    background-color: hsl(38deg 100% 65% / 26%);
    border-radius: 3px;
}
.venue-rating{
    display: block;
    /*background-color: var(--yellow);*/
    color: var(--pw-black);
    font-weight: 600;
    text-align: center;
    width: 35px;
    border-radius: 1px;
    margin: 0px auto;
}
.venue-rating i{ font-size: 10px;}
.venue-vote{
    display: block;
    color: var(--pw-black);
    font-weight: 600;
    text-align: center;
    border-radius: 1px;
    padding: 0px 5px;
    margin-top: 3px;
}
.card-venue .card-title, .card-trending .card-title{
    color: #6e6e6e;
    font-size: 18px;
    letter-spacing: .1px;
    font-weight: 500;
    margin-bottom: 2px;
}
.card-venue .card-title-mini, .card-trending .card-title-mini{
    margin-top: 2px;
    color: #908b8b;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    overflow-wrap: break-word;
}
.card-venue a:hover, .card-trending a:hover{
    text-decoration: none;
}
#venue-card-slider .owl-controls {
    margin-top: -20px;
    text-align: center;
}
#venue-card-slider .owl-controls .owl-pagination .owl-page>.active {
    background-color: var(--yellow);
}
#venue-card-slider .owl-controls .owl-page.active span, #venue-card-slider .owl-controls.clickable .owl-page:hover span {
    background-color: var(--yellow);
    opacity: .9;
}
.venue-game-iocn ul li a img{
    width: 35px;
}
.venue-game-iocn ul li a i{
    font-size:12px;
    color: var(--pw-black);
}
.venue-game-iocn ul li a span{
    font-size:14px;
    color: var(--pw-black);
    font-weight: 500;
}
.venue-game-iocn .pw-btn, .product-details-box .pw-btn, .learn-buy .pw-btn{
    width: 100px;
}

.game-icon-tooltip:hover:after {
    content: attr(data-title); 
    position: absolute; 
    left:-10px; 
    top: -25px; 
    z-index: 1;
    color:#fff;
    background-color: rgba(0, 0, 0, 0.69);
    word-wrap: break-word;
    padding:3px 4px;
    border-radius: 5px;
}
.venu-safety span{
    font-weight: 600;
}
.venue-facility ul li{
    padding: 2px 4px 4px 0;
    margin-top: 3px;
    margin-right: 5px !important;
}
.venue-certi{
    display: flex;
    padding: 5px;
    position: relative;
}
.venue-certi .siled-icon, .venue-certi .certifi-icon{
    width: 25px;
    padding: 0px 2px;
}
.amenities-img{
    margin: 5px;
}
.amenities-img img{
    width: 125px;
    background-color: #0000003b;
    border-radius: 10px;
}
.siled-icon:hover:after, .certifi-icon:hover:after {
    content: attr(data-title); 
    position: absolute; 
    left:0px; 
    top: -20px; 
    z-index: 1;
    color:#fff;
    background-color: rgba(0, 0, 0, 0.69);
    word-wrap: break-word;
    padding:3px 4px;
    border-radius: 5px;
}

.btn-venu-facility{
    color: hsl(0deg 0% 0% / 60%);
    border: 1px solid hsl(0deg 0% 0% / 60%);
    padding: 2px 4px;
    border-radius: 3px;
    transition-duration: 120ms;
    transition-timing-function: linear;
}
.btn-venu-facility:hover{
    background-color: #ff5c5c;
    border: 1px solid  #ff5c5c;
    color: #fff !important;
    box-shadow: none; 
}
.card-trending .card-title-mini{
    font-style:normal;
    font-weight: 600;
    color: #3a3a3a;
}
.card-trending .card-title{
    color: #3a3a3a;
    font-weight: 600;
}
.card-trending-info i{
    padding-top:5px;
    padding-right: 5px;
}
.card-trending-info fa-ul{
    margin-bottom: 2px;
}

/*Product & learn*/
.product-title , .learn-title{
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 20px;
    color: #212529;    
}
.product-price-box, .learn-price-box{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}
.product-offer-price, .learn-offer-price{font-weight: 500;}
.product-price, .learn-price{
    font-weight: 500;
    color: var(--gray);
    text-decoration: line-through;
}
.product-offer, .learn-offer{
    font-weight: 500;
    color:var(--red);
    font-size: 13px;
}

.product-details-box, .learn-details-box{
    margin-top: 10px;
    text-align: center;
    transition: all .3s;
}
.product-details .list-inline .list-inline-item,
.learn-details .list-inline .list-inline-item{margin-right: 1px;}

.product-details{
    transition: all .3s;
    visibility: hidden;
}
.product-buy{
    transition: all .3s;
    visibility: hidden;
}
.card-trending:hover .product-details, .card-trending:hover .product-buy{
    visibility: visible;
}
.card-trending:hover{
    box-shadow: 4px 4px 45px rgba(0, 0, 0, 0.1);
}

.product-size{
    border: 2px solid var(--yellow);
    border-radius: 3px;
    max-width: 30px;
    min-width: 30px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}
.product-size:hover{
    background-color: #f9e4c0;
}
/*End Product & learn */

.instagram:hover,.fa-instagram:hover{
    color:#8a3ab9 !important;
}
.facebook:hover, .fa-facebook-f:hover{
    color: #4267B2 !important;
}
.twitter:hover, .fa-twitter:hover{
    color: #18a1d6 !important;
}
.search {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    background: #ffffff;
    height: 60px;
    border-radius: 40px;
    padding: 10px;
    border: 2px solid #ff5c5c;
    margin-top: 20px;
}

.search:hover > .search-txt{
    width: 180px;
    padding: 0 10px;
    color: wheat;
}
.search:hover > .search-btn {
    background: #ffbd4a;
    text-decoration: none;
    color: white;
}
.search:hover{
    border: 2px solid #ffbd4a;
}
.search-btn {
    color: white;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ff5c5c;
    display: flex;
    justify-content: center;
    align-items: center;
}


.search-txt{
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color:wheat ;
    font-size: 16px;
    transition: ease-in 0.4s;
    line-height: 40px;
    width: 110px;
 }
.fas fa-search{
    font-weight: 200;
    font-size: 40px;
}
.background-glass {
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    filter: blur(7px);
    width: 100%;
    height: 100%;
}
.venue-slider-img{
    height: 75vh;
    max-width: 100%;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    margin: auto;
}

#venue-info{}
#venue-slider{margin: 10px 0;}
#venue-info .venue-box .venue-rating-star i, #venue-info .venue-box .venue-rating-star span{
    font-size: 14px; 
}
#venue-info .venue-box{
    padding: 10px;
/*    border: 1px solid var(--l-grey);*/
    border-radius: 10px;
}
#venue-info .venue-item-title{
    color: var(--red);
    border-bottom: 3px solid var(--l-grey);
    padding-bottom: 5px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
#venue-info .venue-item-text{
    padding-top: 10px;
    font-weight: 400;
}
#venue-info .venue-game-iocn{
    padding-top:15px;
}
#venue-info .venue-game-iocn ul li{
    padding: 1px;
}
#venue-info .venue-game-iocn ul li img {
    width: 45px;
    background: hsl(0deg 0% 0% / 60%);
    border-radius: 5px;
    transition: all 0.3s ease-in;
}
#venue-info .venue-game-iocn ul li img:hover{
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
}
.venue-game-iocn>div{
    position: absolute;
    width: 100%;
    bottom: 7px;
}
.venue-social ul li i {
    font-size: 18px;
    color: var(--grey);
}
#venue-info .venue-item-text ul li span .fa-check{
    color:#00b700;
}
#venue-info .venue-item-map iframe{
    width: -webkit-fill-available;
    height: 450px;
    border: 0;
    margin-top: 15px;
}
#venue-info .venue-book{
    margin-top: 25px;
}
#venue-info .venue-book button{
    padding: 5px 25px;
    color: white;
    font-weight: 600;
    font-size: 20px;
}
.item-name{
    
}
.item-price-box{
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}
.item-price-box span{
    padding: 0px 3px
}
.item-offer-prices{  
}
.item-prices{
    color: var(--gray);
    text-decoration: line-through;
}
.item-offer{
    color: var(--red);
    font-size: 13px;
}
.hr-line{
    border-top: 1px solid #ccc;
    margin-top: 10px; 
    margin-bottom: 10px; 
}
.item-info{
    align-items: center;
}
.item-info-type{
    font-weight: 500;
    padding-right: 5px;
}
.item-info .list-inline{
    margin-bottom: 1px;
}
.item-info .list-inline .list-inline-item{
    border: 2px solid var(--yellow);
    border-radius: 10px;
    max-width: 30px;
    min-width: 30px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    margin-top: 5px;
}
.item-info .list-inline .list-inline-item:hover{
    background-color: #f9e4c0;
}
.qty-box{
    position: relative;
    width: 108px;
}
.qty-counter{
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}
.qty-counter input:focus{
    outline: none;
}
.qty-counter  input::-webkit-outer-spin-button,
.qty-counter  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0;
}
.qty-item{
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    width: 44px!important;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #61605a;
    margin: 0;
    border-color: #dae2e6;
    border: 1px solid #ccc;
    padding: 5px;
}
.qty-changer>a {
    position: absolute;
    top: 0;
    left: 1;
    height: 40px;
    width: 30px;
    line-height: 43px;
    text-align: center;
    margin: 0;
    border-color: #dae2e6;
    border: 1px solid #ccc;
    color:var(--pw-black);
}
.qty-changer>a:first-child {
    left: auto;
    right: 5px;
}
.qty-in-cart{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.dilivery-location{
    margin-top:20px;
    align-items: center;
}
.dilivery-location input{
    border: 1px solid #ccc;
    line-height:30px;
    border-radius: 3px;
}
.btn-add-cart, .btn-buy{
    width: inherit;
}
/*Product info CSS*/

/*End Product info CSS*/

/*Sociala media Sticky */
#sticky-box {
   -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    position: fixed;
    opacity: 1;
    text-align: left;
    top: 160px;
    right: 0px;
    z-index: 94034;
    
}
#sticky-box .instagram{
    font-size: 25px;
    text-align: center;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 40px;
    padding: 2px;
}
#sticky-box .instagram:hover{
    color:#fff !important;
}

#sticky-box .facebook{
    font-size: 25px;
    text-align: center;
    background-color: #4267B2;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 40px;
    padding: 2px;
}
#sticky-box .facebook:hover{
    color:#fff !important;
}
#sticky-box .twitter{
    font-size: 25px;
    text-align: center;
    background-color: #55acee;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 40px;
    padding: 2px;
}
#sticky-box .twitter:hover{
    color:#fff !important;
}
#footer-sticky-box{
    display: none;
    position: fixed;
    bottom: 0px;
    /* display: flex; */
    direction: ltr;
    padding: 10px;
    width: 100%;
    text-align: right;
    background: hsl(210deg 11% 15% / 34%);
}
#footer-sticky-box div{
    display: inline-block;
    padding:5px; 
}
#footer-sticky-box div i:hover{
    color:#fff !important;
}
#footer-sticky-box .instagram{
    font-size: 15px;
    text-align: center;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    width: 30px;
    border-radius: 3px;
}
#footer-sticky-box .facebook{
    font-size: 15px;
    text-align: center;
    background-color: #4267B2;
    width: 30px;
    border-radius: 3px;
}
#footer-sticky-box .twitter{
    font-size: 15px;
    text-align: center;
    background-color: #55acee;
    width: 30px;
    border-radius: 3px;
}
.footer-play img, .footer-app img{
    width: 125px;
    
}
.page-poster{
    background-image: url("../learn-poster/learn-poster.png"); 
    background-position: center;
    background-size: cover;
}
.poster-img{
    width: -webkit-fill-available;
    width: -moz-fill-available;
}
.poster-text-box{
    background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(0 0 0 / 54%) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(0 0 0 / 54%) 100%);
    padding: 0px 25px;
}
.poster-title{
    padding-top: 125px;
    padding-bottom: 25px;
    color: white;
    margin-top: 0px;
    border-radius: 5px;
}
.poster-title span{
    background-color:hsl(0deg 0% 0% / 60%); 
    padding: 0px 10px;
}
.poster-sub-title{
    color: white;
}
.poster-text-box ul{
    padding-bottom:10px;
    color: white;
}
.item-box {
    padding: 10px;
    /* border: 1px solid var(--l-grey); */
    border-radius: 10px;
}
.item-title {
    color: var(--red);
    border-bottom: 3px solid var(--l-grey);
    padding-bottom: 5px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.item-text {
    padding-top: 10px;
    font-weight: 400;
}
#top-bar{
    position:fixed;
    width: 100%;
    z-index: 99999;
    background-color: #eeb44e;
}
.top-search{}
.left-bar{
    position: relative;
}
.search-bar-box {
    position: relative;
    margin-top:15px;  
}
.right-bar .dropdown-toggle::after{
    font-size:15px;
}
.search-input{
    border-radius: 2px;
    border: 0;
    /*width: calc(100% - 40px);*/
    line-height: 25px;
}
.search-input:focus{
    box-shadow: none;
}
.btn-search{
    position: absolute;
    border: 0px ;
    border-radius: 5px;
    background: white;
    right: 5px;
    top: 3px;
    color: #eeb44e;
    margin-top: 7px;
}
input.search-input.form-control:focus {
    background: #ffffff;
}
input.search-input.form-control:focus:.btn-search {
    background: red;
}
.main-header{
    padding-top:85px;
}
.stick-header{
    position: fixed;
    top: 0px;
    width: -webkit-fill-available;
    z-index: 99999;
    width: -moz-available;
}
#navbarNav .navbarNav{
    align-items: center !important;
}
.icon-box{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.icon-img{
    font-size: 18px;
}
.notification-box{
    width: 25px;
    margin: 0 auto;
}
.icon-noti-status {
    position: absolute;
    top: -10px;
    right: -5px;
    font-weight: 800;
    font-size: 13px;
    line-height: 15px;
    margin-top: 2px;
}
.icon-img img{
    background-color: rgb(0 0 0 / 17%);
    border-radius: 50%;
    height: 25px;
    width: 25px;
    padding: 2px;
}
.icon-title{
    font-size: 13px;
    line-height: 15px;
    margin-top: 2px;
}
#navbarNav .dropdown-toggle::after {
    display: none;
}
#learn{position: relative;}
.side-text {
    font-size: 70px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: absolute;
    top: 235px;
    left: -175px;
    transform: rotate(270deg);
    text-align: center;
    /* width: 150px; */
}
.side-text-learn {
    font-size: 70px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: absolute;
    top: 95px;
    left: -50px;
    transform: rotate(270deg);
    text-align: center;
    /* width: 150px; */
}
.book-btn{
    position: absolute;
    padding: 10px;
    right: 0;
    font-weight: 600;
    color: white;
    text-transform: capitalize;
    width: 75px;
    text-align: center;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*End Sociala media Sticky */


/*Login form*/
.login-box{
    width: 50%;
    margin: 0 auto;
    border: 1px solid #ffbd4a;
    padding: 4px;
    border-radius: 10px;
}
.login-logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-box label{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}
.get-otp{}
.verify-otp, .set-new-password{}
.box-hide{display: none;}
.box-show{display: block;}
.digit-group{
    text-align: center;
    margin: 50px 0;
}
.digit-group input{
    width: 20px;
    text-align: center;
    border-radius: 3px;
}

/*Login Form End*/



/**************************** Code_mahi Added END **************************************/
