body {
  font-family: "Outfit-Regular", sans-serif !important;
}

* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

/*  Basic Css  */

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

/********************Padding Top*****************/
.padding-top-5 {
  padding-top: 5px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-15 {
  padding-top: 15px;
}

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

.padding-top-25 {
  padding-top: 25px;
}

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

.padding-top-35 {
  padding-top: 35px;
}

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

/********************Padding Bottom*****************/
.padding-bottom-5 {
  padding-bottom: 5px;
}

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

.padding-bottom-15 {
  padding-bottom: 15px;
}

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

.padding-bottom-25 {
  padding-bottom: 25px;
}

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

.padding-bottom-35 {
  padding-bottom: 35px;
}

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

/* #Progress with back to top
================================================== */
:root {
  --red: #da2c4d;
  --yellow: #f8ab37;
  --green: #2ecc71;
  --white: #ffffff;
  --grey-light: #f2f7f9;
  --grey: #ecedf3;
  --black: #080808;
  --black-blue: #1f2029;
  --black-blue-light: #353746;
  --black-blue-light-2: #404255;
  --black-blue-light-3: #4b4d64;
  --black-light: #424455;
}

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #ea1e63;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  bottom: 86px;
  background: #fff;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\f004";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #ea1e63;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  animation: heartbeat 1s infinite;
}

.progress-wrap:hover::after {
  opacity: 1;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--grey);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

@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);
  }
}

/* #Progress with back to top */

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

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

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

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

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

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

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

.margin-top-25 {
  margin-top: 25px;
}

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

.margin-top-35 {
  margin-top: 35px;
}

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

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

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

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

.margin-top-90 {
  margin-top: 90px;
}

.margin-top-100 {
  margin-top: 100px;
}

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

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

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-35 {
  margin-bottom: 35px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

::selection {
  background-color: #ea1e63;
  color: rgb(255, 255, 255);
}

/*  Basic Css Ends  */

/*  Font Family  */

/**** Start webkit scrollbar ******/
div::-webkit-scrollbar {
  width: 6px;
}

div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba #313131;
  border-radius: 12px;
}

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

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #000;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background: #ea1e63;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: #313131;
}

/**** END webkit scrollbar ******/
@font-face {
  font-family: "Philosopher-Bold";
  src: url("../css/font/Philosopher-Bold.ttf");
}

@font-face {
  font-family: "Outfit-Light";
  src: url("../css/font/Outfit-Light.ttf");
}

@font-face {
  font-family: "Outfit-Regular";
  src: url("../css/font/Outfit-Regular.ttf");
}

@font-face {
  font-family: "Outfit-SemiBold";
  src: url("../css/font/Outfit-SemiBold.ttf");
}

@font-face {
  font-family: "Outfit-Medium";
  src: url("../css/font/Outfit-Medium.ttf");
}
/*  Font Family Ends  */

/*  Main nav Bar  */

._logo {
  float: left;
  padding: 8px 0 5px;
  margin-top: 0px;
}

._hamburge {
  float: right;
  margin-top: 10px;
  background-color: transparent;
  /*position: absolute;*/
  right: 0;
  width: 65%;
  padding: 21px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

._hamburge ul {
  float: right;
}

._hamburge ul li {
  float: left;
}

._logo a img {
  width: 219px;
  height: 34px;
  margin-top: 16px;
}

.logocss a img {
  padding: 2px 0px;
}

._navBarMani {
  display: block;
  height: 80px;
  background-color: #ffff;
}

._hamburge ul li {
  margin-right: 49.9px;
  margin-top: 0px;
}

/*--- new ---*/

/*._hamburge ul li:last-child {
    margin-left: 20px;
}

._hamburge ul li:nth-child(5) {
    margin-right: 27px;
} 

._hamburge ul li:last-child a {
	padding: 8px 3px;
    background: #FF5796;
    margin-top: -7px;
    color: #fff;
    border-radius: 5px;
    transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 116px;
    text-align: center;
    font-size: 14px;
}

._hamburge ul li:last-child a:hover {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.349);
} 


._hamburge li:last-child:hover:after {
  background: none
}*/

/*--- new ---*/

._hamburge ul li a {
  color: #353535;
  display: block;
  font-size: 14px;
  font-family: "HelveticaNeue-Light", sans-serif;
}

.dropdown-menu {
  left: -45px;
  text-align: center;
}

.dropdown-menu a:last-child {
  border-bottom: none;
}

.dropdown-menu a {
  padding: 6px;
  border-bottom: 1px solid #8080808f;
  color: #353535 !important;
  font-size: 14px !important;
  text-align: left;
}

/*   mobile menu  */

._MobileMenuLogo {
  float: right;
  text-align: left;
  width: 78%;
}

._MobileMenuLogo a {
  display: inline-block;
}

._MobileMenuLogo a img {
  /* width: 184px;
		height: 54px;
		display: block;
	margin-top: 15px; */
  display: block;
  margin-top: 15px;
  width: 100%;
}

._MobileMenuLogo a {
  padding: 5px 5px;
}

._menuOpenMobile {
  float: left;
}

.newHamburge {
  height: 40px;
  width: 40px;
  background: #ffaa00;
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 100px;
  font-size: 24px;
  outline: none;
  margin: 17px 15px;
}

.sideLogo a,
.sideLogo a img {
  width: 86px;
  height: 100px;
  display: block;
}

#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: -255px;
  height: 100vh;
  z-index: 999;
  background: rgb(255, 255, 255);
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
  left: 0;
  z-index: 9999999999999;
}

#dismiss {
  width: 46px;
  height: 46px;
  line-height: 35px;
  text-align: center;
  background: #ff9c00;
  position: absolute;
  color: #fff;
  top: 14px;
  font-size: 21px;
  right: 17px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  display: flex;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 60%;
  justify-content: center;
  align-items: center;
}

#dismiss:hover {
  color: #fff;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.overlay.active {
  display: block;
  opacity: 1;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: rgb(255, 255, 255);
}

#sidebar ul.components {
  padding: 60px 0;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px 22px;
  font-size: 16px;
  display: block;
  color: #353535;
  border-bottom: 0.5px solid rgb(200 200 200 / 18%);
}

#sidebar ul li a i {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}

.angle-down-a {
  border-top: 6px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.stroke-i {
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: white;
  font-size: 14px;
}

._topBar {
  background-color: #98ca61;
}

._padding5px {
  padding-top: 5px;
  padding-bottom: 5px;
}

._topLeft {
  float: left;
}

._nameOf p {
  font-family: "OpenSans-Light", sans-serif;
  font-size: 16px;
  color: #3b3c1f;
  letter-spacing: 0px;
  margin-bottom: 0;
}

._topRight {
  float: right;
}

._topNav ul li {
  float: left;
}

._topNav ul li:first-child a {
  margin-right: 30px;
}

._topNav ul li a,
._topNav ul li span {
  display: block;
  font-size: 16px;
  color: #3b3c1f;
  letter-spacing: 0px;
  font-family: "OpenSans-Light", sans-serif;
  cursor: pointer;
}

._topNav ul li a i {
  margin-right: 3px;
}

/*  main nav bar ends  */

.top-sm-navcont{    
  height: 36px;
  width: 100%;
  background: #fff;
  border: 1px solid #D9D9D9;
  align-items: center;
  display: flex;
}

.top-sm-navcont .left-welcom,
.top-sm-navcont .right-contac{
  font-size: 14px;
  color: #1A1A1A;
}

.nav-main {
  display: flex;
  align-items: center;
  height: 80px;
  justify-content: space-between;
  padding: 0px 15px;
}

.navbar-nav {
  margin: auto !important;
}

.menu-desk-link {
  display: flex;
  justify-content: end;
  align-items: center;
}

.menu-desk-link li {
  margin: 0px 10px;
}

.menu-desk-link li a {
  font-size: 15px;
  font-family: Outfit-Medium;
  color: #1e1e1e;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px;
}

.menu-desk-link .active a {
  font-size: 15px;
  font-family: Outfit-Medium;
  color: #ff9c00 !important;
}

.menu-desk-link li a:hover span {
  background-color: #000000;
  color: white;
}

.menu-desk-link li a:hover {
  font-size: 15px;
  color: #ff9c00 !important;
}

.menu-desk-link span {
  background-color: #f2f2f2;
  height: 27px;
  width: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff9c00;
  border-radius: 4px;
  margin-right: 7px;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}

.menu-desk-link .active span {
  background-color: #ff9c00;
  height: 27px;
  width: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 4px;
  margin-right: 7px;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}

.nav-brand-logo {
  margin-top: 30px;
}

.navbar-desk {
  position: relative;
  z-index: 999;
  background-color: #ff9c0000;
}

.bg-hight-flex {
  height: 92px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 4;
}

.login-btn-bg a {
  background: #ea1e63;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 28px 28px 28px 0px;
  text-decoration: none;
  font-size: 15px;
  font-family: Outfit-Medium;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  width: 133px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
}

.login-btn-bg a:hover {
  box-shadow: none;
  border: 1px solid #ff9c00;
}

.main-banner {
  position: relative;
  background-repeat: no-repeat;
  background: linear-gradient(180deg, rgba(255,254,254,1) 16%, rgba(255,237,196,1) 74%);
}

.main-title-banner h1 {
  color: #1A1A1A;
  font-size: 54px;
  line-height: 61px;
  font-family: "Philosopher-Bold";
  text-align: start;
}

.main-title-banner h1 span {
  color: #ea1e63;
}
.main-title-banner p{
  font-size: 16px;
  color: #1e1e1e;
  font-family: 'Outfit-Medium';
}
.header-btn-pr button{
  background: #ea1e63;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 28px 28px 0px 28px;
  text-decoration: none;
  font-size: 15px;
  font-family: Outfit-Medium;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  width: 174px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin-top: 30px;
}
.banner-conte{
  margin-top: 140px;
  padding-bottom: 52px;
}
.lottie-header-ved lottie-player{
  width: 100%;
  position: relative;
  z-index: 9;
}
.header-left-line img{
  position: absolute;
  left: 0;
  top: -89px;
}
.header-right-line img{
  position: absolute;
  right: 0px;
  top: -64%;
}
.header-bottom-line img{
  position: absolute;
  bottom: 33px;
  left: 0;
  right: 0;
  margin: auto;
}
/* ----info brand css start--- */

/* ---how it work star ---- */

.how-work-bg {
  padding: 30px 0px;
  background-color: #fff;
  border-top: 1px solid #ff9c0014;
}

.section-titles {
  margin-top: 40px;
}

.section-titles h2 {
  font-family: "Philosopher-Bold";
  color: #1e1e1e;
  font-size: 33px;
}

.section-titles h2 span {
  color: #ea1e63;
}

.section-titles h5 span {
  font-size: 15px;
  color: #4b4b4b;
}

.how-it-work-setps {
  margin-top: 40px;
  margin-bottom: 30px;
  background: linear-gradient(179deg, rgba(255,254,254,1) 16%, rgb(255 237 196 / 58%) 74%);
  padding: 64px 40px 40px;
  border-radius: 40px;
}

.how-step-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 32px #0000000d;
  border-radius: 40px;
  width: 90%;
  margin: auto;
  position: relative;
  padding: 37px 22px;
  min-height: 288px;
  margin-bottom: 20px;
}

.steps-cir {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 5px solid #ebf3ee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: Outfit-SemiBold;
  color: #ff9c00;
  position: absolute;
  right: 0;
  top: -24px;
  left: 0;
  margin: 0px auto;
}
.banner-conte{
  position: relative;
  z-index: 9;
}

.steps-text h3 {
  font-family: "Philosopher-Bold";
  font-size: 19px;
  color: #1e1e1e;
  margin-top: 23px;
}

.steps-text h3 span {
  color: #ff9c00;
}

.steps-text p {
  color: #4b4b4b;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
}

/* ---how it work end---- */

/******** Search Section Start ********/
.register-frm-ds{
  margin-top: 46px;
  position: relative;
  z-index: 99;
}
.search-box-b-d {
  background-color: #0a0054;
  height: 97px;
}

.custom-select-wrapper {
  position: relative;
  display: block;
  user-select: none;
}

.custom-select-wrapper select {
  display: none;
  visibility: hidden;
  border: 0px;
}

.custom-select-trigger {
  position: relative;
  display: block;
  font-size: 14px;
  color: #1A1A1A;
  line-height: 49px;
  cursor: pointer;
  padding: 0 14px;
  font-family: 'Outfit-Medium';
  background: #FFFFFF;
  border-radius: 8px;
}

.search-label {
  display: block;
  max-width: 100%;
  margin-bottom: 7px;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  margin-left: 5px;
  font-family: 'Outfit-Regular';
  height: 20px;
  color: black;
}

.search-button {
  margin-top: 27px;
}
.center_form-line{
  margin: auto;
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  font-family: 'Outfit-Medium';
  color: black;
}

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 5.5px;
  height: 5.5px;
  top: 48%;
  right: 14px;
  margin-top: 0px;
  border-bottom: 1px solid #1A1A1A;
  border-right: 1px solid #1A1A1A;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  max-height: 153px;
  overflow: auto;
  overflow-x: hidden;
  margin: 0px 0;
  border: 1px solid #dedede;
  /* border-radius: 4px;
*/
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
  background: #fff;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  border-radius: 10px;
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
  z-index: 100;
}

.custom-options:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 100%;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-bottom: -3px;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  background: #fff;
  transform: rotate(45deg);
  transition: all .4s ease-in-out;
}

.option-hover:before {
  background: #f9f9f9;
}

.custom-option {
  position: relative;
  display: block;
  padding: 0 17px;
  border-bottom: 1px solid #ececec;
  font-size: 15px;
  font-weight: normal;
  color: #464646;
  line-height: 37px;
  cursor: pointer;
  transition: all .4s ease-in-out;
}

.custom-option:first-of-type {
  border-radius: 0px 0px 0 0;
}

.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 0px 0px;
}

.custom-option:hover,
.custom-option.selection {
  background: #ececec;
}

.bor-rmd {
  border-radius: 0px 3px 3px 0px;
}

.agetolabel {
  display: none;
}

/* .search-border-right {
  border-right: 1px solid #d6cece;
} */
.searchnow {
  text-transform: capitalize;
  outline: none;
  background: #ff9c00;
  font-size: 14px;
  width: 134px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: normal;
  border: 0;
  border-radius: 28px 28px 0px 28px;
  height: 49px;
  font-family: 'Outfit-Medium';
  transition: all 0.7s;
  width: 49px;
  color: white;
}

.searchnow i {
  font-size: 13.5px;
}

.custom-select-trigger_new:after {
  right: 20px;
}

.cust-pdn{
  padding: 0px 5px;
}


/* Last Added Profiles section- */
.happy-stories-main {
  padding: 25px 0px;
  position: relative;
  padding-bottom: 15px;
}
.how-work-bg {
  background: url(../images/bg-second.png);
  padding: 30px 0px;
}
.work-box-design {
  position: absolute;
  left: 50;
  bottom: 0;
}

.section-titles {
  margin-top: 22px;
}

.added-images {
  width: 260px;
  height: 100%;
  margin: auto;
}

.added-images img {
  width: 100%;
  height: 276px;
  border: 1px solid #c4c4c4;
  border-radius: 28px;
  object-fit: cover;
}

.box-story {
  width: 100%;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 7px 26px #00000012;
  border-radius: 28px;
  text-align: center;
  padding: 19px 2px;
  margin-top: 10px;
  margin-bottom: 31px;
}

.box-story h1 {
  font-size: 16px;
  color: #272727;
  font-family: "Outfit-SemiBold";
  margin: 0;
  line-height: 26px;
  margin-bottom: 5px;
}
.box-story p {
  font-size: 13.5px;
  color: #797979;
  font-family: "Outfit-Regular";
  line-height: 22px;
  margin: 0;
}

.stories-main {
  margin-top: 40px;
}

.story-text h3 {
  margin-top: 0px;
  color: #000000;
  font-family: "baskvill";
  font-size: 19px;
}

.story-text h3 span {
  font-family: "Outfit-SemiBold";
}

.story-text p {
  color: #4b4b4b;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
}

.owl-theme .owl-controls .owl-buttons div {
  font-size: 0px !important;
}

.client-lastadd .owl-theme .owl-controls .owl-buttons .owl-prev::after {
  content: "\f053";
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 5px;
}

.client-lastadd .owl-theme .owl-controls .owl-buttons .owl-next::after {
  content: "\f054";
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 5px;
}

.client-lastadd .owl-theme .owl-controls .owl-buttons .owl-prev {
  color: #47474787;
  height: 40px;
  border-radius: 23px 0px 23px 23px !important;
  box-shadow: 0px 3px 16px #00000029;
  width: 40px;
  zoom: 1;
  *display: inline;
  margin: 0px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #ffffff;
  filter: Alpha(Opacity=50);
  opacity: 1;
  position: absolute;
  left: -7px;
  top: 113px;
}

.client-lastadd .owl-theme .owl-controls .owl-buttons .owl-next {
  color: #47474787;
  height: 40px;
  border-radius: 0px 23px 23px 23px !important;
  box-shadow: 0px 3px 16px #00000029;
  width: 40px;
  zoom: 1;
  *display: inline;
  margin: 0px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #ffffff;
  filter: Alpha(Opacity=50);
  opacity: 1;
  position: absolute;
  right: -7px;
  top: 113px;
}

.client-lastadd .owl-theme .owl-controls {
  display: none;
}
/* last added profile section end  */

/* ----story section start--- */
.ss {
  background: linear-gradient(179deg, rgba(255,254,254,1) 16%, rgb(255 237 196 / 58%) 74%);
  padding: 48px 0px;
}

.ss .flex-storys {
  display: flex;
  align-items: center;
}
.ss-t h4 {
  font-size: 19px;
  color: #1e1e1e;
  font-family: "Outfit-SemiBold";
}
.ss-t p {
  font-size: 14px;
  color: #5d5d5d;
  font-family: "Outfit-Regular";
  line-height: 20px;
}
.testimonial_new {
  margin: 0px 5px 30px;
  position: relative;
}
.testimonial_new .pic {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  padding: 0px;
}
.testimonial_new .pic img {
  width: 100%;
  border-radius: 20px 20px 0px 0px;
  object-fit: cover;
  height: 169px;
  object-position: center top;
}
.pic-2 {
  padding: 15px;
}
#testimonial-slider-2 .owl-theme .owl-controls .owl-buttons div {
  width: 50px;
  height: 50px;
  line-height: 40px;
  border-radius: 0;
  background: transparent;
}
#testimonial-slider-2 .owl-theme .owl-controls .owl-buttons div {
  background: transparent !important;
  opacity: 1 !important;
}
#testimonial-slider-2 .owl-prev {
  position: absolute;
  left: -83px;
  top: 145px;
  background: transparent;
  opacity: 5;
}
#testimonial-slider-2.owl-theme .owl-controls {
  margin-top: -10px;
  text-align: center;
}

#testimonial-slider-2 .owl-next {
  position: absolute;
  right: -83px;
  top: 145px;
  background: transparent;
  opacity: 5;
}
#testimonial-slider-2 .owl-prev:after,
#testimonial-slider-2 .owl-next:after {
  content: url("../images/left-arrow.png");
  font-family: "Font Awesome 5 Free";
}
#testimonial-slider-2 .owl-next:after {
  content: url("../images/right-arrow.png");
}
.matri-id-s span {
  font-family: "Outfit-SemiBold";
}
.pic-2 p .read-more {
  color: #ff9c00;
  font-family: "Outfit-Medium";
}
.matri-id-s {
  font-size: 19px;
  font-family: "Philosopher-Bold";
  color: #303030;
  margin-bottom: 5px;
  margin-top: 0px;
}
.matri-zero {
  margin: 0px 0 0px;
  color: #4b4b4b;
  font-family: "Outfit-Regular";
  line-height: 20px;
  font-size: 13px;
}
.matri-hr {
  margin-top: -14px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #d5d5d5;
}
/* ----story section end--- */
/* planning section- */
.planing-text h2 {
  font-family: "Philosopher-Bold";
  color: #1e1e1e;
  font-size: 33px;
  line-height: 51px;
}
.planing-text h2 span {
  color: #ea1e63;
}
.planning-btn a {
  display: inline-block;
  align-items: center;
  padding: 14px 30px;
  background-color: #ff9c00;
  border-radius: 30px 30px 0px 30px;
  border: none;
  margin-top: 40px;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}
.planing-bg-main {
  padding: 30px 0px;
}

/* ---app section start-- */

.app-bg {
  width: 100%;
  padding-top: 25px;
  position: relative;
  background: linear-gradient(179deg, rgba(255,254,254,1) 16%, rgb(255 237 196 / 58%) 74%);
}
.app-text h2 {
  font-family: "Philosopher-Bold";
  color: #1e1e1e;
  font-size: 33px;
  line-height: 51px;
  width: 70%;
}
.app-text h5 {
  font-family: "Outfit-Medium";
  color: #4b4b4b;
  font-size: 16px;
  margin-top: 30px;
}
.play-btn {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}

.app-vl {
  display: inline-block;
  width: 2px;
  height: 10px;
  background: #514b4b;
  margin: 0px 22px;
}
.app-mokup-img img{
  width: 100%;
}
/* -----about section start--- */
.about-main-bg {
  padding: 67px 0px;
}
.about-text h4 {
  color: #1e1e1e;
  font-size: 21px;
  font-family: "Philosopher-Bold";
}
.about-text p {
  color: #474747;
  font-size: 14px;
  font-family: "Outfit-Regular";
  line-height: 26px;
}
.client-say {
  background: #f3f3f3;
  border-radius: 40px 136px 40px 40px;
  padding: 37px 20px;
  width: 80%;
  float: right;
}
.client-say p {
  color: #474747;
  font-size: 14px;
  font-family: "Outfit-Regular";
  line-height: 26px;
}
.icon-profile img {
  height: 73px;
  width: 73px;
  object-fit: contain;
  margin-bottom: 26px;
}
.owl-theme .owl-controls .owl-page span {
  width: 9px !important;
  height: 9px !important;
  background: #ff9c00 !important;
  margin: 0px 5px !important;
}
/* ------browse matri start--- */
.browse-matri-new {
  padding-top: 35px;
  padding-bottom: 38px;
  background: url(../images/matri-bg.png);
}
.matri-browse-tabs .tabs .nav-pills{
  background: #ededed;
  border-radius: 30px;
}

.matri-browse-tabs .nav-pills > li.active > a,
.matri-browse-tabs .nav-pills > li.active > a:hover,
.matri-browse-tabs .nav-pills > li.active > a:focus {
  background-color: #ff9c00;
  color: white;
}

.matri-browse-tabs .nav-pills > li > a {
  color: #262626;
  font-size: 19px;
  border-radius: 30px;
  padding: 12px 56px;
  font-family: "Raleway-SemiBold", sans-serif;
}
.vl {
  border-left: 2px solid #a1a1a1;
  height: 10px;
  display: inline-block;
  margin: 0px 10px;
}

.cust_padding {
  padding-right: 35px;
  padding-left: 35px;
}
.new-footer-ul {
  width: 50%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 5px;
}
.new-footer-ul li a {
  color: #717171;
  font-size: 15px;
  padding: 6px 3px;
  transition: all 0.4s ease-in-out;
  line-height: 1.7;
  font-family: "HelveticaNeue-Light", sans-serif;
}
.new-footer-ul li a.more-matri-view{
  color: #ea1e63;
  font-family: 'Outfit-SemiBold';
}

/* ----footer start-- */
.footer-title {
  margin-bottom: 25px;
}
.footer-bg {
  padding-top: 35px;
}
.social-icon-footer p {
  font-size: 14.18px;
  color: #afa6a6;
  margin: 0 0 18px;
  display: inline-block;
}
.logo-footer img {
  width: 163px;
  height: 55px;
  object-fit: contain;
}
.p-70 {
  padding-left: 70px;
}
.about-us p {
  color: #474747;
  font-size: 14px;
  font-family: "Outfit-Regular";
  line-height: 26px;
}
.footer-title p {
  color: #1e1e1e;
  font-size: 19px;
  font-family: "Philosopher-Bold";
}
.footer-title p span {
  color: #1e1e1e;
  font-size: 19px;
  font-family: "Outfit-SemiBold";
}
.cms-ul li a {
  color: #474747;
  font-size: 14px;
  font-family: "Outfit-Regular";
  text-decoration: none;
}
.cms-ul li {
  margin-bottom: 15px;
}
.social-icon-footer {
  margin-top: 25px;
}
.social-icon-footer p i {
  font-size: 19px;
  color: #1e1e1e;
}
.social-icon-footer p {
  margin-right: 20px;
}
.copy-rights {
  width: 100%;
  background-color: #1e1e1e;
  margin-top: 30px;
  padding: 9px 0px;
}
.copy-rights h6 {
  color: #ffffff;
  opacity: 0.57;
  font-family: "Outfit-Regular";
  font-size: 13px;
}


.fixd_download-sets{
  background: #d71965;
  padding: 8px 10px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fixd_download-sets .h4{
  margin: 0px;
  color: #fff;
  font-size: 14px;
  font-family: 'Outfit-Medium';
}
.fixd_download-sets .app-imgstc{
  /* width: 130px; */
	width: 60px;
    height: 50px;
    padding-left: 5px;
}

.lottie-header-ved img {
  width: 90%;
}



.sticky_wh_phons{
  position: fixed;
  z-index: 9999;
  bottom: 86px;
  left: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sticky_wh_phons .box_iconsasjf{
  background-color: #FFF;
  border: transparent;
  border-radius: 6px;
  color: #e71b5e;
  box-shadow: inset 0px 1px 3px rgb(255 255 255 / 40%), inset 1px -1px 2px 0px rgb(4 4 4 / 38%);
  outline: none;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}
.sticky_wh_phons .box_iconsasjf.green{
  color: #25D366;
}

@media only screen and (max-device-width: 480px) {
    .sticky_wh_phons{
    left: 18px;
  }
}
