﻿body {
    font-family: Roboto;
    margin: 0;
}

h2 {
    font-family: Roboto, regular !important;
}

h3 {
    font-family: Roboto, regular !important;
}

h4 {
    font-family: Roboto, regular !important;
}

span.body {
    font-family: Roboto, regular;
}

table,
td,
th {
    border: 1px solid #000;
    border-collapse: collapse;
    text-align: center;
}

.container {
    max-width: 1140px;
    display: flex;
    margin: auto;
}

nav {
    border-bottom: solid 1px #f0f0f0;
    width: 100%;
    background: #fff;
    z-index: 1;
}

.nav-menu {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
}

.nav-left {
    padding: 7px 0;
    float: left;
}

    .nav-left img {
        margin-top: 9px;
    }

.nav-right {
    float: right;
}

.nav-menu li a {
    text-align: center;
    padding: 22px 15px;
    display: inline-block;
    color: #202124;
    text-decoration: none;
    margin: 0;
    font-weight: 400;
    cursor: pointer;
}

    .nav-menu li a:hover {
        color: #3173e8 !important;
    }

.product-dropdown {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: #00000024 0 4px 16px;
    border-radius: 3px;
    z-index: 1;
    list-style: none;
    font-weight: 300;
    padding-inline-start: 0;
    font-size: 13px !important;
    columns: 2;
}

.charts-dropdown {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: #00000024 0 4px 16px;
    border-radius: 3px;
    z-index: 1;
    list-style: none;
    font-size: 13px !important;
    padding-inline-start: 0;
    /*width: 150px;*/
}

.charts-type-dropdown {
    display: none;
    position: relative;
    left: 100%;
    top: 0;
    background: #fff;
    box-shadow: #00000024 0 4px 16px;
    border-radius: 3px;
    z-index: 1;
    list-style: none;
    font-weight: 300;
    padding-inline-start: 0;
    font-size: 13px !important;
    width: 530px;
}
.charts-dropdown h2, .product-dropdown h2 {
    font-size: 15px;
    color: #3173EB;
    font-weight: 600;
    margin-bottom: 19px;
    padding: 10px 26px 0 26px;
}
/*.charts-type-menu {
    columns: 6;
}*/
.charts-type-dropdown li {
    margin-bottom: -5px;
}

    .charts-type-dropdown li a {
        width: 190px !important;
        text-align: left;
    }

.charts-category-dropdown {
    display: none;
    position: relative;
    left: 100%;
    top: 0;
    background: #fff;
    box-shadow: #00000024 0 4px 16px;
    border-radius: 3px;
    z-index: 1;
    list-style: none;
    font-weight: 300;
    padding-inline-start: 0;
    font-size: 13px !important;
    width: 220px;
}

    .charts-category-dropdown li a {
        width: 190px !important;
        text-align: left;
    }

.chart-type:hover > .charts-type-dropdown {
    display: block;
    position: absolute;
    z-index: 1;
}

.chart-category:hover > .charts-category-dropdown {
    display: block;
    position: absolute;
    z-index: 1;
}

.chart-type img {
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    margin-top: 7px;
    margin-right: 12px;
}

.chart-category img {
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    margin-top: 7px;
    margin-right: 12px;
}

.product-dropdown li a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 15px !important;
    text-align: left;
}

/*.product-dropdown li:hover {
    background: #f5f5f5;
}*/

.charts-dropdown li a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 15px !important;
}

.charts-dropdown li:hover {
    background: #f5f5f5;
}

#liProduct:hover .product-dropdown {
    display: -webkit-inline-box;
    top: 60px;
    left: 200px;
    right: 130px;
    width: 600px;
}
.product-dropdown-left div {
    padding: 0 0 10px 0;
}
#liCharts:hover .charts-dropdown {
    display: -webkit-inline-box;
    top: 60px;
    left: 0;
    right: 0;
    /*width: 600px;*/
    height: 420px;
}
.support-dropdown {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: #00000024 0 4px 16px;
    border-radius: 3px;
    z-index: 1;
    list-style: none;
    font-size: 13px !important;
    padding-inline-start: 0;
}
.support-dropdown li a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 15px !important;
    text-align: left;
}
#support:hover .support-dropdown {
    display: -webkit-box;
    top: 60px;
    left: 440px;
    right: 0px;
    width: 172px;
}
nav .toggleBtn {
    display: none;
    margin-left: auto;
}

.active {
    border-bottom: 3px solid #3173e8;
    color: #3173e8 !important;
}

footer {
    padding: 40px 0;
    background: #282828;
    color: #fff;
}

    footer ul {
        padding-left: 0;
    }

.footer-list-col {
    position: relative;
    width: 45%;
    padding: 0 15px;
}

    .footer-list-col li {
        overflow: hidden;
        list-style: none;
        padding-bottom: 10px;
    }

        .footer-list-col li a {
            text-decoration: none;
            color: #fff;
            font-size: 14px;
            font-weight: 300;
        }

            .footer-list-col li a:hover {
                text-decoration: underline;
            }

.footer-logo {
    text-align: left;
}

    .footer-logo img {
        cursor: pointer;
    }

.footer-list-col h3 {
    margin-top: 0 !important;
    font-weight: 400;
    font-size: 13px;
    font-family: Roboto, Regular;
}

.SeeMoreCharts {
    cursor: pointer;
}

    .SeeMoreCharts:hover {
        text-decoration: underline;
    }

.SeeLessCharts {
    cursor: pointer;
}

    .SeeLessCharts:hover {
        text-decoration: underline;
    }

.copyright-text {
    position: absolute;
    white-space: nowrap;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-left: -20px;
    margin-top: 94px;
}

.facebook-box {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: left;
    color: #fff;
}

.fb-content {
    display: flex;
    justify-content: space-between;
}

    .fb-content .rights ul {
        list-style: none;
    }

.facebook-box .fb-content .rights {
    width: 66%;
    padding-left: 15px;
    border-left: solid 1px #7f95bb;
    margin-top: -10px;
}

.facebook-box .fb-content .lefts {
    width: 32%;
    vertical-align: top;
}

    .facebook-box .fb-content .lefts h2 {
        font-size: 23px;
        font-family: roboto-thin;
        margin: 0;
        font-weight: unset;
        color: #fff !important;
    }

.facebook-box .fb-content .rights ul > li {
    color: #fff;
    list-style-type: none;
    font-family: roboto-light;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 10px;
}

.facebook-box .fb-content {
    margin-top: 30px;
}

.facebook-box .join-now-btn-container {
    margin-top: 15px;
    text-align: center;
}

.sub-btn {
    background: #fbc030;
    display: inline-block;
    border-radius: 100px;
    padding: 8px 3px;
    color: #000;
    font-size: 14px;
    border: none;
    outline: 0 !important;
    border: solid 1px #fbc030;
    width: 111px;
    cursor: pointer;
}

.btn {
    padding: 16px 24px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 3px;
    display: inline-block;
}

.blue-btn {
    background-color: #3173e8;
    color: #fff;
    cursor: pointer;
}

    .blue-btn:hover {
        background-color: #4c89f5;
    }

.cookies-container .content-container {
    display: flex;
    max-width: 1140px;
    margin: auto;
    justify-content: center;
}

.cookies-container h4 {
    margin-bottom: 0;
    margin-top: 8px;
}

.cookies-container p {
    font-size: 14px;
}

.cookies-container .col-right {
    align-self: center;
    padding-left: 30px;
}

.cookies-container {
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: left;
    padding: 10px 10px 4px;
    box-shadow: #0000002e 0 0 100px;
    z-index: 10;
    border-top: solid 1px #dedede;
}

.first-section {
    align-items: center;
}

.index-first-section-left-col {
    width: 52%;
    padding-top: 60px;
}

.index-first-section-right-col {
    width: 50%;
    max-width: 750px;
}

.section-1 {
    padding-top: 120px;
}

.first-heading {
    font-family: Roboto, regular;
    font-size: 45px;
    font-weight: 400;
    background-color: #b9b9b9;
    color: transparent;
    margin: 0;
    text-shadow: -3px -3px 5px rgb(255 255 255 / 50%);
    -webkit-background-clip: text;
}

    .first-heading span {
        font-size: 18px;
        position: relative;
        bottom: 20px;
        background-color: #b9b9b9;
        color: transparent;
        text-shadow: -3px -3px 5px rgb(255 255 255 / 50%);
        -webkit-background-clip: text;
    }

.banner-left h1 {
    font-size: 45px;
    padding-top: 1px;
    font-weight: 700;
    background-color: #b9b9b9;
    color: transparent;
    margin: 0;
    text-shadow: -3px -3px 5px rgb(255 255 255 / 50%);
    -webkit-background-clip: text;
}

.banner-left .firstHeader {
    color: #000 !important;
}

.banner-left p {
    font-weight: 400;
    font-size: 17px;
    font-family: Roboto;
    color: #040404 !important;
    margin-top: 14px;
    margin-bottom: 15px;
    line-height: 26px;
}

#homeptagfirstsection {
    width: 385px;
}

.pricingTag {
    font-size: 12px !important;
    font-weight: 400 !important;
    margin-top: -5px;
    margin-bottom: 23px !important;
}

.banner-left #google-tag {
    text-decoration: none;
    display: flex;
    font-size: 17px;
}

.gs-btn {
    /*border: 1px solid #3173e8;
    background-color: #fff;
    color: #3173e8;
    border: solid 1px #3173e8;*/
    border: 1px solid #3173e8;
    color: #fff;
    background-color: #3173e8;
    letter-spacing: 0.03rem;
    padding: 9px 24px;
    margin-bottom: 20px;
    margin-right: 20px;
}

    .gs-btn:hover {
        /*color: #fff;
        background-color: #3173e8;*/
        background-color: #FF651D;
        border: 1px solid #FF651D;
    }
.domainInstall:hover {
    color: #FF651D !important;
}
.ExcelPricingtagVideoDomain:hover {
    color: #FF651D !important;
}
.chtexpoGSGSDomaintopVideo:hover {
    color: #FF651D !important;
}
#GSHomeBtnDiv {
    margin-right: 10px;
}

#microExelbtn {
    margin-right: 10px;
}

.inner-btn {
    text-align: left;
    font-family: Roboto;
    font-size: 17px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
}

.gs-button {
    padding-left: 0 !important;
}

.ex-btn {
    /*border: 1px solid #3173e8;
    background-color: #fff;
    color: #3173e8;
    border: solid 1px #3173e8;*/
    border: 1px solid #3173e8;
    color: #fff;
    background-color: #3173e8;
    letter-spacing: 0.03rem;
    padding: 9px 20px;
    margin-bottom: 20px;
    margin-right: 12px;
}

    .ex-btn:hover {
        /*color: #fff;
        background-color: #3173e8;*/
        background-color: #FF651D;
        border: 1px solid #FF651D;
    }

.ex-button {
    padding-left: 0 !important;
}

#google-tag span {
    font-family: Roboto;
    padding: 23px 15px;
    font-size: 17px;
    color: #3173e8;
    text-decoration: none;
}

    #google-tag span:hover {
        color: #FF651D;
    }

.GSyotubelink:hover {
    color: #FF651D !important;
}

.ChartsExcelYoutubeLink:hover {
    color: #FF651D !important;
}
.newpurchaselink:hover {
    color: #FF651D !important;
}
.ChartsPBIYoutubeLink:hover {
    color: #FF651D !important;
}

.howToPurchaseVideo {
    padding: 0 35px;
    color: #3173E8;
    margin-top: 20px;
    text-decoration: none;
    display: flex;
    font-size: 13px;
    font-weight: 400;
    align-items: center;
}

    .howToPurchaseVideo:hover {
        color: #FF651D !important;
    }

.youticon, .youticon2, .youticon4, .youticon6, .youticon8, .youticon10, .youticon12, .youticon16, .youticon18 {
    width: 33px !important;
    height: 23px;
    margin-right: 10px;
    /*margin-top: 5px;*/
}

.youticon1, .youticon3, .youticon5, .youticon7, .youticon9, .youticon11, .youticon13, .youticon17, .youticon19 {
    width: 33px !important;
    height: 23px;
    margin-right: 10px;
    /*margin-top: 5px;*/
    display: none;
}
.cancel_subs img.orange {
		display: none;
	}
.cancel_subs:hover img.blue {
	display: none;
	
}
.cancel_subs{
	 color:#3173E8;  

  } 
 .cancel_subs:hover{
	 color:#FF651D; 
  } 
 
.cancel_subs:hover img.orange {
	display: block;
}

.ComparisonBarGSYoutubeLink:hover {
    color: #FF651D !important;
}

.excelYoutubeLink:hover {
    color: #FF651D !important;
}

.SankeyPBITopVideo:hover {
    color: #FF651D !important;
}

.youticon1 {
    display: none;
}

.youticon3 {
    display: none;
}

.youticon5 {
    display: none;
}

.youticon7 {
    display: none;
}

.sticky-left {
    position: -webkit-sticky;
    position: sticky;
    top: 170px;
    width: 100%;
    height: 500px;
}

.left-area {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

.index-second-section-left-col {
    width: 55%;
}

.index-second-section-right-col {
    width: 45%;
}

    .index-second-section-right-col h2 {
        font-weight: 500;
        font-size: 24px !important;
        color: #434343 !important;
        line-height: 21px;
    }

    .index-second-section-right-col h3 {
        font-weight: 500;
        font-size: 20px !important;
        color: #434343 !important;
        line-height: 21px;
        margin-bottom: -10px;
        margin-top: 25px;
    }

    .index-second-section-right-col p {
        font-weight: 400;
        font-size: 17px;
        color: #040404 !important;
        line-height: 26px;
        margin-bottom: 13px;
    }

    .index-second-section-right-col ul li {
        font-weight: 400;
        font-size: 17px;
        color: #040404 !important;
        line-height: 26px;
    }

    .index-second-section-right-col ol li {
        font-weight: 400;
        font-size: 17px;
        color: #040404 !important;
        line-height: 26px;
    }

.index-third-section-left-col {
    width: 50%;
}

.index-third-section-right-col {
    width: 50%;
}

    .index-third-section-right-col h4 {
        font-weight: 400;
        font-size: 16px !important;
        line-height: 21px;
        color: #434343 !important;
    }

    .index-third-section-right-col p {
        font-weight: 300;
    }

.space {
    padding-top: 10px;
    padding-bottom: 25px;
}

.benefitimg {
    width: 76px;
    height: 76px;
}

.products {
    background: #f4fafb;
}

section {
    padding: 60px 0;
}

#home-video-section {
    display: flex;
    justify-content: center;
    width: 118%;
}

.lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    top: 0;
    left: 0;
    z-index: 11;
}

.video-lightbox {
    background: rgba(0, 0, 0, 0.75);
}

.close-video {
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer;
    border: none;
}

.chartexpo-tab {
    position: relative;
    max-width: 110%;
    right: 110px;
    top: 50px;
    width: 110% !important;
}

.modal-body {
    position: relative;
    padding: 20px;
    transform: translate(0, 30%);
    display: flex;
    justify-content: center;
}

.CSSC-first-section {
    align-items: center;
    width: 100%;
	margin-top:20px;
}

.CSSC-first-section-left,
.CSSC-first-section-left-faq {
    width: 55%;
}

.CSSC-first-section-right {
    width: 45%;
}

    .CSSC-first-section-right img {
        width: -webkit-fill-available;
    }

.CSSC-first-section-left h1,
.CSSC-first-section-left-faq h1 {
    font-size: 45px;
    padding-top: 61px;
    font-weight: 700;
    background-color: #b9b9b9;
    color: transparent;
    margin: 0;
    margin-bottom: 15px;
    text-shadow: -3px -3px 5px rgb(255 255 255 / 50%);
    -webkit-background-clip: text;
}

.h2-2 {
    margin-top: 0 !important;
    letter-spacing: -1.3px !important;
    display: block !important;
    margin-bottom: 30px !important;
    font-weight: 400 !important;
    font-size: 45px !important;
    color: #202124;
}

.CSSC-first-section-left .firstPTag,
.CSSC-first-section-left-faq .firstPTag {
    letter-spacing: -1px;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 400;
    font-size: 45px;
    /*display: inline;*/
    line-height: 55px;
    color: #000 !important;
    max-width: 600px;
}

.CSSC-first-section-left p,
.CSSC-first-section-left-faq p {
    max-width: 500px;
    font-weight: 400;
    font-size: 17px;
    color: #040404 !important;
    line-height: 26px;
	margin-bottom: 29px;
}

.CSSC-first-section-left #google-tag,
.CSSC-first-section-left-faq #google-tag {
    text-decoration: none;
    display: flex;
}

.CSSC-first-section-left a,
.CSSC-first-section-left-faq a {
    text-decoration: none;
}

.CSSC-gs-btn {
    /*border: 1px solid #3173e8;
    background-color: #fff;
    color: #3173e8;
    border: solid 1px #3173e8;*/
    border: 1px solid #3173e8;
    color: #fff;
    background-color: #3173e8;
    letter-spacing: 0.03rem;
    padding: 9px 23px;
    margin-right: 12px;
}

    .CSSC-gs-btn:hover {
        /*color: #fff;
        background-color: #4c89f5;*/
        background-color: #FF651D;
        border: 1px solid #FF651D;
    }

.CSSC-inner-btn {
    text-align: left;
    font-family: Roboto;
    font-size: 17px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
}

.CSSC-gs-button {
    padding-left: 0 !important;
}

.CSSC-ex-btn {
    /*border: 1px solid #3173e8;
    background-color: #fff;
    color: #3173e8;
    border: solid 1px #3173e8;*/
    border: 1px solid #3173e8;
    color: #fff;
    background-color: #3173e8;
    letter-spacing: 0.03rem;
    padding: 9px 24px;
    margin-bottom: 20px;
    margin-right: 12px;
}

    .CSSC-ex-btn:hover {
        /*color: #fff;
        background-color: #4c89f5;*/
        background-color: #FF651D;
        border: 1px solid #FF651D;
    }

.CSSC-ex-button {
    padding-left: 0 !important;
}

.sankeyCTAs {
    width: 173px;
    padding: 8px 8px;
}

#CSSC-google-tag span {
    font-family: Roboto;
}

#video-section {
    display: flex;
    justify-content: center;
    width: 115%;
    height: 90%;
    margin-top: 50px;
    padding-top: 70px;
}

.CSSC-third-section-left-col {
    width: 50%;
    margin-top:30px;
	margin-right:100px;
}

.CSSC-third-section-right-col {
    width: 50%;
    margin-top: 30px;
}

    .CSSC-third-section-right-col h2 {
        font-weight: 500;
        font-size: 24px !important;
        color: #434343 !important;
        line-height: 32px;
        margin: 30px 0 -10px 0;
        font-family: Roboto, regular;
    }

    .CSSC-third-section-right-col h3 {
        font-weight: 500;
        font-size: 20px !important;
        color: #434343 !important;
        line-height: 30px;
        margin: 20px 0 -12px 0;
    }

    .CSSC-third-section-right-col p {
        font-weight: 400;
        font-size: 17px;
        line-height: 26px;
        color: #040404 !important;
        margin-bottom: 20px;
    }

.CSSC-third-section-right-col-sub {
    margin-bottom: 20px;
}

    .CSSC-third-section-right-col-sub ul li {
        font-weight: 400;
        font-size: 17px;
        color: #040404 !important;
        line-height: 26px;
    }

    .CSSC-third-section-right-col-sub ol li {
        font-weight: 400;
        font-size: 17px;
        line-height: 26px;
        color: #040404 !important;
    }

.CSSC-third-section-left-col-sub {
    height: fit-content;   
}

.CSSC-third-section-left-col-sub-slider {
    position: relative;
}

.SankeyBlogLinks {
    text-decoration: none;
    color: #3173e8;
}

.demo-btn {
    color: #3173e8;
    font-family: Roboto, light;
    cursor: pointer;
    text-decoration: underline;
    padding-top: 10px;
    width: 80px;
}

.hrefdemobtn {
    width: 80px !important;
}

#seeLessBtn1,
#seeLessBtn2,
#seeLessBtn3,
#seeLessBtn4,
#seeLessBtn5,
#seeLessBtn6 {
    display: none;
}

#seeMore1,
#seeMore2,
#seeMore3,
#seeMore4,
#seeMore5,
#seeMore6 {
    display: none;
}

#rightArrowImg {
    height: 21px;
    width: 21px;
    position: absolute;
    right: 70px;
    top: 44%;
    background: url(../Content/Images/charts/next-gray.svg);
    background-repeat: no-repeat;
    cursor: pointer;
}

    #rightArrowImg:hover {
        background: url(../Content/Images/charts/next-blue.svg);
        background-repeat: no-repeat;
    }

#ExcelCarasolRightArrowImg {
    height: 21px;
    width: 21px;
    position: absolute;
    right: 55px;
    top: 31%;
    background: url(../Content/Images/charts/next-gray.svg);
    background-repeat: no-repeat;
    cursor: pointer;
}

    #ExcelCarasolRightArrowImg:hover {
        background: url(../Content/Images/charts/next-blue.svg);
        background-repeat: no-repeat;
    }

#leftArrowImg {
    height: 21px;
    width: 21px;
    position: absolute;
    left: -30px;
    top: 44%;
    background: url(../Content/Images/charts/prev-gray.svg);
    background-repeat: no-repeat;
    cursor: pointer;
}

    #leftArrowImg:hover {
        background: url(../Content/Images/charts/prev-blue.svg);
        background-repeat: no-repeat;
    }

#ExcelCarasolLeftArrowImg {
    height: 21px;
    width: 21px;
    position: absolute;
    left: -25px;
    top: 31%;
    background: url(../Content/Images/charts/prev-gray.svg);
    background-repeat: no-repeat;
    cursor: pointer;
}

    #ExcelCarasolLeftArrowImg:hover {
        background: url(../Content/Images/charts/prev-blue.svg);
        background-repeat: no-repeat;
    }

#leftArrowImgfund {
    height: 21px;
    width: 21px;
    position: relative;
    left: -30px;
    top: 200px;
    background: url(../Content/Images/charts/prev-gray.svg);
    background-repeat: no-repeat;
    cursor: pointer;
}

    #leftArrowImgfund:hover {
        background: url(../Content/Images/charts/prev-blue.svg);
        background-repeat: no-repeat;
    }

#rightArrowImgfund {
    height: 21px;
    width: 21px;
    position: relative;
    left: 550px;
    top: -175px;
    background: url(../Content/Images/charts/next-gray.svg);
    background-repeat: no-repeat;
    cursor: pointer;
}

    #rightArrowImgfund:hover {
        background: url(../Content/Images/charts/next-blue.svg);
        background-repeat: no-repeat;
    }

.placeholderIMG {
    position: absolute;
    height: 350px;
    width: 500px;
    top: -200px;
    left: -30px;
}

.dotedDiv {
    /*position: sticky;*/
    top: 470px;
    padding: 0 255px;
}

#ExcelDotedDiv {
    position: static !important;
}

.dot {
    height: 6px;
    width: 6px;
    margin: 0 0;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.ExcelVersionsDiv {
    margin-top: 20px;
    /*text-align: center;*/
    display: flex;
    flex-direction: column;
    width: 90%;
    align-items: center;
}

.ExcelVersionHeadingPTag {
    width: 52%;
    font-weight: 500;
    font-size: 24px;
    color: #434343;
    margin-top: 0px;
    margin-bottom: 10px;
    /*text-align: center;*/
    font-family: Roboto;
}

.ExcelVersionsTopDiv {
    display: flex;
    /*margin-left: 80px;
    width: 500px;*/
    border-bottom: 1px solid #f0f0f0;
    width: 75%;
}

.ExcelVersionsBottomDiv {
    display: flex;
    /*margin-left: 80px;*/
    width: 75%;
}

.ExcelVersionsLeftTopDiv {
    /*padding-right: 50px;
    padding-bottom: 10px;*/
    border-right: 1px solid #f0f0f0;
    display: flex;
    width: 50%;
    align-items: center;
    padding: 0 45px 10px 0;
}

.ExcelVersionsRightTopDiv {
    /*padding-left: 50px;
    padding-bottom: 10px;*/
    display: flex;
    width: 50%;
    align-items: center;
    padding: 0 0 10px 45px;
}

.ExcelVersionsLeftBottomDiv {
    /*padding-right: 55px;
    padding-top: 10px;*/
    border-right: 1px solid #f0f0f0;
    display: flex;
    width: 50%;
    align-items: center;
    padding: 10px 45px 0 0;
}

.ExcelVersionsRightBottomDiv {
    /*padding-left: 50px;
    padding-top: 10px;*/
    display: flex;
    width: 50%;
    align-items: center;
    padding: 10px 0 0 45px;
}

.ExcelVersionImages {
    width: 30px;
    height: 30px;
    /*margin-top: 1px;
    vertical-align: middle;
    display: flex;*/
}

.ExcelVersionSpan {
    /*float: right;*/
    width: 69%;
    margin-left: 10px;
    font-weight: 400;
    font-size: 15px;
    /*line-height: 26px;*/
    color: #040404 !important;
    font-family: Roboto;
}

#ExcelVersionSpanWeb {
    width: 75%;
}

.clickLink {
    text-decoration: none;
    display: flex;
    color: #3173E8;
    align-items: center;
}

.referralDiv {
    position: absolute;
    margin-top: 15px;
    margin-left: 1100px;
    width: 105px;
    height: 33px;
}

.referralButton {
    display: flex;
    background-color: #FF651D;
    border: 1px solid #FF651D;
    border-radius: 2px;
    width: 105px;
    height: 33px;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0em;
}

.referralIcon {
    width: 14px;
    height: 14px;
    margin-right: 7px;
    margin-left: 10px;
    margin-top: 8px;
}

.referrallink {
    width: 105px;
    height: 33px;
    text-decoration: none;
}

.referralPtag {
    text-align: center;
    font-weight: 400;
    font-size: 45px;
    margin-bottom: 15px;
    color: #000 !important;
}

.referralStepsPtag {
    color: #040404 !important;
    text-align: center;
    margin-top: -15px;
}

.referralstep1Ptag {
    width: 170px;
    font-weight: 400;
    font-size: 17px;
    font-family: Roboto;
    color: #040404 !important;
    text-align: center;
    /*margin-left: -15px;*/
}

.referralstep2Ptag {
    width: 110px;
    font-weight: 400;
    font-size: 17px;
    font-family: Roboto;
    color: #040404 !important;
    text-align: center;
    margin-left: 15px;
}

.referralstep3Ptag {
    width: 175px;
    font-weight: 400;
    font-size: 17px;
    font-family: Roboto;
    color: #040404 !important;
    text-align: center;
    margin-left: -20px;
}

.referralstep4Ptag {
    width: 210px;
    font-weight: 400;
    font-size: 17px;
    font-family: Roboto;
    color: #040404 !important;
    text-align: center;
    margin-left: -30px;
}

.referralArrowImages {
    width: 34px;
    height: 14px;
    margin-top: 62px;
    margin-left: 50px;
    margin-right: 50px;
}

.referralTermAndConditionPtag {
    /*text-align: center;*/
    font-weight: 400;
    font-size: 35px;
    /*margin-bottom: 15px;*/
    color: #000 !important;
}

.ReferralTermsAndConditionsDiv {
    display: block !important;
    margin-bottom: 50px;
    margin-top: 90px;
}

    .ReferralTermsAndConditionsDiv ol li {
        width: 650px;
        font-weight: 400;
        font-size: 19px;
        color: #040404;
        line-height: 32px;
        margin-bottom: 13px;
    }

.pricingReferralAdDiv {
    height: 470px;
    margin-top: 60px;
    text-align: -webkit-center;
    box-shadow: rgb(0 0 0 / 15%) 2px 6px 21px;
}

.chartexporeferalAd {
    padding-top: 20px;
    padding-bottom: 50px;
    width: 300px;
}

.ReferralAdThumbNailimg {
    position: absolute;
    margin-left: 0px;
    margin-top: -20px;
    width: 300px;
    height: 400px;
}

.chartexpo-referral-ad-video {
    pointer-events: none;
    width: 300px;
    height: 400px;
}

.yotubeSubscriptionPTag {
    color: #959595;
    width: 280px;
    height: 30px;
}

.sliderActive {
    background-color: #3173e8 !important;
}

.sticky-left .active {
    background-color: #3173e8;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

.rows a {
    text-decoration: none;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.contact-first-section {
    width: 100%;
    padding-top: 75px;
    align-items: center;
}

.contact-first-section-left {
    width: 50%;
}

.contact-first-section-right {
    flex: 1;
    width: 50%;
    text-align: center;
}

    .contact-first-section-right img {
        width: 31rem;
    }

.contact-first-section-left {
    flex: 1;
}

    .contact-first-section-left h1 {
        margin-top: 10px;
        font-weight: 400 !important;
        font-size: 45px !important;
        color: #000 !important;
    }

    .contact-first-section-left p {
        margin-bottom: 30px;
        margin-top: 30px;
        max-width: 350px;
        font-weight: 400;
        font-size: 17px;
        line-height: 24px;
        color: #040404;
    }

.contact-second-section {
    flex: 0.3;
    display: block;
    max-width: 28rem;
}

    .contact-second-section h1 {
        font-size: 45px !important;
        font-weight: 400 !important;
        color: #000 !important;
    }

    .contact-second-section input {
        height: 50px;
        width: 28rem !important;
        border: solid 1px #e0e0e0;
        border-radius: 3px;
        margin-top: 7px;
        margin-bottom: 30px;
        font-size: 16px;
        font-weight: 300;
        font-family: Roboto, light;
        color: #202124;
        padding-left: 10px;
        max-width: 28rem;
    }
    .contact-second-section select {
        height: 50px;
        width: 29rem !important;
        border: solid 1px #e0e0e0;
        border-radius: 3px;
        margin-top: 7px;
        margin-bottom: 30px;
        font-size: 16px;
        font-weight: 300;
        font-family: Roboto, light;
        color: #202124;
        padding-left: 10px;
        max-width: 29rem;
    }

    .contact-second-section label {
        font-weight: 400;
        font-size: 17px;
        color: #202124;
        line-height: 26px;
        color: #040404;
    }

    .contact-second-section textarea {
        width: 28rem;
        border: solid 1px #e0e0e0;
        border-radius: 3px;
        margin-top: 7px;
        margin-bottom: 30px;
        font-weight: 300;
        font-family: Roboto, light;
        font-size: 16px;
        color: #202124;
        padding-left: 10px;
        max-width: 28rem;
    }

.contact-message-textarea {
    min-width: 28rem;
    min-height: 11rem;
}

.btns {
    padding: 16px 24px !important;
    font-family: Roboto, light !important;
    font-size: 16px !important;
    border-radius: 3px !important;
    display: inline-block;
    cursor: pointer !important;
    margin-bottom: 50px;
}

.get-in-touch-btn-disabled {
    padding: 16px 24px !important;
    font-weight: 500;
    font-size: 16px !important;
    border-radius: 3px !important;
    display: inline-block;
    border: none;
    margin-bottom: 50px;
    background-color: #d9d9d9;
    color: #fff;
    cursor: not-allowed !important;
}

.get-in-touch-btn-enabled {
    color: #fff;
    padding: 16px 24px !important;
    font-weight: 500;
    font-size: 16px !important;
    border-radius: 3px !important;
    display: inline-block;
    border: none;
    margin-bottom: 50px;
    background-color: #3173e8;
    cursor: pointer;
}

.get-in-touch-btn:hover {
    background-color: #4c89f5;
}

.g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(1.1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    /*margin-top: 100px;*/
    margin-bottom: -160px !important;
}

#reCaptcha {
    margin-bottom: 30px;
}

#Message {
    height: 171px;
}

#Captcha {
    height: 40px;
    padding-top: 20px;
    resize: none;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

#button-area {
    width: 135px;
    margin-top: 200px;
}

.tooltip {
    display: inline;
}




.tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 250px;
    background-color: white;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 0px 0;
    z-index: 1;
    /*border: 1px solid #e0e0e0;*/
    border: 1px solid black;
    text-align: left;
    font-size: 15px;
}

    .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        /*border-color: #e0e0e0 transparent transparent transparent;*/
        border-color: black transparent transparent transparent;
    }

/*.checkout-submit-btn:hover + .tooltip{
    visibility: visible;
}*/
/*Blogs and Videos of blogs*/


.resources-section {
    padding-top: 0px;
}

.flex-container {
    display: flex;
    justify-content: center;
}

    .flex-container .center-area {
        flex: 0.8;
    }

.card {
    width: 249px;
    height: 316px;
    background: #ffffff;
    border: 1px solid #E0E0E0;
    padding: 90px 15px 34px 15px;
    text-align: left;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin: 15px;
    vertical-align: middle;
    white-space: normal;
}

.videocard {
    width: 400px;
    height: 275px;
    background: #ffffff;
    border: 1px solid #E0E0E0;
    padding: 90px 15px 34px 15px;
    text-align: left;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin: 15px;
    vertical-align: middle;
    white-space: normal;
}

.card h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    line-height: 21px;
    color: #202124 !important;
}

.card .details-icon {
    position: absolute;
    bottom: 30px;
    transition: .3s;
    cursor: pointer;
}

    .card .details-icon:hover .arrowimg {
        transition: .3s;
        transform: translateX(65px);
    }

    .card .details-icon .arrowimg {
        position: absolute;
        left: 0;
        top: 6px;
    }

    .card .details-icon:hover span {
        opacity: 1;
    }

    .card .details-icon span {
        font-family: roboto-regular;
        font-size: 11px;
        color: #3173E8;
        opacity: 0;
        padding-right: 12px;
    }

.card p {
    font-family: Roboto;
    font-size: 14px;
    color: #202124 !important;
    line-height: 20px;
}

.resources-section .card .blog-img {
    width: 100%;
    height: 45%;
    /*margin-bottom: 20px;*/
}

.resources-section .card {
    height: 400px;
    padding-top: 15px;
}

.resources-section .row::-webkit-scrollbar {
    width: 12px;
}

.resources-section .row::-webkit-scrollbar-track {
    background: transparent;
}

.resources-section .row::-webkit-scrollbar-thumb {
    background-color: transparent;
}


.resources-section .row::-webkit-scrollbar {
    height: 0;
}

.resources-section .row {
    box-sizing: border-box;
    white-space: nowrap;
    width: calc(100vw - 20px);
    overflow-y: hidden !important;
    overflow: auto;
    padding-left: 410px;
    padding-right: 400px;
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
}

.scroll-horizontal-cover .arrow-icon-scroll {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

    .scroll-horizontal-cover .arrow-icon-scroll:hover {
        opacity: .7;
    }

    .scroll-horizontal-cover .arrow-icon-scroll.right-arrow {
        left: 140px;
    }

    .scroll-horizontal-cover .arrow-icon-scroll.left-arrow {
        left: 100px;
    }

.scroll-horizontal {
    position: relative;
}

.scroll-horizontal-cover > .right-cover {
    width: calc(100vw - 1417px);
    height: 100%;
    border: solid 1px red;
    background: white;
    left: 145px;
    position: relative;
}

.scroll-horizontal-cover .arrow-icon-scroll {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
}
.subscribeDropdown {
    height: 42px;
    max-width: 425px;
    width: 425px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    margin-bottom:10px;
}
.scroll-horizontal-cover {
    content: '';
    width: 240px;
    height: 430px;
    position: absolute;
    right: -1px;
    bottom: 0px;
    background: -webkit-linear-gradient(90deg, RGBA(255, 255, 255, 0) 0%, white 22%, white);
    background: linear-gradient(90deg, RGBA(255, 255, 255, 0) 0%, white 22%, white);
}

.resources-section .videorow::-webkit-scrollbar {
    width: 12px;
}

.resources-section .videorow::-webkit-scrollbar-track {
    background: transparent;
}

.resources-section .videorow::-webkit-scrollbar-thumb {
    background-color: transparent;
}


.resources-section .videorow::-webkit-scrollbar {
    height: 0;
}

.resources-section .videorow {
    box-sizing: border-box;
    white-space: nowrap;
    width: calc(100vw - 20px);
    overflow-y: hidden !important;
    overflow: auto;
    padding-left: 250px;
    padding-right: 260px;
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
}

.videoscroll-horizontal-cover .arrow-icon-scroll {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    .videoscroll-horizontal-cover .arrow-icon-scroll:hover {
        opacity: .7;
    }

    .videoscroll-horizontal-cover .arrow-icon-scroll.rightVideo-arrow {
        left: 140px;
    }

    .videoscroll-horizontal-cover .arrow-icon-scroll.leftVideo-arrow {
        left: 100px;
    }

.videoscroll-horizontal {
    position: relative;
}

.videoscroll-horizontal-cover > .right-cover {
    width: calc(100vw - 1417px);
    height: 100%;
    border: solid 1px red;
    background: white;
    left: 145px;
    position: relative;
}

.videoscroll-horizontal-cover .arrow-icon-scroll {
    position: absolute;
    top: 63%;
    transform: translateY(-50%);
    cursor: pointer;
}

.videoscroll-horizontal-cover {
    content: '';
    width: 240px;
    height: 430px;
    position: absolute;
    right: -1px;
    bottom: 0px;
    background: -webkit-linear-gradient(90deg, RGBA(255, 255, 255, 0) 0%, white 22%, white);
    background: linear-gradient(90deg, RGBA(255, 255, 255, 0) 0%, white 22%, white);
}

.blue {
    color: #3173E8;
}

.arrow-notallowed {
    opacity: 0.1;
    cursor: not-allowed !important;
}

    .arrow-notallowed:hover {
        opacity: 0.1 !important;
        cursor: not-allowed !important;
    }

#scrollingRow a {
    text-decoration: none;
}

.rows a {
    text-decoration: none;
}

@media only screen and (max-width: 820px) {
    .contact-first-section {
        flex-direction: column-reverse;
        padding: 0 15px;
    }

    .contact-first-section-left {
        width: 100%;
    }

    .contact-first-section-right {
        width: 100%;
    }

    .contact-first-section img {
        width: 18rem;
    }

    .contact-second-section {
        margin-left: -10px;
    }

        .contact-second-section input {
            width: 16rem;
            max-width: 16rem;
        }

        .contact-second-section textarea {
            width: 16rem;
            max-width: 16rem;
            min-width: 16rem;
        }

    #button-area {
        margin-top: 170px;
    }

    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    /* blogs and video of blogs */
    .scroll-horizontal-cover {
        display: none;
    }

    .videoscroll-horizontal-cover {
        display: none;
    }

    .resources-section .row {
        white-space: nowrap;
        width: auto;
        overflow: auto;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0px -15px;
    }

        .resources-section .row .card {
            margin-top: 15px;
        }

    .resources-section .videorow {
        white-space: nowrap;
        width: auto;
        overflow: auto;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0px -15px;
    }

        .resources-section .videorow .card {
            margin-top: 15px;
        }

    .flex-container {
        display: block;
    }
}

.faq-first-section-right {
    flex: 1;
    width: 50%;
    text-align: center;
}

    .faq-first-section-right img {
        width: 247px;
        height: 248px;
    }

.seperator {
    border-bottom: solid 1px #f0f0f0;
    margin-bottom: 20px;
}

.tab {
    overflow: hidden;
    margin-top: 20px;
    text-align: center;
}

    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: 0;
        cursor: pointer;
        padding: 14px 18px;
        transition: 0.3s;
        font-size: 17px;
        font-weight: 400;
        color: #040404;
        font-family: Roboto;
        display: flex;
        align-items: center;
    }

        .tab button.active {
            border-bottom: 2px solid #3173e8;
            color: #434343 !important;
        }

        .tab button:hover {
            color: #3173e8 !important;
        }

.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
    margin-top: -70px;
    margin-bottom: 50px;
}

.accordion {
    width: 100%;
    background-color: #fff;
    color: #040404;
    cursor: pointer;
    border: none;
    font-size: 19px;
    font-weight: 400;
    text-align: left;
    font-family: roboto, regular !important;
}

.accordion-shadow {
    width: 670px;
    margin: auto;
    display: block;
    padding: 18px;
    border: none;
    outline: 0;
    transition: 0.4s;
    margin-bottom: 10px;
    margin-top: 20px;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 3px 10px #00000014;
    border-radius: 3px;
    opacity: 1;
}

.accordion:after {
    content: "\002B";
    color: #777;
    font-weight: 700;
    float: right;
    margin-left: 5px;
}

.accordion-shadow .active:after {
    content: "\2212";
    float: right;
}

.panel {
    font-weight: 400;
    font-size: 17px;
    color: #040404;
    line-height: 26px;
    padding: 0 18px;
    padding-left: 0;
    display: none;
    background-color: #fff;
    overflow: hidden;
    text-align: left;
    margin: auto;
    margin-left: 35px;
    cursor: pointer;
}

.tabcontent .search-container {
    width: 63%;
    margin: auto;
}

.tabcontent input[type="text"] {
    float: left;
    padding: 12px;
    font-size: 17px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

.tabcontent .search-container button {
    float: left;
    padding: 15px;
    background: #3173e8;
    color: #fff;
    font-size: 17px;
    border: none #3173e8;
    border-radius: 3px;
    cursor: pointer;
}

.expandCollapsebtn {
    padding: 10px;
    background-color: white;
    color: #040404;
    font-size: 17px;
    font-family: 'Roboto';
    float: right;
    border: 1px solid #E0E0E0;
    margin-top: 40px;
    cursor: pointer;
    margin-right: 10px;
}

    .expandCollapsebtn:hover {
        color: #fff !important;
        background-color: #3173e8 !important;
        border-radius: 3px;
        border: 1px solid #3173e8 !important;
    }

.search-container form {
    display: flex;
}

#faq-contactus-bottom {
    margin: auto;
    margin-bottom: 80px;
    width: 30%;
    /*text-align: center;
    margin-top: -15px;*/
    font-size: 18px;
}

    #faq-contactus-bottom a {
        text-decoration: none;
        color: #3173e8;
    }

.chartExpoHeading {
    text-align: center;
    font-size: 35px !important;
    font-weight: 400;
    color: #000 !important;
}

.PricingH1Heading {
    width: 54%;
}

#pricing-price-cards {
    margin-left: -30px;
    margin-right: 30px;
}

.cards {
    text-align: center;
    margin: 15px 15px 15px 15px;
}

    .cards h4 {
        line-height: 20px !important;
        font-size: 17px !important;
        margin: 8px 0;
        font-weight: 400;
    }

.price-cards {
    display: flex;
    margin-bottom: 50px;
}
.customPricinfLink {
    font-size: 18px;
}

.blue-card-btns {
    border: 1px solid #3173e8;
    color: #3173e8;
    /*border: 1px solid #3173e8;
    color: #fff;*/
    background-color: #fff;
    margin: 10px 25px;
    padding: 10px 1px;
    border-radius: 3px;
}

    .blue-card-btns:hover {
        /*background-color: #3173e8;
        border: 1px solid #3173e8;*/
        color: #fff;
        background-color: #FF651D;
        border: 1px solid #FF651D;
    }
	.blue-card-btns:hover > p{
		color:#fff !important;
	}


.hvr:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 20px;
}

.power-bi-blue-card-btn {
    margin-bottom: 5px;
}

.inner-cards {
    padding: 20px;
    text-align: center;
    border-radius: 3px;
    height: 220px;
    width: 210px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 2px 15px;
}

    .inner-cards:hover {
        box-shadow: rgba(0, 0, 0, 0.35) 0 5px 25px;
    }

    .inner-cards p:first-child {
        margin-top: 10px;
        margin-bottom: 0px;
        color: #3173e8;
        font-size: 37px;
    }

    .inner-cards p {
        margin-top: 10px;
        color: #000000;
        font-weight: 400;
        font-size: 13px;
    }

        .inner-cards p span {
            font-size: 25px;
            position: relative;
            bottom: 9px;
        }

    .inner-cards a {
        text-decoration: none;
    }

.gSlink {
    font-size: 17px;
    margin: 8px 0px;
    font-weight: 400;
}

.cards h1 {
    margin-top: 10px !important;
    color: #3173e8;
    font-weight: 400;
}

.cards small {
    font-weight: 300;
    font-size: 13px;
    color: #000000;
    display: block;
    line-height: 15px;
}

/*.left {
    width: 50%;
}

.right {
    width: 50%;
}*/

.demoblue {
    height: 10px;
    width: 10px;
    margin: 0 0;
    background-color: #3173e8 !important;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.Ep-btn-text {
    text-align: center;
}

.contain {
    max-width: 1140px;
    display: flex;
    margin: auto;
}

.conntain-first {
    max-width: 750px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.ep-ls-btn {
    /*color: #FF651D;*/
    /*background-color: #fff;*/
    /*border: solid 1px #FF651D;*/
    /*border: 1px solid #3173e8;*/
    color: #fff;
    background-color: #3173e8;
    border: solid 1px #3173e8;
    border-radius: 3px;
    letter-spacing: 0.03rem;
    padding: 16px 24px;
    display: inline-block;
}

    .ep-ls-btn:hover {
        /*color: #fff;
        background-color: #3173e8;*/
        background-color: #FF651D;
        border: 1px solid #FF651D;
    }

.fund-google-tag-a {
    cursor: auto;
}

.fund-google-tag {
    color: black !important;
}

.funding-ls-btn:hover {
    background-color: #3173e8 !important;
    border: 1px solid #3173e8 !important;
}

.Fund-head-span {
    color: #2675d1;
}

.HomePageImg {
    width: fit-content;
    height: auto;
}

.sankey-img-fund {
    width: fit-content !important;
}

.comparison-img-fund {
    margin-left: 40px;
}

.sunburst-img-fund {
    width: fit-content !important;
    margin-left: 50px;
}

.Radar-img-fund {
    margin-left: 40px;
}

.likert-img-fund {
    width: fit-content !important;
    margin-left: 50px;
}

.first4 {
    margin-right: -25px;
}

.second4 {
    /*display: none;*/
    margin-right: -25px;
}

.secondfour {
    display: none;
}

#Fund-First-Section {
    align-items: center;
    /*margin-top: 30px;*/
}

.First-content-Fund {
    /*margin-bottom: 0px;*/
}

#fund-fourth-right {
    /*margin-top: 30px*/
}

.First-content-Fund h2 {
    font-size: 36px !important;
    font-weight: 400;
    letter-spacing: -.25px;
    line-height: 44px;
    /*margin: 0px;*/
}

#fund-first-left {
    margin-top: 45px;
}

.First-content-Fund p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.Second-content-Fund h2 {
    font-size: 36px !important;
    font-weight: 400;
    letter-spacing: -.25px;
    line-height: 44px;
    margin-bottom: -10px;
}

.Second-content-Fund p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.Third-content-Fund h2 {
    font-size: 36px !important;
    font-weight: 400;
    letter-spacing: -.25px;
    line-height: 44px;
    /*margin-top: 0px;*/
}

.Third-content-Fund p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.Fourth-content-Fund h2 {
    font-size: 36px !important;
    font-weight: 400;
    letter-spacing: -.25px;
    line-height: 44px;
    margin-bottom: -10px;
    margin-top: 0px;
}

.Fourth-content-Fund p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.Slider-Fund {
    /*--image-size: 100px;
    border: 1px solid #575757;*/
    padding: 20px;
    overflow: hidden;
    max-width: 97%;
    width: 100%;
    margin: 0 auto;
    /*position: relative;*/
}

    .Slider-Fund:hover .Slider-Fund-Marquee {
        animation-play-state: paused;
    }

    .Slider-Fund .Slider-Fund-Marquee {
        display: flex;
        position: relative;
        animation: marquee 140s linear infinite;
        justify-content: space-around;
    }

/*.Slider-Fund img {
    display: block;
    min-width: var(--image-size);
    height: var(--image-size);
    margin: 0 1vw;
}*/

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

#SearchNotFound {
    margin: auto;
    display: none;
    width: 30%;
    margin-top: -40px;
}

.txtFAQSearchBox {
    padding: 12px;
    width: 100%;
    font-family: 'Roboto';
    font-size: 17px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

.btnFAQSearchBox {
    padding: 15px;
    background: #3173e8;
    color: #fff;
    font-size: 17px;
    border: none #3173e8;
    border-radius: 3px;
    cursor: pointer;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin-left: -2px;
}

    .btnFAQSearchBox:hover {
        background-color: #4c89f5 !important;
    }

.CSSC-banner-chart .inner-shadow {
    font-family: Roboto, sans-serif !important;
    font-size: 45px;
    font-weight: 700;
    background-color: #b9b9b9;
    color: transparent;
    margin: 0;
    text-shadow: -3px -3px 5px rgb(255 255 255 / 50%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.CSSC-banner-chart h2 {
    margin-top: 10px;
    font-family: Roboto, sans-serif !important;
    font-size: 45px;
    font-weight: 400;
    color: #202124;
}

.CSSC-banner-chart p {
    margin-bottom: 30px;
    font-size: 16px !important;
}

.CSSC-banner {
    padding-top: 75px;
}

.CSSC-banner-chart-img {
    align-items: center;
}

    .CSSC-banner-chart-img img {
        padding-top: 60px;
    }

#fund-first-right {
    margin-top: 4%;
}

#fund-third-right {
    margin-top: 0px;
    /*height: 400px;*/
}

#fund-second-right {
    margin-top: 3%;
}

#fund-fourth-left {
    margin-top: -20px;
}

#Fund-Third-Section {
    align-items: center;
}

#VipComingSoonTextDiv {
    width: 60%;
    margin: auto;
}
/*#fund-third-left-img-div {
    width: 58%;
    padding-bottom: 0;
    padding-top: 0;
    position: unset;
}*/
.CheckoutLeftCol {
    width: 62%;
}

.CheckoutRightMainDiv {
    width: 25%;
    background-color: #f7f7f7;
    margin-left: 15px;
    margin-top: 55px;
    padding: 15px;
    height: 500px;
}

#CheckoutMainImg {
    display: block;
    margin: 0 auto;
    width: 90%;
    height: auto;
}

#Checkout-First-Left {
    background-color: #FD7B2F;
    padding: 20px;
    width: 82%;
    margin-top: 85px;
    position: static;
}

#Checkout-Second-Left {
    width: 100%;
    margin-left: 60px;
}
/*#Checkout-Second-Left h1 {
        font-weight: 900;
        font-size: 54px;
        background-color: #05Ce78;
        color: #05Ce78;
        margin: 0;
        text-shadow: 0px 0px 0px #05Ce78;
        -webkit-text-stroke: 1px #05Ce78;
        /*-webkit-background-clip: text;
        text-align: center;
    }*/
#CheckoutPromotionImg {
    width: 102px;
    height: 119px;
    margin-left: 40px;
    vertical-align: middle;
}

#Checkout-Second-Left p {
    line-height: 24px;
}

#Checkout-Second-Left-sub {
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #f7f7f7;
    text-align: center;
    width: 87%;
    margin-left: 50px;
    padding: 15px 0px;
}

    #Checkout-Second-Left-sub img {
        display: inline-block;
        width: 55px;
        height: 55px;
        margin-left: 15px;
        margin-right: 4px;
        vertical-align: middle;
    }

    #Checkout-Second-Left-sub p {
        display: inline-block;
        /*margin-left: 20px;*/
        margin-right: 20px;
    }

#Checkout-Second-Left-Kickstarter-Coming-Soon {
    width: 87%;
    margin-left: 50px;
    margin-top: 8px;
    margin-bottom: 25px;
}

    #Checkout-Second-Left-Kickstarter-Coming-Soon p {
        font-size: 13px;
        color: #000;
    }
/*.CheckoutMainDiv {
    margin-top: 60px;
    height: auto;
}*/

#CheckoutMaininnerDiv {
    /*padding-top: 20px;*/
    padding-bottom: 50px;
}

#CheckoutComingSoonDiv {
    margin-top: 8px;
    margin-bottom: 25px;
}

    #CheckoutComingSoonDiv img {
        width: 180px;
        display: block;
        margin: auto
    }

#CheckoutFirstDiv {
    border-bottom: 1px solid #C7CFD8;
    width: 100%;
}

    #CheckoutFirstDiv p {
        margin-top: 5px;
        color: #3573E5 !important;
        font-weight: 600;
        font-size: 37px;
        margin-top: 0px;
        margin-bottom: 15px;
    }

#Million-Child-Challenge-Dialog {
    display: none;
}

#MillionSubtotalDiv {
    border-bottom: 1px solid #C7CFD8;
    width: 99%;
    text-align: justify;
}

#MillionDueTotalDiv {
    width: 99%;
    text-align: justify;
}

#CheckoutEmailDiv {
    margin-top: 7px;
    /*width: 100%;*/
}

    #CheckoutEmailDiv input {
        padding: 14px;
        width: 89%;
        border: 1px solid #C7CFD8;
    }

.PlaceHolderColor::placeholder {
    color: red;
    opacity: 1;
}

#CheckoutFirstNameDiv {
    margin-top: 10px;
    /*width: 100%;*/
}

    #CheckoutFirstNameDiv input {
        padding: 14px;
        width: 89%;
        border: 1px solid #C7CFD8;
    }

#CheckoutLastNameDiv {
    margin-top: 7px;
    /*width: 100%;*/
}

    #CheckoutLastNameDiv input {
        padding: 14px;
        width: 89%;
        border: 1px solid #C7CFD8;
    }

#CheckoutPaymentDiv {
    width: 99%;
    margin-top: 7px;
    border: 1px solid #C7CFD8;
    background-color: #fff;
}

#googlepaymethodDiv {
    height: 45px;
    padding-left: 10px;
    cursor: pointer;
}

    #googlepaymethodDiv input {
        float: left;
        margin-right: 10px;
        margin-top: 15px;
        vertical-align: middle;
        cursor: pointer;
    }

    #googlepaymethodDiv label {
        float: left;
        margin-top: 13px;
        color: #748493;
        cursor: pointer;
    }

#paypalmethodDiv {
    border-bottom: 1px solid #C7CFD8;
    height: 45px;
    padding-left: 10px;
    cursor: pointer;
}

    #paypalmethodDiv input {
        float: left;
        margin-right: 10px;
        margin-top: 15px;
        cursor: pointer;
    }

    #paypalmethodDiv label {
        float: left;
        margin-top: 13px;
        color: #748493;
        cursor: pointer;
    }

#CheckoutTextDiv {
    width: 94%;
    height: 200px;
    padding: 15px;
    background-color: #F2F2F2;
    margin-top: 30px;
    margin-bottom: 10px;
}

.CheckoutTextDivP {
    margin-top: 0px;
    text-align: left;
    width: 95%;
}

#CheckoutTextDivSecondP {
    line-height: 22px;
    font-size: 16px;
    margin-top: 0px;
    display: flex;
    float: left;
    /*margin-bottom: 35px;*/
}

#Million-Child-Challenge {
    margin-right: 10px;
}

#PaymentMethodChangeDiv {
    display: none;
}

#PaymentMethodChange {
    width: 70%;
    cursor: pointer;
}

#CompleteMyPaymentInnerbtn {
    width: 100%;
    height: auto;
    /*height: 50px;
    font-size: 16px;
    font-weight: 500;
    background-color: #3174E9;
    color: white;*/
    cursor: pointer;
    /*border: 1px solid #3174E9;*/
}

#CompleteMyPayment {
    margin-top: 15px;
    width: 100%;
    /*border: 1px solid #3174E9;*/
}

#PaymentBlueButton {
    display: none;
}

#googlepaybutton {
    display: none;
    text-align: center;
}

#googlepaybuttonIframe {
    display: none;
    text-align: center;
    margin-top: 10px;
}

#GooglePayImgbutton {
    display: none;
}

#Paypalbutton {
    /*display: none;*/
    text-align: center;
}

    #Paypalbutton p {
        text-align: center;
    }

#Paypalbuttonbtn {
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    background-color: #ffc439;
    color: #111;
    cursor: pointer;
    border: 1px solid #ffc439;
}

#CheckoutPaymentCardsDiv img {
    width: 100%;
}

#Checkout-Popup-Right-Div a {
    width: 47%;
}

.KickstarterSignUpMainDiv {
    width: 70%;
    float: right;
    padding: 20px;
    box-shadow: rgb(0 0 0 / 35%) 0 5px 25px;
    border-radius: 20px;
    height: 485px;
}

.kickstarter-signup-first-section-left p {
    width: 76%;
    font-weight: 400;
}

#KickstarterSignUpComingSoonDiv {
    display: flex;
    margin-top: 8px;
    margin-bottom: 25px;
}

    #KickstarterSignUpComingSoonDiv img {
        width: 70%;
        display: block;
        /*margin: auto*/
    }

    #KickstarterSignUpComingSoonDiv p {
        font-weight: bold;
        color: #56E29B;
    }

#KickstarterSignUpFirstDiv {
    /*border-bottom: 1px solid #C7CFD8;*/
    width: 100%;
}

    #KickstarterSignUpFirstDiv p {
        margin-top: 5px;
        color: #000;
        font-weight: 600;
        font-size: 37px;
        margin-top: 0px;
        margin-bottom: 15px;
    }

#KickstarterSignUpEmailDiv {
    margin-top: 7px;
    /*width: 100%;*/
}

    #KickstarterSignUpEmailDiv input {
        padding: 14px 0;
        font-size: 16px;
        width: 100%;
        border: none;
        outline: none;
        border-bottom: 1px solid #C7CFD8;
    }

#KickstarterSignUpFirstNameDiv {
    margin-top: 10px;
    /*width: 100%;*/
}

    #KickstarterSignUpFirstNameDiv input {
        padding: 14px 0;
        font-size: 16px;
        width: 100%;
        border: none;
        outline: none;
        border-bottom: 1px solid #C7CFD8;
    }

#KickstarterSignUpLastNameDiv {
    margin-top: 7px;
    /*width: 100%;*/
}

    #KickstarterSignUpLastNameDiv input {
        padding: 14px 0;
        font-size: 16px;
        width: 100%;
        border: none;
        outline: none;
        border-bottom: 1px solid #C7CFD8;
    }

.kickstarter-Signup-btn {
    width: 100%;
    font-size: 16px;
    background-color: #FF651D;
    border: 1px solid #FF651D;
    color: #fff;
    border-radius: 7px;
    letter-spacing: 0.03rem;
    padding: 16px 24px;
    margin-top: 25px;
    text-align: center;
    cursor: pointer;
}

.kickstarter-Signup-content h2 {
    font-size: 40px !important;
    font-weight: 600;
    color: #000 !important;
    /*letter-spacing: -.25px;*/
    line-height: 44px;
    margin: 0px;
}

.kickstarter-Signup-content p {
    font-weight: 400;
    line-height: 27px;
    width: 95%;
}

.KickstarterHeroChartsDiv p {
    font-weight: 400;
    margin-top: 0;
    margin-left: 25px;
}

#KickstarterHeroChartsImg {
    display: block;
    margin: 0 auto 0 0;
    width: 92%;
}

.left-section-kickstarter {
    width: 50%;
}

    .left-section-kickstarter h4 {
        font-weight: 400;
        margin-bottom: 0;
        font-size: 18px;
    }

    .left-section-kickstarter p {
        font-weight: 400;
        width: 85%;
        line-height: 24px;
    }

.Right-section-kickstarter {
    width: 50%;
    margin-left: 25px;
}

    .Right-section-kickstarter h4 {
        font-weight: 400;
        margin-bottom: 0;
        font-size: 18px;
    }

    .Right-section-kickstarter p {
        font-weight: 400;
        width: 82%;
        line-height: 24px;
    }

.kickstarter-Signup-Bottom-Content {
    display: block;
    margin-bottom: 50px;
}

.top-section-kickstarter {
    display: flex;
    padding: 0 60px;
}

.Bottom-section-kickstarter {
    display: flex;
    padding: 0 60px;
}

#KickstarterSignUpSuccess {
    /*display: none;*/
    text-align: center;
    margin-top: 7px;
}

#KickstarterSignUpCaptchaError {
    display: none;
    color: red;
    text-align: center;
    margin-top: 5px;
}

#KickstarterSignUpEmailError {
    display: none;
    color: red;
    text-align: center;
    margin-top: 5px;
}

#KickstarterSignUpCaptchaDiv {
    margin-top: 25px;
}

#KickstarterSignUpCaptchaInnerDiv {
    display: flex;
    margin-top: 10px;
}

#KickstarterSignUpCaptchaDivInput {
    width: 150px;
    height: 50px;
    padding: 0 0 0 10px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #C7CFD8;
    outline: none;
}

#KickstarterSignUpCaptchaImg {
    width: auto;
    height: auto;
    /*margin-left: -30px;*/
    margin-top: 10px;
    /*margin-right: 10px;*/
}

#KickstarterSignUpRefreshCaptchaImg {
    height: 15px;
    width: 15px;
    /*margin-top: 20px;*/
}

.modall {
    /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modall-contentt {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 670px;
}

/* The Close Button */
.closee {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .closee:hover,
    .closee:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.newsletter {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.exit-intent-popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(33, 33, 33, 0.4);
    transform: translateY(60%) scale(0);
    transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

    .exit-intent-popup.visible {
        transform: translateY(0) scale(1);
    }

#showReelVid {
    width: 100%;
    height: 100%;
}

.want-to-unsubscribe {
    margin: 0 auto;
    text-align: center;
}

    .want-to-unsubscribe h1 {
        font-size: 40px;
        font-weight: 400;
    }

    .want-to-unsubscribe p {
        margin-top: -22px;
    }

.unSubscribeBtnRow,
.unsubscribeReasonRow {
    margin-top: 30px;
}

    .unsubscribeEmailRow label,
    .unsubscribeReasonRow label {
        margin-bottom: 10px;
    }

.unsubscribeEmailRow {
    margin-top: 50px;
}

.unsubscribeEmailInput {
    height: 42px;
    max-width: 402px;
    width: 392px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

.unSubscribeReasonInput {
    height: auto;
    max-width: 400px;
    width: 392px;
    /* padding-left: 10px;
    padding-right: 10px;*/
    border: 1px solid #e0e0e0;
    border-radius: 3px;
	padding-bottom: 10px;
}

    .unSubscribeReasonInput div {
        margin-top: 10px;
        padding-left: 3px;
    }

        .unSubscribeReasonInput div input {
            vertical-align: middle;
        }

        .unSubscribeReasonInput div label {
            font-size: 13px;
            vertical-align: middle;
        }

        .unSubscribeReasonInput div textarea {
            width: 378px;
            height: 100px;
            font-family: 'Roboto';
            font-size: 13px;
            padding: 4px 0px 0px 5px;
            border: 1px solid #e0e0e0;
            resize: none;
        }

.text-area-padding {
    padding-left: 7px !important;
}

.unSubscribeSubmitBtn {
    color: #fff;
    background: #3173e8;
    border: #3173e8;
    height: 48px;
    /*width: 120px;*/
    border-radius: 3px;
    margin-right: 253px;
}


.unsubscribeEmailRow,
.unsubscribeReasonRow {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.unSubscribeBtnRow {
    margin-bottom: 10%;
}

.unsubscribe-EmailAndReason-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.unsubscribeEmailInput::placeholder {
    color: #434343;
}

.want-to-subscribe {
    margin: 0 auto;
    text-align: center;
}

    .want-to-subscribe h1 {
        font-size: 40px;
        font-weight: 400;
    }

    .want-to-subscribe p {
        margin-top: -20px;
        font-size: 14px;
    }

.subscribeEmailRow {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .subscribeEmailRow label {
        margin-bottom: 10px;
    }

.subscribe-increment-count .value-button {
    border: 1px solid #ededed;
    width: 40px;
    height: 36px;
    background: #ededed;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    line-height: 2.5;
}

.subsribe-number-of-userRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subscribe-increment-count value-button:hover {
    cursor: pointer;
}

input.total-numberOf-user {
    text-align: center;
    border: none;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    margin: 0;
    width: 60px;
    height: 40px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.packageprice-rightcolumn {
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-right: 15px;
}

.subscribe-increment-count {
    margin-left: 25px;
    display: flex;
}

.checkoutBtnRow {
    margin-top: 20px;
    margin-bottom: 30px;
}

.checkout-submit-btn {
    color: #fff;
    background: #3173e8;
    border: #3173e8;
    height: 48px;
    width: 97px;
    border-radius: 3px;
    cursor: pointer;
}

    .checkout-submit-btn:hover {
        background-color: #3173e8;
    }

.copy-url-blue-btn {
    color: #fff;
    background: #3173e8;
    border: #3173e8;
    height: 48px;
    width: 97px;
}

.subscribe-email-container {
    display: grid;
    justify-content: center;
    margin: auto;
}

.subscribeEmailInput {
    height: 42px;
    max-width: 425px;
    width: 425px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
}

    .subscribeEmailInput::placeholder {
        color: #434343;
    }

.package-priceRow,
.subsribe-number-of-userRow {
    margin-top: 5px;
}

.select-numberof-user {
    font-size: 15px;
    text-align: left;
    vertical-align: middle;
    line-height: 1.7;
}

.numberof-allowedUsers {
    font-size: 11px;
    color: #939393;
}

.select-numberof-user small {
    font-size: 11px;
    color: #939393;
    padding: 4px;
    margin-right: 10px;
}

.total-packagePrice {
    color: #3173e8;
    font-weight: 700;
    font-size: 22px;
    margin-top: 12px;
    margin-bottom: 5px;
}

.package-priceRow {
    display: flex;
    justify-content: space-between;
    height: 80px;
    border-radius: 3px;
}

.subscribe-payment-options {
    float: right;
    line-height: 4;
}

/*    .subscribe-payment-options img {
        opacity: 0.24;
    }*/

.subscribe-payment-step {
    width: 200px;
}

.subscribe-steps-container {
    display: inline-flex;
    margin: 0 0;
}

    .subscribe-steps-container .subscribe-payment-step p {
        max-width: 208px;
        font-size: 15px;
        color: #202124 !important;
        line-height: 26px;
        margin-top: 10px;
    }

.stepsRow {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px;
}

.arrow-stepImage {
    height: fit-content;
    position: relative;
    top: 60px;
}

.browser-check-modal-popup {
    display: none;
}

.browser-check-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 37%;
}

.browser-check-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
}

    .browser-check-modal-close:focus,
    .browser-check-modal-close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.copyurl-container {
    display: flex;
    background-color: #f2f2f2;
    height: 42px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .subscribeEmailRow {
        margin-left: 395px;
    }

    .subsribe-number-of-userRow {
        margin-left: 395px;
    }

    .package-priceRow {
        margin-left: 395px;
        width: 403px;
    }

    .checkoutBtnRow {
        margin-left: 395px;
    }

    .subscribe-payment-options {
        margin-right: 537px;
    }

    .arrow-stepImage {
        height: 15px;
    }

    .numberof-allowedUsers,
    .total-packagePrice {
        float: right;
    }

    .subscribe-increment-count {
        margin-right: 535px;
    }

    .select-numberof-user {
        text-align: left;
    }

    .browser-check-modal-content {
        border-radius: 8px;
        border: 1px solid #fefefe;
        -webkit-box-shadow: 3px 10px 20px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 3px 10px 20px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 8px 20px 6px rgba(0, 0, 0, 0.1);
    }

    .browser-check-modal-close {
        margin-top: -9px;
    }

    .copyurl-container {
        display: flex;
        justify-content: space-between;
        border-radius: 3px;
    }

        .copyurl-container .copyurltext {
            font-size: 13px;
            padding: 0 22px 0 10px;
            border-radius: 4px;
        }

    .browser-check-modal-popup {
        display: none;
        position: fixed;
        z-index: 1;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: #000;
        background-color: rgba(255, 255, 255, 0.89);
    }
}

@media only screen and (max-width: 920px) {
    .container {
        padding: 0 30px;
    }

    #CheckoutTextDiv {
        height: auto;
    }

    #CheckoutEmailDiv input {
        padding: 13px;
        width: 86%;
    }

    #Checkout-Second-Left h1 {
        font-size: 48px;
    }

    #Checkout-Second-Left img {
        /*margin-left: 20px;*/
    }

    #Checkout-Second-Left-sub img {
        margin-left: 5px;
        margin-right: 5px;
    }

    #Checkout-Popup-Left-Div {
        width: 50%;
    }

    #Checkout-Popup-Right-Div {
        width: 50%;
    }

    #Orange-Checkout-Payment-Btn-Div {
        width: 100%;
    }

    #Blue-Checkout-Payment-Btn-Div {
        width: 100%;
    }

    #Kickstarter-Dialog-Img1 {
        width: 100%;
    }

    #Kickstarter-Dialog-Img2 {
        width: 100%;
    }

    .newsletter {
        left: 47%;
        top: 38%;
    }

    .modall-contentt {
        width: 87%;
    }
}

@media only screen and (max-width: 910px) and (min-width: 821px) {
}

@media only screen and (max-width: 820px) {
    
    .SankeyCtaBtn {
        flex-direction: column;
        margin-left: 0px;
    }

    .SankeyGsCta {
        margin-bottom: 10px;
    }

    #SankeyPbiCta {
        padding: 12px 8px !important;
    }

    .sankeyCTAs {
        margin-bottom: 10px;
    }

    #sankeyGsCTA {
        padding: 12px 22px !important;
    }

    .price-cards {
        display: block !important;
        width: fit-content;
        margin-bottom: 0px;
    }

    .inner-cards {
        width: 175px;
		height:250px;
    }

    #pricing-price-cards {
        margin-left: auto;
        margin-right: auto;
        /*width: 95%;*/
    }

    .chartexporeferalAd {
        width: fit-content;
    }

    .chartexpo-referral-ad-video {
        width: 100%;
    }

    #PowerBiCard {
        height: 225px;
    }

        #PowerBiCard .blue-card-btns {
            margin: 15px 20px;
        }

    .chartExpoHeading {
        text-align: center;
    }

    .cards h4 {
        width: 208px;
    }

    .gSlink {
        width: 208px;
    }

    .blue-card-btns {
        margin: 10px 30px;
    }
	
    .howToPurchaseVideo {
        margin-left: 0 !important;
        width: 242px !important;
        padding: 0 0 0 20px;
    }

    .ExcelPricingtagVideoDomain {
        padding: 0 0 0 20px !important;
    }

    .HomePageImg {
        width: -webkit-fill-available;
        height: auto;
    }

    div#home-second-left {
        order: 2;
        margin-top: -50px;
    }

    #second-section-home {
        margin-top: -40px;
    }

    div#home-second-right {
        order: 1;
        width: 100% !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
    }

    #home-second-right h2 {
        line-height: 45px !important;
    }

    #home-second-right p {
        width: 90%;
    }

    #home-third-left {
        width: 100% !important;
        margin-right: 0px !important;
        margin-top: 0px !important;
    }

    div#home-fourth-left {
        order: 2;
        margin-top: -50px;
    }

    div#home-fourth-right {
        order: 1;
        width: 100% !important;
        margin-top: -20px !important;
        margin-left: 0px !important;
    }

    #home-fourth-right h2 {
        line-height: 45px !important;
    }

    #fifth-section-home {
        margin-top: -30px;
    }

    #home-fifth-left {
        width: 100% !important;
        margin-right: 0px !important;
        margin-top: 0px !important;
    }

    div#home-sixth-left {
        order: 2;
        margin-top: -50px;
    }

    div#home-sixth-right {
        order: 1;
        width: 100% !important;
        margin-top: 0px !important;
        margin-left: 0px !important;
    }

    #home-sixth-right h2 {
        line-height: 45px !important;
    }

    #seventh-section-home {
        margin-top: -30px;
    }

    #home-seventh-left {
        width: 100% !important;
        margin-right: 0px !important;
        margin-top: 0px !important;
    }

    div#home-eighth-left {
        order: 2;
        margin-top: -60px;
    }

    div#home-eighth-right {
        order: 1;
        width: 100% !important;
        margin-top: -10px !important;
        margin-left: 0px !important;
    }

    #home-eighth-right h2 {
        line-height: 45px !important;
    }

    #pricing-cards-home {
        margin-bottom: 50px;
    }

    .sankey-img-fund {
        width: -webkit-fill-available !important;
        margin-top: -70px;
    }

    .comparison-img-fund {
        width: -webkit-fill-available;
        height: auto;
        margin-left: 0px;
    }

    .Slider-Fund {
        white-space: nowrap;
        overflow: auto;
    }

        .Slider-Fund::-webkit-scrollbar {
            display: none;
        }

    div#fund-first-left {
        order: 2;
        margin-top: -50px !important;
    }

    div#fund-first-right {
        order: 1;
        /*width: 100% !important;
        margin-top: -10px !important;
        margin-left: 0px !important;*/
    }

    div#fund-third-left {
        order: 2;
        margin-top: -10px;
    }

    div#fund-third-right {
        order: 1;
        /*width: 100% !important;
        margin-top: -10px !important;
        margin-left: 0px !important;*/
    }

    #fund-second-left {
        margin-top: 0px !important;
    }

    #Fund-Second-Section {
        margin-top: -60px !important;
    }

    #fund-second-right {
        margin-top: 40px;
    }

    #Fund-Third-Section {
        margin-top: -60px !important;
    }

    #fund-third-left-img-div {
        margin-top: 0px !important;
        padding-top: 0px;
    }

    #fund-fourth-left {
        margin-top: 35px !important;
    }

    #Fund-Fourth-Section {
        margin-top: -50px !important;
        margin-bottom: 80px;
    }

    #fund-fourth-right {
        margin-top: 40px;
    }

    .First-content-Fund p {
        max-width: 500px;
    }

    .Third-content-Fund p {
        max-width: 500px;
    }
    /*#leftArrowImgfund {
        margin-left: -10px;
        top: 130px !important;
    }
    #rightArrowImgfund {
        left: 96% !important;
        top: -99px !important;
    }*/
    .fund-left-arrow {
        top: 44% !important;
        position: absolute !important;
    }

    .fund-right-arrow {
        left: 95% !important;
        top: 44% !important;
        position: absolute !important;
    }

    .CheckoutLeftCol {
        width: 100% !important;
    }

        .CheckoutLeftCol p {
            margin-left: 20px !important;
            width: 95% !important;
        }

    #Checkout-First-Left {
        width: 88%;
        margin-top: 50px;
    }

    #kickstarterLogoCheckout {
        width: 100%;
    }

    #Checkout-Second-Left {
        width: 100%;
        display: flex;
        margin-left: 20px;
    }

    #Kickstarter-VIP-png {
        width: 72%;
    }

    #promo-icon-checkout {
        width: 20%;
    }

    #Checkout-Second-Left-Kickstarter-Coming-Soon {
        margin-left: 10px;
    }

    .CheckoutRightMainDiv {
        width: 91% !important;
        margin-left: 20px;
        height: 640px;
        padding-top: 15px !important;
    }

    #Checkout-Second-Left h1 {
        /*font-size: 38px;*/
    }

    #CheckoutEmailDiv {
        /*width: 100%;*/
    }

    .CompleteMyPaymentInnerbtn {
        width: 100%;
    }

    #CheckoutTextDiv {
        width: 96%;
        height: auto;
    }

    #CheckoutEmailDiv input {
        /*width: 90%;
        padding: 17px;*/
        width: 96%;
        padding: 12px 12px;
    }

    #CheckoutPaymentDiv {
        width: 99%;
    }

    #PaymentMethodChange {
        width: 100%;
    }

    #Checkout-Second-Left p {
        width: 84%;
        line-height: 24px;
    }
    /*.funding-ls-btn {
        width: 82%;
        padding: 10px 6px;
    }*/
    #Checkout-Popup-Right-Div a {
        width: 85%;
    }

    .PopUpDivBtn {
        padding: 10px 10px;
    }

    #CheckoutFirstNameDiv input,
    #CheckoutLastNameDiv input {
        width: 95%;
    }

    .KickstarterSignUpMainDiv {
        width: 90%;
        height: auto;
        margin-top: -50px;
        float: none;
        margin: auto;
    }

    #KickstarterSignUpComingSoonDiv {
        display: block;
    }

        #KickstarterSignUpComingSoonDiv img {
            width: 100%;
        }

        #KickstarterSignUpComingSoonDiv p {
            margin-top: 0px;
            text-align: center;
        }

    .top-section-kickstarter {
        display: block;
        padding: 10px;
    }

    .left-section-kickstarter {
        width: 100%;
    }

        .left-section-kickstarter p {
            width: 100%;
        }

    .Right-section-kickstarter {
        width: 100%;
        margin-top: 30px;
        margin-left: 0px;
    }

        .Right-section-kickstarter p {
            width: 100%;
        }

    .Bottom-section-kickstarter {
        display: block;
        padding: 10px;
    }

    #KickstarterSignUpCaptchaImg {
        /*width: 150px;*/
        margin-left: -25px;
    }

    #KickstarterSignUpRefreshCaptchaImg {
        /*margin-top: 10px;*/
    }

    #KickstarterSignUpCaptchaDivInput {
        width: 125px;
    }
    #footerWordCloudLink {
        display: none;
    }
}

@media screen and (max-width: 820px) {
    .nav-menu li a {
        padding-left: 0;
    }

    .product-dropdown li a {
        padding-bottom: 0 !important;
    }

    .charts-dropdown li a {
        padding-bottom: 0 !important;
    }
    .support-dropdown {
        display: none;
    }
    .nav-menu ul:not(:first-child) {
        display: block;
    }

    .nav-menu ul.toggleBtn {
        float: right;
        display: block;
    }

    .nav-menu.responsive {
        position: relative;
        width: 100%;
        padding-left: 0;
        padding-top: 12px;
    }

        .nav-menu.responsive .toggleBtn {
            position: absolute;
            right: 0;
            top: 0;
        }

        .nav-menu.responsive ul {
            float: none;
            display: block;
            text-align: left;
        }

    .referralDiv {
        margin-top: -42px;
        margin-bottom: 10px;
        margin-left: 200px;
    }

    .referralFirstPtag {
        width: 220px !important;
    }

    .referralMainImage {
        width: 330px !important;
        height: 240px !important;
        margin-left: 0px !important;
    }

    .ReferralStepsAndImagesDiv {
        width: 380px !important;
    }

    .referralArrowImages {
        transform: rotate(90deg);
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .referralStepsimagesDiv {
        display: block !important;
        text-align: center !important;
        /*width: 50%;*/
    }

    .referralSteps {
        display: block !important;
        text-align: center !important;
        width: 50%;
        margin-top: -795px;
    }

    .referralstep1Ptag {
        width: 100%;
        margin-left: auto;
    }

    .referralstep2Ptag {
        width: 100%;
        margin-left: auto;
        /*margin-top: 243px;*/
    }

    .referralstep3Ptag {
        width: 100%;
        margin-left: auto;
        /*margin-top: 243px;*/
    }

    .referralstep4Ptag {
        width: 100%;
        margin-left: auto;
        /*margin-top: 243px;*/
    }

    .banner-left h1 {
        font-size: 30px !important;
        font-weight: 400;
    }

    .banner-left .mb-p {
        font-size: 30px !important;
        font-weight: 400;
        line-height: 30px !important;
    }

    #homeptagfirstsection {
        width: 100%;
    }

    .index-second-section-right-col h2 {
        line-height: 34px !important;
    }

    .CSSC-first-section-left h1,
    .CSSC-first-section-left-faq h1 {
        font-size: 30px !important;
        font-weight: 400;
        padding-top: 0;
        margin-top: -50px;
    }

    .CSSC-first-section-left .firstPTag,
    .CSSC-first-section-left-faq .firstPTag {
        font-size: 30px !important;
        font-weight: 400;
        line-height: 36px !important;
        max-width: 360px !important;
    }

    .CSSC-third-section-right-col h2 {
        line-height: 34px !important;
    }

    .inner-cards p {
        margin-bottom: 10px !important;
    }

    .container {
        padding: 0 15px;
    }

    nav .nav-menu {
        display: none;
    }

    nav .toggleBtn {
        display: block;
        position: absolute;
        top: 20px;
        right: 10px;
    }

    .nav-right {
        display: block;
        width: 100%;
    }

    .charts-dropdown {
        position: static;
        box-shadow: none;
    }

    .charts-type-dropdown {
        display: none !important;
    }

    #charts-type-menu {
        columns: 1;
    }

    .charts-category-dropdown {
        display: none !important;
    }

    .chart-type img {
        margin-top: 10px !important;
    }

    .chart-category img {
        margin-top: 10px !important;
    }

    .responsive {
        display: block !important;
    }

    .foot {
        display: block;
    }

    .footer-list-col {
        padding: 0;
        margin-bottom: 50px;
    }

    .sticky-left img {
        max-width: 100%;
        max-height: 140%;
    }

    .sticky-left {
        height: 244px !important;
    }

    .copyright-text {
        bottom: unset;
        top: -220px !important;
    }

    .footer-logo {
        text-align: left;
    }

    .dropbtn {
        color: rgba(0, 0, 0, 0.9);
        border: none;
    }

    .dropdown {
        position: relative;
        cursor: pointer;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 160px;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

        .dropdown-content a {
            color: #000;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }

            .dropdown-content a:hover {
                background-color: #ddd;
            }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .dropdown:hover .dropbtn {
        color: rgba(0, 0, 0, 0.9);
        text-decoration: none;
    }

    .navbar-brand {
        padding: 4px 15px !important;
    }

    .navbar {
        margin-bottom: 0 !important;
        z-index: 0 !important;
    }

    .nav-item {
        margin: 0 15px;
        font-size: 16px;
        font-family: Roboto, Light;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #202124 !important;
    }

    #navbarTogglerDemo02 {
        margin-left: 50px;
    }

    .facebook-box .join-now-btn-container {
        text-align: left;
    }

    .email-box {
        width: 80% !important;
    }

    .CSSC-first-section,
    .CSSC-third-section-left,
    .first-section {
        flex-direction: column;
    }

    .contact-first-section {
        flex-direction: column-reverse;
    }

    .CSSC-first-section-left,
    .CSSC-first-section-left-faq,
    .CSSC-first-section-right,
    .CSSC-third-section-left-col,
    .CSSC-third-section-right-col,
    .faq-first-section-right,
    .index-first-section-left-col,
    .index-first-section-right-col,
    .index-second-section-left-col,
    .index-second-section-right-col,
    .index-third-section-left-col,
    .index-third-section-right-col {
        width: 100%;
        margin-top: 10px;
        padding-top: 0;
        /*margin-left: 28px;*/
    }

    .youtubelinkdiv {
        margin-left: 0 !important;
        margin-top: 0 !important;
        /*margin: auto !important;
        align-items: center;*/
        font-size: 14px !important;
    }

    .excelYoutubeLink {
        margin-top: 20px !important;
    }

    .GSyotubelink {
        margin-top: 20px;
    }

    .ComparisonBarGSYoutubeLink {
        margin-top: 20px !important;
    }

    .CSSC-first-section-left {
        margin-top: 63px !important;
    }

    .CSSC-first-section-left-faq {
        margin-top: 90px !important;
    }

    .index-third-section-left-col .left-area .sticky-left {
        display: flex;
        justify-content: center;
    }

    #home-video-section,
    #video-section {
        width: 100% !important;
        height: auto !important;
        margin-top: 20px !important;
    }

    #videoimg {
        width: 100% !important;
        margin-left: 2px !important;
        height: 45% !important;
        position: relative !important;
    }

    .homeVideo {
        width: 100% !important;
        height: 100% !important;
        margin-top: 0 !important;
    }

    #GSVideo {
        width: 60% !important;
    }

    #radarvideo {
        margin-top: 0 !important;
    }

    #video-place-holder {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .second-section {
        display: block;
    }

    .left-area {
        position: static;
        position: -webkit-sticky;
        top: 0;
    }

    .third-section {
        display: block;
    }

    .CSSC-ex-btn {
        padding: 12px 22px !important;
    }

    .CSSC-gs-btn {
        padding: 12px 24px !important;
        margin-bottom: 10px;
    }

    .GSCTAPadding {
        padding: 12px 12px !important;
    }

    .ESCTAPadding {
        padding: 12px 8px !important;
    }

    .copyright-text {
        bottom: unset;
        top: -90px;
    }

    .chartexpo-tab {
        max-width: 100%;
        position: static;
    }

    #home-video-section {
        width: 100%;
    }

    #video-section {
        margin-top: 145px !important;
    }

    .mySlides img {
        width: 88%;
        height: 100%;
        margin: auto;
        display: block;
    }

    .slider {
        /*margin-top: 40px;*/
    }

    .dotedDiv {
        padding: 0 0 0 20% !important;        
        margin-top: 30px;
        margin-bottom: 15px;
    }

    #ColumnChartsDotedDiv {
        padding: 0 0 0 30% !important;
        width: 51% !important;
    }

    .ColumnChartsDotedDiv {
        padding: 0 0 0 30% !important;
        width: 51% !important;
    }

    #ComboChartsDotedDiv {
        padding: 0 0 0 15% !important;
        width: 71% !important;
    }

    .excelSlider {
        /*height: 230px !important;*/
    }

    #ExcelDotedDiv {
        margin-top: 0px;
        position: static !important;
    }

    #leftArrowImg {
        left: -10px !important;
        z-index: 10000000000;
        margin-left: 0 !important;
        position: absolute !important;
        top: 44% !important;
    }

    #rightArrowImg {
        right: -11px !important;
        z-index: 10000000000;
        position: absolute !important;
        left: 96% !important;
        top: 44% !important;
    }

    #ExcelCarasolLeftArrowImg {
        left: -5px;
        top: 25%;
    }

    #ExcelCarasolRightArrowImg {
        right: 1px;
        top: 25%;
    }

    #leftArrowImgfund {
        z-index: 10000000000;
        /*position: fixed !important;*/
        top: 265px;
        left: 7px;
    }

    #rightArrowImgfund {
        z-index: 10000000000;
        /*position: fixed !important;*/
        left: 96%;
        top: -230px;
    }
    /*.excelLeftArrowImg {
        top: 23% !important;
        left: -5px !important;
    }
    .excelRightArrowImg {
        top: 23% !important;
        right: -5px !important;
    }*/
    /*#excelundercarasolimg {
        margin-top: 10px;
        width: 350px !important;
        height: 150px !important;
        margin-left: 0px !important;
    }*/
    .ExcelVersionsDiv {
        width: 100%;
        margin-left: 10px;
        margin-top: 65px;
    }

    .ExcelVersionHeadingPTag {
        width: 92%;
        margin-left: 10px;
        margin-bottom: 20px;
    }

    .ExcelVersionsTopDiv {
        /*margin-left: 10px;*/
        width: 100%;
    }

    .ExcelVersionsBottomDiv {
        /*margin-left: 10px;*/
        width: 100%;
    }

    .ExcelVersionsLeftTopDiv {
        padding-right: 0px;
        padding-bottom: 10px;
        width: 50%;
    }

    .ExcelVersionsRightTopDiv {
        padding-left: 20px;
        padding-bottom: 10px;
        width: 50%;
    }

    .ExcelVersionsLeftBottomDiv {
        padding-right: 0px;
        padding-top: 10px;
        width: 50%;
    }

    .ExcelVersionsRightBottomDiv {
        padding-left: 20px;
        padding-top: 10px;
        width: 50%;
    }

    .ExcelVersionImages {
        /*margin-top: 1px;*/
    }

    .ExcelWebVersionSpan {
        /*margin-top: -28px !important;*/
    }

    .ExcelWindowsVersionSpan {
        /*margin-top: -37px;*/
    }

    .ExcelVersionSpan {
        font-size: 14px;
        margin-left: 5px;
        width: 65%;
    }

    #ExcelVersionSpanWeb {
        width: 100%;
    }

    .charts-dropdown,
    .product-dropdown {
        margin-top: -10px;
        box-shadow: none;
    }

    .nav-menu .active {
        border-bottom: none;
        background: #f4f4f4 !important;
    }

    .nav-menu a {
        padding: 10px 15px !important;
    }

    ul li {
        line-height: 26px;
    }

    .tab,
    .tablinks {
        display: block;
        width: 100% !important;
        padding: 0;
    }

    #FaqFirstSectionRight {
        margin-top: 35px !important;
    }

    #FAQrightImg {
        margin-bottom: 0px !important;
    }

    #All {
        display: block;
        float: left;
        margin-top: -35px;
        width: 93% !important;
    }

    .search-container {
        width: 100% !important;
    }

    .tabcontent input[type="text"] {
        width: 100% !important;
        height: 29px;
        padding-left: 10px;
    }

    .faq-search-input-field {
        width: 90% !important;
        margin: auto !important;
        margin-left: 10px !important;
        margin-bottom: 50px !important;
    }

    .faq-buttons-div {
        margin-right: 0 !important;
        margin-bottom: 20px !important
    }

    .accordion-shadow {
        width: 92%;
        margin: 17px;
        display: block;
        margin-left: 2px;
    }

    #collapse button {
        margin-right: 2px !important;
    }

    .facebook-box {
        width: 75%;
        padding: 20px;
        box-sizing: border-box;
        font-size: 14px;
        background-color: #000;
    }

    #faq-contactus-bottom {
        margin: auto;
        margin-bottom: 80px;
        width: 100%;
        text-align: center;
        margin-top: -35px;
        font-size: 18px;
    }

    .tab button.active {
        width: 47% !important;
        border-bottom: 2px solid #3173e8;
        color: #434343 !important;
    }

    #faq-search-form {
        width: 100% !important;
    }

    .faq-first-section-right img {
        margin-bottom: 80px !important;
    }

    .panel {
        margin: auto;
        padding-left: 20px !important;
    }

    #allPanelPtag {
        display: block !important;
    }

    .tab {
        overflow-x: scroll !important;
        display: flex !important;
    }

        .tab::-webkit-scrollbar {
            display: none;
        }

    .product-dropdown {
        display: none !important;
    }

    .charts-dropdown {
        display: none !important;
    }

    .nav-menu li #product:hover .product-dropdown {
        display: block !important;
    }

    #chart:hover .charts-dropdown {
        display: block !important;
    }

    .cookies-container {
        width: 90% !important;
        margin-left: 10px !important;
    }

    #SearchNotFound {
        width: 75% !important;
    }

    .VideosSection {
        width: 100% !important;
    }

    .ReferralTermsAndConditionsDiv ol li {
        width: 350px;
    }

    #contact-form {
        display: block;
    }

    #pricingCardsAndReferralAdDiv {
        display: block;
    }

    .pricingReferralAdDiv {
        margin-bottom: 50px;
    }

    .PricingH1Heading {
        width: 40%;
    }

    .SentimentBottomLinks {
        padding: 0px;
        margin-left: -10px;
    }

    .SentimentBottomGSLink {
        margin-right: 5px;
    }

    .SentimentBottomExLink {
        padding: 12px 10px !important;
        margin-right: 0px;
    }

    #CheckoutMainImg {
        width: 100%;
        height: auto;
    }

    #Checkout-Second-Left-sub {
        padding: 20px 0 20px 0;
        width: 92%;
        margin-left: 15px;
    }

        #Checkout-Second-Left-sub p {
            display: block;
        }

    #Checkout-Popup-Left-Div {
        width: 50%;
    }

    #Checkout-Popup-Right-Div {
        width: 50%;
    }

    #Orange-Checkout-Payment-Btn-Div {
        width: 100%;
    }

    #Blue-Checkout-Payment-Btn-Div {
        width: 100%;
    }

    #Kickstarter-Dialog-Img1 {
        width: 100%;
    }

    #Kickstarter-Dialog-Img2 {
        width: 100%;
    }

    .newsletter {
        left: 47%;
        top: 38%;
    }

    .modall-contentt {
        width: 87%;
    }
}

@media only screen and (max-width: 768px) and (min-width: 720px) {
    .CompleteMyPaymentInnerbtn {
        width: 101%;
    }

    #CheckoutTextDiv {
        width: 96%;
        /*height: 320px;*/
    }

    #CheckoutEmailDiv input {
        /*width: 95%;*/
    }

    #ExcelCarasolLeftArrowImg {
        top: 35%;
    }

    #ExcelCarasolRightArrowImg {
        top: 35%;
    }

    .ExcelVersionHeadingPTag {
        width: 44%;
    }

    .ExcelVersionsTopDiv {
        width: 60%;
    }

    .ExcelVersionsBottomDiv {
        width: 60%;
    }
}
/*@media only screen and (max-width: 768px) and (min-width: 720px) {
    #leftArrowImgfund {
        top: 255px;
        left: -5px;
    }

    #rightArrowImgfund {
        z-index: 10000000000;
        left: 95%;
        top: -210px;
    }
}*/
@media only screen and (max-width: 540px) {
    #leftArrowImgfund {
        top: 175px;
        left: -5px;
    }

    #rightArrowImgfund {
        z-index: 10000000000;
        left: 95%;
        top: -154px;
    }

    .PricingH1Heading {
        width: 55%;
    }

    #CompleteMyPayment {
        width: 100%;
    }

    .CheckoutRightMainDiv {
        height: 570px;
        margin-left: 0px;
    }

    #CheckoutEmailDiv input {
        width: 92%;
        padding: 14px;
    }

    .CompleteMyPaymentInnerbtn {
        width: 100%;
    }

    #CheckoutTextDiv {
        width: 94%;
    }

    #CheckoutMaininnerDiv {
        /*margin-left: 40px;*/
    }

    #CheckoutFirstNameDiv input, #CheckoutLastNameDiv input {
        width: 92%;
    }

    #CheckoutPaymentDiv {
        width: 98%;
    }

    #VipComingSoonTextDiv {
        width: 80%;
    }
}

@media only screen and (max-width: 415px) {
    #leftArrowImgfund {
        top: 151px;
        left: -5px;
    }

    #rightArrowImgfund {
        z-index: 10000000000;
        left: 95%;
        top: -100px;
    }

    .ExcelVersionHeadingPTag {
        width: 80%;
    }

    .CompleteMyPaymentInnerbtn {
        width: 100%;
    }

    #CompleteMyPayment {
        width: 100%;
    }

    #CheckoutEmailDiv input {
        width: 91%;
    }

    .CheckoutRightMainDiv {
        height: 520px;
        margin-left: 0px;
    }

    #Checkout-Second-Left h1 {
        font-size: 38px;
    }

    #CheckoutFirstNameDiv input,
    #CheckoutLastNameDiv input {
        width: 91%;
    }

    #CheckoutPaymentDiv {
        width: 99%;
    }
}

@media only screen and (max-width: 400px) {
    #leftArrowImgfund {
        top: 140px;
        left: -5px;
    }

    #rightArrowImgfund {
        z-index: 10000000000;
        left: 95%;
        top: -100px;
    }

    .ExcelVersionHeadingPTag {
        width: 86%;
    }

    #CheckoutEmailDiv input {
        width: 92%;
        padding: 13px;
    }

    .CheckoutRightMainDiv {
        margin-left: 0px;
    }

    #CheckoutPaymentDiv {
        width: 100%;
    }
}

@media only screen and (max-width: 390px) {
    #leftArrowImgfund {
        top: 130px;
        left: -5px;
    }

    #rightArrowImgfund {
        z-index: 10000000000;
        left: 95%;
        top: -106px;
    }

    .ExcelVersionHeadingPTag {
        width: 90%;
    }

    #CompleteMyPayment {
        width: 100%;
    }

    #CheckoutEmailDiv input {
        /*width: 90%;*/
    }

    .CompleteMyPaymentInnerbtn {
        width: 100%;
    }

    .CheckoutRightMainDiv {
        margin-left: 0px;
    }

    #CheckoutPaymentDiv {
        width: 100%;
    }
}

@media only screen and (max-width: 375px) {
    /* .want-to-unsubscribe {
        padding: 6px;
    }

        .want-to-unsubscribe p {
            font-size: 10px;
            margin-top: -14px;
        }

        .want-to-unsubscribe h1 {
            font-size: 23px;
        }

    .unsubscribe-EmailAndReason-container {
        margin-left: 38px;
        display: block;
    }

    .unsubscribeEmailInput {
        width: 290px;
        font-size: 10px;
        padding-left: 3px;
        padding-right: 3px;
    }

    .unSubscribeReasonInput {
        width: 293px;
        max-width: 293px;
    }
    .row-label{
        font-size: 12px !important;
    }
    .unSubscribeReasonInput div input {
        margin-right: 0px;
    }

        .unSubscribeReasonInput div label {
            font-size: 10px;
            vertical-align: middle;
        }

        .unSubscribeReasonInput div textarea {
            width: 272px;
            font-size: 10px;
        }
    .btns {
        padding: 16px 15px !important;
    }
    .unSubscribeSubmitBtn{
        margin-right: 8px !important;
    }

    .error-message {
        font-size: 13px;
    }

    .nav-right {
        margin-left: 24px;
    }
    .referralDiv {
        margin-left: 191px;
    }

    footer {
        margin-left: 28px;
    }
    .facebook-box {
        width: 91%;
    }*/

    #leftArrowImgfund {
        top: 130px;
        left: -5px;
    }

    #rightArrowImgfund {
        z-index: 10000000000;
        left: 95%;
        top: -100px;
    }

    .ExcelVersionHeadingPTag {
        width: 90%;
    }

    #googlepaybuttonIframe {
        margin-left: 1%;
    }

    #CheckoutMaininnerDiv {
        /*margin-left: 16%;*/
    }

    .CompleteMyPaymentInnerbtn {
        width: 96%;
    }

    #CompleteMyPayment {
        width: 105%;
    }

    #CheckoutEmailDiv input {
        width: 91%;
    }

    .CheckoutRightMainDiv {
        height: 510px;
        margin-left: 0px;
    }

    #Checkout-Second-Left-sub {
        width: 92%;
    }

    #Checkout-Second-Left h1 {
        font-size: 38px;
    }

    #CheckoutFirstNameDiv input,
    #CheckoutLastNameDiv input {
        width: 90%;
    }

    #CheckoutPaymentDiv {
        width: 99%;
    }
    /*.funding-ls-btn {
        width: 100%;
    }*/
}

@media only screen and (max-width: 360px) {
    .want-to-unsubscribe {
        padding: 25px;
    }

        .want-to-unsubscribe p {
            font-size: 10px;
        }

    #leftArrowImgfund {
        top: 130px;
        left: -5px;
    }

    #rightArrowImgfund {
        z-index: 10000000000;
        left: 95%;
        top: -89px;
    }

    #CheckoutEmailDiv input {
        width: 91%;
    }
    /*.CSSC-first-section-left, .CSSC-first-section-left-faq, .CSSC-first-section-right, .CSSC-third-section-left-col, .CSSC-third-section-right-col, .faq-first-section-right, .index-first-section-left-col, .index-first-section-right-col, .index-second-section-left-col, .index-second-section-right-col, .index-third-section-left-col, .index-third-section-right-col {        
        margin-left: -2px;
    }*/
    #Checkout-Second-Left img {
        /*width: 20%;
        margin-left: 10px;*/
    }

    #Checkout-Second-Left h1 {
        font-size: 38px;
    }

    #CheckoutPaymentDiv {
        width: 100%;
    }
    /*.PopUpDivBtn {
        padding: 5px 4px;
        width: 100%;
    }
    #Checkout-Popup-Right-Div a {
        width: 100%;
        font-size: 12px;*/
}

@media only screen and (max-width: 280px) {
    .want-to-unsubscribe {
        padding: 25px;
    }

        .want-to-unsubscribe p {
            font-size: 10px;
        }

    .container {
        max-width: 280px !important;
        padding: 0 5px !important;
    }

    nav .toggleBtn {
        right: 10px !important;
    }

    .referralDiv {
        margin-left: 130px !important;
    }

    #homeptagfirstsection {
        width: 260px;
    }

    .banner-left #google-tag img {
        width: 150px;
    }

    .sub-btn {
        padding-top: 4px;
        width: 60px !important;
    }

    .fundfirstp {
        width: 260px !important;
    }

    .fundgoogleimg {
        width: 170px !important;
    }

    #ExcelCarasolLeftArrowImg {
        top: 20%;
    }

    #ExcelCarasolRightArrowImg {
        top: 20%;
    }

    #leftArrowImgfund {
        top: 105px;
        left: -5px;
    }

    #rightArrowImgfund {
        z-index: 10000000000;
        left: 95%;
        top: -78px;
    }

    .CheckoutLeftCol {
        width: 100%;
    }

    #Checkout-Second-Left h1 {
        font-size: 30px;
    }

    .CheckoutRightMainDiv {
        width: 220px !important;
        margin-left: 10px;
        height: 470px;
    }

    #CheckoutFirstNameDiv input,
    #CheckoutLastNameDiv input {
        width: 87%;
    }

    #CheckoutEmailDiv {
        width: 100%;
    }

        #CheckoutEmailDiv input {
            width: 88%;
        }

    #CheckoutPaymentDiv {
        width: 100%;
    }

    #Checkout-First-Left {
        width: 82%;
        margin-top: 50px;
    }

    #Checkout-Second-Left p {
        width: 98%;
    }

    #CheckoutMaininnerDiv {
        margin-left: 0px;
    }

    #CheckoutFirstDiv {
        width: 99%;
    }

    #CheckoutTextDiv {
        width: 85%;
    }

    #CompleteMyPayment {
        width: 100%;
    }

    .CompleteMyPaymentInnerbtn {
        width: 97%;
    }

    #Checkout-Second-Left-sub {
        width: 90%;
        padding: 15px 0 15px 0 !important;
    }

    #Checkout-Popup-Right-Div a {
        width: 100%;
    }

    .funding-ls-btn {
        width: 100%;
        padding: 8px 5px;
    }
    /*.PopUpDivBtn {
        padding: 5px 4px;
        font-size: 7px;
    }*/
    .modall-contentt {
        width: 81%;
    }

    .newsletter {
        left: 47%;
    }

    .KickstarterSignUpMainDiv {
        width: 83%;
    }

    .contact-first-section img {
        width: 17rem;
    }
}
