
.activeM{
    background: #0c5460;
    color: #F3F3F3 !important;
}
.activeM .title{
    color: #F3F3F3 !important;
}

.activeM .a{
    color: #F3F3F3 !important;
}
.activeM .icon-holder{
    color: #F3F3F3 !important;
}


/*--thank you pop starts here--*/
.thank-you-pop{
    width:100%;
    padding:20px;
    text-align:center;
}
.thank-you-pop img{
    width:76px;
    height:auto;
    margin:0 auto;
    display:block;
    margin-bottom:25px;
}

.thank-you-pop h1{
    font-size: 42px;
    margin-bottom: 25px;
    color:#5C5C5C;
}
.thank-you-pop p{
    font-size: 20px;
    margin-bottom: 27px;
    color:#5C5C5C;
}
.thank-you-pop h3.cupon-pop{
    font-size: 25px;
    margin-bottom: 40px;
    color:#222;
    display:inline-block;
    text-align:center;
    padding:10px 20px;
    border:2px dashed #222;
    clear:both;
    font-weight:normal;
}
.thank-you-pop h3.cupon-pop span{
    color:#03A9F4;
}
.thank-you-pop a{
    display: inline-block;
    margin: 0 auto;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #0b2e13;
    border-radius: 17px;
}
.thank-you-pop a i{
    margin-right:5px;
    color:#fff;
}
#ignismyModal .modal-header{
    border:0px;
}

.errormsg{
    color: red;
    font-family: Helvetica;
    font-size: 9px;
    margin-left: 5px;
}


/*--thank you pop ends here--*/
#bodbg{
    background-color: #b1bfd8;
    background-image: linear-gradient(315deg, #b1bfd8 0%, #6782b4 74%);

}

.btn-sub{
    background: #3366cc;
    color: #FFFFFF;
}


table thead{
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif !important;
    font-weight: normal !important;
}

.nbtn{
    width: 100px;
    background: #0c5460;color: #FFFFFF;border-radius: 100px !important;
    border: 1px solid #0c5460 !important;
}
.nbtn2{
    width: 100px;
    background: #FFFFFF;color: #0c5460;border-radius: 100px !important;
    border: 1px solid #0c5460 !important;
}

.nbtn:hover{
    background: #FFFFFF;color: #0c5460;border-radius: 100px !important;
    border: 1px solid #0c5460 !important;

}

.nbtn3{
    background: #0c5460;color: #FFFFFF;border-radius: 100px !important;
    border: 1px solid #0c5460 !important;
}

.nbtn3:hover{
    background: #FFFFFF;color: #0c5460;border-radius: 100px !important;
    border: 1px solid #0c5460 !important;

}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.btncus {
    border: 2px solid #294780;
    color: #ffffff;
    background-color: white;
    padding: 5px 20px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: normal;
    background: #294780;
}


@media (max-width:961px)  { 
.mainLogo{
        width: 70%;
    }
}