/*@import url('https://fonts.cdnfonts.com/css/product-sans');*/
body {
    font-family: "Product Sans", sans-serif;
}
@font-face {
    font-family: "Product Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"),
        url("/asset/fonts/ProductSans-Regular.woff") format("woff");
}
.container-fluid {
    padding: 0px !important;
    margin: 0px !important;
}
header {
    width: 100%;
}
.phone::-webkit-inner-spin-button,
.phone::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.video-container {
    position: relative;
    width: 100%;
    padding-top: 177%;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid #ccc;
}
@media only screen and (max-width: 1150px) {
    .AliceBlue123 {
        display: none;
    }
}
/*------- Header -------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 1rem 0rem;
    background-color: #fff;
}
#header.header-scrolled {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
}
#header.header-inner-pages {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header img {
    margin-top: 18px;
}
#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    margin-right: 15px;
}
#header .logo a {
    color: #556270;
}
@media only screen and (max-width: 1000px) {
    #header {
        padding: 2rem 1rem;
    }
}
/*---------- Navigation Menu-----------*/
.navbar {
    padding: 0;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar li {
    position: relative;
}
.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0 0px 30px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    transition: 0.3s;
}
.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #1d4283;
}
.navbar .getstarted,
.navbar .getstarted:focus {
    background: #111187;
    padding: 7px 35px !important;
    margin-left: 40px;
    font-style: normal;
    border-radius: 50px;
    text-decoration: none;
    color: #fff !important;
}
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #fff !important;
    background: #4aa3df;
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}
.navbar .dropdown ul li {
    min-width: 200px;
}
.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
}
.navbar .dropdown ul a i {
    font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
    color: #d9232d;
}
.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}
/* Mobile Navigation */
.mobile-nav-toggle {
    color: #556270;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
    color: #fff;
}
@media (max-width: 1200px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(63, 73, 83, 0.9);
    transition: 0.3s;
    z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #556270;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: #1485ff;
}
.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
    visibility: visible;
    transform: scaleX(1);
}
.navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 94%;
    height: 2px;
    bottom: -6px;
    left: 18px;
    background-color: #1d4283;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
    min-width: 200px;
}
.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}
main {
    margin: 81px 0px 0px 0px;
}
.indicator_style li {
    width: 12px;
    height: 12px;
    border: 1px solid #c0bcbc;
    border-radius: 100px;
    display: block;
    cursor: pointer;
}
.indicator_style li.active {
    background: #1d4283;
}
.indicator_style {
    margin-left: 0rem !important;
    margin-right: 0px !important;
    justify-content: flex-start;
    bottom: -10px;
    display: -webkit-inline-box;
}
span.signin li {
    list-style: none;
}
.navigation {
    padding: 2rem 2rem;
    margin: inherit !important;
}
.bg-grey {
    background: greenyellow;
}
.navbar-nav {
    padding-left: 50px;
}
.nav-item {
    font-weight: 500;
    color: #000000;
}
.color-light-blue {
    color: #1d4283;
}
.platformtext {
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    color: #62666d;
}
.platformtextfirst {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0rem;
    margin-top: 1rem;
    line-height: normal;
    color: #62666d;
}
.comingtext1 {
    text-align: center;
    font-size: 9px;
    color: #62666d;
}
.comingtext {
    text-align: center;
    font-size: 9px;
    color: #62666d;
    width: 75%;
}
.color-blue {
    color: #5e92e0;
}
.color-blue-first {
    color: #071335;
    font-size: 32px;
    font-weight: 400;
}
.color-light-blue-first {
    color: #5e92e0;
    font-size: 55px;
    line-height: 70px;
    font-weight: 700;
}
@media only screen and (max-width: 1000px) {
    .platformtextfirst {
        font-size: 20px;
    }
}
/********Button********/
.navbar .getstarted,
.navbar .getstarted:focus {
    background: #5e92e0;
    padding: 8px 45px !important;
    margin-left: 117px;
    font-style: normal;
    justify-content: center;
    font-size: 16px;
    border-radius: 50px;
    text-decoration: none;
    color: #fff !important;
}
.primary-btn {
    background: #5e92e0;
    border-radius: 50px;
    font-size: 18px;
    margin-right: 12px;
    text-decoration: none;
    color: #fff !important;
    padding: 8px 25px 8px 25px;
}
.primary-btn12 {
    background: #5e92e0;
    border-radius: 50px;
    font-size: 18px;
    margin-right: 12px;
    text-decoration: none;
    padding: 12px 12px 12px 12px;
    color: #fff !important;
    padding: 8px 25px 8px 25px;
    margin-left: 44px;
}
.primary-btn12:hover {
    background: #4aa3df;
    color: #fff;
}
.primary-btn:hover {
    background: #4aa3df;
    color: #fff;
}
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #fff !important;
    background: #4aa3df;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}
.ticker {
    background-color: #fff;
    padding: 0px 10px;
    margin-right: 10px;
}
.ticker .symbol {
    color: #000;
    font-size: 11px;
}
.ticker .value {
    color: #5f9ea0;
    font-size: 10px;
}
.ticker .arrow-up {
    color: #008000;
    font-size: 11px;
}
.ticker .arrow-down {
    color: #ff0000;
    font-size: 11px;
}
@media only screen and (max-width: 600px) {
    .primary-btn12 {
        margin-left: 3rem;
        padding: 4px 20px;
    }
}
/*alphacapital */
.alphacapital {
    padding: 0rem 4rem;
}
.alphacapital h3 {
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
    color: #071335;
}
.alphacapital .icon-box h4.title {
    font-size: 22px;
    font-weight: 700;
    margin-top: 15px;
}
.alphacapital .icon-box h4.title a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.alphacapital h1 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 60px;
    margin-top: 60px;
    text-underline-offset: 5px;
    text-decoration: underline;
    color: #5e92e0;
}
.alphacapital .icon-box p.description {
    font-size: 14px;
    line-height: 20px;
    color: #dbdbdb;
}
.alphacapital .icon-box-change {
    border: 1px solid #e6e6e7;
    padding: 0px 20px;
    padding-bottom: 74px;
    transition: all ease-in-out 0.3s;
    margin-bottom: 7px;
    background-color: #f5faff;
    border-radius: 14px;
}
.alphacapital .icon-box-change:hover {
    background-color: #1c4384;
    color: #fff !important;
}
.alphacapital .icon-box-change:hover img {
    mix-blend-mode: plus-lighter;
}
.alphacapital .icon-box-change h4.title {
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
}
.alphacapital .icon-box-change h4.title a {
    text-decoration: none;
    color: currentColor;
    font-size: 14px;
    font-weight: 700;
}
.alphacapital .icon-box-change p.description {
    font-size: 14px;
    line-height: 21px;
    color: currentColor;
}
@media only screen and (max-width: 850px) {
    .alphacapital h3 {
        font-size: 30px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
.heading_sizing1 {
    font-size: 55px;
    color: #4aa3df;
    font-weight: 700;
}
.heading_sizing {
    font-size: 45px;
    margin-top: 15%;
    color: #4aa3df;
    font-weight: 700;
}
@media only screen and (max-width: 850px) {
    .heading_sizing {
        font-size: 30px;
        margin-top: 0%;
    }
    .heading_sizing1 {
        font-size: 36px;
        margin-top: 0%;
    }
    .color-blue-first {
        font-size: 36px;
    }
}
.slideboxes {
    float: left;
    width: 25%;
}
/*InformedDecisions*/
.InformedDecisions h3 {
    font-weight: 700;
    font-size: 30px;
}
.InformedDecisions .icon-box h4.title {
    font-size: 22px;
    font-weight: 700;
}
.InformedDecisions .icon-box h4.title a {
    text-decoration: none;
    color: #eeeeee;
    font-size: 20px;
    font-weight: 900;
}
.InformedDecisions .icon-box p.description {
    font-size: 14px;
    line-height: 20px;
    color: #dbdbdb;
}
.InformedDecisionsimg {
    margin-right: -20px;
    float: right;
    width: 91%;
}
.InformedDecisions .icon-box {
    border: 0px solid #e6e6e7;
    padding: 12px 20px;
    margin-bottom: 7px;
    color: #c6c6c6;
    padding-bottom: 85px;
    background-color: #091529;
    border-radius: 14px;
}
.InformedDecisions .icon-box-change {
    border: 1px solid #e6e6e7;
    padding: 12px 20px;
    padding-bottom: 72px;
    background-color: #fff;
    margin-bottom: 7px;
    border-radius: 8px;
}
.InformedDecisions .icon-box-change h4.title {
    font-size: 22px;
    font-weight: 700;
}
.InformedDecisions .icon-box-change h6 {
    color: #81858a;
    font-size: 12px;
    margin-top: 40px;
}
.InformedDecisions .icon-box-change h4.title a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
.InformedDecisions .icon-box-change ul {
    font-size: 13px;
    color: #81858a;
    padding-left: 1rem;
    line-height: 22px;
    margin-bottom: 0rem;
}
.InformedDecisions .icon-box-change p.description {
    font-size: 13px;
    line-height: 28px;
    color: #81858a;
}
.quicksize {
    font-size: 13px;
    line-height: 33px;
    padding-left: 1rem;
    margin-bottom: 0rem;
}
.slideboxes {
    float: left;
    width: 25%;
}
/*Testimonials */
.testimoials {
    padding: 2rem 5rem;
}
.testimoials1 {
    padding: 2rem 3rem;
}
.testimoialsback {
    background-color: #f9fbfe;
    border-radius: 20px;
}
.testimoial1sback {
    background-color: #fafafa;
    border-radius: 20px;
}
.testimoials .icon-box1 {
    background-color: #ffffff;
    box-shadow: 0px 30px 60px rgba(121, 121, 121, 0.08);
    border-radius: 10px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.slide_testimonals {
    margin-left: -75px;
    margin-right: -75px;
}
.testimoials1 .icon-box1 {
    background-color: #ffffff;
    box-shadow: 0px 30px 60px rgba(121, 121, 121, 0.08);
    border-radius: 10px;
    height: 14rem;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.testimoials p {
    font-size: 19px;
    margin-bottom: 0rem;
    color: #111827;
    font-family: Product Sans, sans-serif;
    padding: 16px 26px;
    width: 90%;
}
.testimoials1 p {
    font-size: 17px;
    margin-bottom: 0rem;
    color: #111827;
    font-family: Product Sans, sans-serif;
    padding: 16px 26px;
    width: 90%;
}
.testimoials img {
    border: 1px solid #ccc;
    background-color: #e3e3e3;
    padding: 9px 11px;
    font-family: "Product Sans", sans-serif;
    border-radius: 100px;
    margin-right: 15px;
    margin-left: 26px;
    float: left;
}
.testimoials1 img {
    border: 1px solid #ccc;
    background-color: #e3e3e3;
    padding: 9px 11px;
    font-family: "Product Sans", sans-serif;
    border-radius: 100px;
    margin-right: 15px;
    margin-left: 26px;
    float: left;
}
.testimoials h3 {
    font-size: 16px;
    color: #272d3e;
    margin-bottom: 0rem;
    font-weight: 500;
}
.testimoials1 h3 {
    font-size: 16px;
    color: #272d3e;
    margin-bottom: 0rem;
    font-weight: 500;
}
.testimoials h4 {
    font-size: 13px;
    color: #272d3ecc;
    font-weight: 500;
    display: contents;
}
.testimoials1 h4 {
    font-size: 13px;
    color: #272d3ecc;
    font-weight: 500;
    display: contents;
}
.testimoials h1::before {
    content: "";
    width: 30px;
    height: 2px;
    display: inline-block;
    background: #111827;
    margin: 4px 10px;
}
.testimoials h1 {
    font-size: 15px;
    color: #111827;
    margin: 0 183px;
}
.testimoials h2 {
    margin: 0 192px;
    color: #111827f2;
    float: left;
    font-weight: 400;
    width: 20%;
}
.testimoials h6 {
    font-size: 18px;
    width: 92%;
    color: #111827;
    font-weight: 400;
}
.testimoials1 h1::before {
    content: "";
    width: 30px;
    height: 2px;
    display: inline-block;
    background: #111827;
    margin: 4px 10px;
}
.testimoials1 h1 {
    font-size: 15px;
    color: #111827;
    margin: 0 183px;
}
.testimoials1 h2 {
    margin: 0 192px;
    color: #111827f2;
    float: left;
    font-weight: 400;
    width: 20%;
}
.testimoials1 h6 {
    font-size: 18px;
    width: 92%;
    color: #111827;
    font-weight: 400;
}
.phone {
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    padding: 10px;
    font-size: 15px;
    width: 80%;
    background-color: unset;
}
.phone_quick {
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    padding: 10px;
    font-size: 15px;
    background-color: unset;
}
.intl-tel-input {
    margin-top: 16px;
}
.phone_padding {
    padding-top: 16px;
}
.intl-tel-input .selected-flag .iti-arrow {
    margin-top: 19px;
    right: 6px;
    width: 0;
    height: 0;
    position: initial;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}
@media (max-width: 800px) {
    .numbercountry {
        position: relative;
        display: inline-block;
        margin-left: 3rem;
    }
    .number_count {
        margin-left: 55px;
        color: #ccc;
    }
    .phone_padding {
        padding-top: 0px;
    }
    .slide_testimonals {
        margin-left: -0px;
        margin-right: -0px;
    }
    .testimoials1 .icon-box1 {
        height: 19rem;
    }
    .numbercountry {
        margin-bottom: 22px;
    }
}
.phonenumber {
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 12px;
}
.phonenumberchange {
    border: none;
    outline: none;
    border-bottom: 1px solid #b7b7b7;
    background: unset;
    padding: 12px;
}
/*country name */
.intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    width: 371%;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
}
.intl-tel-input.separate-dial-code .selected-flag {
    background: none;
}
.data-tabname {
    text-align: center;
}
/*Boxes Slider */
.box-1boxes {
    border: 0.51016px solid #e6e6e7;
    padding: 8px 30px;
    border-radius: 10px;
}
.box-1boxeschange {
    border: 0.51016px solid #e6e6e7;
    padding: 8px 30px;
    border-radius: 10px;
}
.box-12boxes {
    border: 0.51016px solid #e6e6e7;
    padding: 8px 30px;
    margin: 0 100px;
    border-radius: 10px;
}
.box-1boxesback {
    background-color: #fafcfe;
    padding: 8px 30px;
    border-radius: 10px;
}
.boxesslide {
    gap: 60px;
}
.coming {
    font-size: 12px;
}
@media (max-width: 575px) {
    .box-1boxes {
        padding: 0px;
    }
}
@media (max-width: 575px) {
    .boxesslide {
        gap: 0px;
    }
}
@media (max-width: 575px) {
    .box-12boxes {
        margin: 0px;
        padding: 0px 8px;
        margin-left: 60px;
    }
}
.border-bottom12 {
    margin-top: 21px;
    border-bottom: 1px solid #e6e6e7;
}
/*********why Choose Newpage***********/
.whychoose .title a {
    color: #000;
    font-weight: 700;
    text-decoration: none;
    font-size: 24px;
}
.whychoose ul {
    padding-left: 1rem;
    margin-top: 12px;
    color: #737578;
    width: 90%;
    font-size: 18px;
}
.whychoose1 ul {
    color: #737578;
    padding-left: 1rem;
    margin-top: 12px;
    font-size: 18px;
}
.whychoose1 .title a {
    color: #000;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
}
.whychoose2 p {
    color: #737578;
    font-size: 18px;
    width: 90%;
    margin-top: 12px;
}
.informedicon {
    margin-top: 22%;
}
.informedicon1 {
    margin-top: 22%;
}
.whychoose2 .title a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
}
.whychoose3 p {
    color: #737578;
    font-size: 18px;
    margin-top: 12px;
}
.whychoose3 .title a {
    color: #000;
    font-size: 24px;
    text-decoration: none;
    font-weight: 700;
}
.imageicon12 {
    float: right;
}
.imageicon123 {
    float: right;
    margin-top: 30px;
}
.imageicon1234 {
    float: right;
    margin-top: 60px;
}
.imageicon12345 {
    float: right;
    margin-top: 90px;
}
@media only screen and (max-width: 1000px) {
    .whychoose ul {
        font-size: 18px;
    }
    .whychoose1 ul {
        font-size: 19px;
    }
    .whychoose2 p {
        font-size: 18px;
        width: 100%;
    }
    .whychoose3 p {
        font-size: 19px;
    }
}
/**********risk route**************/
.mainriskroute {
    background-image: url(../img/riskrouteimg.svg);
    transform: scaleX(-1);
    padding-top: 170px;
    background-size: cover;
    height: 665px;
}
.risk_section {
    transform: scaleX(-1);
    color: #fff;
    margin-left: 30rem;
    height: 415px;
    /* padding-bottom: 76px; */
    margin-top: 80px;
    background: #4a658d;
    border-radius: 0px 219.774px 0px 0px;
}
.mainriskroute h1 {
    padding: 50px 48px;
    font-size: 38px;
    padding-top: 54px;
    padding-bottom: 16px;
    font-weight: 700;
    margin-bottom: 0rem;
}
.mainriskroute p {
    width: 585px;
    font-size: 22px;
    color: #e3e3e3;
    margin-bottom: 0rem;
    padding: 0 48px;
}
@media only screen and (max-width: 1150px) {
    .risk_section {
        margin-left: 0rem;
        margin-right: 0rem;
        padding-bottom: 48px;
    }
    .mainriskroute p {
        width: 368px;
        font-size: 18px;
        padding: 0 3rem;
    }
    .mainriskroute h1 {
        padding: 34px 3rem;
        font-size: 25px;
    }
}
/**********InformedDecisionsindex***************/
.InformedDecisionsindex {
    padding: 0rem 15px;
    background-color: #fff;
}
.InformedDecisionsindex h3 {
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 0rem;
    text-align: center;
    font-size: 38px;
    color: #071335;
}
.InformedDecisionsindex p {
    color: #81858a;
    font-size: 22px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 75px;
}
@media only screen and (max-width: 1000px) {
    .InformedDecisionsindex h3 {
        font-size: 30px;
        margin-top: 40px;
    }
    .InformedDecisionsindex p {
        font-size: 20px;
        margin-bottom: 60px;
    }
}
/**********InformedDecisions12***************/
.InformedDecisions12 {
    padding: 0rem 15px;
    background-color: #fff;
}
.InformedDecisions12 h3 {
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 0rem;
    text-align: center;
    font-size: 38px;
    color: #071335;
}
.InformedDecisions12 p {
    color: #81858a;
    font-size: 22px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 100px;
}
/**********Onboarding-process**************/
.Onboarding-process {
    padding: 2rem 0rem;
    background-color: #f9fbfe;
    border-top: 1px solid #e1e1e2;
    background-image: url(../img/hassleimgback.svg);
}
.Onboarding-process h3 {
    font-weight: 700;
    font-size: 38px;
    color: #071335;
    margin-bottom: 0rem;
}
.Onboarding-process p {
    color: #81858a;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 80px;
}
.numbercount1 {
    border-radius: 100px;
    padding: 7px 7px;
    float: left;
    margin-right: 33px;
    text-align: center;
    position: absolute;
    margin-top: 10px;
    width: 7%;
    font-size: 19px;
    background: #b9ffce;
}
.countnumber1 {
    padding: 20px;
}
.alliedbox1 {
    background-color: #f5fff8;
    border-radius: 10px;
}
.numbercountnew {
    border-radius: 100px;
    padding: 7px 7px;
    float: left;
    margin-right: 33px;
    text-align: center;
    position: absolute;
    margin-top: 10px;
    width: 7%;
    font-size: 19px;
    background: #ffbaba;
}
.countnumbernew {
    padding: 20px;
}
.vestingcard {
    background-color: #fff5f5;
    border-radius: 10px;
}
.numbervalue {
    border-radius: 100px;
    padding: 7px 7px;
    float: left;
    margin-right: 33px;
    text-align: center;
    position: absolute;
    margin-top: 10px;
    width: 7%;
    font-size: 19px;
    background: #acacff;
}
.countvalue {
    padding: 20px;
}
.signature {
    background-color: #f5f5ff;
    border-radius: 10px;
}
@media only screen and (max-width: 600px) {
    .Onboarding-process {
        padding: 2rem 1rem;
    }
    .Onboarding-process p {
        font-size: 20px;
    }
    .Onboarding-process h3 {
        font-size: 30px;
    }
}
/*---------- Scroll top button------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #1d4283;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
}
.scroll-top i {
    font-size: 18px;
    color: #fff;
    line-height: 0;
}
.scroll-top:hover {
    background: #5e92e0;
    color: #fff;
    text-decoration: none;
}
.scroll-top.active {
    visibility: visible;
    opacity: 1;
}
/***********Quickhassle***************/
.Quickhassle {
    background-color: #f9fbfe;
    border-top: 1px solid #cccccc59;
    padding-bottom: 90px;
    background-image: url(../img/hassleimgback.svg);
    border-bottom: 1px solid #cccccc59;
}
.needtext {
    color: #5b5c5f;
    font-size: 22px;
    margin-top: 35px;
    margin-bottom: 17px;
}
.Quickhassle h3 {
    font-weight: 700;
    font-size: 38px;
    margin-top: 65px;
    text-align: center;
    margin-bottom: 0rem;
    color: #071335;
}
.Quickhassle p {
    color: #5b5c5f;
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 0rem;
}
.Mobilebox {
    background-color: #f9f5ff;
    border-radius: 10px;
}
.Cnicbox {
    background-color: #fffaf5;
    border-radius: 10px;
    height: 100px;
}
.Checkbox {
    background-color: #fcfff5;
    border-radius: 10px;
    height: 100px;
}
.Cardbox {
    background-color: #f0f5fd;
    border-radius: 10px;
    height: 100px;
    margin-top: 70px;
}
.countnumber {
    padding: 23px 0px;
}
.numbercount {
    border-radius: 100px;
    padding: 7px 7px;
    float: left;
    margin-right: 33px;
    text-align: center;
    position: absolute;
    margin-top: 10px;
    width: 7%;
    font-size: 19px;
    background: #d9bfff;
}
.numbercount2 {
    border-radius: 100px;
    padding: 7px 7px;
    float: left;
    margin-right: 33px;
    text-align: center;
    position: absolute;
    margin-top: 10px;
    width: 7%;
    font-size: 19px;
    background: #ffdbb7;
}
.numbercount3 {
    border-radius: 100px;
    padding: 7px 7px;
    float: left;
    text-align: center;
    position: absolute;
    margin-top: 10px;
    width: 7%;
    font-size: 19px;
    background: #d8f29c;
}
.numbercount4 {
    border-radius: 100px;
    padding: 7px 7px;
    float: left;
    text-align: center;
    position: absolute;
    margin-top: 10px;
    width: 7%;
    font-size: 19px;
    background: #b1d0fe;
}
.one_count {
    font-size: 15px;
    color: #071335;
}
.two_count {
    font-size: 15px;
    color: #071335;
}
.three_count {
    font-size: 15px;
    color: #071335;
}
.four_count {
    font-size: 15px;
    color: #071335;
}
.imagesection {
    width: 28%;
    float: right;
}
.imagesectionchange {
    margin-top: -2rem;
    width: 27%;
    float: right;
}
.mobiletext {
    color: #071335;
    font-size: 22px;
    margin-left: 60px;
    margin-bottom: 0rem;
}
.paragraphlink {
    margin-top: 50px;
    width: 50%;
    padding-left: 0px;
    margin-bottom: 25px;
}
.paragraphlink span {
    font-size: 18px;
    color: #5b5c5f;
}
.paragraphlink span a {
    font-style: normal;
    color: #5e92e0;
    text-decoration: none;
}
@media only screen and (max-width: 1150px) {
    .paragraphlink {
        width: unset;
    }
}
@media only screen and (max-width: 1150px) {
    .countnumber {
        padding: 0px;
    }
    .Quickhassle {
        padding: 1rem 1rem;
    }
    .numbercount {
        width: 11%;
    }
    .numbercount1 {
        width: 11%;
    }
    .numbercountnew {
        width: 11%;
    }
    .numbervalue {
        width: 11%;
    }
    .numbercount2 {
        width: 11%;
    }
    .numbercount3 {
        width: 11%;
    }
    .numbercount4 {
        width: 11%;
    }
    .needtext {
        font-size: 20px;
    }
    .Onboarding-process {
        padding: 2rem 2rem;
    }
    .Cnicbox {
        height: 150px;
    }
    .Checkbox {
        height: 160px;
    }
    .Cardbox {
        height: 215px;
    }
    .imagesection {
        position: relative;
        float: unset;
    }
    .imagesectionchange {
        position: relative;
        margin-top: 0rem;
        float: unset;
        width: 42%;
    }
    .Quickhassle h3 {
        font-size: 30px;
        margin-top: 30px;
    }
    .Quickhassle p {
        font-size: 20px;
    }
}
/**********Transparent *************/
.Transparent {
    font-family: "Product Sans", sans-serif;
    padding-left: 10rem;
    color: #000;
}
@media screen and (max-width: 640px) {
    .Transparenttext img {
        border: 1px solid #ccc;
        background-color: #1d4283;
        padding: 9px 11px;
        font-family: "Product Sans", sans-serif;
        border-radius: 100px;
        margin-right: 22px;
        margin-bottom: 15px;
    }
    .Transparent {
        padding-left: 0rem;
    }
}
@media screen and (max-width: 500px) {
    .Transparent {
        padding-left: 0rem;
    }
}

/*************myCarousel2**************/
#myCarousel_two {
    margin: 10px 16px;
}
.carousel-inner-two {
    overflow: unset;
}
.slider_main {
    transition: all ease-in-out 0.3s;
    background-color: #f5faff;
    padding: 25px;
    height: 27rem;
    border-radius: 25px;
}
.slider-main1 {
    transition: all ease-in-out 0.3s;
    background-color: #f9f5ff;
    padding: 25px;
    height: 27rem;
    border-radius: 25px;
}
.slider-main2 {
    transition: all ease-in-out 0.3s;
    background-color: #fffaf5;
    padding: 25px;
    height: 27rem;
    border-radius: 25px;
}
.sliderboximages1 {
    margin-top: 1rem;
}
.sliderboximages2 {
    margin-top: 2rem;
}
.sliderboximages3 {
    margin-top: 3rem;
}
.sliderboximages4 {
    margin-top: 3rem;
}
.slider-main3 {
    transition: all ease-in-out 0.3s;
    background-color: #fcfff5;
    padding: 25px;
    height: 27rem;
    border-radius: 25px;
}
.swiper-button-pre {
    color: #fff;
    margin-left: -3rem;
    position: absolute;
    background: #2a82c1;
    margin-top: 12rem;
    border-radius: 100px;
    padding: 5px 9px;
}
.swiper-button-nex {
    float: right;
    margin-top: 12rem;
    margin-right: -3rem;
    background: #2a82c1;
    color: #fff;
    border-radius: 100px;
    padding: 5px 9px;
}
@media screen and (max-width: 600px) {
    .sliderboximages2 {
        margin-top: 1rem;
    }
    .sliderboximages3 {
        margin-top: 1rem;
    }
    .sliderboximages4 {
        margin-top: 1rem;
    }
}
#myCarousel_two .carousel-control-prev,
.carousel-control-next {
    margin: 180px -45px;
    border-radius: 50px;
}
.carousel-control-next {
    right: 12px;
}
.carousel-control-prev {
    left: -35px;
}
/********myCarousel*********/
#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel h4 {
    font-size: 50px;
    color: #000;
    margin-top: 16%;
    line-height: 60px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    font-weight: 700;
}
#myCarousel h3 {
    font-size: 45px;
    color: #000;
    margin-bottom: 44px;
    margin-top: 40px;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 700;
    text-align: center;
}
.nopadding {
    margin: 0px;
    padding: 0px;
}
#myCarousel .carousel-item h4 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
#myCarousel .carousel-item p {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
#myCarousel .carousel-item a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
#myCarousel .carousel-item .mask img {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    display: block;
    height: auto;
    max-width: 100%;
}
#myCarousel h4,
#myCarousel p,
#myCarousel a,
#myCarousel .carousel-item .mask img {
    -webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel .container {
    max-width: 1430px;
}
#myCarousel .carousel-item {
    height: 100%;
    min-height: 590px;
}
.carousel-control-next,
.carousel-control-prev {
    height: 40px;
    width: 40px;
    padding: 12px;
    border-radius: 100px;
    bottom: auto;
    transform: translateY(-50%);
    background-color: #5e92e0;
    margin-top: 105px;
}
.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
@media only screen and (max-width: 550px) {
    #myCarousel h4 {
        margin-top: 0px;
    }
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1;
}
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
    opacity: 0;
}
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-left.active,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item-prev.active,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@media only screen and (max-width: 850px) {
    .firstslidemobile {
        margin: auto;
    }
    .swiper-button-nex {
        float: right;
        margin-top: 11rem;
        margin-right: -2rem;
        background: #2a82c1;
        color: #fff;
        border-radius: 100px;
        padding: 5px 9px;
    }
    .swiper-button-pre {
        color: #fff;
        margin-left: -2rem;
        position: absolute;
        background: #2a82c1;
        margin-top: 11rem;
        border-radius: 100px;
        padding: 5px 9px;
    }
}
/*---------- Download --------*/
.download {
    padding: 10px 0;
}
.download .heading {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 26px;
}
.download h3 {
    font-weight: 600;
    font-size: 25px;
    margin-top: 25%;
    color: #071335;
}
.download .onetext {
    margin-left: 30%;
    font-size: 33px;
    color: #2e2e2e;
    font-weight: 700;
    width: 47%;
}
.download .onetext1 {
    margin-left: 30%;
    font-size: 33px;
    color: #2e2e2e;
    font-weight: 700;
    width: 51%;
}
.download ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}
.download ul li + li {
    margin-top: 10px;
}
.download ul li {
    position: relative;
    padding-left: 26px;
}
.download ul i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #3498db;
}
.download .icon-boxes {
    padding-top: 10px;
}
.download .icon-boxes h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}
.download .icon-boxes i {
    font-size: 48px;
    color: #3498db;
}
.download .icon-boxes p {
    font-size: 15px;
    color: #848484;
}
.download .image-preview {
    margin-top: 80px;
}
@media only screen and (max-width: 1000px) {
    .download h3 {
        margin-top: 0%;
    }
}
/*-------- AlphaAnalystNewCode ---------*/
.alphacapitalsectionnew2 {
    border-radius: 0px 260px 260px 0px;
    background: #f0eafa;
    padding: 7rem 0;
}
.alphacapitalsectionnew3 {
    border-radius: 0px 0px 130px 0px;
    background: #fff5f5;
    padding: 5rem 0;
}
.alphacapitalsectionnewEducational3 {
    border-radius: 0px 0px 130px 0px;
    background: #fff5f5;
    padding: 7rem 0;
}
.alphacapitalsectionnewTrack3 {
    border-radius: 0px 0px 130px 0px;
    background: #fff5f5;
    padding: 7rem 0;
}
.alphacapitalsectionnewSecurity4 {
    background: #effcda;
    padding: 5rem 0;
}
.alphacapitalsectionnew4 {
    border-radius: 0px 260px 260px 0px;
    background: #effcda;
    padding: 7rem 0;
}
.alphacapitalsectionnew1 {
    border-radius: 0px 0px 130px 0px;
    background: #f8fafb;
    padding: 7rem 0;
}
.mainmargin1 {
    padding-left: 13%;
}
.alphaheadingtext {
    color: #2e2e2e;
    font-size: 36px;
    line-height: 40.88px;
    margin-bottom: 0rem;
    font-weight: 700;
}
.mobile_security {
    width: 45%;
}
.onboradingstyle {
    color: #071335;
    font-size: 48px;
    line-height: 50.88px;
    margin-top: 74px;
    padding: 0 10px;
    margin-bottom: 1rem;
    font-weight: 700;
}
.alphaimagesize {
    width: 328px;
    height: 473.18px;
    margin-left: 12rem;
}
.alphaimagesize1 {
    width: 45%;
    height: 433px;
}
.alphaimagesize2 {
    width: 93%;
    height: 433px;
}
.alphaimagesize12 {
    width: 636.44px;
    height: 433px;
    margin-left: 22%;
}
.alphaimagesizing {
    width: 65%;
    height: 433px;
}
.alphaimagesizing12 {
    max-width: 140%;
    margin-left: -11rem;
    margin-top: -5rem;
}
.alpha_analysit_size {
    width: 50%;
    padding-left: 93px;
}
.alphaimagesizechange {
    width: 30rem;
}
@media only screen and (max-width: 1000px) {
    .alphaimagesizing12 {
        max-width: 100%;
        margin-top: 0rem;
        margin-left: 0rem;
    }
    .alphaimagesize2 {
        height: 150px;
    }
    .alpha_analysit_size {
        width: 100%;
        padding-left: 0px;
    }
    .alphaimagesize1 {
        width: 92%;
        /*height: 16rem*/
    }
    .alphaimagesizing {
        width: 92%;
    }
    .mobile_security {
        width: 92%;
    }
}
@media only screen and (max-width: 800px) {
    .mainmargin1 {
        padding: 2rem;
    }
    .mainmargin {
        padding: 2rem;
    }
    .alphaimagesize12 {
        margin-left: 0px;
    }
}
/*--------- AlphaAnalyst ---------*/
.AlphaAnalystlight {
    padding: 8rem 0rem;
    background-color: #f8fafb;
}
.AlphaAnalystgrey {
    background-image: url(../img/Comprehensive_Market_nalysis.svg);
    padding: 1rem 9rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}
.AlphaAnalystgreysecond {
    background-image: url(../img/AlphaAnalystgreysecond.svg);
    padding: 0rem 10rem;
    background-size: 112% 100%;
    background-repeat: no-repeat;
    padding-bottom: 36px;
    background-color: #f0eafa;
}
.AlphaAnalystlightpink {
    padding: 0rem 10rem;
    background-size: 100% 100%;
    padding-bottom: 178px;
    background-image: url(../img/Financial_Summary.svg);
}
.AlphaAnalystgreen12 {
    padding: 11rem 1rem;
    background-color: #f0eafae5;
}
.AlphaAnalystlightpinksecond {
    padding: 0rem 9rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 25px;
    background-image: url(../img/valutionchartsimg.svg);
}
.AlphaAnalystgreen {
    padding: 0rem 9rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 160px;
    background-image: url(../img/AlphaAnalystgreen.svg);
}
.AlphaAnalystgreensecond {
    padding: 0rem 6rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 140px;
    background-image: url(../img/AlphaAnalystgreensecond.svg);
}
.AlphaRatio {
    padding: 0rem 10rem;
    background-size: 112% 102%;
    background-repeat: no-repeat;
    padding-bottom: 48px;
    background-image: url(../img/marketingratioimg.svg);
}
.AlphaRatiosecond {
    padding: 0rem 6rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 0rem;
    background-image: url(../img/AlphaRatiosecond.svg);
}
.imagesize1 {
    max-width: 65rem;
    margin-left: -4rem;
}
.alphacapitalsectionchange {
    border-radius: 0px 260px 260px 0px;
    background: #f0eafa;
    z-index: 1;
}
.alphasectionComprehensive {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.alphasectionrealtive {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.alphasectionsector {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.alphasectionbusiness {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.alphasection2 {
    padding: 6rem;
}
.alphasectionFinancial {
    padding-top: 4rem;
}
.imagesizechanging {
    max-width: 65rem;
}
.marketingimage {
    max-width: 57rem;
    margin-left: -16rem;
}
.alphaheading1 {
    color: #5e92e0;
    font-size: 24px;
    padding-bottom: 12px;
    margin-bottom: 0rem;
    font-weight: 700;
}
.alphaanalystsection p {
    color: #62666d;
    font-size: 24px;
    margin-bottom: 5px;
}
.alphaanalystsection {
    padding-left: 100px;
}
.trynowbtn {
    background: #5e92e0;
    color: #fff;
    font-size: 19px;
    margin-top: 30px;
    border: none;
    border-radius: 10px;
    outline: none;
    padding: 8px 22px;
}
.trynowbtn:hover {
    background-color: #1485ff;
}
.arrowright {
    padding-left: 12px;
}
.imagesizechart {
    margin-left: 7rem;
}
.imagesizechart1 {
    margin-left: 22%;
    margin-top: 6rem;
}
.alphastaytext {
    color: #62666d;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 0rem;
    width: 97%;
    font-weight: 400;
}
.aplha_sect {
    background: #f0eafa;
}
.aplha_sect1 {
    background-color: #fff5f5;
}
.aplha_sect2 {
    background-color: #effcda;
}
.aplha_sect3 {
    background-color: #f8fafb;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.aplha_sect4 {
    background: #f0eafa;
}
.aplha_sect5 {
    background: #fff5f5;
}
.aplha_sect6 {
    background: #effcda;
}
.aplha_sect7 {
    background: #f8fafb;
    padding: 10rem 1rem;
}
.alphaanalystsec {
    border-radius: 0px 260px 260px 0px;
    background: #f0eafa;
    padding-right: 30px;
    margin-top: 11rem;
    margin-bottom: 18rem;
}
.locationmapsize1 {
    margin-left: -6rem;
}
@media only screen and (max-width: 1200px) {
    .AlphaAnalystlight {
        padding: 5rem 1rem;
    }
    .aplha_sect {
        height: 60rem;
    }
    .aplha_sect1 {
        height: 50rem;
    }
    .aplha_sect2 {
        height: 46rem;
    }
    .aplha_sect3 {
        height: 48rem;
    }
    .aplha_sect4 {
        height: 48rem;
    }
    .aplha_sect5 {
        height: 60rem;
    }
    .aplha_sect6 {
        height: 48rem;
    }
    .aplha_sect7 {
        height: 42rem;
        padding: 3rem 1rem;
    }
    .imagesizechanging {
        max-width: 22rem;
    }
    .marketingimage {
        max-width: 29rem;
    }
    .AlphaAnalystgreen {
        padding: 0rem 1rem;
        background-size: contain;
        padding-bottom: 0rem;
        background-repeat: no-repeat;
    }
    .alphaheading1 {
        font-size: 18px;
    }
    .alphastaytext {
        font-size: 18px;
        margin-bottom: 0rem;
    }
    .alphaanalystsection {
        padding-left: 0px;
    }
    .industry_width {
        width: auto;
    }
    .AlphaAnalystgreysecond {
        padding: 0rem 1rem;
        background-size: contain;
        padding-bottom: 0rem;
        background-repeat: no-repeat;
    }
    .AlphaAnalystgrey {
        padding: 0rem 1rem;
        background-size: contain;
        padding-bottom: 0rem;
        background-repeat: no-repeat;
    }
    .AlphaAnalystlightpinksecond {
        padding: 0rem 1rem;
        background-size: contain;
        padding-bottom: 0rem;
        background-repeat: no-repeat;
    }
    .AlphaRatiosecond {
        padding: 0rem 1rem;
        background-size: contain;
        padding-bottom: 0rem;
        background-repeat: no-repeat;
    }
    .AlphaAnalystgreensecond {
        padding: 0rem 1rem;
        background-size: contain;
        padding-bottom: 0rem;
        background-repeat: no-repeat;
    }
    .AlphaAnalystgreen12 {
        padding: 0rem 1rem;
        padding-bottom: 3rem;
    }
    .AlphaAnalystlightpink {
        padding: 0 1rem;
        background-size: contain;
        padding-bottom: 0rem;
        background-repeat: no-repeat;
    }
    .AlphaRatio {
        padding: 0 1rem;
        background-size: contain;
        padding-bottom: 0rem;
        background-repeat: no-repeat;
    }
}
/*---------- AlphaAnalystCapital ---------*/
.AlphaAnalyst {
    background-color: #f0eafae5;
    padding: 8px 34px;
    height: 91%;
    padding-bottom: 24px;
    width: 110%;
}
.AlphaAnalyst1 {
    background-color: #fff5f5;
    padding: 1px 27px;
    margin: 49px -8px;
    height: 85%;
    width: 100%;
}
.AlphaAnalystrelative {
    background-color: #fff5f5;
    padding: 20px 27px;
    margin: 49px -8px;
    height: 85%;
    width: 100%;
}
.AlphaAnalystrelative h2 {
    color: #2e2e2e;
    font-size: 34px;
    line-height: 38.88px;
    margin-top: 24px;
    margin-bottom: 24px;
    font-weight: 700;
}
.AlphaAnalyst2 {
    background-color: #effcdae5;
    padding: 20px 27px;
    margin: 102px 0px 0px 0px;
    height: 78%;
    width: 98%;
}
.AlphaAnalyst3 {
    background-color: #f8fafbe5;
    padding: 20px 27px;
    margin: 110px 0px 0px 0px;
    height: 80%;
    width: 98%;
}
.AlphaAnalystTechnical {
    background-color: #f8fafbe5;
    padding: 20px 27px;
    height: 100%;
    width: 98%;
}
.AlphaAnalystTechnical h2 {
    color: #2e2e2e;
    font-size: 34px;
    line-height: 38.88px;
    margin-bottom: 0rem;
    font-weight: 700;
}
.AlphaAnalyst h1 {
    color: #071335;
    font-size: 48px;
    padding-bottom: 15px;
    margin-left: 40px;
    margin-bottom: 0rem;
    margin-top: 4rem;
    font-weight: 700;
}
.staytext {
    color: #62666d;
    font-size: 24px;
    margin-top: 30px;
    font-weight: 400;
    padding: 0 40px;
}
.alphacapitalsection1 {
    border-radius: 0px 0px 130px 0px;
    background: #f8fafb;
    margin-top: 4rem;
    margin-bottom: 3rem;
}
.alphacapitalsectionchange {
    background: #f8fafb;
    padding: 20px 27px;
    margin: 58px 0px 0px 0px;
    height: 80%;
    width: 98%;
}
.alphacapitalsection2 {
    border-radius: 0px 260px 260px 0px;
    background: #f0eafa;
    padding: 7rem 0;
    z-index: 1;
}
.alphacapitalsection3 {
    border-radius: 0px 0px 130px 0px;
    background: #fff5f5;
}
.personalert {
    border-radius: 0px 0px 130px 0px;
    background: #fff5f5;
    padding-right: 30px;
    margin-bottom: 52px;
}
.locationmapsize {
    margin-left: -8rem;
}
.imagesize {
    margin-left: 14rem;
    margin-top: 6rem;
}
.imagesizechange {
    margin-left: 9rem;
}
.alphacapitalsection4 {
    border-radius: 0px 260px 260px 0px;
    background: #effcda;
    padding-bottom: 55px;
    margin-top: 6rem;
    padding-right: 30px;
    margin-bottom: 88px;
}
.alphacapitalsection7 {
    border-radius: 0px 260px 260px 0px;
    background: #effcda;
    margin-bottom: 8rem;
}
.alphacapitalsection5 {
    border-radius: 0px 260px 260px 0px;
    background: #f0eafa;
    padding-bottom: 55px;
    padding-right: 30px;
    margin-bottom: 88px;
}
.alphacapitalsection6 {
    border-radius: 0px 0px 130px 0px;
    background: #fff5f5;
    padding-right: 30px;
    margin-bottom: 90px;
}
.listtext1 {
    color: #62666d;
    font-size: 24px;
    width: 430px;
}
.listtextchange12 {
    color: #62666d;
    font-size: 24px;
    width: 422px;
}
.listtextchange12 li {
    margin-left: 30px;
}
.listtext1 li {
    margin-left: 30px;
}
.listtextchange li {
    margin-left: 30px;
}
.listtextchange {
    color: #62666d;
    width: 410px;
    padding-left: 20px;
    font-size: 22px;
}
.listtext2 {
    color: #62666d;
    font-size: 24px;
    width: 412px;
    margin-top: 30px;
    margin-left: 26px;
}
.tradingchange {
    color: #62666d;
    font-size: 24px;
    width: 418px;
    margin-top: 30px;
    margin-left: 30px;
}
.AlphaAnalyst h2 {
    color: #2e2e2e;
    font-size: 34px;
    line-height: 38.88px;
    margin-top: 24px;
    margin-bottom: 24px;
    font-weight: 700;
}
.AlphaAnalyst1 h2 {
    color: #2e2e2e;
    font-size: 34px;
    line-height: 38.88px;
    margin-top: 24px;
    margin-bottom: 24px;
    font-weight: 700;
}
.AlphaAnalyst2 h2 {
    color: #2e2e2e;
    font-size: 34px;
    line-height: 38.88px;
    margin-bottom: 0rem;
    font-weight: 700;
}
.AlphaAnalyst3 h2 {
    color: #2e2e2e;
    font-size: 34px;
    line-height: 38.88px;
    margin-top: 24px;
    margin-bottom: 24px;
    font-weight: 700;
}
.firstparatext {
    color: #62666d;
    font-size: 22px;
    width: 87%;
    margin-top: 30px;
    font-weight: 400;
    padding: 0 40px;
}
.secondparatext {
    color: #62666d;
    font-size: 24px;
    width: 80%;
    margin-left: 40px;
    padding-bottom: 76px;
    margin-top: 30px;
    font-weight: 400;
}
.thirdparatext {
    color: #62666d;
    font-size: 24px;
    width: 80%;
    margin-left: 40px;
    margin-top: 30px;
    font-weight: 400;
}
.nevertext {
    color: #62666d;
    font-size: 24px;
    padding-bottom: 76px;
    margin-left: 40px;
    width: 80%;
    margin-top: 30px;
    font-weight: 400;
}
.mobileappbtn {
    background: #1d4283;
    color: #fff;
    font-size: 16px;
    border: none;
    margin-right: 29px;
    border-radius: 10px;
    outline: none;
    padding: 8px 18px;
}
.AlphaAnalyst h3 {
    color: #071335;
    font-size: 48px;
    margin-bottom: 12px;
    font-weight: 700;
}
.AlphaAnalystFinancial {
    background-color: #f0eafa;
    padding: 20px 27px;
    margin: 20px 0px 0px 0px;
    height: 95%;
    width: 115%;
}
.AlphaAnalystFinancial h2 {
    color: #2e2e2e;
    font-size: 34px;
    line-height: 38.88px;
    margin-top: 24px;
    margin-bottom: 24px;
    font-weight: 700;
}
@media only screen and (max-width: 800px) {
    .AlphaAnalyst h1 {
        margin-top: 5%;
        font-size: 35px;
    }
    .AlphaAnalyst {
        margin-top: 16rem;
        padding: 0rem;
    }
    .AlphaAnalyst1 {
        margin-top: 15rem;
        padding: 0rem;
    }
    .AlphaAnalystFinancial {
        margin-top: 13rem;
        padding: 0px;
    }
    .listtextchange12 {
        width: 337px;
    }
    .headings_sizing {
        font-size: 30px;
    }
    .firstparatext {
        width: 100%;
    }
    .tradingchange {
        width: 315px;
    }
    .listtextchange {
        width: 337px;
        font-size: 20px;
    }
    .alphacapitalsection2 {
        padding: 2rem 0;
    }
    .alphacapitalsectionnew3 {
        padding: 4rem 0;
    }
    .alphacapitalsectionnew4 {
        padding: 4rem 0rem;
    }
}
.listtext1 {
    font-size: 21px;
}
.listtext2 {
    font-size: 21px;
    width: 312px;
}
@media only screen and (max-width: 800px) {
    .AlphaAnalyst h2 {
        font-size: 26px;
        margin-top: 0px;
        line-height: 33px;
    }
    .AlphaAnalyst1 h2 {
        font-size: 26px;
        margin-top: 0px;
        line-height: 33px;
    }
    .AlphaAnalyst2 h2 {
        font-size: 26px;
        margin-top: 0px;
        line-height: 33px;
    }
    .AlphaAnalyst2 {
        padding: 0rem;
        margin-top: 17rem;
    }
    .AlphaAnalyst3 h2 {
        font-size: 26px;
        margin-top: 0px;
        line-height: 33px;
    }
    .AlphaAnalyst3 {
        margin-top: 9rem;
        padding: 0rem;
    }
}
@media only screen and (max-width: 800px) {
    .AlphaAnalyst h3 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 800px) {
    .AlphaAnalyst p {
        font-size: 18px;
    }
    .AlphaAnalyst1 p {
        font-size: 18px;
    }
    .AlphaAnalyst2 p {
        font-size: 18px;
    }
    .AlphaAnalyst3 p {
        font-size: 18px;
    }
    .alphaanalystsection p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 800px) {
    .alphacapitalsection {
        padding-left: 0px;
    }
    .alphacapital {
        padding: 0rem 37px;
    }
}
.arrowrightimg {
    width: 36px;
}
.downloadicon {
    border-left: 1px solid #ffffff;
    padding-left: 12px;
    width: 27%;
    margin-left: 8px;
}
.learnmorebtn {
    border: none;
    background: none;
    font-size: 20.32px;
    color: #1d4283;
    text-decoration: underline;
}
@media (max-width: 1000px) {
    .downloads .iconfirstsize {
        width: 5%;
    }
}
@media (max-width: 1000px) {
    .downloads .iconsecondsize {
        width: 50%;
    }
}
/*---------- TransparentFee ---------*/
.TransparentFee {
    padding: 0rem 1rem;
    font-family: "Product Sans", sans-serif;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.TransparentFee h1 {
    text-align: center;
    color: #071335;
    font-size: 38px;
    margin-bottom: 55px;
    margin-top: 75px;
    font-weight: 700;
}
.transfeebox {
    padding-bottom: 43px;
}
.mixblendstyle {
    mix-blend-mode: darken;
}
.click_here {
    margin-top: 70px;
}
.trans_img {
    width: 75px;
    height: 75px;
}
.transfeebox li {
    color: #5b5c5f;
    font-size: 20px;
}
.Investinglow {
    text-align: center;
    color: #5b5c5f;
    margin-bottom: 5rem;
    font-size: 24px;
}
.transfeebox p {
    color: #5b5c5f;
    font-size: 18px;
    width: 80%;
    margin-bottom: 0rem;
}
.transfeebox a {
    font-style: italic;
    font-weight: 700;
    color: #5373cc;
}
.transfeebox h4 {
    font-size: 24px;
}
.readyvalue {
    width: 62%;
    margin-top: 12px;
}
.transfeebox ul {
    padding-left: 24px;
}
.furturevalue {
    width: 78%;
    margin-top: 12px;
}
@media (max-width: 1200px) {
    .TransparentFee {
        /* padding: 19rem 1rem; */
        margin-top: 20rem;
        padding-bottom: 0rem;
    }
    .trans_sizing {
        padding: 0rem 1rem;
        margin-top: 0rem;
    }
    .TransparentFee h1 {
        margin-top: 30px;
        margin-bottom: 50px;
        font-size: 20px;
    }
    .boxesarrows {
        width: 100%;
    }
    .trans_index {
        margin-top: 14rem;
    }
    .transfeebox {
        padding-bottom: 0px;
        padding: 0px 0px;
    }
    .transfeebox h4 a {
        font-size: 13.42px;
    }
    .transfeebox img {
        width: 20%;
    }
    .transfeebox h4 {
        font-size: 18px;
    }
    .transfeebox li {
        font-size: 18px;
        width: 100%;
    }
    .transfeebox p {
        width: 100%;
        font-size: 18px;
    }
}
/* Mobile Responsiveness */
@media (max-width: 767px) {
    .mainriskroute {
        height: 20rem;
        background-position: center;
        padding-top: 32px;
        background-size: cover;
    }
}
/*------------ LowestpageGovernment ------------*/
.Governmenttext h1 {
    font-size: 38px;
    text-align: center;
    margin-top: 80px;
    line-height: 64px;
    font-weight: 700;
    margin-bottom: 80px;
}
.governmenttaxes img {
    width: 43px;
    float: left;
    height: 43px;
}
.governmenttaxes h1 {
    font-size: 24px;
    color: #071335;
    padding: 8px 60px 10px;
}
.governmenttaxes p {
    color: #5b5c5f;
    font-size: 18px;
}
@media only screen and (max-width: 550px) {
    .Governmenttext h1 {
        font-size: 22px;
        line-height: 40px;
        margin-top: 50px;
        margin-bottom: 60px;
    }
}
.tablechange1 {
    border: 1px solid #f6cdb3;
    border-collapse: collapse;
    font-size: 20px;
}
.tablechange2 {
    border-collapse: collapse;
    font-size: 20px;
    border: 1px solid #ccfa87;
}
.tablechange3 {
    border-collapse: collapse;
    font-size: 20px;
    border: 1px solid #8ebff1;
}
.tradetable {
    color: #494b4e;
    background: #fff7f1;
    padding: 8px 27px;
    padding-right: 303px;
    border: 1px solid #f6cdb3;
}
.tradetable1 {
    color: #494b4e;
    background: #f6ffe7;
    border: 1px solid #ccfa87;
    padding: 8px 27px;
    padding-right: 288px;
}
.tradetable2 {
    color: #494b4e;
    background: #e0ecf8;
    border: 1px solid #8ebff1;
    padding: 8px 27px;
}
.regulartable {
    color: #494b4e;
    border: 1px solid #f6cdb3;
    padding: 8px 28px;
}
.regulartable1 {
    color: #494b4e;
    border: 1px solid #ccfa87;
    padding: 8px 28px;
}
.regulartable2 {
    color: #494b4e;
    border: 1px solid #8ebff1;
    padding: 8px 28px;
}
@media screen and (max-width: 992px) {
    .tradetable {
        padding-right: 0px;
    }
    .tradetable1 {
        padding-right: 0px;
    }
}
/*----------- Stocknew ----------*/
.Stocknew1 {
    padding: 6rem 9rem;
    border-bottom: 1px solid #cccccc59;
}
.Stocknew1 h2 {
    color: #071335;
    font-size: 30px;
    margin-left: 30px;
    font-weight: 600;
    margin-top: 90px;
    width: 76%;
    margin-bottom: 20px;
}
.Stocknew1 h4 {
    color: #071335;
    font-size: 30px;
    margin-left: 65px;
    font-weight: 600;
    margin-top: 30%;
    width: 97%;
    margin-bottom: 28px;
}
.tracktextul {
    margin-left: 57px;
    color: #81858a;
    font-size: 18px;
}
.Stocknew1 h3 {
    font-weight: 700;
    color: #071335;
    font-size: 45px;
}
.Stocknew1 p {
    width: 73%;
    margin-left: 30px;
    font-size: 18px;
    color: #81858a;
}
@media only screen and (max-width: 1000px) {
    .Stocknew1 {
        padding: 1rem 2rem;
    }
}
@media only screen and (max-width: 1150px) {
    .Stocknew1 h2 {
        margin-top: 5%;
        font-size: 18px;
        margin-bottom: 0rem;
        width: auto;
    }
    .Stocknew1 p {
        width: 88%;
    }
    .tracktextul {
        margin-left: 10px;
        color: #81858a;
        font-size: 19px;
    }
    .Stocknew1 h4 {
        margin-top: 0%;
        font-size: 18px;
        margin-left: 20px;
        width: auto;
    }
}
.radiusstocks {
    background-color: #f5faff;
    border-radius: 0px 0px 160px 160px;
    margin-top: 3rem;
}
.radiusstocks1 {
    background-color: #f9f5ff;
    border-radius: 210px 210px 0px 0px;
    margin-top: 200px;
}
.radiusstocks1 img {
    margin-top: -5rem;
}
.radiusstocks img {
    margin-top: -2rem;
}
/*---------- Footer ---------*/
#footer {
    background: #fbfbfb;
    color: #212529;
    border-top: 1px solid #e9e9e9;
    font-size: 14px;
}
#footer .footer-newsletter {
    padding: 50px 0;
    background: #fef8f5;
    text-align: center;
    font-size: 15px;
}
#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: #4e4039;
}
#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
}
#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px 4px;
    width: calc(100% - 100px);
}
.subscribesec p {
    color: #6c727f;
    font-size: 14px;
    font-weight: 500;
    line-height: 132%;
}
.contact_img {
    width: 23px;
    height: 23px;
}
.icon_footer i {
    color: #5e92e0;
}
.icon_footer i:hover {
    color: #306bc3;
}
.subscribe_btn {
    width: 271px;
    height: 43px;
    color: #fff;
    font-size: 12px;
    border: none;
    margin-top: 10px;
    line-height: 143%;
    border-radius: 4px;
    background: #5e92e0;
}
.subscribe_btn:hover {
    background-color: #578cdb;
}
.input_footer {
    width: 271px;
    padding: 22px;
    color: #000;
    font-size: 14px;
    outline: none;
    height: 46px;
    border-radius: 6px;
    border: 1px solid #d9dbe9;
    background: #fff;
}
input.input_footer::placeholder {
    color: #6c727f;
}
#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #eb5d1e;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type="submit"]:hover {
    background: #c54811;
}
#footer .footer-top {
    padding: 60px 0px 0px 0px;
    background: #fbfbfb;
    border-bottom: 1px solid #e9e9e9;
}
#footer .footer-bottom {
    padding: 20px 0px;
    background: #fbfbfb;
}
#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}
#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}
#footer .footer-top .footer-contact p {
    font-size: 12px;
    line-height: 24px;
    margin-top: 14px;
    margin-bottom: 0;
    font-family: "Product Sans", sans-serif;
    color: #6f6c90;
}
#footer .footer-top h4 {
    font-size: 20px;
    font-weight: bold;
    color: #170f49;
    position: relative;
    margin-bottom: 1rem;
}
#footer .footer-top .footer-links {
    margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: #6f6c90;
    display: inline-block;
    line-height: 20px;
}
#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #3498db;
}
#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    color: #111187;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}
#footer .copyright {
    text-align: center;
    float: left;
    color: #6f6c90;
}
#footer .credits {
    text-align: end;
    font-weight: lighter;
    font-size: 14px;
    color: var(--neutral-600, #6f6c90);
}
@media screen and (max-width: 500px) {
    #footer .credits {
        text-align: center;
    }
}
#footer .credits a {
    color: #1d4283;
    text-decoration: underline;
}
/*****************APP*************/
.App {
    text-align: center;
}
.App-logo {
    height: 40vmin;
    pointer-events: none;
}
.App-header {
    background-color: #282c34;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: calc(10px + 2vmin);
    color: white;
}
.App-link {
    color: #61dafb;
}
@keyframes App-logo-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.main-ticker-block {
    display: flex;
    background-color: #ececec;
    width: 100%;
    overflow: hidden;
}
.main-ticker-block .ticker-time-update {
    display: flex;
    width: 200px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 7px 9px;
    height: 35px;
    background: #1d4283;
    color: #ffffff;
}
.main-ticker-block .ticker-block {
    overflow: hidden;
    background-color: #ececec;
    display: flex;
    width: calc(100% - 200px);
}
.main-ticker-block .ticker-block .ticker-list {
    margin-top: 3px;
    height: 28px;
    display: flex;
}
.main-ticker-block .ticker-block .ticker-list .stock-data-block {
    display: inline-flex;
    min-width: 130px;
    height: 100%;
    border: 1px solid #efefef;
    padding: 5px 7px;
    justify-content: space-between;
    align-items: center;
    margin: 0 3px;
    background-color: #ffffff;
}
.main-ticker-block .ticker-block .ticker-list .stock-data-block p {
    margin: 0;
    display: flex;
    color: #141414;
    font-size: 11px;
}
.main-ticker-block
    .ticker-block
    .ticker-list
    .stock-data-block
    p
    .stock-symbol-price {
    margin-right: 10px;
}
.main-ticker-block
    .ticker-block
    .ticker-list
    .stock-data-block
    p
    .stock-symbol {
    font-weight: 700;
    text-transform: uppercase;
}
.main-ticker-block .ticker-block .ticker-list .stock-data-block p .stock-price {
    color: cadetblue;
    margin-left: 5px;
    font-weight: 700;
}
.main-ticker-block
    .ticker-block
    .ticker-list
    .stock-data-block
    .stock-high-low-block {
    text-align: right;
    font-weight: 600;
}
.main-ticker-block
    .ticker-block
    .ticker-list
    .stock-data-block
    .stock-high-low-block
    .stock-change-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
}
.main-ticker-block
    .ticker-block
    .ticker-list
    .stock-data-block
    .stock-high-low-block
    .stock-change-price
    svg {
    margin: 0 3px;
    font-size: 20px;
    width: 10px;
    height: 10px;
}
.main-ticker-block
    .ticker-block
    .ticker-list
    .stock-data-block
    .stock-high-low-block.high {
    color: green;
}
.main-ticker-block
    .ticker-block
    .ticker-list
    .stock-data-block
    .stock-high-low-block.low {
    color: red;
}
.main-ticker-block
    .ticker-block
    .ticker-list
    .stock-data-block
    .stock-high-low-block.low
    svg {
    transform: rotate(180deg);
}
.ticker-frame {
    height: 50px;
    width: 100%;
    overflow: hidden;
}
.main .heading h2 {
    margin-bottom: 25px;
    font-weight: 700;
}
@media only screen and (max-width: 550px) {
    .main .heading h2 {
        font-size: 24px;
    }
}
/********Detail Page**************/
.detail .side h2 {
    height: 21px;
    left: 950px;
    top: 215px;
    font-style: normal;
    font-weight: 700;
    font-size: 19.8318px;
    line-height: 106%;
    color: #1d4283;
}
.detail {
    padding: 2rem 0rem;
}
.detail .main .detail_heading {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    margin-left: 6px;
    line-height: 125.5%;
    text-transform: capitalize;
    color: #3d3d3d;
    margin-bottom: 12px;
}
.detail .main .heading {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    margin-left: 6px;
    line-height: 125.5%;
    text-transform: capitalize;
    color: #3d3d3d;
    margin-bottom: 12px;
}
.lucky-text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0rem;
    line-height: 5px;
    color: #6c6c6c;
}
.lucky-strong {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0rem;
    line-height: 45px;
    color: #6c6c6c;
}
@media only screen and (max-width: 550px) {
    .lucky-text {
        font-size: 9px;
    }
    .lucky-strong {
        font-size: 9px;
    }
    .luck_logo {
        position: absolute;
    }
    .detail .main .detail_heading {
        margin-top: 7rem;
    }
}
.detail .main .content {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #3d3d3d;
}
.detail .main .content p a {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 35px;
    color: #1d4283;
}
.detail .research hr,
.main hr,
.latest hr {
    background-color: #1485ff;
    margin: 0px;
}
.main hr {
    margin-top: 30px;
    margin-bottom: 30px;
}
.social-links a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    color: #111187;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}
.detail .research {
    padding-right: 0px;
}
.detail .latest {
    padding-top: 60px;
    padding-right: 0px;
}
.detail .researchitem {
    padding: 10px;
}
.researchitem a {
    font-style: normal;
    color: #1d4283;
}
.detail .researchitem .icon {
    position: absolute !important;
    padding: 0px;
}
.imagebig {
    margin-top: 20px;
    margin-bottom: 53px;
    width: 43rem;
}
@media only screen and (max-width: 550px) {
    .imagebig {
        width: 100%;
    }
}
.detail .researchitem .heading {
    padding-left: 50px;
    font-weight: 700;
    font-size: 15px;
    line-height: 125.5%;
}
.luckmini-icon {
    width: 20px;
    height: 20px;
    padding: 3px;
    border-right: 1px solid #1d4283;
}
.detail .researchitem .content {
    padding-left: 50px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 143.5%;
}
.detail .researchitem .calander {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 125.5%;
    color: #1d4283;
}
@media only screen and (max-width: 550px) {
    .detail {
        padding: 0rem 1rem;
    }
}
/**social icon***/
.socialicon {
    display: contents;
}
.socialicon a {
    margin-right: 8px;
    border-radius: 100px;
    color: #696969;
    font-size: 11px;
    padding: 5px 7px;
    box-shadow: 0px 0.6140350699424744px 6.140350818634033px 0px #0000001a;
}
.socialicon a:hover {
    background-color: #1d4283;
    color: #fff;
}
.detailsocialicon a {
    margin-right: 7px;
    border-radius: 100px;
    color: #696969;
    font-size: 11px;
    padding: 5px 7px;
    box-shadow: 0px 0.6140350699424744px 6.140350818634033px 0px #0000001a;
}
/* Style the active social media icon */
.detailsocialicon a.active {
    background-color: #3b5998;
    color: #fff !important;
}
.detailsocialicon a:hover {
    background-color: #1d4283;
    color: #fff !important;
}
/* CSS styles for default social media icons */
.detailsocialicon a img {
    filter: invert(0);
}
.mobile_pic {
    margin-left: auto;
}
.listitems li {
    list-style: none;
    border: 1px solid #ccc;
    font-size: 10px;
    margin-left: 13px;
    cursor: pointer;
    float: left;
    padding: 4px 9px;
    border-radius: 5px;
    color: #6c757d;
}
@media only screen and (max-width: 550px) {
    .listitems li {
        margin-left: 5px;
        padding: 4px 3px;
    }
    .mobile_pic {
        margin: auto;
    }
}
.listitems ul {
    margin-bottom: 0px;
    float: right;
    padding-left: 0rem;
}
.detail .main .content .detaildownload {
    font-size: 12px;
    padding: 0px 20px;
    background: #1d4283;
    border-radius: 100px;
    border: none;
    margin: 0 17px;
    color: #fff;
}
.detail .main .content .detaildownload:hover {
    background: #1f3e74;
}
.detail .researchitem .detailheading {
    width: 67%;
    margin-left: 32%;
    font-size: 15px;
    font-weight: 700;
}
.detail .researchitem .detailcontent {
    width: 67%;
    font-size: 14px;
    margin-left: 32%;
}
.nav-tabs .nav-item {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
/***********tabs*************/
.nav-item1 {
    padding-left: 0px;
    font-size: 27px;
    width: 47%;
}
.nav-item12 {
    font-size: 27px;
    width: 40%;
    text-align: end;
    font-weight: 400;
    margin: auto;
}
.nav-link {
    padding: 0rem;
    color: #000;
    font-weight: 400;
    border-top: none;
    border-left: none;
    border-right: none;
}
.nav-link:hover {
    border: none;
}
.nav-tabs .nav-item.show .nav-item12 .nav-item1 .nav-link,
.nav-tabs .nav-link.active {
    background: none;
    font-weight: 700;
    border-bottom: 3px solid #1d4283;
    border-top: none;
    border-left: none;
    border-right: none;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #1d4283;
}
/*************Blog Page*************/
.blog-thumnail {
    position: absolute;
}
.landing {
    padding: 2rem 0rem;
}
.landing .researchitem .blogcontent {
    padding-left: 15px;
    padding-right: 0px;
    width: 70%;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 143.5%;
}
.landing .researchitem .blogitem {
    background: #fafafa;
    position: relative;
    border-radius: 5.68603px;
    margin-left: 70px;
    margin-top: 8px;
}
.landing .researchitem .blogheading {
    font-weight: 700;
    padding-top: 9px;
    font-size: 15px;
    line-height: 125.5%;
}
.tab-links.active {
    box-sizing: border-box;
    text-decoration: none !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9.32994px 12.4399px;
    gap: 16.59px;
    width: 97.84px;
    height: 31.24px;
    left: 72.21px;
    top: 240.03px;
    background: #1d4283;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 0.3px solid #1485ff;
    border-radius: 7.89042px;
    color: #fff;
    font-weight: 700;
    font-size: 10.3971px;
    line-height: 100%;
    color: #f5f5f5;
}
.tab-links {
    box-sizing: border-box;
    text-decoration: none !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9.32994px 12.4399px;
    gap: 16.59px;
    width: 97.51px;
    height: 31.24px;
    left: 215.81px;
    top: 240.03px;
    background: #f0f7ff;
    border: 0.3px solid #1485ff;
    border-radius: 7.89042px;
    color: #000;
    font-weight: 700;
    font-size: 10.3971px;
    line-height: 100%;
    color: #000;
}
.tab-card ul li {
    margin-top: 10px;
}
@media only screen and (min-width: 800px) {
    .top_active_display {
        display: none;
    }
}
@media only screen and (max-width: 800px) {
    .top_active {
        display: none;
    }
}
#myTab .nav-item {
    margin-right: 2px;
}
.highcharts-figure #container {
    height: 250px;
}
.about12 {
    padding: 2rem 9rem;
}
/**********Landing Page*************/
section {
    padding: 2rem 2rem !important;
}
.landing .side-table thead th {
    border-bottom: 0.3px solid #1485ff !important;
    border-top: 0.3px solid #1485ff !important;
    background-color: #f0f7ff;
}
.landing .side-table tbody td {
    border-bottom: 0.3px solid #1485ff;
}
.landing .side-table {
    font-style: normal;
    font-weight: 400;
    font-size: 11.6814px;
    line-height: 106%;
    color: #2e2e2e;
    margin-bottom: 50px;
}
.landing h2 {
    height: 21px;
    left: 950px;
    top: 215px;
    font-style: normal;
    font-weight: 700;
    font-size: 19.8318px;
    line-height: 106%;
    color: #1d4283;
}
.landing .chart hr {
    background-color: #1485ff;
    margin: 0px;
}
.landing .researchitem {
    padding: 20px 0px 10px 0px;
}
.landing .researchitem .icon {
    position: absolute !important;
    padding: 0px;
}
.landing .researchitem .heading {
    padding-left: 44px;
    font-weight: 700;
    font-size: 15px;
    line-height: 125.5%;
}
.landing .researchitem .content {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 143.5%;
}
.landing .researchitem .calander {
    padding-left: 0px;
    padding-right: 10px;
    padding-bottom: 19px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 125.5%;
    color: #1d4283;
}
.landing .chart-row-one {
    margin-bottom: 30px;
    margin-top: 30px;
}
.landing .chart-row-two {
    margin-bottom: 30px;
    margin-top: 50px;
}
.landing .indices .heading {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 106%;
    color: #2e2e2e;
    padding: 0px;
    margin-bottom: 2px;
}
.landing .indices .heading.number {
    font-size: 20px;
}
.landing .indices .indices-border-bottom {
    border-bottom: 1px solid #1485ff;
}
.landing .indices .col-4 {
    padding-left: 0px;
}
.landing .indices .text-color-red {
    color: #c94545 !important;
}
.landing .indices .row {
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.landing .indices .content {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 106%;
    color: #6c6c6c;
}
#arrow-up {
    color: #18b715;
}
#arrow-down {
    color: #c94545;
}
.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
    .landing {
        padding: 0rem 1rem;
    }
    .card-header-tabs {
        justify-content: space-between;
    }
    .landing .researchitem .blogheading {
        padding-top: 6px;
        font-size: 9px;
    }
    .landing .researchitem .blogcontent {
        width: 100%;
        font-size: 9px;
    }
    .landing .researchitem .calander {
        font-size: 9px;
    }
}
/***********Download Page*************/
.AlphaAnalyst-link {
    background-color: #f9f9f9;
    height: 58px;
    left: 664px;
    top: 384px;
    margin: 5px 0px;
    padding: 15px;
    position: unset !important;
    padding-left: 0px !important;
}
.download-link {
    background-color: #f9f9f9;
    height: 58px;
    left: 664px;
    top: 384px;
    margin: 5px 0px;
    padding: 15px;
    position: unset !important;
    padding-left: 0px !important;
}
.Isotext {
    margin-right: 11px;
    margin-left: 20px;
    font-size: 13px;
}
.text-right {
    float: right;
}
.AlphaAnalyst-link i {
    position: unset !important;
    left: 0;
    top: 0;
    color: #3498db;
}
.download-link i {
    position: unset !important;
    left: 0;
    top: 0;
    color: #3498db;
}
/**post comment**/
.postcomment img {
    height: fit-content;
    margin-right: 25px;
    margin-top: 15px;
}
.postcomment textarea {
    border: 1px solid #1485ff;
    border-radius: 5px;
    outline: none;
    width: 100%;
    padding: 22px 25px;
}
.postcomment .detailcomment {
    color: #1485ff;
    border-radius: 5px;
    margin-top: 7px;
    border: 1px solid #1485ff;
    background: none;
    padding: 5px 17px;
}
.postcomment .detailcomment:hover {
    background-color: #1485ff;
    color: #fff;
}
.number_count ::placeholder {
    color: #ccc;
}
::placeholder {
    color: #000;
}
.postcomment h2 {
    font-size: 24px;
    font-weight: 700;
}
.reportimgchart {
    width: -webkit-fill-available;
}
.alphacapitalautomatic {
    background-color: #f8fafb;
    padding: 7rem 0rem;
}
.nopadding.order-2 {
    margin-top: 48px;
}
.user_image {
    width: 40%;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.mobiletext1 {
    color: #071335;
    font-size: 22px;
    width: 65%;
    margin-left: 60px;
    margin-bottom: 0rem;
}
/*****************************Responsive media**********************************/
@media screen and (min-width: 340px) {
    .onetext {
        margin-left: 0%;
        width: 100%;
        text-align: center;
    }
    .alphacapitalautomatic {
        padding: 0rem 0rem;
        padding-bottom: 5rem;
    }
    .about h3 {
        margin-top: 0%;
        margin-left: 0%;
        text-align: center;
    }
    .AlphaAnalyst .image-preview-mobile {
        display: block;
    }
    .AlphaAnalyst .image-preview {
        display: none;
    }
    .download .image-preview-mobile {
        display: block;
    }
    .download .image-preview {
        display: none;
    }
    .mainAlphacapital .image-preview-mobile {
        display: block;
    }
    .mainAlphacapital .image-preview {
        display: none;
    }
}
/* CSS styles for the full-screen layout on mobile */
@media (max-width: 767px) {
    .alphacapitalsectionnew1 .row {
        flex-direction: column-reverse;
    }
    .alphacapitalsectionnew3 .row {
        flex-direction: column-reverse;
    }
    .alphacapitalsectionnewTrack3 .row {
        flex-direction: column-reverse;
    }
    .alphacapitalsectionnewEducational3 .row {
        flex-direction: column-reverse;
    }
    .InformedDecisions12 .row {
        flex-direction: column-reverse;
    }
    .InformedDecisions12 {
        padding: 2rem 15px;
    }
    .alphacapitalsectionnew1 {
        padding: 4rem 0;
        flex-direction: column-reverse;
    }
    .user_image {
        width: 92%;
    }

    .alphacapitalsectionnew1 .col-md-6 {
        margin-top: 0;
        margin-bottom: 0px;
    }
}

@media (min-width: 576px) {
    .root {
        padding-left: 15px;
        padding-right: 15px;
    }
    nav {
        margin: 0 55px;
    }
    #myCarousel {
        margin: 0px 0px !important;
    }
}
@media (min-width: 768px) {
    .root {
        padding-left: 15px;
        padding-right: 15px;
    }
    nav {
        margin: 0 55px;
    }
    #myCarousel {
        margin: 0px 0px !important;
    }
}
@media (min-width: 992px) {
    .root {
        padding-left: 15px;
        padding-right: 15px;
    }
    nav {
        margin: 0 55px;
    }
    #myCarousel {
        margin: 0px 0px !important;
    }
}
@media (min-width: 1200px) {
    .onetext {
        margin-left: 30%;
        width: 47%;
    }
    .about h3 {
        margin-top: 28%;
        text-align: left;
    }
    .AlphaAnalyst .image-preview-mobile {
        display: none;
    }
    .AlphaAnalyst .image-preview {
        display: block;
    }
    .download .image-preview-mobile {
        display: none;
    }
    .download .image-preview {
        display: block;
    }
}
@media only screen and (max-width: 1000px) {
    .usertext {
        height: auto;
    }
}
@media only screen and (max-width: 1000px) {
    .Transparentsecond {
        background-repeat: no-repeat;
        background-size: cover;
    }
    .Transparenttext img {
        display: block;
    }
    .Transparenttext p {
        width: 100%;
        margin: 0;
    }
    .testimoials h1 {
        margin: 0;
    }
    .testimoials h2 {
        margin: 0;
        width: 100%;
    }
    .testimoials h6 {
        width: 100%;
    }
    .testimoials {
        padding: 2rem;
    }
    .testimoials1 h1 {
        margin: 0;
    }
    .testimoials1 h2 {
        margin: 0;
        width: 100%;
        font-size: 30px;
        margin-bottom: 5px;
    }
    .testimoials1 h6 {
        width: 100%;
    }
    .testimoials1 {
        padding: 2rem;
    }
    .logoslideimg.col-lg-9.float-right.d-flex .col-lg-2 {
        width: 100%;
        max-width: 100%;
    }
    .logoslideimg img {
        width: 3rem;
    }
    #myCarousel .carousel-item .mask {
        position: relative !important;
    }
    .nopadding.order-2 {
        order: 1;
        margin-top: 30px;
    }
}
@media (prefers-reduced-motion: no-preference) {
    .App-logo {
        animation: App-logo-spin infinite 20s linear;
    }
}
@media only screen and (max-width: 600px) {
    img.rockitImg {
        right: -3rem;
        width: 300px;
        position: initial;
    }
}
@media only screen and (max-width: 600px) {
    .nav-item1 {
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .nav-item12 {
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .quickbox {
        width: 100%;
    }
}
@media only screen and (max-width: 1000px) {
    .Usertabs #wrapper {
        font-size: 19px;
    }
}
@media only screen and (max-width: 1000px) {
    .quicklastlink {
        margin-left: 0%;
    }
}
/*------ Disable aos animation delay on mobile devices------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
.center-section-new {
    position: absolute;
}
.center-section {
    position: absolute;
    left: 10%;
}
.uspbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 15px;
}
.uspbox .ao-card a {
    display: flex;
    align-items: center;
}
.hover_box :hover {
    background-color: #bbdcff9c;
    border-radius: 8px;
}
.hover_box1 :hover {
    background-color: #ccd4f8ad;
    border-radius: 8px;
}
.hover_box2 :hover {
    background-color: #fdbebed0;
    border-radius: 8px;
}
.hover_box3 :hover {
    background-color: #facb95d5;
    border-radius: 8px;
}
.hover_box4 :hover {
    background-color: #a0c7fdd3;
    border-radius: 8px;
}
.uspbox .ao-cardchange a {
    display: flex;
    align-items: center;
}
.uspbox .ao-cardchange1 a {
    display: flex;
    align-items: center;
}
.ao-card {
    background: #ffffff;
    border: 1px solid #dfdfdf;
    margin-right: 20px;
    border-radius: 8px;
}
.ao-cardchange {
    background: #ffffff;
    border: 1px solid #e8ebf1;
    box-shadow: 0 32px 64px -24px rgba(224, 224, 236, 0.64);
    border-radius: 8px;
    margin-top: 20px;
    margin-right: 20px;
}
.ao-cardchange1 {
    background: #ffffff;
    border: 1px solid #e8ebf1;
    box-shadow: 0 32px 64px -24px rgba(224, 224, 236, 0.64);
    border-radius: 8px;
    margin-top: 20px;
}
.uspbox .ao-card a {
    padding: 12px;
    color: #2a394e;
    text-decoration: none;
    padding-right: 196px;
}
.uspbox .ao-cardchange a {
    padding: 12px;
    color: #2a394e;
    text-decoration: none;
    padding-right: 160px;
}
.uspbox .ao-cardchange1 a {
    padding: 12px;
    color: #2a394e;
    text-decoration: none;
    padding-right: 160px;
}
.border-icon1 {
    width: 46px;
    border-radius: 8px;
    text-align: -webkit-center;
    margin-right: 16px;
    height: 50px;
    background: #bbdcff;
    padding: 12px;
}
.border-icon2 {
    width: 46px;
    border-radius: 8px;
    text-align: -webkit-center;
    height: 50px;
    background: #c7d1ff;
    margin-right: 16px;
    padding: 12px;
}
.border-icon3 {
    width: 46px;
    border-radius: 8px;
    text-align: -webkit-center;
    margin-right: 16px;
    height: 50px;
    background: #ffadad;
    padding: 12px;
}
.border-icon4 {
    width: 46px;
    border-radius: 8px;
    text-align: -webkit-center;
    margin-right: 16px;
    height: 50px;
    background: #fbc484;
    padding: 12px;
}
.border-icon5 {
    width: 46px;
    border-radius: 8px;
    text-align: -webkit-center;
    margin-right: 16px;
    height: 50px;
    background: #96c1ff;
    padding: 12px;
}
.titletext {
    color: #5e92e0;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 1px;
}
@media (max-width: 1100px) {
    .ao-cardchange {
        margin: 0px;
        box-shadow: 0 32px 64px -24px rgb(255, 255, 255);
    }
    .ao-cardchange1 {
        margin: 0px;
        margin-top: 10px;
        box-shadow: 0 32px 64px -24px rgb(255, 255, 255);
    }
    .hover_box4 {
        margin-bottom: 22px;
    }
}
@media (max-width: 1000px) {
    .uspbox .ao-cardchange a {
        padding-right: 115px;
    }
    .start_content {
        margin-bottom: 22px;
    }
}
@media (max-width: 800px) {
    #myCarousel h3 {
        margin-bottom: 22px;
        margin-top: 0rem;
    }
    .uspbox {
        display: contents;
    }
    .ao-card {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .center-section-new {
        position: relative;
    }
}
.textinput {
    padding: 12px 20px;
    width: 370px;
    border-radius: 13px;
    outline: none;
    border: none;
}
.submitinput {
    position: absolute;
    margin-left: 43%;
    border: none;
    border-radius: 6px;
    padding: 4px 29px;
    background: #b994f6;
    margin-top: 8px;
    color: #fff;
}
.submitinput:hover {
    background-color: #a37de1;
}
@media screen and (max-width: 600px) {
    .submitinput {
        margin-left: 53%;
    }
}
/*.video-container {*/
/*  position: relative;*/
/*  width: 100%;*/
/*  overflow: hidden;*/
/*  border-radius: 14px;*/
/*}*/
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: unset;
}
/*.temp-wrapper{*/
/*  margin: auto;*/
/*}*/
.temp-wrapper {
    margin: auto;
    width: 50%;
}
@media screen and (max-width: 600px) {
    .temp-wrapper {
        width: 92%;
    }
}
