<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{font-family: 'Poppins', sans-serif;background: #F4F7F6;overflow-x: hidden;}
h1, h2, h3, h4, h5, h6{margin-bottom: 0;}
a{text-decoration: none;color:#007FA4;}
p{margin-bottom: 0;}
ul{list-style: none;padding-left: 0;}

.text-blue{color: #0076A8;}
.text-black{color: #173B47!important;}
.btn-primary, .btn-secondary {border-radius: 5px;background: var(--p1, #0076A8);box-shadow: 0px 10px 20px 0px rgba(0, 204, 150, 0.20);color: #FFF;text-align: center;font-size: 18px;font-style: normal;font-weight: 600;line-height: 24px;padding: 16px 26px;display: flex;align-items: center;width: max-content;border:1px solid #0076A8;}
.btn-primary img, .btn-secondary img, .btn-transparent img{margin-right: 8px;}
.btn-secondary{background: #5CAB46;}
.btn-transparent{background: transparent;border: 1px solid #8499A2;border-radius: 5px;color: #FFF;text-align: center;font-size: 16px;font-style: normal;font-weight: 500;line-height: 24px;padding: 16px 26px;display: flex;align-items: center;width: max-content;transition: 0.3s ease-out;}
.btn-transparent:hover{background: #0076A8;border: 1px solid #0076A8;}
.sub-heading{color: #212439;text-align: center;font-size: 40px;font-style: normal;font-weight: 600;line-height: 44.5px;}
.font-700{font-weight: 700!important;}

/* Header start */
header{padding-top: 8px;padding-bottom: 8px;}
header .navbar-nav li .nav-link{color: #212439;text-align: center;font-size: 16px;font-style: normal;font-weight: 400;line-height: 28px;padding-left: 19px!important;padding-right: 19px!important;}
header .login{border-radius: 4px;background: #FFF;border: 1px solid #fff;box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);font-size: 14px;font-weight: 700;line-height: 21px;color: #0D81A7;padding: 11px 36px;margin-right: 6px;}
header .signupBtn{border-radius: 4px;border: 1px solid #007396;background: #0D81A7;padding: 11px 36px;color: #FFF;text-align: center;font-size: 14px;font-style: normal;font-weight: 700;line-height: 21px;}
header .navbar{padding-top: 0;padding-bottom: 0;}
header .navbar-nav{align-items: center;}
.navbar-toggler{border: none;}
.navbar-toggler:focus{box-shadow: unset;}
.d-mob{display: none;}
.logined_user {
    width: 24px;
    height: 24px;
    border: 2px solid #333;
    border-radius: 24px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 14px;
}
/* Header end */

/* Bottom Section Start */
.w-1{position: absolute;top: 0;left: 24px;}
.w-2{position: absolute;top: 12px;right: 0;}
.w-3{position: absolute;bottom: 54px;left: 0px;}
.w-4{position: absolute;top: 96px;right: 0;}
.w-5{position: absolute;bottom: 24px;right: 126px;}
.w-6{position: absolute;bottom: 0;left: 0px;}
/* Bottom Section end */


/* Footer Start */
footer{background: #212527;padding-top: 65px;padding-bottom: 65px;text-align: center;}
.footer p{color: #7C7D7D;text-align: center;font-size: 12px;font-style: normal;font-weight: 400;line-height: 12px;margin-bottom: 30px;}
/* Footer End */

.logined_info { font-size: 14px; }
.offerTxt {
    color: red;
    position: relative;
    top: -8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

/* MEADIA QUERY */
@media only screen and (max-width: 991px){
    .offcanvas{top: 0;left: 0;padding-left: 7px;padding-right: 7px;min-width: 360px;}
    .offcanvas-header{justify-content: end;padding-top: 38px;}
    .offcanvas-body{margin-top: 46px;}
    .d-desktop{display: none;}
    .d-mob{display: block;}
}

@media only screen and (min-width: 1200px) and (max-width: 1400px){
    .btn-primary{font-size: 16px;line-height: 22px;}
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    header .navbar-nav li .nav-link{padding-left: 10px!important;padding-right: 10px!important;}

@media only screen and (min-width: 768px) and (max-width: 991px)  {
    /* bottom section */
    .w-1{left: 0;}
    .w-2{top: 24px;}
    .w-4{top: 136px;}
    .w-3{bottom: 0;}
    .w-6{bottom: -100px;}
    .w-5{bottom: -10px;right: 70px;}
}


@media only screen and (max-width: 767px){
    /* bottom section */
    .w-1, .w-2, .w-3, .w-4, .w-5, .w-6{display: none;}

    footer{padding-top: 40px;padding-bottom: 40px;}
}</pre></body></html>