html{
    overflow-x: hidden !important;
}
body{
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
}

h1,h2,h3,h4,h5,h6{
    margin: 0px;
    padding: 0px;
}
p,ul,ol{
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins',sans-serif;
}
ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 30px;
}
ul{
    padding-left: 0rem !important;
	list-style-type: disc;
}
a{
    text-decoration: underline;
    color: inherit;
}
a:hover {
    color: #288feb;
}

li{
    list-style: none;
}
.section-title{
    text-align: center;
    margin-bottom: 1.8rem;
}
.section-title h5{
    color: #106ec2;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
}
.section-title h2{
    font-size: 1.5rem;
    margin: 0.5rem 0rem;
    color: #000;
    font-weight: 700;
    margin-top: 1px;
}
.section-title p{
    font-size: 1rem;
    color: #646464;
}
.section-title h2 span {
    color: #288feb;
}

@media(max-width: 1399px){
    .section-title h2{
        font-size: 1.4rem;
    }
    .section-title h5{
        font-size: 1.1rem;
    }
}
/*Top header start*/

.realbooks-main-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 10;
    border-bottom: 1px solid #f4f4f4;
}

.top-header-wrapper{
    width: 52%;
    height: 38px;
    background-color: #288feb;
    padding: 0.4rem 0rem 0.5rem 0rem;
    position: relative;
}
.top-header-wrapper::after {
    content: '';
    width: 825px;
    height: 38px;
    display: block;
    background-color: #288feb;
    position: absolute;
    z-index: -1;
    top: 0;
    right: -30px;
    transform: skew(36deg, 0deg);
}
.top-header-wrap ul li{
    display: inline-block;
    padding: 0rem 2.1rem;
    border-right: 1px solid #ccc;
    color: #fff;
    font-size: 13.6px;
    font-family: 'Poppins',sans-serif;
}
.top-header-wrap ul li:last-child{
    border-right: none;
}
.top-header-wrap ul li a{
    color: #fff;
}
.top-header .col-xl-12.d-flex.justify-content-end.flex-end {
    display: flex;
    justify-content: end;
}
.svg-inline--fa.fa-sm {
    vertical-align: -0.15em;
    padding-right: 0.2rem;
}
.fa-sm {
    font-size: 0.82rem !important;
}
.disselect{
    width: 77%;
    padding: 0rem 0.9rem 0rem 0rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="50"><polygon points="0,0 100,0 50,50" style="fill:%23ffffff;" /></svg>');
    background-position: right 0px top 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 13.6px;
}
.disselect:focus{
    outline: none;
    background-color: transparent;
}
.opt-val{
    color: #000;
}
.login-btn{
    text-decoration: underline;
}

/**Navbar starts**/

.navbar-wrapper{
    width: 100%;
    margin: 0.8rem 0rem;
}
.navbar-wrapper .navbar-collapse {
    flex-grow: inherit;
}
.navbar-wrapper .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 2.2rem;
    font-size: 0.92rem;
    color: #2f2f2f;
}
.navbar-wrapper .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #288FEB;
}
.navbar-wrapper .dropdown-item {
    font-size: 0.85rem;
    padding: 0.65rem 1.05rem;
}
.navbar-wrapper .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #288feb;
}
.logo-wrapper{
    width: 22%;
}
.logo-wrapper img{
    width: 66%;
}
.navbar-wrapper .dropdown-menu{
    border: 1px solid #e9e9e9;
    padding: 0;
}
.navbar-wrapper .dropdown-item:focus, .dropdown-item:hover {
    border-left: 2px solid #288feb;
}
.realbooks-header-item {
  display: flex;
  align-items: center;
}

.realbooks-header-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.realbooks-logo-icon {
  width: 15px;
  height: 15px;
  object-fit: contain;
  margin-right: 5px;
}

/* Mobile adjustments */
@media (max-width: 576px) {
  .realbooks-header-link {
    font-size: 13px;
  }

  .realbooks-logo-icon {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }
}

/**Breadcrumb starts**/


.breadcrumb-wrapper .breadcrumb{
    margin: 0.5rem 0rem 0rem 0rem;
}
.breadcrumb-wrapper{
    width: 100%;
    background-color: #f6fbff;
    padding: 2rem 0rem;
    margin-top: 7.3rem;
}
.breadcrumb-wrap .breadcrumb a{
    color: #737373;
}
.breadcrumb-wrap h3{
    font-size: 1.3rem;
    font-family: 'realbooks-semibold';
}
.breadcrumb-wrapper .breadcrumb-item{
    color: #ccc;
    font-size: 0.86rem;
    font-family: 'realbooks-regular';
}
.breadcrumb-wrapper .breadcrumb-item+.breadcrumb-item {
    padding-left: 0.25rem;
}
.breadcrumb-wrapper .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 0.25rem;
    color: #737373;
}
.breadcrumb-wrapper .breadcrumb-item.active {
    color: #737373;
}

/**About us**/

.about-wrapper{
    width: 100%;
    margin: 2.8rem 0rem;
}
.abt-wrap{
    width: 100%;
    padding: 1.2rem 1.6rem;
    background-color: #f6f6f69c;
   
    border-radius: 0px 6px 6px 0px;
    position: relative;
}
.abt-wrap::before{
    content: '';
    background-color: #288feb;
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-radius: 6px 0px 0px 6px;
}
.abt-wrap h1{
    font-size: 1.55rem;
    margin-bottom: 0.4rem;
}
.abt-wrap h1 span{
    color: #288feb;
}
.abt-wrap p{
    font-size: 0.95rem;
    color: #6e6e6e;
    line-height: 1.55rem;
}

/**Vision & Mission**/

.vision-wrapper{
    width: 100%;
    background-color: #fff;
    /*background-color: #f8fcff;
    background-image: linear-gradient(0deg, #eaf6ff, #fbfffc);*/
    padding: 1rem 0rem;
    margin-bottom: 1rem;
    position: relative;
}

.vision-img-wrap img{
    width: 100%;
    border-radius: 5px;
    height: 300px;
    object-fit: cover;
}
.vision-text-wrap h4{
    font-size: 1.4rem;
    position: relative;
    margin-bottom: 18px;
}
.vision-text-wrap h4::after{
    content: '';
    width: 33px;
    height: 3px;
    background-color: #288feb;
    position: absolute;
    top: 35px;
    left: 0;
}
.vision-text-wrap p{
    font-size: 0.89rem;
    color: #545454;
    line-height: 1.48rem;
}
.mission-wrap{
    margin-top: 2.8rem;
}
.mission-text{
    margin-top: 0.6rem;
}

/**Timeline**/

.timeline-wrapper{
    width: 100%;
    margin: 2rem 0rem 0rem 0rem;
}
.timeline {
    position: relative;
    width: 100%;
    padding-bottom: 1.8rem;
}
.timeline .timeline-continue {
    position: relative;
    width: 100%;
}
.timeline .timeline-continue::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    border: 1px dashed #ccc;
}
.timeline .row.timeline-left,
.timeline .row.timeline-right .timeline-date-1 {
    text-align: right;
    position: relative;
}
.timeline .row.timeline-left,
.timeline .row.timeline-right .timeline-date-3 {
    text-align: right;
    position: relative;
}
.timeline .row.timeline-right,
.timeline .row.timeline-left .timeline-date-2 {
    text-align: left;
    position: relative;
}
.timeline .row.timeline-right,
.timeline .row.timeline-left .timeline-date-4 {
    text-align: left;
    position: relative;
}
.timeline .timeline-date-1 {
    font-size: 14px;
    margin: 0px 0 0 0;
    color: #15a201;
    font-family: 'realbooks-medium';
}
.timeline .timeline-date-2 {
    font-size: 14px;
    margin: 0px 0 0 0;
    color: #eb9800;
    font-family: 'realbooks-medium';
}
.timeline .timeline-date-3 {
    font-size: 14px;
    color: #288feb;
    margin: 0px 0 0 0;
    font-family: 'realbooks-medium';
}
.timeline .timeline-date-4 {
    font-size: 14px;
    color: #01c5c6;
    margin: 0px 0 0 0;
    font-family: 'realbooks-medium';
}
.timeline .timeline-date-1::after {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 4px;
    background: #55ba47;
    border-radius: 14px;
    z-index: 1;
}
.timeline .timeline-date-2::after {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 4px;
    background: #ffa500;
    border-radius: 14px;
    z-index: 1;
}
.timeline .timeline-date-3::after {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 4px;
    background: #288feb;
    border-radius: 14px;
    z-index: 1;
}
.timeline .timeline-date-4::after {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 4px;
    background: #00dfe0;
    border-radius: 14px;
    z-index: 1;
}
.timeline .row.timeline-left .timeline-date-2::after {
    left: -19px;
}
.timeline .row.timeline-left .timeline-date-4::after {
    left: -19px;
}
.timeline .row.timeline-right .timeline-date-1::after {
    right: -18px;
}
.timeline .row.timeline-right .timeline-date-3::after {
    right: -18px;
}
.timeline #timeline-box-1,
.timeline .timeline-launch {
    width: 80%;
    position: relative;
    display: inline-block;
    margin: 15px 0px 15px 10px;
    padding: 20px;
    border-radius: 6px;
    background-color: #e7ffe4;
}
.timeline #timeline-box-2,
.timeline .timeline-launch {
    width: 80%;
    position: relative;
    display: inline-block;
    margin: 15px 10px 15px 0px;
    padding: 20px;
    border-radius: 6px;
    background-color: #fff3de;
}
.timeline #timeline-box-3,
.timeline .timeline-launch {
    width: 80%;
    position: relative;
    display: inline-block;
    margin: 15px 0px 15px 10px;
    padding: 20px;
    border-radius: 6px;
    background-color: #e5f3ff;
}
.timeline #timeline-box-4,
.timeline .timeline-launch {
    width: 80%;
    position: relative;
    display: inline-block;
    margin: 15px 10px 15px 0px;
    padding: 20px;
    border-radius: 6px;
    background-color: #e3ffff;
}
.timeline-right #timeline-box-1::after{
    content: '';
    width: 3.5px;
    height: 100%;
    background-color: #55ba47;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 6px 0px 0px 6px;
}
.timeline-left #timeline-box-2::after{
    content: '';
    width: 3.5px;
    height: 100%;
    background-color: orange;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px 6px 6px 0px;
}
.timeline-right #timeline-box-3::after{
    content: '';
    width: 3.5px;
    height: 100%;
    background-color: #288feb;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 6px 0px 0px 6px;
}
.timeline-left #timeline-box-4::after{
    content: '';
    width: 3.5px;
    height: 100%;
    background-color: #00dfe0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px 6px 6px 0px;
}
.timeline .timeline-box .timeline-text {
    position: relative;
    width: 100%;
    float: left;
}
.timeline .timeline-text h3 {
    font-size: 1rem;
    margin-bottom: 0.4rem;
}
.timeline .timeline-text p {
    font-size: 0.89rem;
}
  
  @media (max-width: 767px) {
    .timeline .timeline-continue::after {
      left: 10px;
    }
    .timeline .row.timeline-left,
    .timeline .row.timeline-right .timeline-date-1,
    .timeline .row.timeline-right .timeline-date-3,
    .timeline .row.timeline-left .timeline-date-2,
    .timeline .row.timeline-left .timeline-date-4,
    .timeline .timeline-launch {
      text-align: left;
    }
    .timeline .row.timeline-right .timeline-date-1, .timeline .row.timeline-right .timeline-date-3, .timeline .row.timeline-left .timeline-date-2, .timeline .row.timeline-left .timeline-date-4 {
        left: 22px;
    }
    .timeline .row.timeline-left .timeline-box-1::after {
      left: -20px;
      border-color: transparent #ffffff transparent transparent;
    }
    .timeline #timeline-box-1, .timeline #timeline-box-2, .timeline #timeline-box-3, .timeline #timeline-box-4{
        width: 92%;
        margin: 15px 0px 15px 24px;
    }
    
    .timeline .row.timeline-right .timeline-date-1::after {
        left: -19px;
    }
    .timeline .row.timeline-right .timeline-date-3::after {
        left: -19px;
    }
    .timeline-left #timeline-box-2::after, .timeline-left #timeline-box-4::after{
        left: 0;
        border-radius: 6px 0px 0px 6px;
    }
  }


  /**Community**/

 .community-wrapper{
    margin: 2rem 0rem 4rem 0rem;
 } 
.community-desc-wrap{
    width: 100%;
    background-color: #fff;
    padding: 1.5rem 1.4rem;
    z-index: 2;
    margin-right: -180px;
    box-shadow: 1px 1px 6px #c6c6c6;
}
.community-head h5{
    color: #288feb;
    font-size: 1.05rem;
    text-transform: uppercase;
    font-family: 'realbooks-semibold';
}
.community-head h4{
    font-size: 1.4rem;
    margin: 0.42rem 0rem;
}
.community-head p{
    font-size: 0.95rem;
    color: #646464;
    line-height: 1.6rem;
}

.comm-stats{
    width: 100%;
    background-color: #288feb;
    padding: 2rem 0rem;
    height: 320px;
    position: relative;
}
.comm-stats::after{
    content: '';
    height: 200px;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 59%;
    transform: translate(-57%, -50%);
}
.comm-stats::before{
    content: '';
    width: 390px;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 67%;
    transform: translate(-64%, -50%);
}
.counter{
    text-align: center;
}
.counter h4{
    color: #fff;
    font-size: 1.6rem;
}
.counter p{
    color: #fff;
    font-size: 0.95rem;
}
.stats-wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/**Founder**/

.founder-wrapper {
    width: 100%;
    /*background-color: #f8fcff;
    background-image: linear-gradient(0deg, #eaf6ff, #fbfffc); */
    padding: 1rem 0rem;
    position: relative;
}
.founder-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    background: inherit;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: right top;
    transform: skewY(354deg);
    z-index: -1;
}
.founder-img-wrap img{
    width: 100%;
    margin-bottom: 1.5rem;
    border-radius: 8px;
}
.founder-description{
    width: 100%;
}
.founder-wrap{
    width: 95%;
    margin: 0 auto;
    box-sizing: border-box;
}
.founder-name-wrap h3{
    font-size: 1.22rem;
    color: #000;
}
.founder-designation p{
    font-size: 0.96rem;
    color: #2a2a2a;
    margin: 0.4rem 0rem;
}
.founder-designation{
    position: relative;
}
.founder-designation::after{
    content: '';
    width: 40px;
    height: 3.2px;
    background-color: #288feb;
    position: absolute;
}
.founder-description p{
    font-size: 0.9rem;
    color: #5b5b5b;
    line-height: 1.5rem;
    margin-top: 1.2rem;
}
.founder-head{
    text-align: center;
    margin-bottom: 1.8rem;
}
.founder-head h3{
    font-size: 1.3rem;
}
.founder-head h3 span {
    color: #288feb;
}


/**Team*/

.team-wrapper{
    width: 100%;
   /** height: 600px;
    background-image: url(../images/team.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;**/
    margin: 0rem 0rem 6rem 0rem;
}
.team-head{
    text-align: center;
}
.team-head h3{
    font-size: 1.3rem;
}
.team-head h3 span {
    color: #288feb;
}
.team-member-wrap{
    margin-top: 1.8rem;
}
.team-card{
    width: 88%;
    margin: 0 auto;
}
.team-img-wrap img{
    width: 100% !important;
    border-radius: 8px;
    height: 215px;
    object-fit: cover;
}
.team-member-name{
    text-align: center;
    margin-top: 1.4rem;
}
.team-member-name h4{
    font-size: 1.15rem;
}
.team-member-designation{
    text-align: center;
    margin: 0.4rem 0rem;
}
.team-member-designation p{
    color: #757575;
    font-size: 0.89rem;
}
.team-member-social-links{
    text-align: center;
}
.team-member-social-links ul li{
    display: inline-block;
    margin: 0rem 0.4rem;
    font-size: 1rem;
}
.team-member-social-links ul li a{
    color: #288FEB;
    font-size: 1.3rem;
}
.team-wrapper .owl-carousel .owl-dots {
    display: block !important;
    margin-left: 0rem;
}
.team-wrapper .owl-carousel button.owl-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #aaaaaa !important;
    position: relative;
    left: 50%;
    bottom: -40px;
    transform: translate(-50%);
    margin-right: 8px !important;
    border: 1px solid transparent;
}
.team-wrapper .owl-carousel button.owl-dot.active {
    width: 22px;
    height: 13px;
    border-radius: 10px;
    background-color: #288feb !important;
    position: relative;
    left: 50%;
    bottom: -40px;
    transform: translate(-50%);
    margin: 0px 8px !important;
}

/**Switch to Rb**/

.switch-rb-wrapper {
    width: 100%;
    text-align: center;
    padding: 52px 0px;
    margin: 30px 0px 50px 0px;
    position: relative;
}
.switch-rb-wrapper::before {
    content: "";
    display: block;
    width: 100%;
    /**background-image: linear-gradient(#288FEB,#0DC4BC);**/
    background-color: #288feb;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    transform: skew(0deg, -1.2deg);
    z-index: -1;
}
.switch-wrap-head h2 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 1.1rem;
    font-family: 'realbooks-bold';
}
.btn-setup{
    display: inline-block;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 0.9rem;
    color: #000;
    padding: 0.7rem 1.8rem;
    border-radius: 5px;
    font-family: 'realbooks-regular';
}
.btn-callbck{
    display: inline-block;
    background-color: transparent;
    border: 1px solid #fff;
    font-size: 0.9rem;
    color: #fff;
    padding: 0.7rem 1.8rem;
    border-radius: 5px;
    margin-left: 1.2rem;
    font-family: 'realbooks-regular';
}

/**Footer**/

/**Footer end**/

/**About us responsive**/


@media(max-width: 1700px){
    .top-header-wrapper::after{
        width: 905px;
    }
}
@media(max-width: 1600px){
    .top-header-wrapper::after{
        width: 870px;
    }
}
@media(max-width: 1450px){
    .top-header-wrapper::after{
        width: 778px;
    }
}
@media(max-width: 1399px){
    .top-header-wrapper{
        width: 53%;
    }
    .top-header-wrapper::after{
        width: 800px;
    }
    .top-header-wrap ul li {
        padding: 0rem 2rem;
    }
    .disselect{
        padding: 0rem 0.9rem 0rem 0rem;
    }
    .logo-wrapper {
        width: 25%;
    }
    .community-desc-wrap{
        width: 500px;
        margin-right: -160px;
    }
    .footer-logo-wrap img {
        width: 56%;
    }
}
@media(max-width: 1299px){
    .top-header-wrapper{
        width: 59.5%;
    }
    .top-header-wrapper::after{
        width: 807px;
    }
}
@media(max-width: 1200px){
    .top-header-wrapper{
        width: 65%;
    }
    .top-header-wrapper::after{
        width: 802px;
    }
    .top-header-wrap ul li {
        padding: 0rem 1.7rem;
    }
    .logo-wrapper{
        width: 30%;
    }
    .navbar-wrapper .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1.8rem;
    }
    .abt-wrap h1 {
        font-size: 1.45rem;
    }
    .vision-img-wrap img {
        height: 360px;
    }
    .timeline-wrapper {
        margin: 2.5rem 0rem 0rem 0rem;
    }
    .community-desc-wrap{
        margin-right: -91px;
    }
    .community-wrapper {
        margin: 2rem 0rem 3rem 0rem;
    }
    .team-wrapper {
        margin: 0rem 0rem 6rem 0rem;
    }
    .team-img-wrap img {
        height: 182px;
    }
    footer {
        margin: 4rem 0rem 2rem 0rem;
    }
    .footer-logo-wrap img {
        width: 62%;
    }
}
@media(max-width: 1099px){
    .top-header-wrapper{
        width: 67%;
    }
    .top-header-wrapper::after{
        width: 737px;
    }
    .logo-wrapper{
        width: 28%;
    }
    .timeline-wrapper {
        margin: 10rem 0rem 0rem 0rem;
    }
    .comm-stats {
        height: 340px;
    }
    .team-wrapper {
        margin: 0rem 0rem 6rem 0rem;
    }
    footer {
        margin: 3rem 0rem 2rem 0rem;
    }
    .footer-logo-wrap img {
        width: 60%;
    }
}
@media(max-width: 999px){
    .navbar-wrapper .navbar-collapse {
        background: #f4f4f4;
        padding: 0rem;
        margin-top: 1rem;
        text-align: center;
    }
    .navbar-wrapper .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #288feb;
    }
    .navbar-wrapper .navbar-expand-lg .navbar-nav .nav-link {
        color: #000;
        padding: 0.83rem 0rem;
        font-size: 0.9rem;
        border-bottom: 1px solid #e3e3e3;
    }
    .navbar-wrapper .dropdown-menu {
        border: none;
        text-align: center;
        margin-top: 0;
    }
    .navbar-wrapper .nav-item.dropdown{
        margin-left: 0.26rem;
    }
    .navbar-wrapper .navbar-expand-lg .navbar-nav .nav-link.last:last-child {
        border-bottom: none;
    }
    .top-header-wrapper{
        width: 58%;
    }
    .top-header-wrapper::after{
        width: 575px;
    }
    .navbar-toggler{
        border: none;
        padding: 0;
        font-size: 1.1rem;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar-toggler-icon svg{
        color: #288feb;
    }
    .md-hide{
        display: none !important;
    }
    .logo-wrapper{
        width: 41%;
    }
    .breadcrumb-wrapper {
        margin-top: 7rem;
    }
    .vision-wrapper{
        height: 500px;
    }
    .timeline-wrapper {
        margin: 8rem 0rem 0rem 0rem;
    }
    .community-desc-wrap{
        width: auto;
        margin-right: -80px;
    }
    .comm-stats::before{
        width: 290px;
    }
    .comm-stats::after{
        left: 57%;
    }
    .founder-wrapper{
        height: auto;
    }
    .footer-logo-wrap img {
        width: 23%;
    }
    .footer-link-head h3 {
        margin-bottom: 1rem;
        font-size: 1.2rem;
    }
    .navbar-toggler-icon {
        display: initial;
        vertical-align: baseline;
        background-image: none;
        font-size: 1.2rem;
    }
    .navbar-toggler-icon:hover{
        color: #288FEB;
    }
    .footer-wrap ul li {
        font-size: 1.04rem;
    }
    footer {
        text-align: center;
    }
}
@media(max-width: 899px){
    .top-header-wrapper::after {
        width: 523px;
    }
}
@media(max-width: 799px){
    .top-header-wrapper::after {
        width: 494px;
    }
}

@media(max-width: 767px){
    .top-header-wrapper{
        width: 72%;
    }
    .top-header-wrapper::after {
        width: 560px;
    }
    .logo-wrapper{
        width: 54%;
    }
    .breadcrumb-wrapper{
        padding: 1rem 0rem;
        margin-top: 7.2rem;
    }
    .breadcrumb-wrap h3{
        font-size: 1.2rem;
    }
    
    .vision-wrapper{
        height: auto;
    }
    .founder-wrap {
        width: 100%;
    }
    .founder-img-wrap img {
        margin-bottom: 1rem;
    }
    .community-wrapper {
        margin: 5rem 0rem 0rem 0rem;
    }
    .community-desc-wrap {
        margin-right: 0px;
    }
    .team-card{
        width: 100%;
    }
    .footer-logo-wrap img {
        width: 30%;
    }
}
@media(max-width: 699px){
    .top-header-wrapper{
        width: 76%;
    }
    .top-header-wrapper::after {
        width: 503px;
    }
}
@media(max-width: 599px){
    .top-header-wrapper{
        width: 77%;
    }
    .top-header-wrapper::after {
        width: 463px;
    }
    .top-header-wrap ul li {
        padding: 0rem 1.4rem;
    }
}
@media(max-width: 499px){
    .top-header-wrapper{
        width: 85%;
    }
    .top-header-wrapper::after {
        width: 453px;
    }
    .logo-wrapper {
        width: 59%;
    }
    .breadcrumb-wrapper{
        margin-top: 7rem;
    }
    .abt-wrap h1 {
        line-height: 1.9rem;
    }
    .abt-wrap p {
        font-size: 0.94rem;
        line-height: 1.54rem;
    }
    .timeline-wrapper {
        margin: 5rem 0rem 0rem 0rem;
    }
    .timeline .row.timeline-left .timeline-date::after, .timeline .row.timeline-right .timeline-date::after {
        left: -22px;
    }
    .comm-stats {
        height: 250px;
    }
    .switch-wrap-head h4 {
        font-size: 1.2rem;
    }
    .stats-wrap {
        left: 41%;
    }
    .comm-stats::after {
        left: 48%;
    }
    .comm-stats::before {
        left: 58%;
    }
    .team-wrapper {
        margin: 3rem 0rem 6rem 0rem;
    }
    .team-member-wrap {
        margin-top: 1.5rem;
    }
    .btn-setup {
        padding: 0.6rem 1.4rem;
    }
    .btn-callbck {
        padding: 0.6rem 1.4rem;
    }
    .footer-link-head h3 {
        font-size: 1.2rem;
    }
    .footer-logo-wrap img {
        width: 32%;
    }
    .copyright-wrap p {
        font-size: 0.8rem;
    }
}
@media(max-width: 424px){
    .top-header-wrapper{
        width: 100%;
    }
    .top-header-wrap ul{
        text-align: center;
    }
    .logo-wrapper {
        width: 65%;
    }
    .top-header-wrap ul li {
        padding: 0rem 0.95rem;
    }
    .breadcrumb-wrapper {
        margin-top: 6.9rem;
    }
    .abt-wrap {
        padding: 1.3rem;
    }
    .abt-wrap p {
        font-size: 0.92rem;
        line-height: 1.53rem;
    }
    .founder-name-wrap h3 {
        font-size: 1.15rem;
    }
    .founder-designation p {
        font-size: 0.92rem;
    }
    .switch-wrap-head h4 {
        font-size: 1.05rem;
    }
    .btn-setup {
        font-size: 0.8rem;
    }
    .btn-callbck {
        font-size: 0.8rem;
    }
    .switch-rb-wrapper {
        padding: 38px 0px;
    }
    .switch-rb-wrapper::before {
        height: 160px;
    }
    .footer-logo-wrap img {
        width: 38%;
    }
      
}
@media(max-width: 399px){
    .logo-wrapper {
        width: 68%;
    }
    .comm-stats::before {
        left: 60%;
    }
    .stats-wrap {
        left: 42%;
    }
    .switch-wrap-head h4 {
        font-size: 1rem;
    }
    .footer-logo-wrap img {
        width: 41%;
    }
}
@media(max-width: 380px){
    .logo-wrapper {
        width: 75%;
    }
    .comm-stats::before {
        left: 61%;
    }
    .stats-wrap {
        left: 43%;
    }
    .switch-wrap-head h4 {
        font-size: 0.98rem;
    }
    .btn-callbck {
        margin-left: 0.9rem;
    }
    .abt-wrap p {
        font-size: 0.9rem;
    }
    .footer-logo-wrap img {
        width: 42%;
    }
}
@media(max-width: 365px){
    .top-header-wrap ul li {
        padding: 0rem 0.9rem;
    }
    .comm-stats::before {
        left: 62%;
    }
    .switch-wrap-head h4 {
        font-size: 0.94rem;
    }
    .btn-setup{
        padding: 0.6rem 1rem;
    }
    .btn-callbck {
        padding: 0.6rem 1rem;
    }
}

/**Features page**/

.features-wrapper{
    width: 100%;
}
.features-head{
    text-align: center;
    margin-bottom: 1.6rem;
}
.features-head h3{
    font-size: 1.3rem;
}
.features-head h3 span{
    color: #288FEB;
}
.features-wrap-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.features-wrap-card{
    width: 100%;
    /**background-image: linear-gradient(0deg, #fbfffc, #eaf6ff);**/
    box-shadow: 0px 2px 8px #d8d8d8;
    padding: 1.5rem 1.4rem;
    text-align: center;
    border-radius: 6px;
    position: relative;
}

.features-wrap-card::before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.5s linear;
    background: #b2d8fa;
}

.features-wrapper .gy-4 {
    --bs-gutter-y: 2rem;
}
.features-wrapper .gx-4 {
    --bs-gutter-x: 2rem;
}
.features-wrap-card:hover::before{
    width: 100%;
}
.features-wrap-card::before {
    right: 0;
    top: 0;
    border-radius: 6px;
}
.features-wrap-card:hover::before, .features-wrap-card:hover::after {
    transition-delay: 0.4s;
    border-radius: 6px;
}

.features-wrap-card::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.5s linear;
    background: #b2d8fa;
}
.features-wrap-card::after {
    left: 0;
    bottom: 0;
}
.features-wrap-card:hover::after {
    width: 100%;
}
.features-img-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.features-wrap-card h4{
    font-size: 1.05rem;
    color: #000;
    margin: 1rem 0rem 0.7rem 0rem;
    font-family: 'realbooks-semibold';
}

.features-wrap-card p{
    color: #858585;
    font-size: 0.88rem;
    line-height: 1.45rem;
    display: inline;
}
.features-wrap-card p::before, .features-wrap-card p::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.5s linear;
    background: #b2d8fa;
}
.features-wrap-card:hover p::before, .features-wrap-card:hover p::after {
    height: 100%;
}
.features-wrap-card p::after {
    right: 0;
    bottom: 0;
}
.features-wrap-card p::before {
    left: 0;
    top: 0;
}
.feature-title h4{
    font-size: 1.3rem;
    color: #000;
    margin-bottom: 0.5rem;
    font-weight: 700;
}
.feature-description p{
    font-size: 0.9rem;
    color: #686868;
    margin-bottom: 1.1rem;
}
.feature-sub-description-wrap{
    margin-bottom: 1.5rem;
}
.feature-sub-description-wrap img{
    width: 5%;
    margin-right: 0.7rem;
}
.feature-sub-description-wrap {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-start;
}
.feature-sub-description-wrap h4{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}
.feature-sub-description-wrap p {
    font-size: 14px;
    color: #686868;
    line-height: 24px;
}
.feat-sub-des-wrap h5{
    font-size: 1.02rem;
    color: #2d2d2d;
    margin-bottom: 0.3rem;
    font-family: 'realbooks-semibold';
}
.feat-sub-des-wrap p{
    font-size: 0.9rem;
    color: #686868;
    line-height: 1.6rem;
}
.feat-sub-des-img{
    display: contents;
}
.feat-sub-des-img img{
    width: 6%;
    margin-right: 1.2rem;
}
.features-img-wrap img{
    width: 70%;
}
#more {
    display: none;
}
#more1 {
    display: none;
}
#more2 {
    display: none;
}
.read-more-btn{
    color: #288FEB;
    background-color: transparent;
    border: none;
    font-weight: 500;
    font-size: 0.88rem;
    padding: 0;
}
.read-more-dots{
    color: #288feb;
}

/**Responsive for features page**/

@media(max-width: 1200px){
    .features-wrap-card {
        padding: 1.5rem 1.2rem;
    }
}
@media(max-width: 1099px){
    .features-wrap-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 767px){
    .features-wrap-grid{
        grid-template-columns: repeat(1, 1fr);
    }
}

/**Clients poge*/

.clients-logo-wrapper {
    width: 100%;
    margin: 2rem 0rem 3rem 0rem;
}
.clients-logo-wrapper .row>*{
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}

.clients-logo-head{
    text-align: center;
    margin-bottom: 1.6rem;
}
.clients-logo-head h3{
    font-size: 1.3rem;
}
.clients-logo-head h3 span{
    color: #288FEB;
}
.clients-logo-wrap{
    width: 85%;
    height: 154px;
    background-color: #fff;
    box-shadow: 1px 0px 6px #bebebe;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.clients-logo-wrap img{
    width: 70%;
}
.testimonial-head{
    text-align: center;
    margin-bottom: 1.6rem;
}
.testimonial-head h3{
    font-size: 1.3rem;
    margin: 0.35rem 0rem;
}
.testimonial-head h3 span{
    color: #288FEB;
}
.testimonial-head p {
    font-size: 0.95rem;
    color: #646464;
}
.testimonial-grid-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.testimonial-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.testimonial-load-data-wrapper {
    margin-top: 5px;
}
.testimonial-wrap {
    width: 100%;
    background-image: linear-gradient(0deg, #fbfffc, #eaf6ff);
    box-sizing: border-box;
    border-radius: 0px 10px 0px 10px;
    padding: 1.5rem;
    text-align: center;
    border: 1px solid #f6f6f6;
    margin-bottom: 34px;
}
.testimonial-client-img-wrap{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;
}
.testimonial-client-img-wrap img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.testimonial-icon-start{
    position: relative;
}
.testimonial-icon-start i{
    position: absolute;
    left: 0px;
    top: -25px;
    width: 6%;
    color: #a2a2a2;
}
.testimonial-icon-start svg{
    position: absolute;
    left: 0px;
    top: -25px;
    width: 6%;
    color: #a2a2a2;
}
.testimonial-icon-end{
    position: relative;
}
.testimonial-icon-end i{
    position: absolute;
    right: 0px;
    top: -25px;
    width: 6%;
    color: #a2a2a2;
}
.testimonial-icon-end svg{
    position: absolute;
    right: 0px;
    top: -25px;
    width: 6%;
    color: #a2a2a2;
}
.testimonial-desc p{
    font-size: 0.9rem;
    line-height: 1.5rem;
    color: #757575;
    margin: 2rem 0rem;
}
.testimonial-client h4{
    font-size: 0.89rem;
    margin-bottom: 0.2rem;
    font-weight: 700;
}
.testimonial-client p{
    font-size: 0.85rem;
    color: #7e7e7e;
}
.testimonial-video-wrap{
    margin-bottom: 2.2rem;
}
.testimonial-client-video-wrap video{
    width: 100%;
    border-radius: 0px 10px 0px 0px;
}
.testimonial-video-desc{
    width: 100%;
    background-image: linear-gradient(0deg, #fbfffc, #eaf6ff);
    box-sizing: border-box;
    border-radius: 0px 0px 0px 10px;
    padding: 1.5rem;
    text-align: center;
    border: 1px solid #f6f6f6;
    margin-top: -0.4rem;

}
.web-ratings-wrapper{
    margin: 0.8rem 0rem 3rem 0rem;
}
.web-ratings-head{
    text-align: center;
    margin-bottom: 1.6rem;
}
.web-ratings-head h3{
    font-size: 1.3rem;
}
.web-ratings-head h3 span{
    color: #288FEB;
}
.web-rating-wrap{
    text-align: center;
}
.web-rating-review{
    margin-top: 0.7rem;
}
.web-rating-platform-img img{
    width: 35%;
    height: 55px;
    object-fit: contain;
}
.web-rating-review ul li{
    display: inline-block;
}
.web-rating-review ul li svg{
    font-size: 0.8rem;
    color: #FFCC00;
    padding-right: 0.1rem;
}
.download-link{
    margin-top: 0.7rem;
}
.download-link a{
    color: #006dce;
    text-decoration: underline;
    font-size: 0.9rem;
    font-family: 'realbooks-regular';
}

/**Responsive clients page**/

@media(max-width: 1399px){
    .testimonial-client-img-wrap img {
        width: 66px;
        height: 66px;
    }
    .web-rating-platform-img img {
        height: 40px;
    }
    .download-link a {
        font-size: 0.88rem;
    }
}
@media(max-width: 1199px){
    .testimonial-grid-wrap {
        grid-template-columns: repeat(2, 1fr)
    }
    .web-rating-platform-img img {
        width: 50%;
    }
    .clients-logo-wrap{
        height: 120px;
    }
}
@media(max-width: 999px){
    .clients-logo-wrap {
        height: 130px;
    }
    .web-rating-platform-img img {
        width: 60%;
    }
    .web-rating-review ul li svg {
        font-size: 0.75rem;
        padding-right: 0.05rem;
    }
}
@media(max-width: 767px){
    .clients-logo-wrap{
        height: 100px;
    }
    .testimonial-grid-wrap {
        grid-template-columns: repeat(1, 1fr)
    }
    .testimonial-client-img-wrap img {
        width: 75px;
        height: 75px;
    }
    .web-rating-platform-img img {
        width: 46%;
    }
}
@media(max-width: 499px){
    .clients-logo-wrap {
        height: 140px;
    }
    .testimonial-wrap{
        padding: 1rem;
    }
    .testimonial-client-img-wrap img {
        width: 72px;
        height: 72px;
    }
    .web-rating-review {
        margin-top: 0.5rem;
    }
    .web-rating-platform-img img {
        width: 54%;
    }
}
@media(max-width: 424px){
    .web-rating-platform-img img {
        width: 60%;
    }
}

/**Partner page**/

.partner-wrapper {
    width: 100%;
    margin: 2rem 0rem 3rem 0rem;
}
.partner-wrapper-head{
    text-align: center;
    margin-bottom: 1.6rem;
}
.partner-wrapper-head h3{
    font-size: 1.3rem;
}
.partner-wrapper-head h3 span{
    color: #288feb;
}
.partner-wrap{
    width: 100%;
    text-align: center;
}
.partner-wrap-head h4{
    font-size: 1.02rem;
    margin: 0.5rem 0rem;
}
.partner-wrap-desc p{
    font-size: 0.89rem;
    color: #545454;
    line-height: 1.4rem;
}
.partner-wrap-2{
    width: 100%;
    text-align: center;
    padding: 0rem 1.2rem;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}
.partner-wrap-head h4{
    font-size: 1.05rem;
    margin: 0.5rem 0rem;
}
.partner-wrap-desc p{
    font-size: 0.89rem;
    color: #545454;
    line-height: 1.4rem;
}
.partner-ben-img-wrap{
    width: 100%;
}
.partner-ben-img-wrap img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 4px;
}
.associated-btn{
    text-align: center;
    margin-top: 0.5rem;
}
.associated-btn a{
    display: inline-block;
    padding: 0.7rem 1.4rem;
    border: 1px solid #288feb;
    border-radius: 5px;
    font-size: 0.86rem;
    background-color: #288feb;
    color: #fff;
    font-family: 'Poppins',sans-serif;
    margin: 0 auto;
}
.rb-ben-partner{
    width: 100%;
    margin: 0rem 0rem 3rem 0rem;
}
/**
.rb-ben-partner::after{
    content: "";
    display: block;
    width: 100%;
    background: inherit;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: right top;
    transform: skewY(357deg);
    z-index: -1;
}**/
.partner-ben-head h4{
    font-size: 1.4rem;
    margin-bottom: 1.8rem;
}
.partner-ben-head h4 span{
    color: #288feb;
}
.partner-ben-wrap{
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.8rem;
}
.partner-ben-icon{
    width: 70px;
    height: 40px;
    background-color: #288feb;
    border-radius: 50%;
}
.partner-ben-wrap-desc{
    margin-left: 1rem;
}
.partner-ben-wrap-desc h5{
    font-size: 0.96rem;
    margin-bottom: 0.4rem;
}
.partner-ben-wrap-desc p{
    width: 100%;
    font-size: 0.88rem;
    color: #696969;
}
.asso-wrapper {
    width: 100%;
    margin: 0rem 0rem 3rem 0rem;
}
.asso-head {
    text-align: center;
    margin-bottom: 1.4rem;
}
.asso-head h3{
    font-size: 1.3rem;
}
.asso-head h3 span{
    color: #288FEB;
}
.asso-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.asso-wrap{
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    padding: 1.5rem;
}
.asso-wrap-head h4{
    font-size: 1.1rem;
    margin: 1rem 0rem 0rem 0rem;
}
.asso-wrap-head p{
    font-size: 0.88rem;
    color: #696969;
    margin: 0.5rem 0rem 0.7rem 0rem;
}
.asso-wrap ul li{
    font-size: 0.92rem;
    color: #646464;
    margin-bottom: 0.6rem;
}
.asso-wrap ul li svg{
    color: #288feb;
    margin-right: 0.12rem;
}
.partner-form-img img{
    width: 100%;
    height: 505px;
    object-fit: cover;
}
.partner-form-wrapper{
    width: 100%;
}
.partner-form{
    width: 100%;
    background-color: transparent;
    box-shadow: 1px 1px 6px #ccc;
    border-radius: 6px;
    padding: 1.3rem;
}
.partner-form-head h4{
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
    font-family: 'Poppins',sans-serif;
    font-weight: bold;
}
.partner-form-head h4 span{
    color: #288feb;
}
.form-label{
    font-size: 0.9rem;
    color: #2f2f2f;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
}
.form-label::after{
    content: '*';
    color: red;
    margin-left: 0.1rem;
}
.form-field{
    width: 100%;
    background-color: #f2f2f2 !important;
    padding: 0.65rem 0.9rem !important;
    border-radius: 5px !important;
    border: 1px solid #f2f2f2 !important;
    font-size: 0.85rem;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
}
.form-field:focus{
    outline: none;
}
.form-select{
    width: 100%;
    padding: 0.65rem 0.9rem !important;
    border-radius: 5px !important;
    border: 1px solid #f2f2f2 !important;
    font-size: 0.85rem !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="50"><polygon points="0,0 100,0 50,50" style="fill:%23000000;" /></svg>') !important;
    background-position: right 12px top 50% !important;
    background-repeat: no-repeat !important;
    background-size: 10px !important;
    cursor: pointer;
    background-color: #f2f2f2 !important;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
}
.form-select:focus{
    outline: none;
    border: 1px solid #f2f2f2;
    box-shadow: none;
}
.btn-submit{
    width: 100%;
    text-align: center;
    background-color: #288feb;
    color: #fff;
    padding: 0.7rem;
    font-size: 0.9rem;
    border: 1px solid #288feb;
    border-radius: 6px;
    margin-top: 0.5rem;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
}
.btn-submit:hover{
    background-color: #288feb;
    color: #fff;
    border: 1px solid #288feb;
}
.meet-partners-wrapper{
    width: 100%;
}
.partner-meet-head {
    text-align: center;
    margin-bottom: 1.8rem;
}
.partner-meet-head h3 {
    font-size: 1.3rem;
}
.partner-meet-head h3 span {
    color: #288feb;
}
.partner-select{
    width: 25%;
    padding: 0.75rem 0.9rem;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 0.85rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="50"><polygon points="0,0 100,0 50,50" style="fill:%23000000;" /></svg>');
    background-position: right 12px top 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    cursor: pointer;
    background-color: #fff;
    font-family: 'Poppins',sans-serif;
    display: block;
    margin: 0 auto 30px auto;
}
.partner-select:focus{
    outline: none;
    border: 1px solid #ccc;
    box-shadow: none;
}
.partner-info-wrap{
    width: 100%;
    background-image: linear-gradient(0deg, #fbfffc, /**#eaf6ff**/#f7fcff);
    padding: 1.2rem;
    border-radius: 6px;
}
.partner-info-name h4{
    font-size: 1rem;
    color: #288feb;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.partner-info-wrap ul li{
    display: block;
    font-size: 0.88rem;
    padding-bottom: 0.6rem;
}

/**Responsive for partner page**/

@media(max-width: 1300px){
    .partner-select{
        width: 35%;
    }
}

@media(max-width: 1199px){
    .partner-info-name h4{
        font-size: 0.96rem;
    }
}
@media(max-width: 999px){
    .partner-wrap-2 {
        border-left: none;
        border-right: none;
        padding: 0;
    }
    .associated-btn{
        margin-top: 0.6rem;
    }
    .partner-select{
        width: 45%;
    }
    .partner-form{
        padding: 1.5rem;
    }
}
@media(max-width: 767px){
    .asso-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .partner-select {
        width: 65%;
    }
}
@media(max-width: 420px){
    .partner-select {
        width: 100%;
    }
}


/**Blog Page**/

.blog-wrapper {
    width: 100%;
    padding: 2rem 0rem 0rem 0rem;
}
.blog-head-wrap {
    padding-bottom: 1.5rem;
}
.blog-head-wrap h2 {
    font-size: 1.5rem;
}
.blog-head-wrap h2 span{
    color: #288feb;
}
.blog-text-wrapper {
    padding-right: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 1.5rem;
}
.blog-img-wrap {
    width: 100%;
}
.blog-img-wrap img {
    width: 100%;
    border-radius: 8px;
    height: auto;
    object-fit: cover;
    object-position: center center;
}
.blog-des-wrap {
    width: 100%;
    padding: 1.5rem 0.3rem 1rem 0.3rem;
    box-sizing: border-box;
}
.blog-des-wrap h4 {
    font-size: 1.3rem;
    color: #000;
}
.blog-des-wrap p {
    font-size: 0.96rem;
    line-height: 1.7rem;
    margin-top: 0.5rem;
    color: #393939;
}

.blog-user-details {
    padding-left: 0.3rem;
}
.blog-user-details ul, .blog-user-details ul li {
    display: inline-block;
}
.blog-user-details li {
    font-size: 0.93rem;
    color: #656565;
    padding-right: 1rem;
    border-right: 1px solid #ccc;
    margin-right: 1rem;
}
.blog-user-details li:last-child {
    border: none;
}
.blog-user-details li svg {
    color: #0c5cd3;
    font-size: 0.93rem;
    padding-right: 0.6rem;
}
.details-wrap {
    font-size: 0.97rem;
    color: #288feb;
    margin-left: 0.2rem;
}
.case-wrap {
    padding-left: 1.8rem;
    border-left: 1px solid #e5e5e5;
}
.blog-head-wrap-2 {
    padding-bottom: 1.5rem;
}
.blog-head-wrap-2 h2 {
    font-size: 1.5rem;
}
.case-items {
    display: flex;
    align-items: baseline;
    margin-bottom: 1.5rem;
}
.case-items svg {
    font-size: 0.89rem;
    padding-right: 0.5rem;
    color: #565656;
}
.case-items p {
    color: #565656;
    font-size: 0.96rem;
    line-height: 1.5rem;
    font-family: 'realbooks-regular';
}
.cat-wrap {
    margin-top: 2rem;
}
.cat-wrap h2 {
    font-size: 1.5rem;
    margin-bottom: 0.6rem;
}
.cat-select{
    width: 100%;
    padding: 0.75rem 0.9rem;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 0.85rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="50"><polygon points="0,0 100,0 50,50" style="fill:%23000000;" /></svg>');
    background-position: right 12px top 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    cursor: pointer;
    background-color: #fff;
    font-family: 'Realbooks-regular';
}
.cat-select:focus{
    outline: none;
    border: 1px solid #ccc;
    box-shadow: none;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 8px 16px !important;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 0.85rem !important;
}
.pagination-wrap .pagination .page-item span.page-numbers.current {
    background-color: #0c5cd3 !important;
    color: #fff !important;
    padding: 8px 16px;
}
.blog-head-wrap h4 {
    font-size: 1.5rem;
    color: #000;
    line-height: 2.2rem;
}
.blog-user-details-2 {
    margin-top: -0.5rem;
    margin-bottom: 1.5rem;
}
.blog-user-details-2 ul, .blog-user-details-2 ul li {
    display: inline-block;
}
.blog-user-details-2 li {
    font-size: 0.93rem;
    color: #656565;
    padding-right: 1rem;
    border-right: 1px solid #ccc;
    margin-right: 1rem;
}
.blog-head-wrap-3 {
    padding-bottom: 1.5rem;
}
.blog-head-wrap-3 h2 {
    font-size: 1.5rem;
}
.author-info-wrap {
    display: flex;
    align-items: center;
}
.author-description {
    padding-left: 1rem;
}
.blog-user-details-2 li:last-child {
    border: none;
}
.blog-user-details-2 li svg {
    color: #0c5cd3;
    font-size: 0.93rem;
    padding-right: 0.6rem;
}
.author-img img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.author-description h6{
    font-size: 0.95rem;
}

/**Responsive blog page**/

@media(max-width: 1399px){
    .blog-des-wrap h4 {
        font-size: 1.25rem;
    }
    .blog-des-wrap p {
        font-size: 0.95rem;
        line-height: 1.6rem;
    }
    .details-wrap {
        font-size: 0.95rem;
    }
    .blog-user-details li svg {
        font-size: 0.9rem;
    }
    .blog-user-details li {
        font-size: 0.9rem;
    }
    .case-items p {
        font-size: 0.94rem;
    }
    .case-items svg {
        font-size: 0.87rem;
    }
}
@media(max-width: 1199px){
    .blog-text-wrapper {
        padding-right: 1rem;
        padding-bottom: 1rem;
        margin-bottom: 2rem;
    }
    .blog-des-wrap {
        padding: 1.2rem 0.3rem 1rem 0.3rem;
    }
    .blog-des-wrap h4 {
        font-size: 1.2rem;
        line-height: 1.7rem;
    }
    .blog-des-wrap p {
        font-size: 0.91rem;
        line-height: 1.5rem;
    }
    .details-wrap {
        font-size: 0.92rem;
    }
    .blog-user-details li {
        font-size: 0.89rem;
    }
    .blog-user-details li svg {
        font-size: 0.89rem;
    }
    .blog-head-wrap h4 {
        font-size: 1.3rem;
        line-height: 2rem;
    }
    .blog-head-wrap-3 h3 {
        font-size: 1.3rem;
    }
    .blog-head-wrap-3 {
        padding-bottom: 1rem;
    }
    .case-items p {
        font-size: 0.91rem;
    }
    .case-items svg {
        font-size: 0.84rem;
    }
}
@media(max-width: 999px){
    .blog-text-wrapper{
        padding-right: 0rem;
    }
    .case-wrap{
        padding-left: 0rem;
        border-left: none;
    }
    .cat-select{
        width: 100%;
    }
    .blog-head-wrap h4 {
        font-size: 1.4rem;
        line-height: 2.1rem;
    }
}
@media(max-width: 767px){
    .blog-head-wrap h3 {
        font-size: 1.3rem;
    }
    .blog-head-wrap h4{
        font-size: 1.25rem;
        line-height: 1.85rem;
    }
    .blog-head-wrap-3 h3 {
        font-size: 1.3rem;
    }
    .blog-des-wrap h4 {
        font-size: 1.15rem;
        line-height: 1.69rem;
    }
    .blog-text-wrapper {
        margin-bottom: 1.8rem;
    }
    .blog-wrapper {
        padding: 1.3rem 0rem 0rem 0rem;
    }
    .blog-head-wrap {
        padding-bottom: 1.3rem;
    }
    .blog-des-wrap {
        padding: 1rem 0.3rem 0.8rem 0.3rem;
    }
    .blog-des-wrap p {
        font-size: 0.9rem;
        line-height: 1.48rem;
    }
    .details-wrap {
        font-size: 0.9rem;
    }
    .blog-user-details li {
        font-size: 0.875rem;
        padding-right: 0.5rem;
        margin-right: 0.5rem;
    }
    .blog-user-details li svg {
        font-size: 0.875rem;
    }
    .blog-head-wrap-2 h3 {
        font-size: 1.3rem;
    }
    .blog-head-wrap-2 {
        padding-bottom: 1.3rem;
    }
    .blog-head-wrap-3 {
        padding-bottom: 1.3rem;
    }
    .case-items {
        margin-bottom: 1.1rem;
    }
    .cat-wrap h3 {
        font-size: 1.3rem;
    }
    .blog-user-details-2 li {
        font-size: 0.91rem;
    }
    .blog-user-details-2 li svg {
        font-size: 0.91rem;
    }
    
}
@media(max-width: 599px){
    .blog-head-wrap h4{
        font-size: 1.2rem;
        line-height: 1.7rem;
    }
    .blog-user-details li {
        padding-right: 15.5rem;
        border-right: none;
    }
    .blog-user-details li:first-child{
        padding-bottom: 0.65rem;
    }
    .blog-user-details li svg {
        font-size: 0.85rem;
    }
}
@media(max-width: 430px){
    .blog-user-details-2 li {
        font-size: 0.87rem;
        padding-right: 0.6rem;
        margin-right: 0.6rem;
    }
    .blog-user-details-2 li svg {
        font-size: 0.87rem;
    }
    .blog-user-details li {
        padding-right: 4.5rem;
    }
    .blog-head-wrap-3 h3 {
        font-size: 1.2rem;
    }
    .blog-des-wrap p {
        font-size: 0.86rem;
        line-height: 1.37rem;
    }
    .blog-des-wrap {
        padding: 0.5rem 0rem 0.8rem 0.3rem;
    }
    .blog-head-wrap h4 {
        font-size: 1.17rem;
        line-height: 1.7rem;
    }
}
@media(max-width: 395px){
    .blog-des-wrap h4 {
        font-size: 1.1rem;
        line-height: 1.65rem;
    }
    .blog-user-details-2 ul li {
        display: block;
    }
    .blog-user-details-2 li:first-child {
        padding-bottom: 0.65rem;
    }
    .blog-user-details-2 li {
        border-right: none;
        padding-right: 0rem;
        margin-right: 0rem;
    }
}

/**Help page **/

.help-wrapper {
    width: 100%;
    background-color: #fff;
    padding: 110px 0px !important;
}
.help-page-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.help-categories-wrap {
    display: inline-block;
    width: 100%;
    background-image: linear-gradient(0deg, #fbfffc, #eaf6ff);
    box-sizing: border-box;
    border-radius: 6px;
    padding: 1.7rem;
}
.help-category-head {
    margin: 0rem 0rem 0.6rem 0rem;
    position: relative;
}
.help-category-head h4 {
    font-size: 1.3rem;
    color: #000;
	font-weight: 700;
}
.help-border {
    width: 30px;
    height: 3.4px;
    background-color: #0c5cd3;
    margin-bottom: 10px;
}
.help-category-description p {
    font-size: 0.97rem;
    line-height: 1.54rem;
    color: #505050;
    margin-bottom: 0.8rem;
}
.help-sub {
    display: flex;
    align-items: center;
}
.help-sub ul li {
    display: inline-block;
    margin-right: 1.2rem;
}
.help-sub li a {
    font-size: 0.97rem;
    color: #0c5cd3;
    margin-bottom: 0rem;
}
.help-sub svg {
    font-size: 1rem;
    color: #0c63e4;
    padding-right: 0.2rem;
}
.help-inner-wrap {
    text-align: center;
}
.help-border-2 {
    width: 30px;
    height: 3.4px;
    background-color: #0c5cd3;
    margin: 0 auto 12px auto;
}
.help-sub-category-content-wrap {
    padding: 0.8rem 0rem;
}
.help-sub-category-head {
    text-align: center;
}
.help-sub-category-head h5 {
    font-size: 1.10rem;
    color: #000;
    margin-bottom: 2rem;
}
.help-inner-page-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
.help-sub-cat-wrap {
    width: 100%;
    box-sizing: border-box;
    background-image: linear-gradient(0deg, #fbfffc, #f8fcff);
    border-radius: 6px;
    padding: 1.2rem;
    box-sizing: border-box;
}
.help-sub-cat-head h5 {
    font-size: 1.05rem;
    font-family: 'realbooks-semibold';
}
.help-sub-cat-head {
    position: relative;
}
.help-sub-cat-head::after {
    content: '';
    width: 30px;
    height: 3px;
    background-color: #0c5cd3;
    position: absolute;
    top: 30px;
}
.help-sub-cat-description p {
    font-size: 0.95rem;
    line-height: 1.53rem;
    color: #505050;
    margin-bottom: 0.3rem;
}
.help-sub-cat-description {
    margin-top: 1.35rem;
}
.help-sub-cat-description a {
    font-size: 0.96rem;
    color: #0c5cd3;
}
.help-text-wrapper img {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.help-text-wrapper p {
    font-size: 0.96rem;
    line-height: 1.54rem;
    color: #505050;
    margin-bottom: 0.9rem;
}
.help-category-parts h5{
    font-size: 1.1rem;
    color: #4c4c4c;
}
.help-category-parts a {
    display: block;
    font-size: 0.95rem;
    text-decoration: underline !important;
    margin: 0.6rem 0rem;
    color: #288FEB;
}
.help-parts{
    border-top: 1px solid #d9d9d9;
    padding: 1rem 0rem;
}
.help-parts h2{
    font-size: 1.05rem;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 1rem;
    color: #333333;
    font-family: 'realbooks-semibold';
}
.search-wrap {
    position: relative;
    text-align: right;
}
.search-box-3 {
    width: 100%;
    padding: 0.85rem 0.9rem 0.85rem 2.7rem;
    font-size: 0.85rem;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-family: 'realbooks-regular';
    position: relative;
}
.search-box-3:focus{
    outline: none;
}
.search-icon-2 {
    position: absolute;
    font-size: 16px;
    z-index: 2;
    top: 12px;
    left: 16px;
}
.select-wrap {
    position: absolute;
    top: 0px;
    right: 16px;
}
.search-cat-select {
    width: 100%;
    padding: 0.85rem 0rem 0.85rem 1rem !important;
    border: 0;
    border-left: 1px solid #dbdbdb;
    border-radius: 0px;
    color: #5b5b5b;
    font-size: 0.85rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="50"><polygon points="0,0 100,0 50,50" style="fill:%23666666;" /></svg>');
    background-position: right 0px top 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    cursor: pointer;
    font-family: 'realbooks-regular';
    box-shadow: none;
    background-color: transparent;
}
.search-cat-select:focus{
    outline: none;
}
.help-details-relevant-post-wrapper {
    padding-left: 1.8rem;
    border-left: 1px solid #e5e5e5;
}
.help-details-relevant-post-head {
    padding-bottom: 1.5rem;
}
.help-details-relevant-post-head h3 {
    font-size: 1.3rem;
}
.help-details-relevant-post-items {
    display: flex;
    align-items: baseline;
    margin-bottom: 1.5rem;
}
.help-details-relevant-post-items svg {
    font-size: 0.89rem;
    padding-right: 0.5rem;
    color: #565656;
}
.help-details-relevant-post-items p {
    color: #565656;
    font-size: 0.96rem;
    line-height: 1.5rem;
    font-family: 'realbooks-regular';
}





/**Responsive for help**/

@media(max-width: 1399px){
    .help-details-relevant-post-head h3 {
        font-size: 1.25rem;
    }
    .help-details-relevant-post-items p {
        font-size: 0.95rem;
    }
    .help-details-relevant-post-items svg {
        font-size: 0.88rem;
    }
}
@media(max-width: 1299px){
    .help-category-head h4 {
        font-size: 1.1rem;
    }
    .help-category-description p {
        font-size: 0.95rem;
        line-height: 1.5rem;
    }
    .help-sub li a {
        font-size: 0.95rem;
    }
    .help-sub-category-head h5 {
        font-size: 1.03rem;
        margin-bottom: 1.5rem;
    }
    .help-sub-cat-head h5 {
        font-size: 1.03rem;
    }
    .help-sub-cat-description p {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    .help-sub-cat-description a {
        font-size: 0.9rem;
    }
}
@media(max-width: 1199px){
    
    .help-categories-wrap {
        padding: 1.4rem;
    }
    .help-category-head h4 {
        font-size: 1.05rem;
    }
    .help-category-description p {
        font-size: 0.93rem;
        line-height: 1.54rem;
    }
    .help-sub ul li {
        margin-right: 0.6rem;
    }
    .help-sub li a {
        font-size: 0.93rem;
    }
    .help-inner-page-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
    .help-sub-cat-head h5 {
        font-size: 1.01rem;
    }
    .help-sub-cat-description p {
        font-size: 0.89rem;
    }
    .help-sub-cat-description a {
        font-size: 0.89rem;
    }
    .help-text-wrapper p {
        font-size: 0.91rem;
        line-height: 1.5rem;
        margin-bottom: 0.88rem;
    }
    .help-parts h2 {
        font-size: 1.02rem;
    }
    .help-category-parts h5 {
        font-size: 1rem;
    }
    .help-category-parts a {
        font-size: 0.91rem;
    }
    .help-details-relevant-post-items svg {
        font-size: 0.84rem;
    }
}
@media(max-width: 999px){
    .help-wrapper {
        padding: 2rem 0rem 0rem 0rem;
    }
    .help-sub ul li {
        display: block;
        margin-right: 0rem;
        margin-bottom: 0.45rem;
    }
    .help-category-head h4 {
        font-size: 1.03rem;
    }
    .help-category-description p {
        font-size: 0.91rem;
        line-height: 1.52rem;
    }
    .help-sub li a {
        font-size: 0.91rem;
    }
    .help-inner-page-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .help-sub-category-head h5 {
        margin-bottom: 1.3rem;
    }
    .search-box-3 {
        padding: 0.8rem 0.9rem 0.8rem 2.7rem;
    }
    .search-cat-select {
        padding: 0.8rem 0rem 0.8rem 1rem !important;
    }
    .search-icon-2 {
        font-size: 15px;
    }
    .help-parts h2 {
        font-size: 1rem;
    }
    .help-text-wrapper p {
        font-size: 0.9rem;
    }
    .help-category-parts a {
        font-size: 0.9rem;
    }
    .help-details-relevant-post-wrapper {
        padding-left: 0rem;
        border-left: none;
    }
    .help-details-relevant-post-head {
        padding-bottom: 1rem;
    }
    .help-details-relevant-post-items {
        margin-bottom: 1rem;
    }
    .help-details-relevant-post-items p {
        font-size: 0.91rem;
    }
}
@media(max-width: 767px){
    .help-wrapper {
        padding: 1.3rem 0rem 0rem 0rem;
    }
    .help-page-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .help-sub ul li {
        display: inline-block;
    }
    .help-inner-page-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .search-box-3 {
        font-size: 0.82rem;
    }
    .search-cat-select {
        font-size: 0.82rem;
    }
    .search-icon-2 {
        font-size: 14px;
    }
}
@media(max-width: 450px){
    .help-categories-wrap {
        padding: 1.2rem;
    }
    .help-category-description p {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    .help-sub li a {
        font-size: 0.9rem;
    }
    .help-sub ul li {
        display: block;
    }
    .select-wrap {
        right: 13px;
    }
    .search-box-3 {
        padding: 0.8rem 0.9rem 0.8rem 2rem;
        font-size: 0.8rem;
    }
    .search-cat-select {
        padding: 0.8rem 0rem 0.8rem 0.7rem !important;
        font-size: 0.8rem;
    }
    .search-icon-2 {
        left: 11px;
    }
    .help-sub-category-head h5 {
        font-size: 1.02rem;
    }
    .help-sub-cat-head h5 {
        font-size: 1rem;
    }
    .help-text-wrapper p {
        font-size: 0.88rem;
        line-height: 1.46rem;
    }
    .help-category-parts a {
        font-size: 0.88rem;
    }
    .help-parts h2 {
        font-size: 0.95rem;
        margin-bottom: 0.8rem;
    }
    .help-details-relevant-post-head h3 {
        font-size: 1.2rem;
    }
}
@media(max-width: 399px){
    .help-category-head h4 {
        font-size: 1.02rem;
    }
    .help-category-description p {
        font-size: 0.88rem;
        line-height: 1.48rem;
    }
    .help-sub li a {
        font-size: 0.88rem;
    }
    .help-sub-category-head h5 {
        font-size: 1.01rem;
    }
    .help-sub-cat-description p {
        font-size: 0.88rem;
    }
    .help-sub-cat-description a {
        font-size: 0.88rem;
    }
}
/*Video tutorial*/

.video-tutorial-page-wrapper{
    width: 100%;
    margin: 3rem 0rem 3.5rem 0rem;
}

.video-tut-video-wrap iframe{
    width: 100%;
    height: 221px;
    border-radius: 6px 6px 0px 0px;
}
.video-tut-video-wrap iframe:hover{
    border-color: #fff;
}
.video-tut-des-wrap{
    width: 100%;
    margin: 1.1rem 0rem;
    border-radius: 0px 0px 6px 6px;
    padding: 0px 15px;
}
.video-tut-des-wrap h4{
    font-size: 15px;
    color: #2c2c2c;
    line-height: 25px;
    text-align: center;
    font-weight: 500;
}
.video-tutorial-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.video-wrapper{
    width: 100%;
    box-shadow: 0 1px 6px #dedede;
    border-radius: 6px;
    cursor: pointer;
    transform: scale(1);
    transition: transform .25s;
    transition-timing-function: cubic-bezier(0.25,0.57,0.67,1.53);
    overflow: hidden;
}
.video-wrapper:hover{
    box-shadow: 0 1px 25px 0 rgb(2 13 28 / 15%);
    transform: scale(1.05);
    transition: transform .25s;
    transition-timing-function: cubic-bezier(0.25,0.57,0.67,1.53);
    perspective: 1000px;
    overflow: hidden;
}
.video-btn{
    background-color: #52cf58;
    border: 1px solid #52cf58;
    display: inline-block;
    padding: 11px 22px;
    color: #fff;
    font-size: 0.97rem;
    border-radius: 4px;
    font-family: 'Poppins',sans-serif;
}
.btn-video{
    margin-top: 35px;
    text-align: center;
}
.video-tut-video-wrap{
    height: 221px;
}
.video-tutorial-page-wrapper .tab {
    width: 45%;
    overflow: hidden;
    margin: 0 auto 2.5rem auto;
    background-color: #fff;
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 15%);
    transition: linear .2s;
    font-family: 'Poppins',sans-serif;
}
  
  /* Style the buttons inside the tab */
  .video-tutorial-page-wrapper .tab button {
    width: 50%;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 0.97rem;
    color: #000;
  }
  
  /* Change background color of buttons on hover */
  .video-tutorial-page-wrapper .tab button:hover {
    background-color: #288feb;
    color: #fff;
  }
  
  /* Create an active/current tablink class */
  .video-tutorial-page-wrapper .tab button.active {
    background-color: #288feb;
    color: #fff;
  }
  
  /* Style the tab content */
  .video-tutorial-page-wrapper .tabcontent {
    display: none;
    /**padding: 6px 12px;**/
    border-top: none;
  }

  /**Responsive video tutorials**/

  @media(max-width: 1300px){
    .video-tut-des-wrap h4 {
        font-size: 0.93rem;
        line-height: 1.3rem;
    }
    .video-tutorial-page-wrapper .tab button {
        font-size: 0.95rem;
    }
  }
  @media(max-width: 1200px){
    .video-tut-video-wrap {
        height: 161px;
    }
    .video-tut-video-wrap iframe {
        height: 161px;
    }
    .video-tut-des-wrap h4 {
        font-size: 0.92rem;
        line-height: 1.2rem;
    }
    .ytp-large-play-button {
        width: 38px !important;
        height: 52px !important;
        margin-left: -16px !important;
        margin-top: -24px !important;
    }
  }
 @media(max-width: 999px){
    .video-tutorial-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .video-tut-video-wrap iframe {
        height: 177px;
    }
    .video-tut-video-wrap {
        height: 177px;
    }
    .video-tutorial-page-wrapper .tab {
        width: 62%;
    }
    .video-tut-des-wrap h4 {
        font-size: 0.91rem;
        line-height: 1.3rem;
    }
    .video-tutorial-page-wrapper .tab button {
        font-size: 0.94rem;
    }
 }
 @media(max-width: 767px){
    .video-tutorial-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .video-tutorial-page-wrapper .tab {
        width: 100%;
    }
    .video-tut-video-wrap {
        height: 257px;
    }
    .video-tut-video-wrap iframe {
        height: 257px;
    }
    .video-tut-des-wrap h4 {
        font-size: 0.95rem;
        line-height: 1.5rem;
    }
    .video-tutorial-page-wrapper .tab button {
        font-size: 0.94rem;
    }
 }
 @media(max-width: 499px){
    .video-tut-video-wrap iframe {
        height: 249px;
    }
    .video-tut-video-wrap {
        height: 249px;
    }
 }
 @media(max-width: 424px){
    .video-tutorial-page-wrapper {
        margin: 2rem 0rem 2.5rem 0rem;
    }
    .video-tutorial-page-wrapper .tab {
        margin: 0 auto 2.2rem auto;
    }
    .video-tut-video-wrap iframe {
        height: 213px;
    }
    .video-tut-video-wrap {
        height: 213px;
    }
    .video-tutorial-page-wrapper .tab button {
        padding: 12px 0px;
        font-size: 0.93rem;
    }
    .video-btn {
        padding: 10px 20px;
        font-size: 0.95rem;
    }
    .btn-video{
        margin-top: 2.2rem;
    }
 }
 @media(max-width: 399px){
    .video-tut-video-wrap iframe {
        height: 193px;
    }
    .video-tut-video-wrap {
        height: 193px;
    }
 }
 @media(max-width: 370px){
    .video-tut-video-wrap iframe {
        height: 185px;
    }
    .video-tut-video-wrap {
        height: 185px;
    }
 }

/**FAQ**/

.faq-wrapper{
    width: 100%;
    margin: 3rem 0rem;
}
.faq-wrap .tab {
    border-right: 1px solid #ccc;
    background-color: #fff;
    width: 85%;
}
  
/* Style the buttons inside the tab */
.faq-wrap .tab button {
    display: block;
    background-color: inherit;
    color: #5b5b5b;
    padding: 2px 15px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 0.95rem;
    margin: 16px 0px;
    font-family: 'Poppins',sans-serif;
}
  
/* Change background color of buttons on hover */
.faq-wrap .tab button:hover {
    color: #288FEB;
    border-left: 1px solid #288FEB;
}
  
/* Create an active/current "tab button" class */
.faq-wrap .tab button.active {
    color: #288FEB;
    border-left: 2px solid #288FEB;
}
.faq-wrap .tab button i{
    width: 12%;
    padding-right: 0.2rem;
    font-size: 0.93rem;
}
  
 /* Style the tab content */
 .faq-wrapper .tabcontent {
    width: 100%;
    border-left: none;
}
.faq-head{
    text-align: center;
}
.faq-head h4{
    font-size: 1.3rem;
    margin-bottom: 0.3rem;
}
.faq-head h4 span{
    color: #288FEB;
}
.faq-head p{
    font-size: 0.94rem;
    margin-bottom: 1rem;
}
.faq-wrapper .accordion-button{
    background-color: #E9F4FF;
    margin: 1.3rem 0rem;
    font-size: 0.94rem;
    border-radius: 6px 6px 0px 0px;
    padding: 0.95rem 1.25rem;
    color: #393939;
    font-weight: 500;
}
.faq-wrapper .accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: none !important;
}
.faq-wrapper .accordion-body{
    margin-top: -1.4rem;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    font-size: 0.92rem;
    line-height: 1.54rem;
    color: #454545;
    border-radius: 0px 0px 6px 6px;
    padding: 0.9rem 1.2rem;
    font-family: 'Poppins',sans-serif;
}
.faq-wrapper .accordion-button:not(.collapsed) {
    color: #288feb;
    background-color: #E9F4FF;
    box-shadow: none;
}
.faq-wrapper .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
}
.faq-mob-wrapper{
    display: none;
}


/**Responsive faq page**/

@media(max-width: 1199px){
    .faq-wrap .tab {
        width: 90%;
    }
    .faq-wrap .tab button {
        font-size: 0.92rem;
    }
}

@media(max-width: 767px){
    .faq-wrapper{
        display: none;
    }
    .faq-mob-wrapper{
        display: block;
    }
    
    .faq-mob-wrapper .faq-head{
        margin: 1.2rem 0rem;
    }
    .faq-mob-wrapper .tabcontent {
        width: 100%;
        border-left: none;
        display: block !important;
    }
    .faq-mob-wrapper .accordion-button{
        background-color: #E9F4FF;
        margin: 1.3rem 0rem;
        font-size: 0.94rem;
        border-radius: 6px 6px 0px 0px;
        padding: 0.95rem 1.25rem;
        color: #393939;
        font-family: 'realbooks-medium';
    }
    .faq-mob-wrapper .accordion-item {
        color: var(--bs-accordion-color);
        background-color: var(--bs-accordion-bg);
        border: none !important;
    }
    .faq-mob-wrapper .accordion-body{
        margin-top: -1.4rem;
        border-right: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
        border-left: 1px solid #e2e2e2;
        font-size: 0.92rem;
        line-height: 1.54rem;
        color: #454545;
        border-radius: 0px 0px 6px 6px;
        padding: 0.9rem 1.2rem;
        font-family: 'realbooks-regular';
    }
    .faq-mob-wrapper .accordion-button:not(.collapsed) {
        color: #288feb;
        background-color: #E9F4FF;
        box-shadow: none;
    }
    .faq-mob-wrapper .accordion-item:last-of-type .accordion-button.collapsed {
        border-bottom-right-radius: 0rem;
        border-bottom-left-radius: 0rem;
    }
    .faq-mob-wrapper .tab button {
        display: block;
        background-color: inherit;
        color: #5b5b5b;
        width: 100%;
        border: none;
        outline: none;
        text-align: center;
        cursor: pointer;
        transition: 0.3s;
        font-size: 0.98rem;
        margin: 17px 0px;
        font-family: 'realbooks-regular';
    }
    .faq-mob-wrapper .tab button svg {
        width: 5%;
        padding-right: 0rem;
        font-size: 0.93rem;
    }
    /* Change background color of buttons on hover */
    .faq-mob-wrapper .tab button:hover {
        color: #288FEB !important;
    }
    
    /* Create an active/current "tab button" class */
    .faq-mob-wrapper .tab button.active {
        color: #288FEB !important;
    }
    .faq-mob-wrap{
        position: relative;
    }
    .faq-mob-wrap .owl-nav {
        width: 100%;
        position: absolute;
        top: 10px;
        color: #000 !important;
        font-size: 60px !important;
        left: -20px;
    }
    .faq-mob-wrap .owl-carousel .owl-nav button.owl-prev {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: #fff;
        color: #288feb;
        border: none;
        padding: 0!important;
        font: inherit;
        position: absolute;
        left: 24px;
        box-shadow: 1px 1px 6px #b5b5b5;
    }
    .faq-mob-wrap .owl-carousel .owl-nav button.owl-next {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: #fff;
        color: #288feb;
        border: none;
        padding: 0!important;
        font: inherit;
        position: absolute;
        right: -16px;
        box-shadow: 1px 1px 6px #b5b5b5;
    }
    .faq-mob-wrap .owl-carousel .owl-nav button.owl-prev span {
        position: absolute;
        bottom: -8px;
        left: 10px;
        font-size: 2.6rem;
    }
    .faq-mob-wrap .owl-carousel .owl-nav button.owl-next span {
        position: absolute;
        bottom: -8px;
        left: 12px;
        font-size: 2.6rem;
    }
    .faq-mob-wrap .owl-carousel .owl-nav button.owl-prev:hover {
        background: #288feb;
        color: #fff;
    }
    .faq-mob-wrap .owl-carousel .owl-nav button.owl-next:hover {
        background: #288feb;
        color: #fff;
    }
}

@media(max-width: 450px){
    .faq-mob-wrap .owl-carousel .owl-nav button.owl-prev {
        width: 32px;
        height: 32px;
    }
    .faq-mob-wrap .owl-carousel .owl-nav button.owl-next {
        width: 32px;
        height: 32px;
    }
    .faq-mob-wrap .owl-carousel .owl-nav button.owl-prev span {
        bottom: -7px;
        left: 9px;
        font-size: 2.4rem;
    }
    .faq-mob-wrap .owl-carousel .owl-nav button.owl-next span {
        bottom: -7px;
        left: 11px;
        font-size: 2.4rem;
    }
    .faq-mob-wrapper .tab button {
        font-size: 0.96rem;
    }
    .faq-mob-wrapper .accordion-button {
        font-size: 0.9rem !important;
    }
    .faq-mob-wrapper .accordion-body {
        font-size: 0.89rem;
        line-height: 1.52rem;
    }
    .faq-mob-wrapper .tab button svg {
        width: 6%;
        padding-right: 0.1rem;
    }
}

@media(max-width: 385px){
    .faq-mob-wrap .owl-carousel .owl-nav button.owl-prev {
        width: 30px;
        height: 30px;
    }
    .faq-mob-wrap .owl-carousel .owl-nav button.owl-next {
        width: 32px;
        height: 32px;
    }
    .faq-mob-wrapper .accordion-button {
        font-size: 0.88rem !important;
    }
    .faq-mob-wrapper .accordion-body {
        font-size: 0.88rem;
        line-height: 1.5rem;
    }
}






/**Modules page**/

.bg-banner-wrapper {
    width: 100%;
    /**background-image: linear-gradient(0deg, #eaf6ff, #fbfffc);**/
    padding: 3rem 0rem;
    margin-bottom: 2rem;
    position: relative;
    margin-top: 7rem;
}

.bg-banner-info h1{
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #000;
}

.bg-banner-info h2{
    width: 80%;
    font-size: 1.08rem;
    color: #4d4d4d;
    margin: 0.8rem 0rem 1.2rem 0rem;
    line-height: 1.8rem;
    font-family: 'realbooks-regular';
}

.ban-btn {
    display: inline-block;
    background-color: #f4c449;
    padding: 11px 26px;
    border-radius: 40px;
    color: #000;
    font-size: 0.920rem;
    font-family: 'realbooks-regular';
}
/**
.banner-modules-img {
    position: absolute;
    top: 0px;
    right: 0;
}**/
.banner-modules-img img{
    width: 100%;
    height: auto;
}

.bg-banner-wrapper .owl-carousel .owl-dots {
    display: block !important;
    margin-left: 0rem;
}
.bg-banner-wrapper .owl-carousel button.owl-dot.active {
    width: 13px;
    height: 13px;
    border-radius: 10px;
    background-color: #fff !important;
    position: relative;
    left: 45%;
    bottom: -40px;
    transform: translate(-45%);
    margin-left: 11px;
}
.bg-banner-wrapper .owl-carousel button.owl-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #aaaaaa !important;
    position: relative;
    left: 45%;
    bottom: -40px;
    transform: translate(-45%);
    margin-left: 11px;
    border: 1px solid transparent;
}
.about-modules-wrapper{
    width: 100%;
}
.form-wrapper {
    width: 100%;
    background-color: #288feb;
    padding: 20px;
    border-radius: 8px;
}
.form-head h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 16px;
}
.name-wrap {
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 9px 11px;
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 22px;
    border-radius: 6px;
    color: #000;
}
.abt-modules-head h3{
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}
.abt-modules-head h3 span{
    color: #288FEB;
}
.abt-modules-des p{
    font-size: 1rem;
    line-height: 1.75rem;
    color: #6d6d6d;

}
.modules-features-wrapper{
    width: 100%;
    background-color: #ffff;
    /* background-image: linear-gradient(0deg, #eaf6ff, #fbfffc); */
    padding: 2rem 0rem 2.5rem 0rem;
    margin-bottom: 8rem;
    position: relative;
    margin: 3rem 0rem 3rem 0rem;
}
.modules-features-wrapper .features-head{
    text-align: center;
    margin-bottom: 1.6rem;
}
.modules-features-wrapper .features-head h3{
    font-size: 1.3rem;
}
.modules-features-wrapper .features-head h3 span{
    color: #288FEB;
}
.modules-features-wrapper .features-wrap-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35px;
}
.modules-features-wrapper .features-wrap-card {
    width: 100%;
    text-align: left;
    box-shadow: none;
    position: relative;
    display: flex;
    align-items: flex-start;
}
.modules-features-wrapper .features-img-wrap{
    width: 2%;
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}
.modules-features-wrapper .feature-description-wrap h2 {
    font-size: 1.08rem;
    color: #000;
    margin: 0rem 0rem 0.4rem 0rem;
    font-family: 'realbooks-semibold';
}
.modules-features-wrapper .feature-description-wrap p {
    color: #858585;
    font-size: 0.89rem;
    line-height: 1.45rem;
}

.modules-clients-logo-wrapper{
    width: 100%;
    margin: 5.5rem 0rem 3.4rem 0rem;
}
.modules-clients-logo-wrapper .clients-logo-head {
    text-align: center;
    margin-bottom: 1.6rem;
}
.modules-clients-logo-wrapper .clients-logo-head h3 {
    font-size: 1.3rem;
}
.modules-clients-logo-wrapper .clients-logo-head h3 span {
    color: #288FEB;
}
.modules-clients-logo-wrapper .clients-logo-wrap {
    width: 85%;
    height: 154px;
    background-color: #fff;
    box-shadow: 1px 0px 6px #d3d3d3;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.modules-clients-logo-wrapper .clients-logo-wrap img {
    width: 70% !important;
}
.modules-clients-logo-wrapper .row>* {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}
.modules-clients-logo-wrapper .gy-5{
    --bs-gutter-y: 2.5rem;
}

.modules-clients-logo-wrap{
    padding: 0rem 0rem;
}
.blog-modules-head{
    text-align: center;
}
.blog-modules-head h5 {
    color: #288feb;
    font-size: 1.05rem;
    text-transform: uppercase;
    font-family: 'realbooks-semibold';
}
.blog-modules-head h3 {
    font-size: 1.3rem;
    margin: 0.42rem 0rem;
}
.blog-card-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.blog-card-wrap{
    background-color: #fff;
    box-shadow: 1px 1px 6px #dadada;
    border-radius: 6px;
}
.blog-modules-info-wrap{
    width: 100%;
    padding: 1.2rem 1.2rem;
}
.blog-card-img img{
    width: 100%;
    border-radius: 6px 6px 0px 0px;
}
.blog-card-head h4{
    font-size: 1.05rem;
    line-height: 1.6rem;
}
.blog-card-desc p{
    font-size: 0.91rem;
    line-height: 1.47rem;
    margin-top: 0.4rem;
}
.blog-card-desc a{
    color: #288FEB;
}
.blog-modules-wrapper {
    width: 100%;
    background-color: #f8fcff;
    /* background-image: linear-gradient(0deg, #eaf6ff, #fbfffc); */
    padding: 2rem 0rem 0rem 0rem;
    margin-bottom: 8rem;
    position: relative;
}
.blog-modules-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    background: inherit;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: right top;
    transform: skewY(354deg);
    z-index: -1;
}
.modules-faq-wrapper {
    width: 100%;
    background-color: #fff;
    /* background-image: linear-gradient(0deg, #eaf6ff, #fbfffc); */
    padding: 2rem 0rem 3rem 0rem;
   /** margin-bottom: 5.5rem;*/
    position: relative;
}
.modules-faq-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    background: inherit;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: right top;
    transform: skewY(357deg);
    z-index: -1;
}
.modules-faq-wrap{
    margin-top: -1rem;
}
.modules-faq-wrap .accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: none !important;
}
.modules-faq-wrap .accordion-button {
    background-color: #f8fcff;
    border: 1px solid #f6f6f6;
    margin: 1.3rem 0rem;
    font-size: 1rem;
    border-radius: 6px 6px 0px 0px;
    padding: 1rem 1.25rem;
    color: #393939;
    font-family: 'realbooks-semibold';
}
.modules-faq-wrap .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.modules-faq-wrap .accordion-button:not(.collapsed) {
    color: #288feb;
    background-color: #E9F4FF;
    box-shadow: none;
}
.modules-faq-wrap .accordion-body {
    margin-top: -1.4rem;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    font-size: 0.95rem;
    line-height: 1.65rem;
    color: #454545;
    border-radius: 0px 0px 6px 6px;
    padding: 0.9rem 1.2rem;
    font-family: 'realbooks-regular';
}
.modules-faq-wrap .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
}
.iti {
    display: block !important;
}
.iti__flag {
    background-image: url("../images/flags.png") !important;
}
.iti__selected-flag {
    font-size: 14px;
    font-family: 'Poppins',sans-serif !important;
}
.iti__country-list {
    font-size: 0.85rem;
}
.modules-clients-logo-wrapper .owl-carousel .owl-dots {
    display: block !important;
    margin-left: 0rem;
}
.modules-clients-logo-wrapper .owl-carousel button.owl-dot.active {
    width: 22px;
    height: 13px;
    border-radius: 10px;
    background-color: #288feb !important;
    position: relative;
    left: 50%;
    bottom: -26px;
    transform: translate(-50%);
    margin: 0px 8px!important;
}
.modules-clients-logo-wrapper .owl-carousel button.owl-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #aaaaaa !important;
    position: relative;
    left: 50%;
    bottom: -26px;
    transform: translate(-50%);
    margin-right: 8px!important;
    border: 1px solid transparent;
}
.modules-testimonial-wrap .testimonial-head {
    text-align: center;
    margin-bottom: 1.6rem;
}
.modules-testimonial-wrap .testimonial-head h3 {
    font-size: 1.3rem;
    margin: 0.35rem 0rem;
}
.modules-testimonial-wrap .testimonial-head h3 span {
    color: #288FEB;
}
.modules-testimonial-wrap .testimonial-wrap {
    width: 100%;
    background-image: linear-gradient(0deg, #fbfffc, #eaf6ff);
    box-sizing: border-box;
    border-radius: 0px 10px 0px 10px;
    padding: 1.5rem;
    text-align: center;
    border: 1px solid #f6f6f6;
    margin-bottom: 0rem !important;
    height: 600px;
}
.modules-testimonial-wrap .testimonial-client-img-wrap img {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
    box-shadow: 1px 1px 6px #e2e2e2;
}
.modules-testimonial-wrap .testimonial-icon-start {
    position: relative;
}
.modules-testimonial-wrap  .testimonial-icon-start svg {
    position: absolute;
    left: 0px;
    top: -25px;
    width: 6%;
    color: #a2a2a2;
}
.modules-testimonial-wrap .testimonial-desc p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    color: #757575;
    margin: 2rem 0rem;
}
.modules-testimonial-wrap .testimonial-icon-end {
    position: relative;
}
.modules-testimonial-wrap .testimonial-icon-end svg {
    position: absolute;
    right: 0px;
    top: -25px;
    width: 6%;
    color: #a2a2a2;
}
.modules-testimonial-wrap .testimonial-client h4 {
    font-size: 0.89rem;
    margin-bottom: 0.2rem;
    font-weight: 700;
}
.modules-testimonial-wrap .testimonial-client p {
    font-size: 0.85rem;
    color: #7e7e7e;
}
.modules-testimonial-wrap .owl-carousel .owl-dots {
    display: block !important;
    margin-left: 0rem;
    margin-top: 20px;
}
.modules-testimonial-wrap .owl-carousel button.owl-dot.active {
    width: 22px;
    height: 13px;
    border-radius: 10px;
    background-color: #288feb !important;
    position: relative;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%);
    margin: 0px 8px!important;
}
.modules-testimonial-wrap .owl-carousel button.owl-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #aaaaaa !important;
    position: relative;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%);
    margin-right: 8px!important;
    border: 1px solid transparent;
}



/**Responsive for modules page**/

@media(max-width: 1399px){
    .about-modules-wrapper {
        margin: 11rem 0rem 2.5rem 0rem;
    }
}

@media(max-width: 1299px){
    .bg-banner-info h1 {
        font-size: 1.5rem;
    }
}

@media(max-width: 1199px){
    .blog-card-wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
    }
    .modules-faq-wrap .accordion-button {
        font-size: 0.9rem;
        line-height: 1.48rem;
        
    }
    .modules-faq-wrap .accordion-body {
        font-size: 0.89rem;
        line-height: 1.48rem;
    }
}

@media(max-width: 999px){
    .bg-banner-info {
        width: 100%;
        top: 35%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        padding: 0rem 2.5rem;
    }
    .bg-banner-info p {
        width: 100%;
    }
    .banner-modules-img img {
        display: none;
    }
    .about-modules-wrapper {
        margin: 8rem 0rem 2.5rem 0rem;
    }
    .abt-modules-des p {
        width: 100%;
    }
    .blog-modules-wrapper {
        margin-bottom: 6rem;
    }
}
@media(max-width: 767px){
    .blog-card-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .blog-modules-wrapper {
        margin-bottom: 5rem;
    }
}
@media(max-width: 499px){
    .bg-banner-wrapper {
       margin-bottom: 0rem;
    }
    .bg-banner-info h1 {
        font-size: 1.4rem;
    }
    .about-modules-wrapper {
        margin: 5rem 0rem 2.5rem 0rem;
    }
    .features-wrapper {
        margin: 2rem 0rem 2rem 0rem;
    }
    .feature-title h4 {
        font-size: 1.1rem;
    }
    .blog-modules-wrapper {
        margin-bottom: 5rem;
    }
    .bg-banner-info {
        top: 26%;
        padding: 0rem 0.9rem;
    }
    .modules-faq-wrap .accordion-button {
        padding: 0.8rem 1rem;
    }
    .modules-faq-wrap .accordion-body {
        font-size: 0.88rem;
        line-height: 1.45rem;
        padding: 0.8rem 1rem;
    }
}
@media(max-width: 450px){
    .bg-banner-wrapper {
        padding: 9.6rem 0rem;
     }
    .bg-banner-info {
        top: 20%;
    }
    .partner-form {
        padding: 1.1rem;
    }
    .modules-faq-wrap .accordion-button {
        font-size: 0.88rem;
        line-height: 1.46rem;
    }
    .modules-faq-wrap .accordion-body {
        font-size: 0.86rem;
        line-height: 1.45rem;
    }
}
@media(max-width: 392px){
    .modules-faq-wrap .accordion-button {
        font-size: 0.86rem;
        line-height: 1.44rem;
    }
    .modules-faq-wrap .accordion-body {
        font-size: 0.84rem;
        line-height: 1.42rem;
    }
}


/** Home page**/

.home-bg-banner-wrapper {
    width: 100%;
    /**background-color: #f8fcff;**/
   /** background-image: linear-gradient(0deg, #f1f9ff, #ffffff);**/
    padding: 4rem 0rem 6rem 0rem;
    position: relative;
    margin-top: 7rem;
}


.home-bg-banner-info h1 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #288feb;
}
.home-bg-banner-info h1 span {
    color: #010a58;
}
.home-bg-banner-info h2{
    font-size: 1.08rem;
    color: #4d4d4d;
    margin: 0.8rem 0rem 1.2rem 0rem;
    line-height: 1.8rem;
    font-family: 'realbooks-regular';
}

.home-bg-banner-info .ban-btn {
    display: inline-block;
    background-color: #288feb;
    padding: 11px 26px;
    border-radius: 40px;
    color: #fff;
    font-size: 0.920rem;
    font-family: 'realbooks-regular';
}
.home-banner-img img {
    width: 100%;
    height: auto;
}

.home-stats-wrapper{
    margin: 0rem 0rem 4rem 0rem;
}
.home-stats-head{
    text-align: center;
}
.home-stats-head{
    margin-bottom: 1.6rem;
}
.home-stats-head h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}
.home-stats-head h3 span {
    color: #288FEB;
}
.home-stats-wrap .count-area-content{
    text-align: center;
}
.count-comp{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.home-stats-wrap .count-title{
    color: #545454;
    font-size: 0.9rem;
    font-family: 'realbooks-regular';
}

.home-stats-wrap .count-digit {
    padding: 0.5rem 0.2rem 0.5rem 0rem;
    font-size: 1.36rem;
    color: #288FEB;
    display: inline;
    font-family: 'realbooks-bold';
}

.home-stats-wrap .count-area-content span {
    font-size: 1.36rem;
    color: #288FEB;
    font-family: 'realbooks-bold';
    margin-left: -0.4rem;
}
.home-features-wrap .features-card-wrapper {
    width: 100%;
    text-align: left;
    box-shadow: none;
    position: relative;
    display: flex;
    align-items: flex-start;
}
.home-features-wrap .gy-4{
    --bs-gutter-y: 2.4rem;
}
.home-features-wrap .gx-5{
    --bs-gutter-x: 5rem;
}
.home-features-wrap .feature-description-wrap h2 {
    font-size: 1.08rem;
    color: #000;
    margin: 0rem 0rem 0.4rem 0rem;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
}
.home-features-wrap .feature-description-wrap p {
    color: #636363;
    font-size: 0.95rem;
    line-height: 1.65rem;
}
.home-features-wrap .features-home-img-wrap {
    width: 50%;
    max-width: 8%;
    margin-right: 18px;
}
.home-features-wrap .features-home-img-wrap img {
    width: 90%;
}
.home-features-wrapper{
    margin-top: 1rem;
}
.home-features-wrap{
    margin-bottom: 30px;
}

.what-we-offer-wrapper {
    width: 100%;
    /**background-color: #f8fcff;**?
    /* background-image: linear-gradient(0deg, #eaf6ff, #fbfffc); */
    padding: 4rem 0rem 4rem 0rem;
    position: relative;
}
/**
.what-we-offer-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    background: inherit;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: right top;
    transform: skewY(357deg);
    z-index: -1;
}
**/

.what-we-offer-card {
    width: 100%;
    background-color: #fff;
    border-radius: 0px 0px 8px 8px;
    position: relative;
    cursor: pointer;
}

.what-we-offer-img-wrap img{
    width: 100%;
    height: 194px;
    object-fit: cover;
    object-position: top;
    border-radius: 0px 10px 0px 0px;
}
.what-we-offer-desc-wrap {
    border: 1px solid #e4e4e4;
    padding: 4px 15px 16px 15px;
    margin-top: -2px;
    border-radius: 0px 0px 10px 10px;
}

.what-we-offer-card h4 {
    font-size: 1rem;
    color: #000;
    margin: 0.8rem 0rem 0.3rem 0rem;
    font-family: 'realbooks-semibold';
}
.what-we-offer-card p {
    color: #858585;
    font-size: 0.85rem;
    line-height: 1.33rem;
    display: inline;
}
.what-we-offer-card .learn-more-btn {
    display: block;
    color: #288FEB;
    background-color: transparent;
    border: none;
    font-family: 'realbooks-regular';
    font-size: 0.85rem;
    padding: 0;
    margin-top: 0.45rem;
}
.what-we-offer-wrap .gx-5 {
    --bs-gutter-x: 2rem;
}
.what-we-offer-card .learn-more-btn svg{
    padding-left: 0.2rem;
}
.what-we-offer-card:hover{
    background-color: #288feb;
    border-radius: 8px;
}
.what-we-offer-card:hover h4{
    color: #fff;
}
.what-we-offer-card:hover p{
    color: #f1f1f1;
}
.what-we-offer-card:hover svg{
    color: #f1f1f1 !important;
}
.what-we-offer-card:hover .learn-more-btn{
    color: #f1f1f1;
    text-decoration: underline;
}
.what-we-offer-head {
    text-align: center;
}
.what-we-offer-head h5 {
    color: #288feb;
    font-size: 1.05rem;
    text-transform: uppercase;
    font-family: 'realbooks-semibold';
}
.what-we-offer-head h3 {
    font-size: 1.3rem;
    margin: 0.42rem 0rem;
}
.what-we-offer-card:hover {
    transform: scale(1.06);
    transition: transform .26s;
    transition-timing-function: cubic-bezier(0.26,0.57,0.67,1.53);
    perspective: 1000px;
    overflow: hidden;
}

.why-choose-us-wrap .col-xl-4{
    padding: 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.why-choose-us-wrap .col-xl-4:nth-last-child(4){
    border-right: none;
}
.why-choose-us-wrap .col-xl-4:nth-last-child(2){
    border-bottom: none;
}
.why-choose-us-wrap .col-xl-4:nth-last-child(3){
    border-bottom: none;
}
.why-choose-us-wrap .col-xl-4:last-child{
    border-right: none;
    border-bottom: none;
}
.why-choose-us-card {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 2rem 1rem;

}
.why-choose-us-card h4 {
    font-size: 1.08rem;
    color: #000;
    margin: 1rem 0rem 0.5rem 0rem;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
}
.why-choose-us-card p {
    color: #636363;
    font-size: 15px;
    line-height: 25px;
    display: inline;
}
.why-choose-us-img-wrap img{
    width: 14%;
    margin: 0 auto;
}
.pricing-head{
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}
.pricing-head h3 {
    font-size: 1.3rem;
}
.pricing-head h3 span {
    color: #288FEB;
}
.singlePrice.active, .priceCol:last-child .singlePrice.active, #nav > li > ul.sub-menu li, #nav > li ul.sub-menu li:first-child, #nav > li ul.sub-menu li:last-child, header nav#navbar ul > li.dropdown-megamenu .mega-menu, .inputWrep, .domainSearchArea .domainSearchForm input.serach:focus, .accountInput input:focus, .contactForm > div > input:focus, .contactForm > div > textarea:focus, .cartTable > li.cartHead div, .checkoutWrep .row > div input:focus, .commentInput > input[type=submit], .commentInput > *:focus, .fileInput:hover, .supportInput input:focus, .supportInput select:focus, .supportInput textarea:focus, .eSearchForm > input:focus, .subsForm > input:focus {
    background-color: #fff;
}
.price-title-wrap h4 {
    font-size: 1.3rem;
    text-transform: capitalize;
}
.price-desc-wrap{
    margin: 1rem 0rem 1rem 0rem;
}
.price-desc-wrap p {
    font-size: 0.93rem;
    color: #6b6b6b;
    font-family: 'Poppins',sans-serif;
}
.price-img-wrap {
    height: 48px;
    margin: 1rem 0rem;
}
.price-img-wrap img {
    max-height: 100%;
}
.currency-wrap h3{
    font-size: 1.5rem;
    margin-bottom: 0.2rem;
    font-weight: 700;
    color: #000;
}
.currency-wrap p{
    font-size: 0.95rem;
    color: #878787;
    margin-bottom: 0.5rem;
    font-family: 'Poppins',sans-serif;
}
.currency-wrap h4{
    font-size: 0.98rem;
    color: #288feb;
    font-family: 'realbooks-medium';
}
.price-list-wrap ul {
    list-style: outside none none;
    text-align: left;
}

/**.price-list-wrap ul li:nth-child(2n+1) {
    background: #f6f6f6 none repeat scroll 0 0;
}**/
.price-list-wrap ul li{
    color: #7c7c7c;
    font-family: 'Poppins',sans-serif;
    font-size: 0.82rem;
    line-height: 2.2rem;
}
.singlePrice {
    border: 1px solid #e8e8e8;
    text-align: left;
    padding: 25px;
    width: 100%;
    -webkit-transition: .4s;
    transition: .4s;
}
.price-list-wrap{
    margin-top: 1rem;
}
.price-list-wrap ul li svg{
    margin-right: 0.3rem;
}
.pricing-wrap .ban-btn {
    width: 100%;
    display: inline-block;
    background-color: transparent;
    padding: 21px 0px 0px 0px;
    text-align: center;
    border-radius: 40px;
    color: #288feb;
    font-size: 0.88rem;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
    text-decoration: underline;
}
.pricing-wrap .get-started-btn {
    width: 100%;
    display: inline-block;
    background-color: #288feb;
    padding: 13px 0px;
    border-radius: 40px;
    text-align: center;
    color: #fff;
    font-size: 0.88rem;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
    margin: 1rem 0rem 0rem 0rem;
}
.pricing-wrap .accordion-button{
    padding: 0;
    color: #288FEB;
    font-family: 'Poppins',sans-serif;
    font-size: 0.86rem;
    background: transparent;
    text-decoration: underline;
    justify-content: center;
}
.pricing-wrap .accordion-item{
    background: transparent;
}
.pricing-wrap .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: contain;
    transition: var(--bs-accordion-btn-icon-transition);
}
.pricing-wrap .accordion-button::after {
    content: '\f103';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    background-image: none;
    margin: 0px 0px 0px 10px;
    font-size: 0.82rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricing-wrap .accordion-button:not(.collapsed)::after {
    content: '\f103';
    background-image: none;
    font-size: 0.82rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricing-wrap .accordion-button:focus {
   border: none;
   box-shadow: none;
}
.pricing-wrap .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.pricing-wrapper .tab {
    width: 30%;
    overflow: hidden;
    margin: 0 auto 3.8rem auto;
    background-color: #dfdfdf;
    /**box-shadow: 0 6px 12px 0 rgb(0 0 0 / 15%);**/
    transition: linear .2s;
    font-family: 'realbooks-regular';
    padding: 2.5px;
    border-radius: 8px;
}
.pricing-wrapper .tab button {
    width: 50%;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 12px 0px;
    transition: 0.3s;
    font-size: 0.96rem;
    font-family: 'Poppins',sans-serif;
}
.pricing-wrapper .tab button:last-child{
    border-right: none;
}
.pricing-wrapper .tab button.active {
    background-color: #fff;
    color: #000;
    border-radius: 8px;
}
.pro-pricing-wrap{
    border: 2px solid #288feb;
    text-align: left;
    padding: 45px 25px 25px 25px;
    width: 100%;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
    margin-top: -20px;
    border-radius: 14px;
}
.basic-pricing-wrap {
    padding: 25px;
    z-index: 1;
    margin-top: -20px;
    margin: 0;
    border: 1px solid #dfdfdf;
    border-radius: 14px 0px 0px 14px;
}
.enterprise-pricing-wrap {
    border: 1px solid #dfdfdf;
    text-align: left;
    padding: 25px;
    width: 100%;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 0px 14px 14px 0px;
}
.pro-pricing-wrap .pricing-ribbon-wrap{
    position: absolute;
    top: -2.5px;
    right: -2.5px;
    overflow: hidden;
    height: 128px;
    width: 128px;
}
.pro-pricing-wrap .pricing-ribbon-wrap .ribbon {
    position: absolute;
    width: 368px;
    height: 45px;
    background-image: linear-gradient(#288FEB,#0DC4BC);
    transform: translate(-110px, 8px) rotate(45deg);
    text-align: center;
}
.pro-pricing-wrap .pricing-ribbon-wrap h4 {
    color: #fff;
    font-size: 0.82rem;
    position: absolute;
    top: 29px;
    transform: translate(35px, 6px) rotate(45deg);
    font-family: 'realbooks-medium';
}
.pro-pricing-wrap .pricing-ribbon-wrap .ribbon-icon {
    position: absolute;
    top: 21px;
    left: 64px;
    width: 45px;
}
.pricing-switcher-popover {
    position: relative;
    width: 0px;
    height: 32px;
    margin: -2px auto 18px auto;
    user-select: none;
    top: -56px;
    right: -34px;
}
.pricing-switcher-popover .arrow {
    position: absolute;
    top: 5px;
    width: 19.8px;
    height: 19.8px;
    margin: 0 51.1px 18.1px 51.1px;
    transform: rotate(-135deg);
    background-color: #27abea;
}
.pricing-switcher-popover .switcher-popover {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 125px;
    min-height: 30px;
    padding: 5px 6px;
    margin: 9.9px 0 0;
    border-radius: 5px;
    background-image: linear-gradient(to right, #288FEB 0%, #0DC4BC 100%);
    color: #fff;
    text-align: center;
    font-family: 'Poppins',sans-serif;
    font-size: 0.88rem;
}
.btn-price-cont{
    display: block;
    color: #288FEB;
    font-family: 'realbooks-medium';
    font-size: 0.88rem;
    margin-top: 1rem;
    text-decoration: underline;
}
.singlePrice.height2 {
    background-color: #fff;
}
.currency-wrap-2{
    margin-top: 0.6rem;
}
.currency-wrap-2 h3{
    font-size: 0.96rem;
    margin-bottom: 0.2rem;
}
.currency-wrap-2 p {
    font-size: 0.9rem;
    color: #878787;
    margin-bottom: 1rem;
}
.currency-wrap-2 h4 {
    font-size: 0.95rem;
    color: #288feb;
    font-family: 'realbooks-medium';
    margin-bottom: 2.5rem;
}
.singlePrice.active, .priceCol:last-child .singlePrice.active {
    padding: 25px;
    z-index: 1;
    margin-top: -20px;
    margin: 0;
    border: 1px solid #dfdfdf;
}
.pricing-wrap .col-xl-3{
    padding: 0;
}
.home-testimonial-wrapper {
    width: 100%;
    /*background-color: #f8fcff;
    background-image: linear-gradient(0deg, #eaf6ff, #fbfffc); */
    position: relative;
    margin: 0rem 0rem 3rem 0rem;
}
/**
.home-testimonial-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    background: inherit;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: right top;
    transform: skewY(357deg);
    z-index: -1;
}
**/
.home-testimonial-wrapper .testimonial-head {
    text-align: left;
    margin-bottom: 0.5rem;
}

.home-testimonial-wrapper .testimonial-head h5 {
    color: #288feb;
    font-size: 1.05rem;
    text-transform: uppercase;
    font-family: 'realbooks-semibold';
}
.home-testimonial-wrapper .testimonial-head h2 {
    font-size: 1.5rem;
    margin: 0.35rem 0rem;
}
.home-testimonial-wrapper .testimonial-head span {
    color: #288feb;
}
.home-testimonial-wrapper .testimonial-head-desc p{
    font-size: 0.91rem;
    line-height: 1.55rem;
    color: #646464;
}
.home-testimonial-wrapper .testimonial-wrap {
    width: 100%;
    background-color: #f8fcff;;
    background-image: none;
    box-sizing: border-box;
    border-radius: 0px 10px 0px 10px;
    padding: 1.15rem;
    text-align: center;
    border: 1px solid #f6f6f6;
    margin-bottom: 0rem !important;
    position: relative;
}
.home-testimonial-wrapper .testimonial-wrap::after {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #288FEB;
    border-radius: 10px 10px 0px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.home-testimonial-wrapper .associated-btn {
    text-align: left;
    margin-top: 1rem;
}
.home-integration-wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.integration-card-wrapper {
    width: 100%;
    text-align: left;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    position: relative;
    padding: 24px;
    border-radius: 12px 0px 12px 0px;
   
}

.integration-description-wrap h2 {
    font-size: 1.1rem;
    color: #000;
    margin: 1.2rem 0rem 0.4rem 0rem;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
}
.integration-description-wrap p {
    color: #636363;
    font-size: 15px;
    line-height: 25px;
}
.integration-img-wrap img {
    width: 13%;
}
.home-app-wrapper {
    width: 100%;
     /* background-color: #f8fcff;
    background-image: linear-gradient(0deg, #eaf6ff, #fbfffc); */
    padding: 0.5rem 0rem 0.5rem 0rem;
    margin-bottom: 8rem;
    position: relative;
    margin: 1rem 0rem 3rem 0rem;
}
.home-app-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    background: inherit;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: right top;
    transform: skewY(357deg);
    z-index: -1;
}
.app-img-wrap {
    display: flex;
    justify-content: center;
}
.app-img-wrap img{
    width: 75%;
}
.app-text-wrapper h2 {
    font-size: 1.5rem;
    margin-bottom: 0.6rem;
}
.app-text-wrapper p {
    font-size: 0.91rem;
    line-height: 1.55rem;
    color: #646464;
}
.app-btn-wrap{
    margin-top: 20px;
}
.app-btn-wrap img{
    width: 28%;
    margin-right: 18px;
}
.home-clients-logo-wrapper {
    width: 100%;
    margin: 0rem 0rem 3rem 0rem;
}
.home-clients-logo-wrapper .clients-logo-wrap {
    width: 88%;
    height: 150px;
    background-color: #fff;
    box-shadow: none;
    border-radius: 5px;
    /*border: 1px solid #ebebeb;**/
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.home-clients-logo-wrapper .clients-logo-wrap img {
    width: 60% !important;
}
.home-clients-logo-wrapper .owl-carousel .owl-dots {
    display: block !important;
    margin-left: 0rem;
}
.home-clients-logo-wrapper .owl-carousel button.owl-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #aaaaaa !important;
    position: relative;
    left: 50%;
    bottom: -26px;
    transform: translate(-50%);
    margin-right: 8px!important;
    border: 1px solid transparent;
}
.home-clients-logo-wrapper .owl-carousel button.owl-dot.active {
    width: 22px;
    height: 13px;
    border-radius: 10px;
    background-color: #288feb !important;
    position: relative;
    left: 50%;
    bottom: -26px;
    transform: translate(-50%);
    margin: 0px 8px!important;
}
.home-clients-logo-wrapper .clients-ca-wrap{
    width: 88%;
    padding: 2rem 0rem;
    background-color: #fff;
    box-shadow: none;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    text-align: center;
    margin: 0 auto;
}
.home-clients-logo-wrapper .clients-ca-wrap::before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.5s linear;
    background: #b2d8fa;
}
.home-clients-logo-wrapper .clients-ca-wrap::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.5s linear;
    background: #b2d8fa;
}
.home-clients-logo-wrapper .clients-ca-wrap::after {
    left: 0;
    bottom: 0;
}
.home-clients-logo-wrapper .clients-ca-wrap:hover::before {
    width: 100%;
}
.home-clients-logo-wrapper .clients-ca-wrap:hover::after {
    width: 100%;
}
.home-clients-logo-wrapper .clients-ca-wrap:hover::before, .home-clients-logo-wrapper .clients-ca-wrap:hover::after {
    transition-delay: 0.4s;
    border-radius: 6px;
}
.clients-ca-name h3{
    font-size: 1.1rem;
    color: #000;
}
.clients-ca-com-name p{
    font-size: 0.9rem;
    color: #515151;
    margin: 0.5rem 0rem;
}
.clients-ca-loc p{
    font-size: 0.88rem;
    color: #747474;
}
.blog-home-wrapper {
    width: 100%;
    /*background-color: #f8fcff;
    background-image: linear-gradient(0deg, #eaf6ff, #fbfffc); */
    margin-bottom: 4rem;
    position: relative;
}
.blog-home-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    background: inherit;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: right top;
    transform: skewY(354deg);
    z-index: -1;
}
.blog-home-wrapper .blog-home-head {
    text-align: center;
}
.blog-home-wrapper .blog-home-head h5 {
    color: #288feb;
    font-size: 1.05rem;
    text-transform: uppercase;
    font-family: 'realbooks-semibold';
}
.blog-home-wrapper .blog-home-head h3 {
    font-size: 1.3rem;
    margin: 0.42rem 0rem;
}
.blog-home-wrapper .blog-card-wrap {
    background-color: #fff;
    box-shadow: 1px 1px 6px #dadada;
    border-radius: 6px;
}
.blog-home-wrapper .blog-card-img img {
    width: 100%;
    border-radius: 6px 6px 0px 0px;
}
.blog-home-wrapper .blog-home-info-wrap {
    width: 100%;
    padding: 1.2rem 1.2rem;
}
.blog-card-head h4 {
    font-size: 1.05rem;
    line-height: 1.6rem;
}
.blog-home-wrapper .blog-card-desc p {
    font-size: 0.91rem;
    line-height: 1.47rem;
    margin-top: 0.4rem;
}
.blog-home-wrapper .associated-btn a {
    display: inline-block;
    padding: 0.7rem 1.4rem;
    border: 1px solid #288feb;
    border-radius: 5px;
    font-size: 0.86rem;
    background-color: #288feb;
    color: #fff;
    font-family: 'realbooks-regular';
    margin: 1.2rem auto 0 auto;
}
.message-box {
    width: 100%;
    background-color: #f2f2f2;
    padding: 0.65rem 0.9rem;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    font-size: 0.85rem;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
}
.message-box:focus{
    outline: none;
}
.home-bg-banner-info .rb-btn {
    display: inline-block;
    background-color: transparent;
    padding: 11px 0px;
    color: #288FEB;
    font-size: 0.920rem;
    font-family: 'realbooks-regular';
    margin-left: 1rem;
    text-decoration: underline;
}
.home-bg-banner-info .rb-btn svg{
    padding-right: 0.3rem;
    font-size: 0.89rem;
}
.home-banner-img video{
    width: 100%;
    height: 400px;
}
.count-comp-2 {
    border-right: 1px solid #ccc;
}
.home-stats-wrap .col-xl-3{
    padding: 0;
}


/**Responsive for home page**/

@media(max-width: 1399px){
    .home-bg-banner-info h1 {
        font-size: 1.5rem;
        line-height: 2.4rem;
    }
    .home-bg-banner-wrapper {
        padding: 4rem 0rem 4rem 0rem;
    }
    .basic-pricing-wrap {
        padding: 20px;
    }
    .pro-pricing-wrap {
        padding: 40px 20px 20px 20px;
    }
    .singlePrice.active, .priceCol:last-child .singlePrice.active {
        padding: 20px;
    }
    .enterprise-pricing-wrap {
        padding: 20px;
    }
    .currency-wrap h3 {
        font-size: 1.4rem;
    }
    .integration-card-wrapper {
        padding: 20px;
    }
    .integration-img-wrap img {
        width: 12%;
    }
    .app-btn-wrap img {
        width: 32%;
    }
    .app-text-wrapper h2 {
        font-size: 1.4rem;
    }
    .home-testimonial-wrapper .testimonial-head h2 {
        font-size: 1.4rem;
    }
    .modules-testimonial-wrap .owl-carousel .owl-dots {
        margin-top: 0.9rem;
    }
}
@media(max-width: 1299px){
    .home-bg-banner-wrapper {
        padding: 2rem 0rem 2rem 0rem;
    }
}
@media(max-width: 1199px){
    .home-bg-banner-wrapper {
        width: 100%;
        padding: 0rem 0rem 4rem 0rem;
        position: relative;
        margin-top: 7rem;
    }
    .home-bg-banner-info h1 {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .integration-card-wrapper {
        padding: 18px;
    }
    .integration-description-wrap h2 {
        font-size: 1.05rem;
    }
    .integration-img-wrap img {
        width: 15%;
    }
    .app-img-wrap img {
        width: 85%;
    }
    .home-clients-logo-wrapper .clients-logo-wrap img {
        width: 65% !important;
    }
    .pricing-switcher-popover {
        width: 266px;
    }
    .basic-pricing-wrap {
        padding: 18px;
    }
    .price-desc-wrap {
        margin: 0.8rem 0rem;
    }
    .price-title-wrap h4 {
        font-size: 1.2rem;
    }
    .price-desc-wrap p {
        font-size: 0.9rem;
    }
    .currency-wrap h3 {
        font-size: 1.3rem;
    }
    .currency-wrap p {
        font-size: 0.92rem;
        margin-bottom: 0.5rem;
    }
    .pro-pricing-wrap {
        padding: 37px 18px 18px 18px;
    }
    .singlePrice.active, .priceCol:last-child .singlePrice.active {
        padding: 18px;
    }
    .enterprise-pricing-wrap {
        padding: 18px;
    }
    .pricing-wrap .get-started-btn {
        padding: 11px 0px;
        font-size: 0.87rem;
    }
    .pricing-wrap .ban-btn {
        padding: 18px 0px 0px 0px;
        font-size: 0.87rem;
    }
}
@media(max-width: 999px){
    .home-bg-banner-wrapper {
        margin-top: 9.5rem;
        padding: 0rem 0rem 2rem 0rem;
    }
    .home-bg-banner-info{
        text-align: center;
    }
    .home-bg-banner-info h1 {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .count-comp {
       border: none;
    }
    .count-comp-2 {
        border: none;
     }
     .why-choose-us-wrap .col-xl-4 {
        border: none;
    }
    .why-choose-us-card {
        padding: 1rem 1rem;
    }
    .pricing-wrapper .tab {
        width: 50%;
        
    }
    .pricing-switcher-popover {
        width: 292px;
    }
    .home-integration-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .app-img-wrap img {
        width: 100%;
    }
    .app-btn-wrap img {
        width: 43%;
    }
    .home-clients-logo-wrapper .clients-logo-wrap img {
        width: 72% !important;
    }
    .singlePrice.active, .priceCol:last-child .singlePrice.active {
        margin-top: -36px;
        border-radius: 0px 0px 0px 14px;
    }
    .basic-pricing-wrap {
        border-radius: 14px 0px 0px 0px;
    }
    .pro-pricing-wrap {
        border-radius: 0px 14px 0px 0px;
    }
    .enterprise-pricing-wrap {
        border-radius: 0px 0px 14px 0px;
    }
}

@media(max-width: 767px){
    .section-title h2 {
        font-size: 1.3rem;
        line-height: 1.9rem;
        margin-top: 0.2rem;
    }
    .section-title h5 {
        font-size: 1rem;
    }
    .home-bg-banner-info h1 {
        font-size: 1.5rem;
        line-height: 2.3rem;
    }
    .home-bg-banner-info h2 {
        font-size: 1.04rem;
    }
    .home-bg-banner-wrapper {
        margin-top: 8.6rem;
        padding: 0rem 0rem 1rem 0rem;
    }
    .home-features-wrapper {
        margin-top: 3rem;
    }
    .home-features-wrap .features-home-img-wrap {
        margin: 0 auto;
        
    }
    .home-features-wrap .features-home-img-wrap svg {
        font-size: 2rem;
        margin-bottom: 1.2rem;
    }
    .home-features-wrap .features-card-wrapper {
        text-align: center;
        display: block;
    }
    .what-we-offer-wrapper {
        padding: 3rem 0rem 3rem 0rem;
      
    }
    .why-choose-us-img-wrap img {
        width: 13%;
    }
    .why-choose-us-wrapper {
        margin: 0rem 0rem 2rem 0rem;
    }
    .pricing-wrapper .tab {
        width: 74%;
    }
    .pricing-wrap{
        margin-top: -1.5rem;
    }
    .pricing-wrap .col-xl-3 {
        padding: 0 1rem;
    }
    .basic-pricing-wrap {
        border-radius: 0px 14px 0px 0px;
    }
    .pro-pricing-wrap {
        margin-top: 1.5rem;
    }
    .singlePrice.active, .priceCol:last-child .singlePrice.active {
        margin-top: 1.5rem;
        border-radius: 0px 14px 0px 0px;
    }
    .enterprise-pricing-wrap {
        margin-top: 1.5rem;
        border-radius: 0px 14px 0px 0px;
    }
    .home-integrations-wrapper {
        margin-top: 3rem;
    }
    .home-integration-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .integration-card-wrapper {
        border-radius: 0px 14px 0px 0px;
    }
    .integration-img-wrap img {
        width: 13%;
    }
    .app-text-wrapper h2 {
        font-size: 1.3rem;
    }
    .app-img-wrap img {
        width: 80%;
    }
    .app-btn-wrap img {
        width: 36%;
    }
    .home-testimonial-wrapper .testimonial-head h2 {
        font-size: 1.3rem;
    }
    .home-clients-logo-wrapper .clients-logo-wrap img {
        width: 80% !important;
    }
    .blog-home-wrapper {
        margin-bottom: -2rem;
        
    }
    .partner-form-head h4 {
        font-size: 1.3rem;
    }
    .switch-wrap-head h2 {
        font-size: 1.3rem;
        line-height: 1.9rem;
    }
    .switch-rb-wrapper {
        padding: 32px 0px;
    }
    .footer-wrap ul li {
        font-size: 1rem;
    }
}

@media(max-width: 440px){
    .home-bg-banner-info h1 {
        font-size: 1.3rem;
        line-height: 2rem;
    }
    .home-bg-banner-info h2 {
        font-size: 1rem;
    }
    .home-features-wrap .feature-description-wrap h2 {
        font-size: 1.1rem;
    }
    .home-features-wrap .features-home-img-wrap svg {
        font-size: 2.1rem;
    }
    .home-features-wrap .features-home-img-wrap {
        max-width: 16%;
    }
    .home-features-wrap .features-home-img-wrap img {
        margin-bottom: 18px;
    }
    .why-choose-us-img-wrap img {
        width: 15%;
    }
    .what-we-offer-card h4 {
        font-size: 1.05rem;
    }
    .pricing-wrapper .tab {
        width: 88%;
    }
    .pricing-switcher-popover {
        width: 45px;
    }
    .price-list-wrap ul li {
        font-size: 0.9rem;
        line-height: 2.3rem;
    }
    .pro-pricing-wrap .pricing-ribbon-wrap .ribbon {
        width: 396px;
        height: 34px;
        
    }
    .pro-pricing-wrap .pricing-ribbon-wrap .ribbon-icon {
        top: 12px;
        left: 76px;
        width: 40px;
    }
    .pro-pricing-wrap {
        padding: 18px 18px 18px 18px;
    }
    .pricing-switcher-popover {
        top: -52px;
        right: -42px;
    }
    .app-btn-wrap img {
        width: 38%;
    }
    .app-img-wrap img {
        width: 100%;
    }
    .switch-rb-wrapper::before {
        height: 195px;
    }
}

@media(max-width: 399px){
    .home-bg-banner-info h1 {
        font-size: 1.2rem;
        line-height: 1.9rem;
    }
    .home-bg-banner-info h2 {
        font-size: 0.96rem;
        line-height: 1.7rem;
    }
    .home-bg-banner-info .ban-btn {
        font-size: 0.88rem;
    }
    .home-bg-banner-info .rb-btn {
        font-size: 0.88rem;
    }
    .section-title h2 {
        font-size: 1.15rem;
        line-height: 1.8rem;
        margin-top: 0.2rem;
    }
    .section-title h5 {
        font-size: 0.99rem;
    }
    .home-features-wrap .features-home-img-wrap svg {
        font-size: 2rem;
    }
    .home-features-wrap .feature-description-wrap h2 {
        font-size: 16px;
        margin-bottom: 9px;
    }
    .home-features-wrap .feature-description-wrap p {
        font-size: 15px;
        line-height: 25px;
    }
    .why-choose-us-img-wrap img {
        width: 14%;
    }
    .why-choose-us-card h4 {
        font-size: 16px;
       
    }
    .pricing-switcher-popover {
        right: -34px;
    }
    .app-text-wrapper h2 {
        font-size: 1.2rem;
    }
    .home-testimonial-wrapper .testimonial-head h2 {
        font-size: 1.2rem;
    }
    .partner-form-head h4 {
        font-size: 1.2rem;
    }
    .switch-rb-wrapper::before {
        height: 200px;
    }
    
}

@media(max-width: 379px){
    .home-bg-banner-info .ban-btn {
        padding: 11px 23px;
    }
}
@media(max-width: 365px){
    .home-bg-banner-info .ban-btn {
        padding: 11px 16px;
        font-size: 0.86rem;
    }
    .home-bg-banner-info .rb-btn {
        font-size: 0.86rem;
    }
    .pricing-wrapper .tab {
        width: 95%;
    }
}

/**Thank you page**/

.thank-you-wrapper {
    text-align: center;
    margin-top: 10rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #f4f4f4;
}
.thank-you-img-wrap img {
    width: 14%;
}
.thank-you-wrap-head h3 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #000;
    margin: 12px 0px;
}
.thank-you-desc p {
    font-size: 0.95rem;
    color: #525252;
    margin-bottom: 4px;
}
.btn-thank-you a {
    display: inline-block;
    padding: 0.7rem 1.4rem;
    border: 1px solid #288feb;
    border-radius: 5px;
    font-size: 0.86rem;
    background-color: #288feb;
    color: #fff;
    font-family: 'realbooks-regular';
    margin-top: 1.1rem;
}


/**Bad gateway page**/

.img-wrap-502 img{
    width: 50%;
}
.head-502 h2 {
    color: #24417f;
    font-family: 'Roboto',sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 1.3rem;
}
.title-wrap-502 h3 {
    font-size: 1.4rem;
    margin: 0.9rem 0rem;
    color: #000;
}
.desc-wrap-502 p {
    font-size: 0.95rem;
    color: #525252;
    margin-bottom: 4px;
}

/**Terms & Conditions**/

.tc-wrapper {
    width: 100%;
    margin: 2.3rem 0rem;
}
.terms-wrap h4{
    font-size: 1.05rem;
    color: #000;
    margin-bottom: 0.5rem;
}
.terms-wrap p{
    font-size: 0.92rem;
    line-height: 1.5rem;
    color: #535353;
}
.terms-wrapper{
    margin-bottom: 2.6rem;
}



.cb-form-img{
    text-align: center;
}
.cb-form-img img{
    width: 82%;
}



/** Request a callback form design **/

.single-row{
    width: 100%;
    clear: both;
}
.single-column{
    width: 50%;
    float: left;
}
.single-column select{
    width: 92%;
    background-color: #f2f2f2;
    border: none;
    font-size: 15px;
}
.double-column{
    width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 96.2% !important;
}
.premium-cf7-button-fwidth-yes .premium-cf-submit, .premium-cf7-button-fwidth-yes input.wpcf7-submit {
    width: 98.2%;
}

@media(max-width: 767px){
    .single-column{
        width: 100%;
    }
    .elementor-11 .elementor-element.elementor-element-e4b1eee .premium-cf7-container .wpcf7-form-control.wpcf7-text, .elementor-11 .elementor-element.elementor-element-e4b1eee .premium-cf7-container .wpcf7-form-control.wpcf7-quiz, .elementor-11 .elementor-element.elementor-element-e4b1eee .premium-cf7-container .wpcf7-form-control.wpcf7-date {
        width: 100%;
    }
    .single-column select{
        width: 100%;
    }
    textarea.wpcf7-form-control.wpcf7-textarea {
        width: 100% !important;
    }
    .premium-cf7-button-fwidth-yes .premium-cf-submit, .premium-cf7-button-fwidth-yes input.wpcf7-submit {
        width: 100%;
    }
    .intl-tel-input {
        margin-bottom: 22px !important;
    }
    .elementor-1764 .elementor-element.elementor-element-5f92f00 .premium-cf7-container .wpcf7-form-control.wpcf7-text, .elementor-1764 .elementor-element.elementor-element-5f92f00 .premium-cf7-container .wpcf7-form-control.wpcf7-quiz, .elementor-1764 .elementor-element.elementor-element-5f92f00 .premium-cf7-container .wpcf7-form-control.wpcf7-date {
        width: 100%;
        
    }
    .elementor-2118 .elementor-element.elementor-element-7be2747 .premium-cf7-container .wpcf7-form-control.wpcf7-text, .elementor-2118 .elementor-element.elementor-element-7be2747 .premium-cf7-container .wpcf7-form-control.wpcf7-quiz, .elementor-2118 .elementor-element.elementor-element-7be2747 .premium-cf7-container .wpcf7-form-control.wpcf7-date {
        width: 100%;
    }
    .elementor-2134 .elementor-element.elementor-element-21b6f1c .premium-cf7-container .wpcf7-form-control.wpcf7-text, .elementor-2134 .elementor-element.elementor-element-21b6f1c .premium-cf7-container .wpcf7-form-control.wpcf7-quiz, .elementor-2134 .elementor-element.elementor-element-21b6f1c .premium-cf7-container .wpcf7-form-control.wpcf7-date {
        width: 100%;
    }
    .elementor-2136 .elementor-element.elementor-element-6b56860 .premium-cf7-container .wpcf7-form-control.wpcf7-text, .elementor-2136 .elementor-element.elementor-element-6b56860 .premium-cf7-container .wpcf7-form-control.wpcf7-quiz, .elementor-2136 .elementor-element.elementor-element-6b56860 .premium-cf7-container .wpcf7-form-control.wpcf7-date {
        width: 100%;
    }
}

/**New Release Page**/
.new-release-head-wrap{
max-width:900px;
margin:auto;
}

.new-release-img-wrap{
margin:25px 0;
width:100%;
}

.new-release-img-wrap img{
width:100%;
height:auto;
}
.new-release-wrap {
    width: 100%;
    text-align: center;
    margin: 15px 0px 30px 0px;
}
.new-release-select{
    width: 25%;
    display: inline-block !important;
    padding: 0.75rem 0.9rem;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 0.85rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="50"><polygon points="0,0 100,0 50,50" style="fill:%23000000;" /></svg>');
    background-position: right 12px top 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    cursor: pointer;
    background-color: #fff;
    font-family: 'Poppins',sans-serif;
    display: block;
    margin: 0 20px 30px auto;
}
.new-release-select:focus{
    outline: none;
    border: 1px solid #ccc;
    box-shadow: none;
}
.new-release-title h4{
    font-size: 21px;
    color: #3a3a3a;
    margin-bottom: 0.5rem;
    font-weight: 700;
}
.new-release-description p{
    font-size: 16px;
    color: #686868;
    margin-bottom: 1.1rem;
}
.new-release-sub-description-wrap{
    margin-bottom: 1.5rem;
}
.new-release-sub-description-wrap img{
    width: 5%;
    margin-right: 0.7rem;
}
.new-release-sub-description-wrap h4{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
}
.new-release-sub-description-wrap p {
    font-size: 15px;
    color: #686868;
    line-height: 25px;
}
.new-release-sub-des-wrap h5{
    font-size: 1.02rem;
    color: #2d2d2d;
    margin-bottom: 0.3rem;
    font-family: 'realbooks-semibold';
}
.new-release-sub-des-wrap p{
    font-size: 0.9rem;
    color: #686868;
    line-height: 1.6rem;
}
.new-release-sub-des-img{
    display: contents;
}
.new-release-sub-des-img img{
    width: 6%;
    margin-right: 1.2rem;
}
.new-release-img-wrap img{
    width: 80%;
}
.new-release-head-wrap .text-bg-success {
    color: #fff!important;
    background-color: #009d31 !important;
    padding: 7px 14px 6px 14px;
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 16px;
    border-radius: 5px;
}
.new-release-head-wrap .text-bg-warning {
    color: #fff!important;
    background-color: #d2ad00 !important;
    padding: 7px 14px 6px 14px;
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 16px;
    border-radius: 5px;
}
.new-release-sub-desc-text-wrap {
    margin-bottom: 25px;
}
.new-release-wrap span h3{
    display: inline-block;
    font-size: 17px;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    color: #474747;
    margin-right: 15px;
}
.help-det {
    max-width: 350px;
    margin: 8rem 0rem;
    margin-left: 50px;
}
.widget_help_posts_widget .help-det-icon{
    padding-right: 6px !important;
}
div#datafetch {
    width: 40%;
    background: #f7f7f7;
    margin: 0 auto;
    text-align: left;
    padding: 10px 15px;
    border-radius: 7px;
}
.search-result {
    cursor: pointer;
    padding: 6px 0px;
    font-size: 14px;
    color: #585858;
}
.search-result {
    cursor: pointer;
}
.top-wrap-help {
    width: 1800px;
    background-color: #f6fbff;
    padding: 30px 20px 30px 208px;
    margin-bottom: 50px;
    margin-left: -180px;
    margin-top: -60px;
}
.top-wrap-help h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 6px;
}
.career-wrapper {
    width: 100%;
    background-color: #fff;
    margin: 88px 0px 40px 0px;
}

.career-wrap{
    width: 100%;
    border: 1px solid #e9e9e9;
    padding: 20px;
    border-radius: 0px 15px 0px 15px;
    margin-bottom: 40px;
}
.job-title-wrap {
    margin: 15px 0px 9px 0px;
}
.job-title-wrap h2{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}
.job-short-des-wrap {
    margin-bottom: 12px;
}
.job-short-des-wrap p{
    color: #5e5e5e;
    font-size: 17px;
    margin-bottom: 0px;
}
.job-loc ul li{
    display: inline-block;
    font-size: 15px;
    color: #5e5e5e;
    padding-right: 20px;
}
.job-loc ul{
    margin-bottom: 0px;
}
.job-loc ul li i{
    font-size: 15px;
    padding-right: 3px;
}
.job-badge-wrap .text-bg-sales{
    background-color: #FFF8DE !important;
    color: #765c00 !important;
    font-size: 14px;
    padding: 8px 16px;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
}
.job-badge-wrap .text-bg-implementation {
    background-color: #F8FFDE !important;
    color: #569A00 !important;
    font-size: 14px;
    padding: 8px 16px;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
}
.job-badge-wrap .text-bg-accounts {
    background-color: #FFDEE8 !important;
    color: #9A001C !important;
    font-size: 14px;
    padding: 8px 16px;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
}
.job-apply-link{
    text-align: right;
}
.job-apply-link a{
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    color: #2A8FE8;
    text-decoration: underline;
}
.job-apply-link i{
    padding-left: 8px;
}
.search-jobs {
    width: 100%;
    background-color: #f0f0f0 !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 4px !important;
    padding: 11px 18px !important;
    font-size: 15px;
    font-family: 'Poppins',sans-serif;
}
.search-jobs:focus{
    outline: none !important;
}
.career-select {
    width: 100%;
    display: inline-block!important;
    padding: 11px 18px;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    font-size: 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="50"><polygon points="0,0 100,0 50,50" style="fill:%23000000;" /></svg>');
    background-position: right 12px top 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    cursor: pointer;
    background-color: #f0f0f0;
    font-family: 'Poppins',sans-serif;  
}
.career-select:focus{
    outline: none;
}
.career-head {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 26px;
}
.career-head h3{
    font-size: 24px;
    font-weight: bold;
}
.career-head h3 span{
    color: #288FEB;
}
.career-mail-wrap{
    text-align: center;
    margin-top: 20px;
}
.career-mail-wrap h3{
    font-size: 24px;
    font-weight: 700;

}
.career-mail-wrap p{
    width: 40%;
    color: #6C6C6C;
    font-size: 16px;
    margin: 10px auto 12px auto;
}
.career-mail-wrap a{
    color: #288FEB;
    text-decoration: underline;
    font-weight: 600;
}
.why-join-wrapper{
    width: 1800px;
    background-color: #F3F9FF;
    padding: 35px 0px;
    margin: 50px -260px;
    
}
.why-join-head{
    text-align: center;
}
.why-join-head h5{
    color: #106EC2;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 4px;
}
.why-join-head h3{
    font-size: 24px;
    font-weight: 700;
}
.why-join-wrap{
    margin-top: 60px;
    margin-left: 35px;
}
.why-join-img-wrap{
    margin-bottom: 18px;
}
.why-join-wrap h4{
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px;
}
.why-join-wrap p{
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}
.realbooks-life-text-wrap h4{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.job-overview-head h3{
    font-size: 24px;
    font-weight: 700;
    color: #010A58;
    margin-bottom: 6px;
}
.job-overview-head p{
    color: #6C6C6C;
    font-size: 16px;
    
}
.roles-wrap{
    margin-top: 20px;
}
.roles-wrap h3{
    font-size: 19px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}
.roles-wrap ul li {
    padding-bottom: 9px;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.roles-wrap ul li img{
    width: 4%;
    padding-right: 7px;
}
.roles-wrap ul {
    margin-left: 0px;
}
.share-wrap h3{
    font-size: 19px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}
.share-wrap {
    margin-top: 20px;
}
.share-wrap ul{
    display: flex;
}
.share-wrap ul li{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-right: 18px;
}
.career-form-wrapper{
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #ccc;
}
.career-form-wrap h3 {
    font-size: 24px;
    font-weight: 700;
    color: #010A58;
    margin-bottom: 25px;
}
.applicant-wrap h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 17px;
}
.career-form-wrapper label{
    font-size: 16px;
    color: #515151;
    margin-bottom: 5px;
}
.career-form-field {
    width: 100%;
    padding: 9px 16px !important;
    border: 1px solid #ececec !important;
    border-radius: 4px !important;
    font-size: 15px;
}
.docs-wrapper{
    margin: 25px 0px;
}
.apply-btn:hover{
    background-color: #288FEB;
    color: #fff;
}
.apply-btn:focus{
    background-color: #288FEB;
    color: #fff;
}
.why-join-img-wrap img{
    border-radius: 0px 12px 0px 12px;
}

@media(max-width: 425px){
    .career-wrap {
        padding: 14px;
    }
    .job-badge-wrap .text-bg-sales {
        font-size: 13px;
        padding: 6px 8px;
    }
    .job-badge-wrap .text-bg-implementation {
        font-size: 13px;
        padding: 6px 8px;
    }
    .job-badge-wrap .text-bg-accounts {
        font-size: 13px;
        padding: 6px 8px;
    }
    .job-apply-link a {
        font-size: 15px;
    }
    .job-title-wrap h2 {
        font-size: 17px;
    }
    .job-short-des-wrap p {
        font-size: 16px;
        line-height: 26px;
    }
    .job-loc ul li {
        display: block;
        padding-right: 0px; 
        padding-bottom: 8px;
    }
    .job-loc ul li i {
        width: 5%;
        text-align: center;
    }
    .career-mail-wrap p {
        width: 100%;
    }
    .career-mail-wrap {
        margin-top: 35px;
    }
    .why-join-wrapper {
        width: 100%;
        padding: 35px 0px;
        margin: 30px 0px;
    }
    .why-join-wrap {
        margin-top: 50px;
        margin-left: 12px;
    }
    .career-form-wrapper {
        margin-left: 0px; 
        padding-left: 0px; 
        border-left: none; 
    }
    .job-overview-head h3 {
        font-size: 22px;
    }
    .job-overview-head p {
        font-size: 15px;
    }
    .roles-wrap ul li {
        font-size: 15px;
    }
    .roles-wrap h3 {
        font-size: 18px;
    }
    .career-form-wrap h3 {
        font-size: 22px;
    }
    .applicant-wrap h4 {
        font-size: 19px;
    }
    .career-form-wrapper label {
        font-size: 15px;
    }
    .roles-wrap ul li img {
        width: 8%;
    }
}
/* =============================================================
   TOP HEADER CLS FIX
   Paste this block at the very bottom of your style.css
   Fixes: header distortion / layout shift on page load
   Root cause: .top-header had no min-height, Font Awesome icons
   had no reserved width, causing reflow when they loaded.
   ============================================================= */

/* Reserve top-bar height before full CSS loads */
.top-header {
    min-height: 38px;
}

/* Prevent Font Awesome icons in top bar from pushing content */
.top-header-wrap ul li .fa-solid,
.top-header-wrap ul li .fa-sm {
    display: inline-block;
    min-width: 14px;
    width: 14px;
}

/* Keep country dropdown stable width before JS hydrates it */
.country-dropdown {
    min-width: 90px;
    display: inline-block;
    vertical-align: middle;
}

/* Prevent the select from collapsing before JS sets its value */
#gloin {
    min-width: 60px;
}

/* Ensure the full header wrapper never collapses during load */
.realbooks-main-header {
    min-height: 76px; /* top-bar 38px + nav ~38px */
}

/* Smooth the toggle in instead of a jarring snap */
.top-header-wrapper {
    will-change: auto;
}
/* =============================================================
   REALBOOKS PRICING COMPARISON TABLE
   CSS prefix: .rpc-
   Standalone — append to /assets/css/style.css
   ============================================================= */

.rpc-wrap {
    font-family: 'DM Sans', 'Poppins', sans-serif;
    color: #0f172a;
}

/* ── Title block ─────────────────────────────────────────── */
.rpc-title-block {
    text-align: center;
    margin-bottom: 24px;
}
.rpc-title {
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    font-family: 'DM Sans', 'Poppins', sans-serif;
    margin: 0 0 6px;
    line-height: 1.2;
}
.rpc-subtitle {
    font-size: 14px;
    color: #64748b;
    font-family: 'DM Sans', 'Poppins', sans-serif;
    margin: 0;
}

/* ── Toggle row ──────────────────────────────────────────── */
.rpc-ctrl {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.rpc-toggle-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}
.rpc-toggle {
    display: flex;
    background: #f1f5f9;
    border-radius: 30px;
    padding: 3px;
    gap: 2px;
}
.rpc-tog {
    padding: 9px 28px;
    border-radius: 26px;
    border: none;
    background: transparent;
    font-family: 'DM Sans', 'Poppins', sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    line-height: 1;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    transition: color .15s;
}
.rpc-tog.on {
    background: #fff;
    color: #288feb;
    box-shadow: 0 1px 6px rgba(40,143,235,.18);
}
.rpc-tog:not(.on):hover { background: #dbeafe; color: #1d4ed8; }
.rpc-tog:focus           { outline: none; }

/* Save 20% pill — hidden until Yearly active */
.rpc-save-pill {
    display: none;
    align-items: center;
    gap: 5px;
    background: linear-gradient(90deg, #288feb 0%, #4CA456 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 16px;
    border-radius: 20px;
    white-space: nowrap;
    font-family: 'DM Sans', 'Poppins', sans-serif;
}
.rpc-save-pill.show { display: flex; }

/* ── Scroll wrapper ──────────────────────────────────────── */
.rpc-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 14px;
    box-shadow: 0 4px 28px rgba(15,23,42,.09);
    border: 1.5px solid #e2ecf7;
}

/* ── Table ───────────────────────────────────────────────── */
.rpc-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 680px;
    background: #fff;
    table-layout: fixed;
}

/* ══════════════════════════════════════════════════════════
   STICKY HEADER FIX
   position:sticky on every individual <th> cell — NOT on
   thead/tr — because overflow:auto on any ancestor breaks
   thead-level sticky. Each th sticks independently.
   ══════════════════════════════════════════════════════════ */
.rpc-th {
    position: sticky;
    top: 0;
    z-index: 20;
    background: #fff;
    padding: 20px 14px 18px;
    vertical-align: bottom;
    text-align: center;
    border-right: 1px solid #f1f5f9;
    border-bottom: 2px solid #e2ecf7;  /* visible bottom border when stuck */
    /* Clip shadow to bottom edge so it shows under header */
    box-shadow: 0 2px 0 #e2ecf7;
}
.rpc-th:last-child { border-right: none; }

/* Left "All Plans" th */
.rpc-label-th {
    text-align: left;
    width: 220px;
    vertical-align: middle;
    padding: 20px 20px 18px;
    z-index: 21; /* above plan ths */
}
.rpc-all-plans {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    font-family: 'DM Sans', 'Poppins', sans-serif;
    margin-bottom: 4px;
}
.rpc-billing-note {
    font-size: 11.5px;
    color: #94a3b8;
    font-family: 'DM Sans', 'Poppins', sans-serif;
}

/* Plan column ths */
.rpc-plan-th {
    width: calc((100% - 220px) / 4);
    background: #fff;
}
/* Popular column highlight */
.rpc-plan-th.rpc-popular { background: #f0f9ff; }

/* Most Popular badge */
.rpc-pop-badge {
    display: inline-block;
    font-size: 9.5px;
    font-weight: 700;
    background: #288feb;
    color: #fff;
    padding: 2px 9px;
    border-radius: 20px;
    margin-bottom: 6px;
    font-family: 'DM Sans', 'Poppins', sans-serif;
    letter-spacing: .3px;
}

/* Plan name */
.rpc-plan-name {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .9px;
    text-transform: uppercase;
    font-family: 'DM Sans', 'Poppins', sans-serif;
    margin-bottom: 8px;
}
.rpc-plan-th.ct .rpc-plan-name { color: #94a3b8; }
.rpc-plan-th.cp .rpc-plan-name { color: #288feb; }
.rpc-plan-th.cb .rpc-plan-name { color: #4CA456; }
.rpc-plan-th.ce .rpc-plan-name { color: #7c3aed; }

/* Price block */
.rpc-plan-price {
    min-height: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 12px;
}
.rpc-price-orig {
    font-size: 11.5px;
    color: #94a3b8;
    text-decoration: line-through;
    font-family: 'DM Sans', 'Poppins', sans-serif;
    line-height: 1.4;
}
.rpc-price-val {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
    font-family: 'DM Sans', 'Poppins', sans-serif;
}
.rpc-price-period {
    font-size: 11px;
    color: #64748b;
    font-family: 'DM Sans', 'Poppins', sans-serif;
    margin-top: 2px;
}

/* ── CTA buttons ─────────────────────────────────────────── */
.rpc-sign-btn {
    display: inline-block;
    padding: 9px 16px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    font-family: 'DM Sans', 'Poppins', sans-serif;
    cursor: pointer;
    transition: background .18s, border-color .18s;
    white-space: nowrap;
    line-height: 1;
}
.rpc-plan-th.ct .rpc-sign-btn, .rpc-bottom-cta-cell.ct .rpc-sign-btn
    { background:#f1f5f9; color:#475569; border:1.5px solid #e2e8f0; }
.rpc-plan-th.ct .rpc-sign-btn:hover, .rpc-bottom-cta-cell.ct .rpc-sign-btn:hover
    { background:#e2e8f0; color:#475569; text-decoration:none; }

.rpc-plan-th.cp .rpc-sign-btn, .rpc-bottom-cta-cell.cp .rpc-sign-btn
    { background:#288feb; color:#fff; border:1.5px solid #288feb; }
.rpc-plan-th.cp .rpc-sign-btn:hover, .rpc-bottom-cta-cell.cp .rpc-sign-btn:hover
    { background:#1a6fc4; border-color:#1a6fc4; color:#fff; text-decoration:none; }

.rpc-plan-th.cb .rpc-sign-btn, .rpc-bottom-cta-cell.cb .rpc-sign-btn
    { background:#4CA456; color:#fff; border:1.5px solid #4CA456; }
.rpc-plan-th.cb .rpc-sign-btn:hover, .rpc-bottom-cta-cell.cb .rpc-sign-btn:hover
    { background:#3b8444; border-color:#3b8444; color:#fff; text-decoration:none; }

.rpc-plan-th.ce .rpc-sign-btn, .rpc-bottom-cta-cell.ce .rpc-sign-btn
    { background:#7c3aed; color:#fff; border:1.5px solid #7c3aed; }
.rpc-plan-th.ce .rpc-sign-btn:hover, .rpc-bottom-cta-cell.ce .rpc-sign-btn:hover
    { background:#6d28d9; border-color:#6d28d9; color:#fff; text-decoration:none; }

/* ══════════════════════════════════════════════════════════
   ACCORDION SECTION ROWS
   ══════════════════════════════════════════════════════════ */
.rpc-section-row {
    background: #f8fafc;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}
.rpc-section-row:hover { background: #f1f5f9; }

.rpc-section-cell {
    padding: 12px 20px;
    border-top: 1.5px solid #e2ecf7;
    border-bottom: 1px solid #e2ecf7;
}

/* + / − badge (span, not button — avoids pointer-events issues) */
.rpc-sec-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1.5px solid #288feb;
    background: #fff;
    color: #288feb;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-right: 10px;
    vertical-align: middle;
    transition: background .15s, color .15s;
    font-family: 'DM Sans', 'Poppins', sans-serif;
    flex-shrink: 0;
}
/* Open state: solid fill */
.rpc-section-row.open .rpc-sec-btn {
    background: #288feb;
    color: #fff;
    border-color: #288feb;
}

/* Section label */
.rpc-section-label-text {
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    font-family: 'DM Sans', 'Poppins', sans-serif;
    vertical-align: middle;
}

/* ══════════════════════════════════════════════════════════
   FEATURE ROWS — hidden by default, shown with .rpc-visible
   ══════════════════════════════════════════════════════════ */
.rpc-feat-row {
    display: none;
    border-bottom: 1px solid #f1f5f9;
}
.rpc-feat-row.rpc-visible {
    display: table-row;
}
.rpc-feat-row.rpc-visible:hover { background: #f8fafc; }

.rpc-feat-name {
    padding: 13px 20px;
    font-size: 13px;
    color: #334155;
    font-family: 'DM Sans', 'Poppins', sans-serif;
    font-weight: 500;
    text-align: left;
    border-right: 1px solid #f1f5f9;
}

/* ── Value cells ─────────────────────────────────────────── */
.rpc-cell {
    text-align: center;
    padding: 12px 8px;
    border-right: 1px solid #f1f5f9;
    vertical-align: middle;
}
.rpc-cell:last-child { border-right: none; }

/* Popular (Professional) column tint */
.rpc-table tbody .rpc-feat-row td:nth-child(3),
.rpc-table tbody .rpc-section-row td:nth-child(3) {
    background: rgba(40,143,235,.03);
}

/* ✔ check */
.rpc-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px; height: 24px;
    background: #ecfdf5;
    color: #4CA456;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
}
/* ✗ cross */
.rpc-cross {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px; height: 24px;
    background: #f8fafc;
    color: #cbd5e1;
    border-radius: 50%;
    font-size: 12px;
}
.rpc-text-cell {
    font-size: 12px;
    color: #475569;
    font-family: 'DM Sans', 'Poppins', sans-serif;
}

/* ── Bottom CTA row ──────────────────────────────────────── */
.rpc-bottom-cta-row { background: #fff; }
.rpc-bottom-cta-cell {
    padding: 18px 12px;
    border-top: 2px solid #e2ecf7;
    border-right: 1px solid #f1f5f9;
    text-align: center;
}
.rpc-bottom-cta-cell:last-child { border-right: none; }
.rpc-cta-spacer { border-top: 2px solid #e2ecf7; }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 860px) {
    .rpc-scroll   { border-radius: 10px; }
    .rpc-title    { font-size: 22px; }
    .rpc-label-th { width: 180px; }
}
@media (max-width: 540px) {
    .rpc-tog         { padding: 9px 18px; font-size: 13px; }
    .rpc-title       { font-size: 20px; }
    .rpc-table       { min-width: 560px; }
    .rpc-label-th    { width: 150px; }
    .rpc-price-val   { font-size: 18px; }
    .rpc-sign-btn    { padding: 7px 10px; font-size: 11px; }
    .rpc-feat-name   { padding: 11px 14px; font-size: 12px; }
    .rpc-cell        { padding: 10px 6px; }
}
/* =============================================================
   REALBOOKS PRICING WIDGET + CALCULATOR
   CSS prefix: .rbp-  (pricing table)   .rbc-  (calculator)
   Append this entire block to /assets/css/style.css
   ============================================================= */

/* ══ PRICING TABLE ══════════════════════════════════════════ */

.rbp-wrap {
    font-family: 'DM Sans', 'Poppins', sans-serif;
    color: #0f172a;
}

/* ── Controls / toggle row ── */
.rbp-ctrl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.rbp-toggle-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

/* Monthly / Yearly pill */
.rbp-toggle {
    display: flex;
    background: #f1f5f9;
    border-radius: 30px;
    padding: 3px;
    gap: 2px;
}
.rbp-tog {
    padding: 9px 28px;
    border-radius: 26px;
    border: none;
    background: transparent;
    font-family: 'DM Sans', 'Poppins', sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    line-height: 1;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    transition: color .15s;
}
.rbp-tog.on {
    background: #fff;
    color: #288feb;
    box-shadow: 0 1px 6px rgba(40, 143, 235, .18);
}
/* Hover — soft blue, NEVER black */
.rbp-tog:not(.on):hover {
    background: #dbeafe;
    color: #1d4ed8;
}
.rbp-tog:focus { outline: none; box-shadow: 0 0 0 2px rgba(40,143,235,.2); }

/* "Saving 20%" badge — hidden until Yearly is active */
.rbp-save-pill {
    display: none;
    align-items: center;
    gap: 5px;
    background: linear-gradient(90deg, #288feb 0%, #4CA456 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 16px;
    border-radius: 20px;
    white-space: nowrap;
    font-family: 'DM Sans', 'Poppins', sans-serif;
}
.rbp-save-pill.show { display: flex; }

/* ── Min-users banner ── */
.rbp-min-banner {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #fffbeb;
    border: 1.5px solid #fcd34d;
    border-radius: 10px;
    padding: 11px 16px;
    margin-bottom: 18px;
    font-size: 13px;
    color: #92400e;
    font-family: 'DM Sans', 'Poppins', sans-serif;
    line-height: 1.55;
}
.rbp-min-icon { font-size: 16px; flex-shrink: 0; margin-top: 1px; }
.rbp-min-banner strong { font-weight: 700; }

/* ── Plan visibility ── */
.rbp-plan     { display: none; }
.rbp-plan.on  { display: block; }

/* ── Cards grid ── */
.rbp-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1.5px solid #e2ecf7;
    box-shadow: 0 4px 28px rgba(15, 23, 42, .09);
}

.rbp-card {
    background: #fff;
    display: flex;
    flex-direction: column;
    border-right: 1.5px solid #e2ecf7;
    position: relative;
}
.rbp-card:last-child { border-right: none; }

/* Top accent band */
.rbp-band { height: 4px; flex-shrink: 0; }
.rbp-card.ct .rbp-band { background: #94a3b8; }
.rbp-card.cp .rbp-band { background: #288feb; }
.rbp-card.cb .rbp-band { background: #4CA456; }
.rbp-card.ce .rbp-band { background: #7c3aed; }

/* Card head */
.rbp-head { padding: 20px 20px 0; }
.rbp-tier-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    min-height: 22px;
}
.rbp-tier {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'DM Sans', 'Poppins', sans-serif;
}
.rbp-card.ct .rbp-tier { color: #94a3b8; }
.rbp-card.cp .rbp-tier { color: #288feb; }
.rbp-card.cb .rbp-tier { color: #4CA456; }
.rbp-card.ce .rbp-tier { color: #7c3aed; }

.rbp-pop {
    font-size: 10px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    background: #e8f4ff;
    color: #288feb;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Price block — fixed height keeps prices aligned */
.rbp-price-block {
    margin-bottom: 6px;
    min-height: 86px;
    display: flex;
    flex-direction: column;
}
.rbp-strike {
    font-size: 12.5px;
    color: #94a3b8;
    text-decoration: line-through;
    line-height: 1.6;
    min-height: 20px;
    font-family: 'DM Sans', 'Poppins', sans-serif;
}
.rbp-strike-ph { min-height: 20px; display: block; }
.rbp-price {
    font-size: 30px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.1;
    font-family: 'DM Sans', 'Poppins', sans-serif;
}
.rbp-period {
    font-size: 12px;
    color: #64748b;
    margin-top: 2px;
    font-family: 'DM Sans', 'Poppins', sans-serif;
}
.rbp-saving-note {
    font-size: 11px;
    font-weight: 700;
    color: #4CA456;
    margin-top: 5px;
    min-height: 18px;
    font-family: 'DM Sans', 'Poppins', sans-serif;
}
.rbp-saving-ph { min-height: 18px; display: block; }

.rbp-desc {
    font-size: 12.5px;
    color: #64748b;
    line-height: 1.55;
    margin: 10px 0 18px;
    min-height: 38px;
    font-family: 'DM Sans', 'Poppins', sans-serif;
}

/* CTA buttons */
.rbp-btns { padding: 0 20px 18px; display: flex; flex-direction: column; gap: 9px; }

.rbp-cta {
    display: block; width: 100%; padding: 11px 0; border-radius: 8px; border: none;
    font-family: 'DM Sans', 'Poppins', sans-serif; font-size: 13px; font-weight: 700;
    cursor: pointer; text-align: center; text-decoration: none;
    transition: background .18s, border-color .18s; line-height: 1;
}
.rbp-card.ct .rbp-cta { background: #f1f5f9; color: #475569; border: 1.5px solid #e2e8f0; }
.rbp-card.ct .rbp-cta:hover { background: #e2e8f0; color: #475569; text-decoration: none; }
.rbp-card.cp .rbp-cta { background: #288feb; color: #fff; border: 1.5px solid #288feb; }
.rbp-card.cp .rbp-cta:hover { background: #1a6fc4; border-color: #1a6fc4; color: #fff; text-decoration: none; }
.rbp-card.cb .rbp-cta { background: #4CA456; color: #fff; border: 1.5px solid #4CA456; }
.rbp-card.cb .rbp-cta:hover { background: #3b8444; border-color: #3b8444; color: #fff; text-decoration: none; }
.rbp-card.ce .rbp-cta { background: #7c3aed; color: #fff; border: 1.5px solid #7c3aed; }
.rbp-card.ce .rbp-cta:hover { background: #6d28d9; border-color: #6d28d9; color: #fff; text-decoration: none; }

.rbp-cb-btn {
    display: block; width: 100%; padding: 10px 0; border-radius: 8px;
    font-family: 'DM Sans', 'Poppins', sans-serif; font-size: 13px; font-weight: 600;
    cursor: pointer; text-align: center; text-decoration: none;
    transition: background .18s; background: #fff; line-height: 1;
}
.rbp-card.ct .rbp-cb-btn { border: 1.5px solid #e2e8f0; color: #475569; }
.rbp-card.ct .rbp-cb-btn:hover { background: #f8fafc; color: #475569; text-decoration: none; }
.rbp-card.cp .rbp-cb-btn { border: 1.5px solid #288feb; color: #288feb; }
.rbp-card.cp .rbp-cb-btn:hover { background: #e8f4ff; color: #288feb; text-decoration: none; }
.rbp-card.cb .rbp-cb-btn { border: 1.5px solid #4CA456; color: #4CA456; }
.rbp-card.cb .rbp-cb-btn:hover { background: #eef7ef; color: #4CA456; text-decoration: none; }
.rbp-card.ce .rbp-cb-btn { border: 1.5px solid #7c3aed; color: #7c3aed; }
.rbp-card.ce .rbp-cb-btn:hover { background: #f5f3ff; color: #7c3aed; text-decoration: none; }

/* Feature list */
.rbp-divider { height: 1px; background: #f1f5f9; margin: 0 20px; flex-shrink: 0; }
.rbp-feats   { padding: 14px 20px 22px; flex: 1; }
.rbp-incl    { font-size: 11.5px; color: #94a3b8; font-style: italic; margin-bottom: 8px; font-family: 'DM Sans', 'Poppins', sans-serif; }

.rbp-feat-item {
    display: flex; align-items: flex-start; gap: 8px;
    font-size: 12.5px; color: #334155; padding: 4px 0; line-height: 1.4;
    font-family: 'DM Sans', 'Poppins', sans-serif;
}
.rbp-feat-item + .rbp-feat-item { border-top: 1px solid #f8fafc; }
.rbp-ico-y { color: #4CA456; flex-shrink: 0; font-size: 11px; margin-top: 2px; font-style: normal; }
.rbp-ico-n { color: #cbd5e1; flex-shrink: 0; font-size: 11px; margin-top: 2px; font-style: normal; }

.rbp-more-items      { display: none; }
.rbp-more-items.open { display: block; }

/* "More..." button — light tint, NEVER black */
.rbp-more-btn {
    display: inline-flex; align-items: center; gap: 5px;
    margin-top: 9px; padding: 5px 10px;
    font-size: 12px; font-weight: 600; cursor: pointer;
    border: 1px solid transparent; border-radius: 6px; background: transparent;
    font-family: 'DM Sans', 'Poppins', sans-serif;
    transition: background .15s, border-color .15s;
    outline: none; -webkit-tap-highlight-color: transparent;
}
.rbp-card.ct .rbp-more-btn { color: #64748b; }
.rbp-card.ct .rbp-more-btn:hover { background: #f1f5f9; border-color: #e2e8f0; }
.rbp-card.cp .rbp-more-btn { color: #288feb; }
.rbp-card.cp .rbp-more-btn:hover { background: #dbeafe; border-color: #93c5fd; }
.rbp-card.cb .rbp-more-btn { color: #4CA456; }
.rbp-card.cb .rbp-more-btn:hover { background: #dcfce7; border-color: #86efac; }
.rbp-card.ce .rbp-more-btn { color: #7c3aed; }
.rbp-card.ce .rbp-more-btn:hover { background: #ede9fe; border-color: #c4b5fd; }
.rbp-more-btn:focus { outline: none; }
.rbp-chev { font-size: 10px; line-height: 1; display: inline-block; transition: transform .2s; }
.rbp-more-btn.open .rbp-chev { transform: rotate(180deg); }

/* ── Pricing table responsive ── */
@media (max-width: 1099px) {
    .rbp-price { font-size: 26px; }
    .rbp-tog   { padding: 9px 20px; }
}
@media (max-width: 920px) {
    .rbp-cards {
        grid-template-columns: repeat(2, 1fr);
        border: none; box-shadow: none; gap: 10px; border-radius: 0; overflow: visible;
    }
    .rbp-card {
        border: 1.5px solid #e2ecf7; border-radius: 12px;
        box-shadow: 0 2px 12px rgba(15,23,42,.06);
    }
    .rbp-card:last-child { border-right: 1.5px solid #e2ecf7; }
}
@media (max-width: 540px) {
    .rbp-cards { grid-template-columns: 1fr; gap: 10px; }
    .rbp-card {
        border: 1.5px solid #e2ecf7; border-radius: 12px;
        box-shadow: 0 2px 12px rgba(15,23,42,.06);
    }
    .rbp-ctrl { justify-content: center; }
    .rbp-toggle-wrap { justify-content: center; }
    .rbp-tog { padding: 9px 20px; }
    .rbp-price { font-size: 28px; }
    .rbp-min-banner { font-size: 12px; }
    .rbp-price-block { min-height: 72px; }
}


/* ══ PRICING CALCULATOR ═════════════════════════════════════ */

.rbc-wrap {
    font-family: 'DM Sans', 'Poppins', sans-serif;
    color: #0f172a;
}

.rbc-card {
    display: flex;
    align-items: stretch;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(15, 23, 42, .13);
}

/* ── Left panel (white) ── */
.rbc-left {
    flex: 1.2;
    background: #fff;
    padding: 32px 36px;
    border: 1.5px solid #e2ecf7;
    border-right: none;
    border-radius: 20px 0 0 20px;
}

.rbc-lhead {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
}
.rbc-licon  { font-size: 28px; line-height: 1; flex-shrink: 0; }
.rbc-ltitle {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    font-family: 'DM Sans', 'Poppins', sans-serif;
    line-height: 1.2;
}
.rbc-lsub {
    font-size: 12.5px;
    color: #64748b;
    font-family: 'DM Sans', 'Poppins', sans-serif;
    margin-top: 2px;
}

/* Section label */
.rbc-row-label {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .9px;
    text-transform: uppercase;
    color: #94a3b8;
    font-family: 'DM Sans', 'Poppins', sans-serif;
    margin-bottom: 10px;
}

/* Period toggle */
.rbc-ptog-wrap {
    display: flex;
    background: #f1f5f9;
    border-radius: 30px;
    padding: 3px;
    gap: 2px;
    width: fit-content;
    margin-bottom: 6px;
}
.rbc-ptog {
    padding: 9px 22px;
    border-radius: 26px;
    border: none;
    background: transparent;
    font-family: 'DM Sans', 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 7px;
    outline: none;
    transition: color .15s;
    -webkit-tap-highlight-color: transparent;
    line-height: 1;
}
.rbc-ptog.on {
    background: #fff;
    color: #288feb;
    box-shadow: 0 1px 5px rgba(40,143,235,.18);
}
/* Hover — light tint, NEVER black */
.rbc-ptog:not(.on):hover { background: #dbeafe; color: #1d4ed8; }
.rbc-ptog:focus { outline: none; }

.rbc-save-tag {
    font-size: 10px;
    font-weight: 800;
    background: #dcfce7;
    color: #15803d;
    padding: 2px 7px;
    border-radius: 10px;
    line-height: 1.5;
}
.rbc-ptog.on .rbc-save-tag { background: #bbf7d0; }

/* Plan rows */
.rbc-plan-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 16px;
    border-radius: 12px;
    margin-bottom: 10px;
    border: 1.5px solid #e2ecf7;
    background: #f8fafc;
    transition: border-color .15s, box-shadow .15s;
}
.rbc-plan-row:hover { border-color: #93c5fd; box-shadow: 0 2px 10px rgba(40,143,235,.08); }

.rbc-plan-info { display: flex; align-items: center; gap: 12px; }

.rbc-plan-dot {
    width: 11px; height: 11px;
    border-radius: 50%; flex-shrink: 0;
}
.rbc-plan-dot.cp { background: #288feb; }
.rbc-plan-dot.cb { background: #4CA456; }
.rbc-plan-dot.ce { background: #7c3aed; }

.rbc-plan-name {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    font-family: 'DM Sans', 'Poppins', sans-serif;
    line-height: 1.2;
}
.rbc-plan-rate {
    font-size: 11.5px;
    color: #64748b;
    font-family: 'DM Sans', 'Poppins', sans-serif;
    margin-top: 2px;
}

/* Stepper */
.rbc-stepper { display: flex; align-items: center; gap: 8px; }

.rbc-step-btn {
    width: 34px; height: 34px;
    border-radius: 50%;
    border: 1.5px solid #e2e8f0;
    background: #fff;
    color: #475569;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background .15s, border-color .15s, color .15s;
    outline: none;
    font-family: 'DM Sans', 'Poppins', sans-serif;
    -webkit-tap-highlight-color: transparent;
}
/* Hover — coloured tints, NEVER black */
.rbc-step-btn:hover         { background: #f1f5f9; border-color: #cbd5e1; color: #0f172a; }
.rbc-step-btn.cp            { border-color: #93c5fd; color: #288feb; background: #eff6ff; }
.rbc-step-btn.cp:hover      { background: #dbeafe; border-color: #60a5fa; }
.rbc-step-btn.cb            { border-color: #86efac; color: #4CA456; background: #f0fdf4; }
.rbc-step-btn.cb:hover      { background: #dcfce7; border-color: #4ade80; }
.rbc-step-btn.ce            { border-color: #c4b5fd; color: #7c3aed; background: #faf5ff; }
.rbc-step-btn.ce:hover      { background: #ede9fe; border-color: #a78bfa; }
.rbc-step-btn:focus         { outline: none; }

.rbc-step-count {
    font-size: 18px;
    font-weight: 800;
    min-width: 28px;
    text-align: center;
    color: #0f172a;
    font-family: 'DM Sans', 'Poppins', sans-serif;
}

/* Min-users warning */
.rbc-min-warn {
    font-size: 12px;
    color: #d97706;
    font-weight: 600;
    display: none;
    margin-top: 12px;
    font-family: 'DM Sans', 'Poppins', sans-serif;
}

/* ── Right panel (gradient) ── */
.rbc-right {
    width: 300px;
    flex-shrink: 0;
    background: linear-gradient(160deg, #1e40af 0%, #288feb 45%, #06b6d4 100%);
    border-radius: 0 20px 20px 0;
    padding: 36px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
}

.rbc-billed-lbl {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, .80);
    font-family: 'DM Sans', 'Poppins', sans-serif;
    letter-spacing: .3px;
    margin-bottom: 6px;
}

#rbc-grand-total {
    font-size: 56px;
    font-weight: 900;
    color: #fff;
    font-family: 'DM Sans', 'Poppins', sans-serif;
    line-height: 1;
    letter-spacing: -1px;
}

.rbc-grand-period {
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    font-family: 'DM Sans', 'Poppins', sans-serif;
    margin-bottom: 22px;
}

/* Breakdown rows */
.rbc-breakdown { width: 100%; margin-bottom: 18px; }

.rbc-bd-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border-radius: 8px;
    margin-bottom: 5px;
    background: rgba(255, 255, 255, .08);
    opacity: .45;
    transition: opacity .2s, background .2s;
    font-family: 'DM Sans', 'Poppins', sans-serif;
}
.rbc-bd-row.active {
    opacity: 1;
    background: rgba(255, 255, 255, .18);
}
.rbc-bd-dot {
    width: 8px; height: 8px;
    border-radius: 50%; flex-shrink: 0;
    background: rgba(255, 255, 255, .6);
}
.rbc-bd-name {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, .9);
    flex: 1;
    text-align: left;
}
.rbc-bd-val {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-align: right;
}

/* Users summary */
.rbc-users-summary {
    font-size: 12.5px;
    color: rgba(255, 255, 255, .7);
    font-family: 'DM Sans', 'Poppins', sans-serif;
    margin-bottom: 22px;
}
.rbc-users-summary strong { color: #fff; }

/* Get Started pill button */
.rbc-get-btn {
    display: block;
    width: 100%;
    padding: 14px 0;
    background: #fff;
    color: #288feb;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    font-family: 'DM Sans', 'Poppins', sans-serif;
    margin-bottom: 16px;
    transition: opacity .18s;
    letter-spacing: .2px;
}
.rbc-get-btn:hover { opacity: .9; text-decoration: none; color: #1a6fc4; }

/* Talk to experts link */
.rbc-talk-link {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, .8);
    text-decoration: underline;
    font-family: 'DM Sans', 'Poppins', sans-serif;
    cursor: pointer;
}
.rbc-talk-link:hover { color: #fff; text-decoration: underline; }

/* ── Calculator responsive ── */
@media (max-width: 1099px) {
    .rbc-right { width: 260px; }
    #rbc-grand-total { font-size: 46px; }
}
@media (max-width: 860px) {
    .rbc-card { flex-direction: column; }
    .rbc-left {
        border-radius: 20px 20px 0 0;
        border-right: 1.5px solid #e2ecf7;
        border-bottom: none;
        padding: 26px 28px;
    }
    .rbc-right {
        width: 100%;
        border-radius: 0 0 20px 20px;
        padding: 28px 28px 26px;
    }
    #rbc-grand-total { font-size: 52px; }
}
@media (max-width: 480px) {
    .rbc-left  { padding: 22px 18px; }
    .rbc-right { padding: 24px 18px 22px; }
    .rbc-ltitle { font-size: 16px; }
    #rbc-grand-total { font-size: 44px; }
    .rbc-ptog-wrap { width: 100%; }
    .rbc-ptog { flex: 1; justify-content: center; }
}
