
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: 'Poppins', sans-serif;
}
/* menu start */
@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}
.header {
    /* position: fixed; */
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1rem 0;
    margin: 0 auto;
    z-index: 999;
    border: none;
    outline: none;
    background: #F5F5F5;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    height:75px;
}

.header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 17%
}

.header-item-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 66%;
    justify-content: flex-end;
}

.header-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 17%;
    align-items: center;
    justify-content: flex-end
}

.header-item-right .menu-icon {
    font-size: 1.35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    margin-left: 1rem;
    border: none;
    outline: none;
    color: #121212;
    transition: all .3s ease

}

.header .menu>ul>li {
    display: inline-block;
    line-height: 3.125rem;
    margin-left: 1.5rem
}

.header .menu>ul>li>a {
    position: relative;
    font-family: inherit;
    font-size:16px;
    line-height: 1.25;
    border: none;
    outline: none;
    color: #474747;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    transition: color .3s ease-in-out;
    text-decoration: none !important;
}
.header .menu>ul>li>a span{
    color:#0B6EAC;
}
.new_ul_li_new li{
    list-style: none;
}
.menu-item-has-children a svg{
    margin-left:5px;
    font-size:14px;
}
.new_ul_li{
    padding-left:0;
}
.new_ul_li li a{
    text-decoration: none !important;
}
.header .menu>ul>li .menu-subs {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 1.75rem;
    padding: 1rem 2rem;
    border: none;
    outline: none;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    border-radius: .25rem;
    border-top: 3px solid #0B6EAC;
    background: #dbdcddfa;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    transition: all .5s ease-in-out
}

.header .menu>ul>li .menu-subs>ul>li {
    line-height: 1
}



.header .menu>ul>li .menu-column-1 {
    min-width: 16rem;
    max-width: 20rem
}

.header .menu>ul>li .menu-subs.menu-mega {
    left: 50%;
    transform: translateX(-50%)
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li {
    display: block;
    line-height: 1
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    padding: .5rem 0;
    border: none;
    outline: none;
    color: #474747;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    transition: color .3s ease-in-out
}
.header .menu > ul > li .menu-subs > ul > li > a{
display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    padding: .5rem 0;
    border: none;
    outline: none;
    color: #474747;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    transition: color .3s ease-in-out
}

.header .menu>ul>li .menu-subs.menu-column-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    max-width: 50rem;
    width: 100%;
    padding: 1.25rem 1rem
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item {
    flex: 0 0 33.33%;
    padding: 0 1rem
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: .75rem 0;
    border: none;
    outline: none;
    color: #0B6EAC;
    text-rendering: optimizeLegibility;
    transition: all .3s ease-in-out;
    margin-bottom:0;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
    text-align: center
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item img.responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: .75rem;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle
}

/* .header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a:hover, .header .menu>ul>li .menu-subs>ul>li>a:hover {
    color: #e91e63
} */

/* .header-item-right a:hover, .header .menu>ul>li:hover>a {
    color: #e91e63
} */
.menu-mobile-header, .menu-mobile-trigger {
    display: none
}
.down_arrow{
    font-weight: 900;
}
.header-item-left img{
    width: 248px;
}
.header_top_icon  svg{
    width:18px;
}
@media only screen and (min-width:993px) {
    .header .menu>ul>li.menu-item-has-children:hover .menu-subs {
        margin-top: .5rem;
        opacity: 1;
        visibility: visible
    }
}



@media only screen and (max-width:992px) {
    .header .menu>ul>li .menu-subs.active {
        display: block;
        background-color: #eaf1fd;
    }
    .header{
        height:unset;
    }
    .header-item-center {
        flex: 0 0 100%;
        order: 3
    }

    .header-item-left, .header-item-right {
        flex: 0 0 auto
    }

    .wrapper {
        justify-content: space-between
    }

    .header .menu-mobile-trigger {
        position: relative;
        display: block;
        cursor: pointer;
        width: 1.75rem;
        height: 1rem;
        border: none;
        outline: none;
        margin-left: 1.25rem;
        background: 0 0;
        transform: rotate(0deg);
        transition: .35s ease-in-out
    }

    .header .menu-mobile-trigger span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        border: none;
        outline: none;
        opacity: 1;
        border-radius: .25rem;
        background: #121212;
        transform: rotate(0deg);
        transition: .25s ease-in-out
    }

    .header .menu-mobile-trigger span:nth-child(1) {
        top: 0
    }

    .header .menu-mobile-trigger span:nth-child(2), .header .menu-mobile-trigger span:nth-child(3) {
        top: .5rem
    }

    .header .menu-mobile-trigger span:nth-child(4) {
        top: 1rem
    }

    .header-item-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 20rem;
        height: 100%;
        z-index: 1099;
        overflow: hidden;
        background: #fafafa;
        transform: translate(-100%);
        /* transition: all .5s ease-in-out */
    }

    .header .menu.active {
        transform: translate(0%);
        margin-left:0;
        padding:0;
    }
    .header .menu>ul>li .menu-subs.menu-column-4>.list-item .title {
        color: #444;
        border-left: solid 3px #444;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 14px;
        width: 70%;
        background: #70b0f140;
        padding: 10px;
        float: none;
        display: inline-table;
        position: relative;
    }
    .header .menu>ul>li .menu-subs.menu-column-4>.list-item .title::after {
        content: '';
        width: 36px;
        height: 36px;
        border-bottom: solid 18px #70b0f140;
        border-left: solid 18px #70b0f140;
        border-right: solid 18px transparent;
        border-top: solid 18px transparent;
        position: absolute;
        top: -1px;
        right: -36px;
    }
    .header .menu>ul>li {
        display: block;
        line-height: 1;
        margin: 0
    }

    .header .menu>ul>li>a {
        display: block;
        line-height: 3.125rem;
        height: 3.125rem;
        padding: 0 3.125rem 0 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    .header .menu>ul>li>a i {
        position: absolute;
        font-size: 15px;
        line-height: 3.125rem;
        top: 0;
        right: 0;
        width: 3.125rem;
        height: 3.125rem;
        text-align: center;
        transform: rotate(-90deg)
    }

    .header .menu .menu-mobile-header {
        position: relative;
        position: -webkit-sticky;
        position: sticky;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        top: 0;
        height: 3.125rem;
        z-index: 501;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        background: #fafafa;
        margin-left:0;
    }

    .header .menu .menu-mobile-header .menu-mobile-arrow {
        display: none;
        font-size:20px;
        line-height: 3.125rem;
        cursor: pointer;
        width: 3.125rem;
        height: 3.125rem;
        border-right: 1px solid rgba(0, 0, 0, .1) !important;
        color: #474747;
        text-align: center;
        background: unset;
        border: none;
    }
    .header .menu>ul>li .menu-subs{
        border-top:none;
    }
    .header .menu .menu-mobile-header.active .menu-mobile-arrow {
        display: block
    }
    
    .header .menu .menu-mobile-header .menu-mobile-arrow:focus{
        outline:none;
    }
    .header .menu .menu-mobile-header .menu-mobile-title {
        font-family: inherit;
        font-size: 1rem;
        line-height: inherit;
        font-size: 16px;
        color: #474747;
        text-transform: capitalize;
        text-rendering: optimizeLegibility
    }

    .header .menu .menu-mobile-header .menu-mobile-close {
        font-size:20px;
        line-height: 3.125rem;
        cursor: pointer;
        width: 3.125rem;
        height: 3.125rem;
        border-left: 1px solid rgba(0, 0, 0, .1) !important;
        color: #474747;
        text-align: center;
        background: unset;
        border: none;
    }

    .header .menu .menu-section {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        padding-left:0;
    }

    .header .menu>ul>li .menu-subs {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .header .menu>ul>li .menu-subs.menu-mega {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .header .menu>ul>li .menu-subs.active {
        display: block
    }

    .header .menu>ul>li .menu-subs.menu-column-4>.list-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0
    }

    .header .menu>ul>li .menu-subs.menu-column-4>.list-item img.responsive {
        margin-top: 0
    }

    .header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
        margin-bottom: 1.25rem
    }

    .header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0
    }

    .header .menu>ul>li .menu-subs>ul>li>a {
        display: block
    }

    .header .menu>ul>li .menu-subs.menu-mega>.list-item>ul {
        margin-bottom: 1rem
    }

    .header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
        display: block
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, .55);
        /* transition: all .5s ease-in-out */
    }

    .overlay.active {
        opacity: 1;
        visibility: visible
    }
    .menu-mobile-title i{
        display:none;
    }
    .menu-mobile-title span{
       color:#0B6EAC;
    }

}
/* menu end */

 /* header-top-start */
 .header_top_one {
    margin-top:-5px;
}
.header_top{
    padding: 10px 0;
    background-color: #09456b;
    height: 45px;
}
.header_top_inner{
    display:flex;
    justify-content:space-between;
}
.header_top_a{
    display: flex;
    align-items: center;
    text-decoration: none;
    color:#ffffff !important;
    text-decoration: none !important;
}
.header_top_a span{
    color:#ffffff;
    font-size:16px;
    margin-left: 5px;
}
.header_top_icon i{
    color:#ffffff;
    font-size:18px;
}
.login_register{
    margin-left:18px;
} 
.top_register, .top_login{
    font-size:16px;
}
.top_register{
    color:#c7e3ff !important;
}
.top_login{
    color:#c7e3ff !important;
    margin-left:8px;
}
/* header-top-end */
.fastinfo_menu_top.black .header_top {
    display: none;
}
.fastinfo_menu_top.black .header {
    position: fixed;
}
.trustpilot-widget {
    height: 45px;
    margin-top: -10px;
    display: flex;
    align-items: center;
    background: #ffffffc7;
}
.copyright_section_inner .trustpilot-widget{
width: 22%;
margin: 0 auto;
}
.footer_copyright {
margin-top:10px;
}
.fgir_icon a{
width:31%;
}
.fgir_icon a:last-child{
margin-left:10px;
}
.header_top_one_left img{
width:30px;
margin-right:10px;
}
.trustpilot-widget {
    height: 45px;
    margin-top: -10px;
    display: flex;
    align-items: center;
    background: #ffffffc7;
}
.top_register, .top_login{
    text-decoration: none !important;
}
@media (max-width: 767px) {
.header_top{
    height:unset;
    padding: 0;
}
.header_top .container {
padding: 0;
}
.header_top_inner{
    flex-direction: column;
    position: relative;
}
.header_top_two{
    margin-top:10px;
}
.header_top_a span, .header_top_icon i{
    font-size:12px;
}
.header_top_one_left img{
    margin-right: 5px !important;
}
.header_top_three{
 position: absolute;
right: 0.75rem;
top: 10px;
}
.top_register, .top_login {
    font-size: 12px;
}
.top_login {
    font-weight: 900;
}
.copyright_section_inner .trustpilot-widget{
    width:100%;
}
.copyright_ul_li{
    flex-wrap: wrap;
}
.copyright_ul_li li a{
    font-size: 11px !important;
    margin-left: 7px !important;
}
.copyright_ul_li li a:first-child{
    margin-left:0;
}
.fgir_icon {
    justify-content: center;
}
.fgir_icon a {
    width: 100% !important;
}
.header_top_one {
padding: 10px 0;
padding-right: var(--bs-gutter-x, 0.75rem);
padding-left: var(--bs-gutter-x, 0.75rem);
}
}
@media (max-width: 330px){
.top_register, .top_login {
    font-size: 10px;
}
.header_top_two {
margin-top: 5px;
}
.header_top_a span, .header_top_icon i {
font-size: 10px;
}
}
@media (max-width: 350px){
    .header-item-left img {
        width: 220px;
    }
}
body{
    padding:0;
    background-color:unset;
}
.main_body{
    background-color: #1c3faa;
    padding: 0 20px;
    width:100%;
    height:100%;
}
.new_login_pannel{
    padding-top:9vw;
    margin-top:unset;
}
@media (max-width:765px){
    body{
        background-color: #1c3faa;
    }
    .main_body{
        padding:0;
    }
}