[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: .7s !important;
}

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

a {
    text-decoration: none;
    color: #333;
    font-weight: 400;
    font-size: 15px;    
} 
 
b {
    font-weight: 600;
} 

body, p, li {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.63;
    color: #333;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.2;
    color: #000000;
}

.top_header {
    background-color: #272933;
    padding: 10px 0;
}

.top_header ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.top_header ul li.left-diwaider {
    border-left: solid 1px #fff;
    margin-left: 15px;
}

.top_header ul a {
    color: #fff;
    margin-left: 15px;
}

.main_header {
    padding: 10px 0;
    box-shadow: 0px 10px 15px #0000001f;
    position: relative;
    z-index: 99;
}

.header_logo img {
    max-width: 170px;
}

header {
  position: relative;
  transition: all 0.3s ease;
}

header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 99;
  transition: all 0.3s ease;
}

header.sticky .top_header {
    display: none;
}

.main_menu {
    display: flex;
    justify-content: end;
    align-items: center;
}

.main_menu ul li {
    display: inline-block;
    overflow: hidden;
}

.main_menu ul li a.active {
    color: #f58126;
}

.main_menu ul li ul.sab_menu {
    position: absolute;
    width: 250px;
    background-color: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: all .3s ease-in;
    visibility: hidden;
    box-shadow: 2px 2px 10px #00000026;
    border-radius: 10px;
    overflow: hidden;
}

.main_menu ul li:hover ul.sab_menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.main_menu ul li a {
    padding: 10px 15px;
    transition: 0.4s;
    display: inline-block;
}

.main_menu ul li a:hover {
    color: #f58126;
}

.main_menu ul li ul.sab_menu li a {
    border-bottom: solid 1px #ddd;
    width: 100%;
    display: inline-block;
}

.main_menu ul li ul.sab_menu li a:hover {
    background-color: #043b72;
    color: #fff;
}

.main_menu ul li ul.sab_menu li {
    display: block;
}

.main_menu ul li ul.sab_menu li:last-child a{
    border: 0;
}

.login_btn {
    margin-left: 20px;
}

.main_menu>ul {
    margin-top: 6px;
}

img {
    max-width: 100%;
}

.btn.btn-light {
    padding: 8px 25px;
    background-color: #13A277;
    color: #fff;
    font-size: 15px;
    border: 0;
    transition: 0.4s;
    cursor: pointer;
}

.btn.btn-light:hover {
    background-color: #f58126;
}

.home_banner .banner_cnt p {
    width: 100%;
    margin: 30px 0;
}

.home_banner .banner_cnt h2 {
    font-size: 40px;
}

.home_banner .banner_cnt h2 span {
    color: #f58126;
}


.home_banner .banner_cnt h5 {
    font-size: 18px;
    color: #f58126;
    text-transform: uppercase;
}

.home_banner .banner_cnt h4 {
    font-size: 20px;
    font-weight: 500;
    color: #444;
    margin-bottom: 50px;
    margin-top: 30px;
}

.sec_space {
    padding: 60px 0;
}

.bg_gray {
    background-color: #F4F2F1;
}

.main_heading {
    margin-bottom: 40px;
}

.main_heading h2 {
    margin-bottom: 10px;
    font-size: 40px;
    color: #000;
}

.main_heading h2 span {
    color: #f58126;
}

#logo_partners img {
    width: 130px;
    height: 50px;
    object-fit: contain;
}

.work_box {
    padding: 20px;
    position: relative; 
}

.work_box img {
    width: 60px;
    margin-bottom: 20px;
}

.work_box  h4 {
    font-size: 20px;
}

.work_box:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(40px, -50%);
    width: 45px;
    height: 35px;
    background-image: url(../images/Right.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.colum_text h4 {
    font-size: 22px;
    color: #f58126;
    text-transform: uppercase;
}

.colum_text h2 {
    font-size: 36px;
    color: #000;
    margin-bottom: 30px;
}

.colum_text b {
    color: #000;
}

.colum_text h2 span {
    color: #f58126;
}

ul.icon_list li {
    display: flex;
    margin-bottom: 20px;
}

ul.icon_list li:last-child {
    margin-bottom: 0;
}

ul.icon_list li .icon {
    width: 50px;
    height: 50px;
    padding: 10px;
    background-color: #043d75;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 10px;
}

ul.icon_list li .icon_text {
    width: calc(100% - 60px);
}

ul.icon_list li .icon_text p {
    margin: 0;
}

ul.icon_list li h5 {
    font-size: 18px;
    margin-bottom: 5px;
}

ul.check_box li {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

ul.check_box li:last-child {
    margin: 0;
}


ul.check_box li p {
    margin: 0;
}

ul.check_box li img {
    width: 30px;
    margin-right: 10px;
}

.eligibility_sec .colum_image img {
    max-width: 320px;
}

.questions_sec .accordion-item {
    border: 0;
    box-shadow: 2px 2px 10px #00000038;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 5px;
}

.questions_sec .accordion-item button.accordion-button {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    box-shadow: none;
    background-color: transparent;  
}

.questions_sec .accordion-item button.accordion-button:after {
    color: #f58126;
}

.Distributors_sec button.btn.btn-light {
    margin-top: 20px;
}

.Distributors_sec .colum_image img {
    width: 450px;
}    

.quickly_btn {
    text-align: right;
}

.quickly_btn .btn.btn-outline {
    border: solid 1px #13a277;
    font-size: 14px;
    padding: 5px 20px;
    font-weight: 500;
    color: #000;
}

.Quickly_sec .colum_text h2 {
    margin-bottom: 20px;
}

footer.footer {
    background-color: #272933;
    padding: 50px 0 0;        
}

.footer_logo_cnt img {
    max-width: 100px;
}

.footer_logo_cnt p {
    color: #fff;
    margin-top: 15px;
    max-width: 90%;
    margin-bottom: 0;
    font-size: 14px;
}

.footer_logo_cnt a {
    color: #f58126;
    text-decoration: underline;
    font-size: 14px;
}

.footer_nav ul li {
    margin-bottom: 15px;
}

.footer_nav ul li:last-child {
    margin: 0;
}

.footer_nav ul li a {
    color: #fff;
    transition: 0.4s;
}

.footer_nav ul li a:hover {
    color: #f58126;
}

.footer_social ul li span {
    color: #fff;
    margin-left: 5px;
}

.footer_social ul li {
    margin-bottom: 18px;
}

.footer_bottom {
    padding: 15px;
    border-top: solid 1px #ddd;
    margin-top: 40px;
}

.footer_bottom p {
    text-align: left;
    margin: 0;
    color: #fff;
}

.footer_bottom p a {
    color: #f58126;
}

.footer_bottom .footer_nav ul {
    display: flex;
    justify-content: end;
    color: #fff;
}

.footer_bottom .footer_nav ul li {
    margin: 0 5px;
}

.footer_bottom .footer_nav ul li a {
    font-size: 14px;
}

.Unlisted_banner {
    padding: 120px 0;
    background-image: url(../images/unlisted_banner.png);
}

.about_banner {
    padding: 120px 0;
    background-image: url(../images/abut_banner.png);
    background-size: cover;
}

.contact_banner {
    padding: 120px 0;
    background-image: url(../images/contact_banner.png);
}

.search_box {
    position: relative;
    margin-bottom: 40px;
}

.search_box input {
    width: 100%;
    outline: none;
    border: solid 1px #ddd;
    padding: 12px;
    border-radius: 5px;
    box-shadow: 2px 2px 10px #0000003d;
    padding-left: 45px;
}

.search_box img {
    position: absolute;
    left: 12px;
    top: 11px;
}

.Unlisted_list {
    background-color: #F4F1F1;
}

.Unlisted_list .list_inner {
    border: solid 1px #ddd;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    box-shadow: 2px 2px 10px #00000033;
    margin-bottom: 20px;  
    min-height: 113px;   
    transition: 0.4s; 
    background-color: #fff;
    cursor: pointer;
}

.Unlisted_list .list_inner:hover {
    border-color: #f58126;
}

.Unlisted_list .list_inner img {
    width: 70px;
    height: 60px;
    min-width: 70px;
    object-fit: contain;
    margin-right: 10px;
}

.Unlisted_list .list_inner h4 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Unlisted_list .list_inner h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

#share_modal .modal-dialog {
    max-width: 620px;
}

#share_modal h5.modal-title {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
}

#share_modal h5.modal-title span {
    color: #f58126;
}

#share_modal .modal-header {
    padding: 20px;
    justify-content: center;
}

#share_modal .modal-header button.btn-close {
    position: absolute;
    right: 24px;
}

#share_modal  .modal-body {
    padding: 25px;
}

#share_modal h4 {
    font-size: 18px;
    color: #043B72;
}

#share_modal p {
    color: #333;
    margin-bottom: 20px;
}

#share_modal .form-group {
    margin-bottom: 15px;
}

#share_modal .form-group .form-control {
    padding: 12px;
    border-radius: 5px;
    box-shadow: none !important;
    border: solid 1px #ddd !important;
    font-size: 15px;
}

#share_modal .form-group textarea.form-control {
    height: 100px;
}

#share_modal .modal-footer {
    border: 0;
    padding-top: 0;
    padding-bottom: 25px;
    justify-content: center;
}

#share_modal .modal-footer button {
    padding: 10px 25px;
    border-radius: 5px;
}

#share_modal .modal-footer button.btn.btn-primary {
    background-color: #13A277;
    border-color: #13A277;
}

.choose_box {
    padding: 40px;
    border-radius: 10px;
    background-color: #f4f1f1;
}

.choose_box img {
    margin-bottom: 20px;
    height: 59px;
}

.choose_box h4 {
    font-size: 22px;
}

.choose_box p {
    margin: auto;
    width: 85%;
}

.Multiply_sec .image {
    text-align: right;
}

.Multiply_sec .image img {
    width: 422px;
}

.get_box img {
    height: 160px;
    object-fit: contain;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 15px;
}

.get_box h4 {
    font-size: 22px;
}

.get_box p {
    margin: 0 auto;
    width: 80%;
}

.what_box {
    background-color: #F4F2F1;
    box-shadow: 2px 2px 10px #00000036;
    border-radius: 15px;
    padding-bottom: 25px;
    overflow: hidden;
}

.what_box .what_cnt {
    background: linear-gradient(180deg, #D8670E 0%, #f58126 50%);   
    padding: 25px;
    margin-bottom: 25px;
    min-height: 190px;
}

.what_box .what_cnt h4 {
    color: #fff;
    font-size: 24px;
}

.what_box .what_cnt p {
    color: #fff;
    max-width: 90%;
    margin: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}

.what_box img {
    max-width: 50px;
}

.Equity_slider .banner_cnt h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;    
}

.Equity_slider .banner_cnt h4 span {
    color: #f58126;
}

.Equity_slider form>.form-group {
    display: flex;
    position: relative;
    align-items: center;
}

.Equity_slider form>.form-group input {
    width: 100%;
    border: solid 1px #ddd;
    padding: 12px;
    border-radius: 5px;
    outline: 0;
}

.Equity_slider form>.form-group button.btn-light {
    position: absolute;
    right: 0px;
    border: 0;
    background-color: #13a277;
    color: #fff;
    padding: 12px 20px;
    border-radius: 0 5px 5px 0px;
}

.Equity_slider form {
    width: 80%;
}

.Equity_slider form .checkbox {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
}

.Equity_slider form .checkbox a {
    color: #f58126;
}  

.TopIntroBannerSec_bannerLhs__GXTZD {
    flex: 0 0 410px;
    position: relative;
    height: 440px;
}

.TopIntroBannerSec_dottedbg__n1aGY {
    width: 125px;
    height: 94px;
    position: absolute;
    left: -35px;
    top: 60px;
    z-index: 0;
    background-position: 0 8px;
    background-size: 13px 13px;
}

.TopIntroBannerSec_bannerLhs__GXTZD .TopIntroBannerSec_mac__xvRT5 {
    width: 121px;
    position: absolute;
    background-image: url(../images/equity-trading-banner1.png);
    background-repeat: repeat-y;
    background-position: top;
    background-size: cover;
    animation: TopIntroBannerSec_scroll___B9Ji 10s linear infinite;
    top: 0;
    left: 0;
    height: 100%;
}

.TopIntroBannerSec_bannerLhs__GXTZD .TopIntroBannerSec_mac__xvRT5.TopIntroBannerSec_right__aH1UW {
    left: auto;
    right: 0;
    background-image: url(../images/equity-trading-banner03.png);
}

.TopIntroBannerSec_bannerLhs__GXTZD .TopIntroBannerSec_mac2__CHC3z {
    width: 121px;
    position: absolute;
    background-image: url(../images/equity-trading-banner2.png);
    background-repeat: repeat-y;
    background-position: top;
    background-size: cover;
    animation: TopIntroBannerSec_scrollRight__0g8qj 10s linear infinite;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translate(-50%, 0px);
}

@keyframes TopIntroBannerSec_scroll___B9Ji {
    0% {
        background-position: center 0
    }

    to {
        background-position: center calc(100% - 439px)
    }
}

@keyframes TopIntroBannerSec_scrollRight__0g8qj {
    0% {
        background-position: center calc(100% - 439px)
    }

    to {
        background-position: center 0
    }
}

.demat_account_sec ul {
    display: flex;
    flex-wrap: wrap;
    border: solid 1px #043B72;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 2px 2px 10px #0000004d;
    padding-bottom: 20px;
    background-color: #fff;
}

li.demat_icon {
    width: 50%;
    margin-bottom: 30px;
    padding-left: 50px;
}

li.demat_icon img {
    width: 45px;
    margin-right: 10px;
}

li.demat_icon span {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

li.demat_icon span span {
    color: #f58126;
}

.equity_box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #0000001f;
    min-height: 200px;
    position: relative;
}

.equity_box .image {
    position: relative;
    background-color: #fff;
    width: 90px;
    margin: auto;
    top: -60px;
    height: 90px;
    padding: 20px;
    border-radius: 100%;
    box-shadow: 2px 2px 10px #00000024;
}

.equity_account_sec .main_heading {
    margin-bottom: 80px;
}

.equity_box h4 {
    margin-top: -30px;
    font-size: 22px;
}

.Multiply_sec .main_heading h2 {
    font-size: 35px;
}

.Multiply_box {
    border: solid 1px #f58126;
    border-radius: 10px;
    padding: 20px;
    min-height: 180px;
}

.Multiply_box p {
    margin: 0;
}

.Multiply_box .head {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.Multiply_box .head h5 {
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 20px;
}

.Trading_box {
    border: solid 1px #043B72;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #0000000f;
    min-height: 130px;
}

.Trading_box h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}

.Trading_box p {
    margin: 0;
}

.faq_btn button.btn {
    color: #006dec;
    margin-top: 20px;
    font-weight: 500;
}

.faq_btn button.btn img {
    width: 24px;
}

.home_banner_bg {
    background-image: url(../images/image-banner-home4.jpg);
    background-size: cover;
    padding: 100px 0;
    background-position: center;
    position: relative;
}

.Fingertips_sec .colum_image img {
    max-width: 470px;
    margin-top: 40px;
}

.Quickly_sec .colum_text p {
    margin: 0;
}

.Opportunity .colum_image img {
    max-width: 380px;
}

.Invest .colum_image img {
    width: 80%;
}

.TopIntroBannerSec_dottedbg__n1aGY {
    width: 125px;
    height: 94px;
    position: absolute;
    left: -35px;
    top: 60px;
    z-index: 0;
    background-position: 0 8px;
    background-size: 13px 13px;
}

.polka {
    background-image: radial-gradient(#ffc6a0 14.4%, transparent 18.4%);
    background-position: 0 8px;
    background-size: 16px 20px;
}

ul.why_sherkhan {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.why_sherkhan li {
    border: solid 1px #f58126;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 2px 2px 10px #0000002b;
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.why_sherkhan li p {
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

ul.why_sherkhan li.first {
    max-width: 30%;
}

ul.why_sherkhan li.sec {
    top: 40px;
    max-width: 40%;
    height: 110px;
}

ul.why_sherkhan li.third {
    height: 100px;
    max-width: 37%;
    margin-right: auto;
    left: 40px;
}

ul.why_sherkhan li.four {
    top: 46px;
    left: -35px;
}

ul.why_sherkhan li.five {
    width: 30%;
    top: 0px;
    left: -90px;
}

ul.why_sherkhan li.six {
    top: 50px;
    max-width: 40%;
    height: 110px;
    right: 85px;
}

.why_sherkhan_sec .colum_image img {
    width: 100%;
    margin-top: -50px;
}

.why_sherkhan_sec {
    padding-bottom: 30px;
}

.work_sec .row .col-md-3:nth-child(4) .work_box:before {
    display: none;
}

.Invest ul.check_box li {
    border: solid 1px #ddd;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 10px;
    transition: 0.4s;
}

.Invest ul.check_box li:hover {
    border-color: #f58126;
}

.Invest ul.check_box li strong {
    display: block;
    margin-bottom: 3px;
    font-size: 18px;
}

.why_sharkhan .colum_image  img {
    width: 100%;
    height: 550px;
    object-fit: contain;
    margin-top: -60px;
}

.why_sharkhan {
    padding-bottom: 20px;
}

.row.view_more_list.active {
    display: flex !important;
    margin: 0;
    padding: 0;
}

/*------Mutual Fund css--------*/

.chart_inner {
    border: solid 1px #f58126;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 2px 2px 10px #00000026;
    background-color: #fff;
    text-align: center;
}

.chart_inner ul#pills-tab {
    border: solid 1px #f58126;
    display: inline-flex;
    padding: 3px;
    border-radius: 50px;
}

.chart_inner .nav-pills .nav-link.active {
    color: #fff;
    border-radius: 50px;
    background-color: #f58126;
}

.chart_inner .nav-pills .nav-link {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding: 8px 25px;
}

.range_lable {
    display: flex;
    text-align: left;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}

.range_lable input {
    border: solid 1px #ddd;
    border-radius: 50px;
    width: auto;
    outline: 0;
    text-align: center;
    max-width: 90px;
    padding: 6px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 2px 2px 5px #0000002b;
}

.range_lable label.form-label {
    margin: 0;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.range_sliders .form-group {
    margin-bottom: 20px;
}

.range_sliders .form-group:last-child {
    margin: 0;
}

ul.points {
    display: flex;
    justify-content: center;
    margin: 15px 0 40px;
    width: 50%;
    margin-left: auto;
}

ul.points span {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: #ddd;
    margin-right: 6px;
    border-radius: 50px;
}

ul.points li {
    margin: 0 20px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
}

ul.points li.blue {
    color: #043b72;
}

ul.points li.blue span {
    background-color: #043b72;
}

ul.points li.orange {
    color: #f58126;
}

ul.points li.orange span {
    background-color: #f58126;
}

ul.text_data {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

ul.text_data strong {
    display: block;
    font-weight: 600;
}

ul.text_data li {
    margin: 0 15px;
    color: #000;
}

.action_btn_text {
    margin-top: 35px;
}

.action_btn_text.text-center.step-5.ft_content-5 {
    margin-top: 40px;
}

.action_btn_text h5 {
    font-size: 16px;
    margin-bottom: 20px;
}

.promise_box img {
    width: 50px !important;
    margin: 0 auto;
    margin-bottom: 20px;
}

#promise .center .promise_box img {
    filter: initial;
} 

.promise_box h4 {
    font-size: 22px;
}

.promise_box p {
    font-size: 16px;
    margin: 0;
}

#promise .center .promise_box h4 {
    color: #fff;
}

#promise .center .promise_box p {
    color: #fff;
}

.Consolidate {
    background-color: #272933;
}

.Consolidate h5 {
    color: #fff;
    margin-bottom: 30px;
}

.timeline span.number {
    width: 50px;
    height: 50px;
    display: inline-flex;
    background-color: #043b72;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    outline: solid 1px #ddd;
    outline-offset: 2px;
}

.timeline span.line {
    height: 80px;
    width: 2px;
    background-color: #f58126;
    display: block;
    margin: auto;
    position: relative;
}

.timeline {
    text-align: center;
}

.timeline span.line:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 10px;
    background-color: #043b72;
    left: -4px;
    border-radius: 50%;
}

.personalized .row .col-md-3:nth-child(2) .timeline .line,
.personalized .row .col-md-3:nth-child(4) .timeline .line{
    height: 160px;
}

.personalized .row {
    position: relative;
}

.personalized .row:before {
    content: "";
    width: 75%;
    position: absolute; 
    height: 2px;
    background-color: #f58126;
    left: 50%;
    transform: translate(-50%, 0px);
    top: 23px;
    z-index: -1;
}

.personalized_box img {
    width: 60px;
    margin-bottom: 10px;
}

.personalized_box  .box_inner {
    margin-top: 20px;
}

.personalized_box h4 {
    font-size: 22px;
    color: #000;
}

.benefits_box {
    display: flex;
    align-items: center;
    border: solid 1px #f58126;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    min-height: 162px;
    transition: 0.4s;
    max-width: 95%;
    margin: 0 auto 60px;
    z-index: 9; 
}

.benefits_box img {
    width: 50px;
    margin-right: 15px;
}

.benefits_box h4 {
    font-size: 18px;
}

.benefits_box p {
    margin: 0;
}

.benefits_box:before {
    content: "";
    position: absolute;
    right: -250px;
    border-bottom: dashed 1px #f58126;
    width: 250px;
    top: 50%;
    z-index: 1;
}

.Benefits .col-md-4:nth-child(6) .benefits_box:before {
    display: none;
}

.Benefits .col-md-4:nth-child(4) .benefits_box:after,
.Benefits .col-md-4:nth-child(5) .benefits_box:after{
    content: "";
    position: absolute;
    left: 15%;
    border-left: dashed 1px #f58126;
    width: 1px;
    top: -38%;
    z-index: 1;
    height: 60px;
}

.Benefits .col-md-4:nth-child(5) .benefits_box:after {
    left: auto;
    right: 15%;
}

.benefits_box.line-none:before {
    display: none;
}

.benefits_box:hover {
    box-shadow: 2px 2px 10px #00000038;
}

.our_solution_box {
    border: solid 1px #ddd;
    border-radius: 15px;
    text-align: center;
    padding: 30px 20px;
    transition: 0.4s;
    margin-bottom: 0px;
    min-height: 300px;
}

.our_solution_box img {
    width: auto !important;
    margin: 0 auto 20px;
    height: 55px;
}

.our_solution_box p:last-child {
    margin: 0;
}

.our_solution_box h4 {
    margin-bottom: 15px;
    font-size: 20px;
}

.our_solution_box:hover {
    border-color: #f58126;
    box-shadow: 2px 2px 10px #0000002e;
}

#Mutual_Solutions_slider .owl-dots {
    text-align: center;
    margin-top: 20px;
}

#Mutual_Solutions_slider .owl-dots button.owl-dot {
    background-color: transparent;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 100%;
    border: solid 1px #ddd;
}

#Mutual_Solutions_slider .owl-dots button.owl-dot.active {
    background-color: #f58126;
}

#offer_slider {
    padding: 40px 60px;
}

#offer_slider img {
    height: 80px;
    object-fit: contain;
    max-width: 160px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin: auto;
}

.step_img-4 {
  z-index: 2;
  border: 2px solid #ffeee0;
  border-radius: 1rem;
  flex: none;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.sticky-center {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.ft_content-4 {
  color: #7e7e7e;
}

.sticky-text_wrapper {
  color: #363636;
  text-decoration: none;
  display: block;
  position: relative;
}

.sticky-text_wrapper.steps {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.sticky-text_wrapper.steps.fourth {
  margin-bottom: 0;
}

.sticky-text_wrapper.steps.fifth {
  margin-bottom: 0;
}

.paragraph-l {
    text-transform: none;
    max-width: 27.625rem;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 28px;
}

.phone-screen {
  width: 100%;
  max-height: 100%;
  position: relative;
  border-radius: 16px;
  overflow: hidden
}

.progress-1 {
  transform-origin: 50% 0;
  background-image: linear-gradient(#FFC08E, #F58126 50%, #FFC08E);
  border-radius: 1.25rem;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.sticky-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(442px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.ft_content-2 {
  color: #7e7e7e;
}

.progress-3, .progress-4 {
  transform-origin: 50% 0;
  background-image: linear-gradient(#FFC08E, #F58126 50%, #FFC08E);
  border-radius: 1.25rem;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.phone-screen_wrapper {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.steps_tag {
  text-transform: uppercase;
  font-size: 14px;
}

.position-relative {
  grid-column-gap: 1.5rem;
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 34.125rem;
  display: flex;
  position: relative;
}

.personalized .main_heading {
  margin-bottom: 0;
}

.personalized .main_heading p {
    margin: 0;
}

.sticky-container {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  padding-top: 1.25rem;
  display: flex;
  position: sticky;
  top: 0;
}

.phone-mock_wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.ft_content-3 {
  color: #7e7e7e;
}

.step_img-1 {
  z-index: 5;
  object-fit: fill;
  border: 2px solid #ffeee0;
  border-radius: 1rem;
  flex: none;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.progress_wrapper {
  display: flex;
}

.sticky-wrapper {
  width: 100%;
  height: 700vh;
  position: relative;
}

.ft_content-1 {
  color: #7e7e7e;
}

.step_img-3 {
  z-index: 3;
  border: 2px solid #ffeee0;
  border-radius: 1rem;
  flex: none;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.steps_heading {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}

.step_img-2 {
  z-index: 4;
  border: 2px solid #ffeee0;
  border-radius: 1rem;
  flex: none;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.stick-text_detail {
  transform-origin: 50% 0;
  overflow: hidden;
}

.stick-text_detail.steps2, .stick-text_detail.steps1, .stick-text_detail.steps5, .stick-text_detail.steps3, .stick-text_detail.steps4 {
  height: 0;
}

.progress-2 {
  transform-origin: 50% 0;
  background-image: linear-gradient(#FFC08E, #F58126 50%, #FFC08E);
  border-radius: 1.25rem;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.sticky-img_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  max-width: 614px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.progress_bg-wrapper {
  background-color: #fff1e6;
  border-radius: 1.25rem;
  flex: none;
  width: .25rem;
  position: relative;
  overflow: hidden;
}

.progress_bg-wrapper.step-3, .progress_bg-wrapper.step-5, .progress_bg-wrapper.step-4, .progress_bg-wrapper.step-2, .progress_bg-wrapper.step-1 {
  opacity: 0;
}

.ft_content-5 {
  color: #7e7e7e;
}

.hide-desk-only {
  display: none;
}

.sticky-triggers {
  position: absolute;
  inset: 0%;
}

.sticky-trigger {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto;
}

.sticky-trigger._16 {
  top: 0%;
}

.sticky-trigger._32 {
  top: 16%;
}

.sticky-trigger._48 {
  top: 32%;
}

.sticky-trigger._64 {
  top: 64%;
}


ul.check_box {
    max-width: 90%;
}

#Mutual_Solutions_slider {
    position: relative;
}

#Mutual_Solutions_slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 110%;
    display: flex;
    justify-content: space-between;
    left: -5%;
}

#Mutual_Solutions_slider .owl-nav button {
    width: 40px;
    height: 40px;
    background-color: #043b72;
    border-radius: 100%;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#Mutual_Solutions_slider .owl-nav button span {
    margin-top: -4px;
}

#Mutual_Solutions_slider .owl-nav button.disabled {
    opacity: 0;
}

.promise_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.promise_grid .promise_box {
    padding: 32px 1.5rem 1.5rem;
    transition: 0.4s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.promise_grid .promise_box:hover {
    border-color: #f58126;
    box-shadow: 2px 2px 10px #0000003b;
}

.promise_grid .default-item{
    border-radius: 15px;
    max-width: 350px;
    background-color: #ffffff;
    border: solid 1px #ddd;
    box-shadow: 2px 2px 10px #0000001c;
    text-align: center;
}

.promise_grid .item-2{
    grid-area: 1 / 2 / 3;
    position: relative;
    max-width: 350px;
    border-radius: 24px;
    height: 550px;
    transition: opacity 1.5s;
    background: linear-gradient(205deg, #043b72 -3.38%, #0060c0 26.51%, #0066cc 26.52%, #043b72 77.82%, #00254a 93.45%);
    text-align: center;
    align-items: center;
    justify-content: center;
}

.promise_box.item-2 h4 {
    color: #fff;
    font-size: 45px;
    font-weight: 300;
    margin-top: 20px;
}

.promise_box.item-2 p {
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
}

.promise_grid .item-2 img {
    margin: 0;
}

.hidden {
    display: none;
}

ul.registered_text {
    margin-top: 12px;
}

ul.registered_text li {
    color: #ddd;
    font-size: 14px;
    margin-bottom: 2px;
}

.registered_list {
    display: flex;
    margin-top: 35px;
    align-items: center;
}

.registered_list img {
    width: 64px;
    margin-right: 15px;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
    height: 64px;
    object-fit: contain;
}

.registered_list p {
    color: #fff;
    margin: 0;
    width: 75%;
}

.registered_inner {
    border-top: solid 1px #ddd;
    padding-top: 10px;
    margin: 0;
    margin-top: 20px;
}

.registered_inner>div {
    padding: 0;
}

.banner_cnt ul.list li {
    margin-bottom: 10px;
}

.banner_cnt ul.list li img {
    width: 35px;
    margin-right: 10px;
}

.pms_banner .banner_cnt ul li {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.pms_banner .banner_cnt ul li span {
    font-size: 18px;
}

.banner_cnt ul.list {
    margin-top: 30px;
}

.pms_banner .container>.row {
    border-radius: 15px;
}

ul.banner_icon_box li {
    text-align: center;
}

ul.banner_icon_box li h5 {
    color: #000 !important;
    margin-top: 15px;
    font-size: 16px !important;
    margin-bottom: 5px !important;
}

ul.banner_icon_box li p {
    margin: 0 !important;
    font-size: 15px;
    width: 100% !important;
}

ul.banner_icon_box li img {
    width: 80px;
}

.pms_banner .card{
    width: 100%;
    padding: 30px;
    border: solid 1px #043B72;
    border-radius: 20px;
    box-shadow: 2px 2px 10px #00000038;
}

.pms_banner .progress{
    display:flex;
    gap:4px;
    margin-bottom:24px;
    background-color: transparent;
}

.pms_banner .progress div{
    flex:1;
    height:4px;
    border-radius:2px;
    background:#d3d3d3;
}

.pms_banner .progress div.active{
    background:#f58024;
}

.pms_banner .card h2{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #333;
    text-align: center;
    width: 60%;
    margin: 0 auto 30px;
}

.pms_banner .banner_cnt h4 {
    margin: 30px 0 50px;
    font-size: 22px;
    color: #000;
}

.pms_banner .card p {
    font-size:14px;
    color:#666;
    margin:8px 0 0;
    text-align: left;
}

.pms_banner .card .options{
    margin-top:20px;
}

.pms_banner .card .option-btn{
    width:100%;
    display:flex;
    align-items:center;
    background:#fff;
    border:1px solid #ccc;
    border-radius:8px;
    padding:12px 20px;
    margin-bottom:15px;
    text-align:left;
    box-shadow:0 0 5px rgba(245,128,36,.4);
    font-size:16px;
    font-weight:500;
    color:#333;
    cursor:pointer;
    transition:.2s;
}

.pms_banner .card .option-btn:hover{
    transform:scale(1.02);
}

.pms_banner .card .submit-btn{
    display:block;
    background:#ccc;
    color:#fff;
    border:none;
    border-radius:6px;
    padding:12px 20px;
    font-size:16px;
    font-weight:600;
    margin:20px auto 0;
    max-width:200px;
    width:100%;
    cursor:not-allowed;
    transition:.2s;
}

.pms_banner .card .submit-btn.enabled{
    background:#f58024;
    cursor:pointer;
}

.pms_banner .card .form_submit .form-group {
    margin-bottom: 15px;
    text-align: left;
}

.pms_banner .card .form_submit label {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 16px;
}

.pms_banner .card .form_submit .form-control {
    width: 100%;
    border:1px solid #ccc;
    border-radius:8px;
    padding:12px 20px;
    text-align:left;
    box-shadow:0 0 5px rgba(245,128,36,.4);
    font-size:16px;
    font-weight:500;
    color:#333;
    cursor:pointer;
    transition:.2s;
}

.pms_banner .card .form_submit textarea.form-control {
    height: 100px;
}

.What_are_box {
    background-color: #F4F2F1;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #00000021;
    border: solid 1px #043b7212;
    min-height: 240px;
}

.What_are_box h4 {
    color: #043B72;
    font-size: 22px;
    margin-bottom: 20px;
}

.What_are_box p{
    margin: 0;
}

.why_pms_sce .chart_inner {
    border: 0;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}
.pms_box {
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 10px;
    position: relative;
    transition: 0.4s;
}

.pms_box:hover {
    box-shadow: 2px 2px 10px #00000038;
}

.pms_box img {
    width: 60px;
    margin-bottom: 20px;
}

.pms_box .cnt {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #043B72;
    width: 100%;
    left: 0;
    border-radius: 10px;
    display: flex;
    padding: 30px;
    transition: 0.4s;
    transform: scale(0);
    z-index: 999;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.pms_box .cnt h4 {
    color: #fff;
}

.pms_box  h4 {
    font-size: 20px;
}

.pms_box .cnt p {
    color: #fff;
    margin: 0;
}

.pms_box:hover .cnt {
    transform: scale(1);
    transition: .4s;
}

.questions_sec .accordion-item .accordion-body {
    padding-top: 0;
}

.questions_sec .accordion-item .accordion-body ul li {
    list-style: disc;
    margin-bottom: 6px;
}

.questions_sec .accordion-item .accordion-body strong, .questions_sec .accordion-item .accordion-body b {
    font-weight: 600;
}

.Doctor_banner .banner_cnt p {
    margin: 15px 0;
}

.Doctor_banner .banner_cnt .btn-light {
    margin-top: 15px;
}

.what_is_doctor h5 {
    margin-bottom: 20px;
}

.what_is_doctor p {
    width: 80%;
}

.colum_form {
    width: 100%;
    padding: 40px;
    border: solid 1px #043B72;
    border-radius: 20px;
    box-shadow: 2px 2px 10px #00000038;
    background-color: #fff;
}

.colum_form h3 {
    font-size: 24px;
    margin: 0;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.colum_form h3 span {
    color: #f58126;
}

.colum_form .form-group {
    margin-bottom: 15px;
}

.colum_form .form-group .form-control {
    outline: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 12px 20px;
    text-align: left;
    box-shadow: 0 0 5px rgba(245, 128, 36, .4);
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.Why_Choose_sec .pms_box {
    text-align: center;
    background-color: #f4f2f1;
}

.work_box_inner {
    position: relative;
    border: solid 3px #043B72;
    padding: 25px;
    border-radius: 15px;
    margin: 15px;
    outline: solid 1px #f58126;
    outline-offset: 15px;
    padding-top: 40px;
    min-height: 350px;
}

.work_box_inner:before {
    content: "";
    width: 25px;
    position: absolute;
    right: -46px;
    top: 50%;
    height: 1px;
    background-color: #043b72;
}

.Why_Choose_sec .col-md-4:nth-child(3) .work_box_inner:before {
    display: none;
}

.dot_line {
    position: absolute;
    right: -26px;
    background-color: #ffffff;
    height: 15px;
    width: 15px;
    top: 50%;
    transform: translate(0px, -50%);
    border: solid 1px #f58126;
    border-radius: 50px;
    z-index: 9;
}

.dot_line2 {
    position: absolute;
    right: -50px;
    background-color: #ffffff;
    height: 15px;
    width: 15px;
    top: 50%;
    transform: translate(0px, -50%);
    border: solid 1px #f58126;
    border-radius: 50px;
    z-index: 9;
}

.work_box_inner .steps {
    position: absolute;
    top: -30px;
    background-color: #fff;
    border: solid 1px #f58126;
    border-radius: 50px;
    width: 110px;
    left: 50%;
    transform: translate(-50%, 0px);
    padding: 6px;
    font-weight: 500;
    color: #0e4377;
    text-align: center;
}

.work_box_inner img {
    width: 50px;
    margin-bottom: 20px;
}

.work_box_inner h4 {
    font-size: 20px;
}

.bottom_text {
    max-width: 500px;
    margin: 30px auto 0;
}

.bottom_text p {
    margin-bottom: 30px;
}

.bottom_text p b {
    font-weight: 600;
}

.Mutual_banner .banner_cnt {
    margin-bottom: -60px;
}

.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #f58126; 
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #fff;
  box-shadow: none;
}

.product_inner {
    text-align: center;
    background-color: #F4F2F1;
    padding: 40px 20px;
    border-radius: 10px;
    transition: 0.4s;
}

/*.product_inner:hover {*/
/*    background-color: #043b72;*/
/*}*/

/*.product_inner:hover img {*/
/*    filter: brightness(0) invert(1);*/
/*}*/

/*.product_inner:hover h4 {*/
/*    color: #fff;*/
/*}*/

.product_inner img {
    width: 60px !important;
    height: 60px;
    margin: 0 auto 20px;
    object-fit: contain;
}

.product_inner h4 {
    margin: 0;
    font-size: 20px;
}

#our_products .owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 108%;
    left: -4%;
    display: flex;
    justify-content: space-between;
}

#our_products .owl-nav button {
    background-color: transparent;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    border: solid 1px #063d73;
    align-items: center;
    justify-content: center;
}

#our_products .owl-nav button span {
    font-size: 25px;
    line-height: 35px;
    color: #17497c;
}

#our_products .owl-nav button.disabled {
    opacity: 0;
}

.cost_box {
    text-align: center;
    border: solid 1px #043b72;
    border-radius: 20px;
    padding: 40px;
    background-color: #fff;
    padding-bottom: 110px;
}

.cost_box .avtar_img {
    border: solid 1px #043b72;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    margin: 0px auto 20px;
    box-shadow: inset 0px 0px 10px 0px #0000001c;
    background-color: #fff;
}

.cost_box .avtar_img img {
    padding: 10px;
}

.cost_box .title {
    margin-bottom: 40px;
}

.cost_box .title h4 {
    font-size: 28px;
    color: #f58126;
    margin-bottom: 5px;
}

.cost_box .title p {
    margin: 0;
    color: #000;
}

ul.cost_list {
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

ul.cost_list li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 17px;
}

ul.cost_list li b {
    font-weight: 600;
    color: #000;
}

ul.total_cost li {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
}

ul.total_cost li>* {
    font-weight: 600;
    color: #000;
    font-size: 18px;
}

ul.total_cost li b {
    color: #f58126;
}

.cost_delay .center_text {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    margin-top: -85px;
    box-shadow: -4px 4px 20px 2px rgb(0 0 0 / 15%);
}

.cost_delay .center_text p {
    color: #333;
    margin-bottom: 10px;
    font-size: 17px;
}

.cost_delay .center_text p b {
    color: #000;
}

.cost_delay .center_text p:first-child {
    font-size: 20px;
}

.cost_delay .center_text p:last-child {
    margin: 0;
}

/*.cost_delay .center_text:before,*/
/*.cost_delay .center_text:after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 90px;*/
/*    height: 90px;*/
/*    border: dashed 1px #f58126;*/
/*    left: -90px;*/
/*    top: -26px;*/
/*    border-radius: 0px 0 0 50px;*/
/*    border-right: 0;*/
/*    border-top: 0;*/
/*}*/

/*.cost_delay .center_text:after {*/
/*    right: -90px;*/
/*    border-right: dashed 1px #F58126;*/
/*    border-radius: 0px 0px 50px 0px;*/
/*    left: auto;*/
/*    border-left: 0;*/
/*}*/

.Does_work_sec .colum_text h5 {
    margin-bottom: 20px;
    font-size: 18px;
    margin-top: 30px;
}

.Does_work_sec .colum_text ul {
    margin-bottom: 20px;
}

.Does_work_sec .colum_text ul li {
    margin-bottom: 6px;
}

.Does_work_sec .colum_text ul:last-child {
    margin: 0;
}

.Regime_form {
    text-align: left;
}

.Regime_form .form-group {
    position: relative;
}

.Regime_form .form-group .form-control {
    padding-left: 50px;
    height: 50px;
    box-shadow: 2px 2px 6px #0000001c;
    border: solid 1px #ddd;
    margin-top: 8px;
    font-size: 15px;
}

.Regime_form .form-group img {
    width: 30px;
    position: absolute;
    bottom: 9px;
    left: 12px;
    z-index: 9;
}

.Regime_form .form-group .form-control:disabled {
    background-color: #fff;
}

.Regime_form .form-group label {
    color: #444;
}

.Regime_form span {
    margin-top: 5px;
    display: block;
    font-size: 14px;
}

.Calculation_Results {
    text-align: left;
    margin-bottom: 30px;
}

.Calculation_Results .head_title {
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Calculation_Results .head_title h4 {
    margin: 0;
    font-size: 22px;
}

.Calculation_Results .head_title button.btn {
    padding: 8px 25px;
    background-color: transparent;
    font-size: 14px;
    transition: 0.4s;
    cursor: pointer;
    border: solid 1px #13A277;
    color: #13A277;
    border-radius: 50px;
}

.Results_box {
    border: solid 1px #f58126;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 5px 5px 5px #0000001f;
    position: relative;
}

span.top_lable {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #13a277;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 50px;
}

.Results_box h5 {
    font-size: 16px;
}

.Results_box ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 15px;
}

.Results_box h3.price {
    font-size: 26px;
}

.Results_box.dark_box {
    background-color: #043B72;
    border-color: #043B72;
}

.Results_box.dark_box>* {
    color: #fff;
}

.Results_box.dark_box li {
    color: #fff;
}

.alrt_box {
    text-align: center;
    background-color: #f58126;
    border-radius: 10px;
    margin-top: 25px;
    padding: 15px;
}

.alrt_box p {
    color: #fff;
    margin: 0;
}

.alrt_box p img {
    width: 30px;
}

.Tax_Breakdown {
    text-align: left;
    margin-top: 40px;
    border-top: solid 1px #ddd;
    padding-top: 20px;
}

.Tax_Breakdown p {
    margin-bottom: 20px;
}

.Tax_Breakdown h3 {
    font-size: 26px;
    margin-bottom: 5px;
}

.Tax_Breakdown table th {
    font-weight: 600;
    font-size: 17px;
}

.Tax_Breakdown table tbody th {
    text-align: left;
}

.Tax_Breakdown table td {
    color: #444;
    text-align: left;
    padding: 10px 20px;
}

.Tax_Breakdown table {
    margin: 0;
}

.Tax_Breakdown .table-responsive {
    margin-bottom: 20px;
}

.Calculation_Results.show {
    display: block;
}

.Tax_Breakdown.show {
    display: block;
}

.planing_box {
    background-color: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 2px 2px 10px #00000024;
    display: flex;
    flex-wrap: wrap;
}

.planing_box .image {
    width: 60px;
    height: 60px;
    background-color: #043b72;
    border-radius: 50px;
    padding: 10px;
    margin-right: 15px;
}

.planing_box h4 {
    width: 75%;
    font-size: 24px;
    min-height: 58px;
}

.planing_box p {
    margin: 0;
    margin-top: 15px;
    min-height: 78px;
}

div#our_products .owl-stage-outer {
    z-index: 99;
}

.flip-box {
    background-color: transparent;
    width: 100%;
    height: 250px;
    border: 1px solid #f1f1f1;  
    border-radius: 10px;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.flip-box-front {
    background-color: #fff;
    color: black;
    border-radius: 10px;
}

.flip-box-front img{
    width: 60px;
    margin-bottom: 20px;
}

.flip-box-back {
    background-color: #043B72;
    color: #fff;
    transform: rotateY(180deg);
    border-radius: 10px;
    padding: 16px;
}

.flip-box-back>* {
    color: #fff;
}

.flip-box h4 {
    font-size: 20px;
}

.Why_Choose_sec .flip-box-front {
    background-color: #f4f2f1;
}

.Does_work_sec .colum_text ul li b {
    font-size: 18px;
    color: #000;
}

.Comparison_sec .Tax_Breakdown {
    border: 0;
    padding: 0;
    margin: 0;
}

.Comparison_sec .Tax_Breakdown .table-responsive {
    margin: 0;
}

.owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 10px);
}

.owl-dots button.owl-dot {
    background-color: #ffffff !important;
    width: 15px;
    height: 15px;
    margin: 0 4px;
    border-radius: 100px;
    border: solid 1px #ddd !important;
}

.owl-dots button.owl-dot.active {
    background-color: #f58126 !important; 
}

.owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 10px);
}

.owl-dots button.owl-dot {
    background-color: #ffffff;
    width: 15px;
    height: 15px;
    margin: 0 4px;
    border-radius: 100px;
    border: solid 1px #ddd;
}

.owl-dots button.owl-dot.active {
    background-color: #f58126;
}

.investing_box h1 {
    background-color: #fff;
    color: #B4B4B4;
    width: 90px;
    height: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #0000002b;
    margin-bottom: 30px;
}

.Smart_Investing {
    position: relative;
}

.Smart_Investing:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background-image: url(../images/bg-overlay-home.png);
    background-size: contain;
    height: 200px;
    width: 100%;
    z-index: 0;
    background-repeat: no-repeat;
}

.Smart_Investing .container {
    position: relative;
}

.investing_box {
    position: relative;
    transition: 0.4s;
    padding: 20px;
}

.investing_box:hover h1 {
    background-color: #043B72;
    transition: 0.4s;
    color: #fff;
}

.investing_box p {
    font-size: 18px;
    font-weight: 500;
    max-width: 70%;
    margin: auto;
}

.investing_box:before,
.investing_box:after{
    content: "";
    position: absolute;
    width: 140px;
    height: 1px;
    border-bottom: dashed 1px #f58126;
    top: 65px;
    left: -11px;
}

.investing_box:after {
    left: auto;
    right: -11px;
}

.Investing_sec>.container>.row {
    position: relative;
}

.Investing_sec>.container>.row:before,
.Investing_sec>.container>.row:after{
    content: "";
    position: absolute;
    top: 53px;
    background-color: #043B72;
    height: 25px;
    width: 25px;
    left: 0;
    border-radius: 50px;
    z-index: 9;
}

.Investing_sec .row:after {
    left: auto !important;
    right: 0;
}

.People_box {
    background-color: #f4f2f1;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #0000001f;
    margin: 10px 0;
    text-align: center;
    min-height: 250px;
    transition: 0.4s;
}

.People_box:hover {
    background-color: #043B72;
}

.People_box:hover * {
    color: #fff;
}

.People_box:hover img {
    filter: brightness(0) invert(1);
}

.People_box img {
    width: 60px !important;
    margin: 0 auto 20px;
}

.People_box p {
    margin: 0;
}

.People_box h4 {
    font-size: 20px;
}

.owl-nav button {
    width: 40px;
    height: 40px;
    background-color: #043b72;
    border-radius: 100%;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-nav button span {
    margin-top: -4px;
}

#Why_People_slider .owl-nav button,
#testimonial_slider .owl-nav button{
    border: solid 1px #043B72;
    font-size: 28px;
    color: #043B72;
    display: inline-flex;
    margin-left: 10px;
    transition: 0.4s;
}

#Why_People_slider .owl-nav,
#testimonial_slider .owl-nav{
    text-align: right;
    margin-top: 25px;
}

#Why_People_slider .owl-nav button:hover,
#testimonial_slider .owl-nav button:hover{
    background-color: #043B72;
    color: #fff;
}

.calculator-grid {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 40px;
    align-items: end;
}

.controls {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.control-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

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

.control-label {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.control-value {
    background: #f0f0f0;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    width: 131px;
    text-align: right;
    background-color: transparent;
    border: solid 1px #ddd;
    box-shadow: 2px 2px 5px #0000001c;
    outline: 0;
}

.slider-container {
    position: relative;
}

.slider {
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: #e0e0e0;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

.slider::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ff6b35;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ff6b35;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.chart-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.chart-container {
    position: relative;
    height: 400px;
    background: white;
    border-radius: 8px;
}

.summary {
    display: flex;
    justify-content: center;
}

.summary .summary-item {
    margin: 0 20px;
}

.summary-label {
    font-size: 19px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 600;
}

.summary .summary-item:first-child .summary-label {
    color: #043b72;
}

.summary .summary-item:last-child .summary-label {
    color: #f58126;
}

.summary-value {
    font-size: 18px;
    font-weight: 400;
    color: #444;
}

.blog_inner ul#pills-tab {
    border: solid 1px #f58126;
    display: inline-flex;
    padding: 3px;
    border-radius: 50px;
}

.blog_inner .nav-pills .nav-link.active {
    color: #fff;
    border-radius: 50px;
    background-color: #f58126;
}

.blog_inner .nav-pills .nav-link {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding: 8px 25px;
}

.blog_inner {
    text-align: center;
}

.blog_box {
    overflow: hidden;
    background-color: #fff;
    text-align: left;
    margin-bottom: 25px;
}

.blog_box img {
    height: auto;
    width: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.blog_box .head {
    display: none;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}

.blog_box .head span {
    background-color: #f4f2f1;
    padding: 5px 10px;
    font-size: 15px;
}

.blog_box .head b {
    font-weight: 400;
    font-size: 15px;
    color: #444;
}

.blog_box .image {
    overflow: hidden;
}

.blog_box:hover img {
    transform: scale(1.1);
}

.blog_box .cnt {
    padding: 15px;
}

.blog_box .cnt p {
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog_box .cnt span.btn {
    padding: 0;
    background-color: transparent;
    outline: 0 !important;
    border: 0;
    font-size: 15px;
    color: #13a277;
    text-align: left;
}

ul.Investing_list li {
    padding: 20px 0;
    display: flex;
    align-items: center;
    transition: 0.4s;
}

ul.Investing_list li .icon {
    margin-right: 15px;
    width: 70px;
    height: 70px;
    background-color: #fff;
    box-shadow: 2px 2px 10px #0000001f;
    padding: 12px;
    border-radius: 5px;
    transition: 0.4s;
}

ul.Investing_list li span {
    font-size: 20px;
    width: 70%;
    color: #000;
    font-weight: 500;
    display: inline-block;
}

ul.Investing_list li:hover .icon {
    background-color: #043b72;
}

ul.Investing_list li:hover .icon img {
    filter: brightness(0) invert(1);
}

.colum_form .form-group textarea.form-control {
    height: 100px;
}

.testimonial_box {
    background-color: #fff;
    box-shadow: 2px 2px 10px #0000002b;
    margin-bottom: 10px;
    padding: 25px;
    border-radius: 10px;
}

.testimonial_box .image {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 2px 2px 5px #0000002b;
    border: solid 2px #fff;
}

.testimonial_box p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    transition: 0.4s;
    height: 154px;
}

.testimonial_box:hover p {
    display: block;
    height: 100%;
} 

.testimonial_box h5 {
    font-size: 18px;
    margin-top: 25px;
    color: #f58126;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.testimonial_box span {
    color: #444;
}

#Start_Investing .modal-content {
    background-color: transparent;
    border: 0;
}

#Start_Investing .modal-dialog {
    max-width: 600px;
    display: flex;
    align-items: center;
    height: 100%;
}

.pms_banner .card h2 span {
    color: #f58126;
}

.pms_banner .card h2 span {
    color: #f58126;
}

#Start_Investing .modal-dialog h2 {
    font-size: 28px;
    margin-bottom: 30px;
}

.investing_fild {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.investing_fild button.option-btn {
    margin: 0 8px;
    text-align: center !important;
    justify-content: center;
    width: 30% !important;
    padding: 10px !important;
}

.investing_fild button.option-btn img {
    width: 50px;
    margin-bottom: 15px;
}

.investing_fild button.option-btn h4 {
    font-size: 17px;
    transition: 0.4s;
}

.investing_fild button.option-btn:hover {
    background-color: #043b72;
}

.investing_fild button.option-btn:hover h4 {
    color: #fff;
}

.investing_fild button.option-btn:hover img {
    filter: brightness(0) invert(1);
}

#Start_Investing.pms_banner .card .step {
    text-align: center;
}

#Start_Investing.pms_banner .card .step .action_btn {
    margin-top: 20px;
}

#Start_Investing.pms_banner .card #step2 img {
    width: 180px;
    margin-bottom: 40px;
}

.action_btn .btn-secondary {
    background-color: #444;
}

.pms_banner .card button.btn-close {
    position: absolute;
    right: 30px;
    top: 30px;
}

#Start_now .modal-content {
    align-items: center;
    justify-content: center;
}

#Start_now.modal.fade .modal-dialog {
    height: 100%;
    display: flex;
    margin: 0 auto;
}

#Start_Investing.pms_banner .card button.btn-close {
    top: 30px;
}

.whatsapp_icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 90px;
    z-index: 9999;
}

.pms_banner .card button.back-btn {
    position: absolute;
    top: 72px;
    border: 0;
    background-color: transparent;
    font-size: 16px;
    color: #043b72;
    font-weight: 600;
}

#Start_Investing.pms_banner .card button.back-btn {
    left: 0;
}

#Start_now .modal-content {
    background-color: transparent;
    border: 0;
}

#Start_now .card p {
    margin-bottom: 25px;
}

.pms_banner .card button.back-btn img {
    width: 25px;
}

.mobile_hidden {
    display: none;
}

.home_banner .item {
    min-height: 650px; /* full screen height */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    padding: 0 100px;
}

.home_banner .slide1 {
    background-image: url('../images/2508.jpg');
    background-position: center;
}

.home_banner .slide2 {
    background-image: url('../images/Unlisted_Shares_banner.jpg');
}

.home_banner .slide3 {
    background-image: url('../images/Portfolio_Doctor_banner.jpg');
    background-position: bottom;
}

.home_banner .item h4 {
    margin: 0;
    margin-bottom: 15px;
}

.pms_banner .card h3 {
    font-size: 24px;
}

#Start_Investing .card p {
    margin-bottom: 25px;
}

.pms_banner .card h3 span {
    color: #f58126;
}

.service_box {
    text-align: center;
    border-radius: 10px;
    padding: 25px;
    box-shadow: -4px 4px 20px 2px rgb(0 0 0 / 15%);
    margin-bottom: 40px;
}

.service_box .icon {
    /*background-color: #043b72;*/
    width: 70px;
    margin: 0 auto 20px;
    border-radius: 50px;
    height: 70px;
    display: grid;
    align-items: center;
    justify-content: center;
}

.service_box .icon img {
    width: 60px;
    object-fit: contain;
    /*filter: brightness(0) invert(1);*/
}

.service_box h4 {
    font-size: 22px;
    margin-bottom: 15px;
}

.service_box p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service_box a.btn {
    color: #13A277;
    padding: 0;
    text-decoration: underline;
}

.Distributors_sec .colum_image.about_img img {
    width: 100%;
}

.about_tree {
    position: relative;
}

.about_tree .contant_box {
    position: absolute;
    left: 0;
    top: 40%;
    width: 350px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #043b72;
    padding: 25px;
}

.about_tree .contant_box h2 {
    font-size: 40px;
}

.about_tree .contant_box h2 span {
    color: #f58126;
}

.about_tree img {
    max-width: 60% !important;
}

.about_tree .contant_box p {
    margin: 0;
}

.about_tree .contant_box.secound {
    right: -60px;
    left: auto;
    top: 63%;
    width: 440px;
}

.our_treem_box {
    background-color: #f4f2f1;
    border-radius: 10px;
    text-align: center;
    box-shadow: 2px 2px 10px #00000026;
}

.our_treem_box img {
    width: 100%;
}

.our_treem_box .cnt {
    padding: 20px;
}

.our_treem_box .cnt p {
    margin: 0;
    color: #444;
}

.our_treem_box .cnt h4 {
    color: #f58126;
    font-size: 20px;
    margin-bottom: 5px;
}

#submitBtn:enabled {
    background-color: #13A277;
    cursor: pointer;
}
 
#submitBtn:enabled:hover {
    background-color: #f58126;
    cursor: pointer;
}

.contact_box {
    text-align: center;
    border: solid 1px #f58126;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 2px 2px 15px #0000002b;
}

.contact_box img {
    width: 70px;
    margin-bottom: 20px;
}

.contact_box h4 {
    font-size: 20px;
}

.contact_box p {
    margin: 0;
}

.contact_info {
    border: solid 1px #f58126;
    border-radius: 10px;
    padding: 25px;
    background-color: #fff;
}

.contact_info h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.contact_info li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact_info li img {
    width: 35px;
    margin-right: 10px;
}

.contact_info li a {
    color: #13A277;
    font-weight: 600;
    font-size: 16px;
}

.contact_info ul {
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.contact_info ul:last-child {
    padding: 0;
    margin: 0;
    border: 0;
}

.contact_info ul li:last-child {
    margin: 0;
}

.contact_form {
    background-color: #043b72;
    padding: 25px;
    border-radius: 10px;
}

.contact_form h3 {
    font-size: 24px;
    color: #fff;
}

.contact_form p {
    color: #fff;
    margin-bottom: 30px;
}

.contact_form  .form-group {
    margin-bottom: 20px;
}

.contact_form .form-group .form-control {
    height: 50px;
    outline: 0;
    box-shadow: none;
    border: 0;
    padding: 15px;
}

.contact_form .form-group textarea.form-control {
    height: 129px;
}

.contact_form button.btn.btn-light {
    margin-bottom: 11px;
}

.contact_map iframe {
    display: block;
}

.Privacy_banner {
    text-align: center;
    padding: 100px;
    background-color: #272933;
    margin-bottom: 60px;
}

.Privacy_banner h2.title {
    color: #fff;
    font-size: 40px;
    margin: 0;
}

.privacy_cnt h4 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 15px;
}

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

.privacy_cnt p b {
    color: #000;
}

.privacy_cnt a {
    color: #f58126;
    text-decoration: underline;
}

.privacy_cnt ul li {
    list-style: disc;
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
}

.privacy_cnt ul li:before {
    background-color: #000;
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    display: inline-block;
    content: "";
    top: 50%;
    transform: translate(0px, -50%);
    border-radius: 50px;
}

.privacy_cnt ul li b {
    color: #000;
}

.privacy_cnt ul {
    margin-bottom: 20px;
}

.Tax_Breakdown.blog_table {
    border: 0;
    padding: 0;
    margin-top: 20px;
}

.Tax_Breakdown.blog_table {
    border: 0;
    padding: 0;
    margin-top: 20px;
}

.blog_detail {
    padding: 60px 0;
    text-align: left;
}

.blog_detail h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.phone_box:before {
    content: "";
    position: absolute;
    left: 52px;
    height: 60%;
    width: 1px;
    background-color: #ddd;
    top: 10px;
}

.form-group.phone_box {
    position: relative;
}

.form-group.phone_box input.firstno {
    border: 0;
    outline: 0;
    position: absolute;
    background-color: transparent;
    height: 100%;
    width: 53px;
    padding: 10px;
    text-align: center;
}

.form-group.phone_box input.form-control {
    padding-left: 65px !important;
}

.blog_box .cnt h4 {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: 0.4s;
}

.blog_box .cnt h4 span {
    color: #f58126;
}

.blog_banner {
    padding: 50px 0;
}

.blog_banner .banner_cnt p {
    width: 100%;
    margin: 0;
    margin-top: 20px;
}

.table-content-list li:before {
    display: none !important;
}

 .content-grid {
    display: flex;
    gap: 20px;
    padding: 20px;
    box-sizing: border-box;
  }

  .content-left {
    background: #fff;
    overflow-y: auto;
    width: 365px;
    position: sticky;
    top: 30px;
    /* ensure sticky column doesn't overflow viewport */
    max-height: calc(100vh - 60px);
    padding-right: 8px;
  }

  .table-content-list li {
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding: 10px 25px;
    border-left: 2px solid #f1f0ec;
    cursor: pointer;
    margin: 0 !important;
  }

  .table-content-list li.active {
    color: #000;
    font-weight: 500;
    border-color: #f58126;
    background: rgba(245,129,38,0.06);
  }

  .content-right {
    width: calc(100% - 365px - 40px); /* responsive-ish */
    scroll-behavior: smooth;
    overflow-y: auto;
    max-height: calc(100vh - 40px);
  }

  /* small responsive tweaks */
  @media (max-width: 900px) {
    .content-grid { flex-direction: column; }
    .content-left { position: relative; width: 100%; max-height: none; top: 0; }
    .content-right { width: 100%; max-height: none; }
  }


.content-right::-webkit-scrollbar {
    display: none;
}

.blog_head {
    text-align: center;
    margin-bottom: 20px;
}

.timestamp .publish-date {
    color: #61625e;
    font-size: 20px;
    line-height: 25px;
}

.timestamp > span {
    position: relative;
    padding-left: 12px;
}

.timestamp {
    text-align: left;
    margin-bottom: 20px;
}

.timestamp > span::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #61625e;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 50px;
}

.content-left h4 {
    margin-top: 0;
}

.blog_detail h2 span {
    color: #f58126;
}

section.Our_Teem_sec {
    display: none;
}

.home_banner .item:before {
    content: "";
    padding: 40px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(0 0 0 / 0%) 100%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
}

.home_banner .item .row.align-items-center {
    position: relative;
}

.home_banner .slide3 .col-md-6 {
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
}

#our_products .owl-dots {
    display: none;
}

.our_products {
    padding-bottom: 70px !important;
}







@media (min-width: 1000px) and (max-width: 1298.98px) { 
    .sticky-container {
        height: 110vh;
    }
    
}



@media (max-width: 767.98px) { 
    
    .mobile_hidden {
        display: block;
    }
    
    a, body, p, li{
        font-size: 14px;
    }
    
    .main_menu>ul {
        position: fixed;
        left: -300px;
        top: 0;
        bottom: 0;
        height: 100%;
        background-color: #272933;
        width: 300px;
        margin: 0;
        transition: 0.4s;
        padding-top: 80px;
    }
    
    .main_menu ul li a {
        color: #fff;
        display: block;
        border-bottom: solid 1px #6e7182;
        padding: 15px 20px;
    }
    
    .main_menu ul li {
        width: 100%;
        display: block;
    }
    
    .main_menu ul li a img {
        filter: brightness(0) invert(1);
    }
    
    .mobile_nav_btn img {
        width: 20px;
    }
    
    .mobile_nav_btn button.btn {
        border: solid 1px #000;
        line-height: 23px;
    }
    
    .main_header .col-md-2 {
        width: 40%;
        max-width: 40%;
    }
    
    .main_header .col-md-10 {
        width: 60%;
    }
    
    .main_header .col-md-3 {
        width: 40%;
        max-width: 40%;
    }
    
    .main_header .col-md-9 {
        width: 60%;
    }
    
    .main_menu>ul.side_bar.open {
        left: 0;
    }
    
    .main_menu>ul.side_bar button.close_btn {
        background-color: transparent;
        border: solid 1px #fff;
        border-radius: 5px;
        padding: 10px 14px;
        position: absolute;
        top: 15px;
        right: 15px;
        line-height: 1;
        margin: 0 20px;
    }
    
    .main_menu>ul.side_bar button.close_btn img {
        width: 17px;
    }
    
    .main_menu ul li ul.sab_menu a {
        color: #444;
    }
    
    .main_menu ul li ul.sab_menu {
        width: 100%;
        border-radius: 0;
    }
    
    .header_logo img {
        max-width: 100%;
    }
    
    .home_banner_bg {
        padding: 60px 15px;
    }
    
    .home_banner .banner_cnt h2 {
        font-size: 32px;
    }
    
    .home_banner .banner_cnt p {
        width: 100%;
        margin: 20px 0 30px;
    }
    
    .home_banner .banner_cnt h2 br {
        display: none;
    }
    
    .service_box {
        margin-bottom: 20px;
    }
    
    .owl-dots {
        bottom: 20px;
    }
    
    .sec_space {
        padding: 40px 0;
    }
    
    .main_heading h2 {
        font-size: 28px;
    }
    
    .main_heading {
        margin-bottom: 30px;
    }
    
    .main_heading p br {
        display: none;
    }
    
    .blog_box {
        margin-bottom: 20px;
    }
    
    .Investing_sec .row:before, .Investing_sec .row:after {
        left: 50% !important;
        top: 0 !important;
        transform: translate(-50%, 0px);
    }
    
    .Investing_sec .row {
        padding: 40px 0;
    }
    
    .investing_box:before,
    .investing_box:after{
        top: -17px;
        left: 50%;
        width: 1px;
        height: 35px;
        border-left: dashed 1px #f58126;
    }
    
    .Investing_sec .row:after {
        top: auto !important;
        bottom: 110px !important;
    }
    
    .Investing_sec .col-md-12 {
        margin-top: 50px !important;
    }
    
    .investing_box:after {
        bottom: 82px;
        top: auto;
        height: 26px;
    }
    
    .top_header ul a {
        margin-left: 10px;
    }
    
    .home_banner .item {
        min-height: 370px;
        padding: 50px 15px;
    }
    
    .home_banner .slide3 .banner_cnt {
        padding: 0;
        background: none;
    }
    
    .home_banner .item .row {
        position: relative;
    }
    
    .blog_sec .col-md-12.text-center.mt-5 {
        margin-top: 20px !important;
    }
    
    .blog_inner ul#pills-tab {
        margin-bottom: 30px !important;
        margin-top: 10px;
    }
    
    .colum_text h2 {
        font-size: 28px;
        color: #000;
        margin-bottom: 15px;
    }
    
    .colum_form {
        padding: 25px;
        margin-top: 30px;
    }
    
    .Smart_Investing:before {
        top: 40%;
        height: 360px;
    }
    
    .colum_form h3 {
        font-size: 20px;
    }
    
    ul.Investing_list li span {
        font-size: 16px;
    }
    
    #offer_slider {
        padding: 40px 15px;
    }
    
    #offer_slider img {
        height: 60px;
    }
    
    .Quickly_sec .colum_text {
        text-align: center;
    }
    
    .Quickly_sec .colum_text h2 {
        margin-bottom: 10px;
    }
    
    .Quickly_sec .quickly_btn {
        text-align: center;
        margin-top: 20px;
    }
    
    .footer_nav {
        margin-top: 25px;
    }
    
    .footer_social {
        margin-top: 25px;
    }
    
    .footer_bottom .footer_nav {
        margin-top: 5px;
    }
    
    .footer_logo_cnt p {
        width: 100%;
    }
    
    footer.footer .col-md-2 {
        width: 50%;
    }
    
    .testimonial_box {
        padding: 15px;
    }
    
    .testimonial_box h5 {
        margin-top: 15px;
    }
    
    .testimonial_box .image {
        width: 50px;
        height: 50px;
    }
    
    .footer_bottom .footer_nav ul {
        justify-content: center;
    }
    
    .flex_dairaction_rev {
        flex-direction: column-reverse;
    }
    
    .TopIntroBannerSec_bannerLhs__GXTZD .TopIntroBannerSec_mac2__CHC3z,
    .TopIntroBannerSec_bannerLhs__GXTZD .TopIntroBannerSec_mac__xvRT5{
        width: 100px;
    }
    
    .TopIntroBannerSec_bannerLhs__GXTZD {
        height: 350px;
    }
    
    .Equity_slider .banner_cnt {
        text-align: center;
        padding: 30px 0;
    }
    
    .Equity_slider .banner_cnt form {
        width: 100%;
        margin-top: 30px !important;
    }
    
    .Equity_slider form>.form-group button.btn-light {
        padding: 12px 10px;
    }
    
    .demat_account_sec ul {
        padding: 25px;
    }
    
    li.demat_icon {
        width: 100%;
        margin-bottom: 20px;
        padding-left: 0;
        display: flex;
        align-items: center;
    }
    
    li.demat_icon span {
        font-size: 18px;
        width: 80%;
        display: inline-block;
        line-height: 26px;
    }
    
    li.demat_icon span span {
        width: auto;
    }
    
    .equity_box {
        margin-bottom: 70px;
    }
    
    .equity_account_sec .col-md-4:nth-child(3) .equity_box {
        margin-bottom: 40px;
    }
    
    .Multiply_sec .main_heading h2 {
        font-size: 26px;
    }
    
    .Multiply_box {
        min-height: auto;
        margin-bottom: 10px;
    }
    
    .Multiply_sec .image {
        margin-top: 20px;
    }
    
    .Trading_box {
        min-height: auto;
    }
    
    .why_sharkhan .colum_image img {
        height: auto;
        margin-top: 0;
    }
    
    .why_sharkhan {
        padding-top: 0;
    }
    
    .why_sharkhan p.mb-5 {
        margin-bottom: 20px !important;
    }
    
    .Invest .colum_text {
        padding-top: 30px;
    }
    
    ul.check_box {
        max-width: 100%;
    }
    
    .Invest .col-md-12.text-center.mt-4 {
        margin-top: 0px !important;
    }
    
    .equity_account_sec .col-md-12.text-center.mt-5 {
        margin: 0 !important;
    }
    
    .flex_dairaction_rev .colum_image {
        padding-bottom: 30px;
    }
    
    .questions_sec .accordion-item button.accordion-button {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }
    
    .Mutual_banner .banner_cnt {
        margin-bottom: 50px;
        text-align: center;
    }
    
    .main_heading h2 br {
        display: none;
    }
    
    .chart_inner {
        padding: 25px;
    }
    
    .calculator-grid {
        display: block;
    }
    
    .control-label {
        font-size: 15px;
        text-align: left;
    }
    
    .summary {
        flex-wrap: wrap;
    }
    
    .summary .summary-item {
        margin: 0 10px 10px;
    }
    
    .chart-container {
        height: 300px;
        margin-top: 30px;
    }
    
    .promise_grid {
        display: block;
    }
    
    .promise_grid .default-item {
        max-width: 100%;
        margin-bottom: 15px;
    }
    
    .promise_grid .item-2 {
        max-width: 100%;
        border-radius: 15px;
        margin-bottom: 15px;
        height: auto;
    }
    
    .promise_box.item-2 h4 {
        font-size: 22px;
        font-weight: 500;
    }
    
    .promise_box.item-2 p {
        margin-top: 0px;
    }
    
    .sticky-grid {
        grid-column-gap: 0;
    }
    
    .position-relative {
        width: 80%;
    }
    
    .our_solution_box {
        min-height: auto;
    }
    
    #Mutual_Solutions_slider .owl-nav {
        width: 100%;
        left: 0;
    }
    
    .benefits_box {
        max-width: 100%;
        margin: 0 auto 20px !important;
        min-height: auto;
    }
    
    .benefits_box:before {
        height: 40px;
        width: 1px;
        border-left: dashed 1px #f58126;
        top: auto;
        bottom: -40px;
        left: 50%;
        display: inline-block !important;
    }
    
    .Benefits .col-md-4:nth-child(4) .benefits_box:after, .Benefits .col-md-4:nth-child(5) .benefits_box:after {
        display: none;
    }
    
    .Benefits .col-md-4:last-child .benefits_box:before {
        display: none !important;
    }
    
    .pms_banner .card {
        padding: 20px;
        margin-top: 20px;
    }
    
    .investing_fild button.option-btn {
        width: 100% !important;
    }
    
    #Start_Investing .modal-dialog h2 {
        font-size: 22px;
    }
    
    .pms_banner .card h2 {
        width: 100%;
        margin-top: 50px;
    }
    
    .pms_banner .card button.back-btn {
        top: 42px;
    }
    
    .pms_banner .progress {
        margin: 0;
    }
    
    #Start_Investing.pms_banner .card #step3 h2 {
        width: 100%;
    }
    
    .Unlisted_banner {
        padding: 60px 0;
    }
    
    .choose_box {
        margin-bottom: 20px;
    }
    
    .why_choose_sec.sec_space {
        padding-bottom: 20px;
    }
    
    .why_choose_sec.sec_space {
        padding-bottom: 20px;
    }
    
    .get_box {
        margin-bottom: 30px;
    }
    
    .get_started_sec .col-md-12.text-center.mt-5 {
        margin: 0 !important;
    }
    
    .what_box {
        margin-bottom: 20px;
    }
    
    .what_are_sec.sec_space {
        padding-bottom: 20px;
    }
    
    .invest_unlisted .row {
        flex-direction: column-reverse;
    }
    
    .invest_unlisted .row .colum_image {
        margin-bottom: 20px;
    }
    
    .Fingertips_sec .colum_image img {
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 40px;
    }
    
    .colum_text h2 br {
        display: none;
    }
    
    .colum_text h4 {
        font-size: 18px;
    }
    
    .what_is_doctor p {
        width: 100%;
    }
    
    .Doctor_banner .row {
        flex-direction: column-reverse;
    }
    
    .home_banner.Doctor_banner {
        padding-bottom: 40px;
    }
    
    .flip-box {
        margin-bottom: 20px;
        height: 200px;
    }
    
    .work_box_inner {
        min-height: auto;
        margin-bottom: 50px;
    }
    
    .bottom_text {
        margin: 0;
    }
    
    .pms_banner {
        padding: 0 !important;
    }
    
    .pms_banner .container>.row {
        border-radius: 0;
        padding: 40px 10px !important;
    }
    
    .pms_banner .banner_cnt h4 {
        margin: 20px 0 10px;
        font-size: 18px;
    }
    
    .pms_banner .banner_cnt ul li {
        margin-bottom: 15px;
    }
    
    .pms_banner .banner_cnt ul li span {
        font-size: 16px;
    }
    
    .What_are_box {
        text-align: center;
        margin-bottom: 20px;
    }
    
    .Invest_ant_sec .colum_image {
        margin-bottom: 20px;
    }
    
    ul.points {
        width: 100%;
        margin: 15px 0 20px;
    }
    
    ul.points li {
        margin: 0 10px;
    }
    
    .chart_inner .nav-pills .nav-link {
        display: none;
    }
    
    .chart_inner .nav-pills .nav-link.active {
        display: inline-block;
    }
    
    #our_products .owl-nav {
        display: none;
    }
    
    .product_inner {
        padding: 25px 10px;
    }
    
    .product_inner h4 {
        font-size: 18px;
    }
    
    .product_inner img {
        width: 50px !important;
        height: 50px;
        margin: 0 auto 10px;
    }
    
    .cost_delay .center_text {
        width: 95%;
        margin: auto;
        margin-top: -85px;
    }
    
    .cost_delay .col-md-6:first-child .cost_box {
        padding-bottom: 20px;
    }
    
    .cost_box {
        padding: 20px;
        margin-bottom: 20px;
        padding-bottom: 90px;
    }
    
    ul.total_cost li>* {
        text-align: left;
        line-height: 26px;
    }
    
    .Calculation_Results .head_title {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .Calculation_Results .head_title h4 {
        margin-bottom: 15px;
    }
    
    .Results_box {
        margin-bottom: 20px;
        padding: 20px;
    }
    
    .Tax_Breakdown .head_title {
        text-align: center;
    }
    
    .Tax_Breakdown h3 {
        font-size: 22px;
    }
    
    .Tax_Breakdown .table-responsive {
        overflow: auto !important;
    }
    
    .alrt_box {
        margin-top: 0;
    }
    
    .Results_box h3.price {
        font-size: 22px;
    }
    
    span.top_lable {
        right: 10px;
        top: 10px;
    }
    
    .planing_box {
        margin-bottom: 20px;
    }
    
    .about_tree .contant_box {
        position: initial;
        width: 100% !important;
        margin-bottom: 20px;
        padding: 20px;
    }
    
    .about_tree img {
        display: none;
    }
    
    .about_tree {
        padding-bottom: 40px;
    }
    
    .about_tree .contant_box h2 {
        font-size: 28px;
    }
    
    .our_treem_box {
        margin-bottom: 20px;
    }
    
    .about_banner {
        padding: 60px 0;
    }
    
    .contact_banner {
        padding: 60px 0;
    }
    
    .contact_box {
        margin-bottom: 20px;
    }
    
    .contact_info {
        margin-bottom: 20px;
    }
    
    .las_banner .banner_cnt {
        margin-top: 30px;
        text-align: center;
    }
    
    .work_box:before {
        top: auto;
        bottom: -5px;
        transform: rotate(90deg);
        left: 44%;
    }
    
    .work_box {
        padding-bottom: 40px;
    }
    
    .work_sec .col-md-3:nth-child(4) .work_box {
        padding-bottom: 20px;
    }
    
    .chart_inner.mf_tab .nav-pills .nav-link {
        display: inline-block;
    }
    
    .control-value {
        width: 100px;
    }
    
    .Doctor_banner .banner_cnt {
        text-align: center;
    }
    
    .Doctor_banner .banner_cnt p {
        margin: 20px 0 20px;
    }
    
    .mobile_hide {
        display: none;
    }
    
    .action_btn_text.text-center.step-5.ft_content-5 {
        margin-top: 35px;
    }
    
    .home_banner .slide3 .col-md-6 {
        width: 100%;
    }
    
    .chart_inner.mf_tab ul#pills-tab li:nth-child(3), .chart_inner.mf_tab ul#pills-tab li:nth-child(4) {
        display: none;
    }
    
    #our_products .owl-dots {
        display: block;
        bottom: -30px;
    }

    .home_banner .item:before {
        width: 80%;
    }
    
    .home_banner .item .banner_cnt {
        width: 70%;
    }
    
    .home_banner .item .banner_cnt h2 {
        font-size: 24px;
    }

}































