body {
    --primary-color: #0052C9;
    --secondary-color: #00183A;
    --text-white: #fff;
    --primary_text: #3e4049;
}


body {
    margin: 0 auto;
    font-size: 16px;
    padding: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #000;
    background-color: #0B1120;

}

.cfd-section-one {
    height: "70vh !important"
}

::selection {
    background-color: #2196f3;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #000;
}

a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    outline: 0;
    color: #000;
    text-decoration: none;
}

a:hover {
    outline: none;
    color: #1d1d1d;
    text-decoration: none;
}

.wow {
    visibility: hidden;
}

.clear {
    clear: both;
}

img:not(table img) {
    max-width: 100%;
}

iframe {
    border: 0;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

p {
    font-size: 16px;
    color: #757576;
}


figure {
    margin: 0 auto;
    display: block;
    text-align: center;
}

body.scroll-off {
    overflow: hidden;
}

.section_padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-heading {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
}


.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.form-control::-webkit-input-placeholder {
    color: #9C9C9C;
}

.form-control::-moz-placeholder {
    color: #9C9C9C;
}

.form-control:-ms-input-placeholder {
    color: #c5c5c5;
}

.form-control:-moz-placeholder {
    color: #9C9C9C;
}


/*==================== User Dropdown Start ===================*/

.user_dropdown {
    display: inline-block;
}

.user_dropdown>a {
    color: #494949;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.user_dropdown img {
    height: 35px;
    width: 35px;
    min-height: 35px;
    min-width: 35px;
    border-radius: 50%;
}

.user_dropdown .dropdown-menu.show {
    display: block;
    left: auto;
    width: 160px;
    overflow-x: hidden;
    padding-bottom: 0;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    background-color: #fff;
    color: rgba(255, 255, 255, 0.6);
    right: 1px;
    box-shadow: 0 5px 12px rgba(60, 64, 67, 0.15);
    font-size: 12px;
    border-radius: 9px;
    border: 0;
}

.user_name>div {
    white-space: nowrap;
    max-width: calc(160px - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    color: #494949;
    text-transform: capitalize;
    font-size: 15px;
}

.user_name {
    padding: 0 10px;
    border-bottom: 1px solid #e9ecef;
}

.user_name small {
    color: #a2a2a2;
    text-transform: lowercase;
}

.user_name .user_email {
    margin-top: -10px;
}

.user_dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.user_dropdown ul li {
    display: block;
}

.user_dropdown ul li a {
    color: #494949;
    text-transform: capitalize;
    font-size: 14px;
    padding: 5px 10px;
    /* padding-left: 20px; */
    display: block;
    border-bottom: 1px solid #e9ecef;
}

.user_dropdown ul li a i {
    margin-right: 5px;
}

.user_dropdown ul li a:hover {
    color: #c72026;
}


/*==================== User Dropdown End ===================*/


/* *** loader css start ****  */

.loader-wrapper {
    background: rgba(0, 0, 0, 0.90);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}

.loader {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

.loader:before {
    content: "";
    width: 100px;
    height: 100px;
    border: 5px solid rgba(0, 0, 0, 0.05);
    border-top-color: #000;
    border-radius: 50%;
    animation: spin 1.5s infinite linear;
    display: block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader img {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* *** loader css end  ****  */


/*==================== Header Start ===================*/

#header {
    height: 85px;
    display: flex;
    align-items: center;
    z-index: 10;
    position: relative;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    background: 0 0 !important;
    background-color: #0b1120 !important;
}

#header .container-fluid {
    padding: 0 30px;
}

#header.is-sticky {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    height: 85px;
    border-bottom: 0;
}

#header.is-sticky.awake {
    transform: translateY(0%);
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

#header.is-sticky.inner_pages_head,
#header.inner_pages_head {
    height: 65px;
}

#header>.container-fluid>.navbar {
    padding-left: 0;
    padding-right: 0;
}

#header .navbar-brand img {
    height: 65px;
    width: auto;
}

#header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 25px;
}

#header .navbar-expand-lg .navbar-nav .nav-item:last-child {
    margin-right: 0px;
}

#header .nav-link {
    position: relative;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

#header .navbar-expand-lg .navbar-nav .nav-link:hover,
#header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: #0068FF;
    font-weight: 400;
}

#header .navbar-expand-lg .navbar-nav .nav-link:hover:before,
#header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link:before {
    color: #0068FF;
    transform: scaleX(1);
}

#header .navbar-expand-lg .navbar-nav .nav-link:before {
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background: #0068FF;
    transform: scaleX(0);
    content: "";
    position: absolute;
    transition: transform 0.5s ease;
}

#header .dropdown-toggle::after {
    border: none;
    /* height: 8px;
  width: 11px; */
    /* background-image: url(../img/drop_arrow.png); */
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: 3px;
}

#header .extra_nav {
    margin-left: 50px;
}

#header .navbar-expand-lg .extra_nav .navbar-nav .nav-item {
    margin-right:   0px;
}


#header .extra_nav .nav-item:list-child {
    margin-right: 0px;
}


#header .extra_btn:hover {
    background-color: rgba(255, 255, 255, 0.24);
}

#header .header_filled_btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 19px;
    background-color: var(--primary-color);
    color: #fff;
    border: 0; 
    display: none;
}

#header .header_filled_btn:hover {
    background-color: #E8EFFB;
    color: var(--secondary-color) !important;
    border: 0;
    font-weight: 500 !important;
}

#header .header_border_btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 19px;
    background-color: #E8EFFB;
    color: var(--secondary-color);
    border: 0;
}

#header .header_border_btn:hover {
    background-color: var(--primary-color);
    color: #fff !important;
    border: 0;
    font-weight: 500 !important;
}

.header_border_btn:before,
.header_filled_btn:before {
    display: none;
}

#header .flag_ico {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
    padding-left: 32px;
    padding-right: 5px;
    width: auto;
    font-weight: 400;
    color: #000;
}


#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop img {
    width: 21px;
    height: auto;
    vertical-align: text-bottom;
}

#header .for_mobile {
    display: none;
}

#header .for_desktop {
    display: block;
}

#header .dropdown-item {
    font-weight: 300;
}


/*#header .dropdown-item:hover {
    background-color: #30383d;
    color: rgba(255,255,255,0.60);
}*/

.langugae_filter {
    position: relative;
}

.lang_dropdown {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 100px;
    background-color: #fff;
    color: rgba(255, 255, 255, 0.6);
    right: 1px;
    box-shadow: 0 5px 12px rgba(60, 64, 67, 0.15);
    font-size: 12px;
    border-radius: 9px;
    border: 0;
    margin: 0;
    padding: 4px 11px 6px 10px;
}

.lang_country {
    position: relative;
    cursor: pointer;
}

.dropdown-toggle.lang_drop {
    border: 0;
    background: transparent;
}

#header .navbar-expand-lg .navbar-nav .currency-filter .nav-link.lang_drop {
    padding: 8px 0 8px 36px;
}

#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
    padding: 8px 0 8px 36px;
    color: #8B96A5;
}

.lang_country {
    position: relative;
    padding: 5px 0px 5px 34px;
    color: #494949;
    border-bottom: 1px solid #e9e9e9;
}

.lang_country .flag_ico img {
    max-width: 19px;
}

.lang_country:last-child {
    border-bottom: 0;
}

.lang_country:hover {
    color: #c72026;
    background-color: transparent;
}


.navbar-brand {
    font-size: 0;
}

/* 
.langugae_filter:hover .lang_dropdown {
    display: block;
} */

.top_header .top_header_right .btn-primary{
    border-radius: 70px;
    background-color: #ffffff;
    color: #0052c9;
    gap: 7px;
    padding: 7px 28px;
    font-weight: 600;
    border: 0;
}
.top_header .top_header_right .btn-primary:hover{
    background-color: var(--primary-color);
    color: var(--text-white) !important;
    font-weight: 600;
    border: 0;
}

.top_header .top_header_right .btn-primary img {
    height: 34px;
    filter: brightness(0) saturate(100%) invert(19%) sepia(93%) saturate(6148%) hue-rotate(210deg) brightness(90%) contrast(101%);
}
.top_header .top_header_right .btn-primary:hover img {
    filter:none;
}

/*==================== Header End ===================*/



/*==================== Footer login Signup Section ===================*/

.footer-logsign-link {
    position: relative;
}

.footer-logsign-link:after,
.footer-logsign-link:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: -1;
}

.footer-logsign-link:before {
    background-color: #df1f26;
    left: 0;
}

.footer-logsign-link:after {
    background-color: #ec2027;
    right: 0;
}

.footer-signin-link a,
.footer-signup-link a {
    height: 150px;
    align-items: center;
    padding-left: 50px;
    display: flex;
    flex-wrap: wrap;
    padding-right: 10px;
}

.footer-signup-link a {
    background-color: #df1f26;
    padding-left: 0px;
}

.footer-signin-link a {
    background-color: #ec2027;
}

.footer-signin-link a span,
.footer-signup-link a span {
    color: #fff;
    font-size: 36px;
    width: 100%;
}

.footer-signin-link a p,
.footer-signup-link a p {
    color: #fff;
    font-size: 15px;
    width: 100%;
    margin-bottom: 0;
}

.footer-signup-link a span.footer-link-arrow,
.footer-signin-link a span.footer-link-arrow {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    background-color: #d42027;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    transition: 0.5s all;
}

.footer-signup-link a:hover span.footer-link-arrow,
.footer-signin-link a:hover span.footer-link-arrow {
    background-color: #fff;
    color: #d42027;
}


/*==================== Footer login Signup Section ===================*/


/*==================== Footer ===================*/

.footer-block figure {
    margin: 0 0 30px;
    display: inline-block;
    max-width: 219px;
}
.footer-block{
    max-width: 360px;
}
.footer-block p{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.social_link {
    display: flex;
    gap: 10px;
    align-items: center;
}
.social_link a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #254A7D;
}
.social_link a img{
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7468%) hue-rotate(95deg) brightness(109%) contrast(106%);
}
.social_link a:hover{
    border: 1px solid #0068FF;
}
.social_link a:hover img{
    filter: brightness(0) saturate(100%) invert(39%) sepia(100%) saturate(5165%) hue-rotate(209deg) brightness(99%) contrast(109%);
}
.cts_no {
    font-size: 15px;
    padding: 0 80px 0 0;
}

.cts_no p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
}

.copyright {
    padding: 25px 0;
    border-top: 1px solid #29446B;
    color: #fff;
    font-size: 15px;
    margin-top: 100px;
    font-weight: 400;
    text-align: center;
}

.newsletter-form .form-control {
    height: 45px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
    font-weight: 400;
    background: transparent;
    border: 0;
    border-radius: 3px;
    padding-right: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.relative-box {
    position: relative;
    top: 7px;
}

.relative-box .subscribe-btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #827e7e;
    height: 45px;
    font-size: 20px;
    background: no-repeat;
}

.relative-box .subscribe-btn:hover {
    color: #d42027;
}

footer h6 {
    font-size: 17px;
    color: #000;
    margin: 0 0 27px;
    position: relative;
}

ul.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.footer-links li {
    margin: 3px 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

ul.footer-links li a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

ul.footer-links li a:hover {
    color: #0068FF;
}

ul.footer-links.socialize li a {
    position: relative;
    padding-left: 25px;
}

ul.footer-links.socialize li a i {
    position: absolute;
    left: -9px;
    width: 30px;
    text-align: center;
    top: -4px;
    color: #959595;
    font-size: 17px;
}

.footer_wrapper {
    padding: 200px 0 0;
    background-image: url(../img/footer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

footer h6 {
    font-size: 22px;
    margin: 0 0 27px;
    font-weight: 500;
    color: #fff;
}

.subscribe_text {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
}


.navbar {
    padding: 0;
}


#top-button {
    display: inline-block;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

#top-button.show {
    opacity: 1;
    visibility: visible;
}

.back_top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #2196f3;
    display: none;
    border: #2196f3 1px solid;
    z-index: 1;
    border-radius: 4px
}

.back_top span {
    position: relative;
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
}

.back_top span svg {
    width: 22px;
    height: 21px;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.back_top:hover {
    border-color: #2196f3;
    color: #2196f3;
    background-color: #fff;
}

.back_top:hover span {
    color: #2196f3;
}


/*==================== Footer ===================*/

#header .navbar-expand-lg .navbar-nav .nav-item.dropdown .nav-link {
    padding-right: 20px;
    position: relative;
}
#header .navbar-expand-lg .navbar-nav .nav-item.dropdown .nav-link::after {
    background-image: url("data:image/svg+xml, %3Csvg fill='%23000' height='512' viewBox='0 0 24 24' width='512' xmlns='http://www.w3.org/2000/svg' id='fi_7996254'%3E%3Cpath clip-rule='evenodd' d='m5.29289 8.29289c-.39052.39053-.39052 1.02369 0 1.41422l6.00001 5.99999c.3905.3905 1.0237.3905 1.4142 0l6-5.99999c.3905-.39053.3905-1.02369 0-1.41422-.3905-.39052-1.0237-.39052-1.4142 0l-5.2929 5.29291-5.29289-5.29291c-.39053-.39052-1.02369-.39052-1.41422 0z' fill-rule='%23000'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: 22px;
    filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#header .navbar-expand-lg .navbar-nav .nav-item.dropdown .nav-link:hover::after{
    filter: brightness(0) saturate(100%) invert(25%) sepia(36%) saturate(7065%) hue-rotate(210deg) brightness(103%) contrast(109%);
}
#header .navbar-expand-lg .navbar-nav .nav-item.dropdown .nav-link svg{
    height: 22px;
    width: 22px;
    fill: #fff;
}
#header .navbar-expand-lg .navbar-nav .nav-item.dropdown .nav-link:hover svg{
    fill: #0068FF;
}
.mobiledrop {
    position: absolute;
    right: -3px;
    top: 1px;
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-color: transparent;
}
.mobiledrop svg{
    height: 20px;
    width: 20px;
    color: #fff;
    fill: #fff;
}
#header .navbar-expand-lg .navbar-nav .nav-item.dropdown .dropdown-menu {
    background: #0b1120;
    border: 1px solid #0052c9;
    top: 50px !important;
    width: 170px;
    animation: 0.5s slideup;
}

@keyframes slideup {
  from {
    transform: translateY(10%);
  }

  to {
    transform: translateY(0);
  }
}
#header .dropdown-item{
    color: var(--text-white);
}
#header .dropdown-item:hover{
    background-color: transparent;
    color: var(--primary-color);
}
/* Custom Select */

.custom_checkbox input[type="checkbox"],
.custom_checkbox input[type="radio"] {
    height: 21px;
    width: 21px;
    min-width: 21px;
    margin: 0;
    padding: 0;
    opacity: 1;
    appearance: none;
    border: 2px solid #d0d0d0;
    border-radius: 5px;
    background: transparent;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}

.custom_checkbox input[type="checkbox"]:checked,
.custom_checkbox input[type="radio"]:checked {
    border: 2px solid #1295d6;
    background: #1295d6;
}

.custom_checkbox input[type="checkbox"]:checked::before,
.custom_checkbox input[type="radio"]:checked::before {
    content: "\f00c";
    height: 100%;
    color: #fff;
    font-family: "Font-awesome-5-pro";
    position: absolute;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.custom_checkbox label {
    color: #555 !important;
}


/* Custom Radio */
.custom_radio [type="radio"]:checked,
.custom_radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom_radio [type="radio"]:checked+label,
.custom_radio [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.custom_radio [type="radio"]:checked+label:before,
.custom_radio [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #b5b5b5;
    border-radius: 100%;
    background: #fff;
}

.custom_radio [type="radio"]:checked+label::after,
.custom_radio [type="radio"]:not(:checked)+label::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom_radio [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom_radio [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.form-control {
    height: 45px;
    font-size: 16px;
    color: rgb(66 66 66 / 60%);
    font-weight: 400;
    background: transparent;
    border-radius: 6px;
    border: 1px solid #B1B1B1;
    padding: 15px 25px;
}

.form-control:focus {
    box-shadow: none;
}


.custom_select_block .ms-dd .ms-dd-header {
    height: 45px;
    font-size: 16px;
    color: rgb(66 66 66 / 60%);
    font-weight: 400;
    background: transparent;
    border-radius: 6px;
    border: 1px solid #B1B1B1;
    overflow: hidden;
    width: 100%;
}

.custom_select_block .ms-dd .ms-dd-header .option-selected {
    height: 45px;
    padding: 10px 25px;
    width: 100%;
}

.custom_select_block .ms-dd .ms-list-option.option-selected,
.ms-dd .ms-optgroup ul .ms-list-option.option-selected {
    background: #ffffff;
}

.custom_select_block .ms-dd {
    width: 100%;
}

.custom_select_block .ms-dd .ms-dd-arrow {
    margin-top: -5px;
    right: 25px;
}


/* Select2 */



.floating-label {
    font-size: 16px;
    font-weight: 400;
    color: #475F7B;
    opacity: 1;
    top: 16px;
    left: 20px;
    pointer-events: none;
    position: absolute;
    transition: 240ms;
    margin-bottom: 0;
    z-index: 1;
}

.floating-diff .floating-label {
    opacity: 0;
}

.floating-diff.focused .floating-label {
    opacity: 1;
}

.form-group.focused .floating-label {
    opacity: 1;
    color: #7b7f82;
    top: 4px;
    left: 19px;
    font-size: 12px;
}

.form-group.focused select.form-control {
    padding-top: 21px;
}

.float-checkradio {
    background-color: #FFF;
    border: 1px solid #DFE3E7;
    border-radius: .267rem;
    padding: 8px 19px;
    transition: 0.3s;
    min-height: 55px;
}

.float-checkradio.focused {
    padding-top: 21px;
}

/*--------select2-css----*/
.select2Part .floating-label {
    opacity: 0;
}

.select2Part.focused .floating-label {
    opacity: 1;
}

.select2multiple .floating-label {
    opacity: 1;
}

.floating-group.focused .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-bottom: 7px;
    margin: 0;
    padding-top: 17px;
    padding-left: 0px;
}


.select2-container--default .select2-selection--multiple .select2-selection__rendered:before {
    border: none;
    content: '';
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=') no-repeat 0 0;
    width: 12px;
    height: 8px;
    background-size: 100% 100%;
    transform: translateY(-50%);
    position: absolute;
    right: 18px;
    top: 26px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    left: auto;
    top: 0;
    right: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-right: 30px;
    padding-left: 0px;
    background-color: #ebf0fe;
    margin-right: 5px;
    border: 0px solid #aaa;
    margin-top: 9px;
    padding-top: 3px;
    padding-bottom: 3px;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #dc3545;
    color: #e4e4e4;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #EE343A;
    color: #fff;
    padding: 1px;
    top: 7px;
    right: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    border-right: 0;
    justify-content: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-right: 10px;
    font-size: 13px;
    font-weight: 300;
    padding-left: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
    line-height: 11px;
    height: 17px;
    /* width: 1px; */
    padding-right: 1px;
    border-radius: 50%;
    display: flex;
    font-weight: 300;
    justify-content: center;

}

.floating-group .select2-container--focus .select2-selection__rendered {
    padding-top: 20px !important;
}

.floating-group .select2-container--focus .select2-selection__rendered {
    padding-top: 20px !important;
}

.floating-group .select2-container--below .select2-selection__rendered {
    padding-top: 20px !important;
}

.floating-group .select2-container--below .select2-selection--multiple {
    padding-top: 20px !important;
}

.floating-group .select2-container--above .select2-selection__rendered {
    padding-top: 20px !important;
}

.floating-group .select2-container--above .select2-selection--multiple {
    padding-top: 20px !important;
}

.floating-group .select2-selection--multiple .select2-selection__rendered {
    padding-top: 20px !important;
}

.select2-dropdown {
    border: 0px solid #aaa;
    box-shadow: 0 9px 9px rgba(0, 0, 0, 0.1);
    margin-top: 3px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #DFE3E7
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #DFE3E7;
    padding-left: 19px;
    padding-bottom: 9px;
}

.select2-container .select2-selection--multiple {
    min-height: 55px;

}

.select2-container .select2-selection--single {
    min-height: 55px;
    border: 1px solid #DFE3E7;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 16px;
    line-height: 1;
    margin-left: 0;
    padding-left: 0px;
    font-size: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    border: none;
    content: '';
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=) no-repeat 0 0;
    width: 12px;
    height: 8px;
    background-size: 100% 100%;
    transform: translateY(-50%);
    position: absolute;
    right: 18px;
    top: 26px;
}

.select2-selection__rendered li:first-child {
    margin-left: 0;

}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 19px;
    padding-right: 20px;
    font-size: 15px;
    color: #000;
    padding-top: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-weight: 300;
}

.select2-results__option {
    font-size: 15px;
    font-weight: 300;

}

/*select2*/
.form-group {
    position: relative;
    margin-bottom: 30px;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 19px;
    padding-top: 21px;
    min-height: 55px;
    font-size: 1rem;
    color: #475F7B;
    background-color: #FFF;
    border: 1px solid #DFE3E7;
    border-radius: .267rem;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

select.form-control {
    padding-top: 10px;
    transition: 0.15s;
}

.form-control:focus {
    color: #475F7B;
    background-color: #FFF;
    border-color: #5A8DEE;
    outline: 0;
    box-shadow: none;
}



/* account live page css start */
.form_wrapper {
    border-radius: 5px;
    max-width: 916px;
    margin: auto;
    background-color: #141C31;
    padding: 50px;
}

.form_heading h2 {
    font-size: 20px;
    color: #191C1F;
    text-align: center;
    font-weight: 700;
}

/* account live page css start */


/* home page css start */
.top_header {
    padding: 17px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.top_header .top_header_left ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
    gap: 90px;
}

.top_header .top_header_left ul li {
    display: flex;
    align-items: center;
    gap: 13px;
    position: relative;
}

.top_header .top_header_left ul li::after {
    content: '';
    height: 100%;
    width: 1px;
    background-color: rgb(255 255 255 / 10%);
    position: absolute;
    right: -45px;
}

.top_header .top_header_left ul li:last-child:after {
    display: none;
}

.top_header .top_header_left ul li p {
    margin: 0;
    color: #ffff;
    font-size: 16px;
    font-weight: 500;
}

.top_header .icon_box {
    background-color: #E8EFFB;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_header .details_box {
    display: flex;
    flex-direction: column;
    gap: 3px;
    line-height: normal;
}

.top_header .details_box span {
    font-size: 18px;
    color: #679FFF;
    font-weight: 500;
}

.top_header .details_box p {
    margin: 0;
    color: #ffff;
    font-size: 16px;
    font-weight: 500;
}

.top_header .top_header_right ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
    gap: 10px;
}

.top_header .top_header_right ul li a {
    display: flex;
    align-items: center;
    gap: 13px;
    position: relative;
}


/* hero section start */
.hero_section {

    background: linear-gradient(to bottom, #0B2E61, #071831);
}

/* .inner_bg {
    padding: 116px 0;
    background-image: url('../img/hero-bg.png') !important;
    background-repeat: no-repeat;
    background-position: left;
} */

.inner_bg {
    padding: 116px 0;
    /* background-image: url('../img/hero-bg.png') !important; */
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.hero_left_box {
    padding-right: 130px;
}

.hero_left_box .welcome_text {
    color: #E8EFFB;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.hero_left_box .welcome_text span {
    color: #549AFF;
}

.hero_left_box .welcome_text img {
    margin-right: 7px;
}

.hero_left_box h1 {
    font-size: 54px;
    color: var(--text-white);
    font-weight: bold;
    margin-bottom: 27px;
}

.hero_left_box p {
    font-size: 18px;
    color: var(--text-white);
    font-weight: 400;
}

.hero_left_btn {
    margin-top: 55px;
}

.hero_left_btn {
    display: flex;
    gap: 13px;
    text-wrap: nowrap;
}



.btn-primary {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 28px;
    background-color: var(--primary-color);
    color: #fff;
    border: 0;
}

.btn-primary:hover {
    background-color: #FFFFFF;
    color: var(--secondary-color) !important;
    border: 0;
    font-weight: 500 !important;
}

.btn-secondary {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 28px;
    background-color: #FFFFFF;
    color: var(--secondary-color);
    border: 0;
}

.btn-secondary:hover {
    background-color: var(--primary-color);
    color: #fff !important;
    border: 0;
    font-weight: 500 !important;
}

.hero_right_box {
    display: flex;
    gap: 17px;
}

.two_img {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.hero_right_box img {
    border-radius: 25px;
    border: 1px solid #3C5476;
}

/* hero section end */


/* about section start */
.about_left_box {
    padding-right: 80px;
}

.about_left_box .img_box_about {
    border-radius: 15px;
    overflow: hidden;
    max-height: 860px;

}
.btn-width-200{
    width: 200px;
}

.about_left_box .img_box_about img {
    width: 100%;
    height: 100%;
}



@media only screen and (max-width: 600px) {
    .about_left_box {
        margin-top: 40vh;
    }
    .hero_left_btn {
        display: grid;
    }    
  }

.small_text {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 26px;
}

.small_text span {
    color: #549AFF;
    margin-left: 4px;
}

.heading_text {
    color: var(--text-white);
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 32px;
}

.about_right_box h2 {
    max-width: 500px;
}

.about_right_box p {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-white);
    line-height: 32px;
}

.about_right_box .specialization_box {
    border-radius: 10px;
    background-color: #fff;
    padding: 30px;
    margin-top: 25px;
}

.about_right_box .specialization_box h3 {
    font-size: 28px;
    color: #00183A;
    font-weight: 600;
    margin-bottom: 16px;
}

.about_right_box .specialization_box p {
    font-size: 16px;
    color: #515151;
    font-weight: 400;
    line-height: normal;
}

.about_right_box .specialization_box ul {
    padding: 0;
    margin: 0;
}

.about_right_box .specialization_box ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #424242;
    gap: 10px;
}

.about_right_box .specialization_box ul li:last-child {
    margin-bottom: 0;
}

.about_right_box .about_btn {
    margin-top: 40px;
}

.about_right_box .about_btn .btn-primary {
    display: inline-block;
}

/* about section end */

/* why choose section start */
.why_choose_section {
    background-color: #141C31;
}

.section_heading {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

.section_heading span {
    color: var(--text-white);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 25px;
    display: block;
}

.section_heading .heading_text {
    margin-bottom: 17px;
}

.section_heading p {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-white);
}

.theem_cards {
    background-color: #FFFFFF;
    border-radius: 25px;
    padding: 30px;
    height: 100%;
}

.inner_content {
    margin-top: 65px;
}

.why_choose_section .theem_cards {
    height: 100%;
    text-align: center;
    padding: 45px 30px;
}

.why_choose_section .card_inner_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px
}

.why_choose_section .card_inner_box h4 {
    font-size: 22px;
    color: #00183A;
    margin: 0;
    font-weight: 600;
}

.why_choose_section .card_inner_box p {
    font-size: 15px;
    color: #515151;
    margin: 0;
    font-weight: 400;
}

.icon_box_card img {
    max-height: 60px;
    min-height: 60px;
}

/* why choose section end */


/* trading section start */
.trading_section {
    background-image: url(../img/trading_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.trading_details {
    max-width: 945px;
}

.trading_details h3 {
    font-size: 80px;
    color: var(--text-white);
    font-weight: bold;
    margin-bottom: 20px;
}

.trading_details p {
    font-size: 30px;
    color: var(--text-white);
    line-height: 60px;
}

.create_account_btn {
    margin-top: 40px;
}

.create_account_btn .btn-primary {
    display: inline-block;
}

/* trading section end */

/* CFD product section start */
.cfd_section .theem_cards {
    background-color: #141C31;
}

.cfd_section .theem_cards .cfd_inner {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.cfd_section .cfd_icon {
    background-color: #0B1120;
    height: 85px;
    width: 85px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.cfd_section .cfd_icon img{
    width: 50px;
    height: 50px;
}
.cfd_details h5 {
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.cfd_details p {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
}

.cfd_btn {
    margin-top: 20px;
}

.cfd_btn .btn-secondary {
    display: inline-block;
    padding: 8px 15px;
}

/* CFD product section end */


/* live section start */
.live_account_section {
    background-color: #141C31;
}
.live_account_section .icon_box_card {
    width: 85px;
    height: 85px;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 82 201 / 11%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
}

.live_account_section .card_inner_box {
    text-align: center;
}
.live_account_section .card_inner_box h4{
    font-size: 30px;
    font-weight: 600;
    color: #00183A;
    margin-bottom: 12px;
}
.live_account_section .card_inner_box p{
    font-size: 18px;
    color: #515151;
    font-weight: 400;
    margin: 0;
}
.live_btn{
    margin-top: 24px;
    text-align: center;
}
.live_btn .btn-secondary{
    display: inline-block;
    box-shadow: 0 0 16px rgb(0 82 201 / 13%);
}
.live_account_section .icon_box_card img{
    min-height: auto;
    width: auto;
}
/* live section end */

/* faq section start */
.faq_inner_wrapper .accordion-item{
    border-radius: 16px !important;
    background-color: #F1F4FB;
    box-shadow: 0px 16px 48px 0px rgba(6, 35, 63, 0.03), 0px -16px 48px 0px rgba(6, 35, 63, 0.03);
    margin-bottom: 10px;
}
.faq_inner_wrapper .accordion-button {
    background-color: transparent;
    padding: 25px 25px;
    font-size: 20px;
    color: #00183A;
    font-weight: 600;
}
.faq_inner_wrapper .accordion-item:first-of-type .accordion-button{
    border-radius: 16px;
    
}
.faq_inner_wrapper .accordion-button:not(.collapsed){
    background-color: transparent;
    box-shadow: none;
    color: #0052C9;
}
/* faq section end */

/* trade section start */
.trade_wrapper {
    background-color: #0052C9;
    padding: 45px;
    border-radius: 20px;
    max-width: 1366px;
    margin: auto;
    position: absolute;
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
    top: -100px;
    background-image: linear-gradient(88.9deg, #0052C933 .43%, #72e1ff 103.55%);
}
.trade_wrapper .trade_inner_details {
    max-width: 100%;
    margin: auto;
    text-align: center;
}
.trade_wrapper .trade_inner_details p{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}
.trade_wrapper  .trade_inner_details .heading_text {
    margin-bottom: 22px;
}
.trade_btn {
    display: flex;
    gap: 13px;
    justify-content: end;
}
.trade_btn .btn-primary{
    background-color: #00183A;
}
.trade_btn .btn-primary:hover{
    background-color: #fff;
    color: #00183A;
}
.trade_btn .btn-secondary:hover{
    background-color: #00183A;
    color: #ffff;
}
.blue_text{
    color: #0068FF;
}
/* trade section end */

/* home page css end */


/* about us page start */
.about_hero .inner_bg{
    background-image: url(../img/about-bg.png) !important;
    padding: 50px 0;
    background-position: center;
    background-size: cover;
}

.our_team .about_left_box .img_box_about img{
    max-height: 550px;
}
.our_team .inner_content{
    margin-top: 0;
}
.trade_section.global_broker .trade_wrapper {
    position: relative;
    top: 0;
    margin: auto;
    transition: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
}
.trade_section.global_broker .trade_wrapper  .trade_btn {
    justify-content: center;
}
.trade_section.global_broker .trade_wrapper .trade_inner_details{
    max-width: 100%;
    text-align: center;
}
.trade_section.global_broker .trade_wrapper .trade_inner_details span{
    color: var(--text-white);
}
.about_faq{
    background-color: #141C31;
}
.about_faq .faq_inner_wrapper{
    max-width:1000px;
    margin: auto;
}
/* about us page end */

/* contact us page start */


.custom_radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
  }
  .custom_radio [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
  }
  .custom_radio [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #b5b5b5;
    border-radius: 100%;
    background: #fff;
  }
  .custom_radio [type="radio"]:not(:checked) + label::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #f87da9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .custom_radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  
  .form-control {
    height: 45px;
    font-size: 16px;
    color: rgb(66 66 66 / 60%);
    font-weight: 400;
    background-color: transparent;
    border-radius: 6px;
    border: 1px solid #b1b1b1;
    padding: 15px 15px;
  }
  .form-control:focus {
    box-shadow: none;
  }
  
  :not(.btn-check) + .btn:active {
    color: #2196f3;
    background-color: #d9eaff;
    border-color: #2196f3;
  }
  
  .form-group {
    margin-bottom: 25px;
  }
  
  
  textarea.form-control {
    height: 111px;
    font-size: 16px;
    color: rgb(66 66 66 / 60%);
    font-weight: 400;
    border-radius: 6px;
    border: 1px solid #b1b1b1;
    padding: 10px 25px;
  }
  
  
  .pagetitle-wrapper {
    text-align: center;
    background: #2196f3;
    color: #fff;
    padding: 37px 0;
  }
  .pagetitle-wrapper .pages-title {
    color: #fff;
  }
  .cmsContent .form-control {
    font-size: 15px;
    border: solid 1px #f5f8fa;
    background: #f5f8fa;
    height: 50px;
    border-radius: 6px;
  }
  .cmsContent {
    padding: 45px 0 50px;
  }
  .cmsContent .form-group {
    margin: 0 0 30px;
  }
  
  .contact_details {
    border-radius: 30px;
    height: 100%;
    margin-left: 50px;
    padding: 30px;
    background-image: linear-gradient(to bottom, #0b6eff 0.43%, #4ed9ff 103.55%);
}
  .contact_details ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
  }
  .contact_details ul li{
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    align-items: flex-start;
  }
  .contact_details ul li .icon_box{
    height: auto;
    width: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }
  .contact_details ul li .icon_box img{
    height: 30px;
    width: 30px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7468%) hue-rotate(95deg) brightness(109%) contrast(106%);
  }
  .contact_details ul li span{
    font-size: 16px;
    color: var(--text-white);
  }
  .contact_details ul li span h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
  /* contact-us page */
  
  /* Contact-us */
  .contactus_block .shortmsg {
    font-size: 16px;
    color: #868686;
  }
  
  .contactus_block .form-group label {
    font-size: 15px;
    color: #b0b0b0;
    margin: 0 0 2px;
  }
  
  .contactus_form textarea {
    height: 120px;
    resize: none;
  }
  textarea.form-control {
    min-height: calc(9.5em + (0.75rem + 2px));
  }
  
  .pagetitle-wrapper {
    text-align: center;
    background: #0052c9;
    color: #fff;
    padding: 37px 0;
    background-image: url(../img/about-bg.png) !important;
    padding: 100px 0;
    background-position: left;
  }
  .pagetitle-wrapper .pages-title {
    color: #fff;
    font-weight: 600;
    font-size: 35px;
  }
  .cmsContent .form-control {
    font-size: 15px;
    border: solid 1px #3a4c7a;
    background: #121a2f;
    height: 50px;
    border-radius: 6px;
    color: #fff;
  }
  .cmsContent {
  }
  .cmsContent .form-group {
    margin: 0 0 30px;
  }
  .send-btn {
    min-height: 50px;
    min-width: 170px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 24px;
    background-color: #0052c9;
    border: 1px solid #0052c9;
    color: #fff !important;
  }
  .send-btn:hover {
    color: #2196f3 !important;
    background-color: transparent;
    border-color: #2196f3;
  }
  
  .cmsContent p {
    margin: 0px;
  }
  
  .form_wrapper_top.show .irs :is(.irs-single ,.irs-max ,.irs-min){
    visibility: hidden !important;
  }
  
  .employee_crad:nth-last-child() {
    background-image: none;
  }
  .custom_select_block.candidateDetail_skill .btn-check:focus-visible+.btn  {
    box-shadow: none;
  }
  
  .saved-checkbox:focus-visible{
    color: rgba(66, 66, 66, 0.6);
  }
  
  /* /contact us page end*  */ 

  /* cms start */
  .cmsContent h2{
    font-size: 22px;
    color: #fff;
    margin: 20px 0;
  }

  .cmsContent p {
    color: #c9c9c9;
    font-size: 15px;
    margin-bottom: 15px;
    text-align: justify;
}

  /* cms end */

  /* account page start */
  
.form_heading h3{
    font-size: 22px;
    color: var(--text-white);
    text-align: center;
}
.radio_block {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 15px;
}
.radio_block .form-check-label {
    border: 1px solid #0052c9;
    padding: 10px 30px;
    border-radius: 70px;
    color: #ffffff;
    cursor: pointer;
}
.form-check-input{
    margin-right: 5px;
}
.form_text {
    text-align: center;
    color: #96a3c4;
}
.form_inner_block h5{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.form_inner_block p{
    color: #96a3c4;
}
.form_inner_block{
    margin-top: 50px;
}
.form_wrapper .cmsContent .form-group label {
    font-size: 15px;
    margin-bottom: 5px;
    color: #96a3c4;
}
.form_wrapper .cmsContent .form-group {
    margin: 0 0 20px;
}
.form_btn{
    margin-top: 50px;
    text-align: center;
}
.form_btn .btn-primary {
    display: inline-block;
    width: 300px;
}

.form_btn .btn-secondary {
    display: inline-block;
    width: 300px;
}
.form_wrapper  .cmsContent {
    padding: 25px 0 0px;
}

.form_wrapper.second_step .form_inner_block{
    margin-top: 0;
}

.form_wrapper.second_step .cmsContent{
    padding: 0;
}
.form_inner_heading{
    margin-bottom: 15px;
}
.form_inner_heading h4{
    font-size: 18px;
    color: var(--text-white);
}
.cmsContent .form-control::placeholder{
    color: #505a75;
}
.emp_select{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
    
}
.form_wrapper .cmsContent .emp_select .form-check-label{
    border: 1px solid #0052c9;
    padding: 10px 40px;
    border-radius: 70px;
    color: #ffffff;
    cursor: pointer;
}
.form_wrapper .cmsContent .emp_select .form-check{
    padding-left:0;
}

.form_inner_block p a{
    color: var(--primary-color);
}
.cmsContent select.form-control {
    background-image: url(../img/drop.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
}

.check_box_block .form-check {
    display: flex;
    align-items: self-start;
    gap: 7px;
    color: #96a3c4;
    margin-bottom: 20px;
}
.check_box_block .form-check .form-check-input {
    margin-right: 5px;
    height: 20px;
    width: 20px;
    background-color: transparent !important;
    border: 1px solid #5c6681;
    flex: 0 0 20px;
}
.check_box_block .form-check .form-check-input:focus{
    box-shadow: none;
}
.check_box_block .form-check a{
    color: #fff;
    text-decoration: underline;
}
.form_wrapper.five_step .form_inner_block {
    margin-top: 0px;
}
.form_wrapper.five_step  .cmsContent {
    padding: 0 0 0px;
}
.form_wrapper.five_step  .cmsContent p{
    text-align: center;
}
.passport_box {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #424e6f;
    padding: 15px 20px;
    max-width: 360px;
    border-radius: 15px;
    margin: auto;
    margin-top: 30px;
    cursor: pointer;
}
.passport_box .details_box {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    line-height: normal;
}
.passport_box .details_box h5 {
    font-size: 16px;
    color: #8ea3c4;
    font-weight: 500;
    margin-bottom: 5px;
}
.passport_box .details_box span {
    color: #51666e;
    font-size: 13px;
}
.passport_box .icon_box img {
    height: 40px;
    width: 40px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7489%) hue-rotate(59deg) brightness(112%) contrast(86%);
}
.skip_text {
    margin-top: 20px;
    display: block;
    color: #0254ca;
    font-size: 15px;
}
  /* account page end */

  .address_block {
    margin-top: 20px;
}
.address_block p {
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.address_block p img{
    height: 30px;
    width: 30px;
}


/* login page start */

.form_wrapper.login_form {
    max-width: 510px;
}
.form_wrapper.login_form .logo_login {
    text-align: center;
    margin-bottom: 30px;
}
.form_wrapper.login_form .form_inner_block {
    margin-top: 0;
}

/* login page end */


/* metatrader page start */
.section_padding.mt_4_section {
    background-color: #141C31;
    padding: 50px 0px;
}

/* metatrader page end */

/* footer css start */
.risk_disclosure {
    margin-top: 30px;
    padding: 30px 0px 0;
    border-top: 1px solid #29446B;
}
.risk_disclosure h4 {
    font-size: 16px;
    color: var(--text-white);
    font-weight: 500;
    margin-bottom: 15px;
}
.risk_disclosure p {
    color: #abc3e5;
    line-height: 30px;
    font-size: 15px;
    text-align: justify;
}
/* footer css end */


/* all platform page start */

.trading_platform{
    background-color: #141C31;
}
.card_title h5{
    font-size: 18px;
    margin: 0;
}
.card_title p{
    margin: 0;
    font-size: 15px;
    color: var(--primary-color);
    font-weight: 500;
}
.card_title {
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.point_list ul{
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    list-style: none;
}
.point_list ul li{
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
}
.point_list ul li::before{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-check-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16'/%3E%3Cpath d='m10.97 4.97-.02.022-3.473 4.425-2.093-2.094a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: 18px;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 0;
    top: 3px;
    filter: brightness(0) saturate(100%) invert(7%) sepia(61%) saturate(1298%) hue-rotate(199deg) brightness(92%) contrast(91%);
}

.terminal_section{
   padding-top: 0;
}
.terminal_section .theem_cards{
    background-color: #141C31;
}
.italic_text{
    font-style: italic;
}
/* all platform page end */

/* modal css start */
.theem_modal .modal-content{
    background-image: linear-gradient(to bottom, #4ed9ff  0.43%, #0b6eff 103.55%);
    border-radius: 30px;
    border: 0;
}
.theem_modal .modal-body{
    padding: 30px;
    text-align: center;
}
.theem_modal .modal-body h5{
    font-size: 22px;
    color: var(--text-white);
    margin-top: 15px;
}
.modal-backdrop.show {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: #001d3ee3;
    opacity: 1;
}
/* modal css end */

/* all account page start */
.cfd_section .cfd_icon span {
    font-size: 40px;
    color: var(--text-white);
    font-weight: 600;
}
/* all account page end */

/* trading tools page start */
.our_tools{
    background-color: #141C31;
}
.our_tools.cfd_section .theem_cards{
    background-color: #0b1120;
}
.our_tools.cfd_section .cfd_icon {
    background-color: #141c31;
}
section.section_padding.tools_services.cfd_section{
    padding-top: 0;
}
section.section_padding.tools_services.cfd_section .inner_content{
    margin-top: 0;
}
/* trading tools page end */


/* forex page css start */
.forex_cfds .inner_content{
    background-color: #141C31;
    padding: 30px;
    border-radius: 20px;
    margin-top: 0;
}
.forex_cfds .section_heading {
    max-width: 100%;
    margin: auto;
    text-align: left;
}
.forex_img{
    padding-left: 50px;
    text-align: right;
}
.forex_img img{
    border-radius: 20px;
}

.trade_tbl {
    max-width: 620px;
    margin: auto;
    margin-top: 50px;
    /* border-radius: 7px; */
    overflow: hidden;
}
.trad_value{
    justify-content: space-between;
    padding: 4px 8px;
    min-width: 100px;
    display: flex;
    align-items: center;
}
.downvalue{
    background-color: #df111217;
}
.topvalue{
    background-color: #0b938f33;
}
.trad_value::after{
    background-image: url('../img/arrow_drop_down.svg');  
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    content: "";
}
.trad_value.downvalue::after{
    filter: invert(56%) sepia(67%) saturate(4944%) hue-rotate(331deg) brightness(92%) contrast(96%);
}
.trad_value.topvalue::after{
    filter: invert(39%) sepia(29%) saturate(2962%) hue-rotate(146deg) brightness(94%) contrast(91%);
    transform: rotate(180deg);
}
.min_width {
    width: 320px;
}
.trade_tbl.full_tbl {
    width: 100%;
    max-width: 100%;
}
section.section_padding.full_tbl_section {
    padding-top: 0;
}
.futures_section .inner_content {
    margin-top: 0;
}
.futures_section .inner_content h4{
    font-size: 20px;
    color: var(--text-white);
    margin: 0;
}
.forex_details h5 {
    margin-top: 30px;
    font-size: 20px;
    color: var(--text-white);
    margin-bottom: 10px;
    font-weight: 600;
}
.forex_details p{
    color: #949494;
    font-size: 14px;
}
.forex_details p span{
    font-size: 16px;
    color: var(--text-white);
    font-weight: 600;
}
section.section_padding.futures_section {
    background-color: #141c31;
}
/* forex page css end */


/* indices page start */
.top_space{
    padding-top: 0;
}
/* indices page end */

/* shares page css start */
.section_padding.live_account_section.trade_shares .theem_cards {
    background-color: #0b1120;
}
.section_padding.live_account_section.trade_shares.cfd_section .cfd_icon {
    background-color: #141c31;
}
/* shares page css end */

/* crypto-cfds css start */
.crypto_cfds .theem_cards {
    background-color: #141C31;
  
}
/* crypto-cfds css end */


/* 07-11-2024 css start */
.standard_section   .theem_cards ul {
    padding: 0px 22px 30px;
    margin: 0;
    margin-top: 40px;
}
.standard_section   .theem_cards ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #424242;
    gap: 10px;
    /* justify-content: center; */
}
.standard_section   .theem_cards ul li:last-child {
    margin-bottom: 0;
}
.live_account_section.standard_section .card_inner_box h4 {
    margin-bottom: 20px;
    border-bottom: 1px solid #00000024;
    padding: 15px;
}
.live_account_section.standard_section .theem_cards {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.status_tag {
    background-color: #0052c9;
    color: #fff;
    position: absolute;
    padding: 38px 19px;
    border-radius: 5px;
    top: -38px;
    font-size: 28px;
    font-weight: 500;
    transform-origin: 0 0;
    transform: translate(31.3%) rotate(45deg);
    left: 30px;
    height: 200px;
    width: 50px;
}
.app_img {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.app_img a{
    display: inline-block;
}
.only_mobile{
    display: none;
}
.leran_more {
    margin-bottom: 30px;
}
.leran_more a {
    font-size: 18px;
    color: #0052c9;
    font-weight: 600;
}
.whatsapp_btn{
    position: fixed;
    bottom: 70px;
    right: 15px;
}
.whatsapp_btn img{
    height: 50px;
    width: 50px;
}
/* 07-11-2024 css end */

.lilist{padding-left: 40px;}
.lilist li{color: #c9c9c9; font-size: 16px; padding-bottom: 10px; list-style: circle;} 
.mail_info{color: #fff;}
.mail_info:hover{color: #fff;}

.details_box a{color: #fff;}



.hero_section{position: relative;}

/* .video{height: 100vh; width: 100%;} */
.video::before{content: ""; position: absolute; top: 0; bottom: 0; background: linear-gradient(to bottom, #0b2e61f7, #071831de); width: 100%; height: 100%; }