/*your custom css goes here*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700;800&display=swap');
/* font-family: 'Rubik', sans-serif; */
*
{
    font-family: 'Rubik', sans-serif;
}

:root {
    --primary: #E75710;
}
body {
    font-weight: 500;
    color: #222222;
}
.btn-primary, 
.btn-soft-primary:hover, 
.btn-outline-primary:hover 
{
    background: #e75710;
    background: -moz-linear-gradient(225deg, rgba(165,18,0,1) 0%, rgba(231,87,16,1) 100%);
    background: -webkit-linear-gradient(225deg, rgba(165,18,0,1) 0%, rgba(231,87,16,1) 100%);
    background: linear-gradient(225deg, rgba(165,18,0,1) 0%, rgba(231,87,16,1) 100%);
}
 

.aiz-side-nav-logo-wrap img {
    height: 65px;
}
.aiz-cookie-alert .bg-dark font
{
    color: #ffffff;
}
.aiz-cookie-alert 
{
     max-width: 100%;
     width: 100%;
}
.aiz-cookie-alert > div 
{
    justify-content: center;
    align-content: center;
}
.aiz-cookie-alert label
{
    margin-bottom:0px;
}
.aiz-cookie-alert > div >div
{
    display: flex;
    align-items: center;
    margin: 0 15px 0 0;
}

/* section trusted by millions */
.section_trustedby
{

}
/* section trusted by millions */
/* section package */
.section_package .slick-slide:last-child .carousel-box .border-right
{
    border: none !important;
}
/* section package */

/* section happy story */
.section_happystory .absolute-bottom-left 
{
    /*min-height: 126px;*/
}
.section_happystory .absolute-bottom-left .absolute-full
{
    /*min-height: 94px;*/
}

/* section happy story */


.toggle-password 
{
    font-size: 20px;
    position: relative;
    right: 0;
    top: 0;
    float: right;
    margin-top: -30px;
    padding-right: 9px;
}
.la-eye:before {
    content: "\f06e";
}



@media screen and (max-width: 768px) {
  .mb-padding {
    padding-top:145px;
  }
}


