

@charset "utf-8";

/* ================================================== */
:root {
    --bg-green-1: #0BB2B1;
    --bg-green-2: #033F3D;
    --bg-green-3: #41BA7C;
    --bg-green-4: #009490;
    --bg-red-1: #56191A;
    --bg-red-2: #F93232;


    --bg-black-2: #151515;

    --border-white-2: #222222;

    --font-Quicksand: "Quicksand", sans-serif;
    --font-Poppins: "Poppins", sans-serif;

    --text-gray-800: #A4A4A4;
    --text-red-700: #FF4B4A;
}

html {
    padding: 0 !important;
    margin: 0 !important;
    scroll-behavior: smooth;
    overflow-anchor: none;
}

body {
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    padding: 0;
    display: none;
    color: #7e7e7e;
}

.modal {
    z-index: 1110 !important;
    word-break: break-word;
}

#homepage.modal-open {
    padding-right: 0;
}

body.boxed {
    margin: 30px;
    overflow: hidden !important;
    position: relative;
}

#pagepiling {
    position: absolute;
    width: 100%;
    height: 100%;
}

#wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
    /*    padding-bottom: 3rem;*/
}

.de-navbar-left #wrapper {
    overflow: visible;
}

a,
a:hover {
    text-decoration: none;
    color: #888;
}

/* ================================================== */
/*  header	*/
/* ================================================== */


.goc-genie-layout-wrapper {
    z-index: 1100;
}

header .info {
    display: none;
    color: #fff;
    padding: 10px 0 10px 0;
    width: 100%;
    z-index: 100;
    background: #242424;
}

header .info .col {
    display: inline-block;
    font-size: 12px;
}

header .info .col {
    padding-right: 30px;
}

header .info .col:last-child {
    padding-right: 0px;
}

header .info i {
    font-size: 14px;
    margin-right: 15px;
}

header .info .social.col {
    border: none;
}

header .info .social i {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    float: none;
    padding: 0 10px 0 10px;
    margin: 0;
}

header .info strong {
    font-size: 12px;
}

header.header-bg {
    background: rgba(0, 0, 0, 0.5);
}

header:not(.smaller):not(.header-mobile).header-light.transparent {
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}

header.autoshow {
    top: -120px;
    height: 70px !important;
}

header.autoshow.scrollOn,
header.autoshow.scrollOff {
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}

header.autoshow.scrollOn {
    top: 0;
}

header.autoshow.scrollOff {
    top: -120px;
}

header div#logo {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    position: absolute;
    font-size: 72px;
    color: white;
    font-weight: 700;
       line-height: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /* width: 60px; */
    font-size: 26px;
    color: #6d47ff;
    display: flex;
    align-items: center;
}

header .logo-2 {
    display: none;
}

header .logo-scroll {
    display: none;
}


header nav a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



header.smaller #mainmenu li li a {
    padding-top: 2px;
    padding-bottom: 2px;
}

header.smaller #mainmenu ul ul {
    top: 0px;
}

header.smaller {
    height: 80px;
    background: rgba(21, 21, 21, 0.95);
    position: fixed;
    border-bottom: 1px solid #434343;
    top: 0px;
    -webkit-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.1);
}

header.smaller .btn-rsvp {
    height: 100px;
    padding-top: 55px;
}

.boxed header.smaller {
    margin-top: 0px;
}

header:not(.header-light).smaller.scroll-light div#logo .logo {
    display: none;
}

header.smaller.scroll-light div#logo .logo-2 {
    display: inline-block;
}

header.smaller.scroll-light div#logo .logo-scroll {
    display: inline-block;
}

header.smaller.scroll-light #mainmenu a,
header.header-mobile.header-light #mainmenu a {
    color: #fff;
}

header.smaller.scroll-light #mainmenu li li a {
    color: #fff;
}

header.smaller.header-light div#logo .logo {
    display: none;
}

.logo-smaller div#logo {
    width: 150px;
    height: 30px;
    line-height: 65px;
    font-size: 30px;
}

.logo-smaller div#logo img {
    line-height: 75px;
    font-size: 30px;
}

.logo-smaller div#logo .logo-1 {
    display: none;
}

.logo-smaller div#logo .logo-2 {
    display: inline-block;
}

.logo-small {
    margin-bottom: 20px;
}

#logo-container {
    position: fixed;
    width: 100%;
    z-index: 1000;
    padding: 40px 0;
}

header.de_header_2 {
    height: 125px;
}

header.de_header_2.smaller {
    height: 70px;
}

header.de_header_2.smaller .info {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.de-navbar-left {
    background: #151618;
}

.de-navbar-left #logo {
    padding: 40px;
    text-align: center;
    width: 100%;
}

.de-navbar-left header {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    background: none;
    padding: 30px;
    padding-right: 20px;
}

.de-navbar-left header #mainmenu {
    float: none;
    margin: 0;
    padding: 0;
}

.de-navbar-left header #mainmenu>li {
    display: block !important;
    margin: 0;
    float: none;
    text-align: center;
    font-family: "Quicksand";
    letter-spacing: 5px;
    font-size: 14px;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.de_light.de-navbar-left header #mainmenu>li {
    border-bottom: solid 1px rgba(0, 0, 0, 0.5);
}

.de-navbar-left header #mainmenu>li>a {
    padding: 0;
    opacity: 0.5;
}

.de_light.de-navbar-left header #mainmenu>li>a {
    color: #222;
}

.de-navbar-left header #mainmenu>li a:hover {
    opacity: 1;
}

.de-navbar-left header #mainmenu>li>a:after {
    content: none;
}

.de-navbar-left header nav {
    float: none !important;
}

/* subheader */

#subheader {
    padding: 0;
    text-align: center;
    overflow: hidden;
}

#subheader .overlay-bg {
    padding: 170px 0 100px 0;
}

#subheader .wrap {
    padding: 180px 0 40px 0;
    background: rgba(30, 30, 30, 0.5);
}

.de-navbar-left #subheader {
    padding-bottom: 120px;
}

#subheader h1 {
    color: #212121;
    font-size: 48px;
    letter-spacing: 0px;
    font-weight: 600;
}

#subheader h3 {
    font-weight: 400;
}

#subheader p {
    margin-bottom: 0;
}

#subheader h2 {
    position: relative;
    z-index: 10;
}

#subheader h2.s2 {
    font-family: "Parisienne";
    font-size: 84px;
    font-weight: lighter !important;
}

#subheader span {
    letter-spacing: 2px;
    display: inline-block;
    font-size: 15px;
    margin-top: 88px;
    color: #fff;
}

#subheader .crumb {
    font-size: 10px;
    letter-spacing: 3px;
    margin-top: 20px;
    color: #fff;
}

#subheader .small-border-deco {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

#subheader .small-border-deco span {
    display: block;
    margin: 0 auto;
    height: 2px;
    width: 100px;
}

#subheader.dark {
    background: #202220;
    color: #ccc;
}

#subheader.dark h2,
#subheader.dark h3 {
    color: #fff;
}

#subheader.dark h2 {
    font-size: 48px;
}

.de-navbar-left.de_light #subheader h1 {
    color: #222;
}

.bottom-navigation {
    display: none;
}

/* ================================================== */
/* navigation */
/* ================================================== */

#mainmenu {
    font-family: "Quicksand";
    float: right;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-left: 15px;
    display: flex !important;
    align-items: center;
}

#mainmenu.style-2>li {
    text-transform: none;
    font-size: 13px;
}

#mainmenu ul {
    float: right;
    margin: 0px 0px;
    padding: 0px 0px;
    height: 30px;
    font-weight: 500;
}

.merge-menu-list {
    float: left !important;
    display: inline-block;
    border-radius: 24px;
    height: auto !important;
    position: relative;
    z-index: 99;
    top: 1px;
    display: flex;
    gap: 24px;
    margin: 0px 3px 0px 3px !important;
    padding: 0px 6px !important;
}

.merge-menu-list.merge-menu-list-more {
    background: transparent;
    border: 1px solid var(--bg-green-1);
    border-radius: 30px;
    padding: 0px 10px !important;

}

.merge-menu-list small {
    position: absolute;
    left: 0px;
    right: 0px;
    top: -13px;
    border-radius: 0px;
    line-height: 17px;
    margin-top: 1px;
    color: var(--bg-green-1) !important;
    font-size: 13px;
    white-space: nowrap;
    z-index: 1102;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid var(--bg-green-1);
    border-radius: 30px;
    background-color: #000;
    width: 132px;
    margin: auto;
    font-family: var(--font-Poppins);
    transition: none;
}

#mainmenu li {
    margin: 0px 0px;
    padding: 0px 0px;
    float: left;
    display: inline;
    list-style: none;
    position: relative;
    z-index: 1100;
    transition: none !important;
}

.d-none-xl {
    display: none !important;
}

#mainmenu a {
    display: inline-block;
    padding: 3px 10px;
    /*    line-height: 35px;*/
    text-decoration: none;
    color: #fff;
    text-align: center;
    outline: none;
    display: flex;
    align-items: center;
    white-space: nowrap;
    line-height: 28px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
        transition: none;
}

#mainmenu li a i {
    font-size: 14px;
    padding-right: 5px;
    display: none !important;
}

#mainmenu li.desktop-home a i {
    line-height: normal;
}

#mainmenu li a img {
    width: 17px;
}

#mainmenu li.communty-menu a img {
    width: 20px;
}

#mainmenu li a svg {
    width: 17px;
}

#mainmenu li.header-scaner-web a img {
    width: 18px;
}

#mainmenu li.partner-icon a img {
    width: 21px;
}

#mainmenu li.header-scaner-btn a img {
    width: 15px;
    margin-right: 1px;
}

#mainmenu li.header-pricing-btn a i {
    padding-right: 3px;
}

#mainmenu li.header-pricing-btn a img {
    width: 11px;
}

#mainmenu li.GOC-Meter-menu a i img {
    padding-bottom: 2px;
}

.header-light #mainmenu>li>a {
    color: #ffffff;
    font-weight: 500;
}

.header-light #mainmenu>li>a:hover {
    color: #0eb0b0 !important;
}

#mainmenu li a:after {
    float: right;
    position: relative;
    font-family: "FontAwesome";
    content: "\f111";
    font-size: 6px;
    /*    margin-left: 10px;*/
    margin-top: 0px;
    color: #f7c51e;
}

#mainmenu li:last-child a:after {
    display: none;
}

#mainmenu.no-separator li a:after {
    font-size: 0px;
}

#mainmenu.line-separator li a:after {
    content: "/";
    font-size: 14px;
}

#mainmenu.circle-separator li a:after {
    content: "\f10c";
    font-size: 9px;
}

#mainmenu.strip-separator li a:after {
    content: "\f068";
    font-size: 9px;
}

#mainmenu.plus-separator li a:after {
    content: "\f067";
    font-size: 11px;
}

#mainmenu.square-separator li a:after {
    content: "\f096";
    font-size: 11px;
}

#mainmenu.heart-separator li a:after {
    content: "\f004";
    font-size: 8px;
}

#mainmenu li li {
    font-weight: normal;
    border-bottom: solid 1px #eeeeee;
}

#mainmenu li li:last-child {
    border-bottom: none;
}

#mainmenu li li a {
    padding: 2px 15px 2px 15px;
    background: #222327;
    border-top: none;
    color: #ccc;
    width: 100%;
    border-left: none;
    text-align: left;
}

#mainmenu li li a:hover {
    color: #111;
}

#mainmenu li li a:after {
    content: none !important;
}

#mainmenu li li li a {
    padding: 2px 15px 2px 15px;
    background: #222327;
}


#mainmenu>li.header-pricing-btn a {
    /*    background: #4D3C77 !important;*/
}

/*
    #mainmenu > li.header-pricing-btn a:hover {
        background: #41b2b1 !important;
    }*/

#mainmenu>li.header-pricing-btn a .course-icon {
    width: 18px !important;
}

.dropdown-header-menu {
    position: relative;
}

.sub-menu-header {
    border-radius: 0.4rem;
    opacity: 0;
    position: absolute !important;
    top: calc(100% + 0rem) !important;
    transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
    transform: translateY(0.6rem);
    z-index: 1;
    background: #fff;
    color: #333;
    width: 160px !important;
    right: 0px !important;
    left: inherit !important;
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-header-menu:hover .sub-menu-header {
    left: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.15s linear, transform 0.15s linear;
}

#mainmenu>li.dropdown-header-menu .sub-menu-header li a {
    /*    color: #272727 !important;*/
    padding: 0.5rem 1rem;
    background: transparent !important;
    font-weight: 500;
    font-size: 15px;
}

#mainmenu>li.dropdown-header-menu .sub-menu-header li a:hover {
    background: #40b2b1 !important;
    color: #ffffff !important;
    border-radius: 0 !important;
}

#mainmenu li ul {
    width: 210px;
    height: auto;
    position: absolute;
    top: 79px;
    left: 0px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
}

#mainmenu li li {
    display: block;
    float: none;
    text-transform: none;
}

#mainmenu li>ul {
    margin-top: 30px;
}

#mainmenu li:hover>ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
}

#mainmenu li ul ul {
    left: 100%;
    top: 0px;
}

#mainmenu li ul ul li a {
    background: #202020;
}

#mainmenu li:hover>ul {
    color: #1a8b49;
}

#mainmenu select {
    padding: 10px;
    height: 36px;
    font-size: 14px;
    border: none;
    background: #ff4200;
    color: #212121;
}

#mainmenu select option {
    padding: 10px;
}

#mainmenu .btn-type {
    padding: 0;
    margin: 0;
}

#mainmenu .btn-type a {
    background: #eee;
    padding: 0;
    margin: 0;
}

#mainmenu>li ul.mega {
    position: fixed;
    left: 0;
    height: 0%;
    width: 100%;
    margin-top: 30px;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
}

#mainmenu>li:hover ul.mega {
    visibility: visible;
    opacity: 1;
}

#mainmenu li ul.mega>li {
    width: 100%;
}

#mainmenu li ul.mega li.title {
    padding: 0px 10px 15px 10px;
    text-align: left;
    color: #fff;
    font-weight: bold;
}

#mainmenu li ul.mega>li ul {
    position: static;
    visibility: visible;
    opacity: 1;
    left: 0;
    float: none;
    width: 100%;
}

#mainmenu li ul.mega .inner {
    background: #404146;
}

#mainmenu ul.mega>li ul li {
    margin: 0;
    padding: 0;
}

#mainmenu li ul.mega .menu-content {
    background: #404146;
    padding: 30px;
}

#mainmenu li ul.mega a.hover:hover {
    opacity: 0.5;
    background: none;
}

#mainmenu li ul.mega a:hover {
    -webkit-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.2);
}

#mainmenu li ul.mega a,
#mainmenu li ul.mega img {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#mainmenu li ul.mega a:hover img {
    opacity: 0.5;
}

header.header-mobile #mainmenu>li ul.mega {
    visibility: visible;
    opacity: 1;
}

header:not(.header-mobile) #mainmenu>li:hover ul.mega {
    height: auto;
}

/*#mainmenu li.youtube-btn {
    margin-right: 8px;
}*/

.header-light #mainmenu>li.youtube-btn a {
    /*    background: #ea2b2a;*/
    line-height: 28px;
    color: #ffffff;
    border-radius: 4px;
}

/*    .header-light #mainmenu > li.youtube-btn a:hover,
    .btn_purchase a:hover {
        background: #41b2b1;
    }*/

.youtube-btn a i {
    /*    margin-right: 5px;*/
    font-size: 18px;
    vertical-align: middle;
}

.header-light #mainmenu>li.pdpage-btn a,
.header-light #mainmenu>li.gocmeter-btn a {
    /*    background: #41b2b1;*/
    line-height: 28px;
    color: #ffffff;
    border-radius: 4px;
}

.header-light #mainmenu>li.gocmeter-btn a {
    /*    background: #003676;*/
}

.header-light #mainmenu>li.goc-genie-btn a {
    /*    background: transparent linear-gradient(90deg, #057895 0%, #0AB0B0 100%) 0% 0%;*/
    position: relative;
}

.header-light #mainmenu>li.goc-genie-btn a:hover {
    /*        background: transparent linear-gradient(270deg, #057895 0%, #0AB0B0 100%) 0% 0% !important;*/
}

/*.goc-crown-menu-vector {
    position: absolute;
    top: -9px;
    left: 0;
}*/

.goc-white-menu-vector {
    width: 18px;
}

/*.btn_purchase a:hover {
    background: #41b2b1;
}

.header-light #mainmenu > li.pdpage-btn a:hover {
    background: #41b2b1;
}

.header-light #mainmenu > li.gocmeter-btn a:hover {
    background: #41b2b1;
}*/

.pdpage-btn .up-arrow {
    transform: rotate(-90deg);
    color: #fff;
    margin: 0;
    width: 2px;
    position: relative;
    top: 5px;
    font-weight: 700;
    font-size: 16px;
}

.pdpage-btn .down-arrow {
    transform: rotate(90deg);
    color: #fff;
    margin: 0;
    width: 18px;
    position: relative;
    top: 0px;
    font-weight: 700;
    font-size: 16px;
}

/*.pdpage-btn a i,
.gocmeter-btn a i {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: middle;
}

.gocmeter-btn a i {
    margin-top: -3px
}*/
/*#mainmenu li.pdpage-btn,
#mainmenu li.gocmeter-btn {
    margin-right: 8px;
}*/
/*.gocmeter-btn {
}*/
/**/
.header-light #mainmenu>li.purchase-btn a {
    /*    background: #33b249;*/
    line-height: 28px;
    color: #ffffff;
    border-radius: 4px;
}

/*
    .header-light #mainmenu > li.purchase-btn a:hover,
    .btn_purchase a:hover {
        background: #41b2b1;
    }*/
.menu-icon-bar {
    display: none !important;
}

.menu-icon-bar-web {
    display: inline-block !important;
    padding-right: 3px;
}

.menu-icon-bar-web svg {
    width: 16px;
    vertical-align: bottom;
}

#mainmenu>li>a.user-area-tag {
    display: none;
}

.purchase-btn a i {
    font-size: 18px;
    vertical-align: middle;
}

/*sprite menu icon style*/

.pd-light-icon {
    width: 19px;
    height: 15px;
    display: inline-block;
    background-image: url(../images/up-down-arrow.png);
    background-repeat: no-repeat;
    background-position: center 2px;
    background-size: 16px;
    position: relative;
    top: 3px;
    display: none;
}

.goc-channel-light-icon {
    width: 19px;
    height: 15px;
    display: inline-block;
    background-image: url(../images/noun-youtube-solid.svg);
    background-repeat: no-repeat;
    background-position: center 2px;
    background-size: 16px;
    position: relative;
    top: 3px;
}

.goc-algo-light-icon {
    width: 19px;
    height: 15px;
    display: inline-block;
    background-image: url(../images/goc-algo-light-icon.svg);
    background-repeat: no-repeat;
    background-position: center 2px;
    background-size: 16px;
    position: relative;
    top: 3px;
}

.goc-algo-light-icon {
    width: 19px;
    height: 18px;
    display: inline-block;
    background-image: url(../images/algo-icon-menu.svg);
    background-repeat: no-repeat;
    background-position: center 2px;
    background-size: 16px;
    position: relative;
    top: 3px;
}

a.no-padding {
    padding: 0 !important;
}

img.algo-icon {
    width: 19px !important;
    margin-right: 8px;
    height: auto !important;
    vertical-align: sub;
}

.admin-profile-dropdown .btn-secondary {
    background: #223C35 !important;
    color: #ffffff !important;
    border: none;
    padding: 0;
    line-height: 27px;
    white-space: nowrap;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
        transition: none;
}
.admin-profile-dropdown .btn-secondary:hover{
    color: var(--bg-green-1) !important;
}

.admin-profile-dropdown .btn-secondary path {
    fill: var(--bg-green-1);
}

.admin-profile-dropdown .btn-secondary .menu-down-arrow {
    position: relative;
    top: 2px;
    display: none !important;
}

.admin-profile-dropdown .btn-secondary:hover {
    background: #295045 !important;
}

.admin-profile-dropdown .btn-secondary.profile-admin {
    line-height: 32px;
    font-weight: 500;
    width: auto;
    height: auto;
    padding: 0px;
    background: transparent !important;
    border-radius: 0px;
    gap: 5px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}

.admin-profile-dropdown .btn-secondary .menu-icon-bar-web {
    padding: 0px;
}

.admin-profile-dropdown .btn-secondary .menu-icon-bar-web svg {
    width: 23px;
}

.admin-profile-dropdown .btn-secondary a {
    color: #ffffff !important;
    font-weight: 600;
}

.admin-profile-dropdown .btn-secondary:focus {
    box-shadow: none !important;
}

#mainmenu .admin-profile-dropdown .dropdown-menu a {
    color: #ffffff;
    font-size: 15px;
    padding: 0;
    font-weight: 500;
    display: block;
    text-align: left;
}

#mainmenu .admin-profile-dropdown .dropdown-menu a:hover {
    color: #01a4ae;
}

.admin-profile-dropdown .dropdown-menu a i {
    color: #05a5ae;
    padding-right: 5px;
}

.admin-profile-dropdown .dropdown-toggle::after {
    vertical-align: middle;
    margin-left: -1px;
}

.admin-profile-dropdown .dropdown-menu {
    border: none;
    margin-top: 21px;
    min-width: 11rem;
    padding: 1rem 1rem;
    background: #000;
    z-index: 1100;
    left: inherit !important;
    right: 0;
    transform: translate3d(1px, 28px, 0px) !important;
    border-radius: 0px 0px 6px 6px;
}

.profile-line {
    border-bottom: 1px solid #ffffff1f;
    padding: 0 1rem 0.8rem;
}

.middle-area-line {
    border-bottom: 1px solid #434343;
    padding: 0.7rem 1rem;
}

.profile-line p {
    margin-bottom: 0;
    color: #ffffff;
}

.profile-text {
    margin-bottom: 5px;
    color: #bcbcbc;
    font-size: 18px;
}

.signout-line {
    padding: 0.5rem 1rem 0;
}

/* menu toggle for mobile */
#menu-btn:hover {
    background: #fff;
}

#menu-btn:hover:before {
    color: #222;
}

header.header-mobile.header-light,
header.header-mobile.header-light #menu-btn,
header.header-mobile.header-light #menu-btn:hover {
    background: none;
}

header.header-mobile.header-light #menu-btn {
    color: #222;
}

.goc-genie-layout-wrapper #menu-btn:hover:before {
    color: #fff;
}

header.header-mobile.header-light.goc-genie-layout-wrapper #mainmenu a {
    color: #fff;
}

header.header-mobile.header-light.goc-genie-layout-wrapper #menu-btn {
    color: #fff;
}

.dark-theme .highcharts-label-box {
    fill: #000000;
}

/* ================================================== */
/* content */
/* ================================================== */

#content {
    width: 100%;
    background: #fff;
    padding: 90px 0 90px 0;
    z-index: 100;
}

.de_light #content {
    background: #ffffff;
}

#content {
    background: #18191b;
}

.text-tab-area h4 {
    text-align: center;
    color: #414040;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 5px;
    font-family: var(--font-Poppins);
}

.dark-theme .text-tab-area h4 {
    color: #ffffff;
}

/* ================================================== */
/* section */
/* ================================================== */
section {
    padding: 103px 0 50px 0;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}

.section {
    padding: 120px 0 120px;
}

section,
#subheader {
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.de-navbar-left .container-fluid .container {
    width: 100% !important;
}

.de-navbar-left section {
    padding: 70px;
}

.section-fixed {
    position: fixed;
    width: 100%;
    min-height: 100%;
    height: auto;
}

.full-height {
    overflow: hidden !important;
}

/* ================================================== */
/* Youtube session area */
/* ================================================== */
.youtube-session-area {
    margin: 2rem 0 1rem;
}

.youtube-session-header {
    border: 1px solid #44b9b3;
    padding: 0.5rem 1rem;
    color: #333333;
    font-weight: 600;
    width: 25%;
    margin: 0 auto;
    border-bottom: 0;
    border-radius: 4px 4px 0px 0px;
    background: #ebf7f6;
    font-size: 16px;
}

.youtube-session-header p {
    margin-bottom: 0;
}

.youtube-session-body {
    cursor: pointer;
    border: 1px solid #44b9b3;
    display: inline-block;
    padding: 0.5rem 4rem;
    border-radius: 4px;
    background: #ffffff;
    width: 50%;
}

.youtube-session-body i {
    font-size: 34px;
    width: 100%;
    color: #ea2b2a;
    margin-bottom: 0.9rem;
}

.youtube-session-body i b {
    color: #333333;
    margin-left: 10px;
    font-size: 20px;
    position: relative;
    top: -5px;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
}

.youtube-session-body a {
    text-decoration: none;
    color: #333333;
    font-size: 18px;
    margin-bottom: 8px;
    display: inline-block;
    transition: 0.4s;
}

.youtube-session-body a:hover {
    color: #44b9b3 !important;
}

.youtube-session-body a b {
    background: #44b9b3;
    padding: 0.3rem 1rem;
    border-radius: 4px;
    color: #fff;
}

.youtube-session-body .live-session i {
    box-shadow: 0 0 0 0 rgb(255, 82, 82);
    animation: pulse-red 2s infinite;
}

.youtube-session-body .live-session i {
    width: 16px;
    border-radius: 50%;
    line-height: 16px;
    margin-bottom: 0;
    height: 16px;
    margin-right: 4px;
    font-size: 17px;
}

@keyframes pulse-red {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}

.live-session span {
    font-weight: 600;
    vertical-align: top;
    margin-right: 0.3rem;
    color: #44b9b3;
}

.show-sm-view {
    display: none !important;
}

/* ================================================== */

/* Pullers/Draggers area */

/* ================================================== */
.nifty-pd-chart-wrapper {
    height: 350px;
    position: relative;
}

.nifty-pd-chart-wrapper {
    top: -2rem;
}



section#PDPage {
    padding: 95px 0 100px 0;
    min-height: calc(100vh - 54px);
}

/* .dismiss-box section#PDPage,
.dismiss-box section#GocMeterSec,
.dismiss-box #GocDashboardSec {
    padding: 145px 0 100px 0;
} */


.telegram-box {
    margin-top: 10px;
    justify-content: center;
}

.telegram-box img {
    width: 100%;
}

.tbl_scroll table thead {
    position: sticky;
    top: 1px;
    z-index: 1;
}

/* width */
.tbl_scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
.tbl_scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.tbl_scroll::-webkit-scrollbar-thumb {
    background: #aca9a9;
}

/* Handle on hover */
/*    .tbl_scroll::-webkit-scrollbar-thumb:hover {
        background: #787676;
    }*/

.table-success,
.table-success>th {
    background: #01241B;
}

.table-danger,
.table-danger>th {
    background-color: #330F0F;
    border-color: #551919 !important;
}

.table-danger>th i {
    color: #FF4B4A;
    font-size: 14px;
}

.table-success>th,
.table-danger>th {
    font-size: 15px;
    padding: 6px 12px;
}

.table-success>td {
    background: #00140F;
    border-color: #004C38;
}

.table-danger td {
    background: #260404;
    border-color: #3A1B1B;
}

.table-success>td,
.table-danger td {
    font-size: 14px;
    padding: 4px 12px;
}

.pd-green-red-table .table-success th,
.pd-green-red-table .table-danger th {
    padding: 8px 12px;
    font-size: 13px;
}

/*.pd-green-red-table .table-success > td,
.pd-green-red-table .table-danger td {
    font-size: 14px;
    padding: 4px 8px;
}*/
.pd-green-red-table td .stock-card-box-bull p {
    margin: 0;
    font-size: 14px !important;
}


.tbl_scroll {
    overflow-x: auto;
    overflow-y: hidden;
}

.custom-chart-modal {
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.custom-chart-modal span {
    color: #3d3d3d;
    margin: 0 0 5px;
    font-weight: 500;
    font-size: 18px;
}

.custom-chart-modal .btn {
    border: 1px solid #5e5d5d;
}

.custom-chart-modal .btn:hover {
    background: #09a9af;
    color: #ffffff;
    border-color: #09a9af;
}

.custom-chart-modal .modal-header .close span {
    font-size: 1.2rem;
    line-height: 25px;
    opacity: 1;
}

.custom-chart-modal .modal {
    padding-right: 0 !important;
}

.custom-chart-modal .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.custom-chart-modal .modal-content {
    height: 100vh;
    border-radius: 0;
}

.custom-chart-modal .modal-body {
    background: #ffffff;
}

.custom-chart-modal,
.chart-modal-center-col {
    text-align: right;
}

.tooltip-container {
    position: relative;
    z-index: 6;
}

.tooltip-container:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip-container .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #525555;
    color: #eaeaea;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -25px;
    opacity: 0;
    transition: opacity 0.3s;
    transform: translateX(-50%);
    top: 2rem;
    padding: 0.4rem 1rem;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    white-space: normal;
}

.tooltip-container .tooltiptext:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #555555;
}

.custom-info-alert b {
    position: relative;
    top: -5px;
    font-weight: 400;
}

.plan-active-stripe {
    padding: 15px 20px;
    box-shadow: 0 0 10px rgba(0 0 0 / 30%);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    background: #ffffff;
}

.plan-active-stripe p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #202020;
}

.plan-active-stripe .upgrade-plan-area {
    padding-top: 0;
    padding-right: 0;
}

.plan-active-stripe .goc-upgrade-btn {
    margin-bottom: 0;
}

.dark-theme .plan-active-stripe {
    background: #333333;
}

.dark-theme .plan-active-stripe p {
    color: #ffffff;
}

.coming-live-boxArea {
    margin-bottom: 1rem;
}

.coming-live-boxArea .inline-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    border: 1px solid #9DD3D1;
    border-radius: 14px;
    padding: 4px 8px;
    /*    background: #bcf3f1;*/
}

.dark-theme .coming-live-boxArea .inline-item {
    background: #bcf3f1;
}

.coming-live-boxArea .inline-item .fa-youtube-play {
    color: red;
    font-size: 22px;
    background: transparent;
    border-radius: 50px;
    padding: 3px;
}

.dark-theme .coming-live-boxArea .inline-item .fa-youtube-play {
    background: #ffffff;
}

.coming-live-boxArea .inline-item p {
    font-weight: 600;
    color: #000000;
    margin: 0 0.7rem;
}

.dark-theme .coming-live-boxArea .inline-item p {
    font-weight: 600;
    /*    color: #ffffff;*/
    margin: 0 0.7rem;
}

.coming-live-boxArea .inline-item p b {
    color: #009A9A;
    text-transform: uppercase;
    font-size: 18px;
}

.coming-live-boxArea .inline-item .gradient-scanner-btn {
    padding: 0.22rem 1rem;
    border-radius: 40px;
    border: none;
    font-size: 14px;
    margin-right: 5px;
    overflow: inherit;
}

.coming-live-boxArea .inline-item .gradient-scanner-btn:last-child {
    margin-right: 0;
}

/* ================================================== */
/* Bottom modal  */
/* ================================================== */
.bottom-modal {
    position: fixed !important;
    top: auto;
    right: auto;
    left: auto;
    bottom: 0;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 0;
    border-top: 3px solid #0bb2b1;
    margin: 0 !important;
}

.bottom-modal .modal-content {
    border-radius: 0;
}

.bottom-modal .modal-header {
    display: none;
}

.modal-custom-body {
    padding: 1.5rem 1rem;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.modal-custom-body h3 {
    margin: 0 auto;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 2rem;
}

.modal-custom-body p b {
    color: #41b2b1;
}

.modal-custom-body .btn-secondary {
    background: #41b2b1;
    border-color: #41b2b1;
    font-size: 15px;
    font-weight: 600;
    opacity: 0.8;
    transition: 0.3s;
    padding: 6px 24px;
}

.modal-custom-body .btn-secondary:hover {
    opacity: 1;
    background: #41b2b1;
    border-color: #41b2b1;
}

.btn-secondary-dev {
    background: #41b2b1;
    border-color: #41b2b1;
    font-size: 15px;
    font-weight: 600;
    opacity: 0.8;
    transition: 0.3s;
    padding: 6px 24px;
}

.btn-secondary-dev:hover {
    opacity: 1;
        background: #41b2b1;
    border-color: #41b2b1;
}

.lock-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #41b2b1;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    top: -1.4rem;
}

/* ================================================== */
/* Chartbox GTP  */
/* ================================================== */
.chartbox-data-goc-box {
    background: #333333;
    box-shadow: 0px 0px 10px #00000029;
    padding: 8px 10px;
    margin-bottom: 1rem;
    transition: 0.3s ease-in-out;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 1140px;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.custom-selection {
    padding: 5px 12px;
    margin: 0 0px;
    color: #A4A4A4;
    background-color: #000000;
    font-size: 14px;
        line-height: 20px;
    border: 2px solid #343539 !important;
    border-radius: 20px;
    font-family: "Poppins", sans-serif;

    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M5.25586 7.29883L0.330078 2.37305C0.203125 2.27148 0.152344 2.11914 0.152344 1.94141C0.152344 1.78906 0.203125 1.63672 0.330078 1.50977L0.888672 0.951172C0.990234 0.849609 1.14258 0.773438 1.32031 0.773438C1.47266 0.773438 1.625 0.824219 1.75195 0.925781L5.6875 4.86133L9.62305 0.925781C9.72461 0.824219 9.87695 0.773438 10.0547 0.773438C10.207 0.773438 10.3594 0.849609 10.4863 0.951172L11.0449 1.50977C11.1465 1.63672 11.2227 1.78906 11.2227 1.94141C11.2227 2.11914 11.1465 2.27148 11.0449 2.37305L6.11914 7.29883C5.99219 7.45117 5.83984 7.50195 5.6875 7.50195C5.50977 7.50195 5.35742 7.45117 5.25586 7.29883Z' fill='%23A4A4A4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .6rem center;
    background-size: 11px 10px;
    padding-right: 22px;
    outline: 0px;
}

.custom-selection:focus {
    border-color: #343539 !important;

}


.gpt-live-index-wrapper {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

/*CUSTOM TOOLTIP SMALL*/

.tooltip-container-small .tooltiptext {
    width: 300px;
    background-color: #212121;
    right: 0%;
    margin-left: 0;
    transform: translateX(0%);
    font-size: 12px;
    line-height: 18px;
    left: inherit;
}

.tooltip-container-small .tooltiptext:after {
    left: inherit;
    border-bottom: 5px solid #212122;
    right: 5px;
}

.gpt-live-indexshow {
    color: #E0E0E0;
    font-size: 20px !important;
    cursor: pointer;
}

.chartbox-data-goc-box .chartbox-data-inner img {
    border: none;
    border-radius: 0;
}

.chartbox-gtp {
    background: #212121;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 20px;
    padding: 1.5rem;
    margin: 1rem 0;
}

.chartbox-title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    position: relative;
}

gocGpt-date span {
    color: #333333;
    font-size: 14px;
}

.gocGpt-date p {
    margin-bottom: 0;
    color: #128590;
    font-weight: 600;
    font-size: 14px;
    margin-top: -5px;
}

.gocGpt-date span {
    font-size: 12px;
}

.gocGpt-date {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
}

.gocGpt-more {
    position: absolute;
    left: 0;
}

#GOC-lernMore .stockhistory-modal {
    max-width: 650px;
}

.modal-650mw {
    max-width: 650px !important;
}

.gocGpt-more span {
    font-weight: 500;
    color: #A4A4A4;
    font-family: "Poppins", sans-serif;
}

.goc-learn-small {
    background: #333333;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #00000029;
    display: none;
}

.goc-learn-small .gocGpt-more {
    position: inherit;
}

.gocGpt-more .fa-youtube-play {
    color: red;
    cursor: pointer;
    font-size: 22px;
    vertical-align: sub;
}

.chartbox-title .btn_refresh_goc {
    margin-left: 10px;
    background: transparent !important;
}

.chartbox-title .btn_refresh_goc .icn-refresh {
    color: #6b6b6b;
    font-size: 18px;
}

.chartbox-title h4 {
    color: #108590;
    font-size: 35px;
    font-weight: 700;
    margin-right: 1rem;
    margin-top: 0;
    line-height: 28px;
    margin-bottom: 0rem;
}

.chartbox-title img {
    width: 22px;
    cursor: pointer;
}

.chartbox-trend {
    background: #000000;
    box-shadow: 0px 0.9px 1.47px 0px #00000007;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid #1F1F1F;
    margin-bottom: 0px !important;
}

.pd-live-widget .gpt-stock-col .chartbox-trend {
    border-radius: 0 0 10px 10px;
    border-bottom: 0px;
}

.chartbox-trend-inner {
    display: flex;
    align-items: center;
    padding: 8px 10px !important;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.nv-circle {
    width: 39px;
    height: 39px;
    line-height: 39px;
    background: linear-gradient(to right, #644bfa, #037dc9);
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
}

.chartbox-trend-inner p {
    margin-bottom: 0;
    margin-left: 0.8rem;
}

.chartbox-trend-inner select {
    padding: 4px 10px;
    margin: 0 10px;
    border-radius: 20px;
    color: #A4A4A4;
    background-color: #000000;
    border: 2px solid #343539;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    font-family: var(--font-Poppins);
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M5.25586 7.29883L0.330078 2.37305C0.203125 2.27148 0.152344 2.11914 0.152344 1.94141C0.152344 1.78906 0.203125 1.63672 0.330078 1.50977L0.888672 0.951172C0.990234 0.849609 1.14258 0.773438 1.32031 0.773438C1.47266 0.773438 1.625 0.824219 1.75195 0.925781L5.6875 4.86133L9.62305 0.925781C9.72461 0.824219 9.87695 0.773438 10.0547 0.773438C10.207 0.773438 10.3594 0.849609 10.4863 0.951172L11.0449 1.50977C11.1465 1.63672 11.2227 1.78906 11.2227 1.94141C11.2227 2.11914 11.1465 2.27148 11.0449 2.37305L6.11914 7.29883C5.99219 7.45117 5.83984 7.50195 5.6875 7.50195C5.50977 7.50195 5.35742 7.45117 5.25586 7.29883Z' fill='%23A4A4A4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .6rem center;
    background-size: 11px 10px;
    min-width: 70px;
    padding-right: 27px;
    outline: 0px;
}

.chartbox-trend-inner select:focus {
    border-color: #343539;
}

.chartbox-data-goc {
    background: #000000;
    box-shadow: 0px 0.9px 1.47px 0px #00000007;
    border-radius: 0px 0px 10px 10px;
    padding: 8px 10px !important;
    align-items: center;
    display: flex;
    justify-content: space-between;
    /* transition: 0.2s ease-in-out; */
    margin-bottom: 12px !important;
}

.chartbox-data-goc .chartbox-data-inner img {
    border: none;
    border-radius: 0px;
}

.chartbox-data-inner {
    display: flex;
    align-items: center;
}

.chartbox-data-inner p {
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 14px;
    color: #A4A4A4;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.chart-data-gpt-wrapper {
    background: #000000;
    box-shadow: 0px 0.9px 1.47px 0px #00000007;
    border-radius: 10px;
    padding: 1rem;
    max-height: 410px;
    overflow: auto;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 6px;
}

::-webkit-scrollbar-track {

    background: #121212 !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px !important;
    background: #242424 !important;
    outline: 0px !important;
}

.chart-data-gpt-wrapper ul {
    padding-left: 0px;
    list-style-type: none;
    color: #464646;
    font-size: 14px;
    margin-bottom: 4px;
}

.chart-data-gpt-wrapper ul.green {
    color: var(--bg-green-3) !important;
}

.chart-data-gpt-wrapper ul.red {
    color: var(--bg-red-2) !important;
}

.chart-data-gpt-wrapper ul li {
    display: block;
    padding-right: 2px;
    font-weight: 500;
    font-family: var(--font-Poppins);
}

.active-stock-gpt-wrapper {
    background: #333333;
    box-shadow: 2px 2px 10px #0000001a;
    border-radius: 5px;
    padding: 1rem;
}

.active-stock-gpt-wrapper h3 {
    color: #ffffff;
}

.active-stock-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.stock-box-gpt {
    background: var(--bg-black-2);
    box-shadow: 0px 0.9px 1.47px 0px #00000007;
    border-radius: 10px;
    text-align: center;
    padding: 14px;
    cursor: pointer;
}

.stock-box-gpt h3 {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 700;
}

.stock-box-gpt p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.upstock-mark {
    color: #48e36b;
}

.downstock-mark {
    color: #f93232;
}

.chartbox-data-inner img {
    border: 1px solid #cdcdcd;
    border-radius: 50px;
    width: 40px;
}

.goc-upgrade-btn {
    box-shadow: 0px 6px 6px #0000001a;
    border-radius: 30px;
    display: inline-block;
    color: #ffffff !important;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #28cbdb;
    background-image: linear-gradient(to right, #31737c, #2acbdb);
    padding: 3px 16px !important;
    height: auto !important;
}

.goc-upgrade-btn:hover {
    background-image: linear-gradient(to right, #2acbdb, #31737c);
}

.upgrade-plan-area {
    position: relative;
    padding-top: 12px;
    padding-right: 10px;
}

.show-xs-plan {
    display: none;
}

.upgrade-plan-area img {
    position: absolute;
    z-index: 9;
    left: -17px;
    width: 44px;
    top: -4px;
    transform: rotate(-12deg);
}

.overlay-trial-section {
    background: #ffffff;
    width: 98%;
    height: auto;
    z-index: 10;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.95;
    box-shadow: 0px 0px 3px #00000029;
    border-radius: 20px;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 1rem;
    margin-top: 0.8rem;
}

.overlay-trial-section .chartbox-title h4 {
    font-size: 36px;
    font-weight: 700;
    margin-right: 3.5rem;
    margin-top: 9px;
}

.center-trial-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.center-trial-box p {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
}

.center-trial-box p span {
    color: #108590;
}

.center-trial-box .btn-custom {
    background: transparent linear-gradient(90deg, #644bfa 0%, #037dc9 100%) 0% 0% no-repeat padding-box;
    font-size: 20px;
}

.preference-header .modal-title {
    font-size: 18px;
}

.Prefrences-modal-body {
    padding: 1rem;
    text-align: center;
}

.preference-header span img {
    width: 13px;
    /*    display: inline-block;*/
}

.preference-header {
    padding: 14px 16px;
}

.Prefrences-modal-body .fa {
    font-size: 45px;
    background: transparent linear-gradient(90deg, #644bfa 0%, #037dc9 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
}

.Prefrences-modal-body input[type="checkbox"] {
    height: 18px;
    width: 18px;
    vertical-align: sub;
    accent-color: #3f67df;
}

.Prefrences-modal-body span {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    margin-left: 5px;
    font-weight: 600;
}

.modal-footer .modal-btn {
    background: transparent linear-gradient(90deg, #644bfa 0%, #037dc9 100%) 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 8px 20px;
    min-width: auto;
    width: auto;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.modal-footer .modal-pop-btn {
    background: transparent linear-gradient(90deg, #644bfa 0%, #037dc9 100%) 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 8px 20px;
    min-width: auto;
    width: auto;
    font-size: 20px;
    letter-spacing: 0.5px;
}

/* Account active modal*/
.modal-confirm {
    color: #636363;
    font-size: 14px;
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 10px;
    border: none;
}

.chart-titleWith-graph b {
    display: flex;
    align-items: center;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 24px;
    margin: 50px 0 -15px;
    font-weight: 600;
}

.modal-confirm .modal-body p {
    margin-bottom: 0;
    /*color: #949494;*/
        word-break: break-all;
}

.modal-confirm .form-control,
.modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}

.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -5px;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}

.stockhistory-modal .modal-header.hideStock-modal-header {
    padding-left: 0px;
    padding-right: 0px;
}

.modal-confirm .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: transparent linear-gradient(90deg, #644bfa 0%, #037dc9 100%) 0% 0% no-repeat;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.modal-confirm .icon-box i {
    font-size: 58px;
    position: relative;
    top: 3px;
}

.modal-confirm.modal-dialog {
    margin-top: 40px;
}

.modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: transparent linear-gradient(90deg, #644bfa 0%, #037dc9 100%) 0% 0% no-repeat;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}

.modal-confirm .btn:hover,
.modal-confirm .btn:focus {
    outline: none;
    background: transparent linear-gradient(90deg, #644bfa 0%, #037dc9 100%) 0% 0% no-repeat;
    color: #fff;
    opacity: 0.8;
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
}

/* Stock history modal*/
.stockhistory-modal {
    max-width: 550px;
}

.youtube-embed-modal {
    max-width: 70% !important;
    margin-top: 100px !important;
}

#stockDetailsModalCommon {
    z-index: 99999;
}

.stockhistory-modal-widget-dark {
    max-width: 100% !important;
    margin-top: 20px !important;
    padding: 8px;
}

.stockhistory-modal-widget-dark .gpt-candle-chart-container .highcharts-background {
    fill: #333333;
}

.stockhistory-modal-widget-dark .gpt-candle-chart-container .highcharts-tooltip path {
    fill: #000000;
}

.modal-header .close span img {
    width: 14px;
}

.stockhistory-modal .icon-box {
    top: 0;
    height: 0;
    background: transparent;
    padding: 0;
    width: 100%;
}

.stockhistory-modal .icon-box img {
    vertical-align: text-top;
}

.stockhistory-modal .modal-header {
    padding-top: 0;
}

.stockhistory-modal .modal-body .chart-data-gpt-wrapper {
    text-align: left;
    background: #ffffff;
    max-height: 450px;
    overflow: auto;
}

.close-dark {
    display: none;
}

.goc-meter-trend-chart-tab .highcharts-label path {
    fill: #000000;
}

/* GOC GPT Launched modal*/
#GOC-lunched-modal {
    background-color: rgba(0, 0, 0, 0.9);
}

.goc-launched-modal {
    max-width: 750px;
}

.center-goc-body {
    text-align: center;
    padding: 0;
}

.goc-launched-modal .center-goc-body p {
    color: #ffffff;
}

.goc-launched-modal .center-goc-body p {
    color: #ffffff;
}

.goc-launched-modal .modal-content {
    background: #191919;
}

.center-goc-body h2 {
    margin: 0.4rem 0;
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
}

.center-goc-body h2 img {
    width: 28px;
    vertical-align: baseline;
}

.center-goc-body b {
    font-size: 17px;
    background: transparent linear-gradient(90deg, #644bfa 0%, #037dc9 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.goc-gpt-ss {
    width: 100%;
    border-radius: 10px;
    margin-top: 0.5rem;
}

.custom-goc-footer {
    justify-content: center;
    padding-bottom: 0;
}

.custom-goc-footer ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    margin-bottom: 0;
}

.custom-goc-footer ul li {
    margin-right: 1rem;
}

.custom-goc-footer ul li:last-child {
    margin-right: 0;
}

.custom-goc-footer .text-btn {
    background: transparent;
    color: #ffffff;
    border: 1px solid white;
    border-radius: 4px;
}

.goc-gpt-vector {
    position: absolute;
    width: 80px;
    top: 0.67rem;
    right: 9rem;
}

.dark-theme .custom-goc-footer .btn-custom {
    background: transparent linear-gradient(90deg, #644bfa 0%, #037dc9 100%) 0% 0% no-repeat;
}

.dark-theme .custom-goc-footer .text-btn {
    background: transparent;
}

/* width */
.chart-data-gpt-wrapper::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.chart-data-gpt-wrapper::-webkit-scrollbar-track {
    background: #4d4d4d;
    border-radius: 1px;
}

/* Handle */
.chart-data-gpt-wrapper::-webkit-scrollbar-thumb {
    background: #888888;
    border-radius: 1px;
}

/* Handle on hover */
/*    .chart-data-gpt-wrapper::-webkit-scrollbar-thumb:hover {
        background: #555;
    }*/

/*Chart GPT Dark theme 
*/
.dark-theme .chartbox-gtp {
    background-color: #212121;
}

.dark-theme .chartbox-data-goc {
    background-color: #333333;
}

.dark-theme .chartbox-data-inner p {
    color: #ffffff;
}

.dark-theme .chartbox-trend {
    background: #333333;
}

.dark-theme .chartbox-trend-inner {
    color: #ffffff;
}

.dark-theme .nv-circle {
    background: #3f67df;
}

.dark-theme .chartbox-trend-inner select {
    color: #ffffff;
    background: #212121;
}

.dark-theme .chart-data-gpt-wrapper {
    background: #333333;
}

.dark-theme .active-stock-gpt-wrapper {
    background: #333333;
}

.dark-theme .chart-data-gpt-wrapper ul.green {
    color: #009900;
}

.dark-theme .active-stock-gpt-wrapper h3 {
    color: #ffffff;
}

.dark-theme .stock-box-gpt {
    background: #434343;
}

.dark-theme .stock-box-gpt h3 {
    color: #ffffff;
}

.dark-theme .overlay-trial-section {
    background: #191919;
}

.dark-theme .center-trial-box p,
.dark-theme .modal-confirm h4,
.dark-theme .Prefrences-modal-body span {
    color: #ffffff;
}

.dark-theme .modal-confirm .modal-content {
    background-color: #191919;
}

.dark-theme .preference-header {
    background: #191919;
    border-color: #767676;
}

.dark-theme .preference-header .modal-title {
    color: #ffffff;
}

.dark-theme #prefrenceModal .modal-body {
    background: #191919;
}

.dark-theme #prefrenceModal .modal-footer {
    background: #191919;
    border-color: #767676;
}

.dark-theme .stockhistory-modal .modal-body .chart-data-gpt-wrapper {
    background: #232323;
}

.dark-theme .chart-data-gpt-wrapper ul {
    color: #8b8b8b;
}

.dark-theme .close-light {
    display: none;
}

.dark-theme .close-dark {
    display: inline-block;
}

.dark-theme .close {
    opacity: 1;
}

/* width */
.dark-theme .chart-data-gpt-wrapper::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.dark-theme .chart-data-gpt-wrapper::-webkit-scrollbar-track {
    background: #4d4d4d;
    border-radius: 1px;
}

/* Handle */
.dark-theme .chart-data-gpt-wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 1px;
}

.hide-sm-goc-banner {
    width: 100%;
}

.show-sm-goc-banner {
    width: 100%;
    display: none;
}

.stock-botton-toaster {
    background: #333333;
    border-radius: 3px;
    box-shadow: -2px -1px 8px 11px rgba(0, 0, 0, 0.1);
    cursor: default;
    position: fixed;
    padding: 12px 20px;
    width: 50%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.stock-botton-toaster i {
    font-size: 15px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: white;
    text-align: center;
    border-radius: 50px;
}

.stock-botton-toaster p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}

.stock-success-text {
    background: #30b641;
}

.stock-success-text i {
    color: #30b641;
}

.stock-danger-text {
    background: rgb(199, 66, 68);
}

.stock-danger-text i {
    color: rgb(199, 66, 68);
}

.stock-botton-toaster img {
    width: 25px;
}

.dark-chart .goc-chart-container .highcharts-button-box {
    fill: #222222;
}

/* GOC Genie Launched modal*/
div#exampleModalCenter {
    padding-left: 0 !important;
}

.goc-genie-launch-modal .modal-body {
    background: url(../images/goc-genie-lunch-bg-1.png) no-repeat;
    border-radius: 20px;
    text-align: center;
}

.goc-genie-launch-modal {
    max-width: 670px;
}

.goc-genie-launch-modal .modal-content {
    border-radius: 20px;
    background-color: transparent;
}

.goc-genie-launch-modal .modal-body p {
    color: #ffffff;
    text-shadow: 0px 0px 5px #000000e0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.goc-genie-launch-modal .modal-body h3 {
    color: #ffffff;
    font-size: 30px;
}

.goc-genie-launch-modal .modal-body .goc-launch-vector {
    width: 150px;
}

.goc-genie-launch-video iframe {
    border: 5px solid #88dbea;
    border-radius: 20px;
    margin-bottom: 1.5rem;
    height: 270px;
}

.rounded-btn.golden-btn {
    background: transparent linear-gradient(90deg, #af7d1b 0%, #f6dc51 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #000000e3;
    border-radius: 30px;
    color: #000000;
    text-shadow: 1px 1px 0px #ffd47e;
    text-transform: uppercase;
    font-size: 19px;
    padding: 8px 22px;
    font-weight: 700;
    display: inline-block;
}

.goc-genie-timer-modal .modal-body {
    background: url(../images/goc-genie-timer-bg1.png) no-repeat;
    border-radius: 20px;
    text-align: center;
}

.goc-genie-timer-modal .modal-content {
    border-radius: 20px;
    background-color: #003844;
}

.goc-genie-timer-modal .modal-body .goc-timer-vector {
    width: 130px;
    margin-bottom: 10px;
}

.goc-genie-timer-modal .modal-body h3 {
    margin-bottom: 0;
}

.goc-genie-timer-modal .modal-body p {
    margin-top: 10px;
}

.goc-genie-timer-modal .modal-body .goc-launch-vector {
    width: 100px;
    margin: 0.5rem 0 0;
}

#genie_launch_modal,
#genie_purchase_modal {
    backdrop-filter: blur(2px);
}

#genie_launch_modal,
#genie_purchase_modal {
    top: 70px;
    height: calc(100% - 70px);
}

.banner_Genie {
    background: url(../images/genie-page1.png) no-repeat center top;
    background-size: cover;
    margin: 82px 0px;
    height: 100vh;
}

/*Gocgenie stock widget modal*/
.gocgenie-stockWidget-modal .modal-content {
    border-radius: 20px;
    background: var(--bg-black-2) !important;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.25);
}

.header-date-area {
    color: #f1f1f1;
    margin-right: 3rem;
    font-size: 15px;
    font-weight: 600;
    padding-top: 7px;
}

.stock-widget-box-flex {
    display: flex;
    align-items: center;
    border-radius: 5px;
    background: #000;
    padding: 10px;
    margin-bottom: 5px;
    column-gap: 20px;
    box-shadow: 0px 0.9px 1.47px 0px #00000007;
}

.stock-widget-box-flex .stock-ratinginline li i {
    font-size: 12px !important;
}

.history-inner-boxFlex {
    display: flex;
    align-items: center;
    column-gap: 10px;
    row-gap: 10px;
    flex-flow: wrap;
    border-left: 1px solid #333333;
    padding-left: 1rem;
    align-items: flex-start;
}

.history-inner-box-border-none {
    border-left: none !important;
}

.timeslab-box {
    white-space: nowrap;
    color: #ffffff;
}

.goc-stockbox-widget {
    border-radius: 5px;
    background: var(--bg-black-2);
    text-align: center;
    padding: 10px;
    width: 130px;
    height: auto;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0.9px 1.47px 0px #00000007;
}

.stock-badge-count {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 16px;
    height: 16px;
    background: #0bb2b1;
    border-radius: 20px;
    line-height: 11px;
    padding-top: 0 !important;
    color: #000000 !important;
    font-size: 12px !important;
    font-weight: 700;
}

.goc-stockbox-widget img+div {
    color: #ffffff;
    font-size: 13px;
    padding-top: 5px;
    display: flex;
    align-items: center;
    column-gap: 2px;
    justify-content: center;
}

.goc-stockbox-widget img {
    width: 28px;
}

.goc-stockbox-widget img[alt="PEL"] {
    width: 17px;
}

.goc-stockbox-widget img[alt="APOLLOHOSP"] {
    width: 17px;
}

.goc-stockbox-widget div i {
    font-size: 12px;
}

.goc-stockbox-widget p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    /*    color: inherit !important;*/
    cursor: pointer;
}

.goc-stockbox-widget .stock-card-box-bull,
.goc-stockbox-widget .stock-card-box-bear {
    border: 1px solid #484747;
    margin: 0;
    padding: 1px 5px;
}

.goc-stockbox-widget .stock-card-box-bull p {
    font-size: 15px !important;
    font-weight: 600;
}

.goc-stockbox-widget .stock-ratinginline {
    margin-bottom: 0;
}

/*.goc-stockgrid-wrapper {
    width: 100%;
    overflow: auto;
    display: inline-grid;
}*/
.gocgenie-stockWidget-modal .modal-content {
    padding: 5px 0;
}

.gocgenie-stockWidget-modal .widget-title-bar {
    padding: 0.2rem 0rem;
}

.gocgenie-stockWidget-modal .widget-title-bar h4 {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.gocgenie-stockWidget-modal .close {
    position: absolute;
    top: 0.4rem;
    right: 0.2rem;
}

.goc-widget-filter-wrapper {
    display: flex;
    margin-bottom: 1rem;
    column-gap: 20px;
}

.stock-collapse-filter {
    display: none;
}

.goc-widget-filter-wrapper p {
    margin-left: 0;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 15px;
        width: 36%;
       
}
.goc-widget-filter-wrapper p .pmf-text{
      padding-left: 14px;
}


.goc-widget-filter-wrapper select {
    margin-left: 2px;
    margin-right: 0;
    min-width: 100%;
}

.genie-row-bullBear ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-left: 4px;
}

.genie-row-bullBear ul li {
    border-right: 1px solid #323232;

}

.genie-row-bullBear ul li:first-child {
    padding-left: 0px;
}

.genie-row-bullBear ul li:last-child {
    border-right: 0px;
}

.gocGenie-power-box {
    border-radius: 0px;
    color: #E0E0E0;
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    min-height: 33px;
    padding: 3px 11px;
    display: flex;
    align-items: center;
    gap: 9px;
    justify-content: center;
}

.clock-box {
    min-width: 93px;
}


.gocGenie-power-box span {
    color: #fff;
    border-radius: 15px;
    padding: 6px 5px;
    line-height: 14px;
}

.gocGenie-power-box b {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.bullgreen-box span {
    color: var(--bg-green-3);
    background-color: #000000;
}

.bullred-box span {
    color: #FF4B4A;
    background-color: #000000;
}

.gocGenie-power-box img {
    padding-right: 1px;
    width: 21px;
}

.bullBear-sentiment-inline .gocGenie-power-box {
    border: 2px solid #104204 !important;
    border-radius: 15px;
    margin-right: 10px;
    padding: 3px 12px !important;
}

.bullBear-sentiment-inline .gocGenie-power-box.bullred-box {
    border-color: #550E0E !important;
}

.stock-scan-filterCheckbox {
    margin: 0;
    padding: 0;
    display: flex;
    list-style-type: none;
    column-gap: 10px;
    margin-bottom: 5px;
}

.stock-scan-filterCheckbox.show-xs {
    display: none;
}

.stock-scan-filterCheckbox li {
    border: 1px solid #272727;
    border-radius: 10px;
    background: #212121;
    padding: 4px 15px;
}

.filter-divide {
    border: 1px solid #515358;
    position: relative;
    top: -2px;
    /*    margin-right: 0.5rem;
    margin-left: 1rem;*/
}

.stock-meter-filter-area {
    display: flex;
    column-gap: 12px;
    margin-left: 0.1rem;
}

.stock-meter-filter-area input {
    background: #212121;
    border: 1px solid #767676;
    border-radius: 5px;
    padding: 0 10px;
    font-weight: 400;
    width: 275px;
    color: #ffffff;
    margin-left: 2px;
    line-height: 23px;
}

.stock-meter-filter-area input::placeholder {
    color: #ffffff;
}

.stock-meter-filter-area input::-webkit-outer-spin-button,
.stock-meter-filter-area input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.stock-meter-filter-area input[type=number] {
    -moz-appearance: textfield;
}

.goc-widget-filter-wrapper .percentage-menu-wrapper {
    position: relative;
    margin-left: 0;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 15px;
}

.goc-widget-filter-wrapper .percentage-menu-wrapper input+.percentage-item {
    position: absolute;
    transform: scaleX(0) scaleY(0);
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-duration: 75ms;
    opacity: 0;
    width: 34%;
    left: 5.6rem;
    background: #333333;
    padding: 1rem;
    border-radius: 5px;
    z-index: 9;
}

.goc-widget-filter-wrapper .percentage-menu-wrapper input:focus+.percentage-item {
    transform: scaleX(1) scaleY(1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 100ms;
    opacity: 1;
}

.goc-widget-filter-wrapper .percentage-menu-wrapper .percentage-item .focus-item {
    display: block;
    color: #d0d0d0;
    border-bottom: 1px solid #4d4d4d;
    padding: 4px;
    font-size: 16px;
}


/* The container */
.custom-check-contain {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.custom-check-contain input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.custom-check-contain .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #4f4f4f;
    border-radius: 5px;
}

/* When the checkbox is checked, add a blue background */
.custom-check-contain input:checked~.checkmark {
    background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-check-contain input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-check-contain .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid #000;
    border-width: 0px 2px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.stock-scan-filterCheckbox li.active {
    background: #01241B;
    border-color: var(--bg-green-1);
}

.stock-scan-filterCheckbox li.active .custom-check-contain {
    color: var(--bg-green-1);
}

.stockScanner-widget-box .top-title {
    background: #6D4F00;
    /* box-shadow: 0 0 5px 7px rgba(0, 0, 0, 0.2); */
    border-radius: 10px;
    margin-bottom: 12px;

}

.stockScanner-widget-box .top-title-green {
    background: #11703F;
}

.stockScanner-widget-box .top-title-red {
    background: #A82E2D;
}

.stockScanner-widget-box .top-title h2 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 141%;
    padding: 8px 12px;
    word-break: break-word;
    font-family: var(--font-Quicksand);
}

.stockScanner-widget-box .main-black-box {
    background: #000000;
    box-shadow: 0px 0.9px 1.47px 0px #00000007;
    border-radius: 10px;
    padding: 8px;
    /*    min-height: 520px;*/
}

.stockScanner-widget-box .list-box-area {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 8px 8px;
    background: var(--bg-black-2);
    margin-bottom: 10px;
    justify-content: space-between;
    box-shadow: 0px 0.9px 1.47px 0px #00000007;
    cursor: pointer;
    word-break: break-word;
}

.stockScanner-widget-box .timebrand-text-graph {
    text-align: center;
}

.timebrand-text-graph p {
    background: transparent;
    border-radius: 5px;
    padding-left: 3px;
    color: #A4A4A4;
    padding-right: 3px;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 5px;
    white-space: nowrap;
    font-family: var(--font-Quicksand);
}

.timebrand-text {
    width: 150px;
    margin: 0 auto;
    margin-right: 2px;
}

.timebrand-text h3 {
    font-size: 13px;
    margin-bottom: 0;
    color: #AFAFAF !important;
    font-family: var(--font-Quicksand);
    font-weight: 700;
}

.timebrand-text h3.red {
    color: #FF4A4A !important;
}

.timebrand-text h3.red i {
    color: #FF4A4A !important;
}

.timebrand-text h3.green {
    color: #41BA7C !important;
}

.timebrand-text h3.green i {
    color: #41BA7C !important;
}

.timebrand-text .price {
    font-size: 12px;
    margin: 0;
    font-weight: 600;
    line-height: 20px;
    font-family: var(--font-Quicksand);
}

.timebrand-text .price.green {
    color: #41BA7C !important;
}


.graph-area p {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    font-family: var(--font-Poppins);
}

.stockScanner-widget-box .main-black-box ul {
    padding-left: 0px;
    list-style-type: none;
    font-size: 12px;
    line-height: 22px;
    margin: 0;
}

.custom-pr-0 {
    padding-right: 0;
}

.stockScanner-widget-box .list-box-area img {
    width: 25px;
}

.stockScanner-widget-box .graph-area img {
    margin-right: 0;
    width: 36px;
}

.stockScanner-widget-box .graph-area {
    text-align: center;
    margin: 4px 0 2px;
    width: auto;
    padding: 2px 5px;
}

.stockScanner-widget-box .scrollable-list {
    /*    max-height: 200px;*/
    overflow: auto;
}

.option-sentiment-area {
    border: solid 1px var(--bg-green-1);
    padding: 5px 16px;
    align-items: center;
    display: flex;
    column-gap: 4px;
    font-size: 14px;
    border-radius: 30px;
}

.index-s-top {
    border-radius: 10px;
    margin-bottom: 12px !important;
}

.option-sentiment-area span {
    font-weight: 500;
    color: var(--bg-green-1);
}

.option-sentiment-area.active-red {
    border-color: #FF0200;
}

.option-sentiment-area.active-green {
    border-color: #41BA7C;
}

.option-sentiment-area.active-green {
    border-color: #41BA7C;
}

.option-sentiment-area.active-yellow {
    border-color: #FFF000;
}

.option-sentiment-area .trading-exp-dropdown {
    line-height: 16px;
    margin: 0 0.5rem 0 0.3rem;
}

.sentiment-indicate-icon {
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-left: 8px;
}

.coming-soon-gradient-text {
    font-style: italic;
    font-weight: 800;
    background: transparent linear-gradient(90deg, #057895 0%, #0ab0b0 100%) 0% 0%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bullBear-sentiment-inline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
        gap: 6px;
}

.inline-filter.stock-meter-filter {
    padding: 7px 12px;
    list-style-type: none;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    background-color: #000000;
    box-shadow: 0px 0.9px 1.47px 0px #00000007;
    border-radius: 10px;
    margin-bottom: 5px;
    row-gap: 4px;
    gap: 12px;
}
.inline-filter.stock-meter-filter li{
    width: 25% !important;
        display: flex;
    align-items: center;
    gap: 6px;
        white-space: nowrap;
}
.inline-filter.stock-meter-filter .autocomplete-items li{
        width: auto !important;
}

.inline-filter.stock-meter-filter .custom-selection{
    width: 100% !important;
}

.inline-filter.stock-meter-filter li span {
    color: #A4A4A4 !important;
}

.stock-meter-filter .autocomplete-focus input {
    height: 36px;
}

/* ================================================== */
/* Predict Price  */
/* ================================================== */
.predict-title {
    text-align: center;
    margin-bottom: 1.5rem;
}

.predict-title h4 {
    text-align: center;
    background: #212121 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #000000b3;
    display: inline-block;
    color: #4cbcc7;
    text-shadow: 3px 3px 3px #000000;
    font-size: 26px;
    font-weight: 800;
    margin: 0;
    padding: 0 2rem;
    border: 3px solid #4cbcc7;
    position: relative;
}

.predict-title h4:before {
    content: "";
    position: absolute;
    bottom: -3px;
    right: 0;
    width: 100px;
    height: 3px;
    background: #212121;
}

.predict-title h4:after {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 100px;
    height: 3px;
    background: #212121;
}

.predict-script-box {
    background: var(--bg-black-2) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0.9px 1.47px 0px #00000007;
    border-radius: 10px;
    padding: 10px;
}

.predict-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #252525;
    padding-bottom: 0.5rem;
}

.predict-top-wrapper label {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 16px;
}

.predict-top-wrapper p {
    margin-bottom: 0;
    color: #A4A4A4;
    font-size: 15px;
}

.predict-list-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #252525;
    padding: 0.5rem 0;
}

.predict-list-wrapper label {
    margin-bottom: 0;
    font-size: 16px;
    color: #ffffff;
}

.predict-list-wrapper input {
    background: #313131 0% 0% no-repeat padding-box;
    border-radius: 6px;
    border: none;
    padding: 5px 7px;
    width: 66px;
    color: #ffffff;
    font-size: 15px;
}

.predict-vectro-box {
    background: #000 0% 0% no-repeat padding-box;
    box-shadow: 0px 0.9px 1.47px 0px #00000007;
    border-radius: 10px;
    padding: 1.1rem;
    padding-bottom: 0;
}

.nifty-top-text {
    text-align: center;
}

.nifty-top-text p {
    color: #ffffff;
    margin-bottom: 5px;
}

.nifty-top-text h3 {
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 0;
}

.predict-animated-icon {
    height: 250px;
    margin: 0 auto;
    display: block;
}

.nifty-bottom-text {
    background: #223C35;
    border-radius: 15px;
    width: 100%;
}

.nifty-bottom-text h4 {
    margin: 0;
    color: var(--bg-green-1);
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    padding: 9px 8px;
}

.predict-list-more {
    text-align: right;
    margin-top: 10px;
}

.predict-list-more a {
    color: #A4A4A4 !important;
    font-size: 14px !important;
    padding: 0 !important;
    background: transparent !important;
    min-width: auto !important;
    text-transform: capitalize;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    border: 1px solid var(--bg-green-1);
    padding: 7px 14px !important;
    border-radius: 30px !important;
}

.predict-list-more a:hover {
    border-color: var(--bg-green-1);
    color: var(--bg-green-1) !important;
}



.predict-list-more a i {
    padding-left: 0.3rem;
}

.predict-vectro-img {
    margin: 12px 0px 26px;
}

/*Custom toggle switch button style*/
.custom-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.custom-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.custom-switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.custom-switch input:checked+.slider {
    background-color: #000000;
}

.custom-switch input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

.custom-switch input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.custom-switch .slider.round {
    border-radius: 34px;
}

.custom-switch .slider.round:before {
    border-radius: 50%;
}

/* ================================================== */
/* Pricing Plan  */
/* ================================================== */
.main-custom-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-custom-logo img {
    width: 80px;
}

.main-custom-logo p {
    margin-bottom: 0;
    color: #0ab0b0;
    font-size: 34px;
    font-weight: 600;
    margin-left: 1rem;
}

.plan-name {
    color: #ffffff;
    color: #ffffff;
    font-size: 45px;
    width: 80%;
    margin: 0 auto;
}

.banner_plan {
    padding: 30px 0 30px !important;
}

.bg-plan-wrapper {
    padding-top: 6rem;
    padding-bottom: 3rem;
}

.common-title-text {
    margin-bottom: 5rem;
}

.common-title-text h3 {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 5px;
}

.common-title-text p {
    color: #ffffff;
    font-size: 16px;
    width: 60%;
    margin: 0 auto;
}

.plan-card-rounded {
    /*    box-shadow: 0px 15px 15px #290017;*/
    border-radius: 30px;
    padding: 1.5rem;
    transition: all 0.8s ease;
}

.plan-card-rounded:hover {
    transform: scale(1.03);
}

.plan-card-started {
    background: #475958;
}

.plan-type {
    background: #ffffff;
    box-shadow: 0px 6px 6px #0000001a;
    border-radius: 70px;
    display: inline-block;
    padding: 0.7rem 1.5rem;
    font-size: 22px;
    z-index: 2;
    margin-bottom: 1rem;
    position: relative;
}

.plan-started {
    color: #0eb2b1;
}

.plan-text-wrapper {
    margin: 6px 0;
}

.plan-text-wrapper p {
    margin-bottom: 0;
    color: #ffffff;
    line-height: 26px;
}

.plan-price-wrapper {
    text-align: center;
    /*    border-top: 2px solid rgba(255, 255, 255, 0.1);*/
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    /*    padding: 1.5rem 0;*/
}

.plan-price-wrapper .algouser-badge {
    width: 235px;
    margin-bottom: 0.5rem;
}

.plan-price-wrapper .offer-line-off {
    text-decoration: line-through;
    letter-spacing: 0px;
    color: #055857 !important;
    opacity: 1;
    font-size: 56px !important;
    padding: 1rem 0;
    margin-bottom: 0 !important;
}

.plan-price-wrapper p {
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}

.plan-price-wrapper h3 {
    color: #ffffff;
    font-size: 60px;
    margin-bottom: 0;
}

.plan-footer {
    margin-top: 1rem;
    text-align: center;
}

.pricing-btn {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #0000001a;
    border-radius: 15px;
    width: 100%;
    display: inline-block;
    padding: 0.7rem 1rem;
    font-size: 18px;
    font-weight: 600;
}

.pricing-btn-started {
    color: #0eb2b1 !important;
}

.pricing-btn:hover {
    background: #0ab0b0;
    color: #ffffff !important;
}

.plan-card-rounded:hover .pricing-btn {
    background: transparent linear-gradient(90deg, #644bfa 0%, #037dc9 100%) 0% 0% no-repeat padding-box;
    color: #ffffff !important;
}

.plan-card-premium {
    background-color: #0bb2b1;
    margin-top: -2rem;
    transform: scale(1.06);
    z-index: 99;
    position: relative;
}

.plan-card-premium:hover {
    transform: scale(1.08);
}

.plan-premium {
    color: #0bb2b1;
}

.pricing-btn-premium {
    color: #0eb2b1 !important;
}

.most-popular-plan {
    display: flex;
    align-items: baseline;
}

.popular-label {
    border-radius: 0 30px 30px 0;
    background: #055857;
    color: #ffffff;
    position: relative;
    right: 8px;
    z-index: 1;
    padding: 0.3rem 1rem;
}

.plan-p-0 {
    padding: 0;
}

.plan-pr-0 {
    padding-right: 0;
}

.plan-pl-0 {
    padding-left: 0;
}

.plan-card-inter {
    background-color: #383a45;
}

.plan-inter {
    color: #0eb2b1;
}

.pricing-btn-inter {
    color: #0eb2b1 !important;
}

.plan-card-inter .plan-service-list {
    padding-left: 10px;
}

.renew-blue-card {
    background-color: #475958;
    box-shadow: 0px 15px 15px #010209;
}

.plan-renew-blue {
    color: #0eb2b1;
}

.blue-renew-label {
    background: #414141;
}

.renew-plan-price-wrapper {
    text-align: left;
    border-top: none;
    padding-top: 0;
    margin-bottom: 1rem;
    padding: 0.5rem 0;
}

.plan-service-list ul {
    padding-left: 0;
    list-style-type: none;
}

.plan-service-list ul li {
    color: #ffffff;
    margin-bottom: 0.4rem;
    font-size: 15px;
    font-weight: 500;
}

.plan-service-list ul li .fa {
    font-size: 18px;
    font-weight: 200;
    vertical-align: text-top;
    margin-right: 3px;
}

.plan-service-list ul li b {
    color: #ffffff;
    font-weight: 600;
    margin-left: 4px;
}

.plan-service-list ul li a {
    text-decoration: underline;
    color: #ffc300;
    font-weight: 700;
}

.plan-service-list ul li a:hover {
    color: #ffc300;
}

.renew-purple-card {
    background: #0bb2b1;
    box-shadow: 0px 15px 15px #05041ee0;
    margin-top: -2rem;
    transform: scale(1.01);
}

.plan-purple-blue {
    color: #0bb2b1;
}

.renew-btn-blue {
    color: #0eb2b1 !important;
}

.purple-renew-label {
    background-color: #055857;
}

.renew-btn-purple {
    color: #0eb2b1 !important;
}

.plan-embed {
    width: 65% !important;
    border: 2px solid #fff !important;
    min-height: 300px !important;
    margin: 0 auto;
    margin-bottom: 6rem;
}

.plan-embed-goc {
    margin-top: 2rem;
    margin-bottom: 0;
}

.common-text-renewal {
    margin-bottom: 4rem;
}

.addition-text {
    color: #ffffff;
    font-weight: 600;
    position: relative;
    top: -5px;
}

.prime-service-box {
    padding: 1rem;
    border-radius: 12px;
    background: transparent linear-gradient(90deg, #644bfa 0%, #037dc9 100%) 0% 0% no-repeat padding-box;
    color: #ffffff;
}

.prime-service-box p {
    margin-bottom: 5px;
    font-weight: 600;
}

.plan-card-dark {
    background: #0e0e0e5c 0% 0% no-repeat padding-box;
    box-shadow: 0px 15px 15px #000000;
    border: 1px solid #929292;
    border-radius: 30px;
    min-height: 480px;
    min-height: 580px;
    position: relative;
}

.highlight-price-card .plan-card-dark {
    box-shadow: 0px 10px 25px #774E0EAB;
    border: 3px solid #F1A93B;
    height: 100%;
}

.coming-label {
    position: relative;
    left: -27px;
}

.coming-label img {
    width: 320px;
}


.free-course-badge {
    position: absolute;
    right: -1rem;
    top: 7.5rem;
    width: 80px;
}

.plan-title-text {
    font-size: 28px;
    font-weight: 700;
}

.plan-title-algo {
    color: #33b249;
}

.plan-title-genie {
    color: #41b2b1;
}

.plan-title-course {
    color: #52b6fb;
}

.plan-card-dark .plan-price-wrapper {
    margin-top: 1rem;
}

.plan-card-dark .plan-price-wrapper {
    text-align: left;
    border-bottom: none;
    padding-top: 8px;
}

.plan-card-dark .plan-price-wrapper p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.plan-card-dark .plan-price-wrapper b {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    top: 12px;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.49);
    font-weight: 700;
}

.lifetime-polygon {
    width: 100%;
}

.plan-card-dark .combo-ofr-section .plan-price-wrapper b {
    font-size: 20px;
    top: 15px;
}

.plan-card-dark .combo-ofr-section .polygon-shape-area {
    height: 47px;
}

.plan-card-dark .plan-price-wrapper small {
    text-align: center;
    color: #ffffff;
    display: block;
    font-size: 13px;
}

.plan-card-dark .plan-price-wrapper small span {
    font-weight: 700;
}

.plan-card-dark .plan-price-wrapper h3 {
    text-align: center;
    margin: 5px 0 0 0;
    font-size: 50px;
    text-align: center;
    font-size: 48px;
}

.plan-card-dark .plan-service-list ul li .fa {
    color: #33b249;
}

plan-card-dark .plan-service-list ul li {
    line-height: 24px;
}

.plan-card-dark .plan-card-premium {
    background-color: #0bb2b1;
    transform: inherit;
}

/*.plan-card-dark .plan-footer {
    margin-top: 1rem;
    text-align: center;
    position: absolute;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 1rem;
}*/

.pricing-plan-wrapper .common-title-text {
    margin-bottom: 2rem;
}

.bg-pricing-card {
    background: url(../images/bg-combo-offer-web-new.png) no-repeat !important;
    background-size: cover !important;
}

.pricing-card-icon {
    max-width: 130px;
    margin: 0 auto;
    display: block;
    margin-top: -5.5rem;
}

.pricing-icon-genie {
    max-width: 240px;
}

.pricing-icon-course {
    max-width: 230px;
    margin-bottom: 2rem;
}

.inline-pricing-combo {
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.inline-pricing-combo li {
    text-align: center;
    margin-right: 3rem;
}

.inline-pricing-combo li img {
    width: 130px;
}

.combo-pricing-section p {
    margin-top: 1.5rem;
    color: #ffffff;
}

.combo-service-inline {
    display: flex;
}

.combo-service-inline .plan-service-list {
    margin-right: 7rem;
}

.combo-ofr-section {
    text-align: center;
}

.combo-ofr-section .combo-icon {
    max-width: 220px;
}

.plan-card-dark .combo-ofr-section .plan-price-wrapper {
    border: none;
    padding: 0;
}

.combo-ofr-section .plan-price-wrapper h3 {
    font-size: 50px;
}

.combo-plan-card {
    min-height: auto !important;
    margin-top: 2rem;
}

.combo-plan-card .plan-footer .pricing-btn {
    background: #22b1af;
    color: #fff !important;
}

.combo-plan-card:hover .plan-footer .pricing-btn {
    background: transparent linear-gradient(90deg, #644bfa 0%, #037dc9 100%) 0% 0% no-repeat padding-box;
}

.combo-plan-card .plan-footer {
    position: inherit;
    width: 100%;
    margin-top: 1.2rem;
}

.plan-card-dark .pricing-btn {
    color: #000000 !important;
}

.plan-card-dark:hover .plan-footer .pricing-btn {
    color: #ffffff !important;
}

.polygon-shape-area {
    background-image: url(../images/polygon-shape.svg);
    width: 100%;
    height: 43px;
}

.commodity-shape {
    background-image: url(../images/polygon-yellow-shape-small.svg);
    width: 100%;
    height: 43px;
    margin-top: -10px;
}

.plan-card-dark .plan-price-wrapper .commodity-shape b {
    font-size: 15px;
    top: 9px;
    font-weight: 600;
}

.plan-card-dark .plan-price-wrapper .commodity-shape+h3 {
    font-size: 30px;
    margin-top: -7px;
    margin-bottom: 9px;
}

.genie-commodity-bundle-box {
    background: transparent linear-gradient(90deg, #0F0F0F 0%, #3A3A3A 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #0000007D;
    border: 2px dashed #1B8B8A;
    border-radius: 40px;
    position: relative;
    margin-top: 1rem;
    text-align: center;
    padding: 20px 6px 12px;
}

.genie-commodity-bundle-box .bell-icon {
    position: absolute;
    top: -19px;
    left: -8px;
}

.genie-commodity-bundle-box h3 {
    color: #F1A93B;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0;
}

.genie-commodity-bundle-box p {
    color: #F1A93B;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 4px;
}

.genie-commodity-bundle-box p span {
    color: #ffffff;
    font-weight: 500;
}

.genie-commodity-bundle-box h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 28px;
}

.genie-commodity-bundle-box h4 strong {
    color: #1B8B8A;
    font-size: 28px;
}

.genie-commodity-bundle-box h4 b {
    color: #1B8B8A;
}

.genie-commodity-bundle-deal {
    padding: 13px 6px 12px;
}

.genie-commodity-bundle-deal .bell-icon {
    position: relative;
    left: -25px;
    top: -6px;
}

.genie-commodity-bundle-deal h3 {
    display: inline-block;
    margin-right: 5px;
}

.genie-commodity-bundle-deal p {
    margin-bottom: 0;
    display: inline-block;
    font-size: 21px;
}

.genie-commodity-bundle-deal h4 {
    font-size: 22px;
    line-height: 30px;
}

.commodity-shape-big {
    background-image: url(../images/polygon-yellow-shape-big.svg);
    width: 100%;
    height: 80px;
    margin-top: 1rem;
    text-align: center;
}

.commodity-shape-big b {
    color: #ffffff;
    position: relative;
    top: 11px;
    text-shadow: 0px 3px 10px #0000007D;
    font-size: 17px;
}

.commodity-shape-big h3 {
    color: #ffffff;
    font-size: 30px;
    margin-top: 6px;
    margin-bottom: 0;
}

.coming-label-big {
    left: -10px;
}

.coming-label-big img {
    width: 100%;
}

.gocGPT-year-plan {
    padding-top: 9rem;
    padding-bottom: 3rem;
}

.gocGPT-year-plan .common-title-text {
    margin-bottom: 1rem;
}

.price-renew-highlight {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #0eb2b1;
    color: #fdda68;
}

.genie-priceBox-row {
    background: #000000 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #000000e0;
    border-radius: 30px;
    padding: 2rem 1rem;
}

.renew-row-grd-box .youtube-embed {
    min-height: 300px;
    box-shadow: 0px 0px 10px #0bb2b1;
    border: 5px solid #0bb2b1;
}

.renew-row-grd-box .img_video {
    margin-bottom: 1rem;
}

.genie-priceBox-row .col-md-8.img_video {
    margin-bottom: 1.5rem;
}

.left-genie-detail-plan h4 {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.left-genie-detail-plan img {
    width: 200px;
}

.left-genie-detail-plan .plan-service-list ul li .fa {
    font-size: 16px;
    vertical-align: middle;
}

.left-genie-detail-plan .plan-service-list ul li {
    font-size: 18px;
    font-weight: 400;
}

.left-genie-detail-plan .plan-service-list ul li b,
.left-genie-detail-plan .plan-service-list ul li a {
    font-weight: 400;
}

.price-year-plan-box {
    background: #000000 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #1e1e1ee0;
    border: 2px solid #404040;
    border-radius: 20px;
    padding: 1rem;
    display: flex;
    align-items: center;
    line-height: 25px;
    margin-bottom: 1rem;
    cursor: pointer;
    gap: 4px;
}

.price-fifthYear-plan {
    /*    box-shadow: 0px 0px 10px #ffc300;
    border: 2px solid #ffc300;*/
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(255, 195, 0, 0.25));
}

.price-fifthYear-plan .icon .fa {
    border-radius: 100%;
    line-height: 24px;
}

.price-year-plan-box .icon {
    font-size: 28px;
    font-weight: 100;
    margin-right: 1rem;
}


.price-year-plan-box .price-plan p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 0;
}

.price-year-plan-box .price-plan h5 {
    margin: 0;
    text-align: left;
    text-decoration: line-through;
    letter-spacing: 0px;
    color: #808080;
    font-size: 24px;
}

.price-year-plan-box .price-offer {
    box-shadow: 0 15px 15px #05041ee0;
    border: 2px solid #0bb2b1;
    border-radius: 20px;
    opacity: 1;
    color: #0bb2b1;
    font-size: 19px;
    padding: 2px;
    font-weight: 700;
    width: 95px;
    margin: 0 auto;
    text-align: center;
    line-height: 22px;
}

.price-year-plan-box .final-price {
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
}

.price-year-plan-box .final-price p {
    background: transparent linear-gradient(90deg, #0bb2b1 0%, #25b2b5 54%, #159394 76%, #037170 100%) 0% 0% no-repeat padding-box;
    margin: 0;
    font-size: 16px;
    text-align: center;
    border-radius: 50px;
    margin-top: 0.5rem;
}

.inline-price-btn {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 15px 25px;
    width: 100%;
}

.inline-price-btn .price-select-border.last {
    grid-column: span 3;
    text-align: center;
    position: relative;
    width: 50%;
    margin: 0 auto;
}

.inline-price-btn .price-select-border small {
    color: #ebebeb !important;
}

.inline-price-btn .price-select-inline .price-plan p {
    color: #ffffff;
}

.genie-price-grid-two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.genie-price-grid-two .most-popular-plan {
    flex-direction: column;
}

.genie-price-grid-two .pricing-icon-genie {
    max-width: 300px;
    position: absolute;
    top: -4.5rem;
}

.polygon-shape-one-year {
    width: 330px;
    height: 48px;
    margin: 0 auto;
}

.polygon-shape-one-year b {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    top: 15px;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.49);
    font-weight: 600;
}

.purchase-plan-center {
    text-align: center;
    width: 50%;
    margin: 1rem auto 0;
}

.purchase-plan-center p {
    margin-bottom: 0;
    margin-top: 10px;
    color: #F1A93B;
    font-size: 16px;
}

.inline-price-btn .price-select-inline .price-plan {
    text-align: left;
}

.price-select-border .most-sell-label {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
}

.algo-plan-card-equal {
    min-height: 620px
}

.price-year-box-active {
    background: transparent linear-gradient(90deg, #000000 0%, #032928 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #0bb2b1;
    border: 2px solid #0bb2b1;
}

.price-year-box-active.price-year-plan-box .icon .fa {
    color: #fff;
    background: #0bb2b1;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.footer-year-plan-btn {
    text-align: center;
    margin-top: 2rem;
}

.footer-year-plan-btn .pricing-btn {
    width: 270px;
    display: inline-block;
    text-align: center;
    padding: 1.2rem 1rem;
    font-size: 24px;
    background: #0eb2b1;
    color: #ffffff !important;
}

.footer-year-plan-btn .pricing-btn:hover {
    background: #0ac6c4;
}

.parent-savebox-wrapper {
    position: relative;
    z-index: 99;
    margin-top: 2rem;
}

.genie-big-saveBox {
    background: #0AB0B0;
    border-radius: 6px;
    text-align: center;
    padding: 5px;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.genie-big-saveBox p {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 0px;
}

.genie-big-saveBox h4 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
    margin: 0;
    line-height: 26px;
    margin-bottom: 10px;
}

.genie-big-saveBox h6 {
    background: transparent linear-gradient(90deg, #000000 0%, #302D3E 79%, #2F2C3D 87%) 0% 0% no-repeat padding-box;
    color: #ffffff;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins';
    padding: 11px 25px;
    display: inline-block;
}

.genie-big-saveBox:before {
    content: '';
    border: 1px solid #009D9D;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -10px;
    top: -12px;
    border-radius: 8px;
    z-index: -1;
}

.genie-big-saveBox:after {
    content: '';
    border: 1px solid #009D9D;
    position: absolute;
    width: 100%;
    height: 100%;
    right: -10px;
    bottom: -12px;
    z-index: -1;
    border-radius: 8px;
}

.course-deal-list {
    display: inline-block;
    padding: 0;
    text-align: left;
    margin-bottom: 0;
}

.course-deal-list li {
    font-size: 30px;
    margin-bottom: 16px;
    font-weight: 800;
    list-style-type: none;
    position: relative;
    color: #0a2fa2;
}

.course-deal-list li:before {
    font: normal normal normal 14px / 1 FontAwesome;
    position: absolute;
    left: -2.1rem;
    top: 3px;
    font-size: 23px;
    content: "\f178";
}

.deal-price-text-wrapper {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
}

.strike-plan-text {
    color: #7e7e7e;
    font-size: 22px;
    font-weight: 600;
    margin-top: 5px;
    position: relative;
    display: inline-block;
}

.strike-plan-text:before {
    content: '';
    width: 80%;
    height: 2px;
    background: #7e7e7e;
    position: absolute;
    top: 7px;
}

.renew-planFeature {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.renew-planFeature li {
    font-weight: 600;
    list-style-type: initial;
}

.renew-planFeature li::marker {
    color: #7e7e7e;
}

.renew-planFeature li {
    font-weight: 600;
}

.renew-planFeature li:last-child {
    color: red;
}

.renew-planFeature-blue li:last-child {
    color: #5555ff;
}

.renew-plan-col-wrapper .price-year-plan-box .price-offer {
    border: 2px solid #ffc300;
    color: #ffc300;
}

.renew-plan-col-wrapper .price-year-plan-box:first-child .price-offer {
    position: relative;
    left: -1.9rem;
}

.renew-plan-col-wrapper .price-year-plan-box:last-child .price-offer {
    position: relative;
    left: -0.3rem;
}

.payment-grad-deal-text b {
    font-size: 25px;
}

/* ================================================== */
/* New Home Page UI  */
/* ================================================== */
.banner-section {
    background: #0f0f0f;
    padding: 11rem 0 5rem;
    position: relative;
}

.top-gradientCurve {
    position: absolute;
    z-index: 99;
    left: -12rem;
    top: -5rem;
    width: 338px;
    /*    transform: rotate(-20deg);*/
}

.banner-section:before {
    content: "";
    box-shadow: 0px -60px 99px #0aafb0;
    opacity: 0.3;
    position: absolute;
    width: 592px;
    top: 25rem;
    left: -37rem;
    z-index: 999;
    height: 230px;
}

.banner-section:after {
    content: "";
    opacity: 0.3;
    position: absolute;
    width: 592px;
    top: 16rem;
    right: -37rem;
    z-index: 999;
    height: 230px;
    box-shadow: 0px -60px 99px #ff5054;
}

.bottom-gradientCurve {
    position: absolute;
    width: 300px;
    right: -10rem;
    top: 35rem;
}

.algo-curve-wrapper {
    position: relative;
}

.algo-gradientCurve {
    width: 200px !important;
    position: absolute;
    z-index: 1;
    opacity: 0.5;
}

.algo-top-gradientCurve {
    left: 29rem;
    top: 0rem;
}

.algo-bottomLeft-gradientCurve {
    left: 6rem;
    bottom: 1.5rem;
}

.algo-bottomRight-gradientCurve {
    bottom: -2rem;
    right: 6rem;
}

.algo-banner-data {
    z-index: 99;
    position: relative;
}

.algo-tutoSection {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-top: 3rem;
}

.banner-logo img {
    width: 270px;
    position: relative;
    left: 4.5rem;
}

.banner-text-block {
    padding-top: 2rem;
}

.banner-text-block h3 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 5px;
}

.banner-text-block h1 {
    color: #0ab0b0;
    font-size: 52px;
    font-weight: 700;
    font-family: Poppins;
    margin-bottom: 2rem;
    line-height: 64px;
}

.banner-text-block p {
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 3rem;
}

.banner-text-block p span {
    color: #0eb0b0;
}

.radius-btn {
    background: #01241B;
    color: var(--bg-green-1) !important;
    padding: 0.8rem 2rem;
    border-radius: 100px;
    transition: 0.4s ease-in-out all;
    font-size: 18px;
    z-index: 99;
}

.radius-btn:hover {
    background: #009490;
    color: #fff !important;
}

.banner-main-img img {
    width: 100%;
}

.dark-bg-section {
    padding: 5rem 0;
    border-top: 1px solid #434343;
    background: #0f0f0f;
}

.page-title-block h2 {
    color: #0ab0b0;
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 10px;
}

.title-block-center {
    text-align: center;
    margin-bottom: 4rem;
}

.page-title-block p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #ffffff;
}

.page-title-block .custom-w-para {
    width: 40%;
    margin: 0 auto;
}

.img-block img {
    width: 100%;
}

.img-block-show-sm {
    display: none;
}

.text-block-wrapper p {
    color: #ffffff;
    font-size: 16px;
}

.text-block-wrapper span {
    color: #0ab0b0;
}

.icon-title {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    margin-bottom: 1rem;
    justify-content: center;
}

.icon-title h5 {
    margin-bottom: 0;
    color: #0ab0b0;
    font-weight: 600;
    font-size: 20px;
}

/*.algo-feature-section {
    background: #292929;
    border-radius: 30px;
    padding: 1rem;
    box-shadow: 10px 10px 15px #E4E4E421;
}*/

.algo-feature-section {
    background: #292929;
    border-radius: 30px;
    padding: 1.5rem 1rem;
    height: 270px;
    box-shadow: 10px 10px 15px #e4e4e421;
    position: relative;
    z-index: 99;
}

.algo-feature-column:first-child .algo-feature-section {
    box-shadow: 17px -1px 20px 2px rgba(255, 80, 84, 0.1);
}

.algo-feature-column:nth-child(2) .algo-feature-section {
    box-shadow: 17px -1px 20px 0px rgba(10, 176, 176, 0.12);
}

.algo-feature-column:first-child .algo-feature-section:before {
    content: "";
    width: 100px;
    height: 25px;
    position: absolute;
    background: #f1575b;
    right: -6.29rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    opacity: 0.8;
}

.algo-feature-column:nth-child(2) .algo-feature-section:before {
    content: "";
    width: 100px;
    height: 25px;
    position: absolute;
    background: #19999a;
    right: -6.29rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    opacity: 0.8;
}

.goc-genie-curve-wrapper {
    position: relative;
}

.goc-genieShot {
    position: relative;
    z-index: 99;
}

.goc-genie-curve-top {
    position: absolute;
    width: 200px !important;
    top: -3rem;
    left: 4rem;
}

.goc-genie-curve-bottom {
    position: absolute;
    width: 200px !important;
    bottom: -3rem;
    right: 4rem;
}

.algo-feature-section .content h3 {
    color: #0ab0b0;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

.relative-section {
    position: relative;
}

.red-blur-shadow {
    box-shadow: 20px 0px 25px -5px rgba(255, 80, 84, 0.1);
}

.goc-meter-curve {
    position: relative;
}

.goc-meter-curve .goc-genie-curve-top {
    width: 300px !important;
    top: -3rem;
    left: 7rem;
}

.goc-meter-curve:before {
    content: "";
    position: absolute;
    width: 97px;
    height: 270px;
    box-shadow: 20px 0 25px -5px rgba(255, 80, 84, 0.1);
    left: 10rem;
    top: 1rem;
    z-index: 9;
}

.top-gradientCurve-trader {
    position: absolute;
    width: 300px;
    left: -11rem;
    top: 0;
}

.bottom-gradientCurve-trader {
    position: absolute;
    width: 300px;
    right: -10rem;
    bottom: 0rem;
}

.algo-feature-section .content p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
}

.algo-feature-section .icon {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    background: #0ab0b0;
    border-radius: 50%;
    margin-bottom: 1rem;
    box-shadow: 3px 3px 5px #000000c9;
}

.mt-block {
    margin-top: 3rem;
}

.journey-block {
    border-bottom: 1px solid #434343;
    margin-bottom: 1rem;
}

.journey-block h2 {
    margin-bottom: 0;
    line-height: 30px;
}

.journey-block small {
    color: #ffffff;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    margin-top: 5px;
}

.mt-btn {
    margin-top: 0;
    display: inline-block;
}

.dark-bg-footer {
    background: transparent linear-gradient(180deg, #242424 0%, #0f0f0f 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #232323;
    padding: 4rem 0;
}

.footer-text-block h3 {
    color: #0ab0b0;
    font-size: 26px;
}

.footer-text-block small {
    display: block;
    color: #ffffff;
    font-size: 12px;
}

.footer-text-block a {
    color: #0ab0b0 !important;
    font-size: 16px;
}

.footer-text-block a:hover {
    color: #0dd1d1 !important;
}

.footer-text-block p {
    color: #fff;
}

/*DARK MODE header AREA*/
header.header-dark-mode {
    border-color: #1B1B1B !important;
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    height: 70px !important;
    background: #1B1B1B !important;
    box-shadow: 0px 0.9px 1.47px 0px #00000007;

}

@keyframes animateGradient {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

.bounce-arrow {
    -webkit-animation: bounce-arrow 2s;
    animation: bounce-arrow 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes bounce-arrow {

    0%,
    25%,
    50%,
    75%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    60% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }
}

.bottom-scrolly-section {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.bottom-scrolly-section .bounce-arrow {
    font-size: 35px;
    color: #0eb0b0;
}

.refund-policy-wrapper {
    height: calc(100vh - 60px);
    overflow: auto;
}

/* ================================================== */
/* Affliate Page CSS  */
/* ================================================== */
#AffliateLinkSec {
    padding-top: 7rem;
    background: #f2f2f2;
    padding-bottom: 50px;
}

.title-text-col {
    text-align: center;
}

.page-titlle {
    color: #0ab0b0;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 8px;
}

.page-description {
    font-size: 16px;
    color: #6e6e6e;
    font-weight: 500;
}

.custom-w-para {
    width: 75%;
    margin: 0 auto;
}

.gradient-btn-xl {
    background: transparent linear-gradient(90deg, #057895 0%, #0ab0b0 100%) 0% 0%;
    color: #fff !important;
    padding: 0.7rem 2rem;
    border-radius: 100px;
    transition: 0.4s ease-in-out all;
    font-size: 16px;
    font-weight: 600;
}

.gradient-btn-small {
    background: #0F0F0F;
    color: #A4A4A4 !important;
    padding: 5px 9px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 30px;
    border: 1px solid var(--bg-green-1);
    display: flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    line-height: 14px;

}

.gradient-btn-small:hover {
    background: #141414;
}

.withdraw-row-wrapper {
    /*    margin-top: 4rem;*/
    margin-bottom: 1.5rem;
    align-items: center;
}

.Withdraw-wrapper {
    display: flex;
    align-items: center;
    column-gap: 5px;
    justify-content: end;
}

.table-title {
    margin-bottom: 0;
    text-align: center;
    font-size: 26px;
}

.table-title {
    margin-bottom: 0;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}

.custom-shadow-table {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.custom-shadow-table thead th {
    border-bottom: none;
}

.custom-shadow-table thead th {
    border-top: 1px solid #e9e9e9;
    text-align: left;
    padding: 0.65rem 0.75rem;
}

.custom-shadow-table tbody td {
    border-top: 1px solid #e9e9e9;
    text-align: left;
    padding: 0.65rem 0.75rem;
    font-size: 14px;
    vertical-align: middle;
}

.custom-shadow-table tbody td .copy_text_outer input {
    margin-bottom: 0;
    background: #e7f0fc;
    font-size: 14px;
    color: #5f99ed !important;
    color: #76a7ed !important;
}

.shadow-rounded-box {
    padding: 1rem;
    background: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 12px;
    word-break: break-word;
}

.scroll-table {
    max-height: 500px;
    overflow: auto;
}

.inline-filter {
    display: flex;
    align-items: center;
}

/*.inline-filter {
    justify-content: end;
}*/
.form-control-select {
    background: transparent !important;
    border: 1px solid #cfcfcf !important;
    font-size: 15px;
    color: #333333 !important;
    font-weight: 500;
    width: 50%;
    margin-bottom: 0 !important;
}

.page-record-text {
    font-size: 13px;
}

.pagination-sm section#paginations {
    padding: 0;
}

/*.pagination-sm{
    margin-right:1rem;
}*/
.table-mb-1 {
    margin-bottom: 1rem !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.03);
}

.table-small-title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.afl-price-title {
    font-size: 18px;
    color: #0ab0b0;
}

.text-primary {
    color: #0ab0b0 !important;
    background: #eefafa;
}

.table-affliate tr th:nth-child(n + 3),
.table-affliate tr td:nth-child(n + 3) {
    text-align: center;
}

.flex-end-affliate {
    justify-content: end !important;
    column-gap: 0.6rem;
}

.flex-end-affliate .form-control {
    width: 30%;
    margin-bottom: 0;
}

/* ================================================== */
/* Explore Page CSS  */
/* ================================================== */
#explore-dark {
    background: #0f0f0f;
}

.explore-width {
    width: 500px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #353535;
    padding-bottom: 1rem;
    position: relative;
}

.banner-logo-explore img {
    width: 240px;
}

.explore-main-genie {
    position: relative;
    left: 2rem;
    padding-top: 2rem;
}

.explore-main-genie img {
    width: 300px;
}

.explore-progress-line ul {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    margin: 1rem 0.5rem;
}

.explore-progress-line ul li {
    padding: 0.2rem 1rem;
    background: #636060;
    width: 20%;
    margin-right: 8px;
}

.explore-progress-line ul li:last-child {
    margin-right: 0;
}

.explore-progress-line ul li.active-line {
    background: #ffffff;
}

.banner-text-explore h3 {
    font-size: 28px;
}

.banner-text-explore h1 {
    font-size: 32px;
    margin-bottom: 1rem;
    line-height: 50px;
}

.banner-text-explore {
    padding: 0 1rem;
}

.banner-text-explore p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 2rem;
}

.gradient-btn-small-rounded {
    border-radius: 20px;
}

.slider-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #636060;
    padding: 1.8rem 0.7rem;
    color: #ffffff !important;
    font-size: 20px;
}

.left.slider-control {
    border-radius: 0 0.5rem 0.5rem 0;
    left: 0;
}

.right.slider-control {
    right: 0;
    border-radius: 0.5rem 0 0 0.5rem;
}

/*Explore algo*/
.banner-logo-goc a {
    color: #0eb0b0 !important;
    font-size: 20px;
    font-weight: 600;
}

.banner-logo-goc a .logo {
    width: 50px;
}

.banner-text-algo {
    padding: 1.5rem 1rem 0;
}

.banner-text-algo h1 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 34px;
}

.banner-text-algo p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 25px;
    color: #a7a7a7;
}

.plan-service-algo ul li {
    text-align: left;
}

.plan-service-algo ul li {
    color: #a7a7a7;
}

.plan-service-algo ul li i {
    color: #ffd464;
}

.launch-video-algo iframe {
    border: 2px solid #88dbea;
    height: 220px;
    width: 90%;
    margin-bottom: 0px;
}

.polygon-shape-area-algo {
    height: 68px;
}

.polygon-shape-area-algo b {
    text-align: center;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    top: 26px;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.49);
    font-weight: 700;
}

small.algo-maintence-text {
    display: block;
    color: #d0d0d0;
}

small.algo-maintence-text span {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

.explore-algo-form {
    margin-top: 1rem;
    padding: 0 2rem;
}

.explore-algo-form h3 {
    color: #e7e4e4;
    font-size: 24px;
}

.explore-algo-form lable {
    text-align: left;
    display: inherit;
    color: #d5d4d4;
    font-size: 15px;
    font-weight: 400;
}

.explore-algo-form .form-control {
    border: 1px solid #434343;
    border-radius: 8px;
    background: #1c1c1c;
    height: auto;
    padding: 8px 12px;
    color: #dbdada;
}

/*Explore pricing*/
.explore-price-row {
    margin: 0;
}

.explore-price-row .plan-card-rounded:hover {
    transform: scale(1.01);
}

.explore-price-row .pricing-card-icon {
    margin-top: 0;
    max-width: 90px;
}

.explore-price-row .plan-card-dark {
    margin-bottom: 1.5rem;
}

.explore-price-row .pricing-icon-genie,
.explore-price-row .pricing-icon-course {
    max-width: 150px;
}

.explore-price-row .polygon-shape-area {
    height: 60px;
}

.explore-price-row .plan-card-dark .plan-price-wrapper b {
    top: 20px;
}

.explore-price-row .lifetime-polygon {
    width: 70%;
    margin: 0 auto;
    display: inherit;
}

.explore-price-row .plan-card-dark .plan-price-wrapper h3 {
    font-size: 40px;
}

.explore-price-bundle-row {
    margin: 0;
}

.explore-price-bundle-row .combo-plan-card {
    margin-top: 0;
}

.explore-price-bundle-row .plan-card-rounded:hover {
    transform: scale(1.01);
}

.explore-price-bundle-row .inline-pricing-combo li {
    margin-right: 1rem;
}

.explore-price-bundle-row .inline-pricing-combo li img {
    width: 100px;
}

.explore-price-bundle-row .plan-title-text {
    font-size: 20px;
    line-height: 25px;
}

.explore-price-bundle-row .combo-service-inline {
    display: inline;
    text-align: left;
}

.explore-price-bundle-row .combo-service-inline .plan-service-list {
    margin-right: 0;
}

.explore-price-bundle-row .plan-service-list ul {
    margin-bottom: 5px;
}

.explore-price-bundle-row .combo-ofr-section .combo-icon {
    max-width: 170px;
    margin-top: 1rem;
}

.explore-price-bundle-row .plan-card-dark .combo-ofr-section .polygon-shape-area {
    height: 60px;
}

.explore-price-bundle-row .plan-card-dark .combo-ofr-section .plan-price-wrapper b {
    font-size: 20px;
    top: 20px;
}

.explore-price-bundle-row .combo-ofr-section .plan-price-wrapper h3 {
    font-size: 40px;
}

/* ================================================== */
/* Affliate landing Page CSS  */
/* ================================================== */
.feature-details-section {
    padding: 70px 0;
    background: #0f0f0f;
    border-top: 1px solid #282828;
    position: relative;
}

.hero-bg-section {
    padding-top: 170px;
    position: relative;
}

.hero-bg-left-shape {
    position: absolute;
    top: 1rem;
    left: -7rem;
}

.hero-bg-left-shape img {
    width: 90%;
}

.affiliate-featured-img img {
    width: 100%;
}

.feature-content h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 65px;
}

.feature-content h1 span {
    color: #0eb2b1;
}

.feature-content p {
    margin: 1.5rem 0;
    color: #b2b2b2;
    font-size: 18px;
}

.feature-content h3 {
    color: #ffffff;
    font-size: 45px;
    line-height: 60px;
    font-weight: 700;
}

.feature-content h3 span {
    color: #0eb2b1;
}

.feature-content-center {
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

/*.affiliate-single-box {
    background: #252525;
    padding: 40px 40px 40px;
    border-radius: 20px;
    text-align: center;
}
.affiliate-single-box .icon img {
    width: 50px;
}
.affiliate-single-box .title-content {
    color: #ffffff;
    font-size: 20px;
    margin: 1rem 0;
    font-weight: 600;
}
.affiliate-single-box .call-btn .call_link {
    color: #d9d9d9;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}
.affiliate-single-box .call-btn .call_link:hover {
    color: #0eb2b1;
}*/
.dark-accordion .card {
    background: transparent;
    border: none;
    border-bottom: 1px solid #434343;
    border-radius: 0;
}

.dark-accordion .card-header {
    padding: 0.75rem 0;
    margin-bottom: 0 !important;
}

.dark-accordion .card-header .btn-link {
    color: #0eb2b1;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    width: 100%;
    text-align: left;
}

/*.dark-accordion .card-header .btn-link.collapsed:before {
    content: '\f067';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: 0.8rem;
}
.dark-accordion .card-header .btn-link:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f068';
    position: absolute;
    top: 0.8rem;
    right: 0;
}*/
.dark-accordion .card-header .btn-link.collapsed {
    color: #ffffff;
}

.dark-accordion .card-header .btn-link:focus {
    box-shadow: none;
}

.dark-accordion .card-body {
    padding: 0 1rem 0.5rem;
    font-size: 15px;
    color: #a7a7a7;
    line-height: 25px;
}

.affiliate-program h4 {
    color: #ffffff;
    font-size: 22px;
    line-height: 35px;
    font-weight: 600;
}

.affiliate-program p {
    color: #a7a7a7;
    font-size: 14px;
    line-height: 22px;
}

.affiliate-program ul {
    list-style-type: none;
    padding-left: 1rem;
}

.affiliate-program li {
    color: #f3f1f1;
    position: relative;
    margin-bottom: 1rem;
}

.affiliate-program li:before {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
    color: #24d366;
    margin-right: 1rem;
}

.affiliate-program-method li:before {
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    color: #e91111;
}

.affiliate-shape-section {
    position: relative;
    overflow: hidden;
}

.affiliate-shape-section .hero-bg-left-shape {
    position: absolute;
    top: 0px;
    left: -12rem;
}

.affiliate-shape-section .hero-bg-left-shape img {
    width: 50%;
    opacity: 0.7;
}

.hero-bg-rightbtm-shape img {
    width: 50%;
    position: absolute;
    right: -4rem;
    top: 22rem;
    transform: rotate(180deg);
    opacity: 0.6;
}

.audience-affiliate {
    position: relative;
}

.audience-affiliate .hero-bg-left-shape {
    bottom: 0rem;
    left: 0rem;
    top: inherit;
}

.audience-affiliate .hero-bg-left-shape img {
    width: 60%;
}

.circle-shape-right {
    width: 400px;
    height: 400px;
    background: #567488;
    position: absolute;
    right: -6rem;
    border-radius: 50%;
    top: 0;
}

.quarter-ellipse4 {
    background: #0d6d6d;
    width: 180px;
    height: 180px;
    border-radius: 0 0 0 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.afflt-prog-btn {
    z-index: 99;
    position: relative;
}

.affiliate-shape-section .youtube-embed {
    border-color: #474747;
}

.affiliate-single-box .plan-card-dark {
    background: #191919;
    border: 1px solid #312f2f;
    min-height: 380px;
}

.affiliate-single-box .pricing-card-icon {
    max-width: 70px;
    margin-top: -10px;
    margin-bottom: 1rem;
}

.affiliate-single-box .pricing-icon-genie,
.affiliate-single-box .pricing-icon-course {
    max-width: 120px;
}

.afl-prg-term {
    text-align: center;
    margin-top: 1rem;
    border-top: 1px solid #494949;
    padding-top: 1rem;
}

.afl-prg-term input {
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin-right: 0.5rem;
    background: transparent;
    accent-color: #0eb2b1;
    background-color: initial;
    color: #ffffff;
    cursor: pointer;
}

.afl-prg-term label {
    color: #dfdfdf;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
}

/* ================================================== */
/* Userhome Page CSS  */
/* ================================================== */
.describe-username p {
    width: 80%;
    margin: 0 auto 14px;
    line-height: 22px;
}

.describe-username a img {
    width: 140px;
}

.describe-username p a {
    color: #5e4dea !important;
}

.bg-color-l-green {
    background-color: #ecf9ec !important;
}

#WPSendingPage .row-gap-3 {
    row-gap: 1.5rem;
}

#WPSendingPage .row-gap-3 .card-body {
    min-height: 190px;
}

/* ================================================== */
/* Admin wpleadnew   */
/* ================================================== */
.container-fluid-px {
    padding: 0 2rem !important;
}

.walead-filter-row .custom-label {
    margin-bottom: 1px;
}

.walead-filter-row .form-control {
    font-size: 14px;
}
.walead-filter-row .shadow-rounded-box{
    margin-top: 10px;
}

.custom-shadow-table .badge-warning {
    background-color: #8b8b8b;
    color: #ffffff !important;
}

.vc-toggle-container * {
    font-family: Arial;
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
}

/*Custom switch style*/
.vc-switch {
    width: 50px;
    height: 25px;
}

.vc-toggle-container label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 18px;
    cursor: pointer;
}

.vc-switch-input {
    position: absolute;
    transform: translate3d(5px, 5px, 0);
}

.vc-switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 11px;
    font-weight: 300;
    background: #9b9b9b;
    border-radius: inherit;
}

.vc-switch-label:before,
.vc-switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1.1;
}

.vc-switch-label:before {
    content: attr(data-off);
    color: #ffffff;
}

.vc-switch-label:after {
    content: attr(data-on);
    color: #ffffff;
    opacity: 0;
}

.vc-switch-label:before {
    right: 12px;
}

.vc-switch-label:after {
    left: 11px;
}

.vc-switch-input:checked~.vc-switch-label {
    background: #28aaaf;
}

.vc-switch-input:checked~.vc-switch-label:before {
    opacity: 0;
}

.vc-switch-input:checked~.vc-switch-label:after {
    opacity: 1;
}

.vc-handle {
    position: absolute !important;
    top: 5px;
    left: 5px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.vc-handle {
    width: 15px;
    height: 15px;
}

.vc-handle:before {
    content: "";
    top: 50%;
    left: 50%;
    position: absolute !important;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
}

.vc-switch-label:active~.vc-handle,
.vc-handle:active {
    width: 30px;
}

.vc-switch-input:checked~.vc-handle {
    left: unset;
    right: 5px;
}

/*Custom checkbox dropdown*/

.dropdown-check-list {
    margin-bottom: 20px;
}

.dropdown-check-list .anchor {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 5px 50px 5px 10px;
    width: 100%;
    background: transparent;
    color: #495057;
    border-radius: 0.25rem;
    font-size: 14px;
    border: 1px solid #aeafb0;
}

.dropdown-check-list .anchor:after {
    position: absolute;
    content: "";
    border-left: 0.12rem solid black;
    border-top: 0.12rem solid black;
    padding: 3px;
    right: 8px;
    top: 34%;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.dropdown-check-list .anchor:active:after {
    right: 8px;
    top: 34%;
}

.dropdown-check-list ul.items {
    padding: 10px;
    display: none;
    margin: 0;
    border: 1px solid #d9d9d9;
    position: absolute;
    z-index: 99;
    background: #f3f3f3;
    width: 95%;
    border-radius: 4px;
}

.dropdown-check-list ul.items li {
    list-style: none;
    font-weight: 400;
    color: #495057;
}

.dropdown-check-list ul.items li input {
    margin-right: 10px;
    width: 18px;
    height: 16px;
    vertical-align: middle;
    accent-color: #16889c;
}

.flex-drop-info {
    background-size: cover;
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.flex-drop-info .form-control {
    min-width: 170px;
}

.modal-custom-table thead th {
    white-space: nowrap;
}

.custom-chip-ui {
    list-style-type: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 10px;
    margin-bottom: 0;
}

.custom-chip-ui li {
    display: inline-block;
    padding: 8px 15px;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    border-radius: 25px;
    background-color: #f1f1f1;
    white-space: nowrap;
}

.custom-chip-ui li b {
    font-weight: 500;
    display: flex;
}

.custom-chip-ui .closebtn {
    padding-left: 10px;
    color: #888;
    font-weight: bold;
    float: right;
    font-size: 20px;
    cursor: pointer;
}

.custom-select-chips .select2-container {
    width: auto !important;
}

.custom-select-chips .select2-container--default .select2-selection--multiple {
    display: inline-block;
    border-color: #cbcbcb;
    background: #f6f6f6;
}

.custom-select-chips .select2-container--default .select2-search--inline .select2-search__field {
    height: 25px;
    margin-left: 10px;
}

.custom-select-chips .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 1rem;
}

.custom-select-chips .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 5px;
    color: #7b7a7a;
}

.custom-select-chips .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 1.1em;
    padding: 0 7px;
}

/* ================================================== */
/* footer */
/* ================================================== */
footer {
    background: #0f0f0f;
    padding: 15px 0 15px 0;
}

footer h3,
.de_light footer h3 {
    color: #fff;
    font-size: 20px;
    text-transform: none;
    font-weight: normal;
}

footer a:hover {
    color: #212121;
}

footer.dark {
    background: #212121;
    color: #fff;
}

.de-navbar-left footer {
    padding: 70px 70px 0 70px;
}

.subfooter {
    font-size: 12px;
    background: #282828;
    margin-top: 80px;
    padding: 30px 0 20px 0;
}

.de-navbar-left .subfooter {
    background: none;
}

header.side-header {
    border-bottom: none !important;
    margin: 0;
}

/*header.side-header {
}*/

header.side-header .social-icons-2 {
    margin: 0 auto;
    margin-top: 50px !important;
    float: none;
    text-align: center;
}

header.side-header .social-icons-2 a {
    display: inline-block;
    margin: 0 2px 0 2px;
    background: #555;
    width: 36px;
    height: 36px;
    padding-top: 5px;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    opacity: 0.2;
}

.de_light header.side-header .social-icons-2 a {
    background: #fff;
    color: #333;
}

header.side-header .social-icons-2 a:hover {
    opacity: 1;
}

.de-navbar-left.de_light header,
.de-navbar-left.de_light {
    background: #f9f9f9;
}

header.header-light-transparent {
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #f5f5f5;
}

.goc-genie-layout-wrapper #mainmenu>li>a:hover {
    color: #dcdcdc;
}

header.smaller.goc-genie-layout-wrapper #mainmenu a {
    color: #ffffff;
}

.goc-genie-layout-wrapper .admin-profile-dropdown .btn-secondary {
    background: transparent !important;
    color: #ffffff !important;
}

.goc-genie-layout-wrapper .admin-profile-dropdown .btn-secondary a {
    color: #ffffff !important;
}

.goc-genie-layout-wrapper {
    background: #000000 !important;
    border-color: #626262 !important;
    padding-top: 10px;
}

.goc-genie-layout-wrapper #mainmenu>li>a {
    color: #ffffff;
}

header.header-solid.header-light #mainmenu>li>a {
    color: #555;
}

header.header-solid.header-light .info {
    background: #eee;
    color: #555;
}

header.header-solid.header-light .info .social i {
    color: #222;
}

header.header-solid {
    background: #222;
    position: relative;
}

header.header-light {
    background: #fff;
}


header.header-mobile .btn-rsvp {
    padding-top: 40px;
    height: 90px;
}

header.header-mobile .logo-2 {
    display: inline-block !important;
}

header.header-mobile.header-light {
    background: #fff;
}

header.header-solid.header-light {
    background: #fff;
}

header.header-light .logo {
    display: none;
}

header.header-light .logo-2 {
    display: inline-block;
}

#de-sidebar {
    padding: 0px;
}

/* ================================================== */

/* Login / signup area */
#bottom_signup_modal,
#genie_demo_schedule,
#genie_checkDevice,
#genie_apply,
#genie_tutorial {
    backdrop-filter: blur(3px);
}

.center-box {
    width: 35%;
    margin: 0 auto;
}

.center-box-profile {
    width: 60% !important;
    margin: 0 auto;
}

.login-area-wrapper {
    padding: 2rem;
}

.option-title-bar {
    text-align: center;
    border-bottom: 1px solid #dedede;
    margin-bottom: 1.7rem;
    position: relative;
}

.option-title-bar p {
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    top: 13px;
    background: #ffffff;
    padding: 0 0.8rem;
    font-size: 14px;
}

.custom-label {
    font-weight: 600;
    color: #333333;
}

.custom-form-control {
    margin-bottom: 20px;
    padding: 12px 12px;
    height: auto;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    margin-bottom: 12px !important;
    background: rgba(0, 0, 0, 0.04) !important;
    font-weight: 500;
}

.forgot-text {
    text-align: right;
}

.forgot-text a {
    color: #0eb2b1 !important;
    font-weight: 600;
    text-decoration: underline;
}

.forgot-text a:hover,
.signup-area a:hover {
    color: #333333 !important;
}

.center-box .btn-custom {
    min-width: 160px;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.signup-area {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.signup-area a {
    color: #0fb8b2 !important;
    text-decoration: none;
}

.auth-page-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.google-custom-btn {
    padding: 0.7rem 0.9rem;
    border-radius: 2px;
    color: #ffffff !important;
    background: #cf4332;
}

.google-custom-btn img {
    margin-right: 0.2rem;
    vertical-align: text-bottom;
}

.google-custom-btn b {
    font-weight: 600;
}

.google-custom-btn b span {
    font-size: 18px;
    margin-right: 3px;
    vertical-align: top;
    border-right: 1px solid #d4685b;
    padding-right: 6px;
}

.pass-input-group {
    position: relative;
}

.pass-input-group .form-control {
    padding: 12px 40px 12px 12px;
}

.pass-input-group .input-group-text {
    position: absolute;
    right: 0.8rem;
    top: 1rem;
    background: transparent;
    border: none;
    padding: 0;
    z-index: 999 !important;
}

/* ================================================== */
/* blog */
/* ================================================== */
/*.post-item {
}*/

.post-item p {
    margin-bottom: 0;
}

.post-text h3 {
    margin-bottom: 10px;
}

.post-text h3,
.post-text h3 a {
    color: #212121;
    text-decoration: none;
    border: none;
}

.s1 .post-text {
    margin-left: 70px;
}

.post-item .date-box {
    width: 54px;
    position: absolute;
    text-align: center;
    color: #fff;
}

.post-item .date-box .m {
    font-size: 32px;
    background: #333;
    padding: 8px;
}

.post-item .date-box .d {
    font-size: 12px;
    background: #212121;
}

.blog-list {
    margin: 0;
    padding: 0;
}

/* blog list */

.blog-list>div {
    list-style: none;
    line-height: 1.7em;
    margin-top: 0px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
}

.blog-list img {
    margin-bottom: 20px;
}

.de_light .blog-list li {
    border-bottom: solid 1px #ddd;
}

.blog-list h3 {
    margin-top: 20px;
}

.blog-list h3 a {
    color: #fff;
}

.de_light .blog-list h3 a {
    color: #222222;
}

.de_light .text-light .blog-list h3 a {
    color: #fff;
}

.blog-list .btn-more {
    padding: 3px 25px 3px 25px;
    color: #111;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    float: right;
}

.blog-list .btn-more:hover {
    background: #fff;
}

.de_light .blog-list .btn-more:hover {
    background: #222;
    color: #fff;
}

.blog-list .blog-slider {
    margin-bottom: -60px;
}

.blog-list .date-box {
    position: absolute;
    text-align: center;
    text-shadow: none;
}

.blog-list .date-box .day,
.blog-list .date-box .month {
    display: block;
    color: #fff;
    text-align: center;
    width: 40px;
    z-index: 100;
}

.de_light .blog-list .date-box .month {
    color: #222222;
}

.blog-list .date-box {
    text-align: center;
    background: #f5f5f5;
    padding: 10px;
}

.blog-list .date-box .month {
    font-size: 14px;
}

.blog-list .date-box .day {
   font-family: "Quicksand";
    color: #222222;
    font-weight: bold;
    font-size: 28px;
}

.blog-list .date-box .month {
    font-family: "Quicksand";
    color: #fff;
    font-size: 13px;
    letter-spacing: 3px;
}

.de_light .blog-list .date-box .month {
    border-bottom-color: #ddd;
}

.de_light .text-light .blog-list .date-box .month {
    color: #fff;
}

.blog-snippet li {
    border-bottom: none !important;
    margin-bottom: 0;
}

#blog-carousel .item {
    width: 100%;
}

/* blog comment */

#blog-comment {
    margin-top: 40px;
    margin-left: 80px;
}

#blog-comment h5 {
    margin-bottom: 10px;
}

#blog-comment ul,
#blog-comment li {
    list-style: none;
    margin-left: -30px;
    padding-left: 0;
}

#blog-comment li {
    min-height: 70px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: solid 1px #eee;
}

#blog-comment li .avatar {
    position: absolute;
    margin-top: 5px;
}

#blog-comment .comment {
    margin-left: 85px;
}

#blog-comment li {
    min-height: 70px;
    font-size: 14px;
    line-height: 1.6em;
}

#blog-comment li li {
    margin-left: 55px;
    padding-bottom: 0px;
    margin-top: 20px;
    padding-top: 10px;
    border-top: solid 1px #eee;
    border-bottom: none;
}

#blog-comment li li .avatar {
    position: absolute;
}

.comment-info {
    margin-left: 85px;
    margin-bottom: 5px;
}

/*    .comment-info span {
    }*/

.comment-info .c_name {
    display: block;
    font-weight: 700;
    color: #555555;
}

.comment-info .c_reply {
    padding-left: 20px;
    margin-left: 20px;
    border-left: solid 1px #ddd;
    font-size: 12px;
}

.comment-info .c_date {
    font-size: 12px;
}

.blog-list h3 {
    color: #333;
}

/*.blog-list .post-wrapper {
}*/

.blog-read h3 {
    color: #333;
    letter-spacing: normal;
    font-size: 24px;
    text-transform: none;
}

.blog-carousel ul,
.blog-carousel li {
    margin: 0;
    list-style: none;
}

.blog-carousel h4 {
    margin-bottom: 0px;
}

.blog-carousel p {
    margin-bottom: 10px;
}

.blog-carousel .post-date {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px;
    color: #888;
}

/* blog comment form */

#commentform label {
    display: block;
}

#commentform input {
    width: 290px;
}

#commentform input:focus {
    border: solid 1px #999;
    background: #fff;
}

#commentform textarea {
    width: 97%;
    padding: 5px;
    height: 150px;
    color: #333;
}

#commentform textarea:focus {
    border: solid 1px #999;
    background: #fff;
}

#commentform input.btn {
    width: auto;
}

.post-meta {
    margin: 0px 0 10px 0px;
    border: solid 1px #eee;
    border-left: none;
    font-size: 11px;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.post-meta a {
    color: #888 !important;
}

.post-meta span {
    display: table-cell;
    padding: 10px 0 10px 0;
    text-align: center;
    border-left: solid 1px #eee;
}

.post-meta span i {
    float: none;
}

.post-image img {
    width: 100%;
    margin-bottom: 0px;
}

.post-meta {
    border-color: #222;
}

.post-meta span {
    border-color: #222;
}

.blog-slide {
    padding: 0;
    margin: 0;
}

/* ================================================== */

/* products */

/* ================================================== */

.products {
    padding: 0;
    list-style: none;
    text-align: center;
}

.products li {
    margin-bottom: 40px;
}

.product .price {
    margin-bottom: 10px;
    font-size: 20px;
    color: #222;
}

.de_light .product h4 {
    font-size: 16px;
    margin: 0;
    margin-top: 20px;
}

.product img {
    padding: 2px;
    background: #333;
    border: solid 1px #fff;
}

.de_light .product img {
    padding: 0;
    border: solid 1px #eee;
}

.ratings {
    color: #f86e4e;
}

.product .ratings {
    margin: 5px 0 5px 0;
}

.rating-box-number .scale-container .box.selected {
    background-color: #0e2e01 !important;
    color: #ffffff;
}

.file-upload-wrapper+.file-note {
    font-size: 12px;
    margin-bottom: 0;
    color: #9c9c9c;
}

/* ================================================== */

/* contact form */

/* ================================================== */

.error {
    clear: both;
    display: none;
    color: #e73c37;
    padding-top: 20px;
}

.success {
    clear: both;
    display: none;
    color: #96c346;
    padding-top: 20px;
}

.error img {
    vertical-align: top;
}

.full {
    width: 98%;
}




.de_form.form_underline input[type="text"],
.de_form.form_underline textarea,
.de_form.form_underline input[type="email"],
#search,
.de_form.form_underline select {
    font-size: 14px;
    padding: 10px;
    margin-bottom: 20px;
    color: #212121;
    border: solid 1px #cccccc;
    background: none;
    height: auto;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.de_form textarea.form-control {
    height: 165px;
}

.text-light .de_form.form_underline input[type="text"],
.text-light .de_form.form_underline textarea,
.text-light .de_form.form_underline input[type="email"],
#search,
.text-light .de_form select {
    color: #ffffff;
    border: solid 1px rgba(255, 255, 255, 0.2);
}

.text-light ::-webkit-input-placeholder {
    /* Edge */
    color: #ffffff;
}

.text-light :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
}

.text-light ::placeholder {
    color: #ffffff;
}

.form-underline input[type="text"],
.form-underline textarea,
.form-underline input[type="email"],
.form-underline select {
    padding: 10px 0 10px 0;
    margin-bottom: 20px;
    border: none;
    border-bottom: solid 2px #bbbbbb;
    background: none;
    border-radius: 0 !important;
    height: auto;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.form-underline select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/ui/arrow-down-form.png") no-repeat 98% 60%;
}

.form-underline input[type="text"],
.form-underline textarea,
.form-underline input[type="email"],
.form-underline select {
    color: #333;
    border-bottom: solid 1px #bbb;
}

.error_input {
    border: solid 1px #d31e2b !important;
}

/* ================================================== */
/* Vertical navigation with config area */
/* ================================================== */
/*.sidenav-panel {
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 4.7rem;
    width: 215px;
}*/

.sidenav-panel {
    z-index: 99999;
    position: relative;
}

.sidenav-panel .modal-dialog .modal-content {
    background: #2b2b2b 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00000085;
    background: url(../images/config-texture-bg.jpg);
}

.sidenav-panel ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.sidenav-panel ul li {
    margin: 0;
    border-bottom: 1px solid #363636;
}

.sidenav-panel a {
    padding: 6px 12px 6px 12px;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff !important;
    display: block;
    position: relative;
}

.sidenav-panel a i {
    padding-right: 0.4rem;
}

.sidenav-panel a:hover {
    color: #f1f1f1 !important;
    background: #222222;
}

.sidenav-panel ul li i {
    position: absolute;
    right: 0.7rem;
    top: 0.9rem;
}

section.config-section {
    background: url(../images/config-texture-bg.jpg);
    background-attachment: fixed;
    padding: 88px 0 50px 0;
}

.dash-title {
    color: #f1f1f1;
    font-size: 17px;
    margin-bottom: 0;
    display: inline-block;
    /*    margin-left: 0.2rem;*/
}

.draggable-row {
    margin-bottom: 1.5rem;
}

.drag-area-col {
    background: var(--bg-black-2);
    border-radius: 15px;
    cursor: grab;

}

.dashboard-config-card {
    border: 1px dashed transparent;
    cursor: auto;
}

.dashboard-config-card .widget-title-bar {
    border-bottom: 0px;
}

.dash-trial-box {
    display: flex;
    align-items: center;
}

.dash-trial-box p {
    margin-bottom: 0;
    color: #d6d6d6;
    margin-right: 10px;
    font-size: 14px;
}

.dashboard-flex .pricing-icon-genie {
    max-width: 50px;
    margin-left: 4px !important;

}

.dashboard-flex .dashboard-icon-btn .pricing-card-icon {
    display: block;
}

.dashboard-flex .pricing-card-icon {
    margin-top: -0.2rem;
    display: none;
}

.dashstock-updown-wrapped {
    background: #25282e 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #000000;
    border: 1px solid #3f4144;
    border-radius: 45px;
    padding: 0.3rem 0.1rem 0.3rem 0.3rem;
    /*    margin-bottom: 0.5rem;*/
}

.dashboard-flex .dashstock-updown-wrapped {
    background: transparent;
    box-shadow: none;
    border: 0px;
    border-bottom: 1px solid #323232;
    padding: 0px 0px 10px;
    margin-bottom: 10px;
    border-radius: 0px;


}

.dashstock-updown-wrapped-web-view {
    overflow: auto;
}

.dashstock-updown-wrapped-web-view::-webkit-scrollbar {
    height: 3px;
}

.dashstock-updown-wrapped-web-view::-webkit-scrollbar-track {
    border-radius: 6px;
}

.dashstock-updown-wrapped-web-view::-webkit-scrollbar-thumb {
    border-radius: 6px;
}

.beast-mode-header-wrapper::-webkit-scrollbar {
    height: 5px;
}

.beast-mode-header-wrapper::-webkit-scrollbar-track {
    border-radius: 6px;
}

.beast-mode-header-wrapper::-webkit-scrollbar-thumb {
    border-radius: 6px;
}

.dashstock-updown-wrapped-sm-view {
    display: none;
}

.dashstock-updown-wrapped ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.dashstock-updown-wrapped ul li {
    margin-right: 10px;
    cursor: pointer;
}

.dashstock-updown-wrapped ul li a {
    display: flex;
    gap: 5px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 100%;
    color: #E2E2E2 !important;
    padding: 9px 11px;
    border-radius: 10px;
    background-color: #000000;
    white-space: nowrap;
    box-shadow: 0px 0.9px 1.47px 0px #00000007;
    font-weight: 500;
        transition: none;
}

.dashstock-updown-wrapped ul li a.down-stock-status span {
    color: var(--bg-red-2);
}

.dashstock-updown-wrapped ul li a.up-stock-status span {
    color: var(--bg-green-3);
}

.widget-youtube-dark .modal-header {
    border: 0px;
}

.dashstock-updown-wrapped .up-stock-status {
    color: #20A400;
}

.dashstock-updown-wrapped .up-stock-status i {
    padding-left: 2px;
    vertical-align: revert;
}

.dashstock-updown-wrapped .down-stock-status {
    color: #f93232;
}

.dashstock-updown-wrapped .down-stock-status i {
    padding-left: 4px;
}

.dashstock-updown-wrapped ul li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.widget-scroll-wrapper {
    background: var(--bg-black-2);
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    padding: 11px 10px 11px 15px;
    overflow: auto;
}

.widget-scroll-wrapper::-webkit-scrollbar {
    height: 2px;
    border-radius: 6px;
}

.widget-scroll-wrapper::-webkit-scrollbar-thumb {
    border-radius: 6px;
}

.widget-scroll-wrapper ul {
    list-style-type: none;
    display: flex;
    margin-bottom: 0;
    padding-left: 10px;
    column-gap: 10px;
}

.widget-scroll-wrapper ul li a {
    border: 1px solid #4a4848;
    border-radius: 20px;
    color: #ffffff;
    font-size: 14px;
    padding: 6px 12px;
    background: #000;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
}

.widget-scroll-wrapper ul li a:hover {
    color: #ffffff;
}

.widget-scroll-wrapper ul li a.active {
    background: linear-gradient(to right, #644bfa, #037dc9);
    border-color: #ffffff;
}

.widget-scroll-wrapper.stickyTab {
    position: fixed;
    top: 7.1rem;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    transition: 0.3s ease-in-out all;
    z-index: 99;
}

.sidenav-panel .modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.sidenav-panel .modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
}

.sidenav-panel .modal.left .modal-content::-webkit-scrollbar {
    width: 10px;
}

.sidenav-panel .modal.left .modal-content::-webkit-scrollbar-thumb {
    background: #888888;
    border-radius: 1px;
}

.sidenav-panel .modal.left .modal-content::-webkit-scrollbar-track {
    background: #4d4d4d;
    border-radius: 1px;
}

.sidenav-panel .modal.left .modal-body {
    padding: 0px 0px 70px;
}

.sidenav-panel .modal-header .close {
    color: #ffffff;
    opacity: 1;
    padding: 0;
    margin: 0;
}

.sidenav-panel .modal-header .close img {
    width: 14px;
}

/*Left*/
.sidenav-panel .modal.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.sidenav-panel .modal.fade.show .modal-dialog {
    left: 0;
}

.sidenav-panel .modal-header {
    border-bottom: none;
    align-items: center;
    padding: 0.7rem 1rem;
        justify-content: space-between;
}

/*    .sidenav-panel .modal-header .live-update-youtube {
        padding-left: 6px;
    }*/

.sidenav-panel .modal-header .modal-title {
    color: #ffffff;
    font-weight: 500;
    margin-top: 0;
    font-size: 15px;
}

.inline-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.inline-flex .text-center {
    display: flex;
    align-items: center;
}

.inline-flex .btn-demo {
    border: 1px solid #40b2b1;
    /*        margin-left: 1rem;*/
    color: #40b2b1;
    font-weight: 600;
    font-size: 14px;
}

.inline-flex .btn-demo i {
    color: #40b2b1;
}

/*        .inline-flex .btn-demo:hover {
            background: #202020;
            border-color: #40b2b1;
        }*/

.dashboard-flex {
    margin-bottom: 5px;
    padding: 12px 12px;
    border-radius: 10px;
    background: var(--bg-black-2);
}

.dashboard-flex .text-center {
    box-shadow: 0px 0px 10px #000000;
    border-radius: 20px;
    padding: 2px 10px 2px 10px;
    background-color: #4e4e4e;
}

.dashboard-flex .btn-demo {
    border: none;
    padding: 0;
    margin-left: 0;
    overflow: inherit;
}

.dashboard-flex .btn-demo:focus {
    box-shadow: none;
}

.config-top-btn {
    margin-right: 0.5rem;
}

.dashboard-flex .config-top-btn .btn-demo {
    border: 1px solid;
    padding: 0.245rem 0.75rem;
    margin-right: 5px;
    background: #01241B !important;
    border: 1px solid var(--bg-green-1) !important;
    color: var(--bg-green-1) !important;
}

.dashboard-flex .config-top-btn .btn-demo:last-child {
    margin-right: 0;
}

.gpt-live-stock-btn ul {
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    padding: 0px;
}

.gpt-live-stock-btn ul li {
    margin-right: 0.5rem;
}

.gpt-live-stock-btn ul li a {
    color: #A4A4A4;
    background: #000000;
    padding: 3px 4px 3px 8px;
    border-radius: 5px;
    min-width: 94px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #343539;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;

}

.gpt-live-stock-btn ul li a small {
    background: #323232;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 100%;
    padding: 5px 9px;
    position: relative;
    right: -3px;
    font-family: var(--font-Poppins);
}

.gpt-live-stock-btn ul li a:hover {
    color: #A4A4A4;
}

.goc-GPT-banner-webView {
    width: 100%;
    border: 2px solid #3b3b3b;
    border-radius: 14px;
}

/*Active bull btn style*/
.gpt-live-stock-btn ul li a.active-bull-btn {
    border-color: var(--bg-green-3);
}

.gpt-live-stock-btn ul li a.active-bull-btn small {
    background: #223C35;
    color: var(--bg-green-3);
}

.gpt-live-stock-btn ul li a.active-bull-btn svg line,
.gpt-live-stock-btn ul li a.active-bull-btn svg path {
    stroke: var(--bg-green-3);
    fill: var(--bg-green-3);
}

/*Active bear btn style*/
.gpt-live-stock-btn ul li a.active-bear-btn {
    border-color: #FF4B4A;
}

.gpt-live-stock-btn ul li a.active-bear-btn svg line,
.gpt-live-stock-btn ul li a.active-bear-btn svg path {
    stroke: #FF4B4A;
    fill: #FF4B4A;
}

.gpt-live-stock-btn ul li a.active-bear-btn small {
    background: #330F0F;
    color: #FF4B4A;
}

/*Active both btn style*/
.gpt-live-stock-btn ul li a.active-both-btn {
    border-color: var(--bg-green-1);
}

.gpt-live-stock-btn ul li a.active-both-btn svg path {
    fill: var(--bg-green-1);
}

.gpt-live-stock-btn ul li a.active-both-btn small {
    background: #223C35;
    color: var(--bg-green-1);
}

.gpt-live-stock-btn ul li:last-child {
    margin-right: 0;
}

.pd-live-widget .chartbox-trend-inner {
    justify-content: space-between;
}


.custom-accordion-main #faq .card {
    margin-bottom: 0px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #3b3b3b;
}

.custom-accordion-main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 0;
    padding: 0;
    background: #252525;
}

.custom-accordion-main #faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    padding: 8px 12px;
    font-weight: 600;
    border-radius: 0;
    font-size: 15px;
    color: #ffffff !important;
    background: #0ab0b0;
    border-left: 4px solid #0ab0b0;
    /*            background: linear-gradient(to right, #644BFA, #037DC9);*/
    border-left: none;
}

.custom-accordion-main #faq .card .card-header .btn-header-link:after {
    content: "\f077";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 500;
    float: right;
    color: #ffffff;
    padding-right: 0.2rem;
    padding-top: 0.2rem;
}

.custom-accordion-main #faq .card .card-header .btn-header-link.collapsed {
    background: #484848;
    color: #fff;
}

.custom-accordion-main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f078";
}

.custom-accordion-main #faq .card .collapsing {
    line-height: 30px;
    background: #111111;
    transition: inherit;
}

.custom-accordion-main #faq .card .collapse {
    border: 0;
}

.custom-accordion-main .collapse .card-body {
    padding: 0;
    background: #2b2b2b 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00000085;
    background: url(../images/config-texture-bg.jpg);
}

.custom-accordion-main #faq .card .collapse.show {
    line-height: 30px;
    color: #222;
}

.widget-title-bar {
    padding: 8px 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed;
}

.widget-title-bar h4 {
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
}

.widget-title-bar p {
    margin-bottom: 0;
}

.widget-title-bar p i {
    color: #fc0304;
    font-size: 16px !important;
    cursor: pointer;
}

/*Option Trading Widget Style*/
.chartbox-trend .widget-tab_outer {
    background: transparent;
    border-radius: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.chartbox-trend .widget-tab_outer .btn_tab {
    padding: 3px 12px !important;
    color: #A4A4A4 !important;
    border: 1px solid #272727 !important;
    box-shadow: none;
    background: #272727 !important;
    margin-right: 3px;
    margin-bottom: 4px;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: var(--font-Poppins);
    transition: none;
}

.chartbox-trend .widget-tab_outer .btn_tab i {
    color: var(--bg-green-1);
}

.option-widget-time {
    font-size: 14px;
    padding-top: 3px;
    color: #A4A4A4;
    font-weight: 500;
    font-family: var(--font-Poppins);
}

.option-widget-time b {
    font-weight: 500;
    line-height: 10px;
    color: #A4A4A4;
}

.trading-exp-dropdown {
    font-weight: 500;
    font-size: 14px;
    color: #A4A4A4;
    font-family: var(--font-Poppins);
}

.table-dark-box {
    background: var(--bg-black-2);
    padding: 10px 0 0;
    border-radius: 10px;
    box-shadow: 0px 0.9px 1.47px 0px #00000007;
    overflow: hidden;
}

.chartbox-trend-tp {
    padding: 12px 12px !important;
    background: #000;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0.9px 1.47px 0px #00000007;
}

.stock-opt-widget-card {
    background-color: #000000;
    box-shadow: 0px 0.9px 1.47px 0px #00000007;
    padding: 12px;
    margin-bottom: 12px !important;
    border-radius: 10px;
    border: 0px;
}

.bookmark-search-col .autocomplete-focus {
    max-width: 295px;
}

.bookmark-search-col .widget-tab_outer {
    margin-top: 12px !important;
}

.stock-opt-widget-card .chartbox-trend-inner {
    padding: 0px !important;
}

.trading-color-title {
    text-align: center;
    color: #41BA7C;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: var(--font-Poppins);
}

.trading-custom-table {
    width: 100%;
}

.trading-custom-table thead {
    background: #2A2A2A;
    border-bottom: 1px solid #343434;
}

.trading-custom-table thead tr th {
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #A4A4A4;
    font-family: var(--font-Poppins);
}

.trading-custom-table tbody tr td {
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-Poppins);
}

.trading-custom-table tbody tr td.green {
    color: #41BA7C !important;
}

.trading-custom-table tbody tr.green {
    color: #41BA7C !important;
}

.trading-custom-table tbody tr {
    border-bottom: 1px solid #343434;
    color: #F93232 !important;
}

.trading-custom-table tbody:last-child tr {
    border: none;
}

.trading-custom-table tbody tr td:first-child {
    background: #2A2A2A;
}

.strike-dark-box {
    padding: 0;
}

.strike-price-table tbody tr td:first-child {
    background: transparent;
}

.strike-price-table tbody tr td:nth-child(3) {
    background: #272727;
}

.strike-price-table tbody tr td,
.strike-price-table thead tr th {
    text-align: center;
}

.strike-price-table tbody tr td:first-child,
.strike-price-table thead tr th:first-child {
    text-align: left;
}

.strike-table-title {
    color: #ffffff;
}

/*Stock Option Widget Style*/
.stock-option-table tbody tr td:first-child {
    color: #A4A4A4;
}

.stock-option-table thead tr th {
    padding: 6px 8px;
}

.bookmark-search-col {
    border-bottom: 1px solid #1F1F1F;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

span.boomark-title-chip {
    margin-bottom: 0 !important;
    display: inline-block;
    font-size: 14px;
    margin-right: 16px;
    font-weight: 600;
    font-family: var(--font-Poppins);
    color: #A4A4A4;
}

/*.bookmark-search-col .btn_tab.active {
    background: transparent linear-gradient(90deg, #057895 0%, #0ab0b0 100%) 0% 0% !important; 
}*/
.bookmark-search-col .btn_tab {
    font-size: 12px !important;
    padding: 3px 9px !important;
    font-weight: 600 !important;
}

.trading-confligStcok .trading-topbar-filter {
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.mosta-ctive-card {
    background-color: var(--bg-black-2);
    border-radius: 10px;
    box-shadow: 0px 0.9px 1.47px 0px #00000007;
    padding: 12px 14px;
    margin-bottom: 14px;
}

.star-stock-area {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.star-stock-area .stock-star-title {
    margin-bottom: 5px;
    font-size: 20px;
    color: #ffffff;
    position: relative;
    padding-left: 10px;
    border-left: 3px solid #007E5E;
    font-family: "Poppins", sans-serif;

}

.star-stock-area .stock-star-title .fa-star {
    background: #0BB2B1;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 5px;
}

.inline-flex-dropdown {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0.8rem;
    column-gap: 12px;
        flex-wrap: wrap;
    row-gap: 10px;
}

.strike-table-title {
    color: #FFFFFF;
    font-family: var(--font-Quicksand);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;


}

.chartbox-trend-inner .inline-flex-dropdown select {
    margin: 0;
    margin-left: 2px;
}

.chartbox-radius {
    border: 0px;
    border-radius: 0px 0px 10px 10px !important;
}

.chartbox-radius .chartbox-table-inner {
    border-radius: 0px 0px 10px 10px;
}

.grid-stack-item[data-gs-width="6"] .widget-tab_outer,
.grid-stack-item[data-gs-width="7"] .widget-tab_outer {
    width: 100%;
}

.grid-stack-item[data-gs-width="6"] .trading-topbar-filter,
.grid-stack-item[data-gs-width="7"] .trading-topbar-filter {
    width: 100%;
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}

.grid-stack-item[data-gs-width="8"] .trading-conflig-col,
.grid-stack-item[data-gs-width="9"] .trading-conflig-col,
.grid-stack-item[data-gs-width="10"] .trading-conflig-col,
.grid-stack-item[data-gs-width="11"] .trading-conflig-col,
.grid-stack-item[data-gs-width="12"] .trading-conflig-col {
    display: flex;
    justify-content: space-between;
}

.grid-stack-item[data-gs-width="8"] .bookmark-search-col,
.grid-stack-item[data-gs-width="9"] .bookmark-search-col,
.grid-stack-item[data-gs-width="10"] .bookmark-search-col,
.grid-stack-item[data-gs-width="11"] .bookmark-search-col,
.grid-stack-item[data-gs-width="12"] .bookmark-search-col {
    display: inline-block;
    justify-content: space-between;
}

.grid-stack-item[data-gs-width="8"] .trading-topbar-filter,
.grid-stack-item[data-gs-width="9"] .trading-topbar-filter,
.grid-stack-item[data-gs-width="10"] .trading-topbar-filter,
.grid-stack-item[data-gs-width="11"] .trading-topbar-filter,
.grid-stack-item[data-gs-width="12"] .trading-topbar-filter {
    display: flex;
    column-gap: 10px;
}

.no-flex-inner {
    display: inherit;
}

/****GRID STACK STYLE START*****/
.grid-stack>.grid-stack-item>.grid-stack-item-content::-webkit-scrollbar,
.grid-stack-item .custom-widget-col::-webkit-scrollbar,
.autocomplete-items::-webkit-scrollbar {
    width: 10px;
}

.grid-stack>.grid-stack-item>.grid-stack-item-content::-webkit-scrollbar-track,
.grid-stack-item .custom-widget-col::-webkit-scrollbar-track,
.autocomplete-items::-webkit-scrollbar-track,
.stockScanner-widget-box .scrollable-list::-webkit-scrollbar-track {
    background: #4d4d4d;
    border-radius: 1px;
}

.grid-stack>.grid-stack-item>.grid-stack-item-content::-webkit-scrollbar-thumb,
.grid-stack-item .custom-widget-col::-webkit-scrollbar-thumb,
.autocomplete-items::-webkit-scrollbar-thumb,
.stockScanner-widget-box .scrollable-list::-webkit-scrollbar-thumb {
    background: #888888;
    border-radius: 1px;
}

/*    .grid-stack > .grid-stack-item > .grid-stack-item-content::-webkit-scrollbar-thumb:hover,
    .grid-stack-item .custom-widget-col::-webkit-scrollbar-thumb:hover,
    .autocomplete-items::-webkit-scrollbar-thumb:hover {
        background: #555;
    }*/

.stockScanner-widget-box .scrollable-list::-webkit-scrollbar {
    width: 5px;
}

.grid-stack-item .custom-widget-col {
    overflow-y: auto !important;
    cursor: auto;
    margin-top: 0;
}

.grid-stack-item .custom-widget-col::-webkit-scrollbar {
    width: 4px;
    border-radius: 6px;
}

.grid-stack-item .custom-widget-col::-webkit-scrollbar-thumb {
    border-radius: 6px;
}

/*.grid-stack-item-content.drag-area-col.dashboard-config-card {
    bottom: inherit;
}*/
.grid-stack-item[data-gs-height="3"] .custom-widget-col {
    height: 282px !important;
}

.grid-stack-item[data-gs-height="4"] .custom-widget-col {
    height: 410px !important;
}

.grid-stack-item[data-gs-height="5"] .custom-widget-col {
    height: 522px !important;
}

.grid-stack-item[data-gs-height="6"] .custom-widget-col {
    height: 646px !important;
}

.grid-stack-item[data-gs-height="7"] .custom-widget-col {
    height: 762px !important;
}

.grid-stack-item[data-gs-height="8"] .custom-widget-col {
    height: 882px !important;
}

.grid-stack-item[data-gs-height="9"] .custom-widget-col {
    height: 1002px !important;
}

.grid-stack-item[data-gs-height="10"] .custom-widget-col {
    height: 1122px !important;
}

.grid-stack-item[data-gs-height="11"] .custom-widget-col {
    height: 1242px !important;
}

.grid-stack-item[data-gs-height="12"] .custom-widget-col {
    height: 1362px !important;
}

.pd-chart-row .pd-combine-high-chart .highcharts-title {
    font-size: 12px !important;
}

.grid-stack-item[data-gs-height="2"] .pd-chart-row .pd-combine-high-chart .highcharts-label text {
    font-size: 9px !important;
    font-weight: 400 !important;
}

.grid-stack-item[data-gs-height="2"] .custom-widget-col .pd-combine-high-chart {
    height: 85px !important;
}

.grid-stack-item[data-gs-height="3"] .custom-widget-col .pd-combine-high-chart {
    height: 185px;
}

.grid-stack-item[data-gs-height="4"] .custom-widget-col .pd-combine-high-chart {
    height: 310px;
}

.grid-stack-item[data-gs-height="5"] .custom-widget-col .pd-combine-high-chart {
    height: 400px;
}

.grid-stack-item[data-gs-height="6"] .custom-widget-col .pd-combine-high-chart {
    height: 520px;
}

.grid-stack-item[data-gs-height="7"] .custom-widget-col .pd-combine-high-chart {
    height: 640px;
}

.grid-stack-item[data-gs-height="8"] .custom-widget-col .pd-combine-high-chart {
    height: 760px;
}

.grid-stack-item[data-gs-height="9"] .custom-widget-col .pd-combine-high-chart {
    height: 880px;
}

.grid-stack-item[data-gs-height="10"] .custom-widget-col .pd-combine-high-chart {
    height: 1000px;
}

.grid-stack-item[data-gs-height="11"] .custom-widget-col .pd-combine-high-chart {
    height: 1120px;
}

.grid-stack-item[data-gs-height="12"] .custom-widget-col .pd-combine-high-chart {
    height: 1240px;
}

/*goc-meter-trend-chart-component*/
.goc-meter-trend-chart-tab .stockList-row .tab_outer {
    padding: 8px 10px 2px;
    border-radius: 10px;
    background: #000000 !important;
    box-shadow: 0px 0.9px 1.47px 0px #00000007;
    margin-bottom: 0px;
}

.goc-meter-trend-chart-tab .stockList-row .tab_outer .btn_tab {
    margin-bottom: 10px;
    padding: 6px 16px;
    font-size: 13px;
    margin-right: 4px;
}

.grid-stack>.grid-stack-item[data-gs-height="3"] .goc-meter-trend-chart-tab .stockList-row .goc-chart-container {
    height: 190px;
}

.grid-stack>.grid-stack-item[data-gs-height="4"] .goc-meter-trend-chart-tab .stockList-row .goc-chart-container {
    height: 350px !important;
}

.grid-stack>.grid-stack-item[data-gs-height="5"] .goc-meter-trend-chart-tab .stockList-row .goc-chart-container {
    height: 470px !important;
}

.grid-stack>.grid-stack-item[data-gs-height="6"] .goc-meter-trend-chart-tab .stockList-row .goc-chart-container {
    height: 580px !important;
}

.grid-stack>.grid-stack-item[data-gs-height="7"] .goc-meter-trend-chart-tab .stockList-row .goc-chart-container {
    height: 700px !important;
}

.grid-stack>.grid-stack-item[data-gs-height="8"] .goc-meter-trend-chart-tab .stockList-row .goc-chart-container {
    height: 800px !important;
}

.grid-stack>.grid-stack-item[data-gs-height="9"] .goc-meter-trend-chart-tab .stockList-row .goc-chart-container {
    height: 900px !important;
}

.grid-stack>.grid-stack-item[data-gs-height="10"] .goc-meter-trend-chart-tab .stockList-row .goc-chart-container {
    height: 1070px !important;
}

.grid-stack>.grid-stack-item[data-gs-height="11"] .goc-meter-trend-chart-tab .stockList-row .goc-chart-container {
    height: 1200px !important;
}

.grid-stack>.grid-stack-item[data-gs-height="12"] .goc-meter-trend-chart-tab .stockList-row .goc-chart-container {
    height: 1320px !important;
}

/*Indices widget area*/
.grid-stack-item[data-gs-height="2"] .custom-widget-col .indices-group-chart-wrapper .pd-combine-high-chart {
    height: 85px !important;
}

.grid-stack-item[data-gs-height="3"] .custom-widget-col .indices-group-chart-wrapper .pd-combine-high-chart {
    height: 90px;
}

.grid-stack-item[data-gs-height="4"] .custom-widget-col .indices-group-chart-wrapper .pd-combine-high-chart {
    height: 100px;
}

.grid-stack-item[data-gs-height="5"] .custom-widget-col .indices-group-chart-wrapper .pd-combine-high-chart {
    height: 110px;
}

.grid-stack-item[data-gs-height="6"] .custom-widget-col .indices-group-chart-wrapper .pd-combine-high-chart {
    height: 92px;
}

.grid-stack-item[data-gs-height="7"] .custom-widget-col .indices-group-chart-wrapper .pd-combine-high-chart {
    height: 180px;
}

.grid-stack-item[data-gs-height="8"] .custom-widget-col .indices-group-chart-wrapper .pd-combine-high-chart {
    height: 200px;
}

.grid-stack-item[data-gs-height="9"] .custom-widget-col .indices-group-chart-wrapper .pd-combine-high-chart {
    height: 220px;
}

.grid-stack-item[data-gs-height="10"] .custom-widget-col .indices-group-chart-wrapper .pd-combine-high-chart {
    height: 240px;
}

.grid-stack-item[data-gs-height="11"] .custom-widget-col .indices-group-chart-wrapper .pd-combine-high-chart {
    height: 250px;
}

.grid-stack-item[data-gs-height="12"] .custom-widget-col .pd-combine-high-chart {
    height: 270px;
}

.grid-stack-item[data-gs-height="5"] .custom-widget-col .pd-high-chart {
    height: 300px;
}

.grid-stack-item[data-gs-height="6"] .custom-widget-col .pd-high-chart {
    height: 350px;
}

.grid-stack-item[data-gs-height="7"] .custom-widget-col .pd-high-chart {
    height: 440px;
}

.grid-stack-item[data-gs-height="8"] .custom-widget-col .pd-high-chart {
    height: 400px;
}

.grid-stack-item[data-gs-height="9"] .custom-widget-col .pd-high-chart {
    height: 400px;
}

.grid-stack-item[data-gs-height="10"] .custom-widget-col .pd-high-chart {
    height: 400px;
}

.grid-stack-item[data-gs-height="11"] .custom-widget-col .pd-high-chart {
    height: 400px;
}

.grid-stack-item[data-gs-height="12"] .custom-widget-col .pd-high-chart {
    height: 400px;
}

.grid-stack-item[data-gs-height="5"] .custom-widget-col .pd-chart-row .text_cnt_left h2,
.grid-stack-item[data-gs-height="6"] .custom-widget-col .pd-chart-row .text_cnt_left h2,
.grid-stack-item[data-gs-height="7"] .custom-widget-col .pd-chart-row .text_cnt_left h2,
.grid-stack-item[data-gs-height="8"] .custom-widget-col .pd-chart-row .text_cnt_left h2,
.grid-stack-item[data-gs-height="9"] .custom-widget-col .pd-chart-row .text_cnt_left h2,
.grid-stack-item[data-gs-height="10"] .custom-widget-col .pd-chart-row .text_cnt_left h2,
.grid-stack-item[data-gs-height="11"] .custom-widget-col .pd-chart-row .text_cnt_left h2,
.grid-stack-item[data-gs-height="12"] .custom-widget-col .pd-chart-row .text_cnt_left h2,
.grid-stack-item[data-gs-width="6"] .custom-widget-col .pd-chart-row .text_cnt_left h2,
.grid-stack-item[data-gs-width="7"] .custom-widget-col .pd-chart-row .text_cnt_left h2,
.grid-stack-item[data-gs-width="8"] .custom-widget-col .pd-chart-row .text_cnt_left h2,
.grid-stack-item[data-gs-width="9"] .custom-widget-col .pd-chart-row .text_cnt_left h2,
.grid-stack-item[data-gs-width="10"] .custom-widget-col .pd-chart-row .text_cnt_left h2,
.grid-stack-item[data-gs-width="11"] .custom-widget-col .pd-chart-row .text_cnt_left h2,
.grid-stack-item[data-gs-width="12"] .custom-widget-col .pd-chart-row .text_cnt_left h2 {
    font-size: 16px;
    margin-top: 5px;
}

.grid-stack-item[data-gs-height="5"] .custom-widget-col .pd-chart-row .text_cnt_left .nifty_status,
.grid-stack-item[data-gs-height="6"] .custom-widget-col .pd-chart-row .text_cnt_left .nifty_status,
.grid-stack-item[data-gs-height="7"] .custom-widget-col .pd-chart-row .text_cnt_left .nifty_status,
.grid-stack-item[data-gs-height="8"] .custom-widget-col .pd-chart-row .text_cnt_left .nifty_status,
.grid-stack-item[data-gs-height="9"] .custom-widget-col .pd-chart-row .text_cnt_left .nifty_status,
.grid-stack-item[data-gs-height="10"] .custom-widget-col .pd-chart-row .text_cnt_left .nifty_status,
.grid-stack-item[data-gs-height="11"] .custom-widget-col .pd-chart-row .text_cnt_left .nifty_status,
.grid-stack-item[data-gs-height="12"] .custom-widget-col .pd-chart-row .text_cnt_left .nifty_status,
.grid-stack-item[data-gs-width="6"] .custom-widget-col .pd-chart-row .text_cnt_left .nifty_status,
.grid-stack-item[data-gs-width="7"] .custom-widget-col .pd-chart-row .text_cnt_left .nifty_status,
.grid-stack-item[data-gs-width="8"] .custom-widget-col .pd-chart-row .text_cnt_left .nifty_status,
.grid-stack-item[data-gs-width="9"] .custom-widget-col .pd-chart-row .text_cnt_left .nifty_status,
.grid-stack-item[data-gs-width="10"] .custom-widget-col .pd-chart-row .text_cnt_left .nifty_status,
.grid-stack-item[data-gs-width="11"] .custom-widget-col .pd-chart-row .text_cnt_left .nifty_status,
.grid-stack-item[data-gs-width="12"] .custom-widget-col .pd-chart-row .text_cnt_left .nifty_status {
    font-size: 15px;
}

.grid-stack-item[data-gs-height="5"] .custom-widget-col .pd-chart-row .date_time,
.grid-stack-item[data-gs-height="6"] .custom-widget-col .pd-chart-row .date_time,
.grid-stack-item[data-gs-height="7"] .custom-widget-col .pd-chart-row .date_time,
.grid-stack-item[data-gs-height="8"] .custom-widget-col .pd-chart-row .date_time,
.grid-stack-item[data-gs-height="9"] .custom-widget-col .pd-chart-row .date_time,
.grid-stack-item[data-gs-height="10"] .custom-widget-col .pd-chart-row .date_time,
.grid-stack-item[data-gs-height="11"] .custom-widget-col .pd-chart-row .date_time,
.grid-stack-item[data-gs-height="12"] .custom-widget-col .pd-chart-row .date_time,
.grid-stack-item[data-gs-width="6"] .custom-widget-col .pd-chart-row .date_time,
.grid-stack-item[data-gs-width="7"] .custom-widget-col .pd-chart-row .date_time,
.grid-stack-item[data-gs-width="8"] .custom-widget-col .pd-chart-row .date_time,
.grid-stack-item[data-gs-width="9"] .custom-widget-col .pd-chart-row .date_time,
.grid-stack-item[data-gs-width="10"] .custom-widget-col .pd-chart-row .date_time,
.grid-stack-item[data-gs-width="11"] .custom-widget-col .pd-chart-row .date_time,
.grid-stack-item[data-gs-width="12"] .custom-widget-col .pd-chart-row .date_time {
    font-size: 15px;
}

.grid-stack>.grid-stack-item>.grid-stack-item-content .row.p-2 {
    margin-right: -10px;
    padding: 8px 10px 8px !important;
}

/*GOC meter widget*/
.custom-widget-col .meter-widget-col.trading-conflig-col .widget-tab_outer {
    padding: 8px 10px;
    border-radius: 10px;
    background: #000;
    margin-bottom: 14px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}


.grid-stack-item[data-gs-height="4"] .custom-widget-col .meter-widget-col .img-box-meter img {
    width: 100%;
}

.grid-stack-item[data-gs-height="4"] .meter-widget-col .meter-box .chart-box-meter {
    height: 80px;
}

.grid-stack-item[data-gs-height="6"] .custom-widget-col .indices-group-chart-wrapper .indices-box {
    margin-bottom: 4px;
    padding-top: 4px;
}

.grid-stack-item[data-gs-height="6"] .custom-widget-col .indices-group-chart-wrapper .indices-box .pd-combine-widget-title {
    line-height: 18px;
}

.grid-stack-item[data-gs-height="6"] .custom-widget-col .indices-group-chart-wrapper .indices-box .widget-pd-box {
    padding-bottom: 12px;
}

.grid-stack-item[data-gs-height="6"] .custom-widget-col .indices-group-chart-wrapper .indices-box .btn-warning {
    font-size: 12px;
    padding: 2px 10px;
    font-weight: 500;
}

.grid-stack-item[data-gs-width="6"][data-gs-height="6"] .custom-widget-col .indices-group-chart-wrapper .widget-pd-box h2 {
    font-size: 20px !important;
    margin-top: 4px !important;
}

.custom-widget-col .text_cnt_left h2 {
    color: #6d6d6d;
    font-size: 22px !important;
}

.stockList-row {
    margin-left: -7px;
    cursor: auto;
}

.hide-desktop-view {
    display: none;
}

.overlay-goc-widget {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: 0.3s ease;
    z-index: 999;
    backdrop-filter: blur(6px);
    background: rgba(0, 0, 0, 0.4);
}

.overlay-text-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

.overlay-text-center h3 {
    color: #09abaf;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 800;
}

.overlay-text-center p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 16px;
}

.overlay-text-center img {
    width: 45px;
    margin-bottom: 0.8rem;
}

#confetti-canvas {
    position: absolute;
    top: 100px;
    width: 100%;
}

.gradient-btn-icon .gpt-live-indexshow {
    font-weight: 400;
    font-size: 17px !important;
    vertical-align: inherit;
    padding-right: 2px;
}

.gradient-btn-icon {
    width: 100%;
}


/****GRID STACK STYLE****/
/*NIFTY STOCK LIST WIDGET RESISE*/
.grid-stack>.grid-stack-item[data-gs-width="4"] .stocklist-resize,
.grid-stack>.grid-stack-item[data-gs-width="5"] .stocklist-resize {
    max-width: 100%;
    flex: 0 0 100%;
}

.grid-stack>.grid-stack-item[data-gs-width="6"] .stocklist-resize,
.grid-stack>.grid-stack-item[data-gs-width="7"] .stocklist-resize {
    padding-right: 5px;
    padding-left: 5px;
}

.grid-stack>.grid-stack-item[data-gs-width="6"] .table-success>th,
.grid-stack>.grid-stack-item[data-gs-width="6"] .table-danger>th {
    font-size: 13px;
    padding: 3px 5px;
    white-space: nowrap;
}

.grid-stack>.grid-stack-item[data-gs-width="6"] .table-success>td,
.grid-stack>.grid-stack-item[data-gs-width="6"] .table-danger td {
    font-size: 13px;
    padding: 4px 5px;
}

.grid-stack>.grid-stack-item[data-gs-width="7"] .table-success>th,
.grid-stack>.grid-stack-item[data-gs-width="7"] .table-danger>th {
    font-size: 13px;
    padding: 3px 5px;
}

.grid-stack>.grid-stack-item[data-gs-width="7"] .table-success>td,
.grid-stack>.grid-stack-item[data-gs-width="7"] .table-danger td {
    font-size: 13px;
    padding: 5px 5px;
}

.stocklist-resize .table-success>th,
.stocklist-resize .table-danger>th {
    font-size: 16px;
    padding: 6px 6px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #fff;
    border: 0px;
    border-bottom: 2px solid #003A2B;
}

.stocklist-resize .table-success>th i {
    color: #41BA7C;
    font-size: 14px;
    margin-left: 2px;
}

.stocklist-resize .table-success>td,
.stocklist-resize .table-danger td {
    font-size: 14px;
    padding: 5px 8px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #fff;
}

.table thead th .tooltip-container {
    line-height: 27px;
        white-space: nowrap;
}

.table thead th .tooltip-container .fa-sort-desc {
    position: relative;
    top: -2px;
}

/*NIFTY PD CHART WIDGET RESISE*/
.custom-widget-col .pd-chart-row .text_cnt_left h2 {
    color: #A4A4A4;
    /*    margin-top: 0.2rem;*/
    font-size: 16px !important;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.custom-widget-col .pd-chart-card-sm .text_cnt_left h2 {
    color: #FFFFFF;
}

.custom-widget-col .pd-chart-row .nifty_status,
.custom-widget-col .pd-chart-row .text_cnt_left h2 {
    font-size: 12px;
}

.custom-widget-col .pd-chart-row .nifty_status {
    padding: 3px 10px;
    border-radius: 15px;
    background-color: #01241B;
    display: inline-flex;
    margin: 4px auto 5px;
    align-items: center;
    gap: 2px;
    font-size: 14px !important;
}

.custom-widget-col .pd-chart-row .nifty_status.font_red {
    color: #FF4B4A;
}

.custom-widget-col .pd-chart-row .nifty_status.font_green {
    color: #41BA7C;
}


.pd-chart-row .date_time {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.pd-chart-col .highcharts-container .highcharts-title {
    fill: #ffffff !important;
    font-size: 16px !important;
    transform: translateY(20px);
}

.grid-stack>.grid-stack-item[data-gs-width="2"] .pd-chart-row .date_time {
    font-size: 13px !important;
}

.grid-stack>.grid-stack-item[data-gs-width="2"] .pd-chart-row .pd-high-chart {
    height: 180px !important;
}

.grid-stack>.grid-stack-item[data-gs-width="3"] .pd-chart-row .pd-high-chart,
.grid-stack>.grid-stack-item[data-gs-width="4"] .pd-chart-row .pd-high-chart {
    height: 150px !important;
}

.grid-stack>.grid-stack-item[data-gs-height="4"] .pd-chart-row .pd-high-chart {
    height: 250px !important;
}

.grid-stack>.grid-stack-item[data-gs-width="5"] .pd-chart-row .pd-high-chart {
    height: 200px !important;
}

.grid-stack>.grid-stack-item[data-gs-width="6"] .pd-chart-row .pd-high-chart {
    height: 285px !important;
}

.grid-stack>.grid-stack-item[data-gs-height="3"] .goc-chart-container {
    height: 270px;
}

.grid-stack>.grid-stack-item[data-gs-height="4"] .goc-chart-container {
    height: 395px !important;
}

.grid-stack>.grid-stack-item[data-gs-height="5"] .goc-chart-container {
    height: 515px !important;
}

.grid-stack>.grid-stack-item[data-gs-height="6"] .goc-chart-container {
    height: 635px !important;
}

.grid-stack-item[data-gs-height="7"] .goc-chart-container {
    height: 755px !important;
}

.grid-stack-item[data-gs-height="8"] .goc-chart-container {
    height: 875px !important;
}

.grid-stack-item[data-gs-height="9"] .goc-chart-container {
    height: 995px !important;
}

.grid-stack-item[data-gs-height="10"] .goc-chart-container {
    height: 1115px !important;
}

.grid-stack-item[data-gs-height="11"] .goc-chart-container {
    height: 1235px !important;
}

.grid-stack-item[data-gs-height="12"] .goc-chart-container {
    height: 1355px !important;
}

.pd-combine-widget-title {
    margin-bottom: 3px;
    text-align: left;
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    position: relative;

}



.widget-pd-box {
    background: #191919 0% 0% no-repeat padding-box;
    border-radius: 15px;
    padding-top: 4px;
}

.widget-pd-box {
    background: #000 0% 0% no-repeat padding-box;
    border-radius: 15px;
    padding-top: 5px;
    box-shadow: 0px 0.9px 1.47px 0px #00000007;
    padding-left: 9px;
    padding-right: 9px;
}

.pd-chart-row .widget-pd-box .date_time {
    font-size: 11px !important;
    line-height: 14px;
    display: inline-block;
}


.custom-widget-col .pd-chart-row .text_cnt_left:last-child {
    padding-right: 8px;
}

.custom-widget-col .fiveWidget-col .text_cnt_left {
    max-width: 20%;
}

.pd-chart-row .pd-high-chart .highcharts-title {
    font-size: 12px !important;
}

.custom-widget-col .indices-group-chart-wrapper .text_cnt_left:nth-child(5) {
    padding-right: 8px;
}

.pd-chart-row .pd-high-chart .highcharts-label text {
    font-size: 8px !important;
    font-weight: 400 !important;
}

.table thead .table-success th {
    background-color: #00402F;
    color: #e9e9e9;
    border: 0px;
    border-bottom: 1px solid #003A2B;
    vertical-align: middle;
      white-space: nowrap;
}

.table thead .table-success th i {
    color: #41BA7C;
}

.table tbody .table-success td {
    background-color: #182F29;
    color: #c0c0c0;
    vertical-align: middle;
    font-weight: 400;
        padding: 10px 12px;
        white-space: nowrap;
}

.table thead .table-danger th {
    background-color: #451919;
    color: #e9e9e9;
    font-weight: 500;
    border: 0px;
    border-bottom: 1px solid #551919;
    vertical-align: middle;
      white-space: nowrap;
}

.table thead .table-danger th i {
    color: #FF4B4A;
}

.table tbody .table-danger td {
    background-color: #240B0B;
    color: #c0c0c0;
    vertical-align: middle;
    font-weight: 400;
    padding: 10px 12px;
      white-space: nowrap;
}

/*NIFTY PD CHART COMBINE WIDGET RESISE*/
.grid-stack>.grid-stack-item[data-gs-width="5"] .widget-pd-box .pd-high-chart {
    height: 150px !important;
}

.grid-stack-item[data-gs-width="6"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="7"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="8"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="9"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="10"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="11"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="12"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2 {
    font-size: 13px;
    margin-top: 0px;
}

.grid-stack-item[data-gs-width="6"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box .nifty_status,
.grid-stack-item[data-gs-width="7"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box .nifty_status,
.grid-stack-item[data-gs-width="8"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box .nifty_status,
.grid-stack-item[data-gs-width="9"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box .nifty_status,
.grid-stack-item[data-gs-width="10"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box .nifty_status,
.grid-stack-item[data-gs-width="11"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box .nifty_status,
.grid-stack-item[data-gs-width="12"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box .nifty_status {
    font-size: 12px;
}

.grid-stack-item[data-gs-width="6"] .custom-widget-col .widget-pd-box .date_time,
.grid-stack-item[data-gs-width="7"] .custom-widget-col .widget-pd-box .date_time,
.grid-stack-item[data-gs-width="8"] .custom-widget-col .widget-pd-box .date_time,
.grid-stack-item[data-gs-width="9"] .custom-widget-col .widget-pd-box .date_time,
.grid-stack-item[data-gs-width="10"] .custom-widget-col .widget-pd-box .date_time,
.grid-stack-item[data-gs-width="11"] .custom-widget-col .widget-pd-box .date_time,
.grid-stack-item[data-gs-width="12"] .custom-widget-col .widget-pd-box .date_time {
    font-size: 11px;
}

.grid-stack-item[data-gs-width="6"] .pd-combine-widget-title,
.grid-stack-item[data-gs-width="7"] .pd-combine-widget-title,
.grid-stack-item[data-gs-width="8"] .pd-combine-widget-title,
.grid-stack-item[data-gs-width="9"] .pd-combine-widget-title,
.grid-stack-item[data-gs-width="10"] .pd-combine-widget-title,
.grid-stack-item[data-gs-width="11"] .pd-combine-widget-title,
.grid-stack-item[data-gs-width="12"] .pd-combine-widget-title {
    font-size: 15px;
}

.grid-stack-item[data-gs-width="6"] .fiveWidget-col .pd-combine-widget-title,
.grid-stack-item[data-gs-width="7"] .fiveWidget-col .pd-combine-widget-title {
    font-size: 15px;
}

.grid-stack-item[data-gs-width="8"] .fiveWidget-col .pd-combine-widget-title {
    font-size: 14px;
}

.grid-stack>.grid-stack-item[data-gs-width="6"] .pd-chart-row .pd-high-chart {
    height: 160px !important;
}

.grid-stack-item[data-gs-width="6"][data-gs-height="4"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="6"][data-gs-height="5"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="6"][data-gs-height="6"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="6"][data-gs-height="7"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="6"][data-gs-height="8"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="6"][data-gs-height="9"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="6"][data-gs-height="10"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="6"][data-gs-height="11"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="6"][data-gs-height="12"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2 {
    font-size: 13px !important;
    margin-top: 6px;
}

.grid-stack-item[data-gs-width="7"][data-gs-height="4"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="7"][data-gs-height="5"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="7"][data-gs-height="6"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="7"][data-gs-height="7"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="7"][data-gs-height="8"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="7"][data-gs-height="9"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="7"][data-gs-height="10"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="7"][data-gs-height="11"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="7"][data-gs-height="12"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2 {
    font-size: 16px !important;
    margin-top: 8px;
}

.grid-stack-item[data-gs-width="8"][data-gs-height="4"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="8"][data-gs-height="5"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="8"][data-gs-height="6"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="8"][data-gs-height="7"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="8"][data-gs-height="8"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="8"][data-gs-height="9"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="8"][data-gs-height="10"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="8"][data-gs-height="11"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="8"][data-gs-height="12"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2 {
    font-size: 16px !important;
    margin-top: 8px;
}

.grid-stack-item[data-gs-width="9"][data-gs-height="4"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="9"][data-gs-height="5"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="9"][data-gs-height="6"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="9"][data-gs-height="7"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="9"][data-gs-height="8"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="9"][data-gs-height="9"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="9"][data-gs-height="10"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="9"][data-gs-height="11"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="9"][data-gs-height="12"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2 {
    font-size: 16px !important;
    margin-top: 8px;
}

.grid-stack-item[data-gs-width="10"][data-gs-height="4"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="10"][data-gs-height="5"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="10"][data-gs-height="6"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="10"][data-gs-height="7"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="10"][data-gs-height="8"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="10"][data-gs-height="9"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="10"][data-gs-height="10"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="10"][data-gs-height="11"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="10"][data-gs-height="12"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2 {
    font-size: 16px !important;
    margin-top: 8px;
}

.grid-stack-item[data-gs-width="11"][data-gs-height="4"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="11"][data-gs-height="5"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="11"][data-gs-height="6"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="11"][data-gs-height="7"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="11"][data-gs-height="8"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="11"][data-gs-height="9"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="11"][data-gs-height="10"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="11"][data-gs-height="11"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="11"][data-gs-height="12"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2 {
    font-size: 16px !important;
    margin-top: 8px;
}

.grid-stack-item[data-gs-width="12"][data-gs-height="4"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="12"][data-gs-height="5"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="12"][data-gs-height="6"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="12"][data-gs-height="7"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="12"][data-gs-height="8"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="12"][data-gs-height="9"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="12"][data-gs-height="10"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="12"][data-gs-height="11"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2,
.grid-stack-item[data-gs-width="12"][data-gs-height="12"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box h2 {
    font-size: 16px !important;
    margin-top: 8px;
}

.grid-stack-item[data-gs-width="6"] .custom-widget-col .fiveWidget-col .text_cnt_left .widget-pd-box .nifty_status {
    font-size: 11px !important;
    line-height: 18px;
    padding: 0px 0px;
    border-radius: 16px;
    background-color: #000;
    display: inline-block;
    margin: 1px auto 2px;
    display: inline-flex;
    align-items: center;
    gap: 2px;

}
.grid-stack-item[data-gs-width="6"] .custom-widget-col .fiveWidget-col .text_cnt_left.indices-box-new .widget-pd-box .nifty_status{
font-size: 13px !important;
}

.grid-stack-item[data-gs-width="6"] .custom-widget-col .fiveWidget-col .text_cnt_left .widget-pd-box .nifty_status.font_red {
    color: #FF4B4A;
}

.grid-stack-item[data-gs-width="6"] .custom-widget-col .fiveWidget-col .text_cnt_left .widget-pd-box .nifty_status.font_green {
    color: #41BA7C;
}

grid-stack-item[data-gs-width="7"] .custom-widget-col .fiveWidget-col .text_cnt_left .widget-pd-box .nifty_status {
    font-size: 13px !important;
}


.indices-pd-modal .modal-header {
    padding-left: 0;
}

.indices-stock-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}
.indices-stock-loader .div-loader {
    margin: 0;
}

/*GOC METER WIDGET*/
.meter-widget-col .ttl-value-box {
    width: 100%;
    margin-left: 0;
    font-size: 14px;
    padding: 7px 12px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    border-radius: 15px;
}

.meter-widget-col .ttl-value-box.bg-green {
    background-color: #003838;
    color: #41BA7C;
}

.meter-widget-col .ttl-value-box.bg-red {
    background-color: #56191A;
    color: #FF4B4A;
}

.meter-widget-col .meter-box {
    display: flex;
    background: var(--bg-black-2);
    border-radius: 10px;
    margin-top: 8px;
}

.meter-widget-col .chart-box-meter {
    width: 100%;
    height: 75px;
}

.meter-widget-col .text-percentage {
    font-size: 20px;
    width: 100%;
    position: relative;
    top: 0;
}

.grid-stack>.grid-stack-item[data-gs-width="10"] .meter-widget-col .ttl-value-box,
.grid-stack>.grid-stack-item[data-gs-width="11"] .meter-widget-col .ttl-value-box,
.grid-stack>.grid-stack-item[data-gs-width="12"] .meter-widget-col .ttl-value-box {
    width: 80%;
    margin: -40px 10% 0;
    font-size: 22px;
    padding: 10px 14px;
}

.grid-stack>.grid-stack-item[data-gs-width="7"] .meter-widget-col .meter-box,
.grid-stack>.grid-stack-item[data-gs-width="8"] .meter-widget-col .meter-box,
.grid-stack>.grid-stack-item[data-gs-width="9"] .meter-widget-col .meter-box,
.grid-stack>.grid-stack-item[data-gs-width="10"] .meter-widget-col .meter-box,
.grid-stack>.grid-stack-item[data-gs-width="11"] .meter-widget-col .meter-box,
.grid-stack>.grid-stack-item[data-gs-width="12"] .meter-widget-col .meter-box {
    display: flex;
}

.grid-stack>.grid-stack-item[data-gs-width="7"] .meter-widget-col .text-percentage,
.grid-stack>.grid-stack-item[data-gs-width="8"] .meter-widget-col .text-percentage,
.grid-stack>.grid-stack-item[data-gs-width="9"] .meter-widget-col .text-percentage,
.grid-stack>.grid-stack-item[data-gs-width="10"] .meter-widget-col .text-percentage,
.grid-stack>.grid-stack-item[data-gs-width="11"] .meter-widget-col .text-percentage,
.grid-stack>.grid-stack-item[data-gs-width="12"] .meter-widget-col .text-percentage {
    font-size: 30px;
    top: 0;
}

.meter-widget-col .payment_box {
    background: #000;
    padding: 10px;
}

.meter-widget-col .payment_box .value-box {
    padding: 0 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
}

.grid-stack-item[data-gs-width="4"] .meter-widget-col .meter-box {
    padding: 1.5rem 0 !important;
}

/*.grid-stack-item[data-gs-width='6'] .meter-widget-col .chart-box-meter {
    height: 95px;
}*/
.grid-stack-item[data-gs-width="7"] .img-box-meter img,
.grid-stack-item[data-gs-width="8"] .img-box-meter img,
.grid-stack-item[data-gs-width="9"] .img-box-meter img,
.grid-stack-item[data-gs-width="10"] .img-box-meter img {
    width: 230px;
    margin: 0 auto;
    display: block;
}

/*.grid-stack-item[data-gs-width='8'] .img-box-meter img,
.grid-stack-item[data-gs-height='4'] .img-box-meter img {
    width: 75%;
}*/
.grid-stack-item[data-gs-height="6"] .img-box-meter img,
.grid-stack-item[data-gs-height="5"] .img-box-meter img,
.grid-stack-item[data-gs-height="4"] .img-box-meter img,
.grid-stack-item[data-gs-height="7"] .img-box-meter img,
.grid-stack-item[data-gs-height="8"] .img-box-meter img,
.grid-stack-item[data-gs-height="9"] .img-box-meter img,
.grid-stack-item[data-gs-height="10"] .img-box-meter img,
.grid-stack-item[data-gs-height="11"] .img-box-meter img,
.grid-stack-item[data-gs-height="12"] .img-box-meter img {
    width: 80%;
}

.grid-stack-item[data-gs-height="5"] .meter-widget-col .payment_box {
    height: 515px !important;
}

.grid-stack-item[data-gs-height="6"] .meter-widget-col .payment_box {
    height: 635px !important;
}

.grid-stack-item[data-gs-height="7"] .meter-widget-col .payment_box {
    height: 755px !important;
}

.grid-stack-item[data-gs-height="8"] .meter-widget-col .payment_box {
    height: 875px !important;
}

.grid-stack-item[data-gs-height="9"] .meter-widget-col .payment_box {
    height: 995px !important;
}

.grid-stack-item[data-gs-height="10"] .meter-widget-col .payment_box {
    height: 1115px !important;
}

.grid-stack-item[data-gs-height="11"] .meter-widget-col .payment_box {
    height: 1235px !important;
}

.grid-stack-item[data-gs-height="12"] .meter-widget-col .payment_box {
    height: 1355px !important;
}

/*.meter-widget-col .img-box-meter img {
    width: 240px;
    margin: 0 auto;
    display: block;
}*/

.grid-stack-item[data-gs-height="3"] .meter-widget-col .chart-box-meter {
    height: 75px;
}

.grid-stack-item[data-gs-height="4"] .meter-widget-col .chart-box-meter,
.grid-stack-item[data-gs-height="5"] .meter-widget-col .chart-box-meter,
.grid-stack-item[data-gs-height="6"] .meter-widget-col .chart-box-meter,
.grid-stack-item[data-gs-height="7"] .meter-widget-col .chart-box-meter,
.grid-stack-item[data-gs-height="8"] .meter-widget-col .chart-box-meter,
.grid-stack-item[data-gs-height="9"] .meter-widget-col .chart-box-meter,
.grid-stack-item[data-gs-height="10"] .meter-widget-col .chart-box-meter {
    height: 100px;
}

.grid-stack-item[data-gs-height="4"][data-gs-width="4"] .meter-widget-col .chart-box-meter,
.grid-stack-item[data-gs-height="5"][data-gs-width="4"] .meter-widget-col .chart-box-meter,
.grid-stack-item[data-gs-height="6"][data-gs-width="4"] .meter-widget-col .chart-box-meter,
.grid-stack-item[data-gs-height="7"][data-gs-width="4"] .meter-widget-col .chart-box-meter,
.grid-stack-item[data-gs-height="8"][data-gs-width="4"] .meter-widget-col .chart-box-meter,
.grid-stack-item[data-gs-height="9"][data-gs-width="4"] .meter-widget-col .chart-box-meter,
.grid-stack-item[data-gs-height="10"][data-gs-width="4"] .meter-widget-col .chart-box-meter,
.grid-stack-item[data-gs-height="11"][data-gs-width="4"] .meter-widget-col .chart-box-meter,
.grid-stack-item[data-gs-height="12"][data-gs-width="4"] .meter-widget-col .chart-box-meter {
    height: 76px;
}

.grid-stack-item[data-gs-height="4"][data-gs-width="4"] .meter-widget-col .meter-box {
    display: inline-block;
}

.grid-stack-item[data-gs-height="4"][data-gs-width="7"] .meter-widget-col .chart-box-meter {
    height: 120px;
}

.grid-stack-item[data-gs-height="4"][data-gs-width="8"] .meter-widget-col .img-box-meter img {
    width: 85%;
}

.grid-stack-item[data-gs-height="4"][data-gs-width="9"] .meter-widget-col .img-box-meter img {
    width: 70%;
}

.grid-stack-item[data-gs-height="4"][data-gs-width="10"] .meter-widget-col .img-box-meter img {
    width: 60%;
}

.grid-stack-item[data-gs-height="5"][data-gs-width="10"] .meter-widget-col .img-box-meter img,
.grid-stack-item[data-gs-height="5"][data-gs-width="11"] .meter-widget-col .img-box-meter img,
.grid-stack-item[data-gs-height="5"][data-gs-width="12"] .meter-widget-col .img-box-meter img {
    width: 75%;
}

.grid-stack-item[data-gs-height="4"][data-gs-width="11"] .meter-widget-col .img-box-meter img {
    width: 55%;
}

.grid-stack-item[data-gs-height="4"][data-gs-width="12"] .meter-widget-col .img-box-meter img {
    width: 52%;
}

.grid-stack-item[data-gs-height="6"][data-gs-width="12"] .meter-widget-col .img-box-meter img {
    width: 95%;
}

.grid-stack-item[data-gs-height="4"][data-gs-width="5"] .meter-widget-col .chart-box-meter {
    height: 90px;
}

.grid-stack-item[data-gs-height="3"][data-gs-width="5"] .meter-widget-col .img-box-meter img {
    width: 200px;
}

.grid-stack-item[data-gs-height="3"][data-gs-width="5"] .meter-widget-col .chart-box-meter {
    height: 95px;
}

.grid-stack-item[data-gs-height="3"][data-gs-width="5"] .meter-widget-col .text-percentage {
    font-size: 28px;
}

/*GPT LIVE UPDATE WIDGET*/
.goc-genie-timestart {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    padding-top: 0.2rem;
}

.goc-timer-text h3 span {
    color: #ffffff;
}

.goc-timer-text h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--bg-green-3);
    line-height: 23px;
}

.goc-genie-timer-bg {
    margin: 0 auto;
    display: block;
    height: auto;
    width: 160px;
}

.grid-stack-item[data-gs-width="4"] .pd-live-widget .chartbox-trend-inner p {
    font-size: 13px;
    line-height: 20px;
}

.grid-stack-item[data-gs-width="4"] .pd-live-widget .chartbox-trend {
    margin-bottom: 0.5rem;
}

.grid-stack-item[data-gs-width="4"] .pd-live-widget .chartbox-trend-inner {
    padding: 5px 10px;
}

.grid-stack-item[data-gs-width="4"] .pd-live-widget .chartbox-data-goc {
    margin-bottom: 0.5rem;
    padding: 2px 10px;
}

.grid-stack-item[data-gs-width="5"] .pd-live-widget .chartbox-trend,
.grid-stack-item[data-gs-width="5"] .pd-live-widget .chartbox-data-goc,
.grid-stack-item[data-gs-width="6"] .pd-live-widget .chartbox-trend,
.grid-stack-item[data-gs-width="6"] .pd-live-widget .chartbox-data-goc,
.grid-stack-item[data-gs-width="7"] .pd-live-widget .chartbox-trend,
.grid-stack-item[data-gs-width="7"] .pd-live-widget .chartbox-data-goc,
.grid-stack-item[data-gs-width="8"] .pd-live-widget .chartbox-trend,
.grid-stack-item[data-gs-width="8"] .pd-live-widget .chartbox-data-goc,
.grid-stack-item[data-gs-width="9"] .pd-live-widget .chartbox-trend,
.grid-stack-item[data-gs-width="9"] .pd-live-widget .chartbox-data-goc,
.grid-stack-item[data-gs-width="10"] .pd-live-widget .chartbox-trend,
.grid-stack-item[data-gs-width="10"] .pd-live-widget .chartbox-data-goc,
.grid-stack-item[data-gs-width="11"] .pd-live-widget .chartbox-trend,
.grid-stack-item[data-gs-width="11"] .pd-live-widget .chartbox-data-goc,
.grid-stack-item[data-gs-width="12"] .pd-live-widget .chartbox-trend,
.grid-stack-item[data-gs-width="12"] .pd-live-widget .chartbox-data-goc {
    margin-bottom: 0.4rem;
}

.grid-stack-item[data-gs-width="5"] .pd-live-widget .chartbox-trend-inner,
.grid-stack-item[data-gs-width="5"] .pd-live-widget .chartbox-data-goc,
.grid-stack-item[data-gs-width="6"] .pd-live-widget .chartbox-trend-inner,
.grid-stack-item[data-gs-width="6"] .pd-live-widget .chartbox-data-goc,
.grid-stack-item[data-gs-width="7"] .pd-live-widget .chartbox-trend-inner,
.grid-stack-item[data-gs-width="7"] .pd-live-widget .chartbox-data-goc,
.grid-stack-item[data-gs-width="8"] .pd-live-widget .chartbox-trend-inner,
.grid-stack-item[data-gs-width="8"] .pd-live-widget .chartbox-data-goc,
.grid-stack-item[data-gs-width="9"] .pd-live-widget .chartbox-trend-inner,
.grid-stack-item[data-gs-width="9"] .pd-live-widget .chartbox-data-goc,
.grid-stack-item[data-gs-width="10"] .pd-live-widget .chartbox-trend-inner,
.grid-stack-item[data-gs-width="10"] .pd-live-widget .chartbox-data-goc,
.grid-stack-item[data-gs-width="11"] .pd-live-widget .chartbox-trend-inner,
.grid-stack-item[data-gs-width="11"] .pd-live-widget .chartbox-data-goc,
.grid-stack-item[data-gs-width="12"] .pd-live-widget .chartbox-trend-inner,
.grid-stack-item[data-gs-width="12"] .pd-live-widget .chartbox-data-goc {
    padding: 12px 20px;
}

.op-scanner-g-card {
    margin-bottom: 0px !important;
}

.op-chartbox-trend {
    border: 0px;
}

.chartbox-table-inner {
    background: #000;
    padding: 6px 12px 12px;
}

.op-scanner-g-card .strike-table-title {
    padding-left: 8px;

}

.op-scanner-g-card .inline-flex-dropdown {
    padding-right: 8px;

}

.chartbox-table-inner .chartbox-trend-inner {
    background: var(--bg-black-2);
    border-radius: 10px;
    padding: 0px !important;
    padding-top: 12px !important;
}

.grid-stack-item[data-gs-height="4"] .pd-live-widget .chart-data-gpt-wrapper {
    max-height: 280px;
}

.grid-stack-item[data-gs-height="5"] .pd-live-widget .chart-data-gpt-wrapper {
    max-height: 390px;
}

.grid-stack-item[data-gs-height="6"] .pd-live-widget .chart-data-gpt-wrapper {
    max-height: 510px;
}

.grid-stack-item[data-gs-height="7"] .custom-widget-col .chart-data-gpt-wrapper {
    max-height: 620px;
}

.grid-stack-item[data-gs-height="8"] .custom-widget-col .chart-data-gpt-wrapper {
    max-height: 760px;
}

.grid-stack-item[data-gs-height="9"] .custom-widget-col .chart-data-gpt-wrapper {
    max-height: 880px;
}

.grid-stack-item[data-gs-height="10"] .custom-widget-col .chart-data-gpt-wrapper {
    max-height: 1000px;
}

.grid-stack-item[data-gs-height="11"] .custom-widget-col .chart-data-gpt-wrapper {
    max-height: 1120px;
}

.grid-stack-item[data-gs-height="12"] .custom-widget-col .chart-data-gpt-wrapper {
    max-height: 1240px;
}

.pd-live-widget .chartbox-trend-inner .chartbox-data-inner img,
.pd-live-widget .chartbox-data-goc .chartbox-data-inner img {
    width: 30px;
}

.pd-live-widget .chartbox-trend-inner .chartbox-trend-inner p {
    font-size: 14px;
}

.pd-live-widget .chart-data-gpt-wrapper {
    padding: 12px 12px;
}

.gpt-stock-col .chartbox-trend {
    padding: 12px !important;
    padding-top: 10px !important;
}

.gpt-stock-col .chartbox-trend-inner {
    padding-top: 0 !important;
}

.gpt-stock-col .chartbox-trend-inner p {
    font-size: 14px;
    margin-left: 0;
}

.gpt-stock-col .stock-box-gpt p {
    font-size: 15px;
    line-height: 18px !important;
}

.gpt-stock-col .chartbox-trend .active-stock-grid {
    height: auto !important;
}

.pd-live-widget {
    cursor: auto;
}

.grid-stack-item[data-gs-width="4"] .pd-live-widget .gpt-stock-col,
.grid-stack-item[data-gs-height="4"] .pd-live-widget .gpt-stock-col,
.grid-stack-item[data-gs-height="5"] .pd-live-widget .gpt-stock-col {
    flex: 0 0 110%;
    max-width: 100%;
    margin-bottom: 0.5rem;
}

.grid-stack-item[data-gs-width="6"] .pd-live-widget .gpt-stock-col,
.grid-stack-item[data-gs-width="7"] .pd-live-widget .gpt-stock-col,
.grid-stack-item[data-gs-width="8"] .pd-live-widget .gpt-stock-col,
.grid-stack-item[data-gs-width="9"] .pd-live-widget .gpt-stock-col,
.grid-stack-item[data-gs-width="10"] .pd-live-widget .gpt-stock-col,
.grid-stack-item[data-gs-width="11"] .pd-live-widget .gpt-stock-col,
.grid-stack-item[data-gs-width="12"] .pd-live-widget .gpt-stock-col {
    flex: 0 0 50%;
    max-width: 50%;
}

.grid-stack-item[data-gs-width="4"] .meter-widget-col .img-box-meter img {
    width: 100%;
}

.grid-stack-item[data-gs-width="4"] .meter-widget-col .meter-box {
    padding: 1rem 0 !important;
}

.grid-stack-item[data-gs-width="6"][data-gs-height="4"] .gpt-stock-col .stock-box-gpt h3,
.grid-stack-item[data-gs-width="7"][data-gs-height="4"] .gpt-stock-col .stock-box-gpt h3,
.grid-stack-item[data-gs-width="8"][data-gs-height="4"] .gpt-stock-col .stock-box-gpt h3,
.grid-stack-item[data-gs-width="9"][data-gs-height="4"] .gpt-stock-col .stock-box-gpt h3,
.grid-stack-item[data-gs-width="10"][data-gs-height="4"] .gpt-stock-col .stock-box-gpt h3,
.grid-stack-item[data-gs-width="11"][data-gs-height="4"] .gpt-stock-col .stock-box-gpt h3,
.grid-stack-item[data-gs-width="12"][data-gs-height="4"] .gpt-stock-col .stock-box-gpt h3 {
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.grid-stack-item[data-gs-width="6"][data-gs-height="4"] .gpt-stock-col .stock-box-gpt p,
.grid-stack-item[data-gs-width="7"][data-gs-height="4"] .gpt-stock-col .stock-box-gpt p,
.grid-stack-item[data-gs-width="8"][data-gs-height="4"] .gpt-stock-col .stock-box-gpt p,
.grid-stack-item[data-gs-width="9"][data-gs-height="4"] .gpt-stock-col .stock-box-gpt p,
.grid-stack-item[data-gs-width="10"][data-gs-height="4"] .gpt-stock-col .stock-box-gpt p,
.grid-stack-item[data-gs-width="11"][data-gs-height="4"] .gpt-stock-col .stock-box-gpt p,
.grid-stack-item[data-gs-width="12"][data-gs-height="4"] .gpt-stock-col .stock-box-gpt p {
    font-size: 12px;
    line-height: 14px !important;
}

.grid-stack-item[data-gs-width="6"][data-gs-height="4"] .gpt-stock-col .stock-box-gpt,
.grid-stack-item[data-gs-width="7"][data-gs-height="4"] .gpt-stock-col .stock-box-gpt,
.grid-stack-item[data-gs-width="8"][data-gs-height="4"] .gpt-stock-col .stock-box-gpt,
.grid-stack-item[data-gs-width="9"][data-gs-height="4"] .gpt-stock-col .stock-box-gpt,
.grid-stack-item[data-gs-width="10"][data-gs-height="4"] .gpt-stock-col .stock-box-gpt,
.grid-stack-item[data-gs-width="11"][data-gs-height="4"] .gpt-stock-col .stock-box-gpt,
.grid-stack-item[data-gs-width="12"][data-gs-height="4"] .gpt-stock-col .stock-box-gpt {
    padding: 0.6rem;
}

/*TV entry widget height set style*/
.grid-stack-item[data-gs-height="3"] .custom-widget-col .tv-entry-data-widget {
    max-height: 275px;
}

.grid-stack-item[data-gs-height="4"] .custom-widget-col .tv-entry-data-widget {
    max-height: 390px;
}

.grid-stack-item[data-gs-height="5"] .custom-widget-col .tv-entry-data-widget {
    max-height: 510px;
}

.grid-stack-item[data-gs-height="6"] .custom-widget-col .tv-entry-data-widget {
    max-height: 630px !important;
    height: 630px !important;
}

.grid-stack-item[data-gs-height="7"] .custom-widget-col .tv-entry-data-widget {
    max-height: 750px !important;
    height: 750px !important;
}

.grid-stack-item[data-gs-height="8"] .custom-widget-col .tv-entry-data-widget {
    max-height: 875px !important;
    height: 875px;
}

.grid-stack-item[data-gs-height="9"] .custom-widget-col .tv-entry-data-widget {
    max-height: 990px !important;
    height: 990px;
}

.grid-stack-item[data-gs-height="10"] .custom-widget-col .tv-entry-data-widget {
    max-height: 1110px !important;
    height: 1110px;
}

.grid-stack-item[data-gs-height="11"] .custom-widget-col .tv-entry-data-widget {
    max-height: 1230px !important;
    height: 1230px;
}

.grid-stack-item[data-gs-height="12"] .custom-widget-col .tv-entry-data-widget {
    max-height: 1350px !important;
    height: 1350px;
}

.data-refresh-icon {
    font-size: 15px !important;
    margin-left: 3px;
    cursor: pointer;
    transition: 0.5s;
        transition: none;
}

.data-refresh-icon:hover,
.widget-title-bar .fa-sliders:hover {
    color: #0eb2b1;
}

.widget-title-bar .fa-sliders {
    font-size: 17px;
    margin-left: 3px;
    cursor: pointer;
}

.live-update-youtube {
    display: flex;
    align-items: center;
}

.live-update-youtube .gocGpt-more {
    position: inherit;
}

.live-update-youtube .gocGpt-more .fa-youtube-play {
    font-size: 18px;
    vertical-align: middle;
}

.live-update-youtube .fa-trash {
    margin-left: 10px;
}

.live-update-youtube .gocGpt-more span {
    font-size: 14px;
    margin-right: 5px;
}

.sidenav-panel .modal-header .live-update-youtube .gocGpt-more span {
    font-size: 15px;
}

.stockhistory-modal-widget-dark .modal-content {
    background: var(--bg-black-2);
    box-shadow: 0px 0px 20px 0px #0bb2b147;
}

.stockhistory-modal-widget-dark .modal-body .chart-data-gpt-wrapper {
    background: #000;
}

.stockhistory-modal-widget-dark .close-light {
    display: none;
}

.stockhistory-modal-widget-dark .close-dark {
    display: inline-block;
}

.stockhistory-modal .modal-header .modal-title {
    font-size: 18px;
    font-weight: 600;
}

.widget-youtube-light .modal-body {
    padding: 0;
}

.widget-youtube-dark .modal-content {
    background: #0F0F0F;
       box-shadow: 0 0 20px 0 #0bb2b147;
}

.widget-youtube-dark .modal-body {
    padding: 0;
}

.widget-youtube-dark .modal-body iframe {
    width: 100%;
}

.widget-youtube-dark img.close-light {
    display: none;
}

.widget-youtube-dark img.close-dark {
    display: block;
}

.dark-modal-liveset .modal-content {
    background: #333333;
}

.dark-modal-liveset .modal-title {
    color: #ffffff;
}

.dark-modal-liveset .close-light {
    display: none;
}

.dark-modal-liveset .close-dark {
    display: inline-block;
}

.dark-modal-liveset .Prefrences-modal-body span {
    font-size: 16px;
    color: #ffffff;
    min-width: 93px;
    display: inline-block;
}

.dark-modal-liveset .preference-header,
.dark-modal-liveset .modal-footer {
    border-color: #818181;
}

.genieInfo-video-modal .modal-content {
    padding: 20px;
}

.genieInfo-video-modal .modal-header {
    border: none;
    padding: 0;
    margin-bottom: 15px;
}

.genieInfo-video-modal .video-container {
    padding-bottom: 0;
    padding-top: 0;
    height: 600px !important;
    border-radius: 20px;
}

.genieInfo-video-modal .modal-header button:focus {
    outline: none;
}

.genieInfo-video-modal iframe {
    padding: 10px;
    border: 2px solid #0AB0B0;
    border-radius: 20px;
    border-bottom: 0;
    width: 100%;
    height: 600px;
    z-index: 9;
    position: relative;
}

/*GPT STOCK LIST*/
.gpt-stock-col .chartbox-trend {
    padding: 0 10px 10px;
}

.stock-ratinginline {
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    margin-bottom: 0;
}

.stock-ratinginline .fa-star {
    color: #FFCE3D;
    font-size: 12px;
}

.stock-ratinginline .not-rating {
     color: #ccd1ec;
}

.stock-ratingModal {
    margin-top: -1rem;
}

.stock-ratingModal .fa-star {
    font-size: 14px;
}

.gpt-stock-col .stock-box-gpt p {
    line-height: 20px;
}

.gpt-stock-col .stock-box-gpt h3 {
    color: #AFAFAF !important;
    margin-bottom: 0px;
}

.gpt-stock-col .stock-box-gpt h3.red i {
    color: #FF4A4A !important;
}

.gpt-stock-col .stock-box-gpt h3.red {
    color: #FF4A4A !important;
}

.gpt-stock-col .stock-box-gpt h3.green i {
    color: var(--bg-green-3) !important;
}

.gpt-stock-col .stock-box-gpt h3.green {
    color: var(--bg-green-3) !important;
}

.gpt-stock-col .stock-box-gpt {
    padding: 0.8rem;
}

.stock-card-box-bull,
.stock-card-box-bear {
    border-radius: 5px;
    display: flex;
    width: 110px;
    margin: 5px auto;
    padding: 7px 10px;
    justify-content: space-between;
    align-items: center;
}

.gpt-stock-col .stock-box-gpt .stock-card-box-bull {
    width: 130px;
}

.stock-card-box-bull p {
    font-size: 14px !important;
    color: #2fb73d;
}

.stock-card-box-bull p.green {
    color: #41BA7C !important;
}

.stock-card-box-bear p {
    font-size: 16px !important;
    color: #ff4a4a;
    font-weight: 700;
}

.grid-stack-item[data-gs-width="6"] .gpt-stock-col .chartbox-trend {
    margin-bottom: 0;
}

.grid-stack-item[data-gs-width="6"] .gpt-stock-col .chartbox-trend .chartbox-trend-inner {
    padding: 0px 0px 16px;
}

.grid-stack-item[data-gs-width="5"] .gpt-stock-col .chartbox-trend,
.grid-stack-item[data-gs-width="6"] .gpt-stock-col .chartbox-trend,
.grid-stack-item[data-gs-width="7"] .gpt-stock-col .chartbox-trend,
.grid-stack-item[data-gs-width="8"] .gpt-stock-col .chartbox-trend,
.grid-stack-item[data-gs-width="9"] .gpt-stock-col .chartbox-trend,
.grid-stack-item[data-gs-width="10"] .gpt-stock-col .chartbox-trend,
.grid-stack-item[data-gs-width="11"] .gpt-stock-col .chartbox-trend,
.grid-stack-item[data-gs-width="12"] .gpt-stock-col .chartbox-trend {
    padding: 1rem;
}

.grid-stack-item[data-gs-width="6"] .gpt-stock-col .stock-box-gpt h3,
.grid-stack-item[data-gs-width="7"] .gpt-stock-col .stock-box-gpt h3,
.grid-stack-item[data-gs-width="8"] .gpt-stock-col .stock-box-gpt h3,
.grid-stack-item[data-gs-width="9"] .gpt-stock-col .stock-box-gpt h3,
.grid-stack-item[data-gs-width="10"] .gpt-stock-col .stock-box-gpt h3,
.grid-stack-item[data-gs-width="11"] .gpt-stock-col .stock-box-gpt h3,
.grid-stack-item[data-gs-width="12"] .gpt-stock-col .stock-box-gpt h3 {
    font-size: 14px;
}

.grid-stack-item[data-gs-width="6"] .gpt-stock-col .stock-box-gpt p {
    font-size: 14px;
}

.grid-stack-item[data-gs-width="6"] .gpt-stock-col .stock-box-gpt p,
.grid-stack-item[data-gs-width="7"] .gpt-stock-col .stock-box-gpt p,
.grid-stack-item[data-gs-width="8"] .gpt-stock-col .stock-box-gpt p,
.grid-stack-item[data-gs-width="9"] .gpt-stock-col .stock-box-gpt p,
.grid-stack-item[data-gs-width="10"] .gpt-stock-col .stock-box-gpt p,
.grid-stack-item[data-gs-width="11"] .gpt-stock-col .stock-box-gpt p,
.grid-stack-item[data-gs-width="12"] .gpt-stock-col .stock-box-gpt p {
    line-height: 26px;
}

.grid-stack-item[data-gs-width="4"] .active-stock-grid,
.grid-stack-item[data-gs-width="6"] .active-stock-grid {
    height: 320px;
}

.grid-stack-item[data-gs-width="7"] .active-stock-grid,
.grid-stack-item[data-gs-width="8"] .active-stock-grid,
.grid-stack-item[data-gs-width="9"] .active-stock-grid,
.grid-stack-item[data-gs-width="10"] .active-stock-grid,
.grid-stack-item[data-gs-width="11"] .active-stock-grid,
.grid-stack-item[data-gs-width="12"] .active-stock-grid {
    height: 295px;
}

/*Predict Price Widget*/
.predict-widget-wrapper {
    margin: 0;
    padding: 0px;
    background: transparent;
}

.chartbox-gtp-left {
    background-color: #000000;
    border-radius: 10px;
    box-shadow: 0px 0.9px 1.47px 0px #00000007;
    padding: 8px 10px 8px;
}

.predict-widget-wrapper .predict-title h4 {
    font-size: 17px;
    font-weight: 600;
    padding: 0 1rem;
    border: 2px solid #4cbcc7;
}

.predict-widget-wrapper .predict-title {
    text-align: center;
    margin-bottom: 0.5rem;
}

.predict-widget-wrapper .predict-top-wrapper p {
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.predict-widget-wrapper .custom-switch {
    width: 55px;
    height: 22px;
    margin-left: 5px;
}

.predict-widget-wrapper .custom-switch .slider:before {
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 3px;
}

.predict-widget-wrapper .custom-switch input:checked+.slider:before {
    transform: translateX(30px);
}

.custom-switch .slider.round small {
    font-size: 100%;
    position: relative;
    top: -3px;
    left: 6px;
}


.predict-widget-wrapper .predict-list-wrapper {
    padding: 7px 0;
}

.predict-widget-wrapper .predict-list-wrapper span {
    color: #A4A4A4;
}

.predict-widget-wrapper .predict-list-wrapper label {
    margin-bottom: 0;
    font-size: 14px;
    color: #A4A4A4;
    line-height: 18px;
    /*    white-space: nowrap;*/
    /*    overflow: hidden;*/
    width: 60%;
    /*    text-overflow: ellipsis;*/
}

.predict-widget-wrapper .predict-list-wrapper input {
    padding: 3px 10px;
    width: 66px;
    font-size: 14px;
    outline: 0px;
}

.predict-widget-wrapper .predict-vectro-box {
    padding: 12px;
    min-height: 298px;
    position: relative;
}

.icon-with-value {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.predict-widget-wrapper .nifty-top-text p {
    margin-bottom: 2px;
    font-size: 14px;
}

.predict-widget-wrapper .nifty-top-text h3 {
    font-size: 20px;
    font-weight: 800;
}

.predict-widget-wrapper .nifty-top-text-red {
    color: #f93232;
}

.predict-widget-wrapper .nifty-top-text-green {
    color: #48e36b;
}

.predict-widget-wrapper .predict-animated-icon {
    height: auto;
    width: 230px;
}

.predict-widget-wrapper .predict-animated-icon-default {
    height: 260px;
    width: 260px;
    margin: 0 auto;
    display: block;
}

.predict-widget-wrapper .predict-vectro-box .icon-with-value {
    position: revert;
}

.predict-widget-wrapper .predict-animated-down {
    margin: 0 auto;
    width: 190px;
    height: auto;
    display: block;

}

.chartbox-gtp-select {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 8px;
}

.predict-widget-wrapper select {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 500;
    padding: 7px 14px;
    border-radius: 20px;
    color: #A4A4A4;
    background: #000000;
    width: calc(100% - 90px);
    border: 2px solid #343539;
    font-family: "Poppins", sans-serif;
    width: auto;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M5.25586 7.29883L0.330078 2.37305C0.203125 2.27148 0.152344 2.11914 0.152344 1.94141C0.152344 1.78906 0.203125 1.63672 0.330078 1.50977L0.888672 0.951172C0.990234 0.849609 1.14258 0.773438 1.32031 0.773438C1.47266 0.773438 1.625 0.824219 1.75195 0.925781L5.6875 4.86133L9.62305 0.925781C9.72461 0.824219 9.87695 0.773438 10.0547 0.773438C10.207 0.773438 10.3594 0.849609 10.4863 0.951172L11.0449 1.50977C11.1465 1.63672 11.2227 1.78906 11.2227 1.94141C11.2227 2.11914 11.1465 2.27148 11.0449 2.37305L6.11914 7.29883C5.99219 7.45117 5.83984 7.50195 5.6875 7.50195C5.50977 7.50195 5.35742 7.45117 5.25586 7.29883Z' fill='%23A4A4A4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .6rem center;
    background-size: 11px 10px;
    padding-right: 27px;
}

.predict-widget-wrapper label {
    color: #A4A4A4;
    font-size: 14px;
    font-family: var(--font-Poppins);
    font-weight: 500;
}

.predict-widget-wrapper .nifty-bottom-text h4 {
    font-size: 14px;

}

.grid-stack-item[data-gs-width="7"][data-gs-height="6"] .predict-widget-wrapper .predict-list-wrapper,
.grid-stack-item[data-gs-width="8"][data-gs-height="6"] .predict-widget-wrapper .predict-list-wrapper,
.grid-stack-item[data-gs-width="9"][data-gs-height="6"] .predict-widget-wrapper .predict-list-wrapper,
.grid-stack-item[data-gs-width="10"][data-gs-height="6"] .predict-widget-wrapper .predict-list-wrapper,
.grid-stack-item[data-gs-width="11"][data-gs-height="6"] .predict-widget-wrapper .predict-list-wrapper,
.grid-stack-item[data-gs-width="12"][data-gs-height="6"] .predict-widget-wrapper .predict-list-wrapper {
    padding: 0.5rem 0;
}

.grid-stack-item[data-gs-height="7"] .predict-widget-wrapper .predict-list-wrapper,
.grid-stack-item[data-gs-height="8"] .predict-widget-wrapper .predict-list-wrapper,
.grid-stack-item[data-gs-height="9"] .predict-widget-wrapper .predict-list-wrapper,
.grid-stack-item[data-gs-height="10"] .predict-widget-wrapper .predict-list-wrapper,
.grid-stack-item[data-gs-height="11"] .predict-widget-wrapper .predict-list-wrapper,
.grid-stack-item[data-gs-height="12"] .predict-widget-wrapper .predict-list-wrapper {
    padding: 0.5rem 0;
}

.predict-widget-wrapper .nifty-bottom-text {
    margin-right: 0;
    margin-left: 0;
}

.icon-box-stock-label {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 1rem;
}

.icon-box-stock-label .stock-ratinginline {
    justify-content: left;
}

.stock-report-area {
    text-align: center;
}

.stock-report-area b img {
    display: block;
    width: 50px;
    margin: 0 auto;
}

.stock-report-area b span {
    font-size: 20px;
}

/*.stock-ratinginline li i {
    font-size: 16px !important;
}*/
.stock-report-area p {
    /*    color: #2fb73d !important;
*/
    font-size: 18px;
    font-weight: 700;
}

label.activiti-label-text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.merge-chart-bg {
    box-shadow: 0px 0px 10px 0px #0000004d;
    background: #000;
    border-radius: 10px;
    padding: 1rem;
}
.dark-chart.merge-chart-bg{
    border: 1px solid #343539;
}
.dark-chart.merge-chart-bg .graph-bg-wrapper{
border: 1px solid #343539;
}

/*.merge-chart-bg .gpt-candle-chart-container {
    box-shadow: 0px 5px 10px 0px #0000004D;
    border-radius: 10px;
}
.merge-chart-bg .gpt-candle-chart-container > div {
    border-radius: 0 0 10px 10px;
}*/
.gpt-candle-chart-container .highcharts-title {
    display: none;
}

.graph-bg-wrapper {
    background: var(--bg-black-2);
    border-radius: 10px;
    padding: 10px 10px 15px;
}

.graph-bg-wrapper .gpt-candle-chart-container .highcharts-background {
    fill: #26282d;
}

.chart-titleWith-graph {
    padding: 0 10px 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chart-titleWith-graph p {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 600;
}

.chart-titleWith-graph b span {
    font-size: 22px;
    /*color: #2fb73d;*/
    padding-left: 5px;
    vertical-align: bottom;
}

/*.hideStock-modal-header{
    display:none;
}*/
.hideStock-modal-header .close {
    top: -1rem;
}

.hideStock-modal-header+.modal-body {
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
}

.inline-graph-btn {
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
}

.inline-graph-btn .icon-black-btn {
    background: #333333;
    border-radius: 10px;
    border: none;
    padding: 0.7rem 0.7rem;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: #ffffff;
    border: 1px solid #333333;
}

.inline-graph-btn .icon-black-btn:focus {
    outline: none;
}

.inline-graph-btn .icon-black-btn i {
    padding-right: 5px;
    font-size: 16px;
    vertical-align: bottom;
}

.inline-graph-btn .icon-black-btn.active-btn .fa-compress {
    display: inline-block !important;
    font-size: 22px;
}

.inline-graph-btn .icon-black-btn.active-btn {
    background: #01241B;
    border: 1px solid #00FFBE;
    color: #00F1B4;
}

.normal-width {
    width: 50%;
    background-color: lightblue;
    height: 100px;
    transition: width 0.5s ease;
}

.full-width {
    width: 100%;
}

#candleliveChart.col-xl-6 {
    padding-right: 7px !important;
}

.modal-header.hideStock-modal-header .btn-close {
    margin-top: 2px;
}

#myColumn {
    padding-right: 7px !important;
}

#lineChart {
    padding-left: 7px !important;
}

.stockScanner-widget-box .activity-list-readMore {
    background: transparent;
    justify-content: center;
    margin: 0;
    box-shadow: none;
    padding: 0;
}

.stockScanner-widget-box .activity-list-readMore .timebrand-text {
    width: auto;
    margin: 0;
}

.stockScanner-widget-box .activity-list-readMore .timebrand-text h3 {
    color: #ffffff;
}

.stockScanner-widget-box .activity-list-readMore .timebrand-text h3 i {
    font-size: 12px;
    padding-left: 2px;
}

.stock-activity-modalBox {
    display: inherit;
}

.stock-activity-modalBox .stockScanner-widget-box {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0px 20px;
}

/* ================================================== */
/* coming soon page */
/* ================================================== */
.coming-soon .logo {
    margin: 0;
    padding: 0;
}

.coming-soon h2 {
    margin-top: 0;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
}

.coming-soon .social-icons i {
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.coming-soon .social-icons i:hover {
    background: none;
    color: rgba(255, 255, 255, 0.2) !important;
}

.arrow-up,
.arrow-down {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #fff;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 101;
}

.arrow-down {
    border-top: 40px solid #fff;
    border-bottom: none;
    position: fixed;
    z-index: 102;
    top: -40px;
}

.arrow-up:before {
    font-family: "FontAwesome";
    font-size: 20px;
    content: "\f067";
    color: #222;
    position: relative;
    top: 12px;
    margin: 0 0 0 -8px !important;
}

.arrow-down:before {
    font-family: "FontAwesome";
    font-size: 20px;
    content: "\f068";
    color: #222;
    position: relative;
    top: -35px;
    margin: 0 0 0 -8px !important;
}

/* ================================================== */

/* elements */

/* ================================================== */

/* address */

/* ------------------------------ */

address {
    margin: 0;
    margin-top: 20px;
}

address span {
    display: block;
    border-bottom: solid 1px #222;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 300;
}

.de_light .widget_text address span {
    border-bottom: solid 1px #ddd;
}

address span strong {
    display: inline-block;
    width: 60px;
}

address span {
    border-bottom-color: #222;
}

footer address span {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

address span i {
    margin-top: 5px;
    margin-right: 20px;
    float: none;
}

address span strong {
    display: inline-block;
}

address span a {
    color: #212121;
}

.address-style-2,
.address-style-2 a,
.address-style-2 span strong {
    color: #555;
}

.address-style-2 span {
    border: none;
    margin-bottom: 10px;
}

.address-style-2 span strong {
    display: block;
}

.de_light #sidebar .widget address span {
    border-bottom: solid 1px #ddd;
}

.de_light #sidebar .widget address a {
    color: #333;
}

/* border */

/* ------------------------------ */

.small-border {
    height: 2px;
    width: 60px;
    background: #ccc;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.small-border.center {
    margin: 20px auto;
}

.tiny-border {
    height: 1px;
    background: #333;
    width: 40px;
    margin: 20px 0 20px 0;
    display: block;
}

.tiny-border.center {
    margin-left: auto;
    margin-right: auto;
}

/* breadcrumb */

/* ------------------------------ */

.crumb {
    color: #777;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.de-navbar-left.de_light #subheader .crumb {
    color: #333;
}

.crumb li {
    display: inline;
    text-decoration: none;
    padding: 0 2px 0 2px;
    letter-spacing: 0;
    font-size: 12px;
}

.crumb li.sep:after {
    font-family: "FontAwesome";
    content: "\f105";
}

.crumb a {
    text-decoration: none;
}

.de_light .crumb a:hover {
    color: #fff;
}

/* box icon */

.icon_box .icon_wrapper {
    margin-bottom: 20px;
}

.icon_box .icon_wrapper i {
    font-size: 60px;
}

.icon_box.icon_left .icon_wrapper {
    position: absolute;
    width: 80px;
}

.icon_box.icon_left .desc_wrapper {
    margin-left: 80px;
}

.icon_box.icon_right .icon_wrapper {
    position: absolute;
    right: 0;
    width: 80px;
}

.icon_box.icon_right .desc_wrapper {
    margin-right: 80px;
    text-align: right;
}

/* button and link */

/* ------------------------------ */

a {
    text-decoration: none;
}

.btn-line,
a.btn-line {
    border: solid 1px #222;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 3px;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
}

.btn-line,
a.btn-line {
    border: solid 1px rgba(255, 255, 255, 0.2) !important;
    color: #fff;
}

.de_light .btn-line,
.de_light a.btn-line {
    border: solid 1px rgba(1, 1, 1, 0.2) !important;
    color: #333;
}

.text-light .btn-line,
.text-light a.btn-line {
    border: solid 1px rgba(255, 255, 255, 0.2) !important;
    color: #fff;
}

.btn-line:hover,
a.btn-line:hover {
    background: #fff;
    color: #111 !important;
    border-color: #fff;
}

.btn-line:after,
a.btn-line:after {
    color: #fff;
}

.btn-line:hover:after,
a.btn-line:hover:after,
a.btn-line.hover:after {
    color: #fff;
}

.btn-line:hover:after,
a.btn-line:hover:after,
a.btn-line.hover:after {
    color: #111 !important;
}

a.btn-text {
    text-decoration: none;
    display: inline-block;
    color: #111 !important;
    font-weight: 600;
    padding: 0;
}

a.btn-text:after {
    font-family: FontAwesome;
    content: "\f054";
    padding-left: 10px;
}

a.btn-text {
    color: #fff !important;
}

a.btn-big {
    font-size: 14px;
    color: #212121;
    letter-spacing: 1px;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
    border: solid 1px #fff;
    padding: 10px 30px 10px 30px;
}

a.btn-big:after {
    font-family: FontAwesome;
    content: "\f054";
    margin-left: 20px;
}

a.btn,
.btn {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

a.btn:before {
    content: "";
    background: rgba(0, 0, 0, 0);
    width: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
}

a.btn-fx:after {
    font-family: FontAwesome;
    content: "\f178";
    margin-left: 15px;
    position: absolute;
    right: -20px;
    margin-top: 0px;
}

a.btn-fx {
    font-size: 14px;
    color: #212121;
    letter-spacing: 1px;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
    border: solid 1px #fff;
    padding: 10px 30px 10px 30px;
}

a.btn-fx:hover {
    padding-left: 20px;
    padding-right: 40px;
}

a.btn-fx:before {
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

a.btn-fx:hover:after {
    right: 15px;
}

a.btn-fx:hover:before {
    width: 100%;
    background: rgba(0, 0, 0, 1);
}

a.btn-fx.light:hover:before {
    width: 100%;
    background: rgba(255, 255, 255, 1);
}

.btn-line,
a.btn-line {
    color: #212121;
}

.btn-line:after,
a.btn-line:after {
    font-family: FontAwesome;
    content: "\f054";
    margin-left: 10px;
}

a.btn-line-white,
.de_light a.btn-line-white {
    background: none !important;
    border: solid 2px #fff;
    color: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

a.btn-line-black,
.de_light a.btn-line-black {
    background: none !important;
    border: solid 2px #111;
    color: #111;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

a.btn-line-black:hover {
    color: #fff;
}

.de_light a.btn-line-black:hover {
    color: #fff;
}

a.btn-line-white:hover {
    color: #000;
}

a.btn-line-white:hover:before {
    background: #fff;
}

.btn-fullwidth {
    width: 100%;
}

a.btn-slider {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
    border: solid 2px #fff;
    padding: 10px 30px 10px 30px;
    border-radius: 60px;
}

a.btn-slider:hover {
    color: #222;
    background: #fff;
    border-color: #000;
    border: solid 2px #fff;
}

a.btn-custom:hover,
.btn-custom:hover {
    color: #fff;
    opacity: 0.8;
    -webkit-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
        background-color: #0bb2b1;
}

a.btn-slider:hover:after {
    color: #222;
}

a.btn-id,
a.btn-id:hover {
    border: none;
}

a.btn-light.btn-id {
    color: #222;
}

a.btn-dark.btn-id {
    color: #fff;
}

.btn-custom {
    padding: 8px 10px 8px 10px;
    font-weight: bold;
}

.btn-custom.btn-small {
    padding: 5px 20px 5px 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-fx.btn-custom {
    text-transform: initial;
}

a.btn-bg-dark {
    background: #222;
}

a.btn-text-light {
    color: #fff !important;
}

.btn-icon-left i {
    margin-right: 12px;
    color: #fff;
}

.btn-add_to_cart,
a.btn-add_to_cart {
    border: solid 1px #bbb;
    font-size: 12px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 3px;
    padding-left: 40px;
    padding-right: 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #555;
}

.btn-add_to_cart:before,
a.btn-add_to_cart:before {
    font-family: "FontAwesome";
    content: "\f07a";
    position: absolute;
    left: 20px;
}

a.btn-custom,
.btn-custom,
a.btn-slider,
.btn-slider {
    font-family: "Quicksand";
    font-size: 13px;
    min-width: 120px;
}

a.btn-custom,
.btn-custom {
    background: #eee;
    color: #fff !important;
    border-radius: 40px;
    padding: 10px 30px 10px 30px;
    min-width: 120px;
    text-decoration: none;
    font-weight: 600;
}

a.btn-border,
.btn-border {
    padding: 10px 30px 10px 30px;
    border: solid 1px rgba(255, 255, 255, 1);
    background: none;
    border-radius: 40px;
    color: #fff;
    font-family: "Quicksand";
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
}

input.btn-border {
    padding: 5px 30px 5px 30px;
}

a.btn-border:hover {
    background: #ffffff;
}

.btn-rsvp {
    color: #ffffff !important;
    cursor: pointer;
    text-align: center;
    float: right;
    display: inline-block;
    text-align: center;
    position: relative;
    right: 0;
    top: -30px;
    min-width: auto;
    background: #333;
    padding: 60px 15px 15px 15px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.btn-rsvp:hover,
.btn-close:hover {
    opacity: 0.8;
}

.btn-close {
    cursor: pointer;
         width: 26px !important;
    height: 26px !important;
    background-color: transparent !important;
    filter: invert(1) !important;
    font-size: 32px;
    font-weight: bold;
    text-decoration: none;
    margin: 0 auto;
    padding-top: 12px;
    position: absolute;
    left: 0;
    right: 8px;
    background-size: 16px !important;
    box-shadow: none !important;
}

a.btn-fullwidth {
    display: block;
    width: 100%;
    text-align: center;
    background: #333;
    color: #fff;
    text-decoration: none;
    padding: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

a.btn-fullwidth:hover {
    background: #eee;
}

/*
	a.btn-rsvp:before{
	font-size:32px;
	font-family:"FontAwesome";
	content:"\f073";
	margin-right:15px;
	display:block;
	margin:0 auto;
	margin-bottom:10px;
	}
	*/

.play-button {
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    color: #fff;
    text-decoration: none !important;
    border: solid 5px rgba(255, 255, 255, 0.3);
    display: inline-block;
    text-align: center;
    width: 80px;
    height: 80px;
    padding-top: 22px;
    padding-left: 5px;
}

.play-button:before {
    font-family: "FontAwesome";
    font-size: 20px;
    content: "\f04b";
    position: relative;
    color: #fff;
}

.play-button:hover {
    border: solid 5px rgba(255, 255, 255, 1);
}

.play-button.dark {
    color: #222;
    border: solid 5px rgba(0, 0, 0, 0.1);
}

.play-button.dark:before {
    color: #222;
}

.play-button.dark:hover {
    border: solid 5px rgba(0, 0, 0, 0.5);
}

.text-light .play-button {
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    color: #fff;
    text-decoration: none !important;
    border: solid 5px rgba(255, 255, 255, 0.3);
    display: inline-block;
    text-align: center;
    width: 80px;
    height: 80px;
    padding-top: 22px;
    padding-left: 5px;
}

.text-light .play-button:before {
    font-family: "FontAwesome";
    font-size: 20px;
    content: "\f04b";
    position: relative;
    color: #fff;
}

.text-light .play-button.dark {
    color: #fff;
    border: solid 5px rgba(255, 255, 255, 0.3);
}

.text-light .play-button.dark:before {
    color: #fff;
}

.text-light .play-button.dark:hover {
    border: solid 5px rgba(255, 255, 255, 1);
}

/* columns */

/* ------------------------------ */

/* counter */

/* ------------------------------ */
.tv-icicc-chart-iframe iframe {
    height: calc(100vh - 198px) !important;
}

.de_count {
    text-align: center;
    background: none;
}

.de_count h3 {
    font-size: 36px;
    margin-bottom: 5px;
}

.de_count span {
    color: #333;
    text-transform: uppercase;
    margin: 15px 0 15px 0;
    font-size: 12px;
}

.text-light .de_count span {
    color: #fff;
}

.de_count i {
    display: block;
    font-size: 30px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
    font-weight: lighter !important;
}

/* divider */

/* ------------------------------ */

.spacer-single {
    width: 100%;
    height: 30px;
    display: block;
    clear: both;
}

.spacer-double {
    width: 100%;
    height: 60px;
    display: block;
    clear: both;
}

.spacer-half {
    width: 100%;
    height: 15px;
    display: block;
    clear: both;
}

hr {
    display: block;
    clear: both;
    border-top: solid 1px #ddd;
    margin: 40px 0 40px 0;
}

/* dropcap */

/* ------------------------------ */

.dropcap {
    display: inline-block;
    font-size: 48px;
    float: left;
    margin: 10px 15px 15px 0;
    color: #212121;
    padding: 20px 10px 20px 10px;
}

/* heading */

/* ------------------------------ */

.form-transparent input[type="text"],
.form-transparent textarea,
.form-transparent input[type="email"] {
    padding: 10px;
    margin-bottom: 20px;
    color: #fff;
    border: solid 1px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 !important;
    height: auto;
}

.form-subscribe {
    display: table;
    margin: 0 auto;
}

.form-subscribe input[type="text"] {
    display: table-cell;
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-right: none;
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 20px 6px 20px;
    border-radius: 60px 0 0 60px;
    height: 40px;
    vertical-align: middle;
}

.form-subscribe .btn-custom {
    display: table-cell;
    border-radius: 0 60px 60px 0;
    height: 40px;
    vertical-align: middle;
}

.form-subscribe input[type="text"]:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* heading */

/* ------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Quicksand";
    font-weight: 600;
    color: #212121;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #fff;
}

h1,
h2.text-light,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #fff;
}

h1 {
    font-size: 40px;
    margin: 0;
    letter-spacing: 1px;
}

h1.s2 {
    font-family: "Parisienne";
    font-size: 60px;
    font-weight: lighter !important;
    margin: 0 !important;
}

h1 .small-border {
    margin-top: 30px;
}

h1.big,
.h1_big {
    color: #222;
    font-size: 54px;
    margin: 0;
    line-height: 64px;
}

h1.very-big {
    font-size: 120px;
    letter-spacing: -5px;
    line-height: 120px;
}

h1 span,
h2 span {
    display: inline-block;
    position: relative;
}

h2 span.underline {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background: #ffffff;
}

h1.very-big span.underline,
h1.big span.underline {
    position: absolute;
    width: 100%;
    height: 12px;
    left: 0;
    bottom: 0;
    background: #ffffff;
}

h1.big span.underline {
    height: 6px;
}

h1.ultra-big {
    font-size: 100px;
    font-weight: 600;
}

h2,
.h2_title {
    display: block;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.2em;
    letter-spacing: -1px;
}

h2 .small-border {
    margin-left: 0;
    margin-bottom: 15px;
    width: 40px;
}

h2 {
    letter-spacing: normal;
    font-size: 38px;
    margin-bottom: 40px;
}

h2 .uptitle {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

h2.deco-text span {
    font-family: "Parisienne";
    display: block;
    line-height: 0.85em;
    font-weight: lighter;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

h2.deco-text .md {
    font-size: 80px;
}

h2.deco-text .lg {
    font-size: 120px;
}

h2.deco-text .xl {
    font-size: 150px;
}

h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px;
}

.subtitle.s2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #212121;
}

.text-light .subtitle.s2 {
    color: #ffffff;
}

.subtitle.s2 span {
    margin-right: 20px;
    padding-left: 20px;
}

.subtitle.s2 i {
    margin-right: 10px;
}

.subtitle.s2 span:first-child {
    padding-left: 0;
}

.subtitle.s3 {
    font-size: 14px;
}

h3.s3 {
    font-family: "Parisienne";
    font-size: 60px;
    font-weight: lighter !important;
}

h4.s3 {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 15px;
}

.call-to-action h3 {
    text-transform: none;
    font-size: 20px;
}

h1.slogan_big {
    font-weight: 300;
    font-size: 64px;
    line-height: 64px;
    letter-spacing: -2px;
    padding: 0;
    margin: 0px 0 30px 0;
}

h1.title {
    font-size: 64px;
    letter-spacing: 10px;
}

h1.title strong {
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
}

h1.hs1 {
    font-family: "Parisienne";
    font-size: 96px;
    display: inline-block;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

h1.hs2 {
    font-family: "Parisienne";
    font-size: 72px;
    display: inline-block;
    font-weight: lighter !important;
}

h2.subtitle {
    margin-top: 0;
}

h2.name {
    font-family: "Quicksand";
    color: #fff;
    font-size: 84px;
    line-height: 50px;
}

h2.name span {
    display: block;
    font-size: 32px;
}

h2.name-s1 {
    font-family: "Quicksand";
    color: #fff;
    font-size: 84px;
    font-weight: 700;
    line-height: 50px;
}

h2.name-s1 span {
    display: block;
    font-size: 32px;
}

h2.hw {
    display: block;
    font-family: "Parisienne";
    font-size: 48px;
    text-transform: none;
    font-weight: lighter;
}

h2.deco {
    font-family: "Quicksand";
    text-align: center;
    font-weight: 600 !important;
    font-size: 20px;
}

h2.deco span {
    display: inline-block;
    position: relative;
}

h2.deco span:before,
h2.deco span:after {
    content: "";
    position: absolute;
    border-top: 1px solid #bbb;
    top: 10px;
    width: 100px;
}

h2.deco span:before {
    right: 100%;
    margin-right: 15px;
}

h2.deco span:after {
    left: 100%;
    margin-left: 15px;
}

h2.hs1 {
    font-family: "Quicksand";
    font-size: 40px;
}

h2.hs1 i {
    font-size: 48px;
    position: relative;
    top: 10px;
    color: #ff0042;
    margin: 0 10px 0 10px;
}

h2.hs1 span {
    font-size: 48px;
    position: relative;
    top: 10px;
    font-family: "Miama";
    margin: 0 15px 0 10px;
    font-weight: normal;
}

h2 .de_light .text-light h2 {
    color: #fff;
}

.text-light h2.deco span:before,
.text-light h2.deco span:after {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

h2.s2 {
    font-family: "Quicksand";
    font-weight: 400;
}

h3.title {
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
}

h3.style-2 {
    font-size: 18px;
}

h4.title {
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

h4.uptitle {
    margin-bottom: 0px;
}

h5.s2 {
    font-family: "Quicksand";
    letter-spacing: 1px;
    font-size: 14px;
}

h5 {
    font-weight: bold;
}

h6 {
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
}

h4 {
    margin: 10px 0 10px 0;
    font-size: 15px;
    line-height: 2em;
    font-weight: 400;
}

h4.s2 {
    font-family: "Quicksand";
    font-size: 16px;
}

span.teaser {
    font-family: "Georgia";
    font-style: italic;
    font-size: 18px;
}

.wm {
    font-family: "Miama";
    font-size: 100px;
    font-weight: 100;
    position: absolute;
    width: 200%;
    left: -50%;
    top: 30px;
}

#subheader .wm {
    top: 60px;
}

.wm2 {
    font-family: "Parisienne";
    font-size: 30px;
    position: relative;
    width: 200%;
    left: -50%;
    margin-top: -20px;
    margin-bottom: 20px;
    color: #ddd;
    z-index: -1;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.wm-big {
    bottom: -150px;
    font-size: 400px;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 0;
    color: rgba(0, 0, 0, 0.05) !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.text-light {
    color: #bbb;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
    color: #fff !important;
}

.text-white {
    color: #ffffff;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
    color: #ffffff;
}

/* feature box style 1 */

.feature-box i {
    border: none;
}

.feature-box i {
    font-size: 32px;
    margin-bottom: 20px;
}

.feature-box.style-2 i {
    text-align: center;
    font-size: 24px;
    background: #333333;
    padding: 12px 0;
    width: 48px;
    height: 48px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.feature-box.left.style-2 .text {
    padding-left: 70px;
}

.feature-box:hover .inner i {
    color: #fff;
}

.feature-box.left i {
    position: absolute;
}

.feature-box.left .text {
    padding-left: 60px;
}

.feature-box-style-1 {
    position: relative;
    text-align: center;
    overflow: hidden;
    border: solid 1px #eee;
    border-radius: 10px;
}

.text-light .feature-box-style-1 {
    border-color: rgba(255, 255, 255, 0.05);
}

.feature-box-style-1 h3 {
    margin-bottom: 5px;
}

.feature-box-style-1 .front {
    padding: 60px 0 60px 0;
}

.feature-box-style-1 .front span {
    font-size: 14px;
}

.feature-box-style-1 .info {
    display: table;
    color: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    padding: 30px;
    opacity: 0;
}

.feature-box-style-1 .info p {
    display: table-cell;
    vertical-align: middle;
}

.feature-box-style-1 i {
    text-shadow: none;
    width: 68px;
    height: 68px;
    text-align: center;
    text-align: center;
    font-size: 72px !important;
    margin-bottom: 20px;
}

.feature-box-style-1.invert,
.feature-box-style-1.invert h3,
.feature-box-style-1.invert i {
    color: #ffffff;
}

.feature-box-style-1:hover .info {
    top: 0;
    opacity: 1;
}

.feature-box-style-1:hover .front {
    opacity: 0;
}

.shadow,
.feature-box-style-1:hover {
    border: none;
    -webkit-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
}

.f-hover {
    -o-transition: 0.5s;
    /*    -ms-transition: .5s;*/
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}

/* feature-box style 2 */

.feature-box-style-1-2 {
    margin-bottom: 30px;
}

.feature-box-style-1-2 .text {
    padding-left: 48px;
}

.feature-box-style-1-2 i {
    text-shadow: none;
    color: #212121;
    font-size: 24px;
    text-align: center;
    position: absolute;
}

.feature-box-style-1-2 i.dark {
    background-color: #333333;
}

.feature-box-style-1-2 h3 {
    line-height: normal;
    margin-bottom: 5px;
}

.feature-box-style-1-2.no-bg h2 {
    padding-top: 12px;
}

.feature-box-style-1-2.no-bg .inner,
.feature-box-style-1-2.no-bg .inner:hover {
    padding: 0;
    background: none;
}

/* feature-box image style 3 */

.feature-box-image-2 {
    margin-bottom: 30px;
}

.feature-box-image-2 .text {
    padding-left: 100px;
}

.feature-box-image-2 img {
    position: absolute;
}

.feature-box-image-2 i {
    background-color: #333333;
}

.feature-box-image-2 h3 {
    line-height: normal;
    margin-bottom: 5px;
}

.feature-box-image-2.no-bg h2 {
    padding-top: 12px;
}

/*    .feature-box-image-2.no-bg {
    }*/

.feature-box-image-2.no-bg .inner,
.feature-box-image-2.no-bg .inner:hover {
    padding: 0;
    background: none;
}

/* with image */

.feature-box-image img {
    width: 100%;
    margin-bottom: 10px;
    height: auto;
}

.feature-box-image h3 {
    line-height: normal;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
}

/* feature-box image style 4 */

.feature-box-big-icon {
    text-align: center;
}

/*    .feature-box-big-icon .text {
    }*/

.feature-box-big-icon i {
    float: none;
    display: inline-block;
    text-shadow: none;
    color: #212121;
    font-size: 40px;
    padding: 40px;
    width: 120px;
    height: 120px;
    text-align: center;
    border: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #333;
    margin-bottom: 40px;
    cursor: default;
}

.feature-box-big-icon i:after {
    content: "";
    position: absolute;
    margin: 75px 0 0 -40px;
    border-width: 20px 20px 0 20px;
    /*size of the triangle*/
    border-style: solid;
}

.feature-box-big-icon:hover i,
.feature-box-big-icon:hover i:after {
    -o-transition: 0.5s;
    /*        -ms-transition: .5s;*/
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.feature-box-big-icon:hover i {
    background: #333;
}

.feature-box-big-icon:hover i:after {
    border-color: #333 transparent;
}

.box-fx .inner {
    position: relative;
    overflow: hidden;
    border-bottom: solid 2px;
}

.box-fx .inner {
    border-bottom: solid 2px;
}

.box-fx .front {
    padding: 60px 0 60px 0;
}

.box-fx .front span {
    font-size: 14px;
}

.box-fx .info {
    position: absolute;
    padding: 60px 30px 60px 30px;
    background: #fff;
    color: #fff;
}

.box-fx:hover .info {
    top: 20px;
}

.box-fx i {
    font-size: 72px !important;
    margin-bottom: 20px;
}

.box-fx .btn-line,
.box-fx .btn-line a.btn-line {
    border: solid 1px rgba(255, 255, 255, 0.5);
    color: #fff !important;
}

.box-fx .btn-line:hover,
.box-fx a.btn-line:hover {
    background: #fff;
    color: #111 !important;
    border-color: #fff;
}

.box-fx .btn-line:after,
.box-fx a.btn-line:after {
    color: #fff !important;
}

.box-fx .btn-line:hover:after,
.box-fx a.btn-line:hover:after,
.box-fx a.btn-line.hover:after {
    color: #111 !important;
}

.box-fx .bg-icon {
    left: 50%;
    bottom: 50px;
    color: #f5f5f5 !important;
    position: absolute !important;
    font-size: 190px !important;
    z-index: -1;
}

.box-icon-simple i {
    color: #222;
}

.box-icon-simple.right {
    margin-right: 70px;
    text-align: right;
}

.box-icon-simple.right i {
    font-size: 42px;
    right: 0;
    position: absolute;
}

.box-icon-simple .num {
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: #333333;
    width: 48px;
    height: 48px;
    padding: 12px 12px;
    position: absolute;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
}

.box-icon-simple.right .num {
    right: 10px;
}

.box-icon-simple.left .text {
    margin-left: 70px;
}

.box-icon-simple.left i {
    font-size: 42px;
    position: absolute;
}

.box-number .number {
    display: block;
    font-size: 48px;
    color: #222;
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 25px;
    border-radius: 60px;
    position: absolute;
}

.box-number .text {
    margin-left: 100px;
}

.box-border {
    border: solid 2px #333;
}

/* list */

.ul-style-2 {
    padding: 0;
    list-style: none;
}

.ul-style-2 li {
    margin: 5px 0 5px 0;
}

.ul-style-2 li:before {
    font-family: "FontAwesome";
    content: "\f00c";
    margin-right: 15px;
}

/* pagination */

/* ======================================== */

.pagination li a {
    font-size: 13px;
    color: #888;
    border: solid 1px #b3bac5;
    border-right: none;
    background: none;
    padding: 15px 20px 15px 20px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    line-height: 12px;
    font-weight: 600;
}

.pagination li:last-child a {
    border-right: solid 1px #b3bac5;
}

/* pricing table */

/* ================================================== */

.pricing-box {
    color: #888;
}

.pricing-2-col {
    border-right: solid 1px #eee;
}

.pricing-2-col .pricing-box {
    width: 49%;
}

/*.pricing-3-col {
}*/

.pricing-3-col .pricing-box {
    width: 32.33%;
}

/*.pricing-4-col {
}
*/
.pricing-4-col .pricing-box {
    width: 24%;
}


.pricing-5-col .pricing-box {
    width: 19%;
}

.pricing-box {
    float: left;
    text-align: center;
    margin: 5px;
    padding: 0;
    opacity: 0.8;
}

.pricing-box ul {
    margin: 0;
    padding: 0;
}

.pricing-box li {
    list-style: none;
    margin: 0;
    padding: 15px 0 15px 0;
    background: #eee;
}

.pricing-box li h4 {
    font-size: 22px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #888;
}

.pricing-box li h1 {
    font-size: 48px;
    margin: 0;
    margin-bottom: 5px;
    color: #1a8b49;
    letter-spacing: 0px;
}

.pricing-box li.title-row {
    padding: 15px 0 15px 0;
}


.pricing-box li.price-row {
    padding: 15px 0 15px 0;
    background: #f9f9f9;
}

.pricing-box li.deco {
    background: #f5f5f5;
}

.pricing-box a.btn {
    color: #212121;
}

.pricing-box li.price-row span {
    display: block;
    font-weight: 600;
}

.pricing-box li.btn-row {
    background: #ddd;
}

/*.pricing.pricing-box {
}*/

.pricing.pricing-box ul {
    margin: 0;
    padding: 0;
}

.pricing.pricing-box li {
    background: #3b3b3b;
    color: #bbb;
    list-style: none;
    margin: 0;
    padding: 15px 0 15px 0;
}

.pricing.pricing-box li.deco {
    background: #333;
}

.pricing.pricing-box li h4 {
    font-size: 22px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #212121;
}

.pricing.pricing-box li h1 {
    font-size: 48px;
    margin: 0;
    margin-bottom: 5px;
    font-weight: 600;
    color: #212121;
}

.pricing.pricing-box li.title-row {
    background: #323232;
    padding: 15px 0 15px 0;
}

.pricing.pricing-box li.price-row {
    background: #2b2b2b;
    padding: 15px 0 15px 0;
}

.pricing.pricing-box li.price-row h1 {
    font-weight: 300;
}

.pricing.pricing-box li.price-row h1 span {
    display: inline-block;
    font-weight: 600;
}

.pricing.pricing-box li.price-row span {
    display: block;
    font-weight: 600;
}

.pricing.pricing-box li.btn-row {
    background: #202220;
}

.pricing-featured {
    position: relative;
}

.pricing-featured li {
    padding-top: 17px;
    padding-bottom: 17px;
}

.pricing-s1 {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: box-shadow 1s;
    -webkit-transition: box-shadow 1s;
    -moz-transition: box-shadow 1s;
    background-size: contain;
}

.pricing-s1 .top {
    color: #eee;
    padding: 40px 40px 20px 40px;
    color: #ecf0f1;
    text-align: center;
    font-family: "Quicksand";
}

.pricing-s1 .top h2 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: normal;
}

.pricing-s1 .top>* {
    margin: 0px;
}

.pricing-s1 .top .price {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}

.pricing-s1 .top .price .currency {
    font-size: 24px;
    line-height: 54px;
    vertical-align: top;
    display: inline-block;
}

.pricing-s1 .top .price b {
    font-size: 48px;
    line-height: 70px;
    color: #fff;
}

.pricing-s1 .top .price .month {
    color: #ccc;
}

.pricing-s1 .bottom {
    border-top: 0px;
    padding-bottom: 5px;
    text-align: center;
}

.pricing-s1 .bottom ul {
    list-style: none;
    list-style-type: none;
    margin: 0px 40px 0 40px;
    padding: 0px;
    text-align: left;
}

.pricing-s1 .bottom ul li {
    padding: 10px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.pricing-s1 .bottom ul li>span {
    color: #16a085;
    font-size: 20px;
    margin-right: 20px;
}

/*
.pricing-s1 .bottom ul li:nth-child(odd) {
	background: rgba(255,255,255,.1);
}
.pricing-s1 .bottom ul li:nth-child(even) {
	background: rgba(255,255,255,.2);
}*/

.pricing-s1 .bottom>a {
    display: block;
    margin: 40px;
    width: auto;
}

.pricing-s1 .bottom i {
    margin-right: 10px;
}

.pricing-s1 .ribbon {
    width: 200px;
    position: absolute;
    top: 20px;
    left: -55px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #222;
    font-weight: bold;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.pricing-s1.light {
    color: #555;
}

.pricing-s1.light .top {
    background: #eee;
    color: #222;
}

.pricing-s1.light .top h2 {
    color: #222 !important;
}

.pricing-s1.light .top .price b {
    color: #555;
}

.pricing-s1.light .top .price .month {
    color: #555;
}

.pricing-s1.light .bottom {
    background: #eee;
}

.pricing-s1.light .bottom ul li>span {
    color: #16a085;
}

.pricing-s1.light .bottom ul li:nth-child(odd) {
    background: #e5e5e5;
}

.pricing-s1.light .bottom ul li:nth-child(even) {
    background: #ddd;
}

.pricing-s1.light .ribbon {
    color: #fff;
}

/* preloader */

/* ================================================== */

#preloader {
    position: fixed;
    z-index: 20000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.preloader1 {
    width: 60px;
    height: 60px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 2px solid;
    border-top-color: rgba(0, 0, 0, 0.65);
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-left-color: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    -webkit-animation: preloader1 0.9s ease-in infinite;
    animation: preloader1 0.9s ease-in infinite;
    position: absolute;
    margin-left: -30px;
    top: 45%;
}

@keyframes preloader1 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes preloader1 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.preloader-wrap {
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
}

.spinner {
    display: table-cell;
    vertical-align: middle;
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* progress bar */

/* ================================================== */

.de-progress {
    width: 100%;
    height: 4px;
    background: #ddd;
    margin-top: 20px;
    margin-bottom: 20px;
}

.de-progress .progress-bar {
    background: #333;
    height: 4px;
    box-shadow: none !important;
}

.de-progress {
    background: #eee;
}

.skill-bar {
    margin-bottom: 40px;
}

/* social-icons */

/* ================================================== */

.social-icons {
    display: inline-block;
}

.social-icons i {
    text-shadow: none;
    color: #fff;
    padding: 12px 10px 8px 10px;
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 16px;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    margin: 0 5px 0 5px;
}

.sc-icon i {
    text-shadow: none;
    color: #fff;
    padding: 10px 8px 10px 8px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    margin: 0 3px 0 3px;
}

.social-icons i.fa-google-plus {
    padding: 12px 14px 10px 6px;
}

.social-icons i:hover {
    background: #fff;
    border-color: #212121;
    color: #333;
}

.social-icons.big i {
    font-size: 26px;
    width: auto;
    height: auto;
    margin: 0 15px 0 15px;
}

.social-icons.big i:hover {
    background: none;
}

.fa-facebook {
    background: #3e5a9b;
}

.fa-twitter {
    background: #55aded;
}

.fa-google-plus {
    background: #df4f37;
}

.fa-linkedin {
    background: #0075ad;
}

.fa-rss {
    background: #fb6506;
}


/* ================================================== */

.de_tab .de_nav {
    overflow: hidden;
    padding-left: 0;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.accordion-inner img.full-size {
    margin-top: 5px;
    margin-bottom: 10px;
}

a.accordion-toggle,
a:visited.accordion-toggle {
    font-weight: bold;
    color: #222;
}

.de_tab .de_nav li {
    float: left;
    list-style: none;
    margin-right: 5px;
}

.de_tab .de_nav li span {
    padding: 8px 16px 8px 16px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    display: block;
    background: #f5f5f5;
    text-decoration: none;
    color: #646464;
    font-size: 13px;
    cursor: pointer;
}

.de_tab.tab_steps .de_nav {
    text-align: center;
}

.de_tab.tab_steps .de_nav li {
    background: none;
    display: inline-block;
    float: none;
    margin: 0 20px 0px 20px;
}

.de_tab.tab_steps .de_nav li span {
    padding: 30px 0 30px 0;
    border-radius: 120px;
    color: #222;
    font-family: "Quicksand";
    font-size: 16px;
    -moz-border-radius: 120px;
    -webkit-border-radius: 120px;
    line-height: 20px;
    width: 180px;
    height: 180px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.de_tab.tab_steps.style-2 .de_nav li span {
    background: none;
    border-radius: 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    font-size: 17px;
    color: #fff;
}

.de_tab.tab_steps.style-2 .de_nav li.active span {
    border: solid 2px rgba(255, 255, 255, 0.8);
    color: #222;
}

.de_tab.tab_steps .de_nav li span:hover {
    background: none;
    border: solid 2px rgba(255, 255, 255, 0.2);
    color: #fff;
}

.de_tab.tab_steps .de_nav li .v-border {
    height: 60px;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
    display: inline-block;
    margin-bottom: -5px;
}

.de_tab.tab_steps.dark .de_nav li .v-border {
    border-left: solid 1px rgba(0, 0, 0, 0.3);
}

.de_tab .de_nav li span {
    border: none;
    background: #222;
}

.de_tab .de_nav li:first-child span {
    border-left: 1px solid #ddd;
}

.de_tab .de_nav li:first-child span {
    border-left: 1px solid #202220;
}

.de_tab .de_tab_content {
    border: 1px solid #ddd;
    padding: 15px 20px 20px 20px;
    margin-top: -1px;
    background: #fff;
}

.de_tab .de_tab_content {
    border: 1px solid #202220;
    background: #27282b;
}

.de_tab.tab_steps .de_tab_content {
    background: 0;
    padding: 0;
    border: none;
    padding-top: 30px;
    border-top: solid 1px rgba(255, 255, 255, 0.4);
}

.de_tab.tab_steps.dark .de_tab_content {
    border-top: solid 1px rgba(0, 0, 0, 0.4);
}

.de_tab .de_nav li.active span {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #222;
    margin-bottom: -3px;
}

.de_tab .de_nav li.active span .v-border {
    display: none !important;
}

.de_tab .de_nav li.active span {
    background: #27282b;
    border-bottom: 1px solid #27282b;
    color: #ccc;
}

.de_tab.tab_steps .de_nav li.active span {
    background: none;
    color: #ffffff;
    border: solid 2px rgba(255, 255, 255, 0.8);
}

.de_tab.tab_steps.dark .de_nav li.active span {
    background: none;
    color: #333;
    border: solid 1px rgba(0, 0, 0, 0.8);
}

/* new added */

.de_tab.tab_steps.tab_6 .de_nav li span {
    padding: 20px 0 20px 0;
    font-size: 14px;
    line-height: 70px;
    width: 120px;
    height: 120px;
}

/* tab de_light */

.de_light .de_tab.tab_style_2 .de_tab_content {
    border: none;
    background: none;
    padding: 40px 0 0 0;
    border-top: solid 1px #ddd;
}

.text-light .de_tab.tab_style_2 .de_tab_content {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}

/*.de_light .de_tab.tab_style_2 .de_nav {
}*/

.de_light .de_tab.tab_style_2 .de_nav li {
    float: none;
    list-style: none;
    background: none;
    margin: 0 5px 0 5px;
    text-align: center;
    display: inline-block;
}

.de_light .de_tab.tab_style_2 .de_nav li img {
    width: auto;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    /*            -o-filter: grayscale(100%);
            -ms-filter: grayscale(100%);*/
    filter: grayscale(100%);
    opacity: 0.7;
}

.de_light .de_tab.tab_style_2 .de_nav li.active img {
    width: auto;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.de_light .de_tab.tab_style_2 .de_nav li span {
    background: none;
    display: block;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    border: none;
}

.de_light .de_tab.tab_style_2 .de_nav li.active span {
    border-bottom: solid 6px;
    color: #333;
    background: none;
}

.text-light .de_tab.tab_style_2 .de_nav li.active span {
    color: #fff;
}

/* tab de_light */

.de_light .de_tab.tab_style_3 .de_tab_content {
    border: none;
    background: none;
    padding: 40px 0 0 0;
    border-top: solid 1px #ddd;
}

.text-light .de_tab.tab_style_3 .de_tab_content {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.de_light .de_tab.tab_style_3 .de_nav {
    text-align: center;
    background: #eee;
    display: inline-block;
    border-radius: 60px;
    margin-bottom: 30px;
    padding: 0;
}

.de_light .de_tab.tab_style_3 .de_nav li {
    float: none;
    list-style: none;
    background: none;
    text-align: center;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.de_light .de_tab.tab_style_3 .de_nav li img {
    width: auto;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.7;
}

.de_light .de_tab.tab_style_3 .de_nav li.active img {
    width: auto;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.de_light .de_tab.tab_style_3 .de_nav li span {
    background: none;
    display: block;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    border: none;
    padding: 5px 30px 5px 30px;
    min-width: 150px;
}

.de_light .de_tab.tab_style_3 .de_nav li:last-child span {
    border-radius: 0 60px 60px 0;
}

.de_light .de_tab.tab_style_3 .de_nav li:first-child span {
    border-radius: 60px 0 0 60px;
}

.de_light .de_tab.tab_style_3 .de_nav li span:hover {
    background: #ddd;
}

.de_light .de_tab.tab_style_3 .de_nav li.active span {
    background: #eee;
    color: #fff;
}

.text-light .de_tab.tab_style_3 .de_nav li.active span {
    color: #fff;
}

/* tab de_light */

.de_tab.tab_style_4 {
    border: solid 1px rgba(255, 255, 255, 0.1);
}

.de_tab.tab_style_4 .de_tab_content {
    border: none;
    background: none;
    padding: 0;
    border-top: none;
}

.text-light .de_tab.tab_style_4 .de_tab_content {
    border-top: none;
    margin-top: 0;
}

.de_tab.tab_style_4 .de_nav {
    width: 100%;
    display: table;
    margin-bottom: 0px;
    padding: 0;
    background: rgba(255, 255, 255, 0.1);
}

.de_tab.tab_style_4 .de_nav li img {
    width: auto;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    /*        -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);*/
    filter: grayscale(100%);
    opacity: 0.7;
}

.de_tab.tab_style_4 .de_nav li.active img {
    width: auto;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    /*        -o-filter: grayscale(0%);
        -ms-filter: grayscale(0%);*/
    filter: grayscale(0%);
    opacity: 1;
}

.de_tab.tab_style_4 .de_nav li {
    display: block;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    border: none;
    padding: 15px 30px 15px 30px;
    width: calc(100% / 5);
    margin: 0;
}

.de_tab.tab_style_4 .de_nav li span {
    margin: 0;
    padding: 0;
    background: none !important;
    border: none;
    width: auto;
    display: inline-block;
}

.de_tab.tab_style_4 .de_nav li:last-child {
    border-right: none;
}

.de_tab.tab_style_4 .de_nav li.active,
.de_tab.tab_style_4 .de_nav li.active span {
    background: #333;
    color: #fff;
}

.text-light .de_tab.tab_style_4 .de_nav li.active {
    color: #fff;
}

.de_tab.tab_style_4 .de_nav li.active h3,
.de_tab.tab_style_4 .de_nav li.active h4,
.de_tab.tab_style_4 .de_nav li.active h4 span {
    color: #fff;
}

.tab_style_4 h3,
.de_tab.tab_style_4 .de_nav li span {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
}

.tab_style_4 h4 {
    margin: 0;
    font-size: 12px;
}

.de_tab .de_tab_content.tc_style-1 {
    background: none;
    padding: 0;
    padding-top: 30px;
}

.tab-small-post ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tab-small-post ul li {
    min-height: 60px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px #eeeeee;
}

.tab-small-post ul li {
    border-bottom: solid 1px #202220;
}

.tab-small-post ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.tab-small-post ul li img {
    position: absolute;
}

.tab-small-post ul li span {
    display: block;
    padding-left: 64px;
}

.tab-small-post ul li span.post-date {
    font-size: 11px;
}

.de_tab.timeline.nav_4 li {
    display: inline-block;
    text-align: center;
    background: none;
    width: 24%;
}

.de_tab.timeline.nav_4 li span {
    background: none;
    border: none;
    margin-top: 20px;
    font-family: "Quicksand";
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.de_tab.timeline.nav_4 .dot {
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 1;
    margin: 0 auto;
    border-radius: 8px;
    margin-top: 1px;
}

.de_tab.timeline.nav_4 .dot:before,
.de_tab.timeline.nav_4 .dot:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    top: 0;
    width: 24%;
}

.de_tab.timeline.nav_4 li:last-child .dot:before,
.de_tab.timeline.nav_4 li:last-child .dot:after {
    border-bottom: none;
}

.de_tab.timeline li .num {
    font-size: 20px;
}

.de_tab.timeline .de_tab_content {
    background: none;
    border: none;
    padding-top: 30px;
}

.de_tab .navigation_arrow {
    text-align: center;
}

.btn-left,
.btn-right {
    background: none;
    border: solid 1px rgba(255, 255, 255, 0.2);
    padding: 10px 20px 10px 20px;
    margin: 5px;
    font-family: "Quicksand";
    text-transform: uppercase;
    letter-spacing: 5px;
}

.btn-right:after {
    font-family: FontAwesome;
    content: "\f054";
    padding-left: 10px;
}

.btn-left:before {
    font-family: FontAwesome;
    content: "\f053";
    padding-right: 10px;
}

a.btn-left,
a.btn-right {
    text-decoration: none;
}

/* team
	/* ================================================== */

.team {
    margin-bottom: 30px;
    text-align: center;
}

.team h5 {
    margin-bottom: 0;
}

.team_photo {
    margin-bottom: 10px;
}

.team img.team-pic {
    width: 100%;
    height: auto;
}

.pic-team img {
    width: 100%;
    height: auto;
    width: 150px;
    height: 150px;
    position: absolute;
}

.pic-team img.pic-hover {
    z-index: 100;
    display: none;
}

.team .team_desc {
    font-style: italic;
    margin-bottom: 10px;
}

.team .sb-icons {
    padding: 10px 0 0 0;
}

.team .sb-icons img {
    margin-right: 5px;
}

.team .columns {
    margin-bottom: 30px;
}

.team-list {
    min-height: 180px;
    margin-bottom: 40px;
}

.team-list .team-pic {
    width: 150px;
    height: 150px;
    position: absolute;
}

.team-list h5 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
}

.team-list.team_desc {
    font-style: italic;
    margin-bottom: 10px;
}

.team-list .small-border {
    float: none;
    margin: 15px 0 15px 0;
    background: #ddd;
    width: 50px;
}

.team-list .social {
    width: 150px;
    margin-top: 170px;
    text-align: center;
    position: absolute;
}

.team-list .social a {
    display: inline-block;
}

.team-list .info {
    padding-left: 170px;
}

.de-team-list {
    overflow: hidden;
}

.de-team-list .team-desc {
    padding: 20px;
    padding-bottom: 0;
    position: absolute;
    z-index: 100;
    top: 0;
    background: #111;
    color: #ccc;
}

.de-team-list .team-desc h3 {
    color: #fff;
}

/*    .de-team-list .social {
    }*/

.de-team-list .social a {
    display: inline-block;
    padding: 0 5px 0 5px;
}

.de-team-list p.lead {
    font-size: 14px;
}

.de-team-list .small-border {
    float: none;
    margin: 15px 0 15px 0;
    background: #ddd;
    width: 50px;
}

.de-team-list .social a:hover {
    color: #fff;
}

#team-view {
    margin: 40px 0 40px 0;
    padding: 30px;
    display: block;
    background: #ffffff;
}

#team-view h3 {
    margin-bottom: 5px;
}

#team-view .social-icons i {
    margin: 5px;
}

/* testimonial
	/* ================================================== */

.de_testi {
    display: block;
    margin-bottom: 10px;
}

.de_testi blockquote {
    margin: 0;
    border: none;
    padding: 20px 30px 30px 80px;
    background: rgba(0, 0, 0, 0.5);
    font-style: normal;
    line-height: 1.6em;
    font-weight: 500;
}

.de_testi blockquote p {
    margin-top: 10px;
}

.de_testi blockquote:before {
    font-family: FontAwesome;
    content: "\f10d";
    padding-bottom: 10px;
    font-size: 20px;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    font-style: normal;
    background: #000;
    position: absolute;
    left: 15px;
    font-weight: normal;
}

.de_testi blockquote {
    color: #212121;
}

.de_testi blockquote,
.de_testi blockquote p {
    font-size: 20px;
    line-height: 1.7em;
    font-weight: normal;
}

.de_testi_by {
    margin-top: -10px;
    font-style: normal;
    font-size: 12px;
}

.de_testi_pic {
    float: left;
    padding-right: 15px;
}

.de_testi_pic img {
    width: 50px;
    height: 50px;
}

.de_testi_company {
    padding-top: 20px;
}

.de_testi.opt-2 blockquote {
    background: none;
    color: #fff;
    padding-top: 0;
    font-weight: 300;
}

.de_testi.opt-2 blockquote:before {
    color: #fff;
    background: none;
    padding-top: 0;
}

.de_testi.opt-2 .de_testi_by {
    font-size: 14px;
    color: #fff;
}

.de_testi.opt-3 blockquote {
    background: none;
    color: #555;
    padding-top: 0;
    font-weight: 300;
}

.de_testi.opt-3 blockquote p {
    font-size: 16px !important;
}

.de_testi.opt-3 blockquote:before {
    color: #fff;
}

.de_testi.opt-3 .de_testi_by {
    font-size: 14px;
    color: #000;
}

#testimonial-masonry .item {
    margin-bottom: 30px;
}

.testimonial-list p {
    font-style: italic;
}

.testimonial-list,
.testimonial-list li {
    list-style: none;
    padding: 0px;
    font-size: 16px;
    line-height: 1.7em;
    padding-left: 30px;
}

.testimonial-list span {
    font-weight: bold;
    display: block;
    margin-top: 20px;
    font-size: 14px;
}

.testimonial-list.big-font li {
    font-size: 28px;
}

.testimonial-list:before {
    font-family: FontAwesome;
    content: "\f10d";
    font-size: 40px;
    color: rgba(0, 0, 0, 0.1);
    position: absolute;
    margin-left: -30px;
}

.testimonial-list.style-2,
.testimonial-list.style-2 li {
    padding-left: 0px;
}

.testimonial-list.style-2 {
    text-align: center;
}

.testimonial-list.style-2:before {
    margin: 0;
    position: static;
}

.testimonial-list.style-2 span {
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
}

/* css attributes */

/* margin top */

.mt0 {
    margin-top: 0;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

/* margin bottom */

.mb0 {
    margin-bottom: 0;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb0 {
    margin-bottom: 0;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.ml0 {
    margin-left: 0;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.ml60 {
    margin-left: 60px;
}

.ml70 {
    margin-left: 70px;
}

.ml80 {
    margin-left: 80px;
}

.ml90 {
    margin-left: 90px;
}

.ml100 {
    margin-left: 100px;
}

.mr0 {
    margin-right: 0;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.mr60 {
    margin-right: 60px;
}

.mr70 {
    margin-right: 70px;
}

.mr80 {
    margin-right: 80px;
}

.mr90 {
    margin-right: 90px;
}

.mr100 {
    margin-right: 100px;
}

.padding30 {
    padding: 30px;
}

.padding40 {
    padding: 40px;
}

.padding50 {
    padding: 50px;
}

.padding60 {
    padding: 60px;
}

.padding70 {
    padding: 70px;
}

.padding80 {
    padding: 80px;
}

.pt0 {
    padding-top: 0;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt60 {
    padding-top: 60px;
}

.pt80 {
    padding-top: 80px;
}

.pt100 {
    padding-top: 100px;
}

.pb0 {
    padding-bottom: 0;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb100 {
    padding-bottom: 100px;
}

.pl130 {
    padding-left: 130px;
}

/* margin top */

.mt-10 {
    margin-top: -10px;
}

.mt-20 {
    margin-top: -20px;
}

.mt-30 {
    margin-top: -30px;
}

.mt-40 {
    margin-top: -40px;
}

.mt-50 {
    margin-top: -50px;
}

.mt-60 {
    margin-top: -60px;
}

.mt-70 {
    margin-top: -70px;
}

.mt-80 {
    margin-top: -80px;
}

.mt-90 {
    margin-top: -90px;
}

.mt-100 {
    margin-top: -100px;
}

.absolute {
    position: absolute;
    z-index: 1;
}

.relative {
    position: relative;
    z-index: 1;
}

.overflow-hidden {
    overflow: hidden;
}

.width100 {
    width: 100%;
}

.border1 {
    border-width: 1px !important;
}

.bordertop {
    border-top: solid 1px #eee;
}

.borderbottom {
    border-bottom: solid 1px #eee;
}

.z-index1000 {
    z-index: 1000;
    position: relative;
}

/* ================================================== */

/* anim */

/* ================================================== */

de_tab .de_nav li span,
.feature-box-style-1 i,
a.btn-line:after,
.de_count,
.social-icons a i,
.de_tab.tab_steps .de_nav li span,
.de_tab.tab_steps .de_nav li span:hover,
.de-gallery .overlay .icon i,
.de-gallery .overlay .icon i:hover,
.product img,
.product img:hover,
.mfp-close,
.mfp-close:hover,
.pic-hover .bg-overlay,
.pic-hover:hover>.bg-overlay,
i.btn-action-hide,
.pic-hover.hover-scale img,
.text-rotate-wrap,
.text-rotate-wrap .item,
.overlay-v,
header,
.owl-slider-nav .next,
.owl-slider-nav .prev,
#back-to-top.show,
#back-to-top.hide,
.social-icons-sm i,
.social-icons-sm i:hover,
.overlay-v i,
.overlay-v i:hover,
.de_tab .de_nav li span,
#popup-box.popup-show,
#popup-box.popup-hide,
.form-underline input[type="text"],
.form-underline textarea,
.form-underline input[type="email"],
.form-underline select,
.btn-rsvp,
.btn-close,
.btn-custom,
.overlay-v .v-center,
.de_tab.tab_style_4 .de_nav li,
.form-subscribe input[type="text"],
.picframe,
.filter,
#floating-icon a,
#floating-icon span,
.box-fx,
.box-fx:hover,
.box-fx .info,
.box-fx:hover .info,
.feature-box-style-1,
.feature-box-style-1:hover,
.feature-box-style-1 .info,
.feature-box-style-1:hover .info,
.feature-box-style-1 .front,
.feature-box-style-1:hover .front,
.picframe .overlay,
.picframe:hover .overlay,
#btn-close .line-1,
#btn-close .line-2,
#btn-close:hover .line-1,
#btn-close:hover .line-2,
.page-overlay,
.picframe.sc-icon .icons,
#mainmenu li ul.mega a img,
#mainmenu li ul.mega a:hover img {
    outline: none;
}

a.btn-fx:after,
a.btn-fx:hover:after,
a.btn-fx:before,
a.btn-fx:hover:before,
#mainmenu li,
#mainmenu li ul,
.widget-post li .post-date {
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    outline: none;
}

.picframe img {
    -o-transition: 1s ease;
    /*    -ms-transition: 1s ease;*/
    -moz-transition: 1s ease;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    outline: none;
}

.picframe.gray img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    /*    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);*/
    filter: grayscale(100%);
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.feature-box i {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    color: white;
}

.feature-box:hover i {
    cursor: pointer;
    animation-name: bounce;
    -moz-animation-name: bounce;
}

/* ================================================== */

/* video */

/* ================================================== */

video,
object {
    display: inline-block;
    vertical-align: baseline;
    min-width: 100%;
    min-height: 100%;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.de-video-container {
    top: 0%;
    left: 0%;
    height: 500px;
    width: 100%;
    overflow: hidden;
}

.de-video-content {
    width: 100%;
    position: absolute;
    z-index: 10;
}

.de-video-overlay {
    position: absolute;
    width: 100%;
    min-height: 100%;
    background: rgba(30, 30, 30, 0.6);
}

.de-video-overlay-dark {
    position: absolute;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.de-video-overlay.dotted {
    background: url(../images_02/dotted.png);
}

.video-fixed {
    width: 100%;
    position: fixed;
    top: 0;
}

/* youtube, vimeo */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.de-video-container .btn-line:hover:after,
.de-video-container a.btn-line:hover:after,
.de-video-container a.btn-line.hover:after {
    color: #212121;
}

/* ================================================== */

/* map */

/* ================================================== */

/* --------------- map --------------- */

#map-container {
    position: absolute;
    width: 50%;
    height: 100%;
    margin-top: 0px;
    right: 10px;
}

#map {
    width: 100%;
    height: 100%;
}

.float-form {
    float: left;
    width: 50%;
}

/* ================================================== */

/* call to action */

/* ================================================== */

.call-to-action-box {
    background: #f5f5f5;
    border: solid 1px #ddd;
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);*/
    /* IE10+ */
    /*background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);*/
    /* W3C */
    /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);*/
    /* IE6-9 */
}

.call-to-action-box {
    background: #27282b;
    border: solid 1px #202220;
}

.call-to-action-box .inner {
    padding: 20px 20px 20px 20px;
}

.call-to-action-box .text {
    margin-right: 20px;
    float: left;
}

.call-to-action-box .act {
    float: right;
}

.call-to-action-box h3 {
    margin: 0;
    margin-top: 10px;
}

.call-to-action-box .btn {
    color: #212121;
}

.call-to-action-box {
    background: #202220;
    color: #212121;
}

.call-to-action-boxh3 {
    color: #212121;
}

/* ================================================== */

/* overide bootstrap */

/* ================================================== */

.btn-primary {
    text-shadow: none;
    border: none !important;
}

.btn.btn-primary:hover {
    background: #555;
}

.img-responsive {
    display: inline-block;
}

.img-shadow {
    -webkit-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
}

.img-auto {
    width: auto !important;
    height: auto !important;
}

.label {
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
}

table thead {
    font-weight: bold;
}

.accordion-heading a {
    text-decoration: none;
    border: none;
    outline: none;
}

p.lead {
    font-size: 15px;
    line-height: 26px;
    margin-top: 0;
    font-weight: 500;
}

.text-light p.lead {
    color: rgba(255, 255, 255, 0.8);
}

.panel-group {
    opacity: 0.8;
}

.panel-heading,
.panel-body {
    background: #27282b;
    border: solid 1px #202220 !important;
    border-radius: 0 !important;
}

.panel-body {
    border-top: none !important;
}

.progress {
    background: #27282b;
}

.panel-heading h4 a {
    display: block;
}

.panel-heading h4 a:hover {
    color: #212121;
}

.panel-default,
.panel-collapse,
.panel-collapse,
.panel-group .panel {
    border: none !important;
    border-radius: 0 !important;
}

.panel-heading {
    background: #222 !important;
}

/* .table-bordered,
.table-bordered td {
    border: solid 1px #202220;
} */

blockquote {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.7em;
    color: #333;
    background: #f9f9f9;
    padding: 30px;
}

blockquote span {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

blockquote.s2 {
    border: none;
    text-align: left;
    background: #f2f2f2;
    padding: 30px 30px 30px 60px;
    margin-top: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

blockquote.s2:before {
    font-family: "FontAwesome";
    content: "\f10e";
    font-style: normal;
    position: absolute;
    margin-left: -30px;
}

.col-md-3 {
    margin-right: -1px;
}

/* ======================================== */

/* toggle */

/* ======================================== */

.toggle-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.toggle-list li {
    margin-bottom: 10px;
    background: #fff;
    border: solid 1px #ddd;
    border-bottom: solid 3px #ddd;
}

.toggle-list li h2 {
    -moz-user-select: none;
    /*            -html-user-select: none;*/
    user-select: none;
    color: #555;
    font-size: 16px;
    line-height: 20px;
    font-family: "Quicksand", Arial, Helvetica, sans-serifr;
    padding: 10px 20px 0px 60px;
    font-weight: 700;
    display: block;
    letter-spacing: normal;
}

.toggle-list li .acc_active:hover {
    color: #777;
    background: url(../images_02/icon-slide-plus.png) 20px center no-repeat;
    padding-left: 80px;
    -o-transition: 0.5s;
    /*            -ms-transition: .5s;*/
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.toggle-list li .acc_noactive:hover {
    color: #777;
    background: url(../images_02/icon-slide-min.png) 20px center no-repeat;
    -o-transition: 0.5s;
    /*            -ms-transition: .5s;*/
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.toggle-list .ac-content {
    display: none;
    padding: 20px;
    border-top: solid 1px #e5e5e5;
}

.acc_active {
    background: url(../images_02/icon-slide-plus.png) 20px center no-repeat;
    -o-transition: 0.5s;
    /*    -ms-transition: .5s;*/
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: 32px;
}

.acc_noactive {
    background: url(../images_02/icon-slide-min.png) 20px center no-repeat;
}

/* ================================================== */

/* image position */

/* ================================================== */

.img-left {
    float: left;
    margin: 5px 15px 15px 0;
}

.img-right {
    float: right;
    margin: 5px 0 15px 15px;
}

/* ================================================== */

/* flickr */

/* ================================================== */

#flickr-photo-stream img {
    width: 48px;
    height: auto;
    margin: 0 12px 12px 0;
    float: left;
}

#flickr-photo-stream a img {
    border: solid 2px #fff;
}

#flickr-photo-stream a:hover img {
    border: solid 2px #777777;
}

hr {
    border-top: solid 1px #aeafb0;
}

hr.blank {
    border: none;
    margin: 20px 0 20px 0;
}

/* ================================================== */

/* font awesome icons */

/* ================================================== */

i {
    display: inline-block !important;
}

i.large {
    font-size: 72px;
    text-align: center;
    display: inline-block;
    float: none;
}

i.medium {
    font-size: 20px;
    padding: 10px;
    text-align: center;
    display: inline-block;
    float: none;
}

i.small {
    font-size: 12px;
    padding: 4px;
    text-align: center;
    display: inline-block;
    float: none;
}

i.circle-icon {
    border-radius: 75px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
}

.fa-android {
    color: #469159;
}

.fa-apple {
    color: #0ec3f7;
}

/* extra ^ */

.de_center p {
    width: 100%;
}

.de_center .de_icon {
    float: none;
    margin: 0 auto;
}

/* ================================================== */

/* transition */

/* ================================================== */

.de_contact_info {
    font-size: 40px;
    font-weight: bold;
}

.de_contact_info i {
    float: none;
    margin-right: 20px;
}

.center-div {
    margin: 0 auto !important;
}

/* ================================================== */

/* gallery */

/* ================================================== */

#gallery-carousel .item {
    text-align: center;
    font-size: 12px;
    width: 100%;
    cursor: e-resize;
}

.de_carousel .item {
    width: 100%;
    display: block;
}

#gallery-carousel .item img {
    width: 100%;
    height: auto;
}

#gallery-carousel .item h4 {
    margin-bottom: 0;
    font-size: 14px;
}

#gallery .item {
    width: 100%;
    overflow: hidden;
}

.overlay-v {
    width: 100px;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.overlay-v i {
    background: #fff;
    padding: 10px;
    width: 48px;
    height: 48px;
    font-weight: normal;
    font-size: 32px;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    margin-top: 100%;
    color: #222;
    opacity: 0;
}

.overlay-v:hover i {
    margin-top: 25%;
    opacity: 1;
}

.overlay-v .v-center {
    background: #fff;
    padding: 40px;
    width: 100.5%;
    height: 100.5%;
    font-weight: normal;
    margin-top: 100%;
    color: #222;
    opacity: 0;
    position: absolute;
    left: 0;
    display: table;
}

.overlay-v:hover>span {
    margin-top: 0px;
    opacity: 0.9;
}

.invert.transparent .overlay-v>span {
    margin-top: 0;
    opacity: 1;
    background: none;
}

.overlay-v .v-center>span {
    display: table-cell;
    vertical-align: middle;
}

.overlay-sc {
    text-align: center;
    width: 100px;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.overlay-v:hover {
    background: rgba(30, 30, 30, 0.5);
}

.filter {
    text-align: center;
    width: 100px;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;

}

.picframe:hover .filter {
    opacity: 0;
}

.picframe:hover img {
    -webkit-filter: grayscale(0);
    filter: none;
    opacity: 1;
    transform: scale(1.1);
}

.picframe .overlay {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    opacity: 0;
    z-index: 200;
}

.picframe:hover .overlay {
    opacity: 1;
}

.picframe .title {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.picframe .title>span {
    display: table-cell;
    vertical-align: middle;
}

.picframe.sc-icon .icons {
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 100;
    bottom: -20px;
    opacity: 0;
}

.picframe.sc-icon:hover .icons {
    bottom: 20px;
    opacity: 1;
}

.pf_text {
    color: #212121;
    letter-spacing: 5px;
}

.pf_text h4 {
    color: #212121;
    margin-bottom: 0;
    font-size: 14px;
}

.project-view {
    padding: 30px 0 80px 0;
}

.project-view h2 {
    margin-bottom: 20px;
    font-size: 34px;
}

.project-info {
    color: #ccc;
    margin-left: 20px;
}

.de_light .project-info {
    color: #606060;
}

.project-info {
    margin-left: 20px;
}

.project-info h2 {
    margin-top: 0;
}

.project-info span {
    display: block;
}

.project-info span.title {
    text-transform: uppercase;
    font-size: 12px;
    color: #111;
    font-weight: bold;
}

.project-info span.val {
    margin-bottom: 15px;
}

.de_light .project-info .details {
    background: #eee;
    border-color: #ddd;
}

.project-infoproject-info span {
    display: block;
}

.project-info span.title {
    display: inline-block;
    min-width: 80px;
}

.project-info span.val {
    margin-bottom: 15px;
}

.project-images img {
    width: 100%;
}

.picframe {
    position: relative;
    overflow: hidden;
}

.picframe img {
    width: 100%;
}

.picframe span.icon {
    cursor: pointer;
}

.hover-shadow:hover {
    -webkit-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.5);
}

.pf-click {
    cursor: pointer;
}

#btn-close {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    cursor: pointer;
    padding-top: 30px;
    margin-bottom: 30px;
}

#btn-close .line-1,
#btn-close .line-2 {
    width: 60px;
    height: 2px;
    background: #333;
    position: absolute;
    border-radius: 10px;
}

#btn-close .line-1 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#btn-close .line-2 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#btn-close:hover .line-1,
#btn-close:hover .line-2 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.project-name {
    font-size: 12px;
    font-weight: bold;
    display: block;
}

.info-details .info-text {
    margin-bottom: 20px;
}

.info-details .title {
    display: block;
    font-weight: bold;
}

.overlay .info-area {
    display: block;
    margin-top: 10%;
}

.overlay .sb-icons {
    display: block;
    margin-top: 200px;
}

.de-gallery .overlay {
    text-align: center;
}

.de-gallery .overlay .pf_text {
    display: inline-block;
    opacity: 0;
}

.de-gallery .project-name {
    font-size: 14px;
    text-transform: uppercase;
}

.de-gallery .overlay .icon {
    display: inline-block;
    margin-top: 200px;
    text-align: center;
}

.de-gallery .overlay .icon i {
    text-shadow: none;
    color: #fff;
    border: solid 1px rgba(255, 255, 255, 0.1);
    font-size: 22px;
    padding: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-left: 10px;
}

.de-gallery .overlay .icon i.icon-info {
    margin-left: 0px;
}

.de-gallery .overlay .icon i:hover {
    color: #222;
    background: #fff;
}

.grid_gallery .item {
    margin-bottom: 30px;
}

a.img-icon-url,
a.img-icon-zoom {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../images_02/icon-url.png) center no-repeat;
    margin: 0 auto;
    margin: 0 2px 0 2px;
}

a.img-icon-zoom {
    background: url(../images_02/icon-zoom.png) center no-repeat;
}

.pf_full_width {
    width: 100%;
}

.pf_full_width .item {
    float: left;
    width: 24.99%;
}

.pf_full_width.pf_4_cols {
    width: 101%;
}

.pf_full_width.pf_3_cols .item {
    width: 33.3%;
}

.pf_full_width.pf_2_cols .item {
    width: 49.9%;
}

/*.gallery_border {
}*/

.pf_full_width.gallery_border .item,
.pf_full_width.gallery_border.pf_2_cols .item,
.pf_full_width.gallery_border.pf_3_cols .item {
    float: left;
    width: 23.9%;
    margin-right: 1%;
    margin-bottom: 1%;
}

.pf_full_width.gallery_border.pf_3_cols .item {
    width: 32.3% !important;
}

.pf_full_width.gallery_border.pf_2_cols .item {
    width: 48.9%;
}

.pf_full_width img {
    float: left;
    width: 100%;
}

.pf_full_width.grid {
    padding: 0.75%;
    padding-bottom: 0;
}

.pf_full_width.grid .item {
    margin: 0 0.75% 0.75% 0;
    width: 32%;
}

.pf_full_width.grid.pf_4_cols .item {
    margin: 0 0.75% 0.75% 0;
    width: 23.9%;
}

.pf_full_width.grid.pf_2_cols .item {
    margin: 0 0.75% 0.75% 0;
    width: 48.5%;
}

.gallery-cols .item {
    margin-bottom: 30px;
}

.pic-grey {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* ================================================== */

/* widget */

/* ================================================== */

#sidebar {
    padding-left: 20px;
}

.widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #eeeeee;
}

.de_light .widget {
    border-bottom: solid 1px #ddd;
}

.widget h3 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: normal;
    letter-spacing: 1px;
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget .small-border {
    height: 2px;
    width: 30px;
    background: #fff;
    margin: 10px 0 20px 0;
    display: block;
}

.widget_category li {
    padding: 8px 20px 8px 20px;
    margin-bottom: 8px;
    background: #111;
}

.widget_category li:before {
    font-family: "FontAwesome";
    content: "\f07b";
    margin-right: 10px;
}

.de_light .widget_category li {
    background: none;
    border: solid 1px #eee;
}

.widget_category li a {
    color: #606060;
}

.widget_recent_post li {
    padding-left: 20px;
    background: url(../images_02/list-arrow.png) left 2px no-repeat;
    border-bottom: solid 1px #222;
    padding-bottom: 7px;
    margin-bottom: 5px;
}

.widget_recent_post li a {
    color: #555;
}

.widget-post li {
    border-bottom: solid 1px #f2f2f2;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.widget-post li a {
    padding-left: 60px;
    display: block;
    text-decoration: none;
}

.widget-post .post-date {
    position: absolute;
    color: #222;
    margin-right: 10px;
    text-align: center;
    width: 50px;
    font-size: 10px;
    text-transform: uppercase;
}

.widget-post li:hover>.post-date {
    background: #222;
    color: #fff;
}

.widget .comments li {
    padding-left: 20px;
    background: url(../images_02/list-arrow.png) left 2px no-repeat;
    border-bottom: solid 1px #eee;
    padding-bottom: 7px;
    margin-bottom: 5px;
}

.widget_tags li {
    text-shadow: none;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 16px;
}

.widget_tags li a {
    font-size: 12px;
    text-decoration: none;
    margin-bottom: 5px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border: solid 1px rgba(255, 255, 255, 0.1);
    color: #888;
    padding: 7px 10px 7px 10px;
}

.de_light .widget_tags li a {
    color: #606060;
    border: solid 1px rgba(0, 0, 0, 0.2);
}

.widget_tags li a:hover {
    color: #555;
    border-color: #555;
}

.de_light .widget_tags li a:hover {
    color: #111;
    border-color: #111;
}

.widget_top_rated_product ul {
    padding: 0;
}

.widget_top_rated_product li {
    min-height: 80px;
}

.widget_top_rated_product li .text {
    padding-top: 5px;
    padding-left: 75px;
}

.widget_top_rated_product li img {
    position: absolute;
    width: 60px;
    height: 60px;
}

.widget_tags li a {
    border-color: #555;
}

.widget_tags li a:hover {
    color: #212121;
    border-color: #212121;
}

footer .widget {
    border: none !important;
    margin-bottom: 0;
}

.widget_tags ul {
    margin-top: 30px;
}

footer .widget.widget_tags li a {
    border-color: #222;
}

footer .widget_recent_post li {
    padding: 0 0 10px 0;
    margin: 0;
    margin-bottom: 10px;
    background: none;
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

footer .widget_recent_post li a {
    color: #ccc;
}

footer .widget h3 {
    margin-bottom: 20px;
}

footer .widget_list li {
    padding: 0 0 10px 0;
    margin: 0;
    margin-bottom: 10px;
    background: none;
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

footer .widget_list li a {
    color: #ccc;
}

.inline-block {
    display: inline-block;
}

/* ================================================== */

/* misc */

/* ================================================== */

span.tiny {
    font-size: 13px;
    color: #212121;
}

span.tiny-2 {
    font-size: 12px;
    color: #212121;
    display: inline-block;
    line-height: 1.4em;
    margin-bottom: 5px;
    border-radius: 2px;
}

#pp-nav.right {
    right: 25px;
}

#pp-nav.left {
    left: 25px;
}

#pp-nav span,
.pp-slidesNav span {
    border: 1px solid #000;
}

.pp-tooltip {
    background: #333333;
    padding: 2px 8px;
    margin-top: -5px;
}

/* video button begin */

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #eb3349; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ba1f24;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #eb3349;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(#eb3349, 10%);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/* video-button close */

#floating-icon {
    position: fixed;
    right: 0;
    top: 43%;
    z-index: 1000;
}

#floating-icon a,
#floating-icon span {
    position: relative;
    width: 160px;
    display: block;
    padding: 5px;
    border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    color: #fff;
    right: -119px;
    text-decoration: none;
    margin-bottom: 5px;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /*        -khtml-user-select: none;*/
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently */
}

#floating-icon a:hover,
#floating-icon span:hover {
    right: 0;
}

#floating-icon i {
    color: #fff;
    padding: 8px;
    font-size: 20px;
}

.md-float-right {
    float: right;
}

.schedule-item {
    padding: 40px 20px 20px 20px;
    color: #fff;
    min-height: 80px;
}

.schedule-listing:nth-child(2n + 2) {
    background: rgba(255, 255, 255, 0.1);
}

.schedule-item .sc-time,
.schedule-item .sc-pic,
.schedule-item .sc-name,
.schedule-item .sc-info {
    float: left;
}

.schedule-item .sc-time {
    text-align: center;
    width: 150px;
}

.schedule-item .sc-pic {
    width: 100px;
    text-align: center;
}

.schedule-item .sc-pic img {
    margin-top: -20px;
    width: 60px;
    height: auto;
    border: solid 3px #fff;
}

.schedule-item .sc-name {
    margin-top: -12px;
    font-weight: normal;
    font-size: 14px;
    width: 160px;
}

.schedule-item .sc-name h4 {
    font-size: 14px;
    margin: 0;
    line-height: 1.6em;
    font-weight: bold;
}

.schedule-item .sc-name span {
    font-weight: normal;
    font-size: 12px;
}

.schedule-item .sc-info {
    width: calc(100% / 2);
}

.schedule-item .sc-info h3 {
    font-size: 18px !important;
    margin-bottom: 10px;
    font-weight: bold;
}

.de_tab.tab_style_4 .de_nav {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /*    -khtml-user-select: none;*/
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

strong {
    color: #000;
}

.text-light strong {
    color: #fff;
}

.bg-white {
    background: #ffffff;
}

.wh80 {
    width: 80%;
    height: 80%;
}

.border-bottom {
    border-bottom: solid 1px #e5e5e5;
}

.color-overlay {
    background: rgba(157, 130, 235, 0.3);
}

section .color-overlay {
    padding: 60px 0 60px 0;
}

.color-overlay-2 {
    background: rgba(26, 37, 48, 0.85);
}

.fontsize24 {
    font-size: 24px !important;
}

.fontsize32 {
    font-size: 32px !important;
}

.fontsize36 {
    font-size: 36px !important;
}

.fontsize40 {
    font-size: 40px !important;
}

.fontsize48 {
    font-size: 48px !important;
}

.overlay50 {
    background: rgba(0, 0, 0, 0.5);
}

.overlay60 {
    background: rgba(0, 0, 0, 0.6);
}

.overlay70 {
    background: rgba(0, 0, 0, 0.7);
}

.overlay80 {
    background: rgba(0, 0, 0, 0.8);
}

.hidden-xy {
    overflow: hidden;
}

.border-box {
    border: solid 1px #dddddd;
}

.display-table {
    display: table;
}

.display-table [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

#popup-box {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: -100%;
    overflow-y: auto;
}

#popup-box.popup-show {
    top: 0;
}

#popup-box.popup-hide {
    top: -100%;
}

.overlay-s1 {
    background: rgba(217, 42, 224, 0.5);
}

.overlay-s2 {
    background: rgba(255, 135, 140, 0.5);
}

.overlay-s3 {
    background: rgba(91, 35, 108, 0.5);
}

.circle {
    background: #333;
    display: inline-block;
    padding: 20px;
    font-size: 40px;
    color: #fff;
    margin-top: 140px;
    width: 70px;
    height: 70px;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -webkit-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.6);
}

#services-list {
    padding: 0;
    margin: 0;
}

#services-list li a {
    color: #fff;
}

#services-list li.active a:after {
    font-family: "FontAwesome";
    content: "\f054";
    float: right;
}

.de_light #services-list li a {
    color: #999;
}

#services-list li {
    font-weight: bold;
    list-style: none;
    margin: 0;
    background: rgba(0, 0, 0, 0.3);
    margin-bottom: 2px;
}

.de_light #services-list li {
    background: #eee;
}

#services-list li a {
    display: block;
    padding: 15px 20px 15px 20px;
    text-decoration: none;
}

#services-list li a:hover {
    color: #111;
}

.pic-services img {
    margin-bottom: 30px;
}

#services-list li.active a,
#services-list li.active a:hover {
    color: #fff;
    background: #333;
}

.teaser-text {
    font-family: "Quicksand";
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    line-height: normal;
    font-weight: 300;
}

/*    .teaser-text h2 {
    }*/

#navigation {
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0;
    right: 20px;
    text-align: center;
    margin-bottom: 60px;
    z-index: 1000;
}

img.img-fullwidth {
    width: 100%;
    height: auto;
}

img.grey-hover {
    /*    filter: gray;*/
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1);
    /* Microsoft Edge and Firefox 35+ */
    opacity: 0.5;
}

/* Disable grayscale on hover */

img.grey-hover:hover {
    -webkit-filter: grayscale(0);
    filter: none;
    opacity: 1;
}

/*
.mfp-close{
color:#fff !important;
position:absolute;
width:100%;
font-size:48px;
margin-top:40px;
z-index:1000;
}

.de_light .mfp-close{
color:rgba(0,0,0,.5) !important;
}

.de_light .mfp-close:hover{
color:rgba(0,0,0,1) !important;
}
*/

.mfp-close-btn-in .mfp-close {
    color: #ffffff;
}

/**
       * Simple fade transition,
       */

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.nav-prev:before,
.nav-next:before,
.nav-exit:before {
    font-family: "FontAwesome";
    content: "\f177";
    color: #fff;
    padding: 20px;
    font-size: 24px;
    cursor: pointer;
}

.nav-exit:before {
    width: 100%;
    display: block;
}

.nav-next:before {
    content: "\f178";
    width: 100%;
    background: #555;
}

.nav-exit:before {
    content: "\f00d";
}

.de_light .nav-exit:before {
    color: #222;
}

.container-4 .de-team-list {
    width: 24.9%;
    float: left;
    position: relative;
}

.container-3 .de-team-list {
    width: 33.3%;
    float: left;
    position: relative;
}

.no-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

p {
    margin-bottom: 20px;
}

h1.b {
    font-weight: bold;
}

p.intro {
    color: #555;
    font-size: 16px;
    line-height: 1.5em;
}

.bg-grey {
    background: #f5f5f5;
}

/*.no-bottom .col-md-12 {
}*/

.no-bottom {
    padding-bottom: 0 !important;
}

.no-top {
    padding-top: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

#filters i {
    margin-right: 10px;
}

.bg-side {
    position: relative;
    overflow: hidden !important;
}

.image-container {
    position: absolute;
    padding: 0;
    margin: 0 !important;
    background-size: cover !important;
    background-position: center;
}

.image-slider {
    cursor: move;
}

.inner-padding {
    padding: 90px 0 90px 0;
}

.no-padding,
section.no-padding {
    padding: 0;
}

.float-left {
    float: left;
}

#loader-area {
    display: none;
    background: #fff;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url("../images_02/page-loader.gif") 50% 50% no-repeat rgb(249, 249, 249);
}

.page-overlay {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    margin: auto;
}

.teaser {
    font-family: "Quicksand";
    font-size: 16px;
    font-weight: 300;
}

.teaser.style-2 {
    letter-spacing: 20px;
    text-transform: uppercase;
}

.teaser.style-3 {
    font-size: 14px;
}

.teaser.style-4 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 14px;
}

.form-control:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

/* new owl */

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}

.owl-dots button {
    background: none;
    border: none;
    outline: none;
    padding: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
}

/* new owl close */

.owl-arrow {
    position: absolute;
    z-index: 100;
    background: #fff;
    margin-top: 48%;
    display: none;
    cursor: pointer;
}

.owl-arrow span {
    display: block;
    background: #555;
    position: absolute;
}

.owl-arrow .prev {
    left: 0;
}

.owl-arrow .next {
    right: 0;
}

.owl-arrow .prev:before,
.owl-arrow .next:before {
    font-family: "FontAwesome";
    content: "\f177";
    /* color: #2; */
    padding: 20px;
    font-size: 32px;
    display: block;
}

.owl-arrow .next:before {
    content: "\f178";
}

.owl-pagination {
    margin-top: 0px;
    height: 40px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    width: 6px !important;
    height: 6px !important;
    background-color: #555;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span {
    background: none;
}

.owl-theme .owl-controls .owl-page.active span:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    border: solid 2px #555;
    top: -2px;
    left: -2px;
}

.text-light .owl-theme .owl-controls .owl-page span {
    background-color: #fff;
}

.text-light .owl-theme .owl-controls .owl-page.active span {
    background: none;
}

.text-light .owl-theme .owl-controls .owl-page.active span:before {
    border: solid 2px #fff;
}

.text-slider {
    color: #fff;
    display: inline-block;
}

.text-slider.med-text {
    font-size: 72px;
    line-height: 84px;
    font-weight: bold;
}

.text-slider.big-text {
    font-size: 120px;
    line-height: 120px;
    font-weight: bold;
}

.border-deco .item {
    display: inline-block;
}

.text-slider.dark {
    color: #222;
}

.item i {
    font-size: 60px;
    margin-top: 5px;
}

.text-slider.big-text i {
    font-size: 90px;
    margin-top: 15px;
}

.text-slider h1 {
    font-size: 60px;
}

.text-rotate-wrap {
    display: inline-block;
}

.text-rotate-wrap .item {
    display: none;
}

.red {
    color: #FF4B4A !important;
}

.low-bg {
    background-color: #ffc9c7 !important;
}

.high-bg {
    background-color: #ccfcd0 !important;
}

.high-rate-bg {
    background-color: #37b61f !important;
    color: #fff !important;
}

.low-rate-bg {
    background-color: #f13b34 !important;
    color: #fff !important;
}

.live-rate-box {
    padding: 1px 3px;
    border-radius: 5px;
    font-family: var(--font-Poppins);
}

.teal {
    color: #009999 !important;
}

.purple {
    color: #663366 !important;
}

.green {
    color: #41BA7C !important;
}

.bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.center-y {
    position: relative;
}

.overlay-bg {
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(20, 20, 20, 1);
    top: 0;
}

.overlay-bg.light {
    background: rgba(255, 255, 255, 0.8);
}

.overlay-gradient {
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8849e3+0,4991e3+100&0.5+0,0.5+100 */
    background: -moz-linear-gradient(45deg, rgba(136, 73, 227, 0.9) 0%, rgba(73, 145, 227, 0.9) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(136, 73, 227, 0.9) 0%, rgba(73, 145, 227, 0.9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(136, 73, 227, 0.9) 0%, rgba(73, 145, 227, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#808849e3', endColorstr='#804991e3', GradientType=1);*/
    /* IE6-9 fallback on horizontal gradient */
}

.overlay-bg.t0 {
    background: rgba(30, 30, 30, 0);
}

.overlay-bg.t50 {
    background: rgba(30, 30, 30, 0.5);
}

.overlay-bg.c1 {
    background: rgba(30, 30, 30, 0.8);
}

.pricing-s1 .inner {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8849e3+0,4991e3+100&0.5+0,0.5+100 */
    background: -moz-linear-gradient(45deg, rgba(136, 73, 227, 0.9) 0%, rgba(73, 145, 227, 0.9) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(136, 73, 227, 0.9) 0%, rgba(73, 145, 227, 0.9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(136, 73, 227, 0.9) 0%, rgba(73, 145, 227, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#808849e3', endColorstr='#804991e3', GradientType=1);*/
    /* IE6-9 fallback on horizontal gradient */
}

.full-height .overlay-bg,
.full-height .overlay-gradient {
    display: table;
}

.full-height .center-y {
    display: table-cell;
    vertical-align: middle;
}

.pic-hover {
    width: 100%;
    position: relative;
    overflow: hidden;
}

i.btn-action-hide {
    opacity: 0;
}

.pic-hover:hover .bg-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.pic-hover:hover i.btn-action-hide {
    opacity: 1;
}

.pic-hover.hover-scale:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.center-xy {
    position: absolute;
    z-index: 5;
}

.center-xy i.btn-action {
    font-size: 24px;
    border: solid 2px rgba(255, 255, 255, 0.3);
    padding: 16px;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    text-align: center;
    color: #fff;
}

.center-xy i.btn-action:hover {
    border-color: rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0.3);
}

.center-xy i.btn-action.btn-play {
    padding-left: 20px;
}

.bg-grey,
section.bg-grey {
    background: #f9f9f9;
}

.wow {
    visibility: hidden;
}

#back-to-top {
    position: fixed;
    bottom: -40px;
    right: 30px;
    z-index: 1020;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 60px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    outline: none;
    opacity: 0;
    -webkit-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
}

#back-to-top.show {
    bottom: 30px;
    opacity: 1;
    z-index: 9999;
    display: none;
}

#back-to-top.hide {
    bottom: -40px;
}

#back-to-top:before {
    font-family: "FontAwesome";
    font-size: 14px;
    content: "\f176";
    color: #fff;
    position: relative;
    margin: 5px;
}

/* mouse scroll icon begin */

.mouse {
    position: absolute;
    z-index: 10000;
    width: 22px;
    height: 42px;
    bottom: 40px;
    left: 50%;
    margin-left: -12px;
    border-radius: 15px;
    border: 1px solid #fff;
    -webkit-animation: intro 1s;
    animation: intro 1s;
}

.scroll {
    display: block;
    width: 3px;
    height: 3px;
    margin: 6px auto;
    border-radius: 4px;
    background: #fff;
    -webkit-animation: finger 1s infinite;
    animation: finger 1s infinite;
}

@-webkit-keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes finger {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes finger {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

/* mouse scroll icon close */

@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.arrow-anim {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-size: contain;
}

.arrow-anim:before {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 32px;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

a.read_more {
    display: inline-block;
    font-weight: bold;
    color: #222222;
    text-decoration: none;
}

a.read_more:hover {
    color: #707070;
}

a.read_more i {
    margin-left: 8px;
}

.text-light a.read_more {
    color: #fff;
}

.text-black {
    color: #222;
}

/* timeline */

.timeline {
    margin-top: 20px;
    position: relative;
    padding: 10px;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 127px;
    height: 100%;
    width: 1px;
    background: #eee;
}

.text-light .timeline:before {
    background: rgba(255, 255, 255, 0.1);
}

.timeline .tl-block {
    position: relative;
    margin-top: 10px;
}

.timeline .tl-block:after {
    content: " ";
    clear: both;
    display: block;
}

.timeline .tl-block .tl-time {
    float: left;
    padding: 10px 20px 0px 20px;
    margin-top: -15px;
    border: solid 1px #ddd;
}

.timeline .tl-block .tl-time:after {
    width: 50px;
    height: 1px;
    background: #ddd;
}

.timeline .tl-block .tl-bar {
    float: left;
    width: 5%;
    position: absolute;
    margin-left: 114px;
}

.timeline .tl-block .tl-line {
    background: #333;
    margin-right: 10px;
    border-radius: 10px;
    width: 8px;
    height: 8px;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
}

.timeline .tl-message {
    border-radius: 3px;
    float: left;
    margin-left: 150px;
    top: 0;
    margin-top: -50px;
    margin-bottom: 30px;
}

.timeline .tl-block .tl-message:after {
    display: block;
    content: " ";
    clear: both;
}

.timeline .tl-block .tl-message .tl-icon {
    float: left;
    left: 100px;
}

.timeline .tl-block .tl-message .tl-main {
    float: left;
}

/*    .timeline .tl-block .tl-message .tl-main .tl-title {
    }*/

/*    .timeline .tl-block .tl-message .tl-main .tl-content {
    }*/

.timeline .tl-block .tl-message .tl-main .tl-content label {
    font-weight: bold;
    display: inline-block;
    width: 80px;
}

/*        .timeline .tl-block .tl-message .tl-main .tl-content span {
        }*/

.timeline .tl-block .tl-message h3 {
    text-transform: none;
}

.timeline .tl-block .tl-time h4 {
    margin: 0 0 10px 0;
}

.timeline .tl-block .tl-main h4 {
    margin-top: -24px;
}

.timeline.exp:before {
    left: 214px;
}

.timeline.exp .tl-message {
    margin-left: 250px;
}

.timeline.exp .tl-block .tl-bar {
    margin-left: 200px;
}

/* timeline */

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    border-left: dashed 1px rgba(0, 0, 0, 0.2);
    left: 50%;
}

.timeline>li {
    position: relative;
    margin-top: -15%;
}

.timeline>li:first-child {
    position: relative;
    margin-top: 0px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: 46%;
    float: left;
    /* border: 1px solid #d4d4d4; */
    border-radius: 2px;
    position: relative;
    /* background: #f5f5f5; */
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -14px;
    display: inline-block;
    border-top: 15px solid transparent;
    /* border-left: 15px solid #ccc;
  border-right: 0 solid #ccc; */
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    /*border-top: 14px solid transparent;
  border-left: 14px solid #f5f5f5;
  border-right: 0 solid #f5f5f5;
  border-bottom: 14px solid transparent;*/
    content: " ";
}

.timeline>li>.timeline-badge {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -20px;
    background-color: #fff;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 15px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
}

.timeline-body>p+p {
    margin-top: 5px;
}

.timeline-heading h4 {
    color: #888888;
    font-size: 12px;
}

#de-arrow-nav-set {
    text-align: center;
}

#de-arrow-nav-set i {
    color: #222;
    font-size: 32px;
}

#de-arrow-nav-set i.icon_menu {
    display: inline-block;
}

.profile_pic h3 {
    margin-bottom: 0px;
}

.profile_pic .subtitle {
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
    color: #999;
}

.profile_pic .tiny-border {
    margin-bottom: 20px;
}

.owl-custom-nav {
    position: absolute;
    z-index: 100;
    right: 4px;
    margin-top: 80px;
    width: 100%;
}

.owl-custom-nav .btn-next,
.owl-custom-nav .btn-prev {
    opacity: 0;
}

.owl-custom-nav .btn-next {
    right: -50px;
    position: absolute;
}

.owl-custom-nav .btn-prev {
    left: -50px;
    position: absolute;
}

.pf-hover:hover .btn-next {
    right: 30px;
    opacity: 1;
}

.pf-hover:hover .btn-prev {
    left: 30px;
    opacity: 1;
}

.owl-custom-nav .btn-next:before,
.owl-custom-nav .btn-prev:before {
    font-size: 18px;
}

.owl-custom-nav .btn-next:before {
    font-family: "FontAwesome";
    content: "\f178";
    color: #fff;
    padding: 12px;
}

.owl-custom-nav .btn-prev:before {
    font-family: "FontAwesome";
    content: "\f177";
    color: #fff;
    padding: 12px;
}

.owl-custom-nav a {
    text-decoration: none;
}

.owl-custom-nav .btn-prev:hover:before,
.owl-custom-nav .btn-next:hover:before {
    cursor: pointer;
}

#custom-owl-slider {
    display: block;
    overflow: hidden;
    width: 102%;
    height: 102%;
    position: absolute;
    top: 0;
    z-index: -1;
    background: #fff;
}

#custom-owl-slider .items {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 20;
    visibility: inherit;
    opacity: 1;
}

#custom-owl-slider .item img {
    display: block;
    width: 100%;
    height: 100%;
}

.owl-slider-nav {
    position: absolute;
    width: 100%;
}

.owl-slider-nav,
.owl-slider-nav div {
    position: absolute;
    z-index: 10;
    cursor: pointer;
}

.owl-slider-nav .next {
    right: -50px;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-right: 50px solid transparent;
}

.owl-slider-nav .prev {
    left: -50px;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid transparent;
}

.owl-slider-nav .next:before {
    font-family: "FontAwesome";
    font-size: 24px;
    content: "\f0da";
    color: #333;
    position: absolute;
    right: -60px;
    top: -13px;
}

.owl-slider-nav .prev:before {
    font-family: "FontAwesome";
    font-size: 24px;
    content: "\f0d9";
    color: #333;
    position: absolute;
    left: -60px;
    top: -13px;
}

.text-light .owl-slider-nav .next:before,
.text-light .owl-slider-nav .prev:before {
    color: #fff;
}

.owl-sponsors img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.owl-sponsors.gray img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    /*    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);*/
    filter: grayscale(100%);
    opacity: 0.5;
}

.gallery-item {
    margin: 15px;
}

.table {
    display: table;
    margin-bottom: 0;
}

.table [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}

.table .table {
    background: none;
}

.text-middle,
.table [class*="col-"].text-middle {
    vertical-align: middle;
}

/* ================================================== */

/* quick-search */

/* ================================================== */

.quick-search {
    display: inline-block;
    float: right;
    margin-left: 10px;
    padding: 10px 0 0 0;
}

.quick-search input {
    width: 120px;
    border-radius: 40px;
}

.side-bg {
    position: relative;
}

.side-bg .image-container {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
}

.side-bg .background-image {
    background-position: 50% 50% !important;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 0;
}

.side-bg.right .image-container {
    right: 0;
}

#search {
    float: left;
    width: 70%;
    margin-bottom: 0;
}

#btn-search {
    border: none;
    padding: 7px;
    background: #222;
    float: left;
    width: 30%;
    height: 42px;
}

#btn-search:before {
    font-family: FontAwesome;
    content: "\f002";
    font-size: 24px;
    color: #111;
}

#btn-search:hover {
    background: #fff;
}

/* ================================================== */

/* review */

/* ================================================== */

.de_review {
    text-align: center;
    min-height: 260px;
}

.de_review .de_nav {
    overflow: hidden;
    padding-left: 0;
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-align: center;
}

.de_review .de_nav li {
    list-style: none;
    background: #eee;
    margin: 0 10px 0 10px;
    margin-bottom: 20px;
}

.de_review .de_nav li {
    display: inline-block;
}

.de_review .de_nav li img {
    width: 100px;
    height: auto;
}

.de_review .de_nav li span {
    padding: 8px 16px 8px 16px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    display: block;
    background: #f5f5f5;
    text-decoration: none;
    color: #646464;
    font-size: 13px;
    cursor: pointer;
}

.de_review blockquote {
    border: none;
    font-family: "Quicksand";
}

.de_review .de_nav li span {
    border: 1px solid #202220;
    background: #222;
}

.de_review .de_nav li:first-child span {
    border-left: 1px solid #ddd;
}

.de_review .de_nav li:first-child span {
    border-left: 1px solid #202220;
}

.de_review .de_review_content {
    border: 1px solid #ddd;
    padding: 15px 20px 20px 20px;
    margin-top: -1px;
    background: #fff;
}

.de_review .de_review_content {
    border: 1px solid #202220;
    background: #27282b;
}

.de_review .de_nav li.active span {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #222;
    margin-bottom: -3px;
}

.separator {
    line-height: 0.5;
    text-align: center;
    margin: 30px 0 30px 0;
}

.separator span {
    display: inline-block;
    position: relative;
}

.separator span:before,
.separator span:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    top: 5px;
    width: 150px;
}

.separator span:before {
    right: 100%;
    margin-right: 15px;
}

.separator span:after {
    left: 100%;
    margin-left: 15px;
}

.separator span i {
    margin-top: -5px;
}

.separator span i:before {
    font-size: 8px;
    padding: 0;
    margin: 0;
    float: none;
    font-family: FontAwesome;
    content: "\f111";
}

.de_light .separator span:before,
.de_light .separator span:after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.text-light .separator span:before,
.text-light .separator span:after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* --------------------------------------------------
	 * plugin
	 * --------------------------------------------------*/

/* --------------------------------------------------
* revolution slider setting
* --------------------------------------------------*/

#revolution-slider {
    background: #222;
}

.tp-caption {
    color: #fff;
    font-weight: 300;
}

.tp-caption.teaser {
    letter-spacing: 5px;
}

.tp-caption br {
    margin-bottom: 5px;
}

.tparrows {
    top: 50% !important;
}

.med {
    font-size: 24px;
    letter-spacing: -0.5px;
}

.med-white {
    color: #fff;
    font-size: 24px;
    letter-spacing: -0.5px;
}

.med-green {
    color: #1a8b49;
    font-size: 24px;
    letter-spacing: -0.5px;
}

.small-white {
    color: #fff;
    line-height: 1.7em;
}

.big-black {
    font-size: 52px;
    letter-spacing: -3px;
    color: #222;
}

.big-white {
    font-size: 16px;
    color: #fff;
    line-height: normal;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.very-big-white {
    font-family: "Quicksand";
    font-size: 64px;
    color: #fff;
    margin: 0;
    font-weight: bold;
}

.ultra-big-white {
    font-size: 120px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.ultra-big-black {
    font-size: 96px;
    font-weight: 400;
    color: #222;
    margin: 0;
    line-height: 72px;
}

a.btn-slider:hover {
    color: #222;
}

.tp-caption.separator {
    width: 100px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

/* ================================================== */

/* isotope */

/* ================================================== */

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.9s;
    -moz-transition-duration: 0.9s;
    -ms-transition-duration: 0.9s;
    -o-transition-duration: 0.9s;
    transition-duration: 0.9s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    /*    -ms-transition-property: height, width;*/
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

#filters {
    font-size: 13px;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 400;
}

#filters li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

#filters a {
    background: none;
    text-transform: uppercase;
    font-size: 11px;
    outline: none;
    padding: 5px 20px 5px 20px;
    margin: 0 10px 0 10px;
    color: #888;
    text-decoration: none;
    color: #888;
    border: solid 1px #ddd;
}

.text-light #filters a {
    color: rgba(255, 255, 255, 0.5);
}

#filters a:hover {
    color: #111;
}

#filters a.selected {
    color: #111;
}

.text-light #filters a:hover {
    color: #fff;
}

.text-light #filters a.selected {
    color: #fff;
}

.text-light #filters a.selected {
    color: #fff;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/* -------------------------------------------------- */

/* flex slider */

/* -------------------------------------------------- */

.flexslider {
    width: 100%;
    background: none;
    border: none;
    box-shadow: none;
    margin: 0px;
}

.control-slider {
    float: right;
    display: inline-block;
    margin-right: -10px;
}

.prev-slider,
.next-slider {
    float: left;
    display: block;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

.prev-slider i,
.next-slider i {
    border: solid 1px #ccc;
    padding: 5px 10px 5px 10px;
}

.prev-slider i:hover,
.next-slider i:hover {
    color: #fff;
    border: solid 1px #eeeeee;
    background: #333;
}

.prev-slider {
    margin-right: -5px;
}

.project-carousel ul.slides,
.project-carousel-3-col ul.slides {
    margin-top: 10px;
    margin-bottom: 20px;
}

.logo-carousel .flex-direction-nav,
.project-carousel .flex-control-nav,
.project-carousel .flex-direction-nav,
.project-carousel-3-col .flex-control-nav,
.project-carousel-3-col .flex-direction-nav {
    display: none;
}

.logo-carousel.no-control .flex-control-nav {
    display: none;
}

.logo-carousel li img {
    width: auto;
}

/* flex slider - testi slider */

#testimonial-full {
    text-align: center;
    padding: 10px 0 10px 0;
    text-shadow: none;
}

#testimonial-full blockquote {
    color: #fff;
    border: none !important;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#testimonial-full span {
    letter-spacing: 0;
    margin-top: 20px;
    text-transform: none;
}

.testi-slider .flex-control-nav {
    position: absolute !important;
    margin-top: -50px !important;
}

.testi-slider .flex-direction-nav {
    display: none;
}

/* Control Nav */

.testi-slider .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.testi-slider .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    display: inline;
}

.testi-slider .flex-control-paging li a {
    background: none;
    width: 8px;
    height: 8px;
    display: block;
    border: solid 1px #fff;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    /*    -o-border-radius: 20px;*/
    border-radius: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    /*    -o-box-shadow: none;*/
    box-shadow: none;
}

.testi-slider .flex-control-paging li a:hover {
    border: solid 1px #fff;
    background: #fff;
}

.testi-slider .flex-control-paging li a.flex-active {
    border: solid 1px #fff;
    cursor: default;
    background: #fff;
}

.size10 {
    font-size: 10px;
}

.size20 {
    font-size: 20px;
}

.size30 {
    font-size: 30px;
}

.size40 {
    font-size: 40px;
}

.size50 {
    font-size: 50px;
}

.size60 {
    font-size: 60px;
}

.size70 {
    font-size: 70px;
}

.typed-strings p {
    position: absolute;
}

.deco-big {
    display: block;
    font-size: 120px;
    font-family: "Miama";
    margin-top: 48px;
    margin-left: -20px;
}

.deco-md {
    display: block;
    font-size: 120px;
    font-family: "Miama";
    margin-top: 32px;
    margin-left: -20px;
}

.social-icons-sm i {
    color: #fff;
    margin: 0 5px 0 5px;
    border: solid 1px #555;
    width: 32px;
    height: 32px;
    padding: 8px;
    text-align: center;
    border-radius: 30px;
}

.social-icons-sm i:hover {
    color: #ffffff;
}

.arrowup {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    margin-top: -30px;
}

.arrowdown {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #ffffff;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
}

.arrowright {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid green;
}

.arrowleft {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid blue;
}

blockquote.very-big {
    border: none;
    font-family: "Quicksand";
    text-align: center;
    border: none;
    font-size: 32px;
    font-weight: 400;
    background: none;
    font-style: normal;
}

blockquote.very-big span {
    font-family: "Poppins", sans-serif;
}

a,
img {
    outline: 0 !important;
}

.z1 {
    z-index: 1;
}

.z10 {
    z-index: 10;
}

#toast-container>.toast {
    background-image: none !important;
    background: #01241B !important;
    color: #0BB2B1;
}

#toast-container>.toast:before {
    position: fixed;
    font-family: FontAwesome;
    font-size: 24px;
    float: left;
    color: #fff;
    padding-right: 0.5em;
    margin: auto 0.5em auto -1.5em;
}

#toast-container>.toast-success-custom:before {
    content: "\f062";
}

/* this will set the toastr style */
.toast-success-custom {
    background-color: #51a351;
}

#toast-container>.toast-success,
#toast-container>.toast-error {
    opacity: 1 !important;
}

#toast-container>.toast-error-custom:before {
    content: "\f063";
}

/* this will set the toastr style */
.toast-error-custom {
    background-color: #bd362f;
}

#toast-container>.toast-error {
    background: #330F0F !important;
    color: #FF4B4A !important;
}

/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}

.slideshow-container .mySlides {
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    padding: 4px;
}

/* The dots/bullets/indicators */
.dotSlide {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dots-center {
    text-align: center;
    margin-top: 10px;
}

.dotSlide.active {
    background-color: #717171;
}

/*Beast Mode Welcome Page start*/
.beat-mode-section {
    background-color: black;
    padding: 8rem 0;
    background-position: center center;
    position: relative;
}

.beat-mode-section:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.experince-text h1 {
    font-size: 36px;
    margin-bottom: 1rem;
}

.experince-text p {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}

.yellow-gradient-btn {
    background: linear-gradient(180deg, rgba(255, 184, 0, 1) 0%, rgba(234, 195, 95, 1) 100%);
    font-size: 22px;
    color: #000000 !important;
    border-radius: 40px;
    padding: 0.8rem 2rem;
    border: 3px solid #ffffff;
    font-weight: 700;
    transition: 0.5s;
    margin-top: 1rem;
    display: inline-block;
}

.yellow-gradient-btn:hover {
    background: linear-gradient(180deg, rgb(255, 184, 0) 0%, rgb(157, 119, 20) 100%);
}

.step-green-stripe {
    background: linear-gradient(180deg, rgba(0, 74, 74, 1) 0%, rgba(0, 41, 41, 1) 100%);
    border: 1px solid #004949;
    border-radius: 20px;
    padding: 0.67rem 1rem;
    margin-top: 2rem;
}

.step-green-stripe p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.video-lock-row {
    margin: 2rem 0 0;
    justify-content: center;
    row-gap: 1rem;
}

.step-video-box {
    background: rgba(77, 77, 77, 0.6);
    border-radius: 10px;
    padding: 5px 5px 0 5px;
    min-height: 255px;
}

.text-icon-inlline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
    padding: 0 5px;
}

.text-icon-inlline p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 16px;
}

.youtube-video-box iframe {
    width: 100%;
    height: 180px;
}

.step2-text {
    margin-top: 1.5rem;
}

.disable-video {
    pointer-events: none;
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.step2-text p {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
}

.beast-mode-banner img {
    width: 100%;
}

.beast-mode-banner .sm-view {
    display: none;
}

.step-video-box a {
    text-align: right;
    background: linear-gradient(180deg, rgba(255, 184, 0, 1) 0%, rgba(234, 195, 95, 1) 100%);
    border-radius: 4px;
    color: #000000;
    padding: 0 10px;
    position: relative;
    display: inline-block;
    top: -4px;
}

.beast-mode-video-modal .modal-body p {
    margin-bottom: 0;
    text-align: center;
    color: #000000;
}

.beast-mode-video-modal .modal-footer .btn.btn-primary {
    background: linear-gradient(180deg, rgba(255, 184, 0, 1) 0%, rgba(234, 195, 95, 1) 100%);
    color: #000000;
    font-weight: 600;
}

/*Beast Mode Welcome Page end*/

/*.nifty-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
}*/

.patter-border-wrapper {
    background: var(--bg-black-2);
    padding: 8px;
    border: 12px solid transparent;
}

.beastmode-red .patter-border-wrapper {
    border-image: url(../images/down-patter-border.png) 22 round;
}

.beastmode-green .patter-border-wrapper {
    border-image: url(../images/up-patter-border.png) 22 round;
}

.beastmode-grey .patter-border-wrapper {
    border-image: url(../images/gray-patter-border.png) 22 round;
}


.inline-text-bull {
    display: flex;
    justify-content: space-between;
}

.text-area p.bank-text {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 12px;
}

.text-area p.beast-stock-price {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

.beast-stock-down {
    color: #FF0200;
}

.beast-stock-up {
    color: #41BA7C;
}

.stock-small-beat {
    font-size: 16px;
    font-weight: 800;
}

.bull-bear-area ul {
    list-style-type: none;
    display: flex;
    column-gap: 10px;
    padding: 0;
    margin-bottom: 8px;
}

.bull-bear-area ul .gocGenie-power-box {
    border-radius: 15px;
    border: 2px solid #104204;
}

.bull-bear-area ul .bullgreen-box {
    border-color: #104204;
}

.bull-bear-area ul .bullred-box {
    border-color: #550E0E;
}

.bull-bear-area .option-sentiment-area {
    justify-content: space-between;
}

.bull-bear-area .option-sentiment-area span {
    color: #fff;
}

.beast-card-shadow {
    background: var(--bg-black-2);
    height: 700px;
    overflow: auto;
    max-height: 700px;
    border-radius: 10px;
}

.beast-live-widget-height .beast-card-shadow {
    height: 343px;
    max-height: 343px;
}

.live-beast-widget {
    border: 20px solid transparent;
    padding: 0px;
}

.beastmode-red .live-beast-widget {
    border-image: url(../images/live-beat-border-pattern.png) 18 round;
}

.beastmode-green .live-beast-widget {
    border-image: url(../images/live-beat-border-pattern-up.png) 18 round;
}

.beastmode-grey .live-beast-widget {
    border-image: url(../images/live-beat-border-pattern-gray.png) 18 round;
}

.live-beast-widget .widget-title-bar {
    border: none;
    padding: 0;
    margin-bottom: 10px;
}

.live-beast-widget .chart-data-gpt-wrapper {
    padding: 10px;
}

.beast-read-more {
    background: var(--bg-black-2);
    text-align: center;
    padding: 2px 0;
    margin-top: 10px;
    border-radius: 0 0 8px 8px;
}

.beast-read-more p {
    cursor: pointer;
    font-size: 13px;
    margin-bottom: 0;
    color: #AFAFAF;
    font-family: var(--font-Quicksand);
    font-weight: 700;
}

.live-beast-widget:last-child {
    margin-top: 1rem;
}

.beast-stock-meter-card {
    border-radius: 10px;
    background: #000;
}

.beast-stock-meter-card .stock-header {
    background: #000;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #1F1F1F;
}

.beast-stock-meter-card .stock-header h4 {
    font-size: 16px;
    margin: 0;
    color: #ffffff;
    font-weight: 600;
    padding: 6px 10px;
}

.beast-stock-meter-card .stock-body {
    padding: 10px;
    border-radius: 0 0px 10px 10px;
}

.beast-stock-meter-card .stock-body ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    align-items: center;
    justify-content: space-between;
    background: var(--bg-black-2);
    border-radius: 10px;
    padding: 3px 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.beast-stock-meter-card .stock-body ul:last-child {
    margin-bottom: 0;
}

.beast-stock-meter-card .stock-body ul li:first-child {
    display: flex;
    align-items: center;
    column-gap: 2rem;
}

.beast-stock-meter-card .stock-body ul li .timebrand-text-graph {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

.beast-stock-meter-card .stock-body ul li .timebrand-text-graph p {
    padding-left: 4px;
    padding-right: 5px;
    font-size: 13px;
    line-height: 18px;
    margin-top: 0;
    font-family: var(--font-Quicksand);
}

.beast-stock-meter-price .timebrand-text h3 {
    font-size: 14px;
    font-weight: 700;
}

.beast-stock-meter-price .timebrand-text h3.green,
.beast-graph-area p.green,
.beast-stock-meter-price .timebrand-text .price.green {
    color: #41BA7C !important;
}

.beast-stock-meter-price .timebrand-text .price {
    font-size: 13px;
    font-weight: 700;
}

.beast-graph-area {
    height: 50px;
}

.beast-graph-area p {
    font-size: 14px;
    font-weight: 700;
}

.beast-stock-meter-card:last-child {
    margin-top: 10px;
}

.stock-meter-beast {
    border: 20px solid transparent;
    border-image: url(../images/beast-stock-border-pattern.png) 18 round;
}

.stock-meter-beast:last-child {
    margin-top: 0;
}

.beast-active-stock-card {
    background: #000;
    border-radius: 10px;
    padding: 7px;
}

.beast-active-sock-table thead th {
    background: #2A2A2A;
    color: #A4A4A4;
    padding: 4px 6px;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-Poppins);
    border-bottom: 1px solid #343434;
    white-space: nowrap;
}

.beast-active-sock-table thead th:first-child {
    border-radius: 10px 0 0px 0;
    min-width: 120px;
}

.beast-active-sock-table thead th:last-child {
    border-radius: 0 10px 0 0;
    text-align: right;
}

.beast-active-sock-table tbody td:first-child {
    background: #2A2A2A;
}

.beast-active-sock-table tbody td {
    border-bottom: 1px solid #343434;
    background: #000;
    padding: 4px 4px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    font-family: var(--font-Poppins);
    color: #fff;
}

.beast-active-sock-table tbody td:last-child {
    text-align: right;
}

.inline-stock-text {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.inline-stock-text img {
    width: 26px;
}

.inline-stock-text p {
    padding: 4px 4px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    font-family: var(--font-Poppins);
    color: #fff;
    margin: 0px;
}

.beast-stock-meter-card .stock-body ul li .timebrand-text-graph img {
    width: 30px;
}

.beast-active-sock-table tbody td.down-red {
    color: #FF0200;
}

.beast-active-sock-table tbody td.up-green {
    color: #41BA7C;
}

.beast-active-sock-table tbody td:last-child {
    text-align: right;
}

.beastmode--full-container .col-lg-3 {
    padding: 0 6px;
}

.beast-sectoral-card {
    background: #000;
    border-radius: 10px;
    text-align: center;
    padding-top: 4px;
}

.beast-sectoral-card .stock-header {
    padding: 6px 5px;
}

.beast-sectoral-card .stock-header h5 {
    margin-top: 10px;
    margin-bottom: 0;
    color: #A4A4A4;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-Poppins);
}

.sectoral-body-card {
    padding: 13px 10px;
}

.sectoral-body-card .live-rate-box {
    padding: 0;
    border-radius: 0;
    font-size: 13px;
    line-height: 18px;
    font-family: var(--font-Poppins);
}

.sectoral-body-card .live-rate-box p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.sectoral-body-card .green {
    color: #41BA7C !important;
}

.sectoral-body-card .price {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 18px;
    font-family: var(--font-Poppins);
}

.sectoral-body-card .indices-box {
    background-color: transparent;
    margin-bottom: 0;
}

.sectoral-body-card .indices-box .btn.btn-warning {
    margin-top: 10px;
    font-weight: 600;
}

.beast-sectoral-flex {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: 48% 48%;
}

.beast-stock-meter-price .timebrand-text {
    width: 100%;
}

.beast-pd-graph img {
    width: 90%;
    margin: 0 auto;
}

.beast-pd-graph .highcharts-container {
    height: 100px !important;
}

.beast-pd-graph .highcharts-container .highcharts-title {
    color: #ffffff !important;
    fill: #ffffff !important;
    font-size: 14px !important;
}

.beast-most-active-option {
    position: relative;
    text-align: right;
}

.beast-most-active-option span {
    color: #1CC6C6;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.beast-most-active-widget {
    border: 20px solid transparent !important;
    border-image: url(../images/beast-most-act-pattern.png) 18 round !important;
    height: auto !important;
    background: #000000 !important;
}

.beast-most-active-option .indices-box {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 37px;
    width: 500px;
    background: transparent;
}

.beast-most-active-widget .strike-price-table thead tr th {
    color: #ffffff;
    font-size: 14px;
}

.beast-header-mid {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.beast-header-mid #logo {
    display: none;
}

.inline-beast-header-btn .btn-watchnow {
    display: none;
}

.beast-mode-header-wrapper .genie-row-bullBear {
    display: none;
}



.beast-mode-header-wrapper #logo {
    position: relative;
    margin-right: 8px;
    padding: 0 8px;
    line-height: 45px;
}

.beast-mode-header-wrapper .genie-logo-new {
    border: 1px solid #0BB2B1;
    border-radius: 10px;
    margin-top: 0px;
}

.beast-mode-header-wrapper .genie-logo-new .dash-title {
    white-space: nowrap;
    width: auto;
}

.dashboard-flex.beast-mode-header-wrapper .dashstock-updown-wrapped {
    padding: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}

.beast-mode-header-wrapper.dashboard-flex .text-center {
    background-color: #002726;
    box-shadow: none;
}

.beast-mode-header-wrapper.dashboard-flex .pricing-icon-genie {
    max-width: 25px;
    margin-left: 2px !important;
    width: 25px;
}

beast-mode-header-wrapper.dashboard-flex .btn-demo .pricing-icon-genie {
    width: 20px;
}

.beast-mode-header-wrapper .dashstock-updown-wrapped ul li {
    font-size: 12px;
}

.beast-mode-header-wrapper .dashstock-updown-wrapped ul li:last-child {
    margin-left: auto;
}

.beast-mode-header-wrapper .dashstock-updown-wrapped .d-flex.align-items-center {
    display: none;
}

.inline-beast-header-btn .btn-watchnow {
    padding: 5px 10px;
    border: 1px solid #00FFBE;
}

.dashstock-updown-wrapped ul li a.beast-action-btn {
    border: 1px solid #0BB2B1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 11px;
    line-height: 17px;
}

.dashstock-updown-wrapped ul li a.beast-action-btn:hover {
    color: #0BB2B1 !important;
}

.inline-beast-header-btn {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.green-bg {
    background: #20A400;
}

.red-bg {
    background: #ff0200;
}

.default-bg {
    background: #0bb2b1;
}


.beast-action-btn {
    color: #000000 !important;
    border-radius: 10px;
    padding: 7px 7px;
    font-weight: 600;
}

.beast-mode-header-wrapper .gocGenie-power-box {
    padding: 2px 4px;
    font-size: 13px;
}

.beast-mode-header-wrapper .gocGenie-power-box span {
    padding: 2px 6px;
    font-size: 12px;
}

.beast-mode-header-wrapper .genie-row-bullBear {
    margin-right: 5px;
}

.beast-mode-header-wrapper .clock-box {
    min-width: 88px;
    width: 88px;
    background: #212121;
}

.beast-mode-header-wrapper .clock-box .fa {
    margin: 0;
}

.beast-mode-header-wrapper #logo a {
    font-size: 16px;
}

.beast-mode-header-wrapper #logo a:after {
    display: none;
}

.beast-mode-header-wrapper #logo img {
    min-width: 32px !important;
    height: 37px;
}

#toast-container>.toast-success {
    background-color: #01241B !important;
    color: #00FFBE !important;
}


.live-beast-widget .widget-title-bar .close {
    color: #ffffff;
    opacity: 1;
    font-weight: 300;
    font-size: 18px;
    cursor: pointer;
}

.genie-beast-btn {
    display: none;
}

.beast-stock-live-modal {
    max-width: 500px;
}

.beast-stock-live-modal .modal-content {
    padding: 12px;
}

.beast-stock-live-modal .modal-header {
    padding-bottom: 0px;
}

.beast-stock-live-modal .modal-header .modal-title {
    font-size: 16px;
    line-height: 15px;
}

.beast-stock-live-modal .modal-header .close {
    top: -4px;
    right: 5px;
}

.beast-stock-live-modal .live-beast-widget {
    border: 10px solid transparent;
    height: auto;
}

#LiveDataModal {
    background: rgba(0, 0, 0, 0.5);
}

.beast-stock-live-modal .modal-body {
    padding: 0;
}

#lauch_beastmode .modal-body {
    padding: 0;
}

#lauch_beastmode {
    backdrop-filter: blur(7px);
}

#lauch_beastmode .modal-content {
    background: transparent;
}

#lauch_beastmode .modal-dialog {
    max-width: 100%;
}

#lauch_beastmode .modal-body video {
    border-radius: 5px;
    pointer-events: none;
}

.beast-mode-header-line {
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #0bb2b1;
    color: #ffffff;
    border-radius: 2px;
    background: #0bb2b136;
    font-size: 16px;
    padding: 3px 2px;
    margin-top: 20px;
}

.beast-shiftmode-wrapper {
    position: relative;
}

.siftmode-option {
    position: absolute;
    left: 0rem;
    background: #171717;
    top: 2.5rem;
    z-index: 99;
    width: 270px;
    border-radius: 10px;
    border: 1px solid var(--bg-green-1);
    padding: 6px 0;
}

.siftmode-option ul {
    flex-direction: column;
    align-items: baseline;
    padding: 0px;
}

.siftmode-option ul li a {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.siftmode-option ul li a:hover {
    color: #ffffff;
}

.dashstock-updown-wrapped ul .siftmode-option ul li {
    margin-right: 0;
    border-right: 0;
    border-bottom: 1px solid #424242;
    width: 100%;
    padding: 10px;
    cursor: pointer;
}

.dashstock-updown-wrapped ul .siftmode-option ul li:hover a {
    color: #1CC6C6;
}

.dashstock-updown-wrapped ul .siftmode-option ul li:last-child {
    border-bottom: 0;
}

.siftmode-option ul li {
    display: flex;
    align-items: flex-start;
    column-gap: 12px;
    margin-right: 0;
    border-right: 0;
    border-bottom: 1px solid #424242;
    width: 100%;
    padding: 10px;
    cursor: pointer;
}

.siftmode-option ul li p {
    margin-bottom: 0;
    color: #C0C0C0;
    font-size: 12px;
    line-height: normal;
}

.siftmode-option ul li img {
    filter: grayscale(1);
}

.siftmode-option ul li.active-sift img {
    filter: grayscale(0);
}

.siftmode-option ul li.active-sift a {
       color: var(--bg-green-1);
}

.beast-shiftmode-wrapper .fa-chevron-down {
    padding: 11px 10px 11px;
    margin-left: -14px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #000000;
}

.beast-shiftmode-wrapper .beast-action-btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.siftmode-option.small-view ul {
    padding-left: 0;
    margin: 0;
}

.siftmode-option.small-view {
    padding: 0;
    display: none;
}

/*Beast Mode widget page end*/
/*Survey Feedback form style start*/
.feedback-survey-section {
    padding-top: 75px;
    padding-bottom: 0;
}

.feedback-survey-section .bg-pricing-card {
    padding: 1.5rem 0;
    background: url(../images/genie-feedback-bg-new.png) no-repeat !important;
    background-size: cover !important;
    min-height: calc(100vh - 132px);
    overflow: auto;
}

.feedback-text-title h3 {
    color: #ffffff;
    font-size: 24px;
}

.feedback-text-title p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 10px;
}

.survey-accordion .card {
    border: none;
    background: #161616;
    border-radius: 20px;
    padding: 10px 20px;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.25);
    margin-bottom: 0.7rem;
}

.survey-accordion .card-header {
    padding: 0;
    margin-bottom: 0 !important;
    position: relative;
}

.survey-accordion .card-header h5 button {
    font-size: 19px;
    color: #ffffff;
    font-weight: 600;
    padding: 0;
    width: 100%;
    text-align: left;
}

.survey-accordion .card-header h5 button:hover {
    text-decoration: none;
}

.survey-accordion .card-header h5 button:focus {
    box-shadow: none;
    text-decoration: none;
}

.survey-accordion .card-body {
    padding: 5px 0;
}

.survey-accordion .card-header:after {
    content: "\f107";
    font: normal normal normal 14px / 1 FontAwesome;
    text-rendering: auto;
    position: absolute;
    right: 0;
    top: 4px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
}

.feedback-img-left img {
    width: 100%;
}

.feedback-rating-section {
    background: #25282E;
    border-radius: 20px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
    padding: 10px 12px;
}

.feedback-rating-section h4 {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    margin: 0;
}

.feedback-rating-section h4 span,
.feedback-suggestion-box label span {
    color: red;
    font-size: 22px;
}

.feedback-inline-radio {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #3D3D3D;
    margin-bottom: 5px;
    padding-bottom: 10px;
    margin-top: 7px;
}

.feedback-inline-radio .form-check {
    font-size: 16px;
    color: #ffffff;
    margin-right: 1rem;
    font-weight: 400;
}

.feedback-inline-radio .form-check .form-check-input {
    margin-top: 0;
    margin-left: -1.25rem;
    width: 18px;
    height: 16px;
    accent-color: #0193DE;
    position: relative;
    top: 2px;
    margin-right: 5px;
    cursor: pointer;
}

.feedback-suggestion-box label {
    color: #ffffff;
    font-size: 16px;
    width: 100%;
}

.feedback-suggestion-box textarea {
    width: 100%;
    border: 1px solid #848484;
    border-radius: 10px;
    background: #212121;
    resize: none;
    padding: 4px 12px;
    font-weight: 600;
    color: #ffffff;
}

.feedback-suggestion-box input[type="file"] {
    border: 1px solid #848484;
    background: #212121;
    border-radius: 10px;
    width: 100%;
    padding: 4px 0px 4px 12px;
}

.feedback-suggestion-box input[type=file]::file-selector-button {
    background: #09a7ab;
    color: #ffffff;
    border-radius: 10px;
    float: right;
    border: none;
}

.footer-card-feedback .form-check-label {
    font-size: 18px;
}

.footer-card-feedback .feedback-inline-radio .form-check .form-check-input {
    width: 18px;
    height: 18px;
}

.feedback-nxt-btn {
    margin-top: 1rem;
}

.feedback-nxt-btn .gradient-scanner-btn {
    margin-top: 0;
    padding: 0.45rem 2.2rem;
    font-size: 16px;
}

.rating-box-number .scale-container {
    display: flex;
    align-items: center;
}

.rating-box-number .scale-container .box {
    width: 42px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-weight: bold;
    border: 1px solid #ffffff;
    font-size: 16px;
    cursor: pointer;
}

/* Gradient steps */
.rating-box-number .scale-container .box:nth-child(1) {
    background-color: #d0e8cf;
}

/* Lightest */
.rating-box-number .scale-container .box:nth-child(2) {
    background-color: #c2dfbd;
}

.rating-box-number .scale-container .box:nth-child(3) {
    background-color: #b4d7ac;
}

.rating-box-number .scale-container .box:nth-child(4) {
    background-color: #a6cf9a;
}

.rating-box-number .scale-container .box:nth-child(5) {
    background-color: #98c789;
}

.rating-box-number .scale-container .box:nth-child(6) {
    background-color: #89bf78;
}

.rating-box-number .scale-container .box:nth-child(7) {
    background-color: #7bb666;
}

.rating-box-number .scale-container .box:nth-child(8) {
    background-color: #6dae55;
}

.rating-box-number .scale-container .box:nth-child(9) {
    background-color: #5fa643;
}

.rating-box-number .scale-container .box:nth-child(10) {
    background-color: #519e32;
}

.feedback-mixed-btn {
    display: flex;
    justify-content: space-between;
}

.file-upload-wrapper {
    display: flex;
    align-items: center;
    padding: 0;
    border-radius: 10px;
}

.file-upload-wrapper .file-upload {
    display: none;
}

.file-upload-wrapper .file-label {
    background-color: #1a1a1a;
    color: #757575;
    padding: 6px 12px;
    border-radius: 10px;
    cursor: pointer;
    flex-grow: 1;
    text-align: left;
    border: 1px solid #848484;
    margin: 0;
    min-width: 84%;
    font-weight: 600;
    font-size: 15px;
}

.file-upload-wrapper .upload-btn {
    background-color: #09A6AB;
    border: none;
    color: white;
    padding: 7px 28px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    left: -18px;
}

.file-upload-wrapper .upload-btn:hover {
    background-color: #009e92;
}

.overall-feedback-checkbox .feedback-inline-radio {
    border-bottom: 0;
}

.feedback-yellow-box {
    border-radius: 20px;
    padding: 0;
    background: #000000;
    min-height: 270px;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.25);
}

.feedback-yellow-box img {
    width: 100%;
    margin-bottom: 0;
}

.feedback-yellow-box .feedback-inline-radio {
    padding-bottom: 0;
}

.header-card-feedback {
    text-align: center;
    background: #383B40;
    padding: 12px 10px;
    border-radius: 20px 20px 0 0;
}

.header-card-feedback h4 {
    font-size: 22px;
}

.footer-card-feedback {
    padding: 10px;
    min-height: 110px;
    background: #007276;
    border-radius: 0 0 20px 20px;
}

.shadow-black-box {
    background: #161616;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 1.5rem 1rem;
}

.shadow-black-box h1 {
    color: #1CC6C6;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    font-family: 'Poppins';
}

.feedback-text-box {
    border-top: 1px solid #434343;
    border-bottom: 1px solid #434343;
    width: 60%;
    margin: 0 auto;
    padding: 1.2rem 0;
    margin-top: 1rem;
}

.feedback-text-box p {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    width: 88%;
    margin: 0 auto 20px;
}

.feedback-text-box p span {
    color: #1CC6C6;
}

.feedback-para-text {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.shadow-black-box h2 {
    color: #1CC6C6;
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 700;
}

.yellow-border-box {
    border: 2px solid #FFB800;
    border-radius: 20px;
    padding: 10px;
    width: 80%;
    background: transparent linear-gradient(90deg, #0E0700 0%, #291E03 100%) 0% 0%;
    margin: 0 auto;
}

.yellow-upgrade-box {
    border-color: #1CC6C6;
}

.yellow-upgrade-box p span {
    color: #1CC6C6 !important;
}

.yellow-upgrade-box img {
    width: 350px !important;
    margin: 15px 0;
}

.yellow-border-box p {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.gradient-yellow-btn {
    background: transparent linear-gradient(90deg, #C28D05 0%, #FFB800 100%) 0% 0%;
    color: #000000 !important;
    padding: 0.7rem 2.5rem;
    font-size: 18px;
    font-weight: 600;
    border-radius: 100px;
}

.gradient-yellow-btn:hover {
    background: transparent linear-gradient(90deg, #FFB800 0%, #C28D05 100%) 0% 0%;
}

.yellow-border-box ul {
    padding: 0;
    text-align: left;
    text-indent: 4rem;
    list-style-type: none;
    margin-top: 10px;
}

.yellow-border-box ul li {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.yellow-border-box ul li img {
    vertical-align: inherit;
    padding-right: 5px;
}

.yellow-border-box ul li span {
    color: #ffb800;
}

.yellow-border-box p span {
    color: #FFB800;
    font-size: 25px;
}

.yellow-upgrade-box p span {
    font-size: 18px;
}

.yellow-border-box p:first-child span {
    text-transform: uppercase;
}

.genie-global-plan {
    margin-top: 16px;
    width: 75%;
    margin: 1rem auto 0.5rem;
    line-height: 28px;
}

.miss-out-text {
    color: #F8B300 !important;
    font-size: 22px !important;
}

.progress-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 8px 0;
}

.progress-container .progress-bar {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 10px;
    background-color: #3D3D3D;
    border-radius: 5px;
    overflow: hidden;
    flex-direction: row;
    border: 1px solid #5A5A5A;
}

/* This is now a regular div that you can manipulate with JavaScript */
.progress-container .progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #0EBCB2;
    transition: width 0.4s ease;
}

.progress-container .progress-step {
    position: relative;
    width: 14.28%;
    /* 100% divided by 7 steps */
    height: 10px;
    border-right: 2px solid #333;
    z-index: 1;
}

.progress-step.active {
    background: #0fbcb2;
}

.progress-container .progress-step:last-child {
    border-right: 2px solid #333;
}

.progress-container .step-count {
    text-align: center;
    margin-top: 10px;
}

#nextBtn {
    padding: 10px 20px;
    background-color: #1ABC9C;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
}

#nextBtn:disabled {
    background-color: #444;
    cursor: not-allowed;
}

.progress-step-text {
    color: #0EBCB2;
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
}

.sticky-progress-area.sticky {
    position: fixed;
    top: 88px;
    width: 77%;
    margin: 0 auto;
    z-index: 99;
    background: #000000;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 10px;
}

.mcx-genie-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin: 15px 0;
}

.mcx-center-text {
    position: relative;
}

.mcx-center-text img {
    margin: 0 !important;
}

.mcx-center-text .middle-text {
    transition: .5s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(0, 0, 0, .50);
    width: 97%;
    height: 88%;
    border: 4px solid #ffffff;
}

.mcx-center-text .middle-text p {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.yellow-upgrade-box p span {
    font-size: 20px !important;
}

.overlay-mcx-middle {
    position: relative;
}

.overlay-mcx-middle:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

/*Survey Feedback form style end*/

/*Commodity page style start*/
.black-shape-bg {
    background: url(../images/wave-shape-bg-black.png) no-repeat;
    background-size: cover;
    padding: 7rem 0 4rem;
    position: relative;
}

.black-shape-bg:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}

.bg-title-top {
    color: #0BB2B8;
    background: transparent;
    text-transform: capitalize;
    padding: 0;
    font-weight: 900;
    margin-bottom: 5px;
}

.common-describe {
    color: #ffffff;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
    font-weight: 400;
}

.commodity-view-img img {
    width: 100%;
    margin: 1rem 0;
}

.border-yellow-btn {
    border: 2px solid #ffffff;
    font-weight: 700;
}

.common-describe b {
    color: #0BB2B8;
}

.blue-upgrade-btn {
    padding: 0.6rem 2.5rem;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 16px;
}

/*Commodity page style end*/

/*Genie global mcx style start*/
.genie-global-bg {
    padding: 7rem 0;
    background: linear-gradient(0deg, #0E0E0E, #252525);
}

.genie-global-img {
    text-align: center;
    margin: 1.5rem 0;
}

.genie-global-bg .bg-title-top {
    color: #0BB2B8;
    background: transparent;
    text-transform: capitalize;
    padding: 0;
    font-weight: 900;
    margin-bottom: 5px;
}

.imp-video-btn {
    border: 1px solid #09A3AA;
    border-radius: 20px;
    padding: 5px 34px;
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    margin: 1.5rem 0 0.5rem;
}

.imp-video-btn a {
    color: #09A3AA;
    text-decoration: underline;
    font-weight: 700;
    padding-right: 6px;
    position: relative;
    top: -1px;
}

.imp-video-btn a:hover {
    color: #0abac3;
}

.mcx-video-section {
    border-color: #1CC6C6 !important;
    width: 60% !important;
    min-height: 320px !important;
    margin: 2rem auto 0 !important;
    position: relative;
    box-shadow: 0 0px 9px 15px rgba(65, 65, 65, 0.5);
}

.mcx-video-section:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    border-radius: 10px;
    /*    z-index: 9;*/
}

.new-badge-icon {
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: auto;
    height: auto;
    transform: translateX(-50%);
    display: none;
}

/*Genie global mcx style end*/

/*Upgrade renew plan style start*/
/*.upgrade-renew-plan {
    padding-top: 15px;
}*/

/*Upgrade renew plan style end*/

/*Tranding chart style start*/
.trading-tab {
    padding: 0 !important;
    width: 100%;
    display: grid;
    /*    grid-template-columns: repeat(3, 1fr);*/
    grid-template-columns: repeat(3, 1fr) 35px;
    margin-bottom: 0.5rem;
}

.trading-tab .btn_tab {
    background: #272727;
    border-color: #4A4A4A;
    border-radius: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.trading-tab .btn_tab:hover {
    background: #272727;
    border-color: #4A4A4A;
    color: #ffffff;
}


.trading-tab .btn_tab:first-child {
    border-radius: 10px 0px 0px 10px;
}

.trading-tab .btn_tab:last-child {
    border-radius: 0px 10px 10px 0px;
}

.trading-tab .btn_tab.active {
    background: #01241B;
    border-color: var(--bg-green-1);
    color: var(--bg-green-1);
}

.trading-tab .btn_tab:hover {
    color: #ffffff;
}

.tranding-chart-data {
    padding: 12px;
    box-shadow: 0px 0.9px 1.47px 0px #00000007;
    background: #000000;
    overflow-x: hidden;
    border-radius: 10px;
}

.chart-iframe-container iframe {
    box-shadow: 0px 0px 10px 5px #232222;
    border: 1px solid #353535;
}

.candle-stick-tradingview iframe {
    height: 400px !important;
    border: none;
    box-shadow: none;
}

div#tv_chart_container {
    height: 100% !important;
}

.tranding-chart-data .radius-btn {
    font-size: 16px;
}

.instrument-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #4A4A4A;
    padding: 0 1rem 0.6rem;
    margin: 0px -15px;
    cursor: pointer;
    margin-bottom: 10px;
}

.trading-chart-title {
    color: #ffffff;
    font-size: 18px;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
}

.tranding-watch-list {
    border: 1px solid #333333;
    background: #171717;
    width: 100%;
    border-collapse: collapse;
}

.tranding-watch-list tbody tr td {
    color: #ffffff;
    padding: 6px 4px;
    border-bottom: 1px solid #333333;
    font-weight: 700 !important;
    text-align: right;
    font-size: 14px;
}

.tranding-watch-list tbody tr td:first-child {
    padding-left: 14px;
}

.tranding-watch-list tbody tr td:last-child {
    padding-right: 10px;
}

.tranding-watch-list tbody tr td p {
    margin-bottom: 0;
}

.tranding-watch-list tbody tr td.logo-text-area {
    text-align: left;
}

.tranding-watch-list:last-child {
    border-bottom: 1px solid #333333;
}

.trand-action-area .fa-arrows-v {
    margin-right: 7px;
}

.tranding-watch-list tr.active {
    background-color: #01241B;
    outline: 1px solid var(--bg-green-1);
}

.tranding-watch-list tr:hover td {
    border-bottom: 1px solid rgb(7, 97, 108);
    background-color: rgb(27, 39, 40);
}

.tranding-watch-list tbody tr td .cmp-name {
    color: #ffffff;
    font-weight: 600;
}

.expand-watchlist {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 500;
    position: absolute;
    top: 35px;
    left: 7px;
    color: #ffffff;
    border: 1px solid #353535;
    border-radius: 6px 0 0px 6px;
    font-size: 20px;
    padding: 8px 8px;
    background: #131722;
    border-color: #353535;
}

.expand-watchlist:focus {
    outline: 0;
}

.expand-watchlist p {
    margin: 0;
    color: rgb(30, 33, 36);
    white-space: inherit;
    font-style: normal;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.25rem;
    letter-spacing: 0px;
    font-weight: 700;
}

.trad-chart-area-col.col-xl-12 .collapse-button {
    display: none;
}

.trad-chart-area-col.col-xl-9 .expand-watchlist {
    display: none;
}

/*.tranding-watch-list li {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    font-weight: 700 !important;
}   
.tranding-watch-list li .cmp-name {
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
}
.tranding-watch-list li p {
    margin-bottom: 0;
}*/
.trad-chart-area-col .collapse-button {
    /*    position: absolute;
    left: -10px;
    top: 0;
    color: #ffffff;
    border: 1px solid #353535;
    border-radius: 8px 0 0 8px;
    font-size: 18px;
    padding: 6px 7px;
    background: #131722;*/

    color: #ffffff;
    border: 1px solid #353535;
    border-radius: 0px 8px 8px 0px;
    font-size: 22px;
    padding: 6px 7px;
    background: linear-gradient(45deg, #393939, #2B2929);
    border-color: #4A4A4A;
}

.trad-chart-area-col .collapse-button:focus {
    outline: 0;
}

.trad-chart-area-col.col-xl-12 {
    padding-left: 34px !important;
}

.trad-chart-area-col.col-xl-9 {
    padding-left: 0 !important;
}

.trand-action-area .fa {
    color: #666666;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s ease-in-out all;
}

.tranding-watch-list td .up-rate {
    color: #2FB73D;
    font-size: 15px;
}

.tranding-watch-list td .down-rate {
    color: #ff0200;
    font-size: 15px;
}

.tranding-watch-list td .up-rate .fa-caret-up {
    color: #2FB73D;
    font-size: 16px;
}

.tranding-watch-list td .up-rate .fa-caret-down {
    color: #ff0200;
    font-size: 16px;
}

.live-rate-box i {
    padding-right: 4px;
}

.trand-action-area .fa:hover {
    color: #ffffff;
}

.instrument-search-box {
    box-shadow: 0px 0px 10px 5px #232222;
    background: linear-gradient(180deg, #292929 0%, #111111 100%);
    border: 1px solid #353535;
    position: absolute;
    z-index: 9;
    left: 25%;
    border-radius: 5px;
    max-width: 350px !important;
    width: 350px !important;
}

.trade-search-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #4A4A4A;
    padding: 3px 5px;
}

.search-title {
    padding: 4px 10px;
    color: #ffffff;
    font-size: 16px;
}

.trade-search-header img {
    width: 12px;
}

.close-circle {
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: #4d4d4d;
    text-align: center;
    border-radius: 100%;
    box-shadow: 1px 1px 7px 7px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.trading-search-input {
    background: transparent !important;
}

.trading-search-input input {
    background: #1A1A1A !important;
    border: none !important;
    font-size: 14px !important;
    padding: 8px 35px 8px 5px !important;
}

.trading-search-input i {
    position: absolute;
    right: 1.5rem;
    top: 18px;
    font-size: 18px;
    color: #ffffff42;
}

.trading-search-input input::placeholder {
    color: #ffffff;
}

.trading-search-list-wrapper {
    padding: 10px;
    max-height: 530px;
    overflow: auto;
}

.trading-search-list-wrapper .tranding-watch-list li .symbol-cmp-name,
.trading-search-list-wrapper .tranding-watch-list li .symbol-name-data {
    padding: 0px;
}

.trading-search-list-wrapper .tranding-watch-list li {
    font-weight: 600 !important;
    text-transform: uppercase;
}

.trading-search-list-wrapper .tranding-watch-list {
    padding: 10px 10px;
}

.trading-search-list-wrapper .tranding-watch-list li .row {
    justify-content: space-between;
    padding: 0 15px;
    align-items: center;
    gap: 20px;
}

.trading-search-list-wrapper li img {
    width: 18px;
    height: auto;
}

.tranding-watch-list img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 10px;
}

.tranding-scroll-list {
    overflow-x: auto;
}

.trading-search-list-wrapper .tranding-watch-list {
    border: 1px solid #333333;
    border-bottom: 0;
    background: #171717;
    padding: 6px 10px;
    margin-bottom: 0;
    list-style: none;
}

.trading-search-list-wrapper .tranding-watch-list li {
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #ffffff;
}

.symbol-cmp-name {
    flex: 1;
    font-size: 13px;
}

.symbol-name-data {
    font-size: 10px;
    line-height: 15px;
    text-align: right;
    flex: 1;
}

.grid-stack-item[data-gs-height="6"] .tranding-chart-data {
    max-height: 580px;
    height: 580px;
}

.grid-stack-item[data-gs-height="7"] .tranding-chart-data {
    max-height: 700px !important;
    height: 700px;
}

.grid-stack-item[data-gs-height="8"] .tranding-chart-data {
    max-height: 820px !important;
    height: 820px;
}

.grid-stack-item[data-gs-height="9"] .tranding-chart-data {
    max-height: 930px !important;
    height: 930px;
}

.grid-stack-item[data-gs-height="10"] .tranding-chart-data {
    max-height: 1060px !important;
    height: 1060px;
}

/*.grid-stack-item[data-gs-height="6"] .trad-chart-area-col.col-xl-12 .chart-iframe-container iframe {
    max-height: 570px !important
}*/

/*.grid-stack-item[data-gs-height="7"] .trad-chart-area-col.col-xl-12 .chart-iframe-container iframe {
    height: 690px !important;
}

.grid-stack-item[data-gs-height="8"] .trad-chart-area-col.col-xl-12 .chart-iframe-container iframe {
    height: 800px !important;
}

.grid-stack-item[data-gs-height="9"] .trad-chart-area-col.col-xl-12 .chart-iframe-container iframe {
    height: 920px !important;
}*/
.grid-stack-item[data-gs-height="11"] .tranding-chart-data {
    max-height: 1180px !important;
    height: 1180px;
}

.grid-stack-item[data-gs-height="12"] .tranding-chart-data {
    max-height: 1300px !important;
    height: 1300px;
}

.grid-stack-item[data-gs-height="6"] .chart-iframe-container iframe {
    max-height: 625px !important
}

.grid-stack-item[data-gs-height="7"] .chart-iframe-container iframe {
    height: 740px !important;
}

.grid-stack-item[data-gs-height="8"] .chart-iframe-container iframe {
    height: 850px !important;
}

.grid-stack-item[data-gs-height="9"] .chart-iframe-container iframe {
    height: 970px !important;
}

.grid-stack-item[data-gs-height="10"] .chart-iframe-container iframe {
    height: 1100px !important;
}

.grid-stack-item[data-gs-height="11"] .chart-iframe-container iframe {
    height: 1200px !important;
}

.grid-stack-item[data-gs-height="12"] .chart-iframe-container iframe {
    height: 1300px !important;
}

/*Tranding chart style end*/
/*Events page sytyle start*/
.event-black-box {
    box-shadow: 0px 0px 10px 10px #00000040;
    background: #212121;
    border-radius: 20px;
    text-align: center;
    padding: 1rem;
    height: calc(100vh - 100px);
}

.event-black-box .bg-title-top {
    font-size: 32px;
}

.event-session-wrapper {
    border-top: 1px solid #3D3D3D;
    border-bottom: 1px solid #3D3D3D;
    width: 80%;
    margin: 1rem auto;
    padding: 1rem;
}

.event-session-wrapper p {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.event-session-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-table;
}

.event-session-wrapper ul li {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    display: table;
    padding-bottom: 5px;
}

.event-session-wrapper ul li img {
    padding-right: 10px;
}

.event-video-section img {
    position: relative;
    padding-right: 5px;
    top: -2px;
}

.event-video-section h3 {
    color: #0AA8AC;
    font-size: 24px;
    font-weight: 700;
}

.event-video-box {
    border: 2px solid #FFB800;
    border-radius: 20px;
    background: linear-gradient(45deg, #0E0700, #291E03);
    width: 530px;
    margin: 0 auto;
    padding-top: 2px;
    padding-bottom: 8px;
}

.event-video-box h4 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: normal;
}

.dotted-box {
    box-shadow: 0px 0px 10px 10px #101212;
    border: 1px dashed #FFB800;
    border-radius: 20px;
    width: 410px;
    margin: 1rem auto;
    background: linear-gradient(45deg, #0E0700, #291E03);
    display: flex;
    padding: 10px;
    align-items: self-start;
    gap: 10px;
}

.dotted-box p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0;
    text-align: left;
}

.event-video-section .dotted-box img {
    top: 1px;
}

.event-prime-video {
    margin-top: 1.2rem;
    padding-bottom: 15px;
}

.event-member-wrapper p {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    width: 80%;
    margin: 15px auto;
}

.event-member-wrapper p span {
    color: #F9B301;
}

.yellow-grade-btn {
    background: linear-gradient(90deg, #C28D05 0%, #FFB800 100%);
    border-radius: 40px;
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    padding: 11px 40px;
    transition: 0.5s;
}

.yellow-grade-btn:hover {
    background: linear-gradient(90deg, #FFB800 0%, #C28D05 100%);
}

/*MCX Commodity landing page style start*/
.mcx-landing-section {
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;
    background: #000 !important;
    min-height: calc(100vh - 57px);
}

.mcx-border-box {
    border: 1px solid #636363;
    border-radius: 20px;
    background: #0B0B0B;
    padding: 8px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    margin-bottom: 1rem;
}

.mcx-box-grid {
    background: linear-gradient(180deg, #292929 0%, #111111 100%);
    border: 1px solid #5F5F5F;
    box-shadow: 0px 0px 10px 5px #232222;
    border-radius: 20px;
    padding: 6px 15px;
}

.mxc-flex-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mxc-flex-item h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
}

.mcx-box-grid h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
}

.mcx-box-grid h4 small {
    font-weight: 600;
}

.mxc-flex-item b {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin: 4px 0;
    display: block;
    line-height: 20px;
}

.mxc-flex-item small {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}

.mxc-flex-item .price {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

.mxc-flex-item .graph-area {
    text-align: center;
}

.mxc-flex-item .graph-area img {
    /*        width: 100%;*/
    width: 40px;
}

.mxc-flex-item .graph-area p {
    font-weight: 700;
    font-size: 17px;
}

.commodity-chart-data {
    background: linear-gradient(180deg, #292929 0%, #111111 100%);
    border: 1px solid #353535;
    box-shadow: 0px 0px 10px 5px #232222;
    border-radius: 20px;
}

.commodity-chart-data h5 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 10px 0;
}

.commodity-chart-data ul {
    padding-left: 0;
}

/*.commodity-chart-data ul li {
    color: #F93232;
    display: block;
}*/
.commodity-chart-wrapper {
    background: #191919;
    border: 1px solid #353535;
    border-radius: 20px;
    padding: 0 0 10px;
    box-shadow: 0px 0px 10px 5px #232222;
}

.commodity-tab {
    position: relative;
}

.stock-meter-label {
    position: absolute;
    left: 1rem;
    color: #ffffff;
    top: 9px;
    font-weight: 600;
}

.commodity-tab .nav-buttons {
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    text-align: center;
    border-radius: 20px;
    margin: 0.5rem auto 1rem;
    max-width: 500px;
}

.commodity-tab .nav-buttons .btn-nav {
    padding: 6px 16px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    background: linear-gradient(180deg, #393939 0%, #2B2929 100%);
    border: 1px solid #4A4A4A;
}

.commodity-tab .nav-buttons .btn-nav.active {
    background: linear-gradient(180deg, #15A8A1 0%, #076C67 100%);
    border: 1px solid #2CEFE6;
}

.commodity-tab .nav-buttons .btn-nav:first-child {
    border-radius: 20px 0 0px 20px;
}

.commodity-tab .nav-buttons .btn-nav:focus {
    outline: none;
}

.commodity-tab .nav-buttons .btn-nav:last-child {
    border-radius: 0 20px 20px 0px;
}

.mx-custom {
    margin-right: 10px;
}

.commodity-dropdown span {
    color: #ffffff;
    font-weight: 600;
}

.commodity-dropdown select {
    background: #212121;
    color: #ffffff;
    border-radius: 3px;
    width: 125px;
    font-size: 14px;
    padding: 2px 4px;
}

.commodity-dropdown select option {
    color: #ffffff;
}

.commodity-dropdown {
    margin-bottom: 6px;
    margin-left: 6px;
}

.stock-meter-wrapper {
    padding: 0;
    border: 1px solid #353535;
    border-radius: 0px;
}

.stock-meter-wrapper .gpt-candle-chart-container .highcharts-background {
    fill: #1f1f1f;
}

.stock-meter-wrapper .highcharts-axis-labels text {
    fill: #ffffff !important;
    color: #ffffff !important;
    font-weight: 400;
    font-size: 11px !important;
}

.chart-img-view-row img {
    width: 100%;
    object-fit: cover;
    height: 295px;
}

.candle-stick-chart-container iframe {
    height: 500px !important;
}

#candleStick.col-xl-6 .candle-stick-chart-container iframe {
    height: 400px !important;
}

.commodity-chart-data .chart-data-gpt-wrapper {
    background: transparent;
    box-shadow: none;
    max-height: 570px;
    padding: 0 8px;
}

.inner-item-center-div {
    padding: 5rem 0;
    text-align: center;
}

.inner-item-center-div h4 {
    color: #ffffff;
    font-size: 1.5rem;
    text-align: center;
    width: 38%;
    margin: 0 auto;
    line-height: 34px;
}

.inner-item-center-div h4 b {
    color: #0a9e9d
}

.inner-item-center-div img {
    width: 400px;
}

/*MCX Commodity landing page style end*/
/*Events page sytyle end*/

/*Main Dark home page style start*/
.animate-text {
    overflow: hidden;
    margin-bottom: 0;
    margin-left: 0;
    display: inline-flex !important
}

.animate-text span {
    display: none;
    background: linear-gradient(90deg, #56d4af, #31a7eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.animate-text span.text-ins {
    display: block;
    animation: textIn .5s ease
}

.animate-text span.text-outs {
    animation: textOut .5s ease
}

@keyframes textIn {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(0%)
    }
}

@keyframes textOut {
    0% {
        transform: translateY(0%)
    }

    100% {
        transform: translateY(-100%)
    }
}


.black-body-mode,
.black-body-mode section {
    background-color: #000E0E;
}

.hero-section-effect {
    padding-bottom: 370px;
    padding-top: 300px;
}

.banner-fp-sec video {
    top: -20rem;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    opacity: 1;
    position: absolute;
}

.hero-section-effect.banner-fp-sec {
    background: transparent;
}

.hero-main-text-wrapper {
    text-align: center;
    position: relative;
    padding-top: 3rem;
}

.round-shape-bulb {
    position: absolute;
    left: 50%;
    top: -7rem;
    z-index: 1;
    transform: translateX(-50%);
}

.star-bubble-group {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.hero-main-text-wrapper h1 {
    font-size: 64px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    width: 60%;
    margin: 0 auto;
    line-height: 80px;
    letter-spacing: -1.6px;
    z-index: 2;
    position: relative;
}

.hero-main-text-wrapper p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    width: 45%;
    margin: 20px auto 30px;
    font-family: "Poppins", sans-serif;
    line-height: 24px;
}

.bubble-btn-border {
    color: #ffffff !important;
    background: linear-gradient(84deg, #0AADAD 20.58%, #0C8080 100%);
    border-radius: 50px;
    padding: 12px 30px;
    cursor: pointer;
    box-shadow: 0 0px 0px 5px rgba(14, 52, 52, 1);
    transition: transform 0.2s ease-in-out;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.20);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    z-index: 1;
}

.bubble-btn-border:hover {
    transform: scale(1.1);
}

.border-btn-effect {
    width: 10em;
    position: relative;
    height: 3.5em;
    border: 3px ridge #149CEA;
    outline: none;
    background-color: transparent;
    color: white;
    transition: 1s;
    border-radius: 0.3em;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.animated-button {
    position: relative;
    display: inline-block;
    padding: 12px 23px;
    text-align: center;
    font-size: 17px;
    border-radius: 3px;
    font-weight: 700;
    color: #000000 !important;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
    z-index: 9999;
    width: 250px;
    border: none;
    background: linear-gradient(90deg, #56d4af, #31a7eb);
}

.animated-button span:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: linear-gradient(84deg, #41bfcf 20.58%, #00ff30 100%);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
}

.animated-button span:first-child {
    position: relative;
    z-index: 1;
}

.animated-button:hover {
    box-shadow: 0 0 0 5px #2195f360;
    color: #ffffff;
}

/*.animated-button:active {
  scale: 0.95;
}*/

.animated-button:hover span:last-child {
    width: 260px;
    height: 150px;
    opacity: 1;
}

.hero-main-video-wrapper {
    text-align: center;
    position: relative;
    margin-top: 18rem;
    z-index: 99;
}

.hero-main-video-wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 100%;
    border-top: 1px solid rgba(10, 176, 176, 0.40);
    background: #000E0E;
    left: 0;
    top: -30px;
    z-index: 9;
}

.main-hero-video-section {
    /*    border-radius: 20px;
    border: 1px solid #0AB0B0;*/
    position: relative;
    /*    padding: 1rem;*/
    z-index: 99;
    border-bottom: 0;
}

.hero-genie-vector {
    position: absolute;
    top: -12rem;
    z-index: 1;
    left: 28rem;
    width: 260px;
}

.main-hero-video-section iframe {
    padding: 10px;
    border: 1px solid #0AB0B0;
    border-radius: 8px;
    border-bottom: 0;
    width: 100%;
    height: 600px;
    z-index: 9;
    position: relative;
}

.main-hero-video-section:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
    background: linear-gradient(2deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.button-container {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 31%;
}

#playPauseButton {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(2deg, rgba(10, 176, 176, 0.5) 0%, rgba(5, 115, 115, 0.5) 100%);
    border: 1px solid #058a8a;
    outline: none;
    cursor: pointer;
    position: relative;
    filter: drop-shadow(0px 12px 28px rgba(0, 0, 0, 0.75));
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease;
}

#playPauseButton .icon {
    width: 0;
    height: 0;
    border-style: solid;
    transition: all 0.3s ease;
}

#playPauseButton.play .icon {
    border-width: 20px 0 20px 35px;
    /* Triangle for play */
    border-color: transparent transparent transparent #ffffff;
}

#playPauseButton.pause .icon {
    display: flex;
    gap: 10px;
    position: relative;
    width: auto;
    height: 40px;
}

#playPauseButton.pause .icon::before,
#playPauseButton.pause .icon::after {
    content: '';
    width: 12px;
    height: 40px;
    background-color: #ffffff;
    /* Matches icon color */
    position: absolute;
    top: 0;
}

#playPauseButton.pause .icon::before {
    left: -16px;
}

#playPauseButton.pause .icon::after {
    right: -16px;
}

.wave-shape-full-wrapper {
    position: absolute;
    bottom: -22px;
    left: 0;
    z-index: 1;
    width: 100%;
    opacity: 0.8;
    height: 350px;
}

.wave-shape-full-wrapper img {
    width: 100%;
}

/*Feature section style start*/
/*.new-feature-section {
    padding-bottom: 180px;
}*/
.new-feature-grade-text {
    text-align: center;
}

.new-feature-grade-text h2 {
    opacity: 0.5;
    background: linear-gradient(157deg, #8EE2E2 -32.52%, #002828 62.47%, #47BA9A 109.55%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 200px;
    font-weight: 800;
    line-height: normal;
    font-family: "Poppins", sans-serif;
    margin: 0;
}

.new-feature-grade-text h3 {
    color: #D7EDED;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 72px;
    margin-top: -7rem;
    position: relative;
}

.new-feature-grade-text img {
    margin: 2rem 0;
}

.new-feature-grade-text p {
    color: #D7EDED;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 7rem;
}

.feature-rec-shape {
    width: 100%;
    position: absolute;
    box-shadow: 11px 10px 9px 7px rgba(0, 0, 0, 0.5);
    top: 0rem;
    height: 213px;
    border-bottom: 5px solid #000000;
}

.autoplay-video-area img {
    width: 90%;
}

.autoplay-video-area iframe {
    height: 350px;
    border: 1px solid #616161;
}

.autoplay-video-area video {
    width: 100%;
    height: 380px;
    /*border: 1px solid #2d2d2d;*/
    object-fit: cover;
    /*    padding: 10px;*/
    border-radius: 5px;
}

/*
.autoplay-video-with-border video {
    border: none;
    height: auto;
}*/

.feature-section-text label {
    color: rgba(255, 255, 255, 0.40);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.feature-section-text h4 {
    /*    color: #0AB0B0;*/
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-top: 0;
    background: linear-gradient(90deg, #56d4af, #31a7eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature-section-text p {
    color: #F5FCFC;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.feature-section-text ul {
    padding-left: 12px;
    margin-bottom: 1rem;
}

.feature-section-text ul li {
    color: rgba(245, 252, 252, 0.80);
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 4px;
}

.bubble-btn-icon {
    box-shadow: 0 0px 0px 5px rgba(14, 52, 52, 1);
    padding: 13px;
}

.bubble-btn-icon img {
    vertical-align: top;
    margin-right: 10px;
}

.feature-row-gap {
    border: 1px solid #333333;
    border-radius: 10px;
    padding: 4rem 1rem;
    margin-bottom: 10rem;
    border-image-slice: 1;
}

.row.feature-row-gap:last-child {
    margin-bottom: 0;
}

.feature-row-gap:hover {
    border-image-source: linear-gradient(92.36deg, #CDFF64 -9.78%, #66D6AD 47.15%, #13B5E8 105.24%);
}

.autoplay-video-area video {
    width: 100%;
}

/*Feature section style end*/

/*Meet section style start*/
section.new-meet-section {
    padding-top: 50px;
}

.section-title-wrapper {
    text-align: center;
}

.section-title-wrapper h2 {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 72px;
    letter-spacing: 1px;
  
}

.section-title-wrapper h2 span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Poppins", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 72px;
    letter-spacing: 1px;
    background: linear-gradient(90deg, #56d4af, #31a7eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mentor-box-row {
    border-radius: 35px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 2rem;
    overflow: hidden;
}

.new-meet-text {
    z-index: 99;
}

.new-meet-text h2 {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-top: 2rem;
}

.new-meet-text p {
    color: rgba(255, 255, 255, 0.80);
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

.new-meet-text ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2.5rem;
}

.new-meet-text ul li {
    color: rgba(255, 255, 255, 0.70);
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    padding-left: 35px;
    position: relative;
}

.new-meet-text ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(/images/home/check-circle.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.plan-price-text p {
    font-weight: 300;
}

.plan-price-text h3 {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 2rem;
}

.meet-genie-col:before {
    content: '';
    width: 570px;
    height: 550px;
    position: absolute;
    border-radius: 545.279px;
    background: rgba(10, 176, 176, 0.30);
    top: -6rem;
    right: -9rem;
}

.meet-genie-col img {
    position: relative;
    left: 5rem;
    top: 4rem;
}

.new-meet-section:before {
    content: '';
    width: 380px;
    height: 350px;
    flex-shrink: 0;
    position: absolute;
    border-radius: 457px;
    background: rgba(9, 146, 146, 0.40);
    filter: blur(200px);
    left: 6rem;
}

.new-meet-section:after {
    content: '';
    width: 390px;
    height: 388px;
    flex-shrink: 0;
    position: absolute;
    border-radius: 457px;
    background: rgba(9, 146, 146, 0.40);
    filter: blur(200px);
    right: 6rem;
    bottom: -5rem;
}

.mentor-box-row:after {
    content: '';
    width: 210px;
    height: 205px;
    position: absolute;
    border-radius: 457px;
    background: rgba(9, 146, 146, 0.40);
    filter: blur(200px);
    bottom: 0;
    z-index: 1;
}

.video-understand-section {
    padding: 100px 0 150px;
}

/*Meet section style end*/

/*Productivity section style start*/
.productivity-section {
    padding-top: 0;
}

.title-glow-text h2 {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 51px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
    width: 70%;
    margin: 0 auto 1rem;
}

.title-glow-text h2 b {
    color: #E2FDFF;
    text-shadow: 1px 0px 10px #63F2FF;
    font-family: "Poppins", sans-serif;
    font-size: 51px;
    font-style: normal;
    font-weight: 600;
    line-height: 57px;
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(99, 252, 255, 0.25) 50%, rgba(74, 205, 205, 0.15) 100%);
    box-shadow: 0px 0px 27px 0px rgba(99, 255, 234, 0.40);
    padding: 5px;
}

.title-glow-text p {
    color: rgba(255, 255, 255, 0.80);
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

.browser-frame-col {
    margin-top: 4rem;
}

.browser-frame-col img {
    width: 100%;
}

/*Productivity section style end*/

/*Creator section style start*/
.creator-box-row {
    padding-bottom: 0;
    padding-right: 0;
}

.sebi-regiter-box {
    border-radius: 16px;
    background: rgba(82, 229, 229, 0.08);
    display: flex;
    align-items: center;
    padding: 10px 10px;
    gap: 20px;
    margin-bottom: 2rem;
    border: 2px solid #163838;

}

.sebi-regiter-box p {
    margin-bottom: 0;
}

.sebi-regiter-box h5 {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 0;
}

.new-creator-text h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}


.new-creator-text p {
    color: #ffffff;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 5px;
}

.new-creator-text p img {
    width: 36px;
}

.new-creator-text p span {
    font-weight: 300;
}

.new-creator-text p:nth-child(3) {
    color: rgba(255, 255, 255, 0.50);
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 36px;
    margin-top: 2rem;
}

.creator-box-row {
    position: relative;
}

.creator-box-row .frame-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.new-creator-text {
    margin-top: 3rem;
}

.creator-col-photo img {
    position: relative;
    right: -2rem;
    margin-bottom: -3rem;
    top: -2rem;
}

/*Creator section style end*/

/*Client section style start*/
.new-client-section {
    padding-bottom: 40px;
}

.grade-title-section {
    text-align: center;
}

.grade-title-section h2 {
    color: #FFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
    margin-bottom: 10px;
}

.grade-title-section h2 span {
    background: var(--linear-2-paints, linear-gradient(74deg, #19D1D1 0%, #0AB097 96.63%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.grade-title-section p {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width: 50%;
    margin: 0 auto;
    letter-spacing: 0.3px;
}

.client-owl-slide .active.center {
    transform: scale(1);
}

.client-owl-slide .active {
    transform: scale(.8);
    transition: .6s ease;
}

.client-slide-box {
    border-radius: 13px;
    /*    border: 1px solid rgba(14, 182, 182, 0.24);
    background: linear-gradient(115deg, rgba(2, 18, 18, 0.12) -1.95%, rgba(13, 120, 120, 0.42) 103.79%);*/
    backdrop-filter: blur(14px);
    padding: 1.5rem;
    background: linear-gradient(92.36deg, #CDFF64 -9.78%, #66D6AD 47.15%, #13B5E8 105.24%);
    position: relative;
}

.client-slide-box:after {
    content: '' '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #0f1018;
    border-radius: 10px;
}

.client-photo-text {
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
    z-index: 1;
}

.client-photo-text h4 {
    color: #DCDFDF;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.client-photo-text p {
    color: #DCDFDF;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    position: relative;
    z-index: 1;
}

.client-speak-text p {
    color: #DCDFDF;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    position: relative;
    z-index: 1;
}

.client-photo-text img {
    width: auto !important;
}

.qoute-icon-set {
    width: auto !important;
    position: absolute;
    right: 1rem;
    top: 2rem;
    z-index: 1;
}

.client-owl-slide {
    margin-top: 4rem;
    margin-bottom: 7rem
}

.client-owl-slide .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
    gap: 1rem;
}

.client-owl-slide .owl-next,
.client-owl-slide .owl-prev {
    border-radius: 8px;
    /*        border: 1px solid rgba(10, 176, 176, 0.2);*/
    /*        background: linear-gradient(-90deg, rgba(10, 176, 176, 0.2) 0%, #0D2020 100%);*/
    background: linear-gradient(90deg, #1bb8e2, #b7f673);
    border-left: 0;
    padding: 5px;
}

.team-support-section {
    padding-top: 0;
}

.team-support-section:after {
    content: '';
    position: absolute;
    left: 6rem;
    bottom: 0;
    border-radius: 497px;
    background: rgba(9, 146, 146, 0.40);
    filter: blur(200px);
    width: 457px;
    height: 497px;
}

.support-border-box {
    border-radius: 14px;
    /*    border: 4px solid #0AB0B0;*/
    box-shadow: 0px 4px 24.3px 29px rgba(0, 0, 0, 0.03);
    padding: 50px 80px;
    text-align: center;
    background: linear-gradient(92.36deg, #CDFF64 -9.78%, #66D6AD 47.15%, #13B5E8 105.24%);
    position: relative;
    z-index: 12;
}

.support-border-box h2 {
    color: #FFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
}

.support-border-box p {
    color: #FFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    width: 65%;
    margin: 1.5rem auto 4rem;
    z-index: 1;
    position: relative;
}

.whatsapp-btn {
    border-radius: 68px;
    border: 1px solid #0AB0B0;
    background: #29A71A;
    box-shadow: 0px 4px 24.3px 29px rgba(0, 0, 0, 0.03);
    font-size: 18px;
}

.whatsapp-btn img {
    vertical-align: middle;
    padding-right: 12px;
}

.support-border-box:after {
    content: '' '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #0f1018;
    border-radius: 10px;
}

.support-border-box span img {
    width: 20px;
    vertical-align: sub;
    margin-right: 5px;
    filter: invert(1);
}


/*Client section style end*/
/*Main Dark home page style end*/
/*Access Limit start*/
.access-limit-wrapper {
    background: #0F0F0F;
    height: calc(100vh - 57px);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.access-limit-center-area {
    max-width: 400px;
    margin: 0 auto;
    display: block;
}

.access-limit-center-area h1 {
    font-size: 24px;
    font-weight: 500;
}

.access-limit-center-area p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    margin: 15px 0;
}

.access-limit-center-area button {
    font-weight: 400;
}

.access-limit-center-area button {
    font-weight: 600;
    font-size: 14px;
    padding: 8px 13px;
}

.access-limit-center-area button img {
    margin-right: 4px;
    vertical-align: top;
}

.tv-scanner-typing-widget {
    padding: 4px 10px;
    margin-bottom: 7px;
    height: 35px;
}

.tv-scanner-typing-widget .chartbox-data-inner img {
    width: 25px;
    height: 25px;
}

.grid-stack-item[data-gs-height="3"] .custom-widget-col .tv-scanner-typing-widget+.tv-entry-data-widget {
    max-height: 230px;
}

.grid-stack-item[data-gs-height="4"] .custom-widget-col .tv-scanner-typing-widget+.tv-entry-data-widget {
    max-height: 350px;
}

.grid-stack-item[data-gs-height="5"] .custom-widget-col .tv-scanner-typing-widget+.tv-entry-data-widget {
    max-height: 470px;
}

.grid-stack-item[data-gs-height="6"] .custom-widget-col .tv-scanner-typing-widget+.tv-entry-data-widget {
    max-height: 580px !important;
    height: 580px !important;
}

.grid-stack-item[data-gs-height="7"] .custom-widget-col .tv-scanner-typing-widget+.tv-entry-data-widget {
    max-height: 700px !important;
    height: 700px !important;
}

.grid-stack-item[data-gs-height="8"] .custom-widget-col .tv-scanner-typing-widget+.tv-entry-data-widget {
    max-height: 830px !important;
    height: 830px;
}

.grid-stack-item[data-gs-height="9"] .custom-widget-col .tv-scanner-typing-widget+.tv-entry-data-widget {
    max-height: 940px !important;
    height: 940px;
}

.grid-stack-item[data-gs-height="10"] .custom-widget-col .tv-scanner-typing-widget+.tv-entry-data-widget {
    max-height: 1070px !important;
    height: 1070px;
}

.grid-stack-item[data-gs-height="11"] .custom-widget-col .tv-scanner-typing-widget+.tv-entry-data-widget {
    max-height: 1180px !important;
    height: 1180px;
}

.grid-stack-item[data-gs-height="12"] .custom-widget-col .tv-scanner-typing-widget+.tv-entry-data-widget {
    max-height: 1300px !important;
    height: 1300px;
}

.grid-stack-item[data-gs-width="2"] .tv-scanner-typing-widget p {
    line-height: 19px;
    font-size: 13px;
}

.grid-stack-item[data-gs-width="2"] .tv-scanner-typing-widget {
    padding: 4px 5px;
    margin-bottom: 7px;
}

/*Access Limit end*/
.gradient-fledge-buy {
    background: transparent linear-gradient(90deg, #19D1D1 0%, #0AB097 100%) 0% 0%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 4px 15px;
    column-gap: 10px;
}

.gradient-fledge-buy h4 {
    margin: 0;
    font-weight: 600;
}

.gradient-fledge-buy .btn-blue {
    background: #0bb2b1;
    font-weight: 600;
    padding: 4px 15px;
}

.lock-tv-widget-area {
    position: relative;
    border: 1px solid #7c7c7c;
    border-radius: 15px;
}

.lock-tv-widget-area img {
    filter: blur(8px);
    width: 100%;
}

.lock-tv-widget-area .lock-tv-widget-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.lock-tv-widget-area .lock-tv-widget-text h2 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 10px;
}

.lock-tv-widget-area .lock-tv-widget-text p {
    color: #ffffff;
    width: 80%;
    margin: 0 auto 1rem;
    font-weight: 400;
    line-height: 22px;
    display: none;
}

.lock-tv-widget-area .lock-tv-widget-text .btn-blue {
    background: #0AB0B0;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
}

.lock-tv-widget-area .lock-tv-widget-text .btn-blue img {
    filter: blur(0);
    width: 16px;
    vertical-align: top;
    margin-right: 3px;
}

.lock-widget-gap {
    margin-top: 15px;
}

.lock-widget-gap .row {
    row-gap: 30px;
}

.tv-watch-list-widget {
    padding: 2px 10px;
}

.tv-watch-list-widget .instrument-flex {
    padding: 0 1rem 0.3rem;
}

.tv-watch-list-widget .instrument-flex .trading-chart-title {
    font-size: 14px;
}

.tv-watch-list-widget .instrument-flex .radius-btn {
    padding: 1px 10px !important;
}

.tv-watch-list-widget .tranding-watch-list td {
    padding: 2px 10px 2px 4px;
}

.tv-search-symbol-popup .search-title {
    padding: 0px 8px;
    font-size: 13px;
}

.tv-search-symbol-popup .close-circle {
    width: 22px;
    height: 22px;
}

.tv-search-symbol-popup .close-circle img {
    width: 9px;
    position: relative;
    top: -4px;
}

.tv-search-symbol-popup .trading-search-input input {
    font-size: 12px !important;
    padding: 3px 32px 3px 5px !important;
}

.tv-search-symbol-popup .trading-search-input i {
    position: absolute;
    right: 1.2rem;
    top: 18px;
    font-size: 14px;
}

.tv-search-symbol-popup .tranding-watch-list {
    padding: 2px 10px;
}

.tv-search-symbol-popup .symbol-cmp-name {
    font-size: 12px;
}

.grid-stack-item[data-gs-width="2"] .tv-search-symbol-popup {
    left: 5%;
    max-width: 260px;
    width: 260px;
}

.grid-stack-item[data-gs-width="3"] .tv-search-symbol-popup {
    max-width: 300px;
    width: 300px;
}

.tv-search-symbol-popup {
    left: inherit;
    right: 40px;
}

.grid-stack-item[data-gs-height="9"] .tv-watch-list-widget,
.grid-stack-item[data-gs-height="10"] .tv-watch-list-widget,
.grid-stack-item[data-gs-height="11"] .tv-watch-list-widget,
.grid-stack-item[data-gs-height="12"] .tv-watch-list-widget {
    max-height: inherit;
    height: auto;
}

.grid-stack-item[data-gs-height="3"] .tv-watch-list-widget {
    max-height: 270px;
}

.grid-stack-item[data-gs-height="4"] .tv-watch-list-widget {
    max-height: 380px;
}

.grid-stack-item[data-gs-height="5"] .tv-watch-list-widget {
    max-height: 510px;
}

.grid-stack-item[data-gs-height="6"] .tv-watch-list-widget {
    max-height: 630px;
    height: 630px;
}

.grid-stack-item[data-gs-height="7"] .tv-watch-list-widget {
    max-height: 740px !important;
    height: 740px;
}

.grid-stack-item[data-gs-height="3"] .tv-search-symbol-popup .trading-search-list-wrapper {
    max-height: 170px;
}

.grid-stack-item[data-gs-height="4"] .tv-search-symbol-popup .trading-search-list-wrapper {
    max-height: 280px;
}

.grid-stack-item[data-gs-height="5"] .tv-search-symbol-popup .trading-search-list-wrapper {
    max-height: 380px;
}

.grid-stack-item[data-gs-height="6"] .tv-search-symbol-popup .trading-search-list-wrapper {
    max-height: 480px;
}

.grid-stack-item[data-gs-height="7"] .tv-search-symbol-popup .trading-search-list-wrapper {
    max-height: 580px;
}

/*GOC - Genie TRex widget css start*/
.genie-pick-card-grid {
    margin-top: 12px;
}

.genie-pick-card-grid .stock-genie-treax-box {
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    background: #000;
    border: none;
}

.genie-pick-card-grid .stock-genie-treax-box .list-box-area {
    align-items: flex-start;
}

.genie-pick-card-grid .stock-genie-treax-box .list-box-area p {
    margin-bottom: 5px;
    line-height: 22px;
}

.stock-genie-treax-box .timebrand-text-graph img {
    width: 30px;
}

.stock-genie-treax-box .timebrand-text-graph p {
    margin-top: 9px;
    font-size: 14px;
    padding: 1px 6px;
}

.stock-genie-treax-box .text-achieved-area p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 2px !important;
}

.stock-genie-treax-box .text-achieved-area p+div p {
    font-size: 15px;
    font-weight: 600;
}

.achieved-yellow-box {
    border: 2px solid rgba(218, 150, 0, 1);
    background: linear-gradient(63.82deg, #9B7525 11.84%, #805D13 88.24%);
    border-radius: 20px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.achieved-yellow-box img {
    width: auto !important;
}

.genie-trex-widget li:first-child {
    display: flex;
    column-gap: 15px;
    align-items: center;
}

.grid-stack-item[data-gs-width="4"] .genie-trex-widget li:first-child {
    column-gap: 10px;
}

.grid-stack-item[data-gs-width="4"] .genie-trex-widget li span {
    font-size: 12px !important;
}

.grid-stack-item[data-gs-width="4"] .genie-trex-widget li .custom-selection {
    width: 110px !important
}

.grid-stack-item[data-gs-width="4"] .genie-trex-widget .stock-meter-filter .autocomplete-focus input {
    height: 30px;
}

.grid-stack-item[data-gs-width="4"] .genie-pick-card-grid .stock-genie-treax-box {
    grid-template-columns: repeat(2, 1fr);
}

.grid-stack-item[data-gs-width="4"] .stock-genie-treax-box .timebrand-text-graph img {
    width: 28px;
}

.grid-stack-item[data-gs-width="4"] .stock-genie-treax-box .timebrand-text-graph p {
    font-size: 12px;
    padding: 0px 4px;
}

.grid-stack-item[data-gs-width="4"] .stock-genie-treax-box .text-achieved-area p {
    font-size: 12px;
    margin-bottom: 0px !important;
}

.grid-stack-item[data-gs-width="4"] .stock-genie-treax-box .text-achieved-area p+div p {
    font-size: 13px;
}

.grid-stack-item[data-gs-width="4"] .achieved-yellow-box {
    padding: 0 4px;
    font-size: 12px;
}

.grid-stack-item[data-gs-width="4"] .stock-genie-treax-box .graph-area img {
    width: 35px;
}

.grid-stack-item[data-gs-width="4"] .stock-genie-treax-box .graph-area p {
    font-size: 14px;
}

.grid-stack-item[data-gs-width="5"] .genie-pick-card-grid .stock-genie-treax-box {
    grid-template-columns: repeat(2, 1fr);
}

.grid-stack-item[data-gs-width="6"] .stock-genie-treax-box .timebrand-text-graph img {
    width: 28px;
}

.grid-stack-item[data-gs-width="6"] .stock-genie-treax-box .timebrand-text-graph p {
    font-size: 14px;
    padding: 0px 4px;
}

.grid-stack-item[data-gs-width="6"] .stock-genie-treax-box .text-achieved-area p {
    font-size: 13px;
    margin-bottom: 0px !important;
}

.grid-stack-item[data-gs-width="6"] .achieved-yellow-box {
    padding: 0 4px;
    font-size: 12px;
}

.grid-stack-item[data-gs-width="6"] .stock-genie-treax-box .graph-area img {
    width: 35px;
}

.stock-genie-treax-box .graph-area p {
    font-size: 14px;
}

.grid-stack-item[data-gs-width="8"] .genie-pick-card-grid .stock-genie-treax-box {
    grid-template-columns: repeat(4, 1fr);
}

.grid-stack-item[data-gs-width="8"] .achieved-yellow-box {
    padding: 0 6px;
    column-gap: 2px;
    font-size: 13px;
}

.grid-stack-item[data-gs-width="8"] .genie-pick-card-grid .stock-genie-treax-box .list-box-area p {
    font-size: 13px;
}

.grid-stack-item[data-gs-width="8"] .stock-genie-treax-box .text-achieved-area p+div p {
    font-size: 14px;
}

.grid-stack-item[data-gs-width="9"] .genie-pick-card-grid .stock-genie-treax-box {
    grid-template-columns: repeat(4, 1fr);
}

.grid-stack-item[data-gs-width="10"] .genie-pick-card-grid .stock-genie-treax-box {
    grid-template-columns: repeat(5, 1fr);
}

.grid-stack-item[data-gs-width="10"] .achieved-yellow-box {
    padding: 0 5px;
    column-gap: 2px;
}

.grid-stack-item[data-gs-width="11"] .genie-pick-card-grid .stock-genie-treax-box {
    grid-template-columns: repeat(5, 1fr);
}

.grid-stack-item[data-gs-width="12"] .genie-pick-card-grid .stock-genie-treax-box {
    grid-template-columns: repeat(5, 1fr);
}

.grid-stack-item[data-gs-width="12"] .achieved-yellow-box {
    padding: 0 5px;
    column-gap: 2px;
}

.genie-trex-inline-filter {
    padding: 0 10px;
    justify-content: space-between;
    list-style: none;
    padding-bottom: 5px;
    background: #000;
    padding: 12px 12px;
    border-radius: 10px;
    margin-bottom: 5px;
}

.genie-trex-inline-filter .inline-radio-flex {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-right: 1rem;
}

.genie-trex-inline-filter .inline-radio-flex span {
    line-height: 18px;
    font-size: 14px;
    color: #ffffff;
}

.genie-trex-inline-filter .inline-radio-flex .form-check {
    padding-left: 0;
}

.genie-trex-inline-filter .inline-radio-flex .form-check .form-check-input {
    position: inherit;
    margin-top: 5px;
    margin-left: 6px;
    margin-right: 6px;
    vertical-align: sub;
    width: 18px;
    height: 18px;
    accent-color: #1cc5c5;
    background-color: #000;
    border: 1px solid var(--bg-green-1);
}

.genie-trex-inline-filter .inline-radio-flex .form-check .form-check-input:checked {
    background-color: var(--bg-green-1);
    border-color: var(--bg-green-1);
}

.genie-trex-inline-filter .inline-radio-flex .form-check .form-check-label {
    margin-bottom: 0;
    color: #ffffff;
}

.genie-trex-inline-filter .autocomplete-focus input {
    height: 35px;
}

.Genie-trex-shadow-card .genie-pick-card-grid .stock-genie-treax-box {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
}

.Genie-trex-shadow-card .list-box-area {
    box-shadow: 0px 0.9px 1.47px 0px #00000007;
    background: var(--bg-black-2);
}

.treax-club-radio {
    border: none;
    margin: 0;
}

.treax-club-radio .form-check .form-check-label {
    font-size: 12px;
}

.treax-club-radio .form-check {
    margin-right: 3px;
}

.treax-club-radio .form-check .form-check-input {
    accent-color: #1ea6a6;
    top: 4px;
    margin-right: 0;
}

.Genie-trex-shadow-card-single .genie-pick-card-grid .stock-genie-treax-box {
    grid-template-columns: repeat(1, 1fr);
}

.stockScanner-widget-box .trex-box-area-list {
    display: block;
}

.trex-inner-border-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #1F1F1F;
    margin-bottom: 0;
    gap: 6px;
}

.trex-inner-flex-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trex-inner-border-flex p.ng-binding {
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 3px !important;
}

.trex-inner-border-flex div:last-child {
    text-align: center;
}

.trex-inner-flex-text label {
    color: rgba(189, 189, 189, 1);
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 0;
    line-height: 20px;
}

.trex-inner-flex-text p.ng-binding {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.trex-single-card-r-border {
    padding-right: 8px;
    border-left: 1px solid #1F1F1F;
    margin-top: -24px;
    padding-left: 8px;
    padding-top: 15px;
}

.grid-stack-item[data-gs-width="4"] .Genie-trex-shadow-card .genie-pick-card-grid .stock-genie-treax-box,
.grid-stack-item[data-gs-width="5"] .Genie-trex-shadow-card .genie-pick-card-grid .stock-genie-treax-box,
.grid-stack-item[data-gs-width="6"] .Genie-trex-shadow-card .genie-pick-card-grid .stock-genie-treax-box {
    grid-template-columns: repeat(1, 1fr);
}

.grid-stack-item[data-gs-width="4"] .trex-inline-flex-flow li:first-child,
.grid-stack-item[data-gs-width="5"] .trex-inline-flex-flow li:first-child,
.grid-stack-item[data-gs-width="6"] .trex-inline-flex-flow li:first-child {
    column-gap: 10px;
    flex-flow: column;
}

.grid-stack-item[data-gs-width="4"] .trex-double-card-col,
.grid-stack-item[data-gs-width="4"] .trex-single-card-r-border,
.grid-stack-item[data-gs-width="5"] .trex-double-card-col,
.grid-stack-item[data-gs-width="5"] .trex-single-card-r-border,
.grid-stack-item[data-gs-width="6"] .trex-double-card-col,
.grid-stack-item[data-gs-width="6"] .trex-single-card-r-border {
    flex: 100%;
    max-width: 100%;
}

.grid-stack-item[data-gs-width="4"] .trex-single-card-r-border,
.grid-stack-item[data-gs-width="5"] .trex-single-card-r-border,
.grid-stack-item[data-gs-width="6"] .trex-single-card-r-border {
    border-left: 0;
}

.genie-pick-card-grid .stock-genie-treax-box .running-text p {
    color: rgba(0, 229, 242, 1);
}

.trex-double-card-col {
    padding: 0 5px;
}

.grid-stack-item[data-gs-width="8"] .Genie-trex-shadow-card .genie-pick-card-grid .stock-genie-treax-box,
.grid-stack-item[data-gs-width="9"] .Genie-trex-shadow-card .genie-pick-card-grid .stock-genie-treax-box,
.grid-stack-item[data-gs-width="10"] .Genie-trex-shadow-card .genie-pick-card-grid .stock-genie-treax-box {
    grid-template-columns: repeat(2, 1fr);
}

.grid-stack-item[data-gs-width="8"] .Genie-trex-shadow-card-single .genie-pick-card-grid .stock-genie-treax-box,
.grid-stack-item[data-gs-width="9"] .Genie-trex-shadow-card-single .genie-pick-card-grid .stock-genie-treax-box,
.grid-stack-item[data-gs-width="10"] .Genie-trex-shadow-card-single .genie-pick-card-grid .stock-genie-treax-box {
    grid-template-columns: repeat(2, 1fr);
}

.grid-stack-item[data-gs-width="11"] .Genie-trex-shadow-card .genie-pick-card-grid .stock-genie-treax-box {
    grid-template-columns: repeat(2, 1fr);
}

.grid-stack-item[data-gs-width="11"] .Genie-trex-shadow-card-single .genie-pick-card-grid .stock-genie-treax-box {
    grid-template-columns: repeat(2, 1fr);
}

.grid-stack-item[data-gs-width="12"] .Genie-trex-shadow-card .genie-pick-card-grid .stock-genie-treax-box {
    grid-template-columns: repeat(2, 1fr);
}

.grid-stack-item[data-gs-width="12"] .Genie-trex-shadow-card-single .genie-pick-card-grid .stock-genie-treax-box {
    grid-template-columns: repeat(2, 1fr);
}

.genie-trex-session-center {
    width: 100%;
    background: rgba(64, 66, 71, 1);
    border-radius: 20px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    /* position: absolute; */
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
}

.genie-trex-session-center img {
    width: 70px;
}

.genie-trex-session-center p {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.genie-trex-session-center p span {
    color: rgba(4, 202, 212, 1);
}

.trex-noStock-center-container {
    height: 52vh;
}

.trex-noStock-center {
    background: rgba(64, 66, 71, 1);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
}

.trex-noStock-center p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #ffffff;
    margin-top: 1rem;
}

.trex-noStock-center p span {
    color: rgba(255, 247, 2, 1);

}

.club-noStock-single .trex-noStock-center {
    width: 250px;
}

.club-noStock-single .trex-noStock-center img {
    width: 50px;
}

.goc-stockgrid-wrapper.accordion .genie-pick-card-grid {
    background: transparent;
    padding: 0;
    border-top: 0;
    border-radius: 10px;
    border: 0px;
}

.goc-stockgrid-wrapper.accordion .accordion-title {
    background: #000000 !important;
    border: 1px solid #1F1F1F !important;
    margin-bottom: -1px !important;
    display: block !important;
    padding-left: 20px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.goc-stockgrid-wrapper.accordion .accordion-title:hover {
    padding-left: 20px !important;
}

.goc-stockgrid-wrapper.accordion .accordion-title:hover i {
    border: 0 !important;
}

.goc-stockgrid-wrapper.accordion .accordion-title i {
    position: absolute;
    right: 13px;
    top: 13px;
}

.goc-stockgrid-wrapper.accordion .collapse.show {
    border: 1px solid #1F1F1F;
    padding: 12px 12px 0;
}

.trex-custom-tabbar {
    background: #1A1A1A;
    border-radius: 10px;
    border: 0;
    margin-bottom: 10px;
}

.nav-tabs.trex-custom-tabbar {
    border: 0px;
    padding: 12px 12px;
    border-radius: 10px;
    background-color: #000;
    gap: 8px;
    flex-wrap: nowrap;
}

.trex-custom-tabbar .nav-link {
    border: 0;
    color: #ffffff;
    font-weight: 600;
    background: #272727;
    border-color: #272727 !important;
    padding: 5px 16px !important;
    width: 100%;
    border-radius: 6px !important;
}

.trex-custom-tabbar .nav-link:hover {
    background: #272727;
    border-color: #272727 !important;
    color: #ffffff;
}

.trex-custom-tabbar .active .nav-link {
    background: #01241B !important;
    border-color: var(--bg-green-1) !important;
    color: var(--bg-green-1) !important;

}

.trex-custom-tabbar .nav-link:focus {
    outline: none;
}

.trex-custom-tabbar li {
    width: 33%;
    text-align: center;
}

.trex-custom-tabbar li:nth-child(2) {
    border-right: 1px solid #1F1F1F;
    border-left: 1px solid #1F1F1F;
}

.time-slot-nodata-trex {
    background: rgba(64, 66, 71, 1);
    border-radius: 8px;
    text-align: center;
    padding: 1rem;
    margin-bottom: 10px;
}

.time-slot-nodata-trex img {
    width: 40px;
}

.time-slot-nodata-trex p {
    margin: 0;
    color: #ffffff;
    padding-top: 5px;
    font-size: 14px;
}

.time-slot-nodata-trex p span {
    color: rgba(255, 247, 2, 1);
}

.clud-trex-readMore {
    text-align: center;
    margin-top: 1rem !important;
    cursor: pointer;
}

.gocgenie-stockWidget-modal .trex-single-card-r-border {
    border-left: 0;
    margin-top: -12px;
}

.gocgenie-stockWidget-modal .Genie-trex-shadow-card-single .genie-pick-card-grid .stock-genie-treax-box {
    grid-template-columns: repeat(4, 1fr);
}

/*GOC - Genie TRex widget css end*/
/* ================================================== */
/* R E S P O N S I V E */
/* ================================================== */
.report--section {
    min-height: calc(100vh - 55px);
}



@media (min-width: 1200px) and (max-width: 1600px) {
    #mainmenu>li.header-pricing-btn a .course-icon {
        width: 16px !important;
    }


    header #mainmenu a {
        font-size: 14px;
    }

    #mainmenu li.pdpage-btn {
        margin-right: 2px;
    }

    .menu-icon-bar-web svg {
        width: 14px;
    }

    .goc-white-menu-vector {
        width: 15px;
        height: auto;
    }

    header div#logo img {
        height: auto;
    }

    .menu-icon-bar-web {
        padding-right: 2px;
    }

}

@media (min-width: 1200px) and (max-width: 1340px) {
    header div#logo img {
        height: auto;
    }

    #mainmenu li.pdpage-btn,
    #mainmenu li.gocmeter-btn {
        margin-right: 4px;
    }

    #mainmenu li.youtube-btn {
        margin-right: 4px !important;
    }

    #mainmenu>li.course-btn,
    #mainmenu>li.billing-history-btn {
        margin-left: 4px !important;
    }


    .goc-crown-menu-vector {
        left: -3px;
    }

    #mainmenu li a:after {
        margin-left: 5px;
    }

    .stock-card-box-bull p {
        font-size: 12px !important;
    }

    .admin-profile-dropdown .btn-secondary.profile-admin {
        line-height: 36px;
    }

}

@media (min-width: 980px) and (max-width: 1199px) {
    header div#logo {
        font-size: 22px;
    }

    header div#logo img {
        max-width: 50px;
    }


    #mainmenu li a:after {
        margin-left: 4px;
    }

    .pf_full_width.gallery_border .item,
    .pf_full_width.gallery_border.pf_2_cols .item,
    .pf_full_width.gallery_border.pf_3_cols .item {
        float: left;
        width: 23.95%;
    }

    #mainmenu .pdpage-btn .fa,
    #mainmenu .gocmeter-btn .fa,
    #mainmenu .youtube-btn .fa,
    #mainmenu .purchase-btn img.algo-icon,
    #mainmenu .course-btn img.course-icon,
    .goc-crown-menu-vector,
    .goc-white-menu-vector {
        display: none !important;
    }

    header div#logo a {
        font-size: 17px !important;
    }

    #mainmenu li.gocmeter-btn a i.fa {
        display: inline-block !important;
    }

    #mainmenu li a img {
        display: inline-block !important;
    }

    header div#logo img {
        max-width: 35px !important;
    }

    #mainmenu li.pdpage-btn,
    #mainmenu li.gocmeter-btn,
    #mainmenu li.youtube-btn {
        margin-right: 2px !important;
    }

    #mainmenu>li.course-btn {
        margin-left: 2px !important;
    }

    .admin-profile-dropdown .btn-secondary.profile-admin {
        line-height: 33px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .chartbox-data-inner p {
        font-size: 13px;
        line-height: 16px;
    }

    .dash-title {
        font-size: 15px;
        margin-left: 0.2rem;
        white-space: nowrap;
    }

    .dashboard-flex .text-center {
        padding: 2px 10px 2px 5px;
    }

    /*    .dashstock-updown-wrapped {
        padding: 0.3rem 0.3rem;
    }*/

    .dashstock-updown-wrapped ul li {
        padding-right: 0.5rem;
        margin-right: 0.5rem;
        font-size: 12px;
        line-height: 16px;
    }

    .dash-trial-box p {
        margin-right: 5px;
        font-size: 13px;
        line-height: 18px;
    }

    .widget-title-bar h4 {
        font-size: 16px;
    }


    .grid-stack-item[data-gs-height="5"] .pd-live-widget .chart-data-gpt-wrapper {
        max-height: 370px;
    }

    .grid-stack-item[data-gs-height="3"][data-gs-width="5"] .meter-widget-col .img-box-meter img {
        width: 160px;
    }

    .grid-stack-item[data-gs-width="6"] .pd-combine-widget-title,
    .grid-stack-item[data-gs-width="7"] .pd-combine-widget-title,
    .grid-stack-item[data-gs-width="8"] .pd-combine-widget-title,
    .grid-stack-item[data-gs-width="9"] .pd-combine-widget-title,
    .grid-stack-item[data-gs-width="10"] .pd-combine-widget-title,
    .grid-stack-item[data-gs-width="11"] .pd-combine-widget-title,
    .grid-stack-item[data-gs-width="12"] .pd-combine-widget-title {
        font-size: 13px;
    }

    .predict-widget-wrapper .predict-script-box {
        padding: 0.3rem;
    }

    .predict-widget-wrapper .predict-top-wrapper label,
    .predict-widget-wrapper .predict-top-wrapper p {
        line-height: 18px;
    }

    .btn-toggle-switch.btn-sm.active>.handle {
        left: 1.8rem;
    }

    .grid-stack-item[data-gs-width="6"] .btn-toggle-switch.btn-sm.btn-sm:before,
    .grid-stack-item[data-gs-width="6"] .btn-toggle-switch.btn-sm.btn-sm:after {
        width: 2rem !important;
    }

    .btn-toggle-switch.btn-sm:before {
        font-size: 13px !important;
    }

    .btn-toggle-switch.btn-sm .active>.handle {
        left: 1.8rem !important;
    }

    .predict-widget-wrapper .predict-list-wrapper label {
        font-size: 12px;
    }

    .predict-widget-wrapper .predict-list-wrapper input {
        width: 65px;
        font-size: 12px;
    }

    .predict-widget-wrapper .predict-animated-icon {
        width: 190px;
    }

    .predict-widget-wrapper .nifty-bottom-text h4 {
        font-size: 14px;
        padding: 5px;
        line-height: 20px;
    }

    .predict-widget-wrapper .predict-animated-down {
        width: 140px;
    }

    .meter-widget-col .meter-box {
        flex-direction: column;
    }

    .grid-stack-item[data-gs-width="6"] .btn-toggle-switch.btn-sm.active>.handle {
        left: 1.6rem;
    }
}

/* -------------------------------------------------- 
	design for 768px
	/* ================================================== */

@media (min-width: 768px) and (max-width: 979px) {
    .slider_text {
        padding-top: 0px;
    }

    chart-box-meter,
    .text-percentage {
        width: 100% !important;
        padding: 10px 0;
    }

    .meter-box {
        flex-wrap: wrap;
        padding: 0;
    }

}

@media only screen and (max-width: 1299px) {
    .predict-widget-wrapper .predict-animated-icon-default {
        width: 185px;
        height: 185px;
    }

    .grid-stack-item[data-gs-width="6"] .pd-live-widget .gpt-stock-col,
    .grid-stack-item[data-gs-width="7"] .pd-live-widget .gpt-stock-col,
    .grid-stack-item[data-gs-width="8"] .pd-live-widget .gpt-stock-col,
    .grid-stack-item[data-gs-width="9"] .pd-live-widget .gpt-stock-col,
    .grid-stack-item[data-gs-width="10"] .pd-live-widget .gpt-stock-col,
    .grid-stack-item[data-gs-width="11"] .pd-live-widget .gpt-stock-col,
    .grid-stack-item[data-gs-width="12"] .pd-live-widget .gpt-stock-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .gpt-stock-col.pr-md-0 {
        padding-right: 15px !important;
    }

    .grid-stack-item[data-gs-height="6"] .pd-live-widget .chart-data-gpt-wrapper {
        max-height: 250px;
        margin-bottom: 10px;
    }

    .option-widget-time {
        padding-left: 0;
    }

    .gpt-live-stock-btn ul {
        padding: 0;
        margin: 10px 0;
    }

    .trading-exp-dropdown {
        font-weight: 500;
        font-size: 13px;
    }

    .chartbox-trend .widget-tab_outer .btn_tab {
        padding: 3px 10px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px) {
    .youtube-session-header {
        width: 35%;
    }

    .youtube-session-body {
        width: 60%;
    }

    .table-success th,
    .table-danger th {
        white-space: nowrap;
        font-size: 14px;
    }

    .table-success>td,
    .table-danger>td {
        padding: 7px 10px;
        font-size: 14px;
    }

    .center-box {
        width: 45%;
    }

    .modal-custom-body {
        padding: 1.5rem 1rem;
    }

    .modal-custom-body .youtube-embed {
        min-height: 240px;
    }

    .modal-custom-body h3 {
        margin-bottom: 1rem;
    }

    .chart-box-meter {
        height: 100px !important;
    }

    .text-percentage {
        padding-bottom: 10px !important;
    }

    .banner_plan {
        padding: 70px 0 100px !important;
    }

    .main-custom-logo img {
        width: 55px;
    }

    .main-custom-logo p {
        font-size: 33px;
    }

    .plan-name {
        font-size: 50px;
    }

    .common-title-text h3 {
        font-size: 26px;
    }

    .common-title-text p {
        width: 80%;
    }

    .plan-card-rounded {
        padding: 2rem 1rem;
    }

    .plan-type {
        padding: 0.6rem 1rem;
        font-size: 16px;
        font-weight: 600;
    }

    .plan-price-wrapper p {
        font-size: 26px;
    }

    .plan-price-wrapper h3 {
        color: #ffffff;
        font-size: 40px;
        margin-bottom: 0;
    }

    .pricing-card-icon {
        max-width: 120px;
    }

    .plan-card-dark .plan-price-wrapper small {
        font-size: 12px;
        line-height: 16px;
    }

    .pricing-icon-genie,
    .pricing-icon-course {
        max-width: 180px;
    }

    plan-card-dark .plan-title-text {
        font-size: 24px;
    }

    .plan-card-dark .plan-price-wrapper h3 {
        font-size: 36px;
    }

    .plan-card-dark .plan-service-list ul li {
        margin-bottom: 0.1rem;
        font-size: 15px;
    }

    .plan-card-dark {
        min-height: 550px;
    }

    .plan-card-dark .plan-price-wrapper p {
        font-size: 14px;
        line-height: 20px;
    }

    .plan-card-dark .plan-price-wrapper b {
        font-size: 16px;
        top: 9px;
    }

    .plan-card-dark .combo-ofr-section .plan-price-wrapper b {
        font-size: 16px;
        top: 11px;
    }

    .free-course-badge {
        top: 5.5rem;
        width: 70px;
    }

    .inline-pricing-combo {
        justify-content: space-between;
    }

    .inline-pricing-combo li {
        margin-right: 2rem;
    }

    .combo-pricing-section p {
        margin-top: 1rem;
    }

    .combo-service-inline {
        justify-content: space-between;
    }

    .combo-service-inline .plan-service-list {
        margin-right: 0;
    }

    .combo-ofr-section .combo-icon {
        max-width: 200px;
    }

    .combo-ofr-section .plan-price-wrapper h3 {
        font-size: 40px;
    }

    .chartbox-trend-inner {
        display: inherit;
    }

    .row-flex-inner {
        display: flex;
    }


    .trading-custom-table thead tr th,
    .trading-custom-table tbody tr td {
        font-size: 13px;
        white-space: nowrap;
    }

    .strike-table-title {
        font-size: 15px;
    }

    .table-dark-box {
        overflow: auto;
    }

    .table-dark-box::-webkit-scrollbar {
        height: 3px;
        border-radius: 6px;
    }

    .table-dark-box::-webkit-scrollbar-thumb {
        border-radius: 6px;
    }

    .predict-widget-wrapper .predict-list-wrapper label {
        width: 50%;
    }

    .goc-timer-text h3 {
        font-size: 19px;
        line-height: 26px;
    }

    .goc-timer-vector img {
        width: 33px;
    }

    .goc-meter-curve:before {
        width: 103px;
        left: 6.9rem;
    }

    .top-gradientCurve {
        width: 300px;
    }

    .bottom-gradientCurve {
        width: 240px;
        top: 43rem;
    }

    .algo-gradientCurve {
        width: 160px !important;
    }

    .algo-bottomRight-gradientCurve {
        bottom: -1.2rem;
    }

    .goc-genie-curve-top {
        width: 160px !important;
        top: -2.8rem;
    }

    .goc-genie-curve-bottom {
        width: 160px !important;
        bottom: -2.5rem;
    }

    .top-gradientCurve-trader,
    .bottom-gradientCurve-trader {
        width: 270px;
    }

    .goc-meter-curve .goc-genie-curve-top {
        width: 250px !important;
        left: 6rem;
    }

    .algo-banner-data {
        height: auto;
    }

    .respo-dimension img {
        width: 100%;
        height: auto;
    }

    .respoHeight-autoImg {
        height: auto;
    }

    .banner-main-img img {
        height: auto;
    }

    .img-box-meter img {
        height: auto;
    }

    .goc-GPT-banner-webView {
        height: auto;
    }

    .goc-liveActive-wrapper {
        display: inline-block;
        width: 100%;
    }

    .goc-liveActive-wrapper .chartbox-data-inner {
        margin-bottom: 8px;
    }

    .left-genie-detail-plan h4 {
        font-size: 22px;
    }

    .left-genie-detail-plan .plan-service-list ul li {
        font-size: 16px;
    }

    .gocGPT-year-plan {
        padding-top: 7rem;
        padding-bottom: 2rem;
    }

    .price-year-plan-box .icon {
        font-size: 25px;
    }

    .price-year-plan-box .price-plan p {
        font-size: 16px;
    }

    .price-year-plan-box .price-plan h5 {
        font-size: 22px;
    }

    .price-year-plan-box .price-offer {
        font-size: 16px;
    }



    .price-year-plan-box .final-price p {
        font-size: 13px;
        padding: 1px 10px;
        line-height: 30px;
    }

    .price-year-box-active.price-year-plan-box .icon .fa {
        width: 22px;
        height: 22px;
        line-height: 22px;
    }

    header.goc-genie-layout-wrapper {
        width: 100%;
        display: block;
    }

    /* section.config-section {
        padding: 15px 0 50px 0;
    } */

    header div#logo img {
        max-width: 40px !important;
    }

    header div#logo a {
        font-size: 0px !important;
    }

    /* .menu-icon-bar-web svg {
        display: none;
    } */

    .admin-profile-dropdown .btn-secondary .menu-icon-bar-web svg {
        display: inline-block;
    }

    .gocGenie-power-box {
        white-space: nowrap;
    }

    .inline-flex.dashboard-flex {
        overflow: auto;
    }

    .inline-flex.dashboard-flex::-webkit-scrollbar {
        height: 2px;
        border-radius: 6px;
    }

    .inline-flex.dashboard-flex::-webkit-scrollbar-thumb {
        border-radius: 6px;
    }


    .gradient-scanner-btn {
        width: auto;
    }

    .predict-widget-wrapper .predict-vectro-box {
        margin-top: 15px;
    }

    .middle-pr {
        padding-right: 15px !important;
    }

    .bear-reversal-col {
        margin-top: 15px;
    }

    .beat-mode-section .center-text h1 {
        font-size: 26px;
    }

    .beat-mode-section .center-text p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .step-video-box .youtube-video {
        width: 65%;
        border: 5px solid #3fadac;
    }

    .experince-text h1 {
        font-size: 28px;
        margin-bottom: 0.5rem;
    }

    .yellow-gradient-btn {
        padding: 0.6rem 2rem;
        font-size: 18px;
    }

    .beat-mode-section .col-lg-3 img {
        width: 185px;
    }

    .beast-mode-banner img {
        width: 90% !important;
    }

    .step-green-stripe p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 992px) {
    /* ================================================== */

    /*  Bottom navigation bar in mobile	*/

    /* ================================================== */
#siteNightModeToggle{
    display: none !important;
}
    .bottom-navigation {
        position: relative;
        background: #000000;
        border-radius: 0px;
        transition: 0.5s;
        padding: 0.5rem 0;
        width: 100%;
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 9997;
        left: 0px;
        right: 0px;
    }

    .bottom-navigation li.active-item-bottom a {
        position: relative;
        top: -8px;
    }

    .bottom-navigation li.active-item-bottom a i img {
        position: absolute;
        /*                left: 50%;*/
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        top: -3.2rem;
        width: 95px;
    }

    .bottom-navigation ul {
        display: flex;
        list-style-type: none;
        align-items: center;
        margin: 0;
        padding: 0;
        justify-content: space-between;
    }

    .bottom-navigation ul li {
        list-style: none;
        padding: 0;
        z-index: 2;
        width: 20%;
    }

    .bottom-navigation ul li a {
        color: #fff;
        font-size: 15px;
        font-weight: 500;
    }
        .bottom-navigation ul li a:hover{
                    color: #0bb2b1;
        }

    .bottom-navigation ul li a.current {
        color: #22b1af;
    }

    .bottom-navigation ul li a .icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
    }

    .bottom-navigation ul li a .icon i {
        color: #a7a7a7;
    }

    .bottom-navigation ul li a .icon i svg path {
        fill: #00FFBE;
    }
    

    .bottom-navigation ul li a .icon.pricing-bottom svg {
        width: 27px;
        height: 25px;
    }

    .bottom-navigation ul li a .bottom-navbar-icon {
        width: 70px;
    }



    .bottom-navigation .navItem-label {
        margin-bottom: 0;
    }

    /*            .bottom-navigation .active-item-bottom {
                position: relative;
                top: -28px;
            }*/
    .text-center-sm {
        text-align: center;
    }

    .daterangepicker {
        z-index: 9999 !important;
    }

    #menu-btn {
        display: block;
        position: relative;
        float: right;
    }

    header {
        display: none;
    }

    header .info {
        display: none !important;
    }

    header.header-bg {
        background: rgba(0, 0, 0, 1);
    }



    #de-sidebar {
        position: absolute !important;
        width: 100%;
        right: 1px;
    }

    header.side-header,
    .de_light header.side-header {
        position: absolute !important;
        display: block;
        height: 60px;
        top: 0;
        background: #000;
    }

    header.side-header #mainmenu {
        position: absolute;
        background: #000;
        margin: 0;
        top: 60px;
        left: 0;
        width: 100%;
    }

    header.side-header #logo .logo {
        display: none;
    }

    header.side-header #logo .logo-2 {
        display: inline-block;
        position: absolute;
        height: 30px;
        top: 15px;
        left: 40px;
    }

    header.side-header #menu-btn {
        position: absolute;
        top: 8px;
        right: 30px;
        height: 0;
        z-index: 2000;
        height: 35px;
    }

    header.side-header #mainmenu li {
        display: block;
    }

    header.side-header #mainmenu a,
    .de_light.de-navbar-left header #mainmenu>li>a {
        display: block;
        text-align: center;
        color: #fff;
    }

    .de_light.de-navbar-left header #mainmenu>li {
        border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    }

    header.side-header #mainmenu a:hover {
        background: none !important;
    }

    header.side-header #mainmenu a:hover {
        background: none !important;
    }

    header.side-header .social-icons-2 {
        display: none;
    }

    header.autoshow {
        height: auto !important;
        top: 0 !important;
    }

    header.autoshow #mainmenu li a {
        background: none !important;
    }

    header.header-mobile-sticky {
        position: fixed;
    }

    .de-navbar-left #subheader {
        padding: 0;
        margin: 0;
    }

    #subheader span {
        display: none;
    }

    #subheader .crumb {
        display: none;
    }

    .de-navbar-left #subheader {
        padding-top: 70px;
    }

    .slider_text h1 {
        font-size: 32px;
    }

    .slider_text .description {
        display: none;
    }

    div#logo {
        margin-top: -15px;
    }

    #logo,
    #logo .inner {
        vertical-align: middle;
        height: auto;
    }

    #domain-check .text,
    #domain-check .button {
        width: 100%;
    }

    .container-4 .de-team-list {
        width: 49.9%;
        float: left;
        position: relative;
    }

    #testimonial-full blockquote {
        padding: 20px;
    }

    nav {
        width: 100%;
        margin-top: 0.5rem;
        /*            padding: 0 1rem;*/
        box-shadow: 0px 0px 1px 1px #2f375452;
    }


    header nav.navbar-active {
        left: 0;
    }

    #mainmenu {
        margin-top: 0px !important;
        display: none;
        float: none;
        z-index: 200;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #mainmenu a {
        text-align: left;
        padding-left: 0;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    #mainmenu li li a,
    #mainmenu li li li a {
        padding-left: 0;
    }

    #mainmenu a:hover {
        background: #111 !important;
    }

    #mainmenu a:hover {
        background: #111 !important;
    }

    #mainmenu li ul {
        display: block;
        position: inherit;
        margin: 0;
        width: 100%;
    }

    #mainmenu li {
        border-bottom: solid 1px #eeeeee;
        margin: 0;
        width: 100%;
        display: block;
    }

    #mainmenu li a:after {
        display: none;
    }

    #mainmenu li:last-child {
        margin-bottom: 30px;
    }

    #mainmenu li ul {
        border-top: solid 1px #eeeeee;
        top: auto;
        width: auto;
        height: auto;
        position: inherit;
        visibility: visible;
        opacity: 1;
    }

    #mainmenu li ul a {
        width: 100%;
        background: none;
        border: none;
    }

    #mainmenu li ul li {
        border: none;
        padding-left: 40px !important;
    }

    #mainmenu li ul li a {
        display: block;
    }

    #mainmenu li ul li:last-child {
        border-bottom: none;
        margin: 0;
    }

    #mainmenu li ul li:last-child a {
        border-bottom: none;
    }

    #mainmenu li a {
        color: #212121;
    }

    #mainmenu li li a {
        font-size: 10px;
    }

    #mainmenu li li a:hover {
        color: #fff;
    }

    header.header-mobile #mainmenu {
        display: none;
        float: none;
        z-index: 200;
        width: 100%;
        margin: 0;
        padding: 0;
        display: block !important;
        height: auto !important;
    }

    header.header-mobile #mainmenu a {
        text-align: left;
        padding: 0.8rem 1rem !important;
        color: #ffffff !important;
        font-size: 17px;
        font-weight: 500;
    }

    header.header-mobile #mainmenu a svg {
        width: 22px;
        height: 22px;
    }

    header.header-mobile #mainmenu a img {
        width: 22px;
        height: 22px;
    }

    header.header-mobile #mainmenu>li>span.user_initial {
        margin-right: 13px;
    }

    #mainmenu .user-area-tag span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: #333333;
        display: inline-block;
        border-radius: 50px;
        color: #0abdb1;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        margin-right: 0.8rem;
    }

    .menu-icon-bar {
        display: inline-block !important;
    }

    #mainmenu>li>a.user-area-tag {
        display: block;
    }

    #mainmenu>li>a.user-area-tag {
        color: #0abdb1 !important;
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
    }

    /* #mainmenu li:nth-child(9) .menu-icon-bar-web img {
        width: 28px;
        vertical-align: initial;
    } */

    .menu-icon-bar-auth-login svg {
        width: 28px;
        height: 28px;
    }

    .menu-icon-bar-auth-login svg path {
        fill: #ffffff;
    }

    .menu-icon-bar {
        margin-left: 0.4rem;
        margin-right: 0.7rem !important;
        vertical-align: middle !important;
    }

    .menu-icon-bar-web svg {
        width: auto;
    }

    header.header-mobile #mainmenu a:hover {
        background: transparent !important;
        color: #41b2b1 !important;
    }

    header.header-mobile #mainmenu .pdpage-btn a:hover,
    header.header-mobile #mainmenu .purchase-btn a:hover,
    header.header-mobile #mainmenu .youtube-btn a:hover,
    header.header-mobile #mainmenu .btn_purchase a:hover,
    header.header-mobile #mainmenu .gocmeter-btn a:hover {
        background: #41b2b1 !important;
        color: #ffffff !important;
    }

    header.header-mobile #mainmenu li ul {
        display: block;
        position: inherit;
        margin: 0;
        width: 100%;
    }

    header.header-mobile #mainmenu li {
        border-bottom: solid 1px #eee;
        margin: 0;
        width: 100%;
        display: block;
    }

    header.header-light.header-mobile #mainmenu li,
    header.header-light.header-mobile #mainmenu li ul li a {
        border-color: #2a2a2a;
    }

    header.header-mobile #mainmenu li a:after {
        display: none;
    }

    header.header-mobile #mainmenu li:last-child {
        margin-bottom: 30px;
    }

    header.header-mobile #mainmenu li ul {
        border-top: none;
        top: auto;
    }

    header.header-mobile #mainmenu li ul a {
        width: 100%;
        background: none;
        border: none;
    }

    header.header-mobile #mainmenu li ul li {
        border: none;
        padding-left: 40px !important;
    }

    header #mainmenu li ul li:first-child {
        border-top: solid 1px #eeeeee;
    }

    header.header-mobile #mainmenu li ul li a {
        display: block;
        border-bottom: solid 1px #eeeeee;
    }

    header.header-mobile #mainmenu li ul li:last-child {
        border-bottom: none;
        margin: 0;
    }

    header.header-mobile #mainmenu li ul li:last-child a {
        border-bottom: none;
    }

    header.header-mobile #mainmenu li a {
        color: #888;
        line-height: 25px;
    }

    .admin-profile-dropdown {
        display: none;
    }

    .show-sm-view {
        display: inline-block !important;
    }

    header.header-mobile #mainmenu li a:hover {
        color: #333;
    }

    header.header-mobile #mainmenu li li a {
        font-size: 12px;
    }

    header.header-mobile #mainmenu li li a:hover {
        color: #888;
    }

    header.header-mobile #mainmenu li ul {
        height: 0;
        overflow: hidden;
        position: relative;
        left: 0;
    }

    header.header-mobile #mainmenu li ul li ul li:last-child {
        border-bottom: solid 1px #eeeeee;
    }

    header.header-mobile #mainmenu li ul li ul {
        margin-bottom: 10px;
    }

    header.header-mobile #mainmenu>li>span {
        width: 36px;
        height: 36px;
        background: url(../images/ui/arrow-down.png) center no-repeat;
        position: absolute;
        right: 0;
        margin-top: 10px;
        z-index: 1000;
        cursor: pointer;
    }

    header.header-mobile #mainmenu li span.active {
        background: url(../images/ui/arrow-up.png) center no-repeat;
    }

    header.header-mobile #mainmenu li>ul>li>span {
        width: 36px;
        height: 36px;
        background: url(../images/ui/arrow-down.png) center no-repeat;
        position: absolute;
        right: 0;
        margin-top: -45px;
        z-index: 1000;
        cursor: pointer;
    }

    header.header-mobile #mainmenu>li>ul>li>span.active {
        background: url(../images/ui/arrow-up.png) center no-repeat;
    }

    header.header-mobile #mainmenu li ul li a {
        border-bottom: solid 1px #eeeeee;
    }

    header.header-mobile #mainmenu li ul li:last-child>a {
        border-bottom: none !important;
    }

    header.header-light.header-mobile #mainmenu>li>span,
    header.header-light.header-mobile #mainmenu li>ul>li>span {
        background: url(../images/ui/arrow-down-dark.png) center no-repeat;
    }

    header.header-light.header-mobile #mainmenu>li>span.active,
    header.header-light.header-mobile #mainmenu li>ul>li>span.active {
        background: url(../images/ui/arrow-up-dark.png) center no-repeat;
    }

    .header-light #mainmenu>li.youtube-btn a {
        line-height: 20px;
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    #mainmenu li.pdpage-btn,
    #mainmenu li.gocmeter-btn {
        padding: 0.4rem 0 !important;
        display: none !important;
    }

    .header-light #mainmenu>li.pdpage-btn a,
    .header-light #mainmenu>li.gocmeter-btn a {
        line-height: 20px;
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    .header-light #mainmenu>li.purchase-btn a {
        line-height: 20px;
        padding-left: 0.8rem;
        padding-right: 0.8rem;
        background: transparent;
    }

    #mainmenu>li.course-btn a,
    .header-light #mainmenu>li.youtube-btn a,
    .header-light #mainmenu>li.pdpage-btn a,
    .header-light #mainmenu>li.gocmeter-btn a,
    .header-light #mainmenu>li.goc-genie-btn a {
        background: transparent !important;
    }

    .webmenu-icon-show {
        display: none !important;
    }

    .admin-profile-dropdown .btn-secondary {
        background: #000000 !important;
    }

    #mainmenu li.btn_purchase.hide_mob {
        padding: 0.4rem 0 !important;
    }

    /* Icon 1 */

    .animated-burger {
        width: 36px;
        height: 45px;
        position: relative;
        top: 10px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
    }

    .animated-burger span {
        display: block;
        position: absolute;
        height: 3px;
        width: 75%;
        background: #0bb2b1;
        border-radius: 3px;
        opacity: 1;
        left: 10px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    .animated-burger span:nth-child(1) {
        top: 0px;
    }

    .animated-burger span:nth-child(2) {
        top: 8px;
    }

    .animated-burger span:nth-child(3) {
        top: 16px;
    }

    .animated-burger.open span:nth-child(1) {
        top: 6px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .animated-burger.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    .animated-burger.open span:nth-child(3) {
        top: 6px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .goc-genie-layout-wrapper .animated-burger span {
        background: #ffffff;
    }

    /* header light */
    .header-light #mainmenu ul li a,
    .header-light #mainmenu ul li a:hover {
        color: #333 !important;
    }

    .de_tab.tab_steps .de_nav {
        text-align: center;
    }

    .de_tab.tab_steps .de_nav li {
        display: block;
        margin: 0;
        padding: 0;
    }

    .de_tab.tab_steps .de_nav li span {
        margin: 0;
        margin-bottom: 40px;
        display: inline-block;
    }

    .de_tab.tab_steps .de_nav li .v-border {
        border: none;
    }

    .admin-profile-dropdown .dropdown-menu {
        margin-top: 0px;
        min-width: 10rem;
        padding: 2px 5px;
        background: transparent;
    }

    .hidden-phone {
        display: none;
    }

    .grid_gallery .item {
        width: 100%;
    }


    .tbl_scroll .table {
        display: revert;
    }

    .table [class*="col-"] {
        float: none;
        /* display: block; */
        vertical-align: top;
    }

    .sm-hide {
        display: none;
    }

    .btn-rsvp {
        position: absolute;
    }

    .btn-close {
        position: relative;
    }

    .de_tab.tab_style_4 .de_nav li {
        min-width: 100px;
    }

    .de_tab.tab_style_4 .de_nav {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    .de_tab.tab_style_4 .de_nav li {
        min-width: 33.3%;
        width: 33.3%;
        border: none;
    }

    .de_tab.tab_style_4 .de_nav li:first-child,
    .de_tab.tab_style_4 .de_nav li:last-child {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    #custom-owl-slider {
        width: 120%;
        height: 120%;
    }

    .md-float-right {
        float: none;
    }

    #custom-owl-slider .item img {
        height: 100% !important;
    }

    .schedule-item .sc-time,
    .schedule-item .sc-pic,
    .schedule-item .sc-name,
    .schedule-item .sc-info {
        text-align: left;
        width: 130px;
    }

    .schedule-item .sc-info {
        margin-top: 20px;
        width: 100%;
    }

    .schedule-item .sc-info h3 {
        font-size: 22px;
    }

    .schedule-item .sc-pic {
        width: 60px;
    }

    .schedule-item .sc-pic img {
        border: none;
        width: 40px;
        margin-top: -10px;
    }

    .schedule-item .sc-name span {
        display: inline-block;
        margin-top: -20px;
    }

    .sm-text-center {
        text-align: center;
    }

    .sm-mb10 {
        margin-bottom: 10px;
    }

    .sm-mb20 {
        margin-bottom: 20px;
    }

    .sm-mb30 {
        margin-bottom: 30px;
    }

    .sm-mb40 {
        margin-bottom: 30px;
    }

    .bg-custom {
        background-attachment: scroll !important;
        background-position: top !important;
    }

    .mb-md-30 {
        margin-bottom: 30px;
    }


    h1.very-big {
        font-size: 10vw;
        line-height: 10vw;
        letter-spacing: 0;
    }

    h1.very-big span.underline {
        height: 6px;
    }

    h1.big span.underline {
        height: 3px;
    }

    .youtube-session-header {
        width: 45%;
    }

    .youtube-session-body {
        width: 90%;
    }

    .center-box {
        width: 60%;
    }

    .chart-box-meter,
    .text-percentage {
        width: 100% !important;
        padding: 0 !important;
    }

    .meter-box {
        flex-wrap: wrap;
        padding: 0 !important;
    }

    .active-stock-gpt-wrapper {
        margin-top: 1.5rem;
    }

    .plan-type {
        padding: 0.6rem;
        font-size: 14px;
    }

    .popular-label {
        padding: 0.3rem 0.8rem;
        font-size: 11px;
        line-height: 20px;
    }

    .plan-text-wrapper p {
        line-height: 24px;
        font-size: 14px;
    }

    .plan-price-wrapper p {
        font-size: 24px;
    }

    .plan-price-wrapper h3 {
        font-size: 30px;
    }

    .plan-price-wrapper .offer-line-off {
        font-size: 30px !important;
        padding: 0.5rem 0;
    }

    .pricing-btn {
        padding: 0.5rem;
        font-size: 16px;
    }

    .upgrade-plan-area {
        padding-right: 5px;
    }

    .goc-upgrade-btn {
        padding: 0.6rem 0.8rem;
        font-size: 14px;
    }

    .upgrade-plan-area img {
        left: -10px;
        width: 35px !important;
        top: -5px;
    }

    .plan-active-stripe {
        padding: 15px 14px;
    }

    .plan-active-stripe p {
        font-size: 16px;
    }

    .pricing-card-icon {
        max-width: 120px;
    }

    .pricing-icon-genie,
    .pricing-icon-course {
        max-width: 150px;
    }

    .plan-title-text {
        font-size: 24px;
        font-weight: 700;
    }

    .inline-pricing-combo li img {
        width: 115px;
    }

    .combo-ofr-section .combo-icon {
        max-width: 180px;
    }

    .goc-white-menu-vector {
        padding-right: 3px;
        width: 14px;
    }

    .goc-crown-menu-vector {
        top: -7px;
        left: 4px;
    }

    footer {
        display: none;
    }

    .modal-custom-body {
        padding: 1.5rem 1rem 5rem !important;
    }

    .d-none-xl {
        display: inline-block !important;
    }

    ul.merge-menu-list {
        display: none;
    }

    .header-dark-mode {
        padding-top: 15px;
    }

    .goc-genie-launch-modal .modal-body p {
        font-size: 16px;
    }

    .goc-genie-launch-modal .modal-body h3 {
        font-size: 22px;
    }

    #genie_launch_modal,
    #genie_purchase_modal {
        top: 20px;
    }

    .goc-genie-launch-modal .modal-body .goc-launch-vector {
        display: none;
    }

    .goc-genie-launch-video iframe {
        border: 2px solid #88dbea;
        margin-bottom: 1rem;
        height: 240px;
    }

    #genie_launch_modal_introvideo {
        top: 1rem;
    }

    section.config-section {
        padding: 76px 0 50px 0;
    }

}

/* -------------------------------------------------- 
	custom for 320px & 480px 
	/* -------------------------------------------------- */

@media only screen and (max-width: 767px) {
    .stock-botton-toaster {
        width: 100%;
        bottom: 5rem;
    }

    .pricing-2-col .pricing-box,
    .pricing-3-col .pricing-box,
    .pricing-4-col .pricing-box,
    .pricing-5-col .pricing-box {
        width: 100%;
    }

    #subheader h1 {
        font-size: 24px;
    }

    .picframe img {
        width: 100%;
    }

    .container-4 .de-team-list {
        width: 100%;
        float: left;
        position: relative;
    }

    .countdown-section {
        font-size: 12px;
    }

    .countdown-amount {
        font-size: 36px;
    }

    .feature-box-image,
    .pricing-box {
        margin-bottom: 30px;
    }

    #filters li.pull-right {
        float: none !important;
    }

    .de_tab .de_nav li {
        display: block;
        width: 100%;
    }

    .pf_full_width .item {
        float: left;
        width: 49.9% !important;
    }

    /*.item {
        font-size: 48px;
        line-height: 48px;
    }
    .item i {
        font-size: 36px;
    }*/
    #de-sidebar {
        width: 100%;
        display: block;
        position: relative;
    }

    .gallery_border {
        margin-left: 0px;
    }

    .pf_full_width.gallery_border .item {
        width: 48.9% !important;
    }

    body.boxed {
        margin: 0px;
    }

    #map-container {
        position: static;
        width: 100%;
        height: 500px;
        right: 0;
    }

    .float-form {
        float: none;
        width: 100%;
    }

    h1,
    h1.big,
    h1.very-big {
        font-size: 7vw;
        line-height: 7vw;
        letter-spacing: 0;
    }

    h1.very-big span.underline {
        height: 3px;
    }

    .subtitle.s2 span {
        display: block;
        padding: 0;
    }

    .countdown-s1 .countdown-show4 .countdown-section,
    .countdown-s3 .countdown-show4 .countdown-section,
    .countdown-s5 .countdown-show4 .countdown-section {
        width: 70px;
    }

    .countdown-s3 .countdown-show4 .countdown-section {
        width: 70px;
        height: 80px;
        float: left;
        border: solid 2px rgba(255, 255, 255, 0.1);
        padding: 0;
        margin: 2px;
        border-radius: 0;
        padding-top: 20px;
    }

    .countdown-s3 .countdown-amount {
        width: auto;
        margin: 0;
        font-size: 28px;
        font-weight: 500;
    }

    .countdown-s3 .countdown-period {
        width: auto;
        margin: 0 auto;
        font-weight: 400;
        font-size: 12px;
        padding-top: 0px;
    }

    .mb-sm-0 {
        margin-bottom: 0;
    }

    .mb-sm-30 {
        margin-bottom: 30px;
    }

    .side-bg .background-image {
        display: none;
    }

    section {
        -webkit-background-size: auto 100% !important;
        -moz-background-size: auto 100% !important;
        -o-background-size: auto 100% !important;
        background-size: auto 100% !important;
        background-attachment: scroll !important;
        background-position: top !important;
    }

    .youtube-session-header {
        width: 85%;
        font-size: 14px;
    }

    .youtube-session-body {
        padding: 0.5rem 1rem;
        width: 100%;
    }

    .youtube-session-body a {
        font-size: 15px;
    }

    .youtube-session-body i b {
        font-size: 16px;
    }

    .youtube-session-body i {
        font-size: 28px;
    }

    .modal-custom-body h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .modal-custom-body {
        padding: 2rem 1rem;
    }

    .table-success th,
    .table-danger th {
        font-size: 13px;
        padding: 5px 10px !important;
    }

    .table-success td,
    .table-danger td {
        font-size: 13px;
        padding: 8px 10px !important;
    }

    .telegram-box {
        margin-top: 10px;
    }

    .custom-chart-modal .modal-title {
        font-size: 15px;
    }

    .center-box {
        width: 80%;
        margin-bottom: 5rem;
    }

    .auth-page-title {
        font-size: 22px;
        margin-top: 0.3rem;
    }

    .sm-mt-2 {
        margin-top: 2rem;
    }

    .d-none-xs {
        display: none;
    }

    .d-show-xs {
        display: block !important;
    }

    .chartbox-title {
        justify-content: left;
    }

    .goc-learn-small {
        display: flex;
        padding: 0.8rem 0.5rem;
        align-items: center;
        justify-content: space-between;
    }

    .goc-learn-small .gocGpt-more {
        display: inline-block;
    }

    #GOC-lernMore .modal-body iframe {
        width: 100%;
    }

    .dark-theme .goc-learn-small {
        background-color: #333333;
    }

    .goc-gpt-vector {
        right: 3rem;
    }

    .chartbox-data-goc-box {
        bottom: 0;
    }

    .chartbox-data-goc-box .chartbox-data-inner img {
        width: 25px;
    }

    .whatsapp-float-left,
    .gocmeter-float-right {
        bottom: 85px !important;
        z-index: 999 !important;
    }

    .whatsapp-float-left a,
    .gocmeter-float-right a {
        width: 45px !important;
        height: 45px !important;
        line-height: 45px !important;
        font-size: 18px !important;
    }

    .banner_plan {
        padding: 40px 0 30px !important;
    }

    .plan-name {
        font-size: 36px;
    }

    .main-custom-logo p {
        font-size: 26px;
    }

    .main-custom-logo img {
        width: 46px;
    }

    .common-title-text {
        margin-bottom: 2rem;
    }

    .plan-type {
        padding: 0.6rem 0.8rem;
        font-size: 15px;
    }

    .plan-card-rounded {
        margin-bottom: 1rem;
    }

    .plan-pr-0 {
        padding-right: 15px;
    }

    .plan-pl-0 {
        padding-left: 15px;
    }

    .common-title-text p {
        width: auto;
        line-height: 20px;
    }

    .plan-card-premium {
        margin-top: 0;
        transform: scale(1);
    }

    .bg-plan-wrapper {
        padding-bottom: 2rem;
    }

    .renew-purple-card {
        margin-top: 0;
    }

    .plan-embed {
        width: 100% !important;
        margin-bottom: 2rem;
    }

    .plan-name {
        width: 100%;
    }

    .goc-upgrade-btn {
        margin-bottom: 5px;
    }

    .plan-active-stripe .upgrade-plan-area {
        white-space: nowrap;
    }

    .pricing-card-icon {
        margin-top: 0;
    }

    .plan-card-dark .plan-footer {
        position: inherit;
        width: 100%;
        margin-top: 1rem;
        bottom: 0;
    }

    .grid-stack-item[data-gs-width="4"] .meter-widget-col .img-box-meter img {
        width: 180px;
    }

    .grid-stack-item[data-gs-width="4"] .meter-widget-col .meter-box {
        padding: 0 !important;
    }

    .grid-stack-item[data-gs-height="3"] .meter-widget-col .chart-box-meter {
        height: 85px !important;
    }

    .meter-widget-col .text-percentage {
        font-size: 20px !important;
        padding-bottom: 0 !important;
    }

    .widget-pd-box {
        padding-top: 10px;
    }

    .grid-stack-item[data-gs-height="2"] .custom-widget-col .pd-combine-high-chart {
        height: 100px !important;
    }

    .meter-widget-col .img-box-meter img {
        width: 180px;
    }

    .dashstock-updown-wrapped ul {
        animation: scroll 10s linear infinite;
    }

    .dashstock-updown-wrapped:hover .dashstock-updown-wrapped ul {
        animation-play-state: paused;
    }

    .dashstock-updown-wrapped ul {
        white-space: nowrap;
    }

    .goc-genie-launch-video iframe {
        width: 100%;
    }

    .goc-genie-launch-modal .modal-body p {
        font-size: 18px;
    }

    .goc-genie-launch-modal .modal-body h3 {
        font-size: 22px;
    }

    .dashstock-updown-wrapped-sm-view {
        display: block;
        margin-bottom: 0.5rem;
    }

    .predict-widget-wrapper .predict-vectro-box {
        min-height: auto;
    }

    .icon-with-value {
        position: inherit;
    }

    .predict-widget-wrapper .predict-animated-down {
        width: 110px;
    }

    .dash-trial-box {
        padding-right: 5px;
    }

    .sidenav-panel .modal-header {
        padding: 10px 12px;
    }

    .sidenav-panel .modal-header .modal-title {
        font-size: 14px;
    }

    .custom-accordion-main #faq .card .card-header .btn-header-link {
        padding: 6px 12px;
        font-size: 14px;
    }

    .sidenav-panel a {
        padding: 6px 10px 6px 13px;
        font-size: 14px;
    }

    .custom-accordion-main #faq .card .card-header .btn-header-link:after {
        padding-top: 2px;
        font-size: 13px;
    }

    .custom-widget-col .fiveWidget-col .text_cnt_left {
        max-width: 33%;
    }

    .stockhistory-modal-widget-dark .modal-content {
        padding: 15px;
    }

    .stockhistory-modal-widget-dark .modal-content .modal-body {
        padding: 0;
    }

    .stockhistory-modal .modal-header .modal-title {
        margin-bottom: 0px;
    }

    .merge-chart-bg {
        box-shadow: none;
        background: transparent;
    }

    #candleliveChart.col-xl-6 {
        padding-right: 15px !important;
    }

    .goc-genie-timer-bg {
        width: 250px;
    }

    .tab_outer .btn_tab {
        padding: 6px 15px;
        margin-bottom: 0;
    }

    .gocButton.btn.d-sm-none.d-md-none.d-lg-none,
    .pdButton.pdpage-btn.btn.d-block.d-sm-none.d-md-none.d-lg-none {
        display: none !important;
    }

    .goc-liveActive-wrapper {
        display: grid;
    }

    .goc-liveActive-wrapper .chartbox-data-inner {
        margin-bottom: 0;
        order: 2;
        margin-top: 8px;
    }

    .bear-reversal-col {
        margin-top: 0;
    }

    .gpt-live-stock-btn ul {
        padding: 0;
        margin: 0;
    }

    .yellow-border-box p span {
        font-size: 15px !important;
    }

    .main-pricing-price-wrapper {
        padding-top: 4rem;
    }
}

@media only screen and (max-width: 575px) {

    .table-success td,
    .table-danger td {
        font-size: 12px !important;
    }

    .pd-green-red-table td .stock-card-box-bull p {
        font-size: 12px !important;
    }

    .xs-w-auto {
        width: auto;
    }

    .container-xs-padd {
        padding-left: 10px;
        padding-right: 10px;
    }

    .custom-chart-modal span {
        font-size: 13px;
        line-height: 22px;
        display: inline-block;
    }

    .custom-chart-modal .btn {
        border: 1px solid #5e5d5d;
        padding: 3px 10px;
    }

    .custom-chart-modal .modal-title {
        font-size: 18px;
        text-align: left;
    }

    .custom-chart-modal .modal-title {
        font-size: 15px;
    }

    .tooltip-container .tooltiptext {
        font-size: 14px;
        line-height: 18px;
    }

    .tooltip-container-small .tooltiptext {
        font-size: 12px;
        line-height: 18px;
    }

    .center-box {
        width: 90%;
    }

    .custom-label,
    .custom-form-control,
    .forgot-text a,
    .google-custom-btn b {
        font-size: 14px;
    }

    .login-area-wrapper {
        padding: 2rem 1rem;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
            border: 0px;
    }

    .center-box .btn-custom {
        min-width: 150px;
        font-size: 14px;
    }

    .signup-area {
        font-size: 15px;
    }

    .swith-theme-btn {
        top: 0 !important;
        width: 100%;
        margin: auto;
    }

    .swith-theme-btn .off {
        margin-left: 0.3rem !important;
        left: 2rem;
    }

    .swith-theme-btn-goc .off {
        left: 2rem !important;
    }


    .chartbox-title {
        justify-content: left;
    }

    .chartbox-title h4 {
        font-size: 15px;
        line-height: 15px;
        margin-right: 1rem;
        margin-right: 8px;
    }

    .chartbox-title .btn_refresh_goc {
        margin-left: 2px;
    }

    .chartbox-trend-inner p {
        font-size: 13px;
    }

    .chartbox-trend-inner select {
        margin: 2px 5px;
        font-size: 14px;
    }

    .chart-data-gpt-wrapper {
        padding: 4px;
    }

    .chart-data-gpt-wrapper ul {
        font-size: 11px;
        padding-left: 5px;
        line-height: 22px;
    }

    .active-stock-gpt-wrapper {
        padding: 10px;
    }

    .active-stock-gpt-wrapper h3 {
        font-size: 14px;
    }

    .stock-box-gpt {
        padding: 10px;
    }

    .stock-box-gpt h3 {
        font-size: 12px;
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .stock-box-gpt p {
        font-size: 12px;
        line-height: 17px;
    }

    .overlay-trial-section .chartbox-title {
        justify-content: center;
    }

    .overlay-trial-section .chartbox-title h4 {
        font-size: 24px;
        margin-right: 0;
    }

    .center-trial-box p {
        font-size: 18px;
        color: #000000;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .center-trial-box .btn-custom {
        background: transparent linear-gradient(90deg, #644bfa 0%, #037dc9 100%) 0% 0% no-repeat padding-box;
        font-size: 14px;
    }

    .center-trial-box {
        width: 90%;
        margin: 0 auto;
    }

    .modal-confirm .icon-box i {
        font-size: 40px;
    }

    .modal-confirm .icon-box {
        top: -55px;
        width: 80px;
        height: 80px;
    }

    .modal-confirm h4 {
        font-size: 20px;
        margin: 30px 0 -30px;
    }

    #activeModal,
    #prefrenceModal {
        padding-right: 0;
    }

    .Prefrences-modal-body span {
        font-size: 16px;
    }

    .Prefrences-modal-body input[type="checkbox"] {
        height: 16px;
        width: 16px;
    }

    .Prefrences-modal-body .fa {
        font-size: 35px;
    }

    .preference-header .modal-title {
        font-size: 16px;
    }

    .preference-header span img {
        width: 12px;
    }

    .stockhistory-modal .icon-box img {
        vertical-align: middle;
    }

    .stockhistory-modal .icon-box {
        top: 0;
        width: 100%;
        height: 0;
    }

    .center-goc-body h2 {
        font-size: 22px;
    }

    .center-goc-body b {
        font-size: 24px;
    }

    .center-goc-body h2 img {
        width: 24px;
        vertical-align: text-top;
    }

    .goc-gpt-vector {
        right: 3rem;
        display: none;
    }

    .goc-launched-modal .modal-content {
        padding: 20px 10px;
    }

    .custom-goc-footer .text-btn,
    .custom-goc-footer .modal-btn {
        padding: 8px 10px !important;
        font-size: 12px !important;
    }

    .renew-plan-row .plan-p-0 {
        padding: 0 15px;
    }

    .goc-upgrade-btn {
        font-size: 12px;
    }

    .chartbox-title img {
        width: 18px;
    }

    .chartbox-title .btn_refresh_goc .icn-refresh {
        font-size: 16px;
    }

    .hide-xs-plan {
        display: none;
    }

    .show-xs-plan {
        display: inline-block;
        padding-top: 0;
    }

    .show-xs-plan img {
        left: -10px;
        width: 32px !important;
        top: -13px;
    }

    .plan-active-stripe {
        display: inherit;
        text-align: center;
    }

    .plan-active-stripe p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 1rem;
    }

    .inline-pricing-combo {
        display: inherit;
    }

    .inline-pricing-combo li {
        margin-right: 0rem;
        margin-bottom: 1rem;
    }

    .combo-service-inline {
        display: inherit;
    }

    .grid-stack-item[data-gs-width="6"] .gpt-stock-col .stock-box-gpt h3,
    .grid-stack-item[data-gs-width="7"] .gpt-stock-col .stock-box-gpt h3,
    .grid-stack-item[data-gs-width="8"] .gpt-stock-col .stock-box-gpt h3,
    .grid-stack-item[data-gs-width="9"] .gpt-stock-col .stock-box-gpt h3,
    .grid-stack-item[data-gs-width="10"] .gpt-stock-col .stock-box-gpt h3,
    .grid-stack-item[data-gs-width="11"] .gpt-stock-col .stock-box-gpt h3,
    .grid-stack-item[data-gs-width="12"] .gpt-stock-col .stock-box-gpt h3 {
        font-size: 14px;
    }

    .gpt-stock-col .stock-box-gpt p {
        font-size: 13px;
        line-height: 18px !important;
    }

    .dash-title {
        font-size: 13px;
        margin-left: 0;
    }

    .grid-stack-item[data-gs-width="4"] .meter-widget-col .img-box-meter img {
        width: 135px;
    }

    .meter-widget-col {
        padding-left: 4px;
        padding-right: 4px;
    }

    .dashboard-flex .pricing-icon-genie {
        max-width: 35px;
    }

    .dash-trial-box p {
        font-size: 12px;
        margin-right: 0px;
    }

    .config-section .goc-upgrade-btn {
        margin: 0 !important;
        font-size: 11px !important;
        line-height: 13px;
    }


    .dash-trial-box p {
        padding: 0 !important;
        padding-left: 7px !important;
        line-height: 15px !important;
    }

    .gpt-live-stock-btn ul li {
        margin-right: 0.5rem;
    }

    .gpt-live-stock-btn ul li a {
        width: auto;
    }

    .gpt-live-stock-btn ul li a svg {
        width: 20px;
        height: 15px;
    }

    .gpt-live-stock-btn ul li a small {
        font-size: 14px;
    }

    .dashstock-updown-wrapped ul li {
        font-size: 12px;
    }

    .custom-widget-col .fiveWidget-col .text_cnt_left {
        max-width: 100%;
    }

    .chartbox-data-inner p {
        font-size: 14px;
        line-height: 16px;
    }

    .goc-genie-timer-bg {
        width: 190px;
    }

    .goc-timer-text h3 {
        font-size: 16px;
    }

    .goc-liveActive-wrapper {
        padding: 5px 5px !important;
    }

    .gpt-live-index-wrapper {
        column-gap: 6px;
        align-items: center;
    }

    .gradient-scanner-btn {
        margin-top: 0;
        padding: 0.3rem 0.3rem;
        font-size: 11px;
    }

    .gradient-scanner-btn img {
        width: 17px;
        height: 17px;
    }

    .goc-liveActive-wrapper .custom-selection {
        font-size: 12px;
    }

    .bookmark-search-col .tab_outer {
        margin: 0;
    }

    span.boomark-title-chip {
        display: block;
    }
}

/* -------------------------------------------------- 
	design for 480px
	/* -------------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {

    .feature-box-image,
    .pricing-box {
        margin-bottom: 30px;
    }

    .xs-hide {
        display: none;
    }
}

/* -------------------------------------------------- 
	design for 320px
	/* -------------------------------------------------- */

@media only screen and (max-width: 480px) {
    .pf_full_width .item {
        float: left;
        width: 100% !important;
    }

    header div#logo img {
        max-width: 200px;
        height: auto;
    }

    .pf_full_width.gallery_border .item {
        width: 100% !important;
    }

    h3.s2 span {
        display: block;
        margin: 0;
        padding: 0;
    }

    .predict-widget-wrapper .predict-top-wrapper label,
    .predict-widget-wrapper .predict-top-wrapper p {
        line-height: 15px;
    }
}

@media only screen and (max-width: 420px) {
    .schedule-item .sc-name {
        float: none;
        width: 100%;
    }

    .schedule-item .sc-pic {
        display: none;
    }

    .grid-stack-item[data-gs-width="6"] .trading-topbar-filter,
    .grid-stack-item[data-gs-width="7"] .trading-topbar-filter,
    .trading-topbar-filter {
        display: inherit;
        margin-top: 0px;
    }

    .option-widget-time {
        font-size: 13px;
        padding-left: 0;
        margin-bottom: 3px;
        display: inline-block;
    }

    .trading-exp-dropdown {
        font-size: 14px;
    }
}

#ifrm {
    display: none;
}

header div#logo img {
    width: 100%;
    max-width: 40px;
}

#section-contact {
    padding: 30vh 0 20vh;
}

.ftr_link {
    text-align: left;
    color: #ffffff;
}

.ftr_link a {
    padding: 0 10px 10px;
    color: #ffffff;
}

.ftr_link a:hover {
    color: #0eb0b0;
}

/*#terms-condition {
    padding-top: 150px;
}
*/
.term_content p {
    font-size: 15px;
}

.term_content h3 {
    padding-top: 25px;
}

.text-center-mob {
    text-align: right;
    color: #ffffff;
}

.btn_purchase a {
    background: #33b249;
    color: #fff !important;
    padding: 10px 20px !important;
    line-height: normal !important;
    border-radius: 4px;
}

header.header-mobile #mainmenu li.hide_mob,
.hide_mob {
    display: block;
}

.show_mob {
    display: none;
}

.img_box {
    height: 100%;
    width: 100%;
    display: block;
    border: 1px dashed #ccc;
    border-radius: 30px;
}

.img_box img {
    width: 100%;
    border-radius: 20px;
}

.img_box .background-image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 50% auto !important;
    background-repeat: no-repeat;
    opacity: 0.1;
}

.form-control {
    background-color: transparent;
    margin-bottom: 15px;
    border-color: #aeafb0;
    box-shadow: none !important;
    font-family: "Poppins", sans-serif;
}
.form-control[readonly]{
        background-color: transparent;
}
.form-control:focus{
     background-color: transparent ;
      border-color: #0bb2b1;
}

.login-area-wrapper span a {
    text-decoration: underline !important;
    text-underline-offset: 0.2rem !important;
    font-weight: 600;
    color: #888;
}
.login-area-wrapper span a:hover{
    color: #555;
}

.info_text {
    display: block;
    margin: -20px 0 15px;
    font-size: 13px;
}

.font_blue {
    color: #6d47ff;
}

.font_blue_booking {
    color: #105fdb;
}

.price_text {
    font-size: 40px;
    display: block;
    text-align: center;
    margin: 40px 0;
    font-weight: 700;
    line-height: 45px;
}

.copy_text_outer {
    position: relative;
    padding: 0;
}

.copy_text_outer .form-control {
    padding-right: 35px;
    font-weight: 700;
}

.copy_code {
    position: absolute;
    right: 10px;
    top: 30px;
    font-size: 18px;
    color: #75a7ed !important;
}

.copy_code .icon-documents {
    font-weight: 600;
}

.copy_code1 {
    position: absolute;
    right: 10px;
    top: 144px;
    font-size: 25px;
}

.qr_box img {
    max-width: 174px;
}

.banner_launch {
    width: 100%;
    float: left;
    margin: -30px 0 50px;
}

.banner_launch img {
    width: 100%;
}

.img_deal img {
    max-width: 440px;
    margin: 0 0 20px;
}

.img_box.show_mob {
    display: none;
}

.mob_banner {
    display: none;
}

.desk_banner {
    display: block;
}

header div#logo a {
    color: #0bb2b1;
    font-size: 20px;
    white-space: nowrap;
    position: relative;
}

header div#logo a:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 70px;
    top: -16px;
    right: -21px;
    background: #3B3B3B;
}

header div#logo a:hover {
    text-decoration: none;
}

.icn_cntct {
    width: 24px;
    margin: -3px 5px 0;
    display: inline-block;
}

.icn_blue {
    filter: invert(26%) sepia(51%) saturate(3756%) hue-rotate(243deg) brightness(100%) contrast(102%);
}

.font_18 {
    font-size: 18px;
    line-height: 36px;
}

.icn_payment {
    width: 62px;
    float: left;
    margin-right: 15px;
}

.sep_line {
    display: block;
    background: #f2f2f2;
    height: 1px;
    margin: 25px 0;
}

/*Landing Page CSS*/
.landing_cnt h2 {
    text-align: center;
}

.banner_landing {
    background: url(../images/bg-video.svg) no-repeat center bottom;
    background-size: 100% auto;
      margin: 46px 0 50px;
    padding: 76px 0 130px;
}

.yallow_box {
    background: #57c0e5;
    width: 80%;
    margin: 0 auto 45px;
    border-radius: 10px;
    padding: 20px;
    font-size: 35px;
    font-weight: 700;
    color: #000;
    line-height: 50px;
    text-align: center;
}

.banner_text p {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    font-weight: 400;
    padding: 20px 20px 0 0;
}

.banner_text p strong {
    font-weight: 700;
    color: #fff;
}

/*.banner_text img {
}*/

.btn_get_acccess {
    font-size: 36px !important;
    text-transform: none;
    padding: 15px 80px !important;
}

.advanced_feature_box {
    padding: 80px 0;
}

.advanced_feature_box h2 {
    color: #00122b !important;
    text-align: center;
    margin: 0 0 20px;
}

.advanced_feature_box p {
    color: #606060;
    font-size: 16px;
    font-weight: 500;
    width: 70%;
    margin: 0 auto 60px;
    text-align: center;
}

.img_prod {
    padding: 0 70px 0 0;
}

.icn_box_white {
    width: 94px;
    height: 94px;
    display: block;
    text-align: center;
    line-height: 88px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 10%);
    border-radius: 50%;
    margin: 0 15px 0 0;
}

.advanced_feature_box .media-body {
    margin: 0 0 30px;
}

.advanced_feature_box .media-body h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.advanced_feature_box .media-body p {
    width: 100%;
    margin: 0 0 10px;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
}

.advanced_feature_box .media-body a {
    color: #0c2fa3;
}

.bg_gray {
    background: #f8f8f8 url(../images/bg-full-circle.svg) no-repeat center 70px;
    background-size: 100% auto !important;
}

.algo_dtl {
    padding: 40px 0 100px;
}

.algo_dtl h3 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin: 40px 0;
}

.img_algo_dtl {
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.feature_box {
    text-align: center;
}

.feature_box .icn_box_white {
    margin: 0 auto;
}

.feature_ttl {
    font-size: 22px;
    font-weight: 500;
    margin: 20px 0;
    display: block;
    color: #000;
}

.feature_box p {
    font-size: 16px;
    color: #606060;
    line-height: 24px;
}

.tutorial_outer {
    margin: 0 0 150px;
}

.tutorial_cnt {
    padding: 80px 0;
}

/*.img_turorial {
}*/

.turorial_list {
    list-style: none;
    margin: 0 0 0 20px;
}

.turorial_list li {
    font-size: 16px;
    line-height: 24px;
    color: #606060;
    margin: 20px 0;
}

.btn_center_mdl {
    text-align: center;
    margin: 100px 0 -160px;
}

.algo_dtl_all {
    margin: 0 0 100px;
}

.algo_dtl_all p {
    width: 70%;
    margin: 40px auto 0;
    text-align: center;
}

.bg_testimonial {
    padding: 80px 0;
    background-image: linear-gradient(#f8f8f8, #fff);
}

/*.testimonial_cnt {
}*/

.testimonials_slider {}

.testimonials_slider .owl-item:nth-child(even) {
    padding-top: 40px;
}

.testimonials_slider.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
}

/*    .testimonials_slider .item img {
    }*/

.faqs_outer {
    padding: 80px 0;
}

.faqs_outer h2 {
    text-align: left;
}

.faqs_outer .card-header {
    padding: 0;
}

.faqs_outer .card,
.faqs_outer .card-header {
    border: 0;
    background-color: transparent;
}

.faqs_outer .card {
    border-bottom: 1px solid #e6e6e6 !important;
}

.faqs_outer .btn-link {
    font-size: 26px;
    font-weight: 500;
    color: #666666;
    padding: 20px 0 20px 60px;
}

.faqs_outer .btn-link:hover {
    text-decoration: none;
}

.faqs_outer .btn-link:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.faqs_outer .btn-link {
    background: url(../images/arrow-up-faq.svg) no-repeat left 28px;
}

.faqs_outer .collapsed.btn-link {
    background: url(../images/arrow-down-faq.svg) no-repeat left 28px;
}

.faqs_outer .card-body {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    font-weight: 400;
    padding: 0px 20px 40px 60px;
}

.get_instant_access {
    width: 550px;
    padding: 80px 0;
}

.contact_form {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
}

.img_prod img,
.img_turorial img,
.algo_dtl_all img,
.img_video img {
    width: 100%;
}

.icn_box_white img {
    max-width: 50px;
}

.bg_advanced_feature {
    background: url(../images/bg-advanced-feature.svg) no-repeat center bottom;
    background-size: 100% auto !important;
}

.bg_cirlce {
    background: url(../images/bg-half-circle.svg) no-repeat center bottom;
    background-size: 100% auto !important;
}

.bg_contact {
    background: url(../images/bg-contact.svg) no-repeat center bottom;
    background-size: 100% auto !important;
}

.bg_particle {
    background: url(../images/bg-gray.svg) no-repeat center bottom;
    background-size: 100% auto !important;
}

.btn_buy_times {
    position: relative;
    width: 500px;
    margin: 0 auto;
}

.btn_blue_brdr {
    border: 1px solid #0c2fa3;
    color: #0c2fa3 !important;
    border-radius: 20px;
    font-weight: 500;
    padding: 5px 25px;
    font-size: 18px;
    margin: 0 5px;
}

.btn_blue_brdr img {
    float: left;
    margin: 2px 10px 0 0;
}

.select_date {
    padding: 15px;
    margin: 20px 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.select_date.show {
    opacity: 1;
    height: 125px;
}

.youtube-embed {
    position: relative;
    width: 100%;
    text-align: left;
    height: 100%;
    border: 5px solid #fff;
    border-radius: 15px;
    min-height: 280px;
}

.youtube-embed iframe {
    width: 100%;
    position: absolute;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
}

/*27-11-22*/
.bg_algo {
    background-image: url(../images/bg-algo-btm.svg), url(../images/bg-algo-top.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, right top;
    background-size: 400px auto, 400px auto !important;
}

.img_box_shadow {
    position: relative;
    margin: 00 0 35px;
}

.img_box_shadow::before {
    content: "";
    background: #dee0fc;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -20px;
    bottom: -20px;
    display: block;
    border-radius: 10px;
    z-index: 0;
}

.img_box_shadow img {
    width: 100%;
    position: relative;
    z-index: 9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 8%);
    border-radius: 10px;
    padding: 10px;
    background: #fff;
}

.d-flex {
    align-items: center;
}

.algo_info {
    display: block;
    list-style: none;
}

.algo_info li {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 10px 0 10px 0px;
}

.algo_info li::before {
    content: url(../images/icn-check-algo.svg);
    margin: 2px 10px 0 0;
    float: left;
}

.titl_content {
    text-align: center;
    margin: 80px 0 30px;
}

.titl_content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.titl_content p {
    font-size: 18px;
    color: #606060;
}

.white_content_box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 10%);
    /* padding: 10px 0 0 0; */
}

.white_content_box h5 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin: 0 0 10px;
}

.white_content_box p {
    font-size: 15px;
    color: #606060;
    font-weight: 500;
    padding: 0 50px;
}

.white_content_box img {
    max-width: 100%;
}

.algo_pera {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-align: center;
    position: relative;
    margin: 50px 0;
    padding: 25px 0;
}

.algo_pera::before,
.algo_pera::after {
    content: "";
    width: 400px;
    height: 1px;
    background-color: #e6e6e6;
    display: block;
    position: absolute;
    left: calc(50% - 200px);
}

.algo_pera::before {
    top: 0;
}

.algo_pera::after {
    bottom: 0;
}

.mb-20 {
    margin-bottom: 20px;
}

.font_blue_booking .badge {
    background: #000;
    color: #ffffff;
    font-size: 16px;
    border-radius: 15px;
    padding: 5px 10px;
    vertical-align: super;
}

@media only screen and (max-width: 1500px) {
    header div#logo a {
        font-size: 0px;
    }
}

@media only screen and (max-width: 1440px) {
    #mainmenu li a i {
        display: none !important;
    }

    #mainmenu li a i.menu-down-arrow {
        display: block !important;
    }
}

@media (max-width: 1280px) {

    /*Landing Page CSS*/
    .landing_cnt h2 {
        font-size: 24px;
    }

    .banner_landing {
        padding: 50px 0 100px;
    }

    .yallow_box {
        width: 70%;
        margin: 0 auto 35px;
        padding: 20px;
        font-size: 28px;
        line-height: 40px;
    }

    .banner_text p {
        font-size: 20px;
        line-height: 30px;
        padding: 20px 20px 0 0;
    }

    .btn_get_acccess {
        font-size: 28px !important;
        padding: 10px 70px !important;
    }

    .advanced_feature_box {
        padding: 60px 0;
    }

    .advanced_feature_box h2 {
        margin: 0 0 20px;
    }

    .advanced_feature_box p {
        width: 60%;
    }

    .img_prod {
        padding: 0 70px 0 0;
    }

    .icn_box_white {
        width: 94px;
        height: 94px;
        line-height: 88px;
        margin: 0 15px 0 0;
    }

    .advanced_feature_box .media-body {
        margin: 0 0 30px;
    }

    /*            .advanced_feature_box .media-body h5 {
            }*/

    .algo_dtl {
        padding: 80px 0;
    }

    .algo_dtl h3 {
        font-size: 28px;
        margin: 40px 0;
    }

    .feature_ttl {
        font-size: 22px;
        margin: 20px 0;
    }

    .feature_box p {
        font-size: 16px;
        line-height: 24px;
    }

    .tutorial_outer {
        margin: 0 0 100px;
    }

    .tutorial_cnt {
        padding: 80px 0;
    }

    .turorial_list {
        margin: 0 0 0 20px;
    }

    .turorial_list li {
        font-size: 16px;
        line-height: 24px;
        margin: 20px 0;
    }

    .btn_center_mdl {
        margin: 80px 0 -120px;
    }

    .algo_dtl_all {
        margin: 0 0 60px;
    }

    .algo_dtl_all p {
        width: 70%;
        margin: 40px auto 0;
    }

    .bg_testimonial {
        padding: 60px 0;
    }

    .testimonials_slider .owl-item:nth-child(even) {
        padding-top: 40px;
    }

    .testimonials_slider.owl-theme .owl-dots .owl-dot span {
        width: 18px;
        height: 18px;
    }

    .faqs_outer {
        padding: 60px 0;
    }

    .faqs_outer .btn-link {
        font-size: 22px;
        padding: 15px 0 15px 45px;
        background-size: 24px;
        background-position: left 20px;
    }

    /*            .faqs_outer .btn-link {
            }*/

    .faqs_outer .collapsed.btn-link {
        background-size: 24px;
        background-position: left 20px;
    }

    .faqs_outer .card-body {
        font-size: 16px;
        line-height: 24px;
        padding: 0px 20px 30px 45px;
    }

    .get_instant_access {
        width: 550px;
        padding: 80px 0;
    }

    .contact_form {
        padding: 20px 30px;
    }
}

@media only screen and (max-width: 1199px) {
    #mainmenu a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 992px) {
    .image-container {
        background-image: none !important;
    }

    .text-center-mob {
        text-align: center;
    }

    #section-contact {
        padding: 60px 0;
    }

    .show_mob {
        display: block;
    }

    /*header.header-mobile #mainmenu li.hide_mob{margin: 10px 0 10px 0}*/
    .btn_purchase a {
        padding: 10px 20px !important;
        clear: both;
        float: left;
    }

    /*#terms-condition {
        padding-top: 100px;
    }
*/


    .img_box {
        min-height: 200px;
        margin-bottom: 20px;
    }

    .img_box.show_mob,
    .img_box .background-image {
        display: block;
    }

    .img_box .background-image {
        height: 200px;
        background-size: auto 50% !important;
    }

    .img_box.hide_mob {
        display: none;
    }

    header div#logo img {
        max-width: 40px;
    }

    header.header-mobile #logo {
        font-size: 20px;
        margin-top: 0;
        line-height: inherit;
    }

    h2 {
        font-size: 28px;
    }

    /*Landing Page CSS*/
    .yallow_box {
        width: 100%;
        font-size: 24px;
        line-height: 30px;
    }

    .banner_landing {
        margin: 30px 0 30px;
        padding: 45px 0 90px;
    }

    .banner_text p {
        font-size: 16px;
        line-height: 26px;
        padding: 0px 20px 0 0;
    }

    .btn_get_acccess {
        font-size: 22px !important;
        padding: 8px 36px !important;
    }

    .algo_dtl,
    .tutorial_cnt,
    .advanced_feature_box {
        padding: 40px 0;
    }

    .icn_box_white {
        width: 70px;
        height: 70px;
        line-height: 68px;
        margin: 0 15px 0 0;
    }

    .icn_box_white img {
        max-width: 33px;
    }

    .algo_dtl h3 {
        font-size: 24px;
    }

    .turorial_list {
        margin: 0;
        padding: 0;
    }

    .btn_center_mdl {
        margin: 30px 0 -70px;
    }

    .table [class*="col-"] {
        display: table-cell;
    }

    section#PDPage {
        padding: 90px 0 100px 0;
    }

    #wrapper {
        padding-bottom: 3rem;
    }

    .hideStock-modal-header+.modal-body {
        padding-top: 0px;
    }

    .modal-header.hideStock-modal-header .btn-close {
        margin-top: 0px;
        padding: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .mob_banner {
        display: block;
    }

    .desk_banner {
        display: none;
    }

    .iframe_box .iframe {
        width: 100%;
    }

    /*Landing Page*/
    .banner_text,
    .banner_text p {
        text-align: center;
    }

    .img_video {
        margin: 20px 0 0;
    }

    .modal-custom-body .img_video {
        margin: 0px 0 0 !important;
    }

    .modal-custom-body .youtube-embed {
        min-height: 200px;
    }

    .btn_get_acccess {
        font-size: 14px !important;
        padding: 8px 20px !important;
    }

    .advanced_feature_box p {
        width: 100%;
    }

    .img_prod {
        padding: 0 0px 30px 0;
    }

    .testimonials_slider .owl-item:nth-child(even) {
        padding-top: 0px;
    }

    .get_instant_access {
        width: 100%;
    }

    .banner_launch {
        margin: -20px 0 50px;
    }

    .white_content_box {}
}

.card_box {
    width: 100%;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0 0 0 / 30%);
    border-radius: 10px;
}

.card_box_af {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0 0 0 / 30%);
    border-radius: 10px;
}

.payment_box {
    width: 100%;
    padding: 0;
    box-shadow: 0 0 10px rgba(0 0 0 / 20%);
    float: left;
    border-radius: 10px;
    padding: 12px;
}

.meter-trend-box-area {
    border-radius: 10px;
    padding: 1rem 5px;
    box-shadow: 0px 0px 6px #00000029;
    font-family: var(--font-Poppins);
    border: 1px solid var(--g-border-color);
    box-shadow: 0px 4px 10px 10px #c1c1c11a;
}
.dark-theme .meter-trend-box-area{
     background: var(--bg-black-2);
    border: 1px solid var(--bg-black-2);
    box-shadow: none;
}
.dark-theme .meter-box-area{
    border-color: transparent;
       box-shadow: none !important;
}
.text-erroe-meter{
    font-size: 15px;
}

.meter-trend-box-area .inlineFlex .gradient-btn-small {
    vertical-align: text-bottom;
        background: #223C35;
}

.dark-theme .meter-trend-box-area .meter-input-area label {
    color: #ffffff;
}
.dark-theme .meter-trend-box-area span{
    color: #A4A4A4;
}

.payment_row {
    padding: 20px 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
}

.pd-banner-box a img {
    height: 99px;
    width: 100%;
    border-radius: 10px;
}

.no-brdr {
    border: 0;
}

.img_box_pay {
    width: 100px;
}

.payment_info {
    width: calc(100% - 210px);
    font-size: 16px;
    color: #000;
    line-height: 22px;
}

.payment_info span {
    display: block;
    color: #8d8d8d;
    font-size: 14px;
}

.btn_paynow {
    width: 110px;
    text-align: center;
    color: #0c2fa3 !important;
    font-weight: 700;
    border: 1px solid #0c2fa3;
    border-radius: 10px;
    padding: 4px 0;
}

.btn_paynow:hover {
    text-decoration: none;
    background: #0c2fa3;
    color: #fff !important;
}

.img_box_view,
.img_box_view img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .payment_row {
        justify-content: center;
        padding: 5px 15px 25px;
        flex-wrap: wrap;
    }

    .img_box_pay,
    .payment_info {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }

    .pd-banner-box a img {
        height: auto;
    }

    /* #terms-condition {
        padding: 100px 0 30px;
    }*/

}

/* Admin CSS */


.text_cnt_left {
    position: relative;
    z-index: 99;
    text-align: center;
}

.text_cnt_left h4 {
    font-size: 18px;
    color: #3d3d3d;
    margin: 0 0 5px;
    font-weight: 600;
}

.text_cnt_left h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin: 0;
}


.nifty_status {
    display: block;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--font-Poppins);
}

.pd-chart-row .widget-pd-box .nifty_status {
    background-color: #000;
    border-radius: 15px;
    padding: 0px;
    margin: 3px auto;
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.pd-chart-row .widget-pd-box .nifty_status.font_red {
    color: #FF4B4A;
}

.pd-chart-row .widget-pd-box .nifty_status.font_green {
    color: #41BA7C;
}

.date_time {
    font-size: 16px;
    color: #A4A4A4;
}

#Nifty50Chart,
#BankNiftyChart {
    margin: -70px 0 -60px;
}

.load_text {
    text-align: center;
    margin: 20px 0;
}

.load_text .btn_blue_brdr {
    font-size: 14px;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    background: #fff;
}

.load_text .btn_blue_brdr:hover {
    text-decoration: none;
    background: linear-gradient(to right, #6d47ff, #0c7375);
    color: #fff !important;
}

/*DARK THEME START*/
.dark-theme {
    background-color: #000000;
}

.dark-theme .date_time {
    color: #ffffff;
}

.dark-theme .payment_box {
    background: #191919;
    box-shadow: 0 0 10px rgba(134, 134, 134, 50%);
}

.dark-theme .value-box {
    background: #212020;
}

.dark-theme .highcharts-background {
    /*fill: #191919;*/
    fill: transparent;
}

.dark-theme .highcharts-label-box.highcharts-tooltip-box,
.custom-widget-col .highcharts-tooltip path {
    fill: #000000;
}

.dark-theme .learn-goc-meter,
.dark-theme .learn-goc-meter a {
    color: #ffffff;
}

.dark-theme .arrow-up-meter,
.dark-theme .learn-goc-meter a span {
    border-bottom: 10px solid #ffffff;
}

.dark-theme .custom-chart-modal .btn {
    border: 1px solid #ffffff;
    color: #ffffff;
}
.dark-theme .custom-chart-modal .modal-title{
    color: #fff;
}

.dark-theme chart-modal-center-col {
    padding-right: 0;
    margin-bottom: 4px;
}

.dark-theme .btn_refresh_goc {
    background: linear-gradient(to right, #4e4e4e, #414141);
}

.dark-theme .highcharts-container text,
.dark-theme .highcharts-container text.highcharts-title,
.dark-theme .highcharts-root text {
    fill: #8b8b8b !important;
}

.dark-chart .highcharts-container text,
.dark-chart .highcharts-container text.highcharts-title,
.dark-chart .highcharts-root text {
    fill: #e0e0e0 !important;
}

.dark-chart .highcharts-root text.highcharts-title {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: var(--bg-green-3);
    fill: var(--bg-green-3) !important;
    font-family: var(--font-Poppins);
}

.stocklist-resize .tbl_scroll {
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 15px;
}

.stocklist-resize .tbl_scroll .table {
    margin-bottom: 0px;
}

.dark-theme .alert-info {
    color: #ffffff;
    background-color: #191919;
    border-color: #272727;
}

.dark-theme .tab_outer {
    background: #252525;
}

.dark-theme .tab_outer .btn_tab {
    color: #d5d4d4;
    border: 1px solid #6f6f6f;
}

.dark-theme .tab_outer .btn_tab.active {
    /*background: linear-gradient(to right,#080808, #000000);*/
    color: #fff;
    border-color: #cacaca;
}

.dark-theme .text_cnt_left h4,
.dark-theme .text_cnt_left h2 {
    color: #ffffff;
}

.dark-theme .payment_box span {
    color: #ffffff;
}

.dark-theme .meter-box-area span.text-bull {
    color: #20a400;
}

.dark-theme .meter-box-area span.text-bear {
    color: #ff0000;
}

.dark-theme .btn-custom {
    background: linear-gradient(to right, #343434, #343434);
}

.dark-theme .highcharts-container .highcharts-label text {
    fill: #eaeaea !important;
    font-size: 0.8em !important;
    font-weight: 400 !important;
}

.dark-theme .custom-chart-modal span {
    color: #8b8b8b;
}

.dark-theme .youtube-session-body {
    background-color: #191919;
    border-color: #272727;
}

.dark-theme .youtube-session-body b,
.dark-theme .youtube-session-body span {
    color: #fff;
}

.dark-theme .custom-chart-modal .pop-line .modal-header {
    background: #000000;
    border-radius: 0;
}

.dark-theme .custom-chart-modal .pop-line span {
    color: #eeeeee;
}

.dark-theme .custom-chart-modal .pop-line .modal-body {
    background: #000000;
}
.dark-theme .meter-trend-box-area .meter-input-area input{
    background-color: #282828;
    border-color: #282828;
    color: #A4A4A4;
}

@media only screen and (max-width: 767px) {

    #Nifty50Chart,
    #BankNiftyChart,
    #FinNiftyChart {
        margin: -50px 0 -60px;
        height: 300px !important;
    }

    .alert.alert-warning.float-left {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {

    .table td,
    .table th {
        padding: 10px 8px;
        font-size: 14px;
    }

    .tooltip-container .tooltiptext {
        width: 120px;
        font-size: 13px;
        margin-left: -35px;
    }

    .tooltip-container-small .tooltiptext {
        width: 270px;
        font-size: 12px;
    }
}

/*.switch {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 35px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2ab934;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2ab934;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}*/
/*------ ADDED CSS ---------*/
/*.on {
    display: none;
}

.on, .off {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

input:checked + .slider .on {
    display: block;
}

input:checked + .slider .off {
    display: none;
}*/
/*--------- END --------*/
/* Rounded sliders */
/*.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }*/

.tab_outer {
    background: #f7f7f7;
    border-radius: 30px;
    padding: 8px;
    width: auto;
}

.tab_outer .btn_tab {
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 16px;
    color: #fff !important;
    border: 1px solid #272727;
    background-color: #272727;
    font-family: "Poppins", sans-serif;
    box-shadow: none;
    transition: none;
}

.tab_outer .btn_tab:hover {
    border-color: #272727;
    background-color: #272727;
    color: #afafaf;
}

.tab_outer .btn_tab.active {
    color: var(--bg-green-1) !important;
    border-color: var(--bg-green-1) !important;
    background-color: #01241B !important;
}

.custom-tab-row {
    display: inline-flex;
    justify-content: center;
    width: 100%;
}

.custom-tab-rectangle {
    background: #e2e2e2;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}

.custom-tab-rectangle .btn_tab {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 18px;
    border: 1px solid #a4a4a4 !important;
    color: #000 !important;
    background-color: #ffffff !important;

}
.dark-theme .custom-tab-rectangle .btn_tab{
    border-color: #444444 !important;
    color: #fff !important;
    background-color: #000 !important;
}

.goc-meter-banner img {
    width: 100%;
}

.btn_refresh,
.btn_refresh_goc {
    background: linear-gradient(to right, #644bfa, #037dc9);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 10px;
    border: 0;
    display: none;
}

.btn_refresh_goc {
    margin: 0 0 0 5px;
    padding: 0;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 100% !important;
    box-shadow: none !important;
        width: 30px;
    height: 32px;
}
.btn_refresh_goc i{
    line-height: 21px;
}

.nodropc {
    cursor: no-drop;
}

.cursor-block {
    cursor: no-drop;
}

.pointerc {
    cursor: pointer;
}

.open-filter {
    float: right;
    /*display: block;
    
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(to right,#644BFA, #037DC9);
    color: #fff !important;
    border-radius: 30px;
    padding: 0px 20px; margin:0 0 15px;*/
}

.open-filter i {
    font-size: 20px;
    color: #fff;
    margin: 0 5px 0 0;
}

.icn-refresh,
.icn-refresh_disable {
    font-size: 14px;
    color: #fff;
}

.icn-refresh_disable {
    color: #dddddd;
    opacity: 0.3;
}

.ad_banner {
    text-align: center;
    width: 100%;
    margin: 30px 0 0;
    display: none;
}

#WaitingList {
    margin-top: 30px;
}

.ad_banner img {
    max-width: 100%;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.search_icon {
    padding-left: 15px;
}

.dspl_mob {
    display: none;
}

#filter_box {
    display: none;
}

.text_pagging {
    padding: 15px 0 0;
}

.user_list {
    border-bottom: 1px solid #dee2e6;
}

/* sale Bar Header */
header.header-light .container {
    background: #fff;
}

header.header-sale div#logo {
    line-height: 75px;
    float: left;
}

header.header-light .container {
    background: #fff;
}

.header-sale {
    height: 130px !important;
}

/*header.smaller {
    height: 130px !important;
}*/
.sale-bar {
    background: #ff0000;
    width: 100%;
    height: 50px;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    padding: 5px 0;
    display: none;
}

.header-sale .sale-bar {
    display: flex;
}

.sale-bar .btn-custom {
    margin: 0 0 0 15px;
}

.nifty_status .fa-sort-down {
    margin: -5px 0 5px;
    vertical-align: middle;
}

.nifty_status .fa-sort-up {
    margin: 6px 0 0px;
    vertical-align: middle;
}

/* custom switch start */
section#GocMeterSec {
    padding: 95px 0 100px 0;
    min-height: calc(100vh - 57px);
}

.swith-theme-btn {
    margin: 5px 0 0;
}

.switchlabel {
    margin-right: 0.3rem;
    color: #333;
    vertical-align: super;
    font-family: var(--font-Poppins);
}

.dark-theme .switchlabel {
    color: #ffffff;
}

.swith-theme-btn .switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 22px;
    line-height: 22px;
    margin-bottom: 0;
}

.swith-theme-btn .switch input {
    display: none;
}

.swith-theme-btn .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f2f2f2;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.swith-theme-btn .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.swith-theme-btn input:checked+.slider {
    background-color: #252525;
}

.swith-theme-btn input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

.swith-theme-btn input:checked+.slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
    transform: translateX(21px);
    background: #c1c1c1;
}

.swith-theme-btn .on {
    display: none;
}

.swith-theme-btn .on,
.swith-theme-btn .off {
    position: absolute;
    font-size: 14px;
    margin-left: 2.1rem;
    font-weight: 600;
}

.swith-theme-btn .on {
    color: white;
}

.swith-theme-btn .off {
    color: black;
}

.swith-theme-btn input:checked+.slider .on {
    display: block;
    left: 0;
    margin-left: 12px;
}

.swith-theme-btn input:checked+.slider .off {
    display: none;
}

.swith-theme-btn .slider.round {
    border-radius: 34px;
    background: #dbd9d9;
    /*    box-shadow: inset 0px 1px 12px 0px rgba(0, 0, 0, 0.3);*/
}

.swith-theme-btn .slider.round:before {
    border-radius: 50%;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
}

.swith-theme-btn-goc .off {
    color: black;
    white-space: nowrap;
    left: 0;
}

/* custom switch end */
@media only screen and (max-width: 992px) {
    header .header-mobile.header-sale {
        padding: 0px 0 0px 0;
        height: 110px;
    }

    header.header-mobile.header-light.header-sale #menu-btn {
        margin: 10px 0 0 0;
    }

}

@media only screen and (max-width: 767px) {
    header .header-mobile.header-light {
        border-bottom: 1px solid #f5f5f5;
    }

    section {
        padding: 70px 0 30px 0;
    }

    .dspl_mob {
        display: block;
    }

    .open-filter {
        margin: 0 auto;
        float: none;
        max-width: 120px;
        display: block;
    }

    .table-responsive-mob {
        overflow-x: auto;
    }

    #ReportPage .card {
        margin-bottom: 10px;
    }
}

.whatsapp-float-left {
    font-family: "FontAwesome";
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}

.whatsapp-float-left a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #25d366;
    text-align: center;
    color: #fff;
    font-size: 24px;
    transition: all 0.3s ease;
}

.whatsapp-float-left a:hover {
    transform: scale(1.1);
    color: #ffffff;
}

.gocmeter-float-right {
    font-family: "FontAwesome";
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
}

.gocmeter-float-right a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #003676;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all 0.3s ease;
    display: none;
}

.gocmeter-float-right i {
    position: relative;
    top: -3px;
}

.gocmeter-float-right a:hover {
    transform: scale(1.1);
    color: #ffffff;
}

.pd-page-float-right {
    font-family: "FontAwesome";
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
}

.pd-page-float-right a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #41b2b1;
    text-align: center;
    display: none;
    color: #fff;
    font-size: 30px;
    transition: all 0.3s ease;
}

.pd-page-float-right i {
    position: relative;
    font-size: 1.2rem;
}

.pd-page-float-right a:hover {
    transform: scale(1.1);
    color: #ffffff;
}

.youtube-sticky-btn a {
    background: #ea2c2a;
    box-shadow: 0 0 0 0 rgb(255, 82, 82);
    animation: pulse-red 2s infinite;
}

.youtube-sticky-btn .fa-youtube-play {
    vertical-align: sub;
    font-size: 22px;
}

.youtube-sticky-btn p {
    font-size: 11px;
    margin-bottom: 0;
    font-weight: 700;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
}

.tele-pd-btn {
    background: #44b9b3;
    padding: 0.3rem 1rem;
    border-radius: 4px;
    color: #fff !important;
    font-size: 40px;
}

.tele-pd-btn:hover {
    text-decoration: none;
}

.default-rate {
    background-color: inherit;
    color: inherit;
}

.login-text {
    font-size: 17px;
}

/*
@media screen and (orientation: portrait) {
    .chart-wrapper-modal {
        transform: translate(0%, 0%) rotate(90deg);
        transform-origin: 50% 50%;
        height: 100vw;
    }
}*/

/* GOC Meter */

.img-box-meter {
    width: 100%;
    float: left;
    padding-bottom: 28px;
}

.img-box-meter img {
    width: 60% !important;
    margin: 0 auto;
    display: block;
}

.img-meter-box-page img {
    width: 80%;
    object-fit: contain;
    height: 250px;
    margin: 0 auto;
    display: block;
}

.value-box {
    width: 100%;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 10px rgba(0 0 0 / 20%);
    float: left;
    border-radius: 10px;
}

.ttl-value-box {
    width: 80%;
    margin: -33px 10% 0;
    float: left;
    padding: 6px 12px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    display: block;
    border-radius: 10px;
    color: #fff;
}

.bg-green {
    background: #20a400;
}

.bg-red {
    background: #ff0000;
}

.bg-green-dull {
    background: #8fd19e;
}

.bg-red-dull {
    background: #ed969e;
}

.text-bull {
    color: #20a400;
}

.text-bear {
    color: #FF4B4A;
}

.meter-box {
    display: flex;
    width: 100%;
    align-items: center;
    text-align: center;
    padding: 0px 0 0;
}

.chart-box-meter {
    width: 50%;
    height: 110px;
}

.chart-box-meter img {
    width: 90%;
}

.text-percentage {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    width: 50%;
}

.learn-goc-meter {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #000614;
    padding: 60px 0 0;
}

.meter-learnMore-row .learn-goc-meter {
    padding-top: 15px;
    padding-bottom: 0px;
}

.meter-learnMore-row .learn-goc-meter p {
    margin-bottom: 12px;
}

.meter-learnMore-row .learn-goc-meter a {
    color: #4a4a4a;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-family: var(--font-Poppins);
}

.meter-learnMore-row .learn-goc-meter a .fa-youtube-play {
    font-size: 22px;
    vertical-align: bottom;
    margin-top: 1px;
}

.dark-theme .meter-learnMore-row .learn-goc-meter a {
    color: #ffffff;
}

.learn-goc-meter a {
    color: #000614;
    font-size: 22px;
}

.meter-trend-box-area .inlineFlex {
    display: flex;
    align-items: end;
    column-gap: 10px;
    justify-content: center;
}

.meter-trend-box-area .meter-input-area label {
    color: #000614;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font-Poppins);
}

.breakdonw-calculate-section.learn-goc-meter {
    padding-top: 0px;
}

.breakdonw-calculate-section p {
    margin-bottom: 14px;
}

.breakdonw-calculate-section p a {
    font-size: 20px;
    font-family: var(--font-Poppins);
}

.meter-trend-box-area .meter-input-area input {
    width: 260px;
    box-shadow: none;
}

.youtube-box {
    margin: 40px auto 20px;
    height: 0;
    opacity: 0;
    transition: all ease 0.5s;
    max-width: 940px;
}

.show-box {
    height: auto;
    opacity: 1;
}

.arrow-up-meter {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #333743;
    display: inline-block;
    border-top: 0px solid #333743 !important;
}

.learn-goc-meter a span {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333743;
    display: inline-block;
}

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.logo-goc-meter {
    width: 100%;
    text-align: center;
    display: block;
    margin: -5px 0 0px;
}

.logo-goc-meter img {
    max-width: 300px;
    object-fit: contain;
}

.mosta-ctive-card .date_time {
    color: #A4A4A4 !important;
}

.date_time {
    text-align: center;
}

.logo-goc-meter+.center-text .date_time {
    margin-bottom: 10px;
}

.height-min-full {
    min-height: calc(100vh - 57px);
}

.faq-acc-padtop-0 .card {
    margin-bottom: 10px;
}

.formfile-select .form-control {
    height: auto;
}

.gradient-btn-small.btn {
    display: inline-block;
}

.custom-control.custom-switch {
    width: auto;
    height: auto;
}

#excelFile,
#formFile {
    height: auto;
}

.select2-script-re .select2-container {
    width: 100% !important;
}
.wp-lead-btn{
        display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.gta-sub-menu a{
    padding-bottom: 8px !important;
    border-bottom: 1px solid #2a2a2a;
    border-radius: 0px !important;
    margin-bottom: 5px;
}
.gta-sub-menu a:nth-last-child(1){
    border-bottom: 0px;
     padding-bottom: 0px !important;
}
.gocscanner-menu{
    position: relative;
}
.gocscanner-menu .badge{
      position: absolute;
    top: -8px;
    color: #fff;
    background-color: #dc3545;
    font-size: 0.75em;
    font-weight: 600;
    line-height: 14px;
    padding: 0.2em 0.65em;
    display: inline-block;
    white-space: nowrap;
    border-radius: 0.375rem;
    right: 6px;
}
.h-login{
    padding-right: 5px !important;
    position: relative;

}
.h-login:after{
    content: '';
    position: absolute;
    background-color: #fff;
    height: 18px;
    width: 2px;
    top: 0px;
    right: -2px;
    transform: rotate(13deg);

}
.h-signup{
    padding-left: 0px !important;
}
.browser-frame-mt{
     margin-top: 4rem;
}
.new-creator-mt{
            padding-left: 12px;
}

@media (min-width: 1400px){
.home-page-wrapper .container{
    max-width: 1140px;
}
}

@media only screen and (max-width: 1400px) {
    .dashboard-flex .text-center {
        padding: 2px 10px 2px 4px;
    }

    .dashstock-updown-wrapped {
        padding: 0.3rem 0.4rem;
    }

    .dashstock-updown-wrapped ul li {
        padding-right: 0.2rem;
        margin-right: 0.2rem;
    }


    .gocGenie-power-box img {
        padding-right: 0px;
    }

    .genie-row-bullBear {
        margin-right: 5px;
    }

    .experince-text h1 {
        font-size: 32px;
    }

    .yellow-gradient-btn {
        padding: 0.6rem 2rem;
        font-size: 20px;
    }

    .beat-mode-section .col-lg-3 img {
        width: 200px;
    }

    .beast-mode-banner img {
        width: auto;
        margin: auto;
        display: block;
    }

    .text-icon-inlline img {
        width: 24px;
    }

    .text-icon-inlline p {
        font-size: 15px;
    }
    .inline-filter.stock-meter-filter{
                display: grid;
        grid-template-columns: repeat(2, 1fr);
                column-gap: 10px;
        row-gap: 5px;
    }
    .inline-filter.stock-meter-filter li {
        width: 100% !important;
    }
}

@media only screen and (max-width: 992px) {
    .ttl-value-box {
        font-size: 18px;
    }

    .text-percentage {
        font-size: 36px;
        margin-bottom: 15px;
    }

    section#GocMeterSec {
        padding: 90px 0 100px 0;
    }

    section#GocMeterSec .row.mb-3 {
        margin-bottom: 0 !important;
    }

    .whatsapp-float-left {
        bottom: 74px;
        z-index: 999;
    }
}

@media only screen and (max-width: 1599px) {
    /*    .beastmode-section {
        margin: 0 15px;
        border: 35px solid transparent;
        border-image: url(../images/beast-down-border.png) 62 round;
        border-top: 45px solid transparent;
    }*/

    .container.nifty-container {
        max-width: 900px;
    }

    .text-area p.bank-text {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .text-area p.beast-stock-price {
        font-size: 16px;
        line-height: 12px;
    }

    .stock-small-beat {
        font-size: 13px;
    }

    .bull-bear-area ul .gocGenie-power-box {
        border-width: 1px;
        padding: 0px 6px;
    }


    .bull-bear-area ul {
        column-gap: 8px;
        margin-bottom: 5px;
        justify-content: end;
    }

    .bull-bear-area .option-sentiment-area span {
        font-size: 13px;
        color: #ffffff;
    }

    .bull-bear-area .option-sentiment-area svg {
        width: 20px;
        height: 20px;
    }

    .bull-bear-area .gpt-live-indexshow {
        font-size: 16px !important;
    }

    .patter-border-wrapper {
        border: 12px solid transparent;
    }

    .beastmode-red .patter-border-wrapper {
        border-image: url(../images/down-patter-border.png) 15 round;
    }

    .beastmode-green .patter-border-wrapper {
        border-image: url(../images/up-patter-border.png) 15 round;
    }

    .beastmode-grey .patter-border-wrapper {
        border-image: url(../images/gray-patter-border.png) 15 round;
    }

    .live-beast-widget {
        border: 12px solid transparent;
    }

    .beastmode-red .live-beast-widget {
        border-image: url(../images/live-beat-border-pattern.png) 18 round;
    }

    .beastmode-green .live-beast-widget {
        border-image: url(../images/live-beat-border-pattern-up.png) 18 round;
    }

    .beastmode-grey .live-beast-widget {
        border-image: url(../images/live-beat-border-pattern-gray.png) 18 round;
    }

    .live-beast-widget .widget-title-bar {
        margin-bottom: 5px;
    }

    .live-beast-widget .widget-title-bar h4 .data-refresh-icon {
        font-size: 13px !important;
    }

    .live-beast-widget .chart-data-gpt-wrapper ul {
        padding-left: 4px;
    }

    .live-beast-widget .chart-data-gpt-wrapper ul li {
        line-height: 22px;
        display: block;
    }

    .beast-read-more {
        margin-top: 5px;
    }


    .beast-live-widget-height .beast-card-shadow {
        height: 250px;
        max-height: 250px;
    }

    .beast-stock-meter-card .stock-header h4 {
        font-size: 15px;
    }

    .beast-stock-meter-card .stock-body ul li .timebrand-text-graph {
        column-gap: 5px;
    }

    .beast-stock-meter-card .stock-body ul li .timebrand-text-graph p {
        padding-left: 3px;
    }

    .beast-stock-meter-card .stock-body ul li:first-child {
        column-gap: 5px;
    }

    .beast-stock-meter-price .timebrand-text h3 {
        font-size: 12px;
    }


    .beast-stock-meter-card .stock-body ul li .timebrand-text-graph img {
        width: 25px;
    }

    .beast-graph-area {
        height: auto;
    }

    .beast-graph-area img {
        width: 30px;
    }

    .beast-card-shadow {
        height: 515px;
        overflow: auto;
        max-height: 515px;
    }

    .beast-stock-meter-card:last-child {
        margin-top: 5px;
    }

    .beast-active-sock-table thead th:first-child {
        min-width: auto;
    }

    .beast-active-sock-table tbody td {
        padding: 0px 6px 0px;
    }

    .inline-stock-text {
        column-gap: 5px;
    }

    .inline-stock-text img {
        width: 20px;
    }

    .beast-sectoral-card .stock-header img {
        width: 18px;
    }

    .beast-sectoral-card .stock-header h5 {
        font-size: 13px;
        margin-top: 3px;
    }

    .sectoral-body-card {
        padding: 7px 4px;
    }

    .sectoral-body-card .live-rate-box p {
        font-size: 13px;
        line-height: 18px;
    }

    .sectoral-body-card .price {
        margin-bottom: 1px;
        font-size: 12px;
    }

    .sectoral-body-card .indices-box .btn.btn-warning {
        font-size: 12px;
    }

    .beast-sectoral-flex .beast-sectoral-card:nth-child(2) .stock-header img {
        width: 14px;
    }

    .beast-most-active-option span {
        font-size: 13px;
    }

    .beast-most-active-widget {
        border: 15px solid transparent !important;
        border-image: url(../images/beast-most-act-pattern.png) 18 round !important;
    }

    .beast-most-active-widget .strike-price-table thead tr th {
        font-size: 12px;
        line-height: 24px;
    }

    .beast-most-active-widget .strike-price-table tbody tr td {
        padding: 0px 7px;
        font-size: 12px;
        line-height: 22px;
    }

    .beast-pd-graph .highcharts-container {
        height: 80px !important;
    }

    .beast-mode-header-wrapper #logo {
        padding: 0 4px;
    }

    .beast-mode-header-wrapper #logo a {
        font-size: 14px;
    }

    .beast-mode-header-wrapper.dashboard-flex .text-center {
        padding: 2px 5px 2px 4px;
    }

    .beast-mode-header-wrapper.dashboard-flex .pricing-icon-genie {
        max-width: 18px;
        margin-left: 4px !important;
        width: 18px;
        margin: 0;
    }

    .beast-mode-header-wrapper .dash-title {
        font-size: 12px;
    }


    .beast-action-btn {
        padding: 4px 6px;
    }

    .beast-mode-header-wrapper .gocGenie-power-box {
        padding: 0px 4px;
        font-size: 10px;
        border-width: 1px;
    }

    .beast-mode-header-wrapper .gocGenie-power-box span {
        padding: 2px 5px;
        font-size: 10px;
    }

    .beast-mode-header-wrapper .clock-box {
        min-width: 75px;
        width: 75px;
        background: #212121;
    }

    .genie-upDown-stock-stripe .pricing-icon-genie {
        max-width: 45px;
        margin-left: 4px !important;
        margin: 0;
    }

    .genie-upDown-stock-stripe .dashstock-updown-wrapped ul li {
        font-size: 12px;
        line-height: 15px;
    }

    .genie-upDown-stock-stripe .btn-watchnow {
        padding: 4px 10px;
        font-size: 12px;
    }

    .genie-upDown-stock-stripe .beast-action-btn {
        padding: 4px 10px;
        font-size: 12px;
        white-space: nowrap;
        height: 30px;
    }

    .genie-upDown-stock-stripe .beast-action-btn img {
        width: 14px;
        vertical-align: bottom;
    }

    .genie-upDown-stock-stripe .dash-title {
        font-size: 13px;
        white-space: nowrap;
    }

    .genie-upDown-stock-stripe .clock-box .fa {
        margin: 0;
    }

    .genie-upDown-stock-stripe .gocGpt-more img {
        width: 19px;
    }

    .beast-mode-header-line {
        margin-bottom: 5px;
        font-size: 15px;
        padding: 1px 2px;
    }

    .beast-shiftmode-wrapper .fa-chevron-down {
        padding: 8px 10px 10px;
        height: 30px;
    }

    .gradient-fledge-buy {
        padding: 2px 8px;
        column-gap: 4px;
    }

    .gradient-fledge-buy h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .gradient-fledge-buy .btn-blue {
        padding: 3px 10px;
        font-size: 14px;
        line-height: 16px;
    }

    .tv-flex-buy-header {
        column-gap: 5px;
    }

    .grid-stack-item[data-gs-width="4"] .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-stack-item[data-gs-width="4"] .genie-trex-widget .stock-meter-filter .autocomplete-focus {
        margin-top: 10px;
    }

    .grid-stack-item[data-gs-width="4"] .genie-trex-widget li .custom-selection {
        width: 85px !important;
    }

    .grid-stack-item[data-gs-width="4"] .genie-trex-widget .stock-meter-filter {
        display: block;
    }

    .grid-stack-item[data-gs-width="4"] .genie-pick-card-grid {
        padding-left: 0;
    }

    .grid-stack-item[data-gs-width="5"] .genie-trex-widget .stock-meter-filter {
        display: block;
    }

    .grid-stack-item[data-gs-width="5"] .genie-trex-widget .stock-meter-filter .autocomplete-focus {
        margin-top: 10px;
    }

    .grid-stack-item[data-gs-width="6"] .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-stack-item[data-gs-width="7"] .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-stack-item[data-gs-width="8"] .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-stack-item[data-gs-width="9"] .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-stack-item[data-gs-width="10"] .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(4, 1fr);
    }

    .grid-stack-item[data-gs-width="11"] .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(4, 1fr);
    }

    .grid-stack-item[data-gs-width="7"] .Genie-trex-shadow-card-single .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .trex-inner-border-flex p.ng-binding {
        font-size: 12px;
        margin-bottom: 0px !important;
    }

    .trex-inner-flex-text label {
        font-size: 11px;
    }

    .trex-inner-flex-text p.ng-binding {
        font-size: 12px;
    }

    .genie-pick-card-grid .stock-genie-treax-box .list-box-area p {
        margin-bottom: 5px;
        line-height: 16px;
    }

    .treax-club-radio .form-check .form-check-label {
        font-weight: 500;
    }

    .Genie-trex-shadow-card-single .genie-pick-card-grid .stock-genie-treax-box {
        padding: 0;
    }

    .beast-mode-header-wrapper .dashstock-updown-wrapped ul li a .nifty-perc {
        display: none;
    }

    .beast-mode-header-wrapper .dashstock-updown-wrapped ul li a {
        font-size: 12px;
        padding: 8px 8px;
    }

    .beast-mode-header-wrapper .dashstock-updown-wrapped ul li {
        padding-right: 0.1rem;
        margin-right: 0.1rem;
    }

    .beast-mode-header-wrapper .dashstock-updown-wrapped ul li a.beast-action-btn {
        font-size: 14px;
    }

}

@media only screen and (max-width: 1499px) {
    .goc-widget-filter-wrapper {
        column-gap: 13px;
    }

    .goc-widget-filter-wrapper p {
        font-size: 14px;
    }

    .stock-meter-filter-area input {
        width: 160px;
    }

    .goc-widget-filter-wrapper .percentage-menu-wrapper input+.percentage-item {
        width: 50%;
        padding: 5px 10px;
    }

    .timebrand-text h3 {
        white-space: nowrap;
        width: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .stockScanner-widget-box .graph-area img {
        margin-right: 0;
    }

    .stockScanner-widget-box .graph-area img {
        margin-right: 0;
        width: 40px;
    }


    .gpt-stock-col .stock-box-gpt .stock-card-box-bull {
        width: 115px;
        padding: 7px 5px;
    }

    .inline-graph-btn .icon-black-btn {
        font-size: 14px;
        padding: 0.5rem 0.6rem;
    }

    .feedback-text-title h3 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .survey-accordion .card-header h5 button {
        font-size: 17px;
    }

    .rating-box-number .scale-container .box {
        width: 38px;
        height: 38px;
    }

    .shadow-black-box h1 {
        font-size: 30px;
    }

    .shadow-black-box img {
        width: 85px;
    }

    .feedback-text-box {
        padding: 1rem 0;
        margin-top: 0.5rem;
    }

    .feedback-text-box p {
        font-size: 16px;
        width: 90%;
        margin: 0 auto 10px;
    }

    .feedback-para-text {
        color: #ffffff;
        font-size: 18px;
        margin-bottom: 6px;
    }

    .yellow-border-box p {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 4px;
    }

    .yellow-border-box p span {
        color: #FFB800;
        font-size: 18px;
    }

    .gradient-yellow-btn {
        padding: 0.6rem 2.5rem;
        font-size: 16px;
    }

    .yellow-border-box ul li img {
        width: auto;
    }

    .yellow-border-box ul {
        text-indent: 1rem;
        margin-top: 5px;
    }

    .shadow-black-box h2 {
        font-size: 32px;
    }

    .bg-title-top {
        margin-bottom: 1rem;
        font-size: 30px;
    }

    .commodity-view-img img {
        height: 290px;
        object-fit: contain;
    }

    .genie-global-img img {
        width: 380px;
    }

    .mcx-video-section {
        min-height: 280px !important;
        border: 4px solid #1cc6c6;
    }

    .mxc-flex-item h4 {
        font-size: 16px;
    }

    .mxc-flex-item b {
        font-size: 16px;
    }

    .mxc-flex-item .graph-area img {
        width: auto;
    }

    .mxc-flex-item .graph-area p {
        font-size: 14px;
    }

    .tranding-watch-list tbody tr td {
        font-weight: 600 !important;
        font-size: 13px;
    }

    .tranding-watch-list img {
        width: 32px;
        height: 32px;
        margin-right: 8px;
    }

    .stock-activity-modalBox .stockScanner-widget-box {
        grid-template-columns: repeat(5, 1fr);
    }

    .grid-stack-item[data-gs-width="5"] .genie-pick-card-grid .stock-genie-treax-box .list-box-area p {
        font-size: 12px;
    }

    .grid-stack-item[data-gs-width="5"] .stock-genie-treax-box .text-achieved-area p {
        font-size: 13px;
    }

    .grid-stack-item[data-gs-width="5"] .stock-genie-treax-box .text-achieved-area p+div p {
        font-size: 13px;
    }

    .grid-stack-item[data-gs-width="5"] .achieved-yellow-box {
        padding: 0px 4px;
        column-gap: 3px;
        font-size: 13px;
    }

    .grid-stack-item[data-gs-width="10"] .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-stack-item[data-gs-width="12"] .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(4, 1fr);
    }


    .stockScanner-widget-box .trex-box-area-list {
        padding: 6px;
    }

}

@media (min-width: 1200px) and (max-width: 1340px) {

    .stockScanner-widget-box .graph-area img {
        width: 33px;
    }

    .stockScanner-widget-box .list-box-area {
        padding: 8px 6px;
    }

    .stock-card-box-bull p {
        white-space: nowrap;
    }

    .timebrand-text {
        width: auto;
        margin-left: 3px !important;
    }
}

@media only screen and (max-width: 1399px) {
    .beast-mode-header-wrapper #logo a span {
        display: none;
    }

    .genie-upDown-stock-stripe .dashstock-updown-wrapped ul li {
        font-size: 10px;
        line-height: 15px;
    }

    .feedback-rating-section h4 {
        font-size: 18px;
    }

    .dashstock-updown-wrapped ul .siftmode-option ul li {
        padding: 7px;
    }

    .beast-shiftmode-wrapper .fa-chevron-down {
        padding: 8px 8px 10px;
        font-size: 12px;
    }

    .siftmode-option ul li img {
        width: 18px;
    }

    .siftmode-option ul li a {
        font-size: 15px;
    }

    .beast-shiftmode-wrapper .siftmode-option {
        width: 260px;
        top: 2.1rem;
        left: -2rem;
    }

    .tranding-chart-data .radius-btn {
        font-size: 15px;
        padding: 0.6rem 1.2rem;
    }

    .instrument-flex img {
        width: 40px;
    }

    .trading-chart-title {
        font-size: 16px;
        margin: 7px 0 7px 0;
    }

    .tranding-watch-list li .cmp-name {
        font-size: 13px;
    }

    .search-title {
        font-size: 15px;
    }

    .instrument-search-box {
        max-width: 450px !important;
    }

    .trading-search-list-wrapper .tranding-watch-list li {
        font-size: 14px;
    }

    .trading-search-list-wrapper .tranding-watch-list {
        padding: 6px 10px;
    }

    .tranding-watch-list img {
        width: 26px;
        height: 26px;
        margin-right: 5px;
    }

    .tranding-watch-list tbody tr td.logo-text-area .cmp-name {
        font-size: 12px;
    }

    .trand-action-area .fa {
        font-size: 16px;
    }

    .trand-action-area .fa-arrows-v {
        margin-right: 4px;
    }

    .tranding-watch-list tbody tr td {
        padding: 6px 4px;
    }

    .trand-action-area {
        margin-right: 4px;
    }

    .genie-commodity-bundle-deal h3 {
        font-size: 22px;
    }

    .genie-commodity-bundle-deal h4 {
        font-size: 20px;
    }

    .commodity-shape-big b {
        font-size: 16px;
    }

    .commodity-shape-big h3 {
        font-size: 26px;
    }

    .commodity-shape-big {
        height: 75px;
    }

    .event-black-box .bg-title-top {
        font-size: 27px;
        margin-bottom: 5px;
    }

    .mcx-border-box {
        gap: 10px;
    }

    .mcx-box-grid {
        padding: 10px 8px;
    }

    .mxc-flex-item h4,
    .mxc-flex-item b {
        font-size: 16px;
    }

    .mxc-flex-item .price {
        font-size: 13px;
    }

    .mxc-flex-item .graph-area img {
        width: auto;
    }

    .mxc-flex-item .graph-area p {
        font-size: 15px;
    }

    .trading-tab .btn_tab {
        padding: 8px 5px;
    }

    .hero-main-text-wrapper h1 {
        font-size: 62px;
        line-height: 75px;
    }

    .main-hero-video-section iframe {
        height: 500px;
    }

    .new-feature-grade-text h2 {
        font-size: 185px;
    }

    .new-feature-grade-text h3 {
        font-size: 60px;
    }

    .new-feature-grade-text img {
        margin: 1.5rem 0;
    }

    .feature-row-gap {
        padding-bottom: 120px;
    }

    .new-meet-section {
        padding-top: 22px;
    }

    .new-client-section {
        padding-top: 5px;
    }

    .client-owl-slide {
        margin-bottom: 5rem;
    }

    .trading-tab {
        grid-template-columns: repeat(3, 1fr) 32px;
    }

    .trad-chart-area-col .collapse-button {
        font-size: 20px;
    }

    .inner-item-center-div img {
        width: 300px;
    }

    .text_cnt_left h2 {
        font-size: 35px;
    }

    .nifty_status {
        font-size: 17px;
    }

    .nifty-pd-chart-wrapper {
        top: -3.5rem;
    }

    .nifty-pd-chart-wrapper {
        height: 330px;
    }



    .logo-goc-meter {
        margin: -10px 0 0px;
    }

    .img-meter-box-page img {
        height: 215px;
    }

    .ttl-value-box {
        padding: 4px 12px;
        font-size: 18px;
    }

    .meter-box-area .chart-box-meter {
        height: 100px;
    }

    .text-percentage {
        font-size: 30px;
    }

    .lock-tv-widget-area .lock-tv-widget-text p {
        width: 100%;
    }

    .grid-stack-item[data-gs-width="5"] .achieved-yellow-box {
        font-size: 12px;
    }

    .grid-stack-item[data-gs-width="5"] .genie-pick-card-grid .stock-genie-treax-box .list-box-area {
        padding: 8px 5px;
    }

    .grid-stack-item[data-gs-width="11"] .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(3, 1fr);
    }

    .hero-section-effect {
        padding-bottom: 350px;
        padding-top: 270px;
    }

    .club-noStock-single .trex-noStock-center {
        width: 220px;
    }

    .club-noStock-single .trex-noStock-center img {
        width: 40px;
    }

    .trex-noStock-center p {
        font-size: 16px;
    }

    .grid-stack-item[data-gs-width="8"] .Genie-trex-shadow-card .genie-pick-card-grid .stock-genie-treax-box,
    .grid-stack-item[data-gs-width="8"] .Genie-trex-shadow-card-single .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .time-slot-nodata-trex {
        padding: 10px;
    }
    .table thead .table-success th{
        white-space: nowrap;
    }
    .table-danger, .table-danger>th{
        white-space: nowrap; 
    }
    .table tbody .table-success td{
          white-space: nowrap; 
    }
    .table tbody .table-danger td{
         white-space: nowrap; 
    }
}

@media only screen and (max-width: 1299px) {
    .goc-widget-filter-wrapper select {
        margin-left: 0;
        margin-right: 0;
        min-width: 100%;
    }

    .stock-meter-filter-area input {
        width: 100%;
    }

    .beast-mode-header-wrapper.dashboard-flex .pricing-icon-genie {
        max-width: 16px;
        width: 16px;
    }

    .inline-beast-header-btn {
        column-gap: 3px;
    }


    .beast-action-btn {
        padding: 3px 6px;
    }

    .beast-mode-header-wrapper .genie-row-bullBear ul {
        column-gap: 2px;
    }


    .genie-upDown-stock-stripe .pricing-icon-genie {
        margin-left: 2px !important;
        margin: 0;
    }

    .common-describe {
        width: 90%;
    }

    .tranding-watch-list tbody tr td {
        padding: 6px 6px;
        white-space: nowrap;
    }

    .grid-stack-item[data-gs-width="5"] .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-stack-item[data-gs-width="8"] .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-stack-item[data-gs-width="12"] .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-stack-item[data-gs-width="11"] .Genie-trex-shadow-card .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-stack-item[data-gs-width="11"] .Genie-trex-shadow-card .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-stack-item[data-gs-width="7"] .trex-double-card-col,
    .grid-stack-item[data-gs-width="7"] .trex-single-card-r-border,
    .grid-stack-item[data-gs-width="8"] .trex-double-card-col,
    .grid-stack-item[data-gs-width="8"] .trex-single-card-r-border {
        flex: 100%;
        max-width: 100%;
    }

    .grid-stack-item[data-gs-width="7"] .trex-single-card-r-border {
        border-left: 0;
    }

    .genie-trex-inline-filter {
        padding: 0 5px;
        padding-bottom: 5px;
        flex-direction: column;
        align-items: normal;
        gap: 8px;
    }

    .trex-noStock-center-container {
        height: auto;
    }

    .trex-noStock-center {
        position: inherit;
        transform: translate(0, 0);
        width: 100%;
    }

    .club-noStock-single .trex-noStock-center {
        width: 100%;
    }

    .trex-custom-tabbar {
        margin-top: 10px;
    }

    .trex-single-card-r-border {
        border-left: 0;
        margin-top: -10px;
        padding-left: 8px;
        padding-top: 15px;
    }

    .merge-menu-list {
        gap: 6px;
    }
}

@media only screen and (max-width: 1199px) {
    header div#logo a:after {
        display: none;
    }

    .text-area p.bank-text {
        font-size: 14px;
        margin-bottom: 4px;
    }


    .bull-bear-area ul {
        column-gap: 5px;
        margin-bottom: 3px;
    }

    .patter-border-wrapper {
        border: 8px solid transparent;
    }

    .beastmode-red .patter-border-wrapper {
        border-image: url(../images/down-patter-border.png) 12 round;
    }

    .beastmode-green .patter-border-wrapper {
        border-image: url(../images/up-patter-border.png) 12 round;
    }

    .beastmode-grey .patter-border-wrapper {
        border-image: url(../images/gray-patter-border.png) 12 round;
    }

    .beast-stock-meter-card .stock-body ul li .timebrand-text-graph img {
        width: 25px;
        display: none;
    }


    .inline-stock-text img {
        display: none;
    }

    .beast-sectoral-card .stock-header img {
        width: 13px;
    }

    .sectoral-body-card .indices-box .btn.btn-warning {
        font-size: 11px;
    }

    .beast-most-active-option .indices-box {
        width: 350px;
    }

    .shadow-black-box h1 {
        font-size: 22px;
    }

    .shadow-black-box img {
        width: 70px;
    }

    .feedback-text-box {
        width: 80%;
    }

    .feedback-text-box p {
        margin: 0 auto 8px;
        line-height: 24px;
    }

    .feedback-text-box p {
        font-size: 14px;
        width: 100%;
    }

    .yellow-upgrade-box {
        width: 98%;
    }

    /* .siftmode-option.web-view {
        display: none;
    } */

    .siftmode-option.small-view {
        padding: 0;
        left: 52%;
        top: 3rem;

    }

    .genie-upDown-stock-stripe .beast-action-btn {
        white-space: nowrap;
    }

    .siftmode-option ul li img {
        position: relative;
        top: 5px;
    }

    .siftmode-option ul li {
        column-gap: 7px;
    }

    .coming-label img {
        width: 100%;
    }

    .coming-label {
        left: -18px;
    }

    .plan-card-dark .plan-price-wrapper .commodity-shape b {
        font-size: 13px;
        top: 6px;
    }

    .plan-card-dark .plan-price-wrapper .commodity-shape+h3 {
        font-size: 25px;
        margin-top: -9px;
        margin-bottom: 9px;
    }

    .genie-commodity-bundle-box .bell-icon {
        position: absolute;
        top: -17px;
        left: -6px;
        width: 42px;
    }

    .genie-commodity-bundle-box h3 {
        font-size: 22px;
    }

    .genie-commodity-bundle-box p {
        font-size: 18px;
    }

    .genie-commodity-bundle-box h4 {
        font-size: 16px;
        line-height: 26px;
    }

    .genie-commodity-bundle-box h4 strong {
        color: #1B8B8A;
        font-size: 24px;
    }

    .commodity-shape-big b {
        font-size: 14px;
    }

    .coming-label-big {
        left: -3px;
    }

    .mxc-flex-item {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .mxc-flex-item h4 {
        font-size: 14px;
    }

    .mxc-flex-item b {
        font-size: 15px;
    }

    .hero-main-text-wrapper h1 {
        font-size: 45px;
        line-height: 55px;
    }

    .hero-main-text-wrapper p {
        width: 70%;
    }

    .hero-genie-vector {
        /*        top: -15rem;*/
        /*        z-index: 0;*/
        left: 23rem;
        width: 250px;
        margin: 0 auto;
        display: block;
    }

    .new-feature-grade-text h2 {
        font-size: 150px;
    }

    .new-feature-grade-text h3 {
        font-size: 48px;
        line-height: 55px;
        margin-top: -6rem;
    }

    .new-feature-grade-text p {
        font-size: 20px;
    }

    .feature-section-text label {
        font-size: 18px;
    }

    .feature-section-text h4 {
        font-size: 28px;
    }

    .feature-section-text p {
        font-size: 15px;
    }

    .feature-section-text ul li {
        font-size: 16px;
        padding-bottom: 2px;
    }

    .feature-row-gap {
        padding-bottom: 2rem;
        padding-bottom: 90px;
        margin-bottom: 3rem;
    }

    .new-meet-section {
        padding-top: 0;
    }

    .section-title-wrapper h2 {
        font-size: 45px;
        line-height: 65px;
    }

    .mentor-box-row {
        padding: 2rem;
    }

    .new-meet-text h2 {
        font-size: 30px;
        margin-top: 1rem;
    }

    .new-meet-text p {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .new-meet-text ul li {
        font-size: 16px;
        line-height: 36px;
        padding-left: 35px;
    }

    .plan-price-text h3 {
        font-size: 40px;
    }

    .meet-genie-col:before {
        width: 530px;
        height: 510px;
    }

    .meet-genie-col img {
        left: 4rem;
        top: 5rem;
        width: 290px;
    }

    .section-title-wrapper h2 span {
        font-size: 38px;
    }

    .new-meet-section {
        padding-bottom: 70px;
    }

    .section-title-wrapper h2 {
        font-size: 38px;
    }

    .title-glow-text h2 b {
        font-size: 40px;
        line-height: 50px;
    }

    .productivity-section {
        padding-bottom: 70px;
    }

    .new-creator-text {
        margin-top: 1rem;
    }

    .new-creator-text p:nth-child(3) {
        font-size: 16px;
        line-height: 30px;
    }

    .sebi-regiter-box {
        padding: 15px 10px;
        gap: 10px;
    }

    .sebi-logo img {
        width: 60px;
    }

    .new-creator-text p {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .sebi-regiter-box h5 {
        font-size: 20px;
    }

    .creator-col-photo img {
        right: 2rem;
        margin-bottom: -2rem;
        top: 0rem;
    }

    .grade-title-section h2 {
        font-size: 38px;
        line-height: 55px;
    }

    .grade-title-section p {
        width: 70%;
    }

    .client-slide-box {
        padding: 1rem;
    }

    .client-owl-slide {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .client-photo-text img {
        width: 45px !important;
    }

    .client-photo-text h4 {
        font-size: 17px;
        line-height: 22px;
    }

    .client-photo-text p {
        font-size: 15px;
    }

    .qoute-icon-set {
        right: 1rem;
        top: 1rem;
        width: 65px !important;
    }

    .client-speak-text p {
        font-size: 16px;
        line-height: 26px;
    }

    .support-border-box h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .support-border-box p {
        font-size: 18px;
        line-height: 28px;
        width: 85%;
        margin: 1rem auto 3rem;
    }

    .whatsapp-btn {
        font-size: 16px;
    }

    .whatsapp-btn img {
        width: 35px;
    }

    .coming-label img {
        width: 100%;
    }

    .coming-label {
        left: -18px;
    }

    .plan-card-dark .plan-price-wrapper .commodity-shape b {
        font-size: 13px;
        top: 6px;
    }

    .plan-card-dark .plan-price-wrapper .commodity-shape+h3 {
        font-size: 25px;
        margin-top: -9px;
        margin-bottom: 9px;
    }

    .genie-commodity-bundle-box .bell-icon {
        position: absolute;
        top: -17px;
        left: -6px;
        width: 42px;
    }

    .genie-commodity-bundle-box h3 {
        font-size: 22px;
    }

    .genie-commodity-bundle-box p {
        font-size: 18px;
    }

    .genie-commodity-bundle-box h4 {
        font-size: 16px;
        line-height: 26px;
    }

    .genie-commodity-bundle-box h4 strong {
        color: #1B8B8A;
        font-size: 24px;
    }

    .commodity-shape-big b {
        font-size: 14px;
    }

    .coming-label-big {
        left: -3px;
    }

    .mxc-flex-item {
        /*        flex-direction: column;*/
        text-align: center;
        gap: 10px;
    }

    .mxc-flex-item h4 {
        font-size: 14px;
    }

    .mxc-flex-item b {
        font-size: 15px;
    }

    .mcx-border-box {
        grid-template-columns: repeat(6, 1fr);
    }

    .commodity-tab .nav-buttons {
        margin: 0.5rem auto 0.5rem;
    }

    .stock-meter-label {
        position: initial;
        padding-left: 1rem;
        padding-bottom: 1px;
    }

    .genie-price-grid-two .pricing-icon-genie {
        max-width: 230px;
        position: absolute;
        top: -3.5rem;
    }

    .purchase-plan-center {
        width: 68%;
    }

    .stock-activity-modalBox .stockScanner-widget-box {
        grid-template-columns: repeat(4, 1fr);
    }

    .grid-stack-item[data-gs-width="6"] .genie-pick-card-grid .stock-genie-treax-box,
    .grid-stack-item[data-gs-width="7"] .genie-pick-card-grid .stock-genie-treax-box,
    .grid-stack-item[data-gs-width="8"] .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-stack-item[data-gs-width="9"] .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-stack-item[data-gs-width="10"] .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-stack-item[data-gs-width="11"] .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .video-understand-section {
        padding-top: 0 !important;
    }

    .new-feature-section {
        padding-bottom: 50px;
    }

    .grid-stack-item[data-gs-width="9"] .trex-double-card-col,
    .grid-stack-item[data-gs-width="9"] .trex-single-card-r-border,
    .grid-stack-item[data-gs-width="10"] .trex-double-card-col,
    .grid-stack-item[data-gs-width="10"] .trex-single-card-r-border,
    .grid-stack-item[data-gs-width="11"] .trex-double-card-col,
    .grid-stack-item[data-gs-width="11"] .trex-single-card-r-border {
        flex: 100%;
        max-width: 100%;
    }

    .grid-stack-item[data-gs-width="12"] .Genie-trex-shadow-card .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-stack-item[data-gs-width="12"] .Genie-trex-shadow-card-single .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .gocgenie-stockWidget-modal .Genie-trex-shadow-card-single .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 769px) and (max-width: 1199px) {

    .inline-filter.stock-meter-filter li {
        margin-right: 10px;
    }

    .inline-filter.stock-meter-filter li span {
        display: block;
        font-size: 12px !important;
        line-height: 16px;
    }

}

@media only screen and (max-width: 991px) {
    .predict-widget-wrapper .predict-vectro-box {
        margin-top: 0.8rem;
    }

    .dashboard-flex .text-center {
        padding: 0px 12px 0px 1px;
    }

    .dash-title {
        font-size: 16px;
        margin-left: 0.3rem;
    }

    .dashboard-flex {
        padding: 0px;
    }

    .dash-trial-box p {
        margin-right: 8px;
        font-size: 13px;
    }

    .pricing-card-icon {
        max-width: 85px;
    }

    .pricing-icon-genie,
    .pricing-icon-course {
        max-width: 130px;
    }

    .free-course-badge {
        top: 0;
        width: 60px;
    }

    .plan-card-dark .plan-price-wrapper b {
        font-size: 11px;
        top: 9px;
        line-height: 20px;
    }

    .banner-section {
        padding: 5rem 0 3rem;
    }

    .banner-main-img {
        margin-top: 0;
    }

    .banner-text-block {
        padding-top: 1rem;
    }

    .banner-text-block h3 {
        font-size: 30px;
        margin-bottom: 0px;
    }

    .banner-text-block h1 {
        font-size: 44px;
        margin-bottom: 0rem;
        line-height: 60px;
    }

    .banner-text-block p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 2rem;
    }

    .dark-bg-section {
        padding: 3rem 0;
    }

    .page-title-block h2 {
        font-size: 36px;
    }

    .page-title-block .custom-w-para {
        width: 100%;
    }

    .title-block-center {
        margin-bottom: 2rem;
        text-align: left;
    }

    .text-block-wrapper {
        margin-top: 2rem;
    }

    .mt-block {
        margin-top: 1rem;
    }

    .algo-feature-section {
        margin-bottom: 1rem;
        height: auto;
    }

    .journey-block {
        margin-top: 2rem;
    }

    .banner-main-img img {
        display: none;
    }

    .img-block-hide-sm {
        display: none;
    }

    .img-block-show-sm {
        display: inline-block;
    }

    .img-block-show-sm img {
        height: auto;
    }

    #AffliateLinkSec {
        padding-top: 5rem;
    }

    .page-titlle {
        color: #0ab0b0;
        font-size: 30px;
        line-height: 50px;
    }

    .custom-w-para {
        width: 100%;
        margin: 0 auto;
    }

    .table-title {
        font-size: 24px;
    }

    .Withdraw-wrapper,
    .Withdraw-Referral-text {
        margin-bottom: 1rem;
    }

    .inline-filterEnd.mb-2 {
        margin-bottom: 1rem !important;
    }

    .custom-shadow-table {
        border: none;
        display: table;
    }

    span.icon-documents {
        font-size: 24px !important;
    }

    .custom-shadow-table thead th {
        padding: 0.45rem 0.75rem;
        white-space: nowrap;
        font-size: 14px;
    }

    .custom-shadow-table tbody td {
        white-space: nowrap;
        padding: 0.4rem 0.75rem;
    }

    .withdraw-row-wrapper {
        margin-bottom: 1rem;
    }

    .table-small-title {
        font-size: 18px;
    }

    .affiliate-shape-section .affiliate-featured-img {
        margin-bottom: 2rem;
    }

    .feature-content h3 {
        font-size: 35px;
        line-height: 45px;
    }

    .feature-content p {
        font-size: 16px;
    }

    .hero-bg-rightbtm-shape img {
        width: 80%;
        bottom: 0;
        top: inherit;
        transform: rotate(180deg);
    }

    .affiliate-shape-section .hero-bg-left-shape img {
        width: 80%;
    }

    .affiliate-single-box {
        margin-bottom: 2rem;
    }

    .affiliate-shape-section .youtube-embed {
        margin-bottom: 1.5rem;
    }

    .affiliate-single-box .plan-card-dark {
        min-height: auto;
    }

    .affiliate-single-box .combo-plan-card {
        margin-top: 0;
    }

    .afl-prg-term {
        margin-bottom: 1rem;
    }

    .top-gradientCurve {
        width: 270px;
    }

    .bottom-gradientCurve {
        width: 220px;
        top: 23rem;
    }

    .algo-gradientCurve {
        width: 120px !important;
    }

    .algo-top-gradientCurve {
        left: 18rem;
    }

    .algo-bottomLeft-gradientCurve {
        left: 4rem;
        bottom: 1rem;
    }

    .algo-bottomRight-gradientCurve {
        bottom: -1rem;
    }

    .algo-tutoSection {
        width: 100%;
        margin-top: 3rem !important;
    }

    .algo-feature-column:first-child .algo-feature-section {
        box-shadow: 0px 12px 20px 2px rgba(255, 80, 84, 0.1);
    }

    .algo-feature-column:first-child .algo-feature-section:before,
    .algo-feature-column:nth-child(2) .algo-feature-section:before {
        content: "";
        width: 30px;
        height: 16px;
        right: inherit;
        top: inherit;
        transform: inherit;
        left: 50%;
        transform: translatex(-50%);
        bottom: -1rem;
    }

    .algo-feature-column:nth-child(2) .algo-feature-section {
        box-shadow: 0px 12px 20px 0px rgba(10, 176, 176, 0.12);
    }

    .top-gradientCurve-trader,
    .bottom-gradientCurve-trader {
        width: 250px;
    }

    .goc-genie-curve-top {
        width: 130px !important;
        top: -1.8rem;
    }

    .goc-genie-curve-bottom {
        width: 130px !important;
        bottom: -1.5rem;
    }

    .goc-meter-curve .goc-genie-curve-top {
        width: 210px !important;
        left: 15rem;
        top: -2rem;
    }

    .goc-meter-curve:before {
        left: 13.9rem;
    }

    .banner_course .logo {
        display: none;
    }

    .goc-widget-filter-wrapper {
        column-gap: 10px;
    }

    .goc-widget-filter-wrapper select {
        margin: 0;
    }

    .goc-widget-filter-wrapper p {
        color: #ffffff !important;
        font-size: 14px;
            width: 30%;
    }

    .walead-filter-row .form-control,
    .dropdown-check-list {
        margin-bottom: 10px;
    }

    .table-responsive-mob {
        overflow: auto;
    }

    .dotSlide {
        height: 11px;
        width: 11px;
    }

    .left-genie-detail-plan {
        margin-bottom: 1rem;
    }

    .gocGPT-year-plan {
        padding-top: 7rem;
        padding-bottom: 4rem;
    }

    .genie-big-saveBox p {
        font-size: 16px;
    }

    .genie-big-saveBox h4 {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .genie-big-saveBox h6 {
        font-size: 13px;
        padding: 11px 14px;
    }


    .indices-pd-modal .modal-content {
        padding: 10px;
    }

    .indices-pd-modal .close {
        position: absolute;
        top: 0;
        right: 0px;
    }

    .indices-box .pd-combine-widget-title {
        overflow: hidden;
    }

    .coming-live-boxArea {
        width: 100%;
    }

    .coming-live-boxArea .inline-item {
        white-space: inherit;
        padding: 10px;
        flex-direction: column;
    }

    .coming-live-boxArea .inline-item p {
        margin: 5px 0.7rem 10px;
    }

    .coming-live-boxArea .inline-item .gradient-scanner-btn {
        margin-right: 0;
        width: auto;
        margin-bottom: 1rem;
    }

    .coming-live-boxArea .inline-item .gradient-scanner-btn:last-child {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .dark-theme .coming-live-boxArea .inline-item p {
        margin: 6px 0 5px;
    }

    .experince-text h1 {
        line-height: 37px;
        font-size: 28px;
    }

    .beat-mode-section .col-lg-3 img {
        width: 160px;
    }

    .experince-text p {
        font-size: 15px;
        line-height: 24px;
    }

    .yellow-gradient-btn {
        padding: 0.4rem 1.5rem;
        font-size: 16px;
        margin-top: 0.5rem;
    }

    .beast-mode-banner img {
        width: 100% !important;
    }

    .container.nifty-container {
        max-width: 900px;
        padding: 0;
    }

    /*    .beastmode-section {
        border: 15px solid transparent;
        border-image: url(../images/beast-down-border.png) 80 round;
        border-top: 40px solid transparent;
        margin-top: 1rem;
    }*/

    header.header-mobile #logo {
        margin-left: 6px;
        line-height: 30px;
    }


    .feedback-survey-section {
        padding-top: 70px;
    }

    .feedback-text-title h3 {
        font-size: 18px;
    }

    .feedback-text-title p {
        font-size: 15px;
        margin-bottom: 8px;
        line-height: 20px;
    }

    .feedback-rating-section h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .feedback-inline-radio .form-check {
        font-size: 14px;
    }

    .feedback-inline-radio {
        margin-bottom: 3px;
        padding-bottom: 6px;
        margin-top: 7px;
    }

    .feedback-suggestion-box label {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .feedback-suggestion-box textarea {
        height: 70px;
        font-size: 14px;
    }

    .feedback-nxt-btn .gradient-scanner-btn {
        padding: 0.45rem 1.5rem;
        font-size: 14px;
    }

    .feedback-yellow-box {
        min-height: 225px;
    }

    .feedback-yellow-box img {
        margin-bottom: 0.5rem;
    }

    .yellow-upgrade-box .mcx-center-text img {
        width: 100% !important;
    }

    .siftmode-option ul li {
        padding: 7px 10px;
    }

    .beast-shiftmode-wrapper .fa-chevron-down {
        padding: 8px 8px 9px;
    }

    .bg-title-top {
        font-size: 26px;
    }

    .commodity-view-img img {
        margin: 1rem 0;
        height: 300px;
        object-fit: fill;
    }

    .mcx-video-section {
        min-height: 250px !important;
        border: 4px solid #1cc6c6;
        width: 80% !important;
    }

    .tranding-chart-data {
        margin-bottom: 10px;
    }

    .custom-widget-col .tv-entry-data-widget {
        margin-bottom: 0;
    }

    .plan-card-dark .plan-price-wrapper .commodity-shape b {
        font-size: 10px;
        top: 10px;
        text-align: center;
        left: 8px;
    }

    .genie-commodity-bundle-box h4 {
        font-size: 15px;
        line-height: 26px;
    }

    .genie-commodity-bundle-box h3 {
        font-size: 20px;
    }

    .trad-chart-area-col .collapse-button {
        display: none;
    }

    .commodity-shape-big {
        height: 60px;
        width: 213px;
    }

    .commodity-shape-big b {
        font-size: 12px;
        top: 3px;
    }

    .commodity-shape-big h3 {
        font-size: 18px;
        position: relative;
        top: -7px;
    }

    .commodity-tab .nav-buttons .btn-nav {
        padding: 5px 10px;
        font-size: 14px;
    }

    .commodity-tab .nav-buttons {
        max-width: 100%;
    }

    .grid-stack-item[data-gs-height="6"] .tranding-chart-data,
    .grid-stack-item[data-gs-height="7"] .tranding-chart-data,
    .grid-stack-item[data-gs-height="8"] .tranding-chart-data,
    .grid-stack-item[data-gs-height="9"] .tranding-chart-data,
    .grid-stack-item[data-gs-height="10"] .tranding-chart-data,
    .grid-stack-item[data-gs-height="11"] .tranding-chart-data,
    .grid-stack-item[data-gs-height="12"] .tranding-chart-data {
        height: auto;
    }

    .grid-stack-item[data-gs-height="6"] .tranding-chart-data,
    .grid-stack-item[data-gs-height="7"] .tranding-chart-data,
    .grid-stack-item[data-gs-height="8"] .tranding-chart-data,
    .grid-stack-item[data-gs-height="9"] .tranding-chart-data,
    .grid-stack-item[data-gs-height="10"] .tranding-chart-data,
    .grid-stack-item[data-gs-height="11"] .tranding-chart-data,
    .grid-stack-item[data-gs-height="12"] .tranding-chart-data {
        max-height: 240px !important;
    }

    .grid-stack-item[data-gs-height="6"] .chart-iframe-container iframe {
        height: 340px !important;
    }

    .grid-stack-item[data-gs-height="7"] .chart-iframe-container iframe {
        height: 450px !important;
    }

    .grid-stack-item[data-gs-height="8"] .chart-iframe-container iframe {
        height: 550px !important;
    }

    .grid-stack-item[data-gs-height="9"] .chart-iframe-container iframe {
        height: 680px !important;
    }

    .grid-stack-item[data-gs-height="10"] .chart-iframe-container iframe {
        height: 800px !important;
    }

    .grid-stack-item[data-gs-height="11"] .chart-iframe-container iframe {
        height: 900px !important;
    }

    .grid-stack-item[data-gs-height="12"] .chart-iframe-container iframe {
        height: 950px !important;
    }

    .content-wrapper.row.mx-0 {
        gap: 15px;
    }

    /*    .hero-section-effect {
        padding-top: 40px;
    }*/

    .hero-main-text-wrapper h1 {
        width: 80%;
        font-size: 40px;
        line-height: 45px;
    }

    .hero-main-video-wrapper {
        margin-top: 15rem;
    }

    .hero-genie-vector {
        /*        top: -14rem;*/
        left: 15rem;
        /*        width: 300px;*/
    }

    .animate-text {
        display: block !important;
    }

    .main-hero-video-section iframe {
        height: 400px;
    }

    /*    .wave-shape-full-wrapper {
        bottom: 3rem;
    }*/

    .hero-section-effect {
        /*        padding-bottom: 170px;*/
        padding-top: 250px;
    }

    .new-feature-grade-text h2 {
        font-size: 130px;
    }

    .new-feature-grade-text h3 {
        font-size: 36px;
        line-height: 45px;
        margin-top: -5rem;
    }

    .new-feature-grade-text img {
        margin: 1rem 0;
    }

    .new-feature-grade-text p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 2rem;
    }

    .feature-section-text {
        margin-top: 1rem;
    }

    .feature-section-text h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .feature-row-gap {
        padding: 2rem 1rem;
    }

    .autoplay-video-area video {
        height: auto;
    }

    .order-2-md {
        order: 2;
    }

    .new-feature-section {
        padding-bottom: 50px;
    }

    .new-meet-text h2 {
        margin-top: 0;
        font-size: 25px;
    }

    .new-meet-text p {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .section-title-wrapper h2 {
        font-size: 34px;
        line-height: 45px;
        margin-bottom: 12px;
    }

    .section-title-wrapper h2 span {
        font-size: 35px;
        line-height: 45px;
    }

    .plan-price-text h3 {
        font-size: 35px;
    }

    .meet-genie-col:before {
        width: 520px;
        height: 500px;
    }

    .meet-genie-col img {
        left: 18rem;
        top: 1rem;
        width: 250px;
    }

    .section-title-wrapper h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .title-glow-text p {
        font-size: 16px;
    }

    .creator-col-photo img {
        right: 0rem;
        margin-bottom: -10rem;
        top: -3rem;
    }

    .new-creator-text {
        background: #0e2424;
        padding: 15px;
        text-align: center;
    }

    .sebi-regiter-box {
        flex-direction: column;
    }

    .new-meet-section {
        padding-bottom: 40px;
    }

    .section-title-wrapper h2 span {
        font-size: 30px;
    }

    .grade-title-section h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .grade-title-section p {
        width: 90%;
    }

    .client-owl-slide {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .client-owl-slide .owl-nav {
        margin-top: 2rem;
    }

    .support-border-box {
        padding: 30px 50px;
        border: 2px solid #0AB0B0;
    }

    .support-border-box h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .support-border-box p {
        margin: 1rem auto 2rem;
        font-size: 16px;
        line-height: 25px;
    }


    .trad-chart-area-col.col-xl-9 {
        padding-left: 15px !important;
    }

    .trading-tab {
        grid-template-columns: repeat(3, 1fr);
    }

    .inner-item-center-div h4 {
        font-size: 1.2rem;
        width: 50%;
        line-height: 31px;
    }

    .mcx-border-box {
        grid-template-columns: repeat(4, 1fr);
    }

    .genie-price-grid-two .pricing-icon-genie {
        max-width: 190px;
    }

    .purchase-plan-center p {
        font-size: 15px;
        line-height: 22px;
    }

    .stock-activity-modalBox .stockScanner-widget-box {
        grid-template-columns: repeat(3, 1fr);
    }

    .lock-tv-widget-area .lock-tv-widget-text {
        width: 100%;
    }

    .lock-tv-widget-area .lock-tv-widget-text h2 {
        font-size: 18px;
    }

    .gradient-fledge-buy {
        white-space: nowrap;
    }

    .grid-stack-item[data-gs-height="6"] .tv-watch-list-widget {
        max-height: 630px !important;
        height: 630px !important;
    }

    .grid-stack-item[data-gs-height="7"] .tv-watch-list-widget {
        max-height: 740px !important;
        height: 740px;
    }

    .grid-stack-item[data-gs-height="8"] .tranding-chart-data {
        max-height: 820px !important;
        height: 820px;
    }

    .grid-stack-item[data-gs-height="9"] .tranding-chart-data {
        max-height: 930px !important;
        height: 930px;
    }

    .grid-stack-item[data-gs-height="9"] .tv-watch-list-widget,
    .grid-stack-item[data-gs-height="10"] .tv-watch-list-widget,
    .grid-stack-item[data-gs-height="11"] .tv-watch-list-widget,
    .grid-stack-item[data-gs-height="12"] .tv-watch-list-widget {
        max-height: inherit !important;
        height: auto !important;
    }

    .grid-stack-item[data-gs-height="6"] .tv-chart-iframe iframe {
        max-height: 625px !important;
        height: 625px !important;
    }

    .grid-stack-item[data-gs-height="7"] .tv-chart-iframe iframe {
        height: 740px !important;
    }

    .grid-stack-item[data-gs-height="8"] .tv-chart-iframe iframe {
        height: 850px !important;
    }

    .grid-stack-item[data-gs-height="9"] .tv-chart-iframe iframe {
        height: 970px !important;
    }

    .grid-stack-item[data-gs-height="10"] .tv-chart-iframe iframe {
        height: 1100px !important;
    }

    .grid-stack-item[data-gs-width="8"] .genie-pick-card-grid .stock-genie-treax-box,
    .grid-stack-item[data-gs-width="9"] .genie-pick-card-grid .stock-genie-treax-box,
    .grid-stack-item[data-gs-width="10"] .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-stack-item[data-gs-width="12"] .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .treax-club-radio {
        background: #393939;
        width: 94%;
        margin: 12px auto 10px;
        padding: 5px 10px;
        border-radius: 5px;
    }

    .grid-stack-item[data-gs-width="12"] .trex-double-card-col,
    .grid-stack-item[data-gs-width="12"] .trex-single-card-r-border {
        flex: 100%;
        max-width: 100%;
    }

    .trex-custom-tabbar {
        margin: 13px auto 10px;
        width: 98%;
    }
}


@media only screen and (max-width: 767px) {
    .ttl-value-box {
        font-size: 14px;
        width: 100%;
        margin: -47px 0 0;
        padding: 10px 5px;
    }

    .chart-box-meter,
    .text-percentage {
        width: 100%;
        padding: 10px 0;
    }

    .meter-box {
        flex-wrap: wrap;
        padding: 0;
    }

    .text-percentage {
        font-size: 40px;
    }

    .logo-goc-meter img {
        max-width: 200px;
        margin: 10px 0;
        height: auto;
    }

    .free-course-badge {
        top: 4rem;
        width: 80px;
    }

    .pricing-card-icon {
        max-width: 100px;
    }

    .polygon-shape-area {
        height: 70px;
    }

    .plan-card-dark .combo-ofr-section .polygon-shape-area {
        height: 70px;
    }

    .plan-card-dark .combo-ofr-section .plan-price-wrapper b {
        font-size: 20px;
        top: 30px;
    }

    .plan-card-dark .plan-price-wrapper b {
        font-size: 19px;
        top: 29px;
    }

    .pricing-icon-genie,
    .pricing-icon-course {
        max-width: 150px;
    }

    .lifetime-polygon {
        width: 62%;
        margin: 0 auto;
        display: block;
    }

    .img-block img {
        margin: 1rem 0;
    }

    .img-block-show-sm img {
        margin: 0;
    }

    .text-block-wrapper {
        margin-top: 1rem;
    }

    .dark-bg-footer {
        padding: 2rem 0 3rem;
    }

    .Withdraw-wrapper {
        justify-content: start;
    }

    .table-title {
        font-size: 22px;
    }

    .page-description {
        font-size: 14px;
    }

    .pagination li a {
        padding: 4px 10px 4px 10px;
        margin-top: 10px;
        display: inline-block;
    }

    #explore-dark {
        background: #0f0f0f;
        padding-bottom: 50px;
    }

    .banner-text-explore h1 {
        font-size: 32px;
    }

    .stockhistory-modal-widget-dark {
        max-width: 100%;
        margin-bottom: 90px;
    }

    .hero-bg-left-shape {
        top: 2rem;
        left: -7rem;
    }

    .hero-bg-left-shape img {
        width: 80%;
    }

    .feature-content h1 {
        font-size: 35px;
        line-height: 40px;
    }

    .feature-details-section {
        padding: 50px 0;
    }

    .feature-content-center {
        width: 100%;
    }

    .circle-shape-right {
        width: 230px;
        height: 230px;
        right: -8rem;
    }

    .audience-affiliate .hero-bg-left-shape img {
        width: 80%;
    }

    .affiliate-program li {
        margin-bottom: 0.5rem;
        display: flex;
        align-items: baseline;
    }

    .affiliate-program li:before {
        display: flex;
    }

    .affiliate-program ul {
        padding-left: 0;
    }

    .bottom-gradientCurve {
        width: 210px;
        top: 30rem;
    }

    .algo-bottomLeft-gradientCurve {
        left: 1rem;
        bottom: 0rem;
    }

    .algo-top-gradientCurve {
        left: 12rem;
    }

    .goc-meter-curve .goc-genie-curve-top {
        left: 9rem;
        top: -1rem;
    }

    .goc-meter-curve:before {
        left: 8.6rem;
    }

    .Refferalink-table tbody td {
        display: block;
        text-align: left !important;
    }

    .Refferalink-table tbody tr {
        background-color: rgba(0, 0, 0, 0.03);
        display: inline-block;
        width: 100%;
    }

    .Refferalink-table tbody tr:first-child {
        margin-bottom: 1rem;
    }

    .Refferalink-table tbody td .gradient-btn-small {
        padding: 0.2rem 0.5rem;
        font-size: 14px;
    }

    .copy_code .icon-documents {
        font-size: 20px !important;
    }


    .gocgenie-stockWidget-modal .modal-header .col-md-12 {
        padding: 0;
    }

    .gocgenie-stockWidget-modal .modal-content {
        padding: 4px 15px !important;
    }

    .gocgenie-stockWidget-modal .close {
        right: 0.2rem;
    }

    .table-dark-box {
        margin-bottom: 8px;
    }

    .wp-lead-btn {
        margin-bottom: 1rem;
    }

    .goc-widget-filter-wrapper select {
        width: 100%;
        padding: 5px 10px 5px 10px;
    }

    .goc-widget-filter-wrapper p {
        font-size: 14px !important;
    }

    .autocomplete-focus {
        margin-top: 8px;
    }

    .pd-live-widget {
        padding-left: 8px;
        padding-right: 8px;
    }

    .live-update-youtube-xshide {
        display: none;
    }

    .gradient-scanner-btn {
        width: auto !important;
    }

    .hide-desktop-view {
        display: block;
    }

    .hide-mobile-view {
        display: none;
    }

    /*    .chart-titleWith-graph {
        margin-top: 1rem;
    }*/

    .logo-goc-meter {
        margin: 0;
    }

    /*    .meter-learnMore-row .learn-goc-meter {
        padding-bottom: 20px;
    }
*/
    .stock-scan-filterCheckbox.hidden-xs {
        display: none;
    }

    .stock-scan-filterCheckbox.show-xs {
        display: flex;
        margin: 5px 0 10px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .gocgenie-stockWidget-modal .dashboard-config-card .widget-title-bar {
        border: none;
    }

    .gocgenie-stockWidget-modal .modal-header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .stock-scan-filterCheckbox li {
        padding: 5px 6px;
    }

    .goc-widget-filter-wrapper.hide-xs {
        display: none;
    }

    .stock-collapse-filter {
        display: block;
        margin: 0 0 10px;
    }

    .stock-collapse-filter .card {
        background: transparent;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #515358;
    }

    .stock-collapse-filter .card .card-header {
        padding: 0.75rem 0.2rem;
        border-bottom: none;
    }

    .stock-collapse-filter .card h5 {
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
    }

    .stock-collapse-filter .card-body {
        padding: 5px;
    }

    .stock-collapse-filter #collapseTwo .card-body .goc-widget-filter-wrapper {
        display: inline-block;
    }

    .stock-collapse-filter #collapseTwo .card-body .stock-meter-filter-area {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 10px;
        margin-left: 0;
    }

    .stock-meter-filter-area input {
        padding: 2px 10px;
    }

    .stock-collapse-filter .card h5:after {
        background-image: url(../images/expand-plus-new.png);
        position: absolute;
        right: 0px;
        width: 2.25rem;
        height: 2.25rem;
        content: "";
        background-repeat: no-repeat;
        transition: transform 0.2s ease-in-out;
        top: 4px;
    }

    .stock-collapse-filter .card h5:not(.collapsed)::after {
        background-image: url(../images/expand-minus-new.png);
    }

    .stock-widget-box-flex {
        display: block;
    }

    .history-inner-boxFlex {
        border-left: none;
        padding-left: 0;
    }

    .timeslab-box {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .genie-priceBox-row {
        padding: 1rem 0rem 0;
    }

    .gocGPT-year-plan {
        padding-top: 6rem;
    }

    .footer-year-plan-btn .pricing-btn {
        width: 200px;
        font-size: 18px;
        padding: 1rem;
    }

    .goc-widget-filter-wrapper .percentage-menu-wrapper input+.percentage-item {
        width: 100%;
        padding: 5px 10px;
        left: 3px;
    }

    .goc-widget-filter-wrapper .percentage-menu-wrapper .percentage-item .focus-item {
        font-size: 15px;
    }

    .stockScanner-widget-box .main-black-box {
        min-height: auto;
        margin-bottom: 0.6rem;
    }

    .timebrand-text h3 {
        width: auto;
    }

    /*    .stockScanner-widget-box .list-box-area {
        justify-content: normal;
    }*/

    .bullBear-sentiment-inline {
        display: block;
    }


    .genie-big-saveBox h4 {
        font-size: 17px;
    }

    .genie-big-saveBox h6 {
        font-size: 15px;
    }

    .youtube-embed-modal {
        max-width: 90% !important;
        margin: 0 auto;
    }

    .trading-confligStcok .trading-topbar-filter.mt-0 {
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        display: flex;
        column-gap: 19px;
        row-gap: 5px;
    }

    .trading-confligStcok .trading-topbar-filter.mt-0 .gpt-live-stock-btn ul {
        margin-top: 0;
    }

    .trading-confligStcok {
        padding-left: 10px;
        padding-right: 10px;
    }

    .trading-confligStcok .option-widget-time {
        padding-left: 0;
        padding-top: 0px;
    }

    .indices-box .pd-combine-widget-title {
        margin: 0 !important;
    }

    .custom-pr-0 {
        padding-right: 8px;
        padding-left: 8px;
    }

    .bear-reversal-col {
        padding-left: 8px;
    }

    .banner_Genie {
        margin: 65px 0px;
        background-size: contain !important;
    }

    .inline-graph-btn {
        display: none;
    }

    .renew-plan-col-wrapper .price-year-plan-box:first-child .price-offer {
        top: -1rem;
    }

    .renew-planFeature li {
        line-height: 20px;
    }

    .strike-plan-text {
        font-size: 18px;
    }

    .beat-mode-section .col-lg-3 img {
        width: 140px;
        margin: 0 auto;
        display: block;
        margin-bottom: 1rem;
    }

    .experince-text h1 {
        font-size: 25px;
    }

    .step2-text {
        margin-top: 1rem;
    }

    .step2-text p {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .container.nifty-container {
        max-width: 100%;
        padding: 0;
        width: 100%;
    }

    .beastmode--full-container .col-lg-3 {
        padding: 0 11px;
    }

    .live-beast-widget:last-child {
        margin-top: 5px;
    }

    .beast-mode-tutorial-hide .dashstock-updown-wrapped-sm-view {
        display: none !important;
    }

    .beast-mode-header-wrapper .dashstock-updown-wrapped-web-view {
        display: block;
    }

    .beast-mode-header-wrapper .dashstock-updown-wrapped-web-view ul li {
        display: none;
    }

    .beast-mode-header-wrapper .dashstock-updown-wrapped-web-view ul li:last-child {
        display: block;
        margin-right: 0px;
    }

    .beast-mode-header-wrapper .dashstock-updown-wrapped-web-view ul li:last-child .btn-watchnow {
        display: none;
    }

    .beast-mode-header-wrapper {
        margin-bottom: 5px !important;
        margin-top: 3px;
    }

    header.header-mobile #logo {
        margin-left: 0;
        line-height: inherit;
    }

    .beast-mode-header-wrapper #logo {
        padding: 0px 6px;
    }

    .beast-action-btn {
        padding: 6px 8px;
        font-size: 11px;
    }

    .beast-mode-header-wrapper.dashboard-flex .pricing-icon-genie {
        max-width: 15px;
        width: 15px !important;
    }

    .beast-mode-header-wrapper .genie-row-bullBear {
        display: none;
    }

    .beast-mode-header-wrapper.dashboard-flex .text-center {
        padding: 4px 5px 3px 4px;
    }

    .beast-action-btn {
        padding: 8px 8px;
        font-size: 12px;
    }

    .beast-mode-header-wrapper #logo img {
        position: relative;
        top: -2px;
    }

    .beast-widget-scroll-wrapper {
        margin-top: 0rem;
    }

    .beast-widget-scroll-wrapper.stickyTab {
        top: 3.6rem !important;
    }

    .beast-widget-scroll-wrapper img {
        width: 20px;
    }

    .beast-widget-scroll-wrapper ul {
        column-gap: 5px;
    }

    .beast-widget-scroll-wrapper ul li a {
        font-size: 12px;
        padding: 5px 10px;
    }

    .beastmode-section {
        margin-top: 0;
    }

    .genie-beast-btn {
        display: block;
    }

    .genie-upDown-stock-stripe .beast-action-btn img {
        width: 14px;
        vertical-align: middle;
    }

    .genie-upDown-stock-stripe .beast-action-btn {
        padding: 7px 4px;
        font-size: 11px;
    }

    .beast-stock-live-modal {
        max-width: 500px !important;
    }

    .beast-stock-live-modal .modal-header {
        padding-bottom: 5px;
    }

    .beast-stock-live-modal .modal-header .modal-title {
        font-size: 14px;
        line-height: 15px;
        font-weight: 600;
    }

    .beast-mode-header-line {
        font-size: 14px;
        padding: 4px 2px;
        line-height: 20px;
    }

    .feedback-survey-section .bg-pricing-card {
        height: calc(100vh - 140px);
    }

    .survey-accordion .card-header:after {
        top: 4px;
        font-size: 20px;
    }

    .survey-accordion .card-header h5 button {
        font-size: 16px;
    }

    .feedback-img-left {
        margin-bottom: 10px;
    }

    .feedback-rating-section {
        border-radius: 8px;
        max-width: 94%;
        margin: 0 auto;
    }

    .feedback-inline-radio .form-check .form-check-input {
        width: 17px;
        height: 17px;
        top: 4px;
    }

    .feedback-inline-radio .form-check {
        font-size: 13px;
    }

    .feedback-suggestion-box textarea {
        height: 60px;
        font-size: 13px;
    }

    .rating-box-number .scale-container .box {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .feedback-nxt-btn .gradient-scanner-btn {
        padding: 0.35rem 1.3rem;
        font-size: 13px;
    }

    .survey-accordion .card-header h5 button {
        font-size: 14px;
    }

    .file-upload-wrapper .file-label {
        padding: 4px 12px;
        font-size: 14px;
        min-width: auto;
    }

    .file-upload-wrapper .upload-btn {
        padding: 5px 20px;
        font-size: 13px;
    }

    .shadow-black-box h1 {
        font-size: 20px;
    }

    .progress-step-text {
        font-size: 13px;
    }

    .feedback-yellow-box {
        min-height: auto;
        margin-bottom: 0.8rem;
    }

    .feedback-para-text {
        font-size: 16px;
        line-height: 22px;
    }

    .yellow-border-box ul {
        text-indent: 0;
    }

    .shadow-black-box h2 {
        font-size: 24px;
    }

    .yellow-upgrade-box .bird-offer-label {
        max-width: 80% !important;
    }

    .footer-card-feedback .form-check-label {
        font-size: 16px;
    }

    .sift-beast-dropdown .fa-chevron-down {
        margin-left: -8px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        color: #000000;
        padding: 8px 4px 9px;
        font-size: 11px;
        position: relative;
        top: -1px;
    }

    .sift-beast-dropdown .beast-action-btn {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .siftmode-option.small-view {
        top: 2rem;
        left: 1rem;
        right: 1rem;
        width: auto;
    }

    .genie-global-bg {
        padding: 5rem 0;
    }

    .genie-global-img img {
        width: 55%;
    }

    .tranding-chart-data .radius-btn {
        font-size: 14px;
        padding: 0.4rem 1rem;
    }

    .instrument-flex {
        padding: 0 1rem 0.5rem;
    }

    .instrument-flex img {
        width: 35px;
    }

    .commodity-shape {
        height: 62px !important;
    }

    .plan-card-dark .plan-price-wrapper .commodity-shape b {
        font-size: 15px;
        top: 24px;
        left: 8px;
    }

    .plan-card-dark .plan-price-wrapper .commodity-shape+h3 {
        font-size: 23px;
        margin-top: -3px;
        margin-bottom: 10px;
    }

    .commodity-shape-big {
        width: 100% !important;
        background-size: contain;
        background-repeat: no-repeat;
        text-align: center;
        margin: 0 auto;
        background-position: center;
        margin-bottom: 1rem !important;
    }

    .commodity-shape-big b {
        font-size: 13px;
        top: 6px;
    }

    .commodity-shape-big h3 {
        font-size: 22px;
        position: relative;
        top: -6px;
    }

    .row.align-items-end.w-100 {
        width: auto !important;
    }

    .event-black-box .bg-title-top {
        font-size: 20px;
        margin-bottom: 0px;
        line-height: 35px;
    }

    .event-session-wrapper {
        width: 100%;
    }

    .event-video-section h3 {
        font-size: 20px;
    }

    .event-video-box {
        width: 100%;
    }

    .event-video-box h4 {
        font-size: 20px;
    }

    .yellow-grade-btn {
        font-size: 16px;
    }

    .mxc-flex-item {
        flex-direction: row;
        text-align: left;
    }

    .mcx-box-grid {
        padding: 5px 8px;
        border-radius: 10px;
    }

    .mcx-landing-section {
        padding-left: 0.6rem !important;
        padding-right: 0 !important;
    }

    .commodity-chart-wrapper {
        max-width: 95%;
        margin: 15px auto;
    }

    .mx-custom {
        margin-right: auto;
    }

    .commodity-chart-data .chart-data-gpt-wrapper {
        max-height: 200px;
    }

    .candle-stick-chart-container iframe {
        height: 400px !important;
    }

    .commodity-tab .nav-buttons {
        max-width: 95%;
    }

    .hero-genie-vector {
        left: 11rem;
    }

    .main-hero-video-section iframe {
        height: 300px;
    }

    .new-feature-grade-text h2 {
        font-size: 80px;
    }

    .new-feature-grade-text h3 {
        font-size: 25px;
        line-height: 42px;
        margin-top: -4rem;
    }

    .new-feature-grade-text p {
        font-size: 16px;
    }

    .feature-row-gap {
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .meet-genie-col:before {
        width: 400px;
        height: 380px;
        top: 0rem;
        right: -8rem;
    }

    .meet-genie-col img {
        left: 12rem;
        width: 220px;
    }

    .title-glow-text {
        margin-top: 2rem;
    }

    .section-title-wrapper h2 {
        width: 70%;
    }

    .title-glow-text h2 b {
        font-size: 30px;
        line-height: 45px;
    }

    .title-glow-text p {
        font-size: 15px;
        line-height: 26px;
    }

    .section-title-wrapper h2 {
        width: 100%;
    }

    .browser-frame-col {
        margin-top: 2rem;
    }
    .browser-frame-mt{
        margin-top: 2rem;
}

    .productivity-section {
        padding-bottom: 40px;
    }

    .creator-col-photo img {
        margin-bottom: -8rem;
        width: 350px;
    }

    .team-support-section {
        padding-bottom: 60px;
    }

    .client-slide-box {
        margin: 0 15px;
    }

    .round-shape-bulb {
        display: none;
    }


    .inner-item-center-div img {
        width: 200px;
    }

    .inner-item-center-div h4 {
        width: 70%;
        font-size: 1.1rem;
    }

    .mcx-border-box {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-stack-item[data-gs-height="12"] .custom-widget-col .tv-entry-data-widget {
        max-height: 1130px !important;
        height: 1130px;
    }

    section#PDPage {
        padding: 70px 0 100px 0;
    }

    .switchlabel {
        margin-right: 0.1rem;
        font-size: 14px;
    }

    .telegram-box .color-2 img {
        width: 25px;
        height: 25px;
    }

    .telegram-box .btn-custom {
        padding: 5px 15px 6px 15px;
        min-width: 100px;
    }

    .text_cnt_left h4.mb20 {
        font-size: 20px !important;
    }

    .text_cnt_left h2 {
        font-size: 28px;
    }

    .nifty_status {
        font-size: 15px;
    }

    .nifty-pd-chart-wrapper {
        height: 250px;
    }

    .telegram-box .payment_box {
        padding: 0;
    }

    section#GocMeterSec {
        padding: 70px 0 70px 0;
    }

    .meter-learnMore-row .learn-goc-meter a {
        font-size: 16px;
    }

    .meter-trend-box-area .meter-input-area label {
        font-size: 15px;
    }

    .breakdonw-calculate-section p a {
        font-size: 18px;
    }

    .meter-box-area .ttl-value-box {
             padding: 6px 5px;
    }

    .meter-box-area .chart-box-meter {
        height: 90px !important;
    }

    .meter-box-area .text-percentage {
        font-size: 25px !important;
    }

    .genie-price-grid-two {
        grid-template-columns: repeat(1, 1fr);
    }

    .genie-price-grid-two .pricing-icon-genie {
        max-width: 160px;
        position: inherit;
        margin-bottom: 14px;
    }

    .polygon-shape-one-year {
        height: 48px;
    }

    .stock-activity-modalBox .stockScanner-widget-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .genieInfo-video-modal .modal-content {
        padding: 10px;
    }

    .genieInfo-video-modal .video-container {
        height: 400px !important;
    }

    .grid-stack-item[data-gs-height="4"] .custom-widget-col .tv-scanner-typing-widget+.tv-entry-data-widget {
        max-height: 330px;
    }

    .tv-scanner-typing-widget .chartbox-data-inner {
        margin-top: 0;
    }

    .lock-tv-widget-area .lock-tv-widget-text {
        padding: 0 15px;
    }

    .tv-flex-buy-header .genie-beast-btn {
        display: none;
    }

    .tv-watch-list-widget {
        margin-bottom: 0;
    }

    .tv-search-symbol-popup .autocomplete-focus {
        margin: 0;
    }

    .grid-stack-item[data-gs-width="11"] .genie-pick-card-grid .stock-genie-treax-box,
    .grid-stack-item[data-gs-width="12"] .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .hero-section-effect {
        padding-top: 210px;
        padding-bottom: 250px;
    }

    .wave-shape-full-wrapper {
        bottom: -140px;
    }

    .genie-trex-session-center {
        padding: 15px;
        flex-direction: column;
    }

    .genie-trex-session-center img {
        width: 55px;
    }

    .genie-trex-session-center p {
        font-size: 15px;
    }

    .grid-stack-item[data-gs-width="8"] .Genie-trex-shadow-card .genie-pick-card-grid .stock-genie-treax-box,
    .grid-stack-item[data-gs-width="9"] .Genie-trex-shadow-card .genie-pick-card-grid .stock-genie-treax-box,
    .grid-stack-item[data-gs-width="10"] .Genie-trex-shadow-card .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .treax-club-radio .form-check .form-check-label {
        font-size: 13px;
    }

    .grid-stack-item[data-gs-width="12"] .Genie-trex-shadow-card .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .trex-single-card-r-border {
        border-left: 0;
    }

    .stockScanner-widget-box .trex-box-area-list {
        padding: 8px 12px;
    }

    .gocgenie-stockWidget-modal .Genie-trex-shadow-card-single .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(2, 1fr);
    }
    .tab_outer .btn_tab {
        padding: 4px 12px !important;
    }

}


@media only screen and (max-width: 575px) {
    .polygon-shape-area {
        height: 43px;
        width: 300px;
        margin: 0 auto;
    }

    .mlr-none-xs {
        margin-left: 0;
        margin-right: 0;
    }

    .polygon-shape-area {
        height: 78px;
    }

    .plan-card-dark .plan-price-wrapper .polygon-shape-area {
        height: 43px;
    }

    .plan-card-dark .plan-price-wrapper b {
        font-size: 15px;
        top: 17px;
    }

    .plan-card-dark .combo-ofr-section .polygon-shape-area {
        height: 43px;
        width: 300px;
        margin: 0 auto;
    }

    .plan-card-dark .combo-ofr-section .plan-price-wrapper b {
        font-size: 15px;
        top: 17px;
    }

    .polygon-shape-area-algo {
        height: 78px;
        width: 100%;
    }

    .polygon-shape-area-algo b {
        top: 30px;
    }

    .banner-logo img {
        width: 200px;
        height: auto;
    }

    .banner-text-block h3 {
        font-size: 25px;
    }

    .banner-text-block h1 {
        font-size: 30px;
        line-height: 40px;
        margin: 1rem 0;
    }

    .banner-text-block p {
        font-size: 18px;
        line-height: 28px;
    }

    .radius-btn {
        font-size: 16px;
        padding: 0.6rem 2rem;
    }

    .blue-upgrade-btn {
        font-size: 14px;
        padding: 0.5rem 2rem;
    }

    .banner-main-img img {
        width: 250px;
    }

    .banner-section {
        padding: 5rem 0 3rem;
    }

    .dark-bg-section {
        padding: 1rem 0;
    }

    .page-title-block h2 {
        font-size: 28px;
    }

    .page-titlle {
        font-size: 26px;
        line-height: 32px;
    }

    .form-control-select {
        width: 100%;
    }

    .inline-filterEnd.mb-2 {
        display: inherit;
    }

    .inline-filterEnd.mb-2 .search_icon {
        padding-left: 0;
        margin-top: 10px;
    }

    .explore-width {
        width: auto;
    }

    .explore-main-genie img {
        width: 200px;
    }

    .banner-logo-explore img {
        width: 200px;
    }

    .gradient-btn-xl.btn.w-50,
    .gradient-btn-small-rounded.w-25 {
        width: auto !important;
    }

    .Withdraw-Referral-text {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .Withdraw-wrapper {
        display: initial;
    }

    .inline-filter.inline-filterEnd.mt-3 {
        margin-top: 1rem !important;
        display: inherit;
    }

    .inline-filter.inline-filterEnd .search_icon {
        padding-left: 0;
        margin-top: 10px;
    }

    .top-gradientCurve {
        width: 250px;
    }

    .bottom-gradientCurve {
        width: 200px;
        top: 23rem;
    }

    .banner-logo img {
        left: 1.5rem;
    }

    .algo-gradientCurve {
        width: 60px !important;
    }

    .algo-top-gradientCurve {
        left: 11rem;
        top: 0.7rem;
    }

    .algo-bottomLeft-gradientCurve {
        left: 3rem;
        bottom: 1rem;
    }

    .algo-bottomRight-gradientCurve {
        bottom: -0.4rem;
        right: 3rem;
    }

    .algo-tutoSection {
        margin-top: 1rem !important;
    }

    .top-gradientCurve-trader,
    .bottom-gradientCurve-trader {
        width: 220px;
        opacity: 0.8;
    }

    .goc-genie-curve-top {
        width: 100px !important;
        top: -1.2rem;
    }

    .goc-genie-curve-bottom {
        width: 100px !important;
        bottom: -1.2rem;
    }

    .goc-meter-curve .goc-genie-curve-top {
        left: 50%;
        top: -1rem;
        width: 100px !important;
        transform: translatex(-50%);
    }

    .goc-meter-curve:before {
        left: 40%;
        height: 150px;
        width: 35px;
    }

    .flex-end-affliate .form-control {
        width: 100%;
        margin-bottom: 10px;
    }

    .flex-end-affliate {
        display: inherit !important;
    }

    .gocgenie-stockWidget-modal .widget-title-bar h4 {
        margin: 0;
    }

    .goc-widget-filter-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .goc-widget-filter-wrapper p {
        font-size: 14px !important;
        width: 100%;
        margin-bottom: 5px !important;
    }

    .goc-widget-filter-wrapper select {
        display: block;
    }

    .header-date-area {
        font-size: 13px;
    }

    .gocgenie-stockWidget-modal .widget-title-bar h4 {
        text-align: left;
    }

    .option-widget-time {
        font-size: 13px;
        padding-left: 3px;
    }

    .gocgenie-stockWidget-modal .modal-content {
        padding: 4px 5px !important;
    }

    .autocomplete-focus input {
        font-size: 14px !important;
    }

    /*        .history-inner-boxFlex {
            padding-left: 0.7rem;
        }*/
    .gocGenie-power-box {
        padding: 2px 3px;
        font-size: 13px;
    }

    .bullgreen-box {
        border-color: #20a400;
    }

    .bullred-box {
        border-color: #ff0200;
    }


    .dashboard-flex .text-center {
        padding: 0px 6px 0px 1px;
    }

    .dashboard-flex .text-center .pricing-icon-genie {
        margin-left: 4px !important;
    }

    .dashboard-flex .text-center .dashboard-icon-btn .pricing-icon-genie {
        width: 16px !important;
    }

    .custom-check-contain {
        font-size: 14px;
    }

    .left-genie-detail-plan img {
        width: 180px;
    }

    .price-year-plan-box {
        padding: 0.8rem 0.5rem;
    }

    .price-year-plan-box .icon {
        font-size: 20px;
        margin-right: 0.7rem;
    }

    .price-year-plan-box .price-plan p {
        font-size: 14px;
    }

    .price-year-plan-box .price-plan h5 {
        font-size: 18px;
    }

    .price-year-plan-box .price-offer {}

    .price-year-plan-box .price-offer {
        margin: 0
    }

    .price-year-box-active.price-year-plan-box .icon .fa {
        width: 18px;
        height: 19px;
        line-height: 19px;
    }

    .gpt-stock-col .stock-box-gpt .stock-card-box-bull {
        width: 100px;
    }

    .trading-confligStcok .trading-topbar-filter.mt-0 .gpt-live-stock-btn {
        display: inline-block;
    }

    .trading-confligStcok .option-widget-time {
        vertical-align: bottom;
    }

    .inline-filter.stock-meter-filter li:first-child {
        margin-bottom: 5px;
    }

    .stock-meter-filter .autocomplete-focus {
        width: 100%;
    }

    .indices-box {
        height: auto !important;
    }

    .custom-widget-col .indices-group-chart-wrapper .text_cnt_left {
        margin-bottom: 0;
    }

    .coming-live-boxArea .inline-item {
        white-space: inherit;
    }

    .coming-live-boxArea .inline-item .fa-youtube-play {
        font-size: 20px;
    }

    .coming-live-boxArea .inline-item p {
        margin: 0 0.4rem;
        line-height: 20px;
        font-size: 14px;
    }

    .coming-live-boxArea .inline-item p b {
        font-size: 16px;
    }

    .coming-live-boxArea .inline-item .gradient-scanner-btn {
        width: 130px !important;
    }

    .price-renew-highlight {
        font-size: 16px;
        line-height: 24px;
    }

    .price-fifthYear-plan .icon .fa {
        line-height: 18px;
    }

    .strike-plan-text:before {
        content: '';
        width: 72%;
        top: 6px;
        left: 8px;
    }

    .coming-live-boxArea .inline-item p {
        margin: 10px 0 10px;
        text-align: center;
    }

    .coming-live-boxArea .inline-item .gradient-scanner-btn {
        margin-bottom: 0.6rem;
    }

    .grid-stack>.grid-stack-item[data-gs-height="4"] .goc-meter-trend-chart-tab .stockList-row .goc-chart-container {
        height: 328px !important;
    }

    .goc-meter-trend-chart-tab .stockList-row .tab_outer .btn_tab {
        margin-bottom: 5px;
    }

    .experince-text h1 {
        line-height: 32px;
        font-size: 22px;
    }

    .beat-mode-section .col-lg-3 img {
        width: 120px;
    }

    .experince-text p {
        margin-bottom: 10px;
    }

    .step-green-stripe {
        padding: 0.40rem 1rem;
        margin-top: 1rem;
    }

    .step-green-stripe p {
        font-size: 15px;
    }

    .video-lock-row {
        margin: 1rem 0 0;
    }

    .yellow-gradient-btn {
        font-size: 15px;
    }

    /*    .beastmode-section {
        border: 10px solid transparent;
        border-image: url(../images/beast-down-border.png) 81 round;
        border-top: 35px solid transparent;
    }*/

    .inline-text-bull {
        flex-direction: column;
    }

    .patter-border-wrapper {
        padding: 10px;
    }

    .bull-bear-area ul {
        justify-content: start;
    }

    .beast-most-active-option {
        text-align: left;
    }

    .inline-text-bull .text-area {
        display: flex;
        justify-content: space-between;
    }

    .inline-text-bull .text-area .text-area-mid {
        margin-top: 5px;
        margin-bottom: 4px;
    }

    .live-beast-widget .chart-data-gpt-wrapper ul li {
        line-height: 18px;
    }

    .beast-sectoral-card .stock-header {
        padding: 0px 5px 3px;
    }

    .sectoral-body-card {
        padding: 5px 2px;
    }

    .beast-pd-graph .highcharts-container .highcharts-title {
        font-size: 12px !important;
    }

    .beast-pd-graph .highcharts-container {
        height: 78px !important;
    }

    .beast-most-active-option .indices-box {
        left: 0;
    }

    .beast-most-active-option .indices-box .table-dark-box {
        padding: 5px 0 0;
    }

    .beast-most-active-option .indices-box .trading-color-title {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .beast-most-active-option .trading-custom-table thead tr th,
    .beast-most-active-option .trading-custom-table tbody tr td {
        font-size: 11px;
        color: #ffffff;
    }

    .beast-most-active-option .indices-box {
        width: 100%;
    }

    .dashboard-flex .text-center {
        padding: 5px 8px 5px 4px;
    }

    .beast-stock-live-modal .modal-header .modal-title {
        margin-bottom: 0px;
        margin-top: 0;
    }

    .yellow-border-box p {
        font-size: 15px;
        line-height: 22px;
    }

    .yellow-border-box ul li {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .feedback-text-box {
        width: 100%;
    }

    .shadow-black-box {
        padding: 1.2rem 0.5rem;
    }

    .shadow-black-box .gradient-btn-xl {
        padding: 0.5rem 2rem;
        font-size: 15px;
    }

    .shadow-black-box h1 {
        font-size: 18px;
    }

    .shadow-black-box img {
        width: 60px;
    }

    .feedback-text-title p {
        font-size: 14px;
        line-height: 18px;
    }

    .feedback-suggestion-box textarea {
        line-height: 18px;
    }

    .feedback-suggestion-box label {
        line-height: 22px;
    }

    .feedback-para-text {
        font-size: 15px;
    }

    .yellow-border-box {
        width: 100%;
    }

    .gradient-yellow-btn {
        padding: 0.5rem 2.5rem;
        font-size: 15px;
    }

    .genie-global-plan {
        width: 100%;
    }

    .miss-out-text {
        font-size: 18px !important;
    }

    .feedback-rating-section h4 span,
    .feedback-suggestion-box label span {
        font-size: 18px;
    }

    .mcx-genie-inline {
        flex-direction: column;
        row-gap: 15px;
    }

    .mcx-center-text .middle-text p {
        font-size: 16px;
    }

    .survey-accordion .card {
        padding: 10px 12px;
    }

    .feedback-rating-section {
        max-width: 91%;
    }

    .feedback-rating-section h4 {
        font-size: 15px;
    }

    .footer-card-feedback {
        min-height: auto;
        border-radius: 0 0 10px 10px;
    }

    .feedback-survey-section .bg-pricing-card {
        position: relative;
    }

    .feedback-survey-section .bg-pricing-card:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.3);
    }

    .header-card-feedback {
        border-radius: 10px 10px 0 0;
    }

    .shadow-black-box h2 {
        margin-bottom: 2px;
    }

    .bg-title-top {
        font-size: 22px;
    }

    .common-describe {
        font-size: 15px;
        width: 90%;
    }

    .commodity-view-img img {
        height: auto;
        object-fit: contain;
    }

    .black-shape-bg {
        padding: 6rem 0 4rem;
    }

    .genie-global-bg {
        padding: 5rem 0;
    }

    .genie-global-img img {
        width: 65%;
    }

    .genie-global-bg .common-describe {
        font-size: 15px;
        width: 100%;
        line-height: 23px;
    }

    .genie-global-img {
        margin: 0.8rem 0;
    }

    .imp-video-btn {
        padding: 5px 12px;
        font-size: 14px;
        margin: 1rem 0 0.5rem;
        line-height: 22px;
    }

    .mcx-video-section {
        border: 2px solid #1cc6c6;
        width: 100% !important;
        height: auto;
    }

    .trading-tab {
        margin-bottom: 10px;
    }

    .px-none-sm {
        padding-left: 0;
        padding-right: 0;
    }

    .tranding-watch-list img {
        width: 25px;
        height: 25px;
        margin-right: 0;
    }

    .tranding-watch-list li .fa {
        font-size: 16px;
    }

    .trading-chart-title {
        font-size: 14px;
    }

    .tranding-watch-list {
        padding: 5px 4px;
    }

    .tranding-watch-list li .up-rate,
    .tranding-watch-list li .down-rate {
        font-size: 12px;
    }

    .tranding-watch-list li .cmp-name {
        display: none;
    }

    .tranding-scroll-list {
        padding-bottom: 5px;
    }

    .search-title {
        font-size: 14px;
        padding: 2px 10px;
        margin-bottom: 0;
    }

    .trading-search-input {
        margin-top: 0;
    }

    .trading-search-input input {
        padding: 4px 35px 4px 5px !important;
    }

    .trading-search-input i {
        right: 1.3rem;
        top: 19px;
        font-size: 13px;
    }

    .trading-search-list-wrapper .tranding-watch-list {
        padding: 3px 8px;
    }

    .trading-search-list-wrapper .tranding-watch-list li {
        font-size: 12px;
    }

    .trading-search-list-wrapper li img {
        width: 15px;
    }

    .instrument-search-box {
        max-width: 320px !important;
    }

    .trading-search-list-wrapper {
        max-height: 370px;
    }

    .instrument-search-box {
        left: auto;
        right: 0;
    }

    .commodity-shape {
        width: 352px;
    }

    .plan-card-dark .plan-price-wrapper .commodity-shape b {
        font-size: 13px;
        top: 18px;
        left: 8px;
    }

    .plan-card-dark .plan-price-wrapper .commodity-shape+h3 {
        font-size: 20px;
        margin-top: -15px;
        margin-bottom: 10px;
    }

    .coming-label-big img {
        width: 85%;
    }

    .dotted-box {
        width: 92%;
    }

    .event-black-box .bg-title-top {
        font-size: 18px;
        line-height: 26px;
    }

    .event-session-wrapper {
        padding: 1rem 0;
    }

    .event-session-wrapper p {
        font-size: 15px;
        margin-bottom: 4px;
    }

    .event-session-wrapper ul li {
        color: #ffffff;
        font-size: 15px;
        padding-bottom: 0px;
    }

    .event-video-section h3 {
        font-size: 18px;
    }

    .event-video-box h4 {
        font-size: 18px;
    }

    .commodity-chart-data {
        padding: 0.4rem 0;
    }

    .commodity-chart-data h5 {
        font-size: 14px;
        padding: 5px 9px 0;
        margin-bottom: 5px;
    }

    .commodity-tab .nav-buttons .btn-nav {
        font-size: 13px;
        margin-bottom: 5px;
    }

    /*    .event-black-box{
        height:auto;
    }*/
    /*.tranding-watch-list tbody tr td.logo-text-area .cmp-name {
        display: none;
    }
    */

    .tranding-watch-list tbody tr td {
        padding: 6px 4px;
        font-size: 12px;
    }

    .trand-action-area .fa {
        font-size: 15px;
    }

    .hero-main-text-wrapper h1 {
        width: 100%;
        font-size: 26px;
        line-height: 38px;
    }

    .hero-main-text-wrapper p {
        width: 96%;
        font-size: 14px;
        line-height: 22px;
    }

    .hero-main-video-wrapper {
        margin-top: 12rem;
    }

    .hero-genie-vector {
        left: 0;
        width: 180px;
        top: -9rem;
        right: 0;
    }

    .animated-button {
        padding: 5px 22px;
        font-size: 15px;
        width: auto;
    }

    .main-hero-video-section iframe {
        height: 250px;
        padding: 2px;
        border: 1px solid #0AB0B0;
        border-radius: 6px;
        border-bottom: 0;
    }

    .wave-shape-full-wrapper {
        bottom: 3rem;
        display: none;
    }

    .hero-section-effect {
        padding-bottom: 50px;
        padding-top: 180px;
    }

    .feature-rec-shape {
        top: -4rem;
        height: 210px;
        object-fit: contain;
    }

    .new-feature-grade-text h2 {
        font-size: 50px;
        background: linear-gradient(157deg, #8EE2E2 -32.52%, #1b5d57 62.47%, #47BA9A 109.55%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .new-feature-grade-text h3 {
        font-size: 28px;
        line-height: 35px;
        margin-top: -10px;
    }

    .feature-section-text label {
        font-size: 16px;
    }

    .feature-section-text ul {
        padding-left: 20px;
    }

    .feature-section-text ul li {
        font-size: 14px;
        line-height: 24px;
    }

    .bubble-btn-icon {
        padding: 10px;
        font-size: 15px;
    }

    .meet-genie-col {
        margin-top: 3rem;
    }

    .meet-genie-col:before {
        width: 421px;
        height: 410px;
        top: -2rem;
        right: -9rem;
    }

    .meet-genie-col img {
        left: 3rem;
        width: 220px;
        top: -1rem;
    }

    .mentor-box-row {
        margin: 0 -8px;
        padding: 2rem 0;
    }

    .creator-box-row .frame-box {
        width: auto;
    }

    .creator-col-photo img {
        width: 230px;
        margin: 0 auto -6rem;
        display: block;
        left: 5.4rem;
    }

    .new-meet-text p {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .sebi-regiter-box h5 {
        font-size: 16px;
    }

    .grade-title-section p {
        width: 100%;
    }

    .client-photo-text {
        gap: 0px;
        flex-direction: column;
        align-items: self-start;
    }

    .client-slide-box {
        margin: 0 30px;
    }

    .support-border-box {
        padding: 70px 15px;
    }

    .support-border-box p {
        width: 100%;
    }

    .support-border-box h2 {
        font-size: 30px;
    }

    .autoplay-video-area video {
        /*        height: 300px;*/
        padding: 5px;
        object-fit: contain;
    }

    .mcx-border-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .commodity-tab .nav-buttons .btn-nav {
        padding: 2px 10px;
        font-size: 14px;
    }

    .commodity-dropdown span {
        font-size: 14px;
    }

    .commodity-dropdown select {
        width: 120px;
        font-size: 13px;
    }

    .telegram-box .payment_box span {
        line-height: 20px;
        display: block;
        font-size: 14px;
        margin-bottom: 5px;
    }


    .swith-theme-btn .switch {
        width: 42px;
        height: 21px;
    }

    .nifty-pd-chart-wrapper {
        top: -2.9rem;
    }

    .text_cnt_left h2 {
        font-size: 22px;
    }

    .text_cnt_left h4.mb20 {
        font-size: 18px !important;
    }

    .nifty-pd-chart-wrapper {
        height: 220px;
    }



    .text-tab-area h4 {
        font-size: 18px;
        margin-top: 10px;
    }

    .img-box-meter img {
        height: auto;
    }


    .chart-box-meter {
        height: 80px !important;
    }


    .meter-box-area .chart-box-meter {
        height: 65px !important;
    }

    .meter-box-area .text-percentage {
        font-size: 20px !important;
        margin-bottom: 0;
    }

    .genie-price-grid-two .pricing-icon-genie {
        max-width: 130px;
        margin-bottom: 8px;
    }

    .polygon-shape-one-year {
        height: 48px;
    }

    .polygon-shape-one-year b {
        font-size: 15px;
        top: 13px;
    }

    .inline-price-btn {
        grid-template-columns: repeat(1, 1fr);
        gap: 5px;
    }

    .inline-price-btn .price-select-border.last {
        grid-column: 1;
        width: 100%;
    }

    .price-select-border .most-sell-label {
        top: -19px;
        right: inherit;
        left: 50%;
        transform: translateX(-50%);
        width: 148px;
    }

    .purchase-plan-center {
        width: 100%;
    }

    .stock-activity-modalBox .stockScanner-widget-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .access-limit-center-area {
        padding: 0 15px;
    }

    .access-limit-center-area img {
        width: 120px;
    }

    .access-limit-center-area button img {
        width: auto;
    }

    .access-limit-center-area h1 {
        font-size: 18px;
        font-weight: 500;
        line-height: 30px;
    }

    .lock-tv-widget-area img {
        padding: 3rem 0;
    }

    .lock-tv-widget-area .lock-tv-widget-text .btn-blue img {
        padding: 0;
    }

    .lock-tv-widget-area .lock-tv-widget-text p {
        line-height: 20px;
        font-size: 14px;
    }

    .lock-tv-widget-area .lock-tv-widget-text h2 {
        font-size: 16px;
    }

    .lock-widget-gap {
        margin-top: 5px;
    }

    .lock-widget-gap .row {
        row-gap: 15px;
    }

    .lock-tv-widget-area img {
        filter: blur(6px);
    }

    .gradient-fledge-buy {
        white-space: normal;
    }

    .gradient-fledge-buy h4 {
        font-size: 12px;
        line-height: 16px;
    }

    .gradient-fledge-buy .btn-blue {
        padding: 2px 10px;
        font-size: 12px;
        line-height: 15px;
    }

    .tv-search-symbol-popup {
        right: 5px;
        max-width: 290px;
    }

    .stock-genie-treax-box .timebrand-text-graph p {
        font-size: 12px;
        padding: 0px 5px;
    }

    .stock-genie-treax-box .text-achieved-area p {
        font-size: 13px;
    }

    .stock-genie-treax-box .text-achieved-area p+div p {
        font-size: 13px;
    }

    .achieved-yellow-box {
        font-size: 12px;
    }

    .genie-trex-widget li span {
        font-size: 13px !important;
    }

    .trex-inline-flex-flow li:first-child {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .gocgenie-stockWidget-modal .Genie-trex-shadow-card-single .genie-pick-card-grid .stock-genie-treax-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .trexClub-card-modal .close {
        top: -4px;
    }
}


@media only screen and (max-width: 460px) {
    .chart-box-meter {
        height: 125px !important;
    }

    .learn-goc-meter {
        font-size: 20px;
        padding: 40px 0 0;
    }

    .lifetime-polygon {
        width: 85%;
    }

    .explore-price-row .polygon-shape-area {
        background-size: contain !important;
        width: 100%;
    }

    .explore-price-row .plan-card-dark .plan-price-wrapper b {
        top: 14px;
    }

    .explore-price-bundle-row .plan-card-dark .combo-ofr-section .polygon-shape-area {
        height: 60px;
        background-size: contain !important;
        width: 100%;
    }

    .explore-price-bundle-row .plan-card-dark .combo-ofr-section .plan-price-wrapper b {
        font-size: 16px;
        top: 14px;
    }

    .stock-widget-box-flex {
        align-items: baseline;
        column-gap: 5px;
    }

    /*        .history-inner-boxFlex {
            column-gap: 5px;
            row-gap: 5px;
        }*/
    .stock-widget-box-flex {
        padding: 5px;
    }

    .meter-trend-box-area .meter-input-area input {
        width: 100%;
    }

    .coming-live-boxArea .inline-item .gradient-scanner-btn {
        margin-bottom: 0.6rem;
    }

    .grid-stack>.grid-stack-item[data-gs-height="4"] .goc-meter-trend-chart-tab .stockList-row .goc-chart-container {
        height: 328px !important;
    }

    .goc-meter-trend-chart-tab .stockList-row .tab_outer .btn_tab {
        margin-bottom: 5px;
    }

    .experince-text h1 {
        line-height: 32px;
        font-size: 22px;
    }

    .beat-mode-section .col-lg-3 img {
        width: 130px;
    }

    .beat-mode-section {
        padding: 1.2rem 0 !important;
    }

    .experince-text p {
        margin-bottom: 10px;
    }

    .step-green-stripe {
        padding: 0.40rem 1rem;
        margin-top: 1rem;
    }

    .step-green-stripe p {
        font-size: 15px;
    }

    .video-lock-row {
        margin: 1rem 0 0;
    }

    .yellow-gradient-btn {
        font-size: 15px;
    }

    .beast-mode-banner .sm-view {
        display: block;
    }

    .beast-mode-banner .md-view {
        display: none;
    }

    .meter-trend-box-area .meter-input-area label {
        font-size: 16px;
    }

    .learn-goc-meter a {
        font-size: 16px;
    }

    .stock-report-area b img {
        width: 40px;
    }

    .stock-report-area b span {
        font-size: 16px;
    }

    .inline-graph-btn .icon-black-btn {
        font-size: 14px;
        padding: 0.5rem 0.57rem;
        display: flex;
        line-height: 20px;
    }

    .inline-graph-btn .icon-black-btn i {
        padding-right: 10px;
        font-size: 18px;
        vertical-align: initial;
    }

    .renew-planFeature li {
        line-height: 24px;
        font-size: 15px;
    }

    .price-year-plan-box .icon {
        margin-right: 1rem;
    }

    .renew-plan-col-wrapper .price-year-plan-box {
        padding: 0.8rem 0.5rem;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 1.3rem;
    }

    .renew-plan-col-wrapper .price-year-plan-box:first-child .price-offer {
        position: inherit;
        margin: 10px 0;
    }

    .renew-plan-col-wrapper .price-year-plan-box .price-offer {
        margin: 10px 0;
    }

    .renew-plan-col-wrapper .price-year-plan-box:last-child .price-offer {
        position: inherit;
    }

    .renew-plan-col-wrapper .price-year-plan-box .icon {
        margin-bottom: 10px;
        font-size: 28px;
    }

    .renew-plan-col-wrapper .price-year-box-active.price-year-plan-box .icon .fa {
        width: 20px;
    }

    .renew-plan-col-wrapper .price-year-plan-box .price-plan p {
        font-size: 16px;
    }

    .renew-plan-col-wrapper .strike-plan-text {
        font-size: 19px;
        margin: 0.6rem 0;
    }

    .renew-planFeature {
        padding-left: 10px;
    }

    .renew-plan-col-wrapper .price-year-plan-box .price-offer {
        font-size: 14px;
        width: 90px;
        line-height: 18px
    }

    .renew-plan-col-wrapper .price-year-plan-box .final-price {
        font-size: 22px;
    }

    .strike-plan-text:before {
        content: '';
        width: 66%;
        top: 6px;
        left: 14px;
    }

    .renew-plan-col-wrapper .price-year-plan-box .final-price p {
        font-size: 13px;
    }

    .trading-tab .btn_tab {
        font-size: 13px;
        font-weight: 600;
        padding: 7px 8px;
        line-height: 17px;
    }

    .commodity-shape {
        width: 100%;
        height: 48px !important;
    }

    .plan-card-dark .plan-price-wrapper .commodity-shape b {
        top: 17px;
    }

    .plan-card-dark .plan-price-wrapper .commodity-shape+h3 {
        margin-top: 0px;
    }

    .genie-commodity-bundle-box h4 strong {
        font-size: 20px;
    }

    .genie-commodity-bundle-box h3 {
        font-size: 18px;
    }

    .genie-commodity-bundle-box p {
        font-size: 17px;
    }

    .genie-commodity-bundle-box {
        padding: 14px 6px 12px;
    }

    .commodity-shape-big {
        height: auto !important;
    }

    .mcx-border-box {
        padding: 0.5rem;
        gap: 4px;
        margin-right: 8px;
        line-height: 18px;
        /*        grid-template-columns: repeat(1, 1fr);*/
    }

    .commodity-tab .nav-buttons {
        grid-template-columns: repeat(1, 1fr);
    }

    .commodity-tab .nav-buttons .btn-nav {
        border-radius: 10px !important;
    }

    .commodity-chart-wrapper {
        max-width: 92%;
    }

    .mxc-flex-item {
        gap: 5px;
    }

    .mxc-flex-item h4 {
        font-size: 13px;
    }

    .mxc-flex-item b {
        font-size: 14px;
    }

    div#candleStick {
        padding: 0 5px;
    }

    .commodity-tab .nav-buttons {
        margin: 0.3rem auto 0.2rem;
    }

    .stock-meter-label {
        padding-left: 5px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 425px) {
    .chart-box-meter {
        height: 105px !important;
    }

    .stock-card-box-bull p {
        font-size: 14px !important;
    }

    .gpt-stock-col .stock-box-gpt .stock-card-box-bull img {
        width: 30px;
    }

    .commodity-shape {
        width: 100% !important;
        height: 42px !important;
    }

    .plan-card-dark .plan-price-wrapper .commodity-shape b {
        top: 14px;
    }

    .commodity-shape-big {
        height: auto !important;
    }

    .goc-widget-filter-wrapper p {
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 365px) {
    .chart-box-meter {
        height: 90px !important;
    }

    .ttl-value-box {
        font-size: 12px;
    }

    .learn-goc-meter {
        font-size: 18px;
        padding: 40px 0 0;
    }

    .free-course-badge {
        top: 0;
        width: 70px;
    }

    .polygon-shape-area {
        width: 240px;
    }

    .plan-card-dark .plan-price-wrapper b {
        top: 12px;
    }

    .plan-card-dark .combo-ofr-section .polygon-shape-area {
        width: 240px;
    }

    .plan-card-dark .combo-ofr-section .plan-price-wrapper b {
        top: 11px;
    }

    .goc-stockbox-widget {
        padding: 6px;
    }

    .history-inner-boxFlex {
        column-gap: 5px;
        row-gap: 5px;
    }

    .goc-stockbox-widget p {
        margin-left: 0.2rem;
        font-size: 14px;
    }

    .stock-scan-filterCheckbox li {
        padding: 3px 6px;
        width: auto;
    }

    .goc-stockbox-widget .stock-card-box-bull,
    .goc-stockbox-widget .stock-card-box-bear {
        width: auto;
    }

    .goc-stockbox-widget .stock-card-box-bull p {
        font-size: 14px !important;
    }

    .price-year-plan-box .price-plan h5 {
        font-size: 16px;
    }

    .price-year-plan-box .price-plan p {
        font-size: 13px;
    }

    .price-year-plan-box .price-offer {
        font-size: 12px;
        width: 70px;
    }

    .price-year-plan-box .final-price {
        font-size: 16px;
    }

    .price-year-plan-box .final-price p {
        font-size: 11px;
    }

    .plan-card-dark .plan-price-wrapper .commodity-shape b {
        top: 10px;
    }

    .polygon-shape-one-year b {
        font-size: 14px;
        top: 9px;
    }
}

@media only screen and (max-width: 319px) {
    .chart-box-meter {
        height: 70px !important;
    }

    .learn-goc-meter {
        font-size: 17px;
    }
}

/*  Course Page */
.banner_course {
    background: url(../images/bg-banner-course.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 100px 0 100px;
}

.banner_course h1 {
    font-size: 64px;
    line-height: 72px;
}

.banner_course h1 span.auther {
    font-size: 44px;
    color: #0bb2b1;
    font-weight: 700;
    border-top: 2px solid #fff;
    line-height: 50px;
    padding: 10px 0 0;
}

.banner_course .logo {
    width: 55px;
}

.goc_text_banner {
    color: #0bb2b1;
    font-size: 44px;
    border: 0;
}

.banner_course h1 .font_red {
    color: red;
    font-size: 48px;
    font-weight: 700;
}

.font_red {
    color: red;
}

.bg_video_course {
    background: url(../images/bg-black.jpg) no-repeat;
    background-size: cover;
}

.bg_video_course .youtube-box {
    margin: 0 auto;
    padding: 100px 0;
}

.bg_video_course .youtube-box .youtube-video {
    border: 10px solid #d1d1d1;
    border-radius: 10px;
}

.bg-course {
    background: #000;
}

.course_box {
    background: url(../images/bg-black.jpg) no-repeat;
    background-size: cover;
    box-shadow: 2px 10px 15px rgba(222, 222, 222, 0.3);
    border-radius: 20px;
    margin: 50px 0;
    padding: 20px 25px;
    width: 90%;
    margin-left: a;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.right_box {
    margin-left: auto;
}

/* .ttl_box_course{width: 100%;float: left;margin: 0 0 20px;} */
.course_box h2 {
    float: left;
    color: #fff;
    font-size: 32px;
    margin: 0 0 15px;
    font-family: "Poppins";
    width: 100%;
}

.course_box h2 span {
    font-size: 25px;
    display: block;
    line-height: 22px;
}

.read_more_course {
    font-size: 18px;
    font-weight: bold;
    color: #fff !important;
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 6px 15px;
    margin: 0 auto;
    display: inline-block;
}

.img_box_course {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0 0;
}

.chapter_info {
    width: calc(100% - 270px);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.img_chapter {
    width: 270px;
    margin: -100px 0 0 0;
}

.img_bland {
    mix-blend-mode: screen;
}

.chapter_box {
    border-radius: 15px;
    background: #242424;
    padding: 15px;
    width: 47%;
    color: #febd58;
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins";
    margin: 0 1% 15px;
    align-items: center;
    display: flex;
}

.no_count_chapter {
    border-radius: 50%;
    background: url(../images/icon-number.svg) no-repeat;
    background-size: 100% auto;
    width: 64px;
    height: 64px;
    font-size: 32px;
    color: #000;
    display: block;
    text-align: center;
    line-height: 64px;
    font-weight: 800;
    float: left;
    margin: 0 15px 0 0;
    font-family: "Poppins";
    flex-shrink: 0;
}

.topic_points {
    width: 100%;
    margin-left: auto;
    margin-bottom: 20px;
    padding-left: 280px;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.right_box .topic_points {
    padding-left: 0;
}

.topic_points h4 {
    color: #febd58;
    font-size: 32px;
    margin: 0 0 10px;
    font-weight: 700;
}

.topics_cover {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.topics_cover li {
    font-size: 22px;
    color: #fff;
    display: flex;
    margin: 0 0 15px;
    font-weight: 700;
}

.topics_cover li::before {
    content: "";
    background: url(../images/icn-circle.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    background-size: 100% auto;
    margin: 4px 10px 0 0;
    flex-shrink: 0;
}

.course_contact {
    background: url(../images/course-bg-form.jpg) no-repeat center bottom;
    background-size: cover !important;
    padding: 100px 0;
}

.course_contact h2 {
    color: #fff;
    line-height: 44px;
}

.course_contact .contact_form {
    max-width: 550px;
    margin: 0 auto;
    background-color: transparent;
}

.course_contact .contact_form label {
    color: #fff;
}

.course_contact .contact_form .form-control:focus,
.course_contact .contact_form .form-control {
    color: #fff;
    background: #202020 !important;
}
.course_contact .contact_form .form-control::placeholder{
    color: #6c7465;
}

.topic_points.openac {
    opacity: 1;
    height: auto;
    overflow: visible;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.font_goc {
    color: #0bb2b1 !important;
    position: relative;
}

.font_new_course a {
    text-decoration: underline;
}

.font_small {
    font-size: 14px;
    display: block;
}

.new_course {
    background: red;
    padding: 10px 25px;
    border-radius: 10px;
    color: #fff;
    margin: 20px 0;
}

.ttl_course_img {
    margin: -32px -5px 0 0px;
    width: 50px;
}

.font_new_course {
    /* font-size: 48px; */
    font-weight: 700;
    margin: 9px 0;
    line-height: 48px;
}

.img_launch {
    width: 400px;
}

.logo_box_banner {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0 25px;
    line-height: 44px;
    column-gap: 10px;
}

.banner_course h1.course_name {
    font-family: "Poppins";
    font-size: 98px;
    color: #fff;
    font-weight: 900;
    line-height: 102px;
}

.read_more_course img {
    width: 12px;
}

.landing_form_bg,
.bg_course_form {
    box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    padding: 30px;
    background: rgba(0, 0, 0, 0.8);
    margin: 50px auto;
}

.landing_form_bg {
    background: rgba(0, 0, 0, 0.05);
}

.btn-course {
    background: linear-gradient(to right, #e56774, #f7d573) !important;
    color: #000;
}

/*    #mainmenu > li.course-btn,
    #mainmenu > li.billing-history-btn{
        margin-left: 10px;
    }*/

#mainmenu>li.course-btn a {
    /*            background: #1d434f;*/
    line-height: 28px;
    /*            color: #ffffff !important;*/
    border-radius: 4px;
}

/*            #mainmenu > li.course-btn a:hover,
            .course-btn a:hover {
                background: #41b2b1;
                color: #fff;
            }*/

#mainmenu>li.course-btn a .icon_new_nav {
    margin: -35px 0 0 -17px;
}

#mainmenu>li.course-btn a .course-icon {
    width: 22px;
    height: auto !important;
    vertical-align: sub;
}

header .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 992px) {
    header div#logo a {
        font-size: 17px !important;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .chapter_box {
        width: 100%;
    }

    .course_box h2 {
        font-size: 24px;
        margin: 6px 0;
    }

    /*    .no_count_chapter{}*/
    .course_contact {
        background: url(../images/course-bg-form-mob.jpg) no-repeat center bottom;
        background-size: auto 100%;
        padding: 30px 0 140px;
    }

    #mainmenu li.header-pricing-btn {
        display: none !important;
    }

    #mainmenu>li.course-btn a {
        line-height: 20px;
        padding-left: 0.8rem;
        padding-right: 0.8rem;
        color: #fff !important;
    }

    #mainmenu>li.course-btn a:hover,
    .course-btn a:hover {
        background: #41b2b1 !important;
        color: #fff !important;
    }

    .sub-menu-header {
        width: 300px !important;
        box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.1);
        right: inherit !important;
        left: inherit !important;
    }

    header.header-mobile #mainmenu li ul.sub-menu-header li {
        padding-left: 10px !important;
    }

    header.header-mobile #mainmenu>li>span {
        background-size: 15px !important;
        margin-top: 5px;
    }

    .beat-mode-section {
        margin-top: 4.4rem;
        padding: 3rem 0;
    }

    .beat-mode-section .center-text h1 {
        line-height: 30px;
    }

    .experince-text h1 {
        line-height: 35px;
    }

    #mainmenu li a i {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 767px) {

    .banner_course h1 {
        font-size: 32px;
        line-height: 38px;
    }

    .banner_course h1 span {
        margin: 20px 0 0;
        font-size: 18px;
    }

    .bg_video_course .youtube-box {
        padding: 50px 0;
    }

    .course_box {
        width: 90%;
        margin: 30px auto;
    }

    .img_box_course {
        justify-content: center;
        padding: 0px 0 0;
    }

    .right_box .img_box_course {
        flex-direction: column-reverse;
    }

    .chapter_info {
        width: 100%;
    }

    .course_box {
        flex-direction: column;
        display: flex;
        box-shadow: 0px 0px 10px rgba(222, 222, 222, 0.5);
    }

    .course_box .read_more_course {
        align-self: center;
        text-align: center;
    }

    .img_chapter {
        margin: 20px auto;
    }

    .ttl_course_img {
        width: 40px;
        margin: -25px -5px 0 0;
    }

    .img_launch {
        max-width: 300px;
        height: auto;
    }


    .topic_points {
        padding-left: 0;
    }

    .course_contact h2 {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .topics_cover li {
        font-size: 16px;
        line-height: 22px;
    }

    .topics_cover li::before {
        width: 14px;
        height: 14px;
        margin: 5px 10px 0 0;
    }

    .logo_box_banner {
        margin: 15px 0;
    }

    .hide_mob {
        display: none;
    }

    .center-trial-box p {
        font-size: 18px;
    }

    .sub-menu-header {
        width: 200px !important;
    }

    .plan-card-dark {
        min-height: auto;
    }

    .product-pricing-top {
        padding: 30px 0 20px;
    }

    .sm-btn-hide {
        display: none;
    }

    /*    .dashboard-flex {
        margin-top: 1rem;
        display: initial;
    }*/
    .hide-sm-goc-banner {
        display: none;
    }

    .show-sm-goc-banner {
        display: block;
    }

    .grid-stack-item[data-gs-width="6"] .pd-live-widget .gpt-stock-col,
    .grid-stack-item[data-gs-width="7"] .pd-live-widget .gpt-stock-col,
    .grid-stack-item[data-gs-width="8"] .pd-live-widget .gpt-stock-col,
    .grid-stack-item[data-gs-width="9"] .pd-live-widget .gpt-stock-col,
    .grid-stack-item[data-gs-width="10"] .pd-live-widget .gpt-stock-col,
    .grid-stack-item[data-gs-width="11"] .pd-live-widget .gpt-stock-col,
    .grid-stack-item[data-gs-width="12"] .pd-live-widget .gpt-stock-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /*    section.config-section {
        padding: 50px 0 50px 0;
    }*/
    .widget-scroll-wrapper.stickyTab {
        top: 6.5rem;
    }

    .mx-none-xs {
        margin: 0 !important;
    }

    .dashboard-flex .btn-demo {
        margin-left: 0;
    }

    .dashboard-flex .pricing-card-icon {
        margin: inherit;
        margin-left: 5px;
    }

    /*    .dash-trial-box {
        max-width: 98%;
        margin: 0.5rem 0;
    }*/
    .dash-trial-box p {
        font-size: 12px;
        line-height: 20px;
        padding: 3px 0;
        margin-right: 2px;
    }

    .goc-upgrade-btn {
        padding: 3px 10px !important;
    }

    .widget-title-bar h4 {
        font-size: 15px;
    }


    /*    .dashboard-flex .dashboard-icon-btn .pricing-icon-genie,
    .dashboard-flex .btn-demo .pricing-icon-genie {
        width: 20px;
    }*/

    .chartbox-trend-inner p {
        font-size: 15px;
    }

    .dash-title {
        font-size: 15px;
    }


    .chart-data-gpt-wrapper ul li:first-child {
        width: auto;
    }

    .livegpt-sm {
        height: auto !important;
        min-height: auto !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .livegpt-sm .grid-stack-item-content {
        position: inherit !important;
        left: 0 !important;
        overflow: inherit !important;
    }

    .livegpt-sm .pd-live-widget .chart-data-gpt-wrapper {
        max-height: 350px !important;
        z-index: 0;
    }

    .livegpt-sm .custom-widget-col {
        overflow: inherit !important;
    }

    .livegpt-sm.grid-stack-item .custom-widget-col {
        height: auto !important;
    }

    .step-video-box .youtube-video {
        width: 90%;
    }

    .next-btn-col .mt-btn {
        padding: 0.3rem 1rem;
        font-size: 14px;
    }

    .next-btn-col {
        width: 96%;
    }

    .step-video-box .youtube-video {
        width: 100%;
        border: 2px solid #3fadac;
    }
}

.btn-toggle-switch {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #000000;
}

.btn-toggle-switch:focus,
.btn-toggle-switch.focus,
.btn-toggle-switch:focus.active,
.btn-toggle-switch.focus.active {
    outline: none;
}

.btn-toggle-switch:before,
.btn-toggle-switch:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle-switch:before {
    content: "₹";
    left: -4rem;
}

.btn-toggle-switch:after {
    content: "On";
    right: -4rem;
    opacity: 0.5;
}

.btn-toggle-switch>.handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle-switch.active {
    transition: background-color 0.25s;
}

.btn-toggle-switch.active>.handle {
    left: 1.6875rem;
    transition: left 0.25s;
}

.btn-toggle-switch.active:before {
    opacity: 0.5;
}

.btn-toggle-switch.active:after {
    opacity: 1;
}

.btn-toggle-switch.btn-sm:before,
.btn-toggle-switch.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.325rem;
}

.btn-toggle-switch.btn-sm:before {
    text-align: right;
}

.btn-toggle-switch.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle-switch.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle-switch.btn-sm.active:after {
    opacity: 1;
}

/*    .btn-toggle.btn-xs:before,
    .btn-toggle.btn-xs:after {
        display: none;
    }*/

.btn-toggle-switch:before,
.btn-toggle-switch:after {
    color: #6b7381;
}

.btn-toggle-switch.active {
    background-color: #000000;
}

.btn-toggle-switch.btn-sm {
    margin: 0 0.5rem;
    padding: 3px;
    position: relative;
    border: none;
    height: 32px;
    width: 66px;
    border-radius: 6px;
    background-color: #000000 !important;
    border: 1px solid var(--bg-green-1) !important;
    box-shadow: none;
    margin-right: 0px;
}

.btn-toggle-switch.btn-sm:focus,
.btn-toggle-switch.btn-sm.focus,
.btn-toggle-switch.btn-sm:focus.active,
.btn-toggle-switch.btn-sm.focus.active {
    outline: none;
}

.btn-toggle-switch.btn-sm:before,
.btn-toggle-switch.btn-sm:after {
    line-height: 1.5rem;
    width: 0.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 3px;
    transition: opacity 0.25s;
}

.btn-toggle-switch.btn-sm:before {
    content: "%";
    left: -0.5rem;
    font-size: 15px;
}

.btn-toggle-switch.btn-sm:after {
    content: "₹";
    right: -0.5rem;
    opacity: 0.5;
    font-size: 13px;
}

.btn-toggle-switch.btn-sm>.handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 25px;
    height: 23px;
    border-radius: 5px;
    background: #223C35;
    transition: left 0.25s;
}

.btn-toggle-switch.btn-sm.active {
    transition: background-color 0.25s;
}

.btn-toggle-switch.btn-sm.active>.handle {
    left: 2rem;
    transition: left 0.25s;
}

.btn-toggle-switch.btn-sm.active:before {
    opacity: 0.5;
}

.btn-toggle-switch.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle-switch.btn-sm.btn-sm:before,
.btn-toggle-switch.btn-sm.btn-sm:after {
    line-height: -0.5rem;
    color: var(--bg-green-1);
    letter-spacing: 0.75px;
    left: 0.7325rem;
    width: 2.325rem;
}

.btn-toggle-switch.btn-sm.btn-sm:before {
    text-align: right;
}

.btn-toggle-switch.btn-sm.btn-sm:after {
    text-align: left;
    opacity: 0;
    left: 0.4325rem;
}

.btn-toggle-switch.btn-sm.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle-switch.btn-sm.btn-sm.active:after {
    opacity: 1;
}

.cancelBtn {
    display: none !important;
}

.toggle-stock.btn-toggle-switch.btn-sm:before {
    content: "Ind" !important;
    font-size: 12px;
}

.toggle-stock.btn-toggle-switch.btn-sm:after {
    content: "All" !important;
    font-size: 12px !important;
}

.toggle-stock.btn-toggle-switch.btn-sm.active>.handle {
    left: 1.8rem;
    transition: left 0.25s;
}

.proTrade {
    font-weight: bold;
    color: #000000 !important;
}

.autocomplete-focus {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #000000;
    padding: 12px 12px 0;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 0.9px 1.47px 0px #00000007;
}

.autocomplete-focus.trading-search-input {
    padding: 10px 10px 8px;
}

.autocomplete-focus input {
    position: relative;
    width: 100%;
    border: 1px solid var(--bg-black-2);
    background-color: var(--bg-black-2);
    padding: 8px 5px;
    font-size: 14px;
    font-weight: 400;
    text-indent: 10px;
    color: #fff;
    border-radius: 10px;
    outline: 0px;
}
.stock-meter-activity-filter .autocomplete-focus input{
border-radius: 30px;
}

.autocomplete-focus input::placeholder {
    color: #5e5e5e;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #515151;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 85%;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    max-height: 250px;
    overflow: auto;
}

.autocomplete-items li {
    padding: 4px 8px;
    cursor: pointer;
    background-color: #2a2929;
    border-bottom: 1px solid #515151;
    color: #ffffff;
    transition: 0.3s;
    font-size: 14px;
}

.autocomplete-items li:hover {
    background-color: #1d1d1d;
}

.stock-report-area p {
    font-weight: 700;
    font-size: 18px;
}

.disabledNoOfCasesDiv {
    pointer-events: none;
    opacity: 0.4;
}

.custom-autocomplete {
    padding: 1px !important;
}

.divStockFilter {
    position: relative;
}

.divStockFilter i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    color: white;
}

.divStockFilter input {
    font-size: 14px !important;
}

.floatButton-im {
    position: fixed;
    bottom: 85px;
    left: 45%;
    transform: translateX(-50%);
    z-index: 1000;
}

.info-plan {
    font-size: 14px;
    margin: -15px 0px 10px !important;
    text-transform: none;
}


#lauch_beastmode {
    overflow: hidden;
}

.youtube-free-modal {
    max-width: 620px;
}

#FreeUserVideo {
    backdrop-filter: blur(5px);
}

.zoom-in-zoom-out-tv {
    animation: zoom-in-zoom-out-tv-ef 1s ease-out infinite;
}

@keyframes zoom-in-zoom-out-tv-ef {
    0% {
        transform: scale(0.9, 0.9);
    }

    50% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(0.9, 0.9);
    }
}

@media only screen and (max-width: 575px) {
    .course_box {
        padding: 20px 15px;
    }

    .img_chapter {
        width: 100%;
        object-fit: none;
    }

    .bg_course_form {
        padding: 30px 15px;
    }

    .contact_form {
        padding: 20px 15px;
    }

    .img_launch {
        width: 100%;
    }


    .bg_video_course .youtube-box {
        padding: 40px 0;
    }

    .container-fluid-px {
        padding: 0 1rem !important;
    }
}

.gocmeter-banner img {
    width: 100%;
    border-radius: 10px;
}

.modal-backdrop {
    z-index: 998;
}

.goc-tv-modal {
    z-index: 999 !important;
}

.tv-modal-design .modal-content {
    background: #212121;
}

.tv-modal-design .modal-dialog {
    max-width: 550px;
}

.tv-modal-design .modal-header .close span img {
    filter: invert(1);
}

.tv-modal-design .modal-header {
    padding-top: 0px;
    padding-left: 0px;

}
.tv-modal-design .modal-header .modal-title{
    font-weight: 600;
}

.tv-modal-design .modal-header .close {
    top: 0rem;
    outline: none;
    border: 0px;
}

.tv-modal-design .beast-card-shadow {
    height: auto;
}

.tv-modal-design .modal-body {
    padding: 0px;

}

.tv-modal-design .beast-card-shadow {
    background: transparent;
    box-shadow: none;
    border: 0px
}

.tv-dashboard-page .widget-title-bar {
    padding: 0.2rem 0.8rem;
}

.tv-dashboard-page .widget-title-bar h4 {
    font-size: 14px;
}

.tv-dashboard-page .data-refresh-icon {
    font-size: 13px !important;
}

.tv-dashboard-page .chartbox-data-inner p {
    font-size: 12px;
}

.tv-scanner-typing-widget .chartbox-data-inner img {
    width: 21px;
    height: 20px;
}

.beast-read-more.load-more-btn {
    text-align: center;
    background: transparent;
    z-index: 1;
    left: 0px;
    margin: auto;
    top: auto;
    right: 0px;
    position: absolute;
}

.tv-dashboard-page .grid-stack-item .custom-widget-col {
    overflow-y: revert !important;

}

.tv-dashboard-page .grid-stack>.grid-stack-item>.grid-stack-item-content .row.p-2 {
    padding-bottom: 0px !important;
}

.tv-dashboard-page .beast-read-more p {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    color: #0bb2b1;
    display: inline-flex;
    padding: 2px 7px;
    border-radius: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    background-color: transparent;
    line-height: 21px;
}

.tv-dashboard-page .beast-read-more p i {
    font-size: 16px;
    margin-left: 3px;
}

.tv-dashboard-page .tranding-chart-data {
    padding: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: none;
    border: 0px;
    background: transparent;
    overflow: revert;
}

.tv-dashboard-page .chart-data-gpt-wrapper ul {
    padding-left: 0px;
}


.tv-dashboard-page .tranding-chart-data::-webkit-scrollbar {
    width: 0px;
    display: none;
    background-color: transparent;
}

.tv-dashboard-page .grid-stack>.grid-stack-item>.grid-stack-item-content {
    left: 1px;
    right: 1px;
    bottom: -17px;
    box-shadow: none;
    overflow-y: hidden;
}

.tv-dashboard-page .grid-stack>.grid-stack-item>.grid-stack-item-content::-webkit-scrollbar {
    width: 0px;
    display: none;
    background-color: transparent;
}

.tv-dashboard-page .chart-iframe-container iframe {
    box-shadow: none;
}

.tv-dashboard-page .grid-stack-item .custom-widget-col::-webkit-scrollbar {
    width: 0px;
    display: none;
    background-color: transparent;
}

.tv-chart-row {
    padding-left: 10px;
    padding-right: 10px;
}

.tv-dashboard-page .tranding-chart-data {
    border-radius: 15px;
}

.activate-version {
    border: 1px solid #068181;
    border-radius: 10px;
    padding: 3px 6px 3px 9px;
    background: transparent linear-gradient(0deg, #002121 0%, #006464 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #141414;
    white-space: nowrap;
    display: none;
}

.activate-in {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    color: #fff;
}

.activate-buy-btn {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 20px;
    text-decoration: none;
    text-align: center;
    margin-left: 5px;
    background-color: #c4930c;
    color: #fff !important;
}

.tv-middle-header::-webkit-scrollbar {
    height: 2px;
    border-radius: 6px;
}

.tv-middle-header::-webkit-scrollbar-thumb {
    border-radius: 6px;
}

.header-scaner-web {
    position: relative;
}

.header-scaner-web .badge.badge-danger {
    position: absolute;
    right: 0px;
    top: -8px;
    font-size: 13px;
    border-radius: 20px;
    padding: 3px 6px;
    font-weight: 500;
    background-color: #c90013;
}

.bottom-navigation ul li.footer-scanner-icon {
    text-align: center;
    position: relative;
}

.beast-mode-header-wrapper {
    position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    gap: 0px !important;
    z-index: 1000;
}

.footer-scanner-icon .badge.badge-danger {
    position: absolute;
    right: auto;
    left: auto;
    top: -13px;
    font-size: 11px;
    border-radius: 20px;
    padding: 3px 5px;
    font-weight: 500;
    background-color: #c90013;
    margin-left: 7px;
}

.header-scaner-mobile a {
    position: relative;
}

.header-scaner-mobile .badge.badge-danger {
    position: absolute;
    left: 148px;
    top: 2px;
    font-size: 12px;
    border-radius: 20px;
    padding: 3px 6px;
    font-weight: 500;
    background-color: #c90013;
}

.community-modal {
    max-width: 676px;
}

.community-modal .modal-content {
    background: #c8c8c8;
    padding: 10px;
}

.community-modal .modal-body {
    padding: 0px;
}

.community-modal iframe {
    width: 100%;
}

.tv-watch-list-widget .tranding-scroll-list {
    overflow: auto;
    max-height: 244px;
}

.tv-watch-list-widget .tranding-scroll-list::-webkit-scrollbar {
    width: 4px;
    border-radius: 6px;
}

.tv-watch-list-widget .tranding-scroll-list::-webkit-scrollbar-thumb {
    border-radius: 6px;
}

.community-modal .afflt-prog-btn {
    margin-top: 0px;
}

.community-modal .afflt-prog-btn #cnf-btn {
    min-width: 131px;
    text-align: center;
    padding: 7px 20px;
}

.ai-mode-btn {
    padding: 9px 7px;
    border-radius: 8px;
    display: inline-block;
    white-space: nowrap;
    color: rgba(0, 255, 190) !important;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    background-color: rgba(0, 255, 190, 0.1);
    display: flex;
    align-items: center;
    gap: 4px;
    transition: all .2s ease-in-out;
    border: 1px solid rgba(0, 255, 190);
}

.ai-mode-btn:hover {
    background-color: rgba(0, 255, 190);
    color: #000 !important;

}

.ai-mode-btn:hover svg path {
    fill: #000;

}

.ai-mode-btn:hover .ai-mode-icon svg path {
    fill: none;
}

.ai-mode-btn .ai-mode-icon {
    display: contents;
}

.ai-mode-btn .ai-mode-icon svg {
    width: 19px;
}

.bst-mode-btn {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.scanner-video-section {
    background-color: #021e18;
    position: relative;
    z-index: 1;
    padding: 30px 0 15px 0;
    min-height: calc(100vh - 57px);
}

.scanner-video-section:after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url('../gocscanner/assets/images/scanner-img/bg-pattern.svg');
    z-index: -1;
    opacity: 0.4;
}

.top-video-heading h3 {
    font-size: 1.5rem;
    line-height: 28px;
    font-weight: 600;
    color: rgb(0, 255, 190);
    margin-bottom: 0px;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.scanner-video-card {
    margin-bottom: 2px;
    display: inline-block;
    border-radius: 7px;
    overflow: hidden;

}

.scanner-video-card video {
    height: 492px;
    object-fit: cover;
}

.scanner-video-content {
    text-align: center;
}

.scanner-video-content p {
    color: #fff;
    font-size: 1.1rem;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
}

.scanner-video-content p span {
    font-weight: 600;
    color: rgb(0, 255, 190);
    display: inline-block;
}

.scanner-video-content .btn.btn-primary {
    background: rgb(0, 255, 190);
    border-color: rgb(0, 255, 190);
    border-radius: 0px;
    color: #000;
    text-transform: capitalize;
    padding: 8px 15px;
    margin-top: 10px;
    font-family: "Poppins", sans-serif;
}

.scanner-video-content .btn.btn-primary:hover {
    background: #00bf8e;
    color: #000;
    border-color: #00bf8e;
}

.scanner-video-section .card.custom-card .card-header {
    justify-content: center;
}

.scanner-video-section .card.custom-card .card-body {
    text-align: center;
}

/* tools-menu-header */

.tools-menu-header a i.menu-down-arrow {
    padding-right: 0 !important;
    padding-left: 6px;
    font-size: 16px !important;
}

#mainmenu .tools-menu-header a i.menu-down-arrow {
    display: block !important;
}

.tools-menu-header a i {
    display: block !important;
    padding-right: 6px !important;
}

.tools-menu-header .header-tool-btn {
    display: flex;
    padding: 3px 0px !important;
    background: transparent !important;
    transition: all .3s ease;
    color: var(--bg-green-1) !important;
}

.tools-menu-header .header-tool-btn:hover {
    color: var(--bg-green-1) !important;
}

.tools-menu-header .dropdown-menu {
    background: #000;
    margin-top: 17px;
    margin-left: -317px;
    border: 0px;
    box-shadow: none;
    border-radius: 0px 0px 6px 6px;
    row-gap: 5px;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    min-width: 50rem;
    padding: 15px;
    box-shadow: 0px 0.9px 1.47px 0px #00000007;

}

.tools-menu-header .dropdown-item {
    padding: 5px 0 8px !important;
    position: relative;
    width: 48%;
    column-gap: 12px;
    border-bottom: 1px solid #ffffff1f;
    align-items: flex-start !important;
}

.tools-menu-header .dropdown-item:hover {
    background-color: transparent !important;
}

.tools-menu-header .dropdown-item:hover .megamenu_menu h3 {
    color: #0bb2b1;
}

.tools-menu-header figure {
    min-width: 52px;
    width: 52px;
    height: 63px;
    margin: 0;
    text-align: center;
}

.tools-menu-header .figure-img {
    max-width: 46px;
    height: auto;
    width: 100% !important;
}

.tools-menu-header .dropdown-menu.show {
    display: flex;
}

.megamenu_menu {
    text-align: left;
    white-space: normal;
    position: relative;
}

.upgrade-hd {
    position: absolute;
    left: 0px;
    top: -13px;
    background: #db9f05;
    padding: 1px 6px;
    line-height: 14px;
    color: #000000;
    font-size: 12px;
    white-space: nowrap;
    z-index: 2;
    font-weight: 600;
    border-radius: 20px;
    text-align: center;
}

.megamenu_menu h3 {
    line-height: 24px;
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
    transition: all .3s ease-in-out;
    position: relative;
}

.megamenu_menu h3 .badge {
    position: absolute;
    top: -12px;
    margin-left: -25px;
}

.megamenu_menu p {
    color: #ffffffb8;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}

.submit-feedback-modal .modal-header {
    padding: 0px;
    margin-bottom: 20px;
    justify-content: center;
}

.submit-feedback-modal .modal-header h5 {
    margin: 0px;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
}

.submit-feedback-modal .modal-content {
    background-color: #0F0F0F !important;
    box-shadow: 0px 0px 48px 0px #00ffbe61;
    border-radius: 1px;
    width: 100%;
    position: relative;
    outline: 15px solid #000000;
    border: 1px solid #363636;
}

.submit-feedback-modal .modal-body {
    padding: 0px;
}

.submit-feedback-modal .btn-close {
   
}

.submit-feedback-modal .form-control {
    background-color: #1A1A1A;
    border: 1px solid #4c4c4c;
    border-radius: 6px;
    box-shadow: none;
    color: #fff;
}

.submit-feedback-modal .form-control:focus {
    box-shadow: 0 0 0px #00ffbe00;
    border-color: #6d6d6d;
    color: #fff;
}

.submit-feedback-modal label {
    color: #ffffffb5;
    font-size: 16px;
}

.submit-feedback-modal textarea.form-control {
    min-height: 110px;
}

.submit-feedback-modal .btn {
    background: #01241B !important;
    min-width: 153px;
    border-radius: 32px;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid #00F1B4 !important;
    color: #00F1B4 !important;
}

.submit-feedback-modal .btn:hover {
    background: #00F1B4 !important;
    color: #000 !important;

}

.ai-feedback-btn {
    border: 1px solid #9b9b9b;
    color: #fff !important;
    padding: 9px 7px;
    border-radius: 8px;
    white-space: nowrap;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all .2s ease-in-out;
    display: none;
}

/* tools-menu-header */
.widget-pd-box-m .live-rate-box {
    font-size: 13px;
}
.alert.renew-ntfctn-top{
      position: fixed;
    top: 3px;
    z-index: 9999;
    background: #4e1818;
    padding: 16px 15px 14px;
    border-radius: 6px;
    display: flex;
    gap: 11px;
    align-items: center;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 388px;
    flex-direction: column;
    
}
.renew-ntfctn-top a.btn-close-text {
    color: #ff4b4a;
    position: absolute;
    right: 11px;
    top: -3px;
}
.renew-ntfctn-top p{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    margin-bottom: 0px;
}
.renew-ntfctn-top .btn{
    color: #fff;
    padding: 2px 8px;
    font-size: 13px;
    line-height: 22px;
    display: inline;
    background: #ff4b4a;
    border-color: #ff4b4a;
}
.renew-ntfctn-top .btn:hover{
    opacity: 0.8;
     background: #de3433;
    border-color: #de3433;
    color: #fff;
}
.bg-success{
    color: #fff;
}

@media only screen and (max-width: 1599px) {
    .ai-mode-btn {
        padding: 6px 11px;
        font-size: 12px;
        border-width: 1px;
    }
}

@media only screen and (max-width: 1199px) {
    .ai-mode-btn {
        border-width: 1px;
        padding: 5px 7px;
        font-size: 12px;
    }

    #mainmenu a {
        padding: 3px 8px;
    }

    .merge-menu-list {
        gap: 2px;
        padding: 0px 7px !important;
        margin: 0px 2px !important
    }

    .merge-menu-list.merge-menu-list-more {
        padding: 0px 6px !important;
    }

    .beast-mode-header-wrapper .dashstock-updown-wrapped ul li a {
        display: none;
    }
       #mainmenu a {
        font-size: 13px;
    }

}



@media only screen and (max-width: 991px) {
    .tv-chart-row {
        padding-left: 8px;
        padding-right: 8px;
    }

    .genie-upDown-stock-stripe .gocGenie-power-box {
        min-width: 95px;
    }
}

@media only screen and (max-width: 767px) {
    .config-section.tv-dashboard-page {
        padding: 60px 0 50px 0;
    }

    .dashstock-updown-wrapped-sm-view {
        margin-bottom: 0.3rem;
        display: none;
    }

    .widget-scroll-wrapper {
        margin-bottom: 4px;
    }

    .animated-burger {
        top: 13px;
    }

    section.config-section {
        padding: 62px 0 50px 0;
    }

    .community-modal iframe {
        height: 300px !important;

    }

    .ai-mode-btn svg {
        display: none;
    }

    .ai-mode-btn .ai-mode-icon {
        display: none;

    }

    .genie-upDown-stock-stripe .beast-action-btn img {
        display: none;
    }

    .scanner-video-section {
        padding: 20px 0 15px 0;
    }

    .top-video-heading h3 {
        font-size: 1.3rem;
    }

    .scanner-video-content p {
        font-size: 1rem;
    }

    .scanner-video-card video {
        width: 100%;
    }

    header.header-dark-mode {
        height: 57px !important;
    }

}

@media only screen and (max-width: 360px) {
    .ai-mode-btn {
        padding: 4px 4px;
        font-size: 10px;
    }

    .dash-title {
        margin-left: 0.1rem;
    }
}


@media only screen and (max-width: 768px) {
    #whatsapp_f_btn {
        display: none !important;
    }
}

a {
    text-decoration: none !important;
}

/* goc-genie-new-design */
section.gocgenie-section {
    background: #000;
    font-family: "Poppins", sans-serif !important;
      min-height: calc(100vh - 54px);
}

.gocgenie-section a {
    text-decoration: none !important;
}

.middle-head-genie-new {
    gap: 17px;
    display: flex;
}

.genie-logo-new {
    border: 1px solid var(--bg-green-1);
    border-radius: 15px;
    background-color: #0F0F0F;
    padding: 10px 14px;
    display: flex;
    gap: 12px;
    align-items: center;
    height: 100%;
}

.genie-logo-new .dash-title {
    color: var(--bg-green-1);
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    font-family: "Poppins", sans-serif;
    word-break: break-word;
    white-space: normal;
    width: 70px;
}

.top-stock-btn-row {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.g-btn-right {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
}

.g-btn-right li {
    border-right: 1px solid #323232;
    padding-right: 4px;
    margin-right: 4px;
}

.g-btn-right li:last-child {
    border-right: 0px;
    padding-right: 0px;
    margin-right: 0px;
}

.g-btn-right li:last-child .g-btn-tu {
    padding-right: 0px;
}

.top-stock-d {
    width: 100%;
}

.top-stock-d-inner {
    overflow: hidden;
    display: grid;
}

.g-btn-tu {
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
    border-radius: 30px;
    color: #fff !important;
    padding: 7px 14px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    white-space: nowrap;
}

.g-btn-tu img {
    width: 19px;
    height: 19px;
}



.g-btn-tu .btn-beast-g {
    color: #fff;
    display: flex;
    gap: 8px;
    align-items: center;
}

.g-btn-tu .btn-beast-g:hover {
    color: #fff;
}

.btn-beast-g i {
    font-size: 19px;
}

.tr-bg-highlight {
    background: #043327 !important;
}

.feedback-radio-btn .form-check-label p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0px;
}

.feedback-radio-btn {
    margin-bottom: 10px;
}

.feedback-radio-btn .form-check-label p span {
    font-size: 14px;
    font-weight: 400;
    color: #909090;
    display: block;
}

.feedback-radio-btn .form-check-input {
    width: 18px;
    height: 18px;
    border-color: #41BA7C;
    background-color: #000;
}

.feedback-radio-btn .form-check-input:checked {
    background-color: #41BA7C;
    border-color: #41BA7C;
}

.feedback-radio-btn .form-check-label {
    padding-left: 10px;
}

.feedback-radio-btn input[type='radio'] {
    accent-color: #00FFBE;
}

.flex-direction-row {
    flex-direction: row !important;
}

.black-common-modal .btn-close {
    filter: invert(1);
    background-size: 16px;
    box-shadow: none !important;
}

.chartbox-trend-inner hr {
    border-top: solid 1px #606060 !important;
}

.goc-meter-calc-card .chartbox-gtp {
    padding: 1rem;
}

.grid-stack-item[data-gs-width="6"] .custom-widget-col .fiveWidget-col .text_cnt_left .widget-pd-box .nifty_status {
    white-space: nowrap;
}

section.beastgenie-section {
    background: #000000;
}

.table.user_list {
    margin-top: 8px;
}

section.gocgeniem-section {
    background: #151515;
    font-family: "Poppins", sans-serif !important;
    min-height: calc(100vh - 55px);
}

.pay-img-div {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.pay-img-div img {
    width: 176px;
}

.pay-detail-heading h2 {
    margin-bottom: 20px;
}

.center-box-profile .modal-title {
    font-size: 26px;
}

.table-responsive::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}


.table-responsive::-webkit-scrollbar-track {
    background: #e9e9e9 !important;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #c7c9cc !important;
}

.gts-userlist-table {
    white-space: normal;
    word-break: break-all;
}

.gts-userlist-table th {
    min-width: 46px;
}

.gts-userlist-table th,
.gts-userlist-table td {
    padding: 8px 4px;
}
.custom-tab-row .custom-tab-rectangle .btn_tab img{
    display: none;
    width: 18px;
    margin-right: 5px;
    filter: brightness(0);
}

.custom-tab-row .custom-tab-rectangle .btn_tab{
        display: inline-flex;
        align-items: center;
        gap: 2px; 
}
.custom-tab-row .custom-tab-rectangle .btn_tab.active{
    color: #fff !important;
    border-color: var(--bg-green-1) !important;
    background-color: var(--bg-green-1) !important;
}

.gtamassage-table thead th:first-child{
        min-width: 50px;
}
.gtamassage-table thead th:nth-child(2){
       min-width: 30px;
}
.table-light{
        background-color: #ececf6 !important;
}
.gm-refresh-icon .date_time{
    color: #7d7676;
    font-weight: 500;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}
.gm-sm-img{
    display: none;
}
.modal-backdrop.show{
       opacity: 87% !important;
} 
.admin-profile-dropdown{
        padding: 3px 8px;
}
.gta-menu-header .dropdown-menu{
    background: #000;
}
#mainmenu .gta-menu-header .dropdown-toggle{
    cursor: pointer;
}
#mainmenu .gta-menu-header .dropdown-toggle:after{
    display: none;
}
#mainmenu .gta-menu-header .dropdown-toggle i{
    /* position: absolute;
    right: 2px;
    top: 11px; */
    display: block !important;
    padding: 0px;
    font-size: 12px;
    padding-left: 4px;
}
    header #mainmenu .gta-sub-menu a{
        font-weight: 500;
    }
#mainmenu .gta-menu-header .dropdown-toggle i img{
    display:none;
    width:19px;
    height:19px;
}
.gpt-stock-col .stock-box-gpt img{
    width: 41px;
}
.gpt-stock-col .stock-box-gpt .stock-card-box-bull img{
width: 37px;
}
#mainmenu .gta-menu-header .gta-sub-menu a{
    margin: 0px;
    padding: 7px 16px !important;
}
.form-check .form-check-input{
        border-color: #727272;
        width: 17px;
        height: 17px;
        box-shadow: none;
}
.gtamassage-table td a i.fa-eye{
    background: transparent;
        font-size: 16px;
        color: #000000;
}
.close{
    outline: 0px !important;
}
.page-section .pagination{
    margin-top: 6px !important;
}
.select2-container .select2-search--inline .select2-search__field{
        height: 22px;
        margin-top: 0px;
            line-height: 22px;
    margin-bottom: 0px;
}

.heading-custome h2{
    font-weight: 600;
    font-size: 25px;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    color: #000;
    margin-bottom: 0px;
}
.heading-custome h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    color: #000;
    margin-bottom: 20px;
}
.field-edit-btn{
   padding-top: 23px;
}
.btn{
        font-family: "Poppins", sans-serif;
}
.send-email-btn{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.wpsection{
    padding: 0px;
}
.btn-algorithm{
        display: flex;
    align-items: center;
    gap: 10px;
}
.btn-subscrib{
        padding: 16px 0px 10px;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
}

.pwa-app{
   display: none !important;
}

header.header-mobile #mainmenu a.pwa-button{
    background-color: #00ffff1f;
    border: 1px solid #0bb2b157;
    color: #0bb2b1 !important;
    border-right: 0px;
    border-left: 0px;
    display: flex !important;
    align-items: center;
    gap: 9px;
}
header.header-mobile #mainmenu a.pwa-button .pwa-text{
       padding-bottom: 2px; 
}
header.header-mobile #mainmenu a.pwa-button .pwa-icon i{
    font-size: 28px;
}
.group-label .select2.select2-container{
    width: 100% !important;

}
.mvpd-btn{
        background-size: cover;
    height: 100%;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding-top: 34px;
}
.group-label.mvpd-btn{
    padding-top: 21px;
}
.img_box-paymant{
        max-width: 450px;
}
#mainmenu .investor-menu .investor-link{
      display: flex !important;
    align-items: center;
    gap: 6px;
}
#mainmenu .investor-menu .investor-link i{
display: block !important;
    color: #fff;
}
#mainmenu .investor-menu .investor-link:hover i{
    color: #01a4ae;
}
#mainmenu .investor-menu .dropdown-item{
    background-color: transparent !important;
}
#mainmenu .investor-menu .dropdown-item:nth-last-child(1){
    margin-bottom: 0px;
}

.admin-profile-dropdown .investor-menu .dropdown-menu{
    position: revert;
    margin-top: 6px;
    padding: 7px 0px 0px;
    transform: none !important;
        min-width: auto;
            background-color: #0bb2b130;
    border-radius: 6px;
    padding: 10px 15px;
}

.investor-menu-mol{
    display: none !important;
}
.investor-menu-mol .dropdown-menu{
    position: revert !important;
    padding-top: 0px !important;
}
#mainmenu .investor-menu-mol .dropdown-menu .dropdown-item{
    padding: 10px 59px !important;
}
#mainmenu .investor-menu-mol .dropdown-menu .dropdown-item:nth-child(1){
    padding-top: 0px !important;
}
#mainmenu .investor-menu-mol a i.fa-angle-down{
        margin-left: 6px;
}

.session-live-field .custom-control-label{
    margin-bottom: 0px !important;
}
 .referral-banner {
      margin: 0 auto 76px;
      max-width: 880px;
      background: linear-gradient(135deg, #17172e 0%, #1f1535 40%, #1a1232 100%);
      border: 1px solid rgba(212, 160, 23, 0.3);
      border-radius: 14px;
      padding: 20px 28px;
      display: flex;
      align-items: center;
      gap: 18px;
      position: relative;
      overflow: hidden;
    }

    /* Subtle ambient glow */
    .referral-banner::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background:
        radial-gradient(ellipse at 5% 50%, rgba(212, 160, 23, 0.07) 0%, transparent 50%),
        radial-gradient(ellipse at 95% 50%, rgba(212, 160, 23, 0.03) 0%, transparent 50%);
      pointer-events: none;
    }

    /* Top golden line accent */
    .referral-banner::after {
      content: '';
      position: absolute;
      top: 0; left: 10%; right: 10%; height: 1px;
      background: linear-gradient(90deg, transparent, rgba(245, 200, 66, 0.25), transparent);
      pointer-events: none;
    }
        .referral-banner .tag-corner {
      position: absolute;
      top: 0;
      right: 0;
      background: linear-gradient(135deg, #e04040, #c03030);
      color: #ffffff;
      font-size: 10px;
      font-weight: 700;
      padding: 5px 16px 5px 14px;
      border-radius: 0 14px 0 12px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      z-index: 2;
      animation: tagPulse 2.5s ease-in-out infinite;
      line-height: 15px;
          font-family: 'Poppins', sans-serif;
    }
        @keyframes tagPulse {
      0%, 100% { opacity: 1; }
      50% { opacity: 0.7; }
    }
        /* Animated gift icon */
    .referral-banner .gift-icon {
      flex-shrink: 0;
      width: 50px;
      height: 50px;
      background: linear-gradient(135deg, rgba(212, 160, 23, 0.1), rgba(212, 160, 23, 0.03));
      border: 1px solid rgba(212, 160, 23, 0.2);
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 26px;
      position: relative;
      z-index: 1;
      animation: pulseGlow 2.5s ease-in-out infinite;
    }
       @keyframes pulseGlow {
      0%, 100% { box-shadow: 0 0 8px rgba(212, 160, 23, 0.15); }
      50% { box-shadow: 0 0 18px rgba(212, 160, 23, 0.3); }
    }

    .referral-banner .gift-icon .gift-emoji {
      animation: giftBounce 2s ease-in-out infinite;
      display: inline-block;
    }
        @keyframes giftBounce {
      0%, 100% { transform: translateY(0) rotate(0deg); }
      25% { transform: translateY(-3px) rotate(-4deg); }
      50% { transform: translateY(0) rotate(0deg); }
      75% { transform: translateY(-2px) rotate(4deg); }
    }
       .referral-banner .banner-content {
      flex: 1;
      position: relative;
      z-index: 1;
    }
    
    .referral-banner .banner-text {
      font-size: 15px;
      font-weight: 400;
      color: #c8c8e0;
      line-height: 1.7;
      font-family: 'Poppins', sans-serif;
    }

    .referral-banner .banner-text .discount {
      display: inline-block;
      background: linear-gradient(135deg, #d4a017, #f0c030);
      background-size: 200% 100%;
      animation: shimmer 3s linear infinite;
      color: #1a1a2e;
      font-weight: 700;
      padding: 2px 12px;
      border-radius: 5px;
      font-size: 14px;
      letter-spacing: 0.3px;
      vertical-align: middle;
      margin: 0 3px;
    }
        @keyframes shimmer {
      0% { background-position: -200% center; }
      100% { background-position: 200% center; }
    }

   .referral-banner .banner-text .creator-name {
      color: #f5c842;
      font-weight: 700;
      font-size: 17px;
      position: relative;
      padding-bottom: 2px;
      white-space: nowrap;
    }

   .referral-banner .banner-text .creator-name::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      background: linear-gradient(90deg, rgba(245, 200, 66, 0.6), rgba(245, 200, 66, 0.15));
      border-radius: 2px;
    }
    .pricing-dis-heading{
           margin-bottom: 16px; 
    }
    .final-price-small{
     font-size: 18px;
    font-weight: 800;
    line-height: 16px;
    text-align: right;
    display: block;
    color: #fff;
    position: relative;
    display: inline-block;
    }
    .final-price-small:after{
        position: absolute;
        content: '';
        background-color: #e04040;
        height: 2px;
        width: 100%;
        top: 8px;
        left: 0px;
        right: 0px;
        transform: rotate(-4deg);
    }
.price-select-inline .pricing-no{
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.polygon-shape-price{
       display: flex;
    align-items: center;
    gap: 8px; 
}
.price-combo-small{
        display: flex;
    align-items: center;
    gap: 8px;
}
.deal-price-text-wrapper .final-price-small{
        color: #000;
}
.deal-text-flex{
        display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.pricing-number .final-price-small{
     display: table;
    margin-left: auto;
        margin-bottom: 6px;
        margin-right: 10px;
}
.browser-frame-mt img{
width: 100%;
}
.booking-accordion .accordion-item{
        border: 0px;
        border-bottom: 1px solid #e6e6e6;
}
.booking-accordion .accordion-button{
   font-size: 26px;
    font-weight: 500;
    color: #666666;
    padding: 20px 0 20px 60px;
    background-color: #f8f8f8;
    border: 0px;
    box-shadow: none;
        font-family: "Poppins", sans-serif;
}
.booking-accordion .accordion-button::after{
    position: absolute;
    left: 0px;
    background-image: 36px;
    background-size: 28px;
    object-fit: contain;
    width: 28px;
    height: 28px; 
    filter: opacity(0.5);
}
.booking-accordion .card-body {
    background-color: #f8f8f8;
}
.faq-acc-padtop-0 .accordion-item{
    border: 0px;

}
.faq-acc-padtop-0 .accordion-header{
    margin-bottom: 0px;
}
.faq-acc-padtop-0 .accordion-button{
        padding: 10px 20px;
        background: #0bb2b1;
        border-radius: 8px;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        box-shadow: none;
        border: 0px;
        font-family: "Poppins", sans-serif;
            line-height: 26px;
}
.faq-acc-padtop-0 .accordion-button:after{
    filter: invert(1);
}
.meter-mo-btn{
        right: 40px;
}


 .dark-theme .table-responsive::-webkit-scrollbar-track{
  background: #000 !important; 
}
 .dark-theme .table-responsive::-webkit-scrollbar-thumb{
 background: #252525 !important; 
}


.pd-table-row{
        border: 1px solid #dddddd;
    padding: 15px;
}
.dark-theme .pd-table-row{
border-color: #383939;
}

@media (min-width: 1400px) {
    .home-page-wrapper .container{
          max-width: 1200px;
    }
    .landing_cnt .container{
         max-width: 1200px;
    }
}
@media only screen and (max-width: 1520px) {
  .g-btn-tu{
        padding: 7px 3px;
  }
  .gocGenie-power-box{
    padding: 3px 5px;
  }

}

@media only screen and (min-width: 1300px) and (max-width: 1500px){
    .grid-stack-item[data-gs-width="6"] .custom-widget-col .fiveWidget-col .text_cnt_left.indices-box-new .widget-pd-box .nifty_status{
    font-size: 11px !important;

    }
}

@media only screen and (max-width: 1440px) {
    .trading-custom-table thead tr th {
        font-size: 13px;
        font-weight: 400;
    }

    .trading-custom-table tbody tr td {
        font-size: 13px;
    }

    .grid-stack-item[data-gs-width="6"] .custom-widget-col .pd-chart-row .text_cnt_left .widget-pd-box .nifty_status {
        font-size: 12px !important;
    }

    .predict-widget-wrapper .nifty-bottom-text h4 {
        font-size: 14px;
    }

    .nifty-bottom-text h4 {
        font-weight: 500;
    }
    .chart-data-gpt-wrapper ul{
            font-size: 13px;
    }
    .grid-stack-item[data-gs-width="6"] .fiveWidget-col .pd-combine-widget-title, .grid-stack-item[data-gs-width="7"] .fiveWidget-col .pd-combine-widget-title{
            font-size: 14px;
    }
    .grid-stack-item[data-gs-height="4"] .custom-widget-col .meter-widget-col.trading-conflig-col .tab_outer .btn_tab{
                   padding: 4px 12px;
    }
    .predict-widget-wrapper select{
        padding: 5px 10px;
    }
    .predict-list-more a{
            font-size: 13px !important;
                padding: 5px 14px !important;
    }
    .stocklist-resize .table-success>th, .stocklist-resize .table-danger>th{
            font-size: 13px;
    }
    #mainmenu a{
            padding: 3px 8px;
    }
    .dashstock-updown-wrapped ul li a{
            font-size: 13px;
    }
    .middle-head-genie-new {
    gap: 10px;
}
.gocGenie-power-box{
    font-size: 13px;
}
.g-btn-tu{
    font-size: 13px;
        gap: 5px;
  
}
.gocGenie-power-box{
    gap: 5px;
}
.gocGenie-power-box img{
        width: 18px;
}
.g-btn-tu img{
        width: 17px;
    height: 17px;
}

    .chart-data-gpt-wrapper ul {
        font-size: 13px;
    }

    .grid-stack-item[data-gs-width="6"] .fiveWidget-col .pd-combine-widget-title,
    .grid-stack-item[data-gs-width="7"] .fiveWidget-col .pd-combine-widget-title {
        font-size: 14px;
    }

    .grid-stack-item[data-gs-height="4"] .custom-widget-col .meter-widget-col.trading-conflig-col .tab_outer .btn_tab {
        padding: 4px 12px;
    }

    .goc-meter-trend-chart-tab .stockList-row .tab_outer .btn_tab {
        padding: 5px 13px;
    }

    .predict-list-more a {
        font-size: 13px !important;
        padding: 5px 14px !important;
    }

    .stocklist-resize .table-success>th,
    .stocklist-resize .table-danger>th {
        font-size: 13px;
    }

    #mainmenu a {
        padding: 3px 6px;
    }

    .dashstock-updown-wrapped ul li a {
        font-size: 13px;
    }

    .middle-head-genie-new {
        gap: 10px;
    }

    .gocGenie-power-box {
        font-size: 13px;
    }

    .mv-c3b{
        margin-right: 8px;
    }

    .chartbox-trend-inner {
        padding: 8px 8px !important;
    }

    .chartbox-data-inner p {
        font-size: 13px;
    }

    .gpt-live-stock-btn ul li a small {
        font-size: 13px;
    }

    .gpt-live-stock-btn ul li a {
        min-width: 86px;
    }

    .gradient-btn-small {
        font-size: 13px;
    }

    .custom-selection {
        font-size: 13px;
    }

    .chartbox-data-goc {
        padding: 8px 8px !important;
        margin-bottom: 10px !important;
    }

    .pd-live-widget .chart-data-gpt-wrapper {
        padding: 8px 8px;
    }

    .autocomplete-focus input {
        font-size: 13px;
    }

    .autocomplete-focus {
        padding: 8px 8px 0;
    }

    .gpt-stock-col .chartbox-trend {
        padding: 8px !important;
    }

    .inline-filter.stock-meter-filter {
        padding: 6px 8px;
        margin-bottom: 2px;
    }

    .inline-filter.stock-meter-filter li span {
        font-size: 13px !important;
    }

    .stockScanner-widget-box .top-title {
        margin-bottom: 8px;
    }

    .stockScanner-widget-box .top-title h2 {
        padding: 7px 10px;
        font-size: 13px;
    }
    .stockScanner-widget-box .list-box-area{
            padding: 7px 8px;
                margin-bottom: 8px;
    }
.stockScanner-widget-box .activity-list-readMore{
    padding: 4px 8px !important;
}


    .timebrand-text-graph p {
        font-size: 12px;
        margin-top: 7px;
    }

    .option-widget-time {
        font-size: 13px;
    }

    .trading-exp-dropdown {
        font-size: 13px;
    }

    .chartbox-trend-inner select {
        font-size: 13px;
        min-width: 67px;
    }
    .goc-widget-filter-wrapper select {
            min-width: 100%;
    }

    .option-sentiment-area {
        font-size: 13px;
        padding: 4px 8px;
    }

    .trading-color-title {
        font-size: 14px;
    }

    .stock-opt-widget-card {
        padding: 8px;
        margin-bottom: 8px !important;
    }

    span.boomark-title-chip {
        font-size: 13px;
    }

    .chartbox-trend .widget-tab_outer .btn_tab {
        font-size: 13px !important;
        margin-right: 5px;
    }

    .bookmark-search-col {
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

    .star-stock-area .stock-star-title {
        font-size: 16px;
    }

    .star-stock-area {
        margin-bottom: 3px;
        padding-bottom: 3px;
    }

    .strike-table-title {
        font-size: 16px;
    }

    .mosta-ctive-card {
        padding: 8px 8px;
        margin-bottom: 8px;
    }

    .date_time {
        font-size: 14px;
    }

    .custom-widget-col .meter-widget-col.trading-conflig-col .widget-tab_outer {
        padding: 8px 8px;
        margin-bottom: 8px;
    }

    .meter-widget-col .payment_box {
        padding: 8px;
    }

    .meter-widget-col .ttl-value-box {
        font-size: 13px;
    }

    .meter-widget-col .meter-box {
        margin-top: 3px;
    }

    .meter-widget-col .text-percentage {
        font-size: 16px;
    }

    .goc-meter-trend-chart-tab .stockList-row .tab_outer {
        padding: 7px 10px 2px;
    }

    .chartbox-gtp-left {
        padding: 8px 10px 8px;
    }

    .predict-widget-wrapper label {
        font-size: 13px;
    }

    .predict-widget-wrapper .predict-top-wrapper p {
        font-size: 13px;
    }

    .predict-widget-wrapper .predict-list-wrapper label {
        font-size: 13px;
    }

    .predict-widget-wrapper .predict-list-wrapper input {
        width: 58px;
    }

    .predict-widget-wrapper .predict-vectro-box {
        padding: 8px;
    }

    .predict-widget-wrapper .predict-animated-icon-default {
        height: 220px;
        width: 220px;
    }

    .grid-stack-item[data-gs-height="6"] .custom-widget-col .indices-group-chart-wrapper .indices-box .btn-warning {
        font-size: 12px;
    }

    .tranding-chart-data {
        padding: 8px;
    }

    .genie-trex-inline-filter {
        padding: 8px 8px
    }

    .trex-single-card-r-border {
        padding-top: 8px;
    }

    .Genie-trex-shadow-card .genie-pick-card-grid .stock-genie-treax-box {
        padding: 8px;
    }

    .stock-activity-modalBox .stockScanner-widget-box {
        gap: 0px 8px;
    }

    .pd-chart-row .widget-pd-box .nifty_status {
        padding: 2px 7px
    }

    .stocklist-resize .table-success>td,
    .stocklist-resize .table-danger td {
        font-size: 12px;
    }


    .pd-live-widget .chartbox-trend-inner {
        align-items: flex-start;
    }

    .bullBear-sentiment-inline .gocGenie-power-box {
        margin-right: 3px;
    }

    .dashboard-flex {
        padding: 8px 8px;
    }

    .img-box-meter img {
        width: 85% !important;
    }
.stock-card-box-bull p {
    font-size: 12px !important;
}
.stockScanner-widget-box .graph-area img{
    width: 32px;
}
.timebrand-text h3{
            width: 85px;
}

}

@media only screen and (max-width: 1299px) {

    .g-btn-right {
        gap: 2px;
    }

    .g-btn-tu {
        padding: 7px 3px;

    }

    .gocGenie-power-box {
        gap: 5px;
    }

    .gocGenie-power-box img {
        width: 17px;
    }

    .custom-widget-col .fiveWidget-col .text_cnt_left {
        max-width: 33%;
    }

    .beast-mode-header-wrapper #logo img {
        height: 33px;
    }

    #mainmenu a {
        padding: 3px 3px;
    }

    .beast-mode-header-wrapper .dashstock-updown-wrapped ul li a.beast-action-btn {
        display: block;
    }
    .gocGenie-power-box{
        padding: 3px 4px;
    }
    .g-btn-right li{
        margin-right: 1px;
    }
    .g-btn-tu .btn-beast-g{
            gap: 6px;
    }
    .admin-profile-dropdown {
    padding: 3px 4px;
}
.genie-row-bullBear ul li.clock-box{
   display: none;
}
.g-btn-right li.feedback-genie{
   display: none;
}
.g-btn-right li.optor-genie{
   display: none;
}
.g-btn-right li.beast-shiftmode-wrapper{
  border-right: 0px
}
.beast-shiftmode-wrapper .siftmode-option{
    left: auto;
    right: 0px;
}
}

@media only screen and (max-width: 1199px){
.admin-profile-dropdown .btn-secondary.profile-admin{
    font-size: 13px;
}
.inline-filter.stock-meter-filter{
        flex-wrap: wrap;
}
.stock-meter-activity-filter .autocomplete-focus{
    width: 100%;
}
}
@media only screen and (max-width: 1099px) {
    .g-btn-tu img {
        display: none;
    }

    .gocGenie-power-box img {
        display: none;
    }

    .grid-stack>.grid-stack-item[data-gs-width="2"] .pd-chart-row .date_time {
        font-size: 12px !important;
    }

    .custom-widget-col .pd-chart-row .nifty_status,
    .custom-widget-col .pd-chart-row .text_cnt_left h2 {
        font-size: 12px !important;
    }
    .booking-accordion .accordion-button{
            font-size: 20px;
    }
}

@media only screen and (max-width: 992px){
.pwa-app{
   display: block !important;
}
.investor-menu-mol{
    display: block !important;
}
.investor-menu-mol .dropdown-menu{
        background-color: #0cacab26;
        box-shadow: none !important;
        padding-top: 10px !important;
}
.drop-sub-menu .admin-profile-dropdown{
        display: block; 
}
.drop-sub-menu .admin-profile-dropdown .btn-secondary.profile-admin{
        padding: 0.4rem 1rem !important;
        font-size: 17px;
        font-weight: 500;
        width: 100%;
        justify-content: flex-start;
}

.drop-sub-menu .admin-profile-dropdown .dropdown-menu{
        margin-top: 1px;
        background: #001f1fc9;
        padding: 0px;
        width: 100%;
        position: revert !important;
        transform: none !important;
        border-bottom: 1px solid #2a2a2a;
        border-top: 1px solid #2a2a2a;
}
}

@media only screen and (max-width: 991px) {
    .youtube-embed-modal .modal-header {
        padding: 0px
    }

    .widget-youtube-dark .modal-content {
        padding: 15px;
    }

    .custom-widget-col .fiveWidget-col .text_cnt_left {
        max-width: 50%;
    }

    .beast-mode-header-wrapper {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .img-box-meter img {
        width: 100% !important;
    }

    .top-stock-btn-row {
        flex-wrap: wrap;
    }

    .genie-logo-new {
        padding: 10px 6px 10px 10px;
    }

    .beast-stock-meter-card .stock-body ul {
        padding: 5px 8px;
    }

    .beast-stock-meter-card .stock-body ul li .timebrand-text-graph p {
        font-size: 11px;
    }

    .beast-stock-meter-price .timebrand-text h3 {
        font-size: 11px;
    }

    .beast-stock-meter-price .timebrand-text .price {
        font-size: 12px;
    }

    .beast-graph-area p {
        font-size: 13px;
    }

    .field-set button {
        margin-bottom: 5px;
    }

    .faq-acc-padtop-0 .card .card-body iframe {
        width: 100% !important;
    }

    .stock-meter-filter-area {
        flex-wrap: wrap;
        gap: 5px;
        margin-left: 0.5rem;
    }

    .dashboard-config-card .widget-title-bar {
        gap: 12px;
    }

    .trading-tab .btn_tab:nth-last-child(2) {
        border-radius: 0px 10px 10px 0px;
    }
    .graph-bg-wrapper{
            margin-bottom: 10px;
    }
    .custom-check-contain{
            font-size: 14px;
    }
    .stock-scan-filterCheckbox li{
            padding: 4px 9px
    }
    .course_box h2{
       font-size: 20px;
    }
    .course_box h2 span{
        font-size: 20px;
    }

    .course_box h2 span {
        font-size: 20px;
    }

    .img_chapter {
        width: 240px;
    }

    .banner_course {
            padding: 60px 0 70px;
    }

    .banner_course h1.course_name {
        font-size: 55px;
        line-height: 85px;
    }

    .banner_course h1 span.auther {
        font-size: 25px;
        line-height: 48px;
    }

    .goc_text_banner {
        font-size: 32px;
    }

    .logo_box_banner {
        margin: 15px 0 10px;
    }

    .gts-userlist-table {
        white-space: nowrap;
    }
    .stockhistory-modal .modal-body .chart-data-gpt-wrapper{
        margin-bottom: 10px;
    }
    .g-btn-right{
        flex-wrap: wrap;
    }

    .gta-menu-header .dropdown-menu{
        position: revert !important;
        transform: none !important;
        width: 100%;
        box-shadow: 0px 0px 16px 0px #ffffff5e;
    }
    #mainmenu .gta-menu-header .dropdown-toggle i img{
        display:inline-block;
    }
    .polygon-shape-price{
        flex-wrap: wrap;
    }
    .price-select-inline .pricing-no{
            flex-wrap: wrap;
    }

}

@media only screen and (max-width: 767px) {
    .middle-head-genie-new {
        flex-direction: column;
       gap: 10px;
    }

    .genie-logo-new .dash-title {
        font-size: 15px !important;
        width: auto;
    }

    .genie-logo-new {
        gap: 4px;
        border-radius: 6px;
        border: 0px;
        padding: 10px 2px;
        background: transparent;

    }

    .g-btn-right {
        gap: 3px;
        flex-wrap: wrap;
    }

    .gocGenie-power-box img {
        width: 15px;
    }

    .gocGenie-power-box {
        min-height: 29px;
    }

    .genie-row-bullBear ul {
        column-gap: 5px;
    }

    .top-stock-btn-row {
        gap: 5px;
        padding: 0px 0px;
        border-radius: 10px;
        padding: 5px;
        border: 1px solid #323232;
        background: #000;
    }

    .dashstock-updown-wrapped ul li a {
        font-size: 13px;
        padding: 7px 11px;
    }

    .widget-scroll-wrapper ul li a {
        font-size: 12px;
    }

    .widget-scroll-wrapper ul {
        column-gap: 5px;
    }

    .gradient-btn-small {
        font-size: 13px;
        padding: 5px 8px;
        gap: 5px;
    }


    .chartbox-data-inner {
        margin-bottom: 10px;
    }

    .chartbox-trend .widget-tab_outer {
        margin: 0px;
    }


    .gpt-live-stock-btn ul li a {
        min-width: 78px;
        padding: 3px 6px 3px 8px;
    }

    .chartbox-trend .widget-tab_outer .btn_tab {
        padding: 2px 10px !important;
        font-size: 13px !important;
        margin-bottom: 1px;
        margin-right: 0px;
    }

    .grid-stack-item[data-gs-width="6"] .custom-widget-col .fiveWidget-col .text_cnt_left .widget-pd-box .nifty_status {
        font-size: 12px !important;
        line-height: 14px;
        padding: 6px 7px;
    }

    .grid-stack-item[data-gs-width="6"] .fiveWidget-col .pd-combine-widget-title,
    .grid-stack-item[data-gs-width="7"] .fiveWidget-col .pd-combine-widget-title {
        font-size: 14px;
    }

    .grid-stack-item[data-gs-height="4"] .custom-widget-col .meter-widget-col.trading-conflig-col .tab_outer .btn_tab {
        font-size: 12px;
        padding: 4px 12px;
    }

    .meter-widget-col .ttl-value-box {
        font-size: 13px;
    }

    .meter-widget-col .payment_box {
        padding: 0.6rem;
        margin-bottom: 10px;
    }

    .gpt-live-stock-btn {
        margin: 6px 0px;
    }

    .star-stock-area .stock-star-title {
        font-size: 17px;
    }

    .goc-meter-trend-chart-tab .stockList-row .tab_outer .btn_tab {
        font-size: 13px;
    }

    .predict-widget-wrapper .predict-top-wrapper p {
        font-size: 12px;
    }

    .predict-list-more a {
        font-size: 13px !important;
        padding: 5px 12px !important;
    }

    .btn-toggle-switch.btn-sm:after {
        bottom: 3px;
    }

    .chartbox-gtp-left {
        padding: 8px;
    }

    .beast-mode-header-wrapper #logo {
        margin-right: 0px;
    }
    .pd-table-row{
            padding: 15px 6px;
    }
    .pd-table-row .custom-chart-modal{
    justify-content: space-between;
    text-align: left;
    }

    .beast-mode-header-wrapper .genie-logo-new {
        min-width: auto;
        padding: 6px 6px
    }

    .autocomplete-focus input {
        padding: 7px 0;
    }

    .live-rate-box {
        padding: 3px 3px;
    }

    .tab_outer .btn_tab svg {
        width: 25px;
    }

    .trading-custom-table tbody tr td {
        font-weight: 500;
        padding: 3px 10px;
    }

    .indices-box .pd-combine-widget-title {
        font-size: 16px !important;
    }

    .sentiment-indicate-icon {
        margin-left: 1px;
    }

    .option-sentiment-area span {
        font-size: 13px;
    }

    .strike-table-title {
        margin-bottom: 8px;
        font-size: 16px;
    }
    .chartbox-trend .widget-tab_outer{
            gap: 5px;
            margin-bottom: 10px;
    }

    .meter-widget-col .meter-box {
        margin-top: 10px;
    }

    .genie-upDown-stock-stripe .gocGenie-power-box {
        min-width: 81px;
    }

    .beast-live-widget-height .beast-card-shadow {
        height: auto;
        max-height: 100%;
    }

    .beast-card-shadow {
        height: auto;
        max-height: 100%;
    }

    .beast-mode-header-wrapper .dashstock-updown-wrapped ul li a.beast-action-btn {
        font-size: 13px;
        padding: 6px 8px;
    }

    .beastmode--full-container.mt-2 {
        margin-top: 0rem !important;
    }

    .field-set .btn-custom.color-1 {
        margin-top: 15px;
    }

    .predict-widget-wrapper select {
        padding: 3px 10px;
        outline: 0px;
        width: 100%;
    }
    

    .gocGenie-power-box span {
        padding: 4px 5px;
    }

    .option-sentiment-area {
        margin-left: 0 !important;
        margin-top: 10px;
        padding: 3px 12px;
         justify-content: space-between;
    }

    span.boomark-title-chip {
        margin-right: 5px;
    }

    .btn-toggle-switch.btn-sm {
        height: 29px;
    }

    .btn-toggle-switch.btn-sm>.handle {
        width: 22px;
        height: 21px;
    }

    .custom-widget-col .pd-chart-row .nifty_status {
        font-size: 13px !important;
    }

    .indices-m-chart .pd-combine-high-chart.dark-chart {
        height: 110px !important;

    }

    .widget-pd-box-m .pd-combine-high-chart {
        height: 120px !important;

    }

    .pd-combine-widget-title {
        font-size: 14px;
    }

    .chart-titleWith-graph p {
        font-size: 16px;
    }

    .chart-titleWith-graph b span {
        font-size: 16px;
    }

    .icon-box-stock-label img {
        width: 48px;
    }
    .gn-m-niftycard .highcharts-container {
    height: 175px !important;
}
.stockhistory-modal .modal-body .chart-data-gpt-wrapper{
        margin-bottom: 10px;
}
.inline-flex-dropdown{
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 15px;
    justify-content: flex-start;
}
.chartbox-trend-inner .date_time{
    margin-bottom: 8px;
    display: block;
    text-align: left;
}
.tv-modal-design .modal-header .modal-title{
 font-size: 18px;
}
.stockhistory-modal .icon-box-stock-label{
    border: 1px solid #343539;
    padding: 10px;
    border-radius: 8px;
}
.stockhistory-modal .icon-box-stock-label .stock-report-area{
        width: 100%;
            text-align: left;
}
.modal-confirm .modal-content{
        padding: 15px;
}
.goc-widget-filter-wrapper{
            gap: 10px;
                    flex-wrap: wrap;
}
.goc-widget-filter-wrapper select{
    width: 100%;
    min-width: 100%;
}
.date_time{
            font-size: 13px;
}

.text_cnt_left .nifty_status{
   font-size: 13px !important;
}
.gpt-live-stock-btn ul li a small{
        padding: 3px 6px;
}


    .yallow_box{
        font-size: 22px;
        line-height: 28px;
    }

    .icn_box_white img {
        max-width: 26px;
    }

    .icn_box_white {
        width: 58px;
        height: 58px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .advanced_feature_box .media-body {
        margin: 0 0 20px;
    }

    .advanced_feature_box .media-body h5 {
        font-size: 18px;
    }

    .landing_cnt h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .course_box h2 span {
        font-size: 18px;
    }

    .algo_dtl h3 {
        margin: 20px 0;
        font-size: 22px;
    }

    .titl_content {
        margin: 40px 0 30px;
    }

    .titl_content p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .white_content_box p {
        padding: 0px;
    }

    .faqs_outer .btn-link {
        font-size: 16px;
        padding: 8px 0 8px 40px;
    }

    .faqs_outer .btn-link {
        background-size: 18px;
        background-position: 9px, 14px, 0px, 0px;
    }

    .faqs_outer .collapsed.btn-link {
        background-size: 18px;
        background-position: 9px, 14px, 0px, 0px;
    }

    .landing_form_bg {
        padding: 12px;
    }

    .algo_info {
        padding: 0px;
    }

    .titl_content h4 {
        font-size: 22px;
        line-height: 26px;
    }

    .algo_pera {
        margin: 40px 0;
        padding: 15px 0;
    }

    .faqs_outer .card-body {
        padding-bottom: 15px;
    }

    .font_new_course {
        line-height: 26px;
    }

    .chapter_box {
        font-size: 16px;
        line-height: 22px;
        padding: 12px
    }

    .no_count_chapter {
        width: 40px;
        height: 40px;
        font-size: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .read_more_course {
        font-size: 14px;
        padding: 4px 15px;
    }

    .topic_points h4 {
        font-size: 26px;
    }

    .bg_course_form {
        margin: 30px auto;
    }

    .banner_course h1.course_name {
        font-size: 36px;
        line-height: 37px;
    }

    .goc_text_banner {
        font-size: 24px;
        line-height: 28px;
    }

    .banner_course h1 span.auther {
        font-size: 18px;
        padding: 5px 0 0;
    }

    .banner_course {
        padding: 54px 0 50px;
    }

    #terms-condition {
        padding-bottom: 50px;
    }

    a.btn-custom,
    .btn-custom {
        padding: 8px 14px 8px 14px;
        min-width: 110px;
    }

    .pay-detail-submit {
        text-align: center;
    }

    .img_box {
        min-height: 171px;
    }

    .img_box .background-image {
        height: 123px;
    }

    .pay-detail-heading {
        text-align: center;
    }

    .pay-detail-heading h2 {
        font-size: 22px;
    }

    .center-box-profile .modal-title {
        font-size: 22px;
    }

    .checkbox-row {
        width: 100%;
    }

    .btn-bi-sto .btn-custom {
        padding: 6px 15px 6px 15px
    }

    .blling-heading {
        font-size: 22px;
    }

    .submit-feedback-modal .btn {
        min-width: 124px;
    }

    /* table */

    .custom-tab-rectangle .btn_tab {
        background-color: transparent !important;
        color: #000000 !important;
        font-weight: 600;
        border: 0px !important;
        border-bottom: 2px solid transparent !important;
        border-radius: 0px;
        padding: 5px 10px !important;
        margin-bottom: 0px;
    }

    .custom-tab-rectangle .btn_tab.active {
        background-color: transparent !important;
    }
    .custom-tab-rectangle .btn_tab svg{
    filter: brightness(0);
        position: relative;
    top: -2px;
    } 
    .custom-tab-row{
            margin-bottom: 10px;
    }
    .custom-tab-row .custom-tab-rectangle .btn_tab{
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-right: 25px;
    }

    .custom-tab-row .custom-tab-rectangle {
        overflow: auto;
        gap: 10px;
        white-space: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start;
        background: transparent;
        border-bottom: 1px solid #e2e2e2;
        border-radius: 0px;
        padding-bottom: 0px;
                padding-left: 0px;
        padding-right: 0px;
    }

    .custom-tab-row .custom-tab-rectangle::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    
    }

    .dark-theme .custom-tab-rectangle .btn_tab{
        color: #fff !important;

    }
    .dark-theme .custom-tab-rectangle .btn_tab{
            border-color: transparent !important;
    }
    .custom-tab-row .custom-tab-rectangle .btn_tab.active{
            background-color: transparent !important;
                color: #fff !important;
                color: var(--bg-green-1) !important;
    }
     .dark-theme .custom-tab-rectangle .btn_tab.active{
  color: var(--bg-green-1) !important;
     }
     .dark-theme .custom-tab-row .custom-tab-rectangle{
  border-bottom-color: #545454;
     }
     .renew-ntfctn-top .btn{
            font-size: 12px;
    line-height: 19px;
     }
.btn-div-gta-cal .form-label{
display: none;
}
.chartbox-trend-inner select{
    line-height: 17px;
}

.gn-tabs-m-scroll{
        flex-wrap: nowrap !important;
        white-space: nowrap;
        overflow: auto;
}
.gn-tabs-m-scroll::-webkit-scrollbar{
width: 0px;
height: 0px;
}
.gn-tabs-m-scroll .btn_tab{
        overflow: revert;
}
.op-scanner-g-card .inline-flex-dropdown{
        justify-content: flex-start;
}
.chartbox-trend-inner .inline-flex-dropdown .trading-exp-dropdown {
        width: 46%;
}
.chartbox-trend-inner .inline-flex-dropdown select{
    width: 100%;
}
.predict-list-more{
    text-align: center;
}
.bullBear-sentiment-inline .genie-row-bullBear ul{
justify-content: space-between;
}
.bullBear-sentiment-inline .genie-row-bullBear ul li{
        margin-right: 0px;
        width: 100%;
}
.trading-confligStcok .trading-exp-dropdown{
width: 100%;
}
.trading-confligStcok .trading-exp-dropdown select{
min-width: 100%;
}
.inline-filter.stock-meter-activity-filter .custom-selection{
            width: 100% !important;
}
.inline-filter.stock-meter-filter li span{
            display: inline-block;
}
section.gocgeniem-section{
    padding-top: 66px;
}
.gn-toggle-color{
    display: none;
}
.g-btn-right li:nth-last-child(2){
    border-right: 0px;
}
.dashstock-updown-wrapped-web-view::-webkit-scrollbar{
height: 0px;
}
.widget-scroll-wrapper::-webkit-scrollbar{
height: 0px;
}
.op-scanner-g-card .strike-table-title{
  padding-left: 0px;
}
.grid-stack-item{
 margin-bottom: 15px;
}
.trading-custom-table tbody:last-child tr {
border-bottom: 1px solid #343434;
}
  .gm-lg-img{
    display: none;
  }
  .gm-sm-img{
    display: block;
  }
  .form-control{
        margin-bottom: 12px;
  }
  .rites-chart .field-set{
    margin-bottom: 12px;
  }
  .field-edit-btn {
    padding-top: 5px;
    text-align: center;
}
.send-email-btn{
    text-align: center;
    justify-content: center;
}
.heading-custome h2{
    font-size: 18px;
    line-height: 24px;
}
.heading-custome h3{
font-size: 18px;
    line-height: 24px;
}
.btn-algorithm{
    gap: 8px;
    justify-content: center;
}
hr{
        margin: 30px 0 30px 0;
}
.referral-banner{
        margin: 0 auto 20px;
}
.referral-banner .banner-text .creator-name{
        font-size: 14px;
}
.referral-banner .banner-text .discount{
        font-size: 12px;
            line-height: 22px;
}
.goc-widget-filter-wrapper p .pmf-text{
        padding-left: 12px;
}
.new-creator-mt{
        padding-left: 0px;
}
.booking-accordion .accordion-header{
    margin-bottom: 0px;

}
.booking-accordion .accordion-button{
        padding: 14px 0 14px 40px;
            font-size: 16px;
}
.booking-accordion .accordion-button::after{
        width: 20px;
    height: 20px;
    background-size: 20px;
}
.faq-acc-padtop-0 .accordion-button{
    font-size: 14px;
    line-height: 22px;
}
.meter-mo-btn{
       right: 0px;
}
}

@media only screen and (max-width: 575px) {
    .genie-logo-new {
        min-width: 118px;
    }

    .genie-logo-new .dash-title {
        width: auto;
        line-height: 15px;

    }

    .trading-exp-dropdown {
        font-size: 14px;
    }

    .beast-shiftmode-wrapper .siftmode-option {
        left: -9rem;
    }

    .custom-widget-col .fiveWidget-col .text_cnt_left {
        max-width: 100%;
    }

    .search_icon .btn.btn-custom.color-1 {
        margin: 6px 0px;
    }

    .course-deal-list li {
        padding-left: 30px;
        font-size: 22px;
    }

    .course-deal-list li:before {
        left: 1px;
    }
        .inline-filter.stock-meter-filter {
        grid-template-columns: repeat(1, 1fr);
    }
    .inline-filter.stock-meter-filter li span{
                min-width: 80px;
    }
    .chart-titleWith-graph{
        flex-wrap: wrap;
                gap: 5px;
    }
}

@media only screen and (max-width: 390px) {
    .custom-widget-col .fiveWidget-col .text_cnt_left {
        max-width: 100%;
    }

  
    .pricing-number{
            display: flex;
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap;
    }
    .pricing-number .final-price-small{
        margin-bottom: 0px;
            margin-left: 0px;
    }
}

/* goc-genie-new-design */

/*GTAPosition css*/
.card-gta {
    border-radius: 10px;
    border: none
}

.card-inter-gta {
    background-color: #f5f5f5;
    border-radius: 10px;
}

    .card-inter-gta .form-control {
        background: #fff;
        margin-bottom: 20px;
        border: 1px solid #ededed;
        border-radius: 10px;
    }


.gta-list {
    margin: 0 0 15px;
    padding: 10px 15px 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 0;
}

    .gta-list li {
        width: 25%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0px 0;
    }

        .gta-list li .lbl-text {
            font-size: 14px;
        }

        .gta-list li .value-text {
            font-weight: 600;
            font-size: 16px;
            width: 100%;
            color: #000;
            margin-top: -5px;
        }

        .gta-list li.last-list {
            width: 100%;
            text-align: center;
            gap: 0 15px;
            margin-top: 10px;
        }



@media only screen and (max-width: 480px) {
    /*GTAPosition css*/
    .card-gta {
        border-radius: 10px;
        border: none
    }

    .card-inter-gta {
        background-color: #f5f5f5;
        border-radius: 10px;
    }

        .card-inter-gta .form-control {
            background: #fff;
            margin-bottom: 20px;
            border: 1px solid #ededed;
            border-radius: 10px;
        }


    .gta-list {
        margin: 0 0 15px;
        padding: 10px 15px 15px;
        display: flex;
        flex-wrap: wrap;
        gap: 5px 0;
    }

        .gta-list li {
            width: 50%;
            
        }

            .gta-list li .lbl-text {
                font-size: 14px;
            }

            .gta-list li .value-text {
                font-weight: 600;
                font-size: 16px;
                width: 100%;
                color: #000;
                margin-top: -5px;
            }

            .gta-list li.last-list {
                width: 100%;
                text-align: center;
                gap: 0 15px;
                margin-top: 10px;
            }
}

/* ========================================
   Callback Schedule Modal
======================================== */
#callbackScheduleModal .modal-dialog {
    max-width: 520px;
}

#callbackScheduleModal .modal-content {
    background: #111827;
    border: none;
    border-radius: 16px;
    padding: 30px;
    position: relative;
}

#callbackScheduleModal .callback-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(255,255,255,0.1);
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    padding: 0;
    z-index: 1;
}

#callbackScheduleModal .callback-modal-close svg {
    width: 16px;
    height: 16px;
}

#callbackScheduleModal .callback-modal-close:hover {
    background: rgba(255,255,255,0.2);
}

#callbackScheduleModal .callback-modal-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

#callbackScheduleModal .callback-modal-header svg {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

#callbackScheduleModal .callback-modal-header h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

#callbackScheduleModal .callback-section-label {
    color: #2ecc71;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 12px;
    margin-top: 0;
}

#callbackScheduleModal .callback-date-options {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

#callbackScheduleModal .callback-option-btn {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    color: #ffffff;
    padding: 8px 16px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s;
    flex: 1;
    justify-content: center;
    min-width: 100px;
}

#callbackScheduleModal .callback-option-btn:hover,
#callbackScheduleModal .callback-option-btn.active {
    border-color: #2ecc71;
    color: #2ecc71;
    background: rgba(46,204,113,0.08);
}

#callbackScheduleModal .callback-custom-date {
    margin-bottom: 20px;
}

#callbackScheduleModal .callback-date-input {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    color: #ffffff;
    padding: 10px 12px;
}

#callbackScheduleModal .callback-date-input:focus {
    background: rgba(255,255,255,0.1);
    border-color: #2ecc71;
    color: #ffffff;
    box-shadow: none;
}

#callbackScheduleModal .callback-time-slots {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 24px;
}

#callbackScheduleModal .callback-timeslot-btn {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    color: #ffffff;
    padding: 12px 10px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s;
    justify-content: center;
    text-align: center;
}

#callbackScheduleModal .callback-timeslot-btn:hover,
#callbackScheduleModal .callback-timeslot-btn.active {
    border-color: #2ecc71;
    color: #2ecc71;
    background: rgba(46,204,113,0.08);
}

#callbackScheduleModal .callback-confirm-btn {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    border: none;
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: opacity 0.2s;
}

#callbackScheduleModal .callback-confirm-btn:hover {
    opacity: 0.9;
    color: #ffffff;
}

#callbackScheduleModal .callback-confirm-btn[disabled] {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
    animation: none;
    box-shadow: none;
}

@media (max-width: 576px) {
    #callbackScheduleModal .modal-dialog {
        margin: 15px;
    }

    #callbackScheduleModal .modal-content {
        padding: 20px;
    }

    #callbackScheduleModal .callback-date-options {
        gap: 8px;
    }

    #callbackScheduleModal .callback-option-btn {
        padding: 8px 10px;
        font-size: 13px;
        min-width: 80px;
    }

    #callbackScheduleModal .callback-time-slots {
        grid-template-columns: 1fr;
    }
    .referral-banner{
            padding: 24px 16px 20px
    }
    .referral-banner .banner-text{
            line-height: 24px;
    }
    .stockhistory-modal .icon-box-stock-label{
                flex-direction: column;
        gap: 12px;
    }
}


/* Light mode overrides for callback modal */
section:not(.dark-theme) #callbackScheduleModal .modal-content {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 40px rgba(0,0,0,0.12);
}

section:not(.dark-theme) #callbackScheduleModal .callback-modal-close {
    background: rgba(0,0,0,0.06);
    color: #555555;
}

section:not(.dark-theme) #callbackScheduleModal .callback-modal-close:hover {
    background: rgba(0,0,0,0.12);
    color: #111111;
}

section:not(.dark-theme) #callbackScheduleModal .callback-modal-header h5 {
    color: #111827;
}

section:not(.dark-theme) #callbackScheduleModal .callback-option-btn {
    border-color: rgba(0,0,0,0.15);
    color: #374151;
}

section:not(.dark-theme) #callbackScheduleModal .callback-option-btn:hover,
section:not(.dark-theme) #callbackScheduleModal .callback-option-btn.active {
    border-color: #2ecc71;
    color: #2ecc71;
    background: rgba(46,204,113,0.08);
}

section:not(.dark-theme) #callbackScheduleModal .callback-timeslot-btn {
    background: rgba(0,0,0,0.03);
    border-color: rgba(0,0,0,0.12);
    color: #374151;
}

section:not(.dark-theme) #callbackScheduleModal .callback-timeslot-btn:hover,
section:not(.dark-theme) #callbackScheduleModal .callback-timeslot-btn.active {
    border-color: #2ecc71;
    color: #2ecc71;
    background: rgba(46,204,113,0.08);
}
.theme-color-btn.theme-color-btn-mobile{
   position: absolute;
          right: 42px;
        top: 4px;
    display: none;
}
.theme-color-btn.theme-color-btn-mobile:hover{
    background-color: transparent !important;
}

.theme-color-btn{
  box-shadow: none !important;
  background-color: transparent;
  border: 0px;
      width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
    transition: none;
        margin: 0px 8px 0px 3px;
        border: 0px !important;
        box-shadow: none !important;
    
}
.theme-color-btn .theme-icon-white svg{
color: oklch(0.21 0 0);
}
  .theme-color-btn:hover{
      background-color: #272727;
    }
      .theme-color-btn svg{
    color:oklch(85.2% .199 91.936); 
    width: 18px;
    height: 18px;
   }
     .theme-color-btn .theme-icon-white{
    display: none;
   }
   .theme-icon-white .theme-icon-dark{
    display: none;
}
    .theme-icon-white .theme-icon-white{
    display: block;
   }
.gn-header-white .theme-color-btn:hover{
          background-color: #f3f4f6;
}

@media only screen and (max-width: 992px){
    .theme-color-btn.theme-color-btn-mobile{
    display: flex;
}
}
