.needHelp {
    width: 206px;
    height: 62px;
    padding: 16px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 120px;
    right: 15px;
    z-index: 10;
    background: transparent -webkit-gradient(linear,left top,left bottom,from(#004F9F),to(#00447C)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg,#004F9F 0%,#00447C 100%) 0% 0% no-repeat padding-box;
    color: #fff !important;
    font: 700 19px/19px "Muli",sans-serif;
    text-decoration: none !important
}

.needHelp {
    width: 170px;
    height: 37px;
    position: static;
    top: 0;
    border-radius: 0
}

    .needHelp::before {
        content: '';
        width: 44px;
        height: 42px;
        margin-right: 13px;
        background: url(../images/needhelp.svg) no-repeat center center/contain
    }

    .needHelp::before {
        width: 30px;
        height: 30px
    }

    .needHelp.orange {
        background: transparent -webkit-gradient(linear,left top,left bottom,from(#F16522),to(#B02A30)) 0% 0% no-repeat padding-box;
        background: transparent linear-gradient(180deg,#F16522 0%,#B02A30 100%) 0% 0% no-repeat padding-box
    }

.needHelpActions {
    position: fixed;
    top: 188px;
    right: -400px;
    z-index: 1050;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in
}

@media (max-width:450px) {
    .needHelpActions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        top: 80px
    }
}

.needHelpActions .buttons a {
    width: 345px;
    height: 53px;
    padding: 18px 25px;
    border: 1px solid #F26624;
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #EC6608;
    font: 600 17px/17px "Muli",sans-serif;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    text-decoration: none !important
}

@media (max-width:450px) {
    .needHelpActions .buttons a {
        width: 300px;
        font: 600 14px/14px "Muli",sans-serif;
        text-decoration: none !important
    }
}

.needHelpActions .buttons a svg {
    margin-right: 24px;
    text-decoration: none !important
}

    .needHelpActions .buttons a svg g, .needHelpActions .buttons a svg path {
        stroke: #EC6608;
        transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        text-decoration: none !important
    }

.needHelpActions .buttons a:last-child svg {
    margin-right: 18px;
    text-decoration: none !important
}

.needHelpActions .buttons a:hover {
    background-color: #EC6608;
    color: #fff;
    text-decoration: none !important
}

    .needHelpActions .buttons a:hover svg g, .needHelpActions .buttons a:hover svg path {
        stroke: #fff;
        text-decoration: none !important
    }

.needHelpActions #closeBtn {
    width: 32px;
    height: 33px;
    float: right;
    background: url(../images/closeBtn.png) no-repeat center center/contain
}

@media (max-width:450px) {
    .needHelpActions #closeBtn {
        margin-bottom: 15px;
        margin-top: 10px
    }
}

.needHelpActions.active {
    right: 15px
}

.helpoverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: .6
}

.needHelpForm {
    padding: 12px;
    display: none;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1060;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in
}

@media (max-width:450px) {
    .needHelpForm {
        padding: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width:450px) {
    .needHelpForm .innerHelpform {
        width: 100%
    }
}

.needHelpForm .formDiv {
    width: 412px;
    margin-top: 90px;
    border-radius: 14px 0 0 14px;
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    background-color: #fff;
    overflow: hidden
}

@media (max-width:450px) {
    .needHelpForm .formDiv {
        width: 100%;
        margin-top: 65px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0
    }
}

.needHelpForm .formDiv h5 {
    margin: 0;
    height: 66px;
    padding: 0 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: transparent -webkit-gradient(linear,left top,left bottom,from(#004F9F),to(#00447C)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg,#004F9F 0%,#00447C 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    font: 700 19px/19px "Muli",sans-serif
}

@media (max-width:450px) {
    .needHelpForm .formDiv h5 {
        font-size: 17px;
        line-height: 17px
    }
}

.needHelpForm .formDiv h5::before {
    content: '';
    width: 52px;
    height: 46px;
    margin-right: 5px;
    background: url(../images/reqCall.png) no-repeat center center/contain
}

.needHelpForm .formDiv h5 #closeForm {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 12px;
    right: 12px;
    background: url(../images/closeBtn.png) no-repeat center center/contain
}

.needHelpForm .formDiv .innerDiv {
    padding: 18px 20px 22px;
    position: relative
}

    .needHelpForm .formDiv .innerDiv h6 {
        margin: 0 0 75px;
        color: #282828;
        font: 700 17px/21px "Muli",sans-serif;
        text-align: center
    }

.corporate-form .il-input-block.onFocused label, .innerHelpform .il-input-block.onFocused label {
    top: -11px;
}

.needHelpForm .formDiv .innerDiv .cstmbtn {
    color: #fff;
}

    .needHelpForm .formDiv .innerDiv .dropdown {
        border: 1px solid #EC6608;
        border-radius: 27px;
        -webkit-border-radius: 27px;
        -moz-border-radius: 27px;
        position: absolute;
        top: 82px;
        right: 20px;
        left: 20px;
        z-index: 1;
        background-color: #fff;
        overflow: hidden;
    width: 91%;
    height: auto;
    }

        .needHelpForm .formDiv .innerDiv .dropdown button {
            padding: 9px 10.5px 11px;
            border: 0;
            box-shadow: 0 0 0 0 !important;
            -webkit-box-shadow: 0 0 0 0 !important;
            -moz-box-shadow: 0 0 0 0 !important;
            color: #F26624;
            font: 600 13px/17px "Muli",sans-serif
        }

            .needHelpForm .formDiv .innerDiv .dropdown button::after {
                display: none
            }

        .needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu {
            width: 100%;
            padding: 15px 25px;
            border: 0;
            position: static !important;
            float: none;
            -webkit-transform: none !important;
            transform: none !important
        }

            .needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu ul {
                width: 100%;
                padding: 0;
                margin: 0;
                display: table;
                list-style-type: none
            }

                .needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu ul li {
                    display: table-cell;
                    color: #282828;
                    font: 600 13px/20px "Muli",sans-serif;
                    vertical-align: top
                }

                    .needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu ul li:first-child {
                        width: 150px;
                        padding-top: 7px
                    }

@media (max-width:450px) {
    .needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu ul li:first-child {
        width: 120px
    }
}

@media (max-width:450px) {
    .needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu ul li {
        font: 600 13px/16px "Muli",sans-serif
    }

        .needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu ul li:first-child {
            padding-right: 10px
        }
}

.needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu ul li label {
    height: 30px;
    padding: 9px;
    margin: 0;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    color: #B2B2B2;
    cursor: pointer;
    font: 700 13px/13px "Muli",sans-serif;
    text-align: center
}

.needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu ul li input[type=radio] {
    display: none
}

    .needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu ul li input[type=radio]:checked + label {
        background-color: #F26624;
        color: #fff
    }

.needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu ul li .drum-viewport {
    width: 100%;
    height: 65px
}

    .needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu ul li .drum-viewport .drum-drum .drum-item {
        padding: 9px 0;
        color: #C7C1BF;
        cursor: pointer;
        font: 600 10px/13px "Muli",sans-serif;
        text-align: center;
        transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in
    }

        .needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu ul li .drum-viewport .drum-drum .drum-item.drum-item-current {
            border-top: 1px solid #707070;
            border-bottom: 1px solid #707070;
            color: #EC6608;
            font: 600 13px/16px "Muli",sans-serif
        }

.needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu ul li .form-control {
    max-width: 170px;
    padding-left: 0;
    border: 1px solid #707070;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: 0 0 0 0 !important;
    -webkit-box-shadow: 0 0 0 0 !important;
    -moz-box-shadow: 0 0 0 0 !important;
    color: #EC6608;
    font: 600 13px/16px "Muli",sans-serif
}

.needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu ul:first-child li {
    vertical-align: middle
}

    .needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu ul:first-child li:first-child {
        padding-top: 0
    }

.needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu #backLink {
    margin-top: 10px;
    display: inline-block;
    color: #F26624;
    font: 600 13px/13px "Muli",sans-serif;
    vertical-align: top
}

.needHelpForm .formDiv .innerDiv .cstmbtn {
    min-width: 216px
}

.needHelpForm .formDiv .thankyou {
    padding: 18px 14px;
    display: none
}

    .needHelpForm .formDiv .thankyou .innerthanyou {
        padding: 16px 20px;
        background-color: #FEF6F2
    }

        .needHelpForm .formDiv .thankyou .innerthanyou h6 {
            margin: 0;
            color: #004785;
            font: 900 19px/24px "Muli",sans-serif
        }

@media (max-width:450px) {
    .needHelpForm .formDiv .thankyou .innerthanyou h6 {
        font-size: 18px
    }
}

.needHelpForm .formDiv .thankyou .innerthanyou ul {
    padding: 0;
    margin: 0 0 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none
}

@media (max-width:450px) {
    .needHelpForm .formDiv .thankyou .innerthanyou ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.needHelpForm .formDiv .thankyou .innerthanyou ul li p {
    margin: 9px 0 0;
    color: #282828;
    font: 400 15px/25px "Muli",sans-serif
}

@media (max-width:450px) {
    .needHelpForm .formDiv .thankyou .innerthanyou ul li p {
        font: 400 13px/22px "Muli",sans-serif
    }
}

.needHelpForm .formDiv .thankyou .innerthanyou ul li:first-child {
    margin-right: 14px
}

.needHelpForm .buttons {
    margin: 15px 0
}

    .needHelpForm .buttons a {
        width: 345px;
        height: 53px;
        padding: 18px 25px;
        border: 1px solid #F26624;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        float: right;
        background-color: #fff;
        color: #EC6608;
        font: 600 17px/17px "Muli",sans-serif;
        transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in
    }

@media (max-width:450px) {
    .needHelpForm .buttons a {
        width: 300px;
        margin: 0 auto;
        float: none;
        font: 600 14px/14px "Muli",sans-serif
    }
}

.needHelpForm .buttons a svg {
    margin-right: 24px
}

    .needHelpForm .buttons a svg g, .needHelpForm .buttons a svg path {
        stroke: #EC6608;
        transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in
    }

.needHelpForm .buttons a:last-child svg {
    margin-right: 18px
}

.needHelpForm .buttons a:hover {
    background-color: #EC6608;
    color: #fff
}

    .needHelpForm .buttons a:hover svg g, .needHelpForm .buttons a:hover svg path {
        stroke: #fff
    }

.needHelpForm.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.HideDiv {
    display: none
}

#lnkHome {
    float: left;
    margin-top: -3px;
    margin-right: 30px;
    top: 20px;
    left: 303px;
    width: 20px;
    height: 19px;
    border: 1.3px solid var(---fffef6-extended-lom-orange-6);
    opacity: 1
}

#LiMob {
    display: none
}

#LiDesk {
    /*display: block*/
}

@media (max-device-width:767px) and (min-width:320px) {
    #LiMob {
        display: block
    }

    #LiDesk {
        display: none
    }
}

@media (max-device-width:480px) {
    .needHelp {
       
        height: 30px;
        padding: 0;
        display: initial;
        top: 55px;
        right: 10px;
        font-size: 0;
        text-decoration: none !important;
        z-index: 1050
    }

    #dvNeedHelpLink span {
        margin-left: 40px
    }

    .needHelp::before {
        width: 25px;
        height: 25px;
        display: block;
        position: absolute;
        top: 50%;
        left: 5px;
        transform: translate(10%,-50%)
    }
    .smallHeader .right-top-menu li.help-need {
        width: 124px;
    }
}

@media (max-device-width:480px) {
    .needHelp {
        width: 110px;
        top: 0px;
        right:0px;
    }

    .smallHeader .right-top-menu li a#reqCallback {
        font-size: 12px;
        justify-content: left
    }

    .smallHeader .right-top-menu li a#mail {
        font-size: 12px;
        justify-content: left
    }

    .smallHeader .right-top-menu li a {
        font-size: 12px;
        justify-content: right
    }

    .needHelp::before {
        width: 25px;
        height: 25px
    }
}
