.contents-heading{
	line-height: 50px;
	padding-left: 20px;
	margin-top: 15px;
	padding-top: 10px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.right-section{
   position: relative;
   top: 0;
   background:#fff;
   margin-left:0;
   padding:1em;
   padding-top: 5px;
   padding-left:0px;
   border-left:4px solid #039be5;
   margin-top:0.5em;
   width:100%;
   font-size:14px;
   line-height: 200%;

}

.display-flex{display:flex;}

.padding-left.padding-right-zero a{
	text-decoration:none;
}

.heading-text-color{color: #5F6062;}

.find-out-more-btn{
	border: 3px solid #039be5!important;
	color: #5F6062;
}

.nav-sticky {
  position: sticky;
  top: 120px;
}

.nav-main-heading {font-weight: 500;}

.nav-sub-heading a{
padding-left: 20px;
font-size: 12px;
}

.nav-sub-heading a, .nav-main-heading a {color: #5d5d5d;}

.active-nav {color : #039be5;}

.nav-sub-heading a:hover, .nav-main-heading a:hover {
    color: #039be5;
    text-decoration: none;
    font-weight: bold;
}

.numbered-list li {list-style: decimal;}

.img-wrap-custom {
  position: relative;
  float: left;
  width: 300px;
  height: 120px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 10px 60px;
}

.rev-custom{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #5F6062;
  box-shadow: 2px 0px 11px #c0c0c0;
  margin: 30px 25px;
  padding: 20px;
  background-color: #ffffff !important;
  border-bottom: 7px solid #039be5;
}

.trusted-by-top-brands-padding{
	padding: 10px 10%;
}

.trusted-by-top-brands-heading{
	line-height: 50px;
	margin-top: 10px;
	margin-bottom: 40px;
	font-family: 'Trebuchet MS', Arial, Helvetica;
}

.top-brands-padding-left{
	padding-left: 340px;
}

.nvidia-logo{
	background-image:url('/images/customers/nvidia-logo-new.png');
}

.maaco-logo{
	background-image:url('/images/customers/maaco.jpg');
}

.carstar-logo{
	background-image:url('/images/customers/carstar.png');
}

.margin-top-1{margin-top:1em;}

/*share-point-sso*/
#attributes {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#attributes td, #attributes th {
  border: 1px solid #ddd;
  padding: 8px;
}

#attributes tr:nth-child(even){background-color: #f2f2f2;}

#attributes tr:hover {background-color: #ddd;}

#attributes th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}

.font-size-24px{font-size:24px;}

.margin-top-10px{margin-top:1!important;}

/*end of share-point-sso*/

/* Windows Single Sign On And Network Single Sign On */

.tb-mg{margin-left:-100px}

.mg-lt-pd{margin-left:12px;padding:10px} /*--------margin-left-padding---------*/

.ft-sz{font-size:16px;font-weight:700;} /*--------font-size-16---------*/

.ft-sz-tw{font-size:20px}

.margin-top-1{margin-top:1em}

.mg-lt-tr{margin-left:3%} /*--------margin-left-3---------*/

.mg-lt-fv{margin-left:5%} /*----------margin-left-5------*/

.mg-lt-sv{margin-left:7%} /*-----------margin-left-7--------*/

.mg-lt-ft{margin-left:15%}/*-----------margin-left-15--------*/

.margin-right-20{margin-right:20px}

.padding-top-19{padding-top:19px}

.csr-ptr{cursor:pointer;}/*-----------cursor-pointer--------*/

/* End of Windows Single Sign On and Network Single Sign On */

/* SAML IdP */

.saml-idp-heading-style{font-size:22px;font-weight:700;margin-top:0px;}

/* End of SAML IdP*/

/* Zendesk jwt sso and desktop jwt sso */

.jwt-sso-code-style{display:inline!important;margin-right:0px;}

/* End Zendesk jwt sso and desktop jwt sso */

/* Using adfs for windows sso */

.adfs-windows-sso-ul{margin-bottom:-10px;margin-top:30px;margin-left:-3%;}

/* End of Using adfs for windows sso */

/* Credential Provider for windows sso */

.padding-all{padding: 10px;} /*-----padding-10px----*/

/* End of Credential Provider for windows sso */

@media screen and (max-width:800px){

.tb-mg{margin-left: 0px;}

.trusted-by-top-brands-padding{padding: 0px;}

.top-brands-padding-left{padding-left: 0px;}

.rev-custom{margin:10px;}	

.right-section{display: none;}

.img-wrap-custom {margin: 0em!important;}
  
.plan{display:none;}

i{word-break: break-all;}
}
 .listed-usecase-1{
  background-color: #fff;
    box-shadow: 0 1px 5px 0px #b3b5a6;
    border-color: #fff;
    border-radius: 5px;
    padding: 3rem;
    transition: top ease 0.5s;
    top: 0;
    position: relative;
  height:300px; 
  width:350px;
  float: left;
  margin-left:0px!important;
}

.listed-usecase-2{
  background-color: #fff;
    box-shadow: 0 1px 5px 0px #b3b5a6;
    border-color: #fff;
    border-radius: 5px;
    padding: 3rem;
    transition: top ease 0.5s;
    top: 0;
    text-align: center;
    position: relative;
  height:300px; 
  width:350px;
  float: left;
  margin-left: 40px;
}

.listed-usecase-1:hover{
   box-shadow:0 2px 6px 1px #a99e9e;
   top:-10px;
}
.listed-usecase-2:hover{
   box-shadow:0 2px 6px 1px #a99e9e;
   top:-10px;
}


@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}


.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.learn-more-btn{  
    padding: 0.8em;
    background: #fff;
    opacity: 0.9;
    border:2px solid #049c8e;
    color:#06a29b;
}
.learn-more-btn:hover{
  opacity:5;
  background-color:#14b5c5;
  transition: all .2s ease-in-out;
  color:#fff;
  border:2px solid #fff;

}


.mo_align_row{
  border: 1px solid #D3D3D3;
  padding: 10px;
  text-align: center;
  word-break: break-all;
}



.comparison-table-header{
  border:2px solid white;
  vertical-align: top;
   color:#ffffff;
    width: 350px;
    background-color:#0085ba;
    text-align: center;
  }

@media screen and (max-width: 800px){
  .listed-usecase-1,.listed-usecase-2{
    margin-left: 0px;
  }
}

.cross{
  color: rgb(255,0,0);
  font-size: 25px;
}

.no-shadow {box-shadow: none;}
