html {
    scroll-behavior: smooth;
    /*New Added 24/08/2020*/
}

body {
    font-family: 'Hero New',sans-serif; 
    font-family: 'hero_newregular';
    /*New Added 24/08/2020*/
}

:root {
    /*--color-red: #c84a4f;*/
    --color-red: #bd3b40;
    --color-grey: #465362;
    --color_anthrgrey: #363636;
    --color-usergrey: #435362;
}

header .navbar {
    padding: 5px 55px;
    background-color: transparent !important;
}

header .navbar-nav {
    /* margin-top: 13px; */  /* Remove 02/09/2020*/
}
.mobile-login-sec{
    display: none;/* New Added 02/09/2020*/
}

header .navbar-brand img {
    /* max-width: 192px; */
}

header .navbar .nav-item {
    margin-right: 40px;
    font-size: 14px;
    text-transform: uppercase;
}

header .navbar .nav-item .nav-link {
    color: #000;
    font-weight: 300;
}

header .navbar .navbar-brand {
    margin-right: 60px;
}

header .navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    font-weight: 500;
}

header .navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

.btn_header {
    float: right;
    margin-top: 24px;
}

.btn_header ul li {
    display: inline-block;
    font-size: 13px;
}

.btn_header ul li button {
    /*text-transform: uppercase;*/
    text-transform: none;
    font-size: 13px;
    border-radius: 3px;
    background-color: transparent;
    font-weight: 600;
    outline-color: transparent;
}

.login_btnheader {
    margin-left: 18px;
}

.request_header {
    border: 1px solid var(--color-red);
    color: var(--color-red);
    padding: 15px 23px 12px 23px;
}

.login_btnheader {
    background-color: var(--color-grey) !important;
    border: 0px solid;
    color: #fff;
    padding: 15px 32px 12px 32px;
}


/*-------------------------------------banner----------------------------------------*/
#header_banner.custom-innerpage-header{
    background-size:auto 130%;
    background-position: center;
}
#header_banner {
    background-image: url(../img/bg_background.png);
    background-size: cover;
    background-position: top center;
    position: relative;
}

.banner_content {
    margin-top: 150px;
    padding-bottom: 185px;
}

.banner_content .container {
    max-width: 1317px;
}

.commercial_heading h2 {
    font-size: 50px;
    font-weight: bold;
    color: #000;
}

.commercial_heading h5 {
    font-size: 34px;
    color: var(--color-red);
    margin-top: 15px;
    font-weight: 400;
}

.sub_content_header {
    margin-top: 60px;
    color: var(--color-anthrgrey);
    line-height: 2.2;
}

.highlight_txt {
    color: #fff;
    background-color: var(--color-grey);
    font-weight: bold;
    padding: 7px 11px;
    border-radius: 3px;
    margin-right: 6px;
}

.banner_reqstbtn {
    border: 1px solid var(--color-red);
    color: var(--color-red);
    padding: 15px 23px 12px 23px;
    /*text-transform: uppercase;*/
    text-transform: none;
    font-size: 13px;
    border-radius: 3px;
    background-color: transparent;
    font-weight: 600;
    outline-color: transparent;
    margin-top: 79px;
    background-color: #fff;
}

.freetrialbtn {
    background-color: var(--color-red);
    color: #fff;
    margin-right: 20px;
}

.laptop_img {
    position: absolute;
    top: 204px;
    right: -50px;
    /* bottom: 0; */
    margin-left: 12px;
    display: inline-block;
}
.laptop_img img{
    max-width: 100%;
}
.laptop_video {
    position: absolute;
    left: 10.7%;
    right: 9%;
    top: 2.9%;
    bottom: 10%;
    border-radius: 3px;
    background: #ddd;
}
.laptop_video iframe{
    line-height: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    border: none;
    overflow: hidden;
}
.appbtn {
    float: right;
}

.appbtn img {
    margin-left: 20px;
}

.more_videos {
    float: right;
    margin: 26px 10px;
}

.more_videos span {
    color: var(--color-red);
    font-size: 15px;
    font-weight: bold;
    margin-left: 10px;
    border-bottom: 1px solid var(--color-red);
}


.contact_banner .banner_reqstbtn.freetrialbtn.banner_btns{
    width: auto;
    padding: 7px 15px;
    margin: 0;
}
/*-------------------------------------banner----------------------------------------*/


/*-------------------------------------platform_content------------------------------*/

.platform {
    margin: 100px 0px 90px 0px;
}

.heading_platform h2 {
    text-align: center;
    font-size: 32px;
    color: #000;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 103px;
}

.diff_grey {
    color: var(--color-grey);
}

.diff_red {
    color: var(--color-red);
}

.platform_list {
    margin-top: 103px;
}

.img_platform {
    padding: 0px;
    display: inline;
}

.platform_content {
    padding: 0px;
    display: inline-block;
    vertical-align: top;
}

.margintop_content {
    padding: 0px;
}

.platform_content h5 {
    font-size: 19px;
    line-height: 1.5;
    font-weight: bold;
    color: #000;
}

.platform_content p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.7;
}

.ph_diff {
    text-transform: uppercase;
    color: #000;
}

.includedplatform_content p {
    margin-top: 33px;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 90px;
}

.img_platform img {
    margin-right: 30px;
    vertical-align: top;
}

.platfrm_fullcontentright {
    margin-bottom: 60px;
}

.content_platfrmright {
    padding-left: 30px;
}

.devices_img {
    display: inline-block;
}

.devices_img img {
    width: 100%;
}

.margin_leftbtn {
    margin-left: 20px;
}

.margintop_platfrmbtn {
    margin-top: -60px;
}

.included_features {
    margin-top: 100px;
}

.included_heading {
    margin-top: 5px;
    margin-left: -7px;
}

.features_svg {
    fill: var(--color-red);
    width: 41px;
    margin-bottom: 20px;
    margin-top: 10px;
    transition: .3s all ease-in-out;
}
.home-tab{
    display: none;
}
.features_analyst {
    width: 100%;
    text-align: center;
    padding: 24px 0px;
    /*border: 2px solid #dadee1;*/
    border: 2px solid #666666;
    background-color: #fff;
    margin-bottom: 40px;
    transition: .3s all ease-in-out;
    cursor: pointer;
}
.features_analyst.active .features_svg,
.features_analyst:hover .features_svg {
    fill: #fff;
}
.features_analyst.active.features_analyst p,
.features_analyst:hover.features_analyst p {
    color: #fff;
}
.features_analyst.active,
.features_analyst:hover {
    background-color: var(--color-red);
    border: 2px solid transparent;
}

/*.features_analyst h5 {
    font-size: 18px;
    color: #77818a;
    line-height: 1.5;
    font-weight: 600;
    transition: .3s all ease-in-out;
}*/
.features_analyst p {
    font-size: 18px;
    c/*olor: #77818a;*/
    color: #3b3c3c;
    line-height: 1.5;
    font-weight: 600;
    transition: .3s all ease-in-out;
}

.investment_img {
    margin-top: 0;
    max-width: 100%;
}

.investanalysis_btn {
    margin-top: 30px;
}
.investment_img_holder{
    position: relative;
}
.investment_img_holder_inr{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(54,67,85,0.7);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
}
.investment_tab_holder_inr{
    position: absolute;
    left: 6.8%;
    right: 6.5%;
    top: 4%;
    bottom: 4%;
    /* background: rgba(54,67,85,0.7); */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* padding: 15px 30px; */
}
.investment_tab_holder_inr iframe{
    width: 100%;
    height: 100%;
    line-height: 0;
}

.investment_img_holder_inr h2{
    font-size: 35px;
    font-family: 'Hero New Super';
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
}
.investment_img_holder_inr h2:after{
    position: absolute;
    width: 28px;
    height: 4px;
    background: var(--color-red);
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.investment_img_holder_inr p{
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    font-family: 'hero_newregular';
}
.home-tab .link{
    padding: 15px 0;
}
.home-tab .link a{
    display: inline-block;
    color: #c84a4f;
    text-decoration: underline;
}
/*-------------------------------------platform_content------------------------------*/


/*-----------------------------partners-------------------------*/

.partners {
    padding: 110px 0px 110px 0px;
}

.partners img {
    margin-bottom: 79px;
}

.inquire_partnrs {
    color: var(--color-red);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-decoration: underline;
}

.playimg {
    margin-bottom: 0px !important;
    margin-left: 15px;
}

.footer {
    background-color: var(--color-grey);
    padding: 100px 0px;
}


/*-----------------------------partners-------------------------*/


/*-----------------------------users---------------------*/

.users {
    padding: 116px 0px 100px 0px;
    position: relative;
}
.users:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-image: url(../img/bg_users.jpg);
    background-position: center;
    background-size: cover;
    content: "";
    opacity: 0.5;
}
.user_list li {
    display: inline-block;
    margin-bottom: 10px;
}

.user_list li:last-child {
    margin-left: 10px;
}

.user_svg {
    fill: #fff;
    width: 401px;
    height: 72px;
    transition: .3s all ease-in-out;
}

.user_content {
    width: 401px;
    position: relative;
    transition: .3s all ease-in-out;
}

.user_content:hover .user_svg {
    fill: var(--color-red);
}

.user_content:hover .text_user p {
    color: #fff;
}

.text_user {
    position: absolute;
    top: 0px;
}

.text_user {
    position: absolute;
    top: 25px;
    left: 57px;
    font-size: 16px;
    text-align: -webkit-center;
    font-weight: 600;
    transition: .3s all ease-in-out;
}

.text_user p {
    color: #435362;
    transition: .3s all ease-in-out;
}

.user_pricing {
    padding: 15px 40px 12px 40px;
}

.text-leftusers h2 {
    text-align: left !important;
    margin-bottom: 50px;
}

.undrlne_img {
    margin-bottom: 69px;
}


/*-----------------------------users---------------------*/


/*---------------------trainingcenter-------------------------------*/

.training_center {
    background-color: #f3f3f3;
    padding-top: 107px;
    padding-bottom: 114px;
}

.trainingtext {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    margin-top: 48px;
    margin-bottom: 74px;
}

.training_scnd img {
    width: 100%;
}

.margnbttm_trangn h2 {
    margin-bottom: 0px !important;
}

.training_list li {
    margin-bottom: 37px;
    text-decoration: underline;
}

.training_list li a {
    font-size: 18px;
    color: var(--color-red);
    font-weight: bold;
}

.visitbtn img {
    margin-right: 15px;
}

.visitbtn {
    padding: 22px 24px 20px 24px;
    ;
    margin-top: 50px;
    font-size: 13px;
    font-weight: 600;
    color: var(--color-usergrey);
    line-height: 1.5;
    /*border: 1px solid var(--color-usergrey);*/
    border: 1px solid var(--color-red);
    border-radius: 3px;
    background-color: #fff;
}

.training_list {
    padding-left: 0px;
}

.padding_tesbtn {
    padding: 17px 45px !important;
}


/*---------------------trainingcenter-------------------------------*/


/*---------------------for_free------------------------------------*/

.for_free {
    background-color: var(--color-grey);
    padding-top: 100px;
    padding-bottom: 87px;
}

.colorwhite_free h2 {
    color: #fff;
    margin-bottom: 78px;
}

.input_analystpro input {
    width: 100%;
    padding: 17px 25px;
    border-radius: 3px;
    border: 0px solid;
    position: relative;
}

.input_analystpro input::placeholder {
    font-size: 14px;
    color: #000;
}

.input_analystpro {
    padding: 0px 10px;
    margin-bottom: 25px;
}

.drpdwn {
    position: absolute;
    top: 19px;
    right: 26px;
}

.container1 {
    display: inherit;
    position: relative;
    padding-left: 35px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    /* vertical-align: middle; */
    padding-top: 2px;
}


/* Hide the browser's default checkbox */

.container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 3px;
}


/* On mouse-over, add a grey background color */

.container1:hover input ~ .checkmark {
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 3px;
}


/* When the checkbox is checked, add a blue background */

.container1 input:checked ~ .checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.container1 input:checked ~ .checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.container1 .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkboxsec {
    display: inline-block;
    background-color: #fff;
    padding: 10px 25px;
    border-radius: 3px;
}

.capcha {
    margin-left: 80px;
}

.input_regstr {
    margin-top: 52px;
    font-size: 15px;
    font-weight: 600;
    color: #bcbcbe;
    text-align: center;
}


/*---------------------for_free------------------------------------*/


/*------------------------testimonals-----------------------------*/

.testimonal_content {
    text-align: center;
}

.details p {
    margin-bottom: 5px;
}

.testimonals_sec {
    /*height: 400px;*/
    height: 430px;
    background-color: #f4f5f7;
    /* padding-top: 50px; */
    padding: 30px 30px 40px 30px;
    /* position: absolute; */
    /* z-index: 999999; */
    margin-top: -40px;
    border-top: 4px solid var(--color-red);
}

.testimonals_sec h5 {
    font-size: 15px;
    font-style: italic;
    padding: 64px 30px 26px 30px;
    line-height: 1.8;
    color: #000;
    font-weight: 300;
}

.name_detls {
    color: var(--color-red);
    font-size: 18px;
    font-weight: 600;
}

.designation_detls {
    font-size: 15px;
    color: #000;
    font-weight: 300;
}

.testimonal_content {
    text-align: center;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
}

.person_img {
    width: 117px;
    margin: 0 auto;
    position: relative;
}

.person_chat {
    position: absolute;
    top: 87px;
    right: -14px;
}

.testimonals .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border: 2px solid var(--color-red);
    transition: opacity .6s ease;
    border-radius: 100px;
    opacity: 1 !important;
    margin-right: 10px;
}

.testimonals .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -130px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    margin-bottom: 48px;
}

.testimonals .carousel-indicators .active {
    border: 2px solid var(--color-red);
    border-radius: 100px;
    background-color: var(--color-red);
}

.carousel-inner {
    margin-bottom: 76px;
}

.testimonal_headings h2 {
    font-weight: 400 !important;
    margin-bottom: 62px;
}

.font_red {
    font-weight: bold;
}

.sub_testimonals {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: var(--color-red);
}


/*------------------------testimonals-----------------------------*/


/*-----------------------CONTACT US-------------------------------*/

.contact_banner {
    padding:0 0 15px;
    position: relative;
}
.contact_banner > .container{
    position: relative;
    z-index: 1;
}
.contact_banner:after{
    height: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+94&0+0,1+95 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.99) 94%, rgba(255,255,255,1) 95%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 94%,rgba(255,255,255,1) 95%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 94%,rgba(255,255,255,1) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.contact_usheading {
    padding: 110px 0;
    font-size: 55px;
    text-align: center;
    /* padding-bottom: 185px; */
}

.contant_us_section {
    padding-bottom: 50px !important;
}

.contact_us_head {
    padding-top: 100px;
}

.contact_us_head h2 {
    margin-bottom: 53px !important;
}

.contact_us_head img {
    margin-bottom: 46px;
}

.contact_subhead h5 {
    color: #000;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    line-height: 2
}

.contact_content p {
    color: var(--color-red);
    font-size: 16px;
    text-align: center;
    margin-top: 33px;
    line-height: 2;
    margin-bottom: 52px;
}

.input_section .container {
    max-width: 583px;
}

.input_section input {
    width: 100%;
    padding: 26px 24px;
    border: 1px solid rgba(0, 0, 0, .4);
    margin-bottom: 22px;
}

.input_section textarea {
    width: 100%;
    padding: 26px 24px;
    border: 1px solid rgba(0, 0, 0, .4);
    margin-bottom: 22px;
}

.input_section input::placeholder {
    font-size: 14px;
    color: #000;
}

.input_section textarea::placeholder {
    font-size: 14px;
    color: #000;
}


/*-----------------------CONTACT US-------------------------------*/


/*-----------------------------footer-----------------------------*/

.head_footr {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.footer_list {
    padding-left: 0px;
    margin-top: 50px
}

.footer_list li {
    font-size: 16px;
    margin-bottom: 8px;
}

.footer_list li a {
    color: #fff;
    font-weight: 200;
}

.footer_list li a:hover {
    text-decoration: none;
}

.footr_content {
    border-bottom: 1px solid #697482;
    padding-bottom: 116px;
}

.logo_footr {
    text-align: center;
    margin-top: 75px;
    margin-bottom: 50px;
}

.social li {
    display: inline;
    margin-right: 44px;
    position: relative;
}

.social li a {
    color: #fff;
    font-size: 13px;
    font-weight: 200;
    position: relative;
}

.social img {
    margin-right: 10px;
    position: relative;
    top: -4px;
}

.testimonals {
    padding: 96px 0px;
}

.footer_bar {
    background-color: #3f4d5c;
    padding: 40px 0px;
}

.footer_bar p {
    font-weight: 300;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    margin-bottom: 0px;
}

.contact_label {
    display: inherit;
    margin-top: 12px;
    font-weight: 600;
    border-radius: 3px;
}

.contact_capcha {
    float: right;
    margin-top: -6px;
}

.contact_check {
    padding: 16px 25px;
    width: 100%;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, .2);
    margin-bottom: 60px;
}

.contact_send {
    border: 0px solid;
    width: 100%;
    background-color: var(--color-red);
    color: #fff;
    padding: 25px 0px;
    margin-bottom: 32px;
    font-size: 16px;
}

.conclusion_txt {
    text-align: center;
    font-size: 12px;
    line-height: 2;
    padding-bottom: 102px;
}


/*-----------------------------footer-----------------------------*/


/*-----------------------------loader -----------------------------*/

.load_div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    display: none;
}

.load_div .load_div2nd {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
}

.load_div .process {
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    position: relative;
}

.sk-circle {
    margin: 0px auto;
    width: 80px;
    height: 80px;
    position: relative;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.spinner {
    position: absolute;
    right: -8px;
    top: 36px;
    display: none;
}

.spinner > div {
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 100%;
    display: table-cell;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}


/*-----------------------------loader -----------------------------*/



/* 21.08.2020 */


/*-----------------------------Custom Modal-----------------------------*/
.modal.custom-modal{
    padding-top: 25px;
    padding-bottom: 25px;
}
.modal.custom-modal .modal-dialog {
    width: 500px;
    max-width: 94%;
}

.modal.custom-modal .modal-header {
    background: #eeeeee;
    text-align: center;
    border: none;
    display: block;
    border-bottom: 1px solid #e0e0e0;
}

.modal.custom-modal .modal-header .modal-title {
    color: var(--color-red);
    font-size: 28px;
    padding: 8px 10px;
}

.modal.custom-modal .modal-header button.close {
    position: absolute;
    right: 3px;
    top: 3px;
    padding: 0;
    background: #232931;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
}

.modal.custom-modal .modal-header button.close:focus {
    outline: none;
}

.modal.custom-modal .modal-dialog {
    border: none;
}

.modal.custom-modal .modal-dialog .modal-body {
    padding: 40px 50px;
}

.login-form .form-group {
    margin-bottom: 30px;
}

.login-form .form-group .form-control {
    height: 55px;
}

.btn-login {
    border: 1px solid var(--color-red);
    color: #fff;
    padding: 15px 15px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 3px;
    background-color: var(--color-red);
    font-weight: 600;
    outline-color: transparent;
    width: 100%;
    margin-top: 0;
    letter-spacing: 1px;
}

.forgot-link {
    padding: 25px 15px 5px;
    text-align: center;
}

.forgot-link a {
    display: block;
    color: var(--color-red);
    font-size: 16px;
}

.custom-check {
    display: flex;
    flex-wrap: nowrap;
}

.custom-check input {
    display: none;
}

.custom-check span {
    max-width: 20px;
    flex: 0 0 20px;
    height: 20px;
    border: 1px solid var(--color-red);
    position: relative;
    cursor: pointer;
}

.custom-check input + span:after {
    transition: all 0.3s ease;
    transform: rotate(-90deg);
    width: 13px;
    height: 8px;
    border: 2px solid var(--color-red);
    border-width: 0 0 2px 2px;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    opacity: 0;
}

.custom-check input:checked + span:after {
    opacity: 1;
    transform: rotate(-45deg);
}

.custom-check p {
    margin: 0;
    padding-left: 10px;
}

.custom-check p a {
    color: var(--color-red);
}

.custom-check input[type="radio"] + span {
    border-radius: 50%;
}

.custom-check input[type="radio"] + span:after {
    transition: all 0.3s ease;
    transform: rotate(-90deg);
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 50%;
    background: var(--color-red);
    opacity: 0;
    transform: scale(0);
    width: auto;
    height: auto;
}

.custom-check input[type="radio"]:checked + span:after {
    opacity: 1;
    transform: scale(1);
}

.login-check .custom-check {
    margin-top: 20px;
}

.subscribe-check .custom-check {
    margin-bottom: 25px;
}

.subscribe-btn {
    margin-top: 20px;
}



.modal.custom-modal.report-modal .modal-dialog{
    /*width: 680px;*/
    width: 1200px;
    height:1200px;
    /*max-width: 100%;*/
}
.report-moda-slide .carousel-control-prev .carousel-control-prev-icon,
.report-moda-slide .carousel-control-next .carousel-control-next-icon{
    background-color: var(--color-red);
    padding: 23px;
    background-size: 23px;
}
.report-moda-slide .carousel-control-prev{
    justify-content: flex-start;
    transform: translateX(-35px);
}
.report-moda-slide .carousel-control-next{
    justify-content: flex-end;
    transform: translateX(35px);
}
#reportcarouselControls{
    padding:0 25px;
}
.report-moda-slide .carousel-inner{
    margin-bottom: 0;
    border: 3px solid var(--color-red);
    border-radius: 5px;
}
.report-moda-slide .carousel-inner .carousel-item img{
    /*max-width: 100%;
    width: auto;*/
    width: 100%;
}
.modal.custom-modal.report-modal .modal-footer{
    justify-content: center;
}
.btn.report-button{
    background: var(--color-red);
    color: #fff;
    padding: 7px 15px;
    font-size: 16px;
    min-width: 100px;
    border-radius: 22px;

}
/*.report-moda-slide .carousel-item{
    text-align: center;
}*/
/* 24.08.2020 */


/* =================================Midea Center================================= */

.virtual-pro-sec {
    background: #f9f9f9;
    padding: 70px 0;
}

.virtual-panel {
    box-shadow: 0 0 24px 3px rgba(84, 84, 84, 0.15);
    margin-bottom: 20px;
}

.virtual-left {
    padding: 25px 0 15px 25px;
}

.virtual-left article {
    display: block;
    margin: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.virtual-left article span {
    font-size: 15px;
    color: #465362;
    display: block;
    opacity: 0.7;
}

.virtual-left article h3 {
    font-size: 24px;
    color: var(--color-red);
    line-height: 34px;
    padding: 15px 0;
    margin: 0;
    font-family: 'hero_newsemibold';
}

.virtual-left article h3 sup {
    font-size: 64%;
}

.virtual-left p {
    font-size: 16px;
    line-height: 34px;
    color: #465362;
}

.virtual-left figure {
    display: flex;
    justify-content: space-between;
    margin: 28px 0 0 0;
    align-items: center;
}

.virtual-left figure span {
    background: var(--color-red);
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 3px;
}

.virtual-left figure a {
    color: var(--color-red);
    position: relative;
    font-size: 14px;
    font-family: 'hero_newsemibold';
}

.virtual-left figure a:after {
    width: 0;
    height: 0;
    border-left: 8px solid var(--color-red);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: "";
    display: inline-block;
    margin-left: 10px;
}

.media-center-search {
    transform: translateY(-50%);
}

.media-center-search .input-group {
    border: 1px solid var(--color-red);
    border-radius: 4px;
    background: #f9f9f9;
}

.media-center-search .input-group input.form-control {
    height: 60px;
    border: none;
    padding: 0 20px;
    background: #f9f9f9;
}

.media-center-search .input-group .input-group-append {
    padding: 7px 7px 7px 0;
    background: transparent;
    border-radius: 5px;
}

.media-center-search .input-group .input-group-append .btn {
    border-radius: 4px;
    padding: 0 50px;
    color: #fff;
    background: var(--color-red);
    font-size: 14px;
    font-family: 'hero_newsemibold';
    letter-spacing: 0.9px;
}

.media-article ul {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.media-article ul li {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.card.article-box {
    border-radius: 0;
    border: none;
    background: #f1f3f5;
    height: 100%;
    position: relative;
}

.card.article-box:after {
    height: 2px;
    background: var(--color-red);
    width: 0;
    position: absolute;
    left: 0;
    top: 100%;
    content: "";
    transition: all 0.3s ease;
}

.card.article-box:hover:after {
    width: 100%;
}

.card.article-box .card-img-top {
    border-radius: 0;
    border: none;
}

.card.article-box .card-body {
    border: none;
    position: relative;
    padding: 15px 25px;
    padding-bottom: 70px;
}

.card.article-box .card-body a.card-title,
.card.article-box .card-body h5.card-title {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    font-family: 'hero_newsemibold';
    color: #000;
    font-weight: normal;
    transition: color 0.3s ease;
}

.card.article-box:hover .card-body a.card-title {
    color: var(--color-red);
}

.card.article-box .card-body a.bottom-link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 17px 25px;
    display: block;
    color: var(--color-red);
    border-top: 1px solid #d8dadc;
    font-size: 14px;
    font-family: 'hero_newsemibold';
}

.card.article-box .card-body a.bottom-link span {
    display: inline-block;
    position: relative;
}

.card.article-box .card-body a.bottom-link span:after {
    width: 0;
    height: 0;
    border-left: 8px solid var(--color-red);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: "";
    display: inline-block;
    margin-left: 10px;
}

.view-all-article-link {
    margin: 40px 0;
    text-align: center;
}

.view-all-article-link a {
    display: inline-block;
    border: 1px solid #465362;
    color: #465362;
    background: #fcfcfd;
    border-radius: 3px;
    padding: 15px 35px;
    font-size: 13px;
    font-family: 'hero_newsemibold';
}

.view-all-article-link a:hover {
    text-decoration: none;
}




.pricing-plan-sec{
    padding: 30px 0;
    text-align:center;
}
.pricing-plan-sec h2.main-heading{
    font-size: 32px;
    color: #000;
    line-height: 55px;
    margin: 0 0 35px;
    font-family: 'hero_newbold';
}
.pricing-plan-sec h2.main-heading span{
    display: inline;
    color: var(--color-red);
}

.pricing-box{
    height: 100%;
    background: #fff;
    box-shadow:0 3px 10px 0 rgba(143,143,143,0.15) ;
}
.pricing-top{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#465362+0,456284+100 */
    background: rgb(70,83,98); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgba(70,83,98,1) 0%, rgba(69,98,132,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(70,83,98,1) 0%,rgba(69,98,132,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(70,83,98,1) 0%,rgba(69,98,132,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#465362', endColorstr='#456284',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding-bottom: 30px;
    border-bottom: 5px solid var(--color-red);
}
.pricing-top h4{
    height: 125px;
    color: #fff;
    padding:35px 15px;
    font-size: 18px;
    line-height: 30px;
    font-family: 'hero_newsemibold';
}
.pricing-top h4 span{
    display: block;
    font-size: 14px;
    font-family: 'hero_newregular';
}
.pricing-top h2{
    font-size: 47px;
    font-family: 'hero_newbold';
    color: #fff;
}
.pricing-top h2 .dollar{
    font-size: 23px;
    font-family: 'hero_newmedium';
}
.pricing-top h2 .month{
    font-size: 15px;
}
.pricing-top p{
    font-size: 16px;
    font-family: 'hero_newregular';
    color: #fff;
}
.pricing-box article{
    padding:25px 20px;
}
.pricing-box article ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
.pricing-box article >  ul > li{
    margin-bottom: 25px;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    font-family: 'hero_newsemibold';
    line-height: 27px;
}
.pricing-box article >  ul > li:after{
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 20px;
    color: var(--color-red);
}
.pricing-box article >  ul > li > ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.pricing-box article >  ul > li > ul > li{
    font-size: 13.5px;
    color: #535353;
    line-height: 25px;
    font-family: 'hero_newregular';
    position: relative;
    padding-left: 20px;
    margin:10px 0;
}
.pricing-box article >  ul > li > ul > li:after{
    content: "-";
    left: 0;
    top: -1px;
    font-size: 20px;
    color: #535353;
    position: absolute;
}
.select-plan-btn{
    background: var(--color-red);
    color: #fff;
    display: block;
    padding: 15px 10px;
    font-size: 13.5px;
    font-family: 'hero_newsemibold';
    margin: 0 25px 30px;
    letter-spacing: 0.4px;
}
.select-plan-btn:hover{
    color: #fff;
    text-decoration: none;
}

.pricing-plan-sec p.info{
    font-size: 16px;
    line-height: 32px;
    width: 690px;
    max-width: 100%;
    margin: 45px auto;
    opacity: 0.7;
}




.pricing-features{
    text-align: center;
}
.pricing-features h2{
    font-size: 27px;
    margin: 0 0 40px 0;
}
.pricing-features-box{
    margin-bottom: 30px;
    height:calc(100% - 30px);
    box-shadow:0 3px 10px 0 rgba(143,143,143,0.15) ;
}
.pricing-features-box h2{
    background: #eeeeee;
    padding: 5px 30px;
    font-size: 19px;
    color: #000;
    font-family: 'hero_newbold';
    margin: 0;
    display: flex;
    align-items: center;
    height: 90px;
    line-height: 28px;
}
.pricing-features-box h2 img{
    margin-right: 15px;
}
.pricing-features-box ul{
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 30px;
    padding-bottom: 5px;
}
.pricing-features-box h2 span{
    text-align: left;
}
.pricing-features-box ul li{
    margin-bottom: 25px;
    position: relative;
    padding-left: 35px;
    font-size: 16px;
    font-family: 'hero_newmedium';
}
.pricing-features-box ul li:after{
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 20px;
    color: var(--color-red);
}

.rqs-demo-btn{
    margin: 30px 0 50px;
}
.rqs-demo-btn a{
    display: inline-block;
    margin: 0 0 30px 0;
    background: var(--color-red);
    color: #fff;
    padding: 13px 25px;
    font-size: 13px;
    border-radius: 4px;
}
.rqs-demo-btn p{
    font-size: 13px;
    line-height: 18px;
    opacity: 0.5;
    color: #000;
}

/*media center post Styles*/
.MarginBottom20{
    margin-bottom: 20px;
}
.MarginBottom50 {
    margin-bottom: 50px;
}
.MarginBottom30{
    margin-bottom: 30px;
}
.smSectionHead{    
    font-size: 32px;
    color: #475463;
    font-family: 'open_sansregular';
}
.signupBlock{
    background-color: #ebecee;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}
.maxWidth800{
    max-width: 800px;
    margin: auto;
}
.postInfoWrap span{
    font-size: 18px;
    color: #475463;
    font-family: 'open_sansregular';
}
.postInfoWrap a{
    display: inline-block;
    color: #C94B4F;
    font-size: 18px;
    font-family: 'open_sansregular';
    margin: 0 0 0 20px
}
.postInfoWrap a i{
    font-size: 24px;
    color: #C94B4F;
    margin-right: 7px;
    vertical-align: bottom;
}
.paddBottom80{
    padding-bottom: 80px;
}
.text-right-align{
    text-align: right;
}
.LeftPicWrap{
    float: left;
}
.LeftPicWrap img{
    max-height:300px;
    max-width:200px;
}
.LeftPicWrap iframe{
    max-height:300px;
    max-width:200px;
}
.textContent h3{
    font-size: 24px;
    color: #c94b4f;
    color: #bd3b40;
    font-weight: bold;
    margin: 0 0 15px;
    font-family: 'Open Sans';
}
.readLink{
    font-size: 16px;
    color: #c94b4f;
    color: #bd3b40;
    font-family: 'open_sansregular';
}
.textContent p{
    font-size: 16px;
    color: #475463;
    margin: 0 0 20px;
}
.textContent h3.smTitle{
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;    
    font-family: 'open_sansregular';
    line-height: 24px;
}
.rightContentWrap{
    margin-left: 210px;
}







.faq-section{
    padding: 120px 0;
}
.faq-section-inr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.faq-section-inr ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.faq-section-inr ul li{
    margin-left: 30px;
}
.faq-section-inr ul li a{
    padding: 0;
    font-size: 16px;
    color: #9a9a9a;
    font-family: 'hero_newmedium';
}
.faq-section-inr ul li a.active{
    color: var(--color-red);
    border-bottom: 1px solid var(--color-red);
}
.faq-section-inr h2{
    position: relative;
    color: #000;
    font-size: 32px;
    font-family: 'hero_newextrabold';
}
.faq-section-inr h2::before{
    position: absolute;
    left: 0;
    bottom: 100%;
    content: attr(data-title);
    color: var(--color-red);
    font-size: 14px;
    letter-spacing: 5px;
    margin: 0 0 10px 1px;
}
.faq-section-inr h2 span{
    color: var(--color-red);
}
.faq-accordion .card:first-child{
    border-top: 1px solid #ddd;
}
.faq-accordion .card{
    border: none;
    border-bottom: 1px solid #ddd;
    padding:0;
}
.faq-accordion .card .card-header{
    background: transparent;
    border: none;
    padding: 0;
}
.faq-accordion .card .card-header button{
    background: transparent;
    border:none;
    padding: 0;
    width: 100%;
    text-align: left;
    height: auto;
    font-family: 'hero_newsemibold';
    font-size: 17px;
    padding: 25px 0;
    position: relative;
}
.faq-accordion .card .card-header button:focus{
    outline: 0;
    border: none;
}
.faq-accordion .card .card-header button.collapsed:after{
    content: "\f055"; 
}
.faq-accordion .card .card-header button:after{
    content: "\f056";   
    font-family: 'Font Awesome 5 Free';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    position: absolute;
    right: 0;
    color: var(--color-red);
    font-size: 20px;
    top: 28px;
}
.faq-accordion .card .card-body{
    padding:0 0 25px 0;
}

.faq-contact.faq-section-inr{
    margin: 50px 0 0;
    align-items: center;
}
.faq-contact a{
    background: var(--color-red);
    color: #fff;
    font-size: 14px;
    color: #fff;
    padding: 15px 50px;
    border-radius: 5px;
}
.customButton {
    background: var(--color-red);
    color: #fff;
    display: block;
    padding: 15px 10px;
    font-size: 13.5px;
    font-family: 'hero_newsemibold';
    margin: 10px auto;
    letter-spacing: 0.4px;
    width: 16%;
}
.trial_txt{margin: 20px auto;}
.trial_txt a {
    border: 1px solid var(--color-red);
    color: var(--color-red);
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 3px;
    background-color: transparent;
    font-weight: 600;
    outline-color: transparent;
    padding: 15px 23px 12px 23px;
    margin: 17px auto;
}
.testimonal_content_wrapper.custom_testimonial .tes_img_leftcontrol .testimonal_user_conty_full{
    display:flex;
}
.testimonal_content_wrapper.custom_testimonial .tes_img_leftcontrol.tes_img_rightcontrol .row .testimonal_user_conty_full, 
.testimonal_content_wrapper.custom_testimonial .tes_img_leftcontrol.tes_img_rightcontrol .row{
    flex-flow: row-reverse;
}
.testimonal_content_wrapper.custom_testimonial a.customButton.txtbold_btn{
    display: inline-block;
    width: auto;
    border-radius: 30px;
    padding: 15px 30px;
}







.input_section.custom_privacy_policy{
    padding: 50px 0;
}
.input_section.custom_privacy_policy .page_content.maxwidth{
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
}
.input_section.custom_privacy_policy .privacy_policy_main_area h3 {
    font-family: 'hero_newsemibold' !important;
}
.input_section.custom_privacy_policy p{
    color: #475463 !important;
    line-height: 30px !important;
    font-size: 15px;
}
.input_section.custom_privacy_policy p span{
    font-family: 'hero_newregular' !important;
}
.input_section.custom_privacy_policy ul li{
    padding: 5px 0;
}
.btn-custom {
    border-radius: 4px;
    padding: 10px 20px;
    color: #fff;
    background: var(--color-red);
    font-family: 'hero_newsemibold';
}
.btn-custom:hover {
    color: #fff;
}




/* featcher page */

.featcher-hold{
    background: #f9f9f9;
}
.featcher-top{
    text-align: center;
    padding: 50px 0;
}
.featcher-top h2{
    font-size: 32px;
    font-family: 'hero_newbold';
    margin: 40px 0;
}
.featcher-top h2 p{
    display: inline-block;
    margin: 0;
    font-size: 82%;
}
.featcher-top h2 span{
    color: var(--color-red);
}
.featcher-top p{
    margin:5px 0 0 0;
    font-size: 14px;
    font-family: 'hero_newregular';
}
.featcher-top ul{
    list-style: none;
    display: inline-flex;
    flex-flow: column;
    padding: 0;
    margin: 0;
    width: 500px;
    max-width: 100%;
}
.featcher-top ul li{
    display: flex;
    background: #fff;
    padding: 28px 30px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px 3px rgba(143,143,143,0.15);
    align-items: center;
    position: relative;
    text-align: left;
    cursor: pointer;
}
.featcher-top ul li:after{
    position: absolute;
    width: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: var(--color-red);
    transition: all 0.3s ease;
    opacity: 0;
}
.featcher-top ul li:hover:after{
    width: 6px;
    opacity: 1;
}
.featcher-top ul li img{
    margin-right:15px;
}
.featcher-top ul li h3{
    font-size: 19px;
    font-family: 'hero_newbold';
    margin: 0;
}
.report-featcher{
    margin: 50px 0 0 0;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 50px;
}
.report-featcher .investment_img_holder{
    display: inline-flex;
    max-width: 100%;
    width: 640px;
}

.featcher-block{
    padding: 25px 0;
}
.featcher-block-hd{
    margin-bottom: 25px;
}
.featcher-block-hd h2{
    font-size: 32px;
    font-family: 'hero_newbold';
    line-height: 54px;
}
.featcher-block-hd h2 span{
    display: block;
    color: var(--color-red);
}

.featcher-block-box{
    padding: 50px;
    background: #fff;
    margin-bottom: 40px;
    box-shadow: 0 0 10px 3px rgba(143,143,143,0.15);
}
.featcher-block-box h3{
    font-size: 25px;
    margin-bottom: 30px;
    font-family: 'hero_newsemibold';
}
.featcher-block-box p{
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 25px;
}
.featcher-block-box h5{
    font-size: 20px;
    margin-bottom: 25px;
    font-family: 'hero_newmedium';
}
.featcher-block-box ul{
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
}
.featcher-block-box ul li{
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-left: 30px;
}
.featcher-block-box ul li b{
    display: inline;
}
.featcher-block-box ul li::before{
    width: 17px;
    height: 10px;
    border: 2px solid var(--color-red);
    content: "";
    display: inline-block;
    transform: rotate(-45deg);
    border-width: 0 0 2px 2px;
    margin-right: 10px;
    margin-top: 3px;
    position: absolute;
    left: 0;
    top: 0;
}
.featcher-img{
    border: 2px solid #848484;
    box-shadow: 0 0 10px 3px rgba(143,143,143,0.15);
    min-height: 300px;
}
.featcher-img img{
    width: 100%;
}
.featcher-img-link{
    display: block;
    text-align: center;
    font-size: 18px;
    color:  var(--color-red);
    line-height: 28px;
    text-decoration: underline;
}
.featcher-img-link:hover{
    color:  var(--color-red);
}



/* Testimonial Page*/
.testimonial-sec{
    padding: 50px 0;
}
.testimonial-hd{
    text-align: center;
    padding: 25px 0;
}
.testimonial-hd h3{
    font-size: 27px;
    color: #000;
    font-family: 'hero_newregular';
}
.testimonial-hd h3 b,
.testimonial-hd h3 span{
    font-family: 'hero_newbold';
    font-size: 110%;
    font-weight: normal;
}
.testimonial-hd h3 span{
    color: var(--color-red);
}
.testimonial-hd h2{
    font-size: 32px;
    font-family: 'hero_newbold';
    margin: 15px 0;
    padding:10px 0 35px 0;
    position: relative;
}
.testimonial-hd h2 span{
    color: var(--color-red);
}
.testimonial-hd h2:after{
    position: absolute;
    width: 28px;
    height: 4px;
    background: var(--color-red);
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.testimonial-sec .col-md-6.col-lg-4{
    margin:70px 0;
}
.testimonial-box{
    position: relative;
    border-top: 3px solid var(--color-red);
    background: #f4f5f7;
    padding: 25px;
    padding-top:0;
    text-align: center;
    padding-bottom: 130px;
    height: 100%;
}
.ts-user-top{
    margin-top: -60px;
    text-align: center;
}
.ts-user-top span.ts-user-img{
    border-radius: 50%;
    /* border: 4px solid var(--color-red); */
    display: inline-block;
    width: 117px;
    height: 117px;
    position: relative;
}
.ts-user-top span.ts-user-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.ts-user-top span.ts-user-img:after{
    position: absolute;
    right: -20px;
    bottom: -3px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    content: "";
    background: var(--color-red) url(../img/chat.png) no-repeat center;
    box-shadow: 0 0 0 4px #f4f5f7;
}

.testimonial-body{
    padding: 45px 0;
}
.testimonial-body p{
    font-size: 15px;
    line-height: 26px;
    font-family: 'hero_newregular_italic';
}
.testimonial-box-footer{
    padding: 15px 20px;
    text-align: center;
    position: absolute;
    bottom: 0;
    min-height: 125px;
    left: 0;
    right: 0;
}
.testimonial-box-footer h4{
    font-size: 16px;
    color: var(--color-red);
    font-family: 'hero_newsemibold';
}
.testimonial-box-footer p{
    font-size: 15px;
    line-height: 26px;
    font-family: 'hero_newregular_italic';
}

.loading-testimonial div{
    display: inline-flex;
    align-items: center;
    background: var(--color-red);
    color: #fff;
    padding: 10px 25px;
    border-radius: 2px;
    margin-bottom: 35px;
}
.loading-testimonial div span{
    /* margin-left: 10px; */
    font-size: 13px;
    font-family: 'hero_newsemibold';
}
.disabled_link {
    pointer-events: none !important;
    cursor: default !important;
}
.cursorPointer{
    cursor: pointer;
}
