@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap');
@media (min-width: 1400px){
    .container {
        max-width: 1250px;
    }
}
.grecaptcha-badge {
    display: none !important;
}
/*--- Commun CSS ---*/
body{
    /* font-family: 'Work Sans', sans-serif; */
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    padding: 0;
    margin: 0;
    color: #1D3455 !important;
}
body a{text-decoration: none;}
body a:hover{color: #0093FF !important;}
h1,.h1,h2,.h2,h3,.h3.h4,.h4,h5,.h5,h6,.h6 {color: #1D3455;}

.fs-60 {font-size: 60px;}
.fs-55 {font-size: 55px;}
.fs-50 {font-size: 50px;}

.fs-20{font-size: 20px !important;}
.fs-18{font-size: 18px !important;}
.fs-16{font-size: 16px !important;}

.fs-35 {font-size: 35px;}
.fs-45 {font-size: 45px;}

.fw-regular {font-weight: 400;}
.mt-100{margin-top: 100px;}
.mb-100{margin-bottom: 100px;}
.pt-100 {padding-top: 100px;}
.pb-100 {padding-bottom: 100px;}
.color-blue{color: #0093FF;}
.lh-35{line-height: 35px;}
.lh-30{line-height: 30px;}
.lh-normal {line-height: normal;}
.bage-text{background-color: #0093FF;}
.bage-text2{background-color: #EBF8FF;}
.cursor-pointer{cursor: pointer;}

/*--- Header CSS ---*/
.header-menu li {
    margin: 0 20px 0;
}
.header-menu li {
    margin: 0 40px 0 0;
    position: relative;
}
.header-menu li a{
    color: #1D3455;
    font-weight: 500;
    font-size: 18px;
}
.active-submenu > a, .active-submenu > a, .current-menu-item a{color: #0093FF !important;}

.book-a-call-btn{
    padding: 14px 27px;
    color: #ffffff;
    background: rgb(0,152,255);
    background: linear-gradient(90deg, rgba(0,152,255,1) 0%, rgba(0,102,254,1) 100%);
    
}
.book-a-call-btn:hover{
    border: 2px solid #1D9BF0;
    background: #fff;
    padding: 12px 25px;
    color: #1D3455;
}
.login-btn{
    padding: 14px 30px;
    background: rgb(0,152,255);
    background: linear-gradient(90deg, rgba(0,152,255,1) 0%, rgba(0,102,254,1) 100%);
}
.login-btn:hover{
    border: 2px solid #1D9BF0;
    padding: 13px 28px;
    background: #fff;
}
.sub-menu-toggle {display: none;}
.header-menu li ul {
    visibility: hidden;
    transition: 0.2s 0.1s;
}
.menu-item-has-children:hover > ul {
    visibility: visible;
    transition-delay: 0s;
}
.sub-menu {
    margin-top: 28px !important;
    position: absolute;
    top: 20px;
    left: -35px;
    z-index: 99999;
    width: 210px;
    list-style: none !important;
    border: 1px solid #e4eafd;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: -2px 2px 10px 0px #00000014;
    padding: 20px 30px 30px;
}
.sub-menu::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50px;
    width: 15px;
    height: 15px;
    border-width: 0 15px 15px;
    background: #fff;
    z-index: 0;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    transform: rotate(45deg);
}
.sub-menu li {
    padding: 10px 0 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    line-height: normal;
    color: #65748a;
    margin-left: 0 !important;
    display: block !important;
}
.sub-menu li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

/*--- Footer ---*/
.footer {background-color: #0A1C30;}
.f-text-color{color: #8297AD;}
.supportLine {
    background: url('../images/footer-bg.svg') no-repeat bottom right;
    border-bottom: 1px solid #0F2640;
    padding: 50px 0;
}
.try-for-free-btn {
    border: 2px solid #1D9BF0;
    padding: 12px 35px;
    transition: all ease 0.2s;
}
.try-for-free-btn:hover{
     background-image: linear-gradient(to right, #0098FF , #0066FE);
    border-color: #0066FE;
    color: #fff !important;}


.f-menu-heading {color: #0093FF;margin-top: 10px;}
.f-knowledge-menu, .f-company-menu {padding: 0}
.f-knowledge-menu li, .f-company-menu li {
    margin-bottom: 20px;
    color: #8297AD;
    list-style-type: none;
}
.f-knowledge-menu li:last-child, .f-company-menu li:last-child {margin-bottom: 0;}
.f-knowledge-menu li a, .f-company-menu li a{
    color: #8297AD;
    font-size: 16px;
}
.fadd a, .fadd {color: #8297AD;}
.schedule-btn {
    background-image: linear-gradient(to right, #0098FF , #0066FE);
    padding: 18px 74px;
}
.schedule-btn:hover{background-color: #2f87c2;color: #fff !important;}
.hrl {
    margin: 40px 0 0 0;
    border-top: 1px solid #0F2640;
    padding: 20px 0 0 0;
    width: 69%;
}
.social-icons li span,
.social-icons li a{
    background-color: #112C4A;
    padding: 8px;
    height: 45px;
    width: 45px;
    display: inline-block;
    text-align: center;
    margin-right: 32px;
    border-radius: 6px;
}
.social-icons li a:hover{background-color: #2b4868;}
.copyright{
    margin: 40px 0 0 0;
    border-top: 1px solid #0F2640;
    padding: 20px 0 0 0;
}
.copyright p,
.tnc-link li a {font-size: 14px;}
.tnc-link {margin: 0;}
.tnc-link li {display: inline-block;}
.tnc-link li a {
    color: #8297AD;
}
.tnc-link li::after {
    content: '|';
    margin: 0 6px 0 14px;
    color: #8297AD;
    font-size: 13px;
}
.tnc-link li:last-child::after {
    content: '';
    margin: 0;
}


/*--- Responsive CSS ---*/
@media (min-width: 320px) and (max-width: 767px) {
    .container, .container-fluid {padding: 0 20px;}

    /*--- Header ---*/
    .main-logo {width: 115px;}
    .fullscreen-menu {display: none !important;}
    .responsive-menu {display: block !important;}
    .toggleDiv {
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .toggle-icon span{
        height: 2px;
        background-color: #1D3455;
        margin: 7px 0;
        display: block;
        width: 25px;
    }
    .log-btn {
        padding: 8px 12px;
        font-size: 12px !important;
        display: block;
        margin: 0 20px;
        background: linear-gradient(90deg, rgba(0,152,255,1) 0%, rgba(0,102,254,1) 100%);
    }
    .log-btn:hover{color: #fff !important;}
    #DropdownMenu h5 {color: #0070BC;}
    #DropdownMenu {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1022;
        top: 0;
        left: 0;
        background-color: #071C46;
        overflow-x: hidden;
        display: block !important;
        transition: 0.3s;
    }
    .mob-menu {padding: 0 0 0 28px;}
    .mob-menu li{
        margin-bottom: 24px;
    }
    .mob-menu li a{
        color: #8297AD;
        background: url('../images/mobile-menu-arrow.svg') no-repeat right;
        display: block;
        padding-right: 30px;
    }
    .mob-menu li:last-child{
        margin-bottom: 15px;
        border-bottom: 0;
        padding-bottom: 0;
    }
    .closeNavbar {
        position: absolute;
        right: 14px;
        top: 30px;
        padding: 0px 12px;
        font-size: 22px;
        color: #ccc;
    }
    .mob-menu .current-menu-item a {color: #ffffff !important;}

    /*--- Footer ---*/
    .footer {padding-top: 40px;}
    .supportLine{padding: 0 0 45px;}
    .copyright {text-align: center;}

}
@media (min-width: 768px) and (max-width: 1023px) {
    .main-logo {width: 140px;}
    /*--- Header ---*/
    .fullscreen-menu {display: none !important;}
    .responsive-menu {display: block !important;}
    .toggleDiv {
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .toggle-icon span{
        height: 2px;
        background-color: #1D3455;
        margin: 7px 0;
        display: block;
        width: 25px;
    }
    .log-btn {
        padding: 10px 25px;
        font-size: 13px !important;
        display: block;
        margin: 0 25px;
        background: linear-gradient(90deg, rgba(0,152,255,1) 0%, rgba(0,102,254,1) 100%);
    }
    .log-btn:hover{color: #fff !important;}
    #DropdownMenu h5 {color: #0070BC;}
    #DropdownMenu {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1022;
        top: 0;
        left: 0;
        background-color: #071C46;
        overflow-x: hidden;
        display: block !important;
        transition: 0.3s;
    }
    .mob-menu {padding: 0 28px;}
    .mob-menu li{margin-bottom: 24px;}
    .mob-menu li a{
        color: #8297AD;
        background: url('../images/mobile-menu-arrow.svg') no-repeat right;
        display: block;
        padding-right: 30px;
    }
    .mob-menu li:last-child{
        margin-bottom: 15px;
        border-bottom: 0;
        padding-bottom: 0;
    }
    .closeNavbar {
        position: absolute;
        right: 14px;
        top: 38px;
        padding: 0px 12px;
        font-size: 22px;
        color: #ccc;
    }
    .mob-menu .current-menu-item a {color: #ffffff !important;}
    /*--- Footer ---*/
    .footer{padding-top: 50px;}
    .supportLine{padding: 0 0 45px;}
}

@media (min-width: 992px) and (max-width: 1199px) {
    .schedule-btn {padding: 18px 38px;}
    .social-icons li a {
        padding: 3px;
        height: 35px;
        width: 35px;
    }
}