@charset "utf-8";
/* CSS Document */
html{
  scroll-behavior: smooth;
}
body {
  margin:0px;
  padding:0px;
  font-size:14px !important;
  color:#1a1a1a;
  font-family: 'Gilroy', sans-serif !important;
  position: relative;
  background-color: #FBFBFB !important;
}
a{text-decoration:none !important;}
a:hover{text-decoration:none;}
h1, h2, h3, h4, h5, h6{
  font-family: 'Gilroy', sans-serif !important;
}
ul {list-style:none; margin:0; padding-left:0px !important}
* {
  box-sizing:border-box;
}
.w15{width: 15%}
img {max-width: 100%;}
button:focus{outline:none !important;}
.checked {color: #ffd700;}
.stars i{font-size: 14px;padding: 2px;}
.px5{padding-left: 50px;padding-right: 50px;}
.header-top{
  width: 100%;
    padding: 8px 0;
    text-align: center;
    background-color: #4c0bce;
    color: #fff;
}
.Left{
  width: 100%;
  text-align: left;
}
.Left ul{margin: 0;display: flex;}
.Left ul li{
  padding: 6px 15px;
  color: #fff;
  text-decoration: none;
}
.Right{
  width: 100%;
}
.Right ul{margin: 0;}
.Right ul{display: flex;justify-content: end;}
.Right ul li a{
  padding: 6px 15px;
  color: #fff;
  display: block;
  text-decoration: none;
}
.main-header {position: relative; padding:0 ; z-index: 999; left: 0; right: 0; top: 0; background: #fff;box-shadow: 0px 4px 14px rgba(217, 217, 217, 0.25);}

.main-header .logo{position: relative;width: 55%;}
.rh_before_tt{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #3b2a82;
}
.headingMain {
  background-image: linear-gradient(to right, #4a1e75 18%, #066b89 69%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.3;
}
.headingSub{
  font-size: 1.125em;
    font-weight: 600;
    line-height: 1.2;
    color: #3b2a82;
}
.subTT{font-weight: bold;color: #3b2a82;font-size: 18px}
.upgrade{font-weight: bold;}
.gradient-span {
    background-image: linear-gradient(270deg, #ff286f 32%, #5014ad);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.elementorMainTT{
  font-weight: 700;
  background-image: linear-gradient(to right, #4f13ac 18%, #ff286f 69%);
  -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.elementor1Text p{text-align: justify;line-height: 28px;}
.bannerSec{
  width: 100%;
  padding: 40px 0;
  background-color: #fff;
}

.content-wrapper-hero {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  display: flex;
}

.before-heading-text {
    color: #3b2a82;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
}
.heading-hero-h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
}
.hero_logo{
  width: 150px;
  margin-bottom: 40px;
}
.hero-cnt-main{
  width: 100%;
  text-align: center;
}
.hero-cnt-main ul{
  display: flex;
  justify-content: space-around;
}
.hero-cnt-main ul li{
  display: flex;
    align-items: center;
    justify-content: space-between;
}
.hero-cnt-main ul li i{
  font-size: 22px;
    color: #ff3067;
    margin-right: 15px;
}
.hero-cnt-main ul li .hero-text{
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}
.hero-paragraph{
  width: 100%;
  padding: 25px;
  border-radius: 9px;
  border: solid 1px #333;
  margin-bottom: 25px;
  background-color: #f5f9ff;
  background-image: url(../img/hero-bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-paragraph p{
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;

}
.tp-menu ul{
    margin:0;
    display:flex;
    justify-content: end;
    align-items: center;
}
.tp-menu ul li{
    margin-left: 20px;
}
.tp-menu ul li:first-child a{
    display: block;
    color: #ff3067;
    text-decoration: none;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 1em;
    background-color: transparent;
    box-shadow: none;
    transition: background-color .2s;
    text-transform: capitalize;
}
.tp-menu ul li:first-child a:hover{
  background-color: transparent;
  color: #ff9907;
}
.tp-menu ul li a{
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 1em;
    background-color: #ff9907;
    border-radius: 1.25em;
    box-shadow: 0 15px 30px rgb(255 153 7 / 53%);
    transition: background-color .2s;
    text-transform: uppercase;
}
.tp-menu ul li a:hover {
    background: #3b2a82;
    color: #fff;
}
.main-button{
  display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    font-weight: 700;
    font-size: 1.3em;
    background-color: #066b89;
    border-radius: 1.25em;
    box-shadow: 0 15px 30px rgb(6 107 137 / 53%);
    transition: background-color .2s;
    text-transform: uppercase;
    outline: none;
    border: none;
}
.main-button2{
  display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    font-weight: 700;
    font-size: 1.3em;
    background-color: #0dc043;
    border-radius: 1.25em;
    box-shadow: 0 15px 30px rgba(12,192,67,.3);
    transition: background-color .2s;
    text-transform: uppercase;
}
.hero-p {
    color: #7a719b;
    font-size: 1.375em;
    font-weight: 500;
    line-height: 1.36364;
    text-align: center;
}
.companies-brand {
    text-align: center;
    font-size: 2.5em;
    line-height: 1;
    color: #3b2a82;
    font-weight: 700;
}
.hero-companies-wrapper {
    padding: 60px 30px 0;
    width: 100%;
}
.hero-companies-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}

.hero-companies-wrapper .courseIcon{
  background-color: rgba(255, 255, 255, .3);
    border: 1px solid #fff;
    border-radius: 1.25em;
    padding: 6px;
    display: inline-block;
    margin-right: 10px;
}
.hero-companies-wrapper .courseIcon i{
  border-radius: .9375em;
    padding: .5em;
    box-shadow: 0 15px 25px rgba(255, 48, 103, .35);
    background-color: #ff3067;
    color: #fff;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
}
/*--------*/
.rh_home{
  width: 100%;
  position: relative;
  background-color: #1e1541;
  padding: 50px 0;
  border-bottom: solid 2px #1e1541;
}
.decoration_bg{
    width: 80%;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 50%;
    right: 0%;
    transform: translateX(-50%);
}
.rh_home_top{
  z-index: 111;
    position: relative;
    text-align: center;
    padding: 20px;
}
.rh_home_top ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rh_home_top ul li{
  width:19%;
  align-items: center;
  background-color: #fff;
  border-radius: 9px;
  padding: 10px 30px;
  font-size: 14px;
  margin-bottom: 15px;
}
.rh_home_top ul li .homeText{
  display: block;
  font-size: 20px;
}
.rh_home_top ul li .homeIcon{
  display: block;
  font-size: 30px;
  color: #ff3067;
}
.rh_home_btm{
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
    z-index: 1;
}
.col6{
  width: 48%;
    background-image: linear-gradient(to bottom, #ff3067, #5014ad);
    z-index: 111;
    padding: 25px;
    border-radius: 9px;
    color: #fff;
}
.col6 .divIcon{
  width: 55px;
  height: 55px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: rgb(230 230 230 / 38%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.col6 i {
  font-size: 30px;
  line-height: 1;
  
}
.col6 h4{
  font-size: 32px;
  font-weight: bold;
}
.col6 h5{
  font-size: 18px;
  font-weight: 600;
}
.col7{
  width: 48%;
    background-image: linear-gradient(#fbc822,#fa6328);
    z-index: 111;
    padding: 25px;
    border-radius: 9px;
    color: #fff;
}
.col7 .divIcon{
  width: 55px;
  height: 55px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: rgb(230 230 230 / 38%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.col7 i {
  font-size: 30px;
  line-height: 1;
  
}
.col7 h4{
  font-size: 32px;
  font-weight: bold;
}
.col7 h5{
  font-size: 18px;
  font-weight: 600;
}
.white-line {
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    height: 10px;
    margin: auto;
}
.rh_home_bttn{
  position: relative;
  text-align: center;
  z-index: 1;
  margin-top: 50px;
  margin-bottom: 30px;
}
/**/
.how_item{
  width: 100%;
    border-right: dashed 1px #4f13ac;
    padding-top: 20px;
    padding-bottom: 100px;
    padding-right: 20px;
    margin-bottom: 30px;
}
.how_item p{color: #7a719b}
.how_item .how_tt{
  font-weight: 700;
}
.how_item .icon {
    border-radius: .9375em;
    padding: .9em;
    box-shadow: 0 15px 25px rgba(255, 48, 103, .35);
    background-color: #ff3067;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
}
.lovePune{
  display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
}
.lovePune i{
  font-size: 30px;
    float: right;
    margin-left: 10px;
    color: #eb1f27;
    background-color: #fff;
    padding: 8px 8px 3px 8px;
    line-height: 1;
}
/*------*/
.rs-services{
  width: 100%;
  padding: 60px 0 80px;
  background-color: #f5f5ff;
  position: relative;
}
.rs-services.style7 .services-item {
    background-color: rgba(255, 255, 255, .2);
    border: 1px solid #fff;
    border-radius: 1.9em;
    padding: 25px;
    transition: background-color .2s;
    box-shadow: 14px 14px 60px rgba(59, 42, 130, .06);
    display: grid;
    overflow: hidden;
}

.rs-services.style7 .services-item .icon-part img{
  width: 100%;
}
.rs-services.style7 .services-item .content-part .title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
  font-weight: 700;
}
.rs-services.style7 .services-item .content-part .title a {
  color: #3b2a82;
}
.rs-services.style7 .services-item .content-part .title a:hover {
  color: #3b2a82;
  transition: all 0.3s ease;
}
.rs-services.style7 .services-item .content-part .desc {
  color: #7a719b;
    font-size: 1.125em;
    line-height: 1.44444;
  margin: 0;
}
.sticky-content__feature{
  backdrop-filter: blur(5px);
    text-align: left;
    background-color: rgba(255, 255, 255, .4);
    border: 1px solid #fff;
    border-radius: 1.5625em;
    width: 100%;
    padding: 0 2.5125em 2.5125em;
    position: relative;
    box-shadow: 14px 14px 60px rgba(59, 42, 130, .06);
    margin-bottom: 50px;
}
.sticky-content__feature-icon{
  background-color: rgba(255, 255, 255, .3);
    border: 1px solid #fff;
    border-radius: 1.25em;
    width: 4.875em;
    height: 4.875em;
    padding: .625em;
    transform: translateY(-50%);
}
.logo-white{
  border-radius: .9375em;
    padding: .9em;
    box-shadow: 0 15px 25px rgba(255, 48, 103, .35);
    background-color: #108c95;
    color: #fff;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}
.sticky-content__feature h3{
  color: #3b2a82;
  font-weight: 700;
  font-size: 20px;
}
.sticky-content__feature p{
  color: #7a719b;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.4;
}
/*------------*/


/*--------*/

.rs-counter{padding: 80px 0;background-color: #f5f5ff;}
.rs-counter .counter-item .rs-count {
    position: relative;
    display: inline-block;
    font-size: 42px;
    line-height: 1;
    color: #112958;
    padding-right: 25px;
    margin-bottom: 15px;
    font-weight: bold;
}
.rs-counter.style7 .counter-item .title {
    color: #54647b;
}
.rs-counter.style7 .counter-item .rs-count.purple-color {
    color: #c701f1;
}
.rs-counter.style7 .counter-item .rs-count.blue-color {
    color: #065ce8;
}
.rs-counter.style7 .counter-item .rs-count.pink-color {
    color: #f6075b;
}
.rs-counter.style7 .counter-item .rs-count.orange-color {
    color: #ffbc00;
}
.rs-counter .counter-item .rs-count:before {
    content: '';
    position: absolute;
    right: 0;
}
.rs-counter .counter-item .rs-count.percent:before {
    content: '%';
    right: -15px;
}
.rs-counter .counter-item .rs-count.plus:before {
    content: '+';
}

/*------*/

.faq-part{
  width: 100%;
  padding: 80px 0;
  background: #f5f5ff;
}
.faq-main {
  padding: 0px;
}
.faq-main .title {
  font-size: 32px;
  color: #111111;
  line-height: 42px;
  font-weight: 700;
}

.accordion {
  width: 100%;
  max-width: 1000px;
}
.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  box-shadow: none;
  border: none !important;
  border-radius: 15px;
  overflow: hidden;
}
.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}
.accordion-item-header.active::after {
  content: "\2212";
}
.accordion-item-header.active{
  background-color: #ffffff;
    color: #ff1a82;
    font-size: 18px;
    border-bottom: solid 1px #dfdfdf;
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.8rem;
}
.faq-part .faq-img {
    background: url(../img/faq1.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 520px;
}
.media-icon {
    position: relative;
    display: inline-block;
    z-index: 1;
}


/*--------*/

ul.breadcrumb {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    justify-content: center;
}
ul.breadcrumb li {
    margin-right: 10px;
    color: #ffffff;
}
ul.breadcrumb li a {
    color: #ffffff;
}
ul.breadcrumb li a {
    text-decoration: none;
    font-size: 15px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/*--------*/

/*---------Counter ----------*/
.counter-main {
    background-image: url(../img/bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    transition: background .3s,border-radius .3s,opacity .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 70px 0 70px;
    background-color:#1e1541;
    color: #fff;
}
.ready-to-start-wrapper {
    text-align: left;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 2.18754em;
    margin-top: 10em;
    margin-bottom: 7.5rem;
    padding: 3.75em;
    position: relative;
}
.team-image {
    width: 42em;
    display: block;
    position: absolute;
    top: -13%;
    bottom: 0%;
    left: auto;
    right: 2em;
}
.counter-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}
.counter-container span{
  font-size: 18px;
  font-weight: bold;
}
.counter {
  font-size: 60px;
  margin-top: 10px;
}

@media (max-width: 580px) {
  
  .counter-container{
      margin:0 0 20px 0;
  }
  .counter{
      font-size:30px;
  }
  .counter-main{padding-bottom:15px;padding-top: 15px;}
  .fa-3x{font-size:2em;}
}

/*-----*/
.contact-sec{
  width: 100%;
  padding: 50px 0 50px;
  border-top: solid 1px #ffd700;
  background-color: #ffd700;
  position: relative;
  color: #000;
}
.contact-sec h4{
  margin-top: 0;
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0px;
}
.contact-sec p{
  font-size: 18px;
  line-height: 34px;
}
.contact-sec .form-ss{
  width: 100%;
}

/*-------------*/
.authincation-content{
  width: 100%;
  padding: 50px;
  border-radius: 9px;
  border: solid 1px #fff;
  background-color: rgb(230 230 230 / 48%);
}
/*--------------*/

.rs-footer {
  background-color: #181231;
  background-size: cover;
}
.rs-footer.home9-style .footer-top {
  padding: 80px 0 20px;
}
.rs-footer.home9-style .footer-top .widget-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
  position: relative;
}
.rs-footer.home9-style .footer-top .widget-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 40px;
  background: #ff3067;
}
.rs-footer.home9-style .footer-top .site-map li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 11px;
}
.rs-footer.home9-style .footer-top .site-map li a {
  color: #e8e8e8;
}
.rs-footer.home9-style .footer-top .site-map li a:hover {
  color: #ff3067;
}
.rs-footer.home9-style .footer-top .site-map li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #ff3067;
}
.rs-footer.home9-style .footer-top .site-map li:last-child {
  margin-bottom: 0;
}
.rs-footer.home9-style .footer-top .address-widget li {
  position: relative;
  margin-bottom: 16px;
}
.rs-footer.home9-style .footer-top .address-widget li i {
  position: absolute;
}
.rs-footer.home9-style .footer-top .address-widget li i:before {
  color: #ff3067;
}
.rs-footer.home9-style .footer-top .address-widget li .desc {
  padding-left: 35px;
  color: #ffffff;
}
.rs-footer.home9-style .footer-top .address-widget li .desc a {
  color: #ffffff;
}
.rs-footer.home9-style .footer-top .address-widget li .desc a:hover {
  color: #ff3067;
}
.rs-footer.home9-style .footer-top .address-widget li:last-child {
  margin-bottom: 0;
}
.rs-footer.home9-style .footer-top.no-gap {
  padding-top: 93px;
}
.rs-footer.home9-style .footer-top .recent-post {
  display: flex;
}
.rs-footer.home9-style .footer-top .recent-post .post-img {
  width: 130px;
  float: left;
  padding-right: 15px;
}
.rs-footer.home9-style .footer-top .recent-post .post-img img {
  border-radius: 4px;
}
.rs-footer.home9-style .footer-top .recent-post .post-item .post-desc a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
}
.rs-footer.home9-style .footer-top .recent-post .post-item .post-desc a:hover {
  color: #ff3067;
}
.rs-footer.home9-style .footer-top .recent-post .post-item .post-date {
  font-size: 13px;
  color: #ffffff;
  font-weight: 400;
}
.rs-footer.home9-style .footer-top .recent-post .post-item .post-date i {
  font-size: 13px;
  color: #ff3067;
  padding-right: 5px;
}
.rs-footer.home9-style .footer-bottom {
  padding: 40px 0;
  background: transparent;
  position: relative;
}
.rs-footer.home9-style .footer-bottom .copyright p {
  margin-bottom: 0;
  color: #f3f8f9;
}
.rs-footer.home9-style .footer-bottom .copyright a {
  color: #ff3067;
}
.rs-footer.home9-style .footer-bottom .copyright a:hover {
  color: #21a7d0;
}
.rs-footer.home9-style .footer-bottom .footer-logo a {
  display: inline-block;
}
.rs-footer.home9-style .footer-bottom .footer-logo a img {
  max-width: 150px;
}
.rs-footer.home9-style .footer-bottom .footer-social {margin-bottom: 0}
.rs-footer.home9-style .footer-bottom .footer-social li {
  display: inline;
  margin-right: 5px;
}
.rs-footer.home9-style .footer-bottom .footer-social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background: #ff3067;
  color: #ffffff;
  text-align: center;
}
.rs-footer.home9-style .footer-bottom .footer-social li a:hover {
  color: #ffffff;
  background: #273c66;
}
.rs-footer.home9-style .footer-bottom .footer-social li:last-child {
  margin: 0;
}
.rs-footer.home9-style .footer-bottom:before {
  background: rgba(255, 255, 255, 0.1);
}
.sss{display:flex;}
.sss li a{
  font-size: 25px;
  color: #3b2a82;
  font-weight: 700;
}
.rs-sticy{display:none;}


@media only screen and ( max-width: 767px ) {
  .sss{display:block;}
  .sss li a{font-size:18px;}
  header .login-ph,header .signup-ph{display: block;}
  header .login,header .signup{display: none;}
  .main-header .hdr-top .content {padding-left: 0;}
  .main-header .hdr-top .content {justify-content: center;}
  .main-header .hdr-top::before,ul.booking-icons-row li:not(:last-child) .booking-icons:after{display: none;}
  .main-header .hdr-top{background-color: #1A1A1A;}
  .main-header .hdr-top .content{justify-content: right;}
  .hdr-top .btn {padding: 8px 11px;}
  /*.header-top{display: none;}*/
  .main-header .logo{width: 100%;}
  .timeline li{width: 100%}
  .fix-footer {display: block;}
  .rs-cta.style7 .partition-bg-wrap::after, .rs-cta.style7 .partition-bg-wrap::before{
    width: 100%;
    height: 50%;
  }
  .rs-cta.style7 .partition-bg-wrap::after {
    bottom: unset;
    top: 0;
  }
  .sec-title2 .title {
    font-size: 30px;
    line-height: 36px;
  }
  .rs-services{padding-bottom: 0;}
  .rs-services.style7 .services-item{overflow: hidden;adding: 1em 1em 1em;}
  .rs-services.style7 .services-item .content-part{padding: 0;}
  .rs-cta-item{padding: 20px 0}
  .counter-item{padding: 30px 0}
  .rs-counter {padding: 10px 0;}
  .Left ul{justify-content: space-between;}
  .Left ul li{padding: 0;}
  .tp-menu ul li{margin-left: 5px;}
  .tp-menu ul li a{
      padding: 6px 10px;
      font-size: 12px;
  }
  .faq-part{padding:0;}
  .faq-main{padding:15px;}
  .faq-main .title{font-size: 25px;}
  .wrapper-hero{padding: 0px 0 30px;}
  .content-wrapper-hero{
    width: 90%;
    margin: auto;
  }
  .heading-hero-h1{font-size: 2em;}
  .before-heading-text{font-size: 1.3em;line-height: 1.5;}
  .bannerSec{padding-top: 30px;}
  .hero-companies-wrapper{padding: 50px 0 0 0}
  .hero-companies-wrapper ul li{width: 45%;height: 55px;margin: 8px;}
  .headingMain{font-size: 2.5em; }
  .px5{padding-left: 20px;padding-right: 20px;}
  .faq-part .faq-img{display: none;}
  .rh_home_btm{
    width: 90%;
    flex-wrap: wrap;
  }
  .col6{width: 100%;margin-bottom: 15px;}
  .col7{width: 100%;}
  .how_item {
    border-right: none;
    border-bottom: dashed 1px #4f13ac;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    margin-bottom: 15px;
  }
  .ready-to-start-wrapper{
    margin-top: 30px;margin-bottom: 30px;padding: 30px 30px 120px;
  }
  .team-image{
    width: 90%;
    top: auto;
    bottom: 0%;
    left: auto; 
    right: 50%;
    transform: translateX(50%);
  }
  .tools_items{padding: 10px;}
  .rh_home_top ul li{width: 100%;margin-bottom: 15px;padding: 10px 15px;justify-content: left;}
  .rh_home_top ul li .homeIcon {
    margin-right: 0px;
    font-size: 24px;
    color: #ff3067;
    height: 35px;
  }
  .rs-sticy{
    position: sticky;
    bottom: 0;
    display: flex;
    padding: 10px;
    background-color: #fff;
    z-index: 1000;
  }
  .main_button{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    font-weight: 700;
    font-size: 1em;
    background-color: #066b89;
    border-radius: 1.25em;
    box-shadow: 0 15px 30px rgb(6 107 137 / 53%);
    transition: background-color .2s;
    outline: none;
    border: none;
    text-align: center;
  }
  .main_button2{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    font-weight: 700;
    font-size: 1em;
    background-color: #0dc043;
    border-radius: 1.25em;
    box-shadow: 0 15px 30px rgba(12,192,67,.3);
    transition: background-color .2s;
    text-align: center;
  }
}