@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

body
{
	display: block;
	margin: 0;
	font-family: 'Nunito', sans-serif;
}

p, ul, li
{
	font-family: 'Nunito', sans-serif;
	letter-spacing: 1px;
}

input, button
{
	font-family: 'Nunito', sans-serif;
	letter-spacing: 0.5px;
}

.background
{
	height: 100%;
    background-image: url(../assets/images/jwins_image/background.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.header_background
{
    background: url(../assets/images/jwins_image/header1.jpg) top center no-repeat;
    width: 100%;
    background-size: cover;
    display: block;
}

.header_background_login
{
    background: url(../assets/images/pic/header.jpg) top center no-repeat;
    width: 100%;
    background-size: cover;
    display: block;
}

.header_logo
{
	text-align: center;
	display: inline-block;
}

.header_logo img
{
	padding: 20px 0;
    max-width: 110px;
}

.header_form
{
	display: inline-block;
	text-align: center;
	float:right;
	padding-top:10px;
	
}

.header_form_login
{
    display: inline-block;
    text-align: center;
    float: right;
    padding-top: 10px;
    position: absolute;
    bottom: 10px;
}

.header_reg
{
	display: inline-block;
	padding: 0 20px;
}

.header_reg a:hover
{
	filter: brightness(130%);
}

.header_reg p
{
    color: #f8f9fa;
    text-align: center;
    margin-top: 5px;
	font-family:"Roboto", Sans-serif;
	font-size:14px;
}

.header_reg p > img
{
    margin-top:-5px;
}

.header_reg a
{
	color: #f8f9fa;
	text-align: center;
	margin-top: 5px;
    text-decoration: none;
}

.header_reg p > a > img
{
	width: 20px;
	margin-top:-5px;
}

.header_login
{
	display: inline-block;
	padding: 0 20px;
}

.header_login input
{
	display: block;
	border: 1px solid grey;
	background-color: black;
	color: white;
	padding: 5px 2px;
    margin: 5px 0;
    border-radius: 5px;
}
.header_form_text 
{
	color: white;
	display:inline;
	
}
.header_login button
{
	width: 100%;
    border: 1px solid #e6c361;
    background: black;
    color: #e6c361;
    border-radius: 5px;
    padding: 3px 0;
}

.header_login button:hover
{
	color: black;
	background-color: #e6c361;
	border-color: black;
}

.header_nav
{
	height: 46px;
    background: linear-gradient(90deg,#150d00,#030303 50%,#150d00);
	border-top:1px solid ;
	border-bottom:1px solid ;
}

.header_nav ul
{
	width: 100%;
    text-align: center;
    list-style-type: none;
    margin: 0 auto;
    overflow: hidden;
    font-size: 15px;
}

.header_nav li
{
	display: inline-block;
    text-align: center;
    padding: 11px 20px;
    color: white;
    /*background: url(../assets/images/menuborder.png)right no-repeat;*/
    font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
    margin-left: -5px;
}

.header_nav .last
{
    border-right: none;
}

.header_nav li:hover
{
	background-color: #cfaf57;
    color: #eeeeee;
}

.navbar
{
    display: none;
}
.second_nav
{
	height: 46px;
    background: linear-gradient(90deg,#150d00,#030303 50%,#150d00);
	border-top:1px solid ;
	border-bottom:1px solid ;
}

.second_nav ul
{
	width: 100%;
    text-align: center;
    list-style-type: none;
    margin: 0 auto;
    overflow: hidden;
    font-size: 15px;
	background-color:#222222;
}

.second_nav li
{
	display: inline-block;
    text-align: center;
    padding: 11px 20px;
    color: white;
    /*background: url(../assets/images/menuborder.png)right no-repeat;*/
    font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
    margin-left: -5px;
	border-right: 1px solid #bbb;
}

.second_nav .last
{
    border-right: none;
}

.second_nav li:hover
{
	background-color: #cfaf57;
    color: #eeeeee;
}


.carousel-item img
{

    max-width: 100%;
	max-height:700px;
    
}

.carousel-caption
{
    
    bottom: 60px;
	
}

.carousel-caption p
{
    font-size: 75px;
    color: #ffcc00;
    text-shadow: 2px 2px #191919;
    font-weight: bold;
	font-family:'Roboto', sans-serif;
}

.carousel-caption.banner_3
{
    left: auto;
    right: 15%;
    bottom: 274px;
}
.carousel-caption.banner_2 p
{
    font-size: 75px;
    color: #ffcc00;
    text-shadow: 2px 2px #191919;
    font-weight: bold;
}
.carousel-caption.banner_3 p
{
    font-size: 70px;
    color: #ffcc00;
    text-shadow: 2px 2px #191919;
    font-weight: bold;
}
.carousel-caption.banner_4
{
    left: auto;
    right: 15%;
    bottom: 150px;
}

.carousel-caption.banner_4 p
{
    font-size: 70px;
    color: #ffcc00;
    text-shadow: 2px 2px #191919;
    font-weight: bold;
}

.announcement 
{
    background: rgba(0,0,0,0.7);
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    float: left;
    color: #f1e66b;
    padding: 5px 0px;
    
}

.announcement-title {
    font-size: 15px;
    text-transform: uppercase;
    float: left;
    text-align: right;
    color: #f8f9fa;
    margin-top: 3px;
}

.announcement_text {
    float: right;
    color: #f8f9fa;
    margin-top: 3px;
}

.step 
{
    background: url(../assets/images/jwins_image/background.jpg)center repeat rgba(0, 0, 0, 0.62);
    border-top: 1px solid #7c603e;
    border-bottom: 1px solid #7c603e;
    clear: both;
    background-size: cover;
    display: block;
    padding: 10px 0px;
    background-blend-mode: overlay;
    text-align: center;
}

.element.style {
    visibility: visible;
    max-height: none;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.step img
{
	max-height: 15vh;
}

.promo_home
{
	padding: 20px 0;
	text-align: center;
    width: 1000px;
    margin: auto;
}

.promo_home img
{
    width: 100%;
}

.prodgame_frame 
{
    background: url(../assets/images/frame.gif) no-repeat top center;
    padding: 30px 0px 20px;
    margin-top:1vh;
}

.prodgame_row
{
	display: flex;
	flex-wrap: wrap;
}

.prodgame_div
{
	width: 1000px;
}

.prodgame_content 
{
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.prodgame_content img 
{
    width: 100%;
    margin: 10px 0px;
}

.bright:hover 
{
    filter: brightness(130%);
}

@-webkit-keyframes wobble-horizontal 
{
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes wobble-horizontal 
{
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.wobble-horizontal 
{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.wobble-horizontal:hover, .wobble-horizontal:focus, .wobble-horizontal:active 
{
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.jackpot_div
{
	width: 1000px;
	margin: auto;
}

#jp
{
	position: relative;
    padding-top: 50px;
}

#jp img
{
    width: 100%;
}

#jackpot 
{
    position: absolute;
    text-decoration: none;
    margin-top: 0px;
    z-index: 500;
    background: transparent;
    margin-bottom: 0px;
    padding-bottom: 0px;
    top: 47%;
    left: 21%;
    width: 59%;
}

.count, #foo 
{
    font-size: 38px;
    color: #ffc000;
    padding: 0px 10px 0px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 8px;
    text-shadow: 2px 2px 4px #000000;
}

.prod_game 
{
    padding: 30px 0px 20px;
    text-align: center;
}

.prod_game p
{
	font-size: 1em;
    padding: 15px 80px 0px;
	color: #e7e7e7;
}

.prodhometitle 
{
    font-family: 'vivaldi',sans-serif;
    font-size: 2.5em;
    color: #806340;
}

.info_div
{
	width: 1000px;
	margin: auto;
}

.borderline 
{
    width: 100%;
    height: 1px;
    background: #806340;
}

.space 
{
    width: 100%;
    height: 2px;
}

.info
{
    padding: 20px 0px;
}

.info_row
{
	margin-right: -15px;
    margin-left: -15px;
    display: inline-block;
}

.info_row i
{
	font-size: 30px;
	color: #b69a4e;
}

.info_content 
{
    padding: 25px;
}

.info_title
{
    text-transform: uppercase;
    color: #806340;
    font-size: 17px;
    text-align: center;
}

.info_title .col-md-3 
{
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    height: 198px;
    width: 24%;
    margin: 4px;
    padding-top: 25px;
    float: left;
}

.info_title .col-md-3:hover
{
    background: rgba(0, 0, 0, 1.0);
    color: #f2c91b;
    border: 1px solid #f2a81b;
}

.info_title .col-md-3:hover i
{
    color: #f2a81b;
}

.info_text
{
	padding-top: 10px;
	letter-spacing: 1px;
}


.home_desc 
{
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 5px;
    width: 1000px;
    margin: auto;
    
}

.home_desc p
{
	color: #e7e7e7;
	letter-spacing: 1px;
	text-align: justify;
  	text-justify: inter-word;
}


.home_desc_title 
{
    font-size: 24px;
    color: #e5c100;
}

.space
{
	padding-bottom: 2vh;
}

.footer
{
	min-width: 100%;
	background-color: #000;
	text-align: center;
	/*margin-top: 3vh;*/
}

.footer p
{
	color: #e7e7e7;
	font-size: 15px;
	padding: 10px 0 5px;
	margin-bottom: 0;
	
}
.footer b
{
	color: #e7e7e7;
	
}

.footer .term_condition
{
    color: #cccccc;
    font-size: 14px;
    padding: 0 0 10px;
    margin-bottom: 0;
	text-align: center;
}
.footer .bank_div.about_us p
{
	letter-spacing: 1px;
	text-align: justify;
  	text-justify: inter-word;
}
.bank_contact
{
    width: 33%;
    display: inline-block;
}

.bank_contact_row
{
    padding: 20px 0;
}

.bank_contact_row img
{
    padding: 0;
    width: 20%;
}

.bank_contact_details
{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    text-align: left;
}
.registration_background
{
    background: url(../assets/images/reg_background.jpg) top center no-repeat #1c192a;
}

.reg_div
{
	max-width: 1000px;
	margin: auto;
}

.reg_form
{
    margin: 0px;
    padding: 30px 20px;
    width: 500px;
    background: rgba(0,0,0,0.7);
}

.reg_title
{
	display: flex;
    justify-content: center;
}

.reg_girl
{
	display: flex;
    justify-content: flex-end;
}

.reg_girl img
{
	position: absolute;
    margin-left: 15vw;
    max-height: 60vh;
    bottom: 4vh;
}

.reg_content
{
	
}

.reg_input
{
	padding: 10px 50px;
}

.reg_input label
{
	display: block;
	color: #e7e7e7;
	font-size: 13px;
	margin-bottom: 0;
	letter-spacing: 1px;
}

.reg_input input
{
	display: block;
    border: 1px solid grey;
    background-color: black;
    color: white;
    padding: 5px 2px;
    margin: 5px 0 0;
    border-radius: 5px;
    width: 100%;
}

.reg_submit
{
	padding: 20px 50px;
}

.reg_submit button
{
	width: 100%;
    border: 1px solid #e6c361;
    background: black;
    color: #e6c361;
    border-radius: 5px;
    padding: 3px 0;
}

.reg_submit button:hover
{
	color: black;
	background-color: #e6c361;
	border-color: black;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px black inset !important;
    -webkit-text-fill-color: #e7e7e7 !important;
}

.has-error
{
	border-color: #C70039 !important;
}

.success-message
{
	display: block;
	font-size: 11px;
	color: #228B0A;
	letter-spacing: 1px;
}

.error-message
{
	display: block;
	font-size: 11px;
	color: #C70039;
	letter-spacing: 1px;
}


.contact_us_div
{
    padding-top: 30px;
    width: 1000px;
    margin: auto;
}

.contact_content 
{
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #806340;
    padding: 15px 25px;
    border-radius: 5px;
    margin-bottom: 3vh;
    color: #ad6f1a;
    font-size: 18px;
	height:500px;
    text-align: center;
    padding: 10px 0 20px;
	width: 100%;
	margin:auto;
}
.contact_details
{
	display:inline-block;
	padding: 70px 20px 0 20px;
}

.contact_content a
{
    text-decoration: none;
    color: #ad6f1a;
	
}

.contact_content a:hover
{
    filter: brightness(130%);
}

.contact_content img
{
    max-width: 100px;
	
}
.contact_image img
{
	max-width:100%;
	height:400px;
	margin-left:100px;
	float:left;
	
}
.contact_title
{
	text-align:center;
	font-size: 24px;
	color:#806340;
	font-family:'Nunito', sans-serif
}
.game_div
{
	width: 1000px;
    margin: auto;
	padding-bottom: 10px;
}
.game_row
{
	display: inline-block;
    text-align: center;
    padding-top: 10px;
	border-bottom: 1px solid #806340;
	padding-bottom: 5px;
}

.game_row img{
	 width: 13%;
    padding: 10px 5px;
}
.bank_div
{
    width: 1000px;
    margin: auto;
}

.bank_row
{
    display: inline-block;
    text-align: center;
    padding-top: 5px;
	border-bottom: px solid #806340;
	padding-bottom: 5px;
}

.bank_row img
{
    width: 13%;
    padding: 10px 20px;
}

.bank_desc p
{
    font-size: 30px;
    color: #ad6f1a;
    margin-bottom: 0px;
}

.promotion_div
{
    text-align: center;
}

.promotion_row img
{
    padding-top: 20px;
    max-height: 300px;
    min-width: 800px;
}

.promotion_card
{
    width: 800px;
    padding: 20px;
    border: 1px solid #fbf696;
    color: #dce7ee !important;
    background: rgba(0,0,0,0.7);
    font-size: 15px;
    padding-bottom: 20px;
    margin: auto;
    letter-spacing: 1px;
}
.vip_background
{
    height: 100%;
    background-image: url(../assets/images/jwins_image/background.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}
.vip_div
{
    text-align: center;
}

.vip_row img
{
    padding-top: 40px;
    max-height: 500px;
    min-width: 800px;
}
.wechat_qrcode .modal-body img {
    width: 100%;
    text-align: center;
}	
.game_top
{
    text-align: center;
}

.game_top img
{
    max-width: 100%;
    min-height: 400px;
	padding-bottom:50px;
}

.game_list
{
    width: 1000px;
    margin: auto;
}

.col_game
{
    display: inline-block;
    width: 33%;
    padding: 30px;
}

.col_game img
{
    width: 100%;
    max-height: 110px;
}

.col_game img:hover
{
    filter: brightness(130%);
}

.game_intro
{
    width: 1000px;
    margin: auto;
	border-top: 2px solid #CDA75B;
	border-bottom: 2px solid #CDA75B;
}

.game_intro_col_left
{
    width: 100%;
    display: inline-block;
    padding: 10px 0 10px;
	text-align:center;
}

.game_intro_col_right
{
    width: 45%;
    display: inline-block;
    float: right;
    padding: 30px 50px;
}

.game_intro_col_right img
{
    filter: brightness(90%);
}

.game_intro_col_right img:hover
{
    filter: brightness(110%);
}

.game_intro b
{
    color: #CDA75B;
    text-align: center;
	font-size: 40px;
}
.game_main_img
{
	max-width:100%;
	height:auto;
	text-align:center;
	padding-top:50px;
}

.container-fluid .row
{
    justify-content: center;
    text-align: center;
    padding-bottom: 50px;
	padding-top:50px;
}

.row1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
   
   
	margin-top:15px;
}
.grid .row1
{
    justify-content: center;
    text-align: center;
    padding-bottom: 5px;
	padding-top:5px;
}

.container-fluid img
{
    max-height: 205px;
}
.grid img
{
    max-height: 170px;
}
.ekko-lightbox .modal-content
{
    background-color: inherit;
}

.ekko-lightbox .modal-header
{
    border-bottom: none;
}

.ekko-lightbox .modal-header button
{
    color: #fff;
}

.game_button_row
{
    width: 1000px;
    margin: auto;
    text-align: center;
    padding-bottom: 50px;
	padding-top: 50px
}

.game_button
{
    display: inline-block;
}

.game_button a
{
    display: inline;
    text-decoration: none;
}

.game_android_button
{
    padding: 15px 62px;
    font-size: 15px;
    background-color: #a4c739;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    margin-right: -35px;
    color: #fff;
}

.game_android_button:hover
{
    background-color: #84a02d;
    color: #eeeeee;
}

.game_ios_button
{
    padding: 15px 72px;
    font-size: 15px;
    background-color: #4e5850;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-left: -20px;
    color: #fff;
}

.game_ios_button:hover
{
    background-color: #717972;
    color: #eeeeee;
}

.game_or
{
    background: #fff;
    padding: 10px;
    border-radius: 100px;
    position: relative;
    z-index: 3;
    color: #000;
    box-shadow: 0px 0px 3px 6px #d1d1d1;
}

.about_desc_div
{
    padding-top: 30px;
    width: 1000px;
    margin: auto;
}

.about_desc 
{
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #806340;
    padding: 15px 25px;
    border-radius: 5px;
	text-align:center;
    
}

.about_desc p
{
    color: #e7e7e7;
    letter-spacing: 1px;
    text-align: justify;
    text-justify: inter-word;
}
.about_us_logo
{
	text-align: center;
	display: inline-block;
}
.about_us_logo img
{
	padding: 20px 0;
    max-width: 110px;
	

}
.about_desc_title 
{
    font-size: 24px;
    color: #806340;
}
.term_condition_div
{
	padding-top: 30px;
    width: 1000px;
    margin: auto;
	padding-bottom:30px;
}
.term_condition_content
{
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #806340;
    padding: 15px 25px;
    border-radius: 5px;
    margin-bottom: 3vh;
}
.term_condition_title 
{
    font-size: 24px;
    color: #806340;
	text-align:center;
}
.term_condition_details ul 
{
    color: white;
    letter-spacing: 1px;
    text-align: justify;
    text-justify: inter-word;
	
}


/* mobile */
@media screen and (max-width: 787px) {
    .row
    {
        margin-right: 0;
        margin-left: 0;
		
    }
	
    .header_background
    {
        height: 350px;
    }

    .header_background_login
    {
        height: 200px;
    }

    .header_form_login
    {
        float: none;
        padding-top: 0px;
        position: initial;
        bottom: 0px;
    }

    .header_nav
    {
        display: none;
        height: 35px;
    }

    .header_nav ul
    {
        padding-left: 0px;
    }

    .header_nav li 
    {
        padding: 10px 3px;
        font-size: 10px;
        width: 25%; 
    }

    .navbar
    {
        display: flex;
        background-color: #0c0c0c;
        border: 1px solid #e5c100;
        color: #e5c100;
    }

    .navbar p
    {
        margin-bottom: 0px;
    }

    .navbar i
    {
        color: #e5c100;
    }

    .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link 
    {
        color: #e5c100;
    }

    .navbar-light .navbar-nav .nav-link 
    {
        color: #eeeeee;
    }

    .navbar-toggler
    {
        border: none;
        -webkit-appearance: none;

    }

    .navbar-light .navbar-toggler 
    {
        color: transparent;
        border-color: transparent;
        -webkit-appearance: none;
    }
	.second_nav 
	{
		position:relative;
		display:inline-block;
	}
	.second_nav li
	{
		font-size:12px;
	}
	
    .carousel-item img 
    {
        min-height: 155px;
    }

    .carousel-caption
    {
        
        bottom: 5px;
    }

    .carousel-caption p
    {
       font-size: 20px;
       margin-bottom: 5px;
    }
	.carousel-caption.banner_2
    {
        
        bottom: 5px;
    }

    .carousel-caption.banner_2 p
    {
       font-size: 15px;
       margin-bottom: 5px;
    }

    .carousel-caption.banner_3
    {
       
        bottom: 5px;
    }

    .carousel-caption.banner_3 p
    {
        font-size: 20px;
        margin-bottom: 5px;
    }
	.carousel-caption.banner_4
	{
		bottom: 5px;
	}

	.carousel-caption.banner_4 p
	{
		font-size: 17px;
        margin-bottom: 5px;
	}
    .announcement
    {
        display: none;
    }

    .step
    {
        padding-top: 25px;
    }

    .step img
    {
        max-height: 600px;
        width: 100%;
    }

    .promo_home
    {
        width: 100%;
    }

    .prodgame_div 
    {
        max-width: 100%;
    }

    .prodgame_frame
    {
        background: none;
    }

    .prodgame_content
    {
        max-width: 50%;
    }

    .jackpot_div
    {
        max-width: 100%;
    }

    .jackpot_div img
    {
        max-width: 100%;
    }

    .info_div
    {
        max-width: 100%;
    }

    .home_desc
    {
        max-width: 100%;
    }

    #jackpot
    {
        top: 55%;
        left: 20%;
    }

    .count, #foo 
    {
        font-size: 25px;
    }

    .info_title .col-md-3
    {
        width: 70%;
        display: inline-block;
        float: none;
    }

    .game_top img 
    {
        min-height: auto;
    }

    .game_list
    {
        max-width: 100%;
        text-align: center;
    }

    .col_game
    {
        width: 45%;
    }

    .game_intro
    {
        max-width: 100%;
    }

    .game_intro_col_left 
    {
        width: 100%;
        padding: 5px 20px 5px;
		
    }

    .game_intro_col_right 
    {
        width: 100%;
        float: none;
        padding: 30px 20px;
    }
	.container-fluid .col-md-3
    {
        margin: 15px 0;
    }
	.game_main_img img
	{
		max-height: 205px;
		width:100%;
	}
    .promotion_row img
    {
        max-width: 94%;
        min-width: auto;
    }
    .vip_row img
    {
        max-width: 94%;
        min-width: auto;
    }
	.vip_background
    {
        height: 100%;
        background-image: url(../assets/images/jwins_image/background.jpg);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 35vh;
    }	

    .promotion_card
    {
        width: 94%;
    }

    .contact_us_div
    {
        width: 100%;
    }

    .contact_title
	{
		text-align:center;
		font-size: 24px;
		padding-bottom:50px;
	
	}

    .contact_content
    {
        width: 100%;
        display: inline-block;
		margin:auto;
		height:1000px;
		
    }
	.contact_content a
	{
		text-decoration: none;
		color: #ad6f1a;	
	}
    .contact_content img
    {
        max-width: 40%;
    }
	.contact_image img
	{
		
		max-width:50%;
		height:200px;
		margin-left:33%;
		float:left;
		display:none;
	
	}
	.game_div
    {
        width: 94%;
    }
	.game_row img
	{
		width: 23%;
        padding: 10px 10px;
	}
	.game_intro b 
	{
		color: #CDA75B;
		text-align: center;
		font-size: 25px;
	}
    .bank_div
    {
        width: 94%;
    }
	
    .bank_row img
    {
        width: 23%;
        padding: 10px 10px;
    }

    .bank_desc p
    {
        font-size: 30px;
        color: #ad6f1a;
        margin-bottom: 0px;
    }

    .about_desc_div
    {
        padding: 30px 20px;
        width: 100%;
        margin: auto;
    }
	
	.term_condition_div
	{
		padding: 30px 20px;
        width: 100%;
        margin: auto;
		letter-spacing: normal;
	}
	.term_condition_title
	{
		padding-bottom:10px;
	}



    .game_button_row
    {
        width: 100%;
    }

    .game_android_button
    {
        padding: 10px 45px;
        font-size: 13px;
    }

    .game_android_button i
    {
        margin-left: -20px;
    }

    .game_or
    {
        padding: 5px;
    }

    .game_ios_button
    {
        padding: 10px 40px;
        font-size: 13px;
    }
 .bank_contact 
    {
        width: 100%;
        display: block;
        padding: 10px 0;
    }

    .bank_contact_row img 
    {
        padding: 0;
        width: 20%;
    }

    .bank_contact_details 
    {
        display: block;
        margin-left: 0;
        text-align: center;
    }
