.about_us_area {
    background-image: url("./../images/about_us.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about_us_area .about_content:before {
    display: none;
}

.about_us_area .section_content {
    text-align: center;
}

.about_us_area .section_content h6 {
    font-size: 44px;
    display: inline-block;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.about_us_area .section_content h6::after {
    height: 2px;
    width: 80px;
    bottom: 0px;
}

.about_us_area .section_content .primary_btn {
    border-radius: 50px;
}

.game_list {
    background-image: url("./../images/bg/h2-background-img-1.jpg");
    min-height: 754px;
    height: 754px;
    background-position: 50% -58px;
}

.game_list .title{
   color: #ffff;
   text-align: center;
}

.game_list .gameList {
    /* padding: 50px; */
}

.game_list .gameList.list01 {
    /* padding: 50px; */
    max-width: 800px;
    width: 60%;
    margin: 25px auto 50px auto;
} 
.game_list .gameList .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}
.game_list .gameList .item img{
    width: 190px;   
}

@media only screen and (max-width: 789px) {
    .game_list  {
        background-position: left;
        background-size: cover;
        min-height: 454px;
        height: 454px;
    }
  }

/* FOOTER */
.footer_area.section_gap_top {
    background: #000;
}

.custom-footer {
    padding-top: 50px;
}
.custom-footer .banner_content {
    color: #fff;
}

.custom-footer .primary_btn {
    border-radius: 50px;
}

.custom-footer .elementor-heading-title {
    font-size: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 38px;
}

.custom-footer .elementor-heading-title.phone {
    font-size: 24px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 38px;
}

/* Checkbox custom */

.checkbox label{
    cursor: pointer;
    display: flex;
    align-items: center;
}

.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 15%;
}

.checkbox label input[type="checkbox"] {
    display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon {
    opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr {
    opacity: .5;
}

/* custom nice select */
.nice-select.open .list{
    max-height: 200px;
    overflow: auto;
}

/* custom scroll */

::-webkit-scrollbar {
    background-color:#fff;
    width: 8px;
    height: 8px;
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 5px;
}

::-webkit-scrollbar-track:hover {
    background-color: #f4f4f4;
}
::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #babac0;
}

::-webkit-scrollbar-thumb {
    height: 50px;
}

/* custom toastify */

.toastify.error {
    background: red;
    border-radius: 10px;
}
.toastify.success {
    background: green;
       border-radius: 10px;
}

/* custom error */

label.error{
    color: red;
}