.row.headingcnt img {
	height: 70px !important;
	}

.primary-bg {
    background-color: #030303 !important;
    padding-bottom: 40px !important;
}

.card.bg-light {
     background: #2a2a31 !important;
    border-radius: 30px;
    border: 2px solid rgba(58, 53, 58, .8);
}

.card.bg-light img:last-child {
     padding-top: 30px;
}

.headingcnt .col-md-4.text-center .row {
row-gap: 16px;
}

 .card-body a strong {
 color: #ffd234 !important;
 text-decoration: underline;
 font-weight: 600 !important;
 }
 
  .card-body span a:hover {
 color: #2cd97d !important;
 text-decoration: underline;
 }
 
 .card-body .row .col-lg-6 span strong {
 color: #fff;
 }
 
 .card-body p > a strong, .card-body p + a strong {
 color: #ffd234 !important;
 text-decoration: underline;
 font-size: 14.6667px !important;
 }
 
 .btn.btn-default.bmbtn.btn1 {
    color: #030303 !important;
    background-color: #ffd234 !important;
    border: none !important;
}

 .btn.btn-default.bmbtn.btn1:hover {
	 background-color: #ffd234 !important;
	 filter: none !important;
}

.btn.btn-default.bmbtn.btn2 {
    color: #fff !important;
    background-color: #394084 !important;
}

.btn.btn-default.bmbtn.btn2:hover {
      background-color: #394084!important;
      filter: none !important;
}

h1 {
    color: #fff !important;
    font-size: 32px !important;
    font-weight: 800 !important;
}

.card-header {
background: #2a2a31 !important;
border-bottom: none !important;
}

.card-header h2 span strong, .card-header h2 strong span {
      position: relative;
      color: #ffd234 !important;
        font-weight: 800 !important;
        font-size: 20px !important;
        padding-bottom: 5px;
}

.card-body h3, .card-body h4 {
    color: #ffd234 !important;
}

.card-body h3 strong span, .card-body h4 strong span {
    color: #ffd234 !important;
    font-size: 20px !important;
}

.card-body p {
    color: #fff !important;
}

.card-body .btn.btn-danger.btn-lg {
    font-weight: 700;
    margin-top: 16px;
    padding: 8px 24px;
    border-radius: 3px;
         color: #030303 !important;
    background-color: #ffd234 !important;
}

.card-body .btn.btn-danger.btn-lg:hover {
      background-color: #ffd234 !important;
}

table {
        color: rgba(255, 255, 255, 0.7) !important;
    background-color: transperant !important;
    border: 2px solid rgba(255, 255, 255, 0.8) !important;
}

thead tr th {
    color: #fff !important;
    background-color: rgb(31, 28, 38) !important;
    border: 2px solid rgba(255, 255, 255, 0.8) !important;
}
    
thead.table-light tr th {
     color: #fff !important;
    background-color: #030303 !important;
    border: 2px solid rgba(255, 255, 255, 0.8) !important;
}
    
    table td a {
        color: rgb(228, 88, 9) !important;
        text-decoration: none !important;
    }
    
    table td a:hover {
        text-decoration: underline !important;
    }

    .header_pc .pc_label {
    	color: #030303 !important;
        top: -20px !important;
        font-size: 13px !important;
        padding: 1px 0 !important;
        background: #ffd234 !important;
        font-weight: 600;
        border-radius: 4px 4px 0 0;
    }

    .form-group.header_pc button {
        background-color: #ffd234 !important;
        height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 15px;
        border-radius: 0 4px 4px 0 !important;
        color: #030303;
    }

    .col-lg-5+.col-lg-7 {
        justify-content: center;
        display: flex;
        align-items: flex-start;
    }

    .form-group.header_pc.position-relative.pt-2 {
        padding-top: 0 !important;
        margin: 0 20px 0;
    }

    .header_pc input {
        border-bottom-left-radius: 4px !important;
        font-weight: 600;
        font-size: 1.2rem !important;
        height: 42px !important;
    }

    .col-md-4.text-center {
        display: flex;
        align-items: center;
        margin-top: 5px;
    }

    .text-center .row .col-md-12 {
        display: flex;
        align-items: center;
    }

    .text-center .row .col-md-12 a {
        margin: 0 !important;
    }

    .btn.btn-default.bmbtn.btn1,
    .btn.btn-default.bmbtn.btn2 {
         font-weight: 700;
         font-size: 20px !important;
         border-radius: 3px !important;
    }

    @media (max-width: 768px) {
        .col-md-4.text-center {
            display: initial;
            margin-top: 0;
        }

        .text-center .row .col-md-12 {
            display: initial;
        }

        .card-body {
            padding: 14px 16px 25px !important;
        }

        .card-header h2 {
            margin-left: 0;
        }

        .form-group.header_pc {
            margin: 25px 0 16px;
            width: 80%;
            display: flex;
        }

        .header_pc input {
            max-width: 250px;
        }

        .form-group.header_pc button {
            height: 42px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0 15px;
        }
    }

    @media (max-width: 992px) {
        table {
            width: 100% !important;
            max-width: 100% !important;
        }
        
        .headingcnt {
        gap:16px;
        }
        
        .headingcnt .col-md-8 .row {
        gap: 30px;
        }
    }

    .faq-area+.row h2 {
        padding: 0;
        margin: 50px 3.75px 3.75px;
        text-transform: uppercase;
        font-size: 24px !important;
        color: #fff;
        font-weight: 400 !important;
    }

    .faq-area+.row h2 i {
        color: #fff;
        margin-bottom: 16px;
    }

    .author-box h3 {
        font-weight: 500 !important;
        color: #fff;
        padding-right: 0 !important;
        margin-right: 12px;
        white-space: nowrap;
    }

    .author-box .row .col-lg-6 .row .col-lg-10 a h4 {
        white-space: nowrap;
    }

    .author-social .text-white i {
        color: #ffd234 !important;
    }
        
    .faq-area+.row {
        width: 100%;
    }

    .row .col-lg-8 {
        width: 100%;
    }

    .author-box h3 {
        font-weight: 500 !important;
        color: #fff;
        padding-right: 0 !important;
        margin-right: 12px;
        white-space: nowrap;
    }

    .author-box .row .col-lg-6 .row .col-lg-10 a h4 {
        white-space: nowrap;
    }

    .author-social .text-white {
        color: #96db00 !important;
    }

    .author-box .row .col-lg-6 {
        width: 100% !important;
        flex-direction: column;
    }

    @media (min-width: 1024px) {
        .author-box .row .col-lg-6 {
            padding-right: 0 !important;
            column-gap: 10px;
            width: 50% !important;
            flex-direction: row;
        }

        .author-box .row .col-lg-6 .row .col-lg-10 {
            column-gap: 10px;
        }

        .author-box .row .col-lg-6 .row .col-lg-10 a h4 {
            margin-right: 0 !important;
        }

        .author-box .row .col-lg-6 {
            padding-right: 0 !important;
            column-gap: 10px;
            width: 50% !important;
            flex-direction: row;
        }

        .author-box .row .col-lg-6 h3+.row {
            column-gap: 10px;
            flex-wrap: nowrap;
        }
        
            .card-body {
        padding: 0 2rem 1rem !important;
    }
    
	    .card-header {
	    margin: 0.5rem 2rem !important;
	    padding: 8px 0 !important;
	    }
    }

    .author-social {
        color: rgb(1, 211, 112) !important;
    }

    @media (min-width: 600px) and (max-width: 1023px) {
        .author-box .row .col-lg-6 {
            padding-right: 0 !important;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .author-box .row .col-lg-6 h3 {
            padding: 0 !important;
        }

        .author-box .row .col-lg-6 .row {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            width: 100%;
        }

        .author-image {
            display: flex;
            justify-content: center;
            padding: 10px;
        }

        .author-box .row .col-lg-6 .row .col-lg-10 {
            flex-direction: column;
            align-items: center;
            margin-bottom: 20px;
        }

        .author-box .row .col-lg-6 .row .col-lg-10 a h4,
        .author-social i {
            margin-right: 0 !important;
        }
    }

    @media (max-width: 480px) {
        .fa-chevron-down.pull-right {
            display: none;
        }
        
         .author-social i {
            margin-right: 0 !important;
        }
        
        .card-header h2 {
        font-size: 20px;
        }
    }


    .border.rounded.d-block.mt-05.p-2.faqBar.position-relative {
        display: flex !important;
        cursor: pointer;
        align-items: center;
        padding: 10px 15px !important;
        min-height: 67px;
        margin: 0;
        color: #fff !important;
           background: #2a2a31 !important;
    border-radius: 30px !important;
    border: 2px solid rgba(58, 53, 58, .8) !important;
        margin-top: 10px;
    }

    .faqBar i {
        font-size: 18px;
    }

    .faqBar h3 {
        margin: 0 !important;
        font-size: 16px;
        color: #fff !important;
        font-weight: 700;
        text-transform: none;
    }

    .fa-chevron-down.pull-right {
        margin-left: auto;
        color: #fff !important;
    }

    .fa-question-circle {
        margin-right: 12px;
        color: #ffd234 !important;
    }

    .faqContent {
        padding: 15px 25px !important;
        font-size: 14px;
        font-weight: 500;
        color: #fff !important;
        background: #2a2a31 !important;
    border: 2px solid rgba(58, 53, 58, .8) !important;
        border-radius: 3px !important;
    }