@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* header */
    .header {
        padding: 0 30px;
    }
    .header .bottom-header .navbar .navbar-nav:after {
        left: -30px;
    }
    .header .logo {
        padding-right: 50px;
    }
	/* game button */
	.def-btn-game
	  , .def-btn-game-in, .def-btn-game-out
	  , .def-btn-game-bet, .def-btn-game-line
	  , .def-btn-game-spin, .def-btn-game-auto
      , .def-btn-game-startf {
	  display: inline-block;
	  background: -webkit-linear-gradient(130deg, var(--gameDefG1), var(--gameDefG2));
	  height: 50px;
	  width: 100%;
	  line-height: 50px;
	  color: var(--gameDefText);
	  text-align:center;
	  font-size: 12px;
	  text-transform: uppercase;
	  /*padding: 0 5px;*/
	  position: relative;
	  z-index: 2;
	  transition: all 0.3s ease-in;
	  border-radius: 8px;
	  font-weight: 600;
	}
	.def-btn-game-in {background: -webkit-linear-gradient(130deg, var(--gameInG1), var(--gameInG2));}
	.def-btn-game-out {background: -webkit-linear-gradient(130deg, var(--gameOutG1), var(--gameOutG2));}
	.def-btn-game-bet {background: -webkit-linear-gradient(130deg, var(--gameBetG1), var(--gameBetG2));}
	.def-btn-game-line {background: -webkit-linear-gradient(130deg, var(--gameLineG1), var(--gameLineG2));}
	.def-btn-game-spin {background: -webkit-linear-gradient(130deg, var(--gameSpinG1), var(--gameSpinG2));}
	.def-btn-game-auto {background: -webkit-linear-gradient(130deg, var(--gameAutoG1), var(--gameAutoG2));}
    .def-btn-game-startf {background: -webkit-linear-gradient(130deg, var(--gameSpinG1), var(--gameSpinG2));}
	
	.def-btn-game-inactive
	  , .def-btn-game-in-inactive, .def-btn-game-out-inactive
	  , .def-btn-game-bet-inactive, .def-btn-game-line-inactive
	  , .def-btn-game-spin-inactive, .def-btn-game-auto-inactive 
      , .def-btn-game-startf-inactive {
	  display: inline-block;
	  /*background: -webkit-linear-gradient(130deg, var(--gameDefG1), var(--gameDefG2));*/
	  background: -webkit-linear-gradient(130deg, var(--gameInactG1), var(--gameInactG2));
	  height: 50px;
	  width: 100%;
	  line-height: 50px;
	  color: var(--gameDefText);
	  text-align:center;
	  font-size: 12px;
	  text-transform: uppercase;
	  /*padding: 0 15px;*/
	  position: relative;
	  z-index: 2;
	  transition: all 0.3s ease-in;
	  border-radius: 8px;
	  font-weight: 600;
	}
	
	.def-btn-credits {
	  height: 42px;
	  width: 100%;
	  line-height: 42px;
	  color: var(--gameDefText);
	  text-align:center;
	  text-transform: uppercase;
	  /*padding: 0 25px;*/
	  position: relative;
	  z-index: 2; 
	  font-size: 22px;
	}

	
	/*.def-btn-credits {
	  height: 42px;
	  width: 100%;
	  line-height: 42px;
	  color: #fff;
	  text-align:center;
	  text-transform: uppercase;
	  padding: 0 25px;
	  position: relative;
	  z-index: 2; 
	  font-size: 22px;
	}*/


    /* banner */
    .banner .banner-txt h1 {
        font-size: 60px;
        line-height: 80px;
    }

    /* about */
    .feature:before {
        left: 0;
        right: 0;
    }
    .feature .single-feature h4.feature-title {
        font-size: 20px;
        line-height: 26px; 
    }
    .feature .single-feature .part-icon {
        height: 70px;
    }
    .about .part-txt {
        margin-right: -50px;
    }
    .about .part-txt.right {
        margin: 0;
        margin-left: -30px;
    }

    /* iqn */
    .partner .part-partner-logo .single-logo a {
        width: 60px;
    }

    /* news */
    .news .news-container:before, .news .news-container:after {
        display: none;
    }

    /* contact */
    .contact .container-contact:before, .contact .container-contact:after {
        display: none;
    }

    
    /* recent activity */
    .recent-activity .single-col .activity-list .single-activity {
        /*2022-12-21 padding: 15px;*/
        display: block;
    }
    .recent-activity .single-col .activity-list .single-activity .part-img {
        height: 55px;
        width: 55px;
        float: left;
    }
    .recent-activity .single-col .activity-list .single-activity .part-text {
        display: flow-root;
    }
    .recent-activity .single-col .activity-list.top-winner .single-activity .part-img {
        height: 55px;
    }
    .recent-activity .single-col .activity-list .single-activity .part-text p br {
        display: none;
    }
    .recent-activity .single-col .activity-list.jackpot-triggers-win .single-activity .part-text p br, .recent-activity .single-col .activity-list.top-winner .single-activity .part-text p br {
        display: block;
    }
    .recent-activity .single-col h3.title {
        font-size: 22px;
        line-height: 32px;
    }

    /* bet summery */
    .latest-summury .game-menu {
        margin-right: 0;
    }
    .latest-summury .all-bets {
        margin-left: 0;
    }
    .latest-summury .all-bets .single-result .part-top .user-img {
        display: none;
    }
    
    /* table */
    .latest-summury .all-bets .table-cover {
        overflow-y: hidden;
        overflow-x: scroll;
    }
    .latest-summury .all-bets .table {
        width: 945px;
    }
    .latest-summury .all-bets .table tbody tr:hover {
        transform: scale(1.0);
        box-shadow: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* header */
    .header {
        padding: 0 15px;
    }
    .header .logo {
        display: inline-block;
        padding-right: 0;
        padding: 15px 0;
    }
    .header .logo:after {
        display: none;
    }
    .header .logo {
        width: 120px;
    }
    .header .logo img {
        width: 100%;
    }
	
	
    .header .navbar-toggler {
        font-size: 25px;
        color: #fff;
        width: 45px;
        height: 45px;
        padding: 0;
        float: right;
        cursor: pointer;
        outline: none;
        background: -webkit-linear-gradient(130deg, #ff416c, #ff4b2b);
    }
    .header .top-header {
        /*display: none;*/
		height: 50px;
    }
	
	.header .top-header .top-right .buttons a {
	  font-size: 13px;
	  line-height: 100%;
	  margin-left: 15px;
	  font-weight: 300;
	  color: #fff;
	  text-transform: capitalize;
	}
	
	.header .top-header .top-right {
	  display: flex;
	  flex-direction: row;
	  justify-content: flex-start;
	  align-items: center;
	}
	
	.header .part-searchBar {
		display: none !important;		
	}
	
    .header.header-fixed {
        position: initial;
        box-shadow: none;
    }
    .header .bottom-header .navbar .navbar-nav:after {
        display: none;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item {
        padding: 10px 15px;
        background: #111;
        margin-bottom: 1px;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item:last-child {
        margin-bottom: 15px;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item .nav-link:before {
        display: none;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        margin-top: 10px;
        opacity: 1;
        visibility: visible;
        display: none;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        margin-top: 10px;
        display: block;
    }
	
	  /* game button */
	.def-btn-game
	  , .def-btn-game-in, .def-btn-game-out
	  , .def-btn-game-bet, .def-btn-game-line
	  , .def-btn-game-spin, .def-btn-game-auto
      , .def-btn-game-startf {
	  display: inline-block;
	  background: -webkit-linear-gradient(130deg, var(--gameDefG1), var(--gameDefG2));
	  height: 40px;
	  width: 100%;
	  line-height: 40px;
	  color: var(--gameDefText);
	  text-align:center;
	  font-size: 22px;
	  text-transform: uppercase;
	  /*padding: 0 15px;*/
	  position: relative;
	  z-index: 2;
	  transition: all 0.3s ease-in;
	  border-radius: 8px;
	  font-weight: 600;
	}
	.def-btn-game-in {background: -webkit-linear-gradient(130deg, var(--gameInG1), var(--gameInG2));}
	.def-btn-game-out {background: -webkit-linear-gradient(130deg, var(--gameOutG1), var(--gameOutG2));}
	.def-btn-game-bet {background: -webkit-linear-gradient(130deg, var(--gameBetG1), var(--gameBetG2));}
	.def-btn-game-line {background: -webkit-linear-gradient(130deg, var(--gameLineG1), var(--gameLineG2));}
	.def-btn-game-spin {background: -webkit-linear-gradient(130deg, var(--gameSpinG1), var(--gameSpinG2));}
	.def-btn-game-auto {background: -webkit-linear-gradient(130deg, var(--gameAutoG1), var(--gameAutoG2));}
    .def-btn-game-startf {background: -webkit-linear-gradient(130deg, var(--gameSpinG1), var(--gameSpinG2));}
	
	.def-btn-game-inactive
		, .def-btn-game-in-inactive, .def-btn-game-out-inactive
		, .def-btn-game-bet-inactive, .def-btn-game-line-inactive
		, .def-btn-game-spin-inactive, .def-btn-game-auto-inactive 
        , .def-btn-game-startf-inactive {
	  display: inline-block;
	  background: -webkit-linear-gradient(130deg, var(--gameInactG1), var(--gameInactG2));
	  height: 40px;
	  width: 100%;
	  line-height: 40px;
	  color: var(--gameDefText);
	  text-align:center;
	  font-size: 22px;
	  text-transform: uppercase;
	  /*padding: 0 15px;*/
	  position: relative;
	  z-index: 2;
	  transition: all 0.3s ease-in;
	  border-radius: 8px;
	  font-weight: 600;
	}
	
	.def-btn-credits {
	  height: 42px;
	  width: 100%;
	  line-height: 42px;
	  color: var(--gameDefText);
	  text-align:center;
	  text-transform: uppercase;
	  padding: 0 25px;
	  position: relative;
	  z-index: 2; 
	  font-size: 22px;
	}


    /* banner */
    .banner .banner-txt {
        padding: 120px 0!important;
    }
    .banner .banner-txt h1 {
        font-size: 40px;
        line-height: 54px;    
        letter-spacing: 0.5px;
        text-transform: capitalize;
        margin-bottom: 34px;
    }
    .banner .banner-txt h4 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.5px;
        text-transform: capitalize;    
        margin-top: -7px;
        margin-bottom: 15px;
    }

    /* about */
    .about {
        padding: 60px 0;
    }
    .about .part-txt h2 {
        font-size: 26px;
        line-height: 36px; 
        margin-top: -9px;
        letter-spacing: .5px;
    }
    .about .part-txt h3 {
        font-size: 24px;
        line-height: 34px; 
        margin-top: -9px;
        letter-spacing: .5px;
    }
    .about .part-txt.right {
        margin: 0;
    }
    .about .part-img .single-img {
        display: none;
    }
    .about .part-txt p span:after {
        left: 0px;
        right: 0;
    }

    /* feature */
    .feature {
        margin-top: 0!important;
        display: none;
    }

    /* iqn */
    .iq-feature {
        padding: 50px 0 20px;
    }
    .iq-feature .part-text h2 {
        font-size: 26px;
        line-height: 36px; 
        margin-top: -8px;
        margin-bottom: 16px;
    }
    .iq-feature .part-features .single-feature h3.title {
        font-size: 22px;
        line-height: 32px;
    }
    .iq-feature .part-features .single-feature .icon {
        height: 50px;
    }
    .iq-feature .part-img {
        margin: 0;
        margin-bottom: 30px;
    }
    .iq-feature .part-text {
        margin-bottom: 30px;
    }

    /* games */
    .games {
        padding: 50px 0 20px;
    }
    .section-title {
        margin-bottom: 32px;
    }
    .section-title h2 {
        font-size: 26px;
        line-height: 36px; 
        margin-top: -8px;
        margin-bottom: 16px;
    }
    .games .game-menu {
        margin-bottom: 30px;
    }

    /* partner */
    .partner {
        padding: 50px 0;
    }
    .partner .part-text h2.title {
        font-size: 26px;
        line-height: 36px; 
        margin-top: -8px;
        margin-bottom: 16px;
    }
    .partner .part-partner-logo .single-logo a {
        width: 50px;
    }
    .partner .part-partner-logo {
        margin-top: 40px;
    }

    /* news */
    .news {
        padding: 50px 0 10px;
    }
    .news .news-container:before, .news .news-container:after {
        display: none;
    }
    .news .single-news .part-text {
        padding: 30px;
    }
    .news .single-news .part-text h3.title {
        font-size: 20px;
        line-height: 30px;
    }
    .news .single-news .part-text a {
        margin-top: 6px;
    } 

    /* payment gateway */
    .payment-gateway {
        padding: 50px 0;
    }
    .payment-gateway .part-text h2.title {
        font-size: 26px;
        line-height: 36px; 
        margin-top: -8px;
        margin-bottom: 16px;
    }

    /* testimonial */
    .testimonial {
        padding: 50px 0;
    }

    /* contact */
    .contact {
        padding: 50px 0;
    }
    .contact .container-contact:before, .contact .container-contact:after {
        display: none;
    }
    .contact .bg-tamim {
        padding: 50px;
        padding-bottom: 20px;
    }
    .contact .part-address .addressing .single-address:last-child {
        margin-bottom: 0;
    }
    .contact .part-form form input {
        height: 40px;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact .part-form form textarea {
        height: 140px;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }
    .contact .part-address .addressing .single-address h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    /* footer */
    .footer .footer-top {
        padding: 50px 0 45px;
    }
    .footer .about-widget a.logo {
        width: 130px;
        margin-bottom: 22px;
    }
    .footer .about-widget {
        margin-bottom: 40px;
    }
    .footer .link-widget h4.title {
        font-size: 20px;
        line-height: 30px;
        margin-top: -7px;
        margin-bottom: 13px;
    }
    .footer .link-widget {
        margin-bottom: 30px;
    }
    .footer .newsletter-widget p {
        margin-bottom: 0;
    }
    
    /* recent activity */
    .recent-activity .single-col .activity-list .single-activity {
        /*2022-12-21 padding: 30px;*/
        display: block;
        /*2022-12-21 margin-bottom: 30px;*/
    }
    .recent-activity .single-col .activity-list .single-activity .part-img {
        height: 55px;
        width: 55px;
        float: left;
    }
    .recent-activity .single-col .activity-list .single-activity .part-text {
        display: flow-root;
    }
    .recent-activity .single-col .activity-list.top-winner .single-activity .part-img {
        height: 55px;
    }
    .recent-activity .single-col .activity-list .single-activity .part-text p br {
        display: block;
    }
    .recent-activity .single-col .activity-list.jackpot-triggers-win .single-activity .part-text p br, .recent-activity .single-col .activity-list.top-winner .single-activity .part-text p br {
        display: block;
    }
    .recent-activity .single-col {
        margin-bottom: 10px;
    }
    .recent-activity .single-col h3.title {
        font-size: 22px;
        line-height: 32px;
    }
    .recent-activity {
        padding: 60px 0 20px;
    }
    .recent-activity .single-col .activity-list .single-activity .part-text .winning-amount {
        font-size: 20px;
    }
    .recent-activity .single-col .activity-list.jackpot-triggers-win .winning-amount {
        font-size: 20px!important;
    }

    /* cta */
    .cta:after {
        left: -45%;
    }
    .cta:before {
        left: 35%;
        width: 100%;
    }
    .cta {
        padding: 60px 0;
    }
    .cta h2 {
        font-size: 35px;
        line-height: 50px;
        margin-top: -12px;    
        letter-spacing: 0.5px;
    } 
    .cta h2 br {
        display: none;
    }
    .cta .play-now-btn {
        padding: 0 50px;
    }  
    
    /* bet summery */
    .latest-summury {
        padding: 60px 0;
    }
    .latest-summury .game-menu {
        margin-right: 0;
        margin-bottom: 40px;
    }
    .latest-summury .all-bets {
        margin-left: 0;
    }
    .latest-summury .all-bets .single-result .part-top .user-img {
        width: 60px;
        height: 60px;
    }
    .latest-summury .all-bets .single-result .part-top .part-info span.game {
        width: 160px;
    }

    /* table */
    .latest-summury .all-bets .table-cover {
        overflow-y: hidden;
        overflow-x: scroll;
    }
    .latest-summury .all-bets .table {
        width: 945px;
    }
    .latest-summury .all-bets .table tbody tr:hover {
        transform: scale(1.0);
        box-shadow: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* header */
    .header {
        padding: 0 15px;
    }
    .header .logo {
        display: inline-block;
        padding-right: 0;
        padding: 15px 0;
    }
    .header .logo:after {
        display: none;
    }
    .header .logo {
        width: 120px;
    }
    .header .logo img {
        width: 100%;
    }
	.header .top-header .top-right .buttons a {
	  font-size: 13px;
	  line-height: 100%;
	  margin-left: 15px;
	  font-weight: 300;
	  color: #fff;
	  text-transform: capitalize;
	}
    .header .navbar-toggler {
        font-size: 25px;
        color: #fff;
        width: 45px;
        height: 45px;
        padding: 0;
        float: right;
        cursor: pointer;
        outline: none;
        background: -webkit-linear-gradient(130deg, #ff416c, #ff4b2b);
    }
    .header .top-header {
        /*display: none;*/
		height: 50px;
    }
	
	.header .top-header .top-right {
	  display: flex;
	  flex-direction: row;
	  justify-content: flex-start;
	  align-items: center;
	}
	.header .part-searchBar {
		display: none !important;		
	}
    .header.header-fixed {
        position: initial;
        box-shadow: none;
    }
    .header .bottom-header .navbar .navbar-nav:after {
        display: none;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item {
        padding: 10px 15px;
        background: #111;
        margin-bottom: 1px;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item:last-child {
        margin-bottom: 15px;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item .nav-link:before {
        display: none;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        margin-top: 10px;
        opacity: 1;
        visibility: visible;
        display: none;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        margin-top: 10px;
        display: block;
    }
	

	  /* game button */
	.def-btn-game
	  , .def-btn-game-in, .def-btn-game-out
	  , .def-btn-game-bet, .def-btn-game-line
	  , .def-btn-game-spin, .def-btn-game-auto 
      , .def-btn-game-startf {
	  display: inline-block;
	  background: -webkit-linear-gradient(130deg, var(--gameDefG1), var(--gameDefG2));
	  height: 40px;
	  width: 100%;
	  line-height: 40px;
	  color: var(--gameDefText);
	  text-align:center;
	  font-size: 22px;
	  text-transform: uppercase;
	  /*padding: 0 15px;*/
	  position: relative;
	  z-index: 2;
	  transition: all 0.3s ease-in;
	  border-radius: 8px;
	  font-weight: 600;
	}
	.def-btn-game-in {background: -webkit-linear-gradient(130deg, var(--gameInG1), var(--gameInG2));}
	.def-btn-game-out {background: -webkit-linear-gradient(130deg, var(--gameOutG1), var(--gameOutG2));}
	.def-btn-game-bet {background: -webkit-linear-gradient(130deg, var(--gameBetG1), var(--gameBetG2));}
	.def-btn-game-line {background: -webkit-linear-gradient(130deg, var(--gameLineG1), var(--gameLineG2));}
	.def-btn-game-spin {background: -webkit-linear-gradient(130deg, var(--gameSpinG1), var(--gameSpinG2));}
	.def-btn-game-auto {background: -webkit-linear-gradient(130deg, var(--gameAutoG1), var(--gameAutoG2));}
    .def-btn-game-startf {background: -webkit-linear-gradient(130deg, var(--gameSpinG1), var(--gameSpinG2));}
	
	.def-btn-game-inactive
	  , .def-btn-game-in-inactive, .def-btn-game-out-inactive
	  , .def-btn-game-bet-inactive, .def-btn-game-line-inactive
	  , .def-btn-game-spin-inactive, .def-btn-game-auto-inactive 
      , .def-btn-game-startf-inactive {
	  display: inline-block;
	  background: -webkit-linear-gradient(130deg, var(--gameInactG1), var(--gameInactG2));
	  height: 40px;
	  width: 100%;
	  line-height: 40px;
	  color: var(--gameDefText);
	  text-align:center;
	  font-size: 22px;
	  text-transform: uppercase;
	  /*padding: 0 15px;*/
	  position: relative;
	  z-index: 2;
	  transition: all 0.3s ease-in;
	  border-radius: 8px;
	  font-weight: 600;
	}
	
	.def-btn-credits {
	  height: 42px;
	  width: 100%;
	  line-height: 42px;
	  color: var(--gameDefText);
	  text-align:center;
	  text-transform: uppercase;
	  padding: 0 25px;
	  position: relative;
	  z-index: 2; 
	  font-size: 22px;
	}

	
	
    /* banner */
    .banner .banner-txt {
        padding: 120px 0!important;
    }
    .banner .banner-txt h1 {
        font-size: 34px;
        line-height: 44px;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        margin-bottom: 34px;
    }
    .banner .banner-txt h4 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.5px;
        text-transform: capitalize;    
        margin-top: -7px;
        margin-bottom: 15px;
    }

    /* about */
    .about {
        padding: 60px 0;
    }
    .about .part-txt h2 {
        font-size: 26px;
        line-height: 36px; 
        margin-top: -9px;
        letter-spacing: .5px;
    }
    .about .part-txt h3 {
        font-size: 24px;
        line-height: 34px; 
        margin-top: -9px;
        letter-spacing: .5px;
    }
    .about .part-txt.right {
        margin: 0;
        margin-top: 30px;
    }
    .about .part-img .single-img {
        display: none;
    }

    /* feature */
    .feature {
        margin-top: 0!important;
        display: none;
    }

    /* iqn */
    .iq-feature {
        padding: 50px 0 20px;
    }
    .iq-feature .part-text h2 {
        font-size: 26px;
        line-height: 36px; 
        margin-top: -8px;
        margin-bottom: 16px;
    }
    .iq-feature .part-features .single-feature h3.title {
        font-size: 22px;
        line-height: 32px;
    }
    .iq-feature .part-features .single-feature .icon {
        height: 50px;
    }
    .iq-feature .part-img {
        margin: 0;
        margin-bottom: 30px;
    }
    .iq-feature .part-text {
        margin-bottom: 30px;
    }

    /* games */
    .games {
        padding: 50px 0 20px;
    }
    .section-title {
        margin-bottom: 32px;
    }
    .section-title h2 {
        font-size: 26px;
        line-height: 36px; 
        margin-top: -8px;
        margin-bottom: 16px;
    }
    .games .game-menu {
        margin-bottom: 30px;
    }

    /* partner */
    .partner {
        padding: 50px 0;
    }
    .partner .part-text h2.title {
        font-size: 26px;
        line-height: 36px; 
        margin-top: -8px;
        margin-bottom: 16px;
    }
    .partner .part-partner-logo .single-logo {
        border: none;
    }
    .partner .part-partner-logo .col-xl-4:nth-last-child(1n+4) .single-logo {
        border: none;
    }
    .partner .part-partner-logo .col-xl-4:nth-child(3n+0) .single-logo {
        border: none;
    }
    .partner .part-partner-logo .col-xl-4:nth-last-child(1n+3) .single-logo {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .partner .part-partner-logo .col-xl-4:nth-child(2n+1) .single-logo {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    .partner .part-partner-logo .single-logo a {
        width: 50px;
    }
    .partner .part-partner-logo {
        margin-top: 40px;
    }

    /* news */
    .news {
        padding: 50px 0 10px;
    }
    .news .news-container:before, .news .news-container:after {
        display: none;
    }
    .news .single-news .part-text {
        padding: 30px;
    }
    .news .single-news .part-text h3.title {
        font-size: 20px;
        line-height: 30px;
    }
    .news .single-news .part-text a {
        margin-top: 6px;
    } 

    /* payment gateway */
    .payment-gateway {
        padding: 50px 0;
    }
    .payment-gateway .part-text h2.title {
        font-size: 26px;
        line-height: 36px; 
        margin-top: -8px;
        margin-bottom: 16px;
    }
    .payment-gateway .all-gateways {
        margin-top: 40px;
    }

    /* testimonial */
    .testimonial {
        padding: 50px 0;
    }
    .testimonial .single-testimonial .part-text p {
        font-size: 18px;
        line-height: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    /* contact */
    .contact {
        padding: 50px 0;
    }
    .contact .container-contact:before, .contact .container-contact:after {
        display: none;
    }
    .contact .bg-tamim {
        padding: 30px;
        padding-bottom: 10px;
    }
    .contact .part-address {
        margin-top: 30px;
    }
    .contact .part-address .addressing .single-address:last-child {
        margin-bottom: 0;
    }
    .contact .part-form form input {
        height: 40px;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact .part-form form textarea {
        height: 140px;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }
    .contact .part-address .addressing .single-address h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    /* footer */
    .footer .footer-top {
        padding: 50px 0 45px;
    }
    .footer .about-widget a.logo {
        width: 130px;
        margin-bottom: 22px;
    }
    .footer .about-widget {
        margin-bottom: 40px;
    }
    .footer .link-widget h4.title {
        font-size: 20px;
        line-height: 30px;
        margin-top: -7px;
        margin-bottom: 13px;
    }
    .footer .link-widget {
        margin-bottom: 30px;
    }
    .footer .newsletter-widget p {
        margin-bottom: 0;
    }

    /* recent activity */
    .recent-activity .single-col .activity-list .single-activity {
        /*2022-12-21 padding: 30px;*/
        display: block;
    }
    .recent-activity .single-col .activity-list .single-activity .part-img {
        height: 55px;
        width: 55px;
        float: left;
    }
    .recent-activity .single-col .activity-list .single-activity .part-text {
        display: flow-root;
    }
    .recent-activity .single-col .activity-list.top-winner .single-activity .part-img {
        height: 55px;
    }
    .recent-activity .single-col .activity-list .single-activity .part-text p br {
        display: block;
    }
    .recent-activity .single-col .activity-list.jackpot-triggers-win .single-activity .part-text p br, .recent-activity .single-col .activity-list.top-winner .single-activity .part-text p br {
        display: block;
    }
    .recent-activity .single-col {
        margin-bottom: 40px;
    }
    .recent-activity .single-col h3.title {
        font-size: 22px;
        line-height: 32px;
    }
    .recent-activity {
        padding: 60px 0 20px;
    }
    .recent-activity .single-col .activity-list .single-activity .part-text .winning-amount {
        font-size: 20px;
    }
    .recent-activity .single-col .activity-list.jackpot-triggers-win .winning-amount {
        font-size: 20px!important;
    }

    /* cta */
    .cta:after {
        left: -45%;
    }
    .cta:before {
        left: 35%;
        width: 100%;
    }
    .cta {
        padding: 60px 0;
    }
    .cta h2 {
        font-size: 28px;
        line-height: 38px;
        margin-top: -8px;
        letter-spacing: 0.5px;
    } 
    .cta h2 br {
        display: none;
    }
    .cta .play-now-btn {
        float: none;
        padding: 0 50px;
        margin-top: 25px;
    }  
    
    /* bet summery */
    .latest-summury {
        padding: 60px 0;
    }
    .latest-summury .game-menu {
        margin-right: 0;
        margin-bottom: 40px;
    }
    .latest-summury .all-bets {
        margin-left: 0;
    }
    .latest-summury .all-bets .single-result .part-top .user-img {
        width: 60px;
        height: 60px;
    }

    /* table */
    .latest-summury .all-bets .table-cover {
        overflow-y: hidden;
        overflow-x: scroll;
    }
    .latest-summury .all-bets .table {
        width: 945px;
    }
    .latest-summury .all-bets .table tbody tr:hover {
        transform: scale(1.0);
        box-shadow: none;
    }
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
    /* header */
    .header {
        padding: 0 15px;
    }
    .header .logo {
        display: inline-block;
        padding-right: 0;
        padding: 15px 0;
    }
    .header .logo:after {
        display: none;
    }
    .header .logo {
        width: 120px;
    }
    .header .logo img {
        width: 100%;
    }
		.header .top-header .top-right .buttons a {
	  font-size: 13px;
	  line-height: 100%;
	  margin-left: 15px;
	  font-weight: 300;
	  color: #fff;
	  text-transform: capitalize;
	}
    .header .navbar-toggler {
        font-size: 25px;
        color: #fff;
        width: 45px;
        height: 45px;
        padding: 0;
        float: right;
        cursor: pointer;
        outline: none;
        background: -webkit-linear-gradient(130deg, #ff416c, #ff4b2b);
    }
    .header .top-header {
        /*display: none;*/
		height: 50px;
    }
	
	.header .top-header .top-right {
	  display: flex;
	  flex-direction: row;
	  justify-content: flex-start;
	  align-items: center;
	}
	.header .part-searchBar {
		display: none !important;		
	}
    .header.header-fixed {
        position: initial;
        box-shadow: none;
    }
    .header .bottom-header .navbar .navbar-nav:after {
        display: none;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item {
        padding: 10px 15px;
        background: #111;
        margin-bottom: 1px;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item:last-child {
        margin-bottom: 15px;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item .nav-link:before {
        display: none;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        margin-top: 10px;
        opacity: 1;
        visibility: visible;
        display: none;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        margin-top: 10px;
        display: block;
    }
	
	  /* game button */
	.def-btn-game
	  , .def-btn-game-in, .def-btn-game-out
	  , .def-btn-game-bet, .def-btn-game-line
	  , .def-btn-game-spin, .def-btn-game-auto 
      , .def-btn-game-startf {
	  display: inline-block;
	  background: -webkit-linear-gradient(130deg, var(--gameDefG1), var(--gameDefG2));
	  height: 40px;
	  width: 100%;
	  line-height: 40px;
	  color: var(--gameDefText);
	  text-align:center;
	  font-size: 22px;
	  text-transform: uppercase;
	  /*padding: 0 15px;*/
	  position: relative;
	  z-index: 2;
	  transition: all 0.3s ease-in;
	  border-radius: 8px;
	  font-weight: 600;
	}
	.def-btn-game-in {background: -webkit-linear-gradient(130deg, var(--gameInG1), var(--gameInG2));}
	.def-btn-game-out {background: -webkit-linear-gradient(130deg, var(--gameOutG1), var(--gameOutG2));}
	.def-btn-game-bet {background: -webkit-linear-gradient(130deg, var(--gameBetG1), var(--gameBetG2));}
	.def-btn-game-line {background: -webkit-linear-gradient(130deg, var(--gameLineG1), var(--gameLineG2));}
	.def-btn-game-spin {background: -webkit-linear-gradient(130deg, var(--gameSpinG1), var(--gameSpinG2));}
	.def-btn-game-auto {background: -webkit-linear-gradient(130deg, var(--gameAutoG1), var(--gameAutoG2));}
    .def-btn-game-startf {background: -webkit-linear-gradient(130deg, var(--gameSpinG1), var(--gameSpinG2));}
	
	.def-btn-game-inactive
	  , .def-btn-game-in-inactive, .def-btn-game-out-inactive
	  , .def-btn-game-bet-inactive, .def-btn-game-line-inactive
	  , .def-btn-game-spin-inactive, .def-btn-game-auto-inactive 
      , .def-btn-game-startf-inactive {
	  display: inline-block;
	  background: -webkit-linear-gradient(130deg, var(--gameInactG1), var(--gameInactG2));
	  height: 40px;
	  width: 100%;
	  line-height: 40px;
	  color: var(--gameDefText);
	  text-align:center;
	  font-size: 22px;
	  text-transform: uppercase;
	  /*padding: 0 15px;*/
	  position: relative;
	  z-index: 2;
	  transition: all 0.3s ease-in;
	  border-radius: 8px;
	  font-weight: 600;
	}
	
	.def-btn-credits {
	  height: 42px;
	  width: 100%;
	  line-height: 42px;
	  color: var(--gameDefText);
	  text-align:center;
	  text-transform: uppercase;
	  padding: 0 25px;
	  position: relative;
	  z-index: 2; 
	  font-size: 22px;
	}


    /* banner */
    .banner .banner-txt {
        padding: 120px 0!important;
    }
    .banner .banner-txt h1 {
        font-size: 28px;
        line-height: 38px;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        margin-bottom: 34px;
    }
    .banner .banner-txt h4 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.5px;
        text-transform: capitalize;    
        margin-top: -7px;
    }

    /* about */
    .about {
        padding: 60px 0;
    }
    .about .part-txt h2 {
        font-size: 26px;
        line-height: 36px; 
        margin-top: -9px;
        letter-spacing: .5px;
    }
    .about .part-txt h3 {
        font-size: 24px;
        line-height: 34px; 
        margin-top: -9px;
        letter-spacing: .5px;
    }
    .about .part-txt.right {
        margin: 0;
        margin-top: 30px;
    }
    .about .part-img .single-img {
        display: none;
    }

    /* feature */
    .feature {
        margin-top: 0!important;
        display: none;
    }

    /* iqn */
    .iq-feature {
        padding: 50px 0 20px;
    }
    .iq-feature .part-text h2 {
        font-size: 26px;
        line-height: 36px; 
        margin-top: -8px;
        margin-bottom: 16px;
    }
    .iq-feature .part-features .single-feature h3.title {
        font-size: 22px;
        line-height: 32px;
    }
    .iq-feature .part-features .single-feature .icon {
        height: 50px;
    }
    .iq-feature .part-img {
        margin: 0;
        margin-bottom: 30px;
    }
    .iq-feature .part-text {
        margin-bottom: 30px;
    }

    /* games */
    .games {
        padding: 50px 0 20px;
    }
    .section-title {
        margin-bottom: 32px;
    }
    .section-title h2 {
        font-size: 26px;
        line-height: 36px; 
        margin-top: -8px;
        margin-bottom: 16px;
    }
    .games .game-menu {
        margin-bottom: 30px;
    }

    /* partner */
    .partner {
        padding: 50px 0;
    }
    .partner .part-text h2.title {
        font-size: 26px;
        line-height: 36px; 
        margin-top: -8px;
        margin-bottom: 16px;
    }
    .partner .part-partner-logo .single-logo {
        border: none;
    }
    .partner .part-partner-logo .col-xl-4:nth-last-child(1n+4) .single-logo {
        border: none;
    }
    .partner .part-partner-logo .col-xl-4:nth-child(3n+0) .single-logo {
        border: none;
    }
    .partner .part-partner-logo .col-xl-4:nth-last-child(1n+3) .single-logo {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .partner .part-partner-logo .col-xl-4:nth-child(2n+1) .single-logo {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    .partner .part-partner-logo .single-logo a {
        width: 50px;
    }
    .partner .part-partner-logo {
        margin-top: 40px;
    }

    /* news */
    .news {
        padding: 50px 0 10px;
    }
    .news .news-container:before, .news .news-container:after {
        display: none;
    }
    .news .single-news .part-text {
        padding: 30px;
    }
    .news .single-news .part-text h3.title {
        font-size: 20px;
        line-height: 30px;
    }
    .news .single-news .part-text a {
        margin-top: 6px;
    } 

    /* payment gateway */
    .payment-gateway {
        padding: 50px 0;
    }
    .payment-gateway .part-text h2.title {
        font-size: 26px;
        line-height: 36px; 
        margin-top: -8px;
        margin-bottom: 16px;
    }
    .payment-gateway .all-gateways {
        margin-top: 40px;
    }

    /* testimonial */
    .testimonial {
        padding: 50px 0;
    }
    .testimonial .single-testimonial .part-text p {
        font-size: 16px;
        line-height: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    /* contact */
    .contact {
        padding: 50px 0;
    }
    .contact .container-contact:before, .contact .container-contact:after {
        display: none;
    }
    .contact .bg-tamim {
        padding: 30px;
        padding-bottom: 10px;
    }
    .contact .part-address {
        margin-top: 30px;
    }
    .contact .part-address .addressing .single-address:last-child {
        margin-bottom: 0;
    }
    .contact .part-form form input {
        height: 40px;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact .part-form form textarea {
        height: 140px;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }
    .contact .part-address .addressing .single-address h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    /* footer */
    .footer .footer-top {
        padding: 50px 0 45px;
    }
    .footer .about-widget a.logo {
        width: 130px;
        margin-bottom: 22px;
    }
    .footer .about-widget {
        margin-bottom: 40px;
    }
    .footer .link-widget h4.title {
        font-size: 20px;
        line-height: 30px;
        margin-top: -7px;
        margin-bottom: 13px;
    }
    .footer .link-widget {
        margin-bottom: 30px;
    }
    .footer .newsletter-widget p {
        margin-bottom: 0;
    }

     /* recent activity */
     .recent-activity .single-col .activity-list .single-activity {
        /*2022-12-21 padding: 30px;*/
        display: block;
    }
    .recent-activity .single-col .activity-list .single-activity .part-img {
        height: 55px;
        width: 55px;
        float: left;
    }
    .recent-activity .single-col .activity-list .single-activity .part-text {
        display: flow-root;
    }
    .recent-activity .single-col .activity-list.top-winner .single-activity .part-img {
        height: 55px;
    }
    .recent-activity .single-col .activity-list .single-activity .part-text p br {
        display: block;
    }
    .recent-activity .single-col .activity-list.jackpot-triggers-win .single-activity .part-text p br, .recent-activity .single-col .activity-list.top-winner .single-activity .part-text p br {
        display: block;
    }
    .recent-activity .single-col {
        margin-bottom: 40px;
    }
    .recent-activity .single-col h3.title {
        font-size: 22px;
        line-height: 32px;
    }
    .recent-activity {
        padding: 60px 0 20px;
    }
    .recent-activity .single-col .activity-list .single-activity .part-text .winning-amount {
        font-size: 20px;
    }
    .recent-activity .single-col .activity-list.jackpot-triggers-win .winning-amount {
        font-size: 20px!important;
    }

    /* cta */
    .cta:after {
        left: -45%;
    }
    .cta:before {
        left: 35%;
        width: 100%;
    }
    .cta {
        padding: 60px 0;
    }
    .cta h2 {
        font-size: 28px;
        line-height: 38px;
        margin-top: -8px;
        letter-spacing: 0.5px;
    } 
    .cta h2 br {
        display: none;
    }
    .cta .play-now-btn {
        float: none;
        padding: 0 50px;
        margin-top: 25px;
    }  
    
    /* bet summery */
    .latest-summury {
        padding: 60px 0;
    }
    .latest-summury .game-menu {
        margin-right: 0;
        margin-bottom: 40px;
    }
    .latest-summury .all-bets {
        margin-left: 0;
    }
    .latest-summury .all-bets .single-result .part-top .part-info span.game {
        width: 160px;
    }

    /* table */
    .latest-summury .all-bets .table-cover {
        overflow-y: hidden;
        overflow-x: scroll;
    }
    .latest-summury .all-bets .table {
        width: 945px;
    }
    .latest-summury .all-bets .table tbody tr:hover {
        transform: scale(1.0);
        box-shadow: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    /* header */
    .header {
        padding: 0 15px;
    }
    .header .logo {
        display: inline-block;
        padding-right: 0;
        padding: 15px 0;
    }
    .header .logo:after {
        display: none;
    }
    .header .logo {
        width: 120px;
    }
    .header .logo img {
        width: 100%;
    }
	.header .top-header .top-right .buttons a {
	  font-size: 13px;
	  line-height: 100%;
	  margin-left: 15px;
	  font-weight: 300;
	  color: #fff;
	  text-transform: capitalize;
	}
    .header .navbar-toggler {
        font-size: 25px;
        color: #fff;
        width: 45px;
        height: 45px;
        padding: 0;
        float: right;
        cursor: pointer;
        outline: none;
        background: -webkit-linear-gradient(130deg, #ff416c, #ff4b2b);
    }
    .header .top-header {
		height: 50px;
        /*display: none;*/
    }
	
	.header .top-header .top-right {
	  display: flex;
	  flex-direction: row;
	  justify-content: flex-start;
	  align-items: center;
	}
	
	.header .part-searchBar {
		display: none !important;		
	}
    .header.header-fixed {
        position: initial;
        box-shadow: none;
    }
    .header .bottom-header .navbar .navbar-nav:after {
        display: none;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item {
        padding: 10px 15px;
        background: #111;
        margin-bottom: 1px;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item:last-child {
        margin-bottom: 15px;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item .nav-link:before {
        display: none;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        margin-top: 10px;
        opacity: 1;
        visibility: visible;
        display: none;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        margin-top: 10px;
        display: block;
    }
	
	  /* game button */
	.def-btn-game
	  , .def-btn-game-in, .def-btn-game-out
	  , .def-btn-game-bet, .def-btn-game-line
	  , .def-btn-game-spin, .def-btn-game-auto 
      , .def-btn-game-startf {
	  display: inline-block;
	  background: -webkit-linear-gradient(130deg, var(--gameDefG1), var(--gameDefG2));
	  height: 40px;
	  width: 100%;
	  line-height: 40px;
	  color: var(--gameDefText);
	  text-align:center;
	  font-size: 13px;
	  text-transform: uppercase;
	  /*padding: 0 5px;*/
	  position: relative;
	  z-index: 2;
	  transition: all 0.3s ease-in;
	  border-radius: 8px;
	  font-weight: 600;
	}
	.def-btn-game-in {background: -webkit-linear-gradient(130deg, var(--gameInG1), var(--gameInG2));}
	.def-btn-game-out {background: -webkit-linear-gradient(130deg, var(--gameOutG1), var(--gameOutG2));}
	.def-btn-game-bet {background: -webkit-linear-gradient(130deg, var(--gameBetG1), var(--gameBetG2));}
	.def-btn-game-line {background: -webkit-linear-gradient(130deg, var(--gameLineG1), var(--gameLineG2));}
	.def-btn-game-spin {background: -webkit-linear-gradient(130deg, var(--gameSpinG1), var(--gameSpinG2));}
	.def-btn-game-auto {background: -webkit-linear-gradient(130deg, var(--gameAutoG1), var(--gameAutoG2));}
    .def-btn-game-startf {background: -webkit-linear-gradient(130deg, var(--gameSpinG1), var(--gameSpinG2));}
	/*.def-btn-game-spin {
	  display: inline-block;
	  background: -webkit-linear-gradient(130deg, #57BABC, #57BABC);
	  height: 140px;
	  width: 100%;
	  line-height: 140px;
	  color: #fff;
	  text-align:center;
	  font-size: 18px;
	  text-transform: uppercase;
	  padding: 0 5px;
	  position: relative;
	  z-index: 2;
	  transition: all 0.3s ease-in;
	  border-radius: 8px;
	  font-weight: 600;
	  text-shadow: 3px 3px #007A85;
	}*/
	
	.def-btn-game-inactive
	  , .def-btn-game-in-inactive, .def-btn-game-out-inactive
	  , .def-btn-game-bet-inactive, .def-btn-game-line-inactive
	  , .def-btn-game-spin-inactive, .def-btn-game-auto-inactive 
      , .def-btn-game-startf-inactive {
	  display: inline-block;
	  background: -webkit-linear-gradient(130deg, var(--gameInactG1), var(--gameInactG2));
	  height: 40px;
	  width: 100%;
	  line-height: 40px;
	  color: var(--gameDefText);
	  text-align:center;
	  font-size: 13px;
	  text-transform: uppercase;
	  /*padding: 0 15px;*/
	  position: relative;
	  z-index: 2;
	  transition: all 0.3s ease-in;
	  border-radius: 8px;
	  font-weight: 600;
	}
	
	.def-btn-credits {
	  height: 42px;
	  width: 100%;
	  line-height: 42px;
	  color: var(--gameDefText);
	  text-align:center;
	  text-transform: uppercase;
	  padding: 0 25px;
	  position: relative;
	  z-index: 2; 
	  font-size: 22px;
	}

	
	.game-credits h2 {
	  font-size: 15px;
	  line-height: 15px;
	  color: #fff;
	  margin-top: -10px;
	  margin-bottom: 5px;
	  font-weight: 600;
	  text-transform: capitalize;
	}
	
	
	.select-css-in-game {
	 display: block;
	 font-size: 14px;
	 font-family: "Open Sans", sans-serif;
	 font-weight: bold;
	 color: #444;
	 line-height: 2.2;
	 padding: .4em 1.4em .3em .8em;
	 width: 100%;
	 max-width: 100%; 
	 box-sizing: border-box;
	 margin: 0;
	 border: 1px solid #aaa;
	 border-radius: .3em;
	 -moz-appearance: none;
	 -webkit-appearance: none;
	 appearance: none;
	 background-color: #fff;
	 background-image: url("../img/svg/select-dropdown.svg"),
	   linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
	 background-repeat: no-repeat, repeat;
	 background-position: right .7em top 50%, 0 0;
	 background-size: .65em auto, 100%;
	}
	

    /* banner */
    .banner .banner-txt {
        padding: 120px 0!important;
    }
    .banner .banner-txt h1 {
        font-size: 28px;
        line-height: 38px;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        margin-bottom: 34px;
    }
    .banner .banner-txt h4 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.5px;
        text-transform: capitalize;    
        margin-top: -7px;
    }

    /* about */
    .about {
        padding: 60px 0;
    }
    .about .part-txt h2 {
        font-size: 26px;
        line-height: 36px; 
        margin-top: -9px;
        letter-spacing: .5px;
    }
    .about .part-txt h3 {
        font-size: 24px;
        line-height: 34px; 
        margin-top: -9px;
        letter-spacing: .5px;
    }
    .about .part-txt.right {
        margin: 0;
        margin-top: 30px;
    }
    .about .part-img .single-img {
        display: none;
    }

    /* feature */
    .feature {
        margin-top: 0!important;
        display: none;
    }

    /* iqn */
    .iq-feature {
        padding: 50px 0 20px;
    }
    .iq-feature .part-text h2 {
        font-size: 26px;
        line-height: 36px; 
        margin-top: -8px;
        margin-bottom: 16px;
    }
    .iq-feature .part-features .single-feature h3.title {
        font-size: 22px;
        line-height: 32px;
    }
    .iq-feature .part-features .single-feature .icon {
        height: 50px;
    }
    .iq-feature .part-img {
        margin: 0;
        margin-bottom: 30px;
    }
    .iq-feature .part-text {
        margin-bottom: 30px;
    }

    /* games */
    .games {
        padding: 50px 0 20px;
    }
    .section-title {
        margin-bottom: 32px;
    }
    .section-title h2 {
        font-size: 26px;
        line-height: 36px; 
        margin-top: -8px;
        margin-bottom: 16px;
    }
    .games .game-menu {
        margin-bottom: 30px;
    }

    /* partner */
    .partner {
        padding: 50px 0;
    }
    .partner .part-text h2.title {
        font-size: 26px;
        line-height: 36px; 
        margin-top: -8px;
        margin-bottom: 16px;
    }
    .partner .part-partner-logo .single-logo {
        border: none;
    }
    .partner .part-partner-logo .col-xl-4:nth-last-child(1n+4) .single-logo {
        border: none;
    }
    .partner .part-partner-logo .col-xl-4:nth-child(3n+0) .single-logo {
        border: none;
    }
    .partner .part-partner-logo .col-xl-4:nth-last-child(1n+3) .single-logo {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .partner .part-partner-logo .col-xl-4:nth-child(2n+1) .single-logo {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    .partner .part-partner-logo .single-logo a {
        width: 50px;
    }
    .partner .part-partner-logo {
        margin-top: 40px;
    }

    /* news */
    .news {
        padding: 50px 0 10px;
    }
    .news .news-container:before, .news .news-container:after {
        display: none;
    }
    .news .single-news .part-text {
        padding: 30px;
    }
    .news .single-news .part-text h3.title {
        font-size: 20px;
        line-height: 30px;
    }
    .news .single-news .part-text a {
        margin-top: 6px;
    } 

    /* payment gateway */
    .payment-gateway {
        padding: 50px 0;
    }
    .payment-gateway .part-text h2.title {
        font-size: 26px;
        line-height: 36px; 
        margin-top: -8px;
        margin-bottom: 16px;
    }
    .payment-gateway .all-gateways {
        margin-top: 40px;
    }

    /* testimonial */
    .testimonial {
        padding: 50px 0;
    }
    .testimonial .single-testimonial .part-text p {
        font-size: 16px;
        line-height: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    /* contact */
    .contact {
        padding: 50px 0;
    }
    .contact .container-contact:before, .contact .container-contact:after {
        display: none;
    }
    .contact .bg-tamim {
        padding: 30px;
        padding-bottom: 10px;
    }
    .contact .part-address {
        margin-top: 30px;
    }
    .contact .part-address .addressing .single-address:last-child {
        margin-bottom: 0;
    }
    .contact .part-form form input {
        height: 40px;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact .part-form form textarea {
        height: 140px;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }
    .contact .part-address .addressing .single-address h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    /* footer */
    .footer .footer-top {
        padding: 50px 0 45px;
    }
    .footer .about-widget a.logo {
        width: 130px;
        margin-bottom: 22px;
    }
    .footer .about-widget {
        margin-bottom: 40px;
    }
    .footer .link-widget h4.title {
        font-size: 20px;
        line-height: 30px;
        margin-top: -7px;
        margin-bottom: 13px;
    }
    .footer .link-widget {
        margin-bottom: 30px;
    }
    .footer .newsletter-widget p {
        margin-bottom: 0;
    }

    /* recent activity */
    .recent-activity .single-col .activity-list .single-activity {
        /*2022-12-21 padding: 7px;*/
        display: block;
    }
    .recent-activity .single-col .activity-list .single-activity .part-img {
        height: 55px;
        width: 55px;
        float: left;
    }
    .recent-activity .single-col .activity-list .single-activity .part-text {
        display: flow-root;
    }
    .recent-activity .single-col .activity-list.top-winner .single-activity .part-img {
        height: 55px;
    }
    .recent-activity .single-col .activity-list .single-activity .part-text p br {
        display: none;
    }
    .recent-activity .single-col .activity-list.jackpot-triggers-win .single-activity .part-text p br, .recent-activity .single-col .activity-list.top-winner .single-activity .part-text p br {
        display: block;
    }
    .recent-activity .single-col {
        margin-bottom: 40px;
    }
    .recent-activity .single-col h3.title {
        font-size: 22px;
        line-height: 32px;
    }
    .recent-activity {
        padding: 60px 0 10px;
    }
    .recent-activity .single-col .activity-list .single-activity .part-text .winning-amount {
        font-size: 20px;
    }
    .recent-activity .single-col .activity-list.jackpot-triggers-win .winning-amount {
        font-size: 20px!important;
    }

    /* cta */
    .cta:after {
        left: -45%;
    }
    .cta:before {
        left: 35%;
        width: 100%;
    }
    .cta {
        padding: 60px 0;
    }
    .cta h2 {
        font-size: 28px;
        line-height: 38px;
        margin-top: -8px;
        letter-spacing: 0.5px;
    } 
    .cta h2 br {
        display: none;
    }
    .cta .play-now-btn {
        float: none;
        padding: 0 50px;
        margin-top: 25px;
    }  
    
    /* bet summery */
    .latest-summury {
        padding: 60px 0;
    }
    .latest-summury .game-menu {
        margin-right: 0;
        margin-bottom: 40px;
    }
    .latest-summury .all-bets {
        margin-left: 0;
    }
    .latest-summury .all-bets .single-result .part-top .part-info span.game {
        width: 160px;
    }


    /* table */
    .latest-summury .all-bets .table-cover {
        overflow-y: hidden;
        overflow-x: scroll;
    }
    .latest-summury .all-bets .table {
        width: 945px;
    }
    .latest-summury .all-bets .table tbody tr:hover {
        transform: scale(1.0);
        box-shadow: none;
    }
}