@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'DMSans-Regular';
    src: url('../fonts/DMSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DMSans-Medium';
    src: url('../fonts/DMSans-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DMSans-Bold';
    src: url('../fonts/DMSans-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Inter-Bold';
    src: url('../fonts/Inter-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Inter-ExtraBold';
    src: url('../fonts/Inter-ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Inter-Black';
    src: url('../fonts/Inter-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 15px;
    padding-left: 15px;
}
/*============== LOADER CSS START ==============*/
/*html, body{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}*/
a {
    text-decoration: none;
}
/* GRID */
.twelve {
    width: 100%;
}
.eleven {
    width: 91.53%;
}
.ten {
    width: 83.06%;
}
.nine {
    width: 74.6%;
}
.eight {
    width: 66.13%;
}
.seven {
    width: 57.66%;
}
.six {
    width: 49.2%;
}
.five {
    width: 40.73%;
}
.four {
    width: 32.26%;
}
.three {
    width: 23.8%;
}
.two {
    width: 15.33%;
}
.one {
    width: 6.866%;
}
/* COLUMNS */
.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}
.col:first-of-type {
    margin-left: 0;
}
/*.container{
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    position: relative;
    text-align: center;}*/
/* CLEARFIX */
.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1;
}
/*.row{
    margin: 30px 0;
}*/
.three {
    background-color: transparent;
    /*#eee*/
    padding: 50px 0;
}
/* ALL LOADERS */
.MyLoader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}
/* LOADER 1 */
#loader-1:before, #loader-1:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 10px solid transparent;
    border-top-color: lightgray;
}
#loader-1:before {
    z-index: 100;
    animation: spin 1s infinite;
}
#loader-1:after {
    border: 10px solid #ccc;
}
@keyframes spin {
0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
/* LOADER 2 */
#loader-2 span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: lightgray;
    margin: 35px 5px;
}
#loader-2 span:nth-child(1) {
    animation: bounce 1s ease-in-out infinite;
}
#loader-2 span:nth-child(2) {
    animation: bounce 1s ease-in-out 0.33s infinite;
}
#loader-2 span:nth-child(3) {
    animation: bounce 1s ease-in-out 0.66s infinite;
}
@keyframes bounce {
0%, 75%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
25% {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
}
/* LOADER 3 */
#loader-3:before, #loader-3:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: calc(50% - 10px);
    background-color: lightgray;
    animation: squaremove 1s ease-in-out infinite;
}
#loader-3:after {
    bottom: 0;
    animation-delay: 0.5s;
}
@keyframes squaremove {
0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
}
25% {
    -webkit-transform: translate(40px, 40px) rotate(45deg);
    -ms-transform: translate(40px, 40px) rotate(45deg);
    -o-transform: translate(40px, 40px) rotate(45deg);
    transform: translate(40px, 40px) rotate(45deg);
}
50% {
    -webkit-transform: translate(0px, 80px) rotate(0deg);
    -ms-transform: translate(0px, 80px) rotate(0deg);
    -o-transform: translate(0px, 80px) rotate(0deg);
    transform: translate(0px, 80px) rotate(0deg);
}
75% {
    -webkit-transform: translate(-40px, 40px) rotate(45deg);
    -ms-transform: translate(-40px, 40px) rotate(45deg);
    -o-transform: translate(-40px, 40px) rotate(45deg);
    transform: translate(-40px, 40px) rotate(45deg);
}
}
/* LOADER 4 */
#loader-4 span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: lightgray;
    margin: 35px 5px;
    opacity: 0;
}
#loader-4 span:nth-child(1) {
    animation: opacitychange 1s ease-in-out infinite;
}
#loader-4 span:nth-child(2) {
    animation: opacitychange 1s ease-in-out 0.33s infinite;
}
#loader-4 span:nth-child(3) {
    animation: opacitychange 1s ease-in-out 0.66s infinite;
}
@keyframes opacitychange {
0%, 100% {
    opacity: 0;
}
60% {
    opacity: 1;
}
}
/* LOADER 5 */
#loader-5 span {
    display: block;
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    width: 20px;
    height: 20px;
    background-color: lightgray;
}
#loader-5 span:nth-child(2) {
    animation: moveanimation1 1s ease-in-out infinite;
}
#loader-5 span:nth-child(3) {
    animation: moveanimation2 1s ease-in-out infinite;
}
#loader-5 span:nth-child(4) {
    animation: moveanimation3 1s ease-in-out infinite;
}
@keyframes moveanimation1 {
0%, 100% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
75% {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
}
}
@keyframes moveanimation2 {
0%, 100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
75% {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}
}
@keyframes moveanimation3 {
0%, 100% {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
75% {
    -webkit-transform: translate(30px, 30px);
    -ms-transform: translate(30px, 30px);
    -o-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
}
}
/* LOADER 6 */
#loader-6 {
    top: 40px;
    left: -5px;
}
#loader-6 span {
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: lightgray;
}
#loader-6 span:nth-child(1) {
    animation: grow 1s ease-in-out infinite;
}
#loader-6 span:nth-child(2) {
    animation: grow 1s ease-in-out 0.15s infinite;
}
#loader-6 span:nth-child(3) {
    animation: grow 1s ease-in-out 0.30s infinite;
}
#loader-6 span:nth-child(4) {
    animation: grow 1s ease-in-out 0.45s infinite;
}
@keyframes grow {
0%, 100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8);
}
}
/* LOADER 7 */
#loader-7 {
    -webkit-perspective: 120px;
    -moz-perspective: 120px;
    -ms-perspective: 120px;
    perspective: 120px;
}
#loader-7:before {
    content: "";
    position: absolute;
    left: 25px;
    top: 25px;
    width: 50px;
    height: 50px;
    background-color: lightgray;
    animation: flip 1s infinite;
}
@keyframes flip {
0% {
    transform: rotate(0);
}
50% {
    transform: rotateY(180deg);
}
100% {
    transform: rotateY(180deg) rotateX(180deg);
}
}
/* LOADER 8 */
#loader-8:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: calc(50% - 10px);
    left: 0px;
    background-color: lightgray;
    animation: rotatemove 1s infinite;
}
@keyframes rotatemove {
0% {
    -webkit-transform: scale(1) translateX(0px);
    -ms-transform: scale(1) translateX(0px);
    -o-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
}
100% {
    -webkit-transform: scale(2) translateX(45px);
    -ms-transform: scale(2) translateX(45px);
    -o-transform: scale(2) translateX(45px);
    transform: scale(2) translateX(45px);
}
}
/*============== LOADER CSS END =============*/
body {
    position: relative;
    -webkit-font-smoothing: antialiased;
}
body p {
    font-weight: normal;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 15px;
}
a, a:focus, a:focus-visible, :focus, a:hover, body a:hover, body a:focus {
    outline: none;
    text-decoration: none;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
:-webkit-autofill, input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    /* -webkit-box-shadow: 0 0 0 30px transparent inset !important; */
    /* -webkit-text-fill-color: #ffffff; */
    /* transition: background-color 5000s ease-in-out 0s; */
    /* box-shadow: inset 0 0 20px 20px #23232329; */
    -webkit-background-clip: text !important;
    background-clip: text !important;
}
ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.table {
    display: table !important;
    width: 100%;
    margin-bottom: 0;
}
button {
    background: unset;
    border: 0;
    padding: 0;
}
.accordion-button:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.form-control:focus {
    border-color: #000000;
    outline: 0;
    box-shadow: none;
}
section {
    width: 100%;
    clear: both;
}
.hide_controls video::-webkit-media-controls-volume-slider-container, .hide_controls video::-webkit-media-controls-volume-slider, .hide_controls video::-webkit-media-controls-mute-button, .hide_controls video::-webkit-media-controls-timeline, .hide_controls video::-webkit-media-controls-current-time-display, .hide_controls video::-webkit-media-controls-time-remaining-display, .hide_controls video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}
.hide_controls video::-webkit-media-controls-play-button {
    opacity: 0;
}
.hide_controls video::-webkit-media-controls-panel {
    background-image: linear-gradient(transparent, transparent) !important;
}
.upload_loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background-color: #000000bf;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upload_loader i {
    font-size: 50px;
    color: #8d8d8d;
}
.horizontal_scroll {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-color: #D0E3FF #D0E3FF;
    scrollbar-width: thin;
}
.horizontal_scroll::-webkit-scrollbar {
    height: 2px;
}
.horizontal_scroll::-webkit-scrollbar-track {
    background: transparent;
}
.horizontal_scroll::-webkit-scrollbar-thumb {
    background: #D0E3FF;
    border-radius: 5px;
}
.horizontal_scroll::-webkit-scrollbar-thumb:hover {
    background: #D0E3FF;
}
/*========= CHECKBOX CSS =========*/
.checkbox {
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.checkbox__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.checkbox__in {
    display: flex;
}
.checkbox__tick {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 2px solid #E1E1E1;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.checkbox__tick:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' fill='none' viewBox='0 0 14 10'%3E%3Cpath fill-rule='evenodd' d='M13.707.293a1 1 0 0 1 0 1.414l-8 8a1 1 0 0 1-1.414 0l-4-4a1 1 0 1 1 1.414-1.414L5 7.586 12.293.293a1 1 0 0 1 1.414 0z' fill='%23fcfcfd'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;
    opacity: 0;
    transition: opacity .2s;
}
.checkbox__input:checked+.checkbox__in .checkbox__tick:before {
    opacity: 1;
}
.checkbox__input:checked+.checkbox__in .checkbox__tick {
    background: #4285f4;
    border-color: #4285f4;
}
.checkbox__text {
    font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 20px;
    margin-left: 10px;
    color: #4285f4;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}
/*============= CHECKBOX CSS END =============*/
/*===== START HEADER =====*/
.header_outer {
    width: 100%;
    position: relative;
    z-index: 9;
    box-shadow: 0 2px 5px rgb(0 0 0 / 38%);
}
.header_inner1 {
    background-color: #1A1E35;
    width: 100%;
    padding: 12px 0;
}
.header_inner1.new_head {
    display: none;
}
.top_header {
    width: 100%;
    text-align: center;
}
.top_header p, .top_header p a {
    font-family: 'DMSans-Bold';
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    margin-bottom: 0;
}
.top_header p a:hover {
    text-decoration: underline;
}
.header_inner2, .new_head2 {
    width: 100%;
    padding: 15px 0;
    background-color: transparent;
}
.header_inner2:not(.new_head2) {
    border-bottom: 1px solid #ececec;
}
.header_sec {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
.header_sec1 img {
    width: 100px;
}
.mobile_menu {
    display: none;
}
.header_sec2 ul {
    display: flex;
    align-items: center;
}
.header_sec2 ul li a, .header_sec2 ul li button {
    font-family: 'DMSans-Medium';
    font-size: 18px;
    line-height: 23px;
    color: #242947;
    display: inline-block;
    margin-left: 20px;
}
.live_item img {
    vertical-align: baseline;
    width: 56px;
}
.header_sec2 ul li a.signUp_btn {
    color: #4285F4;
    border: 1px solid #4285f4;
    padding: 9px 20px;
    border-radius: 5px;
}
.header_sec2 ul li a.trial_btn, .header_sec2 ul li button.trial_btn {
    color: #ffffff;
    position: relative;
}
.trial_btn {
    font-family: 'DMSans-Medium';
    font-size: 18px;
    line-height: 23px;
    color: #ffffff;
    background-color: #4285f4;
    border: 1px solid #4285f4;
    padding: 9px 20px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
}
.white_logo {
    display: none;
}
.new_head2 .white_logo {
    display: block;
}
.new_head2 .black_logo {
    display: none;
}
.new_head2.header_inner2 {
    padding: 10px 0;
    background: #1A1E35;
}
.new_head2 .header_sec2 ul li a {
    color: #ffffff;
    font-family: 'DMSans-Medium';
}
.new_head2 .header_sec2 ul li a.active {
    color: #10A861;
}
/* .new_head2 .header_sec2 ul li a.signUp_btn {
    border: 1px solid #ffffff;
} */
.new_head2 .header_sec2 ul li a.signUp_btn {
    color: #2A353D;
    background-color: #00f0f0;
    border: 1px solid #00f0f0;
}
.new_head2 .header_sec2 ul li a.trial_btn, .new_head2 .header_sec2 ul li button.trial_btn {
    font-family: 'DMSans-Medium';
    padding: 9px 20px;
    background-color: #10A861;
    border-color: #10A861;
}
.new_head2 .header_sec2 ul li a:after {
    display: none;
}
.new_head2 .header_sec2 ul li a.testimonal_btn {
    color: #2A353D;
    background-color: #ffc000;
    padding: 6px 15px;
    border-radius: 5px;
}
/*====== END HEADER ======*/
/*===== START FOOTER =====*/
.footer_outer {
    width: 100%;
    padding: 50px 0;
    /* background-color: #000203; */
    background-color: #1A1E35;
}
.footer_outer1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footer_outer11>img {
    width: 120px;
}
.footer_outer11 p {
    font-family: 'DMSans-Regular';
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    margin: 30px 0;
}
.footer_outer11>a>img {
    width: 120px;
}
.footer_outer11 ul {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.footer_outer11 ul li img {
    width: 38px;
}
.footer_outer12 {
    width: 300px;
    display: flex;
    justify-content: space-between;
}
.footer_outer12 h5 {
    font-family: 'DMSans-Bold';
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 15px;
}
.footer_outer12 ul li {
    margin-bottom: 10px;
}
.footer_outer12 ul li a, .footer_outer2 p, .footer_outer2 ul li a {
    font-family: 'DMSans-Regular';
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    margin: 0;
}
.footer_outer2 {
    width: 100%;
    display: flex;
    border-top: 1px solid #777E87;
    margin-top: 40px;
    padding-top: 20px;
    justify-content: space-between;
    align-items: center;
}
.footer_outer2 ul {
    display: flex;
    gap: 40px;
}
.footer_outer2 p, .footer_outer2 ul li a {
    font-family: 'DMSans-Medium';
}
/*====== END FOOTER ======*/

/*============== FREE TRIAL START =============*/
/*===== TABS =====*/
.steps_head {
    width: 100%;
    margin-bottom: 60px;
}

.steps_head .nav-tabs {
    width: 100%;
    justify-content: center;
    border: 0;
    gap: 20px;
}

.steps_head .nav-tabs .nav-link {
    font-family: 'DMSans-Medium';
    font-size: 18px;
    line-height: 24px;
    color: #242947;
    padding: 0;
    background: unset;
    border: 0;
}

.steps_head .nav-tabs .nav-link.active {
    color: #4285F4;
}
/*===== TABS =====*/

/*===== START SIGN UP =====*/

.trialForm_bg {
    width: 100%;
    background-image: linear-gradient(322deg, #ffffff 20%, #F1F6FF 54%, #d6e4fb 100%);
    min-height: 100vh;
    padding: 50px 0;
}

.trialForm_bg header {
    width: 100%;
    margin-bottom: 50px;
}

.trialForm_bg header img {
    width: 126px;
}

.tForm_sec1 {
    width: 100%;
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.tForm_sec11 {
    width: calc(60% - 20px);
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 20px #00000012;
    padding: 50px 35px;
}

.tForm_sec111 {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.tForm_sec111 h3,
.tForm_sec111 h1 {
    font-family: 'DMSans-Bold';
    font-size: 32px;
    line-height: 40px;
    color: #242947;
    margin-bottom: 10px;
}

.tForm_sec111 p {
    font-family: 'DMSans-Regular';
    font-size: 18px;
    line-height: 24px;
    color: #242947;
    margin-bottom: 0;
}

.tForm_sec12 {
    width: calc(40% - 20px);
}

.tForm_sec121 {
    width: 100%;
    background-color: #f5f9ff;
    border: 3px solid #D0E3FF;
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.tForm_sec121 span {
    color: #bcd2f3;
    font-size: 45px;
}

.tForm_sec121 h3 {
    font-family: 'DMSans-Medium';
    font-size: 24px;
    line-height: 32px;
    color: #4285f4;
    margin-bottom: 5px;
}

.tForm_sec121 p {
    font-family: 'DMSans-Regular';
    font-size: 18px;
    line-height: 24px;
    color: #242947;
    margin-bottom: 0;
}

.tForm_sec122,
.tForm_sec123 {
    width: 100%;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 20px #00000012;
    padding: 30px;
    margin-bottom: 30px;
}

.tForm_sec122 p {
    font-family: 'DMSans-Regular';
    font-size: 18px;
    line-height: 24px;
    color: #242947;
    margin-bottom: 30px;
}

.coFounder {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}

.coFounder img {
    width: 52px;
}

.coFounder h6,
.coFounder p {
    font-family: 'DMSans-Medium';
    font-size: 18px;
    line-height: 26px;
    color: #242947;
    margin-bottom: 0;
}

.coFounder p {
    color: #777E87;
}

.tForm_sec123 h3 {
    font-family: 'DMSans-Bold';
    font-size: 24px;
    line-height: 32px;
    color: #242947;
    margin-bottom: 20px;
}

.faq_question {
    width: 100%;
}

.accordion {
    border: 0;
    width: 100%;
}

.faq_question .accordion.accordion-solid .card {
    border-radius: 2px;
    background: none;
    border: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #E6E9F5;
}

.faq_question .accordion.accordion-solid .card:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.faq_question .accordion .card .card-header {
    cursor: pointer;
    margin: 0;
    border-bottom: 0;
}

.faq_question .accordion.accordion-solid .card .card-header {
    padding: 0;
    background-color: transparent;
    margin-bottom: 15px;
}

.faq_question .accordion .card .card-header .card-title {
    font-weight: normal;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #4285f4;
    font-family: 'DMSans-Medium';
    margin: 0;
    display: flex;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    border: 0;
    padding-right: 50px;
}

.faq_question .accordion .card .card-header .card-title.collapsed {
    color: #242947;
}

.faq_question .card-title:before {
    font-family: 'Material Symbols Outlined';
    content: '\e15b';
    font-weight: 300;
    font-size: 26px;
    position: absolute;
    right: 10px;
}

.faq_question .card-title.collapsed:before {
    content: '\e145';
}

.faq_question .accordion.accordion-solid .card .card-body {
    border: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0;
    padding-bottom: 15px;
}

.faq_question .accordion.accordion-solid .card:last-child .card-body {
    padding-bottom: 0;
}

.faq_question .card-body p {
    font-family: 'DMSans-Regular';
    font-size: 17px;
    line-height: 24px;
    color: #242947;
    margin-bottom: 0;
}

.faq_question .card-body p:last-child {
    margin-bottom: 0;
}

.faq_question .card-body ul {
    color: #ffffff;
    list-style: none;
    padding-left: 10px;
    margin-bottom: 0;
}

.faq_question .card-body ul li {
    margin-bottom: 10px;
}

.faq_question .card-body ul li:last-child {
    margin-bottom: 0;
}

.faq_question .card-body p a {
    color: #4285f4;
    text-decoration: underline !important;
}

.tForm_sec11 .form_field label,
.landing_box .form_field label {
    margin-bottom: 10px;
}

.tForm_sec11 .form_field input,
.landing_box .form_field input {
    border: 1px solid #E6E9F5;
}

.tForm_sec11 .login_buttons,
.landing_box .login_buttons {
    margin-top: 20px;
}

.footer_p {
    font-family: 'DMSans-Regular';
    font-size: 18px;
    line-height: 26px;
    color: #486284;
    margin-top: 20px;
    margin-bottom: 0;
}

.footer_p a {
    color: #486284;
    border-bottom: 1px solid #486284;
}

.flex_boxes11 .signup_links2 h4,
.flex_boxes11 .signup_links2 p {
    background-color: #edf4fe;
}

/*====== END SIGN UP ======*/
.trialForm_BG {
    width: 100%;
    background-image: linear-gradient(175deg, #242947 10%, #2563EB 110%);
    min-height: 100vh;
    padding: 50px 0;
    position: relative;
}
.flex_boxes1, .flex_boxes2, .promo_signup {
    width: 100%;
    background-color: #ffffff;
    background-image: linear-gradient(322deg, #ffffff 20%, #F1F6FF 54%, #d6e4fb 100%);
    border-radius: 10px;
    padding: 40px 50px;
}
.flex_boxes1 {
    max-width: 650px;
    margin: 0 auto;
}
.flex_boxes {
    width: 100%;
    display: flex;
    gap: 40px;
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
}
.steps_head .nav-tabs {
    width: 100%;
    justify-content: center;
    border: 0;
    gap: 20px;
}
.account_fields .form_field {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}
/* Sign up ovtlyr end */

/* Sign up Promo start */
.promo_signup {
    width: 650px;
}
.tForm_sec111.newTrial_Form {
    width: 100%;
    text-align: center;
    margin: 0;
}
.promo_div h1
{
    font-family: 'DMSans-Bold';
    font-size: 32px;
    line-height: 40px;
    color: #242947;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
}
.trialForm_BG .promo_signup input
{
    margin-bottom:20px;
}
.promo_signup .logo_div
{
    margin: 0 auto;
    display: table;
}
.promo_signup .new_account
{
    text-align: center;;
}
.promo_signup .new_account a{
    font-family: 'DMSans-Bold';
    color: #242947;
    margin-left: 5px;
    border-bottom: 1px solid #242947;
}
.form_field
{
    position:relative
}
.form_field button span{
    color: #486284;
    font-size: 20px;
}
/* End up start */
/*========== START TOASTS CSS ============*/
.alertMessage {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 77%);
    padding: 20px 40px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.alertMessage p {
    font-family: 'DMSans-Bold';
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    background-color: #10A861;
    border-radius: 2px;
    text-align: center;
    margin-bottom: 0;
    padding: 40px 65px;
    max-width: 600px;
}
.alertMessage.show {
    visibility: visible;
    -webkit-animation: fadein .5s, fadeout .5s 5.6s;
    animation: fadein .5s, fadeout .5s 5.6s;
}
@-webkit-keyframes fadein {
from {
    top: -30px;
    opacity: 0;
}
to {
    top: 0;
    opacity: 1;
}
}
@keyframes fadein {
from {
    top: -30px;
    opacity: 0;
}
to {
    top: 0;
    opacity: 1;
}
}
@-webkit-keyframes fadeout {
from {
    top: 30px;
    opacity: 1;
}
to {
    top: 0;
    opacity: 0;
}
}
@keyframes fadeout {
from {
    top: 30px;
    opacity: 1;
}
to {
    top: 0;
    opacity: 0;
}
}
/*============ END TOASTS CSS =============*/
/*========== NEW HOME PAGE START ==========*/
.new_home.outer_banner {
    width: 100%;
    background: url('../images/new-banner.jpg')no-repeat;
    background-size: cover;
    background-position: center;
    border: 0;
    margin-top: -112px;
    padding-top: 150px;
    padding-bottom: 290px;
    position: relative;
}
.new_home.outer_banner_2 {
    width: 100%;
    background: url('../images/new-banner_2.png')no-repeat;
    background-size: cover;
    background-position: center;
    border: 0;
    margin-top: -97px;
    padding-top: 150px;
    position: relative;
    height: 800px;
}
.inner_banner {
    width: 100%;
    text-align: center;
}
.new_home h1 {
    font-family: 'Inter-Black';
    font-size: 55px;
    line-height: 72px;
    color: #ffffff;
    margin-bottom: 20px;
}
.inner_box {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.new_home .inner_banner h2 {
    font-family: 'DMSans-Regular';
    font-size: 23px;
    line-height: 31px;
    color: #ffffff;
    margin-bottom: 10px;
}
.new_home .inner_banner h3 {
    font-size: 33px;
    line-height: 44px;
    color: #ffffff;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'Inter-Black';
}
.signUp_Box {
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.signUp_Box input {
    width: calc(100% - 195px);
    font-family: 'DMSans-Regular';
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    padding: 11px 20px;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #242947;
}
.signUp_Box button, .signUp_Box a {
    font-family: 'DMSans-Medium';
    font-size: 18px;
    line-height: 24px;
    color: #2A353D;
    padding: 12px 18px;
    width: 250px;
    border-radius: 5px;
    background-color: #00f0f0;
    text-align: center;
    flex-shrink: 0;
}
.inner_banner .signUp_Box button {
    padding: 12px 18px;
    width: 280px;
    flex-shrink: 0;
}
.read_btn {
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 30px;
    transition: .3s all;
}
.read_btn img {
    width: 90px;
    padding-right: 10px;
    margin-right: 10px;
}
.read_btn span {
    font-size: 14px;
    line-height: 19px;
    color: #ffffff;
    font-family: 'DMSans-Regular';
}
.platform_video {
    width: 750px;
    height: 400px;
    border-radius: 40px;
    margin: 0 auto;
    border: 1px solid rgb(147 178 252);
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 23%);
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -150px;
}
.platform_video iframe {
    width: 100%;
    height: 100%;
}
.newHome_5.indexSec_2 {
    background-color: #EAF2FF;
    /* padding-top: 630px; */
    padding: 40px 0;
}
.newHome_5.indexSec_2 h3 {
    text-align: center;
    margin-bottom: 0;
}
.newHome_5 .sponered_slider {
    width: 100%;
    margin-top: 40px;
}
.sponered_slider ul {
    display: flex;
    justify-content: space-between;
}
.sponered_slider ul li {
    width: 25%;
}
.newHome_5 .sponered_slider ul li:last-child .outer_box img {
    width: 100%;
}
.newHome_5 .sponered_slider ul li .outer_box img {
    width: 60%;
    height: auto;
}
.newHome_5 img:first-child {
    width: 50%;
}
.newHome_1, .newHome_3, .newHome_4, .newHome_7, .homeSec_1, .featSec_916, .homeSec_2 {
    width: 100%;
    padding: 40px 0;
}
.newHome_head1, .newHome_head2, .newHome_head3, .newHome_head4 {
    width: 100%;
    text-align: center;
}
.newHome_head1 h3, .newHome_head2 h3, .newHome_head3 h3, .newHome_head4 h3, .newHome_5.indexSec_2 h3, .newHome_62 h3, .homeSec_head h3, .featSec_2 h3, .homeSec_21 h4, .newHome_7.newTestimonial .newHome_head1 h3, .affiliSec_1 h1, .affiliSec_1 h3 {
    font-family: 'Inter-Black';
    font-size: 40px;
    line-height: 50px;
    color: #242947;
    margin-bottom: 20px;
    text-align: center;
}
.newHome_head1 p {
    font-family: 'DMSans-Regular';
    font-size: 22px;
    line-height: 30px;
    color: #2A353D;
    margin-bottom: 0;
}
.newHome_cont1 {
    width: 100%;
    margin-top: 40px;
    display: flex;
    gap: 30px;
}
.newHome_cont1 li {
    width: calc(25% - 22.5px);
    text-align: center;
    background-color: #EAF2FF;
    padding: 30px;
    border-radius: 10px;
}
.newHome_cont1 li img {
    width: 100%;
    margin-bottom: 25px;
}
.newHome_cont1 li h6, .newHome_cont1 li h4 {
    font-family: 'Inter-Bold';
    font-size: 18px;
    line-height: 24px;
    color: #2A353D;
    margin-bottom: 0;
}
.newHome_2 {
    width: 100%;
    background: url('../images/features-bg.jpg')no-repeat;
    background-size: cover;
    padding: 40px 0;
}
.newHome_head2 h3 {
    color: #ffffff;
    margin-bottom: 0;
}
.newHome_cont2 {
    margin-top: 40px;
    display: flex;
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
}
.newHome_cont2 li {
    background-color: rgb(255 255 255 / 10%);
    padding: 40px 20px;
    text-align: center;
    border-radius: 10px;
    width: calc(25% - 8px);
    transition: .3s all;
}
.newHome_cont2 li:nth-child(5), .newHome_cont2 li:nth-child(6), .newHome_cont2 li:nth-child(7), .newHome_cont2 li:nth-child(8), .newHome_cont2 li:nth-child(9), .newHome_cont2 li:nth-child(10) {
    width: calc(33.3% - 7px);
}
.newHome_cont2 li img {
    width: auto;
    height: 80px;
    margin-bottom: 0px;
}
.newHome_cont2 li p {
    font-family: 'DMSans-Medium';
    font-size: 19px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 11px;
}
.newHome_cont2 li:hover {
    background-color: #ffffff;
}
.newHome_cont2 li:hover button {
    color: #2A353D;
    background: #00f0f0;
}
.newHome_cont2 li:hover p {
    color: #2A353D;
}
.newHome_foot1 {
    max-width: 862px;
    margin: 0 auto;
    margin-top: 80px;
    padding: 20px;
    padding-right: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    background-color: #4285F4;
    border-radius: 120px;
    position: relative;
}
.div_2 {
    border: 5px solid #ffffff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    overflow: hidden;
    flex-shrink: 0;
}
.div_2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newHome_foot1 p {
    font-family: 'DMSans-Medium';
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 0;
}
.div_1 {
    position: absolute;
    left: 100px;
    bottom: 100%;
    transform: translate(0, 50%);
}
.newHome_3 {
    background-color: #EAF2FF;
}
.newHome_cont3 {
    max-width: 1000px;
    margin: 0 auto;
    height: 565px;
    border: 1px solid #dddddd;
    margin-top: 40px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}
.newHome_cont3 iframe {
    width: 100%;
    height: 100%;
}
.newHome_cont4 {
    width: 100%;
    margin-top: 40px;
}
.newHome_cont4 .item {
    height: 100%;
}
.test_box {
    width: 100%;
    height: 100%;
    background-color: #EAF2FF;
    border-radius: 10px;
    padding: 40px 60px;
    text-align: left;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}
.test_box img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
}
.test_box p {
    font-family: 'DMSans-Medium';
    font-size: 20px;
    line-height: 26.6px;
    color: #2A353D;
    margin-bottom: 0;
}
.newHome_cont5 {
    width: 100%;
    background-color: #EAF2FF;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}
.newHome_cont5 p {
    font-family: 'Inter-Bold';
    font-size: 26px;
    line-height: 34px;
    color: #2A353D;
    margin-bottom: 0;
}
.newHome_6 {
    width: 100%;
    background: url('../images/trial-bg.svg')no-repeat;
    background-size: cover;
    padding: 40px 0;
}
.newHome_cont6 {
    width: 100%;
    display: flex;
    gap: 60px;
}
.newHome_61 {
    width: calc(55% - 30px);
}
.newHome_61 img {
    width: 100%;
}
.newHome_62 {
    width: calc(45% - 30px);
}
.newHome_62 h3 {
    color: #ffffff;
}
.newHome_62 .signUp_Box {
    width: 100%;
    margin-top: 30px;
    padding: 0;
    background: unset;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.newHome_62 .signUp_Box input {
    width: 100%;
    border-color: #ffffff;
}
.newHome_71 {
    width: 100%;
    margin-top: 40px;
}
.newHome_7 ul {
    width: 100%;
    column-count: 3;
    column-gap: 30px;
}
.newHome_7 ul li {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: .3s all;
}
.newHome_7 ul li:hover {
    transform: scale(1.1);
}
.newHome_7 ul li img {
    max-width: 100%;
}
.homeSec_head {
    width: 100%;
    text-align: center;
}
.homeSec_para {
    width: 100%;
    text-align: center;
}
.block_txt {
    display: block;
}
.homeSec_21 p {
    text-align: center;
}
.homeSec_para p, .featSec_2 p, .homeSec_21 p {
    font-size: 20px;
    line-height: 36px;
    color: #2A353D;
    text-align: center;
    font-family: 'DMSans-Regular';
}
.homeSec_para p {
    text-align: center;
}
.homeSec_para p:last-of-type, .featSec_2 p:last-of-type, .homeSec_21 p:last-of-type {
    margin-bottom: 0;
}
.newHome_72 {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.newHome_72 a {
    font-family: 'DMSans-Medium';
    font-size: 18px;
    line-height: 24px;
    color: #2A353D;
    padding: 12px 25px;
    border-radius: 5px;
    background-color: #f4f400;
    text-align: center;
    display: inline-block;
}
.featSec_2 {
    width: 100%;
    /*  text-align: center;
    max-width: 1122px;
    margin: 0 auto; */
}
.featSec_2 h3 {
    text-align: center;
    /* text-transform: uppercase; */
    margin-bottom: 20px;
}
.featSec_2 .image_1 {
    width: 100%;
    margin-top: 30px;
}
.featSec_2 .image_2 {
    display: none;
}
.homeSec_2 {
    background-color: #25325f;
}
.homeSec_21 h4 {
    color: #ffffff;
    text-decoration: underline;
    text-align: center;
}
.homeSec_21 p {
    color: #ffffff;
}
.homeSec_21 ul {
    width: 100%;
    display: grid;
    grid-gap: 30px 30px;
    margin: 40px 0;
}
/* .homeSec_21 ul li{
    
} */
.homeSec_21 ul li:first-child {
    grid-column: 1 / 3 span;
}
.homeSec_21 ul li:nth-child(2) {
    grid-column: 1 / 2 span;
}
.homeSec_21 ul li:last-child {
    grid-column: 3;
}
.home_21 {
    display: flex;
    gap: 40px;
    align-items: flex-end;
    margin-bottom: 20px;
}
.home_21>img {
    width: 129px;
}
.home_21>span {
    font-family: 'DMSans-Bold';
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 0;
    position: relative;
    top: -7px;
}
.home_22 {
    width: 100%;
    height: 402px;
    background-color: #ffffff;
    border-radius: 25px;
    padding: 20px;
    overflow: hidden;
}
.home_22 img {
    width: 100%;
    height: 100%;
}
.sector_btn {
    font-family: 'DMSans-Bold';
    font-size: 22px;
    line-height: 25px;
    color: #787878;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 4px 10px;
}
.sector_btn span {
    color: #777E87;
    font-size: 30px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 1px;
}
.sector_btn select {
    border: 0;
    font-size: 18px;
    color: #777E87;
}
.gradient_banner {
    position: relative;
    background: linear-gradient(to bottom, #202E5A, #235ad2);
}
.lineChart_box1 {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    z-index: 100;
    background-color: rgb(255 255 255 / 100%);
    /* opacity: 0; */
    /* visibility: hidden; */
    display: none;
}
/* .lineChart_dtl {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
    width: 250px;
} */
.pageHeading .lineChart_dtl {
    width: 198px;
    flex-shrink: 0;
}
.lineChart_chrt {
    width: 100%;
    height: calc(100% - 38px);
    display: flex;
    gap: 30px;
    padding: 0 10px;
    margin-top: 5px;
}
.lineChart_dtl {
    width: 30%;
}
.lineChart_box1 .lineChart_dtl {
    position: unset;
    width: 100%;
}
.lineChart_chrt1 {
    width: calc(100% - 350px);
    height: 100%;
}
.lineChart_box1 .lineChart_chrt .lineChart_dtl {
    width: 315px;
}
.lineChart_dtl .card {
    border-radius: 5px;
    border: 1px solid #D0E3FF;
    background: unset;
}
.lineChart_dtl .card-header {
    border: 0;
    background-color: unset;
    border-radius: 5px;
    padding: 4px 10px;
    cursor: pointer;
}
.lineChart_box1>.lineChart_dtl .card {
    border: 0;
}
.lineChart_box1 .lineChart_dtl .card-header {
    background-color: unset;
    padding: 5px 10px;
}
.lineChart_dtl .card-title {
    font-family: 'DMSans-Medium';
    font-size: 14px;
    line-height: 20px;
    color: #2A353D;
    margin-bottom: 0;
    position: relative;
    padding-right: 24px;
}
.lineChart_dtl .card-title:before {
    font-family: 'Material Symbols Outlined';
    content: '\e56b';
    font-weight: 200;
    font-size: 22px;
    position: absolute;
    color: #242947;
    right: -3px;
}
.lineChart_box1>.lineChart_dtl .card-title:before {
    display: none;
}
.lineChart_box1>.lineChart_dtl .card-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    padding: 0;
}
.lineChart_box1>.lineChart_dtl .card-title span {
    font-weight: 300;
    font-size: 23px;
    color: #242947;
}
.lineChart_dtl .card-body {
    padding: 0;
    border-top: 1px solid #D0E3FF;
}
.lineChart_dtl ul {
    width: 100%;
    margin: 0;
    display: block;
}
.lineChart_dtl ul li {
    width: 100%;
}
.lineChart_dtl ul li p {
    width: 100%;
    display: flex;
    font-family: 'DMSans-Regular';
    font-size: 13px;
    line-height: 16px;
    color: #242947;
    margin-bottom: 0;
    justify-content: space-between;
}
.lineChart_dtl ul li p span {
    width: 28%;
    text-align: center;
    padding: 8px;
    border-left: 1px solid #D0E3FF;
    border-bottom: 1px solid #D0E3FF;
}
.lineChart_dtl ul li:last-child p span {
    border-bottom: 0;
}
.lineChart_dtl ul li p span:first-child {
    font-family: 'DMSans-Medium';
    width: 44%;
    text-align: left;
    border-left: 0;
}
.lineChart_dtl ul li:first-child span {
    font-family: 'DMSans-Bold';
    text-align: center;
}
.overlay_gradient {
    position: absolute;
    bottom: 0;
    height: 400px;
    z-index: 999;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, #2249a500 0%, #245cd7f5 50%), transparent;
}
.btn_stroke {
    border: 2px solid #fff;
    border-radius: 15px;
    padding: 12px 33px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Inter-Bold';
}
.sector_btn select:focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
}
#performance_chart_new1 {
    width: 100%;
    height: 315px;
}
body .text_white {
    color: #ffffff;
    font-family: 'Inter-ExtraBold';
}
.image_box_Features {
    padding: 10px 30px;
    margin-bottom: 30px;
    border-radius: 20px;
}
.image_box span {
    font-size: 40px;
}
.platform_img {
    background: #e6e6e6;
    border-radius: 20px;
    border: 1px solid #e1dede;
    width: 100%;
    max-width: 100%;
    margin: 30px auto 0;
    overflow: hidden;
    font-size: 0;
}
.platform_img img {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 20px;
}
.platform_img iframe {
    width: 100%;
    height: 860px;
}
.yellow_btn {
    background: #ffc000;
    color: #000000;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 5px;
    font-family: 'DMSans-Medium';
    border-radius: 27px;
}
.button_centerAlign {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50px)
}
.secMap_legends.stok_crtLen {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    align-items: flex-start;
    margin-top: 15px;
}
.secMap_legends p {
    font-family: 'DMSans-Bold';
    font-size: 14px;
    line-height: 18px;
    color: #242947;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.secMap_legends span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-right: 8px;
}
.blue_box2 {
    background-color: #19A7CE !important;
}
.green_txt {
    color: #00b81c !important;
    font-style: normal;
}
.red_box {
    background-color: #ce0014 !important;
}
.red_txt {
    color: #FB0202 !important;
    font-style: normal;
}
.secMap_legends p:last-child {
    margin-bottom: 0;
}
.rounded_radius {
    border-radius: 5px
}
/*=========== NEW HOME PAGE END ===========*/
/*============= Sitemap  ==============*/
.sitemap_list {
    column-count: 3;
    column-gap: 30px;
}
.sitemap_list li {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 10px;
    padding: 10px 15px;
    width: 100%;
    background: #F5F9FF;
    border-radius: 5px;
}
.sitemap_list li:hover {
    background: linear-gradient(165deg, rgb(217 57 114 / 20%) 27%, rgb(67 133 244 / 21%) 73%);
}
.roardmap_sec .sitemap_list p {
    margin-bottom: 0;
}
.roardmap_sec {
    min-height: calc(100vh - 538px);
    padding-top: 80px;
    padding-bottom: 80px;
}
/*============= Sitemap End ==============*/
.outer_banner.newHome_7, .outer_banner.pricingSec_1 {
    /* margin-top: -97px; */
    /* padding-top: 150px; */
    padding: 70px 0;
    background-image: linear-gradient(1deg, #2563EB 110%, #242947 30%);
}
.outer_banner.newHome_7 {
    background: url('https://www.ovtlyrtraining.com/hosted/images/9d/6712eceee84e82bc78658456a4ebb5/background-4.png');
}
.newHome_7 .newHome_head1 h3 {
    color: #ffffff;
}
.newTestimonial ul {
    width: 100%;
    column-count: 1;
    column-gap: 30px;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.newTestimonial ul li {
    width: 100%;
    column-count: 1;
    column-gap: 30px;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.newTestimonial_1 {
    width: 100%;
    margin-top: 45px;
}
.newTestimonial ul li:hover {
    transform: none;
}
/*========= PRICING PAGE START =========*/
.outer_banner.pricingSec_1 {
    background: unset;
    background-color: #25325F;
}
.pricingSec_1 .container {
    position: relative;
}
.overlay_gradient {
    position: absolute;
    right: 0;
}
.pricingNew2 .nav-tabs {
    display: flex;
    background-color: #1A1E35;
    border-radius: 5px;
    border: 0;
    position: relative;
}
.pricingNew2 .nav-tabs .nav-link {
    font-family: 'DMSans-Medium';
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 5px 10px;
    width: 180px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pricingNew2 .nav-tabs .nav-link.active {
    font-family: 'DMSans-Medium';
    font-size: 18px;
    color: #242947;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / 17%);
}
.greentxt {
    font-family: 'DMSans-Medium';
    font-size: 14px;
    line-height: 13px;
    color: #242947;
    background-color: #00f0f0;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 3px;
    border: 1px dashed rgb(255 255 255);
    margin-bottom: 4px;
}
.pricing_1 {
    width: 100%;
    text-align: center;
}
.pricing_1 h1 {
    font-family: 'Inter-ExtraBold';
    font-size: 60px;
    line-height: 70px;
    color: #ffffff;
    margin-bottom: 40px;
}
.pricing_11 {
    max-width: 800px;
    margin: 60px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-align: left;
    margin-bottom: 0;
}
.pricing_11 .carousel-indicators {
    margin-bottom: 0;
}
/* .pricing_11 img {
    width: 42px;
}
.pricing_11 span {
    font-family: 'DMSans-Medium';
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
} */
.slider_img img {
    width: 620px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}
.slider_box {
    width: 100%;
    min-height: 290px;
}
.testi_box {
    width: 100%;
    display: flex;
    gap: 15px;
}
.testi_box1 img {
    width: 50px;
}
.testi_box2 h4 {
    font-family: 'DMSans-Bold';
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 5px;
}
.testi_box2 p {
    font-family: 'DMSans-Medium';
    font-size: 16px;
    line-height: 21px;
    color: #ffffff;
    margin-bottom: 10px;
    display: flex;
    gap: 6px;
}
.testi_box2 p:last-of-type {
    margin-bottom: 0;
}
.testi_box2 p img {
    width: 15px;
}
.testi_cont {
    width: 100%;
    margin-top: 20px;
}
.testi_cont h5 {
    font-family: 'Inter-ExtraBold';
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 10px;
}
.testi_cont p {
    font-family: 'DMSans-Medium';
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 10px;
}
.testi_cont p:last-of-type {
    margin-bottom: 0;
}
.date_txt {
    font-size: 16px;
}
.grey_txt {
    color: #c7c7c7 !important;
}
.pricing_12 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 10px;
}
.pricing_12 button img {
    width: 400px;
}
.pricing_12 h6, .pricing_12 h4 {
    color: #ffffff;
    margin-bottom: 0;
}
.pricing_12 h4 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'DMSans-Medium';
}
.pricing_12 .input_coupon {
    font-family: 'DMSans-Regular';
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #fff;
    padding: 8px 15px;
    width: 236px;
    background: transparent;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pricing_12 .input_coupon::placeholder {
    color: #ffffff;
}
.pricing_12 .coupon_apply {
    font-family: 'DMSans-Regular';
    font-size: 16px;
    line-height: 22px;
    color: #242947;
    background: #00f0f0;
    border: 1px solid #ffffff;
    border-left: 0;
    padding: 8px 15px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pricing_12 .promo_div {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: center;
}
.pricing_12 button.disable_btn img {
    filter: grayscale(1) brightness(0.5);
}
.pricing_13 {
    width: 490px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid #4285F4;
    border-radius: 5px;
    padding: 25px;
    text-align: left;
    position: relative;
}
.pricing_13 h2 {
    font-family: 'DMSans-Bold';
    font-size: 30px;
    line-height: 40px;
    color: #242947;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
}
.pricing_13 ul li p span {
    font-size: 21px;
}
.more_text a {
    font-size: 16px;
    padding-left: 25px;
}
.pricing_13 h3 {
    font-family: 'Inter-ExtraBold';
    font-size: 50px;
    line-height: 50px;
    color: #242947;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.pricing_13 h3.actualPric {
    line-height: 1.2;
}
.actualPric s {
    font-family: 'DMSans-Medium';
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}
.pricing_13 h3 .smallPri {
    margin-left: 10px;
    font-family: 'Inter-ExtraBold';
    font-size: 50px;
    line-height: 50px;
    color: #242947;
    margin-top: 10px;
    margin-bottom: 10px;
}
.permonth {
    font-family: 'DMSans-Medium';
    font-size: 18px;
    line-height: 22px;
    margin-left: 3px;
}
.permonth2 {
    font-size: 16px;
}
.billed_an b {
    font-size: 20px;
}
.pricing_13 p {
    font-family: 'DMSans-Medium';
    font-size: 16px;
    line-height: 21px;
    color: #242947;
    margin-bottom: 0;
    text-align: center;
}
.pricing_13 button {
    font-family: 'DMSans-Medium';
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    padding: 12px;
    border-radius: 3px;
    background-color: #4285F4;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}
.pricing_13 ul li:not(:last-child) {
    margin-bottom: 10px;
}
.pricing_13 ul li p {
    padding-left: 0;
    position: relative;
    display: flex;
    gap: 5px;
    text-align: left;
    font-family: 'DMSans-Regular';
}
.newHome_7.pricingSec_2 {
    width: 100%;
    padding: 70px 0;
    background-image: linear-gradient(1deg, #2563EB 110%, #242947 30%);
}
.blue_txt {
    color: #4285F4 !important;
}
.pricing_sec4 {
    width: 100%;
    padding: 60px 0;
}
.faq_question {
    width: 100%;
}
.faq_question h2, .faq_question h3 {
    font-family: 'Inter-ExtraBold';
    font-size: 38px;
    line-height: 52px;
    color: #242947;
    text-align: center;
    margin-bottom: 50px;
}
.faq_question h4 {
    font-family: 'Inter-ExtraBold';
    font-size: 24px;
    line-height: 32px;
    color: #242947;
    margin-top: 50px;
    margin-bottom: 35px;
}
.accordion {
    border: 0;
    width: 100%;
}
.faq_question .accordion.accordion-solid .card {
    border-radius: 2px;
    background: none;
    border: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #E6E9F5;
}
.faq_question .accordion.accordion-solid .card:last-child {
    margin-bottom: 0;
}
.faq_question .accordion .card .card-header {
    cursor: pointer;
    margin: 0;
    border-bottom: 0;
}
.faq_question .accordion.accordion-solid .card .card-header {
    padding: 0;
    background-color: transparent;
    margin-bottom: 20px;
}
.faq_question .accordion .card .card-header .card-title {
    font-weight: normal;
    padding: 0;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #242947;
    font-family: 'DMSans-Medium';
    margin: 0;
    display: flex;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    border: 0;
    padding-right: 50px;
}
.faq_question .accordion .card .card-header .card-title:not(.collapsed) {
    color: #4285F4;
}
.faq_question .card-title:before {
    font-family: 'Material Symbols Outlined';
    content: '\e15b';
    font-weight: 300;
    font-size: 26px;
    position: absolute;
    right: 10px;
}
.faq_question .card-title.collapsed:before {
    content: '\e145';
}
.faq_question .accordion.accordion-solid .card .card-body {
    border: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0;
    padding-bottom: 20px;
}
.faq_question .card-body p {
    font-family: 'DMSans-Regular';
    font-size: 18px;
    line-height: 32px;
    color: #242947;
    margin-bottom: 0;
}
.faq_question .card-body p:last-child {
    margin-bottom: 0;
}
.faq_question .card-body ul {
    color: #ffffff;
    list-style: none;
    padding-left: 10px;
    margin-bottom: 0;
}
.faq_question .card-body ul li {
    margin-bottom: 10px;
}
.faq_question .card-body ul li:last-child {
    margin-bottom: 0;
}
.faq_question .card-body p a {
    color: #4285f4;
    text-decoration: underline !important;
}
.price_symbol {
    font-size: .375em;
    font-family: 'Inter-Bold';
    vertical-align: super;
    padding-right: 3px;
}
.offer_box {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #d31e32;
    border-radius: 4px;
}
.offer_box h6 {
    margin-bottom: 0;
    font-size: 12px;
    color: #ffffff;
    line-height: 16px;
    padding: 5px;
}
.pricing_13 .trial_skip {
    font-size: 12px;
    margin-bottom: -14px;
    margin-top: 20px;
    text-align: center;
    font-family: 'DMSans-Bold';
}
/*========== PRICING PAGE END ==========*/
/*===== LATEST FEATURES PAGE START ========*/
.new_features {
    width: 100%;
    background: #25325F;
    background-size: cover;
    border: 0;
    /* margin-top: -97px; */
    padding-top: 70px;
    padding-bottom: 70px;
}
.inner_banner2 {
    width: 100%;
    text-align: center;
}
.new_features h1, .new_features .latestBan12 h1 {
    font-family: 'Inter-ExtraBold';
    font-size: 55px;
    line-height: 72px;
    color: #ffffff;
    margin-bottom: 0;
}
.block_txt {
    display: block;
}
.new_features0 {
    max-width: 900px;
    height: 506px;
    margin: 40px auto;
    border-radius: 10px;
    overflow: hidden;
}
.new_features0 iframe {
    width: 100%;
    height: 100%;
}
.new_features h2 {
    font-family: 'DMSans-Regular';
    font-size: 35px;
    line-height: 47px;
    color: #ffffff;
    margin-bottom: 30px;
}
.new_features p {
    font-family: 'DMSans-Regular';
    font-size: 28px;
    line-height: 37px;
    color: #ffffff;
    margin-bottom: 0;
}
.new_features1.new_features2 {
    padding: 70px 0;
    background-color: #1A1E35;
}
.featureList_box {
    width: 100%;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.side_11 {
    width: 100%;
    text-align: center;
}
.new_features1 {
    width: 100%;
    padding: 70px 0;
    background-color: #EAF2FF;
}
.new_features1 h3 {
    font-family: 'Inter-ExtraBold';
    font-size: 55px;
    line-height: 72px;
    color: #242947;
    margin-bottom: 15px;
}
.side_11 h5, .trainingSupport h5 {
    font-family: 'DMSans-Bold';
    font-size: 26px;
    line-height: 34px;
    color: #2A353D;
    margin-bottom: 40px;
}
.side_11 p {
    font-family: 'DMSans-Regular';
    font-size: 24px;
    line-height: 34px;
    color: #2A353D;
    margin-bottom: 0;
    margin-top: 20px;
}
.side_11 ul {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.side_11 ul li {
    width: 300px;
    font-family: 'DMSans-Medium';
    font-size: 18px;
    line-height: 24px;
    color: #2A353D;
    background-color: #F5F9FF;
    border: 1px solid #4285f4;
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.side_1 {
    width: calc(50% - 60px);
}
.side_1 img {
    width: 100%;
}
.side_2 {
    width: 100%;
    display: flex;
    gap: 60px;
    align-items: center;
}
.side_21, .side_22 {
    width: calc(50% - 30px);
}
.side_22 img {
    width: 100%;
}
.side_21 h4 {
    font-family: 'Inter-ExtraBold';
    font-size: 44px;
    line-height: 53px;
    color: #2A353D;
    position: relative;
    margin-bottom: 20px;
}
.side_2 p, .trainingSupport p {
    font-family: 'DMSans-Regular';
    font-size: 22px;
    line-height: 30px;
    color: #2A353D;
    text-align: left;
    margin-bottom: 20px;
}
.new_features2.new_features1 h3, .new_features2 .side_21 h4, .new_features2 .side_11 h5, .new_features2 .side_2 p, .new_features2 .side_11 ul li {
    color: #ffffff;
}
.new_features2 .side_11 ul li {
    background-color: rgb(255 255 255 / 10%);
}
.new_features2 .side_11 ul li.widthAuto {
    width: unset;
    height: unset;
    padding: 0 40px;
    border: 0;
    background-color: unset;
    font-family: 'DMSans-Regular';
    font-size: 36px;
    line-height: 46px;
    border-top: 1px solid #282d4c;
    padding-top: 30px;
    border-radius: 0;
}
.side_22 video, .side_22 iframe {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background-color: #000000;
    border: 1px solid #000000;
}
.trainingSupport {
    width: 100%;
    display: flex;
    gap: 60px;
    align-items: center;
}
.trainingSupport .side_21 {
    width: calc(50% - 40px);
}
.trainingSupport .side_22 {
    width: calc(50% - 20px);
}
.trainingSupport h3 {
    margin-bottom: 20px;
}
.trainingSupport ul {
    width: 100%;
    list-style: disc;
    padding-left: 20px;
    margin-top: 30px;
}
.trainingSupport ul li {
    width: 100%;
    margin-bottom: 15px;
}
.trainingSupport ul li:last-child {
    margin-bottom: 0;
}
.trainingSupport .side_22 img {
    width: 100%;
}
/*====== LATEST FEATURES PAGE END ========*/
/*========= RESOURCES PAGE START =========*/
.new_resors01 {
    width: 100%;
    text-align: center;
}
.new_features.new_resources {
    background-image: linear-gradient(180deg, #25325F 30%, #2563EB 110%);
}
.new_features.new_resources .new_resors01 h1 {
    font-size: 65px;
    line-height: 86px;
    margin-bottom: 15px;
}
.new_features.new_resources .new_resors01 p, .new_features.new_resources .new_resors01 h2 {
    font-family: 'DMSans-Bold';
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
}
.new_resources .new_resors01 p:last-of-type {
    font-family: 'DMSans-Regular';
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
}
.borderDiv {
    max-width: 900px;
    height: 1px;
    background-color: #434f78;
    margin: 40px auto 0;
}
.resou_list {
    width: 100%;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.bg_img {
    width: 100%;
    position: relative;
}
.bg_div, .bg_div2 {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: -50px;
    width: 70%;
    height: 320px;
    transform: translate(0, -50%);
    background-color: rgb(255 255 255 / 9%);
    border-radius: 3px;
}
.bg_div2 {
    left: unset;
    right: -50px;
}
.resoulist {
    width: 100%;
    display: flex;
    gap: 80px;
    align-items: center;
}
.resoulist1, .resoulist2 {
    width: calc(50% - 40px);
}
.new_features.new_resources .resoulist1 h2, .new_features.new_resources .resoulist1 h3 {
    font-family: 'Inter-ExtraBold';
    font-size: 44px;
    line-height: 53px;
    color: #ffffff;
    margin-bottom: 20px;
}
.new_features.new_resources .resoulist1 p {
    font-family: 'DMSans-Regular';
    font-size: 22px;
    line-height: 30px;
}
.new_features.new_resources .resoulist1 p a {
    color: #00f0f0;
}
.resoulist2 img {
    width: 90%;
}
.new_resources2 {
    width: 100%;
}
.new_resources2 .newHome_cont1 {
    border-top: 1px solid #393e58;
    margin-top: 80px;
    padding-top: 80px;
}
.new_resources2 .newHome_cont1 li {
    background-color: rgb(255 255 255 / 9%);
}
.new_resources2 .newHome_cont1 li h6, .new_resources2 .newHome_cont1 li h4 {
    color: #ffffff;
}
.reveal2, .reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: .5s all ease;
}
.reveal2.active, .reveal.active {
    transform: translateY(0);
    opacity: 1;
}
/*========== RESOURCES PAGE END ==========*/
/*====== PRIVACY POLICY / TERMS OF USE BEGIN =======*/
.backtest_head {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
.backtest_head h3, .backtest_head h1 {
    font-family: 'Inter-ExtraBold';
    font-size: 40px;
    line-height: 52px;
    color: #242947;
    margin-bottom: 0;
}
.grey_color {
    font-family: 'DMSans-Medium';
    font-size: 18px;
    line-height: 24px;
    color: #2E3031;
    margin-bottom: 0;
    margin-top: 5px;
}
.policies_sec {
    border: 1px solid #D0E3FF;
    border-radius: 10px;
    width: 100%;
    margin-top: 30px;
    background: #ffffff;
    padding: 20px;
    text-align: left;
}
.policies_sec p, .policies_sec h2 {
    font-family: 'DMSans-Regular';
    font-size: 16px;
    line-height: 22px;
    color: #2E3031;
    margin-bottom: 15px;
}
.policies_sec p:last-of-type {
    margin-bottom: 0;
}
.policies_sec p a, .policies_sec h2 a {
    color: #4285f4;
}
.policies_sec p b, .policies_sec h2 b {
    font-family: 'DMSans-Bold';
}
.policies_sec .heading-terms {
    font-family: 'DMSans-Bold';
    font-size: 20px;
    line-height: 36px;
    color: #242947;
    margin-top: 40px;
    margin-bottom: 20px;
    background-color: #F5F9FF;
    border-radius: 2px;
    padding: 5px 18px;
    border-left: 2px solid #4285f4;
}
.policies_sec h4 {
    color: #4285f4;
    font-size: 22px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
}
/*======= PRIVACY POLICY / TERMS OF USE END ========*/
/*============ ABOUT US START =============*/
.new_about .new_aboutSec {
    width: 100%;
    text-align: center;
}
.new_features.new_about h1 {
    font-family: 'DMSans-Bold';
    font-size: 36px;
    line-height: 48px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 20px;
}
.new_features.new_about h2 {
    font-family: 'Inter-ExtraBold';
    font-size: 59px;
    line-height: 78px;
    color: #ffffff;
    margin: 0;
}
.new_features.new_about h2 span {
    color: #10A861;
    color: #00f0f0;
}
.borderDiv2 {
    max-width: 70%;
    height: 1px;
    background-color: rgb(255 255 255 / 9%);
    margin: 35px auto 40px;
}
.new_features.new_about img {
    width: 95%;
    margin-top: 50px;
    margin-bottom: 40px;
}
.new_features.new_about p {
    font-family: 'DMSans-Regular';
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    text-align: justify;
    margin-bottom: 20px;
}
.new_about1 {
    width: 100%;
    padding: 70px 0;
    background-color: #EAF2FF;
}
.new_about11 h2, .new_about11 h3 {
    font-family: 'Inter-ExtraBold';
    font-size: 55px;
    line-height: 72px;
    color: #242947;
    text-align: center;
    margin-bottom: 0;
}
.new_about2 {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.about_1 {
    width: 100%;
    display: flex;
    gap: 60px;
}
.about_11 {
    width: calc(100% - 260px);
}
.about_12 {
    width: 200px;
}
.about_11 h4 {
    font-family: 'Inter-ExtraBold';
    font-size: 44px;
    line-height: 53px;
    color: #2A353D;
    position: relative;
    margin-bottom: 8px;
}
.about_11 h5 {
    font-family: 'DMSans-Bold';
    font-size: 20px;
    line-height: 28px;
    color: #2A353D;
    text-align: left;
    margin-bottom: 20px;
}
.about_11 p {
    font-family: 'DMSans-Regular';
    font-size: 22px;
    line-height: 30px;
    color: #2A353D;
    text-align: left;
    margin-bottom: 20px;
}
.about_11 p:last-of-type {
    margin-bottom: 0;
}
.about_12 img {
    width: 100%;
}
/*============= ABOUT US END ==============*/
/*===== START COVERAGE LIST ======*/
.coverL_sec1 {
    text-align: center;
    padding: 60px 0;
}
.coverL_sec11 h3, .coverL_sec11 h1 {
    font-family: 'Inter-ExtraBold';
    font-size: 40px;
    line-height: 52px;
    color: #242947;
    margin-bottom: 15px;
}
.coverL_sec11 p, .coverL_sec11 h2 {
    font-family: 'DMSans-Medium';
    font-size: 22px;
    line-height: 32px;
    color: #2E3031;
    margin-bottom: 0;
}
.coverL_sec12 {
    width: 100%;
    display: flex;
    padding: 12px 20px;
    border: 1px solid #D0E3FF;
    padding-left: 55px;
    background: #ffffff;
    border-radius: 8px;
    position: relative;
    align-items: center;
    font-family: 'DMSans-Regular';
    font-size: 17px;
    line-height: 26px;
    color: #242947;
    transition: all .2s;
    margin-top: 30px;
    margin-bottom: 40px;
}
.coverL_sec12 a {
    position: absolute;
    top: 13px;
    left: 18px;
    height: 25px;
}
.coverL_sec12 i {
    color: #2A353D;
    font-size: 25px;
}
.coverL_sec12 input {
    padding: 0;
    background: unset;
    border: 0;
    width: 100%;
    color: #000000;
}
.coverL_sec131 {
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
}
.coverL_sec131:last-of-type {
    margin-bottom: 0;
}
.coverL_sec131 h3 {
    font-family: 'DMSans-Bold';
    font-size: 22px;
    line-height: 30px;
    color: #242947;
    margin-bottom: 12px;
}
.table_scroll {
    width: 100%;
    border: 1px solid #eaecec;
    border-radius: 8px;
}
.ovtlyr_table th {
    font-family: 'DMSans-Bold';
    font-size: 13px;
    line-height: 18px;
    color: #2A353D;
    font-weight: normal;
    padding: 10px;
    vertical-align: middle;
    text-align: left;
    background-color: #F5F9FF;
    height: 45px;
    border-bottom: 1px solid #eaecec;
}
.ovtlyr_table th:first-child {
    border-top-left-radius: 8px;
}
.ovtlyr_table th:last-child {
    border-top-right-radius: 8px;
}
.ovtlyr_table td {
    font-family: 'DMSans-Regular';
    font-size: 14px;
    line-height: 18px;
    color: #777E87;
    font-weight: normal;
    padding: 10px;
    vertical-align: middle;
    text-align: left;
    background-color: #F8FAFB;
    height: 45px;
    border: 0;
}
.ovtlyr_table tbody tr {
    background-color: unset;
}
.ovtlyr_table tbody tr:nth-child(2n-1) td {
    background: #ffffff;
    border-top: 1px solid #eaecec;
    border-bottom: 1px solid #eaecec;
}
.ovtlyr_table tbody tr:last-child td {
    border-bottom: 0;
}
.ovtlyr_table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}
.ovtlyr_table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}
.ovtlyr_table td p {
    font-family: 'DMSans-Regular';
    font-size: 14px;
    line-height: 18px;
    color: #777E87;
    margin-bottom: 0;
}
.port_symbol {
    font-family: 'DMSans-Medium';
    font-size: 13px;
    line-height: 16px;
    color: #ffffff;
    background-color: #4285F4;
    border-radius: 6px;
    padding: 2px 8px;
    min-width: 51px;
    text-align: center;
    position: relative;
}
/*====== END COVERAGE LIST =======*/
/*======== AFFILIATES PAGE START ==========*/
.affiliSec_1 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}
.affiliSec_1 h2 {
    font-family: 'DMSans-Medium';
    font-size: 20px;
    line-height: 28px;
    color: #242947;
    margin-bottom: 0;
}
.features-flip-grid {
    width: 100%;
}
.features-flip-grid ul {
    width: 100%;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}
.features-flip-grid ul li {
    width: 100%;
    min-height: 180px;
    background-color: #EAF2FF;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.features-flip-grid ul li:last-child {
    grid-column: 3;
    grid-row: 1 / 2 span;
}
.feature-flip-head>span {
    font-size: 34px;
    font-weight: 500;
    color: #4285f4;
}
.feature-flip-head h3 {
    font-family: 'Inter-ExtraBold';
    font-size: 20px;
    line-height: 27px;
    color: #242947;
    margin-top: 15px;
    margin-bottom: 0;
}
.feature-flip-cont p {
    font-family: 'DMSans-Regular';
    font-size: 18px;
    line-height: 24px;
    color: #2A353D;
    margin-bottom: 0;
}
.features-flip-grid ul li .feature-flip-head {
    position: absolute;
    bottom: var(--padding-y);
    left: var(--padding-x);
    transition: all .15s ease;
    transition-delay: .1s;
    transform-origin: 0% 50%;
    will-change: transform;
}
.features-flip-grid ul li:hover .feature-flip-head {
    transition-delay: 0s;
    transform: translateY(-0.75em);
    opacity: 0;
    visibility: hidden
}
.features-flip-grid ul li .feature-flip-cont {
    opacity: 0;
    visibility: hidden;
    position: relative;
    transition: all .1s ease;
    transition-delay: 0s;
    transform-origin: 0% 50%;
    transform: translateY(0.75em);
    will-change: transform;
}
.features-flip-grid ul li:hover .feature-flip-cont {
    transition-delay: .15s;
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}
.features-flip-grid ul li:hover .feature-flip-icon span {
    transform: rotate(180deg);
}
.feature-flip-icon span {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 23px;
    font-weight: 300;
    color: #4285f4;
    background-color: #ffffff;
    border-radius: 20px;
    transition: all .15s ease;
}
.features-flip-grid ul li:hover .feature-flip-icon span.add_btn {
    transition: all .15s ease;
}
.feature-flip-icon span.remove_btn {
    opacity: 0;
}
.features-flip-grid ul li:hover .feature-flip-icon span.add_btn {
    opacity: 0;
}
.features-flip-grid ul li:hover .feature-flip-icon span.remove_btn {
    opacity: 1;
}
.bottom_btns {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
}
.bottom_btns .theme_btn {
    font-family: 'DMSans-Medium';
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    padding: 11px 20px;
    border-radius: 5px;
    background-color: #4285f4;
    text-align: center;
    display: inline-block;
}
.bottom_btns .theme_btn.green_btn {
    background-color: #10A861;
}
.bottom_btns .theme_btn.red_btn {
    background-color: #e23f3f;
}
.program_table tbody {
    border: 1px solid #D0E3FF;
}
.program_table th {
    font-family: 'Inter-ExtraBold';
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    background-color: #1A1E35;
    padding: 12px 20px;
}
.program_table td {
    padding: 12px 20px;
    border-right: 1px solid #D0E3FF;
    border-bottom: 1px solid #D0E3FF;
}
.program_table td:last-child {
    border-right: 0;
}
.program_table tr:last-child td {
    border-bottom: 0;
}
.program_table td h4, .affiliSec_3 h4 {
    font-family: 'Inter-Bold';
    font-size: 17px;
    line-height: 23px;
    color: #242947;
    margin-bottom: 0;
}
.program_table td p {
    font-family: 'DMSans-Medium';
    font-size: 17px;
    line-height: 23px;
    color: #2A353D;
    margin-bottom: 0;
}
.program_table td p a {
    color: #4285f4;
}
.affiliSec_31 {
    width: 100%;
}
.affiliSec_31 h4 {
    margin-bottom: 20px;
}
.affiliSec_31 p {
    font-family: 'DMSans-Regular';
    font-size: 17px;
    line-height: 23px;
    color: #2A353D;
    margin-bottom: 20px;
    position: relative;
}
.affiliSec_31 p a {
    color: #2A353D;
    border-bottom: 1px solid #4285f4;
}
.affiliSec_31.list_type p {
    padding-left: 30px;
}
.list_type p:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    background-color: #10A861;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.affiliSec_3 p:last-of-type {
    margin-bottom: 0;
}
.concern_popup .modal-dialog {
    max-width: 500px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
}
.concern_popup .modal-content {
    border-radius: 10px;
    border: 0;
}
.concern_popup .modal-body {
    padding: 30px 25px;
    padding-top: 35px;
}
.concern_popup .close_btn {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #323232;
    background: unset;
    border: 0;
    padding: 0;
    cursor: pointer;
}
.modal_body {
    width: 100%;
}
.modal_body h5 {
    font-family: 'Inter-ExtraBold';
    font-size: 24px;
    line-height: 32px;
    color: #242947;
    margin-bottom: 12px;
}
.modal_body .form_field {
    font-size: 0;
    margin-bottom: 25px;
}
.modal_body .form_field label {
    font-size: 16px;
    line-height: 22px;
}
.modal_body .form_field input, .modal_body .form_field select, .modal_body .form_field textarea {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 22px;
}
.form_field select {
    appearance: none;
    background: url('../images/drop_arrow.png') no-repeat;
    background-position: 96% 52%;
    background-size: 12px;
}
.modal_btns {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.modal_btns a, .modal_btns button {
    border: 1px solid #D0E3FF;
    border-radius: 4px;
    padding: 9px 25px;
    background-color: unset;
    font-family: 'DMSans-Regular';
    font-size: 16px;
    line-height: 22px;
    color: #242947;
    text-align: center;
    display: inline-block;
    min-width: 130px;
}
.modal_btns a.filled_btn, .modal_btns button.filled_btn {
    color: #ffffff;
    border-color: #4285F4;
    background-color: #4285F4;
}
.modal_body .form_field p {
    font-family: 'DMSans-Regular';
    font-size: 15px;
    line-height: 20px;
    color: #242947;
    margin-bottom: 10px;
}
.social_link {
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 10px;
}
.social_link:last-of-type {
    margin-bottom: 0;
}
.social_link img {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    object-fit: contain;
    border: 1px solid #667080;
    padding: 9px;
    border-radius: 5px;
}
/*========= AFFILIATES PAGE END ===========*/
/*========== DISCORD PAGE START ===========*/
.discord_sec, .roardmap_sec {
    padding: 70px 0;
}
.discord_cont {
    width: 100%;
}
.discord_cont h1, .roardmap_sec h1 {
    font-family: 'Inter-Bold';
    font-size: 32px;
    line-height: 42px;
    color: #242947;
    margin-bottom: 30px;
}
.roardmap_sec h1 {
    margin-bottom: 20px;
}
.first_list {
    width: 100%;
}
.first_list li p {
    font-family: 'DMSans-Regular';
    font-size: 18px;
    line-height: 24px;
    color: #2A353D;
    margin-bottom: 20px;
}
.first_list li p a {
    color: #4285F4;
}
.first_list li p span {
    font-family: 'DMSans-Bold';
    font-size: 19px;
    line-height: 25px;
}
.sec_list {
    width: 100%;
    padding-left: 30px;
}
.third_list {
    width: 100%;
    padding-left: 30px;
}
/*=========== DISCORD PAGE END ============*/
.roardmap_sec ul li p {
    font-family: 'DMSans-Regular';
    font-size: 20px;
    line-height: 26px;
    color: #2A353D;
    margin-bottom: 15px;
}
.roardmap_sec ul li:last-child p {
    margin-bottom: 0;
}
.empty_stock {
    width: 100%;
    padding: 40px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.empty_stock img {
    width: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.empty_stock h3, .empty_stock h2 {
    font-family: 'Inter-Bold';
    font-size: 28px;
    line-height: 37px;
    color: #242947;
    margin-bottom: 0;
}
.empty_stock p {
    font-family: 'DMSans-Regular';
    font-size: 22px;
    line-height: 30px;
    color: #2A353D;
    text-align: center;
    margin-bottom: 0;
}
/*========== BLOG LISTING START ===========*/
.new_blog {
    width: 100%;
    background: #27459f;
    background-size: cover;
    border: 0;
    margin-top: -97px;
    padding-top: 97px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 38%);
    display: none;
}
.header_1 {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #E6E9F5;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 15px;
    font-family: 'DMSans-Regular';
    font-size: 22px;
    line-height: 20px;
    color: #E6E9F5;
}
.header_1 img {
    width: 100px;
}
.header_1 h1 {
    font-family: 'DMSans-Regular';
    font-size: 24px;
    line-height: 20px;
    color: #242947;
    margin-bottom: 0;
}
.header_1.header_2 {
    flex-wrap: wrap;
    gap: 10px 25px;
}
.header_2 ul {
    width: 100%;
    display: flex;
    gap: 10px 25px;
    justify-content: center;
    flex-wrap: wrap;
}
.header_2 ul li {
    font-family: 'DMSans-Medium';
    font-size: 18px;
    line-height: 24px;
    color: #242947;
    /* width: 170px; */
}
.header_2 ul li a {
    color: #242947;
    width: 100%;
    display: block;
    transition: .3s color;
    border-bottom: 1px solid transparent;
}
.header_2 ul li a:hover {
    color: #4285f4;
    border-color: #4285f4;
}
.featured_sec {
    width: 100%;
    padding-top: 50px;
}
.blog_sec13 {
    width: 100%;
}
.blog_sec13 ul {
    width: 100%;
    display: flex;
    gap: 45px;
}
.blog_sec13 ul li {
    width: calc(33.33% - 30px);
    background: #ffffff;
    box-shadow: 0 0 20px rgba(1, 0, 0, 0.1);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}
.blog_sec131 {
    width: 100%;
    height: 200px;
}
.blog_sec131 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.blog_sec132 {
    width: 100%;
    padding: 20px;
    position: relative;
}
.blog_sec132 p.blog_sec1321, .blog_content p.blogCate, .blog_content p.blogAuthor, .next_previousBlog li span {
    font-family: 'DMSans-Regular';
    font-size: 16px;
    line-height: 22px;
    color: #828488;
    margin-bottom: 10px;
}
.blog_sec132 h3 {
    font-family: 'Inter-Bold';
    font-size: 20px;
    line-height: 26px;
    color: #242947;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}
.blog_sec132 h3 a {
    color: #242947;
    width: 100%;
    display: block;
}
.blog_sec132 p {
    font-family: 'DMSans-Regular';
    font-size: 18px;
    line-height: 24px;
    color: #2A353D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
}
.blog_sec1322 {
    font-family: 'DMSans-Regular';
    font-size: 16px;
    line-height: 22px;
    color: #828488;
    border-bottom: 1px solid #E6E9F5;
    padding-bottom: 15px;
    margin-bottom: 35px;
}
.blog_sec133 {
    position: absolute;
    bottom: 20px;
}
.blog_sec133 a {
    font-family: 'DMSans-Medium';
    font-size: 16px;
    line-height: 22px;
    color: #4285f4;
    display: flex;
    align-items: center;
    gap: 0;
}
.latest_sec {
    width: 100%;
    padding: 50px 0;
}
.latest_head {
    width: 100%;
    margin-bottom: 25px;
}
.latest_head h2 {
    font-family: 'Inter-Bold';
    font-size: 32px;
    line-height: 40px;
    color: #242947;
    margin-bottom: 0;
}
.latest_posts>ul {
    max-width: 1110px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.latest_posts>ul li {
    width: 100%;
    display: flex;
    background: #ffffff;
    gap: 50px;
}
.latest_posts .blog_sec131 {
    width: calc(50% - 25px);
    height: 260px;
}
.latest_posts .blog_sec132 {
    width: calc(50% - 25px);
    padding: 0;
}
.latest_posts .blog_sec132 h3 {
    -webkit-line-clamp: 2;
}
.latest_posts .blog_sec132 p {
    -webkit-line-clamp: 3;
}
.latest_posts .blog_sec1322 {
    margin-bottom: 15px;
}
.latest_posts .blog_sec133 {
    position: unset;
}
.latest_posts {
    width: 100%;
}
.nextPre_btns {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.nextPre_btns button {
    font-family: 'DMSans-Medium';
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    padding: 10px 22px;
    border: 1px solid #4285f4;
    border-radius: 3px;
    display: inline-block;
    background-color: #4285f4;
}
.blog_detail {
    width: 100%;
    padding: 50px 0;
}
.blogDtl_sec {
    max-width: 900px;
    margin: 0 auto;
}
.head_img {
    width: 100%;
    height: 400px;
    border: 1px solid #f7f7f7;
    margin-bottom: 20px;
}
.head_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.blog_content0 {
    width: 100%;
    padding: 0 30px;
}
.blog_content {
    width: 100%;
}
.blog_content p.blogCate {
    margin-bottom: 15px;
}
.blog_content h1 {
    font-family: 'Inter-Bold';
    font-size: 32px;
    line-height: 42px;
    color: #242947;
    text-align: center;
    margin-bottom: 0;
}
.head_border {
    width: 100px;
    height: 2px;
    background-color: #4285f4;
    margin: 20px auto 25px;
}
.blog_content p.blogAuthor {
    text-align: center;
    margin-bottom: 20px;
}
.blog_content h2 {
    font-family: 'Inter-Bold';
    font-size: 22px;
    line-height: 30px;
    color: #242947;
    margin-top: 30px;
    margin-bottom: 15px;
}
.blog_content p {
    font-family: 'DMSans-Regular';
    font-size: 18px;
    line-height: 24px;
    color: #2A353D;
    margin-bottom: 15px;
}
.blog_content p a {
    color: #4285f4;
}
.blog_content img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    margin-top: 10px;
    margin-bottom: 25px;
}
.next_previousBlog {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    gap: 60px;
}
.next_previousBlog li {
    width: calc(50% - 30px);
}
.next_previousBlog li:last-child {
    text-align: right;
}
.next_previousBlog li span {
    display: block;
    margin-bottom: 4px;
}
.next_previousBlog li span i {
    font-size: 20px;
    vertical-align: sub;
}
.next_previousBlog li a {
    font-family: 'DMSans-Medium';
    font-size: 18px;
    line-height: 24px;
    color: #4285f4;
    cursor: pointer;
}
.blogList_pagination {
    width: 100%;
    margin-top: 60px;
}
.blogList_pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.blogList_pagination ul li {
    background: #e6f0ff;
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    color: #828488;
    margin: 0 5px;
    transition: .4s all;
    cursor: pointer;
}
.blogList_pagination ul li a {
    color: #828488;
    line-height: 44px;
    height: 44px;
    display: inline-block;
}
.blogList_pagination ul li span {
    font-size: 16px;
    line-height: 44px;
    padding: 0 20px;
    display: flex;
    align-items: center;
}
.blogList_pagination ul li span i {
    font-size: 20px;
}
.blogList_pagination ul li.active, .blogList_pagination ul li:hover {
    background-color: #4285f4;
}
.blogList_pagination ul li.active a, .blogList_pagination ul li:hover a, .blogList_pagination ul li:hover a span {
    color: #ffffff;
}
.blog_footer {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 30px;
}
.blog_footer .nextPre_btns {
    margin: 0;
    width: 155px;
    text-align: unset;
}
.blog_footer .nextPre_btns button {
    width: 100%;
    color: #2A353D;
    background-color: #F5F9FF;
    border: 1px solid #4285f4;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}
.blog_footer .nextPre_btns:not(:first-child) button {
    color: #ffffff;
    background-color: #4285f4;
}
/*=========== BLOG LISTING END ============*/
/* ========= API Stock Page ============= */
.padding-section {
    padding: 80px 0;
}
.stock_box {
    display: flex;
    justify-content: space-between;
}
.stockData_modal .modal-body {
    padding: 40px;
    text-align: center;
    padding-top: 10px;
}
.stockData_modal .modal-body h5 {
    margin-bottom: 10px;
    font-size: 22px;
    font-family: 'DMSans-Bold';
}
.stockData_modal .modal-body p {
    font-size: 16px;
    font-family: 'DMSans-Regular';
    margin-bottom: 0;
}
.stockData_modal .modal-header {
    border: 0
}
.plan_div
{
    background: #ecf3ff;
    padding: 40px 0;
}
.plan_div h3
{
    font-family: 'Inter-ExtraBold';
    font-size: 34px;
    line-height: 45px;
    color: #242947;
    margin-bottom: 40px;
    text-align:center;
}
.api_div h3 {
    font-family: 'DMSans-Regular';
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 0;
}
.api_div h3 span {
    font-family: 'DMSans-Bold';
}
.api_div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: rgb(66 133 244 / 10%);
    padding: 10px 15px;
    border-radius: 5px;
    flex-direction: column;
    border: 1px solid rgb(66 133 244 / 19%);
}
.newPricing .pricingNew2 {
    gap: 20px;
}
.API_buttonbox a {
    color: #242947;
    display: inline-block;
 }
.regenerate_div {
    display: flex;
    gap: 20px;
    align-items: center;
}
.api_btn {
    background: #00f0f0;
    color: #242947;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 25px;
    border-radius: 5px;
    font-family: 'DMSans-Regular';
}

.hide {
    display: none;
}
.display_content {
    display: block;
}
.search_bar input {
    width: 400px;
    height: 45px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.search_list {
    position: absolute;
    background: #ffffff;
    width: 400px;
    padding-top: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 5px;
}
.tags-container button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.tag {
    background-color: #6c757d;
    color: white;
    padding: 5px 10px;
    margin: 5px 2px;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
}
.remove-tag {
    margin-left: 5px;
    cursor: pointer;
    font-weight: bold;
}
.search_bar .dropdown-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 16px;
}
.search_bar .dropdown-item:last-child {
    border-bottom: 0;
}
.search_bar .dropdown {
    display: none;
    border: 1px solid #ddd;
    padding: 0 10px;
    position: absolute;
    width: 400px;
    background: #fff;
    border-radius: 3px;
    margin-top: 5px;
}
.search_bar .form-control:focus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.search_list li {
    border-bottom: 1px solid #dee2e6;
    padding: 8px 12px;
}
.tags-container {
    position: relative;
    width: 450px;
}
.search_list li:last-child {
    border-bottom: 0;
}
.search_list li:hover {
    background: #dee2e6;
}
.search_list li a {
    color: #000000;
}
.api_boxes {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.stock-data_box {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px;
}
.box_div {
    border: 2px solid rgb(66 133 244 / 19%);
    padding: 10px;
    border-radius: 5px;
    width: calc(50% - 0px);
    text-align: center;
}
.box_div h5, .box_div label {
    font-size: 18px;
    font-family: 'DMSans-Bold';
    margin-bottom: 10px;
}
.box_div label {
    font-family: 'DMSans-Regular';
    font-size: 16px;
    margin-bottom: 0
}
.api_login {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table;
    padding-top: 80px;
    padding-bottom: 80px;
}
.api_login h3 {
    margin-bottom: 40px;
}
.authen_sc22 h3 {
    font-family: 'DMSans-Bold';
    font-size: 32px;
    line-height: 40px;
    color: #242947;
    margin-top: 20px;
    margin-bottom: 15px;
}
.account_fields {
    width: 100%;
    text-align: left;
    margin-top: 10px;
}
.account_fields .form_field {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}
.form_field button {
    position: absolute;
    top: 43px;
    right: 15px;
    background: unset;
    border: 0;
    padding: 0;
    cursor: pointer;
}
.form_field label {
    font-family: 'DMSans-Bold';
    font-size: 15px;
    line-height: 20px;
    color: #242947;
    margin-bottom: 5px;
}
.form_field input, .form_field select, .form_field textarea {
    background-color: transparent;
    padding: 12px 20px;
    border-radius: 5px;
    border: 1px solid #667080;
    font-family: 'DMSans-Regular';
    font-size: 17px;
    line-height: 21px;
    color: #242947;
    width: 100%;
    margin-bottom: 0;
}
.flex_box.div__remember {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.checkbox {
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.checkbox__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.checkbox__in {
    display: flex;
}
.check_txt {
    width: 100%;
    font-family: 'DMSans-Regular';
    font-size: 16px;
    line-height: 22px;
    color: #486284;
    margin-left: 10px;
}
.login_buttons button {
    font-family: 'DMSans-Medium';
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    background-color: #4285f4;
    width: 100%;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    padding: 12px;
}
.login_buttons {
    width: 100%;
    margin-top: 30px;
}
.authen_sc22 {
    width: 440px;
    margin: 0 auto;
    text-align: center;
}
.form_field button i {
    color: #486284;
    font-size: 20px;
}

/*======== PRICING PAGE CSS START =========*/
.Pricing_box {
    max-width: 1100px;
    margin: 20px auto;
}
.pricingNew1 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #E6E9F5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.pricingNew1 h3 {
    font-family: 'Inter-ExtraBold';
    font-size: 34px;
    line-height: 45px;
    color: #242947;
    margin-bottom: 10px;
}
.pricingNew1 p:not(:last-child) {
    font-family: 'DMSans-Medium';
    font-size: 20px;
    line-height: 30px;
    color: #2E3031;
    margin-bottom: 10px;
}
.pricingNew1 p:last-child {
    font-family: 'DMSans-Regular';
    font-size: 17px;
    line-height: 23px;
    color: #2A353D;
    margin-bottom: 0;
}
.pricingNew2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.API_pricing .nav-tabs .nav-link.active {
    font-family: 'DMSans-Medium';
    color: #4285F4;
    border-color: #4285f4;
}
.pricingTable_slider {
    width: 100%;
}
.pricing_sec21 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.pric_sec211 {
    grid-row: 1;
    grid-column: 1 / 2;
}
.pric_sec212 {
    grid-row: 1;
    grid-column: 2 / 3;
}
.pric_sec213 {
    grid-row: 1;
    grid-column: 3 / 4;
}
.pric_sec215 {
    grid-row: 2;
    grid-column: 1 / 2;
}
.pric_sec216 {
    grid-row: 2;
    grid-column: 2 / 3;
}
.pric_sec217 {
    grid-row: 2;
    grid-column: 3 / 4;
}
.pric_sec210 {
    width: 100%;
    padding: 25px 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid #E6E9F5;
    position: relative;
    min-height: 255px;
}
.pric_sec210:first-child {
    border-right: 1px solid #E6E9F5;
}
.pric_sec210 h3 {
    font-family: 'DMSans-Bold';
    font-size: 28px;
    line-height: 37px;
    color: #242947;
    margin-bottom: 10px;
}
.pric_sec210 h3 span {
    font-family: 'DMSans-Regular';
    font-size: 16px;
    line-height: 22px;
    display: block;
}
.pric_sec210 p {
    font-family: 'DMSans-Medium';
    font-size: 16px;
    line-height: 22px;
    color: #858BA0;
    margin-bottom: 10px;
    position: relative;
}
.cut_line:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    border-bottom: 1px solid #D93872;
}
.pric_sec210 p span {
    color: #242947;
}
.pric_sec210 h4 {
    font-family: 'DMSans-Bold';
    font-size: 22px;
    line-height: 32px;
    color: #242947;
    margin-bottom: 8px;
}
.pric_sec210 button {
    font-family: 'DMSans-Medium';
    font-size: 16px;
    line-height: 22px;
    color: #4285f4;
    padding: 6px 20px;
    border: 1px solid #4285f4;
    border-radius: 5px;
    background: unset;
    display: inline-block;
    margin-top: 20px;
}
.pric_sec213 {
    background-color: #4285f4;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.pric_sec213.pric_sec210 h3, .pric_sec213.pric_sec210 p, .pric_sec213.pric_sec210 h4, .pric_sec213.pric_sec210 p span {
    color: #ffffff;
}
.pric_sec213.pric_sec210 button {
    color: #ffffff;
    border-color: #ffffff;
}
.pric_sec2100 ul li {
    font-family: 'DMSans-Medium';
    font-size: 16px;
    line-height: 24px;
    color: #242947;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid #E6E9F5;
    border-bottom: 1px solid #E6E9F5;
    height: 80px;
}
.pric_sec215 ul li {
    border-left: 1px solid #E6E9F5;
}
.pric_sec2100.pric_sec215 ul li {
    align-items: flex-start;
}
.pric_sec2100 ul li p {
    font-family: 'DMSans-Medium';
    font-size: 16px;
    line-height: 22px;
    color: #242947;
    margin-bottom: 0;
    margin-top: 5px;
}
.pric_sec2100 ul li span {
    font-size: 22px;
    color: #242947;
}
.pric_sec2100.pric_sec217 ul li {
    background-color: #F5F9FF;
}
.pric_sec2100.pric_sec217 ul li span {
    color: #4285f4;
}
.footer_text {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.footer_text p {
    font-family: 'DMSans-Regular';
    font-size: 16px;
    line-height: 22px;
    color: #242947;
    margin-top: 15px;
    margin-bottom: 0;
}
.block_box {
    display: block;
}
.pricingTable_slider .carousel-indicators {
    margin: 0;
    bottom: -30px;
}
.pricingTable_slider .carousel-indicators li[data-bs-target] {
    border: 0;
    background-color: #E3EEFF;
    opacity: 1;
    width: 13px;
    height: 13px;
    border-radius: 13px;
}
.pricingTable_slider .carousel-indicators li[data-bs-target].active {
    background-color: #242947;
}
.pricingTable_slider .carousel-indicators, .pricingTable_slider .carousel-inner .carousel-item:not(:first-child) {
    display: none;
}
.API_pricing {
    padding-top: 80px;
    padding-bottom: 80px;
}

 .api_plan {
    width: 33%;
    display: block;
    border: 2px solid rgb(66 133 244 / 19%);
    border-radius: 30px;
}
.api_pricing_flex {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.api_pricing_flex h3, .apiPricing h3{
    margin-bottom: 0;
    font-size: 25px;
    font-family: 'DMSans-Medium';
    color: #fff;
    line-height: 17px;
}
.button_div .fill_button {
    background: #10a862;
    padding: 10px 25px;
    color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'DMSans-Regular';
}
.stroke_button {
    border: 1px solid rgb(66 133 244 / 19%);
    padding: 10px 25px;
    color: #000000;
    font-size: 16px;
    border-radius: 5px;
    font-family: 'DMSans-Regular';
}
.button_div {
    display:flex;
    gap:10px;
}
.apiPricing  {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.apiPlan_body {
    padding: 30px 0;
    text-align: center;
    background: #fff;
}
.apiPlan_body h4 {
    margin-bottom: 15px;
    font-size: 30px;
    font-family: 'Inter-ExtraBold';
}
.api_pricingBox {
    text-align: center;
    /* background-color: #4285f4;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px; */
    background: #4285f4;
    padding: 40px 0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
.api_pricingBox h4 {
    margin-bottom: 12px;
    font-size: 30px;
    font-family: 'Inter-ExtraBold';
}
.apiPlan_body h5 {
    font-family: 'DMSans-Medium';
    margin-bottom: 0;
}
.api_pricingBox ul li {
    padding-bottom: 40px;
    margin-top: 20px;
    padding-top: 40px;
}
.sub_button button {
    border: 1px solid rgb(66 133 244 / 19%);
    padding: 10px 25px;
    border-radius: 5px;
    font-family: 'DMSans-Regular';
    font-size: 16px;
    color: #fff;
    background: #4285f4;
}
.sub_button{
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
    background: rgb(255 255 255);
    border-radius: 0;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
/*========= PRICING PAGE CSS END ==========*/
.small {
    font-size: 16px;
    font-family: 'DMSans-Regular';
}
.new_features.latestBanner {
    /* background: url('../images/new-banner_2.png') no-repeat; */
    background: linear-gradient(to bottom, #162450 40%, #00329e 100%);
    padding: 0;
}
.latestBan1 {
    width: 100%;
    display: flex;
    /* height: calc(100vh - 72px); */
    /* min-height: 450px; */
    /* max-height: 709px; */
    padding: 40px 0;
}
.latestBan11, .latestBan12 {
    width: 50%;
}
.new_features .latestBan12 h1 {
    display: none;
}
.latestBan11 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
    align-items: center;
}
.latestBan111 {
    max-width: 800px;
}
.new_features .latestBan111 h1, .new_features .latestBan12 h1 {
    margin-bottom: 30px;
}
.new_features .latestBan111 p {
    font-family: 'DMSans-Medium';
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 0;
}
.new_features .latestBan111 p a {
    color: #ffffff;
    text-decoration: underline;
}
.new_features .latestBan111 h2 {
    font-family: 'DMSans-Medium';
    font-size: 28px;
    line-height: 37px;
    color: #ffffff;
    margin-bottom: 40px;
}
.latestBan111 .signUp_Box {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin: 0;
    gap: 15px;
    align-items: flex-start;
}
.latestBan111 .signUp_Box input {
    width: 100%;
    font-size: 17px;
    line-height: 23px;
    padding: 10px 16px;
    border: 0;
}
.latestBan111 .signUp_Box button {
    font-size: 17px;
    line-height: 25px;
    padding: 10px 16px;
    width: 160px;
    text-align: center;
    margin-left: 3px;
}
.latestBan111 .read_btn {
    justify-content: flex-start;
}
.latestBan111 .read_btn img {
    width: 92px;
    padding-right: 12px;
    margin-right: 0;
}
.latestBanner1 {
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
    font-size: 0;
    display: flex;
    align-items: center;
}
.latestBanner1 iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.secondL_0 {
    width: 100%;
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 30px;
}
.secondL_1, .secondL_2 {
    width: calc(50% - 20px);
}
.secondL_1 {
    background-color: #25325f;
    padding: 30px;
    border-radius: 10px;
}
.secondL_1 ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.secondL_1 ul li {
    width: 100%;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.secondL_1 ul li h4 {
    font-family: 'DMSans-Regular';
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 0;
}
.secondL_1 ul li h4 span {
    font-family: 'DMSans-Bold';
    color: #00f0f0;
}
.secondL_1 ul li p {
    position: relative;
    top: 5px;
    font-family: 'DMSans-Medium';
    font-size: 18px;
    line-height: 24px;
    color: #2A353D;
    background-color: #EAF2FF;
    /* border: 1px solid #4285F4; */
    width: 42px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 28%);
    margin-bottom: 0;
    flex-shrink: 0;
}
.secondL_1 ul li p span {
    font-size: 30px;
    font-weight: 300;
    color: #4285F4;
}
.secondL_2 .homeSec_para, .secondL_2 .homeSec_para p {
    text-align: left;
}
.newHome_73 .pricing_11 {
    max-width: 100%;
    margin: 50px auto;
    margin-bottom: 0;
}
.newHome_73 .slider_box {
    min-height: 250px;
}
.newHome_73 .testi_box {
    gap: 20px;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #5169a5;
    flex-direction: column;
    align-items: flex-start;
}
.newHome_73 .testi_box1 {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
}
.newHome_73 .testi_box1 h4 {
    font-family: 'Inter-Bold';
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 0;
}
.newHome_73.newHome_74 .testi_box1 h4 {
    font-family: 'Inter-Bold';
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 0;
}
.newHome_73 .testi_box2 p {
    font-family: 'DMSans-Regular';
    font-size: 22px;
    line-height: 34px;
}
.newHome_731 {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
/*===== OWL CAROUSEL CSS START =====*/
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}
.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 5px;
    background: #D0E3FF;
    display: block;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 13px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #4285f4;
    width: 40px;
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
    font-size: 0;
    margin-bottom: 30px;
}
.owl-carousel .owl-stage {
    display: flex;
    float: left;
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    padding: 0;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    padding-bottom: 0;
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    background-color: #ffffff;
    margin-left: 10px !important;
    margin-right: 20px !important;
    border-radius: 10px;
    overflow: hidden;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    box-shadow: none;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-height {
    transition: height .5s ease-in-out;
}
.owl-prev:after {
    font-family: 'Material Symbols Outlined';
    content: '\f1e6';
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    height: 30px;
    color: #D0E3FF;
}
.owl-next:after {
    font-family: 'Material Symbols Outlined';
    content: '\f1df';
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    height: 30px;
    color: #4285f4;
}
/*====== OWL CAROUSEL CSS END ======*/
.newHome_73 .owl-carousel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.newHome_73 .owl-carousel.owl-drag .owl-item {
    background-color: unset;
}
.newHome_73 .newHome_cont4 .owl-theme .owl-dots {
    margin: 0;
    margin-top: 20px;
}
.newHome_73 .owl-nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    gap: 15px;
}
/*========== START MEDIA QUERY ============*/
@media (max-width: 1920px) {
.signUp_Box {
    max-width: 610px;
}
.new_features .latestBan111 h2 {
    font-size: 26px;
    line-height: 34px;
}
.latestBan111 {
    max-width: 600px;
}
}
@media (max-width: 1860px) {
.latestBan111 {
    max-width: 635px;
}
.latestBan111 .read_btn {
    margin-top: 25px;
}
}
@media (max-width: 1440px) {
.latestBan11 {
    width: 560px;
}
.latestBan12 {
    width: calc(100% - 560px);
}
.latestBan111 {
    max-width: 100%;
}
.new_features .latestBan111 h1, .new_features .latestBan12 h1 {
    font-size: 44px;
    line-height: 58px;
}
.new_features .latestBan111 h2 {
    font-size: 20px;
    line-height: 26px;
}
}
@media (max-width: 1399px) {
.new_home.outer_banner {
    padding-top: 120px;
}
.new_home.outer_banner_2 {
    height: 780px;
}
.homeSec_para p {
    padding: 0 1%;
}
.pricing_1 h1 {
    font-size: 58px;
    line-height: 68px;
}
.platform_img iframe {
    height: 740px;
}
.featureList_box {
    gap: 60px;
    margin-top: 60px;
}
.new_features h2 {
    font-size: 34px;
    line-height: 46px;
}
.new_features {
    padding-top: 60px;
    padding-bottom: 60px;
}
.side_21 h4, .about_11 h4 {
    font-size: 39px;
    line-height: 52px;
}
.side_11 h5, .trainingSupport h5 {
    font-size: 25px;
    margin-bottom: 35px;
}
.side_2 p, .trainingSupport p, .new_features.new_about p, .about_11 p {
    font-size: 20px;
    line-height: 27px;
}
.new_features1 h3, .new_about11 h2, .new_about11 h3 {
    font-size: 52px;
    line-height: 65px;
}
.new_features2 .side_11 ul li.widthAuto {
    font-size: 34px;
    line-height: 44px;
}
.side_11 p {
    font-size: 22px;
    line-height: 30px;
}
.new_features.new_resources .resoulist1 h2, .new_features.new_resources .resoulist1 h3 {
    font-size: 39px;
    line-height: 52px;
}
.new_features.new_resources .resoulist1 p {
    font-size: 20px;
    line-height: 27px;
}
.new_about2 {
    gap: 60px;
}
.about_11 h5 {
    font-size: 19px;
    line-height: 26px;
}
.new_features.new_about h2 {
    font-size: 55px;
    line-height: 72px;
}
.borderDiv2 {
    max-width: 80%;
}
.blog_content h1 {
    font-size: 30px;
}
.next_previousBlog {
    margin-top: 40px;
}
.empty_stock {
    padding: 0;
}
.empty_stock h3, .empty_stock h2 {
    font-size: 26px;
    line-height: 35px;
}
.csSec_1 h2 {
    font-size: 46px;
    line-height: 46px;
}
.csSec_1 h3 {
    font-size: 23px;
    line-height: 31px;
}
.casestudySec_2 .csSec_1 h2 {
    line-height: 64px;
}
.affiliSec_1 {
    margin-bottom: 50px;
}
.latestBan111 {
    max-width: 520px;
}
.new_features .latestBan111 h1, .new_features .latestBan12 h1 {
    margin-bottom: 25px;
}
.new_features .latestBan111 h2 {
    margin-bottom: 35px;
}
.newHome_73 .slider_box {
    min-height: 280px;
}
}
@media (max-width: 1280px) {
.new_home.outer_banner {
    padding-top: 120px;
}
.pricing_1 h1 {
    font-size: 56px;
    line-height: 66px;
    margin-bottom: 30px;
}
.pricing_12 {
    margin-top: 0;
}
.newHome_7 ul {
    column-gap: 25px;
}
.blogList_pagination {
    margin-top: 50px;
}
.empty_stock h3, .empty_stock h2 {
    font-size: 24px;
    line-height: 32px;
}
.empty_stock p {
    font-size: 20px;
    line-height: 28px;
}
.empty_stock img {
    width: 220px;
}
.affiliSec_1 {
    margin-bottom: 40px;
}
}
@media (max-width: 1199px) {
.newHome_cont3 {
    height: 525px;
    margin-top: 30px;
}
.newHome_5 .sponered_slider ul li .outer_box img {
    width: 80%;
}
.header_sec2 ul li a, .header_sec2 ul li button {
    font-size: 16px;
    margin-left: 20px;
}
.header_sec2 ul li a.trial_btn {
    margin-left: 10px;
    padding-right: 38px;
}
.homeSec_head {
    text-align: left;
}
.new_head2 .header_sec2 ul li a.testimonal_btn {
    padding: 3px 10px;
}
.newHome_cont2 li {
    padding: 20px;
}
.newHome_cont2 li p {
    font-size: 17px;
    margin-bottom: 20px;
}
.btn_stroke {
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 16px;
}
.lineChart_chrt1 {
    width: calc(100% - 245px);
}
.homeSec_21 ul {
    gap: 30px;
}
.lineChart_dtl {
    width: 40%;
}
.lineChart_chrt {
    gap: 15px;
}
.overlay_gradient {
    height: 250px;
}
.newHome_cont1 li {
    width: calc(25% - 10px);
    padding: 18px;
}
.newHome_cont1 {
    gap: 15px;
}
.newHome_cont2 li {
    width: calc(50% - 5px);
}
.newHome_cont1 li h4 {
    font-size: 15px;
}
.newHome_5 .sponered_slider ul li:first-child img {
    width: 70%;
}
.newHome_5 .sponered_slider {
    margin-top: 20px;
}
.pricing_1 h1 {
    font-size: 54px;
    line-height: 64px;
}
.outer_banner.newHome_7, .outer_banner.pricingSec_1 {
    /* padding-top: 140px; */
    padding: 60px 0;
}
.newHome_7.pricingSec_2 {
    padding: 60px 0;
}
.platform_img iframe {
    height: 550px;
}
.new_features1, .new_features1.new_features2, .new_about1, .discord_sec, .roardmap_sec {
    padding: 60px 0;
}
.new_features h1, .new_features.new_resources .new_resors01 h1 {
    font-size: 50px;
    line-height: 66px;
}
.new_features h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
}
.new_features h2 .block_txt {
    display: inline;
}
.new_features.latestBanner h2 .block_txt {
    display: block;
}
.new_features p {
    font-size: 26px;
    line-height: 34px;
}
.new_features1 h3, .new_about11 h2, .new_about11 h3 {
    font-size: 46px;
    line-height: 58px;
}
.side_11 h5, .trainingSupport h5 {
    font-size: 21px;
    margin-bottom: 28px;
}
.side_21 h4 {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 15px;
}
.about_11 h4 {
    font-size: 28px;
    line-height: 37px;
}
.side_2 p, .trainingSupport p, .new_features.new_about p, .about_11 p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}
.featureList_box {
    gap: 55px;
    margin-top: 55px;
}
.side_2 {
    gap: 50px;
}
.side_21 {
    width: calc(50% - 20px);
}
.side_11 ul li {
    width: calc(33.33% - 16.66px);
    font-size: 17px;
    line-height: 23px;
}
.side_11 ul {
    gap: 25px;
}
.new_features2 .side_11 ul li.widthAuto {
    font-size: 30px;
    line-height: 38px;
    padding-top: 25px;
}
.side_11 p {
    font-size: 20px;
    line-height: 27px;
}
.resoulist {
    gap: 60px;
}
.resoulist1 {
    width: calc(50% - 10px);
}
.new_features.new_resources .resoulist1 h2, .new_features.new_resources .resoulist1 h3 {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 15px;
}
.new_features.new_resources .resoulist1 p {
    font-size: 18px;
    line-height: 24px;
}
.bg_div, .bg_div2 {
    height: 250px;
}
.resou_list {
    margin-top: 40px;
    gap: 60px;
}
.new_about2 {
    gap: 40px;
}
.about_1 {
    gap: 40px;
}
.about_11 {
    width: calc(100% - 240px);
}
.new_features.new_about h1 {
    font-size: 34px;
    line-height: 45px;
}
.new_features.new_about h2 {
    font-size: 46px;
    line-height: 61px;
}
.borderDiv2 {
    margin: 30px auto 35px;
}
.new_features.new_about img {
    margin-top: 42px;
    margin-bottom: 30px;
}
.discord_cont h1, .roardmap_sec h1 {
    font-size: 30px;
    line-height: 40px;
}
.blog_sec13 ul {
    gap: 24px;
}
.blog_sec13 ul li {
    width: calc(33.33% - 16px);
}
.featured_sec {
    padding-top: 40px;
}
.latest_sec, .blog_detail {
    padding: 40px 0;
}
.latest_head {
    margin-bottom: 20px;
}
.blog_sec132 h3 {
    font-size: 19px;
    line-height: 25px;
}
.latest_head h2 {
    font-size: 28px;
    line-height: 37px;
}
.latest_posts>ul {
    gap: 50px;
}
.latest_posts>ul li {
    gap: 40px;
}
.latest_posts .blog_sec131, .latest_posts .blog_sec132 {
    width: calc(50% - 20px);
}
.next_previousBlog {
    margin-top: 35px;
    gap: 40px;
}
.next_previousBlog li {
    width: calc(50% - 20px);
}
.blogList_pagination {
    margin-top: 40px;
}
.backtest_head h3, .backtest_head h1 {
    font-size: 38px;
    line-height: 50px;
}
.new_features .latestBan111 h1, .new_features .latestBan12 h1 {
    margin-bottom: 20px;
}
.secondL_0 {
    gap: 30px;
}
.secondL_1, .secondL_2 {
    width: calc(50% - 15px);
}
.secondL_1 {
    padding: 20px;
}
.secondL_1 ul li p {
    width: 38px;
    height: 36px;
}
}
@media (max-width: 1100px) {
.backtest_head h3, .backtest_head h1 {
    font-size: 36px;
    line-height: 46px;
}
}
@media (max-width: 1099px) {
.latestBan1 {
    flex-direction: column;
    gap: 30px;
}
.new_features .latestBan111 h1 {
    /* display: none; */
}
.new_features .latestBan12 h1 {
    /* display: block; */
    text-align: center;
    margin-bottom: 25px;
}
.latestBan11 {
    width: 100%;
}
.latestBanner1 iframe {
    border-radius: 20px;
}
.latestBan111 {
    max-width: 100%;
    text-align: center;
    width: 100%;
}
.latestBan12 {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}
.latestBan111 .signUp_Box {
    width: 100%;
    flex-direction: row;
    max-width: unset;
}
.latestBan111 .signUp_Box input {
    width: calc(100% - 270px);
}
.latestBan111 .signUp_Box button {
    width: 200px;
}
}
@media (max-width: 991px) {
.side_22 video {
    height: 100%;
}
.side_22 iframe {
    height: 390px;
}
/*========== MOBILE MENU BEGIN ===========*/
.newHome_5 .sponered_slider ul li .outer_box img {
    height: auto;
}
.header_sec2 {
    position: relative;
}
.header_sec2>ul {
    display: none;
}
body.open {
    overflow: hidden;
}
.header_sec2 {
    position: relative;
}
.header_sec2>ul {
    display: none;
}
.mobile_menu {
    display: block;
}
.mobile_menu>.b-nav>a img {
    width: 110px;
    display: none;
}
.header_sec2 ul {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 20px;
}
.header_sec2 ul li {
    width: 100%;
}
.header_sec2 ul li a, .header_sec2 ul li button {
    width: 100%;
    font-size: 18px;
    margin-left: 0;
    margin-bottom: 20px;
}
.header_sec2 ul li a.signUp_btn, .header_sec2 ul li .trial_btn {
    padding: 11px 20px;
}
.header_sec2 ul li .trial_btn:after {
    top: 12px;
}
.live_item img {
    width: 58px;
}
.header_sec2 ul li a.trial_btn {
    margin-left: 0;
}
.b-link {
    font-family: 'Assistant-Regular';
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    display: inline-block;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #f1f0f0;
}
.b-nav {
    background: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    opacity: 0;
    visibility: hidden;
    width: 420px;
    margin-right: -180px;
    padding: 30px;
    box-shadow: 0 5px 24px rgba(24, 24, 24, 0.27);
    transition: margin .2s;
    transition-timing-function: linear;
}
.b-nav.open {
    opacity: 1;
    visibility: visible;
    margin-right: 0;
}
.b-menu {
    cursor: pointer;
    display: block;
    position: relative;
    transition: unset;
    z-index: 12;
    top: 11px;
    left: 0;
    width: 26px;
    height: 18px;
}
.menu_head {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.menu_head img {
    width: 110px;
    display: none;
}
.b-menu2 {
    width: 100%;
    text-align: right;
}
.b-menu2 span {
    font-size: 30px;
    font-weight: 300;
    color: #000000;
    position: relative;
    top: 8px;
}
.b-container.open .b-menu {
    display: none;
}
.b-bun--bottom, .b-bun--mid, .b-bun--top {
    height: 2px;
    width: 26px;
}
.b-bun {
    position: relative;
    background: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.b-bun--top {
    top: 0;
}
.b-bun--mid {
    top: 6px;
}
.b-bun--bottom {
    top: 12px;
}
.b-container {
    width: 26px;
    height: 38px;
}
.b-container.open .b-bun--top {
    background: #000000;
    top: 13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.b-container.open .b-bun--mid {
    opacity: 0;
}
.b-container.open .b-bun--bottom {
    background: #000000;
    top: 9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.new_head2 .b-bun {
    background: #ffffff;
}
.new_head2 .header_sec2 ul li a, .new_head2 .header_sec2 ul li button {
    color: #000000;
}
.new_head2 .header_sec2 ul li button {
    text-align: left;
}
.new_head2 .header_sec2 ul li a.signUp_btn {
    /* border: 1px solid #242947; */
    padding: 10px 20px;
}
.new_head2 .header_sec2 ul li a.trial_btn, .new_head2 .header_sec2 ul li button.trial_btn {
    margin-left: 0;
    color: #ffffff;
    padding: 10px 20px;
    margin-bottom: 0;
}
.new_head2 .header_sec2 ul li a.testimonal_btn {
    display: inline-block;
    padding: 10px 30px;
    width: unset;
}
.newHome_cont3 {
    height: 390px;
}
/*============ MOBILE MENU END ==============*/
.sitemap_list {
    column-count: 2;
}
.roardmap_sec ul li p {
    font-size: 18px;
    line-height: 24px;
}
.backtest_head h3, .backtest_head h1 {
    font-size: 34px;
    line-height: 44px;
}
.header_1 {
    padding: 15px 0;
}
.container_mobile {
    max-width: 970px;
    padding-right: 15px;
    padding-left: 15px;
}
.homeSec_21 ul li:not(:first-child) .home_22 {
    height: 310px;
}
.newHome_head1 h3 .block_txt {
    display: inline;
}
.outer_banner.newHome_7, .outer_banner.pricingSec_1 {
    /* padding-top: 130px; */
    padding: 50px 0;
}
.newHome_7.pricingSec_2, .pricing_sec4 {
    padding: 50px 0;
}
.coverL_sec1 {
    padding: 30px 0;
}
.coverL_sec11 h3, .coverL_sec11 h1 {
    font-size: 34px;
    line-height: 46px;
}
.coverL_sec11 p, .coverL_sec11 h2 {
    font-size: 18px;
    line-height: 26px;
}
.policies_sec {
    margin-top: 20px;
    padding: 15px;
}
.policies_sec .heading-terms {
    font-size: 19px;
    line-height: 35px;
    margin-top: 30px;
}
.policies_sec h4 {
    font-size: 18px;
    line-height: 24px;
}
.new_features1, .new_features1.new_features2, .new_about1, .discord_sec, .roardmap_sec {
    padding: 50px 0;
}
.new_features h1 .block_txt {
    display: inline;
}
.new_features {
    padding-top: 50px;
    padding-bottom: 50px;
}
.new_features h1 {
    font-size: 46px;
    line-height: 60px;
}
.new_features0 {
    height: 388px;
    margin: 30px auto;
}
.new_features h2 {
    font-size: 28px;
    line-height: 37px;
}
.new_features p {
    font-size: 22px;
    line-height: 30px;
}
.new_features1 h3, .new_about11 h2, .new_about11 h3 {
    font-size: 44px;
    line-height: 56px;
}
.featureList_box {
    gap: 0;
    margin-top: 40px;
}
.side_2 {
    flex-direction: column;
    gap: 30px;
}
.featureList_box .side_2:nth-child(even) {
    flex-direction: column-reverse;
}
.side_21, .side_22 {
    width: 100%;
}
.featureList_box .side_2:not(:last-of-type) {
    border-bottom: 1px solid #d4e0f3;
    padding-bottom: 50px;
    margin-bottom: 40px;
}
.new_features1.new_features2 .featureList_box .side_2:not(:last-of-type) {
    border-color: #4c5274;
}
.side_21 h4, .about_11 h4 {
    font-size: 36px;
    line-height: 48px;
}
.side_2 p, .trainingSupport p, .new_features.new_about p, .about_11 p {
    font-size: 20px;
    line-height: 27px;
}
.side_11 ul {
    gap: 15px;
}
.side_11 ul li {
    width: calc(33.33% - 10px);
    padding: 10px;
}
.side_11 h5, .trainingSupport h5 {
    font-size: 22px;
}
.trainingSupport {
    gap: 30px;
    flex-direction: column;
}
.trainingSupport .side_21, .trainingSupport .side_22 {
    width: 100%;
}
.new_features2 .side_11 ul li.widthAuto {
    font-size: 28px;
    line-height: 37px;
}
.new_home h1 {
    font-size: 47px;
}
.resoulist1 {
    width: 100%;
}
.resoulist2 {
    width: 100%;
    text-align: center;
}
.resoulist2 img {
    width: 550px;
    margin: 0 auto;
}
.resou_list .resoulist {
    flex-direction: column;
    gap: 30px;
    border-bottom: 1px solid rgb(212 224 243 / 18%);
    padding-bottom: 50px;
    margin-bottom: 40px;
}
.reveal2, .reveal {
    margin-bottom: 0;
}
.bg_img:last-child .resoulist {
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.new_features.new_resources .resoulist1 h2, .new_features.new_resources .resoulist1 h3 {
    font-size: 36px;
    line-height: 48px;
}
.new_features.new_resources .resoulist1 p {
    font-size: 20px;
    line-height: 27px;
}
.bg_div, .bg_div2 {
    display: none;
}
.resou_list {
    gap: 0;
}
.resou_list .reverse_box {
    flex-direction: column-reverse;
}
.new_resources .resoulist1 p {
    font-size: 20px;
    line-height: 27px;
}
.about_12 {
    width: 160px;
}
.about_1 {
    gap: 30px;
}
.about_11 {
    width: calc(100% - 190px);
}
.new_features.new_about img {
    width: 100%;
    margin-top: 40px;
}
.new_features.new_about h1 {
    font-size: 32px;
    line-height: 42px;
}
.new_features.new_about h2 {
    font-size: 49px;
    line-height: 65px;
}
.discord_cont h1, .roardmap_sec h1 {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 20px;
}
.roardmap_sec h1 {
    margin-bottom: 15px;
}
.header_1 {
    padding: 15px 0;
}
.blog_sec13 ul {
    gap: 15px;
}
.blog_sec13 ul li {
    width: calc(33.33% - 10px);
}
.blog_sec131 {
    height: 150px;
}
.blog_sec132 {
    padding: 15px;
}
.blog_sec133 {
    bottom: 15px;
}
.blog_sec132 p.blog_sec1321, .blog_content p.blogCate, .blog_content p.blogAuthor, .next_previousBlog li span {
    font-size: 15px;
    line-height: 20px;
}
.blog_sec132 h3 {
    font-size: 18px;
    line-height: 24px;
}
.blog_sec132 p {
    font-size: 17px;
    line-height: 22px;
}
.latest_posts>ul {
    gap: 40px;
}
.latest_posts>ul li {
    gap: 30px;
}
.latest_posts .blog_sec131, .latest_posts .blog_sec132 {
    width: calc(50% - 15px);
}
.blog_sec132 h3 {
    -webkit-line-clamp: 2;
}
.blog_content h1 {
    font-size: 28px;
    line-height: 37px;
}
.blog_content0 {
    padding: 0 20px;
}
.blog_content h2 {
    font-size: 20px;
    line-height: 28px;
}
.blog_content img {
    height: unset;
}
.blog_content p {
    font-size: 17px;
    line-height: 22px;
}
.roardmap_sec ul li p {
    font-size: 18px;
    line-height: 24px;
}
.affiliSec_1 h2 span {
    display: inline;
}
.affiliSec_1 {
    margin-bottom: 30px;
}
.program_table th, .program_table td {
    padding: 12px 15px;
}
.program_table td h4, .program_table td p {
    font-size: 16px;
    line-height: 22px;
}
.bottom_btns {
    margin-top: 30px;
}
.features-flip-grid ul {
    grid-template-columns: 1fr 1fr;
}
.features-flip-grid ul li {
    justify-content: flex-start;
}
.features-flip-grid ul li:last-child {
    grid-column: unset;
    grid-row: unset;
}
.features-flip-grid ul li:first-child {
    grid-column: 1 / 2 span;
    grid-row: 1;
}
.feature-flip-icon {
    display: none;
}
.features-flip-grid ul li .feature-flip-head, .features-flip-grid ul li:hover .feature-flip-head, .features-flip-grid ul li .feature-flip-cont, .features-flip-grid ul li:hover .feature-flip-cont {
    opacity: 1;
    visibility: visible;
    position: unset;
    transition: none;
    transform: unset;
    transform-origin: unset;
}
.feature-flip-head h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 15px 0;
}
.secondL_0 {
    gap: 20px;
}
.secondL_1, .secondL_2 {
    width: calc(50% - 10px);
}
}
@media (max-width: 883px) {
.platform_img iframe {
    height: 500px;
}
}
@media (max-width: 820px) {
.new_features h1, .new_features.new_resources .new_resors01 h1 {
    font-size: 47px;
    line-height: 66px;
}
.resoulist {
    gap: 40px;
}
.resoulist1, .resoulist2 {
    width: fit-content;
}
.resoulist2 img {
    width: 100%;
}
.latestBan12 {
    max-width: 90%;
}
.secondL_0 {
    flex-direction: column;
    align-items: flex-start;
}
.secondL_1, .secondL_2 {
    width: 100%;
}
}
@media (max-width: 767px) {
.side_22 iframe {
    height: 290px;
}
.footer_outer11 ul li img {
    width: 35px;
}
    #performance_chart_new1 {
        height: 255px;
    }
.newHome_5.indexSec_2 h3 {
    margin-bottom: 20px;
}
.newHome_cont3 {
    height: 307px;
}
.secMap_legends.stok_crtLen {
    justify-content: space-between;
}
.home_21>img {
    width: 140px;
}
.newHome_7 ul li {
    margin-bottom: 10px;
}
.newHome_7 ul li:hover {
    transform: unset;
}
.newHome_6 {
    padding: 30px 0;
}
.header_sec2 ul .button_mobile {
    display: flex;
}
.newHome_7 ul li {
    margin-bottom: 10px;
}
.home_21>img {
    margin-bottom: -5px;
}
.header_sec2 ul li a, .header_sec2 ul li button {
    font-size: 16px;
}
.newHome_71 {
    margin-top: 20px;
}
.newHome_2 {
    padding: 30px 0;
}
.div_1 {
    left: 0;
}
.new_home.outer_banner_2 {
    height: 570px;
}
.signUp_Box input {
    width: calc(100% - 166px);
}
.new_home.outer_banner_2 {
    padding-bottom: 150px;
    margin-top: -133px;
}
.featSec_2 .image_1 {
    display: none;
    width: 100%
}
.featSec_2 .image_2 {
    display: block;
    width: 100%;
    margin-top: 30px;
}
.footer_outer2 {
    margin-top: 20px;
    align-items: flex-start;
    flex-direction: column-reverse;
}
.footer_outer2 ul {
    gap: 10px;
    flex-direction: column;
    margin-bottom: 10px;
}
.new_home h1, .newHome_head1 h3, .newHome_head2 h3, .newHome_head3 h3, .newHome_head4 h3, .newHome_5.indexSec_2 h3, .newHome_62 h3, .featSec_2 h3, .homeSec_21 h4, .faq_question h2, .faq_question h3 {
    font-size: 28px;
    line-height: 41px;
    margin-bottom: 0;
}
.new_home .inner_banner h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
}
.new_home .inner_banner h3 {
    font-size: 25px;
    line-height: 36px;
}
.inner_box {
    margin-top: 10px;
}
.newHome_foot1 {
    border-radius: 90px;
}
.platform_img iframe {
    height: 490px;
}
.inner_banner .signUp_Box button {
    padding: 12px;
}
.newHome_5 .sponered_slider {
    margin-top: 10px;
}
.sponered_slider ul {
    width: calc(100% - 10px);
}
.newHome_5.indexSec_2 {
    padding: 30px 0;
}
.homeSec_head h3 {
    line-height: 40px;
    font-size: 28px;
}
.homeSec_21 h4, .featSec_2 h3 {
    margin-bottom: 20px;
}
.home_21 {
    justify-content: space-between;
}
.home_21>span {
    line-height: 17px;
    font-size: 20px;
}
.sector_btn {
    width: 50%;
}
.newHome_7 ul {
    column-count: 1;
}
.overlay_gradient {
    height: 420px;
}
.newHome_7 {
    padding: 40px 10px;
}
.newHome_cont2 li:nth-child(5), .newHome_cont2 li:nth-child(6), .newHome_cont2 li:nth-child(7), .newHome_cont2 li:nth-child(8), .newHome_cont2 li:nth-child(9), .newHome_cont2 li:nth-child(10) {
    width: calc(50% - 5px);
}
.newHome_cont1 {
    flex-wrap: wrap;
}
.newHome_cont1 li {
    width: calc(50% - 10px);
}
.newHome_cont6, .footer_outer1, .footer_outer12, .lineChart_chrt {
    flex-direction: column;
    padding: 0;
}
.newHome_61, .newHome_62 {
    width: calc(100% - 0px);
}
.footer_outer1, .footer_outer12 {
    gap: 20px
}
.lineChart_chrt1, .lineChart_dtl {
    width: 100%
}
.home_22 {
    height: auto;
    padding: 20px;
    border-radius: 10px;
}
.homeSec_21 ul li:nth-child(2) {
    grid-row: 2;
    grid-column: 1 / 3 span;
}
.homeSec_21 ul li:last-child {
    grid-row: 3;
    grid-column: 1 / 3 span;
}
.homeSec_21 ul li:not(:first-child) .home_22 {
    height: auto;
}
.newTestimonial_1 {
    margin-top: 25px;
}
.newTestimonial ul li {
    margin-bottom: 25px;
}
.newTestimonial {
    width: 100%;
    padding: 30px 0;
}
.outer_banner.newHome_7, .outer_banner.pricingSec_1 {
    /* padding-top: 130px; */
    padding: 50px 0;
}
.pricingNew2 {
    margin-bottom: 30px;
}
.pricing_13 h2 {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 10px;
}
.pricing_1 h1 {
    font-size: 42px;
    line-height: 56px;
}
.pricing_13 h3, .pricing_13 h3 .smallPri {
    font-size: 42px;
    line-height: 40px;
}
.pricing_11 {
    margin-top: 50px;
}
.faq_question h4 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 25px;
}
.faq_question .accordion.accordion-solid .card {
    margin-bottom: 15px;
}
.faq_question .accordion.accordion-solid .card .card-header {
    margin-bottom: 15px;
}
.faq_question .accordion .card .card-header .card-title {
    font-size: 18px;
    line-height: 28px;
}
.faq_question .accordion.accordion-solid .card .card-body {
    padding-bottom: 15px;
}
.slider_box {
    min-height: 315px;
}
.coverL_sec11 h3, .coverL_sec11 h1 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 10px;
}
.coverL_sec12 {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
    padding-left: 50px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.coverL_sec12 a {
    top: 11px;
    left: 16px;
    height: 23px;
}
.coverL_sec12 i {
    font-size: 23px;
}
.coverL_sec131 h3 {
    font-size: 20px;
    line-height: 28px;
}
.new_features1, .new_features1.new_features2, .new_about1, .discord_sec, .roardmap_sec {
    padding: 40px 0;
}
.new_features {
    padding-top: 40px;
    padding-bottom: 40px;
}
.affiliSec_1 h1, .affiliSec_1 h3 {
    font-size: 29px;
    line-height: 40px;
}
.new_features h1 {
    font-size: 38px;
    line-height: 51px;
}
.new_features0 {
    height: 287px;
    margin-top: 20px;
    margin-bottom: 25px;
}
.new_features h2 {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 15px;
}
.new_features p {
    font-size: 18px;
    line-height: 24px;
}
.new_features1 h3 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 12px;
}
.new_about11 h2, .new_about11 h3 {
    font-size: 36px;
    line-height: 48px;
}
.side_11 h5, .trainingSupport h5 {
    font-size: 20px;
    line-height: 27px;
}
.side_21 h4, .about_11 h4 {
    font-size: 28px;
    line-height: 37px;
}
.side_2 p, .trainingSupport p, .new_features.new_about p, .about_11 p {
    font-size: 18px;
    line-height: 24px;
}
.featureList_box {
    margin-top: 30px;
}
.featureList_box .side_2:not(:last-of-type) {
    padding-bottom: 35px;
    margin-bottom: 30px;
}
.trainingSupport ul {
    margin-top: 20px;
}
.new_features2 .side_11 ul li.widthAuto {
    font-size: 24px;
    line-height: 32px;
    padding: 0;
    padding-top: 20px;
}
.trainingSupport {
    gap: 15px;
}
.side_11 p {
    font-size: 18px;
    line-height: 24px;
}
.side_11 ul {
    gap: 5px;
    flex-wrap: wrap;
}
.side_11 ul li {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 16px;
    min-height: 50px;
}
.new_features.new_resources .new_resors01 h1 {
    font-size: 38px;
    line-height: 51px;
    margin-bottom: 12px;
}
.new_features.new_resources .new_resors01 p, .new_features.new_resources .new_resors01 h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
}
.new_resources .new_resors01 p:last-of-type {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
}
.borderDiv {
    max-width: 900px;
    height: 1px;
    background-color: #4164bd;
    margin: 30px auto 0;
}
.resou_list {
    margin-top: 30px;
}
.new_features.new_resources .resoulist1 h2, .new_features.new_resources .resoulist1 h3 {
    font-size: 28px;
    line-height: 37px;
}
.new_features.new_resources .resoulist1 p {
    font-size: 18px;
    line-height: 24px;
}
.new_about2 {
    margin-top: 30px;
}
.about_1 {
    gap: 20px;
}
.about_12 {
    width: 100px;
}
.about_11 {
    width: calc(100% - 120px);
}
.about_11 h4 {
    margin-bottom: 5px;
}
.about_11 h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}
.new_features.new_about h1 {
    font-size: 24px;
    line-height: 32px;
}
.new_features.new_about h2 {
    font-size: 36px;
    line-height: 48px;
}
.borderDiv2 {
    max-width: 60%;
    margin: 20px auto 25px;
}
.new_features.new_about img {
    margin-top: 35px;
    margin-bottom: 26px;
}
.discord_cont h1, .roardmap_sec h1 {
    font-size: 26px;
    line-height: 35px;
}
.header_1 img {
    width: 80px;
}
.header_1 {
    line-height: 16px;
}
.header_1 h1 {
    font-size: 22px;
    line-height: 16px;
}
.header_2 ul li {
    font-size: 17px;
    line-height: 23px;
}
.featured_sec {
    padding-top: 30px;
}
.blog_sec13 ul {
    gap: 25px;
    flex-direction: column;
}
.blog_sec13 ul li {
    width: 100%;
}
.blog_sec131 {
    height: 220px;
}
.blog_sec132 {
    padding: 20px;
}
.latest_head h2 {
    font-size: 26px;
    line-height: 35px;
}
.latest_head {
    margin-bottom: 15px;
}
.latest_posts>ul li {
    gap: 20px;
}
.latest_posts .blog_sec131, .latest_posts .blog_sec132 {
    width: calc(50% - 10px);
}
.latest_posts .blog_sec131 {
    height: 240px;
}
.latest_posts>ul {
    gap: 30px;
}
.blogList_pagination ul li, .blogList_pagination ul li a {
    height: 40px;
    line-height: 40px;
}
.blogList_pagination ul li span {
    font-size: 15px;
    line-height: 40px;
    padding: 0 16px;
}
.blog_sec1322 {
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.latest_posts .blog_sec1322 {
    margin-bottom: 10px;
}
.blogList_pagination ul li {
    margin: 0 3px;
}
.head_img {
    height: 300px;
}
.blog_content h1 {
    font-size: 26px;
    line-height: 35px;
}
.blog_content h2 {
    margin-top: 25px;
    margin-bottom: 12px;
}
.next_previousBlog {
    margin-top: 30px;
}
.program_table th {
    font-size: 17px;
    line-height: 23px;
}
.features-flip-grid ul li {
    width: 100%;
}
.bottom_btns .theme_btn {
    font-size: 16px;
    line-height: 22px;
}
.affiliSec_1 h2 {
    font-size: 18px;
    line-height: 24px;
}
.features-flip-grid ul {
    grid-template-columns: 1fr;
}
.features-flip-grid ul li:first-child {
    grid-column: unset;
    grid-row: unset;
}
.newTestimonial ul {
    padding: 20px;
}
.latestBan1 {
    gap: 25px;
}
.new_features .latestBan111 h2 {
    margin-bottom: 25px;
}
.container_full {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.latestBan11 {
    padding: 0;
}
.newPricing .pricingNew2 {
    flex-direction: column;
}
.newHome_73 .pricing_11 {
    margin: 30px auto;
    margin-bottom: 0;
}
.newHome_73 .slider_box {
    min-height: 210px;
}
}
@media (max-width: 720px) {
.b-nav {
    width: 360px;
}
.platform_img iframe {
    height: 450px;
}
.newHome_5 .sponered_slider {
    margin-top: 20px;
}
.latestBan111 {
    max-width: 500px;
}
/* .latestBan111 .signUp_Box {
    flex-direction: column;
}
.latestBan111 .signUp_Box input, .latestBan111 .signUp_Box button {
    width: 100%;
} */
.newHome_73 .slider_box {
    min-height: 220px;
}
.newHome_731 {
    margin-top: 20px;
}
}
@media (max-width: 575px) {
.b-nav {
    width: 320px;
    padding: 25px;
}
.home_21>img {
    width: 120px;
}
.yellow_btn {
    font-size: 15px;
}
.new_home.outer_banner_2 {
    height: 560px;
}
.platform_img iframe {
    height: 360px;
}
.b-nav {
    width: 100%;
    background: rgb(255 255 255 / 98%);
}
.newHome_cont2 li, .newHome_cont2 li:nth-child(5), .newHome_cont2 li:nth-child(6), .newHome_cont2 li:nth-child(7), .newHome_cont2 li:nth-child(8), .newHome_cont2 li:nth-child(9), .newHome_cont2 li:nth-child(10), .newHome_cont1 li {
    width: 100%;
}
.newHome_cont1 li h4 {
    font-size: 20px;
}
.newHome_cont1 li {
    padding: 30px;
}
.outer_banner.newHome_7, .outer_banner.pricingSec_1 {
    /* padding-top: 120px; */
    padding: 40px 0;
}
.pricingNew2 {
    margin-bottom: 20px;
}
.pricing_1 h1 {
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 20px;
}
.newHome_7.pricingSec_2, .pricing_sec4 {
    padding: 40px 0;
}
.pricing_11 {
    margin-top: 40px;
}
.homeSec_21 ul li:nth-child(2) .home_22 {
    height: unset;
}
.homeSec_21 ul {
    margin: 30px 0;
}
.backtest_head h3, .backtest_head h1 {
    font-size: 32px;
    line-height: 40px;
}
.sitemap_list {
    column-count: 1;
}
.new_features1, .new_about1, .discord_sec, .roardmap_sec {
    padding: 30px 0;
}
.affiliSec_1 h1, .affiliSec_1 h3 {
    font-size: 26px;
    line-height: 35px;
}
.new_features0 {
    height: 300px;
}
.resoulist2 img, .resoulist2 {
    width: 90%;
    display: flex;
    justify-content: center;
}
.resou_list .resoulist {
    padding-bottom: 35px;
    margin-bottom: 30px;
}
.bg_img:last-child .resoulist {
    padding-bottom: 0;
}
.new_features.new_about img {
    margin-top: 30px;
    margin-bottom: 22px;
}
.borderDiv2 {
    max-width: 80%;
}
.blog_content0 {
    padding: 0;
}
.next_previousBlog {
    flex-direction: column;
    gap: 0;
}
.next_previousBlog li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.next_previousBlog li:last-child {
    text-align: center;
    border-top: 1px solid #E6E9F5;
    padding-top: 15px;
    margin-top: 15px;
}
.next_previousBlog li span {
    margin-bottom: 6px;
}
.blogList_pagination {
    margin-top: 30px;
}
.latest_sec, .blog_detail {
    padding: 30px 0;
}
.features-flip-grid ul li {
    padding: 20px;
}
.feature-flip-head>span {
    font-size: 30px;
}
.feature-flip-head h3 {
    margin: 12px 0;
}
.affiliSec_1 {
    margin-bottom: 20px;
}
.program_table th, .program_table td {
    padding: 10px 10px;
}
.affiliSec_31.list_type p {
    padding-left: 20px;
}
.pricing_12 .promo_div {
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.pricing_12 .input_coupon {
    width: 350px;
    border-radius: 5px;
}
.pricing_12 .coupon_apply {
    border: 1px solid #ffffff;
    border-radius: 5px;
}
.div_1 img {
    width: 100%;
}
.latestBan111 {
    max-width: 400px;
}
.newHome_73 .slider_box {
    min-height: 230px;
}
}
@media (max-width: 540px) {
.platform_img iframe {
    height: 335px;
}
.newHome_cont3 {
    height: 288px;
}
.pricing_13 {
    width: 100%;
}
.slider_box {
    min-height: 330px;
}
.newHome_73 .slider_box {
    min-height: 240px;
}
}
@media (max-width: 532px) {
.platform_img iframe {
    height: 295px;
}
.new_features .latestBan111 h1, .new_features .latestBan12 h1 {
    font-size: 36px;
    line-height: 48px;
}
.latestBan12 {
    max-width: 98%;
}
.newHome_73 .slider_box {
    min-height: 260px;
}
}
@media (max-width: 480px) {
.side_22 iframe {
    height: 250px;
}
.new_home.outer_banner_2 {
    height: 570px;
}
.pricing_13 {
    padding: 15px 20px 20px;
}
.pricingNew2 .nav-tabs .nav-link {
    width: 160px;
}
.pricing_1 h1 {
    font-size: 36px;
    line-height: 48px;
}
.pricing_12 button img {
    width: 360px;
}
.faq_question h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}
.slider_box {
    min-height: 360px;
}
.permonth {
    font-family: 'DMSans-Medium';
    font-size: 14px;
    line-height: 18px;
    margin-left: 0;
}
.homeSec_21 ul {
    margin: 25px 0;
}
.backtest_head h3, .backtest_head h1 {
    font-size: 30px;
    line-height: 38px;
}
.affiliSec_1 h1, .affiliSec_1 h3 {
    font-size: 23px;
    line-height: 32px;
}
.new_features h1 {
    font-size: 34px;
    line-height: 48px;
}
.new_features0 {
    height: 250px;
}
.new_features {
    padding-top: 30px;
    padding-bottom: 30px;
}
.new_features1 h3, .new_about11 h2, .new_about11 h3 {
    font-size: 32px;
    line-height: 43px;
}
.side_21 h4, .about_11 h4 {
    font-size: 26px;
    line-height: 35px;
}
.side_2 p, .trainingSupport p, .side_11 p, .new_features.new_about p, .about_11 p, .first_list li p, .feature-flip-cont p {
    font-size: 17px;
    line-height: 23px;
}
.first_list li p span {
    font-size: 18px;
    line-height: 24px;
}
.side_11 h5, .trainingSupport h5 {
    font-size: 18px;
    line-height: 24px;
}
.side_2 {
    gap: 20px;
}
.featureList_box .side_2:not(:last-of-type) {
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.new_features2 .side_11 ul li.widthAuto {
    font-size: 20px;
    line-height: 28px;
}
.side_11 h5, .trainingSupport h5 {
    margin-bottom: 20px;
}
.side_11 p {
    margin-top: 15px;
}
.new_features.new_resources .new_resors01 h1 {
    font-size: 34px;
    line-height: 48px;
}
.new_features.new_resources .new_resors01 p, .new_features.new_resources .new_resors01 h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}
.new_resources .new_resors01 p:last-of-type {
    margin-bottom: 0;
}
.new_features.new_resources .resoulist1 h2, .new_features.new_resources .resoulist1 h3 {
    font-size: 26px;
    line-height: 35px;
}
.new_features.new_resources .resoulist1 p {
    font-size: 17px;
    line-height: 23px;
}
.about_1 {
    gap: 10px;
    flex-direction: column;
}
.about_12 {
    width: 120px;
}
.about_11 {
    width: 100%;
}
.new_about2 {
    margin-top: 20px;
    gap: 0;
}
.about_1:not(:last-child) {
    border-bottom: 1px solid #d4e0f3;
    padding-bottom: 30px;
    margin-bottom: 25px;
}
.new_features.new_about h2 {
    font-size: 30px;
    line-height: 40px;
}
.discord_cont h1, .roardmap_sec h1 {
    font-size: 24px;
    line-height: 32px;
}
.sec_list {
    padding-left: 20px;
}
.third_list {
    padding-left: 20px;
}
.latest_posts>ul {
    gap: 25px;
}
.blogList_pagination {
    margin-top: 30px;
}
.blog_sec132 p, .blog_content p {
    font-size: 16px;
}
.head_img {
    height: 250px;
}
.blog_content h1 {
    font-size: 24px;
    line-height: 32px;
}
.head_border {
    margin: 16px auto 20px;
}
.blog_content p.blogAuthor {
    margin-bottom: 15px;
}
.blog_content h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.authen_sc22, .login_sec .authen_sc22, .landing_box {
    padding: 30px 20px;
}
.roardmap_sec ul li p {
    font-size: 17px;
    line-height: 23px;
}
.empty_stock h3, .empty_stock h2 {
    font-size: 22px;
    line-height: 30px;
}
.empty_stock p {
    font-size: 18px;
    line-height: 24px;
}
.empty_stock img {
    margin-top: 15px;
    width: 200px;
}
.header_2 ul {
    gap: 10px 25px;
}
.new_features .latestBan111 h1, .new_features .latestBan12 h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
}
.new_features .latestBan111 h2 {
    font-size: 22px;
    line-height: 28px;
}
.latestBan12 {
    max-width: 100%;
}
.newHome_73 .pricing_11 {
    margin: 20px auto;
    margin-bottom: 0;
}
.newHome_73 .testi_box1 h4 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 475px) {
.new_features h1 {
    font-size: 32px;
    line-height: 43px;
}
.latestBan1 {
    gap: 20px;
}
.new_features .latestBan111 h2 {
    margin-bottom: 20px;
}
}
@media (max-width: 450px) {
.platform_img iframe {
    height: 270px;
}
.new_features h1 {
    font-size: 30px;
    line-height: 42px;
}
.new_features h2 {
    font-family: 'DMSans-Medium';
    font-size: 20px;
    line-height: 27px;
}
.new_features0 {
    height: 235px;
}
.new_features1 h3, .new_about11 h2, .new_about11 h3 {
    font-size: 28px;
    line-height: 37px;
}
.side_11 h5, .trainingSupport h5 {
    font-size: 17px;
    line-height: 23px;
}
.side_21 h4, .about_11 h4 {
    font-size: 24px;
    line-height: 32px;
}
.side_2 p, .trainingSupport p, .side_11 p, .about_11 p, .first_list li p, .feature-flip-cont p, .affiliSec_31 p, .program_table td h4, .affiliSec_3 h4 {
    font-size: 16px;
    line-height: 22px;
}
.first_list li p {
    margin-bottom: 15px;
}
.first_list li p span {
    font-size: 17px;
    line-height: 23px;
}
.discord_cont h1 {
    margin-bottom: 15px;
}
.new_features.new_resources .new_resors01 h1 {
    font-size: 30px;
    line-height: 42px;
}
.new_features.new_resources .new_resors01 p, .new_features.new_resources .new_resors01 h2 {
    font-size: 18px;
    line-height: 24px;
}
.new_features.new_resources .resoulist1 h2, .new_features.new_resources .resoulist1 h3 {
    font-size: 24px;
    line-height: 32px;
}
.new_features.new_resources .resoulist1 p {
    font-size: 16px;
    line-height: 22px;
}
.new_features.new_about h2 {
    font-size: 28px;
    line-height: 37px;
}
.new_features.new_about h1 {
    font-size: 22px;
    line-height: 28px;
}
.header_2 ul li {
    font-size: 16px;
    line-height: 22px;
}
.latest_head h2 {
    font-size: 24px;
    line-height: 32px;
}
.latest_posts>ul {
    gap: 40px;
}
.latest_posts>ul li {
    gap: 15px;
    flex-direction: column;
}
.latest_posts .blog_sec131, .latest_posts .blog_sec132 {
    width: 100%;
}
.latest_posts .blog_sec131 {
    height: 220px;
}
.blogList_pagination ul li {
    display: none;
}
.blogList_pagination ul li:first-child, .blogList_pagination ul li:nth-child(2), .blogList_pagination ul li:nth-child(3), .blogList_pagination ul li:last-child {
    display: inline-block;
}
.next_previousBlog {
    margin-top: 25px;
}
.next_previousBlog li a {
    font-size: 16px;
    line-height: 22px;
}
.newHome_73 .slider_box {
    min-height: 280px;
}
}
@media (max-width: 430px) {
.new_features0 {
    height: 225px;
}
.blog_sec132 {
    padding: 15px;
}
.blog_sec133 {
    bottom: 13px;
}
.latest_posts>ul {
    gap: 35px;
}
.features-flip-grid ul li {
    padding: 15px;
}
.affiliSec_2 {
    width: 100%;
    overflow: auto;
}
.program_table {
    width: 540px;
}
}
@media only screen and (max-width: 423px) {
.new_features h1 {
    font-size: 28px;
    line-height: 37px;
}
.new_features.new_resources .new_resors01 h1 {
    font-size: 28px;
    line-height: 37px;
}
.new_features.new_about h1 {
    font-size: 20px;
    line-height: 26px;
}
.new_features.new_about h2 {
    font-size: 26px;
    line-height: 34px;
}
.new_features .latestBan111 h1, .new_features .latestBan12 h1 {
    font-size: 28px;
    line-height: 37px;
}
.new_features .latestBan111 h2 {
    font-size: 20px;
    line-height: 26px;
}
}
@media (max-width: 414px) {
.top_header p, .top_header p a {
    font-size: 14px;
}
.new_home.outer_banner_2 {
    height: 660px;
}
.newHome_cont6 {
    gap: 30px;
}
.newHome_62 .signUp_Box {
    gap: 10px;
}
.overlay_gradient {
    height: 270px;
}
.newHome_foot1 {
    border-radius: 90px;
    text-align: center;
}
.div_2 {
    margin: 0 auto;
}
.div_1 img {
    width: 100%;
}
.newHome_foot1 {
    border-radius: 20px;
    flex-wrap: wrap;
    gap: 20px;
}
.read_btn img {
    width: 105px;
    padding-right: 10px;
    margin-right: 10px;
}
.new_home .inner_banner h3 {
    font-size: 22px;
    line-height: 31px;
}
.sector_btn {
    width: 100%;
}
.home_21 {
    flex-wrap: wrap;
    gap: 10px;
}
.yellow_btn {
    font-size: 14px;
}
.newHome_cont3 {
    height: 210px;
}
.signUp_Box {
    flex-wrap: wrap;
    gap: 5px;
}
.signUp_Box input {
    width: 100%;
}
.inner_banner .signUp_Box button {
    width: auto;
    padding: 12px 17px;
}
.platform_img iframe {
    height: 245px;
}
}
@media (max-width: 400px) {
.side_22 iframe {
    height: 210px;
}
.b-nav {
    padding: 20px;
}
.new_home .inner_banner h3 {
    font-size: 27px;
    line-height: 38px;
}
.newHome_5 .sponered_slider {
    margin-top: 10px;
}
.signUp_Box {
    gap: 5px;
}
.new_home.outer_banner_2 {
    padding-bottom: 90px;
}
.read_btn img {
    width: 115px;
    padding-right: 10px;
    margin-right: 10px;
}
.home_21 {
    flex-wrap: wrap;
}
.newHome_foot1 .div_1 img {
    width: 100%;
}
.newHome_foot1 {
    flex-direction: column;
    margin-top: 60px;
    gap: 20px;
    padding: 10px 0;
}
.newHome_foot1 p {
    text-align: center;
    font-size: 18px;
}
.newHome_7 ul li {
    margin-bottom: 10px;
}
.pricing_12 button img {
    width: 100%;
}
.pricing_1 h1 {
    font-size: 32px;
    line-height: 46px;
}
.slider_box {
    min-height: 380px;
}
.pricing_13 {
    padding: 15px;
}
.pricing_13 h2 {
    margin-top: 0;
}
.homeSec_21 ul li:last-child .home_22 {
    height: 330px;
}
.new_features h1 {
    font-size: 32px;
    line-height: 43px;
}
.new_features0 {
    height: 210px;
}
.latest_head h2 {
    font-size: 22px;
    line-height: 30px;
}
.blog_content h1 {
    font-size: 22px;
    line-height: 30px;
}
.blog_content h2 {
    font-size: 18px;
    line-height: 24px;
}
.head_img {
    height: 220px;
}
.roardmap_sec ul li p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
}
.header_2 ul {
    gap: 10px 15px;
}
.pricing_12 .input_coupon {
    width: 90%;
}
}
@media(max-width:390px) {
.new_home.outer_banner_2 {
    height: 660px;
}
.newHome_cont3 {
    height: 200px;
}
.yellow_btn {
    font-size: 13px;
}
.new_home .inner_banner h3 {
    font-size: 26px;
    line-height: 34px;
}
.homeSec_21 ul li:last-child .home_22 {
    height: 320px;
}
.platform_img iframe {
    height: 218px;
}
.affiliSec_1 h1, .affiliSec_1 h3 {
    font-size: 20px;
    line-height: 30px;
}
.new_features0 {
    height: 203px;
}
.new_features.new_resources .new_resors01 h1 {
    font-size: 32px;
    line-height: 42px;
}
.new_features.new_about h2 {
    font-size: 24px;
    line-height: 32px;
}
.borderDiv2 {
    margin: 15px auto 20px;
}
.new_features.new_about img {
    margin-top: 25px;
    margin-bottom: 20px;
}
.latest_posts>ul {
    gap: 30px;
}
.new_features .latestBan111 h2 {
    font-size: 18px;
    line-height: 24px;
}
}
@media (max-width: 360px) {
.side_22 iframe {
    height: 186px;
}
.b-nav {
    padding: 20px;
}
.new_home h1, .newHome_head1 h3, .newHome_head2 h3, .newHome_head3 h3, .newHome_head4 h3, .newHome_5.indexSec_2 h3, .newHome_62 h3, .featSec_2 h3, .homeSec_21 h4 {
    font-size: 25px;
    line-height: 34px;
}
.new_home .inner_banner h3 {
    font-size: 22px;
    line-height: 30px;
}
.homeSec_para p, .featSec_2 p, .homeSec_21 p {
    font-size: 16px;
    line-height: 28px;
}
.image_box_Features {
    margin-bottom: 10px;
}
.newHome_cont2 li p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 25px;
}
.new_home .inner_banner h2 {
    font-size: 18px;
}
.read_btn img {
    width: 85px;
}
.signUp_Box button, .signUp_Box input {
    font-size: 16px;
}
.newHome_5.indexSec_2 {
    padding: 20px 0;
}
.newHome_5 .sponered_slider ul li .outer_box img {
    height: auto;
}
.button_centerAlign {
    left: 44%;
    transform: translate(-40%, 50px);
}
.lineChart_dtl ul li p span:first-child {
    width: 55%;
}
.newHome_cont3 {
    height: 187px;
}
.yellow_btn {
    font-size: 13px;
}
.slider_box {
    min-height: 400px;
}
.outer_banner.newHome_7, .outer_banner.pricingSec_1 {
    padding: 30px 0;
}
.newHome_7.pricingSec_2, .pricing_sec4 {
    padding: 30px 0;
}
.pricing_1 h1 {
    font-size: 28px;
    line-height: 37px;
}
.backtest_head h3, .backtest_head h1 {
    font-size: 28px;
    line-height: 37px;
}
.coverL_sec11 h3, .coverL_sec11 h1 {
    font-size: 26px;
    line-height: 35px;
}
.coverL_sec11 p, .coverL_sec11 h2 {
    font-size: 16px;
    line-height: 24px;
}
.coverL_sec12 {
    margin-top: 15px;
    margin-bottom: 20px;
}
.coverL_sec131 {
    margin-bottom: 20px;
}
.coverL_sec131 h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
.new_features h1 {
    font-size: 30px;
    line-height: 40px;
}
.new_features0 {
    height: 185px;
}
.new_features h1, .new_features.new_resources .new_resors01 h1 {
    margin-bottom: 10px;
}
.new_features.new_about h1 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}
.new_features.new_about h2 {
    font-size: 22px;
    line-height: 30px;
}
.empty_stock h3, .empty_stock h2 {
    font-size: 20px;
    line-height: 28px;
}
.empty_stock p {
    font-size: 16px;
    line-height: 22px;
}
.pricing_12 .input_coupon, .pricing_12 .coupon_apply {
    width: 100%;
    padding: 6px 15px;
}
}
@media (max-width:350px) {
.b-nav {
    padding: 15px;
}
.newHome_cont3 {
    height: 182px;
}
.new_home.outer_banner_2 {
    height: 620px;
}
.read_btn {
    margin-top: 20px
}
.read_btn span {
    font-size: 13px;
}
.read_btn img {
    width: 85px;
    margin-right: 0;
}
.platform_img {
    margin-top: 20px;
}
.new_home .inner_banner h3 {
    font-size: 21px;
    line-height: 28px;
}
.pricingNew2 .nav-tabs .nav-link {
    width: 144px;
}
.slider_box {
    min-height: 430px;
}
.homeSec_21 ul li:last-child .home_22 {
    height: 310px;
}
.coverL_sec11 h3, .coverL_sec11 h1 {
    font-size: 24px;
    line-height: 32px;
}
.platform_img iframe {
    height: 195px;
}
.new_features h1 {
    font-size: 28px;
    line-height: 37px;
}
.discord_cont h1, .roardmap_sec h1 {
    font-size: 22px;
    line-height: 30px;
}
.blogList_pagination ul li:nth-child(3) {
    display: none;
}
.blog_sec131, .latest_posts .blog_sec131 {
    height: 200px;
}
.new_features .latestBan111 h1, .new_features .latestBan12 h1 {
    font-size: 28px;
    line-height: 37px;
}
}
@media only screen and (max-width: 328px) {
.new_features.new_about h2 {
    font-size: 20px;
    line-height: 26px;
}
.new_features .latestBan111 h1, .new_features .latestBan12 h1 {
    font-size: 26px;
    line-height: 35px;
}
}
@media only screen and (max-width: 320px) {
.new_features0 {
    height: 170px;
}
.side_22 iframe {
    height: 164px;
}
}