.srl_menu {
    margin-top: 129px;
    height: 100%;
    z-index: 10;
    height: 337px;
}

.prl_menu {
    margin-top: 450px;
    height: 100%;
}

.list_menu {
    list-style: none;
    margin: 0;
    width: 170px;
}

.list_menu2 {
    list-style: none;
    padding: 0;
    margin: 0px;
    width: 130px;
}

.list_menu h2 {
    color: #f5f5f5;
    padding: 12px 0 0 20px;
    height: 32px;
    font-size: 19px;
}

.list_menu li {
    color: #f5f5f5;
    font-weight: 600;
    width: 170px;
    justify-content: center;
    display: grid;
}

/* BUTTONS */
.button {
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
}

.sbutton {
    background: none
}

.pbutton {
    background-color: #3498db;
    border-bottom: solid 1px #2980b9;
}

/* TRANSITIONS */
.slide_left_open,
.slide_left_close,
.slide_right_open,
.slide_right_close,
.slide_top_open,
.slide_top_close,
.push_left_open,
.push_left_close,
.body_close,
.body_open_left,
.body_open_right,
.push_right_open,
.push_right_close {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slide_left_close {
    position: fixed;
    left: -216px;
}

.slide_left_open {
    left: -20px;
}

#slide_left>ul {
    float: left;
    background: url(../images/common/down-bg.png) no-repeat;
    height: 240px;
    border-radius: 0px 0px 20px;
    border-bottom: 1px solid #28b0d4;
}

#slide_left ul li {}

#slide_left ul li:hover {}

/* SLIDE RIGHT MENU */
.slide_right_close {
    position: fixed;
    right: -192px;
}

.slide_right_open {
    right: 0px;
}

#slide_right>ul {
    float: right;
    background: #ffffff;
    height: 250px;
    border: 1px solid #9664fa;
    color: #ffffff;
    padding: 0px;
}

#slide_right ul {
    margin-right: 20px;
    padding-top: 10px;
    /* border-left: 1px solid #f7585f; */
    /* border-top: 1px solid #f7585f; */
}

#slide_right ul li i{
    font-size: 40px;
    padding-right: 10px;
}

#slide_right ul li:hover {}

/* PUSH RIGHT MENU */
.push_right_close {
    position: fixed;
    right: -220px;
}

.push_right_open {
    right: 0px;
}

#push_right>ul {
    float: right;
    background: url(../images/common/down-bg.png) no-repeat;
    height: 240px;
    border-radius: 0px 0px 20px;
    border-bottom: 1px solid #28b0d4;
}

#push_right>ul>h2 {
    border-bottom: solid 1px #2980b9;
}

#push_right ul li {
    background-color: #6badda;
}

#push_right ul li:hover {
    background-color: #4fa3dc;
}

/* PUSH LEFT MENU */
.push_left_close {
    position: fixed;
    left: -220px;
}

.push_left_open {
    left: 0px;
}

#push_left>ul {
    float: left;
    background-color: #3498db;
}

#push_left>ul>h2 {
    border-bottom: solid 1px #2980b9;
}

#push_left ul li {
    background-color: #6badda;
}

#push_left ul li:hover {
    background-color: #4fa3dc;
}

/*------------*/
.side-bg {
    width: 216px;
    display: block;
    margin-right: auto;
    /* border-bottom: 1px solid #f7585f; */
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.side-bg:hover {
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.side1-bg {
    width: 130px;
    height: 80px;
    border-bottom: 1px solid #f7585f;
    padding-top: 10px;
}

.side3-bg {
    height: 160px;
    border-bottom: 1px solid #f7585f;
    padding-top: 10px;
}

.side-bg h3 {
    font-size: 20px;
    padding-top: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px #000;
}

.side-bg p {
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
    font-family: 'Lato', sans-serif;
}

.list_menu2 p {
    font-size: 14px;
    padding-top: 1px;
}

.list_menu2 p1 {
    font-size: 11px;
    font-weight: bold;
}

.side1-bg h3 {
    font-size: 15px;
    font-weight: 100;
}

.side2-bg h3 {
    font-size: 15px;
}

.side3-bg h3 {
    font-size: 15px;
}

#slide_left>ul>li>a {
    cursor: pointer;
}

#slide_left>ul>li>a:hover {
    color: #fff;
}

/*-- if want auto --*/
#slide_left {}

#slide_left:hover {
    left: 0px;
    z-index: 99;
}

#slide_left:after {
    position: fixed;
    left: -158px;
    z-index: 99;
}

/*--- right side auto */
#slide_right {}

#slide_right:hover {
    right: -20px;
    z-index: 99;
}

#slide_right:after {
    position: fixed;
    right: -260px;
    /* ok */
    z-index: 99;
}

.side-ico {
    font-size: 10px;
}

.side-info {
    float: left;
    padding-top: 4px;
    text-align: center;
    width: 100%;
}

.side-ico img {
    width: 30px;
}

ul.list_menu2 img {
    display: block;
    margin: auto;
}

.side-info-box {
    text-align: center;
    background: #1a0202;
    padding: 9px 10px;
    display: inline-block;
    font-size: 11px;
    color: #fff;
    width: 100%;
}

a.chat-btn {
    background: #880302;
    padding: 7px 10px;
    display: block;
    color: #ffffff;
    font-weight: bolder !important;
    text-align: center;
    font-size: 16px;
    margin-top: 8px;
}

a.chat-btn:hover {
    background: #ea0b0a;
    color: #ffffff;
}

.border-line {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.8, #b4822f), color-stop(0.1, rgb(244, 244, 182)));
    background-image: -moz-linear-gradient(center bottom, #b4822f 33%, rgb(244, 244, 182) 67%);
    padding: 1px;
    border: none;
}

.border-line>div {
    background: #000;
}

.join {
    text-align: center;
    display: block;
    border-radius: 1px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px 15px;
    height: 47px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    padding: 10px;
}

.join:hover {
    color: #fff;
}

.side-ico {
    border: 1px solid #e1e1e1;
    border: solid 1px #e9e9e9;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    height: 35px;
    line-height: 1;
    margin-left: 43px;
    margin-right: 43px;
    padding: 10px;
    width: 35px;
    text-align: center;
    transition: all .3s ease-in-out;
    border-radius: 50%;
    font-size: 14px;
}


.side-info a {
    color: #fff;
}

.side-box {
    border-bottom: 1px solid #f7585f;
    padding-bottom: 8px;
    position: relative;
    height: 69px;
    text-align: center;
    cursor: pointer;
}

.side-chat {
    position: absolute;
    top: -80px;
    left: 0px;
    color: #fff;
    font-size: 18px;
}

.side-box:hover {
    color: #000;
}

.side-info a {
    color: #fff;
}

.side-info a:hover {
    color: #000;
}

.btn-inf {
    padding: 6px 0px;
    color: #fff;
    display: block;
    padding-left: 15px;
}


.info-al li {
    width: 160px;
}

.info-al ul {
    width: 160px;
}

.info-al {
    left: -160px;
}

.btn-inf:hover {
    background: #00000038;
}

button#button_left {
    position: relative;
    margin-left: -34px;
    z-index: -1;
    cursor: pointer;
}

.side-logo img {
    display: block;
    margin: 0px auto;
}

.side-logo {
    margin: 18px 0px 5px 0px;
}

.join {
    background: url(../images/common/btn-join.png) no-repeat;
    background-size: 100% 100%;
}

.join:hover {
    background: url(../images/common/btn-join-hover.png) no-repeat;
    background-size: 100% 100%;
    text-decoration: none;
}











.twitter {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 14px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.twitter:hover {
    color: #FF7D6D;
    text-decoration: none;
}

span {
    font-style: italic;
    display: block;
}

img {
    max-width: 100%;
}

/* Floating Social Media Bar Style Starts Here */

.fl-fl {
    text-transform: uppercase;
    padding: 4px;
    width: 190px;
    border: 1px solid #6ac1c5;
    position: fixed;
    left: -132px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    background: rgba(42, 183, 218, 1);
    background: -moz-linear-gradient(top, rgba(42, 183, 218, 1) 0%, rgba(9, 60, 90, 1) 71%, rgba(2, 32, 63, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(42, 183, 218, 1)), color-stop(71%, rgba(9, 60, 90, 1)), color-stop(100%, rgba(2, 32, 63, 1)));
    background: -webkit-linear-gradient(top, rgba(42, 183, 218, 1) 0%, rgba(9, 60, 90, 1) 71%, rgba(2, 32, 63, 1) 100%);
    background: -o-linear-gradient(top, rgba(42, 183, 218, 1) 0%, rgba(9, 60, 90, 1) 71%, rgba(2, 32, 63, 1) 100%);
    background: -ms-linear-gradient(top, rgba(42, 183, 218, 1) 0%, rgba(9, 60, 90, 1) 71%, rgba(2, 32, 63, 1) 100%);
    background: linear-gradient(to bottom, rgba(42, 183, 218, 1) 0%, rgba(9, 60, 90, 1) 71%, rgba(2, 32, 63, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ab7da', endColorstr='#02203f', GradientType=0);
}

.fa {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    width: 40px;
    margin-left: 2px;
}

.fl-fl:hover {
    left: 0;
}

.fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px !important;
    vertical-align: top !important;
    font-size: 10px;
    text-align: center;
    width: 100%;
}




.float-fb {
    top: 160px;
}

.float-tw {
    top: 215px;
}

.float-gp {
    top: 270px;
}

.float-rs {
    top: 325px;
}

.float-ig {
    top: 380px;
}

.float-pn {
    top: 435px;
}

/* Floating Social Media Bar Style Ends Here */

.fl-fl {
    display: flex;
}

.fl-fl i {
    color: #fff;
    font-size: 32px;
    margin-right: 5px;
    width: 64px;
    text-align: center;
    margin-top: 5px;
}

.fl-fl img {
    display: block;
    margin: 0px auto;
    margin-top: 5px;
}

.side-code {
    width: 67px;
    margin-right: 2px;
}

.scan-us {
    position: absolute;
    left: 0px;
    top: 52px;
    background: rgba(42, 183, 218, 1);
    background: -moz-linear-gradient(top, rgba(42, 183, 218, 1) 0%, rgba(9, 60, 90, 1) 71%, rgba(2, 32, 63, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(42, 183, 218, 1)), color-stop(71%, rgba(9, 60, 90, 1)), color-stop(100%, rgba(2, 32, 63, 1)));
    background: -webkit-linear-gradient(top, rgba(42, 183, 218, 1) 0%, rgba(9, 60, 90, 1) 71%, rgba(2, 32, 63, 1) 100%);
    background: -o-linear-gradient(top, rgba(42, 183, 218, 1) 0%, rgba(9, 60, 90, 1) 71%, rgba(2, 32, 63, 1) 100%);
    background: -ms-linear-gradient(top, rgba(42, 183, 218, 1) 0%, rgba(9, 60, 90, 1) 71%, rgba(2, 32, 63, 1) 100%);
    background: linear-gradient(to bottom, rgba(42, 183, 218, 1) 0%, rgba(9, 60, 90, 1) 71%, rgba(2, 32, 63, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ab7da', endColorstr='#02203f', GradientType=0);
    padding: 10px 20px;
}

.scan-us img {
    margin: 0px;
}

ul.list_menu {
    float: right;
    height: 240px;
    border-bottom: 1px solid #28b0d4;
    color: #ffffff;
}


.form-prov {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 8px;
    height: 35px;
    border: 1px solid #2cc0e3;
    padding: 0px 10px;
}

.list_box {
    padding: 10px;
}

.btn-sbt {
    border-radius: 20px 20px 20px 20px;
    background: #f9e885;
    background: -moz-linear-gradient(top, #f9e885 0%, #caa23f 100%);
    background: -webkit-linear-gradient(top, #f9e885 0%, #caa23f 100%);
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e885', endColorstr='#caa23f', GradientType=0);
    font-weight: bold;
    border: 1px solid #f8e784;
    width: 100%;
    cursor: pointer;
}

.btn-sbt:hover {
    background: linear-gradient(to bottom, rgba(12, 17, 21, 1) 0%, rgba(39, 44, 48, 1) 51%, rgba(11, 14, 18, 1) 100%);
    color: #fff;
}

.wlt-btn p {
    padding: 0px;
    margin: 0px;
}

.wlt-btn {
    text-align: center;
    background: linear-gradient(to bottom, rgba(12, 17, 21, 1) 0%, rgba(39, 44, 48, 1) 51%, rgba(11, 14, 18, 1) 100%);
    color: #fff;
    border: 1px solid #f8e784;
    border-radius: 20px;
    margin-top: 8px;
    margin-bottom: 10px;
}

.wlt-amt {
    display: flex;
    justify-content: center;
}

.li-box {
    padding: 0px 10px 0px 10px;
    overflow: auto;
    height: 195px;
}

.box-tlb {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    margin-bottom: 5px;
}

.li-box::-webkit-scrollbar {
    width: 10px;
    border-radius: 5px;
}

.li-box::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

.li-box::-webkit-scrollbar-thumb {
    background: rgba(2, 32, 63, 1);
    background: -moz-linear-gradient(top, rgba(2, 32, 63, 1) 0%, rgba(43, 188, 224, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2, 32, 63, 1)), color-stop(100%, rgba(43, 188, 224, 1)));
    background: -webkit-linear-gradient(top, rgba(2, 32, 63, 1) 0%, rgba(43, 188, 224, 1) 100%);
    background: -o-linear-gradient(top, rgba(2, 32, 63, 1) 0%, rgba(43, 188, 224, 1) 100%);
    background: -ms-linear-gradient(top, rgba(2, 32, 63, 1) 0%, rgba(43, 188, 224, 1) 100%);
    background: linear-gradient(to bottom, rgba(2, 32, 63, 1) 0%, rgba(43, 188, 224, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02203f', endColorstr='#2bbce0', GradientType=0);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(2, 32, 63, 1);
    background: -moz-linear-gradient(top, rgba(2, 32, 63, 1) 0%, rgba(43, 188, 224, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2, 32, 63, 1)), color-stop(100%, rgba(43, 188, 224, 1)));
    background: -webkit-linear-gradient(top, rgba(2, 32, 63, 1) 0%, rgba(43, 188, 224, 1) 100%);
    background: -o-linear-gradient(top, rgba(2, 32, 63, 1) 0%, rgba(43, 188, 224, 1) 100%);
    background: -ms-linear-gradient(top, rgba(2, 32, 63, 1) 0%, rgba(43, 188, 224, 1) 100%);
    background: linear-gradient(to bottom, rgba(2, 32, 63, 1) 0%, rgba(43, 188, 224, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02203f', endColorstr='#2bbce0', GradientType=0);
    border-radius: 5px;
}

.btn-load {
    font-size: 12px;
    line-height: 22px;
    padding-left: 5px;
}

.form-prov:focus {
    outline: none;
}




/* .list_menu li:first-child img {
    display: block;
    margin: 0px auto;
    padding: 10px 0px;
} */

.cont-ttl {
    display: flex;
    align-items: center;
    color: #9664fa;
}

.cont-ttl span img {
    margin-right: 10px;
    max-width: 40px;
}

.cont-cont {
    margin: 5px 0px;
    background: #9664fa;
    text-align: center;
    padding: 5px;
    border-radius: 8px;
    width: 100%;
    color:#fff;
}

img.img-fluid {}

.cont-qr img {
    display: block;
    margin: 0px auto;
    padding-top: 10px;
}