@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

:focus {
  outline: inherit !important;
  box-shadow: none !important;
}

.navbar-light .navbar-toggler {
  border: 0;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: none;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.desk-only {
}
.mob-only {
  display: none;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  position: relative;
  background: #ffffff;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

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

p {
  font-family: "Open Sans", sans-serif;
}

h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.pd-l-0 {
  padding-left: 0;
}

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

.primary_btn {
  width: 205px;
  height: 44px;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 6px 0px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  display: inline-block;
}
.primary_btn:hover {
  color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.primary_btn span {
  padding-right: 12px;
}
.primary_btn span img {
  width: 20px;
  position: relative;
  top: 4px;
}
.modal-title {
  cursor: pointer;
}
.fb_btn {
  width: 218px;
  height: 44px;
  background-color: #3d5b99;
  border-radius: 8px;
  padding: 7px 0px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #3d5b99;
}
.fb_btn:hover {
  background: #2a4782;
  color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.fb_btn span {
  padding-right: 12px;
}
.fb_btn span img {
  width: 20px;
  position: relative;
  top: 5px;
}

.theme_btn {
  background: linear-gradient(90deg, #9d2787 0%, #d91f72 100%);
  border-radius: 8px;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  padding: 13px 47px;
  display: inline-block;
  text-transform: uppercase;
}
.theme_btn:hover {
  background: linear-gradient(90deg, #d91f72 0%, #9d2787 100%);
  color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

header .navbar {
  padding: 20px 40px;
}
header .navbar .navbar-brand img {
  max-width: 90px;
}
header .navbar .navbar-nav li {
  padding-right: 70px;
}
header .navbar .navbar-nav li a.nav-link {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color: #ffffff;
  padding: 14px 0;
}
header .navbar .navbar-nav li a.nav-link:hover {
  color: #ffffff;
}
header .navbar .navbar-nav li .btn-outline-success {
  border: 1px solid #ffffff;
  border-radius: 8px;
  width: 100px;
  height: 44px;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.69px;
  font-weight: 500;
  line-height: 17px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
header .navbar .navbar-nav li .btn-outline-success:hover {
  background: linear-gradient(90deg, #9a2787 0%, #dc1f71 100%);
  border: none;
}
header .navbar .navbar-nav li:last-child {
  padding-right: 20px;
}
header .navbar .logo-dark {
  display: none;
}
header .navbar .navbar-toggler-icon {
  font-size: 0;
}
header .white-bg {
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}
header .white-bg .navbar-nav li a.nav-link {
  color: #5a0a56;
  font-weight: 600;
}
header .white-bg .navbar-nav li a.nav-link:hover {
  color: #5a0a56b5;
}
header .white-bg .navbar-nav li .btn-outline-success {
  background: linear-gradient(90deg, #9a2787 0%, #dc1f71 100%);
  color: #ffffff;
  border: 0;
}
header .white-bg .navbar-nav li .btn-outline-success:hover {
  background: linear-gradient(90deg, #d91f72 0%, #9d2787 100%);
  color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
header .white-bg .logo-white {
  display: none;
}
header .white-bg .logo-dark {
  display: block;
}
header .faq-nav {
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}
header .faq-nav .navbar-nav li a.nav-link {
  color: #5a0a56;
  font-weight: 600;
}
header .faq-nav .navbar-nav li a.nav-link:hover {
  color: #5a0a56b5;
}
header .faq-nav .navbar-nav li .btn-outline-success {
  background: linear-gradient(90deg, #9a2787 0%, #dc1f71 100%);
  color: #ffffff;
  border: 0;
}
header .faq-nav .navbar-nav li .btn-outline-success:hover {
  background: linear-gradient(90deg, #d91f72 0%, #9d2787 100%);
  color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
header .faq-nav .logo-white {
  display: none;
}
header .faq-nav .logo-dark {
  display: block;
}

.bnr {
  width: 100%;
  height: 100vh;
  color: #ffffff;
  background: linear-gradient(90deg, rgba(220, 31, 113, 0.44) 0%, rgba(154, 39, 135, 0.75) 100%);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}
.bnr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(220, 31, 113, 0.44) 0%, rgba(154, 39, 135, 0.75) 100%);
  top: 0;
  left: 0;
}
.bnr img {
  width: 100%;
}
.bnr .brnCnt {
  margin: 0;
  position: absolute;
  left: 10%;
}
.bnr .brnCnt h1 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.76px;
  line-height: 69px;
  color: #ffffff;
}
.bnr .brnCnt h1 span {
  color: #ffb900;
}
.bnr .brnCnt h4.subbnr_hdr {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.51px;
  line-height: 39px;
  padding-top: 20px;
  padding-bottom: 64px;
}
.bnr .brnCnt h4.subbnr_hdr span {
  color: #ffb900;
}
.bnr .brnCnt h2 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 69px;
  color: #ffb900;
  padding-top: 50px;
}
.bnr .brnCnt h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: #ffffff;
}
.bnr .brnCnt h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
.bnr .brnCnt p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  max-width: 769px;
  padding-top: 30px;
  padding-bottom: 18px;
}
.bnr .brnCnt a {
  margin-right: 35px;
}
.bnr .brnCnt .partner_nahil {
  height: 35px;
  width: 311px;
  border-radius: 4px;
  background-color: #ffb900;
  color: #802f3b;
  font-size: 16px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  margin-bottom: 15px;
}
.bnr .brnCnt .featured-text {
  height: 35px;
  width: 170px;
  border-radius: 4px;
  background-color: #ffb900;
  color: #802f3b;
  font-size: 16px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  margin-bottom: 15px;
}
.bnr .brnCnt .more_article-text {
  height: 44px;
  width: 184px;
  border-radius: 8px;
  background-color: #ffffff;
  color: #c42279;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 44px;
  display: inline-block;
  margin-top: 45px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
}
.bnr .scrl_dwn {
  position: absolute;
  bottom: 3%;
  width: 100%;
  text-align: center;
}
.bnr .scrl_dwn a img {
  width: 25px;
}
.page-template-brand .testimonial-slider h5 {
  color: #ffffff7d;
}
.page-template-brand .slick-initialized .slick-slide.slick-current h5 {
  color: #fff;
}
.page-template-brand .testimonial-slider .rvw_tb_pn::before {
  filter: none;
}
.jnd {
  padding: 64px 0 69px 0;
}
.jnd .jnd_A {
  display: flex;
  align-items: center;
}
.jnd h2 {
  color: #481540;
  padding-right: 140px;
  margin-bottom: 18px;
}
.jnd p {
  font-size: 16px;
  color: #727272;
  line-height: 32px;
}
.jnd .jnd_B {
  padding-top: 42px;
}
.jnd .jnd_B .jnd_B_A {
  height: 473px;
  background-color: #5a0a56;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background: url(../images/engage-with-brands.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  transition: transform 0.5s;
}
/* .jnd .jnd_B .jnd_B_A:hover{
	transform:scale(1.05);
} */
.jnd .jnd_B .jnd_B_A::after {
  content: "";
  position: absolute;
  background-color: #5a0a56;
  opacity: 0.55;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.jnd .jnd_B .jnd_B_A img {
  width: 100%;
  height: auto;
  transition: transform 0.5s;
  cursor: pointer;
}
.jnd .jnd_B .jnd_B_A .jnd_B_A_txt {
  position: absolute;
  z-index: 9;
  left: 32px;
  bottom: 24px;
}
.jnd .jnd_B .jnd_B_A h4 {
  font-size: 25px;
  line-height: 36px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  max-width: 200px;
}
.jnd .jnd_B .jnd_B_A h4 span {
  color: #ffb900;
  font-weight: 700;
}
.jnd .jnd_B .hoverdiv img:hover {
  transform: scale(1.1);
}

.lv {
  padding: 87px 0;
  position: relative;
  overflow-x: hidden;
  background: linear-gradient(90deg, #fffdf7, #fdf6f7 100%);
}
.lv .testimonial-slider .slick-dots {
  display: none !important;
}
.lv h2 {
  position: relative;
  color: #481540;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 30px;
}
.lv p {
  padding: 16px 0;
  font-weight: 300;
  font-size: 16px;
  color: #727272;
  line-height: 32px;
}
.lv .rvw {
  margin-top: 27px;
}
.lv .rvw .rvw_tb_pn {
  background-color: #ffffff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  padding: 32px 32px 20px 32px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 30px;
}
.lv .rvw .rvw_tb_pn::before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  left: 15.8%;
  bottom: 5px;
  border: 18px solid transparent;
  border-bottom: 0;
  border-top: 18px solid #ffffff;
  transform: translate(-50%, calc(100% + 5px));
}

.lv .rvw #rvw_2 .rvw_tb_pn::before {
  left: 50%;
}
.lv .rvw #rvw_3 .rvw_tb_pn::before {
  left: 84.2%;
}
.lv .rvw .rvw_tb_pn .rvw_str {
  float: left;
  display: contents;
}
.lv .rvw .rvw_tb_pn .rvw_str img {
  margin-right: 7px;
}
.lv .rvw .rvw_tb_pn .rvw_fb {
  float: right;
}
.lv .rvw .rvw_tb_pn p {
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  font-weight: 400;
  padding-top: 18px;
  padding-bottom: 16px;
}
.lv .rvw .rvw_tb_pn label {
  font-size: 12px;
  font-style: italic;
  line-height: 28px;
  color: #727272;
  font-family: "Open Sans", sans-serif;
}
.lv .rvw .rvw_tb_pn.rvw_tb_pn_b::before {
  left: 50%;
}
.lv .rvw .rvw_tb_pn.rvw_tb_pn_c::before {
  left: 84.2%;
}
.lv .rvw .rvw_tb {
  text-align: center;
  height: 165px;
}
.lv .rvw .rvw_tb a {
  width: fit-content;
  display: block;
  margin: auto;
}
.lv .rvw .rvw_tb a .rvw_tb_img {
  width: 85px;
  height: 85px;
  background-color: #d8d8d8;
  border-radius: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.lv .rvw .rvw_tb a .rvw_tb_img img {
  width: 100%;
}
.lv .rvw .rvw_tb a h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  max-width: 92px;
  margin: auto;
  padding-top: 8px;
}
.lv .rvw .rvw_tb a.active .rvw_tb_img {
  width: 103px;
  height: 103px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
  animation: fade-up 0.2s ease-out;
}
.lv .lv_backbg .primary_btn {
  margin-bottom: 30px;
  height: 44px;
  width: 260px;
  border-radius: 8px;
  background: linear-gradient(90deg, #9d2787 0%, #d91f72 100%);
  padding-top: 5px;
  border: 0;
  line-height: 38px;
}
.lv .lv_backbg .primary_btn:hover {
  background: linear-gradient(90deg, #d91f72 0%, #9d2787 100%);
  color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
@keyframes fade-up {
  0% {
    width: 85px;
    height: 85px;
  }
  100% {
    width: 103px;
    height: 103px;
  }
}
.lv::before {
  bottom: 0;
  content: "";
  position: absolute;
  width: 101%;
  height: 107%;
  top: -100px;
  left: 0;
  background-color: #ffffff;
  border-radius: 50%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.lv .lv_backbg::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 107%;
  top: -100px;
  left: 0;
  border-radius: 50%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.our_goal .target_cunt {
  color: #5a0a56;
}
.our_goal .odometer-value {
  color: #5a0a56;
}
.spnsr {
  padding: 108px 0;
  position: relative;
  background-image: url(../images/impact-bg-home.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  /* Progress bar containers */
  /* Progress bar shape */
  /* Percent text */
}
.spnsr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(270deg, #da1f7261 0%, #5a0a56 100%);
  opacity: 0.4;
}
.spnsr h2 {
  color: #ffffff;
}
.spnsr p {
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  padding-top: 20px;
  margin-bottom: 16px;
}
.spnsr .progress-responsive {
  width: 100%;
  position: relative;
}
.spnsr .ach {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.21px;
  line-height: 24px;
  color: #5a0a56;
  padding: 3px 0;
  width: 100%;
  text-align: right;
  padding-right: 17px;
  position: absolute;
  right: 0;
  top: 0;
}
/*     .spnsr .ach span.light {
      font-weight: 300; } */
.spnsr figure {
  position: relative;
  width: 100%;
  border-radius: 100px 100px 100px 100px;
  height: 30px;
/*   background-color: rgba(255, 255, 255, 0.4); */
	background-color:#f3d5de;
}
.spnsr figure div:first-child {
  width: 0;
  height: 30px;
  border-radius: 1px;
}
.spnsr .progress-responsive .progress-responsive__bar {
  border-radius: 100px 0 0 100px;
  background: linear-gradient(90deg, #ff9513 0%, #ffcd67 100%);
}
.spnsr figure div:last-child {
  position: absolute;
  top: 3px;
  left: 16px;
  color: #fff;
  width: fit-content;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.21px;
  line-height: 24px;
  color: #ffffff;
  text-align: left;
}
.spnsr .spnsr_sld {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  padding: 29px 48px 40px 100px;
  margin-top: 38px;
}
.spnsr .spnsr_sld .stud_img {
  width: 90px;
  height: 90px;
  background-color: #e7e7e7;
  border-radius: 100%;
  overflow: hidden;
}
.spnsr .spnsr_sld .stud_img img {
  width: 100%;
  height: auto;
}
.spnsr .spnsr_sld p {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  padding-top: 15px;
  margin-bottom: 28px;
  max-width: 450px;
}
.spnsr .spnsr_sld .sld_nm {
  padding: 17px 0;
}
.spnsr .spnsr_sld .sld_nm h4 {
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  font-weight: 500;
}
.spnsr .spnsr_sld .sld_nm p {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-weight: 500;
  padding: 0;
  margin: 0;
  padding-top: 3px;
}
.spnsr .spnsr_sld .sld_log {
  max-height: 44px;
  width: auto;
  float: right;
}
.spnsr .spnsr_sld .slick-next {
  right: -10px;
  top: 55%;
}
.spnsr .spnsr_sld .spnsr_sldr {
  height: 300px;
}
.spnsr .spnsr_sld .slick-prev {
  transform: rotate(180deg);
  left: -60px;
  top: 50%;
}
.spnsr .spnsr_sld .slick-prev:before {
  color: transparent;
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  width: 17px;
  height: 19px;
  top: 0;
  left: 0;
  position: absolute;
  background-size: 12px;
}
.spnsr .spnsr_sld .slick-next:before {
  color: transparent;
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  top: 0;
  left: 0;
  position: absolute;
  background-size: contain;
}
.our_goal .odometer-formatting-mark {
  color: #5a0a56;
}
.brd {
  background: linear-gradient(90deg, #9a2787 0%, #dc1f71 100%);
  padding: 51px 0 81px 0;
  position: relative;
  overflow-x: hidden;
}
.brd h2 {
  color: #ffffff;
}
.brd p {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  padding-top: 9px;
  padding-bottom: 50px;
  font-weight: 300;
}
.brd ul {
  margin-bottom: 20px;
}
.brd ul li {
  width: 20%;
  margin: 0;
  display: flex;
  float: left;
  align-items: center;
  min-height: 115px;
}
.brd ul li img {
  min-width: inherit !important;
  max-width: inherit !important;
  margin-left: 30px !important;
  /* width: 120px; */
  height: auto;
}
/* .brd ul li:nth-child(1) img {
  width: 82px;
}
.brd ul li:nth-child(2) img {
  width: 132px;
  height: auto;
  /* width: inherit; *
}
.brd ul li:nth-child(3) img {
  width: 121px;
}
.brd ul li:nth-child(4) img {
  width: 100px;
}
.brd ul li:nth-child(5) img {
  width: 102px;
}
.brd ul li:nth-child(6) img {
  width: 54px;
}
.brd ul li:nth-child(7) img {
  width: 89px;
}
.brd ul li:nth-child(8) img {
  width: 150px;
  /* width: inherit; *
  height: auto;
}
.brd ul li:nth-child(9) img {
  width: 70px;
}
.brd ul li:nth-child(10) img {
  width: 109px;
}
.brd ul li:nth-child(11) img {
  min-width: 69px;
}
.brd ul li:nth-child(12) img {
  min-width: 115px;
}
.brd ul li:nth-child(13) img {
  min-width: 118px;
}
.brd ul li:nth-child(14) img {
  min-width: 126px;
}
.brd ul li:nth-child(15) img {
  min-width: 125px;
} */

.brd::before {
  content: "";
  bottom: 0;
  height: 400px;
  width: 100%;
  position: absolute;
  background: linear-gradient(90deg, #a42c84, #d53a74 100%);
}
.brd .brd_backbg::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 107%;
  top: -100px;
  left: 0;
  background: linear-gradient(90deg, #9a2687 0%, #cd2076 100%);
  border-radius: 50%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.rwrd {
  padding: 120px 0 110px 0;
  overflow: hidden;
	 background: linear-gradient(90deg, #FFF3E8, #FDEDE8 100%);
/*   background: linear-gradient(90deg, #fffdf7, #fdf6f7 100%); */
  position: relative;
}
.rwrd::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 107%;
  top: -100px;
  left: 0;
/*   background-color: #ffffff; */
	background-color:#fff5ef;
  border-radius: 50%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.page-template-brand .slick-slider {
  margin-bottom: 30px;
  width: 100%;
  margin-top: 40px;
}
.rwrd .rwrd_wrp {
  width: 135%;
}
.rwrd h2 {
  color: #481540;
  padding-left: 15px;
  position: relative;
}
.rwrd .rwrd_sld {
  margin-top: 40px;
}
.rwrd .rwrd_sld .slick-list {
  padding: 40px 0;
}
.rwrd .rwrd_sld .slick-slide {
  margin: 0 13px;
}
.rwrd .rwrd_sld .draggable {
  cursor: grab;
}
.rwrd .rwrd_sld .rwrd_crd {
  /* background-color: #ffffff; */
  /* box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.03); */
  border-radius: 6.8px;
  outline: none;
  min-height: 390px;
}
.rwrd .rwrd_sld .rwrd_crd .rwrd_crd_hd {
  background-color: #c42279;
  border-radius: 6.8px 6.8px 0 0;
  padding: 23px 25px;
}
.rwrd .rwrd_sld .rwrd_crd .rwrd_crd_hd .crd_hd_prf {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #d8d8d8;
  overflow: hidden;
}
.rwrd .rwrd_sld .rwrd_crd .rwrd_crd_hd .crd_hd_prf img {
  width: 100%;
  height: auto;
}
.rwrd .rwrd_sld .rwrd_crd .rwrd_crd_hd h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #ffffff;
  padding-top: 20px;
}
.rwrd .rwrd_sld .rwrd_crd .rwrd_crd_bd {
  padding: 13px 30px 27px 30px;
}
.rwrd .rwrd_sld .rwrd_crd .rwrd_crd_bd h4 {
  font-size: 16px;
  line-height: 34px;
  color: #000000;
}
.rwrd .rwrd_sld .rwrd_crd .rwrd_crd_bd h4 span {
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
  color: #000;
  padding: 6px 9px;
  border-radius: 6.8px;
  margin-left: 0;
  padding-left: 0;
}
.rwrd .rwrd_sld .rwrd_crd .rwrd_crd_bd label {
  font-size: 14px;
  line-height: 34px;
  color: #000000;
  padding-top: 6px;
  padding-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.rwrd .rwrd_sld .rwrd_crd .rwrd_crd_bd h6 {
  font-size: 16px;
  line-height: 20px;
  color: #c42279;
  padding-left: 35px;
  position: relative;
  margin-bottom: 20px;
  padding-right: 10px;
  font-weight: 600;
}
.rwrd .rwrd_sld .rwrd_crd .rwrd_crd_bd h6 img {
  position: absolute;
  left: 0;
}
.rwrd .rwrd_sld .rwrd_crd .rwrd_crd_bd h6:first-child {
  background-image: url(../images/star-two.svg);
  background-repeat: no-repeat;
}
.rwrd .rwrd_sld .rwrd_crd .rwrd_crd_bd h6:nth-child(2) {
  background-image: url(../images/gift.svg);
  background-repeat: no-repeat;
}
.rwrd .rwrd_sld .rwrd_crd .rwrd_crd_bd p {
  padding-top: 14px;
  font-size: 16px;
  letter-spacing: -0.1px;
  line-height: 27px;
  color: #989898;
}
.rwrd .rwrd_sld .rwrd_crd:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.rwrd .rwrd_sld .slick-prev,
.rwrd .rwrd_sld .slick-next {
  display: none;
}

.jn_fb {
  padding-top: 100px;
  padding-bottom: 95px;
  background: linear-gradient(90deg, #dc1f71 0%, #9a2787 100%);
}
.jn_fb .jn_fb_A {
  display: flex;
  align-items: center;
}
.jn_fb h2 {
  color: #fff;
}
.jn_fb p {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}
.jn_fb .jn_fb_grp {
  margin-top: 40px;
}
.jn_fb .jn_fb_grp .jn_wp-rght-sec .fb_f_text {
  position: absolute;
  top: 0;
  margin-left: 30px;
  margin-top: 30px;
  color: #ffffff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}
.jn_fb .jn_fb_grp .jn_wp-rght-sec .fb_f_text span {
  font-weight: 500;
  color: #fccc2a;
}
.jn_fb .jn_fb_grp .jn_wp-rght-sec a.fb_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: 25px;
  width: 80%;
}
.jn_fb .jn_fb_grp .jn_wp-rght-sec a.fb_btn span {
  padding-right: 12px;
}
.jn_fb .jn_fb_grp .jn_wp-rght-sec a.fb_btn span img {
  width: 20px;
  position: relative;
  top: 5px;
}
.jn_fb .fb_f_grp {
  background-color: #c42279;
  border-radius: 8px;
  height: 462px;
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.jn_fb .fb_f_grp::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  border-radius: 8px;
  opacity: 0.6;
  pointer-events: none;
}
.jn_fb .fb_f_grp img {
  width: 100%;
  height: auto;
}
.jn_fb .fb_f_grp .fb_f_text {
  position: absolute;
  top: 0;
  margin-left: 40px;
  margin-top: 30px;
  color: #ffffff;
  font-size: 25px;
  line-height: 37px;
  font-weight: 300;
}
.jn_fb .fb_f_grp .fb_f_text span {
  font-weight: 500;
  color: #ffb900;
}
.jn_fb .fb_f_grp .fb_btn {
  width: 80%;
  height: 44px;
  background-color: #3d5b99;
  border-radius: 8px;
  padding: 7px 0px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: 24px;
}
.jn_fb .fb_f_grp .fb_btn span {
  padding-right: 12px;
}
.jn_fb .fb_f_grp .fb_btn span img {
  width: 20px;
  position: relative;
  top: 5px;
}
.jn_fb .fb_grp {
  background-color: #c42279;
  border-radius: 8px;
  height: 219px;
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 23px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.jn_fb .fb_grp::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  border-radius: 8px;
  opacity: 0.6;
  pointer-events: none;
}
.jn_fb .fb_grp img {
  width: 100%;
  height: auto;
}
.jn_fb .hoverdiv img:hover {
  transform: scale(1.1);
  transition: transform 0.5s;
}

.our_goal {
  padding-top: 100px;
  text-align: center;
  padding-bottom: 140px;
  background: linear-gradient(90deg, #fffdf7, #fdf6f7 100%);
  position: relative;
  overflow-x: hidden;
  /* Progress bar containers */
  /* Progress bar shape */
  /* Percent text */
}
.our_goal::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 107%;
  top: -100px;
  left: 0;
  background-color: #ffffff;
  border-radius: 50%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.our_goal .brdr-rght {
  border-right: 1px solid #c42279;
}
.our_goal span {
  color: #c42279;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  font-weight: 600;
}
.our_goal .our_gl_txt {
  color: #000000;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}
.our_goal h4 {
  color: #5a0a56;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  padding-top: 70px;
  position: relative;
}
.our_goal .progress-responsive-two {
  width: 88%;
  margin: auto;
  position: relative;
}
.our_goal figure {
  position: relative;
  width: 100%;
  border-radius: 100px 100px 100px 100px;
  background-color: #fccc2a24;
  width: 88%;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
}
.our_goal figure div:first-child {
  width: 0;
  height: 50px;
  border-radius: 1px;
}
.our_goal .progress-responsive-two .progress-responsive__bar_two {
  border-radius: 100px 0 0 100px;
  background: linear-gradient(90deg, #ff9513 0%, #ffcd67 100%);
}
.our_goal figure div:last-child {
  position: absolute;
  top: 14px;
  left: 16px;
  color: #fff;
  width: fit-content;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.21px;
  line-height: 24px;
  color: #ffffff;
  text-align: left;
  padding-left: 10px;
}
.our_goal .ach-img-text {
  position: relative;
  margin-top: 50px;
  color: #5a0a56;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.7px;
}
.our_goal .ach-join-text {
  position: relative;
  color: #5a0a56;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  margin-top: 15px;
}
.our_goal .theme_btn {
  position: relative;
  margin-top: 16px;
}
.testimonial-slider .slick-list.draggable {
  padding: 5px 5px 5px 5px !important;
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer::after {
  content: "";
  position: absolute;
  background-image: url(../images/lines.svg);
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  top: -18px;
  right: -18px;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  line-height: 1.1em;
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

.footer {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 70px;
  background: linear-gradient(90deg, #9a2787 0%, #dc1f71 100%);
  height: 504px;
  width: 100%;
}
.footer .form-control {
  height: 50px;
  width: 300px;
  border: 1px solid #ffffff;
  border-radius: 8px;
  background: transparent;
  margin-top: 13px;
  color: #fffdfb;
  font-size: 14px;
  background-image: url(../images/footer-arrow.svg);
  background-repeat: no-repeat;
  background-position: 92% center;
  background-size: 20px;
}
.footer .form-control:focus {
  outline: inherit;
  box-shadow: none;
}
.footer p {
  color: #ffffff;
  font-size: 14px;
  line-height: 36px;
  font-family: "Montserrat", sans-serif;
  padding-top: 110px;
}
.footer .foter-logo {
  margin-top: 15px;
}
.footer ::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.footer :-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.footer ::placeholder {
  color: #fff;
  font-size: 14px;
}

.footer .ul-large ul {
  float: left;
  width: 33%;
}
.page-template-about section.team_woop_sec ul {
  padding-top: 0;
}

.footer ul li {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 46px;
}
.footer .social_media-icons ul li a:hover {
  border-bottom: none;
}
.footer ul li span {
  font-weight: 600;
}
.footer ul li a {
  color: #ffffff;
}
.footer ul li a:hover {
  border-bottom: 1px solid #fff;
}
.footer .social_media-icons {
  width: 100%;
  margin-top: 76px;
}
.footer .social_media-icons ul {
  width: 100%;
}
.footer .social_media-icons ul li {
  float: left;
  margin-right: 25px;
  line-height: 12px;
  cursor: pointer;
}
.footer .social_media-icons ul li:first-child{
	padding-top:4px;
}
.footer .ft_btm-txt {
  padding-top: 180px;
}
.footer .first_align {
  margin-top: 98px;
}
.footer .ft_btm-txt ul {
  width: fit-content;
  padding-left: 0;
  float: none;
  margin: 0 auto;
}
.footer .ft_btm-txt ul li {
  float: left;
  font-size: 12px;
  line-height: 20px;
  border-right: 1px solid #ffffff;
  padding-left: 20px;
  padding-right: 20px;
}
.footer .ft_btm-txt ul li:first-child {
  padding-left: 0;
}
.footer .ft_btm-txt ul li:last-child {
  border: none;
}
.footer .ft_btm-txt span {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: inherit;
  float: right;
}
.footer .ft_btm-txt span br {
  display: none;
}
.footer .social_media-icons ul li:hover {
  /* box-shadow: 0 20px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(78, 78, 78, 0.23); */
  float: left;
  /* border-radius: 50%; */
}
section.woop_deliver {
  width: 100%;
  background: linear-gradient(90deg, #9a2787 0%, #dc1f71 100%);
  min-height: 800px;
  padding-top: 120px;
  position: relative;
  overflow-x: hidden;
}
section.woop_deliver h2 {
  color: #fffdfb;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  position: relative;
}
section.woop_deliver .woop_video {
  margin-top: 30px;
  position: relative;
  width: 95.5%;
}

section.woop_deliver .woop_video iframe {
  border-radius: 16px;
  background-color: #c422790a;
  width: 100%;
  box-shadow: 2px 1px 12px 4px #00000042;
}
section.woop_deliver::before {
  content: "";
  bottom: 0;
  height: 465px;
  width: 100%;
  position: absolute;
  background: linear-gradient(90deg, #a42c84, #d43a74 100%);
}
section.woop_deliver .woop_bg::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 107%;
  top: -100px;
  left: 0;
  background: linear-gradient(90deg, #9b2686 0%, #cd2076 100%);
  border-radius: 50%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.page-template-press .bnr .brnCnt h1 {
  width: 60%;
}
section.woop_en_roi {
  padding-top: 100px;
  text-align: center;
  padding-bottom: 85px;
/* 	background:#feefe9; */
  background: linear-gradient(90deg, #FFF3E8, #FDEDE8 100%);
  position: relative;
  overflow-x: hidden;
}
section.woop_en_roi::before {
content: "";
position: absolute;
width: 112%;
height: 100%;
top: -65px;
left: -6%;
/* background-color: #ffffff; */
background-color: #fff5ef;
border-radius: 50%;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
section.woop_en_roi h2 {
  color: #5a0a56;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  position: relative;
  text-align: left;
}
section.woop_en_roi p {
  color: #727272;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  text-align: left;
  padding-top: 12px;
}

.page-template-faqs section.woop_en_roi ul p {
  position: relative;
  color: #727272;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  padding-top: 16px;
}
.page-template-faqs section.woop_en_roi p {
  position: relative;
  color: #727272;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  padding-top: 16px;
}
section.woop_en_roi ul {
  position: relative;
  margin-top: 60px;
}
section.woop_en_roi ul li {
  height: 165px;
  width: 331px;
  border-radius: 8px;
  background-color: #ffffff;
  float: left;
  margin-right: 33px;
  margin-bottom: 45px;
  border: 1px solid #c42279;
}
.page-template-faqs section.woop_en_roi ul li {
  height: 165px;
  width: 331px;
  border-radius: 8px;
  background-color: #ffffff;
  float: left;
  margin-right: 33px;
  margin-bottom: 45px;
  cursor: pointer;
  box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.03);
  border: none;
}
section.woop_en_roi ul li span {
  background-color: #c42279;
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 65px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  margin-top: -30px;
  /*      transition: transform .5s;
        transform: rotate(360deg);  */
}
section.woop_en_roi ul li:nth-child(2) span img {
  margin-top: 13px;
}
section.woop_en_roi ul li:nth-child(3) span img {
  margin-top: 11px;
}
section.woop_en_roi ul li:nth-child(4) span img {
  margin-top: 5px;
}
section.woop_en_roi ul li:nth-child(5) span img {
  margin-top: 10px;
}
section.woop_en_roi ul li:nth-child(6) span img {
  margin-top: 10px;
}
section.woop_en_roi ul .active span {
  transform: rotate(0deg);
}
section.woop_en_roi ul h5 {
  color: #5a0a56;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  margin-top: 25px;
}
section.woop_en_roi ul p {
  color: #727272;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  padding-top: 20px;
}

section.faq-woop h2 {
  margin-top: 50px;
}

section.success_stories {
  margin-top: 70px;
}
section.success_stories nav {
  z-index: 9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
section.success_stories .bg-color {
  background-color: #46a1de;
}
section.success_stories .text-color {
  color: #46a1de;
}
section.success_stories .tabs {
  display: table;
  table-layout: fixed;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  width: 1140px;
  margin: 0 auto;
  margin-bottom: 15px;
}
section.success_stories .tabs > li {
  display: table-cell;
  list-style: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 12px;
  background-color: #ffb9001f;
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 500;
  width: 170px;
  float: left;
  margin: 0 15px;
  height: 70px;
  line-height: 70px;
  letter-spacing: 1.5px;
}
section.success_stories .tabs > li:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  border-radius: 5px 5px 0 0;
}
section.success_stories .tabs > li:hover:before {
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
}
section.success_stories .tabs > li.active {
  color: #481540;
  background: #ffcd6e;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: visible;
  font-weight: bold;
}
section.success_stories .tabs > li.active:before {
  background-color: #ffc860;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
section.success_stories .tabs > li.active:after {
  background-image: url(../images/active-bottom.svg);
  position: absolute;
  content: "";
  background-size: 100%;
  left: -42px;
  bottom: -46px;
  width: 255px;
  height: 60px;
  background-repeat: no-repeat;
}
section.success_stories .tab__content {
  background: linear-gradient(350.71deg, #ffffff 32%, #ffc860 68%);
  position: relative;
  width: 100%;
  border-radius: 5px;
}
section.success_stories .tab__content > li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  list-style: none;
}
section.success_stories .tab__content > li .content__wrapper {
  text-align: center;
  border-radius: 5px;
  width: 100%;
  padding: 20px 40px 40px 40px;
  background-color: white;
  display: inline-block;
}
section.success_stories .tab__content > li.active .content__wrapper {
  background: linear-gradient(350.71deg, #ffffff 32%, #ffcd6e 68%);
}
section.success_stories .tab__content > li.active .content__wrapper .success_container {
  width: 1180px;
  background: #fff;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  border-radius: 12px;
  margin-bottom: 50px;
}
section.success_stories .tab__content > li.active .content__wrapper .success_container .beauty-img {
  width: 442px;
}
section.success_stories .tab__content > li.active .content__wrapper .success_container .beauty-img img {
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  float: left;
}
section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont {
  text-align: left;
  padding-top: 20px;
  padding-left: 95px;
  position: relative;
}
section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont .suces_brnd_lgo {
  position: absolute;
  right: 0;
  margin-right: 50px;
  padding-top: 50px;
}
section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 45px;
  font-family: "Open Sans", sans-serif;
}
section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 45px;
  padding-top: 5px;
}
section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont p {
  color: #727272;
  font-size: 16px;
  line-height: 30px;
  padding-right: 22px;
}
section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont h5 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}
section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont ul {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont ul li {
  float: left;
  width: 24%;
}
section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont ul li h4 {
  color: #c42279;
  font-size: 24px;
  font-weight: 600;
  line-height: 45px;
  font-family: "Montserrat";
}
section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont ul li p {
  color: #606060;
  font-size: 14px;
  line-height: 22px;
  font-family: "Montserrat";
}
section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont .theme_btn {
  float: left;
}
section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont .case-study_btn {
  height: 44px;
  width: 300px;
  border: 1px solid #c42279;
  border-radius: 8px;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 600;
  color: #c42279;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  line-height: 44px;
  margin-left: 20px;
}
section.success_stories .wrapper {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}

section.client_sec {
  padding: 120px 0 110px 0;
  overflow: hidden;
  background: linear-gradient(90deg, #fffdf7, #fdf6f7 100%);
  position: relative;
}
section.client_sec::before {
content: "";
position: absolute;
width: 118%;
height: 99%;
top: -60px;
left: -9%;
background-color: #ffffff;
border-radius: 50%;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
section.client_sec .rwrd_wrp {
  width: 135%;
}
section.client_sec h2 {
  color: #481540;
  padding-left: 15px;
  position: relative;
}
section.client_sec .rwrd_sld {
  margin-top: 40px;
}
section.client_sec .rwrd_sld .slick-list {
  padding: 10px 0;
}
section.client_sec .rwrd_sld .slick-slide {
  margin: 0 10px;
  margin-right: 25px;
}
section.client_sec .rwrd_sld .slick-slide img {
  border-radius: 50%;
}
section.client_sec .rwrd_sld .draggable {
  cursor: grab;
  padding: 10px 500px 10px 0;
}
section.client_sec .rwrd_sld .rwrd_crd .rwrd_crd_hd .crd_hd_prf {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #d8d8d8;
  overflow: hidden;
}
section.client_sec .rwrd_sld .rwrd_crd .rwrd_crd_hd .crd_hd_prf img {
  width: 100%;
  height: auto;
}
section.client_sec .rwrd_sld .rwrd_crd .rwrd_crd_hd h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #ffffff;
  padding-top: 20px;
}
section.success_stories h2 {
  color: #5a0a56;
}
section.client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd h4 {
  color: #481540;
  font-size: 24px;
  font-weight: 600;
  line-height: 45px;
  margin-top: 15px;
  padding-bottom: 5px;
}
section.client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd h4 span {
  font-size: 21px;
  font-weight: 600;
  line-height: 34px;
  color: #c42279;
  padding: 6px 9px;
  background-color: rgba(196, 34, 121, 0.05);
  border-radius: 6.8px;
  margin-left: 12px;
}
section.client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd span p {
  color: #481540;
  font-size: 16px;
  line-height: 24px;
  padding-top: 0;
}
section.client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd label {
  font-size: 12px;
  line-height: 34px;
  color: #000000;
  padding-top: 6px;
  padding-bottom: 15px;
}
section.client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd h6 {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding-left: 35px;
  position: relative;
  margin-bottom: 20px;
  padding-right: 10px;
}
section.client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd h6 img {
  position: absolute;
  left: 0;
}
section.client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd p {
  color: #727272;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 28px;
  padding-top: 25px;
}
section.client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd .watch-video_btn {
  height: 44px;
  width: 205px;
  border: 1px solid #d81f72;
  border-radius: 8px;
  float: left;
  display: inline-block;
  color: #c42279;
  font-size: 12px;
  font-weight: 600;
  line-height: 44px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  margin-top: 34px;
  text-transform: uppercase;
}
section.client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd .watch-video_btn span {
  float: left;
  margin-left: 45px;
  margin-right: 12px;
  margin-top: 12px;
}

.page-template-brand .testimonial-slider .slick-dots {
  display: none !important;
}

section.why_cnlve_wp {
  width: 100%;
  background: linear-gradient(90deg, #9a2787 0%, #dc1f71 100%);
  min-height: 900px;
  padding-top: 64px;
  position: relative;
  overflow-x: hidden;
  padding-bottom: 50px;
}
section.why_cnlve_wp h2 {
  color: #fffdfb;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  position: relative;
}
section.why_cnlve_wp .woop_video {
  margin-top: 50px;
  position: relative;
}
section.why_cnlve_wp .woop_video iframe {
  border-radius: 16px;
  background-color: #c422790a;
}
section.why_cnlve_wp::before {
  content: "";
  bottom: 0;
  height: 600px;
  width: 100%;
  position: absolute;
  background: linear-gradient(90deg, #9b2779, #cd3269 100%);
}
section.why_cnlve_wp .woop_bg::before {
 content: "";
position: absolute;
width: 116%;
height: 107%;
top: -145px;
left: -8%;
background: linear-gradient(90deg, #9a2787 0%, #dc1f71 100%);
border-radius: 50%;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
section.why_cnlve_wp .rvw {
  margin-top: 65px;
  width: 770px;
  margin-left: auto;
  margin-right: auto;
}
section.why_cnlve_wp .rvw .rvw_tb_pn {
  background-color: #ffffff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  padding: 32px 32px 20px 32px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 30px;
}
section.why_cnlve_wp .rvw .rvw_tb_pn::before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  left: 15.8%;
  bottom: 5px;
  border: 18px solid transparent;
  border-bottom: 0;
  border-top: 18px solid #ffffff;
  transform: translate(-50%, calc(100% + 5px));
}
section.why_cnlve_wp .rvw #rvw_2 .rvw_tb_pn::before {
  left: 50%;
}
section.why_cnlve_wp .rvw #rvw_3 .rvw_tb_pn::before {
  left: 84.2%;
}
section.why_cnlve_wp .rvw .rvw_tb_pn .rvw_str {
  float: left;
  display: contents;
}
section.why_cnlve_wp .rvw .rvw_tb_pn .rvw_str img {
  margin-right: 7px;
}
section.why_cnlve_wp .rvw .rvw_tb_pn .rvw_fb {
  float: right;
}
section.why_cnlve_wp .rvw .rvw_tb_pn p {
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  font-weight: 400;
  padding-top: 18px;
  padding-bottom: 16px;
}
section.why_cnlve_wp .rvw .rvw_tb_pn label {
  font-size: 12px;
  font-style: italic;
  line-height: 28px;
  color: #727272;
  font-family: "Open Sans", sans-serif;
}
section.why_cnlve_wp .rvw .rvw_tb_pn.rvw_tb_pn_b::before {
  left: 50%;
}
section.why_cnlve_wp .rvw .rvw_tb_pn.rvw_tb_pn_c::before {
  left: 84.2%;
}
section.why_cnlve_wp .rvw .rvw_tb {
  text-align: left;
  height: 165px;
}
/* .why_cnlve_wp .testimonial-slider .slider-nav .slick-current{
	margin-left:0;
} */
.why_cnlve_wp .testimonial-slider .slider-nav .slick-current img{
  border-radius: 50%;
  border: 3px solid #ffffff;
}
.why_cnlve_wp .testimonial-slider .slider-nav .slick-active {
 opacity:.76;
}
.why_cnlve_wp .testimonial-slider .slider-nav .slick-current{
	opacity:1;
}
section.why_cnlve_wp .rvw .rvw_tb a {
  width: fit-content;
  display: block;
  margin: auto;
}
section.why_cnlve_wp .rvw .rvw_tb a .rvw_tb_img {
  width: 85px;
  height: 85px;
  background-color: #d8d8d8;
  border-radius: 100%;
  margin: 0 auto;
  overflow: hidden;
}
section.why_cnlve_wp .rvw .rvw_tb a .rvw_tb_img img {
  width: 100%;
}
section.why_cnlve_wp .rvw .rvw_tb a h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  max-width: 92px;
  margin: auto;
  padding-top: 8px;
}
section.why_cnlve_wp .rvw .rvw_tb a.active .rvw_tb_img {
  width: 103px;
  height: 103px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
  animation: fade-up 0.2s ease-out;
}
@keyframes fade-up {
  0% {
    width: 85px;
    height: 85px;
  }
  100% {
    width: 103px;
    height: 103px;
  }
}
section.read_stories_sec {
  padding: 100px 0 85px 0;
  overflow: hidden;
  background: linear-gradient(90deg, #fffdf7, #fdf6f7 100%);
  position: relative;
  min-height: 814px;
}
.page-template-about
  section.read_stories_sec
  .story-slider
  .slick-list.draggable
  .slick-slide.slick-center
  .story-slider-img {
  margin-top: 0;
  height: auto;
}
section.read_stories_sec::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 107%;
  top: -125px;
  left: 0;
  background-color: #ffffff;
  border-radius: 50%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
section.read_stories_sec h2 {
  color: #481540;
  padding-left: 15px;
  position: relative;
  padding-right: 20%;
}
section.read_stories_sec span {
  position: relative;
  margin-top: 5px;
  margin-left: 15px;
  margin-bottom: 10px;
}
section.read_stories_sec p {
  color: #727272;
  font-size: 16px;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
  position: relative;
  width: 100%;
  padding-right: 22%;
  padding-left: 15px;
}
section.read_stories_sec .story_btn {
  height: 44px;
  width: 205px;
  border: 1px solid #c42279;
  border-radius: 8px;
  position: relative;
  margin-top: 25px;
  color: #c42279;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  line-height: 44px;
  margin-left: 15px;
  text-transform: uppercase;
}
section.read_stories_sec .story-slider {
  width: 100%;
  margin-top: 35px;
  margin-left: 0;
  /*     height:320px; */
}
section.read_stories_sec .story-slider .slick-list.draggable {
  padding: 35px 0px 0px 0px !important;
}
section.read_stories_sec .story-slider .slick-list.draggable .slick-slide.slick-center .story-slider-img {
  padding: 0px;
  margin-top: -30px;
  transition: all 200ms ease-in;
  height: 300px;
}
section.read_stories_sec .story-slider .slick-list.draggable .slick-slide.slick-center .story-slider-img img {
  width: 100%;
}
section.read_stories_sec .story-slider .story-slider-img {
  margin-left: 10px;
  margin-right: 25px;
  padding: 0px 35px;
  height: 245px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  border-radius: 8px;
  position: relative;
}
section.read_stories_sec .story-slider .story-slider-img::before {
  content: "";
  position: absolute;
  background-color: #c42279;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  left: 0;
}
.page-template-about section.read_stories_sec .story-slider .story-slider-img {
  margin-left: 0;
  margin-right: 0;
  padding: 0px 0;
  height: auto;
}
.page-template-about section.read_stories_sec .story-slider .story-slider-img img {
  border-radius: 0;
}
section.read_stories_sec .story-slider .story-slider-img img {
  width: 100%;
  border-radius: 8px;
}
section.read_stories_sec .individual-slider {
  width: 135%;
}
section.read_stories_sec .individual-slider .slick-list.draggable {
  padding: 35px 200px 0px 0px !important;
}

section.news_sec {
  min-height: 800px;
  width: 100%;
  background: linear-gradient(90deg, #9a2787 0%, #dc1f71 100%);
}
section.news_sec h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  line-height: 43px;
  margin-top: 100px;
  margin-bottom: 25px;
}
section.news_sec ul li {
  height: 207px;
  width: 30%;
  border-radius: 8.4px;
  background-color: #ffffff;
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.09);
  padding: 35px;
  float: left;
  margin-right: 30px;
  margin-bottom: 35px;
  cursor: pointer;
  transition: transform 0.5s;
}

/*     .page-template-brand section.news_sec ul a:first-child span {
	width:70px;
    }
   .page-template-brand section.news_sec ul a:nth-child(4) span {
	width:115px;
    }
   .page-template-brand section.news_sec ul a:last-child span {
	width:75px;
    } */

/*     .page-template-press section.press_sec ul a:first-child span {
	width:70px;
    }
   .page-template-press section.press_sec ul a:nth-child(4) span {
	width:115px;
    }
   .page-template-press section.press_sec ul a:last-child span {
	width:75px;
    } */

section.news_sec ul li p {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  min-height: 110px;
}
.page-template-brand .bnr .brnCnt a {
  line-height: 28px;
}
.page-template-brand .bnr .brnCnt a.request-btn {
  background: #fff;
  color: #c42279;
  font-weight: bold;
}
section.news_sec ul li .newsbrand_detail {
  margin-top: 0;
  position: relative;
}
section.news_sec ul li .newsbrand_detail span {
  width: auto;
  display: inline-block;
  position: absolute;
  bottom: -48px;
}
section.news_sec ul li .newsbrand_detail span img {
  width: 100%;
  height: auto;
}
section.news_sec ul li.show {
  background-image: url(../images/news-arrow.svg);
  background-repeat: no-repeat;
  background-position: 90% 90%;
}
section.news_sec .viwall_btn {
  height: 44px;
  width: 205px;
  border-radius: 8px;
  background-color: #ffffff;
  position: relative;
  clear: both;
  float: left;
  line-height: 44px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #c42279;
  font-family: "Open Sans", sans-serif;
}

section.tried-tested_sec {
  background: #fff;
  padding-top: 85px;
}
section.tried-tested_sec h2 {
  color: #642c54;
  font-size: 35px;
  font-weight: 600;
  line-height: 52px;
  padding-bottom: 30px;
}
section.tried-tested_sec p {
  color: #727272;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  width: 80%;
  padding-left: 25px;
}
section.tried-tested_sec .tried_img {
  width: 100%;
  display: inline-block;

  height: 48px;

  margin-top: 25px;
  position: relative;
}
section.tried-tested_sec .tried_img::after {
  position: absolute;
  content: "";
  background-color: #979797a8;
  width: 2px;
  height: 68px;
  right: -10px;
  top: -15px;
}
section.tried-tested_sec .wld_map {
margin-top:70px;
/*   padding-top: 40px; */
  margin-left: auto;
  margin-right: auto;
	z-index:1;
}

section.team_woop_sec {
  padding: 120px 0 40px 0;
  overflow: hidden;
  background: linear-gradient(90deg, #a42c84, #d53a74 100%);
  position: relative;
}
section.team_woop_sec::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 107%;
  top: -100px;
  left: 0;
  border-radius: 50%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background: linear-gradient(90deg, #9a2687 0%, #cd2076 100%);
}
section.team_woop_sec h2 {
  color: #fff;
  padding-left: 15px;
  position: relative;
}
section.team_woop_sec .subtxt {
  color: #727272;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 32px;
  position: relative;
  padding-left: 15px;
  padding-top: 10px;
}
section.team_woop_sec .pd_15 {
  padding-top: 15px;
}
section.team_woop_sec span {
  position: relative;
  margin-top: 5px;
  margin-left: 15px;
  margin-bottom: 5px;
  display: inline-block;
  overflow: hidden;
  border-radius: 8px;
}
section.team_woop_sec span img {
  border-radius: 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  float: left;
  width: 100%;
  transition: transform 0.5s;
}
section.team_woop_sec span::before {
  content: "";
  position: absolute;
  background-color: rgba(90, 10, 86, 0.5);
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
section.team_woop_sec p {
  font-family: "Open Sans", sans-serif;
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  padding-top: 15px;
}
.page-template-brand section.team_woop_sec span {
  position: relative;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  display: inline-block;
  overflow: hidden;
  border-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.page-template-brand section.team_woop_sec span img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.page-template-brand section.team_woop_sec span::before {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.page-template-brand section.team_woop_sec ul li {
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
  cursor: pointer;
  width: fit-content;
  background: #fff;
  position: relative;
  z-index: 9;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-left: 15px;
  padding-bottom: 10px;
}
.page-template-brand section.team_woop_sec h5 {
  margin-top: 5px;
  color: #481540;
  font-size: 16px;
  font-weight: 600;
}
.page-template-brand section.team_woop_sec .slick-slide.slick-current h5 {
  margin-top: 5px;
  color: #481540;
  font-size: 16px;
  font-weight: 600;
}
.page-template-about section.team_woop_sec .slick-slide.slick-current h5 {
  margin-top: 5px;
  color: #481540;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
.page-template-brand section.team_woop_sec .slick-slide.slick-current .active h5 {
  color: #c42279;
  font-size: 16px;
}
.page-template-about section.team_woop_sec .slick-slide.slick-current .active h5 {
  color: #c42279;
  font-size: 16px;
}
.page-template-brand .slick-dotted.slick-slider {
  margin-bottom: 30px;
  width: 100%;
  margin-top: 40px;
}
.page-template-about .slick-slider {
  margin-bottom: 30px;
  width: 100%;
  margin-top: 40px;
}
.page-template-brand section.team_woop_sec ul {
  padding-top: 0;
}
.page-template-about section.team_woop_sec ul li {
  float: left;
  margin-right: 15px;
  margin-bottom: 30px;
  cursor: pointer;
  width: fit-content;
  background: #fff;
  position: relative;
  z-index: 9;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-left: 15px;
  padding-bottom: 10px;
  box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.05);
}
.page-template-about section.team_woop_sec ul li p {
  color: #000;
}
.page-template-about section.team_woop_sec span img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: auto;
}
.page-template-about section.team_woop_sec span::before {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.page-template-about section.team_woop_sec h5 {
  margin-top: 5px;
  color: #481540;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
.page-template-about section.team_woop_sec .active h5 {
  color: #c42279;
  font-size: 16px;
}
.page-template-about section.team_woop_sec span {
  position: relative;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  display: inline-block;
  overflow: hidden;
  border-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.page-template-about section.woop_deliver .woop_video {
  margin-top: 60px;
}
section.team_woop_sec h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 5px;
  color: #481540;
}
section.team_woop_sec .story_btn {
  height: 44px;
  width: 205px;
  border: 1px solid #c42279;
  border-radius: 8px;
  position: relative;
  margin-top: 25px;
  color: #c42279;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  line-height: 44px;
  margin-left: 15px;
}
section.team_woop_sec ul {
  display: inline-block;
  width: 100%;
  padding-top: 50px;
}
section.team_woop_sec ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  width: 317px;
}
section.team_woop_sec ul li p {
  color: #989898;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  font-family: "Montserrat", sans-serif;
  padding-top: 5px;
  padding-left: 0;
}
section.team_woop_sec ul li .team_wp_icon {
  margin-top: 10px;
  float: right;
  margin-right: -5px;
  border-radius: 0;
}
section.team_woop_sec ul li .team_wp_icon img {
  border-radius: 0;
  width: auto;
}
section.team_woop_sec ul li .team_wp_icon::before {
  display: none;
}
section.team_woop_sec ul .active img:hover {
  transform: scale(1.1);
  border-radius: 2px;
}
section.team_woop_sec .active span::before {
  background: none;
}
section.team_woop_sec ul .active .team_wp_icon img:hover {
  transform: scale(1);
  border-radius: 0;
}
section.team_woop_sec .active h5 {
/*   font-weight: 600; */
  color: #c42279;
/*   font-size: 18px; */
}
.page-template-about .team_woop_sec {
  background: linear-gradient(90deg, #fffdf7, #fdf6f7 100%);
  padding-top: 65px;
  position: relative;
  padding-bottom: 40px;
}
.page-template-about .team_woop_sec::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 107%;
  top: -130px;
  left: 0;
  background: #ffffff;
  border-radius: 50%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.page-template-about section.team_woop_sec .pd_15 {
  padding-top: 35px;
}

.page-template-about section.team_woop_sec .subtxt {
  clear: both;
  display: inline-block;
  width: 100%;
  padding-top: 15px;
}
.page-template-about section.read_stories_sec {
  padding-bottom: 0;
  padding-top: 60px;
  min-height: inherit;
  background: transparent;
}
.page-template-about section.read_stories_sec .story-slider {
  margin-top: 20px;
  margin-bottom: 0;
}
.page-template-about section.read_stories_sec p {
  padding-right: 14%;
}
.page-template-about section.woop_deliver {
  height: inherit;
  padding-bottom: 100px;
}
.page-template-about section.team_woop_sec h2 {
  color: #5a0a56;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}
.page-template-about section.team_woop_sec .subtxt {
  clear: both;
  display: inline-block;
  width: 100%;
}
.page-template-about .modal-dialog .modal-content {
  border-radius: 10px;
  padding: 56px;
}
.page-template-about .modal-dialog .modal-header {
  border: none;
  padding: 0;
  margin-top: 0;
}
.page-template-about .modal-dialog .modal-body h4 {
  color: #481540;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}
.page-template-about .modal-dialog .modal-body .locat-text {
  width: 33%;
  float: left;
  padding-left: 75px;
  background-position: 12px 0;
  height: 50px;
  color: #606060;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
}
.page-template-about .modal-dialog .modal-body .locat-text b {
  color: #c42279;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin-top: 2px;
  display: inline-block;
}
.page-template-about .modal-dialog .modal-body .locat-text.location-icon {
  background-image: url(../images/Location.svg);
  background-repeat: no-repeat;
  border-right: 1px solid #d8d8d8;
  width: 28%;
  margin-right: 4%;
}
.page-template-about .modal-dialog .modal-body .locat-text.type-icon {
  background-image: url(../images/Job-type.svg);
  background-repeat: no-repeat;
  border-right: 1px solid #d8d8d8;
  width: 28%;
  margin-right: 4%;
}
.page-template-about .modal-dialog .modal-body .locat-text.exp-icon {
  background-image: url(../images/Experience.svg);
  background-repeat: no-repeat;
}
.page-template-about .modal-dialog .modal-body .jobdesc ol {
  margin-left: 15px;
}
.page-template-about .modal-dialog .modal-body .jobdesc ol li {
  color: #727272;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 28px;
  list-style-type: decimal;
  margin-bottom: 5px;
}
.page-template-about .modal-dialog .modal-body .jobelig {
  color: #727272;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 28px;
  list-style-type: none;
  margin-bottom: 5px;
}
.page-template-about .modal-dialog .modal-body h5 {
  color: #481540;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
}
.page-template-about .modal-dialog .modal-header .close {
  background-image: url(../images/closeicon.svg);
  background-repeat: no-repeat;
  margin-top: 5px;
  font-size: 0;
  position: absolute;
  right: 17px;
  top: 15px;
  display: block;
}
.page-template-about .modal-dialog .modal-body p {
  position: relative;
  padding-left: 0;
  padding-top: 8px;
  color: #606060;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 20px;
}
section.partner-with_us {
  position: relative;
  background-image: url(../images/partner-backbg.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 100%;
  min-height: 712px;
  background-size: 100%;
  display: flex;
  align-items: center;
}
section.partner-with_us::before {
  content: "";
  position: absolute;
  background-color: #c4227970;
  top: 0;
  width: 100%;
  height: 712px;
}
section.partner-with_us .partner_fild-box {
  height: 600px;
  width: 572px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background-color: #ffffff;
  padding-top: 30px;
  padding-left: 70px;
  padding-bottom: 15px;
}
section.partner-with_us .partner_fild-box h4 {
  color: #5a0a56;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 35px;
}
section.partner-with_us .partner_fild-box input {
  height: 44px;
  #width: 300px;
  border-radius: 8px;
  border: 1px solid #af2581;
  font-size: 14px;
  font-weight: 600;
  color: #c42279;
  font-family: "Open Sans", sans-serif;
  padding-left: 17px;
  margin-bottom: 15px;
}
section.partner-with_us .partner_fild-box input.checkbox {
  height: 12px;
  #width: 300px;
  border-radius: 8px;
  border: 1px solid #af2581;
  font-size: 14px;
  font-weight: 600;
  color: #c42279;
  font-family: "Open Sans", sans-serif;
  padding-left: 17px;
  margin-bottom: 15px;
  margin-right: 10px;
}
section.partner-with_us .partner_fild-box ::-webkit-input-placeholder {
  opacity: 0.9;
  color: #c42279;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
}
section.partner-with_us .partner_fild-box :-ms-input-placeholder {
  opacity: 0.9;
  color: #c42279;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
}
section.partner-with_us .partner_fild-box ::placeholder {
  opacity: 0.9;
  color: #c42279;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
}
section.partner-with_us .partner_fild-box .theme_btn {
  margin-top: 20px;
  font-size: 12px;
  padding-left: 0;
  padding-right: 0;
  width: 205px;
}
section.partner-with_us .partner_fild-box .theme_btn1 {
  margin-top: 20px;
  font-size: 12px;
  padding-left: 10;
  padding-right: 10;
  height: 17px;
  width: 17px;
}
section.trustd_brand {
  background: linear-gradient(90deg, #9a2787 0%, #dc1f71 100%);
  padding: 131px 0 81px 0;
  position: relative;
  overflow-x: hidden;
}
section.trustd_brand h2 {
  color: #ffffff;
}
section.trustd_brand p {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  padding-top: 9px;
  padding-bottom: 75px;
  font-weight: 300;
}
section.trustd_brand ul {
  margin-bottom: 20px;
}
section.trustd_brand ul li {
  width: 20%;
  margin: 0;
  float: left;
  min-height: 95px;
}
section.trustd_brand ul li img {
  max-width: 120px;
  margin: auto;
}
section.trustd_brand::before {
  content: "";
  bottom: 0;
  height: 400px;
  width: 100%;
  position: absolute;
  background: linear-gradient(90deg, #9b2779, #cd3269 100%);
}
section.trustd_brand .brd_backbg::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 107%;
  top: -100px;
  left: 0;
  background: linear-gradient(90deg, #9a2787 0%, #dc1f71 100%);
  border-radius: 50%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

section.impact_story_sec {
  background: #fff;
  padding-top: 110px;
}
section.impact_story_sec h2 {
  color: #642c54;
  font-size: 35px;
  font-weight: 600;
  line-height: 52px;
  padding-bottom: 25px;
}
section.impact_story_sec p {
  color: #727272;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  width: 80%;
  padding-left: 70px;
}
section.impact_story_sec .tried_img {
  width: 215px;
  display: inline-block;
  border-right: 1px solid #979797;
  height: 68px;
  padding-right: 15px;
}
section.impact_story_sec .tried_img img {
  width: 100%;
}
section.impact_story_sec ul {
  padding-top: 50px;
}
section.impact_story_sec ul li {
  float: left;
  width: 26.5%;
  margin-right: 1.5%;
  margin-left: 2%;
  margin-bottom: 30px;
  border-radius: 6.8px;
  background-color: #ffffff;
  box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.03);
  min-height: 500px;
  position: relative;
  cursor: pointer;
}
section.impact_story_sec ul li span {
  display: inline-block;
  width: 100%;
  border-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: url(../images/impact-hover-image.png);
  background-repeat: no-repeat;
  height: 180px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
section.impact_story_sec ul li span img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  transition: transform 0.5s;
  float: left;
}
section.impact_story_sec ul li h5 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding-left: 24px;
  padding-top: 15px;
  padding-right: 24px;
}
section.impact_story_sec ul li p {
  width: auto;
  padding-left: 24px;
  padding-top: 20px;
  color: #989898;
  font-size: 13px;
  letter-spacing: -0.08px;
  line-height: 20px;
  margin-bottom: 35px;
  height: 165px;
  overflow: hidden;
  padding-right: 24px;
}
.easy-newsletter label {
  display: none;
}
form#easy-newsletter-form {
  position: relative;
  width: 300px;
}
.easy-newsletter .input-field.input-submit {
  position: absolute;
  float: left;
  right: 0;
  top: 0;
}
.easy-newsletter .input-field.input-submit button {
  background: transparent;
  border: 0;
  background-image: url(../images/footer-arrow.svg);
  background-repeat: no-repeat;
  color: transparent;
  margin-top: 17px;
  margin-right: 15px;
  width: 20px;
  cursor: pointer;
}
.easy-newsletter .wpens-error {
  color: #fff;
  font-size: 13px;
  padding-top: 9px;
  display: inline-block;
}
section.impact_story_sec ul li:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
section.impact_story_sec ul .active span img {
  transform: scale(1.1);
  border-radius: 12px;
}
section.impact_story_sec .theme_btn {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: absolute;
  bottom: 0;
  color: #fff;
  cursor: pointer;
}
section.impact_story_sec .theme_btn:hover {
  color: #fff;
}
section.impact_story_sec .loadmore_btn {
  height: 44px;
  width: 205px;
  border: 1px solid #c42279;
  border-radius: 8px;
  position: relative;
  margin-top: 5px;
  color: #c42279;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  line-height: 44px;
  margin-left: 22px;
  margin-bottom: 40px;
}

.slick-initialized .slick-slide.slick-current h5 {
  color: #c42279;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.page-template-brand section.team_woop_sec .slick-dots {
  left: 50%;
  margin-left: -60px;
  bottom: -35px;
}
.page-template-about section.team_woop_sec .slick-dots {
  left: 50%;
  margin-left: -60px;
  bottom: -35px;
}
.reqst-sec {
  height: 44px;
  width: 132px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.03);
  position: absolute;
  clear: both;
  bottom: 35px;
  right: 35px;
  color: #c42279;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
  display: none;
}
.linkdin-btn a {
  height: 36px;
  width: 205px;
  border-radius: 8px;
  background-color: #2867b2;
  color: #fffdfb;
  font-size: 12px;
  line-height: 37px;
  text-align: center;
  font-family: "Open Sans";
  text-transform: uppercase;
  margin-top: 40px;
  display: flex;
  align-items: center;
  padding-left: 28px;
  font-weight: 600;
}
.linkdin-btn a img {
  width: 15px;
  margin-right: 10px;
}
.reqst-sec.fxd {
  position: fixed;
  z-index: 9999;
  display: block;
}
.reqst-sec a {
  color: #c42279;
  text-decoration: none;
}
.page-template-brand section.team_woop_sec .slick-dots li {
  border-radius: 50%;
  padding: 0;
  height: 11px;
  width: 11px;
  margin-right: 5px;
  background: #ffffff82;
}
.page-template-brand section.team_woop_sec .slick-dots li.slick-active {
  background: #fff;
}
.page-template-brand section.team_woop_sec .slick-dots li button {
  visibility: hidden;
}
.page-template-about section.team_woop_sec .slick-dots li {
  border-radius: 50%;
  padding: 0;
  height: 11px;
  width: 11px;
  margin-right: 5px;
  background: #dcd2d254;
  box-shadow: none;
}
.page-template-about section.team_woop_sec .slick-dots li.slick-active {
  border-radius: 50%;
  padding: 0;
  height: 11px;
  width: 11px;
  margin-right: 5px;
  background: #dcd2d2;
  box-shadow: none;
}

.page-template-about section.team_woop_sec .slick-dots li button {
  visibility: hidden;
}
.modal-dialog {
  width: 770px;
  max-width: 100%;
}
.modal-dialog .slick-initialized .slick-slide {
  display: inline-block;
  position: relative;
  min-height: 750px;
}
.modal-dialog .slick-initialized .slick-slide .story-slider-img h5 {
  color: #642c54;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 25px;
  padding-left: 30px;
}
.modal-dialog .slick-initialized .slick-slide .story-slider-img p {
  padding-top: 30px;
  color: #000000;
  font-size: 16px;
  line-height: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
.modal-dialog .impact-slider .slick-slide .story-slider-img .story-content {
  height: 290px;
  overflow-y: scroll;
  padding-bottom: 20px;
}
.modal-dialog .slide-lft {
  float: left;
  color: #481540;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 15px;
  width: 260px;
  left: 55px;
  position: absolute;
  top: 90%;
}
.modal-dialog .slide-rght {
  float: right;
  color: #481540;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-top: 0;
  text-align: right;
  padding-right: 0;
  width: 260px;
  position: absolute;
  right: 50px;
  top: 90%;
}
.modal-dialog .slick-arrow {
  top: 87%;
  color: #989898;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  font-family: "Open Sans", sans-serif;
  padding-left: 20px;
  position: absolute;
  z-index: 999;
  text-transform: uppercase;
}
.modal-dialog .slick-next {
  right: 85px;
}
.modal-dialog .slick-next:before {
  content: "";
  margin-left: 35px;
  background-image: url(../images/back-arrow.svg);
  background-repeat: no-repeat;
  height: 15px;
  width: 20px;
  position: absolute;
  background-position: left top;
  background-size: 20px;
  transform: rotate(180deg);
}
.modal-dialog .slick-prev {
  left: 30px;
  background-image: url(../images/back-arrow.svg) !important;
  background-repeat: no-repeat !important;
  height: 15px;
  width: auto;
  position: absolute;
  background-position: left center;
  background-size: 20px;
}
.modal-dialog .slick-prev:before {
  content: "";
}
/*     .modal-dialog .slick-prev:hover {
      background-image: url(../images/model_prev-arrow.svg) !important;
      background-repeat: no-repeat !important;
      background-position: left center;
      background-size: 16px; }
    .modal-dialog .slick-prev:focus {
      background-size: 16px;
      background-position: left center; } */
.modal-dialog .modal-header {
  border: none;
}
.modal-dialog .modal-header .close {
  background-image: url(../images/model-clse-btn.png);
  background-repeat: no-repeat;
  margin-top: 5px;
  font-size: 0;
  display: none;
}
.modal-dialog .modal-title span {
  margin-right: 7px;
}
.modal-dialog .modal-body {
  padding: 0;
  position: relative;
}
.modal-dialog .impact-popup {
  min-height: 765px;
}
.modal-dialog .modal-content {
  border-radius: 10px;
}

section.press_sec {
  min-height: 800px;
  width: 100%;
  background: linear-gradient(90deg, #fffdf7, #fdf5f9 100%);
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
section.press_sec h2 {
  margin-top: 100px;
  margin-bottom: 55px;
  color: #5a0a56;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}
section.press_sec ul li {
  height: 207px;
  width: 30%;
  border-radius: 8.4px;
  background-color: #ffffff;
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.09);
  padding: 35px;
  float: left;
  margin-right: 30px;
  margin-bottom: 35px;
  cursor: pointer;
  transition: transform 0.5s;
  position: relative;
}
section.press_sec ul li p {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  min-height: 95px;
}
section.press_sec ul li .newsbrand_detail {
  margin-top: 20px;
  position: absolute;
  bottom: 10px;
}
section.press_sec ul li .newsbrand_detail span {
  width: auto;
  display: inline-block;
}
section.press_sec ul li .newsbrand_detail span img {
  width: 100%;
}

section.press_sec ul li.show {
  background-image: url(../images/news-arrow.svg);
  background-repeat: no-repeat;
  background-position: 90% 90%;
}
section.press_sec .more_btn {
  height: 44px;
  width: 205px;
  border-radius: 8px;
  background-color: #ffffff;
  position: relative;
  clear: both;
  float: left;
  line-height: 44px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #c42279;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #ba237c;
  text-transform: uppercase;
}
section.press_sec .viwall_btn {
  height: 44px;
  width: 205px;
  border-radius: 8px;
  background-color: #ffffff;
  position: relative;
  clear: both;
  float: left;
  line-height: 44px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #c42279;
  font-family: "Open Sans", sans-serif;
}
section.press_sec::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 107%;
  top: -100px;
  left: 0;
  background-color: #ffffff;
  border-radius: 50%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.page-template-brand section.tried-tested_sec {
  background: #fff;
  padding-top: 85px;
  padding-bottom: 85px;
}
.page-template-brand section.team_woop_sec ul li p {
  color: #000;
}
section.individual-faq {
  background-image: url(../images/privacy-back-bg.png);
  background-repeat: no-repeat;
  padding-top: 130px;
  text-align: center;
  padding-bottom: 140px;
  background-position: 0 165px;
  background-size: contain;
  position: relative;
  overflow: hidden;
}
section.individual-faq::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 107%;
  top: -100px;
  left: 0;
  border-radius: 50%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
section.individual-faq h2 {
  color: #5a0a56;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}
section.individual-faq h2 .btn-link {
  padding-left: 0;
  text-decoration: none;
  width: 100%;
}
section.individual-faq h2 .btn-link .fa-plus {
  background-image: url(../images/plus-icon.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  float: right;
  margin-top: 5px;
}
section.individual-faq h2 .btn-link .fa-minus {
  background-image: url(../images/minus-icon.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  float: right;
  margin-top: 5px;
}
section.individual-faq .card {
  border: none;
  border-bottom: 2px solid #d8d8d8;
  background-color: transparent;
  border-radius: 0;
}
section.individual-faq .card .card-header {
  background: transparent;
  border: 0;
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
section.individual-faq .card .card-header .accordian-text {
  color: #481540;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  float: left;
}
section.individual-faq .card .card-body {
  text-align: left;
  padding-top: 0;
  padding-bottom: 20px;
  color: #727272;
  padding-left: 0;
  padding-right: 13%;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 32px;
}
section.individual-faq .card:last-child {
  border-bottom: none;
}
section.individual-faq .faq-back_text {
  color: #481540;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}
section.individual-faq .faq-back_text span {
  margin-right: 12px;
  margin-top: 1px;
  float: left;
}
section.individual-faq .faq-back_text a {
  color: #481540;
  text-decoration: none;
}
section.individual-faq p {
  color: #727272;
  font-size: 16px;
  line-height: 32px;
  position: relative;
  text-align: left;
  padding-bottom: 30px;
}

section.individual-faq .accordion .card .card-body p {
  padding-bottom: 15px;
}
section.individual-faq .accordion .card .card-body ul {
  padding-left: 20px;
}
section.individual-faq .accordion .card .card-body ul li {
  list-style: disc;
}
section.details-success {
  margin-top: 130px;
}
section.details-success p {
  color: #727272;
  font-size: 16px;
  line-height: 30px;
  padding-top: 16px;
}
section.details-success .wrapper {
  margin-top: 25px;
}
section.details-success .wrapper .tab__content .content__wrapper {
  padding-top: 70px;
}
section.details-success .wrapper .tab__content .content__wrapper .success_container {
  width: 1110px;
}
section.details-success .tab__content > li.active .content__wrapper .success_container {
  width: 1110px;
}
section.details-success .tab__content > li.active .content__wrapper .success_container ul li {
  float: left;
  background: #fff;
  text-align: left;
  padding-bottom: 15px;
  border-radius: 8.4px;
  background-color: #ffffff;
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.09);
  margin-right: 4%;
  margin-bottom: 4%;
  cursor: pointer;
}
section.details-success .tab__content > li.active .content__wrapper .success_container ul li .beauty-img {
  width: 301px;
  height: 134px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 8.4px;
  border-top-right-radius: 8.4px;
}
section.details-success .tab__content > li.active .content__wrapper .success_container ul li .beauty-img img {
  width: 100%;
  height: auto;
  border-top-left-radius: 8.4px;
  border-top-right-radius: 8.4px;
}
section.details-success .tab__content > li.active .content__wrapper .success_container ul li .beauty_content {
  padding-left: 30px;
  padding-top: 30px;
}
section.details-success .tab__content > li.active .content__wrapper .success_container ul li h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}
section.details-success .tab__content > li.active .content__wrapper .success_container ul li p {
  color: #727272;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 20px;
}
section.details-success .tab__content > li.active .content__wrapper .success_container ul li .suces_brnd_lgo {
  width: 60px;
  float: left;
}
section.details-success .tab__content > li.active .content__wrapper .success_container ul li .suces_brnd_lgo img {
  width: 100%;
  height: auto;
}
section.details-success .tab__content > li.active .content__wrapper .success_container ul li.show {
  background-image: url(../images/news-arrow.svg);
  background-repeat: no-repeat;
  background-position: 90% 90%;
}

section.womens-opinion_sec {
  min-height: 800px;
  width: 100%;
  background: linear-gradient(90deg, #9a2787 0%, #dc1f71 100%);
}
section.womens-opinion_sec h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  line-height: 43px;
  margin-top: 100px;
  margin-bottom: 25px;
}
section.womens-opinion_sec p {
  margin-top: 105px;
  margin-bottom: 25px;
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
}
section.womens-opinion_sec ul li {
  min-height: 320px;
  width: 310px;
  border-radius: 8.4px;
  background-color: #ffffff;
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.09);
  padding: 0;
  float: left;
  margin-right: 25px;
  margin-bottom: 35px;
  cursor: pointer;
  transition: transform 0.5s;
  padding-top: 30px;
}
section.womens-opinion_sec ul li p {
  margin-top: 0;
  color: #481540;
  font-family: "Open Sans";
  font-size: 16px;
  letter-spacing: -0.1px;
  line-height: 30px;
  padding: 0 24px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 0;
  padding-bottom: 25px;
}
section.womens-opinion_sec ul li .newsbrand_detail {
  margin-top: 20px;
  padding: 0 24px;
  display: flex;
}
section.womens-opinion_sec ul li .newsbrand_detail span {
  display: inline-block;
  border-radius: 50%;
  float: left;
}
section.womens-opinion_sec ul li .newsbrand_detail span img {
  border-radius: 50%;
}
section.womens-opinion_sec ul li .newsbrand_detail .rght_align {
  float: left;
  padding-left: 25px;
}
section.womens-opinion_sec ul li .newsbrand_detail .rght_align h5 {
  color: #481540;
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
}
section.womens-opinion_sec ul li .newsbrand_detail .rght_align span {
  color: #000000;
  font-size: 12px;
  line-height: 16px;
  padding-top: 5px;
}
section.womens-opinion_sec ul li .newsbrand_detail .rght_align p {
  color: #989898;
  font-size: 14px;
  letter-spacing: -0.09px;
  line-height: 19px;
  padding-left: 0;
  padding-top: 10px;
  border: 0;
  clear: both;
  padding-right: 0;
}
section.womens-opinion_sec ul li.show {
  background-image: url(../images/news-arrow.svg);
  background-repeat: no-repeat;
  background-position: 90% 90%;
}
section.womens-opinion_sec .viwall_btn {
  height: 44px;
  width: 205px;
  border-radius: 8px;
  background-color: #ffffff;
  position: relative;
  clear: both;
  float: left;
  line-height: 44px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #c42279;
  font-family: "Open Sans", sans-serif;
}

section.join-team_sec {
  padding: 120px 0 110px 0;
  overflow: hidden;
  background: linear-gradient(90deg, #b12b80 0%, #b63e7e 100%);
  position: relative;
}
section.join-team_sec::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 107%;
  top: -100px;
  left: 0;
  background: linear-gradient(90deg, #aa2582, #aa2582 100%);
  border-radius: 50%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
section.join-team_sec .rwrd_wrp {
  width: 135%;
}
section.join-team_sec h2 {
  color: #fff;
  padding-left: 15px;
  position: relative;
}
section.join-team_sec p {
  position: relative;
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 32px;
  padding-left: 10px;
  padding-top: 15px;
}
section.join-team_sec .rwrd_sld {
  margin-top: 40px;
}
section.join-team_sec .rwrd_sld .slick-list {
  padding: 10px 0;
}
section.join-team_sec .rwrd_sld .slick-slide {
  margin: 0 45px;
  border-radius: 6.8px;
  background-color: #ffffff;
  box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.03);
  margin-left: 10px;
  padding: 32px;
}
section.join-team_sec .rwrd_sld .slick-slide img {
  border-radius: 50%;
}
section.join-team_sec .rwrd_sld .draggable {
  cursor: grab;
  padding: 10px 500px 10px 0;
}
section.join-team_sec .rwrd_sld .rwrd_crd .rwrd_crd_hd .crd_hd_prf {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #d8d8d8;
  overflow: hidden;
}
section.join-team_sec .rwrd_sld .rwrd_crd .rwrd_crd_hd .crd_hd_prf img {
  width: 100%;
  height: auto;
}
section.join-team_sec .rwrd_sld .rwrd_crd .rwrd_crd_hd h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #ffffff;
  padding-top: 20px;
}
section.join-team_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd h4 {
  color: #481540;
  font-size: 24px;
  font-weight: 600;
  line-height: 45px;
  margin-top: 0;
  padding-bottom: 5px;
}
section.join-team_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd h4 span {
  font-size: 21px;
  font-weight: 600;
  line-height: 34px;
  color: #c42279;
  padding: 6px 9px;
  background-color: rgba(196, 34, 121, 0.05);
  border-radius: 6.8px;
  margin-left: 12px;
}
section.join-team_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd .apply-btn {
  height: 44px;
  width: 205px;
  border-radius: 8px;
  background: linear-gradient(90deg, #9d2787 0%, #d91f72 100%);
  color: #fffdfb;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
  margin-top: 28px;
  text-transform: uppercase;
}
section.join-team_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd span {
  color: #481540;
  font-size: 16px;
  line-height: 24px;
}
section.join-team_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd label {
  font-size: 12px;
  line-height: 34px;
  color: #000000;
  padding-top: 6px;
  padding-bottom: 15px;
}
section.join-team_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd h6 {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding-left: 35px;
  position: relative;
  margin-bottom: 20px;
  padding-right: 10px;
}
section.join-team_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd h6 img {
  position: absolute;
  left: 0;
}
section.join-team_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd p {
  color: #727272;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 28px;
  padding-top: 25px;
  padding-left: 0;
  min-height: 195px;
}
section.join-team_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd .watch-video_btn {
  height: 44px;
  width: 205px;
  border: 1px solid #d81f72;
  border-radius: 8px;
  float: left;
  display: inline-block;
  color: #c42279;
  font-size: 12px;
  font-weight: 600;
  line-height: 44px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  margin-top: 34px;
  text-transform: uppercase;
}
section.join-team_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd .watch-video_btn span {
  float: left;
  margin-left: 45px;
  margin-right: 12px;
  margin-top: 12px;
}

section.individual_sec {
  padding-top: 130px;
  text-align: left;
  padding-bottom: 0;
  background: #fff;
  position: relative;
  overflow-x: hidden;
}
section.individual_sec h5 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}
section.individual_sec p {
  color: #727272;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 30px;
  padding-top: 15px;
}
section.individual_sec .back-text {
  color: #481540;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
section.individual_sec .back-text span {
  margin-right: 10px;
  display: inline-block;
  margin-top: 1px;
  float: left;
}
section.individual_sec .back-text a {
  color: #481540;
}
section.individual_sec .individual-bnr {
  width: 100%;
  height: 388px;
  margin-top: 40px;
  overflow: hidden;
}
section.individual_sec .individual-bnr img {
  width: 100%;
  height: auto;
}

section.strategy_sec {
  background: linear-gradient(90deg, #fffdf7, #fdf6f7 100%);
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  padding-bottom: 200px;
}
section.strategy_sec::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 107%;
  top: -100px;
  left: 0;
  background-color: #ffffff;
  border-radius: 50%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
section.strategy_sec h2 {
  color: #5a0a56;
  font-size: 35px;
  font-weight: 600;
  line-height: 52px;
}
section.strategy_sec p {
  color: #727272;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 30px;
  padding-top: 25px;
}
section.strategy_sec .strategy-details {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 90px;
  padding-left: 7%;
  padding-right: 7%;
  float: none;
  background-image: url(../images/brdr-grey-bg.png);
  background-repeat: repeat-x;
}
section.strategy_sec .strategy-details ul li {
  float: left;
  width: 18%;
  margin-right: 2%;
}
section.strategy_sec .strategy-details ul li:last-child {
  margin-right: 0;
}
section.strategy_sec .strategy-details ul li span {
  background-color: #c42279;
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 55px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  margin-top: -30px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  font-family: "Open Sans";
}
section.strategy_sec .strategy-details ul li h3 {
  color: #481540;
  font-size: 24px;
  font-weight: 600;
  line-height: 45px;
  padding: 15px 0;
}
section.strategy_sec .strategy-details ul li p {
  color: #727272;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 24px;
  padding-top: 0;
  width: 80%;
}

section.wp_dliver_engagment {
  min-height: 800px;
  width: 100%;
  background: linear-gradient(90deg, #9a2787 0%, #dc1f71 100%);
  padding-top: 120px;
  padding-bottom: 50px;
}
section.wp_dliver_engagment h2 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 600;
  line-height: 52px;
  padding-bottom: 30px;
}
section.wp_dliver_engagment ul li {
  height: 190px;
  width: 30%;
  border: 1px solid #c42279;
  border-radius: 8px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  float: left;
  margin-right: 3%;
  margin-bottom: 3%;
}
section.wp_dliver_engagment ul li h5 {
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  color: #c42279;
  font-weight: 600;
}
section.wp_dliver_engagment ul li p {
  color: #000000;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}
section.wp_dliver_engagment ul li .wp_center {
  width: 100%;
}

section.impact-campaign {
  background: linear-gradient(90deg, #9b2779, #cd3269 100%);
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
  padding-top: 120px;
}
section.impact-campaign:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 107%;
  top: -100px;
  left: 0;
  background: linear-gradient(90deg, #9a2787 0%, #dc1f71 100%);
  border-radius: 50%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
section.impact-campaign h2 {
  padding-right: 140px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}
section.impact-campaign p {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 32px;
}
section.impact-campaign .jnd_B .jnd_B_A h4 {
  font-weight: 600;
}
section.impact-campaign .jnd_B .jnd_B_A h4 span {
  color: #fccc2a;
  font-weight: 700;
  font-size: 50px;
}

section.user-generate-content {
  padding-bottom: 120px;
  min-height: 850px;
  background: transparent;
  padding-top: 120px;
}
section.user-generate-content:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 107%;
  top: 0;
  left: 0;
  background: transparent;
  border-radius: 50%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
section.user-generate-content h2 {
  padding-bottom: 24px;
}

/*sheeba*/

.wpcf7-not-valid {
  border: 1px solid red !important;
}
.wpcf7-not-valid-tip {
  display: none !important;
}

div.wpcf7-response-output {
  margin: 0px !important;
  padding: 0px !important;
}

div.wpcf7-mail-sent-ok {
  border: 0px solid #398f14 !important;
  color: #c42279;
 font-size:12px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 0px solid #f7e700 !important;
  color: #ff0000;
  font-size: 12px;
}
.wpcf7-submit {
  color: #fff !important;
}

/*sheeba*/

.logos_mobile-sec {
  display: none;
}
.modal.homemodal .modal-content {
  background-color: transparent;
  border: none;
}
.modal.homemodal .modal-content .modal-header {
  border: none;
}
.modal.homemodal .modal-content .modal-header .close {
  background-image: url(../images/model-clse-btn.png);
  background-repeat: no-repeat;
  margin-top: 5px;
  font-size: 0;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  text-align: center;
  background-position: center center;
  margin-right: -40px;
  margin-bottom: -5px;
}
.modal.homemodal .modal-content .modal-body video {
  border-radius: 10px;
}
.modal.homemodal .modal-dialog {
  width: 1000px;
  max-width: 100%;
}
.page-template-brand .woop_video video {
  border-radius: 10px;
  box-shadow: 2px 1px 12px 4px #00000042;
}

/* new*/

section.blog_stories {
  margin-top: 70px;
}
section.blog_stories nav {
  z-index: 9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
section.blog_stories .bg-color {
  background-color: #46a1de;
}
section.blog_stories .text-color {
  color: #46a1de;
}
section.blog_stories .tabs {
  display: table;
  table-layout: fixed;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  width: 1140px;
  margin: 0 auto;
  margin-bottom: 15px;
}
section.blog_stories .tabs > li {
  display: table-cell;
  list-style: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 12px;
  background-color: #ffb9001f;
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 500;
  width: 252px;
  float: left;
  margin: 0 15px;
  height: 70px;
  line-height: 70px;
  text-transform: uppercase;
}
section.blog_stories .tabs > li:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  border-radius: 5px 5px 0 0;
}
section.blog_stories .tabs > li:hover:before {
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
}
section.blog_stories .tabs > li.active {
  color: #50555a;
  background: #ffc860;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: visible;
  font-weight: bold;
}
section.blog_stories .tabs > li.active:before {
  background-color: #ffc860;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
section.blog_stories .tab__content {
  background: linear-gradient(350.71deg, #ffffff 32%, #ffc860 68%);
  position: relative;
  width: 100%;
  border-radius: 5px;
}
section.blog_stories .tab__content > li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  list-style: none;
}
section.blog_stories .tab__content > li .content__wrapper {
  text-align: left;
  border-radius: 5px;
  width: 100%;
  padding: 40px 40px 40px 40px;
  background-color: white;
  display: inline-block;
}
section.blog_stories .tab__content > li.active .content__wrapper {
  background: linear-gradient(350.71deg, #ffffff 32%, #ffc860 68%);
}
section.blog_stories .tab__content > li.active .content__wrapper .blog_container {
  width: 1110px;
  background: #fff;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  border-radius: 8px;
  margin-bottom: 25px;
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.09);
}
section.blog_stories .tab__content > li.active .content__wrapper .blog_container .blog-image img {
  float: left;
  width: 100%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
section.blog_stories .tab__content > li.active .content__wrapper .blog_container .blog-content {
  float: left;
  width: 100%;
  padding: 25px 90px 15px 0;
}
section.blog_stories .tab__content > li.active .content__wrapper .blog_container .blog-content h5 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
}
section.blog_stories .tab__content > li.active .content__wrapper .blog_container .blog-content .postanddate {
  color: #000000;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 8px;
}
section.blog_stories .tab__content > li.active .content__wrapper .blog_container .blog-content .paragraph {
  color: #989898;
  font-size: 13px;
  letter-spacing: -0.08px;
  line-height: 20px;
  margin-bottom: 23px;
  font-weight: 300;
}
section.blog_stories .tab__content > li.active .content__wrapper .blog_container .blog-content ul li img {
  width: 22px;
  float: left;
}
section.blog_stories .tab__content > li.active .content__wrapper .blog_container .blog-content ul li p {
  font-size: 12px;
  line-height: 17px;
  font-weight: 300;
  float: left;
  padding-left: 10px;
  padding-top: 3px;
  margin-right: 15px;
}
section.blog_stories .tab__content > li.active .content__wrapper .no-shadow {
  box-shadow: none;
}
section.blog_stories .wrapper {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}
section.blog_stories .search {
  float: right;
  position: relative;
}
section.blog_stories .search input {
  width: 200px;
  height: 50px;
  padding-right: 40px;
  line-height: 18px;
  font-size: 14px;
  color: #848588;
  padding: 14px 40px 14px 20px;
  border-radius: 8px;
  border: 1px solid #d2d2d3;
}
section.blog_stories .search img {
  position: absolute;
  max-width: 18px;
  right: 15px;
  top: 19px;
}

.blog-detail-sec h2 {
  line-height: 45px;
  font-weight: 600;
  font-size: 35px;
  color: #5a0a56;
  margin-bottom: 8px;
}
.blog-detail-sec p {
  line-height: 30px;
  font-size: 16px;
  color: #727272;
  font-weight: 300;
  margin-bottom: 24px;
}
.blog-detail-sec img {
  max-width: 100%;
}

.blog-detail-head {
  padding-top: 142px;
}
.blog-detail-head .block {
  display: block;
  line-height: 19px;
  font-weight: 600;
  font-size: 16px;
  color: #481540;
  margin-bottom: 24px;
}
.blog-detail-head .block img {
  max-width: 14px;
  margin-right: 10px;
}
.blog-detail-head .latest-card:not([href]):not([tabindex]) {
  color: #802f3b;
}

.blog-detail-middle h5 {
  line-height: 24px;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  margin-top: 16px;
  margin-bottom: 16px;
}
.blog-detail-middle img {
  width: 100%;
  margin-bottom: 32px;
}

.blog-detail-belt {
  background: linear-gradient(90deg, #9a2787 0%, #dc1f71 100%);
  padding: 40px 0;
  margin: 32px 0;
}
.blog-detail-belt h2 {
  line-height: 45px;
  font-weight: 600;
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 8px;
  max-width: 970px;
}
.blog-detail-belt p {
  line-height: 32px;
  font-size: 16px;
  color: #ffffff;
  max-width: 853px;
}
.blog-detail-belt .container-lg {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1199px;
}

.blog-detail-footer {
  padding-bottom: 32px;
}
.blog-detail-footer .blog-ft {
  margin: 24px auto;
  display: block;
}
.blog-detail-footer .tag {
  line-height: 19px;
  font-weight: 600;
  font-size: 14px;
  color: #b6b6b6;
  opacity: 0.9;
  border-radius: 4px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid #b6b6b6;
  padding: 8px 12px;
}
.blog-detail-footer .logo-dark {
  background-color: #f8f5f5;
  display: inline-block;
  padding-top: 66px;
  height: 150px;
  text-align: center;
  width: 100%;
  margin-bottom: 32px;
  margin-top: 10px;
}
.blog-detail-footer .author h3 {
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #481540;
  margin-top: 10px;
}
.blog-detail-footer .author .role {
  font-weight: 600;
  text-transform: uppercase;
  color: #b6b6b6;
}
.blog-detail-footer .author p {
  line-height: 26px;
  font-size: 14px;
  color: #727272;
  font-weight: 300;
  color: #727272;
}
.blog-detail-footer .social li {
  border-radius: 2px;
  text-align: center;
  padding-top: 6px;
  text-transform: uppercase;
}
.blog-detail-footer .social li img {
  max-height: 20px;
}
.blog-detail-footer .social li:nth-child(2) {
  height: 39px;
  width: 39px;
  background-color: #29c5f6;
  padding-top: 9px;
}
.blog-detail-footer .social li:nth-child(3) {
  height: 39px;
  width: 39px;
  background-color: #ca212a;
  padding-top: 9px;
}
.blog-detail-footer .social li:nth-child(4) {
  height: 39px;
  width: 39px;
  background-color: #526fab;
  padding-top: 9px;
}
.blog-detail-footer .article span {
  line-height: 17px;
  font-weight: 600;
  font-size: 12px;
  color: #989898;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}
.blog-detail-footer .article h5 {
  max-width: 280px;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #481540;
}
.blog-detail-footer .article img {
  max-width: 18px;
  margin-bottom: 8px;
}
.blog-detail-footer .next h5 {
  float: right;
}

.testimonial-slider .content-shrinker {
  margin-top: 65px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-slider .rvw_tb_pn {
  background-color: #ffffff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  padding: 32px 32px 20px 32px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 30px;
  min-height: 285px;
}
.testimonial-slider .rvw_tb_pn::before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  left: 50%;
  bottom: 7px;
  border: 18px solid #00000000;
  border-bottom: 0;
  border-top: 18px solid #ffffff;
  transform: translate(-50%, calc(100% + 5px));
  /* box-shadow: -2px 3px 9px 2px #eee; */
/*   filter: drop-shadow(1px 3px 2px #eee); */
}
.testimonial-slider .rvw_tb_pn .rvw_str {
  float: left;
  display: contents;
}
.testimonial-slider .rvw_tb_pn .rvw_str img {
  margin-right: 7px;
  display: inline;
}
.testimonial-slider .rvw_tb_pn .rvw_fb {
  float: right;
  width: 26px;
  height: 26px;
}
.testimonial-slider .rvw_tb_pn p {
  font-size: 14px;
  color: #000000;
  line-height: 22px;
  font-weight: 400;
  padding-top: 18px;
  padding-bottom: 16px;
}
.testimonial-slider .rvw_tb_pn label {
  font-size: 12px;

  line-height: 28px;
  color: #727272;
  font-family: "Open Sans", sans-serif;
}
.testimonial-slider .rvw_tb_img {
  width: 85px;
  height: 85px;
  background-color: #d8d8d8;
  border-radius: 100%;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.testimonial-slider .rvw_tb_img img {
  width: 100%;
}
.testimonial-slider h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  text-align: center;
  color: #727272;
  max-width: 92px;
  margin: auto;
  padding-top: 10px;
  cursor: pointer;
}
.testimonial-slider .rvw_tb_pn .rvw_str img {
  width: 20px;
}
.page-template-home .hme-logo {
  display: none;
}
.wpens-message-container {
  color: #fff;
  font-size: 13px;
}
.woopfor-cls {
  padding-left: 0;
  padding-top: 46px;
}
.team-slidermob {
  margin-top: 25px;
}

/* New css addedd */

.bnr .brnCnt .boxes {
  float: left;
  width: 225px;
  /* padding-right: 20px; */
}
.bnr .brnCnt .link a {
  margin-top: 43px;
  margin-bottom: 59px;
}
.bnr .brnCnt .cntnt p {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 32px;
  padding: unset;
}

.Philosophy {
  padding: 93px 0px 133px 0px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #fffdf7, #fdf6f7 100%);
}
.Philosophy::before {
content: "";
position: absolute;
width: 108%;
height: 96%;
top: -20px;
left: -4%;
background-color: #ffffff;
border-radius: 50%;
border-top-right-radius: 0;
border-top-left-radius: 0;
}

.Philosophy h2 {
  /* height: 45px; */
  width: 770px;
  color: #5a0a56;
  font-family: Montserrat;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 45px;
  padding-bottom: 14px;
}
.Philosophy .frst {
  /* height: 204px; */
  width: 970px;
  opacity: 0.84;
  color: #000000;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 34px;
  padding-bottom: 44px;
}
.Philosophy .frst span {
  font-weight: 600;
}
.Philosophy .catogry .wdth {
  width: 295px;
  /* padding: 25px; */
}
.Philosophy .catogry h3 {
  padding-top: 23px;
  /* height: 45px; */
  width: 133px;
  color: #c42279;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 45px;
}
.Philosophy .catogry p {
  height: 128px;
  width: 295px;
  opacity: 0.84;
  color: #000000;
  font-family: "Open Sans";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 32px;
}
/* section.home_woop{
	background-color:#fff5ef !important;
} */

section.home_woop h2 {
  color: #5a0a56;
  font-family: Montserrat;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 45px;
}
section.home_woop p {
  /* width: 970px; */
  opacity: 0.84;
  color: #000000;
  font-family: "Open Sans";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 34px;
}

section.home_woop ul {
  padding-top: 40px;
}

section.home_brd {
  padding: 118px 0px 140px 0px !important;
}
section.home_brd p {
  /* height: 64px;
   width: 970px;
   color: #FFFFFF;
   font-family: "Open Sans"; */
  font-size: 18px;
  letter-spacing: 0;
  line-height: 32px;
}

/* section.home_brd ul li img {
  width: unset !important;
} */

section.home_brd .logos_mobile-sec {
  display: none;
}
section.home_client_sec .rwrd_sld .draggable {
  cursor: grab;
  padding: 10px 750px 10px 0px !important;
}
section.home_client_sec {
  padding: 93px 0px 136px 0px !important;
}
section.home_client_sec h2 {
  /* height: 45px;
   width: 549px; */
  color: #5a0a56 !important;
  font-family: Montserrat;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 52px;
  padding-bottom: 33px;
}
section.home_client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd h4 {
  /* height: 45px;
   width: 149px; */
  color: #481540;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 45px;
}
section.home_client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd .small_descr {
  /* height: 24px;
   width: 303px; */
  color: #481540;
  font-family: "Open Sans";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
section.home_client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd .small_pic {
  padding-top: 24px;
}
section.home_client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd .small_pic img {
  border-radius: unset !important;
}
section.home_client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd .small_pic img:first-child {
  float: left;
  padding-right: 25px;
}
section.home_client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd .small_pic img:nth-child(2) {
  padding-top: 8px;
}
section.home_client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd p {
  /* height: 192px;
   width: 570px; */
  opacity: 0.84;
  color: #000000 !important;
  font-family: "Open Sans";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 32px !important;
  padding-top: 37px !important;
  width: 570px;
}
section.home_jnd {
  padding: 105px 0px 0px 0px;
	position:relative;
	overflow:hidden;
}
section.home_jnd::before {
	background-color: #fff5ef;
	 content: "";
  position: absolute;
  width: 101%;
  height: 100%;
  top: 0;
  left: 0;
}
section.home_jnd h2 {
  color: #5a0a56;
  font-family: Montserrat;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 52px;
  padding-bottom: 14px;
  margin-bottom: unset;
  padding-right: unset;
}
section.home_jnd p {
  opacity: 0.84;
  color: #000000;
  font-family: "Open Sans";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 34px;
  padding-bottom: 19px;
}
section.home_jnd h4 {
  opacity: 0.84;
  color: #000000;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
  padding-bottom: 16px;
  padding-top:39px;
}
section.home_jnd ul li{
  width: 970px;
  opacity: 0.84;
  color: #000000;
  font-family: "Open Sans";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 34px;
  padding-left:40px;
	position:relative;
}
section.home_jnd ul li::before{
	content:"";
  background:url(../images/ic-bullet.svg);
	background-repeat:no-repeat;
	width:100%;
	height:100%;
    position:absolute;
    left:0;
    top:8px;
    z-index:2;
/*   padding-left:25px; */
}
section.home_jnd .progress-responsive {
  height: 30px;
  width: 674px;
  opacity: 0.8;
  border-radius: 18px 100px 100px 18px;
  background-color: #fff3eb;
}
section.home_jnd .progress-responsive .ach {
  color: #5a0a56;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.21px;
  line-height: 24px;
  padding: 3px 0;
  width: 100%;
  text-align: right;
  padding-right: 17px;
  position: absolute;
  right: 0;
  top: 0;
}
section.home_jnd .spnsr .progress-responsive .progress-responsive__bar {
  border-radius: 100px 0 0 100px;
  background: linear-gradient(90deg, #9a2787 0%, #dc1f71 100%);
}
section.home_jnd .spnsr::before {
  content: unset;
  position: unset;
  width: 100%;
  height: 100%;
  left: unset;
  top: unset;
  background: unset;
  opacity: unset;
}
section.home_jnd .spnsr {
  padding: unset;
  position: relative;
  background-image: unset;
  background-repeat: unset;
  background-position: unset;
  background-size: unset;
}
section.home_jnd .progress-responsive .light {
  color: #5a0a56;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.21px;
  line-height: 24px;
  text-align: center;
}
section.home_jnd figure div:last-child {
  position: absolute;
  top: 3px;
  left: 16px;
  color: #fff;
  width: fit-content;
  font-size: 0px;
  font-weight: 500;
  letter-spacing: 0.21px;
  line-height: 24px;
  color: #ffffff;
  text-align: left;
}
section.home_jnd .jnd_B {
  padding-top: 60px;
}

section.home_rwrd {
  padding: 10px 0px 120px 0px;
}
section.home_rwrd .rwrd_sld .slick-list {
  padding: 20px 0px;
}
/* section.home_rwrd .hoverdiv img:hover {
  transform: scale(1.1);
  transition: transform 0.5s;
} */
section.home_rwrd .jnd_B_A {
  height: 560px;
  background-color: #5a0a56;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  /* background: url(../images/engage-with-brands.jpg); */
  background-repeat: no-repeat;
  background-position: center top;
  transition: transform 0.5s;
}
section.home_rwrd .jnd_B_A::after {
  content: "";
  position: absolute;
  /* background-color: #5a0a56; */
  background: linear-gradient(180deg, rgba(90,10,86,0.4) 0%, rgba(90,10,86,0.1) 19.75%, rgba(90,10,86,0.2) 69.4%, rgba(90,10,86,0.54) 100%);
  opacity: 0.55;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
section.home_rwrd .hoverdiv .jnd_B_A::after {
  display: none;
}
section.home_rwrd .jnd_B_A img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.home_rwrd .jnd_B_A .jnd_B_A_txt {
  position: absolute;
  z-index: 9;
  left: 32px;
  bottom: 30px;
}
section.home_rwrd .jnd_B_A h4 {
  font-size: 20px;
  line-height: 17px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  max-width: 200px;
}
section.home_rwrd .jnd_B_A h4 span {
  color: #ffb900;
  font-weight: 600;
  font-size: 36px;
}
section.home_rwrd .jnd_B_A .jnd_logo {
  position: absolute;
  z-index: 1;
  top: 24px;
  left: 24px;
}
section.home_rwrd .jnd_B_A .jnd_cntry {
  position: absolute;
  z-index: 1;
  top: 24px;
  right: 24px;
}
section.home_rwrd .jnd_B_A .jnd_cntry img {
  /* width: 70px; */
  margin-top: 8px;
  margin-right: 10px;
}
section.home_rwrd .jnd_B_A .jnd_cntry span {
  display: flex;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 40px;
  text-transform: uppercase;
}

section.home_rwrd .rwrd_sld .draggable {
  cursor: grab;
  padding: 10px 515px 10px 0px;
}
section.home_rwrd .rwrd_sld .rwrd_crd:hover {
  box-shadow: unset;
}

section.home_why_cnlve_wp h2 {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 45px;
  padding-bottom: 15px;
	padding-top:20px;
}
section.home_why_cnlve_wp p {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
}
section.home_why_cnlve_wp p span {
  font-weight: bold;
}
section.home_why_cnlve_wp .rvw {
  width: unset;
}
section.home_why_cnlve_wp .rvw .rvw_tb a.active img {
  border: 3px solid #ffffff;
  border-radius: 50%;
}
section.why_cnlve_wp .rvw .rvw_tb a h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  max-width: unset;
  margin: auto;
  padding-top: 8px;
  font-family: Montserrat;
  letter-spacing: 0;
}
section.why_cnlve_wp .rvw .rvw_tb a h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  padding-top: 8px;
  font-family: Montserrat;
  letter-spacing: 0;
}
section.home_team_woop {
  padding: 97px 0px 72px 30px;
  overflow: hidden;
  background: linear-gradient(90deg, #fffdf7, #fdf6f7 100%);
  position: relative;
}
section.home_team_woop::before {
  content: "";
position: absolute;
width: 128%;
height: 99%;
top: -53px;
left: -14%;
right: 0;
background: #ffffff;
border-radius: 60%;
border-top-right-radius: 0;
border-top-left-radius: 0;
background-position: center;
margin: auto;
}
section.home_team_woop h2 {
  /* height: 45px; */
  /* width: 447px; */
  color: #5a0a56 !important;
  font-family: Montserrat;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 45px;
  padding-left: unset;
}
section.home_team_woop span img {
  width: 100%;
  /* height: 100%; */
}
section.home_team_woop p {
  /* height: 68px; */
  width: 970px;
  opacity: 0.84;
  color: #000000 !important;
  font-family: "Open Sans";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 34px;
  padding-left: unset;
}
/* section.home_team_woop::before {
  background: unset !important;
} */
section.home_team_woop span::before {
  border-top-right-radius: 8px !important;
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
section.home_team_woop span {
  position: relative;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  display: inline-block;
  overflow: hidden;
  border-radius: unset;
  height: 224px;
}
section.home_team_woop .team_img img {
  object-fit: cover;
  height: 100%;
}
.pdng_inn {
  padding: 10px 24px 11px 24px;
}
section.home_team_woop h5 {
  color: #481540;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 19px;
  margin-top: unset;
}
section.home_team_woop ul li {
  float: left;
  margin-right: 26px;
  margin-bottom: 28px;
  cursor: pointer;
  height: 292px;
  width: 30%;
  border-radius: 8px;
  z-index: 9;
  position: relative;
  background-color: #ffffff !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.13);
}

section.home_tried-tested_sec {
  padding: 97px 0px 142px 0px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #fffdf7, #fdf6f7 100%);
}
/* section.home_tried-tested_sec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 107%;
  top: -100px;
  left: 0;
  background-color: #ffffff;
  border-radius: 50%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
} */
section.home_tried-tested_sec h2 {
  color: #642c54;
  font-family: Montserrat;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 52px;
  padding-bottom: 30px;
}
section.home_tried-tested_sec p {
  opacity: 0.84;
  color: #000000;
  font-family: "Open Sans";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 34px;
  padding-left: 25px;
  width: 772px;
  padding-top: 8px;
  height: 68px;
}

section.home_news_sec {
  background: linear-gradient(90deg, #9a2787 0%, #dc1f71 100%);
}
section.home_news_sec .viwall_btn {
  height: 44px;
  width: 205px;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid #ffffff;
  position: relative;
  clear: both;
  float: left;
  line-height: 44px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}

section.woop_global_sites {
  background: linear-gradient(90deg, #9a2787 0%, #dc1f71 100%);
  padding: 118px 0px 80px 0px;
}
section.woop_global_sites h2 {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 43px;
}
section.woop_global_sites p {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 32px;
  padding-bottom: 68px;
  padding-top: 15px;
}
section.woop_global_sites ul {
  padding-left: 25px;
}
section.woop_global_sites ul li {
  height: 112px;
  width: 18%;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.09);
  padding: 18px 10px 14px 24px;
  float: left;
  margin-right: 60px;
  margin-bottom: 64px;
  cursor: pointer;
  transition: transform 0.5s;
}
section.woop_global_sites ul li h6 {
  /* height: 22px; */
  /* width: 46px; */
  color: #481540;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  padding-top: 4px;
}
section.woop_global_sites ul li img {
  border-radius: 50%;
	margin-left:-6px;
	margin-top:-6px;
/*   box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.03); */
}
section.woop_global_sites ul li h6 img {
  padding-left: 12px;
  box-shadow: unset;
  border-radius: unset;
}
section.home_partner-with_us {
  position: relative;
  background-image: url(../images/partner-backbg.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
section.home_partner-with_us .partner_fild-box {
  height: 549px;
}
section.partner-with_us .partner_fild-box textarea {
  height: 132px;
  width: 300px;
  border-radius: 8px;
  border: 1px solid #af2581;
  font-size: 14px;
  font-weight: 600;
  color: #c42279;
  font-family: "Open Sans", sans-serif;
  padding-left: 17px;
  margin-bottom: 15px;
  padding-top: 10px;
	resize: none;
}

section.bnr .press_video .watch-video_btn {
  height: 44px;
  width: 205px;
  border-radius: 8px;
  background-color: #ffffff;
  float: left;
  display: inline-block;
  color: #c42279;
  font-size: 12px;
  font-weight: 600;
  line-height: 44px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  margin-top: 34px;
  text-transform: uppercase;
}
section.bnr .press_video .watch-video_btn span {
  float: left;
  margin-left: 45px;
  margin-right: 12px;
  margin-top: 6px;
}
section.home_team_woop .team_woop_mobile-sec {
  display: none;
}
section.home_why_cnlve_wp .consumers-love {
  display: none;
}
section.home_why_cnlve_wp .consumers_images {
  display: none;
}
/* New css ended */

@media only screen and (min-width: 1700px) {
  .footer .ft_btm-txt ul {
    width: fit-content;
    padding-left: 0;
    float: none;
    margin: 0 auto;
  }
  .footer .ft_btm-txt span {
    padding-left: 0;
    float: right;
  }
}

@media only screen and (min-width: 1600px) {
  .page-template-about section.team_woop_sec ul li {
    width: 330px;
  }
  .page-template-about section.team_woop_sec span {
    width: 100%;
  }
  .page-template-about
    section.read_stories_sec
    .story-slider
    .slick-list.draggable
    .slick-slide.slick-center
    .story-slider-img {
    height: auto;
  }
  .page-template-brand section.team_woop_sec ul li {
    width: 330px;
  }
  .page-template-brand section.team_woop_sec span {
    width: 100%;
    height: 190px;
  }
  .page-template-brand section.team_woop_sec span img {
    height: auto;
  }
  section.team_woop_sec ul li .team_wp_icon {
    height: auto;
  }
}

@media only screen and (max-width: 1600px) and (min-width: 1280px) {
  .bnr .brnCnt h1 {
    line-height: 67px;
  }
  .bnr .brnCnt h2 {
    padding-top: 30px;
  }
  .bnr .brnCnt p {
    padding-bottom: 18px;
  }
  .bnr .scrl_dwn {
    bottom: 1%;
  }
  .bnr .brnCnt .link a {
    margin-top: 25px;
    margin-bottom: 30px;
  }

  section.read_stories_sec .individual-slider .slick-list.draggable {
    padding: 35px 350px 0px 0px !important;
  }

  section.individual-faq {
    background-position: 0 320px;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 1300px) {
  .footer .ft_btm-txt span {
    padding-left: 0px;
    float: right;
  }
  section.individual-faq {
    background-position: 0 345px;
  }
  section.home_rwrd .rwrd_sld .draggable {
    cursor: grab;
    padding: 10px 695px 10px 0px;
  }
  .bnr .brnCnt {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1400px) {
  .footer .ft_btm-txt span {
    padding-left: 0px;
    float: right;
  }
  section.home_rwrd .rwrd_sld .draggable {
    cursor: grab;
    padding: 10px 670px 10px 0px;
  }
  .bnr .brnCnt {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1200px) {
  section.join-team_sec .rwrd_sld .slick-slide {
    height: 480px;
    position: relative;
  }
  section.join-team_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd .apply-btn {
    position: absolute;
    bottom: 30px;
  }
  section.home_rwrd .rwrd_sld .draggable {
    cursor: grab;
    padding: 10px 620px 10px 0px;
  }
  .bnr .brnCnt {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1300px) {
  .container {
    max-width: 1040px;
  }
  section.woop_en_roi ul li {
    width: 302px;
  }
  section.success_stories .tabs {
    width: 1040px;
  }
  section.impact_story_sec ul li {
    width: 300px;
  }
  section.home_rwrd .rwrd_sld .draggable {
    cursor: grab;
    padding: 10px 620px 10px 0px;
  }
}
@media only screen and (max-width: 1050px) {
  .bnr {
    height: auto;
  }
  header .navbar.mobheader-bg {
    background: linear-gradient(90deg, #9a2787 0%, #dc1f71 100%);
  }
  header .navbar.mobheader-bg.white-bg {
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  }
  .footer .social_media-icons ul li {
    margin-right: 25px;
  }
  .footer .ft_btm-txt ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 768px) {
  .bnr {
    height: 100%;
  }
  header .navbar .navbar-toggler-icon {
    background-image: none;
    width: auto;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
  }
  .page-template-template-parts .bnr .brnCnt {
    top: 12%;
    right: 10%;
    left: 6%;
  }
  header .navbar {
    padding: 20px 45px;
  }
  .page-template-template-parts .bnr .brnCnt h1 br {
    display: none;
  }
  .bnr .brnCnt h1 {
    font-size: 34px;
    font-weight: 600;
	  width:510px;
    letter-spacing: -0.76px;
    line-height: 45px;
    color: #ffffff;
  }
  .bnr .brnCnt h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.76px;
    line-height: 40px;
    padding-top: 0px;
  }
	.bnr .brnCnt p {
    font-size: 16px;
}
  .bnr .brnCnt h5 {
    font-size: 19px;
    font-weight: 500;
    line-height: 29px;
    color: #ffffff;
    margin-bottom: 25px;
  }
  .bnr .brnCnt h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
}
  .bnr .brnCnt a {
    margin-right: 15px;
    width: 165px;
    font-size: 10px;
    height: 40px;
    padding: 4px 0px;
  }
  .bnr .brnCnt .boxes {
		width:188px;
   }
	.bnr .brnCnt .link a {
       margin-top: 28px;
    margin-bottom: 18px;
    }
	.bnr .scrl_dwn{
		display:none;
	}
	.Philosophy h2{
		width:100%;
	}
	.Philosophy .frst{
		width:100%;
	}
	.Philosophy .catogry .wdth{
		width:unset;
	}
	.Philosophy .catogry p{
		width:100%;
	}
	section.home_jnd ul li{
		width:100%;
	}
	section.home_team_woop ul li{
		margin-right:36px;
	}
	section.news_sec ul li{
		padding:20px;
		margin-right:22px;
	}
	section.woop_global_sites ul li{
		width:27%;
		margin-right:40px;
	}
	section.home_client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd p{
		width:470px;
	}
	section.home_client_sec .rwrd_sld .draggable{
		padding:10px 420px 10px 0px !important;
	}
	section.home_rwrd .rwrd_sld .draggable{
		padding:10px 300px 10px 0px;
	}
	section.home_rwrd .jnd_B_A{
		height:460px;
	}
  .container {
    max-width: 720px;
  }
  .jnd {
    padding: 30px 0 69px 0;
    padding-bottom: 30px;
  }
  .jnd .jnd_B .jnd_B_A {
    height: 340px;
    background-size: cover;
  }
  .jnd h2 {
    color: #481540;
    padding-right: 140px;
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 40px;
  }
  .jnd p {
    font-size: 14px;
    color: #727272;
    line-height: 26px;
    padding-top: 5px;
  }
  .jnd .jnd_B {
    padding-top: 25px;
  }
  .jnd .jnd_B .jnd_B_A .jnd_B_A_txt {
    position: absolute;
    z-index: 9;
    left: 15px;
    bottom: 15px;
  }
  .jnd .jnd_B .jnd_B_A h4 {
    font-size: 22px;
    line-height: 30px;
    max-width: 200px;
  }
  .brd h2 {
    color: #ffffff;
    font-size: 28px;
    line-height: 40px;
  }
  .brd p {
    font-size: 14px;
    line-height: 32px;
    padding-top: 9px;
    padding-bottom: 20px;
  }
  .brd ul li:nth-child(6) img {
    min-width: 115px;
    height: auto;
  }
  .brd {
    padding-bottom: 20px;
  }
  .rwrd {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .rwrd .rwrd_sld .slick-list {
    padding: 0px 0;
  }
  .rwrd .rwrd_sld .rwrd_crd .rwrd_crd_hd {
    padding: 15px;
  }
  .rwrd .rwrd_sld .rwrd_crd .rwrd_crd_hd h5 {
    font-size: 14px;
  }
  .rwrd .rwrd_sld .rwrd_crd .rwrd_crd_hd .crd_hd_prf {
    width: 50px;
    height: 50px;
  }
  .rwrd h2 {
    color: #481540;
    padding-right: 140px;
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 40px;
  }
  .rwrd .rwrd_sld {
    margin-top: 30px;
  }
  .rwrd .rwrd_sld .rwrd_crd .rwrd_crd_bd h4 {
    font-size: 14px;
    line-height: 30px;
  }
  .rwrd .rwrd_sld .rwrd_crd .rwrd_crd_bd {
    padding: 15px;
  }
  .rwrd .rwrd_sld .rwrd_crd {
    margin-bottom: 15px;
    min-height: 330px;
  }
  .spnsr .spnsr_sld {
    padding: 30px 40px 40px 45px;
    margin-top: 35px;
    padding-bottom: 15px;
  }

  .spnsr .spnsr_sld .slick-next {
    right: -25px;
  }
  .spnsr .spnsr_sld .slick-prev {
    left: -30px;
  }
  .spnsr .spnsr_sld .stud_img {
    width: 70px;
    height: 70px;
  }
  .spnsr .spnsr_sld .sld_nm h4 {
    font-size: 16px;
    line-height: 21px;
  }
  .spnsr .spnsr_sld .sld_nm p {
    font-size: 14px;
  }
  .theme_btn {
    padding: 13px 25px;
  }
  .jn_fb {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .jn_fb h2 br {
    display: none;
  }
  .jn_fb h2 {
    color: #fff;
    font-size: 28px;
    line-height: 40px;
  }
  .jn_fb p br {
    display: none;
  }
  .rwrd .rwrd_sld .rwrd_crd .rwrd_crd_bd h6 {
    font-size: 13px;
    margin-bottom: 10px;
    padding-left: 30px;
    line-height: 19px;
  }
  .rwrd .rwrd_sld .rwrd_crd .rwrd_crd_bd label {
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .jn_fb .fb_grp {
    height: 145px;
  }
  .jn_fb .fb_f_grp {
    height: 315px;
  }
  .spnsr h2 {
    color: #ffffff;
    font-size: 28px;
    line-height: 40px;
  }
  .spnsr .ach {
    font-size: 17px;
    padding-right: 25px;
  }
  .spnsr figure div:last-child {
    font-size: 18px;
  }
  .spnsr p {
    font-size: 16px;
    padding-top: 15px;
  }
  .spnsr .spnsr_sld p {
    font-size: 14px;
  }
  .lv .lv_backbg::before {
    top: 0;
    height: 100%;
  }
  .lv h2 {
    color: #481540;
    padding-right: 140px;
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 40px;
  }
  .lv {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .lv p {
    padding: 16px 0;
    font-size: 14px;
    line-height: 26px;
    padding-top: 5px;
  }
  .testimonial-slider h5 {
    font-size: 14px;
    line-height: 20px;
    padding-top: 15px;
  }
  .slick-initialized .slick-slide.slick-current h5 {
    font-size: 16px;
    line-height: 23px;
  }
  .jn_fb .jn_fb_grp .jn_wp-rght-sec .fb_f_text {
    margin-left: 15px;
    margin-top: 15px;
    font-size: 17px;
    line-height: 23px;
  }
  .jn_fb .fb_f_grp .fb_btn {
    width: 80%;
  }
  .jn_fb .jn_fb_grp .jn_wp-rght-sec a.fb_btn {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 70%;
    height: 35px;
    padding: 1px 0;
    line-height: inherit;
    font-size: 11px;
  }
  .jn_fb .fb_f_grp .fb_f_text {
    margin-left: 15px;
    margin-top: 30px;
    font-size: 22px;
    line-height: 30px;
  }
  .our_goal {
    padding-top: 50px;
    padding-bottom: 90px;
  }
  .our_goal h4 {
    padding-top: 50px;
  }
  .our_goal .ach-join-text {
    font-size: 20px;
    line-height: 48px;
    margin-top: 10px;
  }
  header .navbar.mobheader-bg {
    background: linear-gradient(90deg, #9a2787 0%, #dc1f71 100%);
  }
  header .navbar.mobheader-bg.white-bg {
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  }
  header .white-bg .navbar-toggler-icon {
    color: #481540;
  }
  section.tried-tested_sec .wld_map img {
    width: 100%;
	  z-index:1;
  }
  section.success_stories .tabs {
    width: 95%;
  }
  section.success_stories .tab__content > li.active .content__wrapper .success_container .beauty-img {
    width: 100%;
  }
  section.success_stories .tab__content > li.active .content__wrapper .success_container {
    width: 100%;
  }
  section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont {
    text-align: left;
    padding-top: 10px;
    padding-left: 0;
  }
  section.trustd_brand {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section.client_sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section.read_stories_sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section.news_sec h2 {
    margin-top: 50px;
  }
  section.news_sec {
    min-height: inherit;
    padding-bottom: 50px;
  }
  section.woop_en_roi {
    padding-top: 50px;
  }
  section.woop_en_roi ul li:nth-child(2) {
    margin-right: 0;
  }
  section.woop_en_roi ul li:nth-child(4) {
    margin-right: 0;
  }
  section.woop_en_roi ul li:nth-child(6) {
    margin-right: 0;
  }
  section.woop_en_roi ul li {
    width: 325px;
  }
  .page-template-brand section.woop_en_roi {
    padding-bottom: 0;
  }
  section.woop_en_roi h2 {
    color: #481540;
    padding-right: 140px;
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 40px;
  }
  .page-template-brand section.woop_en_roi::before {
    top: -100px;
  }
  section.woop_deliver {
    padding-top: 50px;
    min-height: inherit;
    padding-bottom: 50px;
  }
  section.woop_deliver h2 {
    color: #ffffff;
    font-size: 28px;
    line-height: 40px;
  }
  section.success_stories .tabs > li {
    font-size: 13px;
    font-weight: 500;
    width: 125px;
    float: left;
    margin: 0 5px;
    height: 50px;
    line-height: 50px;
  }
  section.success_stories {
    margin-top: 50px;
  }
  section.success_stories h2 {
    color: #5a0a56;
    font-size: 28px;
    line-height: 40px;
  }
  section.trustd_brand h2 {
    color: #ffffff;
    font-size: 28px;
    line-height: 40px;
  }
  section.client_sec h2 {
    color: #481540;
    padding-left: 15px;
    position: relative;
  }
  section.client_sec h2 {
    color: #5a0a56;
    font-size: 28px;
    line-height: 40px;
  }
  section.client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd h4 {
    font-size: 18px;
    line-height: 30px;
  }
  section.client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd p {
    font-size: 14px;
    line-height: 26px;
    padding-top: 15px;
  }
  section.client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd span p {
    font-size: 14px;
    line-height: 26px;
  }
  section.why_cnlve_wp h2 {
    color: #ffffff;
    font-size: 28px;
    line-height: 40px;
  }
  section.why_cnlve_wp {
    padding-top: 50px;
  }
  section.read_stories_sec h2 {
    color: #5a0a56;
    font-size: 28px;
    line-height: 40px;
  }
  section.read_stories_sec .story-slider .story-slider-img {
    height: 200px;
  }
  section.read_stories_sec .story-slider .slick-list.draggable .slick-slide.slick-center .story-slider-img {
    height: 250px;
  }
  section.news_sec h2 {
    color: #ffffff;
    font-size: 28px;
    line-height: 40px;
  }
  .page-template-brand section.tried-tested_sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section.tried-tested_sec h2 {
    color: #5a0a56;
    font-size: 28px;
    line-height: 40px;
  }
  section.team_woop_sec h2 {
    color: #ffffff;
    font-size: 28px;
    line-height: 40px;
  }
  section.team_woop_sec {
    padding-top: 50px;
  }
  section.partner-with_us {
    min-height: inherit;
    background-size: cover;
  }
  section.partner-with_us .partner_fild-box {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .page-template-brand section.team_woop_sec ul {
    display: block;
  }
  .page-template-about section.team_woop_sec ul {
    padding-top: 0;
    display: block;
  }
  .page-template-about section.read_stories_sec {
    padding-top: 40px;
  }
  .page-template-about section.team_woop_sec h2 {
    color: #5a0a56;
    font-size: 28px;
    line-height: 40px;
  }
  .page-template-about .team_woop_sec {
    padding-top: 50px;
  }
  .page-template-about section.team_woop_sec .subtxt {
    padding-bottom: 20px;
    font-size: 14px;
    padding-top: 5px;
  }
  section.join-team_sec {
    padding-top: 50px;
  }
  .page-template-about section.join-team_sec {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  section.join-team_sec p {
    font-size: 14px;
    line-height: 28px;
    padding-left: 10px;
    padding-top: 10px;
  }
  section.join-team_sec h2 {
    color: #ffffff;
    font-size: 28px;
    line-height: 40px;
  }
  .page-template-about section.join-team_sec .rwrd_sld .slick-slide {
    display: block;
    width: 47%;
    float: left;
    margin: 0 10px;
    margin-bottom: 35px;
    padding: 25px 20px;
  }
  #rwrd_sldrabt1 {
    position: relative;
  }
  section.join-team_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd p {
    color: #727272;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
    padding-top: 10px;
    padding-left: 0;
    min-height: 170px;
  }
  section.join-team_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd h4 {
    color: #481540;
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    margin-top: 0;
    padding-bottom: 5px;
  }
  .footer .social_media-icons ul li {
    margin-right: 15px;
  }
  .footer .ft_btm-txt ul li {
    float: left;
    font-size: 9px;
    line-height: 20px;
    border-right: 1px solid #ffffff;
    padding-left: 7px;
    padding-right: 7px;
  }
  .footer .ft_btm-txt span {
    font-size: 10px;
  }
  .footer ul li {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .footer p {
    font-size: 13px;
  }
  section.impact_story_sec {
    background: #fff;
    padding-top: 45px;
  }
  section.impact_story_sec h2 {
    color: #5a0a56;
    font-size: 28px;
    line-height: 40px;
  }
  section.impact_story_sec p {
    font-size: 15px;
    line-height: 26px;
    width: 80%;
    padding-left: 115px;
  }
  .page-template-press .bnr .brnCnt h1 {
    width: 90%;
  }
  .page-template-press .bnr .brnCnt .featured-text {
    margin-bottom: 25px;
  }
  section.press_sec h2 {
    color: #5a0a56;
    font-size: 28px;
    line-height: 40px;
    padding-top: 0;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  section.press_sec ul li p {
    font-size: 14px;
  }
  .page-template-faqs header .navbar .navbar-toggler-icon {
    color: #481540;
  }

  .page-template-faqs header .navbar.mobheader-bg {
    background: #fff;
  }
  .page-template-faqs header .navbar.mobheader-bg ul.navbar-nav li a.nav-link {
    color: #481540;
  }
  .page-template-faqsdetails header .navbar.mobheader-bg {
    background: #fff;
  }
  .page-template-faqsdetails header .navbar .navbar-toggler-icon {
    color: #481540;
  }
  .page-template-faqsdetails header .navbar.mobheader-bg ul.navbar-nav li a.nav-link {
    color: #481540;
  }
  .page-template-privacypolicy header .navbar.mobheader-bg {
    background: #fff;
  }
  .page-template-privacypolicy header .navbar.mobheader-bg {
    background: #fff;
  }
  .page-template-privacypolicy header .navbar.mobheader-bg ul.navbar-nav li a.nav-link {
    color: #481540;
  }
  .page-template-faqs section.woop_en_roi ul li a {
    display: inline-block;
    width: 100%;
  }
  .page-template-faqs section.woop_en_roi {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  section.faq-woop h2 {
    margin-top: 40px;
    color: #5a0a56;
    font-size: 28px;
    line-height: 40px;
  }
  .page-template-faqs section.woop_en_roi ul li {
    height: 165px;
    width: 47%;
  }
  .page-template-faqs section.woop_en_roi p {
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    padding-top: 10px;
  }
  .page-template-faqs section.woop_en_roi p br {
    display: none;
  }
  section.woop_en_roi ul h5 {
    font-size: 16px;
    line-height: 18px;
  }
  .page-template-faqs section.woop_en_roi ul p {
    font-size: 14px;
    line-height: 30px;
    padding-top: 10px;
  }
  .page-template-privacypolicy header .navbar .navbar-toggler-icon {
    color: #481540;
  }
  .page-template-privacypolicy section.individual-faq h2 {
    color: #5a0a56;
    font-size: 28px;
    line-height: 40px;
  }
  .page-template-privacypolicy section.individual-faq {
    padding-top: 90px;
    padding-bottom: 50px;
  }
  .page-template-privacypolicy section.individual-faq h2 {
    color: #5a0a56;
    font-size: 28px;
    line-height: 40px;
    padding-top: 35px;
  }
  .page-template-faqs section.woop_en_roi::before {
    top: 0;
    height: 95%;
  }
  section.individual-faq p {
    color: #727272;
    font-size: 14px;
    line-height: 28px;
    position: relative;
    text-align: left;
    padding-bottom: 15px;
  }
section.individual-faq strong {
    font-weight: bold !important;
}
  .page-template-privacypolicy section.individual-faq .accordion h2 {
    padding-top: 0;
  }
  .page-template-privacypolicy section.individual-faq .accordion .card .card-header {
    background: transparent;
    border: 0;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-template-privacypolicy section.individual-faq::before {
    content: "";
    position: absolute;
    width: 204%;
    height: 100%;
    top: -35px;
    left: -50%;
  }

  .page-template-brand section.success_stories .tab__content > li.active .content__wrapper {
    padding-bottom: 0;
  }
  .page-template-brand section.client_sec .rwrd_sld .draggable {
    padding: 10px 225px 10px 0;
  }
  section.success_stories .tabs > li.active:after {
    content: "";
    background-size: 100%;
    left: -31px;
    bottom: -52px;
    width: 187px;
    height: 60px;
    background-repeat: no-repeat;
  }
  .tab-5 {
    max-width: 35%;
  }
  .tab-7 {
    max-width: 65%;
    flex: 0 0 65%;
  }
  .tab-mrgin-0 {
    margin-left: 0;
  }
  .spnsr-tab-wdth {
    max-width: 80%;
  }
  section.woop_deliver .woop_video {
    width: 100%;
    height: 390px;
  }
  section.woop_deliver .woop_video iframe {
    width: 100%;
    height: 100%;
  }
  section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont ul li h4 {
    font-size: 16px;
  }
  section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont ul li p {
    font-size: 12px;
    line-height: 22px;
    padding-right: 10px;
  }
  section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont ul li h4 {
    font-size: 16px;
    line-height: 30px;
  }
  section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont ul {
    margin-bottom: 20px;
  }
  section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont p {
    font-size: 14px;
    line-height: 23px;
    padding-right: 22px;
  }
  section.woop_en_roi p br {
    display: none;
  }
  section.why_cnlve_wp .woop_video iframe {
    height: 390px;
  }
  section.tried-tested_sec p {
    font-size: 15px;
    line-height: 28px;
    width: 95%;
    padding-left: 30px;
  }
  section.tried-tested_sec .tried_img {
    width: 128%;
    height: 48px;
  }
  .modal.homemodal .modal-dialog {
    width: 90%;
    max-width: 100%;
  }
  .modal.homemodal .modal-dialog iframe {
    height: 390px;
  }
  .lv .lv_backbg .primary_btn {
    margin-top: 10px;
  }
  .spnsr .spnsr_sld .spnsr_sldr {
    height: 260px;
  }
}

@media only screen and (max-width: 767px) {
  .join_slider_mobile .slick-slide {
    display: block;
  }
  .join_slider_mobile {
    position: relative;
  }
  section.success_stories .tab__content {
    min-height: 823px !important;
  }
  section.news_sec .viwall_btn {
    width: 205px;
    border-radius: 8px;
    background-color: #ffffff;
    color: #c42279;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    /* line-height: 17px; */
    text-align: center;
  }
  .woopfor-cls {
    padding-left: 15px;
  }
  .team-slidermob {
    margin-top: 5px;
  }
  header .navbar {
    padding: 20px 30px;
  }
  header .navbar.mobheader-bg {
    background: linear-gradient(90deg, #9a2787 0%, #dc1f71 100%);
  }
  header .navbar.mobfxd {
    background: linear-gradient(90deg, #9a2787 0%, #dc1f71 100%);
  }
  .bnr .brnCnt h5 {
    margin-bottom: 0;
    font-family: Montserrat;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 28px;
  }
  .testimonial-slider {
    width: 100%;
    border-radius: 8px;
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 22px;
  }
  .testimonial-slider .rvw_tb_pn {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    padding: 24px 24px 20px 24px;
  }
  .testimonial-slider .rvw_tb_pn p {
    font-weight: 400;
    padding-top: 18px;
    padding-bottom: 16px;
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 22px;
  }
  .testimonial-slider h5 {
    font-size: 14px;
    font-weight: bold;
  }
  .slick-initialized .slick-slide.slick-current h5 {
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
  }
  header .navbar .navbar-light .navbar-toggler {
    border: 0;
    right: 0;
    padding: 0;
  }
  .navbar-light .navbar-toggler {
    border: 0;
    padding-right: 0;
  }
  .theme_btn {
    width: 100%;
    margin-bottom: 24px;
  }
  header .navbar .navbar-toggler-icon {
    background-image: url(../images/menuicon.svg);
    background-repeat: no-repeat;
    width: 65px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    text-align: right;
    background-size: 13px;
    background-position: 0 4px;
    height: 15px;
    margin-top: -13px;
  }
  header .navbar ul.navbar-nav {
    background: transparent;
  }
  header .navbar ul.navbar-nav li {
    background: transparent;
    padding-left: 0;
  }
  header .navbar ul.navbar-nav li a.nav-link {
    color: #403838;
  }
  header .navbar ul.navbar-nav li .btn-outline-success {
    border: 1px solid #423838;
    border-radius: 8px;
    width: 100px;
    height: 44px;
    font-size: 12px;
    color: #403838;
    font-size: 12px;
    letter-spacing: 0.69px;
    line-height: 17px;
    text-align: center;
  }
  header .white-bg .navbar-toggler-icon {
    color: #481540;
    background-image: url(../images/menuicon-dark.svg);
  }
  header .white-bg ul.navbar-nav {
    padding-top: 5px;
  }
  header .white-bg ul.navbar-nav li {
    padding-left: 0;
  }

  .bnr {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-position: 75% top;
    height: 590px;
    background-size: cover;
  }
  .press_bnr {
    height: 640px;
    background-image: url(../images/impact-banner.svg);
  }
  .bnr img {
    display: none;
  }
  .bnr .brnCnt .watch-video_btn span img {
    display: block;
    padding-top: 5px;
  }
  .primary_btn span img {
    display: inline-block;
  }
  .fb_btn span img {
    display: inline-block;
    width: 17px;
    height: 17px;
    top: 3px;
  }
  .bnr .brnCnt {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 26px;
    right: 26px;
    top: 13%;
  }
  .press_bnr .brnCnt {
    top: 21%;
  }
  .bnr .brnCnt h1 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.12px;
    line-height: 40px;
  }
  .press_bnr .brnCnt h1 {
    width: 274px;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.12px;
    line-height: 40px;
  }
  .bnr .brnCnt h1 br {
    display: none;
  }
  /* new section */
	.mbl_bnr_ft{	
/*      height: 173px; */
/*      width: 360px; */
     background: linear-gradient(90deg, #9A2787 0%, #DC1F71 100%);
	 padding:30px 30px 21px 30px;
	}
	
 .mbl_bnr_ft .boxes {
  float: left;
  margin:0 auto;
  width: 33.3%;
  text-align: -webkit-center;
	 padding-bottom:28px;
}
 .mbl_bnr_ft h2 {
  width: 90px;
  color: #FFB900;
  font-family: Montserrat;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.42px;
  line-height: 24px;
  text-align: center;
	 padding-bottom:7px;
  }
  .mbl_bnr_ft h6 {
  width: 80px;
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -0.38px;
  line-height: 14px;
  text-align: center;
  }
	.mbl_bnr_ft .thrdbx h6{
		 width: 88px;
	}
  .bnr .brnCnt .link a {
    margin-top: 58px;
    margin-bottom: 28px;
  }
  .mbl_bnr_ft .cntnt p {
/*    width: 298px; */
   color: #FFFFFF;
   font-family: "Open Sans";
   font-size: 10px;
   letter-spacing: 0;
   line-height: 18px;
  }
/*   .bnr .brnCnt .frstbx {
    width: 149px;
  }
  .bnr .brnCnt .scndbx {
    width: 155px;
  }
  .bnr .brnCnt .thrdbx {
    width: 192px;
  } */
	
  .Philosophy {
    padding: 47px 0px 71px 15px;
    overflow: hidden;
    position: relative;
  }
  .Philosophy::before {
    top: 0;
    height: 99%;
    width: 266%;
    left: -83% !important;
  }
  .Philosophy h2 {
    font-size: 24px;
    width: 298px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 32px;
  }
  .Philosophy .frst {
    font-size: 16px;
    width: 100%;
    letter-spacing: 0;
    line-height: 28px;
	  padding-bottom:unset;
  }
  .Philosophy .catogry h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 45px;
	  padding-top:unset;
  }
  .Philosophy .catogry p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
	  height:118px;
  }
	.Philosophy .catogry img{
		padding-top:56px;
	}
  section.home_brd {
    padding: 48px 0px 41px 0px !important;
  }
  section.home_brd h2 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 33px;
  }
  section.home_brd .logos_desk-sec {
    display: none;
  }
  section.home_brd .logos_mobile-sec {
    display: block;
  }
  section.home_brd p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
  }

  section.home_jnd {
    padding: 47px 15px 50px 15px;
  }
	section.home_jnd ul li{
  width: 100%;
  opacity: 0.84;
  color: #000000;
  font-family: "Open Sans";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  padding-left:40px;
}
  section.home_jnd .progress-responsive {
    width: 100%;
  }
  section.home_jnd .progress-responsive .ach {
    text-align: left;
  }
  section.woop_global_sites {
    padding: 48px 0px 38px 15px;
  }
  section.woop_global_sites h2 {
    width: 238px;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 33px;
  }
  section.woop_global_sites p {
    width: 298px;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
    padding-bottom: 30px;
  }
  section.woop_global_sites ul {
    padding-left: 0px;
  }
  section.woop_global_sites ul li {
    height: 100px;
    width: 138px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.09);
    padding: 16px 10px 11px 16px;
    float: left;
    margin-right: 18px;
    margin-bottom: 22px;
    cursor: pointer;
    transition: transform 0.5s;
  }
  section.woop_global_sites ul li h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    padding-top: 3px;
  }
	section.home_jnd ul li::before{
    top:3px;
}
  section.tried-tested_sec .tried_img::after {
    display: none;
  }
  section.home_team_woop .team_woop_desk-sec {
    display: none;
  }
  section.home_team_woop .team_woop_mobile-sec {
    display: block;
  }
  /* new section */
  .bnr .brnCnt .primary_btn {
    width: 100%;
    line-height: 32px;
  }
  .bnr .brnCnt .fb_btn {
    width: 100%;
    margin-top: 24px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .bnr .scrl_dwn a img {
    width: 25px;
    display: none;
    margin: 0 auto;
  }
  .bnr .brnCnt p {
    padding-bottom: 8px;
    padding-top: 20px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
  }
  .lv .rvw {
    margin-top: 0;
  }
  .jnd {
    padding: 40px 15px 15px 15px;
  }
  .jnd h2 {
    padding-right: 0;
    color: #481540;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 33px;
    margin-bottom: 2px;
  }
  section.home_jnd h2 {
    width: 298px;
    color: #481540;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 32px;
  }
  .jnd p {
    color: #727272;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 23px;
    padding-top: 10px;
  }
  section.home_jnd p {
    width: 298px;
    opacity: 0.84;
    color: #000000;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
  }
  section.home_jnd h4 {
    width: 298px;
    opacity: 0.84;
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
  }
  section.home_jnd .progress-responsive .ach {
    /* width: 195px; */
    opacity: 1;
    color: #000000;
    font-family: "Open Sans";
    font-size: 12px;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 600;
  }
  section.home_jnd .progress-responsive .light {
    opacity: 1;
    color: #000000;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 28px;
  }
	section.home_rwrd .jnd_B_A h4 {
  font-size: 16px;
  line-height: 12px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  max-width: 200px;
}
section.home_rwrd .jnd_B_A h4 span {
  color: #ffb900;
  font-weight: 600;
  font-size: 26px;
}
section.home_rwrd .jnd_B_A .jnd_logo {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 16px;
}
section.home_rwrd .jnd_B_A .jnd_cntry {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 16px;
}
	section.home_rwrd .jnd_B_A .jnd_B_A_txt {
    position: absolute;
    z-index: 9;
    left: 16px;
    bottom: 20px;
	}
  .jnd p br {
    display: none;
  }
  .jnd .jnd_B .jnd_B_A {
    height: 152px;
    background-color: #5a0a56;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
    background-position: center top;
    background-size: cover;
    width: 100%;
  }
  .jnd .jnd_B .jnd_B_A h4 {
    font-size: 16px;
  }
  .jnd .jnd_B .jnd_B_A h4 br {
    display: none;
  }
  .jnd .jnd_B .jnd_B_A .jnd_B_A_txt {
    left: 16px;
    bottom: 10px;
  }
  .jnd .jnd_B {
    padding-top: 20px;
  }
  .spnsr .progress-responsive {
    width: 90%;
    position: relative;
    margin-top: 0;
    display: inline-block;
    left: 5%;
  }
  section.home_jnd .spnsr .progress-responsive {
    width: 90%;
    position: relative;
    margin-top: 0;
    display: inline-block;
    left: 0;
  }
  section.partner-with_us::before {
    display: none;
  }
  .jnd .jnd_B .jnd_B_A::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0.65;
    border-radius: 8px;
    background-color: #5a0a56;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  }
  section.home_rwrd {
    padding: 10px 0px 50px 0px;
  }
  section.home_rwrd .rwrd_sld .draggable {
    cursor: grab;
    padding: 10px 70px 10px 0px;
  }
  section.home_rwrd .jnd_B_A {
    height: 340px;
    width: 270px;
  }

  .rwrd h2 br {
    display: none;
  }
  .spnsr .spnsr_sld {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 6px;
    padding: 29px 48px 40px 30px;
    margin-top: 160px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.03);
    padding-bottom: 0;
  }
  .spnsr .spnsr_sld .sld_log {
    display: none;
  }
  .spnsr .spnsr_sld .sld_nm h4 {
    color: #000000;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
  }
  .spnsr .spnsr_sld .sld_nm p {
    padding: 0;
    margin: 0;
    padding-top: 3px;
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
  }
  section.lv {
    padding: 32px 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    background: transparent;
  }
  section.lv:before {
    display: none;
  }
  section.lv h2 {
    color: #481540;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 33px;
  }
  section.lv p {
    color: #727272;
    font-size: 13px;
    line-height: 23px;
  }
  section.lv .primary_btn {
    width: 100%;
  }
  section.lv .rvw .rvw_tb_pn {
    padding: 22px 22px 20px 22px;
  }
  section.lv .rvw .rvw_tb_pn p {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
  }
  section.lv .rvw .rvw_tb {
    height: 110px;
  }
  section.lv .rvw .rvw_tb a .rvw_tb_img {
    width: 55px;
    height: 55px;
  }
  section.lv .rvw .rvw_tb a h5 {
    color: #ffffff;
    font-size: 10.8px;
    font-weight: 600;
    line-height: 15px;
    text-align: center;
  }
  section.lv .rvw .rvw_tb a.active .rvw_tb_img {
    width: 65px;
    height: 65px;
    animation: inherit;
  }
  section.lv .rvw .rvw_tb a.active h5 {
    color: #ffffff;
    font-size: 10.8px;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
  }

  .spnsr h2 {
    padding-left: 15px;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 33px;
  }
  .spnsr .spnsr_sld .slick-prev {
    left: -51px;
    top: 50%;
  }
  .spnsr .spnsr_sld .slick-next {
    right: -50px;
    top: 55%;
  }
  .spnsr .spnsr_sld .slick-next:before {
    color: transparent;
    background-image: url(../images/arrow-right-mob.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
  }
  .spnsr .spnsr_sld .slick-prev:before {
    color: transparent;
    background-image: url(../images/arrow-right-mob.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
  }
  .spnsr {
    padding: 32px 0;
    position: relative;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 160%;
    background: linear-gradient(90deg, #dc1f71 0%, #9a2787 100%);
    padding-bottom: 32px;
    height: auto;
  }
  .lv .lv_backbg .primary_btn {
    width: 100%;
  }
  .spnsr:before {
    top: 195px;
    height: 619px;
    background: url(../images/impact-bg-home.jpg);
    background-repeat: no-repeat;
    background-position: 92% 68px;
    background-size: 160%;
    opacity: 1;
  }
  .spnsr p {
    color: #fff;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 23px;
    padding-top: 15px;
    padding-left: 15px;
  }
  .testimonial-slider .rvw_tb_pn {
    padding: 24px;
  }
  .spnsr .spnsr_sld p {
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 26px;
    padding-left: 0;
    margin-bottom: 18px;
  }
  .spnsr .progress {
    display: none;
  }
  .spnsr .progress .ach {
    display: none;
  }
  .brd_backbg {
    padding: 0 15px;
  }
  .brd h2 {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.09px;
    line-height: 35px;
  }
  .brd p {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 29px;
    padding-right: 3%;
    padding-bottom: 0;
  }
  .brd .mob-hide {
    display: none;
  }
  .brd ul {
    display: inline-block;
    width: 100%;
  }
  .brd ul li {
    width: 50%;
    min-height: 85px;
  }
  .brd ul li img {
    margin: 0 auto;
    min-width: inherit !important;
    max-width: inherit !important;
    width: 90px;
    height: auto;
  }
  .brd .logos_mobile-sec {
    padding-bottom: 0px;
  }
  .brd ul.frst li:nth-child(1) {
    padding-left: 15px;
  }
  .brd ul.frst li:nth-child(1) img {
    width: 50px;
    height: 22px;
  }
  .brd ul.frst li:nth-child(2) img {
    width: 100px;
    height: 18px;
  }
  .brd ul.frst li:nth-child(3) img {
    width: 89px;
    height: 39px;
  }
  .brd ul.frst li:nth-child(4) img {
    width: 90px;
    height: 16px;
  }
  .brd ul.frst li:nth-child(5) img {
    width: 78px;
    height: 43px;
  }
  .brd ul.frst li:nth-child(6) {
    padding-left: 20px;
  }
  .brd ul.frst li:nth-child(6) img {
    width: 43px;
    height: 48px;
  }
  .brd ul.scnd li:nth-child(1) img {
    width: 65px;
  }
  .brd ul.scnd li:nth-child(2) img {
    width: 100px;
    height: auto;
  }
  .brd ul.scnd li:nth-child(3) img {
    width: 70px;
  }
  .brd ul.scnd li:nth-child(4) img {
    width: 89px;
  }
  .rwrd {
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 15px;
  }
  .rwrd .rwrd_sld {
    margin-top: 0;
  }
  .rwrd .rwrd_sld .draggable {
    padding-top: 20px;
    padding: 10px 30px 10px 0px;
    height: inherit !important;
  }
  .brd .brd_backbg::before {
    position: absolute;
    width: 185%;
    height: 107%;
    top: -100px;
    left: -48%;
  }
  .rwrd h2 {
    padding-left: 15px;
    color: #481540;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    padding-right: 25px;
    letter-spacing: 0.09px;
    line-height: 35px;
    width: 90%;
  }
  .rwrd .rwrd_wrp {
    width: 100%;
    margin-left: 15px;
  }

  .jn_fb {
    padding-top: 32px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .jn_fb .fb_grp {
    height: 152px;
    margin-bottom: 20px;
  }
  .jn_fb .jn_fb_grp .jn_wp-rght-sec .fb_f_text {
    position: absolute;
    top: 0;
    margin-left: 8%;
    margin-top: 22px;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
  }
  .jn_fb .jn_fb_grp .jn_wp-rght-sec a.fb_btn {
    width: auto;
    margin-left: 8%;
    margin-right: 8%;
  }
  .jn_fb .jn_fb_grp .jn_wp-rght-sec a.fb_btn {
    margin-bottom: 20px;
    height: 36px;
    line-height: 36px;
    padding-top: 0;
  }
  /* .jn_fb .jn_fb_grp .jn_wp-rght-sec .fb_f_text br {
  } */
  .jn_fb .jn_fb_grp .jn_wp-rght-sec .fb_f_text span {
    font-weight: 500;
    color: #ffb900;
  }
  .jn_fb h2 {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 33px;
  }
  .jn_fb h2 br {
    display: none;
  }
  .jn_fb p {
    padding-left: 0;
    display: none;
  }
  .jn_fb .fb_f_grp {
    margin-bottom: 20px;
    height: 152px;
  }

  .our_goal {
    padding-left: 17px;
    padding-top: 0;
    padding-bottom: 10px;
    padding-right: 17px;
  }

  .footer {
    padding-left: 30px;
    padding-top: 30px;
    height: auto;
    width: 100%;
  }
  .footer p {
    padding-top: 25px;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 36px;
  }

  section.client_sec .rwrd_sld .draggable {
    cursor: grab;
    padding: 10px 10px 10px 0;
  }
  section.home_client_sec .rwrd_sld .draggable {
    padding: 10px 10px 10px 0 !important;
  }
  .footer ul li span {
    font-weight: 600;
    font-size: 16px;
  }

  .footer .ft_btm-txt ul {
    width: 100%;
    padding-bottom: 15px;
  }
  .footer .ft_btm-txt ul li {
    padding-right: 5px;
  }
  .footer .ft_btm-txt span {
    line-height: 34px;
  }
  .footer .foter-logo {
    margin-top: 15px;
    width: 60px;
  }
  .footer .foter-logo img {
    width: 100%;
    height: auto;
  }
  .footer .form-control {
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .footer .ft_btm-txt {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer .ft_btm-txt ul li a {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    text-align: center;
  }
  .footer .social_media-icons {
    width: 100%;
    margin-top: 30px;
  }
  .footer .social_media-icons ul {
    width: unset;
    position: absolute;
    right: 0;
    top: 10px;
  }
  .footer .first_align {
    /* -ms-flex-order: 1;
    order: 1; */
    position: absolute;
    margin-top: unset;
  }
  .footer .social_media-icons ul li {
    margin-right: unset;
    margin-left: 25px;
  }
	.footer .social_media-icons ul li:first-child{
		padding-top:3px;
	}
  .mobile_pading_footer {
    padding-top: 55px;
  }
  /* .footer .snd_align {
    -ms-flex-order: 2;
    order: 2;
  }
  .footer .third_align {
    -ms-flex-order: 3;
    order: 3;
  } */
  body.page-template-brand .bnr {
    /*    height:100vh; */
  }
  body.page-template-brand .bnr .brnCnt {
    top: 16%;
  }
  section.woop_deliver {
    padding-top: 40px;
    padding-left: 0;
    min-height: inherit;
    overflow: inherit;
    padding-bottom: 20px;
  }
  section.woop_deliver h2 {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.09px;
    line-height: 35px;
    padding-right: 10%;
    padding-left: 30px;
  }
  .jn_fb .mobile-position {
    position: relative;
  }
  .jn_fb .mobile-position img {
    position: absolute;
    top: -170px;
  }
  .jn_fb .mobile-position::hover img {
    z-index: 2;
  }
  .jn_fb .fb_f_grp::before {
    z-index: 1;
  }
  .jn_fb .fb_f_grp .fb_btn {
    z-index: 2;
  }
  .jn_fb .fb_f_grp .fb_f_text span {
    position: relative;
    z-index: 2;
  }
  .jn_fb .fb_f_grp .fb_f_text {
    z-index: 2;
  }
  section.woop_deliver .woop_bg .container {
    padding: 0;
  }
  section.woop_deliver .woop_video {
    width: 85%;
    height: 195px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  section.woop_deliver .woop_video iframe {
    border-radius: 0;
    height: 100%;
  }
  section.woop_en_roi {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
/*     display: inline-block; */
    padding-bottom: 15px;
	      max-width: 100%;
  }
  section.woop_deliver .woop_bg::before {
    top: 0;
    border-radius: 0;
    height: 100%;
  }
  section.woop_en_roi::before {
    top: 0;
    height: 99%;
    width: 240%;
    left: -70% !important;
  }
  section.woop_deliver::before {
    height: auto;
  }
  section.woop_en_roi h2 {
    color: #481540;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 33px;
  }
  section.woop_en_roi p {
    color: #727272;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 23px;
  }
  section.woop_en_roi ul {
    position: relative;
    margin-top: 45px;
  }
  section.woop_en_roi p br {
    display: none;
  }
  section.woop_en_roi ul li {
    width: 100%;
    height: 125px;
  }
  section.woop_en_roi ul h5 {
    margin-top: 16px;
  }
  section.woop_en_roi ul p {
    padding-top: 10px;
  }
  section.home_woop h2 {
    width: 298px;
  }
  section.home_woop p {
    width: 298px;
  }
  section.home_woop ul p {
    width: 100%;
  }
  section.success_stories {
    clear: both;
    overflow: hidden;
    margin-top: 30px;
  }
  section.success_stories .tab__content > li.active .content__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.success_stories .tab__content > li.active .content__wrapper .success_container .beauty-img {
    width: 100%;
    position: relative;
  }

  section.success_stories .tab__content > li.active .content__wrapper .success_container .beauty-img img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }
  section.success_stories .tab__content > li.active .content__wrapper .success_container .beauty-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 402px;
    background: #c42279;
    top: 0;
    z-index: 999;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    opacity: 0.5;
  }
  section.success_stories .tab__content > li.active .content__wrapper .success_container {
    width: 100%;
    margin-bottom: 0;
  }
  section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -150px;
    position: relative;
    z-index: 999;
    height: 620px;
  }
  section.success_stories .wrapper .mobtab-li {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  section.success_stories .tabs > li {
    width: 150px;
    height: 60px;
    line-height: 60px;
    letter-spacing: 1.5px;
  }
  section.success_stories .tabs > li.active {
    color: #50555a;
    font-weight: bold;
    color: #481540;
    background: #ffcd6e;
  }
  section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont .case-study_btn {
    display: none;
  }
  section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont h4 {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
  }
  section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont h3 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
  }
  section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont p {
    color: #727272;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont ul {
    margin-bottom: 10px;
  }
  section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont ul li {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    padding-left: 0;
    display: flex;
    align-items: center;
    height: 55px;
  }
  section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont ul li:last-child {
    border-bottom: none;
  }
  section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont ul li h4 {
    width: 50%;
    float: left;
    line-height: inherit;
    font-size: 20px;
  }
  section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont ul li p {
    width: 70%;
    float: left;
    line-height: inherit;
    margin-bottom: 0;
  }
  .page-template-brand .slick-dotted.slick-slider {
    margin-bottom: 25px;
    width: 100%;
    margin-top: 25px;
  }
  section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont ul li p br {
    display: none;
  }
  section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont .theme_btn {
    width: 100%;
    margin-bottom: 40px;
  }
  section.success_stories .tab__content > li.active .content__wrapper {
    padding-bottom: 0;
    background: linear-gradient(350.71deg, #ffffff 32%, #ffcd6e 68%);
  }
  section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont .suces_brnd_lgo {
    display: none;
  }
  section.success_stories h2 {
    padding-left: 15px;
    color: #481540;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 33px;
  }
  section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont h5 {
    padding-top: 30px;
    padding-bottom: 5px;
  }
  section.success_stories .wrapper {
    width: 100%;
    margin: 0 auto;
    margin-top: 24px;
  }
  .mobsep {
    width: 100%;
    position: relative;
    display: contents;
  }
  section.trustd_brand {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section.trustd_brand ul li img {
    max-width: inherit;
    margin: auto;
    width: 110px;
    height: auto;
  }
  section.trustd_brand h2 {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 33px;
  }
  .testimonial-slider .content-shrinker {
    margin-top: 32px;
  }
  section.trustd_brand p {
    padding-bottom: 0;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 23px;
  }
  section.trustd_brand ul li {
    width: 50%;
    display: flex;
  }
  section.trustd_brand .brd_backbg::before {
    width: 150%;
    height: 110%;
    top: -100px;
    left: -27%;
  }
  section.client_sec .rwrd_wrp {
    width: 100%;
  }
  section.client_sec {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  section.home_client_sec {
    padding: 47px 0px 70px 0px !important;
  }
  section.client_sec .rwrd_sld {
    margin-top: 20px;
  }
  section.client_sec h2 {
    color: #5a0a56;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.09px;
    line-height: 35px;
    padding-left: 30px;
  }
  section.home_client_sec h2 {
    width: 298px;
    color: #481540;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 33px;
    padding-left: 30px;
  }
  section.client_sec::before {
    width: 170%;
    height: 108%;
    top: -80px;
    left: -36%;
  }
  section.why_cnlve_wp .woop_bg::before {
    top: 0;
  }
  section.why_cnlve_wp {
    padding: 25px 15px 40px 15px;
    overflow: hidden;
  }
  section.why_cnlve_wp h2 {
    width: 274px;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 33px;
    padding-bottom: 14px;
  }
  section.home_why_cnlve_wp p {
    width: 100%;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
    padding-bottom: 35px;
  }
  section.home_why_cnlve_wp p span {
    font-weight: 600;
  }
  section.why_cnlve_wp .woop_video {
    margin-top: 20px;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    width: 92%;
    margin: 0 auto;
    margin-top: 15px;
    height: 195px;
  }
  section.why_cnlve_wp .woop_video iframe {
    border-radius: 0;
    background-color: #c422790a;
  }
  section.why_cnlve_wp .rvw .rvw_tb a h5 {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 10.8px;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
  }
  section.why_cnlve_wp .rvw {
    margin-top: 25px;
    width: 100%;
  }
  section.read_stories_sec h2 {
    padding-left: 30px;
    position: relative;
    color: #5a0a56;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.09px;
    line-height: 35px;
    padding-right: 25px;
  }
  .page-template-brand section.tried-tested_sec {
    padding-top: 0px;
    padding-bottom: 60px;
    background: linear-gradient(90deg, #fffdf7, #fdf5f9 100%);
    position: relative;
    overflow: hidden;
  }
  section.read_stories_sec {
    padding-top: 25px;
    padding-bottom: 0;
  }
  section.read_stories_sec span {
    margin-left: 30px;
  }
  section.read_stories_sec p {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 13px;
    line-height: 23px;
  }
  section.read_stories_sec .story_btn {
    margin-left: auto;
    order: 2;
    width: 85%;
    margin-bottom: 40px;
    margin-right: auto;
  }

  section.read_stories_sec .story-slider {
    order: 1;
    height: auto;
    min-height: 255px;
  }
  section.read_stories_sec .story-slider .slick-list.draggable .slick-slide.slick-center .story-slider-img {
    height: 255px;
    margin-top: 0;
  }
  section.read_stories_sec {
    min-height: inherit;
    padding-top: 40px;
  }
  section.read_stories_sec .story-slider .story-slider-img {
    margin-left: 25px;
    margin-right: 5px;
    height: 200px;
  }
  section.news_sec h2 {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.09px;
    line-height: 35px;
    margin-top: 25px;
  }
  section.news_sec {
    padding-left: 15px;
    padding-bottom: 25px;
    padding-right: 15px;
  }
  section.news_sec ul li {
    margin-right: 0;
    width: 100%;
    height: 176px;
    padding: 25px 25px 20px 28px;
  }
  section.news_sec ul li.show {
    background-position: 85% 80%;
  }
  section.news_sec ul li p {
    width: 246px;
    color: #000000;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22.8px;
    min-height: 82px;
  }
  /* section.tried-tested_sec {
    background: #fff;
    padding-top: 47px;
    padding-bottom: 63px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #fffdf7, #fdf6f7 100%);
  }
  section.tried-tested_sec::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    border-radius: 50%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  } */
  section.tried-tested_sec {
    background: linear-gradient(90deg, #fffdf7, #fdf6f7 100%);
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
	  padding-top:47px
  }
/*   section.home_tried-tested_sec::before {
    border-radius: 50%;
    width: 180%;
    height: 111%;
    top: -84px;
    left: -41% !important;
  } */
	section.tried-tested_sec .wld_map{
		margin-top:unset;
		padding-top:50px;
	}
  section.tried-tested_sec .wld_map img {
    width: 100%;
  }
  section.tried-tested_sec h2 {
    width: 272px;
    color: #481540;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 33px;
    padding-left: 15px;
    padding-bottom: unset;
  }
  section.partner-with_us .partner_fild-box h4 {
    margin-bottom: 20px;
    width: 169px;
    color: #5a0a56;
    font-family: Montserrat;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.09px;
    line-height: 35px;
  }
  section.partner-with_us .partner_fild-box {
    width: 100%;
    padding-left: 15px;
    height: auto;
    padding-bottom: 35px;
    padding-top: 0;
    padding-right: 15px;
  }
  section.partner-with_us {
    height: inherit;
    display: inherit;
    min-height: inherit;
    padding-top: 40px;
  }
  section.team_woop_sec {
    padding-bottom: 0;
    padding: 0 15px;
    padding-top: 40px;
    background: none;
  }
  section.team_woop_sec h2 {
    width: 205px;
    color: #481540;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 33px;
    padding-left: 15px;
  }
  .page-template-brand section.team_woop_sec {
    padding: 0 15px;
    padding-top: 40px;
    background-color: #aa2582;
    padding-bottom: 10px;
  }
  .page-template-brand section.team_woop_sec:before {
    display: none;
  }
  section.partner-with_us {
    background: none;
  }
  section.tried-tested_sec .tried_img {
    margin-left: 15px;
  }
  section.why_cnlve_wp .woop_video iframe {
    border-radius: 0;
    background-color: #c422790a;
    height: 100%;
  }
  section.impact_story_sec {
    background: #fff;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
  section.impact_story_sec h2 {
    color: #481540;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.09px;
    line-height: 35px;
    padding-bottom: 0;
  }
  section.impact_story_sec p {
    width: 80%;
    padding-left: 0;
    padding-top: 15px;
  }
  section.impact_story_sec ul li {
    width: 100%;
    min-height: 220px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    float: none;
    box-shadow: 0 0 7px 6px rgba(0, 0, 0, 0.04);
  }
  body.page-template-impactstories .bnr {
    height: 435px;
    background-image: url(../images/impact-story-banner.jpg);
    background-repeat: no-repeat;
    background-position: 85% top;
    background-size: cover;
  }
  body.page-template-impactstories .bnr h1 {
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0.12px;
    line-height: 45px;
  }
  body.page-template-impactstories .bnr .brnCnt p {
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 28px;
  }
  body.page-template-impactstories .bnr .brnCnt {
    top: 20%;
  }
  section.impact_story_sec .tried_img {
    border-right: none;
    width: 160px;
    height: 50px;
    margin-top: 15px;
  }
  section.impact_story_sec .snd-align {
    -ms-flex-order: 2;
    order: 2;
  }
  section.impact_story_sec .frst-align {
    -ms-flex-order: 1;
    order: 1;
  }
  section.impact_story_sec .thrd-align {
    -ms-flex-order: 3;
    order: 3;
  }
  section.impact_story_sec .frth-align {
    -ms-flex-order: 4;
    order: 4;
  }
  body.page-template-impactstories .modal-dialog {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  body.page-template-impactstories .modal-dialog .slick-initialized .slick-slide {
    background-color: #fff;
  }
  body.page-template-impactstories .modal-dialog .modal-content {
    border-radius: 0;
    border: 0;
  }
  body.page-template-impactstories .modal-dialog .slick-arrow {
    top: 82%;
    font-size: 10px;
  }
  body.page-template-impactstories .modal-dialog .slide-rght {
    color: #481540;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-align: right;
    right: 30px;
    top: 86%;
    width: 145px;
    position: absolute;
    margin-bottom: 0;
    bottom: 0;
  }
  body.page-template-impactstories .modal-dialog .slide-lft {
    color: #481540;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    left: 25px;
    width: 145px;
    top: 86%;
    position: absolute;
    padding-top: 0;
    margin-bottom: 0;
    bottom: 0;
  }
  .spnsr .ach {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    position: absolute;
    margin-top: 37px;
    left: 0;
    text-align: left;
  }
  .spnsr figure div:last-child {
    font-size: 14px;
  }
  body.page-template-brand .bnr .brnCnt h2 {
    padding-top: 50px;
  }
  body.page-template-brand .bnr .scrl_dwn {
    bottom: 5%;
  }
  section.client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd h4 {
    margin-top: 0;
    color: #481540;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
  }
  section.home_client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd .mobile_view_client {
    padding-left: 10px;
  }
  section.home_client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd .small_descr {
    /* width: 168px; */
    color: #481540;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
  }
  section.home_client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd .small_descr span {
    display: none;
  }
  section.home_client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd .small_pic {
    padding-top: 12px;
  }
  section.home_client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd h4 {
    /* width: 89px; */
    color: #481540;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 19px;
  }
  section.client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd p {
    color: #000000;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 28px;
  }
  section.home_client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd p {
    width: 298px;
    opacity: 0.84;
    color: #000000;
    font-family: "Open Sans";
    font-size: 15px;
    letter-spacing: 0;
    line-height: 28px;
  }
  section.home_client_sec .rwrd_sld .rwrd_slder .slick-dots {
    display: block;
  }
  section.home_client_sec .slick-dots li.slick-active button:before {
    color: #c42279;
    opacity: 1;
  }
  /* section.client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd p br {
  } */
  .page-template-brand .slick-dots li button:before {
    font-family: "slick";
    font-size: 30px;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #e6a1c4;
  }
  .page-template-brand .slick-dots li.slick-active button:before {
    color: #c42279;
    opacity: 1;
  }
  section.client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd span p {
    font-size: 14px;
  }
  section.client_sec .rwrd_sld .slick-slide {
    margin: 0 30px;
  }
  section.client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd .watch-video_btn {
    width: 100%;
  }
  section.client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd .watch-video_btn span {
    margin-left: 100px;
  }
  section.client_sec .rwrd_sld .slick-slide img {
    width: 100%;
    height: 100%;
  }
  section.client_sec .slick-dots li.slick-active button {
    background: #fff;
  }
  section.client_sec .slick-dots li button::before {
    font-size: 40px;
  }
  section.client_sec .slick-dots li button:before {
    opacity: 0.4 !important;
    color: #f5d9e7 !important;
  }
  section.client_sec .slick-dots li.slick-active button:before {
    color: #c42279 !important;
    opacity: 1 !important;
  }
  section.client_sec .slick-dots li {
    margin: unset;
  }
  section.client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd .watch-video_btn {
    margin-bottom: 30px;
  }
  section.home_client_sec .rwrd_sld .slick-slide img {
    width: unset;
  }
  section.why_cnlve_wp .rvw .rvw_tb_pn p {
    width: 250px;
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
  }
  section.why_cnlve_wp .rvw .rvw_tb_pn .rvw_str img {
    width: 16px;
    margin-right: 5px;
  }
  section.why_cnlve_wp .rvw .rvw_tb a .rvw_tb_img {
    width: 51px;
    height: 51px;
  }
  section.why_cnlve_wp .rvw .rvw_tb a.active .rvw_tb_img {
    width: 62px;
    height: 62px;
    animation: inherit;
  }
  section.why_cnlve_wp .rvw .rvw_tb_pn {
    padding: 24px;
  }
  section.why_cnlve_wp .rvw .rvw_tb_pn::before {
    left: 49%;
  }
  /* section.home_why_cnlve_wp .slick-next {
  }
  section.home_why_cnlve_wp .slick-prev {
  } */
  section.why_cnlve_wp::before {
    /* height: auto; */
    /* background: none; */
    width: 249%;
    height: 102%;
    top: -100px;
    left: -75%;
    border-radius: 50%;
    background: linear-gradient(90deg, #9a2787 15%, #dc1f71 66%);
  }
  section.why_cnlve_wp .woop_bg::before {
    background: none;
  }
  section.tried-tested_sec p {
    padding-left: 15px;
    width: 306px;
    opacity: 0.84;
    color: #000000;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 40px;
    display: inline-block;
    height: auto;
  }
  section.tried-tested_sec img {
    width: 82px;
  }
  section.team_woop_sec p {
    width: 296px;
    opacity: 0.84;
    color: #000000;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
    padding-left: 15px;
  }
  section.team_woop_sec ul {
    padding-top: 40px;
  }
  body.page-template-about .bnr {
    height: 665px;
  }
  body.page-template-about .bnr .brnCnt {
    top: 16%;
  }
  body.page-template-about .bnr .scrl_dwn {
    bottom: 5%;
  }
  body.page-template-about section.read_stories_sec p {
    color: #727272;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 29px;
  }
  body.page-template-about section.read_stories_sec::before {
    width: 200%;
    height: 107%;
    top: -100px;
    left: -50%;
  }
  body.page-template-about section.womens-opinion_sec h2 {
    color: #ffffff;
    margin-top: 30px;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.09px;
    line-height: 35px;
    padding-left: 15px;
    margin-bottom: 10px;
  }
  body.page-template-about section.womens-opinion_sec p {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 29px;
    margin-top: 0;
    padding-left: 15px;
  }
  body.page-template-about section.womens-opinion_sec ul li {
    width: 90%;
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
    min-height: 230px;
    padding-top: 15px;
  }
  body.page-template-about section.womens-opinion_sec ul li p {
    color: #654646;
    padding-bottom: 15px;
  }
  body.page-template-about section.team_woop_sec ul li {
    float: none;
    margin-right: 20px;
    cursor: pointer;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  body.page-template-about section.team_woop_sec ul li .pd-0 {
    padding-left: 0;
  }
  body.page-template-about section.team_woop_sec ul li .pd-rght-0 {
    padding-right: 0;
  }
  body.page-template-about section.team_woop_sec span img {
    border-radius: 12px;
    float: left;
    width: 100%;
    transition: transform 0.5s;
    height: auto;
  }
  body.page-template-about section.team_woop_sec span {
    margin-left: 0;
    width: 100%;
  }
  body.page-template-about section.join-team_sec .rwrd_sld .draggable {
    padding: 10px 10px 10px 0;
  }
  body.page-template-about section.join-team_sec .rwrd_wrp {
    width: 100%;
  }
  body.page-template-about section.join-team_sec {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 70px;
  }
  body.page-template-about section.join-team_sec h2 {
    color: #5a0a56;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.09px;
    line-height: 35px;
  }
  body.page-template-about section.join-team_sec p {
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 27px;
  }
  body.page-template-about section.join-team_sec .rwrd_sld .slick-slide {
    margin-right: 0;
    padding: 24px 24px;
  }

  body.page-template-about section.team_woop_sec ul li .team_wp_icon {
    width: 26px;
    border-radius: 5px;
  }
  body.page-template-about section.team_woop_sec ul li .team_wp_icon img {
    border-radius: 5px;
  }
  body.page-template-about section.join-team_sec::before {
    width: 200%;
    left: -50%;
  }
  body.page-template-about section.join-team_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd p {
    padding-left: 0;
    padding-top: 10px;
    font-size: 15px;
  }
  body.page-template-about section.team_woop_sec .subtxt {
    font-size: 14px;
    line-height: 29px;
    padding-right: 15px;
  }
  body.page-template-about section.team_woop_sec .subtxt br {
    display: none;
  }
  body.page-template-about section.womens-opinion_sec ul li .newsbrand_detail .rght_align p {
    font-size: 13px;
  }
  section.read_stories_sec .story-slider .slick-list.draggable {
    padding: 0 70px 0px 5px !important;
    height: auto !important;
  }
  .page-template-brand section.read_stories_sec .story-slider .slick-list.draggable {
    padding: 0 70px 0px 5px !important;
  }
  section.impact_story_sec ul {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  section.impact_story_sec p br {
    display: none;
  }
  section.impact_story_sec p {
    width: 100%;
    font-size: 14px;
  }
  section.impact_story_sec ul {
    padding-top: 25px;
  }
  section.impact_story_sec ul li h5 {
    padding-right: 15px;
  }
  section.impact_story_sec ul li p {
    padding-right: 25px;
  }
  section.impact_story_sec .loadmore_btn {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 93%;
  }
  section.impact_story_sec ul li span {
    width: 40%;
    height: 220px;
    border-top-right-radius: 0;
    float: left;
  }
  section.impact_story_sec ul li h5 {
    width: 60%;
    float: left;
    padding-left: 5%;
    font-size: 14px;
    padding-right: 4%;
    line-height: 22px;
  }
  section.impact_story_sec ul li p {
    color: #989898;
    font-family: "Open Sans";
    font-size: 10px;
    letter-spacing: -0.06px;
    line-height: 16px;
    padding-top: 5px;
    padding-left: 18px;
    padding-right: 20px;
    height: 55px;
    margin-bottom: 5px;
  }
  section.impact_story_sec .theme_btn {
    width: auto;
    float: left;
    padding: 0;
    position: relative;
    padding-left: 17px;
    background: transparent;
    color: #c42279;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
  }
  body.page-template-press .bnr {
    height: 635px;
  }
  section.press_sec h2 {
    color: #481540;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.09px;
    line-height: 35px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  section.press_sec ul li {
    width: 100%;
    margin-right: 0;
    padding: 20px 25px;
    height: auto;
    min-height: 160px;
  }
  section.press_sec::before {
    width: 200%;
    height: 105%;
    top: -100px;
    left: -50%;
    background-color: #ffffff;
    border-radius: 50%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  section.press_sec {
    padding: 0 15px;
  }
  section.individual-faq h2 {
    color: #481540;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.09px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .our_goal::before {
    width: 200%;
    height: 107%;
    top: -100px;
    left: -50%;
  }
  .privacy-policy header .navbar .navbar-toggler-icon {
    color: #403838;
  }
  section.individual-faq {
    padding: 0 15px;
    padding-top: 115px;
    background-size: contain;
    background-position: 0 900px;
    padding-bottom: 50px;
  }
  section.individual-faq p {
    font-size: 14px;
    line-height: 27px;
    padding-bottom: 10px;
  }
  section.individual-faq .card .card-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  section.individual-faq .card .card-body {
    font-size: 14px;
    line-height: 27px;
  }
  section.individual-faq .card .card-header .accordian-text {
    font-size: 16px;
    line-height: 24px;
    float: left;
    white-space: normal;
    text-align: left;
    width: 90%;
  }
  section.individual-faq h2 .btn-link {
    padding-right: 0;
  }
  body.home .jn_fb .jn_fb_grp {
    margin-top: 20px;
  }
  section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont p.sm-text {
    color: #fff;
  }
  .page-template-brand section.team_woop_sec ul li {
    float: none;
    margin-left: auto;
    margin-bottom: 20px;
    cursor: pointer;
    width: 90%;
    margin-right: auto;
  }
  section.team_woop_sec ul li {
    float: none;
    margin-left: auto;
    margin-bottom: 20px;
    cursor: pointer;
    width: 90%;
    margin-right: auto;
  }
  section.team_woop_sec .team_woop_mobile-sec .ul_css .li_css {
    height: 118px;
    width: 298px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.13);
  }
  section.team_woop_sec .team_woop_mobile-sec {
    width: 100%;
    margin-left: 15px;
  }
  section.home_team_woop .team_woop_mobile-sec .team_img img {
    height: 52.5%;
  }
  section.team_woop_sec .team_woop_mobile-sec span::before {
    height: 52.5%;
  }
  section.team_woop_sec .team_woop_mobile-sec span img {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 0px !important;
  }
  section.home_team_woop span::before {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 0px !important;
  }
  section.team_woop_sec span img {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 0px !important;
  }
  section.home_team_woop .team_woop_mobile-sec span::before {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 0px !important;
  }
  section.team_woop_sec .team_woop_mobile-sec .pdng_inn {
    padding: 10px 0px;
  }
  section.team_woop_sec .team_woop_mobile-sec ul li .team_wp_icon img {
    border-radius: 0px !important;
  }
  section.team_woop_sec .team_woop_mobile-sec .pl_0 {
    padding-left: unset;
  }
  section.team_woop_sec .team_woop_mobile-sec ul li p {
    width: 100%;
    padding-bottom: 0px;
    min-height: 42px;
  }
  section.home_team_woop .team_woop_mobile-sec h5 {
    width: 100%;
  }
  .team_woop_mobile-sec ul.slick-dots {
    display: inline-block;
    margin-bottom: 0px;
    padding-top: unset;
  }
  .team_woop_mobile-sec .slick-dots li {
    width: auto;
    min-height: inherit;
    display: inline-block;
    float: none;
    border-radius: 50%;
    margin: 0 auto;
    height: 0px !important;
    width: 0px !important;
    margin-right: 20px;
  }
  .team_woop_mobile-sec .slick-dots li button {
    background: #ffffff;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    margin: 0 6px;
  }

  .team_woop_mobile-sec .slick-dots li.slick-active button {
    background: #fff;
  }
  .team_woop_mobile-sec .slick-dots li button::before {
    font-size: 40px;
  }
  .team_woop_mobile-sec .slick-dots li button:before {
    opacity: 0.4 !important;
    color: #f5d9e7 !important;
  }
  .team_woop_mobile-sec .slick-dots li.slick-active button:before {
    color: #c42279 !important;
    opacity: 1 !important;
  }
  .team_woop_mobile-sec .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
  }
  section.team_woop_sec span {
    position: relative;
    margin-top: 0px;
    margin-left: 0;
    margin-bottom: -60px;
    display: inline-block;
    overflow: hidden;
    border-radius: 0px;
    width: 100%;
    margin-right: 0;
  }
  section.team_woop_sec span img {
    border-radius: 12px;
    float: left;
    width: 100%;
    transition: transform 0.5s;
  }
  .page-template-template-parts .bnr .brnCnt {
    top: 17%;
  }
  body.page-template-faqs .navbar-toggler-icon {
    color: #481540;
  }
  body.page-template-privacypolicy .navbar-toggler-icon {
    color: #481540;
  }
  body.page-template-moresuccessstories .navbar-toggler-icon {
    color: #481540;
  }
  body.page-template-impactstories .modal {
    margin-top: 85px;
  }
  body.page-template-impactstories .modal h4.modal-title {
    margin-top: 15px;
    color: #c42279;
    font-size: 16px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
  }
  body.page-template-impactstories .modal-backdrop.show {
    opacity: 0;
  }
  body.modal-open header {
    position: relative;
    z-index: 9999;
  }
  body.modal-open header .navbar {
    box-shadow: none;
  }
  .modal-dialog .slick-initialized .slick-slide .story-slider-img h5 {
    padding-right: 30px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.09px;
    line-height: 35px;
    color: #481540;
  }
  body.page-template-impactstories .modal .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
  }
  body.page-template-impactstories .modal h4.modal-title a {
    color: #481540;
    font-weight: 600;
  }
  .logos_mobile-sec {
    display: block;
  }
  .logos_mobile-sec ul.slick-dots {
    display: inline-block;
    margin-bottom: 0;
  }
  .desktop-logos {
    display: none !important;
  }
  .logos_mobile-sec .slick-dots li {
    width: auto;
    min-height: inherit;
    display: inline-block;
    float: none;
    border-radius: 50%;
    margin: 0 auto;
  }
  .logos_mobile-sec .slick-dots li button {
    background: #ffffff63;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin: 0 6px;
  }
  .logos_mobile-sec .slick-dots li.slick-active button {
    background: #fff;
  }
  .logos_mobile-sec .slick-dots li button::before {
    font-size: 0;
  }
  .brd {
    padding-bottom: 25px;
  }
  body.page-template-home .rwrd .rwrd_sld .rwrd_crd .rwrd_crd_bd {
    padding: 13px 20px 27px 20px;
    padding-bottom: 10px;
  }
  .rwrd .rwrd_sld .rwrd_crd .rwrd_crd_bd h6 {
    font-size: 14px;
  }
  body.page-template-home .rwrd .rwrd_sld .rwrd_crd .rwrd_crd_bd label {
    text-transform: uppercase;
    font-size: 12px;
  }
  body.page-template-home .rwrd .rwrd_sld .rwrd_crd .rwrd_crd_bd p {
    padding-top: 5px;
  }
  body.page-template-home .rwrd .rwrd_sld .rwrd_crd .rwrd_crd_bd p {
    font-size: 14px;
    line-height: 26px;
  }
  .our_goal span {
    color: #5a0a56;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.33px;
    line-height: 39px;
    text-align: center;
  }
  .our_goal .our_gl_txt {
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: inherit;
    text-align: left;
    border-bottom: none;
    width: 50%;
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    float: left;
  }
  body.page-template-home .our_goal .subhdrtxt {
    display: inline-block;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 13px;
    padding-top: 13px;
  }
  body.page-template-home .our_goal .subhdrtxt br {
    display: none;
  }
  .our_goal h4 {
    padding-top: 40px;
    position: relative;
    text-align: left;
    color: #481540;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 33px;
    width: 75%;
  }
  .our_goal .progress-responsive-two .progress-responsive__bar_two {
    height: 33px;
  }
  .our_goal figure div:last-child {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.16px;
    line-height: 19px;
    text-align: center;
    top: 7px;
    left: 4px;
  }
  .our_goal .progress-responsive-two .progress-responsive__bar_two {
    height: 33px;
  }
  .our_goal .ach-join-text {
    color: #5a0a56;
    font-family: Montserrat;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin-top: 30px;
    letter-spacing: 0.08px;
  }
  .our_goal .theme_btn {
    position: relative;
    margin-top: 24px;
    width: 95%;
  }
  .odometer.odometer-auto-theme,
  .odometer.odometer-theme-default {
    margin: 0 auto;
    display: inherit;
    width: fit-content;
  }
  .odometer.odometer-auto-theme .odometer-value,
  .odometer.odometer-theme-default .odometer-value {
    color: #5a0a56;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.33px;
    line-height: 39px;
    text-align: center;
  }
  .our_goal .subhdrtxt span {
    font-size: 20px;
    width: 50%;
    float: left;
    line-height: inherit;
    text-align: left;
    color: #c42279;
  }
  .our_goal .target_cunt {
    display: block;
  }
  .our_goal .ach-img-text {
    color: #5a0a56;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
  .our_goal .subhdrtxt .brdr-btm {
    border-bottom: none;
  }
  body.page-template-home .our_goal .brdr-rght {
    border-right: none;
  }
  .page-template-brand .woop_video video {
    border-radius: 0;
    padding-right: 10px;
    padding-left: 10px;
    box-shadow: none;
  }
  body header .navbar.white-bg .navbar-nav li .btn-outline-success {
    color: #fff;
    border: 0;
  }
  .brd ul li:nth-child(5) img {
    min-width: 60px;
    height: auto;
    width: inherit;
  }
  section.home_why_cnlve_wp .rvw {
    display: none;
  }
  section.home_why_cnlve_wp .consumers-love {
    display: block;
  }
  section.home_why_cnlve_wp .consumers_images {
    display: block;
  }

  .consumers_images .slick-dots li button::before {
    font-size: 40px;
    color: #fff !important;
  }
  .consumers_images .slick-dots li.slick-active button:before {
    color: #ffffff !important;
    opacity: 1 !important;
  }
  .consumers_images .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
  }
  /* ====================== */
  .consumers-love .rvw_tb_pn {
    background-color: #ffffff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    padding: 32px 32px 20px 32px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 30px;
    min-height: 285px;
  }
  .consumers-love .rvw_tb_pn::before {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    left: 50%;
    bottom: 7px;
    border: 18px solid #00000000;
    border-bottom: 0;
    border-top: 18px solid #ffffff;
    transform: translate(-50%, calc(100% + 5px));
    /* box-shadow: -2px 3px 9px 2px #eee; */
    /* filter: drop-shadow(1px 3px 2px #eee); */
  }
  .consumers-love .rvw_tb_pn .rvw_str {
    float: left;
    display: contents;
  }
  .consumers-love .rvw_tb_pn .rvw_str img {
    margin-right: 7px;
    display: inline;
  }
  .consumers-love .rvw_tb_pn .rvw_fb {
    float: right;
    width: 26px;
    height: 26px;
  }
  .consumers-love .rvw_tb_pn p {
    width: 100%;
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
  }
  .consumers-love .rvw_tb_pn label {
    font-size: 12px;

    line-height: 28px;
    color: #727272;
    font-family: "Open Sans", sans-serif;
  }
  .consumers-love .rvw_tb_img {
    width: 85px;
    height: 85px;
    background-color: #d8d8d8;
    border-radius: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .consumers-love .rvw_tb_img img {
    width: 100%;
  }
  .consumers-love h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    text-align: center;
    color: #727272;
    max-width: 92px;
    margin: auto;
    padding-top: 10px;
  }
  .consumers-love .rvw_tb_pn .rvw_str img {
    width: 20px;
  }
  .consumers_images img {
    border: 3px solid #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    width: 90px;
  }
  .consumers_images h5 {
    color: #ffffff !important;
    font-family: Montserrat;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
  }
  .consumers_images h6 {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  section.bnr .press_video .watch-video_btn {
    box-sizing: border-box;
    height: 44px;
    width: 296px;
    border: 2px solid #ffffff;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 0px 48px;
    margin-top: 160px;
  }

  .testimonial-slider .slick-list.draggable {
    padding: 3px !important;
  }
  .modal.homemodal .modal-content .modal-header .close {
    position: absolute;
    top: -27px;
    right: 65px;
  }
  .testimonial-slider h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
    color: #727272;
    max-width: 92px;
    margin: auto;
    padding-top: 10px;
  }
  .desk-only {
    display: none;
  }
  .mob-only {
    display: block;
  }
  .our_goal figure {
    margin-top: 32px;
  }
  .footer .ul-large ul {
    float: left;
    width: 100%;
    padding-top: 20px;
  }
  body.page-template-home .our_goal .subhdrtxt:last-child {
    border-bottom: 0;
  }
  .our_goal .progress-responsive-two {
    width: 100%;
  }
  .our_goal figure {
    width: 100%;
  }
  .rwrd .slick-dots li button:before {
    font-size: 31px;
    color: #e6a1c4;
  }
  .rwrd .slick-dots li.slick-active button:before {
    color: #e6a1c4;
    opacity: 1;
  }
  .rwrd {
    padding-bottom: 10px;
  }
  .testimonial-slider .rvw_tb_pn label {
    font-style: normal;
  }
  .page-template-brand .bnr .brnCnt a {
    line-height: 28px;
    margin-bottom: 16px;
  }
  .testimonial-slider .slider-for .slick-prev:before {
    content: "←";
    margin-right: 5px;
    background-image: url(../images/prev-button.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
  }
  .page-template-home .testimonial-slider .slider-for .slick-prev:before {
    content: "←";
    margin-right: 5px;
    background-image: url(../images/reward-prev-icon.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
  }
  .testimonial-slider .slick-next {
    right: -16px;
  }
  .testimonial-slider .slider-for .slick-next:before {
    content: "←";
    margin-right: 5px;
    background-image: url(../images/next-button.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
  }
  .page-template-home .testimonial-slider .slider-for .slick-next:before {
    content: "←";
    margin-right: 5px;
    background-image: url(../images/reward-next-icon.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
  }
  .testimonial-slider .rvw_tb_pn .rvw_str img {
    margin-right: 0;
  }
  .testimonial-slider .rvw_tb_pn {
    padding: 26px 24px 20px 24px;
  }
  .testimonial-slider .content-shrinker {
    margin-top: 20px;
    width: 92%;
  }
  section.team_woop_sec {
    background: linear-gradient(90deg, #fffdf7, #fdf6f7 100%);
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
  }
  section.team_woop_sec::before {
    border-radius: 50%;
    width: 190%;
    height: 108%;
    top: -117px;
    left: -45% !important;
  }
  .rwrd::before {
    top: 0;
    height: 95%;
    width: 125%;
    left: -9% !important;
  }
  .page-template-brand .slick-slider {
    margin-top: 25px;
  }
  .page-template-brand section.team_woop_sec h2 {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 33px;
  }
  .page-template-brand section.team_woop_sec p {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 18px;
  }
  section.partner-with_us .partner_fild-box .theme_btn {
    width: 100%;
  }
  section.partner-with_us .partner_fild-box input {
    width: 100%;
  }
  section.partner-with_us .partner_fild-box textarea {
    width: 100%;
	  height:88px;
	  
  }
  .page-template-brand section.team_woop_sec ul li {
    float: none;
    height: 105px;
    display: flex;
    padding-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .page-template-brand section.team_woop_sec .slick-dots {
    left: 50%;
    margin-left: -32px;
    width: 125px;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .wp-image {
    width: 40%;
    float: left;
  }
  .wp-content {
    width: 55%;
    float: left;
    padding-top: 20px;
    padding-left: 25px;
  }
  .page-template-brand section.team_woop_sec span::before {
    border-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .page-template-brand section.team_woop_sec span img {
    border-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: auto;
    background: none;
    width: 100%;
    margin-left: 0%;
  }
  .page-template-brand section.team_woop_sec span {
    border-radius: 0;
  }
  .page-template-brand section.team_woop_sec .wp-image span {
    height: 105px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .page-template-brand section.team_woop_sec .slick-dots li {
    float: left;
  }
  .page-template-press .bnr .brnCnt h1 {
    width: 100%;
  }
  .page-template-press .bnr .brnCnt .more_article-text {
    width: 100%;
    position: absolute;
    bottom: 40px;
  }
	.page-template-press .bnr .press_video .watch-video_btn{
		margin-top: 40px;
	}
  .page-template-press .bnr .brnCnt {
    top: 34%;
  }
  .page-template-faqs section.woop_en_roi p {
    font-size: 14px;
    line-height: 29px;
  }
  .page-template-faqs section.woop_en_roi ul li {
    width: 100%;
    height: 125px;
    line-height: 175px;
    padding-left: 23px;
    margin-bottom: 24px;
  }
  .page-template-faqs section.woop_en_roi ul h5 {
    color: #5a0a56;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin-top: 10px;
  }
  header .navbar.mobheader-bg {
    background: linear-gradient(90deg, #9a2787 0%, #dc1f71 100%);
  }
  header .navbar.mobheader-bg ul.navbar-nav li {
    background: transparent;
    margin-bottom: 5px;
  }
  header .navbar.mobheader-bg ul.navbar-nav {
    background: transparent;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  header .navbar.mobheader-bg ul.navbar-nav li a.nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.25px;
    line-height: 19px;
  }
  header .navbar.mobheader-bg ul.navbar-nav li .btn-outline-success {
    border: 1px solid #ffffff;
    color: #ffffff;
  }
  header .navbar.mobheader-bg.white-bg {
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  }
  header .navbar.mobheader-bg.white-bg ul.navbar-nav li a.nav-link {
    color: #481540;
  }
  header .navbar .navbar-nav li:last-child {
    padding-right: 20px;
    margin-top: 10px;
  }

  .page-template-about .bnr .brnCnt h1 {
    line-height: 40px;
    margin-top: 125px;
    padding-right: 12%;
  }

  .page-template-about section.read_stories_sec h2 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 33px;
    margin-top: 0;
  }
  body.page-template-about section.read_stories_sec p {
    font-size: 13px;
    line-height: 23px;
    padding-right: 6%;
  }
  body.page-template-about section.read_stories_sec {
    min-height: inherit;
    padding-top: 23px;
  }
  body.page-template-about section.woop_deliver h2 {
    font-size: 24px;
    letter-spacing: 0.1px;
    line-height: 33px;
    padding-right: 10%;
  }
  .page-template-about section.woop_deliver .woop_video {
    margin-top: 24px;
    padding-bottom: 20px;
  }
  .page-template-about section.woop_deliver {
    padding-bottom: 0px;
    padding-top: 22px;
  }
  .page-template-about section.team_woop_sec h2 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 33px;
    margin-top: -35px;
    padding-right: 0;
  }
  body.page-template-about section.team_woop_sec .subtxt {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 25px;
  }
  body.page-template-about section.join-team_sec h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 33px;
  }
  body.page-template-about section.join-team_sec p {
    font-size: 13px;
    line-height: 23px;
    margin-top: 5px;
    padding-right: 7%;
  }
  body.page-template-about section.join-team_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd p {
    display: none;
  }
  section.join-team_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
  }
  section.join-team_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd span {
    font-size: 14px;
    line-height: 24px;
  }
  section.join-team_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd .apply-btn {
    width: 248px;
  }
  .page-template-about .team_woop_sec {
    padding-bottom: 0px;
  }
  .page-template-about section.read_stories_sec .story-slider {
    height: auto;
    min-height: inherit;
  }
  body.page-template-about section.woop_deliver h2 br {
    display: none;
  }
  section.read_stories_sec .story-slider .slick-list.draggable {
    padding: 6px 0px 0px 5px !important;
  }
  .page-template-about .slick-slider {
    margin-top: 25px;
  }
  body.page-template-about section.join-team_sec {
    padding-bottom: 15px;
  }
  .page-template-about .bnr .brnCnt h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    padding-right: 10%;
    margin-top: 56px;
  }
  body.page-template-about .bnr {
    height: 282px;
    background-image: none;
    background: none;
  }
  body.page-template-about .bnr img {
    display: block;
  }
  .page-template-about .team_woop_sec::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    top: -25px;
    left: -49%;
  }
  .page-template-about section.join-team_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd .apply-btn {
    width: 100%;
  }
  .page-template-about section.join-team_sec .rwrd_sld {
    margin-top: 28px;
  }
  .page-template-about .modal-dialog .modal-content {
    border-radius: 0;
    padding: 30px;
    margin-top: 80px;
    border: 0;
  }
  .page-template-about .modal.show .modal-dialog {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .page-template-about header .navbar.mobheader-bg.white-bg {
    background: #fff;
    box-shadow: none;
  }
  body.page-template-about .modal-dialog .modal-body .locat-text {
    width: 33%;
    margin-right: 0;
    padding-left: 0;
    text-align: left;
    background-position: top left;
    background-size: 40px;
    padding-top: 50px;
    color: #606060;
    font-family: Montserrat;
    font-size: 12px;
    line-height: 25px;
    min-height: 110px;
    margin-top: 10px;
  }
  .page-template-about .modal-dialog .modal-body .locat-text.location-icon {
    width: 33%;
    margin-right: 0;
    border-right: 0;
  }
  .page-template-about .modal-dialog .modal-body .locat-text.type-icon {
    width: 33%;
    margin-right: 0;
    border-right: 0;
  }
  .page-template-about .modal-dialog .modal-body .locat-text.exp-icon {
    width: 33%;
    margin-right: 0;
    border-right: 0;
  }
  .page-template-about .modal-dialog .modal-body .jobdesc ol li {
    color: #000000;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 28px;
  }
  .page-template-about .modal-dialog .modal-body .jobelig ul li {
    color: #000000;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 28px;
  }
  .page-template-about .modal-dialog .modal-body h5 {
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .page-template-about .modal-dialog .modal-header .close {
    display: none;
  }
  .page-template-about .modal-dialog .modal-body .back-btn {
    background-image: url(../images/back-arrow.png);
    background-repeat: no-repeat;
    color: #481540;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
    padding-left: 20px;
    margin-bottom: 25px;
    cursor: pointer;
  }
  .page-template-about .linkdin-btn a {
    margin-top: 36px;
  }
  .page-template-faqs section.woop_en_roi.faq-woop {
    padding-top: 90px;
    background: #fff;
  }
  .page-template-faqs section.faq-woop h2 {
    margin-top: 32px;
  }
  .page-template-faqs header .navbar.mobheader-bg {
    background: #fff;
  }
  .page-template-faqs header .navbar.mobheader-bg ul.navbar-nav li a.nav-link {
    color: #481540;
  }
  .page-template-faqsdetails header .navbar.mobheader-bg {
    background: #fff;
  }
  .page-template-faqsdetails header .navbar .navbar-toggler-icon {
    color: #481540;
  }
  .page-template-faqsdetails header .navbar.mobheader-bg ul.navbar-nav li a.nav-link {
    color: #481540;
  }
  .page-template-privacypolicy header .navbar.mobheader-bg {
    background: #fff;
  }
  .page-template-privacypolicy header .navbar.mobheader-bg {
    background: #fff;
  }
  .page-template-privacypolicy header .navbar.mobheader-bg ul.navbar-nav li a.nav-link {
    color: #481540;
  }
  .page-template-faqs section.woop_en_roi ul li a {
    display: inline-block;
    width: 100%;
  }
  .page-template-faqs section.woop_en_roi ul p {
    color: #c42279;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    text-align: left;
    padding-top: 10px;
    text-transform: uppercase;
  }
  .page-template-faqs section.woop_en_roi ul {
    position: relative;
    margin-top: 28px;
  }
  .page-template-faqs section.woop_en_roi::before {
    display: none;
  }
  section.woop_en_roi ul li span.faq-lft {
    float: left;
    margin: 0;
  }
  section.woop_en_roi ul li .faq-rght {
    float: left;
    margin-left: 16px;
  }
  .page-template-brand section.tried-tested_sec .wld_map {
    margin-top: 32px;
    position: relative;
  }
  section.individual-faq::before {
    content: "";
    width: 200%;
    height: 107%;
    top: -100px;
    left: -48%;
  }
  section.read_stories_sec::before {
    content: "";
    width: 200%;
    height: 107%;
    top: -80px;
    left: -50%;
  }
  .page-template-brand section.tried-tested_sec:before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    border-radius: 50%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    top: 0;
    height: 94%;
    width: 200%;
    left: -50%;
  }
  body.page-template-about section.join-team_sec .rwrd_sld .join_slider_mobile .slick-slide {
    float: none;
    margin-right: 10px;
    margin-bottom: 24px;
  }
  .page-template-brand .modal.homemodal .modal-dialog {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
  .page-template-brand .modal.homemodal .modal-dialog iframe {
    width: 100%;
    height: 215px;
    border-radius: 5px;
  }
  .page-template-brand .modal.homemodal .modal-content .modal-header .close {
    position: absolute;
    top: 15px;
    right: 29px;
    z-index: 999;
  }
  .page-template-home .modal.homemodal .modal-dialog {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
  .page-template-home .modal.homemodal .modal-dialog iframe {
    width: 100%;
    height: 270px;
  }
  .page-template-home .modal.homemodal .modal-content .modal-header .close {
    position: absolute;
    top: 15px;
    right: 29px;
    z-index: 999;
  }
	 .page-template-press .modal.homemodal .modal-dialog {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
  .page-template-press .modal.homemodal .modal-dialog iframe {
    width: 100%;
    height: 200px;
  }
  .page-template-press .modal.homemodal .modal-content .modal-header .close {
    position: absolute;
    top: 15px;
    right: 29px;
    z-index: 999;
  }
  section.success_stories .tabs > li.active:after {
    background-image: url(../images/active-bottom.svg);
    position: absolute;
    content: "";
    background-size: 100%;
    left: -39px;
    bottom: -48px;
    width: 228px;
    height: 60px;
    background-repeat: no-repeat;
  }
  .rwrd .rwrd_sld .rwrd_crd {
    min-height: inherit;
  }
  .jn_fb .fb_f_grp .fb_f_text {
    margin-left: 8%;
    margin-top: 22px;
    line-height: 23px;
    font-size: 18px;
    font-weight: 600;
  }
  .jn_fb .fb_f_grp .fb_btn {
    width: auto;
    margin-left: 8%;
    margin-right: 8%;
    margin-bottom: 20px;
    height: 36px;
    line-height: 36px;
    padding-top: 0;
  }
  .footer .ft_btm-txt span {
    line-height: 24px;
    width: 100%;
    float: left;
    padding-top: 20px;
  }
  section.press_sec .more_btn {
    height: 44px;
    width: 100%;
    margin-bottom: 30px;
  }
  .bnr .brnCnt .partner_nahil {
    height: 35px;
    width: 280px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .modal-dialog .impact-slider .slick-slide .story-slider-img .story-content {
    height: 300px;
    padding-bottom: 20px;
    overflow: scroll;
    margin-bottom: 0;
  }
  /* 	.page-template-home .rwrd .rwrd_sld .slick-prev{
	background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;	
	}
	.page-template-home .rwrd .rwrd_sld .slick-next{
	background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;	
	} */
  .page-template-home .hme-logo {
    width: 120px;
    margin-top: 5px;
    position: relative;
    top: 65px;
    display: inline-block;
    margin-left: 15px;
  }
  .page-template-home .hme-logo img {
    width: 100%;
    height: auto;
  }
  .fixed-bg2 {
    position: fixed;
    top: 88px;
    z-index: 99999;
    background-color: #fff;
    width: 100%;
    display: block;
    /*     overflow-y: scroll;
    overflow-x: hidden; */
  }
  .wpens-message-container {
    color: white;
    font-size: 13px;
  }
  .page-template-brand section.team_woop_sec ul li {
    float: none;
    height: auto;
    display: inline-block;
    padding-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .wp-image {
    width: 100%;
    float: left;
  }
  .page-template-brand section.team_woop_sec ul li .wp-image {
    width: 100%;
    float: none;
    display: inline-block;
  }
  .page-template-brand section.team_woop_sec ul li .wp-content {
    width: 100%;
    float: left;
    padding-top: 0px;
    padding-left: 15px;
    min-height: 65px;
  }
  .page-template-brand section.team_woop_sec span::before {
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }
  .page-template-brand section.team_woop_sec .wp-image span {
    height: auto;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
  }
  .page-template-brand section.team_woop_sec span img {
    width: 100%;
    margin-left: 0;
    border-bottom-left-radius: 0;
  }
  .team-left-algn {
    float: left;
  }
  .team-rgt-algn {
    float: right;
    margin-right: 15px;
  }
  section.team_woop_sec ul li .team_wp_icon {
    margin-top: 10px;
    float: right;
    margin-right: 0;
  }
  .page-template-brand section.team_woop_sec ul li {
    float: none;
    height: auto;
    display: inline-block;
    padding-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .page-template-brand section.team_woop_sec h5 {
    line-height: inherit;
  }
  .pd_20 {
    padding-bottom: 20px;
  }
  .footer .ft_btm-txt span br {
    display: block;
  }
}
@media only screen and (max-width: 450px) {
  section.client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd .watch-video_btn span {
    margin-left: 32%;
  }
  .page-template-home .modal.homemodal .modal-dialog iframe {
    width: 100%;
    height: 215px;
  }
  .spnsr .spnsr_sld .spnsr_sldr {
    height: 315px;
  }
}

@media only screen and (max-width: 400px) {
  section.success_stories .tab__content > li.active .content__wrapper .success_container .beauty-img:before {
    content: "";
    height: 361px;
  }
  .spnsr:before {
    background-size: 195%;
  }
  .rwrd h2 {
    width: 96%;
  }
  .our_goal h4 {
    width: 85%;
  }
  .footer .ft_btm-txt span {
    width: 100%;
  }
  section.woop_deliver .woop_video {
    width: 84%;
    height: 170px;
  }
  section.why_cnlve_wp .woop_video {
    width: 90%;
    height: 170px;
  }
  section.success_stories .tab__content > li.active .content__wrapper .success_container .suces_cont ul li {
    height: 65px;
    padding-left: 0;
  }
  .page-template-brand section.team_woop_sec span img {
    width: 100%;
  }
  body.page-template-impactstories .bnr {
    height: 485px;
  }
  section.impact_story_sec .loadmore_btn {
    width: 92%;
  }
  /* 	   .testimonial-slider .rvw_tb_pn{
		   min-height:640px;
	   } */
  .page-template-home .modal.homemodal .modal-dialog iframe {
    width: 100%;
    height: 185px;
  }
  .page-template-brand .modal.homemodal .modal-dialog iframe {
    width: 100%;
    height: 185px;
    border-radius: 5px;
  }
  .spnsr .spnsr_sld .spnsr_sldr {
    height: 360px;
  }
}

@media only screen and (max-width: 365px) {
  section.success_stories .tab__content > li.active .content__wrapper .success_container .beauty-img:before {
    content: "";
    height: 345px;
  }
  body.page-template-about .bnr {
    height: 270px;
  }
  .rwrd h2 {
    width: 100%;
  }
  body.page-template-impactstories .bnr h1 {
    font-size: 26px;
  }
  /* 	 .testimonial-slider .rvw_tb_pn{
	 min-height:675px;	 
	 } */
  section.client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd .watch-video_btn span {
    margin-left: 30%;
  }
}
@media only screen and (max-width: 360px) {
  .spnsr .spnsr_sld .spnsr_sldr {
    height: 350px;
  }
  section.press_sec ul li {
    min-height: 176px;
  }
  form#easy-newsletter-form {
    position: relative;
    width: 100%;
  }
  .footer .form-control {
    width: 100%;
  }
}
@media only screen and (max-width: 350px) {
  section.success_stories .tab__content > li.active .content__wrapper .success_container .beauty-img:before {
    content: "";
    height: 304px;
  }
  .page-template-about section.team_woop_sec .slick-dots {
    width: 100px;
    margin-left: -50px;
  }
  .footer .ft_btm-txt ul li {
    font-size: 10px;
  }
  .footer .ft_btm-txt span {
    line-height: 25px;
    font-size: 10px;
  }
  .spnsr:before {
    background-position: 92% 105px;
  }
  .our_goal h4 {
    width: 100%;
  }
  form#easy-newsletter-form {
    position: relative;
    width: 100%;
  }
  .footer .form-control {
    width: 100%;
  }
  body.page-template-about .bnr {
    height: 240px;
  }
  .page-template-about .bnr .brnCnt h1 {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    padding-right: 10%;
    margin-top: 45px;
  }
  .page-template-about .team_woop_sec {
    padding-top: 45px;
  }
  body.page-template-impactstories .bnr h1 {
    font-size: 24px;
    line-height: 38px;
  }
  section.impact_story_sec ul li h5 {
    width: 60%;
    float: left;
    padding-left: 5%;
    font-size: 13px;
    padding-right: 4%;
    line-height: 19px;
  }
  section.impact_story_sec ul li p {
    padding-left: 13px;
  }
  section.impact_story_sec .theme_btn {
    padding-left: 13px;
  }
  .modal-dialog .slick-initialized .slick-slide .story-slider-img p {
    padding-top: 15px;
    color: #000000;
    font-size: 13px;
    line-height: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
  section.woop_en_roi ul li .faq-rght {
    float: left;
    margin-left: 16px;
    width: 140px;
    text-align: left;
  }
  .page-template-faqs section.woop_en_roi ul h5 {
    text-align: left;
  }
  header .navbar.mobheader-bg ul.navbar-nav li a.nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.25px;
    line-height: 13px;
  }
  header .navbar.mobheader-bg ul.navbar-nav {
    margin-top: 0;
    margin-bottom: 10px;
  }
  header .navbar.mobheader-bg ul.navbar-nav li {
    margin-top: 0;
    margin-bottom: 0;
  }
  header .navbar.mobheader-bg ul.navbar-nav li .btn-outline-success {
    height: 35px;
  }
  .page-template-home .modal.homemodal .modal-dialog iframe {
    width: 100%;
    height: 160px;
  }
  .page-template-brand .modal.homemodal .modal-dialog iframe {
    width: 100%;
    height: 160px;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 320px) {
  .spnsr .spnsr_sld .spnsr_sldr {
    height: 400px;
  }
  .spnsr .spnsr_sld .stud_img {
    width: 70px;
    height: 70px;
  }
  .spnsr .spnsr_sld .sld_nm h4 {
    font-size: 13px;
    line-height: 16px;
  }
  .spnsr .spnsr_sld .sld_nm p {
    font-size: 13px;
    line-height: 16px;
  }
  section.client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd .watch-video_btn span {
    margin-left: 28%;
  }
  section.press_sec ul li {
    min-height: 176px;
  }
  header .navbar{
	padding:20px; 
  }
  .bnr .brnCnt{
	left:20px;
	right:20px;
  }
	.bnr .brnCnt a{
		margin-right:10px;
	}
	.mbl_bnr_ft{
		padding:30px 20px 21px 20px;
	}
	.Philosophy{
		padding-left:5px;
	}
	.Philosophy h2{
		width:280px;
	}
	section.home_woop h2{
		width:280px;
	}
	section.home_woop p{
		width:280px;
	}
	section.woop_en_roi{
		padding-left:5px;
		padding-right:5px;
	}
	.brd_backbg{
		padding:0 5px;
	}
	section.home_client_sec h2{
		width:280px;
	}
	section.home_client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd .mobile_view_client{
		padding-left:20px;
	}
	section.home_client_sec .rwrd_sld .rwrd_crd .rwrd_crd_bd p{
		width:280px;
	}
	section.home_jnd{
		padding-left:5px;
		padding-right:5px;
	}
	section.why_cnlve_wp{
		padding-left:10px;
		padding-right:10px;
	}
	section.home_jnd h2{
		width:280px;
	}
	section.home_jnd p{
		width:280px;
	}
	section.home_jnd ul li{
		padding-left:30px;
	}
	section.home_jnd h4{
		width:280px;
	}
	section.home_rwrd .rwrd_sld .draggable{
		padding:10px 30px 10px 0px;
	}
	section.team_woop_sec p{
		width:280px;
	}
	section.team_woop_sec .team_woop_mobile-sec .ul_css .li_css{
		width:259px;
	}
	section.news_sec ul li p{
		width:220px;
	}
	section.tried-tested_sec p{
		width:280px;
		padding-left:5px;
	}
	section.team_woop_sec{
		padding-left: 5px;
		padding-right:5px;
	}
	section.woop_global_sites{
		padding:48px 0px 38px 5px;
	}
	section.woop_global_sites ul li{
		width:132px;
		margin-right:10px;
		padding: 16px 5px 11px 16px;
	}
	section.woop_global_sites ul li h6 img{
		padding-left:10px;
	}
	section.woop_global_sites p{
		width:280px;
	}
	section.woop_global_sites p{
		width:280px;
	}
	section.partner-with_us .partner_fild-box{
		padding-left:5px;
		padding-right:5px;
	}
	.footer{
		padding-left:20px;
		padding-right:20px;
	}
	.footer .social_media-icons ul {
    right: 15px;
    top: 15px;
}
	section.home_client_sec h2{
		padding-left:20px;
	}
	section.tried-tested_sec h2{
		padding-left:5px;
	}
	section.tried-tested_sec .tried_img{
		margin-left:5px;
	}
}
