.ct-section {
  width: 100%;
  background-size: cover;
  background-repeat: repeat;
  margin: auto;
}
.ct-section > .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ct-div-block {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.ct-new-columns {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.ct-link-text {
  display: inline-block;
}
.ct-link {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ct-link-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.ct-link-button {
  background-color: #1e73be;
  border: 1px solid #1e73be;
  color: #ffffff;
  padding: 10px 16px;
}
.ct-image {
  max-width: 100%;
}
.ct-fancy-icon > svg {
  width: 55px;
  height: 55px;
}
.ct-inner-content {
  width: 100%;
}
.ct-slide {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ct-nestable-shortcode {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}
.oxy-comments {
  width: 100%;
  text-align: left;
}
.oxy-comment-form {
  width: 100%;
}
.oxy-login-form {
  width: 100%;
}
.oxy-search-form {
  width: 100%;
}
.oxy-tabs-contents {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}
.oxy-tab {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}
.oxy-tab-content {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}
.oxy-testimonial {
  width: 100%;
}
.oxy-icon-box {
  width: 100%;
}
.oxy-pricing-box {
  width: 100%;
}
.oxy-posts-grid {
  width: 100%;
}
.oxy-gallery {
  width: 100%;
}
.ct-slider {
  width: 100%;
}
.oxy-tabs {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: stretch;
}
.ct-modal {
  flex-direction: column;
  align-items: flex-start;
}
.ct-span {
  display: inline-block;
  text-decoration: inherit;
  /* font-size: 20px; */
}
.ct-widget {
  width: 100%;
}
.oxy-dynamic-list {
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ct-div-block,
  .oxy-post-content,
  .ct-text-block,
  .ct-headline,
  .oxy-rich-text,
  .ct-link-text {
    max-width: 100%;
  }
  img {
    flex-shrink: 0;
  }
  body * {
    min-height: 1px;
  }
}
.oxy-testimonial {
  flex-direction: row;
  align-items: center;
}
.oxy-testimonial .oxy-testimonial-photo-wrap {
  order: 1;
}

.oxy-testimonial .oxy-testimonial-photo {
  width: 125px;
  height: 125px;
  margin-right: 20px;
}

.oxy-testimonial .oxy-testimonial-photo-wrap,
.oxy-testimonial .oxy-testimonial-author-wrap,
.oxy-testimonial .oxy-testimonial-content-wrap {
  align-items: flex-start;
  text-align: left;
}

.oxy-testimonial .oxy-testimonial-text {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.4;
  -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author {
  font-size: 18px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author-info {
  font-size: 12px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-icon-box {
  text-align: left;
  flex-direction: column;
}

.oxy-icon-box .oxy-icon-box-icon {
  margin-bottom: 12px;
  align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-heading {
  font-size: 21px;
  margin-bottom: 12px;
}

.oxy-icon-box .oxy-icon-box-text {
  font-size: 16px;
  margin-bottom: 12px;
  align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-link {
  margin-top: 20px;
}

/* GLOBALS */

.oxy-pricing-box .oxy-pricing-box-section {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
  justify-content: center;
}

/* IMAGE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
  justify-content: center;
}

/* TITLE */

.oxy-pricing-box .oxy-pricing-box-title-title {
  font-size: 48px;
}

.oxy-pricing-box .oxy-pricing-box-title-subtitle {
  font-size: 24px;
}

/* PRICE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
  flex-direction: row;
}

.oxy-pricing-box .oxy-pricing-box-currency {
  font-size: 28px;
}

.oxy-pricing-box .oxy-pricing-box-amount-main {
  font-size: 80px;
  line-height: 0.7;
}

.oxy-pricing-box .oxy-pricing-box-amount-decimal {
  font-size: 13px;
}

.oxy-pricing-box .oxy-pricing-box-term {
  font-size: 16px;
}

.oxy-pricing-box .oxy-pricing-box-sale-price {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}

/* CONTENT */

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}

/* CTA */

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
  justify-content: center;
}

.oxy-progress-bar .oxy-progress-bar-background {
  background-color: #000000;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.12) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.12) 50%,
    rgba(255, 255, 255, 0.12) 75%,
    transparent 75%,
    transparent
  );
  animation: none 0s paused;
}

.oxy-progress-bar .oxy-progress-bar-progress-wrap {
  width: 85%;
}

.oxy-progress-bar .oxy-progress-bar-progress {
  background-color: #66aaff;
  padding: 40px;
  animation: none 0s paused, none 0s paused;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.12) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.12) 50%,
    rgba(255, 255, 255, 0.12) 75%,
    transparent 75%,
    transparent
  );
}

.oxy-progress-bar .oxy-progress-bar-overlay-text {
  font-size: 30px;
  font-weight: 900;
  -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-progress-bar .oxy-progress-bar-overlay-percent {
  font-size: 12px;
}

.ct-slider .unslider-nav ol li {
  border-color: #ffffff;
}
.ct-slider .unslider-nav ol li.unslider-active {
  background-color: #ffffff;
}
.ct-slider .ct-slide {
  padding: 0px;
}

.oxy-superbox .oxy-superbox-secondary,
.oxy-superbox .oxy-superbox-primary {
  transition-duration: 0.5s;
}

.oxy-shape-divider {
  width: 0px;
  height: 0px;
}

.oxy_shape_divider svg {
  width: 100%;
}
.oxy-pro-menu
  .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(
    .oxy-pro-menu-off-canvas-container
  )
  .sub-menu {
  box-shadow: px px px px;
}

.oxy-pro-menu
  .oxy-pro-menu-show-dropdown
  .oxy-pro-menu-list
  .menu-item-has-children
  > a
  svg {
  transition-duration: 0.4s;
}

.oxy-pro-menu
  .oxy-pro-menu-show-dropdown
  .oxy-pro-menu-list
  .menu-item-has-children
  > a
  div {
  margin-left: 0px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
  width: 30px;
  height: 30px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon,
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
  transition-duration: 0.4s;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon {
  top: 20px;
  left: 20px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
  width: 24px;
  height: 24px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon,
.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
  transition-duration: 0.4s;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container {
  background-color: #ffffff;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container,
.oxy-pro-menu .oxy-pro-menu-open-container {
  background-image: url();
}

.oxy-pro-menu
  .oxy-pro-menu-off-canvas-container
  .oxy-pro-menu-list
  .menu-item-has-children
  > a
  svg,
.oxy-pro-menu
  .oxy-pro-menu-open-container
  .oxy-pro-menu-list
  .menu-item-has-children
  > a
  svg {
  font-size: 24px;
}

.oxy-pro-menu
  .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container
  .menu-item-has-children
  ul,
.oxy-pro-menu
  .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container
  .menu-item-has-children
  ul {
  background-color: rgba(0, 0, 0, 0.2);
  border-top-style: solid;
}

.oxy-pro-menu
  .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(
    .oxy-pro-menu-off-canvas-container
  )
  .oxy-pro-menu-list {
  flex-direction: row;
}
.oxy-pro-menu .oxy-pro-menu-container .menu-item a {
  text-align: left;
  justify-content: flex-start;
}
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item,
.oxy-pro-menu
  .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container
  .menu-item {
  align-items: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container {
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
}
.oxy-pro-menu
  .oxy-pro-menu-container.oxy-pro-menu-open-container
  .oxy-pro-menu-list
  .menu-item
  a,
.oxy-pro-menu
  .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container
  .oxy-pro-menu-list
  .menu-item
  a {
  text-align: left;
  justify-content: flex-start;
}

.oxy-site-navigation {
  --oxynav-brand-color: #4831b0;
  --oxynav-neutral-color: #ffffff;
  --oxynav-activehover-color: #efedf4;
  --oxynav-background-color: #4831b0;
  --oxynav-border-radius: 0px;
  --oxynav-other-spacing: 8px;
  --oxynav-transition-duration: 0.3s;
  --oxynav-transition-timing-function: cubic-bezier(0.84, 0.05, 0.31, 0.93);
}

.oxy-site-navigation .oxy-site-navigation__mobile-close-wrapper {
  text-align: left;
}

.oxy-site-navigation > ul {
  left: 0;
}
.oxy-site-navigation {
  --oxynav-animation-name: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta="true"]:nth-last-child(1) {
  background-color: var(--oxynav-brand-color);
  transition: var(--oxynav-transition-duration);
  margin-left: var(--oxynav-other-spacing);
  border: none;
}
.oxy-site-navigation > ul:not(.open) > li[data-cta="true"]:nth-last-child(2) {
  background: transparent;
  border: 1px solid currentColor;
  transition: var(--oxynav-transition-duration);
  margin-left: var(--oxynav-other-spacing);
}
.oxy-site-navigation
  > ul:not(.open)
  > li[data-cta="true"]:nth-last-child(2):not(:hover)
  > img {
  filter: invert(0) !important;
}
.oxy-site-navigation > ul:not(.open) > li[data-cta="true"]:hover {
  background-color: var(--oxynav-activehover-color);
}
.oxy-site-navigation
  > ul:not(.open)
  > li[data-cta="true"]:nth-last-child(1)
  > a {
  color: var(--oxynav-neutral-color);
}
.oxy-site-navigation
  > ul:not(.open)
  > li[data-cta="true"]:nth-last-child(2)
  > a {
  color: var(--oxynav-brand-color);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta="true"]:hover > a {
  color: var(--oxynav-brand-color);
}
.oxy-site-navigation
  > ul:not(.open)
  > li[data-cta="true"]:nth-last-child(1)
  > a::after {
  color: var(--oxynav-neutral-color);
}
.oxy-site-navigation
  > ul:not(.open)
  > li[data-cta="true"]:nth-last-child(2)
  > a::after {
  color: var(--oxynav-brand-color);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta="true"]:hover > a::after {
  color: var(--oxynav-brand-color);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta="true"] > ul {
  display: none;
}
.oxy-site-navigation > ul:not(.open) > li[data-cta="true"] > button,
.oxy-site-navigation > ul:not(.open) > li[data-cta="true"] > ul {
  display: none;
}

.ct-section-inner-wrap,
.oxy-header-container {
  max-width: 1240px;
}
body {
  font-family: "Plus Jakarta Sans";
}
body {
  line-height: 140%;
  font-size: 16px;
  font-weight: 400;
  color: color(1);
}
.oxy-nav-menu-hamburger-line {
  background-color: color(1);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans";
  font-size: 36px;
  font-weight: 700;
}
h2,
h3,
h4,
h5,
h6 {
  font-size: 30px;
}
h3,
h4,
h5,
h6 {
  font-size: 24px;
}
h4,
h5,
h6 {
  font-size: 20px;
}
h5,
h6 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}


.ct-link-button {
  border-radius: 3px;
}
.ct-section-inner-wrap {
  padding-top: 75px;
  padding-right: 20px;
  padding-bottom: 75px;
  padding-left: 20px;
}
.ct-new-columns > .ct-div-block {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.oxy-header-container {
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .ct-columns-inner-wrap {
    display: block !important;
  }
  .ct-columns-inner-wrap:after {
    display: table;
    clear: both;
    content: "";
  }
  .ct-column {
    width: 100% !important;
    margin: 0 !important;
  }
  .ct-columns-inner-wrap {
    margin: 0 !important;
  }
}
.h5 {
  letter-spacing: -0.02em;
  font-size: 24px;
  line-height: 22px;
}
.black {
  color: #000000;
}
@media (max-width: 767px) {
  .black {
    text-align: center;
    width: 100%;
  }
  .black:not(.ct-section):not(.oxy-easy-posts),
  .black.oxy-easy-posts .oxy-posts,
  .black.ct-section .ct-section-inner-wrap {
    display: none;
  }
}

.pink {
  color: #BE1E2D;
  letter-spacing: -0.02em;
  /* font-size: 36px; */
  line-height: normal;
}
@media (max-width: 1024px) {
  .pink {
    text-align: left;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .pink {
  }
  .pink:not(.ct-section):not(.oxy-easy-posts),
  .pink.oxy-easy-posts .oxy-posts,
  .pink.ct-section .ct-section-inner-wrap {
    display: none;
  }
}

.small {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02em;
}
.bold {
  text-align: left;
  font-weight: 700;
}
.h1 {
  letter-spacing: -0.02em;
  font-size: 44px;
  line-height: 45px;
}
@media (max-width: 1240px) {
  .h1 {
    font-size: 44px !important ;
  }
}

@media (max-width: 1024px) {
  .h1 {
    line-height: normal;
    font-size: 34;
  }
}

@media (max-width: 767px) {
  .h1 {
    font-size: 22px !important ;
    text-align: center;
  }
}

.extrabold {
  font-weight: 800;
}
.btn:hover {
  transition-duration: 0.3s;
  background-color: #c1134d;
}
.btn {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  background-color: #BE1E2D;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  transition-duration: 0.3s;
}
.btn:not(.ct-section):not(.oxy-easy-posts),
.btn.oxy-easy-posts .oxy-posts,
.btn.ct-section .ct-section-inner-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .btn {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
    line-height: normal;
    border-radius: 5px;
  }
}

.oxel_reviewbox__image_wrapper__image {
  max-width: 1000px;
  height: 100%;
}
.oxel_reviewbox__image_wrapper {
  width: 200px;
  overflow: hidden;
  text-align: center;
  border-radius: 50%;
  border-top-color: #f9f9fa;
  border-right-color: #f9f9fa;
  border-bottom-color: #f9f9fa;
  border-left-color: #f9f9fa;
  border-top-width: 8px;
  border-right-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 8px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  height: 200px;
  flex-shrink: 0;
  margin-right: 16px;
}
.oxel_reviewbox__image_wrapper:not(.ct-section):not(.oxy-easy-posts),
.oxel_reviewbox__image_wrapper.oxy-easy-posts .oxy-posts,
.oxel_reviewbox__image_wrapper.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .oxel_reviewbox__image_wrapper {
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 479px) {
  .oxel_reviewbox__image_wrapper {
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}

.oxel_reviewbox__details_wrapper {
  padding-left: 0px;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .oxel_reviewbox__details_wrapper {
    text-align: center;
    padding-left: 0px;
  }
  .oxel_reviewbox__details_wrapper:not(.ct-section):not(.oxy-easy-posts),
  .oxel_reviewbox__details_wrapper.oxy-easy-posts .oxy-posts,
  .oxel_reviewbox__details_wrapper.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 479px) {
  .oxel_reviewbox__details_wrapper {
    padding-left: 0px;
  }
}

.oxel_reviewbox__details_wrapper__name {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 32px;
  color: #374047;
  line-height: 1.2;
  margin-bottom: 8px;
}
.oxel_reviewbox__details_wrapper__star_wrapper {
  margin-top: 8px;
  margin-bottom: 8px;
}
.oxel_reviewbox__details_wrapper__star_wrapper:not(.ct-section):not(
    .oxy-easy-posts
  ),
.oxel_reviewbox__details_wrapper__star_wrapper.oxy-easy-posts .oxy-posts,
.oxel_reviewbox__details_wrapper__star_wrapper.ct-section
  .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
}
.oxel_reviewbox__star {
  color: #7f8b93;
}
.oxel_reviewbox__star > svg {
  width: 22px;
  height: 22px;
}
.oxel_reviewbox__star {
}
.oxel_reviewbox__row {
  width: 100%;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
  text-align: left;
}
.oxel_reviewbox__row:not(.ct-section):not(.oxy-easy-posts),
.oxel_reviewbox__row.oxy-easy-posts .oxy-posts,
.oxel_reviewbox__row.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .oxel_reviewbox__row {
    text-align: center;
  }
  .oxel_reviewbox__row:not(.ct-section):not(.oxy-easy-posts),
  .oxel_reviewbox__row.oxy-easy-posts .oxy-posts,
  .oxel_reviewbox__row.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 479px) {
}

.oxel_reviewbox__review_body {
}
@media (max-width: 767px) {
  .oxel_reviewbox__review_body {
    text-align: left;
  }
}

@media (max-width: 479px) {
  .oxel_reviewbox__review_body {
    text-align: left;
  }
}

.oxel_reviewbox {
  background-color: #eceeef;
  width: 100%;
}
.oxel_reviewbox__details_wrapper__title {
  font-size: 14px;
  color: #606e79;
}
.oxel-breadcrumb-wrapper {
  width: 100%;
}
.oxel-breadcrumb-code {
  width: 100%;
}
.oxel_accordion {
  border-top-color: #adb4b9;
  border-right-color: #adb4b9;
  border-bottom-color: #adb4b9;
  border-left-color: #adb4b9;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  width: 100%;
  padding-top: 18px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 18px;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 14px;
}
.oxel_accordion__row {
  font-family: Plus Jakarta Sans;
  width: 100%;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: justify;
  border-bottom-style: none;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  font-weight: 600;
  background-color: #ffffff;
  cursor: pointer;
}
.oxel_accordion__row:not(.ct-section):not(.oxy-easy-posts),
.oxel_accordion__row.oxy-easy-posts .oxy-posts,
.oxel_accordion__row.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.oxel_accordion__icon {
  color: #BE1E2D;
}
.oxel_accordion__icon > svg {
  width: 18px;
  height: 18px;
}
.oxel_accordion__icon {
  margin-right: 8px;
  transition-duration: 0.3s;
}
.oxel_accordion__row_left {
}
.oxel_accordion__row_left:not(.ct-section):not(.oxy-easy-posts),
.oxel_accordion__row_left.oxy-easy-posts .oxy-posts,
.oxel_accordion__row_left.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.oxel_accordion__content {
  width: 100%;
  padding-top: 18px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-bottom-color: #98a1a8;
  border-bottom-width: 2px;
  border-bottom-style: none;
  overflow: hidden;
  opacity: 1;
  transition-duration: 3s;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  transition-property: max-height;
  text-align: left;
  max-height: 3000px;
}
.oxel_accordion__content:not(.ct-section):not(.oxy-easy-posts),
.oxel_accordion__content.oxy-easy-posts .oxy-posts,
.oxel_accordion__content.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.oxel_accordion__content__hidden {
  max-height: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  z-index: -1;
  padding-bottom: 0px;
  transition-duration: 0s;
}
.oxel_accordion__content__hidden:not(.ct-section):not(.oxy-easy-posts),
.oxel_accordion__content__hidden.oxy-easy-posts .oxy-posts,
.oxel_accordion__content__hidden.ct-section .ct-section-inner-wrap {
  display: flex;
}
.oxel_accordion__row__label {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 767px) {
  .oxel_accordion__row__label {
    text-align: left;
    padding-right: 20px;
    font-size: 14px;
    color: #000000;
  }
}

.h2 {
  letter-spacing: -0.02em;
  font-size: 36px;
  line-height: normal;
}
@media (max-width: 1240px) {
  .h2 {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  .h2 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .h2 {
    font-size: 22px;
  }
}

.h3 {
  letter-spacing: -0.02em;
  font-size: 28px;
  line-height: 22px;
}
.h4 {
  letter-spacing: -0.02em;
  font-size: 25px;
  line-height: normal;
}
@media (max-width: 1024px) {
  .h4 {
    font-size: 24px;
  }
}

.h6 {
  letter-spacing: -0.02em;
  font-size: 22px;
  line-height: 36.5px;
}
@media (max-width: 1024px) {
  .h6 {
    font-size: 18px;
    line-height: 1.5;
  }
}

.semibold {
  font-size: large;
  font-weight: 600;
}
.medium {
  font-weight: 500;
}
.medium:not(.ct-section):not(.oxy-easy-posts),
.medium.oxy-easy-posts .oxy-posts,
.medium.ct-section .ct-section-inner-wrap {
  display: block;
}
.serviceBox {
  border-radius: 12px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #e6e6e6;
  border-right-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  padding-top: 46px;
  padding-bottom: 22px;
  height: 100%;
}
.portfolioDiv {
  border-radius: 10px;
  height: 100%;
}
@media (max-width: 1024px) {
  .portfolioDiv {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .portfolioDiv {
    width: 314px;
    min-width: 314px;
  }
}

.whiteBtn:hover {
  transform: translateY(-5px);
  transition-duration: 0.3s;
}
.whiteBtn {
  background-color: #fff8fa;
  border-radius: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 24px;
  padding-right: 24px;
  gap: 10px;
  transition-duration: 0.3s;
}
.whiteBtn:not(.ct-section):not(.oxy-easy-posts),
.whiteBtn.oxy-easy-posts .oxy-posts,
.whiteBtn.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.whiteBtnText {
  color: #BE1E2D;
  font-weight: 600;
  font-size: 18px;
  line-height: 36.5px;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .whiteBtnText {
    font-size: 14px;
  }
}

.reveal-type {
}
.heroSlider {
}
.slideText {
}
@media (max-width: 1240px) {
  .slideText {
  }
  .slideText:not(.ct-section):not(.oxy-easy-posts),
  .slideText.oxy-easy-posts .oxy-posts,
  .slideText.ct-section .ct-section-inner-wrap {
    display: flex;
  }
}

.oxy-stock-content-styles {
}
.faqDiv {
}
.tabs-3455-tab {
}
.tabs-3455-tab-active {
}
.tabs-contents-3455-tab {
  width: 748px;
}
.processText {
  font-size: 24px;
  line-height: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fbc3d5;
  background-color: #ffffff;
}
.processTab {
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  background-color: #f8f8f8;
  width: 263px;
  border-radius: 46px;
  gap: 18px;
}
.processTab:not(.ct-section):not(.oxy-easy-posts),
.processTab.oxy-easy-posts .oxy-posts,
.processTab.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
}
@media (max-width: 1240px) {
  .processTab {
    width: 235px;
  }
}

.processTabImageBox {
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  border-radius: 100%;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
}
.processTabImageBox:not(.ct-section):not(.oxy-easy-posts),
.processTabImageBox.oxy-easy-posts .oxy-posts,
.processTabImageBox.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.tabCircle {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  min-width: 8px;
  min-height: 8px;
  background-color: #fbc3d5;
}
.tabDiv {
  width: 100%;
  padding-left: 37px;
  text-align: left;
  gap: 21px;
}
.tabDiv:not(.ct-section):not(.oxy-easy-posts),
.tabDiv.oxy-easy-posts .oxy-posts,
.tabDiv.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 21px;
}
.active {
}
.processTabText {
}
.tabInnerBox {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #e6e6e6;
  border-right-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-radius: 12px;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  min-height: 671px;
}
@media (max-width: 1024px) {
  .tabInnerBox {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}

.tabInnerPhaseText {
  font-size: 28px;
  line-height: 22px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 1240px) {
  .tabInnerPhaseText {
    font-size: 22px;
    line-height: normal;
  }
}

.tabInnerHeading {
  color: #BE1E2D;
  font-size: 28px;
  line-height: 1.4;
}
@media (max-width: 1240px) {
  .tabInnerHeading {
    font-size: 22px;
    line-height: normal;
  }
}

.tabInnerText {
  margin-top: 61px;
  margin-bottom: 61px;
}
@media (max-width: 767px) {
  .tabInnerText {
    margin-top: 13px;
    margin-bottom: 0px;
    font-size: 14px;
  }
}

.toolUsedDiv {
  max-width: 471px;
  width: 100%;
}
.toolusedHeading {
  font-size: 16px;
  color: #333333;
}
@media (max-width: 767px) {
  .toolusedHeading {
    font-size: 14px;
  }
}

.mobileAccPhaseHeading {
}
@media (max-width: 767px) {
  .mobileAccPhaseHeading {
    font-size: 18px;
    font-weight: 900;
    width: 60px;
    color: #fbc3d5;
    background-color: #ffffff;
  }
}

.mobileAccDiv {
}
@media (max-width: 767px) {
  .mobileAccDiv {
    min-width: 11.23px;
    min-height: 11.23px;
    width: 11.23px;
    height: 11.23px;
    background-color: #fbc3d5;
    border-radius: 100%;
    margin-top: 5px;
  }
}

.processAcc {
}
@media (max-width: 767px) {
  .processAcc {
    padding-bottom: 12px;
  }
}

.processAccHeadingDiv {
}
@media (max-width: 767px) {
  .processAccHeadingDiv {
    width: 100%;
    padding-top: 5px;
    padding-right: 30px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: #f8f8f8;
    position: relative;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(243, 156, 185, 0);
    border-right-color: rgba(243, 156, 185, 0);
    border-bottom-color: rgba(243, 156, 185, 0);
    border-left-color: rgba(243, 156, 185, 0);
    gap: 5px;
  }
  .processAccHeadingDiv:not(.ct-section):not(.oxy-easy-posts),
  .processAccHeadingDiv.oxy-easy-posts .oxy-posts,
  .processAccHeadingDiv.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
  }
}

.processAccDiv {
}
@media (max-width: 767px) {
  .processAccDiv {
    text-align: left;
    width: 80%;
    border-radius: 12px;
    overflow: hidden;
  }
  .processAccDiv:not(.ct-section):not(.oxy-easy-posts),
  .processAccDiv.oxy-easy-posts .oxy-posts,
  .processAccDiv.ct-section .ct-section-inner-wrap {
    display: flex;
  }
}

.processAccHeading {
}
@media (max-width: 767px) {
  .processAccHeading {
    font-size: 14px;
    color: #333333;
    letter-spacing: -0.02em;
  }
}

.processAccIcon {
}
@media (max-width: 767px) {
  .processAccIcon {
    position: absolute;
    right: 19px;
  }
}

.processAccInnerDiv {
}
@media (max-width: 767px) {
  .processAccInnerDiv {
    width: 100%;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #ffffff;
    padding-top: 23px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 23px;
    border-right-width: 1px;
    border-right-color: #dcdcdc;
    border-bottom-width: 1px;
    border-bottom-color: #dcdcdc;
    border-left-width: 1px;
    border-left-color: #dcdcdc;
  }
  .processAccInnerDiv:not(.ct-section):not(.oxy-easy-posts),
  .processAccInnerDiv.oxy-easy-posts .oxy-posts,
  .processAccInnerDiv.ct-section .ct-section-inner-wrap {
    display: none;
  }
}

.processAccIconBox {
}
@media (max-width: 767px) {
  .processAccIconBox {
    padding-top: 8px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 9px;
    background-color: #ffffff;
    border-radius: 8px;
    width: 55px;
    height: 45px;
    min-width: 55px;
    min-height: 45px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .processAccIconBox:not(.ct-section):not(.oxy-easy-posts),
  .processAccIconBox.oxy-easy-posts .oxy-posts,
  .processAccIconBox.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}

.processAccInnerHeading {
}
@media (max-width: 767px) {
  .processAccInnerHeading {
    font-size: 14px;
    font-weight: 800;
  }
}

.processAccLeftDiv {
}
.slideTextTablet {
}
@media (max-width: 1240px) {
  .slideTextTablet {
    gap: 36px;
    width: 443px;
    max-width: 443px;
  }
  .slideTextTablet:not(.ct-section):not(.oxy-easy-posts),
  .slideTextTablet.oxy-easy-posts .oxy-posts,
  .slideTextTablet.ct-section .ct-section-inner-wrap {
    gap: 36px;
  }
}

@media (max-width: 767px) {
  .slideTextTablet {
    width: 100%;
  }
}

.heroSliderTablet {
}
@media (max-width: 1240px) {
  .heroSliderTablet {
    overflow: hidden;
  }
}

@media (max-width: 1240px) {
  .heroTabletIconBox {
    width: 73px;
    height: 73px;
    max-width: 73px;
    max-height: 73px;
    min-width: 73px;
    min-height: 73px;
    position: relative;
  }
  .heroTabletIconBox:not(.ct-section):not(.oxy-easy-posts),
  .heroTabletIconBox.oxy-easy-posts .oxy-posts,
  .heroTabletIconBox.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
  }
}

.heroTabletHeading {
}
@media (max-width: 1240px) {
  .heroTabletHeading {
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
}

@media (max-width: 767px) {
  .heroTabletHeading {
    font-size: 14px;
  }
}

.heroTabletBox {
}
@media (max-width: 1240px) {
  .heroTabletBox {
    gap: 18px;
  }
  .heroTabletBox:not(.ct-section):not(.oxy-easy-posts),
  .heroTabletBox.oxy-easy-posts .oxy-posts,
  .heroTabletBox.ct-section .ct-section-inner-wrap {
    gap: 18px;
  }
}

@media (max-width: 767px) {
  .heroTabletBox {
    font-size: 14px;
  }
}

.tabletLine {
}
@media (max-width: 1240px) {
  .tabletLine {
    position: absolute;
    bottom: 0px;
    right: 0px;
    min-height: 1px;
    height: 1px;
    width: 172px;
    background-color: rgba(202, 202, 202, 0.35);
  }
}

@media (max-width: 1024px) {
  .tabletLine {
    background-color: rgba(202, 202, 202, 0.35);
  }
  .tabletLine:not(.ct-section):not(.oxy-easy-posts),
  .tabletLine.oxy-easy-posts .oxy-posts,
  .tabletLine.ct-section .ct-section-inner-wrap {
    display: none;
  }
}

@media (max-width: 767px) {
  .tabletLine {
  }
  .tabletLine:not(.ct-section):not(.oxy-easy-posts),
  .tabletLine.oxy-easy-posts .oxy-posts,
  .tabletLine.ct-section .ct-section-inner-wrap {
    display: none;
  }
}

.phaseHeading {
  min-width: 57px;
  background-color: #ffffff;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1240px) {
  .phaseHeading {
  }
}

@media (max-width: 1024px) {
  .phaseHeading {
    font-size: 34px !important ;
  }
}

.phaseCircle {
}
@media (max-width: 1024px) {
  .phaseCircle {
    position: absolute;
    left: 185px;
  }
}

.mobilePhaseHeading {
}
@media (max-width: 767px) {
  .mobilePhaseHeading {
    font-size: 28px;
    line-height: 22px;
    min-width: 38px;
  }
}

.mobilePhaseCircle {
}
@media (max-width: 767px) {
  .mobilePhaseCircle {
    width: 18.38px;
    height: 18.38px;
    background-color: #BE1E2D;
    border-radius: 100%;
    z-index: 1;
  }
}

.mobilePhaseHeadingBox {
}
.linkText {
}
.faqsDiv {
}

.menuClose:not(.ct-section):not(.oxy-easy-posts),
.menuClose.oxy-easy-posts .oxy-posts,
.menuClose.ct-section .ct-section-inner-wrap {
  display: none;
}
@media (max-width: 1024px) {
  .menuClose {
  }
  .menuClose:not(.ct-section):not(.oxy-easy-posts),
  .menuClose.oxy-easy-posts .oxy-posts,
  .menuClose.ct-section .ct-section-inner-wrap {
    display: none;
  }
}

@media (max-width: 767px) {
  .menuClose {
  }
  .menuClose:not(.ct-section):not(.oxy-easy-posts),
  .menuClose.oxy-easy-posts .oxy-posts,
  .menuClose.ct-section .ct-section-inner-wrap {
    display: none;
  }
}

.menuOpen {
}
.mobileMenuInner {
}
.mobileMenuInner:not(.ct-section):not(.oxy-easy-posts),
.mobileMenuInner.oxy-easy-posts .oxy-posts,
.mobileMenuInner.ct-section .ct-section-inner-wrap {
  display: none;
}
@media (max-width: 1024px) {
  .mobileMenuInner {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    width: 100%;
    background-color: #fdd3e1;
    text-align: left;
    position: absolute;
    left: 0px;
    top: 101.6px;
  }
  .mobileMenuInner:not(.ct-section):not(.oxy-easy-posts),
  .mobileMenuInner.oxy-easy-posts .oxy-posts,
  .mobileMenuInner.ct-section .ct-section-inner-wrap {
    display: none;
  }
}

@media (max-width: 767px) {
  .mobileMenuInner {
    position: absolute;
    left: 0px;
    top: 84px;
    width: 100%;
    background-color: #fdd3e1;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    z-index: 9;
    text-align: left;
  }
  .mobileMenuInner:not(.ct-section):not(.oxy-easy-posts),
  .mobileMenuInner.oxy-easy-posts .oxy-posts,
  .mobileMenuInner.ct-section .ct-section-inner-wrap {
    display: none;
    align-items: center;
  }
}

.uportfolioInner:hover .hoverBox {
  opacity: 1;
  transition-duration: 0.3s;
  z-index: 1;
}
.uportfolioInner {
  width: 100%;
  height: 350px;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .uportfolioInner {
    height: 316px;
  }
}

.googlePlay {
}
.googlePlay:not(.ct-section):not(.oxy-easy-posts),
.googlePlay.oxy-easy-posts .oxy-posts,
.googlePlay.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.starsDiv {
  margin-top: 5px;
  margin-bottom: 5px;
}
.linkBox:hover {
  transform: scale(1.1, 1.1);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #fef1f6;
  border-right-color: #fef1f6;
  border-bottom-color: #fef1f6;
  border-left-color: #fef1f6;
  transition-duration: 0.3s;
  background-color: rgba(0, 0, 0, 0.2);
}
.linkBox {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-radius: 5px;
  transition-duration: 0.3s;
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
}
.hoverBox {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 21.5px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition-duration: 0.3s;
  z-index: -1;
}
.hoverBox:not(.ct-section):not(.oxy-easy-posts),
.hoverBox.oxy-easy-posts .oxy-posts,
.hoverBox.ct-section .ct-section-inner-wrap {
  align-items: center;
  justify-content: center;
}
.uportfolioDesc {
  margin-top: 20px;
  width: 100%;
  border-radius: 21.5px;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}
.uportfolioDesc:not(.ct-section):not(.oxy-easy-posts),
.uportfolioDesc.oxy-easy-posts .oxy-posts,
.uportfolioDesc.ct-section .ct-section-inner-wrap {
  display: none;
}
@media (max-width: 767px) {
  .uportfolioDesc {
  }
  .uportfolioDesc:not(.ct-section):not(.oxy-easy-posts),
  .uportfolioDesc.oxy-easy-posts .oxy-posts,
  .uportfolioDesc.ct-section .ct-section-inner-wrap {
    display: none;
  }
}

.uportfolioMain {
  cursor: pointer;
}
.mobileMenu {
}
.descLink:hover {
  transform: scale(1.1, 1.1);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #000000;
  border-right-color: #000000;
  border-bottom-color: #000000;
  border-left-color: #000000;
  transition-duration: 0.3s;
}
.descLink {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  padding-top: 7px;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 7px;
  border-radius: 5px;
  transition-duration: 0.3s;
}
.whiteBorder:hover {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
}
.whiteBorder {
}
.subheading {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1.95px;
  color: #BE1E2D;
}
.noMargin {
  margin: 0px !important;
}
@media (max-width: 767px) {
  .noMargin {
    margin: 0px !important;
  }
}

.skip-lazy {
}
.lightTxt {
}
.textCenter {
  text-align: center;
}
.portfolioServiceImage {
}
.portfolioServicesDiv {
}
.ourProcessLogo {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-radius: 100px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  max-height: 50px;
  min-height: 50px;
  width: auto;
}
.ourProcessLogo:not(.ct-section):not(.oxy-easy-posts),
.ourProcessLogo.oxy-easy-posts .oxy-posts,
.ourProcessLogo.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.menu-for-border {
}
@media (max-width: 767px) {
  .menu-for-border {
  }
}

.new_class_for_close {
}
.cross_icon_close {
  border: 1px solid;
  padding: 20px;
  color: #333333;
}
.cross_icon_close > svg {
  width: 55px;
  height: 55px;
}
.cross_icon_close {
}
@media (max-width: 767px) {
  .cross_icon_close {
    max-width: 25px;
  }
}

@media (max-width: 479px) {
  .cross_icon_close {
    font-weight: 500;
  }
}

.cstm_des_menu_item {
}

.ct-span.oxy-stock-content-styles {
  font-size: 20px;
}

.ct-span.oxy-stock-content-styles p {
  font-size: 16px;
  font-weight: 400;
}

section#section-138-136 div#div_block-139-136 {
  align-items: center;
}

#link-33-8 img#image-34-8 {
  filter: none;
  width: 160px;
}

#link-41-8 img {
    filter: invert(1);
}
#div_block-39-8 img {
  filter: invert(1);
}