body {
 font-family: 'Lora', serif;
}

h1, h2, h3, h4, h5, h6 {
 font-family: 'Montserrat', sans-serif;
 font-weight: 300;
 text-transform: uppercase;
}

.store-image-link{
  display: inline-block;
  margin-top: 16px;
}

#home-page-start-link{
  font-size: 20px;
  font-family: 'Montserrat';
  font-weight: 500;
}

#home-page-start-link:hover{
  color: #e01a0a;
  text-decoration: underline;
}

.price-footer-text{
  font-size: 10px;
  text-align: left;
}

.desc-navbar-item{
  display: block;
  font-size: 12px;
  font-family: 'Lora';
  color: #c0c0c0;
}

.two_months_free{
  color: #011627 !important;
}

.full-width-image{
  width: 100%;
}

.center-feature-desktop-flex-img-div{
  min-height: 600px;
  display: inline-flex;
  align-items: center;
}

.small-case{
  text-transform: lowercase !important;
}

.virtual-office-swiper{
  margin-top: 50px;
}

.cryola-bg{
  background: #c6d6f3;
}

.home-full-width-image{
  max-width: 500px;
  display: block;
  margin: auto;
}

#home-email-div-container{
  width: 100%;
  max-width: 440px;
  display: block;
  margin:auto;
}

#email-home-input{
  display: inline-block;
  width: calc(100% - 140px);
  height: 56px;
  margin: 0 8px;
  padding: 10px 0 13px 8px;
  background: #ffffff;
}

.home-no-credit-text{
  min-height: 30px;
}

#full-plan-comparison-div{
  margin-top: 70px;
  margin: 0 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 70px;
}

#toggle-price-comparision-btn{
  border: none;
  background: transparent;
  font-size: 24px;
  height: 37px;
  position: relative;
  bottom: 2px;
}


#toggle-price-comparision-btn .hide-icon{
  display: none;
}

#full-plan-comparison-div.show #toggle-price-comparision-btn .hide-icon{
  display: inline-block;
}

#full-plan-comparison-div.show #toggle-price-comparision-btn .show-icon{
  display: none;
}

#full-plan-comparison-table{
  display: none;
}

#full-plan-comparison-div.show #full-plan-comparison-table{
  display: block;
}


.full-plan-comparison-headers{
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.full-plan-comparison-headers .plan-name{
  font-weight: 500;
}

.full-plan-comparison-headers table{
  /*width: 1140px;*/
}

.comparision-row.header-comparision-row{
  height: 60px;
}

.comparision-row.header-comparision-row span{
  font-size: 24px;
  font-weight: 500px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.comparision-col-large{
  max-width: 410px;
  padding: 0 8px;
}

.comparision-col-small{
  max-width: 175px;
  padding: 0 8px;
}

.comparision-row{
  height: 40px;
}


@media (max-width: 900px){
  #full-plan-comparison-div.show{
    margin: 0 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 770px){
  #full-plan-comparison-div.show{
    margin: 0 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
}


@media (max-width: 700px){
  #full-plan-comparison-div.show{
    margin: 0 20px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .comparision-col-large {
    white-space: nowrap;
  }

  #full-plan-comparison-div.show #full-plan-comparison-table {
    display: block;
    overflow-x: auto
  }
}



@media (max-width: 500px){
  .comparision-col-large {
    max-width: 50vw;
    padding: 0 8px;
    overflow-x: auto;
  }
}


.btn-contact-us{
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  padding: 16px 24px;
  font-size: 14px;
  border-radius: 3px;
  background-color: #c6d6f3 !important;
  color: #011627 !important;
}

.btn-contact-us:hover, .btn.btn-primary.btn-contact-us:hover{
  background: #d7e7f4 !important; 
  background-color: #d7e7f4 !important; 
  border-color: #d7e7f4 !important; 
  color: #011627 !important;
}

#price-scroll-left-btn, #price-scroll-right-btn{
  position: absolute;
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  background: transparent;
  font-size: 12px;
  top: calc(50% - 19px);
  z-index: 100;    
  background: #100627;
  border-radius: 50%;
  padding: 0;
  color: white;
}

#pricing-scroll-row{
  position: relative;
    width: 100%;
    height: 1px;
    top: 44px;
    margin: 0;
    padding: 0;
}


.footer-list{
  text-align: left;
  color: #011627;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}


.footer-list li a{
  text-align: left;
  color: #011627;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}


.footer-list li a:hover{
  text-decoration: underline;
}


#price-scroll-left-btn:hover, #price-scroll-right-btn:hover{
  color: #d1d1d1;
}

#price-scroll-left-btn{
  left: -16px;
}

#price-scroll-right-btn{
  right: -16px;
}


section.feature-single-section{
  padding-top: 120px !important;
  padding-bottom: 90px !important;
}

.single-page-image-header{
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  margin: auto;
  display: block;
  text-align: center;
  object-position: center;
  border-radius: 16px;
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}


.horizontal-row{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.horizontal-row::-webkit-scrollbar {
  display: none;
}


.header-exp-num-2{
  display: none;
}


.red-strike-price{
  position: relative;
  font-size: 16px !important;
  color: #e01a0a;
}


.red-strike-price::after{
  content: "";
  width: 100%;
  height: 2px;
  background: #e01a0a;
  position: absolute;
  bottom: 8px;
  left: 0;
} 

.yearly-saving-div{
  position: absolute;
  background: #50ab00;
  right: -16px;
  top: 0px;
  width: 40%;
  height: 28px;
  line-height: 28px;
  color: #fff;
  padding-left: 12px;
  z-index: 1;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  white-space: nowrap;
}


.yearly-saving-div::before {
  content: " ";
  position: absolute;
  height: 0;
  width: 0;
  right: -10px;
  border-top: 8px solid #50ab00;
  border-left: 5px solid #50ab00;
  border-bottom: 8px solid transparent;
  border-right: 5px solid transparent;
}


.yearly-saving-div::after {
  content: " ";
  position: absolute;
  height: 0;
  width: 0;
  right: -10px;
  border-top: 8px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #50ab00;
  border-left: 5px solid #50ab00;
  bottom: 0;
}

.grid-icon-div{
  color: white;
  width: 90px;
  height: 90px;
  margin:auto;
  display: block;
  background:#011627 !important;
}

.grid-icon-div i{
  color: white !important;
}


@media screen and (max-width: 650px) {
  #share-app-lead.android #ios-share-link, #share-app-lead.ios #andriod-share-link{
    display: none !important;
  }

  .virtual-office-swiper .swiper-slide-active{
    max-width: 85%;
  }

  .yearly-saving-div{
    width: 34%;
    right: -10px;
  }

  .red-strike-price::after {
    bottom: 6px;
  }
}


.sdk-feature-image{
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 180px;
  margin:auto;
  display: block;
}


.sdk-feature-item {
    background: #FFFFFF;
    border-radius: 18px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.1), 0 15px 12px rgba(0,0,0,0.02);
    padding: 40px;
    margin: 0 4px;
    font-size: 16px;
    line-height: 24px;
    height: 100%;
    color: #011627;
    min-height: 325px;
  }

  .sdk-feature-item .sdk-feature-item-title h2 {
    line-height: 48px;
    color: #011627;
    display: block;
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 24px;
  }

  .sdk-feature-item ul li::before {
    content: "•";
    font-size: 32px;
    vertical-align: bottom;
    margin: 0 10px 0 0;
    color: #ebebeb;
    display: block;
    position: absolute;
    left: 0;
  }

  .sdk-feature-item ul li {
    position: relative;
    padding-left: 30px;
  }

  .sdk-feature-item ul {
    list-style: none;
    font-size: 20px;
    line-height: 200%;
    color: #011627;
    padding-left: 0px;
  }

  .sdk-feature-row + .sdk-feature-row{
    margin-top: 40px;
  }

@media (max-width: 900px){
  .sdk-feature-row .col-md-6{
    margin-bottom: 20px;
  }
}

.large-max-image{
  width: 550px;
  max-width: 100%;
  margin: auto;
}


.incubated-at-row{
  display: inline-flex;
  min-height: 100px;
  width: 100%;
}


.incubated-at-row img{
  max-width: 160px;
}


.offer-container{
  position: relative;
  overflow: visible;
}


.ribbon {
  margin: 0;
  padding: 0;
  background: white;
  padding:0.8em 0;
  color:#e01a0a;
  position: absolute;
  top:0;
  right:0;
  transform: translateX(30%) translateY(0%) rotate(45deg);
  transform-origin: top left;
  display: none;
  font-size: 16px;
}

.diwali-offer .ribbon {
  display: block;
}

.ribbon:before,
.ribbon:after {
  content: '';
  position: absolute;
  top:0;
  margin: 0 -1px; /* tweak */
  width: 100%;
  height: 100%;
  background: white;
}

.ribbon:before {
  right:100%;
}

.ribbon:after {
  left:100%;
}

.price-strick-tag{
  color: red;
  /*font-size: 24px;*/
  /*display: block;*/
}




.issue-bar{
  background: #dff0d8;
  color: #67976e;
  padding: 10px;
  text-align: center;
  position: relative;
  top:75px;
  font-size: 12px;
}

.issue-bar p{
  padding: 0;
  margin:0;
}

#logos{
  width: 100%;
  overflow-x: hidden;
  padding: 40px 0;
}


.hidden_iframe{
  display: none !important;
}


.home-no-credit-text{
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

#client-logos-div{
  height: auto;
  width: 4000px;
  animation: bannermove 65s linear infinite;
  animation-delay: 5s;
  white-space: nowrap;
}

#client-logos-div img {
  display: inline-block;
  max-width: 200px;
  max-height: 140px;
  margin: 20px 100px;
}

@keyframes bannermove {
  0% {
    -webkit-transform: translateX(0%);  
    transform: translateX(0%);  
  }

  20% {
    -webkit-transform: translateX(-20%);  
    transform: translateX(-20%);  
  }

  40% {
    -webkit-transform: translateX(-40%);  
    transform: translateX(-40%);  
  }

  60% {
    -webkit-transform: translateX(-60%);  
    transform: translateX(-60%);  
  }

  80% {
    -webkit-transform: translateX(-80%);  
    transform: translateX(-80%);  
  }

  100% {
    -webkit-transform: translateX(-100%); 
    transform: translateX(-100%);  
  }
}

#incubated-at-section{
  padding: 30px 0;
}

#incubated-at-section img{
  max-width: 160px;
}

.small-footer-text{
  font-size: 12px;
}

.home-video{
  position: relative;
  width: 75%;
  display: block;
  margin: auto;
  z-index: 1;
  object-fit: cover;
  /*border-radius: 16px;*/
}

#home-typewriter-span-container{
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  line-height: 58px;
}


.swiper-container .block-pills{
  width: 90%;
  margin: auto;
  display: block;
  height: 170px;
  background: white;
  padding: 10px;
}


#youtube-lxs-div, #youtube-startups-div, #youtube-startup-sunday-div{
  display: block;
  margin: auto;
  text-align: center;
  /*white-space: nowrap1234;*/
  overflow-x: scroll;
}

.red-icon{
  color: red;
}

.blue_text{
  color:#e01a0a;
}


.service-info h2{
  font-weight: 600;
}

.btn-homepage-red-hover, .btn.signup-btn-red{
  background-color: #ce4d05 !important;
}


.home_form .btn-homepage-red-hover:hover, .btn.signup-btn-red.signup-nav-btn:hover{
  background-color: #bd3c04 !important;
  border-color: #bd3c04 !important;
}



.secondary-large-btn, .btn-homepage-blue-hover.secondary-large-btn{
  color: #e01a0a !important;
  background-color: #e7f0ff !important;
}

.secondary-large-btn:hover, .btn-homepage-blue-hover.secondary-large-btn:hover{
  background-color: #d6e0ee !important;
  color: #e01a0a !important;
}


.login-nav-btn{
  color: #011627;
  background-color: #ebebeb !important;
  min-width: 80px;
  /* height: 42px; */
  font-weight: 500;
  left: -60px;
  top: 14px;
  border-radius: 3px !important;
  position: absolute;
  outline: none !important;
  font-family: 'Montserrat';
  font-size: 14px;
  padding: 11px 16px;
}


.login-nav-btn:hover{
  border:none !important;
  background-color: #e5e5e8 !important;
}


.youtube-iframe.mobile_hidden{
  display: none;
}

.show-more-iframes {
  margin: auto;
  text-align: center;
  color: white;
  border: none;
  background: #e01a0a;
  border-radius: 3px;
  padding: 10px 16px;
  font-size: 18px;
  margin-top: 20px;
  display: block;
  outline: none;
  font-family: 'Montserrat', sans-serif;
}

.show-more-iframes:hover{
  background: #d00909;
}

@media (min-width: 1400px){
  .container.large-container {
    width: 1320px;
  }
}


@media (max-width: 700px){
  .flex-center {
    display: inline-block !important;
  }

  .home-video{
    margin-top: 40px;
    width: 100%;
  }

  .text-left.mobile-text-center, .mobile-text-center, .home-subheader.text-left.mobile-text-center{
    text-align: center;
  }
}

.col-sm-2.col-5-pricing{
  width: 20%;
  padding: 0;
  font-size: 12px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-2.col-4-pricing{
  width: 25%;
  padding: 0;
  font-size: 12px;
  padding-right: 15px;
  padding-left: 15px;
}

.free_label_div{
  font-size: 16px;
  font-weight: 500;
  height: 38px;
}

.two_months_free{
  font-size: 10px !important;
}

#catch-us-submitted-header{
  display: none;
}

@media screen and (max-width: 900px){
  .col-sm-2.col-5-pricing {
    width: inherit;
    margin: inherit;
  }

  .col-sm-2.col-4-pricing{
    width: inherit;
    margin: inherit;
  }
}


#pricing_signup_btn{
  /*margin-top: 9px;*/
}

.pricing_para_empty{
  height: 32px;
}

/*auth css*/
.auth-main #signup-container{
  margin:auto;
}

#home-group-reset-form{
  margin-top: 30px;
}

@media screen and (max-width: 500px) {
  .auth-main.signup{
    margin-top: 0px;
  }

  .auth-main .form-group {
    margin-bottom: 4px !important;
  }

  .auth-main .form-group label{
    margin-bottom: 0 !important;
  }

  .home-card-body-auth-div input {
    margin-top: 0px;
  }

  .home-card-body-auth-div input {
    margin-top: 0px !important;
    height: 36px !important;
  }

  .intl-tel-input {
    margin-top: 0px !important;
  }

  .auth-header-text {
    margin-bottom: 0px !important;
    margin-top: 8px !important;
  }

  #home-page-start-btn{
    /*width: 100%;*/
  }
}


.panel.auth-livelink-panel span.label-link{
  font-weight: 500;
}

.login-home-btn {
    margin: auto;
    display: block;
    border-radius: 5px !important;
    margin-top: 8px;
    margin-bottom: 8px;
    border: 1px solid #d6d6d6 !important;
}

.auth-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%; }

.auth-block {
  width: 540px;
  margin: 0 auto;
  border-radius: 5px;
  /*background: rgba(0, 0, 0, 0.55);*/
  background:white;
  color: #011627;
  padding: 32px; 
  box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.4);
}
  .auth-main h1 , .pre-signup-text{
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    color: #011627; 
    font-size: 32px;
  }
  .auth-main p {
    font-size: 16px; }
  .auth-main a {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #e01a0a;
    }
    .auth-main a:hover {
      color: #e01a0a; }
  .auth-main .control-label {
    padding-top: 11px;
    color: #011627; }
  .auth-main .form-group {
    margin-bottom: 12px; }

.auth-input {
  width: 300px;
  margin-bottom: 24px; }
  .auth-input input {
    display: block;
    width: 100%;
    border: none;
    font-size: 16px;
    padding: 4px 10px;
    outline: none; }

a.forgot-pass {
  display: block;
  text-align: right;
  margin-bottom: -20px;
  float: right;
  z-index: 2;
  position: relative; }

.auth-link {
  display: block;
  font-size: 16px;
  text-align: center;
  margin: 12px 0 0px;
}

.auth-sep {
  margin-top: 36px;
  margin-bottom: 24px;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  display: block;
  position: relative; }
  .auth-sep > span {
    display: table-cell;
    width: 30%;
    white-space: nowrap;
    padding: 0 24px;
    color: #ffffff; }
    .auth-sep > span > span {
      margin-top: -12px;
      display: block; }
  .auth-sep:before, .auth-sep:after {
    border-top: solid 1px #011627;
    content: "";
    height: 1px;
    width: 35%;
    display: table-cell; }

.form-control, .form-control:focus {
  /*background-color: rgba(0, 0, 0, 0.4);*/
  background-color: transparent;
  border-radius: 5px;
  /*color: white; */
}
  .form-control::-webkit-input-placeholder, .form-control:focus::-webkit-input-placeholder {
    /*color: white;*/
    opacity: 0.9; 
  }
  .form-control:-moz-placeholder, .form-control:focus:-moz-placeholder {
    /* Firefox 18- */
    /*color: white;*/
    opacity: 0.9; 
  }
  .form-control::-moz-placeholder, .form-control:focus::-moz-placeholder {
    /* Firefox 19+ */
    /*color: white;*/
    opacity: 0.9; 
  }
  .form-control:-ms-input-placeholder, .form-control:focus:-ms-input-placeholder {
    /*color: white;*/
    opacity: 0.9; 
  }

.form-control[disabled]::-webkit-input-placeholder, .form-control[readonly]::-webkit-input-placeholder, fieldset[disabled] .form-control::-webkit-input-placeholder {
  /*color: white;*/
  opacity: 0.6; 
}

.form-control[disabled]:-moz-placeholder, .form-control[readonly]:-moz-placeholder, fieldset[disabled] .form-control:-moz-placeholder {
  /* Firefox 18- */
  /*color: white;*/
  opacity: 0.6; }

.form-control[disabled]::-moz-placeholder, .form-control[readonly]::-moz-placeholder, fieldset[disabled] .form-control::-moz-placeholder {
  /* Firefox 19+ */
  /*color: white;*/
  opacity: 0.6; }

.form-control[disabled]:-ms-input-placeholder, .form-control[readonly]:-ms-input-placeholder, fieldset[disabled] .form-control:-ms-input-placeholder {
  /*color: white;*/
  opacity: 0.6; }


#signup-home-submit, #login-submit{
  border-width: 1px;
  /*color: white;*/
  background: transparent;
  border: 1px solid #011627;
  border-radius: 4px;
}


.panel.auth-livelink-panel {
  margin-top: 16px;
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.4) !important;
  background: rgba(80,210,255,0.1) !important;
}


.login-home-div .form-group {
  margin-bottom: 10px;
}

/*end of auth css*/













.signup-btn-red{
  /*background: #ce4d05 !important;*/
}

.signup-btn-red:hover, .signup-btn-red:active, .signup-btn-red:visited{
  /*background: #df4d05 !important;*/
}













.comparison-list-item{
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 1.3em;
  font-weight: 400;
  font-family: 'Montserrat';
}

 .other-comparison-item {
  font-weight: 500;
  font-family: 'Montserrat';
 }

.comparison-list-item:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.no-list-style{
  list-style: none;
  padding: 0;
}

.comparison-row{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.comparision-col{
  background: #ebebeb;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  left: 5%;
}

.comparision-spacer-row{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding:0;
  max-width: 80px;
  position: relative;
  z-index: 1000;
  left: 4.75%;
}

.comparison-or-div{
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  margin: auto;
  text-align: center;
  background: #011627;
  border-radius: 50%;
  position: relative;
  right: 7px;
}

.comparison-body h4, .comparison-body-pricing h4{
  margin-top: 30px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  font-weight: 600;
}

.comparison-or-div span{
  color: white;
  display: block;
  font-family: 'Montserrat';
  font-weight: 700;
  margin:auto;
  font-size: 32px;
}

.small-logos{
  max-width: 100%;
  height: 24px;
  display: block;
  margin: 12px auto;
}



.lowercase{
  text-transform: lowercase !important;
}


.comparison-body-pricing .small-logos {
  max-width: 100%;
  height: 18px;
  display: inline-block;
  margin: 10px auto;
}


.comparison-body-pricing .comparison-list-item{
  padding-top: 7px;
  padding-bottom: 7px;
}

.comparison-header{
  margin-top: 20px;
}


.comparision-col-1 .comparison-body{
  padding: 2px;
}


.comparision-col-2 .comparison-body-pricing{
  padding: 4px;
}


.and-more-comparision-text{
  text-transform: initial;
  font-weight: 500;
}



.comparison-pricing-summary{
  position: absolute;
  left: 0;
  bottom: -12.6%;
  width: 100%;
  padding: 0;
}

.comparison-pricing-summary h1{
  font-size: 36px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.comparison-pricing-summary h5{
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  background: #ebebeb;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
}

.comparison-row-pricing .comparision-col{
  margin-bottom: 45px;
}

@media (max-width: 768px){
  .comparision-col{
    left: 0;
  }

  .comparision-spacer-row {
    max-width: initial;
    position: relative;
    left: 0;
    padding: 20px 0;
  }

  .comparision-spacer-row.pricing-spacer-row  {
    padding: 50px 0;
  }
}




.grey-black-btn{
  background-color: #f2f2f2 !important; 
  background: #f2f2f2 !important;
  color: #011627 !important;
}


.btn-home-group-main.grey-black-btn{
  outline-color: #f2f2f2 !important;
}


.btn.card-group-join-home-btn.grey-black-btn:hover{
  background-color: #d2d2d2 !important; 
  background: #f2f2f2 !important;
  color: #011627 !important;
  border-color: #d2d2d2 !important; 
}

/* Home page carousel */
#homePageCarousel{
  width:100%;
  height: auto !important;
}

#homePageCarousel .item{
  height: auto !important; 
}

#homePageCarousel .carousel-control.left, #homePageCarousel .carousel-control.right {
  background-image: none;
}

#homePageCarousel .carousel-indicators{
  display: none;
}

#homePageCarousel .carousel-control.left:hover, #homePageCarousel .carousel-control.right:hover {
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.08) 0,rgba(0,0,0,.0001) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,.08) 0,rgba(0,0,0,.0001) 100%);    
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.08)),to(rgba(0,0,0,.0001)));
  background-image: linear-gradient(to right,rgba(0,0,0,.08) 0,rgba(0,0,0,.0001) 100%);
}

#homePageCarousel .item img{
  max-height: 330px;
}
/* end of home page carousel */



#home-page-webinar-engage-list{
  line-height: 20px;
  margin-top: 30px;
  font-size: 14px;
  text-align: left;
  padding-inline-start: 30px;
}

#home-page-webinar-engage-list li{
  margin-bottom: 20px;
  margin-top: 20px;
}


.home-feature-section-div{
  margin-top: 30px;
}


/*******Improve business home*********/
#webinar-grow-list-div{
  padding-top: 45px;
}

#webinar-grow-list-div img{
  max-width: 500px;
  display: block;
  margin: auto;
}
/*******end*********/




/*****************home-feature-item-div**************/
.home-feature-item-div{
  background: #f2f2f2;
  padding: 0;
  border-top-right-radius: 25px;
}


.home-feature-item-div .post-thumb img{
  width: 100%;
  object-fit: cover;
  border-top-right-radius: 25px;
  max-height: 250px;
}


.home-features-item-body{
  padding: 10px 20px 30px;
}

/***************************end****************/












#iframe-tv-demo{
  width:100vw;
  height: 100vh;
}

.footer-div .fa{
  padding-top: 0;
}

.product_div .our-services .col-sm-4 {
  min-height: 320px;
}

.main-nav{
  background: white !important;
  box-shadow: 0px 1px 10px 0px #999;
  max-width: 100vw;
}

.three_months{
  font-size: 10px !important;
  display: block;
  min-width: 100%;
  min-height: 20px;
}

.top_super_text{
  font-size: 8px;
  position: relative;
  bottom: 10px;
}

.red_background_text{
  background: red;
  color: white;
  padding: 2px;
}


.red-text{
  color: #e01a0a;
}

#get-started.aboutus-section{
  padding: 135px 0 45px;
}

#enterprise_stream_pricing{
  display: none;
}


#home-connect-subheader-text{
  margin-bottom: 24px;
}

.grey{
  color: #999 !important;
}


.btn.btn-primary.activated {
  background-color: #fff;
  color: #d00909;
} 


.home-page-card-div{
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 4px;
  min-height: 150px;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
}

.home-page-card-div input{
  border-radius: 8px;
  border-color: lightgrey;
  /*box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);*/
}


.home-page-card-div input:focus{
  box-shadow: none;
}

.home-signup-label-span{
  display: block;
  margin: auto;
  text-align: center;
}

.home-page-card-div img{
  max-width: 120px;
  padding: 10px;
  display: block;
  margin: auto;
}


.full-width{
  width: 100%;
}


.home-card-header-auth-div  div{
  padding: 0
}

.home-card-header-auth-div button{
  width: 100%;
  display: inline-block;
  box-shadow: none !important;
  outline: none !important;
  color:lightgray;
  border:none;
  border-bottom: 1px solid lightgray;
  background: transparent;
}


.home-card-back-btn{
  background: transparent !important;
  font-size: 18px;
  position: absolute;
  top: 4px;
  left: 0;
  border: none !important;    
  color: #011627 !important;
  width: auto !important;
  padding: 0;
}



.home-page-card-group-header{
  position: relative;
}

.vidphon-link-home-div{
  display: flex;
  align-items: center;
  margin-top:20px;
}


.vidphon-link-home-div span{
  margin-right: 4px;
}

.vidphon-link-home-div input{
  margin-top:0 !important;
}

.home-card-header-auth-div{
  min-height: 65px;
}

.reset-on .home-card-header-auth-div{
  min-height: 50px;
}


.forgot-pass-card{
  display: block;
  margin-top: 10px;
  text-decoration: underline;    
  color: #e01a0a;
}


.btn-home-group-main{
  width: 100%;
  margin: 24px auto;
  border-radius: 8px !important;
  outline: none;
  box-shadow: none;
  outline-color: #e01a0a !important;
}

.intl-tel-input{
  /*margin-top: 20px;*/
}



@media screen and (max-width: 500px){
  .product_div .our-services .col-sm-4 {
    min-height: 220px;
  }
}

@media screen and (min-width: 900px){
  .home-card-body-auth-div{
    padding: 0px 24px;
  }

  .home-card-body-auth-div input, .home-card-body-auth-div input:focus, .vidphon-link-home-div, .intl-tel-input{
    /*margin-top: 15px !important;*/
  }

  #signup-home-vidphon-link{
    margin-top: 0px !important;
  }

  .home-page-card-div {
    padding: 10px 24px !important;
  }

  .btn-home-group-main {
    margin: 18px auto;
  }

  .form-control {
    height: 48px;
  }
}


.home-card-body-auth-div input{
  /*margin-top: 20px;*/
  /*box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);*/
  height: 38px;
}


.home-card-body-auth-div input:focus{
  /*margin-top: 20px;*/
  box-shadow: none;
  border-color: #1380d6 !important;
}

#home-group-input-roomname:focus{
  border-color: #1380d6 !important;
}


@media screen and (max-width: 300px){
  .home-card-body-auth-div input {
    margin-top: 10px;
    height: 40px;
  }

  .vidphon-link-home-div, .intl-tel-input {
    margin-top: 10px;
  }

  .home-page-card-group-header {
    font-size: 26px;
  }
}


#login-home-error, #signup-home-error{
  min-height: 20px;
  display: block;
  text-align: center;
  color: red;
}


#login-home-submit-btn{

}

.btn-home-group-main + .btn-home-group-main{
  margin: 12px auto;
}



#home-card-join-div, #home-card-auth-div{
  display: none;
}

#home-card-auth-div.signup-on .signup-home-div, #home-card-auth-div .login-home-div{
  display: block;
}

#home-card-auth-div.signup-on .login-home-div, #home-card-auth-div .signup-home-div{
  display: none;
}


.reset-home-div{
  display: none;
}


#home-card-auth-div.reset-on .signup-home-div, #home-card-auth-div.reset-on .login-home-div{
  display: none;
}

#home-card-auth-div.reset-on .reset-home-div{
  display: block;
}

#home-card-auth-div.signup-on .signup-btn, #home-card-auth-div .login-btn{
  color:gray;
  border-bottom: 1px solid gray;
}

#home-card-auth-div .signup-btn, #home-card-auth-div.signup-on .login-btn{
  color:lightgray;
  border-bottom: 1px solid lightgray;
}


button.btn.card-group-join-home-btn:hover{
  background-color: #21abe6 !important;
  color: white !important;
  box-shadow:2px 2px 4px 1px rgba(0,0,0,0.5);
}


button.btn.card-group-join-home-btn.signup-btn-red:hover{
  background: #df4d05 !important;
  background-color: #df4d05 !important;
  border-color: #df4d05 !important;
}

.home-page-card-hover{
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 4px;
  min-height: 380px;
}

.home-page-card-hover:hover{
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}

.home-page-card-hover:hover a{
  color: #e01a0a !important;
}

.text-small{
  font-size: 12px;
  display: block;
  margin-top: 12px;
  margin-bottom: 4px;
}

#home-group-form-sub-header{
  display: block;
  text-align: left;
  height: 10px;
  /*text-transform: uppercase;*/
  font-size: 12px;
}

.scheduling-img-icon-container img{
  max-width: 110px;
}

#home-group-form-top-header{
  display: block;
  text-align: left;
  /*text-transform: uppercase;*/
  font-size: 12px;
  color: white;
}

#home-start-group-call{
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  align-self: center;
  align-items: center;
}


#home-start-group-call .caption{
  display: block;
  align-content: center;
  padding: 0%;
  text-align: center;
  margin: auto;
}

#home-start-group-call .row{
  display: block;
  align-items: center;
  align-content: center;
  width: 100%;
}



.form-control.input-container{
  display: flex;
  align-content: center;
  height: auto;
  border-color: #011627;
  background: transparent;
  overflow-x: hidden;
  border-radius: 4px;
}


.form-control.input-container label{
  margin-bottom: 0;
  color: #011627;
  padding: 8px 2px;
}

.form-control.input-container input{
  border: none;
  background:transparent;
  outline: none;
  display: inline-block;
  color: white;
}

#home-group-call-form-div{
  text-align: center;
  /*background: url("/static/images/group_home_bg.png");
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 4px 1px black;*/
}


#tohash{
  font-size: 26px;
  padding: 0 !important;
  display: block;
  margin: auto;
  text-align: center;
  color: white;
}


#home-catch-us-live .home_form{
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}

#home-catch-us-live .home_form input{
  margin-top: 0;
  margin: 0;
}

#home-catch-us-live .home_form button{
  /*margin: 0 4px;*/
}

.embed-iframe-span{
  display: block;
  max-width: 90%;
  white-space: break-spaces;
  text-align: center;
  margin: auto;
  font-weight: 500;
}

#catch-us-live iframe, #catch-us-live-2 iframe, #youtube-startup-sunday-div iframe{
  max-width: 100%;
  border-radius: 8px;
  min-width: 100%;
  min-height: 240px;
}


@media screen and (max-width: 500px) { 
  #youtube-playlist-div{
    margin-top: 180px;
  }

  #home-catch-us-live .home_form button{
    margin: 0;
  }
}

.get-to-know-image{
  max-width: 55%;
  display: block;
  margin: auto;
}

.full-suite-images{
  max-height: 250px;
  width: auto !important;
  margin: auto;
}

.improve-img{
  width: 100%;
  max-height: 240px;
}


.pre-signup-btn{
  border-radius: 4px;
  background: #e01a0a;
}

.btn#pre-signup-btn{
  border-radius: 3px !important;
  background: #e01a0a;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  padding: 14px 20px;
}

.btn#pre-signup-btn:hover{
  background: #d00909 !important;
  color: #fff !important;
}

@media screen and (max-width: 500px) { 
  #home-start-group-call .row{
    display: block;
    text-align: center;
    width: 100%;
    margin: auto;
  }


  #home-start-group-call .caption{
    display:block;
    padding:1%;
  }

  /*.carousel-inner {
    top: -40px;
  }


  .caption h1{
    margin-top: 0;
  }*/

  .blue_text{
    display: block;
  }

  #home-group-call-form-div{
    /*border: 1px solid rgba(100,100,200,.5);*/
  }

  .mobile-block{
    display: block;
  }

  .twitter-left-control , .twitter-right-control{
    display: none;
  }

  .home-slider-header-text{
    font-size: 28px;
  }

  .home-slider-subheader-text{
    font-size: 16px;
  }
}



}

#form-error-group-span{
  color:red;
  /*display: none;*/
}

#home-group-call-form-div form input{
  color: #011627;
  border-color: rgb(227,227,227);
}

#home-group-call-form-div form input::placeholder{
  color: rgb(200,200,200);
}

#home-group-call-form-div form input:focus::placeholder { 
  color:transparent !important; 
} 


#home-group-call-form-div form input + input{
  margin-top:0px;
}

#home-group-call-form-div form button{
  background: #e01a0a;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding:14px 40px;
  /*border: 1px solid #6e6d6c;*/
  border-radius: 4px;
  margin-top: 40px;
  text-transform: uppercase;
}


.extra-bold{
  font-weight: 800 !important;
}

.extra-large-header-text{
  font-size: 42px;
}

.product-sunheader{
  margin-top: 20px;
}


#home-group-call-form-div form button:hover{
  background: #d00909;
  color: #fff;
}

.product-home{
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(138,168,230,.2);
  padding: 20px;
  position: relative;
  overflow: hidden;
  display: block;
  transition: transform .3s ease,box-shadow .3s ease;
  cursor: pointer;
}

.product-home:hover{
  box-shadow: 4px 6px 15px 1px rgba(138,168,230,.2)
}

.select_product_label{
  font-size: 26px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  top: 5px;
}

.tag{
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: .5px;
  display: inline-block;
  background-color: rgba(57,115,230,.1);
  color: #011627;
  border: 1px solid rgba(57,115,230,.15);
  font-size: .825em;
  line-height: 2;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
  float: left;
  clear: both;
}

.product-home-logo{
  display: block;
  clear: both;
  text-align: left;
  font-size: 24px;
  color: black;
  font-weight: 500;
}

.product-home p{
  font-size: 1em;
    line-height: 1.75;
    color: #011627;
    margin: 10px 0;
    text-align: left;
}

.title h1{
  color: #011627;
  font-weight: 400;
}

.title p{
  font-weight: 300;
}

.btn-home-product{
  padding: 7px 20px;
    font-size: .85em;
    min-width: 100px;
    color: white;
    font-family: 'Lora', sans-serif;
    cursor: pointer;
    border: none;
    outline: 0;
    font-weight: 500;
    border-radius: 3px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    transition: background-color .15s ease-in;
    white-space: normal;
    background: #e01a0a;
    float: left;
}





#product_dropdown_pricing{
  list-style: none;
  padding: 8px 8px;
  border-radius: 4px;
  text-align: left;
}

#product_dropdown_pricing .dropdown-menu{
  width: 100%;
}

#product_dropdown_pricing .dropdown-menu li{
  color: white;
  background-color: #e01a0a;
  padding: 8px;
  cursor: pointer;
}

#product_dropdown_pricing .dropdown-menu li.selected{
  background-color: #d00909;
}

#product_dropdown_pricing .dropdown-menu li:hover{
  background: white;
  color: #e01a0a;
}

#product_toggle_text{
  color: white;
  display: flex;
  align-content: center;
  align-items: center;
}

#product_toggle_text .caret{
  position: absolute;
  right: 8px;
}





.btn-home-product:hover{
  color: white !important;
}

.content-section-a .container .row, .content-section-b .container .row, .center-row, .select-product-div{
  display: flex;
  align-items: center;
}

.select-product-div{
  margin-top: 20px;
  margin-bottom: 20px;
}

#product_select{
  background: #e01a0a;
  color: white;
  border-radius: 6px;
  height: 42px;
  webkit-appearance:none;
  moz-appearance:none;
  appearance:none;
  border: none;
}

.select-div .nice-select{
  display: block;
  width: 100%;
  padding: 0px 16px;
  background-color: #e01a0a;
  color: white;
}

.select-div .nice-select:after {
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #fff;
}

.select-div .nice-select.open .list{
  background-color: #e01a0a;
  color: white;
}



.select-div .nice-select .option.focus, .select-div .nice-select .option:hover{
  background-color: white;
  color: #e01a0a;
}

.select-div .nice-select .option.selected.focus{
  color: white;
  background-color: #028FBB;
} 

.select-div .nice-select .option.selected.focus:hover{
  color: #e01a0a;
  background-color: white;
} 

.float-left{
  float: left;
}

.float-right{
  float: right;
}


.modal {
  text-align: center;
}

.desc_half_top{
  margin-top: 18%;
}




@media screen and (max-width: 767px){
  .navbar-center{
    left: 0% !important;
  }
} 


@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }

  .nav.navbar-nav.navbar-right{
    min-width: 170px;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}


#confirmEmailModal{
  background: rgba(0,0,0,0.3);
  z-index: 9999999999;
}

.modal-content {
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.9);
  box-shadow: 0 5px 15px rgba(0,0,0,0.9);
}

.modal-confirm-header{
  min-height: auto !important; 
  padding: 2px 6px !important;
  border-bottom: none !important; 
}

#confirm_email_modal_input{
  font-size: 16px;
  width: 260px;
  height: auto;
  margin-top: 15px;
  margin-right: 10px;
  padding-left: 15px;
  display: inline-block;
  border-radius: 4px;
}

#confirm-modal-btn{
  background: #e01a0a;
  border: 1px solid #e01a0a;
  color: white;
  border-radius: 2px;
}

#cancel-modal-btn{
  background: #FFF;
  border: 1px solid #e01a0a;
  color: #e01a0a;
  border-radius: 2px;
  margin-left: 15px;
}


@media (min-width: 768px){
  #confirm-modal-dialog {
    width: 420px;
    margin: 30px auto;
  }
}

.modal-controls{
  text-align: left !important;
  padding-top: 10px;
}

#confirm-modal-footer{
  padding: 15px;
    padding-bottom: 30px;
    padding-left: 30px;
    text-align: left;
    padding-top: 0;
    border-top: none;
}

#confirm-modal-body{
  padding-left: 30px;
}

.currency_toggle_div{
  float: left;
  display: inline-block;
  position: relative;
  left: 20px;
  margin-bottom: 20px;
}

.currency_toggle_div span{
  font-size: 16px;
  border-bottom: 2px solid;
  font-weight: 500;
  cursor: pointer;
  min-height: 30px;
  padding: 4px 6px;
  width: auto;
  color: rgba(0,0,0,0.3);
}

.currency_active{
  color: black !important;
}

.home_page_circle_img{
  display: block;
  margin: auto;
  width: 150px;
  height: 150px;
}

/*Testimonials css*/
small {
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

.testimonials {
  overflow: hidden;
  width: 100%;
}

.testimonials ul {
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0;
}

.testimonials ul li {
  display: inline-block;
  padding: 1rem;
  position: relative;
  text-align: center;
  width: 100vw;
}

.testimonials ul li p {
  max-width: 300px;
  margin: 1rem auto;
  width: 50%;
}

.testimonials-control {
  background-color: rgba(255,255,255,0.2);
  display: flex;
  justify-content: center;
}

.testimonials-control i {
  cursor: pointer;
  padding: 1.3rem;
}

/*End of testimonials css*/


#header1 .dark-header{
  color: #011627;
}

.youtube-iframe{
  display: inline-block;
  margin: 10px 6px;
  min-width: 32vw;
}




.horizontal-row{
  white-space: nowrap;
  overflow-x: auto;
  position: relative;
  width: calc(100% - 60px);
  margin-left: 30px;
}


@media (min-width: 1200px){
  .youtube-iframe{
    max-width: 33vw;
  }


  .horizontal-row{
    white-space: nowrap;
    overflow-x: auto;
    position: relative;
    width: calc(100% - 0px);
    margin-left: 0px;
  }

  #price-scroll-left-btn, #price-scroll-right-btn{
    display: none !important;
  }
}


#commission-span{
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
}

.div-horizontal-container{
  padding: 0 1%;
}


.div-horizontal-scroll{
  overflow-x: scroll;
  white-space: nowrap;
  margin-top: 30px;
  width: 100%;
}


.no-bottom-border{
  border-bottom: none !important;
}

.no_bottom_padding{
  padding-bottom: 0;
}

.home_form input{
  display: block;
  width: 100%;
  height: 60px;
  width: 100%;
  /*padding: 17px 0 13px 20px;*/
  padding: 10px 0 13px 20px;
  color: #011627;
  border: 1px solid #ddd;
  border-radius: 7px;
  box-shadow: none;
  z-index: 1;
  line-height: 24px;
  background-color: white;
  color: black;
  outline: none;
  margin: 0px 0 10px 0;
}

.home_form button{
  position: relative;
  min-height: 50px;
  width: auto;
  margin:auto;
  background-color: #e01a0a;
  border-radius: 3px;
  box-shadow: none;
  z-index: 1;
  line-height: 24px;
  color: white;
  border: 1px solid white !important;
  padding: 16px 24px;
  font-size: 16px;
  display: inline-block;
  outline: none;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  font-family: "Montserrat", sans-serif;
}

.home_form button.blue-btn{
  margin: 0;
}

.home_form button:hover{
  background: #d00909 !important;
}

.no-opacity{
  opacity: 0;
}

#home_form_email_success, #home_form_email_success-1{
  display: none;
}

#home_form_email_success h2, #home_form_email_success-1 h2{
  color: #011627;
  margin-top: 50px;
  font-size: 20px;
  text-align: center;
}

#home_form_email_error, #home_form_email_error-1{
  display: none;
}

#home_form_email_error h2, #home_form_email_error-1 h2{
  color: white;
  margin-top: 50px;
  color: black;
  text-align: center;
  font-size: 20px;
}


#home_form_email_success-1 {
  padding: 20px 0 0;
}

.home-email-blue-div #home_form_email_error-1 h2{
  color: white !important;
}




#widget_demo .template_header{
  margin-bottom: 20px;
}

#widget_demo .template_text{
  margin-top: 20px;
}

#widget_demo .row{
  margin-bottom: 40px;
}

#month_free{
  min-height: 18px;
  margin: 10px 0;
  font-size: 13px;
  font-family: 'Lora', sans-serif;
  color: #011627;
}

#widget_demo{
  padding: 90px 0 90px 0;
}

#services{
  /*padding: 10px 0 90px 0;*/
}


.home_page_reason_header{
  font-size: 30px;
  margin-bottom: 20px;
}

#three_reasons_why, #services, #whats-waiting-for-you{
  background: #ebebeb;
}

#three_reasons_why .lead{
  text-align: center;
}

.three_reasons_why_btn {
  height: 42px;
  width: 36%;
  margin: 20px 0 10px;
  background-color: #e01a0a;
  border-radius: 6px;
  box-shadow: none;
  z-index: 1;
  line-height: 24px;
  color: white;
  border: 0;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  -ms-touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.what_you_get_row{
  margin-bottom: 24px;
}


.faq_card{
  padding: 10px 5px 0 5px;
  min-height: 200px;
  border-radius: 8px;
  box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.3);
  text-align: center;
}

.benefits-div {
  margin-top: 20px;
}

.benefits_card{
  padding: 20px 16px 20px 16px;
  min-height: 330px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  text-align: center;
}

.three_reasons_border-right{
  border-right: 1px solid #e01a0a;
}


.blue_tick_list li{
  list-style:none;
  margin-bottom: 10px;
}

.blue_tick_list li:before {
    content: '';
    display: block;
    width: 4px;
    height: 8px;
    border: solid #e01a0a;
    border-width: 0 1.9px 1.9px 0 !important;
    transform: rotate(45deg);
    position: absolute;
    margin-left: -12px;
    margin-top: 8px;
}

.center_bottom_home_div{
  float: none;
  text-align: center;
  margin: auto;
  margin-top: 60px;
}

.template_header{
  font-size: 18px;
  color: #011627;
  margin-bottom: 10px;
  font-family: 'Lora', sans-serif;
  font-weight: 500;
  line-height: 1.1;
}


.template_text{
  margin: 0 0 10px;
  color: #011627;
  font-size: 14px;
  font-family: 'Lora', sans-serif;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}


.template_color{
  color:#011627;
}

.template_button{
  border: 0;
  border-radius: 3px;
  padding: 16px 24px;
  font-size: 14px;
  line-height: 1.3333333;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  font-family: "Montserrat", sans-serif;
}


.template_button.dark{
  background: #e01a0a !important;
  color: white !important;
}

.template_button.dark:hover{
  background: #d00909 !important;
  color: white !important;
}


.home_two_image_div{
  margin-top: 20px;
  margin-bottom: 20px;
}

.white-text, #header1.white-text{
  color: white !important;
}

#buy-section{
  padding-top: 90px;
}


.webinar-feature-section, .meeting-feature-section{
  background-color: #ebebeb;
  border-bottom: 1px solid lightgray;
}

.meeting-feature-section{
  background-color: #fff;
}


.meeting-feature-section .nav-pills>li.active>a, .meeting-feature-section .nav-pills>li.active>a:hover, .meeting-feature-section .nav-pills>li.active>a:focus{
    background-color: #ebebeb !important;
}


.home_background_section{
  /* background: linear-gradient(0deg,rgba(0,0,0,0.2),rgba(0,0,0,0.5)), url(../images/home-background-1.png); */
  /* -webkit-background-size: cover; */
  -moz-background-size: cover;
  -o-background-size: cover;
  /* background-size: cover; */
  /* padding: 4%; */
  padding: 110px 20px 80px;
  display: flex;
  /* background-repeat: no-repeat; */
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
}

.home_background_section .home_form button{
  border:none !important;
}

.landing_bg{
  background:linear-gradient(0deg,rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url("../images/home1.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.demo-list{
  list-style: none;
  padding: 0;
}

.form-container-demo{
  min-height: 440px; 
}

.widget_image_home{
  display: block;
  margin: auto;
  text-align: center;
}

.widget_image_mobile{
  padding: 8px;
}

.widget_image_desktop{
  position: relative;
  top: 80px;
}

.demo-list li{
  min-height: 75px;
}

.error_demo{
  font-size: 18px;
  color: red;
}

.demo-success-header{
  color: #011627;
  font-size: 26px;
  margin-bottom: 20px;
}

.demo-list li input{
  display: block;
  width: 100%;
  height: 60px;
  width: 100%;
  padding: 17px 0 13px 20px;
  /*font: 20px/1 DNLTR;*/
  color: #011627;
  border: 1px solid #ddd;
  border-radius: 7px;
  box-shadow: none;
  z-index: 1;
  line-height: 24px;
  background-color: white;
  color: black;
  outline: none;
}


.demo-list li button{
  width: 60%;
  margin: 10px 0 10px;
  padding: 17px 17px 15px 20px;
  /*font: 20px/1 DNLTR;*/
  border: transparent;
  border-radius: 7px;
  box-shadow: none;
  /*text-transform: uppercase;*/
  z-index: 1;
  line-height: 24px;
  color: white;
  background: #e01a0a;
}

.demo-list li button:hover{
  color: white;
  box-shadow: 4px 4px 8px rgba(0,0,0,0.5);
}

.demo-list li input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bbb;
}

.demo-list li input::-moz-placeholder { /* Firefox 19+ */
  color: #bbb;
}

.demo-list li input:-ms-input-placeholder { /* IE 10+ */
  color: #bbb;
}

.demo-list li input:-moz-placeholder { 
  color: #bbb;
}

.demo_contact_label{
  width: 100%;
  text-align: left;
  color: #888
}

.demo-success{
  display: none;
}


.demo-list li label{
  text-align: left;
  display: none;
  width: 100%;
}

.home-subheader{
  left: 0;
  right: 0;
  text-align: center;
  /*text-transform: uppercase;*/
  z-index: 15;
  font-size: 20px;
  font-weight: 300;
  color: #011627;
  margin: 15px 0px 30px 0px;
  font-family: 'Lora', serif;
}


.home-subheader.text-left{
  text-align: left;
}

.demo_header{
  line-height: 38px;
  font-size: 24px;
  margin-bottom: 20px;
}

/*#feature{
  padding-top: 130px !important;
}*/

.feature-sections{
  padding: 90px 0 !important;
}

.feature-subheader{
  font-size: 16px;
  font-weight: 500;
  margin: 30px 0;
}


.row_product_equation, .row_product_equation_mobile{
  display: flex;
  align-items: center;
}

.row_product_equation_mobile{
  margin-top: 24px;
}

.span_product_equation{
  text-align: center;
  margin-top: 20px;
  display: block;
}

section#pricing{
  padding-top: 120px;
}

.get-started-section{
  padding: 0 0 0px 0 !important;
  /*margin-top:90px;*/
  background-color: #e01a0a;
}

.container_start_free_trial{
  background-color: #e01a0a;
  margin: 0;
  width: 100%;
}

.homepage_start_header{
  /*color: white;*/
  font-size: 32px;
  text-transform: capitalize;
}


#verifyEmailSection{
  min-height: 460px;
  padding-top: 80px;
}

.feature_bg_img{
  background-image: url("../images/smarter_way_sell.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.btn-homepage-try {
  /* text-transform: uppercase; */
  font-size: 24px;
  /* font: 20px/1 DNLTR; */
  color: white;
  background-color: red;
  padding: 12px 20px;
  border-radius: 3px !important;
  position: relative;
  top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.try-homepage-link{
  position: relative;
  top: 10px;
}


.home_form button.blue-btn {
    margin: 0;
    /*border: 2px solid white !important;*/
}

.btn-homepage-try:hover{
  color:white !important;
  /* box-shadow: 4px 4px 8px rgba(0,0,0,0.5); */
  background-color: #ee0000;
}

.no_bottom_padding{
  padding-bottom: 0 !important;
}

.btn-homepage-blue-hover{
  color:white !important;
  /*background: #e01a0a !important;*/
  border:none !important;
}

button.btn-homepage-blue-hover:hover, #pre-signup-btn.btn-homepage-blue-hover:hover{
  color:white !important;
  /*box-shadow: 4px 4px 8px rgba(0,0,0,0.5);*/
  /*background: #df4d05 !important;*/
  /*background-color: #df4d05 !important;*/
  /*border-color: #df4d05 !important;*/
}

.theme-btn-hover:hover{
  color:white !important;
  box-shadow: 4px 4px 8px rgba(0,0,0,0.5)
}

/*.homepage_feature p{
  font-size: 18px;
  font-family: PNL;
  color: #999999;
  text-align: center;
}*/


.main-nav.navbar-fixed-top .nav li a:hover{
  color: #e01a0a !important;
}

.active_tab {
  /* background-color: #e01a0a !important; */
  color: #e01a0a !important;
}

.pricing-heading {
  padding-bottom: 0px !important;
  padding-top: 10px !important;
}

.pricing-toggle-row{
  padding-top: 15px !important;
}

.pricing-heading p{
  margin: 0;
}

.free_pricing_span{
  font-size: 24px;
}

.pricing_btn{
  margin:20px 0;
}

.subtext{
  font-size: xx-small;
  font-weight: 500;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 26px;
  padding: 0;
  margin: 0;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: -8px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  height: 26px;
}

.slider:before {
  position: absolute !important;
  content: "" !important;
  height: 24px !important;
  width: 24px !important;
  left: 4px !important;
  bottom: 1px !important;
  background-color: white !important;
  -webkit-transition: .4s !important;
  transition: .4s !important;
}

input:checked + .slider, input + .slider {
  background-color: #c6d6f3 !important;
}

input:focus + .slider {
  box-shadow: 0 0 1px #c6d6f3 !important;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px) !important;
  -ms-transform: translateX(26px) !important;
  transform: translateX(26px) !important;
}

/* Rounded sliders */
.slider.round {
  border-radius: 20px !important;
}

.slider.round:before {
  border-radius: 50% !important;
}


.pricing-yearly, .pricing-monthly{
  font-size: 26px;
  position: relative;
  bottom: 12px;
  font-weight: 500;
  text-transform: capitalize;
}

#demo{
  background-image: url("../images/demo_bg.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.demo_fill_one{
  color: red;
  padding-left: 12px;
}

.red{
  background: red !important;
}

.red:hover{
  background: red !important;
  color: white !important;
}


#signup_nav_link{
  position: relative !important;
}

.signup-nav-btn{  
  left: 0;
  top: 14px;
  border-radius: 3px !important;
  position: absolute;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  padding: 10px 16px;
}



#signup_nav_link:hover .signup-nav-btn:hover, .signup-nav-btn:hover{
  background: #d00909 !important;
  color: white !important;
  border-color: #d00909 !important;
}

.section-heading-feature{
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 20px; 
  text-align: left; 
  color: #011627;
  font-weight: 300;
}

.lead i{
  font-weight: 300;
}

.btn-red{
  color: white !important;
  background: red !important;
}

.btn-red:hover{
  border: 1px solid red !important;
  background: white !important;
  color: black !important;
}

.nice-select{
  padding-top: 12px;
}

.nice-select ul{
  width: 100%;
}


.overlay_video_div{
  position:absolute;
  float:left;
  width:100%;
  min-height:100%;
  background-image: url('../images/overlay.png');
  z-index:1;
  top:0;
}


.feature-start-now {
  background-color: transparent;
  color: #e01a0a !important;
  border-radius: 3px;
  border: solid 1.5px #e01a0a;
  margin-top: 1em;
}




.feature-start-now:hover{
  background-color: #d00909;
  color: white !important;
  /*box-shadow: 4px 4px 8px rgba(0,0,0,0.5);*/

}

.about-para{
  font-size: 18px;
}

#demo{
  min-height: 400px;
}

#demo-remote, #demo-local{
  position: relative;
  left: 40px;
  top: 76px;
  width: 252px;
  height: 450px;
  z-index: 10;
  object-fit: fill;
}

.demo-div{
  min-height: 500px;
  min-width: 332px
}



.demo-buttons{
  position: relative;
  left: 40px;
  top: 76px;
  width: 252px;
  height: 450px;
  z-index: 10;
  object-fit: fill;
}

#demo-connect {
  position: relative;
  right: 130px;
  z-index: 11;
  background-color: #e01a0a;
  color: white;
  border: none;
  padding: 4px 12px;
  border-radius: 4px;
  font-weight: 500;
}


.demo-end-button{
  position: relative;
  right: 130px;
  z-index: 11;
  background-color: transparent;
  border: none;
  outline: transparent; 
}



.hidden{
  display: none;
}

.demo_images{
  margin: auto;
  position: absolute;
}

.no_padding{
  padding: 0 !important
}

.no_margin{
  margin: 0 !important;
}

.dropdown-menu li a{
  cursor: pointer;
  font-weight: 300 !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.dropdown-menu li a:hover{
  color: #e01a0a;
}

.iti-flag {background-image: url("/static/intl-tel-input/build/img/flags.png");}
  
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {background-image: url("/static/intl-tel-input/build/img/flags@2x.png");}
}

.logo-m{
  max-width: 120px;
  position: relative;
  bottom: -8px;
}

.left{
  list-style-type: none;
}


@media (max-width:650px){
  .home_background_section {
    padding: 90px 20px 70px;
  }
} 





/*.card-left{
  position: relative;
  float: right;
  padding: 5px;
  border-radius: 5px;
  background: transparent;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.8);
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.8);
  transition: transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease;
}



.card-right {
  position: relative;
  float: left;
  padding: 5px;
  border-radius: 5px;
  background: transparent;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.8);
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.8);
  transition: transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease;
}

.card-left p, .card-right p{
  color: white;
  text-align: center;
  text-shadow: 2px 2px black;
}

.card-left a, .card-right a{
  margin-top: 0 !important;
}*/


.blacktext{
  color: black;
}

.headerForm{
  margin: 10px 0 10px;
  margin-right: 10px;
  padding: 17px 0 13px 20px;
  /*font: 20px/1 DNLTR;*/
  color: #777;
  border: 1px solid #ddd;
  border-radius: 7px;
  box-shadow: none;
  z-index: 1;
  line-height: 24px;
  width: 100%;
}

.headerSubmit{
  width: 80%;
  margin: 10px 0 10px;
  padding: 17px 17px 15px 20px;
  /*font: 20px/1 DNLTR;*/
  border: transparent;
  border-radius: 7px;
  box-shadow: none;
  /*text-transform: uppercase;*/
  z-index: 1;
  line-height: 24px;
  background: red !important;
}

.headerSubmit:hover{
  color: black !important;
  background: white !important;
  border: 1px solid red !important;
}

.headerSelect{
  line-height: 24px !important;
  border-radius: 7px !important;
  width: 100% !important;
  height: auto !important;
}

.nice-select .list{
  overflow: visible !important; 
  overflow-y: visible !important;
}


#errormessage{
  width: 50%;
}

.carousel-inner{
  overflow-y:visible !important;
}

/*@import url(https://fonts.googleapis.com/css?family=Lato:300,400);
select {
  background-color: white;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23028FCC%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border-radius: 2px;
  border: none;
  padding: 10px 30px 10px 10px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
@-moz-document url-prefix() {
  select {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #ffffff;
  }
}*/









.mob-top-padding{
    margin-top: 2%;
}




@media (max-width: 450px) {

  .select-div{
    text-align: center !important;
  }
  .float-left, .float-right{
    float: none;
  }
  
  .headerForm{
    width:100%;
    margin: 5px 0 10px;
  } 

  .content-section-a .container .row, .content-section-b .container .row, .center-row, .select-product-div{
    display: block !important;
  }

  .content-section-a .container .row div, .content-section-b .container .row div{
    text-align: center;
  }

  #header1 , #header2, #header3, #header1-group{
    font-size: 28px !important;
  }

  .div_submit_trial{
    text-align: center;
  }

  #errormessage{
    width: 100%;
  }

  .mob-top-padding {
    margin-top: 6%;
  }

  .home-subheader {
    font-size: 18px;
    line-height: 24px;
  }

}


@media (max-width: 992px) {
  .div_submit_trial{
    text-align: center;
  }
}

.landing_div{
  /*margin-top: 20px;*/
  padding-left: 0;
  padding-right: 0;
}

.row_header_buttons{
  padding: 2px;
}

.playstore-btn{
  display: inline-block;
}


.text-shadow{
  text-shadow: 2px 2px black;
  /*-webkit-text-stroke: 1px #fff;*/
}


.intl-tel-input {
    width: 100%;
}



.dropdown-menu > ul {
  list-style: none;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: -5px;
  background: #fff;
  background-color: rgba(0, 0, 0, 0.95);
  box-shadow: 0 2px 0.09px rgba(0, 0, 0, 0.15);
}

#home .dropdown-menu > ul > li > a {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 8px 0;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


.navbar-right .dropdown-menu, .navbar-center .dropdown-menu {
  right: auto;
  left: 0;
}
.navbar-custom .dropdown-menu {
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
}


#custom-quote{
  padding-bottom: 120px;
}


.bottom-margin{
    margin-bottom: 3%;
}

.padd_top{
    padding-top: 6%;
}


.fa{
  /*padding-top: 10%;*/
}

.pointer{
    cursor:pointer;
}

.logo{
    max-width: 130px !important;
}

.white{
    color:white !important;
}

.black_background{
    background-color: black !important;
}


.dropdown-menu, .dropdown{
  /*background-color: #e01a0a;*/
}

#limited{
    font-size: 16px;
}




#tabContent .tab-pane{
  position: relative;
}


.tab-pane-card {
    position: absolute;
    width: 300px;
    height: 260px;
    background: rgba(255,255,255,0.85);
    z-index: 99999;
    /* top: 0; */
    bottom: 6%;
    right: 7%;
    border-radius: 8px;
    /* border: 0 solid #e2e8f0; */
    box-shadow: 0 1px 2px rgba(13,22,38,.07), 0 2px 4px rgba(13,22,38,.07), 0 0.764683px 1.85378px rgba(0,0,0,.03), 0 1.77795px 4.31018px rgba(0,0,0,.0174273), 0 15.2569px 36.9864px rgba(0,0,0,.013358), 0 3.19278px 7.74008px rgba(0,0,0,.0148835), 0 5.29883px 12.8457px rgba(0,0,0,.0141488), 0 8.72965px 21.1628px rgba(0,0,0,.0139156);
    padding: 20px;
}




.tab-pane-card h4{
  text-align: center;
    font-size: 24px;
    font-weight: 300;
}

.tab-pane-card button{
      font-size: 20px;
    width: 140px;
    padding: 8px;
    border-radius: 5px;
    margin-top: 20px;
background: #e01a0a !important;
}

.tab-pane-card div{
      padding-top: 20px;
    text-align: left;
    color: #011627;
    font-size: 16px;
}

.nav-pills>li.block-pills {
  float: none;
}


.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  background-color: white !important;
}

.pill-header{
  color: #011627;
  width: auto;
  max-width: 100%;
  margin-bottom: 8px;
  float: none;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
}


.active .pill-header{
  color: #e01a0a;
}

.pill-para{
  color: #011627;
  width: 300px;
  max-width: 100%;
  float: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
}


.nav-pills>li>a {
    border-radius: 4px;
    padding: 18px 16px;
    font-size: 20px;
}



.navbar-toggle {
  margin-top: 18px;
}

.logo_mobile{
    display: none;
}


video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    padding: 0;
    margin: 0;
    object-fit: cover;
    object-position: 85%;
}


.desc_top{
    margin-top: 40% !important;
}

.desc_topsmall{
    margin-top: 15% !important;
}


.screenshot-img{
    height:500px;
    margin:auto;
}



@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }   
}


@media (max-width: 1024px){
  .logo{
    max-width: 180px !important;
  }
}





@media screen and (max-width: 767px){
    
    #call_icon{
        display: none !important;
    }
    
    #call_icon_small{
        display: block !important;
    }
    
    .desc_top, .desc_topsmall{
        margin-top: 5% !important;
    }

    .demo-div{
      padding: 0 !important;
      min-width: 275px
    }


    .demo_images{
      width: 275px;
    }  

    #demo-remote, #demo-local {
      position: relative;
      left: 33px;
      top: 76px;
      width: 208px;
      height: 360px;
      z-index: 10;
      object-fit: fill;
    }  


    .demo-end-button {
      position: relative;
      right: 110px;
      z-index: 11;
      background-color: transparent;
      border: none;
      outline: transparent;
      bottom: 2px;
    }

    #demo-connect {
      right: 110px;
    }

    #demo{
      overflow-x: hidden;
    }


    .price {
      font-size: 18px !important;
      height: auto !important;
      margin: auto !important;
    }

    .price span {
      font-size: 12px !important;
    }  
}






/* CSS for Product section */
.lead {
  text-align: left;
  margin: 0 0 10px;
  color: #011627;
  font-size: 14px;
  font-family: 'Lora', sans-serif;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #ebebeb;
    background: url(../img/intro-bg.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #ebebeb;
}

.content-section-b {
    padding: 50px 0;
    /*border-top: 1px solid #e7e7e7;*/
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

/* End of CSS for Product section */



.flex-center{
  display: flex;
  align-items: center;
}


.service-info h4, .h2{
  font-weight: 300;
}


.button-pricing-contact{
  font-size: 20px;
  border-radius: 4px !important;
  background: #e01a0a !important;
  background-color: #e01a0a !important;
  color: white;
  padding: 6px 12px;
  text-transform: capitalize;
}

button.button-pricing-contact:hover{
  color:white !important;
  /*box-shadow: 4px 4px 8px rgba(0,0,0,0.5);*/
  background: #d00909 !important;
  background-color: #d00909 !important;
}

.btn-contact-form-submit:hover{
  color:white !important;
  /*box-shadow: 4px 4px 8px rgba(0,0,0,0.5);*/
  background: #d00909 !important;
  background-color: #d00909 !important;
}


.btn-contact-form-submit{
  font-family: "Montserrat", sans-serif;
}

    
    
    #call_icon_small{
        display: none;
    }
    #call_icon{
        display: block;
    }
    
    .navbar-right li a, .navbar-center li a {
        text-align: left;
    }
    
    .navbar-brand {
        padding: 15px 15px !important;
    }
}


@media (max-width: 425px){
    .navbar-brand{
        float: none;
        height:5px;
    }
    
    .logo_desktop{
        display: none;
    }
    
    .logo_mobile{
        display: block;
        margin-left: 15px;
    }
}



#call_icon, #call_icon_small{
    position: fixed;
    bottom:0.1%;
    right:5px;
    border: none;
    background: transparent;
}

.mobile{display: none;}

@media only screen and (max-width: 768px) {
    .desktop{display: none;}
    .mobile{display: block; !important}
    .row_product_equation_mobile{ display: flex !important; }
    .feature_div_container, .section-heading-feature{
      text-align: center;
    }
}

@media only screen and (max-width: 766px) {
    #enterprise_form{
        padding-left: 0%;
        border-left: 0px solid white !important;
    }   
}





[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}


.signup{
    /*background-color:#FFA500 !important;*/
}

#enterprise_form{
    padding-left: 5%;
/*    border-left:1px solid black;*/
}



/*
  Theme Name: Oxygen
  Theme Uri: http://www.themeum.com
  Author: Themeum
  Author Uri: http://www.themeum.com
  Description: Onepage Site Template
  Version: 1.0
*/

/*************************
*******Typography******
**************************/

body {
  font-family: 'Lora', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #011627;
}


h1, h2, h3, h4, h5, h6 {
  color: #011627;
  margin-top: 10px;
}

h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 300;
}

h3 {
  font-size: 18px;
}

.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
  color: #fff;
}

.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover {
  font-weight: 300;
  color: #fff;
}

.btn {
  border: 0 ;
  border-radius: 0;
}

.btn.btn-primary{
  border: 1px solid transparent !important;
}

.btn.btn-primary:hover {
  background-color: white !important;
  color: black;
  border: 1px solid #d00909 !important;
}

.navbar-nav li a:hover, 
.navbar-nav li a:focus {
  outline:none;
  outline-offset: 0;
  text-decoration:none;  
  background: transparent;
}

a {
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.no-top-padding{
  padding-top: 0 !important
}

.no-bottom-padding{
  padding-bottom: 0 !important;
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none
}

section {
  padding: 90px 0;
  border-bottom: 1px solid lightgray;
}

.heading {
  padding-bottom:45px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}

.preloader > i {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}



#home_email_verify:focus{
  box-shadow: 0px 0px 3px 1px #e01a0a;
}

#header1, #header1-group{
  color: #e01a0a !important;
  font-size: 48px;
  /*font-weight: 800;*/
  margin-bottom: 30px;
  /*text-transform: uppercase;*/

  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

#header1{
  margin-bottom: 10px;
  margin-top: 30px;
}

#header2{
  color: white !important;
}

#header3{
  color: white !important;
}


#header1-group {
  margin-bottom: 48px;
  margin-top: 48px; 
}


/*************************
********Home CSS**********
**************************/
#home-slider, #home-slider-1, #home-slider-group {
  overflow: visible;
  position: relative;
  background: white;
  padding: 90px 0px 0px;
}

#home-slider{
  /*padding: 48px 0px 45px;*/
  padding: 110px 0px 80px;
}

#home-slider-1{
  overflow: visible;
  position: relative;
  background: white;
  padding: 45px 20px;
}

#home-slider-group {
  padding: 75px 0px 10px;
}



.signup-header-text{
  display: none;
} 

.login-header-text{
  display: block;
}

.signup-on .signup-header-text{
  display: block;
} 

.signup-on .login-header-text{
  display: none;
}

.reset-on .login-header-text, .reset-on .signup-header-text, .reset-header-text{
  display: none;
}

.reset-on .reset-header-text{
  display: block;
}

.reset-on .signup-tab-home-card, .reset-on .login-tab-home-card{
  display: none;
}


.auth-header-text{
  position: relative;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  color: #011627;
  font-size: 32px;
}

#reset-home-error{
  color: red;
}

@media screen and (max-width: 300px){
  #home-slider-group {
    padding: 60px 0px 45px;
  }

  #header1-group {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 24px !important;
  }

  .btn-home-group-main {
    margin: 12px auto;
  }

  .home-page-card-div{
    padding-top: 4px;
  }
}


@media screen and (max-width: 500px){
  #home-slider{
    /*padding: 18px 0px 45px;*/
    padding: 70px 10px 45px;
  }
}

#home-slider .caption, #home-slider-1 .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  /*text-transform: uppercase;*/
  z-index: 15;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

#home-slider .caption h1, #home-slider-1 .caption h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 30px;
}

.caption .btn-start {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding:14px 10px;
  border: 1px solid #6e6d6c;
  border-radius: 4px;
  text-transform: capitalize;
}


.btn.btn-start:hover{
  color:white;
}


.home-email-blue-div{
  background: #c0c0c0 !important;
}

.blue_text{
  color: #e01a0a;
}

.btn-home{
    display: inline-block;
    margin: auto;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.18), inset 0 -1px 1px 0 rgba(0,0,0,0.12);
    transition-duration: 200ms;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #fff;
    cursor: pointer;
    padding: 20px 30px !important;
    text-decoration: none;
}

.mobile .col-xs-12{
  margin-top: 10px;
}

.caption .btn-start:hover {
  color: #fff
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2037px;
}

.carousel-fade .carousel-inner .item:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
/*  background: rgba(0,0,0,.7);*/
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.left-control, .right-control {
  position: absolute;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 48px;
  border-radius: 50%;
  border:1px solid #fff;  
  z-index: 20;
  font-size: 24px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.left-control {
  left: -51px
} 

.right-control {
  right: -51px;
}

.left-control:hover, 
.right-control:hover {
  color: #fff;
}

#home-slider:hover .left-control {
  left:30px
} 

#home-slider:hover .right-control {
  right:30px
}

#home-slider .fa-angle-down {
  position: absolute;
  left: 50%;
  bottom: 50px;
  color: #fff;
  display: inline-block;
  width: 24px;
  margin-left: -12px;
  font-size: 24px;
  line-height: 24px;
  z-index: 999;
  /*-webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;*/
}


.navbar-toggle{
  background: #e01a0a !important;
}

.navbar-right li a, .navbar-center li a {
  color: #011627;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 300;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: 'Lora', serif;
}

.navbar-right li.active a, .navbar-center li.active a {
  /*background-color: rgba(0,0,0,.2);*/
  color: #e01a0a !important;
  background-color: #ebebeb !important;
}

.navbar-brand h1 {
  margin-top: 8px;
}





.navbar-header{
  height: 70px;
}


.navbar-brand {
  height: 70px;
  display: flex;
  align-items: center;
  margin-left: 0;
  padding-left: 0 !important;
}

/*************************
********Service CSS*******
**************************/

.service-icon {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  height: 90px;
  line-height: 90px;
  width: 90px;  
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: #011627 !important;
}

.service-icon i{
  /*color: #c0c0c0 !important;*/
}

.our-services .col-sm-4:hover .service-icon {
  /*background-color: #011627;*/
}

.our-services .col-sm-4 {
  border-right:1px solid #f2f2f2;
  border-bottom:1px solid #f2f2f2;
  padding-bottom: 50px;
}

.our-services .col-sm-4:nth-child(4), 
.our-services .col-sm-4:nth-child(5), 
.our-services .col-sm-4:nth-child(6) {
  border-bottom:0;
  padding-top: 60px;
}

.our-services .col-sm-4:nth-child(3), 
.our-services .col-sm-4:nth-child(6) {
  border-right:0;
}

.service-info h3 {
  margin-top: 35px;
  font-weight: 300;
}

/*************************
********About CSS*******
**************************/
#about-us {
  background-image: url(../images/about-bg.jpg);
  padding: 60px 0;
}

#about-us-header{
  padding: 60px 0;
  background: black !important;
}

#about-us h2 {
  margin-top: 0;
  color: #fff;
  font-weight: 500;
}

#about-us .lead {
  font-size: 16px;
  margin-bottom: 10px;
}

#about-us h1 {
  margin-bottom: 30px;
}

.progress{
  height: 20px;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 25px;
}

.progress-bar{
  box-shadow: none;
  -webkit-box-shadow: none;
  text-align: right;
  padding-right: 12px;
  font-size: 12px;
  font-weight: 300;
}


.progress .progress-bar.six-sec-ease-in-out {
  -webkit-transition: width 2s ease-in-out;
  transition:  width 2s ease-in-out;
}

/*************************
********portfolio CSS*****
**************************/

#portfolio .container-fluid, 
#portfolio .col-sm-3  {
  overflow: hidden;
  padding: 0;
}

#portfolio .folio-item {
  position: relative;
}

#portfolio .overlay {
  background-color: #000;
  color: #fff; 
  left: 0;
  right:0;
  bottom:-100%;
  height: 0;
  position: absolute;
  text-align: center;
  opacity:0;  
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.overlay .overlay-content {
  display: table;
  height: 100%;
  width: 100%;
}

.overlay .overlay-text {
  display: table-cell;
  vertical-align: middle;
}

.overlay .folio-info {
  opacity: 0;
  margin-bottom: 75px;
  margin-top: -75px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.overlay .folio-info h3 {
  margin-top: 0;
  color: #fff;
}

.folio-overview a {
  font-size: 18px;
  color: #011627;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-top: 20px;
  margin-right: 5px;
}

.folio-overview a:hover {
  color: #fff;
}

.folio-overview .folio-expand {
  margin-top: -500px;
  margin-left: -500px;
}

.folio-image, .folio-overview .folio-expand {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#portfolio .folio-item:hover .folio-image {
  -webkit-transform: scale(1.5) rotate(-15deg);
  transform: scale(1.5) rotate(-15deg);
}

.folio-image img {
  width: 100%;
}

#portfolio .folio-item:hover .overlay {
  opacity: 0.8;
  bottom: 0;
  height: 100%;
}

#portfolio .folio-item:hover .folio-overview .folio-expand {
  margin-top: 0;
  margin-left:0;
}

#portfolio .folio-item:hover .overlay .folio-info {
  opacity: 1;  
  margin-bottom:0;
  margin-top:0;
}


#single-portfolio {
  padding: 90px 0;
  background: #f5f5f5;
  position: relative;
}

#single-portfolio img {
  width: 100%;
  margin-bottom: 10px;
}

#single-portfolio .close-folio-item {
  position: absolute;
  top: 30px;
  font-size: 34px;
  width: 34px;
  height: 34px;
  left: 50%;
  color: #999;
  margin-left: -17px;
}





/*******Full suite home*********/
#full-suite-home-div{
  /*padding-top: 45px;*/
}

#full-suite-home-div .img-responsive {
  width: 100%;
}
/*******end*********/

/*******Improve business home*********/
#improve-business{
  padding-top: 45px;
}

#improve-business .img-responsive{
  width: 100%;
}
/*******end*********/

/*******verticals home*********/
#verticals{
  padding-top: 45px;
}

#verticals .img-responsive{
  width: 100%;
}

#verticals .member-info.row-2{
  margin-top: 50px;
}
/*******end*********/

/*************************
*********Team CSS*********
**************************/
#team {
  padding-top: 45px;
}

.team-members {
  margin-bottom: 25px;
}

.social-icons {
  margin-top:30px;
  text-align: center;
}

.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.social-icons ul li {
  float: left;
  margin-right: 8px;
}

.social-icons ul li:last-child {
  margin-right: 0;
}

.social-icons ul li a {
  color:#fff;
  background-color: #d9d9d9;
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: block;
  font-size: 16px;
  opacity: 0.8;
}

.social-icons ul li a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.team-member {
  text-align: center;
  color: #011627;
  font-size: 14px;
}

.team-member:hover .social-icons ul li a.facebook {
  background-color: #3b5999;
}
.team-member:hover .social-icons ul li a.twitter {
  background-color: #2ac6f7;
}
.team-member:hover .social-icons ul li a.dribbble {
  background-color: #ff5b92;
}
.team-member:hover .social-icons ul li a.linkedin {
  background-color: #036dc0;
}
.team-member:hover .social-icons ul li a.rss {
  background-color: #ff6b00;
}

#team .img-responsive {
  width: 100%;
}

.member-info h3 {
  margin-top: 35px;
  font-weight: 300;
}

.member-info h4 {
  font-size: 14px;
  margin-bottom: 15px;
  color: #999;
  line-height:20px;
}


/*************************
*******Features CSS*******
**************************/
#features {
  text-align: center;
  background-image: url(../images/features-bg.jpg);
}

#features i {
  font-size: 48px;
}

#features h3 {
  margin-top: 15px;
  font-size: 30px;
  margin-bottom: 7px;
  color: #fff;
}

#features .slider-overlay {
  opacity: 0.8;
}


/*************************
*****Pricing Table CSS****
**************************/
.pricing-table {
  text-align: center;
}

.single-table {
  padding: 30px 20px 20px;
  border:1px solid #f2f2f2;
}

.single-table h3 {
  margin-top: 0;
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.price {
  font-size: 30px;
  line-height: 36px;
  color: #011627;
  white-space: nowrap;
}

.price span {
  font-size: 14px;
  line-height: 14px;
}

.single-table ul {
  list-style: disc;
  padding: 0 8px;
  margin: 30px 0;
}

.single-table ul li {
  line-height: 24px;
  min-height: 44px;
  text-align: left;
  margin-bottom: 12px;
}

.single-table.featured {  
  color: #fff;
}

.single-table.featured h3 { 
  /*color: #fff;*/
}

.single-table.featured .btn.btn-primary {
  background-color: #fff;
}



.btn.btn-primary.pricing_btn{
  background-color: #c0c0c0;
  color: #e01a0a;
  border-radius: 8px;
  /*margin-right: 20px;*/
}

.btn.btn-primary.pricing_btn.activated{
  background-color: transparent;
  color: #011627;
}


/*********Testimonials************/
#testimonials {
  background-image: url(../images/twitter-bg.jpg);
}

#testimonials > div {
  text-align: center;
  position: relative;
}
/******end************************/


/*************************
********Twitter CSS*******
**************************/
#twitter {
  background-image: url(../images/twitter-bg.jpg);
}

#twitter > div {
  text-align: center;
  position: relative;
}

#twitter-carousel {
  position: relative;
  z-index: 15
}

.twitter-icon {
  position: relative;
  z-index: 15;
  color: #fff;
}

.twitter-icon .fa-twitter {
  font-size: 24px;
  height: 64px;
  width: 64px;
  line-height: 65px;
  border-radius: 50%; 
  position: relative;
}

.twitter-icon .fa-twitter:after {
  position: absolute;
  content: "";
  border-width: 8px;
  border-style: solid;
  left: 24px;
  bottom: -14px;
}

#twitter-carousel .item {
  padding: 0 55px;
}

#twitter-carousel .item a {
  color: #fff;
}

.twitter-icon h4 {
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #fff;
}

.twitter-left-control, 
.twitter-right-control {
  position: absolute;
  top: 50%;
  color: #fff;
  border: 1px solid #fafafa;
  height:34px;
  width: 34px;
  line-height: 31px;
  margin-top: -17px;
  font-size: 18px;
  border-radius: 50%;
  z-index: 15
}

.twitter-left-control {
  left: 80px;
} 

.twitter-right-control {
  right: 80px
}

.twitter-left-control:hover, .twitter-right-control:hover {
  color: #fff;
}


/*************************
**********Blog CSS********
**************************/

.post-thumb {
  position: relative;
}

.post-icon {
  position: absolute;
  top:10px;
  right:10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius:4px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.post-meta {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
}

.post-meta span {
  margin-right: 16px;
}

#post-carousel .carousel-indicators {
  bottom: 3px;
  left: 90%;
}

.blog-left-control, .blog-right-control {
  position: absolute;
  top: 45%;
  width: 30px;
  text-align: center;
  color: rgba(255,255,255,.7);
  font-size: 36px;
}

.blog-left-control {
  left: 0;
}

.blog-right-control {
  right: 0;
}

.blog-left-control:hover, .blog-right-control:hover {
  color: #fff;  
}

.entry-header h3 a {
  line-height: 30px;
}

.entry-header .date, 
.entry-header .cetagory {
  display: inline-block;
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}

.entry-header .date:after {
  content: "";
  position: absolute;
  left: 0;
  bottom:-22px;
  width: 20px;
  height: 3px;
}

.entry-content {
  font-size: 14px;
}

.load-more {
  display:block;
  text-align: center;
  margin-top: 70px;
}

.btn-loadmore {
  border: 1px solid #f2f2f2;
  color: #011627;
  font-size: 14px;
  font-weight: 300;
  padding: 15px 125px;
  text-transform: uppercase;
}

.btn-loadmore:hover {
  color:#fff;
}

/*************************
**********Contact CSS*****
**************************/

#contact {
  padding-top: 45px;
  padding-bottom: 0;
}

#google-map {
  height: 350px;
}

#contact-us {
  background-image:url(../images/contact-bg.jpg);
  padding-bottom: 90px; 
}



#nasscom-offer-section{
  padding-top: 180px; 
  padding-bottom: 110px;
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/static/images/contact-bg.jpg);
  background-size:cover;
}


.nasscom-logo{
  max-width: 120px;
}

#nasscom-contact-div{
  background: white;
  border-radius: 2px;
  padding-left: 30px;
  padding-right: 30px;
}

#nasscom-contact-div h5{
  color: #e01a0a;
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0;
}

#nasscom-contact-div input{
  color:#011627;
}

#nasscom-contact-div .btn-submit{
  margin-top: 0;
  margin-bottom: 30px;
}


.center-vertical-row{
  align-items: center;
  display: inline-flex;
}

@media screen and (max-width: 300px){
  .center-vertical-row{
    align-items: center;
    display: block;
  }
}


#nasscom-offer-form{
  padding-bottom: 1px;
}

.heart {
  content: '&#9829';
}

.heart:before {
  content: '\2665';
  color: red;
}

#vidphon-loves-startups-div{
  text-align: center;
  padding-bottom: 45px;
}

#vidphon-loves-startups-div img{
  display: inline-block !important;
  height: 60px;
  width: auto !important;
  max-width: none !important;
}

#vidphon-loves-startups-div img.heart{
  height: 80px;
  padding-left: 20px;
  padding-right: 16px;
}

.special_offer{
  position: absolute;
  left: -5%;
  top: -30%;
}

@media screen and (max-width: 300px){
  #vidphon-loves-startups-div img{
    display: block !important;
    margin:auto;
  }

  #vidphon-loves-startups-div {
    padding-bottom: 90px;
  }

  
  .special_offer {
    left: 4%;
    top: -25%;
  }

  #vidphon-loves-startups-div img{
    height: 40px;
  }

  #vidphon-loves-startups-div img.heart{
    height: 50px;
    margin-top:12px;
    margin-bottom: 12px;
  }

  #nasscom-offer-section{
    padding-top: 90px;
  }

  #nasscom-contact-div {
    margin-top: 90px;
  }
}


#contact-us .heading {
  padding-top: 95px;
}

.form-control {
  background-color: transparent;
  border-color: rgba(100,100,200,.5);
  height: 50px;
  border-radius: 4px;
  box-shadow: none;
}

textarea.form-control {
  min-height: 180px;
  resize:none;
}

.form-group {
  margin-bottom: 30px;
}

.contact-info {
  padding-left:70px;
  font-weight: 300;
}

ul.address {
  margin-top: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info ul li {
  margin-bottom: 0px;
}

.contact-info ul li a {
  color: #fff;
}

.btn-submit {
  display: block;
  padding: 12px;
  width: 100%;
  color: #fff;
  border:0;
  margin-top: 40px;
}

#footer {
  color:#fff;
}

.footer-top {
  position: relative;
  padding:30px 0;
  padding-top: 0 !important;
  padding-bottom: 45px !important;
}

#footer .footer-bottom {
  background-color: #fff;
  padding: 20px 0 10px;
  margin-bottom: 30px;
}

.footer-bottom{
  margin-bottom: 0 !important;
}

#footer .footer-bottom a:hover {
  text-decoration: underline;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 5px;
}

#footer .social-icons {
  margin-top: 15px;
}

#footer .social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .social-icons ul li a {
  background-color: rgba(0,0,0,.2);
  border-radius: 4px;
  line-height: 33px;
}

#footer .social-icons ul li a:hover {
  color: #fff
}

#footer .social-icons ul li a.envelope:hover {
  background-color: #CECB26;
}

#footer .social-icons ul li a.facebook:hover {
  background-color: #3b5999;
}
#footer .social-icons ul li a.twitter:hover {
  background-color: #2ac6f7;
}
#footer .social-icons ul li a.dribbble:hover {
  background-color: #ff5b92;
}
#footer .social-icons ul li a.linkedin:hover {
  background-color: #036dc0;
}
#footer .social-icons ul li a.tumblr:hover {
  background-color: #ff6b00;
}


@media (max-width: 650px){
  #footer .footer-bottom {
    padding: 20px 0 20px;
  }

  .mobile-bottom-padding{
    padding-bottom: 20px;
  }
}





/*Presets*/



@media only print{
    
    
    #call_icon_small{
        display: none;
    }
    #call_icon{
        display: none;
    }
}


.blacktext{
  color: black !important;
}

.ordersDiv{
  margin-top: 30px ;
}


.video_background{
  width: 100%;
  max-height: 100%;
  position: relative;
  display: inline-block;
  margin: 10px;
  padding-top: 90px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.video_background video{
  max-height: 100vh;
}

.auto_margin{
  margin:auto;
}

.get_started_row{
  padding-top:2%;
  background-color: #ebebeb;
  padding: 30px 20px 55px;
}

.about_row{
  padding-top:2%;
  padding: 30px 20px 55px; 
}


.about_us_row{
  padding-top:5%;
}


.blue_background{
  background-color: #e01a0a;
}



@media screen and (max-width: 770px){
  #home-slider .caption, #home-slider-1 .caption{
    top:40%;
  }

  .playstore-btn {
    margin-top: 40px;
  }
}


@media screen and (max-width: 766px){
  .section-heading, .lead{
    text-align: center;
  }

  .screenshot-img {
    display: inline-block;
  }
  
  .mob-top-padding{
    text-align: center;
  }  

}


@media screen and (max-width: 375px){
  #home-slider .caption, #home-slider-1 .caption{
    top:15%;
  }

  .playstore-btn {
    margin-top: 15px;
  }
}

@media screen and (max-width: 425px){
  #home-slider .caption, #home-slider-1 .caption{
    top:30%;
  }

  .playstore-btn {
    margin-top: 15px;
  }

  .button-contact-us{
    margin-top: 15px 
  }

  .page-header{
    text-align: center;
  }

  .content-section-a, .content-section-b {
    padding: 60px 0;
  }
}



.float-right{
  float:right;
}


@media screen and (max-width: 768px) { 
  .nav-pills>li.block-pills{
    display: inline-block;
    max-width: 100%;
  }

  .nav-pills{
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
  }

  .block-pills-content{
    white-space: normal;
  }
}


.btn:hover, button:hover, button.feature-start-now:hover, button.template_button:hover, .feature-start-now:hover, .template_button:hover, .feature-start-now:hover{
  border-radius: 8px !important;
}