/*!
Theme Name: Real Testimonials
Theme URI: https://shapedplugin.com/real-testimonials/
Author: ShapedPlugin
Author URI: https://shapedplugin.com/
Description: This is real testimonials plugin landing page.
Version: 1.2.18
Text Domain: real-testimonials
*/
@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Roboto:ital,wght@0,400;0,500;1,400&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
	max-width:100%;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Asap", sans-serif;
}

ul li {
  list-style: none;
}

p,
ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.container {
  padding-right: 25px;
  padding-left: 25px;
}

/* Margin top */
.sp-rt-margin-top-18 {
  margin-top: 18px;
}
.sp-rt-margin-top-25 {
  margin-top: 25px;
}
.sp-rt-margin-top-30 {
  margin-top: 30px;
}
.sp-rt-margin-top-50 {
  margin-top: 50px;
}
.sp-rt-margin-top-60 {
  margin-top: 60px;
}
/* Margin bottom */
.sp-rt-margin-bottom-30 {
  margin-bottom: 30px;
}
.sp-rt-margin-bottom-130 {
  margin-bottom: 130px;
}

/* Color */
.sp-rt-primary-color {
  color: #003755;
}
/* Border radius */
.sp-rt-border-radius-5 {
  border-radius: 5px;
}

/* Font weight */
.sp-rt-font-weight-500 {
  font-weight: 500;
}
.sp-rt-font-weight-600 {
  font-weight: 600;
}

/* Section padding */
.sp-rt-section-padding {
  padding: 80px 0;
}
/* Section title style */
.sp-rt-section-title {
  margin-bottom: 40px;
}
.sp-rt-section-title h2 {
  font-size: 34px;
  line-height: 39px;
}
.sp-rt-section-title p.color {
  color: #005adf;
  display: inline-block;
}
.sp-rt-section-title span {
  font-size: 18px;
  display: inline-block;
}
.sp-rt-section-title br {
  display: none;
}
/* Primary Button style */
.sp-rt-get-button a {
  display: inline-block;
  font-weight: 500;
  padding: 13px 24px;
  background-color: #00cb5f;
  color: #fff;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: 0.3s;
}
.sp-rt-get-button span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
/*   text-align: center; */
}
.sp-rt-get-button a:hover {
  background-color: #00b135;
}
/* Border button width svg icon style */
.sp-rt-get-button-border a {
  background-color: transparent;
  border: 2px solid #fff;
}
.sp-rt-get-button-border a:hover {
  background-color: #fff;
  color: #003755;
}
.sp-rt-get-button-border a svg {
  margin-right: 5px;
  width: 10px;
}
.sp-rt-get-button-border a svg path {
  transition: 0.3s;
}
.sp-rt-get-button-border a:hover svg path {
  fill: #003755;
}
/* Blue button style */
.sp-rt-get-button-blue a {
  background-color: #015ADF;
  padding: 11px 18px;
}
.sp-rt-get-button-blue a:hover {
  background-color: #0550c0;
}
/* Blue button style */
.sp-rt-get-button-see a {
  background-color: #DDEBFD;
  color: #0550c0;
  padding: 11px 18px;
  border: 1px solid rgba(0, 91, 223, 0.25);
}
.sp-rt-get-button-see a:hover {
  background-color: #0550c0;
  color: #fff;
}
.sp-rt-get-button-see a svg,
.sp-rt-get-button-see a svg path {
  transition: .3s;
}
.sp-rt-get-button-see a:hover svg {
  transform: translateX(3px);
}
.sp-rt-get-button-see a:hover svg path {
  fill: #fff;
}
/* Medium button size */
.sp-rt-get-button-medium a {
  padding: 12px 30px;
}
/* Border black button */
.sp-rt-get-button-border-black a {
  background-color: transparent;
  color: #003755;
  border: 2px solid #003755;
}
.sp-rt-get-button-border-black a:hover {
  background-color: #003755;
  color: #fff;
}
/* Header section */
.sp-rt-header {
  width: 100%;
  position: fixed;
  padding: 0;
  z-index: 99;
}
.sp-rt-header .navbar {
  padding: 18px 0;
  transition: all 0.3s ease;
}
.sp-rt-header .sp-rt-logo {
  width: 235px;
  height: 35px;
}
.sp-rt-header-logo img {
  width: 190px;
}
.sp-rt-header-logo img.sp-brand-logo {
  width: 26px;
  margin-right: 18px;
}
.sp-rt-header-logo a.navbar-brand {
  position: relative;
  margin-right: 0;
}
.sp-rt-header-logo a.navbar-brand::after {
  position: absolute;
  content: "";
  height: 95%;
  width: 1px;
  background: #cccc;
  left: 37px;
}
.sp-rt-header .navbar-toggler {
  margin-top: -4px;
}
.sp-rt-header .navbar-light span.navbar-toggler-icon {
  width: 30px;
  height: 2px;
  background: #fff;
  position: relative;
}
.sp-rt-header .navbar-light span.navbar-toggler-icon::after,
.sp-rt-header .navbar-light span.navbar-toggler-icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  background: inherit;
}
.sp-rt-header .navbar-light span.navbar-toggler-icon::before {
  top: -8px;
}
.sp-rt-header .navbar-light span.navbar-toggler-icon::after {
  top: 8px;
}
.sp-rt-header .sp-rt-menu {
  margin-left: auto;
}
.sp-rt-header .sp-rt-menu li a {
  color: #ffff;
  margin-right: 30px;
  line-height: 19px;
  transition: 0.3s;
  font-weight: 500;
  padding: 5px 0;
  width: 100%;
  display: inline-block;
}
.sp-rt-header .sp-rt-menu li.sp-rt-dropdown .dropdown-toggle::after {
  display: none;
}
.sp-rt-header .sp-rt-menu li.sp-rt-dropdown ul {
  margin-top: 0;
}
.sp-rt-header .sp-rt-menu li.sp-rt-dropdown ul li:not(:first-child) {
  margin-top: 4px;
}
.sp-rt-header .sp-rt-menu li.sp-rt-dropdown ul {
  border: none;
  padding: 0;
}
.sp-rt-header .sp-rt-menu li.sp-rt-dropdown ul li {
  padding: 0 15px;
}
.sp-rt-header .sp-rt-menu li.sp-rt-dropdown ul li a {
  color: #003755;
  margin-right: 0;
  padding: 0;
  font-size: 15px;
}
.sp-rt-header .sp-rt-menu li.sp-rt-dropdown a svg {
  width: 10px;
}
/*.sp-rt-header .sp-rt-menu li.sp-rt-dropdown a svg path{
  fill: #fff;
}*/
.sp-rt-header .sp-rt-menu li.sp-rt-dropdown ul li a:hover {
  color: #0078c2;
}
.sp-rt-header .sp-rt-menu li.sp-rt-dropdown > ul::before,
.sp-rt-header .sp-rt-menu li.sp-rt-dropdown > ul:after {
  position: absolute;
  content: "";
  top: -24px;
  border-width: 12px;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  left: 60px;
  transform: translateX(-50%);
  display: none;
}
.sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul::before,
.sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul:after {
  left: 554px;
}
.sp-rt-header .sp-rt-menu li.sp-rt-dropdown ul::before {
  top: -25px;
  border-color: transparent transparent #e6eefc transparent;
}
.sp-rt-header .sp-rt-menu li:hover a {
  color: #b7e1fe;
}
.sp-rt-header .sp-rt-menu li a svg path {
  transition: 0.3s;
}
.sp-rt-header .sp-rt-menu li:hover a svg path {
  fill: #b7e1fe;
}
.sp-rt-header .navbar .sp-rt-get-button a {
  padding: 8px 17px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
/* slick menu */
.sp-rt-sticky-menu .navbar-light span.navbar-toggler-icon {
  background: #003755;
}
.sp-rt-header .sp-rt-sticky-menu {
  position: fixed;
  padding: 10px 0;
  top: 0;
  left: 0;
  width: 100%;
  --webkit-box-shadow: 0 13px 22px -5px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 13px 22px -5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 13px 22px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 13px 22px -5px rgb(0 0 0 / 10%);
  background: #fff;
  /* transition: .3s; */
  z-index: 9999;
  /* border-bottom: 1px solid #E6EEFC; */
}
.sp-rt-sticky-menu .sp-rt-menu {
  margin-top: 20px;
}
/* .sp-rt-header .sp-rt-get-button{
   padding-bottom: 20px;
} */
.sp-rt-sticky-menu .sp-rt-menu li a {
  color: #003755;
}
.sp-rt-sticky-menu .sp-rt-menu li:hover a {
  color: #0078c2;
}
.sp-rt-sticky-menu .sp-rt-menu li a svg path {
  fill: #003755;
}
.sp-rt-sticky-menu .sp-rt-menu li:hover a svg path {
  fill: #0078c2;
}
/* Banner section */
.sp-rt-banner {
  height: auto;
  background: #005adf;
  padding-bottom: 140px;
}
.sp-rt-banner .sp-rt-banner-content {
  padding-top: 150px;
}
.sp-rt-banner .sp-rt-banner-content h1 {
  font-size: 36px;
  line-height: 42px;
}
.sp-rt-banner .sp-rt-banner-content p {
  font-size: 18px;
}
.sp-rt-banner .sp-rt-banner-img {
  margin-top: 10px;
}
.sp-rt-banner .sp-rt-banner-img img {
  width: 100%;
}
.sp-rt-banner-btn .sp-rt-get-button {
  margin-right: 25px;
  margin-bottom: 30px;
}
.sp-rt-banner-btn .sp-rt-get-button img {
  margin-right: 5px;
}
/* Pricing page banner style */
.sp-tr-pricing-page-banner .sp-rt-section-title {
  padding-top: 200px;
}
/* Count section */
.sp-rt-count .sp-rt-count-aria {
  width: 100%;
  box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.2);
  padding: 15px 10px;
  margin-top: -85px;
}
.sp-rt-count .sp-rt-count-box {
  color: #444444;
}
.sp-rt-count .sp-rt-count-box .sp-rt-count-info {
  margin-top: -3px;
}
.sp-rt-count .sp-rt-count-box .sp-rt-count-img {
  margin-bottom: 20px;
  margin-right: 0px;
}
.sp-rt-count .sp-rt-count-box .sp-rt-count-info h2 {
  font-size: 24px;
  margin: 0;
  font-weight: 600;
}
.sp-rt-count .sp-rt-count-box .sp-rt-count-info span {
  color: #9d9d9d;
}
/* Feature section */
.sp-rt-features .sp-rt-features-box {
  padding: 25px 30px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid transparent;
  transition: 0.3s;
  height: calc(100% - 30px);
}
.sp-rt-features .col-xl-4 {
  padding-left: 16px;
  padding-right: 16px;
}
.sp-rt-features .sp-rt-features-box:hover {
  border-bottom: 4px solid #0080f0;
}
.sp-rt-features .sp-rt-features-box img {
  float: left;
  margin-right: 15px;
}
.sp-rt-features .sp-rt-features-box h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

/* Tab aria style */
.sp-rt-tab {
  position: relative;
  background-color: #F4F8FB;
  padding: 130px 0;
}
.sp-rt-tab .sp-rt-see-demos-shape {
  display: none;
}
@media (min-width: 1200px) {
  .sp-rt-tab .sp-rt-see-demos-shape {
    position: absolute;
    background-image: url(./assets/images/see-demos.svg);
    width: 340px;
    height: 120px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 250px;
    background-position: 60px;
    display: block;
    z-index: 1;
  }
}
.sp-rt-more-demos .sp-rt-more-demo-menu li a .sp-rt-tab-icon,
.sp-rt-tab .nav-link .sp-rt-tab-icon {
  width: 60px;
  height: 35px;
  background-position: center;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
}
.sp-rt-more-demos .sp-rt-more-demo-menu li a .sp-rt-tab-icon.slider,
.sp-rt-tab .nav-link .sp-rt-tab-icon.slider {
  background-image: url(./assets/images/carousel-icon.svg);
}
.sp-rt-more-demos .sp-rt-more-demo-menu li a.active .sp-rt-tab-icon.slider,
.sp-rt-more-demos .sp-rt-more-demo-menu li a:hover .sp-rt-tab-icon.slider,
.sp-rt-tab .nav-link.active .sp-rt-tab-icon.slider {
  background-image: url(./assets/images/carousel-icon-active.svg);
}
.sp-rt-more-demos .sp-rt-more-demo-menu li a .sp-rt-tab-icon.grid,
.sp-rt-tab .nav-link .sp-rt-tab-icon.grid {
  background-image: url(./assets/images/grid-icon.svg);
}
.sp-rt-more-demos .sp-rt-more-demo-menu li a.active .sp-rt-tab-icon.grid,
.sp-rt-more-demos .sp-rt-more-demo-menu li a:hover .sp-rt-tab-icon.grid,
.sp-rt-tab .nav-link.active .sp-rt-tab-icon.grid {
  background-image: url(./assets/images/grid-icon-active.svg);
}
.sp-rt-more-demos .sp-rt-more-demo-menu li a .sp-rt-tab-icon.masonry,
.sp-rt-tab .nav-link .sp-rt-tab-icon.masonry {
  background-image: url(./assets/images/masonry-icon.svg);
}
.sp-rt-more-demos .sp-rt-more-demo-menu li a.active .sp-rt-tab-icon.masonry,
.sp-rt-more-demos .sp-rt-more-demo-menu li a:hover .sp-rt-tab-icon.masonry,
.sp-rt-tab .nav-link.active .sp-rt-tab-icon.masonry {
  background-image: url(./assets/images/masonry-icon-active.svg);
}
.sp-rt-more-demos .sp-rt-more-demo-menu li a .sp-rt-tab-icon.isotope,
.sp-rt-tab .nav-link .sp-rt-tab-icon.isotope {
  background-image: url(./assets/images/isotope-icon.svg);
}
.sp-rt-more-demos .sp-rt-more-demo-menu li a.active .sp-rt-tab-icon.isotope,
.sp-rt-more-demos .sp-rt-more-demo-menu li a:hover .sp-rt-tab-icon.isotope,
.sp-rt-tab .nav-link.active .sp-rt-tab-icon.isotope {
  background-image: url(./assets/images/isotope-icon-active.svg);
}
.sp-rt-more-demos .sp-rt-more-demo-menu li a .sp-rt-tab-icon.list,
.sp-rt-tab .nav-link .sp-rt-tab-icon.list {
  background-image: url(./assets/images/list-icon.svg);
}
.sp-rt-more-demos .sp-rt-more-demo-menu li a.active .sp-rt-tab-icon.list,
.sp-rt-more-demos .sp-rt-more-demo-menu li a:hover .sp-rt-tab-icon.list,
.sp-rt-tab .nav-link.active .sp-rt-tab-icon.list {
  background-image: url(./assets/images/list-icon-active.svg);
}
.sp-rt-more-demos .sp-rt-more-demo-menu,
.sp-rt-tab ul.nav{
  justify-content: center;
  position: relative;
  z-index: 2;
}

.sp-rt-more-demos .sp-rt-more-demo-menu li,
.sp-rt-tab ul.nav li.nav-item {
  background: #fff;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-right: 20px;
  margin-top: 15px;
  overflow: hidden;
}
.sp-rt-more-demos .sp-rt-more-demo-menu li a,
.sp-rt-tab .nav-pills .nav-link {
  width: 100px;
  height: 100%;
  padding: 17px 0;
  display: inline-block;
}
.sp-rt-more-demos .sp-rt-more-demo-menu li a.active,
.sp-rt-more-demos .sp-rt-more-demo-menu li a:hover,
.sp-rt-tab .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background: #005adfd9;
}
.sp-rt-more-demos .sp-rt-more-demo-menu li a.active span,
.sp-rt-more-demos .sp-rt-more-demo-menu li a:hover span,
.sp-rt-tab .nav-item .nav-link.active span{
  color: #fff;
}
.sp-rt-more-demos .sp-rt-more-demo-menu li a span,
.sp-rt-tab .nav-item button span {
  margin-top: 7px;
  display: block;
  color: #444444;
  line-height: normal;
  font-size: 12px;
  margin-bottom: -3px;
  text-align: center;
}
.sp-rt-tab-content-bg {
  padding-bottom: 120px;
}
.sp-rt-tab .tab-content {
  box-shadow: 0px 1px 20px rgb(0 0 0 / 10%);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #E6EAED;
  margin-top: 60px;
  background-color: #fff;
}
.sp-rt-tab .sp-tea-tab-img-header {
  width: 100%;
  height: 50px;
  background-color: #DDE5F1;
  position: relative;
}
.sp-rt-tab .sp-tea-tab-img-header span {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #E9475E;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}
.sp-rt-tab .sp-tea-tab-img-header span:nth-child(2){
  background-color: #F39C12;
  left: 45px;
}
.sp-rt-tab .sp-tea-tab-img-header span:nth-child(3){
  background-color: #00BF28;
  left: 65px;
}
.sp-rt-tab .sp-rt-tab-img {
  padding: 60px 80px 50px;
}
.sp-rt-tab-bottom-shape img,
.sp-rt-tab-top-shape img {
  width: 100%;
}
.sp-rt-tab .sp-rt-get-button{
  text-align: center;
  margin-top: 70px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 90%;
}
.sp-rt-tab .sp-rt-get-button a {
  background-color: #005ADF;
  transition: all .3s;
}
.sp-rt-tab .sp-rt-get-button a svg {
  transform: translateX(2px);
  transition: all .3s;
}
.sp-rt-tab .sp-rt-get-button a:hover svg {
  transform: translateX(8px);
}
/* More Demos */
.sp-rt-more-demos {
  padding-bottom: 130px;
}
.sp-rt-more-demos .sp-rt-more-demo-menu{
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sp-rt-tab.sp-rt-more-demos{
  background-color: transparent;
  padding-top: 0;
}
.sp-rt-more-demos .sp-rt-section-title {
  margin-bottom: 20px;
}
.sp-rt-more-demos .sp-rt-section-title h2 {
  font-size: 24px;
}

/* 404 page */
.entry-content.page-404 {
  max-width: 400px;
  margin: 0 auto;
}

/* Key Features */
.sp-rt-all-key-features ul li {
  flex-basis: 50%;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}
.sp-rt-all-key-features ul li::before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  background-color: #e2f2ff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNDE1MzggOS44MDM2TDAuMTkwMzczIDUuNDQ1MzVDLTAuMDYzNDU3NiA1LjE4MzUxIC0wLjA2MzQ1NzYgNC43NTg5OCAwLjE5MDM3MyA0LjQ5NzExTDEuMTA5NTkgMy41NDg4OEMxLjM2MzQyIDMuMjg3MDIgMS43NzUgMy4yODcwMiAyLjAyODgzIDMuNTQ4ODhMNC44NzUgNi40ODQ3OEwxMC45NzEyIDAuMTk2Mzc3QzExLjIyNSAtMC4wNjU0NTg5IDExLjYzNjYgLTAuMDY1NDU4OSAxMS44OTA0IDAuMTk2Mzc3TDEyLjgwOTYgMS4xNDQ2MUMxMy4wNjM1IDEuNDA2NDUgMTMuMDYzNSAxLjgzMDk4IDEyLjgwOTYgMi4wOTI4NUw1LjMzNDYyIDkuODAzNjNDNS4wODA3NiAxMC4wNjU1IDQuNjY5MjEgMTAuMDY1NSA0LjQxNTM4IDkuODAzNloiIGZpbGw9IiMwMDM3NTUiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
}

/* About section style */
.sp-rt-about {
  padding-bottom: 80px;
}
.sp-rt-about .sp-rt-about-img img {
  width: 100%;
  border: 1px solid #e6eefc;
  border-radius: 6px;
  box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
}
.sp-rt-about .sp-rt-about-content {
  margin-top: 30px;
}
.sp-rt-about .sp-rt-about-content br {
  display: none;
}

.sp-rt-about .sp-rt-about-content h3 {
  font-size: 30px;
  line-height: 34px;
}
.sp-rt-about .sp-rt-about-content h4 {
  font-size: 20px;
  color: rgba(0, 55, 85, 0.7);
  margin-top: 30px;
}
.sp-rt-about .sp-rt-about-content p {
  margin-top: 30px;
}
.sp-rt-about .sp-rt-about-aria .row:nth-child(even) {
  flex-direction: row-reverse;
  padding: 60px 0;
}
.sp-rt-about .sp-rt-about-aria .row:nth-child(odd) .sp-rt-about-img {
  padding-right: 0px;
}
.sp-rt-about .sp-rt-about-aria .row:nth-child(even) .sp-rt-about-content {
  padding-right: 0px;
}

ul.sp-rt-feature-list {
  padding: 0;
}
ul.sp-rt-feature-list li {
  flex-basis: 50%;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}

ul.sp-rt-feature-list li span {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-color: #e2f2ff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
}
.sp-rt-about .sp-rt-about-btn {
  margin-top: 90px;
}
.sp-rt-about .sp-rt-about-btn .sp-rt-get-button:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 30px;
}

/* Theme area style */
.sp-rt-theme {
  overflow: hidden;
  background: linear-gradient(180deg, #005adf 0%, #baddff 100%);
}
.sp-rt-theme .sp-rt-theme-carousel {
  margin-top: 70px;
}
.sp-rt-theme .sp-rt-theme-carousel .swiper-slide img {
  width: 100%;
  border-radius: 8px;
}
.sp-rt-theme .sp-rt-pagination {
  margin-top: 25px;
}
.sp-rt-theme .sp-rt-pagination .swiper-pagination-bullet {
  background-color: #aed8ff;
  padding: 6px;
  opacity: 1;
}
.sp-rt-theme .sp-rt-pagination .swiper-pagination-bullet-active {
  background-color: #0185ff;
}

/* screenshot section style */
.sp-rt-screenshot .sp-rt-screenshot-img {
  border: 5px solid #e4e4e4;
  transition: 0.3s;
}
.sp-rt-screenshot .sp-rt-screenshot-img:hover {
  border-color: #0078c2;
}
.sp-rt-screenshot .sp-rt-screenshot-img img {
  width: 100%;
}
.sp-rt-screenshot .sp-rt-screenshot-caption span {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
}
.sp-rt-screenshot .sp-rt-get-button {
  margin-top: 60px;
}
/* Logo section style */
.sp-rt-featured-logo .row {
  align-items: center;
}
.sp-rt-featured-logo {
  background-color: #f4f8fb;
}
.sp-rt-featured-logo .sp-rt-featured-logo-img {
  text-align: center;
  width: 160px;
  max-width: 100%;
}
.sp-rt-featured-logo .sp-rt-featured-logo-img img {
  max-width: 100%;
}
/* Promote section style */
.sp-rt-promote {
  background-color: #015ADF;
  padding: 80px 0;
}
.sp-rt-promote .sp-rt-promote-area {
  text-align: center;
}
.sp-rt-promote .sp-rt-promote-area h2 {
  font-size: 30px;
  display: inline-block;
}
.sp-rt-promote .sp-rt-promote-area .sp-rt-get-button a {
  padding: 15px 25px;
  border-radius: 3px;
}
.sp-rt-promote .sp-rt-promote-area .sp-rt-promote-shape {
  top: 20px;
  left: 40px;
  display: none;
}

/* Testimonial section */
.sp-rt-testimonial {
  overflow: hidden;
}
.sp-rt-testimonial .sp-rt-testimonial-box {
  box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
  padding: 40px;
  font-style: italic;
}
.sp-rt-testimonial .sp-rt-testimonial-box h4 {
  font-size: 18px;
  line-height: 21px;
}
.sp-rt-testimonial .sp-rt-testimonial-box p {
  margin: 20px 0;
}
.sp-rt-testimonial .sp-rt-testimonial-author-info h5 {
  font-size: 16px;
  margin: 0;
}
.sp-rt-testimonial .sp-rt-testimonial-author-info span {
  font-size: 14px;
  font-family: "Asap", sans-serif;
}
.sp-rt-testimonial .sp-rt-testimonial-author img {
  margin-right: 20px;
  width: 60px;
  border-radius: 50%;
}
.sp-rt-testimonial .sp-rt-get-button {
  margin-top: 80px;
}

/* Support section */

.sp-rt-support-button a{
  background-color: transparent;
  color: #003755;
  border: 1px solid #003755;
  border-radius: 3px;
  font-weight: normal;
  padding: 8px 16px;
}
.sp-rt-support-button a:hover,
.sp-rt-get-button-border-black a:hover{
  background-color: #003755;
  color: #fff;
}
.sp-rt-support-button a svg{
  display: inline-block;
  fill: #003755;
  transition: .2s linear;
}
.sp-rt-support-button a:hover svg {
  fill: #fff;
  transform: translateX(4px);
}
.sp-rt-support-section {
  padding-top: 120px;
  width: 100%;
  margin: auto;
}
.sp-rt-support-teams {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  text-align: center;
  margin-top: 20px;
}
.sp-rt-support-team {
  width: 120px;
  margin: auto;
}
.sp-rt-support-team-img {
  border: 1px solid #d7d8da;
  border-radius: 100%;
  overflow: hidden;
  background-color: #FCDAD0;
}
.sp-rt-support-team:nth-child(1) .sp-rt-support-team-img{
  margin-top: 100px;
}
.sp-rt-support-team:nth-child(2) .sp-rt-support-team-img{
  background-color: #C8E5C9;
}
.sp-rt-support-team:nth-child(3) .sp-rt-support-team-img{
  background-color: #B2DFDB;
  margin-top: 100px;
}
.sp-rt-support-team:nth-child(4) .sp-rt-support-team-img{
  background-color: #F8BBD0;
}
.sp-rt-support-team:nth-child(5) .sp-rt-support-team-img{
  background-color: #90CAF9;
  margin-top: -80px;
}
.sp-rt-support-team-img img {
  border: 4px solid white;
  border-radius: 100%;
}
.sp-rt-support-team span {
color: #071f42b3;
margin-top: 10px;
display: inline-block; 
}
@media (min-width: 960px) {
  .sp-rt-support-teams {
      grid-template-columns: repeat(5, minmax(0, 1fr));
      margin-top: 0;
  }
  .sp-rt-support-section {
      width: 960px;
  }
  .sp-rt-support-team:nth-child(5) .sp-rt-support-team-img{
      background-color: #90CAF9;
      margin-top: 100px;
  }
}

/* Faq style */
.sp-rt-faq {
  background-color: #f7fbff;
}
.sp-rt-faq .sp-rt-faq-tab-button {
  border-bottom: 3px solid #00375533;
  width: 314px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.sp-rt-faq .nav-pills .nav-link {
  color: #003755;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.sp-rt-faq .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: transparent;
  color: #155ADF;
  margin-bottom: -3px;
  border-bottom: 3px solid #155ADF;
  border-radius: 0;
}
.sp-rt-faq .sp-rt-section-title {
  margin-bottom: 60px;
}
.sp-rt-faq .sp-rt-accordion-item {
  background-color: #ffff;
  box-shadow: 0px 1px 5px rgba(0, 55, 85, 0.1);
  margin-top: 15px;
}
.sp-rt-faq .sp-rt-accordion-header {
  font-size: 16px;
  margin: 0;
}
.sp-rt-faq button.sp-rt-accordion-button {
  width: 100%;
  padding: 22px 35px;
  border: none;
  background-color: transparent;
  display: flex;
}
.sp-rt-faq button.sp-rt-accordion-button img {
  margin-top: 7px;
  margin-right: 10px;
}
.sp-rt-faq button.sp-rt-accordion-button:not(.collapsed) img {
  transform: rotate(180deg) translateY(2px);
}
.sp-rt-faq .sp-rt-accordion-body {
  padding: 0 60px 20px;
}
.sp-rt-faq .sp-rt-accordion-body p:not(:last-child) {
  margin-bottom: 10px;
}
.sp-rt-faq .sp-rt-faq-shape {
  top: 150px;
  right: 0;
}
.sp-rt-faq .sp-rt-accordion-item .sp-rt-accordion-video {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.sp-rt-faq .sp-rt-accordion-item .sp-rt-accordion-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Happy user */
.sp-rt-happy-user {
  background-color: #005adf;
}
.sp-rt-happy-user .sp-rt-section-title span strong {
  font-weight: 500;
}
.sp-rt-happy-user .sp-rt-get-button {
  margin-top: 70px;
}
.sp-rt-happy-user .sp-rt-get-button a {
  padding: 15px 25px;
  border-radius: 3px;
}

/* Footer section */
footer.sp-rt-footer {
  padding: 70px 0;
  background-color: #f2f7fd;
}
.sp-rt-footer-logo img {
  width: 210px;
}
.sp-rt-footer .sp-rt-footer-logo span {
  position: absolute;
  width: calc(100% - 220px);
  height: 1px;
  background-color: rgba(0, 55, 85, 0.15);
  top: 50%;
  right: 0;
}
.sp-rt-footer .sp-rt-footer-menu h6 {
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 5px;
  position: relative;
}
footer .sp-rt-footer-menu h6 span {
  position: absolute;
  top: -10px;
  font-size: 10px;
  color: #fff;
  background-color: #155adf;
  padding: 3px 6px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 3px;
  margin-left: 3px;
}
.sp-rt-footer .sp-rt-footer-menu ul {
  margin-top: 18px;
}
.sp-rt-footer .sp-rt-footer-menu ul li {
  margin-bottom: 2px;
}
.sp-rt-footer .sp-rt-footer-menu ul li a {
  font-size: 15px;
  color: #003755;
  transition: 0.3s;
}
.sp-rt-footer .sp-rt-footer-menu ul li a:hover {
  color: #005adf;
}
.sp-rt-footer .sp-rt-footer-info {
  margin-top: 70px;
  color: rgba(0, 55, 85, 0.7);
}
.sp-rt-footer .sp-rt-footer-info a {
  color: rgba(0, 55, 85, 0.7);
  text-decoration: underline;
}
.sp-rt-footer .sp-rt-footer-info a:hover {
  color: #005adf;
}

/* Pricing page style */
.sp-tr-pricing-page-banner {
  height: auto;
  position: relative;
  background: transparent;
  padding-bottom: 0;
}
.sp-tr-pricing-page-banner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 600px;
  background: #005adf;
  z-index: -1;
  top: 0;
}
.sp-tr-pricing-page-banner .sp-rt-banner-content {
  padding-top: 180px;
}
.sp-rt-pricing-aria {
  padding-bottom: 70px;
  position: relative;
}
.sp-rt-pricing-aria .sp-rt-get-button a {
  padding: 8px 25px;
}
.sp-rt-pricing-aria .sp-rt-pricing-btn {
  margin: auto;
  width: max-content;
  border: 2px solid #fff;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 60px;
  margin-top: 50px;
}
.sp-rt-pricing-aria .sp-rt-pricing-btn button {
  border: none;
  background-color: transparent;
  color: #fff;
  padding: 7px 20px;
  font-weight: 500;
}
.sp-rt-pricing-aria .sp-rt-pricing-btn button.active {
  background-color: #fff;
  color: #003755;
}
.sp-rt-pricing-aria .sp-rt-pricing-box {
  color: #334963;
  background: #ffffff;
  border: 1px solid #e6eefc;
  box-sizing: border-box;
  box-shadow: 0px 1px 10px rgb(0 55 85 / 10%);
  border-radius: 8px;
  padding: 30px 20px 40px;
  margin-top: 30px;
  z-index: 1;
}
.sp-rt-pricing-aria .sp-rt-pricing-top h3 {
  font-weight: 600;
  font-size: 24px;
}
.sp-rt-pricing-aria .sp-rt-pricing-box.active {
  border: 2px solid #00b655;
  position: relative;
  overflow: hidden;
}
.sp-rt-pricing-aria .sp-rt-pricing-box.active::after {
  position: absolute;
  content: "Best Value";
  background-color: #00b655;
  width: 200px;
  transform: rotate(45deg);
  text-align: center;
  top: 20px;
  right: -58px;
  padding: 6px;
  color: #ffff;
  font-weight: 500;
}
.sp-rt-pricing-aria .sp-rt-pricing-top {
  position: relative;
  padding-bottom: 20px;
}
.sp-rt-pricing-aria .sp-rt-pricing-top p {
/*   text-decoration: line-through; */
  font-weight: 400;
  color: #879196;
  margin-bottom: 15px;
}
.sp-rt-pricing-aria .sp-rt-pricing-top::after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #dde3e8;
  width: 100%;
  left: 0;
  bottom: 1px;
}
.sp-rt-pricing-aria .sp-rt-pricing-info {
  padding: 0 20px;
}
.sp-rt-pricing-aria .sp-rt-pricing-info ul li {
  margin-bottom: 7px;
  display: flex;
  align-items: baseline;
}
.sp-rt-pricing-aria .sp-rt-pricing-info ul li img {
  margin-right: 7px;
}
.sp-rt-pricing-aria .sp-rt-pricing-value {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp-rt-pricing-aria .sp-rt-pricing-value h2 {
  font-weight: 600;
  color: #003755;
}
.sp-rt-pricing-aria .sp-rt-pricing-value span {
  margin-top: 5px;
  font-weight: 400;
  color: #879196;
}
.sp-rt-pricing-aria .sp-rt-pricing-value span:first-child {
  transform: translateY(-8px);
  margin-right: 3px;
}
.sp-rt-discount-pricing {
  margin-bottom: 15px;
}
.sp-rt-discount-pricing del {
  font-size: 16px;
  color: rgba(0, 55, 85, 0.5);}
.sp-rt-discount-pricing span {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  background: #F39C12;
  padding: 6px 14px;
  border-radius: 50px;
  text-transform: uppercase;
  margin-left: 5px;
}

#lifetime {
  display: none;
}
/* Money Back */
.sp-rt-money-back {
  padding-bottom: 80px;
}
.sp-rt-money-back .sp-rt-money-back-box {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e6eefc;
  box-shadow: 0px 1px 10px rgba(0, 55, 85, 0.1);
  border-radius: 8px;
  margin: 0 auto;
  padding: 30px;
}
.sp-rt-money-back .sp-rt-money-back-content h3 {
  font-size: 26px;
}
.sp-rt-money-back .sp-rt-money-back-content a {
  color: #007cba;
}
.sp-rt-money-back .sp-rt-money-back-content a:hover {
  text-decoration: underline;
}
.sp-rt-money-back .sp-rt-money-back-info .sp-rt-money-back-img {
  margin-right: 30px;
  float: left;
  width: 100px;
  flex-shrink: 0;
}
.sp-rt-money-back .sp-rt-money-back-info .sp-rt-money-back-img img {
  width: 100%;
}
.sp-rt-money-back .sp-rt-money-back-card-info {
  flex-basis: 45%;
}
.sp-rt-money-back .sp-rt-money-back-card {
  margin-top: 20px;
}
.sp-rt-money-back .sp-rt-money-back-info {
  padding-bottom: 30px;
  border-bottom: 1px solid #dde3e8;
}
.sp-rt-money-back .sp-rt-money-back-card-info p {
  font-size: 14px;
  line-height: 18px;
}
.sp-rt-money-back .sp-rt-money-back-card-img img {
  width: 32px;
}
/* one to one */
.sp-rt-money-back.one-to-one .sp-rt-money-back-info {
  padding-bottom: 0;
  border: none;
}
.sp-rt-money-back.one-to-one .sp-rt-money-back-info .sp-rt-money-back-img {
  width: 120px;
}
/* Feature list style */
.sp-tr-free-vs-pro-banner,
.sp-rt-page-banner {
  height: 350px;
}
.sp-rt-page-banner.sp-rt-banner-product {
  height: 50px;
}
.sp-tr-free-vs-pro-banner .sp-rt-banner-content,
.sp-rt-page-banner .sp-rt-banner-content {
  padding-top: 180px;
}
.sp-tr-free-vs-pro-feature .sp-rt-section-title {
  margin-bottom: 50px;
}
.sp-tr-free-vs-pro-feature .wp-block-table {
  margin: 0;
}
.sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  box-shadow: 0 0 10px 0 #ddd;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #015adf33;
}
.sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list table {
  border-collapse: collapse;
  width: 100%;
}
.sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list table thead th {
  padding: 25px;
  background-color: #015adf;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
/* .sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list table thead th, */
.sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list table tfoot td:not(:last-child),
.sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list table tbody td:not(:last-child) {
  border-right: 1px solid #e5e9ec;
  font-weight: 500;
}
.sp-tr-free-vs-pro-feature .wp-block-table td, .sp-tr-free-vs-pro-feature .wp-block-table th {
  border: none;
}
.sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list table tbody td {
  padding: 18px 40px;
  border-color: #e5e9ec;
}
.sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list table tbody td:first-child {
  width: 75%;
}
.sp-tr-free-vs-pro-feature
  .sp-tr-free-vs-pro-feature-list
  table
  tbody
  tr:nth-child(even) {
  background-color: #015adf0d;
}
.sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list table tfoot td {
  padding: 20px 0px;
}
.sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list table tfoot td a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  padding: 7px 20px;
  background-color: #003755;
  color: #fff;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: 0.3s;
}
.sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list table tfoot td a:hover {
  background-color: #334963;
}
.sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list table tfoot td:first-child {
  padding-left: 40px;
}
.sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list table tfoot td:last-child a {
  background-color: #00cb5f;
}
.sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list table tfoot td:last-child a:hover {
  background-color: #00b135;
}

/* Changelog section */
.sp-rt-changelog.sp-rt-section-padding {
  padding-top: 115px;
  padding-bottom: 140px;
}
.sp-rt-changelog-version span {
  width: 50px;
  height: 50px;
  background-color: #005adf;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
}

.sp-rt-changelog-box {
  display: flex;
}
.sp-rt-changelog-box:last-child {
  overflow: hidden;
}
.sp-rt-changelog-content {
  margin-left: 30px;
  margin-top: 12px;
  color: #003755;
  padding-top: 25px;
}
.sp-rt-changelog-box .sp-rt-date h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.sp-rt-changelog-area ul li {
  list-style: disc;
  margin-top: 15px;
  margin-left: 30px;
  font-size: 16px;
  line-height: 18px;
  color: #334963;
}
.sp-rt-changelog-area strong {
  font-size: 18px;
  font-weight: 600;
  padding-top: 35px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Asap", sans-serif;
}

.sp-rt-changelog-version {
  position: relative;
  padding-top: 25px;
}

.sp-rt-changelog-version::after {
  position: absolute;
  content: "";
  border: 1px dashed #93cfff;
  width: 1px;
  height: calc(100% - 50px);
  border-width: 1px;
  left: 50%;
  transform: translateX(-50%);
}

/* fancybox */
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #005adf;
}
.mfp-iframe-holder .mfp-content {
  border: 12px solid #fff;
  border-radius: 5px;
}
.mfp-iframe-holder .mfp-close {
  top: -50px;
  right: -35px;
}
.mfp-iframe-scaler iframe {
  box-shadow: none;
}
.sp-rt-more-features {
  background-color: #f7fbff;
}

/* More features */
.sp-rt-more-features .sp-rt-section-title {
  margin-bottom: 70px;
}
.sp-rt-more-features .sp-rt-section-title h2 {
  font-size: 30px;
}
.sp-rt-more-features .sp-rt-overview-content {
  margin-bottom: 70px;
}
.sp-rt-more-features .sp-rt-overview-content p:not(:last-of-type) {
  margin-bottom: 15px;
}

/* Responsive style */
@media only screen and (min-width: 576px) {
  .container {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .sp-rt-header-logo img {
    width: 200px;
  }
  .sp-rt-banner {
    height: auto;
    padding-bottom: 200px;
  }
  .sp-rt-banner.sp-rt-banner-product {
    padding-bottom: 90px;
  }
  .sp-rt-banner .sp-rt-banner-img {
    margin-top: 60px;
  }
  .sp-tr-pricing-page-banner {
    height: auto;
    padding-bottom: 0;
  }
  .sp-tr-free-vs-pro-banner,
  .sp-rt-page-banner {
    height: 360px;
  }
  .sp-rt-banner .sp-rt-banner-content {
    padding-top: 240px;
  }
  .sp-tr-pricing-page-banner .sp-rt-banner-content {
    padding-top: 180px;
  }
  .sp-tr-free-vs-pro-banner .sp-rt-banner-content,
  .sp-rt-page-banner .sp-rt-banner-content {
    padding-top: 180px;
  }
  .sp-rt-banner-btn .sp-rt-get-button {
    margin-bottom: 0px;
  }
  .sp-rt-about .sp-rt-about-content {
    margin-top: 25px;
  }
  .sp-rt-count .sp-rt-count-aria {
    padding: 50px 35px;
    margin-top: -80px;
  }
  .sp-rt-about .sp-rt-about-btn .sp-rt-get-button:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 0px;
  }
  .sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list table tfoot td {
    padding: 20px 0px;
  }
  .sp-tr-free-vs-pro-feature
    .sp-tr-free-vs-pro-feature-list
    .sp-rt-get-button
    a {
    padding: 7px 20px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .sp-rt-section-padding {
    padding: 135px 0;
  }
  .sp-rt-about {
    padding: 130px 0;
  }
  .sp-rt-money-back {
    padding-bottom: 100px;
  }
  .sp-rt-pricing-aria {
    padding-bottom: 100px;
  }
  .sp-rt-about .sp-rt-about-content br,
  .sp-rt-section-title br {
    display: block;
  }
  .sp-rt-about .sp-rt-about-aria .row:nth-child(even) {
    padding: 110px 0;
  }
  .sp-rt-count .sp-rt-count-box .sp-rt-count-img {
    margin-bottom: 0px;
    margin-right: 35px;
  }
  .sp-rt-money-back .sp-rt-money-back-box {
    padding: 40px 50px;
  }
  .sp-rt-money-back .sp-rt-money-back-info .sp-rt-money-back-img {
    width: auto;
  }
  .sp-rt-promote .sp-rt-promote-area .sp-rt-promote-shape {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .sp-rt-sticky-menu .sp-rt-menu {
    margin-top: 0;
  }
  .sp-rt-header .sp-rt-menu li a {
    padding: 15px 0;
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown {
    position: relative;
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown > ul {
    position: absolute;
    background-color: #fff;
    padding: 14px 0;
    top: 65px;
    left: 0;
    width: 220px;
    border-radius: 5px;
    box-shadow: 0px 1px 10px rgba(0, 55, 85, 0.1);
    visibility: hidden;
    opacity: 0;
    border: 1px solid #e6eefc;
    transition: 0.4s;
    display: block;
  }
  /* .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul {
    visibility: visible;
    opacity: 1;
  } */
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 55px;
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown ul::before,
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown ul:after {
    display: block;
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown ul li {
    padding: 0 20px;
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul {
    width: 1130px;
    display: flex;
    justify-content: space-between;
    left: -527px;
    padding: 15px 15px 25px 15px;
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul > ul {
    position: relative;
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul > ul:nth-child(1)::after,
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul > ul:nth-child(2)::after,
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul > ul:nth-child(3)::after{
      position: absolute;
      content: "";
      width: 1px;
      height: calc(100% - 10px);
      top: 10px;
      right: -8px;
      background: #EFEFEF;
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul li .sp-rt-hot,
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul li .sp-rt-new {
    background-color: #00b135;
    color: #fff;
    font-size: 11px;
    padding: 1px 5px;
    border-radius: 4px;
    text-transform: capitalize;
    margin-left: 5px;
    transform: translateY(-1px);
    display: inline-block;
    line-height: 13px;
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul li .sp-rt-hot {
    background-color: red;
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul li.mega-menu-cat{
    color: #1467D1;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 23px;
    background-repeat: no-repeat;
    background-position: 0px center;
    font-weight: 500;
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul li.mega-menu-cat-0{
    background-image: url(./assets/images/mega-menu-icon/layout.svg);
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul li.mega-menu-cat-1{
    background-image: url(./assets/images/mega-menu-icon/swatch.svg);
    margin-top: 30px;
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul li.mega-menu-cat-2{
    background-image: url(./assets/images/mega-menu-icon/filter.svg);
    margin-top: 30px;
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul li.mega-menu-cat-3{
    background-image: url(./assets/images/mega-menu-icon/styles.svg);
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul li.mega-menu-cat-4{
    background-image: url(./assets/images/mega-menu-icon/video.svg);
    margin-top: 30px;
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul li.mega-menu-cat-5{
    background-image: url(./assets/images/mega-menu-icon/image.svg);
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul li.mega-menu-cat-6{
    background-image: url(./assets/images/mega-menu-icon/sliding.svg);
    margin-top: 30px;
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul li.mega-menu-cat-7{
    background-image: url(./assets/images/mega-menu-icon/searching.svg);
    margin-top: 30px;
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul li.mega-menu-cat-8{
    background-image: url(./assets/images/mega-menu-icon/documents.svg);
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul li.mega-menu-cat-9{
    background-image: url(./assets/images/mega-menu-icon/ideas.svg);
    margin-top: 30px;
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul li.mega-menu-cat-10{
    background-image: url(./assets/images/mega-menu-icon/layout.svg);
  }
  /* Banner area */
  .sp-rt-banner {
    height: 800px;
    padding-bottom: 200px;
  }
  .sp-rt-banner .sp-rt-banner-img {
    padding-top: 100px;
    height: 100%;
    display: flex;
  }
  .sp-tr-pricing-page-banner {
    height: auto;
    padding-bottom: 0;
  }
  .sp-tr-free-vs-pro-banner,
  .sp-rt-page-banner {
    height: 360px;
  }
  .sp-rt-money-back .sp-rt-money-back-box {
    width: 960px;
  }
}
@media only screen and (max-width: 992px) {
	.sp-rt-header .navbar:has(.navbar-collapse.show .mega-menu .dropdown-toggle.show) {
    height: 100vh;
    overflow-x: hidden;
    align-items: flex-start;
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul li.mega-menu-cat{
    color: #1467D1;
    background-repeat: no-repeat;
    padding-left: 35px;
    background-position: 10px center;
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul li.mega-menu-cat-0{
    background-image: url(./assets/images/mega-menu-icon/layout.svg);
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul li.mega-menu-cat-1{
    background-image: url(./assets/images/mega-menu-icon/swatch.svg);
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul li.mega-menu-cat-2{
    background-image: url(./assets/images/mega-menu-icon/filter.svg);
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul li.mega-menu-cat-3{
    background-image: url(./assets/images/mega-menu-icon/styles.svg);
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul li.mega-menu-cat-4{
    background-image: url(./assets/images/mega-menu-icon/video.svg);
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul li.mega-menu-cat-5{
    background-image: url(./assets/images/mega-menu-icon/image.svg);
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul li.mega-menu-cat-6{
    background-image: url(./assets/images/mega-menu-icon/sliding.svg);
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul li.mega-menu-cat-7{
    background-image: url(./assets/images/mega-menu-icon/searching.svg);
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul li.mega-menu-cat-8{
    background-image: url(./assets/images/mega-menu-icon/documents.svg);
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul li.mega-menu-cat-9{
    background-image: url(./assets/images/mega-menu-icon/ideas.svg);
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown.mega-menu > ul li.mega-menu-cat-10{
    background-image: url(./assets/images/mega-menu-icon/layout.svg);
  }
  .sp-rt-header .sp-rt-menu li.sp-rt-dropdown ul li a {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .sp-rt-count .sp-rt-count-aria {
    width: 1040px;
  }
  .sp-rt-about .sp-rt-about-content,
  .sp-rt-promote .sp-rt-promote-area .sp-rt-get-button {
    margin-top: 20px;
  }
  .sp-rt-about .sp-rt-about-aria .row:nth-child(odd) .sp-rt-about-img {
    padding-right: 30px;
  }
  .sp-rt-about .sp-rt-about-aria .row:nth-child(even) .sp-rt-about-content {
    padding-right: 30px;
  }
}

/* More demo button */
.sp-rt-more-demo {
  position: fixed;
  top: 50%;
  transform: translateY(-22px);
  right: 0;
  padding: 10px 16px;
  color: #fff;
  border-radius: 5px 0 0 5px;
  z-index: 9999;
  background: linear-gradient(107.15deg, #005ADF 2.04%, #50BCFF 100%, #50BCFF 100%);
  box-shadow: 0px 1px 10px rgb(0 55 85 / 10%);
}
.sp-rt-more-demo p {
  cursor: pointer;
  font-weight: 500;
}
.sp-rt-more-demo p > svg {
  width: 17px;
  margin-right: 5px;
}
.sp-rt-more-demo ul{
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  position: relative;
}
.sp-rt-more-demo ul span {
  position: absolute;
  top: -37px;
  right: 0;
  display: block;
  width: 15px;
  cursor: pointer;
}
.sp-rt-more-demo ul.open {
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
  height: auto;
  width: 160px;
}
.sp-rt-more-demo ul li{
  transform: translateX(100px);
  transition: .3s;
}
.sp-rt-more-demo ul.open li {
  transform: translateX(0px); 
}
.sp-rt-more-demo ul.open li:nth-child(2) {
  transition-delay: .05s;
}
.sp-rt-more-demo ul.open li:nth-child(3) {
  transition-delay: .1s;
}
.sp-rt-more-demo ul.open li:nth-child(4) {
  transition-delay: .15s;
}
.sp-rt-more-demo ul.open li:nth-child(5) {
  transition-delay: .2s;
}
.sp-rt-more-demo ul.open li:nth-child(6) {
  transition-delay: .25s;
}
.sp-rt-more-demo ul.open li:nth-child(7) {
  transition-delay: .3s;
}
.sp-rt-more-demo ul.open li:nth-child(8) {
  transition-delay: .35s;
}
.sp-rt-more-demo ul.open li:nth-child(9) {
  transition-delay: .4s;
}
.sp-rt-more-demo ul.open li:nth-child(10) {
  transition-delay: .45s;
}
.sp-rt-more-demo ul.open li:nth-child(11) {
  transition-delay: .5s;
}
.sp-rt-more-demo ul.open li:nth-child(12) {
  transition-delay: .55s;
}
.sp-rt-more-demo ul.open li:nth-child(13) {
  transition-delay: .6s;
}
.sp-rt-more-demo ul.open li:nth-child(14) {
  transition-delay: .65s;
}
.sp-rt-more-demo ul li a{
  color: #fff;
  font-size: 15px;
  transition: .3s;
  width: 100%;
  display: inline-block;
}

.sp-rt-more-demo ul li a:hover {
  margin-left: 5px;
}

.sp-rt-more-demo ul li:not(:last-child) {
  padding-bottom: 4px;
}

/* Scroll bottom to top */
.sp-rt-scroll-top {
  position: fixed;
  bottom: 25px;
  right: -35px;
  z-index: 9999;
  opacity: 0;
  transition: .3s;
}
.sp-rt-scroll-top a {
  background: linear-gradient(122.62deg, #005adf 0%, #50bcff 100%);
  border-radius: 50%;
  color: #fff;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-90deg);
}
.sp-rt-scroll-top a span svg {
  width: 16px;
}
/* SP Offer */
/* .sp-offer {
  background: #002964;
  color: #ffffff;
  padding: 16px 0;
  position: relative;
}
.sp-offer .sp-special-offer {
  line-height: 39px;;
  margin-left: 6px;
}
.sp-offer .sp-special-offer span {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
.sp-offer .sp-get-deal-btn {
  background: #E05B29;
  border-radius: 50px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  padding: 8px 25px;
  font-weight: 600;
  margin-right: 12px;
  display: inline-block;
}
.sp-offer .sp-get-deal-btn:hover {
  background: #d25326;
}
.sp-offer .sp-offer-close {
  border: 0;
  background: transparent;
  position: absolute;
  top: 30%;
  right: 20px;
} */
