@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;

  overflow-x: hidden;

  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;

  color: #000;

  white-space: initial;

  display: inline-block;
}

a:hover,
a:focus {
  text-decoration: none;

  color: #02858b;
}

a:hover {
  transition: all 0.5s ease-in-out;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;
}

/* Chrome, Safari, Edge, Opera */

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

  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;

  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;

  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;

  opacity: 1;
}

ul {
  margin: 0 0 0px;

  padding: 0;

  list-style-type: none;
}

img {
  max-width: 100%;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";

  src: url(../font/fontawesome-webfont.eot);

  src: url(../font/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../font/fontawesome-webfont.woff) format("woff"),
    url(../font/fontawesome-webfont.ttf) format("truetype"),
    url(../font/fontawesome-webfont.svg#fontawesome-webfont) format("svg");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "Fonts Awesome";

  src: url(../font/fontawesome-webfont.eot);
}

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

  src: url("../font/genova.otf");
}

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

  src: url("../font/genova_Thin.otf");
}

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

  src: url("../font/genova-black.otf");
}

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

  src: url("../font/genova-blackItalic.otf");
}

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

  src: url("../font/genova-italic.otf");
}

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

  src: url("../font/genova-medium.otf");
}

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

  src: url("../font/genova-medium_italic.otf");
}

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

  src: url("../font/genova-thin_italic.otf");
}

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

  src: url("../font/silk_serif_blackItalic.ttf");
}

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

  src: url("../font/silk_serif_bold.ttf");
}

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

  src: url("../font/silk_serif_extra_light_italic.ttf");
}

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

  src: url("../font/silk_serif_extraLight.ttf");
}

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

  src: url("../font/silk_serif_light.ttf");
}

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

  src: url("../font/silk_serif_lightItalic.ttf");
}

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

  src: url("../font/silk_serif_semi_bold_italic.ttf");
}

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

  src: url("../font/silk_serif_trial_black.ttf");
}

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

  src: url("../font/silk_serif_trial_medium.ttf");
}

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

  src: url("../font/silk_serif_trial_medium_italic.ttf");
}

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

  src: url("../font/silk_serif_trial_regular.ttf");
}

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

  src: url("../font/silk_serif_trial_regular_iItalic.ttf");
}

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

  src: url("../font/silk_serif_trial_semi_bold.ttf");
}

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

  src: url("../font/silk_serif_trial_semi_bold.ttf");
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 80px 0;
}

.centerCol {
  float: none;

  margin: 0 auto;
}

.d-flex {
  display: flex;

  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.flexRow {
  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;

  -moz-box-flex: 1;

  -webkit-flex: 1;

  -ms-flex: 1;

  flex: 1;

  align-items: center;
}

h1 {
  font-size: 3.4vw;

  color: #000;

  font-weight: 500;

  margin: 0 0 0px;
}

h2 {
  font-size: 55px;

  color: #000;

  font-weight: 500;

  margin: 0 0 0px;
}

h3 {
  font-size: 35px;

  color: #000000;

  font-weight: 600;

  margin: 0 0 0px;
}

h4 {
  font-size: 30px;

  color: #000;

  font-weight: 500;

  margin: 0 0 0px;
}

h5 {
  font-size: 20px;

  color: #000;

  font-weight: 500;

  margin: 0 0 0px;
}

h6 {
  font-size: 16px;

  color: #000;

  font-weight: 500;

  margin: 0 0 0px;
}

p {
  color: #000;

  font-size: 14px;

  font-family: "Montserrat", sans-serif;

  font-weight: 400;

  letter-spacing: 0px;

  margin: 0px;
}

.genova-regular_65 {
  font-family: "genova";
}

.silk_serif_regular65 {
  font-family: "silk_serif_bold";
  /*width: 50%;*/
}

.genova-regular_15 {
  font-family: "genova";
}

.web-padding {
  padding: 0 5%;
}

.theme-btn1 {
  height: 60px;

  width: fit-content;

  background-color: white;

  display: inline-flex;

  justify-content: center;

  align-items: center;

  padding: 0 30px;

  border-radius: 50px;

  color: black;

  text-transform: uppercase;

  font-weight: 550;

  position: relative;

  overflow: hidden;

  transition: all 0.3s ease;

  z-index: 1;
}

.theme-btn1::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 0;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.1);

  transition: width 0.3s ease;

  z-index: -1;
}

.theme-btn1:hover {
  color: black;

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.theme-btn1:hover::before {
  width: 100%;
}

.theme-btn1:focus {
  color: black;

  outline: none;

  transform: scale(0.98);
}

.theme-btn1:active {
  color: black;

  transform: scale(0.96);
}

.theme-btn2 {
  height: 60px;

  width: fit-content;

  background-color: #02858a;

  display: inline-flex;

  justify-content: center;

  align-items: center;

  padding: 0 30px;

  border-radius: 50px;

  color: white;

  text-transform: uppercase;

  font-weight: 550;

  position: relative;

  overflow: hidden;

  transition: all 0.3s ease;

  z-index: 1;
}

.theme-btn2::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 0;

  height: 100%;

  background-color: rgba(255, 255, 255, 0.2);

  transition: width 0.3s ease;

  z-index: -1;
}

.theme-btn2:hover {
  color: white;

  box-shadow: 0 5px 15px rgba(2, 133, 138, 0.4);
}

.theme-btn2:hover::before {
  width: 100%;
}

.theme-btn2:focus {
  color: white;

  outline: none;

  transform: scale(0.98);
}

.theme-btn2:active {
  color: white;

  transform: scale(0.96);
}

/* header css start */
header {
  position: absolute;
  width: 100%;
  padding: 30px 0;
  z-index: 999;
}

.menuSec ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  border-radius: 50px;
  height: 8vh;
  padding: 0 20px;
}

.header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
}

.menuSec ul li {
  width: 20vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 40px;
}

.menuSec ul li:hover,
.menuSec ul li.active {
  background: #02858a;
}

.menuSec ul li:hover a,
.menuSec ul li.active a {
  color: white;
}

.menuSec ul li a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.85vw;
}

.header-logo a {
  display: inline-flex;
}

.header-logo a img {
  height: 100px;
  width: auto;
  object-fit: cover;
}
/* header css end */
/*banner css start */

section.hero-banner {
  height: 100vh;

  background: url("../images/banner-bg.png") no-repeat center center;

  background-size: cover;

  margin: 20px;

  border-radius: 30px;
}

section.hero-banner > .container-fluid {
  height: 100%;
}

section.hero-banner > .container-fluid > .row {
  height: 50%;
}

.heroo-top-slidder {
  display: flex;

  height: 100%;

  justify-content: center;

  align-items: center;

  text-align: center;
}

.heroo-top-slidder > div > p {
  width: 60%;

  text-align: center;
}

.heroo-top-slidder div {
  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  text-align: center;
}

.hero-bottom-left-column {
  background-color: white;

  padding: 20px;

  border-radius: 20px;
}

.hero-left-card-img img {
  height: 258px;

  width: 100%;

  object-fit: cover;

  border-radius: 20px;
}

.hero-bottom-left-column {
  margin: 0 20% 0 0;
}

.hero-bottom-left-column h6 {
  padding-bottom: 10px;
}

.hero-bottom-left-column p {
  padding: 0 0 20px 0;
}

.hero-left-card-img {
  position: relative;

  overflow: hidden;
}

.marqques_wrapper {
  position: absolute;

  bottom: 10px;

  left: 0;

  width: 100%;

  display: flex;

  flex-direction: column;

  gap: 10px;
}

.marqques_wrapper ul {
  display: flex;

  margin: 0;

  padding: 0;

  list-style: none;

  width: max-content;
}

.marqques_wrapper ul.left-marque li:nth-child(odd),
.marqques_wrapper ul.righ-marque li:nth-child(odd) {
  background-color: #048a90;

  color: white;

  text-transform: uppercase;

  font-weight: 500;
}

.marqques_wrapper ul.left-marque li:nth-child(even),
.marqques_wrapper ul.righ-marque li:nth-child(even) {
  background-color: white;

  color: #000;

  text-transform: uppercase;

  font-weight: 500;
}

.marqques_wrapper ul li {
  height: 40px;

  padding: 0 20px;

  white-space: nowrap;

  flex-shrink: 0;

  justify-content: center;

  align-items: center;

  display: inline-flex;

  border-radius: 50px;
}

.left-marque li,
.righ-marque li {
  display: inline-block;
}

.left-marque {
  animation: marquee-left 20s linear infinite;
}

.righ-marque {
  animation: marquee-right 20s linear infinite;
}

@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.hero-banner-right {
  background-color: white;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  text-align: center;

  padding: 20px;

  border-radius: 10px;

  margin: 0 0 0 10%;

  height: 380px;
}

.hero-testi-imgs {
  display: flex;

  justify-content: center;

  width: 100%;

  position: relative;
}

.hero-testi-imgs::before {
  content: "";

  width: 2px;

  height: 200px;

  position: absolute;

  background-color: #acd8da;

  top: 77px;
}

.hero-testi-imgs::after {
  content: "";

  width: 2px;

  height: 50px;

  position: absolute;

  background-color: #038a8f;

  top: 77px;

  animation: lineMove 5s infinite alternate;
}

@keyframes lineMove {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(150px);
  }
}

.hero-testi-imgs img {
  height: 65px;

  width: 65px;

  border-radius: 50%;

  margin: 0 0 0 -14px;

  border: 2px solid white;
}

.hero-testi-counter h5 {
  text-align: center;

  color: black;

  font-weight: 500;
}
.hero-center-img-wrapper {
  position: relative;
}
.hero-center-img-wrapper .theme-btn2 {
  position: absolute;
  bottom: 10%;
  left: 30%;
}
/*banner css end*/

/* about section starst  */

section.about-us {
  margin: 100px 0;
}

.about-sec-right > h2 > span {
  font-weight: 550;
}

.about-sec-right h2 {
  font-weight: 400;
}

.about-sec-right > p {
  padding: 0 0 20px 0;
}

.about-chat-cion {
  display: flex;

  gap: 20px;
}

.about-chat-cion > div > img {
  height: 60px;

  width: 60px;

  object-fit: scale-down;
}

.about-chat-cion > div > h6 {
  font-weight: 500;
  font-family: "genova";
}

.about-chat-cion > div > p {
  padding: 10px 0;
}

.about-read-md-btn {
  margin: 15px 0 0 0;
}

.about-sec-left img {
  height: 545px;

  width: 100%;

  object-fit: cover;
}

.about-sec-left {
  position: relative;
}

.about-sec-left::before {
  content: "";

  width: 103%;

  height: 100%;

  position: absolute;

  background-color: #e4feff;

  z-index: -1;

  border-radius: 20px;

  left: -3%;
}

section.about-us .row {
  align-items: center;
}

.about-right-wrapper {
  padding: 0 0 0 10%;
}

.notification-box {
  position: absolute;

  top: 18%;

  left: -7px;
}

.notification-box {
  min-width: 160px;

  height: fit-content;

  padding: 50px 20px;

  background: white;

  display: flex;

  flex-direction: column;

  gap: 20px;

  border-radius: 20px;
}

.notification-people-box-img img {
  height: 30px;

  width: 30px;

  border-radius: 50%;

  border: 2px solid gray;
}

.notification-people-box {
  display: flex;

  align-items: center;

  gap: 20px;
}

.notification-people-txt h6 {
  font-weight: 600;
}

.notification-people-txt p {
  color: gray;
}

.notification-box-inner-wrapper {
  display: flex;

  flex-direction: column;

  gap: 20px;

  position: relative;

  width: 100%;

  height: 100%;
}

.notification-box-inner-wrapper::before {
  content: "\f0f3";

  font-family: "Font Awesome 5 Free";

  font-weight: 900;

  height: 50px;

  width: 50px;

  position: absolute;

  right: -34px;

  background-color: #02858a;

  display: inline-flex;

  justify-content: center;

  align-items: center;

  text-align: center;

  color: white;

  border-radius: 10px;

  top: -40%;
}

.notification-box-inner-wrapper::after {
  content: "\f27a";

  font-family: "Font Awesome 5 Free";

  font-weight: 900;

  height: 50px;

  width: 50px;

  position: absolute;

  right: -34px;

  background-color: white;

  display: inline-flex;

  justify-content: center;

  align-items: center;

  text-align: center;

  color: #ecbd79;

  border-radius: 10px;

  bottom: -44px;
}

/* about section ends */

/* real conversion section starst  */

section.real-conversion {
  margin: 0 0 100px 0;
}

.box_two_conversion {
  background: linear-gradient(to bottom, #e4feff 0%, #ffffff 100%);

  height: 100%;

  width: 100%;

  border-radius: 20px;

  padding: 50px 20px 0 20px;

  overflow: hidden;
}

.box_one_conversion {
  background: linear-gradient(to bottom, #e4feff 0%, #ffffff 100%);

  height: 100%;

  width: 100%;

  border-radius: 20px;

  padding: 50px 20px 0 20px;
}

.box_one_conversion_img img {
  height: 340px;

  width: 100%;

  object-fit: cover;

  object-position: 0 0;

  border-radius: 20px;
}

.box_four_conversion {
  height: 100%;

  width: 100%;

  background: url("../images/real-convo03.png") no-repeat center center/cover;

  display: flex;

  flex-direction: column;

  align-items: center;

  text-align: center;

  padding: 50px;

  background-position: 0 0;
}

.box_three_conversion h4 {
  color: white;

  font-family: "genova";
}

.box_three_conversion p {
  color: white;

  padding: 20px 0;
}

.box_three_conversion-wrapper {
  background-color: #017c82;

  padding: 50px;

  margin: 20px 0 0 0;

  border-radius: 20px;
}

.box_three_conversion-img-wrapper {
  display: flex;

  overflow: hidden;

  position: relative;
}

.box_three_conversion-img-wrapper img {
  height: 280px;

  width: 280px;

  object-fit: cover;

  position: relative;

  z-index: 0;
}

.box_three_conversion-img-wrapper::before {
  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 30%;

  z-index: 1;

  background-image: -moz-linear-gradient(
    14deg,
    rgb(4, 138, 144) 0%,

    rgb(1, 123, 128) 100%
  );

  background-image: -webkit-linear-gradient(
    14deg,
    rgb(4, 138, 144) 0%,

    rgb(1, 123, 128) 100%
  );

  background-image: -ms-linear-gradient(
    14deg,
    rgb(4, 138, 144) 0%,

    rgb(1, 123, 128) 100%
  );

  display: none;
}

section.real-conversion > .container-fluid {
  padding: 0 5%;
}

.box_three_conversion-img-wrapper div:nth-child(2) {
  margin-left: -100px;

  position: relative;
}

.box_three_conversion-img-wrapper div:nth-child(3) {
  margin-left: -110px;
}

.box_three_conversion-wrapper .row {
  align-items: center;
}

.box_one_conversion h6 {
  font-size: 21px;
}

.box_one_conversion p {
  padding: 10px 0 30px 0;
}

.box_two_conversion p {
  padding: 10px 0 30px 0;
}

.box_two_conversion h6 {
  font-size: 21px;
}

.box_four_conversion h5 {
  font-size: 30px;

  font-weight: 550;
}

h5.genova-regular_65 p {
}

.box_four_conversion p {
  padding: 15px 0;

  font-size: 14px;

  font-weight: 600;

  color: #444343;
}

.box_two_conversion .network {
  position: relative;

  width: 760px;

  height: 300px;
}

.box_two_conversion .network svg {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 90%;

  z-index: 0;
}

.box_two_conversion .person {
  position: absolute;

  border-radius: 50%;

  overflow: hidden;

  border: 4px solid white;

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);

  z-index: 1;
}

.box_two_conversion .person img {
  width: 80px;

  height: 80px;

  object-fit: cover;
}

/* Center image */

.box_two_conversion center {
  top: 40px;

  left: 50%;

  transform: translateX(-50%);

  width: 120px;

  height: 120px;
}

/* Four bottom images */

.box_two_conversion .bottom1 {
  bottom: 10px;

  left: 170px;

  width: 80px;

  height: 80px;
}

.box_two_conversion .bottom2 {
  bottom: -36px;

  left: 250px;

  width: 90px;

  height: 90px;
}

.box_two_conversion .bottom3 {
  bottom: -20px;

  right: 230px;

  width: 90px;

  height: 90px;
}

.box_two_conversion .bottom4 {
  bottom: 20px;

  right: 149px;

  width: 80px;

  height: 80px;
}

.person.center {
  position: absolute;

  left: 46%;

  top: 10px;
}

.friend-ship-network-wrapper {
  margin: 0 0 0 -8vw;
}

/* real conversion section ends */

/* ready to make new friends starts */

.ready-make-new-friend {
  background-color: #e4f7f8;

  margin: 20px;

  border-radius: 20px;

  overflow: hidden;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.box1 {
  height: 140px;

  width: 100%;

  background: linear-gradient(to bottom, #e4f7f8, #fff);

  border-radius: 0 0 20px 20px;
}

.box2 {
  height: 70px;

  width: 100%;

  background: linear-gradient(to bottom, #e4f7f8, #fff);

  border-radius: 0 0 20px 20px;
}

.boxes_row_wrapper > .row {
  align-items: flex-start;
}

.ready-make-new-friend-img-box1 img,
.ready-make-new-friend-img-box2 img {
  height: 182px;

  width: 100%;

  object-fit: cover;

  margin: 10px 0;

  border-radius: 20px;

  transition: all 0.3s ease;

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.ready-make-new-friend-img-box1 img:hover,
.ready-make-new-friend-img-box2 img:hover {
  transform: scale(1.02);

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.ready-make-new-friend-img-box2 {
  margin: -35% 0 0 0;
}

.ready-make-new-friend-img-box2 a {
  display: block;
}

.ready-make-new-friend-img-box1 a {
  display: block;
}

section.ready-make-new-friend > .container-fluid {
  padding: 0 5% 100px 5%;
}

.ready-make-friend-txt-row-inner.text-center p {
  padding: 0px 0 30px 0;
}

.ready-make-friend-txt-row-inner.text-center {
  margin: -20% 0 0 0;
}

/* ready to make new friends ends */

/* how works starst  */

section.how-works {
  margin: 100px 0;
}

section.how-works > .container-fluid {
  padding: 0 5%;
}

.how-text-pal-card {
  background-color: #e3fcfd;

  padding: 20px;

  position: relative;
}

.how-text-pal-card-img {
  width: 80px;

  height: 80px;

  background-color: white;

  display: inline-flex;

  justify-content: center;

  align-items: center;

  text-align: center;

  border-radius: 10px;

  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.how-text-pal-card-txt h6 {
  font-size: 20px;

  padding: 30px 0 7px 0;
}

.how-text-pal-card-txt p {
  padding: 0 0 20px 0;

  font-size: 14px;
}

.mfriend-card-number {
  font-size: 166px;

  color: white;

  font-family: "silk_serif_trial_regular";

  position: absolute;

  bottom: 0;

  right: 0;

  z-index: 1;
}

.how-text-pal-card-txt {
  position: relative;

  z-index: 2;
}

.how-works-heading.text-center {
  padding: 0 0 30px 0;
}

/* how works ends */

/* key section starst  */

section.key-features {
  margin: 170px 0 150px 0;
}

.key-features-right img {
  height: 460px;

  width: 90%;

  object-fit: cover;

  overflow: visible;
}

.key-features-right {
  display: flex;

  justify-content: flex-end;

  align-items: center;

  position: relative;
}

.key-features-right::before {
  content: "";

  width: 100%;

  height: 130%;

  position: absolute;

  background-color: #e3fcfe;

  z-index: -1;

  bottom: -13%;

  left: 0;

  border-radius: 20px;
}

.key-features-left h2 {
  font-size: 55px;
}

.key-features-left p {
  padding: 10px 0;
}

.key-features-left ul li i {
  width: 20px;

  height: 20px;

  background: #027f85;

  color: white;

  font-size: 12px;

  display: inline-flex;

  justify-content: center;

  align-items: center;

  text-align: center;

  border-radius: 50%;

  margin: 0 10px 0 0;
}

.key-features-left ul li {
  margin: 12px 0;

  display: flex;

  align-items: center;
}

/* key section ends */

/* key text pal starts  */

.key-textpal-left img {
  height: 460px;

  width: 90%;

  object-fit: cover;

  overflow: visible;

  position: relative;
}

.key-textpal-left_wrapper {
  position: relative;
}

.key-textpal-left {
  position: relative;
}

.key-textpal-left::before {
  content: "";

  position: absolute;

  width: 100%;

  height: 120%;

  background-color: #e3fcfe;

  z-index: -1;

  left: -10%;

  top: -10%;

  border-radius: 20px;
}

.key-textpal-right h2 {
  padding: 0 0 10px 0;
}

.key-textpal-right p {
  padding: 0 0 20px 0;
}

.key-textpal-right ul {
  padding: 0 0 30px 0;
}

.key-textpal-right ul li {
  margin: 0 0 10px 0;
}

.key-textpal-right ul li i {
  height: 20px;

  width: 20px;

  font-size: 12px;

  color: white;

  background-color: #027f85;

  display: inline-flex;

  justify-content: center;

  align-items: center;

  text-align: center;

  border-radius: 50%;

  margin: 0 10px 0 0;
}

section.key-textpal {
  padding: 40px 0 130px 0;
}

.hey-box {
  display: flex;

  position: absolute;

  background-color: white;

  height: 54px;

  width: fit-content;

  padding: 0 20px;

  top: 60px;

  left: 30px;

  border-radius: 20px 20px 20px 0;

  align-items: center;
}

.hey-box h2 {
  font-size: 37px;
}

.cartoon-box h2 {
  font-size: 20px;
}

.cartoon-box {
  background-color: white;

  position: absolute;

  bottom: 50px;

  left: -25px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  text-align: center;

  border-radius: 20px;
}

/* testimonial starst  */

.testi-card {
  background-color: #e3fcfd;

  padding: 50px;

  position: relative;

  border-radius: 20px;

  position: relative !important;
}

.testi-card-header {
  display: flex;

  justify-content: space-between;
}

.testimonial-sec-heqading.text-center {
  padding: 0 0 30px 0;
  margin: 60px 0 0 0;
}

.testimonial-slidder .slick-active {
  opacity: 1;
}

.testimonial-slidder .slick-slide {
  transition: all ease-in-out 0.3s;

  opacity: 1;
}

.testi-stars {
  display: flex;
}

.testi-stars i {
  color: #ffa800;
}

.testi-into h5 {
  font-family: "genova";

  padding: 0 0 5px 0;
}

.testi-into h6 {
  font-family: "silk_serif_bold";
}

.testi-into {
  padding: 0 0 20px 0;
}

.testimonial-slidder div {
  position: relative;
}

/* Base quote circle */
.testi-quotes {
  height: 60px;
  width: 60px;
  background-color: #e3fcfe;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  margin: 0 0 31px 0;
  position: relative;
  z-index: 1;
}

.testi-quotes img {
  object-fit: scale-down;
}

.testimonial-slidder
  .slick-slide.slick-current.slick-active.slick-center
  .testi-quotes::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border-radius: 50%;
  border: 7px solid #06bac0;
  animation: blinkBorder 1.5s infinite;
  z-index: -1;
}

@keyframes blinkBorder {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(1.2);
  }
}

.testimonial-slidder
  .slick-slide.slick-current.slick-active.slick-center
  .testi-card
  .testi-into
  h5 {
  font-family: "genova";

  padding: 0 0 5px 0;

  color: white;
}

.testimonial-slidder
  .slick-slide.slick-current.slick-active.slick-center
  .testi-card
  .testi-stars
  i {
  color: white;
}

.testimonial-slidder
  .slick-slide.slick-current.slick-active.slick-center
  .testi-card
  .testi-into
  h6 {
  font-family: "silk_serif_bold";

  color: white;
}

.testimonial-slidder
  .slick-slide.slick-current.slick-active.slick-center
  .testi-card
  p {
  color: white;
}

.testimonial-slidder
  .slick-slide.slick-current.slick-active.slick-center
  .testi-quotes {
  background-color: #03878e;
}

.testimonial-slidder
  .slick-slide.slick-current.slick-active.slick-center
  .testi-quotes
  img {
  filter: brightness(0) saturate(100%) invert(81%) sepia(91%) saturate(5011%)
    hue-rotate(181deg) brightness(127%) contrast(99%);
}

.testi-card::before {
  content: "";

  width: 40px;

  height: 40px;

  background-color: #e3fdfd;

  position: absolute;

  top: -23px;

  left: 50px;

  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);

  z-index: -1;
}

.testimonial-slidder
  .slick-slide.slick-current.slick-active.slick-center
  .testi-card::before {
  background-color: #02878d;
}

/* testimonial ends */

/* Footer sectrion css */

.footer-slider-img {
  width: 100%;

  height: 45px;
}

.footer-slider-img img {
  width: 100%;

  height: 100%;

  object-fit: contain;
}

.footerSlider .slick-slide {
  opacity: 1;
}

.footerSec {
  position: relative;

  background-color: #e3fafb;

  margin: 20px;

  border-radius: 20px;
}

.footer-how-contact-box {
  position: absolute;

  right: -25px;

  top: -30px;
}

.footer-how-contact-box a {
  display: flex;

  gap: 15px;

  align-items: center;

  justify-content: flex-end;
}

.footer-how-contact-box a p {
  padding: 5px 10px;

  color: #fff;

  font-size: 12px;

  border-radius: 5px;

  background-color: #f5845d;
}

.footer-how-contact-box a i {
  height: 55px;

  width: 55px;

  color: #fff;

  display: flex;

  font-size: 22px;

  border-radius: 50%;

  align-items: center;

  justify-content: center;

  border: 2px solid #fff;

  background-color: #f5845d;
}

.footerSec .row {
  position: relative;
}

.footerSec p {
  font-weight: 500;

  transition: 0.9s;
}

ul.social {
  display: flex;

  gap: 10px;
}

ul.social li a i {
  width: 35px;

  height: 35px;

  border-radius: 45px;

  color: #fff;

  background: #03858b;

  display: flex;

  justify-content: center;

  align-items: center;

  transition: 0.6s;

  border: 1px solid transparent;

  opacity: 1 !important;
}

ul.social li a i:hover {
  background: transparent;

  transform: rotate(360deg) scale(1.3);

  border: 1px solid #03888d;
}

footer ul li a {
  color: #666f70;

  transition: 0.6s;

  font-weight: 500;

  font-size: 14px;
}

footer ul li a:focus {
  color: #03888d;

  opacity: 1;
}

ul.social li a {
  color: #fff;

  opacity: 1;

  transition: 0.6s;
}

ul.social li a:hover {
  opacity: 1;

  color: #fff;

  color: #000;
}

.footerSec .row {
  position: relative;

  padding-top: 60px;

  border-top: 1px solid #ffffff69;

  margin: 100px 0 0 0;
}

.footerSec .footer-btm .row {
  padding-top: 24px;

  padding-bottom: 20px;

  margin-top: 40px;

  border-top: 2px solid #cee4e5;
}

.footerSec .footer-btm .row p {
  font-weight: 400;

  font-size: 14px;
}

.news-letter ul li a {
  gap: 15px;

  line-height: 25px;

  margin: 14px 0;

  /* opacity: 0.5; */
}

.news-letter ul li a i {
  opacity: 1;

  color: #02878d;

  font-size: 25px;
}

.news-letter ul li a:hover {
  transform: translate(3px, 0px);
}

footer ul li a:hover {
  opacity: 1;

  color: #03888d !important;
}

footer ul li a:hover i {
  color: #03888d !important;
}

ul.social li a i.fa.fa-twitter:before {
  width: 14px;

  height: 14px;

  background-image: url(../images/twitter-x.png);

  background-size: contain;

  background-repeat: no-repeat;

  content: "";

  filter: brightness(0) invert(1);
}

ul.social li a:hover {
  text-decoration: unset !important;
}

footer .foot-products {
  position: relative;

  left: unset;
}

.footer-about p {
  color: #666f70;
}

.footer-logo {
  position: relative;

  margin: -23px 0 30px 0;

  border-bottom: 1px solid #cee4e5;
}

.foot-useful-link {
  margin: 0 0 0 35px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;
}

.foot-useful-link ul {
  columns: 1;
}

.foot-useful-link h5 {
  font-size: 20px;

  margin-bottom: 30px;

  text-transform: capitalize;

  border-bottom: 1px solid #cee4e5;

  display: inline-flex;

  position: relative;
}

.foot-products h5 {
  border-bottom: 1px solid #cee4e5;

  display: inline-flex;

  position: relative;

  margin-bottom: 30px;

  font-size: 20px;
}

.foot-quick-links h5 {
  border-bottom: 1px solid #cee4e5;

  display: inline-flex;

  position: relative;

  margin-bottom: 20px;

  font-size: 20px;
}

.news-letter h5 {
  border-bottom: 1px solid #cee4e5;

  display: inline-flex;

  position: relative;

  margin-bottom: 30px;

  font-size: 20px;
}

.copy-txt p a {
  color: #fff;
}

section.footer-quote-sec {
  padding: 0;

  margin: 0 0 -90px 0;
}

section.footer-quote-sec {
  background-image: none;
}

section.footer-quote-sec::before {
  display: none;
}

.footer-about img {
  width: 100px;

  height: 60px;

  object-fit: contain;
}

.footer-about ul {
  display: inline-flex;

  align-items: center;

  justify-content: start;

  gap: 10px;
}

.footer-about ul li h6 {
  color: #ffffff75;

  font-weight: 600;

  font-size: 14px;

  line-height: 25px;

  margin: 0;

  text-decoration: underline;

  transition: ease-in-out;

  transition-duration: 0.5s;
}

.footer-about ul li h6:hover {
  color: #008077;

  transition: ease-in-out;

  transition-duration: 0.5s;
}

footer.footerSec > .container-fluid {
  padding: 0 5%;
}

.footer-btm {
  margin: 0 20px;
}

.foot-products ul {
  column-count: 2;
}

h5.subscribe.text-black.py-2 {
  margin: 10px 0 10px 0;
}

/* Footer section end */
/* inner banner starts  */
.inner-banner {
  height: 500px;
  width: 100%;
  background: url(../images/banner-bg.png) no-repeat center center;
  background-size: cover;
  margin: 20px;
  border-radius: 20px;
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;

  overflow-x: hidden;

  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;

  color: #000;

  white-space: initial;

  display: inline-block;
}

a:hover,
a:focus {
  text-decoration: none;

  color: #02858b;
}

a:hover {
  transition: all 0.5s ease-in-out;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;
}

/* Chrome, Safari, Edge, Opera */

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

  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;

  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;

  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;

  opacity: 1;
}

ul {
  margin: 0 0 0px;

  padding: 0;

  list-style-type: none;
}

img {
  max-width: 100%;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";

  src: url(../font/fontawesome-webfont.eot);

  src: url(../font/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../font/fontawesome-webfont.woff) format("woff"),
    url(../font/fontawesome-webfont.ttf) format("truetype"),
    url(../font/fontawesome-webfont.svg#fontawesome-webfont) format("svg");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "Fonts Awesome";

  src: url(../font/fontawesome-webfont.eot);
}

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

  src: url("../font/genova.otf");
}

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

  src: url("../font/genova_Thin.otf");
}

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

  src: url("../font/genova-black.otf");
}

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

  src: url("../font/genova-blackItalic.otf");
}

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

  src: url("../font/genova-italic.otf");
}

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

  src: url("../font/genova-medium.otf");
}

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

  src: url("../font/genova-medium_italic.otf");
}

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

  src: url("../font/genova-thin_italic.otf");
}

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

  src: url("../font/silk_serif_blackItalic.ttf");
}

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

  src: url("../font/silk_serif_bold.ttf");
}

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

  src: url("../font/silk_serif_extra_light_italic.ttf");
}

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

  src: url("../font/silk_serif_extraLight.ttf");
}

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

  src: url("../font/silk_serif_light.ttf");
}

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

  src: url("../font/silk_serif_lightItalic.ttf");
}

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

  src: url("../font/silk_serif_semi_bold_italic.ttf");
}

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

  src: url("../font/silk_serif_trial_black.ttf");
}

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

  src: url("../font/silk_serif_trial_medium.ttf");
}

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

  src: url("../font/silk_serif_trial_medium_italic.ttf");
}

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

  src: url("../font/silk_serif_trial_regular.ttf");
}

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

  src: url("../font/silk_serif_trial_regular_iItalic.ttf");
}

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

  src: url("../font/silk_serif_trial_semi_bold.ttf");
}

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

  src: url("../font/silk_serif_trial_semi_bold.ttf");
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 80px 0;
}

.centerCol {
  float: none;

  margin: 0 auto;
}

.d-flex {
  display: flex;

  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.flexRow {
  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;

  -moz-box-flex: 1;

  -webkit-flex: 1;

  -ms-flex: 1;

  flex: 1;

  align-items: center;
}

h1 {
  font-size: 3.4vw;

  color: #000;

  font-weight: 500;

  margin: 0 0 0px;
}

h2 {
  font-size: 55px;

  color: #000;

  font-weight: 500;

  margin: 0 0 0px;
}

h3 {
  font-size: 35px;

  color: #000000;

  font-weight: 600;

  margin: 0 0 0px;
}

h4 {
  font-size: 30px;

  color: #000;

  font-weight: 500;

  margin: 0 0 0px;
}

h5 {
  font-size: 20px;

  color: #000;

  font-weight: 500;

  margin: 0 0 0px;
}

h6 {
  font-size: 16px;

  color: #000;

  font-weight: 500;

  margin: 0 0 0px;
}

p {
  color: #000;

  font-size: 14px;

  font-family: "Montserrat", sans-serif;

  font-weight: 400;

  letter-spacing: 0px;

  margin: 0px;
}

.genova-regular_65 {
  font-family: "genova";
}

.silk_serif_regular65 {
  font-family: "silk_serif_bold";
}

.genova-regular_15 {
  font-family: "genova";
}

.web-padding {
  padding: 0 5%;
}

.theme-btn1 {
  height: 60px;

  width: fit-content;

  background-color: white;

  display: inline-flex;

  justify-content: center;

  align-items: center;

  padding: 0 30px;

  border-radius: 50px;

  color: black;

  text-transform: uppercase;

  font-weight: 550;

  position: relative;

  overflow: hidden;

  transition: all 0.3s ease;

  z-index: 1;
}

.theme-btn1::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 0;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.1);

  transition: width 0.3s ease;

  z-index: -1;
}

.theme-btn1:hover {
  color: black;

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.theme-btn1:hover::before {
  width: 100%;
}

.theme-btn1:focus {
  color: black;

  outline: none;

  transform: scale(0.98);
}

.theme-btn1:active {
  color: black;

  transform: scale(0.96);
}

.theme-btn2 {
  height: 60px;

  width: fit-content;

  background-color: #02858a;

  display: inline-flex;

  justify-content: center;

  align-items: center;

  padding: 0 30px;

  border-radius: 50px;

  color: white;

  text-transform: uppercase;

  font-weight: 550;

  position: relative;

  overflow: hidden;

  transition: all 0.3s ease;

  z-index: 1;
}

.theme-btn2::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 0;

  height: 100%;

  background-color: rgba(255, 255, 255, 0.2);

  transition: width 0.3s ease;

  z-index: -1;
}

.theme-btn2:hover {
  color: white;

  box-shadow: 0 5px 15px rgba(2, 133, 138, 0.4);
}

.theme-btn2:hover::before {
  width: 100%;
}

.theme-btn2:focus {
  color: white;

  outline: none;

  transform: scale(0.98);
}

.theme-btn2:active {
  color: white;

  transform: scale(0.96);
}

/*header css start */

header {
  position: absolute;
  width: 100%;
  padding: 30px 0;
  z-index: 999;
}

.menuSec ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  border-radius: 50px;
  height: 8vh;
  padding: 0;
}

.header-right {
  display: flex;

  justify-content: flex-end;

  align-items: center;

  gap: 0;
}

.menuSec ul li {
  width: 20vw;

  display: inline-flex;

  justify-content: center;
}

.menuSec ul li:hover {
  background: #02858a;

  height: 100%;

  align-items: center;

  display: inline-flex;

  justify-content: center;

  border-radius: 40px;

  width: 20vw;
}

.menuSec ul li:hover a {
  color: white;
}

.menuSec ul li a {
  text-transform: uppercase;

  font-weight: 600;

  font-size: 0.85vw;
}
.header-logo a {
  display: inline-flex;
}

.header-logo a img {
  height: 27px;
  width: auto;
  object-fit: cover;
}
/*header css start */

/*banner css start */

section.hero-banner {
  height: 100vh;

  background: url("../images/banner-bg.png") no-repeat center center;

  background-size: cover;

  margin: 20px;

  border-radius: 30px;
}

section.hero-banner > .container-fluid {
  height: 100%;
}

section.hero-banner > .container-fluid > .row {
  height: 50%;
}

.heroo-top-slidder {
  display: flex;

  height: 100%;

  justify-content: center;

  align-items: center;

  text-align: center;
}

.heroo-top-slidder > div > p {
  width: 60%;

  text-align: center;
}

.heroo-top-slidder div {
  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  text-align: center;
}

.hero-bottom-left-column {
  background-color: white;

  padding: 20px;

  border-radius: 20px;
}

.hero-left-card-img img {
  height: 248px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.hero-bottom-left-column {
  margin: 0 20% 0 0;
}

.hero-bottom-left-column h6 {
  padding-bottom: 10px;
}

.hero-bottom-left-column p {
  padding: 0 0 20px 0;
}

.hero-left-card-img {
  position: relative;

  overflow: hidden;
}

.marqques_wrapper {
  position: absolute;

  bottom: 10px;

  left: 0;

  width: 100%;

  display: flex;

  flex-direction: column;

  gap: 10px;
}

.marqques_wrapper ul {
  display: flex;

  margin: 0;

  padding: 0;

  list-style: none;

  width: max-content;
}

.marqques_wrapper ul.left-marque li:nth-child(odd),
.marqques_wrapper ul.righ-marque li:nth-child(odd) {
  background-color: #048a90;

  color: white;

  text-transform: uppercase;

  font-weight: 500;
}

.marqques_wrapper ul.left-marque li:nth-child(even),
.marqques_wrapper ul.righ-marque li:nth-child(even) {
  background-color: white;

  color: #000;

  text-transform: uppercase;

  font-weight: 500;
}

.marqques_wrapper ul li {
  height: 40px;

  padding: 0 20px;

  white-space: nowrap;

  flex-shrink: 0;

  justify-content: center;

  align-items: center;

  display: inline-flex;

  border-radius: 50px;
}

.left-marque li,
.righ-marque li {
  display: inline-block;
}

.left-marque {
  animation: marquee-left 20s linear infinite;
}

.righ-marque {
  animation: marquee-right 20s linear infinite;
}

@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.hero-banner-right {
  background-color: white;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  text-align: center;

  padding: 20px;

  border-radius: 10px;

  margin: 0 0 0 10%;

  height: 380px;
}

.hero-testi-imgs {
  display: flex;

  justify-content: center;

  width: 100%;

  position: relative;
}

.hero-testi-imgs::before {
  content: "";

  width: 2px;

  height: 200px;

  position: absolute;

  background-color: #acd8da;

  top: 77px;
}

.hero-testi-imgs::after {
  content: "";

  width: 2px;

  height: 50px;

  position: absolute;

  background-color: #038a8f;

  top: 77px;

  animation: lineMove 5s infinite alternate;
}

@keyframes lineMove {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(150px);
  }
}

.hero-testi-imgs img {
  height: 65px;

  width: 65px;

  border-radius: 50%;

  margin: 0 0 0 -14px;

  border: 2px solid white;
}

.hero-testi-counter h5 {
  text-align: center;

  color: black;

  font-weight: 500;
}

/*banner css end*/

/* about section starst  */

section.about-us {
  margin: 70px 0;
}

.about-sec-right > h2 > span {
  font-weight: 550;
}

.about-sec-right h2 {
  font-weight: 400;
}

.about-sec-right > p {
  padding: 0 0 20px 0;
}

.about-chat-cion {
  display: flex;

  gap: 20px;
}

.about-chat-cion > div > img {
  height: 60px;
  width: 60px;
  object-fit: scale-down;
  margin: -8px 0 0 0;
}

.about-chat-cion > div > h6 {
  font-weight: 500;
}

.about-chat-cion > div > p {
  padding: 10px 0;
}

.about-read-md-btn {
  margin: 15px 0 0 0;
}

.about-sec-left img {
  height: 545px;

  width: 100%;

  object-fit: cover;
}

.about-sec-left {
  position: relative;
}

.about-sec-left::before {
  content: "";

  width: 103%;

  height: 100%;

  position: absolute;

  background-color: #e4feff;

  z-index: -1;

  border-radius: 20px;

  left: -3%;
}

section.about-us .row {
  align-items: center;
}

.about-right-wrapper {
  padding: 0 0 0 10%;
}

.notification-box {
  position: absolute;

  top: 18%;

  left: -7px;
}

.notification-box {
  min-width: 160px;

  height: fit-content;

  padding: 50px 20px;

  background: white;

  display: flex;

  flex-direction: column;

  gap: 20px;

  border-radius: 20px;
}

.notification-people-box-img img {
  height: 30px;

  width: 30px;

  border-radius: 50%;

  border: 2px solid gray;
}

.notification-people-box {
  display: flex;

  align-items: center;

  gap: 20px;
}

.notification-people-txt h6 {
  font-weight: 600;
}

.notification-people-txt p {
  color: gray;
}

.notification-box-inner-wrapper {
  display: flex;

  flex-direction: column;

  gap: 20px;

  position: relative;

  width: 100%;

  height: 100%;
}

.notification-box-inner-wrapper::before {
  content: "\f0f3";

  font-family: "Font Awesome 5 Free";

  font-weight: 900;

  height: 50px;

  width: 50px;

  position: absolute;

  right: -34px;

  background-color: #02858a;

  display: inline-flex;

  justify-content: center;

  align-items: center;

  text-align: center;

  color: white;

  border-radius: 10px;

  top: -40%;
}

.notification-box-inner-wrapper::after {
  content: "\f27a";

  font-family: "Font Awesome 5 Free";

  font-weight: 900;

  height: 50px;

  width: 50px;

  position: absolute;

  right: -34px;

  background-color: white;

  display: inline-flex;

  justify-content: center;

  align-items: center;

  text-align: center;

  color: #ecbd79;

  border-radius: 10px;

  bottom: -44px;
}

/* about section ends */

/* real conversion section starst  */

section.real-conversion {
  margin: 0 0 100px 0;
}

.box_two_conversion {
  background: linear-gradient(to bottom, #e4feff 0%, #ffffff 100%);

  height: 100%;

  width: 100%;

  border-radius: 20px;

  padding: 50px 20px 0 20px;

  overflow: hidden;
}

.box_one_conversion {
  background: linear-gradient(to bottom, #e4feff 0%, #ffffff 100%);

  height: 100%;

  width: 100%;

  border-radius: 20px;

  padding: 50px 20px 0 20px;
}

.box_one_conversion_img img {
  height: 340px;

  width: 100%;

  object-fit: cover;

  object-position: 0 0;

  border-radius: 20px;
}

.box_four_conversion {
  height: 100%;

  width: 100%;

  background: url("../images/real-convo03.png") no-repeat center center/cover;

  display: flex;

  flex-direction: column;

  align-items: center;

  text-align: center;

  padding: 50px;

  background-position: 0 0;
}

.box_three_conversion h4 {
  color: white;

  font-family: "genova";
}

.box_three_conversion p {
  color: white;

  padding: 20px 0;
}

.box_three_conversion-wrapper {
  background-color: #017c82;

  padding: 50px;

  margin: 20px 0 0 0;

  border-radius: 20px;
}

.box_three_conversion-img-wrapper {
  display: flex;

  overflow: hidden;

  position: relative;
}

.box_three_conversion-img-wrapper img {
  height: 340px;
  width: 340px;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

.box_three_conversion-img-wrapper::before {
  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 30%;

  z-index: 1;

  background-image: -moz-linear-gradient(
    14deg,
    rgb(4, 138, 144) 0%,

    rgb(1, 123, 128) 100%
  );

  background-image: -webkit-linear-gradient(
    14deg,
    rgb(4, 138, 144) 0%,

    rgb(1, 123, 128) 100%
  );

  background-image: -ms-linear-gradient(
    14deg,
    rgb(4, 138, 144) 0%,

    rgb(1, 123, 128) 100%
  );

  display: none;
}

section.real-conversion > .container-fluid {
  padding: 0 5%;
}

.box_three_conversion-img-wrapper div:nth-child(2) {
  margin-left: -100px;

  position: relative;
}

.box_three_conversion-img-wrapper div:nth-child(3) {
  margin-left: -110px;
}

.box_three_conversion-wrapper .row {
  align-items: center;
}

.box_one_conversion h6 {
  font-size: 21px;
}

.box_one_conversion p {
  padding: 10px 0 30px 0;
}

.box_two_conversion p {
  padding: 10px 0 30px 0;
}

.box_two_conversion h6 {
  font-size: 21px;
}

.box_four_conversion h5 {
  font-size: 30px;

  font-weight: 550;
}

h5.genova-regular_65 p {
}

.box_four_conversion p {
  padding: 15px 0;

  font-size: 14px;

  font-weight: 600;

  color: #444343;
}

.box_two_conversion .network {
  position: relative;
  width: 680px;
  height: 330px;
}

.box_two_conversion .network svg {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 110%;
  z-index: 0;
}

.box_two_conversion .person {
  position: absolute;

  border-radius: 50%;

  overflow: hidden;

  border: 4px solid white;

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);

  z-index: 1;
}

.box_two_conversion .person img {
  width: 80px;

  height: 80px;

  object-fit: cover;
}

/* Center image */

.box_two_conversion center {
  top: 40px;

  left: 50%;

  transform: translateX(-50%);

  width: 120px;

  height: 120px;
}

/* Four bottom images */

.box_two_conversion .bottom1 {
  bottom: 40px;
  left: 149px;
  width: 80px;
  height: 80px;
}

.box_two_conversion .bottom2 {
  bottom: -6px;
  left: 250px;
  width: 90px;
  height: 90px;
}

.box_two_conversion .bottom3 {
  bottom: 0px;
  right: 230px;
  width: 90px;
  height: 90px;
}

.box_two_conversion .bottom4 {
  bottom: 20px;

  right: 149px;

  width: 80px;

  height: 80px;
}

.person.center {
  position: absolute;
  left: 51%;
  top: -30px;
}

.friend-ship-network-wrapper {
  margin: 0 0 0 -8vw;
}

/* real conversion section ends */

/* ready to make new friends starts */

.ready-make-new-friend {
  background-color: #e4f7f8;

  margin: 20px;

  border-radius: 20px;

  overflow: hidden;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.box1 {
  height: 140px;

  width: 100%;

  background: linear-gradient(to bottom, #e4f7f8, #fff);

  border-radius: 0 0 20px 20px;
}

.box2 {
  height: 70px;

  width: 100%;

  background: linear-gradient(to bottom, #e4f7f8, #fff);

  border-radius: 0 0 20px 20px;
}

.boxes_row_wrapper > .row {
  align-items: flex-start;
}

.ready-make-new-friend-img-box1 img,
.ready-make-new-friend-img-box2 img {
  height: 182px;

  width: 100%;

  object-fit: cover;

  margin: 10px 0;

  border-radius: 20px;

  transition: all 0.3s ease;

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.ready-make-new-friend-img-box1 img:hover,
.ready-make-new-friend-img-box2 img:hover {
  transform: scale(1.02);

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.ready-make-new-friend-img-box2 {
  margin: -35% 0 0 0;
}

.ready-make-new-friend-img-box2 a {
  display: block;
}

.ready-make-new-friend-img-box1 a {
  display: block;
}

section.ready-make-new-friend > .container-fluid {
  padding: 0 5% 100px 5%;
}

.ready-make-friend-txt-row-inner.text-center p {
  padding: 0px 0 30px 0;
}

.ready-make-friend-txt-row-inner.text-center {
  margin: -20% 0 0 0;
}

/* ready to make new friends ends */

/* how works starst  */

section.how-works {
  margin: 100px 0;
}

section.how-works > .container-fluid {
  padding: 0 5%;
}

.how-text-pal-card {
  background-color: #e3fcfd;

  padding: 20px;

  position: relative;
}

.how-text-pal-card-img {
  width: 80px;

  height: 80px;

  background-color: white;

  display: inline-flex;

  justify-content: center;

  align-items: center;

  text-align: center;

  border-radius: 10px;

  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.how-text-pal-card-txt h6 {
  font-size: 20px;

  padding: 30px 0 7px 0;
}

.how-text-pal-card-txt p {
  padding: 0 0 20px 0;

  font-size: 14px;
}

.mfriend-card-number {
  font-size: 166px;

  color: white;

  font-family: "silk_serif_trial_regular";

  position: absolute;

  bottom: 0;

  right: 0;

  z-index: 1;
}

.how-text-pal-card-txt {
  position: relative;

  z-index: 2;
}

.how-works-heading.text-center {
  padding: 0 0 30px 0;
}

/* how works ends */

/* key section starst  */

section.key-features {
  margin: 170px 0 150px 0;
}

.key-features-right img {
  height: 460px;

  width: 90%;

  object-fit: cover;

  overflow: visible;
}

.key-features-right {
  display: flex;

  justify-content: flex-end;

  align-items: center;

  position: relative;
}

.key-features-right::before {
  content: "";

  width: 100%;

  height: 130%;

  position: absolute;

  background-color: #e3fcfe;

  z-index: -1;

  bottom: -13%;

  left: 0;

  border-radius: 20px;
}

.key-features-left h2 {
  font-size: 55px;
}

.key-features-left p {
  padding: 10px 0;
}

.key-features-left ul li i {
  width: 20px;

  height: 20px;

  background: #027f85;

  color: white;

  font-size: 12px;

  display: inline-flex;

  justify-content: center;

  align-items: center;

  text-align: center;

  border-radius: 50%;

  margin: 0 10px 0 0;
}

.key-features-left ul li {
  margin: 12px 0;

  display: flex;

  align-items: center;
}

/* key section ends */

/* key text pal starts  */

.key-textpal-left img {
  height: 460px;

  width: 90%;

  object-fit: cover;

  overflow: visible;

  position: relative;
}

.key-textpal-left_wrapper {
  position: relative;
}

.key-textpal-left {
  position: relative;
}

.key-textpal-left::before {
  content: "";

  position: absolute;

  width: 100%;

  height: 120%;

  background-color: #e3fcfe;

  z-index: -1;

  left: -10%;

  top: -10%;

  border-radius: 20px;
}

.key-textpal-right h2 {
  padding: 0 0 10px 0;
}

.key-textpal-right p {
  padding: 0 0 20px 0;
}

.key-textpal-right ul {
  padding: 0 0 30px 0;
}

.key-textpal-right ul li {
  margin: 0 0 10px 0;
}

.key-textpal-right ul li i {
  height: 20px;

  width: 20px;

  font-size: 12px;

  color: white;

  background-color: #027f85;

  display: inline-flex;

  justify-content: center;

  align-items: center;

  text-align: center;

  border-radius: 50%;

  margin: 0 10px 0 0;
}

section.key-textpal {
  padding: 40px 0 0px 0;
}

.hey-box {
  display: flex;

  position: absolute;

  background-color: white;

  height: 54px;

  width: fit-content;

  padding: 0 20px;

  top: 60px;

  left: 30px;

  border-radius: 20px 20px 20px 0;

  align-items: center;
}

.hey-box h2 {
  font-size: 37px;
}

.cartoon-box h2 {
  font-size: 20px;
}

.cartoon-box {
  background-color: white;

  position: absolute;

  bottom: 50px;

  left: -25px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  text-align: center;

  border-radius: 20px;
}

/* testimonial starst  */

.testi-card {
  background-color: #e3fcfd;

  padding: 50px;

  position: relative;

  border-radius: 20px;

  position: relative !important;
}

.testi-card-header {
  display: flex;

  justify-content: space-between;
}

.testimonial-sec-heqading.text-center {
  padding: 0 0 30px 0;
}

.testimonial-slidder .slick-active {
  opacity: 1;
}

.testimonial-slidder .slick-slide {
  transition: all ease-in-out 0.3s;

  opacity: 1;
}

.testi-stars {
  display: flex;
}

.testi-stars i {
  color: #ffa800;
}

.testi-into h5 {
  font-family: "genova";

  padding: 0 0 5px 0;
}

.testi-into h6 {
  font-family: "silk_serif_bold";
}

.testi-into {
  padding: 0 0 20px 0;
}

.testimonial-slidder div {
  position: relative;
}

.testi-quotes {
  height: 60px;
  width: 60px;
  background-color: #e3fcfe;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  margin: 30px 0 38px 10px;
}

.testi-quotes img {
  object-fit: scale-down;
}

.testimonial-slidder
  .slick-slide.slick-current.slick-active.slick-center
  .testi-card {
  background-color: #02878d;
}

.testimonial-slidder
  .slick-slide.slick-current.slick-active.slick-center
  .testi-card
  .testi-into
  h5 {
  font-family: "genova";

  padding: 0 0 5px 0;

  color: white;
}

.testimonial-slidder
  .slick-slide.slick-current.slick-active.slick-center
  .testi-card
  .testi-stars
  i {
  color: white;
}

.testimonial-slidder
  .slick-slide.slick-current.slick-active.slick-center
  .testi-card
  .testi-into
  h6 {
  font-family: "silk_serif_bold";

  color: white;
}

.testimonial-slidder
  .slick-slide.slick-current.slick-active.slick-center
  .testi-card
  p {
  color: white;
}

.testimonial-slidder
  .slick-slide.slick-current.slick-active.slick-center
  .testi-quotes {
  background-color: #03878e;
}

.testimonial-slidder
  .slick-slide.slick-current.slick-active.slick-center
  .testi-quotes
  img {
  filter: brightness(0) saturate(100%) invert(81%) sepia(91%) saturate(5011%)
    hue-rotate(181deg) brightness(127%) contrast(99%);
}

.testi-card::before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #e3fdfd;
  position: absolute;
  top: -23px;
  left: 19px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: -1;
}

.testimonial-slidder
  .slick-slide.slick-current.slick-active.slick-center
  .testi-card::before {
  background-color: #02878d;
}

/* testimonial ends */

/* Footer sectrion css */

.footer-slider-img {
  width: 100%;

  height: 45px;
}

.footer-slider-img img {
  width: 100%;

  height: 100%;

  object-fit: contain;
}

.footerSlider .slick-slide {
  opacity: 1;
}

.footerSec {
  position: relative;

  background-color: #e3fafb;

  margin: 20px;

  border-radius: 20px;
}

.footer-how-contact-box {
  position: absolute;

  right: -25px;

  top: -30px;
}

.footer-how-contact-box a {
  display: flex;

  gap: 15px;

  align-items: center;

  justify-content: flex-end;
}

.footer-how-contact-box a p {
  padding: 5px 10px;

  color: #fff;

  font-size: 12px;

  border-radius: 5px;

  background-color: #f5845d;
}

.footer-how-contact-box a i {
  height: 55px;

  width: 55px;

  color: #fff;

  display: flex;

  font-size: 22px;

  border-radius: 50%;

  align-items: center;

  justify-content: center;

  border: 2px solid #fff;

  background-color: #f5845d;
}

.footerSec .row {
  position: relative;
}

.footerSec p {
  font-weight: 500;

  transition: 0.9s;
}

ul.social {
  display: flex;

  gap: 10px;
}

ul.social li a i {
  width: 35px;

  height: 35px;

  border-radius: 45px;

  color: #fff;

  background: #03858b;

  display: flex;

  justify-content: center;

  align-items: center;

  transition: 0.6s;

  border: 1px solid transparent;

  opacity: 1 !important;
}

ul.social li a i:hover {
  background: transparent;

  transform: rotate(360deg) scale(1.3);

  border: 1px solid #03888d;
}

footer ul li a {
  color: #666f70;

  transition: 0.6s;

  font-weight: 500;

  font-size: 14px;
}

footer ul li a:focus {
  color: #03888d;

  opacity: 1;
}

ul.social li a {
  color: #fff;

  opacity: 1;

  transition: 0.6s;
}

ul.social li a:hover {
  opacity: 1;

  color: #fff;

  color: #000;
}

.footerSec .row {
  position: relative;

  padding-top: 60px;

  border-top: 1px solid #ffffff69;

  margin: 100px 0 0 0;
}

.footerSec .footer-btm .row {
  padding-top: 24px;

  padding-bottom: 20px;

  margin-top: 40px;

  border-top: 2px solid #cee4e5;
}

.footerSec .footer-btm .row p {
  font-weight: 400;

  font-size: 14px;
}

.news-letter ul li a {
  gap: 15px;

  line-height: 25px;

  margin: 14px 0;

  /* opacity: 0.5; */
}

.news-letter ul li a i {
  opacity: 1;

  color: #02878d;

  font-size: 25px;
}

.news-letter ul li a:hover {
  transform: translate(3px, 0px);
}

footer ul li a:hover {
  opacity: 1;

  color: #03888d !important;
}

footer ul li a:hover i {
  color: #03888d !important;
}

ul.social li a i.fa.fa-twitter:before {
  width: 14px;

  height: 14px;

  background-image: url(../images/twitter-x.png);

  background-size: contain;

  background-repeat: no-repeat;

  content: "";

  filter: brightness(0) invert(1);
}

ul.social li a:hover {
  text-decoration: unset !important;
}

footer .foot-products {
  position: relative;

  left: unset;
}

.footer-about p {
  color: #666f70;
}

.footer-logo {
  position: relative;
  margin: -23px 0 30px 0;
  border-bottom: 1px solid #cee4e5;
  padding: 0px 0 4px 0 !important;
}

.foot-useful-link {
  margin: 0 0 0 35px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;
}

.foot-useful-link ul {
  columns: 1;
}

.foot-useful-link h5 {
  font-size: 20px;
  margin-bottom: 30px;
  text-transform: capitalize;
  border-bottom: 1px solid #cee4e5;
  display: inline-flex;
  position: relative;
  padding: 10px 0 10px 0 !important;
}

.foot-products h5 {
  border-bottom: 1px solid #cee4e5;
  display: inline-flex;
  position: relative;
  margin-bottom: 30px;
  font-size: 20px;
  padding: 10px 0 10px 0 !important;
}

.foot-quick-links h5 {
  border-bottom: 1px solid #cee4e5;
  display: inline-flex;
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
  padding: 10px 0 10px 0 !important;
}

.news-letter h5 {
  border-bottom: 1px solid #cee4e5;
  display: inline-flex;
  position: relative;
  margin-bottom: 30px;
  font-size: 20px;
  padding: 10px 0 10px 0 !important;
}

.copy-txt p a {
  color: #fff;
}

section.footer-quote-sec {
  padding: 0;

  margin: 0 0 -90px 0;
}

section.footer-quote-sec {
  background-image: none;
}

section.footer-quote-sec::before {
  display: none;
}

.footer-about img {
  width: 100px;

  height: 60px;

  object-fit: contain;
}

.footer-about ul {
  display: inline-flex;

  align-items: center;

  justify-content: start;

  gap: 10px;
}

.footer-about ul li h6 {
  color: #ffffff75;

  font-weight: 600;

  font-size: 14px;

  line-height: 25px;

  margin: 0;

  text-decoration: underline;

  transition: ease-in-out;

  transition-duration: 0.5s;
}

.footer-about ul li h6:hover {
  color: #008077;

  transition: ease-in-out;

  transition-duration: 0.5s;
}

footer.footerSec > .container-fluid {
  padding: 0 5%;
}

.footer-btm {
  margin: 0 20px;
}

.foot-products ul {
  column-count: 2;
}

h5.subscribe.text-black.py-2 {
  margin: 10px 0 10px 0;
}

/* Footer section end */
/* inner banner starts  */
.inner-banner {
  height: 400px;
  width: 100%;
  background: url(../images/banner-bg.png) no-repeat center center;
  background-size: cover;
  margin: 20px;
  border-radius: 20px;
}
.inner-banner > .container {
  height: 100%;
}
.inner-banner > .container > .row {
  height: 100%;
  align-items: center;
}
.inner-banner-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.inner-banner-content h1 {
  font-size: 65px;
}
/* inner banner ends */
/* about page starst  */
.about-dt-inner p {
  padding: 10px 0;
}
section.about-dt {
  margin: 0 0 100px 0;
}
.about-key-wrapper .key-textpal {
  padding: 50px 0;
}
.about-key-wrapper {
  margin: 100px 0 0 0;
}
.about-key-wrapper .key-textpal-right {
  padding-right: 60px;
}

/* about page ends */
/* Contact page starst  */
.contact-form-wrapper input {
  height: 60px;
  width: 100%;
  padding: 20px;
  margin: 0 0 20px 0;
  border: 1px solid #bdbdbd;
}
.contact-form-wrapper select {
  height: 60px;
  width: 100%;
  padding: 20px;
  margin: 0 0 10px 0;
  border: 1px solid #bdbdbd;
}
.contact-form-wrapper textarea {
  height: 150px;
  width: 100%;
  resize: none;
  padding: 20px;
  border: 1px solid #bdbdbd;
}
.contact-form-wrapper button {
  border: 1px solid transparent;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}
.contact-heaing.text-center {
  padding: 30px 0 30px 0;
}
.contact-box {
  height: 215px;
  background-color: #ecfeff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  border-radius: 15px;
}
.contact-box h6 {
  font-family: "genova";
  padding: 0 0 10px 0;
  border-bottom: 1px solid #b6c5c7;
  font-size: 20px;
}
.contact-box a {
  padding: 10px 0 0 0;
}
section.contact-us {
  margin-top: 100px;
}
/* Contact page ends */

/* InnerPage Login start */
.text-blue {
  color: #100c6c;
}

.text-black {
  color: #000 !important;
}

.log-in-wrap {
  padding: 40px 35px;
  border-radius: 15px;
  box-shadow: 1px 1px 13px 1px #0000000f;
  background-color: #e3feff;
}

.log-in-wrap h2 {
  margin: 0 0 20px 0;
  text-align: center;
  color: #000;
  font-size: 40px;
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: 500;
}

.log-in-wrap form button {
  padding: 15px 50px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 500;
  border: none;
  width: 100%;
  border-radius: 50px;
  margin: 10px 0 0 0;
}

.form-check input[type="checkbox"] {
  border: 1px solid #000;
  background: #000 !important;
  accent-color: #fff;
  width: 17px;
  margin-bottom: 0 !important;
}

.log-in-wrap1 form button {
  padding: 15px 50px;
  border-radius: 6px;
  font-size: 17px;
  color: #000;
  font-weight: 500;
  border: none;
  background-color: #fff;
}

.width-100 {
  width: 100% !important;
}

.log-in-page-main {
  padding: 100px 0px;
}

.log-in-page-main .form-control {
  height: 50px;
  border-radius: 5px;
  padding-left: 25px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  background: white;
  color: black;
}

.log-in-page-main .form-control::placeholder {
  color: gray;
}

.log-in-wrap1 input::placeholder {
  color: white !important;
}

.log-in-page-main .form-check label.form-check-label {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}

.log-in-page-main .form-check,
.forgot-pass {
  display: inline-block;
}

.forgot-pass {
  width: 72%;
  text-align: right;
}

.forgot-pass a {
  font-size: 14px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin: 0;
  color: #fff;
}

.forgot-pass a:hover {
  color: #ffffff;
}

.agree-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  color: black;
}

.term-condition {
  font-weight: 500;
  margin-left: 10px;
  color: #000;
  border-bottom: 2px solid #000;
}

.log-in-wrap1 {
  background-color: #03898f;
}

.log-in-wrap.log-in-wrap1 h2 {
  color: white;
  font-size: 41px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 40px;
}

.mag_detail_left_box.p-4.bg_white img {
  border-radius: 7px;
}

.heading.heading1 h2 {
  font-size: 23px;
}

.mag_detail_left_box.p-4.bg_white h2 {
  margin: 20px 0;
}

.raim_image.hei img {
  object-fit: cover;
  height: 100%;
}

.raim_text p {
  padding: 0 30px;
}

.heading.heading1 {
  padding: 10px 50px 0px 30px;
}

.raim_bottom_image.hei img {
  height: 100%;
  object-fit: cover;
}

.raim_bottom_text.bg_white.p-5.text_center {
  padding: 90px 50px !important;
}

.button-wrap button {
  border-radius: 6px;
  margin: 40px auto;
  display: block;
  background: #c83018;
  border: navajowhite;
  padding: 14px 39px;
  text-transform: uppercase;
  color: white;
}

.log-in-wrap1 .form-group input {
  color: #fff !important;
}

.log-in-wrap1 .form-group input::placeholder {
  color: #fff !important;
}
.passowrd-field input-group {
  position: relative;
}

.passowrd-field .input-group i {
  position: absolute;
  top: 17px;
  right: 10px;
  font-weight: 400;
  cursor: pointer;
}
.log-in-wrap1 .theme-btn1 {
  border-radius: 50px;
}
.form-check.terms_chk.mt-4 {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.agree-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 14px 0;
}
.logeee-wrapper input {
  height: 50px;
  border-radius: 5px;
  padding-left: 25px;
  margin-bottom: 20px;
  border: 1px solid #fff !important;
  background: transparent !important;
  color: white;
}
.safety-para {
  margin: 110px 0 0 0;
}

.safety-para p {
  padding: 0 0 10px 0;
}
.safety_wapper.key-textpal {
  padding: 40px 0 0 0;
}
.hero-center-img {
  position: relative;
}
.hero-center-img img {
  height: 437px;
  width: 100%;
  object-fit: cover;
  object-position: 0 0;
}
/* InnerPage Login end */
.friend-ship-network-wrapper {
  margin: 0 0 0 -33%;
}
.login_signup_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

span.toggle-password.fa.fa-eye {
    margin: 16px 0 0 -30px;
    position: absolute;
}
.password-icon {
    z-index: 999999999;
}
.contact_class{
  white-space: nowrap;
}

.key-features-left ul li {
    position: relative; /* agar zarurat ho */
    padding-left: 35px; /* icon ke liye space */
    list-style: none; /* default bullet remove karne ke liye */
}

.key-features-left ul li::before {
    content: "\f00c"; /* Font Awesome check icon ka Unicode */
    font-family: "Font Awesome 6 Free"; /* ya jo version aap use kar rahe hain */
    font-weight: 900; /* solid icons ke liye */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #027f85;
    color: white;
    font-size: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.key-textpal-right ul li {
    position: relative; /* agar zarurat ho */
    padding-left: 35px; /* icon ke liye space */
    list-style: none; /* default bullet remove karne ke liye */
}
.key-textpal-right ul li::before {
    content: "\f00c"; /* Font Awesome check icon ka Unicode */
    font-family: "Font Awesome 6 Free"; /* ya jo version aap use kar rahe hain */
    font-weight: 900; /* solid icons ke liye */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    font-size: 12px;
    color: white;
    background-color: #027f85;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    margin: 0 10px 0 0;
}
/*.login span.toggle-password.fa.fa-eye {
    color: white;
}*/
input#password1 {
    color: white;
}
span.ready-width {
    padding: 20px;
}
.policy-txt h2{
  margin : 10px 0 10px 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

div#toast-container{
    z-index: 9999999999999999;
}