/*responsive.css*/
@media (min-width: 768px){
}
@media (max-width: 768px){
}
@media (max-width: 600px){
}
/*-----------------------------------------
 [MASTER RESPONSIVE STYLE SHEET]
 -----------------------------------------------*/
  /*-------------------------------------------------------*/
/* When the browser is above 1200px wide, below css will be applied.
/*-------------------------------------------------------*/
@media screen and (min-width: 1200px) {

}
/*-------------------------------------------------------*/
/* When the browser is between 0px and 1200px wide,below css will be applied.
/*-------------------------------------------------------*/
@media screen and (max-width: 1200px) {} @media screen and (min-width: 1200px) {} @media screen and (max-width: 1200px) and (min-width: 992px) {}
/*-------------------------------------------------------*/
/* When the browser is between 992px and 1319px wide,below css will be applied.
/*-------------------------------------------------------*/
@media screen and (min-width: 992px) and (max-width: 1319px) {
}
@media screen and (min-width: 769px) and (max-width: 1199px) {

}
/*-------------------------------------------------------*/
/* When the browser is between 0px and 1120px wide,below css will be applied.
/*-------------------------------------------------------*/
@media screen and (max-width: 1120px) {
}
/*-------------------------------------------------------*/
/* When the browser is between 0px and 992px wide,below css will be applied.
/*-------------------------------------------------------*/
@media screen and (max-width: 992px) {
}
/*-------------------------------------------------------*/
/* When the browser is between 0px and 767px wide,below css will be applied.
/*-------------------------------------------------------*/
@media screen and (max-width: 767px) {
  }
/*-------------------------------------------------------*/
/* When the browser is above 768px wide, below css will be applied.
/*-------------------------------------------------------*/
@media screen and (min-width: 768px) {
.noDesktop
{
    display: none;
}
}
/*-------------------------------------------------------*/
/* When the browser is between 0px and 767px wide,below css will be applied.
/*-------------------------------------------------------*/
@media screen and (max-width: 767px) {
.noMobile
{
    display: none;
}

.heroTitle h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 39px;
  color: #FFFFFF;
  margin: 0px 0px 0px 0px;
}

.mainHeroBanner
{
  padding: 0;
  background-position: center bottom;
}

.textSlideanimation h2 {
  font-size: 35px;
  line-height: 36px;
}

.aiAutomationServWrap
{
  margin-top: 60px !important;
}

.aiAutomationServWrap h3 {
  font-size: 30px;
  line-height: 40px;
  color: #1c1919;
}

.docAutomationSec
{
  padding: 20px;
  margin-bottom: 30px;
}

.elementsHeadNumber .numbTitle
{
  font-size: 60px;
}

.toolsHeadingName h2 {
  font-size: 30px;
  line-height: 40px;
}

.autoToolsElementsWrap {
  padding: 0px 0px 0px 0px;
}

.rowInverse
{
  flex-direction: column-reverse;
}

.automationToolsImgBox
{
  padding: 0;
  margin-top: 35px;
}

.heading2Awards
{
  font-size: 30px;
  line-height: 40px;
  color: #1c1919;
}

.achivement ul li
{
  width: 49%;
}

.achivement ul li img
{
  width: 100%;
  margin-bottom: 10px;
}

.partners span {
  margin-right: 0 !important;
  margin-bottom: 20px;
  display: block;
  font-size: 21px !important;
}

.partners div#owl-partners {
  width: 100% !important;
}

.partners.text-center.wow.fadeInUp {
  display: block !important;
}

.partners .item
{
  margin: 5px;
}

.VHCenter img
{
  width: 100% !important;
  margin-bottom: 20px;
}

h3.formHeading
{
  font-size: 30px;
}

.requestDemoHbSec
{
  padding: 80px 0;
}

.footercCopyright 
{
  font-size: 10px;
        text-align: left !important;
        margin: 5px 0;
        line-height: 5px;
}

#footerpart
{
  padding: 12px 0;
}

.logoheaderbox
{
  margin-top: 15px;
}

.logoheaderbox .navbar-brand img 
{
  height: 40px !important;
}

.logoSlognyr
{
  font-size: 11px;
  letter-spacing: 7.5px;
}

.homeezTextAi
{
    font-weight: 300;
    font-size: 25px;
}

#cursor {
  width: 1.5px;
  height: 1.7em;
}

.scannerDocBox img {
  width: 150px;
}

.navbar .navbar-nav .nav-link {

  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  padding: 9px 20px;
}

.getStratedFreeBtn a {
  padding: 10px 20px;
  font-size: 15px;
  line-height: 22px;
}

.infoXScheduleBtn
{
  font-size: 15px;
  padding: 10px 25px;
  margin-bottom: 25px;
}

.team-contact-info ul
{
  display: block;
}

.team-card-wrapper {
    padding: 0px 20px;
}

.heroTitleWrap {
    text-align: left;
    padding: 6% 15px;
}

.mainLogoAnimated {
    margin-top: -17px;
    position: static;
}


}