/*Om Css*/

.cmsHTag h1 {
    font-size: 3.75rem !important
}

.cmsHTag h2 {
    font-size: 2rem !important;
}

.cmsHTag h3 {
    font-size: 1.8rem !important;
}

.cmsHTag h4 {
    font-size: 1.5rem !important;
}

.cmsHTag h5 {
    font-size: 1.2rem !important;
}

.cmsHTag h6 {
    font-size: 1.1rem !important;
}

.cmsHTag h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", Arial, sans-serif !important;
    font-weight: 600 !important;
}

.cmsHTag ul {

    list-style: disc;
    padding: 1rem !important;

}

.cmsHTag ol {
    list-style: decimal !important;
    padding: 1rem !important;
}

.cmsHTag ul a,
.cmsHTag ol a {
    color: blue !important;
    text-decoration: none;
}

.cmsHTag a {
    color: blue !important;
}



.cmsHTag table tr td {
    border: 1px solid #ddd !important;
    padding: 8px !important;
}

.cmsHTag th {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    text-align: left !important;
    background-color: gray !important;
    color: white !important;
}

.cmsHTag blockquote {
    padding-left: 15px;
    margin: 20px 0;
    color: #555;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

table:not([width]) {
    width: 100%;
}

table[border="0"] td,
table:not([border]) td,
table[border="0"] th,
table:not([border]) th {
    border: 1px solid #ddd;
}

thead {
    background-color: #eee;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

video-container {
    position: relative
}

video-container:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(128, 128, 128, 0.2);
}

blockquote {
    border-left: 3px solid #ddd;
    padding: 5px 0 5px 10px;
    margin: 15px 0 15px 15px;
}



.iti {

    width: 100% !important;
}

input.ph-iti {
    width: 100% !important;
}

.active-tab {
    background-color: #f0f0f0;
    /* Change this to your desired active tab color */
}

@media screen and (min-width: 1024px) {
    .h-banner {
        height: 30rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
    .h-banner {
        height: 18rem;
    }
}

@media screen and (max-width: 767px) {
    .h-banner {
        height: 13rem;
    }
}

/* Om Css End */

#signUpForm {
    max-width: 500px;
}

#signUpForm .form-header .stepIndicator.active {
    font-weight: 600;
}

#signUpForm .form-header .stepIndicator.finish {
    font-weight: 600;
    color: #5a67d8;
}

#signUpForm .form-header .stepIndicator::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 9;
    width: 20px;
    height: 20px;
    background-color: #c3dafe;
    border-radius: 50%;
    border: 3px solid #ebf4ff;
}

#signUpForm .form-header .stepIndicator.active::before {
    background-color: #a3bffa;
    border: 3px solid #c3dafe;
}

#signUpForm .form-header .stepIndicator.finish::before {
    background-color: #5a67d8;
    border: 3px solid #c3dafe;
}

#signUpForm .form-header .stepIndicator::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 8px;
    width: 100%;
    height: 3px;
    background-color: #f3f3f3;
}

#signUpForm .form-header .stepIndicator.active::after {
    background-color: #a3bffa;
}

#signUpForm .form-header .stepIndicator.finish::after {
    background-color: #5a67d8;
}

#signUpForm .form-header .stepIndicator:last-child:after {
    display: none;
}

#signUpForm select.invalid {
    border: 2px solid #ffaba5;
}

#signUpForm input.invalid {
    border: 2px solid #ffaba5;
}

#signUpForm .step {
    display: none;
}

.dropdown ul {
    transition: all 0.2s ease-in-out;
}