/*Home Banner Starts*/
.home-hero-blk {
    background: url(../images/home-hero-bg.jpg) no-repeat;
    padding: 80px 0 70px;
    position: relative;
    z-index: 0;
    background-position: center;
    background-size: cover;
}
.home-hero-blk:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
/*    background-color: rgba(17, 102, 163, 0.75);*/
    background-color: rgba(0, 0, 0, 0.75);
}
.home-hero-blk .heading-wr {
    width: 52%;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding-top: 30px;
}
.heading-wr h1 {
    font-size: 48px;
    line-height: 70px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.hero-form-wr {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12%;
    padding-top: 80px;
}
.hero-form {
    background-color: #fff;
    padding: 20px 20px 20px 32px;
    border-left: 9px solid var(--primary-green);
}
.hero-form h3 {
    color: var(--primary-blue);
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
}
.hero-form p {
    font-size: 14px;
    line-height: 24px;
}
.hero-form .form-field input, .hero-form .form-field textarea {
    width: 100%;
    border: 0;
    padding: 8px 0px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(17,102,163,0.25);
}
.hero-form .form-field textarea {
    resize: none;
    height: 100px;
}
.hero-form form.wpcf7-form {
    margin-top: 20px;
}
input::placeholder,textarea::placeholder {
    color: darkslategrey;
}

.hero-form .form-field {
    position: relative;
}
.hero-form .form-field .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    line-height: 12px;
    color: red;
    left: 3px;
}
.hero-form .form-field .wpcf7-form-control-wrap {
    display: block;
}
.hero-form .form-field textarea + .wpcf7-not-valid-tip {
    bottom: 6px;
}
.wpcf7-response-output{
    display: none;
}
.submit-btn-field input[type=submit] {
    font-size: 16px;
    line-height: 21px;
    padding: 14px 64px;
    border-radius: 9px;
    color: #fff;
    border: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: 0.5s all ease;
}
.submit-btn-field {
    text-align: left;
    margin-top: 20px;
    position: relative;
}
.home-inner-wr .submit-btn-field .wpcf7-spinner {
    position: absolute;
    right: 0;
    content: "";
    top: 50%;
    transform: translateY(-50%);
}
.submit-btn-field input[type=submit]:hover {
    background-color: var(--primary-blue);
    color: #fff;
}
.intro-blk {
    padding: 80px 0;
}
.comn-heading {
    display: inline-block;
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 30px;
    color: var(--primary-blue);
    font-weight: 700;
    position: relative;
    z-index: 0;
}
.content-wr p{
    margin-bottom: 10px;
}
.image-element {
    border-radius: 12px;
    overflow: hidden;
}
.services-blk {
    background: #EEF2FA;
    padding: 80px 0;
}
.comn-heading:before {
    position: absolute;
    content: "";
    width: 90px;
    height: 3px;
    border-radius: 25px;
    background-color: var(--primary-green);
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index:0;
}
.services-tabs {
    margin-top: 70px;
    text-align: center;
}
.services-tabs li {
    padding: 14px 0;
    border-radius: 8px;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.3px;
    transition: 0.5s all ease;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 260px;
    margin: 0 10px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
.services-tabs li.active, .services-tabs li:hover{
    background: var(--primary-blue);
    color: #fff;
}
.service-content-tab {
    display: none;
    margin: 70px auto 0;
    width: 75%;
}
.service-content-tab.active {
    display: block;
}
.service-image-wr {
    width: 30%;
    overflow: hidden;
    border-radius: 15px;
    float: left;
    margin-right: 30px;
}
.service-content {
    width: 66%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.service-content h3 {
    margin-bottom: 25px;
    font-weight: 700;
}
.services-tabs ul {
    padding: 0;
    display: inline-flex;
}
.partners-inner-wr {
    gap: 60px;
}
.partners-blk {
    padding: 80px 0;
}
.partners-image-wr .partner-image {
    padding: 0px 25px;
    background: linear-gradient(270deg, #10A690 0%, #108899 52%, #1166A3 100%);
    border-radius: 12px;
    width: 48%;
    display: inline-block;
    vertical-align: middle;
}
.partners-image-wr .partner-image img {
    min-height: 120px;
}
.partners-image-wr {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.education-content-wr, .education-image-wr {
    width: 50%;
}
.education-blk{
    padding: 80px 0;
/*    background-color: #EEF2FA;*/
}
.education-inner-wr {
    gap: 60px;
}
.education-image-wr img {
    width: 90%;
/*    border-radius: 50%;*/
/*    border: 1px solid var(--primary-blue);*/
    padding: 8px;
}
/*Contact Us*/
.landing-page-banner {
    padding: 132px 0 60px;
    position: relative;
    z-index: 0;
    background: #101010;
}
.landing-page-banner-inner {
    gap: 60px;
}
.landing-page-banner-left h1 {
    font-weight: 700;
    color: #ffffff;
    line-height: 1.4;
    font-size: 40px; 
}
.landing-page-banner-left p {
    color: #ffffff;
}
.gradient-text {
    background: linear-gradient(90deg, #1166a3, #11A68F, #c2d8e8);
    -webkit-background-clip: text;
    display: inline-flex;
    overflow: hidden;
    background-clip: text;
    color: transparent;
}
.about-us-section {
    padding: 60px 0 40px;
    text-align: center;
}
.about-inner-content p {
    margin-bottom: 20px;
}
.our-mission-section {
    padding: 60px 0px;
    background: #EEF2FA;
}
.our-mission-content, .our-education-content {
    gap: 60px;
}
.our-mission-left, .our-mission-right, .our-education-left, .our-education-right {
    width: 50%;
}
.our-mission-left img {
/*    border-radius: 50%;*/
/*    border: 1px solid #1166a3;*/
    padding: 8px;
}
.our-mission-right p {
    margin-bottom: 20px;
}
.our-mission-right h2 {
    display: inline-block;
}
.our-education-section {
    padding: 60px 0px;
}
.our-education-top-head {
    width: 75%;
    margin: 0 auto;
}
.our-education-content h3 {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 16px;
}
.our-education-content ul, .policies-content ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.our-education-content ul li, .policies-content ul li {
    position: relative;
    padding-left: 36px;
    font-family: 'Poppins';
}
.our-education-content ul li::before, .policies-content ul li:before {
    position: absolute;
    content: '';
    background-color: #10a690;
    width: 22px;
    height: 22px;
    left: 0px;
    border-radius: 50px;
    top: 4px;
    background-image: url('https://development.digishri.com/thebrokerfx/wp-content/themes/thebrokerfx/assets/images/icons/check_small.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}
/* Blog Single */
.blog-single-head {
    width: 50%;
}
.blog-single-hero-content {
    gap: 60px;
    justify-content: space-between;
    align-items: center;
}
.blog-single-hero-wr {
    padding: 170px 0 60px;
    background-color: rgba(0,0,0);
}
.blog-single-featured-image {
    width: 44%;
}
.blog-heading h1 {
    font-weight: 700;
}
.blog-categories .category {
    margin-left: 20px;
    background-color: #fff;
    padding: 3px 18px;
    border-radius: 4px;
    font-size: 15px;
    line-height: 20px;
}
.blog-categories .category:first-child {
    margin-left: 0;
}
.blog-excerpt p {
    color: #fff;
}
.blog-single-content p, .blog-single-content ul {
    margin-bottom: 15px;
}
.blog-single-content ul li {
    position: relative;
    padding-left: 20px;
}
.blog-single-content ul li:before {
    background-color: var(--primary-blue);
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
.blog-single-content ul {
    padding-left: 0;
}
.blog-single-content h3, .blog-single-content h4 {
    margin-bottom: 15px;
    font-weight: 700;
}
.blog-content-recent-wr {
    padding: 50px 0;
}
.wp-block-heading {
    margin-top: 35px;
}

.blog-content-recent-inner {
    gap: 78px;
}
.blog-single-content {
    width: 66%;
}

.recent-posts-wr {
    width: 28%;
}
.recent-posts-wr h6 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 25px;
    font-weight: 600;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 10px;
    color: var(--primary-blue);
}
.recent-post .recent-post-featured {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
}
.recent-post-heading {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}
.recent-post-heading h4 {
    font-size: 16px;
    line-height: 22px;
}
.recent-post-heading .blog-post-date p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    color: lightslategrey;
    background: url(../images/icons/calender.svg) no-repeat;
    background-size: 17px;
    padding-left: 26px;
}
.recent-post:first-child {
    margin-top: 0;
}
.recent-post {
    margin-top: 35px;
}
/*Service Page*/
.plan-head-title {
    background: linear-gradient(90deg, #1166a3, #11A68F, #c2d8e8);
    -webkit-background-clip: text;
    display: inline-flex;
    overflow: hidden;
    background-clip: text;
    color: transparent;
    font-size: 16px !important;
    font-weight: 600;
    border: 1px solid #1166a3;
    padding: 6px 8px;
    border-radius: 4px;
    line-height: 18px;
    margin-bottom: 10px;
}

.trading-service-blocks-wr, .about-service-wr {
    padding: 30px 0px;
}
.trading-service-blocks {
    gap: 30px;
}
.trading-service-block {
    flex: 1;
    box-shadow: 0px 2px 14px rgb(17 102 163 / 20%);
    padding: 20px;
    border-radius: 8px;
}
.contact-icon-sp {
    width: 56px;
    height: 56px;
    background-color: #1166a3;
    display: flex;
    border-radius: 50px;
    margin-bottom: 14px;
    align-items: center;
    justify-content: center;
}
.contact-icon-sp img {
    width: 34px;
    height: 34px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.trading-service-block h4 {
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 24px;
}
.about-service-head h2 {
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
}
.about-service-content p {
    margin-bottom: 16px;
}
.about-service-head {
    margin-bottom: 30px;
}
.service-pricing-section {
    padding-bottom: 40px;
}
.pricing-blocks {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.pricing-block {
    width: 380px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px 0px;
}
.pricing-block-head, .pricing-block-bottom {
    padding: 20px;
}
.pricing-block-bottom {
    border-top: 1px solid #cccccc;
}
.pricing-block-head {
    text-align: center;
}
.plan-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}
.plan-price {
    margin-bottom: 16px;
}
.pricing-block-bottom ul {
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pricing-block-bottom ul li {
    position: relative;
    padding-left: 36px;
}
.pricing-block-bottom ul li::before {
    position: absolute;
    content: '';
    background-color: #10a690;
    width: 22px;
    height: 22px;
    left: 0px;
    border-radius: 50px;
    top: 4px;
    background-image: url(https://development.digishri.com/thebrokerfx/wp-content/themes/thebrokerfx/assets/images/icons/check_small.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}
.mothly_selectbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    margin: 0 auto 30px;
}
.monthly_label {
    width: 264px;
    margin: 0px;
}
#monthlySelect.form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}
/*Service Page End*/
/*Blogs*/
.blogs-hero-blk {
    padding: 160px 0 100px;
    background-color: #101010;
}
.blogs-hero-content {
    width: 65%;
}
.blogs-blk {
    padding: 50px 0;
}
.blogs-inner-wr {
    gap: 20px;
    flex-wrap: wrap;
}
.blog-card {
    width: 32.3%;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.blog-content h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 6px;
}
.blog-post-meta .post-date {
    font-size: 16px;
    line-height: 24px;
    background: url(../images/icons/calender.svg) no-repeat;
    background-size: 20px;
    padding-left: 30px;
}
.blog-card:hover img {
    transform: scale(1.1);
}
.blog-post-featured figure {
    overflow: hidden;
}
.blog-post-featured figure img {
    transition: 0.5s all ease;
}
.page-id-11 .top-footer-wr {
    padding: 80px 0px;
}
.contact-us-blocks-wr, .contact-form-section {
    padding: 60px 0px;
}
.contact-us-blocks {
    gap: 30px;
}
.contact-us-block {
    flex: 1;
    box-shadow: 0px 2px 14px rgb(17 102 163 / 20%);
    padding: 20px;
    border-radius: 8px;
}
.contact-icon-sp {
    width: 56px;
    height: 56px;
    background-color: #1166a3;
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 14px;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
}
.location-icon {
    background-image: url(https://development.digishri.com/thebrokerfx/wp-content/themes/thebrokerfx/assets/images/icons/footer-location-icon.svg);
}
.contact-icon {
    background-image: url(https://development.digishri.com/thebrokerfx/wp-content/themes/thebrokerfx/assets/images/icons/Footer_call_icon.svg);
}
.email-icon {
    background-image: url(https://development.digishri.com/thebrokerfx/wp-content/themes/thebrokerfx/assets/images/icons/email_icon.svg);
}
.contact-us-block h4 {
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 24px;
}
.contact-form-left-block, .contact-form-right-block {
    flex: 1;
}
.contact-form-innersection {
    gap: 60px;
}
.hero-form.contact-form-block {
    border: none;
    padding: 0;
    background-color: transparent;
}
.contact-form-section {
    background-color: #EEF2FA;
}
.hero-form .form-field input, .hero-form .form-field textarea {
    background-color: transparent;
}
.contact-form-block h2 {
    font-size: 26px;
    font-weight: 600;
}
.policies-content p, .policies-content ul {
    margin-top: 20px;
}
.payment-blk {
    padding: 140px 0 40px;
}
.css-134chkc{
    margin-top: 0 !important;
}
#desc-label {
    display: none;
}
.payment-banner-heading {
    width: 100%;
}
.payment-banner-heading #amount {
    margin: 0;
}
.vertical.css-134chkc {
    position: relative;
    z-index: 0;
}