.drop_menu, .drop_menu::after {
    transition: .2s ease-in-out;
}
.logo .logo_img img {
    width: 210px;
}
.footer-bottom-logo img, .main_sticky img {
    width: 210px;
    background: #fff;
    padding: 7px;
    border-radius: 4px;
}
.gray-scale {
    filter: grayscale(100%);
}
.login_btn {
    vertical-align: middle;
    padding: 10px 15px!important;
    background: #62709f;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 500;
    transition: .5s;
    overflow: hidden;
    z-index: 44;
    border-radius: 5px;
    margin: 0px auto;
    display: block;
    border: 0;
}
.login_btn::before
{
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -25%;
    width: 0%;
    background: #1b2b4f;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: -1;
}
.feature_area .view_more_btn i {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    content: "";
    background: #62709f;
    transition: .3s;
    z-index: -1;
    line-height: 44px;
    font-size: 18px;
}
.single_feature_seven:hover .view_more_btn i {
    background: #1b2b4f;
    color: #fff;
}
.drop_menu::after {
    position: absolute;
    content: "+";
    top: 31px;
    right: 0;
    font-weight: 600;
}
.drop_menu:hover::after {
    content: "-"}
#tabs {
    border: none;
    background-color: transparent;
}
#tabs .ui-tabs-nav {
    background: 0 0;
    border: none;
    border-bottom: 1px solid #1b2b4f;
    border-radius: 0;
    padding: 0;
}
#tabs .ui-tabs-nav .ui-tabs-tab {
    border: none;
    background: 0 0;
    width: calc(33% - 2px);
}
#tabs .ui-tabs-nav .ui-tabs-tab a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 10px;
}
#tabs .ui-tabs-nav .ui-tabs-active {
    background-color: #1b2b4f!important;
}
#tabs .ui-tabs-nav .ui-tabs-active a {
    color: #fff;
}
.pp-login {
    display: grid;
    grid-template-columns: repeat(6, auto);
    gap: 22px;
}
.pp-login .item img {
    width: 150px;
    border: 1px solid #979797;
    padding: 5px;
    border-radius: 1px;
}
.rss img
{
    display: none;
}
.main_sticky img
{
    width: 150px;
}