
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
  font-family: 'Jost', sans-serif!important;
  background: #fff;
  color: #1D242C;
    line-height: normal;
    overflow-x: hidden; /* Prevent scroll on narrow devices */
    font-size: 16px;
}
.main{
  position: relative;
}
a { 
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #1DCC98;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', sans-serif;}
h1{font-size: 50px;}
h2{font-size: 45px;}
h3{font-size: 34px;}
h4{font-size: 24px;}
h5{font-size: 20px;}
h6{font-size: 16px;}
.Header_fix.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -webkit-animation: sticky 1s;
    animation: sticky 1s;
}
 @-webkit-keyframes sticky {
    0% {
      top: -120px;
    }

    100% {
      top: 0;
    }
  }

  @keyframes sticky {
    0% {
      top: -120;
    }

    100% {
      top: 0;
    }
  }


.transition { transition: all 0.8s ease-in-out 0s; -webkit-transition: all 0.8s ease-in-out 0s; -moz-transition: all 0.8s ease-in-out 0s; 
  -o-transition:all 0.8s ease-in-out 0s; -ms-transition:all 0.8s ease-in-out 0s; }
p{font-size: 16px; }

.btn{font-weight: 600;font-size: 16px;border-radius: 100px;background: #ffff;padding: 10px 15px;transition: 0.3s;line-height: normal;color: #1D242C;
text-align: center;}
.orange_text{color:#FD964B}
.green_text{color:#62D49F}
.green-border{border: 1px solid #62D49F;}
.orange-border{border: 1px solid #FD964B;}
.orange_bg{background:#FD964B}
.green_bg{background:#62D49F}

.btn_orange{ font-weight: 600;font-size: 15px;border-radius: 100px;background: #FD964B;padding: 15px 25px;transition: 0.3s;line-height: normal;color: #fff;
text-align: center; text-transform: uppercase; border: 1px solid #FD964B;;}
.btn_orange:hover{color:#FD964B; border: 1px solid #FD964B; background: transparent;}
.btn_green{ font-weight: 600;font-size: 15px;letter-spacing: 0.5px;border-radius: 100px; background: #62D49F;padding: 15px 25px;transition: 0.3s;line-height: normal;
color: #fff;text-align: center; text-transform: uppercase; border:1px solid #62D49F;}
.btn_green:hover{color:#62D49F; border: 1px solid #62D49F; background: transparent;}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: none;
}
btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
  box-shadow: none;
}
.br_white{border-right: 1px solid #fff;}
.btn:hover{border: 1px solid #FD964B!important; color:#FD964B !important; background: transparent;}

.btn1:hover{border: 1px solid #FD964B!important; color:#FD964B !important; background: transparent;  }
.btn_white{ font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  background: #fff;
  padding: 10px 15px;
  transition: 0.3s;
  line-height: normal;
  color: #000;
text-align: center; text-transform: uppercase; border:1px solid #fff;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}
.banner_content .btn_white{display: flex; align-items: center;}
.banner_content .btn_white img{padding-right: 10px}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  border: 2px solid #d8a645;
}

.back-to-top i {
  font-size: 28px;
  color: #d8a645;
  line-height: 0;
}

.back-to-top:hover {
  background: #d8a645;
  color: #1a1814;
}

.back-to-top:hover i {
  color: #444444;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1400px;}
.mobile_nav{display: none;}
.Header_section {background: #FAFAFA; margin-top: 40px; border-radius: 100px; padding: 10px 10px}
.Header_section .languages{margin-right: 10px}  
.Header_section nav .navbar-nav .nav-link{color: #1D242C; padding: 0 20px;}
.Header_section nav .navbar-nav .nav-link:hover{ color: #FD964B;}
.action_btn{}

.dropdown-item.active, .dropdown-item:active {color: #FD964B;text-decoration: none;background-color: transparent;}
.languages .dropdown-menu{border-radius: 10px}
.banner{padding: 135px 0 0px 0}
.banner_content h1 {font-weight: 800; line-height: 130%}
.banner_content h4{color: #7E879F; margin: 30px 0}
.banner_content h4 span{color: #FD964B; font-weight: 500}
.brand_section .title_heading h4{font-weight: 500;}
.title_heading h2{font-weight: 700}
.title_heading h4{font-weight: 600; line-height: 150%; font-size: 20px}

/*--------------------------------------------------------------
# brand
--------------------------------------------------------------*/
.p_120{padding: 120px 0}

.brand_section {background-image: linear-gradient(rgba(217, 217, 217, 0), #EAE6E6, rgba(217, 217, 217, 0))}
/*.brand_section{background: url(../images/bg1.png); background-size: cover;
  background-repeat: no-repeat;  background-position: center;}*/
.owl-dots{display: none;}

.owl-carousel .owl-item img {display: block;width: auto;}
.slider_content{ padding: 40px 0;}
.bg_brand{background: rgba(255, 255, 255, 0.4); margin-top: 40px}
/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/
.about_section{padding: 120px 0 230px 0}
.counter{text-align: center; border: 3px solid #1D242C; box-shadow: 15px -15px #FD964B; border-radius: 5px; margin-top: 160px}
.counter1{width: 50%;border-right: 1px solid rgba(126, 135, 159, 0.2); border-bottom: 1px solid rgba(126, 135, 159, 0.2); padding: 25px}
.counter1 h3{font-weight: 800}
.counter1 p{margin-bottom: 0; color: #7E879F; }

.counter:nth-child(2) {
  border-right: none;
}
.community-content img{opacity: 0.5; transition: all 0.4s; cursor: pointer;}
.community-content img:hover{opacity: 1}

/*--------------------------------------------------------------
# offer
--------------------------------------------------------------*/
.offer_section .offer_list{margin-top: 120px}
.offer_section{position: relative;}
.offer_img{display: flex; align-content: center;}
.offer_img::after {
    position: absolute;
    content: "";
    background: #FD964B;
    top: 0;
    right: 0px;
    left: 0;
    bottom: 0;
    width: 37%;
    height: 100%;
    z-index: -1;
}
.offer_section .offer_list h4{font-size: 24px; font-weight: 800}
.offer_content{margin-left: 120px}
.offer_list li{display: flex;align-items: center; width: 75%; margin-bottom: 25px; border-radius: 100px; padding: 15px}
.offer_list li:nth-child(even){margin-left: -100px}
.offer_list li img{padding-right: 30px}
.offer_list li:nth-child(3){margin-left:100px}


.how_work_section{background-image: linear-gradient(rgba(217, 217, 217, 0), #EAE6E6, rgba(217, 217, 217, 0))}

.type_title{color:#fff; padding: 20px; font-weight: 800; border-radius: 5px; margin: 70px 0}

/* Style the tab */
.tab {
  border: none;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;

}
.tablinks{display: flex;
justify-content: space-between;}
/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 30px 35px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 20px;
  font-weight: 600;
}
.tab button i{float: right;}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #fff;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #1D242C;
  color: #fff;
}

/* Style the tab content */
.tabcontent {
  padding: 0px 12px;

}
.common_form{margin-top: 40px}
.common_form .form-control{background: rgba(126, 136, 159, 0.1); border:none; height: 55px; border-radius: 10px!important; color: #1D242C; font-weight: 500}
.common_form label{color: #7E879F; margin-bottom: 10px}
.Contact_section .btn_orange{width: 100%}
.Contact_section{position: relative;}
.contact_img::after {
    position: absolute;
    content: "";
    background: #FD964B;
    top: 0;
    right: 0;
    bottom: 0;
    width: 37%;
    height: 100%;
    z-index: -1;
}
.form-control:focus {
  box-shadow: none;
}

.faq_section .accordion-button:not(.collapsed)::after {font-family: FontAwesome; content:"\f068";padding-right: 5px;transform: none;background-image: none;}
.faq_section .accordion-button::after {width: 1.25rem; height: 1.25rem; margin-left: auto;content:"\f067";font-family: FontAwesome; background-image: none; 
}
.faq_section .accordion-button:focus {z-index: 3;border-color: #fff;outline: 0;box-shadow: none;}

.faq_section .accordion-button{font-size: 22px; font-weight: 800; padding: 0}
.faq_section .accordion-item{margin-bottom: 20px; border: 1px solid rgba(126, 135, 159, 0.2); border-radius: 15px; padding: 40px;}
.faq_section .accordion-button:not(.collapsed) {color: #1D242C;background-color: #fff; box-shadow: none;}
.faq_section .accordion-body{color: #7E879F; padding: 0; margin-top: 15px}
.faq_section .accordion-header { padding: 0;}

.faq_content{margin-top: 60px}

.gray_bg{  background:rgba(232, 234, 234, 0.5); border-radius:20px; position:relative; }
.downlod_content{padding:80px;}
.download_section button{border: none; background-color: transparent;}
.download_btn{margin-top: 50px}
.download_img img{margin-top: -73px}


/*--------------------------------------------------------------
# tesimonial
--------------------------------------------------------------*/
.testimonial_content{padding: 30px; border: 1px solid rgba(126, 135, 159, 0.2); border-radius: 18px; }
.testimonial_content h5{font-weight: 800}
.testimonial_content p{color: #7E879F; margin-top: 10px}
.testimonial_content hr{background: rgba(126, 135, 159, 0.6);}

.footer_section{position: relative; z-index: 9}
.footer_section::after{ position: absolute;
    content: "";
    background: url(../images/newsletter.png);;
    top: 0;
    right: 0px;
    left: 0;
    bottom: 0;
    width: 37%;
    height: 100%;
    z-index: -1;}

.footer_link h5{font-weight: bold;}
.footer_link{margin-top: 40px}
.footer_link li{padding:3px 0}
.footer_link li a{ color:#1D242C; font-weight:500 }
.footer_link li a:hover{color: #FD964B}
.footer_link li a i{ color:rgba(26, 36, 44, 0.6); padding-right: 10px}

.footer_bottom{ /*border-top: 1px solid rgba(126, 135, 159, 0.2);*/ padding: 40px 0; display: flex;
justify-content: space-between; align-items: center;}
.social{display: flex;}
.social li {margin-right: 15px}
.social li a{display: flex; width: 44px;height: 44px; border-radius: 100% ; justify-content: center; line-height: 44px;}
.social li a i{line-height: 44px}
.fb{background: #1877F2;}
.google{background: #ED0606;}
.apple{background: #000;}
.qrcode {text-align: center;}
.qrcode button{border: none; background: no-repeat; padding: 10px 20px; font-size: 24px; font-weight: 700; text-transform: uppercase; color: #1D242C; transition: 0.3s;}
.qrcode button.active {
 border-bottom: 1px solid #FD964B;
  color: #FD964B;
}
.mt_100{margin-top: 80px}




/*--------------------------------------------------------------
# login page 16062023
--------------------------------------------------------------*/
.login-main{
  background-image: url(../../assets/images/login-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
}

/*.login-form{
  background: #FFFFFF;
  border-radius: 20px;
  padding: 50px 100px;
  width: 570px;
  margin: 0 auto;
  position: relative;
}*/
.btn-login-close{
    position: absolute;
    right: 20px;
    top: 20px;
}
.login-title h3{
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 136.3%;
    letter-spacing: 1px;
    color: #1D242C;
    text-align: center;
    margin-bottom: 20px;
}
.login-tabs .nav {
      background: #62D49F;
    border-radius: 22px;
    width: 61%;
    margin: 0 auto;
}
.login-tabs .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.8;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-right: 0;
}
.login-tabs .nav-pills .nav-link.active, .login-tabs .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d6efd;
    background: #62D49F;
    border-radius: 22px;
    opacity: 1;

}
.login-tabs .nav-item{
    /*border-right: 3px solid rgb(255 255 255 / 50%);*/
    padding: 4px;
}
.mr-2{
      margin-right: 5px;
}
/*.border-right{
  border-right: 2px solid rgb(255 255 255 / 50%)!important;
  border-radius: 0!important;
}*/
.login-tabs .border-right::after{
  content: "|";
    background: #ffffff;
    border-radius: 5px;
    margin-left: 20px;
    opacity: 0.8;
}
.icon-hide-show{
  position: absolute;
  right: 15px;
  top: 45px;
}
.form-group{
  position: relative;
}
.forgot-password{
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #7E879F;
  display: flex;
  justify-content: center;
}

.design-continue{
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #7E879F;
  text-align: center;
  margin-top: 30px;
  padding: 0 15px;
}
.p-relative{
  position: relative;
}
.design-continue::before{
  content:'';
  position: absolute;
  background-color: rgb(126 135 159 / 20%);
  width: 30%;
  height: 1px;
  top: 9px;
  left: 0;
}
.design-continue::after{
  content:'';
  position: absolute;
  background-color: rgb(126 135 159 / 20%);
  width: 30%;
  height: 1px;
  top: 9px;
  right: 0;
}
.btn-social-media{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0px;
}
.btn-social-media a img{
  width: 50px;
}

.dont-account p{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #1D242C;
    margin-bottom: 5px;
}

.dont-account a{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #FD964B;
    display: block;
}

/*.login-title p{
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #7E879F;
}*/


.login-title p strong{
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #1D242C;
}

.otp-form .form-group input{
    width: 55px;
    border-radius: 50%!important;
    text-align: center;
}

.sign-up-form{
    width: 810px;
    margin: 0 auto;
    padding: 50px 50px;
}

.form-check-input[type=checkbox] {
    border-radius: 50%;
}
.form-check-input:checked {
    background-color: #F26223;
    border-color: #F26223;
}
.form-check-input:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(253 130 13 / 25%);
}

.login-main.signup-main {
    background-image: url(../../assets/images/login-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 100px 0;
}

.all-set-modal .btn-close{
      position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
}

.all-set-modal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0.3rem;
    outline: 0;
    border-radius: 10px;
    width: 450px;
}

.ganeral-modal h3{
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 136.3%;
    text-align: center;
    color: #1D242C;
}

.ganeral-modal p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #7E879F;
}

.all-set-modal .modal-body{
  padding: 70px 60px;
}

.ganeral-modal{
  text-align: center;
}


.breadcrumb-main .breadcrumb .breadcrumb-item a{
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-decoration-line: underline;
  color: #1D242C;
}
.breadcrumb-main .breadcrumb .breadcrumb-item.active a {
      font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: rgb(126 135 159 / 80%);
}
.breadcrumb-main{
  margin: 70px 0px;
}
.page-title h2{
      font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 150.5%;
    color: #1D242C;
    margin-bottom: 0;
    padding: 30px;
    border: 1px solid rgba(126, 135, 159, 0.2);
    border-radius: 15px;
}

.select-tabs .section-completed h3{
      font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #1D242C;
    margin-bottom: 0;
}
.select-tabs{
      border: 1px solid rgba(126, 135, 159, 0.2);
    border-radius: 15px;
}
.select-tabs .section-completed{
    background: rgb(255 255 255 / 50%);
    border-radius: 15px 15px 0px 0px;
    padding: 25px;
}
.select-tabs .section-completed.active{
    background: rgb(98 212 159 / 50%);
    border-radius: 15px;
    padding: 25px;
}
.order-history-main{
    margin-bottom: 170px;
}
.order-header{
    background: rgba(126, 135, 159, 0.1);
    border-radius: 8px 8px 0px 0px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order-status h5{
      color: #ED0606;
    text-align: right;
    font-size: 14px;
    font-family: Work Sans;
    line-height: 124.336%;
    text-transform: capitalize;
    margin-bottom: 0;
}
.order-header-title{
  display: flex;
  align-items: center;
}
.order-details{
  padding-left: 15px;
}
.order-header .order-img{
      width: 45px;
    height: 45px;
    border: 1px solid rgba(126, 135, 159, 0.2);
    border-radius: 50%;
}
.order-details h3{
  font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #1D242C;
    margin-bottom: 0;
}
.order-details p{
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
  color: #7E879F;
  margin-bottom: 0;
}
.order-list{
  margin-bottom: 15px;
}

.order-details p .dot-img{
  padding: 0 10px;
}
.order-body{
      border-radius: 0 0 8px 8px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
    /*padding: 20px;*/
}
.order-summary-list{
      display: flex;
    align-items: center;
    justify-content: space-between;
        margin-bottom: 10px;
            padding: 20px 20px 0 20px;
}
.order-summary-list.border-top{
  padding-bottom: 20px;
  margin-bottom: 0;
}
.order-infos{
  display: flex;
    align-items: center;
}
.order-infos h5{
      width: 20px;
    height: 20px;
    background: #7E879F;
    border-radius: 25px;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    margin-bottom: 0;
}
.order-infos h4{
  padding: 0 10px;
  color: #7E879F;
  margin-bottom: 0;
  line-height: 100%;
      font-size: 16px;
}
.order-infos h3{
    color: #1D242C;
    font-size: 16px;
   font-family: 'Inter', sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}
.order-price h5{
  color:#62D49F;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}
.btn-lightgray{
  border-radius: 13.5px;
  background: rgba(126, 135, 159, 0.20);
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  line-height: 124.336%;
  color: #7E879F;
  text-transform: capitalize;
  padding: 5px 10px;
}
.btn-gray{
  border-radius: 13.5px;
  background: #7E879F;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  line-height: 124.336%;
  color: #ffffff;
  text-transform: capitalize;
  padding: 5px 10px;
}

.resturant-details-main{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
    padding: 25px;
}
.resturant-details-inner{
  display: flex;
    align-items: center;
}
.resturant-img img{
      width: 55.532px;
    height: 55.532px;
    border-radius: 50%;
    border: 1px solid rgba(126, 135, 159, 0.20);
}
.resturant-info{
      margin-left: 15px;
}
.resturant-info h3{
    color: #1D242C;
    font-size: 24.681px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: 0.617px;
    margin-bottom: 0;
}
.resturant-info h4{
      color: #1D242C;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    font-family: Work Sans;
    font-weight: 500;
    margin-bottom: 0;
}
.resturant-info h4 .icon-line{
    padding: 0 10px;
}
.resturant-info h4 span{
    color: #7E879F;
}

.btn-lightblack{
      background: #1D242C;
    color: #ffffff;
}
.btn-green{
    background: #62D49F;
    color: #ffffff;
}
.rate-review-section{
      display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    margin-bottom: 20px;
}
.rate-review-title{
  display: flex;
    align-items: center;
}
.rate-review-title h5{
      color: #1D242C;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 150.5%;
    margin-bottom: 0;
}


.order-info-title h3{
      color: #1D242C;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 150.5%;
    margin-bottom: 0;
}
.order-info-main{
  border-radius: 15px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
}
.order-info-title{
      border-radius: 15px 15px 0px 0px;
    background: rgba(126, 135, 159, 0.10);
    padding: 20px;
}
.order-info-list{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
.order-info-list p{
  color: #7E879F;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  margin-bottom: 0;
}
.order-info-list h5{
  color: #1D242C;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
.order-info-body{
  padding: 15px 0;
}
.text-green{
  color: #62D49F!important;
}
.border-top3{
  border-top: 3px solid rgba(126, 135, 159, 0.20);
}

.order-info-list.total-text p{
  color: #1D242C;
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  margin-bottom: 0;
}
.order-info-list.total-text h5{
  color: #62D49F;
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}

.all-set-modal .btn-close-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
}


/*ratting*/
.rate {
    height: 46px;
    padding: 0 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:40px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #FFB634;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #FFB634;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #FFB634;
}

.ratting-review-form label{
      color: #7E879F;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    text-align: left;
    float: left;
}
.ratting-review-form .form-control{
  border-radius: 10px;
    background: rgba(126, 135, 159, 0.10);
    border: none;
}
.ratting-review-form .form-control:focus{
  border-radius: 10px;
    background: rgba(126, 135, 159, 0.10);
    border: none;
}

/*ratting*/


.order-summary-list p{
    color: #000;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    line-height: 150.5%;
}
.arrival-date-time h5{
      color: #1D242C;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 150.5%;
    margin-bottom: 0;
}
.arrival-date-time-title h4{
      color: #62D49F;
    font-size: 22px;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    margin-bottom: 5px;
}
.arrival-date-time-title h4 span{
    color: #FD964B;
}

.arrival-date-time-title p{
    color: #7E879F;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    margin-bottom: 0;
}
.arrival-date-time-title p span{
    color: #1D242C;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
}

.user-list{
  padding: 10px 0;
    color: #1D242C;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    line-height: 140%;
}
.user-list img{
      width: 32px;
    height: 32px;
    border-radius: 50%;
}
.d-flex-center-between{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-title-inner{
    border-radius: 15px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
    padding: 25px;
}
.page-title-inner h3{
  font-family: 'Inter', sans-serif;
        font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 150.5%;
    color: #1D242C;
    margin-bottom: 0;
}
.btn-add{
  color:#1D242C;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 24px;
}

.friend-request-main{
      border-radius: 15px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
}
.friend-request-title{
  border-radius: 15px 15px 0px 0px;
    background: rgba(126, 135, 159, 0.10);
    padding: 20px;
}
.friend-request-title h3{
  color: #1D242C;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 150.5%;
    margin-bottom: 0;
}
.friend-request-body {
    padding: 15px 0;
}

.friend-list{
  display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}
.friend-info{
      display: flex;
    align-items: center;
}
.friend-info img{
      width: 42px;
    height: 42px;
    border-radius: 50%;
}
.friend-name h5{
  color: #1D242C;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 0;
}
.friend-name p{
  color: #7E879F;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    margin-bottom: 0;
}
.friend-name{
  margin-left: 10px;
}
.btn-yellow{
  background-color: #FFB634;
  color: #ffffff;
}
.border-bottom-friend{
  border-bottom: 1px solid rgb(126 135 159 / 10%);
}
.add-friend-form .form-control {
    border-radius: 10px;
    background: rgba(126, 135, 159, 0.10);
    border: none;
    height: 55px;
    padding-left: 20px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}
.add-friend-form label{
    color: #7E879F;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    float: left;
}

.profile-details-main-section {
    margin-bottom: 170px;
}
.profile-details-main{
    border-radius: 15px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
    padding: 50px;
}
.my-profile-img {
  position: relative;
}
.my-profile-img .profile-img{
    width: 280px;
    height: 280px;
    border-radius: 50%;
}
.upload-profile-img{
      position: absolute;
    right: 25px;
    bottom: 10px;
}
.upload-profile-img img{
    width: 70px;
    height: 70px;
}
.upload-file{
  display: none;
}


.payment-method-main{
  margin-bottom: 170px;
}

.payment-method-list{
    border-radius: 10px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    padding: 30px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-info{
  display: flex;
    align-items: center;
}
.card-info img{
  width: 70px;
  margin-right: 10px;
}
.card-info h5{
      color: #1D242C;
    font-size: 26px;
    font-family: Work Sans;
    font-weight: 600;
    line-height: 20.276px;
    letter-spacing: 2.535px;
    margin-bottom: 0;
}

.help-faq-main{
  margin-bottom: 170px;
}
.faq_section{
  margin-bottom: 170px;
}

.help-faq-main .accordion-item{
      border-radius: 16px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #ffffff;
    margin-bottom: 20px;
}
.help-faq-main .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.help-faq-main .accordion-header {
    margin-bottom: 0;
    border: none;
}
.help-faq-main .accordion-item:first-of-type .accordion-button {
    /* border-top-left-radius: calc(0.25rem - 1px); */
    /* border-top-right-radius: calc(0.25rem - 1px); */
    border: none;
    border-radius: 16px;
        color: #1D242C;
    font-size: 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    line-height: 100%;
    padding: 30px;
}
.help-faq-main .accordion-button{
  border-radius: 16px;
      color: #1D242C;
    font-size: 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    line-height: 100%;
    padding: 30px;
}
.help-faq-main .accordion-body{
  color: #7E879F;
    font-size: 18px;
    font-family: Work Sans;
    font-weight: 500;
    line-height: 30px;
}
.help-faq-main .accordion-button:not(.collapsed) {
    color: #1D242C;
    background-color: transparent;
    box-shadow: none;
    border: none;
}

/*.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    transform: rotate(-180deg);
}*/

.teams-conditions-list{
      border-radius: 16px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    padding: 30px;
    margin-bottom: 20px;
}
.teams-conditions-list h5{
  color: #1D242C;
    font-size: 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    line-height: 150.5%;
}
.teams-conditions-list p{
  color: #7E879F;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 0;
}
.contact-us-main{
  margin-bottom: 170px;
}

.contact-list{
      display: flex;
    align-items: center;
    border-radius: 16px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    padding: 30px;
    margin-bottom: 15px;
}
.contact-list h5{
      color: #000;
    font-size: 22px;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    margin-bottom: 0;
    padding-left: 20px;
}

.contact-us-form{
    border-radius: 16px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    padding: 60px;
}
.add-friend-form textarea.form-control{
  height: auto;
}
.form-title h3{
    color: #000;
    font-size: 26px;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    margin-bottom: 30px;
}




.Header_section nav .navbar-nav .nav-link {
    color: #1D242C!important;
    padding: 0 20px;
    color: #1D242C;
    font-size: 18px;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
}
.breadcrumb-item.active {
    color: #6c757d;
    color: #7E879F;
    font-size: 18px;
    font-family: 'Jost', sans-serif;
}

.scan-qrscan-modal .qr-code-img {
    position: absolute;
    left: 12%;
    top: 45%;
}
.scan-qrscan-modal .qr-code-img img {
    width: 350px;
}


.notification-body{
  padding:20px;
}
.notification-modal .modal-content{
  border-radius: 15px;
  border: 1px solid rgba(126, 135, 159, 0.20);
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
}
.notification-list{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(126, 135, 159, 0.20);
  padding-bottom: 15px;
  padding-top: 15px;
}
.notification-list:last-child{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0px solid rgba(126, 135, 159, 0.20);
  padding-bottom: 0px;
  padding-top: 15px;
}
.notification-details{
      display: flex;
    align-items: center;
}
.notification-details-inner{
      margin-left: 10px;
}

.notification-details-inner h5{
        color: #7E879F;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 0;
}
.notification-details-inner h5 span{
        color: #1D242C;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 0;
}
.notification-details-inner p{
        color: #7E879F;
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 0;
}
.btn-right{
  display: flex;
    align-items: center;
}
.btn-notification-close-icon{
      float: right;
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
}






/***********************************************************************/
/*SmartGen website*/
/************************************************************************/

.login-main {
    background-image: url(../../assets/images/login-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    background: none;
}
.login-row-main{
  width: 100%;
  display: flex;
  align-items: center;
}
.section-left{
    width: 50%;
    background: linear-gradient(86deg, #D8F6E8 0%, #E1E9F8 100%);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.section-right{
  width: 50%;
  background: #ffffff;
  height: 100%;
  display: flex;
    align-items: center;
    justify-content: center;
}
.login-details{
      /*padding: 100px;*/
      width: 450px;
    text-align: center;
}
.login-details .login-log{
      margin-bottom: 40px;
}
.login-details h3{
        color: #111;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 133.836%;
    margin-bottom: 0;
    margin-top: 30px;
}
.login-details p{
     color: #111;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}
.btn-black{
      background: #111;
    color: #ffffff;
    width: 100%;
    padding: 15px 25px;
}
.have-an-account{
  margin-top: 20px;
}
.have-an-account p{
  color: #000;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.have-an-account p a{
    color: #4677D0;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.login-form {
    /*padding: 100px;*/
    width: 450px;
    margin: 0 auto;
    position: relative;
}

.login-title h3 {
    color: #111;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.06px;
  margin-bottom: 0;
}
.login-title p {
      color: #111;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.common_form label{
      color: #7E879F;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.fill-the-form-body .common_form label{
    margin-bottom: 5px;
}
.common_form .form-control {
    background: transparent;
    border: none;
    height: 55px;
    border-radius: 12px;
    border: 1.5px solid rgba(126, 135, 159, 0.20);
    color: #111;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.icon-hide-show {
    position: absolute;
    right: 15px;
    top: 50px;
}
.btn-theme {
    font-weight: 600;
    font-size: 15px;
    border-radius: 100px;
    background: #4677D0;
    padding: 12px 25px;
    transition: 0.3s;
    line-height: normal;
     font-family: 'Jost', sans-serif;
    color: #fff;
    text-align: center;
    border: 1px solid #4677D0;
    text-transform: capitalize;
}
.btn-theme:hover {
    font-weight: 600;
    font-size: 15px;
    border-radius: 100px;
    background: #4677D0;
    padding: 12px 25px;
    transition: 0.3s;
    line-height: normal;
    color: #fff;
    text-align: center;
    border: 1px solid #4677D0;
    text-transform: capitalize;
}
.forgot-password{
      color: #111;
    text-align: right;
     font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.7px;
}
.btn-home{
  position: absolute;
    left: 100px;
    top: 100px;
    background: #4677D0;
    color: #ffffff;
}

.verification-text{
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
.verification-text input{
      width: 71.938px!important;
    height: 71.938px!important;
    text-align: center;
}

.otpverification .modal-body{
      padding: 70px 100px;
}
.modal-main h3{
      color: #111;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.06px;
}
.modal-main p{
    color: #111;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.otpverification .modal-content{
      border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    border: none;
}

.form-check-input:checked {
    background-color: #01ADED;
    border-color: #01ADED;
}
.common_form .form-check .form-check-label h5{
      color: #111;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.common_form .form-check .form-check-label h5 span{
    color: #4677D0;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.common_form .form-group .container{
      padding: 0;
}
.common_form .form-group .container .btn-light{
      border: 1.5px solid rgba(126, 135, 159, 0.20);
    color: #111;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 10px;
    padding: 15px 15px;
    margin: 0;
}




#wrapper {
    margin: 20px 0;
    padding-top: 100px;
}
.steps-container {
  width: 600px;
  float: none;
  display: block;
  text-align: center;
  margin: auto;
  overflow: hidden;
}
.title {
  color: #333;
  margin-bottom: 60px;
}
.step {
  width: 110px;
  float: left;
}
.step-content {
  width: 40px;
  height: 40px;
  background: #fff;
  display: inline-block;
  border-radius: 100%;
  border: 9px solid #7E879F;
  position: relative;
}
.step-content i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.step-content:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  position: relative;
  background: #7e879f;
  margin-left: 30px;
  margin-top: 50%;
  transform: translateY(-50%);
}
.step:last-child .step-content:after {
  display: none;
}
.step-content.active {
  /*background: #14BA56;*/
  border-color: #14BA56;
  animation: blob 0.3s ease-out;

}
.step-content.active:after {
  background: #14BA56;
}
.buttons {
  display: block;
  text-align: center;
}
button {
  padding: 13px 30px;
  background: #35a8d4;
  border: none;
  border-radius: 3px;
  color: #fff;
  /*margin-top: 120px;*/
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  transition: background 0.3s ease-out;
}
button:hover {
  background: #319ec7;
  cursor: pointer;
}
button[disabled] {
  opacity: 0.5;
}
@-moz-keyframes blob {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes blob {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes blob {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blob {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}



.mpan-show{
      border-radius: 14px;
    background: rgba(126, 135, 159, 0.030);
    padding: 15px;
}
.mpan-show img{
  padding-bottom: 20px;
}
.mpan-show h5{
  color: #FF0909;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mpan-show p{
  color: #7E879F;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.mpan-group p{
      color: #7E879F;
    text-align: right;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 5px;
}
/*.login-title p{
  color: #7E879F;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}*/
.secure-account-verification-left {
    border-radius: 14px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
    padding: 15px;
}
.secure-account-verification-content{
  text-align: center;
    margin-bottom: 20px;
}
.secure-account-verification-content img{
  margin-bottom: 15px;
}
.secure-account-verification-content h5{
  color: #000;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.secure-account-verification-content p{
    color: #7E879F;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.secure-account-form{
  width: 80%;
  padding-top: 30px;
    padding-bottom: 30px;
}
.secure-account-form .steps-container {
    width: 481px;
    float: none;
    display: block;
    text-align: center;
    margin: auto;
    overflow: hidden;
}
.energy-bill-photo-inner{
      border-radius: 8px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
    padding: 50px;
    text-align: center;
    margin-bottom: 10px;
}
.energy-bill-photo-main h5{
      color: #1D242C;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}


.secure-account-verification-right {
    border-radius: 14px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
    padding: 15px;
    margin-bottom: 20px;
}
.secure-account-verification-right .secure-account-verification-content{
  margin-bottom: 0;
}
.w-170px{
  width: 170px;
}
.secure-account-main{
  height: auto;
  background: linear-gradient(86deg, #D8F6E8 0%, #E1E9F8 100%);
}
.secure-account-main .section-left {
    background: none;
}
.secure-account-verification-right .verification-text input {
    width: 49.938px!important;
    height: 49.938px!important;
    text-align: center;
}



.your-score-title h5{
  color: #4677D0;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.your-score-title h3{
    color: #111;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.045px;
}
.your-score-body{
  text-align: center;
    padding: 40px 0 0 0;
}
.your-score-body img{
      margin-bottom: 30px;
}
.your-score-body h5{
    font-family: 'Jost', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 136.3%;
    color: #14BA56;
}
.your-score-body p{
        color: #7E879F;
   font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 136.3%;
}
.your-score-body p span{
    color: #000;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 136.3%;
}
.your-score-body p span.text-green{
    color: #14BA56;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 136.3%;
}







/*Home page start*/
.header_top{
  /*background: linear-gradient(131deg, rgba(70, 118, 208, 0.10) 0%, rgba(0, 208, 133, 0.10) 100%);*/
  background-image: url(../../assets/images/header-top-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.Header_section {
    background: none;
    margin-top: 0;
    border-radius: 100px;
    padding: 40px 0 120px 0;
}
/*.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    align-items: center;
}*/
.mr-20{
  margin-right: 20px;
}
.btn-white-header{
  border-radius: 27.5px;
    border: 1px solid #111;
    background: #FFF;
    color: #111;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 15px 30px;
}
.navbar button:hover {
    background: transparent;
    cursor: pointer;
}
.header-inner-bottom{
    border-radius: 17px;
    background: linear-gradient(179deg, #ECF3F9 0%, #E6FAF3 100%);
    border: 7px solid #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
    padding: 2px 15px;
}
.header-inner-left{
      display: flex;
    align-items: center;
}
.header-inner-left h5{
    color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 121.5%;
    margin-bottom: 0;
}
.header-inner-right{
    text-align: right;
}
.header-bottom{
    margin-top: -70px;
}
.side-left-menu{
      border-radius: 14px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
    text-align: center;
    margin-bottom: 20px;
}
.menu-list{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  border-bottom: 1px solid #eee;
}
.menu-list h5{
  color: #7E879F;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 5px;
}
/*.menu-list.active{
  border-radius: 14px 14px 0px 0px;
    background: rgba(70, 118, 208, 0.10);
}*/
.menu-list.active h5{
  color: #000;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 5px;
} 
.menu-list:last-child{
  border-bottom: 0px;
}

.menu-list.active:nth-last-child(1){
  border-radius: 0px 0px 14px 14px;
    background: rgba(70, 118, 208, 0.10);
}
.menu-list.active:nth-last-child(2){
  border-radius: 0px 0px 0px 0px;
    background: rgba(70, 118, 208, 0.10);
}
.menu-list.active:nth-last-child(3){
  border-radius: 0px 0px 0px 0px;
    background: rgba(70, 118, 208, 0.10);
}
.menu-list.active:nth-last-child(4){
  border-radius: 0px 0px 0px 0px;
    background: rgba(70, 118, 208, 0.10);
}
.menu-list.active:nth-last-child(5){
  border-radius: 0px 0px 0px 0px;
    background: rgba(70, 118, 208, 0.10);
}
.menu-list.active:nth-last-child(6){
  border-radius: 0px 0px 0px 0px;
    background: rgba(70, 118, 208, 0.10);
}
.menu-list.active:nth-last-child(7){
  border-radius: 0px 0px 0px 0px;
    background: rgba(70, 118, 208, 0.10);
}
.menu-list.active:nth-last-child(8){
  border-radius: 14px 14px 0px 0px;
    background: rgba(70, 118, 208, 0.10);
}


.score-list{
    border-radius: 15px;
    background: #F7F8F9;
    padding: 30px 60px;
    display: flex;
    align-items: center;
    width: 32%;
    margin-bottom: 15px;
}
.score-list img{
      padding-right: 35px;
}
.score-list h5{
      color: #111;
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 135.8%;
    margin-bottom: 0;
}
.score-main{
      display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.month-cost{
      border-radius: 14px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
    /*padding: 15px;*/
    margin-bottom: 20px;
}
.month-cost-date{
  display: flex;
    align-items: center;
    justify-content: space-between;
}
.month-cost-date{
  display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.cost-date{
  display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}
.month-cost-date form{
  width: 30%;
    display: flex;
    justify-content: flex-end;
}
.month-cost-date form .form-select{
    width: 150px;
    border-radius: 9px;
    background-color: #F2F3F5;
    border: none;
    height: 51px;
    padding-left: 20px;
}
.cost-date h5{
      color: #111;
    font-family: 'Jost', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 0;
}
.cost-main{
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px;
}
.cost-main-details{
  display: flex;
  align-items: center;
  /*justify-content: space-around;*/
  padding: 20px;
}
.cost-inner h5{
  color: #111;
  font-family: 'Jost', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.cost-inner p{
  color: #7E879F;
  font-family: 'Jost', sans-serif;
  font-size: 19.396px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
.cost-main-details .cost-inner{
      border-right: 1px solid #eee;
    padding-right: 125px;
    padding-left: 125px;
    text-align: center;
}
.cost-main-details .cost-inner:last-child{
    border-right: 0px solid #eee;
    padding-right: 0px;
    border-right: 0px solid #eee;
    padding-left: 125px;
}
.main-graph{
  margin-bottom: 20px;
}
.compare-month-earlier-main h3{
  color: #000;
  font-family: 'Jost', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 138.336%;
}
.compare-month-earlier-main .table-responsive{
      border-radius: 14px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
}
.compare-month-earlier-main table{
    margin: 0;
}
.compare-month-earlier-main table thead tr th{
    border: none;
    padding: 18px 15px;
}
.compare-month-earlier-main table tbody tr td{
    color: #111;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 15px;
    border: none;
}
.compare-month-earlier-main table>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
    background: rgba(126, 135, 159, 0.20);
}
.footprint-Score{
      padding: 20px;
}
.footprint-Score h5{
    color: #111;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 33.73px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 0;
}
.footprint-Score p{
    color: #7E879F;
    font-family: 'Jost', sans-serif;
    font-size: 24.173px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
}
.bg-green {
  color: #FFF;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 23.611px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 16.865px;
  background: #14BA56;
  padding: 5px 15px;
  margin-bottom: 20px;
}
.footprint-Score h4{
    color: #000;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 22.698px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-top: 30px;
}
.footprint-Score h3{
        color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 25.22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.alexa-main{
    background: url(../../assets/images/alexa-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #03A0D1;
    padding: 40px 60px;
    text-align: center;
    border-radius: 20px;
}
.alexa-main img{
    margin-bottom: 10px;
}
.alexa-main h3{
    color: #FFF;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.alexa-main p{
    color: #FFF;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.download-the-smartgen-main{
  border-radius: 20px;
  background: #F8F8F8;
  padding: 40px 60px;
  text-align: center;
}

.download-the-smartgen-main img{
    margin-bottom: 0px;
}
.download-the-smartgen-main h3{
    color: #111;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.download-the-smartgen-main p{
    color: #111;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.download-the-smartgen-main .btn-download img {
    margin-bottom: 0px;
}


.footer_section {
    position: relative;
    z-index: 9;
    background: rgba(126, 135, 159, 0.02);
}
.footer-top{
  padding: 50px 0;
}
.footer-top{
  padding: 50px 0;
  border-bottom: 1px solid #eee;
}
.footer-social-media{
  text-align: right;
}

.company-list{
  margin-top: 60px;
}
.footer_link {
  margin-top: 60px;
}
.company-list h5{
  color: #111;
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 176%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.company-list p{
  color: #111;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 176%;
}
.company-list p strong{
  color: #111;
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 176%;
}
.footer_link h5 {
    color: #111;
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 176%;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.footer_link li a {
    color: #111;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 176%;
}
.footer_link li a i {
    color: #111;
    padding-right: 10px;
    font-size: 8px;
}
.get-in-touch li a{
  display: flex;
  align-items: flex-start;
  color: #111;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.footer-bottom-main{
  background-color: #000;
}
.footer_bottom p{
    color: #FFF;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.footer_bottom {
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dashboard-title{
      border-radius: 14px;
    background: linear-gradient(180deg, rgba(70, 118, 208, 0.10) 0%, rgba(0, 208, 133, 0.10) 100%);
    padding: 27px 30px;
    margin-bottom: 40px;
}
.dashboard-title h5{
      color: #111;
    font-family: 'Jost', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 0;
}
.smartgen-title{
      padding: 40px 0;
    text-align: center;
}
.smartgen-title h5{
    color: #111;
    font-family: 'Jost', sans-serif;
    font-size: 26.351px;
    font-style: normal;
    font-weight: 700;
    line-height: 135.8%;
}
.smartgen-details-inner h3{
    color: #111;
    font-family: 'Jost', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.smartgen-score-paragraph p{
  color: #7E879F;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.smartgen-details-inner p{
      color: #7E879F;
     font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.smartgen-total-score-main ul{
  padding: 0;
}
.smartgen-total-score-main ul li:nth-of-type(odd){
  list-style: none;
  border-radius: 10px;
  border: none;
  padding: 15px 20px;
  background-color: #ECF1FA;
  margin-bottom: 20px;
}
.smartgen-total-score-main ul li{
  list-style: none;
  border-radius: 10px;
  border: none;
  padding: 15px 20px;
  background-color: #FFF5E6;
  margin-bottom: 20px;
}
.smartgen-total-score-main ul li h5{
    color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.question-answer-main{
  border-radius: 14px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
    padding: 50px 120px;
    text-align: center;
}
.question-answer-title h5{
      color: #111;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}
.question-answer-title h4{
        border-radius: 21.904px;
    background: #4677D0;
    width: 100px;
    padding: 6px 20px;
    color: #FFF;
    font-family: 'Jost', sans-serif;
    font-size: 21.904px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 20px auto;
}
.question-answer-title h4 span{
        color: #FFF;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 21.904px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.form-question-answer .form-check{
  text-align: left;
    border-radius: 9px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
    padding: 20px 15px;
        margin-bottom: 15px;
}
.form-question-answer .form-check label{
      color: #000;
   font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.form-question-answer .form-check input{
   margin: 5px 10px;
}
.btn-skip{
      border: 0.865px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
    font-weight: 600;
    font-size: 15px;
    border-radius: 100px;
    padding: 12px 25px;
    transition: 0.3s;
    line-height: normal;
    font-family: 'Jost', sans-serif;
    color: #7E879F;
    text-align: center;
}
.text-right{
  text-align: right;
}
.form-question-answer .form-check label span{
      color: #7E879F;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
}
.form-switch .form-check-input[type=checkbox] {
     border-radius: 2em;
     float: right; 
}
.form-question-answer .form-check.form-switch {
    text-align: left;
    border-radius: 9px;
    border: none;
    background: none;
    padding: 0px 15px;
    margin-bottom: 15px;
}
.form-question-answer .form-check.form-switch label {
    color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.form-check-input:checked {
    background-color: #4677D0;
    border-color: #4677D0;
}

.otpverification.get-score-modal .modal-body {
    padding: 70px 50px;
}

.leaderboard-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.leaderboard-title .form-select{
    width: 30%;
    border-radius: 30px;
    background-color: #FFF;
    border: none;
    padding: 15px 20px;
}
.comparison-with-uk .table-responsive .table tbody tr.active{
      background: #4677D0;
}
.comparison-with-uk .table-responsive .table tbody tr.active td{
     color: #F9F9FF;
    /*text-align: center;*/
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.441px;
}
.comparison-with-uk .table-responsive .table{
    box-shadow: 0px -1px 23px 0px rgba(0, 0, 0, 0.03);
    /* backdrop-filter: blur(11px); */
    border-radius: 16px;
    background: #FFF;
    border-radius: 14px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    margin-bottom: 0
}
.comparison-with-uk .table-responsive .table thead tr{
    border-radius: 14px 14px 0px 0px;
    background: linear-gradient(274deg, rgba(70, 118, 208, 0.10) 0%, rgba(0, 208, 133, 0.10) 100%);
    box-shadow: 0px -1px 23px 0px rgba(0, 0, 0, 0.03);
    /*backdrop-filter: blur(11px);*/
    padding: 15px 0;
}
.comparison-with-uk .table-responsive .table thead tr td{
  color: #111;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.border-bottom-line{
      border-bottom: 1px solid rgba(126, 135, 159, 0.20);
}
.comparison-with-uk .table-responsive .table tbody tr.active td h5{
      background-color: #ffffff;
      background-image: none;
      background-repeat: no-repeat;
      background-size: cover;
          border: 5px solid #F9F9FF;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 43px;
    color: #4677D0;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 17.333px;
    font-style: normal;
    font-weight: 700;
        margin-bottom: 0;
}
.comparison-with-uk .table-responsive .table tbody tr td h5{
      background-color: #FFDC01;
      background-image: url(../../assets/images/number-shape.png);
      background-repeat: no-repeat;
      background-size: cover;
          border: 5px solid #FFB10F;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 43px;
    color: #FFF;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 17.333px;
    font-style: normal;
    font-weight: 700;
        margin-bottom: 0;
}
.post-code{
  color: #7E879F;
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.post-code span{
  color: #111;
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.grey-color{
  background-color: #9EA8BA!important;
  border-color: #798093!important;
}
.orrange-color{
  background-color: #FF9B50!important;
  border-color: #FFB839!important;
}
.blue-color{
  background-color: #4677D0!important;
  border-color: #2753A5!important;
}
.comparison-with-uk .table-responsive {
    border-radius: 14px;
}
.types-of-tariffs-main .nav-pills .nav-link{
      border-radius: 22.162px;
    background: rgba(126, 135, 159, 0.20);
    color: #7E879F;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.types-of-tariffs-main .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    border-radius: 22.162px;
    background: #4677D0;
}
.types-of-tariffs-main{
      display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 14px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
    padding: 20px;
    margin-bottom: 20px;
}
.types-of-tariffs-main h5{
      color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}
.unit-rate h5{
    color: #000;
     font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.unit-rate-form{
  display: flex;
    align-items: center;
    justify-content: space-between;
}
.unit-rate-form input{
      background: transparent;
    border: none;
    padding: 0;
    width: 50%;
    font-family: 'Jost', sans-serif;
}
.unit-rate-form span{
    border-radius: 19px;
    background: rgba(126, 135, 159, 0.20);
    padding: 7px 15px;
    color: #7E879F;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.unit-rate{
  border-radius: 14px;
  border: 1px solid rgba(126, 135, 159, 0.20);
  background: #FFF;
  padding: 20px;
  margin-bottom: 20px;
}
.electricity-contract{
  border-radius: 14px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
    padding: 20px;
    margin-bottom: 20px;
}
.electricity-contract h5{
  color: #000;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.electricity-contract .form-control{
  border-radius: 10px;
    background: #F5F5F7;
    border: none;
    padding: 15px 20px;
}
.electricity-contract .form-control:focus{
  border-radius: 10px;
  background: #F5F5F7;
  border: none;
  padding: 15px 20px;
}

.electricity-contract .form-floating>label {
    position: absolute;
    top: 0;
    left: 8px;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
.electricity-contract .form-floating>.form-control:focus, .electricity-contract .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 25px;
    padding-bottom: 15px;
}
.budget-details h5{
      color: #111;
    font-family: 'Jost', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.set-electricity-budget-list{
  border-radius: 14px;
    background: rgba(70, 119, 208, 0.05);
    padding: 50px;
    margin-bottom: 20px;
}
.set-electricity-budget-list .nav{
      border-radius: 27.5px;
    background: #FFF;
    padding: 10px;
    width: 66%;
    margin: 0 auto;
}
.set-electricity-budget-list .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    color: #7E879F;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.set-electricity-budget-list .nav-pills .nav-link.active, .set-electricity-budget-list .nav-pills .show>.nav-link {
    border-radius: 19px;
    background: #4677D0;
    color: #FFF;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.set-electricity-budget-list h4{
  color: #000;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
        margin-bottom: 20px;
}
.your-budget-form label{
  color: #7E879F;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 3px;
}
.your-budget-form .form-control{
      border-radius: 12px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background-color: transparent;
    padding: 12px 20px;
}
.bg-light-orrange{
  background: rgba(255, 153, 0, 0.05);
}
.co2-graph{
  border-radius: 14px;
  border: 1px solid rgba(126, 135, 159, 0.20);
  background: #FFF;
  padding: 20px;
}
.tonnes-title h5{
    color: #111;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 34.615px;
    font-style: normal;
    font-weight: 800;
    line-height: 106%;
}
.tonnes-title h5 span{
    color: #7E879F;
    font-family: 'Jost', sans-serif;
    font-size: 19.923px;
    font-style: normal;
    font-weight: 500;
    line-height: 129.108%;
}
.tonnes-title h3{
    color: #000;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 15.08px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.tonnes-title h3 strong{
    color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 16.755px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.co2-graph .your-score-body {
    text-align: center;
    padding: 10px 0 0 0;
}
.home-energy-center .accordion .accordion-item{
      border-radius: 14px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
    padding: 20px;
    margin-bottom: 20px;
}

.home-energy-center .accordion .accordion-item .accordion-header .accordion-button{
    color: #000;
     font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    background: none;
    box-shadow: none;
    padding: 0;
}
.home-energy-center .accordion-details h5{
      color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}
.home-energy-center .accordion-button::after {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: auto;
    content: "";
    background-image: url('../../assets/images/icon-plus.svg');
    background-repeat: no-repeat;
    background-size: 1.5rem;
    transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
    background-image: url('../../assets/images/icon-minus.svg');
    transform: rotate(-180deg);
}
.home-energy-center .accordion-details h5 strong{
      color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.home-energy-center .accordion .accordion-item  .btn-accordion-button {
    color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    background: none;
    box-shadow: none;
    padding: 0;
}
.d-flex-center-between{
      display: flex;
    align-items: center;
    justify-content: space-between;
}
.float-right{
      float: right;
}

.type-of-property label{
    color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.smart-technology label{
  color: #000;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.h-auto{
  height: auto;
}

.home-energy-center-metric-main{
      border-radius: 14px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
    margin-bottom: 20px;
}
.home-energy-center-metric-list{
  padding: 25px;
}
.home-energy-center-metric-list h3{
      color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.home-energy-center-metric-list p{
    color: #7E879F;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.btn-improve{
    border-radius: 0px 0px 10px 10px;
    background: #EDF2FA;
    width: 100%;
    display: block;
    padding: 10px 20px;
    color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn-modal-close{
  position: absolute;
  right: 15px;
  top: 15px;
      z-index: 99;
}
.how-to-improve-body{
      border-radius: 20px;
    background: #EDF2FA;
    padding: 15px;
}
.how-to-improve-list{
  display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.how-to-improve-list h5{
  color: #7E879F;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
/*chat page*/
.social-network-chat-list{
  border-radius: 14px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
    height: 80vh;
}
.social-chat-list{
  border-radius: 13px 13px 0px 0px;
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(126, 135, 159, 0.20);
}
.social-chat-list.active:first-child{
  border-radius: 13px 13px 0px 0px;
  background: rgba(70, 118, 208, 0.10);
  padding: 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(126, 135, 159, 0.20);
}
.social-chat-list.active{
  border-radius: 0px 0px 0px 0px;
  background: rgba(70, 118, 208, 0.10);
  padding: 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(126, 135, 159, 0.20);
}
.social-chat-list:last-child{
  border-radius: 0px 0px 13px 13px;
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  border-bottom: 0px solid rgba(126, 135, 159, 0.20);
}
.chat-title h5{
  color: #111;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.chat-title p{
  color: #7E879F;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.chat-title p.black{
  color: #191A1C;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.social-network-chat-body{
      border-radius: 14px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
    height: 80vh;
    position: relative;
}
.social-network-chat-title{
      display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-radius: 14px 14px 0px 0px;
    background: rgba(126, 135, 159, 0.05);
}
.social-network-chat-title .social-chat-list{
  padding: 0;
    background: transparent;
    border: none;
}


.sender-mesaage-main{
  padding: 20px 20px;
}
.sender-mesaage-main .date-time p{
      color: #000;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.sender-chat-mesaage{
  display: flex;
  align-items: flex-start;
}
.sender-chat-message-details{
      margin-left: 15px;
          max-width: 50%;
          width: auto;
}

.sender-message-details{
        background: linear-gradient(131deg, rgba(70, 118, 208, 0.10) 0%, rgba(0, 208, 133, 0.10) 100%);
    padding: 10px 20px;
    border-radius: 10px 10px 10px 2px;
    margin-bottom: 5px;
}
.sender-message-details h5{
      color: #191A1C;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}
.sender-message-details p{
        color: #191A1C;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}
.sender-chat-message-details p{
  color: #000;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  margin-bottom: 0;
}






.reciver-mesaage-main{
  padding: 20px 20px;
}
.reciver-mesaage-main .date-time p{
      color: #000;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.reciver-chat-mesaage{
  display: flex;
  align-items: flex-start;
      justify-content: end;
}
.reciver-chat-message-details{
          margin-right: 15px;
          max-width: 50%;
          width: auto;
}

.reciver-message-details{
    padding: 10px 20px;
    margin-bottom: 5px;
    border-radius: 10px 10px 2px 10px;
    background: #4677D0;
}
.reciver-message-details h5{
      color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}
.reciver-chat-message-details .reciver-message-details p{
        color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    text-align: left;
}
.reciver-chat-message-details p{
  color: #000;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-align: right;
}

.social-chat-body{
      height: 70vh;
    overflow: hidden;
    overflow-y: scroll;
    padding-bottom: 70px;
}


.social-chat-footer{
      display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 20px;
    border-top: 1px solid #eee;
        border-radius: 0 0 12px 12px;
}
.social-chat-footer .chat-message-write{
    display: flex;
    align-items: center;
}
.social-chat-footer .chat-message-write form input{
    color: #7E879F;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
}
/*chat page end*/

.your-score-title p{
  color: #111;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.icon-right-side {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #111;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.btn-cencle{
      color: #111;
    text-align: right;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.7px;
    text-align: center;
    width: 100%;
    display: block;
}

.add-new-member-modal .add-new-member-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  border-bottom: 1px solid rgba(126, 135, 159, 0.20);
  padding-bottom: 15px;
  padding-top: 15px;
}
.add-new-member-modal .add-new-member-list:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  border-bottom: 0px solid rgba(126, 135, 159, 0.20);
  padding-bottom: 15px;
  padding-top: 15px;
}
.add-new-member-list .form-check-label{
      display: flex;
    align-items: center;
}
.add-new-member-list .form-check-label h5{
        color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    margin-left: 10px;
}



.dropstart .dropdown-toggle::before {
    display: none;
}

.social-network-chat-body .dropstart .dropdown-menu {
    min-width: 234px;
    padding: 20px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
    border: none;
}

.social-network-chat-body .dropstart .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    color: #111;
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.my-badges-main h5{
  color: #111;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 21.053px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}




.badge-challenge-list{
  margin-bottom: 15px;
}
.badge-bg-img1{
  background-image: url('../../assets/images/badge-img-bg-1.png');
  background-size: cover;
  padding: 20px;
  background-repeat: no-repeat;
}
.badge-bg-img2{
  background-image: url('../../assets/images/badge-img-bg-2.png');
  background-size: cover;
  padding: 20px;
  background-repeat: no-repeat;
}
.badge-challenge-title {
    border-radius: 15px 15px 0 0;
}
.badge-challenge-title h5{
  color: #FFF;
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.badge-challenge-footer h5{
  color: #000;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
.badge-challenge-footer h5 span{
  color: #4677D0;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.badge-challenge-footer{
  padding: 15px 20px;
}
.badge-challenge-list{
    border-radius: 15px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
}

.badge-bg-largeimg1{
  background-image: url('../../assets/images/badge-img-largebg-1.png');
  background-size: cover;
  padding: 100px 20px 20px 20px;
  background-repeat: no-repeat;
}

.badge-challenge-details{
      display: flex;
    align-items: center;
    justify-content: space-between;
}
.badge-challenge-details h5{
      font-size: 25px;
}
.challenge-details .badge-challenge-footer h5{
  font-size: 18px;
}

.badge-challenge-list.challenge-details {
    border-radius: 15px;
    border: 0px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
    /* background: var(--white, #FFF); */
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.09);
}
.text-orrange{
  color: #FF9900;
}
.challenge-details-inner p{
      color: #7E879F;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}


.btn-section-right .nav-tabs .nav-link{
      font-weight: 600;
    font-size: 16px;
    border-radius: 100px;
    background: #ffff;
    padding: 10px 15px;
    transition: 0.3s;
    line-height: normal;
    color: #1D242C;
    text-align: center;
}
.btn-section-right .nav-tabs .nav-item.show .nav-link, .btn-section-right .nav-tabs .nav-link.active{
      font-weight: 600;
    font-size: 15px;
    border-radius: 100px;
    background: #4677D0;
    padding: 10px 25px;
    transition: 0.3s;
    line-height: normal;
    font-family: 'Jost', sans-serif;
    color: #fff;
    text-align: center;
    border: 1px solid #4677D0;
}
.border-none{
  border:none;
}
.badge-challenge-title p{
  color: #FFF;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

.badge-challenge-footer h4{
    color: #FF9900;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}
.badge-challenge-footer p{
    color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}
.text-green{
  color: #05CA79;
}

.minimum-height-block{
  min-height: 155px;
  text-align: center;
}
.btn-white{
  background: #ffff;
  color: #1D242C;
}
.btn-white:hover{
  background: #ffff;
  color: #1D242C;
}

.file-upload{
  border-radius: 10px;
    border: 1px dashed rgba(126, 135, 159, 0.20);
    background: #FFF;
    padding: 50px;
    text-align: center;
    width: 100%;
}
.file-upload .file-upload-document{
  display: none;
}

.document-file-upload h5{
  color: #71859E;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.btn-cancel{
  color: #111;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.7px;
}

.my-challenge-bg-largeimg1 {
    background-image: url(../../assets/images/badge-img-largebg-1.png);
    background-size: cover;
    padding: 60px;
    background-repeat: no-repeat;
    text-align: center;
}

.my-challenge-details h5{
  color: #FFF;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 31.121px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.badge-challenge-footer h5 strong{
    color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}




.settings-main .edit-profile{
  border-radius: 14px;
  border: 1px solid rgba(126, 135, 159, 0.20);
  background: #FFF;
}

.edit-profile .profile-details{
  background-color: #F5F5F7;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 14px 14px 0 0;
}
.profile-details .profile-image {
  display: flex;
    align-items: center;
}
.profile-image h5{
  color: #111;
  font-family: 'Jost', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.036px;
  margin-bottom: 0;
  padding-left: 10px;
}

.my-badges-details h5{
  color: #111;
  font-family: 'Jost', sans-serif;
  font-size: 21.053px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.how-it-work-line{
  color: #4677D0;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
}
.how-it-work-line:hover{
  color: #4677D0;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
}
.my-badges-details{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
.my-badges-list{
      display: flex;
    align-items: center;
    padding: 10px 20px;
}
.my-badges-list .my-badges-list-inner{
      padding-right: 20px;
    text-align: center;
}
.my-badges-list .my-badges-list-inner:last-child{
      padding-right: 0px;
    text-align: center;
}
.my-badges-list-inner h5{
    color: #000;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.setting-menu{
    margin-top: 20px;
    border-radius: 14px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
}
.setting-menu .form-switch {
    padding-left: 0;
    padding: 20px;
    border-bottom: 1px solid rgba(126, 135, 159, 0.20);
}
.setting-menu .form-switch:last-child {
    padding-left: 0;
    padding: 20px;
    border-bottom: 0px solid rgba(126, 135, 159, 0.20);
}
.setting-menu .form-switch label{
    color: #000;
    font-family: 'Jost', sans-serif;  
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.how-it-works-list{
  border-radius: 12px;
  border: 1px solid rgba(126, 135, 159, 0.20);
  background: #FFF;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.how-it-works-details h5{
    color: #111;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 137.5%;
    margin-bottom: 5px;
}
.how-it-works-details p{
    color: #7E879F;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.tips-list{
  border-radius: 12px;
  border: 1px solid rgba(126, 135, 159, 0.20);
  background: #FFF;
  margin-bottom: 15px;
}
.tips-footer{
  padding: 15px;
  min-height: 120px;
}
.tips-footer h5{
    color: #111;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}
.tips-footer p{
    color: #7E879F;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}
.tips-image img{
  border-radius: 11px 11px 0px 0px;
}

.tips-details-list img{
  border-radius: 11px 11px 0px 0px;
}

.tips-details-inner{
  margin-top: 30px;
}
.tips-details-inner{
  margin-top: 30px;
}
.tips-details-inner h3{
    color: #111;
    font-family: 'Jost', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.tips-details-inner p{
    color: #7E879F;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.forum-main{
  border-radius: 14px;
  border: 1px solid rgba(126, 135, 159, 0.20);
  background: #FFF;
  padding: 150px 0;
  text-align: center;
}
.forum-main img{
      margin-bottom: 20px;
}
.forum-main h5{
    color: #111;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 25.385px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.forum-main h5 strong{
    color: #111;
    font-family: 'Jost', sans-serif;
    font-size: 25.385px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
}
.forum-main p{
    color: #7E879F;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
}
.btn-create-forum{
    border-radius: 10px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
    padding: 15px 50px;
    color: #111;
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.btn-create-forum:hover{
    border-radius: 10px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
    padding: 15px 50px;
    color: #111;
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.btn-create-forum img{
  margin-bottom: 0;
}

.forum-craeted-list{
    border-radius: 12px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
    margin-bottom: 15px;
}
.forum-craeted-title{
    border-radius: 12px 12px 0px 0px;
    background: linear-gradient(131deg, #E6FAF3 0%, #E7F9EF 100%);
    padding: 15px;
}
.forum-craeted-title .forum-craeted-profile{
      display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.forum-craeted-title .forum-craeted-profile img{
    width: 27px;
    height: 27px;
    border-radius: 50%;
}
.forum-craeted-title .forum-craeted-profile h5{
    color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 0;
    padding-left: 10px;
}
.forum-craeted-title h3{
  color: #000;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.8%;
  margin-bottom: 15px;
}
.forum-craeted-title p{
  color: #7E879F;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 127.3%;
}

.forum-date-time{
  display: flex;
    align-items: center;
}
.forum-date-time h6{
    color: #4677D0;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 30px;
    margin-bottom: 0;
}

.forum-craeted-body{
    /*border-radius: 12px;*/
    background: #FFF;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.forum-craeted-users{
  display: flex;
  align-items: center;
}
.forum-craeted-users img{
    width: 28px;
    height: 28px;
    border: 1.217px solid #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
}
.forum-craeted-users span img{
    width: 28px;
    height: 28px;
    border: 1.217px solid #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
}

.forum-craeted-users span:nth-child(n + 1){
    margin-left: -15px;
}
.forum-craeted-users span:nth-child(1){
    margin-left: 0px;
}
.forum-craeted-users span h5{
    width: 28px;
    height: 28px;
    background-color: #4677D0;
    border-radius: 50%;
    border: 1.217px solid #fff;
    color: #FFF;
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    line-height: 27px;
    margin-bottom: 0;
}
.forum-craeted-message{
    color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 0%;
}
.bg-lightgray{
    background: #EDF1FA;
}

.forum-created-details .forum-craeted-body{
    border-bottom:1px solid rgba(126, 135, 159, 0.20);
}

.chat-message-main .social-network-chat-body {
    border: none;
}
.message-title{
  padding: 15px;
}
.message-title h5{
  color: #111;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 138.336%;
}

.chat-title h4{
  color: #111;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.03px;
  margin-bottom: 0;
}

.badge-score-btn{
      display: flex;
    align-items: center;
}
.badge-score-btn .btn-badge{
    margin-right: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.badge-score-btn .btn-badge:last-child{
    margin-right: 0px;
    text-align: center;
}    
.badge-score-btn .btn-badge h5{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #4677D0;
    text-align: center;
    color: #FFF;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5px;
}

.badge-score-btn .btn-badge p{
    color: #7E879F;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}



.notifications-list{
    border-radius: 14px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
    padding: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.notifications-list .notifications-body{
      display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.notifications-body .notifications-details{
      margin-left: 15px;
}

.notifications-body p{
  color: #4677D0;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.notifications-details h5{
  color: #000;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0px;
}
.notifications-details p{
  color: #191A1C;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}

.map-details{
    border-radius: 14px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
    height: 650px;
    position: relative;
    background: linear-gradient(181deg, #D4F6E7 0%, #ffffff 50%, #ffffff 100%);
}

.map-details .map-pin{
  position: absolute;
  top: 40%;
  left: 40%
}
/*Home page end*/





/*index page*/
.header-set-padding{
  padding: 10px 10px;
}
.btn-black-header{
  border-radius: 27.5px;
    border: 1px solid #111111;
    background: #111111;
    color: #FFFFFF;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 15px 30px;
}
.btn-black-header:hover{
  border-radius: 27.5px;
    border: 1px solid #111111;
    background: #111111;
    color: #FFFFFF;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 15px 30px;
}


.header-section-main{
  background-image: url('../../assets/images/bg-banner-section.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.header-section-main .bg-banner-img{
  position: absolute;
  right: 0;
  top: 130px;
}
.banner-top h2{
  color: #111;
  font-family: 'Jost', sans-serif;
  font-size: 66px;
  font-style: normal;
  font-weight: 700;
  line-height: 118.836%;
  letter-spacing: 1px;
  text-transform: uppercase;
  /*margin-bottom: 0;*/
}
.banner-top p{
  color: #111;
  font-family: 'Jost', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 149.836%;
}
.banner-top p span{
  color: #4677D0;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 149.836%;
  display: block;
}
.banner-bottom{
  padding-bottom: 50px;
}
.banner-bottom h3{
  color: #000;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 126%;
  text-transform: uppercase;
}
.banner-bottom p{
  color: #111;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 132.3%;
}
.pt-150px{
  padding-top: 150px;
}

.welcome-to-smartgen-title h3{
      color: #4677D0;
     font-family: 'Jost', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 149.836%;
    text-transform: uppercase;
}
.welcome-to-smartgen-title h4{
    color: #111;
     font-family: 'Jost', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}
.welcome-to-smartgen-main{
  background: rgb(255 255 255 / 70%);
    padding: 100px 0;
}

.header-section-main .header_top {
    background: transparent;
}
.welcome-to-smartgen-list{
      padding: 50px 0 0 0;
}
.welcome-to-smartgen-details img{
  margin-bottom: 10px;
}
.welcome-to-smartgen-details h5{
  color: #4677D0;
  font-family: 'Jost', sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 149.836%;
  margin-bottom: 0;
}
.welcome-to-smartgen-details p{
  color: #111;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 149.836%;
  margin-bottom: 0;
}

.welcome-to-smartgen-img{
  text-align: center;
}
.register-now-main{
  border-radius: 19px;
  background: #4677D0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.register-now-main .register-now-details{
  width: 80%;
}

.register-now-details h5{
  color: #FFF;
  font-family: 'Jost', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 149.836%;
  text-transform: uppercase;
  margin-bottom: 0;
}
.register-now-details p{
  color: #FFF;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 149.836%;
  margin-bottom: 0;
}

.without-login-main .footer_link li {
    padding: 3px 0;
}

.without-login-main .Header_section .navbar .container-fluid{
  padding: 0;
}

.blog-banner{
  background-image: url('../../assets/images/blog-img.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-banner-top h2{
  color: #111;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 149.836%;
  text-transform: uppercase;
}
.blog-banner-top p{
  color: #111;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 149.836%;
}
.blog-banner-top{
      padding: 150px 0;
}


.blog-list{
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 3.53px 24.76px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}
.blog-list .blog-img{
  border-radius: 8px 8px 0px 0px;
}

.blog-details{
  padding: 20px;
}
.blog-details h5{
  color: #111;
  font-family: 'Jost', sans-serif;
  font-size: 14.149px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.blog-details h3{
  color: #111;
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.951px;
  margin-bottom: 0;
}
.blog-details p{
  color: #111;
  font-family: 'Jost', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 3px;
}

.blog-main{
  position: relative;
  padding: 100px 0;
  z-index: 9;
}
.right-shape-img{
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(100px);
  width: 200px;
  z-index: -1;
}

.blog-details-title{
  border-radius: 17px;
  background: linear-gradient(131deg, rgba(70, 118, 208, 0.10) 0%, rgba(0, 208, 133, 0.10) 100%);
  padding: 35px 40px;
  border: 5px solid #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
}
.blog-details-title a{
  color: #111;
  font-family: 'Jost', sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  display: flex;
  align-items: center;
}

.blog-details-img{
  border-radius: 20px;
}
.blog-details-inner{
  margin-top: 40px;
}
.blog-details-inner h3{
    color: #111;
    font-family: 'Jost', sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.blog-details-inner h5{
    color: #111;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
}
.brif-blog-details p{
  color: #7E879F;
  font-family: 'Jost', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.bg-shite-shape{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    filter: blur(100px);
}
.contact-us-title h3{
  color: #111;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 149.836%;
  text-transform: uppercase;
}
.contact-us-title p{
  color: #111;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 149.836%;
}
.contact-us-main {
    position: relative;
    padding: 100px 0;
    z-index: 9;
}

.contact-us-list{
      border-radius: 14px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #FFF;
    text-align: center;
    padding: 30px 15px;
    margin-bottom: 20px;
}
.contact-us-list h5{
  color: #111;
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 176%;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.contact-us-list p{
  color: #111;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.contact-us-main .responsive-map{
  overflow: hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
  border-radius: 14px;
  border: 1px solid rgba(126, 135, 159, 0.20);
}
.contact-us-main .responsive-map iframe{
  left:0;
  top:0;
  /*height:100%;*/
  width:100%;
  position:absolute;
}
.fill-the-form{
  border-radius: 14px;
  background: #FAFAFB;
  padding: 100px 0;
}

.fill-the-form-title h3{
  color: #111;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.06px;
  margin-bottom: 0;
}
.fill-the-form-title p{
  color: #111;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

.form-group textarea{
  background: transparent;
  border: none;
  border-radius: 12px;
  border: 1.5px solid rgba(126, 135, 159, 0.20);
  color: #111;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0.375rem 0.75rem; 
  width: 100%;
}
.w-300px{
  width: 300px;
}


.feature-banner {
    background-image: url(../../assets/images/bg-feature.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.feature-banner-top {
    padding: 150px 0;
}
.feature-banner-top h2{
  color: #FFF;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 149.836%;
  text-transform: uppercase;
  margin-bottom: 0;
}
.feature-banner-top p{
  color: #FFF;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 149.836%;
  margin-bottom: 0;
}

.blog-details-title h5{
  color: #000;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.blog-details-title p{
  color: #111;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 149.836%;
  margin-bottom: 0;
}


.feature-list{
  border-radius: 8.843px;
  background: #FFF;
  box-shadow: 0px 3.53px 24.76px 0px rgba(0, 0, 0, 0.08);
  padding: 40px 35px;
  margin-bottom: 20px;
}
.feature-list .feature-img{
  margin-bottom: 30px;
}
.feature-details h5{
  color: #111;
  font-family: 'Jost', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 30.951px;
  margin-bottom: 15px;
}
.feature-details p{
  color: #7E879F;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 10px;
  min-height: 140px;
}

.btn-readmore{
  color: #4677D0;
  font-family: 'Jost', sans-serif;
  font-size: 16.149px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.power-packed-main h3{
    color: #111;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 133%;
    text-transform: uppercase;
}

.power-packed-list{
  border-radius: 10px;
  border: 1px solid rgba(126, 135, 159, 0.20);
  background: #FFF;
  padding: 30px;
  text-align: center;
}

.number-show{
    width: 91px;
    height: 91px;
    background-color: #4677D0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: 133%;
    margin: 0 auto;
    border: 10px solid #FFF;
    margin-top: -80px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.11);
}

.power-packed-list h5{
    color: #111;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 133%;
}
.power-packed-list p{
    color: #7E879F;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 133%;
    margin-bottom: 0;
    min-height: 110px;
}
.mt-60px{
  margin-top: 60px;
}

.power-packed-list.active{
  background: #FF9900;
}
.power-packed-list.active h5{
    color: #fff;
}
.power-packed-list.active p{
    color: #fff;
}




.about-us-banner {
    background-image: url(../../assets/images/bg-about-us.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.about-us-banner-top {
    padding: 150px 0;
}
.about-us-banner-top h2{
  color: #FFF;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 149.836%;
  text-transform: uppercase;
  margin-bottom: 0;
}
.about-us-banner-top p{
  color: #FFF;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 149.836%;
  margin-bottom: 0;
}

.about-us-list{
  border-radius: 17px;
  background: #F8F8F8;
  padding: 50px 30px 30px 30px;
  border: 5px solid #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
}
.about-us-list .btn-black{
  border-radius: 45px;
  display: block;
  width: 140px;
  text-align: center;
  margin-bottom: 20px;
}
.about-us-list h5{
  color: #111;
  font-family: 'Jost', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.951px;
  margin-top: 15px;
}
.about-us-list p{
  color: #111;
 font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 141.3%;
  margin-bottom: 15px;
}
.about-us-list img{
  border-radius: 10px;
  width: 100%;
}

.energy-revolution-details h3{
  color: #111;
  font-family: 'Jost', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.energy-revolution-list{
  display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.energy-revolution-inner{
    border-radius: 10px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #ECF1FA;
    padding: 25px;
}
.energy-revolution-inner h5{
    color: #111;
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 5px;
}
.energy-revolution-inner p{
    color: #7E879F;
    text-align: justify;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 133%;
    margin-bottom: 0;
}
.energy-revolution-inner.bg-lightgreen {
    background: #E7F9F0;
}
.join-smartgen-details{
      display: flex;
    align-items: center;
}
.join-smartgen-details img{
  margin-right: 20px;
}



.how-it-work-banner {
    background-image: url(../../assets/images/bg-how-it-work.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #EEF5FB;
}
.how-it-work-banner-top {
    padding: 150px 0;
}
.how-it-work-banner-top h2{
  color: #111111;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 149.836%;
  text-transform: uppercase;
  margin-bottom: 0;
}
.how-it-work-banner-top p{
  color: #111111;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 149.836%;
  margin-bottom: 0;
}

.smartGen-score-title h3{
  color: #111;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 133%;
  text-transform: uppercase;
  margin-bottom: 50px;
}


/*process bar*/
.timeline{
  position:relative;
  margin:50px auto;
  padding:40px 0;
  width:1000px;
  box-sizing:border-box;
}
.timeline:before{
  content:'';
  position: absolute;
  left: 50%;
  top: 90px;
  width: 2px;
  height: 66%;
  background: #c5c5c5;
}
.timeline ul{
  padding:0;
  margin:0;
}
.timeline ul li{
  list-style:none;
  position:relative;
  width:50%;
  padding:20px 40px;
  box-sizing:border-box;
  
}
.timeline ul li:nth-child(odd){
  float:right;
  text-align:left;
  clear:both;
  padding-left: 80px;
  padding-right: 0;
  
}
.timeline ul li:nth-child(even){
  float:left;
  text-align:right;
  clear:both;
  padding-right: 80px;
  padding-left: 0;
}
.content{
  padding-bottom:20px;
}
/*.timeline ul li:nth-child(odd):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top: 35px;
  left: -4px;
  background:rgba(233,33,99,1);
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(233,33,99,0.2);
}
.timeline ul li:nth-child(even):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top: 35px;
  right: -6px;
  background:rgba(233,33,99,1);
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(233,33,99,0.2);
}*/
.timeline ul li h3{
  padding:0;
  margin:0;
  color: #000;
  /* text-align: center; */
  font-family: 'Jost', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 133%;
  margin-bottom: 0;
}
.timeline ul li p{
  margin:10px 0 0;
  color: #111;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133%;
  margin-bottom: 0;
}
.timeline ul li .time h4{
  margin:0;
  padding:0;
  font-size:14px;
}
.timeline ul li:nth-child(odd) .time
{
  position:absolute;
  top: 0;
  left: -230px;
  margin:0;
  padding:8px 0px;
  /*background:rgba(233,33,99,1);*/
  color:#fff;
  border-radius:18px;
  /*box-shadow:0 0 0 3px rgba(233,33,99,0.3);*/
}
.timeline ul li:nth-child(even) .time
{
  position:absolute;
  top: 0;
  right: -230px;
  margin:0;
  padding:8px 0px;
  /*background:rgba(233,33,99,1);*/
  color:#fff;
  border-radius:18px;
  /*box-shadow:0 0 0 3px rgba(233,33,99,0.3);*/
}

.timeline ul li:nth-child(1):before{
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  top: 35px;
  left: -40px;
  background-image:url(../../assets/images/num1.png);
  border-radius: 50%;
}
.timeline ul li:nth-child(2):before{
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  top: 35px;
  right: -40px;
  background-image:url(../../assets/images/num2.png);
  border-radius: 50%;
}
.timeline ul li:nth-child(3):before{
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  top: 35px;
  left: -40px;
  background-image:url(../../assets/images/num3.png);
  border-radius: 50%;
}
@media(max-width:1000px)
{
  .timeline{
    width:100%;
  }
  .timeline:before {
      content: '';
      position: absolute;
      left: 50%;
      top: 90px;
      width: 2px;
      height: 60%;
      background: #c5c5c5;
  }
}
@media(max-width:767px){
  .timeline{
    width:100%;
    padding-bottom:0;
  }
  h1{
    font-size:40px;
    text-align:center;
  }
  
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even)
  {
    width:100%;
    text-align:left;
    padding-left:50px;
    padding-bottom:50px;
  }
  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before
  {
    top:-18px;
    left:16px;
  }
  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time{
    top:-30px;
    left:50px;
    right:inherit;
  }
}

@media(max-width:460px)
{
  .timeline:before {
      content: '';
      position: absolute;
      left: 50%;
      top: 90px;
      width: 2px;
      height: 60%;
      background: #c5c5c5;
      display: none;
  }
  .timeline ul li:nth-child(odd) .time, .timeline ul li:nth-child(even) .time{
    position: relative;
    left: 0;
    top: 0;  
  }
  .timeline ul li:nth-child(odd), .timeline ul li:nth-child(even) {
      width: 100%;
      text-align: left;
      padding-left: 15px;
      padding-bottom: 50px;
  }
  .timeline ul li:nth-child(1):before {
      content: '';
      position: relative;
      width: 80px;
      height: 80px;
      top: 0;
      left: 0;
      background-image: url(../../assets/images/num1.png);
      border-radius: 50%;
      display: block;
      margin-bottom: 25px;
      margin-left: 0px;
  }
  .timeline ul li:nth-child(2):before{
    content: '';
    position: relative;
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    background-image: url(../../assets/images/num2.png);
    border-radius: 50%;
    display: block;
    margin-bottom: 25px;
    margin-left: 0px;
  }
  .timeline ul li:nth-child(3):before{
    content: '';
    position: relative;
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    background-image: url(../../assets/images/num3.png);
    border-radius: 50%;
    display: block;
    margin-bottom: 25px;
    margin-left: 0px;
  }
}




.offer-1{
  
  background: linear-gradient(180deg, #8571FF 0%, #30B4FF 100%);
  /*padding: 35px;*/
  border-radius: 12px;
  position: relative;
}
.offer-1::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/offer1.png);
  opacity: 0.5;
  background-size: cover;
  border-radius: 12px;
}
.offer-2{
  background: linear-gradient(180deg, #FF71D7 0%, #FF6230 100%);
  /*padding: 35px;*/
  border-radius: 12px;
  position: relative;
}
.offer-2::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/offer2.png);
  opacity: 0.5;
  background-size: cover;
  border-radius: 12px;
}
.offer-3{
  background: linear-gradient(180deg, #FF7171 0%, #072FFF 100%);
  /*padding: 35px;*/
  border-radius: 12px;
  position: relative;
}
.offer-3::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/offer3.png);
  opacity: 0.5;
  background-size: cover;
  border-radius: 12px;
}

.offer-get{
    padding: 35px;
    text-align: center;
}
.offer-get h3{
    color: #FFF;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.offer-get p{
    color: #FFF;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 0;
}

.offer-required{
      padding: 35px;
    text-align: center;
}
.offer-required h5{
    color: #FFF;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 144%;
}
.offer-required h5 strong{
    color: #FFF;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 144%;
}
/*index page*/
/*font-family: 'Jost', sans-serif;*/




/*graph design*/
.canvasjs-chart-credit{
  display: none;
}

.chart-design-main {
  border-radius: 14px;
    border: 1px solid  rgba(126, 135, 159, 0.20);
    /*background: linear-gradient(360deg, #fff 0%, #fff 50%, #00D085 100%);*/
    padding: 50px;
    position: relative;
}

.chart-design-main .nav{
      border-radius: 30px;
    background: #FFF;
    border: none;
    padding: 5px;
    width: 91%;
}
.chart-design-main .nav li .nav-link{
    color: #7E879F;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    background: transparent;
}
.chart-design-main .nav li .nav-link.active{
    border-radius: 28px;
    background: linear-gradient(90deg, #F90 0%, #4676D0 100%);
    color: #fff;
}
.chart-design-main .nav li .nav-link.active img{
  mix-blend-mode: plus-lighter;
}
.select-time-range .form-select{
      border-radius: 30px;
    background-color: #FFF;
    height: 51px;
    padding-left: 20px;
}
.shape-top-set{
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.kwh-cost .nav{
  width: 55%;
}
.kwh-cost .nav li .nav-link.active{
  background: #4677D0;
}
/*graph design*/







.header-inner-right .dropdown-menu{
  width: 350px;
  /*background: #ffffff;*/
  right: 0!important;
  top: 20px!important;
  padding: 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: none;
}

/*chat page*/

.chat-title {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #133B5A;
    padding-left: 12px;
}
.chat-info{
  display: flex;
    align-items: center;
}
.chat-profile-details{
  margin-left: 15px;
}

.chat-profile-details h5{
  color: #000;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 3px;
}
.chat-profile-details p{
  color: #000;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.chat-profile-section-img {
    width: 50px;
    height: 50px;
    border-radius: 18px;
}
.chat-main-section .chat-body {
    /*height: 650px;*/
    overflow-x: auto;
    padding: 20px;
    background: #ffffff;
    padding: 30px 15px;
    border-radius: 15px;
}
.chat-main-section .chat-list{
    background: #FFFFFF;
    border-radius: 9px;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 5px;
}
.chat-main-section .chat-list:last-child{
    margin-bottom: 0px;
}
.chat-time p{
  font-family: 'Jost', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #7E879F;
}
.chat-profile-details h5 span{
    color: #7E879F;
}
.see-all-btn{
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #7E879F;
    text-align: center;
    width: 100%;
}




@media only screen and (max-width: 460px){
  .header-inner-right .dropdown-menu {
      width: 310px!important;
  }
  .chart-design-main {
      border-radius: 14px;
      border: 1px solid rgba(126, 135, 159, 0.20);
      /* background: linear-gradient(360deg, #fff 0%, #fff 50%, #00D085 100%); */
      padding: 15px;
      position: relative;
  }
  .footer-social-media {
      text-align: center;
  }
  .footer-top {
      text-align: center;
  }
  .chart-design-main .nav {
      margin-bottom: 15px;
  }
}






.intl-tel-input,
.iti {
  width: 100%;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag::after {
  content: '';
  border-right: 2px solid #eee;
  height: 25px;
  width: 1px;
  padding-right: 5px;
}


.step-content.active-outline {
    border: 9px solid #14BA56;
}
.step-content.active {
    background-image: url(../../assets/images/green-check-icon.svg);
    animation: blob 0.3s ease-out;
    background-color: #14BA56;
    background-repeat: no-repeat;
    background-size: cover;
        border: 1px solid #14BA56;
}
.text-capital{
  text-transform: uppercase;
}
.register-now-main .btn.btn-white{
  margin-right: 40px;
}
.Header_section nav .navbar-nav .nav-link:hover {
    color: #08c772!important;
}

.chart-design-main .nav li .nav-link.electricity-link.active {
    border-radius: 28px;
    background: #FF9900;
    color: #fff;
}
.chart-design-main .nav li .nav-link.gas-link.active {
    border-radius: 28px;
    background: #4677D0;
    color: #fff;
}
.chart-design-main .nav li .nav-link.both-link.active {
    border-radius: 28px;
    background: linear-gradient(90deg, #F90 0%, #4676D0 100%);
    color: #fff;
}

.form-question-answer .form-check .form-check-input:checked[type=radio] {
    background-image: url('../../assets/images/blue-check-icon.svg');
    background-color:transparent;
    border-color: transparent;
}
.form-question-answer .form-check .form-check-input {
    width: 1.2em;
    height: 1.2em;
}

.form-check.form-switch .form-check-input {
    width: 2em;
    height: 1em;
}
/*.form-check.form-switch .form-check-input:checked[type=radio] {
    background-image: url('../../assets/images/blue-check-icon.svg');
    background-color:transparent;
    border-color: transparent;
}*/






.form-switch-yes-no input[type="checkbox"].toggle {
  opacity: 0;
  position: absolute;
  left: -99999px;
}
.form-switch-yes-no input[type="checkbox"].toggle + label {
  height: 34px;
  line-height: 34px;
  background-color: rgba(126, 135, 159, 0.20);
  padding: 0px 16px;
  border-radius: 16px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -moz-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
  float: right;
  margin-top: -6px;
}
.form-switch-yes-no input[type="checkbox"].toggle + label:before, .form-switch-yes-no input[type="checkbox"].toggle + label:hover:before {
  content: " ";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 46px;
  height: 30px;
  background: #fff;
  z-index: 2;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}
.form-switch-yes-no input[type="checkbox"].toggle + label .off,
.form-switch-yes-no input[type="checkbox"].toggle + label .on {
  color: #fff;
}
.form-switch-yes-no input[type="checkbox"].toggle + label .off {
  margin-left: 40px;
  display: inline-block;
}
.form-switch-yes-no input[type="checkbox"].toggle + label .on {
  display: none;
}
.form-switch-yes-no input[type="checkbox"].toggle:checked + label .off {
  display: none;
}
.form-switch-yes-no input[type="checkbox"].toggle:checked + label .on {
  margin-right: 40px;
  display: inline-block;
}
.form-switch-yes-no input[type="checkbox"].toggle:checked + label, .form-switch-yes-no input[type="checkbox"].toggle:focus:checked + label {
  background-color: #4677D0;
}
.form-switch-yes-no input[type="checkbox"].toggle:checked + label:before, .form-switch-yes-no input[type="checkbox"].toggle:checked + label:hover:before, .form-switch-yes-no input[type="checkbox"].toggle:focus:checked + label:before, input[type="checkbox"].toggle:focus:checked + label:hover:before {
  background-position: 0 0;
  top: 2px;
  left: 100%;
  margin-left: -48px;
}
.form-question-answer .form-check.form-switch.form-switch-yes-no {
    text-align: left;
    border-radius: 9px;
    border: none;
    background: none;
    padding: 0px 15px;
    margin-bottom: 25px;
}
.w-300px{
  width: 300px;
  display: inline-block;
}

.scroll-to-top.show{
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 99;
}

/*date placeholder*/
.electricity-contract input {
  color: transparent;
  display: block;
  margin: 10px;
  padding: 10px;
  position: relative;
}
.electricity-contract input:invalid:before {
  color: #808080;
  content: attr(placeholder);
  padding-left: 0px;
  pointer-events: none;
  position: absolute;
  left: 20px;
}
.electricity-contract input:valid,
.electricity-contract input:focus,
.electricity-contract input:active {
  color: #000;
}
.electricity-contract input:valid:before,
.electricity-contract input:focus:before,
.electricity-contract input:active:before {
  display: none;
}



.date-placeholder input {
  color: transparent!important;
  display: block;
  /*margin: 10px;*/
  padding: 10px 20px;
  position: relative;

}
.date-placeholder input:invalid:before {
  color: #808080;
  content: attr(placeholder);
  padding-left: 0px;
  pointer-events: none;
  position: absolute;
  left: 20px;
}
.date-placeholder input:valid,
.date-placeholder input:focus,
.date-placeholder input:active {
  color: #000!important;
}
.date-placeholder input:valid:before,
.date-placeholder input:focus:before,
.date-placeholder input:active:before {
  display: none;
}
/*date placeholder*/



.challenge-details-inner h5{
  color: #F90;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: 'Jost', sans-serif;
  border-radius: 30px;
  background: rgba(255, 153, 0, 0.10);
  padding: 7px 14px;
  display: inline-block;
}
.challenge-details-inner h3{
  color: #111;
  font-family: 'Jost', sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.form-check-input:focus {
    outline: 0;
    box-shadow: none;
}

.form-question-answer .form-check.active{
  border: 1px solid #4677D0;
}

.Header_section nav .navbar-nav .nav-link:hover {
    color: #4677D0!important;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.unit-rate-form .form-control::placeholder{
      color: #CBCFD9;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
/*font-family: 'Jost', sans-serif;*/