/*
  Theme Name: TheEvent
  Theme URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    --red: #f82249;
    --yellow: #f58120;
    --font-color: #303d50;
    --tab-hover: #f0cc71;
    --text-color: #303d50;
    --primary: #28336c;
}

body {
    background: #fff;
    color: #2f3138;
    font-family: Montserrat;
}

a {
    color: #f82249;
    transition: 0.5s;
}

    a:hover,
    a:active,
    a:focus {
        color: #f8234a;
        outline: none;
        text-decoration: none;
    }

::placeholder {
    font-size: 14px;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
    color: var(--font-color);
}

h2 {
    font-size: 24px;
}

h3 {
    font-weight: 600;
    font-size: 22px;
}

h4 {
    font-weight: 500;
    font-size: 18px;
}

.text-first {
    color: var(--font-color);
}

.text-333 {
    color: #333;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.bg-primary {
    background: #28336c !important;
}

.btn-primary {
    background-color: #28336c !important;
    color: #fff;
}

.btn-primary {
    border-color: #28336c;
}

    .btn-primary:hover {
        background-color: #384aa3 !important;
    }

.table > :not(:first-child) {
    border-top: 0;
}


.main-page {
    margin-top: 70px;
}

main {
    margin-bottom: 80px;
    padding-top: 25px;
}

.wow {
    visibility: hidden;
}

.bg {
    background: #f6f6f6;
}

.form-select option {
    font-size: 14px;
    color: var(--font-color);
    font-weight: 500;
}

/* Prelaoder */
/***********for common Table*************/
.table > :not(:first-child) {
    border-top: 0;
}

.itemCheck {
    width: 10%;
}

    .itemCheck .form-check, .checkListTable .form-check {
        min-height: auto;
    }

.commonTable .e-columnheader .e-headercell {
    background: var(--primary) !important;
    color: #fff;
    font-weight: 500;
}

.commonTable .e-columnheader .e-headertext {
    font-weight: 500;
    font-size: 13px;
}

.commonTable .e-headercontent.e-lib {
    overflow-x: auto !important;
}

.commonTable .e-columnheader .e-headercell {
    min-width: 70px;
}

.commonTable .form-label {
    width: 100%;
    margin: 0;
}

.commonTable h5 {
    font-size: 22px;
    font-weight: 600;
}

table .btn {
    background: #248a9b !important;
    color: #fff;
    border-color: #248a9b !important;
}

    table .btn:hover {
        background: #28336c !important;
        border-color: #28336c !important;
    }

.e-table .e-btn, .e-btn.e-icon-btn {
    background: #248a9b;
    color: #fff;
    border-color: #248a9b;
}

    .e-table .e-btn:hover, .e-btn.e-icon-btn:hover {
        background: #28336c;
        border-color: #28336c;
    }

.e-input-group .e-control {
    height: 35px !important;
}

@media (min-width:992px) {
    .commonTable .e-grid.e-responsive .e-headercelldiv {
        text-overflow: initial;
    }
}

@media (max-width:991px) {
    .commonTable .e-columnheader .e-headercell, .commonTable .e-table .e-rowcell {
        width: 130px;
        text-overflow: initial !important;
        white-space: pre-wrap !important;
        font-size: 13px;
        word-break: break-word;
    }
}
/**************end*************************/
.margin-auto {
    margin: 0 auto;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../img/preloader.svg") no-repeat center center;
}


.details_box.bg p {
    text-align: left;
}
/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: var( --yellow);
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s ease-in-out;
}

    .back-to-top i {
        font-size: 24px;
        padding-top: 6px;
    }

    .back-to-top:focus {
        background: #e0072f;
        color: #fff;
        outline: none;
    }

    .back-to-top:hover {
        background: #e0072f;
        color: #fff;
    }

/* Sections Header
--------------------------------*/

/*************for menu bar************/
.menu-section {
    border-top: 2px solid #90c743;
}

    .menu-section .nav-item .nav-link {
        font-size: 14px;
        font-weight: 500;
        color: #333;
    }

    .menu-section .nav-item a:hover {
        color: #28336c;
    }

.logoArea {
    max-width: 200px;
}

.ProIcon {
    height: 70px;
    width: 70px;
}

.timeCard {
    width: 150px;
    background-color: #f4f7ef;
}

.menu-section .wraper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-section .userInfo {
    max-width: 350px;
    font-size: 14px;
    color: #28336c;
    display: flex;
    align-items: center;
}

.menu-section .infoLIst {
    padding: 0;
    margin: 0;
    list-style-type: none;
    min-width: 152px;
}

    .menu-section .infoLIst li {
        display: flex;
        align-items: center;
    }

    .menu-section .infoLIst .nav-link {
        color: #333;
        font-size: 13px;
        font-weight: 600;
        padding: 0.3rem 0.5rem;
    }

    .menu-section .infoLIst i {
        font-size: 15px;
        width: 14px;
    }

    .menu-section .infoLIst .nav-link:hover {
        color: #777;
    }

.topMenu ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
}

.menu-section .topMenu .nav-link {
    color: #666;
    padding: 0 1rem;
    font-size: 13px;
}

    .menu-section .topMenu .nav-link span {
        color: #333;
        padding-left: 5px;
    }

.menu-section .mainNav {
    background-color: #f4f7ef;
}

.mainNav .dropdown-item {
    font-size: 14px;
    font-weight: 500;
    padding: 0.4rem 1rem;
}

    .mainNav .dropdown-item.active, .mainNav .dropdown-item:active {
        background: transparent;
    }

.mainNav .dropdown-menu[data-bs-popper] {
    margin-top: 0;
}

@media (min-width:992px) {
    .mainNav .dropdown:hover .dropdown-menu {
        display: block;
    }

    .menu-section .nav-item:first-child .nav-link {
        padding-left: 0;
    }

    .menu-section .nav-item:last-child .nav-link {
        padding-right: 0px;
    }


    .menu-section .mainNav {
        background-color: #28336c;
    }

        .menu-section .mainNav .nav-link {
            color: #ffff;
        }

            .menu-section .mainNav .nav-link:hover {
                color: #d7d7d7;
            }

            .menu-section .mainNav .nav-link:focus {
                color: #fff;
            }

        .menu-section .mainNav .nav-item {
            min-width: 90px;
        }
}

@media (max-width:992px) {
    .mainNav .dropdown-toggle:after {
        position: absolute;
        right: 19px;
        top: 16px;
    }

    .mainNav .nav-item .nav-link {
        border-bottom: 1px solid #e4e4e4;
    }

    .mainNav .nav-item:last-child .nav-link {
        border: 0;
    }

    .mainNav .navbar-nav {
        margin-top: 15px;
    }
}

@media (max-width:768px) {
    .logoArea {
        max-width: 110px;
    }

    .footer.erpFoot p {
        text-align: center;
    }
}

@media (max-width:540px) {

    .menu-section .userInfo {
        width: 100%;
        max-width: 100%;
    }

    .menu-section .wraper {
        flex-direction: column;
    }

    .menu-section .infoLIst {
        display: flex;
        text-align: center;
        justify-content: space-between;
        margin-top: 10px;
    }

        .menu-section .infoLIst li {
            flex-direction: column;
            align-items: center;
        }
}

/****************end********/

.section-header {
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 20px;
}

    .section-header::before {
        content: '';
        position: absolute;
        display: block;
        width: 60px;
        height: 5px;
        background: var(--yellow);
        bottom: 0;
        left: calc(50% - 25px);
    }

    .section-header h2 {
        font-size: 36px;
        text-align: center;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .section-header p {
        text-align: center;
        padding: 0;
        margin: 0;
        font-size: 18px;
        font-weight: 500;
        color: #9195a2;
    }

.section-with-bg {
    /***background-color: #f6f7fd;***/
    background-color: #54636b;
    position: relative;
}

    .section-with-bg:before {
        content: '';
        background-image: url('../img/tab-patern.png') !important;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        background-repeat: repeat;
        background-size: 500px 500px;
        opacity: 0.1;
    }
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.top-align {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .top-align .left {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex: 1;
    }

        .top-align .left p {
            padding: 0;
            margin: 0;
        }

            .top-align .left p i {
                color: var(--yellow);
            }

            .top-align .left p.call {
                padding-left: 20px;
            }

.top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #e6e6e8;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    flex: 1;
}

    .top-right a {
        color: #303d50;
        padding: 0px 10px;
        font-size: 12px;
        text-decoration: none;
        line-height: 3;
        font-weight: 500;
    }

.top-nav {
    background: #f4f4f6;
}

header {
    height: auto;
    padding: 5px 5px;
    background: #e7efe4;
    position: static;
    left: 0;
    top: 0px;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}

#header .div-align {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header.header-scrolled,
#header.header-fixed {
    background: #f5f6f8;
    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;
    top: 0px;
    position: sticky;
}

    #header.header-scrolled .nav-menu a {
        padding: 8px;
    }

    #header.header-scrolled #logo img {
        max-height: 40px;
    }

#header #logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

    #header #logo h1 span {
        color: #f82249;
    }

    #header #logo h1 a,
    #header #logo h1 a:hover {
        color: #fff;
    }

#header #logo img {
    padding: 0;
    margin: 0;
    max-height: 70px;
}

#header .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
}


#header .top-header h3 {
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    background: #248a9b;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
}

#header .div-align h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
}

footer .powerby {
    text-align: right;
}

@media (max-width:768px) {
    #header {
        height: auto !important;
    }

    footer .credits {
        width: 100%;
    }

        footer .credits .powerby {
            text-align: center;
        }

    #footer .copyright {
        padding: 5px 0px !important;
    }

    footer .powerby {
        text-align: center;
    }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
    }

    .nav-menu li {
        position: relative;
        white-space: nowrap;
    }

    .nav-menu > li {
        float: left;
    }

    .nav-menu li:hover > ul,
    .nav-menu li.sfHover > ul {
        display: block;
    }

    .nav-menu ul ul {
        top: 0;
        left: 100%;
    }

    .nav-menu ul li {
        min-width: 180px;
    }

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

    .sf-arrows .sf-with-ul:after {
        content: "\f107";
        position: absolute;
        right: 15px;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
    float: right;
    margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
    padding: 8px;
    text-decoration: none;
    display: inline-block;
    color: var(--font-color);
    font-weight: 600;
    font-size: 14px;
    outline: none;
}

.nav-menu .lang {
    margin-left: 28px;
}

.nav-menu a.c-1 {
    color: var(--font-color);
}

.header-scrolled a.c-1 {
    color: rgba(225, 225, 225, 0.8);
}

.nav-menu .menu-active a,
.nav-menu a:hover {
    color: #17a2b8;
}

.nav-menu > li {
    margin-left: 8px;
}

    .nav-menu > li > a:before {
        content: "";
        position: absolute;
        width: 0;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: var(--yellow);
        visibility: hidden;
        transition: all 0.3s ease-in-out 0s;
    }

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
    visibility: visible;
    width: 100%;
}

.nav-menu li.buy-tickets a {
    color: #fff;
    background: var( --yellow);
    padding: 7px 22px;
    border-radius: 50px;
    border: 2px solid var( --yellow);
    transition: all ease-in-out 0.3s;
    font-weight: 500;
    margin-left: 8px;
    margin-top: 2px;
    line-height: 1;
    font-size: 13px;
}

    .nav-menu li.buy-tickets a:hover {
        background: none;
        color: #17a2b8;
    }

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
    visibility: hidden;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
    border-radius: 3px;
}

    .nav-menu ul li {
        transition: 0.3s;
    }

        .nav-menu ul li a {
            padding: 10px;
            color: #060c22;
            transition: 0.3s;
            display: block;
            font-size: 13px;
            text-transform: none;
            border-radius: 3px;
        }

        .nav-menu ul li:hover > a {
            background: #f82249;
            color: #fff;
        }

    .nav-menu ul ul {
        margin: 0;
    }

.dropdown-menu.show {
}
/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 15px 15px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

    #mobile-nav-toggle i {
        color: var(--font-color);
    }

/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(6, 12, 34, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

    #mobile-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #mobile-nav ul li {
            position: relative;
        }

            #mobile-nav ul li a {
                color: #fff;
                font-size: 17px;
                overflow: hidden;
                padding: 10px 22px 10px 15px;
                position: relative;
                text-decoration: none;
                width: 100%;
                display: block;
                outline: none;
            }

                #mobile-nav ul li a:hover {
                    color: #f82249;
                }

            #mobile-nav ul li li {
                padding-left: 30px;
            }

        #mobile-nav ul .menu-has-children i {
            position: absolute;
            right: 0;
            z-index: 99;
            padding: 15px;
            cursor: pointer;
            color: #fff;
        }

            #mobile-nav ul .menu-has-children i.fa-chevron-up {
                color: #f82249;
            }

        #mobile-nav ul .menu-item-active {
            color: #f82249;
        }

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(6, 12, 34, 0.8);
    display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
    overflow: hidden;
}

    body.mobile-nav-active #mobile-nav {
        left: 0;
    }

    body.mobile-nav-active #mobile-nav-toggle {
        color: #fff;
    }

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
}


    #intro .banner-1, #intro .banner-2 {
        background-attachment: fixed;
        background-size: cover;
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        overflow: hidden;
        position: relative;
    }

    #intro .banner-1 {
        background: url(../images/banner-1.jpg) top center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #intro .banner-2 {
        background: url(../images/banner-1.jpg) top center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        #intro .banner-1:before, #intro .banner-2:before {
            content: "";
            /****background: rgba(6, 12, 34, 0.8);********/
            position: absolute;
            bottom: 0;
            top: 0;
            left: 0;
            right: 0;
        }

    #intro .intro-container {
        position: absolute;
        bottom: 0;
        left: 8%;
        top: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 0 15px;
        width: 45%;
    }

    #intro h1 {
        color: #303d50;
        text-align: left;
        font-size: 3.5vw;
        font-weight: 700;
        text-transform: uppercase;
    }

    #intro h3 {
        color: #f58120;
        font-weight: 600;
    }

    #intro h1 span {
        color: var(--red);
    }

    #intro .flag {
        width: 70px;
        height: 70px;
    }

        #intro .flag img {
            width: 100%;
        }

    #intro p {
        color: #ebebeb;
        font-weight: 500;
        text-align: justify;
    }

    #intro .play-btn {
        width: 94px;
        height: 94px;
        background: radial-gradient(#f82249 50%, rgba(101, 111, 150, 0.15) 52%);
        border-radius: 50%;
        display: block;
        position: relative;
        overflow: hidden;
    }

        #intro .play-btn::after {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translateX(-40%) translateY(-50%);
            transform: translateX(-40%) translateY(-50%);
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 15px solid #fff;
            z-index: 100;
            transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
        }

        #intro .play-btn:before {
            content: '';
            position: absolute;
            width: 120px;
            height: 120px;
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
            -webkit-animation: pulsate-btn 2s;
            animation: pulsate-btn 2s;
            -webkit-animation-direction: forwards;
            animation-direction: forwards;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: steps;
            animation-timing-function: steps;
            opacity: 1;
            border-radius: 50%;
            border: 2px solid rgba(163, 163, 163, 0.4);
            top: -15%;
            left: -15%;
            background: rgba(198, 16, 0, 0);
        }

        #intro .play-btn:hover::after {
            border-left: 15px solid #f82249;
            -webkit-transform: scale(20);
            transform: scale(20);
        }

        #intro .play-btn:hover::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translateX(-40%) translateY(-50%);
            transform: translateX(-40%) translateY(-50%);
            width: 0;
            height: 0;
            border: none;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 15px solid #fff;
            z-index: 200;
            -webkit-animation: none;
            animation: none;
            border-radius: 0;
        }

    #intro .carousel-indicators .active {
        background-color: var(--font-color);
    }

    #intro .about-btn, .moreBtn .about-btn {
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 32px;
        border-radius: 0px;
        transition: 0.5s;
        line-height: 1;
        margin: 10px 0px;
        color: var(--font-color);
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
        border: 2px solid var(--yellow);
    }

        #intro .about-btn:hover {
            background: var(--yellow);
            color: #fff;
        }

@-webkit-keyframes pulsate-btn {
    0% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

#about {
    background-size: cover;
    overflow: hidden;
    position: relative;
    color: #fff;
    padding: 60px 0 40px 0;
}

    #about:before {
        content: "";
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #about h2 {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 20px;
        color: var(--font-color);
    }

    #about h4 {
        color: var( --yellow);
    }

    #about h3 {
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 10px;
        color: #fff;
    }

    #about p {
        font-size: 14px;
        margin-bottom: 20px;
        color: var(--font-color);
        font-weight: 500;
        text-align: justify;
    }

    #about .about-img img {
        object-fit: contain;
        border-radius: 8px;
    }

.project-content-block {
    padding: 50px 40px;
    margin-left: -120px;
    background: #F4F7FC;
    position: absolute;
    bottom: -70px;
    border: 15px solid#fff;
    -webkit-box-shadow: 0 7px 22px rgb(0 0 0 / 8%);
    box-shadow: 0 7px 22px rgb(0 0 0 / 8%);
}
/*************end***************************/
/***************Why Choose AMA Life***********/
.ama-life {
    background: #21272f;
    margin-top: 60px;
    padding: 40px 0px;
}

    .ama-life h2 {
        color: #fff;
        text-align: center;
        font-size: 33px;
        font-weight: 500;
    }

    .ama-life p {
        color: #fff;
        text-align: center;
    }

    .ama-life .card {
        background: transparent;
        height: 100%;
        border: none;
    }

        .ama-life .card h1 {
            color: #fff;
            font-weight: 600;
            position: relative;
        }

            .ama-life .card h1:after {
                content: "";
                position: absolute;
                width: 100%;
                border-bottom: 1px solid #fff;
                bottom: -10px;
                left: 0;
            }

        .ama-life .card p {
            text-align: left;
            font-size: 16px;
            color: var( --yellow);
            font-weight: 500;
        }

        .ama-life .card .box p {
            font-size: 13px;
            color: #fff;
        }

    .ama-life .mt-10 {
        margin-top: 10px;
    }

    .ama-life .moreBtn {
        text-align: center;
        width: 100%;
    }

        .ama-life .moreBtn .about-btn {
            color: #fff;
            border-radius: 8px;
        }

            .ama-life .moreBtn .about-btn:hover, .plan .card .moreBtn .about-btn:hover {
                background: var(--yellow);
                color: #fff;
            }
/*************end******************************/
/*****************plan***************/
.plan {
    margin-top: 60px;
    padding: 40px 0px;
}

    .plan h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 600;
    }

    .plan p {
        text-align: center;
    }

    .plan .card {
        height: 100%;
    }

        .plan .card h3 {
            color: #fff;
            font-weight: 500;
            font-size: 23px;
            position: relative;
            padding: 0;
            margin: 0 0 0 5px;
        }

        .plan .card .head {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            background: #21272f;
            padding: 15px;
            border-radius: 3px 3px 0 0;
        }

            .plan .card .head img {
                width: 55px;
            }

        .plan .card .moreBtn {
            margin-top: auto;
            margin-bottom: 10px;
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
        }

            .plan .card .moreBtn .about-btn {
                padding: 12px 25px;
            }

                .plan .card .moreBtn .about-btn:first-child {
                    background: var( --yellow);
                    color: #fff;
                }

    .plan .mt-10 {
        margin-top: 20px;
    }

    .plan .card ul {
        padding-right: 15px;
        margin-top: 10px;
        list-style-type: none;
    }

        .plan .card ul li {
            font-size: 14px;
            padding: 5px 0px;
            font-weight: 500;
        }

    .plan ul li::before {
        content: "\2022";
        color: var( --yellow);
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
        font-size: 25px;
    }


/*****************end****************/

/***************plan Details**************/
.plan-details h1 {
    color: #fff;
    background: #21272f;
    margin: 0;
    padding: 15px 20px;
    font-weight: 500;
    font-size: 20px;
}

.border-line {
    border-bottom: 1px solid #ddd;
    margin: 0;
}

.plan-details h5 {
    color: var(--font-color);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 0;
}

.bullets1 {
    color: #444;
    font-size: 1.7em;
    list-style-image: url("../images/list-tick.png");
    margin-top: 20px;
    padding-left: 20px;
}

    .bullets1 li {
        margin-bottom: 15px;
        padding-left: 10px;
        font-size: 14px;
    }

.accor-box {
    padding-top: 60px;
    height: 100%;
}

.key-feature.accor-box {
    background: #f7fefe !important;
    padding: 60px 10px;
}

.accor-box:last-child {
    background: #f9f9fa;
}

.plan-details .box {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .plan-details .box h3 {
        font-weight: 600;
        font-size: 25px;
        color: #f58120;
    }

    .plan-details .box .area {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
/************end**************************/
/*****************ad-on-ride*************/
.add-on {
    padding-top: 40px;
    background: #f7f8f9;
}

    .add-on h3 {
        font-weight: 600;
        text-align: center;
        padding: 20px 0;
    }

    .add-on .btnBox {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 20px 0px;
    }

        .add-on .btnBox .btn {
            margin-left: 10px;
        }

    .add-on .box {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

        .add-on .box a.btn {
            padding: 5px 25px !important;
        }





/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.section-bg {
    background: #f4f7fc;
}

#contact {
    padding: 60px 0;
}

    #contact .contact-info {
        margin-bottom: 20px;
        text-align: center;
    }

        #contact .contact-info i {
            font-size: 16px;
            display: inline-block;
            margin-bottom: 10px;
            color: var(--yellow);
        }

        #contact .contact-info address,
        #contact .contact-info p {
            margin-bottom: 0;
            color: var(--font-color);
            font-size: 14px;
            text-align: left;
            font-weight: 500;
        }

        #contact .contact-info h3 {
            font-size: 18px;
            margin-bottom: 15px;
            font-weight: bold;
            text-transform: uppercase;
            color: var(--font-color);
            text-align: left;
        }

            #contact .contact-info h3 img {
                width: 25px;
                margin-right: 10px;
            }

        #contact .contact-info h4 {
            font-size: 18px;
            text-align: left;
            font-weight: 600;
            color: var(--font-color);
            margin: 10px 0px;
        }

        #contact .contact-info a {
            color: var(--font-color);
        }

            #contact .contact-info a:hover {
                color: #f82249;
            }

    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        margin: 20px 20px;
    }

    #contact .form #sendmessage {
        color: #f82249;
        border: 1px solid #f82249;
        display: none;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    #contact .form #errormessage {
        color: red;
        display: none;
        border: 1px solid red;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }

        #contact .form #sendmessage.show,
        #contact .form #errormessage.show,
        #contact .form .show {
            display: block;
        }

    #contact .form .validation {
        color: red;
        display: none;
        margin: 0 0 20px;
        font-weight: 400;
        font-size: 13px;
    }

    #contact .form input,
    #contact .form textarea {
        padding: 10px 14px;
        border-radius: 0;
        box-shadow: none;
        font-size: 15px;
    }

    #contact .form button[type="submit"] {
        background: var(--yellow);
        border: 0;
        padding: 10px 40px;
        color: #fff;
        transition: 0.4s;
        border-radius: 0px;
        cursor: pointer;
    }

        #contact .form button[type="submit"]:hover {
            background: #e0072f;
        }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #21272f;
    padding: 0 0 0px 0;
    color: #eee;
    font-size: 14px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

    #footer .footer-top {
        background: #040919;
        padding: 60px 0 30px 0;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 26px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700;
                color: #fff;
            }

            #footer .footer-top .footer-info img {
                height: 40px;
                margin-bottom: 10px;
            }

            #footer .footer-top .footer-info p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                color: #fff;
            }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #222636;
            color: #eee;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #f82249;
                color: #fff;
            }

        #footer .footer-top h4 {
            font-size: 14px;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 12px;
            border-bottom: 2px solid #f82249;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 5px;
                    color: #f82249;
                    font-size: 18px;
                }

                #footer .footer-top .footer-links ul li {
                    border-bottom: 1px solid #262c44;
                    padding: 10px 0;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #eee;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: #f82249;
                    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact p {
                line-height: 26px;
            }

        #footer .footer-top .footer-newsletter {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-newsletter input[type="email"] {
                border: 0;
                padding: 6px 8px;
                width: 65%;
            }

            #footer .footer-top .footer-newsletter input[type="submit"] {
                background: #f82249;
                border: 0;
                width: 35%;
                padding: 6px 0;
                text-align: center;
                color: #fff;
                transition: 0.3s;
                cursor: pointer;
            }

                #footer .footer-top .footer-newsletter input[type="submit"]:hover {
                    background: #e0072f;
                }

    #footer .copyright, #footer .credits {
        text-align: center;
        padding: 15px 0px;
    }

    #footer .credits {
        text-align: center;
        font-size: 13px;
        color: #ddd;
    }

    #footer .box-center {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

        #footer .box-center p {
            margin: 0;
            padding: 0;
            font-size: 12px;
        }

            #footer .box-center p a {
                color: #eee;
            }

        #footer .box-center img {
            width: 80px;
        }

.personal_deatials {
    width: 100%;
    float: left;
    height: auto;
    padding-top: 20px !important;
}

    .personal_deatials h3 {
        text-align: center;
        margin: 0px;
        color: #2e3d83;
    }

.details_box {
    width: 100%;
    float: left;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 20px 20px;
    margin-bottom: 30px;
    text-align: center;
}

    .details_box.bg {
        background: #e9ecef5c;
    }

    .details_box label {
        float: left;
    }

    .details_box .col-form-label {
        text-align: center;
        float: initial;
    }

.no_postion label {
    margin-left: 20px;
    font-weight: 500;
}

.selected_plan {
    background: #f1f1f1;
}

.details_box .underline_clss {
    float: none;
    display: inline-block;
    height: 2px;
    width: 60px;
}

.personal_deatials .form-group {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.details_box h4 {
    text-align: center;
    margin: 3px 0px 0px 00px;
}

.details_box .btn-info {
    float: none;
    margin-left: 15px;
}

.details_box button {
    outline: none !important;
}

.personal_deatials .row {
    width: 100%;
}

/*-- payment  success--*/
.payment_success {
    width: 100%;
    float: left;
    height: auto;
    padding-top: 0px !important;
    text-align: center;
}

.payment_success_box {
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
}

    .payment_success_box img {
        width: 10%;
    }

    .payment_success_box h1 {
        font-weight: 600;
        margin: 15px 0px 7px 0px;
        font-size: 26px;
    }

    .payment_success_box p {
        color: #333;
        margin-bottom: 0px;
        font-size: 17px;
    }

    .payment_success_box a {
        color: #8c8c8c;
        margin-bottom: 30px;
        font-size: 12px;
        font-weight: 600;
        font-style: italic;
        text-decoration: underline;
        margin: 8px 0px 31px 0px;
        display: inline-block;
    }

.selected_plan span {
    font-style: italic;
    color: #22b773;
    font-weight: 600;
    margin: 0px 0px;
    display: inline-block;
    font-size: 17px;
}

.payment_success .genterl_pplan_btn {
    display: inline-block;
    float: none;
}

.payment_success .view_btn {
    display: inline-block;
    float: none;
    margin-right: 0px;
}

.payment_success .details_box {
    margin-bottom: 0px;
}

.unsuccessful_cls span {
    color: #e3170e;
}

.unsuccessful_cls .genterl_pplan_btn {
    margin-right: 0px;
}
/**************for view Details*************/
.general_banner_nav {
    padding: 40px 0px;
}

    .general_banner_nav p {
        font-size: 12px;
        font-weight: 500;
    }

.personal_deatials h3 {
    text-align: center;
    margin: 0px 0px 30px 0px;
    color: #2e3d83;
    font-weight: 600;
}

.selected_plan {
    background: #f9f9f9;
}

.details_box {
    width: 100%;
    float: left;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 20px 20px;
    margin-bottom: 30px;
    text-align: center;
}

    .details_box h4 {
        text-align: center;
        margin: 3px 0px 0px 0px;
        font-weight: 500;
        font-size: 16px;
    }

    .details_box .underline_clss {
        float: none;
        display: inline-block;
        height: 2px;
        width: 60px;
    }

.underline_clss {
    width: 100px;
    height: 3px;
    background: #e32d2c;
    display: inline-block;
    float: none;
    margin: 15px 0px 20px 0px;
}

.details_box .flex-container {
    margin-bottom: 10px;
}

.flex-container {
    display: flex;
    flex-direction: row;
}

    .flex-container > div {
        width: 100%;
        margin: 5px 10px 0px 10px;
        text-align: left;
        font-size: 15px;
        font-weight: 500;
    }

    .flex-container div:nth-child(2) {
        text-align: right;
        font-size: 13px;
        font-weight: 600;
    }

.payment_success .btn {
    padding: 7px 20px;
    color: #fff !important;
    margin: 20px 15px 20px 0px;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}

.ECLst td, .ECLst th {
    font-size: 13px;
    font-weight: 500;
}

    .ECLst td a.btn-primary, .ECLst td a.btn-info {
        font-size: 12px;
    }

.searchBox {
    max-width: 35%;
}

/*************for login pages*****/

/**************for login form and footer************/

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    flex-wrap: wrap;
}

/**********for login******/
/*---------------------------- NEW LOGIN------------------------------*/

.login-header {
    width: 100%;
    float: left;
    min-height: 185px;
    background: #28336c;
}

.login-wrap {
    max-width: 670px;
    display: inline-block;
    margin-top: -150px;
    box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
    border-radius: 5px;
    margin-bottom: 2rem;
}

.login-banner {
    width: 100%;
    float: left;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

    .login-banner .logo-area {
        max-width: 200px;
        margin: 0 auto;
    }

.login-content {
    width: 100%;
    float: left;
    padding: 10px 60px 40px 60px;
    text-align: left;
}

    .login-content .form-check-label {
        font-size: 13px;
    }

    .login-content h2 {
        font-size: 25px;
        margin: 0;
        padding: 0;
        padding-bottom: 5px;
        margin-bottom: 5px;
        color: #222e41;
    }

    .login-content a {
        color: #007bff;
    }

        .login-content a:hover {
            text-decoration: underline;
        }

    .login-content label {
        color: #454e6e;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
    }

    .login-content .form-group {
        margin-bottom: 5px;
    }

    .login-content .form-control {
        border-radius: 5px;
        border: 1px solid #b9bbc0;
    }

        .login-content .form-control:focus {
            box-shadow: none;
        }

.login-card .input-group-prepend {
    margin-right: -1px;
}



/*---------------------------- CLOSE LOGIN------------------------------*/

/***********end***********/


.header .nav {
    border-top: 2px solid var(--bg);
}

    .header .nav .menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 0;
    }

        .header .nav .menu a img {
            width: 100%;
        }

        .header .nav .menu h4 {
            margin: 0;
            font-weight: 600;
            text-align: center;
            width: auto;
        }

        .header .nav .menu h3 span {
            color: var(--error);
        }

        .header .nav .menu .dropdown .btn-primary {
            background: transparent;
            border: none;
            color: var(--text-color);
        }

            .header .nav .menu .dropdown .btn-primary i {
                font-size: 18px;
                margin-right: 8px;
            }

            .header .nav .menu .dropdown .btn-primary:active {
                box-shadow: none;
            }

/*************for header menu*****************/
@media (max-width: 768px) {
    .header .nav .menu h4 {
        font-size: 15px;
        padding: 10px 0 0;
    }
}

@media (max-width: 420px) {
    .header .nav .menu h3 {
        width: 100%;
        margin: 15px 0px;
    }

    .header .nav .menu {
        flex-direction: column;
        justify-content: center;
    }

        .header .nav .menu a img {
            margin: 0 auto;
        }

        .header .nav .menu a {
            margin: 5px 0;
            text-align: center;
        }

    .header .nav .menu {
        padding: 15px 0px;
    }
}

/*************for end header menu*****************/


.footer.erpFoot {
    width: 100%;
    height: auto;
    line-height: 40px;
    background-color: #21a1da;
    font-size: 14px;
}

.footer p {
    line-height: 20px;
}


.LoginHead h5 {
    padding-left: 5px;
    margin: 0;
    color: #21a1da;
}

.user-login {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

    .user-login.pcmsnew {
        background: url('../images/userLoginFormForMedinyx.jpg');
    }

    .user-login .content {
        width: 450px;
    }

    .user-login label {
        font-weight: 500;
        color: #666;
    }

    .user-login h6, .user-login span {
        font-size: 12px;
        font-weight: 600;
    }
/******for country list display */
.country-list .listItems {
    width: 100%;
    max-height: 350px;
    overflow-y: auto;
}

.grayBg {
    color: #333;
    background: #f6f6f6;
}

.country-list .textArea {
    flex: 0 0 18%;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: baseline;
}


/*********Master Configure Country******/
.masterContry .e-list-parent {
    background-color: #d0e5f3 !important;
    height: 500px;
    overflow-y: auto;
}

.masterContry .e-listview .e-list-parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.masterContry .e-listview .e-list-item {
    width: 19%;
    border-bottom: 1px dotted #fff;
    padding: 3px;
}

    .masterContry .e-listview .e-list-item.e-focused {
        background-color: #0d6efd !important;
    }

@media (max-width:768px) {
    .masterContry .e-listview .e-list-item {
        width: 50%;
    }
}


@media (max-width:768px) {
    .login-wrap {
        margin: -150px 5px 5px 5px;
    }

    .login-content {
        padding: 10px;
    }
}
/***********end************/

/************for dashboard*******/
.dashboard tbody {
    display: block;
    max-height: 300px;
    overflow: auto;
}

    .dashboard thead, .dashboard tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

.dashboard thead {
    width: calc( 100% - 1em )
}

.dashboard table {
    width: 400px;
}

.head-bg {
    background: #d1e0e3;
}


.dashboard .table td {
    font-size: 13px;
}
/***********8end*************/

/******for Blazor component list************/

.e-toolbar.e-lib.e-keyboard {
    height: 0px !important;
}
/*********end**********/


@media (min-height: 600px) {
    .footer.erpFoot {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .user-login {
        height: calc(100vh - 110px);
    }
}

@media (max-width:576px) {
    .content {
        max-width: 300px;
        width: 100%;
    }
}

@media (min-height: 600px) {
    .footer.erpFoot {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .user-login {
        align-items: start;
        height: calc(100vh - 165px);
    }
}

/*************end******************/

.pCovered {
    width: 32px;
    font-weight: 500;
}

.dCover .e-radio-wrapper, .dCover .e-radio-wrapper {
    width: 50px;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (min-width: 767px) {
    #subscribe input {
        min-width: 400px;
    }
}

@media (min-width: 768px) {
    #contact .contact-address,
    #contact .contact-email {
        padding: 20px 0;
        border-right: 1px solid #ddd;
    }

    #contact .box-center {
        display: flex;
        justify-content: center;
    }

    #contact .contact-phone {
        padding: 20px 0;
        width: 60%;
    }
}

@media (min-width: 991px) {
    #schedule .sub-heading {
        width: 75%;
    }
}

@media (min-width: 1024px) {
    #intro {
        background-attachment: fixed;
    }

    #about {
        background-attachment: fixed;
    }

    #subscribe {
        background-attachment: fixed;
    }
}

@media (max-width: 1316px) {
    #intro h1 {
        font-size: 3vw;
    }
}

@media (max-width: 1199px) {
    #header .container {
        max-width: 100%;
    }

    .nav-menu a {
        padding: 8px 4px;
    }

    #intro .intro-container {
        width: 65%;
    }
}

@media (max-width: 991px) {
    #header {
        background: rgba(6, 12, 34, 0.98);
        height: 70px;
        padding: 15px 0;
        transition: all 0.5s;
    }

    #nav-menu-container {
        display: none;
    }

    #mobile-nav-toggle {
        display: inline;
    }

    #intro .intro-container {
        top: 0px;
    }

    #intro h1 {
        font-size: 34px;
    }

    #intro p {
        font-size: 16px;
    }


    #header #logo img {
        max-height: 45px;
    }
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }


    #intro .intro-container {
        width: 90%;
    }

    .section-header h2, #about h2, #intro h1 {
        font-size: 25px;
    }

    .section-header h2 {
        margin-top: 20px;
    }

    #intro h3 {
        font-size: 20px;
    }

    #intro p {
        font-size: 14px;
    }

    #intro .about-btn {
        padding: 8px 32px;
    }

    #intro .flag {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 767px) {
    #schedule .nav-tabs a {
        font-size: 14px;
    }
}

@media (max-width: 574px) {
    #venue .venue-info h3 {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    #schedule .nav-tabs a {
        padding: 8px 30px;
    }
}

@media (max-width: 460px) {
    #subscribe button {
        margin-top: 10px;
    }
}
/******for Reports************/



