/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */
:root {
    --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* --font-primary: "Inter", sans-serif; */
    --font-primary: "Roboto", sans-serif;
    --font-secondary: "Poppins", sans-serif;
}

/* Colors */
:root {
    --color-default: #0a0d13;
    --color-primary: #0d42ff;
    --color-secondary: #0e1d34;

    --bs-text-gray-500: #99A1B7;
}

/* Smooth scroll behavior */
:root {
    scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body,
html {
    /* height: 100%; */
}

body {
    /* font-family: var(--font-default); */
    /* color: var(--color-default); */
    font-family: 'Roboto';
    color: #000;
}

a {
    color: var(--color-primary);
    text-decoration: none;
}

a:hover {
    color: #406aff;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: var(--font-primary); */
    font-family: 'Roboto';
}

.h3 {
    font-weight: 700;
    font-size: 32px;
    font-family: var(--font-secondary);
    color: #001f8d;
}

.btn {
    border: 0;
    border-radius: 0.25rem;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-primary {
    background-color: #F1C232;
    color: #000000;
    --bs-btn-disabled-bg: #F1C232;
}

/* .btn-outline-primary {
    background-color: #F1C232;
    color: #000000;
} */

.border-primary {
    border-color: var(--bs-btn-border-color) !important;
}

.btn-outline-primary {
    --bs-btn-color: #F1C232;
    --bs-btn-border-color: #F1C232;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #F1C232;
    --bs-btn-hover-border-color: #F1C232;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #F1C232;
    --bs-btn-active-border-color: #F1C232;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #F1C232;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #F1C232;
    --bs-gradient: none;
}


.btn-primary:hover {
    background-color: #F1C232;
}

.btn-secondary {
    background-color: #FFFFFF;
    color: #000000;
}

section li {
    margin-bottom: 8px;
}

p,
li,
button,
.btn {
    font-size: 17px;
}

button.btn.small {
    font-size: 14px;
}


ul {
    padding-left: 1rem;
}

ol {
    padding-left: 0;
    counter-reset: item;
}

.custom-list li {
    margin-bottom: 0.2rem;
    list-style: none;
    /* Remove default list style */
    padding-left: 20px;
    /* Add padding after the symbol */
    position: relative;
    /* Create a positioning context */
}

.custom-list li:before {
    content: "\2714";
    /* Display the counter value as a lower-case letter inside parentheses */
    position: absolute;
    /* Position the symbol absolutely */
    left: 0;
    /* Position the symbol at the left of the list item */
}

.contract-section ul {
    padding-left: 2rem;
    counter-reset: item;
}

.contract-section ol {
    padding-left: 2rem;
    counter-reset: item;
    /* Reset the counter named "item" */
}

.contract-section ol li {
    list-style: none;
    /* Remove default list style */
    padding-left: 30px;
    /* Add padding after the symbol */
    position: relative;
    /* Create a positioning context */
}

.contract-section ol li:before {
    content: "(" counter(item, lower-alpha) ") ";
    /* Display the counter value as a lower-case letter inside parentheses */
    counter-increment: item;
    /* Increment the "item" counter */
    position: absolute;
    /* Position the symbol absolutely */
    left: 0;
    /* Position the symbol at the left of the list item */
}

/* ol ol {
    padding-left: 1.5rem;
} */

ol li {
    display: block;
}

ol ol ol {
    padding-left: 4rem;
    margin-bottom: 20px;
}

ol ul {
    padding-left: 3rem;
}

ol ol ol li {
    display: revert;
}

ol ul li {
    display: revert;
    list-style-type: disc;
}

ol ul ul li {
    list-style-type: circle;
}

ol li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
}

ol ol li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
}

ol ol ol li:before,
ol ul li:before {
    content: "";
    counter-increment: auto;
}

.text-gray-500 {
    color: var(--bs-text-gray-500) !important;
}

.bg-gray-300 {
    background-color: var(--bs-gray-300) !important;
}

.bg-gray-500 {
    background-color: var(--bs-gray-500) !important;
}

.bg-light-green {
    background-color: #e2f0d9 !important;
}

.form-group.required .form-label:after {
    content: " *";
    color: red;
}

.rounded-4 {
    border-radius: 1.25rem !important;
}

@media (min-width: 1200px) {

    .h4,
    h4 {
        font-size: 1.75rem;
    }
}

@media (min-width: 1300px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1245px;
    }
}

@media (min-width: 1400px) {

    .priceCard>.list-group {
        border: none;
        min-height: 815px !important;
        /* min-height: 435px; */
        /* min-height: 450px; */
    }

    /* .priceCard>.list-group {
        min-height: 840px !important;
    } */

    /* .priceCardOne>.list-group {
        border: none;
        min-height: 290px !important;
    }
    .priceCardTwo>.list-group {
        border: none;
        min-height: 290px !important;
    }
    .priceCardThree>.list-group {
        border: none;
        min-height: 648px !important;
    }
    .priceCardFour>.list-group {
        border: none;
        min-height: 648px !important;
    } */

    /* .priceBtnBody > a {
        width: 50% !important;
    } */
}

/* .priceMainRowDiv {
    padding: 11rem;
    padding-top: 30px;
    padding-bottom: 30px;
} */

/* .priceBtnBody {
    display: flex;
    justify-content: center;
}
.priceBtnBody > a {
    width: 50%;
} */

button.normal-cursor {
    cursor: revert;
}

.rounded-end-0 {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.rounded-start-0 {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.text-red {
    color: #ff342a;
    font-size: 15px;
}

.text-green {
    color: #28a946;
    font-size: 15px;
}

.text-sm {
    font-size: .875rem;
}

/* p.leading-5,  */
.text-xs,
.text-xs .btn {
    font-size: .75rem !important;
}

button.text-xs,
.btn.text-xs {
    font-size: 13px !important;
}

.table {
    width: max-content;
}

.portfolio-stocks-listings th:first-child,
.portfolio-stocks-listings td:first-child {
    position: -webkit-sticky;
    /* For Safari */
    position: sticky;
    left: 0;
    background-color: #ffffff;
    /* background-color: #000000; */
    z-index: 1;
    /* Ensure it stays above other content */
}

.text-sm-normal {
    text-transform: none !important;
}

.w-fit {
    width: fit-content;
}

.card.white {
    background-color: #f9f9f9;
}

.carousel-item .img-fluid {
    max-width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
}

.carousel-control-prev {
    left: -120px;
}

.carousel-control-next {
    right: -120px;
}

.carousel-control-next,
.carousel-control-prev {
    color: #000;
    opacity: 1;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #000;
    opacity: .7;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'FontAwesome';
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    content: "\f053";
}

.slick-next:before {
    content: "\f054";
}

.slick-prev,
.slick-next {
    z-index: 1;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

@media (min-width: 576px) {
    .slick-prev {
        left: -25px;
    }

    .slick-next {
        right: -25px;
    }
}

@media (min-width: 768px) {
    .slick-prev {
        left: -22px;
    }

    .slick-next {
        right: -22px;
    }
}

@media (min-width: 992px) {
    .slick-prev {
        left: -25px;
    }

    .slick-next {
        right: -25px;
    }
}

.card {
    /* background-color: #f9f9f9; */
    background-color: #d9ffea;
}

.cancer-types .cancer-type,
.cancer-types .cancer-type label {
    cursor: pointer;
}

.cancer-types .cancer-type .img-thumbnail {
    font-size: 0.9rem;
}

.questionnaires .questionnaire.selected,
.cancer-types .cancer-type.tr-selected .img-thumbnail {
    border: 1px solid;
    background-color: #ff0000;
    color: white;
    font-weight: 500;
}

.calendar-icon {
    color: #6c757d;
    position: absolute;
    right: 0;
    top: 0;
    /* font-size: 26px; */
    padding: 0 18px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tooltip {
    --bs-tooltip-opacity: 1;
    --bs-tooltip-font-size: 0.75rem;
}

.tooltip-inner {
    --bs-tooltip-color: #000;
    --bs-tooltip-bg: #fcf2f2;
    --bs-tooltip-max-width: 350px;
    border: 1px solid var(--bs-tooltip-color);
    text-align: left;
    text-align: start;
}

.btn-check+.btn:hover {
    /* --bs-btn-bg: var(--bs-btn-hover-bg): #ffc107; */
    --bs-btn-bg: var(--bs-btn-hover-bg);
    /* color: var(--bs-btn-color); */
    /* background-color: var(--bs-btn-bg); */
    /* border-color: var(--bs-btn-border-color); */
}

.mb-10px {
    margin-bottom: 10px;
}

.text-success {
    --bs-success-rgb: 40, 169, 70;
}

.text-danger {
    --bs-danger-rgb: 255, 0, 0;
}

.border-end-dark {
    border-right: 1px solid;
}

.leading-none {
    line-height: 1;
}

.right-0 {
    right: 0;
}

.h-1\.5 {
    height: 0.375rem;
}

.w-1\.5 {
    width: 0.375rem;
}

.rotate-180 {
    transform: translate(0, 0) rotate(180deg) skew(0) skewY(0) scaleX(1) scaleY(1);
}

.w-3i {
    width: 3% !important;
}

.w-5 {
    width: 5%;
}

.w-8 {
    width: 8%;
}

.w-10 {
    width: 10%;
}

.w-11 {
    width: 11%;
}

.w-12 {
    width: 12%;
}

.w-14 {
    width: 14%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-22 {
    width: 22%;
}

.w-33 {
    width: 33.3333333%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-max-content {
    width: max-content !important;
}

.min-w-20 {
    min-width: 20%;
}

.max-w-fit {
    max-width: fit-content;
}

.overflow-x-scroll {
    overflow-x: auto;
    min-height: 208px;
    max-height: 450px;
}

.gray-td {
    background-color: #d9d9d9 !important;
}

.month-to-date {
    background-color: #fcbe00 !important;
}

.year-to-date {
    background-color: #ffff00 !important;
}

.before-stocks {
    background: #f2f2f2 !important;
}

.initial-colors,
.summary-div-color {
    background-color: #fff2cc !important;
}

.additional-colors-0 {
    background-color: #e2efda !important;
}

.additional-colors-1 {
    background-color: #bdd7ee !important;
}

.additional-colors-2 {
    background-color: #fce4d6 !important;
}

.additional-colors-3 {
    background-color: #e2efda !important;
}

.additional-colors-4 {
    background-color: #bdd7ee !important;
}

.unallocated-color {
    background-color: #ffc000 !important;
}

.remaining-color,
.total-unallocated-color {
    background-color: #92d050 !important;
}

.questionnaire-color {
    background-color: #ffff00 !important;
}

/*--------------------------------------------------------------
# jQuery UI Datepicker
--------------------------------------------------------------*/
.ui-widget-header {
    border: 0;
    background: transparent;
}

.ui-datepicker th {
    font-weight: 400;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    font-weight: 100;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
    background-image: none !important;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    font-weight: 100;
    align-items: center;
    justify-content: center;
}

.ui-datepicker-prev:before {
    content: "\f053";
}

.ui-datepicker-next:before {
    content: "\f054";
}

.ui-icon-circle-triangle-w {
    background-position: -96px 0px;
}

.ui-icon-circle-triangle-e {
    background-position: -33px 0px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 0;
    background: transparent;
    text-align: center;
    padding: 7px;
    color: #000;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 0;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: #007fff;
    color: #fff;
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
    padding: 80px 0;
    overflow: hidden;
}

.section-header {
    text-align: center;
    padding: 30px 0;
    position: relative;
}

.section-header h2 {
    /* font-size: 34px; */
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
    padding-bottom: 0;
    /* color: #001973; */
    color: #000000;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.section-header h2:after {
    /* content: ""; */
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--color-primary);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.section-header p {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}


/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: var(--color-primary);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.scroll-top:hover {
    background: rgba(13, 66, 255, 0.8);
    color: #fff;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.top-bar {
    display: flex;
    justify-content: center;
    padding: 5px 0;
    height: 55px;
    /* background-image: url("../img/top-bar.png"); */
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
    background: linear-gradient(90deg, #B9811E 5%, #FFEC88 45%, #FFEC87 55%, #B9811E 95%);
}

.top-bar button,
.top-bar a {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    border: 1px solid #f00;
    color: #f00;
    font-family: 'Roboto', sans-serif;
    align-self: center;
    /* padding: 0.375rem 0.75rem; */
}

.top-bar button:hover,
.top-bar a:hover {
    /* background-color: #f00; */
    background-color: #E92B24;
    color: white;
}

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


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
    transition: all 0.5s;
    /* background-color: #faf5eb; */
    background-color: #F8F9FA;
    height: 95px;
}

/* .header.sticked {
    position: fixed;
    padding: 15px 0;
    box-shadow: 0px 2px 20px rgba(14, 29, 52, 0.3);
    width: 100%;
    z-index: 3;
} */
/* .header.sticked {
  background: rgba(14, 29, 52, 0.9);
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(14, 29, 52, 0.1);
} */

.sticky-top.sticked {
    box-shadow: 0px 2px 20px rgba(14, 29, 52, 0.3);
}

.logo {
    position: relative;
}

.header .logo img {
    /* max-height: 40px; */
    margin-right: 6px;
    position: absolute;
    z-index: 1;
    left: -10px;
}

.header .logo img {
    height: 85px;
    width: 85px;
    bottom: -40px;
}

.header .logo h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    color: #fff;
    font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# General Navigation
--------------------------------------------------------------*/
.navbar a {
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1300px) {
    .navbar {
        padding: 0;
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
        margin-right: -20px;
    }

    .navbar li {
        position: relative;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* padding: 10px 0 10px 30px; */
        padding: 10px 15px;
        font-family: var(--font-primary);
        font-size: 16px;
        font-weight: 400;
        /* color: rgba(0, 0, 0, 0.6); */
        color: rgb(0, 0, 0);
        white-space: nowrap;
        transition: 0.3s;
    }

    .navbar.auth a,
    .navbar.auth a:focus {
        /* padding: 10px 12px; */
        padding: 10px 10.5px;
    }

    /* .navbar.auth .dropdown ul a:focus */
    .navbar.auth .dropdown ul a {
        padding: 10px 20px;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 16px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: #000;
    }

    .navbar a.active span {
        display: inline-block;
        position: relative;
    }

    .navbar a.active span:after {
        position: absolute;
        content: '';
        border-bottom: 3px solid red;
        width: 38%;
        transform: translateX(-50%);
        bottom: -7px;
        left: 50%;
    }

    .navbar .dropdown ul a.inner-active {
        padding: 3px 5px;
        margin: 0 15px;
        background-color: red;
        color: white;
    }

    .navbar .get-a-quote,
    .navbar .get-a-quote:focus {
        /* background: var(--color-primary); */
        background: #f00;
        padding: 8px 20px;
        margin-left: 30px;
        border-radius: 4px;
        color: #fff;
    }

    .navbar .get-a-quote:hover,
    .navbar .get-a-quote:focus:hover {
        color: #fff;
        background: #E92B24;
    }

    .navbar .dropdown ul {
        display: none;
        position: absolute;
        /* left: 14px; */
        right: 0;
        /* top: calc(100% + 30px); */
        top: calc(100%);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 4px;
        max-height: 400px;
        overflow: auto;
    }

    .navbar .dropdown ul li {
        min-width: 200px;
    }

    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        font-weight: 400;
        color: var(--color-secondary);
    }

    .navbar .dropdown ul a i {
        font-size: 12px;
    }

    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
        color: var(--color-primary);
    }

    .navbar .dropdown:hover>ul {
        display: block;
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    /* .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    } */
    .navbar .dropdown .dropdown ul {
        display: none;
        position: static;
        padding-left: 12px;
        opacity: 1;
        visibility: visible;
    }

    /* .navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        display: block;
        top: 0;
        left: 100%;
        visibility: visible;
    } */

    /* .sticky-top.sticked .top-bar {
        height: 50px;
    }
    .sticky-top.sticked .header {
        height: 80px;
    }
    .sticky-top.sticked .header .logo img {
        width: 140px;
        height: 140px;
    } */
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

@media (min-width: 1300px) {

    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1299px) {
    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }

    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 50px 0 10px 0;
        margin: 0;
        background: rgba(14, 29, 52, 0.9);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 20px;
        font-family: var(--font-primary);
        font-size: 16px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.7);
        white-space: nowrap;
        transition: 0.3s;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: #fff;
    }

    .navbar .get-a-quote,
    .navbar .get-a-quote:focus {
        /* background: var(--color-primary); */
        background: red;
        padding: 8px 20px;
        border-radius: 4px;
        margin: 15px;
        color: #fff;
        width: fit-content;
    }

    .navbar .get-a-quote:hover,
    .navbar .get-a-quote:focus:hover {
        color: #fff;
        background: rgba(13, 66, 255, 0.8);
    }

    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        transition: all 0.5s ease-in-out;
        border: 1px solid #19335c;
    }

    .navbar .dropdown>.dropdown-active,
    .navbar .dropdown .dropdown>.dropdown-active {
        display: block;
    }

    .mobile-nav-show {
        color: #f00;
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        z-index: 9999;
        margin-right: 10px;
    }

    .mobile-nav-hide {
        color: #f00;
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 9999;
    }

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

    .mobile-nav-active .navbar {
        right: 0;
    }

    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(14, 29, 52, 0.8);
        z-index: 9996;
    }

    .navbar .dropdown ul.dropdown-active,
    .navbar .dropdown .dropdown ul.dropdown-active {
        display: block; /* Show the submenu when .dropdown-active is applied */
    }

    .mobile-nav-active .navbar {
        right: 0;
    }

}

/*--------------------------------------------------------------
# Banner Section
--------------------------------------------------------------*/
.banner-section {
    background-color: #E92B24;
}

.banner-section .service-item {
    position: relative;
    height: 100%;
    margin-bottom: 20px;
}

.banner-section .container {
    padding: 0 90px;
}

.banner-section h3,
.banner-section h4,
.banner-section p {
    color: #F1C232;
}

.banner-section h3 {
    font-size: 40px;
}

.banner-section p {
    /* font-size: 28px; */
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 500;
}

.paraTextSizeChanges {
    /* font-size: 28px; */
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 500;
}

.banner-section .service-item .icon {
    margin-right: 20px;
}

.banner-section .service-item .icon i {
    color: #001f8d;
    font-size: 48px;
    transition: 0.3s;
}

.banner-section .service-item:hover .icon {
    background: #fff;
}

.banner-section .service-item:hover .icon i {
    color: var(--color-primary);
}

.banner-section .service-item .title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
    color: var(--color-secondary);
    transition: 0.3s;
}

.banner-section .service-item .description {
    font-size: 15px;
    color: #132848;
    margin-bottom: 10px;
}

.banner-section .service-item .readmore {
    display: flex;
    align-items: center;
    color: var(--color-secondary);
    transition: 0.3s;
    font-weight: 700;
    font-size: 14px;
}

.banner-section .service-item .readmore i {
    margin-left: 8px;
}

.banner-section .service-item:hover .title,
.banner-section .service-item:hover .readmore,
.banner-section .service-item:hover .icon i {
    color: var(--color-primary);
}

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.about .content h3 {
    font-weight: 700;
    font-size: 38px;
    color: #000;
    /* font-family: var(--font-secondary); */
    /* color: #001f8d; */
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
}

.about .content ul i {
    flex-shrink: 0;
    font-size: 48px;
    color: var(--color-primary);
    margin-right: 20px;
    line-height: 0;
}

.about .content ul h5 {
    font-size: 18px;
    font-weight: 700;
    color: #19335c;
}

.about .content ul p {
    font-size: 15px;
}

.about .content p:last-child {
    margin-bottom: 0;
}

.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--color-primary) 50%, rgba(13, 66, 255, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.about .play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(13, 66, 255, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

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

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

.about .play-btn:hover:after {
    border-left: 15px solid var(--color-primary);
    transform: scale(20);
}

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

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

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services {
    font-family: 'Roboto';
    background-image: url("../../assets/images//third-main-bg.png");
}

.services .section-header {
    text-align: center;
    padding: 0 0 30px;
    position: relative;
}

.services .section-header h2 {
    position: relative;
    font-weight: 700;
    z-index: 2;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #000;
    text-transform: none;
    /* font-size: 32px; */
}

.services .card {
    border: 1px solid rgba(14, 29, 52, 0.15);
    background: #fff;
    position: relative;
    border-radius: 0.5rem;
    height: 100%;
}

.services .card .card-img {
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 0.5rem;
}

.services .card .card-img img {
    transition: 0.3s ease-in-out;
}

.services .card h3 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 7px;
    /* padding: 10px 30px; */
    /* text-transform: uppercase; */
}

.services .card span {
    color: #f00;
    font-weight: 900;
    text-transform: uppercase;
}

.services .card span.fa-li {
    color: #000;
}

.services .card:hover span {
    color: #000;
}

.services .card:hover .overlay.skin-overlay {
    display: block;
    left: -13px;
    /* background-color: black; */
}

.services .card a {
    /* color: #001973; */
    color: #000;
    transition: 0.3;
}

.services .card p {
    /* padding: 0 30px; */
    margin-bottom: 30px;
    color: var(--color-secondary);
    font-size: 15px;
}

.services .card:hover {
    background-color: #F1C232;
}

.services ul {
    list-style-type: none;
    margin-left: 27px;
}

.services ul li {
    padding: 7px 0;
}

/*--------------------------------------------------------------
# Get a Quote Section
--------------------------------------------------------------*/
.get-a-quote .quote-bg {
    min-height: 500px;
    background-size: cover;
    background-position: center;
}

.get-a-quote .php-email-form {
    background: #f3f6fc;
    padding: 40px;
    height: 100%;
}

@media (max-width: 575px) {
    .get-a-quote .php-email-form {
        padding: 20px;
    }
}

.get-a-quote .php-email-form h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.get-a-quote .php-email-form h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0 0 0;
}

.get-a-quote .php-email-form p {
    font-size: 14px;
    margin-bottom: 20px;
}

.get-a-quote .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #df1529;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.get-a-quote .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #059652;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.get-a-quote .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.get-a-quote .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #059652;
    border-top-color: #fff;
    animation: animate-loading 1s linear infinite;
}

.get-a-quote .php-email-form input,
.get-a-quote .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
}

.get-a-quote .php-email-form input:focus,
.get-a-quote .php-email-form textarea:focus {
    border-color: var(--color-primary);
}

.get-a-quote .php-email-form input {
    padding: 12px 15px;
}

.get-a-quote .php-email-form textarea {
    padding: 12px 15px;
}

.get-a-quote .php-email-form button[type=submit] {
    background: var(--color-primary);
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.get-a-quote .php-email-form button[type=submit]:hover {
    background: rgba(13, 66, 255, 0.8);
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item+.info-item {
    margin-top: 40px;
}

.contact .info-item i {
    font-size: 20px;
    background: var(--color-primary);
    color: #fff;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
}

.contact .info-item h4 {
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--color-secondary);
}

.contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: rgba(14, 29, 52, 0.8);
}

.contact .php-email-form {
    width: 100%;
    background: #fff;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #df1529;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #059652;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #059652;
    border-top-color: #fff;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
    background: var(--color-primary);
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
}

.contact .php-email-form button[type=submit]:hover {
    background: rgba(13, 66, 255, 0.8);
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Stocks Section
--------------------------------------------------------------*/
.stocks .span {
    display: block;
    color: #f00;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 32px;
}

.stocks h1 {
    font-size: 42px;
    font-weight: bold;
    text-transform: capitalize;
}

.stocks .text-over-image {
    position: absolute;
    bottom: 0;
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.stocks .text-over-image.right {
    padding: 30px 25px;
}

.stocks .text-over-image.left {
    padding: 5px 15px 30px 26px;
}

/*--------------------------------------------------------------
# Learn More Section
--------------------------------------------------------------*/
.pb-150 {
    padding-bottom: 150px !important;
}

.learn-more .section-header {
    padding: 0;
    margin-bottom: 20px;
}

.learn-more .section-header .heading {
    margin-bottom: 0;
    padding-bottom: 0;
}

.learn-more .section-header .heading span {
    display: block;
}

.learn-more .section-header .heading {
    color: #000000;
    text-transform: capitalize;
}

.learn-more .section-header .heading .upper {
    color: #FF0000;
}

.learn-more .section-content {
    align-items: center;
    /* justify-content: space-between; */
    padding-top: 50px;
}

.learn-more .section-content .section-content-left {
    position: relative;
}

.learn-more .section-content .section-content-left .overlay {
    background-color: rgba(241, 194, 50, 0.7);
    display: block;
    top: 0;
    border-radius: 0;
    width: 100%;
    border-radius: 0.5rem;
    height: 99%;
}

.learn-more .section-content .section-content-left img.overlay {
    width: 451px;
    height: 405px;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

.learn-more .section-content .section-content-left img.main-img {
    margin-top: 33px;
    margin-left: 20px;
}

.learn-more .section-content .section-content-left img.book-arrow {
    position: absolute;
    bottom: 92px;
    right: -90px;
    height: 71px;
    width: 130px;
}

.learn-more .section-content .section-content-right {
    padding-left: 100px;
}

.learn-more .section-content .section-content-right span {
    display: block;
    color: #f00;
    font-weight: 100;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 32px;
}

.learn-more .section-content .section-content-right h3 {
    font-size: 42px;
    font-weight: bold;
}

.learn-more .section-content .section-content-right p.author-info {
    color: #777777;
}

.learn-more .section-content .section-content-right p>a {
    color: #FF0000;
    text-decoration: underline;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    /* min-height: 50vh; */
    background-color: #F8F9FA;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 50px 0;
    color: rgba(0, 0, 0, 0.8);
}

.hero .hero-img {
    position: relative;
}

.hero .hero-img .hero-bg-img.right {
    z-index: 0;
    position: absolute;
    bottom: 72px;
    right: 125px;
}

.hero .hero-img .hero-main-img.right {
    z-index: 1;
    position: relative;
}

.hero .hero-img .hero-overlay-img.right {
    z-index: 2;
    position: absolute;
}

.hero h2 {
    margin-bottom: 20px;
    padding: 0;
    font-size: 48px;
    font-weight: 700;
    /* color: #fff; */
    color: #f00;
}

.hero h4 {
    margin-bottom: 20px;
}

.hero p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
}

.hero form {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.hero form .form-control {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    margin-right: 10px;
    border: none !important;
    background: none !important;
}

.hero form .form-control:hover,
.hero form .form-control:focus {
    outline: none;
    box-shadow: none;
}

.hero form .btn-primary {
    background-color: var(--color-primary);
    padding: 15px 30px;
}

.hero form .btn-primary:hover {
    background-color: #2756ff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    font-size: 16px;
    /* background-color: var(--color-secondary); */
    background-color: #F8F9FA;
}

.footer .logo {
    width: auto;
    display: block;
    margin: 0 auto;
}

.footer .logo img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -20px;
}

.footer .bottom-footer {
    border-top-width: 1px;
    border-top-color: black;
    border-top-style: solid;
    padding: 18px 0;
}

.footer .bottom-footer .copyright {
    text-transform: uppercase;
}

.footer .footer-info .logo {
    line-height: 0;
    margin-bottom: 25px;
}

.footer .footer-info .logo img {
    max-height: 40px;
    margin-right: 6px;
}

.footer .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    font-family: var(--font-primary);
}

.footer .footer-info p {
    font-size: 14px;
    font-family: var(--font-primary);
}

.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 10px;
    transition: 0.3s;
}

.footer .social-links a:hover {
    color: #fff;
    border-color: #fff;
}

.footer h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

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

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

.footer .footer-links ul i {
    padding-right: 2px;
    color: rgba(13, 66, 255, 0.8);
    font-size: 12px;
    line-height: 0;
}

.footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

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

.footer .footer-links ul a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

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

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

.footer .copyright {
    flex: 0 1 auto;
    width: 50%;
    text-align: center;
}

.footer .credits {
    flex: 0 0 auto;
    width: 60%;
}

.footer .credits a {
    color: #000;
    text-transform: uppercase;
    padding: 0 18px;
}

.footer .credits a:not(:first-child) {
    border-left: 1px solid #000;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact-section {
    padding: 200px 222px;
    padding-top: 40px;
}

.contact-section h1 {
    font-size: 46px;
}

.contact-section input {
    /* width: 538px; */
    height: 55px;
}

.contact-section textarea,
.contact-section input {
    border-radius: 5px;
    border: 0;
}

.contact-section textarea {
    padding-top: 12px;
}

.contact-section textarea,
.contact-section input:not([type='submit']) {
    -webkit-appearance: none;
    /* appearance: none; */
    /* box-shadow: 0 0 8px #80B9FC; */
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    padding-left: 12px;
}

.contact-section textarea {
    width: 100%;
    height: 187px;
}

.contact-section .btn.btn-primary.w-100 {
    height: 45px;
}

.contact-section input[type='submit'] {
    width: 100%;
    height: 45px;
    background-color: #F1C232;
    text-transform: uppercase;
    font-weight: 700;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about-section {
    padding: 50px 0;
    padding-bottom: 150px;
}

.about-section .about-first-section div {
    /* width: 50%; */
    padding: 0 18px;
}

.about-section .about-first-section .profession {
    font-size: 28px;
    line-height: 36px;
}

.about-section .about-first-section img.img-fluid {
    max-width: 95%;
    /* border-radius: 0.5rem; */
}

.about-section .about-magazines {
    /* padding-left: 55px; */
    list-style: inside;
}

.about-section .about-magazines li {
    margin: 20px 0;
    padding-left: 15px;
}

.about-section .about-magazines li>a {
    color: black;
    text-decoration: underline;
    font-weight: 500;
}

.about-header .header-text.center {
    z-index: 1;
    color: red;
    top: 50%;
    font-weight: 700;
}

.about-section p>a {
    color: #f00;
    text-decoration: underline;
}

/*--------------------------------------------------------------
# Overlay
--------------------------------------------------------------*/
.overlay {
    width: 90%;
    height: 90%;
    background: #F1C232;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0.3;
    border-radius: 0.5rem;
}

.overlay.left {
    left: 0;
}

.overlay.right {
    right: 0;
}

.overlay.blue-overlay {
    width: 94%;
    height: 88%;
    background: #C1C1C1;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0.5;
    border-radius: 0.5rem;
    right: 0;
}

.overlay.blue-overlay.left {
    /* left: 10px; */
    left: -2px;
}

.overlay.blue-overlay.right {
    right: -15px;
}

.overlay.skin-overlay {
    display: none;
    background-color: #e2dcb8;
    width: 94%;
    height: 100%;
    position: absolute;
    top: 15px;
    z-index: -1;
    opacity: 0.5;
    border-radius: 0.5rem;
    right: 0;
}

.overlay.skin-overlay.left {
    /* left: -13px; */
    left: 0;
}

.section-two-overlay {
    width: 93%;
    height: 98%;
    background: #C1C1C1;
    position: absolute;
    top: 25px;
    z-index: -1;
    opacity: 0.5;
    border-radius: 0.5rem;
    left: -2px;
}

/*--------------------------------------------------------------
# Types of Stocks Section
--------------------------------------------------------------*/
.stock-types-section {
    padding-bottom: 0;
    padding-top: 30px;
}

.stock-types-section>div:first-child {
    padding: 0 75px;
}

.stock-types-section .stocks-first-section {
    display: flex;
}

.stock-types-section .stocks-first-section img {
    width: 100%;
    /* height: 325px; */
    height: 103px;
    object-fit: cover;
}

.stock-types-section .stocks-first-section h4 {
    text-transform: uppercase;
    font-weight: 600;
}

.stock-types-section .stocks-first-section p {
    line-height: 24px;
}

.stock-types-section .stocks-second-section {
    padding: 0 125px;
    padding-bottom: 120px;
    /* background-color: #FAF5EB; */
    background-color: #F8F9FA;
    background-blend-mode: color;
    background-image: url("../img/pages/stocks/cancer-oncology-stocks/sections/second/header-image.webp");
    background-repeat: no-repeat;
    background-position: 0 870px;
    /* background-position: 0 0, 0 1160px; */
}

.stock-types-section .stocks-second-section-header>h1 {
    font-size: 38px;
}

.stock-types-section .stocks-second-section.bg-image-none {
    background-image: none;
}

.stock-types-section .stocks-second-section-content>div {
    padding: 30px 30px;
}

.stock-types-section .stocks-second-section-content img {
    width: 100%;
    height: 265px;
}

.stock-types-section .stocks-second-section-content img.img-fluid {
    max-width: 95%;
    border-radius: 0.5rem;
}

/*--------------------------------------------------------------
# FAQ Section
--------------------------------------------------------------*/
.faq-section details>summary {
    list-style: none;
}

.faq-section details>summary>h6 {
    margin-left: 0.5rem;
}

.faq-section details:last-child {
    border-bottom: none;
}

.faq-section details summary>* {
    display: inline;
}

.faq-section details>p {
    padding-left: 24px;
    margin-top: 0.5rem;
}

.faq-section details>div>p {
    padding-left: 13px;
}

.faq-section details i {
    border: 2px solid;
    border-radius: 6px;
    padding: 2px;
    padding-left: 3px;
    border-color: cadetblue;
    color: cadetblue;
}

.faq-section details[open] i {
    border-color: blue;
    color: blue;
}

.accordion-section details,
.faq-section details {
    padding: 10px 0;
    border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
    margin: 10px 0;
}

.accordion-section details[open] em.fa-plus:before,
.faq-section details[open] .fa-plus:before {
    content: "\f068";
}

/*--------------------------------------------------------------
# Custom Sections Default
--------------------------------------------------------------*/
section.auth-pages {
    padding: 30px 50px;
    background-color: #F8F9FA;
}

section.report-pages,
section.footer-pages {
    padding: 0.5rem;
    background-color: #F8F9FA;
}

section.auth-pages,
section.footer-pages {
    padding-bottom: 150px;
}

.kbw-signature {
    width: 100%;
    height: 200px;
}

#sig canvas {
    width: 100% !important;
    height: auto;
}

section.auth-pages>form>div,
section.auth-pages>div,
section.report-pages>div>div,
section.footer-pages>div {
    background: #fff;
    border-radius: 0.5rem;
    padding: 20px 18px;
    margin: 0.5rem;
    /* margin-left: 0.5rem; */
    /* margin-right: 0.5rem; */
}

section.auth-pages>form>div,
section.auth-pages>div,
section.report-pages>div>div,
section.footer-pages>div {
    margin-bottom: 20px;
}

.auth-pages .action button.btn.cancel {
    color: #78829D;
    background-color: #F9F9F9;
    /* font-weight: 500; */
}

.auth-pages .card-action button.btn,
.auth-pages .address-action button.btn,
.cardBtn {
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    background-color: #6c757d;
    ;
    font-size: 14px;
    padding: 6px 12px;
    margin: 5px;
    border-radius: 0.5rem;
}

/*--------------------------------------------------------------
# Auth Section
--------------------------------------------------------------*/
.auth-section {
    background-image: url("../img/pages/auth/bg-img.webp");
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.auth-form {
    background-color: #fff;
    width: 75%;
}

/* .w-100 {
    width: 100%!important;
} */



/*--------------------------------------------------------------
# Profile Section
--------------------------------------------------------------*/
.profile-section>div>h3 {
    border-bottom: 1px solid #777;
    margin: 0 -35px;
    margin-bottom: 15px;
    padding: 0 15px;
    padding-bottom: 15px;
}

/* .profile-section > div > div > h3 {
    margin-left: -70px;
} */

.profile-section>div>div {
    /* margin: 0 20px; */
    margin: 0 50px;
}

.profile-section .checkbox-div {
    height: 38px;
}

.profile-section .form-control.my-1 {
    height: 34px;
}

/* .profile-section label,
    .profile-section input,
    .profile-section small {
        font-weight: 500;
    } */

#editImageBtn,
#removeImageBtn {
    box-shadow: 0px 0px 20px -3px #0007;
}

#editImageBtn {
    padding: 1px 6px;
}

#removeImageBtn {
    padding: 1px 8px;
}

#editImageBtn i,
#removeImageBtn i {
    font-size: 14px;
}

.profile-section .form-select,
.profile-section .form-control {
    background-color: #f9f9f9;
    border: 0px solid #ced4da;
    height: 40px;
}

.profile-section .form-select {
    color: #6c757d;
}


/*--------------------------------------------------------------
# Investment Portfolio Section
--------------------------------------------------------------*/
.investment-portfolio-section .table th:first-child {
    width: 18%;
}

.investment-portfolio-section .table .company span {
    display: block;
}

.investment-portfolio-section .table .company .name {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.investment-portfolio-section .table .company .code {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}

/* Temp Section */
.page-header {
    background: linear-gradient(180deg, #F8F9FA 57%, #fff 43%);
}

.page-header.auth {
    background: linear-gradient(180deg, #F8F9FA 100%, #fff 43%);
}

.page-header img {
    /* width: 1140px; */
    width: 100%;
    /* height: 350px; */
    height: 300px;
}

/*--------------------------------------------------------------
# Billing Section
--------------------------------------------------------------*/
.profile-section .heading {
    border-bottom: 1px solid;
    /* margin: 0 -5em 1.5em; */
    margin: 0 -3em 1.5em;
    padding: 0 4em 1em;
    border-bottom-style: groove;
}

.profile-section .heading,
.billing-section .heading {
    border-bottom: 1px solid;
    border-bottom-style: groove;
    margin: 0 -3em 1.5em;
    padding: 0 4em 1em;

    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
}

.bg-billing {
    font-size: 0.65em;
    background-color: #E8FFF3;
    color: #50CD89;
}

/*--------------------------------------------------------------
# Section for Responsive
--------------------------------------------------------------*/

@media (min-width:576px) {}

@media (min-width: 768px) {
    .col-md-2\.4 {
        flex: 0 0 auto;
        width: 20%;
    }

    /* p.leading-5,  */
    .text-xs,
    .text-xs .btn {
        font-size: .875rem !important;
    }

    .header .logo img {
        height: 130px;
        width: 130px;
        bottom: -50px;
    }
}

@media (min-width: 992px) {

    /* .overflow-x-scroll {
        overflow-x: unset;
    } */
    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .table {
        width: 100%;
    }

    .text-sm {
        font-size: 1rem;
    }

    /* p.leading-5,  */
    .text-xs,
    .text-xs .btn {
        font-size: 17px !important;
    }

    .text-lg-xs {
        font-size: .75rem !important
    }

    .text-lg-sm {
        font-size: .875rem;
    }

    .text-lg-uppercase {
        text-transform: uppercase !important;
    }

    button.text-xs,
    .btn.text-xs {
        font-size: 17px !important;
    }

    .header .logo img {
        height: 151px;
        width: 151px;
        bottom: -58px;
    }

    .profile-section .heading,
    .billing-section .heading {
        border-bottom: 1px solid;
        /* margin: 0 -5em 1.5em; */
        margin: 0 -3em 1.5em;
        padding: 0 4em 1em;
        border-bottom-style: groove;
        text-align: start;
    }

    section.report-pages,
    section.footer-pages {
        padding: 30px 50px 150px;
    }

    section.report-pages>div>div,
    section.footer-pages>div {
        padding: 30px 50px;
        margin-left: 40px;
        margin-right: 40px;
    }

    .profile-section>div>div {
        margin: 0 50px;
    }

}



@media screen AND (min-width: 2559px) {
    .page-header img {
        height: 550px;
    }

    .contact-section {
        padding: 40px 100px 200px;
        max-width: 1400px;
    }

    .hero .hero-img .hero-overlay-img.right {
        top: 105px;
        right: 142px;
        height: 110px;
    }

    .hero .hero-img .hero-bg-img.right {
        bottom: 116px;
        right: 100px;
    }
}

@media screen AND (max-width: 1440px) {
    .container-xxl {
        max-width: 1440px;
        padding-left: 0;
        padding-right: 0;
    }

    .contact-section {
        padding: 40px 100px 200px;
        max-width: 1240px;
    }

    .hero .hero-img .hero-overlay-img.right {
        top: 120px;
        right: 147px;
        height: 120px;
    }
}

@media screen AND (min-width: 1081px) AND (max-width: 1221px) {
    .footer .credits {
        flex: 0 0 auto;
        width: 67%;
    }
}

@media screen AND (min-width: 1025px) AND (max-width: 1080px) {
    .footer .credits {
        flex: 0 0 auto;
        width: 72%;
    }
}

@media screen AND (max-width: 1024px) {
    .banner-section p {
        font-size: 22px;
    }

    .contact-section {
        padding: 40px 100px 200px;
    }

    .about-section .about-magazines {
        list-style: outside;
    }

    .about-section .about-magazines li {
        padding-right: 18px;
    }

    .page-header img {
        /* width: 994px; */
        /* height: 300px; */
        /* height: 245px; */
        height: 200px;
    }

    .hero .hero-img .hero-overlay-img.right {
        position: absolute;
        top: 90px;
        right: 117px;
        height: 80px;
    }

    .hero .hero-img .hero-bg-img.right {
        bottom: 163px;
        right: 30px;
    }

    .learn-more .section-content .section-content-left .overlay {
        width: 93%;
        height: 99%;
        top: 0px;
        left: 10px;
    }

    .learn-more .section-content .section-content-left img.main-img {
        margin-top: 22px;
        margin-left: 20px;
    }

    .footer .credits {
        width: 68%;
    }

    .footer .credits a {
        padding: 0 12px;
    }
}

@media screen AND (min-width: 821px) AND (max-width: 991px) {
    .footer .credits {
        width: 100%;
        text-align: center;
        padding: 0 3px;
    }
}

@media screen AND (max-width: 820px) {
    .page-header img {
        /* width: 790px; */
        /* height: 300px; */
        height: 195px;
    }

    .stock-types-section .stocks-second-section-content>div {
        padding: 30px 5px;
    }

    .stock-types-section .stocks-second-section {
        padding: 0 40px;
    }

    .footer .credits {
        width: 100%;
        text-align: center;
        padding: 0 3px;
    }

}

@media screen AND (max-width: 768px) {
    .top-bar {
        height: 48px;
    }

    .header {
        height: 75px;
    }

    /* .header .logo img {
        height: 130px;
        width: 130px;
        bottom: -50px;
    } */

    .banner-section h3 {
        font-size: 38px;
    }

    .banner-section p {
        font-size: 20px;
    }

    .faq-section,
    .privacy-policy-section,
    .terms-conditions-section {
        padding: 5px 5px 150px;
    }

    .faq-section>div,
    .privacy-policy-section>div,
    .terms-conditions-section>div {
        padding: 30px 50px;
        margin: 0 20px;
    }

    .contact-section {
        padding: 20px 20px 150px;
        max-width: 684px;
    }

    .contact-section input {
        height: 50px;
    }

    .contact-section h1 {
        font-size: 28px;
    }

    .stock-types-section>div:first-child,
    .stock-types-section .stocks-second-section {
        padding: 0 8px 1px;
    }

    .stock-types-section .stocks-second-section-header>h1 {
        font-size: 22px;
    }

    .stock-types-section .stocks-second-section-content>div {
        padding: 30px 8px;
    }

    .stock-types-section .stocks-second-section-content img {
        width: 100%;
        height: auto;
    }

    .about-section .about-magazines {
        list-style: inside;
    }

    .about-section .about-magazines li {
        margin-bottom: 8px;
        margin-top: 0;
        padding-left: 5px;
    }

    .page-header img {
        /* width: 738px; */
        /* height: 200px; */
        height: 185px;
    }

    .hero .hero-img .hero-bg-img.right {
        bottom: 25px;
        right: 160px;
    }

    .hero .hero-img .hero-main-img.right {
        position: relative;
        z-index: 1;
    }

    .hero .hero-img .hero-overlay-img.right {
        top: 131px;
        right: 163px;
        height: 130px;
    }

    .section-two-overlay {
        width: 93%;
        left: 0;
    }

    .section-header h2 {
        font-size: 38px;
    }

    .footer .credits {
        width: 100%;
        text-align: center;
        padding: 0 3px;
    }

    .footer .credits a {
        padding: 0 5px;
    }
}

@media screen AND (max-width: 540px) {
    .hero .hero-img .hero-overlay-img.right {
        top: 143px;
        right: 115px;
        height: 90px;
    }

    .hero .hero-img .hero-bg-img.right {
        top: 225px;
        left: -20px;
    }

    .offset-1 {
        /* margin-left: 3.5%; */
        margin-left: 0%;
    }

    .img-fluid {
        max-width: 94%;
    }

    .page-header img {
        /* width: 510px; */
        /* height: 150px; */
        height: auto;
    }
}

@media screen AND (min-width: 429px) AND (max-width: 539px) {
    .top-bar {
        height: 45px;
    }

    /* .header .logo img {
        height: 85px;
        width: 85px;
        bottom: -12px;
    } */

    .header {
        height: 65px;
    }

    .hero {
        padding: 0;
    }
}

@media screen AND (max-width: 428px) {
    .banner-section h3 {
        font-size: 32px;
    }

    .banner-section p {
        font-size: 21px;
    }

    .faq-section>div,
    .privacy-policy-section>div,
    .terms-conditions-section>div {
        padding: 25px;
        margin: 0 10px;
    }

    .hero .hero-img .hero-main-img.right {
        position: relative;
        z-index: 1;
    }

    .about-section .about-magazines {
        padding-left: 20px;
        list-style: inside;
    }

    .about-section .about-magazines li {
        margin-bottom: 8px;
        margin-top: 0;
        padding-left: 5px;
    }

    .about-header .header-text.center {
        top: 46%;
    }

    .page-header img {
        /* width: 395px; */
        height: 150px;
    }

    .page-header img.auto {
        height: auto;
    }

    .top-bar {
        height: 45px;
    }

    .top-bar button,
    .top-bar a {
        font-size: 15px;
    }

    .header {
        height: 65px;
    }

    /* .header .logo img,
    .header.auth .logo img {
        height: 90px;
        width: 90px;
        bottom: -45px;
    } */

    /* .header.auth .logo img {
        height: 85px;
        width: 85px;
        bottom: -40px;
    } */

    .hero {
        padding: 0;
    }

    .hero .hero-img .hero-bg-img.right {
        position: absolute;
        top: 130px;
        bottom: 0;
        left: -30px;
        z-index: 0;
    }

    .hero .hero-img .hero-overlay-img.right {
        position: absolute;
        top: 78px;
        right: 95px;
        height: 60px;
        z-index: 2;
    }

    .offset-1 {
        margin: 0;
        margin-top: 22px;
        padding: 0 22px;
    }

    .about {
        padding: 40px 0;
    }

    .about .about-main-img.img-fluid {
        max-width: 95%;
    }

    .about .section-two-overlay {
        width: 87%;
        height: 99%;
        background: #C1C1C1;
        position: absolute;
        top: 18px;
        z-index: -1;
        opacity: 0.5;
        border-radius: 0.5rem;
        left: 10px;
    }

    .overlay.skin-overlay {
        width: 97%;
    }

    .overlay.skin-overlay.left {
        left: -8px;
    }

    .stocks {
        padding: 20px 0;
    }

    .stocks img.img-fluid {
        max-width: 95%;
    }

    .stocks .text-over-image.left {
        padding: 3px 8px 25px 25px;
    }

    .stocks .text-over-image.right {
        padding: 30px 15px;
        padding-right: 25px;
    }

    .overlay.blue-overlay {
        width: 93%;
        height: 82%;
        background: #C1C1C1;
        position: absolute;
        top: 13px;
        z-index: -1;
        opacity: 0.5;
        border-radius: 0.5rem;
        right: 0;
    }

    .overlay.blue-overlay.right {
        right: 0;
    }

    .overlay.blue-overlay.left {
        left: 0;
    }

    .learn-more .section-content .section-content-right {
        padding: 0 20px;
    }

    .learn-more .section-content .section-content-left {
        text-align: center;
    }

    .learn-more .section-content .section-content-left img.book-arrow {
        display: none;
    }

    .learn-more .section-content .section-content-left img.main-img {
        margin-top: 20px;
        margin-left: 10px;
    }

    .learn-more .section-content .section-content-left .overlay {
        width: 92%;
        height: 99%;
        left: 5px;
    }

    .page-header {
        background: linear-gradient(180deg, #F8F9FA 50%, #fff 0%);
    }

}

@media screen AND (max-width: 375px) {
    .about-section .about-magazines {
        padding-left: 0;
        list-style: inside;
    }

    .about-section .about-magazines li {
        margin-bottom: 8px;
        margin-top: 0;
        padding-left: 5px;
    }

    /* .header .logo img {
        height: 75px;
        width: 75px;
        bottom: -5px;
    } */

    .hero .hero-img .hero-bg-img.right {
        position: absolute;
        top: 120px;
        bottom: 0;
        left: -30px;
        z-index: 0;
    }

    .hero .hero-img .hero-overlay-img.right {
        position: absolute;
        top: 68px;
        right: 83px;
        height: 60px;
        z-index: 2;
    }

    .learn-more .section-content .section-content-left .overlay {
        top: -17px;
    }

    .learn-more .section-content .section-content-left .overlay {
        width: 92%;
        height: 99%;
        left: 7px;
    }

    .learn-more .section-content .section-content-left img.main-img.img-fluid {
        margin-top: 0;
        margin-left: 5px;
        max-width: 95%;
    }

    .section-header h2 {
        font-size: 32px;
    }
}

@media screen AND (max-width: 320px) {

    .top-bar {
        height: 35px;
    }

    .top-bar button,
    .top-bar a {
        font-size: 14px;
        padding: 1px 5px;
    }

    /* .header .logo img {
    height: 60px;
    width: 60px;
    bottom: 1px;
  } */

    .hero .hero-img .hero-bg-img.right {
        position: absolute;
        top: 108px;
        bottom: 0;
        left: 0;
        z-index: 0;
    }

    .hero .hero-img .hero-overlay-img.right {
        position: absolute;
        top: 57px;
        right: 71px;
        height: 50px;
        z-index: 2;
    }

    .about-section .about-magazines {
        padding-left: 0;
        list-style: inside;
    }

    .about-section .about-magazines li {
        margin-bottom: 8px;
        margin-top: 0;
        padding-left: 5px;
        font-size: 15px;
    }

    .stocks h1 {
        font-size: 36px;

    }

    .section-header h2 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .hero h2 {
        font-size: 30px;
    }
}

@media (max-width: 640px) {
    .section-header span {
        font-size: 38px;
    }
}

.about-magazines {
    display: flex;
    flex-wrap: wrap !important;
    list-style: none;
    padding: 0;
}

/* .about-magazines > div { */
/* Adjust the width as needed */
/* flex-basis: calc(33.333% - 10px);  */
/* Adjust the margin between list items */
/* margin-right: 10px;  */
/* } */

/* .about-magazines li { */
/* Adjust the margin between list items */
/* margin-bottom: 10px;  */
/* } */

.priceCardOne {
    background-color: white;
    border: 1px solid #6765ed;
}

.priceCardTwo {
    background-color: white;
    border: 1px solid #477cc9;
}

.priceCardThree {
    background-color: white;
    border: 1px solid #6bd399;
}

.priceCardFour {
    background-color: white;
    border: 1px solid #dfa352;
}

.cardHeading {
    color: #ffffff;
    padding: 20px;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -16px;
    font-size: 25px;
    text-align: center;
}

.priceCardOne .cardHeading {
    background: linear-gradient(90deg, #6765ed 0%, #2c175d 100%);
}

.priceCardTwo .cardHeading {
    background: linear-gradient(90deg, #477cc9 0%, #245fb7 100%);
}

.priceCardThree .cardHeading {
    background: linear-gradient(90deg, #6bd399 0%, #1fc56b 100%);
}

.priceCardFour .cardHeading {
    background: linear-gradient(90deg, #dfa352 0%, #cd7d12 100%);
}

.textBelowHeading {
    font-size: 14px;
    font-weight: 500;
}

.priceCard::after {
    position: absolute;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.priceCard>.list-group {
    border: none;
    min-height: 1113px;
    /* min-height: 435px; */
    /* min-height: 450px; */
}

/* .priceCardOne>.list-group {
    border: none;
    min-height: 310px;
}
.priceCardTwo>.list-group {
    border: none;
    min-height: 310px;
}
.priceCardThree>.list-group {
    border: none;
    min-height: 736px;
}
.priceCardFour>.list-group {
    border: none;
    min-height: 736px;
} */

.priceCard:hover {
    transform: scale(1.02, 1.02);
    -webkit-transform: scale(1.02, 1.02);
    backface-visibility: hidden;
    will-change: transform;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .75) !important;
}

.priceCard:hover::after {
    opacity: 1;
}

.priceBtnOne:hover {
    color: white;
    background: #6765ed;
}

.priceBtnTwo:hover {
    color: white;
    background: #477cc9;
}

.priceBtnThree:hover {
    color: white;
    background: #6bd399;
}

.priceBtnFour:hover {
    color: white;
    background: #dfa352;
}

.fw-bold>p {
    font-weight: 700 !important;
    color: #ffffff;
}


.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
    background-color: transparent;
    border: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.alert {
    margin-bottom: 0px;
}

/* .invalid-feedback {
    display: block !important;
} */

.invalid-feedback {
    display: block;
}

/* new css */

.overlayAccountInformation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    opacity: 1;
}

.overlayAccountInformation>div {
    background: #ffffff;
    border-radius: 7px;
}

.overlay-content {
    background: #fff;
    /* Set the background color of the d-flex div */
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.fa-2xl {
    color: #d3a310;
}

.fa-5x {
    color: #adb5bd;
}

.videoPlayIcon {
    position: absolute;
    width: 100px;
}

.videoThumbnail {
    width: 350px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    max-height: 200px;
    aspect-ratio: 3/2;
}

.videoThumbnail:hover {
    box-shadow: 0 0 2px 1px rgba(210, 241, 28, 0.5);
}

.videoThumbnail:hover .videoPlayIcon {
    color: #d3a310 !important;

}

.heading {
    /* Your existing styles for the heading div */
}

.frozenTable tr td:nth-child(1) {
    /* background-color: red; */
    position: absolute;
    width: 5.5em;
    left: 2em;
    top: auto;
    border-top-width: 1px;
    margin-top: -1px;
}

/* .headcol {} */

.loader-overlay {
    display: none;
    z-index: 1020;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.35);
}

.loader-overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.loader-overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loader-spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.portfolioTextHeading {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.contractAgreementMainDiv {
    padding-right: 3rem !important;
}

.agreemeentAcceptedText {
    padding-right: 1rem !important;
    margin-right: 1rem !important;
}

.contractTableMainDiv {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.pricingPageBannerImage {
    object-fit: fill;
}

.contractAgeementTableReSize {
    width: 33.33333%;
}

.agreementInProcessMAinDib {
    display: flex;
}

.agreementInprocessDiv {
    width: 50%;
}

.cancerModalImg {
    width: 165px;
    height: 165px;
}

.summerModalChosen {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.accordionSectionText {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.demoPorfolioModalPriceSection {
    display: flex;
}

.tradeModelData {
    display: flex !important;
}

.tradeModelDataMainDiv {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.idCardCloseBtn {
    top: -10px; right: 0px;
}

.portfolioCreateText {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
/* .portfoliomarketCapData{
    width: 11% !important;
} */

.portfolioCreateTimeTableData {
    width: 100% !important;
}

#screeningTools.hide {
    display: none;
}

/* Show as flex by default (desktop and larger screens) */
#screeningTools.show-flex {
    display: flex;
}
.bankDetailDiv {
    margin-left: -2.5em;
}

.apaxBarChartResponsive {
    height: auto !important;
}

.recommandTableRiskVsReturnDiv {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.apexChartMainDiv {
    display: flex !important;
}

.prePostRecommandationBtn {
    justify-content: center;
}

.joinOwnerDataDiv {
    display: flex;
}

.uploadIdCardJointOwner {
    text-align: center;
}

.addJointOwnerBtn {
    justify-content: space-around;
}
.iti {
    width: 100%;
}

div.show-password {
    position: relative;
}

i.show-password {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}

/* Responsive */

@media (min-width: 280px) and (max-width: 767px) {

    .addJointOwnerBtn {
        justify-content: end !important;
    }

    .uploadIdCardJointOwner {
        text-align: end !important;
    }

    .joinOwnerDataDiv {
        display: block;
    }

    .apaxBarChartResponsive {
        height: 400px !important;
    }

    .profile-section>div>div {
        margin: 0 20px;
    }

    .bankDetailDiv {
        margin-left: revert !important
    }

    #screeningTools.show-flex {
        display: block;
    }

    .accordion-section {
        width: max-content !important;
    }

    .portfolioCreateTimeTableData {
        width: max-content !important;
    }

    .portfoliomarketCapData{
        width: 18% !important;
    }

    .portfoliomarketPEData {
        width: 18% !important;
    }
    .portfoliomarketData {
        width: 20% !important;
    }
    .portfoliomarketProfitableData {
        width: 13% !important;
    }
    .portfoliomarketaddTo {
        width: 11% !important;
    }

    .portfolioCreateText {
        padding-right: revert !important;
        padding-left: revert !important;
        margin-right: revert !important;
        margin-left: revert !important;
    }

    .highcharts-label {
        visibility: visible !important;
        font-size: 12px !important;
    }

    .highcharts-label>text {
        font-size: 11px !important;
    }

    .highcharts-data-label-connector {
        visibility: visible !important;
    }

    /* .chartMainDiv {
        overflow: auto;
    } */

    .chartMainDiv {
        overflow-x: auto; /* Only horizontal scroll */
        white-space: nowrap;
    }

    /* .chartDiv > div > div {
        height: 380px !important;
    } */

    .portfolioTableHeading {
        text-align: center;
    }

    .portfolioTextHeading {
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
        font-size: 13px !important;
    }

    .portfolioBtn {
        font-size: 12px !important;
    }

    .companyIcon>img {
        object-fit: contain !important;
    }

    /* .portfolio-stocks-listings th:first-child, .portfolio-stocks-listings td:first-child
    {
        position: revert !important;   
    } */

    .companyNames {
        display: none !important;
    }

    section.auth-pages,
    section.footer-pages {
        padding-bottom: 51px !important;
    }

    .footer .logo img {
        bottom: -55px !important;
    }

    .contractAgreementMainDiv {
        padding-right: revert !important;
    }

    .contractTableMainDiv {
        overflow: auto;
        padding-right: revert !important;
        padding-left: revert !important;
    }

    .agreemeentAcceptedText {
        padding-right: revert !important;
        margin-right: revert !important;
    }

    .pricingPageBannerImage {
        object-fit: cover !important;
    }

    .priceCard>.list-group {
        min-height: revert !important;
    }

    .contractAgeementTableReSize {
        width: revert !important;
    }

    .table {
        width: revert !important;
    }

    .prePostRecommandationBtn {
        justify-content: space-around !important;
    }

    .educationCheckboxDiv {
        height: 77px !important;
    }

    .profile-section .form-control.my-1 {
        margin-top: 2.25rem !important;
    }

    .recommandTable {
        width: max-content !important;
    }

    .recommandTableTh {
        padding: 0px !important;
    }

    .stepImage {
        max-width: 100% !important;
    }

    .chartBarHistorical>div>div {
        height: 500px !important;
    }

    .agreementInProcessMAinDib {
        display: block;
    }

    .agreementInprocessDiv {
        width: 100%;
    }

    .cancerModalImg {
        width: 120px;
        height: 120px;
    }

    .summerModalChosen {
        padding-right: revert !important;
        padding-left: revert !important;
        margin-right: revert !important;
        margin-left: revert !important;
    }

    .accordionSectionText {
        padding-right: revert !important;
        padding-left: revert !important;
        width: 100% !important;
    }
    
    .demoPorfolioModalPriceSection {
        display: block;
    }

    .planToSellInputField {
        width: 135% !important;
    }

    .tradeModelData {
        display: block !important;
    }

    .tradeModelDataMainDiv {
        padding-right: revert !important;
        padding-left: revert !important;
    }

    .idCardCloseBtn {
        top: -10px; left: 0px;
    }

    .recommandTableRiskVsReturnDiv {
        margin-right: revert !important;
        margin-left: revert !important;
        padding-right: revert !important;
        padding-left: revert !important;
        padding: 0px !important;
        margin: 0px !important;
    }

    .apexChartMainDiv {
        display: block !important;
    }

}

@media (min-width: 768px) and (max-width: 992px) {

    .reportTableData {
        justify-content: center;
    }

    .table {
        width: 100%;
    }

    .idCardCloseBtn {
        top: -10px; left: 0px;
    }

    .priceCard>.list-group {
        min-height: revert !important;
    }

    .tradeModelData {
        display: block !important;
    }

    .chartMainDiv {
        justify-content: center;
    }

    .addJointOwnerBtn {
        justify-content: end;
    }

    .uploadIdCardJointOwner {
        text-align: end;
    }

    .joinOwnerDataDiv {
        display: block;
    }

    .profile-section .checkbox-div {
        height: 60px !important;
    }

    .profile-section .form-control.my-1 {
        margin-top: 1.25rem !important;
    }
    
    .portfolioCreateTimeTableData {
        width: max-content !important;
    }

    .accordion-section {
        width: max-content !important;
    }

    .portfoliomarketCapData{
        width: 18% !important;
    }

    .portfoliomarketPEData {
        width: 18% !important;
    }
    .portfoliomarketData {
        width: 20% !important;
    }
    .portfoliomarketProfitableData {
        width: 13% !important;
    }
    .portfoliomarketaddTo {
        width: 11% !important;
    }

}