.d-none {
    display: none !important;
}
.rounded-circle {
    border-radius: 100% !important;
}
.no-underline {
    text-decoration: none !important;
}
.text-center {
    text-align: center !important;
}
.width-100 {
    width: 100% !important;
}
.height-fit {
    height: fit-content !important;
}
.relative {
    position: relative !important;
}
.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.text-primary {
    color: #00007D;
}
.bg-primary {
    background-color: #00007D;
}
.fw-900 {
    font-weight: 900;
}


.feedback__slider .slick-track
{
    display: flex !important;
}

.feedback__slider .slick-slide
{
    height: inherit !important;
}

.feedback__slider .slick-slide .inn{
    height: 100%;
}
header .btn{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .btn .login{
    display: flex;
    margin-right: 15px;
}
header .btn .login>a:hover{
    opacity:.7;
}
header .btn .login>a{
    display: inline-flex;
    align-items:center;
    justify-content: center;
    min-height: 44px;
    padding-left: 12px;
    padding-right: 12px;
    box-shadow:0px 4px 55px 0px rgba(0,0,0,.13);
    text-decoration: none;
    font-size: 20px;
    line-height: 28px;
    color:#00007D;
    min-width: 85px;
    border-radius: 8px;
    transition:.3s ease all; 
}
.login__btn--mobile{
    display: none;
}
.header-icon {
    font-size: 16px;
    margin-right: 24px;
}
@media (max-width:1200px){
    header .btn .login>a{
        font-size: 16px;
        line-height: 24px;
        min-width: 60px;
        min-height: 35px;
    }
    header .outer__header .left > ul > li > a{
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width:1200px){
    .login__btn--mobile{
        display: block;
        margin-top: auto;
        position: absolute;
        left:20px;
        bottom:25px;
        width: calc(100% - 40px)!important;
    }
    header .btn .login{
        display: none;
    }
}