@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Poppins');

body {
    font-family: 'Open Sans' !important;
    background: #000 !important;
    color: #fff !important;
    min-height: 100vh;
    position: relative;
    margin: 0;
    text-align: center;
}

@font-face {
  font-family: TestFont;
  src: url(/assets/3/font/BebasKai.otf);
}

marquee{
  font-size:15px;
  font-weight :600;
  font-family: Arial;
}

a {
    text-decoration: none;
}
a:focus,
a:hover {
    text-decoration: none !important;
}
button {
    color: #fff;
    outline: none;
}
p {
    margin: 0;
}
.img-res  {
    width: 100%;
}
.title {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
}
.subtitle {
    color: #ea3524;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
}
.border {
    border-top: 3px solid #ea3e30;
    width: 5%;
    margin: auto;
    margin-bottom: 40px;
}
.info-div {
    padding-top: 29.5938px;
    padding-bottom: 29.5938px;
}

/* --- SIDEBAR CSS --- */
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #191919;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    display: none;
}
#sidebar.active {
    left: 0;
}
#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #FFFFFF;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}
#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}
#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: #fff;
}
#sidebar ul li a:hover {
    color: #FFFFFF !important;
    text-decoration: none;
}
a[data-toggle="collapse"] {
    position: relative;
}
.list-unstyled {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}
.list-unstyled li {
    border-bottom: 1px solid #525252;
}
.list-unstyled li span {
    margin-right: 10px;
    color: #808080;
}

#sidebarCollapse {
    background: none;
    border: none;
    color: #fff;
    font-size: 25px;
    float: left;
    margin-top: 3px;
    display: none;
}
/* --- END SIDEBAR CSS --- */

/* --HEADER CSS-- */
.menu {
    background: #2c2c2c;
    background: -moz-linear-gradient(top, #2c2c2c 0%, #131112 100%);
    background: -webkit-linear-gradient(top, #2c2c2c 0%,#131112 100%);
    background: linear-gradient(to bottom, #2c2c2c 0%,#131112 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#131112',GradientType=0 );
    width: 100%;
    text-transform: uppercase;
    padding: 10px 0;
    text-align: left;
}
.menu-content {
    width: 55%;
    margin: auto;
    display: block;
}
.logo {
    height: 47px;
}
.menu-list {
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
    float: right;
    text-transform: uppercase;
    font-size: 17px;
}
.menu-list a:not(:last-child) {
    margin-right: 25px;
}
.menu-list a:hover,
.menu-list a:focus,
.active {
    color: #FFFFFF !important;
    font-weight: 600;
}
/* --END HEADER CSS-- */

/* --FOOTER CSS-- */
.footer {
    background: #2c2c2c;
    background: -moz-linear-gradient(top, #2c2c2c 0%, #111111 100%);
    background: -webkit-linear-gradient(top, #2c2c2c 0%,#111111 100%);
    background: linear-gradient(to bottom, #2c2c2c 0%,#111111 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#111111',GradientType=0 );

    padding: 15px;
    text-align: center;
}
.footer img {
    width: 80%;
}
.footer-top {
    width: 55%;
    margin: auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #525252;
}
.footer-top img:not(:last-child),
.fb-left img:not(:last-child) {
    margin-right: 15px;
    vertical-align: bottom;
}
.footer-bottom {
    width: 55%;
    margin: auto;
    margin-top: 10px;
}
.fb-left,
.fb-right {
    display: inline-block;
    width: 44%;
}
.fb-left {
    border-right: 1px solid #525252;
    padding-right:  30px;
}
.fb-right {
    vertical-align: sub;
}
.fb-right p {
    margin: 0 !important;
    color: #828282 !important;
    font-size: 15px;
    display: inline-block;
}
.footer-btn {
    margin-bottom: 12px;
}
.footer-btn button {
    background: #262626;
    box-shadow: inset 0px 10px 20px -5px #050505, inset 0px -10px 20px -5px #050505;

    border-left: 2px solid #444444;
    border-right: 2px solid #444444;
    border-bottom: 3px solid #444444;
    border-top: none;
    border-radius: 10px;
    width: 178px;
    padding: 10px;
    margin: 0 5px;
}
.footer-btn button:hover,
.footer-btn button:focus {
    background: #333333;
}
.flex-container {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.flex-container > div {
  height: 35px;
}

.b-bank.bca{
    background: url("/assets/1/img/bca1.png") no-repeat center;
    background-size: 70% 70%;

}
.b-bank.bca:hover {
    background: url("/assets/1/img/bca.png") no-repeat center;
    background-size: 70% 70%;

}
.b-bank.ovo{
background: url("/assets/1/img/ovo.png") no-repeat center;
background-size: 50%;
}
.b-bank.ovo:hover {
background: url("/assets/1/img/ovo1.png") no-repeat center;
background-size: 50%;
}
.b-bank.linkaja{
background: url("/assets/1/img/linkaja.png") no-repeat center;
background-size: 67%;
}
.b-bank.linkaja:hover {
background: url("/assets/1/img/linkaja1.png") no-repeat center;
background-size: 67%;
}
.b-bank.dana{
background: url("/assets/1/img/dana.png") no-repeat center;
background-size: 75%;
}
.b-bank.dana:hover {
background: url("/assets/1/img/dana1.png") no-repeat center;
background-size: 75%;
}
.b-bank.gopay{
background: url("/assets/1/img/gopay.png") no-repeat center;
background-size: 75%;
}
.b-bank.gopay:hover {
background: url("/assets/1/img/gopay1.png") no-repeat center;
background-size: 75%;
}
.b-bank.mega{
background: url("/assets/1/img/mega.png") no-repeat center;
background-size: 75%;
}
.b-bank.mega:hover {
background: url("/assets/1/img/mega1.png") no-repeat center;
background-size: 75%;
}
.b-bank.bni{
    background: url("/assets/1/img/bni1.png") no-repeat center;
    background-size: 66% 85%;

}
.b-bank.bni:hover {
    background: url("/assets/1/img/bni.png") no-repeat center;
    background-size: 66% 85%;

}
.b-bank.bri{
    background: url("/assets/1/img/bri1.png") no-repeat center;
    background-size: 75% 70%;

}
.b-bank.bri:hover {
    background: url("/assets/1/img/bri.png") no-repeat center;
    background-size: 75% 70%;

}
.b-bank.cimb{
    background: url("/assets/1/img/cimbniaga1.png") no-repeat center;
    background-size: 98% 43%;
    }
.b-bank.cimb:hover {
    background: url("/assets/1/img/cimbniaga.png") no-repeat center;
    background-size: 98% 70%;
    }
.b-bank.kospin{
    background: url("/assets/1/img/kospinjasa1.png") no-repeat center;
    background-size: 80% 80%;
}
.b-bank.kospin:hover {
    background: url("/assets/1/img/kospinjasa.png") no-repeat center;
    background-size: 80% 80%;
}
.b-bank.mandiri{
    background: url("/assets/1/img/mandiri1.png") no-repeat center;
    background-size: 80% 80%;

}
.b-bank.mandiri:hover {
    background: url("/assets/1/img/mandiri.png") no-repeat center;
    background-size: 80% 80%;

}
.b-bank.permata{
    background: url("/assets/1/img/permatabank1.png") no-repeat center;
    background-size: 80%;


}
.b-bank.permata:hover {
    background: url("/assets/1/img/permatabank.png") no-repeat center;
    background-size: 80%;


}
.b-bank.bsi{
    background: url("/assets/1/img/bsi.png") no-repeat center;
    background-size: 80%;
    }
.b-bank.bsi:hover {
    background: url("/assets/1/img/bsi1.png") no-repeat center;
    background-size: 80%;
    }
.b-bank.voucher{
    background: url("/assets/1/img/voucher88.png") no-repeat center;
    background-size: 80%;
}
.b-bank.voucher:hover {
    background: url("/assets/1/img/voucher88w.png") no-repeat center;
    background-size: 80%;
}
.b-bank.maybank{
    background: url("/assets/1/img/maybank1.png") no-repeat center;
    background-size: 95%;
}
.b-bank.maybank:hover{
    background: url("/assets/1/img/maybank.png") no-repeat center;
    background-size: 95%;
}
.b-bank.paninbank{
    background: url("/assets/1/img/paninbank1.png") no-repeat center;
    background-size: 95%;
}
.b-bank.paninbank:hover{
    background: url("/assets/1/img/paninbank.png") no-repeat center;
    background-size: 95%;
}
/* --END FOOTER CSS-- */

/* --HOME CSS-- */
#home {
    background: #f6f6f6;
}
.info-div {
    width: 55%;
    margin: auto;
    text-align: left;
    color: #3f3f3f;
}
.info-top {
    width: 65%;
}
.info-top-content {
    margin-left: -15px;
    padding-left: 15px;
    border-left: 3px solid #000;
}
.info-title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.join-now-btn {
    border: none;
    background: #142129;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}
.join-now-btn span {
    background: #bcbcbc;
    background: -moz-linear-gradient(top, #bcbcbc 0%, #6e6e6e 100%);
    background: -webkit-linear-gradient(top, #bcbcbc 0%,#6e6e6e 100%);
    background: linear-gradient(to bottom, #bcbcbc 0%,#6e6e6e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#6e6e6e',GradientType=0 );
    padding: 15px;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-right: -16px;
    margin-left: 15px;
}
.join-now-btn:hover {
    background: #fff;
    color: #142129;
}
.info-content span {
    display: block;
}
.info-bottom {
    margin: 10px auto;
}
.ib-left {
    display: inline-block;
    width: 55%;
    margin-right: 30px;
    padding: 8px 0px 0px;
}
.ibl-col {
    display: inline-block;
    width: 48%;
    margin: 20px 0;
}
.ibl-col li {
    list-style: none;
}
.ibl-col i {
    margin-right: 10px;
}
.ib-right {
    display: inline-block;
    width: 40%;
    text-align: center;
    vertical-align: top;
}
div.sosmed{
    margin:10px;
    margin-left: 30px;
}
div.med img {
  width: 35px;
  height: 35px;
}
.s-med{

    width:45px;
    margin-right: 5px;
}
div.s-med img{
    height:35px;
    width:35px;
}
div.video-container {
    margin-top: 53px;
}
.play-now-btn {
    background: #5eb844;
    background: -moz-linear-gradient(top, #5eb844 0%, #136403 100%);
    background: -webkit-linear-gradient(top, #5eb844 0%,#136403 100%);
    background: linear-gradient(to bottom, #5eb844 0%,#136403 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eb844', endColorstr='#136403',GradientType=0 );
    border: 1px solid #60bb46;
    margin-right: 25px;
}
.register-btn {
    background: #4c71da;
    background: -moz-linear-gradient(top, #4c71da 0%, #153eac 100%);
    background: -webkit-linear-gradient(top, #4c71da 0%,#153eac 100%);
    background: linear-gradient(to bottom, #4c71da 0%,#153eac 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c71da', endColorstr='#153eac',GradientType=0 );
    border: 1px solid #6b86fb;
}
.play-now-btn:hover,
.play-now-btn:focus {
    background: #5eb844;
}
.register-btn:hover,
.register-btn:focus {
    background: #4c71da;
}
/* --END HOME CSS-- */

/* --MOBILE CSS-- */
.mobile-top  {
    background: url(../img/stripe-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 20px 0 60px 0;
}
.mob-row {
    width: 55%;
    margin: auto;
}
.mt-left {
    display: inline-block;
    margin: auto;
    margin-right: 80px;
    text-align: left;
    width: 45%;
}
.mt-title {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 10px;
}
.cek-disini {
    text-transform: uppercase;
    margin-top: 15px;
    padding: 10px 30px;
    font-size: 15px;
    border: 2px solid #fff;
    background: transparent;
}
.cek-disini:hover {
    background: #fff;
    color: #000;
    font-weight: 600;
}
.mt-right {
    display: inline-block;
    vertical-align: top;
    margin: auto;
    width: 42%;
}
.mobile-bottom,
.cd-bottom {
    background: #a81408;
    background: -moz-linear-gradient(right, #a81408 0%, #e63e31 100%);
    background: -webkit-linear-gradient(right, #a81408 0%,#e63e31 100%);
    background: linear-gradient(to left, #a81408 0%,#e63e31 100%);
    color: #fff;
    text-align: left;
}
.mb-left {
    display: inline-block;
    width: 38%;
}
.mb-right {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 52%;
    margin-left: 50px;
}
.ios-btn {
    background: url(../img/ios-btn.png);
    margin-right: 10px;
}
.android-btn {
    background: url(../img/android-btn.png);
}
.ios-btn,
.android-btn {
    width: 175px;
    height: 54px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: none;
    margin-top: 30px;
}
/* --END MOBILE CSS-- */


/* --CARA DAFTAR CSS-- */
.cd-top {
    background: url(../img/stripe-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 20px 0;
}
.cd-row {
    width: 55%;
    margin: auto;
    text-align: center;
}
.cd-col {
    display: inline-block;
    width: 48%;
}
.cd-text{
    text-align: left;
    vertical-align: middle;
}
.cd-right {
    margin-left: 20px;
}
.cd-title {
    color: #cbd804;
    font-size: 24px;
    margin-bottom: 10px;
}
.daftar-sekarang {
    border: none;
    border-radius: 5px;
    background: #060606;
    text-transform: uppercase;
    padding: 10px 15px;
    margin-top: 15px;
}
.daftar-sekarang:hover {
    background: #fff;
    color: #060606;
    font-weight: 600;
}
/* --END CARA DAFTAR CSS-- */

/* --CONTACT US CSS-- */
.cu-top {
    background: #0d0d0d;
    padding: 30px 0 0 0;
}
.ct-row {
    display: block;
    margin-bottom: 30px;
}
.social-btn {
    border: none;
    background: url(../img/dewacasino/rhomb-outline.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    font-size: 35px;
}
.social-btn:hover {
    color: #ea3e30;
    background: url(../img/rhomb-outline-hover.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.ct-row a:first-child {
    margin-right: 30px;
}
.ct-row a:last-child {
    margin-left: 30px;
}
.cu-bottom {
    background: #fff;
    color: #000;
}
.cu-text {
    width: 55%;
    margin: auto;
}
.cu-text p {
    margin-bottom: 10px;
}
.hubungi-kami-btn {
    border: none;
    background: url(../img/dewacasino/hubungi-kami-btn.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-transform: uppercase;
    color: #000;
    width: 305px;
    height: 61px;
    font-size: 25px;
    font-weight: 600;
    margin-top: 15px;
    padding: 0;
    padding-left: 40px;
    margin-left: -40px;
}
.hubungi-kami-btn:hover {
    color: #e84035;
}
/* --END CONTACT US CSS-- */

@media (max-width: 1023px) {
  .b-bank.bca{
background: url("/assets/1/img/bca1.png") no-repeat center;
background-size: 75%;
}
.b-bank.bca:hover {
background: url("/assets/1/img/bca.png") no-repeat center;
background-size: 75%;
}
.b-bank.ovo{
background: url("/assets/1/img/ovo.png") no-repeat center;
background-size: 50%;
}
.b-bank.ovo:hover {
background: url("/assets/1/img/ovo1.png") no-repeat center;
background-size: 50%;
}
.b-bank.linkaja{
background: url("/assets/1/img/linkaja.png") no-repeat center;
background-size: 67%;
}
.b-bank.linkaja:hover {
background: url("/assets/1/img/linkaja1.png") no-repeat center;
background-size: 67%;
}
.b-bank.dana{
background: url("/assets/1/img/dana.png") no-repeat center;
background-size: 75%;
}
.b-bank.dana:hover {
background: url("/assets/1/img/dana1.png") no-repeat center;
background-size: 75%;
}
.b-bank.gopay{
background: url("/assets/1/img/gopay.png") no-repeat center;
background-size: 75%;
}
.b-bank.gopay:hover {
background: url("/assets/1/img/gopay1.png") no-repeat center;
background-size: 75%;
}
.b-bank.bni{
background: url("/assets/1/img/bni1.png") no-repeat center;
background-size: 70%;
}
.b-bank.bni:hover {
background: url("/assets/1/img/bni.png") no-repeat center;
background-size: 70%;
}
.b-bank.bri{
background: url("/assets/1/img/bri1.png") no-repeat center;
background-size: 100%;
margin-right: 4px;
}
.b-bank.bri:hover {
background: url("/assets/1/img/bri.png") no-repeat center;
background-size: 100%;
margin-right: 4px;
}
.b-bank.cimb{
background: url("/assets/1/img/cimbniaga1.png") no-repeat center;
background-size: 105%;
margin-right: 4px;
}
.b-bank.cimb:hover {
background: url("/assets/1/img/cimbniaga.png") no-repeat center;
background-size: 105%;
margin-right: 4px;
}
.b-bank.kospin{
background: url("/assets/1/img/kospinjasa1.png") no-repeat center;
background-size: 100%;
margin-right: 4px;
}
.b-bank.kospin:hover {
background: url("/assets/1/img/kospinjasa.png") no-repeat center;
background-size: 100%;
margin-right: 4px;
}
.b-bank.mandiri{
background: url("/assets/1/img/mandiri1.png") no-repeat center;
background-size: 98%;
margin-right: 4px;
margin-top: -3px;
}
.b-bank.mandiri:hover {
background: url("/assets/1/img/mandiri.png") no-repeat center;
background-size: 98%;
margin-right: 4px;
margin-top: -3px;
}
.b-bank.permata{
background: url("/assets/1/img/permatabank1.png") no-repeat center;
background-size: 104%;
margin-right: 2px;
margin-top: -1px;
}
.b-bank.permata:hover {
background: url("/assets/1/img/permatabank.png") no-repeat center;
background-size: 104%;
margin-right: 2px;
margin-top: -1px;
}
.b-bank.voucher {
  background: url("/assets/1/img/voucher88.png") no-repeat center;
  background-size: 90%;
  margin-top: 1px;
}
.b-bank.voucher:hover {
  background: url("/assets/1/img/voucher88w.png") no-repeat center;
  background-size: 90%;
  margin-top: 1px;
}



div.sosmed{
    margin:10px;
    margin-left: -20px;
}
.s-med{

    width:45px;
    margin-right: 5px;
}
div.s-med img{
    height:25px;
    width:25px;
}
div.video-container {
    margin-top: 42px;
}
div.med img {
  width: 35px;
  height: 35px;
}
.medsos {
  top: 51%;
}
}


@media (max-width: 1850px) {
    .mt-title,
    .cd-title {
        font-size: 22px;
    }
}
@media (max-width: 1600px) {
    .join-now-btn {
        font-size: 18px;
    }
}
@media (max-width: 1500px) {
    .menu-content,
    .footer-top,
    .footer-bottom,
    .info-div,
    .mob-row,
    .cd-row,
    .cu-text {
        width: 65%;
    }
}
@media (max-width: 1400px) {
    .menu-content,
    .footer-top,
    .footer-bottom,
    .info-div,
    .mob-row,
    .cd-row,
    .cu-text {
        width: 70%;
    }
}
@media (max-width: 1300px) {
    .menu-content,
    .footer-top,
    .footer-bottom,
    .info-div,
    .mob-row,
    .cd-row,
    .cu-text {
        width: 75%;
    }
    .join-now-btn {
        font-weight: 100;
        font-size: 16px;
        padding: 8px 20px;
    }
    .join-now-btn:hover {
        font-weight: 600;
    }
    .join-now-btn span {
        margin-top: -8px;
        margin-bottom: -8px;
        margin-right: -20px;
        margin-left: 20px;
    }
}
@media (max-width: 1200px) {
    .menu-content,
    .footer-top,
    .footer-bottom,
    .info-div,
    .mob-row,
    .cd-row,
    .cu-text {
        width: 80%;
    }
}
@media (max-width: 1100px) {
    .menu-content,
    .footer-top,
    .footer-bottom,
    .info-div,
    .mob-row,
    .cd-row,
    .cu-text {
        width: 85%;
    }
}
@media (max-width: 1000px) {
    .menu-content,
    .footer-top,
    .footer-bottom,
    .info-div,
    .mob-row,
    .cd-row,
    .cu-text {
        width: 90%;
    }
}
@media (max-width: 900px) {
    .menu-content,
    .footer-top,
    .footer-bottom  {
        width: 95%;
    }
    .footer img {
        width: 85%;
    }
    .fb-right {
        vertical-align: top;
    }
    .fb-right p {
        display: block;
    }
    .mt-title,
    .cd-title {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    #sidebar,
    #sidebarCollapse {
        display: block;
    }
    .menu {
        text-align: right;
        padding: 10px 0 10px 10px;
    }
    .menu-list {
        display: none;
    }
    .info-top-content {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }
    .info-top {
        width: 100%;
    }
    .ibl-col {
        text-align: left;
    }
    .info-bottom,
    .mob-row,
    .cd-row {
        display: flex;
        flex-direction: column;
    }
    .ib-right,
    .mt-right,
    .mb-left,
    .cd-top .cd-col:first-child,
    .cd-bottom .cd-right {
        order: 1;
        width: 55%;
        margin: auto;
    }
    .ib-left,
    .mt-left,
    .mb-right,
    .cd-text {
        order: 2;
        width: 100%;
        text-align: center;
    }
    .join-now-btn span {
        padding: 12px;
    }
    .mt-left,
    .cd-text {
        margin-top: 30px;
    }
    .mb-right {
        margin-left: 0;
        margin-top: 30px;
    }
    .cd-right {
        margin-left: 0;
    }
    .hubungi-kami-btn {
        width: 265px;
        height: 51px;
        font-size: 22px;
    }
}
@media (max-width: 736px) {
    .fb-right p {
        font-size: 12px;
    }
    .join-now-btn span {
        margin-left: 10px;
    }
}
@media (max-width: 667px) {
    .ios-btn, .android-btn {
        width: 155px;
        height: 49px;
    }
}
@media (max-width: 568px) {
    .fb-left,
    .fb-right {
        display: block;
        margin: auto;
    }
    .fb-left {
        border-right: none;
        padding-right: 0;
        margin-bottom: 10px;
        width: 60%;
    }
    .fb-right {
        width: 100%;
        vertical-align: top;
        padding-top: 10px;
    }
    .fb-right p {
        font-size: 15px;
        display: inline-block;
    }
    .title {
        font-size: 25px;
    }
    .subtitle {
        font-size: 20px;
    }
}
@media (max-width: 425px) {
    .footer-top,
    .footer-bottom {
        width: 100%;
    }
    .footer img {
        width: 95%;
    }
    .fb-right p {
        font-size: 10px;
    }
    .ib-right,
    .mt-right,
    .mb-left,
    .cd-top .cd-col:first-child,
    .cd-bottom .cd-right  {
        width: 100%;
    }
    .logo {
        height: 37px;
    }
    .fb-right p {
        font-size: 12px;
    }
    .subtitle {
        font-size: 18px;
    }
    .hubungi-kami-btn {
        margin-left: -25px;
    }
}
@media (max-width: 375px) {
    .fb-right p {
        font-size: 10px;
    }
    .title {
        font-size: 22px;
    }
    .subtitle {
        font-size: 16px;
    }
    .ios-btn, .android-btn {
        width: 135px;
        height: 44px;
    }
    .social-btn {
        width: 80px;
        height: 80px;
        font-size: 30px;
    }
    .ct-row a:first-child {
        margin-right: 20px;
    }
    .ct-row a:last-child {
        margin-left: 20px;
    }
    .hubungi-kami-btn {
        width: 245px;
        font-size: 20px;
    }
}
@media (max-width: 320px) {
    .ibl-col {
        padding-left: 0;
    }
}
