﻿*,
::before,
::after {
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

button {
  cursor: pointer;
}

[disabled] {
  cursor: not-allowed;
}

body {
  letter-spacing: 0.5px;
}

@font-face {
  font-family: "ProximaNovaaltBold";

  src: url(../font/Proxima\ Nova\ Alt\ Bold.otf);
}

@font-face {
  font-family: "ProximaNovaaltLight";

  src: url(../font/Proxima\ Nova\ Alt\ Light.otf);
}

@font-face {
  font-family: "ProximaNovaaltRegular";

  src: url(../font/Proxima\ Nova\ Alt\ Regular.otf);
}

@font-face {
  font-family: "ManropeRegular";

  src: url(../font/Manrope-Regular.ttf);
}

@font-face {
  font-family: "ManropeLight";

  src: url(../font/Manrope-Light.ttf);
}

@font-face {
  font-family: "ManropeBold";

  src: url(../font/Manrope-Bold.ttf);
}

@font-face {
  font-family: "ManropeSemiBold";

  src: url(../font/Manrope-SemiBold.ttf);
}

h1,
h2 {
  font-family: ProximaNovaaltBold;
}

p {
  font-family: ProximaNovaaltRegular;
}

.brand-logo {
  width: 225px;

  height: auto;

  margin: 15px -22px -18px;
}

#banner-section {
  background: url(../images/banner-10.jpg);

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  padding-bottom: 90px;

  margin-top: -40px;
}

.heading-h1 {
  font-size: 39px;

  font-weight: 600;

  color: #000;

  margin-top: 21px;
}

.heading-content p {
  margin-top: 16px;

  font-size: 16px;
}

.brand-video video {
  width: 85%;
}

.heading-content {
  padding: 90px 16px;
}

.brand-video {
  padding: 82px 0px;
}

.heading-content input {
  margin: 30px 0px 25px;

  padding: 10px 10px;

  width: 65%;

  border-radius: 9px;

  font-size: 16px;

  font-family: "ProximaNovaaltRegular";
}

.btn-grad {
  background-image: linear-gradient(to right, #5698bc, #85c8c9 75%);

  padding: 12px 30px;

  width: 40% !important;

  box-shadow: 5px 4px #f3f0f0;

  text-align: center;

  color: #fff;

  border-radius: 9px;

  border: 0px;

  font-size: 18px;

  font-family: "ProximaNovaaltBold";
}

.btn-grad:hover {
  background: #85c8c9;
}

span.comingsoon {
  font-size: 14px;

  color: #bbbfc7;

  font-family: "ProximaNovaaltBold";

  margin: 17px 10px;
}

.features-inner img {
  width: 75px;

  height: 75px;
}

.features-inner {
  text-align: center;
}

.feature {
  background: #f0f0f0;

  padding: 50px 0px;
}

.feature h4 {
  font-size: 13px;

  margin: 10px 0px;

  font-family: "ProximaNovaaltRegular";
}

.features-outer {
  margin-top: 30px;
}

h2.heading-2 {
  font-size: 29px;

  margin-bottom: 18px;
}

.checkout {
  padding: 50px 0px;

  font-size: 34px;

  font-family: "ProximaNovaaltBold";
}

.dashimg {
  margin-top: -50px;

  margin-bottom: 20px;
}

.dashimg .checkout-dash {
  width: 17px;
}

.checkout p {
  font-size: 16px;

  margin-bottom: 2px;
}

.getintouch {
  color: #2cbebd;

  font-size: 18px;

  font-family: "ProximaNovaaltRegular";
}

#footer-contact {
  background: #021c3b;

  color: #fff;

  padding: 10px;
}

#footer-contact p {
  margin: 0 auto;

  font-size: 12px;

  font-family: "ProximaNovaaltRegular";
}

.nav-item.dropdown:hover .dropdown-menu {
  /* display: block !important; */
  left: 0;
  right: 0;
  z-index: 1001;
}

/* a.btn.login_btn:hover {



    color: #0c237e;



} */

.btn.signup-btn:hover:after {
  -webkit-transform: scaleX(1);

  transform: scaleX(1);

  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);

  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

a.btn.signup-btn:after {
  content: "";

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  border-radius: 5px;

  background: hsl(191, 89%, 43%);

  -webkit-transform: scaleX(0);

  transform: scaleX(0);

  -webkit-transform-origin: 50% 100%;

  transform-origin: 50% 100%;

  -webkit-transition-property: transform;

  transition-property: transform;

  -webkit-transition-duration: 0.5s;

  transition-duration: 0.5s;

  -webkit-transition-timing-function: ease-out;

  transition-timing-function: ease-out;
}

a.btn.signup-btn {
  background: #000;

  color: #fff;

  font-size: 16px;

  font-family: "ManropeBold";

  margin-right: -13px;

  padding: 6px 15px !important;

  position: relative;

  position: relative;

  display: inline-block;

  line-height: 26px;

  font-weight: 600;

  color: white !important;

  border-radius: 5px;

  text-align: center;

  padding: 6px 15px;

  text-transform: uppercase;

  z-index: 1;

  background: #000;

  font-size: 15px;
}

.dropdown-item:hover {
  background: #43abc8;

  color: #fff;

  font-family: "ManropeBold";
}

.dropdown-menu {
  margin: 0px;

  padding: 0px 0px;

  box-shadow: 0 1px 11px rgb(0 0 0 / 15%) !important;

  border: 0px;
}

.form-control:focus {
  box-shadow: none;
}

@media (min-width: 768px) and (max-width: 880px) {
  nav.navbar.navbar-expand-lg.navbar-light {
    height: auto !important;
  }

  .heading-content {
    padding: 80px 10px 80px 0px;
  }

  .navbar {
    padding: 10px 160px;
  }

  #banner-section {
    padding-bottom: 98px;

    background-size: cover;
  }

  .heading-h1 {
    font-size: 24px;
  }

  .heading-content input {
    width: 73%;
  }

  .btn-grad {
    padding: 12px 30px;
    width: 48% !important;
  }

  span.comingsoon {
    display: block;

    margin-left: 1px;
  }
}

.signin {
  font-size: 29px;

  /* text-transform: uppercase; */

  font-family: "ProximaNovaaltBold";

  /* font-weight: 500; */
}

.btn-rounded {
  border-radius: 60px !important;
}

.store {
  width: 120px;
}

/* .form-email .form-label {



    margin-bottom: 4px;



    font-size: 13px;



    font-weight: 600;



    color: #091C39;



    font-family: 'ProximaNovaaltLight';



} */

.signupform {
  background: #efefee;
}

#header li {
  margin: 0px;
}

.login-outer {
  padding: 0px 90px 0px 0px;
  position: relative;
  left: 52%;
  width: 100%;
}

form.loginform {
  background: #fff;
  padding: 50px 40px;
  box-shadow: 2px 2px 3px rgb(0 0 0 / 10%);
  border-radius: 10px;
}

.loginform input:focus {
  box-shadow: none;
  border: 1px solid #ddd;
  transition: none !important;
  color: #495057;
  background-color: #fff;
  outline: 0;
}

.form-trm {
  margin-top: 36px;
  font-size: 12px;
  font-family: "ProximaNovaaltRegular";
}

.loginform input {
  background-color: #f1f3f7;
  border: 0px;
  border-radius: 10px !important;
  height: 46px;
  font-size: 1rem;
}

.signupform input {
  font-size: 12px;
  background-color: #f1f3f7;
  border: 0px;

  /* border-width: 0 0 0px 0;



    font-size: 14px;



    background-color: #F1F3F7;



    border-radius: 10px;

    padding-left: 10px; */
}

.log-frms {
  padding: 12px !important;
  padding-left: 40px !important;
  font-size: 1rem;
  border-radius: 10px;
}

input#loginbtnsubmit {
  margin: 20px 0px;

  font-size: 18px;

  padding: 10px 15px;

  font-family: "manropesemibold";

  border-color: #61a2be;
  background: rgb(107, 107, 229) !important;
  background: -moz-linear-gradient(
    127deg,
    rgba(107, 107, 229, 1) 23%,
    rgba(97, 162, 190, 1) 80%
  ) !important;
  background: -webkit-linear-gradient(
    127deg,
    rgba(107, 107, 229, 1) 23%,
    rgba(97, 162, 190, 1) 80%
  ) !important;
  background: linear-gradient(
    127deg,
    rgba(107, 107, 229, 1) 23%,
    rgba(97, 162, 190, 1) 80%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6b6be5",endColorstr="#61a2be",GradientType=1);

  width: 100%;

  border-radius: 10px !important;
}

.submin_button,
.submin_button:focus,
.submin_button:focus:active,
.submin_button:active:focus {
  box-shadow: unset !important;

  font-size: 18px !important;

  padding: 9px 15px !important;

  font-family: "ProximaNovaaltRegular" !important;

  background-image: linear-gradient(to right, #5698bc, #85c8c9 75%) !important;

  width: 100%;

  /* border-radius: 10px !important; */
}

img.mail {
  position: absolute;
  top: 40px;
  left: 2%;
}

img.mail1 {
  position: absolute;
  left: 2%;
  top: 39px;
}
.form-email {
  position: relative;
}

.form-email {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  color: #666666;
  margin-top: 17px;
  font-family: "proxima-nova", sans-serif;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}

.submit-outer a.text-muted {
  font-size: 11px;

  font-family: "ProximaNovaaltRegular";

  font-weight: 400;

  color: #85c8c9 !important;
}

.btn-primary {
  border-color: #fff;
}

.btn-primary:hover {
  border-color: #fff;
}

.submit-outer {
  text-align: center;

  margin: 30px 0px 0px;
}

.regester-outer h4 {
  font-size: 16px;

  text-align: center;

  color: #666666;

  font-weight: 400;

  letter-spacing: normal;

  /* margin-bottom: 30px; */

  font-family: "ProximaNovaaltRegular";
}

a.link-info {
  color: #85c8c9;
  font-size: 16px;

  /* margin-left: 8px; */

  font-weight: 600;

  font-family: "ProximaNovaaltRegular";

  text-decoration: none !important;
}

.right_side img {
  width: 26%;

  margin-top: 177px;

  margin-left: 82px;
}

h4.addteam {
  width: 49%;
  position: absolute;
  right: 50px;
  top: 332px;
  font-size: 22px;
  color: #091c39;
  font-family: "proxima-nova", sans-serif;
}

.admin h4 {
  margin-top: 123px;
  margin-left: 30px;
  margin-right: 10px;
  font-style: italic;
  font-size: 18px;
  color: #091c39;
  width: 100%;
}

.col-md-12.admin {
  padding: 0px 36px;
}

.sgnhed {
  width: 49%;
  position: absolute;
  right: 50px;
  top: 180px;
  font-size: 21px;
  color: #091c39;
  font-family: "proxima-nova", sans-serif;
}

.right_side {
  /* background: #fff; */

  /* box-shadow: 0px 1px 5px -1px #b7b7b7; */

  margin-top: 25px;
}

a.btn.signup-btn {
  background: #17a2b8;

  color: #fff;

  font-size: 16px;

  font-family: "ManropeBold";

  margin-right: -13px;

  padding: 6px 15px !important;
}

.right_side.signuping {
  box-shadow: none;
}

p.text-center {
  font-family: "ProximaNovaaltRegular";

  font-size: 14px;
}

a.btn.login_btn {
  border: 2px solid #17a2b8;

  color: #17a2b8;

  font-size: 16px;

  margin-right: 11px;

  font-family: "ManropeBold";

  padding: 6px 16px !important;
}

a#navbarDropdown {
  font-weight: 600;

  font-family: "ProximaNovaaltBold";

  font-size: 16px;

  color: #17a2b8;
}

.navbar-light .navbar-nav .nav-link {
  color: #17a2b8 !important;

  font-size: 16px;

  font-weight: 600;

  font-family: "ManropeBold";
}

.body-part {
  background: #efefed;
}

header#header {
  background: #fff;
}

.bg-light {
  background-color: #fff !important;
}

#header img.brand-logo {
  margin: 0px -40px;
}

/* #header img.brand-logo {



    margin: 0px;



} */

/* .form-check-label{



    font-size: 14px;  



    font-weight: 400;



    font-family: 'ProximaNovaaltRegular';   



    color: #918f8f;



    font-weight: 400;



} */

.signup.text-center {
  font-family: "ManropeBold";
  font-size: 27px;
  margin-top: 22px;
  color: #091c39;
}

/* .signup-outer {



    margin-top: 22px;



} */

.regesterup h4 {
  font-size: 14px;
  font-weight: 400;
  font-family: "ProximaNovaaltRegular";
  color: #918f8f;
  margin-left: 0px;
}

form.loginform.signupform {
  box-shadow: none;

  padding: 40px 23px;
}

.regesterup {
  text-align: center;
}

/* .form-group.form-check {



    margin-top: 17px;



    margin-bottom: 0px;



} */

.sgn-btn input {
  width: 100%;
  box-shadow: 5px 6px 12px 0px #b2b1b1 !important;
  font-weight: 600;
}
.sgn-btn {
  width: 150px;
  margin: 0 auto;
  /* box-shadow: 5px 6px 12px 0px #b2b1b1 !important; */
}
.form-group.form-check input {
  margin-top: -13.5px;
}

.right_side.signuping {
  box-shadow: none;

  height: 543px;
}

.signin-btn {
  /* padding-left: 0; */
}

.cancle-outer {
  padding-right: 0px;
}

span.fgot-btn {
  /* position: relative;
    bottom: 113px;
    right: -39%; */
  position: relative;
  bottom: 113px;
  left: auto;
  margin-left: 76%;
}

span.eye-signup.reset-pass {
  right: 5%;
  position: absolute;
  top: 51%;
  font-size: 15px;
}

span.eye-signup.reset-pass1 {
  position: absolute;
  right: 5%;
  top: 53%;
  font-size: 15px;
}

.eye-signup {
  position: absolute;
  right: 3%;
  top: 39px;
  font-size: 15px;
}

span.eye-signup.\.ey-sinup1 {
  position: relative;
  right: -88%;
  top: 35px;
  font-size: 15px;
}

span.eye-signup.ey-imp {
  right: -76%;
}

div#validate_password {
  top: -23px;
  margin-bottom: -22px;
}

/* #navbarSupportedContent a {
    margin: 0px 13px;
    font-family: 'ProximaNovaaltBold';
} */

button:focus {
  outline: none;
}

.navbar-light .navbar-toggler {
  border-color: #fff;
}

a.dropdown-item {
  /* margin: 0px !important; */

  font-family: "ProximaNovaaltBold";

  font-size: 14px;
}

a.res-info {
  color: #85c8c9;

  font-size: 14px;

  margin-left: 8px;

  font-weight: 600;

  font-family: "ProximaNovaaltRegular";

  text-decoration: none !important;
}

.forgt {
  padding: 0px 100px 0px 0px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
}

@media only screen and (min-width: 1900px) and (max-width: 1950px) {
  /*  img.mail1 {
    left: -11.5%;
  }
  img.mail {
    left: -11.5%;
  }
 .eye-signup {
    right: -85%;
  } */
  .sgnhed {
    right: 82px;
    top: 191px;
  }
  h4.addteam {
    right: 82px;
    top: 382px;
  }
/*  span.fgot-btn {
    right: -41%;
  } */
  .addteammember {
    padding: 20px 20px 0 20px;
  }
  .addproduct {
    padding: 20px 20px 0 20px;
  }
}
@media only screen and (min-width: 1360px) and (max-width: 1450px) {
  .login-outer {
    left: 53%;
  }
  span.fgot-btn {
    margin-left: 70%;
  }
  form.loginform {
    padding: 50px 56px;
  }
  img.rightaerrow {
    width: 3%;
    margin-bottom: 3.5px !important;
  }
  .form-group.form-check input {
    margin-top: -14.5px;
  }
  span.eye-signup.reset-pass {
    right: 6%;
  }
  span.eye-signup.reset-pass1 {
    right: 6%;
  }
  .eye-signup {
    right: 4%;
  }
  span.eye-signup.ey-imp {
    right: -74%;
  }
  .sgnhed {
    right: 33px;
  }

  h4.addteam {
    top: 317px;
    right: 33px;
  }

  img.mail1 {
    left: 3%;
  }

  img.mail {
    left: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
  .alert.alert-success.alert-dismissible.fade.show {
    top: 17px;
    width: 389px;
    left: -61%;
  }
  .alert.alert-danger.alert-dismissible.fade.show.fgt1 {
    position: relative;
    top: -36px !important;
    left: -163px;
    width: 389px;
  }
  .alert.alert-danger.alert-dismissible.fade.show.lo-g1 {
    top: -33px !important;
    width: 400px;
    left: -163px;
  }
  div#login-alert {
    top: -32px !important;
    width: 401px;
    left: -91%;
  }
  .alert.alert-danger.alert-dismissible.fade.show {
    margin-top: 45px !important;
    margin-bottom: -52px !important;
    margin-left: 65px;
    width: 465px;
  }
  span.eye-signup.reset-pass {
    right: 4%;
  }
  span.eye-signup.reset-pass1 {
    right: 4%;
  }
  .alert-danger {
    width: 402px;
    position: relative;
    top: 20px;
    left: -58%;
  }
  .restdemo {
    margin: 20px 0px 16px -22px !important;
  }
  section.banner {
    min-height: 50vh !important;
  }
  .login-outer {
    left: 56% !important;
  }
  .modal-body {
    margin: -45px 119px -41px 86px;
  }
  .cerror {
    font-size: 13px !important;
  }
  img.rightaerrow {
    margin-bottom: 3px !important;
  }
  span.eye-signup.\.ey-sinup1 {
    right: -82%;
  }
  .admin h4 {
    margin-top: 70px;
    width: 257px;
  }
  h4.addteam {
    width: 200px;
    right: -60px;
    top: 271px;
    font-size: 14px;
  }
  .sgnhed {
    width: 200px;
    right: -60px;
    bottom: 68%;
    font-size: 14px;
  }
  .right_side img {
    width: 34%;
    margin-left: 35px;
  }
  .offset-md-3 {
    margin-left: 0%;
  }
  form#signupform {
    margin: 30px -46px 55px -114px !important;
  }
  form.loginform {
    margin: 40px -133px 17px -100px;
  }
  span.fgot-btn {
    margin-left: 66%;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1100px) {
  .alert.alert-success.alert-dismissible.fade.show {
    top: 17px;
    width: 449px;
    left: -24%;
  }
  section.banner {
    min-height: 90vh !important;
  }
  .alert.alert-danger.alert-dismissible.fade.show.fgt1 {
    position: relative;
    top: -36px !important;
    left: -77px;
    width: 445px;
  }
  .alert.alert-danger.alert-dismissible.fade.show.lo-g1 {
    top: -32px !important;
    width: 456px;
    left: -78px;
  }
  div#login-alert {
    top: -32px !important;
    width: 458px;
    left: -23%;
  }
  .alert.alert-danger.alert-dismissible.fade.show {
    margin-top: 35px !important;
    margin-bottom: -52px !important;
    width: 470px;
    margin-left: 12px;
  }
  .alert-danger {
    width: 460px;
    position: relative;
    top: 20px;
    left: -23%;
  }
  .restdemo {
    margin: 20px 0px 16px -21px !important;
  }
  .modal-body {
    margin: -38px 77px -31px 61px;
  }
  .sgnhed {
    width: 254px;
    right: -20px;
    bottom: 64%;
    font-size: 19px;
  }
  h4.addteam {
    width: 254px;
    right: -20px;
    top: 279px;
    font-size: 19px;
  }
  .right_side img {
    margin-left: 40px;
  }
  form#signupform {
    margin: 30px -46px 55px -114px !important;
  }
  .login-outer {
    left: 55% !important;
  }
  form.loginform {
    margin: 40px -93px 17px -70px;
  }
  span.fgot-btn {
    margin-left: 74%;
  }
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
  .alert.alert-success.alert-dismissible.fade.show {
    top: 17px;
    width: 487px;
    left: -44%;
  }
  span.eye-signup.\.ey-sinup1 {
    right: -83% !important;
    top: 35px !important;
  }
  .alert.alert-danger.alert-dismissible.fade.show.fgt1 {
    top: -12px !important;
    width: 483px;
    margin-left: 1px;
  }
  .alert.alert-danger.alert-dismissible.fade.show.lo-g1 {
    top: -15px !important;
    width: 485px;
    left: -146px;
  }
  div#login-alert {
    top: -12px !important;
    width: 486px;
    left: -48%;
  }
  .alert.alert-danger.alert-dismissible.fade.show {
    margin-left: 22px;
    width: 462px;
    margin-top: 39px !important;
  }
  .eye-signup {
    right: 4% !important;
  }
  span.eye-signup.reset-pass {
    right: 4% !important;
  }
  span.eye-signup.reset-pass1 {
    right: 4% !important;
  }
  .alert-danger {
    width: 488px;
    position: relative;
    top: 20px;
    left: -44%;
  }
  .restdemo {
    margin: 20px 0px 16px -1px !important;
  }
  section.banner {
    min-height: 61vh !important;
  }
  .modal-body {
    margin: -41px 61px -41px 113px;
  }
  .admin h4 {
    width: 300px;
    margin-top: 70px;
  }
  h4.addteam {
    width: 200px;
    right: -50px;
    top: 278px;
    font-size: 14px;
  }
  .sgnhed {
    width: 200px;
    right: -50px;
    bottom: 68%;
    font-size: 14px;
  }
  .right_side img {
    width: 34%;
    margin-top: 177px;
    margin-left: 34px;
  }
  .offset-md-3 {
    margin-left: 0% !important;
  }
  .login-outer {
    left: 53% !important;
  }
  form#signupform {
    margin: 30px -46px 55px -114px !important;
    padding: 30px 26px !important;
  }
  section.banner {
    padding: 80px 0px 80px 180px;
  }
  form.loginform {
    margin: 39px -76px 17px -128px;
  }
  .login-outer {
    padding: 0px !important;
  }
  img.mail1 {
    left: 3%;
  }
  img.mail {
    left: 3%;
  }
  span.fgot-btn {
    margin-left: 70%;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1300px) {
  span.eye-signup.\.ey-sinup1 {
    top: 36px !important;
  }
  section.banner {
    min-height: 70vh !important;
  }
  .alert.alert-danger.alert-dismissible.fade.show.lo-g1 {
    top: -47px !important;
    width: 462px;
    left: 3px;
  }
  div#login-alert {
    top: -42px !important;
    width: 468px;
    left: 0%;
  }
  .restdemo {
    margin: 20px 0px 16px 0px !important;
  }
  .col-md-12.product-detail {
    margin-top: 10px !important;
  }
  h4.addteam {
    width: 61%;
    right: -16px;
    top: 300px;
    font-size: 19px;
  }
  .sgnhed {
    width: 61%;
    right: -16px;
    bottom: 64%;
    font-size: 19px;
  }
  .right_side img {
    margin-left: 34px;
  }
  form#signupform {
    margin: 30px -19px 55px -103px !important;
  }
  span.fgot-btn {
    margin-left: 70%;
  }
  .login-outer {
    padding: 0px !important;
    left: 48% !important;
  }
}

@media only screen and (min-width: 370px) and (max-width: 380px) {
  h4.addteam {
    top: 116px !important;
  }
  .sgnhed {
    top: 30px !important;
  }
}

@media only screen and (min-width: 400px) and (max-width: 420px) {
  h4.addteam {
    top: 116px !important;
  }
  .sgnhed {
    top: 30px !important;
  }
}

@media only screen and (min-width: 380px) and (max-width: 395px) {
  h4.addteam {
    top: 116px !important;
  }
  .sgnhed {
    top: 30px !important;
  }
}

@media only screen and (min-width: 350px) and (max-width: 365px) {
  .col-md-12.admin {
    padding: 0px 20px;
  }

  .sgnhed {
    right: 10px !important;
    top: 30px !important;
  }

  h4.addteam {
    right: 10px !important;
    top: 108px !important;
  }
}

@media (max-width: 767px) {
  span.eye-signup.ey-imp {
    right: -70%;
  }
  .alert.alert-danger.alert-dismissible.fade.show {
    margin-bottom: 0px;
  }
  .restdemo {
    margin: 0 !important;
  }
  .form-trm {
    margin-top: 5px;
  }
  .right_side {
    margin-top: -25px;
  }

  .admin h4 {
    margin-top: 70px;
    margin-left: 0px;
  }

  .sgnhed {
    width: 192px;
    right: 27px;
    top: 30px;
    font-size: 14px;
  }
  h4.addteam {
    width: 192px;
    right: 27px;
    top: 116px;
    font-size: 14px;
  }

  .right_side img {
    width: 26%;
    margin-top: 72px;
    margin-left: 20px;
  }

  .signin {
    font-size: 25px;
  }

  span.fgot-btn {
    margin-left: 56%;
  }

  .eye-signup {
    right: 5%;
  }

  img.mail1 {
    left: 9px;
    top: 37px;
  }

  img.mail {
    left: 9px !important;
    top: 37px;
  }

  form.loginform {
    background: #fff;
    padding: 35px 0;
    box-shadow: none;
    border-radius: 10px;
    margin: 0;
  }

  section.banner {
    background: #fff !important;
    padding: 15px !important;
    box-shadow: none !important;
  }

  form#signupform {
    padding: 0px !important;
    box-shadow: none !important;
    margin: 0px !important;
  }

  .login-outer {
    padding: 15px !important;
    left: 0%;
    width: 100%;
  }

  a.btn.signup-btn {
    width: auto;
    margin-top: 15px !important;
  }

  .heading-content {
    padding: 10px 10px;
  }
  .heading-content input {
    margin: 40px auto 25px;
    width: 73%;
  }
  #banner-section {
    padding-bottom: 70px;
    background: #43abc8;
    text-align: center;
    padding-top: 20px;
    margin-top: 0px;
  }
  header#banner-top {
    text-align: center;
  }
  .brand-video {
    padding: 10px 0px;
  }

  .btn-grad {
    padding: 8px 20px;

    width: 48% !important;

    /* box-shadow: 5px 4px #9d96963d; */
  }

  span.comingsoon {
    display: block;
  }

  .features-inner {
    margin-bottom: 36px;
  }

  .features-outer {
    margin-top: 10px;
  }

  h1.heading-h1 {
    font-size: 21px;
  }

  h2.heading-2 {
    font-size: 20px;
  }

  .checkout {
    padding: 40px 0px 30px;
  }

  hr {
    margin: 0px;
  }

  .feature {
    padding: 50px 0px 30px;
  }

  header#banner-top {
    background: #fff;

    padding-bottom: 30px;
  }

  a.btn.login_btn {
    margin-bottom: 10px !important;
    width: auto;
    margin-top: 15px !important;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  /* .navbar-toggler-icon {
        margin-left: 264px;
        margin-top: -66px;
    } */

  .login-outer {
    padding: 40px 0px 20px 0px;
  }

  .rightimg {
    /* display: none; */
  }

  .right_side.signuping {
    display: none;
  }
}

@media (max-width: 1199px) {
  .rightimg {
    /* display: none; */
  }
}

@media (max-width: 991px) {
  .navbar-nav li {
    margin: 0 auto !important;

    margin-bottom: 10px !important;
  }

  .submit-outer {
    margin: 30px -2px 0px;
  }

  #header img.brand-logo {
    margin: 0px 23px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .login-outer {
    left: 0%;
  }

  .offset-lg-0 {
    /* margin-left: 25%; */
  }

  .navbar-toggler-icon {
    margin-right: 11px !important;
  }
}

#headers {
  background-color: #0c237e;
}

#search_task {
  flex: 1;

  max-width: 400px;

  transition: all 0.4s;

  margin: auto;
}

img.avatar-img.rounded-circle {
  width: 10%;

  margin: 0px 354px;
}

section#menu {
  background: rgb(231, 225, 225);
}

a#addemptask {
  margin: 0 -155px;
}

span.menu-title.add_task_title {
  border-right: 2px solid;
}

svg {
  width: 17px;

  margin-top: 5px;
}

.for-btn {
  position: absolute;

  top: 57%;

  right: 25%;
}

img.rightaerrow {
  width: 3%;

  margin-bottom: 2px;
}

section.banner {
  background: url(../images/signupbackground.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 80px 70px 80px 120px;
  min-height: 100vh;
}

form#signupform {
  background: #fff;
  padding: 30px 40px;
  box-shadow: 2px 2px 3px rgb(0 0 0 / 10%);
  border-radius: 10px;
  margin: 30px 24px 55px 10px;
}

.sub-out11 {
  margin: 0px 175px 0px;
}

p#is_confirm-error {
  margin-top: -16px;
  font-weight: 600;
}

.signupform input {
  border-radius: 0.3rem !important;
}

li.nav-item.dropdown {
  text-align: center;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #85c8c9;
  border-color: #85c8c9;
}

.btn {
  transition: none !important;
}

.modal-header.impt1 {
  position: relative;
  margin-bottom: -39px;
  z-index: 1;
  border-bottom: none;
  padding: 0 1rem;
  top: 15px;
}

input#form2Example18 {
  font-size: 14px !important;
  border: 1px solid #ebedf2;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  height: inherit !important;
  line-height: 1.5;
  font-family: "ManropeLight";
}

input#password-field2 {
  font-size: 14px !important;
  font-family: "ManropeLight";
  padding: 0.75rem 1rem !important;
  border-radius: 4px;
  border: 1px solid #ebedf2;
  line-height: 1.5;
}

.navbar-toggler {
  padding-top: 10px;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  z-index: 1;
}

.restdemo {
  margin: 20px 0px 16px 26px;
  padding: 0px 52px 0px 0px;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none !important;
}

.alert.alert-danger.alert-dismissible.fade.show {
  margin-top: 20px;
  margin-bottom: -30px;
}

.alert.alert-danger.alert-dismissible.fade.show.lo-g1 {
  position: relative;
  top: -44px;
}

div#login-alert {
  position: relative;
  top: -44px;
}

.alert.alert-danger.alert-dismissible.fade.show.fgt1 {
  position: relative;
  top: -48px;
}

h2.notificaion_title {
  font-family: ManropeBold;
  text-align: center;
  margin: 1rem 0rem 2rem 0rem;
  position: relative;
  color: #5698bc;
  text-transform: uppercase;
  font-size: 1.0375rem;
}

.alert-success {
  font-family: "ProximaNovaaltRegular";
  font-size: 14px;
}

.alert.alert-success.alert-dismissible.fade.show {
  position: relative;
}
/* FREE trail STICKER START */.trailButtonContainer{  position:absolute;  top: 42px;  left: 50%;  transform: translate(-50%,0);  }   @media(min-width:1000px){   .trialimg{   width: 42%;  }   }    @media(max-width:1000px){    .trailButtonContainer {      top: 48px;    }    }    @media (max-width:600px){    .trailButtonContainer {      top: 41px;    }    }    @media (min-width:1000px) and (max-width:1030px){    .trialimg {      width: 42%;  }  }      @media (min-width:1300px){    .trialimg {      width: 33%;  }  }  @media(max-width:999px){  .trailHeader {padding-bottom:20px;}  .trailHeader .trailButtonContainer {transform: translate(-50%, 264px);transition: transform 330ms ease-in-out;}  .navbar-nav li {    margin-bottom: 0 !important;  }  .trailButtonContainer {transform: translate(-50%, 0);transition: transform 330ms ease-in-out;}  }    /* FREE trail STICKER END */

  @media (max-width: 999px){
.trailHeader .trailButtonContainer {
    transform: translate(-50%, 234px);
    transition: transform 330ms ease-in-out;
}
}