@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;900&display=swap");
* {
  font-family: "Poppins", sans-serif;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #2b7a78;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #17252a;
}

section {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home {
  margin-top: 80px;
}

.home-title h1 {
  font: normal normal 900 50px "Poppins", sans-serif;
  color: #17252a;
}

.home-p p {
  font: normal normal 500 18px "Poppins", sans-serif;
  color: #303030;
}

.main-title h1 {
  font: normal normal 200 50px "Poppins", sans-serif;
  color: #17252a;
}

.why-choose-us .main-title h1 {
  padding-bottom: 70px;
}

.btn-theme-1 {
  background-color: #17252a;
  border: 1px solid #17252a;
  color: #fff;
  padding: 10px 35px;
  font: normal normal 500 15px "Poppins", sans-serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-theme-2 {
  border: 1px solid #def2f1;
  background-color: #def2f1;
  padding: 10px 35px;
  font: normal normal 500 15px "Poppins", sans-serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-theme-1:hover {
  background-color: transparent;
  border: 1px solid #17252a;
  color: #17252a;
  padding: 10px 35px;
  font: normal normal 500 15px "Poppins", sans-serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-theme-2:hover {
  background-color: transparent;
  color: #17252a;
  border: 1px solid #17252a;
  padding: 10px 35px;
  font: normal normal 500 15px "Poppins", sans-serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar.scrolled {
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
          box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  -webkit-transition: -webkit-box-shadow 1s ease 0s;
  transition: -webkit-box-shadow 1s ease 0s;
  transition: box-shadow 1s ease 0s;
  transition: box-shadow 1s ease 0s, -webkit-box-shadow 1s ease 0s;
}

.navbar.scrolled .nav-item a.nav-link {
  margin: 0.2rem 0;
}

.navbar {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.navbar .login-btn a {
  padding-right: 1rem;
  padding-left: 1rem;
  margin: 0.8rem 1rem;
  font: normal normal 500 14px "Poppins", sans-serif;
}

.navbar a.navbar-brand img {
  width: 100px;
  height: auto;
}

.navbar-nav .nav-item a.nav-link {
  position: relative;
  font: normal normal 500 14px "Poppins", sans-serif;
  color: #17252a !important;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin: 0.8rem 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.navbar-nav .nav-item a.nav-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #3aafa9;
  height: 2px;
}

.navbar-nav .nav-item a.nav-link:hover:after {
  width: 100%;
}

.navbar-nav .active a.nav-link:after {
  width: 100%;
}

.navbar-nav li a,
.navbar-nav li a:after,
.navbar-nav li a:before {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.navbar-nav li a.nav-link:hover {
  color: #3aafa9 !important;
}

.about p {
  font-size: 2rem;
}

.about p b {
  font-weight: 700;
  color: #2b7a78;
}

.about-us-img img {
  width: 100%;
}

.why-choose-us .card {
  margin-bottom: 25px;
  border: none;
}

.why-choose-us .card .choose-title h2 {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
}

.why-choose-us .card .choose-title h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
}

.why-choose-us .card .choose-des p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.why-choose-us .card .icon img {
  width: 50px;
}

.review {
  padding: 50px 0;
}

.review-info .img-box img {
  width: 100px;
}

.call-bar {
  background: #def2f1;
  padding: 30px 0px;
}

.call-bar .call img {
  width: 60px;
}

.call-bar .call h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #17252a;
  margin-bottom: 0px;
}

.call-bar .call p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #17252a;
  margin-bottom: 0px;
  opacity: 0.8;
}

footer {
  background: #17252a;
}

footer .menu-bar {
  border-bottom: 1px solid #e8e8e899;
}

footer .menu-bar ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 0;
  padding: 30px 0;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .menu-bar ul li a {
  color: #def2f1;
  font-family: "Poppins", sans-serif;
  font-family: 400;
}

footer .footer-info {
  border-bottom: 1px solid #e8e8e899;
}

footer .footer-info .footer-about h6 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

footer .footer-info .footer-about p {
  font-family: "Poppins", sans-serif;
  color: #def2f1;
  font-weight: 400;
  font-size: 14px;
}

footer .footer-info .footer-contact h6 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

footer .footer-info .footer-contact p {
  font-family: "Poppins", sans-serif;
  color: #def2f1;
  font-weight: 400;
  font-size: 14px;
}

footer .footer-info .footer-information h6 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

footer .footer-info .footer-information ul li {
  margin-bottom: 0.7rem;
}

footer .footer-info .footer-information ul li a {
  font-family: "Poppins", sans-serif;
  color: #def2f1;
  font-weight: 400;
  font-size: 14px;
}

footer .footer-info .footer-extra h6 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

footer .footer-info .footer-extra h2 a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #3aafa9;
  text-decoration: none;
}

footer .footer-info .footer-extra p {
  font-family: "Poppins", sans-serif;
  color: #def2f1;
  font-weight: 400;
  font-size: 14px;
}

footer .copyright {
  text-align: center;
  padding: 10px 0;
}

footer .copyright span {
  font-family: "Poppins", sans-serif;
  color: #def2f1;
  font-weight: 400;
  font-size: 13px;
}

footer .copyright span .web a {
  text-decoration: none;
  color: #feb42e;
}

/* booking*/
.booking {
  margin-top: 80px;
  background: #def2f1;
  padding: 50px 0;
}

.booking .card {
  border: none;
}

.booking .booking-form .card {
  border: 1px solid #ced4da;
}

.booking .booking-form .form-title h1 {
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 40px;
  border-bottom: 1px solid #2b7a78;
  padding: 25px 0;
}

.booking .booking-form h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.booking .booking-form label {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: block;
  width: 100%;
}

.booking .booking-form .gj-picker-md [role="header"] {
  background: #2b7a78;
}

.booking hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.booking .card-input-element {
  display: none;
}

.booking .card-input-element:checked + .card-method {
  background-color: #3aafa9;
  color: #fff;
}

.booking .card-method:hover {
  cursor: pointer;
}

.booking .method .card-body {
  padding: 1rem 0.5rem;
  font-size: 18px;
  font-weight: 300;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.booking .card-input-element:checked + .card-bedroom {
  background-color: #3aafa9;
  color: #fff;
}

.booking .card-bedroom:hover {
  cursor: pointer;
}

.booking .bedrooms .card-body {
  padding: 1rem 0.5rem;
  font-size: 18px;
  font-weight: 300;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.booking .card-input-element:checked + .card-no-of-cleaners {
  background-color: #3aafa9;
  color: #fff;
}

.booking .card-no-of-cleaners:hover {
  cursor: pointer;
}

.booking .no-of-cleaners .card-body {
  padding: 1rem 0.5rem;
  font-size: 18px;
  font-weight: 300;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.booking .card-input-element:checked + .card-other-rooms {
  background-color: #3aafa9;
  color: #fff;
}

.booking .card-other-rooms:hover {
  cursor: pointer;
}

.booking .other-rooms .card-body {
  padding: 1rem 0.5rem;
  font-size: 18px;
  font-weight: 300;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.booking .card-input-element:checked + .card-bathroom {
  background-color: #3aafa9;
  color: #fff;
}

.booking .card-bathroom:hover {
  cursor: pointer;
}

.booking .bathrooms .card-body {
  padding: 1rem 0.5rem;
  font-size: 18px;
  font-weight: 300;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.booking .card-input-element:checked + .card-frequency {
  background-color: #3aafa9;
  color: #fff;
}

.booking .card-frequency:hover {
  cursor: pointer;
}

.booking .frequency .card-body {
  padding: 1rem 0.5rem;
  font-size: 18px;
  font-weight: 300;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.booking .card-input-element:checked + .card-what-type {
  background-color: #3aafa9;
  color: #fff;
}

.booking .card-what-type:hover {
  cursor: pointer;
}

.booking .what-type .card-body {
  padding: 1rem 0.5rem;
  font-size: 18px;
  font-weight: 300;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.booking .card-input-element:checked + .card-extras {
  background-color: #3aafa9;
  color: #fff;
}

.booking .card-extras:hover {
  cursor: pointer;
}

.booking .extras .card-body {
  padding: 1rem 0.5rem;
  font-size: 18px;
  font-weight: 300;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.booking .card-input-element:checked + .card-hours {
  background-color: #3aafa9;
  color: #fff;
}

.booking .card-hours:hover {
  cursor: pointer;
}

.booking .hours .card-body {
  padding: 1rem 0.5rem;
  font-size: 18px;
  font-weight: 300;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.booking .card-input-element:checked + .card-minutes {
  background-color: #3aafa9;
  color: #fff;
}

.booking .card-minutes:hover {
  cursor: pointer;
}

.booking .minutes .card-body {
  padding: 1rem 0.5rem;
  font-size: 18px;
  font-weight: 300;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.booking .summery-card {
  background: #def2f1;
  padding: 10px;
}

.booking .summery-card label {
  font-weight: 300;
}

.booking .summery-card span {
  font-weight: 500;
  font-size: 1.2rem;
  color: #17252a;
}

.booking .sub-summery-card {
  background: #def2f1;
  padding: 10px;
}

.booking .sub-summery-card label {
  font-weight: 300;
}

.booking .sub-summery-card span {
  font-weight: 500;
  font-size: 1.2rem;
  color: #17252a;
}

.booking .sub-summery-card:nth-child(-n+3) {
  margin-bottom: .5rem;
}

.side-info {
  border: none;
}

.side-info .choose-title h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 20px;
}

.side-info .choose-des p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.side-info .icon img {
  width: 80px;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
}

.gj-timepicker-md [role=right-icon] {
  right: 5px;
  top: 7px;
}

.gj-picker-md [role="header"], .gj-picker-md .arrow-begin, .gj-picker-md [role=body] [role=arrow] {
  background: #2b7a78 !important;
}

.gj-picker-md .arrow-end {
  border: 16px solid #2b7a78 !important;
}

.how-it-work {
  padding: 50px 0;
  background: #def2f1;
}

.how-it-work h1 {
  padding-bottom: 70px;
}

.how-it-work .card {
  background: transparent;
  border: none;
  height: 370px;
}

.how-it-work .card .card-body {
  text-align: center;
}

.how-it-work .card .card-body .number {
  margin: 0 auto;
  border: 2px solid #3aafa9;
  border-radius: 100%;
  font-size: 4rem;
  color: #17252a;
  width: 180px;
  height: 180px;
  line-height: 190px;
}

.how-it-work .card .card-body .step-info span {
  font-size: 15px;
  font-weight: 400;
}

.how-it-work .card-arrow .number::after {
  -webkit-clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
          clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
  position: absolute;
  width: 50px;
  top: 25%;
  right: -45px;
  content: '';
  background: #3aafa9;
  height: 50px;
  z-index: 1;
}

.faq {
  margin-top: 80px;
  background: #def2f1;
  padding: 50px 0;
}

.faq .card {
  margin-bottom: 5px;
  border: none;
}

.faq .card .card-body h2 {
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 40px;
  border-bottom: 1px solid #2b7a78;
  padding-bottom: 15px;
}

#accordion .card-header {
  cursor: pointer;
  background: #def2f1;
  color: #2b7a78;
  padding: 1.5rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#accordion .card-header h5 {
  font-weight: 300;
}

#accordion .card-header::after {
  font-family: 'FontAwesome';
  content: "\f068";
  float: right;
}

#accordion .card-header.collapsed::after {
  font-family: 'FontAwesome';
  content: "\f067";
}

.service {
  margin-top: 80px;
  background: #def2f1;
  padding: 50px 0;
}

.service .card {
  border: none;
}

.service .card .card-body h2 {
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 40px;
  border-bottom: 1px solid #2b7a78;
  padding-bottom: 15px;
}

.service .card .card-body .nav-pills .nav-item .nav-link {
  color: #2b7a78;
  border: 1px solid #3aafa9;
  padding: 10px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service .card .card-body .nav-pills .nav-item .nav-link span.custom-icon {
  font-size: 45px;
  color: #3aafa9;
}

.service .card .card-body .nav-pills .nav-item .nav-link.active {
  color: #fff;
  background: #3aafa9;
}

.service .card .card-body .nav-pills .nav-item .nav-link.active span.custom-icon {
  color: #fff;
}

.contact {
  margin-top: 80px;
  background: #def2f1;
  padding: 50px 0;
}

.contact .card {
  border: none;
}

.contact .card .card-body h2 {
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 40px;
  border-bottom: 1px solid #2b7a78;
  padding-bottom: 15px;
}

.contact .card .card-body h3 {
  font-size: 1.5rem;
  font-weight: 300;
  padding-bottom: 15px;
}

.contact .card .card-body .have-a-ques .icon {
  text-align: center;
}

.contact .card .card-body .have-a-ques .icon img {
  width: 40px;
}

.nextback {
  color: #2b7a78;
}

.service-table td {
  text-align: center;
}

.service-table th {
  font-weight: 500;
  vertical-align: middle !important;
}

.service-table th .custom-icon {
  font-size: 35px;
}

.service-table .top-th {
  text-align: center;
  width: 18%;
}

.navbar-expand-lg .navbar-nav .nav-item-mod .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.forget-pass {
  font-size: 0.9rem;
  color: #2b7a78;
}

.navbar {
  z-index: 1000;
}

.client-dashboard .bg-wallpeper {
  background-image: url("../images/bg3.jpg");
  background-size: cover;
  background-position: center;
}

.client-dashboard #layoutSidenav_nav {
  margin-top: 80px;
  padding: 20px 0;
}

.client-dashboard #layoutSidenav_content {
  background: transparent;
  margin-top: 80px;
  padding: 20px 0 20px 20px;
}

.client-dashboard .sb-sidenav-dark {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.25rem;
}

.client-dashboard .sb-sidenav-dark .nav-link {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #2b7a78;
  font-weight: 500;
}

.client-dashboard .sb-sidenav-dark .nav-link .sb-nav-link-icon {
  color: #2b7a78;
}

.client-dashboard .sb-sidenav-dark.active {
  background-color: white;
}

.client-dashboard .sb-sidenav-dark .nav-link {
  padding: .5rem 1rem 0.5rem 2rem;
}

.client-dashboard .sb-sidenav-dark .nav-link:hover {
  color: #17252a;
}

.client-dashboard .sb-sidenav-dark .nav-link.active {
  color: #def2f1;
  background: #2b7a78;
}

.client-dashboard .sb-sidenav-dark .nav-link.active .sb-nav-link-icon {
  color: #def2f1;
}

.client-dashboard .sb-sidenav-dark .nav-link:hover .sb-nav-link-icon {
  color: #17252a;
}

.client-dashboard .card {
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
}

.client-dashboard .card .card-body h2 {
  font-size: 3rem;
  font-weight: 200;
  padding-bottom: 15px;
}

.client-dashboard .profile-info .profile-box {
  text-align: center;
}

.client-dashboard .profile-info .profile-box img {
  width: 170px;
  height: 170px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.client-dashboard .profile-info .profile-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client-dashboard .profile-info .profile-btn img {
  width: 20px;
}

.client-dashboard .nav-tabs .nav-link.active, .client-dashboard .nav-tabs .nav-item.show .nav-link {
  color: #def2f1;
  background-color: #17252a;
  border-color: #1d1d1d #383838 #3b3b3b;
}

.client-dashboard .nav-tabs {
  border-bottom: 1px solid #1d1d1d;
}

.client-dashboard .nav-tabs .nav-link:hover, .client-dashboard .nav-tabs .nav-link:focus {
  border-color: #1d1d1d #383838 #3b3b3b;
}

.client-dashboard .nav-tabs .nav-link {
  color: #2b7a78;
}

.client-dashboard .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #17252a;
  border-color: #17252a;
}

.client-dashboard .fa-eye {
  color: #17252a;
}

.client-dashboard .sidebar-icon #sidebarToggle {
  position: fixed;
  top: 62px;
  left: 6px;
  background: #ffffff8c;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 31px;
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
          box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  z-index: 10000;
}

.client-dashboard .sidebar-icon #sidebarToggle {
  display: none;
}

.white-popup {
  border-radius: 5px;
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  max-width: 650px;
  margin: 0 auto;
  z-index: 1100;
}

.login-popup-box {
  border-radius: 5px;
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  max-width: 550px;
  margin: 0 auto;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.terms ol li {
  margin-bottom: 10px;
}

.datepicker {
  width: 280px;
}

.datepicker table {
  width: 100%;
}

.login-popup-box .nav-pills .nav-link.active, .login-popup-box .nav-pills .show > .nav-link {
  color: #2b7a78;
  background-color: transparent;
  border-bottom: 3px solid #3aafa9;
}

.login-popup-box .nav-pills .nav-link {
  color: #17252a;
  border-radius: 0;
}

.invoice {
  margin-top: 80px;
  background: #def2f1;
  padding: 50px 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .how-it-work .card-arrow .number::after {
    display: none;
  }
  .client-dashboard .sidebar-icon #sidebarToggle {
    display: block;
  }
  #layoutSidenav #layoutSidenav_content {
    margin-left: -208px;
  }
}

/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .how-it-work .card-arrow .number::after {
    display: none;
  }
}

/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
@media (min-width: 481px) and (max-width: 767px) {
  .how-it-work .card-arrow .number::after {
    display: none;
  }
}

/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
@media (min-width: 320px) and (max-width: 480px) {
  .sidebar-icon #sidebarToggle {
    display: block !important;
  }
  .how-it-work .card-arrow .number::after {
    display: none;
  }
  .service .nav-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .client-dashboard #layoutSidenav_content {
    padding: 30px 0 20px 0px;
  }
}
/*# sourceMappingURL=style.css.map */