@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong,
ul,
li,
a {
    font-family: "Open Sans", sans-serif !important;
}
.bg-white1 {
    background-image: none;
}

.display-4 {
    font-size: 2.2rem !important;
}
.d-none {
    display: none !important;
}
.logo img {
    width: 200px;
    height: auto;
}
.ul-header li {
    margin: 0 10px;
}
.home-header .ul-header {
    display: none;
}

.home-header .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.home-header .header-right span {
    color: white !important;
}
.h-container {
    align-items: center;
}
.ul-header li a span {
    font-size: 16px;
}

.ul-header {
    display: flex;
}

.other-header .button1 {
    border: none;
    outline: none;
    padding: 10px 20px;
    color: black !important ;
    background: transparent;
    border: solid 1px rgb(195, 195, 195);
    border-radius: 5px;
}

.bread-section {
    background-color: #e9ecef;
}
.breadcrumb .breadcrumb-item {
    color: var(--primary1) !important;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 0rem;
    list-style: none;

    border-radius: 0.25rem;
}

.home-header .button1 {
    border: none;
    outline: none;
    padding: 10px 20px;
    color: white;
    background: transparent;
    border: solid 1px white;
    border-radius: 5px;
}
.inside-header {
    padding: 5px 0;
    border-bottom: 1px solid #dedede;
    background: #fcfcfc;
}
.aiz-navbar {
    background: transparent;
}

.aiz-main-wrapper br {
    display: none;
}

.other-header .aiz-header {
    position: relative;
    z-index: 1;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #dedede;
}

.home-header .aiz-header {
    position: absolute;
    z-index: 1;
    width: 100%;
    background: transparent;
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: 0 !important;
    box-shadow: none !important;
}
.aiz-header div {
    background: transparent;
}
.banner-row h1 {
    text-align: center;
}
.banner-text-p {
    color: white;
    padding: 10px 0;
    text-align: center;
    font-size: 24px;
}
:root {
    --primary1: #fa0a8a;
}
.button2 {
    border: none;
    outline: none;
    padding: 10px 20px;
    color: white;
    background: #fa0a8a;

    border-radius: 5px;
}
.form-label {
    text-transform: capitalize;
}
.login-card {
    height: 81px;
}
.bg-primary-grad.active {
    background-color: transparent !important;
    border-bottom: solid 2px var(--primary);
    color: var(--primary1) !important;
}
.other-header .ul-header li.active a span {
    color: black !important;
    -webkit-text-fill-color: var(--primary1) !important;
}
.other-header .ul-header li a span {
      -webkit-text-fill-color: #8d8d8d !important;
color: black !important;
  
    font-weight: 600;
    
}

.other-header .ul-header li.bg-primary-grad a span {
      -webkit-text-fill-color: var(--primary1) !important;

    
}






li.active a {
    color: var(--primary1) !important;
    border-bottom: solid 2px #15a855 !important ;
}
.form-row {
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: none !important;

    padding: 3px;
}
.gap-10 {
    gap: 10px;
}
.form-row .col {
    padding: 10px;
}
.bg-wite {
    background-color: white;
}

.form-row .card {
    padding: 5px;
    margin-bottom: 0;
}

.form-row .card > div {
    padding: 5px;
}
.form-row .card > div input,
.form-row .card > div select {
    border: none;
    height: 30px;
    padding: 5px;
}
.h-80 {
    height: 80%;
}
.premium-section h2 {
    color: var(--primary1);
    text-transform: uppercase;
    font-size: 36px;
}
.premium-section .slick-slide img{
    height:264px;
    width:264px;
    object-fit: contain;
}

.premium-section .absolute-bottom-left div,
.premium-section .text-primary {
    text-align: left;
    color: var(--primary1) !important;
}

.premium-section .fs-10 span {
    color: black !important;
}

.premium-section .absolute-full {
    background: white;
}
.absolute-bottom-left {
    background: white;
}

.premium-section .rounded.border {
    border: 0 !important;
    border-radius: 0 !important;
}
.about-image-container {
    position: relative;
}

.about-image-container .image-1 {
    position: absolute;
    width: 120px;
    z-index: 0;
    left: -20px;
    top: -45px;
}

.about-image-container .image-2 {
    position: absolute;
}

.about-image-container .image-3 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
}

.about-image-container .image-4 {
    position: absolute;
    width: 175px;

    bottom: -30px;
    right: -24px;
    z-index: 1;
}

.about-section .about-section-title {
    color: var(--primary1);
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.title-section {
    text-align: center;
}

.about-text-container {
    padding-left: 45px !important;
}
.about-text-container p {
    font-size: 20px;
}
.about-section {
    background-color: #ffeff8;
}

.register-section {
    padding: 50px 0;
    background: url("../img/home/register-bg.png");
}
.register-section h2 {
    text-align: right;
    color: white;
    font-weight: 600;
    font-size: 40px;
}
.premium-plans-section h2 {
    color: var(--primary1);
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
}
.premium-plans-section .slick-slide {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-right: 15px;
    background: white !important;
}

.premium-plans-section .slick-list {
    padding: 20px;
}

.plan-img {
    background: url("../img/home/list.png");
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
}
.color-green {
    color: #15a855;
}
.color-black {
    color: black !important;
}

.aiz-carousel .slick-dots .slick-active button {
    background: var(--primary1) !important;
}
.premium-plans-section {
    background: url("../img/home/premiumbg.png");
}
h1 {
    font-weight: 700;
    font-size: 64px;
    color: #fff;
}
.login-container svg,
.login-container a {
    color: white !important;
    fill: white;
}

.login-container a {
    margin-right: 10px;
}

/* fotter  */

.bg-color {
    background-color: #000;
}
.footer-para span {
    font-weight: bold;
}
.footer-contact svg {
    fill: var(--primary1);
}
.footer-contact i {
    background-color: #fff;
    padding: 9px 12px;
    border-radius: 50%;
    font-size: 20px;
    color: #fa0a8a;
}
.footer-email {
    word-wrap: break-word;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

/*==================== how it works =====================*/
.how-works {
    background-image: url(../img/home/bg/work-bg.jpg);
    background-repeat: no-repeat;
    /* background-image: url(../images/icons/happy-icon-1.png); */
}

.how-works .work-title,
.happy-stories .happy-title {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.how-works .work-title h2,
.happy-stories .happy-title h2 {
    font-size: 36px;
    color: #fa0a8a;
}

.how-works .work-img img {
    width: 80%;
}
.how-works .work-img {
    text-align: center;
}
/*================== how it works end ===================*/

/*================== happy stories ==================*/
.happy-stories .happy-line {
    position: relative;
    border: 6px solid rgba(0, 153, 67, 0.17);
    padding: 30px 0px;
    z-index: -1;
}

.happy-stories .happy-line::before {
    content: "";

    /* background-image: url(../images/icons/happy-icon-1.png); */
    background-image: url(../img/home/icons/happy-icon-1.png);
    position: absolute;
    top: -61px;
    left: -51px;
    right: 0px;
    height: 177px;
    background-repeat: no-repeat;
    background-size: 140px;
    z-index: 100;
}

.happy-stories .happy-line::after {
    content: "";
    background-image: url(../img/home/icons/happy-icon-2.png);
    position: absolute;
    bottom: -73px;
    width: 150px;

    right: -53px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: 140px;
    z-index: 100;
}
.happy-stories {
    padding: 80px 0;
}

/* slick */
.wrapper {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}
h2 {
    font-family: sans-serif;
    color: #fff;
}
.carousel {
    width: 90%;
    margin: 0px auto;
}
/* .slick-slide {
    margin: 10px;
  }
  .slick-slide img {
    width: 100%;
    border: 2px solid #fff;
  } */
.wrapper .slick-dots li button:before {
    font-size: 10px;
    color: #fa0a8a;
}

.happy-stories .slick-next:before {
    background-image: url(../images/icons/slide-next.svg);
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #000;
    -webkit-font-smoothing: antialiased;
}
.happy-stories .slick-prev:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #000;
    -webkit-font-smoothing: antialiased;
}

.happy-stories .slick-slider .slick-cont {
    position: relative;
    color: #000;
    font-size: 15px;
    padding: 30px 30px;
}

.happy-stories .slick-slider .slick-cont::before {
    content: "";
    background-image: url(../img/home/icons/happy-quotes-1.svg);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100px;
    z-index: 100;
}
.happy-stories .slick-slider .slick-cont::after {
    content: "";
    background-image: url(../img/home/icons/happy-quotes-2.svg);
    position: absolute;
    right: 0px;
    width: 203px;
    right: -14px;
    bottom: -116px;
    height: 200px;
    background-repeat: no-repeat;
    z-index: 100;
}
.happy-stories .slick-next {
    left: 1041px;
}

.happy-stories .slick-prev {
    left: -67px;
}
*/
  /* slick end
  /*================ happy stories end ================*/
  
  .white-header {
    background-color: red;
}
.home-slider-area {
    background: url("../img/home/bg/home-slider-area-img.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.premium-section h3 {
    font-weight: 600 !important;
    font-size: 22px !important;
}

.premium-section h4 {
    font-weight: 400;
    font-size: 16px;
}
.premium-section span {
    font-weight: 400;
    font-size: 16px;
}
.inside-header .login-container button {
    background-color: var(--primary1);
    color: #fff;
    border: 0px;
    padding: 10px 15px 10px;
}
.h3,
h3 {
    font-weight: 600;
}
.slick-dots li.slick-active button:before {
    color: var(--primary1) !important;
}

.slick-slide,
.swiper-slide,
.swiper-wrapper {
    height: auto !important;
}

/* swiper */

.sidemnenu li {
    border-bottom: 1px solid #dedede;
}

.color-white {
    color: white !important;
}

.register-btn {
    height: 40px;
    display: flex;
    align-items: center;
}

/* style for dashboard  */

/*==================== profile =====================*/
.profile {
    background: linear-gradient(
        88deg,
        rgba(255, 229, 0, 0.7) 0%,
        rgba(255, 0, 153, 0.7) 100%
    );
}

.profile .profile-cont {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
    line-height: 25px;
}

.profile .p-desc {
    display: flex;
    gap: 10px;
}

.profile-cont .p-btn {
    background: transparent;
    border: 1px solid #c21975;
    color: #fa0a8a;
    border-radius: 5px;
    font-size: 11px;
    padding: 0px 10px;
    margin-top: 10px;
}

.profile-cont .p-btn:hover {
    color: #fff;
    background-color: #fa0a8a;
    transition: 0.4s;
}

.profile .card-cont {
    background-color: #fff;
    border-radius: 5px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
       padding: 4px 10px 12px;
}

.profile .card-cont h4 {
    color: #fa0a8a;
    font-size: 32px;
    font-weight: 600;
}

.profile .card-cont p {
    font-size: 12px;
}

.profile .card-content {
    display: flex;
}
/*================== profile end ===================*/

.menu-top {
    margin-top: -35px;
}

.aiz-user-sidenav .aiz-side-nav-link.active,
.aiz-user-sidenav .aiz-side-nav-link:hover {
    background: transparent;
    color: var(--primary1);
}

.aiz-user-sidenav .aiz-side-nav-link.active,
.aiz-user-sidenav .aiz-side-nav-link:hover {
    border-left-color: #15a855 !important;
}

.aiz-user-sidenav .aiz-side-nav-link.active svg, .aiz-user-sidenav .aiz-side-nav-link.active svg path{
   width: 30px;
    height: 30px;
    margin-right: 10px;
    background: var(--primary1);
    padding: 8px;
    fill: white;
    border-radius: 10px;
}

.aiz-side-nav-list svg {
 width: 30px;
    height: 30px;
    margin-right: 10px;
   
    padding: 8px;
    
    border-radius: 10px; 
}

.aiz-side-nav-list img {
 width: 25px;
    height: 25px;
    margin-right: 10px;
  
    padding: 4px;
}


.aiz-side-nav-list .aiz-side-nav-text {
    font-size: 15px;
}
.select-btn {
    background: white !important;
}
.btn {
    /* background: linear-gradient(90deg, rgba(242, 218, 0, 1) 0%, #ff0099 100%); */
    border: none;
    color: #fff;
}
.profile-cont .profile-image  {
	width: 100%;
	max-width: 165px;
	height: 173px;
	max-height: 173px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #dedede;
	background: #fff;;
}
.profile-cont .profile-image img{
    max-width: 100%;
  object-fit: contain;
  max-height: 100%;
}
.profile-detail h3 {
    /*border-bottom: 1px solid #eeeeee;*/
    padding-bottom: 5px;
    font-size: 24px;
    font-weight: 400;
}
p {
    margin-bottom: 0px;
}
.profile-detail p {
    margin-bottom: 10px;
}
.profile-detail span {
    padding-left: 20px;
}
.profile-detail b {
    font-weight: 600;
}
.profile {
    position: relative;
}
.profile .heart {
    width: auto;
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0 auto;
}

/* style for dashboard  */

.row-member-list table td span,
.row-member-list h2,
.row-member-list table th {
    text-transform: capitalize;
}

.dropdown-item.active, .dropdown-item:hover, .dropdown-item:active{
    background-color:#15a855 !important;
}
.bootstrap-select .dropdown-toggle{
    border: #666 solid 1px !important;
}
.home-form-btn{
    height:80px !important;
}
.h100{
    height:100;
}
.profile-btn{
    margin-top: 20px;
}

.profile-btn a{
      padding: 10px !important;
}
div.aiz-nav-tabs.active-white a.active{
   
    /*color: #15a855 !important;*/
        background: #15a855;
    border-radius: 7px;
        border: none;
}
div.aiz-nav-tabs.active-white a:hover{
    text-decoration:none;
}
.aiz-nav-tabs a{
   
    color: #fff !important;
}
.aiz-timeline-accordion .accordion-item:not(:last-child):before{
    left: 40px !important;
        z-index: 1;
}
.accordion-head .rounded-circle{
        z-index: 2;
            background: white;
}

.las.la-list.la-2x,.las.la-ban.la-2x,.las.la-info-circle.la-2x{
       font-size: 25px;
    margin-right: 10px; 
}

.form-row .bootstrap-select .dropdown-toggle{
     padding: 5px 10px;
}

.color-primary{
    color:var(--primary1) !important;
}

.color-secondary{
    color: #15a855 !important;
}
.btn-primary:hover{
    background-color: #15a855 !important;
      border-color:  #15a855 !important;
    
}
.btn-primary{
  
      border-color:var(--primary1) !important;
    
}
.border-white{
    border: solid 1px white;

}
.login-bg {
    background: url("../img/bg-login.jpg");
        background-size: 300px;
}
.happy-title{
    font-size: 36px;
}

.border-gray{
    border:solid 1px #3333;
}

.note-btn{
    color: black;
    background: white;
}
.aiz-user-panel .card-header{
    background: #3333330d;
}
.aiz-user-panel h5{
    color:var(--primary1);
}
hr{
        opacity: 1;
}

.text-captalize{
    text-transform:capitalize;
}

.bg-gray{
    background:#dee2e675;
    background-color:#dee2e675 !important;
}
.border-table , .border-table th , .border-table td ,.border-table tr{
     border:solid 1px #3333;
}

.member-id{
        color: #54ff9e !important;
    font-weight: bold;
    font-size: 14px;

}
.accordion-body table tr td:nth-child(1),td:nth-child(3), .accordion-body table th,.gallery-table th{
   background:#dee2e675;  
   padding:10px 0;
   padding-left :10px;
   margin-right :10px;
    max-width:150px;
    width:150px;
}
.gallery-table td{
     width: 250px;
}
.gallery-table {
  border:solid 1px #3333;
}


.accordion-body table tr td:nth-child(2){
   /*background:#dee2e675;  */
   padding-left :10px;
   /*margin-right :10px;*/
}

.accordion-body table tr{
     border:solid 1px #3333;
}
li .nav-link{
        text-transform: capitalize !important;
        
}
.btn.view{
   background:var(--primary1);  
}

.footable-header th{
    background: #eceff7;
}
.pagination .active .page-link{
      background: var(--primary1);
      border:solid 1px var(--primary1);
      color:white;
}
.pagination  .page-link{
      /*background: #15a855 ;*/
      border:solid 1px #15a855 ;
      
}
.pagination  .page-link:hover{
  
      color:black;
}

.text-capitilize{
     text-transform: capitalize !important; 
}
.aiz-pagination ul{
       justify-content: center;
}
.list-user span{
  margin-top:10px;  
}
.list-user i{
        color: white !important;
    background: #fa0a99;
    border-radius: 10px;
    padding: 5px;
}

.profile-dash{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
}
.profile-dash img{
   
    max-width: 100%;
    max-height: 100%;
}

.happy-img{
    display: flex  !important;
    align-items: center;
    justify-content: center;
        width: 100%;
    height: 300px;
}
.happy-img img{
   
    max-width: 100%;
    max-height: 100%;
}