body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

th,
td,
tr,
.alert,
ul,
p,
a,
span,
select,
input,
option {
  font-family: SourceSansPro-Regular;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
label,
strong {
  font-family: SourceSansPro-Bold !important;
}

.taxtalkBack {
  background-image: url(../images/taxtalkBack.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.taxtalkBack img {
  width: 235px;
}

.signupForm {
  position: relative;
  flex-grow: 1;
}
.signupForm .topLogo {
  width: 240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .signupForm .topLogo {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .signupForm .topLogo {
    width: 140px;
  }
}
.signupForm .innerForm {
  padding: 50px 0px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}
.signupForm .innerForm .logoImg {
  width: 160px;
}
@media screen and (max-width: 820px) {
  .signupForm .innerForm .logoImg {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .signupForm .innerForm .logoImg {
    width: 160px;
  }
}
.signupForm .innerForm .heading h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #00a6bc;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 820px) {
  .signupForm .innerForm .heading h5 {
    font-size: 38px;
    margin-top: 27px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .signupForm .innerForm .heading h5 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.signupForm .innerForm label {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #414141;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 820px) {
  .signupForm .innerForm label {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .signupForm .innerForm label {
    font-size: 15px;
  }
}
.signupForm .innerForm label span {
  color: red;
}
@media screen and (max-width: 575px) {
  .signupForm .innerForm label {
    font-size: 13px;
  }
}
.signupForm .innerForm select {
  width: 100%;
  background: #F3F6F9;
  border: none;
  border-bottom: 2px solid #00a6bc;
  padding: 15px 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #414141;
  margin-top: 10px;
  margin-bottom: 20px;
  outline: none;
  position: relative;
}
@media screen and (max-width: 820px) {
  .signupForm .innerForm select {
    font-size: 25px;
    padding: 25px 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .signupForm .innerForm select {
    font-size: 18px;
    padding: 15px 15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .signupForm .innerForm select {
    padding: 12px 10px;
    font-size: 14px;
  }
}
.signupForm .innerForm select:hover {
  outline: none;
}
.signupForm .innerForm .custom-input {
  width: 100%;
  background: #F3F6F9;
  border: none;
  border-bottom: 2px solid #00a6bc;
  padding: 12px 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #414141;
  margin-top: 2px;
  margin-bottom: 20px;
  outline: none;
}
@media screen and (max-width: 820px) {
  .signupForm .innerForm .custom-input {
    font-size: 25px;
    padding: 20px 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .signupForm .innerForm .custom-input {
    font-size: 15px;
    padding: 12px 10px;
    margin-bottom: 20px;
  }
}
.signupForm .innerForm .input-group {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  width: 100%;
  background: #F3F6F9;
  border: none;
  border-bottom: 2px solid #00A6BC;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #414141;
  margin-top: 10px;
  margin-bottom: 20px;
  outline: none;
}
.signupForm .innerForm .input-group .custom-input {
  width: 100%;
  background: #F3F6F9;
  border: none;
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #414141;
  outline: none;
}
@media screen and (max-width: 820px) {
  .signupForm .innerForm .input-group .custom-input {
    font-size: 25px;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .signupForm .innerForm .input-group .custom-input {
    font-size: 15px;
    padding: 12px 10px;
  }
}
.signupForm .innerForm .input-group .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: none;
  border-radius: 0.25rem;
}
@media screen and (max-width: 820px) {
  .signupForm .innerForm .input-group .input-group-text img {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .signupForm .innerForm .input-group .input-group-text img {
    width: 22px;
  }
}
.signupForm .innerForm .or h4 {
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  color: #858484;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .signupForm .innerForm .or h4 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .signupForm .innerForm .or h4 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .signupForm .innerForm .or h4 {
    font-size: 20px;
  }
}
.signupForm .innerForm .emailMan {
  width: 185px;
  margin: 20px 0px;
}
@media screen and (max-width: 820px) {
  .signupForm .innerForm .emailMan {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .signupForm .innerForm .emailMan {
    width: 185px;
  }
}
.signupForm .innerForm .otp img {
  width: 120px;
  padding-top: 30px;
}
.signupForm .innerForm .otp p {
  padding: 30px 0px;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  color: #414141;
  width: 430px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .signupForm .innerForm .otp p {
    font-size: 27px;
    line-height: 34px;
    width: 560px;
  }
}
@media screen and (max-width: 768px) {
  .signupForm .innerForm .otp p {
    font-size: 17px;
    line-height: 22px;
    width: 390px;
  }
}
@media screen and (max-width: 575px) {
  .signupForm .innerForm .otp p {
    width: 270px;
  }
}
.signupForm .innerForm .otp p .mail {
  font-weight: bold;
  text-decoration: none;
  color: #414141;
}
.signupForm .innerForm .otp p .edit {
  text-decoration: none;
  color: #182EC5;
}
.signupForm .innerForm .otp .otpSection {
  padding-bottom: 25px;
}
.signupForm .innerForm .otp .inputs input {
  width: 33px;
  height: 33px;
  padding: 2px;
  background: #F3F6F9;
  border: 1.00128px solid #858484;
  border-radius: 0px !important;
}
@media screen and (max-width: 820px) {
  .signupForm .innerForm .otp .inputs input {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .signupForm .innerForm .otp .inputs input {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .signupForm .innerForm .otp .inputs input {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}
.signupForm .innerForm .otp input[type=number]::-webkit-inner-spin-button,
.signupForm .innerForm .otp input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.signupForm .innerForm .passwordRestrict {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #00A6BC;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 820px) {
  .signupForm .innerForm .passwordRestrict {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .signupForm .innerForm .passwordRestrict {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 17px;
  }
}
@media screen and (max-width: 575px) {
  .signupForm .innerForm .passwordRestrict {
    font-size: 10.97px;
  }
}
.signupForm .innerForm #msform {
  width: 100%;
  text-align: center;
  position: relative;
}
.signupForm .innerForm #msform fieldset {
  padding: 20px 30px;
  box-sizing: border-box;
  width: 100%;
}
.signupForm .innerForm #msform fieldset:not(:first-of-type) {
  display: none;
}
@media screen and (max-width: 575px) {
  .signupForm .innerForm #msform fieldset {
    padding: 20px 15px;
  }
}
.signupForm .innerForm #msform .action-button {
  width: 140px;
  background: #00a6bc;
  font-weight: 400;
  font-size: 14px;
  color: white;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}
.signupForm .innerForm #msform .action-button:disabled{
    color: silver;
}


@media screen and (max-width: 820px) {
  .signupForm .innerForm #msform .action-button {
    width: 190px;
    font-size: 25px;
    margin: 20px 5px;
  }
}
@media screen and (max-width: 768px) {
  .signupForm .innerForm #msform .action-button {
    width: 140px;
    font-size: 14px;
    margin: 10px 5px;
  }
}
.signupForm .innerForm #msform .login {
  display: block;
}
.signupForm .innerForm #msform .login a {
  font-weight: 300;
  font-size: 13px;
  line-height: 45px;
  color: #999999;
  text-decoration: none;
}
@media screen and (max-width: 820px) {
  .signupForm .innerForm #msform .login a {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  .signupForm .innerForm #msform .login a {
    font-size: 13px;
  }
}
.signupForm .innerForm #msform .signup {
  display: block;
  font-weight: 300;
  font-size: 13px;
  line-height: 45px;
  color: #999999;
  text-decoration: none;
}
@media screen and (max-width: 820px) {
  .signupForm .innerForm #msform .signup {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  .signupForm .innerForm #msform .signup {
    font-size: 13px;
  }
}
.signupForm .innerForm #msform .signup a {
  font-weight: 300;
  font-size: 13px;
  line-height: 45px;
  color: #00a6bc;
  text-decoration: none;
}
@media screen and (max-width: 820px) {
  .signupForm .innerForm #msform .signup a {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  .signupForm .innerForm #msform .signup a {
    font-size: 13px;
  }
}
.signupForm .innerForm #msform .action-button:hover,
.signupForm .innerForm #msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px;
}
.signupForm .innerForm .fs-title {
  font-size: 16px;
  text-transform: uppercase;
  color: red;
  margin-bottom: 10px;
}
.signupForm .innerForm .fs-subtitle {
  font-weight: normal;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}
.signupForm .innerForm #progressbar {
  margin-bottom: 0px;
  overflow: hidden;
  counter-reset: step;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.signupForm .innerForm #progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 8%;
  float: left;
  position: relative;
}
@media screen and (max-width: 820px) {
  .signupForm .innerForm #progressbar li {
    width: 10%;
  }
}
@media screen and (max-width: 768px) {
  .signupForm .innerForm #progressbar li {
    width: 8%;
  }
}
@media screen and (max-width: 575px) {
  .signupForm .innerForm #progressbar li {
    width: 14%;
  }
}
.signupForm .innerForm #progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height: 28px;
  display: block;
  font-size: 19px;
  color: #333;
  background: #D9D9D9;
  border-radius: 100px;
  margin: 0 auto 5px auto;
}
@media screen and (max-width: 820px) {
  .signupForm .innerForm #progressbar li:before {
    width: 45px;
    height: 45px;
    line-height: 41px;
    font-size: 29px;
  }
}
@media screen and (max-width: 768px) {
  .signupForm .innerForm #progressbar li:before {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
  }
}
@media screen and (max-width: 575px) {
  .signupForm .innerForm #progressbar li:before {
    width: 25px;
    height: 25px;
    line-height: 24px;
    font-size: 15px;
  }
}
.signupForm .innerForm #progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #D9D9D9;
  position: absolute;
  left: -50%;
  top: 14px;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .signupForm .innerForm #progressbar li:after {
    height: 3px;
    top: 23px;
  }
}
@media screen and (max-width: 768px) {
  .signupForm .innerForm #progressbar li:after {
    height: 2px;
    top: 14px;
  }
}
@media screen and (max-width: 575px) {
  .signupForm .innerForm #progressbar li:after {
    top: 11px;
  }
}
.signupForm .innerForm #progressbar li:first-child:after {
  content: none;
}
.signupForm .innerForm #progressbar li.active:before,
.signupForm .innerForm #progressbar li.active:after {
  background: #00a6bc;
  color: white;
}
.signupForm .innerForm .help-block {
  font-size: 0.8em;
  color: #7c7c7c;
  text-align: left;
  margin-bottom: 0.5em;
}

.sidepanel {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f3f6f9;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 40px;
  box-shadow: rgba(0, 166, 188, 0.68) -1px 17px 19px -2px;
}
.sidepanel a {
  padding: 10px 8px 10px 20px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #575757;
  border-bottom: 1.2631px solid #e2e2e2;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .sidepanel a {
    padding: 19px 8px 20px 20px;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sidepanel a {
    padding: 10px 8px 10px 20px;
    font-size: 22px;
  }
}
.sidepanel a:hover {
  color: #00a6bc;
}
.sidepanel a .icon {
  margin-right: 25px;
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
}
@media screen and (max-width: 820px) {
  .sidepanel a .icon {
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sidepanel a .icon {
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    margin-right: 25px;
  }
}
.sidepanel .logoImg {
  width: 175px;
  margin-bottom: 5px;
}
@media screen and (max-width: 820px) {
  .sidepanel .logoImg {
    width: 215px;
  }
}
@media screen and (max-width: 768px) {
  .sidepanel .logoImg {
    width: 175px;
  }
}
.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 30px;
  color: #00a6bc;
  text-decoration: none;
  border: none;
  padding: 0;
}

.openbtn {
  cursor: pointer;
  padding: 20px 0px;
  border: none;
  background-color: transparent;
}
.openbtn:hover {
  background-color: transparent;
}
.openbtn img {
  width: 25px;
}
@media screen and (max-width: 820px) {
  .openbtn img {
    width: 45px;
  }
}
@media screen and (max-width: 768px) {
  .openbtn img {
    width: 25px;
  }
}

.overview {
  flex-grow: 1;
  position: relative;
}
.overview .sidepanel {
  z-index: 99999;
  margin-top: 0px;
}
.overview .topLogo {
  width: 160px;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 375px) {
  .overview .topLogo {
    width: 110px;
  }
}
.overview .innerContent {
  margin-bottom: 45px;
  padding-bottom: 70px;
  padding-top: 50px;
  text-align: center;
}
@media screen and (max-width: 375px) {
  .overview .innerContent {
    padding: 0px;
  }
}
.overview .innerContent .logoImg {
  width: 200px;
}
@media screen and (max-width: 820px) {
  .overview .innerContent .logoImg {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .overview .innerContent .logoImg {
    width: 200px;
  }
}
.overview .innerContent .heading h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #00a6bc;
  margin-top: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .overview .innerContent .heading h5 {
    font-size: 45px;
    margin-top: 37px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .overview .innerContent .heading h5 {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 375px) {
  .overview .innerContent .heading h5 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.overview .innerContent .overViewTab .box a {
  background: #f3f6f9;
  border: 1.2657px solid #00a6bc;
  border-radius: 3.7971px;
  padding: 15px 15px;
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 820px) {
  .overview .innerContent .overViewTab .box a {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 768px) {
  .overview .innerContent .overViewTab .box a {
    padding: 15px 15px;
  }
}
@media screen and (max-width: 575px) {
  .overview .innerContent .overViewTab .box a {
    padding: 13px 12px;
  }
}
.overview .innerContent .overViewTab .box a img {
  margin-right: 10px;
}
@media screen and (max-width: 820px) {
  .overview .innerContent .overViewTab .box a img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .overview .innerContent .overViewTab .box a img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
.overview .innerContent .overViewTab .box a p {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #414141;
}
@media screen and (max-width: 820px) {
  .overview .innerContent .overViewTab .box a p {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .overview .innerContent .overViewTab .box a p {
    font-size: 16px;
    line-height: 20px;
  }
}
.overview .innerContent .overViewTab .box a span {
  background: #ffffff;
  border-radius: 3.7971px;
  padding: 6px 8px;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  color: #fb0404;
}
@media screen and (max-width: 820px) {
  .overview .innerContent .overViewTab .box a span {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .overview .innerContent .overViewTab .box a span {
    font-size: 14px;
  }
}
.overview .innerContent .overViewTab .updated p {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #858484;
  margin-top: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 820px) {
  .overview .innerContent .overViewTab .updated p {
    font-size: 27px;
    margin-top: 65px;
  }
}
@media screen and (max-width: 768px) {
  .overview .innerContent .overViewTab .updated p {
    font-size: 15px;
    margin-top: 40px;
  }
}

.notification {
  flex-grow: 1;
  position: relative;
}
.notification .sidepanel {
  z-index: 99999;
  margin-top: 64px;
}
.notification .topLogo {
  width: 200px;
  position: absolute;
  right: 0;
  display: none;
}
.notification .head {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #f3f6f9;
  box-shadow: 0px -19px 26px 12px rgba(0, 166, 188, 0.68);
}
.notification .head .logoImg {
  width: 160px;
}
.notification .innerContent {
  margin-bottom: 45px;
  padding-bottom: 50px;
  padding-top: 110px;
  text-align: center;
}
.notification .innerContent .heading h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #00a6bc;
}
.notification .innerContent .heading p {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #414141;
  margin-bottom: 25px;
}
@media screen and (max-width: 575px) {
  .notification .innerContent .heading p {
    font-size: 14px;
  }
}
.notification .innerContent .content .card {
  background: #ffffff;
  box-shadow: 0px 4.13527px 15.5072px rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 0px;
  text-align: left;
  padding: 20px;
  margin-bottom: 20px;
}
.notification .innerContent .content .card .time {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #f32e2e;
  margin-bottom: 5px;
}
@media screen and (max-width: 575px) {
  .notification .innerContent .content .card .time {
    font-size: 16px;
  }
}
.notification .innerContent .content .card .date {
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
  color: #414141;
  margin-bottom: 6px;
}
@media screen and (max-width: 575px) {
  .notification .innerContent .content .card .date {
    font-size: 15px;
  }
}
.notification .innerContent .content .card .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #414141;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .notification .innerContent .content .card .description {
    font-size: 13px;
  }
}
.notification .innerContent .content .card .description a {
  color: #f32e2e;
  text-decoration: none;
}

.events {
  flex-grow: 1;
  position: relative;
}
.events .sidepanel {
  z-index: 99999;
  margin-top: 64px;
}
.events .topLogo {
  width: 200px;
  position: absolute;
  right: 0;
  display: none;
}
.events .head {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #f3f6f9;
  box-shadow: 0px -19px 26px 12px rgba(0, 166, 188, 0.68);
}
.events .head .logoImg {
  width: 160px;
}
.events .innerContent {
  margin-bottom: 45px;
  padding-bottom: 50px;
  padding-top: 110px;
}
.events .innerContent .heading h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #00a6bc;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.events .innerContent .content .card {
  border: none;
  border-top: 2px solid rgba(229, 232, 234, 0.4);
}
.events .innerContent .content .card a {
  padding: 20px 0px;
  display: block;
  text-decoration: none;
}
.events .innerContent .content .card a:hover .playicon img {
  filter: none;
}
@media screen and (max-width: 575px) {
  .events .innerContent .content .card a .img-desc {
    max-width: 86%;
  }
}
.events .innerContent .content .card a .img-desc img {
  border-radius: 12px;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
}
@media screen and (max-width: 575px) {
  .events .innerContent .content .card a .img-desc img {
    width: 90px;
    height: 115px;
    margin-right: 10px;
  }
}
.events .innerContent .content .card a .img-desc .title {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  text-transform: capitalize;
  color: #6a7980;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .events .innerContent .content .card a .img-desc .title {
    font-size: 15px;
  }
}
.events .innerContent .content .card a .img-desc .subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-transform: capitalize;
  color: rgba(7, 31, 44, 0.4);
  margin: 3px 0px;
}
@media screen and (max-width: 575px) {
  .events .innerContent .content .card a .img-desc .subtitle {
    font-size: 14px;
  }
}
.events .innerContent .content .card a .img-desc .time {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize;
  color: rgba(7, 31, 44, 0.4);
  margin: 0;
}
@media screen and (max-width: 575px) {
  .events .innerContent .content .card a .img-desc .time {
    font-size: 13px;
  }
}
.events .innerContent .content .card a .playicon img {
  filter: grayscale(0.9);
  margin-right: 15px;
}

.eventsDetail {
  flex-grow: 1;
  position: relative;
}
.eventsDetail .sidepanel {
  z-index: 99999;
  margin-top: 64px;
}
.eventsDetail .topLogo {
  width: 200px;
  position: absolute;
  right: 0;
  display: none;
}
.eventsDetail .head {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #f3f6f9;
  box-shadow: 0px -19px 26px 12px rgba(0, 166, 188, 0.68);
}
.eventsDetail .head .logoImg {
  width: 160px;
}
.eventsDetail .innerContent {
  margin-bottom: 45px;
  padding-bottom: 50px;
  padding-top: 110px;
}
.eventsDetail .innerContent .content .card {
  border: none;
  border-bottom: 2px solid rgba(229, 232, 234, 0.4);
  padding: 15px 0px;
  display: block;
  text-decoration: none;
  margin-bottom: 25px;
}
.eventsDetail .innerContent .content .card:hover .playicon img {
  filter: none;
}
@media screen and (max-width: 575px) {
  .eventsDetail .innerContent .content .card .img-desc {
    max-width: 86%;
  }
}
.eventsDetail .innerContent .content .card .img-desc img {
  border-radius: 12px;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
}
@media screen and (max-width: 575px) {
  .eventsDetail .innerContent .content .card .img-desc img {
    width: 90px;
    height: 115px;
    margin-right: 10px;
  }
}
.eventsDetail .innerContent .content .card .img-desc .title {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  text-transform: capitalize;
  color: #6a7980;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .eventsDetail .innerContent .content .card .img-desc .title {
    font-size: 15px;
  }
}
.eventsDetail .innerContent .content .card .img-desc .subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-transform: capitalize;
  color: rgba(7, 31, 44, 0.4);
  margin: 3px 0px;
}
@media screen and (max-width: 575px) {
  .eventsDetail .innerContent .content .card .img-desc .subtitle {
    font-size: 14px;
  }
}
.eventsDetail .innerContent .content .card .img-desc .time {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize;
  color: rgba(7, 31, 44, 0.4);
  margin: 0;
}
@media screen and (max-width: 575px) {
  .eventsDetail .innerContent .content .card .img-desc .time {
    font-size: 13px;
  }
}
.eventsDetail .innerContent .content .card .playicon .action-button {
  width: 56px;
  background: #e3effb;
  border: 1.2631px solid #00a6bc;
  border-radius: 7.5786px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(16, 203, 0, 0.9607843137);
  cursor: pointer;
  padding: 5px 5px;
  line-height: 20px;
}
.eventsDetail .innerContent .content .description P {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #414141;
}
.eventsDetail .innerContent .content .description .action-button {
  width: 140px;
  background: #d9d9d9;
  font-weight: 400;
  font-size: 14px;
  color: #414141;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 5px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.faq {
  flex-grow: 1;
  position: relative;
}
.faq .sidepanel {
  z-index: 99999;
  margin-top: 64px;
}
.faq .topLogo {
  width: 200px;
  position: absolute;
  right: 0;
  display: none;
}
.faq .head {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #f3f6f9;
  box-shadow: 0px -19px 26px 12px rgba(0, 166, 188, 0.68);
}
.faq .head .logoImg {
  width: 160px;
}
.faq .innerContent {
  margin-bottom: 45px;
  padding-bottom: 80px;
  padding-top: 110px;
}
.faq .innerContent .heading {
  background: #f3f6f9;
  padding: 15px 20px;
}
.faq .innerContent .heading p {
  margin: 0;
  font-weight: 400;
  font-size: 21px;
  line-height: 29px;
  color: #00a6bc;
}
.faq .innerContent .heading img {
  width: 30px;
}
.faq .innerContent .accordion .accordion-button::after {
  background-image: url(../images/arrowDown.svg);
}
.faq .innerContent .accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../images/arrowUp.svg);
  transform: rotate(-180deg);
}
.faq .innerContent .accordion .accordion-button:focus {
  box-shadow: none;
  background-color: transparent;
  color: #414141;
}
.faq .innerContent .accordion .accordion-item {
  background: #ffffff;
  box-shadow: 0px 5.0628px 18.9855px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  border: none;
}
.faq .innerContent .accordion .accordion-item .accordion-button .content img {
  margin-right: 15px;
}
.faq .innerContent .accordion .accordion-item .accordion-button .content .title {
  font-weight: 300;
  font-size: 18px;
  /**line-height: 10px;*/
  color: #414141;
  margin-bottom: 13px;
}
@media screen and (max-width: 575px) {
  .faq .innerContent .accordion .accordion-item .accordion-button .content .title {
    font-size: 16px;
  }
}
.faq .innerContent .accordion .accordion-item .accordion-button .content .subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #414141;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .faq .innerContent .accordion .accordion-item .accordion-button .content .subtitle {
    font-size: 16px;
  }
}
.faq .innerContent .accordion .accordion-item .accordion-button .content .subtitle span {
  color: #f32e2e;
}
.faq .innerContent .accordion .accordion-item .accordion-body {
  padding: 1rem 45px;
  padding-top: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #414141;
}

.weather {
  flex-grow: 1;
  position: relative;
}
.weather .sidepanel {
  z-index: 99999;
  margin-top: 64px;
}
.weather .topLogo {
  width: 200px;
  position: absolute;
  right: 0;
  display: none;
}
.weather .head {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #f3f6f9;
  box-shadow: 0px -19px 26px 12px rgba(0, 166, 188, 0.68);
}
.weather .head .logoImg {
  width: 160px;
}
.weather .innerContent {
  margin-bottom: 45px;
  padding-bottom: 50px;
  padding-top: 110px;
  text-align: center;
}
.weather .innerContent .heading h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #00a6bc;
}
.weather .innerContent .heading p {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #414141;
  margin-bottom: 25px;
}
@media screen and (max-width: 575px) {
  .weather .innerContent .heading p {
    font-size: 14px;
  }
}
.weather .innerContent .content .card {
  border: none;
  border-radius: 0px;
}
.weather .innerContent .content .card a {
  background: #ffffff;
  text-align: left;
  padding: 15px 15px;
  text-decoration: none;
}
.weather .innerContent .content .card a .time {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #f32e2e;
  margin-bottom: 5px;
}
@media screen and (max-width: 575px) {
  .weather .innerContent .content .card a .time {
    font-size: 16px;
  }
}
.weather .innerContent .content .card a .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #414141;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .weather .innerContent .content .card a .description {
    font-size: 13px;
  }
}

.weatherForecast {
  flex-grow: 1;
  position: relative;
}
.weatherForecast .sidepanel {
  z-index: 99999;
  margin-top: 64px;
}
.weatherForecast .topLogo {
  width: 200px;
  position: absolute;
  right: 0;
  display: none;
}
.weatherForecast .head {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #f3f6f9;
  box-shadow: 0px -19px 26px 12px rgba(0, 166, 188, 0.68);
}
.weatherForecast .head .logoImg {
  width: 160px;
}
.weatherForecast .innerContent {
  margin-bottom: 45px;
  padding-bottom: 50px;
  padding-top: 110px;
}
.weatherForecast .innerContent .heading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.weatherForecast .innerContent .heading img {
  width: 70px;
  margin-right: 10px;
}
.weatherForecast .innerContent .heading h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #00a6bc;
  margin: 0;
}
.weatherForecast .innerContent .heading p {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #414141;
  margin-bottom: 25px;
}
@media screen and (max-width: 575px) {
  .weatherForecast .innerContent .heading p {
    font-size: 14px;
  }
}
.weatherForecast .innerContent .content .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #090a0a;
  margin-top: 40px;
}
.weatherForecast .innerContent .content .headp {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #f32e2e;
  margin-bottom: 10px;
}
.weatherForecast .innerContent .content .des {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #414141;
}
.weatherForecast .innerContent .content .efective .headp {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #f32e2e;
  margin-bottom: 10px;
  width: 30%;
}
@media screen and (max-width: 575px) {
  .weatherForecast .innerContent .content .efective .headp {
    width: 40%;
  }
}
.weatherForecast .innerContent .content .efective .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #414141;
  width: 70%;
}
@media screen and (max-width: 575px) {
  .weatherForecast .innerContent .content .efective .desc {
    width: 70%;
  }
}

.contact {
  flex-grow: 1;
  position: relative;
}
.contact .sidepanel {
  z-index: 99999;
  margin-top: 64px;
}
.contact .topLogo {
  width: 200px;
  position: absolute;
  right: 0;
  display: none;
}
.contact .head {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #f3f6f9;
  box-shadow: 0px -19px 26px 12px rgba(0, 166, 188, 0.68);
}
.contact .head .logoImg {
  width: 160px;
}
.contact .innerContent {
  margin-bottom: 45px;
  padding-top: 110px;
  text-align: center;
}
.contact .innerContent .heading h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #00a6bc;
  margin-bottom: 35px;
}
.contact .innerContent .heading p {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #414141;
  margin-bottom: 25px;
}
@media screen and (max-width: 575px) {
  .contact .innerContent .heading p {
    font-size: 14px;
  }
}
.contact .innerContent .content .input-group {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  width: 100%;
  background: #f3f6f9;
  border: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #414141;
  margin-top: 15px;
  margin-bottom: 20px;
  outline: none;
  padding: 13px 3px;
}
.contact .innerContent .content .input-group .custom-input {
  width: 100%;
  background: #f3f6f9;
  border: none;
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #414141;
  outline: none;
}
.contact .innerContent .content .input-group .custom-input::-moz-placeholder {
  color: #00a6bc;
}
.contact .innerContent .content .input-group .custom-input:-ms-input-placeholder {
  color: #00a6bc;
}
.contact .innerContent .content .input-group .custom-input::placeholder {
  color: #00a6bc;
}
.contact .innerContent .content .input-group .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: none;
  border-radius: 0.25rem;
  width: 55px;
}
.contact .innerContent .content .help {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #414141;
  margin-bottom: 10px;
  margin-top: 25px;
}
.contact .innerContent .content textarea {
  background: #f3f6f9;
  width: 100%;
  border: none;
  outline: none;
  font-size: 15px;
  padding: 10px;
}
.contact .innerContent .content .form-check {
  text-align: left;
  font-weight: 700;
  font-size: 19px;
  line-height: 29px;
  color: #414141;
  margin-bottom: 10px;
  margin-top: 25px;
}
.contact .innerContent .content .form-check .form-check-input {
  width: 1.2em;
  height: 1.2em;
  border: 2px solid #00a6bc;
  background-color: #f3f6f9;
  border-radius: 0px;
}
.contact .innerContent .content .form-check .form-check-input:focus {
  box-shadow: none;
}
.contact .innerContent .content .form-check .form-check-input:checked {
  background-color: #00a6bc;
}
.contact .innerContent .content .form-check .form-check-label {
  margin-left: 5px;
}
.contact .innerContent .content .checked {
  text-align: left;
  margin-left: 35px;
  max-width: 300px;
}
.contact .innerContent .content .action-button {
  width: 160px;
  background: #00a6bc;
  font-weight: 400;
  font-size: 14px;
  color: white;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 5px;
  margin-bottom: 40px;
  margin-top: 50px;
}
.contact .innerContent .content .socialLinks {
  margin-top: 40px;
}
.contact .innerContent .content .socialLinks img {
  width: 30px;
  margin: 1px;
}

.subscription {
  flex-grow: 1;
  position: relative;
}
.subscription .sidepanel {
  z-index: 99999;
  margin-top: 64px;
}
.subscription .topLogo {
  width: 200px;
  position: absolute;
  right: 0;
  display: none;
}
.subscription .head {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #f3f6f9;
  box-shadow: 0px -19px 26px 12px rgba(0, 166, 188, 0.68);
}
.subscription .head .logoImg {
  width: 160px;
}
.subscription .innerContent {
  padding-bottom: 50px;
  padding-top: 110px;
  background-color: #f3f6f9;
}
.subscription .innerContent .heading {
  text-align: center;
}
.subscription .innerContent .heading h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #00a6bc;
}
.subscription .innerContent .heading p {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #414141;
  margin-bottom: 25px;
}
@media screen and (max-width: 575px) {
  .subscription .innerContent .heading p {
    font-size: 14px;
  }
}
.subscription .innerContent .content .subscribe .title h3 {
  font-weight: 600;
  font-size: 19px;
  line-height: 30px;
  color: #090a0a;
}
.subscription .innerContent .content .card {
  background: #ffffff;
  border-radius: 19.9428px;
  padding: 20px;
  border: none;
  margin-bottom: 10px;
}
.subscription .innerContent .content .card h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #090a0a;
  margin: 0;
  margin-left: 5px;
}
.subscription .innerContent .content .card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #090a0a;
  margin: 0;
}
.subscription .innerContent .content .card img {
  width: 20px;
}
.subscription .innerContent .content .card .desc {
  margin: 20px 0px;
  margin-bottom: 10px;
}
.subscription .innerContent .content .card .action-button {
  width: 140px;
  background: #d9d9d9;
  font-weight: 600;
  font-size: 15px;
  color: #414141;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 5px;
}
.subscription .innerContent .content .sliders {
  text-align: center;
}
.subscription .innerContent .content .sliders h4 {
  font-weight: 600;
  font-size: 19px;
  line-height: 30px;
  text-align: center;
  color: #090a0a;
  margin: 0;
  margin-bottom: 15px;
  margin-top: 35px;
}
.subscription .innerContent .content .sliders .card {
  background: #ffffff;
  border-radius: 19.9428px;
  padding: 30px 20px;
  border: none;
  margin: 10px;
  margin-top: 25px !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .subscription .innerContent .content .sliders .card {
    margin: 5px;
  }
}
.subscription .innerContent .content .sliders .card h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #090a0a;
  margin: 0;
  margin-bottom: 10px;
}
.subscription .innerContent .content .sliders .card img {
  width: 60px;
  margin-bottom: 5px;
}
.subscription .innerContent .content .sliders .card .desc {
  margin: 20px 0px;
  margin-bottom: 50px;
}
.subscription .innerContent .content .sliders .card .action-button {
  width: 160px;
  background: #00a6bc;
  font-weight: 400;
  font-size: 15px;
  color: white;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 5px;
}
.subscription .innerContent .content .sliders .slick-current .card {
  padding-top: 33px;
  margin-top: 0 !important;
  padding-bottom: 75px;
}

.account {
  flex-grow: 1;
  position: relative;
}
.account .sidepanel {
  z-index: 99999;
  margin-top: 64px;
}
.account .topLogo {
  width: 200px;
  position: absolute;
  right: 0;
  z-index: -9;
}
.account .head {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #f3f6f9;
  box-shadow: 0px -19px 26px 12px rgba(0, 166, 188, 0.68);
}
.account .head .logoImg {
  width: 160px;
}
.account .innerContent {
  margin-bottom: 45px;
  padding-bottom: 50px;
  padding-top: 110px;
}
.account .innerContent .heading {
  text-align: center;
}
.account .innerContent .heading h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #00a6bc;
  margin-bottom: 35px;
}
.account .innerContent .content .profile {
  background: #f3f6f9;
  padding: 20px;
  margin-bottom: 20px;
}
.account .innerContent .content .profile p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #00a6bc;
  margin: 0;
}
.account .innerContent .content .profile .head {
  padding-bottom: 15px;
  position: relative;
  z-index: 0;
  box-shadow: none;
}
.account .innerContent .content .profile .head img {
  width: 23px;
}
.account .innerContent .content .profile .inner {
  margin: 15px 0px;
}
.account .innerContent .content .profile .inner .name {
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;
  color: #414141;
  margin: 0;
  width: 40%;
}
@media screen and (max-width: 575px) {
  .account .innerContent .content .profile .inner .name {
    font-size: 13px;
    width: 35%;
  }
}
.account .innerContent .content .profile .inner .detail {
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  color: #414141;
  margin: 0;
  width: 60%;
}
@media screen and (max-width: 575px) {
  .account .innerContent .content .profile .inner .detail {
    font-size: 13px;
    width: 65%;
  }
}
.account .innerContent .content .profile .borderB {
  border-bottom: 1px solid #dfdfdf;
}
.account .innerContent .content .profile .inners {
  padding: 15px 0px;
}
.account .innerContent .content .profile .inners .name {
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;
  color: #414141;
  margin: 0;
  width: 40%;
}
@media screen and (max-width: 575px) {
  .account .innerContent .content .profile .inners .name {
    font-size: 13px;
    width: 35%;
  }
}
.account .innerContent .content .profile .inners .detail {
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  color: #414141;
  margin: 0;
  width: 60%;
}
@media screen and (max-width: 575px) {
  .account .innerContent .content .profile .inners .detail {
    font-size: 13px;
    width: 65%;
  }
}
.account .innerContent .content .profile .location .name {
  width: 100%;
  margin-left: 8px;
}
@media screen and (max-width: 575px) {
  .account .innerContent .content .profile .location .name {
    width: 100%;
  }
}
.account .innerContent .content .profile .location .detail {
  width: 100%;
  margin-left: 8px;
}
@media screen and (max-width: 575px) {
  .account .innerContent .content .profile .location .detail {
    width: 100%;
  }
}

.profileEdit {
  flex-grow: 1;
  position: relative;
}
.profileEdit .sidepanel {
  z-index: 99999;
  margin-top: 64px;
}
.profileEdit .topLogo {
  width: 200px;
  position: absolute;
  right: 0;
  z-index: -9;
}
.profileEdit .head {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #f3f6f9;
  box-shadow: 0px -19px 26px 12px rgba(0, 166, 188, 0.68);
}
.profileEdit .head .logoImg {
  width: 160px;
}
.profileEdit .innerContent {
  margin-bottom: 45px;
  padding-bottom: 90px;
  padding-top: 110px;
  text-align: center;
}
.profileEdit .innerContent .heading h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #00a6bc;
  margin-bottom: 35px;
}
.profileEdit .innerContent .heading p {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #414141;
  margin-bottom: 25px;
}
@media screen and (max-width: 575px) {
  .profileEdit .innerContent .heading p {
    font-size: 14px;
  }
}
.profileEdit .innerContent .content label {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #414141;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.profileEdit .innerContent .content label span {
  color: red;
}
@media screen and (max-width: 575px) {
  .profileEdit .innerContent .content label {
    font-size: 13px;
  }
}

/*Start*/
.profileEdit .innerContent .content .custom-input {
  width: 100%;
  background: #f3f6f9;
  border: none;
  border: 1px solid #00a6bc;
  padding: 12px 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #414141;
  margin-top: 10px;
  margin-bottom: 20px;
  outline: none;
}
@media screen and (max-width: 575px) {
  .profileEdit .innerContent .content .custom-input {
    padding: 10px 10px;
    font-size: 14px;
  }
}
.profileEdit .innerContent .content select {
  width: 100%;
  background: #f3f6f9;
  border: none;
  border: 1px solid #00a6bc;
  padding: 12px 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #414141;
  margin-top: 10px;
  margin-bottom: 20px;
  outline: none;
}
@media screen and (max-width: 575px) {
  .profileEdit .innerContent .content select {
    padding: 10px 10px;
    font-size: 14px;
  }
}
/*End*/


.profileEdit .innerContent .content .action-button {
  width: 140px;
  background: #00a6bc;
  font-weight: 400;
  font-size: 14px;
  color: white;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

.profileEditContact {
  flex-grow: 1;
  position: relative;
}
.profileEditContact .sidepanel {
  z-index: 99999;
  margin-top: 64px;
}
.profileEditContact .topLogo {
  width: 200px;
  position: absolute;
  right: 0;
  z-index: -9;
}
.profileEditContact .head {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #f3f6f9;
  box-shadow: 0px -19px 26px 12px rgba(0, 166, 188, 0.68);
}
.profileEditContact .head .logoImg {
  width: 160px;
}
.profileEditContact .innerContent {
  margin-bottom: 45px;
  padding-bottom: 40px;
  padding-top: 110px;
}
.profileEditContact .innerContent .heading {
  text-align: center;
}
.profileEditContact .innerContent .heading h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #00a6bc;
  margin-bottom: 15px;
}
.profileEditContact .innerContent .heading h6 {
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  color: #858484;
  margin-bottom: 45px;
}
@media screen and (max-width: 575px) {
  .profileEditContact .innerContent .heading h6 {
    font-size: 14px;
  }
}
.profileEditContact .innerContent .content .boxWhite {
  background: transparent;
  border: 0px;
  border-radius: 0;
  padding: 13px 0px;
  margin-bottom: 5px;
  margin-top: 20px;
  display: block;
  text-decoration: none;
}
.profileEditContact .innerContent .content .boxWhite p {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #00a6bc;
}
@media screen and (max-width: 575px) {
  .profileEditContact .innerContent .content .boxWhite p {
    font-size: 15px;
  }
}
.profileEditContact .innerContent .content .boxWhite .name {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  color: #00a6bc;
}
@media screen and (max-width: 575px) {
  .profileEditContact .innerContent .content .boxWhite .name {
    font-size: 15px;
  }
}
.profileEditContact .innerContent .content .boxWhite .detail {
  width: 260px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #858484;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .profileEditContact .innerContent .content .boxWhite .detail {
    width: 90px;
    font-size: 15px;
  }
}
.profileEditContact .innerContent .content .box {
  background: #f3f6f9;
  border: 1.2657px solid #00a6bc;
  border-radius: 0;
  padding: 13px 15px;
  margin-bottom: 7px;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 575px) {
  .profileEditContact .innerContent .content .box {
    padding: 13px 12px;
  }
}
.profileEditContact .innerContent .content .box p {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #00a6bc;
}
@media screen and (max-width: 575px) {
  .profileEditContact .innerContent .content .box p {
    font-size: 15px;
  }
}
.profileEditContact .innerContent .content .box img {
  width: 13px;
}
.profileEditContact .innerContent .content .box .name {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  color: #00a6bc;
}
@media screen and (max-width: 575px) {
  .profileEditContact .innerContent .content .box .name {
    font-size: 15px;
  }
}
.profileEditContact .innerContent .content .box .detail {
  width: 260px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #858484;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .profileEditContact .innerContent .content .box .detail {
    width: 90px;
    font-size: 15px;
  }
}
.profileEditContact .innerContent .content .profile {
  margin-bottom: 20px;
  background: #f3f6f9;
  border: 1.2657px solid #00a6bc;
  border-radius: 0;
  padding: 15px 15px;
}
.profileEditContact .innerContent .content .profile .inner {
  margin: 10px 0px;
}
.profileEditContact .innerContent .content .profile .inner .name {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #00a6bc;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .profileEditContact .innerContent .content .profile .inner .name {
    font-size: 15px;
  }
}
.profileEditContact .innerContent .content .profile .inner .detail {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #858484;
  margin: 0;
  width: 260px;
}
@media screen and (max-width: 575px) {
  .profileEditContact .innerContent .content .profile .inner .detail {
    font-size: 15px;
    width: 120px;
  }
}
.profileEditContact .innerContent .content .action-button {
  width: 140px;
  background: #00a6bc;
  font-weight: 400;
  font-size: 14px;
  color: white;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 5px;
  margin-top: 25px;
}

.cancelModal .modal-content {
  padding: 30px;
}
@media screen and (max-width: 575px) {
  .cancelModal .modal-content {
    padding: 0px;
  }
}
.cancelModal .modal-content h3 {
  font-weight: 700;
  font-size: 27px;
  line-height: 38px;
  color: #00a6bc;
  margin-bottom: 20px;
}
.cancelModal .modal-content P {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #414141;
}
.cancelModal .modal-content input {
  padding: 10px;
  border-radius: 2px;
  border: 1px solid #00a6bc;
  outline: none;
  background-color: #f3f6f9;
}
.cancelModal .modal-content input .iti__selected-flag {
  background: #d8e0e8;
}
.cancelModal .modal-content .iti--allow-dropdown {
  width: 100%;
}
.cancelModal .modal-content input::-moz-placeholder {
  color: #bbb;
}
.cancelModal .modal-content input:-ms-input-placeholder {
  color: #bbb;
}
.cancelModal .modal-content input::placeholder {
  color: #bbb;
}
.cancelModal .modal-content .btn-secondary {
  background: #bcbcbc !important;
  border-radius: 6.3285px !important;
  color: #333 !important;
  border: none;
  width: 130px;
  height: 45px;
  font-weight: 400;
}
.cancelModal .modal-content .btn-primary {
  background: #fb0404 !important;
  border-radius: 6.3285px !important;
  color: white !important;
  border: none;
  width: 130px;
  height: 45px;
  font-weight: 400;
}

.faxModal .modal-content {
  padding: 30px;
}
@media screen and (max-width: 575px) {
  .faxModal .modal-content {
    padding: 0px;
  }
}
.faxModal .modal-content h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 38px;
  color: #00a6bc;
  margin-bottom: 20px;
}
.faxModal .modal-content input {
  padding: 10px;
  border-radius: 2px;
  border: 1px solid #00a6bc;
  outline: none;
  background-color: #f3f6f9;
  width: 100%;
  padding-left: 100px !important;
}
.faxModal .modal-content .iti__selected-flag {
  background: #d8e0e8;
}
.faxModal .modal-content .iti--allow-dropdown {
  width: 100%;
}
.faxModal .modal-content input::-moz-placeholder {
  color: #bbb;
}
.faxModal .modal-content input:-ms-input-placeholder {
  color: #bbb;
}
.faxModal .modal-content input::placeholder {
  color: #bbb;
}
.faxModal .modal-content .btn-secondary {
  background: #bcbcbc !important;
  border-radius: 6.3285px !important;
  color: #333 !important;
  border: none;
  width: 130px;
  height: 45px;
  font-weight: 400;
}
.faxModal .modal-content .btn-primary {
  background: #00a6bc !important;
  border-radius: 6.3285px !important;
  color: white !important;
  border: none;
  width: 130px;
  height: 45px;
  font-weight: 400;
}

.NewAddress {
  flex-grow: 1;
  position: relative;
}
.NewAddress .sidepanel {
  z-index: 99999;
  margin-top: 64px;
}
.NewAddress .topLogo {
  width: 200px;
  position: absolute;
  right: 0;
  z-index: -9;
}
.NewAddress .head {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #f3f6f9;
  box-shadow: 0px -19px 26px 12px rgba(0, 166, 188, 0.68);
}
.NewAddress .head .logoImg {
  width: 160px;
}
.NewAddress .innerContent {
  margin-bottom: 45px;
  padding-bottom: 90px;
  padding-top: 110px;
  text-align: center;
}
.NewAddress .innerContent .heading h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #00a6bc;
  margin-bottom: 15px;
}
.NewAddress .innerContent .heading h6 {
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  color: #858484;
  margin-bottom: 25px;
}
@media screen and (max-width: 575px) {
  .NewAddress .innerContent .heading h6 {
    font-size: 14px;
  }
}
.NewAddress .innerContent .content label {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #414141;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.NewAddress .innerContent .content label span {
  color: red;
}
@media screen and (max-width: 575px) {
  .NewAddress .innerContent .content label {
    font-size: 13px;
  }
}
.NewAddress .innerContent .content .custom-input {
  width: 100%;
  background: #f3f6f9;
  border: none;
  border: 1px solid #00a6bc;
  padding: 12px 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #414141;
  margin-top: 10px;
  margin-bottom: 20px;
  outline: none;
}
@media screen and (max-width: 575px) {
  .NewAddress .innerContent .content .custom-input {
    padding: 10px 10px;
    font-size: 14px;
  }
}
.NewAddress .innerContent .content select {
  width: 100%;
  background: #f3f6f9;
  border: none;
  border: 1px solid #00a6bc;
  padding: 12px 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #414141;
  margin-top: 10px;
  margin-bottom: 20px;
  outline: none;
}
@media screen and (max-width: 575px) {
  .NewAddress .innerContent .content select {
    padding: 10px 10px;
    font-size: 14px;
  }
}


.NewAddress .innerContent .content .action-button {
  width: 140px;
  background: #00a6bc;
  font-weight: 400;
  font-size: 14px;
  color: white;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

.functionalNeed {
  flex-grow: 1;
  position: relative;
}
.functionalNeed .sidepanel {
  z-index: 99999;
  margin-top: 64px;
}
.functionalNeed .topLogo {
  width: 200px;
  position: absolute;
  right: 0;
  z-index: -9;
}
.functionalNeed .head {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #f3f6f9;
  box-shadow: 0px -19px 26px 12px rgba(0, 166, 188, 0.68);
}
.functionalNeed .head .logoImg {
  width: 160px;
}
.functionalNeed .innerContent {
  margin-bottom: 45px;
  padding-bottom: 90px;
  padding-top: 110px;
}
.functionalNeed .innerContent .heading {
  text-align: center;
}
.functionalNeed .innerContent .heading h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #00a6bc;
  margin-bottom: 15px;
}
.functionalNeed .innerContent .heading h6 {
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  color: #858484;
  margin-bottom: 25px;
}
@media screen and (max-width: 575px) {
  .functionalNeed .innerContent .heading h6 {
    font-size: 14px;
  }
}
.functionalNeed .innerContent .content .custom-input {
  width: 100%;
  background: #f3f6f9;
  border: none;
  border-bottom: 2px solid #00a6bc;
  padding: 12px 10px;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  color: #414141;
  margin-top: 10px;
  margin-bottom: 20px;
  outline: none;
}
@media screen and (max-width: 575px) {
  .functionalNeed .innerContent .content .custom-input {
    padding: 10px 10px;
    font-size: 14px;
  }
}
.functionalNeed .innerContent .content .form-check {
  margin: 6px 0px;
}
.functionalNeed .innerContent .content .form-check p {
  margin-left: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #858484;
  margin-bottom: 0px;
  margin-top: 4px;
}
.functionalNeed .innerContent .content .form-check .form-check-input {
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #00a6bc;
  background-color: #f3f6f9;
  border-radius: 0px;
}
.functionalNeed .innerContent .content .form-check .form-check-input:focus {
  box-shadow: none;
}
.functionalNeed .innerContent .content .form-check .form-check-input:checked {
  background-color: #00a6bc;
}
.functionalNeed .innerContent .content .action-button {
  width: 140px;
  background: #00a6bc;
  font-weight: 400;
  font-size: 14px;
  color: white;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
  margin-top: 50px;
}

.addEmailAdreess {
  flex-grow: 1;
  position: relative;
}
.addEmailAdreess .sidepanel {
  z-index: 99999;
  margin-top: 64px;
}
.addEmailAdreess .topLogo {
  width: 200px;
  position: absolute;
  right: 0;
  z-index: -9;
}
.addEmailAdreess .head {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #f3f6f9;
  box-shadow: 0px -19px 26px 12px rgba(0, 166, 188, 0.68);
}
.addEmailAdreess .head .logoImg {
  width: 160px;
}
.addEmailAdreess .innerContent {
  margin-bottom: 45px;
  padding-bottom: 90px;
  padding-top: 110px;
}
.addEmailAdreess .innerContent .heading {
  text-align: center;
}
.addEmailAdreess .innerContent .heading h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #00a6bc;
  margin-bottom: 15px;
}
.addEmailAdreess .innerContent .heading h6 {
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  color: #858484;
  margin-bottom: 25px;
}
@media screen and (max-width: 575px) {
  .addEmailAdreess .innerContent .heading h6 {
    font-size: 14px;
  }
}
.addEmailAdreess .innerContent .content label {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #414141;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.addEmailAdreess .innerContent .content label span {
  color: red;
}
@media screen and (max-width: 575px) {
  .addEmailAdreess .innerContent .content label {
    font-size: 13px;
  }
}
.addEmailAdreess .innerContent .content select {
  width: 100%;
  background: #f3f6f9;
  border: none;
  border: 1px solid #00a6bc;
  padding: 12px 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #414141;
  margin-top: 10px;
  margin-bottom: 20px;
  outline: none;
  position: relative;
}
@media screen and (max-width: 575px) {
  .addEmailAdreess .innerContent .content select {
    padding: 10px 3px;
    font-size: 14px;
  }
}
.addEmailAdreess .innerContent .content select:hover {
  outline: none;
}
.addEmailAdreess .innerContent .content .input-group {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  width: 100%;
  background: #f3f6f9;
  border: none;
  border-bottom: 2px solid #00a6bc;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #414141;
  margin-top: 10px;
  margin-bottom: 20px;
  outline: none;
  padding: 10px 0px;
}
.addEmailAdreess .innerContent .content .input-group .custom-input {
  width: 100%;
  background: #f3f6f9;
  border: none;
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #414141;
  outline: none;
}
.addEmailAdreess .innerContent .content .input-group .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: none;
  border-radius: 0.25rem;
}
.addEmailAdreess .innerContent .content .emailMan {
  width: 245px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.addEmailAdreess .innerContent .content .action-button {
  width: 140px;
  background: #00a6bc;
  font-weight: 400;
  font-size: 14px;
  color: white;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
  margin-top: 50px;
}

.verifyEmailAdreess {
  flex-grow: 1;
  position: relative;
}
.verifyEmailAdreess .sidepanel {
  z-index: 99999;
  margin-top: 64px;
}
.verifyEmailAdreess .topLogo {
  width: 200px;
  position: absolute;
  right: 0;
  z-index: -9;
}
.verifyEmailAdreess .head {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #f3f6f9;
  box-shadow: 0px -19px 26px 12px rgba(0, 166, 188, 0.68);
}
.verifyEmailAdreess .head .logoImg {
  width: 160px;
}
.verifyEmailAdreess .innerContent {
  margin-bottom: 45px;
  padding-bottom: 90px;
  padding-top: 110px;
}
.verifyEmailAdreess .innerContent .heading {
  text-align: center;
}
.verifyEmailAdreess .innerContent .heading h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #00a6bc;
  margin-bottom: 15px;
}
.verifyEmailAdreess .innerContent .heading h6 {
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  color: #858484;
  margin-bottom: 25px;
}
@media screen and (max-width: 575px) {
  .verifyEmailAdreess .innerContent .heading h6 {
    font-size: 14px;
  }
}
.verifyEmailAdreess .innerContent .content .otp {
  text-align: center;
}
.verifyEmailAdreess .innerContent .content .otp img {
  width: 100px;
  padding-top: 30px;
}
.verifyEmailAdreess .innerContent .content .otp p {
  padding: 30px 0px;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  color: #414141;
  width: 430px;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  .verifyEmailAdreess .innerContent .content .otp p {
    width: 270px;
  }
}
.verifyEmailAdreess .innerContent .content .otp p .mail {
  font-weight: bold;
  text-decoration: none;
  color: #414141;
}
.verifyEmailAdreess .innerContent .content .otp p .edit {
  text-decoration: none;
  color: #182ec5;
}
.verifyEmailAdreess .innerContent .content .otp .otpSection {
  padding-bottom: 25px;
}
.verifyEmailAdreess .innerContent .content .otp .inputs input {
  width: 33px;
  height: 33px;
  padding: 2px;
  background: #f3f6f9;
  border: 1.00128px solid #858484;
  border-radius: 0px !important;
}
@media screen and (max-width: 820px) {
  .verifyEmailAdreess .innerContent .content .otp .inputs input {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .verifyEmailAdreess .innerContent .content .otp .inputs input {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .verifyEmailAdreess .innerContent .content .otp .inputs input {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}
.verifyEmailAdreess .innerContent .content .otp input[type=number]::-webkit-inner-spin-button,
.verifyEmailAdreess .innerContent .content .otp input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.verifyEmailAdreess .innerContent .content .resend {
  text-align: center;
  margin-top: 20px;
}
.verifyEmailAdreess .innerContent .content .resend p {
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  color: #999999;
}
.verifyEmailAdreess .innerContent .content .resend p a {
  text-decoration: none;
  color: #00a6bc;
}
.verifyEmailAdreess .innerContent .content .action-button {
  width: 140px;
  background: #00a6bc;
  font-weight: 400;
  font-size: 14px;
  color: white;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
  margin-top: 30px;
}

.addPhoneNumber {
  flex-grow: 1;
  position: relative;
}
.addPhoneNumber .sidepanel {
  z-index: 99999;
  margin-top: 64px;
}
.addPhoneNumber .topLogo {
  width: 200px;
  position: absolute;
  right: 0;
  z-index: -9;
}
.addPhoneNumber .head {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #f3f6f9;
  box-shadow: 0px -19px 26px 12px rgba(0, 166, 188, 0.68);
}
.addPhoneNumber .head .logoImg {
  width: 160px;
}
.addPhoneNumber .innerContent {
  margin-bottom: 45px;
  padding-bottom: 90px;
  padding-top: 110px;
}
.addPhoneNumber .innerContent .heading {
  text-align: center;
}
.addPhoneNumber .innerContent .heading h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #00a6bc;
  margin-bottom: 15px;
}
.addPhoneNumber .innerContent .heading h6 {
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  color: #858484;
  margin-bottom: 25px;
}
@media screen and (max-width: 575px) {
  .addPhoneNumber .innerContent .heading h6 {
    font-size: 14px;
  }
}
.addPhoneNumber .innerContent .content label {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #414141;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.addPhoneNumber .innerContent .content label span {
  color: red;
}
@media screen and (max-width: 575px) {
  .addPhoneNumber .innerContent .content label {
    font-size: 13px;
  }
}
.addPhoneNumber .innerContent .content select {
  width: 100%;
  background: #f3f6f9;
  border: none;
  border: 1px solid #00a6bc;
  padding: 12px 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #414141;
  margin-top: 10px;
  margin-bottom: 20px;
  outline: none;
  position: relative;
}
@media screen and (max-width: 575px) {
  .addPhoneNumber .innerContent .content select {
    padding: 10px 3px;
    font-size: 14px;
  }
}
.addPhoneNumber .innerContent .content select:hover {
  outline: none;
}
.addPhoneNumber .innerContent .content .telNumber {
  padding: 10px;
  border-radius: 2px;
  border: 1px solid #00a6bc;
  outline: none;
  background-color: #f3f6f9;
  width: 100%;
  padding-left: 50px;
}
.addPhoneNumber .innerContent .content .iti__selected-flag {
  background: #d8e0e8;
}
.addPhoneNumber .innerContent .content .iti--allow-dropdown {
  width: 100%;
}
.addPhoneNumber .innerContent .content .telNumber::-moz-placeholder {
  color: #bbb;
}
.addPhoneNumber .innerContent .content .telNumber:-ms-input-placeholder {
  color: #bbb;
}
.addPhoneNumber .innerContent .content .telNumber::placeholder {
  color: #bbb;
}
.addPhoneNumber .innerContent .content .emailMan {
  width: 400px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .addPhoneNumber .innerContent .content .emailMan {
    width: 245px;
  }
}
.addPhoneNumber .innerContent .content .action-button {
  width: 140px;
  background: #00a6bc;
  font-weight: 400;
  font-size: 14px;
  color: white;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
  margin-top: 50px;
}

.footer {
  background: #00a6bc;
  padding: 15px 0px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .footer {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 15px 0px;
  }
}
.footer P {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: white;
  margin: 0;
}
@media screen and (max-width: 820px) {
  .footer P {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .footer P {
    font-size: 14px;
  }
}
.footer P a {
  text-decoration: none;
  color: white;
}
.footer P span {
  margin: 0px 5px;
}
@media screen and (max-width: 575px) {
  .footer P {
    font-size: 11px;
  }
  .footer P span {
    margin: 0px 3px;
  }
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/selectdown.svg) no-repeat #f3f6f9 !important;
  background-repeat: no-repeat;
  background-position-x: 97% !important;
  background-position-y: 25px !important;
  background-size: 16px !important;
}
@media screen and (max-width: 575px) {
  select {
    background-position-y: 20px !important;
  }
}/*# sourceMappingURL=style.css.map */