@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Bold.woff2") format("woff2"),
        url("../fonts/Gotham-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gotham-book";
    src: url("../fonts/Gotham-Book.woff2") format("woff2"),
        url("../fonts/Gotham-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Gotham-book";
    background-color: #fff;
    transition: all 0.7s;
    font-size: 15px;
}
input,
button,
a,
textarea {
    outline: none;
    box-shadow: none;
    border: none;
}
.banner_top {
    background-image: linear-gradient(to right, #1ab489, #2b315a);
    padding: 2.3rem !important;
}
.pulse {
    animation: pulse-animation 2s infinite;
}
.select2-dropdown {
    z-index: 998 !important;
}
@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(77, 186, 155, 0.8);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(77, 186, 155, 0);
    }
}
.shrink .banner_top h2 {
    text-align: left;
    font-size: 18px;
}
.banner_top h2 {
    text-align: center;
    margin: 0;
    font-size: 25px;
    color: #fff;
    font-family: "Gotham";
}
.btn_cntrl {
    position: absolute;
    right: 0;
    top: -4px;
}
.banner_top_inner {
    position: relative;
}
.btn_sign {
    background-color: transparent;
    border: none;
    color: #fff;
    margin-right: 15px;
    font-weight: 600;
    font-size: 15px;
}
.btn_join_now {
    background-color: #4dba9b;
    border: none;
    color: #fff;
    padding: 5px 15px;
    font-weight: 600;
    margin-right: 15px;
    font-size: 14px;
}
.btn_join_now:hover {
    background-color: #ffb01b;
    transition: all 0.7s;
}
.navbar-nav .nav-item .nav-link img {
    height: 16px;
    margin-right: 0px;
    position: relative;
    top: -4px;
}
.banner_sect .owl-item .item {
    height: 580px;
    background-size: cover;
    background-position: center;
}
.navbar-brand img {
    height: 65px;
}
/*.shrink .navbar-brand img {
	height: 50px;
	transition: all 0.1s linear;
}
.dropdown.open .dropdown-menu{
	display:block;
}
.navbar-nav .dropdown-menu li a {
	padding: 7px;
	position: relative;
}
.navbar-nav .dropdown-menu li a:hover{
	background-image:linear-gradient(to right, #1ab489 , #2b315a);
	color:#fff;
}*/
.navbar-nav .dropdown-menu li a:hover {
    background-color: #f7f7f6;
    color: #000;
}
.navbar-nav .dropdown-menu li a {
    border-image: linear-gradient(-90deg, #cde6de, #c6c7d0) 1;
    border-bottom: 1px solid transparent;
    padding: 7px 5px;
}
.navbar-nav .dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
}
.navbar-nav .dropdown-menu li a::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(to right, #c7e4db, #a9abba);
    left: 0;
}
.navbar-nav .dropdown-menu li:nth-last-child(1) a {
    border-bottom: none;
}
.navbar-nav .dropdown-menu li:nth-last-child(1) a::after {
    content: "";
    display: none;
}
.header {
    background-color: #f3f3f2;
}

.navbar.navbar-expand-lg {
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
    transition: all 0.5s ease;
    background-color: #f3f3f2;
}

.nav-item .dropdown-menu {
    padding: 8px;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 2px 0px #ddd;
    min-width: 15rem;
}
.navbar-nav .nav-item .nav-link {
    color: #111;
    border-bottom: solid 4px transparent;
    padding: 0px 3px;
    position: relative;
    margin-top: 10px;
}

.navbar-nav .nav-item .nav-link.active:hover {
    border-bottom: solid 4px #ffb01b;
    -webkit-text-stroke-width: 0rem;
    -webkit-text-stroke-color: black;
}
.navbar-nav .nav-item .nav-link:hover {
    border-bottom: solid 4px #ffb01b;
    -webkit-text-stroke-width: 0.08rem;
    -webkit-text-stroke-color: black;
}
.navbar-nav .nav-item .nav-link:hover span {
    position: relative;
}
.nav-link.active {
    font-weight: 600;
    border-bottom: solid 4px #ffb01b !important;
    font-family: "Gotham";
}
.navbar.navbar-expand-lg.animated.fixed-top.fadeInDown
    .navbar-nav
    .nav-item
    .nav-link {
    border-bottom: solid 4px transparent;
}
.navbar.navbar-expand-lg.animated.fixed-top.fadeInDown
    .navbar-nav
    .nav-item
    .nav-link:hover {
    border-bottom: solid 4px #ffb01b;
}
.navbar-nav .nav-item .nav-link.btn_license_signUp{
    display: none;
}
.bottom_line {
    background-color: #202446;
    padding: 5px;
}
.bottom_line p {
    color: #a4a6b4;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    font-family: "Gotham";
}
footer {
    background-color: #2c315a;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 30px;
}
footer.remove-margin-top {
    margin-top: 0;
}
.footer_partner_logo{
    margin-bottom: 30px;
}
.footer_logo img {
    width: 110px;
}
.footer_logo {
    position: relative;
}
.footer_logo::after {
    content: "";
    width: 90%;
    height: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: 25px;
    right: 0;
}
.app_store p {
    color: #fff;
    font-size: 16px;
}
.coonect_with_us p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.app_store img {
    max-width: 120px;
}
.coonect_with_us ul {
    padding-left: 0;
}
.coonect_with_us ul li {
    list-style: none;
    display: inline-block;
}
.coonect_with_us ul li a {
    padding-left: 2px;
    padding-right: 2px;
    display: inline-block;
}
.coonect_with_us ul li a:hover {
    transition: all 0.7s;
    position: relative;
    transform: scale(1.2, 1.2);
}
.coonect_with_us ul li a svg {
    width: 40px;
}
footer .btn_join_now {
    padding: 5px 25px;
    font-size: 18px;
    margin-bottom: 15px;
    background-color: #ffb01b;
    width: 200px;
}
footer .btn_join_now:hover {
    background-color: #4dba9b;
}
.foot_nav {
    padding-left: 0;
    margin-top: 20px;
}
.foot_nav li {
    list-style: none;
}
.foot_nav li a {
    text-decoration: none !important;
    color: #fff;
    font-size: 15px;
}
.foot_nav li a:hover {
    color: #ffb01b;
    transition: all 0.7s;
}
.foot_nav {
    padding-left: 0;
    margin-top: 20px;
}
.foot_para {
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
    padding-right: 40px;
}
.navbar.navbar-expand-lg.animated.fixed-top.fadeInDown {
    background-color: #ffff;
    box-shadow: 0px 5px 25px -3px #ddd;
    z-index: 999;
}
.modal-content.login_user {
    border-radius: 15px;
    border: none;
    padding: 15px;
}
.modal-header.login_user h4 {
    font-size: 30px;
}
.modal-header.login_user h4::after {
    content: "";
    height: 3px;
    width: 50px;
    background-color: #55bca1;
    display: block;
    margin-top: 10px;
}
.btn-close {
    background-color: #ccc;
    opacity: 1;
    border-radius: 100%;
    font-size: 14px;
    padding: 12px !important;
    position: relative;
    right: -12px;
    top: -30px;
}
.frm_cntrls {
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}
.frm_cntrls label {
    display: block;
}
.frm_cntrls label span {
    color: red;
}
.frm_cntrls input[type="text"] {
    width: 100%;
    height: 38px;
    border-radius: 4px;
    padding: 10px;
    border: solid 1px #ccc;
}
.frm_cntrls input[type="email"] {
    width: 100%;
    height: 38px;
    border-radius: 4px;
    padding: 10px;
    border: solid 1px #ccc;
}
.btn_login {
    background-color: #4dba9b;
    border: none;
    padding: 10px 35px;
    font-weight: 600;
    border-radius: 4px;
    box-shadow: 0px 4px 8px 2px #ddd;
    color: #fff;
}
.frgt_password {
    text-decoration: none;
    margin-top: 8px;
    display: block;
    text-align: right;
}
.or_sep {
    text-align: center;
    position: relative;
}
.or_sep span {
    background-color: #fff;
    display: inline-block;
    z-index: 4;
    padding: 10px;
    position: relative;
}
.or_sep::after {
    content: "";
    height: 1px;
    width: 100%;
    display: block;
    background-color: #ccc;
    position: absolute;
    top: 22px;
}
.row.social_login img {
    max-width: 100%;
}
.need_an_account a {
    font-weight: 600;
    color: #000;
    margin-left: 10px;
}
.pp_para {
    text-align: center;
    margin-top: 15px;
}
.pp_para a {
    color: #666;
}
.frm_cntrls input[type="password"] {
    width: 100%;
    height: 38px;
    border-radius: 4px;
    padding: 10px;
    border: solid 1px #ccc;
}
.need_an_account {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 5px;
}
.pass_cntrl {
    position: absolute;
    right: 8px;
    top: 32px;
}
.pass.pass_show {
    display: none;
}
#show_password {
    position: absolute;
    top: 0px;
    opacity: 0;
    cursor: pointer;
    width: 25px;
    height: 25px;
    right: 0;
}
.modal-header {
    border-bottom: none;
}
button.btn_sign_top {
    display: none;
}
.banner_txt {
    margin-top: 120px;
    margin-left: 60px;
    width: 630px;
}
.banner_txt h2 {
    font-size: 2.65rem;
    font-weight: normal;
}
.banner_txt h2 strong {
    /*font-family: "Gotham";*/
    /*text-transform: uppercase;*/
}
.banner_sect .owl-nav .owl-next {
    right: 0;
    position: absolute;
    top: 40%;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.5) !important;
    border-radius: 100% !important;
    border: solid 1px #ddd !important;
    opacity: 0;
}
.banner_sect .owl-nav .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.3) !important;
}
.banner_sect .owl-nav .owl-prev {
    left: 0;
    position: absolute;
    top: 40%;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.5) !important;
    border-radius: 100% !important;
    border: solid 1px #ddd !important;
    opacity: 0;
}
.banner_sect .owl-nav .owl-prev:hover {
    background-color: rgba(0, 0, 0, 0.3) !important;
}
.banner_sect .owl-nav .owl-prev span {
    font-size: 35px;
    line-height: 25px;
}
.banner_sect .owl-nav .owl-next span {
    font-size: 35px;
    line-height: 25px;
}
.pass_cntrl img {
    width: 20px;
}
.btn_cntrl.logged-in .dropdown {
    background-color: transparent;
    color: #fff;
}
.btn_cntrl.logged-in .dropdown span {
    color: #fff;
}
.btn_cntrl.logged-in .dropdown a img {
    border: solid 2px #1696a4;
    border-radius: 100%;
    height: 40px;
    margin-right: 5px;
}
#dropdownMenuLink {
    color: #fff;
    padding: 0;
    font-weight: 600;
}
#dropdownMenuLink:focus {
    outline: none;
    box-shadow: none;
    outline: none;
}
.shrink .btn_cntrl.logged-in {
    top: -9px;
}
.btn_cntrl.logged-in .dropdown .dropdown-menu li a:hover {
    background-color: #efefef;
}
.usr_dp_sml {
    height: 38px !important;
    border-radius: 100%;
    border: solid 2px #55bca1;
    background-size: cover;
    width: 38px;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
}
.breadcrumb ul {
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.breadcrumb ul li {
    list-style: none;
    display: inline-block;
}
.breadcrumb ul li a {
    list-style: none;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
}
.breadcrumb ul li a:hover {
    color: #1ab489;
}
.breadcrumb ul li a::after {
    content: ">";
    position: absolute;
    font-size: 12px;
    right: -5px;
    top: 9px;
}
.breadcrumb ul li:nth-last-child(1) a::after {
    content: "";
    display: none;
}
#navbarMain .navbar-nav .nav-item {
    position: relative;
}

#navbarMain .navbar-nav .btn_cntrl {
    position: relative;
    right: 0;
    top: 0px;
}
#navbarMain #dropdownMenuLink {
    color: #333;
    padding: 0;
    font-weight: 600;
}
#navbarMain .btn_cntrl.logged-in .dropdown span {
    color: #333;
}
.logged-in ul.dropdown-menu {
    right: 0 !important;
}
.dropdown-menu[data-bs-popper] {
    left: auto;
    right: 0;
}
.navbar li.Notification .Community_Notification {
    position: absolute;
    background-color: #fff;
    width: 300px;
    display: none;
    box-shadow: 1px 2px 5px 2px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 1px 2px 5px 2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 1px 2px 5px 2px rgb(0 0 0 / 20%); 
    z-index: 9;
    padding-top: 10px;
    padding-bottom: 42px;
}
.navbar li.Notification .Community_Notification .community-notification-wrap-content{
    overflow-y: scroll;
    height: 270px;
    scrollbar-width: thin;
    scrollbar-color: #333 #ccc;
    padding: 10px;
    width: 100%;
}
.navbar li.Notification .ClearAllNotificationWrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #418984;
}
.navbar li.Notification .ClearAllNotificationWrap a{
    text-decoration: none;
    color:#fff;
    display: block;
}
.navbar li.Notification .Community_Notification .community-notification-wrap-content::-webkit-scrollbar {
    width: 3px;
}
.navbar li.Notification .Community_Notification::-webkit-scrollbar-track {
    background: #ccc;
}
.navbar li.Notification .Community_Notification .community-notification-wrap-content::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 100px;
    border: 1px solid #333;
}
.navbar li.Notification .Community_Notification span.closeNotification {
    position: absolute;
    top: 7px;
    right: 10px;
    padding: 5px;
    font-size: 12px;
    cursor: pointer;
}
.navbar li.Notification .Community_Notification h4 {
    text-align: center;
    font-size: 15px;
    color: #4dba9b;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
    font-weight: 600;
    font-family: "Gotham";
    transition: all 0.5s ease;
}

.navbar li.Notification sup.comNotification {
    height: 17px;
    width: 24px;
    border-radius: 5px;
    background-color: #4dba9b;
    position: absolute;
    transition: all 0.5s ease;
    right: 3px;
    top: 0px;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    padding: 3px 5px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.navbar li.Notification .CommunityCommentWrap {
    display: inline-flex;
    width: 100%;
    padding: 7px;
}
.navbarli.notification
    .Community_Notification
    .CommunityCommentWrap:nth-child(odd) {
    background-color: #f8f8f8;
}
.navbarli.notification
    .Community_Notification
    .CommunityCommentWrap:nth-child(even) {
    background-color: #fff;
}
.navbar li.Notification .CommunityCommentWrap .CommentedUserProfileWrap {
    margin-right: 10px;
}
.navbar li.Notification img.commentUser {
    width: 30px;
    height: 30px;
    background-color: #55bca1;
    border-radius: 50%;
}
.navbar li.Notification .CommunityCommentWrap p.topic-comment-name {
    margin-bottom: 0;
    line-height: 14px;
    font-weight: 700;
    font-size: 13px;
    font-family: 'Gotham';
}
.navbar li.Notification .CommunityCommentWrap p.topic-comment-name:after {
    content: "New";
    background-color: #55bca1;
    font-size: 11px;
    padding: 1px 5px;
    border-radius: 3px;
    font-weight: normal;
    font-family: 'Gotham-book';
    color: #fff;
    margin-left: 5px;
    line-height: 4px;
}
.navbar li.Notification .CommunityCommentWrap p.topic-comment-name.notification-read {
    font-family: 'Gotham-book';
    font-weight: normal;

}
.navbar li.Notification .CommunityCommentWrap p.topic-comment-name.notification-read:after {
    content: "";
    display: none;

}
.navbar li.Notification .CommunityCommentWrap span.commentedDate {
    font-size: 12px;
    color: #999;
}

sup.NewsNotification {
    border-radius: 5px;
    background-color: #4dba9b;
    position: absolute;
    transition: all 0.5s ease;
    right: 58px;
    top: -4px;
    font-size: 10px;
    font-weight: 500;
    line-height: 13px;
    padding: 3px 5px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    width: 38px;
    animation: pulse-animation 2s infinite;
}
button.btn_license_signUp {
    background-color: #ffb01b;
    float: left;
    color: #fff;
    padding: 5px 15px;
    font-weight: 600;
    font-size: 14px;
}
.custom-link-button {
    background-color: #ffb01b;
    float: left;
    color: #fff;
    padding: 5px 15px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: unset;
}
.custom-link-button:hover {
    color: #fff;
    background-color: #4dba9b;
}
p.satisfied-text {
    padding: 10px;
    margin-bottom: 0;
    padding-bottom: 0;;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
    body {
        font-size: 14px;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .btn_sign_top.logged-in {
        background-color: transparent;
        color: #333;
        padding: 0;
        top: 15px;
        display: block;
    }
    #playVideoModal .modal-content .modal-header {
        padding: 20px !important;
    }
    #playExpertInterviewVideoModal .modal-content .modal-header {
        padding: 20px !important;
    }
    #intro-video-do-not-show-again {
        margin-left: -10px;
        margin-right: 10px;
    }
    .btn_cntrl.logged-in {
        display: none;
    }
    .btn_sign_top.logged-in a {
        color: #333 !important;
        font-size: 13px;
    }
    .contact_us_home .mob_hide {
        display: none;
    }
    .usr_dp_sml {
        height: 30px !important;
        border-radius: 100%;
        border: solid 2px #55bca1;
        background-size: cover;
        width: 30px;
        display: inline-block;
        vertical-align: middle;
        background-position: center;
    }
    .banner_txt {
        margin-top: 30px;
        margin-left: 0;
        width: 100%;
    }
    .container {
        width: 100%;
        max-width: 100%;
    }
    button.btn_sign_top {
        display: block;
    }
    .btn_sign_top {
        background-color: #4dba9b;
        color: #fff;
        padding: 5px 10px;
        font-size: 13px;
        right: 70px;
        top: 15px;
    }
    .btn_sign_top img {
        height: 10px;
    }
    .navbar-nav .nav-item .nav-link:hover {
        border-bottom: solid 1px #ffb01b;
        -webkit-text-stroke-width: inherit;
        -webkit-text-stroke-color: black;
    }
    .navbar-nav .nav-item .nav-link:focus {
        border-bottom: solid 1px #ffb01b;
        -webkit-text-stroke-width: inherit;
        -webkit-text-stroke-color: black;
    }
    .navbar.navbar-expand-lg.animated.fixed-top.fadeInDown
        .navbar-nav
        .nav-item
        .nav-link:hover {
        border-bottom: solid 1px #ffb01b;
    }
    .navbar-nav .dropdown-menu li a {
        padding: 7px;
        position: relative;
        font-size: 13px;
    }
    .navbar-nav .dropdown-menu.show {
        display: block !important;
    }
    .navbar-toggler img {
        width: 25px;
    }
    .navbar.navbar-expand-lg.animated.fixed-top.fadeInDown {
        position: fixed;
        box-shadow: 2px 3px 10px #ddd;
    }
    .shrink .banner_top h2 {
        font-size: 16px;
        text-align: center;
        margin-bottom: 10px;
    }
    .navbar.navbar-expand-lg {
        padding-bottom: 7px;
        padding-top: 7px;
    }
    .nav-item.px-4 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .nav-item.ps-4 {
        padding-left: 5px !important;
    }
    .navbar-nav .nav-item .nav-link {
        color: #111;
        border-bottom: solid 2px #f3f3f2;
        font-size: 14px !important;
        padding: 5px 0px;
    }
    .nav-link.active {
        border-bottom: solid 1px #ffb01b !important;
    }
    .navbar-collapse .navbar-nav {
        margin-top: 15px;
        overflow-y: scroll;
        height: 250px;
    }
    .shrink .banner_top {
        position: relative;
    }
    .rem_left_mob {
        padding-left: 0;
    }
    .banner_top h2 {
        text-align: center;
        margin: 0;
        font-size: 13px;
        color: #fff;
        font-family: "Gotham";
        line-height: 25px;
    }
    .btn-close {
        background-color: #ccc;
        opacity: 1;
        border-radius: 100%;
        font-size: 15px;
        padding: 7px !important;
        position: relative;
        right: 7px;
        top: -5px;
    }
    .btn_cntrl {
        position: relative;
        right: 0;
        top: 0;
        text-align: center;
        margin-top: 5px;
        padding-bottom: 10px;
    }
    .banner_txt h2 {
        font-size: 18px !important;
        font-weight: normal !important;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.65);
        padding: 12px;
        border-radius: 5px;
        /* display: flex; */
        align-items: center;
        justify-content: center;
    }
    .banner_txt h2 p {
        margin: 0px;
    }
    .banner_sect .owl-item .item {
        height: 220px;
    }
    
    .rem_right_mob {
        padding-right: 0;
    }

    .nav-item.px-3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .nav-item.ps-3 {
        padding-left: 0 !important;
    }
    .navbar-toggler:focus {
        box-shadow: none !important;
        border: none !important;
    }

    .footer_logo::after {
        content: "";
        width: 60%;
        height: 1px;
        background-color: #999;
        display: block;
        position: absolute;
        bottom: 25px;
        right: 0;
    }
    .foot_para {
        color: #fff;
        font-size: 15px;
        margin-top: 20px;
        padding-right: 0;
        margin-bottom: 0;
    }
    .foot_nav li a {
        font-size: 14px;
    }
    .coonect_with_us {
        margin-top: 20px;
    }
    .faq {
        background-color: #ebf3ff;
        padding-top: 40px;
        padding-bottom: 70px;
    }
    .breadcrumb ul {
        white-space: nowrap;
        overflow-x: scroll;
    }
    .breadcrumb ul li:nth-child(1) a {
        padding-left: 0 !important;
    }
    .navbar-toggler {
        padding: 0;
    }
    .breadcrumb ul li a {
        font-size: 13px;
    }
    .breadcrumb ul li a::after {
        content: ">";
        position: absolute;
        font-size: 12px;
        right: -5px;
        top: 5px !important;
    }
    .breadcrumb ul {
        padding-left: 0;
        margin-bottom: 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .lesson_ttl_head {
        width: 100% !important;
    }
    .contact_us_home h3 {
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 15px;
        margin-top: 20px;
    }
    section.common-section {
        padding-top: 25px;
        padding-bottom: 0px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (orientation: landscape) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .shrink .banner_top {
        position: relative;
        transition: all 0.7s;
        width: 100%;
        top: 60px;
        z-index: 999;
        padding: 20px !important;
        padding-right: 10px !important;
        padding-left: 5px !important;
    }
    .vid_frame {
        margin-top: 20px;
    }
    .app_store img {
        max-width: 80% !important;
    }
    .navbar-toggler {
        padding-right: 0px;
    }
    .banner_top h2 {
        text-align: center;
        margin: 0;
        font-size: 13px;
        color: #fff;
        font-family: "Gotham";
        line-height: 25px;
    }
    .contact_us_home h2 {
        font-size: 22px;
    }
    .rem_left_mob {
        padding-left: 0;
    }
    .rem_right_mob {
        padding-right: 0;
    }
    .navbar-brand img {
        height: 35px;
    }
    .nav-item.px-3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .nav-item.ps-3 {
        padding-left: 0 !important;
    }
    .navbar-toggler:focus {
        box-shadow: none !important;
        border: none !important;
    }
    .footer_logo::after {
        content: "";
        width: 60%;
        height: 1px;
        background-color: #999;
        display: block;
        position: absolute;
        bottom: 25px;
        right: 0;
    }
    .foot_para {
        color: #fff;
        font-size: 15px;
        margin-top: 20px;
        padding-right: 0;
    }
    .coonect_with_us {
        margin-top: 0px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    body {
        font-size: 15px;
    }
    .container {
        width: 100%;
        max-width: 100%;
    }
    .btn_cntrl.logged-in {
        display: none;
    }
    .navbar-toggler:focus {
        box-shadow: none !important;
        border: none !important;
    }
    .btn_sign_top.logged-in {
        background-color: transparent;
        color: #333;
        padding: 0;
        top: 15px;
        display: inline-block;
    }
    .usr_dp_sml {
        height: 30px !important;
        border-radius: 100%;
        border: solid 2px #55bca1;
        background-size: cover;
        width: 30px;
        display: inline-block;
        vertical-align: middle;
        background-position: center;
    }
    .btn_sign_top.logged-in a {
        color: #333 !important;
    }
    .navbar-toggler img {
        width: 25px;
    }
    .banner_txt h2 {
        font-size: 1.2rem !important;
        font-weight: normal !important;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.65);
        padding: 5px;
    }
    .navbar.navbar-expand-lg.animated.fixed-top.fadeInDown
        .navbar-nav
        .nav-item
        .nav-link:hover {
        border-bottom: solid 1px #ffb01b;
    }
    .navbar-nav .nav-item .nav-link:hover {
        border-bottom: solid 1px #ffb01b;
        -webkit-text-stroke-width: 0.08rem;
        -webkit-text-stroke-color: black;
    }
    .banner_txt {
        margin-top: 60px;
        margin-left: 0;
        width: 100%;
    }
    .navbar.navbar-expand-lg.animated.fixed-top.fadeInDown {
        position: fixed;
        box-shadow: 2px 3px 10px #ddd;
    }
    .shrink .banner_top h2 {
        font-size: 16px;
        text-align: center;
        margin-bottom: 10px;
    }
    .navbar.navbar-expand-lg {
        background-color: #f3f3f2;
        padding-bottom: 7px;
        padding-top: 7px;
    }
    .nav-item.px-4 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .nav-item.ps-4 {
        padding-left: 5px !important;
    }
    .navbar-nav .nav-item .nav-link {
        color: #111;
        border-bottom: solid 2px #f3f3f2;
        padding: 0px 3px;
        font-size: 14px;
        padding: 5px 0px;
    }
    .nav-link.active {
        border-bottom: solid 1px #ffb01b !important;
    }
    .shrink .banner_top {
        position: relative;
    }
    .rem_left_mob {
        padding-left: 0;
    }
    .banner_top h2 {
        text-align: center;
        margin: 0;
        font-size: 13px;
        color: #fff;
        font-family: "Gotham";
        line-height: 25px;
    }
    .btn-close {
        background-color: #ccc;
        opacity: 1;
        border-radius: 100%;
        font-size: 14px;
        padding: 12px !important;
        position: relative;
        right: 0;
        top: -18px;
    }
    .btn_cntrl {
        position: relative;
        right: 0;
        top: 0;
        text-align: center;
        margin-top: 5px;
        padding-bottom: 10px;
    }
    .banner_sect .owl-item .item {
        height: 220px;
    }
    .banner_top {
        background-image: linear-gradient(to right, #1ab489, #2b315a);
        padding: 5px 0px !important;
    }
    .btn_sign_top {
        background-color: #4dba9b;
        color: #fff;
        padding: 5px 10px;
        font-size: 13px;
        right: 70px;
        position: absolute;
        top: 15px;
    }
    button.btn_sign_top {
        display: block;
    }
    .rem_right_mob {
        padding-right: 0;
    }
    .navbar-brand img {
        height: 35px;
    }
    .nav-item.px-3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .nav-item.ps-3 {
        padding-left: 0 !important;
    }
    .navbar-toggler:focus {
        box-shadow: none !important;
        border: none !important;
    }

    .footer_logo::after {
        content: "";
        width: 80%;
        height: 1px;
        background-color: #999;
        display: block;
        position: absolute;
        bottom: 25px;
        right: 0;
    }
    .foot_para {
        color: #fff;
        font-size: 15px;
        margin-top: 20px;
        padding-right: 0;
    }
    .coonect_with_us {
        margin-top: 20px;
    }
    .faq {
        background-color: #ebf3ff;
        padding-top: 40px;
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) and (orientation: landscape) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .btn_cntrl {
        position: absolute;
        right: 0;
        top: -8px;
    }
    .shrink .banner_top {
        position: relative;
        transition: all 0.7s;
        width: 100%;
        top: 60px;
        z-index: 999;
        padding: 20px !important;
        padding-right: 10px !important;
        padding-left: 5px !important;
    }
    .vid_frame {
        margin-top: 20px;
    }
    .app_store img {
        max-width: 80% !important;
    }
    .navbar-toggler {
        padding-right: 0px;
    }
    .banner_top h2 {
        display: inline-block;
    }
    .contact_us_home h2 {
        font-size: 22px;
    }
    .rem_left_mob {
        padding-left: 0;
    }
    .rem_right_mob {
        padding-right: 0;
    }
    .navbar-brand img {
        height: 35px;
    }
    .nav-item.px-3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .nav-item.ps-3 {
        padding-left: 0 !important;
    }
    .navbar-toggler:focus {
        box-shadow: none !important;
        border: none !important;
    }
    .footer_logo::after {
        content: "";
        width: 60%;
        height: 1px;
        background-color: #999;
        display: block;
        position: absolute;
        bottom: 25px;
        right: 0;
    }
    .foot_para {
        color: #fff;
        font-size: 15px;
        margin-top: 20px;
        padding-right: 0;
    }
    .coonect_with_us {
        margin-top: 0px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .banner_top h2 {
        text-align: left;
        font-size: 15px !important;
    }
    body {
        font-size: 15px;
    }
    .btn_cntrl.logged-in {
        display: none;
    }
    .navbar-toggler:focus {
        box-shadow: none !important;
        border: none !important;
    }
    .common-section.contact_us_home .mob_hide {
        display: none;
    }
    .app_store img {
        max-width: 110px;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .rem_left_mob {
        padding-left: 0px;
    }
    .rem_right_mob {
        padding-right: 0px;
    }
    .footer_logo::after {
        content: "";
        width: 80% !important;
    }
    button.btn_sign_top {
        display: block;
        top: 23px;
    }
    .navbar-toggler img {
        height: 25px;
    }
    .fixed-top button.btn_sign_top {
        top: 24px;
    }
    .navbar.navbar-expand-lg.animated.fixed-top.fadeInDown
        .navbar-nav
        .nav-item
        .nav-link:hover {
        border-bottom: solid 1px #ffb01b;
    }
    .navbar-nav .nav-item .nav-link:hover {
        border-bottom: solid 1px #ffb01b;
        -webkit-text-stroke-width: 0.08rem;
        -webkit-text-stroke-color: black;
    }
    .btn_sign_top.logged-in {
        background-color: transparent;
        color: #333;
        padding: 0;
        top: 22px;
    }
    .btn_sign_top.logged-in a {
        color: #333 !important;
    }
    .navbar-brand img {
        height: 45px;
    }
    .navbar-toggler img {
        height: 30px;
    }
    .navbar.navbar-expand-lg {
        background-color: #f3f3f2;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .nav-item.px-4 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .nav-item.ps-4 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .navbar-nav .nav-item a {
        padding-bottom: 5px !important;
        padding-top: 5px !important;
    }
    .banner_txt h2 {
        font-size: 1.7rem;
        font-weight: normal;
        text-align: left;
    }
    .banner_sect .owl-item .item {
        height: 360px;
        background-size: cover;
        background-position: center;
    }
    .banner_txt {
        margin-top: 70px;
        margin-left: 0px;
        width: 100%;
    }
    .banner_top {
        background-image: linear-gradient(to right, #1ab489, #2b315a);
        padding: 1.2rem !important;
    }
    .nav-link.active {
        font-weight: 600;
        border-bottom: solid 1px #ffb01b !important;
        font-family: "Gotham";
    }
    .btn_sign_top {
        background-color: #4dba9b;
        color: #fff;
        padding: 5px 10px;
        font-size: 13px;
        right: 70px;
        position: absolute;
        top: 15px;
        display: inline-block;
    }
    .usr_dp_sml {
        height: 30px !important;
        border-radius: 100%;
        border: solid 2px #55bca1;
        background-size: cover;
        width: 30px;
        display: inline-block;
        vertical-align: middle;
        background-position: center;
    }
    .btn_sign_top.logged-in {
        background-color: transparent;
        color: #333;
        padding: 0;
        top: 28px;
        display: inline-block;
    }
    .hidden_para {
        width: 100% !important;
    }
    .card {
        position: absolute;
        padding: 11px 10px;
        clip-path: polygon(0% 85%, 5% 85%, 5% 100%, 0% 100%);
        transition: all ease-in-out 0.3s;
    }
    .journey_para h2 br {
        display: none;
    }
    .journey_para {
        padding: 10px;
        min-height: 140px !important;
        position: relative;
    }
    .card {
        position: absolute;
        padding: 8px 10px !important;
        clip-path: polygon(0% 85%, 5% 85%, 5% 100%, 0% 100%);
        transition: all ease-in-out 0.3s;
    }
    .container {
        width: 100%;
        max-width: 100%;
    }
    .your_journey {
        overflow: hidden;
    }
    .hidden_para {
        background-color: inherit;
        color: #fff;
        opacity: 1;
        position: absolute;
        padding: 20px;
        bottom: -200px;
        left: 0px;
        width: 365px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) and (orientation: landscape) {
    .app_store img {
        max-width: 85% !important;
    }
    .footer_logo::after {
        content: "";
        width: 80% !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .banner_top h2 {
        text-align: center;
        font-size: 15px !important;
    }
    button.btn_license_signUp {
        margin-top: -5px;
    }
    body {
        font-size: 15px;
    }
    .contact_us_home .mob_hide {
        display: none;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
        border: none !important;
    }
    .app_store img {
        max-width: 96%;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .logged-in {
        display: block;
    }
    .banner_top {
        padding: 1.3rem !important;
    }
    .logged-in {
        display: block;
        top: -12px;
    }
    .btn_cntrl.logged-in .dropdown .dropdown-menu {
        min-width: 90px;
    }
    .btn_cntrl.logged-in .dropdown .dropdown-menu li a {
        font-size: 15px;
        padding: 4px 10px;
    }
    .learn_more_ttl {
        color: #2b305a;
        font-size: 25px;
        font-family: "Gotham";
    }
    .btn_detail_mob {
        display: block !important;
    }
    .btn_sign_top {
        display: none;
    }
    .btn_detail_mob {
        background-color: #ffb01b;
        padding: 5px 15px;
        font-size: 13px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 0px;
        color: #fff;
        font-weight: 600;
    }
    .rem_left_mob {
        padding-left: 0px;
    }
    .rem_right_mob {
        padding-right: 0px;
    }
    .hidden_para {
        width: 100% !important;
    }
    .card {
        position: absolute;
        padding: 11px 10px;
        clip-path: polygon(0% 85%, 5% 85%, 5% 100%, 0% 100%);
        transition: all ease-in-out 0.3s;
    }
    .journey_para h2 br {
        display: none;
    }
    .journey_para {
        padding: 10px;
        min-height: 140px !important;
        position: relative;
    }
    .card {
        position: absolute;
        padding: 8px 10px !important;
        clip-path: polygon(0% 85%, 5% 85%, 5% 100%, 0% 100%);
        transition: all ease-in-out 0.3s;
    }
    .container {
        width: 100%;
    }

    .hidden_para {
        background-color: inherit;
        color: #fff;
        opacity: 1;
        position: absolute;
        padding: 20px;
        bottom: -200px;
        left: 0px;
        width: 365px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) and (orientation: landscape) {
    .app_store img {
        max-width: 85% !important;
    }
    .footer_logo::after {
        content: "";
        width: 80% !important;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .logged-in {
        display: block;
    }
    .navbar-toggler:focus {
        box-shadow: none !important;
        border: none !important;
    }

    .navbar-nav .nav-item .nav-link {
        padding: 0px 3px;
        position: relative;
    }
    .navbar-brand img {
        height: 50px;
    }
    .banner_top h2 {
        font-size: 24px;
    }
    .banner_top {
        padding: 25px !important;
    }
    /*nav.navbar ul.navbar-nav li.px-3 {
        padding-right: .75rem!important;
        padding-left: .75rem!important;
    }*/
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) and (orientation: landscape) {
}
@media only screen and (min-width: 1200px) {
    .btn_sign_top {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    #navbarMain .navbar-nav .nav-item {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .navbar.navbar-expand-lg {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .navbar-brand {
        padding-top: 0;
        padding-bottom: 0px;
    }
    .navbar-nav {
        padding-left: 0;
    }
    .nav-link.active {
        font-weight: 600;
        border-bottom: solid 1px #ffb01b !important;
        font-family: "Gotham";
    }
    .navbar-nav .nav-item .nav-link:hover {
        border-bottom: solid 1px #ffb01b;
    }
    .navbar-brand img {
        height: 40px;
        transition: all 0.5s ease;
    }
    .navbar-toggler img {
        height: 25px;
    }
    .btn_cntrl {
        position: absolute;
        right: 0;
        top: -8px;
    }
    #navbarMain .navbar-nav .btn_cntrl {
        top: 0;
    }
    .coonect_with_us ul li a svg {
        width: 25px;
    }
    .navbar li.Notification sup.comNotification {
        right: -2px;
    }
}
@media only screen and (max-width: 1170px) {
    .navbar-nav .nav-item.px-4,
    .navbar-nav .nav-item.ps-4 {
        padding: 10px 15px !important;
    }
    .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        padding: 0;
    }
    #navbarMain .navbar-nav .btn_cntrl {
        position: relative;
        right: 0;
        top: 5px;
    }
    .header.fixed-top #navbarMain .navbar-nav .btn_cntrl {
        top: 0px;
    }
    .navbar li.Notification sup.comNotification {
        right: 0px;
        top: 5px;
    }
    button.btn_license_signUp {
        font-size: 12px;
    }
}
@media only screen and (max-width: 991px) {
    .navbar-nav .nav-item.px-4,
    .navbar-nav .nav-item.ps-4 {
        padding: 0 !important;
    }
    .btn_sign_top.logged-in {
        top: 13px;
    }
    button.btn_sign_top,
    .navbar button.btn_sign_top {
        top: 15px;
        transition: all 0.5s ease;
    }
    sup.NewsNotification,.navbar li.Notification sup.comNotification{
        right: auto;        
    }
    .navbar li.Notification sup.comNotification{       
        left: 113px;
    }
    .HeaderButtonWrap {
        width: 70%;
        float: right;
    }
    .HeaderButtonWrap button {
        float: right;
    }
    .HeaderButtonWrap button.btn_sign_top {        
        position: static;
        
    }
    .HeaderButtonWrap button:first-child{
        margin-left: 5px;
    }
    .TopjoinNow{
        background-color:#ffb01b ;
    
    }
    .TopjoinNow:hover{
        background-color:#4dba9b ;
    
    }
    .btn_sign_top img {
        width: 12px;
        margin-top: -2px;
    }
    .banner_txt h1, .banner_txt h2 {
        font-size: 22px;
    } 
    .dropdown.btn_sign_top.logged-in {
        position: absolute;
    }
    .banner_top {
        background-image: linear-gradient(to right, #1ab489, #2b315a);
        padding: 10px 0px !important;
        width: 100%;
    }
    .banner_top .banner_top_inner .col-md-10{
        display: none;
    }
    .navbar-nav .nav-item .nav-link.btn_license_signUp{
        display: block;
    }
    .banner_top .banner_top_inner .col-md-2{
       width: 100%;
       text-align: right;
    }
    .banner_top .banner_top_inner .col-md-2 button.btn_license_signUp{
        float: initial;
        font-weight: normal;
        margin-right: 10px;
    }
    .banner_sect{
        float: left;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .banner_txt h1 {
        font-size: 1.2rem !important;
        font-weight: normal !important;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.65);
        padding: 5px;
    }
    .mob_hide {
        display: none;
    }
    .coonect_with_us ul li a svg {
        width: 30px;
    }
    section.seach_bar .row {
        margin: 0 -10px;
    }
    .modal-body a {
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
    }
    .col-md-4.col-sm-6.footer-links {
        width: 50%;
    }
.navbar li.Notification sup.comNotification {
        right: auto;
        top: 7px;
        left: 108px;
    }
    .navbar li.Notification .Community_Notification {
        width: 280px;
    }
    #cancel-subscription-confirmation-modal .modal-header.login_user h4,
    #subscription-transaction-details-modal .modal-header.login_user h4{
        font-size: 20px;
    }
.my_profile_main .rem_right_mob {
    padding-right: 15px;

}
.banner_txt a.RealLearnMore {
    padding: 5px 10px;
    font-size: 15px;
}
.banner_txt {
    margin-top: 30px;
    text-align: center;
}
.banner_sect .owl-dots{
    bottom: 30px;
}

}

@media only screen and (max-width: 576px) {
.navbar li.Notification sup.comNotification {
    left: 95px;
}
.modal-header.login_user h4 {
    font-size: 20px;
}
.my_profile_main .rem_right_mob {
    padding-right: 0px;
}
.HeaderButtonWrap {
    width: 50%;
    float: right;
}
}

@media only screen and (max-width:479px) {
.navbar-brand img {
    height: 30px;
}
.HeaderButtonWrap {
    width: 60%;
}
.btn_sign_top {
    padding: 5px 6px;

}
.navbar-brand {
    width: 50px;
}
}

