/* header-start */

  @import url('css2.css');


body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    background-image: url('../image/Frame1(12).png');
    background-size: cover;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    background-position: top;
    width: 100%; /* 或者具体的宽度值，例如 1200px */
    max-width: 100%; /* 确保内容不会超过视窗宽度 */
    overflow-x: hidden; /* 隐藏水平滚动条 */
}
body a {
    color: #ffff;
    text-decoration: none;
}
.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.gaming_section_second .menu > ul > li a:hover {
   text-decoration:underline;
}
.gaming_section_second .menu {
    width: 100%;
}
.gaming_section_second .menu-container {
  margin: 0 auto;

}
.gaming_section_second img.icon_img {
    width: 100%;
    max-width: 12px;
    padding-left: 5px;
}
.gaming_section_second .menu a.logo {
    display: inline-block;
    width: 19%;
    float: left;
}

.gaming_section_second .menu-mobile {
  display: none;
  padding: 20px;
}
.gaming_section_second .menu-mobile:after {
    content: "";
    top: 27px;
    position: absolute;
    width: 24px;
    height: 2px;
    right: 12px;
    background-color: #fff !important;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff !important;
}
.gaming_section_second .menu-dropdown-icon:before {
    content: " ";
    display: none;
    cursor: pointer;
    float: right;
    padding: 12px 18px;
    background-image: url('../image/Maskgroup(57).png');
    background-repeat: no-repeat;
    margin-top: 24px;
    background-size: 12px;
}
.gaming_section_second .menu > ul {
    margin: 0 auto;
    width: 75%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    clear: right;
    display: inline-block;
}
.gaming_section_second .menu > ul:before,
.gaming_section_second .menu > ul:after {
  content: "";
  display: table;
}
.gaming_section_second .menu > ul:after {
  clear: both;
}
.gaming_section_second .menu > ul > li {
  float: left;
  padding: 0;
  margin: 0;
}
.gaming_section_second .menu > ul > li a {
    text-decoration: none;
    padding: 30px 26px;
    display: block;
    font-size: 18px;
    font-weight: 500;
	text-transform: uppercase;
}
.gaming_section_second .menu > ul > li > ul > li > ul img {
    width: 100%;
    margin-top: 5px;
}
.gaming_header_wrapper .gaming_section_second .menu a.logo img {
    max-width: 100px;
    width: 100%;
    padding-top: 15px;
}
.gaming_header_wrapper .gaming_section_second a.list-title {
    font-size: 18px !important;
}
.gaming_section_second .menu > ul > li > ul {
    display: none;
    width: 93%;
    background: #fff;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}
.gaming_section_second .menu > ul > li > ul:before,
.gaming_section_second .menu > ul > li > ul:after {
  content: "";
  display: table;
}
.gaming_section_second .menu > ul > li > ul:after {
  clear: both;
}
.gaming_section_second .menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}
.gaming_section_second .menu > ul > li > ul > li a {
    color: #000;
    padding: 15px 20px !important;
    display: block;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.gaming_section_second .menu > ul > li > ul > li a:hover {
    text-decoration: none;
    background-color: #24ff00;
}
.gaming_section_second .menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}
.gaming_section_second .menu > ul > li > ul > li > ul:before,
.gaming_section_second .menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.gaming_section_second .menu > ul > li > ul > li > ul:after {
  clear: both;
}
.gaming_section_second .menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: .8em;
}
.gaming_section_second .menu > ul #nav-menu-close-button {
    display: none;
    color: #fff;
    position: absolute;
    top: 9px;
    font-size: 20px;
    right: 17px;
}
.gaming_section_second .menu > ul > li > ul > li > ul > li a {
  border: 0;    
  font-size: 15px;
}
.gaming_section_second .menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 0;
}
.gaming_section_second .menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.gaming_section_second .menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}

  
.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}
.gaminh_main_page .hover_box_inner{
  position: relative;
}

.gaminh_main_page .hover_box_inner .hover_item {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
   
}
.gaminh_main_page .hover_box_inner:hover .hover_item{
  z-index: 0;
}
.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.nav-search-button img {
    width: 100%;
    max-width: 28px;
    margin-top: 22px;
}
.nav-search {
  height: 70px;
  float: right;
  z-index: 1;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}
.nav-search-button {
    width: 49px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    margin-bottom: -50px;
    margin-left: 46px;
}
.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #fafafb;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: "";
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #ff6b00;
}
.nav-search > form {
    width: 100%;
    height: 44px;
    display: none;
    position: absolute;
    right: 122px;
    top: 90px;
    background-color: #fff;
    z-index: 99;
    border-radius: 50px;
    max-width: 166px;
    margin: 0 auto;
}
.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type="text"], .nav-search-inner input[type="search"] {
    height: 51px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 15px;
    text-align: center;
    color: #343a40;
    outline: none;
    border: none;
    background-color: transparent;
    transition: all 0.3s;
}
.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 11px;
    line-height: normal;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.gaming_header_wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}
.gaming_header_wrapper 
 .left_section_images {
    width: 100%;
}
.gaming_header_wrapper .left_section_images img {
    width: 100%;
    max-width: 28px;
}

.gaming_header_wrapper .gaming_section_second {
    width: 100%;
    background-color: #252626;
}
.gaming_header_wrapper a.register_section h4 {
    font-weight: 500;
    font-size: 18px;
    margin-right: 35px;
}
.gaming_header_wrapper a.register_section h4:hover {
    color: #24ff00;
}
.gaming_header_wrapper .left_section_images ul {
    display: flex;
	padding: 0;
}
.gaming_header_wrapper .left_section_images ul li {
    list-style: none;
}
.gaming_header_wrapper ul.menu_bar li:hover {
    color: #fff;
}
.gaminh_main_page .submenu_outer_section {
    position: absolute;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	display:none;
}
.gaminh_main_page .submenu_outer_section .submenu_inner_section h3 {
	color: #273648 ;
	margin-left: 36px;
	font-size: 15px;
}
.gaming_header_wrapper ul.menu_bar li .button_img {
	width: 14px;
	margin-left: 7px;
}
.gaminh_main_page .submenu_inner_section.submenu.page {
	width: 20%;
}
.gaminh_main_page .submenu_outer_section .submenu_inner_section {
    display: inline-block;
}
.gaminh_main_page .submenu_outer_section .submenu_page{
	width: 25%;
}
.gaminh_main_page .submenu_outer_section .submenu_store {
    width: 20%;
    vertical-align: top;
}
.submenu_divide:hover .button_img {
	rotate: 180deg;
}
.gaminh_main_page .submenu_outer_section img {
    width: 100%;
}
.gaming_header_wrapper .search_icon_section .search_back {
	color: #edf5f7;
	background: transparent;
	border: 1px solid #fff;
	padding: 12px 30px;
	position: absolute;
	right: 0px;
	border-radius: 25px;
	display:none;
}
.gaming_header_wrapper .search_icon_section .search_back input {
	background: transparent;
	border: unset;
	color: #fff;
	width: unset;
}
.gaminh_main_page .submenu_outer_section ul.submenu a li {
    padding: 12px 0px;
    color: #273648 ;
    font-size: 15px;
    font-weight: 500;
}
.gaminh_main_page .submenu_outer_section .box_submenu {
	display: block;
	width: 100%;
	padding: 50px 0px;
	max-width: 1208px;
	margin: 0 auto;
}
.gaminh_main_page .contain_section {
	margin-top: 25px;
	background: #fff;
}
.gaming_header_wrapper .right_section_register .log_in_button {
    padding: 9px 29px;
    background-color: #24ff00;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #273648;
    outline: none;
    cursor: pointer;
    box-shadow: none;
    border: none;
}
.gaming_header_wrapper .right_section_register .log_in_button:hover{
	 background-color: #fff;
	 border-color: #fff;
}
.gaming_header_wrapper .gaming_section_next {
    margin: 0 auto;
    max-width: 1280px;
    display: flex;
}
.gaming_header_wrapper .left_section_images a img {
    margin-top: 10px;
    margin-right: 15px;
    max-width: 16px;
}
.gaming_header_wrapper .main_header_page {
    display: block;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.gaming_header_wrapper .header_logo_section {
    display: inline-block;
    vertical-align: top;
	width: 20%;
}
.gaming_header_wrapper .gaming_section_frist {
    background: #273648 ;
    display: block;
    width: 100%;
}
.gaming_header_wrapper .gaming_section_left {
       margin-left: 0;
}

.gaming_header_wrapper .gaming_section_right {
    margin: 0 auto;
    margin-right: 0 !important;
}
.gaming_header_wrapper .search_icon_section {
    display: inline-block;
    vertical-align: middle;
	float: inline-end;    
	margin-top: 18px;
	width: 10%;
	position:relative;
}
.gaming_header_wrapper a.shop_icon img {
    width: 30px;
}
.gaming_header_wrapper .search_icon_section img {
    width: 30px;
}
.gaming_header_wrapper ul.menu_bar {
    display: flex;
}
.gaming_header_wrapper ul.menu_bar li {
    margin-right: 45px;
    list-style: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.search_icon_section:hover .search_back {
	display: block;
}
.gaming_header_wrapper .header_logo_section img {
    width: 100%;
	max-width: 65px;
}
.gaming_header_wrapper a.register_section {
    display: inline-block;
}

/* header-end */
/* banner-start */
.gaming_banner_wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    max-width: 1920px;
}
.gaming_banner_wrapper .gaming_banner_image {
    margin: 0;
}

.gaming_banner_wrapper .banner_section {
    position: relative;
    max-width: 1430px;
    margin: 0 auto;
}
.gaming_banner_wrapper .banner_heading {
    position: absolute;
    top: 170px;
}
.gaming_banner_wrapper .banner_heading h1 {
	color: #fff;
	font-size: 70px;
	margin: 0;
}
.gaming_banner_wrapper .banner_heading p {
    width: 38%;
    font-size: 20px;
    line-height: 30px;
    color: #fafafb;
    margin: 0;
}
.gaming_banner_wrapper .gaming_banner_image .join_us {
    background-color: #24ff00;
    padding: 15px 42px !important;
    font-size: 20px;
    color: #273648  !important;
    margin-right: 30px;
    font-weight: 700;
}
.gaming_banner_wrapper .gaming_banner_image .join_us:hover {
    background-color: #fff !important;
}
.gaming_banner_wrapper .gaming_banner_image .read_button {
    background-color: #fff;
    padding: 15px 30px !important;
    font-size: 20px;
    color: #273648  !important;
    margin-right: 30px;
    font-weight: 700;
}
.gaming_banner_wrapper .gaming_banner_image .read_button:hover {
    background-color: #24ff00 !important;
}
.gaming_banner_wrapper .gaming_banner_image .read_more {
	margin-top: 49px;
}

/* banner-end */
 /* highlightes-slider-start */
.highlightes-slider_wrapper {
    width: 100%;
    padding-top: 20px;
    color: #fff;
    max-width: 1920px;
    margin: 0 auto;
}
.highlightes-slider_wrapper .slick-initialized .slick-slide {
    display: block;
    width: 860px !important;
    text-align: center;
    position: relative;
    margin-right: 10px;
}
.highlightes-slider_wrapper .carousel {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}
.highlightes-slider_wrapper .slick-slide{
    margin:10px;
}
.highlightes-slider_wrapper .slick-slide img {
    width: 100%;
    height: 500px;
    border: none;
    min-width: 900px;
    margin-right: 0;
}
.highlightes-slider_wrapper .slick-dots li button:before {
   font-size:20px;
   color:green;
}
.highlightes-slider_wrapper ul.slick-dots {
   display: none !important
}
.highlightes-slider_wrapper h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 40px;
    margin-top: 0;
}
.highlightes-slider_wrapper button.slick-prev.slick-arrow {
    background-image: url('https://firefungame.expertcoderz.com/images/Group%20346.png');
    position: absolute;
    z-index: 999;
    left: 17.3%;
    top: 42%;
    color: transparent;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    height: 70px;
    outline: none;
    background-size: 55px;
    cursor: pointer;
    width: 60px;
}
.highlightes-slider_wrapper button.slick-next.slick-arrow {
    background-image: url('../image/Group345(1).png');
    position: absolute;
    z-index: 999;
    top: 42%;
    color: transparent;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    height: 70px;
    width: 60px;
    margin-left: 81.8%;
    outline: none;
    background-size: 55px;
    cursor: pointer;
}
.highlighte_slider_head {
    position: absolute;
    bottom: 8%;
    display: block;
    width: 100%;
    color: #fff;
    left: 21px;
}
.highlightes-slider_section_left {
    width: 43%;
    display: inline-block;
    text-align: left;
}
.highlightes-slider_section_right {
    display: inline-block;
    vertical-align: bottom;
    width: 52%;
    text-align: end;
}
.highlightes-slider_section_right a {
    background-color: #24ff00;
    color: #273648;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 35px;
    display: inline-block;
    outline: none;
    vertical-align: bottom;
}
.highlightes-slider_section_right a:hover {
    background-color: #fff;
}
.highlightes-slider_section_right p {
	display: inline-block;
	font-size: 25px;
	font-weight: 500;
	margin-right: 18px;
	margin-bottom: 0;
	vertical-align: bottom;
}
.highlightes-slider_section_left p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}
.highlightes-slider_section_left h1 {
    margin: 0;
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 500;
}
.free_game_tabs div#newreleases {
    display: block ;
}
 /* highlightes-slider-end */
 /* Assassin-section-start  */
 
 .gaminh_main_page {
    width: 100%;
    
}

.assassin_section {
    width: 100%;
}

.assassin_section .assassin_outer_section {
    max-width: 1280px;
    margin: 0 auto;
}

.assassin_section .assassin_inner_section {
    width: 100%;
    display: block;
}

 .assassin_section .assassin_box {
    width: 26%;
    display: inline-block;
    padding: 50px 45px;
}

.assassin_section .images_heading span {
    color: #273648;
    background-color: #24ff00;
    padding: 3px 10px;
    margin-right: 18px;
    font-size: 16px;
    font-weight: 500;
}

.assassin_section .assassin_box img {
    width: 100%;
}
.assassin_section .images_heading {
    color: #edeef0;
    text-align: center;
}
.assassin_section .images_heading h2 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.assassin_section .images_heading p {
    font-size: 20px;
    margin: 0;
}


 /* Assassin-section-end  */
 /* Free-Game-start */
 .gaming_box_section_main {
    width: 100%;
    display: block;
    padding: 60px 0px;
    max-width: 1280px;
    margin: 0 auto;
}
.gaming_box_section_main .free_gaming_section_main {
    width: 100%;
    margin: 0 auto;
}
.gaming_box_section_main .free_gaming_section_main .free_gaming_section_main_right {
    display: inline-block;
    width: 50%;
    text-align: end;
}
.gaming_box_section_main .free_gaming_section_main .free_gaming_section_main_left {
    display: inline-block;
    width: 47%;
}
.gaming_box_section_main .free_gaming_section_main .free_gaming_section_main_left h1 {
    color: #fafafb;
    display: inline-block;
    font-size: 30px;
    margin-left: 10px;
    font-weight: 400;
    margin-top: 55px;
}
.gaming_box_section_main .free_gaming_section_main .free_gaming_section_main_right .View_More {
    color: #fafafb;
    text-decoration: none;
    font-size: 20px;
    border: 1px solid #fff;
    padding: 7px 15px;
    border-radius: 5px;
}
.gaming_box_section_main .free_gaming_section_main .free_gaming_section_main_left img {
    vertical-align: text-bottom;
    margin-left: 20px;
}

.gaming_box_section_main .free_gaming_card_main {
    width: 100%;
}
.gaming_box_section_main .free_gaming_card_main .crad {
    display: block;
    width: 100%;
    max-width: 1430px;
    margin: 0 auto;
}
.gaming_box_section_main .free_gaming_card_main .crad .card-list {
	display: inline-block;
	width: 30%;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.gaming_box_section_main .free_gaming_card_main .crad .card-list a.View_More {
    font-size: 18px;
    display: block;
    text-align: center;
    color: #273648;
    margin: 0 auto;
    background-color: #23fe00;
    width: 100%;
    max-width: 100%;
    text-decoration: none;
    font-weight: 600;
    padding: 7px 0;
    margin-top: -4px;
}
.gaming_box_section_main .free_gaming_card_main .crad .card-list a.View_More_coming {
    font-size: 18px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    background-color: #000;
    width: 100%;
    max-width: 100%;
    text-decoration: none;
    font-weight: 500;
    padding: 7px 0;
    margin-top: -4px;
}
.gaming_box_section_main .free_gaming_card_main .crad .card-list a.View_More_coming:hover{
	 background-color: #fff;
	 color: #000;
}
.gaming_box_section_main .free_gaming_card_main .crad .card-list a.View_More:hover{
	 background-color: #fff;
}
.gaming_box_section_main .free_gaming_card_main .crad .card-list .card_text {
    color: #fff;
}
.gaming_box_section_main .free_gaming_card_main .crad .card-list .card_text h4 {
	font-size: 18px;
	text-align: left;
	margin-bottom: 0;
	font-weight: 400;
}
.gaming_box_section_main .free_gaming_card_main .crad .card-list .card_text p {
	font-size: 16px;
	margin-top: 7px;
	font-weight: 300;
}
.gaming_box_section_main .free_gaming_card_main .crad .card-list .img-item img {
    width: 100%;
    height: 300px;
}
.gaming_box_section_main .gaming_box_section_inner {
	max-width: 1280px;
	margin: 0 auto;
	background-color: #273648 ;
}

/* Free-Game-end */
/* top-seller-start */
      
 .free_game_tabs {
   width: 100%;
   max-width: 1280px;
   margin: 0 auto;
}
.free_game_tabs .tab {
	overflow: hidden;
	border-bottom: 1px solid #fff;
	width: 98%;
	margin: 0 auto;
}

 .free_game_tabs .tab button {
   background-color: inherit;
   float: left;
   border: none;
   outline: none;
   cursor: pointer;
   padding: 14px 16px;
   transition: 0.3s;
   font-size: 20px;
   font-weight: 400;
   font-family: 'Open Sans', sans-serif;
   color: #fff;
 }

 .free_game_tabs .tab button:hover {
    color: #24ff00;
 }

 .free_game_tabs .tab button.active {
    color: #24ff00;
 }
 
.free_game_tabs .tabcontent {
	display: none;
	padding: 6px 12px;
	color: #fff;
}
 
 .free_game_tabs .topright {
	 float: right;
	 cursor: pointer;
	 font-size: 28px;
	 display: none;
 }
.gaming_box_section_main .most_play_sec_main {
    width: 100%;
    color: #fff;
    padding-top: 60px;
}
.most_play_sec_main .most_play_coll_section_main {
    display: block;
    width: 100%;
    max-width: 1280px;
    padding-top: 25px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.most_play_sec_main .most_play_coll_section_main .most_play_coll_section_main_left {
    display: inline-block;
    width: 65%;
    margin-bottom: 19px;
}
.most_play_sec_main .most_play_coll_section_main .most_play_image_sec_right {
	display: inline-block;
	width: 33%;
	vertical-align: top;
	margin-left: 20px;
}
.most_play_sec_main {
    width: 100%;
}
.most_play_sec_main .most_play_coll_section_main .most_play_coll_section_main_left .most_play_coll_sec_left {
    background-color: #273648;
    margin-bottom: 30px;
    border-top-left-radius: 180px;
    border-bottom-left-radius: 180px;
}
.most_play_sec_main .most_play_inner_box img {
    width: 100%;
    max-width: 200px;
    margin: 0;
    object-fit: none;
    margin-left: -6px;
    margin-bottom: -6px;
}
.most_play_sec_main .most_play_coll_sec_left_inner .most_play_left_text {
    display: inline-block;
    width: 29%;
}
.most_play_sec_main .most_play_coll_sec_left_inner .most_play_right_text {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    margin-top: 30px;
}
.most_play_sec_main .most_play_coll_sec_left_inner .most_play_end_text {
    display: inline-block;
    width: 33%;
    text-align: end;
    vertical-align: top;
    margin-top: 5px;
}
.most_play_sec_main .most_play_coll_sec_left_inner .most_play_end_text .most_play_end_button {
    display: inline-block;
}
.most_play_sec_main .most_play_coll_sec_left_inner .most_play_end_text .most_play_end_integer {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    margin-top: 12px;
}
.most_play_sec_main .most_play_coll_sec_left_inner .most_play_right_text h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 200;
    margin: 0;
}
.most_play_sec_main .most_play_coll_sec_left_inner .most_play_right_text img {
    width: 100%;
    max-width: 25px;
    margin-top: 15px;
}
.most_play_sec_main .most_play_coll_section_main .most_play_image_sec_right .most_play_image_sec_right_inner .most_right_images {
    height: 403px;
}
.most_play_sec_main .most_play_coll_sec_left_inner .most_play_end_text .most_play_end_button {
    display: inline-block;
    background-color: #23fe00;
    padding: 3px 6px;
}
.most_play_sec_main .most_play_coll_sec_left_inner .most_play_end_text .most_play_end_button .View_More {
    color: #273648;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.most_play_sec_main .most_play_coll_sec_left_inner .most_play_end_text .most_play_end_integer p span {
    color: #fff;
    text-decoration-line: line-through;
    font-size: 14px;
    font-weight: 100;
}
.most_play_sec_main .most_play_coll_sec_left_inner .most_play_end_text .most_play_end_integer p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}	
.most_play_sec_main .most_play_coll_section_main .most_play_image_sec_right img {
    padding-bottom: 20px;
	width:100%;
}
.most_play_sec_main .most_play_coll_section_main .most_play_image_sec_right .most_play_text {
	position: relative;
}
.most_play_sec_main .most_play_coll_section_main .most_play_image_sec_right .most_play_image_sec_right_inner .most_play_end_right_text {
    position: absolute;
    bottom: 30px;
    text-align: end;
    left: 11px;
}
.most_play_sec_main .most_play_coll_section_main .most_play_image_sec_right .most_play_image_sec_right_inner .most_play_end_right_text .most_play_end_right_button {
    display: inline-block;
    background-color: #23fe00;
    padding: 3px 8px;
}
.most_play_sec_main .most_play_coll_section_main .most_play_image_sec_right .most_play_image_sec_right_inner .most_play_end_right_text .most_play_end_right_button .View_More {
    color: #273648;
    text-decoration: none;
    font-size: 16px;
}
.most_play_sec_main .most_play_coll_section_main .most_play_image_sec_right .most_play_image_sec_right_inner .most_play_end_right_text .most_play_end_right_integer {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}
.most_play_sec_main .most_play_coll_section_main .most_play_image_sec_right .most_play_image_sec_right_inner .most_play_end_right_text .most_play_end_right_integer p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
}
.most_play_sec_main .most_play_coll_section_main .most_play_image_sec_right .most_play_image_sec_right_inner .most_play_end_right_text h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 600;
}
.most_play_sec_main .most_play_coll_section_main .most_play_image_sec_right .most_play_image_sec_right_inner .most_play_end_right_text .most_play_end_right_integer p span {
    font-size: 14px;
    margin-right: 8px;
    text-decoration-line: line-through;
    font-weight: 300;
}
.gaming_box_section_main .most_play_sec_main {
  color: #fff;
}
/* top-seller-end */

 /* latest-games-start */
 
 
.slick_gaming_side_sec_main {
    width: 100%;
    padding-top: 0;
}
.slick_gaming_side_sec_main .slick_gaming_side_sec_inner {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
.slick_gaming_side_sec_main .section3 {
    width: 100%;
    overflow-x: hidden;
    white-space: nowrap;
    overflow-y: hidden;
    scrollbar-width: none;
    scroll-behavior: smooth;
    transition: 0.5s;
}
.slick_gaming_side_sec_main .section3 #img-card {
    width: 300px;
    display: inline-block;
    margin: 10px;
}
.slick_gaming_side_sec_main .section3 #img-card img {
    width: 100%;
    height: 500px;
}
.slick_gaming_side_sec_main .section3 .fa-angle-double-right {
    position: absolute;
    margin-top: 20%;
    right: -21px;
    background-image: url('../image/Group345(1).png');
    width: 42px;
    height: 42px;
    padding: 10px;
    border-radius: 0;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slick_gaming_side_sec_main .section3 .fa-angle-double-left {
    position: absolute;
    margin-top: 20%;
    left: -13px;
    background-image: url('https://firefungame.expertcoderz.com/images/Group%20346.png');
    width: 42px;
    height: 42px;
    padding: 10px;
    border-radius: 0;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slick_gaming_side_sec_main h1 {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 400;
}
.slick_gaming_side_sec_main .card_text_slid h4 {
    color: #fff;
    font-size: 20px;
    text-align: left;
    margin-bottom: 24px;
    font-weight: 100;
}
.slick_gaming_side_sec_main  .card_text_slid p {
    font-size: 22px;
    color: #fff;
    margin-top: -20px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.slick_gaming_side_sec_main  .card_text_slid span {
    display: inline-flex;
}
.slick_gaming_side_sec_main  .card_text_slid p.slid_text {
    text-decoration: line-through;
    font-weight: 200;
    display: inline-block;
    font-size: 16px;
    margin-top: 0px;
}
.slick_gaming_side_sec_main  .card_text_slid .View_More {
    display: inline-block;
    background-color: #23fe00;
    padding: 5px 8px;
    color: #1f263c;
    height: 20px;
    text-decoration: none;
    font-size: 15px;
    margin-right: 10px;
    font-weight: 500;
}
.slick_gaming_side_sec_main  .card_text_slid p span {
    font-size: 22px;
    color: #fafafb;
    margin-left: 14px;
    font-weight: 400;
}
/* latest-games-end */

/* autumn-banner-start  */
.autumn_banner_wrapper {
    width: 100%;
    padding-bottom: 60px;
    max-width: 1920px;
    margin: 0 auto;
}
.autumn_banner_images {
	background-image: url('../image/Untitled-26.png');
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 765px;
	background-position-x: right;
	position: relative;
}
.autumn_heading {
	max-width: 1280px;
	margin: 0 auto;
}
.autumn_banner_wrapper .autumn_text {
    position: absolute;
    top: 33%;
}
.autumn_banner_wrapper .autumn_text h2 {
	color: #24ff00;
	font-size: 45px;
	font-weight: 600;
	margin: 0;
}
.autumn_banner_wrapper .autumn_text h1 {
	color: #fff;
	font-size: 60px;
	margin: 0;
	text-transform: uppercase;
}
.autumn_banner_wrapper .autumn_text p {
	color: #fff;
	font-size: 30px;
}
.autumn_banner_wrapper .shop_text_button a {
	font-size: 20px;
	font-weight: 700;
	color: #273648 ;
	background: #24ff00;
	padding: 15px 30px;
}
.autumn_banner_wrapper .shop_text_button a:hover {
    background-color: #fff;
}
.autumn_banner_wrapper .shop_text_button {
	margin-top: 45px;
}


/* autumn-banner-end */
/* special-odffre-start */
.special_wrapper {
  width: 100%;
  padding: 60px 0px;
}
.special_wrapper .special_container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #273648 ;
}

.special_wrapper .special-offers-heading {
	display: inline-block;
	width: 48%;
}
.special_wrapper .special_offer_inner .section_offer_box {
	display: block;
	width: 100%;
}
.special_wrapper .special-offers-heading h2 {
	color: #fafafb;
	font-size: 30px;
	font-weight: 400;
	margin-left: 25px;
}
.special_wrapper .special_offer_inner .veiw_button {
	display: inline-block;
	width: 49%;
	text-align: end;
}
.special_wrapper .special_offer_inner .veiw_button a {
	font-size: 20px;
	font-weight: 400;
	border: 1px solid #fafafb;
	color: #fafafb;
	padding: 7px 15px;
	border-radius: 5px;
}
.special_wrapper .special_box {
	width: 100%;
	display: block;
}
.special_wrapper .img_box_offers {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 8px;
}
.special_wrapper .images_inner_box_two img {
    width: 100%;
    height: 195px;
}
.special_wrapper .images_inner_box_two .today_deal {
	background-color: #b2ddf5;
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 6px 0px;
}
.special_wrapper .images_inner_box_two .today_deal h2 {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding-left: 7px;
    color: #273648;
    padding-top: 2px;
}
.special_wrapper .images_inner_box_two .off_per_offer p {
	margin: 0;
	background-color: #7e7e7e;
	display: inline-block;
	vertical-align: top;
}
.special_wrapper .images_inner_box {
    background-color: #1b2838;
}
.special_wrapper .images_inner_box img {
	width: 100%;
	height: 283px;
}
.special_wrapper .images_inner_box_two .off_per_offer .deal_per_offer {
	background-color: #273648 ;
	color: #24fb00;
	font-size: 12px;
	padding: 0px 11px;
}
.special_wrapper .images_inner_box_two .off_per_offer {
	margin-right: 8px;
	background-color: #7e7e7e;
	float: right;
}
.special_wrapper .images_inner_box_two .off_per_offer .deal_per_offer_one {
	font-size: 16px;
	color: #24ff00;
	margin-top:5px;
	padding: 0px 3px;
}
.special_wrapper .images_inner_box_two .off_per_offer .deal_per_offer span {
	color: #fafafb;
	font-size: 10px;
	text-decoration-line: line-through;
}
.special_wrapper .images_inner_box_two {
	position: relative;
	width: 100%;
	margin-bottom: 35px;
}
.special_wrapper .images_inner_box h2 {
	color: #fafafb;
	font-size: 25px;
	font-weight: 100;
	margin: 10px 15px;
}
.special_wrapper .images_inner_box p {
	color: #fafafb;
	font-size: 16px;
	font-weight: 100;
	margin: 0px 15px;
}
.special_wrapper .images_inner_box .offers_text {
	padding: 18px 0px;
}
.special_wrapper .images_inner_box .offers_text p {
	background-color: #3a3a3a;
	width: 27%;
	padding: 5px 18px;
	font-size: 20px;
	color: #24ff00;
	font-weight: 500;
}

/* special-odffre-end */
/* need-speed-start */
.speed_wrapper {
    width: 100%;
    padding: 40px 0px;
}
.speed_wrapper .speed_outer {
	  max-width: 1280px;
	  margin: 0 auto;
	  display: block;
	  width: 100%;
}
.speed_wrapper .speed_inner {
	display: inline-block;
	width: 48.5%;
	margin-left: 25px;
}
.speed_wrapper .speed_inner img {
    width: 100%;
}
.speed_wrapper .need_text h2 {
    color: #fafafb;
    font-weight: 400;
    font-size: 22px;
    margin: 12px 0px;
}
.speed_wrapper .need_text p {
    color: #babdc2;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    font-weight: 100;
}
.speed_wrapper .need_text h3 {
	color: #fafafb;
}
.speed_wrapper .need_text h3 {
    color: #fafafb;
    font-size: 23px;
    font-weight: 400;
    margin-top: 15px;
}
.speed_inner.speed_inner_fist {
	margin-left: 0px;
}

/* need-speed-end */
/* footer-start */
.footer_section_wrapper {
	padding-top: 60px;
}
.gaming_footer_wrapper {
    color: #ffff;
    background-color: #273648 ;
    width: 100%;
    text-align: center;
    padding-top: 85px;
    padding-bottom: 50px;
}
.gaming_footer_wrapper .payment_section_outer {
    background-color: #fff;
    padding-top: 5px;
}
.gaming_footer_wrapper .gaming_footer_payment_icon {
    max-width: 1280px;
    display: block;
    margin: 0 auto;
    color: #273648 ;
    width: 100%;
    padding: 8px 0px;
}
.gaming_footer_wrapper .footer_section_inner_left {
    display: inline-block;
    width: 20%;
}
.gaming_footer_wrapper .footer_section_inner_right {
    display: inline-block;
    vertical-align: middle;
	 width: 75%;
}
.gaming_footer_wrapper .gaming_footer_payment_icon ul {
	display: flex;
	margin: 0;
}
.gaming_footer_wrapper .gaming_footer_payment_icon ul li {
    list-style: none;
    margin-right: 8px;
}

.gaming_footer_wrapper .gaming_footer_payment_icon ul li img {
    width: 100%;
}

.gaming_footer_wrapper .gaming_footer_payment_icon h3 {
    font-size: 22px;
	margin: 0px;
}
.gaming_footer_wrapper .footer_social_icon ul li {
    list-style: none;
    margin-right: 20px;
}
.gaming_footer_wrapper .footer_social_icon ul li img {
    width: 27px;
    height: 27px;
}
.gaming_footer_wrapper .footer_social_icon {
    width: 100%;
    margin-bottom: 18px;
}
.gaming_footer_wrapper .footer_social_icon ul {
    display: inline-flex;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 4px;
}
.gaming_footer_wrapper .footer_policy {
    display: block;
}
.gaming_footer_wrapper .footer_policy p {
    display: inline-block;
    margin-right: 35px;
    font-size: 16px;
}
.gaming_footer_wrapper .footer_headings {
    display: block;
    padding: 45px 0px 20px 0px;
}
.gaming_footer_wrapper .footer_headings h2 {
    display: inline-block;
    margin-right: 35px;
    font-size: 18px;
    font-weight: 500;
}
.footer_Copyright p {
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 0;
}
.gaming_footer_wrapper .footer_headings h2 a:hover {
    text-decoration: underline;
}
.gaming_footer_wrapper .footer_policy p a:hover {
    text-decoration: underline;
}
/* footer-end */


/* about_start */
.about_wrapper .about_banner_section {
    background-image: url('../image/Untitled-59.png');
    width: 100%;
    height: 450px;
    background-size: cover;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 1920px;
    margin: 0 auto;
}
.about_wrapper {
  width: 100%;
}
.about_wrapper .about_banner_haed {
	display: flex;
	justify-content: center;
	align-content: center;
}
.about_wrapper .about_banner_heading {
    position: absolute;
    top: 33%;
    text-align: center;
}	
.about_wrapper .about_banner_heading h1 {
	font-size: 62px;
	font-weight: 600;
	color: #fff;
	margin: 0;
}
.about_wrapper .about_banner_heading h2 {
	margin: 0;
	font-size: 28px;
	font-weight: 500;
	color: #eef0f0;
}
.lords_section {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.lords_section .lords_section_heading {
	color: #fff;
	margin-left: 45px;
	font-weight: 400;
	margin-bottom: 0;
}

.about_us_section {
	width: 100%;
	padding: 60px 0px;
}
.about_us_section .about_us_outer_part {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.about_us_section .about_us_innre_part {
  width: 100%;
  display: block;
}
.about_us_section .about_box_left {
  display: inline-block;
  vertical-align: top;
  width: 47%;
}
.about_us_section .about_box_left img {
  width: 100%;
}
.about_us_section .about_box_right {
	display: inline-block;
	vertical-align: top;
	width: 40%;
	margin-left: 50px;
}
.about_us_section .about_box_right h3 {
	margin-top: 70px;
	margin-bottom: 0px;
	color: #24ff00;
	font-weight: 500;
}
.about_us_section .about_box_right h1 {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    margin-top: 5px;
    line-height: 35px;
    margin-bottom: 0;
}
.about_us_section .about_box_right p {
    color: #fafafb;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    margin-top: 15px;
}
.about_us_section .about_box_right .bottun {
	margin-top: 40px;
}
.about_us_section .about_box_right a {
    background-color: #24ff00;
    color: #273648;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px;
}
.about_us_section .about_box_right a:hover{
	background-color:#fff;
}
.our_games_section {
	width: 100%;
	padding: 60px 0px;
}
.our_games_section .our_games_section_inner {
    width: 100%;
    background-image: url('../image/Group582.png');
    height: 750px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    max-width: 1920px;
    margin: 0 auto;
}
.our_games_section .our_games_box {
    position: absolute;
    top: 28%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.our_games_section .our_games_heading {
	text-align: center;
	max-width: 1920px;
	margin: 0 auto;
}
.our_games_section .our_games_heading h3 {
	color: #24ff00;
	font-weight: 500;
	margin: 0;
}
.our_games_section .our_games_heading h1 {
    color: #fafafb;
    font-weight: 500;
    font-size: 40px;
    margin: 0;
}
.our_games_section .our_games_box p {
    color: #fafafb;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    max-width: 54%;
    margin: 0 auto;
    margin-top: 12px;
}
.our_games_section .our_games_heading .bottun {
	margin-top: 50px;
}
.our_games_section .our_games_heading .bottun a {
    background-color: #24ff00;
    color: #273648;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 20px;
}
.our_games_section .our_games_heading .bottun a:hover{
	background-color:#fff;
}
.about_wrapper .about_banner_heading h2 a:hover {
    text-decoration: underline;
}
.about_wrapper .about_us_box_images_inner{
  position: relative;
}
.about_wrapper .about_us_box_images_inner .about_us_item {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    max-width: 500px;
}
.about_wrapper .about_us_box_images_inner:hover .about_us_item{
  z-index: 0;
}
	
	
/* about-end */
/* our-service-start */
.our_secvice_wrapper .our_secvice_banner_section {
    background-image: url('../image/Untitled-59.png');
    width: 100%;
    height: 450px;
    background-size: cover;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}
.our_secvice_wrapper {
	width: 100%;
}
.our_secvice_wrapper .our_secvice_banner_haed {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.our_secvice_wrapper .our_secvice_banner_heading {
    position: absolute;
    top: 33%;
    text-align: center;
}	
.our_secvice_wrapper .our_secvice_banner_heading h1 {
	font-size: 62px;
	font-weight: 600;
	color: #fff;
	margin: 0;
}
.our_secvice_wrapper .our_secvice_banner_heading h2 {
	margin: 0;
	font-size: 28px;
	font-weight: 500;
	color: #eef0f0;
}

.our_experience {
  width: 100%;
  padding: 60px 0px;
}
.our_experience .our_experience_section {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.our_experience .our_experience_outer_box {
  display: block;
  width: 100%;
  color: #fff;
}
.our_experience .our_experience_left {
	display: inline-block;
	width: 68%;
	vertical-align: top;
}
.our_experience .our_experience_right {
	display: inline-block;
	width: 30%;
	vertical-align: bottom;
}
.our_experience .our_experience_right img {
	width: 100%;
	max-width: 400px;
	margin-bottom: 30px;
}
.our_experience .year_experience_box {
  padding-top: 39px;
}
.year_experience_box_inner {
  display: inline-block;
  width: 47%;
}
.our_experience .our_experience_left .year_experience_box_outer {
  width: 100%;
  display: block;
}
.our_experience .our_experience_outer_box h3 {
	color: #24ff00;
	font-weight: 500;
	font-size: 22px;
	margin: 0;
}
.our_experience .our_experience_outer_box h3 {
  color: #24ff00;
  font-weight: 500;
  font-size: 22px;
}
.our_experience .our_experience_outer_box h1 {
	font-size: 35px;
	font-weight: 500;
	margin: 0;
}
.our_experience .year_experience_box_inner h4 {
    font-size: 25px;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 0px;
}	
.our_experience .year_experience_box_inner p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    max-width: 90%;
    margin-bottom: 50px;
    margin-top: 12px;
}
.lifefiter_main_section {
	width: 100%;
	padding-bottom: 300px;
}
.lifefiter_main_section .lifefiter_container_section {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
.lifefiter_main_section .lifefiter_inner_section {
    color: #fff;
    display: block;
    width: 100%;
    padding-top: 50px;
    max-width: 1100px;
    margin: 0 auto;
}
.lifefiter_main_section .lifefiter_box_image img {
	max-width: 550px;
	padding: 20px;
}
.lifefiter_main_section .lifefiter_box_right p {
    font-size: 22px;
    margin-top: 0px;
    font-weight: 400;
}
.lifefiter_main_section .lifefiter_outer_section {
	background-color: #273648 ;
	height: 380px;
	padding: 20px;
}
.lifefiter_main_section .lifefiter_box_left {
	display: inline-block;
	width: 35%;
	vertical-align: top;
}
.lifefiter_main_section .lifefiter_box_right {
	display: inline-block;
	width: 58%;
}
.lifefiter_main_section .lifefiter_box_left h1 {
	margin: 0;
	font-size: 40px;
	font-weight: 500;
}
.lifefiter_main_section .lifefiter_box_image {
    position: absolute;
    top: 56%;
    left: 50px;
}
.our_service_two_banner_section {
    background-image: url('../image/Rectangle341.png');
    width: 100%;
    height: 450px;
    background-size: cover;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}
.our_service_two_banner_section .our_service_two_banner_haed {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.our_service_two_banner_section .our_service_two_banner_heading {
	position: absolute;
	top: 17%;
	text-align: center;
}
.our_service_two_banner_heading h1{
	font-size: 75px;
	font-weight: 700;
	color: #fff;
}
.our_service_two_banner_section .our_service_two_banner_heading a {
    background-color: #24ff00;
    color: #273648;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 20px;
}
.our_service_two_banner_section .our_service_two_banner_heading a:hover{
	background-color:#fff;
}
.our_secvice_wrapper .our_secvice_banner_heading h2 a:hover {
    text-decoration-line: underline;
}
.our_service_last_wrapper {
    width: 100%;
    padding: 80px 0px 40px 0px;
}
.our_service_last_wrapper .our_service_last_container {
   width: 100%;
   max-width: 1280px;
   margin: 0 auto;
}
.our_service_last_wrapper .our_service_last_inner {
   display: block;
   width: 100%;
}
.our_service_last_wrapper .our_service_last_box_one {
   display: inline-block;
   width: 30%;
}
.our_service_last_wrapper .our_service_last_box_two {
	display: inline-block;
	width: 30%;
	margin-left: 58px;
	margin-right: 58px;
}
.our_service_last_wrapper .our_service_last_box_three {
    display: inline-block;
    width: 30%;
}
.our_service_last_wrapper .our_service_last_backcolor {
    background-color: #273648;
    padding: 15px 30px 65px 30px;
    color: #fff;
}
.our_service_last_wrapper .our_service_last_backcolor h1 {
	font-size: 35px;
	font-weight: 600;
} 
.our_service_last_wrapper .our_service_last_backcolor p {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 40px;
}
.our_service_last_wrapper .our_service_last_backcolor a {
    background-color: #24ff00;
    color: #273648;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 20px;
}
.our_service_last_wrapper .our_service_last_backcolor a:hover{
	background-color:#fff;
}

.our_secvice_wrapper .service_box_inner .option_item {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
   
}
.our_secvice_wrapper .service_box_inner:hover .option_item{
    z-index: 0;
}
/* our-service-end */
/* blog-start */
.blog_wrapper .blog_banner_heading h2 a:hover {
    text-decoration: underline;
}
.blog_wrapper .blog_banner_section {
    background-image: url('../image/Untitled-59.png');
    width: 100%;
    height: 450px;
    background-size: cover;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 1920px;
    margin: 0 auto;
}
.blog_wrapper {
    width: 100%;
}
.blog_wrapper .blog_banner_haed {
    display: flex;
    justify-content: center;
    width: 100%;
}
.blog_wrapper .blog_banner_heading {
    position: absolute;
    top: 30%;
    text-align: center;
}
.blog_wrapper .blog_banner_heading h1 {
    font-size: 62px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.blog_wrapper .blog_banner_heading h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 500;
    color: #eef0f0;
}
.blog_category_wrapper .blog_section_inner.blog_one .blog_backcolor h1 {
	font-size: 28px;
	font-weight: 400;
	margin: 0;
	padding-bottom: 12px;
}
.blog_category_wrapper {
    width: 100%;
    padding: 60px 0px;
}
.blog_category_wrapper .blog_category_container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.blog_category_wrapper .blog_main_section {
	width: 100%;
	display: block;
	color: #fff;
}
.blog_category_wrapper .blog_section_inner.blog_one {
   width: 30%;
   display: inline-block;
   vertical-align: top;
}
.blog_category_wrapper .blog_section_inner.blog_two {
	display: inline-block;
	width: 30%;
	vertical-align: top;
	margin-left: 25px;
}
.blog_category_wrapper .blog_section_inner.blog_three {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin-left: 25px;
}
.blog_wrapper .blog_box_images .blog_text_section a {
    background-color: #24ff00;
    color: #273648;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 20px;
}
.blog_wrapper .blog_box_images .blog_text_section a:hover{
	background-color:#fff;
}
.blog_category_wrapper .list_game_outer {
	width: 100%;
	display: block;
	margin-top: 18px;
}
.blog_category_wrapper .list_box_inner_one {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}
.blog_category_wrapper .list_box_inner_two {
	width: 60%;
	display: inline-block;
	margin-left: 12px;
}
.blog_category_wrapper .list_game_blog {
	padding: 25px;
}
.blog_category_wrapper .list_box_inner_one img {
    width: 100%;
    max-width: 90px;
    object-fit: cover;
}
.blog_wrapper .blog_box_images {
	background-color: #273648 ;
	margin-bottom: 25px;
}
.blog_wrapper .blog_box_images img {
	width: 100%;
}
.blog_category_wrapper .list_game_outer .list_box_inner_two h2 {
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
	margin: 0;
}
.blog_category_wrapper .list_box_inner_two p {
	font-size: 18px;
	font-weight: 300;
	margin: 0;
	margin-top: 10px;
}
.blog_wrapper .blog_box_images .blog_box_images_pera {
	font-size: 18px;
	font-weight: 300;
	margin: 0;
}
.blog_wrapper .blog_box_images h2 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
}
.blog_wrapper .blog_box_images p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 35px;
    margin-top: 0;
}
.blog_wrapper .blog_box_images .blog_text_section {
    padding: 12px 15px 28px 15px;
}
.blog_category_wrapper .search_blog {
	background-color: #273648 ;
	padding: 15px;
	margin-bottom: 25px;
}
.blog_category_wrapper .search_blog button {
    background-color: transparent;
    border: unset;
    padding: 0;
}
.blog_wrapper .list_search input {
	background: transparent;
	border: unset;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	outline: none;
}
.blog_wrapper .list_search img {
	width: 100%;
	max-width: 25px;
}
.blog_category_wrapper .blog_section_inner.blog_one .blog_backcolor {
	background-color: #273648 ;
}
.blog_category_wrapper .blog_section_inner.blog_one .blog_backcolor h3 {
    font-size: 25px;
    margin-left: 25px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 0px;
}
.blog_category_wrapper .blog_section_inner.blog_one .blog_menu_section {
	padding: 20px 0px;
	margin-bottom: 25px;
}
.blog_category_wrapper .blog_menu li {
	font-size: 20px;
	line-height: 35px;
	font-weight: 300;
	text-transform: capitalize;
}
.blog_category_wrapper .blog_main_section .gallary_section_inner {
	display: inline-block;
	width: 28%;
	padding: 7px;
}
.blog_category_wrapper .gallary_section {
	margin-top: 25px;
	padding: 20px;
}
.blog_category_wrapper .blog_main_section .gallary_section_inner img {
	width: 100%;
}
.blog_category_wrapper .blog_pagination {
	text-align: center;
	padding-top: 40px;
}
.blog_category_wrapper .blog_pagination .active {
	background: #24ff00;
	border-radius: 50%;
	color: #273648 ;
}
.blog_category_wrapper .blog_pagination .active:hover {
    background-color: #fff;
}
.blog_category_wrapper .blog_pagination a {
	font-size: 20px;
	font-weight: 500;
	padding: 8px 16px;
	margin-left: 12px;
}
.blog_category_wrapper .gallary_section .gallary_section_outer {
	display: block;
	width: 100%;
}
.blog_wrapper input[type="text"]::placeholder {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
}
/* blog-end */
.our_story_main_page {
    width: 100%;
    color: #fff;
}

.our_story_main_page .our_story_section {
    width: 100%;
}

.our_story_main_page .our_story_container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.our_story_main_page .our_story_back_clr {
    background-color: #273648;
    position: relative;
    height: 450px;
}
.our_story_main_page .our_story_inner {
    width: 100%;
    display: block;
    position: absolute;
    top: 25%;
    max-width: 1100px;
    padding: 0px 80px;
    left: 0;
    right: 0;
}
.our_story_main_page .our_story_right img {
    width: 100%;
    max-width: 400px;
}

.our_story_main_page .our_story_right .our_story_img {
    margin-left: 40px;
}
.our_story_main_page .our_story_left {
    display: inline-block;
    width: 53%;
    vertical-align: top;
    margin-left: 45px;
}
.our_story_main_page .our_story_right {
    width: 40%;
    display: inline-block;
}
.our_story_main_page .story_section_main {
    padding: 0px 60px;
    position: relative;
    height: 950px;
}
.our_story_main_page .story_section_main .our_story_outer_section {
    width: 100%;
    display: block;
    position: relative;
    z-index: 99;
    max-width: 1100px;
    margin: 0 auto;
}
.our_story_main_page .our_story_section .our_haeding {
    font-size: 15px;
    font-weight: 500;
    margin-top: 40px;
    text-transform: capitalize;
}
.our_story_main_page .story_section_main img {
    width: 100%;
    max-width: 350px;
}

.our_story_main_page .story_section_main .our_story_one_section {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}
.our_story_main_page .story_section_main .our_story_two_section {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
}
.our_story_main_page .story_section_main .our_story_three_section h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.our_story_main_page .story_section_main .our_story_three_section p {
    font-size: 20px;
    font-weight: 300;
}
.our_story_main_page .story_section_main .our_story_three_section {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-left: 50px;
}
.our_story_main_page .our_story_left h1 {
    font-size: 35px;
    font-weight: 400;
    margin-top: 0;
}

.our_story_main_page .our_story_left p {
    font-size: 18px;
    font-weight: 200;
    max-width: 80%;
}

.our_story_main_page .our_story_left .our_story_img {}

.our_story_main_page .our_story_left .our_story_img img {
    width: 100%;
    max-width: 500px;
}
.our_story_main_page .our_story_left h4 {
    font-size: 22px;
    font-weight: 200;
    max-width: 81%;
    margin-top: 50px;
}
.our_story_main_page .our_story_section .our_stroy_box_main {
    height: 1100px;
    padding-top: 60px;
}
.our_story_main_page .our_story_right .our_story_img p {
    font-size: 18px;
    font-weight: 200;
}
.our_story_main_page .story_section_main .our_story_part_two {
    width: 100%;
    background-color: #273648;
    height: 500px;
    position: absolute;
    top: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
}
.our_story_main_page .our_section_main_box .images_box_story_left p {
    max-width: 650px;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 300;
}
.our_story_main_page .our_section_main_box .images_box_story_left img {
    width: 100%;
    max-width: 650px;
}
.our_story_main_page .story_section_main .our_story_part_two p {
    width: 30%;
    margin-top: 50px;
    font-size: 20px;
    font-weight: 300;
}
.our_story_main_page  .our_section_main_box {
    width: 100%;
    padding: 60px 0px;
    max-width: 90%;
    margin: 0 auto;
}
.our_story_main_page .our_section_main_box .images_box_story_right h2 {
    margin: 0;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 500;
}
.our_story_main_page .our_section_main_box .images_box_story_right p {
    font-weight: 300;
    font-size: 20px;
}
.our_story_main_page .our_section_main_box .images_box_story_left {
    display: inline-block;
    width: 65%;
}

.our_story_main_page .our_section_main_box .images_box_story_right {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}
.our_story_main_page .our_section_main_box .images_box_story_right img {
    margin-top: 40px;
    width: 100%;
}

/* story */
/* careers-start */
.level_careers_wrapper {
  width: 100%;
  padding: 60px 0px;
}
.level_careers_wrapper .level_careers_section {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.level_careers_wrapper .level_careers_heading {
  color: #fff;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}
.level_careers_wrapper .level_careers_heading h1 {
    font-size: 35px;
    font-weight: 500;
    margin: 0;
}
.level_careers_wrapper .level_careers_heading p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 60px;
    margin-top: 15px;
}
.level_careers_wrapper .level_career_outer_box {
	width: 100%;
	display: block;
	color: #fff;
	background-color: #273648 ;
	margin-top: 45px;
}
.level_careers_wrapper .level_career_box_left_one {
  display: inline-block;
  width: 40%;
  vertical-align: top;
}
.level_careers_wrapper .level_career_box_right_one {
	width: 58%;
	display: inline-block;
	vertical-align: top;
}
.level_careers_wrapper .level_career_box_left_one img {
    width: 100%;
    padding: 0;
    object-fit: none;
    margin-bottom: -4px;
}
.level_careers_wrapper  .level_career_box_left_two {
  display: inline-block;
  width: 58%;
  vertical-align: top;
}
.level_careers_wrapper  .level_career_box_right_two {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}
.level_careers_wrapper .level_career_box_right_two img {
  width: 100%;
  margin-left: 21px;
  object-fit: none;
  margin-bottom: -5px;
}
.level_careers_wrapper .level_inner {
    padding: 80px 15px 50px 40px;
}
.level_careers_wrapper .level_inner h2 {
    font-size: 40px;
    font-weight: 500;
    margin: 0;
}

.level_careers_wrapper .level_inner p {
    font-size: 20px;
    font-weight: 300;
}
.level_careers_wrapper .button_level {
    margin-top: 40px;
}
.level_careers_wrapper .button_level a {
    background-color: #24ff00;
    color: #273648;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 20px;
}
.level_careers_wrapper .button_level a:hover{
	 background-color:#fff;
}
.level_career_two_banner_section {
    background-image: url('../image/Rectangle314.png');
    width: 100%;
    height: 450px;
    background-size: cover;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}
.level_career_two_banner_section .level_career_two_banner_haed {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
}
.level_career_two_banner_section .level_career_two_banner_heading {
    position: absolute;
    top: 35%;
    text-align: center;
}
.level_career_two_banner_section .level_career_two_banner_heading h1 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
}
.level_career_two_banner_section .level_career_two_banner_heading a {
    background-color: #24ff00;
    color: #273648;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 20px;
}
.level_career_two_banner_section .level_career_two_banner_heading a:hover{
	background-color:#fff;
}
.level_career_box_right_two.responsive_level_image {
	display: none;
}

/* careers-end */
/* product_start */

.product_page_section {
	width: 100%;
	padding: 60px 0px;
}
.product_page_section .product_container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.product_page_section .product_section_page {
	color: #fff;
}
.product_page_section .product_inner_section {
   display: block;
    width: 100%;
}
.product_page_section .product_box_right {
    display: inline-block;
    width: 45%;
    margin-left: 50px;
}
.product_page_section .product_box_left {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.product_page_section .product_reting img {
	width: 100%;
	max-width: 15px;
	margin-right: 4px;
}
.product_page_section .product_reting {
    display: block;
}
.product_page_section .product_reting p {
	display: inline-block;
	margin-left: 12px;
	font-size: 20px;
	font-weight: 300;
	margin-top: 10px;
	text-transform: capitalize;
}
.product_page_section .product_price p {
	font-size: 40px;
	margin: 0;
	font-weight: 500;
}
.product_page_section .product_name {
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    max-width: 90%;
    line-height: 45px;
}
.product_page_section .product_dis p {
	font-size: 16px;
	font-weight: 200;
	line-height: 28px;
	margin-top: 6px;
	width: 70%;
}
.product_page_section .product_wish_list img {
	width: 100%;
	max-width: 20px;
	margin-right: 12px;
	vertical-align: bottom;
}
.product_page_section .product_wish_list span {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 300;
}
.product_page_section .product_wish_list {
	margin-bottom: 20px;
}
.product_page_section  .product_select {
    display: block;
}
.product_page_section .product_select .product_quantity {
    display: inline-block;
}
.product_page_section .product_select .cart_add {
    display: inline-block;
    margin-top: 19px;
    margin-left: 10px;
}
.product_page_section .product_select .cart_add button {
    border: unset;
    background-color: unset;
    padding: 0;
}
.product_page_section .product_select .skin-4 .num-in {
    float: left;
    width: 100%;
    max-width: 57px;
    padding: 10px 28px;
    background-color: #B2DDF5;
    border: unset;
    font-size: 25px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    outline: none;
    cursor: pointer;
}
.product_page_section .product_select .skin-4 .in-num {
    width: 31px;
    float: left;
    height: 36px;
    font-size: 28px;
    text-align: center;
    outline: none;
    border: none;
    background-color: transparent;
}
.product_page_section .product_select .skin-4 .all-span {
    position: relative;
    float: right;
    width: 21px;
    height: 36px;
}

.product_page_section .product_select .skin-4 .all-span span {
	float: left;
	width: 100%;
	height: 18px;
	position: relative;
	cursor: pointer;
}

.product_page_section .product_select .skin-4 .all-span span:before {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -5px;
}

.product_page_section .product_select .skin-4 span.minus:before {
	top: 3px;
	border-top: 5px solid #000;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.product_page_section .product_select .skin-4 span.minus.dis:before {
	opacity: 0.5;
}

.product_page_section .product_select .skin-4 span.plus:before {
	bottom: 3px;
	border-bottom: 5px solid #000;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.product_page_section .product_share {
    margin-top: 20px;
}
.product_page_section .product_select .cart_add button a {
    background-color: #24ff00;
    color: #273648 ;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 80px 16px 80px;
}
.product_page_section .product_select .cart_add button a:hover{
	 background-color:#fff;
}
.product_page_section .product_share .share_products {
	display: inline-block;
	font-size: 25px;
	font-weight: 400;
}
.product_page_section .product_share .social_icons_product {
	display: inline-block;
	vertical-align: middle;
}
.product_page_section .product_share .social_icons_product ul {
	display: inline-flex;
}
.product_page_section .product_share .social_icons_product ul li {
	list-style: none;
}
.product_page_section .product_section_page {
	background-color: #273648 ;
	padding: 40px 40px;
}
.product_page_section .product_share .social_icons_product ul li img {
	width: 100%;
	max-width: 16px;
	margin-right: 12px;
}
.product_box_left img {
	width: 100%;
	display: block;
	min-width: 127px;
}
.product_box_left .img-display{
    overflow: hidden;
}
.product_box_left .product_slider{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
.product_box_left .product_slider img {
	min-width: 100%;
	height: 550px;
}
.product_box_left .img-select{
    display: flex;
}
.product_box_left .img-item {
	margin: 45px 30px 0px 0px;
}
.product_box_left .img-item:hover{
    opacity: 0.8;
}
.product_tabs .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.product_tabs .credit {
    font-size: 1.2rem;
    float: right;
    margin-top: .5em;
}

.product_tabs .credit__link {
    color: #FC5555;
    font-weight: bold;
    text-decoration: none;
}
.product_tabs .credit__link:hover {
    color: #FC5555;
    text-decoration: underline;
}

.product_tabs .tabs__list {
    margin: 0;
    margin-bottom: -1px;
}

.product_tabs .tabs__item {
    margin-bottom: 0;
    display: inline-block;
    width: auto;
    vertical-align: top;
}

.product_tabs .tabs__item--active > .tabs__link {
    border-bottom: 0;
    position: relative;
    z-index: 3;
}
.product_tabs .tabs__item--active > .tabs__link:hover {
    color: #fff;
}
.product_tabs {
	width: 100%;
	color: #fff;
	padding: 60px 0px;
}

.product_tabs .tabs__link {
	padding: 0px;
	line-height: 2;
	display: block;
	text-decoration: none;
	margin-right: 35px;
	font-size: 20px;
	font-weight: 400;
}
.product_tabs .tabs__link:hover {
    text-decoration: underline;
}

.product_tabs .tabs__area {
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transition: opacity .5s linear;
			  transition: opacity .5s linear;
	  height: 0;
}

.product_tabs .tabs__area--active {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .5s linear;
	transition: opacity .5s linear;
	height: auto;
	font-size: 16px;
	font-weight: 300;
	max-width: 80%;
}
.product_tabs .tabs__item.tabs__item--active .tabs__link {
	 color: #24ff00;
}
.product_tabs .tabs__content {
	  margin-bottom: 0;
	  overflow: hidden;
	  position: relative;
	  clear: both;
	  padding: 0px;
}
.product_main_pge .assassin_box.assassin_box_one {
	 margin-left: 55px;
}
.product_main_pge .assassin_box {
	padding: 0;
	width: 30%;
}
.product_select .product_quantity input[type=number]::-webkit-inner-spin-button, 
.product_select .product_quantity input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: hidden; 
  margin: 0;
}

.product_select .product_quantity input[type="number"] {
	-moz-appearance: textfield;
}


.product_page_section .assassin_box_inner{
  position: relative;
}

.product_page_section .assassin_box_inner .assassin_item {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
   
}
.product_page_section .assassin_box_inner:hover .assassin_item{
    z-index: 0;
}
/* product_end */

/* list-page-start */


.list_main_pge {
  width: 100%;
}
.list_section {
	  width: 100%;
	  max-width: 1280px;
	  margin: 0 auto;
	  color: #fff;
	  padding: 30px 0px;
}
.list_section .list_game_sort {
	display: block;
	width: 100%;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}
.list_section .list_game_head {
	display: inline-block;
	width: 57%;
}
.list_section .list_sort_head {
	display: inline-block;
	width: 42%;
	text-align: end;
}
.list_section .list_game_head h3 {
	 margin: 0;
	 font-size: 35px;
	 font-weight: 400;
}
.list_section .list_sort_head label {
    font-size: 20px;
    font-weight: 400;
}
.list_section .list_sort_head #cars {
	background-color: unset;
	border: unset;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	background-image: url('../image/Maskgroup(57).png');
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 0px;
	width: 138px;
	background-size: 19px;
}
.list_section .list_sort_head #cars option {
    background: #fff;
    border: 1px solid #fff;
    color: #273648 ;
}

.list_section .list_outer_section {
    display: block;
    width: 100%;
}
.list_section .list_blog_section {
	padding-top: 45px;
}
.list_section .list_inner_section_one {
	width: 23%;
	display: inline-block;
	vertical-align: top;
}
.list_section .list_outer_section .list_box_images_inner{
   position: relative;
}

.list_section .list_outer_section .list_box_images_inner .list_item{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; 
}

.list_section .list_outer_section .list_box_images_inner:hover .list_item{
    z-index: 0;
}	
	
.list_section .list_inner_section_two {
    display: inline-block;
    width: 23%;
    margin-left: 28px;
    vertical-align: top;
}
.list_section .list_inner_section_three {
	  width: 23%;
	  display: inline-block;
	  margin-left: 28px;
	  vertical-align: top;
}
.list_inner_section_four {
	  display: inline-block;
	  width: 23%;
	  vertical-align: top;
	  margin-left: 28px;
}
.list_inner_section_four .search_blog input[type="text"]::placeholder {
    color: #fff;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
}
.list_section .list_back_clr img {
	width: 100%;
}
.list_section .list_outer_section .list_back_clr {
	background-color: #273648 ;
	margin-bottom: 28px;
}
.list_section .list_outer_section .list_haed_section {
    padding: 15px;
}
.list_inner_section_four .search_blog {
	  background-color: #273648 ;
	  padding: 10px;
	  margin-bottom: 30px;
}
.list_inner_section_four .search_blog button {
    background-color: transparent;
    border: unset;
    padding: 0;
}
.list_inner_section_four .search_blog img {
  width: 100%;
  max-width: 25px;
}
.list_inner_section_four .search_blog input {
	  background: transparent;
	  border: unset;
	  color: #fff;
	  font-size: 18px;
	  font-weight: 300;
	  outline: none;
}
.list_section .list_outer_section .list_haed_section h2 {
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    width: 85%;
    height: 80px;
}

.list_section .list_outer_section .text_list_box {
    display: block;
    text-align: end;
    height: 58px;
}
.list_section .list_outer_section .text_list_box .list_num {
    display: inline-block;
    color: #273648;
    background-color: #24ff00;
    padding: 5px 10px;
    margin-right: 8px;
    font-size: 16px;
    font-weight: 600;
}
.list_section .list_outer_section .text_list_box p {
    display: inline-block;
    vertical-align: bottom;
    font-size: 20px;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 0;
}
.list_section .list_outer_section .text_list_box p span {
    display: block;
    font-size: 14px;
    font-weight: 100;
    text-decoration-line: line-through;
    line-height: 13px;
}
.list_section .list_sort_head select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	outline: none;
	border: 1px solid #ddd;
	border-radius: 20px;
	padding: 3px 5px;
}
.list_section .list_sort_head img {
	width: 100%;
	max-width: 18px;
}

.list_item_accordion .accordion-item {
	background-color: #273648 ;
	color: #fff;
	margin-top: 30px;
}
.list_item_accordion .list_menu_accordion li {
	font-size: 16px;
	text-transform: capitalize;
	margin-bottom: 8px;
}
.list_item_accordion .accordion-item-header {
	padding: 20px 0px 18px 18px;
	min-height: 1.5rem;
	line-height: 1.25rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
}
.list_item_accordion .accordion-item-header::after {
	content: "";
	font-size: 2rem;
	position: absolute;
	right: 1rem;
	background-image: url('../image/Maskgroup(56).png');
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}
.list_item_accordion .list_menu_accordion {
	margin: 0;
	padding-left: 15px;
}
.list_item_accordion .accordion-item-header.active::after {
    content: "";
    background-image: url('../image/Maskgroup(57).png');
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}
.list_item_accordion .accordion-item-body {
	  max-height: 0;
	  overflow: hidden;
	  transition: max-height 0.2s ease-out;
}
.list_item_accordion .accordion-item-body-content {
	  padding: 1rem;
	  line-height: 1.5rem;
	  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}
.list_section .blog_pagination {
	text-align: center;
	padding-top: 40px;
}
.list_section .blog_pagination a {
	font-size: 20px;
	font-weight: 500;
	padding: 8px 16px;
	margin-left: 12px;
}
.list_section .blog_pagination a img {
	font-size: 20px;
	font-weight: 500;
}
.list_section .blog_pagination .active {
	background: #24ff00;
	border-radius: 50%;
	color: #273648 ;
}
.list_section .blog_pagination .active:hover{
	background-color:#fff;
}
.list_item_accordion .accordion-item-body-content .container p {
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}
.list_item_accordion .accordion-item-body-content .progress {
	width: 100%;
	height: 4px;
	background-color: #fff;
	margin-bottom: 15px;
	position: relative;
}
.list_item_accordion .accordion-item-body-content .progress .bar {
	background: #24ff00;
	width: 80%;
	height: 4px;
}
.list_item_accordion .accordion-item-body-content .progress .bar::after {
	width: 9px;
	height: 9px;
	background: #24ff00;
	content: '';
	position: absolute;
	border-radius: 50px;
	top: -2px;
}
.list_item_accordion .accordion-item-body-content .progress .bar::before {
	width: 9px;
	height: 9px;
	background: #24ff00;
	content: '';
	position: absolute;
	border-radius: 50px;
	top: -2px;
	left: 77%;
}
/* list-page-end */

/* FAQ-start */
.faq_section_page {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 20px;
}
.faq_section_page .faq_main_container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.faq_section_page .faq_image_box {
    padding: 10px 0px;
}

.faq_section_page .faq_image_box img {
    width: 100%;
}
.faq_section_page .faq_image_box p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.faq_section_page .faq_image_box p span {
    color: #24ff00;
}
.faq_accordion .accordion-item {
    background-color: #273648 ;
    color: #fefefe;
    margin: 1rem 0;
    padding: 0px 28px;
}
.faq_accordion .accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 25px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
}
.faq_accordion .accordion-item-body-content p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    width: 85%;
    margin: 0;
}
.faq_accordion .accordion-item-header::after {
    content: "";
    position: absolute;
    right: 1rem;
    background-image: url('../image/c2fd8a6005b8.png');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.faq_accordion .accordion-item-header.active::after {
    content: "";
    transform: rotate(45deg);
}
.faq_accordion .accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.faq_accordion .accordion-item-body-content {
    padding: 12px 15px 35px 15px;
    line-height: 1.5rem;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
    font-size: 17px;
    font-weight: 400;
}
.faq_accordion .accordion-item-body-content .faq_image_outer_box {
    display: block;
    width: 100%;
    padding: 45px 0px 20px 0px;
}
.faq_accordion .accordion-item-body-content .faq_image_inner_one {
    display: inline-block;
    width: 31%;
}
.faq_accordion .accordion-item-body-content .faq_image_inner_two {
    width: 31%;
    display: inline-block;
    margin-left: 36px;
}
.faq_accordion .accordion-item-body-content .faq_image_outer_box img {
    width: 100%;
}
.faq_motor_section {
    color: #fff;
    width: 100%;
    padding-top: 60px;
}
.faq_motor_section .motor_box_two img {
    width: 100%;
}
.faq_motor_section .motor_outer_section_faq {
    display: block;
    width: 100%;
}
.faq_motor_section .motor_box_one {
    width: 49%;
    display: inline-block;
	vertical-align: top;
}
.faq_motor_section .motor_box_two {
    width: 49%;
    display: inline-block;
    margin-left: 20px;
}
.faq_motor_section .motor_box_one .motor_para_one {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}
.faq_motor_section .motor_box_one .motor_para_two{
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}
.faq_motor_section .motor_para_three {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 40px;
}


/* FAQ-end */

/* contact-start */

.conatact_section {
    width: 100%;
    color: #fff;
    padding: 60px 0px 25px 0px;
    max-width: 1280px;
    margin: 0 auto;
}

.conatact_section .conatact_outer_section {
    display: block;
    width: 100%;
}

.conatact_section .conatct_box_one {
    width: 47%;
    display: inline-block;
}

.conatact_section .conatct_box_two {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    margin-left: 50px;
}
.conatact_section .conatct_info {
    display: block;
    width: 100%;
}

.conatact_section .conatct_info .contact_location {
    display: inline-block;
    width: 15%;
}

.conatact_section .conatct_info .contact_address {
    display: inline-block;
    width: 75%;
    vertical-align: middle;
}

.conatact_section .conatct_info img {
    width: 100%;
    max-width: 35px;
}
.conatact_section .conatact_outer_section h2 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 45px;
}
.conatact_section .conatct_info h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}
.conatact_section .conatct_info .contact_location .contact_icon_back {
    background-color: #273648 ;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.conatact_section .conatct_info p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
    line-height: 26px;
}
.conatact_section .contact_form_box {
    width: 100%;
    display: block;
}

.conatact_section .contact_form_box .name_contact {
    display: inline-block;
    width: 47%;
    position: relative;
}
.conatact_section .contact_ifram ifram {
    width: 100%;
}
.conatact_section .contact_form_box .email_contact {
    width: 47%;
    display: inline-block;
    margin-left: 30px;
    position: relative;
}
.conatact_section .contact_form_box .message_contact {
    position: relative;
}
.conatact_section .contact_form_box .subject_contact {
    position: relative;
}
.conatact_section .contact_form_box span#mymessage__error {
    position: absolute;
    left: 0;
    top: 0;
}
.conatact_section .contact_form_box span#subject__error {
    position: absolute;
    left: 0;
    top: 0px;
}
.conatact_section .contact_form_box span#email__error {
    position: absolute;
    left: 0;
    top: -29px;
}
.conatact_section .contact_form_box span#name__error {
    position: absolute;
    top: -29px;
    left: 0;
}
.conatact_section .contact_form_box input#name {
    background-color: #273648;
    width: 90%;
    border: 1px solid #273648;
    outline: none;
    padding: 15px 10px 15px 10px;
    font-size: 16px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.conatact_section .contact_form_box input#email {
    background-color: #273648 ;
    width: 90%;
    border: 1px solid #273648 ;
    outline: none;
    padding: 18px 10px 10px 10px;
    font-size: 16px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.conatact_section .contact_form_box input:-webkit-autofill,
.conatact_section .contact_form_box input:-webkit-autofill:hover,
.conatact_section .contact_form_box input:-webkit-autofill:focus,
.conatact_section .contact_form_box input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}
.conatact_section .contact_form_box input#subject {
    background-color: #273648;
    width: 95%;
    border: 1px solid #273648;
    outline: none;
    padding: 15px 10px 15px 10px;
    font-size: 16px;
    margin-top: 25px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.conatact_section .contact_form_box textarea#message {
    background-color: #273648 ;
    width: 95%;
    border: 1px solid #273648 ;
    outline: none;
    padding: 18px 10px 10px 10px;
    font-size: 16px;
    margin-top: 25px;
    height: 150px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.conatact_section .contact_form_box input::placeholder {
    color: #fff;
}
.conatact_section .contact_form_box textarea::placeholder {
    color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.conatact_section .contact_form_box input[type="submit"] {
    background-color: #24ff00;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    padding: 12px 18px;
    margin-top: 25px;
    border: none;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}
.conatact_section .contact_form_box input[type="submit"]:hover{
	 background-color:#fff;
}
.conatact_section .contact_ifram {
	width: 100%;
	padding-top: 80px;
}
.conatact_section .contact_ifram iframe {
	width: 100%;
}
.conatact_section .conatct_info p a:hover {
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
}
/* contact-end */

/* sign-up-start */
.sign_up_form_start input {
    width: 100%;
    margin: 4px 0;
    outline: none;
    padding: 20px;
    box-sizing: border-box;
    transition: 0.3s;
    padding-left: 40px;
    background-color: #1b2838;
    border: none;
    box-shadow: none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.sign_up_form_start .inputWithIcon {
  position: relative;
}

.sign_up_form_start .inputWithIcon img {
    position: absolute;
    left: 0;
    top: 8px;
    padding: 11px 24px;
    transition: 0.3s;
    background-color: transparent;
    width: 100%;
    max-width: 25px;
}
.sign_up_form_start .inputWithIcon input[type="text"]:focus + img {
  color: dodgerBlue;
}

.sign_up_form_start .inputWithIcon.inputIconBg img {
    background-color: transparent;
    border-radius: 4px 0 0 4px;
}
.sign_up_form_start .inputWithIcon.inputIconBg input[type="text"]:focus + img {
  color: #fff;
  background-color: dodgerBlue;
}
.sign_up_section {
    width: 100%;
    padding-top: 60px;
}
.sign_up_section .sign_up_outer {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.sign_up_form_start input[type="password"] {
    padding-left: 70px;
}
.sign_up_form_start input[type="text"] {
    padding-left: 70px;
}
.sign_up_section input::placeholder {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.sign_up_section .sign_up_inner {
    background-color: #273648;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}	
.sign_up_section .sign_up_section_box {
    display: block;
    width: 100%;
}
.sign_up_section .login_box h2 {
    color: #24ff00;
}
.sign_up_section .sign_up_box {
    display: inline-block;
    width: 48%;
    background-color: #273648 ;
    padding: 25px 0px;
}
.sign_up_section .login_box {
    display: inline-block;
    width: 48%;
    background-color: #1b2838;
    padding: 25px 2px;
    margin-left: 11.5px;
}
.sign_up_section .sign_up_section_box h2 {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}

.sign_up_section .sign_fb_share {
    background-color: #365aae;
    text-align: center;
    padding: 20px;
    margin-top: 45px;
}
.sign_up_section .sign_up_outer .sign_or_box {
    color: #fff;
    text-align: center;
    font-size: 20px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 26px;
}
.sign_up_section .sign_up_form_start {
    color: #fff;
}
.sign_up_section .sign_up_form_start p {
    font-size: 15px;
    font-weight: 300;
}
.sign_up_section .sign_up_form_start input[type="submit"] {
    background-color: #24ff00;
    font-size: 20px;
    font-weight: 600;
    outline: none;
    border: none;
    font-family: 'Open Sans', sans-serif;
    color: #273648;
    padding-left: 0;
}
.sign_up_section .sign_up_form_start input[type="submit"]:hover{
	background-color:#fff;
}
.sign_up_section .sign_fb_share img {
    width: 100%;
    max-width: 30px;
    margin-right: 8px;
    vertical-align: bottom;
}

.sign_up_section .sign_fb_share a {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.sign_up_section .sign_up_form_start .sign-up_already {
    text-align: center;
}

.sign_up_section .sign_up_form_start .sign-up_already span {
    color: #24ff00;
}
.sign_up_section .sign_back_clr {
    background-color: #273648 ;
    padding: 0px 45px 35px 45px;
}
.sign_up_section .sign_up_outer .sign_or_box:after {
    border-bottom: 1px solid #fff;
    position: absolute;
    width: 45%;
    content: "";
    left: 0;
    top: 14px;
}
.sign_up_section .sign_up_outer .sign_or_box:before {
    border-bottom: 1px solid #fff;
    position: absolute;
    width: 45%;
    content: "";
    right: 0;
    top: 14px;
}

/* sign-up-end */

/* login-start */
.login_section {
    width: 100%;
    padding-top: 60px;
}

.login_section .login_outer {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.login_section .login_inner {
    background-color: #273648;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.login_section .login_section_box {
    display: block;
    width: 100%;
}

.login_section .sign_box {
    display: inline-block;
    width: 49%;
    background-color: #1b2838;
    padding: 25px 0px;
}
.login_section .login_section_box h2 {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.login_section .login_box {
    display: inline-block;
    width: 48%;
    background-color: #273648 ;
    padding: 25px 0px;
}
.login_section .sign_box h2 {
    color: #24ff00;
}
.login_section .login_back_clr {
    background-color: #273648 ;
    padding: 0px 45px 35px 45px;
}
.login_section .login_back_clr .login_fb_share {
    background-color: #365aae;
    text-align: center;
    padding: 20px;
    margin-top: 45px;
}
.login_section .login_back_clr .login_fb_share img {
    width: 100%;
    max-width: 30px;
    margin-right: 8px;
    vertical-align: bottom;
}
.login_section .login_back_clr .login_fb_share a {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.login_section .login_back_clr .login_or_box {
    color: #fff;
    text-align: center;
    font-size: 20px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.login_section .login_form_start {
    color: #fff;
}

.login_section .login_form_start .inputWithIcon {
    position: relative;
}
.login_form_start input {
    width: 100%;
    margin: 3px 0;
    outline: none;
    padding: 20px;
    box-sizing: border-box;
    transition: 0.3s;
    padding-left: 40px;
    background-color: #1b2838;
    border: none;
    box-shadow: none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.login_form_start .inputWithIcon img {
    position: absolute;
    left: 0;
    top: 8px;
    padding: 9px 25px;
    transition: 0.3s;
    background-color: transparent;
    width: 100%;
    max-width: 25px;
}
.login_section .login_form_start input[type="submit"] {
    background-color: #24ff00;
    font-size: 20px;
    font-weight: 600;
    outline: none;
    border: none;
    font-family: 'Open Sans', sans-serif;
    color: #273648;
    cursor: pointer;
    padding-left: 0;
    margin: 0;
}
.login_section .login_form_start input[type="submit"]:hover{
	background-color:#fff;
}
.login_section .login_form_start .login_already {
    text-align: center;
}
.login_section input::placeholder {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.login_form_start input[type="text"] {
    padding-left: 70px;
}
.login_form_start input[type="password"] {
    padding-left: 70px;
}
.login_section .login_reme_forg_one {
    display: inline-block;
    width: 47%;
}
.login_section .login_reme_forg {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    margin: 22px 0px 15px 0px;
}
.login_section .login_reme_forg_two {
    width: 50%;
    display: inline-block;
    text-align: end;
}
.login_section .login_form_start .login_already span {
    color: #24ff00;
}
.login_section .login_reme_forg_one input[type="checkbox"] {
    width: 12%;
    height: 18px;
    vertical-align: middle;
    accent-color: transparent;
}
.login_section .login_back_clr .login_or_box:after {
    border-bottom: 1px solid #fff;
    position: absolute;
    width: 45%;
    content: "";
    left: 0;
    top: 14px;
}
.login_section .login_back_clr .login_or_box:before {
    border-bottom: 1px solid #fff;
    position: absolute;
    width: 45%;
    content: "";
    right: 0;
    top: 14px;
}
/* login-end */
/* card_start */
.card_section .product-quantity {
  display: block;
}

.card_section input {
    max-width: 2rem;
    margin: 0;
    padding: 9px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    outline: none;
}
.card_section .quantity-selectors-container {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}
.card_section table.card_striped input.select-item.checkbox {
    accent-color: #17e300;
}

.card_section .quantity-selectors {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.card_section table.card_striped td {
    padding: 25px 20px;
    font-size: 18px;
    font-weight: 300;
    border: 2px solid #1b2838;
}
.card_section table.card_striped th {
    font-size: 22px;
    font-weight: 300;
    padding: 35px 12px 25px 12px;
}
.card_section .quantity-selectors button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    margin-left: 3px;
    font-size: 14px;
    font-weight: 700;
}
.card_section .quantity-selectors button:first-child {
  border-bottom: 0;
}

.card_section .quantity-selectors button:hover {
  cursor: pointer;
}

.card_section .quantity-selectors button[disabled="disabled"] {
  cursor: not-allowed;
}

.card_section .quantity-selectors button[disabled="disabled"] span {
  opacity: 0.5;
}
.card_section {
    width: 100%;
    display: block;
    padding-top: 60px;
}
.card_section .card_container {
    max-width: 1280px;
    margin: 0 auto;
}
.card_section td.image_box img {
    width: 100%;
}
.card_section table.card_striped td.remove_box img {
    width: 100%;
    max-width: 20px;
    margin-left: 14px;
}
.card_section .card_outer_section td.qty_box {
    width: 70px;
}
.card_section .card_outer_section {
	width: 100%;
	display: inline-block;
    color: #fff;
}

.card_section .card_section_one {
    width: 72%;
    display: inline-block;
    vertical-align: top;
}

.card_section .card_section_two {
    width: 25%;
    display: inline-block;
    margin-left: 20px;
}
.card_section table.card_striped {
    background-color: #273648 ;
    width: 100%;
    border-collapse: collapse;
}
.card_section .card_summary_outer {
    width: 100%;
    display: block;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}

.card_summary_one {
    display: inline-block;
    width: 50%;
}

.card_section .card_summary_two {
    width: 47%;
    display: inline-block;
    text-align: end;
}
.card_section .card_chack_back {
    background-color: #273648 ;
    padding: 22px;
    margin-bottom: 25px;
}

.card_section .card_summary_outer h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0;
}

.card_section .card_summary_outer h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
}

.card_section .card_summary_outer p {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.card_section .card_chack_back .checkout_section a {
    font-size: 18px;
    font-weight: 600;
    outline: none;
    border: none;
    font-family: 'Open Sans', sans-serif;
    color: #273648 ;
}
.card_section .card_chack_back .checkout_section:hover{
	background-color:#fff;
}
.card_section .card_chack_back .checkout_section {
    background: #24ff00;
    padding: 11px 0px;
    text-align: center;
}
.card_section .card_chack_back ul {
    display: block;
    margin: 0;
    padding: 0;
}

.card_section .card_chack_back li {
    display: inline-block;
    list-style: none;
    margin-right: 4px;
    margin-bottom: 4px;
}
h2.crad_payment_head {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
}

.card_section .card_chack_back p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.card_section .card_chack_back li img {
    width: 100%;
}	
.card_section .card_outer_section input.select-all.checkbox {
    display: none;
}
.card_section .card_outer_section input.select-all.checkbox {
    display: none;
}

.card_section .card_outer_section button#select-all {
    border: none;
    background-color: #24ff00;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    outline: none;
    margin-top: 30px;
    padding: 14px 18px;
    cursor: pointer;
}
.card_section .card_outer_section button#select-all:hover{
	 background-color:#fff;
}
.card_section .card_outer_section button#select-all img {
    width: 100%;
    max-width: 20px;
    margin-right: 8px;
    vertical-align: top;
}

/* card_end */

/* policy-start */

.privacy_main_pge {
  width: 100%;
  color: #fff;
}
.privacy_main_pge .privacy_policy_container {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding-top: 60px;
}
.privacy_main_pge .privacy_outer {
  background-color: #273648 ;
  padding: 40px;
}
.privacy_main_pge .privacy_policy_container span {
  color: #24ff00;
}
.privacy_main_pge .privacy_policy_container p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    width: 95%;
}
.privacy_main_pge .privacy_policy_container .privacy_submenu_two li {
    font-size: 18px;
    font-weight: 300;
    list-style: disc;
    padding-top: 10px;
    line-height: 30px;
}
.privacy_main_pge .privacy_outer h1 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}
.privacy_main_pge .privacy_policy_container .privacy_menu li {
    list-style: decimal;
    font-size: 25px;
    font-weight: 400;
}
.privacy_main_pge .privacy_policy_container .privacy_policy_img {
	width: 100%;
	margin-bottom: 30px;
}
.privacy_main_pge .privacy_policy_container .privacy_submenu_one {
	padding-top: 0px;
	padding-bottom: 30px;
}
.privacy_main_pge .privacy_policy_container .privacy_submenu_one li {
	list-style: disc;
	padding: 5px 0px;
	font-size: 18px;
	font-weight: 300;
}
.privacy_main_pge .privacy_policy_container .privacy_submenu_two {
	padding-bottom: 20px;
}
.privacy_main_pge .privacy_policy_container .privacy_submenu_two strong {
	font-size: 18px;
	font-weight: 600;
}
.privacy_main_pge .privacy_policy_container .privacy_submenu_two li {
	font-size: 18px;
	font-weight: 300;
	list-style: disc;
	padding-top: 10px;
   width: 93%;
}
/* policy-end */

