@font-face {
  font-family: "HelveticaNeue";
  src: url(../helvetica/HelveticaNeue-Regular.otf);
}
body {
  font-family: HelveticaNeue !important;
}
html {
  scroll-behavior: smooth !important;
}
img {
  width: 100%;
}
body {
  font-family: "Muli", sans-serif;
}
ul {
  padding: 0;
  margin: 0;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
  background-color: #2f2f2f;
  border-radius: 20px;
}


.center-div {
  margin: 0 auto !important;
}
.topbnr {
  justify-content: center;
}
.under_banner2 h4 {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.under_banner2 h4:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: #00c1fd;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.container_caustom {
  width: 75%;
}
/*.container{
  width: 80% !important;
  margin: 0 auto;
}*/
.tab-slider {
  padding: 100px 0 0px 0;
}
.tab-slider .carousel-indicators {
  position: absolute;
  right: 0;
  top: -70px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.tab-slider .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  width: 100px;
  padding: 6px 20px;
  border: solid 2px #333;
  text-align: center;
  border-radius: 5px;
  height: 20px !important;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: 0;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  opacity: 1;
  transition: opacity 0.1s ease;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.tab-slider .carousel-indicators .active {
  background-color: #2f2f2f !important;
  color: #fff !important;
}
.toggle span,
.toggle span::before,
.toggle span::after {
  display: none !important;
}
.toggle:hover span,
.toggle:hover span::before,
.toggle:hover span::after {
  background: transparent;
}
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.responsivemnu {
  display: none;
}
.about {
  text-align: center;
}
.menubar {
  text-align: center;
}
/* .menubar ul {
  margin-top: 22px;
} */
.menubar ul li {
  display: inline-block;
}
.menubar a {
  font-size: 15px !important;
  color: #fff;
}
.menubar a:hover {
  text-decoration: none;
  color: #fff;
}
.welcomefont {
  font-size: 16px;
}
.special-segments p {
  font-size: 15px;
  font-weight: 500;
}
.special-segments {
  bottom: 35px;
  position: absolute !important;
}
.special-segments p a {
  color: #9b9b9b;
}
.special-segments {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}
.special-segments p a:hover {
  color: #666;
  text-decoration: none;
}
.mm-listview > li:not(.mm-divider):after {
  border-bottom-width: 0px !important;
}
.mm-listview > li > a,
.mm-listview > li > span {
  font-weight: 600 !important;
}
.mm-listview > li > a > i {
  float: right;
}
.cleanerRegistration {
  width: 35%;
}
.footer-cleaner {
  /* margin-top: 65px; */
  background-color: #2f2f2f;
  padding: 100px 0 20px 0;
  text-align: center;
}
.footer-cleaner h2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
}
.footer-cleaner h6 {
  font-size: 20px;
  color: #fff;
}
.clean-list {
  padding: 40px 0;
  width: 600px;
  margin: 0 auto;
}
.cleaner-left ul {
  margin: 0;
  padding: 0;
}
.cleaner-left ul li {
  list-style: none;
  color: #fff;
  text-align: left;
  font-size: 20px;
  line-height: 40px;
}
.cleaner-left ul li i {
  margin-right: 10px;
}
.clean-bottom {
  padding: 56px 0;
  text-align: center;
}
.clean-bottom p {
  font-size: 20px;
}
.center-take {
  padding: 0px 0;
  width: 700px;
  margin: 0 auto;
}
.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
.accordion {
  background-color: transparent;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("") !important;
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-group input {
  background-image: none !important;
}
.faq {
  margin-top: 100px;
  /* padding: 50px 0; */
}
.faq-box {
  width: 1000px;
  margin: 8 auto;
}
.faq h2 {
  font-size: 24px;
  color: #40a5ee;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
.faq h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #40a5ee;
}
.faq p {
  font-size: 16px;
  line-height: 28px;
}
.faq-left ul {
  margin: 0 0 15px 0;
  padding: 0;
}
.faq-left ul li {
  list-style: none;
  text-align: left;
}
.contactter h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 500px;
  margin-bottom: 0 !important;
}
.demotwo {
  margin: 50px;
}
.savebtnfrgrtd {
  position: absolute;
  right: 10px;
  bottom: 0;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
  display: none;
  color: #835ad0;
  font-weight: bold;
}
.subbtnhome {
  width: 198px;
  height: 57px;
  background-color: #000;
  border-radius: 13px;
  margin: 0 auto;
  position: relative;
  color: #fff;
  font-size: 39px;
  font-weight: bold;
  padding-left: 10px;
  line-height: 57px;
}
.sgnptdbtn {
  position: absolute;
  font-size: 12px;
  top: 0;
  line-height: 12px;
  left: 66px;
  top: 10px;
  font-weight: normal;
}
.sgnpfrtrlbtn {
  position: absolute;
  font-size: 20px;
  bottom: 16px;
  line-height: 12px;
  font-weight: normal;
  left: 65px;
}
.myprfli {
  width: 100%;
  height: auto;
}
.myprfli ul {
  margin: 0;
  padding: 0;
}
.myprfli ul li {
  list-style: none;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
}
.myprfli ul li span {
  font-weight: normal;
  position: absolute;
  left: 200px;
}
.myprfli ul li span img {
  width: 30px;
  height: auto;
}
.editbtn {
  width: 100%;
  height: auto;
  margin: 40px auto;
}
.editproflfld {
  width: 100%;
  height: auto;
}
.editproflfld ul {
  margin: 0;
  padding: 0;
}
.editproflfld ul li {
  list-style: none;
  position: relative;
  font-size: 14px;
}
.editproflfld ul li input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.26);
  padding: 7px 15px;
  margin-bottom: 5px;
  margin-top: 6px;
  background: transparent;
  outline: none;
  background: #fff;
}
.editproflfld ul li select {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.26);
  padding: 7px 15px;
  margin-bottom: 5px;
  margin-top: 6px;
  background: transparent;
  outline: none;
  background: #fff;
  height: 40px;
}
.editproflfld ul li label {
  width: 100%;
  margin: 0;
  padding: 0;
}
.editproflfld ul li span {
  position: absolute;
  left: 7px;
  bottom: 10px;
  font-size: 20px;
}
.editbtn span {
  background: #2f2f2f;
  color: #fff;
  padding: 15px 30px;
  cursor: pointer;
}
.editproflfld input[type="submit"],
.submit-button {
  background: #2f2f2f;
  color: #fff;
  font-weight: 600;
  display: block;
  width: 40%;
  margin-bottom: 50px;
  border: none;
}
.myprofileimg {
  width: 100%;
  height: auto;
}
.myprofileimg img {
  width: 90%;
  border: solid 5px #f9f6f6;
  box-shadow: 0px 0px 4px 3px #ccc;
}
.enlargimggb {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 9999999;
}
.enlargephotodiv {
  width: 700px;
  height: 500px;
  margin: 20px auto;
  overflow-y: scroll;
  text-align: center;
  border: solid 10px #fff;
  background-color: #f9f6f6;
}
.enlargephotodiv img {
  min-width: 100%;
  height: auto;
  min-height: 100%;
}
.enlrgimgxlose {
  width: 700px;
  text-align: right;
  margin: 0 auto;
  margin-top: -10px;
}
.crsrpntr {
  cursor: pointer;
}
.enlrgimgxlose span {
  cursor: pointer;
}
.writepostdiv {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
.wertbox {
  width: 500px;
  height: auto;
  margin: 5% auto;
}
.whtpsthead {
  width: 100%;
  height: auto;
  line-height: 40px;
  padding: 0 15px;
  background-color: #746ed6;
  color: #fff;
}
.whtpsthead span {
  float: right;
  cursor: pointer;
}
.whtpsthead span i {
  margin-top: 12px;
  font-size: 18px;
}
.wipstbody {
  width: 100%;
  height: auto;
  padding: 15px;
  background-color: #fff;
}
.wipstbody textarea {
  width: 100%;
  height: 200px;
  resize: none;
  outline: none;
  border: none;
}
.wipstbody label {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
}
.wipstbody input {
  width: 60%;
  height: 30px;
  margin-bottom: 30px;
  outline: none;
  padding: 0 10px;
}
.postsbtn {
  width: 100%;
  height: auto;
  margin: 30px 0 0;
}
.postsbtn span {
  background-color: #746ed6;
  padding: 10px 30px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
.diarytabs {
  width: 100%;
  height: auto;
}
.diarytabs ul {
  margin: 0;
  padding: 0;
}
.diarytabs ul li {
  background-color: #835ad0;
  list-style: none;
  width: 100px;
  text-align: center;
  display: inline-block;
  line-height: 40px;
  font-size: 13px;
  border-radius: 15px;
  color: #fff;
  cursor: pointer;
}
.drtbactivetb {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.drtbactivetb::before {
  height: 20px;
  position: absolute;
  bottom: -8px;
  left: 0;
  z-index: 999;
  background-color: #835ad0;
  width: 100%;
  content: " ";
}
.headfordairy {
  width: 100%;
  height: auto;
  margin: 8px auto;
  background-color: #835ad0;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}
.headfordairy span {
  float: right;
  cursor: pointer;
}
.headfordairy span i {
  margin-top: 11px;
}
.mainnotebg {
  background: url(../images/notebookbgs.jpg) repeat-y;
  background-position-x: -36px;
  margin: 0 0 0 !important;
  min-height: 40vh !important;
}
.nocmnttxt {
  width: 100%;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  color: #ccc;
  padding: 45px 0;
  line-height: 40px;
}
.comentlist {
  width: 100%;
  height: auto;
}
.comentlist ul {
  margin: 0;
  padding: 0;
}
.comentlist ul li {
  list-style: none;
  position: relative;
  padding-left: 75px;
  line-height: 40px;
  margin: 2px 0;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.leftdatecmnt {
  position: absolute;
  left: 0;
  top: 6px;
  width: 57px;
  height: auto;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
}
.leftdatecmnt span {
  position: absolute;
  right: -10px;
  top: 6px;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(270deg);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 3px;
  color: #8559d0;
}
.leftdatecmnt b {
  font-size: 16px;
}
.displnonw {
  display: none;
}
.freeloadbg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
.dronrfull {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
.drntbody {
  width: 500px;
  height: auto;
  margin: 5% auto;
}
.drnthead {
  width: 100%;
  height: auto;
  line-height: 40px;
  padding: 0 15px;
  background-color: #746ed6;
  color: #fff;
}
.drnthead span {
  float: right;
  cursor: pointer;
}
.drnthead span i {
  margin-top: 12px;
  font-size: 18px;
}
.disyntdesc {
  width: 100%;
  height: auto;
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  background-color: #fff;
  min-height: 40vh !important;
}
.gratitudeslns {
  width: 100%;
  height: auto;
}
.gratitudeslns ul {
  margin: 0;
  padding: 0;
}
.gratitudeslns ul li {
  list-style: none;
  position: relative;
  padding-left: 60px;
  border-bottom: solid 1px #ccc;
}
.gratitudeslns ul li span {
  position: absolute;
  font-size: 18px;
  border-right: solid 1px #ccc;
  width: 55px;
  left: 0;
  text-align: center;
  top: 0;
  font-size: 30px;
  color: #6b6b6b;
  line-height: 58px;
}
.gratitudeslns ul li textarea {
  border: none;
  width: 100%;
  height: 60px;
  padding-top: 5px;
  resize: none;
  outline: none;
}
.subdiv {
  width: 400px;
  height: auto;
  background: rgba(174, 43, 197, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgba(174, 43, 197, 1) 0%,
    rgba(83, 150, 222, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(174, 43, 197, 1)),
    color-stop(100%, rgba(83, 150, 222, 1))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(174, 43, 197, 1) 0%,
    rgba(83, 150, 222, 1) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgba(174, 43, 197, 1) 0%,
    rgba(83, 150, 222, 1) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(174, 43, 197, 1) 0%,
    rgba(83, 150, 222, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(174, 43, 197, 1) 0%,
    rgba(83, 150, 222, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae2bc5', endColorstr='#5396de', GradientType=1 );
  color: #fff;
  padding: 10px 10px;
  margin: 0 auto;
  position: relative;
}
.subdivgb {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
.closbtn {
  position: absolute;
  width: 40px;
  font-size: 35px;
  text-align: center;
  top: 0;
  right: 0;
  cursor: pointer;
}
.subhead {
  width: 100%;
  padding: 10px 0 7px 0;
  font-size: 32px;
  border-bottom: solid 1px #fff;
  font-family: "Quicksand", sans-serif;
  letter-spacing: -1px;
  margin-top: 10px;
}
.subhead span {
  font-family: "Dancing Script", cursive;
  font-size: 28px;
}
.subhead p {
  font-size: 13px;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: 0px;
}
.subsliststxt {
  width: 100%;
  height: auto;
  font-size: 14px;
  margin-top: 20px;
}
.subsliststxt ul {
  margin: 0;
  padding: 0;
}
.subsliststxt ul li {
  list-style: none;
  position: relative;
  padding: 4px 0 4px 47px;
  font-weight: normal;
}
.subsliststxt ul li i {
  position: absolute;
  left: 15px;
  top: 5px;
  color: #22ca38;
}
.subsbtn {
  text-align: center;
  width: 100%;
  margin: 30px 0 10px;
}
.subsbtn span {
  padding: 12px 35px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  font-size: 18px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}
.fretxtprx {
  margin: 20px 0;
  font-size: 16px;
}
.fretxtprx span {
  font-size: 20px;
  font-weight: bold;
}
.dyfrtxt {
  margin: 20px 0;
  font-size: 24px;
}
.dyfrtxt span {
  padding: 7px 12px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.6);
}
.dyfrtxt i {
  margin-right: 13px;
}
.replytxtsee {
  width: 30px;
  z-index: 9999;
  position: absolute;
  right: -23px;
  top: -3px;
  height: auto;
  font-size: 14px;
  color: #f00;
}
.replytxtsee i {
  cursor: pointer;
}
.replytxt {
  float: right;
  font-size: 12px;
  font-size: 11px;
  margin-bottom: 7px;
  margin-top: -6px;
}
.displnown {
  display: none;
}
.replytxt span {
  cursor: pointer;
}
.del {
  color: #f00;
  font-weight: bold;
  padding-left: 7px;
}
.hapsdpst {
  position: absolute;
  width: 90px;
  height: auto;
  left: 83%;
  top: 12px;
}
.hapsdpst img {
  width: 30px;
  height: auto;
  margin-right: 7px;
  filter: grayscale(100%);
  cursor: pointer;
}
.activemode {
  filter: grayscale(0%) !important;
}
.sendmypst {
  position: absolute;
  height: auto;
  right: 11px;
  top: 15px;
  font-size: 24px;
  color: #5d5d5d;
  text-shadow: 3px 0px 0px #ccc;
  cursor: pointer;
}
.del {
  color: #f00;
  font-weight: bold;
}
.loader {
  width: 100%;
  height: auto;
  padding: 10% 0;
  text-align: center;
}
.loader img {
  width: 200px;
}
.tcnheading {
  font-size: 20px;
}
.tcndescription {
  font-size: 14px;
}
.dynul {
  width: 50%;
  height: auto;
}
.dynul ul {
  margin: 0;
  padding: 0;
}
.dynul ul li {
  list-style: none;
  position: relative;
  padding-left: 41px;
  line-height: 34px;
  border-bottom: solid 1px #ccc;
}
.dynul ul li img {
  width: 31px;
  position: absolute;
  left: 0;
  top: 12px;
}
.wlbnvideoimg {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  text-align: center;
}
.wlbnvideoimg img {
  width: 60%;
  height: auto;
}
.profile_logo_image img {
  min-height: 100%;
  cursor: pointer;
}
.listimg img {
  cursor: pointer;
}
.wlbnvideo {
  width: 30%;
  height: auto;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-right: 1%;
  float: left;
}
.wlbnvideo img {
  width: 100%;
  height: auto;
}
.plybtn {
  position: absolute;
  top: 40%;
  width: 100%;
}
.plybtn img {
  width: 70px;
}
.videofram {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99999;
  text-align: center;
  display: none;
}
.videofram iframe {
  width: 60%;
  margin: 30px auto;
  border: none;
  min-height: 500px;
}
.banner_text_holder h1 {
  font-size: 22px;
}
.banner_text_holder h4 {
  font-size: 22px;
}
.banner_text_holder h1 {
  font-size: 22px;
}
/*.container_caustom {
  width: 88%;
  margin: 0 auto;
}*/
.header {
  background: #2f2f2f;
  width: 100%;
  height: 10vh !important;
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  /*justify-self: center;*/
  align-items: center;
}
.header_holder {
  width: 100%;
  /* height: 100%; */
  align-items: center;
  justify-content: space-between;
}
.toplogindtls {
  width: 500px;
  float: right;
  padding: 10px 0;
}
.toplogindtls ul {
  margin: 0;
  padding: 0;
}
.toplogindtls ul li {
  list-style: none;
  display: inline-block;
  width: 200px;
}
.toplogindtls ul li input {
  width: 100%;
  padding: 4px 10px;
  font-size: 12px;
  outline: none;
}
.toplogindtls ul li label {
  width: 100%;
  font-size: 11px;
  letter-spacing: 1;
  color: #fff;
  margin: 0 0 5px 0;
}
.register_form {
  padding-left: 40px;
  padding-right: 10px;
}
.register_form ul {
  margin: 0;
  padding: 0;
}
.register_form ul li {
  list-style: none;
  position: relative;
}
.register_form ul li input {
  width: 100%;
  padding: 10px;
  font-size: 12px;
  outline: none;
  margin-bottom: 20px;
  border: none;
}
.dipslanamespn input {
  padding-left: 23px !important;
}
.dipslanamespn span {
  position: absolute;
  left: 5px;
  top: 5px;
}
.lgbbtnli {
  width: 84px !important;
  background-color: #8121c5;
  line-height: 29px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border: solid 1px #7410bb;
  cursor: pointer;
}
/* .logo {
  width: 180px;
  padding-top: 20px;
} */
.banner {
  width: 100%;
  height: 110vh;
  background: #2f2f2f;
  position: relative;
}
.banner p {
  font-size: 1rem;
}
.thim_color {
  color: #2f2f2f;
}
.banner_content {
  position: absolute;
  top: 45%;
  left: 55%;
  width: 88%;
  transform: translate(-50%, -50%);
  height: 52%;
}
.password-holder {
  position: relative;
}
.password-holder span {
  position: absolute;
  bottom: -20px;
  right: 0;
}
.password-holder span a {
  color: #d2c1df;
  font-size: 12px;
  text-decoration: none;
}
.topprofiled ul {
  display: flex;
  justify-content: flex-end;
  height: 13vh;
  width: 100%;
  align-items: center;
}
.topprofiled ul li {
  list-style: none;
}
.topprofiled ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border-right: 1px solid #9d9c9c;
  font-weight: 600;
  padding: 0 11px;
}
.topprofiled ul li:last-child a {
  border-right: none;
}
.profile_logo span {
  font-size: 16px !important;
  font-weight: 600;
  color: #fff;
  display: inline-block;
}
.section_height_full {
  min-height: 80vh;
  margin-top: 13vh;
}
.border-lefte {
  border-left: 1px solid #9d9c9c;
}
.profile_logo {
  margin-right: 15px;
}
.profile_logo img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.left-menu ul li {
  list-style: none;
  position: relative;
}
.left-menu ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #000;
}
.left-menu ul li ul {
  margin: 0;
  padding-left: 20px;
  display: none;
}
.left-menu ul li ul li span {
  font-size: 11px !important;
}
.left-menu ul li ul li a img {
  height: 18px;
}
.noticount {
  position: absolute;
  left: 0;
  z-index: 99;
  text-align: center;
  font-size: 10px;
  display: none;
}
.noticount span {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.active-a {
  background: #ccc;
  border-radius: 5px;
}
.left-menu ul li a img {
  height: 20px;
  width: auto !important;
  display: inline-block;
  margin-right: 10px;
}
.left-menu .profile_logo {
  margin-bottom: 20px;
}
.left-menu .profile_logo span {
  color: #000;
}
.left-menu ul li a span {
  border-left: 1px solid #ccc;
  padding-left: 10px;
  color: #1d2129;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 13px;
}
.main_banner_download_holder li {
  list-style: none;
  width: 200px;
  margin-top: 15px;
}
.circle_system {
  width: 80%;
  margin: 20px auto;
}
.under_banner {
  padding: 70px 0px 50px 0px;
}
.under_banner h2 {
  color: #333333;
  font-weight: 500;
  margin-bottom: 50px;
  font-size: 24px;
  margin: 50px;
}
.under_banner p {
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 16px;
}
.underbording2 {
  border-top: 1px #0e0d0d;
  padding: 10px;
  border-style: dashed;
}
.underbording20 {
  border-top: 1px #0e0d0d;
  border-right: 1px #0e0d0d;
  border-bottom: 1px dashed;
  border-left: 0;
  border-radius: 0 100px 100px 0;
  border-style: dashed;
  height: 170px;
  padding: 30px 0 20px 0;
}
.underbording3 {
  padding: 10px;
  border-style: dashed;
  height: 170px;
  padding: 30px 0 20px 0;
}
.underbording3:before {
  content: "";
  position: absolute;
  top: -1px;
  width: 166.1px;
  left: 0px;
  border-top: 1px dashed #0e0d0d;
}
.underbording30 {
  border-top: 1px #0e0d0d;
  border-left: 1px #0e0d0d;
  border-bottom: 1px dashed;
  border-right: 0;
  border-radius: 100px 0px 0 100px;
  padding: 30px 20px 20px 70px;
  border-style: dashed;
  height: 170px;
}
.icon-xt i {
  position: absolute;
  border-radius: 33px;
  background-color: #ccc;
  top: -15px;
  left: 55px;
  width: 35px;
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #333;
}
.underbording30 p span {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.underbording30 p {
  width: 88%;
  font-size: 14px;
  font-weight: 300;
  color: #999;
}
.bkcontent h2 {
  text-align: center;
}
.under_banner p span {
  font-size: 16px;
  font-weight: bold;
  margin-top: 70px;
}
.under_banner1 {
  padding: 100px 0px 50px 0px;
}
.under_banner1 {
  width: 100%;
  height: 632px;
  position: relative;
}
.under_banner3 {
  width: 100%;
  height: 32px;
  position: relative;
}
.owl-dots{
  display: none;
}
.under_banner2 {
  height: 350px; 
  margin: 0;
  width: 90%;
  text-align: center;
  padding: 17px;
  /*position: absolute;*/
  top: 160px;
  background-color: #fff;
  left: 50%;
  /*transform: translateX(-50%);*/
  box-shadow: 0 0 5px 1px #ccc;
  border-radius: 3px;
  font-size: 21px;
}
.under_banner2 p {
  font-size: 16px;
  padding: 10px 0 8px 0;
  text-align: center;
  text-decoration: none;
}
.under_banner1 h2 {
  color: #333333;
  font-weight: 500;
  margin-bottom: 50px;
  font-size: 24px;
  margin: 50px;
}
.bner {
  width: 100%;
}
.bner img {
  width: 100%;
  border-radius: 4px;
}
.icon-x i {
  position: absolute;
  border-radius: 33px;
  background-color: #ccc;
  top: -18px;
  left: -19px;
  width: 35px;
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.icon-last i {
  position: absolute;
  border-radius: 33px;
  background-color: #ccc;
  bottom: -18px;
  right: -19px;
  width: 35px;
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.under_boarding {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 468px;
}
.underbording2 {
  width: 100%;
  height: 170px;
  padding: 30px 0 20px 0;
}
.underbording2 span {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.underbording2 p span {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.underbording2 p {
  width: 88%;
  font-size: 14px;
  font-weight: 300;
  color: #999;
}
.underbording20 p span {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.underbording20 p {
  width: 92%;
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.tweet {
  width: 100%;
  height: auto;
  margin: 10px 0;
}
.tweet2 {
  width: 100%;
}
.tweet2 h2 {
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0px;
}
.tweet2 p {
  font-size: 16px;
  text-align: center;
  margin: 10px 40px;
}
.tweet2 hr {
  width: 8%;
  height: 4px;
  border-top: solid 3px #ccc;
}
.font_size_37 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 70px;
  font-weight: 500;
  margin-bottom: 50px;
}
.underbording3 p {
  width: 92%;
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.underbording3 p span {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.underbording4 p {
  width: 66%;
  font-size: 14px;
  font-weight: 400;
}
.underbording4 span {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  text-align: end;
}
.myblcklistli {
  width: 100%;
  height: auto;
}
.myblcklistli ul {
  margin: 0;
  padding: 0;
}
.myblcklistli ul li {
  list-style: none;
  position: relative;
  padding: 14px 14px 14px 65px;
  box-shadow: 0px 0px 4px 3px #ccc;
  margin-bottom: 20px;
}
.myblcklistli ul span {
  font-size: 12px;
}
.myblcklistli ul li img {
  width: 40px;
  height: auto;
  position: absolute;
  left: 10px;
}
.myblcklistli ul li b {
  cursor: pointer;
}
.APP_FEATURES li {
  list-style: none;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #000;
  position: relative;
  margin-left: 50px;
  text-transform: capitalize;
}
.APP_FEATURES li:before {
  content: url(../images/arrow2.png);
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}
.svg_holder {
  padding: 0px;
}
.div_class_svg_content {
  background: #2f2f2f;
  height: auto;
}
.svg_mobile_img {
  margin-top: -55%;
}
.font_size_36 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 47px;
}
.svg_mobile_text {
  padding: 100px 0px 100px;
}
.svg_mobile_text h2 {
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  font-size: 24px;
  margin-top: 0px;
}
.testimonials {
  text-align: center;
  padding: 10px;
  margin-top: 10px;
}
.testimonials img {
  width: 100px;
  height: 100px;
  border: 4px solid #0a0a0a;
  border-radius: 50%;
}
.testimonials p {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif !important;
  margin: 10px 0;
}
.testimonials h3 {
  margin: 0;
  font-size: 18px;
  color: #333;
  font-weight: 700;
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase;
}
.copy_right_ {
  color: #fff;
  font-size: 13px;
  margin-bottom: 0;
}
.copy_right_footer a {
  text-decoration: none;
  color: #fff;
}
.content {
  width: 100%;
  padding: 125px 0 50px 0px;
}
.footer {
  background: #2f2f2f;
  height: auto;
  padding: 40px 0;
  align-items: center;
}
.footerin {
  width: 46%;
  margin: 0 auto;
}
.svg_mobile_text_part_holder {
  margin-bottom: 5px;
}
.svg_mobile_text_part_holder_icon {
  width: 70px;
  height: 70px;
  font-size: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #2f2f2f;
  border: 2px solid #fff;
  transition: 0.4s;
  animation-name: rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: initial;
  animation-delay: 0s;
  margin: 9px 20px 20px 0px;
  position: relative;
}
.dotted {
  width: 5px;
  height: 25px;
  border-left: dotted 2px #fff;
  position: absolute;
  left: 50%;
  bottom: -29px;
}
.svg_mobile_text_part_holder_text {
  width: 90%;
  color: #fff;
}
.svg_mobile_text_part_holder_text h3 {
  font-size: 21px;
}
.svg_mobile_text_part_holder_text p {
  font-weight: 400;
}
.svg_mobile_text_part_holder {
  display: flex;
  align-items: center;
  width: 85%;
  margin: 0 auto;
}
.footer_logo img {
  width: 70%;
}
.res-menu {
  display: none;
}
.desktop-d-n {
  display: none;
}
.appfetures h2 {
  font-size: 24px !important;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 30px;
}
.rating i {
  color: #ffc107 !important;
}
.sidenav {
  display: none;
}
.service {
  width: 100%;
  padding: 100px 0px 0 0;
}
.service h1 {
  text-align: center;
  color: #2f2f2f;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0px;
}
.service h4 {
  text-align: center;
  color: #2f2f2f;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0px;
}
.service .nav {
  margin-top: 30px;
  color: #fff;
  width: 60%;
  margin: 30px auto 0px auto;
}
.service .nav li {
  padding: 0;
  width: 20%;
}
.service .nav li a {
  color: #000;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 5px 0;
  margin: 0px 20px;
  border: solid 2px #565656;
}
.service .nav li a:hover {
  color: #000;
}
.service-tag {
  width: 100%;
  margin: 0 auto;
}
.cleaners_content_head span {
  font-size: 15px;
  line-height: 30px;
  margin-right: 30px;
  font-weight: bold;
}
.cleaners_content img {
  width: 12%;
}
.service .active {
  background: #2f2f2f !important;
  color: #fff !important;
}
.servicetabcontent_main {
  background: #2f2f2f;
  margin-top: 40px;
}
.servicetab-content {
  padding: 0px;
  background-color: #333;
}
.servicetab_content_img {
  width: 50%;
  float: left;
}
.servicetab_content_img img {
  width: 100%;
}
.servicetab_content_tag {
  width: 35%;
  float: left;
  padding: 50px 50px 0 80px;
}
.servicetab_content_tag li {
  list-style: none;
  height: auto;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #fff;
  position: relative;
  margin-left: 10px;
}
.servicetab_content_tag li:before {
  content: url(../images/tick.png);
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.expriencehead {
  padding-left: 9%;
  font-weight: bold;
}
.appreview {
  padding: 100px 0 0 0;
}
.under_review {
  padding-top: 40px;
}
.xp-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.xpbox {
  width: 18%;
  border: solid 1px #ccc;
  height: 200px;
  text-align: center;
  position: relative;
}
.xpbox::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f30b";
  position: absolute;
  top: 50%;
  right: -27px;
}
.xpbox:last-child::after {
  content: "";
}
.xpbox h4 {
  font-size: 16px;
  background-color: #333;
  color: #fff;
  padding: 7px 0;
}
.inxp {
  padding: 10px;
  font-size: 16px;
}
.cleaners {
  width: 100%;
  padding: 100px 0px 0 0;
  background: #fff;
  /* height: 440px; */
}
.cleaners h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 500;
  padding-bottom: 20px;
}
.cleaners_content p {
  padding: 30px 10px 0px 10px;
  font-size: 16px;
}
.cleaners_content_head {
  height: 21px;
  padding: 5px 5px 5px 10px;
  color: #333;
}
.cleaners_content_head i {
  margin-right: 5px;
}
.cleaners_content_head span {
  font-size: 16px;
  line-height: 30px;
  margin-right: 30px;
  font-weight: bold;
}
.cleaners_content i {
  font-size: 21px;
  text-align: left;
  margin-bottom: 10px;
}
.cleaners1 {
  width: 100%;
  padding: 100px 0px 0 0;
  background: #fff;
  height: 485px;
}
.cleaners1 h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 500;
  padding-bottom: 20px;
}
.faq-box-1 {
  width: 1000px;
  margin: 8 auto;
}
.cleaners_content2 p {
  padding: 30px 10px 0px 10px;
  text-align: center;
  font-size: 16px;
}
.cleaners_content_head5 {
  background: #2f2f2f;
  height: 40px;
  text-align: center;
  padding: 5px 5px 5px 10px;
  color: #fff;
}
.cleaners_content2 {
  border: solid 2px #c3c0c0;
  text-align: center;
  font-size: 16px;
  height: 250px;
}
.cleaners_content_head5 span {
  font-size: 15px;
  line-height: 30px;
  margin-right: 30px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .faq-box-1 {
    width: 100%;
  }
  .clean-list {
    width: 100%;
  }
  .under_banner1 {
    padding-top: 5px;
  }
  .tweet2 p {
    line-height: 25px;
  }
  .underbording2 {
    border: none;
  }
  .underbording30 {
    border: none;
    padding: 20px 0 0 0;
    margin-bottom: 33px;
    height: 180px;
  }
  .underbording3:before {
    display: none;
  }
  .underbording20 {
    border: none;
    margin-bottom: 0px;
    height: 180px;
  }
  .underbording3 {
    border: none;
    margin-bottom: 0px;
    height: 180px;
  }
  .tweet2 hr {
    width: 25%;
  }
  .cleaners {
    padding: 50px 0px 30px 0;
    height: auto;
  }
  .icon-last {
    display: none;
  }
  .under_boarding {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
  }
  .icon-xt i {
    position: absolute;
    border-radius: 33px;
    background-color: #ccc;
    top: -40px;
    left: 20px;
  }
  .icon-x i {
    top: -45px;
    left: 20px;
    width: 37px;
    height: 37px;
    line-height: 37px;
  }
  .under_banner2 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 17px;
    position: relative;
    top: 0;
    right: 0;
  }
  .under_banner1 {
    height: auto;
  }
  .cleaners1 {
    width: 100%;
    padding: 100px 0px 0 0;
    background: #fff;
    height: 782px;
  }
  .cleaners_content2 {
    border: solid 2px #c3c0c0;
    text-align: center;
    font-size: 16px;
    height: 166px;
    margin-bottom: 17px;
  }
  .underbording2 {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 10px;
    height: 180px;
  }
  .expriencehead {
    padding-left: 15%;
  }
  .service-tag {
    width: 100%;
  }
  .servicetab-content img {
    width: 100%;
    margin-bottom: 20px;
  }
  .servicetab-content ul {
    padding-left: 5%;
  }
  .service .nav {
    margin-top: 30px;
    color: #fff;
    width: 98%;
    margin: 30px auto 0px auto;
  }
  .service .nav li {
    width: 20%;
  }
  .service .nav li a {
    margin: 0px 5px 0px 0px;
    padding: 5px 0px;
    font-size: 14px;
  }
  .servicetab-content {
    padding: 0px;
  }
  .cleaners_content {
    height: auto;
    margin-bottom: 20px;
  }
  .servicetab_content_img {
    width: 100%;
    float: none;
  }
  .servicetab_content_tag {
    width: 100%;
    float: none;
    padding: 10px;
  }
  .dotted {
    height: 60px;
    bottom: -60px;
  }
  .banner {
    height: auto !important;
  }
  .banner_content {
    position: unset;
    width: 100%;
    transform: none;
    height: auto;
    margin-top: 13vh;
  }
  .desktop-d-n {
    display: block;
  }
  .main_banner_download_holder li {
    margin: 0 auto;
  }
  .svg_mobile_img {
    margin-top: 0;
  }
  .div_class_svg_content {
    height: auto;
  }
  .svg_mobile_text {
    height: auto;
    margin-top: 0;
    margin-left: 0;
  }
  .svg_mobile_text h2 {
    font-size: 24px;
  }
  .svg_mobile_text_part_holder {
    align-items: flex-start;
    width: 100%;
  }
  .svg_mobile_text_hight {
    height: auto;
  }
  .svg_mobile_text_part_holder_icon {
    margin-right: 20px;
    width: 70px;
    height: 70px;
  }
  .svg_mobile_text_part_holder_text {
    width: 63%;
  }
  .under_banner {
    padding-top: 30px;
  }
  .footer_logo {
    text-align: center;
  }
  .footer_logo img {
    width: 40%;
  }
  .social-container {
    text-align: center !important;
  }
  .font_size_36 {
    color: #020f1e;
    font-size: 30px;
    margin-bottom: 28px;
  }
  .font_size_37 {
    font-size: 21px;
    padding-bottom: 20px;
  }
  .footer {
    height: auto;
  }
  .copy_right_footer {
    font-size: 12px;
  }
  .logo {
    margin: 0 auto;
    padding: 6px;
  }
  .banner_text_holder h1 {
    display: none;
  }
  .feeds_holder {
    padding: 20px !important;
  }
  .profile-name-feed {
    min-width: 50% !important;
  }
  .replyesdiv {
    padding-left: 0 !important;
  }
  .cmnttxt textarea {
    width: 60%;
  }
  .hapsdpst {
    left: 60%;
  }
  .hapsdpst img {
    margin-right: 0;
  }
  .diarytabs ul li {
    width: 49%;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 14px;
  }
  .drtbactivetb::before {
    display: none;
  }
  .drtbactivetb {
    background-color: #333 !important;
  }
  .videofram iframe {
    width: 90%;
    min-height: 400px;
  }
  .wlbnvideo {
    width: 49%;
  }
  .dynul {
    width: 100%;
  }
  .myprofileimg img {
    width: 100%;
    margin-bottom: 30px;
  }
  .myprfli ul li span {
    left: 140px;
  }
  .res-menu {
    display: block;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 26px;
    color: #fff;
  }
  .banner_text_holder h4 {
    margin-top: 20px;
    text-align: center;
  }
  .toplogindtls {
    width: 85%;
    margin: 0 auto;
    float: none;
  }
  .lgbbtnli {
    margin: 20px auto 0;
  }
  .header {
    height: auto;
    position: unset;
  }
  .toplogindtls ul li {
    display: block;
    width: 100%;
  }
  .banner_content {
    margin-top: 0;
  }
  #register_form {
    padding: 20px 0;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background: #2f2f2f;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    display: block;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
  }
  .topprofiled {
    display: none;
  }
  .header_holder {
    height: auto !important;
  }
  .left-menu.res-left-menu ul li a span {
    color: #fff !important;
  }
  .res-d-none {
    display: none;
  }
  .section_height_full {
    margin-top: 0;
  }
  .res-left-menu {
    width: 250px;
  }
  .profile_logo {
    width: 250px;
  }
  .profile_logo img {
    width: 50px;
    height: 50px;
    margin-left: 20px;
  }
  .wertbox,
  .drntbody {
    width: 95%;
  }
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.social-container {
  margin-right: 15px;
  margin-top: 18px;
  text-align: right;
}
.copy_right_footer {
  text-align: center;
}
.copy_right_footer span {
  color: #fff;
}
.social-container ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}
.social-container ul li a {
  color: white !important;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .social-container ul li {
    margin-right: 0px;
  }
  .social-container ul li a {
    color: white !important;
    font-size: 12px;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1240px) {
  .bannerte {
    font-size: 38px !important;
  }
}

/*@media screen and (min-device-width: 1050px) and (max-device-width: 1150px) { 
  .container_caustom{
    width: 82% !important;
  }
}

@media screen and (min-device-width: 1151px) and (max-device-width: 1200px) { 
  .container_caustom{
    width: 77% !important;
  }
}

@media screen and (min-device-width: 1250px) and (max-device-width: 1320px) { 
  .container_caustom{
    width: 83% !important;
  }
}

@media screen and (min-device-width: 1321px) and (max-device-width: 1410px) { 
  .container_caustom{
    width: 79% !important;
  }
}

@media screen and (min-device-width: 1411px) and (max-device-width: 1469px) { 
  .container_caustom{
    width: 75% !important;
  }
}

@media screen and (min-device-width: 1470px) and (max-device-width: 1570px) { 
  .container_caustom{
    width: 70% !important;
  }
}

@media screen and (min-device-width: 1571px) and (max-device-width: 1700px) { 
  .container_caustom{
    width: 65% !important;
  }
}

@media screen and (min-device-width: 1701px) and (max-device-width: 1800px) { 
  .container_caustom{
    width: 61% !important;
  }
}*/

.logo {
  width: 70%;
}
.logo img {
  width: 100%;
}
.menubar ul {
  display: flex;
  justify-content: space-between;
}
