body {
  font-family: "Outfit", sans-serif;
}
h1 {
   
  font-size: 64px; font-family: "Outfit", sans-serif;   
}
 
 
 
.btn {
  border: none;
  border-radius: 8px;
  padding: 11px 20px;
  min-width: 195px;
  height: 49px;
  text-align: left;
 font-family: "Outfit", sans-serif;
  font-size: 21px;
  line-height: 26px;
}
.btn-primary {
  background-color: #dc3433;
  color: #fff;
}
.bg1 {
  background: url("../images/banner-LR.png") no-repeat;
  padding: 100px 0;
}
.register_block h2 a {
	color: #fff;
	text-decoration: underline;
}
.bor-rad-40 img {
	border-radius: 40px 0 0 40px;
}
.bor-rad-40-l img{
border-radius: 0 40px 40px 0;
}
.register_block h2 a:hover {
	text-decoration: none !important;
}
.banner_inner h1 {
    color: #fff;
  font-weight: 600;
    line-height: 58px;
    display: inline-block;
    z-index: 3;
     
}
.banner_inner p {
  font-size: 24px;
  color: #fff;
  line-height: 28px;
  margin: 0;
  padding: 30px 0 35px 0;
  width: 70%;
}
.btn-primary span {
  float: right;
}
.btn-primary:hover {
  color: #dc3433;
  background-color: #fff;
  border-color: none;
}
.btn-primary span {
  position: relative;
}
.btn-secondary:hover {
  background: #dc3433;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #dc3433;
  border-color: none;
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #dc3433;
  border-color: #dc3433;
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none !important;
}
.btn-primary span:after {
  position: absolute;
  content: "";
  background: url(../images/btn-arrow.png) no-repeat;
  width: 20px;
  height: 20px;
  right: 0;
  z-index: 333;
  left: -10px;
  top: 4px;
  bottom: 0;
  /* margin: auto; */
}
.btn-primary:hover span::after {
  position: absolute;
  content: "";
  background: url(../images/btn-arrow1.png) no-repeat;
  width: 20px;
  height: 20px;
  right: 0;
  z-index: 333;
  left: -10px;
  top: 4px;
  bottom: 0;
  /* margin: auto; */
}
.banner-video {
  background: url(../images/bg-overlay.svg) no-repeat;
}
.banner-video {
  position: relative;
  width: 100%;

  overflow: hidden;
}

.banner-video video {
  width: 100%;
  object-fit: cover;
  height: 800px;
}
.banner-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Adjust color and opacity as needed */
  pointer-events: none; /* Allows interactions with elements behind the overlay */
}

.banner-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg-overlay.png") no-repeat center center;
  background-size: cover;
  opacity: 1;
  pointer-events: none;
  bottom: 0;
  z-index: 3;
}

.banner_inner {
  width: 100%;
}
.banner_inner h1 span::after {
    position: absolute;
    content: "";
    border-bottom: 25px solid rgba(220, 52, 51, 0.64);
    bottom: 0;
 width: 100%;  
    bottom: -5px;
    left: 0;
    z-index: -1;
    right: 0;
    margin: auto;
    display: inline-block;
}
video {
  width: 100%;
  position: relative;
}
.banner_inner {
    width: 100%;
    position: relative;
    top: 0;
    padding: 280px 0px 100px 0px;
    z-index: 5;
    max-width: 1140px;
    margin-right: auto;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
}
/*********************** Section 2 ***************************/
.small_header span {
  padding-right: 8px;

  display: inline-block;
}
.dark-bg {
  background: rgba(0, 0, 0, 1);
}
.about_us_vdo video {
    width: 100%;
    position: relative;
    height: 485px;
    object-fit: cover;
    border-radius: 20px;
}
.small_header {
  font-size: 18px;
  color: #fff;
}

.small_header {
  font-size: 18px;
  color: #fff;
  border: 1px solid rgba(220, 52, 51, 1);
  border-radius: 100px;
  padding: 7px 18px;
  display: inline-block;
  background: -moz-linear-gradient(
    to bottom,
    rgb(220 52 51 / 45%) 0.1%,
    rgba(0, 0, 0, 0.1) 100%
  );

  background: -webkit-linear-gradient(
    to bottom,
    rgb(220 52 51 / 45%) 0.1%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: -o-linear-gradient(
    to bottom,
    rgb(220 52 51 / 45%) 0.1%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: -ms-linear-gradient(
    to bottom,
    rgb(220 52 51 / 45%) 0.1%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgb(220 52 51 / 45%) 0.1%,
    rgba(0, 0, 0, 0.1) 100%
  );
  margin-bottom: 25px;
}
.about_us_info {
  padding-left: 30px;
}
.about_us_info h5 {
 font-family: "Outfit", sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 35px;
  font-weight: normal;
}
.red {
  color: rgba(220, 52, 51, 1);
}
.about_us_info p {
  color: #fff;
 
  font-weight: normal;
 
  line-height: 29px;
  font-size: 21px;
}
a.demo_link {
  color: #dc3433;
  font-size: 22px;
  text-decoration: none;
 
}
a.demo_link:hover {
  text-decoration: underline;
}
a.demo_link:hover img {
  margin-top: -10px;
}
a.demo_link img {
  padding-left: 10px;
}
h2.main_head {
  font-size: 34px;
  font-weight: 400;
  line-height: 35px;
}
.color_bl {
  color: rgba(0, 0, 0, 1);
}
.benefits_vdo {
  width: 100%;
  position: relative;
}
.benefits_block {
    width: 100%;
    padding: 80px 15px;
    z-index: 5;
    margin-right: auto;
    left: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1140px;
}

ul.rist_benefits li {
  display: flex;
  width: 100%;
  font-size: 22px;
font-family: "Outfit", sans-serif;
  line-height: 37px;
  padding-bottom: 15px;
}
ul.rist_benefits li b {

  font-weight: 700;
}
ul.rist_benefits li i {
  color: rgba(220, 52, 51, 1);
  font-weight: 300;
  padding-right: 10px;
}
ul.rist_benefits {
  padding: 30px 0 20px 0;
}
span.small_header h5 {
  display: inline-block;

  margin: 0;
  font-size: 18px;
  font-weight: 500;
 font-family: "Outfit", sans-serif;
}

nav.navbar.navbar-expand-lg.navbar-dark {
  position: absolute;
  top: 0;
  z-index: 33;
  width: 100%;
  background-color: none;
}
nav.navbar.navbar-expand-lg.navbar-dark {
  padding: 70px 50px 40px 50px;
}
ul.navbar-nav li a {
  text-transform: uppercase;
  font-size: 16px;
 font-family: "Outfit", sans-serif;
  letter-spacing: 2px;
}

.ml-auto.contact_link a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
 font-family: "Outfit", sans-serif;
}
ul.navbar-nav {
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 100px;
  padding: 5px;
}
li.nav-item.active {
  background: rgba(255, 255, 255, 0.39);
  border-radius: 100px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 28px;
  padding-left: 28px;
  border-radius: 100px;
  padding-top: 13px;
  padding-bottom: 10px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #fff;
  letter-spacing: 4px;
}
a.nav-link:hover {
  background: rgba(255, 255, 255, 0.39);
}
section.section_2 {
  padding: 40px 0 150px 0;
}

.contact_link {
  position: relative;
  padding-right: 25px;
}

.contact_link a:after {
  position: absolute;
  content: "";
  background: url(../images/btn-arrow.png) no-repeat;
  width: 20px;
  height: 20px;
  right: 0;
  z-index: 1;
  right: -6px;
  top: 4px;
  bottom: 0;
}
ul.rist_benefits li h5 {
    font-size: 22px;
     
    display: inline-block;
    font-weight: normal;
}
ul.rist_benefits li i {
  display: inline-block;
}
.contact_link a:hover:after {
  content: inherit;
  display: none;
}
.ml-auto.contact_link a:hover {
  color: rgba(220, 52, 51, 1);
  text-decoration: none;
}
.contact_link a::before {
  position: absolute;
  content: "";
  background: url(../images/btn-arrow1.png) no-repeat;
  width: 20px;
  height: 20px;
  right: 0;
  z-index: -1;
  right: -6px;
  top: 4px;
  bottom: 0;
}

.bg_black {
  background: #000;
}
.benefits_vdo video {
    height: 650px;
    width: 100%;
    object-fit: cover;
}
.small_header h5 {
  display: inline-block;
  font-size: 18px;
 font-family: "Outfit", sans-serif;
  margin: 0;font-weight: 400;
}
.section_4 {
  padding: 70px 0 100px 0;
}
.info_card {
  border: 1px solid #3b3b3b;
  background: #151515;
  border-radius: 20px;
  padding: 25px 30px 33px 30px;
  margin-bottom: 20px;
}
.work_small_icon {
  background: #dc343380;

  padding: 12px;
  display: inline-block;
  border-radius: 15px;
}
.info_card h4 {
  color: #fff;
  font-size: 22px;
 font-family: "Outfit", sans-serif;
  line-height: 23px;
  font-weight: 700;
  border-left: 3px solid #dc3433;
  padding-left: 12px;
  margin: 20px 0 25px 0;
}
.info_card p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}
.work_small_icon {
  margin-bottom: 20px;
}
.section-title h2 {
    font-size: 50px;
    line-height: 51px;
    font-weight: 400;
}
.text-center.section-title p {
  font-size: 22px;
  line-height: 27px;
}
 .section_9 .section-title p {
    width: 85%;
    margin: auto;
}
.ptb-40 {
  padding: 40px 0;
}
.row.box_cards {
  display: flex;
  justify-content: space-between;
}
.info_card {
  flex-basis: 32%;
  box-sizing: border-box;
}

.competitive_lists ul li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgb(139 139 139 / 52%);
  padding: 6px 8px;
 
  font-size: 19px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}
li.list_head {
  background: #7e2221;
  font-size: 24px !important;
  color: #fff !important;
  font-family: "League Spartan", sans-serif !important;
  font-weight: 700 !important;
  padding: 14px 10px !important;
  border-radius: 25px 25px 0 0;
}
.competitive_lists ul {
  text-align: center;
  padding: 0;
}
.competitive_lists ul {
  text-align: center;
  padding: 0;
  -webkit-box-shadow: 1px 1px 38px -16px rgb(99 94 99 / 34%);
  -moz-box-shadow: 1px 1px 38px -16px rgb(99 94 99 / 34%);
  box-shadow: 1px 1px 38px -16px rgb(99 94 99 / 34%);
  border-radius: 25px;
  background: #fff;
}
.competitive_lists {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.competitive_lists ul li:last-child {
  border: none;
}
.ptb-20 {
  padding: 20px 0;
}
.bg_red {
  background: rgba(220, 52, 51, 1) !important;
}
.competitive_lists ul {
  display: flex;
  width: 48%;
  display: inline-block;
}
.bg_checked {
  background: #f6f7f9 url(../images/bg-check.svg) no-repeat center top 50px;
}
.bg_checked1 {
  background: url(../images/light-bg-check.svg) no-repeat center top 50px;
}

h4.sub_topic {
  font-size: 34px;
  color: rgba(255, 255, 255, 1);
}
h4.sub_topic span {
  color: rgba(220, 52, 51, 1);
}
h4.sub_topic {
  font-size: 34px;
  color: rgba(255, 255, 255, 1);
 font-family: "Outfit", sans-serif;
  font-weight: 400;
}
.case_nos span {
  color: rgba(220, 52, 51, 1);
  font-size: 22px;
  font-weight: 700;
 font-family: "Outfit", sans-serif;
  display: inline-block;
}
.case_nos h5 {
  font-size: 18px;
  font-weight: 400;
 font-family: "Outfit", sans-serif;
  display: inline-block;
  color: #fff;
  float: right;
}
.case_cards p {
  color: rgba(163, 163, 163, 1);
  font-size: 18px;
 
  font-weight: 400;
}
.case_cards {
  padding: 30px;
}
.case_nos {
  padding-bottom: 20px;
}
.case_nos h5 img {
  padding-left: 15px;
}
.case_cards {
  flex-basis: 31%;

  margin-bottom: 45px;
}
.case_card_block {
  display: flex;
  justify-content: space-around;
}
.case_cards:hover {
  background: rgba(220, 52, 51, 1);
  border-radius: 20px;
}
.testimonial_block p {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  color: rgba(116, 116, 116, 1);
  margin: 0;
  padding: 20px 0 70px 0;
 
}
.section_6 {
  padding: 70px 0 60px 0;
}
.case_cards:hover span {
  color: #fff;
}
.case_cards:hover p {
  color: #fff;
}
.case_cards.try_box p {
  font-size: 30px;
  color: #fff;
  line-height: 30px;
 font-family: "Outfit", sans-serif;
  font-weight: 600;
}
.case_cards.try_box img {
  float: right;
  width: 37px;
  height: 37px;
  bottom: 30px;
  position: absolute;
  right: 30px;
}
.case_cards.try_box {
  background: rgba(220, 52, 51, 1);
  border-radius: 20px;
}
.case_nos h5 a {
  color: #fff;
}
.try_box {
  position: relative;
}
.testimonial_block h4 {
  color: #000;
  font-weight: 400;
  font-size: 24px;
 font-family: "Outfit", sans-serif;
}
.testimonial_block {
  background: rgba(246, 247, 249, 1);
  padding: 35px;
  border-radius: 20px;
}
.user_info {
    display: flex;
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    margin: auto;
    /* text-align: center; */
    justify-content: left;
    /* margin-bottom: 30px; */
 padding-left: 30px;
  padding-right: 30px;
}
.user_info span {
  background: rgba(220, 52, 51, 1);
  display: inline-block;
  padding: 13px 0 0 0;
  border-radius: 100px;
  width: 58px;
  height: 58px;
  text-align: center;
  vertical-align: middle;
}
.user_info h5 {
  display: inline-block;
  font-size: 12px;
 font-family: "Outfit", sans-serif;
  vertical-align: middle;

  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  margin-left: 12px;

  margin-top: 10px;
}

.user_info h5 small {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  padding-top: 4px;
}

.slick_slider .slick-prev:before,
.slick-next:before {
  color: blue;
}

.slick_slider .slick-slide {
     margin-left: 15px; 
     margin-right: 15px; 
 
}


.slick_slider button.slick-custom-arrow.slick-prev.slick-arrow {
  right: 100px;
  z-index: 33;
}
.slick_slider button.slick-custom-arrow.slick-next.slick-arrow {
  left: 65px;
}
.slick_slider .slick-arrow:hover {
  background: rgba(220, 52, 51, 1);
  color: #fff;
}
.slick_slider .slick-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  display: inline-block;
  width: 65px;
  height: 65px;
  border-radius: 15px;
  background: rgba(246, 247, 249, 1);
  border: none;
  bottom: -60px;
}
.user_info span img {
  margin: auto;
}
.slick-slider {
  padding: 40px 0 65px 0;
}
section.section_5 {
  padding: 70px 0 20px 0;
}
.testimonial_block:hover {
  background: rgba(220, 52, 51, 1);
}
.testimonial_block:hover h4,
.testimonial_block:hover p {
  color: #fff;
}
.testimonial_block:hover .user_info span {
  background: #fff;
}
.testimonial_block:hover .user_info h5 {
  color: #fff;
}
.testimonial_block:hover .user_info h5 small {
  color: #fff;
}
.testimonial_block:hover {
  -webkit-box-shadow: 1px 1px 38px -16px rgb(99 94 99 / 34%);
  -moz-box-shadow: 1px 1px 38px -16px rgb(99 94 99 / 34%);
  box-shadow: 1px 1px 38px -16px rgb(99 94 99 / 34%);
}
span.hover-ic {
  display: none;
}
.testimonial_block:hover span.hover-ic {
  display: block;
}
.testimonial_block:hover span {
  display: none;
}

section.section_7 {
  padding: 70px 0 40px 0;
  margin-bottom: 50px;
}
.register_block {
  background: rgba(220, 52, 51, 1);
  border-radius: 20px;
  padding: 60px 0 70px 0;
  text-align: center;
-webkit-box-shadow: -5px 5px 24px -7px rgba(0,0,0,0.75);
-moz-box-shadow: -5px 5px 24px -7px rgba(0,0,0,0.75);
box-shadow: -5px 5px 24px -7px rgba(0,0,0,0.75);
}
.register_block p {
  width: 90%;
  margin: auto;
}
.register_block h2 {
  font-size: 44px; 
  color: #fff;
  font-weight: 600;
}
.register_block p {
  font-size: 24px;
  color: #fff;
 
  line-height: 28px;
  font-weight: 400;

  padding: 10px 0 30px 0;
}
.btn-secondary {
  background: #fff;
  color: rgba(220, 52, 51, 1);
}
a.btn.btn-info {
  background: none;
  border: 1px solid #fff;
}
.btn-resister a {
  margin: 0 12px;
}
section.section_8 {
  padding: 50px 0 100px 0;
}

.btn {
  position: relative;
}
.btn-secondary:after {
  position: absolute;
  content: "";
  background: url(../images/btn-arrow1.png) no-repeat;
  width: 20px;
  height: 20px;
  right: 15px;
  z-index: 333;
  font-weight: 400;
  top: 4px;
  bottom: 0;
  margin: auto;
}
.btn-secondary:hover:after {
  display: none;
  content: inherit;
}
.btn-info:hover:after {
  display: none;
  content: inherit;
}
a.btn.btn-info:hover {
  background: #fff;
  color: #dc3433;
}

.btn-secondary:before {
  position: absolute;
  content: "";
  background: url(../images/btn-arrow.png) no-repeat;
  width: 20px;
  height: 20px;
  right: 15px;
  z-index: 333;
  top: 4px;
  bottom: 0;
  margin: auto;
}
.btn-info:after {
  position: absolute;
  content: "";
  background: url(../images/btn-arrow.png) no-repeat;
  width: 20px;
  height: 20px;
  right: 15px;
  z-index: 333;

  top: 4px;
  bottom: 0;
  margin: auto;
}
.btn-info:before {
  position: absolute;
  content: "";
  background: url(../images/btn-arrow1.png) no-repeat;
  width: 20px;
  height: 20px;
  right: 15px;
  z-index: 333;

  top: 4px;
  bottom: 0;
  margin: auto;
}

.footer_info h5 {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.footer_info h5 {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
 font-family: "Outfit", sans-serif;
  margin: 0;
  padding: 15px 0 20px 0;
}
.footer_info ul li i {
  font-size: 19px;
  color: #fff;
  padding-right: 25px;
}
.footer_info ul {
  padding: 0;
}
.footer_info ul li {
  display: inline-block;
}
.footer_info h4 {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
 
  margin-bottom: 15px;
}
ul.footer_links li a {
  color: #fff;
  font-size: 16px;
 
  font-weight: 500;
}
ul.footer_links li {
  width: 100%;
  display: inline-block;
  line-height: 30px;
}
.built_info h4 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
}
.built_info img {
  display: inline-block;
  width: 100px;
  height: 15px;
  margin-left: 6px;
}
.copy_right h5 {
  font-size: 16px;
  font-weight: 500;
  color: #a6a6a6;
  text-align: center;
 
}
.copy_right {
  padding: 30px 0 20px 0;
}
section.footer {
  padding: 50px 0 20px 0;
}
.built_info {
  float: right;
}
 

.slick-slide > div {
  height: 100%;
}
.slick-track {
  display: flex;
}
.des-res {
  display: none;
}
.slick-list.draggable {
  display: flex;
}
.slick-track {
  display: flex;
}
.testimonial_block {
    height: 100%;
    position: relative;
}
.slick-initialized .slick-slide {
  display: flex;
  height: 100%;
}

.lightray_graph img {
  width: 100%;
}

.pb-20 {
  padding-bottom: 20px;
}
.lightray_graph {
  padding: 20px 0;
}
.section_9 {
  padding: 50px 0 80px;
}
.bg-dots {
  background: #f6f7f9 url(../images/bg-dots.svg) no-repeat center;
  background-size: cover;
}
.footer_info ul li i:hover {
    opacity: .7;
}

.info_card:hover {
 border:1px solid #DC3433;
}
 
ul.rist_benefits li i {
    font-weight: 600;
    font-size: 17px;
    vertical-align: middle;
    padding-top: 4px;
}
 
 .about_us_vdo {
    flex-basis: 46%;
}
.about_us_info {
    flex-basis: 52%;
}
.row.abt_block_fl {
    display: flex;
    justify-content: space-between;
}
/************************* Responsive ***************************/

@media (max-width: 1199px) {
  ul.navbar-nav li a {
    font-size: 15px;
  }
  .banner_inner {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 280px 50px 100px 50px;
    z-index: 5;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 12px;
    padding-bottom: 7px;

    font-size: 16px;

    letter-spacing: 1px;
  }
  .contact_link {
    position: relative;
    padding-right: 10px;
  }
  .contact_link a::before,
  .contact_link a::after {
    right: -16px;
  }
  .banner_inner h1 {
    font-size: 54px;
    line-height: 51px;
  }
  .about_us_info h5 {
    font-size: 28px;
  }

  .benefits_block {
    width: 100%;

    padding: 80px 50px;
  }
  .slick_slider .slick-dots {
    display: none !important;
  }
}

@media (max-width: 991px) {
    .about_us_vdo {
    flex-basis: 100%;
}
.about_us_info {
    flex-basis: 100%;
}
.row.abt_block_fl {
    
    padding-left: 15px;
    padding-right: 15px;
}
  .navbar .ml-auto,
  .mx-auto {
    margin-left: unset !important;
  }

ul.navbar-nav {
    border: none;
    border-radius: inherit;
    padding: 15px 20px;
    background: #000;
     border-color: rgba(255,255,255,.1);
    border: 1px solid;
    margin-top: 12px;
}
  .navbar-expand-lg .navbar-nav .nav-link {
    border-radius: inherit;
  }
  .ml-auto.contact_link.des-res {
    margin-left: auto !important;
    margin-right: 45px;
  }
  .dn-res {
    display: none;
  }
  .des-res {
    display: block;
  }

  .banner_inner {
    width: 100%;
    padding: 250px 60px;
  }
  .about_us_info {
    padding-left: 0;
    padding-top: 50px;
  }
  ul.rist_benefits li h5 {
    font-size: 16px;
  }
  .benefits_vdo video {
    height: 640px;
  }
  .benefits_block {
    width: 100%;
    padding: 80px 40px;
  }
  .info_card {
    flex-basis: 48%;
    box-sizing: border-box;
  }
  .case_cards {
    flex-basis: 47%;
  }
  .register_block h2 {
    font-size: 47px;
  }
  .register_block p {
    font-size: 21px;
  }
  .footer_info h5 br {
    display: none;
  }
  .ml-auto.contact_link.des-res {
    margin-left: auto !important;
    margin-right: 45px;
    padding-left: 22px;
    padding-top: 10px;
  }
  .contact_link a::before,
  .contact_link a::after {
    display: none;
    content: inherit;
  }
}

@media (max-width: 767px) {
  .case_cards.try_box p {
    padding-bottom: 44px;
  }
  nav.navbar.navbar-expand-lg.navbar-dark {
    padding: 70px 20px;
  }
  .banner_inner {
    padding: 250px 40px;
  }
  .banner_inner h1 {
    font-size: 45px;
    line-height: 45px;
  }
  .banner_inner {
    padding: 250px 40px 0 40px;
  }
  .about_us_vdo video {
    height: 100%;
  }
 
  section.section_2 {
    padding: 10px 0 70px 0;
  }
/*  .banner_inner {
    position: relative;
  }*/
  .bg-1 {
    background: url(../images/banner-mob.png) no-repeat center;
    background-size: cover;
  }
  .banner_inner {
    width: 100%;
    padding: 250px 30px 100px 30px !important;
  }
  section.section_2 {
    padding: 50px  10px 70px  10px;
  }
  a.demo_link {
    font-size: 19px;
  }
  .bg-2 {
    background: url(../images/bg-mob.png) no-repeat center;
    background-size: cover;
  }
  
  .benefits_block {
    width: 100%;
    padding: 80px 30px 40px 30px;
  }
  .row.box_cards {
    padding: 0 15px;
  }
  .info_card {
    flex-basis: 100%;
  }
  .competitive_lists {
    display: block;
  }
  .register_block {
    padding: 60px 20px;
  }
  .btn-resister a {
    margin: 0 12px 20px 0;
  }
  .register_block p {
    font-size: 19px;
  }
  .footer {
    text-align: center;
  }
  .built_info {
    float: none;
  }
  .row.case_card_block {
    padding: 0 30px;
  }
  .case_cards {
    flex-basis: 100%;
  }
  .competitive_lists ul {
    width: 100%;
    display: block;
  }
  ul.rist_benefits {
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }
 

  .contact_link a::before,
  .contact_link a::after {
    display: none;
  }
  .section-title h2 {
    font-size: 56px;
    line-height: 51px;
    font-weight: 600;
  }
  .section_6 .section_title {
    text-align: center;
  }
 
}


 
@media (max-width: 991px) {
 
.banner_inner {
    max-width: 720px;
    padding: 250px 15px;
}
    
 .benefits_block {
    width: 100%;
    padding: 80px 15px;
    max-width: 720px;
}
ul.rist_benefits li h5 br {
    display: none;
}
.banner_inner h1 br {
    display: none;
}
.banner_inner p {
   
    width: 100%;
} 
.about_us_vdo video {
 
    height: auto;
  
}
}

@media (max-width: 767px) {
 .section_9 .section-title p {
    width: 100%;
    margin: auto;
}
 
.banner_inner {
    max-width: 540px;
    padding: 250px 15px 50px 15px !important;
}
    
.benefits_block {
    width: 100%;
    padding: 80px 15px !important;
    max-width: 540px;
    margin: auto;
}
.section-title p {
    width: 100% !important;
}
.section-title h2 {
    font-size: 42px;
    line-height: 41px;
 
}
.section-title h2 br {
    display: none;
}
.banner_inner h1::after {
   
    width: 95%;
  
    left: 0;
 
}
   .benefits_vdo video {
    height: 765px;
  }
  .banner-video video {
 
    height: 700px;
}
.slick_slider button.slick-custom-arrow.slick-prev.slick-arrow {
    right: 100px;
     
}
.slick_slider button.slick-custom-arrow.slick-next.slick-arrow {
    left: 75px;
}
}
@media (max-width: 450px) {
.benefits_vdo video {
    height: 765px;
}
 
}

/************ Table Option CSS ***************/

.table-responsive.LR_table > .table-bordered {
  border: 0;
 
 
}
tbody {
  background: #F9F9FA;
}
.tb-gray {
  border-radius: 20px 0 0 0;
}
.table.table-striped.table-bordered thead th {
  font-family: "League Spartan", sans-serif !important;
}
.LR_table .table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
}
.LR_table  .table.table-striped.table-bordered.table-center {
  text-align: center;
}
.LR_table  .table-bordered td, .table-bordered th {
 
  color: #000 !important;
  font-size: 19px;
}
.LR_table .table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(0,0,0,.05);
  text-align: center;
}
 
.LR_table .table-bordered td, .table-bordered th {
  color: #000 !important;
  font-size: 19px;
  text-align: center;
  font-family: "Changa", sans-serif;
}
.LR_table .table-bordered thead td, .table-bordered thead th {
 
  width: 100px;
}
 
.LR_table .tb-gray {
  background: #484848;
}
.LR_table .tb-red {
  background: #DC3534;
}
.LR_table .table-bordered thead td, .table-bordered thead th {
  color: #FFFFFF !important;
  border: none;
}
/*********************** Logo Slider *******************/

.marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

section.marquee-client-logos {
    display: block;
    padding: 45px 0;
    background: #f6f7f9;
}
.marquee {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: marquee 10s linear infinite;
}

.marqueelogo {
    margin: 0 28px;
    /* height: 50px; */
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/******************* OPTION 3 Table ****************************/
.table-responsive.Light-ray-tb {
    border-radius: 10px;
}
.LR-box.light_red {
    background: #de4e5b;
}
.head-top.comp-title {
    background: #484849;
}
.lr-box {
    margin-top: -46px;
}
.comp-box {
    margin-top: -46px;
}
.head-top.bg-red-tb {
    background: #d81237;
}
.com-box.light_bl {
    background: #161516;
}
 .light_red {
    background: #de4e5b;
}
.LR-box i ,.com-box i {
    padding: ;
    background: #009e4c;
    color: #fff;
    width: 21px;
    height: 21px;
    font-size: 13px;
    border-radius: 100px;
    text-align: center;
    padding-top: 4px;
    /* font-weight: bold; */
}
.com-box i{

    background: #d81237;
}
.LR-box {
    background: #d81237;
    text-align: center;
}
.com-box {
    background: #484849;
    text-align: center;
}
.table td, .table th {
 
    border: none !important;
}
.lr-box ul li, .comp-box ul li {
    display: inline-block;
    width: 100%;
    padding: 12px 0;
}
.LR-box.bg-red-tb {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
.lr-check {
    flex-basis: 15%;
    position: absolute;
    right: 12.5%;
    width: 15%;
}
.com-box.comp-title {
 
    color: #fff;
  
}
.lr-content-box {
    flex-basis: 100%;
    position: relative;
}
.row.light-ray-table {
    display: flex;
    margin: 0 !important;
}
 
 .LR-box-head {
    background: #d81237;text-align: center;
   color:#fff;
}
 .light-ray-table .table thead th {
    
    border-radius: 10px 10px 0 0;
}
.com-box-head {text-align: center;
    background: #484849; color:#fff;
}
.com-box {
    width: 130px;
}
.LR-box {
    width: 130px;
}
.LR-box.light-red {
    background: #de4e5b;
}
.com-box.light-bl {
    background: #161516;
}
.LR-box-head {
    border-radius: 10px 10px 0 0;
}
.com-box-head {
    border-radius: 10px 10px 0 0;
}

.LR_table .table-bordered td, .table-bordered th {
    color: #000 !important;
    font-size: 19px;
    text-align: center;
    font-family: "Changa", sans-serif;
    border-right: 1px solid rgba(23, 24, 23, 0.33) !important;
}

.banner_inner span {
    position: relative;
    display: inline-block;
    padding-right: 15px;
}

/*********************************** Dialogbox CSS **************************************/


              

        @media (max-width: 730px) {

          .body-mobile {
            background-color: black;
          }

          .dialogInfo-mobile {
            width: 85%;
            height: auto;
            overflow-y: scroll;
            padding: 2rem;
            top: 10rem;
            z-index: 20;
            border-radius: 10px;
            background-color: white
          }

          .dialogInfo1-mobile {
            width: 85%;
            height: auto;
            padding: 2rem;
            top: 10rem;
            z-index: 20;
            border-radius: 10px;
            background-color: white
          }

          .data-mobile {
            margin-top: 11rem;
            display: flex;
            flex-direction: column;
          }

          .accelerate-mobile {
            color: white;
            word-wrap: break-word;
            margin-left: auto;
            margin-right: auto;
            font-size: 35px;
         
            font-weight: 500;
            line-height: 70px;
            text-align: center;
          }

          .loginButton-mobile {
            width: 12rem;
            margin-left: auto;
            margin-right: auto;
            font-size: 32px;
 
            font-weight: 600;
            line-height: 60px;
            word-wrap: break-word;
            text-align: center;
            padding: 0.25rem 0.75rem;
          }

          #cookieDialog {
            display: none;
            position: fixed;
            bottom: 0;
            padding: 20px;
            text-align: center;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            background-color: #222;
            z-index: 20;
          }

        }

        @media(max-width:767px){   


        #Privacy, #Terms ,#confidendiality {
  width: 80% !important;
}
#confidendiality h2 {
  font-size: 20px !important;
}
}

        @media (min-width: 735px) and (max-width: 1200px) {

           

          .dialogInfo-lgScreen {
            width: 50%;
           height: auto;
            overflow-y: scroll;
            padding: 2rem;
            top: 10rem;
            z-index: 20;
            border-radius: 10px;
            background-color: white
          }

          .dialogInfo1-mdScreen {
            width: 50%;
            height: auto;
            padding: 2rem;
            top: 10rem;
            z-index: 20;
            border-radius: 10px;
            background-color: white
          }

           

          #cookieDialog {
            display: none;
            position: fixed;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 50%;
            padding: 20px;
            text-align: center;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            background-color: #222;
            z-index: 20;
       
          }
        }

        @media (min-width: 1210px) {

          
          .dialogInfo-lgScreen {
            width: 50%;
            height: 30rem;
            overflow-y: auto;
            padding: 2rem;
            top: 10rem;
            z-index: 20;
            border-radius: 10px;
            background-color: white;
   
          }

          .dialogInfo1-lgScreen {
            width: 40%;
            height: 17rem;
            padding: 2rem;
            top: 10rem;
            z-index: 20;
            border-radius: 10px;
            background-color: white;
         
          }

           

          #cookieDialog {
            display: none;
            position: fixed;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 50%;
            padding: 20px;
            text-align: center;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            background-color: #222;
            z-index: 20;margin: 15px;
          
          }

        }

         

        #cookieDialog p {
          margin: 0;
          padding: 10px 0;
          text-align: justify;
          color: #fff;
          
        }

  #cookieDialog button {
    margin: 10px;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 3rem;
    font-weight: 800;
   
    
}
 

.button.dialog_btn:hover {
  opacity: .7;
}

.button.dialog_btn {
  background: #dc3534;
  font-size: 18px !important;
  color: #fff !important;
  padding: 13px 20px;
  /* min-width: 195px; */
  height: 49px;
  text-align: center;
 font-family: "Outfit", sans-serif;
  font-size: 21px;
  line-height: 26px;
  border: none;
  border-radius: 10px;
}

 .switch {
          position: relative;
          display: inline-block;
          width: 55px;
          height: 25px;
        }

        .switch input {
          opacity: 0;
          width: 0;
          height: 0;
        }

        .slider {
          position: absolute;
          cursor: pointer;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #ccc;
          -webkit-transition: .4s;
          transition: .4s;
        }

        .slider:before {
          position: absolute;
          content: "";
          height: 18px;
          width: 20px;
          left: 4px;
          bottom: 4px;
          background-color: white;
          -webkit-transition: .4s;
          transition: .4s;
        }

        input:checked+.slider {
          background-color: #2251ff;
        }

        input:focus+.slider {
          box-shadow: 0 0 1px #2251ff;
        }

        input:checked+.slider:before {
          -webkit-transform: translateX(30px);
          -ms-transform: translateX(26px);
          transform: translateX(28px);
        }

        /* Rounded sliders */
        .slider.round {
          border-radius: 34px;
        }

        .slider.round:before {
          border-radius: 50%;
        }

        #preferenceBtn {
          margin: 15px 0 0 0;
          background-color: #2251ff !important;
          border-color: #2251ff !important;
          color: #fff !important;
          padding: 0.5rem 1.5rem;
          border-radius: 0;
          font-size: 1.125rem;
          line-height: 1.75rem;
          font-weight: 400;
          min-width: 200px;
          min-height: 3rem;
          outline: 0;
          opacity: 1 !important;
          letter-spacing: 0;
        }

.table_competitor {
    padding: 50px 0 10px 0;
}

.navbar-brand img {
  width: 160px;
  height: 80px;
}
.btn-secondary:not(:disabled):not(.disabled).active, 
.btn-secondary:not(:disabled):not(.disabled):active,
 .show > .btn-secondary.dropdown-toggle {
  color: #DC3433 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
.btn.btn-secondary:focus {
  color: #DC3433 !important;
  background-color: #fff !important;
  border-color: #fff !important;
  outline: none !important;
  box-shadow: none;
}
.case_cards.try_box {
  text-decoration: none;
}
/**************************************** About Us *************************************/

.inner-bg{
background:url(../images/inner_bg.svg) no-repeat;
    background-size: cover; position: relative;
}
 
.inner-bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    pointer-events: none;
}
 .inner-bg nav.navbar.navbar-expand-lg.navbar-dark {
  position: relative;
  top: inherit;
   
}
.about_banner .banner_inner {
  width: 100%;
  position: relative;
padding: 60px 20px 100px 100px;
  z-index: 5;
  max-width: 100% !important;
  margin-right: auto;
  left: inherit;
  position: relative;
  top: inherit;
  right: inherit;
  margin: auto;
  max-width: 1140px;
 
}
.casestudy_banner .banner_inner {
  padding: 60px 20px 30px 100px;
}
.about_banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/about-dotted-bg.png") no-repeat center center;
    background-size: cover;
    opacity: 1;
    pointer-events: none;
    bottom: 0;
    z-index: 3;
}
.about_lightray {
  background: #f6f7f9;
  padding: 60px 0 50px 0;
}
.aboutray_info p {
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 10px;
}
.about_lightray .main_head {
  padding-top: 20px;
  padding-bottom: 20px;
}
.highlight_txt {
  color: #DC3433;
}
.abt-rightimg {
  padding-bottom: 60px;
}
.aboutray_info.abtinfo_right {
  padding-top: 170px;
}
.pr-30{
  padding-right: 30px;
}
.pl-30 {
  padding-left: 30px;
  padding-right: 0;
}

.about_section_2{
  background: #f6f7f9;
  padding: 40px 0 50px 0;
}
 
 .abt-rightimg img {
  width: 100%;
}

.col-lg-6.pr-30 {
  padding-left: 100px;
}
.abt-rightinfo {
  padding-right: 100px;
}
.ptb-50{
  padding: 50px 0;
}

.record_list {
    background: #151515;
    padding: 35px 30px;
    border: 1px solid #3B3B3B;
    border-radius: 20px;
    height: 334px;
}

.pb-20{
  padding-bottom: 20px;
  }


 .rec-icon {
    background: rgba(220, 52, 51, 0.50);
    padding: 13px 13px;
    border-radius: 10px;
    display: inline-block;
    line-height: 20px;    margin-bottom: 10px
}
 
.record_list p {
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    margin: 20px 0;
    font-weight: 400;
}
 
 .track_list .slick-slide  {
    padding-right: 20px;
}
  .track_list {
    overflow: hidden;
}
 .track_list .slick-track {
    margin: 0 -0px 0 -55px;
}
 
  .track_list .slick-slider {
    padding: 40px 0 65px 0;
    padding-left: 100px;
}
 .track_list .pl-90{
  padding-left: 100px;
 }

 .about_section_3  {
    padding: 120px 0 100px 0;
}
.small_header h5.text-black {
    color: #000;
}
.investors_info {
    text-align: center;
    padding: 40px 0;
}
.investor_logo_list ul {
    display: flex;
    justify-content: center;
    gap: 100px;
    align-items: center;margin: 0;
}
.legacy_logo_list ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    padding: 0;
    gap:60px;
}
 .legacy_logo_list {
    padding-bottom: 70px;padding-top:50px;
}

.investor_logo_list ul li , .legacy_logo_list ul li{
    list-style: none;
}
.investor_logo_list {
    padding: 50px 0 30px 0;
}
.legacy_logo_info {
    text-align: center;
}
.legacy_logo_list ul li img {
    width: 100%;
    max-width: 100%;
}
.about_banner .banner_inner p {
  font-size: 24px;
  color: #fff;
  line-height: 31px;
  margin: 0;
  padding: 30px 0 35px 0;
  width: 80%;
  font-weight: 400;
}
.about_section_4 {
  padding: 60px 0 0 0;
}
.investor_logo_list ul li img {
  width: 100%;
}
.investor_logo_list ul {
  padding: 0;
}

.navbar-toggler.x .navbar-toggler-icon {
    background-image: none; /* Remove default icon */
}

.navbar-toggler.x .navbar-toggler-icon::before {
  content: "✖";
  font-size: 1.5rem;
  position: relative;
  top: 3px;
}
/**************** Responsive ******************/

@media(max-width:1280px){
.record_list {
 
  padding: 35px 15px;
  
  
}
}

@media(max-width:1199px){
.about_banner .banner_inner {
 
  padding: 60px 40px 80px 40px;
 
}
.about_lightray .col-md-6.pr-30 {
  padding-left: 40px;
}
.about_lightray .pl-30 {
  padding-left: 20px;
  padding-right: 0;
}
.track_list .slick-slider {
  padding-left: 40px;
}
.track_list .pl-90 {
  padding-left: 40px;
}
.about_lightray .col-lg-6.pr-30 {
  padding-left: 50px;
}
}




@media(max-width:991px){

.bor-rad-40 img{
border-radius: 30px;
}
.abt-rightimg img {
  width: auto;
  max-width: 100%;
}
.aboutray_info.abtinfo_right {
  padding-top: 20px;
  padding-left: 30px;
}
.inner-bg .banner-container {
  position: relative;
  padding-top: 170px;
}
.inner-bg nav.navbar.navbar-expand-lg.navbar-dark {
  position: absolute;
  top: inherit;
}
.inner-bg .navbar-expand-lg .navbar-nav .nav-link {
  padding-top: 10px;
  padding-bottom: 7px;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.col-lg-6.pr-30 {
  padding-left: 40px;
}

.legacy_logo_list {
 
  padding-top: 40px;
}

.legacy_logo_list ul {
  flex-wrap: wrap;
}
.legacy_logo_list ul li {
  flex-basis: 25%;
}
  }

@media(max-width:767px){
  .col-lg-6.pr-30 {
  padding-left: 20px;
}
  .inner-bg .banner_inner {
  padding: 10px 15px 50px 15px !important;
  
}
.about_section_3 {
  padding: 80px 0 40px 0;
}
.investor_logo_list ul {
  display: block;
}
.investor_logo_list ul li img {
  max-width: 150px;
}
.investor_logo_list ul li, .legacy_logo_list ul li {
  list-style: none;
  padding-bottom: 31px;
}
.investor_logo_list {
  padding: 20px 0 30px 0;
}
.legacy_logo_list ul {
  display: block;
 
}
.legacy_logo_list ul li img {
  max-width: 150px;
}
.legacy_logo_list {
  padding-top: 30px;
}
.legacy_logo_list {
  padding-bottom: 0;
}
.legacy_logo_list ul {
  margin-bottom: 20px;  
}
.track_list .slick-track {
  margin: 0;
}
.section-title h2 {
  font-size: 36px;
}
.track_list .pl-90 {
  padding: 0 25px;
}
.abt-rightinfo {
  padding-right: 0;
}
.track_list .slick-slider {
  padding-left: 20px;
}
.about_lightray .pl-30 {
  padding-left: 20px;
  padding-right: 20px;
}
.about_banner .banner_inner p {
  width: 100%;
 
}
.about_lightray .col-lg-6.pr-30 {
  padding-left: 30px;
}
.aboutray_info.abtinfo_right {
  padding-left: 10px;
  padding-right: 10px;
}
}

@media(max-width:650px){


}
 


/**************************** Case Study ****************************/

.casestudy_banner .banner-btn {
    padding-top: 50px;
}
.banner-container.casestudy_banner {
  padding-bottom: 120px;
}
.bg-gray{
  background: #f6f7f9;
}
.sub_heading h4 {
    font-size: 35px;
    line-height: 35px;
    font-weight: 500;
}
.sub_heading h6 {
    font-size: 26px;
    line-height: 24px;
    padding: 10px 0;color: #000000;font-weight: 400;
}
.casestudy_info {
    padding: 80px 0;
}


.faq_block .accordion {
    padding: 10px 0;
}
.faq_block  .card .card-header .btn-header-link {
    display: block;
    padding: 0px;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: -6px;color: #000;
}
.faq_block  .card .card-header .btn-header-link:after {
 position: absolute;
  content: "";
  background: url(../images/minus-ic.svg) no-repeat;
  width: 20px;
  height: 20px;
  right: 15px;
  z-index: 333;
  top: 10px;
}
.pb-10 {
    padding-bottom: 10px;
}
.faq_block .card-body ul {
    padding-left: 28px;
    padding-bottom: 15px;
}
 
.faq_block .card .card-header .btn-header-link.collapsed:after {
    background: url(../images/plus-ic.svg) no-repeat;    top: 4px;
}
 
.faq_block .card {
    border: none;
    background: transparent;
    border-bottom: 1px solid #000000 !important;
    border-radius: inherit;    padding: 25px 0 5px 0;
}
 .faq_block .card-header {
    padding: 0;
}
 .faq_block .accordion>.card>.card-header {
 
    border: none;
    background: transparent;
}
 .faq_block a.btn.btn-header-link:focus {
    border-radius: inherit;
    border: none;
    box-shadow: none;
}
.faq_block .card-body {
    padding: 5px;
    font-size: 20px;
    line-height: 27px;
    color: #000;
    font-weight: 300;
}
.card-body ul li {
    list-style-type: none;
    position: relative;
    color: #000;font-size: 20px;
}
.card-body ul li:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #000;
    top: 12px;
    left: -20px;
    border-radius: 100px;
}
.casestudy_img img {
    width: 100%;
    max-width: 100%;
}
.casestudy_info .col-lg-7.pr-30 {
    padding-left: 100px;
    padding-right: 80px;
}
 .bg-black {
    background: #000;
}
 .txt-white-li ul li {
    color: #fff;
}
 .txt-white-li ul li:after {
    background: #fff !important;
}

.faq_block .card.white-ic .card-header .btn-header-link.collapsed:after {
    background: url(../images/plus-ic-white.svg) no-repeat !important;
    
}
.faq_block  .card.white-ic .card-header .btn-header-link:after {
     
    background: url(../images/minus-ic-white.svg) no-repeat !important;
 
}
.faq_block .card.white-ic {
    border-bottom: 1px solid #fff !important;   
}
 .mb-30 {
    margin-bottom: 30px;
}
.casestudy_banner .banner_inner span {
    padding-right: 0px;
}
 
.topleft_rad img {
  border-radius: 40px 0 0px 40px;
}
.rightbot_rad img {
  border-radius: 0 40px 40px 0;
}

.track_slider button.slick-custom-arrow.slick-prev.slick-arrow {
  right: 127px;
  z-index: 33;
}
.track_slider  {
  padding: 40px 0 65px 0;
}
.track_slider .slick-arrow {
  position: absolute;
  bottom: -20px;
  right: 60px;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: none;
  background: rgba(220, 52, 51, 0.50);
  padding: 13px 13px;
  border-radius: 10px;
   color: rgba(220, 52, 51, 1) !important;
}
 .track_slider .slick-arrow:hover {
  background: #fff;
  
}
 .track_slider .slick-arrow:hover i {
color: rgba(220, 52, 51, 1) !important;
  
}
 .track_list .slick-slider {
 
  margin-bottom: 40px;
}

/******************* Responsive **********************/

@media(max-width:1199px){
.sub_heading h4 {
  font-size: 30px;
  line-height: 32px;
}
.casestudy_info .col-lg-7.pr-30 {
  padding-left: 60px;
  padding-right: 50px;
}
}

@media(max-width:991px){
.casestudy_img img {
  width: 100%;
  border-radius: 30px;
}
.casestudy_img {
  text-align: left;
  padding: 0 50px;
  margin-bottom: 30px;
}
.footer_info ul li i {
  padding-right: 16px;
}
 .register_block {
  padding-left: 30px;
  padding-right: 30px;
}
}

@media(max-width:767px){
.register_block h2 {
  font-size: 38px;
  line-height: 42px;
}
.banner-container.casestudy_banner {
  padding-bottom: 50px;
}
.inner-bg .banner-container {
  padding-top: 185px;
}
.about_banner .banner-container {
  padding-left: 20px;
  padding-right: 20px;
}
.casestudy_info .col-lg-7.pr-30 {
  padding-left: 20px;
  padding-right: 20px;
}
.casestudy_img {
  padding: 0 20px;
  margin-bottom: 20px;
}
.sub_heading h6 {
  font-size: 22px;
  line-height: 23px;
}
.sub_heading h4 {
  font-size: 26px;
  line-height: 31px;
}
.small-img-w{
  width: 200px
}
}

 .navbar-nav li.nav-item .active {
 background: rgba(255, 255, 255, 0.39);
}
/********************* Product Page *************************/

.product_bgblack {
  background: #000;
  position: relative;
}
.product_bgblack nav.navbar.navbar-expand-lg.navbar-dark {
  position: relative;
  top: inherit;
}
 
 .product-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: url("../images/grad_overlay.png") no-repeat center center;
  background-size: cover;
  opacity: 1;
  pointer-events: none;
  bottom: 0;
  z-index: 3;
}
 
 .product-video
 {
  position: relative;
 }
 .title_2 h1 {
    color: #000;
    font-weight: 600;
    line-height: 58px;
    display: inline-block;
}
.benefits_block.product_info {
    text-align: center;
}
.benefits_block.product_info p {
    font-size: 24px;
    line-height: 31px;
    color: #000;
    width: 85%;
    margin: auto;
    padding: 10px 0 10px 0;
}
.product_section_1 .banner-btn {
    padding-top: 20px;
}
.product_section_1 .benefits_vdo video {
    height: 410px;
    width: 100%;
    object-fit: cover;
  
}
.product_tb_info.plr-100 {
    padding: 0 100px;
    text-align: center;
}
.table_heading h4 {
    font-weight: 400;
    font-size: 46px;
    color: #fff;
    line-height: 43px;
}
table {
 
    width: 100%;
}
.product_tb_info tbody {
    background: transparent;
}
 
.product_tb_info table {
    border-collapse: separate;
    border-spacing: 6px;
}

.product_tb_info tr td {
    text-align: center;
    /* padding: 20px 8px; */
    border: 1px solid #DEDEDE;
    color: #fff;
    width: 245px;
    font-size: 18px;
    font-weight: 600;
    background: rgb(153 149 149 / 27%);
    height: 68px;
    line-height: 23px;
}
   
   
.product_tb_info h5.table_top {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    padding: 23px 20px;
    background: #DC3433;
    margin: 0 6px;
    border-radius: 20px 20px 0 0;
}
.product_tb_info .table_heading {
    padding-bottom: 40px;
}
.ptb-table {
    padding-bottom: 100px;
}
.product_section_2 .casestudy_img {
    margin-top: 75px !important;
}
.product_subheading h4 {
    font-size: 46px;
    color: #fff;
    line-height: 43px;
    font-weight: 400;
}
    
.product_section_2 .card-header .btn {
   height: inherit !important;

}
.product_section_2 .card  {
    padding: 28px 0 28px 0;
}
 
 
.product_section_3 .benefits_vdo video {
    height: 320px;
    width: 100%;
    object-fit: cover;
}
.lightray_products {
    text-align: center;
}
.lightray_products h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 35px;color: #000;
}
.lightray_products h3 span {
    font-weight: 700;
}
.lightray_products h6 {
    font-size: 24px;
    font-weight: 400;
    padding: 5px 0;
}
.prod_logo {
    text-align: center;
    margin: 10px 0;
}
.font-22 {
    font-size: 22px;
    font-weight: 400;
    padding: 10px 0;
    line-height: 27px;
}
.width-sm {
    width: 65%;
    margin: auto;
}
.product_section_4 .section-title h5 {
    padding: 10px 0;
}
.prod_risk_info {
    text-align: center;
   
}
.prod_risk_img {
    margin: 40px 0 60px 0;
}
.bg_gray {
    background: #F6F7F9 url(../images/dots_bg_results.svg) no-repeat bottom center;background-size: cover;
}
section.product_section_5.plr-100 {
    padding: 100px 100px 80px 100px;
}
.result_img img {
    width: 100%;
}
.product_section_4 {
  padding: 40px 100px 50px 100px;
}
.col-md-7.resul_instant {
    padding-left: 70px;
}
.results_info p , .results_info ul li {
    font-size: 24px;
    line-height: 27px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}
ul.res_sublist {
    padding-top: 15px;
}
ul.res_sublist li {
    list-style-type: disc;
}
.results_info ul li {
    position: relative;
    list-style-type: none;
}
.results_info ul li::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #000;
  top: 12px;
  left: -20px;
  border-radius: 100px;
}
.highlight_txt {
    color: #DC3433 !important;
    font-weight: 500 !important;
}
.result_img {
    padding-top: 160px;
}
.product_section_6.plr-100 {
    padding: 90px 100px;
}
.card-body p {
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
}

.opportunities_list ul li {
    color: #fff;
    font-size: 24px;
    line-height: 29px;
    list-style-type: none;
    padding-bottom: 30px;
    font-weight: 700;
    text-align: center;
}
.opportunities_list ul {
    padding-top: 100px;
}
.opportunities_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.opportunities_list ul {
    margin: 0 35px;
}
.product_section_6 .product_subheading {
    padding: 30px 0;
}
.product_section_7 {
    padding: 80px 0;
}
.product_section_2 .faq_block {
    margin-top: 50px;
}
.product_section_7 .col-lg-7.pr-30 {
  padding-left: 100px;
  padding-right: 80px;
}
.red {
    color: rgba(220, 52, 51, 1) !important;
}
.intuitive_info .results_info p {
    margin-bottom: 30px;
}
.intuitive_info .section-title {
    padding-bottom: 20px;
}
 .font-56 {
    font-size: 56px !important;
}
.product_section_8.bg_black {
    padding: 80px 100px 60px 100px;
}
.track_slider1 .record_list {
   
    height: 260px;
}
.track_slider1 .slick-initialized .slick-slide {
    display: flex;
    height: 100%;
    margin: 0 25px;
}
.track_slider1 .slick-slide {
  margin: 0 25px;
}
.track_slider1.slick-slider {
    padding: 20px 0 65px 0 !important;
}
.product_section_2 .card-body p {
 
    margin: 0;
    padding-top: 25px;
}
.product_section_2 .faq_block .card-body ul {
    
    padding-top: 25px; margin-bottom: 0;
}
.product_section_5 h2.main_head.color_bl {
    padding: 8px 0 18px 0;
}
.col-lg-7.resul_instant {
  padding-left: 70px;
}
.accept_btn {
    margin-top: 20px;
    text-align: center;
}
.accept_btn a {
  padding: 10px 20px;
  background: #000;
  display: inline-block;
  font-size: 20px;
  background: #dc3534;
  font-size: 18px !important;
  color: #fff !important;
  border-radius: 10px;
  text-decoration: none;
}
 .dialogInfo-lgScreen {
  
  padding: 5px 40px !important;
 
}
.prod_risk_img.prod_risk_mob {
  display: none;
}
.prod_risk_img.prod_table_sm {
  display: none;
}

/**************** Responsive ******************/

@media(max-width:1280px){ 
.opportunities_list ul {
  margin: 0 10px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-top: 8px;
 
}
}
@media(max-width:1199px){ 
.prod_risk_img img {
  width: 100%;
  max-width: 100%;
}
.product_tb_info.plr-100 {
  padding: 0 30px;
  text-align: center;
}
section.product_section_5.plr-100 {
  padding: 100px 30px 80px 30px;
}
.col-md-7.resul_instant {
  padding-left: 30px;
}
.product_section_6.plr-100 {
  padding: 90px 30px;
}
.opportunities_list ul li {
  color: #fff;
  font-size: 22px;
   
}
.product_section_7 .col-lg-7.pr-30 {
  padding-left: 40px;
  padding-right: 30px;
}
.product_section_8.bg_black {
  padding: 80px 30px 60px 30px;
}
.track_slider1 .record_list {
  height: auto;
}
.track_slider1.slick-slider {
  padding: 20px 0 35px 0 !important;
}
.product_subheading h4 {
  font-size: 36px;
  line-height: 37px;
 
}
.table_heading h4 {
  font-size: 36px;
  line-height: 38px;
}
.title_2 h1 {
  color: #000;
  font-size: 50px;
}
.product_section_4 {
  padding: 40px 30px 50px 30px;
}
}
@media(max-width:991px){ 
.product_section_2  .table_heading {
  padding-top: 40px;
}
.bor-rad-40-l img{
border-radius: 30px;
}
.width-sm {
  width: 100%;
  margin: auto;
}
section.product_section_5.plr-100 {
  padding: 0px 30px 80px 30px;
}
.result_img {
  padding-top: 60px;
}
.col-lg-7.resul_instant {
  padding-top: 40px;
}
.opportunities_list ul {
  padding: 0;
  margin: 20px auto;
}
.product_section_6.plr-100 {
  padding: 90px 30px 30px 30px;
}
.product_section_7 {
  padding: 40px 0;
}
.font-56 {
  font-size: 45px !important;
}
.resul_instant .section-title h2 {
  font-size: 45px;
 
}
.ptb-table {
  padding-bottom: 20px;
}
nav.navbar.navbar-expand-lg.navbar-dark {
  padding: 30px 20px;
}
.product_section_1 .benefits_vdo video {
  height: auto;
 
}
.col-lg-7.resul_instant {
  padding-left: 20px;
}

}
@media(max-width:767px){ 
  .prod_risk_img.prod_table_sm {
  display: block;
}
  .prod_risk_img {
  display: none;
}
.prod_risk_img.prod_risk_mob {
  display: block;
}
.track_slider button.slick-custom-arrow.slick-prev.slick-arrow {
  right: inherit;
  z-index: 33;
}
.track_slider button.slick-custom-arrow.slick-next.slick-arrow {
left:80px;
}
  .col-lg-7.resul_instant {
  padding-left:  0px;
}
.benefits_block.product_info p {
  
  width: 100%;
  
}
.benefits_block.product_info {
 
  max-width: 100%;
  
}
.product_section_7 {
  padding: 60px 0;
}
 
.title_2 h1 {
  font-size: 40px;
  line-height: 39px;
}
.product_section_1 .benefits_block {
   position: relative;
}
.product_section_1 video {
  display: none;
}
.product_tb_info.plr-100 {
  padding: 0 10px;
}
.product_section_4 {
  padding: 40px 10px 50px 10px;
}
section.product_section_5.plr-100 {
  padding: 0px 10px 80px 10px;
}
.results_info p, .results_info ul li {
  font-size: 22px;
  line-height: 25px;
}
.product_section_6.plr-100 {
  padding: 90px 20px 30px 20px;
}
.opportunities_list {
  display: block;
  flex-wrap: wrap;
  justify-content: center;
}
.opportunities_list ul li br {
  display: none;
}
.results_info p, .results_info ul li {
  font-size: 20px;
  line-height: 23px;
 
}
.product_section_8.bg_black {
  padding: 80px 10px 30px 10px;
}
.text-center.section-title p {
  font-size: 21px;
  line-height: 25px;
}
.product_tb_info tr td {
  
  font-size: 16px;
 
}
.product_section_3 .benefits_block {
  
  position: relative;
}
.lightray_products h3 {
  font-size: 36px;
 
}
.benefits_block {
 
  padding: 50px 15px !important;
  
}
.product_section_3 video {
  display: none;
}
}