input#um-submit-btn {
    background: #ac0b04;
    border-radius: 11px !important;
    border: 1px solid #ac0b04 !important;
    width: 100% !important;
}

.um_request_name {
    display: none !important;
}


/**moving logo top**/
@media (min-width: 768px) and (max-width: 1140px) {
.td-header-style-1 .td-header-sp-recs {
    margin: -113px 0px 9px 282px !important;
}
}

/**making small logo in mobiles**/
@media (max-width: 767px){
.td-header-sp-recs img, .td-header-sp-recs .adsbygoogle {
    width: 53%;
    !margin: 0px 0px 0px 0px;
}
.td-header-style-1 .td-header-sp-recs {
    margin: 0px !important;
}
}



/*******LLMS***********/
/********Course Footer*****/
.llms-loop-item-footer {
    display: none;
}
/******Course alignment*****/
h4.llms-loop-title {
    text-align: center;
}
/******course button*****/
.llms-lesson-button-wrapper {
    margin: 30px 0px 25px 0px;
}
/*****course Title height******/
.llms-lesson-preview .llms-extra+.llms-main {
    width: 100% !important;
}
/*****quiz choices******/
p.llms-choice-text {
    display: inline !important;
}


/*********chained quiz********/
.chained-quiz * {
  font-family: 'Dm sans',sans-serif;
}
div#chained-quiz-question-1 {
    font-size: 19px;
    font-weight: 500;
}
.chained-quiz-question {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-left: -20px;
}
#chained-quiz-action-1 {
    background-color: #ac0b04;
    width: 100px;
    padding: 7px;
    margin: 10px 0px 10px 0px;
    border:1px solid #ac0b04 !important;
    border-radius:100px !important;
    color: #ffffff;
}
#chained-quiz-action-1:hover{
  background-color: #ac0b12;
  color: #fff;
}