.palnMain {
    margin: 55px 0px;
}/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}




.bannerInnerSection .fl-col-content.fl-node-content.ui-sortable {
    background-size: 157px;

}

.bannerInnerSection .fl-col-content {
    background-size: 157px;
    background-image: url(/wp-content/uploads/2023/08/Rectangle-2593-1.png), url(/wp-content/uploads/2023/08/Rectangle-2592.png);
    background-position: top left, right bottom;
    margin-top: 57px;

}

.bannerInnerSection .fl-module-content.fl-node-content {
    padding: 42px 39px;
    margin: 0;
    padding-bottom: 0;
}

/* Latest Research css*/
.searchBar {
    width: 100%;
}
.updateBottom a{
    color: #E7B03E;
}

.searchBar form {
    width: 100%;
    max-width: 100%;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #FFBF3E;
    margin-right: 6px;
}

input.secarchInput {
    width: 68%;
    height: 48px;
    border: 0px;
    font-size: 16px;
    font-weight: 500;
    padding: 11px 0px 11px 30px;
    line-height: 26px;
}

#selectCategories {
    width: 18%;
    height: 48px;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #282828;
    cursor: pointer;
}
body select#selectCategories[placeholder]{
    color: #282828 !important;
    font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 26px; 
}

#selectCategories {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    -o-text-overflow: '';
    text-overflow: '';
    background-image: url(/wp-content/uploads/2023/08/iconamoon_arrow-up-2-duotone-2.svg);
    background-repeat: no-repeat;
    background-position: right 4px center;
    /* padding: 10px 28px  10px 0px; */
    position: relative;
}
.selelectOptionInput {
    display: none;
}
.selectOptions li {
    padding: 6px;
    position: relative;
    padding-left: 27px;
    cursor: pointer;
}
.selectOptions li label{
    cursor: pointer;
}
a.seacrchBtn {
    width: 14%;
    border: 0;
    display: block;
    text-align: center;
    padding: 12px 36px;
    background: red;
    background: -webkit-gradient(linear, left top, right top, from(#E7B03E), color-stop(42.37%, #FFAC00), color-stop(70.53%, #FCC044), to(#FFD681));
    background: -o-linear-gradient(left, #E7B03E 0%, #FFAC00 42.37%, #FCC044 70.53%, #FFD681 100%);
    background: linear-gradient(90deg, #E7B03E 0%, #FFAC00 42.37%, #FCC044 70.53%, #FFD681 100%);
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 22px;
    /* 137.5% */
}
#selectCategories p {
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 10px 28px 10px 0px;
    display: block;
}
ul.selectOptions {
    display: none;
    background: #0B0905;
    position: absolute;
    z-index: 99;
    width: 100%;
    color: #fff;
    left: 0;
    right: 0;
    padding: 30px;
    top: 38px;
    border: 1px solid #E7B03E4D;
    stroke: rgba(231, 176, 62, 0.30);
    border-radius: 2px;
    margin: 0 auto;
    cursor: auto;
}
.selectOptions li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    bottom: 0;
    height: 26px;
    width: 26px;
    margin: 0 auto;
}
body .wpcf7-not-valid-tip{
    text-align: start;
}
.selectOptions li.Global::before{
    background:url(/wp-content/uploads/2023/08/global.svg);

}
.selectOptions li.Trading::before{
    background:url(/wp-content/uploads/2023/08/trade-Copy.svg);

}
.selectOptions li.Location::before{
    background:url(/wp-content/uploads/2023/08/location-Copy.svg);


}
.selectOptions li.Stock::before{
    background:url(/wp-content/uploads/2023/08/stock.svg);

}
.selectOptions li.Profile::before{
    background:url(/wp-content/uploads/2023/08/profile.svg);

}
.selectOptions li.Data::before{
    background:url(/wp-content/uploads/2023/08/data-2.svg);

}

.selectOptions li.SelectAll::before {
    background: url(/wp-content/uploads/2023/08/all.png);
}

input:focus-visible {
    border: none;
}

.searchBarMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.filterNewOld {
    width: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.drowpfliter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 35%;
    max-width: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    color: #fff;
    background-color: #F2A300;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.changeTxtFilter {
    color: #ffF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 66%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#E7B03E), color-stop(42.37%, #FFAC00), color-stop(70.53%, #FCC044), to(#FFD681));
    background: -o-linear-gradient(left, #E7B03E 0%, #FFAC00 42.37%, #FCC044 70.53%, #FFD681 100%);
    background: linear-gradient(90deg, #E7B03E 0%, #FFAC00 42.37%, #FCC044 70.53%, #FFD681 100%);
}

.changeTxtFilter span {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    padding-right: 14px;
}

/* latest update css */
.latestUpdate {
    width: 31.50%;
    border-radius: 8px;
    background: #FFF;
    max-width: 367px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.12);
    padding: 30px;
    margin: 10px;
    min-height: 606px;
}

.latestUpdateMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 50px 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.updateTop > img {
    width: 310px;
    -o-object-fit: contain;
       object-fit: contain;
    height: 194px;
}

.updateScoialIcone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 24px 0px;
}

.updateDate p {
    color: #4694A1;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin: 20px 0px;
}

.updateBottom h5 {
    color: #282828;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    margin: 0;
    margin-bottom: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.updateBottom p {
    color: #727272;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* text-transform: capitalize; */
    margin: 0;
    margin-bottom: 30px;

}

.updateScoialIcone h2 {
    margin: 0;
    color:  #282828;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    padding-right: 10px;
}

.updateScoialIcone a {
    padding: 0px 10px;
}

.topIcone img {
    width: 38px;
    height: 38px;
}

.topIcone {
    position: absolute;
    top: -10px;
    right: -10px;
}

.updateTop {
    position: relative;
}

.loadMoreBtn {
    text-align: center;
    width: 100%;

    margin: 20px;

}
.updateBottom p {
    margin: 0;
}

.loadMoreBtn a {
    color: var(--heading, #282828);

    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    /* 133.333% */
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    text-transform: capitalize;
}

body .newslatterMain .fl-col-content {
    -webkit-backdrop-filter: blur(25px);
            backdrop-filter: blur(25px);
}

.mc4wp-form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
}

input {
    padding: 14px 24px;
    color: #282828;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #E7B03E;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: capitalize;

}

p.newslaterInput {
    width: 60%;
}

p.newslaterSubmitBtn {
    width: 40%;
}

.newslaterSubmitBtn input {
    background-image: url(/wp-content/uploads/2023/08/Arrow-1.svg), -webkit-gradient(linear, left top, right top, from(#E7B03E), color-stop(42.37%, #FFAC00), color-stop(70.53%, #FCC044), to(#FFD681));
    background-image: url(/wp-content/uploads/2023/08/Arrow-1.svg), -o-linear-gradient(left, #E7B03E 0%, #FFAC00 42.37%, #FCC044 70.53%, #FFD681 100%);
    background-image: url(/wp-content/uploads/2023/08/Arrow-1.svg), linear-gradient(90deg, #E7B03E 0%, #FFAC00 42.37%, #FCC044 70.53%, #FFD681 100%);
    color: #fff;
    background-repeat: no-repeat;
    padding-right: 59px;
    background-position: center right 34px, 0;
    border: 0;
    border-radius: 0 1px;
    border-color: #E7B03E;
    border-right: 1px solid #E7B03E;
    border-top: 1px solid #E7B03E;
    border-bottom: 1px solid #E7B03E;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.newslaterInput input[type="email"] {
    border: 0;
    border-left: 1px solid #E7B03E;
    border-top: 1px solid #E7B03E;
    border-bottom: 1px solid #E7B03E;
    border-radius: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.contactForm {
    max-width: 428px;
}

body .contactForm .fl-module-content {
    margin: 0;
}

.contactForm input {
    margin: 8px 0px;
    border-color: #727272;
}

.contactForm textarea#messageField {
    width: 100%;
    border: 1px solid #727272;
    margin: 8px 0px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    padding: 14px 24px;
    color: #A7A7A7;
    width: 100% !important;
    height: 130px !important;
    border-radius: 2px;
}

.contactForm .submit-class {
    background-image: url(/wp-content/uploads/2023/08/Arrow-1.svg), -webkit-gradient(linear, left top, right top, from(#E7B03E), color-stop(42.37%, #FFAC00), color-stop(70.53%, #FCC044), to(#FFD681));
    background-image: url(/wp-content/uploads/2023/08/Arrow-1.svg), -o-linear-gradient(left, #E7B03E 0%, #FFAC00 42.37%, #FCC044 70.53%, #FFD681 100%);
    background-image: url(/wp-content/uploads/2023/08/Arrow-1.svg), linear-gradient(90deg, #E7B03E 0%, #FFAC00 42.37%, #FCC044 70.53%, #FFD681 100%);
    color: #fff;
    background-repeat: no-repeat;
    padding-right: 59px;
    background-position: center right 136px, 0;
    border-radius: 60px;
    border: 0;
    margin-top: 35px;
}
body .mc4wp-alert  p{
    color: #fff;

}

p.contantLS {
    height: 130px;}

    .juniorStockOverly{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .0);
        opacity: 0;
        visibility: hidden;
        transition: .3s linear;
        transform: scaleY(0);
    }
    
    .juniorStockOverly.overlyActive{
        opacity: 1;
    visibility: visible;
    transform: scale(1);
    }

    .topIcone img {
        margin: 0px 2px;
    }

    a.inactive {
        pointer-events: none;
    }