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

.free_label_div{
  font-size: 16px;
  font-weight: bold;
  height: 47px;
}

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

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


#pricing_signup_btn{
  margin-top: 9px;
}

/*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;
  }
}


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

.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: #666;
  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: #666; 
    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: #028FCC;
    }
    .auth-main a:hover {
      color: #028FCC; }
  .auth-main .control-label {
    padding-top: 11px;
    color: #666; }
  .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 #666;
    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: #666; }
  .form-control::-webkit-input-placeholder, .form-control:focus::-webkit-input-placeholder {
    color: #666;
    opacity: 0.9; }
  .form-control:-moz-placeholder, .form-control:focus:-moz-placeholder {
    /* Firefox 18- */
    color: #666;
    opacity: 0.9; }
  .form-control::-moz-placeholder, .form-control:focus::-moz-placeholder {
    /* Firefox 19+ */
    color: #666;
    opacity: 0.9; }
  .form-control:-ms-input-placeholder, .form-control:focus:-ms-input-placeholder {
    color: #666;
    opacity: 0.9; }

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

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

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

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


#signup-home-submit{
  border-width: 1px;
  color: #666666;
  background: transparent;
  border: 1px solid #d6d6d6;
  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;
}




.grey-black-btn{
  background-color: #f2f2f2 !important; 
  background: #f2f2f2 !important;
  color: #333 !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: #333 !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;
}

.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;
}


#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: #028FCC;
} 


.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: #333 !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: #028FCC;
}


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

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


@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: 600px){
  .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: #028FCC !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: #333;
  background: transparent;
  overflow-x: hidden;
  border-radius: 4px;
}


.form-control.input-container label{
  margin-bottom: 0;
  color: #333;
  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;
}



.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: #028FCC;
}

.btn#pre-signup-btn{
  border-radius: 4px !important;
  background: #028FCC;
  color:#fff;
}

.btn#pre-signup-btn:hover{
  background: #028FAA !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: #333;
  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: #028FCC;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  /*border: 1px solid #6e6d6c;*/
  border-radius: 4px;
  margin-top: 40px;
  text-transform: uppercase;
}



#home-group-call-form-div form button:hover{
  background: #028FAA;
  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: #666;
  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: #666;
    margin: 10px 0;
    text-align: left;
}

.btn-home-product{
  padding: 7px 20px;
    font-size: .85em;
    min-width: 100px;
    color: white;
    font-family: Sailec-Bold,Helvetica,sans-serif;
    cursor: pointer;
    border: none;
    outline: 0;
    font-weight: 700;
    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: #028FCC;
    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: #028FCC;
  padding: 8px;
  cursor: pointer;
}

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

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

#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: #028FCC;
  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: #028FCC;
  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: #028FCC;
  color: white;
}



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

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

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

.float-left{
  float: left;
}

.float-right{
  float: right;
}


.modal {
  text-align: center;
}

.desc_half_top{
  margin-top: 18%;
}


.navbar-center{
  left: 24%;
  position: relative;
}


@media screen and (max-width: 1024px){
  .navbar-center{
    left: 18%;
  }
} 

@media screen and (max-width: 768px){
  .navbar-center{
    left: 16%;
  }
}

@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%;
  }
}

.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: #028FCC;
  border: 1px solid #028FCC;
  color: white;
  border-radius: 2px;
}

#cancel-modal-btn{
  background: #FFF;
  border: 1px solid #028FCC;
  color: #028FCC;
  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: bold;
  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: 700;
  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: 600px;
  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*/


.no_bottom_padding{
  padding-bottom: 0;
}

.home_form input{
  display: block;
  width: 100%;
  height: 60px;
  width: 100%;
  padding: 17px 0 13px 20px;
  color: #333;
  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;
  height: 60px;
  width: 100%;
  margin: 10px 0;
  background-color: #028FCC;
  border-radius: 7px;
  box-shadow: none;
  z-index: 1;
  line-height: 24px;
  color: white;
  border: 3px solid white;
  padding: 10px 16px;
  font-size: 18px;
  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;
}

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

.home_form button:hover{
  background: #028FAA !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: #333;
  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: 'Open Sans', sans-serif;
  color: #666;
}

#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: #F9F9F9;
}

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

.three_reasons_why_btn {
  height: 42px;
  width: 36%;
  margin: 20px 0 10px;
  background-color: #028FCC;
  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: 700;
  -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 #028FCC;
}


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

.blue_tick_list li:before {
    content: '';
    display: block;
    width: 4px;
    height: 8px;
    border: solid #028FCC;
    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: #333;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}


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


.template_color{
  color:#333;
}

.template_button{
  border: 0;
  border-radius: 0;
  padding: 10px 16px;
  font-size: 18px;
  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;
}


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


.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: #666;
  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: #333;
  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: #028FCC;
}

.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: 18px;
  font-weight: 300;
  color: #333;
  margin: 30px 0;
}

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


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

.feature-subheader{
  font-size: 16px;
  font-weight: bold;
  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: #028FCC;
}

.container_start_free_trial{
  background-color: #028FCC;
  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: 10px 24px;
  border-radius: 7px !important;
  position: relative;
  top:10px;
}

.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);
}

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

.btn-homepage-blue-hover{
  color:white !important;
  /*background: #028FCC !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;
}*/

.active_tab{
  background-color: #028FCC !important;
  color: white !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: bold;
}

.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: #2196F3 !important;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3 !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: 18px;
  width: 100%;
  border-radius: 4px !important;
  position: absolute;
}



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

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

.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;
    /* font-family: Lato; */
    /* font-size: 16px; */
    /* font-weight: 600; */
    /* text-align: center; */
    color: #028FCC !important;
    /* width: 150px; */
    border-radius: 4px;
    border: solid 1.5px #028FCC;
    /* line-height: 38px; */
    margin-top: 1em;
    /* padding: 12px 32px; */
    /* text-transform: uppercase; */
}




.feature-start-now:hover{
  background-color: #028FCC;
  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: #028FCC;
  color: white;
  border: none;
  padding: 4px 12px;
  border-radius: 4px;
  font-weight: bold;
}


.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;
}

.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;
}





/*.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: 30px;
  }

}


@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: 120px !important;
}

.white{
    color:white !important;
}

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


.dropdown-menu, .dropdown{
  background-color: #028FCC;
}

#limited{
    font-size: 16px;
}






.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;
}



@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: 20px !important;
    }  
}






/* CSS for Product section */
.lead {
  text-align: left;
  margin: 0 0 10px;
  color: #333;
  font-size: 14px;
  font-family: 'Open Sans', 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: #f8f8f8;
    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 #f8f8f8;
    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: #f8f8f8;
}

.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;
}



.button-pricing-contact{
  font-size: 20px;
  border-radius: 4px !important;
  background: #028FCC !important;
  background-color: #028FCC !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: #028FCC !important;
  background-color: #028FCC !important;
}

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

    
    
    #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: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
}

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

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 #028fcc !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;
}

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

section {
  padding: 45px 0;
}

.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 #028FCC;
}

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

#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: #666;
  font-size: 32px;
}

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

@media screen and (max-width: 600px){
  #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 0px 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: 700;
  margin-bottom: 30px;
}

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


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


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

.blue_text{
  color: #028FCC;
}

.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: #028FCC !important;
}

.navbar-right li a, .navbar-center li a {
  color: #028FCC;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  padding-top: 25px;
  padding-bottom: 25px;
}

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

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

/*************************
********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;
}

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

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

.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;
}

/*************************
********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;
}

#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: 600;
}


.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: #333;
  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: #333;
  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;
}

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


/*************************
*******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: 36px;
  line-height: 36px;
}

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

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

.single-table ul li {
  line-height: 30px;
  min-height: 30px;
}

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

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

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




/*********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: 600;
}

.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: 600;
  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: #666666;
  font-size: 14px;
  font-weight: 600;
  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: #028FCC;
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0;
}

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

#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: 600px){
  .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: 600px){
  #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: 0;
  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;
}

/*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: #028FCC;
  padding: 30px 20px 55px;
}

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


.about_us_row{
  padding-top:5%;
}


.blue_background{
  background-color: #028fcc;
}



@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;
  }
}