/* Enter Your Custom CSS Here */
.vc_tta-panel-heading {
    border: none !important;
}
.vc_tta-panel-heading {
    border: none !important;
}
span.vc_tta-title-text {
    background: #fff;
    color: #006598;
    font-family: Montserrat !important;
    font-size: 12px;
}
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    content: '';
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: rotate(45deg) translate(-6px, 7px) !important;
    border-style: solid;
    border-width: 2px 0 0 0;
}
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
    content: '';
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 50%;
    bottom: 0;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: rotate(45deg) translate(0px, 3px) !important;
    border-style: solid;
    border-width: 0 0 0 2px;
}
.vc_tta-panel.vc_active div.vc_tta-panel-heading h4 a i.vc_tta-controls-icon:before {
    content: '';
    display: block !important;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: rotate(131deg) translate(3px, 7px) !important;
    border-style: solid;
    border-width: 2px 0 0 0;
    border-color: red;
}

.vc_tta-panel.vc_active div.vc_tta-panel-heading h4 a i.vc_tta-controls-icon:after {
    content: '';
    display: block !important;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 50%;
    bottom: 0;
    top: 0;
    border-color: black;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: rotate(-45deg) translate(1px, -1px) !important;
    border-style: solid !important;
    border-width: 0 0 0 2px !important;
}
ul li.login-btn {
    display: none;
}


header.site-header.sticky-header.mobile-header-sticky.mobile-header-light.header-style-1.sticked div.main-header .main-header-bottom ul li.login-btn {
   display:inline-block;
}

