.payment-pay-img img {
    width: 175px;
    margin-bottom: 10px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.speakers-section {
    padding: 50px 0 20px;
    background-color: #fff;
    overflow: hidden;
}

.reg-table th {
    background: #0039a6;
    color: #fff;
    border: 1px solid #fdfdfd;
}
.btn-style-two {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    background: #0b4f64;
    overflow: hidden;
    min-width: 180px;
    background: #fdc82f ;
    background: -o-linear-gradient(45deg, #fdc82f  1%, ##fdc82f  100%);
    background: linear-gradient(45deg, #fdc82f  1%, ##fdc82f  100%);
}
.theme-btn {
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.faq-section {
    position: relative;
    padding: 100px 0 85px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

/*==========================
Accordian Box
===========================*/

.accordion-box {
    position: relative;
    margin-bottom: 30px;
}

    .accordion-box .block {
        position: relative;
        margin-bottom: 15px;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        background: #ffffff;
        border: solid 1px #e1e1e1;
    }

    .accordion-box .block .acc-btn {
        position: relative;
        font-size: 16px;
        padding: 8px 20px;
        padding-left: 64px;
        line-height: 28px;
        color: #0b4f64;
        cursor: pointer;
        background: #ffffff;
        font-family: 'Exo', sans-serif;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

.accordion-box .block .acc-btn.active {
    background: #f5f5f5;
    color: #0e0e0e;
}

.accordion-box .block .acc-btn .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    background-color: #0039a6;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-box .block .acc-btn.active .icon {
    background-color: #0039a6 ;
}

.accordion-box .block .acc-btn.active .icon:before {
    content: "\f068";
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    padding: 20px 30px;
}

.accordion-box .block .content p {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
    font-weight: 400;
    margin-bottom: 30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0;
}


h6 {
    font-size: 17px;
}
h1, h2, h3, h4, h5, h6 {
    position: relative;
    margin: 0px;
    background: none;
    font-weight: 600;
    line-height: 1.2em;
    font-family: "Exo", sans-serif;
}


img, svg {
    vertical-align: middle;
}

.justify-content-center {
    justify-content: center!important;
}

.table-responsive {
    display: table!important;
}


.registab{
 background: #0039a6;
 text-align: center;
 color:#fff; 
 line-height: 2; 
 padding-top: 10px;
 font-size: 17px;
}

.registab1 {
    background: #0039a6;
    text-align: center;
    color: #fff;
    line-height: 2;
    padding-top: 10px;
    font-size: 16px;
    padding-bottom: 10px;
}