/*-------------------------Font Family Google Nunito sans ------------------------*/
/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe0qMImSLYBIv1o4X1M8cce9I9s.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe03MImSLYBIv1o4X1M8cc8GBs5tU1E.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
    font-family: 'Nunito Sans', sans-serif;
}
img{max-width:100%;}
.brandColor {
    color: #00A0E3 !important
}
/*-------------------------Font Family Google Nunito sans ------------------------*/

.container {
    max-width: 100vw !important;
    padding: 0px !important;
    margin: 0px !important;
    /* //background-color: white; //RE: Need help in creating a URL on ewiz commerce */
}

.page-footer {
    display: none;
}

[data-saaselementtype="Body Container"] { padding: 0px; }

html {
  scroll-padding-top: 180px;
}

html, body {
    padding: 0;
    margin: 0;
    max-width: 100%;
    background-color: white;
    overflow-x: hidden !important;
}

hr {
    border: 1px solid #00A0E3;
    background-color: #00A0E3; 
    width: 45px;
    margin-right: 10px
}

.hrStart {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.hrCenter {
    display: flex;
    flex-direction: row; 
    justify-content: center;
}

/* -------------------------- NavBar Start -------------------------- */

/*------------- Temp nav changes ---------*/
// ul.navbar-nav {
//   padding-right: 5rem;
// }

.ml-custom {
  margin-left: 7rem;
}

@media screen and (max-width: 1200px) {
  .ml-custom {
    margin-left: 0rem;
  }
}
/*------------- Temp nav changes ---------*/

nav a {
    text-decoration: none !important;
    outline: none;
}

nav .fa {
    color: #fff !important;
}

#logoHeader {
    width: 16rem;
    height: 100%
}

@media screen and (max-width: 576px) {
  #logoHeader {
    width: 10rem !important;
    margin-right: 10px;
  }
}

.navBar {
    background-color: #000;
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    padding: 0px 2em !important;
}

.nav-link {
    margin: .3em;
    font-size: 1.1em;
    font-weight: 600;
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
    color: #fff !important;
}

@media screen and (max-width: 1300px) {
    .nav-link {
        font-size: 1em !important;
    }
}

.navbar-nav .nav-itemH:hover {
    border-top: 3px solid #fff;
    width: max-content;
    position: relative;
}

/* ----------- NavPart2 -------- */
.navpart2 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .navpart2 {
        flex-direction: column;
        align-items: flex-start;
    }
}

.navpart2 li  a {
    color: #fff !important;
    text-decoration: none;
}
.navpart2 li .dropdown-menu a {
    color: #000000 !important;
    text-decoration: none;
}

@media screen and (max-width: 1200px){
    .dropdown-menu-right {
        right: auto !important;
    }    
}

/* MegaMenu DropDown*/

.megaMenu {
    width: 34rem !important;
    padding: 10%;
}
@media screen and (max-width: 1200px){
    .megaMenu {
        padding: 5% !important;
    }
}
@media screen and (max-width: 576px){
    .megaMenu {
        width: 18rem !important;
        padding: 0%;
    }
    .megaSubMenu {
        margin-top: 10px;
    }  
}

/* MegaMenu Company*/
.megaMenuCompany {
    width: max-content;
    padding: 10%;
}
@media screen and (max-width: 1200px) {
    .megaMenuCompany {
        padding: 5% !important;
    }
}

.megaMenuCompany li {
    margin: 10px 0px;
}

/* MegaMenu Company*/

.dropdown:hover .dropdown-menu, 
.dropdown:focus .dropdown-menu, 
.dropdown:active .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* .dropdown:hover  #HomeHeader, 
.dropdown:focus #HomeHeader, 
.dropdown:active #HomeHeader {
    opacity: 0.6 !important;
} */

.dropdown-menu h6 a {
    color: #00A0E3 !important;
    font-weight: 600 !important;
}

.dropdown-menu p {
    margin: 10px 0px 0px 0px !important;
    font-weight: 600;
    color: #777777;
}

.megaMenu li {
    margin: 15px 0px;
}

.megaSubMenu h6 a {
    padding-left: 0.5em !important;
}

.drop-link {
    margin: .3em .3em .3em 0em;
    font-size: 1em;
    font-weight: 500;
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
}

.dropdown-menu li a {
    padding-bottom:1px;
    color: #000;
    text-decoration: none;
    background-image: linear-gradient(90deg, rgba(0,160,227,1) 35%, rgba(20,161,222,1) 100%);
    background-size: 0% 0.05em;
    background-position-y: 100%;
    background-position-x: 0%;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease-in-out;
}
.resourceMenu {
    .drop-link{padding-left: 0 !important;}
    .fa { color: #000 !important;}
}

.dropdown-menu li:hover a, .dropdown-menu li:hover a, .dropdown-menu li:hover a {
    background-size: 100% 0.05em;
    color: #00A0E3 !important;
}

.megaMenuButtonDiv {
    justify-content: space-evenly !important; 
    margin: 0px !important;
    padding-bottom: 5px !important;
}

.megaMenuButton {
    color: #fff;
    background-color: #00A0E3;
    padding: 6px 30px 6px 30px;
    font-weight: 600;
    font-size: 1rem;
    border: 1px solid #707070;
}

.megaMenuButton:hover {
    color: #00A0E3;
    background-color: #fff;
    transition: background-color 0.2s ease-in-out;
}

.cur-default {
  cursor: default;
}
/* -------------------------- NavBar End -------------------------- */


/* -------------------------- Header Start -------------------------- */
.headerContainer {
    margin-top: 55px !important;
    color: white;
    max-width: 100vw !important;
    position: relative;
}

// @media screen and (max-width: 1200px){
//    .headerContainer {
//         margin-top: 50px !important;
//     }
// }

/* ------- Header Content ---------- */

.headerContent .hrStart {
    align-items: center !important;
}

.headerContent hr {
    border-color: #fff;
    background-color: #fff;
}

.headerContent {
    padding: 5%;
}

.headerContent h1 {
    font-size: 60px;
    font-weight: 700;
}
.headerContent h2 {
    font-size: 65px;
    font-weight: 700;
}
.headerContent h4 {
    font-size: 30px;
    font-weight: 600;
}

.headerContentP {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 20px;
    font-weight: 400;
}

/* -------------------------- Header End -------------------------- */

/* ------------- Bread-Crumb Start -------------- */

/*
.breadcrumb {
    background-color: #edf9ff;
}
*/

/* ------------- Bread-Crumb End -------------- */

/* --------------------------- Fonts Start ---------------------------- */
.fontClass h1 {
   font-size: 2.8rem;
  font-weight: 700;
  color: #424143;
}

.fontClass h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #424143;
}

.fontClass h3 {
  font-weight: 200;
  font-size: 1.563rem;
}

.fontClass h4 {
  font-weight: 600;
}

.fontClass p {
  text-align: left;
  font-size: 17px;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .fontClass h1 {
    font-size: 37px !important;
  }

  .fontClass h2 {
    font-size: 2.4rem;
  }

  .fontClass h3 {
    font-size: 1.313rem !important;
  }

  .fontClass h4 {
    font-size: 1.4em;
  }

  .fontClass p {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .fontClass h1 {
    font-size: 28px !important;
  }

  .fontClass h2 {
    font-size: 1.8rem;
  }

  .fontClass h3 {
    font-size: 1.188rem !important;
  }

  .fontClass h4 {
    font-size: 1.3em;
  }

  .fontClass p {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .fontClass h1 {
    font-size: 20px !important;
  }

  .fontClass h2 {
    font-size: 1.6rem;
  }

  .fontClass h3 {
    font-size: 1rem !important;
  }

  .fontClass h4 {
    font-size: 1.2em;
  }

  .fontClass p {
    font-size: 14px;
  }
}

@media screen and (max-width: 576px) {
  .fontClass h2 {
    font-size: 1.25rem;
  }

  .fontClass h4 {
    font-size: 1.1em !important;
  }

  .fontClass p {
    font-size: 13px;
  }
}

/* --------------------------- Fonts End ---------------------------- */

/* --------------------------- Buttons Start ---------------------------- */

/* nav Button */
.navButton {
    color:#00A0E3;
    background-color: white;
    padding: 6px 20px 12px 20px;
    font-weight: 600;
    font-size: 1rem;
    border: 1px solid #707070;
}

.navButton u {
    padding-bottom:1px;
    text-decoration:none;
    border-bottom:1px solid;
    background-image: linear-gradient(90deg, rgba(0,160,227,1) 35%, rgba(20,161,222,1) 100%);
    background-size: 0% 0.05em;
    background-position-y: 100%;
    background-position-x: 0%;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease-in-out;
}

.navButton:hover u, .navButton:focus u, .navButton:active u {
    background-size: 100% 0.05em;
    border: none;
}

/* white Button */

.whiteButton {
    color:#00A0E3;
    background-color: white;
    padding: 10px 40px 14px 40px;
    font-weight: 600;
    font-size: 1.1rem;
    border: 1px solid #707070;
}

.whiteButton u {
    padding-bottom:1px;
    text-decoration:none;
    border-bottom:1px solid;
    background-image: linear-gradient(90deg, rgba(0,160,227,1) 35%, rgba(20,161,222,1) 100%);
    background-size: 0% 0.05em;
    background-position-y: 100%;
    background-position-x: 0%;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease-in-out;
    -webkit-transition: background-size 0.3s ease-in-out;
}

.whiteButton:hover u, .whiteButton:focus u, .whiteButton:active u {
    background-size: 100% 0.05em;
    border: none;
}

/* Blue Button */
.blueButton {
    color: #fff;
    background-color: #00A0E3;
    padding: 10px 40px 14px 40px;
    font-weight: 600;
    font-size: 1.1rem;
    border: 1px solid #707070;
}

.blueButton u {
    padding-bottom:1px;
    text-decoration:none;
    border-bottom:1px solid;
    background-image: linear-gradient(90deg, rgba(0,160,227,1) 35%, rgba(20,161,222,1) 100%);
    background-size: 0% 0.05em;
    background-position-y: 100%;
    background-position-x: 0%;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease-in-out;
}

.blueButton:hover u, .blueButton:focus u, .blueButton:active u {
    background-size: 100% 0.05em;
    border: none;
}

.blueButton:hover, .blueButton:focus, .blueButton:active {
    color: #00A0E3;
    background-color: #fff;
    /* border: 1px solid #707070; */
    transition: background-color 0.2s ease-in-out;
}

/* Schedule Demo Button */

.demoButton {
    color: #000;;
    background-color: white;
    padding: 15px 35px;
    font-weight: 600;
    font-size: 1.1rem;
    border: 1px solid #707070;
    box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.16) !important;
}

.demoButton a {
    padding-bottom:1px;
    color: #000;
    text-decoration: none;
    background-image: linear-gradient(90deg, rgba(0,160,227,1) 35%, rgba(20,161,222,1) 100%);
    background-size: 0% 0.05em;
    background-position-y: 100%;
    background-position-x: 0%;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease-in-out;
}

.demoButton:hover a, .demoButton:focus a, .demoButton:active a {
    background-size: 100% 0.05em;
    color: #00A0E3;
}


/* transparent Button */

.transparentButton {
    margin-top: 10px;
    background: transparent;
    padding: 10px 40px 14px 40px;
    font-weight: 600;
    font-size: 1.1rem;
    border: 2px solid #fff;
}

.transparentButton a {
    text-decoration: none;
    color: #fff;
}

.transparentButton a {
    padding-bottom: 2px;
    color:#fff;
    text-decoration: none;
    background-image: linear-gradient(90deg, rgb(255, 255, 255) 35%, rgb(255, 255, 255) 100%);
    background-size: 0% 0.05em;
    background-position-y: 100%;
    background-position-x: 0%;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease-in-out;
}

.transparentButton:hover a, .transparentButton:focus a, .transparentButton:active a{
    background-size: 100% 0.05em;
}


/* whiteBlue Button */
.whiteBlueButton {
    color: #00A0E3;
    background-color: #fff;
    padding: 10px 40px 14px 40px;
    font-weight: 600;
    font-size: 1.1rem;
    border: 1px solid #707070;
}

.whiteBlueButton u {
    padding-bottom: 1px;
    text-decoration: none;
    border-bottom: 1px solid;
    background-image: linear-gradient(90deg, rgb(255, 255, 255) 35%, rgb(255, 255, 255) 100%);
    background-size: 0% 0.05em;
    background-position-y: 100%;
    background-position-x: 0%;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease-in-out;
}

.whiteBlueButton:hover u {
    background-size: 100% 0.05em;
    border: none;
}

.whiteBlueButton:hover {
    color: #fff;
    background-color: #00A0E3;
    /* border: 1px solid #707070; */
    transition: background-color 0.2s ease-in-out;
}

/* Form Button */
.formButton {
    color: #fff;
    background-color: #000;
    padding: 7px 20px 10px 20px;
    font-weight: 600;
    font-size: 1.1rem;
    border: 1px solid #707070;
}

.formButton u {
    padding-bottom:0px;
    text-decoration:none;
    border-bottom:1px solid;
    background-image: linear-gradient(90deg, rgb(255, 255, 255) 35%, rgb(255, 255, 255) 100%) !important;
    background-size: 0% 0.05em;
    background-position-y: 100%;
    background-position-x: 0%;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease-in-out;
}

.formButton:hover u, .formButton:focus u, .formButton:active u {
    background-size: 100% 0.05em;
}
/* --------------------------- Buttons End ---------------------------- */

/* --------------------------- Common Sections Start ---------------------------- */
section {
    padding: 10px 8%;
}

.sectionPadding {
    padding: 25px 8%;
}

.sectionSidePadding {
    padding: 0px 8%;
}

.wideBorderContainer {
    padding: 0px;
}

.headingCenter {
    justify-content: center;
    text-align: center;
}

.centerContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.evenContent {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.flexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexLeft {
    display: flex;
    justify-content: left;
    align-items: center;
}

.checkPoints .fa {
    color: #00A0E3 !important;
}

.ecommerceImg:hover, .ecommerceImg2:hover {
    transition: transform 450ms;
    transform: scale(1.02) !important;
}


/*  ----------------- customersLogo Start ------------- */
.customersLogo {
    padding: 15px 0px 0px 0px;
    text-align: center;
}

.customersLogo img {
    width: 85%;
    height: 100%
}

.customersLogo p {
    padding: 0px;
    text-align: center !important;
}

@media screen and (max-width: 576px) {
    .break {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .customersLogo {
        padding: 0px;
    }
}

@media screen and (max-width: 764px) {
    .customersLogo img {
        width: 95%;
    }
  }

.customersLogo hr {
    border: 1px solid #00A0E3;
    width: 15em;
    margin: 20px 0px 0px 0px;
}

@media screen and (max-width: 992px) {
    .customersLogo hr {
        width: 12em;
        margin: 10px 0px 0px 0px;
    }
}

@media screen and (max-width: 768px) {
    .customersLogo hr {
        width: 9em;
    }
}

/*  ----------------- customersLogo End ------------- */

/* --------------------------- Common Sections End ---------------------------- */

/*--------------------------- WebGraph Counter start ---------------------------*/
.sectionWebGraph {
    padding: 0px !important;
}

.aboutTotal hr {
    border: 1px solid #00A0E3;
    width: 25px;
    margin-right: 0px
}

.dotBackCounter {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI4cHgiIGhlaWdodD0iOHB4IiB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGw9IiNmZmZmZmYiPgo8cGF0aCBkPSJNNyw0YzAtMC41NTIsMC40NDctMSwxLTFWMUM3LjQ0NywxLDcsMC41NTIsNywwSDFjMCwwLjU1Mi0wLjQ0NywxLTEsMXYyYzAuNTUzLDAsMSwwLjQ0OCwxLDFTMC41NTMsNSwwLDV2MgoJYzAuNTUzLDAsMSwwLjQ0OCwxLDFoNmMwLTAuNTUyLDAuNDQ3LTEsMS0xVjVDNy40NDcsNSw3LDQuNTUyLDcsNHogTTQsN0MzLjQ0Nyw3LDMsNi41NTIsMyw2czAuNDQ3LTEsMS0xczEsMC40NDgsMSwxUzQuNTUzLDcsNCw3egoJIE00LDNDMy40NDcsMywzLDIuNTUyLDMsMnMwLjQ0Ny0xLDEtMXMxLDAuNDQ4LDEsMVM0LjU1MywzLDQsM3oiIGZpbGw9IiIvPgo8L3N2Zz4=');
}

.webGraph h3 {
    position: relative;
    top: 3.7em;
    font-weight: 700;
    opacity: 1 !important;
    z-index: 10;
    font-size: 35px;
    color: #00A0E3;
}

.webGraph hr {
    position: relative;
    top: 9em;
}

@media screen and (max-width: 1200px ) {
    .webGraph hr {
        display: none;
    }
}

/* Counter Classes*/
.totalCountSection {
	display: flex;
	align-items: baseline;
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

@media screen and (max-width: 992px ) {
   .totalCountSection{
       margin-bottom: 50px;
       margin-top: -50px;
   }
}
.totalCountSection .countDivArea {
	text-align: center;
	flex: 1 0 auto;
	position: relative;
	perspective: 400px;
}

.totalCountSection .countDivArea .countProd {
	color: #00A0E3;
}

.totalCountSection .countDivArea .countProd {
	position: relative;
}

.totalCountSection .countDivArea .countProd span.Count {
	transform: translateY(-50%);
	left: 0;
	right: 0;
	font-size: 8em;
	font-weight: 600;
}

.totalCountSection .countDivArea span.countDetail {
	font-size: 17px;
	width: 70%;
	margin: 0px auto;
	max-width: 100%;
	font-weight: 500;
}


.aboutTotal {
	 margin: 0 20px 0 0; 
}

@media screen and (max-width: 992px) {
	.aboutTotal {
		margin: 0px;
	}
}

.aboutTotal .col-12, .aboutTotal .col-md-3 {
    padding: 0px !important;
}

.countProd span {
	opacity: 0.9 !important;
	font-weight: 700 !important;
}

/*--------------------------- WebGraph Counter End ---------------------------*/

/*---------------------------- Customer Case Study Start -------------------------------------*/

.customer img {
    width: 100%;
    height: 100%
}

.customer p {
    margin-top: 15px;
}

.customer svg:focus {
    outline: none;
}

/*---------------------------- Customer Case Study End -------------------------------------*/

/*--------------------------- Testimonial start ---------------------------*/
.sectionTestimonial {
    padding: 10px 0;
}

.reviewBox {
    margin: 1em 3em 2em 3em;
    background-color: #f0f0f0;
    box-shadow: 0px 15px 15px #dbdbdb;
}

@media screen and (max-width: 768px) {
    .reviewBox {
        margin: 1em 0em 2em 0em !important;
    }
}

.reviewLinks {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 30px;
    /* padding-top: 20px; */
    align-items: center;
}
.ratingDiv{ border: 1px solid #000; justify-content: center !important; padding:0 !important;
    p{margin-bottom: 0; font-size: 14px; font-weight: 600;}
    .starWrapper{background-color: #000; /* padding: 2px 0 2px; */ align-items: center;
        i{color: #ffbc00; font-size: 13px; margin: 0 2px;}
    }
}

@media screen and (min-width: 992px) {
    .reviewLinks {
        padding-left: 20px;
        padding-right: 40px;
    }
}

.reviewLinks a {
    text-decoration: none;
}

.reviewLinks div {
    display: flex;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.flexCenterColumn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.reviwQuote {
    text-align: center;
    padding: 0% 12% 0% 12%;
   /* height: 15rem;*/
}

/*@media screen and (max-width: 415px){
    .reviwQuote {
        height: 25rem;
    }
}*/

.reviwQuote h2 {
    color: #000 !important;
}

.reviewBox .fa {
    color: #000;
}

.reviewBox .carousel-item p {
    text-align: center;
}
/*--------------------------- Testimonial End ---------------------------*/

/*--------------------------- CTA start ---------------------------*/
.sectionCTA {
    padding: 0px !important;
}

.scheduleDemo {
    background: linear-gradient(180deg, rgba(0,160,227,1) 35%, rgba(0,119,170,1) 100%) !important;
    color: white;
    padding: 3.5em;
}
.scheduleDemo .row {
    justify-content: space-between;
}

.scheduleDemo h2 {
    color: white !important;
    font-weight: 200;
    font-size: 2em;
}

.scheduleDemoContent {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 992px) {
    .scheduleDemo h2 {
        font-size: 1.8em !important;
    }
}

@media screen and (max-width: 768px) {
    .scheduleDemo h2 {
        font-size: 1.6em !important;
    }
}

@media screen and (max-width: 576px) {
    .scheduleDemo h2 {
        font-size: 1.4em !important;
    }
}


@media screen and (max-width: 768px) {
    .scheduleDemo {
        padding: 3em !important;
    }
    .demoButtonDiv {
        display: flex;
        justify-content: center;
        margin-top: 1em;
    }
}

@media screen and (max-width: 576px) {
    .scheduleDemo {
        padding: 1em !important;
    }
}
/*--------------------------- CTA End ---------------------------*/

/* -----------------------------------------  Background Polygons ----------------------------------------- */

.polygonLeftBottom {
    background-image: url('https://d3lhatfimi1ec.cloudfront.net/D2A8C116-11D3-4FE8-ABED-41BDCA2451B4/StaticImages/background_triangle_left_bottom.webp');
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.polygonLeftTop {
    background-image: url('https://d3lhatfimi1ec.cloudfront.net/D2A8C116-11D3-4FE8-ABED-41BDCA2451B4/StaticImages/background_triangle_left_top.webp');
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

.polygonRightBottom {
    background-image: url('https://d3lhatfimi1ec.cloudfront.net/D2A8C116-11D3-4FE8-ABED-41BDCA2451B4/StaticImages/background_triangle_right_bottom.webp');
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.polygonRightTop {
    background-image: url('https://d3lhatfimi1ec.cloudfront.net/D2A8C116-11D3-4FE8-ABED-41BDCA2451B4/StaticImages/background_triangle_right_top.webp');
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
}

.polygonRightFull {
    background-image: url('https://d3lhatfimi1ec.cloudfront.net/D2A8C116-11D3-4FE8-ABED-41BDCA2451B4/StaticImages/background_triangle_right.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.polygonLeftFull {
    background-image: url('https://d3lhatfimi1ec.cloudfront.net/D2A8C116-11D3-4FE8-ABED-41BDCA2451B4/StaticImages/background_triangle_left.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blueRectangle {
    background-image: url('https://d3lhatfimi1ec.cloudfront.net/D2A8C116-11D3-4FE8-ABED-41BDCA2451B4/StaticImages/background_rectangle.webp');
    background-repeat: no-repeat;
    background-size: 150% 100%;
    background-position: center;
}

.blueBack {
    background-color: #edf9ff;
}

/* -----------------------------------------  Background Polygons ----------------------------------------- */

/*--------------------------- Dot Maskm Start ---------------------------*/
.dotMask-after {
	display: block;
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
}

.dotMask-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* ----- Customer Success Stories ----- */

.dotBackRed {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiBmaWxsPSJyZ2JhKDIyMSw1MSw1MSwwLjIpIgoJIHdpZHRoPSI4cHgiIGhlaWdodD0iOHB4IiB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBkPSJNMSwwSDB2MUMwLjU1MywxLDEsMC41NTIsMSwweiIvPgo8cGF0aCBkPSJNOCwxVjBIN0M3LDAuNTUyLDcuNDQ3LDEsOCwxeiIvPgo8cGF0aCBkPSJNNyw0YzAsMC41NTIsMC40NDcsMSwxLDFWM0M3LjQ0NywzLDcsMy40NDgsNyw0eiIvPgo8cGF0aCBkPSJNMCw3djFoMUMxLDcuNDQ4LDAuNTUzLDcsMCw3eiIvPgo8cGF0aCBkPSJNNyw4aDFWN0M3LjQ0Nyw3LDcsNy40NDgsNyw4eiIvPgo8Y2lyY2xlIGN4PSI0IiBjeT0iMiIgcj0iMSIvPgo8Y2lyY2xlIGN4PSI0IiBjeT0iNiIgcj0iMSIvPgo8cGF0aCBkPSJNMSw0YzAtMC41NTItMC40NDctMS0xLTF2MkMwLjU1Myw1LDEsNC41NTIsMSw0eiIvPgo8L3N2Zz4=');
}

.dotClassRed:hover img {
    transform: scale(1.1);
    -webkit-transition: opacity .6s,-webkit-transform .6s cubic-bezier(.19,1,.22,1);
    transition: opacity .6s,-webkit-transform .6s cubic-bezier(.19,1,.22,1);
    -o-transition: transform .6s cubic-bezier(.19,1,.22,1),opacity .6s;
    transition: transform .6s cubic-bezier(.19,1,.22,1),opacity .6s;
    transition: transform .6s cubic-bezier(.19,1,.22,1),opacity .6s,-webkit-transform .6s cubic-bezier(.19,1,.22,1);
}

.dotClassRed {
    position: relative;
    background-color: black;
    overflow: hidden;
}

.dotClassRed a {
    text-decoration: none;
    color: #fff;
}

.dotClassRed:hover .dotBackRed{
    background-image: none;
}

.dotClassRed:hover img{
    opacity: 0.3;
}

.dotClassRed:hover .middleOverlay {
    opacity: 1;
}

.middleOverlay {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}

.middleOverlay p {
      font-size: .8em;
      text-align: center !important;
}


/*--------------------------- Dot Mask End ---------------------------*/


/* ----------------- Footer Start ----------------- */

.footerContainer {
    padding: 2% 5%;
    color: #fff;
    background-color: #000;
}

#logoFooter{
    width: 16rem !important;
   /* height: 100%;*/
}

.footerBrand p {
    margin-top: 10px;
    margin-left: 18px;
    color: #a6a5a5;
}

.footerMainRow {
    flex-direction: column; 
    flex-wrap: nowrap;
}

.footerRowHeading {
    border-bottom: 2px white solid; 
    align-items: center; 
    font-size: 1.2rem;
}

.footerRowHeading div {
    margin: 10px 0px;
}

.footerRowMenu div {
    display: flex;
    flex-direction: column;
}

.footerContainer a {
    text-decoration: none;
    color: #fff;
    padding: 3px 0px
}

.footerRowMenu a {
    color: #a6a5a5;;
}

.footerRowMenu a:hover, .footerRowMenu a:active, .footerRowMenu a:focus {
    color: #fff;
}

/*===== Additional Code For Changes =====*/
.headerContentP .transparentButton {color: #fff;}

@media screen and (max-width: 799px) {
    .footerLg {
        display: none;
    }
    .footerMainRow {
        margin: 15px 5px;
    }
}

@media screen and (min-width: 800px) {
    .footerMd {
        display: none;
    }
    
}

.lic {
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
    color: #a6a5a5;
    border-top: 2px solid white;
    padding-top: 10px;
}
/* ----------------- Footer End ----------------- */

/* ------------------ Media Query -------------------------- */
@media screen and (max-width: 1200px){
    hr {
        width: 40px;
    }
    /*nav*/
    .navBar {
        padding: 20px 2em !important;
    }

    /*NavBar Logo*/
    #logoHeader {
        width: 14rem;
    }

    /*footer logo*/
    #logoFooter {
        width: 14rem !important;
    }

    /* Header Content */
    .headerContent h1 {
        font-size: 55px !important;
    }

    .headerContent h4 {
        font-size: 28px !important;
    }

    .headerContentP {
        font-size: 18px !important;
    }

    .headerContent hr {
        width: 40px !important;
    }

    /* Buttons */
    .navButton {
        font-size: 0.8rem;
        padding: 3px 12px 3px 12px !important;
    }
    .whiteButton {
        font-size: 1rem !important;
    }
    .blueButton {
        font-size: 1rem !important;
        padding: 10px 40px 14px 40px !important;
    }
    .transparentButton {
        font-size: 1rem !important;
        padding: 10px 40px 14px 40px !important;
    }
    .demoButton {
        font-size: 1rem !important;
    }
}

@media screen and (max-width: 992px){
    hr {
        width: 30px;
    }
    .hrStart {
        align-items: end !important;
    }

    /* Header Content */
    .headerContent h1 {
        font-size: 45px !important;
    }

    .headerContent h4 {
        font-size: 24px !important;
    }

    .headerContentP {
        font-size: 16px !important;
    }

    .headerContent hr {
        width: 35px !important;
    }

    /* Buttons */
    .whiteButton {
        padding: 8px 40px 13px 40px !important;
        font-size: .9rem !important;
    }
    .blueButton {
        font-size: .9rem !important;
        padding: 8px 40px 13px 40px !important;
    }
    .demoButton  {
        font-size: 0.9rem;
        padding: 10px 30px !important;
    }
    .transparentButton {
        font-size: .9rem !important;
        padding: 8px 40px 13px 40px !important;
    }

    /*footer*/
    .footerRowHeading {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 768px){
    hr {
        width: 25px;
    }

    /* Header Content */
    .headerContent h1 {
        font-size: 40px !important;
    }

    .headerContent h4 {
        font-size: 21px !important;
    }

    .headerContentP {
        font-size: 15px !important;
    }

    .headerContent hr {
        width: 30px !important;
    }

    /* Buttons */
    .whiteButton {
        font-size: .8rem !important;
        padding: 3px 20px 9px 20px !important;
    }
    .blueButton {
        font-size: .8rem !important;
        padding: 3px 20px 9px 20px !important
    }
    .transparentButton {
        font-size: .8rem !important;
        padding: 3px 20px 6px 20px !important
    }
    .demoButton {
        font-size: .8rem !important;
    }
}

@media screen and (max-width: 576px){
    hr {
        width: 20px;
    }

    /*Nav*/
    .navBar {
        padding: 20px .5em !important;
    }

    /* Header Content */
    .headerContent {
        padding: 15% 10% !important;
    }

    .headerContent h1 {
        font-size: 35px !important;
    }

    .headerContent h4 {
        font-size: 20px !important;
    }

    .headerContentP {
        font-size: 14px !important;
    }

    .headerContent hr {
        width: 25px !important;
    }

    /* Buttons */
    .whiteButton {
        /* padding: 4px 25px 10px 25px !important; */
        font-size: .7rem !important;
    }
    .blueButton {
        font-size: .7rem !important;
    }
    .transparentButton {
        margin-top: 5px !important;
        font-size: .7rem !important;
    }
    .demoButton {
        font-size: .7rem !important;
    }

    /*testimonial*/
    .carousel-control-prev {
        justify-content: flex-start;
    }
    .carousel-control-next {
        justify-content: flex-end;
    }

     /*footer*/
     .footerRowHeading {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1441px) {
    section {
        padding: 10px 10% !important;
    }
    .sectionPadding {
        padding: 20px 10% !important;
    }
    .sectionSidePadding {
        padding: 0px 10% !important;
    }
    .wideBorderContainer {
        padding: 0 !important;
    } 
}
@media screen and (min-width: 1600px) {
    section {
        padding: 10px 15% !important;
    }
    .sectionPadding {
        padding: 20px 15% !important;
    }
    .sectionSidePadding {
        padding: 0px 15% !important;
    }
}
/*
section { align-items: flex-end; width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;
	@media screen and (min-width: 1200px){ max-width: 1140px !important; margin: 0 auto; padding: 45px 15px;} 
	@media screen and (max-width: 1200px){ width: 90%;} 
    @media screen and (max-width: 1025px){ width: 96%;} 
	@media screen and (max-width: 992px) { width: 92%; margin: 1.5rem auto;} 
    @media screen and (max-width: 768px) { margin:1rem auto;}
	@media screen and (max-width: 576px) { width: 100%; } }
.sectionCTA { max-width: 100% !important; width: 100% !important; }
*/
/*added by swara on 1-8-2023*/
@media (max-width:1980px) and (min-width:1090){
.headerContentP{width:63%;}
}
@media (min-width:1980px){
	.headerContentP{width:40%;}
}
@media (max-width:575px){
	.headerContentP{width:100%;}
}
/*added by swara on 4-8-2023**/
.megaMenuButtonDiv a button:after{ display: block;
    content: '';
    border-bottom: solid 1px #fff;
    transform: scaleX(0);
transition: transform 250ms ease-in-out;}
.megaMenuButtonDiv a button:hover:after{transform: scaleX(1);
transform-origin: 0% 50%;}
.megaMenu .megaMenuButtonDiv .megaMenuButton {
    color: #fff !important;
    background-color: #00A0E3 !important;
    padding: 6px 30px 6px 30px !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    border: 1px solid #000 !important;
	line-height:25px;
}
.megaMenuButtonDiv .megaMenuButton:hover{ color: #fff !important;background-color: #00A0E3 !important; border: 1px solid #000 !important;}
.navbar-nav .megaMenuDrop .megaMenu .container{display:unset;}
.megaMenuDrop .megaMenuButtonDiv{justify-content:flex-start !important;}
.megaMenuButtonDiv.row>*{width:unset;}
#accordionFAQ .collapsed i.fa {    transform: rotate(180deg);
}


div#share {
    display: flex;
}
div#share h4 ,div#share > div{width:unset;}
div#share > div{padding:0}
div#share > div a:nth-child(1){margin-left:5px !important;margin-right: 10px;}
/*.review-container .align-items-center{
    margin-left: 78px;
    margin-top: -27px;
}*/
.container .flex-wrap-div  {
    margin-left: 38px;
    position: initial;
    justify-content: unset !important;
    margin-top: -24px;
}
.left_image_textoverlay a:hover{
    background-color: #fff !important;
    color: #17a2b8;border: 1px solid #707070;
}
 .left_image_textoverlay a{
    font-weight: 600;
    font-size: 1.1rem;
 }
 a.btn.btn-info.free_consultation::before {
    background: white;
    position: absolute;
    width: 88%;
    content: '';
    height: 1px;
    bottom: 7px;
    left: 6%;
}
a.btn.btn-info.free_consultation {  
     position: relative;
}

a.btn.btn-info.free_consultation:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
}
a.btn.btn-info.free_consultation:after {
    display: block;
    content: '';
    border-bottom: solid 1px #00A0E3;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}


.guideContent .share a{
    color: #007bff !important;
}
.flex-wrap-div.align-items-center {
    margin-top: 6px;
    margin-left: -23px;
}
.blogContent .share a {
    color: #007bff !important;

}
@media screen and (max-width:460px){
	.right_image_textoverlay{
	width: 100% !important;
    position: relative;}
	/*.img-responsive{width:100% !important}*/
	.white_text_heading{
	padding: 5px;
    /* bottom: -31px; */
    position: absolute !important;
    display: block;
    width: 100%;
    text-align: center;
    left: 0 !important;    top: 83% !important;}
    
    .dropdown ul.dropdown-menu .megaSubMenu img.img-responsive {
        width: 25px !important;
    }
}
@media screen and (max-width:767px){
	.right_image_textoverlay{width:80%}
}
.authorImg img{width:100px;}
.authorImg .container{flex:unset !important}
/*.review-container .authorImg{ margin-top: 0%;}*/

@media only screen 
    and (device-width: 820px) 
    and (device-height: 1180px) 
    and (-webkit-device-pixel-ratio: 2) {
    .white_text_heading{
        left: 25% !important;
        top: 41% !important;
    }
}
@media only screen 
    and (device-width: 768px) 
    and (device-height: 1024px) 
    and (-webkit-device-pixel-ratio: 2) {
        .white_text_heading{
            left: 25% !important;
            top: 57% !important;
        }
    }

    @media only screen 
        and (device-width: 768px) 
        and (device-height: 1024px) 
        and (-webkit-device-pixel-ratio: 2) {
            .wp-block-button.btn-feature-blog a::before {
                width: 11.1% !important;
                left: 44.3% !important;
            }
        }
       
        .navButton.d-block.d-xl-none::before {
            background: #00A0E3;
            position: absolute;
            width: 83%;
            content: '';
            height: 1px;
            bottom: 4px;
            left: 9%;
        }
        .navButton.d-block.d-xl-none{
            position: relative;
        }
        
        
        .guideContent .share a:hover {
            color: #0056B3 !important;
            text-decoration: underline;
        }
		
		
		
		
/*added by swara on 11-6-24 autocatlog page design */

.auto-catalog-wrapper .text-image-wrapper {
    display: flex;
}
.text .heading {
    margin-top: 27px;
    font-size: 2.8125rem;
    font-weight: 600;
    line-height: 1.2;
}
 .highlighter {
    color: #00a0e3;
}
.auto-catalog-wrapper .text-image-wrapper .text p {
    margin: 20px 0;
    line-height: 28px;
    font-size: 1.125rem;
}
.auto-catalog-wrapper .text-image-wrapper .text .btn-wrapper {
    display: flex;
    gap: 15px;
    margin-top: 70px;
}
.auto-catalog-wrapper .text-image-wrapper .text .btn-wrapper .btn.btn-primary {
    background-color: #00a0e3;
    color: #fff;
}
.auto-catalog-wrapper .text-image-wrapper .text .btn-wrapper .btn {
    border: 2px solid  #00a0e3;
    padding: 9px 18px;
    font-size: 1.125rem;
    border-radius: 10px;
    font-weight: 600;
    transition: .3s;
    transform: scale(1);
}
.auto-catalog-wrapper .text-image-wrapper .main-image {
    /* margin: 18px 0; */
    flex: 0 0 30%;
}
.home-page section {
    background:#edf9ff;
	
}
section:nth-child(even) {
    background: #ffffff;
}
section.full-screen.min-h-[calc(100vh-64px)!important] {
    margin-top: 58px;
	padding:0;
}
@media (min-width: 992px) {
    section.full-screen {
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.wrapper {
    width: 990px;
    max-width: 100%;
    margin: 0 auto;
    padding: 85px 67px;
}
.wrapper .section-heading {
    font-size: 2.8125rem;
    margin-bottom: 36px;
    font-weight: 600;
}
.ai-catalog-assistant img {
    display: block;
    margin: 0 auto;
}
.streamline-catalog-distribution {
    padding: 0 !important;
}
.streamline-catalog-distribution .image-text-wrapper {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}
.streamline-catalog-distribution .image-text-wrapper .image-wrapper {
    margin: 18px 0;
    flex-grow: 1;
}
.streamline-catalog-distribution .image-text-wrapper .image-wrapper img {
    height: 100%;
}
.streamline-catalog-distribution .image-text-wrapper .desc {
    padding: 50px 67px;
    counter-reset: counter-svg;
}
.streamline-catalog-distribution .image-text-wrapper .desc .steps .step {
    font-size: 1.125rem;
    display: flex;
    gap: 27px;
    align-items: center;
    position: relative;
}
.streamline-catalog-distribution .image-text-wrapper .desc .steps .step:before {
    content: counter(counter-svg);
    counter-increment: counter-svg;
    position: absolute;
    font-size: 1.375rem;
    color: #fff;
    z-index: 1;
    top: 50%;
    left: 38px;
    transform: translateY(-50%);
}
.streamline-catalog-distribution .image-text-wrapper .desc .steps .step svg {
    flex: 0 0 90px;
    height: 144px;
    fill: #00a0e3;
}
.streamline-catalog-distribution .image-text-wrapper .desc .steps .step .step-desc {
    flex-grow: 1;
}
.streamline-catalog-distribution .image-text-wrapper .desc .steps .step .step-desc .sub-heading {
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 11px;
}
.eliminate-catalog-creation .four-sections {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr 1fr;
    text-align: left;
}
.eliminate-catalog-creation .four-sections .sec {
    padding: 18px;
    border: 1px solid  #00a0e3;
    font-size: 1.125rem;
    border-radius: 20px;
}
.eliminate-catalog-creation .four-sections .sec .sub-heading {
    margin-bottom: 11px;
    font-size: 1.375rem;
    font-weight: 600;
	color:#000 !important;
}
.brand-conformant-catalogs .three-sections {
    display: flex;
    flex-wrap: wrap;
}
.brand-conformant-catalogs .three-sections .sec {
    padding: 0 15px;
    font-size: 1.125rem;
    flex: 0 0 33.33%;
	text-align: center;
}
 .sub-heading {
    font-size: 1.375rem;
    font-weight: 600;
    margin: 18px 0;
	color:#000 !important;
}

.increase-sales-section {
    background: url(https://d2f0j63q0ahuzy.cloudfront.net/auto_catalog/assets/background-images-minified.webp) !important;
    background-position: 50% !important;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 128px 32px;
}
.increase-sales-section .increase-sales {
    padding: 50px 67px;
    border: 1px solid #edf9ff;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(237, 249, 255, .6);
}
.increase-sales-section .increase-sales .three-sections {
    display: flex;
    gap: 18px;
    counter-reset: counter1;
}
.increase-sales-section .increase-sales .three-sections .sec {
    display: flex;
    gap: 18px;
    font-size: 1.125rem;
    flex: 0 0 33.33%;
}
.increase-sales-section .increase-sales .three-sections .sec .counter {
    flex: 0 0 35px;
    height: 35px;
    display: block;
    border-radius: 6px;
    border: 3px solid #00a0e3;
    position: relative;
}
.increase-sales-section .increase-sales .three-sections .sec .counter:before {
    content: counter(counter1);
    counter-increment: counter1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: inherit;
}
.increase-sales-section .increase-sales .three-sections .sec .sub-heading,.streamline-catalog-creation .gradiant-text-wrapper .three-sections .steps .step .desc .sub-heading{margin-top:0}
.streamline-catalog-creation .gradiant-text-wrapper {
    display: flex;
    justify-content: center;
}
.streamline-catalog-creation .gradiant-text-wrapper .gradiant {
    flex: 0 0 250px;
    margin: 18px 0;
    background: linear-gradient(to bottom, #00a0e3, #00597e);
    border-radius: 20px;
}
.streamline-catalog-creation .gradiant-text-wrapper .three-sections {
    padding: 85px 67px;
    counter-reset: counter2;
}
.streamline-catalog-creation .gradiant-text-wrapper .three-sections .steps {
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: relative;
    padding: 10px 0;
}
@media (min-width: 576px) {
    .streamline-catalog-creation .gradiant-text-wrapper .three-sections .steps:before {
        content: "";
        position: absolute;
        width: 2px;
        height: 100%;
        top: 0;
        background: #00a0e3;
        left: 20px;
    }
}
.streamline-catalog-creation .gradiant-text-wrapper .three-sections .steps .step {
    font-size: 1.125rem;
    display: flex;
    align-items: flex-start;
}
.streamline-catalog-creation .gradiant-text-wrapper .three-sections .steps .step .counter {
    flex: 0 0 100px;
    position: relative;
}
.streamline-catalog-creation .gradiant-text-wrapper .three-sections .steps .step .counter:before {
    content: counter(counter2);
    counter-increment: counter2;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: inherit;
    border: 3px solid #00a0e3;
    border-radius: 6px;
    background-color: #edf9ff;
    position: relative;
    z-index: 1;
}
@media (min-width: 576px) {
    .streamline-catalog-creation .gradiant-text-wrapper .three-sections .steps .step .counter:after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 90%;
        height: 2px;
        background-color: #00a0e3;
        content: "";
        left: 0;
    }
}
.streamline-catalog-creation .gradiant-text-wrapper .three-sections .steps .step .desc {
    flex-grow: 1;
}
@media (min-width: 576px) {
    .streamline-catalog-creation .gradiant-text-wrapper .three-sections .steps .step .desc .sub-heading {
        margin-top: 4px;
    }
}
.catalog-customization-sec {
    padding: 128px 32px;
    background-image: url(https://d2f0j63q0ahuzy.cloudfront.net/auto_catalog/assets/background-images-minified.webp) !important;
    background-position: 50% !important;
    background-repeat: no-repeat;
}
.catalog-customization-sec .catalog-customization {
    padding: 50px 67px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(237, 249, 255, .6);
    border-radius: 20px;
}
.catalog-customization-sec .catalog-customization .four-sections {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.catalog-customization-sec .catalog-customization .four-sections .sec {
    flex: calc(25% - 20px);
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
    font-size: 1.125rem;
}
.catalog-customization-sec .catalog-customization .four-sections .sec img {
    width: 50px;
}
.create-catalog .btn-primary {
    background-color: #00a0e3;
    padding: 9px 18px;
    font-size: 1.125rem;
    border-radius: 10px;
    font-weight: 600;
    transition: all .3s;
    transform: scale(1);
    color: #fff;
    display: inline-block;
}
.auto-catalog-wrapper .text-image-wrapper .text .btn-wrapper .btn:hover,.create-catalog .btn-primary:hover {
    transform: scale(1.03);
}
.create-catalog p {
    margin-bottom: 18px !important;
}
.auto-catalog-wrapper .text-image-wrapper img{margin:unset}
.video-section .video-wrapper {
    border-radius: 20px;
    border: 1px solid #e5e0df;
    overflow: hidden;
    padding: 0 !important;
}
.home-page img{margin:unset;}
.home-page .wrapper p{margin:0}
.auto-catalog-wrapper {
    max-width: 1255px;
    margin: 0 auto;
}
@media (max-width: 1199.98px) {
    .auto-catalog-wrapper .text-image-wrapper .text .heading {
        font-size: 2.1875rem;
    }
	.auto-catalog-wrapper .text-image-wrapper .text .btn-wrapper {
        font-size: 3.125rem;
    }
	.home-page .wrapper.no-padding {
        padding: 0 15px;
    }
    .navbar-nav.ml-custom.mr-auto{height:500px;overflow-y:scroll;}
}


@media (min-width: 992px) {
    .auto-catalog-wrapper {
        padding: 0 20px;
    }
}



@media (max-width: 991.98px) {
	
    .auto-catalog-wrapper .text-image-wrapper .text {
        flex-basis: 100%;
    }
	.auto-catalog-wrapper .text-image-wrapper .text .btn-wrapper {
        margin-top: 35px;
    }
	.auto-catalog-wrapper .text-image-wrapper .main-image {
        margin: 18px;
        flex: 0 0 40%;
    }
	.video-section {
        padding: 45px 25px;
    }
	.home-page .wrapper .section-heading {
        font-size: 1.75rem;
        margin-bottom: 25px;
    }
	.streamline-catalog-distribution .image-text-wrapper .image-wrapper {
        display: none;
    }
	.home-page .wrapper ,.increase-sales-section,.catalog-customization-sec,.catalog-customization-sec .catalog-customization,.increase-sales-section .increase-sales ,
	.streamline-catalog-creation .gradiant-text-wrapper .three-sections,.streamline-catalog-distribution .image-text-wrapper .desc,.auto-catalog-wrapper .text-image-wrapper .text  {
        padding: 45px 25px;
    }
	.increase-sales-section .increase-sales .three-sections {
        flex-wrap: wrap;
    }
	.increase-sales-section .increase-sales .three-sections .sec {
        flex: 0 0 100%;
    }
	.streamline-catalog-creation .gradiant-text-wrapper .gradiant {
        flex: 0 0 150px;
    }
	.streamline-catalog-creation .gradiant-text-wrapper .three-sections .steps .step,.create-catalog .btn-primary,
	.brand-conformant-catalogs .three-sections .sec,.eliminate-catalog-creation .four-sections .sec,
	.streamline-catalog-distribution .image-text-wrapper .desc .steps .step,.auto-catalog-wrapper .text-image-wrapper .text .btn-wrapper .btn,
	.auto-catalog-wrapper .text-image-wrapper .text p{
        font-size: 1rem;
    }
	.streamline-catalog-creation .gradiant-text-wrapper .three-sections .steps .step .desc .sub-heading,
	.catalog-customization-sec .catalog-customization .four-sections .sec .sub-heading ,
	.increase-sales-section .increase-sales .three-sections .sec .sub-heading,
	.brand-conformant-catalogs .three-sections .sec .sub-heading,.eliminate-catalog-creation .four-sections .sec .sub-heading,
	.streamline-catalog-distribution .image-text-wrapper .desc .steps .step .step-desc .sub-heading {
        font-size: 1.25rem;
    }
	 
	.catalog-customization-sec .catalog-customization .four-sections {
        gap: 25px;
    }
	.catalog-customization-sec .catalog-customization .four-sections .sec {
        flex: calc(50% - 20px);
        gap: 5px;
		font-size: 1rem;
    }
    .sectionOtherBrand .card-deck{flex-wrap: wrap;
        justify-content: center;
	}
	.sectionOtherBrand .card-deck .card{
		
        flex: unset !important;
		width: calc(100% / 2 - 30px);
	}
	.sectionOtherBrand .card.cardShadow.cPh {
         margin-top: 30px;
	}
}


@media (max-width: 767.98px) {
	.auto-catalog-wrapper .text-image-wrapper .text .btn-wrapper .btn {
        font-size: .875rem;
		padding: 5px 15px;
    }
    .auto-catalog-wrapper .text-image-wrapper {
        flex-wrap: wrap;
    }
	.auto-catalog-wrapper .text-image-wrapper .text p,.catalog-customization-sec .catalog-customization .four-sections .sec,
	.streamline-catalog-distribution .image-text-wrapper .desc .steps .step,
	.eliminate-catalog-creation .four-sections .sec,.brand-conformant-catalogs .three-sections .sec,
	.increase-sales-section .increase-sales .three-sections .sec,.streamline-catalog-creation .gradiant-text-wrapper .three-sections .steps .step{
        font-size: .875rem;
    }
	.home-page .wrapper .section-heading {
        font-size: 1.375rem;
        margin-bottom: 15px;
    }
	.create-catalog .btn-primary {
        padding: 5px 15px;
		font-size: .875rem;
    }
}


@media (max-width: 575.98px) {
	.home-page .wrapper, .auto-catalog-wrapper .text-image-wrapper .text ,.video-section,.streamline-catalog-distribution .image-text-wrapper .desc ,
	.increase-sales-section,.increase-sales-section .increase-sales,.catalog-customization-sec .catalog-customization,.catalog-customization-sec{
        padding: 20px 15px;
    }
   	.auto-catalog-wrapper .text-image-wrapper .main-image {
        flex: 0 0 100%;
        width: 100%;
        margin: 0;
		padding:0 15px;
    }
	.streamline-catalog-distribution .image-text-wrapper .desc .steps .step:before {
        left: 24px;
    }
	.streamline-catalog-distribution .image-text-wrapper .desc .steps .step svg {
        flex: 0 0 60px;
        width: 60px;
        height: auto;
    }
	.streamline-catalog-distribution .image-text-wrapper .desc .steps .step .step-desc .sub-heading,.eliminate-catalog-creation .four-sections .sec .sub-heading  {
        font-size: 1.125rem;
        margin-bottom: 8px;
    }
	.eliminate-catalog-creation .four-sections .sec .sub-heading{margin-top:0}
	.eliminate-catalog-creation .four-sections {
        grid-template-columns: 1fr;
    }
	.brand-conformant-catalogs .three-sections .sec {
        flex: 0 0 100%;
    }
	.brand-conformant-catalogs .three-sections .sec .sub-heading,.increase-sales-section .increase-sales .three-sections .sec .sub-heading,
	.streamline-catalog-creation .gradiant-text-wrapper .three-sections .steps .step .desc .sub-heading,.catalog-customization-sec .catalog-customization .four-sections .sec .sub-heading {
        font-size: 1.125rem;
        margin-bottom: 8px;
    }
	.streamline-catalog-creation .gradiant-text-wrapper {
        flex-direction: column-reverse;
    }
	.streamline-catalog-creation .gradiant-text-wrapper .three-sections {
        padding: 20px 0;
    }
	.streamline-catalog-creation .gradiant-text-wrapper .three-sections .steps .step .counter {
        flex: 0 0 35px;
        margin-right: 18px;
    }
	.streamline-catalog-creation .gradiant-text-wrapper .three-sections .steps .step .counter:before {
        width: 35px;
        height: 35px;
    }
	.catalog-customization-sec .catalog-customization .four-sections .sec {
        flex: 100%;
    }
    .sectionOtherBrand .card-deck .card{width:100%}
	.sectionOtherBrand h2.text-center {
    margin-bottom: 30px;
	font-size: 32px;
    text-align: left !important;
}
}

@media (max-width: 1199.98px) and (min-width: 992px) {
    .auto-catalog-wrapper .text-image-wrapper .text {
        padding: 85px 15px 85px 0;
    }
    
}
/**/

/*promostandard page design*/
.promostandardwebGraph{margin-top:40px;}
.promostandardwebGraph h2{
	font-family: Nunito Sans;
    font-size: 32px;
    font-weight: 700;
    line-height: 43.65px;
    text-align: center;}
	/*.PromoStandard h2{white-space:nowrap}*/
	.row.services {
    display: flex;
    justify-content: space-between;
	padding:0 15px;
}

.row.services .card {
    width: calc(100% / 4 - 20px);
    margin-bottom: 28px;
    padding: 20px;
}

.row.services .card img {
    width: 60px;
}

.fontClass p.title {
    font-family: Nunito Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 32.74px;
    text-align: left;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 10px;
}

.fontClass p.description {
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.82px;
    text-align: left;
    color: #333;
}

section.section6.PromoStandard {
    background: #EEF9FF;
    padding-top: 30px;
    padding-bottom: 30px;
}
section.PromoStandard {
    margin-bottom: 60px;
}
section.PromoStandard .ecommerceImg{object-fit: contain;}


.hrStart h2:before,.hrStart h4:before {
    top: 50%;
    content: '';
    position: absolute;
    width: 56px;
    height: 2px;
    background: #0E97E780;
    left: -72px;
}
.hrStart h2,.hrStart h4{position:relative;}
@media(max-width:575px){
	section.PromoStandard .ecommerceImg{padding-right:0 !important;}
	section.PromoStandard .evenContent{padding-left:15px !important;padding-right:15px !important;}
	section.PromoStandard {margin-bottom: 20px;}
	.hrStart h2:before, .hrStart h4:before{left:-63px;}
	form.wpcf7-form p{width:100% !important}
	.promostandardwebGraph h2{font-size:22px;line-height: 30.65px;}
	.row.services .card{width:100% !important;}
	 form.wpcf7-form p,form.wpcf7-form p input  {width: 100% !important;}
	 .dropdown-menu.megaMenu.show{height:300px;overflow-y:scroll;}
	 .navbar-nav.ml-custom.mr-auto{height:500px !important;overflow-y:scroll;}
}
@media (max-width:767px){
	.row.services .card {width: calc(100% / 2 - 13px);}
	.capcha_div{display: flex; justify-content: center;width: 100%;flex-direction: column;align-items: center;}
	.navbar-nav.ml-custom.mr-auto{height:300px;overflow-y:scroll;}
}
@media (min-width:768px){
    .section7.PromoStandard .evenContent{padding-left:30px;}
}
@media (max-width:991px){
    p.dscf7captcha {display: block !important;text-align: center !important;}
}
form.wpcf7-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position:relative;
}
form.wpcf7-form p {
    width: calc(100% / 2 - 20px);
}
form.wpcf7-form p input{width:100%}

p.show_hide {
    width: 100% !important;
}
.promostandardwebGraph .totalCountSection .countDivArea .countProd {
    color: #0E97E7;
}
.promostandardwebGraph .totalCountSection .countDivArea span.countDetail {
    width: 70%;
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.82px;
    text-align: center;
	color:#333333;
}
form.wpcf7-form p.show_hide input {
    padding-bottom: 1px;
    text-decoration: none;
    border-bottom: 1px solid;
    background-image: linear-gradient(90deg, rgba(0, 160, 227, 1) 35%, rgba(20, 161, 222, 1) 100%);
    background-size: 0% 0.05em;
    background-position-y: 100%;
    background-position-x: 0%;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease-in-out;
    background: #00A0E3;
    border: 0;
    color: #fff;
	padding:6px 14px;
    border: 1px solid #00A0E3;
}
form.wpcf7-form p input {
    width: 100% ;
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.82px;
    color: #999999;
    padding: 5px 20px;
}
form.wpcf7-form p input::placeholder {color:#999999}
span.wpcf7-not-valid-tip {
    color: red;
    font-size: 14px;
}
.screen-reader-response {
    display: none;
}
form.wpcf7-form p.show_hide input:hover {
    color: #00A0E3;
    background-color: #fff;
    border:1px solid #00A0E3
}

.wpcf7-form.invalid .wpcf7-response-output {
    color: red;
}

.wpcf7-form.sent .wpcf7-response-output {
    color: #00A300;
}
p.dscf7captcha {
    display: flex;
    width: 100% !important;
    justify-content: center;
}
.capcha_div {
    width: 100%;
}
span.cf7as-firstAct,.dscf7_refresh_captcha {
    margin: 0 10px;
}
p.show_hide {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items:center;
}

.wpcf7-form .wpcf7-spinner {
    display: inline-block !important;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 10px 24px;
    position:relative;
}
.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
form.submitting .wpcf7-spinner {
    visibility: visible;
}
.demoButton:hover{background:#fff;}
.wpcf7 form.sent .wpcf7-response-output{margin:0;}
@media(max-width:991px){
    .dscf7_refresh_captcha img{width:unset;}
    form.wpcf7-form p input{width:100% !important;}
}
.sectionOtherBrand .card-img-top{
	object-fit: scale-down;
	height: 150px;
}
.sectionOtherBrand h4.card-title {
    Nunito font-family: sans-serif;
    font-family: Nunito Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 32.74px;
    text-align: left;
    color: #333;
}

.sectionOtherBrand p.card-text {
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.82px;
    text-align: left;
    color: #333;
}
.sectionOtherBrand h2.text-center {
    margin-bottom: 30px;
}
[open] summary {
  position: absolute;
  bottom: 5px;
  left: 20px;
}

summary::before {
  content: "Show More";
  color: #0E97E7;
}

[open] summary::before {
  content: "Less";
  color: #0E97E7;
}
summery::marker{display:none !important}
details {
  display: inline;
}

.more-text {
  position: relative;
  margin-bottom: 2em;
}
.sectionOtherBrand .card-body{padding:19px;}
@media (max-width:845px) and (min-width:769px) {
    .promostandard .headerContent h1 {
        font-size: 40px !important;
        line-height: 40px;
    }
    .promostandard .headerContentP p{margin:0;}
    .promostandard .headerContent{padding:7% !important;}
}
