@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

body {

  font-family: "Roboto", sans-serif;

}

.filepond--credits{
	display: none;
}

.select2-selection{

  border: none !important;

  border-bottom: 1px solid #2c2c2c !important;

  border-radius: 0px !important;

  box-shadow: none !important;

  padding: 6px 0px;

  font-size: 22px;

  height: 47px !important;

}







.error{

  color: #F26BA6 !important;

}



.list-inline {

  display: flex;

}

.list-inline li {

  margin: 0px 10px;

}



h1 {

  line-height: 1.6;

}



a {

  text-decoration: none !important;

}



* {

  outline: none;

}



.brd-brd {

  background-color: red !important;

}



.dd {

  width: 30%;

}

@media (max-width: 991px) {

  .dd {

    width: 45%;

  }

}

@media (max-width: 767px) {

  .dd {

    width: 100%;

    z-index: 11 !important;

  }

}

@media (max-width: 991px) {

  .dd .inner-log {

    height: 100vh !important;

  }

}

@media (max-width: 991px) {

  .dd .main-side-log {

    width: 100%;

  }

}



.ee {

  margin-left: 450px;

}

@media (max-width: 991px) {

  .ee {

    margin-left: 345px !important;

  }

}

@media (max-width: 767px) {

  .ee {

    margin-left: 0px !important;

  }

}

.ee #dm-text {

  padding-left: 400px !important;

  text-align: right !important;

  transition: 0.5s ease !important;

  width: 100% !important;

  padding-right: 30px;

}

@media (max-width: 991px) {

  .ee #dm-text {

    width: 45%;

  }

}

@media (max-width: 991px) {

  .ee #dm-text .dm-text-wrapper {

    width: 90% !important;

    padding-left: 0px !important;

    padding-right: 0px !important;

    padding-top: 115px !important;

  }

}

@media (max-width: 991px) {

  .ee #dm-text .dm-text-wrapper .dm-para {

    display: none;

  }

}



.ff {

  width: 0%;

}



.gg {

  margin-left: 0px;

}

.gg #dm-text {

  padding-left: 0px !important;

  text-align: center !important;

  transition: 0.5s ease !important;

  width: 50% !important;

  padding-right: 0px;

}



.hh {

  width: 30%;

}

@media (max-width: 991px) {

  .hh {

    width: 45%;

  }

}

@media (max-width: 767px) {

  .hh {

    width: 100%;

    z-index: 11 !important;

  }

}

@media (max-width: 991px) {

  .hh .inner-log {

    height: 100vh !important;

  }

}

@media (max-width: 991px) {

  .hh .main-side-log {

    width: 100%;

  }

}



.ii {

  margin-left: 450px;

}

@media (max-width: 991px) {

  .ii {

    margin-left: 345px !important;

  }

}

@media (max-width: 767px) {

  .ii {

    margin-left: 0px !important;

  }

}

.ii #dm-text {

  padding-left: 400px !important;

  text-align: right !important;

  transition: 0.5s ease !important;

  width: 100% !important;

  padding-right: 30px;

}

@media (max-width: 991px) {

  .ii #dm-text {

    width: 45%;

  }

}

@media (max-width: 991px) {

  .ii #dm-text .dm-text-wrapper {

    width: 90% !important;

    padding-left: 0px !important;

    padding-right: 0px !important;

    padding-top: 115px !important;

  }

}

@media (max-width: 991px) {

  .ii #dm-text .dm-text-wrapper .dm-para {

    display: none;

  }

}



.jj {

  width: 0%;

}



.kk {

  margin-left: 0px;

}

.kk #dm-text {

  padding-left: 0px !important;

  text-align: center !important;

  transition: 0.5s ease !important;

  width: 50% !important;

  padding-right: 0px;

}



.pink-text {

  color: #F55E5E;

}



.line {

  margin: 60px 0px;

}

@media (max-width: 991px) {

  .line {

    margin: 30px 0px;

  }

}

@media (max-width: 767px) {

  .line {

    margin: 15px 0px;

  }

}



.pd-wd {

  padding: 0px;

}



.sidenav {

  height: 100%;

  position: fixed;

  z-index: 1;

  top: 0;

  left: 0;

  background-color: #111;

  overflow-x: hidden;

  transition: 0.5s;

  padding-top: 60px;

}

.sidenav .closebtn {

  position: absolute;

  top: 0;

  right: 25px;

  font-size: 36px;

  margin-left: 50px;

  color: #2c2c2c;

}



.sidelogin {

  height: 100%;

  position: fixed;

  z-index: 1;

  top: 0;

  left: 0;

  background-color: #111;

  overflow-x: hidden;

  transition: 0.5s;

  padding-top: 60px;

}

.sidelogin .closebtn {

  position: absolute;

  top: 0;

  right: 25px;

  font-size: 36px;

  margin-left: 50px;

  color: #2c2c2c;

}



#banner-op {

  transition: margin-left 0.5s;

}



@media screen and (max-height: 450px) {

  .sidenav {

    padding-top: 15px;

  }

}

.pas-recov a {

  color: #2c2c2c;

}



.log-reg a {

  background: #fff;

  color: #3c9e3f !important;

  font-weight: 500;

  border-radius: 47px;

  padding: 8px 15px !important;

}

@media (max-width: 991px) {

  .log-reg {

    display: none;

  }

}



.log-in a {

  font-weight: 500;

  border-radius: 47px;

  border: 1px solid #ddd !important;

  padding: 8px 15px;

}

@media (max-width: 991px) {

  .log-in {

    display: none;

  }

}



@media (max-width: 991px) {

  .acc-list-sm {

    display: flex;

    position: absolute;

    right: 75px;

    top: 24px;

  }

}

.acc-list-sm .log-reg-sm {

  display: none;

}

@media (max-width: 991px) {

  .acc-list-sm .log-reg-sm {

    margin: 3px;

    display: block;

  }

}

@media (max-width: 991px) {

  .acc-list-sm .log-reg-sm a {

    color: #fff;

    font-weight: 600;

    display: block;

  }

}

.acc-list-sm .log-in-sm {

  display: none;

}

@media (max-width: 991px) {

  .acc-list-sm .log-in-sm {

    margin: 3px;

    display: block;

  }

}

@media (max-width: 991px) {

  .acc-list-sm .log-in-sm a {

    color: #fff;

    font-weight: 600;

  }

}



@media (max-width: 991px) {

  .navbar-toggler {

    border: none;

    color: #fff;

    background: #fff;

    border-radius: 0px;

    padding: 3px 6px;

  }

}



/*NAVIGATION STARTS*/

.overlay-nav {

  padding-bottom: 60px;

}



.navigation {

  padding-top: 30px;

}

.navigation .active {

  border-bottom: 4px solid #fff;

}

.navigation .navbar {

  background: transparent !important;

  padding: 0px;

}

.navigation .navbar .navbar-brand img {

  width: 75px;

  height: 75px;

}

.navigation .navbar .collapse {

  justify-content: flex-end;

}

@media (max-width: 991px) {

  .navigation .navbar .collapse .navbar-nav {

    margin-top: 30px;

    background-color: #fff;

    padding: 15px;

  }

}

@media (max-width: 991px) {

  .navigation .navbar .collapse .navbar-nav {

    margin-bottom: 30px;

  }

}

.navigation .navbar .collapse .navbar-nav li a {

  font-size: 14px;

  font-weight: normal;

  color: #fff;

  text-transform: capitalize !important;

  padding: 8px 30px;

  margin: 0px 5px;

}

@media (max-width: 991px) {

  .navigation .navbar .collapse .navbar-nav li a {

    color: #2c2c2c;

  }

}

.navigation .dropdown-menu {

  background-color: rgba(0, 0, 0, 0.5);

}



.icon-nav {

  background-color: #3c9e3f;

  padding-top: 5px !important;

}

.icon-nav a {

  position: relative;

}

@media (max-width: 991px) {

  .icon-nav a {

    padding-left: 0px !important;

    display: flex !important;

  }

}

.icon-nav a .icon {

  margin-bottom: 5px;

  text-align: center;

}

@media (max-width: 991px) {

  .icon-nav a .icon {

    text-align: left;

  }

}

.icon-nav a .icon i {

  text-align: center;

  font-size: 24px;

}

@media (max-width: 991px) {

  .icon-nav a .name {

    margin-left: 15px;

    margin-top: 8px;

  }

}



#custom-nav {

  background-color: #3c9e3f;

  padding-bottom: 60px;

}

#custom-nav .nav-logo {

  transform: translate(0);

}



/*NAVIGATION ENDS*/

/*Banner Starts*/

.media-link .list-inline {

  display: flex;

  justify-content: center;

  margin: 25px 0px;

}

.media-link li {

  width: 30px;

  height: 30px;

  border-radius: 50%;

  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);

  display: flex;

  justify-content: center;

  align-items: center;

  margin: 0px 15px;

}

.outer-log {

  text-align: center;

  width: 100%;

  position: absolute;

  z-index: 999;

  background: #ffffff;

  top: 0px;

  left: 0px;

}

.outer-log .inner-log {

  display: flex;

  justify-content: center;

  height: 100vh;

  align-items: center;

}

@media (max-width: 991px) {

  .outer-log .inner-log {

    height: 60vh;

  }

}

.outer-log .inner-log .main-side-log {

  text-align: center;

  width: 70%;

  float: left;

}

.outer-log .inner-log .main-side-log h2 {

  font-weight: 600;

  font-size: 36px;

}

.outer-log .inner-log .main-side-log .e-mail {

  padding: 0px 15px;

}

.outer-log .inner-log .main-side-log .e-mail h5 {

  color: #000;

  position: relative;

}

.outer-log .inner-log .main-side-log .e-mail h5:before {

  content: "";

  position: absolute;

  top: 12px;

  left: 0px;

  width: 43px;

  height: 1px;

  background-color: #ddd;

}

.outer-log .inner-log .main-side-log .e-mail h5:after {

  content: "";

  position: absolute;

  top: 12px;

  right: 0px;

  width: 43px;

  height: 1px;

  background-color: #ddd;

}

.outer-log .inner-log .main-side-log form {

  margin: 30px 0px 20px;

}

.outer-log .inner-log .main-side-log form input {

  background-color: #eaeaea;

  color: #6F6A6A;

  border: none;

  box-shadow: none;

}

.outer-log .inner-log .main-side-log .log-btn {

  background-color: #3c9e3f;

  margin-bottom: 15px;

  border-radius: 25px;

  padding: 8px;

}

.outer-log .inner-log .main-side-log .log-btn a {

  color: #fff;

  padding: 8px;

}

.outer-log .inner-log .main-side-log .login-btn {

  background-color: transparent !important;

  border: 1px solid #3c9e3f;

}

.outer-log .inner-log .main-side-log .login-btn a {

  color: #3c9e3f;

}



.opaz-demo {

  background-color: #3c9e3f;

  position: relative;

  height: 100vh;

}

@media (max-width: 991px) {

  .opaz-demo {

    height: 100vh;

  }

}

.opaz-demo .social-icon {

  position: absolute;

  right: 45px;

  bottom: 20px;

}

.opaz-demo .social-icon ul {

  padding: 0px;

}

.opaz-demo .social-icon ul li {

  list-style: none;

  margin-bottom: 15px;

}

.opaz-demo .social-icon ul li i {

  font-size: 16px;

  color: #ddd;

}

.opaz-demo .dm-container {

  overflow: hidden;

  height: 455px;

}

@media (max-width: 991px) {

  .opaz-demo .dm-container {

    overflow: visible;

    height: auto;

  }

}

.opaz-demo .dm-container .dm-img {

  position: absolute;

  bottom: 0px;

  left: 0px;

}

.opaz-demo .dm-container img {

  width: 300px;

  object-fit: cover;

}

@media (max-width: 991px) {

  .opaz-demo .dm-container img {

    width: 400px;

  }

}

@media (max-width: 767px) {

  .opaz-demo .dm-container img {

    width: 250px;

  }

}

.opaz-demo #dm-text {

  width: 50%;

  margin: 0px auto;

}

@media (max-width: 991px) {

  .opaz-demo #dm-text {

    width: 100%;

    margin: 0px;

    text-align: right;

    display: flex;

    justify-content: flex-end;

    padding-right: 30px;

    padding-left: 0px !important;

  }

}

@media (max-width: 767px) {

  .opaz-demo #dm-text {

    padding-right: 0px;

  }

}

.opaz-demo #dm-text .dm-text-wrapper {

  padding-top: 100px;

  z-index: 1;

}

@media (max-width: 991px) {

  .opaz-demo #dm-text .dm-text-wrapper {

    padding-top: 200px;

    width: 90%;

    padding-left: 30px;

    padding-right: 30px;

  }

}

@media (max-width: 767px) {

  .opaz-demo #dm-text .dm-text-wrapper {

    width: 100%;

    text-align: center;

    padding-top: 100px;

  }

}

.opaz-demo #dm-text .dm-text-wrapper .dm-head h2 {

  color: #f7f7f7;

  font-weight: 600;

  letter-spacing: 1px;

  line-height: 1.2;

  font-size: 40px;

  margin-bottom: 0px;

}

.opaz-demo #dm-text .dm-text-wrapper .dm-para {

  margin: 30px 0px;

}

.opaz-demo #dm-text .dm-text-wrapper .dm-para p {

  font-size: 22px;

  color: #ddd;

}

@media (max-width: 767px) {

  .opaz-demo #dm-text .dm-text-wrapper .dm-para p {

    display: none;

  }

}

.opaz-demo #dm-text .dm-text-wrapper .df-btn {

  margin-top: 45px;

}

.opaz-demo #dm-text .dm-text-wrapper .df-btn a {

  color: #fff;

  background: #F26BA6;

  padding: 12px 30px;

  border-radius: 30px;

  font-size: 16px;

  font-weight: normal;

  letter-spacing: 1px;

}



/*Banner Ends*/

#hamburger {

  position: fixed;

  padding: 3px;

  width: 35px;

  height: 30px;

  top: 5px;

  left: 10px;

}



#hamburger:hover {

  background-color: #434747;

  border-radius: 5px;

  box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);

  -webkit-transition: all 200ms;

  -moz-transition: all 200ms;

  transition: all 200ms;

  -webkit-transition-delay: 50ms;

  -moz-transition-delay: 50ms;

  transition-delay: 50ms;

}



#page1 {

  text-align: center;

  height: 1000px;

  background-color: #85b6d1;

}



#page2 {

  text-align: center;

  height: 1000px;

  background-color: #85d1b5;

}



#page3 {

  text-align: center;

  height: 1000px;

  background-color: #d18e85;

}



#page4 {

  text-align: center;

  height: 1000px;

  background-color: #FFF5B0;

}



/* Media Queries Sections

--------------------------------------------- */

@media screen and (max-height: 450px) {

  .sidenav {

    padding-top: 15px;

  }



  .sidenav {

    font-size: 18px;

  }

}

#form-pas {

  background-color: #F2EFEF;

  padding-bottom: 75px;

}

#form-pas .frm-flx {

  display: flex;

}

@media (max-width: 767px) {

  #form-pas .frm-flx {

    display: inherit;

  }

}

#form-pas .frm-flx .form-group {

  margin-right: 75px;

}

@media (max-width: 767px) {

  #form-pas .frm-flx .form-group {

    margin-right: 0px;

  }

}

#form-pas .col-centered {

  float: none;

  margin: 0 auto;

  background-color: #fff;

  padding: 45px 45px 90px;

  position: relative;

  top: -60px;

}

@media (max-width: 991px) {

  #form-pas .col-centered {

    margin-top: 15px;

  }

}

@media (max-width: 767px) {

  #form-pas .col-centered {

    padding-left: 15px;

    padding-right: 15px;

  }

}

#form-pas .col-centered .attach-file {

  margin-bottom: 60px;

}

#form-pas .col-centered .attach-file button {

  background: #fff;

  border: 1px solid #2c2c2c;

  padding: 10px 20px;

  margin-top: 10px;

  font-size: 18px;

}

#form-pas .col-centered .attach-file button i {

  margin-right: 10px;

  font-size: 20px;

  font-weight: 600;

  color: #00000094;

}

#form-pas .col-centered .check-opt {

  display: flex;

  margin-top: 15px;

}

#form-pas .col-centered .check-opt .form-check {

  margin-right: 30px;

}

#form-pas .col-centered .pass-text {

  margin-bottom: 45px;

}

#form-pas .col-centered .pass-text h4 {

  font-size: 28px;

  color: #2c2c2c;

  font-weight: 600;

  line-height: 1.4;

}

#form-pas .col-centered .form-group {

  margin-bottom: 45px;

}

#form-pas .col-centered .form-group label {

  font-size: 14px;

  color: #2c2c2c;

  font-weight: 600;

}

#form-pas .col-centered .form-group .form-control {

  border: none;

  border-bottom: 1px solid #2c2c2c;

  border-radius: 0px;

  box-shadow: none;

  padding: 6px 0px;

  font-size: 22px;

}

#form-pas .col-centered .list-inline {

  margin-top: 15px;

}

#form-pas .col-centered .list-inline li {

  margin-left: 0px !important;

}

#form-pas .col-centered .log-reg a {

  background-color: #3c9e3f;

  color: #fff !important;

  border-radius: 0px;

  padding: 8px 30px !important;

  text-decoration: none;

  font-size: 18px;

}

@media (max-width: 991px) {

  #form-pas .col-centered .log-reg {

    display: block !important;

  }

}

@media (max-width: 991px) {

  #form-pas .col-centered .log-in {

    display: block !important;

  }

}

#form-pas .col-centered .log-in a {

  border-radius: 0px;

  border-color: #3c9e3f !important;

  color: #3c9e3f;

  padding: 8px 30px !important;

  text-decoration: none;

  font-size: 18px;

}



footer {

  background-color: #2c2c2c;

  padding-top: 45px;

}

@media (max-width: 767px) {

  footer {

    text-align: center;

  }

}

@media (max-width: 767px) {

  footer .list-wrap {

    margin-bottom: 30px;

  }

}

footer .list-wrap .foot-title {

  margin-bottom: 18px;

}

footer .list-wrap .foot-title h4 {

  font-size: 20px;

  font-weight: 600;

  color: #fff;

}

footer .list-wrap .foot-list {

  padding: 0px;

}

footer .list-wrap .foot-list li {

  list-style: none;

  margin-bottom: 8px;

}

footer .list-wrap .foot-list li a {

  color: #fff;

  font-size: 14px;

}

footer .subscribe {

  display: flex;

}

@media (max-width: 767px) {

  footer .subscribe {

    display: inherit;

  }

}

footer .subscribe h4 {

  font-size: 18px;

  color: #fff;

  margin-bottom: 0px;

  margin-top: 8px;

}

@media (max-width: 767px) {

  footer .subscribe h4 {

    font-size: 22px;

  }

}

footer .subscribe .subscribe-wrapper {

  position: relative;

  margin-left: 15px;

  margin-top: 0px;

}

@media (max-width: 991px) {

  footer .subscribe .subscribe-wrapper {

    margin-top: 10px;

  }

}

@media (max-width: 991px) {

  footer .subscribe .subscribe-wrapper {

    margin: 15px 0px;

  }

}

footer .subscribe .subscribe-wrapper input {

  border: none;

  padding: 5px 20px;

  border-radius: 30px;

  padding-right: 45px;

}

@media (max-width: 767px) {

  footer .subscribe .subscribe-wrapper input {

    width: 100%;

  }

}

footer .subscribe .subscribe-wrapper .sub-btn {

  position: absolute;

  top: 6px;

  right: 3px;

}

@media (max-width: 767px) {

  footer .subscribe .subscribe-wrapper .sub-btn {

    top: 6px;

    right: 4px;

  }

}

footer .subscribe .subscribe-wrapper .sub-btn .send {

  color: #fff;

  background-color: #3c9e3f;

  padding: 4px 9px;

  border-top-right-radius: 30px;

  border-bottom-right-radius: 30px;

}

footer .social-icon {

  text-align: right;

}

footer .social-icon ul {

  padding: 0px;

  display: flex;

  justify-content: flex-end;

}

@media (max-width: 767px) {

  footer .social-icon ul {

    justify-content: center;

  }

}

footer .social-icon ul li {

  list-style: none;

}

@media (max-width: 991px) {

  footer .social-icon ul li {

    margin: 0px 5px;

  }

}

footer .social-icon ul li a {

  color: #fff;

  font-size: 18px;

}

footer .end-footer {

  margin-top: 45px;

  text-align: center;

  background-color: #3c3a3a;

  padding: 30px 0px;

}

footer .end-footer ul {

  justify-content: center;

}

footer .end-footer ul li {

  list-style: none;

  color: #fff;

  font-size: 14px;

  margin: 0px 10px;

}

footer .end-footer .site-dev {

  font-size: 14px;

  color: #fff;

  margin-top: 15px;

}

footer .end-footer .site-dev a {

  color: #fff;

}



.log-profile {

  background-color: #E5E5E5;

  padding-top: 90px;

  padding-bottom: 30px;

}

.log-profile .pro-container {

  background: #FFFAFA;

  position: relative;

  padding: 90px 0px 30px;

  border-radius: 25px;

  margin-bottom: 30px;

}

.log-profile .mem-img {

  position: absolute;

  top: -65px;

  left: calc(50% - 75px);

}

.log-profile .mem-img img {

  width: 150px;

  height: 150px;

  border-radius: 50%;

  background: #fff;

  padding: 3px;

  margin: 0px auto;

}

.log-profile .mem-name {

  text-align: center;

  margin-top: 20px;

}

.log-profile .mem-name h4 {

  color: #3c9e3f;

  font-weight: 600;

  font-size: 20px;

}

@media (max-width: 991px) {

  .log-profile .mem-name h4 {

    font-size: 18px;

  }

}

.log-profile .mem-name h5 {

  color: #2c2c2c;

  font-size: 16px;

}

.log-profile .mem-name h5 span {

  margin-left: 10px;

  color: #2c2c2c;

  font-size: 12px;

}

.log-profile .profile-list {

  margin-top: 30px;

}

.log-profile .profile-list li {

  list-style: none;

  margin-bottom: 15px;

}

.log-profile .profile-list li a {

  display: flex;

  color: #565555;

}

.log-profile .profile-list li a .icondash-img {

  margin-right: 8px;

  height: 20px;

  width: 20px;

}

.log-profile .profile-list li a .icondash-img img {

  opacity: 0.6;

}

.log-profile .profile-list li a .name {

  padding-left: 25px;

}

.log-profile #sh-img img {

  width: 38px;

  height: 38px;

  border-radius: 50%;

}

.log-profile #sh-img .name {

  display: flex;

  align-items: center;

}

.log-profile .pro-feeds {

  position: relative;

  background: #fff;

  padding: 30px 30px 0px 30px;

  border-radius: 20px;

  margin-bottom: 75px;

  margin-top: -45px;

  transition: 0.3s ease;

  overflow: hidden;

}

@media (max-width: 991px) {

  .log-profile .pro-feeds {

    margin-top: 0px;

    margin-bottom: 45px;

  }

}

@media (max-width: 767px) {

  .log-profile .pro-feeds {

    margin-bottom: 30px;

  }

}

.log-profile .pro-feeds .small-info {

  display: flex;

  margin-bottom: 30px;

  position: relative;

}

.log-profile .pro-feeds .small-info img {

  height: 50px;

  width: 50px;

  border-radius: 50%;

  margin-right: 15px;

}

.log-profile .pro-feeds .small-info .small-text h4 {

  margin-top: 8px;

  margin-bottom: 4px;

  font-weight: 600;

  font-size: 16px;

}

.log-profile .pro-feeds .small-info .small-text h5 {

  margin: 0px;

  font-size: 12px;

}

.log-profile .pro-feeds .small-info .dot-extra {

  position: absolute;

  top: 10px;

  right: 0px;

}

.log-profile .pro-feeds .small-info .dot-extra i {

  font-size: 24px;

  color: #2c2c2cc2;

}

.log-profile .pro-feeds .feeds-img img {

  width: 100%;

  height: 450px;

  object-fit: cover;

}

@media (max-width: 991px) {

  .log-profile .pro-feeds .feeds-img img {

    height: 300px;

  }

}

@media (max-width: 767px) {

  .log-profile .pro-feeds .feeds-img img {

    height: 250px;

  }

}

.log-profile .pro-feeds .feeds-text h2 {

  font-weight: 600;

  font-size: 25px;

  margin-bottom: 15px;

  width: 80%;

  float: left;

  margin-top: 12px;

}

.log-profile .pro-feeds .df-btn {

  /* margin-top: 30px; */

  margin-top: 14px;

  margin-bottom: 25px;

}

.log-profile .pro-feeds .df-btn a {

  background: #3c9e3f;

  padding: 8px 12px;

  border-radius: 4px;

  color: #fff;

}

.log-profile .share-text {

  position: relative;

  overflow: hidden;

  padding: 10px 0px 10px;

}

.log-profile .share-text .share-icon {

  width: 20%;

  float: left;

  text-align: right;

  margin-top: 12px;

}

.log-profile .share-text .share-icon .sh-hov {

  display: inline-block;

}

.log-profile .share-text .share-icon .sh-hov:hover .sh-op {

  opacity: 0;

}

.log-profile .share-text .share-icon .sh-hov:hover .ft-icon {

  opacity: 1 !important;

}

.log-profile .share-text .share-icon .sh-hov:hover .ft-icon a {

  color: #3c9e3f;

}

.log-profile .share-text .share-icon .sh-op {

  font-size: 30px;

  color: #3c9e3f;

}

@media (max-width: 767px) {

  .log-profile .share-text .share-icon .sh-op {

    font-size: 20px;

    margin-top: 6px;

  }

}

.log-profile .share-text .share-icon .ft-icon {

  position: absolute;

  top: 20px;

  right: 0px;

  opacity: 0;

  display: flex;

}

.log-profile .share-text .share-icon .ft-icon a {

  color: #fff;

  margin: 0px 3px;

}

.log-profile .share-text .share-icon .ft-icon a i {

  font-size: 22px;

}

@media (max-width: 767px) {

  .log-profile .share-text .share-icon .ft-icon a i {

    font-size: 16px;

  }

}

.log-profile .single-text {

  margin-top: 0px;

}

.log-profile .log-para-text {

  height: 0px;

}



#next-pro-list {

  padding: 30px 0px;

}



.aa {

  padding-bottom: 30px !important;

}

.aa .log-para-text {

  height: auto !important;

}



.memb-type {

  padding: 45px 0px;

  background-color: #e5e5e5;

}

.memb-type .type-contain {

  background: #fff;

  padding: 30px 30px 60px;

  border-radius: 20px;

}

@media (max-width: 767px) {

  .memb-type .type-contain {

    margin: 0px 15px;

  }

}

.memb-type .type-contain h3 {

  font-size: 32px;

  color: #3c9e3f;

  font-weight: 600;

  border-bottom: 1px solid #ddd;

  padding-bottom: 25px;

}

@media (max-width: 767px) {

  .memb-type .type-contain h3 {

    text-align: center;

  }

}

.memb-type .type-contain .pro-type {

  margin-top: 30px;

}

.memb-type .type-contain .pro-type .small-info {

  display: flex;

  margin-top: 45px;

  margin-bottom: 45px;

  position: relative;

}

@media (max-width: 767px) {

  .memb-type .type-contain .pro-type .small-info {

    display: inherit;

  }

}

.memb-type .type-contain .pro-type .small-info .small-info-img {

  display: flex;

  justify-content: center;

}

.memb-type .type-contain .pro-type .small-info .small-info-img img {

  height: 190px;

  width: 190px;

  border-radius: 50%;

  margin-right: 15px;

  object-fit: cover;

}

.memb-type .type-contain .pro-type .small-info .small-text {

  display: flex;

  align-items: center;

}

@media (max-width: 767px) {

  .memb-type .type-contain .pro-type .small-info .small-text {

    justify-content: center;

    margin-top: 15px;

  }

}

.memb-type .type-contain .pro-type .small-info .small-text .txt-align {

  margin-left: 30px;

}

@media (max-width: 767px) {

  .memb-type .type-contain .pro-type .small-info .small-text .txt-align {

    margin: 0px;

  }

}

.memb-type .type-contain .pro-type .small-info .small-text .txt-align h4 {

  margin-top: 8px;

  margin-bottom: 4px;

  font-weight: 600;

  font-size: 28px;

  color: #3c9e3f;

}

.memb-type .type-contain .pro-type .small-info .small-text .txt-align h5 {

  margin: 0px;

  font-size: 18px;

  margin-top: 8px;

}

.memb-type .type-contain .pro-type .ap-btn {

  margin-top: 60px;

  margin-bottom: 30px;

}

@media (max-width: 767px) {

  .memb-type .type-contain .pro-type .ap-btn {

    display: inherit;

  }

}

.memb-type .type-contain .pro-type .ap-btn .sales {

  background: #B9B9B9;

  color: #fff !important;

  border-radius: 20px;

  padding: 8px 30px !important;

  text-decoration: none;

}

@media (max-width: 767px) {

  .memb-type .type-contain .pro-type .ap-btn .sales {

    margin-bottom: 30px;

    padding: 8px 15px !important;

  }

}

.memb-type .type-contain .pro-type .ap-btn .sales a {

  color: #fff;

}

.memb-type .type-contain .pro-type .ap-btn .asc {

  border-radius: 20px;

  border-color: #3c9e3f !important;

  color: #3c9e3f;

  padding: 8px 30px !important;

  text-decoration: none;

  border: 1px solid #3c9e3f;

}

@media (max-width: 767px) {

  .memb-type .type-contain .pro-type .ap-btn .asc {

    margin-bottom: 30px;

    padding: 8px 15px !important;

  }

}

.memb-type .type-contain .pro-type .ap-btn .asc a {

  color: #3c9e3f;

}

@media (max-width: 767px) {

  .memb-type .type-contain .pro-type .memb-type-info {

    display: inherit;

  }

}

.memb-type .type-contain .pro-type .memb-type-info li i {

  margin-right: 8px;

  color: #3c9e3f;

}

.memb-type .type-contain .pro-type .memb-type-info li a {

  color: #2c2c2c;

  text-decoration: none;

}



.notification {

  padding: 45px 0px;

  background-color: #e5e5e5;

}

.notification .notify-contain {

  background: #fff;

  padding: 30px 45px 60px;

  border-radius: 20px;

}

@media (max-width: 767px) {

  .notification .notify-contain {

    margin: 0px 15px;

  }

}

.notification .notify-contain h3 {

  font-size: 28px;

  color: #3c9e3f;

  font-weight: 600;

  border-bottom: 1px solid #ddd;

  padding-bottom: 25px;

  margin-bottom: 30px;

}

.notification .notify-contain .small-info {

  display: flex;

  margin-bottom: 30px;

  position: relative;

  width: 70%;

}

@media (max-width: 991px) {

  .notification .notify-contain .small-info {

    width: 100%;

  }

}

@media (max-width: 767px) {

  .notification .notify-contain .small-info {

    display: inherit;

  }

}

.notification .notify-contain .small-info img {

  height: 100px;

  width: 100px;

  border-radius: 50%;

  margin-right: 15px;

  object-fit: cover;

  border: 2px solid #3c9e3f;

}

@media (max-width: 767px) {

  .notification .notify-contain .small-info img {

    float: left;

    height: 70px;

    width: 70px;

  }

}

.notification .notify-contain .small-info .small-text {

  display: flex;

  align-items: center;

}

@media (max-width: 767px) {

  .notification .notify-contain .small-info .small-text {

    display: inherit;

  }

}

.notification .notify-contain .small-info .small-text .txt-align {

  margin-left: 15px;

}

.notification .notify-contain .small-info .small-text .txt-align h4 {

  margin-top: 8px;

  margin-bottom: 4px;

  font-weight: 600;

  font-size: 20px;

}

.notification .notify-contain .small-info .small-text .txt-align .date {

  display: flex;

}

.notification .notify-contain .small-info .small-text .txt-align .date h5 {

  margin-right: 30px;

  color: #555555;

  margin-top: 0px;

  font-size: 12px;

}

.notification .notify-contain .small-info .small-text .txt-align p {

  color: #2c2c2c;

  margin-top: 10px;

}



.associates {

  padding: 60px 0px;

  background-color: #e5e5e5;

}

.associates h3 {

  font-size: 22px;

  font-weight: 600;

  margin-bottom: 30px;

}

.associates .asc-box {

  background: #fff;

  padding: 60px 30px;

  border-radius: 10px;

  margin-bottom: 75px;

  height: 330px;

}

@media (max-width: 767px) {

  .associates .asc-box {

    height: auto;

  }

}

.associates .asc-box .asc-details-part {

  background-color: transparent !important;

  height: 220px;

}

.associates .asc-box .asc-details-part img {

  width: 100%;

  height: 100px;

}

.associates .asc-box .asc-details-part .asc-head {

  text-align: center;

}

.associates .asc-box .asc-details-part .asc-head h4 {

  line-height: 1.4;

  font-weight: 600;

  margin-top: 24px;

  margin-bottom: 45px;

  font-size: 18px;

}

.associates .asc-box .df-btn {

  text-align: center;

}

.associates .asc-box .df-btn a {

  color: #fff;

  background: #3c9e3f;

  padding: 4px 18px;

  border-radius: 10px;

  font-size: 18px;

  font-weight: normal;

}



.asc-details {

  padding: 45px 0px;

  background-color: #e5e5e5;

}

.asc-details .edit-opt span {

  margin-left: 15px;

}

.asc-details .post-feeds {

  position: relative;

  margin-bottom: 30px;

}

.asc-details .post-feeds .post-img {

  position: absolute;

  top: calc(50% - 20px);

  left: 12px;

  margin-right: 15px;

}

.asc-details .post-feeds .post-img img {

  width: 40px;

  height: 40px;

  border-radius: 50%;

  background: #fff;

  padding: 1px;

}

.asc-details .post-feeds form input {

  width: 100%;

  border-radius: 35px;

  border: none;

  background: #f2efef;

  padding: 18px 65px;

}

.asc-details .post-feeds .img-icon {

  position: absolute;

  right: 26px;

  top: calc(50% - 10px);

}

.asc-details .post-feeds .img-icon i {

  font-size: 22px;

  opacity: 0.4;

}

.asc-details .banner-img img {

  width: 100%;

  height: 400px;

  object-fit: cover;

  border-radius: 20px;

}

@media (max-width: 991px) {

  .asc-details .banner-img img {

    height: 250px;

  }

}

@media (max-width: 767px) {

  .asc-details .banner-img img {

    height: 200px;

  }

}

.asc-details .asc-wrapper {

  background: #fff;

  padding: 45px;

  border-radius: 20px;

  overflow: hidden;

  margin-top: 30px;

}

.asc-details .asc-wrapper .fav-icon {

  text-align: right;

}

.asc-details .asc-wrapper .fav-icon i {

  color: #3c9e3f;

  font-size: 31px;

}

.asc-details .asc-wrapper .small-info {

  display: flex;

  margin-bottom: 15px;

  position: relative;

}

@media (max-width: 991px) {

  .asc-details .asc-wrapper .small-info {

    display: inherit;

    text-align: center;

  }

}

@media (max-width: 991px) {

  .asc-details .asc-wrapper .small-info .small-info-img {

    margin-bottom: 15px;

    margin-right: 0px;

  }

}

@media (max-width: 767px) {

  .asc-details .asc-wrapper .small-info .small-info-img {

    display: flex;

    justify-content: center;

  }

}

.asc-details .asc-wrapper .small-info .small-info-img img {

  height: 120px;

  width: 100px;

  margin-right: 15px;

  object-fit: cover;

}

.asc-details .asc-wrapper .small-info .small-text {

  display: flex;

  align-items: center;

}

.asc-details .asc-wrapper .small-info .small-text .txt-align {

  margin-left: 15px;

}

@media (max-width: 991px) {

  .asc-details .asc-wrapper .small-info .small-text .txt-align {

    margin-left: 0px;

  }

}

.asc-details .asc-wrapper .small-info .small-text .txt-align h4 {

  margin-top: 8px;

  margin-bottom: 4px;

  font-weight: 600;

  font-size: 32px;

  color: #3c9e3f;

}

@media (max-width: 767px) {

  .asc-details .asc-wrapper .small-info .small-text .txt-align h4 {

    text-align: center;

    margin-top: 25px;

  }

}

.asc-details .asc-wrapper .small-info .small-text .txt-align .date {

  display: flex;

}

.asc-details .asc-wrapper .small-info .small-text .txt-align .date h5 {

  margin-right: 30px;

  color: #555555;

  margin-top: 0px;

  font-size: 12px;

}

.asc-details .asc-wrapper .small-info .small-text .txt-align p {

  color: #2c2c2c;

  margin-top: 10px;

  font-size: 18px;

}

.asc-details .asc-wrapper .spa-wrapper {

  border-left: 1px solid #ddd;

  padding-left: 30px;

}

@media (max-width: 767px) {

  .asc-details .asc-wrapper .spa-wrapper {

    border-left: none;

    padding-left: 0px;

  }

}

.asc-details .asc-wrapper .spa-wrapper .spa-loc {

  padding: 0px;

}

.asc-details .asc-wrapper .spa-wrapper .spa-loc li {

  list-style: none;

  margin-bottom: 8px;

  font-size: 18px;

}

.asc-details .asc-wrapper .spa-wrapper .spa-loc li a {

  color: #2c2c2c;

}

.asc-details .asc-wrapper .spa-wrapper .loc-site {

  display: flex;

  justify-content: space-between;

  padding: 0px;

  margin-top: 30px;

}

@media (max-width: 991px) {

  .asc-details .asc-wrapper .spa-wrapper .loc-site {

    display: inherit;

  }

}

.asc-details .asc-wrapper .spa-wrapper .loc-site .ft-icon a {

  color: #3c9e3f;

}

.asc-details .asc-wrapper .spa-wrapper .loc-site .ft-icon a i {

  font-size: 22px;

}

.asc-details .asc-wrapper .spa-wrapper .loc-site .df-btn {

  text-align: center;

}

@media (max-width: 991px) {

  .asc-details .asc-wrapper .spa-wrapper .loc-site .df-btn {

    text-align: left;

    margin-top: 30px;

  }

}

.asc-details .asc-wrapper .spa-wrapper .loc-site .df-btn a {

  color: #fff;

  background: #3c9e3f;

  padding: 6px 24px;

  border-radius: 20px;

  font-size: 18px;

  font-weight: normal;

}

.asc-details .feeds-img {

  position: relative;

  background: #fff;

  padding: 30px;

  border-radius: 20px;

  margin-bottom: 75px;

  margin-top: 30px;

}

@media (max-width: 991px) {

  .asc-details .feeds-img {

    margin-bottom: 15px;

  }

}

.asc-details .feeds-img .feeds-wrap {

  margin-bottom: 30px;

}

.asc-details .feeds-img .feeds-wrap img {

  width: 100%;

  height: 450px;

  object-fit: cover;

}

@media (max-width: 991px) {

  .asc-details .feeds-img .feeds-wrap img {

    height: 300px;

  }

}

@media (max-width: 767px) {

  .asc-details .feeds-img .feeds-wrap img {

    height: 200px;

  }

}

.asc-details .feeds-img .feeds-wrap .feeds-text h2 {

  font-weight: 600;

  font-size: 28px;

  margin-bottom: 15px;

  margin-top: 20px;

}

.asc-details .feeds-img .feeds-wrap .feeds-text p {

  font-size: 18px;

}



.side-bar {

  background: #fff;

  padding: 30px;

  border-radius: 20px;

  margin: 30px 0px;

}

@media (max-width: 767px) {

  .side-bar {

    padding: 30px 15px;

  }

}

.side-bar .side-title {

  font-size: 28px;

  font-weight: 600;

  color: #3c9e3f;

  margin-bottom: 30px;

}

.side-bar .side-off {

  border-bottom: 1px solid #3c9e3f;

  padding-bottom: 28px;

  margin-bottom: 30px;

}

.side-bar .side-off h4 {

  margin-bottom: 0px;

  font-size: 18px;

}

.side-bar .side-off .df-btn {

  margin-top: 20px;

}

.side-bar .side-off .df-btn a {

  border: 1px solid #3c9e3f;

  color: #3c9e3f;

  padding: 5px 13px;

  border-radius: 20px;

  font-size: 18px;

}

.side-bar .gal-img {

  margin-bottom: 30px;

}

.side-bar .gal-img:hover img {

  transform: scale(1.1);

}

.side-bar .gal-img img {

  width: 100%;

  height: 130px;

  object-fit: cover;

  transition: 0.4s ease;

}

.side-bar .btn-more {

  text-align: right;

}

.side-bar .btn-more a {

  background: #3c9e3f;

  color: #fff;

  padding: 4px 14px;

  border-radius: 20px;

  font-size: 18px;

}

.side-bar .btn-more a span {

  margin-left: 5px !important;

  font-size: 10px;

  position: relative;

  top: -1px;

  left: 3px;

}



#asc-details-two .share-text {

  display: flex;

  justify-content: space-between;

}

#asc-details-two .share-text .dot-extra {

  display: flex;

  align-items: center;

}

#asc-details-two .share-text .dot-extra i {

  font-size: 24px;

  color: #2c2c2cc2;

}



.edit-profile {

  background: #e5e5e5;

  padding: 45px 0px;

}

.edit-profile h2 {

  font-weight: 600;

  color: #3c9e3f;

  font-size: 32px;

}

@media (max-width: 767px) {

  .edit-profile h2 {

    font-size: 26px;

    margin-left: 15px;

    margin-bottom: 30px;

  }

}

.edit-profile .edit-wrapper {

  padding: 45px 45px 60px;

  background: #fff;

  border-radius: 20px;

  margin-top: 45px;

}

@media (max-width: 767px) {

  .edit-profile .edit-wrapper {

    margin: 30px 15px;

    padding: 30px 15px;

  }

}

.edit-profile .edit-wrapper h4 {

  font-size: 28px;

  font-weight: 600;

  color: #3c9e3f;

  margin-bottom: 30px;

}

.edit-profile .edit-wrapper .edit-btn {

  display: flex;

  margin-top: 30px;

}

@media (max-width: 767px) {

  .edit-profile .edit-wrapper .edit-btn {

    margin-top: 15px;

  }

}

.edit-profile .edit-wrapper .edit-btn .btn-sv {

  margin-right: 30px;

}

.edit-profile .edit-wrapper .edit-btn .btn-sv a {

  background: #3c9e3f;

  color: #fff;

  padding: 8px 30px;

  font-size: 20px;

  border-radius: 8px;

}

.edit-profile .edit-wrapper .edit-btn .btn-cn a {

  background-color: #2c2c2c;

  color: #fff;

  padding: 8px 30px;

  font-size: 18px;

  border-radius: 8px;

}

.edit-profile .edit-wrapper .edit-banners .edit-img {

  position: relative;

  margin-bottom: 30px;

}

.edit-profile .edit-wrapper .edit-banners .edit-img img {

  width: 100%;

  height: 275px;

  object-fit: cover;

}

@media (max-width: 991px) {

  .edit-profile .edit-wrapper .edit-banners .edit-img img {

    height: 250px;

  }

}

.edit-profile .edit-wrapper .edit-banners .edit-img .edit-icon {

  position: absolute;

  top: 10px;

  right: 10px;

  background: #3c9e3f;

  border-radius: 50%;

  height: 30px;

  width: 30px;

  display: flex;

  justify-content: center;

  align-items: center;

}

.edit-profile .edit-wrapper .edit-banners .edit-img .edit-icon i {

  color: #fff;

  font-size: 13px;

}

.edit-profile .edit-wrapper .edit-banners .profile-pic img {

  height: 400px;

}

@media (max-width: 991px) {

  .edit-profile .edit-wrapper .edit-banners .profile-pic img {

    height: 250px;

  }

}

.edit-profile .edit-wrapper .edit-banners .add-img {

  height: 275px;

  width: 100%;

  background: #E4E2E2;

  margin-bottom: 30px;

  display: flex;

  justify-content: center;

  align-items: center;

}

@media (max-width: 991px) {

  .edit-profile .edit-wrapper .edit-banners .add-img {

    height: 250px;

  }

}

.edit-profile .edit-wrapper .edit-banners .add-img .add-img-flx h4 {

  color: #2c2c2ca6;

  font-weight: normal;

  margin-top: 15px;

}

@media (max-width: 991px) {

  .edit-profile .edit-wrapper .edit-banners .add-img .add-img-flx h4 {

    margin-bottom: 0px;

    text-align: center;

    margin-top: 6px;

  }

}

.edit-profile .edit-wrapper .edit-banners .add-img .add-img-flx .edit-icon {

  display: flex;

  justify-content: center;

  align-items: center;

  border: 4px solid #2c2c2ca6;

  border-radius: 50%;

  height: 100px;

  width: 100px;

  margin: 0px auto;

}

.edit-profile .edit-wrapper .edit-banners .add-img .add-img-flx .edit-icon i {

  font-size: 60px;

  color: #2c2c2ca6;

}

.edit-profile .edit-wrapper .profile-details {

  margin-bottom: 45px;

  width: 70%;

}

@media (max-width: 991px) {

  .edit-profile .edit-wrapper .profile-details {

    width: 100%;

  }

}

.edit-profile .edit-wrapper .profile-details h5 {

  font-size: 14px;

  font-weight: 600;

  margin-bottom: 20px;

}

.edit-profile .edit-wrapper .profile-details .pro-para {

  background: #e5e5e5;

  padding: 20px 15px;

  border-radius: 10px;

}

.edit-profile .edit-wrapper .profile-details .pro-para p {

  font-size: 18px;

  color: #2c2c2c;

  margin-bottom: 0px;

}

.edit-profile .gal-img {

  position: relative;

  margin-bottom: 30px;

}

.edit-profile .gal-img:hover img {

  transform: scale(1.1);

}

.edit-profile .gal-img img {

  width: 100%;

  height: 300px;

  object-fit: cover;

  transition: 0.4s ease;

}

@media (max-width: 991px) {

  .edit-profile .gal-img img {

    height: auto;

  }

}

.edit-profile .gal-img .edit-icon {

  position: absolute;

  top: 10px;

  right: 10px;

  background: #3c9e3f;

  border-radius: 50%;

  height: 30px;

  width: 30px;

  display: flex;

  justify-content: center;

  align-items: center;

}

.edit-profile .gal-img .edit-icon i {

  color: #fff;

  font-size: 13px;

}

.edit-profile .pro-container {

  background: #FFFAFA;

  position: relative;

  padding: 30px 0px;

  border-radius: 25px;

  margin-bottom: 30px;

}

.edit-profile .pro-container .mem-name {

  padding: 0px 30px;

}

.edit-profile .pro-container .mem-name h4 {

  color: #3c9e3f;

  font-weight: 600;

  font-size: 22px;

}

.edit-profile .pro-container .profile-list {

  margin-top: 30px;

  padding: 0px;

}

.edit-profile .pro-container .profile-list li {

  list-style: none;

  margin-bottom: 15px;

  font-size: 18px;

  padding: 0px 30px;

}

.edit-profile .pro-container .profile-list li a {

  display: flex;

  color: #565555;

}

.edit-profile .pro-container .profile-list li a .icon {

  margin-right: 8px;

}

.edit-profile .pro-container .profile-list li a .icon img {

  width: 30px;

  height: 30px;

  border-radius: 50%;

  margin-top: -7px;

  margin-bottom: 6px;

  object-fit: cover;

}

.associates-edit-profile .edit-wrapper {

  margin-top: 0px !important;

  padding-top: 30px !important;

}

.associates-edit-profile .edit-wrapper .edit-img img {

  height: 200px !important;

}

.associates-edit-profile .edit-wrapper .edit-icon {

  height: 17px !important;

  width: 17px !important;

}

.associates-edit-profile .edit-wrapper .edit-icon i {

  font-size: 7px !important;

}

.associates-edit-profile .edit-wrapper .add-img {

  height: 200px !important;

}

.associates-edit-profile .edit-wrapper .add-img .edit-icon {

  height: 64px !important;

  width: 64px !important;

}

@media (max-width: 991px) {

  .associates-edit-profile .edit-wrapper .add-img .edit-icon {

    height: 44px !important;

    width: 44px !important;

  }

}

.associates-edit-profile .edit-wrapper .add-img .edit-icon i {

  font-size: 35px !important;

}

@media (max-width: 991px) {

  .associates-edit-profile .edit-wrapper .add-img .edit-icon i {

    font-size: 20px !important;

  }

}

.associates-edit-profile .profile-list li {

  transition: 0.4s ease;

  position: relative;

}

.associates-edit-profile .profile-list li .active:before {

  content: "";

  position: absolute;

  background-color: #3c9e3f;

  height: 22px;

  width: 3px;

  left: 0px;

  top: calc(50% - 11px);

  border-radius: 27%;

}

#asc-details-three .share-text {

  display: flex;

  justify-content: space-between;

}

#asc-details-three .share-text .dot-extra {

  display: flex;

  align-items: center;

}

#asc-details-three .share-text .dot-extra i {

  font-size: 24px;

  color: #2c2c2cc2;

}

#asc-details-three .post-feeds {

  background: #f2efef;

  padding: 30px;

  border-radius: 45px;

}

#asc-details-three .post-feeds .form-group input {

  border-radius: 10px;

  background-color: #fff;

  padding: 15px 8px;

  font-size: 24px;

}

#asc-details-three .post-feeds .form-group .max-box {

  height: 100px;

  border-radius: 10px;

  background-color: #fff;

  box-shadow: none;

  border: none;

  font-size: 24px;

}

#asc-details-three .post-feeds .img-icon {

  position: inherit;

  margin: 15px 0px;

}

#asc-details-three .post-feeds .img-icon h5 {

  color: #555;

  font-size: 18px;

}

#asc-details-three .post-feeds .img-icon h5 i {

  margin-right: 10px;

}

#asc-details-three .post-feeds .df-btn {

  text-align: center;

  background: #fff;

  padding: 12px;

  font-size: 20px;

  border-radius: 20px;

}

#asc-details-three .post-feeds .df-btn a {

  color: #2c2c2c;

  font-size: 28px;

  opacity: 0.4;

}



.faq {

  padding: 45px 0px;

  background-color: #e5e5e5;

}

.faq .faq-contain {

  background: #fff;

  padding: 30px 45px 60px;

  border-radius: 20px;

}

@media (max-width: 767px) {

  .faq .faq-contain {

    margin: 0px 15px;

    padding: 30px 30px 60px;

  }

}

.faq .faq-contain h3 {

  font-size: 32px;

  color: #3c9e3f;

  font-weight: 600;

  border-bottom: 1px solid #ddd;

  padding-bottom: 25px;

  margin-bottom: 30px;

}

.faq .faq-contain .faq-text {

  margin-bottom: 30px;

  border-bottom: 1px solid #ddd;

  padding-bottom: 15px;

}

.faq .faq-contain .faq-text:nth-last-child(1) {

  border: none;

  margin-bottom: 0px;

}

.faq .faq-contain .faq-text h4 {

  font-weight: 600;

  font-size: 18px;

}

.faq .faq-contain .faq-text ul {

  padding-left: 15px;

}

.faq .faq-contain .faq-text ul li {

  color: #2c2c2c;

  font-size: 18px;

}

.faq .faq-contain .faq-text p {

  color: #2c2c2c;

}



.per-set {

  padding: 45px 0px;

  background-color: #e5e5e5;

}

.per-set .pro-container {

  background: #fff;

  position: relative;

  padding: 30px;

  border-radius: 25px;

  margin-bottom: 30px;

}

.per-set .mem-name h4 {

  color: #2c2c2c;

  font-weight: 600;

}

.per-set .mem-name h5 {

  color: #2c2c2c;

}

.per-set .mem-name h5 span {

  margin-left: 10px;

  color: #2c2c2c;

  font-size: 12px;

}

.per-set .profile-list {

  margin-top: 30px;

  padding: 0px;

}

.per-set .profile-list li {

  list-style: none;

  margin-bottom: 15px;

}

.per-set .profile-list li a {

  display: flex;

  color: #565555;

}

.per-set .profile-list li a .icon {

  margin-right: 8px;

}

.per-set .profile-list li a .icon img {

  width: 30px;

  height: 30px;

  border-radius: 50%;

  margin-top: -7px;

  margin-bottom: 6px;

  object-fit: cover;

}

.per-set .personal-wrapper {

  background: #fff;

  padding: 45px 30px;

  border-radius: 20px;

}

.per-set .personal-wrapper .small-info {

  display: flex;

  margin-bottom: 30px;

  position: relative;

}

.per-set .personal-wrapper .small-info img {

  height: 100px;

  width: 100px;

  border-radius: 50%;

  margin-right: 15px;

  object-fit: cover;

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);

  padding: 3px;

}

.per-set .personal-wrapper .small-info .edit-icon {

  position: absolute;

  top: 65px;

  left: 76px;

  background: #3c9e3f;

  border-radius: 50%;

  height: 25px;

  width: 25px;

  display: flex;

  justify-content: center;

  align-items: center;

  color: #fff;

}

.per-set .personal-wrapper .small-info .edit-icon i {

  font-size: 10px;

}

.per-set .personal-wrapper .small-info .small-text .txt-align {

  margin-left: 15px;

  margin-top: 25px;

}

.per-set .personal-wrapper .small-info .small-text .txt-align h4 {

  margin-top: 8px;

  margin-bottom: 4px;

  font-weight: 600;

  font-size: 20px;

}

.per-set .personal-wrapper .small-info .small-text .txt-align h5 {

  margin: 0px;

  font-size: 12px;

  margin-top: 8px;

}

.per-set form input {

  background: #ECEAEA;

  border: none;

  box-shadow: none;

}

.per-set .edit-btn {

  display: flex;

  margin-top: 45px;

}

.per-set .edit-btn .btn-sv {

  margin-right: 30px;

}

.per-set .edit-btn .btn-sv a {

  background: #3c9e3f;

  color: #fff;

  padding: 8px 30px;

  font-size: 18px;

  border-radius: 8px;

}

.per-set .edit-btn .btn-cn a {

  background-color: #2c2c2c;

  color: #fff;

  padding: 8px 30px;

  font-size: 18px;

  border-radius: 8px;

}



.gift-code {

  padding: 45px 0px;

  background-color: #e5e5e5;

}

.gift-code .gift-wrapper {

  background: #fff;

  padding: 30px 30px 60px;

  border-radius: 20px;

}

@media (max-width: 767px) {

  .gift-code .gift-wrapper {

    margin: 0px 15px;

  }

}

.gift-code .gift-wrapper h3 {

  font-size: 32px;

  color: #3c9e3f;

  font-weight: 600;

  margin-bottom: 30px;

}

.gift-code .gift-wrapper .code-marg {

  margin: 45px 0px 50px;

  font-size: 18px;

}

.gift-code form input {

  background: #ECEAEA;

  border: none;

  box-shadow: none;

  width: 20%;

  padding: 20px;

}

@media (max-width: 991px) {

  .gift-code form input {

    width: 50%;

  }

}

@media (max-width: 767px) {

  .gift-code form input {

    width: 100%;

  }

}

.gift-code .op-note {

  margin: 45px 0px;

  font-size: 18px;

}

.gift-code .op-note span {

  margin-right: 5px;

  font-size: 18px;

}

.gift-code .df-btn {

  margin-top: 30px;

}

.gift-code .df-btn a {

  background: #3c9e3f;

  color: #fff;

  padding: 12px 45px;

  font-size: 20px;

  border-radius: 8px;

}

.gift-code .gt-check {

  margin-top: 70px;

}

.gift-code .gt-check h4 {

  color: #3c9e3f;

  margin-bottom: 15px;

  font-weight: 600;

  font-size: 22px;

}

.gift-code .gt-check .form-check {

  margin-bottom: 10px;

}

.gift-code .gt-check .form-check label {

  font-size: 18px;

}

.gift-code .gt-check .check-opt {

  margin-bottom: 15px;

}

.gift-code .lucky-code h4 {

  font-weight: 600;

  margin-bottom: 60px;

  font-size: 22px;

}

.gift-code .lucky-code h4 span {

  color: #3c9e3f;

}



#dash-history {

  overflow: hidden;

  background-color: #E5E5E5;

  padding: 75px 0px;

}

#dash-history .dwn-btn {

  display: inline-block;

  margin-top: 45px;

}

#dash-history .dwn-btn a {

  background: #3c9e3f;

  color: #fff;

  padding: 8px 24px;

  border-radius: 10px;

  font-size: 20px;

}

#dash-history .tb-downline {

  margin-bottom: 0px;

}

#dash-history .scnd-dwn {

  padding-bottom: 0px !important;

}

#dash-history .end-wrapper {

  padding: 10px 0px 6px;

  border-top: 1px solid #ddd;

}

#dash-history .end-wrapper .end-table {

  display: flex;

  float: right;

}

@media (max-width: 991px) {

  #dash-history .end-wrapper .end-table {

    width: 100%;

  }

}

#dash-history .end-wrapper .end-table .end-flex {

  display: flex;

}

#dash-history .end-wrapper .end-table .end-flex h4 {

  font-size: 14px;

  font-weight: 600;

  margin-bottom: 0px;

}

#dash-history .end-wrapper .end-table .end-flex .row-icon {

  margin-left: 20px;

  margin-top: -6px;

}

#dash-history .end-wrapper .end-table .link-numb {

  font-size: 14px;

  font-weight: 600;

  margin-bottom: 0px;

  margin-left: 60px;

}

#dash-history .end-wrapper .end-table .pre-nxt {

  margin-right: 30px;

}

#dash-history .pagination {

  margin: 0px;

  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);

  border-top-left-radius: 6px;

  border-top-right-radius: 6px;

  padding: 20px 30px;

}

@media (max-width: 767px) {

  #dash-history .pagination {

    width: 1200px;

  }

}

#dash-history .pagination .active {

  background-color: #3c9e3f2e;

  height: 25px;

  width: 25px;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

}

#dash-history .pagination span {

  font-size: 12px;

  font-weight: 600;

  text-transform: uppercase;

  color: #2c2c2c;

}

#dash-history .pagination .page-item {

  padding: 0px 12px;

}

#dash-history .pagination .page-item .page-link {

  border: none;

  font-size: 14px;

  padding: 0px;

  font-weight: 600;

  color: #2c2c2c;

}

#dash-history .dash-ct {

  position: relative;

}

#dash-history .dash-ct .sidenav-content {

  transition: 1s all;

}

#dash-history .dash-ct .openDash {

  width: 30%;

}

@media (max-width: 991px) {

  #dash-history .dash-ct .openDash {

    width: 40%;

  }

}

#dash-history .sidenav-content {

  position: absolute;

  width: 10%;

  left: 0px;

  padding: 0px 15px;

  height: 100%;

}

@media (max-width: 991px) {

  #dash-history .sidenav-content {

    width: 20%;

  }

}

@media (max-width: 767px) {

  #dash-history .sidenav-content {

    width: 100% !important;

    margin-bottom: 30px;

    position: inherit;

  }

}

#dash-history .sidenav-content .sidedash {

  height: 100%;

  background-color: #fff;

  overflow-x: hidden;

  transition: 0.5s;

  padding-top: 90px;

  border-radius: 6px;

}

@media (max-width: 767px) {

  #dash-history .sidenav-content .sidedash {

    padding-top: 30px;

  }

}

#dash-history .sidenav-content .sidedash .closebtn {

  position: absolute;

  top: 0;

  right: 25px;

  font-size: 36px;

  margin-left: 50px;

  color: #2c2c2c;

}

#dash-history .sidenav-content .sidedash .mem-img {

  display: flex;

  justify-content: center;

}

#dash-history .sidenav-content .sidedash .mem-img img {

  width: 50px;

  height: 50px;

  border-radius: 50%;

  margin: 0px auto;

  object-fit: cover;

}

#dash-history .sidenav-content .sidedash .mem-img h4 {

  margin-top: 15px;

  display: none;

}

#dash-history .sidenav-content .sidedash .profile-list {

  margin-top: 30px;

  padding-left: 35px;

}

@media (max-width: 991px) {

  #dash-history .sidenav-content .sidedash .profile-list {

    padding-left: 45px;

  }

}

#dash-history .sidenav-content .sidedash .profile-list li {

  list-style: none;

  margin-bottom: 30px;

}

#dash-history .sidenav-content .sidedash .profile-list li a {

  display: flex;

  color: #565555;

}

#dash-history .sidenav-content .sidedash .profile-list li a .icondash-img {

  margin-right: 8px;

  height: 20px;

  width: 20px;

}

#dash-history .sidenav-content .sidedash .profile-list li a .icondash-img img {

  opacity: 0.6;

}

#dash-history .sidenav-content .sidedash .profile-list li a .name {

  padding-left: 25px;

  display: none;

}

@media (max-width: 767px) {

  #dash-history .sidenav-content .sidedash .profile-list li a .name {

    display: block !important;

  }

}

#dash-history .sidenav-content.openDash .mem-img {

  display: inherit;

  padding-left: 30px;

  border-bottom: 1px solid #ddd;

}

#dash-history .sidenav-content.openDash .mem-img h4 {

  margin-top: 20px;

  display: block !important;

  font-size: 20px;

  font-weight: 600;

  margin-bottom: 10px;

}

#dash-history .sidenav-content.openDash .profile-list {

  padding-right: 35px;

}

#dash-history .sidenav-content.openDash .profile-list li {

  background-color: #3c9e3f2e;

  border-radius: 6px;

  padding: 8px 12px;

}

#dash-history .sidenav-content.openDash .profile-list li a {

  color: #3c9e3f;

  font-weight: 600;

  opacity: 1;

}

#dash-history .sidenav-content.openDash .profile-list li .name {

  display: block !important;

}

#dash-history .sidenav-content #main {

  transition: margin-left 0.5s;

  z-index: 9999;

  position: absolute;

  top: 30px;

  right: 40px;

}

@media (max-width: 767px) {

  #dash-history .sidenav-content #main {

    display: none;

  }

}

@media (max-width: 991px) {

  #dash-history .sidenav-content #main {

    right: 60px;

  }

}

#dash-history .dash-history-container {

  width: 90%;

  transition: 1s all;

  margin-left: 114px;

  padding: 45px;

  background-color: #fff;

  border-radius: 6px;

}

@media (max-width: 991px) {

  #dash-history .dash-history-container {

    width: 80%;

    margin-left: 130px;

  }

}

@media (max-width: 767px) {

  #dash-history .dash-history-container {

    margin: 0px;

    width: 100%;

    overflow: auto;

    white-space: nowrap;

  }

}

#dash-history .dash-history-container.openDashWrapper {

  margin-left: 342px;

}

@media (max-width: 991px) {

  #dash-history .dash-history-container.openDashWrapper {

    margin-left: 288px;

  }

}

#dash-history .dash-history-container .hist-wrapper h2 {

  font-size: 16px;

  font-weight: 600;

  text-transform: uppercase;

  color: #3c9e3f;

  letter-spacing: 0.1em;

  margin-bottom: 30px;

}

#dash-history .dash-history-container .hist-wrapper .tab-page .nav-tabs {

  padding-bottom: 4px;

  margin-bottom: 30px;

}

#dash-history .dash-history-container .hist-wrapper .tab-page .nav-tabs .nav-item {

  position: relative;

}

#dash-history .dash-history-container .hist-wrapper .tab-page .nav-tabs .nav-item .nav-link {

  font-size: 14px;

  color: #C4C4C4;

  border: none;

  position: relative;

}

#dash-history .dash-history-container .hist-wrapper .tab-page .nav-tabs .nav-item .active {

  position: relative;

  color: #3c9e3f !important;

}

#dash-history .dash-history-container .hist-wrapper .tab-page .nav-tabs .nav-item .active:after {

  content: "";

  position: absolute;

  bottom: -3px;

  left: 0px;

  background-color: #3c9e3f;

  height: 2px;

  width: 60px;

  left: calc(50% - 30px);

}

#dash-history .dash-history-container .hist-wrapper .tab-content .tab-pane .scnd-wrapper {

  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);

  padding: 20px 30px;

  background-color: #fff;

  overflow: hidden;

}

@media (max-width: 767px) {

  #dash-history .dash-history-container .hist-wrapper .tab-content .tab-pane .scnd-wrapper {

    overflow: visible;

    width: 1200px;

  }

}

#dash-history .dash-history-container .hist-wrapper .tab-content .tab-pane .scnd-wrapper .fill-srch {

  display: flex;

  margin-bottom: 20px;

}

#dash-history .dash-history-container .hist-wrapper .tab-content .tab-pane .scnd-wrapper .fill-srch .icon-fill {

  border: 1px solid #3c9e3f;

  border-radius: 10px;

  padding: 8px 12px;

}

#dash-history .dash-history-container .hist-wrapper .tab-content .tab-pane .scnd-wrapper .fill-srch .icon-fill h4 {

  font-size: 16px;

  margin-bottom: 0px;

}

#dash-history .dash-history-container .hist-wrapper .tab-content .tab-pane .scnd-wrapper .fill-srch .icon-fill h4 i {

  margin-right: 8px;

  color: #3c9e3f;

  font-size: 20px;

}

#dash-history .dash-history-container .hist-wrapper .tab-content .tab-pane .scnd-wrapper .fill-srch .icon-srch {

  margin-left: 30px;

  position: relative;

}

#dash-history .dash-history-container .hist-wrapper .tab-content .tab-pane .scnd-wrapper .fill-srch .icon-srch span {

  position: absolute;

  left: 8px;

  top: 4px;

  font-size: 20px;

  color: #3c9e3f;

}

#dash-history .dash-history-container .hist-wrapper .tab-content .tab-pane .scnd-wrapper .fill-srch .icon-srch input {

  padding-left: 45px;

  background: rgba(60, 158, 63, 0.2);

  box-shadow: none;

  border: none;

  height: 40px;

  width: 325px;

  border-radius: 6px;

  font-size: 12px;

}

#dash-history .dash-history-container .hist-wrapper .form-btn {

  padding: 6px 12px;

  background: #3C9E3F4D;

  color: #3c9e3f;

  border-radius: 20px;

  font-size: 12px;

}

#dash-history .nxt-prev {

  display: flex;

  justify-content: space-between;

  margin-left: 140px;

}

#dash-history .nxt-prev i {

  opacity: 0.4;

  color: #6E6893;

}

#dash-history .table .dot-text {

  position: relative;

  background-color: #3c9e3f2e;

  padding-left: 22px;

  border-radius: 23px;

  font-size: 14px;

  padding: 2px 2px 2px 22px;

  margin-bottom: 0px;

  color: #3c9e3f;

}

#dash-history .table .dot-text:before {

  content: "";

  position: absolute;

  left: 7px;

  top: 3px;

  font-family: "Font Awesome 5 Free";

  font-weight: 600;

  font-size: 10px;

}

#dash-history .table .text-unused {

  position: relative;

  background-color: rgba(242, 107, 166, 0.3);

  padding-left: 22px;

  border-radius: 23px;

  font-size: 14px;

  padding: 2px 2px 2px 22px;

  margin-bottom: 0px;

  color: #F26BA6;

}

#dash-history .table .text-unused:before {

  content: "";

  position: absolute;

  left: 7px;

  top: 3px;

  font-family: "Font Awesome 5 Free";

  font-weight: 600;

  font-size: 10px;

}

#dash-history .table thead {

  background-color: #F2EFEF;

  border: 1px solid solid #ddd;

}

#dash-history .table thead th {

  font-size: 12px;

  text-transform: uppercase;

  color: #2C2C2C;

  background-color: transparent;

  border: none;

  font-weight: 600;

}

#dash-history .table thead tr {

  padding: 0px 30px;

}

#dash-history .table tbody th {

  border: none;

}

#dash-history .table tbody td {

  font-size: 14px;

}

#dash-history .table tbody td h4 {

  font-size: inherit;

}

@media screen and (max-height: 450px) {

  #dash-history .sidenav {

    padding-top: 15px;

  }

}



/*# sourceMappingURL=main.css.map */



/*//loader*/

.loader,

.loader:before,

.loader:after {

  border-radius: 50%;

}

.loader {

  color: #ffffff;

  font-size: 11px;

  text-indent: -99999em;

  margin: 55px auto;

  position: relative;

  width: 10em;

  height: 10em;

  box-shadow: inset 0 0 0 1em;

  -webkit-transform: translateZ(0);

  -ms-transform: translateZ(0);

  transform: translateZ(0);

}

.loader:before,

.loader:after {

  position: absolute;

  content: '';

}

.loader:before {

  width: 5.2em;

  height: 10.2em;

  background: #0dc5c1;

  border-radius: 10.2em 0 0 10.2em;

  top: -0.1em;

  left: -0.1em;

  -webkit-transform-origin: 5.1em 5.1em;

  transform-origin: 5.1em 5.1em;

  -webkit-animation: load2 2s infinite ease 1.5s;

  animation: load2 2s infinite ease 1.5s;

}

.loader:after {

  width: 5.2em;

  height: 10.2em;

  background: #0dc5c1;

  border-radius: 0 10.2em 10.2em 0;

  top: -0.1em;

  left: 4.9em;

  -webkit-transform-origin: 0.1em 5.1em;

  transform-origin: 0.1em 5.1em;

  -webkit-animation: load2 2s infinite ease;

  animation: load2 2s infinite ease;

}

@-webkit-keyframes load2 {

  0% {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}

@keyframes load2 {

  0% {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}





/* spinner */



.loader-ellips {

  font-size: 20px; /* change size here */

  position: relative;

  width: 4em;

  height: 1em;

  margin: 10px auto;

}



.loader-ellips__dot {

  display: block;

  width: 1em;

  height: 1em;

  border-radius: 0.5em;

  background: #F26BA6; /* change color here */

  position: absolute;

  animation-duration: 0.5s;

  animation-timing-function: ease;

  animation-iteration-count: infinite;

}



.loader-ellips__dot:nth-child(1),

.loader-ellips__dot:nth-child(2) {

  left: 0;

}

.loader-ellips__dot:nth-child(3) { left: 1.5em; }

.loader-ellips__dot:nth-child(4) { left: 3em; }



@keyframes reveal {

  from { transform: scale(0.001); }

  to { transform: scale(1); }

}



@keyframes slide {

  to { transform: translateX(1.5em) }

}



.loader-ellips__dot:nth-child(1) {

  animation-name: reveal;

}



.loader-ellips__dot:nth-child(2),

.loader-ellips__dot:nth-child(3) {

  animation-name: slide;

}



.loader-ellips__dot:nth-child(4) {

  animation-name: reveal;

  animation-direction: reverse;

}



.log-profile .pro-feeds .small-info .dot-extra .dropdown-toggle:after {
  display: none;
}
.log-profile .pro-feeds .small-info .dot-extra .dropdown-menu {
  transform: translate3d(-134px, 40px, 0px) !important;
  min-width: 9rem;
}
.log-profile .pro-feeds .small-info .dot-extra .dropdown-menu .dropdown-item {
  padding: 3px 15px;
}
.log-profile .pro-feeds .small-info .dot-extra .dropdown-menu .ed-icon {
  font-size: 14px;
  color: #3C9E3F;
  margin-right: 15px;
}


/*hide comment markdown*/
.text-muted{
    display: none;
}
