/*********************  Default-CSS  *********************/

input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
  cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
  cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
  cursor: pointer;
}

input[type="file"],
a[href],
input[type="submit"],
input[type="button"],
input[type="image"],
label[for],
select,
button,
.pointer {
  cursor: pointer;
}

::-moz-focus-inner {
  border: 0px solid transparent;
}

::-webkit-focus-inner {
  border: 0px solid transparent;
}

*::-moz-selection {
  color: #fff;
  background: #000;
}

*::-webkit-selection {
  color: #fff;
  background: #000;
}

*::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
}

*:-moz-placeholder {
  color: #333333;
  opacity: 1;
}

*::-moz-placeholder {
  color: #333333;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}

html body {
  font-family: "Montserrat";
  margin: 0;
  line-height: 1.3;
  background: rgb(0 159 223 / 3%);
}

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}

*::after,
*::before,
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.no-list li,
.no-list ul,
.no-list ol,
footer li,
footer ul,
footer ol,
header li,
header ul,
header ol {
  list-style: inside none none;
}

.no-list ul,
.no-list ol,
footer ul,
footer ol,
header ul,
header ol {
  margin: 0;
  padding: 0;
}

a {
  outline: none;
  color: #555;
}

a:hover {
  color: #000;
}

body .clearfix,
body .clear {
  clear: both;
  line-height: 100%;
}

body .clearfix {
  height: auto;
}

* {
  outline: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul:after,
li:after,
.clr:after,
.clearfix:after,
.container:after,
.grve-container:after {
  clear: both;
  display: block;
  content: "";
}

div input,
div select,
div textarea,
div button {
  font-family: "Montserrat";
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Montserrat";
  line-height: 120%;
  color: #333;
  font-weight: bold;
  margin: 0 0 15px;
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
  margin-bottom: 0;
}

div select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div select option {
  font-size: 13px;
  color: #333;
  padding: 2px 5px;
}

img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

body p {
  color: #333;
  font-family: "Montserrat";
  font-size: 15px;
  line-height: 140%;
  margin: 0 0 15px;
  padding: 0;
}

body p:empty {
  margin: 0;
  line-height: 0;
}

body p:last-child {
  margin-bottom: 0;
}

p strong {
  font-weight: bold;
}

.a-left {
  text-align: left;
}

.a-right {
  text-align: right;
}

.a-center {
  text-align: center;
}

label em {
  color: #ff0000;
  display: inline-block;
  font-style: normal;
  vertical-align: top;
  margin-left: 5px;
}

.hidden {
  display: none !important;
}

body .container {
  width: 100%;
  max-width: 1240px;
}

/*********************  scroll Hide  *********************/

html.show-menu {
  overflow: hidden;
}

html.show-menu body {
  overflow: hidden;
  height: 100%;
}

/*********************  Default-CSS close  *********************/

/*********************  Gapping  *********************/

section {
  padding-bottom: 60px;
  padding-top: 60px;
}

/*********************  Gapping close  *********************/

/*********************  Default-CSS  *********************/

/*********************  Common-Css  *******************/

.clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
  clear: both;
  display: block;
  content: "";
}

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

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

/*********************  Common-Css Close  *******************/

/*********************  Header  *******************/

header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: all 0.5s;
  z-index: 999;
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}

.cursor--hover .cursor-inner {
  transform: scale(0.5);
  opacity: 0;
}

.cursor--hover .cursor-outer {
  transform: scale(1.4);
  border-color: #000;
  opacity: 1;
}

.cursor-move-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: -3px;
}

.cursor-move-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cursor-inner {
  display: block;
  width: 100%;
  height: 100%;
  background: black;
  border-radius: 50%;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cursor-outer {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid black;
  border-radius: 50%;
  box-sizing: border-box;
  transition: border 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.4s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

html:hover .cursor {
  opacity: 1;
}

a {
  transition: border 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

div#navbarNav {
  justify-content: center;
}

.btnslogin {
  margin-left: 0;
}

ul.navbar-nav.ml-auto {
  margin: auto;
}

ul.navbar-nav.ml-auto a {
  color: #45565e;
  font-size: 14px;
}

ul.navbar-nav.ml-auto li {
  margin: 0 15px;
}

a.signup {
  background: #fe637c;
  color: white;
  width: 115px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

a.login {
  /* background: #FE637C; */
  color: #fe637c;
  width: 115px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

/*********************  Header Close  *******************/

/*********************  Home banner  *******************/
section.herosection {
  background: #009fdf;
  align-items: center;
  display: flex;
  height: 100vh;
  padding-bottom: 30px !important;
}

section.herosection .row {
  align-items: center;
}

.heroinfo h1 {
  font-size: 64px;
  color: white;
  margin-bottom: 25px;
  font-weight: 600;
}

.heroinfo p {
  font-size: 19px;
  color: white;
  margin-bottom: 20px;
  font-weight: 300;
}

.heroinfo {
  padding-right: 80px;
}

a.btnwhite {
  width: 227px;
  height: 64px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 18px;
  color: #009fdf;
  margin-right: 17px;
}

.getstarted {
  display: flex;
  align-items: center;
}

a.textwhite {
  color: white;
  font-size: 18px;
}

header {
  background: white;
}

span.plusicon {
  position: absolute;
  top: 60px;
  left: 0;
}

span.fight {
  position: absolute;
  top: -30px;
  right: 10px;
}

.heroimg {
  position: relative;
}

span.plus {
  position: absolute;
  right: 0;
  bottom: 50px;
}

span.doctorpro {
  position: absolute;
  left: 0;
  bottom: 0;
}

.exeptionaltitle h2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 72px;
}

a.btnwhatwedo {
  padding: 18px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #009fdf;
  border-radius: 50px;
  color: #009fdf;
  font-size: 14px;
  margin-bottom: 20px;
}

.exeptiondetail p {
  font-size: 18px;
  color: #344147;
  line-height: 38px;
}

.exeptiondetail {
  padding-left: 172px;
}

ul.whatwedoinfo {
  padding: 0;
  list-style: none;
}

ul.whatwedoinfo {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: space-between;
}

ul.whatwedoinfo li {
  width: 31%;
  margin-bottom: 30px;
}

.whatwedosubinfo {
  padding: 30px 25px;
  background: white;
  border: 1px solid #ebebeb;
  box-shadow: 0 15px 35px rgb(0 0 0 / 5%);
  border-radius: 16px;
  display: flex;
  height: 312px;
}

ul.whatwedoinfo:after {
  display: none;
}

section.exeptionalsec {
  padding: 100px 0px;
}

span.shap {
  position: relative;
  display: inline-flex;
  width: 34px;
  height: 34px;
  background: #00b8d9;
  border-radius: 100%;
  min-width: 34px;
  margin-right: 20px;
}

span.shap1 {
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
  width: 34px;
  height: 34px;
  background: #faad13;
  min-width: 34px;
}

span.shap2 {
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  background: #3f598a;
}

.whatwedosubinfo span {
  margin-right: 20px;
  width: 34px;
  height: 34px;
  min-width: 34px;
}

span.shap3 {
  background: #36b37e;
  border-radius: 6px;
}

span.shap4 {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #1565d8;
  height: 28px;
}

span.shap5 {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background: #e95432;
}

.benifitinfo h4 {
  font-size: 42px;
  font-weight: 500;
  line-height: 61px;
}

ul.tickpoint {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  margin-top: -5px;
}

ul.tickpoint li {
  display: flex;
  margin-bottom: 15px;
}

.tickdetial {
  margin-top: 5px;
  margin-left: 18px;
}

.tickdetial p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.benifitinfo {
  margin-left: 76px;
}

.tickdetial h5 {
  font-size: 20px;
  font-weight: 500;
}

.oursectiontitle {
  text-align: center;
  margin-bottom: 0px;
}

.oursectiontitle a {
  margin: auto;
  margin-bottom: 20px;
}

.oursectiontitle h4 {
  font-size: 42px;
  color: #001423;
  font-weight: 500;
  margin-bottom: 18px;
}

.oursectiontitle p {
  font-size: 18px;
  color: #001423;
  line-height: 38px;
}

section {
  padding: 100px 0px !important;
}

/*********************  Home banner Close  *******************/
.promisebox span {
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 30px;
}

ul.promiseinfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  list-style: none;
}

span.shapcolor {
  background: #faad13;
}

.promisebox h5 {
  font-size: 20px;
  font-weight: 500;
}

.promisebox p {
  font-size: 16px;
  color: #9e9e9e;
  line-height: 32px;
}

ul.promiseinfo li {
  width: 370px;
  background: white;
  border: 1px solid #ebebeb;
  box-shadow: 0 15px 35px rgb(0 0 0 / 5%);
  padding: 45px 31px;
  border-radius: 16px;
}

ul.promiseinfo:after {
  display: none;
}

span.shapcolor1 {
  background: #3f598a;
}

span.shapcolor2 {
  background: #36b37e;
}

span.shapcolor3 {
  background: #1565d8;
}

.step {
  text-align: center;
  margin: 55px 0px;
}

ul.stepinfo {
  padding: 0;
  list-style: none;
  display: flex;
  text-align: center;
  justify-content: space-between;
}

.firststep span {
  width: 60px;
  height: 60px;
  background: #009fdf;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 30px;
  border-radius: 100%;
  font-size: 28px;
  color: white;
}

.firststep h4 {
  font-size: 20px;
  font-weight: 400;
}

.firststep p {
  font-size: 16px;
  color: #001423;
  font-weight: 400;
  line-height: 32px;
}

ul.stepinfo li {
  width: 26%;
}

ul.stepinfo:after {
  display: none;
}

li.stepborder:after {
  content: "";
  width: 356px;
  height: 4px;
  background-image: linear-gradient(to right, #009fdf, rgba(216, 216, 216, 0));
  position: absolute;
  top: 0;
  right: -80%;
  top: 27px;
}

ul.stepinfo {
  position: relative;
}

.firststep {
  position: relative;
}

li.stepborder {
  position: relative;
}

li.stepborder:after {
  content: "";
  width: 356px;
  height: 4px;
  background-image: linear-gradient(to right, #009fdf, rgba(216, 216, 216, 0));
  position: absolute;
  top: 0;
  right: -80%;
  top: 27px;
}

ul.stepinfo {
  position: relative;
}

.firststep {
  position: relative;
}

li.stepborder {
  position: relative;
}

.review img {
  max-width: 90px;
  text-align: center;
}

.review {
  text-align: center;
  max-width: 966px;
  margin: auto;
  background: white;
  padding: 32px 64px;
  border-radius: 16px;
  border: 1px solid #ebebeb;
  box-shadow: 0 15px 35px rgb(0 0 0 / 5%);
  margin: 50px auto;
}

.review p {
  margin: 33px 0px;
  font-size: 18px;
  line-height: 32px;
  color: #52575d;
}

.basicinfo h3 {
  font-size: 20px;
  color: #fe637c;
  margin-bottom: 10px;
}

.basicinfo span {
  color: #001423;
  font-size: 14px;
}

.owl-nav {
  text-align: center;
  margin-top: 0px;
}

.owl-nav button {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 7.5px 17.5px 0 rgba(0, 0, 0, 0.05);
  border: solid 0.5px #fe637c !important;
  border-radius: 100%;
  margin: 0px 13px;
  transition: all 0.5s;
}

.owl-nav button i {
  font-size: 29px;
  font-weight: 100;
  color: #fe637c;
  transition: all 0.5s;
}

.owl-nav button:hover {
  background: #fe637c !important;
  color: white !important;
}

.owl-nav button:hover i {
  color: white !important;
}

footer {
  background: #001423;
  padding-top: 100px;
}

.footerlogo p {
  font-size: 13px;
  color: white;
  font-weight: 200;
}

.footerlogo ul {
  display: flex;
  align-items: center;
}

.footerlogo ul a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #fe637c;
  color: white;
  margin-right: 14px;
}

.footerlogo img {
  margin-bottom: 10px;
}

ul.footermenu {
  display: flex;
  justify-content: space-around;
}

ul.footermenu li h4 {
  font-size: 18px;
  color: white;
  font-weight: 400;
}

ul.footermenu li a {
  display: flex;
  font-size: 13px;
  color: white;
  font-weight: 200;
  line-height: 30px;
}

.footersearch h4 {
  font-size: 18px;
  color: white;
  font-weight: 400;
}

.footersearch p {
  font-size: 13px;
  color: white;
  font-weight: 200;
  line-height: 30px;
}

.mail input {
  width: 100%;
  height: 42px;
  border-radius: 50px;
  border: none;
}

input[type="email"]::placeholder {
  color: rgb(51 51 51 / 36%);

  font-size: 13px;
}

input[type="email"] {
  padding-left: 12px;
}

.mail {
  position: relative;
}

.mail a {
  position: absolute;
  right: 4px;
  width: 90px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  background: #fe637c;
  border-radius: 50px;
  color: white;
  font-size: 14px;
  transform: translateY(-50%);
}

.copyright {
  text-align: center;
  margin-top: 32px;
  padding: 18px 0px;
  border-top: 1px solid;
}

.copyright p {
  font-size: 13px;
  color: white;
}

/*********************  Content  *******************/
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fe637c;
}

.animation {
  animation: animation 6s alternate infinite;
}

@keyframes animation {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }

  50% {
    -webkit-transform: translatey(-15px);
    transform: translatey(-15px);
  }

  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

.whatwe h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.footerlogo ul a:hover {
  background: white;
  color: #fe637c;
  transform: translateY(-3px);
}

a.login:hover {
  background: #fe637c;
  color: white;
}

a.signup:hover {
  background: white;
  color: #fe637c;
}

ul.navbar-nav.ml-auto a.active {
  color: #009fdf;
  position: relative;
}

ul.navbar-nav.ml-auto a.active:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 3px;
  background: #009fdf;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
}

ul.promiseinfo li:hover span {
  transform: rotate(45deg);
}

ul.promiseinfo li span {
  transition: all 0.5s;
}

ul.promiseinfo {
  margin-top: 55px;
}

ul.whatwedoinfo li span {
  transition: all 0.5s;
}

ul.whatwedoinfo li:hover span {
  transform: rotate(90deg);
}

ul.whatwedoinfo li:hover span.shap4 {
  transform: rotate(60deg);
}

a.btnwhatwedo:after {
  left: -100%;
  top: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #009fdf;
  border-radius: 50px;
  transition: all 0.5s;
  z-index: -999;
}

a.btnwhatwedo {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  text-transform: uppercase;
}

a.btnwhatwedo:hover:after {
  left: 0;
  z-index: -9999;
}

a.btnwhatwedo:hover {
  color: white;
}

.type-wrap {
  font-size: 50px;
  padding: 20px;
}

/* the above is for styling puposes only */

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

span.heart {
  position: absolute;
  right: -15px;
  top: 80px;
  animation: heartbeat 1s infinite;
}

@keyframes heartbeat {
  0% {
    transform: scale(0.75);
  }

  20% {
    transform: scale(1);
  }

  40% {
    transform: scale(0.75);
  }

  60% {
    transform: scale(1);
  }

  80% {
    transform: scale(0.75);
  }

  100% {
    transform: scale(0.75);
  }
}

.benifitimg {
  position: relative;
}

.step {
  position: relative;
}

span.stepheart {
  position: absolute;
  right: 169px;
  top: 121px;
  animation: heartbeat 1s infinite;
}

span.smallheart {
  position: absolute;
  left: 230px;
  top: 210px;
  animation: heartbeat 1s infinite;
}

/*********************  Content Close  *******************/

/*********************  about  *******************/
section.heroabout {
  height: 560px;
  background: #009fdf;
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heroaboutinfo {
  text-align: center;
}

.heroaboutinfo a {
  border: 1px solid white;
  color: white;
}

.heroaboutinfo h2 {
  font-size: 54px;
  color: white;
}

.heroaboutinfo p {
  font-size: 20px;
  color: white;
}

.heroaboutinfo {
  max-width: 950px;
  margin: auto;
}

section.aboutml .benifitinfo {
  margin-left: 0;
  margin-right: 50px;
}

section.aboutml .benifitinfo p {
  font-size: 18px;
  color: #344147;
  line-height: 32px;
  color: #001423;
}

section.aboutml .benifitimg {
  text-align: center;
}

section.aboutml .row {
  align-items: center;
}

section.aboutml2 .row {
  align-items: center;
}

section.aboutml2 p {
  font-size: 18px;
  line-height: 32px;
  color: #001423;
}

section.aboutml2 {
  background: white;
  position: relative;
  z-index: 0;
}

section.aboutml {
  background: white;
}

ul.missioninfo {
  padding: 0;
  list-style: none;
  display: flex;
  text-align: center;
}

ul.missioninfo li {
  margin: 0 20px;
}

ul.missioninfo img {
  box-shadow: 0 13px 24px rgb(0 0 0 / 6%);
  border-radius: 16px;
  margin-bottom: 20px;
}

ul.missioninfo h4 {
  font-size: 20px;
  color: #091824;
  font-weight: 500;
}

ul.missioninfo p {
  font-size: 14px;
  line-height: 25px;
}

ul.missioninfo li:hover img {
  transform: translateY(-10px);
}

ul.missioninfo li img {
  transition: all 0.5s;
}

section.aboutml {
  z-index: 0;
  position: relative;
}

.heroaboutinfo a:after {
  background: white;
}

.heroaboutinfo a:hover {
  color: #009fdf;
}

section.heroabout {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

section.heroabout:after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 350px;
  height: 350px;
  background: rgb(255 255 255 / 9%);
  border-radius: 100%;
}

section.heroabout:before {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -80px;
  width: 350px;
  height: 350px;
  background: rgb(255 255 255 / 9%);
  border-radius: 100%;
}

span.watch {
  position: absolute;
  left: -30px;
  top: -30px;
}

section.aboutml2 {
  padding: 150px 0px !important;
}

/*********************  about Close  *******************/

/*********************  FAQs  *******************/
section.faqs {
  text-align: center;
  margin-top: -10px;
}

.faqsquestion h3 {
  font-size: 42px;
  font-weight: bold;
  color: #091824;
  font-family: "Montserrat";
}

.accordion-body {
  text-align: left;
}

.accordion-item {
  margin-bottom: 16px;
  border: 1px solid #ececec !important;
  box-shadow: 0 6px 10px rgb(0 0 0 / 3%);
}

.faqsquestion {
  margin-bottom: 65px;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
  padding-bottom: 0;
  color: #169ed8;
}

.accordion-button {
  font-size: 18px;
  color: #091824;
  font-size: 18px;
  font-weight: 600;
}

.accordion-body {
  font-size: 16px;
  color: #5a7184;
  line-height: 30px;
  padding-top: 7px;
}

div#accordionExample {
  max-width: 960px;
  margin: auto;
}

.contactinfotitle {
  text-align: center;
}

.contactinfotitle h4 {
  margin-bottom: 24px;
  font-size: 32px;
  color: #091824;
}

.contactinfotitle p {
  color: #5a7184;
  font-size: 16px;
}

.contactinfotitle {
  max-width: 700px;
  margin: auto;
  margin-bottom: 60px;
}

ul.contactinfo {
  padding: 0;
  list-style: none;
  display: flex;
  text-align: center;
  justify-content: space-between;
}

section.stillhavequestion .container {
  max-width: 960px;
}

ul.contactinfo li {
  max-width: 445px;
  width: 100%;
  background: white;
  padding: 40px 0px;
  box-shadow: 0 13px 24px rgb(0 0 0 / 16%);
  border-radius: 16px;
}

ul.contactinfo a {
  display: flex;
  justify-content: center;
  color: #091824;
  font-weight: bold;
  margin: 23px 0px 12px;
}

ul.contactinfo li p {
  font-size: 16px;
  color: #5a7184;
}

ul.contactinfo:after {
  display: none;
}

section.stillhavequestion {
  padding: 150px 0 0px 0px !important;
}

a.btnwhite:hover {
  /* background: #FE637C; */
  color: white;
  z-index: 99;
  /* background: transparent; */
  /* transition-delay: 2s; */
}

a.btnwhite:after {
  content: "";
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fe637c;
  color: white;
  border-radius: 50px;
  transition: all 0.5s;
  /* z-index: -1; */
}

a.btnwhite {
  position: relative;
  overflow: hidden;
}

a.btnwhite:hover:after {
  left: 0;
  transition: all 0.5s;
}

a.btnwhite:hover span {
  color: white !important;
  z-index: 999;
  position: relative;
}

a.btnwhite span {
  transition: all 0.5s;
  position: relative;
  z-index: 99;
}

ul.contactinfo li:hover svg {
  transform: translateY(-5px);
}

ul.contactinfo li svg {
  transition: all 0.5s;
}

section.signinsec {
  height: 100vh;
  display: flex;
  align-items: center;
}

.signinimg {
  position: relative;
}

span.note {
  position: absolute;
  left: -40px;
  top: 80px;
  z-index: 9999;
}

section.signinsec {
  position: relative;
}

section.signinsec:after {
  content: "";
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  background: white;
}

section.signinsec img {
  position: relative;
  z-index: 999;
}

header.bgwhite {
  background: transparent;
}

.accordion-button:focus {
  border: none !important;
  outline: none;
  box-shadow: none !important;
}

.signininfo {
  text-align: center;
  max-width: 460px;
  margin: auto;
}

.signininfo h3 {
  font-size: 32px;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

a.googlebtn {
  width: 100%;
  height: 65px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #183b56;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 13px 24px rgb(0 0 0 / 6%);
}

a.googlebtn img {
  margin: 0;
}

.logininput input {
  width: 100%;
  height: 60px;
  border: 1px solid #ebebeb;
  border-radius: 50px;
}

.logininput {
  text-align: left;
}

.logininput span {
  color: #5a7184;
  font-size: 14px;
  margin-bottom: 15px;
  display: flex;
}

.logininput {
  margin-bottom: 11px;
}

.keepme {
  display: flex;
}

.keepme a {
  margin-left: auto;
  font-size: 14px;
}

.keepme label {
  color: #5a7184;
  font-size: 14px;
  margin-left: 17px;
}

.signinbtn button {
  width: 100%;
  height: 65px;
  border: none;
  background: #f1627d;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  color: white;
  margin-top: 50px;
}

.signininfo p {
  font-size: 14px;
  color: #5a7184;
  margin-top: 16px;
}

.signininfo p a {
  font-size: 14px !important;
  color: #1565d8;
  margin-left: 5px;
}

p.line {
  position: relative;
  margin: 30px 0px 40px;
  font-size: 16px;
  color: black;
}

p.line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 2px;
  background: #e5eaf4;
}

p.line:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 2px;
  background: #e5eaf4;
}

.keepme span {
  display: flex;
  align-items: center;
}

.logininput input {
  padding-left: 19px;
  font-size: 15px;
  color: black;
}

.logininput input::placeholder {
  color: #00000052;
}

section.signinsec .row {
  align-items: center;
}

.logininput input::placeholder {
  font-size: 14px;
}

/*********************  FAQs Close  *******************/

/*********************  dashboard  *******************/

section.dashboard {
  padding: 0 !important;
}

aside {
  width: 320px;
  position: fixed;
  height: 100%;
}

.logo {
  padding: 42px 20px;
}

aside ul {
  padding: 0;
  list-style: none;
  padding: 0px 20px;
}

aside ul li a {
  width: 100% !important;
  display: flex;
  align-items: center;
  padding: 17px 37px;
  border-radius: 12px;
}

aside ul li a.active {
  background: rgb(152 164 181 / 5%);
  color: #009fdf;
}

aside {
  background: white;
}

aside ul li a svg {
  margin-right: 14px;
}

aside ul li a.active svg path {
  fill: #009fdf;
}

a.btnlogout span {
  color: #98a4b5;
}

a.btnlogout {
  position: absolute;
  bottom: 0;
  padding: 24px 37px;
  width: 100%;
  align-items: center;
  display: flex;
  background: #fafafb;
}

a.btnlogout svg {
  margin-right: 10px;
}

.easyaccess {
  width: calc(100% - 330px);
  margin-left: auto;
  padding: 60px;
  padding-top: 150px;
}

.easyaccess h3 {
  color: #001423;
  font-size: 32px;
  margin-bottom: 40px;
}

.easyaccess ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.easyaccess ul li {
  max-width: 342px;
  padding: 37px 30px;
  background: white;
  border-radius: 16px;
  border: 1px solid #ebebeb;
  margin-right: 50px;
  margin-bottom: 45px;
  box-shadow: 0 15px 35px rgb(0 0 0 / 5%);
}

.easyaccess ul li span {
  width: 37px;
  height: 37px;
  background: #00b8d9;
  display: inline-flex;
  border-radius: 100%;
  min-width: 37px;
  margin-right: 20px;
}

.accessbox {
  display: flex;
}

.accessdetail h4 {
  font-size: 16px;
  font-weight: 500;
}

.accessdetail p {
  color: #9e9e9e;
  font-size: 14px;
}

.search {
  max-width: 475px;
  position: relative;
  width: 100%;
}

.search input {
  width: 100%;
  border: 1px solid #ebebeb;
  height: 48px;
  border-radius: 50px;
  padding-left: 50px;
}

.search input::placeholder {
  color: #98a4b5;
  font-size: 16px;
}

.search span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.pronoti {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.dashprofile a img {
  width: 32px;
  height: 32px;
}

.dashprofile {
  margin-left: 32px;
}

.header {
  display: flex;
  align-items: center;
  position: fixed;
  width: calc(100% - 320px);
  top: 0;
  background: white;
  justify-content: flex-end;
  margin-left: auto !important;
  right: 0;
  padding: 24px 60px;
}

.notification {
  position: relative;
}

ul.subnotification {
  padding: 0;
  list-style: none;
  position: absolute;
  right: -40px;
  width: 470px;
  border: 1px solid #d3d3d342;
  border-radius: 20px;
  top: 44px;
}

ul.subnotification li a {
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #d3d3d361;
  align-items: center;
}

ul.subnotification {
  background: white;
  box-shadow: 0 15px 35px rgb(0 0 0 / 5%);
  margin: 0;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: all 0.5s;
}

ul.subnotification li a svg {
  margin-right: 10px;
}

ul.subnotification span {
  font-size: 14px;
}

ul.subnotification span {
  font-size: 14px;
}

ul.subnotification li a:hover {
  background: #00b8d9;
  color: white;
}

ul.subnotification li a:hover svg path {
  fill: white;
}

ul.subnotification span {
  font-size: 14px;
}

ul.subnotification li a:hover {
  background: #00b8d9;
  color: white;
}

ul.subnotification li a:hover svg path {
  fill: white;
}

ul.subnotification.active {
  height: 330px;
  opacity: 1;
}

ul.rate {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

ul.rate i {
  color: #cdb739;
  font-size: 20px;
}

.review.star p {
  position: relative;
}

.review.star p:after {
  position: absolute;
  left: 0;
  content: "";
  top: -54px;
  width: 68px;
  height: 49px;
  background-image: url(../images/quote.png);
  background-size: contain;
}

.review.star p:before {
  position: absolute;
  right: 0;
  content: "";
  bottom: -14px;
  width: 88px;
  height: 65px;
  background-image: url(../images/quote2.png);
  background-size: contain;
  width: 68px;
  height: 49px;
}

ul.questionary li {
  display: none;
}

ul.questionary li.active {
  display: block;
}

section.faqs.questionary .container {
  max-width: 960px;
}

ul.questionary {
  padding: 0;
  list-style: none;
  text-align: left;
}

.questioninfo {
  text-align: left;
}

.questioninfo p {
  font-size: 19px;
  color: black;
  margin-bottom: 30px !important;
  margin-top: 27px !important;
}

.searchinput input {
  width: 100%;
  height: 85px;
  border: 2px solid #1565d8;
  border-radius: 10px;
  padding-left: 42px;
  box-shadow: 0 6px 10px rgb(0 0 0 / 16%);
  margin-bottom: 21px;
  padding-right: 20px;
}

.searchchaneg {
  display: flex;
  align-items: center;
}

.searchchaneg p {
  margin: 0;
  font-size: 16px;
}

.searchchaneg a {
  margin-left: auto;
  color: blue;
}

ul.popularsearch li {
  display: block;
  /* padding: 30px; */
  border-bottom: 1px solid #ececec;
}

ul.popularsearch {
  padding: 0;
  background: white;
  box-shadow: 0 6px 10px 0px rgb(0 0 0 / 16%);
  border-radius: 15px;
  margin-top: 25px;
  overflow: hidden;
}

ul.popularsearch li a {
  font-family: "Montserrat";
  color: black;
  padding: 30px;
  display: flex;
}

.searchtitle {
  margin-top: 27px;
}

.searchtitle h4 {
  font-family: "Montserrat";
  font-weight: 400 !important;
  font-size: 24px;
}

ul.popularsearch.list a:hover {
  background: #169ed8;
  color: white;
}

.uploadfile {
}

.uploadfile {
  box-shadow: 0 13px 24px rgb(0 0 0 / 6%);
  padding: 47px;
  text-align: center;
  position: relative;
  border-radius: 16px;
  margin-bottom: 30px;
}

.uploadfile input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.uploadfile h4 {
  margin-top: 17px;
  font-size: 20px;
  font-weight: bold;
}

.card-body {
  padding: 0;
  background: transparent;
  border: none;
}

.card.my-4 {
  border: none;
  background: transparent;
}

button#add-button {
  background: transparent;
  border: none;
  color: #169ed8;
  font-size: 33px;
  box-shadow: none !important;
  padding: 0;
  height: auto !important;
  line-height: 10px !important;
}

button#add-button i {
  font-weight: 100;
}

.box {
  display: block;
  min-width: 300px;
  margin: 10px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

.upload-options {
  position: relative;
  height: 75px;
  background-color: cadetblue;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  transition: background-color ease-in-out 150ms;
}

.upload-options:hover {
  background-color: #7fb1b3;
}

.upload-options input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.upload-options label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
}

.upload-options label::after {
  content: "add";
  font-family: "Material Icons";
  position: absolute;
  font-size: 2.5rem;
  color: #e6e6e6;
  top: calc(50% - 2.5rem);
  left: calc(50% - 1.25rem);
  z-index: 0;
}

.upload-options label span {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}

.upload-options label span:hover i.material-icons {
  color: lightgray;
}

.js--image-preview {
  height: 0px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url("");
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.js--image-preview::after {
  /* content: "photo_size_select_actual"; */
  font-family: "Material Icons";
  position: relative;
  font-size: 4.5em;
  color: #e6e6e6;
  top: calc(50% - 3rem);
  left: calc(50% - 2.25rem);
  z-index: 0;
  left: 0;
  top: 0;
}

.js--image-preview.js--no-default::after {
  display: none;
}

.js--image-preview.js--no-default {
  height: 225px;
}

.js--image-preview:nth-child(2) {
  background-image: url("http://bastianandre.at/giphy.gif");
}

i.material-icons {
  transition: color 100ms ease-in-out;
  font-size: 2.25em;
  line-height: 55px;
  color: white;
  display: block;
}

.drop {
  display: block;
  position: absolute;
  background: rgba(95, 158, 160, 0.2);
  border-radius: 100%;
  transform: scale(0);
}

.animate {
  -webkit-animation: ripple 0.4s linear;
  animation: ripple 0.4s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

.upload-options {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.firstname input {
  width: 100%;
  height: 82px;
  border-radius: 20px;
  border: none;
  padding: 30px;
  box-shadow: 0 6px 10px rgb(0 0 0 / 16%);
}

.thirdtitle .row {
  margin-top: 30px;
}

.firstname span {
  margin-bottom: 15px;
  display: flex;
}

.thirdtitle h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.thirdtitle p {
  font-size: 18px;
}

.senddiscription a {
  padding: 20px 40px;
  background: #fe637c;
  color: white;
  border-radius: 50px;
}

.senddiscription {
  text-align: center;
  margin-top: 50px;
}

.datepickers {
  margin-top: 30px;
}

.datepickers form {
  margin-top: 15px;
}

.datepickers select {
  padding: 23px;
  margin-right: 13px;
  border: 1px solid #ececec;
  border-radius: 20px;
  box-shadow: 0 6px 10px rgb(0 0 0 / 16%);
}

.heroimg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.stopimg {
  margin-top: 90px;
}

.stopimg img {
  max-width: 800px;
  margin: auto;
}

.stopimg {
  text-align: center;
}

section.whyback .row {
  align-items: center;
}

.over p {
  font-size: 16px;
  font-family: "Montserrat";
}

.over h5 {
  font-size: 20px;
  font-family: "Montserrat";
}

ul.tickpoint {
  display: flex;
}

ul.tickpoint span {
  margin-right: 20px;
  min-width: 30px;
}

.ourservices {
  display: flex;
}

.ourservices ul.whatwedoinfo li {
  width: 46%;
}

.exeptionaltitle {
  display: flex;
  width: 30%;
}

.ourservices ul {
  margin: 0;
  width: 70%;
}

.whatwe p {
  font-size: 16px;
  color: #9e9e9e;
  line-height: 25px;
}

section.exeptionalsec.gettingstart .exeptionaltitle {
  width: 100%;
  justify-content: center;
  margin-bottom: 70px;
}

section.exeptionalsec.gettingstart {
  padding-top: 100px !important;
}

section.exeptionalsec.stopwasting .exeptionaltitle {
  width: 100%;
}

.footerlogo img {
  width: 190px;
}

section.whyback .row {
  align-items: center;
}

a.signup {
  font-size: 15px;
}

.dizme_tm_contact {
  width: 100%;
  height: auto;
  clear: both;
  /* float: left; */
  /* padding-top: 10px; */
  margin-bottom: 0px;
  position: relative;
}

.dizme_tm_contact .contact_inner {
  width: 100%;
  display: flex;
  /* margin-top: 50px; */
  margin-bottom: 0px;
  position: relative;
}

.dizme_tm_contact .left {
  width: 50%;
  display: none;
}

.dizme_tm_contact .left ul {
  margin: 0;
  list-style-type: none;
}

.dizme_tm_contact .left ul li {
  margin: 0 0 15px;
}

.dizme_tm_contact .left ul li:last-child {
  margin-bottom: 0;
}

.dizme_tm_contact .left .list_inner {
  display: flex;
  align-items: center;
}

.dizme_tm_contact .left .icon {
  width: 88px;
  height: 88px;
  border-radius: 100%;
  position: relative;
}

.dizme_tm_contact .left .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}

.dizme_tm_contact .left .short {
  padding-left: 25px;
}

.dizme_tm_contact .left .short h3 {
  font-size: 30px;
  margin-bottom: 5px;
}

.dizme_tm_contact .left .short a {
  text-decoration: none;
  color: #6f6b80;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dizme_tm_contact .left .short a:hover {
  color: #f75023;
}

.dizme_tm_contact .right {
  width: 50%;
  justify-content: center;
  margin: auto;
}

.dizme_tm_contact .fields {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.dizme_tm_contact .input_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.dizme_tm_contact .input_list ul {
  margin: 0 0 0 -12px;
  list-style-type: none;
  padding: 0;
}

.dizme_tm_contact .input_list ul li {
  margin: 0 0 12px;
  width: 50%;
  float: left;
  padding-left: 12px;
}

.dizme_tm_contact input {
  width: 100%;
  height: 58px;
  padding: 0 18px;
  background-color: transparent;
  border: 1px solid #d6dbe5;
  border-radius: 12px;
  color: #6f6b80;
  font-size: 15px;
}

.dizme_tm_contact input:focus {
  background-color: transparent;
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.dizme_tm_contact .message_area {
  width: 100%;
  float: left;
  margin-bottom: 24px;
}

.dizme_tm_contact .message_area textarea {
  width: 100%;
  height: 200px;
  padding: 16px 18px 30px !important;
  background-color: transparent;
  border: 1px solid #d6dbe5;
  border-radius: 12px;
  color: #6f6b80;
  font-size: 15px;
}

.dizme_tm_contact .message_area textarea:focus {
  background-color: transparent;
  outline: none;
}

.dizme_tm_contact .empty_notice {
  color: #f52225;
  margin-bottom: 7px;
  display: none;
  text-align: left;
  font-weight: 500;
}

.dizme_tm_contact .contact_error {
  color: #f52225;
  text-align: left;
  font-weight: 500;
}

.dizme_tm_contact .returnmessage {
  color: #3a00ff;
  margin-bottom: 7px;
  text-align: left;
  font-weight: 500;
}

.dizme_tm_map {
  width: 100%;
  float: left;
}

.gmap_canvas {
  border-radius: 12px;
}

.dizme_tm_contact .brush_1 {
  position: absolute;
  top: 100px;
  left: 0;
}

.dizme_tm_contact .contact_inner .brush_2 {
  position: absolute;
  bottom: -100px;
  right: -150px;
}
.left.wow.fadeInLeft ul {
  padding: 0;
}

.dizme_tm_main_title[data-align="center"] {
  text-align: center;
  margin: 0 auto;
}

.dizme_tm_main_title[data-align="right"] {
  text-align: right;
  margin: 0 !important;
}

.dizme_tm_main_title span {
  font-size: 24px;
  font-weight: 500;
  color: #f75023;
  font-family: jost, sans-serif;
  display: inline-block;
  margin-bottom: 6px;
}

.dizme_tm_main_title h3 {
  font-size: 48px;
  line-height: 1.25;
  margin-bottom: 20px;
  font-size: 32px;
  color: #091824;
  margin-top: 10px;
}

.dizme_tm_portfolio {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 185px;
  margin-bottom: 165px;
  position: relative;
}
a#send_message {
  background: #fe637c;
  color: white;
  width: 145px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin: auto;
}
input#email {
  width: 100%;
}

.input_list ul li:first-child {
  width: 100%;
}
section.stillhavequestion.con {
  padding-bottom: 0;
}
section.stillhavequestion.con .container {
  max-width: 1240px;
}

section.stillhavequestion.con ul.contactinfo li {
  max-width: 280px;
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
  padding: 0;
  /* border: 1px solid #d6dbe5; */
}

section.stillhavequestion.con ul.contactinfo {
  display: block;
}

section.stillhavequestion.con .contactinfotitle {
  text-align: left;
  margin-left: 0;
}

section.stillhavequestion.con ul.contactinfo a {
  justify-content: flex-start;
}

section.stillhavequestion.con .dizme_tm_contact .right {
  width: 100%;
}

section.stillhavequestion.con .dizme_tm_contact {
  padding-left: 30px;
}
.contactphone {
  display: flex;
  align-items: center;
}

section.stillhavequestion.con ul.contactinfo li {
  width: 100%;
  max-width: 100%;
}

.contactphone a {
  margin-left: 20px !important;
}
.accordion-body p {
  font-size: 16px;
  color: #5a7184;
  line-height: 30px;
  padding-top: 7px;
}
.review {
    position: relative;
}

.review:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 92%;
    height: 84%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: lightgray;
}
/*********************  dashboard Close  *******************/
