/*
Description: CSS for home page
Author: Varun Sharma
Template: Removed Solve from header
Version: 2.21

Changes: Gartner section changes 
*/

:root {
    --border-col-1:#f3f3f3;
    --border-col-2:#eeeeee;
    --border-col-3:#dbdbdb;
    --eg-grey-bg-1:#fdfdfd;
    --eg-grey-bg-2:#f9f9f9;
    --eg-grey-text-1:#919191;
    --eg-yellow-1:#FEF60A;
    --eg-yellow-2:#ffd818;
    --eg-aqua:#007FAD;
    --eg-aqua-2:#8de8f1;
}
body.page-template {
    background-image: unset!important;
    background: white;
    margin: 0px;
}
.container {
    max-width: 77rem!important;
    margin: 0 auto;
    width: 100%!important;
}
div, span, p {
    font-family: "Helvetica Neue LT Pro", "Open Sans";
}
main#main > p, p {
   margin: 0;
}
main#main {
    margin-top: 74px!important;
}
#site-header-inner {
    padding: 0!important;
}
.section {
    padding: 55px 0;
}
img {
    max-width: 100%;
}
body.logged-in {
   margin-top: -33px;
}
body.home #menu-item-9592 .menu-link {
    width: 107px;
}
@-moz-document url-prefix() {
	  /* Increasing width in Firefox to Contact button going taking two lines */
    body.home #menu-item-9592 .menu-link {
        width: 145px;
   }
}
div#ai-agent-banner {
    margin-top: 145px;
}
#p-header {
   display: flex;
   position: relative;
   height: 50vw;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-hidden span {
  transition: transform 1s linear;
  animation-name: egTextUp;
  animation-delay: 1.6s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.overflow-hidden span.btn-span {
  animation-name: egButtonUp;
}
#h1-con {
    margin-top: 9vw;
    margin-top: 112px;
    z-index: 99;
}
h1 {
   font-size: 4vw;
   line-height: 1.2em;
   margin: 38px 0;
   z-index: 99;
   position: relative;
   font-weight: 100;
}
h1 strong {
  font-weight: bold;
}
div#h1-div {
    width: 100%;
}
h2 {
   margin-top: 0px;
   font-size: 41px;
}
.h2-con, div#products-p {
   text-align: center;
}
h5 {
   font-size: 1.5rem;
   margin-top: 33px;
   margin-bottom: 12px;
}
h6 {
   font-size: 22px;
}
h1, h2 {
    font-weight: 500;
}
body p {
    font-size: 20px!important;
    line-height: 28px;
}
.light {
    font-weight: lighter;
}
.v-align {
    margin: auto 0;
}
#trp-floater-ls.trp-top-right {
  display: none!important;
}
a.eg-btn {
    background-color: white;
    border: 0.0625rem solid #B91D8F;
    text-align: center;
    border-radius: 3.75rem;
    min-width: 4.25rem;
    padding: 1.025rem 1.475rem;
    font-size: 1.03rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: black;
    display: inline-block;
}
a.eg-btn:hover {
    cursor: pointer;
    background: #B91D8F;
    color: white;
    border: 0.0625rem solid #B91D8F;
}
img.full-width {
    width: 100%;
}
#h1-con .tooltip-content {
    top: -7%;
    left: 32%;
    width: 393px;
    height: 400px;
    border-radius: 15px;
    font-size: 22px;
    line-height: 30px;
    padding: 40px;
    transition-duration: 0.4s;
    display: block;
    opacity: 0;
    display: none;
}
#h1-con .tooltip-con:hover .tooltip-content {
    opacity: 1;
    display: block;
}
#h1-con .tooltip-content::after {
    display: none;
}
#h1-tooltip-btns-con {
    margin-top: 20px;
    display: block;
    width: 220px;
}
#h1-con .tooltip-content a {
    width: 76%;
}
#p-header #h-img-con br {
    display: none;
}
h3#h-tagline {
    font-size: 24px;
    line-height: 34px;
    color: var(--eg-purple-1);
    margin-top: 14px;
}
div#header-btn-con a.eg-btn {
    border: 1px solid #B91D8F;
}
div#header-btn-con {
    display: inline-block;
    text-align: center;
}
div#header-btn-con p {
    font-size: 14px !important;
    margin-top: 4px;
    color: #333;
}
div#h-cust-links-con {
    margin-left: 6px;
    margin-top: 14px;
}
#h-cust-links-con a {
    font-size: 1.03rem;
    font-weight: 400;
    margin-top: 4px !important;
    display: inline-block;
}
#h-cust-links-con .h-cust-second-line {
    margin: 0px;
}
#h-cust-links-con span, #f-cust-links-con span {
    margin: 0 10px;
    color: #666;
}
div#feature-con .animate .feature {
    transition: transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-name: egHeaderRevealLeft;
    transform-origin: left;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    height: 100%;
}
div#feature-con > div {
    padding-right: 16px;
}
.feature {
    background-color: #FAF9F8;
    box-shadow: 0px 3px 6px #00000029;
    padding: 17px 20px;
    display: flex;
    align-items: center;
    margin: 15px 0;
    max-width: 100%;
    border-radius: 7px;
}
.feature:hover {
    box-shadow: 0px 3px 5px 2px #00000029;
}
.feature img {
    width: 35px;
    margin-right: 20px;
}
.feature p {
    font-weight: lighter;
    font-size: 18px!important;
    line-height: 25px;
}
.feature.feat1 {
    margin-top: 0;
    animation-delay: 0.6s;
}
.feature.feat2 {
    animation-delay: 1.0s;
}
.feature.feat3 {
    animation-delay: 1.4s;
}
.feature.feat4 {
    animation-delay: 1.8s;
}
.feature.feat5 {
    animation-delay: 2.2s;
}
#products-list h2 {
    margin-bottom: 16px;
}
div#products-list .p-card {
    padding: 25px 38px;
    border-radius: 15px;
    height: 87%;
}
div#products-list .eg-1f3:nth-child(1) .p-card {
    background-color: var(--eg-purple-bg-1);
}
div#products-list .eg-1f3:nth-child(2) .p-card {
    background-color: #EFECFF;
}
div#products-list .eg-1f3:nth-child(3) .p-card {
    background-color: #E6F6F8;
}
div#products-list h4 {
    font-size: 25px;
    line-height: 33px;
    margin-top: 0px;
    margin-bottom: 7px;
}
div#products-list p.prod-info {
    font-size: 18px !important;
    line-height: 26px;
    color: black;
    font-weight: 400;
    margin-bottom: 20px;
}
div#products-list a.eg-btn {
    margin-bottom: 15px;
}
div#products-list div#products-p p, #gart-multi-quotes #gart-p p {
    margin-bottom: 45px;
    text-align: center;
    font-size: 19px !important;
    line-height: 28px;
}
.p-card.composer {
   background-color: #E9F6FF;
   margin-bottom: 40px;
}
span.new-tag-con {
  vertical-align: 2px;
}
span.new-tag {
    background: var(--eg-purple-1);
    color: white;
    font-size: 12px;
    font-weight: 400;
    padding: 3px 5px;
    border-radius: 4px;
    letter-spacing: 1px;
}
p.read-more {
    font-weight: 100;
    color: black;
    font-size: 16px !important;
    margin-top: 19px;
}
p.read-more:hover, p.read-more:hover svg {
   color: var(--eg-purple-1);
}
span.read-more-svg {
    transition: 0.3s ease-in-out;
    display: inline-block;
    height: 16px;
}
span.read-more-svg svg {
    stroke-width: 1;
    margin-bottom: -7px;
    transition-duration: 0s;
}
.read-more-svg:after {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-right icon size-xs str-width-md"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>');
    position: absolute;
}
p.read-more:hover .read-more-svg {
    transform: translateX(6px);
}
div#gart-multi-quotes h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 10px;
}
div#gart-multi-quotes img.gart-logo {
    width: 162px;
    margin-top: 20px;
}
div#gart-multi-quotes .g-card {
    border-radius: 15px;
    position: relative;
}
.g-card p {
    margin-bottom: 9px;
}
div#gart-multi-quotes .eg-col-1 .g-card {
    background-color: #EFECFF;
    padding: 40px 36px 20px 36px;
}
div#gart-multi-quotes .eg-col-2 .g-card {
    background-color: var(--eg-purple-bg-1);
    padding: 40px 60px 20px 60px;
}
div#home-slider-con.section {
    padding: 55px 0 37px 0;
}
#ai-agent-announce img {
    border-radius: 15px;
    width: 100%;
}
#km-dum-img, .gart-img-con {
  position: relative;
  height: 100%;
}
.cus-logo-con {
    position: relative;
}
.cus-logo-con > a > div {
    position: relative;
}
body.pojo-a11y-focusable .cus-logo-con > a:focus {
    display: block;
}
.logo-con {
    background: #fef6fe;
    padding: 6% 20%;
    height: 90px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    border-radius: 15px;
}
.logo-con > div {
    text-align: center;
    width: 100%;
}
.logo-con img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
.btn-con-sbs {
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.eg-stars {
    display: inline-block;
}
.eg-stars .star {
  width: 30px;
  height: 33px;
  display: inline-block;
  background-image: url("https://hd.egain.com/images/homepage/star_yellow_v2.svg");
}
#gart-quote > div.section {
    background: #FEF0FD;
    border-radius: 20px;
}
div#gart-reviews .eg-cols {
    background: #F0FCFC;
    background-image: url("../jpg/image-bg-gartn-per-insgt.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px;
    border-radius: 20px;
}
#avg-rating {
    font-size: 80px;
    font-weight: 100;
    color: black;
}
.review-text {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin: 20px 0;
    color: black;
}
.reviewer-con {
    color: black;
}
#automate-cs img {
    border-radius: 15px;
}
#km-dum, #gart-guide {
    background: #FEF7E4;
    padding: 30px;
    border-radius: 15px;
}
#km-dum .text, #gart-guide .text {
    margin: auto 0;
}
#km-dum-gartner a.eg-btn {
    margin-top: 20px;
}
p.edition-info, p.gart-tagline {
    margin-bottom: 15px;
}
#km-dum h2, #gart-guide h2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
}
.book {
    height: 229px;
    width: 148.5px;
}
div#f-cust-links-con {
    text-align: center;
    margin-top: 24px;
}
div#f-cust-links-con a {
    font-size: 1.03rem;
    font-weight: 400;
}
span.tooltip-con > br {
    display: none;
}
.tooltip-con {
  position: relative;
  display: inline-block;
  cursor: help;
  color: var(--eg-purple-1);
}
.tooltip-content {
  display: none;
  width: 276px;
  color: black;
  background-color: var(--eg-purple-bg-1);
  border: 2px solid white;
  text-align: left;
  border-radius: 10px;
  padding: 24px;
  position: absolute;
  z-index: 99;
  bottom: 103%;
  left: 50%;
  margin-left: -125px;
  font-size: 16px;
  line-height: 23px;
}
.tooltip-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--eg-purple-bg-1) transparent transparent transparent;
}
.tooltip-con:hover .tooltip-content {
  display: block;
}
.tooltip-content a {
    margin-top: 10px;
    display: inline-block;
}
body.pojo-a11y-focusable #prod-feed a:focus {
    display: inline-block;
}
div#cookie-consent-btn {
    padding-top: 3px;
}
div#footer-widgets .footer-box .widget-title {
    margin-top: 25px;
    margin-bottom: 24px!important;
}
#footer-widgets #custom_html-3 li a {
    padding: 3px 0;
}
footer#footer {
    margin-top: 0px !important;
}
@keyframes egTextUp {
 0% {
    transform: translateY(100%);
 }
 100% {
    transform: translateY(-6%);
 }
}
@keyframes egButtonUp {
 0% {
    transform: translateY(140%);
 }
 100% {
    transform: translateY(0%);
 }
}
@keyframes egHeaderRevealLeft {
  0% {
    transform: translateX(-104%);
    opacity: 0%;
  }
  60% {
    opacity: 60%;
  }
  100% {
    transform: translateX(1%);
    opacity: 95%;
  }
}
@keyframes egHeaderHideLeft {
  0% {
    transform: translateX(1%);
    opacity: 95%;
  }
  60% {
    opacity: 40%;
  }
  100% {
    transform: translateX(-104%);
    opacity: 0%;
  }
}
@keyframes egHideMainHeaderImg {
   0% {
    opacity: 100%;
  }
  40% {
    opacity: 30%;
  }
  80% {
    opacity: 5%;
  }
  100% {
    opacity: 0%;
  }
}
@keyframes egHideFeaturesCon {
   0% {
     display: block;
   }
   100% {
     display: none;
     width: 0px;
     height: 0px;
   }
}
@keyframes egShowCardCon {
   1% {
     width: 35%;
     height: 100%;
   }
   100% {
     width: 35%;
     height: 100%;
   }
}
@media screen and (min-width: 1600px) {
  .container {
      max-width: 84rem!important;
  }
}
@media screen and (min-width: 959px) {
  #p-header {
    height: 696px;
  }
  .eg-cols {
    display: flex;
  }
  .eg-cols .cus-logo-con {
    width: 24%;
  }
  .eg-cols .eg-1f3 {
    width: 33.33%;
  }
  .eg-cols .eg-1f3:nth-child(1) {
    padding-right: 3%;
  }
  .eg-cols .eg-1f3:nth-child(2) {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
  .eg-cols .eg-1f3:nth-child(3) {
    padding-left: 3%;
  }
  .eg-cols .eg-2f8 {
    width: 25%;
  }
  .eg-cols .eg-3f8 {
    width: 36.5%;
  }
  .eg-cols .eg-4f8,  .eg-cols .eg-1f2 {
    width: 50%;
  }
  .eg-cols .eg-5f8 {
    width: 63.5%;
  }
  .eg-cols .eg-6f8 {
    width: 75%;
  }
  div#header-btn-con {
    margin-top: 20px;
  }
  div#feature-con {
    margin-top: 142px;
  }
 .feat2-con, .feat4-con {
     margin-left: 65px;
  }
  .feat3-con {
     margin-left: -50px;
  }
    .feature {
        width: 336px;
    }
    .feat2, .feat4 {
       width: 308px;
    }
  #header-con {
    display: flex;
  }
  h1 {
     font-size: 60px;
     line-height: 69px;
     margin: 13px 0;
  }
  #h1-con {
     width: 32%;
  }
  img.h-img {
      position: absolute;
      top: 52px;
      left: 29%;
      width: 580px;
  }
  div#h-img-con {
      width: 33%;
  }
  div#products-p p {
        width: 100%;
        display: inline-block;
  }
  div#gart-multi-quotes .g-card {
        min-height: 246px;
  }
  #products-list .eg-cols .eg-1f3:nth-child(1) {
       padding-right: 2%;
  }
  #products-list .eg-cols .eg-1f3:nth-child(2) {
       padding-left: 1%;
       padding-right: 1%;
  }
  #products-list .eg-cols .eg-1f3:nth-child(3) {
       padding-left: 2%;
  }
  div#products-list .eg-1f3:nth-child(1) .eg-btn {
        min-width: 295px;
        max-width: 85%;
  }
  div#products-list .eg-1f3:nth-child(2) .eg-btn {
        min-width: 138px;
        max-width: 85%;
  }
  div#products-list .eg-1f3:nth-child(3) .eg-btn {
        min-width: 93px;
  }
  div#products-list a.eg-btn {
      padding: 1.025rem 1.475rem;
      font-size: 0.9rem;
  }
  .relative {
       position: relative;
   }
  img#composer-piano {
      position: absolute;
      bottom: -25px;
      left: 58px;
      width: 508px;
  }
  div#gart-multi-quotes .eg-col-1 {
        width: 23.7%;
  }
  div#gart-multi-quotes .eg-col-2 {
        width: 75%;
        padding-left: 2%;
  }
  .g-col-2::before {
       content: "";
       position: absolute;
       left: 50%;
       top: 15%;
       height: 61%;
       width: 2px;
       background-color: #bbb;
  }
  #km-dum-gartner img {
    position: absolute;
    width: 114%;
    left: -16%;
    max-width: unset;
  }
  .logo-rows {
    margin-top: 2%;
  }
  .logo-rows .cus-logo-con:nth-child(2) {
    padding-left: 2%;
    padding-right: 1%;
  }
  .logo-rows .cus-logo-con:nth-child(3) {
    padding-left: 1%;
    padding-right: 2%;
  }
  .btn-con-sbs p {
    margin-left: 10px;
    font-size: 14px !important;
    color: #333;
  }
    #gart-quote h2, div#products-p p {
        width: 95%;
        display: inline-block;
    }
    #gart-quote .eg-cols {
        padding: 36px 0;
    }
    #gart-quote .bor-left {
        border-left: 1px solid #aaa;
    }
    .gart-says-con {
        width: 288px;
        text-align: right;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }
    #gart-quote p {
        font-size: 23px !important;
        line-height: 34px;
    }
    .ml-1_5 {
        margin-left: 1.5%;
    }
    .mr-1_5 {
        margin-right: 1.5%;
    }
    .pl-4 {
        padding-left: 4%;
    }
    .pr-4 {
        padding-right: 4%;
    }
    .pl-8 {
        padding-left: 8%;
    }
    .pr-8 {
        padding-right: 8%;
    }
}
@media screen and (min-width: 1200px) {
   #products-list .eg-cols > div > a > div {
       height: 251px;
   }
   #products-list p.prod-info {
       height: 60px;
   }
}
@media screen and (max-width: 1200px) and (min-width: 959px) {
   div#products-list a.eg-btn {
        min-width: unset !important;
   }
}
@media screen and (min-width: 1800px) {
  h1 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1900px) {
  h1 {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 2000px) {
  h1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 1780px) and (min-width: 959px) {
   #p-header {
       height: 621px;
   }
   #h1-con {
        width: 70%;
    }
    h1 {
        font-size: 50px;
   }
   img.h-img {
       left: 31%;
       width: 525px;
   }
   div#feature-con {
      margin-top: 114px;
   }
  .feature {
      margin: 10px 0;
  }
}
@media screen and (max-width: 1600px) and (min-width: 959px) {
    #h1-con {
        width: 70%;
        margin-top: 125px;
    }
    div#feature-con {
       margin-top: 127px;
    }
    #products-list p.prod-info {
        height: 74px!important;
    }
    div#gart-multi-quotes .g-card {
        min-height: 252px;
    }
}
@media screen and (max-width: 1448px) and (min-width: 959px) {
    #p-header {
        height: 591px;
    }
    h1 {
        width: auto;
    }
   img.h-img {
       left: 30%;
       width: 520px;
   }
    div#feature-con {
        margin-top: 131px;
    }
    #km-dum h2, #gart-guide h2 {
        font-size: 26px;
        line-height: 32px;
    }
    p.edition-info, p.gart-tagline {
        font-size: 17px !important;
        line-height: 24px;
    }
}
@media screen and (max-width: 1255px) {
  .container {
    max-width: 90%!important;
  }
}
@media screen and (max-width: 1298px) and (min-width: 959px) {
    #p-header {
        height: 600px;
    }
   div#feature-con {
      margin-top: 10vw;
   }
   #h1-con {
      width: 65%;
      margin-top: 12vw;
   }
}
@media screen and (max-width: 1100px) {
   div#gart-reviews .eg-cols {
     display: block;
   }
   div#gart-reviews .eg-cols > div {
     width: 100%;
     margin-top: 50px;
   }
   #gart-reviews img {
     width: 274px;
   }
}
@media screen and (max-width: 959px) {
  main#main {
    margin-top: 50px!important;
  }
  a.eg-btn {
    padding: 1.125rem 1.375rem 0.925rem 1.375rem;
    font-size: 0.9375rem;
    line-height: 1.2rem;
  }
  #p-header {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  h1 {
    font-size: 8.8vw;
    margin: 25px 0;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .mt-mob-30px {
      margin-top: 30px;
  }
  .mt-mob-50px {
      margin-top: 50px;
  }
  .section {
    padding: 35px 0;
  }
  #p-header #h1-con {
    order: 1;
    margin: 3vw 5vw;
    margin-top: 45px;
  }
  #h1-con .tooltip-content {
    width: 100%;
    max-width: 393px;
    padding: 26px;
    font-size: 17px;
    line-height: 26px;
    left: 38%;
  }
  #p-header #h-img-con {
    position: relative;
    height: 74vw;
  }
  #p-header #h-img-con {
    order: 2;
  }
  #p-header img.h-img {
    position: absolute;
  }
  #p-header #feature-con {
    order: 3;
    margin-top: 60px;
  }
  div#products-list .p-card {
      padding: 25px 25px;
  }
  div#products-list .eg-1f3:nth-child(1) .eg-btn {
        min-width: 227px;
        max-width: 85%;
  }
  div#products-list .eg-1f3:nth-child(2) .eg-btn {
        min-width: 138px;
        max-width: 85%;
  }
  div#products-list .eg-1f3:nth-child(3) .eg-btn {
        min-width: 74px;
  }
  div#products-list div#products-p p, #gart-multi-quotes #gart-p p {
        font-size: 20px !important;
        line-height: 28px;
  }
  img#composer-piano {
      margin-bottom: -28px;
  }
  div#gart-multi-quotes h4 {
     font-size: 21px;
     line-height: 29px;
  }
  div#gart-multi-quotes .eg-col-1 .g-card {
        padding: 30px 25px 30px 25px;
  }
  div#gart-multi-quotes .eg-col-2 .g-card {
        padding: 30px 25px 30px 25px;
        margin-top: 20px;
  }
  div#gart-multi-quotes .eg-col-2 .g-col-2 {
        margin-top: 45px;
  }
  .buttons-cols.eg-cols {
        display: flex;
  }
  .buttons-cols.eg-cols .eg-1f2 {
        width: 50%;
  }
  .buttons-cols.eg-cols .pl-4 {
        padding-left: 4%;
  }
  .buttons-cols.eg-cols .pr-4 {
        padding-right: 4%;
  }
  .eg-cols .eg-1f3:nth-child(2) {
    padding-top: 50px;
  }
  .eg-cols .eg-1f3:nth-child(3) {
    padding-top: 50px;
  }
  .feature {
     margin: 10px 0;
  }
  div#header-btn-con a.eg-btn {
     margin-top: 18px;
  }
  .mobile-hide {
    display: none!important;
  }
  .mobile-show {
    display: block!important;
  }
  .prod-img-con {
    width: 100%;
    max-width: 360px;
  }
  .prod-img-con .img-con {
    transform: translateX(0px)!important;
    animation-name: unset!important;
  }
  #cus-logos .eg-cols {
    display: flex;
    flex-wrap: wrap;
  }
  .cus-logo-con {
    width: 48%;
    display: inline-block;
  }
  .logo-rows .cus-logo-con:nth-child(even) {
    margin-left: 2%;
  }
  .logo-con {
    margin-top: 4%;
  }
  .logo-con img {
    display: block;
    margin: auto;
  }
  .btn-con-sbs p {
    font-size: 14px !important;
    color: #333;
  }
  #gart-quote .eg-cols {
     padding: 36px;
  }
  #gart-quote .eg-1f2 {
       padding: 5% 8%;
  }
  #gart-quote p {
      font-size: 21px !important;
      line-height: 29px;
  }
  img.g-logo {
    width: 300px;
  }
  .review-text {
     font-size: 24px;
     line-height: 34px;
  }
  div#gart-guide {
    margin-top: 30px;
  }
  .footer-box.span_1_of_4.col.col-1 {
    margin-top: 35px!important;
  }
  footer#footer #footer-widgets .footer-box {
    padding: 0px!important;
    display: block;
    width: 100%!important;
  }
  #footer-widgets .bGftr-Wgtclr {
    text-align: left!important;
  }
  .oceanwp-social-icons {
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .footer-box.span_1_of_3 {
    width: 100%!important;
  }
}
@media screen and (max-width: 555px) {
  h1 {
    font-size: 10.8vw;
    line-height: 11.9vw;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .logo-con {
    height: 58px;
  }
}
@media screen and (min-width: 600px) {
   #h-cust-links-con .h-cust-pipe {
       display: none;
  }
  #h-cust-links-con .h-cust-second-line {
       margin-top: 10px;
       display: inline-block;
  }
  div#ai-agent-announce {
      padding-bottom: 0;
  }
  div#kcs-slide-con a#announce {
     position: absolute;
     width: 18%;
     height: 18%;
     display: block;
     top: 61%;
     left: 11%;
  }
}
@media screen and (max-width: 600px) {
   h3#h-tagline {
       font-size: 17px;
       line-height: 20px;
       margin-top: 5px;
       margin-bottom: 0px;
   }
   #h-cust-links-con a {
     font-size: 0.8rem;
   }
   #h-cust-links-con a, #f-cust-links-con a {
       margin-top: 11px !important;
       display: inline-block;
   }
   #h-cust-links-con > br {
      display: none;
   }
   #h-cust-links-con span, #f-cust-links-con span {
      margin: 0 6px;
   }
   .low-width-hide {
        display: none;
   }
   .low-width-show {
        display: block!important;
   }
   div#kcs-slide-con a#announce {
     position: absolute;
     width: 49%;
     height: 10%;
     display: block;
     top: 39%;
     left: 11%;
   }
}
@media print {
 #site-navigation-wrap {
    display: none;
 }
 a[href]::after {
    display: none;
 }
 #site-header, header#site-header {
    position: relative!important;
 }
 .no-header-border #site-header {
    padding-top: 0px;
 }
 .prod-img-con img {
    width: 165px;
 }
 .book {
    display: block;
    padding: 44px 0px;
    position: relative;
 }
 .ani-books-con {
    display: none;
 }
 .iitd-img-con {
    display: none;
 }
 .cus-logo-con {
    width: 24%;
    display: inline-block;
 }
 .prod-img-con {
    width: 200px;
    margin-top: 50px;
    height: 166px;
 }
 .col.col-2, .col.col-3, .col.col-4 {
    width: 30%;
 }
 .prod-img-con .img-con, .prod-img-con > .img-con {
     transform: translateX(0%)!important;
  }
 #scroll-top {
   display: none!important;
 }
}

/* Slider style START */
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
    transition-property: transform;
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("https://hd.egain.com/images/homepage/icon-arrow-left-01.svg");
}
.carousel-control-next-icon {
  background-image: url("https://hd.egain.com/images/homepage/icon-arow-right-01.svg");
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption), .visually-hidden:not(caption) {
  position: absolute !important;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
#home-slider .carousel-control-next a, #home-slider .carousel-control-prev a {
    cursor: pointer;
}
#home-slider img {
    border-radius: 15px;
}
div#kcs-slide-con {
   position: relative;
}
div#kcs-slide-con > br {
   display: none;
}
@media screen and (max-width: 600px) {
  .carousel-control-next, .carousel-control-prev {
     width: 11%;
  }
}
/* Slider style END */