﻿/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.footer-top {
    background: #18356c;
}
/*#HomeChartcontainer .iconHandAnimate {
    display: inline-block;
    font-size: 40px;
    animation: rotateTilt 2s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}

@keyframes rotateTilt {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}*/


.body-container-wrapper {
    background-color: #f2f3f6;
}

.Dark-Blue-Bg .pwr-header.pwr-header-fixed {
    min-height: 3vw;
}

#gArcMiden, #Underpriced_Text, #Overpriced_Text {
    display: none !important
}
/*#HomeChartcontainer {
    transform: scale(1.8);
    position: relative;
    top: 2.5rem;
}*/
svg .iconHandAnim {
    display: inline-block;
    animation: rotateLeftAndReset 2s ease-in-out infinite; /* 2 seconds animation */
    transform-origin: center; /* Ensure rotation happens around the center */
}
@keyframes rotateLeftAndReset {
    0% {
        transform: rotate(0deg); /* Start at original position */
    }

    50% {
        transform: rotate(-15deg) translate(122px, -140px); /* Rotate 180 degrees to the left */
    }

    100% {
        transform: rotate(0deg); /* Reset to the original position */
    }
}
.carosel .btn-theme {
    background-color: #224d9d;
    color: #fff;
    font-size: 1vw;
    padding: 0.5vw 1.5vw;
    border: 0;
    border-radius: 3px;
    min-width: 10vw;
    font-family: var(--ff-regular);
    border-left: 0.4vw solid #ff8329;
    margin-top: 1vw;
    min-height: 4vw;
    vertical-align: middle;
    font-weight: 400;
}

.carosel .btn img {
    width: 2vw;
    min-height: 1.6vw;
}

.carosel .btn-theme-white {
    background-color: #fff !Important;
    color: #224d9d !important;
    font-size: 1vw !Important;
    padding: 0.4vw 1.5vw !Important;
    border: 0;
    min-width: 12vw;
    font-family: var(--ff-regular);
    outline: 0;
    border: 0px solid transparent !important;
    border-left: 0.4vw solid #ff8329 !Important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1.4vw;
    min-height: 3.6vw;
}

.carosel .btn span.text {
    text-align: left;
    margin-left: 2vw;
    line-height: 1.4;
}

.carosel .btn {
    transition: none !important;
    margin-top: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

    .carosel .btn:focus {
        transition: none !important;
        margin-top: 0 !important;
        outline: none !important;
        box-shadow: none !important;
    }

.talkOuter {
    margin-top: 1vw;
}

.talkOpen {
    border: 1px solid #e6e6e6;
    padding: 10px 15px 0;
    margin: 1rem 0 1rem;
    background: #ffffff;
    z-index: 99;
    position: relative;
    box-shadow: 0px 0px 14px #0000001a;
}

.btn-theme.openForm {
    background: none;
    color: #224d9d;
    padding: 0;
    border: 0;
    margin-top: 0;
}

.carosel .openForm:hover {
    background-color: transparent !important;
    color: #224d9d !important;
}

.carosel .btn .formOpened img {
    width: 3vw;
    min-height: 1.6vw;
}

.carosel .btn.openForm span.text {
    text-align: left;
    margin-left: 1vw;
}

.formOpened {
    display: none;
}

.openForm .formOpened {
    display: block;
}

.openForm .formClosed {
    display: none;
}

.carosel .cnt-website {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: underline;
    color: #999999;
    font-family: var(--ff-light);
    font-size: 1vw;
    margin-top: 1.2vw;
}

.carosel .pick-time {
    margin-top: 0.3vw;
    color: #ff8329;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: underline;
    font-family: var(--ff-light);
    font-size: 1vw;
    margin-top: 1.2vw;
    display: none;
}

.movetoBtm .moveclose {
    display: none !important;
}

.openForm .moveclose {
    display: block !important;
}

.calendarModal {
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    box-shadow: none;
    border-radius: 0.3rem;
    outline: 0;
}

@media(min-width:1200px) {
    .carosel .pick-time {
        position: absolute;
        top: 23vw;
        left: 0;
        right: 0;
    }
}

@media(min-width: 991px) {
    .disMobile {
        display: none;
    }

    .carosel .btn-theme:hover {
        background-color: #4E74BA !important;
        color: #fff;
    }

    .carosel .openForm:hover {
        background-color: transparent !important;
        color: #fff;
    }

    .toolDisclaimer p sup {
        font-size: 0.3vw;
    }
}

.toolDisclaimer {
    /*position: absolute;*/
    padding: 0vw 0;
    margin-top: 1vw;
    right: 0;
    bottom: 0;
}

    .toolDisclaimer p {
        font-size: 0.7vw;
        line-height: 1.3;
        padding: 0 1vw;
        margin-bottom: 1.4vw;
    }

.disclaimerOuter {
    border: 1px solid #eee;
    box-shadow: 0px 0px 14px #0000001a;
}

.disclaimerBtn.show .movecloseDisclaimer {
    display: block !important;
}

.disclaimerTop {
    top: 10% !important;
}

.carosel .disclaimerBtn.collapsed {
    display: block;
    background: #f1f1f1 !important;
    color: #2b2b2b !important;
    white-space: inherit;
    border-left: 0.4vw solid #ff8329 !Important;
}

.carosel .disclaimerBtn {
    background-color: #fcfcfc !important;
    border-left: 0.4vw solid transparent !important;
}

#talk-to-Spec-popup {
    margin: 1vw 0;
    background: #fff;
    padding: 0.6vw .5vw !important;
    margin: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

    #talk-to-Spec-popup, #talk-to-Spec-popup label {
        color: #4b4b4b;
        font-size: 0.85vw;
        font-family: var(--ff-medium);
        font-weight: 500;
        margin-bottom: 0vw;
    }

        #talk-to-Spec-popup .hs-form-required {
            color: #f26b56;
        }

        #talk-to-Spec-popup ul {
            padding: 0;
            position: absolute;
            width: 100%;
        }

            #talk-to-Spec-popup ul li {
                list-style-type: none;
            }

        #talk-to-Spec-popup .hs-fieldtype-radio {
            visibility: hidden;
            height: 0;
        }

            #talk-to-Spec-popup .hs-fieldtype-radio label {
                visibility: hidden;
                height: 0;
            }

            #talk-to-Spec-popup .hs-fieldtype-radio .inputs-list {
                visibility: hidden;
                height: 0;
            }

        #talk-to-Spec-popup input, #talk-to-Spec-popup select {
            width: 100%;
            min-height: 25px;
            padding: 0.2vw 12px;
            font-size: 0.9vw;
            color: #333;
            /*margin-bottom: 0.5vw;*/
            outline: none;
            border: 1px solid #ddd;
            font-family: var(--ff-light);
        }

        #talk-to-Spec-popup .submitted-message p {
            font-size: 1vw !important;
            color: #4b4b4b;
            padding: 2vw;
            text-align: center !important;
        }

        #talk-to-Spec-popup .hs-button {
            background-color: #224d9d;
            color: #fff;
            font-size: 1vw;
            padding: .6vw 1.5vw;
            border: 0;
            border-left: 0.4vw solid #ff8329;
            width: 100%;
            min-width: 12vw;
            margin: 1.2vw 0 0.7vw;
            border-radius: 0.2vw;
        }

            #talk-to-Spec-popup .hs-button:hover {
                background-color: #4E74BA;
                color: #fff;
            }

        #talk-to-Spec-popup li.hs-form-radio label {
            display: flex;
            width: 100%;
            align-items: center;
        }

            #talk-to-Spec-popup li.hs-form-radio label input {
                width: 15px;
                margin-right: 10px;
                height: 15px;
            }

        #talk-to-Spec-popup p {
            text-align: left !important;
            font-size: 0.8vw;
            margin: 0;
        }

        #talk-to-Spec-popup a {
            color: #0bf;
            font-family: var(--ff-medium);
            font-size: 0.8vw;
        }

        #talk-to-Spec-popup .submit-desc {
            color: #152B4F !important;
            font-size: 0.8vw;
        }

        #talk-to-Spec-popup .hs-form-field {
            margin-top: 0.3vw;
            margin-bottom: 1.2vw;
        }

            #talk-to-Spec-popup .hs-form-field.hs-firstname {
                width: 49%;
                margin-right: 2%;
                position: relative;
            }

            #talk-to-Spec-popup .hs-form-field.hs-lastname {
                width: 49%;
                position: relative;
            }

        #talk-to-Spec-popup .hs-error-msg {
            font-size: 0.75vw;
            position: absolute;
            font-family: var(--ff-medium);
            font-weight: 100;
        }

        #talk-to-Spec-popup .hs-fieldtype-radio {
            position: relative;
        }

            #talk-to-Spec-popup .hs-fieldtype-radio .hs-error-msg {
                top: 2px;
                left: 9vw;
            }

        #talk-to-Spec-popup .hs-nested-form-fix {
            position: relative;
        }

        #talk-to-Spec-popup .hs-error-msgs label {
            color: #f26b56;
            /*background: #ffeae7;
        padding: 0.2vw 0.4vw;*/
            right: 7px;
            left: 0;
            top: 0.1vw;
            line-height: 1;
            font-size: 0.65vw;
            font-weight: 100;
            font-family: var(--ff-medium);
        }

        #talk-to-Spec-popup::-webkit-input-placeholder {
            color: transparent;
        }

        #talk-to-Spec-popup:-moz-placeholder {
            color: transparent;
        }

        #talk-to-Spec-popup::-moz-placeholder {
            color: transparent;
        }

        #talk-to-Spec-popup:-ms-input-placeholder {
            color: transparent;
        }

        #talk-to-Spec-popup input::placeholder {
            color: transparent;
        }

/***** popup form *******/
.carosel .btn-theme-white span.small-ft {
    font-size: 0.8vw;
    font-family: var(--ff-light);
}

.animateCircle {
    fill: #dbdcdd;
    animation: MoveUpDown 1.7s linear infinite;
}

.text-drag {
    transform: translate(708px,220px) rotate(-2deg);
    font-size: 16px;
    fill: #fff;
    font-family: var(--ff-medium);
}

.trag-arw1 {
    opacity: 1;
    animation: showHide 4s linear infinite;
}

.trag-arw2 {
    opacity: 1;
    animation: showHide1 4s linear infinite;
}

.STw_top_ico {
    display: none;
}

    .STw_top_ico text {
        text-anchor: middle;
        font-size: 9px;
        /*font-family: poppins-medium;*/
        fill: #f2f2f2;
        line-height: 1.2;
        padding-bottom: 4px;
    }

@keyframes MoveUpDown {
    0%, 100% {
        transform: rotate(360deg) translate(0px,-158px);
        opacity: 1;
    }

    50% {
        transform: rotate(360deg) translate(0px,-158px) scale(1.5);
        opacity: 0.5;
    }

    100% {
        transform: rotate(360deg) translate(0px,-158px) scale(2);
        opacity: 0;
    }
}

@keyframes MoveUpDownLosers {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes showHide1 {
    0% {
        opacity: 0;
        fill: #fff;
    }

    25% {
        opacity: 0;
        fill: #fff;
    }

    40% {
        opacity: 1;
        fill: #fff;
    }

    65% {
        opacity: 1;
        fill: #fff;
    }

    85% {
        opacity: 1;
        fill: #fff;
    }

    100% {
        opacity: 0;
        fill: #fff;
    }
}

@keyframes showHide {
    0% {
        opacity: 0;
        fill: #fff;
        display: block;
    }

    50% {
        opacity: 0;
        fill: #fff;
    }

    65% {
        opacity: 1;
        fill: #fff;
        display: block;
    }

    85% {
        opacity: 1;
        fill: #fff;
        display: block;
    }

    100% {
        opacity: 0;
        fill: #fff;
    }
}

.Navbar .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-buttons-etf a {
    color: #fff;
    font-family: opensans-semibold;
    font-size: .9vw;
    padding: .38vw 3.4vw;
    min-height: 30px;
    border: 1px solid #0bf !Important;
    text-transform: capitalize;
    background: #0bf !Important;
    cursor: pointer;
    min-width: 120px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    transition: all .2s;
    text-decoration: none;
}

    .nav-buttons-etf a:hover {
        color: #ffffff;
        text-decoration: none;
        background: transparent !important;
        border: 1px solid #fff !important;
    }

body {
    /*background-color: #f2f3f6;*/
    height: 100%;
    width: 100%;
}

#gCompetitive, .gfillCompMouseover {
    display: none;
}
#gCompetitive .Competitiveon {
    opacity: 1;
}
#gCompetitive .on text {
    opacity: 1 !important;
}

#gCompetitive .on {
    opacity: 1 !important;
}

#gCompetitive.showAll text {
    opacity: 1;
}

#gCompetitive .txt {
    fill: #2B468F !important;
    font-family: var(--ff-regular);
    font-size: 9px;
}

#gCompetitive text, #gCCompetitive text {
    font-size: 12px;
    /*fill: #fff !important;*/
    cursor: pointer;
    font-family: var(--ff-regular);
    text-transform: capitalize;
    /*letter-spacing:-1px;*/
}
    #gCompetitive text.AVHideTxt, #gCCompetitive text.AVHideTxt {
        opacity: 0;
        visibility:hidden; 
    }
.comp {
    font-family: var(--ff-regular);
    font-size: 1px;
    /*cursor: pointer;*/
    fill: #666666;
    /*text-transform: uppercase;*/
}

    .comp text {
        display: none;
    }

    .comp .bgrect {
        display: none;
    }

    .comp .on {
        font-size: 10px;
        display: block !important;
        z-index: 10;
    }

    .comp .recton {
        fill: #00b9ff;
    }

.compHighLight .crect {
    /* fill: #333;*/
    display: block !important;
}

.crect {
    /*fill: #7b7b7c;*/
    display: block;
}

.onrect {
    fill: #4b4b4b;
    width: 28px !important;
}

.container {
    /*margin: 150px auto;
    max-width: 640px;*/
}



.slider1 .homeScore2 {
    font-size: 24px;
    font-family: 'opensans-extrabold';
    text-anchor: middle;
}

.slider1 .homeScore1 {
    font-size: 11px !important;
    font-family: 'opensans-bold';
    fill: #224b9e;
    line-height: 1.2;
    width: 62%;
    text-transform: capitalize;
    text-anchor: start;
}

.slider1 .STw_middle .subname {
    text-anchor: middle;
    font-size: 11px;
    font-family: 'opensans-semibold';
    fill: #224b9e;
    padding-bottom: 2px;
}

.slider1 .STw_middle .name-txt {
    text-anchor: middle;
    font-size: 11px;
    font-family: var(--ff-medium);
    fill: #224b9e;
    line-height: 1.2;
    padding-bottom: 4px;
}

.slider1 .STw_middle .name {
    text-anchor: middle;
    font-size: 2.5rem;
    font-family: var(--ff-medium);
    fill: #ffffff;
    line-height: 1.2;
    padding-bottom: 4px;
}

.draggedText .STw_middle text {
    text-anchor: middle;
    font-size: 13px !important;
    font-family: var(--ff-light);
    fill: #fff;
    line-height: 1.2;
    padding-bottom: 4px;
}

svg text .strong {
    font-family: var(--ff-semibold);
}

.slider1 .STw_middle .h-factValue {
    text-anchor: middle;
    font-size: 48px;
    font-family: var(--ff-bold);
    margin-right: 0;
    line-height: 1;
    padding-bottom: 2px;
}

.slider1 .STw_middle .name .f11 {
    font-size: 11.5px;
}

.slider1 .STw_middle .name .f10 {
    font-size: 10px !important;
}

#gCompeOver text {
    font-family: var(--ff-medium);
    font-size: 9px;
    fill: #333;
    display: block !important;
    cursor: pointer;
}

#gCompeOver rect {
    fill: #00b9ff;
    cursor: pointer;
}
.slider1 text.cls-1 {
    fill: #9ba3b1;
}
#gragText text {
    text-anchor: middle;
    font-size: 14px;
    font-family: var(--ff-regular);
    fill: #fff;
    line-height: 1.2;
    padding-bottom: 4px;
}

.mView {
    display: block;
}

.slideinfo-mobile {
    display: none;
}

.contentSlide li:before {
    display: none;
}

.contentSlide li {
    margin: 0 2px !important;
}

/*.carosel {
    position: absolute;
    top: 40%;
    right: 0%;
    width: 25%;
}*/

.carosel .contentSlide {
    background: #224e9d;
    border-radius: 30px;
    padding: 2rem;
}

.box {
    margin: auto auto;
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
    height: 72%;
    align-items: center;
}

.contentSlide .cyan-btn {
    text-align: center;
    margin-bottom: 2.2rem;
}

    .contentSlide .cyan-btn a {
        background: #fff;
        padding: 0.6vw 15px;
        border-radius: 2vw;
        color: #ffffff;
        font-family: var(--ff-medium);
        font-size: 1vw;
        width: 12vw;
        display: block;
        cursor: pointer;
        margin: auto;
        border: 0px solid #0099ff;
        transition: all .3s;
        text-align: center;
        position: relative;
    }

        .contentSlide .cyan-btn a img {
            position: absolute;
            left: 0.8vw;
            width: auto;
            top: 0;
            bottom: 0;
            margin: auto;
        }

        .contentSlide .cyan-btn a:hover {
            opacity: 0.8;
        }

.contentSlide .tweet {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.share a {
    width: 3vw;
    height: 3vw;
    background: #0099ff38;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    cursor: pointer;
}

    .share a .fa {
        color: #0099ff;
        font-size: 1.3vw;
        transition: all .3s;
    }

    .share a:hover {
        background: #0099ff;
        color: #fff !important;
    }

        .share a:hover .fa {
            color: #fff !important;
        }

.share .shareLink {
    display: flex;
    align-items: center;
    justify-content: center;
}

.refresh a {
    background: #224e9d;
    color: #b3b3b3 !important;
    border: 1px solid #b3b3b3;
}

.refresh .fa {
    position: relative;
    right: -2px;
    color: #fff !important;
}

.refresh a:hover {
    background: #fff;
    color: #224e9d !important;
}

    .refresh a:hover .fa {
        color: #224e9d !important;
        transform: rotate(90deg);
        right: 2px;
    }

.nametag {
    position: absolute;
    font-size: 1.1vw;
    display: none;
    text-align: center;
}

    .nametag.active {
        position: relative;
        padding: 0 1rem;
    }

    .nametag:nth-child(1) {
        font-size: 1vw !important;
        font-family: var(--ff-regular);
        color: #fff;
    }

    .nametag:nth-child(2) {
        font-size: 1.6vw !important;
        font-family: opensans-bold;
    }

    .nametag:nth-child(3) {
        font-size: 1.2vw !important;
        font-family: opensans-regular;
    }
/*
@keyframes fade
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  34.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  67.666% { opacity: 1}
  100% { opacity: 0}
}
*/
.logoSec {
    position: absolute;
    top: 32%;
    left: 0;
    width: 21vw;
    height: 9vw;
    transform: scale(0.8);
}

    .logoSec img {
        margin-bottom: 1vw;
        transition: all .3s;
        width: 100%;
        /*cursor: pointer;*/
    }

    .logoSec .circle {
        content: "";
        display: block;
        position: absolute;
        width: 0.8vw;
        height: 0.8vw;
        background: #666;
        top: 5vw;
        right: -1vw;
        z-index: 99;
        color: red;
        opacity: 1;
        border-radius: 100%;
    }

        .logoSec .circle:before {
            content: "";
            display: block;
            position: relative;
            width: 0.8vw;
            height: 0.8vw;
            background: #666;
            top: 0;
            right: 0;
            z-index: -9;
            color: red;
            opacity: 1;
            border-radius: 100%;
            animation: MoveUpDownLosers 1.7s linear infinite;
        }

    .logoSec span {
        font-size: 1.1vw;
        font-family: var(--ff-regular);
        display: block;
        opacity: 0;
        transition: all .4s;
        padding-top: 4vw;
    }

    .logoSec .anim {
        opacity: 0;
        transition: all .3s;
    }


    .logoSec h4 {
        color: #0099ff;
        font-size: 1.3vw;
        font-family: 'opensans-semibold';
    }

.content_sec {
    background: #fff;
    padding: 5vw 6vw !important;
}

.talk-to-spec h6 {
}

.content_sec h1 {
    color: #224E9D;
    font-size: 3.0vw;
    font-family: 'gravesend-bold' !important;
    text-transform: capitalize;
    margin-bottom: 2vw;
}

.content_sec h6 {
    color: #224e9d;
    font-size: 1.2vw;
    margin: 3rem 0 2rem;
}

.talk-to-spec .RightSec .row-fluid {
    display: flex;
    align-items: center;
}

.white-Layer .inside_curve {
    padding-bottom: 0 !important;
}

.content_sec p {
    font-size: 1.1vw;
    color: #4b4b4b;
    width: 95%;
    font-family: var(--ff-light) !important;
}

.content_sec.talk-to-spec p {
    width: 72%;
}

.width-80 {
    width: 77% !Important;
}

.cyan-Btn.orange {
    background: #ff6704;
    border: 2px solid #ff6704;
    color: #fff !important;
    width: auto;
    margin-top: 3.0rem;
    font-size: 1.0vw;
}

    .cyan-Btn.orange:hover {
        border: 2px solid #ff6704;
        background: transparent;
        color: #ff6704 !important;
    }

.desktopClose {
    display: block;
}

.mobileClose {
    display: none;
}

.calendly-inline-widget iframe {
    height: calc(85vh) !important;
}

@media (max-width:991px) {
    .content_sec p {
        width: 100%;
     
    }
    /*#HomeChartcontainer {
        transform: scale(2.5);
    }*/
    .talkOuter {
        margin-top: 10px;
    }

    .desktopClose {
        display: none;
    }

    .mobileClose {
        display: block;
    }

    #talk-to-Spec-popup .submitted-message p {
        font-size: 10pt !important;
    }

    .calendly-inline-widget iframe {
        height: 100% !important;
        max-height: inherit;
        margin-top: 0rem;
    }

    #myModalCal .meetings-iframe-container {
        padding-top: 0;
        height: 80%;
        top: 7rem;
    }

    #myModalCal .page.embedded .compact-container {
        padding-top: 0 !important;
    }

    #myModalCal .meetings-iframe-container {
        width: 100% !important;
    }

    .modal {
        margin-top: 0;
        background: #00000078;
    }

    #talk-to-Spec-popup .submitted-message p {
        font-size: 10pt !important;
    }

    .carosel .pick-time {
        font-size: 10pt !important;
    }

    .disMobile {
        display: block;
        margin-top: 2rem;
    }

        .disMobile h2 {
            font-size: 15pt !important;
            font-family: gravesend-semi;
        }

    #HomeChartcontainer svg .footer {
        display: none;
    }

    .toolDisclaimer p {
        padding: 15px 15px;
    }

    .toolDisclaimer {
        position: relative;
        width: 100%;
        right: 0;
        bottom: 0;
    }
    /*.carosel .openForm:hover {
        background-color: transparent !important;
        color: #fff;
    }*/
    #talk-to-Spec-popup .hs-form-field.hs-firstname, #talk-to-Spec-popup .hs-form-field.hs-lastname {
        width: 100%;
    }

    #talk-to-Spec-popup .hs-error-msgs label {
  
    }

    .moveclose {
        right: 20px !important;
        font-size: 18px;
    }

    .carosel .btn-theme-white {
        color: #224d9d !important;
        font-size: 10pt !Important;
        padding: 6px 15px !Important;
        border-left: 4px solid #ff8329 !Important;
        margin-top: 1.4vw;
        min-height: 3.6vw;
    }

    .form-t-head p {
        font-size: 0.9rem !important;
    }

    .form-t-head h4 {
        font-size: 1.2rem !important;
        color: #FD6420;
        margin-bottom: 1vw;
    }
    /*.logoSec {
        position: absolute;
        top: 5%;
        left: 0;
        right: 0;
        margin: auto;
        width: 90%;
    }*/
    .logoSec span {
       
        opacity: 1;
    }

    .geeks, .geeks1, .geeks2 {
        display: none;
    }

    .firstSec-top {
        padding: 5rem 0;
    }


    .content_sec h6 {
        color: #f1592d;

        margin: 1.5rem 0;
    }

    .nav-buttons-etf a {
        color: #fff;
        font-family: opensans-semibold;
        font-size: 10px;
    }

    .carosel .btn img {
        width: 35px;
        min-height: 35px;
    }

  

    .carosel .btn-theme-white {
        border: 0 !important;
        padding: 8px 15px !important;
    }

    .carosel .btn .formOpened img {
        width: 40px;
        min-height: 40px;
    }

    #talk-to-Spec-popup, #talk-to-Spec-popup label {
        
        margin-bottom: 5px;
    }

        #talk-to-Spec-popup input, #talk-to-Spec-popup select {
            min-height: 25px;
          
        
        }

     

        #talk-to-Spec-popup .hs-button {
          
            margin-top: 20px;
            padding: 8px 15px;
            border-left: 4px solid #ff8329;
        }

    .nametag:nth-child(1) {
        font-size: 13px !important;
        font-family: opensans-semibold;
        position: relative
    }

    .share .shareLink span {
        display: none;
        font-size: 12px !important;
    }

    .box {
        height: 62%;
    }

    .carosel .contentSlide {
        padding: 1rem;
    }

    .contentSlide .cyan-btn a {
        padding: 5px 10px;
        border-radius: 2vw;
        font-size: 12px !important;
        margin-bottom: 1.2rem;
        width: 100%;
    }

        .contentSlide .cyan-btn a img {
            position: absolute;
            left: 0.8vw;
            width: 15px;
            top: 0;
            bottom: 0;
            margin: auto;
        }

    .share a .label {
        line-height: 0;
    }

    .refresh .fa {
        position: relative;
        right: -1px;
        color: #fff !important;
    }

    .share a {
        width: 30px;
        height: 30px;
        background: #0099ff38;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 4px;
        cursor: pointer;
    }

        .share a .fa {
            color: #0099ff;
            font-size: 11px;
        }
}

@media (max-width: 850px) {
    .firstSec-top {
        padding: 0;
        padding-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .logoSec {
        position: absolute;
        top: 5%;
        left: 0%;
        right: auto;
        margin: auto;
        width: 25%;
    }
}

@media (min-width:768px) {
    #HomeChartcontainer svg .bg {
        display: none;
    }

    .mobileView {
        transform: scale(0.88);
    }

    .Navbar {
        background: #18356c;
        display: flex;
        align-items: center;
        padding-top: 0.3vw !Important;
        padding-bottom: 0.3vw !Important;
    }
}

.spinner-loader {
    position: fixed;
    width: 100% !important;
    height: 100%;
    top: 0;
    background: #ffffff;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.spinner img {
    width: 45px;
    height: 45px;
}
/***** Header fixed remove ****/
.pwr-burger, .pwr-header-right-bar, .pwr-js-header-search {
    display: none !Important;
}

.pwr-header-fixed__spacer {
    height: 0;
    width: 100%;
}

.pwr-header.pwr-header-fixed {
    position: relative;
    transform: none;
}
/**** Form ****/
.pwr-header-full {
    min-height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
}

.ban-sec.thankyou-sec {
    background-color: #f4f4f4 !important;
    background: url('../assets/images/rapidDotGrey.svg');
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
    text-align: center;
    min-height: calc(100vh - 0px) !important;
    display: block;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.popup-form .embed-form-sec form {
    padding: 2vw 4vw;
    box-shadow: 0px 4px 10px #0f1f291c;
    background: #fff !important;
    padding: 2.5vw 4vw 2.5vw 4vw !important;
    width: 100%;
    margin: auto;
}

.form-t-head h4 {
    font-size: 1vw;
    color: #FD6420;
    margin-bottom: 1vw;
}

.form-t-head p {
    font-size: 0.9vw;
    width: 95% !important;
}

.popup-form {
    box-shadow: 0px 4px 10px #0f1f291c;
    background: #fff !important;
}

.form-t-head {
    padding: 3vw 4vw 0;
}

.popup-form .embed-form-sec .hs-button {
    background-color: #224d9d !important;
    color: #fff !important;
    font-size: 1vw !important;
    padding: 0.6vw 1.5vw !important;
    border: 0 !important;
    border-left: 0.4vw vw solid #ff8329 !important;
    width: 100% !important;
    min-width: 12vw;
    margin: 1.2vw 0 1vw;
    border-radius: 0.2vw;
    font-family: var(--ff-light) !important;
    font-weight: 500;
    text-transform: none;
}

.popup-form .embed-form-sec {
    background: transparent !important;
    padding: 0vw;
    padding: 0vw 0vw 0vw 0vw !important;
    width: 100% !important;
    min-height: 460px !important;
    overflow: inherit;
    margin: auto !important;
    float: inherit !important;
    position: relative;
}

    .popup-form .embed-form-sec .meeting-pos {
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        margin: auto;
        height: fit-content;
    }

body .popup-form form.hs-form ul.inputs-list.hs-error-msgs {
    font-size: 0.8vw;
    position: absolute;
    line-height: 1;
}

.popup-form .embed-form-sec .md-content .hs-form-field.hs-firstname, .popup-form .embed-form-sec .md-content .hs-form-field.hs-lastname {
    width: 50% !important;
}

.popup-form .embed-form-sec form {
    padding: 2vw 4vw;
    box-shadow: none;
    background: #fff !important;
    padding: 1vw 4vw 2.5vw 4vw !important;
}

body .popup-form form.hs-form fieldset .hs-form-field {
    padding-right: 20px;
    margin-bottom: 1.2vw;
    position: relative;
}

.popup-form .hs-submit {
    background-color: transparent;
    color: #fff;
    border: 2px solid transparent;
    margin: 0 !important;
}

.popup-form input::placeholder {
    color: #333333;
    opacity: 1; /* Firefox */
}



.popup-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #4b4b4b;
}



.popup-form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #4b4b4b;
}

.popup-form .embed-form-sec input, .popup-form .embed-form-sec select {
    width: 100% !important;
    min-height: 25px !important;
    padding: 0.4vw 12px !important;
    font-size: .9vw !important;
    color: #333 !important;
    outline: 0;
    border: 1px solid #ddd !important;
    font-family: var(--ff-light) !important;
}

.popup-form .embed-form-sec label span {
    color: #4b4b4b;
    font-family: var(--ff-medium);
    font-weight: 100;
    font-size: .9vw;
    padding-left: 0px !important;
}

.popup-form .embed-form-sec p {
    font-size: .9vw;
    font-family: var(--ff-light);
    color: #4b4b4b;
    padding: 0.5vw 0;
    line-height: 1.5;
    padding-left: 0 !important;
    margin: 0;
    text-align: left;
}

    .popup-form .embed-form-sec p a {
        color: #3ea3e2 !important;
    }

.popup-form .embed-form-sec .submit-desc {
    color: #4b4b4b !important;
}

.popup-form .embed-form-sec .actions {
    margin: 0 !important;
    padding: 0;
}

.popup-form .submitted-message {
    background: transparent;
    border-radius: 5px;
    padding-top: 0vw;
}

    .popup-form .submitted-message p, .popup-form .submitted-message a {
        font-size: 1vw;
        font-family: var(--ff-regular);
    }

.popup-form .embed-form-sec .hs-button {
    background-color: #224d9d !important;
    color: #fff !important;
    font-size: 1vw !important;
    padding: 0.6vw 1.5vw !important;
    border: 0 !important;
    border-left: 0.4vw solid #ff8329 !important;
    width: 100% !important;
    min-width: 12vw;
    margin: 1.2vw 0 1vw;
    border-radius: 0.2vw;
    font-family: var(--ff-light) !important;
    font-weight: 500;
    text-transform: none;
}

.d-flex-textC > #hs_cos_wrapper_module_1614871344736643 {
    padding: 0 !important;
}

iframe .fullsize-container {
    max-width: 90%;
}

.calendly-inline-widget {
    top: 0;
    min-width: auto !important;
    width: 100% !important;
    left: 0;
    margin: auto !important;
    position: relative !important;
}



.email-form {
    background-color: #fff;
    border: 10px solid #516f90;
}

@media(max-height:800px) {
    .calendly-inline-widget iframe {
        height: 100% !important;
        width: 100%;
    }
}

@media(max-width:1550px) {
    .btm-meet-link {
        position: relative;
        transform: scale(1);
    }

    .calendly-inline-widget {
        top: -0rem;
        min-width: auto !important;
        width: 100% !important;
        left: 0;
    }
}

@media (max-width:1024px) {

    .popup-form .embed-form-sec p {

        padding-right: 12px;
        padding-top: 10px;
    }

    .popup-form .embed-form-sec .hs-button {
        color: #fff !important;
        font-size: 9pt !important;
        padding: 5px 15px !important;
        border: 0 !important;
        border-left: 4px solid #ff8329 !important;
        width: 100% !important;
        min-width: 12vw;
        margin: 10px 0;
        border-radius: 2px;
    }

    .popup-form .embed-form-sec {
        padding: 0rem !important;
        margin-top: 0.5rem !important;
        width: 100%;
    }

   

    .pwr-header-logo__img, .pwr-header-logo__img--sticky {
        width: 120px !important;
    }

    .popup-form .embed-form-sec input, .popup-form .embed-form-sec select {
        width: 100% !important;
        min-height: 25px !important;
        padding: 5px 12px !important;
        font-size: 8pt !important;
    }

    .popup-form .embed-form-sec p {
        padding-left: 0;
    }

    .popup-form .embed-form-sec {
        width: 100%;
    }

        .popup-form .embed-form-sec form {
            width: 100%;
            margin: auto;
            margin-top: 3rem;
        }
}
/**** Form ****/
@media (max-width:767px) {
    .firstSec-top .RightSec {
        margin-top: 0;
    }

    .btn-theme.movetoBtm, .btn-themeW.movetoBtm {
        border-left: 0px solid #ff8329 !important;
    }

    .share-links-D {
        display: none !Important;
    }

    .btn-theme.movetoBtm, .btn-themeW.movetoBtm {
        padding-left: 15px !important;
    }

    .btn-theme.openForm, .btn-themeW.openForm {
        padding-left: 0px !important;
    }

    #talk-to-Spec-popup .hs-form-field {
        margin-top: 0.3vw;
        margin-bottom: 18px;
    }

    #talk-to-Spec-popup .hs-button:hover {
        background-color: #224d9d;
        color: #fff;
    }

    #talk-to-Spec-popup .hs-error-msgs label {
        top: 3px;
    }
    /*.sharing-links-m {
        display: block !Important;
        text-align: center;
        margin-top: 2rem;
    }*/
    /*.resetCircle{
        display: block !important;
    }*/
    .sharing-links-m a {
        margin-right: 8px;
    }

    .logoSec {
        position: absolute;
        top: 2%;
        left: 0;
        /* right: 0; */
        margin: auto;
        width: 90%;
    }

    .talk-to-spec .RightSec .row-fluid {
        display: flex;
        align-items: center;
        flex-direction: column !important;
    }

    .form-t-head h4 {
        font-size: 1.2rem !Important;
        color: #FD6420;
        margin-bottom: 1vw;
    }

    .form-t-head p {
        font-size: 0.9rem !Important;
        text-align: left !important;
        margin: 0;
        padding: 0;
    }

    .popup-form .embed-form-sec {
        padding: 0rem !important;
        margin-top: 0rem !important;
        width: 100%;
    }

    .content_sec p {
        width: 100%;
    
        text-align: justify;
    }

    .width-80 {
        width: 100% !Important;
    }

    .padt-3 {
        padding-top: 1.0rem !important;
    }

    .content_sec h1 {
     
        text-align: left;
        margin-top: 2rem;
    }

    .mt-5 {
        margin-top: 1.5rem !IMPORTANT;
    }

    .Navbar {
        background: #18356c;
        display: flex;
        align-items: center;
        padding-top: 5px !Important;
        padding-bottom: 5px !Important;
    }

    .share .shareLink span {
        display: block;
        font-size: 11px !important;
    }

    .contentSlide .cyan-btn a {
        width: 150px;
        font-size: 11px;
    }


    .logoSec img {
        width: 150px;
        margin-bottom: 0vw;
    }

    .carosel {
        position: relative;
        bottom: 0;
        right: 0%;
        width: 100%;
        margin-bottom: 1rem;
        margin-top: 2rem;
    }

        .carosel .contentSlide {
            background: #224e9d;
            height: auto;
            border-radius: 15px;
            padding: 2rem;
        }

    .mView {
        /*display:none !important;*/
    }

    .slideinfo-mobile {
        display: none !important;
        padding-bottom: 3rem;
    }

        .slideinfo-mobile p {
            padding: 7px 10px;
        }

    #HomeChartcontainer svg {
        min-height: auto;
    }

    /*#HomeChartcontainer svg {
        transform: scale(1);
        position: relative;*/
        /* top: 5rem; */
    /*}*/

    #leftSideHomeText {
    }

    #leftSideRangeText {
    }

    #HomeChartcontainer svg .bg {
        display: none;
    }

    .mobileView {
        transform: translate(-250px,-150px) scale(1.2);
    }

  

    .container-fluid .row-fluid .page-center {
        margin: 0 auto;
        padding: 0 25px !Important;
    }

    .cyan-Btn.orange {
        margin-top: 0rem !important;
        margin-bottom: 4rem;
        font-size: 13px !important;
        padding: 6px;
    }

    .popup-form .embed-form-sec form {
        width: 100%;
        margin: auto;
        margin-top: 2rem;
        margin-bottom: 3rem;
    }

    .footerSublink {
        display: flex;
        padding-bottom: 0vw;
        padding-top: 1rem;
    }

    .footerSplit {
        width: 100% !important;
        margin: 15px 0;
    }

    .topFooter {
        background-color: #424c5d;
        padding: 1rem 0 2rem;
    }

    .footerSplit {
        width: 100% !important;
        margin: 15px 0;
    }

    .top-sec > .d-flex {
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
}

@media (max-width:600px) {
   /* .homeNew_P #section-1 {
        height: auto;
        min-height: 80vh;
        padding-top: 7rem !important;
    }*/
    /*#HomeChartcontainer svg {
        min-height: 400px;
        transform: inherit;
        transform: translate(-4%, 6%) scale(1.5) !important;
    }
        #HomeChartcontainer svg.handIconsvg {
            transform: translate(0) !important;
        }*/
        #methodology {
            overflow: hidden;
            padding-top: 6rem;
        }
    .dragWheel #oneA {
        padding-top: 3rem;
    }
}

@media (max-width:500px) {
    .content_sec p {
        width: 100%;
   
        text-align: justify;
    }
}
.compList.compLstlvl {
    transform: scale(1.06);
}
#gCompetitive {
    transform: scale(1.1);
}
#gradArc {
    transform: scale(1.1);
}
#ticks {
    transform: translate(160px, 160px) scale(1.02);
}