.video-hero {
    position: relative;
    width: 100%;
    max-width: 550px;
    aspect-ratio: 16 / 9;
    margin: 0 auto 2rem;
    cursor: pointer;
    overflow: hidden;

}

.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 88px;
    height: 64px;
    background: 
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E") no-repeat center,
        hsla(0, 0%, 42%, 0.7);
    background-size: 50% 50%;
    border-radius: 12px;
    transform: translate(-50%, -50%);
}

.contents-heading {
    line-height: 50px;
    padding-left: 20px;
    margin-top: 15px;
    padding-top: 10px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.input-text {
    border: 1px solid #ccc;
    border-radius: 4px;
    display: table;
    width: 100%;
    padding: 10px;
}
.tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: 150px;
    color: white;
    font-size: 15px;
    background-color: #192733;
    border-radius: 10px;
    padding: 10px 2px 10px 18px;
}

#demo-fixedbtn .tooltip-text::after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    right: -10px;
    bottom: 20px;
    background-color: inherit;
    transform: translateX(-6px) rotate(45deg);
    pointer-events: none;
}

#quote-fixedbtns .tooltip-text::after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    right: -10px;
    bottom: 20px;
    background-color: inherit;
    transform: translateX(-6px) rotate(45deg);
    pointer-events: none;
}
#demo-fixedbtn:hover .tooltip-text {
    visibility: visible;
}
#quote-fixedbtns:hover .tooltip-text {
    visibility: visible;
}
#top-tooltip {
    top: 8px;
    right: 117%;
}
#bottom-tooltip {
    top: 18px;
    right: 117%;
}
.mo-idp-submit-success-msg {
    display: none;
    margin-top: 1.6rem;
    background: #d7ffd7;
    position: fixed;
    top: 14rem;
    left: 50%;
    color: #2f4f4f;
    transform: translate(-50%, -13%);
    padding: 1rem;
    border-radius: 5px;
}
.mo-idp-submit-error-msg {
    display: none;
    position: fixed;
    left: 50%;
    top: 14rem;
    transform: translate(-50%, -13%);
    margin-top: 1.6rem;
    background: #ffdfdf;
    color: #470000;
    padding: 1rem;
    border-radius: 5px;
}
#demo-fixedbtn {
    position: fixed;
    right: 0px;
    top: initial;
    top: 33.3rem;
    z-index: 999;
}
#quote-fixedbtns {
    position: fixed;
    right: 0px;
    top: initial;
    top: 40.1rem;
    z-index: 999;
}
.button-demo {
    background-color: #d94514;
    font-size: 73px;
    color: white;
    text-decoration: none;
    box-shadow: 5px 3px 10px 4px #9c9da7;
    border-radius: 9px 0px 0px 9px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    width: 205px;
    max-width: 0px;
    transition: max-width 0.5s;
}
.button-quote {
    background-color: #d94514;
    font-size: 73px;
    color: white;
    text-decoration: none;
    box-shadow: 5px 3px 10px 4px #9c9da7;
    border-radius: 9px 0px 0px 9px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    width: 205px;
    max-width: 0px;
    transition: max-width 0.5s;
}
.sticky-icon {
    font-size: 30px;
    color: #fff;
    padding: 0px 19px;
    display: flex;
    align-items: center;
}
.req-demo-i {
    padding: 0px 3px;
}
.demo-title {
    color: #fff;
    white-space: nowrap;
    padding-right: 15px;
    font-size: 16px;
}
.quote-title {
    color: #fff;
    white-space: nowrap;
    padding-right: 15px;
    font-size: 16px;
}
.right-section {
    position: relative;
    top: 0;
    background: #fff;
    margin-left: 0;
    padding: 1em;
    padding-top: 5px;
    padding-left: 0;
    border-left: 4px solid #039be5;
    margin-top: 0.5em;
    width: 100%;
    font-size: 14px;
    line-height: 200%;
}
.display-flex {
    display: flex;
}
.expand-opening-box {
    width: 50% !important;
    margin: 10em 28em !important;
    padding: 1em 3em;
    background: #fff;
    position: fixed;
    z-index: 1;
    text-align: left;
    border-radius: 0.5em;
    overflow-y: auto;
}
.prod-close-opening-box {
    padding-top: 0px;
    position: absolute;
    top: 0px;
    color: red;
    float: right;
    font-size: 40px;
    font-weight: 700;
    right: 1em;
    cursor: pointer;
}
.quote-form-box-query {
    width: 100%;
    height: 60px;
}
.padding-left.padding-right-zero a {
    text-decoration: none;
}
.nav-sticky {
    position: sticky;
    top: 170px;
}
.nav-main-heading {
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.nav-sub-heading {
    margin-bottom: 0.3rem;
}
.left-nav-list .nav-main-heading a {
    color: #131313;
    line-height: 1.5;
    font-size: 1.55rem;
}
.left-nav-list .nav-sub-heading a {
    color: #636363;
    line-height: 2;
    font-size: 1.4rem;
    padding-left: 20px;
}
.active-left-item {
    color: #039be5 !important;
}
.active-nav {
    color: #039be5;
}
.nav-main-heading a:hover,
.nav-sub-heading a:hover {
    color: #039be5;
    text-decoration: none;
    font-weight: 700;
}
.numbered-list li {
    list-style: decimal;
}
.margin-top-1 {
    margin-top: 1em;
}
#attributes {
    font-family: "Poppins";
    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: #fff;
}
.font-size-24px {
    font-size: 24px;
}
.margin-top-10px {
    margin-top: 1 !important;
}
.margin-top-1 {
    margin-top: 1em;
}
.mg-lt-sv {
    margin-left: 7%;
}
.csr-ptr {
    cursor: pointer;
}
.jwt-sso-code-style {
    display: inline !important;
    margin-right: 0;
}
.cross {
    color: red;
    font-size: 25px;
}
.no-shadow {
    box-shadow: none;
}
.app_icon1 {
    width: 3em;
}
.app_text1 {
    font-size: 13px;
    text-align: center;
}
.app_header {
    margin-top: 0;
    margin-bottom: 20px;
}
.margin_div {
    margin-bottom: 20px;
}
.copy-code-button {
    position: relative;
    left: 1rem;
    color: #272822;
    font-size: 0.8em;
    padding-top: 3px;
    font-size: 20px;
}
.copy-code-button:hover {
    cursor: pointer;
    background-color: #f2f2f2;
}
.copy-code-button:focus {
    background-color: #e6e6e6;
    outline: 0;
}
.copy-code-button:active {
    background-color: #d9d9d9;
}
.code-style {
    padding: 2px 5px;
    font-size: 1.5rem;
    max-width: max-content;
    display: contents;
    border-radius: 4px;
    background: #f9f2f4 !important;
}
#accordion h4.panel-title[aria-expanded="true"] span i {
    transform: rotate(180deg);
    transition: 0.4s;
}
#accordion h4.panel-title[aria-expanded="false"] span i {
    transform: rotate(0deg);
    transition: 0.4s;
}
#methods {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 75%;
}
#methods th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4caf50;
    color: white;
}
#methods td,
#methods th {
    border: 1px solid #ddd;
    padding: 8px;
}
.left-nav-section {
    border-right: 2px solid #039be5;
    padding-right: 0;
}
.d-block {
    display: block;
}
.left-section {
    border-left: none;
}
.intro-heading {
    font-size: 30px;
    font-weight: 500;
}
.listas-main {
    font-size: 20px !important;
}
.saml_heading_font {
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    font-size: 17px;
}
.guide-title,
.no-banner h1 {
    font-size: 34px !important;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.45;
}
.no-banner {
    padding-top: 150px;
    word-spacing: 0.1rem;
}
.left-nav-list {
    margin-left: -1em;
}
.left-nav-list .nav-main-heading a:hover,
.nav-sub-heading a:hover {
    font-weight: 500;
    text-decoration: underline;
    color: #0a84ae !important;
}
.directories-section {
    background: #e3f8e1d1;
    padding: 1% 5%;
    border-left: 2px solid #097054;
}
.install-help-box {
    background: #fcf8e3;
    padding: 1% 5%;
    border-left: 2px solid #8a6d3b;
}
.prerequisite-section{
    background: #cff4fcb0;
    padding: 1% 5%;
    border-left: 2px solid #31708f;
}
.no-banner p,
.no-banner ol li,
.no-banner .authen_sub_bullets li,
.no-banner .authen_bullets li {
    font-size: 1.4rem;
    font-family: "Poppins";
    letter-spacing: 0.3px;
    line-height: 2;
    color: #1b1b1b;
    word-spacing: 0.1rem;
}
.directories-section p,
.install-help-box p, .prerequisite-section p {
    font-size: 1.5rem;
    line-height: 1.7;
}
.breadcrumb-background {
    background-color: #fff !important;
    padding: 5px 0;
}
.breadcrumb li {
    font-size: 1.4rem;
    line-height: 1.7;
}
a {
    color: #0a84ae;
}
a:hover {
    color: #053b4e;
    text-decoration: none;
}
.left-section .contents-heading {
    line-height: 1em;
    margin-top: 0;
}
.left-section hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.left-section-btn {
    margin-top: 10px !important;
    margin-left: 1.5em !important;
}
.book-slot-section {
    display: flex;
    flex-direction: row;
}
.datetime-input {
    width: 40%;
}
.timezone-input {
    width: 60%;
    margin-left: 30px;
}
.integration-header-row {
    background: url("/images/integration/content-library-background.webp");
    background-size: cover;
    height: 225px;
    padding-top: 38px;
}
/* Benefits Section Dark */
.benefits-section-dark{
	background:#2C2A25;
	height:max-content;
}

.benefits-section-heading{
	font-size:30px;
	font-weight:600;
}
.text-color-white{
	color:white;
}
.text-color-white-secondary{
	color:#ACACAC;
}
.benefits-dark-card{
	padding: 25px 35px;
	border:2px solid #404040;
}

/* Benefits End */

.installation-background{
	background-image:url("/images/sso/free-installation-background.webp");
	background-color:#FFEEE9;
	border-radius:2rem;
	height:auto;
	background-repeat:no-repeat;
	background-position:right;
	background-size: contain;
}
.free-installation-content{
	padding:1rem 4rem;
}

.accordion-tabs{
	border:none!important;
	margin:2rem 0!important;
}

.accordion-heading{
	padding:2rem 2rem!important;
}

.solutions-section {
    display: flex;
    padding: 2em;
}

.solutions-card{
	background:#f9f9f9;
	border:1px solid #c3c3c3;
	border-radius:10px;
	padding: 1rem 2rem 2rem 2rem;
    margin: 3% 1%;
    box-shadow: 0 1px 5px 0 #b0b2a8;
    transition: top ease 0.5s;
    padding: 2em;
    flex: 1;
    position: relative;
}
.solutions-card:hover{
	box-shadow: 0 1px 5px 0 #c6c7c2ab;
}
.text-decoration-none{
	text-decoration:none;
	color:#333;
}

@media screen and (max-width: 992px) {
    #demo-fixedbtn {
        display: none;
    }
    #quote-fixedbtns {
        display: none;
    }
    .no-banner{
        padding-top:180px!important;
    }
    .copy-code-button {
        position: fixed;
    }
    .expand-opening-box {
        width: 90% !important;
        margin: 10em 2em !important;
        overflow-y: scroll;
        max-height: 500px;
    }
}
@media screen and (max-width: 800px) {
    .solutions-section{
        display: grid;
    }
    .tb-mg {
        margin-left: 0;
    }
    .rev-custom {
        margin: 10px;
    }
    .right-section {
        display: none;
    }
    .img-wrap-custom {
        margin: 0 !important;
    }
    .plan {
        display: none;
    }
    i {
        word-break: break-all;
    }
    .display-flex {
        display: block;
    }
    .integration-header-row {
        height: 420px;
    }
    .book-slot-section {
        display: block;
    }
    .datetime-input {
        width: 90%;
    }
    .timezone-input {
        width: 29.5rem;
        margin-left: 0;
    }
	.banner-image-none{
		display:none;
	}
}
@media screen and (max-width:325px){
    .timezone-input{
        width:25rem!important;
    }
}
