/* CSS Code Added By Bilal */
@media (max-width: 778px) {
    .heading-row h1{
       width:100% !important;
    }
    .dropdown{ text-align: center; padding-top: 0px !important;
        width:100% !important;
     }
     .logo{width: 100%;}
}
.dropbtn {
    background-color: transparent;
    color: wheat;
    padding: 1vw 0px;
    font-size: 16px;
    border: none;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    border-radius: 10px;
    background-color: #55c88a;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {
      background-color: #8ed195;
      border-radius: 10px;
      
      
  }
  
  .dropdown:hover .dropdown-content {display: block;}
  

/* END CSS Code Added By Bilal */

#main {
    background: url(../images/deposits.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    overflow-x: hidden;
}
.heading-row{
     background: rgba(0, 0, 0, .5);
}
.heading-row h1 {
    color: #ff008d;
    padding: 30px 0 30px;
    font-weight: 700;
    font-family: url(https://www.casino-street.com/Clip.ttf);
}
.main-row {
    padding: 20px 0px;
    min-height: 95vh;
}
.row-single {
    padding: 20px 0;
    border-style: solid;
    border-width: 2px;
    border-color: #55c88a;
    border-radius: 11px;
    margin-bottom: 10px;
    background: #fa0d5e17;
}
.row-single img {

    max-height: 170px;
}
.main-img {
    max-width: 400px;
}
p {
    color: #fff;
}
.pay-icon {
    max-width: 35px;
    height: auto;
}
.payment-list {
    margin: 0;
    padding: 0;
}
.payment-list li {
    list-style: none;
    display: inline;
    margin: 10px;
}
.payment-list li:first-child {
    margin-left: 0;
}
.single-content {
    padding: 0 45px;
}
.text-content {
    padding-top: 35px;
    text-align: center!important;
    background: #0f36c342;
    border: 2px solid #50093540;
    font-size: 18px;
    font-weight: 500;
}
.text-content h2 {

    color: #ff008d;

}
.text-content p {
    max-width: 950px;
    color: #ffffff;
    display: inline-block;
    text-shadow: -6px 4px 10px #040000;
    font-size: 18px;

}
.text-content li {
    color: #ffffff;

}
#footer {
    background: #000;
    padding: 8px 0;
    text-align: center;

}
#footer img {
    width:40px;
    margin: 5px 20px;
}

@media (max-width: 575.99px) {
    .main-img {
        margin-bottom: 20px;
    }
}