﻿.menubar {
    background: white;
}
/*nav > ul > li > a:after {
    background-color: #325DA7;
    height: 2px;
}
.thm-btn:hover, .thm-btn:focus, .thm-btn.brd-btn {
    color: #325DA7;
}
.thm-btn {
    border: 2px solid #325DA7 !important;
}*/
.thm-btn::before {
    background: linear-gradient(var(--color3), #161A31);
}
.tparrows:before {
    color: #325da7;
}
.plan-box.active .thm-btn.brd-btn {
    border-color: #fff !important;
    color: #fff;
}
.plan-box.active .plan-head > h3:before {
    background-color: #fff;
}
.social-links2 > a:hover svg, .social-links2 > a:focus svg {
    fill: #fff !important;
}