/* Global CSS */

body {
  font-family: 'Open Sans', sans-serif;
  color: #1E2E42;
  font-weight: 400;
  font-size: 14px;
}

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
  text-decoration: none;
}

a:hover {
  color: #f9bd39;
  text-decoration: none;
}

button:focus,
.btn-primary.focus,
.btn-primary:focus,
.btn.focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

hr {
  border-color: #7b7b7b;
}

.form-control:focus {
  box-shadow: none;
}


/* Button Primary */

.btn-primary {
  background-color: #f9bd39;
  border-color: #f9bd39;
  font-weight: 600;
  font-size: 20px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
}

.btn-primary:hover {
  background-color: #FFC64B;
  border-color: #FFC64B;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: #FBB724;
  border-color: #FBB724;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}


/* Button Info */

.btn-info {
  background-color: #2ad1bd;
  border-color: #2ad1bd;
  font-weight: 600;
  font-size: 20px;
}

.btn-info:hover {
  background-color: #25cab6;
  border-color: #25cab6;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
  background-color: #25cab6;
  border-color: #25cab6;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: none;
}


/* Button Outline */

.btn-outline-primary {
  border-color: #EF4038;
  border-width: 2px;
  color: #1E2E42;
  font-weight: 600;
  padding: 8px 40px;
  font-size: 22px; 
}

.btn-outline-primary:hover {
  background-color: #f9bd39;
  border-color: #f9bd39;
   -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  background-color: #f9bd39;
  border-color: #f9bd39;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
}


/* End of Global CSS */


/* Header */

header .header-content-area {
  padding-top: 30px;
  padding-bottom: 200px;
  background: url('../img/header-bg.svg') no-repeat scroll top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

header .header-top ul {
  margin-bottom: 0;
  float: right;
}

header .header-top ul li a span {
  width: 40px;
  height: 40px;
  background: #212A37;
  text-align: center;
  line-height: 37px;
  display: inline-block;
  border-radius: 200%;
  margin-right: 11px;
}

header .header-top ul li a {
  color: #fff;
  font-size: 18px;
}

header .header-top ul li a:hover {
  color: #f9bd39;
  text-decoration: none;
}

.header-top .list-inline-item:not(:last-child) {
  margin-right: 35px;
}


/* Inner Header */

.inner-header .header-content-area {
  padding-top: 30px;
  padding-bottom: 200px;
  background: url('../img/mini-header-bg.svg') no-repeat scroll top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}


/* Main Navigation Menu */

.main-desktop-menu {
  float: right;
  margin-top: 30px;
}

.main-desktop-menu li a {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.main-desktop-menu .list-inline-item:not(:last-child) {
  margin-right: 50px;
}

.main-desktop-menu li .dropdown button {
  cursor: pointer;
}

.main-desktop-menu li .dropdown-toggle {
  font-weight: 600;
  padding: 0;
  background: transparent url('../img/icons/active-arrow.svg') no-repeat 94%;
  border: 2px solid #fff;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  padding: 16px 70px 16px 24px;
  text-align: left;
  margin-bottom: 25px;
}

.main-desktop-menu li .dropdown-toggle::after {
  display: none;
}

.main-desktop-menu li .dropdown:hover>.dropdown-menu {
  display: block;
}

.main-desktop-menu li .dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.main-desktop-menu li a.btn-primary {
  font-size: 18px;
  padding: 16px 30px;
}

.main-desktop-menu li .dropdown-menu {
  width: 775px;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.47427);
  border-radius: 5px;
  padding: 20px;
  left: -25%;
}

.main-desktop-menu .dropdown-menu::before {
  content: url('../img/icons/arrow-point-to-down.png');
  width: 32px;
  height: 15px;
  left: 12%;
  position: absolute;
  top: -16px;
  left: 8%;
}

.main-desktop-menu li .dropdown .dropdown-menu a {
  display: block;
  padding: 15px 15px;
  border-radius: 5px;
}

.main-desktop-menu li .dropdown .dropdown-menu .product-img {
  padding-top: 25px;
}

.main-desktop-menu li .dropdown .dropdown-menu a h3 {
  font-size: 20px;
  font-weight: 600;
  color: #3B495B;
  line-height: normal;
  margin-bottom: 5px;
}

.main-desktop-menu li .dropdown .dropdown-menu a p {
  font-size: 15px;
  line-height: normal;
  color: #1E2E42;
  line-height: normal;
  margin-bottom: 0px;
}

.main-desktop-menu li .dropdown .dropdown-menu a:hover h3,
.main-desktop-menu li .dropdown .dropdown-menu a:hover p {
  color: #fff;
}

.main-desktop-menu li .dropdown .dropdown-menu a:hover {
  background: #FABD39;
}

.header-heading-mini-heading h1 {
  font-size: 42px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 25px;
}

.header-heading-mini-heading h4 {
  font-size: 32px;
  line-height: normal;
  font-weight: 600;
}

.header-info-list {
  margin-top: 25px;
}

.header-info-list li {
  font-size: 24px;
  font-weight: 600;
  color: white;
  margin-bottom: 30px;
  background: url('../img/icons/gree-arrow.svg') no-repeat;
  /* <-- change `left` & `top` too for extra control */
  list-style: none;
  margin-bottom: 35px;
  padding-left: 60px;
  background-position: 0 5px;
}

.battle-card {
  padding-top: 15px;
}

.news-aggregation {
  margin-top: 5px;
}

.list-video-popup {
  padding-top: 40px;
  padding-bottom: 35px;
}


/* Header Sign Up */

.header-sign-up h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.header-sign-up .info-text {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.header-sign-up form {
  max-width: 711px;
  margin: 30px auto 20px;
}

.header-sign-up form .form-control {
  font-size: 20px;
  height: 62px;
}

.form-control:focus {
  border-color: white;
}

.header-sign-up form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #BCBCBC;
}

.header-sign-up form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #BCBCBC;
}

.header-sign-up form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #BCBCBC;
}

.header-sign-up form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #BCBCBC;
}

.header-sign-up form .btn-primary {
  font-weight: 600;
  font-size: 20px;
  padding: 15px 35px;
}


/* Video Popup */

.video-popup-style {
  display: block;
  position: relative;
}

.video-popup-style img {
  border-radius: 8px;
}

.video-popup-style .overlay {
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  border-radius: 5px;
}

.video-popup-style .play-icon {
  display: block;
  position: absolute;
  left: 45%;
  z-index: 9;
  top: 40%;
  border-radius: 0;
  width: 50px;
}


/**
 * Simple fade transition,
 */

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


/* End of Header */


/* How it Works */

.how-it-works {
  padding-top: 200px;
  padding-bottom: 50px;
}

.how-it-works .row {
  margin-bottom: 80px;
}

.how-it-works-content h2 {
  color: #465C77;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 26px;
}

.how-it-works-content p {
  font-size: 24px;
  font-weight: 400;
  line-height: 55px;
}

.how-it-works-content-right {
  text-align: right;
}


/* End of How it Works */


/* Testimonial */

.testimonial {
  padding-bottom: 35px;
}

.testimonial-header {
  margin-bottom: 45px;
}

.testimonial-header h2 {
  font-size: 42px;
}

.testimonial .owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}

.testimonial-content {
  margin-top: 25px;
}

.testimonial-content p {
  font-weight: 600;
  font-size: 16px;
  text-align: justify;
  color: #465C77;
  margin: 25px;
  padding: 5px;
}

.testimonial-content p::before {
  content: url('../img/icons/quote-left.svg');
  width: 25px;
  height: 20px;
  position: absolute;
  left: 0;
}

.testimonial-content p::after {
  content: url('../img/icons/quote-right.svg');
  width: 25px;
  height: 20px;
  position: absolute;
  margin-left: 5px;
}

.read-more-test {
  margin: 80px 0px 50px;
  text-align: center;
}

.testimonial .owl-theme .owl-nav [class*=owl-] {
  width: 67px;
  height: 67px;
  line-height: 67px;
  color: #f9bd39;
  border: 2px solid #f9bd39;
  border-radius: 200%;
}

.testimonial .owl-theme .owl-nav span {
  font-size: 67px;
}

.testimonial .owl-theme .owl-nav i {
  color: #f9bd39;
  font-size: 35px;
}

.nav-left-arrow {
  background: url('../img/icons/nav-left-yellow.svg') no-repeat;
  width: 19px;
  height: 30px;
  display: block;
  margin: 0 auto;
}

.nav-right-arrow {
  background: url('../img/icons/nav-right-yellow.svg') no-repeat;
  width: 19px;
  height: 30px;
  display: block;
  margin: 0 auto;
}

.testimonial .owl-theme .owl-nav [class*=owl-]:hover {
  background: #f9bd39;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);
}

.testimonial .owl-prev:hover .nav-left-arrow {
  background: url('../img/icons/nav-left-white.svg') no-repeat;
  width: 19px;
  height: 30px;
  display: block;
  margin: 0 auto;
}

.testimonial .owl-next:hover .nav-right-arrow {
  background: url('../img/icons/nav-right-white.svg') no-repeat;
  width: 19px;
  height: 30px;
  display: block;
  margin: 0 auto;
}

.testimonial .owl-theme .owl-dots,
.testimonial .owl-theme .owl-nav {
  text-align: left;
}

.testimonial .owl-theme .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}

.testimonial .owl-theme .owl-nav .owl-prev {
  margin-left: -85px;
}

.testimonial .owl-theme .owl-nav .owl-next {
  margin-right: -85px;
  float: right;
}

.testimonial .read-more-test .btn-outline-primary {
  padding: 8px 60px;
}

.testimonial .read-more-test .btn-outline-primary:hover{
  box-shadow: none;
}


/* Salesforce Integration */

.salesforce-integration {
  padding-bottom: 30px;
}

.si-header {
  padding-bottom: 40px;
}

.si-header h2 {
  color: #1E2E42;
  font-size: 38px;
  margin-bottom: 30px;
}

.si-header p {
  font-weight: 600;
  color: #465C77;
  font-size: 30px;
}

.intelligent-battlecards h2 {
  font-size: 36px;
  color: #465C77;
}

.intelligent-battlecards p {
  color: #1E2E42;
  font-size: 26px;
  line-height: 46px;
}

.btn-bttlecards {
  padding-top: 30px;
  padding-bottom: 60px;
}

.btn-bttlecards .btn {
  font-size: 22px;
  padding: 12px 60px;
  font-weight: 600;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
}


/* View Saleforce */

.view-saleforce {
  padding: 46px 0px 20px;
}

.view-saleforce h2 {
  color: #1E2E42;
  margin-bottom: 40px;
  font-size: 42px;
}

.appexchange-style {
  text-align: center;
}

.appexchange-style a {
  margin-left: 40px;
  font-weight: 600;
}

.appexchange-style a img {
  margin-right: 15px;
}

.appexchange-style .btn-outline-primary:hover{box-shadow: none;}


/* End of View Saleforce */


/* Recommended Reading */

.recommended-reading {
  background: #fff url('../img/reading-bg.svg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  padding-top: 15%;
  padding-bottom: 10%;
}

.rr-header h2 {
  font-size: 42px;
  color: #fff;
  margin-bottom: 50px;
}

.blog-post-list .card {
  border: none;
  border-radius: 5px;
}

.blog-post-list .card:hover {
  -webkit-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.5);
}

.blog-post-list .card-img-top {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.blog-post-list .card-body {
  padding: 30px;
}

.blog-post-list .card-body h2 {
  color: #465C77;
  font-size: 34px;
}

.blog-post-list .card-body p {
  font-size: 18px;
  line-height: 32px;
  color: #465C77;
}

.blog-post-list .media {
  margin: 20px 0px;
}

.blog-post-list .media h5 {
  margin-top: 15px;
  font-size: 18px;
  color: #465C77;
}

.blog-read-more {
  margin-top: 10%;
}

.blog-read-more .btn {
  width: 80%;
  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.blog-read-more .btn:hover{
  box-shadow: none;
}


/* End of Recommended Reading */


/* Request a Demo */

.request-a-demo {
  padding: 80px 0px;
}

.request-demo-header h2 {
  font-size: 40px;
  color: #1E2E42;
}

.request-demo-header p {
  font-size: 22px;
  color: #465C77;
  font-weight: 600;
}

.request-a-demo-from p {
  color: #617283;
  font-size: 16px;
}

.request-a-demo-from {
  margin-top: 30px;
}

.request-a-demo-from .form-control {
  border: 2px solid #9b9b9b;
  padding: 22px 12px;
}

.request-a-demo-from .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d2d5da;
}

.request-a-demo-from .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #d2d5da;
}

.request-a-demo-from .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #d2d5da;
}

.request-a-demo-from .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #d2d5da;
}

.request-a-demo-from .btn {
  width: 100%;
  padding: 8px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
}

.request-a-demo hr {
  margin: 40px 0px;
}

footer {
  background: #212A37;
  padding: 40px 0px;
}

footer h2 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
}

footer .footer-menu li {
  margin-bottom: 20px;
}

footer .footer-menu li a {
  color: #fff;
  font-size: 16px;
}

footer .footer-menu li a:hover {
  color: #f9bd39;
}

.connect-competely p a {
  font-size: 16px;
  color: #fff;
}

.connect-competely p a img {
  margin-right: 10px;
}

.footer-social-link a:hover {
  opacity: 0.8;
}

.footer-social-link i {
  font-size: 40px;
  color: #fff;
}

.footer-social-link {
  margin-top: 10%;
}

.footer-social-link .list-inline-item:not(:last-child) {
  margin-right: 25px;
}

.copyright p {
  font-size: 14px;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 0;
}

.top-bottom-btn {
  width: 100px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 40px;
  background: #fff;
  text-align: center;
  z-index: 99999;
  font-weight: 600;
  line-height: 50px;
  color: #000;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
}

.top-bottom-btn:hover{
  color: #000;
}

.top-bottom-btn:hover {
  background: #f1f1f1;
}


/* Navbar */

.navbar {
  display: none;
}

.navbar {
  text-align: center;
  background: #465C77;
}

.navbar-dark .navbar-brand img {
  max-width: 50%;
}

.sign-up-mobile {
  font-size: 14px;
  margin-top: 6px;
}

.navbar-dark .navbar-toggler {
  font-size: 16px;
  margin-top: 5px;
  padding: 8px;
  color: #fff;
  border: 1px solid #fff;
}

.navbar-dark i {
  margin-right: 5px;
}

.navbar-nav {
  text-align: left;
}

.navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  padding: 12px 45px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  transition: none;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
  background: #fabd39;
  border-radius: 5px;
  transition: none;
  outline: none;
}

.product-icon-mobile-1 a {
  background: url('../img/mobile-product/central-competitive-portal-mobile.svg') no-repeat;
  background-size: 5% 50%;
  background-position: 5px;
}

.product-icon-mobile-2 a {
  background: url('../img/mobile-product/battle-cards-mobile.svg') no-repeat;
  background-size: 5% 50%;
  background-position: 5px;
}

.product-icon-mobile-3 a {
  background: url('../img/mobile-product/win-loss-mobile.svg') no-repeat;
  background-size: 5% 50%;
  background-position: 5px;
}

.product-icon-mobile-4 a {
  background: url('../img/mobile-product/news-aggregation-mobile.svg') no-repeat;
  background-size: 5% 50%;
  background-position: 5px;
}

.product-icon-mobile-5 a {
  background: url('../img/mobile-product/professional-services-mobile.svg') no-repeat;
  background-size: 5% 50%;
  background-position: 5px;
}


/* Inner Header */

.inner-header .header-common-img {
  margin-top: 40px;
}

.battle-card-content {
  padding: 80px 0px;
}

.battle-card-content h2 {
  font-size: 42px;
  color: #1E2E42;
  margin-bottom: 45px;
}

.para-with-right-border {
  color: #1E2E42;
  font-size: 30px;
  position: relative;
  line-height: 48px;
}

.para-with-right-border p {
  margin-bottom: 40px;
}

.para-with-right-border::before {
  content: '';
  width: 8px;
  height: 100%;
  background: #E3E5ED;
  position: absolute;
  left: -45px;
}

.battle-card-list ul {
  margin-top: 70px;
}

.battle-card-list ul li {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}

.battle-card-list ul li {
  background: url('../img/icons/green-arrow.svg') no-repeat;
  list-style: none;
  margin-bottom: 35px;
  padding-left: 50px;
  background-position: 0 8px;
}

.battle-cards-video {
  padding-bottom: 80px;
}

.battle-cards-video .video-popup-style .overlay {
  width: 98%;
}

.battle-cards-img {
  margin-top: 5%;
  margin-bottom: 3%;
}

.battle-cards-video-header h2 {
  margin-top: 40px;
  font-size: 42px;
  color: #1E2E42;
}

.battle-cards-video-header {
  margin-bottom: 30px;
}

.integrate-process {
  padding: 50px 0px;
}

.inner-page-request-a-demo {
  padding-top: 0;
}

.blog-page-header .header-heading-mini-heading {
  padding-top: 5%;
}

.blog-big-card h2 {
  color: #465C77;
  font-size: 34px;
  margin-bottom: 30px;
}

.blog-big-card p {
  font-size: 18px;
  line-height: 32px;
  color: #465C77;
  max-width: 90%;
}

.blog-big-card {
  margin: 20px 0px 80px;
}

.blog-big-card h5 {
  margin-top: 15px;
  font-size: 18px;
  color: #465C77;
}

.blog-big-card .blog-read-more {
  margin-top: 10%;
}

.blog-big-card .blog-read-more .btn {
  width: 80%;
  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.blog-big-card-content {
  padding: 40px;
}

.blog-big-card .media {
  margin-bottom: 20px;
}

.blog-big-card .blog-read-more .btn {
  width: 60%;
}

.blog-big-card:hover {
  -webkit-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.5);
}

.blog-content-area {
  background: #f7f7f7;
}

.blog-content-area {
  padding: 60px 0px 80px;
}

.blog-content-area .blog-post-list {
  margin-bottom: 60px;
}

.blog-subscribe {
  padding-top: 50px;
}

.blog-pre-next .blog-prev {
  background: #fff url('../img/icons/blog-pre-yellow.svg') no-repeat 22px;
  padding: 14px 24px 14px 90px;
  border: 2px solid #f9bd39;
  color: #1E2E42;
  font-size: 22px;
  margin-right: 25px;
  box-shadow: none;
}

.blog-pre-next .blog-prev:hover {
  background: #f9bd39 url('../img/icons/blog-pre-white.svg') no-repeat 22px;
  border: 2px solid #f9bd39;
  color: #fff;
  -webkit-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.5);
}

.blog-pre-next .blog-next {
  background: #fff url('../img/icons/blog-next-yellow.svg') no-repeat 82%;
  padding: 14px 100px 14px 24px;
  border: 2px solid #f9bd39;
  color: #1E2E42;
  font-size: 22px;
  box-shadow: none;
}

.blog-pre-next .blog-next:hover {
  background: #f9bd39 url('../img/icons/blog-next-white.svg') no-repeat 82%;
  border: 2px solid #f9bd39;
  color: #fff;
  -webkit-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.5);
}

.blog-big-card .blog-read-more .btn {
  width: 80%;
}

.blog-subscribe .request-a-demo-from .form-control {
  padding: 30px 15px;
  background: #F7F8F8;
}

.blog-subscribe .request-a-demo-from .btn {
  padding: 15px;
}


/* Salesforce Integration */

.salesforce-integration-appex {
  text-align: center;
  padding-top: 40px;
}

.salesforce-integration-appex img {
  margin-bottom: 40px;
}

.salesforce-integration-appex a {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 26px;
}

.salesforce-integration-appex a img {
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 15px;
}

.salesforce-integration-appex a {
  margin-left: 0px;
}

.salesforce-integration-appex a.btn-outline-primary {
  background: url('../img/icons/red-path.svg') no-repeat 90%;
  padding-right: 100px;
}

.salesforce-integration-appex a.btn-outline-primary:hover {
  background: url('../img/icons/white-path.svg') no-repeat 90%;
  padding-right: 100px;
  background-color: #f9bd39;
  border-color: #f9bd39;
}

.sales-enablement-workflow {
  padding: 70px 0px 0px;
}

.sales-enablement-workflow img {
  margin: 40px 0px 120px;
}

.sales-enablement-workflow .btn-bttlecards .btn {
  margin-top: 40px;
  margin-bottom: 40px;
}

.salesforce-integration-video {
  padding-bottom: 60px;
}

.salesforce-integration-video .video-popup-style .overlay {
  width: 98%;
}


/* Profesional Services */

.profesional-services h3.heading-ps {
  font-weight: 700;
  font-size: 46px;
  margin-bottom: 63px;
}

.test-base-marketing {
  padding: 60px 0px 40px;
}

.test-base-marketing img {
  margin: 60px 0px;
}

.call-to-action-btn {
  margin: 40px 0px;
}

.call-to-action-btn .btn {
  padding: 14px 70px;
  font-size: 24px;
}

.test-base-marketing h2 {
  margin-top: 140px;
}

.sample-corporation img {
  margin: 60px 0px;
}

.intelligence-fresh {
  padding-top: 120px;
  padding-bottom: 70px;
}

.evolution-intelligence {
  padding: 40px 0px 80px;
}

.evolution-intelligence img {
  margin: 40px 0px;
}

.how-it-wrk-header {
  padding-bottom: 40px;
}

.how-it-wrk-header h1 {
  margin-bottom: 30px;
}

.how-it-wrk-header h2 {
  color: #465C77;
}


/* Sign In */

.sign-in-content {
  padding: 80px 0px 180px;
}

.sign-in-header .header-content-area {
  padding-bottom: 10%;
}

.sign-in-header .header-heading-mini-heading h1 {
  font-size: 46px;
  padding-top: 8%;
}

.sign-in-box {
  max-width: 80%;
}

.sign-in-box h2 {
  font-size: 42px;
  color: #1E2E42;
  margin-bottom: 15px;
}

.sign-in-box p {
  font-size: 28px;
  color: #C9CCD6;
}

.sign-in-form {
  margin-top: 35px;
}

.sign-in-form .form-control {
  color: #465C77;
  font-size: 20px;
  font-weight: 400;
  padding: 30px 0px;
  border-radius: 0px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-color: #686868;
}

.sign-in-form .form-control:focus {
  border-color: #FABD39;
}

.forgot-pass-link {
  text-align: right;
  text-decoration: underline;
}

.forgot-pass-link {
  color: #0071FF;
  font-size: 18px;
}

.sign-in-form .form-group {
  margin-bottom: 40px;
}

.sign-in-form .password-field {
  margin-bottom: 25px;
}

.sign-in-form .btn-primary {
  font-size: 22px;
  padding: 14px 90px;
  margin: 38px auto 0px;
  display: block;
}

.social-sign-in-header {
  margin-top: 52px;
}

.social-sign-in-header h2 {
  font-size: 22px;
  color: #808B9C;
  font-weight: 600;
  position: relative;
}

.social-sign-in-header h2::before {
  content: '';
  width: 25%;
  height: 1px;
  background: #686868;
  position: absolute;
  left: 0;
  top: 15px;
}

.social-sign-in-header h2::after {
  content: '';
  width: 25%;
  height: 1px;
  background: #686868;
  position: absolute;
  right: 0;
  top: 15px;
}

.sign-in-list {
  text-align: center;
  padding-top: 15%;
}

.sign-in-list .sign-in-btn:first-child {
  margin-right: 20px;
}

.sign-in-btn {
  border: 1px solid #B6B6B6;
  padding: 18px 30px;
  border-radius: 7px;
}

.setup-program-right-content {
  text-align: center;
  margin-top: 20px;
}

.setup-program-right-content h2 {
  color: #1E2E42;
  font-size: 34px;
  margin-bottom: 18px;
}

.setup-program-right-content p {
  font-size: 24px;
  color: #1E2E42;
}

.setup-program-right-content a {
  margin-top: 20px;
}

.trial-form h2 {
  font-size: 28px;
  margin-bottom: 27px;
}

.trial-form label {
  color: #465C77;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.trial-form .form-control {
  font-size: 20px;
}

.trial-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #C9CCD6;
}

.trial-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #C9CCD6;
}

.trial-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #C9CCD6;
}

.trial-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #C9CCD6;
}

.free-trial-content .sign-in-box {
  max-width: 100%;
}

.free-trial-content {
  padding: 40px 0px 100px;
}

.free-trial-benifit-list {
  padding-top: 30%;
}

.free-trial-benifit-list .media h2 {
  color: #1E2E42;
  font-size: 28px;
  margin-left: 20px;
  margin-top: 25px;
}

.free-trial-benifit-list .media {
  margin-bottom: 40px;
}

.trusted-by {
  margin-top: 80px;
}

.trusted-by h2 {
  text-align: center;
  margin-bottom: 50px;
  color: #1E2E42;
}

.trusted-by ul li img {
  width: 150px;
}

.trusted-by .list-inline-item:not(:last-child) {
  margin-right: 50px;
}

.select-style .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.select-style-user label {
  margin-bottom: 20px;
}

.free-trial-content .btn-light {
  border: none;
  background: transparent;
  border-bottom: 1px solid #686868;
  border-radius: 0px;
}

.free-trial-content .bootstrap-select .dropdown-toggle .filter-option:focus {
  outline: none;
  box-shadow: none;
}

.free-trial-content .bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  box-shadow: none;
  outline: none !important;
}

.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background: transparent;
  border: 1.5px solid #465C77;
  width: 25px;
  height: 25px;
}

.custom-control-input:focus~.custom-control-label::before,
.custom-control-input:focus {
  outline: none;
  box-shadow: none;
}

.custom-control-label::after {
  width: 25px;
  height: 25px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url('../img/icons/checked.svg');
}

.custom-control-label {
  font-size: 18px;
  color: #000000;
  padding-left: 10px;
  padding-top: 3px;
}

.free-trial-agree {
  text-align: center;
  padding-top: 8%;
}

.free-trial-agree .btn {
  margin-top: 38px;
  font-size: 22px;
  padding: 16px 45px;
}

.free-trial-agree .btn-primary img {
  margin-right: 15px;
}

.free-trial-content .social-sign-in-header {
  margin-top: 60px;
}

.free-trial-content .social-sign-in-header h2::before,
.free-trial-content .social-sign-in-header h2::after {
  background: #686868;
  width: 40%;
}

.free-trial-content .sign-in-list {
  padding-top: 5%;
  text-align: center;
}

.free-trial-content .sign-in-list a {
  display: inline-block;
  width: 375px;
  height: 58px;
  line-height: 58px;
  padding: 0;
  text-align: center;
  padding-left: 23px;
  margin-bottom: 35px;
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}

.free-trial-content .sign-in-list a:last-child {
  background: #0077B5;
  color: #fff;
  border-color: #0077B5;
}

.free-trial-content .sign-in-list a:last-child img {
  width: 30px;
}

.free-trial-content .sign-in-list img {
  float: left;
  margin-top: 10px;
}

.free-trial-content .sign-in-list .sign-in-btn:first-child {
  margin-right: 0;
}

.free-trial-content .select-style label {
  margin-bottom: 30px;
}

.free-trial-content .select-style .dropdown-toggle::after {
  border: none;
  background-image: url('../img/icons/select-down-arrow.svg');
  background-repeat: no-repeat;
  background-position: right;
  width: 23px;
  height: 14px;
}

.free-trial-content .select-style .dropup .dropdown-toggle::after {
  border: none;
  background-image: url('../img/icons/top-to-bottom.svg');
  background-repeat: no-repeat;
  background-position: right;
  width: 23px;
  height: 14px;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  background-color: transparent;
}

.thank-you-header .header-heading-mini-heading h1 img {
  margin-right: 15px;
}

.thank-you-header h2 {
  font-size: 36px;
}

.ty-content {
  margin-top: 40px;
}

.thank-you-newsletter hr {
  padding-top: 40px;
}

.thank-you-newsletter {
  padding-bottom: 70px;
}

.ask-question {
  text-align: center;
  padding: 80px 0px 150px;
}

.ask-question .btn {
  font-size: 26px;
}

.ask-question .btn img {
  margin-right: 15px;
}

.ask-question .btn {
  background-image: url('../img/icons/ask-question.svg');
  background-repeat: no-repeat;
  background-position: 30px;
  padding: 16px 30px 16px 90px;
}

.ask-question .btn:hover {
  background-image: url('../img/icons/ask-question-white.svg');
}


.already-sign-in,.privacy-terms-link-sign-in{
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-top: 60px;
  text-align: center;
}
.privacy-terms-link-sign-in{
  margin-top: 30px;
}
.already-sign-in a,.privacy-terms-link-sign-in a{
  color:#1F82FF;
  text-decoration: underline;
}

.privacy-terms-link-sign-in br{display: none;}


/* Navbar Dark */

.navbar {
  z-index: 999999;
}

.navbar .collapse.show {
  height: 100vh;
  z-index: 99999;
}

.navbar-dark .navbar-nav .product-icon-mobile-1 .nav-link:hover {
  background: #fabd39 url('../img/mobile-product/central-competitive-portal-mobile.svg') no-repeat;
  background-size: 5% 50%;
  background-position: 5px;
}

.navbar-dark .navbar-nav .product-icon-mobile-2 .nav-link:hover {
  background: #fabd39 url('../img/mobile-product/battle-cards-mobile.svg') no-repeat;
  background-size: 5% 50%;
  background-position: 5px;
}

.navbar-dark .navbar-nav .product-icon-mobile-3 .nav-link:hover {
  background: #fabd39 url('../img/mobile-product/win-loss-mobile.svg') no-repeat;
  background-size: 5% 50%;
  background-position: 5px;
}

.navbar-dark .navbar-nav .product-icon-mobile-4 .nav-link:hover {
  background: #fabd39 url('../img/mobile-product/news-aggregation-mobile.svg') no-repeat;
  background-size: 5% 50%;
  background-position: 5px;
}

.navbar-dark .navbar-nav .product-icon-mobile-5 .nav-link:hover {
  background: #fabd39 url('../img/mobile-product/professional-services-mobile.svg') no-repeat;
  background-size: 5% 50%;
  background-position: 5px;
}

.navbar-nav {
  margin-top: 10px;
}

.navbar-toggler>.close {
  display: inline;
}

.navbar-toggler.collapsed>.close,
.navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
  display: none;
}

.menu-close {
  display: block;
  padding: 0;
  line-height: 0;
  margin: 0;
  font-size: 30px;
  color: #fff;
  padding-top: 15px;
}

.navbar-dark .navbar-toggler,
.sign-up-mobile {
  margin-top: 8px;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-collapse {
  border-top: 1px solid #e1e1e1;
  margin-top: 15px;
}


/* Responsive Media Queries  */


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}


/* Extra large devices (Extra large desktops, 1366px and up) */

@media (min-width: 1366px) {
  .salesforce-integration-header .header-content-area {
    padding-bottom: 16%;
  }
}


/* Extra large devices (Extra large desktops, 1440px and up) */

@media (min-width: 1400px) {
  .blog-page-header .header-content-area {
    padding-bottom: 15%;
  }
}


/* Extra large devices (Extra large desktops, 1600px and up) */

@media (min-width: 1600px) {
  .salesforce-integration-header .header-content-area {
    padding-bottom: 18%;
  }
}


/* Extra large devices (Extra large desktops, 1680 and up) */

@media (min-width: 1680px) {}


/* Extra large devices (Extra large desktops, 1920 and up) */

@media (min-width: 1920px) {
  header .header-content-area {
    padding-bottom: 8%;
  }
}


/* Max Width With Start Point */


/* Extra large devices (Extra large desktops, 1920 and Down) */

@media (max-width: 1919.98px) {}


/* Extra large devices (Extra large desktops, 1680 and Down) */

@media (max-width: 1679.98px) {
  .thank-you-header .header-heading-mini-heading h1 {
    padding-top: 6%;
  }
}


/* Extra large devices (Extra large desktops, 1600px and Down) */

@media (max-width: 1599.98px) {}


/* Extra large devices (Extra large desktops, 1440px and Down) */

@media (max-width: 1439.98px) {}


/* Extra large devices (Extra large desktops, 1366px and Down) */

@media (max-width: 1365.98px) {
  .sign-in-box h2 {
    font-size: 36px;
  }
  .sign-in-box p {
    font-size: 24px;
  }
  .sign-in-form .form-control {
    font-size: 18px;
    padding: 26px 0px;
  }
  .forgot-pass-link {
    font-size: 14px;
  }
  .sign-in-header .header-heading-mini-heading h1 {
    padding-top: 2%;
  }
  .sign-in-box h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .sign-in-box p {
    font-size: 20px;
  }
  .social-sign-in-header h2::before,
  .social-sign-in-header h2::after {
    top: 10px;
  }
  .sign-in-btn img {
    width: 30px;
  }
  .setup-program-right-content h2 {
    font-size: 28px;
  }
  .setup-program-right-content p {
    font-size: 20px;
  }
  .sign-in-form .btn-primary {
    font-size: 18px;
    padding: 12px 80px;
  }
  .social-sign-in-header h2 {
    font-size: 18px;
  }
  .sign-in-header .header-heading-mini-heading h1 {
    font-size: 40px;
  }
}

@media (max-width: 1320.98px) {
  .testimonial .owl-theme .owl-nav [class*=owl-] {
    display: none;
  }
  .trial-form h2 {
    margin-bottom: 27px
  }
  .free-trial-benifit-list .media h2 {
    font-size: 24px;
    margin-top: 30px;
  }
}


/* Extra large devices (large desktops, 1200px and Down) */

@media (max-width: 1199.98px) {
  .main-desktop-menu .list-inline-item:not(:last-child) {
    margin-right: 20px;
  }
  .main-desktop-menu li .dropdown-menu {
    left: -65%;
  }
  .main-desktop-menu .dropdown-menu::before {
    left: 23%;
  }
  .header-info-list li {
    font-size: 22px;
  }
  .how-it-works {
    padding-top: 100px;
  }
  .how-it-works-content h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .how-it-works-content p {
    font-size: 20px;
    line-height: 32px;
  }
  .recommended-reading {
    padding-top: 20%;
  }
  .blog-big-card-content {
    padding: 30px;
  }
  .blog-big-card {
    margin-bottom: 30px;
  }
  .para-with-right-border {
    font-size: 24px;
    line-height: 40px
  }
  .para-with-right-border::before {
    left: -24px;
  }
  .battle-cards-video-header h2 {
    margin-top: 30px;
    font-size: 36px;
  }
  .salesforce-integration-appex {
    padding-top: 20px;
  }
  .salesforce-integration-appex a {
    font-size: 22px;
  }
  .trial-form label {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .trial-form .sign-in-form .form-control {
    font-size: 16px;
  }
  .free-trial-content .sign-in-form .form-control {
    font-size: 16px;
    padding: 22px 0px;
  }
  .free-trial-content .sign-in-box h2 {
    font-size: 24px;
  }
  .trusted-by .list-inline-item:not(:last-child) {
    margin-right: 35px;
  }
  .trusted-by ul li img {
    width: 120px;
  }
  .trusted-by h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .free-trial-agree .btn {
    font-size: 18px;
    padding: 14px 45px;
  }
  .free-trial-content .social-sign-in-header {
    margin-top: 40px;
  }
  .free-trial-content .sign-in-list a {
    width: 330px;
  }
  .how-it-wrk-header h1 {
    font-size: 34px;
  }
}


/* Large devices (desktops, 992px and Down) */

@media (max-width: 991.98px) {
  .desktop-header {
    display: none;
  }
  .header-heading-mini-heading h1 {
    font-size: 32px;
  }
  .header-heading-mini-heading h4 {
    font-size: 28px;
  }
  .header-info-list {
    margin-top: 0;
  }
  .video-popup-style .overlay {
    width: 81%;
  }
  .video-popup-style .play-icon {
    left: 36%;
    top: 45%;
  }
  .header-sign-up h2 {
    font-size: 30px;
  }
  .header-sign-up form {
    max-width: 620px;
  }
  .how-it-works {
    padding-top: 60px;
    text-align: center;
  }
  .how-it-works-content {
    padding-top: 25px;
  }
  .how-it-works-content-right {
    text-align: center;
  }
  .how-it-works .row:last-child {
    margin-bottom: 35px;
  }
  .testimonial-header h2 {
    font-size: 34px;
  }
  .si-header h2 {
    font-size: 35px;
    line-height: 50px;
  }
  .si-header p {
    font-size: 26px;
  }
  .view-saleforce h2 {
    font-size: 32px;
    text-align: center;
  }
  .view-saleforce {
    padding-top: 35px;
    padding-bottom: 60px;
  }
  .btn-bttlecards .btn {
    font-size: 20px;
    margin-top: 25px;
  }
  .appexchange-style a {
    margin-left: 0;
    margin-top: 20px;
  }
  .recommended-reading {
    background-image: none;
    background: #159BFF;
  }
  .recommended-reading {
    padding-top: 5%;
  }
  .rr-header h2 {
    text-align: center;
    font-size: 36px;
  }
  .blog-post-list .card-body h2 {
    font-size: 26px;
  }
  .blog-post-list .media h5 {
    margin-top: 12px;
    font-size: 16px;
  }
  .blog-post-list .card-body p {
    font-size: 16px;
  }
  .blog-big-card h2 {
    font-size: 26px;
  }
  .blog-big-card h5 {
    margin-top: 12px;
    font-size: 16px;
  }
  .blog-big-card p {
    font-size: 16px;
  }
  .blog-read-more .btn {
    font-size: 18px;
  }
  .request-a-demo {
    padding: 40px 0px;
  }
  .request-demo-header h2 {
    font-size: 30px;
  }
  .request-demo-header p {
    font-size: 18px;
  }
  .connect-competely {
    text-align: center;
  }
  .connect-competely h2 {
    text-align: center;
  }
  .footer-social-link {
    margin-top: 5%;
    text-align: center;
  }
  .copyright {
    text-align: center;
  }
  .navbar {
    display: block;
  }
  header .header-content-area {
    padding-top: 0;
  }
  .header-heading-mini-heading {
    padding-top: 15%;
  }
  .inner-page-request-a-demo {
    padding-top: 0;
  }
  .blog-content-area .blog-post-list .card {
    margin-bottom: 30px;
  }
  .blog-content-area .blog-post-list {
    margin-bottom: 0px;
  }
  .blog-page-header .header-heading-mini-heading {
    padding-top: 18%;
  }
  .blog-subscribe {
    padding-top: 25px;
  }
  .blog-pre-next {
    margin-top: 25px;
  }
  .para-with-right-border::before {
    display: none;
  }
  .salesforce-integration-video {
    padding-bottom: 80px;
  }
  .salesforce-integration-video .video-popup-style {
    margin-bottom: 30px;
  }
  .sales-enablement-workflow {
    padding-top: 40px;
  }
  .battle-card-content h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .sales-enablement-workflow img {
    margin-bottom: 80px;
  }
  .battle-card-content {
    padding: 40px 0px;
  }
  .para-with-right-border p {
    margin-bottom: 25px;
  }
  .sales-enablement-workflow .btn-bttlecards .btn {
    margin: 0px;
  }
  .salesforce-integration-video {
    padding-bottom: 40px;
  }
  .profesional-services h3.heading-ps {
    font-size: 38px;
    margin-bottom: 50px;
    line-height: 51px;
  }
  .test-base-marketing h2 {
    margin-top: 80px;
  }
  .intelligence-fresh {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .evolution-intelligence {
    padding-bottom: 40px;
  }
  .sign-in-box {
    max-width: 100%;
  }
  .sign-in-header .header-heading-mini-heading {
    padding-top: 10%;
  }
  .sign-in-content {
    padding: 30px 0px 80px;
  }
  .social-sign-in-header h2::before,
  .social-sign-in-header h2::after {
    width: 34%;
  }
  .sign-in-list {
    padding-top: 10%;
  }
  .free-trial-benifit-list {
    padding-top: 3%;
  }
  .trusted-by {
    text-align: center;
  }
  .trusted-by ul li img {
    width: 150px;
  }
  .free-trial-content .social-sign-in-header h2::before,
  .free-trial-content .social-sign-in-header h2::after {
    width: 35%;
  }
  .free-trial-content .sign-in-list img {
    margin-top: 10px;
  }
  .thank-you-header .header-heading-mini-heading h1 {
    font-size: 30px;
  }
  .thank-you-header .header-heading-mini-heading img {
    width: 40px;
  }
  .ask-question .btn {
    font-size: 20px;
  }
  .ask-question {
    padding-bottom: 60px;
  }
  .how-it-wrk-header h1 {
    font-size: 30px;
    line-height: 45px;
  }
  .how-it-wrk-header h2 {
    font-size: 26px;
  }
}


/* Medium devices (tablets, 768px and Down) */

@media (max-width: 767.98px) {
  .header-heading-mini-heading h1 {
    font-size: 28px;
  }
  .header-heading-mini-heading h4 {
    font-size: 20px;
  }
  .header-info-list li {
    font-size: 18px;
    background-position: -95%;
    -webkit-background-size: 70% 70%;
    -moz-background-size: 70% 70%;
    -ms-background-size: 70% 70%;
    -o-background-size: 70% 70%;
    background-size: 70% 70%;
  }
  .video-popup-style .play-icon {
    left: 45%;
    top: 40%;
  }
  .blog-post-list .card {
    display: block;
    flex: auto;
  }
  .how-it-works .last-how-to-row {
    margin-bottom: 0;
  }
  .how-it-works {
    padding-bottom: 20px;
  }
  .testimonial-header h2 {
    line-height: 42px;
  }
  .si-header h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .si-header p {
    font-size: 20px;
  }
  .read-more-test {
    margin-top: 60px;
  }
  .blog-post-list .card {
    margin-bottom: 50px;
  }
  .recommended-reading {
    padding-bottom: 5px;
  }
  .connect-competely {
    margin-top: 5%;
  }
  .view-saleforce h2 {
    font-size: 28px;
  }
  .battle-card-content h2 {
    font-size: 30px;
  }
  .para-with-right-border {
    font-size: 20px;
  }
  .battle-card-list ul li {
    font-size: 18px;
  }
  .btn-bttlecards .btn {
    font-size: 16px;
    padding: 12px 50px;
  }
  .btn-bttlecards {
    margin-bottom: 0px;
  }
  .battle-cards-video {
    padding-bottom: 50px;
  }
  .battle-card-content {
    padding-bottom: 40px;
  }
  header .header-content-area {
    padding-bottom: 100px;
  }
  .sales-enablement-workflow img {
    margin-bottom: 40px;
  }
  .salesforce-integration-appex img {
    margin-bottom: 20px;
  }
  .call-to-action-btn .btn {
    padding: 14px 60px;
    font-size: 20px;
  }
  .sign-in-header .header-heading-mini-heading h1 {
    padding-top: 5%;
    margin-bottom: 0;
  }
  .social-sign-in-header h2::before,
  .social-sign-in-header h2::after {
    width: 32%;
  }
  .trusted-by .list-inline-item:not(:last-child) {
    margin-right: 25px;
  }
  .free-trial-header .header-heading-mini-heading h1 {
    font-size: 30px;
  }
  .free-trial-benifit-list .media h2 {
    font-size: 20px;
    margin-top: 32px;
  }
  .trusted-by ul li img {
    width: 120px;
  }
  .custom-control-label {
    padding-top: 5px;
    font-size: 16px;
  }
  .free-trial-content .social-sign-in-header h2::before,
  .free-trial-content .social-sign-in-header h2::after {
    width: 32%;
  }
  .free-trial-content .sign-in-list a {
    margin-bottom: 20px;
  }
  .sign-in-header.thank-you-header .header-heading-mini-heading h1 {
    font-size: 26px;
    padding-top: 6%;
    padding-bottom: 5%;
  }
  .free-trial-content .social-sign-in-header{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .already-sign-in, .privacy-terms-link-sign-in{font-size: 14px;}
  .already-sign-in{margin-top: 30px;}
  .privacy-terms-link-sign-in{margin-top: 20px;} 
}


/* Small devices (landscape phones, 576px and Down) */

@media (max-width: 575.98px) {
  .footer-social-link i {
    font-size: 30px;
  }
  .profesional-services h3.heading-ps {
    font-size: 30px;
    line-height: 40px;
  }
  .test-base-marketing {
    padding: 30px 0px 20px;
  }
}


/* Max Width */


/* Extra large devices (Extra large desktops, 1920 and down) */

@media (max-width: 1920px) {}


/* Extra large devices (Extra large desktops, 1680 and down) */

@media (max-width: 1680px) {}


/* Extra large devices (Extra large desktops, 1600px and down) */

@media (max-width: 1600px) {}


/* Extra large devices (Extra large desktops, 1440px and down) */

@media (max-width: 1440px) {}


/* Extra large devices (Extra large desktops, 1366px and down) */

@media (max-width: 1366px) {}


/* Extra large devices (large desktops, 1280px and down) */

@media (max-width: 1280px) {}


/* Extra large devices (large desktops, 1200px and down) */

@media (max-width: 1200px) {}


/* Large devices (desktops, 992px and down) */

@media (max-width: 992px) {}


/* Medium devices (tablets, 800px and down) */

@media (max-width: 800px) {}


/* Medium devices (tablets, 768px and down) */

@media (max-width: 768px) {}


/* Medium devices (tablets, 600px and down) */

@media (max-width: 600px) {
  .sign-in-header .header-heading-mini-heading h1 {
    font-size: 36px;
    padding-top: 2%;
  }
  .free-trial-header .header-heading-mini-heading h1 {
    font-size: 30px;
  }
}


/* Small devices (landscape phones, 576px and down) */

@media (max-width: 576px) {
  .navbar-dark .navbar-brand {
    margin-right: 0;
    width: 60%;
  }
}

@media (max-width: 440px) {
  .navbar-dark .navbar-brand {
    margin-right: 0;
    width: 50%;
  }
}


/* Small devices (landscape phones, 480px and down) */

@media (max-width: 480px) {
  .header-sign-up h2 {
    font-size: 22px;
  }
  .header-sign-up form .form-control {
    font-size: 16px;
    height: 50px;
  }
  .header-sign-up form .btn-primary {
    font-size: 16px;
    padding: 12px 18px;
  }
  .header-heading-mini-heading h1 {
    font-size: 20px;
  }
  .header-heading-mini-heading h4 {
    font-size: 18px;
  }
  .header-info-list li {
    font-size: 16px;
  }
  .how-it-works-content {
    margin-top: 10px;
  }
  .how-it-works-content h2 {
    font-size: 22px;
  }
  .how-it-works-content p {
    font-size: 18px;
  }
  .how-it-works-content p br {
    display: none;
  }
  .testimonial-header h2 {
    font-size: 30px;
  }
  .testimonial .read-more-test .btn-outline-primary {
    font-size: 18px;
  }
  .intelligent-battlecards p {
    font-size: 21px;
    line-height: 40px;
  }
  .how-it-works .row {
    margin-bottom: 40px;
  }
  .header-info-list li {
    padding-left: 50px;
    margin-bottom: 20px;
  }
  .intelligent-battlecards h2 {
    font-size: 30px;
  }
  .intelligent-battlecards p {
    font-size: 18px;
    line-height: 34px;
  }
  .si-header h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .btn-outline-primary {
    font-size: 18px;
  }
  .rr-header h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  footer h2 {
    font-size: 20px;
  }
  .navbar-dark .navbar-brand img {
    max-width: 65%;
  }
  .header-heading-mini-heading {
    padding-top: 20%;
  }
  .footer-social-link {
    margin-top: 10%;
  }
  .navbar-nav .nav-link {
    padding: 12px 35px;
  }
  .battle-card-content {
    padding-top: 40px;
    margin-top: 0px;
  }
  .battle-card-list ul {
    margin-top: 20px;
  }
  .integrate-process {
    padding: 20px 0px;
  }
  .battle-card-list ul li {
    padding-left: 40px;
  }
  .battle-cards-video-header h2 {
    margin-top: 25px;
    margin-bottom: 0;
  }
  .sign-in-header .header-heading-mini-heading h1 {
    font-size: 26px;
    padding-top: 5%;
  }
  .blog-page-header .header-heading-mini-heading {
    padding-top: 25%;
  }
  .social-sign-in-header h2::before,
  .social-sign-in-header h2::after {
    width: 30%;
  }
  .setup-program-right-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .setup-program-right-content p {
    font-size: 18px;
  }
  .free-trial-header .header-heading-mini-heading h1 {
    font-size: 26px;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .free-trial-content .social-sign-in-header h2::before,
  .free-trial-content .social-sign-in-header h2::after {
    width: 28%;
  }
  .free-trial-content .sign-in-list img {
    margin-top: 15px;
  }
}

/* Small devices (landscape phones, 414px and down) */

@media (max-width: 414px) {
  .header-heading-mini-heading h1 br {
    display: none;
  }
  .header-info-list li {
    font-size: 14px;
  }
  .list-video-popup {
    padding-top: 20px;
  }
  .video-popup-style .play-icon {
    left: 43%;
    top: 37%;
  }
  .header-sign-up .info-text {
    text-align: left;
  }
  .header-sign-up h2 {
    font-size: 20px;
  }
  .btn-bttlecards .btn {
    font-size: 16px;
  }
  .appexchange-style img {
    max-width: 100%;
    display: block;
  }
  .appexchange-style a img {
    display: none;
  }
  .appexchange-style a {
    margin-top: 30px;
  }
  .testimonial-header h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .how-it-works-content h2 {
    margin-bottom: 10px;
  }
  .request-demo-header p {
    margin-bottom: 0;
  }
  .request-a-demo-from p {
    margin-bottom: 0;
  }
  footer h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  footer .footer-menu li a {
    font-size: 14px;
  }
  .footer-social-link {
    margin-top: 15%;
    margin-bottom: 0;
  }
  .navbar-dark .navbar-brand {
    margin-right: 0;
    width: 50%;
  }
  .navbar-dark .navbar-brand img {
    max-width: 80%;
  }
  .battle-card-content h2 {
    font-size: 26px;
    line-height: 43px;
  }
  .para-with-right-border {
    font-size: 18px;
  }
  .battle-card-content h2 {
    margin-bottom: 5px;
  }
  .battle-card-list ul li {
    font-size: 16px;
    background-position: 0 3px
  }
  .blog-pre-next .blog-prev {
    background: #fff url('../img/icons/blog-pre-yellow.svg') no-repeat 0px;
    padding: 14px 12px 14px 59px;
    border: 2px solid #f9bd39;
    color: #1E2E42;
    font-size: 20px;
    margin-right: 15px;
    background-size: 40% 40%;
  }
  .blog-pre-next .blog-prev:hover {
    background: #f9bd39 url('../img/icons/blog-pre-white.svg') no-repeat 0px;
    padding: 14px 12px 14px 59px;
    border: 2px solid #f9bd39;
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
    background-size: 40% 40%;
  }
  .blog-pre-next .blog-next {
    background: #fff url('../img/icons/blog-next-yellow.svg') no-repeat 88%;
    padding: 14px 61px 14px 16px;
    border: 2px solid #f9bd39;
    color: #1E2E42;
    font-size: 20px;
    background-size: 40% 40%;
  }
  .blog-pre-next .blog-next:hover {
    background: #f9bd39 url('../img/icons/blog-next-white.svg') no-repeat 88%;
    padding: 14px 61px 14px 16px;
    border: 2px solid #f9bd39;
    color: #fff;
    font-size: 20px;
    background-size: 40% 40%;
  }
  .navbar-dark .navbar-toggler,
  .sign-up-mobile {
    font-size: 11px;
    margin-top: 8px;
  }
  .navbar-brand {
    left: 24%;
  }
  .salesforce-integration-appex a.btn-outline-primary {
    font-size: 16px;
    background: url('../img/icons/red-path.svg') no-repeat 123%;
    padding-right: 65px;
    padding-left: 15px;
    background-size: 50% 50%;
  }
  .salesforce-integration-appex a.btn-outline-primary:hover {
    font-size: 16px;
    background: url('../img/icons/white-path.svg') no-repeat 123%;
    padding-right: 65px;
    padding-left: 15px;
    background-size: 50% 50%;
    background-color: #f9bd39;
    border-color: #f9bd39;
  }
  .test-base-marketing img,
  .sample-corporation img,
  .evolution-intelligence img {
    margin: 30px 0;
  }
  .call-to-action-btn .btn {
    padding: 14px 50px;
    font-size: 16px;
  }
  .test-base-marketing h2 {
    margin-top: 40px;
  }
  .profesional-services h3.heading-ps {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 35px;
  }
  .intelligence-fresh {
    padding-top: 20px;
  }
  .evolution-intelligence {
    padding-bottom: 40px;
  }
  .social-sign-in-header h2 {
    font-size: 14px;
  }
  .sign-in-btn img {
    width: 24px;
  }
  .sign-in-list {
    margin-bottom: 25px;
  }
  .sign-in-form .btn-primary {
    font-size: 16px;
    padding: 10px 60px;
  }
  .sign-in-form .form-control {
    font-size: 16px;
    padding: 24px 0px;
  }
  .free-trial-benifit-list .media h2 {
    font-size: 18px;
    margin-left: 10px;
  }
  .trusted-by .list-inline-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .custom-control-label {
    padding-left: 5px;
  }
  .free-trial-agree .btn {
    font-size: 14px;
    padding: 14px 23px;
  }
  .free-trial-content .social-sign-in-header {
    margin-top: 40px;
  }
  .free-trial-content .sign-in-list a {
    width: 277px;
  }
  .custom-control-label {
    text-align: left;
    font-size: 14px;
    padding-left: 12px;
  }
  .sign-in-header.thank-you-header .header-heading-mini-heading h1 {
    font-size: 18px;
    padding-top: 6%;
    padding-bottom: 5%;
  }
  .thank-you-content .thank-you-header h2 {
    margin-top: 30px;
    font-size: 26px;
  }
  .ask-question .btn {
    font-size: 18px;
    background-position: -20px;
    padding: 16px 30px 16px 65px;
    background-size: 50% 50%;
  }
  .privacy-terms-link-sign-in br{display: block;}
}


/* Small devices (landscape phones, 384px and down) */

@media (max-width: 384px) {
  .btn-bttlecards .btn {
    width: 100%;
  }
  footer h2{font-size: 16px;}
  footer .footer-menu li{margin-bottom: 10px;}
  footer .footer-menu li a{font-size: 12px;}
}


/* Small devices (landscape phones, 375px and down) */

@media (max-width: 375px) {
  .battle-card-content h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .para-with-right-border {
    font-size: 16px;
  }  
  .battle-card-list ul li {
    background-position: 0 3px;
  }
}


/* Small devices (landscape phones, 360px and down) */

@media (max-width: 360px) {
  .btn-bttlecards .btn {
    padding: 12px 30px;
  }
  .request-demo-header h2 {
    font-size: 24px;
  }
  .footer-social-link .list-inline-item:not(:last-child) {
    margin-right: 18px;
  }
  .navbar-dark .navbar-brand {
    margin-right: 0;
    width: 48%;
  }
  .navbar-dark .navbar-brand img {
    max-width: 80%;
  }
  .header-heading-mini-heading {
    padding-top: 23%;
  }
  .navbar-nav .nav-link {
    padding: 12px 30px;
  }
  .social-sign-in-header h2::before,
  .social-sign-in-header h2::after {
    width: 28%;
  }
  .setup-program-right-content h2 {
    font-size: 20px;
  }
  .setup-program-right-content p {
    font-size: 14px;
  }
  footer h2{font-size: 15px;}
}


/* Small devices (landscape phones, 360px and down) */

@media (max-width: 320px) {
  footer h2 {
    font-size: 13px;
  }
  .testimonial-header h2 {
    font-size: 25px;
  }
  .si-header h2 {
    font-size: 23px;
  }
  .navbar-dark .navbar-brand {
    margin-right: 0;
    width: 41%;
  }
  .navbar-dark .navbar-brand img {
    max-width: 90%;
  }
  .blog-pre-next .blog-prev {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .blog-pre-next .blog-prev:hover {
    margin-right: 0;
  }
  .navbar-brand {
    left: 28%;
  }
}


/* Orientation Portrait */

@media only screen and (max-width: 800px) and (orientation: portrait) {}