 
.prd-nav li {
  float: left;
  width: 32%;
  padding: 0 .5%;
  text-align: center;
}
em {
    font-style: italic;
}
#fixedbtn {
    position: fixed;
    right: 0;
    top: initial;
    bottom: 300px;
    z-index: 4;
    }
    #fixedbtn .demo { 
    color: #fff!important;
    background: #34ad65;
    text-align: center;
    display: block;
    height: 90px;
    font-weight: 500;
    font-size: .75em;
    letter-spacing: -.1px;
    line-height: normal;
    vertical-align: middle;
    border-radius: 0;
    width: 60px;
    padding: 10px 16px 0;
    text-transform: capitalize;
    }

	
.gpi-main-wrapper *,
.gpi-main-wrapper *::before,
.gpi-main-wrapper *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
	
.heading-menu{display: none;}
	
	.row:before, .row:after {
    display: table;
    line-height: 0;
    content: "";
}
	
:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --font-family-sans: "Zoho Puvi", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --text-color: #191919;
  --color-primary: #1941A5;
  --color-secondary: #F7D046;
}

body {
  font-family: var(--font-family-sans);
  color: var(--text-color);
  line-height: 1.5;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.btn.btn-lg {
  height: 54px;
  padding: 0 24px;
  line-height: 52px;
  font-size: 16px;
}
.btn.btn-md {
  height: 42px;
  padding: 0 16px;
  line-height: 40px;
  font-size: 15px;
}
.btn.btn-round {
  border-radius: 100px;
}
.btn.btn-square {
  border-radius: 4px;
}
.btn.btn-primary {
  background: var(--color-primary);
  color: var(--color-white);
  border: 1px solid var(--color-primary);
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:focus-within, .btn.btn-primary:active {
  background: #E33C38;
}
.btn.btn-secondary {
  background: var(--color-secondary);
  color: var(--text-color);
  border: 1px solid var(--color-secondary);
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:focus-within, .btn.btn-secondary:active {
  background: #eebf19;
}
.btn.btn-black {
  color: var(--color-white);
  background: #010101;
  border: 1px solid #010101;
}
.btn.btn-black:hover {
  background: #FFCE26;
  border-color: #FFCE26;
  color: #010101;
  border-color: #FFCE26;
  text-decoration: none;
}
.btn.btn-outline-primary {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--color-white);
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:focus-within, .btn.btn-outline-primary:active {
  background: var(--color-primary);
  color: var(--color-white);
}
	
	
.btn.btn-primary {
    color: #000;
    -webkit-transition: background 0.15s ease;
    transition: background 0.15s ease;
  
    border: 0;
    background-color: #F2483E;
    color:  var(--color-white);
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    cursor: pointer;
    text-align: center;
    padding: 16px 32px;
    display: inline-block;
    text-decoration: unset !important;
  }	

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
.row > * {
  padding-left: 12px;
  padding-right: 12px;
}

.col_5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66%;
}

.col_6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col_7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33%;
}

.col_12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .col_md_4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33%;
  }
  .col_md_5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66%;
  }
  .col_md_6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col_md_7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33%;
  }
}
@media only screen and (min-width: 992px) {
  .col_lg_5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66%;
  }
  .col_lg_6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col_lg_7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33%;
  }
}
.gpi-main-wrapper h1,
.gpi-main-wrapper h2,
.gpi-main-wrapper h3,
.gpi-main-wrapper h4,
.gpi-main-wrapper h5,
.gpi-main-wrapper h6,
.gpi-main-wrapper p {
  color: var(--text-color);
}
.gpi-main-wrapper h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0;
	color: var(--color-white);
}
.gpi-main-wrapper h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 12px;
	margin-top: 0px;
}
.gpi-main-wrapper h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 12px 0;
}
.gpi-main-wrapper h5 {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 14px;
}
.gpi-main-wrapper h6 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 600;
}
.gpi-main-wrapper p {
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 24px;
}
.gpi-main-wrapper a {
  color: #0036fc;
  text-decoration: unset;
}
.gpi-main-wrapper .m-0 {
  margin: 0 !important;
}
.gpi-main-wrapper .mb-0 {
  margin-bottom: 0 !important;
}
	.gpi-main-wrapper .mt-0 {
  margin-top: 0 !important;
}
.gpi-main-wrapper .mb-2 {
  margin-bottom: 8px !important;
}
.gpi-main-wrapper .mb-3 {
  margin-bottom: 12px !important;
}
.gpi-main-wrapper .mt-3 {
  margin-top: 12px !important;
}
.gpi-main-wrapper .mt-4 {
  margin-top: 32px !important;
}
.gpi-main-wrapper .mb-4 {
  margin-bottom: 32px !important;
}
.gpi-main-wrapper .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; max-width: 100%;
}
.gpi-main-wrapper .text-center {
  text-align: center;
}
.gpi-main-wrapper .text-white {
  color: var(--color-white) !important;
}
.gpi-main-wrapper .container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.gpi-main-wrapper .sec-padding-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.gpi-main-wrapper .sec-padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
	
.gpi-main-wrapper .sec-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
	
.gpi-main-wrapper .sec-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
	
.pt-0{padding-top: 0px !important;}	
.pb-0{padding-bottom: 0px !important;}	
	
	
.gpi-main-wrapper .sec-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 980px;
  margin: auto auto 32px;
  text-align: center;
}
.gpi-main-wrapper .sec-header .sec-title {
  text-align: center;
      margin: 0 0 20px;
}
.gpi-main-wrapper .sec-header .sec-title-break {
  display: block;
}
.gpi-main-wrapper .sec-header .sec-title-desc {
  font-weight: 400;
  font-size: 17px;
  line-height: 32px;
  margin-bottom: 24px;
}
.gpi-main-wrapper .banner-section {
/*  background: #001A89 url(images/bannerbg-blue-pattern.svg) repeat;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
	padding: 80px 0px; 
	 background: #001A89;
	
}
	
	.gpi-main-wrapper .banner-section .container{opacity: 1; position: relative}	
	

	
.gpi-main-wrapper .banner-section a {
  cursor: pointer;
  outline: none;
  font-size: 22px;
  font-weight: 600; line-height: normal;
}
.gpi-main-wrapper .banner-section img {
  max-width: 80%;
  height: auto;
	display: block;
	margin: 0 auto;
}
	
.banner-rating-div-wrapper .banner-rating-div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
}

.banner-rating-div-wrapper .rating-card {
    background: #FFE274;
    border-radius: 12px;
    padding: 25px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-rating-div-wrapper h5 {
    font-size: 40px;
    font-weight: 600;
}



.banner-rating-div-wrapper .rating-card h5 {
    font-size: 40px;
    font-weight: 800;
    margin: 0;
    line-height: normal; display: flex;
    align-items: center;
    justify-content: center;
}

	.banner-rating-div-wrapper .rating-card h5 span{padding-left: 15px;}
	
.banner-rating-div-wrapper .rating-card p {
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
}	
	
	
.gpi-main-wrapper .solution-section .solution-list-card .solution-list-item {
  padding: 16px;
  background: #FAFAFA;
  border-radius: 6px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  cursor: pointer;
	height: 240px;
    width: 280px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.gpi-main-wrapper .solution-section .solution-list-card .solution-list-item h3 {
  font-size: 60px;
  font-weight: 700;
  color: #D8D8D8;
  -webkit-text-stroke: 1px #D8D8D8;
	
}
.gpi-main-wrapper .solution-section .solution-list-card .solution-list-item.is-active {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.gpi-main-wrapper .solution-section .solution-list-card .solution-list-item.is-active h3,
.gpi-main-wrapper .solution-section .solution-list-card .solution-list-item.is-active h6 {
  color: var(--color-white);
}
	
	.gpi-main-wrapper .solution-section .solution-list-card .solution-list-item.is-active h3{
		-webkit-text-stroke: 0px #fff;
	}	
	
.gpi-main-wrapper .solution-section .solution-card-details {
  display: none;
	padding-left: 50px;
}
.gpi-main-wrapper .solution-section .solution-card-details.is-active {
  display: block;
}

.gpi-main-wrapper .solution-section .row{align-items: center;}
	
.gpi-main-wrapper .customer-section {
  background-color: #FAFAFA;
}
.gpi-main-wrapper .customer-section .customer-feedback-card {
  text-align: center;
  padding: 30px;
  background: var(--color-white);
  border-radius: 8px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; border: 1.2px dashed #CECDCB;
}
	
.gpi-main-wrapper .customer-section .customer-feedback-card  h4 {border-top: 1.2px dashed #ddd;
    padding-top: 24px; margin: 0; font-size: 17px; font-weight: 400;}
.gpi-main-wrapper .customer-section .customer-feedback-card:hover {
  background: #001A89;
}
.gpi-main-wrapper .customer-section .customer-feedback-card:hover p,
.gpi-main-wrapper .customer-section .customer-feedback-card:hover h4 {
  color: var(--color-white);
}
	
	
.gpi-main-wrapper .customer-section .customer-feedback-card .rating-star {
  color: #fec101;
  font-family: initial;
  font-size: 30px;
  margin-bottom: 15px;
}
.gpi-main-wrapper .customer-section .customer-feedback-card p {
  margin: 16px 0 24px; font-size: 24px; font-weight: 600;
}
.gpi-main-wrapper .customer-section .warning-message {
  background-color: #FFE274;
  border: 1px solid #FFE274;
  padding: 10px 35px;
  border-radius: 8px;
  margin-top: 12px;
	    max-width: 900px;
    margin: 20px auto 0px;
}

.gpi-main-wrapper .customer-section .warning-message p{margin: 0;}
	
.gpi-main-wrapper .what-makes-section .highlights-list {
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}
.gpi-main-wrapper .what-makes-section .highlights-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; font-size: 17px;
}
.gpi-main-wrapper .what-makes-section .highlights-list li .highlights-icon {
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 6px;
  display: inline-block;
  margin-right: 12px;
  background: #FAFAFA url("images/gartner-peer-favourite-black.svg") no-repeat scroll center center;
  background-size: 250px;
}
.gpi-main-wrapper .what-makes-section .highlights-list li .highlights-icon.all-in-one {
  background-position: -13px -5px;
}
.gpi-main-wrapper .what-makes-section .highlights-list li .highlights-icon.support {
  background-position: -177px -3px;
}
.gpi-main-wrapper .what-makes-section .highlights-list li .highlights-icon.transparent {
  background-position: -95px -58px;
}
.gpi-main-wrapper .what-makes-section .highlights-list li .highlights-icon.setup {
  background-position: -92px -4px;
}
.gpi-main-wrapper .what-makes-section .highlights-list li .highlights-icon.ai-powered {
  background-position: -12px -60px;
}
.gpi-main-wrapper .what-makes-section .highlights-list li .highlights-icon.affordable {
  background-position: -178px -58px;
}
.gpi-main-wrapper .cta-section {
  background: url("https://www.manageengine.com/latam/applications_manager/images/gpi-bg-pattern-left.svg") repeat scroll left top, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#B6D4FF));
  background: url("https://www.manageengine.com/latam/applications_manager/images/gpi-bg-pattern-left.svg") repeat scroll left top, linear-gradient(0deg, #fff, #B6D4FF);
}
.gpi-main-wrapper .cta-section .btn {
  min-width: 164px;
  text-align: center;
}
.gpi-main-wrapper .cta-section .btn:first-child {
  margin-right: 12px;
}

	.cta-section h2{margin-bottom: 40px;}
	.cta-section  .btn.btn-primary{background: #E80E19; color: var(--color-white)}
	.cta-section  .btn.btn-secondary{background: #ffffff; color: var(--color-black); border: 1px solid #DFDFDF;}
	
	
/*------- Awards & honors ----------*/	
	
	
.recognized-image-section {
    display: flex;
    align-items: center;
    justify-content: center;
}	
	
.recognized-image-section img{max-width: 100%}
	
	
/*=========== Growing customer feedback css =============*/
	
.customer-feedback-wrapper {
    background: #001A89;
    padding: 60px 70px 80px;
    border-radius: 12px;
}
	
	
.customer-feedback-wrapper .customer-feedback-flex {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
}
	
	
.customer-feedback-wrapper .customer-feedback-flex .customer-feedback-card{
       background: #fff;
    border-radius: 12px;
    padding: 25px 32px;
    flex: 1;
    text-align: center; max-width: 240px;
}

.customer-feedback-wrapper .customer-feedback-flex .customer-feedback-card h4{text-align: center; line-height: normal; margin: 0 0 16px;}	
.customer-feedback-wrapper .customer-feedback-flex .customer-feedback-card h5{margin: 0; font-size: 20px; font-weight: normal;}	
	    .customer-feedback-flex .customer-feedback-card .ratig-star {    margin-bottom: 10px;}
	
	
	
.customer-feedback-wrapper h2{color: #fff; margin: 0px 0px 40px;}
.pl-0{padding-left: 0px !important;}
	

/*=========== Growing customer feedback css =============*/
	
	
	
/*----- End css -------------*/	
	
.notes-cover{
    padding: 20px;
    text-align: left;
    line-height: 28px;
    font-size: 13px;
    background: #E8F1FA;
    margin: 45px 15px 20px;
    position: relative;

    border-radius: 4px;
	}	
	
/*
	.notes-cover:before {
    content: " ";
    background: url(https://www.manageengine.com/latam/applications_manager/images/out-box-bg.png) no-repeat;
    position: absolute;
    top: -42px;
    left: -62px;
    width: 310px;
    height: 200px;
    z-index: -1;
}
*/
/*
	.notes-cover:after {
        content: " ";
    background: url(https://www.manageengine.com/latam/applications_manager/images/out-box-bg.png) no-repeat;
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 120px;
    height: 200px;
    z-index: -1;
}	
	
*/

.note span {
	font-weight: 600;
	font-style: normal;
}	

.pt0{padding-top:0px !important;}
	
	
/*----- media query -------*/
	
	@media only screen and (max-width: 1200px) {
			.gpi-main-wrapper .solution-section .solution-list-card .solution-list-item{width:100%;}
		
	}
	
	@media only screen and (max-width: 991.98px) {
	  .gpi-main-wrapper .banner-section {
		min-height: 400px;
	  }
	  .gpi-main-wrapper .sec-header .sec-title-break {
		display: inline;
	  }
	  .gpi-main-wrapper .solution-section .solution-list-card {
		display: none;
	  }
	  .gpi-main-wrapper .solution-section .solution-card-details {
		display: block;
		margin-bottom: 32px; padding-left: 0;
	  }
	
	#AwardsHonors-sec ul {    grid-template-columns: repeat(2, minmax(0, 1fr));}
	
	.customer-feedback-wrapper .customer-feedback-flex{display: block;}
	.customer-feedback-wrapper .customer-feedback-flex .customer-feedback-card{max-width: 100%; margin-bottom: 24px;}
	.customer-feedback-wrapper .customer-feedback-flex .customer-feedback-card:last-child{margin-bottom: 0px;}

	
}
	
.gpi-main-wrapper .highlights-card li{    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyIDExLjA3OTlWMTEuOTk5OUMyMS45OTg4IDE0LjE1NjMgMjEuMzAwNSAxNi4yNTQ1IDIwLjAwOTMgMTcuOTgxN0MxOC43MTgyIDE5LjcwODggMTYuOTAzMyAyMC45NzIzIDE0LjgzNTQgMjEuNTgzOEMxMi43Njc0IDIyLjE5NTIgMTAuNTU3MyAyMi4xMjE4IDguNTM0NDcgMjEuMzc0NEM2LjUxMTY4IDIwLjYyNzEgNC43ODQ2NSAxOS4yNDYgMy42MTA5NiAxNy40MzY5QzIuNDM3MjcgMTUuNjI3OSAxLjg3OTc5IDEzLjQ4NzkgMi4wMjE2OCAxMS4zMzYyQzIuMTYzNTYgOS4xODQ0MyAyLjk5NzIxIDcuMTM2MTkgNC4zOTgyOCA1LjQ5Njk0QzUuNzk5MzUgMy44NTc2OCA3LjY5Mjc5IDIuNzE1MjUgOS43OTYxOSAyLjI0MDAxQzExLjg5OTYgMS43NjQ3NyAxNC4xMDAzIDEuOTgyMiAxNi4wNyAyLjg1OTg2IiBzdHJva2U9IiM1NDc5RjciIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0yMiA0TDEyIDE0LjAxTDkgMTEuMDEiIHN0cm9rZT0iIzU0NzlGNyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 32px;
    margin-bottom: 8px;}	
	
	
@media only screen and (max-width: 767.98px) {
  .gpi-main-wrapper .sec-padding-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .gpi-main-wrapper .sec-padding-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .gpi-main-wrapper .sec-padding-40 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .gpi-main-wrapper .highlights-card {
    margin-top: 32px;
  }
	
	#AwardsHonors-sec ul {    grid-template-columns: repeat(1, minmax(0, 1fr));}
	
	
}
@media only screen and (max-width: 767.98px) {
  .gpi-main-wrapper .banner-section {
   text-align: center;
  }
  .gpi-main-wrapper h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .gpi-main-wrapper h4 {
    font-size: 20px;
    line-height: 32px;
  }
	.banner-rating-div-wrapper{margin-top: 40px}
	.banner-rating-div-wrapper .banner-rating-div{flex-direction: column;}
	.banner-rating-div-wrapper .rating-card{width: 100%;}
	.gpi-main-wrapper h1{text-align: center; margin-bottom: 40px;}
	
	
}
@media only screen and (max-width: 375.98px) {
  .gpi-main-wrapper .cta-section .btn {
    width: 100%;
    margin: 0 0 12px;
  }
  .gpi-main-wrapper .cta-section .btn:first-child {
    margin-right: 0;
  }
}
	
	
	
		
/*-------- Trusted section -----------*/	
	
	.slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0;
    border-radius: 4px;
    width: 100%;
}
.slider > ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
}
.slider > ul > li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
.slider .slider-content {
/*    padding: 20px;*/
}
.slider .slider-content .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.slider .slider-content .flex .client-logo {
    width: 115px;
    height: 107px;
    margin-right: 10px;
    margin-left: 10px;
    text-indent: -9999em;
    margin: 8px 10px;
    /*    background: #f1f1f1;*/
    border: 1px solid #f5f5f5;
}
.logo-area[brand="costco"] {
background-position: calc(125px * 4.03) calc(125px * 13.07);
}
.bg-gray {
    background: #F8F9FB;
}
#customers {
    display: none !important;
}
	
	
.logo-area {
    background-image: url("https://www.manageengine.com/latam/applications_manager/images/me_apm_customer_logo_sprite.png");
    background-size: 1000px 1379px;
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(0.65);
}	

    q {
        quotes: initial;
    }
    
    q::before {
        content: open-quote;
    }
     q::after {
        content: close-quote;
    }
	
.sec-title-break { display: inline-block;}
	
