<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

*{

    box-sizing: border-box;

    margin:0;

    padding: 0;

}

body{

    font-family:"Poppins" !important;

}

/*Navbar css*/

header{

    top: 0;

    z-index: 5;

    width: 100%;

    background-color:#9E165F;

}

.navbar{

    display: block !important;

    border-right:1px solid  #DD2590;



}



.info-header a{

    color:#fff;

    font-size: 16px;

    font-weight: 400;

    text-decoration: none;

    line-height: 24px;

}

.nav-item{

    color:#fff !important;

    font-size: 18px;

    font-weight: 400;

    text-decoration: none;

    line-height: 27px;

    padding: 0px 40px;

}

.toogle-icon{

 color: #fff;

 font-size: 32px;

}

.navbar-toggler:focus,.navbar-toggler{

    box-shadow:none !important;

    border:none !important;

    border-radius: 12px;

    font-size:1.5rem;

    padding-left:60px;

}

.nav-item:hover,.nav-item:focus{

    padding-bottom: 5px;

    border-bottom-style: solid;

    border-bottom-width: 1px;

    width: fit-content;

    color:#fff !important;

}

.hdr-btn1{

    background: #F79009 !important;

    border: 1px solid #EE46BC;

    color:#000;

    padding: 10px 15px 10px 15px;

    gap: 8px;

    border-radius: 8px;

}

.hdr-btn2{

    background: #fff !important;

    border: 1px solid #D0D5DD;

    color:#000;

    padding: 10px 16px 10px 16px;

    gap: 8px;

    border-radius: 8px;



}

.hdr-btn3{

    background: #FFFFFF !important;

    border: 1px solid #D0D5DD;

    padding: 10px 16px 10px 16px;

    gap: 8px;

    border-radius: 8px;

}

.hdr-btn2 a,.hdr-btn3 a{

    color:#000;

    text-decoration: none;

    font-family: 'Poppins';

    font-size: 16px;

    font-weight: 400;

}

.hdr-btn1 a{

    color:#fff;

    text-decoration: none;

    font-family: 'Poppins';

    font-size: 16px;

    font-weight: 400;

}

.right-bar{

   padding: 20px;

   gap: 0px;

   opacity: 0px;

}

.info-header .call-top ,.call-top a {

    display: inline-block;

    margin: 0 5px;

    color:#fff !important;

}



.info-header{

    background-color:#851651;

}

@media screen and (max-width: 1280px){

    .right-bar {

        padding: 20px 0px !important;

}

}



@media (max-width: 767px) {



    .info-header,.right-bar{

        display: none;

    }

    .mbl-logo{

        display: inline !important;

    }

    .nav-item,.nav-item:hover {

        padding:15px !important

    }

    .navbar-toggler {

        line-height: inherit !important;

}

}

/*****/

.wizard-section{

        background-color:#9E165F;

        height:320px;

 }

.wizard-section h1{

    font-family: 'Poppins';

    font-size: 32px;

    font-weight: 600;

    line-height: 72px;

    text-align: center;

    color:#fff;

    }

.wizard-section h2{

    font-family: 'Poppins';

    font-size: 24px;

    font-weight: 400;

    font-style:italic;

    line-height: 36px;

    text-align: center;

    color:#fff;

    }

#container{

    max-width: 764px;

    position: relative;

    margin-top: -120px;

    }

.form-bg {

    background-color: #fff;

    padding:40px;

    border-radius:12px;

    box-shadow: 0px 0px 60px 0px #0000001A;

  }

  .step-container {

    position: relative;

    text-align: center;

    transform: translateY(-43%);

  }



  .step-circle {

    width: 30px;

    height: 30px;

    border-radius: 50%;

    background-color: #9E165F;

    border: 2px solid #9E165F;

    color:#fff;

    line-height: 30px;

    font-weight: bold;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 10px;

  }



.progress-bar{

    background-color: #9E165F !important;

}

  .step-line {

    position: absolute;

    top: 16px;

    left: 50px;

    width: calc(100% - 100px);

    height: 2px;

    background-color: #9E165F !important;

    z-index: -1;

  }

  .fs-title{

    font-family: 'Poppins';

    font-size: 24px;

    font-weight: 600;

    line-height: 24px;

    text-align: center;

    color:#000;

  }

  #multi-step-form{

    overflow-x: hidden;

  }

  input,

input::placeholder,select,select::placeholder {

    font-family:'Poppins';

    font-size:1p6x;

    font-weight: 400;

    line-height:24px;

    color:#667085;

  }

  .step-4 h2{

    font-family:'Poppins';

    font-size:24px;

    font-weight: 600;

    line-height:42px;

  }

  .step-4 h3,.step-3 h3,.step-2 h3{

    font-family:'Poppins';

    font-size:20px;

    font-weight: 600;

    line-height:42px;

  }

  .step-4 p{

    font-family:'Poppins';

    font-size:16px;

    line-height:24px;

    text-align: center;

    color:#000;

  }

  .step-4 a{

     text-decoration: none;

    color:#9E165F;

  }

  .faq-btn{

    font-family:'Poppins';

    font-size:16px;

    line-height:24px;

    padding:12px 20px;

    text-align: center;

    background: #FDF2FA;

    border: 1px solid #FDF2FA;

  }

  .prev-step{

    font-family:'Poppins';

    font-size:16px;

    line-height:24px;

    text-align: center;

    color:#9E165F;

    background: #FDF2FA;

    border: 1px solid #FDF2FA;

  }

  .prev-step:hover{

    background-color: #9E165F;

    color:#fff;

    border:none;

  }

  .next-step{

    position: absolute;

    right:20px;

    font-family:'Poppins';

    font-size:16px;

    line-height:24px;

    text-align: center;

    color:#fff;

    background-color: #9E165F;

    border: 1px solid #9E165F;

  }

  .next-step:hover,.next-step:focus{

    background-color:#FDF2FA;

    color:#9E165F;

    border:none;

    box-shadow: none;

  }

/*footer*/

.footer-wrap{

    background: #F9FAFB;

}

.address a{

    color: #101828;

    font-size: 17px;

    line-height: 27px;

    text-decoration: none;

}

.address .area,.footer-hed{

   color: #475467;

   font-size: 16px;

   line-height: 24px;

}

.ftr-ul{

    list-style: none;

    font-size: 14px;

    line-height: 30.4px;

    color: #475467;

    padding:0;

}
.ftr-ul a
{
    text-decoration:none; 
    color:#475467;
}

.cpy-link, .cpy-link:hover{

    color: #000;

    text-decoration: none;

}

.copyright{

    background: #E4E7EC;

}

.social-media{

    display: flex;

    justify-content: end;

    list-style: none;

}

.social-media i{

    color: #475467;

    font-size: 24px;

    padding-left:20px;

}

/*---*/

@media (max-width: 767px) {

    .wizard-section h1{

        font-size: 24px;

        line-height: 48px;

    }

    .wizard-section h2{

        font-size: 20px;

    }

    .form-group,.fs-title{

        margin-bottom:15px;

    }



    /**Footer css**/

.social-media {

    justify-content:start !important;

 }

 .ft-btm-wrap{

 text-align: center;

 }

}

.iti {
    width: 100% !important;
}</pre></body></html>