/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,800&display=swap');

/* Common Style */
body{background: #f2f2f2; color: #000044 !important;font-family: 'Urbanist', sans-serif !important; overflow-x: hidden;letter-spacing: 0.02em !important;padding-top: 100px;}
a, input, a:focus, input:focus{outline: none;}
h1, h2, h3, h4, h5, h6 {overflow-wrap: initial;}
input:focus{box-shadow: none;}
.text-perpule{color: #7327CC;}
.text-black{color: #000000;}
.text-deep-purple{color:#000044;}
.text-purple-light{color: #BE87FF;}
.text-purple-mid{color: #914DE0;}
.text-carrotbase{color: #FF7E72;}
.text-blue{color: #3636A1;}
.text-grey{color: #808080;}
.text-off-white{color: #FAFAFA;}
.text-grey-500{color: #667085;}
.text-grey-900{color: #101828;}
.text-green{color: #8CDF96;}
.text-dark-purple{color: #7327CC;}
.text-orange{color: #FF7E72;}
.gradient-text{background: #7327CC;background: -webkit-radial-gradient(circle farthest-corner at top left, #7327CC 0%, #FF7E72 100%);background: -moz-radial-gradient(circle farthest-corner at top left, #7327CC 0%, #FF7E72 100%);background: radial-gradient(circle farthest-corner at top left, #7327CC 0%, #FF7E72 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.gradient-text1{background: #FAFAFA;background: -webkit-linear-gradient(to top right, #FAFAFA 0%, #FF7E72 73%);background: -moz-linear-gradient(to top right, #FAFAFA 0%, #FF7E72 73%);background: linear-gradient(to top right, #FAFAFA 0%, #FF7E72 73%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.uppercase{text-transform: uppercase;}
.border-btn-grey{border-bottom: 1px solid #BABABA;}
.text-left{text-align:left;}
.fs-12{font-size: 12px;}
.fs-14{font-size: 16px;}/* Changed this as client suggested */
.fs-18{font-size: 18px;}
.fs-20{font-size: 20px;}
.fs-24{font-size: 24px;}
.fs-28{font-size: 28px;}
.fs-26{font-size: 26px;}
.fs-32{font-size: 32px;}
.fs-72{font-size: 72px !important;line-height: 88px !important;}
.fs-60{font-size: 60px !important;line-height: 66px !important;}

.ln-22{line-height: 22px;}
.ln-28{line-height: 28px;}
.ln-36{line-height: 36px;}
.ln-66{line-height: 66px;}

.light-purple-br{border: 1px solid #BE87FF;}

.fw-300{font-weight: 300;}
.fw-500{font-weight: 500;}
.fw-400{font-weight: 400;}
.fw-600{font-weight: 600;}
.fw-700{font-weight: 700;}
.fw-800{font-weight: 800;}
.fw-900{font-weight: 900;}

h1, .h1{font-size: 60px; line-height: 62px;letter-spacing: 0.02em;}
h2, .h2{font-size: 36px; line-height: 38px;letter-spacing: 0.02em;}
h3, .h3{font-size: 24px !important; line-height: 26px;}

.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}
.mt-50{margin-top: 50px;}
.mt-60{margin-top: 60px;}
.mt-70{margin-top: 70px;}
.mt-100{margin-top: 100px;}
.mt-150{margin-top: 150px;}
.mt-170{margin-top: 170px;}
.mt-200{margin-top: 200px;}
.mt-260{margin-top: 260px;}
.mt-300{margin-top: 300px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-60{margin-bottom: 60px;}
.mb-70{margin-bottom: 70px;}
.mb-100{margin-bottom: 100px;}
.mb-120{margin-bottom: 120px;}
.mb-150{margin-bottom: 150px;}
.mb-180{margin-bottom: 180px;}

.pt-30{padding-top: 30px;}
.pt-40{padding-top: 40px;}
.pt-50{padding-top: 50px;}
.pt-60{padding-top: 60px;}
.pt-70{padding-top: 70px;}
.pt-80{padding-top: 80px;}
.pt-100{padding-top: 100px;}
.pt-110{padding-top: 110px;}
.pt-150{padding-top: 150px;}
.pb-30{padding-bottom: 30px;}
.pb-40{padding-bottom: 40px;}
.pb-50{padding-bottom: 50px;}
.pb-60{padding-bottom: 60px;}
.pb-70{padding-bottom: 70px;}
.pb-80{padding-bottom: 80px;}
.pb-100{padding-bottom: 100px;}
.pb-110{padding-bottom: 110px;}
.pb-130{padding-bottom: 130px;}
.sec-pad{padding: 200px 0;}

.list-style-none{list-style: none;}
.bg-grey{background-color: #E0E0E0 !important;}
.bg-white{background-color: #fff;}
.bg-off-white{background-color: #FAFAFA;}
.bg-trans{background-color: transparent;}
.bg-purple{background-color: #7327CC;}
.bg-dark-purple{background-color: #000044;}

.btn{height: 56px;padding: 0px 20px !important;border-radius: 4px; font-weight: 600;display: inline-flex;justify-content: center;align-items: center;}
.button-primary{background: #7327CC;color: #fff;transition: all 0.3s linear;font-family: 'Urbanist', sans-serif !important;}
.button-primary:hover{background: #000044;color: #fff;}
.button-primary.in-dark-bg:hover{background: #914DE0;color: #fff;}
.button-primary:active, .button-primary:focus {background: #24247F;box-shadow: none;}
.button-primary.in-dark-bg:active, .button-primary.in-dark-bg:focus {background: #BE87FF;box-shadow: none;}
.button-secondary{background: transparent;border: 2px solid #24247F;color: #24247F;transition: all 0.3s linear;font-family: 'Urbanist', sans-serif !important;}
.button-secondary:hover{border-color: #000044;color: #000044;}
.button-secondary:active, .button-secondary:focus{border-color: #24247F; color: #24247F; box-shadow: none;}
.button-primary.btn-white {background: #FAFAFA;color: #000044;}
.button-primary.btn-white:hover {background: #7327CC; color: #ffffff;}
.button-primary.btn-white:active, .button-primary.btn-white:focus {background: #24247F;color: #ffffff;box-shadow: none;}
.button-secondary.linkbtn{border: none;color: #7327CC;padding: 0px;}
.button-secondary.linkbtn.underline::before{background-color: #7327CC;}
.underline{position: relative;}
.underline::before{content: '';position: absolute;bottom: 0;right: 0;width: 0;height: 2px;background-color: #FFFFFF;transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);}

@media (hover: hover) and (pointer: fine) {
    .underline:hover::before{
      left: 0;
      right: auto;
      width: 100%;
    }
}
@media (max-width: 1199px) {
    body{padding-top:67px;}
}
@media (max-width: 991px) {
    h1, .h1{font-size: 50px; line-height: 54px;}
    h2, .h2 {font-size: 26px !important;line-height: 30px;}
}
@media (max-width: 575px) {
    h1, .h1{font-size: 32px; line-height: 36px;}
    h2, .h2 {font-size: 20px;line-height: 24px;}
}

/*Icons*/
i.custom-icon{display: inline-block;background-repeat: no-repeat;background-size: cover; background-position: 50%;}
.ic-user{background-image: url(../images/ic_user.svg); height: 24px; width: 24px;}
.ic-right-arrow{background-image: url(../images/ic_right-arrow.svg); height: 10px; width: 16px;}
.ic-right-arrow-white{background-image: url(../images/ic_right-arrow-white.svg); height: 10px; width: 16px;}
.ic-right-arrow-perpule{background-image: url(../images/ic_right-arrow-perpule.svg); height: 10px; width: 16px;}
.ic-right-arrow-circle{background-image: url(../images/ic_right-arrow-circle.svg); height: 40px; width: 40px;}
.ic-left-arrow-circle{background-image: url(../images/ic_left-arrow-circle.svg); height: 40px; width: 40px;}
.linkedIn-icon{background-image: url(../images/ic_social-linkedin.svg); height: 30px; width: 30px;}
.twitter-icon{background-image: url(../images/ic_social-twitter.svg); height: 30px; width: 30px;}

.ic-podcast-spotify{background-image:url(../images/ic_podcast-spotify.png); height: 28px; width: 28px;}
.ic-podcast-apple{background-image:url(../images/ic_podcast-apple.png); height: 28px; width: 28px;}
.ic-podcast-youtube{background-image:url(../images/ic_podcast-youtube.png); height: 28px; width: 28px;}
.ic-podcast-google{background-image:url(../images/ic_podcast-en_google.png); height: 28px; width: 28px;}

.ic-footer-linkedin{background-image:url(../images/ic_footer-linkedin-circle.svg); height: 32px; width: 32px;}
.ic-footer-facebook{background-image:url(../images/ic_footer-facebook-circle.svg); height: 32px; width: 32px;}
.ic-footer-twitter{background-image:url(../images/ic_footer-twitter-circle.svg); height: 32px; width: 32px;}
.ic-footer-youtube{background-image:url(../images/ic_footer-youtube-circle.svg); height: 32px; width: 32px;}
.ic-footer-spotify{background-image:url(../images/ic_footer-spotify-circle.svg); height: 32px; width: 32px;}

/* Header */
header .navbar{padding: 22px 0px 22px 0px;z-index: 9999;}
header .bg-light{background-color: transparent !important;}
header .navbar-brand{padding-right: 30px;border-right: 1px solid #FF7E72;margin-right: 16px;z-index: 99;display: flex;}
header .navbar-brand img{width: 145px;}
header .navbar-light .navbar-nav .nav-link {display: flex;align-items: center;color: #000044;padding-left: 18px;padding-right: 18px;}
header .navbar .dropdown-toggle::after,.blog-categories-select .dropdown-toggle::after {border: none;background-image: url(../images/ic_down-arrow.svg);background-size: contain;background-repeat: no-repeat;width: 15px;height: 7px;margin-bottom: 0px;margin-left: 8px;}
header .navbar-light .navbar-toggler {color: #2e2b78;border: 0;outline: none;box-shadow:none;z-index: 99;}
header .navbar-light .navbar-toggler .nav-ic {height: 3px;width: 24px;display: block;background: #2e2b78;margin: 5px;}
header .navbar-light .navbar-toggler .nav-ic:nth-child(2) {width: 19px;margin-left: auto;}
/* header .nav-item .btn{height: 40px;} */
header .nav-item .btn:hover{color: inherit;}
header .navbar-collapse-wrapper .navbar-nav {align-items: center;}

/*Header-Dropdown*/
header nav.navbar .dropdown{position: unset;}
header nav.navbar .dropdown-menu{min-width: 100%;border:0;border-top: 1px solid #E0E0E0;border-radius: 0;box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);background-color: #FAFAFA;padding: 0;}
/* header .dropdown-menu .circle{background: #914DE0;border-radius: 50%;} */
header .dropdown-menu .circle.c-big{width: 75px;height: 75px;}
header .dropdown-menu .circle.c-small{width: 28px;height: 28px;}
header .dropdown-menu .circle.c-big img,
header .dropdown-menu .circle.c-small img{height: 100%; width: 100%; object-fit: cover; border-radius: 50%;}
header .dropdown-menu .h5{font-size: 18px;font-weight: 600;margin-bottom: 5px;text-decoration: none;}
header .dropdown-menu p{color: #808080;font-size: 16px;}
header .drop-item {padding: 10px 5px;}
header .drop-item:hover{background: rgba(190, 135, 255, 0.1);border-radius: 4px;}
header .dropdown-toggle.show{color: #7327CC !important;transition:all 0.5s ease-in-out;}
header .dropdown-toggle.show::after{transform: rotate(180deg);}
header .dropdown-toggle::after,.dropdown-toggle{transition:all 0.5s ease-in-out;margin-bottom:0}
header .explore:before {content: '';background: #be87ff1a;position: absolute;width: 100%;height: 41%;bottom: 0;}
header .explore-img{width: 75px;height: auto;position: relative; overflow: hidden;}
header .explore-img img{width: 100%; height: 100%; object-fit: contain;}
header .explore:hover{background: transparent;}
header .dropdown-menu ul li {list-style-type: none;padding:10px 0}
header .dropdown-menu ul li a{color: #808080;font-size: 18px;text-decoration: none;}
header .navbar.open{background-color: #FAFAFA !important;}
header .navbar-collapse-wrapper{display: flex; width: 100%;}

header nav.navbar .nav-item{font-size: 16px;}
header .drop-item .col-3{width: auto;}
header .how-we-are .drop-item .col-3 {max-width: 100px; min-width: 100px; padding: 0;}

/* March 21 */
/* header{position: fixed; top: 0;right: 0;left: 0;z-index: 99;background-color: #FAFAFA;height: 102px;} */
header .bg-light.header-bg{background-color: rgb(250 250 250 / 80%) !important;backdrop-filter: blur(18px);}

/**/

@media (max-width: 1358px) and (min-width:1200px) {
    header .navbar-light .navbar-nav .nav-link {padding-left: 14px;padding-right: 14px;}
}
@media (max-width: 1199px) {
    header .navbar-brand{padding-right: 20px;margin-right: 10px;display: flex;border: 0;}
    header .navbar-light .navbar-nav .nav-link{position: relative;padding: 14px;width: 100%;display: flex;align-items: center;}
    header .navbar-light .navbar-nav .nav-item .menu-main-icons{margin-right: 15px; width: 32px; height: 32px;}
    /* header .navbar .nav-link::before {content: '';width: 32px;height: 32px;border: 1px solid #7327CC;position: absolute;left: 2rem;border-radius: 50%;top: 12px;} */
    
    header nav.navbar .nav-item {margin: 0 1rem;}
    header nav.navbar .dropdown-menu{border: 0;box-shadow: none;}
    header .dropdown-toggle.show{background: rgba(190, 135, 255, 0.1);border-radius: 4px;}
    header .navbar.open {background-color: #ffffff !important;}
    header .dropdown-menu p,header .dropdown-menu .circle,header .drop-item,header .navbar .nav-login .nav-link::before{display: none;}
    header .navbar-collapse,header nav.navbar .dropdown-menu{background: #ffffff;}
    header .navbar .dropdown-toggle::after, .blog-categories-select .dropdown-toggle::after{margin-bottom: 0px;margin-left: 0px;}
    header .navbar .dropdown-toggle::after{margin-left: auto;}

    header .navbar-collapse-wrapper .navbar-nav{align-items: stretch;}

    .fixed {overflow-y: hidden;}
    body.fixed header nav.navbar {background-color: #ffffff !important;}

    .blog-categories{padding: 1rem;}
    .blog-categories ul {padding-left: 0;}
    
    /* .navbar-collapse ul.navbar-nav:not(.nav-login) {border-top: 1px solid #E0E0E0;} */
    header nav.navbar .nav-login {position: fixed;bottom: 0;left: 0;right: 0;margin: auto;text-align: center;background: #E0E0E0;}
    header nav.navbar .nav-login .nav-item{margin:5px auto;}
    header .mobile-demo-booking {background: linear-gradient(119.87deg, #7327CC -8.36%, #FF7E72 100%);border-radius: 4px;padding: 3rem;margin: 2rem; width: auto !important;}
    header .mobile-demo-booking li{color: #ffffff;list-style-type: none;}
    header .mobile-demo-booking li span{font-weight: 700;}
    header .mobile-demo-booking ul li {margin: 0 !important;}
    header .mobile-demo-booking .button-secondary{background: #FAFAFA;color:#000044;border: 1px solid #ffffff;margin: 2rem 0 0 !important;}
    
    header .change .bar1 {-webkit-transform: rotate(-45deg) translate(-2px, 5px);transform: rotate(-45deg) translate(-2px, 5px);}
    header .change .bar2 {display: none !important;}
    header .change .bar3 {-webkit-transform: rotate(45deg) translate(0px, -4px);transform: rotate(45deg) translate(0px, -4px);width: 100%;}
    header .navbar-toggler .bar1, 
    header .navbar-toggler .bar2, 
    header .navbar-toggler .bar3 {background-color:#2e2b78;width: 2rem;height: 2px;margin: 4px 0;transition: 0.4s;}
    
    header .navbar-expand-lg .navbar-collapse{display: none !important;position: fixed;top: 60px;left: 0;right: 0;z-index: 9;box-shadow: 0px 10px 9px rgb(0 0 0 / 20%);transform: translate3d(0px, 0px, 0px);}
    header .navbar-expand-lg .navbar-collapse.show,
    header .navbar-expand-lg .navbar-collapse.collapsing{display: block !important;}
    header .navbar-expand-lg .navbar-toggler{display: block;}
    header .navbar-expand-lg .navbar-nav{flex-direction: column;}
    header .navbar-expand-lg .navbar-nav .dropdown-menu{position: static;}
    header .container{width: 100%;max-width: 100%;}
    header .navbar-collapse-wrapper{flex-direction: column;padding: 30px 0 60px;border-top: 1px solid #E0E0E0;height: 100%;    height: calc(100vh - 60px);overflow: auto;}
    header .navbar-collapse-wrapper ul{width: 100%;}
    header .nav-item .btn{margin-left: 10px;margin-top: 15px;}
    header .navbar{padding: 15px 0;}
    header .navbar-expand-lg .navbar-nav .dropdown-menu > .col-xl-11 {padding: 0px 12px !important;}

    /* March21 */
    /* header{height: 67px;} */
}
@media (min-width: 992px) {.m-show{display: none;}.d-mobile{display: none}}
@media (max-width: 991px) {.d-show{display: none;}}
@media (max-width:767px) {
    header .navbar-collapse-wrapper{padding: 15px 0 60px;}
    header .navbar-light .navbar-toggler{padding: 0px;}
}

/* Resources & Insights */
.resources-insights-section{/* padding: 30px 0px; */position: relative;} /* background-color: #f4f4f4; */
.resources-insights-section:after {content: '';position: absolute;background: #000044;height: calc(100% - 220px);width: 100%;bottom: 0;z-index: 0;}
.resources-insights-section > .container{position: relative; z-index: 1;}
.podcast-box{background: #FAFAFA;box-shadow: 0px 4px 12px 6px rgba(0, 0, 68, 0.05);border-radius: 4px;height: 100%;}
.podcast-box > .row{height: 100%;}
.podcast-box .podcast-content{padding: 35px 25px 15px 10px;}
.podcast-box .podcast-content .podcast-titles{padding-bottom: 20px;border-bottom: 1px solid #E0E0E0;margin-bottom: 8px;}
.podcast-box .podcast-banner-img img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.podcast-social-links ul {list-style: none;padding: 0;margin: 0;}
.podcast-social-links ul li a {display: flex;align-items: center;color: inherit;font-size: 16px;font-weight: 600;}
.podcast-social-links ul li a > span{position: relative;}
.podcast-social-links ul li a > span::before{content: '';position: absolute;bottom: 0;right: 0;width: 0;height: 1px;background-color: #000044;transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);}
.podcast-social-links ul li {padding: 8px 0;}
.podcast-social-links ul li a i {margin-right: 10px;}
.blog-box{background: #FAFAFA;box-shadow: 0px 4px 12px 6px rgba(0, 0, 68, 0.05);border-radius: 4px;overflow: hidden; height: 100%;}
.blog-box .row {flex-direction: column;height: 100%;}
.blog-box .row > .col-12{flex: 0 0 auto;}
.blog-box .blog-img{background-color: #7327CC;height: auto;position: relative;}
.blog-box .blog-img img {width: 100%;height: 100%;object-fit: cover;}
.blog-box .blog-img .tag-new{position: absolute;top: 20px;right: 0px;height: 41px;background: #FAFAFA;letter-spacing: 0.08em;text-transform: uppercase;font-style: italic;font-weight: 800;font-size: 14px;line-height: 16px;padding: 14px 12px 14px 20px;}
.blog-box .blog-content{padding: 30px;}
.blog-box .blog-action-btn{padding: 15px; text-align: right;}
.blog-top-icon .blog-action-btn{position: absolute; bottom: 0; right: 0;}

@media (hover: hover) and (pointer: fine){
    .podcast-social-links ul li a:hover > span::before {left: 0;right: auto;width: 100%;}
}

@media (max-width:991px) {
    .resources-insights-section h3.mb-50{margin-bottom: 40px;}
    .resources-insights-section .col-12.col-lg-6,
    .resources-insights-section .col-12.col-lg-3{margin-bottom: 20px;}
}
@media (max-width:575px) {
    .podcast-box .podcast-banner-img img{height: 300px;}
    .podcast-box .podcast-content {padding: 20px 45px;}
}

/* Book a Demo */
.book-demo-input{width: 100%;max-width: 418px;height: 64px;border-radius: 4px;display: flex;padding: 4px;border: 1px solid #914DE0;position: relative;}
.book-demo-input button{white-space: nowrap;height: 100%;}
.book-demo-input .form-control{border: none;background: transparent;height: 100%;}
.book-demo-input .form-control::-webkit-input-placeholder {color: #808080;}
.book-demo-input .form-control:-ms-input-placeholder {color: #808080;}
.book-demo-input .form-control::placeholder {color: #808080;}
.book-demo-input .form-control:focus{box-shadow: none;}
.book-demo-modal .modal-content{background: #FAFAFA;border: 1px solid #E0E0E0;border-radius: 4px;box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);}
.book-demo-modal .modal-header{border: 0;}
.book-demo-modal .modal-body{padding-top: 0px;}
.book-demo-modal .popup-banner{background: #C4C4C4;border-radius: 4px;height: 216px;}
.book-demo-modal .btn{height: 56px;}
.book-demo-modal.thank-you-modal .modal-body {height: 698px;}
/* .form-control:focus ~ .floating-label,
.form-control:not(:focus):valid ~ .floating-label{top: -24px;bottom: 10px;left: 0px;opacity: 1;font-size: 12px;line-height: 14px;color: #914DE0;} */
.form-control:focus ~ .floating-label, 
.form-control:not(:placeholder-shown) ~ .floating-label  {top: -24px;bottom: 10px;left: 0px;opacity: 1;font-size: 12px;line-height: 14px;color: #914DE0;}

.form-control::-webkit-input-placeholder {color: transparent;}
.form-control:-ms-input-placeholder {color: transparent;}
.form-control::placeholder {color: transparent;}

/* .form-control {font-size: 14px;width: 200px;height: 35px;} */
.floating-label {position: absolute;pointer-events: none;left: 20px;top: 20px;transition: 0.2s ease all;}
.form-control {border: 2px solid #808080;border-radius: 4px;height: 64px;background: transparent;color: #808080;}
.form-control:focus{box-shadow: none !important;border-color: #914DE0 !important;}
.form-control .floating-label {color: #808080;}
textarea.form-control {height: auto;resize: none;}

/* Newsletter Section */
.newsletter-section{padding: 30px 0px;background: #000044;}
.newsletter-section h2{font-size: 32px;line-height: 38px;}
.newsletter-section h2 span {display: block;}
.newsletter-section .book-demo-input{border: 1px solid #808080;}
.newsletter-section .book-demo-input .form-control {color: #fff;}
.newsletter-section .book-demo-input .form-control::-webkit-input-placeholder {color: #ffffff;}
.newsletter-section .book-demo-input .form-control:-ms-input-placeholder {color: #ffffff;}
.newsletter-section .book-demo-input .form-control::placeholder {color: #ffffff;}
.newsletter-section .newsletter-wrapper{background: linear-gradient(270.1deg, #24247F 0.1%, #000044 122.27%);box-shadow: 0px 4px 12px rgba(0, 0, 68, 0.05);border-radius: 4px;}

@media (max-width:991px) {
    .newsletter-section .fs-24{font-size: 18px;}
    .newsletter-section .newsletter-content{padding: 0px 60px 60px;text-align: center;}
    .newsletter-section{padding-top: 10px;}
}
@media (max-width:767px) {
    .newsletter-section .newsletter-content{padding: 0px 30px 30px;}
}

/* Footer */
footer{background: #131369;padding: 50px 0px 40px;}
.footer-logo{display: block;max-width: 200px;width: 100%;}
.footer-logo img{width: 100%;}
.social-link{margin-top: 20px;}
.social-link h5{font-size: 16px !important; font-weight: 700;color: #fff !important;margin-bottom: 20px;}
.social-link ul{display: flex;list-style: none;padding: 0px;margin: 0;}
.social-link ul li{margin-right: 10px;}
.social-link ul a{text-decoration: none;}
.footer-menu{color: #fff !important;}
.footer-menu h5{font-size: 16px !important;padding-bottom: 15px;border-bottom: 1px solid #ffff;margin-bottom: 15px !important;color: #fff !important;font-family: 'Urbanist', sans-serif !important;}
.footer-menu ul{list-style: none;padding: 0;margin: 0;overflow: hidden;height: 104px;}
.footer-menu ul li{padding: 5px 0px; line-height: 24px !important;}
.footer-menu ul li a{font-size: 14px;color: #fff;text-decoration: none;}
/* .footer-menu ul li a:hover{font-weight: 700;color: #FF7E72;} */
.footer-menu ul li a.underline::before{height: 1px;}
.footer-menu ul li a{position:relative;}
.footer-menu ul li a::before {content: '';position: absolute;bottom: 0;right: 0;width: 0;height: 1px;background-color: #FFFFFF;transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);}
.footer-menu .show-more{font-weight: 600; color: #ffffff;font-size: 1rem;margin-top: 4px;display: inline-block;text-decoration: underline;}
.footer-menu > .row{align-items: start;}
/* .footer-menu ul.openList{height: 100%;} */
.footer-menu .openList ul{height: 100%;}
@media (hover: hover) and (pointer: fine){.footer-menu ul li a:hover::before {left: 0;right: auto;width: 100%;}}

@media (max-width:991px) {
    footer{padding: 70px 0px 40px;}
    .footer-menu h5{margin-top: 40px;}
    .footer-menu ul{height: 100px;}
    .footer-menu .show-more{margin-top: 0px;}
}

/* Go to Top Button */
.goto-top{position: fixed; bottom: 20px; right: 20px;z-index: 99;}
.goto-top-btn{display: none;align-items: center;justify-content: center;width: 80px;height: 80px;border: 0px; border-radius: 50%; background: #FAFAFA;box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.12);}
.goto-top-btn i.ic-right-arrow-perpule {height: 18px;width: 29px;transform: rotate(-90deg);}
.goto-top-btn.show{display: flex;}

@media (max-width: 767px){
    .goto-top{bottom: 15px;right: 15px;}
    .goto-top-btn{width: 50px;height: 50px;}
    .goto-top-btn i.ic-right-arrow-perpule {height: 12px;width: 23px;}
}

/*---------- Added on 17-03-2022 ----------*/
/* Common */
h1, h2, h3, h4, h5, h6 {color: inherit;font-family: 'Urbanist', sans-serif !important;}
ul li, ol li{font-family: 'Urbanist', sans-serif !important;font-size: 16px;}
p {color: inherit;font-family: 'Urbanist', sans-serif;}

@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {max-width: 1320px;}
}

/* Header Changes */
header .nav-item .btn:hover{/*color: inherit;*/ color: #fff;}
/* header .bg-light.affix {position:relative !important;} */
header .dropdown:hover>.dropdown-menu {display: none;}
header .dropdown:hover>.dropdown-menu.show {display: block;}
header .navbar-brand{font-size: inherit;}

/* innner pages style change */
.form-section .platform-form{margin-bottom: 80px;}
.home-section h1{font-family: 'Urbanist', sans-serif; color: #000044;}
h2.section-title{font-family: 'Urbanist', sans-serif;}
.get-demo-box1 h2{color: #000044;}
.red-btn-get-demo, .btn-get-demo{display: inline-flex;justify-content: center;align-items: center;height: 56px;font-size: 16px !important;padding: 0px 20px !important;border-radius: 4px !important;background: #7327CC !important;font-family: 'Urbanist', sans-serif !important;}
.red-btn-get-demo:hover, .btn-get-demo:hover{background: #24247F !important;}
.solution-pages .section-title{color: #000044;}
.solution-pages .box-content-sec .content-box h6{color: #000044;}
.suc{color: #000044 !important;}
.content-img-sec .col-content-sec h3{color: #000044 !important;}
.form-section .section-title{font-family: 'Urbanist', sans-serif !important;}
.form-section .platform-form .btn-primary{display: inline-flex; justify-content: center; align-items: center; height: 56px; font-size: 16px;padding: 0px 20px; border-radius: 4px; background: #7327CC;border: 0px;}
.form-section .platform-form .btn-primary:hover{background: #24247F; color: #fff;}

.orange_learn_more_btn {all: unset !important;color: #7327CC !important;position: relative !important;transition: all 0.3s linear !important;height: 56px !important;display: inline-flex !important;justify-content: center !important;align-items: center !important;font-weight: 600 !important;cursor: pointer !important;}
.orange_learn_more_btn:before {content: '';position: absolute;bottom: 0;right: 0;width: 0;height: 2px;background-color: #7327CC;transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);}
@media (hover: hover) and (pointer: fine){.orange_learn_more_btn:hover::before {left: 0;right: auto;width: 100%;}}
.solution-pages.customer-success .orange_learn_more_btn img,.solution-pages.product-success .orange_learn_more_btn img,.solution-pages.product-success  .red-btn-get-demo img,
.solution-pages.experience-success  .red-btn-get-demo img,.solution-pages.experience-success .orange_learn_more_btn img{display: none;}

/*-----------------------------------------*/
/* 18/03/2022 */
/* product success */
.solution-pages.product-success .bg_blue_banner .head_sec p,.platform-pages section.bg-grey .col-content-sec p.s-para{font-family: 'Roboto', sans-serif !important;font-size: 18px !important;line-height: 26px;}
.solution-pages.product-success .adoption_goals_hed h3,.solution-pages.experience-success .adoption_goals_hed h2,.content-img-sec .col-content-sec h2{color: #000044 !important;font-size: 36px;font-family: 'Urbanist', sans-serif !important;letter-spacing: 1.5px !important;line-height: 38px;}
/* .content-img-sec .col-content-sec p{} */
.solution-pages.product-success .home-section h1.main-title,.solution-pages.experience-success .home-section h1.main-title{margin-bottom: 20px !important;}
.solution-pages.experience-success .bg_blue_banner{padding-bottom: 130px;}
.onboarding-pages .blue-gradient-bg .head_sec .section-title{font-size: 36px;}
.onboarding-pages .industry_challenges .ic-box h4{font-weight: 500;}
.onboarding-pages .industry_challenges .ic-box p{font-family: 'Roboto', sans-serif !important;}
.adoption_goals_hed h2{color: #000044 !important;font-size: 36px;}
.onboarding-content-sec .onboarding-orange-content .left-content-sec h3{color: #3e457b;}
.onboarding-content-sec h3{margin-bottom: 20px;}
.blog-search-form {display: flex !important;flex-flow: unset;}

.platform-pages .home-banner-content h1.main-title{font-size: 45px;font-family: 'Urbanist', sans-serif;   margin-bottom: 20px !important;}
.platform-pages .home-banner-content p{margin-bottom: 30px;font-size: 25px !important;line-height: 30px;color: #505050 !important;font-weight: 400 !important;font-family: 'Urbanist', sans-serif !important;}
.platform-pages section .col-content-sec h2{font-size: 36px;font-family: 'Urbanist', sans-serif;    color: #000044;}
.platform-pages section.bg-grey .col-content-sec p.s-para{font-weight: 400;color: #0c0c0c;}
.platform-pages  .col-content-sec h3{color: #000044 !important;font-size: 36px !important;line-height:38px !important;font-family: 'Urbanist', sans-serif !important;font-weight: 700 !important;}
.platform-pages  .col-content-sec p{font-size: 15px !important;line-height: 21px!important;font-weight: 400 !important;color: #505050 !important;font-family: 'Roboto', sans-serif !important;}
.platform-pages  .platform-list h3{font-family: 'Urbanist', sans-serif;font-size: 34px !important;color: #ffffff;font-weight: 700;line-height: 38px;}
.platform-pages .platform-carousel .feature_box h5 {    font-size: 22px;font-family: 'Urbanist', sans-serif;}
.platform-pages .platform-carousel .feature_box .static_page_pink{position: absolute;margin: auto;text-align: center;left: 50%;bottom: -10%;transform: translate(-50%, -10%);}

.platform-pages.customer-view .home-section img.hero-image{width:100%;margin-left:0}
.platform-pages .bg-blue .col-content-sec h3,.platform-pages .bg-blue .col-content-sec p{color: #ffffff !important;}
.platform-pages h3{line-height: 1.7;}

@media(max-width:414px){
    .solution-pages.customer-success .home-section h1.main-title,.solution-pages.product-success .home-section h1.main-title, .solution-pages.experience-success .home-section h1.main-title,.onboarding-pages .home-section h1.main-title,
    .platform-pages .home-banner-content h1.main-title{font-size: 30px;line-height: 38px;}
    .solution-pages.customer-success .home-section p,.solution-pages.product-success .home-section p,.solution-pages.experience-success .home-section p,.onboarding-pages .home-section p,.upsell-and-cross .home-section p.b-para,
    .platform-pages .home-banner-content p{font-size: 18px !important;line-height: 26px;}
    .content-img-sec .col-content-sec h3{font-size: 27px;line-height: 32px;}
    .solution-pages.experience-success .bg_blue_banner{max-height: 100%;padding-bottom: 60px;}
    .solution-pages.experience-success .bg_blue_banner.m-h-35{padding-bottom: 120px;}
    .solution-pages.experience-success .col-content-sec{margin-top: 50px;}
    .bar_img{left: 0;}
}

/* Added on 28-03-2022*/
.blog_footer_newsletter_sec .single_line_newsletter_box form input#mailster-email-1::-webkit-input-placeholder,
.single-post #widget-newletter.blue_widget_bg input#mailster-email-1::-webkit-input-placeholder, 
.single-post #widget-newletter.light_widget_bg input#mailster-email-1::-webkit-input-placeholder,
.two_line_newsletter_box form input#mailster-email-1::-webkit-input-placeholder,
body.new_blog_design .podcast_mini_subscribe_widget .wpcf7 form input#mailster-email-1::-webkit-input-placeholder {font-family:'Urbanist', sans-serif !important;font-size: 16px !important;color: #000044 !important;}
.blog_footer_newsletter_sec .single_line_newsletter_box form input#mailster-email-1:-ms-input-placeholder,
.single-post #widget-newletter.blue_widget_bg input#mailster-email-1:-ms-input-placeholder, 
.single-post #widget-newletter.light_widget_bg input#mailster-email-1:-ms-input-placeholder,
.two_line_newsletter_box form input#mailster-email-1:-ms-input-placeholder,
body.new_blog_design .podcast_mini_subscribe_widget .wpcf7 form input#mailster-email-1:-ms-input-placeholder {font-family:'Urbanist', sans-serif !important;font-size: 16px !important;color: #000044 !important;}
.blog_footer_newsletter_sec .single_line_newsletter_box form input#mailster-email-1::placeholder,
.single-post #widget-newletter.blue_widget_bg input#mailster-email-1::placeholder, 
.single-post #widget-newletter.light_widget_bg input#mailster-email-1::placeholder,
.two_line_newsletter_box form input#mailster-email-1::placeholder,
body.new_blog_design .podcast_mini_subscribe_widget .wpcf7 form input#mailster-email-1::placeholder {font-family:'Urbanist', sans-serif !important;font-size: 16px !important;color: #000044 !important;}

.single_line_newsletter_box form.wpcf7-form{position: relative;padding:0;max-width:600px;border:1px solid #808080;height:64px;border-radius:4px;display:block;padding: 4px !important;margin:auto;}
.single_line_newsletter_box form.wpcf7-form p{display:flex;height:100%;}
.single_line_newsletter_box form.wpcf7-form p input.wpcf7-form-control.wpcf7-submit{position: relative;margin:0 !important;background: #7327CC;width: 200px;height: 100%;font-family: 'Urbanist', sans-serif !important;font-weight: 600;text-transform: initial;letter-spacing: 0.02em;}
.single_line_newsletter_box form.wpcf7-form p input.wpcf7-form-control.wpcf7-submit:hover{background: #000044;}
.single_line_newsletter_box form.wpcf7-form p span.use-floating-validation-tip{height:100%;}
.single_line_newsletter_box form.wpcf7-form p span.use-floating-validation-tip > .wpcf7-form-control-wrap{height:100%;display:flex;flex-direction:column;}
.single_line_newsletter_box form.wpcf7-form p span.use-floating-validation-tip > .wpcf7-form-control-wrap input.wpcf7-form-control{height:100% !important;background:transparent !important;font-family:'Urbanist', sans-serif !important;}
.single_line_newsletter_box form.wpcf7-form p span.use-floating-validation-tip > .wpcf7-form-control-wrap label.error{position:absolute;bottom:-30px;margin:0 !important;font-size:14px;font-weight:500;color:red;}
.single_line_newsletter_box .wpcf7-spinner{position: absolute;top: 18px;right: 15px; margin: 0px;}
.blog_footer_newsletter_sec .single_line_newsletter_box form input#mailster-email-1{font-family:'Urbanist', sans-serif !important;color: #000044;font-size: 16px !important;border: 0 !important;}

/*Podcast Page*/
.blog_category_menus > li > a{font-family:'Urbanist', sans-serif;font-size: 16px;font-weight: 600}
.podcast_newsletter h2{font-family:'Urbanist', sans-serif !important;font-size: 50px;line-height: 48px;}
.podcast_newsletter h6{font-family:'Urbanist', sans-serif !important;}
body.new_blog_design .podcast_container .podcast_meta, 
body.new_blog_design .podcast_summary p,
body.new_blog_design .podcast_featured_widget > ul > li a i,
body.new_blog_design .podcast_featured_widget > ul > li a section h3,
body.new_blog_design .podcast_mini_subscribe_widget h2,
body.new_blog_design .podcast_mini_subscribe_widget input.wpcf7-form-control.wpcf7-submit{font-family:'Urbanist', sans-serif !important;}

body.new_blog_design .podcast_mini_subscribe_widget input.wpcf7-form-control.wpcf7-submit,
#respond input[type="submit"]{background: #7327CC;font-weight: 600;text-transform: none;letter-spacing: 0.02em !important;}
body.new_blog_design .podcast_mini_subscribe_widget input.wpcf7-form-control.wpcf7-submit:hover,
#respond input[type="submit"]:hover{background: #000044;}
body.new_blog_design .podcast_mini_subscribe_widget{border-color: #000044;}
body.new_blog_design .podcast_pagination ul li.active, body.new_blog_design .podcast_pagination ul li .active{background: #7327CC;}
#respond input[type="submit"]{height: 56px; border-radius: 4px;color: #fff; font-size: 16px; font-weight: 600;letter-spacing: 0.02em !important;}

/*Podcast details page*/
.blog-breadcrumb .container{max-width:100%;padding:0px 3rem!important;}
body.single-post .blog-breadcrumb .breadcrumb{padding:0;display:flex;}
body.single-post .blog-breadcrumb .breadcrumb li{display:flex;}
body.single-post .blog-breadcrumb .dropdown{margin-left:30px;padding:0;}
body.single-post .blog-breadcrumb .dropdown .btn.btn-default{height:auto;padding:0 !important;font-family:'Urbanist', sans-serif;font-weight:500;display:flex;align-items:center;font-size:16px;}
.blog-breadcrumb .container .d-flex{align-items:center;}
body.single-post .blog-breadcrumb .breadcrumb a, body.page-template-blog .blog-breadcrumb .breadcrumb a, body.archive .blog-breadcrumb .breadcrumb a, body.new_blog_design .blog-breadcrumb .breadcrumb a{font-family:'Urbanist', sans-serif;font-size:16px;font-weight:500;display:flex;align-items:center;}
body.single-post .blog-breadcrumb .dropdown .btn.btn-default i{margin-left:5px;}
body.single-post .blog-breadcrumb .right_side .btn.btn-outline-orange, 
body.page-template-blog .blog-breadcrumb .right_side .btn.btn-outline-orange, 
body.archive .blog-breadcrumb .right_side .btn.btn-outline-orange, 
body.new_blog_design .blog-breadcrumb .right_side .btn.btn-outline-orange {height: 40px;font-size: 16px;font-family: 'Urbanist', sans-serif;border: 2px solid #24247F !important;color: #24247F;margin: 0;border-radius: 4px;}
body.single-post .blog-breadcrumb .right_side .btn.btn-outline-orange:hover, 
body.page-template-blog .blog-breadcrumb .right_side .btn.btn-outline-orange:hover, 
body.archive .blog-breadcrumb .right_side .btn.btn-outline-orange:hover, 
body.new_blog_design .blog-breadcrumb .right_side .btn.btn-outline-orange:hover {border-color: #000044 !important;color: #000044; background:transparent;}
body.single-post .blog-breadcrumb .right_side .btn.search-btn {font-family: 'Urbanist', sans-serif;font-size: 16px;font-weight: 500;height: auto;}
.blog-breadcrumb .container .btn-group {min-height: 40px;}
body.single-post .blog-search-form input {font-size: 16px !important;height: auto;top: 0;}
body.single-post .search-box, body.page-template-blog .search-box, body.archive .search-box, body.new_blog_design .search-box {top: -7px;}
.blog-breadcrumb.affix {top: 100px;}
body.single-post p, body.page-template-blog p, body.archive p, body.new_blog_design p{font-family:'Urbanist', sans-serif !important;}

body.single-post h2, body.page-template-blog h2{font-size: 2rem !important;font-family:'Urbanist', sans-serif !important;}
.newsletter-section .newsletter-content h2, .newsletter-section .newsletter-content p {color: #fafafa;}
.newsletter-section .newsletter-content p.fs-24{font-size: 1.5rem;}
@media (max-width:1199px) {
    body.single-post h2, body.page-template-blog h2{font-size: 2rem !important;}
    .newsletter-section .newsletter-content p.fs-24{font-size: calc(1.275rem + .3vw);}
}
@media (max-width:767px) {
    body.single-post h2, body.page-template-blog h2{font-size: 1.325rem !important;}
    .newsletter-section .newsletter-content p.fs-24{font-size: 1.275rem;}
}
@media (max-width:575px) {
    body.single-post h2, body.page-template-blog h2{font-size: calc(1.325rem - .45vw) !important; line-height: normal !important;}
    .newsletter-section .newsletter-content p.fs-24{font-size: calc(1.275rem - .15vw); line-height: normal !important;}
}

.has-luminous-vivid-orange-color {color: #000044 !important;}
.newsletter-form #submit-button-newsletter,
body.single-post .btn-red, 
body.page-template-blog .btn-red, 
body.archive .btn-red, 
body.new_blog_design .btn-red,
input.wpcf7-form-control.wpcf7-submit{height: 56px;padding: 0px 20px !important;border-radius: 4px !important;font-weight: 600 !important;display: inline-flex;justify-content: center;align-items: center;letter-spacing: 0.05em;font-size: 16px !important;font-family: 'Urbanist', sans-serif !important;background: #7327CC !important;border: 0 !important;}
.newsletter-form #submit-button-newsletter:hover,
body.single-post .btn-red:hover, 
body.page-template-blog .btn-red:hover, 
body.archive .btn-red:hover, 
body.new_blog_design .btn-red:hover,
input.wpcf7-form-control.wpcf7-submit:hover{background: #000044 !important;}

.form-section {background: transparent;}
.form-section .platform-form {width: 100%;border-color: #000044;border-radius: 4px;background: #fafafa; overflow: hidden;}
.form-section .platform-form .card-header {border-radius: 0;background: #000044;}
.form-section .platform-form textarea.form-control{border: 2px solid #808080 !important;}
.form-section .platform-form {width: 100%;}
.platform-form .wpcf7-form-control-wrap{position: relative;display: flex;flex-direction: column;}
.platform-form .form-group{margin-bottom: 40px;}
.platform-form .wpcf7 form{padding: 30px 0 0;}
.platform-form .form-control {border: 2px solid #808080 !important;border-radius: 4px !important;height: 64px !important;background: transparent !important;color: #808080 !important; margin: 0;}
.platform-form p:empty{display: none;}
.platform-form .wpcf7-form label.error {font-size: 14px;font-weight: 500;color: red;text-align: left;margin-bottom: 0;}
.platform-form:before, .platform-form:after{display: none;}
.platform-form .form-control::-webkit-input-placeholder {color: transparent !important;}
.platform-form .form-control:-ms-input-placeholder {color: transparent !important;}
.platform-form .form-control::placeholder {color: transparent !important;}

.get-a-demo-popup .container {max-height: calc(100vh - 160px);overflow: auto;}
.new_blog_design .close_get_a_demo {top: 10px;right: 10px;}

.single-post #widget-newletter.blue_widget_bg input#mailster-email-1, 
.single-post #widget-newletter.light_widget_bg input#mailster-email-1,
.two_line_newsletter_box form input#mailster-email-1,
body.new_blog_design .podcast_mini_subscribe_widget .wpcf7 form input#mailster-email-1{border: 2px solid #808080 !important;border-radius: 4px !important;height: 64px !important;color: #808080 !important;    font-family: 'Urbanist', sans-serif !important;}

body.single-post .newsletter_widget .card, 
body.page-template-blog .newsletter_widget .card, 
body.archive .newsletter_widget .card, 
body.new_blog_design .newsletter_widget .card{border: 2px solid #000044;border-radius: 4px;}

body.single-post .get_demo_widget, body.page-template-blog .get_demo_widget, body.archive .get_demo_widget, body.new_blog_design .get_demo_widget{border-radius: 4px;}
body.single-post .get_demo_widget .img_box, body.page-template-blog .get_demo_widget .img_box, body.archive .get_demo_widget .img_box, body.new_blog_design .get_demo_widget .img_box{border-radius: 4px;}

#contact .wpcf7 form{padding: 30px 15px;}
#contact .wpcf7 form br{display: none;}
#contact .wpcf7-form-control-wrap{position: relative;display: flex;flex-direction: column; margin-bottom: 40px;}
#contact .wpcf7-form-control{border: 2px solid #808080 !important;border-radius: 4px !important;height: 64px;background: transparent !important;color: #808080;width: 100%;}
#contact .wpcf7-form-control:focus ~ .floating-label, 
#contact .wpcf7-form-control:not(:placeholder-shown) ~ .floating-label  {top: -24px;bottom: 10px;left: 0px;opacity: 1;font-size: 12px;line-height: 14px;color: #914DE0;}
#contact .wpcf7-form-control .floating-label {color: #808080;}
#contact .wpcf7-form-control:focus{box-shadow: none !important;border-color: #914DE0 !important;}
#contact .wpcf7-form-control::-webkit-input-placeholder {color: transparent;}
#contact .wpcf7-form-control:-ms-input-placeholder {color: transparent;}
#contact .wpcf7-form-control::placeholder {color: transparent;}
#contact .wpcf7-form label.error{text-align: left;font-size: 14;font-weight: 500; color: red;margin: 0;}
#contact textarea.wpcf7-form-control{height: 180px;}
#contact .wpcf7-spinner{position: absolute;right: 50%;bottom: 0;transform: translate(50%, 0px);margin: 0;}
#contact .wpcf7-form-control.wpcf7-submit{background: #7327CC !important;color: #fff !important;border: 0 !important; transition: all 0.3s linear;}
#contact .wpcf7-form-control.wpcf7-submit:hover{background: #000044 !important;}

.wpcf7 form.demo-request {padding: 0;}
.demo-request input.wpcf7-form-control.wpcf7-submit {background: #7327CC;width: 200px;height: 100%;}
.demo-request input.wpcf7-form-control.wpcf7-submit:active, input.wpcf7-form-control.wpcf7-submit:focus {background: #24247F;box-shadow: none;}
.demo-request input.wpcf7-form-control.wpcf7-submit:hover {background: #000044;}
.demo-request.wpcf7-form label.error {padding-top: 7px;font-size: 14px;font-weight: 500;color: red;}
.demo-request .wpcf7-spinner {position: absolute;top: 20px;right: 15px;margin: 0;}
.demo-request div.wpcf7-mail-sent-ok{display: none;}
form.sent .wpcf7-response-output{ display: none; }
.form-section .platform-form .card-body{padding: 50px 30px 10px;}

.nlform.sent .wpcf7-response-output{display:block;max-width: 418px;margin: 0;border: 0;border-left: 1px solid;height: 64px;display: flex;align-items: center;font-size: 16px;color: #8CDF96;}
.nlform.sent .wpcf7-response-output b{margin-right: 5px;}
.nlform.sent .book-demo-input{display:none;}

.platform-form .demo-request input.wpcf7-form-control.wpcf7-submit {height: 56px;}
.newsletter-section{position: relative;}
.newsletter-section span#newsletter-section {display: block;position: absolute;top: -70px;visibility: hidden;}
.blog-intro figure { text-align: center;}