@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

body {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    background: #ffffff;
    font-weight: 300;
    color: #768093;
}

p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 1.5rem;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 24px;
    line-height: 2rem;
    font-weight: 300;
}

h5 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-weight: 400;
}

h6 {
    margin-bottom: 10px;
    color: #3d4650;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

img {
    max-width: 100%;
}

ul, li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    color: #ff9700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    a:hover, a:focus {
        color: inherit;
        text-decoration: none;
        outline: none;
    }

.btn.focus, .btn:focus {
    box-shadow: none;
}

.btn {
    text-transform: uppercase;
    font-size: 11px;
    padding: 14px 40px;
    font-weight: 400 !important;
    margin: 10px 0px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    letter-spacing: 2px;
    cursor: pointer;
    white-space: normal;
}

    .btn.round {
        border-radius: 50px;
    }

.btn-primary {
    border-color: #ff9700;
    background-color: #ff9700;
}

    .btn-primary:hover {
        border-color: #ec8d02;
        background-color: #ec8d02;
        outline: none;
    }

    .btn-primary:focus {
        border-color: #ec8d02;
        background-color: #ec8d02;
        color: #fff;
    }

.btn-danger {
    border-color: #fd0000;
    background-color: #fd0000;
}

    .btn-danger:hover {
        border-color: #fd0000;
        background-color: #fd0000;
        outline: none;
    }

    .btn-danger:focus {
        border-color: #fd0000;
        background-color: #fd0000;
        outline: none;
        color: #fff;
    }

.btn-border {
    padding: 14px 30px;
    border: 1px solid #A7B1C1;
    border-radius: 40px;
    color: #ffffff;
}

    .btn-border:hover {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        color: #ff9700;
        border-color: #ff9700;
    }

.form-control {
    height: 50px !important;
    line-height: 30px;
    border-radius: 3px;
    background: none;
    font-size: 14px;
    border: 1px solid #d8dcdc;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #768093;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

    .form-control:focus {
        outline: none;
        border-color: #ff9700;
        background: none;
        color: #768093;
    }

    .form-control:hover {
        outline: none;
    }

.container {
    width: auto;
    padding: 0px 20px;
}

header .container {
    width: 1100px;
    padding: 0;
}
.sessionBlock .join-session {
    margin-left: 25px;
}
header {
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.8);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.8);
    position: relative;
    z-index: 999;
    padding: 15px 0px 0px;
    background: #2c333a;
}

        header .top_header_nav .top_header {
        }

            header .top_header_nav .top_header .logo {
                float: left;
                padding-right: 20px;
            }

                header .top_header_nav .top_header .logo a {
                    width: 150px;
                    display: block;
                    height: 75px;
                    margin-top: 33px;
                    float: left;
                    position: absolute;
                    margin-left: -150px;
                }

                    header .top_header_nav .top_header .logo a img {
                        object-fit: contain;
                        margin-right: 20px;
                        max-height: 28px;
                    }




                header .top_header_nav .top_header .left_nav ul {
                }

                    header .top_header_nav .top_header .left_nav ul li {
                        display: inline-block;
                        padding-left: 5px;
                        margin-right: 25px;
                    }

                        header .top_header_nav .top_header .left_nav ul li.active a {
                            color: #fff;
                        }

                        header .top_header_nav .top_header .left_nav ul li a:hover {
                            color: #fff;
                        }

                        header .top_header_nav .top_header .left_nav ul li a {
                            color: #cfcfcf;
                            font-weight: 300;
                            font-size: 13px;
                        }

            header .top_header_nav .top_header .right_nav {
                float: right;
            }

                header .top_header_nav .top_header .right_nav ul {
                }

                header .top_header_nav .top_header .right_nav > ul > li > a.notification_icon {
                    line-height: 10px;
                    fill: #cfcfcf;
                }

                    header .top_header_nav .top_header .right_nav > ul > li > a.notification_icon:hover {
                        line-height: 10px;
                        fill: #fff;
                    }

                    header .top_nav .right_nav > ul > li > a.notification_icon.bellicon {
                        position: relative;
                    }

                        header .top_nav .right_nav > ul > li > a.notification_icon.bellicon:after {
                            content: "";
                            background: red;
                            width: 7px;
                            height: 7px;
                            position: absolute;
                            border-radius: 50%;
                            top: 6px;
                            right: 7px;
                            transform: scale(1);
                            transition: all 0.3s ease-in-out;
                        }

                        header .top_nav .right_nav > ul > li > a.notification_icon.bellicon.dotAnim:after {
                            transform: scale(1.4);
                            transition: all 0.3s ease-in-out;
                        }

                header .top_header_nav .top_header .right_nav > ul > li > a > img {
                    width: 18px;
                    opacity: 0.7;
                    -webkit-transition: all 0.3s;
                    transition: all 0.3s;
                }

                header .top_header_nav .top_header .right_nav > ul > li > a > svg {
                    height: 18px;
                    width: 18px;
                }

    header .top_header .right_nav ul li.dropdown .dropdown-menu {
        right: 0 !important;
        left: inherit;
        min-width: 160px;
        padding: 15px;
        margin-top: 5px;
        border: none;
        -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.17), 0 1px 15px rgba(0, 0, 0, 0.17);
        -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.17), 0 1px 15px rgba(0, 0, 0, 0.17);
        box-shadow: 0 1px 15px rgba(0, 0, 0, 0.17), 0 1px 15px rgba(0, 0, 0, 0.17);
        transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
        min-width: 200px !important;
    }

    header .top_header .right_nav ul li.profle_dropdown .dropdown-menu {
        /*display: block;*/
        transform: scaleY(0) !important;
        transform-origin: left top 0px !important;
        transition: transform 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        -webkit-transform: scaleY(0) !important;
        -webkit-transform-origin: left top 0px !important;
        -webkit-transition: transform 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        -o-transform: scaleY(0) !important;
        -o-transform-origin: left top 0px !important;
        -o-transition: transform 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        -moz-transform: scaleY(0) !important;
        -moz-transform-origin: left top 0px !important;
        -moz-transition: transform 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
        border-radius: 2px;
        min-width: 128px !important;
        padding: 16px 0px;
        margin-top: 10px;
        top: inherit !important;
    }

    header .top_header .right_nav ul li.profle_dropdown.show .dropdown-menu {
        transform: scaleY(1) !important;
        transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        left: auto !important;
        min-width: 210px !important;
    }

    header .top_header .right_nav ul li.profle_dropdown .dropdown-menu li {
        line-height: 32px;
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        min-height: 32px;
    }

    header .top_header .right_nav > ul > li.profle_dropdown.show a {
        color: #fff;
    }

    header .top_header .right_nav ul li.profle_dropdown .dropdown-menu > li > a > span {
        padding: 0px 24px;
        display: block;
    }

    header .top_header .right_nav ul li.dropdown .dropdown-menu > li > a {
        display: block;
        padding: 8px 5px;
        font-size: 13px;
        color: #768093;
        font-weight: 300;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    header .top_header .right_nav ul li.profle_dropdown .dropdown-menu > li > a {
        padding: 0px;
    }


    header .top_header .right_nav ul li.dropdown .dropdown-menu > li > a:hover {
        color: #ff9700;
    }

    header .top_header .right_nav ul li.language_dropdown .dropdown-menu {
        max-height: 160px;
        overflow: auto;
        left: auto !important;
        padding: 0px;
    }

        header .top_header .right_nav ul li.language_dropdown .dropdown-menu > li > a {
            border-bottom: 1px solid #ddd;
            /*padding: 10px;*/
        }

    header .top_header_nav .top_header .right_nav > ul > li {
        display: inline-block;
        position: relative;
        /*vertical-align: text-bottom;*/
    }

        header .top_header_nav .top_header .right_nav > ul > li > a {
            margin-left: 15px;
            color: #cfcfcf;
            font-size: 13.4px;
            font-weight: 300;
            vertical-align: middle; 
            /*display: inline-flex;*/
        }

            header .top_header_nav .top_header .right_nav > ul > li > a > img {
                width: 18px;
                opacity: 0.7;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

    header .top_header_nav .top_header .right_nav ul li.profle_dropdown > a img {
        width: 10px;
        margin-left: 10px;
    }

    header .top_header_nav .top_header .right_nav ul li.profle_dropdown > a > i {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
        position: absolute;
        top: 0px;
        right: -7px;
        height: 25px;
        width: 25px;
        border-radius: 50%;
        transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1) 0ms, transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        -webkit-transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1) 0ms, transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    }

    header .top_header_nav .top_header .right_nav ul li.profle_dropdown > a:focus > i {
        position: absolute;
        top: 0px;
        right: -7px;
        height: 25px;
        width: 25px;
        opacity: 0;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.87);
        transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1) 0ms, transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    }

    header .top_header_nav .top_header .right_nav > ul > li > a:hover {
        color: #fff;
    }

        header .top_header_nav .top_header .right_nav > ul > li > a:hover > img {
            opacity: 1;
        }

    header .main_header {
        /*background: #31383f;*/
        padding: 15px 0px;
    }

        header .main_header .header {
            box-sizing: border-box;
            margin-left: -102px;
            padding: 5px 0px;
        }
            header .main_header .header .logo {
                float: left;
                }

                header .main_header .header .logo a {
                    display: block;
                }

                   

                    header .main_header .header .logo a span {
                        display: inline-block;
                        padding-left: 30px;
                        color: #fff;
                        font-size: 23px;
                        vertical-align: top;
                        position: relative;
                        margin-left: 20px;
                    }

                        header .main_header .header .logo a span:before {
                            position: absolute;
                            content: "\f105";
                            font: normal normal normal 14px/1 FontAwesome;
                            left: 0px;
                            font-size: 28px;
                            top: 1px;
                        }

            header .main_header .header .menu {
                float: right;
            }

                header .main_header .header .menu ul {
                }

                    header .main_header .header .menu ul li {
                        display: inline-block;
                        vertical-align: middle;
                        margin-left: 50px;
                    }

                        header .main_header .header .menu ul li.active a {
                            color: #fff;
                        }

                        header .main_header .header .menu ul li a {
                            padding: 6px 0px;
                            display: block;
                            color: #cfcfcf;
                        }

                            header .main_header .header .menu ul li a:hover {
                                color: #fff;
                            }

            header .main_header .header .mobile_sidebar_icon {
                float: right;
                margin-left: 30px;
                margin-top: 3px;
                display: none;
            }

                header .main_header .header .mobile_sidebar_icon a {
                    display: block;
                }

                    header .main_header .header .mobile_sidebar_icon a img {
                        width: 25px;
                    }


.language_dropdown ul li.active a {
    color: #ff9700 !important;
}
/* New CSS For New Menu and Popups */
/*New css for menu*/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > a:after {
        content: "\f0da";
        float: right;
        border: none;
        font-family: 'FontAwesome';
        position: absolute;
        top: 5px;
        right: 10px;
    }

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }

    .dropdown-submenu.language_dropdown .dropdown-menu.show {
        display: block;
        position: relative;
        background: none;
        box-shadow: none !important;
        padding: 0 40px !important;
        height: auto;
        max-height: inherit !important;
        margin-top: 0 !important;
    }

.dropdown.profle_dropdown.show .join-session-btn {
    display: block;
}

.dropdown.profle_dropdown.show .Mdropdown-menu {
    max-height: calc(100vh - 70px);
    overflow: hidden auto;
    padding-bottom: 0px !important;
}


.custom_popup {
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9997;
    outline: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .custom_popup .ng-modal-dialog {
        position: relative;
        width: auto;
        margin: 30px auto;
        max-width: 700px;
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out;
        -webkit-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

        .custom_popup .ng-modal-dialog .ng-modal-dialog-content {
            position: relative;
            display: block;
            background-color: #fff;
            border: 1px solid rgba(0,0,0,.2);
            outline: 0;
            border-radius: 0px;
        }

    .custom_popup .border_radius30 {
        border-radius: 30px !important;
    }

.custom_popup .border_radius30 .modal-header {
    border: 0px !important;
}

.custom_popup .modal-header {
    display: block;
    border-bottom: 1px solid #eceeef;
    border-top: 1px solid #d8dcdc;
    padding: 30px;
}

    .custom_popup .modal-header h4 {
        color: #3d4650;
        font-size: 22px;
        font-weight: 300;
        margin-bottom: 0;
        line-height: 1.5;
        margin-top: 0;
    }

    .custom_popup .border_radius30 .modal-body {
        height: calc(100vh - 235px);
        overflow-y: auto;
        overflow-x: hidden;
    }

.custom_popup .modal-body {
    position: relative;
    display: block;
    padding: 30px 30px 0px;
}

    .custom_popup .platformslogo {
        margin: 20px 0px;
        min-height: 120px;
        overflow: hidden;
        text-align: center;
    }

    .custom_popup .platformslogo {
        display: flex !important;
        justify-content: left;
        flex-wrap: wrap;
        width: 660px;
        margin: 0 auto;
    }

        .custom_popup .platformslogo > div {
            flex: 0 1 200px;
            max-width: 200px;
            padding-left: 15px;
            padding-right: 15px;
        }

        .custom_popup .platformslogo a {
            display: inline-block;
            vertical-align: top;
            text-align: center;
            height: 99px;
            /* border: 2px solid #000; */
            margin: 5px;
            padding: 1.2rem;
            border-radius: 0px 0px 3px;
            -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 1px 5px rgba(0, 0, 0, 0.14);
            -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 1px 5px rgba(0, 0, 0, 0.14);
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 1px 5px rgba(0, 0, 0, 0.14);
            transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
            margin-bottom: 2rem;
        }

        .custom_popup .platformslogo a {
            align-items: center;
            display: flex;
            justify-content: center;
            margin: 0 0 30px;
            position: relative;
        }

            .custom_popup .platformslogo a img {
                max-width: 100%;
                max-height: 100%;
                height: auto;
                width: auto;
            }

.acteelogofree_onpopup {
    position: absolute;
    font-size: 18px;
    color: #31383f;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 33px;
    display: block;
    margin-left: 50px;
    right: 15px;
    bottom: 5px;
}

.custom_popup .platformslogo a .dontseehubtext {
    color: #31383f;
    font-size: 20px;
    font-weight: 400;
    height: 60px;
    /* line-height: 60px; */
    padding: 0px 10px;
    /* white-space: pre; */
    width: auto;
}

.custom_popup .platformslogo a span {
    overflow: hidden !important;
    text-overflow: ellipsis;
}

@media (max-width: 660px) {
    .custom_popup .platformslogo > div {
        flex: 0 1 40%;
        max-width: 40%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .custom_popup .platformslogo {
        display: flex !important;
        justify-content: center;
        flex-wrap: wrap;
        width: auto;
    }
}

@media (max-width: 560px) {
    .custom_popup .platformslogo > div {
        flex: 0 1 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .custom_popup .platformslogo {
        display: flex !important;
        justify-content: center;
        flex-wrap: wrap;
        width: auto;
    }
}

@media (max-width: 460px) {
    .custom_popup .platformslogo > div {
        flex: 0 1 73%;
        max-width: 73%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .custom_popup .platformslogo {
        display: flex !important;
        justify-content: center;
        flex-wrap: wrap;
        width: auto;
    }
}

@media (max-width: 380px) {
    .custom_popup .platformslogo > div {
        flex: 0 1 87%;
        max-width: 87%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .custom_popup .platformslogo {
        display: flex !important;
        justify-content: center;
        flex-wrap: wrap;
        width: auto;
    }
}
.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

@media (max-width: 767px) {
    .custom_popup .border_radius30 {
        border-radius: 0px !important;
    }

    .custom_popup .modal-header h4 {
        width: calc(100% - 60px);
    }
}

.sessionBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .sessionBlock .top-right {
        display: flex;
        align-items: center;
        order: 1;

    }

    .sessionBlock .top-right-mobile {
        display: flex;
        align-items: center;
        order: 1;
        display: none;
    }

   

@media (max-width:767px) {
    .sessionBlock .join-session {
        display: none !important;
    }

    .sessionBlock .top-right-mobile {
        display: block;
    }
}
/* End */
/*Login register Popup*/

button.closeLogin, button.backLogin {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.closeLogin {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
}

    .closeLogin:hover {
        opacity: .75;
    }

    .closeLogin img {
        width: 30px;
    }

.border_radius30.loginNPopup hr {
    border-top: 1px solid rgba(0,0,0,.3) !important;
    margin-top: 0px;
    width: 80%;
    margin: 20px auto;
}

.custom_popup.mainNpopup .modal-header {
    padding: 0px;
}

.border_radius30.loginNPopup {
    padding: 20px !important;
}
/*.mainNpopup {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
}*/
.mainNpopup .ng-modal-dialog {
    min-width: 600px;
    max-width: 600px;
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

.custom_popup.mainNpopup .border_radius30 .modal-body {
    padding: 30px;
    height: auto;
}

.SelectionPopup .ng-modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #31383F;
    opacity: 0.90;
    z-index: 50;
}

    .SelectionPopup .ng-modal-overlay.newoverlay {
        /* background: rgba(0,0,0,0.1); */
        opacity: 0.6;
    }

/*.custom_popup.mainNpopup {
    z-index: 51;
}*/

.custom_popup.mainNpopup {
    z-index: 1051;
}

.loginBackground_Pc, .loginBackground_mob {
    width: 100vw;
    object-fit: cover;
    margin-top: -2px;
}

.loginBackground_mob {
    display: none;
}

.backLogin {
    width: 36px;
    position: absolute;
    top: 20px !important;
    left: 50px !important;
    height: 36px;
}

.custom_popup.mainNpopup .loginNPopup .modal-header {
    padding: 20px;
}

.custom_popup.mainNpopup .loginNPopup .modal-body {
    max-width: 560px;
    min-width: 560px;
}

.custom_popup.mainNpopup .loginNPopup .section_heading {
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
}

    .custom_popup.mainNpopup .loginNPopup .section_heading h2 {
        font-size: 24px;
        font-weight: 400;
        padding-bottom: 10px;
    }

    .custom_popup.mainNpopup .loginNPopup .section_heading p {
        margin-bottom: 0;
    }

.custom_popup.mainNpopup .form-control {
    border: 0;
    border-bottom: 2px solid #ddd;
    padding-bottom: 0px;
}

.custom_popup.mainNpopup .actee_icon {
    top: 21px;
    width: 18px;
    height: 18px;
}

    .custom_popup.mainNpopup .actee_icon.mail {
        background: url(../Images/LoginRegister/Email.svg) no-repeat;
    }

.custom_popup.mainNpopup .show_password_icon.eye {
    background: url(../Images/LoginRegister/visibility.svg) no-repeat;
    background-size: contain;
    top: 21px;
}

.custom_popup.mainNpopup .actee_icon.Ruser {
    background: url(../Images/LoginRegister/User.svg) no-repeat;
    width: 17px;
}

.custom_popup.mainNpopup .actee_icon.Rposition {
    background: url(../Images/LoginRegister/Job.svg) no-repeat;
    width: 17px;
}

.custom_popup.mainNpopup .show_password_icon {
    width: 20px;
    height: 15px;
    top: 14px;
    display: block;
    right: 10px;
    z-index: 99;
    position: absolute;
    opacity: 0.6;
    cursor: pointer;
}

    .custom_popup.mainNpopup .show_password_icon.Rclose {
        background: url(../Images/LoginRegister/close.svg) no-repeat;
        background-size: contain;
        top: 21px;
    }

    .custom_popup.mainNpopup .show_password_icon.Rright {
        background: url(../Images/LoginRegister/check-mark.svg) no-repeat;
        background-size: contain;
        top: 21px;
    }

.custom_popup.mainNpopup .actee_icon.lock {
    background: url(../Images/LoginRegister/lock.svg) no-repeat;
}

.formError {
    border-bottom: 2px solid #F45E40 !important;
}

.formRight {
    border-bottom: 2px solid #33D189 !important;
}

.forgetpwd {
    float: none;
    cursor: pointer;
    text-align: center;
    display: block;
    font-size: 14px !important;
    margin-top: 16px;
}

.mt10 {
    margin-top: 10px;
}

.custom_popup.mainNpopup .errormessage {
    color: red;
    font-size: 14px;
    text-align: right;
    margin-top: 5px;
}

.reye {
    right: 40px !important;
}

.custom_popup.mainNpopup .form-group h3 {
    font-size: 25px;
}

.NRlogin_top_section {
    /*background: #31383f;*/
    padding: 0px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.NRlogin_wrapper {
    max-width: 1100px;
    margin: 0px auto;
    padding: 0px;
}

.NRlogin_top_section .logo {
    float: left;
}

    .NRlogin_top_section .logo a {
    }

        .NRlogin_top_section .logo a img {
            width: inherit;
            max-height: 28px;
        }

.NRlogin_top_section .right_nav {
    float: left;
}

    .NRlogin_top_section .right_nav ul {
    }

    .NRlogin_top_section .right_nav > ul > li {
        display: inline-block;
        position: relative;
    }

    .NRlogin_top_section .right_nav ul li.dropdown .dropdown-menu {
        left: inherit;
        min-width: 160px;
        padding: 15px;
        margin-top: 5px;
        border: none;
        -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.17), 0 1px 15px rgba(0, 0, 0, 0.17);
        -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.17), 0 1px 15px rgba(0, 0, 0, 0.17);
        box-shadow: 0 1px 15px rgba(0, 0, 0, 0.17), 0 1px 15px rgba(0, 0, 0, 0.17);
        transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
        min-width: 200px !important;
    }


    .NRlogin_top_section .right_nav ul li.language_dropdown .dropdown-menu {
        padding: 0px;
        max-height: 160px;
        overflow: auto;
    }

    .NRlogin_top_section .right_nav ul li.dropdown .dropdown-menu > li > a {
        display: block;
        padding: 8px 5px;
        font-size: 13px;
        color: #768093;
        font-weight: 300;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .NRlogin_top_section .right_nav ul li.dropdown .dropdown-menu > li > a:hover {
            color: #ff9700;
        }

    .NRlogin_top_section .right_nav ul li.language_dropdown .dropdown-menu > li > a {
        border-bottom: 1px solid #d8dcdc;
        padding: 10px;
    }



    .NRlogin_top_section .right_nav > ul > li > a {
        margin-left: 0px;
        color: #737A84;
        font-size: 13.4px;
        font-weight: 300;
        vertical-align: middle;
        display: inline-block;
    }

        .NRlogin_top_section .right_nav > ul > li > a > img {
            width: 18px;
            opacity: 0.5;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        .NRlogin_top_section .right_nav > ul > li > a:hover > img {
            opacity: 1;
        }

.login_top_section .right_nav > ul > li > a:hover {
    color: #fff;
}


.NRlogin_top_section .right_nav ul li.language_dropdown .dropdown-menu li {
    line-height: 32px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    min-height: 32px;
}

.NRlogin_top_section .right_nav ul li.language_dropdown.show > a:after {
    transform: rotate(0deg);
    opacity: 1;
}

.NRlogin_top_section .right_nav ul li.language_dropdown.show {
    background: #31383f;
}

.NRlogin_top_section .right_nav > ul > li .slim-scrollbar {
    max-height: 232px;
    overflow: hidden;
    overflow-y: auto;
}

.NRlogin_top_section .right_nav ul li.language_dropdown .dropdown-menu {
    padding: 0px;
    max-height: 160px;
    overflow: auto;
    background: #fff;
    border-radius: .25rem;
    position: absolute;
}

    .NRlogin_top_section .right_nav ul li.language_dropdown .dropdown-menu.show {
        padding: 0px;
        max-height: 160px;
        overflow: auto;
        background: #fff;
        border-radius: .25rem;
        position: absolute;
        display: block !important;
        bottom: 6px;
    }


    .NRlogin_top_section .right_nav ul li.language_dropdown .dropdown-menu > li > a {
        border-bottom: 1px solid #d8dcdc;
        padding: 10px;
    }

.NRlogin_top_section .right_nav ul li.dropdown .dropdown-menu > li > a {
    display: block;
    padding: 8px 5px;
    line-height: 23px;
    font-size: 13px;
    color: #768093;
    font-weight: 300;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.NRlogin_top_section .right_nav > ul > li > a {
    margin-left: 0px;
    color: #737A84;
    font-size: 13.4px;
    font-weight: 300;
    vertical-align: top;
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
}

    .NRlogin_top_section .right_nav > ul > li > a > img {
        width: 20px;
        opacity: 0.3;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .NRlogin_top_section .right_nav > ul > li > a:hover > img {
        opacity: 1;
    }

    .NRlogin_top_section .right_nav > ul > li > a:hover {
        color: #fff;
    }

.left_form .NRlogin_top_section {
    left: 10px;
    bottom: 20px;
    top: auto;
}

.loginpage {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 0px !important;
}

.NRlogin_top_section .right_nav ul li.dropdown .dropdown-menu > li > a.active {
    color: #ff9700;
}

@media(max-width:767px) {
    header .main_header .header .logo a.classLogo {
        width: 90px;
        display: block;
        height: 45px;
        margin-top: -10px;
        float: none;
        position: absolute;
        margin-left: -15px;
    }

    header .top_header_nav .top_header .left_nav {
        float: none;
        margin-left: 0px;
        padding-bottom: 15px;
    }

        header .top_header_nav .top_header .left_nav ol {
            padding-left: 0px !important;
        }

    header .main_header .header .logo {
        float: left;
        margin-top: -20px;
        display: block;
    }
    .hideMarginTop {
        margin-top: 0px !important;
        overflow: hidden;
    }

    .loginBackground_Pc {
        display: none;
    }

    .loginBackground_mob {
        display: block;
    }

    .custom_popup.mainNpopup .border_radius30 {
        border-radius: 30px !important;
    }

    .mainNpopup .ng-modal-dialog {
        min-width: 500px;
        max-width: 500px;
    }

    .custom_popup.mainNpopup .loginNPopup .modal-body {
        max-width: 470px;
        min-width: 470px;
    }

    .custom_popup.mainNpopup .form-group h3 {
        font-size: 17px;
    }

    .backLogin {
        width: 30px;
        position: absolute;
        top: 20px !important;
        left: 20px !important;
        height: 26px;
    }
}

@media(max-width:576px) {

    .custom_popup.mainNpopup .border_radius30 {
        border-radius: 30px !important;
    }

    .mainNpopup .ng-modal-dialog {
        min-width: 400px;
        max-width: 400px;
    }

    .custom_popup.mainNpopup .loginNPopup .modal-body {
        max-width: 390px;
        min-width: 390px;
    }

    .custom_popup.mainNpopup .border_radius30 .modal-body {
        padding: 20px;
        height: auto;
    }

    .custom_popup.mainNpopup .border_radius30.loginNPopup {
        padding: 0px !important;
    }

    .custom_popup.mainNpopup .form-group h3 {
        font-size: 16px;
    }

    .custom_popup.mainNpopup .loginNPopup .section_heading h2 {
        font-size: 20px;
        font-weight: 400;
        padding-bottom: 10px;
    }
}

@media(max-width:440px) {

    .custom_popup.mainNpopup .border_radius30 {
        border-radius: 30px !important;
    }

    .mainNpopup .ng-modal-dialog {
        min-width: 300px;
        max-width: 300px;
    }

    .custom_popup.mainNpopup .loginNPopup .modal-body {
        max-width: 290px;
        min-width: 290px;
    }

    .custom_popup.mainNpopup .border_radius30 .modal-body {
        padding: 20px;
        height: auto;
    }

    .custom_popup.mainNpopup .border_radius30.loginNPopup {
        padding: 0px !important;
    }

    .custom_popup.mainNpopup .form-group h3 {
        font-size: 14px;
    }

    .custom_popup.mainNpopup .loginNPopup .section_heading h2 {
        font-size: 18px;
        font-weight: 400;
        padding-bottom: 10px;
    }
}

.loginNPopup .btn {
    min-width: 175px;
    border-radius: 50px;
}

#ddlPosition {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

/*End*/


/*Terms and conditions*/

.logincustom_checkbox {
    float: left;
    padding-right: 10px;
}

    .logincustom_checkbox span {
        border: 1px solid #ff9700;
        border-radius: 5px;
        height: 18px;
        width: 18px;
        display: block;
        -webkit-transition: all 0.25s linear;
        cursor: pointer;
        position: relative;
    }

    .logincustom_checkbox.checked span {
        border: 1px solid #ff9700;
    }

        .logincustom_checkbox.checked span:after {
            content: '';
            position: absolute;
            left: 3px;
            top: 7px;
            background: #ff9700;
            width: 2px;
            height: 2px;
            box-shadow: 2px 0 0 #ff9700, 4px 0 0 #ff9700, 4px -2px 0 #ff9700, 4px -4px 0 #ff9700, 4px -6px 0 #ff9700, 4px -8px 0 #ff9700;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.loginlbl {
    font-size: 14px !important;
    margin-top: 16px;
    color: #ff9700;
}

.loginoptional {
    display: block;
    margin-top: 5px;
}

.loginFull {
    width: 100%;
    min-height: 100px;
}

    .loginFull .loginFirst {
        width: 35%;
        float: left;
    }

    .loginFull .loginSecond {
        width: 35%;
        float: right;
    }

    .loginFull .loginSession {
        width: 60%;
        margin: 0px auto 40px;
    }

@media(max-width:767px) {
    .loginFull .loginSecond, .loginFull .loginFirst {
        width: 43%;
    }
}

@media(max-width:576px) {
    .loginFull .loginSecond, .loginFull .loginFirst {
        width: 100%;
    }

    .loginFull .loginSession {
        width: 100%;
    }
}

.mainNpopup .ng-modal-dialog.termsForUser {
    min-width: 750px;
    max-width: 800px;
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

.custom_popup.mainNpopup .termsForUser .loginNPopup .modal-body {
    max-width: 800px;
    min-width: 750px;
}

.loginlbl.regLable {
    color: #3d4650;
    font-size: 13px !important;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: 500;
    display: block;
}

    .loginlbl.regLable a {
        color: #0000ff;
        text-decoration: underline;
    }

.adisable {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    opacity: 0.5;
    text-decoration: none;
}

.guestRegister .form-group {
    margin-bottom: 0px !important;
}

.termsForUser .border_radius30 .modal-body {
    height: calc(100vh - 235px) !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.term_condition li .sr_number {
    font-weight: 400;
    color: #000;
    font-size: 13.5px;
    float: left;
    width: 30px;
    line-height: 30px;
}

.popup_content_heading .sr_number {
    font-size: 17px !important;
}

.term_condition li > p {
    float: left;
    padding-left: 40px;
    margin-left: -30px;
    width: 100%;
}

.term_condition li p {
    color: #000;
    font-weight: 400;
    font-size: 13.5px;
}

.popup_content_heading p {
    font-size: 17px !important;
    line-height: 30px;
    margin: 0px;
}

.close_notification {
    width: 25px;
    height: 25px;
    float: right;
    position: relative;
}

.notification_bell .slim-scrollbar {
    max-height: 280px;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 10px;
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    max-width: 750px;
    width: 750px;
}

    .notification_bell .slim-scrollbar li {
        background: transparent;
        padding: 10px 20px;
        position: relative;
        border: none;
    }

    .notification_bell .slim-scrollbar > li:first-child {
        text-align: center;
        font-size: 14px;
        font-weight: 400;
    }

    .notification_bell .slim-scrollbar li a {
        color: #000;
        font-size: 14px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        display: block;
    }

    .notification_bell .slim-scrollbar li span {
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: block;
        height: 30px;
        font-size: 12px;
    }

        .notification_bell .slim-scrollbar li span p, .notification_bell .slim-scrollbar li span strong {
            font-size: 12px;
            margin: 0;
        }

    .notification_bell .slim-scrollbar li:before {
        background: #ccc;
        height: 1px;
        content: "";
        position: absolute;
        width: 95%;
        left: 50%;
        transform: translate(-50%, 0);
        top: 0;
    }

    .notification_bell .slim-scrollbar li:first-child::before {
        display: none;
    }

    .notification_bell .slim-scrollbar li:hover {
        background: #f5f5f5;
    }

    .notification_bell .slim-scrollbar li.notificationRead a:before {
        content: "";
        background: red;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        position: absolute;
        left: 9px;
        top: 17px;
        z-index: 9999;
    }

.notification_bell .dropdown-menu {
    left: auto;
    right: 0;
}

.notification_bell .slim-scrollbar::-webkit-scrollbar {
    border-radius: 10px;
}


header .top_nav .right_nav > ul > li .slim-scrollbar {
    max-height: 700px;
    overflow: hidden;
    overflow-y: auto;
}

header .top_nav .right_nav {
    float: right;
}

    header .top_nav .right_nav ul {
    }

    header .top_nav .right_nav > ul > li {
        display: inline-block;
        position: relative;
    }

    header .top_nav .right_nav ul li.dropdown .dropdown-menu {
        right: 0 !important;
        left: inherit;
        min-width: 160px;
        padding: 15px;
        margin-top: 5px;
        border: none;
        -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.17), 0 1px 15px rgba(0, 0, 0, 0.17);
        -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.17), 0 1px 15px rgba(0, 0, 0, 0.17);
        box-shadow: 0 1px 15px rgba(0, 0, 0, 0.17), 0 1px 15px rgba(0, 0, 0, 0.17);
        transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
        min-width: 200px !important;
    }

    header .top_nav .right_nav ul li.profle_dropdown .dropdown-menu {
        /*display: block;*/
        transform: scaleY(0);
        transform-origin: left top 0px;
        transition: transform 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
        border-radius: 2px;
        min-width: 210px !important;
        padding: 16px 0px;
        margin-top: 10px;
    }

    header .top_nav .right_nav ul li.profle_dropdown.show .dropdown-menu {
        transform: scaleY(1);
        transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    }

    header .top_nav .right_nav ul li.language_dropdown .dropdown-menu {
        padding: 0px;
        max-height: 160px;
        overflow: auto;
    }

    header .top_nav .right_nav ul li.profle_dropdown > a img {
        width: 10px;
        margin-left: 10px;
    }

    header .top_nav .right_nav ul li.dropdown .dropdown-menu > li > a {
        display: block;
        padding: 8px 5px;
        font-size: 13px;
        color: #768093;
        font-weight: 300;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        header .top_nav .right_nav ul li.dropdown .dropdown-menu > li > a:hover {
            color: #ff9700;
        }

    header .top_nav .right_nav ul li.language_dropdown .dropdown-menu > li > a {
        border-bottom: 1px solid #d8dcdc;
        padding: 10px;
    }

    header .top_nav .right_nav ul li.language_dropdown .dropdown-menu > li.active > a {
        color: #ff9700;
    }

    header .top_nav .right_nav ul li.profle_dropdown .dropdown-menu li {
        line-height: 32px;
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        min-height: 32px;
    }

    header .top_nav .right_nav ul li.profle_dropdown .dropdown-menu > li > a {
        padding: 0;
    }

    header .top_nav .right_nav ul li.profle_dropdown .dropdown-menu > li.sub-menu {
        position: relative;
    }

        header .top_nav .right_nav ul li.profle_dropdown .dropdown-menu > li.sub-menu > ul {
            border-right: 2px solid #ff9700;
            position: absolute;
            left: -200px;
            background: #fff;
            width: 200px;
            border-radius: 2px;
            padding: 16px 0px;
            box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
            opacity: 0;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            top: 0px;
            display: none;
        }

        header .top_nav .right_nav ul li.profle_dropdown .dropdown-menu > li.sub-menu:hover > ul {
            display: block;
            opacity: 1;
        }

        header .top_nav .right_nav ul li.profle_dropdown .dropdown-menu > li.sub-menu > ul > li {
        }

            header .top_nav .right_nav ul li.profle_dropdown .dropdown-menu > li.sub-menu > ul > li.active a {
                color: #ff9700;
            }

            header .top_nav .right_nav ul li.profle_dropdown .dropdown-menu > li.sub-menu > ul > li > a {
                font-size: 13px;
                color: #768093;
                font-weight: 300;
            }

                header .top_nav .right_nav ul li.profle_dropdown .dropdown-menu > li.sub-menu > ul > li > a:hover {
                    color: #ff9700;
                }

                header .top_nav .right_nav ul li.profle_dropdown .dropdown-menu > li.sub-menu > ul > li > a > span {
                    padding: 4px 24px;
                    display: block;
                    white-space: pre;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }

        header .top_nav .right_nav ul li.profle_dropdown .dropdown-menu > li.sub-menu > a > span > img {
            width: 7px;
            position: absolute;
            left: 11px;
            top: 14px;
        }

    header .top_nav .right_nav ul li.profle_dropdown .dropdown-menu > li > a > span {
        padding: 4px 24px;
        display: block;
    }

    header .top_nav .right_nav ul li.profle_dropdown > a > i {
        transform: scale(1);
        opacity: 1;
        position: absolute;
        top: 0px;
        right: -7px;
        height: 25px;
        width: 25px;
        border-radius: 50%;
        transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1) 0ms, transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    }

    header .top_nav .right_nav ul li.profle_dropdown > a:focus > i {
        position: absolute;
        top: 0px;
        right: -7px;
        height: 25px;
        width: 25px;
        opacity: 0;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.87);
        transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1) 0ms, transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    }

    header .top_nav .right_nav > ul > li > a {
        margin-left: 15px;
        color: #737A84;
        font-size: 13.4px;
        font-weight: 300;
        vertical-align: middle;
        display: inline-block;
    }


        header .top_nav .right_nav > ul > li > a.notification_icon {
            line-height: 10px;
            fill: #cfcfcf;
            height: 20px;
            width: 20px;
            position: initial;
        }

            header .top_nav .right_nav > ul > li > a.notification_icon.bellicon {
                position: relative;
            }

                header .top_nav .right_nav > ul > li > a.notification_icon.bellicon:after {
                    content: "";
                    background: red;
                    width: 7px;
                    height: 7px;
                    position: absolute;
                    border-radius: 50%;
                    top: 6px;
                    right: 7px;
                    transform: scale(1);
                    transition: all 0.3s ease-in-out;
                }

                header .top_nav .right_nav > ul > li > a.notification_icon.bellicon.dotAnim:after {
                    transform: scale(1.4);
                    transition: all 0.3s ease-in-out;
                }

            header .top_nav .right_nav > ul > li > a.notification_icon:hover {
                line-height: 10px;
                fill: #fff;
            }

        header .top_nav .right_nav > ul > li > a > img {
            width: 18px;
            opacity: 0.7;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        header .top_nav .right_nav > ul > li > a > svg {
            height: 18px;
            width: 18px;
        }