body, html {
    margin: 0;
    padding: 0;
    background: #07071e;
	font-weight: normal;
    font-family: 'Neue-Plak-Text-Regular' !important;
    color: #111111;
     font-size: 1rem;
    line-height: 1.4rem;
}
/* fonts used */
@font-face {
    font-family: 'Neue-Plak-Text-Bold';
    src: url('fonts/NeuePlakText-Bold.eot');
    src: url('fonts/NeuePlakText-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/NeuePlakText-Bold.woff2') format('woff2'),
        url('fonts/NeuePlakText-Bold.woff') format('woff'),
        url('fonts/NeuePlakText-Bold.ttf') format('truetype'),
        url('fonts/NeuePlakText-Bold.svg#NeuePlakText-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Neue-Plak-Text-Regular';
    src: url('fonts/NeuePlakText-Regular.eot');
    src: url('fonts/NeuePlakText-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/NeuePlakText-Regular.woff2') format('woff2'),
        url('fonts/NeuePlakText-Regular.woff') format('woff'),
        url('fonts/NeuePlakText-Regular.ttf') format('truetype'),
        url('fonts/NeuePlakText-Regular.svg#NeuePlakText-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Neue-Plak-Text-SemiBold';
    src: url('fonts/NeuePlakText-SemiBold.eot');
    src: url('fonts/NeuePlakText-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/NeuePlakText-SemiBold.woff2') format('woff2'),
        url('fonts/NeuePlakText-SemiBold.woff') format('woff'),
        url('fonts/NeuePlakText-SemiBold.ttf') format('truetype'),
        url('fonts/NeuePlakText-SemiBold.svg#NeuePlakText-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}
.mobile_hide {
    display: block;
}    
.mobile_show {
    display: none;
}  
.mobile_show1 {
    display: none;
}
/* fonts used */
.font_bold {
    font-family: 'Neue-Plak-Text-Bold';
}
.text_center {
    text-align: center;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none !important;
}
a:hover {
    color: inherit !important;
}
a.disabled {
  pointer-events: none;
  cursor: default !important;
}
.para_font_sm {
    font-size: 0.8rem;
    line-height: 1.2rem;
}
ul, ul li, p, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.color_green {
    color: #26D7DA !important;
}
.color_white {
    color: #ffffff !important;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.fluid_container {
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background: url("../images/bg-image1.jpg") no-repeat top center;
    background-size: cover;
}
.table_fixed {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 750px;
    text-align: center;
}

.table_fixed tr.center_strip {
    height: 80%;
}
.table_fixed tr.center_strip p.left_line {
    width: 3%;
    height: 105%;
    background: #26D7DA;
    display: inline-block;
}
.left_line_div, .right_line_div {
    width: 3.5%;
}
.center_layout_div {
    width: 93%;
}
.table_fixed tr.center_strip p.right_line {
    width: 3%;
    height: 105%;
    background: #26D7DA;
    display: inline-block;
}
/*.fluid_strip {
    position: relative;
    width: 100%;
    
}*/
.top_strip {
    float: left;
    max-width: unset;
    width: 100%;
}


.bottom_strip {
   float: left;
    margin-bottom: -5px;
    display: none;
    max-width: unset;
    width: 100%;
}
.bottom_strip_content {
    position: relative;
}
.bottom_strip_default {
    display: block;
}
.bottom_content {
    display: none;
}
.bottom_strip_left_col {
    position: absolute;
    left: 1%;
    bottom: 0%;
    text-align: left;
}
.bottom_strip_content p {
    margin-bottom: 6%;
    font-size: 1.3rem;
}
.bottom_strip_left_col p.star_section {
    margin-left: 20px;
}
.bottom_strip_left_col p span {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-left: 10px;
    background: url("../images/star-grey.png") no-repeat;
    background-size: contain;
}
.bottom_strip_left_col p span.active_stars {
    background: url("../images/star-green.png") no-repeat;
    background-size: contain;
}
.bottom_strip_right_col {
    position: absolute;
    right: 1%;
    bottom: 0%;
    text-align: right;
}
.progress_bar_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.progress_bar {
    display: none;
}
.progress_bar_section .progress_bar_section_twocols {
    margin-left: 20px;
     margin-bottom: 9%;
}
.progress_bar_section .progress_bar_section_twocols p {
    font-size: 2rem;
}
.progress_bar_value {
    width: 100px;
}
.progress_bar_cont {
    display: none;
}
.progress_bar_cont_default {
    display: inline-block;
}
.progress-bar {
    width: 320px;
    margin: 10px auto;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    height: 6px;
}
.progress {
    width: 0;
    border-radius: 6px;
    height: 6px;
    text-align: right;
    position: relative;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}
#progress17 {
    width: 17% !important;
}
#progress34 {
    width: 34% !important;
}
#progress51 {
    width: 51% !important;
}
#progress68 {
    width: 68% !important;
}
#progress85 {
    width: 85% !important;
}
#progress100 {
    width: 100% !important;
}

.get_start_sec {
    position: absolute;
    width: 950px;
    left: 0;
    right: 0;
    top: 20%;
    margin: auto;
    z-index: 1;
}
.get_start_sec_top {
    position: relative;
    width: 100%;
    padding: 2% 7% 1%;
    background: url("../images/page1-BG.png") no-repeat;
    background-size: contain;
    height: 390px;
}
.h1_text {
    font-size: 2rem;
    line-height: 2.5rem;
}
.h4_text {
    font-size: 1.6rem;
    line-height: 2rem;
}
.get_start_sec h1 {
    margin-bottom: 1%;
}

.get_start_sec p {
    margin: 1% 0 3%
}
.get_start_sec_bottom {
    width: 100%;
    padding: 0% 7%;
}
.get_start_sec_bottom p span {
    font-size: 0.8rem;
    line-height: 1.1rem;
}

.contact_us_btn {
    position: absolute;
    right: 3%;
    top: 7%;
    z-index: 10000;
}
.top_left_nav {
    cursor: pointer;
    padding-left: 40px;
    position: absolute;
    left: 2%;
    top: 8%;
    z-index: 10000;
    width: 250px;
}
.return_cta {
    cursor: pointer;
    padding-left: 40px;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 10000;
    display: none;
    width: 100%;
}
.analytics_back_btn {
    cursor: pointer;
    padding-left: 40px;
    position: absolute;
     left: 0%;
    top: 0%;
    width: 100%;
    display: none;
}
.return_cta::before, .analytics_back_btn::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 50px;
    background: url("../images/left-arrow-g.png") no-repeat;
    background-size: 20px auto;
    left: 6px;
    top: 6px;
}
.btn_default {
  text-align: center;
  color: #ffffff;
  font-weight: lighter;
  display: inline-block;
  padding: 10px 40px 16px;
  cursor: pointer;
  min-width: 180px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 1.2rem;
    background-color: rgba(39, 38, 221, 0.8);
	border-radius: 10px;
}
.btn_default_sm {
    padding: 8px 20px 14px;
    font-size: 1rem;
    min-width: 150px;
}
.btn_default:hover {
    color: #2726DD;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.main_section {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
   display: none;
}
.main_section_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 96.5%;
    height: 600px;
    margin-top: 30px;
    z-index: 3;
}
.all_sections {
    position: absolute;
    width: 100%;
    height: 100%;
}
.all_sections_popup {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}
.left_section {
    position: absolute;
    width: 300px;
    left: 0px;
    top: 0px;
}
.left_section_cont {
    position: absolute;
    width: 300px;
    height: 360px;
    background: url("../images/box-1.png") no-repeat center center;
    background-size: contain;
    top: 50px;
}
.left_set_cont {
    width: 220px;
    height: 250px;
    position: absolute;
    left: 58px;
    top: 50px;
    text-align: left;
}
.left_set_cont p {
    margin-bottom: 20px;
}
.left_set_cont p span {
    display: block;
}
.right_section {
    position: absolute;
    width: 300px;
    right: 0px;
    top: 0px;
}
.right_section_content {
    position: absolute;
    right: 35px;
    top: 40px;
    display: none;
}
.right_side_pdf_section {
    position: absolute;
    width: 200px;
    right: 150px;
    top: 100px;
    display: none;
     text-align: center;
}

.right_side_pdf_section img {
    width: 120px;
}
.right_side_pdf_section p {
    margin-bottom: 15px;
    font-size: 1.1rem;
    line-height: 1.5rem;
}
.right_section_title {
    position: relative;
    width: 100%;
    height: 75px;
    margin-bottom: 10px;
    background: url("../images/box-2.png") no-repeat;
    background-size: contain;
    padding: 22px 20px 10px 30px;
}
.right_cont_image {
    position: relative;
}
.right_section_title_big {
    padding: 8px 20px 10px 30px;
}
.right_section_title h5 {
    font-size: 1.2rem;
    line-height: 1.6rem;
}
.right_cont_image_text {
    position: absolute;
    width: 225px;
    height: 190px;
    left: 50px;
    top: 180px;
}
.right_cont_image_text ul {
    margin-left: 20px;
}
.right_cont_image_text ul li {
    list-style: disc;
    margin-bottom: 5px;
}
.right_content_btn {
    margin-top: 20px;
}
.right_content_btn .btn_default_sm {

    padding: 8px 10px 10px;
    min-width: 120px;
    margin-bottom: 10px;
}

.circle_section {
    position: absolute;
    width: 600px;
    height: 600px;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
    z-index: 2;
    text-align: center;
}
.circle_section_inner {
    position: absolute;
    width: 600px;
    height: 600px;
}
.circle_title {
    position: absolute;
    width: 300px;
    left: 150px;
    top: 285px;
}
.circle_title h2 {
    font-size: 1.8rem;
    line-height: 2rem;
    display: none;
}
.circle_winner_text {
    position: absolute;
    width: 300px;
    left: 150px;
    top: 180px;
    text-align: center;
    display: none;
}
.circle_winner_text h2 {
    margin: 10px 0px;
}
.circle_winner_text p {
    font-size: 1.2rem;
    line-height: 1.6rem;
}
.cup_icon img {
    width: 120px;
}
.all_circle  {
    cursor: pointer;
    position: absolute;
}
.all_circle:hover {

}    
.circle1 {
    width: 262px;
    height: 226px;
    right: 38.5px;
    top: 0px;
    background: url("../images/circle-sdk-1.png") no-repeat center center;
    background-size: cover;
}
.circle1:hover {
    background-image: url("../images/circle-sdk-3.png") !important;
    background-size: cover;
}
.circle1.active {
    background-image: url("../images/circle-sdk-2.png") !important;
    background-size: cover;
}
.circle2 {
    width: 170px;
    height: 300px;
    right: 0px;
    top: 149px;
    background: url("../images/circle-tokenization-1.png") no-repeat center center;
    background-size: cover;
}
.circle2:hover {
    background-image: url("../images/circle-tokenization-3.png") !important;
    background-size: cover;
}
.circle2.active {
    background-image: url("../images/circle-tokenization-2.png") !important;
    background-size: cover;
}
.circle3 {
    width: 263px;
    height: 227px;
    right: 38px;
    top: 371px;
    background: url("../images/circle-cp-1.png") no-repeat center center;
    background-size: cover;
}
.circle3:hover {
    background-image: url("../images/circle-cp-3.png") !important;
    background-size: cover;
}
.circle3.active {
    background-image: url("../images/circle-cp-2.png") !important;
    background-size: cover;
}
.circle4 {
    width: 263px;
    height: 227px;
    left: 37px;
    top: 371px;
    background: url("../images/circle-authen-1.png") no-repeat center center;
    background-size: cover;
}
.circle4:hover {
    background-image: url("../images/circle-authen-3.png") !important;
    background-size: cover;
}
.circle4.active {
    background-image: url("../images/circle-authen-2.png") !important;
    background-size: cover;
}
.circle5 {
    width: 170px;
    height: 300px;
    left: 0px;
    top: 149px;
    background: url("../images/circle-multi-1.png") no-repeat center center;
    background-size: cover;
}
.circle5:hover {
    background-image: url("../images/circle-multi-3.png") !important;
    background-size: cover;
}
.circle5.active {
    background-image: url("../images/circle-multi-2.png") !important;
    background-size: cover;
}
.circle6 {
    width: 262px;
    height: 226px;
    left: 38.5px;
    top: 0px;
    background: url("../images/circle-analytics-1.png") no-repeat center center;
    background-size: cover;
}
.circle6:hover {
    background-image: url("../images/circle-analytics-3.png") !important;
    background-size: cover;
}
.circle6.active {
    background-image: url("../images/circle-analytics-2.png") !important;
    background-size: cover;
}
.main_section2 {
    background: url("../images/bg-image2.jpg") no-repeat center center;
    background-size: cover;
    display: none;
}
.all_popups_section {
    width: 100%;
}
.all_popup_two_cols {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.all_popup_left_cols {
    width: 530px;
    position: relative;
    margin-left: 4%;
}
.all_popup_right_cols {
    width: 900px;
    position: relative;
}
.popup_left_box {
    position: relative;
    width: 100%;
    padding: 4% 10% 1% 4%;
    background: url("../images/box-4.png") no-repeat;
    background-size: contain;
    height: 370px;
    margin-top: 15px;
}
.popup_left_box_sm {
    position: relative;
    width: 100%;
    padding: 6% 10% 1% 4%;
    background: url("../images/box-5.png") no-repeat;
    background-size: contain;
    height: 220px;
    margin-top: 15px;
}
.popup_left_box_inner {
    width: 87%;
    height: 87%;
    position: absolute;
    overflow-y: auto;
    padding-right: 10px;
}
.popup_left_box p {
    margin-bottom: 22px;
}
.all_popup_right_cols_circle1 {
    padding-top: 150px;
}
.all_popup_right_cols_circle1_inner {
    display: flex;
    justify-content: space-between;
}
.all_popup_right_circle1_cols {
    text-align: center;
    width: 180px;
    padding: 0% 4%;
}
.all_popup_right_circle1_cols p {
    margin-bottom: 20px;
}
.all_popup_right_circle1_cols p img {
    width: 100px;
}

.all_popup_right_cols_circle2 {
    padding-top: 70px;
}
.all_popup_right_cols_circle2_inner {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.all_popup_right_circle2_cols {
    text-align: center;
    width: 200px;
    padding: 0% 4%;
    display: inline-block;
    vertical-align: top;
    margin: 0px 30px;
}
.all_popup_right_circle2_cols p {
    margin-bottom: 20px;
}
.all_popup_right_circle2_cols p img {
    width: 90px;
}
.all_popup_right_cols_circle3 {
    padding-top: 150px;
}
.all_popup_right_cols_circle3_inner {
    display: table;
    border: 2px solid #26D7DA;
    border-radius: 10px;
    width: 100%;
    position: relative;
}
.all_popup_right_circle3_cols {
    display: table-cell;
    padding: 10px 15px 20px 25px;
    width: 50%;
}
.all_popup_right_circle3_cols_border {
    border-right: 2px solid #26D7DA;
}
.all_popup_right_circle3_threecols_left {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 10px;
}
.all_popup_right_circle3_threecols_left .all_popup_right_circle3_threecols_sec {
    width: 28%;
}
.all_popup_right_circle3_threecols_sec p img {
    width: 70px;
}
.all_popup_right_circle3_threecols_right {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 10px;
}
.all_popup_right_circle3_threecols_right .all_popup_right_circle3_threecols_sec {
    padding: 0% 5%;
}
.arrow_right {
    position: absolute;
    left: 50%;
    top: 45%;
    width: 15px;
    margin-left: -2.61px;
}
.all_popup_right_cols_circle4 {
    padding-top: 180px;
}
.all_popup_right_cols_circle4_inner {
    display: flex;
    justify-content: space-between;
    padding-right: 12%;
}
.all_popup_right_circle4_cols {
    text-align: center;
    width: 250px;
    padding: 0% 4%;
}
.all_popup_right_circle4_cols p {
    margin-bottom: 20px;
}
.all_popup_right_circle4_cols p img {
    width: 100px;
}

.popup_left_box5_bottom {
    width: 300px;
    margin: 20px auto;
    position: relative;
}
.popup_left_box5_bottom img {
    cursor: zoom-in;
}
.popup_left_box5_bottom p {
    margin-bottom: 20px;
}
.all_popup_right_cols_circle5 {
    padding-top: 20px;
}
.all_popup_right_cols_circle5_inner {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.all_popup_right_circle5_two_cols_sections_btm {
    display: flex;
    justify-content: flex-start;
    margin-top: 50px;
    padding-right: 10%;
}
.all_popup_right_circle5_two_cols_sections_btm_cols {
    width: 20%;
    padding-right: 8%;
}
.all_popup_right_circle5_two_cols_sections_btm_cols p {
    margin-bottom: 5px;
}
.all_popup_right_circle5_two_cols_sections_btm_cols p img {
    width: 80px;
}
.all_popup_right_circle5_two_cols_left {
    width: 65%;
}
.all_popup_right_circle5_two_cols_right {
    width: 25%;
}
.all_popup_right_circle5_two_cols_sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20%;
    margin-bottom: 20px;
}
.all_popup_right_circle5_two_cols_sec_cols_left {
    width: 20%;
}
.all_popup_right_circle5_two_cols_sec_cols_right {
    width: 75%;
}
.all_popup_right_circle5_two_cols_right p {
    margin-top: 30%;
}
.all_popup_right_cols_circle6 {
    padding-top: 60px;
}
.all_popup_right_cols_circle6_inner {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.all_popup_right_circle6_cols {
    text-align: center;
    width: 25%;
    padding: 0% 2%;
}
.all_popup_right_circle6_cols p {
    margin-bottom: 20px;
}
.all_popup_right_circle6_cols p img {
    width: 80px;
}
.popup_left_box6_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0px 0px 120px;
    width: 320px;
}
.popup_left_box6_bottom img {
    width: 150px;
}
.popup_left_box6_bottom p {
    margin: 0px 12px;
}

.infographic_image img {
    height: 520px;
}

@media screen and (min-width: 2000px) and (min-height: 1400px) {
}
@media screen and (max-width: 1700px) and (min-width: 1600px) and (max-height: 1200px) {
.bottom_strip_content p {
    margin-bottom: 8%;
}
.progress_bar_section .progress_bar_section_twocols {
    margin-bottom: 11%;
}    
.right_section_content {
    top: 20px;
}    
.main_section2 .main_section_inner {
    height: 570px;
}    
.popup_left_box6_bottom {
    margin: 20px 0px 0px 150px;
    width: 300px;
}    
.infographic_image img {
    height: 500px;
}    

}

@media screen and (max-width: 1700px) and (min-width: 1500px) and (min-height: 800px) {
.bottom_strip_content p {
    margin-bottom: 5%;
}    
.progress_bar_section .progress_bar_section_twocols {
    margin-bottom: 10%;
} 
}
@media screen and (min-height: 900px) {
.bottom_strip_content p {
    margin-bottom: 5%;
}    
.progress_bar_section .progress_bar_section_twocols {
    margin-bottom: 10%;
} 
}
@media screen and (max-width: 1300px) and (min-height: 900px) {

}


@media (min-width: 2000px) and (min-height: 1300px) {

}

@media (min-width: 1800px) and (min-height: 900px) and (max-width: 2000px) {
.main_section_inner {
   margin-top: 0px;
}
}

@media (max-width: 1500px) {
.table_fixed {
    min-height: 650px;
}    
.left_line_div {
    width: 3.4%;
}    
.right_line_div {
    width: 3.5%;
}        
.table_fixed tr.center_strip p.left_line {
    width: 2.5%;
    height: 105%;
}    
.table_fixed tr.center_strip p.right_line {
    width: 2.2%;
    height: 105%;
}    
.bottom_strip_content p {
    margin-bottom: 7%;
    font-size: 1.1rem;
}    
.bottom_strip_left_col p span {
    width: 40px;
    height: 40px;
    margin-left: 6px;
}    
.progress_bar_section .progress_bar_section_twocols {
    margin-left: 20px;
    margin-bottom: 7%;
}    
.progress-bar {
    width: 280px;
}    
.get_start_sec {
    top: 15%;
}
.right_section_content {
    top: 20px;
}    
.right_content_btn {
    margin-top: 15px;
}    
.contact_us_btn {
    top: 6%;
}    
.main_section_inner {
    margin-top: 15px;
    height: 520px;
}       
.main_section2 .main_section_inner {
    height: 500px;
}       
.para_font_sm {
    font-size: 0.75rem;
    line-height: 1.1rem;
}    
.all_popup_right_circle3_threecols_right .all_popup_right_circle3_threecols_sec {
    padding: 0% 2%;
}
.all_popup_right_circle3_cols {
    padding: 10px 10px 20px 15px;
}    
.right_cont_image_text ul {
    margin-left: 15px;
}    
.circle_section {
    width: 520px;
    height: 520px;
}
.circle_section_inner {
     width: 520px;
    height: 520px;
}    
.circle1 {
    width: 227px;
    height: 197px;
    right: 34px;
    top: 0px;
}    
.circle2 {
   width: 148px;
    height: 260px;
    right: 0px;
    top: 130px;
}
.circle3 {
    width: 227px;
    height: 197px;
    right: 34px;
    top: 323px;
}
.circle4 {
    width: 227px;
    height: 197px;
    left: 34px;
    top: 323px;
}
.circle5 {
    width: 148px;
    height: 260px;
    left: 0px;
    top: 130px;
}  
.circle6 {
    width: 227px;
    height: 197px;
    left: 34px;
    top: 0px;
}    
.circle_title {
    width: 290px;
    left: 115px;
    top: 243px;
}    
.circle_winner_text {
    width: 280px;
    left: 120px;
    top: 150px;
}    
.cup_icon img {
    width: 110px;
}    
.right_side_pdf_section {
    right: 120px;
}    
.right_cont_image_text {
    width: 245px;
    left: 40px;
}    
.all_popup_left_cols {
    width: 450px;
}    
.popup_left_box {
    height: 315px;
}    
.all_popup_right_cols {
    width: 800px;
    margin-right: 20px;
}    
.all_popup_right_cols_circle4_inner {
    padding: 0% 5%;
}    
.all_popup_right_cols_circle1 {
    padding-top: 100px;
}    
.all_popup_right_circle1_cols {
    width: 150px;
    padding: 0% 2%;
}    
.all_popup_right_cols_circle2 {
    padding-top: 40px;
}    
.all_popup_right_cols_circle3 {
    padding-top: 120px;
}
.all_popup_right_cols_circle4 {
    padding-top: 150px;
}    
.popup_left_box_sm {
    padding: 3% 10% 1% 4%;
    height: 195px;
}    
.all_popup_right_cols_circle5_inner {
    margin-left: 10%;
}    
.popup_left_box6_bottom {
    margin: 12px 0px 0px 120px;
}    
.infographic_image img {
    height: 470px;
}    

}
@media (max-width: 1500px) and (min-height: 850px) {

}
@media (max-width: 1366px) and (max-height: 700px) {
body, html {
    font-size: 0.9rem;
    line-height: 1.3rem;
}    
.h1_text {
    font-size: 1.7rem;
    line-height: 2.2rem;
}
.h4_text {
    font-size: 1.4rem;
    line-height: 1.8rem;
}    
.get_start_sec {
    width: 780px;
    top: 18%;
}    
.get_start_sec_top {
    padding: 2% 5% 1%;
    height: 320px;
}
.main_section_inner {
    margin-top: 23px;
}    
.top_left_nav {
    top: 7%;
}
.popup_left_box6_bottom {
    margin: 10px 0px 0px 137px;
    width: 300px;
}    
.infographic_image {
    margin-top: 20px;
}    
.infographic_image img {
    height: 420px;
}    
.right_side_pdf_section {
    right: 100px;
}    
.return_cta::before, .analytics_back_btn::before {
    height: 40px;
    top: 2px;
}    
}
@media (max-width: 1300px) and (min-height: 700px) {

}
@media (max-width:1200px) and (min-height: 700px) {
     

}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.get_start_sec {
    top: 22%;
}
.all_popup_right_cols_circle4_inner {
    padding-right: 6%;
}   
.all_popup_left_cols {
    width: 420px;
}
.progress_bar_section .progress_bar_section_twocols {
    margin-left: 10px;
}    
  
}
@media screen and (max-width: 1300px) and (min-width: 1050px) {
.bottom_strip_content p {
    margin-bottom: 3%;
}    
.bottom_strip_left_col p span {
    width: 30px;
    height: 30px;
}    
.progress-bar {
    width: 230px;
}
.left_section_cont {
    width: 266px;
    height: 355px;
}    
.left_set_cont {
    width: 194px;
    height: 250px;
    left: 50px;
    top: 55px;
}    
.right_section {
    width: 265px;
}    
.right_section_title h5 {
    font-size: 1rem;
    line-height: 1.3rem;
}    
.table_fixed tr.center_strip p.left_line {
    width: 3%;
    height: 102%;
}    
.table_fixed tr.center_strip p.right_line {
    width: 3%;
    height: 102%;
}    
.left_line_div {
    width: 3.5%;
}    
}
@media (max-width: 1024px) {
body, html {
    font-size: 0.9rem;
    line-height: 1.2rem;
}    
.get_start_sec {
    width: 800px;
    top: 18%;
}    
.get_start_sec_top {
    height: 330px;
}    
.left_section {
    width: 200px;
}
.left_section_cont {
    width: 200px;
    height: 260px;
    top: 50px;
}    
.left_set_cont {
    width: 160px;
    height: 180px;
    left: 33px;
    top: 35px;
}    
.left_set_cont p {
    margin-bottom: 15px;
}    
.para_font_sm {
    font-size: 0.7rem;
    line-height: 1rem;
}    
.circle_section {
    width: 420px;
    height: 420px;
}    
.circle_section_inner {
    width: 420px;
    height: 420px;
}    
.circle1 {
   width: 182px;
    height: 158px;
    right: 28px;
    top: 0px;
}    
.circle2 {
   width: 120px;
    height: 211px;
    right: 0px;
    top: 105px;
}
.circle3 {
        width: 182px;
    height: 158px;
    right: 28px;
    top: 263px;
}
.circle4 {
        width: 182px;
    height: 158px;
    left: 28px;
    top: 263px;
}
.circle5 {
    width: 120px;
    height: 211px;
    left: 0px;
    top: 105px;
}  
.circle6 {
    width: 182px;
    height: 158px;
    left: 28px;
    top: 0px;
}    
.circle_title {
    width: 230px;
    left: 95px;
    top: 198px;
}
.circle_title h2 {
    font-size: 1.6rem;
}
.circle_winner_text {
    width: 210px;
    left: 108px;
    top: 126px;
} 
.cup_icon img {
    width: 80px;
}       
.right_side_pdf_section {
    right: 40px;
}    
.right_side_pdf_section img {
    width: 100px;
}    
.right_section {
    width: 230px;
}    
.right_section_content {
    right: 20px;
}    
.right_cont_image_text {
    width: 170px;
    top: 152px;
}    
.right_section_title h5 {
    font-size: 1rem;
    line-height: 1.3rem;
}    
.right_section_title {
    height: 60px;
    padding: 18px 20px 10px 30px;
}    
.right_section_title_big {
    padding: 8px 20px 10px 30px;
}    
.bottom_strip_content p {
    margin-bottom: 6%;
    font-size: 0.8rem;
}
.bottom_strip_left_col p span {
    width: 30px;
    height: 30px;
    margin-left: 6px;
}    

.progress-bar {
    width: 200px;
}    
.progress_bar_section .progress_bar_section_twocols {
    margin-left: 12px;
}    
.progress_bar_section .progress_bar_section_twocols p {
    font-size: 1.5rem;
}    
.return_cta::before, .analytics_back_btn::before {
    width: 25px;
    height: 32px;
    background-size: 16px auto;
    left: 10px;
    top: 6px;
}    
.all_popup_left_cols {
    width: 300px;
}    
.all_popup_right_cols {
    width: 600px;
}    
.popup_left_box_inner {
    width: 90%;
    height: 84%;
}    
.popup_left_box {
    height: 218px;
    padding: 4% 7% 1% 4%;
}    
.popup_left_box p {
    margin-bottom: 15px;
}

.all_popup_right_circle1_cols p img {
    width: 70px;
}
.main_section_inner {
    margin-top: 15px;
    height: 460px;
}    
.main_section2 .main_section_inner {
    height: 400px;
}    
.all_popup_right_circle2_cols {
    width: 152px;
    margin: 0px 10px;
}    
.all_popup_right_circle2_cols p img {
    width: 80px;
}    
.all_popup_right_cols_circle3 {
    padding-top: 65px;
}    
.all_popup_right_cols_circle4 {
    padding-top: 85px;
}    
.all_popup_right_circle4_cols p img {
    width: 85px;
}    
.popup_left_box_sm {
    padding: 3% 10% 1% 4%;
    height: 123px;
}
.all_popup_right_circle5_two_cols_sections_btm_cols {
    width: 22%;
    padding-right: 5%;
}    
.popup_left_box6_bottom {
    margin: 20px 0px 0px 0px;
    width: 300px;
}    
.all_popup_right_cols_circle6 {
    padding-top: 18px;
}
.infographic_image img {
    height: 400px;
}    
}


@media (max-width: 900px) {
body, html {
    font-size: 0.87rem;
    line-height: 1.2rem;
}    
.get_start_sec {
    top: 34%;
}
.top_left_nav {
    left: 4%;
    top: 8%;
}  
.contact_us_btn {
    right: 5%;
    top: 8%;
}    
.get_start_sec {
    width: 670px;
    top: 30%;
}    
.get_start_sec_top {
    height: 280px;
}    
.h1_text {
    font-size: 1.5rem;
    line-height: 1.7rem;
}    
.h4_text {
    font-size: 1.2rem;
    line-height: 1.5rem;
}    
.mobile_hide {
    display: none;
}    
.mobile_show {
    display: block;
}      
.left_line_div {
    width: 5.5%;
}
.center_layout_div {
    width: 85.3%;
}    
.right_line_div {
    width: 5.5%;
}    
.table_fixed tr.center_strip {
    height: 70%;
}    
.table_fixed tr.center_strip p.left_line {
    width: 2.5%;
    height: 105%;
}    
.table_fixed tr.center_strip p.right_line {
    width: 2.5%;
    height: 105%;
}    
.bottom_strip_left_col {
    left: 3%;
    bottom: 2%;
}    
.bottom_strip_content p {
    margin-bottom: 8%;
    font-size: 1rem;
}   
.bottom_strip_right_col {
    right: 3%;
    bottom: 2%;
}    
.main_section_inner {
    height: auto;
    position: relative;
    left: inherit;
    top: inherit;
    -webkit-transform: none;
    transform: none;
    margin: 140px 0px;
}    
.left_section {
    position: relative;
    width: 200px;
    left: inherit;
    top: inherit;
    margin-left: 2.8%;
}    
.left_section_cont {
    position: relative;
    width: 200px;
    height: 260px;
    top: inherit;
}   
.right_section {
    position: absolute;
    width: 250px;
    right: 0px;
    top: 280px;
}    
.all_sections {
    position: relative;
    width: 100%;
    height: auto;
}    
.circle_section {
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    margin: 0px 5%;
}    
.all_popup_two_cols {
    width: 85%;
    display: block;
    justify-content: inherit;
    margin: 0px auto;
}    
.all_popup_left_cols {
    width: 100%;
    margin-left: 0%;
}    
.all_popup_right_cols {
    width: 100%;
    
}    
.popup_left_box {
    position: relative;
    width: 100%;
    padding: 3% 6% 2% 4%;
    background: url(../images/page1-BG.png) no-repeat;
    background-size: contain;
    height: 270px;
    margin-top: 15px;
}    
.popup_left_box_sm {
    padding: 3% 10% 1% 4%;
    height: 155px;
    width: 57%;
}    
.popup_left_box5_bottom {
    width: 230px;
    margin: 20px auto;
    position: absolute;
    top: 40px;
    right: 0px;
}    
.popup_left_box_inner {
    width: 90%;
    height: 82%;
}    
.all_sections_popup {
    position: relative;
    height: auto;
    padding: 30px 0px;
}    
.main_section2 .main_section_inner {
    height: auto;
    width: 100%;
}    
.para_font_sm {
    font-size: 0.8rem;
    line-height: 1.1rem;
}    
.all_popup_right_circle2_cols {
    width: 180px;
    padding: 0% 1%;
}    
.all_popup_right_circle2_cols p img {
    width: 70px;
}    
.all_popup_right_circle3_threecols_right .all_popup_right_circle3_threecols_sec {
    padding: 0% 4%;
}    
.all_popup_right_circle3_cols {
    padding: 10px 20px 20px 10px;
}    
.all_popup_right_cols_circle4_inner {
    padding-right: 0%;
}    
.top_left_nav {
    padding-left: 35px;
    width: 160px;
}    
.all_sections_popup_section6 {
    position: relative;
    height: auto;
    padding: 0px 0px;
}    
.all_popup_right_circle6_cols p img {
    width: 70px;
}    
.all_popup_right_circle6_cols p {
    margin-bottom: 15px;
}    
.return_cta::before, .analytics_back_btn::before {
    top: 3px;
}    
.right_side_pdf_section {
    top: 380px;
}        
.table_fixed {
    display: none;
}    
.mobile_show1 {
    display: block;
}        
.get_start_sec {
    width: 80%;
    top: inherit;
    position: relative;
    padding: 160px 0px;
}        
.top_layout {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
}     
.bottom_layout {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
}    
.bottom_layout {
    
}
.bottom_layout p {
    margin-bottom: 2%;
    font-size: 0.7rem;
}    
.bottom_layout .progress_bar_section .progress_bar_section_twocols {
    margin-left: 6px;
    margin-bottom: 6%;
}    
.fluid_container {
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background: url(../images/mobile-bg1.jpg) no-repeat top center;
    background-size: cover;
}    
.left_line_mobile {
    position: absolute;
    left: 2.5%;
    top: 7px;
    height: calc(100% - 65px);
    width: 1px;
    background: #26D7DA;
     opacity: 0.7;
    z-index: 1;
}
.right_line_mobile {
    position: absolute;
    right: 2.5%;
    top: 7px;
    height: calc(100% - 65px);
    width: 1px;
    background: #26D7DA;
    opacity: 0.7;
    z-index: 1;
}    
.main_section {
    position: relative;
    height: auto;
}    
.main_section_inner {
    padding: 140px 0px 100px;
    margin: 0px;
}    
.main_section2 {
    background: url("../images/mobile-bg2.jpg") no-repeat center center;
    background-size: cover;
}    
.infographic_image {
    margin-top: 100px;
}    
.infographic_image img {
    height: auto;
    width: 85%;
}    

.get_start_sec_top {
    position: relative;
    width: 100%;
    padding: 2% 7% 1%;
    background: none;
    background-size: inherit;
    height: auto;
    border: 1px solid #26D7DA;
}    
.get_start_sec h1 {
    margin-bottom: 15px;
}    
.get_start_sec p {
    margin: 10px 0px 15px;
}    
.table_fixed tr.center_strip p.left_line {
    opacity: 0.7;
}    
.table_fixed tr.center_strip p.right_line {
     opacity: 0.7;
}    
.contact_us_btn {
    top: 85px;
    right: 7%;
}    
.top_left_nav {
     top: 85px;
    left: 7%;
}    
.left_section_cont {
    position: relative;
    width: 226px;
    height: 286px;
    top: inherit;
    margin-bottom: 20px;
}    
.left_set_cont {
    width: 160px;
    height: 180px;
    left: 40px;
    top: 41px;
}    
.right_section {
    position: relative;
    width: 280px;
    right: inherit;
    top: inherit;
    margin: 0px auto;
    padding-top: 20px;
}    
.right_section_title {
    height: 74px;
    padding: 22px 20px 10px 30px;
}    
.right_section_title_big {
    padding: 11px 20px 10px 30px;
}    
.para_font_sm {
    font-size: 0.9rem;
    line-height: 1.2rem;
}    
.right_section_title h5 {
    font-size: 1.4rem;
    line-height: 1.8rem;
}    
.right_section_content {
    position: relative;
    right: inherit;
    top: inherit;
    margin-top: 20px;
}    
.right_cont_image_text {
    width: 240px;
    top: 190px;
    left: 50px;
}    
.main_section_inner {
    width: 100%;
}    
.circle_section {
    width: 300px;
    height: 300px;
    margin: 0px auto;
}    
.circle_section_inner {
    width: 300px;
    height: 300px;
}    
.circle1 {
    width: 130px;
    height: 112px;
    right: 20px;
    top: 0px;
}
.circle2 {
    width: 85px;
    height: 149px;
    right: 0px;
    top: 74px;
} 
.circle3 {
     width: 130px;
    height: 112px;
    right: 20px;
    top: 185px;
}    
.circle4 {
     width: 130px;
    height: 112px;
    left: 20px;
    top: 185px;
}    
.circle5 {
    width: 85px;
    height: 149px;
    left: 0px;
    top: 74px;
}  
.circle6 {
    width: 130px;
    height: 112px;
    left: 20px;
    top: 0px;
}
.circle_title {
    width: 172px;
    left: 65px;
    top: 134px;
}    
.circle_title h2 {
    font-size: 1.2rem;
}    
.popup_left_box, .popup_left_box_sm {
    position: relative;
    width: 100%;
    padding: 3% 6% 5% 4%;
    background: none;
    background-size: contain;
    height: auto;
    margin-top: 15px;
    border: 1px solid #26D7DA;
}    
.popup_left_box5_bottom {
    width: 230px;
    margin: 20px auto;
    position: relative;
    top: inherit;
    right: inherit;
}    
.popup_left_box_inner {
    width: 100%;
    height: auto;
    position: relative;
    padding-right: 0px;
    overflow: hidden;
}    
.all_popup_right_cols_circle1, .all_popup_right_cols_circle2, .all_popup_right_cols_circle3 {
    padding-top: 30px;
}    
.all_popup_right_cols_circle1_inner {
    display: block;
    justify-content: inherit;
    text-align: center;
}    
.all_popup_right_circle1_cols, .all_popup_right_circle2_cols {
    width: 100%;
    padding: 0% 4%;
    margin-bottom: 30px;
}    
.all_popup_right_circle1_cols p, .all_popup_right_circle2_cols p {
    margin-bottom: 10px;
}    
.all_popup_right_cols_circle3_inner {
    display: block;
    width: 100%;
}
.all_popup_right_circle3_cols {
    display: block;
    padding: 10px 15px 20px 25px;
    width: 100%;
}    
.arrow_right {
    display: none;
}    
.all_popup_right_circle3_cols_border {
    border-right: 0px;
    border-bottom: 2px solid #26D7DA;
}    
.all_popup_right_circle3_threecols_left, .all_popup_right_circle3_threecols_right {
    display: block;
    justify-content: inherit;
}
.all_popup_right_circle3_threecols_left .all_popup_right_circle3_threecols_sec, .all_popup_right_circle3_threecols_right .all_popup_right_circle3_threecols_sec {
    width: 100%;
    padding: 0% 5%;
    margin: 10px 0px;
}    
.all_popup_right_cols_circle4_inner {
    display: block;
    justify-content: inherit;
    padding-right: 0%;
}    
.all_popup_right_circle4_cols {
    width: 100%;
    padding: 0% 4%;
    margin-bottom: 40px;
}    
.all_popup_right_cols_circle5_inner {
    display: block;
    justify-content: inherit;
    margin-top: 20px;
    margin: 20px 5% 0;
}    
.all_popup_right_circle5_two_cols_left {
    width: 100%;
}    
.all_popup_right_circle5_two_cols_right {
    width: 100%;
}    
.all_popup_right_circle5_two_cols_sec {
    padding-right: 6%;
}    
.all_popup_right_circle5_two_cols_sections_btm {
    padding-right: 0%;
}    
.all_popup_right_circle5_two_cols_sections_btm_cols {
    width: 30%;
    padding-right: 7%;
}    
.all_popup_right_circle5_two_cols_right p {
    margin-top: 30px;
    text-align: center;
}    
.all_popup_right_circle5_two_cols_right p img {
    width: 200px;
}    
.all_popup_right_cols_circle6_inner {
    display: block;
    justify-content: inherit;
}    
.all_popup_right_circle6_cols {
    width: 100%;
    padding: 0% 4%;
    margin-bottom: 20px;
}    
.all_popup_right_circle6_cols p {
    margin-bottom: 10px;
}   
.all_popup_right_circle6_cols p img {
    width: 60px;
}    
.right_side_pdf_section {
    position: relative;
    width: 200px;
    right: inherit;
    top: inherit;
    margin: 50px auto;
}    
.circle_winner_text {
    width: 150px;
    left: 76px;
    top: 97px;
}    
.cup_icon img {
    width: 50px;
}    
.circle_winner_text h2 {
    font-size: 1rem;
    margin: 0px;
}    
.circle_winner_text p {
    font-size: 1rem;
    line-height: 1.4rem;
}   
.bottom_strip_left_col p span {
    width: 15px;
    height: 15px;
    margin-left: 2px;
}    
.bottom_strip_content p {
    margin-bottom: 2%;
    font-size: 0.7rem;
}    
.progress_bar_section .progress_bar_section_twocols {
    margin-left: 6px;
    margin-bottom: 3%;
}    
.progress_bar_value {
    width: 40px;
}    
.progress-bar {
    width: 90px;
}
.progress_bar_section .progress_bar_section_twocols p {
    font-size: 1rem;
}    
}
@media (max-height: 400px) {


}
@media (max-height: 500px) {
.fluid_container {
    background: url(../images/bg-image1.jpg) no-repeat center center;
    background-size: cover;
}    
.get_start_sec {
    width: 80%;
    top: inherit;
    position: relative;
    padding: 136px 0px;
}    
.main_section_inner {
    padding: 140px 0px;
}    
.left_line_mobile {
    top: 18px;
    height: calc(100% - 135px);
    width: 2px;
}    
.right_line_mobile {
    top: 18px;
    height: calc(100% - 135px);
    width: 2px;
}    
.bottom_strip_left_col {
    left: 3%;
    bottom: 21%;
}
.bottom_layout p {
    margin-bottom: 7%;
    font-size: 1rem;
}    
.bottom_strip_left_col p span {
    width: 25px;
    height: 25px;
    margin-left: 5px;
}    
.bottom_layout .progress_bar_section .progress_bar_section_twocols {
    margin-left: 6px;
    margin-bottom: 11%;
}    
.progress-bar {
    width: 200px;
}   
.progress_bar_value {
    width: 54px;
}    
.progress_bar_section .progress_bar_section_twocols p {
    font-size: 1.5rem;
}    
}

/*@media (orientation:portrait) {
.left_line_mobile {
    height: calc(100% - 130px);
}    
}*/
::-webkit-scrollbar {
    width: 15px;
    background-color: rgba(38, 215, 218, 0.5);
    border-radius: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #26D7DA; 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #26D7DA; 
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
