﻿.accordion {
    width: 100%;
}

.accordion input {
    display: none;
}

.box {
    position: relative;
    background: white;
    height: 100%;
    transition: all .15s ease-in-out;
}

.box::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
 }

header.box {
    background: #00BCD4;
    z-index: 100;
    cursor: initial;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px -2px rgba(0,0,0,.12),0 2px 4px -4px rgba(0,0,0,.24);
}

header.box-title {
    margin: 0;
    font-size: 16pt;
    font-weight:normal;
    color: white;
    cursor: initial;
}

.box-title {
    width: calc(100% - 0px);
    height: 64px;
    line-height: 64px;
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
    -webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
}

.box-content {
    width: calc(100% - 0px);
    padding: 30px 20px;
    font-size: 11pt;
    color: rgba(0,0,0,.54);
    display: none;
}

.box-close {
    position: absolute;
    height: 64px;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

input:checked + .box {
    height: auto;
    margin: 16px 0;
    box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
}

input:checked + .box .box-title {
    border-bottom: 1px solid rgba(0,0,0,.18);
}

input:checked + .box .box-content,
input:checked + .box .box-close {
    display: inline-block;
}

.arrows section .box-title {
    padding-left: 44px;
    width: calc(100% - 0px);
}

.arrows section .box-title:before {
    position: absolute;
    display: block;
    content: '\203a';
    font-size: 18pt;
    left: 20px;
    top: -2px;
    transition: transform .15s ease-in-out;
    color: rgba(0,0,0,.54);
}

input:checked + section.box .box-title:before {
    transform: rotate(90deg);
}
.LoginFaqImg{
    width:150px;
    height:30px;
}
.nav-txt {
    float: right;
    font-size: 18px;
}
footer {
    background: #ffffff;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0px 0px 5px lightgray;
}

    footer .footer-body {
        padding: 1rem 0;
    }

.main-content .content-inner {
    padding: 3.5rem 0 7rem;
    min-height: calc(100vh - 6.6rem);
}

.ij-navbar {
    position: sticky;
    top: 0;
    z-index: 10;
    box-shadow: 0px 0px 5px lightgray;
}
.ir-custom-accordian.accordion{
    max-width: 100%;
}

.collapsing{
    transition: height .35s ease;
}
.custom-accordion .accordion .accordion-item .accordion-header .accordion-button:focus{
    box-shadow: none;
}
/*Tab Pane*/
.tab-bottom-bordered {
    border-bottom: 4px solid rgba(var(--bs-primary-rgb), 0.1);
}
.tab-bottom-bordered .nav.nav-tabs{
    border: 0;
}
.tab-bottom-bordered .nav-tabs .nav-link {
    color: #8a92a6;
    position: relative;
    border: 0;
    padding: 0.5rem 3rem;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.tab-bottom-bordered .nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 3px;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    background: rgb(var(--bs-primary-rgb));
    bottom: -3px;
    left: 50%;
    top: unset;
    z-index: 1;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.tab-bottom-bordered .nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 3px;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    background: rgb(var(--bs-primary-rgb));
    bottom: -3px;
    right: 50%;
    top: unset;
    z-index: 1;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.tab-bottom-bordered .nav-tabs .nav-link.active,
.tab-bottom-bordered .nav-tabs .nav-link.focus {
    background-color: rgba(var(--bs-primary-rgb),0.1);
    color: rgb(var(--bs-primary-rgb));
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: unset;
}

.tab-bottom-bordered .nav-tabs .nav-link.active::before {
    width: 60%;
    right: 0;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.tab-bottom-bordered .nav-tabs .nav-link.active::after {
    width: 60%;
    left: 0;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}