
body, h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin: 0;
    padding: 0;
}

/* Define colors */
:root {
    /* color pallete */
    --neutral-blue-primary: #005DE9;
    --neutral-blue-secondary: #013687;
    --neutral-blue-terciary: #e4edff;
    --neutral-light-blue: #276fdc;

    --neutral-linear-start: #013687;
    --neutral-linear-end: #005de9;

    --neutral-black-primary: #333333;
    --neutral-black-secondary: #525252;
    --neutral-white: #ffffff;
    --neutral-white-bg: #f9f9f9;
}



body {
    color: var(--neutral-black-primary);
    background: var(--neutral-white-bg);
    /* Regular/P3 */
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}


/* ---- Font Size ---- */

/* Semibold - sb */
/* Semibold/H1 */
.n-sb-h1{    
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px; /* 133.333% */
}
/* Semibold/H2 */
.n-sb-h2{
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
}

/* Semibold/H3 */
.n-sb-h3{
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
}

/* Semibold/P1 */
.n-sb-p1{
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
}


/* Semibold/P2 */
.n-sb-p2{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 177.778% */
}

/* Semibold/P3 */
.n-sb-p3{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
}

/* Semibold/P4 */
.n-sb-p4{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5; /* 150% */
}



/* Medium - md */
/* Medium/P2 */
.n-md-p2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
}

/* Medium/P3 */
.n-md-p3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
/* Medium/P4 */
.n-md-p4 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
}



/* Regular - rg */
/* Regular/H2 */
.n-rg-h2{
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; /* 150% */
}

/* Regular/H3 */
.n-rg-h3{
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 150% */
}

/* Regular/H4 */
.n-rg-h4{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
}

/* Regular/P1 */
.n-rg-p1{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
}

/* Regular/P3 */
.n-rg-p3{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
/* Regular/P4 */
.n-rg-p4{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;/* 150% */
}





.section-title{
    color: var(--neutral-black-primary);
    text-align: center;
    /* padding-bottom: 64px; */
}

.section-title span{
    border-bottom: 4px solid var( --neutral-blue-primary);
    display: inline-block;
}

.sec-separator{
    height: 2px;
    margin-top: 24px;
}

.slick-track{
    margin-bottom: 10px;
}

/* md - up to  92px*/
@media only screen and (max-width: 992px) {

    body {
        color: var(--neutral-black-primary);
        /* Regular/P3  as  p4*/
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 171.429% */
    }
    

    /* ---- Font Size ---- */

    /* Semibold - sb */
    /* Semibold/H1  as  h3 */
    .n-sb-h1{    
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 48px; /* 150% */
    }

    /* Semibold/H3  as  P1  */
    .n-sb-h3{
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px; /* 133.333% */
    }
    /* Semibold/H2 as  h3   */
    .n-sb-h2{
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 48px; /* 150% */
    }
    /* Semibold/P1  as p2  */
    .n-sb-p1{
        font-family: Poppins;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px; /* 177.778% */
    }


    /* Semibold/P2  as p3*/
    .n-sb-p2{
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 133.333% */
    }

    /* Semibold/P2  as p4*/
    .n-sb-p2.m-p4{
        font-size: 16px;
    }


    /* Semibold/P3  as  p4*/
    .n-sb-p3{
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
    }

    /* Semibold/P4 */
    .n-sb-p4{
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 1.5; /* 150% */
    }



    /* Medium - md */
    /* Medium/P2  as  P4*/
    .n-md-p2 {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 171.429% */

    }

    /* Medium/P3  as   p4 */
    .n-md-p3 {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 171.429% */
    }




    /* Regular - rg */
 /* Regular/H2  as h3*/
    .n-rg-h2{
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 48px; /* 150% */
    }
    /* Regular/H3  as h4*/
    .n-rg-h3{
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px; /* 133.333% */
    }

    /* Regular/H4 as P1*/
    .n-rg-h4{
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px; /* 177.778% */
    }



    /* Regular/P1   as  p2 */
    .n-rg-p1{
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px; /* 200% */
    }

    /* Regular/P3  as  P4 */
    .n-rg-p3{
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
    }
   
}

@media only screen and (max-width: 768px) {
    .sec-separator.min{
        margin-top: 12px;
    }
}


/* other ui componant */

.spin-loader {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-bottom: 3px solid #fff0;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    position: absolute; 
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }



/* Modal box for subscribe email updates - start */

.alert-msg{

    display: flex;
    align-items: center;
    color: #363636;
    line-height: 1.3;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.05);
    pointer-events: auto;
    border-radius: 8px;
    column-gap: 10px;
    position: fixed;
    z-index: 400;
    background: #f6f6f6;
    /* -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; */
    padding: 12px 18px;
    left: 50%;
    top: -58px;
    opacity: 0;
    border: 1px solid #eee;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
}

.alert-msg.active{
    top: 18px;
    opacity: 1;
}

.alert-msg .wrong{
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #ff4b4b;
    position: relative;
    transform: rotate(45deg);
}

.alert-msg .wrong::before, .alert-msg .wrong::after{
    content: '';
    position: absolute;
    border-radius: 3px;
    background: #fff;
    bottom: 9px;
    left: 4px;
    height: 2px;
    width: 12px;
}

.alert-msg .wrong::after{
    transform: rotate(90deg);
}


/* overwrite bootstrap css */
.modal-backdrop.show {
    opacity: 0.3 !important;
}

.subcribed-letter-div {
    text-align: center;
}

.subcribed-letter-div p {
    margin-bottom: 13px;
}

.tick-modal-success .check-mail-div {
    text-align: center;
}

.tick-modal-success .modal-footer {
    border-top: none;
    justify-content: center;
    padding: 1rem;
    padding-top: 0px;
    padding-bottom: 1.4rem;
}

.tick-modal-success .modal-footer button {
    width: 137px;
    background-color: var(--neutral-blue-primary);
    border-color: var(--neutral-blue-primary);
}

#subscribeSuccessModal .modal-dialog-scrollable .modal-content {
    max-height: 70%;
}

#subscribeSuccessModal .modal-body {
    padding-bottom: 0.4rem;
    padding-top: 1.6rem;
}

.tick-modal-success {
    margin: 0px 10px;
    border-radius: 8px;
    overflow: hidden;
}

#subscribeSuccessModal .modal-header {
    background: var(--neutral-blue-primary);
    color: #fff !important;
    display: flex;
    justify-content: center;
}

#subscribeSuccessModal .modal-header img {
    width: 137px;
    margin: 15px 0px;
}


.success-checkmark {
    width: 80px;
    height: 100px;
    margin: 0 auto;
}
.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4caf50;
}
.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
    content: '';
    height: 100px;
    position: absolute;
    background: #fff;
    transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4caf50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, .5);
}
.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #fff;
}


@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}


@media (min-width: 576px) {
    #subscribeSuccessModal .modal-dialog {
        max-width: 515px;
        margin: 1.75rem auto;
    }
}

/* Modal box for subscribe email updates - end */



/* header css start */
.header-shadow {
    background: #F9F9F9;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
    padding: 6px 0px;
    padding-bottom: 12px;
}
.navbar-light .navbar-toggler {
    
    border: none;
    outline: none;
}

/* button:focus:not(:focus-visible) {
    outline: 0;
    color: transparent;
} */


button.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}


.navbar-light .navbar-toggler-icon {
    background-image: url(../images/home/Menu.svg);
}


.header-shadow img {
    max-width: 100%;
}

.signup {
    display: flex;
    align-items: center;
}

.Schedule {
    text-decoration: none;
    background: linear-gradient(103.59deg, #013687 0%, #005DE9 100%);
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
    font-weight: var(--neutral-font-medium);
}

.Schedule:hover {
    /* background: #005DE9; */
    color: #fff;
}

.signup-links {
    color: var(--neutral-black-primary);
    font-size: 18px;
    font-weight: var(--neutral-font-medium);
}

.signup-links a {
    color: var(--neutral-black-primary);
    text-decoration: none;

}

.signup-links a:hover {
    color: var(--neutral-black-secondary);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--neutral-blue-primary);
}
/* .signup .signup-links a.active{
    color: var(--neutral-blue-primary);
} */
.navbar-light .navbar-nav .nav-link {
    color: var(--neutral-black-primary);
}


.nav-link {

    font-size: 18px;
    font-weight: var(--neutral-font-medium);
}


.navbar .signup-links .me-1.active,
.navbar .signup-links .ms-1.active{
    color: var(--neutral-blue-primary);
}

.dropdown-menu[data-bs-popper] {
    
    left: -10px !important;
    margin-top: 21px;
}

.dropdown-menu {
   
    list-style: none;
    background-color: #F9F9F9;
    
   border: none;
    box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.08) !important;
    border-radius: 0px 0px 16px 16px !important;
}

.dropdown-item {
  
    padding: 10px 20px;
    
}

.dropdown-toggle::after {
    display: none;
    
}

.arrow{
    position: relative;
    top: -1px;
    left: -2px;
}
.rotate {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.rotate.down {
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(-180deg);
}

/* header css end */


/* footer starts ----------------------------------------------- */

footer {
    background: var(--neutral-blue-primary);
    color: #fff !important;
    padding: 64px 0px;
    padding-bottom: 25px;

}

.footer-logo {
    border-bottom: 2px solid #ffffff38;
}

.footer-logo p {
    padding: 16px 0px;
    margin: 0;
}

.footer-social {
    padding: 16px 0px
}

.footer-social a {
    color: #fff;
    text-decoration: none;
}

.social-icon {
    margin-top: 16px;
}

.social-icon a {
    margin-right: 16px;
}

.footer-links {
    border-right: 2px solid #ffffff38;
    padding-left: 22px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li {
    line-height: 35px;
}

.footer-links ul li a {
    text-decoration: none;
    color: #fff;
}

.border-none {
    border: none;
    padding: 0px
}

.copyright {
    text-align: right;
    /* font-size: 14px; */
}

.n-d-block{
    display: none;
}



/* ****************** */

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .dropdown-menu[data-bs-popper] {
        left: -10px !important;
        margin-top: 20px;
    }
    .nav-link {
        font-size: 15px;
    }

    .signup-links {
        font-size: 15px;
    }

    .Schedule {
        font-size: 12px;
    }
    .footer-links {
        
        padding-left: 0px;
    }
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {


    .navbar-light button.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        background-image: url(../images/home/close.svg);
    }

    .navbar .navbar-collapse{
        margin-top: 0px!important;
    }

    #navbarSupportedContent ul.navbar-nav{
        margin-top: 28px!important;
    }

    .footer-links {
        border-right: none;
        padding-left: 0px;
        margin-top: 35px;
    }
    .navbar-nav{
        text-align: center;
        margin: 0!important;
    }
    .signup {
        display: block;
        text-align: center;
    }

    .signup .signup-links {
        font-size: 15px;
        margin-bottom: 2px;
        margin-top: 28px;
    }
    .Schedule {
   margin: 0 !important;
    }
    .copyright {
        text-align: center;
        
        margin-top: 40px !important;
    }

    .n-d-block{
        display: block;
    }

    .n-d-none{
        display: none;
    }
    
    .responsive-banner{
        display: flex;
        justify-content: space-evenly;
    }
    
    .responsive-banner ul{
        
        list-style: none;
    }
    
    
    .responsive-banner-box{
        display: flex;
        text-align: left;
        align-items: center;
        /* margin: 15px 0px;
        margin-bottom: 25px; */
    }
    
    /* .responsive-banner-box p{
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        margin-left: 15px;
    } */
    

    .signup{
        display: flex !important;
        flex-direction: column-reverse  !important;
        margin-top: 24px;
    }

}