* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    text-decoration: none !important;
}

.copyrightt
{
    color: #B3994C !important;
}

body {
    background-color: rgb(18, 18, 18);
}

header, footer {
    background-color: rgb(31, 31, 31);
}

.bg-light-gray {
    background-color: rgb(31, 31, 31) !important;
}

.bg-dark-gray {
    background-color: rgb(18, 18, 18) !important;
}

.text-dark-white {
    color: #B3994C !important;
}

.font-14px {
    font-size: 14px;
}

.font-16px {
    font-size: 16px;
}

nav ul li a:hover, footer ul li a:hover {
    color: #ffffff !important;
}

.bg-light-gray {
    background-color: #d4d4d4;
}

.text-dark-light {
    color: #B3994C !important;
}

.text-dark-l {
    color: #979191;
}

.div-child-box a {
    top: 20%;
    right: 2%;
}

.div-child-box {
    color: #B3994C !important;
}

.div-child-box:hover {
    background-color: rgb(31, 31, 31) !important;
    cursor: pointer;
}

.pointer-curs {
    cursor: pointer;
}

.img-icone {
    width: 55px;
}

.bg-blue {
    background-color: #0e0f84;
}

iframe {
    height: 600px;
}

.bg-danger-dark {
    background-color: #980101 !important;
}

.left100 {
    width: 150px;
    text-align: center;
    display: inline-block;
    height: 45px;
    font-size: 12px;
}

.rightauto {
    width: calc(100% - 160px);
    display: inline-block;
    height: 45px;
}

.a-scnd {
    height: 35px;
    top: -2px;
    right: 20px;
    line-height: 25px;
}

@media screen and (max-width: 769px) {
    .left100 {
        display: none !important;
    }
    .rightauto {
        width: 100%;
        margin-bottom: 20px;
        height: 37px;
    }
    .a-scnd {
        height: 25px;
        line-height: 15px;
    }
}

@media screen and (max-width: 600px) {
    #font-md-10 {
        font-size: 10px !important;
    }
    .font-md-10 {
        font-size: 10px !important;
    }
    iframe {
        height: 300px;
    }
    .rightauto {
        height: 30px;
    }
}

.color-div {
    border: 2px solid rgb(255, 58, 130);
    border-radius: 20px;
    background-color: #121212;
}

.text-pink {
    color: #ff3a82;
}

.bg-pink {
    background-color: #ff3a82 !important;
}

#tr-round {
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
}

@media screen and (max-width:750px) {
    .w-sm-90 {
       /* width: 90% !important;*/
    }
    .font-sm-16 {
        font-size: 16px !important;
    }
}
.thankyou{
    background-color: #FFFFFF;
    border: none;
    color: black;
}
.btn-prpl{
    background-color: #da91eb !important;
    color: #6b278c !important;
}
.btn-prpl-dark{
    background-color: #6b278c !important;
    color: #B3994C !important;
}
.bg-white-light{
    background-color: rgb(18,18,18) !important;
}