/*--------------------------------------------------------------
# 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: #4677D0;*/
  color: #34C177;
  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;
}



.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
}


.challenge_form {
  margin-top: 40px
}

.challenge_form .form-control {
  background: rgba(126, 136, 159, 0.1);
  border: none;
  height: 55px;
  border-radius: 10px !important;
  color: #1D242C;
  font-weight: 500
}

.challenge_form label {
  color: #7E879F;
  margin-bottom: 10px
}

.add-new-member-modal {

  max-height: 500px;
  overflow-y: auto;
  padding: 20px 10px 20px 20px;
}

.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('/static/web_assets/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-form .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-form .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 !important;
  padding: 12px 25px;
  transition: 0.3s;
  line-height: normal;
  color: #fff !important;
  text-align: center;
  border: 1px solid #4677D0 !important;
  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: #7E879F;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  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: 16px;
  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('/static/web_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;
  margin-bottom: 15px;
}

.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: 100%;
}

.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: 18.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: 120px;
  padding-left: 120px;
  text-align: center;
  width: 33%;
}

.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('../../web_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(to right, #e6f9f0, #f7fdfc);
  padding: 27px 30px;
  margin-bottom: 40px;
}

.dashboard-title h5 {
  color:rgba(17, 17, 17, 1);
  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;
}

.question-block .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;
}

.question-block .form-check label {
  color: #000;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.question-block .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;
}

.question-block .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;
}

.question-block .form-check.form-switch {
  text-align: left;
  border-radius: 9px;
  border: none;
  background: none;
  padding: 0px 15px;
  margin-bottom: 15px;
}

.question-block .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 .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 !important;
}

.comparison-with-uk .table-responsive .table tbody tr.active td {
  color: #F9F9FF;
  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: 27px;
  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(../../web_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: 27px;
  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;
  flex-direction: column;
  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;
}

.day-night-tariff-start-end {
  width: 100%;
  border-radius: 14px;
  background: #FFF;
}

.day-night-tariff-start-end .form-control {
  border-radius: 10px px;
  background: #F5F5F7;
  border: none;
  padding: 15px 20px;
}

.day-night-tariff-start-end input {
  color: transparent;
  display: block;
  margin: 10px;
  padding: 10px;
  position: relative;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select-types-of-tariffs {
  display: flex;
  align-items: center;
}

.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;
}

.date-select-pill {
  border-radius: 14px;
  border: 1px solid rgba(126, 135, 159, 0.20);
  background: #FFF;
  padding: 20px;
  margin-bottom: 20px;
}

.date-select-pill h5 {
  color: #000;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.date-select-pill .form-control {
  border-radius: 10px;
  background: #F5F5F7;
  border: none;
  padding: 15px 20px;
}

.date-select-pill .form-control:focus {
  border-radius: 10px;
  background: #F5F5F7;
  border: none;
  padding: 15px 20px;
}

.date-select-pill .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;
}

.date-select-pill .form-floating>.form-control:focus,
.date-select-pill .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;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-energy-center-metric-list {
  padding: 20px;

}

.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;
  width: 80%
}

.social-chat-footer .chat-message-write form {
  width: 100%;
}

.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;
  display: flex;
  gap: 10px;
  align-items: center;
}

.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: 15px 10px 15px 0;
  border-bottom: 1px solid rgba(126, 135, 159, 0.20);
}

.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;
  position: relative;
}

.badge-bg-img1 {
  background-image: url('../../web_assets/images/badge-img-bg-1.png');
  background-size: cover;
  padding: 20px 50px;
  background-repeat: no-repeat;
}

.badge-bg-img2 {
  background-image: url('../../web_assets/images/badge-img-bg-2.png');
  background-size: cover;
  padding: 20px 50px;
  background-repeat: no-repeat;
}

.badge-bg-img3 {
  background-image: url('../../web_assets/images/badge-img-bg-3.png');
  background-size: cover;
  padding: 20px 50px;
  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('../../web_assets/images/badge-img-largebg-1.png');
  background-size: cover;
  padding: 100px 20px 20px 20px;
  background-repeat: no-repeat;
}

.badge-bg-largeimg2 {
  background-image: url('../../web_assets/images/badge-img-bg-2.png');
  background-size: cover;
  padding: 100px 20px 20px 20px;
  background-repeat: no-repeat;
}

.badge-bg-largeimg3 {
  background-image: url('../../web_assets/images/badge-img-bg-3.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;
  width: 200px;
}

.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('../../web_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;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px;
}

.img-badge-one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.img-badge-one {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-left: 15px;
}

.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;
}

.you {
  background-color: white;
  padding: 5px 10px 5px 10px;
  border-radius: 50%;
  font-weight: 600;
  font-family: 'Jost', sans-serif;
  margin-left: 30px;
}

.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;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.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;
  min-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.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: 50px;
  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 20px;
}

.btn-black-header:hover {
  border-radius: 50px;
  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 20px;
}


.header-section-main {
  background-image: url('../../web_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;
  /* margin-left: 85px; */
  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 {
  /* margin-left: 85px; */
  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('../../web_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('../../web_assets/images/featurebannernew.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-banner-top {
  padding: 80px 0px 80px 52px;
}

.feature-banner-top h2 {
  color: rgba(17, 17, 17, 1);
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 149.836%;
  text-transform: uppercase;
  margin-bottom: 0;
}

.feature-banner-top p {
  color: rgba(17, 17, 17, 1);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  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 {
  height: 100%;
  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('../../web_assets/images/bg-about-us.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.about-us-banner {
  background: rgba(40, 150, 103, 1);
  color: rgba(17, 17, 17, 1);
}

.about-us-banner h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about-us-banner p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(17, 17, 17, 1);
}

.co2-img {
  max-width: 80%;
  height: auto;
}
.about-us-banner-top {
  padding: 100px 0px 100px 52px;
}

.marginRightAboutUS{
  margin-right: 100px;
}

.about-us-banner-top h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 0;
}
.about-us-banner-top p {
  font-family: 'Jost', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0;
}

.about-us-container{
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.about-us-list {
  height: 100%;
  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-banner {
    background-image: url('../../web_assets/images/howitworkbanner.png');
    background-size: cover; 
    min-height: 400px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}

        .energy-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            height: 100%;
        }

        .energy-row {
            display: flex;
            align-items: center;
            min-height: 400px;
            gap: 40px;
        }

        .energy-col {
            flex: 1;
        }

        .energy-col:first-child {
            flex: 0 0 50%;
        }

        .energy-col:last-child {
            flex: 0 0 50%;
            text-align: right;
        }

        .energy-text h2 {
            font-size: 48px;
            font-weight: bold;
            color: #2c2c2c;
            margin-bottom: 30px;
            line-height: 1.1;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-align: left;
        }

        .energy-text p {
            font-size: 16px;
            color: #2c2c2c;
            line-height: 1.6;
            margin-bottom: 20px;
            max-width: 500px;
            text-align: left;
        }

        .co2-img {
            max-width: 100%;
            height: auto;
            display: block;
            margin-left: auto;
        }

        @media (max-width: 768px) {
            .energy-row {
                flex-direction: column;
                text-align: center;
                padding: 40px 0;
                gap: 30px;
            }

            .energy-col:first-child,
            .energy-col:last-child {
                flex: 1;
            }

            .energy-col:last-child {
                text-align: center;
            }

            .energy-text h2 {
                font-size: 36px;
                margin-bottom: 20px;
            }

            .energy-text p {
                font-size: 14px;
                max-width: 100%;
            }
            .pt-150px {
               padding-top: 50px;
             }
        }

        @media (max-width: 480px) {
            .energy-text h2 {
                font-size: 28px;
            }

            .energy-banner {
                min-height: 350px;
            }

            .energy-row {
                min-height: 350px;
            }
        }

.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('../../web_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('../../web_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('../../web_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('../../web_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('../../web_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('../../web_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('../../web_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('../../web_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('../../web_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('../../web_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('../../web_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;
}

.question-block .form-check .form-check-input:checked[type=radio] {
  background-image: url('../../web_assets/images/blue-check-icon.svg');
  background-color: transparent;
  border-color: transparent;
}

.question-block .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('../../web_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;
}

.question-block .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*/
.date-select-pill input {
  color: transparent;
  display: block;
  margin: 10px;
  padding: 10px;
  position: relative;
}

.date-select-pill input:invalid:before {
  color: #808080;
  content: attr(placeholder);
  padding-left: 0px;
  pointer-events: none;
  position: absolute;
  left: 20px;
}

.date-select-pill input:valid,
.date-select-pill input:focus,
.date-select-pill input:active {
  color: #000;
}

.date-select-pill input:valid:before,
.date-select-pill input:focus:before,
.date-select-pill 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;
}

.question-block .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;
}



.remember-me .form-check {
  align-items: center;
  display: flex;
  gap: 10px;
}

.remember-me .form-check-input {
  width: 1.5em;
  height: 1.5em;
}

.remember-me label {
  color: #111;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}


.common_form .form-control::placeholder {
  color: rgb(126 135 159 / 40%) !important;
}

.common_form .form-control::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: rgb(126 135 159 / 40%) !important;
}

.banner-top {
  position: relative;
  z-index: 99;
}



.my-energy-metrics-score-main {
  border-radius: 12px;
  border: 1px solid rgba(126, 135, 159, 0.20);
  background: #FFF;
  padding: 15px;
  margin-bottom: 20px;
}

.my-energy-metrics-score-main p {
  color: #7E879F;
  font-family: 'Jost', sans-serif;
  font-size: 18.723px;
  font-style: normal;
  font-weight: 400;
  line-height: 129.8%;
  margin-bottom: 5px;
}

.my-energy-metrics-score-main p span {
  color: #14BA56;
  font-family: 'Jost', sans-serif;
  font-size: 18.723px;
  font-style: normal;
  font-weight: 800;
  line-height: 129.8%;
}

.my-energy-metrics-score-main h5 {
  color: #000;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 10px;
}



.my-gamification-score-main {
  border-radius: 12px;
  border: 1px solid rgba(126, 135, 159, 0.20);
  background: #FFF;
  padding: 15px;
  margin-bottom: 20px;
}

.my-gamification-score-main p {
  color: #7E879F;
  font-family: 'Jost', sans-serif;
  font-size: 18.723px;
  font-style: normal;
  font-weight: 400;
  line-height: 129.8%;
  margin-bottom: 5px;
}

.my-gamification-score-main p span {
  color: #14BA56;
  font-family: 'Jost', sans-serif;
  font-size: 18.723px;
  font-style: normal;
  font-weight: 800;
  line-height: 129.8%;
}

.my-gamification-score-main h5 {
  color: #000;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 10px;
}


.range-slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 10px;
}

.gamification-range-slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 10px;
}

#range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 1rem;
  border-radius: 11.5px;
  border: 1px solid rgba(126, 135, 159, 0.20);
  background: #FFF !important;
}

#range:focus {
  outline: none;
}

#range::before,
#range::after {
  position: absolute;
  top: 2rem;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

#range::before {
  left: 0;
  content: attr(data-min);
}

#range::after {
  right: 0;
  content: attr(data-max);
}

#range::-webkit-slider-runnable-track {
  width: 100%;
  height: 1rem;
  cursor: pointer;
  animate: 0.2s;
  background: linear-gradient(90deg, #00D085 var(--range-progress), #dee4ec var(--range-progress));
  border-radius: 1rem;
}

#range::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 0.25rem solid #00D085;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  height: 32px;
  width: 32px;
  transform: translateY(calc(-50% + 8px));
}

/* Firefox styles for range slider */
#range::-moz-range-track {
  width: 100%;
  height: 1rem;
  cursor: pointer;
  background: #dee4ec;
  border-radius: 1rem;
}

#range::-moz-range-progress {
  height: 1rem;
  background: #00D085;
  border-radius: 1rem;
}

#range::-moz-range-thumb {
  border: 0.25rem solid #00D085;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  height: 32px;
  width: 32px;
}


#gamification-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 1rem;
  border-radius: 11.5px;
  border: 1px solid rgba(126, 135, 159, 0.20);
  background: #FFF !important;
}

#gamification-range:focus {
  outline: none;
}

#gamification-range::before,
#gamification-range::after {
  position: absolute;
  top: 2rem;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

#gamification-range::before {
  left: 0;
  content: attr(data-min);
}

#gamification-range::after {
  right: 0;
  content: attr(data-max);
}

#gamification-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 1rem;
  cursor: pointer;
  animate: 0.2s;
  background: linear-gradient(90deg, #00D085 var(--gamification-range-progress), #dee4ec var(--gamification-range-progress));
  border-radius: 1rem;
}

#gamification-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 0.25rem solid #00D085;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  height: 32px;
  width: 32px;
  transform: translateY(calc(-50% + 8px));
}

/* Firefox styles for gamification range slider */
#gamification-range::-moz-range-track {
  width: 100%;
  height: 1rem;
  cursor: pointer;
  background: #dee4ec;
  border-radius: 1rem;
}

#gamification-range::-moz-range-progress {
  height: 1rem;
  background: #00D085;
  border-radius: 1rem;
}

#gamification-range::-moz-range-thumb {
  border: 0.25rem solid #00D085;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  height: 32px;
  width: 32px;
}


#tooltip {
  position: absolute;
  top: -2.25rem;
}

#tooltip span {
  position: absolute;
  text-align: center;
  display: block;
  line-height: 1;
  padding: 0.125rem 0.25rem;
  color: #fff;
  border-radius: 0.125rem;
  background: #00D085;
  font-size: 1.25rem;
  left: 50%;
  transform: translate(-50%, 0);
}

#tooltip span:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #00D085;
}


#gamification-tooltip {
  position: absolute;
  top: -2.25rem;
}

#gamification-tooltip span {
  position: absolute;
  text-align: center;
  display: block;
  line-height: 1;
  padding: 0.125rem 0.25rem;
  color: #fff;
  border-radius: 0.125rem;
  background: #00D085;
  font-size: 1.25rem;
  left: 50%;
  transform: translate(-50%, 0);
}

#gamification-tooltip span:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #00D085;
}


.gamification-score {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gamification-score h3 {
  color: #7E879F;
  font-family: 'Jost', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.gamification-score h4 {
  color: #4677D0;
  font-family: 'Jost', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.line-shape-img {
  width: 100%;
  position: absolute;
}

.offer-main h3 {
  color: #000;
  font-family: 'Jost', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 138.336%;
  margin-bottom: 10px;
}

.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-list {
  margin-bottom: 20px;
}

.useme-on-alexa {
  background-image: url('../../web_assets/images/alexa-bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.b-color-white {
  background-color: #fff;
}

.useme-on-alexa .footprint-Score h5 {
  color: #fff;
}

.useme-on-alexa .footprint-Score p {
  color: #ffffff;
  font-weight: 400;
}

.useme-on-alexa .footprint-Score img {
  width: 100px;
}

.question-answer-body h3 {
  color: #000;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}


.view-like-share-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.view-like-inner {
  display: flex;
  align-items: center;
  gap: 15px;
}

.view-like-inner .view-like-list h5 {
  color: #000;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.share-inner .share-list h5 {
  color: #000;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}



.tariffs-title {
  width: 70%;
}

.set-electricity-budget-list {
  height: 100%;
}

.energy-move-estimator-main .set-electricity-budget-list {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}

.energy-move-estimator-main .set-electricity-budget-list img {
  margin-bottom: 15px;
}

.energy-move-estimator-main .set-electricity-budget-list p {
  color: #7E879F;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media(max-width:768px) {
  .set-electricity-budget-list {
    min-height: 600px;
  }
}

@media(max-width:767px) {
  .set-electricity-budget-list {
    min-height: auto;
  }
}

.dashboard-title h5 span {
  color: #4677D0;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  text-align: left;
}

.home-energy-move-estimator-main .nav-item .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

element.style {
  width: 2rem;
  height: 2rem;
}

.home-energy-move-estimator-main .nav-item .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-energy-move-estimator-main .btn-primary.active,
.home-energy-move-estimator-main .btn-primary:active,
.home-energy-move-estimator-main .btn-primary:focus {
  color: #fff !important;
  background-color: #4677D0 !important;
  border-color: #FFF !important;
  box-shadow: none !important;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) !important;
}

.home-energy-move-estimator-main .btn-primary-tab.active,
.home-energy-move-estimator-main .btn-primary-tab:active,
.home-energy-move-estimator-main .btn-primary-tab:focus {
  color: #fff !important;
  background-color: #4677D0 !important;
  border-color: #FFF !important;
  box-shadow: none !important;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) !important;
}

.btn-primary-tab {
  border-color: #adadad;
}

.home-energy-move-estimator-main .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: transparent !important;
  transition: width .6s ease;
}





.home-energy-move-estimator-details {
  display: flex;
  align-items: center;
  gap: 15px;
}

.home-energy-move-estimator-details .home-icon {
  width: 77px;
  height: 77px;
  border-radius: 11px;
}

.energy-move-estimator-inner .energy-move-estimator-faire {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.energy-move-estimator-inner .energy-move-estimator-faire:last-child {
  padding-bottom: 0px;
  border-bottom: 0px solid #eee;
  margin-bottom: 0px;
}

.energy-move-estimator-faire .energy-move-estimator-list {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 15px;
  border-right: 1px solid #eee;
  margin-right: 15px;
}

.energy-move-estimator-faire .energy-move-estimator-list:last-child {
  padding-right: 0px;
  border-right: 0px solid #eee;
  margin-right: 0px;
}

.energy-move-estimator-list img {
  width: 15px;
}

.energy-move-estimator-list h5 {
  color: #111;
  text-align: center;
  font-size: 14.887px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.energy-move-estimator-list h5 span {
  color: #7E879F;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.home-energy-move-estimator-main {
  border-radius: 17px;
  background: #F8F8F8;
  padding: 30px 30px 30px 30px;
  border: 5px solid #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
}



.where-you-moving-form {
  border-radius: 14px;
  border: 1px solid rgba(126, 135, 159, 0.20);
  background: #FFF;
  padding: 20px;
  margin-bottom: 20px;
}

.where-you-moving-form .form-control {
  border-radius: 10px;
  background: #F5F5F7;
  border: none;
  padding: 15px 20px;
  margin: 0;
}

.home-energy-move-estimator-note {
  border-radius: 14px;
  background: rgba(70, 119, 208, 0.05);
  padding: 50px;
  margin-bottom: 20px;
}

.home-energy-move-estimator-note 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: 10px;
}

.home-energy-move-estimator-note p {
  color: #7E879F;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.terms-conditions-title h3 {
  color: #111;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.036px;
}

.terms-conditions-title p {
  color: #191A1C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}

.terms-conditions-box {
  border-radius: 14px;
  background: rgba(126, 135, 159, 0.10);
  padding: 20px;
  margin: 15px 0;
}

.terms-conditions-box ul {
  padding-left: 20px;
}

.terms-conditions-box ul li {
  color: #7E879F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.terms-conditions-box p {
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

.terms-conditions-body .form-group .form-check h5 {
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}


.secure-account-verification-main .secure-account-verification-list {
  border-radius: 10px;
  border: 1px solid rgba(126, 135, 159, 0.20);
  background: #FFF;
  margin-bottom: 25px;
}

.secure-account-verification-main .secure-account-verification-list:last-child {
  margin-bottom: 0px;
}

.secure-account-verification-list .secure-account-verification-inner {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  gap: 10px;
}

.secure-account-verification-inner .secure-account-verification-details h5 {
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 137.5%;
  margin-bottom: 0;
}

.secure-account-verification-inner .secure-account-verification-details p {
  color: #7E879F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.btn-secure-account,
.btn-secure-account:hover {
  border-radius: 0px 0px 9px 9px;
  background: #4677D0;
  padding: 10px;
  width: 100%;
  display: block;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}


.image-ihd-verification {
  border-radius: 14px;
  background: rgba(126, 135, 159, 0.10);
  padding: 20px;
  margin: 15px 0;
  text-align: center;
}

.terms-conditions-box.image-ihd-verification h5 {
  color: #F90;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.terms-conditions-box.bg-white {
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(126, 135, 159, 0.20);
  padding: 20px;
  margin: 15px 0;
}

.secure-account-verification-content .verification-text {
  padding: 0 120px;
}

.terms-conditions-title h5 {
  color: #191A1C;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.score-list {
  position: relative;
}

.score-list .icon-info {
  position: absolute;
  right: 15px;
  bottom: 10px;
  background: none;
  padding: 0;
  margin: 0;
}

.icon-info img {
  padding: 0;
  width: 15px;
}

.setting-smartgen-score-details h5 {
  color: #14BA56;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 129.8%;
  margin-bottom: 10px;
}

.setting-smartgen-score-details h5 span {
  color: #7E879F;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 129.8%;
}

.setting-smartgen-score-details p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 0%;
  margin-bottom: 15px;
}

.setting-smartgen-score-list p {
  color: #7E879F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}


.setting-smartgen-score-list .range-slider {
  position: relative;
  width: 100%;
  height: 20px;
}

.setting-smartgen-score-list .range-slider_input {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  opacity: 0;
  margin: 0;
}

.setting-smartgen-score-list .range-slider_input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 100px;
  height: 100px;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0;
}

.setting-smartgen-score-list .range-slider_input::-moz-range-thumb {
  width: 14vmin;
  height: 14vmin;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0;
}

.setting-smartgen-score-list .range-slider_thumb {
  width: 33px;
  height: 33px;
  border: 1.6px solid rgba(126, 135, 159, 0.20);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #14BA56;
  z-index: 2;
  text-align: center;
  font-size: 11.6px;
  font-style: normal;
  font-weight: 700;
  line-height: 136.3%;
}

.setting-smartgen-score-list .range-slider_line {
  height: 30px;
  border-radius: 50px;
  width: 100%;
  border: 5px solid rgba(126, 135, 159, 0.20);
  background: #FFF;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  z-index: 1;
}

.setting-smartgen-score-list .range-slider_line-fill {
  position: absolute;
  height: 20px;
  border-radius: 50px;
  width: 0;
  border: 1px solid #14BA56;
  background: linear-gradient(166deg, #14BA56 -0.71%, #00D085 64.25%);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.setting-menu-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid rgba(126, 135, 159, 0.20);
}

.setting-menu-list h5 {
  margin-bottom: 0;
  color: #000;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.edit-profile-image {
  position: relative;
  width: 106px;
  height: 106px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.edit-profile-image .profile-img {
  border-radius: 100px;
  border: 4px solid #f5f5f5;
  width: 100%;
}

.edit-profile-image .upload-img-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.edit-profile-main {
  display: flex;
  justify-content: center;
}

.edit-profile-main .common_form {
  width: 50%;
  margin: 0;
}

.help-faq-main .accordion-body p {
  color: #7E879F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-family: 'Inter', sans-serif;
}

.privacy-policy-main p {
  color: #191A1C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}








.challenge-main {
  text-align: center;
}

.challenge-main .remember-me .form-check {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.challenge-main p {
  color: #111;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.challenge-main h5 {
  color: #111;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

.gamification-score-inner p {
  color: #7E879F;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}

.gamification-score-point {
  width: 52px;
  height: 52px;
  background-color: #FFB448;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  margin: 0 auto;
}

.gamification-score-badge {
  width: 130px;
  height: 70px;
  background-color: #FFB448;
  border-radius: 30px 30px 30px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 auto;
}


.your-eco-rewards-badges h5 {
  color: #111;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.your-eco-rewards-badges {
  margin-top: 20px;
  text-align: center;
}

.your-eco-rewards-badges p {
  color: #7E879F;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.your-eco-rewards-badges a {
  color: #4677D0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-align: center;
}

.your-eco-rewards-list {
  border-radius: 12px;
  border: 1px solid rgba(126, 135, 159, 0.20);
  background: #FFF;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.your-eco-rewards-list .your-eco-point {
  text-align: center;
}

.your-eco-point img {
  width: 65px;
  height: 65px;
  margin-bottom: 20px;
  border-radius: 50%;
}

.your-eco-point h5 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.your-eco-point-details h3 {
  color: #111;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 137.5%;
  text-align: left;
}

.your-eco-point-details p {
  color: #7E879F;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin-bottom: 10px;
}

.badge-challenge-main .p-title {
  color: #111;
  text-align: center;
  /* font-family: Proxima Nova; */
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.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;
  text-align: center;
}

.challenge-footer {
  padding: 15px 20px;
}

.challenge-footer p {
  color: #7E879F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}




.badge-challenge-title {
  border-radius: 15px 15px 0 0;
  min-height: 160px;
  display: flex;
  align-items: center;
}

.challenge-footer {
  padding: 15px 20px;
  min-height: 150px;
}


.badge-challenge-title {
  border-radius: 15px 15px 0 0;
  min-height: 160px;
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 20px;
  justify-content: center;
}

.p-bottom-center {
  position: absolute;
  left: 50%;
  bottom: -15%;
  z-index: 999;
  transform: translateX(-50%);
}

.challenge-details-inner .nav {
  border-radius: 0px 0px 10px 10px;
  background: #FFF;
  justify-content: center;
  padding: 20px;
  border: 1px solid rgba(126, 135, 159, 0.20);
}

.challenge-details-inner .nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
  color: #7E879F;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.challenge-details-inner .nav-pills .nav-link.active {
  color: #4677D0;
}

.energy-saver-details {
  border-radius: 12px;
  border: 1px solid rgba(126, 135, 159, 0.20);
  background: #FFF;
  padding: 20px;
}

.energy-saver-details p {
  color: #7E879F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
}

.how-it-work-form textarea.form-control {
  border-radius: 12px;
  border: 1px solid rgba(126, 135, 159, 0.20);
  background: #FFF;
}

.height-auto {
  height: auto;
}

.social-chat-list-profile {
  display: flex;
  align-items: center;
}

.challenge-someone .social-chat-list {
  justify-content: space-between;
}

.btn-small,
.btn-small:hover {
  padding: 8px 25px;
}

.upload-group-img {
  border-radius: 8px;
  border: 1px solid rgba(126, 135, 159, 0.20);
  background: #FFF;
  padding: 50px;
  text-align: center;
}

.upload-group-img h5 {
  color: #1D242C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}








.challenge-leaderboard-list {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 12px;
  border: 1px solid rgba(126, 135, 159, 0.20);
  background: #FFF;
  padding: 15px;
  margin-bottom: 15px;
}

.counter-number h5 {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border: 1px solid rgba(70, 118, 208, 0.10);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.challenge-leaderboard-details {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.challenge-leaderboard-details img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.challenge-leaderboard-profile {
  width: 100%;
}

.challenge-leaderboard-profile h3 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.challenge-leaderboard-profile #customRange {
  width: 100%;
}

.community-conservation-main .social-chat-list.active .chat-title h4 {
  color: #fff;
}

.community-conservation-main .social-chat-list {
  padding: 0;
}

.community-conservation-main .social-chat-list.active:first-child {
  padding: 0;
}

.energy-saver-details h5 {
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 137.5%;
}

.label-control {
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 137.5%;
  margin-bottom: 10px;
}

.common_form .form-select {
  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;
}

/*font-family: 'Jost', sans-serif;*/


.custom-form-error {
  color: #e35f5f;
}

.loader-01 {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
  border: 0.4em dotted #ffffff;
  border-radius: 50%;
  animation: 3s loader-01 linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  margin: auto;
}

@keyframes loader-01 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.bg-body.custom-loader-hidden {
  position: relative;
  overflow: hidden;
}

.bg-body.custom-loader-hidden:after {
  content: "";
  position: absolute;
  background: #000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.7;
  z-index: 5;
}

.toggle-password {
  float: right;
  cursor: pointer;
  font-size: 1.2rem !important;
  color: #BFBFBF;
}

.doc-upload .document-label {
  width: 100%;
  height: 140px;
  border: 1px solid rgba(126, 135, 159, 0.20);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #FFF;
  margin-top: 10px;
  margin-bottom: 10px;
}

.doc-upload .document-label input[type="file"] {
  display: none;
}

.edit-profile-image .edit-profile-label {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.edit-profile-image .edit-profile-label input[type="file"] {
  display: none;
}

.question {
  display: flex;
}


.image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container .img-indecator {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container .img-indecator>img {
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 37.5%;
}

.image-container .base-image {
  width: 100%;
}


#needleCanvas {
  height: 80px;
  position: absolute;
  bottom: 20px;
  left: 40%;
}

#triangleLayer,
#shadowLayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.total-streak {
  border-radius: 28px;
  background: #FF9900;
  color: #fff;
  padding: 10px 20px;
  width: 75px;
}

.co2-target {
  padding: 10px 20px;
  font-size: larger;
  font-weight: 700;
}

#co2-target-value {
  color: #4677d0;
}


.range-slider_labels {
  display: flex;
}

.range-slider_label {
  flex: 1;
  text-align: center;
}

.how-to-improve-list ul {
  list-style-type: none;
  padding-left: 0;
}


.metrix-score {
  width: 130px;
  height: 70px;
  background-color: #FFB448;
  border-radius: 30px 30px 30px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 20px auto;
}

#my-group-list-main-no-data {
  display: grid;
  place-items: center;
}

#my-group-list-main-no-data p {
  font-size: larger;
  font-weight: 500;
}

#explore-group-list-main-no-data {
  display: grid;
  place-items: center;
}

#explore-group-list-main-no-data p {
  font-size: larger;
  font-weight: 500;
}


#myChart {
  position: absolute;
  top: 40%;
  left: 60px;
  width: 77%;
  height: 85%;
  overflow: unset;
}

/* //1200 // */
@media (min-width:1440px) {
  #myChart {
    top: 43%;
    left: 70px;
  }
}

@media (max-width:1200px) {
  #myChart {
    left: 58px;
    height: 85%;
  }
}

/* 1024 // */

@media (max-width:1024px) {

  #myChart {
    left: 48px;
    height: 85%;
  }
}


/* 992 // */
@media (max-width:992px) {

  #myChart {
    top: 36%;
    left: 48px;

    height: 89%;

  }
}


/* 768 // */
@media (max-width:768px) {

  #myChart {

    top: 27%;
    left: 46px;

    height: 94%;

  }
}

/* 767 // */
@media (max-width:767px) {
  .home-energy-center-metric-main {
    min-height: auto;
  }
}

/* 680 // */
@media (max-width:680px) {

  #myChart {
    top: 47%;
    left: 1px;
    width: 100%;
    height: 81%;
  }
}


/* 575 // */
@media (max-width:575px) {

  #myChart {
    left: 1%;
  }

}

/* 480 // */
@media (max-width:480px) {

  #myChart {
    top: 44%;
  }
}

/* 425 // */

@media (max-width:425px) {

  #myChart {
    top: 39%;
    left: 1%;
    width: 100%;
    height: 85%;
  }
}

/* 375 // */
@media (max-width:375px) {

  #myChart {

    top: 35%;
    left: 1%;
    width: 100%;
    height: 89%;

  }
}


/* size of second image */

/* #chartContainergas canvas{
  width: 100%;
}
#canvasjs-chart-container canvas{
  width: 100%;
} */
/* .canvasjs-chart-container canvas{
  width: 100%!important;
  height: auto!important;
}
.chart-design-main {
  height: auto!important;
} */


.forum-custom-dotes {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.forum-custom-dotes .left {
  display: flex;
  align-items: center;
}

.dropdown-toggle::after {
  border: 0;
}

/* offerdetail start  */
.offerdetail-heading_box {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 60px 24px;
  background: linear-gradient(180deg, #FF71D7 0%, #FF6230 91.95%);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.offerdetail-heading_box .title {
  /* font-family: Proxima Nova; */
  font-size: 30px;
  font-weight: 700;
  line-height: 36.54px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 8px;
}

.offerdetail-heading_box .subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 0;
}

.like-unlike_box-offerdetail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 11px;
  position: relative;
  z-index: 1;
  top: -48px;
  margin: auto;
  width: 60%;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.09);
  background-color: rgba(255, 255, 255, 1);
  padding: 18px 9px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
}

.like-btn:hover {
  background-color: #ffffff;
}

.like-btn {
  padding: 4px;
  border: 0;
  background-color: white;
}

.like-unlike_box-offerdetail span {
  font-size: 16px;
  font-weight: 700;
  line-height: 23.04px;
  text-align: center;

}

.box-like-unlike {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}

.like-unlike_box-offerdetail .left {
  border-right: 1px solid rgba(70, 118, 208, 0.1);
  width: 100%;
  display: flex;
  gap: 48px;
  align-items: center;
}

.require {
  font-size: 14px;
  font-weight: 500;
  line-height: 20.16px;
  text-align: center;
  color: rgba(17, 17, 17, 1);
  margin-bottom: 0;
}

.tonnes span {
  font-weight: 800;
}

.tonnes {
  font-size: 18.51px;
  font-weight: 500;
  line-height: 26.65px;
  text-align: center;
  margin-bottom: 0;
}

.offerDetail-sec01 {
  padding: 40px 0 0 0;
}

.dis-offerdetial {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: rgba(25, 26, 28, 1);
}

.learnmore-btn {
  max-width: 250px;
}

.cust_accordion .accordion-button:hover {
  background-color: rgba(237, 242, 250, 1);
}

.cust_accordion .accordion-item:first-of-type .accordion-button:not(.collapsed),
.cust_accordion .accordion-item .accordion-button:focus {
  box-shadow: 0 0 0 0;
  border-radius: 14px 14px 0 0;
  -webkit-border-radius: 14px 14px 0 0;
  -moz-border-radius: 14px 14px 0 0;
  -ms-border-radius: 14px 14px 0 0;
  -o-border-radius: 14px 14px 0 0;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}

.cust_accordion .accordion-item:first-of-type .accordion-button:focus,
.cust_accordion .accordion-item:last-of-type .accordion-button:focus,
.cust_accordion .accordion-item .accordion-button:focus,
.cust_accordion .bg-yello-accordian .accordion-item .accordion-button:focus {
  box-shadow: 0 0 0 0;
  border: 0;
}

.bg-yello-accordian .accordion-button:not(.collapsed) {
  box-shadow: 0;
}

.cust_accordion .accordion-item:first-of-type .accordion-button {
  border: 0;
  border-radius: 14px 14px;
  -webkit-border-radius: 14px 14px;
  -moz-border-radius: 14px 14px;
  -ms-border-radius: 14px 14px;
  -o-border-radius: 14px 14px;
}

.cust_accordion .accordion-item {
  margin-bottom: 15px;
  border-radius: 12px;
  border: 1px solid rgba(126, 135, 159, 0.2);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.cust_accordion .accordion-button {
  background-color: rgba(237, 242, 250, 1);
  /*font-family: SF Pro Display;
  */
  font-size: 14px;
  font-weight: 700;
  line-height: 19.25px;
  text-align: left;
  color: rgba(17, 17, 17, 1);
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}

.cust_accordion .bg-yello-accordian .accordion-button:not(.collapsed),
.cust_accordion .bg-yello-accordian .accordion-button,
.cust_accordion .bg-yello-accordian .accordion-body {
  background-color: rgba(255, 245, 230, 1);
}

.cust_accordion .accordion-body.bg-yello-accordian {
  background-color: rgba(255, 245, 230, 1);
}

.cust_accordion .accordion-body {
  /* font-family: Proxima Nova; */
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: rgba(126, 135, 159, 1);
  background-color: rgba(237, 242, 250, 1);
  padding-top: 0;
  border-radius: 0 0 14px 14px;
}

.cust_accordion .accordion-button::after {
  background-image: url('../images/downarrow-gray.svg');
}

.offerDetail-sec02 {
  padding: 0 0 40px 0;
}

.btn-report-issue:hover {
  background-color: #ffffff;
}

.btn-report-issue {
  background-color: #ffffff;
  border: 1px solid rgba(126, 135, 159, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.25px;
  text-align: left;
  color: rgba(17, 17, 17, 1);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 16px 20px;
}

/* Responsive file */
@media (max-width:575px) {
  .offerdetail-heading_box {
    flex-direction: column;
    align-items: start;
  }

  .box-like-unlike {
    flex-direction: column;
    gap: 3px;
  }

  .like-unlike_box-offerdetail {
    width: 90%;
  }

  .offerDetail-sec01 {
    padding-bottom: 0;
  }

  .offerDetail-sec02 {
    padding: 0 0 40px 0;
  }

  .learnmore-btn {
    max-width: 100%;
  }
}

/* offerdetail end  */

/* Form modal reportOffer-popup start*/
#create-a-forum textarea {
  height: 101px;
  overflow-y: auto;
}

/* Form modal reportOffer-popup end*/


/* / Apex chart / */

.co2-graph-01 {
  background-image: url(../../web_assets/images/bg-chart.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 500px;
  position: relative;
  border: 1px solid rgba(126, 135, 159, 0.2);
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}

.chart01 {
  width: 100%;
  height: 100%;
  /* position: absolute;
  bottom: 0px; */
}


.chart01>div {
  width: 100% !important;
  height: 100% !important;
  margin-top: 100px !important;
}

.chart01>div>canvas {
  width: 100% !important;
  height: 100% !important;
}


@media (max-width:767px) {
  .chart01 {
    width: 100%;
    height: 100% !important;
  }
}

@media (max-width:1200px) {
  .chart01>div {
    margin-top: 44px !important;
  }
}

@media (max-width:1024px) {
  .chart01>div {
    margin-top: 0px !important;
  }
}

@media (max-width:768px) {
  .chart01>div {
    margin-top: 80px !important;
  }
}

@media (max-width:575px) {
  .chart01>div {
    margin-top: 90px !important;
  }
}

@media (max-width:480px) {
  .chart01>div {
    margin-top: 30px !important;
  }
}

@media (max-width:375px) {
  .co2-graph-01 {
    height: 300px;
  }

  .chart01>div>canvas {
    height: 270px !important;
  }

  .chart01>div {
    margin-top: 87px !important;
  }
}

.dislike-btn:hover {
  background-color: #ffffff;
}

.dislike-btn {
  padding: 4px;
  border: 0;
  background-color: white;
}



/* Tarrif page/Tarrif-detail page start */
.photo-img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.photo-img1 {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.photo-tarrifplan {
  width: 150px;
  height: 150px;
  margin: 20px auto 20px;
}

.box-them2 {
  border: 1px solid rgba(126, 135, 159, 0.2);
  background-color: #ffffff;
  border-radius: 14px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}

.box-them1 {
  border: 1px solid rgba(126, 135, 159, 0.2);
  background-color: rgba(70, 119, 208, 0.1);
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}

.box-tarrif,
.box-tarrif-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  min-height: 150px;
}
.currentplandata{
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  width: 100%;
}

.box-tarrif-2 {
  align-items: start;
  padding-left: 20px;
  padding: 16px;
}

.title-tarrif {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #7E879F;
}

.tarrif-dollar {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #0d6efd;

}

.tarrif-type {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  color: #7E879F;
}

.tarrif-info {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #111111;

}

.listing-tarriftype,
.listing-tarriftype li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.listing-tarriftype {
  margin: 20px 0;
}

.listing-tarriftype li p {
  margin-bottom: 0;
}

.listing-tarriftype li {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid rgba(126, 135, 159, 0.2);
  padding: 16px 0;
}

.listing-tarriftype li:last-child {
  border: 0;
  padding-bottom: 0;
}

.listing-tarriftype li a {
  text-decoration: underline;
}


.switch-now {
  width: 250px;
}

.currentplan-box {
  padding: 16px;
}

.currentplan-box .bottom {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.photo-plan {
  width: 60px;
  height: 60px;
}

.box-tarrif-2 .switch-now {
  width: 100%;
}




.btn-theme-black {
  font-weight: 600;
  font-size: 15px;
  background: #111111;
  padding: 12px 25px;
  transition: 0.3s;
  line-height: normal;
  font-family: 'Jost', sans-serif;
  color: #fff;
  text-align: center;
  border: 1px solid #111111;
  border-radius: 100px;
  text-transform: capitalize;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.btn-theme-black:hover {
  font-weight: 600;
  font-size: 15px;
  border-radius: 100px;
  background: #111111;
  padding: 12px 25px;
  transition: 0.3s;
  line-height: normal;
  color: #fff;
  text-align: center;
  border: 1px solid #111111;
  text-transform: capitalize;
}


/* Media query */
@media (max-width:768px) {
  .switch-now {
    width: 100%;
  }

  .setting-smartgen-score-main {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

@media (max-width:375px) {
  .box-tarrif-2 .bottom {
    flex-direction: column;
  }


}

.canvasjs-chart-container{
  width: 100%;
}