/* template pages css */
body,html{
	font-family: proxima-nova, sans-serif;
	margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
body{
    overflow-x: hidden;
}
ul,li{
	list-style-type: none;
}

ul{
	padding-left: 0;
	margin-bottom: 0;
}

a,span{
	display: inline-block;
}

h1,h2,h3,h4,h5,h6{
	font-family: Gilroy-ExtraBold;
	font-weight: bold;
}
header{
    height: 100%;
    overflow: hidden;
}
.success-msg{
    width: 600px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1111;
   background: #0063c6;
background: -moz-linear-gradient(-45deg, #0063c6 0%, #ff3737 100%);
background: -webkit-linear-gradient(-45deg, #0063c6 0%,#ff3737 100%);
background: linear-gradient(135deg, #0063c6 0%,#ff3737 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063c6', endColorstr='#ff3737',GradientType=1 );
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 51px;
    align-items: center;
    border-radius: 50px;
    box-shadow: 1px 7px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 34px;
    color: #fff;
    transform: translateY(-100px);
    opacity: 0;
    visibility: hidden;
    transition: transform .3s ease,opacity .3s ease, visibility .3s ease;
}
.success-msg.slide{
    opacity: 1;
    visibility: visible;
    transform: translateY(100px);
}
.success-msg p{
    margin: 0;
    font-size: 16px;
}
.success-msg img{
    width: 24px;
    cursor: pointer;
}
.nav{
	background: #fff;
	width: 100%;
	height: 60px;
	padding: 0 20px;
    /* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23) !important; */
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.nav--fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 111;
}
.nav__list{
	display: inline-block;
}
.nav__logo img{
	width: 148px;
    position: relative;
    top: -3px;
}
.nav__list-item{
	display: inline-block;
	color: #007EFF;
	position: relative;
	font-size: 18px !important;
	letter-spacing: 0 !important;
	margin-left: 50px;
}
.nav__list-item a{
	font-weight: 600;
    padding: 17px 10px;
}

.nav__list-item i{
	position: relative;
    top: 1px;
    left: -4px;
    font-weight: 600;
}
.nav__sublist{
	position: absolute;
	top: 100%;
	left: 0;
    background: #fff;
	box-shadow: 5px 3px 11px 0 rgba(0, 0, 0, 0.11);
	min-width: 235px;
	padding: 5px 0px;
	display: none;
}
.nav__sublist-item a{
	padding: 10px 25px;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    color: #6c7e92;
}
.nav__sublist-item a:hover{
	background: #f3f3f3;
	color: #007bff;
}
.nav__list-item.has-sublist:hover .nav__sublist{
	display: inline-block;	
}
#logInButton{
	height: auto;
	padding-top: 6px;
    padding-bottom: 6px;
    min-width: 120px;
    width: 120px;
    margin-top: 8px;
}
#logInButton,.r-btn {
    text-align: center;
    border: 2px solid #007EFF;
    width: 120px;
    color: #007eff !important;
}
.nav__right {
    width: 500px;
    display: inline-block;
}

.nav__list-item a{
    cursor: pointer;
}
#logInButton:hover {
    background: #007EFF;
    border: 2px solid white;
    color: white;
}

.nav__right.text-right {
    padding: 6px 0 !important;
}
.r-cta-btn {
    cursor: pointer;
}
.btn-primary{
    color: #fff !important;
}
.nav .row{
    width: 100%;
}
.r-btn{
	font-weight: 600;
	font-size: 18px;
}
.r-btn:focus{
	box-shadow: none;
}

.popup-form{
    width: 100%;
    height: 100%;
    padding: 4em 10em;
    background: #ffffff;
    position: absolute;
    z-index: 11;
    transition: transform .3s ease;
    transform: translateY(-510px);
}
.popup-form.slide{
    transform: translateY(0);
}
.inner-form{
    background: #fff;
    padding: 29px;
    border-radius: 10px;
}
.popup-btn{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease,visibility .3s ease;
}
.popup-btn.show{
     opacity: 1;
    visibility: visible;
}
.c-img img{
    width: 100px;
}
.feature-title{
    text-align: left;
}
.fs__right .feature-video-x {
    float: left;
}
.fs__right {
    width: calc( 100% - 721px );
    position: relative;
}
.fs__left {
    width: 620px;
    position: relative;
}
.fs__left .feature-title {
    font-size: 45px !important;
    margin-bottom: 27px;
}
.testi-wrapper {
    margin-top: -18px;
}
@media(max-width: 1450px){

.hero-container__text {
    padding-top: 1em !important;
}
.banner-bg-image {
    top: -18px !important;
}
.hero-container__image {
    transform: scale(.93);
    top: -14px;
}
.rt-banner {
    padding-top: 7em !important;
    position: relative;
}
.footer-items-item-start {
    margin-top: 3px;
    font-size: 18px;
}
.hero-container{
    zoom: .95;
}
}
@media (min-width: 1300px){

.fs__right .feature-video-x {
    width: 578px;
    float: right;
}
.fs__right {
    width: calc( 100% - 672px );
    position: relative;
}
}
/* .feature-text{
    padding: 0;
} */
.feature-video-x{
    padding: 0;
    margin-bottom: 30px;
}
.c-card{
    width: 318px;
    margin: auto;
    padding: 30px;
    height: 349px;
    text-align: center;
}
.c-card h3{
    font-size: 23px;
}
.hero-heading,.rt-heading{
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 15px;
}
.hero-para,.rt-text{
    font-size: 24px;
    margin: 25px 0;
}
.banner-bg-image {
    position: absolute;
    top: 0;
    left: 2em;
    z-index: -1;
    width: 100%;
    height: 100%;
    transform: scale(1.5);
}
.r-placeholder {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
.rt-banner-2 .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 2.5;
    padding-left: 20px;
}
.rt-cta-btn {
    min-width: 260px;
    height: 60px;
    line-height: 60px;
    font-family: proxima-nova, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 126, 255);
    font-size: 22px;
    padding: 0px 50px;
    border-radius: 5px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}
.rt-cta-btn:hover{
    color: #fff;
}
#tryagain{
    display: none;
}
.hero-container__text{
    width: 408px;
    position: relative;
    z-index: 2;
    padding-top: 3em;
}
.hero-container__image{
    width: calc( 100% - 408px );
    position: relative;
}
.rt-banner{
    position: relative;
}
.hero-container__image{
    border-radius: 26px;
    padding-left: 5em;
    height: 430px;
    margin-right: 0;
}
.hero-container__image.wrapper{
    padding-left: 5em;
}
.hero-container__image.inner {
    width: 100%;
    position: relative;
    padding: 0;
    border: 1px solid #017bff;
    overflow: hidden;
}
/* .r-preview-loader{
    position: absolute;
    width: 100%;
    height: 100%;
} */
#r-preview-loader img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.hero-container__image .banner-upper-image {
    width: 100%;
    box-shadow: 0 0 70px 0 rgba(0, 33, 72, 0.2);
    border-radius: 15px;
    height: 430px;
        border: none;
}
.banner-bottom-img {
    position: absolute;
}
.bb-0{
    z-index: -1;
    left: -98em;
    top: -2em;
}
.bb-1{
    z-index: 1;
    right: -25em;
    top: 87em;
    width: 500px;
}
.bb-2 {
    z-index: -1;
    left: -27.3em;
    top: 180em;
    width: 500px;
}
.bb-3{
    z-index: 1;
    right: -25em;
    top: 285em;
    width: 500px;
}
.rt-text{
    letter-spacing: -0.3px;
    line-height: 40px;
}
.section-1 .btn{
    margin-top: 10px;
}
.section-2{
    background: #FBFBFB;
    padding: 80px 0;
    margin: 80px 0;
}
.list-count {
    background: #007bff;
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 35px;
    font-size: 16px;
    text-align: center;
    margin: 0;
    line-height: normal;
    padding-top: 4px;
    margin-right: 20px;
}
.section-3 .rt-heading{
    margin: 0;
}
.section-3 .rt-text{
    margin-bottom: 50px;
    margin-top: 8px;
}
.small-cards-inner .rt-heading {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 0px;
}
.small-cards-inner .rt-text {
    font-size: 18px;
    line-height: 28px;
    margin: 12px 0;
}
.small-cards-inner{
    padding: 75px;
    position: relative;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06);
    margin: auto;
    margin-bottom: 30px;
    min-height: 268px;
    padding-bottom: 10px;
}
.sci-1{
    background: url('https://rocketium.com/css/images/Path\ 5.svg') no-repeat;
    background-size: contain;
    background-position: 47px center;
}
.sci-2{
    background: url('https://rocketium.com/css/images/Path\ 6.svg') no-repeat;
    background-size: contain;
    background-position: 47px center;
}
.sci-3{
    background: url('https://rocketium.com/css/images/Path\ 7.svg') no-repeat;
    background-size: contain;
    background-position: 47px center;
}
.sci-4{
    background: url('https://rocketium.com/css/images/Path\ 8.svg') no-repeat;
    background-size: contain;
    background-position: 47px center;
}
.section-4{
    margin-top: 10em;
}
.section-4__left img{
    position: relative;
    left: -37px;
}
.section-5 .section-4__left img{
    position: relative;
    left: 37px;
}
.faq-box{
    margin-bottom: 30px;
}
.section-6 .faq-box .rt-heading{
    margin-bottom: 0;
    font-size: 30px;
}
.section-7{
    margin-bottom: 0 !important;
}
.section-6 .faq-box .rt-text{
    margin-top: 5px;
    font-size: 21px;
    letter-spacing: 0;
    line-height: 32px;
}
.rt-link{
    font-weight: 600;
    margin-left: 0 !important;
}
.footer-items-item-start {
    margin-top: 3px;
}
.row{
	margin: 0;
}
/* .swiper */

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    padding: 15px;
    width: 393px;
}
.swiper-slide-inner {
    border-radius: 6px;
    overflow: hidden;
}

.rt-img img{
}
.rt-img{
    width: 125px;
    background: #fff;
    height: 125px;
    border-radius: 100%;
    box-shadow: 2px 5px 20px 0 rgba(0,0,0,.1);
    padding: 14px;
    margin: auto;
}
.rt-content{
    padding: 20px;
}
.rt-content {
    padding: 30px 42px;
}

.rt-template-cate-title {
    padding-left: 14px;
    font-size: 38px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.swiper-button-prev,.swiper-button-next{
    background-color: #fff;
    width: 50px;
    height: 50px;
    padding: 39px;
    border-radius: 100%;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    transform: scale(.7);
}
.rt-template-slider{
    position: relative;
        background: #f9f9f9;
    padding: 30px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -80px;
        border: 1px solid #007bff;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -80px;
        border: 1px solid #007bff;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 45%;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.template-section{
    margin-bottom: 100px;
}
.rt-heading{
    margin-bottom: 13px;
    font-size: 33px;
    letter-spacing: -0.5px;
    line-height: 44px;
    margin-top: 50px;

}
.rt-para{
    font-size: 21px;
    line-height: 33px;
}
.features-text__title{
    font-size: 23px;
}
.features-text__para{
    font-size: 17px;
    margin: 14px 0;
}
.rf-link{
    font-weight: 600;
    font-size: 18px;
}
.swiper-button-next:focus, .swiper-button-prev:focus{
    outline: 0;
}
.template-section .rt-heading{
    padding-left: 15px;
}
.navigation-bar{
    position: fixed;
    top: 60px;
    z-index: 11;
    padding: 10px;
    border-top: 1px solid #eee;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.09);
    width: 100%;
    background: #fff;
    transition: visibililty .3s ease, opacity .3s ease;
    -webkit-transition: visibililty .3s ease, opacity .3s ease;
    visibility: hidden;
    opacity: 0;
}
.navigation-bar.active{
    visibility: visible;
    opacity: 1;
}
.navigation-bar__list {
    width: 100%;
    text-align: center;
}
.navigation-bar__list-item{
    display: inline-block;
    margin: 0 20px;
}
.navigation-bar__list-item a {
    border: 1px solid rgba(0, 126, 255, 0);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .5px;
    padding: 1px 10px;
}
.sf-fea-box {
    height: auto;
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 40px;
}
.sf-fea-heading {
    font-size: 20px !important;
}
.sf-fea-image img{
    margin-right: 0;
}
.rt-cta-btn{
    color: #fff !important;
}
.sf-feature-section .rt-heading-fold-2{
    padding: 0 16%;
}
.navigation-bar__list-item a:hover {
    background: rgba(0, 126, 255, 0.16);
    border-radius: 3px;
    padding: 1px 10px;
    color: #007bff;
    border: 1px solid rgba(0, 126, 255, 0.44);
}
.navigation-bar__list-item .active{
    background: rgba(0, 126, 255, 0.16);
    border-radius: 3px;
    padding: 1px 10px;
    border: 1px solid rgba(0, 126, 255, 0.44);
}

.submit-form-btn{
    color: #007eff;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 20px;
    padding-left: 0;
}
.nav__right .form {
    display: flex;
    justify-content: flex-end;
}
.nav__right .form input {
    width: 300px;
    background: #fff;
    border: 2px solid #c1c1c1;
    height: 43px;
}

.nav__right .form .logInButton {
    margin: 0;
    height: 43px;
    padding: 0px;
    line-height: 43px;
    margin-left: 12px;
    font-size: 18px !important;
}
.footer-logo img {
    width: 117px;
    margin-right: 60px;
}
.footer-left-side {
    display: flex;
}
#new-footer {
    padding: 0;
}
.banner-form-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #1a1826;
    margin-bottom: 0px;
    z-index: 111;
    padding: 1em 0;
    display: none;
}
.banner-form-fixed div {
    display: flex;
}

.form-b, .fixed-text {
    width: 50%;
    margin: auto;
}
.banner-form input {
    width: 60%;
    margin-right: 19px;
    height: 50px;
    padding-left: 20px;
    background: #fff;
}
#BottomBarBtn {
    height: 58px;
    margin-left: 15px;
}
.fixed-text p {
    margin: 0;
    font-size: 21px;
    padding-top: 7px;
    color: #fff;
}
.banner-form .logInButton.rt-cta-btn {
    margin: 0;
    height: 50px;
    line-height: 50px;
}
.footer-bottom-section__list-item {
    margin-top: 9px;
}
.success-msg{
    width: 690px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1111;
    background: #1a1826;
    background: -moz-linear-gradient(-45deg, #0063c6 0%, #ff3737 100%);
    /* background: -webkit-linear-gradient(-45deg, #0063c6 0%,#ff3737 100%); */
    /* background: linear-gradient(135deg, #0063c6 0%,#ff3737 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063c6', endColorstr='#ff3737',GradientType=1 );
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 87px;
    align-items: center;
    border-radius: 50px;
    box-shadow: 2px 6px 20px 0px rgba(0, 0, 0, 0.42);
    padding: 34px;
    color: #fff;
    transform: translateY(-100px);
    opacity: 0;
    visibility: hidden;
    transition: transform .3s ease,opacity .3s ease, visibility .3s ease;
}
.success-msg.slide{
    opacity: 1;
    visibility: visible;
    transform: translateY(100px);
}
.success-msg p{
    margin: 0;
    font-size: 18px;
}
.success-msg img{
    width: 24px;
    cursor: pointer;
}
@media(min-width: 1365px){
    .rt-new-container{
        width: 1200px;
        margin: auto !important;
    }
    .rt-small-new-container{
        width: 1000px;
        margin: auto;
    }
}
@media(max-width: 1367px){
    .hero-container__image {
        background-position: -1em -4em;
    }
    .bb-3 {
        right: -28em;
    }
    .bb-1 {
        right: -28em;
    }
    .bb-0 {
        left: -71em;
        top: 9em;
    }
    .rt-banner {
        padding-top: 7em;
    }
    .banner-img-props.bb-0{
        display: none;
    }
     .banner-form-fixed div {
        display: flex;
        margin: auto;
        width: 100%;
        padding: 0 10px;
    }
    .fixed-text p {
        font-size: 18px;
        padding-top: 6px;
    }
    .banner-form .logInButton.rt-cta-btn{
        padding: 0;
    }
}
@media (min-width: 993px) and (max-width: 1365px){
    .footer-container {
        width: 90%;
        margin: auto;
        zoom: 0.8;
    }
   
}

@media(min-width: 992px){
    .desktop-hide{
        display: none;
    }
 
}
@media(max-width: 992px){
    
    .form-b, .fixed-text {
        width: 100%;
    }
    .sf-feature-section .rt-heading-fold-2{
        padding: 0 4%;
    }
    .fs__left .feature-title {
        margin-top: 50px;
    }
    .form-b {
        width: 100%;
    }
    .mobile-hide{
        display: none;
    }
    #new-footer {
        height: 100%
    }
    .footer-items {
        margin-bottom: 30px;
    }
    #footer{
        color: #fff;
        margin-top: 20px;
    }
   
    .social-icons a {
        color: #eee;
        margin-left: 10px !important;
    }
    .social-icons {
        font-size: 18px;
        text-align: center;
        padding-top: 12px;
    }
    .footer-container {
        width: 100%;
        margin: auto;
    }
    .mobile-footer{
        text-align: center;
    }
    .copyright-text{
        padding: 10px 0 20px;
    }
    .footer-items-item-start {
        margin-top: 7px;
    }
    #footer > div > div:first-child > a{
        margin-top: 0;
    }
    header {
        height: auto;
        overflow: initial;
    }
    .hero-container__image .banner-upper-image {
    width: 400px;
    box-shadow: 0 0 70px 0 rgba(0, 33, 72, 0.2);
    border-radius: 15px;
    height: 430px;
    border: none;
}
.hero-container__image.wrapper {
    padding-left: 0;
}
.hero-container__image.inner {
    width: 400px;
    position: relative;
    padding: 0;
    border: 1px solid #017bff;
    overflow: auto;
}
.hero-container,.rt-banner{
    display: none;
}

.template__style-2 .template-section {
    margin: 0;
    margin-bottom: 30px !important;
    padding: 0 !important;
}
.c-card {
    width: auto;
    max-width: 400px;
    margin: auto;
    margin-bottom: 40px;
}
.nav--fixed {
    padding: 0;
}
.nav__logo img {
    width: 102px;
}
.nav__list-item {
    margin-left: 21px;
}
.mobile-banner-wrapper{
    background: #1a1826;
background: -moz-linear-gradient(-45deg, #1a1826 0%, #1a1826 100%);
background: -webkit-linear-gradient(-45deg, #1a1826 0%,#1a1826 100%);
background: linear-gradient(135deg, #1a1826 0%,#333044 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1826', endColorstr='#333044',GradientType=1 );
}
.mobile-banner{
    padding: 30px;
    padding-top: 7em;
    max-width: 500px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.featues-section__first {
    padding: 45px 0;
}
.mobile-text{
    margin-top: 10px;
}
.mobile-banner h1{
    font-size: 26px;
    line-height: 39px;
    color: #b4b1bf;
}

.template__style-2 .rt-heading {
    margin-top: 0;
    color: rgba(0,0,0,1);
    padding: 0 29px;
    margin: 0;
}
.fs__right {
    width: 100%;
    position: relative;
}
.fs__left {
    width: 100%;
    position: relative;
}
.testi-wrapper {
    margin-top: 8px;
}
.fs__left .feature-title {
    font-size: 32px !important;
    margin-bottom: 27px;
    text-align: center;
}
}
@media (max-width: 768px){
    .banner-form input {
        width: 100%;
        margin-bottom: 20px;
    }
    .fixed-text p {
        display: none;
    }
    .nav__right {
        display: none;
    }
    .fixed-text {
        display: none !important;
    }
    .form-b {
        width: 100% !important;
    }
    .new-footer .footer-bottom-section {
        width: 100%;
        background: #252330;
    }
    .new-footer .r-new-container{
        width: 100%;
        margin: 0;
    }
    .footer-left-side {
        display: flex;
        justify-content: center;
    }
    .new-footer #copyright {
        justify-content: center;
        margin: 17px 0;
    }
}
@media(max-width: 500px) {
    .form-b {
        flex-direction: column;
    }
}
@media(max-width: 400px){
    .footer-container{
        zoom: 0.8 !important;
    }
}
@media (max-width: 1023px) and (min-width: 768px){
.r-new-container {
    width: 100%;
    margin: auto;
}
}

@media(max-width: 768px) {
    .r-navigation__list {
        display: none;
    }
    .nav__left {
        margin: 0 !important;
        padding: 21px 0;
    }
}

.signup-left .text-quote.left {
    margin-left: -42px;
    margin-top: -20px;
}

.signup-left .text-quote {
    position: absolute;
    opacity: .5;
    width: 40px;
}
.profile-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto;
    border: 3px solid #fff;
    margin-bottom: 51px !important;
}
.api-pricing-container {
    display: flex;
    height: 100%;   
}
.api-pricing-container__left {
    width: 312px;
    background: #1a1826;
    padding: 30px;  
    color: #fff;
}
.light-box__body {
    height: 100% !important; 
}
.lightbox-inner {
    background: #fff;
}
#lightboxPricing .lightbox__footer{
    background: #e1e1e1 !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    padding: 10px 40px !important;
    background: #e1e1e1 !important;
}
.api-pricing-container__right-inner {
    padding: 30px 40px;
}
.api-pricing-feature {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    width: 50%;
    margin-bottom: 20px;
}
.onwards {
    font-family: proxima-nova;
    font-size: 15px;
    text-transform: lowercase !important;
    color: #505050;
    font-weight: 400;
    position: relative;
    left: -16px;
}
.api-pricing-feature img {
    width: 60px !important;
}
.api-pricing-feature-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #ddd;
    padding: 5px;
    margin-top: 8px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.api-pricing-container__right {
    position: relative;
    width: calc( 100% - 312px );
}
.api-pricing-container__right-inner {
    text-align: center;
}
.popup-h2 {
    font-size: 25px;
} 
.price-value-popup {
    display: flex;
    justify-content: center;
    align-items: center;
}
.price-value-popup-price {
    font-size: 72px;
    margin-left: 23px;
}
.lightbox__footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 40px;
}
.price-value-popup {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
}
.lightbox__footer .banner-form {
    margin-top: 7px;
}
.price-value-popup span {
    text-transform: uppercase;
}
.lot-css {
    padding: 5px;
    border: 1px solid #ddd;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.api-pricing-container__left .user-details {
    color: #eaeaea;
}
.api-pricing-container__left {
    position: relative;
}
.company-logo-pricing {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    bottom: 10px;
}
.company-logo-pricing img{
    width: 81px !important;
    filter: grayscale() brightness(11);
    padding: 4px;
}
.api-pricing-container__left .signup-left .text-quote.left {
    margin-left: -30px;
}
.api-pricing-container__left .signup-left {
    margin-top: 40px;
}
.api-pricing-container__left .profile-img {
    border: none;
}
.api-pricing-container__left hr {
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.close-popup {
    position: absolute;
    right: 0;
    top: 0;
    width: 12px !important;
    margin: 12px;
    cursor: pointer;
}

.new-banner-form .rt-cta-btn.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transform: scale(1);
    left: 0;
    height: 58px;
    top: 0;
}
.r-navigation__list-wrapper{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    width: calc(100% - 210px);
    padding-left: 30px;
}
.new-banner-form .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 5px;
    border: 1px solid #ced4da;
}
.new-banner-form .rt-cta-btn.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.banner-form input {
    width: 60%;
    margin: 0; 
    height: 58px;
    padding-left: 20px;
}
.banner-form {
    display: flex;
    margin: auto;
    margin-top: 7px;
}
@media (max-width: 992px){
    .r-navigation__list-wrapper {
        height: 100%;
        overflow: auto;
        overflow-x: hidden;
        position: fixed;
        z-index: 1111;
        top: 0;
        left: 0;
        background: #000;
        WIDTH: 100%;
        height: 100%;
        display: none;
    }
    .sublist__list-item {
        font-size: 16px;
    }
    .nav__logo > img {
        top: -5px !important;
    }
    .sublist {
        margin-top: 0 !important;
        padding: 0 !important;
    }
    .nav__left {
        padding: 20px 0 !important;
    }
    .api-page .hero-heading {
        margin-bottom: 0 !important;
    }
    .popup-h2 {
        font-size: 19px;
    }
    .price-value-popup-price {
        font-size: 48px;
    }
    .api-pricing-feature img {
        width: 42px;
    }
    .api-pricing-feature span{
        font-size: 12px;
    }
    .sublist__list-item.list-heading {
        font-size: 15px;
        margin-bottom: 0;
        padding: 0;
        margin-top: 10px;
    }
    .lightbox {
        z-index: 11111;
    }
    .lightbox__footer {
        position: fixed;
    }
    .api-pricing-container__right-inner {
        padding: 29px 5px;
        padding-bottom: 194px;
    }
    .lightbox-inner {
        overflow: auto;
    }
    .api-pricing-feature {
        margin-bottom: 35px;
    }
    .new-banner-form .form-control {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        margin-bottom: 5px;
        border: 1px solid #ced4da;
    }
    .new-banner-form .rt-cta-btn.btn {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .sublist__list-item.list-heading img {
        width: 40px;
    }
    .close-menu-api-style {
        width: 25px;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 111;
        padding: 4px;
        margin: 10px;
    }
    .r-navigation__list {
        display: flex;
        flex-direction: column-reverse;
        padding: 31px 10px;
        justify-content: flex-end;
    }
    .r-navigation__list-wrapper.open {
        display: block;
    }
    .r-navigation__list-item {
        display: block;
        margin-bottom: 29px;
        margin-bottom: 16px;
    }
    .sublist {
        position: relative;
        top: 0;
        left: 0;
        padding: 30px;
        background: transparent;
        box-shadow: none;
        z-index: 1;
    }
    .sublist-inner {
        width: 80%;
        width: 100%;
        margin: initial;
        margin-left: 0;
    }
    .sublist-inner-sol.subsl-2:before {
        display: none;
    }
    .sublist-inner {
        flex-direction: column;
    }
    .sublist-inner-sol {
        width: 100%;
    }
    .sublist-inner-sol.subsl-2 {
        padding-left: 0;
        position: relative;
        left: 0;
    }
    .r-navigation__list-item.has-subitem .sublist {
        visibility: visible !important;
        opacity: 1 !important;
        transform: translate(0) !important;
    }
    
    .new-customer-slider {
        height: 224px;
        padding-top: 0px !important;
        margin-bottom: 50px;
        margin-top: 28px;
    }
    }
    @media(max-width: 992px){
        .banner-form-fixed {
            /* display: none; */
        }
        .r-navigation__list {
            display: flex;
            flex-direction: column-reverse;
            padding: 0;
            justify-content: flex-end;
            margin-top: 44px;
        }
        .lightbox-inner {
            height: 100%;
        }
        .api-pricing-container__right {
            width: 100%;
        }
       
        .api-pricing-container__left {
            display: none;
        }
        .r-navigation__list-wrapper {
            position: fixed;
            background: #1a1826;
            LEFT: 0;
            top: 0;
            z-index: 11111;
            height: 100%;
            display: none;
            overflow: auto;
            padding-left: 11px;
        }
        .r-navigation__list-item {
            padding: 0;
        }
        .r-navigation__list-wrapper.open {
            display: flex;
        }
        .sublist-inner-sol.subsl-1 {
            width: 100%;
        }
        .open-demo-form {
            position: absolute;
            top: 0;
            right: 0;
            width: 57px;
            padding: 13px;
            margin: 5px;
            cursor: pointer;
        }
        #BottomBarBtn {
            margin: 0;
            margin-top: 10px;
        }
        .banner-form-fixed  input {
            width: 100% !important;
        }
        .ft-t {
            margin-bottom: 60px !important;
        }
    }

    @media(max-width:768px) {
        .lightbox__footer .banner-form {
            flex-direction: column;
        }
        .lightbox__footer .banner-form input{
            width: 100%;
        }
    }
    .r-navigation__list-wrapper {
        padding-left: 0;
    }