@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');*/

/* Variables */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  /* font-family: 'SF Pro Display'; */
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
  background: #fff;
  font-size: .9375rem;
  overflow: unset !important;
  padding-right: unset !important;
}


::selection {
  /*  user-select: none;*/
  color: #fff;
  background: #CD1F27;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a:hover {
  transition: all 0.3s ease-out 0s;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

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

i,
span,
a {
  display: inline-block;
}

p {
  color: #585858;
  font-size: 16px;
  margin: 0;
  /* font-weight: 300; */
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

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


header.site_header {
  background-color: #fff;
  padding: 5px 0;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 99999999;
  /*  box-shadow: 0px 3px 33px 0 rgb(19 24 44 / 69%);*/
}

header.site_header .navbar-nav .nav-item {
  display: flex;
  align-items: center;
}

header.site_header .navbar-nav .nav-item {
  /*    margin: 1rem 16px;*/
  font-size: 15px;
  color: #030303 !important;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  width: fit-content;
}

header.site_header .navbar-nav .nav-item .nav-link {
  padding: 0px;
  font-weight: 500;
  font-size: 16px;
}

header.site_header .navbar-nav .nav-item:hover .nav-link {
  color: #CD2027 !important;
}

header.site_header .navbar-nav .nav-item.active .nav-link {
  color: #CD2027 !important;
}

header.site_header.header-scrolled {
  top: -92px;
  left: 0;
  right: 0;
  z-index: 999;
  background: #ffffffc4;
  transform: translateY(90px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  -moz-transition: transform 500ms ease, background 500ms ease;
  -ms-transition: transform 500ms ease, background 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
  position: fixed;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 5px 0;
}

header.site_header.common_header {
  background-color: rgba(164, 19, 27, 0.4);
}

header.site_header.common_header.header-scrolled {
  background: rgba(148, 17, 23, 0.92);
}

header.site_header .header_social_nav li {
  display: inline-block;
  padding: 0 8px;
}

header.site_header .navbar-brand img {
  width: 170px;
}

header.site_header.header-scrolled .navbar-brand img {
  width: 130px;
}

header.site_header .navbar .navbar-collapse {
  flex-grow: unset;
}

header.site_header .main_header_width_section {
  min-width: 35%;
  text-align: start;
}

.create_project_btn_header {
  min-width: 35%;
  justify-content: end;
  display: grid;
}

header.site_header .btn.btn-primary {
  font-size: 16px;
  padding: 9px 20px;
  min-width: auto !important;
  min-height: 44px;
  /* height: 41px; */
}

header.site_header .btn.btn-primary.btn-editsite {
  box-shadow: 0px 0px 25px 0px #7070701A !important;
  background-color: #fff !important;
  color: #000;
  border-color: #7070701A !important;
}

header.site_header .btn.btn-primary.btn-editsite:hover {
  box-shadow: 0px 0px 25px 0px #7070701A !important;
  background-color: #CD2027 !important;
  color: #fff;
  border-color: #CD2027 !important;
}

header.site_header .navbar-collapse.main_header_width .offcanvas-header {
  padding: 0px;
}

.btn.btn-primary {
  background: #CD2027 !important;
  border: 1px solid #CD2027 !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 16px;
  padding: 13px 25px;
  border-radius: 5px !important;
  color: #fff;
  font-weight: 500;
  min-width: 160px;
}

.btn.btn-primary:hover {
  background: #0A0A0A !important;
  border: 1px solid #0A0A0A !important;
}

.btn.btn-primary.btn-border {
  background: transparent !important;
  border: 1px solid #CD2027 !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 16px;
  padding: 13px 25px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 5px !important;
  color: #CD2027;
  font-weight: 400;
  min-width: 160px;
}

.btn.btn-primary.btn-border:hover {
  background: #000 !important;
  color: #fff;
  border: 1px solid #000 !important;
}

.btn.btn-primary.btn-black {
  background: #000 !important;
  border: 1px solid #000 !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 16px;
  padding: 13px 25px;
  border-radius: 5px !important;
  color: #fff;
  font-weight: 500;
  min-width: 160px;
}

.btn.btn-primary.btn-black:hover {
  background: #CD2027 !important;
  border: 1px solid #CD2027 !important;
}

.sidebar_bottom_nav li .dot {
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 100%;
}

@media (min-width: 1200px) {
  header.site_header .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  /*   header.site_header .navbar-nav .nav-item.dropdown:hover .dropdown-toggle::after {
    border-bottom: .3em solid !important;
    border-top: 0 !important;
  }*/

  header.site_header .navbar-nav .nav-item.dropdown:hover .fa.fa-angle-down {
    transform: rotate(180deg);
  }

  header.site_header .navbar-nav .nav-item.dropdown .fa.fa-angle-down {
    transition: all 0.3s ease;
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;
  }

}


.navbar-toggler {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  height: 30px;
  width: 30px;
  z-index: 9;
  box-shadow: none !important;
  outline: none !important;
  padding: 0;
  /* padding: 0 0.75rem; */
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.navbar-toggler .icon-bar {
  height: 3px;
  width: 35px;
  margin-bottom: 6px;
  display: block;
  background-color: #030303;
  transition: all 400ms linear;
  cursor: pointer;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  -o-transition: all 400ms linear;
}

.navbar-toggler span:last-child {
  margin-bottom: 0;
}

/*  .navbar-toggler span:nth-child(2) {
    width: 22px;
    margin-left: 0;
  }*/
.navbar-toggler[aria-expanded="false"] span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler.active span:first-child {
  transform: rotate(-45deg);
  top: 8px;
  position: relative;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.navbar-toggler.active span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler.active span:last-child {
  transform: rotate(45deg);
  bottom: 10px;
  position: relative;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

header.site_header .navbar-collapse {
  position: fixed;
  top: 0;
  left: -500px;
  width: 235px;
  height: 100vh !important;
  background: #fff;
  display: flex !important;
  flex-direction: column;
  justify-content: left;
  align-items: flex-end;
  visibility: visible !important;
  overflow-y: auto !important;
  padding: 20px;
  box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  /* z-index: 99; */
}

header.site_header .navbar-collapse.active {
  left: 0;
}

header.site_header .navbar-collapse.collapse.show {
  left: 0 !important;
}

header.site_header .navbar-nav .nav-item .nav-link {
  /*    padding: 1rem 0;*/
  color: #030303 !important;
}

/*header.site_header .navbar-nav .nav-item .nav-link::after {
    bottom: 0;
}*/
/*header.site_header .navbar-nav .nav-item {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
}*/
header.site_header {
  /*    position: relative;*/
  /* background: transparent; */
  background: #fff;
  position: absolute;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 1px 0 0 rgba(22,29,37,0.05);
  box-shadow: 0 1px 0 0 rgba(22,29,37,0.05);
}

header.site_header .menu_button {
  width: 100%;
  justify-content: end;
}

header.site_header .navbar-collapse.main_header_width {
  min-width: 380px !important;
  width: 380px !important;
  background-image: url(../images/header_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

header.site_header .navbar-collapse.main_header_width .navbar-toggler.main_header_width.active {
  padding: 0px;
  min-width: auto;
}

header.site_header .navbar-collapse.main_header_width .navbar-toggler.main_header_width {
  width: 14px;
  height: 14px;
  right: 15px;
  position: absolute;
}

header.site_header .navbar-collapse.main_header_width .navbar-toggler.main_header_width img {
  max-width: 14px;
}

header.site_header .navbar-collapse.main_header_width .navbar-toggler.main_header_width span.icon-bar {
  width: 18px;
  height: 2px;
}

header.site_header .navbar-collapse.main_header_width .navbar-toggler.main_header_width span:first-child {
  top: 6px;
}

header.site_header .navbar-collapse.main_header_width ul.sidebar_bottom_nav li {
  font-size: 15px !important;
}

header.site_header .navbar-collapse.main_header_width ul.sidebar_bottom_nav li a {
  color: #030303 !important;
}

header.site_header .navbar-collapse.main_header_width ul.sidebar_bottom_nav li a:hover {
  color: #CD1F27 !important;
}

@media only screen and (max-width: 575px) {
  header.site_header .navbar-brand img {
    width: 120px;
  }
}

@media only screen and (max-width: 400px) {
  header.site_header .navbar-collapse.main_header_width {
    min-width: 280px !important;
    width: 280px !important;
  }
}


@media only screen and (min-width: 1200px) {
  header.site_header .container, footer.footer_main .container, .container-xl {
    max-width: 1350px;
  }
}

/*===========----------- header section css end -----------===========*/




/*===========----------- home page css Start -----------===========*/
.common_section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.text-red {
  color: #CD2027 !important;
}
a.text-red:hover {
  color: #000 !important;
}

.home_banner_section .heading_section ul {
  z-index: 1;
  position: relative;
}

section.home_banner_section {
  background-image: url(../images/direct_marketing_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  padding: 9rem 0 4rem 0;
}

.home_banner_section img.home_banner_vector_img {
  margin-top: -2rem;
  animation: MoveUpDown 2s linear infinite;
  position: relative;
  bottom: 0;
}

@keyframes MoveUpDown {

  0%,
  100% {
    bottom: 0;
  }

  50% {
    bottom: 10px;
  }
}

.direct_marketing_section .card {
  /*      box-shadow: 10px 10px 15px #00000010;*/
  box-shadow: 0px 0px 10px #00000010;
  background: #FFFFFF81;
  height: 100%;
  border-color: #fff;
  transition: all 0.3s ease-in-out;
}

.direct_marketing_section .card:hover {
  transition: all 0.4s ease;
  transform: translateY(-10px);
  -webkit-filter: grayscale(0%);
}

.direct_marketing_section .card h5 {
  font-size: 16px;
  padding: 0px 15px;
}

.direct_marketing_section .card p {
  font-size: 14px;
  line-height: 17px;
}

.dm_icons {
  box-shadow: 4px 6px 6px #C2BEF788;
  border-radius: 15px;
  width: 55px;
  height: 55px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.dm_icons.like_icon {
  background-color: #3323F0;
}

.dm_icons.team_icon {
  background-color: #68B0F9;
}

.dm_icons.years_business_icon {
  background-color: #6CCAE0;
}

.direct_marketing_section:after {
  content: "";
  background-image: linear-gradient(#ffffff00 0%, #cd2f2b 50%, #ffffff00 100%);
  width: 2px;
  height: 85%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}


/*grow faster section start*/

.grow_faster_section ul.nav.nav-pills .nav-item .nav-link {
  background: #fff;
  box-shadow: 10px 10px 15px #00000010;
  border-radius: 6px;
  color: #030303;
  padding: 18px 25px;
  min-width: 215px;
  font-weight: 600;
}

.grow_faster_section ul.nav.nav-pills .nav-item .nav-link.active {
  background-color: #cd2f2b;
  color: #fff;
}

/*grow faster section end*/

/*collaborate with teams section start*/

.collaborate_with_teams_section {
  background-image: url(../images/collaborate_teams_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.heading_section_black p,
.collaborate_with_teams_section p {
  color: #BCBCBC;
}

.text-sky {
  color: #A8E0DC !important;
}

.collaborate_with_teams_section ul.nav.nav-pills .nav-item .nav-link {
  background: #161616;
  box-shadow: 10px 10px 15px #00000010;
  border-radius: 6px;
  color: #fff;
  padding: 15px 25px;
  width: 100%;
  border: 1px solid #FFFFFF40;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
}

.collaborate_with_teams_section ul.nav.nav-pills .nav-item .nav-link.active,
.collaborate_with_teams_section ul.nav.nav-pills .nav-item .nav-link:hover {
  color: #000000;
  background-image: linear-gradient(#C7DBDA, #A3E1DC);
}

.collaborate_with_teams_section ul.nav.nav-pills .nav-item .nav-link.active img,
.collaborate_with_teams_section ul.nav.nav-pills .nav-item .nav-link:hover img {
  filter: brightness(0);
}

.collaborate_with_teams_section .collaborate_team_tab_img {
  background: #ffffff29;
  min-width: 48px;
  min-height: 48px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
}


/*  .collaborate_with_teams_section .tab-content img{
       animation: MoveUpDown1 2s linear infinite;
      position: relative;
      left: 0;
    }
@keyframes MoveUpDown1 {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 20px;
  }
}*/

/*collaborate with teams section end*/

/*What we offer section start*/

section.what_we_offer_main_section {
  background-image: url(../images/direct_marketing_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.what_we_offer_section {
  background-color: #CD1F27;
  padding: 4rem 0 8rem 0;
}

.what_we_offer_card_icon {
  box-shadow: 10px 10px 15px #00000010;
  border-radius: 15px;
  min-width: 70px;
  height: 70px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -3.1rem;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.card.what_we_offer_card {
  box-shadow: 10px 10px 15px #00000010;
  border-radius: 15px;
  background: #fff;
  border: none;
  height: 100%;
}

.card.what_we_offer_card:hover .what_we_offer_card_icon {
  transition: all 0.4s ease;
  transform: translateY(-10px);
  -webkit-filter: grayscale(0%);
}

.what_we_offer_card_section {
  margin-top: -6rem;
}

.what_we_offer_main_section .what_we_offer_card_section .accordion .accordion-item .accordion-body ul li .doted_border_h {
  border-right: 1px dashed #707070;
  height: 20px;
}

.what_we_offer_main_section .what_we_offer_card_section .accordion .accordion-item .accordion-body ul li a strong {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.what_we_offer_main_section .what_we_offer_card_section .accordion .accordion-item .accordion-body ul li a {
  min-width: 135px;
}

.what_we_offer_main_section .what_we_offer_card_section .accordion .accordion-item .accordion-body ul li a:hover {
  color: #030303 !important;
}

.what_we_offer_main_section .what_we_offer_card_section .accordion .accordion-item .accordion-header button {
  color: #030303;
  font-size: 18px;
  font-weight: 700;
  background: #fff;
  padding: 23px 20px;
  box-shadow: none;
}

.what_we_offer_main_section .what_we_offer_card_section .accordion .accordion-item .accordion-header button.accordion-button.collapsed {
  color: #030303;
  font-size: 18px;
  font-weight: 700;
  background: #fff;
  padding: 23px 20px;
  box-shadow: none;
}

.what_we_offer_main_section .what_we_offer_card_section .accordion .accordion-item .accordion-header button:focus {
  box-shadow: none !important;
}

.what_we_offer_main_section .what_we_offer_card_section .accordion .accordion-item {
  border: none;
  box-shadow: 10px 10px 15px #00000010;
  border-radius: 8px !important;
  background: #fff;
  overflow: auto;
}

.what_we_offer_main_section .what_we_offer_card_section .accordion .accordion-item .accordion-header button.accordion-button:not(.collapsed)::after {
  /*    background-image: var(--bs-accordion-btn-icon);*/
  background: url(../images/arrow-black.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  transform: rotate(90deg);
  transition: transform 0.2s ease-in-out;
  filter: contrast(0);
}

.what_we_offer_main_section .what_we_offer_card_section .accordion .accordion-item .accordion-header button.accordion-button::after {
  transform: rotate(-0deg);
  transition: transform 0.2s ease-in-out;
  background: url(../images/arrow-black.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
}

.what_we_offer_main_section .what_we_offer_card_section .accordion .accordion-item .accordion-body {
  padding: 0px 20px 0px 57px;
  /*    margin-top: -16px;*/
  z-index: 99 !important;
  position: relative;
  background: #fff;
}

.what_we_offer_main_section .what_we_offer_card_section .accordion .accordion-item .accordion-collapse {
  position: relative;
  top: -18px;
}

.card.what_we_offer_card h5 {
  min-height: 48px;
}

/*What we offer section end*/


/*Technological Advantage start section start*/

.technological_advantage_section {
  background-image: url(../images/technological_advantage.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.card.technological_advantage_card {
  box-shadow: 7px 7px 15px #0000000a;
  border: 3px solid #FFFFFF;
  border-radius: 6px;
  height: 100%;
  background: #f9f7fd57;
  transition: all 0.3s ease-in-out;
}

.card.technological_advantage_card:hover {
  transition: all 0.4s ease;
  transform: translateY(-10px);
  -webkit-filter: grayscale(0%);
  background: #cd20271a;
  border: 3px solid #CC212875;
}

/*Technological Advantage start section end*/


/*Hear from our Clients section start*/

.our_clients_section {
  background-image: url(../images/our_clients_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* padding-bottom: 12rem; */
  padding-bottom: 9rem;
  padding-top: 4rem;
  overflow-x: hidden;
}

.our_clients_section .post-slide {
  background: #fff;
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
  box-shadow: 0px 14px 22px -9px #bbcbd8;
}

.our_clients_section .post-slide .post-content {
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
}

.our_clients_section .post-slide .post-content h5 {
  font-weight: 400;
}

.our_clients_section .post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.our_clients_section .post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}

.our_clients_section .post-slide .post-description {
  line-height: 24px;
  color: #808080;
}

.our_clients_section .post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}

.our_clients_section .post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #cfdace;
}

/*.our_clients_section .owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}*/
.our_clients_section .owl-controls .owl-buttons {
  text-align: center;
  position: absolute;
  left: -13rem;
  top: 14.2rem;
  clear: both;
  width: fit-content;
  display: flex;
  gap: 15px;
}

/* .our_clients_section .owl-controls .owl-buttons .owl-prev {
 background: #fff;
  position: absolute;
  top: -13%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.our_clients_section .owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}*/
.our_clients_section .owl-controls .owl-buttons .owl-next {
  background: #fff;
  /* position: absolute;
    top: 36%;
    left: -10rem;*/
  padding: 12px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
  height: 45px;
  width: 45px;
}

.our_clients_section .owl-controls .owl-buttons .owl-prev {
  background: #fff;
  /*position: absolute;
    top: 36%;
    left: -14rem;*/
  padding: 12px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
  height: 45px;
  width: 45px;
}

.our_clients_section .owl-controls .owl-buttons .owl-prev:hover,
.our_clients_section .owl-controls .owl-buttons .owl-next:hover {
  background: #ffffffa3;
}

/*.our_clients_section .owl-controls .owl-buttons .owl-prev:after,
.our_clients_section .owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}*/
.our_clients_section .owl-controls .owl-buttons .owl-prev:after,
.our_clients_section .owl-controls .owl-buttons .owl-next:after {
  content: "";
  color: #333;
  background-image: url(../images/slider_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.our_clients_section .owl-controls .owl-buttons .owl-next:after {
  transform: translateY(-50%) rotate(180deg);
}

.our_clients_section .owl-pagination {
  display: none;
}

.our_clients_section .owl-carousel.owl-theme .owl-wrapper-outer {
  width: 2616px;
  left: 0px;
  display: block;
  transition: all 0ms ease 0s;
  transform: translate3d(0px, 0px, 0px);
}

.lh-40 {
  line-height: 40px;
}

/*Hear from our Clients section end*/


/*What Next? Let’s Get Started section start*/

.faq_section {
  /*    box-shadow: 10px 10px 15px #00000010;*/
  box-shadow: 0px 4px 10px 10px #00000010;
  border-radius: 6px;
  padding: 60px 40px 40px;
  margin-top: -8.4rem;
  background: #fff;
}

.faq_section .accordion-item {
  box-shadow: 10px 10px 15px #00000010;
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  overflow: hidden;
  padding: 6px;
}

.faq_section .accordion-item .accordion-header button {
  font-weight: 700;
}

.faq_section .accordion-item .accordion-header button:focus {
  box-shadow: none;
}

.faq_section .accordion-item .accordion-header button.accordion-button:not(.collapsed) {
  background: none !important;
  color: unset;
  box-shadow: none !important;
}

.faq_section .accordion-item .accordion-collapse .accordion-body {
  padding-top: 0px;
}

.faq_section .accordion-item .accordion-header button.accordion-button:not(.collapsed)::after {
  background-image: url(../images/solid_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}

.faq_section .accordion-item .accordion-header button.accordion-button::after {
  background-image: url(../images/solid_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

/*What Next? Let’s Get Started section end*/


.tick_bg {
  min-width: 20px;
  min-height: 20px;
  background: #cd2027;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
}

.tick_bg i {
  font-size: 12px;
}

.tick_bg_white {
  min-width: 25px;
  min-height: 25px;
  background: #fff;
  color: #cd2027;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 15px;
}

.tick_bg_black {
  min-width: 25px;
  min-height: 25px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 15px;
}

/*===========----------- home page css end -----------===========*/



/*===========----------- Features page css start -----------===========*/


section.features_banner_section {
  padding: 12rem 0 4rem 0;
  background-image: url(../images/features/banner_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page_links_nav a {
  color: #030303;
  font-weight: 500;
}

.card.features_top_card {
  box-shadow: 10px 10px 15px #00000010;
  border-radius: 15px;
  background: #fff;
  border: none;
  height: 100%;
  padding-bottom: 2.3rem !important;
}

.features_top_card_icon {
  box-shadow: 10px 10px 15px #00000010;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -3.1rem;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.card.features_top_card:hover .features_top_card_icon {
  transition: all 0.4s ease;
  transform: translateY(-10px);
  -webkit-filter: grayscale(0%);
  background: black;
}

.card.features_top_card:hover .features_top_card_icon img {
  filter: invert(1);
}

.f_second_section {
  background-image: url(../images/our_clients_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 7rem;
  padding-top: 4rem;
}

.our_performance_section {
  background-image: url(../images/features/our_performance.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5rem 0 8rem 0;
}

.card.our_performance_card:hover {
  transition: all 0.4s ease;
  transform: translateY(-10px);
}

.card.our_performance_card {
  box-shadow: 7px 7px 15px #0000000a;
  border: 1px solid #FFFFFF7D;
  border-radius: 6px;
  height: 100%;
  background: #161616;
  transition: all 0.3s ease-in-out;
}

.card.our_performance_card p {
  color: #BCBCBC;
}


.accordion_custom .accordion-item {
  /* box-shadow: 10px 10px 15px #00000010; */
  box-shadow: 0px 0px 15px #00000012;
  border: none;
  border-radius: 6px;
  overflow: hidden;
  padding: 6px;
}

.accordion_custom .accordion-item .accordion-header button.accordion-button:not(.collapsed) {
  background: none !important;
  color: unset;
  box-shadow: none !important;
}

.accordion_custom .accordion-item .accordion-header button.accordion-button:focus {
  box-shadow: none;
}

.accordion_custom .accordion-item .accordion-header button {
  font-weight: 500;
}

.accordion_custom .accordion-item .accordion-collapse .accordion-body {
  padding-top: 0px;
}

.what_makes_reliable_section .card.features_top_card:hover .features_top_card_icon img {
  filter: invert(0);
}

.security_privacy_section {
  background-color: #F8F9FA;
}

.accordion_custom .accordion .accordion-item .accordion-header button.accordion-button::after {
  transform: rotate(-0deg);
  transition: transform 0.2s ease-in-out;
  background: url(../images/arrow-black.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
}

.accordion_custom .accordion .accordion-item .accordion-header button.accordion-button:not(.collapsed)::after {
  /* background-image: var(--bs-accordion-btn-icon); */
  background: url(../images/arrow-black.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  transform: rotate(90deg);
  transition: transform 0.2s ease-in-out;
  filter: contrast(0);
}


/*===========----------- Features page css end -----------===========*/




/*===========----------- Matrix MLM css start -----------===========*/

section.matrix_mlm_banner_section {
  padding: 12rem 0 4rem 0;
  background-image: url(../images/matrix-mlm/banner_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-red {
  background-color: #CD1F27 !important;
}

.exceptional_business_problems_section {
  background-image: url(../images/matrix-mlm/calculation_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
}

.bonuses_matrix_plan_section {
  padding: 4rem 0 10rem 0;
  background-color: #DDF1F5;
}

.faq_section.matrix_mlm_faq_section {
  margin-top: -4.4rem;
}

.bonuses_matrix_plan_section .accordion_custom .accordion-item .accordion-header button {
  font-weight: 700;
  font-size: 18px;
  padding: 15px 18px 15px 22px;
  font-size: 20px;
}

.bonuses_matrix_plan_section .accordion_custom .accordion-item .accordion-body {
  padding-left: 4.6rem;
  padding-bottom: 3rem;
}

/*===========----------- Matrix MLM css end -----------===========*/


/*===========----------- unilevel MLM css start -----------===========*/

.commission_calculation_work_unilevel_mlm {
  background-image: url(../images/matrix-mlm/calculation_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.smart_business_decisions_section {
  background-color: #EAEFF3;
  padding: 4rem 0 6rem 0;
}

.bonuses_unilevel_plan_section {
  background-color: #030303;
  background-image: none;
  padding-bottom: 8rem;
  padding-top: 4rem;
}

/*===========----------- unilevel MLM css end -----------===========*/


/*===========----------- Binary MLM css start -----------===========*/

.gray-bg {
  background: #F8F9FA !important;
}

.happy_customer_relationships_section {
  background-color: #030303;
  padding: 6rem 0 11rem 0;
}

.happy_customer_relationships_section .heading_section p {
  color: #BCBCBC;
}

.happy_customer_relationships_inner_section .card:hover .features_top_card_icon {
  transition: all 0.4s ease;
  transform: translateY(-10px);
  -webkit-filter: grayscale(0%);
  background: #cd2f2b;
}

.happy_customer_relationships_inner_section .card.features_top_card:hover .features_top_card_icon img {
  filter: brightness(0) invert(1);
}

.card_border {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='19' ry='19' stroke='%23DC5656FF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 15px;
}

.matching_bonus_card_border {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='19' ry='19' stroke='%23DC56CF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 15px;
}


.bonuses_binary_plan_section {
  background-image: url(../images/binary-mlm/referral-bonus-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  padding: 4rem 0rem 8rem 0;
}

.happy_customer_relationships_main_section {
  background-image: url(../images/binary-mlm/referral-bonus-bg.png);
  background-repeat: no-repeat;
  background-position: center 35rem;
  background-size: 100% 74%;
  padding-bottom: 2rem;
}


/*===========----------- Binary MLM css end -----------===========*/



/*===========----------- services css start -----------===========*/

section.services_banner_section {
  padding: 10rem 0 4rem 0;
  background-image: url(../images/matrix-mlm/banner_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 52%;
}

.services_banner_sec_section {
  box-shadow: 0px 10px 20px #00000010;
  border-radius: 15px;
}

.our_services_section {
  background-color: #030303;
  padding: 4rem 0 6rem 0;
}

.text-light-gray {
  color: #BCBCBC !important;
}

.cryptocurrency_exchange_platform_section {
  background-image: url(../images/binary-mlm/referral-bonus-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}

/*===========----------- services css end -----------===========*/



/*===========----------- about page css start -----------===========*/

.about_banner_hero_img img {
  position: relative;
  left: -3rem;
  min-width: 650px;
}

.vertical_gradient_line {
  background-image: linear-gradient(#ffffff00 0%, #cd2f2b 50%, #ffffff00 100%);
  width: 2px;
  height: 120px;
}

.card.innovative_solutions_card {
  box-shadow: 10px 10px 15px #00000010;
  border: 1px solid #FFFFFF40;
  border-radius: 6px;
  background: #161616;
  height: 100%;
}

.card.innovative_solutions_card:hover {
  background: #2e2d2c;
}

.card.innovative_solutions_card:hover p {
  color: #fff !important;
}

.innovative_solutions_card_icon {
  box-shadow: 10px 10px 15px #00000010;
  border-radius: 100%;
  border: 1px solid #707070;
  width: 80px;
  height: 80px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -4rem auto 22px;
  background-color: #151515;
  transition: all 0.3s ease-in-out;
}

.card.innovative_solutions_card:hover .innovative_solutions_card_icon {
  transition: all 0.4s ease;
  transform: translateY(-10px);
  -webkit-filter: grayscale(0%);
}

.innovative_solutions_card_gap {
  gap: 60px 0px;
}

.card.our_features_card {
  box-shadow: 10px 10px 15px #00000010;
  border-radius: 15px;
  background: #fff;
  border: none;
  height: 100%;
  padding: 5rem 4rem;
}

.our_features_card_gap {
  gap: 40px;
  display: grid;
}

.our_features_card_gap p {
  font-size: 14px;
}

.our_features_card_height {
  min-height: 123px;
}

.container.about_our_features_container {
  max-width: 1300px;
}

/* Slider */

.customer-timlineslider .slick-slide {
  margin: 0px 20px;
}


/*.customer-timlineslider .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}*/

.customer-timlineslider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/*.customer-timlineslider .slick-list:focus {
  outline: none;
}

.customer-timlineslider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}*/

.customer-timlineslider .slick-slider .slick-track,
.customer-timlineslider .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*.customer-timlineslider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}*/

/*.customer-timlineslider .slick-track:before,
.customer-timlineslider .slick-track:after {
  display: table;
  content: "";
}

.customer-timlineslider .slick-track:after {
  clear: both;
}

.customer-timlineslider .slick-loading .slick-track {
  visibility: hidden;
}*/

.customer-timlineslider .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/*
.customer-timlineslider [dir="rtl"] .slick-slide {
  float: right;
}
*/

/*.customer-timlineslider .slick-slide.slick-loading img {
  display: none;
}*/
/*
.customer-timlineslider .slick-slide.dragging img {
  pointer-events: none;
}
*/
.customer-timlineslider .slick-initialized .slick-slide {
  display: block;
}

/*
.customer-timlineslider .slick-loading .slick-slide {
  visibility: hidden;
}
*/
/*.customer-timlineslider .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}*/

/*.customer-timlineslider .slick-arrow.slick-hidden {
  display: none;
}
*/

.customer-timlineslider .customer-timlinesliderinner {
  position: relative;
}

.customer-timlineslider .customer-timlinesliderinner button.slick-prev.slick-arrow {
  background-color: transparent;
  border: none;
  background-image: url(../images/about/arrow-back.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  font-size: 0;
  width: 20px;
  background-position: center;
  height: 20px;
  position: absolute;
  left: -4%;
  top: 50%;
  transform: translateY(-50%);
}

.customer-timlineslider .customer-timlinesliderinner button.slick-next.slick-arrow {
  background-color: transparent;
  border: none;
  background-image: url(../images/about/arrow-front.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  font-size: 0;
  width: 20px;
  background-position: center;
  height: 20px;
  position: absolute;
  right: -4%;
  top: 50%;
  transform: translateY(-50%);
}


.customer-timlineslider .customer-timlinesliderinner .yellow_border {
  background-color: #F9C21E;
  height: 3px;
  width: 90%;
  margin: 0 auto;
}

.customer-timlineslider .customer-timlinesliderinner .green_border {
  background-color: #58A83F;
  height: 3px;
  width: 90%;
  margin: 0 auto;
}

.customer-timlineslider .customer-timlinesliderinner .pink_border {
  background-color: #CF2163;
  height: 3px;
  width: 90%;
  margin: 0 auto;
}

.customer-timlineslider .customer-timlinesliderinner .blue_border {
  background-color: #1C75BA;
  height: 3px;
  width: 90%;
  margin: 0 auto;
}

.customer-timlineslider .customer-timlinesliderinner .red_border {
  background-color: #DF1C1C;
  height: 3px;
  width: 90%;
  margin: 0 auto;
}

.our_timeline_section {
  padding: 4rem 0 9rem 0;
  background-image: url(../images/about/our_timeline_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}


/*===========----------- about page css end -----------===========*/


/*===========----------- Contact page css start -----------===========*/

section.contact_banner_section {
  padding: 10rem 0 4rem 0;
  background-image: url(../images/contact/banner_bg.png), url(../images/contact/bottom_bg.png);
  background-repeat: no-repeat;
  background-position: top center, bottom center;
  background-size: 100%;
}

.contact_banner_top_section {
  min-height: 400px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.light_red_bg {
  background-color: #ffffff2b;
  border-radius: 6px;
}

.contact_right_section ul li {
  font-size: 22px;
}

form.contact_form .form-group input,
form.contact_form .form-group textarea {
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  padding: 18px 20px;
}

form.contact_form .form-group select {
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  padding: 18px 20px;
  --bs-form-select-bg-img: url(../images/solid_arrow.png);
}

form.contact_form .form-group input:focus,
form.contact_form .form-group textarea:focus,
form.contact_form .form-group select:focus {
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #E6E6E6;
}

ul.social_icons_section li a:hover img {
  transition: all 0.4s ease;
  transform: translateY(-5px);
  -webkit-filter: invert(1);
  filter: invert(1);
}

ul.social_icons_section li a img {
  transition: all 0.3s ease-in-out;
}

/*===========----------- Contact page css end -----------===========*/


/*===========----------- Terms page css start -----------===========*/

.terms_banner_section {
  padding: 10rem 0 4rem 0;
  background-image: url(../images/matrix-mlm/banner_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

/*===========----------- Terms page css end -----------===========*/



/*===========----------- Faq page css start -----------===========*/


.faq_search_bar .has-search .form-control {
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  padding: 25px 65px 25px 25px;
  background-color: #ffffffad;
  font-size: 18px;
}

.faq_search_bar .has-search .form-control:focus {
  box-shadow: none;
}

.faq_search_bar .has-search input::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #030303;
}

.faq_search_bar .has-search input::placeholder {
  color: #03030347;
  /* color: #030303; */
}

.faq_search_bar .has-search button {
  position: absolute;
  z-index: 2;
  display: block;
  text-align: center;
  color: #aaa;
  background: none !important;
  border: none;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
  right: 25px;
}

.faq_page_section {
  box-shadow: 10px 10px 15px #00000010;
  border-radius: 6px;
  padding: 40px;
  background: #fff;
}

.faq_page_section .accordion-item {
  box-shadow: 10px 10px 15px #00000010;
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  overflow: hidden;
  padding: 6px;
}

.faq_page_section .accordion-item .accordion-header button {
  font-weight: 500;
  padding: 25px;
  font-size: 18px;
}

.faq_page_section .accordion-item .accordion-header button:focus {
  box-shadow: none;
}

.faq_page_section .accordion-item .accordion-header button.accordion-button:not(.collapsed) {
  background: none !important;
  color: unset;
  box-shadow: none !important;
  color: #cd2f2b;
}

.faq_page_section .accordion-item .accordion-collapse .accordion-body {
  padding: 0px 25px 20px;
}

.faq_page_section .accordion-item .accordion-header button.accordion-button:not(.collapsed)::after {
  background-image: url(../images/solid_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-0deg);
}

.faq_page_section .accordion-item .accordion-header button.accordion-button::after {
  background-image: url(../images/solid_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  transform: rotate(-90deg);
}

/*===========----------- Faq page css end -----------===========*/


/*===========----------- MLM Plans css start -----------===========*/

section.mlm_plans_banner_section {
  padding: 12rem 0 15rem 0;
  background-image: url(../images/matrix-mlm/banner_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mlm_plans_top_card {
  transition: all 0.3s ease-in;
  box-shadow: 10px 10px 15px #00000010;
  border-radius: 15px;
  background: #fff;
  border: none;
  height: 100%;
}

.card.mlm_plans_top_card:hover {
  box-shadow: 0px 0px 27px #00000010;
  transform: scale(1.05);
}

.card.mlm_plans_top_card .image {
  transition: all 0.3s ease-in-out 0.1s;
}

.card.mlm_plans_top_card {
  transition: all 0.3s ease-in;
}

.card.mlm_plans_top_card:hover {
  box-shadow: 0px 0px 27px #00000010;
  transform: scale(1.05);
}

.card.mlm_plans_top_card:hover img {
  animation: bouncing 0.5s 0.3s;
}


.mlm_plans_banner_bottom_section {
  margin-top: -11rem;
}


.types_of_mlm_card {
  border-radius: 15px;
  background: #fff;
  height: 100%;
  box-shadow: 10px 10px 15px #00000010;
  border: 1px solid #B7AFAF;
}

.compensation_plan_section {
  background-image: url(../images/mlm-plans/compensation_plan_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.calculations_mlm_plan_section {
  padding: 4rem 0 10rem 0;
  background-color: #F4F5F7;
}

.calculations_mlm_plan_section .accordion_custom .accordion-item .accordion-body {
  padding-left: 4.4rem;
  padding-bottom: 3rem;
}

.calculations_mlm_plan_section .accordion_custom .accordion-item .accordion-header button {
  font-weight: 700;
  font-size: 20px;
}

/*===========----------- MLM Plans css end -----------===========*/


/*--------------=========== footer css here start===========--------------*/

.footer_bottom_bar {
  background-color: #CD2027;
  color: #ffff;
}

.footer_bottom_bar p {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
}

/*.footer_nav_menu {
  width: 33.33%;
  float: left;
}*/
footer ul li {
  font-size: 14px;
  margin: 10px 0px;
}

footer ul li a {
  color: #030303;
  font-size: 16px;
}

footer ul li a:hover {
  color: #cd2027;
}

.footer_bottom_bar p {
  font-size: 16px;
  font-weight: 400;
}

ul.social_icons li a:hover img {
  transition: all 0.4s ease;
  transform: translateY(-5px);
  -webkit-filter: grayscale(0%);
}

ul.social_icons li a img {
  transition: all 0.3s ease-in-out;
}

.footer_col_equal .col {
  width: fit-content !important;
  justify-content: end;
  display: grid;
  flex: none;
}

footer ul.social_icons li a {
  color: #fff;
  font-size: 18px;
  border: 2px solid #fff6;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer ul.social_icons li a:hover {
  color: #000;
  border: 2px solid #000;
}

footer ul.social_icons li a:hover img {
  transition: unset;
  transform: unset;
}

footer ul.social_icons li a img {
  -webkit-filter: invert(1);
  filter: invert(1);
  transition: unset;
}

/*--------------=========== footer css here end ===========--------------*/


/*--------------=========== animation css start ===========--------------*/

.img-up-down {
  animation: MoveUpDown 2s linear infinite;
  position: relative;
}

.img-left-right {
  animation: MoveLeftRight 2s linear infinite;
  position: relative;
  left: 0;
}

@keyframes MoveLeftRight {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: 20px;
  }
}

.img-right-left {
  animation: MoveRightLeft 2s linear infinite;
  position: relative;
  right: 0;
}

@keyframes MoveRightLeft {

  0%,
  100% {
    right: 0;
  }

  50% {
    right: 20px;
  }
}

.img-rotateleft-rotateright {
  animation: mymove 10s infinite;
}

/*@keyframes mymove {
  50% {transform: rotate(20deg);}
}*/
@keyframes mymove {

  0%,
  100% {
    transform: rotate(-20deg)
  }

  50% {
    transform: rotate(20deg)
  }
}

.card.features_top_card .image {
  transition: all 0.3s ease-in-out 0.1s;
}

.card.features_top_card {
  transition: all 0.3s ease-in;
}

.card.features_top_card:hover {
  box-shadow: 0px 0px 27px #00000010;
  transform: scale(1.05);
}

.card.features_top_card:hover img {
  animation: bouncing 0.5s 0.3s;
}

@keyframes bouncing {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

.customer-timlinesliderinner .slide.text-center.slick-slide:hover img.timline_top_icon {
  transition: all 0.4s ease;
  transform: translateY(-10px);
}

.customer-timlinesliderinner .slide.text-center.slick-slide img.timline_top_icon {
  transition: all 0.3s ease-in-out;
}

/*--------------=========== animation css end ===========--------------*/



/*========-------- scrollToTop css start --------========*/
.scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  -webkit-animation: scrollToTop 1s infinite alternate;
  animation: scrollToTop 1s infinite alternate;
  opacity: 0.3;
}

.scrollToTop:hover {
  opacity: 1;
}

@-webkit-keyframes scrollToTop {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

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

  100% {
    transform: translateY(-10px);
  }
}

/*========-------- scrollToTop css End --------========*/



/*--------------=========== Create project css here start ===========--------------*/

section.create_project_banner_section {
  padding: 12rem 0 4rem 0;
  background-image: url(../images/create-project/vector_bg.png), url(../images/create-project/banner_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom, center;
  background-size: 43%, cover;
  min-height: 100vh;
}

.heading_lg_section h2 {
  font-size: 56px;
}

section.create_project_banner_section .project_count_section ul li {
  min-width: 125px;
}

.gradient_bg {
  background: rgb(89, 5, 9);
  background: -moz-radial-gradient(circle, rgba(89, 5, 9, 1) 0%, rgba(28, 4, 5, 1) 100%);
  background: -webkit-radial-gradient(circle, rgba(89, 5, 9, 1) 0%, rgba(28, 4, 5, 1) 100%);
  background: radial-gradient(circle, rgba(89, 5, 9, 1) 0%, rgba(28, 4, 5, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#590509", endColorstr="#1c0405", GradientType=1);
}

.card.red_bg_card {
  background: transparent;
  border: 1px solid #ffffff42;
  transition: all 0.3s ease-in-out;
}

.card.red_bg_card:hover {
  transition: all 0.4s ease;
  transform: translateY(-10px);
  -webkit-filter: grayscale(0%);
  background: #cd20271a;
  box-shadow: 7px 7px 15px #0000000a;
}

.w-fit-content {
  width: fit-content;
}

.all_the_features_card {
  background: transparent;
  border: 1px solid #CB2026;
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.card.all_the_features_card:hover {
  transition: all 0.4s ease;
  transform: translateY(-10px);
  -webkit-filter: grayscale(0%);
  background: #cd20271a;
  border: 1px solid #CC212875;
}

.all_the_features_card_icon {
  background: #CB2026;
}

.card {
  min-height: 100%;
}

.all_features_section {
  padding: 4rem 0 0rem 0;
  background-image: url(../images/create-project/features_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.all_features_section .faq_section.matrix_mlm_faq_section {
  margin-top: 4rem !important;
}

.save_time_resources_section {
  background-image: url(../images/create-project/step2_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.step1_section {
  background: url(../images/create-project/line_1.png), url(../images/create-project/line_2.png), url(../images/create-project/line_3.png), radial-gradient(circle, rgba(89, 5, 9, 1) 0%, rgba(28, 4, 5, 1) 100%);
  background-repeat: no-repeat;
  background-size: 11%, 20%, 18%, cover;
  background-position: 8% 10%, 70% center, 98% 4%, center;
}

.step3_section {
  background: url(../images/create-project/line_4.png), url(../images/create-project/line_5.png), url(../images/create-project/line_6.png), radial-gradient(circle, rgba(89, 5, 9, 1) 0%, rgba(28, 4, 5, 1) 100%);
  background-repeat: no-repeat;
  background-size: 17%, 20%, 9%, cover;
  background-position: 10% 0%, 85% 5%, 46% 83%, center;
}

.step1_section .card.red_bg_card:hover .card.img_white_bg {
  background: #cd2027;
}

.step1_section .card.red_bg_card:hover .card.img_white_bg img {
  filter: brightness(100);
}

/*--------------=========== Create project css here end ===========--------------*/



/*--------------=========== Create project css here end ===========--------------*/

section.choose_different_plans_section {
  padding: 9rem 0 4rem 0;
}

.choose_different_plans_row {
  box-shadow: 0px 0px 25px 0px #7070701A;
}

.card.choose_different_card {
  box-shadow: 0px 0px 25px 0px #7070701A;
  border: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
}

.card.choose_different_card:hover {
  transition: all 0.4s ease;
  transform: translateY(-10px);
  -webkit-filter: grayscale(0%);
  /* background: #cd20271a; */
  border: 1px solid #cd2027;
}

/*--------------=========== Create project css here end ===========--------------*/


/*--------------=========== Login Page css here start ===========--------------*/

/* form.login_form .form-control::placeholder { */
.track_your_parcel_form .form-control::placeholder,
.track_your_parcel_form .form-select.courier-placeholder {
  /* color: #03030380; */
  color: rgba(57, 49, 133, 0.5);
  opacity: 1;
  font-weight: 400;
  font-size: 14px;
}

form.login_form .form-control {
  background-color: unset;
  border: 1px solid rgba(57, 49, 133, 0.18) !important;
  font-weight: 400;
  padding: 10px 15px;
  border-radius: 6px;
}

form.login_form .form-control:focus,
form.login_form .form-select:focus {
  outline: none !important;
  box-shadow: none !important;
}

form.login_form .main-password .form-control {
  padding-right: 40px !important;
}

form.login_form .main-password .icon-view {
  right: 13px;
}

form.login_form .main-password .icon-view i {
  color: #626466;
}

form .forget_password .form-check input:focus {
  outline: none !important;
  box-shadow: none !important;
}

form .forget_password .form-check input.form-check-input:checked {
  background-color: #cd2027;
  border-color: #cd2027;
}

form .forget_password .form-check label.form-check-label {
  color: #03030380;
}

form .forget_password .form-check input.form-check-input[type=checkbox] {
  border-radius: 0.25em;
  border: 1px solid #cd2027;
}


.or_login_with::after {
  content: "";
  position: absolute;
  left: 0;
  width: 38%;
  height: 1px;
  background: #0C0C0C1A;
  top: 50%;
  transform: translateY(-50%);
}

.or_login_with::before {
  content: "";
  position: absolute;
  right: 0;
  height: 1px;
  background: #0C0C0C1A;
  top: 50%;
  transform: translateY(-50%);
}

.or_login_with::before,
.or_login_with::after {
  width: 35%;
}

ul.login_social li a {
  border: 1px solid #0C0C0C1A;
  background: #FCFCFC;
  border-radius: 6px;
  padding: 8px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.login_social li a:hover {
  border: 1px solid #cd2027;
}

.text-gray {
  color: #585858 !important;
}

/*--------------=========== Login Page css here end ===========--------------*/


/*--------------=========== signup-register Page css here start ===========--------------*/

.custom_card {
  /* box-shadow: 0px 0px 25px 0px #7070701A; */
  border-radius: 8px !important;
  /*overflow: hidden;*/
  background-color: #fff;
  border: 1px solid #eaeaea;
}

.accordion_left_side .accordion .accordion-header .accordion-button:focus {
  border: none;
  background: none;
  box-shadow: none;
  outline: none;
}

.accordion_left_side .accordion .accordion-header .accordion-button:not(.collapsed) {
  background-color: #cd2027;
  box-shadow: none;
  color: #fff;
  border-radius: 8px 8px 0 0 !important;
}

.accordion_left_side .accordion .accordion-item .accordion-collapse {
  background: #cd2027 !important;
  border-radius: 0px 0px 8px 8px !important;
}

.accordion_left_side .accordion .accordion-header .accordion-button:not(.collapsed) img {
  filter: brightness(100);
}

.accordion_left_side .accordion .accordion-header .accordion-button:not(.collapsed)::after {
  filter: brightness(100);
}

.accordion_left_side .accordion .accordion-item .accordion-collapse .accordion-body {
  border-top: 1px solid #ffffff30;
}

.accordion_left_side .accordion .accordion-item {
  border: none;
}

.accordion_left_side .accordion .accordion-item .accordion-collapse .accordion-body ul li a label,
.accordion_left_side .accordion .accordion-item .accordion-collapse .accordion-body ul li a input {
  cursor: pointer;
}

.accordion_left_side .accordion .accordion-item .accordion-collapse .accordion-body ul li a input {
  /*    accent-color: red;*/
  /*    background-color: red;*/
  /*    border: 2px solid red; */
}


.accordion_left_side .accordion .accordion-item .accordion-collapse .accordion-body ul li a.radio-item {
  position: relative;
}

.accordion_left_side .accordion .accordion-item .accordion-collapse .accordion-body ul li a.radio-item input[type='radio'] {
  display: none;
}

.accordion_left_side .accordion .accordion-item .accordion-collapse .accordion-body ul li a.radio-item label {
  color: #666;
  font-weight: normal;
}

.accordion_left_side .accordion .accordion-item .accordion-collapse .accordion-body ul li a.radio-item label:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 5px;
  width: 15px;
  height: 15px;
  border-radius: 8cqmax;
  border: 1px solid #fff;
  background-color: transparent;
  right: 0px;
  left: unset !important;
}

.accordion_left_side .accordion .accordion-item .accordion-collapse .accordion-body ul li a.radio-item input[type=radio]:checked+label:after {
  border-radius: 6px;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 8px;
  content: " ";
  display: block;
  background: #fff;
  right: 3px;
}











.features_pricing_selectbox .form-group,
.options_users_add_selectbox .form-group {
  position: relative;
}

.features_pricing_selectbox .form-arrow,
.options_users_add_selectbox .form-arrow {
  position: absolute;
  top: 0.65rem;
  right: 0.5rem;
  z-index: 10;
  font-size: 1.35rem;
  line-height: inherit;
  color: #03030380;
}

.features_pricing_selectbox .dropdown,
.options_users_add_section .options_users_add_selectbox .dropdown {
  position: relative;
}

.features_pricing_selectbox .dropdown-menu,
.options_users_add_section .options_users_add_selectbox .dropdown-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 99;
  border-radius: 0.25rem;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}

.features_pricing_selectbox .dropdown-menu-inner,
.options_users_add_section .options_users_add_selectbox .dropdown-menu-inner {
  max-height: 16rem;
  overflow-y: scroll;
  overflow-x: hidden;
}

.features_pricing_selectbox .dropdown-menu-inner::-webkit-scrollbar,
.options_users_add_section .options_users_add_selectbox .dropdown-menu-inner::-webkit-scrollbar {
  width: 5px;
  height: auto;
}

.features_pricing_selectbox .dropdown-menu-inner::-webkit-scrollbar-thumb,
.options_users_add_section .options_users_add_selectbox .dropdown-menu-inner::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  background-color: hsl(0, 0%, 80%);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.features_pricing_selectbox .dropdown-menu-item:hover,
.options_users_add_section .options_users_add_selectbox .dropdown-menu-item:hover {
  color: #000;
  background-color: hsl(0, 0%, 80%);
}

.options_users_add_section .options_users_add_selectbox .dropdown-select {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
  user-select: none;
  width: 100%;
  height: auto;
  padding: 0.74rem 2.25rem .74rem .75rem;
  outline: none;
  border-radius: 0.25rem;
  color: #212529;
  background-clip: padding-box;
  background-color: #FCFCFC;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease-in-out;
}

.options_users_add_section .options_users_add_selectbox .dropdown-menu-item {
  font-size: 14px;
  font-weight: normal;
  line-height: inherit;
  cursor: pointer;
  user-select: none;
  padding: 0.65rem 1.25rem;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  color: #03030380;
}

form.login_form.signup_register_add_option .form-control {
  background-color: #FCFCFC;
}

.add_option_arrow {
  background-color: #03030380;
  width: 16px;
  height: 16px;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 8px !important;
  padding: 0 0px 3px 1px;
}

.add_option_arrow.active {
  background-color: #cd2f2b;
}

.options_users_can_add ul li button {
  color: #585858;
  background: none;
  border: none;
}

.options_users_can_add ul li button:hover {
  color: #cd2f2b;
}

.accordion_left_side .accordion .accordion-item button.accordion-button {
  color: #585858;
}

.accordion_left_side .custom_card {
  overflow: hidden;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 10px 10px 0 0 !important;
}

.accordion-flush .accordion-item .accordion-button::after {
  width: 15px;
  height: 15px;
  background-size: contain;
}



.accordion_left_side .accordion .accordion-item .tooltip {
  display: none;
}

.accordion_left_side .custom_card {
  overflow: hidden;
  flex-basis: calc(20% - 2px);
  overflow-y: auto;
  /* height: calc(100vh - 50px); */
  top: 50px;
  /* min-height: 100vh; */
  position: sticky;
}

/* Add more CSS for styling the tooltip as per your design */

.filter_btn_icon img {
  filter: invert(100);
}

.filter_btn_icon {
  min-width: 100px !important;
}



.login_profile .dropbtn {
  background-color: unset;
  border: none;
  display: flex;
  align-items: center;
  padding: 15px 0px;
}

.login_profile .dropdown1 {
  position: relative;
  display: inline-block;
}

.login_profile .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  z-index: 1;
  /* box-shadow: 0px 0px 25px 0px #7070701A; */
  border: 1px solid #eaeaea;
  border-radius: 8px !important;
  right: 0;
  top: 60px;
  overflow: hidden;
  width: max-content;
}

.login_profile .dropdown-content a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}

.login_profile .dropdown-content a:hover {
  background-color: #ddd;
}

.login_profile .dropdown1:hover .dropdown-content {
  display: block;
}

.profile_pic {
  width: 26px;
  height: 26px;
  min-height: 26px;
  min-width: 26px;
  border-radius: 100% !important;
  overflow: hidden;
  object-fit: cover;
  margin-right: 6px;
}

.profile_pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}


form.project_create_input .form-control::placeholder {
  color: #03030380;
  opacity: 1;
  font-weight: 400;
  font-size: 16px;
}

form.project_create_input .form-control {
  background-color: #fff;
  border: 1px solid #0C0C0C1A !important;
  font-weight: 400;
  padding: 12px 15px;
  max-width: 400px;
}

form.project_create_input input:focus {
  box-shadow: none;
  outline: none;
}


.options_users_can_add .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  border: 1px solid #CD2027;
  background: #CD20271A;
  color: #CB2026;
}

.options_users_can_add .nav-pills .nav-link {
  color: #585858;
  min-width: 112px;
  text-align: center;
  border: 1px solid #FFF;
}

ul.custom_list_style li::before {
  content: '';
  display: inline-block;
  height: 15px;
  width: 15px;
  background-image: url(../images/tick.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 7px;
  position: absolute;
  left: -24px;
  top: 4px;
}

.options_users_can_add ul.custom_list_style li {
  color: #585858;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  position: relative;
}


.select_payment_method_section ul li input {
  height: 18px;
  width: 18px;
}

.select_payment_method_section ul li input[type='radio'] {
  display: none;
}

.select_payment_method_section ul li label:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 5px;
  width: 15px;
  height: 15px;
  border-radius: 6px;
  border: 1px solid #cd2f2b;
  background-color: transparent;
  left: 0px;
  right: unset !important;
}

.select_payment_method_section ul li input[type=radio]:checked+label:after {
  border-radius: 6px;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 8px;
  content: " ";
  display: block;
  background: #cd2f2b;
  left: 3px;
}

/*--------------=========== signup-register Page css here end ===========--------------*/




.security_privacy_section ul.nav.nav-pills .nav-item .nav-link.active,
.security_privacy_section ul.nav.nav-pills .nav-item .nav-link:hover {
  color: #000000;
  background-image: linear-gradient(#C7DBDA, #A3E1DC);
}

.security_privacy_section ul.nav.nav-pills .nav-item .nav-link {
  background: #161616;
  box-shadow: 10px 10px 15px #00000010;
  border-radius: 6px;
  color: #fff;
  padding: 15px 25px;
  width: 100%;
  border: 1px solid #FFFFFF40;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
}

.security_privacy_section .collaborate_team_tab_img {
  background: #ffffff29;
  min-width: 48px;
  min-height: 48px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
}

.security_privacy_section ul.nav.nav-pills .nav-item .nav-link.active img,
.security_privacy_section ul.nav.nav-pills .nav-item .nav-link:hover img {
  filter: brightness(0);
}

.sfm_can_help_section {
  background-image: url(../images/our_clients_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.mlm_strategy_section {
  box-shadow: 0px 4px 10px 10px #00000010;
  border-radius: 6px;
  background: #fff;
}

.number_custom_card {
  border-radius: 15px;
  background: #fff;
  border: none;
  height: 100%;
  padding: 2rem 1rem 1rem 3rem;
  width: 86%;
  box-shadow: 7px 7px 15px #0000000a;
}

.custom_number_section {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  position: absolute;
  top: -2.5rem;
  left: -2.5rem;
  clear: both;
  z-index: 1;
  background: #cd2f2b;
  background: linear-gradient(115deg, #cd2f2b 0%, #cd2f2b 62%, rgb(255 255 255 / 0%) 62%, rgb(255 255 255 / 0%) 100%);
}

.custom_number_section h3 {
  box-shadow: 4px 4px 6px #00000054;
  border-radius: 100%;
  background: #fff;
  min-width: 75px;
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.number_custom_card_gap {
  gap: 80px 0;
}

/* .number_custom_card:hover .custom_number_section h3{
  background: #5365a0;
  color: #fff;
} */
.number_custom_card:hover {
  background: #cd2f2b;
  /* color: #fff; */
}

.number_custom_card:hover p,
.number_custom_card:hover h5 {
  color: #fff;
}

.green-card {
  background-color: #70D9B8;
}

.light-green-card {
  background-color: #ADD479;
}

.light-blue-card {
  background-color: #44D9E6;
}

.yellow-card {
  background-color: #FFBD4A;
}

.pink-card {
  background-color: #F37D82;
}

.sitemap_card ul li {
  position: relative;
  padding-left: 30px;
}

.sitemap_card ul li::before {
  content: "";
  background-color: #030303;
  width: 15px;
  height: 4px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sitemap_card ul li a {
  color: #585858 !important;
}

.sitemap_card ul li a:hover {
  color: #CD2027 !important;
}

.fs-12 {
  font-size: 12px !important;
}

.list-style-disc {
  list-style: disc !important;
}


/* pricing page css start */

.pricing_tab {
  border: 1px solid #cd2f2b;
  border-radius: 100px;
  padding: 4px;
  width: fit-content;
  margin: 0 auto;
}

.pricing_tab li.nav-item button.nav-link.active {
  background: #CD1F27;
  color: #fff;
  border-radius: 100px;
  border: none !important;
}

.pricing_tab li.nav-item button.nav-link {
  color: #1E0708;
  border-radius: 100px;
  border: none !important;
  min-width: 130px;
}

.pricing_inner_wrapper {
  box-shadow: 0px 4px 10px #0000001A;
  background: #fff;
  /* text-align: center; */
  text-align: left;
  padding: 20px 20px 40px;
  border-radius: 15px;
  position: relative;
}

.teams_div {
  color: #0A0405;
  font-size: 40px;
  font-weight: 600;
}

.main_price_div {
  /* font-size: 60px; */
  font-size: 50px;
  color: #C91E26;
  font-weight: 800;
  /* line-height: 90px; */
}

ul.pricing_points li {
  /* font-size: 18px; */
  font-size: 14px;
  color: #070404;
  font-weight: normal;
  margin: 10px 0;
}

.pricing_inner_wrapper::before {
  position: absolute;
  content: "Starter";
  font-size: 76px;
  color: #c21e2512;
  font-weight: 800;
  top: 0px;
  line-height: 88px;
  /* left: 50%;
  transform: translateX(-50%); */
}

button.btn.btn-primary.pricing_btn {
  border-radius: 33px !important;
}

.pricing_inner_wrapper.medium_wrapper {
  padding: 40px 20px 60px;
  background: #CD1F27;
  z-index: 1;
}

.pricing_inner_wrapper.medium_wrapper::before {
  content: "Flex";
  color: #ffffff24;
  font-size: 124px;
  line-height: 108px;
}

.pricing_inner_wrapper.primum_wrapper::before {
  content: "Pro";
  /* font-size: 123px;
  line-height: 108px; */
}

.pricing_inner_wrapper.medium_wrapper .btn.btn-primary {
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #BB1D24;
}

.pricing_inner_wrapper.medium_wrapper .btn.btn-primary:hover {
  background: #0A0A0A !important;
  border: 1px solid #0A0A0A !important;
  color: #fff;
}

.pricing_inner_wrapper.primum_wrapper {
  margin-left: -16px;
  padding-left: 2rem;
}

.pricing_inner_wrapper.free_wrapper {
  margin-right: -16px;
  padding-right: 2rem;
}

.medium_wrapper .teams_div {
  font-size: 50px;
}

.pricing_inner_wrapper a.btn.btn-primary {
  border-radius: 30px !important;
  padding: 13px 22px !important;
}

p.procss_div {
  color: #080404;
  font-size: 14px;
}

.medium_wrapper .procss_div {
  /* font-size: 20px; */
  font-size: 16px;
}

.medium_wrapper .main_price_div {
  font-size: 90px;
  line-height: 120px;
}

.medium_wrapper .pricing_points li {
  /* font-size: 20px; */
  font-size: 16px;
}

.terms_banner_section.pricing_section {
  background-size: cover;
}

.pricing_inner_wrapper ul.pricing_points hr {
  margin: 8px 0px;
}

.pricing_inner_wrapper.medium_wrapper ul hr {
  border-color: #fff !important;
  margin: 8px 0px;
}

/* pricing page css end */

/*--------------=========== Profile Page css start ===========--------------*/

.profile_pic_edit {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  /* border: 1px solid #262626; */
}

button.profile_pic_edit_btn {
  background: #CD2027;
  border: none;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  bottom: 0;
  z-index: 999999999;
  right: 0;
}

ul.profile_nav li a {
  width: 100%;
  padding: 10px 20px;
  color: #03030380;
  border-radius: 5px !important;
}

ul.profile_nav li a.active, ul.profile_nav li a.active:hover {
  background: #cd2027 !important;
  width: 100% !important;
  color: #fff !important;
  border-radius: 5px;
}

ul.profile_nav li a:hover {
  background: #cd2027;
  width: 100%;
  color: #fff;
}

ul.profile_nav li a:hover img,
ul.profile_nav li a.active img {
  filter: invert(99);
}

.text_form_color {
  color: #8D9DA8;
}

ul.profile_nav li a .fa {
  font-weight: 600;
  width: 17px;
}

/*--------------=========== Profile Page css end ===========--------------*/



/*--------------=========== Change Password Page css start ===========--------------*/

.change_password_form .password-container {
  position: relative;
  width: 100%;
}

.change_password_form .password-container .form-control {
  padding-right: 40px;
}

.change_password_form .toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.change_password_form i.fa.fa-eye-slash.toggle-password:before {
  content: "\f06e";
}

.change_password_form i.fa.fa-eye-slash.toggle-password.fa-eye:before {
  content: "\f070";
}

/*--------------=========== Change Password Page css end ===========--------------*/


/*--------------=========== notification Page start end ===========--------------*/

.notifications_toggle_section .switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 20px;
}

.notifications_toggle_section .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.notifications_toggle_section .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.notifications_toggle_section .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.notifications_toggle_section input:checked+.slider {
  background-color: #cd2027;
}

.notifications_toggle_section input:focus+.slider {
  box-shadow: 0 0 1px #cd2027;
}

.notifications_toggle_section input:checked+.slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.notifications_toggle_section .slider.round {
  border-radius: 34px;
}

.notifications_toggle_section .slider.round:before {
  border-radius: 50%;
}

.mhv-80 {
  min-height: 80vh;
}

/*--------------=========== notification Page css end ===========--------------*/
/*--------------=========== Project Overview Page css start ===========--------------*/

.projects_overview_search .fa-search {
  z-index: 9;
}

.projects_overview_search input {
  padding: 8px 30px 8px;
}

.projects_overview_search input:focus {
  outline: none;
  box-shadow: none;
}

.projects_overview_search .input-group {
  max-width: 200px;
}


table.project_overview_table thead tr th {
  background: #F7F7F7;
  border: none;
  text-wrap: nowrap;
}

table.project_overview_table thead tr th:first-child {
  border-radius: 8px 0px 0px 8px;
}

table.project_overview_table thead tr th:last-child {
  border-radius: 0px 8px 8px 0px;
}

table.project_overview_table tbody tr td {
  vertical-align: middle;
  width: 20%;
  border: none;
  padding: 15px 10px;
  min-width: 130px;
}

button.btn.btn-publsih {
  padding: 5px 24px;
  background: rgba(190, 159, 48, 0.2);
  border-radius: 6px;
  color: #BE9F30;
}

button.btn.btn-publsih:hover {
  background: #BE9F30;
  color: #fff;
}

button.btn.btn-unpublish {
  padding: 5px 24px;
  background: rgba(205, 32, 39, 0.2);
  border-radius: 6px;
  color: #CD2027;
}

button.btn.btn-unpublish:hover {
  background: #CD2027;
  color: #fff;
}

table.project_overview_table tbody tr:hover {
  box-shadow: 0px 0px 25px 0px #7070701A;
}

/*--------------=========== Project Overview Page css end ===========--------------*/


/*--------------=========== New css start ===========--------------*/

.pt-normal {
  padding-top: 7rem !important;
}

#ThemefullsizeModal {
  z-index: 99999;
}

.project_overview_table.table tbody tr td a:active,
.project_overview_table.table tbody tr td a:focus {
  border-color: transparent !important;
  outline: none !important;
}

/*--------------=========== New css end ===========--------------*/
.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input:checked {
  background-color: #cd2027;
  border-color: #cd2027 !important;
}

.form-switch .form-check-input {
  width: 35px;
  height: 20px;
  border-color: #bfbfbf;
}

.form-switch .form-check-input:checked:focus {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:focus {
  box-shadow: none;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}

.mt_2 {
  margin-top: 2px;
}



:root {
  --tooltip-color: #585858;
}

.color-tooltip>.tooltip-inner {
  background-color: var(--tooltip-color);
}

.color-tooltip.bs-tooltip-bottom>.tooltip-arrow::before,
.color-tooltip.bs-tooltip-auto[data-popper-placement^=bottom]>.tooltip-arrow::before {
  border-bottom-color: var(--tooltip-color);
}

.color-tooltip.bs-tooltip-top>.tooltip-arrow::before,
.color-tooltip.bs-tooltip-auto[data-popper-placement^=top]>.tooltip-arrow::before {
  border-top-color: var(--tooltip-color);
}

.color-tooltip.bs-tooltip-start>.tooltip-arrow::before,
.color-tooltip.bs-tooltip-auto[data-popper-placement^=left]>.tooltip-arrow::before {
  border-left-color: var(--tooltip-color);
}

.color-tooltip.bs-tooltip-end>.tooltip-arrow::before,
.color-tooltip.bs-tooltip-auto[data-popper-placement^=right]>.tooltip-arrow::before {
  border-right-color: var(--tooltip-color);
}

.border-light {
  border-color: #c6c6c6 !important;
}

.fs-13 {
  font-size: 13px;
  color: #03030380;
}

.company_logo_edit {
  width: auto;
  height: 60px;
  /* border: 1px solid #d6d6d6;
  border-radius: 5px; */
  display: flex;
  /* border-radius: 100%;
  overflow: hidden;
  padding: 5px;
  justify-content: center; */
  align-items: center;
}

.company_logo_edit img {
  object-fit: contain;
}

section {
  scroll-margin-top: 80px;
}


.profile_page_content {
  background: #f8f8f8;
}
.profile_page_content .custom_card {
  background-color: #fff;
  border: 1px solid #eaeaea;
  box-shadow: none;
}
.profile_page_content ul.profile_nav li a:hover {
  background: #cd2027; 
  width: 100%; 
  color: #fff;
}
.form-control::placeholder {
  opacity: 0.5 !important;
}
.form-control:focus {
  border-color: #585858 !important;
  box-shadow: none !important;
}

.custom_card .btn.btn-primary {
  min-width: fit-content !important;
  padding: 5px 15px !important;
}

.bg_lightgray {
  background: #f8f8f8 !important;
}
.siteDomain:hover {
  color: #CD1F27 !important;
}
.siteDomain {
  color: #585858 !important;
}
.proj_config_label {
  margin-bottom: 0px !important;
}
.btn.btn-primary.custom_btn_border {
  border: 1px solid #cd2027 !important;
  background-color: transparent !important;
  color: #cd2027 !important;
}
.btn.btn-primary.custom_btn_border:hover {
  background: #0A0A0A !important;
  border: 1px solid #0A0A0A !important;
  color: #fff !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.card_heading {
  font-size: 20px !important;
  font-weight: 600 !important;
}

.options_users_can_add ul li .form-check.form-switch {
  min-height: auto !important;
}

.footer_top_space {
  height: 8rem !important;
}


#whats_app_icon {
  position: fixed;
  right: 23px;
  bottom: 30px;
  z-index: 111;
  transform: translateY(0);
  transition:bottom 0.3s ease-in-out;
}



.comman_py{
  padding: 9rem 0 4rem 0;
}
.secure_payment_main{
  background-image: url('../images/secure_payment_bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.month-year-tab {
  max-width: 325px;
  margin: auto;
  padding: 5px;
  border-radius: 15px;
  border: 1px solid #5858584D;
  background: transparent;
}
.month-year-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 10px;
  border: unset;
  color: #585858;
  height: -webkit-fill-available;
  background-color: transparent;
}
.month-year-btn span{
  padding: 4px 10px;
  font-size: 14px;
  color: #CD2027;
  border-radius: 8px;
  background-color: #ffffff;
}
.month-year-btn.active {
  color: #ffffff;
  background-color: #CD2027;
}
.month-year-btn.active span{
  color: #000000;
  background-color: #FFEAEBE5;
}
.plan_card_box{
  height: 100%;
  padding: 25px;
  border-radius: 30px;
  background-color: #ffffff;
  border: 2px solid transparent;
}
.fs-10{
  font-size: 10px !important;
}
.fs-11{
  font-size: 11px !important;
}
.fs-12{
  font-size: 12px !important;
}
.fs-13{
  font-size: 13px !important;
}
.fs-14{
  font-size: 14px !important;
}
.fs-15{
  font-size: 15px !important;
}
.plan_card_btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #CD2027;
  border: 1px solid #CD2027;
  transition: all 0.3s;
  text-transform: capitalize;
}
.plan_card_btn_black{
  color: #000000;
  border-color: #000000;
  background-color: transparent;
}
.plan_card_btn_black_fill{
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
}
.plan_card_btn:hover{
  color: #CD2027;
  background-color: transparent;
}
.plan_card_btn_black:hover{
  color: #ffffff;
  background-color: #000000;
}
.plan_card_btn_black_fill:hover{
  color: #000000;
  background-color: transparent;
}
.plan_card_btn:hover svg path{
  fill: #CD2027;
}
.plan_card_btn_black:hover svg path{
  fill: #ffffff;
}
.plan_card_box_1{
  border-color: #7C00CE33;
}
.plan_card_box_1 .plan_card_top h2,.plan_card_box_1 .plan_card_top .h2{
  color: #7C00CE;
}
.plan_card_box_2{
  border-color: #CD202733;
}
.plan_card_box_2 .plan_card_top h2,.plan_card_box_2 .plan_card_top .h2{
  color: #CD2027;
}
.plan_card_box_3{
  border-color: #2057CD33;
}
.plan_card_box_3 .plan_card_top h2,.plan_card_box_3 .plan_card_top .h2{
  color: #2057CD;
}
.plan_card_box_1 .plan_card_btn{
  border-color: #7C00CE;
  background-color: #7C00CE;
}
.plan_card_box_1 .plan_card_btn:hover{
  color: #7C00CE;
  background-color: transparent;
}
.plan_card_box_3 .plan_card_btn{
  border-color: #2057CD;
  background-color: #2057CD;
}
.plan_card_box_3 .plan_card_btn:hover{
  color: #2057CD;
  background-color: transparent;
}
.plan_card_box_1 .plan_card_list li span svg path{
  fill: #7C00CE;
}
.plan_card_box_2 .plan_card_list li span svg path{
  fill: #CD2027;
}
.plan_card_box_3 .plan_card_list li span svg path{
  fill: #2057CD;
}
.popular_plan{
  position: absolute;
  top: 8px;
  right: 8px;
}

/* Tooltip box */
.tooltip-box {
  position: absolute;
  top: -25px;
  left: 120%;
  min-width: 200px;
  background: #000000fa;
  color: #fff;
  padding: 12px;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
  opacity: 0;
  visibility: hidden;
  transition: .25s;
  z-index: 10;
  backdrop-filter: blur(13px);
}
/* Bubble arrow (rounded notch style) */
.tooltip-box::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 25px;
  transform: rotate(45deg);
  width: 16px;
  height: 16px;
  background: #000000f0;
  border-radius: 3px;
}
/* Show tooltip */
.info_tooltip:hover .tooltip-box {
  opacity: 1;
  visibility: visible;
}
/* Tooltip content */
.tooltip-box h4 {
  margin: 0 0 6px;
  font-size: 15px;
}
.tooltip-box ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}
.tooltip-box li {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  padding: 2px 0;
  color: #ddd;
}
/* Total row */
.total {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
.total strong {
  color: #fff;
}
.my_setting_left,.my_setting_right{
  padding: 15px;
  border-radius: 12px;
  background-color: #ffffff;
  border: 1px solid #EAEAEA
}
.my_setting_left_list{
  height: 100%;
  overflow: auto;
  margin-right: 3px;
  scrollbar-width: none;
}
.my_setting_left_list .my_setting_left_list_item .my_setting_left_list_item_link{
  font-size: 14px;
  color: #585858;
  font-weight: 600;
  padding: 8px;
  border-radius: 8px;
  background-color: transparent;
}
.my_setting_left_list .my_setting_left_list_item .my_setting_left_list_item_link:hover .inactive,
.my_setting_left_list .my_setting_left_list_item .my_setting_left_list_item_link.active .inactive {
  display: none;
}
.my_setting_left_list .my_setting_left_list_item .my_setting_left_list_item_link:hover .active,
.my_setting_left_list .my_setting_left_list_item .my_setting_left_list_item_link.active .active {
  display: block;
}
.my_setting_left_list .my_setting_left_list_item .my_setting_left_list_item_link .inactive {
  display: block;
}
.my_setting_left_list .my_setting_left_list_item .my_setting_left_list_item_link .active {
  display: none;
}
.my_setting_left_list .my_setting_left_list_item .my_setting_left_list_item_link:hover,
.my_setting_left_list .my_setting_left_list_item .my_setting_left_list_item_link.active {
  color: #CD2027;
  background-color: #FFDEDF;
}
.site_setting_area .nav-tabs{
  max-width: 310px;
  margin: auto;
  padding: 5px;
  background-color: #F4F4F4;
  border-radius: 8px;
}
.site_setting_area .nav-tabs li a{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #585858;
  font-weight: 600;
  padding: 6px 20px;
  border-radius: 6px;
  min-width: 150px;
}
.site_setting_area .nav-tabs li a.active{
  color: #CD2027;
  background-color: #ffffff;
}
.login_form .form_grp .form-label{
  font-size: 14px;
  font-weight: 500;
  color: #585858;
}
.login_form .form_grp .form-control,.login_form .form_grp .form-select{
  padding: 7px 12px;
  border-color: #EAEAEA;
}
.view_site{
  position: absolute;
  top: 9px;
  right: 14px;
  font-size: 14px;
  font-weight: 700;
  color: #CD2027;
}
.view_site:hover,.input_note a:hover{
  color: #000000;
}
.view_site:hover svg path{
  fill: #000000;
}
.pe_105{
  padding-right: 105px !important;
}
.input_note a{
  color: #CD2027;
  font-weight: 600;
  text-decoration: underline;
}
.img_select {
  cursor: pointer;
  padding: 15px;
  border-radius: 5px;
  min-height: 110px;
  border: 1px dashed #FFC0C3;
}
.sticky_section{
  position: sticky;
  z-index: 9;
  top: 110px;
}
.eye{
  top: 13px;
  right: 14px;
}
.comman_py2{
  padding: 8rem 0 3rem 0;
}
.integrations_area .accordion .accordion-item{
  border: unset;
  border-bottom: 1px solid #EAEAEA;
}
.integrations_area .accordion .accordion-item:last-child {
  border-bottom: none !important;
}
.integrations_area .accordion .accordion-item .accordion-button{
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.integrations_area .accordion .accordion-item .accordion-button:not(.collapsed){
  color: #000000;
  box-shadow: unset;
  background-color: unset;
}
.integrations_area .accordion .accordion-item .accordion-button:focus{
  box-shadow: unset;
}
.integrations_area .accordion .accordion-item .accordion-button:not(.collapsed)::after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.active_plan_box{
  display: flex;
  position: absolute;
  top: 20px;
  right: -8px;
  z-index: 1;
}
.active_plan{
  padding: 2px 10px 2px 20px;
  clip-path: polygon(
    10% 0%, 
    100% 0%, 
    100% 100%, 
    0% 100%
  );
  background: linear-gradient(90deg, #009620 18.14%, #149F32 43.96%, #0EBD22 94.78%, #03C709 115.25%);
}
.active_plan_box span:last-child:before{
  position: absolute;
  content: '';
  bottom: -2px;
  right: 2px;
  width: 8px;
  height: 6px;
  z-index: -1;
  background: linear-gradient(90deg, #00821C 18.14%, #069124 43.96%, #079418 94.78%, #09970E 115.25%);
  transform: rotate(52deg);
}
.search_input .form-control::placeholder,
.search_input .eye{
  color: #585858 !important;
}
.green_color{
  color: #149F32 !important;
}
.custom_table thead tr th,
.custom_table tbody tr td{
  vertical-align: middle;
}
.custom_table thead tr th{
  font-size: 13px;
}
.custom_table tbody tr td{
  font-size: 11px;
  padding: 14px;
  color: #585858;
  font-weight: 500;
  border-bottom-width: 0;
}
.custom_table tbody tr:nth-child(even){
  background-color: #FFF4F4; 
}
.manage_add_ons_list .manage_add_ons_list_items:not(:last-child){
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #EAEAEA;
}
.manage_add_ons_list .manage_add_ons_list_items .manage_add_ons_list_items_left{
  width: 70%;
}
.manage_add_ons_list .manage_add_ons_list_items .manage_add_ons_list_items_left input:focus[type="checkbox"]{
  box-shadow: unset;
}
.manage_add_ons_list .manage_add_ons_list_items .manage_add_ons_list_items_left input:checked[type="checkbox"]{
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.manage_add_ons_list .manage_add_ons_list_items:has(input[type="checkbox"]:checked) h5,.primary_color{
  color: #CD2027 !important;
}
.profile_img{
  overflow: hidden;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2.5px solid #CD2027;
}
.iti {
  display: block !important;
}
.iti__selected-country-primary:hover{
  background-color: transparent !important;
}
.iti__selected-country::before{
  position: absolute;
  right: -8px;
  content: '';
  width: 1px;
  height: 20px;
  background-color: #B8B8B8;
}
.iti .form-control {
  padding-left: 85px !important;
}
.iti__search-input{
  padding: 5px;
  background-color: #F7F7F7;
}
.iti__search-input:focus-visible{
  outline: unset;
  box-shadow: unset;
}
.iti__dropdown-content{
  border-radius: unset;
  border: unset !important;
  padding: 6px;
  box-shadow: 0px 0px 40px 0px #0000000D;
}
.flatpickr-input + .calendar-icon{
  pointer-events: none;
}
.user_profile_edit::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
}
.user_profile_edit::after{
  position: absolute;
  content: '\f044';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'FontAwesome';
  cursor: pointer;
  color: #ffffff;
}
.factor_modal .modal-content{
  border-radius: 30px;
}
.factor_modal{
  backdrop-filter: blur(8px);
  background-color: #000000CC;
}
.modal-backdrop.show {
  opacity: 0 !important;
}
.factor_modal .modal-content::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 2.5px solid #CD2027;
  transform: rotate(5deg);
  z-index: -1;
}
.verification_code_input .form-control{
  height: 50px;
  min-width: 0;
  padding: 0px 5px !important;
  text-align: center;
  font-size: 16px;
  max-width: 50px;
  color: #CD2027;
  font-weight: 700 !important;
}
.mw_125{
  min-width: 125px;
}



.select2.select2-container.select2-container--default .selection {
  width: 100%;
}
.select2-selection.select2-selection--single {
  background-color: unset !important;
  border: 1px solid rgba(57, 49, 133, 0.18) !important;
  font-weight: 400;
  padding: 5px;
  border-radius: 6px;
  height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #cd2027 !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable img{
  filter: invert(1) !important;
}
.form-select.select2.get_country_code.addressInputFld {
  max-width: fit-content !important;
}
.custom_number_tag .select2.select2-container.select2-container--default {
  width: fit-content !important;
}


.custom_number_tag .select2-selection.select2-selection--single {
  height: 100% !important;
  border-right: 0px !important;
  border-radius: 4px 0 0 4px !important;
}
.custom_number_tag .select2.select2-container.select2-container--default .selection {
  height: 100%;
}
.custom_number_tag .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  line-height: 27.2px;
}
.select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above, .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
  width: max-content !important;
}

.sign_up_section .custom_number_tag .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  line-height: 33px;
}
.custom_number_tag .select2-container--default .select2-selection--single .select2-selection__arrow{

   height: 39px !important;

}

.social_select_main button span{
    display: none;

}
  .social_select_main span span span span img{
    border-right: 1px solid #9d9999;
    padding-right: 8px;
    min-width: 20px;

}
.social_select_main .select2-container .select2-selection--single .select2-selection__rendered {
    text-overflow: unset;
  
}
.social_select_main {
    min-width: 140px !important;
}

/* Normal pagination link */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #CD2027 !important;
    border: 0px solid #CD2027 !important;
    background: transparent !important;
    margin: 0 3px;
    border-radius: 6px;
}

/* Hover effect */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #FFF4F4 !important;
    color: #CD2027 !important;
}

/* Active page */
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #CD2027 !important;
    color: #fff !important;
    border-color: #CD2027 !important;
}

/* Disabled button */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 4px 9px !important;
    font-size: 12px !important;
    border-radius: 5px !important;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
    color: #CD2027 !important;
}

/* Instruction page */
.main_section .card {
    border: none;
    padding: 40px;
    border-radius: 5px;
}

.domain_main_sec h2 {
    color: #1e1e1e;
    font-weight: 600;
    font-size: 18px;
}

.country_select_box .custom-select-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 20px;
    padding-right: 40px;
    font-size: 16px;
    color: #333;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.country_select_box .custom-options {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 999;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.domain_main_sec p {
    font-size: 13px;
    font-weight: 400;
    /* font-family: 'Poppins'; */
    color: #6c6c6c;
}

.domain_main_sec .new_tab_url li a {
    text-decoration: underline !important;
    color: #1f211dbd;
}

.domain_main_sec .new_tab_url li a strong {
    color: #1f211dbd;
}

.domain_main_sec ul li {
    padding: 8px;
    width: fit-content;
    font-size: 13px;
    font-weight: 400;
    /* font-family: 'Poppins'; */
    color: #6c6c6c;
}
.country_select_box.custom-select-wrapper {
    position: relative;
}

.country_select_box .custom-select {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
    max-width: 500px;
    user-select: none;
}

.country_select_box .custom-option {
    padding: 15px 20px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    transition: background 0.2s ease;
    width: 100%;
    display: block;
}

.country_select_box .custom-select.open .custom-options {
    max-height: 200px;
    overflow: auto;
}

.country_select_box .custom-select.open .custom-options {
    display: block;
}

.country_select_box .custom-select-trigger .arrow {
    background: url('../../frontend/images/arrow-black.png');
    width: 12px;
    position: absolute;
    height: 20px;
    right: 20px;
    top: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    transform: translateY(-50%) rotate(90deg);
}

.new_tab_url {
    list-style-type: disclosure-closed;
    list-style-position: outside;
    padding-left: 20px;
    /* required for bullets to show */
    margin-left: 0;
}

.new_tab_url ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 20px;
}

.li_third .sub_heading {
    font-size: 18px;
}

.li_third p {
    color: #868686;
    font-size: 14px;
}

.li_third .span_values {
    color: #1f211d;
    font-weight: 600;
}

.li_third .change_domain {
    color: #0d6efd;
}

.li_third .current_value {
    color: rgb(163, 5, 5);
    font-weight: 600;
}

@keyframes growProgressBar {
    0%, 33% { --pgPercentage: 0; }
    100% { --pgPercentage: var(--value); }
}
@property --pgPercentage {
    syntax: '<number>';
    inherits: false;
    initial-value: 0;
}
.progressbar[role="progressbar"] {
    --size: 50px;
    --fg: #000000;
    --bg: #D8D8D8;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(closest-side, #FFFFFF 80%, transparent 0 99.9%, #FFFFFF 0),conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 4);
    color: var(--fg);
    margin: auto;
}
.progressbar[role="progressbar"]::before {
    counter-reset: percentage var(--value);
    content: counter(percentage) '%';
}
.setup_checklist_box{
    padding: 12px;
    border: 1px solid #EEEEEE;
}
.check_e,.setup_checklist_box.done .setup_checklist_box_inner_left_icon .check_d{
    display: none;
}
.setup_checklist_box.done .setup_checklist_box_inner_left_icon .check_e{
    display: block;
}
.setup_checklist_box_inner_left{
    font-size: 17px;
    font-weight: 600;
    color: #D2D2D2;
    text-transform: capitalize;
}
.setup_checklist_box_inner_right{
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
    text-transform: capitalize;
    text-align: right;
}
.setup_checklist_box.done .setup_checklist_box_inner_right{
    color: #00BA00;
}
.setup_checklist_box.done .setup_checklist_box_inner_left{
    color: var(--black);
}
.setup_checklist_list li{
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    text-transform: capitalize;
}
.text-scussess{
    color: #00BA00 !important;
}
.text-danger{
    color: #FF0000 !important;
}
table.dataTable{
  width: 100% !important;
}
table.dataTable>thead>tr>th,table.dataTable.no-footer{
  border-bottom-color: #EAEAEA !important;
}
.dataTables_filter .form-control {
  min-width: 230px !important;
  margin: 0 !important;
  border-radius: 8px !important;
  border-color: #EAEAEA !important;
  padding: 6px 12px !important;
  padding-right: 34px !important;
}
.dataTables_filter .form-control::placeholder{
  font-size: 13px;
}
.dataTables_filter label {
  position: relative;
}
.dataTables_filter label::before {
  position: absolute;
  content: "\f002";
  font-family: "FontAwesome";
  top: 8px;
  right: 15px;
  color: #A9AFB4;
}
.dataTables_filter input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}
.custom_table_head .my_setting_heading{
  position: absolute;
  top: 22px;
}
.custom_table.dataTable{
  padding-top: 15px !important;
}
.dataTables_wrapper .dataTables_paginate {
  padding-top: .755em !important;
}


.heading_section h2 {
  font-size: 32px;
}

.read-more-wrapper {
  max-width: 500px;
  margin-bottom: 20px;
}

.read-more-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.read-more-btn {
  color: #CD2027;
  cursor: pointer;
  font-weight: 600;
  margin-top: 5px;
  display: inline-block;
}

.choose_different_card_icon {
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -12px;
  right: -12px;
  transform: rotate(-24deg);
  width: 90px;
  height: 90px;
  z-index: 1;
  border-radius: 12px;
  border: 3px solid #FFF;
  box-shadow: 0px 4px 4px 0px #0000000f;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  padding: 15px;
}

.choose_different_card:hover .choose_different_card_icon {
  transform: rotate(0);
  background: transparent;
  box-shadow: none;
}

/* Domain setting page css start */

.domain_setting_sidepanel.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 80px;
  z-index: 9;
  display: block;
  transition: 0.9s;
  border-left: 1px solid #EAEAEA;
  box-shadow: -16px 0px 16px 0px rgba(0, 0, 0, 0.1);
  max-width: 450px;
}

.domain_setting_sidepanel.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
}

.domain_setting_sidepanel .side_bar_data {
    padding: 0px 10px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.domain_setting_sidepanel .side_bar_data h6 {
  font-weight: 700;
}

.domain_setting_sidepanel a.change_domain {
  font-weight: 700;
  color: #CD2027;
  text-decoration: underline;
}
.domain_setting_sidepanel a.change_domain:hover {
  color: #000000;
}

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

/* Domain setting page css end */

/* configure project new css start */

.accordion_left_side {
  width: 100%;
  max-width: 280px;
}

.sidebar_custom_row .col-lg-3 {
  width: 290px;
}

.sidebar_custom_row .col-lg-9 {
  width: calc(100% - 290px);
}

#offcanvasSubMenu {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.offcanvas-body .custom_card {
  border-radius: 0px !important;
}


/* configure project new css end */

header.site_header .create_project_btn_header  .navbar-toggler.btn.btn-primary.custom_btn_border {
padding: 0px !important;
min-width: 44px !important;
font-size: 20px !important;
}

input[type="password"]::-ms-reveal {
    display: none;
}
