﻿@font-face {
    font-family: Libre-Franklin;
    src: url('//cdn.xignite.com/site/css/Fonts/Libre_Franklin/LibreFranklin-Regular.ttf');
}

body {
    font-family: Libre-Franklin;
    color: #221e20;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

/*header drop start*/


/*responsive search starts*/


.overflow-hidden {
    overflow: hidden;
    position: fixed;
    height: 100%;
}

.responsive_search {
    width: 100%;
    height: 60px;
}

.responsive_search_bar {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    border: none;
    padding: 5px 15px;
    padding-right:70px;
    background-color: #fafafa;
}
#nav-search-field,#nav-search-cross{
    display:none;
}
#responsive_search{
    display:none;
}
.responsive_search_bar + img {
    position: absolute;
    right: 50px;
    top: 25px;
    height: 12px;
}

.responsive_cross {
    position: absolute;
    top: 25px;
    right: 4%;
}
.management_drop {
    height:70px;
    overflow:scroll;
}
.responsive_search_bar::placeholder {
    font-size: 12px;
}

.datacoverage_nav {
    display: flex;
}

.financial_options {
    margin-bottom: 0px;
    font-size: 14px;
}

    .financial_options a {
        color: black;
    }
    #data_coverage{
        margin-bottom:10px;
    }
/*responsive search ends*/


.button {
    border: none;
    display: inline-block;
    padding: 8px 2px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.animate-right {
    position: relative;
    animation: animateright 0.4s;
}

.sidebar {
    width: 0%;
    position: fixed !important;
    z-index: 1000;
    top: 0;
    border-radius: 0px;
    border: none;
    background-color: transparent;
    height: 100%;
    transition: width 1s;
    right: 0;
}


#rightMenu.active {
    width: 100%;
    right: 0;
    z-index: 9999;
}

.dark_content {
    overflow-y: scroll;
    width: 90%;
    background-color: white;
    min-height: 650px;
    position: relative;
    left: 10%;
}

.button_show_small {
    display: none;
}

.drop_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px 5px 15px;
    background-color: #f4f4f4;
    width: 90%;
    position: fixed;
}
.drop_top+ .home_box{
    margin-top:50px;
}

.bar-block .bar-item {
    width: 100%;
    display: block;
    padding: 2px 5px;
    text-align: right;
    border: none;
    white-space: normal;
    float: none;
    outline: 0;
}

.large {
    font-size: 30px;
    background-color: transparent;
    border: none;
    color: white;
}

.login_btn {
    padding: 9px 15px;
    font-size: 12px;
    border-radius: 4px;
    border: 2px solid #005DAB;
    color: #221E20;
    background-color: white;
    margin-left:5px !important;
}

.home_box1 {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
}

    .home_box1:hover {
        background-color: orange;
    }

#why_list {
    background-color: white;
    border: 5px solid white;
}

.home_box a {
    color: #221E20;
}

#closeRightMenu img {
    filter: brightness(1) invert(1);
}

.home_box {
    display: flex;
    flex-direction: row;
    background-color: #ffffff;
    padding: 10px 20px;
    align-items: center;
}

    .home_box:hover {
        background-color: orange;
    }

.plus {
    height: 2px;
    width: 10px;
    color: white;
    font-weight: 600;
    background-color: #fff;
}

.drop_option.collapsed .plus {
    height: 8px;
    width: 8px;
    background: transparent;
}

.list_down {
    display: flex;
    width: 100%;
    padding: 10px 20px;
}

    .list_down a:hover {
        color: white !important;
    }

#products {
    background-color: white;
    padding: 10px 20px;
}
.responsive_mdm,responsive_mdm a,responsive_mdm a:hover{
    color:#221E20;
}
.nav_drop_list a {
    color: #221E20;
}

.scroll_list {
    height: 120px;
    overflow: auto;
    line-height: 3;
}

.scroll_list_footer {
    list-style-type: none;
    padding-left: 10px;
}

    .scroll_list_footer a {
        color: white;
    }

.drop_icons_active {
    height: 26px;
    width: 26px;
    margin-right: 15px;
}

.drop_icons {
    display: block;
}

.drop_icons_active {
    display: none;
}

.home_box:hover .drop_icons_active {
    display: block;
}

.home_box:hover .drop_icons {
    display: none;
}

.home_box1:hover .drop_icons_active {
    display: block;
}

.home_box1:hover .drop_icons {
    display: none;
}

.home_box:hover a {
    color: white;
}

.home_box:hover {
    color: white;
}

.nav_exp_icon {
    filter: brightness(1) invert(1);
}

.home_box1:hover .nav_exp_icon {
    filter: brightness(0) invert(1);
}

.home_box1:hover .plus {
    filter: brightness(1) invert(1);
}

#websiteSearch, #websiteSearchResult {
    cursor: pointer;
}

.name_icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.drop_icons {
    height: 26px;
    width: 26px;
    margin-right: 15px;
}

.right {
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.button_drop {
    color: black;
}

.drop_option {
    text-decoration: none;
    color: #221E20;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .drop_option:hover {
        color: white;
    }

    .drop_option:link {
        text-decoration: none;
    }

.why_xignite_options {
    list-style-type: none;
    padding: 5px 0px 0px 40px;
    line-height: 2;
    margin: 0px;
    font-size: 16px;
}

    .why_xignite_options a {
        color: #221E20;
    }

nav_exp_icon .why_xignite_options:hover a {
    color: #221E20;
    text-decoration: none;
}

.product_options {
    list-style-type: none;
    padding: 20px 0px 0px 0px;
    margin: 0px;
    font-size: 16px;
}

.management_drop {
    line-height: 3;
}

.font_12_bold {
    font-size: 12px;
    font-weight: 600;
}

.solution_color {
    color: #221e20;
}

/*header drop end*/



/*Header Start*/
.navigation {
    display: flex;
    justify-content: center;
    color: black;
}
.hit_body {
    display: none;
}

.hit_head:hover .hit_body {
    display: block;
}

.yellow-header-logo {
    height: 89px;
    width: 100px;
    background: #D68333;
}

    .yellow-header-logo::before {
        content: "";
        position: absolute;
        left: -1015px;
        height: 89px;
        right: 0px;
        width: 1200px;
        border-right: 60px solid transparent;
        border-bottom: 89px solid #D68333;
    }

.header-logo {
    width: 125px;
}

.header-logo-link {
    height: 89px;
    display: flex;
    align-items: center;
    position: absolute;
    padding: 15px;
    padding-left: 0px;
}

.hit_body {
    min-height: 180px;
    width: 100%;
    position: absolute;
    left: -8%;
    z-index: 9999;
    top: 79px;
    padding: 5px 15px;
    background-color: white;
    margin-top: 10px;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #D4D4D4;
}

.why_xignite_body {
    width: 98px;
    position: absolute;
    z-index: 9999;
    top: 79px;
    color: white;
    padding: 20px 10px;
    margin-top: 10px;
    background-color: white;
    border-radius: 0px 0px 5px 5px;
    color: black;
    border: 1px solid #D4D4D4;
}

.why_xignite_list {
    list-style-type: none;
    padding: 0px;
}

    .why_xignite_list a {
        color: #221e20;
    }

    .why_xignite_list:hover a {
        color: #221e20;
    }

.why_xignite {
    display: none;
}

.why_xignite_head:hover .why_xignite {
    display: block;
}

.small_logo {
    display: none;
}

.list-link {
    color: #221E20;
}

    .list-link:hover {
        color: #221E20;
    }

.hit_body:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 43.8%;
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid orange;
}

.nav_cells_product {
    position: relative;
}

nav_cells_why_xignite {
    position: relative;
}

.first-section {
    border-right: 1px solid #D4D4D4;
    margin-bottom:20px;
}

    .first-section a {
        color: #221E20;
    }

        .first-section a:hover {
            color: #221E20;
        }

.hit_body {
    margin-bottom: 30px;
}

.nav_cells_product {
    border-bottom: 2px solid transparent;
}

.nav_cells_why_xignite {
    border-bottom: 2px solid transparent;
}

    .nav_cells_why_xignite.active {
        border-bottom: 2px solid orange;
    }

.nav_cells_product.active {
    border-bottom: 2px solid orange;
    cursor: text;
}

.nav_cells_product:before {
   
}

.nav_cells_product.active:before {
  
}

.why_xignite_body:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 45%;
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid orange;
    z-index: 19999;
}

.why_xignite_body:hover why_xignite_body {
    display: block;
}

.nav_cells_product .drop_carot {
    transition: transform .6s ease-in-out;
    margin-left: 8px;
}

.nav_cells_why_xignite .drop_carot {
    transition: transform .6s ease-in-out;
    margin-left: 8px;
}

.nav_cells_product.active .drop_carot {
    transform: rotate(180deg);
}

.nav_cells_why_xignite.active .drop_carot {
    transform: rotate(180deg);
}

.drop_style.collapsed .down_carot {
    transform: rotate(0deg);
}

.nav_drop_list, .why_xignite_options a:hover {
    color: #EB9C24;
}

.btn, .btn:focus, btn:active {
    box-shadow: none;
}


.drop_left_column {
    padding-right: 0px;
}

.finance_list, .api_list {
    display: flex;
}

.drop_right_column {
}

li.nav-item:hover:not(.nohover) {
    background-color: #f8f8f8;
}

.navbar-nav .nav-item .nav-link, .navbar-nav .nav-item .nav-link:hover {
    padding: 33px;
    padding-left: 8px;
    padding-right: 10px;
    color: #5c5757;
}

.nav-link:hover {
    color: #5C5757;
}

.nav_cells {
    display: flex;
    align-items: center;
}

.before_small {
    display: flex;
    justify-content: center;
    align-items: center;
}

.yellow_text {
    color: orange;
    letter-spacing: 2px;
}

.yellow_text_header {
    color: #EB9C24;
    font-size: 13px;
}

    .yellow_text_header:hover {
        color: #EB9C24;
        text-decoration: none;
    }

.nav_drop_list {
    list-style-type: none;
    padding-left: 0px;
    line-height:1.8;
    margin-bottom:20px;
}

.nav_content_line {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100px;
    height: 1px;
    background-color: #ffffff;
}


.log_in {
    display: flex;
    align-items: center;
    color: black;
    justify-content: flex-end;
}

.after_small {
    display: none;
}

.drop_button {
    position: absolute;
    right: 0;
    top: -35px;
    display: flex;
    flex-direction: column;
    margin-top: 2px;
}

.srch-icon :hover {
    text-decoration: none;
    outline: none;
}

.span_line {
    height: 3px;
    width: 20px;
    background-color: #666666;
    margin-bottom: 3px;
}

.w_100 {
    width: 100%;
}

.padding_left20 {
    padding-left: 20px;
}

.collapse_nav {
    justify-content: center;
}

.small_free_trail {
    margin-top: 6px;
    padding: 2px 10px 2px 10px;
}

.nav_background {
    background-color: transparent;
}

#search-field {
    display: none;
}

.nav_search_field {
    display: flex;
}

    .nav_search_field img {
        position: absolute;
        top: 35px;
        right: 30px;
    }

.search_textfield {
    width: 100%;
    height:100%;
    border: none;
    padding: 20px;
    background-color: #fafafa;
    font-size: 18px;
    padding-right: 50px;
}

input:focus {
    outline: none;
}

.search_textfield::placeholder {
    font-size: 18px;
}

#loggedIndiv,#loggedIndiv-iphone {
display:none;
}


.free_btn {
    margin-left: 20px;
    background-color: #005dab;
    color: white;
    margin-left: 0px;
    padding: 10px;
}

.small_nav_search {
    height: 45px;
    border: 2px solid #F3F3F3;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    border-radius: 5px;
}

#nav-search {
    height: 40px;
    border: 2px solid #F3F3F3;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    border-radius: 5px;
}

.login_hoverdrop,.login_hoverdrop_iphone {
    display: none;
}

.login_hoverdrop {
    justify-content: center;
    width: 100%;
    position: absolute;
    z-index: 9999;
    top: 79px;
    margin-top: 10px;
    background-color: white;
    border-radius: 0px 0px 5px 5px;
    color: black;
    border: 1px solid #D4D4D4;
    height: 60px;
    left: 1px;
    flex-direction: column;
    padding-left: 20px;
    line-height: 20px;
}
.login_hoverdrop_iphone {
    justify-content: center;
    width: 100%;
    position: absolute;
    z-index: 9999;
    top: 32px;
    margin-top: 10px;
    background-color: white;
    border-radius: 0px 0px 5px 5px;
    color: black;
    border: 1px solid #D4D4D4;
    height: 60px;
    left: 1px;
    flex-direction: column;
    padding-left: 20px;
    line-height: 20px;
}

.login_hoverdrop_head:hover .login_hoverdrop, .login_hover_iphone:hover .login_hoverdrop_iphone{
    display: flex;
}

.login_hoverdrop_head {
    position: relative;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    width: 57%;
    height: 89px;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-word;
    padding:0px 6px;
}

    .login_hoverdrop_head:hover {
        border-bottom: 2px solid #eb9c24;
    }

        .login_hoverdrop_head:hover:before {
            content: "";
            position: absolute;
            top: 93%;
            left: 50%;
            width: 0;
            height: 0;
            border-right: 6px solid transparent;
            border-left: 6px solid transparent;
            border-bottom: 6px solid #eb9c24;
            z-index: 99999;
        }

.login_hover_iphone {
word-break:break-all;
}


.searchandfree {
width:45%;display:inline-flex;justify-content:center;align-items:center;
}

/*Header End*/

/*Carousel1 Start*/
.market_crousel {
    min-height: 350px;
}

.crousel1_img1 {
    min-height: 350px;
    background-position: center;
    background-size: cover;
}

.carousel-item.crousel1_img1:before {
    content: '';
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .3;
}

.crousel1_img2 {
    min-height: 350px;
    background-size: cover;
    background-position: center;
}

.crousel1_img3 {
    min-height: 350px;
    background-size: cover;
    background-position: center;
}

.crousel1_data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 350px;
    padding: 50px 0px;
}

.carousel-control-next-icon {
    background-image: url(https://cdn.xignite.com/site/images/Next.png);
    width: 34px;
    height: 64px;
}

.carousel-control-prev-icon {
    background-image: url(https://cdn.xignite.com/site/images/Previous.png);
    width: 34px;
    height: 64px;
}
/*Carousel1 End*/

/*quote Start*/
.small_quote_left {
    padding: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
}

.small_quote_right {
    padding: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}

.quote {
    color: white;
    text-align: center;
}

.quote_content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 82%;
}

.quote_content_main {
    display: flex;
    justify-content: center;
}

.big_quote {
    position: relative;
}

.background_quote {
    background-image: url(https://cdn.xignite.com/site/images/Quote_Big.png);
    background-repeat: no-repeat;
    background-position: 2% -12%;
    background-size: 6%;
}

.blue_awardquote {
    background-image: url(https://cdn.xignite.com/site/images/Background.png);
    background-size: cover;
}

/*Quote End*/
/*Block3(HARNESS) Start*/

.harness {
    width: 57%;
}
/*Block3(HARNESS) End*/

/*Client start*/
.client {
    background-color: #fafafa;
    padding-top: 70px;
}

.crousel2_img {
    width: 100%;
}

/*Client End*/
/*Block 4 (AWS) Start*/
.aws {
    background-image: url("https://cdn.xignite.com/site/images/Background.png");
    background-size: cover;
}

.inner_aws {
    display: flex;
    flex-direction: column;
    padding: 70px 0px;
}

.img_aws {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 40px;
}

.content_aws {
    display: flex;
    flex-direction: column;
    color: white !important;
    justify-content: center;
    
}

.service_button {
    padding-top: 100px;
    padding-right: 0px;
    padding-left: 11px;
}

.aws_ul {
    list-style-image: url(https://cdn.xignite.com/site/images/White_checkmark.png);
}

.aws_get_started {
    padding-left: 20px;
}

.media_aws {
   max-height:275px;
   max-width: 100%;
}
/*Block 4 (AWS) End*/


/*Block 6 Financial Start*/

.financial {
    width: 70%;
    padding-top:70px;
}

/*Block 6 Financial End*/

/* Xignite Cloud Start*/
.grey_button {
    border: 2px solid grey;
    width: 75%;
    text-align: left;
}

.grey_button1 {
    border: 2px solid grey;
    width: 75%;
    text-align: left;
    background-color: #005dab;
    color: white;
}


.cloud_img {
    padding-top: 20px;
    width: 100%;
}

.feature-icon {
    width: 100%;
}

.feature_icon_box {
    height: 60px;
    width: 48px;
}

.cloud_body {
    text-align: right;
    padding-right: 10px;
}

.xignite_cloud {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 20px;
}

.cloud_icon {
    display: flex;
    flex-direction: column;
}

.cloud_features {
    display: flex;
    flex-direction: row;
}

.icon_text {
    height: 295px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.daas_body1 {
    margin-top: 10px;
}

.daas_detail1 {
    display: none;
    position: absolute;
    top: 20px;
    background-color: aliceblue;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    font-size: 14px;
    z-index: 9999;
    margin-top: 15px;
}

    .daas_detail1:before {
        content: "";
        position: absolute;
        top: -7%;
        left: 100px;
        width: 0;
        height: 0;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 10px solid aliceblue;
    }

    .daas_detail1 p {
        margin: 0;
    }

.daas_body1:hover .daas_detail1 {
    display: block;
}

.daas_body2 {
    margin-top: 10px;
}

.daas_detail2 {
    display: none;
    position: absolute;
    top: 20px;
    background-color: aliceblue;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    font-size: 14px;
    z-index: 9999;
    margin-top: 15px;
}

    .daas_detail2:before {
        content: "";
        position: absolute;
        top: -7%;
        left: 100px;
        width: 0;
        height: 0;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 10px solid aliceblue;
    }

    .daas_detail2 p {
        margin: 0;
    }

.daas_body2:hover .daas_detail2 {
    display: block;
}

.daas_body3 {
    margin-top: 10px;
}

.daas_detail3 {
    display: none;
    position: absolute;
    top: 20px;
    background-color: aliceblue;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    font-size: 14px;
    z-index: 9999;
    margin-top: 15px;
}

    .daas_detail3:before {
        content: "";
        position: absolute;
        top: -7%;
        left: 100px;
        width: 0;
        height: 0;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 10px solid aliceblue;
    }

    .daas_detail3 p {
        margin: 0;
    }

.daas_body3:hover .daas_detail3 {
    display: block;
}

.paas_body1 {
    margin-top: 10px;
}

.paas_detail1 {
    display: none;
    position: absolute;
    top: 20px;
    background-color: aliceblue;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    font-size: 14px;
    z-index: 9999;
    margin-top: 15px;
}

.cloud_detail {
    width: 100%;
    height: 95px;
    font-size: 12px;
}

.paas_detail1:before {
    content: "";
    position: absolute;
    top: -7%;
    left: 100px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid aliceblue;
}

.paas_detail1 p {
    margin: 0;
}

.paas_body1:hover .paas_detail1 {
    display: block;
}

.paas_body2 {
    margin-top: 10px;
}

.paas_detail2 {
    display: none;
    position: absolute;
    top: 20px;
    background-color: aliceblue;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    font-size: 14px;
    z-index: 9999;
    margin-top: 15px;
}

    .paas_detail2:before {
        content: "";
        position: absolute;
        top: -7%;
        left: 100px;
        width: 0;
        height: 0;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 10px solid aliceblue;
    }

    .paas_detail2 p {
        margin: 0;
    }

.paas_body2:hover .paas_detail2 {
    display: block;
}

.paas_body3 {
    margin-top: 10px;
}

.paas_detail3 {
    display: none;
    position: absolute;
    top: 20px;
    background-color: aliceblue;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    font-size: 14px;
    z-index: 9999;
    margin-top: 15px;
}

    .paas_detail3:before {
        content: "";
        position: absolute;
        top: -7%;
        left: 100px;
        width: 0;
        height: 0;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 10px solid aliceblue;
    }

    .paas_detail3 p {
        margin: 0;
    }

.paas_body3:hover .paas_detail3 {
    display: block;
}

.daasBodyDetail {
    padding: 23px 5px 0px 0px;
}

.paasBodyDetail {
    padding: 23px 5px 0px 0px;
}
/* Xignite Cloud End*/

/* Help (block 8) Start*/
.help {
    background-color: #fafafa;
    /*padding-top: 70px;*/
}

.types {
    padding-top: 10px;
    height: 100px;
    background-color: #eb9c24;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 30px;
    color: white;
}

.no_wrap {
    flex-wrap: nowrap;
}

.types1 {
    width: 350px;
    margin: 10px;
    padding: 10px;
    height: 110px;
    background-color: white;
    display: flex;
    justify-content: center;
    color: black;
    align-items: center;
    border: 2px solid #F3F3F3;
}

.market_image {
    max-width: 100%;
}

.audience_image {
    display: flex;
    flex-direction: row;
    max-height: 400px;
}

.fin_image {
    display: flex;
    justify-content: center;
}

#market_text {
    display: none;
}

.help_data {
    background-color: white;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    border: 2px solid #F3F3F3;
}

.help_types {
    padding-left: 15px;
}

.help_data1 {
    background-color: white;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    border: 2px solid #F3F3F3;
}

.help_button {
    padding-left: 27px;
}

.fin_ul {
    list-style-image: url(https://cdn.xignite.com/site/images/Green_Checkmark.png);
    padding-left: 25px;
}

    .fin_ul li {
        margin-bottom: 10px;
    }

    .fin_ul ul {
        padding-left: 26px;
    }

.fin_developers {
    padding-top: 30px;
    padding-left: 25px;
    padding-bottom: 35px;
}

.fin-market {
    display: flex;
}
/* Help (block 8) End*/

/*Carousel3 (Testimonials) Start*/

.testimonials {
    min-height: 570px;
    background-color: #005dab;
    padding-top:70px;
}

.crousel3_img1 {
    min-height: 350px;
    padding-bottom: 70px;
    background-image: url("https://cdn.xignite.com/site/images/brand.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
}

.crousel3_img2 {
    min-height: 350px;
    padding-bottom: 70px;
    background-image: url("https://cdn.xignite.com/site/images/brand.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
}

.crousel3_img3 {
    min-height: 350px;
    padding-bottom: 70px;
    background-image: url("https://cdn.xignite.com/site/images/brand.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
}

.carousel3_testimonial {
    font-size: 12px;
    color: white;
}

    .carousel3_testimonial p {
        margin: 0;
    }

.testimonial_image {
    width: 100px;
    height: 100px;
    margin-bottom: 8px;
    border-radius: 100%;
}

.testimonial_image_box:before, .testimonial_image_box:after {
    display: inline-block;
    content: "";
    border-top: 1px solid #D4D4D4;
    width: 4rem;
    margin: -1rem 1rem;
    transform: translateY(-1rem);
}
/*Carousel3 (Testimonials) End*/

.client-crousel-img {
    max-width: 155px;
    max-height: 70px;
    margin: 25px;
}


/*Footer Start*/
.footer {
    display: flex;
    background-color: #334048;
    padding: 15px;
}

.footer_logo {
    width: auto;
}

.logo_line {
    width: 60px;
    height: 2px;
    background-color: #ffffff;
}

.content_line {
    margin-top: 0px;
    margin-bottom: 10px;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
}

.contact_location {
    display: flex;
}

.learn_footer {
    display: flex;
    flex-direction: column;
}

.footer a {
    color: white;
}

.update-input {
    position: relative;
    width: 100%;
    padding-left: 15px;
}

    .update-input input {
        background: #fff;
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding-left: 15px;
        border: none;
        border-radius: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .update-input img {
        position: absolute;
        top: 15px;
        right: 10px;
    }

.yellow_p_footer {
    color: #eb9c24;
    margin: 0px;
    letter-spacing: 2.4px;
    font-size: 12px;
    font-weight: 600;
}

.footer_list {
    display: flex;
}

.footer_list_sub {
    width: 100%;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid white;
}

.footer_end {
    background-color: #5E6771;
    padding: 10px;
}

    .footer_end a {
        color: white;
    }

        .footer_end a:hover {
            text-decoration: none;
        }

.width_53 {
    width: 100%;
}

.case_studies {
    padding-left: 0px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 12px;
}

.right_border {
    margin: 0 5px;
}

.right_border1 {
    margin: 0 6px;
}

.down_carot {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    transform: rotate(180deg);
}

.drop_style {
    font-size: 14px;
    text-decoration: none;
    color: white;
}

    .drop_style:hover {
        color: white;
    }

.frequency a {
    color: white;
}

    .frequency a:hover {
        color: white;
        text-decoration: none;
    }
/*Footer End*/

/*Genaral part css Start*/
.f_13 {
    font-size: 13px;
}

.f_14 {
    font-size: 14px;
}

.f_18 {
    font-size: 18px;
}

.f_14s {
    font-size: 14px;
}

.f_12 {
    font-size: 12px;
}

.f_11 {
    font-size: 11px;
}

.font_wt_600 {
    font-weight: 600;
}

.f_20 {
    font-size: 20px;
}

.f_24 {
    font-size: 24px;
}

.line_h_2 {
    line-height: 2;
}

.line_h_15 {
    line-height: 1.5;
}

.f_48 {
    font-size: 48px;
    font-weight: 600;
    padding-bottom:12px;
}

.f_34 {
    font-size: 34px;
}

.f_36 {
    font-size: 36px;
    font-weight: 600;
    padding-bottom:12px;
}

h1 p{
    margin:0;
}

.f_30 {
    font-size: 30px;
    font-weight: 600;
  
}

.f_28 {
    font-size: 28px;
}

.f_16 {
    font-size: 16px;
}

.f_16bold {
    font-size: 16px;
    font-weight: 600;
}

.no_padding {
    padding: 0px;
}

.no_margin {
    margin: 0px;
}

.white {
    color: white;
}

.yellow_bttn {
    border: 2px solid #eda63c;
    color: #221e20;
}

    .yellow_bttn:hover {
        color: #221e20;
    }

.white_button {
    border: 2px solid white;
}

.no_border {
    border: none;
}

.down-arrow {
    border-color: #eb9c24 transparent;
    border-style: solid;
    border-width: 20px 20px 0px 20px;
    height: 0px;
    width: 0px;
}

.button_white {
    color: white;
}

    .button_white:hover {
        color: white;
    }

.margin_120 {
    margin-bottom: 25px;
}

.width100percent {
    width: 100%;
}
/*rich text editor*/

/**umb_name:Font-36*/
.font-36 {
    font-size: 36px !important;
}

/**umb_name:Font-30*/
.font-30 {
    font-size: 30px !important;
}

/**umb_name:Font-24*/
.font-24 {
    font-size: 24px !important;
}

/**umb_name:Font-18*/
.font-18 {
    font-size: 18px !important;
}

.whitelink, .whitelink a {
    color: white !important;
}
.Red, .Red a {
    color: red !important;
}
.Green, .Green a {
    color: green !important;
}
.Blue, .Blue a {
    color: blue !important;
}
.ImageTextWrapping{
    float: left;
    margin-right: 15px;
}

.carousel-indicators span {
    box-sizing: content-box;
    width: 10px;
    height: 10px;
    border: 2px solid #d4d4d4;
    margin-right: 3px;
    margin-left: 3px;
    cursor: pointer;
    border-radius: 10px;
    opacity: .5;
    transition: opacity .5s ease;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #d68333;
    border: 2px solid #d68333;
}
.datacoverage-indicator {
position:relative;
margin-bottom:20px;
}



.p1 {
    padding-top: 10px;
}

.center {
    text-align: center;
}

.yellow_p {
    color: #eb9c24;
    margin-bottom: 5px;
    letter-spacing: 3px;
    font-size: 10px;
    
}

font_wt_b {
    font-weight: bold;
}

.grey {
    color: #5c5757;
}

.nav_black {
    color: #5c5757;
}

.black {
    color: #221e20;
}

.faded_black {
    color: #333333;
}

.dark_grey {
    color: #666666;
}

.service.active {
    width: 220px;
    background: #005dab;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 2px;
    color: white;
}

    .service.active:hover {
        color: white;
    }

    .service.active:before {
        content: "";
        position: absolute;
        left: 99%;
        top: 43%;
        width: 0;
        height: 0;
        border-bottom: 5px solid transparent;
        border-left: 9px solid #005dab;
        border-top: 5px solid transparent;
    }

.right_service {
    color: #333333;
}

    .right_service:hover {
        text-decoration: none;
    }

.empty_background {
    margin: 10px 30px 2px 30px;
    padding: 12px 0px 12px 20px;
    width: 220px;
    border: 2px solid #f3f3f3;
    border-radius: 2px;
    font: 16px;
}

#v-pills-Data-tab p {
    margin: 0;
}

#v-pills-platform-tab p {
    margin: 0;
}

.empty_background:hover {
    color: #333333;
}

.types1:hover {
    color: #333333;
}

.try.active {
    text-align: center;
    width: 340px;
    height: 110px;
    background: #eb9c24;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 2px;
    color: white;
    padding: 10px;
}

.tab_head_text {
    font-size: 24px;
}

.tab_body_text {
    font-size: 20px;
}

.try.active:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 170px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #eb9c24;
}

.nav_edit {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.help_tab {
    color: white;
    text-decoration: none;
}

.help_tab1 {
    text-decoration: none;
    color: #666666;
    text-decoration: none;
}

    .help_tab1:link {
        text-decoration: none;
        text-align: center;
    }

.f_10 {
    font-size: 10px;
}
.f_9 {
    font-size: 9px;
}
.f_8 {
    font-size: 8px;
}

.f_22 {
    font-size: 22px;
}

.f_35 {
    font-size: 35px;
}

.no_left_right_padding {
    padding-left: 0px;
    padding-right: 0px;
}

.no_left {
    padding-left: 0px;
}

.heading_logo {
    width: 260px;
    height: 66px;
}

.button-padding {
    min-width: 150px;
    padding: 12px;
    font-size: 16px;
}

    .button-padding > img {
        float: right;
        position: relative;
        top: 6px;
    }

.max_width_100 {
    max-width: 100%;
}

.needsfield {
    border: 1px solid red;
}

img[alt] {
    font-size: 10px;
    color:black;
}
/*Genaral part css End*/

/*Resource page start*/
.resourceBg {
    background-image: url('https://cdn.xignite.com/site/images/Resource-Banner_Image.png');
    height: 250px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.searchText {
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

    .searchText h2 {
        font-size: 48px;
        margin-bottom: 25px;
        font-weight: 600;
    }

.seachbtn {
    background-image: url(https://cdn.xignite.com/site/images/Search_icon.png);
    background-position: 2% 50%;
    background-repeat: no-repeat;
    width: 40%;
    padding-left: 35px;
    padding-right: 35px;
    height: 50px;
    font-size: 18px;
}

    .seachbtn:focus {
        box-shadow: none;
        border-color: transparent;
        color: #221E20;
    }


    .seachbtn::placeholder { /* Firefox, Chrome, Opera */
        color: #221E20;
        font-size: 18px;
    }

    .seachbtn:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #221E20;
        font-size: 18px;
    }

    .seachbtn::-ms-input-placeholder { /* Microsoft Edge */
        color: #221E20;
        font-size: 18px;
    }



.bluebar {
    background: #005DAB;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

    .bluebar select {
        width: 15%;
        font-size: 14px;
        color: #333333;
    }

        .bluebar select:focus {
            box-shadow: none;
            border-color: transparent;
        }

    .bluebar p {
        margin: 25px;
        font-size: 14px;
    }

.resources-small {
    margin-top: 50px;
}

    .resources-small p {
        color: #EB9C24;
        text-transform: uppercase;
        letter-spacing: 4px;
        font-weight: 600;
        font-size: 10px;
    }

    .resources-small .selected-filter {
        text-transform: uppercase;
        font-size: 36px;
        color: #221E20;
        font-weight: 600;
    }

.nodata {
    margin-bottom: 50px;
}

.content-div {
    padding: 15px;
}


    .content-div .items {
        border: 1px solid #ECECEC;
        border-radius: 4px;
        transition: transform .25s ease-in-out, box-shadow .5s ease-in-out;
    }

        .content-div .items:hover {
            transform: translateY(-8px);
            box-shadow: 0 8px 8px rgba(0,0,0,.1);
        }

    .content-div .content {
        padding: 20px;
    }

    .content-div .content-image {
        padding: 20px;
        border-bottom: 1px solid #F2F2F2;
        width: 100%;
    }

    .content-div .items img {
        border-radius: 4px;
    }

#Event-content-box .content-div .items {
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}


.image {
    height: 200px;
    width: 100%;
    display: flex;
}

.image-innertext-resource {
    position: relative;
    width: 100%;
}

.content-div .image-innertext img {
    border-radius: unset;
    max-width: 100%;
    max-height: 100%;
    position: relative;
}

.resource-banner-image {
    border-radius: unset;
    margin-right: 8px;
    width: 100%;
    position: relative;
    height: 100%;
}

.resource_small_logo {
    margin-right: 8px;
    position: absolute;
    left: 20%;
    bottom: 10px;
}

.image-innertext span {
    color: #fff;
    background-color: #EB9C24;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 3px;
    position: absolute;
    bottom: 15px;
    left: 20px;
}

.image-innertext-resource span {
    color: #fff;
    background-color: #EB9C24;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 3px;
    position: relative;
    bottom: 40px;
}


.content-div .items p {
    margin-top: 10px;
    margin-bottom:10px;
}

.blue-content {
    color: #005DAB;
    font-size: 16px;
    font-weight: 500;
}

.font-14 {
    font-size: 14px;
}


.half-line-container {
    display: flex;
    justify-content: center;
}

    .half-line-container + p {
        font-size: 14px;
        color: #666666;
        font-weight: 500;
    }

.half-line {
    width: 50%;
    height: 1px;
    background-color: #D4D4D4;
}

.load-more {
    display: flex;
    align-items: center;
    justify-content: center;
}

.load-more-btn {
    border: 2px solid #EB9C24;
    min-width: 150px;
    font-size: 14px;
    color: #221E20;
}

#content-box .row:last-child, #Event-content-box .row:last-child {
    margin-bottom: 20px;
}

#content-box .content-div a {
    display: block;
    cursor: pointer;
    text-decoration: none;
    height: 100%;
}

    #content-box .content-div a:hover, #content-box .content-div a:active, #content-box .content-div a:focus {
        text-decoration: none;
    }


select::-ms-expand {
    display: none;
}

select {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    background-image: url(https://cdn.xignite.com/site/images/Dropdown_Caret.png);
    background-repeat: no-repeat;
    background-position: 97% 53%;
}

.margin_bottom_50 {
    margin-bottom: 50px;
}

.margin_top_50 {
    margin-top: 50px;
}

.padding_bottom_50 {
    padding-bottom: 50px;
}
.padding_bottom_70 {
    padding-bottom: 70px;
}

.resource-description ul {
    padding-left: 20px;
}

.content-div.card-edit {
    background: #FAFAFA;
}

    .content-div.card-edit > a {
        background: white;
    }

.padding_top_bottom_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.resources-small {
    margin-top: 0;
}

#videoEmbed {
    height: 500px !important;
    margin-top:50px;
}


    #videoEmbed iframe {
        width: 100% !important;
        height: 500px !important;
    }
    .resource-cross {
position:relative;bottom:30px;left:18%; cursor:pointer;
}

/*Resource page end*/
/*resource landing page start*/
.resourcelpBG {
    background-image: url("https://cdn.xignite.com/site/images/Banner_Image_Resourcelp.jpg");
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
}

.resource-lp-main { }

.on-demand-resource {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 3px;
    color: #EB9C24;
}

.resource-lp-download {
    margin-bottom: 50px;
}

.btn-download {
    padding: 10px 20px;
}

    .btn-download img {
        margin-left: 10px;
    }

.preview-pdf {
    height: 700px;
    width: 100%;
    box-shadow: 0 0 25px rgba(219,219,219,0.3);
    padding: 25px;
}

.resourcerelatedmain {
    flex-direction: row;
    border: none;
    background-color: transparent;
    justify-content: center;
}

/*resource page end*/



/*Event page start*/
.eventBG {
    background-image: url("https://cdn.xignite.com/site/images/Event_Page_banner.jpg");
    height: 250px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.imageText h2 {
    font-size: 48px;
    font-weight: 600;
}

.x-graphic {
    background-image: url("https://cdn.xignite.com/site/images/X graphic - overlay.png");
    height: 250px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}



.eventDescription {
    color: #221E20;
    text-align: center;
}

.eventImage {
    height: 250px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-div .content-image-event .eventImage .image-innertext{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-div .content-image-event {
    padding: 0px;
    border-bottom: 1px solid #F2F2F2;
}

.event-half-line-container {
    display: flex;
    justify-content: flex-start;
}

.black-content-event {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
}

.date_time {
    font-size: 14px;
    color: #7F888E;
    margin-bottom: 0px;
}

.content-div .content-event {
    padding: 20px;
}

.inner-logo {
    background-color: white;
    height: 55px;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 8px 8px rgba(0,0,0,.1);
    position: absolute;
    bottom: -25px;
    right: 25px;
}

.register-now a {
    color: #005DAB;
    font-size: 14px;
    line-height: 20px;
}



/*Event page end*/


/*Career page Starts*/

.careerBG {
    background-image: url("https://cdn.xignite.com/site/images/Banner_Image_Career.jpg");
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
}

.careerQuote {
    width: 50%;
    text-align: center;
}

.short_container {
    display: flex;
    justify-content: center;
}

.video_container {
    width: 100%;
    height: 422px;
    border-radius: 5px;
}

.play_button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_box {
    background-color: #FAFAFA;
    padding: 70px 0px;
}

.video_text {
    background-color: #EEEEEE;
    font-size: 16px;
    color: #221E20;
}

.v_text {
    padding: 20px;
    margin-bottom: 20px;
}

.video_main {
    /*margin-bottom: 20px;*/
}

.video_image {
    width: 100%;
    height: 210px;
}

    .video_image img {
        max-height: 100%;
        max-width: 100%;
        border-radius: 5px;
    }

.value1 {
    background-color: #FAFAFA;
    padding: 40px 20px;
    margin: 10px;
    width: 100%;
    transition: transform .25s ease-in-out, box-shadow .5s ease-in-out;
}

.value_imagebox {
    height: 60px;
    width: 48px;
}

.value_imageboxouter {
    display: flex;
    justify-content: center;
}

.value1:hover {
    background-color: white;
    box-shadow: 0 0 60px rgba(0,0,0,0.1);
    transform: translateY(-8px);
}

.value_icon {
    max-height: 100%;
    width: 100%;
    color: white;
    margin-bottom: 10px;
    width: 100%;
    color: white;
    margin-bottom: 15px;
}

.data-coverage-value_icon {
    max-height: 100%;
    width: 84px;
    margin-bottom: 15px;
}


.value_box {
}

.blue_box {
    background-image: url('https://cdn.xignite.com/site/images/Data_Coverage_BG.jpg');
    padding: 70px 0px;
    background-size: cover;
}

.flexableBG {
    background-image: url('https://cdn.xignite.com/site/images/Pricing_Model.jpg');
    padding: 70px 0px;
    background-size: cover;
}

.blue_heading {
    line-height: 1.2;
}

.our_benifit {
    margin-bottom: 8px;
    font-size: 10px;
    letter-spacing: 2px;
}

.padding_100 {
    padding: 0px 100px;
}

.benifits {
    display: flex;
    padding: 20px;
}

.benifit_group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.benifits:hover {
    color: black;
    background-color: white;
}

.benifit_text {
    padding-left: 10px;
}

.orange_benifit_logo {
    display: none;
    padding-right: 10px;
    max-height: 50px;
    max-width: 50px;
}

.white_benifit_logo {
    display: block;
    padding-right: 10px;
    max-height: 50px;
    max-width: 50px;
}

.benifits:hover .white_benifit_logo {
    display: none;
}

.benifits:hover .orange_benifit_logo {
    display: block;
}

.position_box {
    padding: 70px 0px;
    background-color: #FAFAFA;
}

.position_type {
    padding: 20px;
    background-color: #FFFFFF;
    width: 100%;
    height: auto;
    border: 1px solid #D4D4D4;
    margin-bottom: 12px;
}

.position_type:last-child {
    margin-bottom: 0px;
}


    .position_type p {
        margin: 0;
    }

.table_heading {
    padding: 0px 20px;
    width: 85%;
}

.table_yellow_font {
    font-size: 10px;
    color: #EB9C24;
    margin-bottom: 4px;
    letter-spacing: 3px;
}

.apply_box {
    text-align: right;
}

.apply_btn {
    padding: 5px 10px;
    border-radius: 4px;
    height: 15px;
    width: 30px;
    border: 2px solid transparent;
}

    .apply_btn:hover {
        border: 2px solid #EB9C24;
    }

.inner_position {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.position_type a {
    color: #221E20;
}

    .position_type a:hover {
        text-decoration: none;
        color: #221E20;
    }

.benifit_image {
    padding: 0px;
    margin: 0px;
    max-height: 70px;
    max-width: 70px;
}

.card-edit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}

.career-description {
    padding: 70px 15px;
}

    .career-description ul li {
        line-height: 30px;
    }
/*Career page Ends*/

/*webinar page Starts*/
.webinarBG {
    background-image: url("https://cdn.xignite.com/site/images/Banner_Image_Career.png");
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
}

.transform_steps {
    padding: 40px 0px;
}

.step_heading {
    line-height: 1.3;
}

.author_name {
    color: #666666;
    font-size: 14px;
}

.learn_list {
    padding-left: 20px;
}

.blue_form {
    width: 100%;
    height: 500px;
    border-radius: 4px;
    padding: 15px;
    background-color: #005DAB;
}

.blue_form_box {
    padding: 60px 0px;
}

.speakers {
    background-color: #005DAB;
    padding: 30px;
}

.stream_content {
    background-color: #FAFAFA;
    padding: 40px;
}

.blue_read_more {
    font-size: 14px;
    color: #005DAB;
}

.other_content_text {
    line-height: 1.2;
}

.other_content {
    padding: 20px 0px;
}

.client_stream {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    margin-bottom: 15px;
    transition: transform .25s ease-in-out, box-shadow .5s ease-in-out;
}

.right-blue {
    margin-bottom: 3px;
    margin-left: 5px;
}

.stream_image {
    height: 135px;
    width: 100%;
}

.stream_text {
    padding: 15px;
}

.speaker_box {
    width: 70%;
}

.speaker {
    width: 100%;
    height: 250px;
    padding:10px;
}
.speaker img{
    width: 100%;
    height: 100%;
    border-radius:5px;
}

.client_stream:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 8px rgba(0,0,0,.1);
}
/*webinar page Ends*/



/*Attribution Starts here*/
.base-back-color {
    width: 100%;
    background-color: #FAFAFA;
}

.guide-pad-mar {
    padding-top: 40px;
    margin-bottom: 40px;
}

.guide-txt-mar {
    margin-bottom: 50px;
}

.nopad {
    padding: 0;
}


.attr-txt {
    padding-left: 0;
    padding-right: 20px;
}

.right-box {
    background-color: #a4ceec;
    height: auto;
    width: auto;
    margin-bottom: 90px;
    margin-top: 5px;
    border-radius: 5px;
    padding: 25px;
}



.nav-tabs .nav-link1 {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border: 1px solid #D4D4D4;
    background-color: #FBFBFB;
}

.nav-tabs .nav-link2 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #D4D4D4;
    background-color: #FBFBFB;
        height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-tabs .nav-link3 {
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border: 1px solid #D4D4D4;
    background-color: #FBFBFB;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-tabs .nl.active {
    background-color: #FBEBD3;
    box-shadow: inset 0 -2px 0 0px #EB9C24;
    border-color: transparent;
    color:#221e20;
}

.nav-tabs .nl {
    color: #221e20;
}
.nav-items.nv-height a{
    line-height:25px;
}
.ul-tabs {
    width: 100%;
}

li.nav-item.nv-height {
    line-height: 45px;
}

.attribution-banner {
    background-image: url('https://cdn.xignite.com/site/images/Attribution_Banner_Image.jpg');
    height: 250px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.row-pad-mar {
    margin-top: 40px;
    padding-top: 40px;
}

.tbl-color {
    background-color: #005DAB;
    border: 1px solid #FFFFFF;
    color: white;
    padding: 10px;
}

.tbl-color2 {
    background-color: #F1F1F1;
    border: 1px solid #FFFFFF;
    color: black;
    padding: 10px;
}

.tbl-color3 {
    border: 1px solid #F5F5F5;
    background-color: #FFFFFF;
    padding: 10px;
}

.row-pad {
    padding-top: 25px;
    padding-bottom: 25px;
}

.bdr-rad-tl {
    border-top-left-radius: 10px;
}

.bdr-rad-tr {
    border-top-right-radius: 10px;
}

.bdr-rad-bl {
    border-bottom-left-radius: 10px;
}

.bdr-rad-br {
    border-bottom-right-radius: 10px;
}

.tbl-head {
    color: #EB9C24;
}

.img-res {
    width: auto;
    height: auto;
}

.base-no-color {
    background-color: white;
}


.tbl-attr {
    border-collapse: separate;
    border-spacing: 0;
    border: none;
}

    .tbl-attr thead th {
        border: none;
        width: 33.333333%;
    }

.tbl-scroll {
    overflow-x: auto;
}

.tbl-attr tbody tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

.tbl-attr tbody tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

.tbl-attr tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.tbl-attr tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.tbl-attr tbody tr td a {
    text-decoration: underline;
}

li:first-child.nv-height, li:last-child.nv-height {
    position: relative;
}

li:first-child.nav-item.nv-height:before {
    content: '';
    width: 21px;
    height: 1px;
    background: #D4D4D4;
    position: absolute;
    bottom: 0px;
    left: -20px;
}

li:last-child.nav-item.nv-height:before {
    content: '';
    width: 21px;
    height: 1px;
    background: #D4D4D4;
    position: absolute;
    bottom: 0px;
    right: -20px;
}

.heading-h2 {
    font-weight: 600;
}

/*Attribution Ends here*/

/*Getting started starts here*/
.getting-banner {
    height: 250px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.getting-heading>div>p{
    margin:0px;
}
.nav-link .nav-link-edit {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #D4D4D4;
    background-color: #FBFBFB;
}
.lheight25{
    line-height:25px;
}
.alternate_grey_div:nth-of-type(even){
    background-color:#fafafa;
}
.alternate_grey_div > .container{
    padding:0;
}
.visit_link{
    font-size:14px;
        float: right;
    margin-top: 16px;
    color: #eb9c24;
    text-decoration:none;
    font-weight:bold;
}
.visit_link:hover{
        color: #eb9c24;
    text-decoration:none;
}
.visit_link img{
    padding-left:5px;
    width: 15px;

}
.api_catelog{
    padding:40px 0px;
}
.getting_tab_div_heading{
        margin-bottom: 15px;
}
.getting_tab_div_heading span{
    color:#221e20;
}
.getting_tab_div_heading > hr{
    border-top: 1px solid #D4D4D4;
}
.getting_note{
    background-color:#eeeeee;
    padding: 15px;
    width: 225px;

}
.line-blocks {
    position: relative;
}
.vertical_line_orange {
    border-top: 2px dashed orange;
    position: absolute;
    top: -64px;
    width: 90px;
    right: 26px;
    z-index: 1;
    transform: rotate(90deg);
    margin: auto;
}
.vertical_line_orange:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    right: 0px;
    top: -5px;
}
.horizontal_line_orange {
    border-top: 2px dashed orange;
    position: absolute;
    top: -109px;
    width: 183px;
    right: -111px;
    z-index: 1;
}
.horizontal_line_orange:before {
    content: "";
    position: absolute;
   width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    right: 0px;
    top: -5px;
}
.getting_note_orange{
    border:2px solid  #eb9c24;
    border-radius:5px;
    padding: 15px;
    width: 225px;     
    bottom: 100px;
    position: absolute;    
    background-color:white;             
}
.getting_api_note{
    border:2px solid  #eb9c24;
    border-radius:5px;
    padding: 15px;
    width: 225px;     
    margin-bottom:20px; 
    background-color:white;            
}
.getting_notes_div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.getting_notes_div_general{
        display: flex;
    flex-direction: column;
}
.getting_note_right_div{
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.getting_note_right_div_center{
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.getting_note_right_div_top{
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.orange_semi_capsule{
    border-top-right-radius:50%;
    border-bottom-right-radius:50%;
    background-color:#eb9c24;
    display:flex;
    align-items:center;
        height: 100%;
        color:white;
        font-size:30px;
        font-weight:600;
        padding:20px;
}
.orange_div_semi{
    height:100%;
}
.getting_output{
    background-color:#fafafa;
    height: 100%;
}
.getting_standard{
    height:170px;
}
.getting_standard p{
    margin:0px;
}
.getting_standard_description{
    display:flex;
    align-items:center;
    color:#333333;
}
.token_heading{
    font-size:16px;
    font-weight:bold;
    color:#666666;
}
.token_heading li{
    margin-bottom:10px;
}
.getting_token_list li{
    color:#666666;
    margin-bottom:10px;
}
.authenticate_box{
    border:1px solid #ECECEC;
    border-radius:5px;
    background-color:white;
    padding:20px;
    height:265px;
    font-size:18px;
    color:#666666;
    display:flex;
    align-items:center;
    position:relative;
}
.authenticate_box_3{
    padding-top:74px;
}
.authenticate_request_orange{
    height: 76px;
    width: 200px;
    padding: 20px;
    background-color: #eb9c24;
    color: white;
    font-size: 24px;
    position: absolute;
    top: -20px;
    left: -1px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 35px;
   box-shadow: 0 5px 6px rgba(0,0,0,.1);
}
.authenticate_request_orange:after {
    content: "";
    width: 60px;
    height: 76px;
    background-color: #EB9C24;
    position: absolute;
    left: 192px;
    top: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    box-shadow: 4px 8px 6px -3px rgba(0,0,0,.1);
}
.error_blue_header{
    background-color:#005DAB;
    color:white;
    font-size:10px;
    padding:20px;
    border-right:1px solid #ECECEC;
}
.error_blue_header p{
    margin:0px;
    letter-spacing: 3px;
}
.error_table_data P{
    margin:0px;
}
.error_table_data{
    border:1px solid #ECECEC;
    padding:20px;
    font-size:14px;
    color:#221E20;
    background-color:white;
}
.url_blue_box{
    border:2px solid #005DAB;
    padding:15px;
    margin:0px 15px;
    border-radius:5px;
    height: max-content;
}
.url_green_box{
    border:2px solid #63AA44;
    padding:15px;
    margin:0px 15px;
    border-radius:5px;
    height: max-content;
}
.url_violet_box{
     border:2px solid #5F2C87;
    padding:15px;
    margin:0px 15px;
    border-radius:5px;
    height: max-content;
}
.url_orange_box{
    border:2px solid #EB9C24;
    padding:15px;
    margin:0px 15px;
    border-radius:5px;
    height: max-content;
}
.upper_deconstructing{
    display:flex;
    align-items: flex-end;
}
.upper_deconstructing div{
    width:20%;
}
.middle_deconstructing{
    font-size:24px;
    padding:80px;
    text-align: center;
}
.url_blue_text{
    color:#005DAB;
}
.url_green_text
{
    color:#63AA44;
}
.url_violet_text{
    color:#5F2C87;
}
.url_orange_text{
    color:#EB9C24;
}
.url_orange_link{
    color:#EB9C24;
}
.url_orange_link:hover{
    color:#EB9C24;
}
.lower_deconstructing{
    display:flex;
    align-items:flex-start;
}
.lower_deconstructing div{
    width:33.33%;
}
.getting_assess{
    background-color:white;
    height: 145px;
    border:1px solid #D4D4D4;
    border-radius: 5px;
    margin-bottom:30px;
}
.orange_numbering_box{
    background-color:#EB9C24;
    font-size:36px;
    border-top-right-radius:50%;
    border-bottom-right-radius:50%;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    display:flex;
    align-items:center;
    padding:20px;
    color:white;
    width: 110px;
}
.getting_assess_list{
    height:100%;
    display:flex;
}
.getting_access_values li{
    color:#666666;
    font-size:18px;
}
.getting_access_values{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
    justify-content: flex-start;
}
.getting_access_values p{
    color:#221e20;
}
.getting_access_values ul{
    padding-left:20px;
}
.getting_manage_content li{
    color:#666666;
    padding-left:8px
}
.getting_manage_content ul{
    list-style-image: url(https://cdn.xignite.com/site/images/Hand-Pointer.png);
    padding-left:20px;
}
/*orange lines arrow starts*/

.click_horizontal_line{
    border-top: 2px dashed orange;
    position: absolute;
    top: 53px;
    width: 150px;
    right: 228px;
    z-index: 1;
}
.click_horizontal_line:before{
        content: "";
    position: absolute;
   width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    right:0px;
    top: -5px;
}
.click_horizontal_line:after
{
   content: "";
    position: absolute;
   width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    top: -5px;
}
.documentation_line1{
    border-top: 2px dashed orange;
    position: absolute;
    top: 3px;
    width: 90px;
    left: 210px;
    z-index: 1;
}
.documentation_line1:before{
       content: "";
    position: absolute;
   width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    top: -5px;
}
.documentation_line1:after{
            content: "";
    position: absolute;
   width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    right:0px;
    top: -5px;
}
.documentation_line2_1{
    border-top: 2px dashed orange;
    position: absolute;
    top: 3px;
    width: 102px;
    left: 210px;
    z-index: 1;
}
.documentation_line2_1:before{
           content: "";
    position: absolute;
   width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    top: -5px;
}
.documentation_line2_2{
border-top: 2px dashed orange;
    position: absolute;
    top: -59px;
    width: 126px;
    left: 250px;
    z-index: 1;
    transform: rotate(90deg);
}
.endpoint_line1{
        border-top: 2px dashed orange;
    position: absolute;
    top: 3px;
    width: 140px;
    left: 210px;
    z-index: 1;
}
.endpoint_line1:before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    top: -5px;
}
.endpoint_line{
    top: -29px;
    width: 68px;
    left: 316px;
}
.documentation_line2_2:after{
                content: "";
    position: absolute;
   width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    left:0px;
    top: -5px;
}
.documentation_r_line{
border-top: 2px dashed orange;
    position: absolute;
    top: 10px;
    width: 220px;
    right: 210px;
    z-index: 1;
}
.documentation_r_line:after{
                content: "";
    position: absolute;
   width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    right:0px;
    top: -5px;
}
.documentation_r_line:before{
                content: "";
    position: absolute;
   width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    top: -5px;
}
.api_line1{
    border-top: 2px dashed orange;
    position: absolute;
    top: 3px;
    width: 175px;
    left: 210px;
    z-index: 1;
}
.api_line2{
    top: 10px;
    width: 190px;
}
.api_line1:before{
                    content: "";
    position: absolute;
   width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    top: -5px;
}
.api_line1:after{
                    content: "";
    position: absolute;
   width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    right:0px;
    top: -5px;
}
.api_r_line1{
    border-top: 2px dashed orange;
    position: absolute;
    top: 10px;
    width: 410px;
    right: 215px;
    z-index: 1;
}
.api_r_line1:before{
    content: "";
    position: absolute;
   width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    right:0px;
    top: -5px;
}
.api_r_line2{
    border-top: 2px dashed orange;
    position: absolute;
    top: 106px;
    width: 193px;
    right: 528px;
    z-index: 1;
    transform: rotate(90deg);
}
.api_r_line2:after{
        content: "";
    position: absolute;
   width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    right:0px;
    top: -5px;
}
.api_r_line3{
border-top: 2px dashed orange;
    position: absolute;
    top: 10px;
    width: 224px;
    right: 215px;
    z-index: 1;
}
.api_r_line3:before{
        content: "";
    position: absolute;
   width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    right:0px;
    top: -5px;
}
.api_r_line4{
    border-top: 2px dashed orange;
    position: absolute;
    top: 82px;
    width: 145px;
    right: 366px;
    z-index: 1;
    transform: rotate(90deg);
}
.api_r_line4:after{
        content: "";
    position: absolute;
   width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    right:0px;
    top: -5px;
}
.form_line1_1{
    border-top: 2px dashed orange;
    position: absolute;
    top: 3px;
    width: 270px;
    left: 210px;
    z-index: 1;
}
.form_line1_1:before{
            content: "";
    position: absolute;
   width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    top: -5px;
}
.form_line1_2{
border-top: 2px dashed orange;
    position: absolute;
    top: 75px;
    width: 145px;
    left: 407px;
    z-index: 1;
    transform: rotate(90deg);
}
.form_line1_2:after{
                content: "";
    position: absolute;
   width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
        right:0px;
    top: -5px;
}
.form_line2{
    border-top: 2px dashed orange;
    position: absolute;
    top: 10px;
    width: 190px;
    left: 210px;
    z-index: 1;
}
.form_line2:before{
    content: "";
    position: absolute;
   width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    top: -5px;
}
.form_line2:after{
                content: "";
    position: absolute;
   width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
        right:0px;
    top: -5px;
}
.form_line_right_1_1{
    border-top: 2px dashed orange;
    position: absolute;
    top: 20px;
    width: 353px;
    right: 210px;
    z-index: 1;
}
.form_line_right_1_2{
    border-top: 2px dashed orange;
    position: absolute;
    top: 82px;
    width: 125px;
    right: 500px;
    z-index: 1;
    transform: rotate(90deg);
}
.form_line_right_1_1:before{
        content: "";
    position: absolute;
   width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
        right:0px;
    top: -5px;
}
.form_line_right_1_2:after{
        content: "";
    position: absolute;
   width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    right:0px;
    top: -5px;
}
.form_line_right_2{
    border-top: 2px dashed orange;
    position: absolute;
    top: 14px;
    width: 333px;
    right: 210px;
    z-index: 1;
}
.form_line_right_2:before{
            content: "";
    position: absolute;
   width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
        right:0px;
    top: -5px;
}
.form_line_right_2:after{
            content: "";
    position: absolute;
   width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    top: -5px;
}
.form_line_right_3{
    border-top: 2px dashed orange;
    position: absolute;
    top: 21px;
    width: 176px;
    right: 210px;
    z-index: 1;
}
.form_line_right_3:before{
                content: "";
    position: absolute;
   width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
        right:0px;
    top: -5px;
}
.form_line_right_3:after{
                content: "";
    position: absolute;
   width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    top: -5px;
}
.output_line_1{
    border-top: 2px dashed orange;
    position: absolute;
    top: 20px;
    width: 95px;
    left: 210px;
    z-index: 1;
}
.output_line_1:before{
                    content: "";
    position: absolute;
   width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
        right:0px;
    top: -5px;
}
.output_line_1:after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    top: -5px;
}
.output_line_right_1{
    border-top: 2px dashed orange;
    position: absolute;
    top: 12px;
    width: 157px;
    right: 210px;
    z-index: 1;
}
.output_line_right_1:before{
                        content: "";
    position: absolute;
   width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
        right:0px;
    top: -5px;
}
.output_line_right_2{
    border-top: 2px dashed orange;
    position: absolute;
    top: 49px;
    right: 329px;
    width: 75px;
    z-index: 1;
    transform: rotate(90deg);
}
.output_line_right_2:after{
        content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    right:0px;
    top: -5px;
}
.call_line_1{
    border-top: 2px dashed orange;
    position: absolute;
    top: 20px;
    width: 117px;
    left: 210px;
    z-index: 1;
}
.call_line_1:before{
                            content: "";
    position: absolute;
   width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    top: -5px;
}
.call_line_1_2{
    border-top: 2px dashed orange;
    position: absolute;
    top: -49px;
    width: 140px;
    left: 257px;
    z-index: 1;
    transform: rotate(90deg);
}
.call_line_1_2:after{
            content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    top: -5px;
}
.call_line_right_1{
    border-top: 2px dashed orange;
    position: absolute;
    top: 60px;
    width: 417px;
    right: 210px;
    z-index: 1;
}
.call_line_right_1:before{
            content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    right:0px;
    top: -5px;
}
.call_line_right_1_2{
    border-top: 2px dashed orange;
    position: absolute;
    top: 107px;
    width: 95px;
    right: 580px;
    z-index: 1;
    transform: rotate(90deg);
}
.call_line_right_1_2:after{
            content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    right:0px;
    top: -5px;.
}
.call_line_right_2{
    border-top: 2px dashed orange;
    position: absolute;
    top: 56px;
    width: 542px;
    right: 210px;
    z-index: 1;
}
.call_line_right_2:before{
                content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    top: -5px;
}
.call_line_right_2:after{
                content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    right:0px;
    top: -5px;
}
.rest_line1{
    border-top: 2px dashed orange;
    position: absolute;
    top: 20px;
    width: 124px;
    left: 210px;
    z-index: 1;
}
.rest_line1:before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    top: -5px;
}
.rest_line1_2{
    border-top: 2px dashed orange;
    position: absolute;
    top: -93px;
    width: 228px;
    left: 221px;
    z-index: 1;
    transform: rotate(90deg);
}
.rest_line1_2:after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    top: -5px;
}
.rest_line_right1{
    border-top: 2px dashed orange;
    position: absolute;
    top: 10px;
    width: 385px;
    right: 210px;
    z-index: 1;
}
.rest_line_right1:before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    top: -5px;
}
.rest_line_right1:after{
        content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    top: -5px;
    right:0px;
}
.rest_line_right2{
    border-top: 2px dashed orange;
    position: absolute;
    top: 10px;
    width: 362px;
    right: 210px;
    z-index: 1;
}
.rest_line_right2:after{
            content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    top: -5px;
    right:0px;
}
.rest_line_right2_1{
    border-top: 2px dashed orange;
    position: absolute;
    top: 44px;
    width: 69px;
    right: 537px;
    z-index: 1;
    transform: rotate(90deg);
}
.rest_line_right2_1:before
{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    top: -5px;
    right:0px;
}
.rest_line_right3{
    border-top: 2px dashed orange;
    position: absolute;
    top: 40px;
    width: 363px;
    right: 210px;
    z-index: 1;
}
.rest_line_right3:after{
            content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    top: -5px;
    right:0px;
}
.rest_line_right3_1{
    border-top: 2px dashed orange;
    position: absolute;
    top: 16px;
    width: 50px;
    right: 547px;
    z-index: 1;
    transform: rotate(90deg);
}
.rest_line_right3_1:before
{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    top: -5px;
}
.technical_line_right1{
    border-top: 2px dashed orange;
    position: absolute;
    top: 73px;
    width: 176px;
    right: 210px;
    z-index: 1;
}
.technical_line_right1:after{
            content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    top: -5px;
    right:0px;
}
.technical_line_right1_2{
    border-top: 2px dashed orange;
    position: absolute;
    top: 87px;
    width: 29px;
    right: 370px;
    z-index: 1;
    transform: rotate(90deg);
}
.technical_line_right1_2:after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    top: -5px;
    right:0px;
}
.technical_line_right2{
    border-top: 2px dashed orange;
    position: absolute;
    top: 40px;
    width: 520px;
    right: 210px;
    z-index: 1;
}
.technical_line_right2:before{
        content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    top: -5px;
}
.technical_line_right2:after{
            content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    top: -5px;
    right:0px;
}
.sample_line_right2{
    border-top: 2px dashed orange;
    position: absolute;
    top: 73px;
    width: 409px;
    right: 210px;
    z-index: 1;
}
.sample_line_right2:before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    right:0;
    top: -5px;
}
.sample_line_right2_1{
    border-top: 2px dashed orange;
    position: absolute;
    top: 98px;
    width: 50px;
    right: 593px;
    z-index: 1;
    transform: rotate(90deg);
}
.sample_line_right2_1:before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    right:0;
    top: -5px;
}
.sample_line_right3{
    border-top: 2px dashed orange;
    position: absolute;
    top: 40px;
    width: 325px;
    right: 210px;
    z-index: 1;
}
.sample_line_right3:after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    top: -5px;
    right: 0px;
}
.sample_line_right3_1{
    border-top: 2px dashed orange;
    position: absolute;
    top: 72px;
    width: 70px;
    right: 500px;
    z-index: 1;
    transform: rotate(90deg);
}
.sample_line_right3_1:after{
        content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #eb9c24;
    border-radius: 50%;
    top: -5px;
    right: 0px;
}
.sample_line1{
    top: 65px;
}
.sample_line2{
    width: 120px;
}
.getting_download_button{
    padding:30px;
    text-align:center;
    display:none;
}
.getting_errors ul{
    list-style-image: url(https://cdn.xignite.com/site/images/Hand-Pointer.png);
    padding-left: 25px;
}
.getting_errors li{
    margin-bottom:10px;
    padding-left:8px;
}
/*orange lines arrow ends*/
/*Getting Started ends here*/
/*Blog css starts*/
.blog_category_block{
    background-color:#003359;
}
.blog_category_item{
    width:170px;
    height:120px;
    display:flex;
    flex-direction:column;
    align-items:center;
        justify-content: center;
}
.blog_category_list{
    display:flex;
    justify-content:space-around;
}
.blog_category_item_image img{
    max-width:60px;
    max-height:60px;
}
.blog_category_item_image{
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity:0.5;
}
.blog_category_item_image:hover{
    opacity:1;
}
.blog_category_item_image p{
    color:white;
    margin: 0;
    margin-top: 5px;
    text-align: center;

}
.featured_blog{
    box-shadow: 0 1px 12px 4px rgba(0,0,0,.1);
    border: 1px solid #ECECEC;
    background-color: white;
}
.featured_blog_image{
    height: 100%;
    display: flex;
    display:-ms-flexbox;
    -ms-flex-align:center;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #f2f2f2;
    padding:20px;
}
.featured_blog_image img{
    max-width:100%;
    -ms-flex:none;
}
.no_response{
    text-align:center;
}
.featured_blog_details{
    padding:20px;
}
.blog_list{
    padding:70px 0px;
}
.blog_list_image{
    padding:20px;
    height: 250px;
    width: 100%;
    position: relative;
    text-align:center;
}
.blog_list_image>.image-innertext{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height:100%;
}
.blog_list_image>.image-innertext>img{
    max-height:100%;
    margin-right:0px;
    border-radius:4px;
}
.blog_div_link{
    font-size:14px;
    color:#005dab;
}
.blog_div_link:hover{
    text-decoration:none;
     color:#005dab;
}
.featured_heading{
    color: #005DAB;
    font-size: 16px;
    font-weight: 600;
    margin-top:10px;
    margin-bottom:10px;
}
.featured_description{
    color:#666666;
    font-size:14px;
    margin-bottom:15px;
}
.blogdate{
    background-color: #EB9C24;
    height: 25px;
    width: max-content;
    padding: 5px 10px;
    margin: 0;
    color: white;
    font-size: 12px;
    position: relative;
    bottom: 35px;
}
.blogdate_featured{
    background-color: #EB9C24;
    width: max-content;
    padding: 5px 12px;
    margin: 0;
    color: white;
    font-size: 12px;
}
.blog_blue{
    color:#005DAB;
}
.authortext{
    color:#7f888e;
}
.featured_social_block{
        font-size: 12px;
    padding: 2px 7px;
    border-right: 1px solid #ececec;
    color:#221e20;
}
.featured_blog_tags{
    font-size: 12px;
    padding: 2px 15px;
    padding-left:13px;
    border-right: 1px solid #ececec;
    color:#221e20;
    line-height: 3;
}
.blog-card{
    height:100%;
}
.blog-half-line-container{
    display:flex;
    justify-content:center;
}
#back2Top {
    width: 50px;
    line-height: 49px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 10px;
    background-color: white;
    color: #555;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.5);
    border-radius:50%;
}
.featured_blog_container{
    padding: 70px 0px;
    background-color: #fafafa;
}
.blog_subs_image img{
    width: 100%;
    max-height: 200px;
}
.blog_subs_button{
    padding-top: 20px;
    display: flex;
    justify-content: center;
}
.blog_subs_button a{
    padding: 10px 20px;
    border-radius: 4px;
    color: white;
    background-color: #eb9c24;
    font-size: 14px;

}
.blog_subs_button a:hover{
    text-decoration:none;
    color:white;
}
.blog_description_right{
    border: 1px solid rgb(236, 236, 236);
    margin-bottom: 70px;
}
.blog_right_form>p{
    padding:20px;
    margin:0px;
    font-weight:500;
}

.blog_list_image img{
    width:100%;
}
.blog_author_designiation{
    color:grey;
}
.blog_head_line{
     display: flex;
    justify-content: flex-start;
}
.blog_head_line span{
    width: 30%;
    height: 1px;
    background-color: #f2f2f2;
    margin-bottom: 10px;
}
.featured_social_element{
    padding:7px;
}
.featured_social_element img{
    width:20px;
}
.breadcrumb_blue{
    color:#007bff;
}
.Subscribe_form{
    position:relative;
}
.Subscribe_cross{
    position: absolute;
    right: -8px;
    top: -8px;
    width: 28px;
    background-color: #005DAB;
    padding: 7px;
    border-radius: 100%;
}
.Blue-band-CTA{
    border-top: 5px solid #005DAB;
    border-radius: 5px;
}
.Subscribe_cross:hover{
   cursor:pointer;
}
.subscribe_modal_dialog{
    max-width:590px !important;
}
.no_border_top{
    border-top:none !important;
}
.blog-related{
    padding-top:70px;
    padding-bottom:40px;
}
.blog_CTA{
    max-height:250px!important;
}
.featured_blog_container h2{
    padding-bottom:20px;
}
/*.blogdate p{

}*/
/*Blog css ends*/
/*Blog Sedcription Starts*/
.blog_detail_heading{
    color: #005DAB;
    font-size: 28px;
    font-weight: 600;
}
.blog_description_main{
    padding:70px 0px;
}
.blog_description_left{
    padding:20px;
    border:1px solid rgb(236, 236, 236);
}
.blog_desc_image{
    text-align:center;
}
.blog_desc_image img{
    max-height:500px;
    max-width:100%;
}
.blog_description_content{
    color:#666666;
    margin:0px;
    word-break: break-word;
}
.blog_description_content p img{
    text-align:center;
    margin-bottom:15px;
}
.blog_description_content img,.blog_description_content iframe,.blog_description_content video{
    max-width:100%
}
.blog_description_content table{
    width:100% !important;
    margin-bottom:20px;
}
.blog_description_content table td{
    -ms-word-break:break-all;
}
.microservices_description{
    color:white;
}
.blog_author_image img{
    width:100%;
}
.author_description> p{
    color:#10242b;
}
.author_description_quote{
    color:#666666;
}
.subscribe_modal_body{
    max-height: 500px;
    overflow-y: scroll;
    
    overflow-x: hidden;
}
.showModal{
    display:block;
}
.blog_related{
    font-size:24px !important;
}
/*Blog Description Ends*/
/*Understanding Exchange data starts*/
.understanding-banner{
    height: 250px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.understanding-banner>.container>.x-graphic>.imageText> h1{
    width:65%;
}
.key_concept_tab{
    display: flex;
    justify-content: flex-end;
}
.key_concept_tab:hover{
    background-color:transparent!important;
}
.exchange_agreement_tab{
    display: flex;
    justify-content: flex-start;
}
.exchange_agreement_tab:hover{
     background-color:transparent!important;
}
.understanding_tabs{
    width: 250px;
    padding: 10px 39px!important;
    height: 76px;
    border-top-right-radius: 4px!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.key_client_structure{
    background-image:url(https://cdn.xignite.com/site/images/Distributor-Graphic-img.png);
    width:100%;
    height:700px;
    background-size:100% 100%;
}
.key_clients_heading{
    padding: 40px;
    text-align: center;
    color: #666666;
    display: flex;
    justify-content: center;
}
.key_clients_headin> p{
    width:78%;
}
.key_clients_flow{
 margin-bottom:70px;   
 }
.why_pay_description td {
    vertical-align: text-bottom;
}
.why_pay_description{
    color: #666666;
}
.why_pay_description li{
    margin-bottom:10px;
}
.why_pay_structure{
    background-image:url('https://cdn.xignite.com/site/images/Why_Pay-Graphic.png');
    width:100%;
    height:700px;
    background-size:100% 100%;
}
.why_pay_flow{
    margin-bottom:20px;
}
.requirements_list{
    border:1px solid #D4D4D4;
    border-radius:5px;
    height:76px;
    width:100%;
    margin-bottom:25px;
    display: flex;
}
.requirements_semi_orange{
    width: 4%;
    height: 100%;
    border-top-right-radius: 150% 100%;
    border-bottom-right-radius: 150% 100%;
    background-color: #EB9C24;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 5px 2px 7px 0px rgba(0,0,0,.1);
}
.requirements_description{
    padding:20px;
    width:96%;
    display: flex;
    align-items: center;
}
.requirements_description p{
    margin-bottom:0;
    margin-right:5px;
    font-size:24px;
}
.requirements_description span{
    color:#666666;
    font-size:20px;
}
.data_choices{
    border:1px solid #D4D4D4;
    border-radius:5px;
    background-color:#FFFFFF;
    padding-top:70px;
    position:relative;
    margin-top: 50px;
    color:#666666;
}
.data_choices li{
    font-size:18px;
    margin-bottom:10px;
}
.data_choices_orange{
    position: absolute;
    background-color: #EB9C24;
    color: white;
    font-size: 24px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 90% 150%;
    border-bottom-right-radius: 90% 150%;
    top: -25px;
    padding: 20px;
    padding-right: 25px;
    left: -1px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
}
.data_choices_orange p{
    margin:0px;
}
.term_delayed img{
    width: 100%;
    height: 445px;
}
.quote_info img{
    width:100%;
    height:323px;
}
.consolidate_box{
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    background-color: #FFFFFF;
    padding-top: 70px;
    position: relative;
    margin-top: 50px;
    color: #666666;
}
.consolidate_box li{
    margin-bottom:10px;
}
.consolidate_orange{
        position: absolute;
    background-color: #EB9C24;
    color: white;
    font-size: 24px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 50% 200%;
    border-bottom-right-radius: 50% 200%;
    top: -25px;
    padding: 20px;
    padding-right: 40px;
    left: -1px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
}
.consolidate_orange p{
    margin:0px;
}
.consolidate_main_box{
    background:none;
    border:none;
    margin-right: 0!important;
    margin-left: 0!important;
}
.nyse_orange{
    position: absolute;
    background-color: #EB9C24;
    color: white;
    font-size: 24px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 50% 150%;
    border-bottom-right-radius: 50% 150%;
    top: -25px;
    padding: 20px;
    padding-right: 40px;
    left: -1px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
}
.nyse_orange p{
    margin:0;
}
.datafeed_list li{
    margin-bottom:10px;
}
.real_time_main>div>div>ul{
    color:#666666;
    padding-left: 20px;
    font-size:18px;
}
.real_time_main>div>div>ul>li{
    margin-bottom:10px;
}
.real_time_main>hr{
        border-top: 1px solid #D4D4D4;
}
.exception_agreement{
    padding:40px 0px;
}
.exception_agreement_left{
    border-right:1px solid #D4D4D4;
}
.exception_agreement_right{
    padding-left:40px;
}
.exception_agreement li{
    margin-bottom:10px;
}
.exception_agreement_note{
    border:1px solid #D4D4D4;
    border-left:3px solid #EB9C24;
    border-radius:5px;
    padding-left:20px;
    margin:20px 0px;
    padding:15px;
}
.exception_agreement_note p{
    color:#666666;
    margin:0px;
}
.datafeed_orange{
    position: absolute;
    background-color: #EB9C24;
    color: white;
    font-size: 24px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 50% 150%;
    border-bottom-right-radius: 50% 150%;
    top: -25px;
    padding: 20px;
    padding-right: 50px;
    left: -1px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
}
.datafeed_orange p{
    margin:0px;
}
.exchange_reporting{
    color:#666666;
    margin-bottom: 28px;
}
.exchange_reporting li{
    margin-bottom:10px;
}
.understanding_client_logo{
    height: 100px;
    max-width: 190px;
    margin-bottom: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 3px;
}
.pay_logo_list{
    margin-top:36px;
}
.pay_client_logo{
    height: 89px;
    max-width: 190px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}
.understanding_client_logo img{
    max-width: 100%;
    max-height: 95px;
}
.pay_client_logo img{
    max-height:82px;
    max-width:100%;
}
.professional_image img{
    max-width:100%;
}
/*Understanding Exchange data ends*/





/*Faq Page start*/
.faqBG {
    background-image: url("https://cdn.xignite.com/site/images/Banner_Image_FAQ.png");
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
}



.faqsearch {
    padding: 0px;
}

    .faqsearch .seachbtn {
        width: 100%;
        cursor: pointer;
    }

.faq-head {
    padding-top: 50px;
    padding-right: 100px;
    padding-left: 100px;
}

    .faq-head p {
        color: #EB9C24;
        text-transform: uppercase;
        letter-spacing: 5px;
        font-weight: 600;
        font-size: 10px;
        margin-bottom:5px;
    }

    .faq-head .faq-common {
        font-size: 36px;
        color: #221E20;
        font-weight: 600;
        letter-spacing: unset;
    }

#faq-content .content-div h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 22px;
    color: #221E20;
}

#faq-content .content-div a {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
}

#faq-content .row:last-child {
    padding-bottom: 30px;
}

.faq-viewall {
    margin-bottom: 25px;
}

.faqdetailtop {
    padding-top: 50px;
}

.faqanswer {
    margin: 50px 0px;
}

.thick_hr {
    border-top: 2px solid rgba(0,0,0,.1);
}

.relatedArticalsFaq {
    max-height: 600px;
    height: 600px;
    overflow: auto;
    overflow-x: hidden;
}

    .relatedArticalsFaq a {
        color: #221E20;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
        display: block;
    }

        .relatedArticalsFaq a:hover {
            color: #0056b3;
            text-decoration: none;
        }

.artical-helpful {
    margin-top: 20px;
    border-top: 1px solid #D4D4D4;
    padding: 20px;
    text-align: center;
}

.btn-faq-artical {
    border: 2px solid #D4D4D4;
    min-width: 120px;
    font-size: 14px;
    color: #221E20;
    margin: 0px 20px;
}

    .btn-faq-artical span {
        padding-right: 10px;
        font-size: 16px;
    }

.artical-div {
    margin: 20px 0px;
}

#faq-category-deatil .free_list a {
    color: #005DAB;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

.faq-content-box a, .faq-content-box a:hover {
    text-decoration: none;
}

.faq-content-box:last-child {
    margin-bottom: 50px;
}

#faq-content .faq-viewall .viewallFaqquest {
    display: inline-block;
}

.faq-content-box.card {
    border: none;
    margin-bottom: 10px;
    background: #FAFAFA;
}

.faq-q-list { /*add this to container*/
    padding-bottom: 10px;
}

#faq-category-deatil .faq-content-box {
    margin-bottom: 10px;
}
/*FAQ page END*/

/*faq category page start*/
.faqcatlist.collapsed {
    background-color: white;
    color: black;
    margin-bottom: 0px;
    border-radius: 5px;
}

.question_bodyBG {
    background-color: #FAFAFA;
    padding:50px 0px;
}

.faqcatlist.collapsed .right_caret {
    transform: rotate(270deg);
    margin-top: -4px;
}

.faqcatlist.collapsed:hover p {
    color: black;
    text-decoration: none;
}

.freedrop:hover a {
    text-decoration: none;
}

.faqcatlist:hover p {
    color: white;
}

.faqcatlist {
    background-color: #005DAB;
    color: white;
    width: 100%;
    padding: 15px;
    border: 1px solid #ECECEC;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.right_caret {
    transform: rotate(0deg);
}

.free_list {
    width: auto;
    border: 1px solid #ECECEC;
    background-color: #FFFFFF;
    padding: 20px;
    margin-bottom: 0px;
}

.margin_bottom_80 {
    margin-bottom: 80px;
}
/*faq category page end*/


/*hodor start faq*/
/*FAQ Starts here*/

.financial-data-banner {
    background-image: url('https://cdn.xignite.com/site/images/Teams_Banner_Image.png');
    height: 250px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.financial_BodyBG {
    background-color: #FAFAFA;
}

.author {
    height: 44px;
    width: 44px;
    background: darkgrey;
    border-radius: 80px;
    background-position: center;
    background-size: contain;
}

.post-status {
    background: orange;
    color: white;
    padding: 5px;
    border-radius: 2px;
    font-size: 10px;
    letter-spacing: 2.5px;
    margin-left: 10px;
}

.author-head {
    color: #005DAB;
    font-size: 16px;
    margin-left: 15px;
}

.post-date {
    font-size: 11px;
    color: grey;
}

.no-margin {
    margin: 0;
}

.faqanswer {
    margin: 30px 0px;
}

.faqdetailtop {
    padding-top: 0px;
}

.brdcrumb {
    background-color: transparent;
    padding: 20px 0;
    padding-bottom:0px;
}

#helpfulYes.btn-faq-artical:hover {
    background: #0ec50c;
    font-weight: 600;
}

#helpfulNo.btn-faq-artical:hover {
    background: red;
    font-weight: 600;
}

.relatedArticalsFaq a:hover, .brdcrumb a:hover {
    text-decoration: none;
    color: #005DAB;
}

.relatedArticalsFaq a, .brdcrumb a {
    color: #005DAB;
}

#faq-content .card {
    flex-direction: row;
    border: none;
    background-color: transparent;
}

#faq-content .content-div {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

/*FAQ Ends*/
/*hodor legend faq*/




/*Why_xignitepage starts*/

.whyxigniteBG {
    height: 250px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("https://cdn.xignite.com/site/images/Banner_Image_Why_Xignite.png");
}

.easy_period {
    padding: 70px 0px;
}

.imageText {
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
    text-align: center;
}

.screenshot_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.screenshot_content {
    display: flex;
    line-height: 1.3;
    flex-direction: column;
    justify-content: center;
}

    .screenshot_content p {
        margin: 0px;
    }

.screenshot_description {
    line-height: 1.5;
    margin: 0;
    font: 16px;
    color: white;
    margin-top: 8px;
}

.bg-2016 {
    background-color: #eca02d;
    width: 45px;
}

.team-members {
    letter-spacing: 3px;
    color: #eca02d;
}

.itbegan {
    color: #FFFFFF;
    font-size: 10px;
    letter-spacing: 2px;
}

.quick {
    color: #eb9c24;
    margin: 0px;
    letter-spacing: 2.4px;
    font-size: 12px;
    font-weight: 600;
    padding-top: 30px;
}

.why_blueBG {
    background-color: #005DAB;
    padding: 50px;
}

.screenshot_grey {
    height: 300px;
    width: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px;
}

.joinus {
    background-image: url("https://cdn.xignite.com/site/images/Join_With_Us_Img.png");
    padding: 70px 0px;
    background-size: cover;
}

.join_text, .team_members_text, .accolades_text, .ourmissions {
    letter-spacing: 4px;
}

.name_means_heading {
    padding: 70px 40px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content:center;
}

    .name_means_heading p {
        margin: 0px;
    }

.our_mission_box {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.mission {
    width: 100%;
}

.mission_image {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 20px;
}


.name_means_content {
    padding: 30px 0px;
    padding-top: 50px;
    display: flex;
    align-items: center;
}


.light-grey {
    background-color: #FAFAFA;
}

.four_image_box {
    padding: 70px 0px;
}

.four_image {
    width: 500px;
    height: 400px;
}

.four_image_container {
    display: flex;
    justify-content: center;
    height: 400px;
}

.who-we-are, .accolades_text, .team_members_text, .ourmissions {
    font-size: 10px;
    color: #EB9C24;
    margin-bottom: 4px;
    letter-spacing: 4px;
}

.who-we-are-heading {
    line-height: 1.2;
}

.four_image_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.accolades {
    background-color: #FAFAFA;
    padding: 60px 0px;
}

.accolades_heading {
    
}

.industry_awards {
    height: 220px;
    margin-top: 24px;
    display: flex;
    padding: 10px;
    align-items: center;
}

.industry_awards_box {
    display: flex;
    background-color: #FFFFFF;
    border: 1px solid #D4D4D4;
    width: 100%;
}

.award_text_box {
    display: flex;
    align-items: center;
    height: 220px;
}

.industry_awards_year {
    height: 24px;
    width: 48px;
    background-color: #EB9C24;
    font-size: 10px;
    color: #FFFFFF;
    padding: 5px 10px;
    position: absolute;
    top: 12px;
    right: 12px;
}

.award_box {
    display: flex;
    justify-content: flex-end;
}

.combined_awards {
    margin-bottom: 30px;
}

.orange_button {
    border: 2px solid #EB9C24;
    color: #221E20;
}

.disrupt_text {
    width: 65%;
    text-align: center;
    line-height: 1.2;
}

.disrupt_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.join_button {
    border: 2px solid white;
    border-radius: 4px;
    color: white;
    font-size: 16px;
}

    .join_button:hover {
        color: white;
    }

.team_box {
    background-color: #FFFFFF;
    padding: 70px;
}
#TeamData>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.team_image_box {
}

    .team_image_box p {
        margin: 0;
    }

.team_image {
    border-radius: 4px;
    box-shadow: 15px 15px #e1e1e1;
    height: 275px;
    width: 75%;
    margin-bottom: 30px;
}

    .team_image img {
        width: 100%;
        height: inherit;
    }

    .team_image:hover {
        box-shadow: 15px 15px #EB9C24;
    }

.mem-name p {
    margin-bottom: 0px;
}

.mem-name a {
    color: #221E20;
}

.industry_awards_image {
    height: 175px;
    width: 100%;
    display: flex;
    align-items: center;
}

.award_logo {
    max-height: 100%;
    max-width: 100%;
}

.award_image_box {
    display: flex;
    align-items: center;
    height: 220px;
}

.screenshot_description {
    margin: 0;
    color: white;
    letter-spacing: 0.2px;
    font-size: 16px;
    line-height: 20px;
    margin-top: 8px;
}

.img-width-100 {
    width: 100%;
}

.team-box {
    padding: 50px;
}


div.team_image_box .mem-name p > a {
    text-decoration: none;
    color: #005DAB;
}

.mem-top-pad h5.inv-heading p > a {
    color: #221E20;
}

/*Team Ends*/

/*why xignite end*/

/*awards page*/
.awardsBG {
    background-image: url("https://cdn.xignite.com/site/images/Banner_Image_Awards.png");
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
}


#Awards-content-box {
    margin-bottom: 40px;
}

    #Awards-content-box.card {
        flex-direction: row;
        border: none;
    }

    #Awards-content-box .card-edit {
        margin-bottom: 30px;
    }

    #Awards-content-box .award_logo {
        max-height: 120px;
        max-width: 100%;
    }

    #Awards-content-box .award_image_box, #Awards-content-box .award_text_box {
        height: auto;
        min-height: 220px;
    }

    #Awards-content-box .industry_awards_box {
        transition: transform .25s ease-in-out, box-shadow .5s ease-in-out;
    }

        #Awards-content-box .industry_awards_box:hover {
            transform: translateY(-8px);
            box-shadow: 0 8px 8px rgba(0,0,0,.1);
        }
/*awards page end*/
/*free trial award starts*/
.freeawardboxcontainer {
    padding-top: 70px;
}

.freeaward_section {
    margin-top: 30px;
}

.freeawardtypes {
    border: 1px solid #D4D4D4;
    border-radius: 5px;
}

.freeawardtypes {
    width:100%;
    display: flex;
    padding: 20px;
    margin-bottom: 20px;
}

.freeaward_image {
    max-width: 150px;
}

    .freeaward_image img {
        max-width: 100%;
    }

.freeaward_text {
    padding-left: 15px;
    display: flex;
    align-items: center;
}

.freelearnmore {
    display: flex;
    justify-content: center;
    margin: 30px;
    margin-bottom: 0px;
}
/*free trial award ends*/


/*Teams starts*/
.teams-banner {
    background-image: url('https://cdn.xignite.com/site/images/Teams_Banner_Image.png');
    height: 250px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.mem-top-pad h5.team-heading p {
    margin: 0;
}

    .mem-top-pad h5.team-heading p > a {
        cursor: pointer;
        color: #005DAB;
        font-size: 18px;
    }

        .mem-top-pad h5.team-heading p > a:hover {
        }

.sub-head {
    font-size: 15px;
    color: grey;
}

.more-txt {
    display: none;
}

.team-heading {
    margin-bottom: 0;
    color: #005DAB;
    font-weight: 600;
}

.team-member {
    color: #EB9C24;
    margin-bottom: 5px;
    font-size: 10px;
    letter-spacing: 2px;
}

.member-info {
    line-height: 22px;
    font-size: 14px;
    margin-bottom:0px;
}

.inv-txt ~ p {
    font-size: 14px;
}

.hr-bottom {
    height: 2px;
    color: black;
    width: 100%;
    margin-left: 15px;
}

.inv-desc {
    padding: 0;
    right: 40px;
}

.inv-top-marg {
    margin-top: 30px;
}

.teams-base-color {
    width: 100%;
    background-color: #FFFFFF;
}

.mem-top-pad {
    padding-top: 15px;
}

.img-shadow {
    height: 110px;
    width: 105px;
    box-shadow: 9px 9px 1px #e1e1e1;
    border: 3px solid #fff;
    border-radius: 4px;
    margin-top: 2px;
}

    .img-shadow.active {
        box-shadow: 9px 9px 1px #EB9C24;
        border: 3px solid #fff;
        border-radius: 4px;
    }

.inv-img {
    margin-top: 3px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    border: 1px solid #E3E3E3;
    background-repeat: no-repeat;
}

.img-pad {
    max-height: 100px;
    max-width: 200px;
}

.team-plus {
    cursor: pointer;
    background-image: url('https://cdn.xignite.com/site/images/TeamsPlus.png');
    height: 15px;
    background-repeat: no-repeat;
    background-position: right;
}

.team-minus {
    cursor: pointer;
    background-image: url('https://cdn.xignite.com/site/images/TeamsMinus.png');
    height: 15px;
    background-repeat: no-repeat;
    background-position: right;
}

.inv-heading {
    font-weight: 600;
    font-size: 24px;
}

div.row.mem-top-pad:last-child .hr-bottom {
    display: none;
}
/*Teams end*/

.faq-img {
    margin-right: 10px;
    vertical-align: initial;
}

.right-caret {
    height: 20px;
    width: 20px;
    vertical-align: text-top;
}

/*Teams end*/

/*Support page start*/
.support_body {
    padding: 50px;
    background-color: #FAFAFA;
}

.support_type {
    min-height: 349px;
    width: 360px;
    background-color: #FFFFFF;
    box-shadow: 0 0 25px 1px rgba(219,219,219,0.3);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.redirect_support p {
    margin: 0;
}

.support_container {
    width: 70%;
}

.support_detail {
    font-size: 14px;
    min-height: 150px;
    color: #5E6771;
}

    .support_detail ul {
        padding-left: 23px;
        list-style-image: url(https://cdn.xignite.com/site/images/Arrow-Right_grey.png);
    }

    .support_detail a {
        color: #7F888E;
    }

        .support_detail a:hover {
            color: #7F888E;
            text-decoration: none;
        }

.support_points {
    font-size: 14px;
    font-weight: 600;
    color: #5E6771;
}

.yellow_support {
    font-size: 10px;
    letter-spacing: 3px;
    color: #EB9C24;
}

.support_heading {
    margin-bottom: 40px;
    text-align: center;
}

.supporttype_heading {
    color: #334048;
    font-size: 18px;
    font-weight: 500;
}

.redirect_support {
    color: #EB9C24;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: flex-start;
}

    .redirect_support a {
        color: #EB9C24;
    }

        .redirect_support a:hover {
            text-decoration: none;
        }

.support_caret {
    padding-top: 7px;
    padding-left: 7px;
}

.people_testimonials {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 320px;
    width: 345px;
    border: 1px solid #EAEAEA;
    background-color: #FFFFFF;
    box-shadow: 16px 0 46px 1px rgba(0,0,0,0.15);
    margin-bottom: 15px;
}

.quote_description {
    font-size: 14px;
    color: #5E6771;
    margin-bottom: 25px;
}

.support_testimonials {
    background-color: #005DAB;
    padding: 50px 0px;
}

.blue_hr {
    background-color: #5FB2F6;
    height: 1px;
}

.people_testimonials_details {
    display: flex;
    border-top: 1px solid #5FB2F6;
    padding: 20px;
    padding-bottom: 0;
    width: 100%;
    height: 120px;
}

.plan_heading_container {
    width: 75%;
}

.supportplan_container {
    background-color: #FFFFFF;
    padding: 0px;
    padding-top: 50px;
}

.supportimage {
    height: 62px;
    max-width: 62px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .supportimage img {
        max-height: 100%;
        max-width: 100%;
    }


.plan_heading {
    text-align: center;
}

.blueplan_list {
    background-color: #005DAB;
    border-bottom: 1px solid #FFFFFF;
    padding: 15px;
    color: white;
    height: 50px;
    font-size: 16px;
}

.group_plan {
    display: flex;
    flex-direction: row;
}

.bluepaln_box {
    padding: 100px 0px;
    padding-left: 40px;
}

.blueplan_list p {
    margin: 0px;
}

.bluepaln_box_heading {
    background-color: #5E6771;
    padding: 20px;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.greenpaln_box_heading {
    background-color: #0D8341;
    padding: 20px;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.orangepaln_box_heading {
    background-color: #EB9C24;
    padding: 20px;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.greypanel_box {
    padding: 0px 0px;
    padding-bottom: 0px;
    transition: transform 0.2s ease-in-out;
    margin: 32px 0px;
    margin-bottom: 0px;
}

.greenpanel_box {
    padding: 0px 0px;
    padding-bottom: 0px;
    transition: transform 0.2s ease-in-out;
    margin: 32px 0px;
    margin-bottom: 0px;
}

.orangepanel_box {
    padding: 0px 0px;
    padding-bottom: 0px;
    transition: transform 0.2s ease-in-out;
    margin: 32px 0px;
    margin-bottom: 0px;
}

.greypaln_list {
    background-color: #F1F1F1;
    border-bottom: 1px solid #FFFFFF;
    padding: 15px 10px;
    height: 50px;
}

.bluepaln_box_heading p {
    margin: 0px;
}

.greypaln_list p {
    margin: 0px;
}

.top-left-radius_5 {
    border-top-left-radius: 5px;
}

.bottom-left-radius_5 {
    border-bottom-left-radius: 5px;
}

.bottom-right-radius_5 {
    border-bottom-right-radius: 5px;
}

.top-right-radius_5 {
    border-top-right-radius: 5px;
}

.plan_description {
    background-color: #FAFAFA;
    border: 1px solid #F5F5F5;
    text-align: center;
    padding: 15px;
    color: #221E20;
    font-size: 16px;
}

.plan_note {
    font-size: 12px;
    color: #221E20;
    padding: 10px 0px;
}

.support_animation.active .greypaln_list {
    background-color: white;
    border: 1px solid #F5F5F5;
}

.support_animation.active {
    -webkit-transform: scale(1.05, 1.05);
    box-shadow: 0px 0px 14px 5px rgba(0,0,0,.1);
    z-index: 999;
}

.card-support {
    position: relative;
    display: flex;
    flex-direction: row;
    min-width: 0;
    word-wrap: break-word;
}

.card-edit-support {
    display: flex;
    justify-content: center;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
}

.social_medialinks {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 30px;
    height: 200px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media_display {
    display: none;
}

.social_box {
    height: 35px;
    width: 36px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #D4D4D4;
}

.content-image:hover .media_display {
    display: flex;
}

.faqsearch.support-search {
    width: 50%;
}

.supportBG {
    background-image: url("https://cdn.xignite.com/site/images/Banner_Image_Support.png");
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
}

.con-bg-color {
    background-color: #FAFAFA;
}

.sprt-rsc-pad {
    padding-top: 50px;
    padding-bottom: 50px;
}

.small_support {
    display: none;
}

.nav-tabs .nl {
    padding: 10px;
}
#standard .nav-tabs .nl {
    padding: 10px;
}

.small_support li {
    line-height: 20px !important;
}

.blueplan_list p {
    font-size: 14px;
}

.blueplan_list {
    display: flex;
    padding-left: 10px;
    align-items: center;
}

.plan_description p {
    font-size: 16px;
    margin: 0px;
}

.support_people_image img {
    max-height: 60px;
    max-width: 100%;
    border-radius: 100%;
}

.client_detailbox {
    display: flex;
    justify-content: center;
}

/*Support starts*/

.support-tooltip {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 30px;
    display: block;
    margin-bottom: 25px;
    position: relative;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

    .support-tooltip:before {
        content: '';
        position: absolute;
        transform: rotate(135deg);
        width: 25px;
        height: 25px;
        box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.38); /*5px 4px 4px -4px rgba(0, 0, 0, 0.75)*/
        top: 58px;
        left: -12px;
        background-color: white;
    }

.support-tooltip {
    visibility: hidden;
    position: absolute;
    top: 250px;
    left: 200px;
    z-index: 9;
    background-color: white;
    padding: 20px;
}

    .support-tooltip p {
        padding-top: 10px;
        z-index: 9;
    }

.tooltipImg {
    background-repeat: no-repeat;
    top: 220px;
    left: 150px;
    z-index: 9;
}

.tooltip-content:hover .support-tooltip {
    visibility: visible;
}

#SupportContent .card-edit-support {
    margin-bottom: 25px;
}

.salesformrow {
    margin-bottom: 15px;
}
.small_support a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
/* support page ends*/

.termsBG {
    background-image: url("https://cdn.xignite.com/site/images/TandC_Banner_Image.png");
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
}


/*Contact Page starts*/
.contactBG {
    background-image: url("https://cdn.xignite.com/site/images/Banner_Image_Contact_us.png");
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.contact_body {
    background-color: #FAFAFA;
}

.contact_detail {
    color: #666666;
    font-size: 14px;
    word-break: break-all;
}

.contact_box {
    padding: 70px 0px;
}

.contact_logo {
    height: 60px;
    width: 60px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #E8E8E8;
    margin-right: 20px;
    padding: 10px;
}

.telephone_box {
    display: flex;
    margin-bottom: 45px;
}

.blank_logo {
    height: 55px;
    width: 60px;
    margin-right: 20px;
    padding: 25px;
}

.email_box {
    display: flex;
    flex-direction: column;
    margin-bottom: 45px;
}

.contact_column {
    display: flex;
}

.address_box {
    display: flex;
    flex-direction: column;
    margin-bottom: 45px;
}

.contact_detail_box {
    display: flex;
}

.contact_trail {
    background-image: url('https://cdn.xignite.com/site/images/Free_Trial_BG.png');
    padding: 70px;
    min-height: 250px;
    background-size: cover;
    display: flex;
    align-items: center;
}

.trail_box {
    display: flex;
    justify-content: center;
}

.trail_text {
    width: 55%;
    text-align: center;
    line-height: 1.2;
}

.contact_media {
    max-width: 30px;
    max-height: 30px;
}
/*Contact page ends*/

/*Client page starts*/

.customerBG {
    background-image: url("https://cdn.xignite.com/site/images/Banner_Image_Clients.png");
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.client_body_detail {
    padding-top: 70px;
    padding-bottom: 40px;
    width: 60%;
}

.client_type {
    display: flex;
    border-radius: 5px;
}

.retail_client_types {
    padding: 15px;
    margin-bottom: 20px;
}

.retail_client_types1 {
    margin-bottom: 20px;
    border: 1px solid black;
    height: 150px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

    .retail_client_types1.newactive {
        border: 1px solid #D68333;
    }

.retail_client_types4 {
    padding: 15px;
    margin-bottom: 20px;
}

.retail_client_types3 {
    padding: 15px;
    margin-bottom: 20px;
}

.retail_clients_image {
    width: 100%;
    padding: 10px;
    max-height: 150px;
}

.retail_clients {
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
}

.institutional_clients {
    display: flex;
    margin-top: 40px;
}

.clientbrief_detail {
    display: none;
    background-color: #005dac;
    border-radius: 5px;
    z-index: 1;
    min-height: 500px;
    margin: 0px 0px;
    margin-bottom: 30px;
}

.hero_image_detail p {
    margin-bottom: 0px;
}

.clientbrief_detail img {
    width: 100%;
}

.newactive:before {
    content: "";
    position: absolute;
    top: 94%;
    left: 50%;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #005dac;
}

.clientbrief_detail4 {
    display: none;
    background-color: #005dac;
    position: absolute;
    top: 136px;
    border-radius: 5px;
    z-index: 1;
}

.clientbrief_detail3 {
    display: none;
    height: 200px;
    width: 1100px;
    background-color: #005dac;
    position: absolute;
    top: 136px;
    border-radius: 5px;
    z-index: 1;
}

#Clientlogo ul {
    margin-bottom: 30px;
}

.clientbrief_detail:before {

}

.retail_client_types1.active {
    height: 400px;
}

.retail_client_types3.active {
    height: 400px;
}

.retail_client_types4.active {
    height: 400px;
}

.retail-test {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #005dac;
    position: absolute;
    top: 136px;
    border-radius: 5px;
    z-index: 1;
}

.retail-test4 {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #005dac;
    position: absolute;
    top: 136px;
    border-radius: 5px;
    z-index: 1;
}

.retail-test3 {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #005dac;
    position: absolute;
    top: 136px;
    border-radius: 5px;
    z-index: 1;
}

.retailing.active {
    background-color: #EB9C24;
}

.hero_image_detail {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 25px;
    width: 100%;
}

.client-link {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    border-right: 1px solid #dee2e6;
    color: #221E20;
    border-bottom: 1px solid #dee2e6;
}

    .client-link:hover {
        color: #221E20;
        text-decoration: none;
    }

    .client-link.active {
        color: white;
    }

        .client-link.active:before {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            width: 0;
            height: 0;
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;
            border-top: 10px solid #eb9c24;
        }

.retail_client_types1:before {

}

.retail_client_types1.active:before {
    content: "";
    position: absolute;
    top: 126px;
    left: 50%;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #005dac;
}

.retail_client_types4.active:before {
    content: "";
    position: absolute;
    top: 126px;
    left: 50%;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #005dac;
}

.retail_client_types3.active:before {
    content: "";
    position: absolute;
    top: 126px;
    left: 50%;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #005dac;
}

.client-link a {
    color: black;
}

.client-link.active .client_type {
    color: white;
}

.retail_client_types1:hover .clientbrief_detail {
}

.client_drop_categories {
    width: auto;
    padding: .375rem 1.75rem;
    width: auto;
    padding-left: 15px;
}

li.client_dropbox:hover:not(.noover) {
    background-color: transparent;
}

.client_dropbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

li.nav-item.nv-height1 {
}

li:first-child.nv-height, li:last-child.nv-height1 {
    position: relative;
}

.client_type_list {
    padding-bottom: 70px;
}

.client_toogle_heading {
    color: #ec9d1f;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
}

.client_toogle_subheading {
    color: #7c7c7c;
    font-size: 14px;
}

.retailing.active .client_toogle_heading {
    color: white;
}

.retailing.active .client_toogle_subheading {
    color: white;
}

.client_responsive_select {
    display: none;
}

.client_yellow_text {
    color: #eb9c24;
    font-size: 10px;
    letter-spacing: 3px;
    margin: 0px;
}

.nav-tabs .client-dropdown {
    margin-bottom: 20px;
}

/*Client page ends*/
/*thankyou page starts*/
.thankyouBG {
    background-image: url("https://cdn.xignite.com/site/images/Banner_Image_Thankyou.png");
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
}

.thankyouBody {
    padding: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.checkimage_box {
    height: 76px;
    width: 76px;
    margin-bottom:20px;
}

    .checkimage_box img {
        height: 100%;
        width: 100%;
    }

.thankyouText {
    color: #221E20;
    font-size: 24px;
    text-align: center;
    width: 60%;
}

    .thankyouText p {
        margin: 0px;
    }

.lightHR {
    height: 1px;
    width: 300px;
    background-color: #D4D4D4;
    margin: 20px 0px;
}

.thankyouNote {
    width: 40%;
    text-align: center;
}
.thankyouNote p{
    margin:0px;
}
/* thankyou page ends*/

/*Stock Price Page Desktop starts*/
.margin_top_bottom_70 {
    margin-bottom: 70px;
    margin-top: 70px;
}

.padding_top_bottom_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.stock_right_caret {
    transform: rotate(270deg);
    margin-top: -4px;
}

.key_resource_box {
    border: 1px solid #ECECEC;
    background-color: #ECECEC;
    border-radius: 5px;
    padding: 20px;
    line-height: 30px;
    display: table;
}

    .key_resource_box a {
        color: #221E20;
        font-size: 14px;
    }

        .key_resource_box a:hover {
            color: #005DAB;
            text-decoration: none;
        }

.blue_bg {
    background-color: #005DAB;
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 6px;
    white-space: nowrap;
}

.margin_bottom_30 {
    margin-bottom: 30px;
}

.table .thead th.stock_tab_head {
    padding-top: 20px;
    padding-bottom: 20px;
}



.pad_right_30 {
    padding-right: 30px;
}

.stock_table {
    border-collapse: separate;
    border-spacing: 0;
    border: none;
}

    .stock_table > tbody > tr {
        font-size: 14px;
    }

.future_table thead th {
    border-bottom: none;
}

.future_table > thead > tr > th {
    width: 33.333%;
}

.future_items {
    align-items: center;
    margin-left: 0;
}

.api_link {
    font-size: 16px;
    padding-left: 10px;
    color: #005DAB;
    font-weight:600;
}

    .api_link a {
        font-size: 18px;
    }

.api_link_text {
    line-height: 25px;
    margin-top: 5px;
    font-size: 14px;
    padding-left: 10px;
}

.center-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.margin_top_30 {
    margin-top: 30px;
}

.stockBG {
    background-image: url('https://cdn.xignite.com/site/images/Stock-Banner_Image.png');
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.stock_trial {
    background-image: url('https://cdn.xignite.com/site/images/Stock-Free-Trial.png');
    padding: 50px;
    min-height: 250px;
    background-size: cover;
    display: flex;
    align-items: center;
}

.stock_trial_text {
    text-align: center;
    line-height: 2;
}

.api-border {
    border-right: 1px solid #ececec;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.stock_table thead th {
    border-bottom-width: 2px;
    letter-spacing: 3px;
    padding: 20px;
    font-weight: 400;
    border-bottom: none;
    border-right: none;
    border-top: none;
    font-size: 10px;
}

    .stock_table thead th:first-child {
        border-left: none;
    }

.stock_table tbody td:not(:last-child) {
    border-right: none;
}

.stock_table tbody td {
    line-height: 30px;
}

.api-border .right-border:last-child {
    border-right: none;
}

.stock_table tbody td p {
    line-height: 20px;
    margin-bottom: 10px;
}


.api-features {
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    background-color: #FFF;
}

.api-checkmark {
    list-style-image: url(https://cdn.xignite.com/site/images/Green_Checkmark.png);
    width:100%;
}

.feature_item { }

.stock-price-crousel-img { }

.why_blueBG {
    color: white;
}

.api-checkmark li:last-child .border-bottom {
    display: none;
}

.api-checkmark li .border-bottom {
    margin-bottom: 15px;
}

.feature_item p.font_wt_600 {
    font-size: 24px;
}

.api_link > p:first-child {
    padding-top: 10px;
}

.api_link > p > a , .api_link > p{
    text-decoration: none;
    color: black;
    padding-top: 5px;
}

    .api_link > p > a:hover, .api_link > p:hover {
        color: #005DAB;
    }

.items-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.api-feature-head {
    font-size: 20px;
    background-color: #ECECEC;
    padding-left: 25px;
}

.income_rates div:last-child {
    border-top-right-radius: 5px;
}

.api_intraday_small, .api_eod_small {
    display: none;
}

.left-rad {
    border-top-left-radius: 4px;
}

.right-rad {
    border-top-right-radius: 4px;
}

.right-border {
    border-right: 1px solid #ECECEC;
}

.api-border .content-border hr:last-child {
    border: none;
}

.Api_award_logo {
    margin: 20px;
    height: 110px;
}

.data-source-item {
    display: flex;
    justify-content: center;
}

.data-source {
    height: 200px;
    width: 260px;
    display: flex;
    align-items: center;
    justify-content:center;
    background-color: #FFF;
    border-radius: 8px;
    padding: 15px;
    /*display: inline-block;*/
    margin: 10px;
}

.apipagesnine .carousel-item-next,.apipagesnine .carousel-item-prev, .apipagesnine .carousel-item.active {
display:flex;justify-content:center;
}

.stock-price-crousel-img {
    width: 100%;
}

.advancedapi_logos {
    max-height: 60px;
    max-width: 60px;
}

.advancedapi_logosbox {
    display: flex;
    justify-content: center;
}

.advancedapi_image {
    width: 100%;
}

.hide-carousel {
    display: none;
}
#StockRecordDataSourcesLogo{
    padding-bottom: 40px;
}
#StockRecordDataSourcesLogo img{
    max-width:100%;
    border-radius: 5px;
}
#StockRecordDataSourcesLogo .row{
    justify-content:center;
}
.StockRecordDataSourcesDesc{
    width: 70%;
}
.StockRecordDataSourcesImages{
    width: 125px;
    margin-right: 15px;
    border: 1px solid #ECECEC;
    border-radius: 5px;
}
.VOrecordHeading{
    padding-top:40px;
}
.LiveButton a{
    color:white;
}
.LiveButton a:hover{
    color:white;
    text-decoration:none;
}

/*Free Trial Page starts*/
.freeTrialBG {
    background-image: url('https://cdn.xignite.com/site/images/Banner_Image_Free_Trial.png');
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.bannertextalign {
    text-align: center;
}

.freetrial_box {
    padding: 70px 0px;
}

.freetrial_detail_box {
    display: flex;
    width: 100%;
    margin: 0px;
}

.freetrial_f1 {
    color: orange;
    font-style: normal;
    font-size: 10px;
    letter-spacing: 3px;
    margin: 0px;
}

.quotesimg {
    text-align: center;
    margin-top: 20px;
}

    .quotesimg::before,
    .quotesimg::after {
        display: inline-block;
        content: "";
        border-top: 1px solid #D4D4D4;
        width: 15rem;
        margin: -1rem 1rem;
        transform: translateY(-1rem);
    }

.freetrail_contentTwo {
    color: #221E20;
    font-size: 22px;
    text-align: center;
    width: 75%;
}

.freequote {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ctoprofile {
    height: 52px;
    width: 52px;
    margin-top: 2%;
    margin-right: 1%;
    border-radius: 100%;
}

.companyLogo {
    max-height: 100%;
    width: 100%;
}

.companyLogo_box {
    width: 120px;
    height: 25px;
}

.freetrialdesig {
    color: #221E20;
    font-size: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
}

.free_client_detail {
    width: 100%;
    display: flex;
    justify-content: center;
}

.free_mobile {
    position: relative;
    height: 139px;
    width: 80px;left:82px; top:180px;
}

.freetrial_mobile {

}

.laptoparrow {
    position: absolute;
    bottom: 250px;
    right: 35px;
}

.freetrial_laptop {
    position: relative;
}

.free_laptopmobile {
    background-image: url("https://cdn.xignite.com/site/images/Combined.png");
    height: 400px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 40px;
}

.free_laptop {
    height: 279px;
    width: 87%;
    position: relative;
    top: 20px;
    left: 61px;
}

.line_h_12 {
    line-height: 1.2;
}

.verticalLineRight {
    border-right: 2px solid #EB9C24;
    font-size: 30px;
    font-weight: 600;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .verticalLineRight:before {
        content: "";
        position: absolute;
        top: 47%;
        left: 100%;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 7px solid #eb9c24;
    }

.free_award_box {
    text-align: center;
    padding-right: 0px;
}

.companyListImg {
    height: 117px;
    width: 133px;
    margin-top: 20px;
    margin-left: 6px;
}

.ourClient {
    color: #EB9C24;
    letter-spacing: 3px;
    text-align: center;
}

.ourClient_hdr {
    text-align: center;
    color: #221E20;
    width: 80%;
    padding: 0px 20px;
}

.free_client {
    background-color: #FAFAFA;
    padding: 70px 0px;
}

.freeawardbox {
    margin-top: 50px;
}

/*Free trail ends*/

/*Search page start*/
.searchresultBG {
    background-image: url("https://cdn.xignite.com/site/images/Search_banner_Image.png");
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
}

.searchresult-textbox {
    background-color: transparent;
    padding: 10px;
    padding-left: 0px;
    font-size: 36px;
    font-weight: 600;
    width: 100%;
    border: none;
}

.searhresultDiv {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #B8B8B8;
}

.resultcount {
    font-size: 12px;
    margin-top: 12px;
}

#searchresults-content-div .result-content {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ECECEC;
    margin: 25px 0px;
}

    #searchresults-content-div .result-content .resultheading {
        color: #005DAB;
        font-size: 16px;
        margin: 10px 0px;
    }
      #searchresults-content-div .result-content .resultheading a{
        color: inherit;
    }



    #searchresults-content-div .result-content .resulturl {
        color: #7F888E;
        font-size: 12px;
        margin: 10px 0px;
    }

        #searchresults-content-div .result-content .resulturl a {
            color: #7F888E;
        }


    #searchresults-content-div .result-content .resultdescription {
        color: #666666;
        font-size: 15px;
        margin: 10px 0px;
    }

.custom-pagination {
    justify-content: center;align-items:center;
}

    .custom-pagination li:first-child, .custom-pagination li:last-child {
        margin-right: 10px;
        border: 1px solid #ECECEC;
        border-radius: 3px;
    }

    .custom-pagination li {
        cursor: pointer;
    }

    .custom-pagination .page-item {
        margin: 0px 10px;
        cursor: pointer;
        color: #D68333;
    }

        .custom-pagination .page-item.liactive {
            color: #221E20;
        }
.custom-pagination li:first-child:hover, .custom-pagination li:last-child:hover{
    border:1px solid orange;
}
    .custom-pagination .previous img {
        transform: rotate(180deg);
    }


    .custom-pagination li img {
        width: 20px;
        height: 20px;
    }

.no-result {
    text-align: center;
    margin-top: 40px;
}

.searchresult-textbox::placeholder {
    font-size: 24px;
}


/*Search page End*/
/*Bharti's css begins*/
.financialBg {
    background-image: url("https://cdn.xignite.com/site/images/Banner_Image_Financial_Data_API.png");
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
}


.uppercase {
    text-transform: uppercase;
}

.bg_lightgray {
    background-color: #FAFAFA;
}

.apibox {
    background-color: #fff;
    padding: 30px;
    height: 100px;
    color: #221E20;
    box-shadow: 8px 8px 0 2px rgba(102,102,102,0.2);
    margin: 10px;
    width: 100%;
    transition: transform .25s ease-in-out, box-shadow .5s ease-in-out;
    border-radius: 5px;
    font-size:18px;
}

    .apibox:hover {
        background-color: #EB9C24;
        color: #fff;
        box-shadow: 8px 8px 0 2px rgba(102,102,102,0.2);
        transform: translateY(-8px);
    }

.api_logo {
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.api_logo+div>p:last-child {
    font-size: 18px;
}


.d_reverse {
    flex-direction: row-reverse;
}

.vert_center {
    flex-direction: column;
    justify-content: center;
    display: flex;
}

#Financial_Hood img {
    max-height: 170px;
    max-width: 70%;
}
/*financial data api starts*/

.api_coverage {
    width: 65%;
}

.api_flexible {
    width: 75%;
}

.api_hood {
    width: 75%;
}

.api_types {
    width: 100%;
}

.difference_heading {
    font-size: 18px;
    margin-bottom: 10px;
}

.difference_description {
    font-size: 15px;
    color: #666666;
}
.difference_description p{
   margin-bottom:0px;
}

#Xignite_Difference .row-pad, #Data_Coverage .row-pad {
padding-bottom:0px;
}
#Xignite_Difference p.white, #Data_Coverage p.white {
margin-bottom:0px;
}

/*financial data api ends*/
/*Bharti's css ends*/

/*Pricing start page*/
.pricingBG {
    background-image: url('https://cdn.xignite.com/site/images/Banner_Image_Pricing.png');
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.pricing_body {
    background-color: #FAFAFA;
}

.pricing_body_blue {
    height: auto;
    width: 100%;
    background-color: #005DAB;
}

.pricing_box {
    padding: 70px 0px;
}

.product_pricing {
    color: #FFFFFF;
    letter-spacing: 3px;
    line-height: 0;
    text-align: center;
}

.flexible_Pricing_Header {
    color: #FFFFFF;
    font-weight: 600;
    line-height: 2;
    text-align: center;
}

.flexible_Pricing_Content {
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    width: 80%;
    margin-left: 10%;
}

.pricing_detail_box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 50px;
}

.pricing_question {
    color: #FFFFFF;
    letter-spacing: 1px;
}

.pricing_Query_img {
    border: 2px solid white;
    width: 80px;
    height: 80px;
    padding: 15px;
}

.pricing_answer {
    color: #FFFFFF;
}

.pricing_box_faq {
    display: flex;
    margin-bottom: 20px;
}
.pricing_box_faq:last-child{
    margin-bottom: 0px;
}


.quespricing {
    padding-left: 15px;
    width: 70%;
}

.pricing_banner_text {
    font-size: 48px;
    font-weight: 600;
}

.pricingtrail_text {
    width: 55%;
    text-align: center;
    line-height: 1.2;
}

.pricing_marketo {
    margin-top: 30px;
}


.use-case {
    width: 250px;
    min-height: 130px;
    border-radius: 4px;
    background-color: #FFF;
    padding: 10px;
    border: 1px solid #D4D4D4;
    margin: 15px;
}

.usecase-img {
    width: 100%;
    height: 65px;
}

.financial-use-case-crousel-img {
    border-radius: 6px;
    background-color: #FFF;
    padding: 10px;
    max-height: 100%;
    max-width: 100%;
}

.use-case-txt-color {
    color: #333333;
}

.fillUseCase .carousel-item-next, .fillUseCase .carousel-item-prev, .fillUseCase .carousel-item.active {
    display: flex;
    justify-content: center;
}

.mark, mark {
    background-color: yellow;
}
/*Stock Price Page Desktop starts*/
.api_link > p:first-child {
    padding-top: 10px;
    margin-bottom: 0;
}

.api-link:hover img.stock-quote-link-hover-img {
    display: block;
}


li.feature_item > p {
    margin-bottom: 0;
}

.api_link_text {
    color: #666666;
}

.stock-quote-link-img {
}

.stock-quote-link-hover-img {
}

.stock-quote-link-hover-img {
    display: none;
}

.api-row:hover .stock-quote-link-img {
    display: none;
}

.api-row:hover .stock-quote-link-hover-img {
    display: block;
}

.api-link-arrow {
    display: flex;
    justify-content: flex-end;
}

.key-resource-hover-img {
    display: none;
}

.key-resource-link .key-resource-img {
    position: relative;
    top: 10px;
    height: 10px;
    margin-right: 10px;
}

.key-resource-link:hover .key-resource-img {
    display: none;
}

.key-resource-link:hover .key-resource-hover-img {
    height: 10px;
    display: block;
    position: relative;
    top: 10px;
    margin-right: 10px;
}

.width_70 {
    width: 70%;
    text-align: center;
}

.content_center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*Stock Price page Desktop ends*/
/*pricing ends*/

/*News page starts*/
.newsBG {
    background-image: url('https://cdn.xignite.com/site/images/News_Page_Banner.jpg');
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.news-body {
    background-color: #FAFAFA;
    padding: 70px 15px;
}

.latest_newsbox {
    background-color: #FFFFFF;
    border: 1px solid #ECECEC;
}

.news_underline {
    height: 1px;
    width: 100px;
    background-color: #D4D4D4;
    margin: 10px 0px;
}

.latestnews_description {
    padding: 15px;
    padding-top: 0px;
}

.newsblue_heading {
    color: #005DAB;
    margin: 0px;
    font-weight: 500;
}

    .newsblue_heading p {
        margin: 0px;
    }

.latest_image {
    max-width: 100%;
    max-height: 100%;
}

.newsgrey_description {
    font-size: 15px;
    color: #666666;
    margin: 0px;
    margin-bottom: 12px;
    word-break:break-all;
}

    .newsgrey_description p {
        margin-bottom: 8px;
    }
     .newsgrey_description iframe,  .newsgrey_description img,  .newsgrey_description object, .newsgrey_description video {
    display:none;
    }

.news_featuredbox {
    height: 24px;
    width: 97px;
    background-color: #EB9C24;
    position: relative;
    bottom: 40px;
    left: 15px;
    padding: 2px 5px;
    text-align: center;
}

.newsfeatured_text {
    font-size: 11px;
    letter-spacing: 3px;
    color: white;
}

.latest_newsbox_image {
    position: relative;
    height: 280px;
    width: 100%;
}

.new_duration {
    font-size: 12px;
    color: white;
    position: relative;
    bottom: 30px;
    right: 15px;
    float: right;
}

.small_newsboxright {
    display: flex;
    height: 100px;
    width: 100%;
    margin-bottom: 15px;
    background-color: #FFFFFF;
    border: 1px solid #ECECEC;
}

.smallnews_description {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

    .smallnews_description a {
        line-height: 1.2;
        margin-bottom: 15px;
    }

.newsduration_grey {
    color: #7F888E;
    font-size: 12px;
    margin: 0px;
    position: absolute;
    bottom: 10px;
}

.newsright_image {
    width: 100%;
}

.smallnews_imagediv {
    display: flex;
    align-items: center;
}

.smallnews_image {
    width: 100%;
    height: 98px;
    text-align: center;
    display: flex;
    align-items: center;
}

.news_previoussection::before, .news_previoussection::after {
    display: inline-block;
    content: "";
    border-top: 2px solid #EB9C24;
    width: 40px;
    margin: -14px 14px;
    transform: translateY(-1rem);
}
.smallnews_image img.newsright_image {
    width: 100%;
}

.prevsection {
    padding: 30px;
}

.prevnews_section {
    display: flex;
    margin-bottom: 15px;
    border: 1px solid #ECECEC;
    background-color: #FFFFFF;
    height: 120px;
}

.prevnews_description {
    padding: 12px;
    position: relative;
}

.prevnews_imagebox {
    width: 100%;
    height: 100%;
}

.newsmore {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.prevnews_image {
    width: 100%;
    height: 100%;
}

.nodeco {
    text-decoration: none;
}

    .nodeco a, .nodeco a:hover {
        color: #005DAB;
    }

.newsDetailPage iframe {
float:none;
}
.newsDetailPage img{
    max-width:100%;
    max-height:250px;
}

/*News page ends*/
/*advanced Api Delivery*/
.advancedApiDeliveryBG {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.advancedApiDelivery_box {
    padding: 70px 0px;
}

.multiOption_hdr {
    text-align: center;
    color: #221E20;
    width: 100%;
    margin-left: 0%;
    text-transform: uppercase;
}

.multiOption_Content {
    color: #221E20;
    line-height: 24px;
    text-align: center;
    width: auto;
    margin-left: 2%;
}
.conten_left_img_right {
    float: right;
    border: 1px solid #DEDCDC;
    background-color: #FFFFFF;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.advancedApiDelivery_clearfix_hdr {
    color: #221E20;
    font-weight: 600;
    text-transform: uppercase;
}

.advancedApiDelivery_clearfix_content {
    color: #555555;
    margin-top: 15px;
}

.conten_right_img_left {
    float: left;
    border: 1px solid #DEDCDC;
    background-color: #FFFFFF;
    height: 120px;
    width: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.advancedApiDelivery_clearfix_hdr_right {
    color: #221E20;
    font-weight: 600;
    text-transform: uppercase;
}

.advancedApiDelivery_clearfix {
    padding-left: 15px;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.advancedApiDelivery_clearfix_content_right {
    color: #555555;
}

.advanced_api_box_shadow {
    background-color: #FFFFFF;
}

.ul_advance_api {
    list-style: none;
    padding: 0px 20px 0px 20px;
    margin: 0px;
}

    .ul_advance_api li {
        color: #221E20;
        font-size: 18px;
        font-weight: 500;
        line-height: 45px;
        border-bottom: 1px solid #DEDCDC;
    }

.advanced_api_arrow {
    width: 7px;
    float: right;
    margin-top: 18px;
}

.conten_left_img_right {
    padding: 15px;
}

.ul_advance_api a {
    color: #221E20;
    font-size: 18px;
    font-weight: 500;
}

.ul_advance_api li:hover a {
    color: #005DAB;
    text-decoration: none;
}

.advanced_api_arrow_active {
    display: none;
}

.ul_advance_api li:hover .advanced_api_arrow_active {
    display: block;
    width: 7px;
    float: right;
    margin-top: 18px;
}

.ul_advance_api li:hover .advanced_api_arrow {
    display: none;
}

.reverse-row {
    flex-direction: row-reverse;
}

.whiteBG {
    background-color: #fff;
}

.api-ul {
    margin-top: 30px;
}

.li-section {
    border-radius: 4px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.06);
    background: #fff;
    padding-left: 0px;
}
.ul_advance_api li:last-child {
    border-bottom: none;
}

.api-ul .li-section {
    padding-left: 0px;
    padding-right: 0px;
}

.reverse-row .conten_right_img_left {
    float: right;
}

.padding_left_30 {
    padding-left: 30px;
}

.reverse-row .padding_left_30 {
    padding-right: 30px;
}
/*advanced api delivery ends*/

/*Data Coverage*/
.dataCoverageBG {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.dataCoverage_box {
    padding-top: 70px;
}

.dataCoverage_tab_box {
    padding: 70px 0px;
}

.oneStopShoping_hdr {
    text-align: center;
    color: #221E20;
    width: 100%;
    margin-left: 0%;
    text-transform: uppercase;
}

.dataCoverage_body_blue {
    height: auto;
    width: 100%;
    background-color: #005DAB;
}


.Institutional_hdr {
    text-align: center;
    width: 100%;
    margin-left: 0%;
    color: #FFFFFF;
    padding-bottom: 15px;
}

.dataCoverageApi_clearfix_hdr_right {
    color: #221E20;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 17%;
}

.dataCoverageUl {
    padding-right: 35px;
}

    .dataCoverageUl li {
        color: #FFFFFF;
        font-size: 16px;
        line-height: 31px;
        list-style-image: url(https://cdn.xignite.com/site/images/White_Checkmark.png);
        font-weight: 600;
    }

.borderDc {
    border-right: 1px solid;
}

#tableView {
    display: table;
    border-collapse: collapse;
    width: 100%;
    padding: 8px;
}

    #tableView td, #tableView th {
        border: 1px solid #ddd;
        padding: 8px;
        vertical-align: top;
    }


    #tableView th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #005DAB;
        color: white;
        text-align: center;
        width: 15% !important;
    }

.tableDiv {
    width: 100%;
    margin-top: 2%;
}

.dataCoverage_body {
    background-color: #FAFAFA;
}

#tableView tr td table {
    border: none !important;
    width: 100% !important;
}

    #tableView tr td table tbody td {
        border: none !important;
    }

#StockDataSourcesLogo {
    padding-top: 30px;
}
/*Data coverage End*/


/*Market Data API*/
.marketDataApiBG {
    background-image: url('../Media/Banner_Image_Financial_Data_API.png');
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.marketDataApi_box {
    padding: 70px 0px;
}

.GREATER_INSIGHT_hdr {
    text-align: center;
    color: #221E20;
    width: 100%;
    margin-left: 0%;
    text-transform: uppercase;
}

.marketDataApi_clearfix_hdr_right {
    color: #221E20;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 17%;
}

.marketDataApi_clearfix {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.marketDataApi_clearfix_content_right {
    color: #FFFFFF;
    margin-top: 10px;
}

.marketDataApi_ClientNameContent {
    color: #FFFFFF;
    font-weight: 600;
    margin-top: 3%;
}

.oneplatform {
    color: #EB9C24;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom:5px;
}

.oneplatform_hdr {
    text-align: center;
    color: #221E20;
    width: 100%;
    margin-left: 0%;
    text-transform: uppercase;
}

.oneplatform_content {
    text-align: center;
    color: #555555;
    width: 100%;
    margin-left: 0%;
}

.portfolioView_hdr {
    text-align: center;
    color: #221E20;
    width: 100%;
    margin-left: 0%;
    font-weight: 600;
    margin-bottom: 10px;
}

.portfolioView_content {
    text-align: center;
    color: #666666;
    width: 100%;
    margin-left: 0%;
    font-size: 15px;
}

.containerMarketData {
    width: 100%;
}

    .containerMarketData::after {
        content: "";
        clear: both;
        display: table;
    }

    .containerMarketData img {
        float: left;
        margin-right: 20px;
    }

    .containerMarketData span {
        font-size: 30px;
        color: #221E20;
        font-weight: 600;
        margin-right: 15px;
    }

.containerMarketData_rightImage {
    width: 100%;
}

    .containerMarketData_rightImage::after {
        content: "";
        clear: both;
        display: table;
    }

    .containerMarketData_rightImage img {
        float: right;
        margin-right: 20px;
    }

    .containerMarketData_rightImage span {
        font-size: 30px;
        color: #221E20;
        font-weight: 600;
        margin-right: 15px;
    }

.usecaseHdr {
    color: #221E20;
    font-weight: 600;
    width: 100%;
    margin-bottom: 6px;
}

    .usecaseHdr ~ ul {
        padding-left: 18px;
    }

.lineDiv {
    height: 3px;
    width: 82px;
    background-color: #005DAB;
    margin-bottom: 20px;
}

    .lineDiv ~ ul > li {
        font-size: 14px;
    }


.lineDiv2 {
    height: 2px;
    width: 82px;
    background-color: #005DAB;
    margin-left: 38%;
}

.usecaseUl li {
    color: #333333;
    font-size: 14px;
    line-height: 30px;
}

.marketDataAPi_aws {
    background-color: #005dab;
    background-size: cover;
}

.trail_text_marketdata {
    width: 15%;
    text-align: center;
    line-height: 1.2;
}

.awshdr {
    float: right;
    width: 75%;
}

.relatedResources {
    text-align: center;
    padding: 24px;
    background-color: #FFFFFF;
    border: 1px solid #ECECEC;
}

.viewmorebtn {
    height: 50px;
    width: 153px;
    border: 2px solid #EB9C24;
    background-color: #fafafa;
    margin-left: 42%;
    text-align: center;
    padding: 6px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.testimonial_left_image {
    float: left;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.lineDiv ul li {
    color: #333333;
    font-size: 14px;
    line-height: 30px;
}

.use-case-item-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .use-case-item-center > div > p {
        font-size: 14px;
        margin-bottom: 0px;
    }

.padding_top_bottom_30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.benefit-column ul {
    padding-left: 15px;
    padding-top: 15px;
    margin-bottom: 0px;
}

.padding_left_right_0 {
    padding-left: 0;
    padding-right: 0;
}

.use-case-item-center > p {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.content-benefits {
    height: 60px;
    max-width: 60px;
    margin-bottom: 20px;
}

.benefit-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.benefit-column {
  
}

.marketDataApi_clearfix > p {
    margin-bottom: 0px;
}

.qualityheader {
    padding-top: 40px;
}

.api_coverage a {
    color: white;
    text-decoration: underline;
}

    .api_coverage a:hover {
        color: white;
    }

.margin_left_25 {
    margin-left: 25px;
}

.MDM-Image{
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.MDM-Image-Main{
    display: flex;
    justify-content: center;
    align-items: center;
}
.MDM-Image img{
    max-height:100%;
    max-width:100%;
}

/******** MDM End ******/

#salesForm, #salesForm label, #salesForm input, #salesForm select, #salesForm textarea, #salesForm xigniteCustomertext, #salesForm salescasesubjectText {
    font-size: 14px;
}
/*resources starts*/

.social_medialinks {
    top: 45px;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 30px;
    height: 200px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media_display {
    display: none;
}

.social_box {
    height: 35px;
    width: 36px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #D4D4D4;
}

.content-image:hover .media_display {
    display: flex;
}

.content-div:hover .media_display {
    display: block;
}

.content-div {
    position: relative;
}

#SpeakerData {
    display: flex;
    justify-content: center;
}
/*resources ends*/
/*why-xignite starts*/
.xignite_news {
    background-color: #FAFAFA;
}

.readmore_redirecting {
    margin: 0px;
}

.xignite_news_box {
    padding: 15px;
}

.xignite_news_section {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
    height:100%;
}

.xignite_news_date {
    text-transform: uppercase;
    font-size: 10px;
    color: #EB9C24;
    margin-bottom: 4px;
    letter-spacing: 4px;
}

#xignite-news-section {
    background: none;
}

.news-heading-why {
    margin-bottom: 10px;
    line-height: 40px;
}

.newsTitle {
    margin-bottom: 10px;
}

.institutional_description a {
    color: white;
}

    .institutional_description a:hover {
        color: white;
    }

.newsDescription {
    color: #333333;
}
.newsDescription iframe, .newsDescription img {
    width: 100%;
    height: auto;
}
.news_desc_color {
    color: #333333;
}
.richtextvalue p:last-child {
margin-bottom:0px;
}
.finhoodicon:last-child {
margin-bottom:0px;
}
#searchText::-ms-clear {
    display: none;
}


#loader {
   display:none;
}
    #loader >div:first-child{
     display:flex;justify-content:center;
    }

.blockui {
    z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color:black;
    opacity: 0.4;
    cursor: wait;
    position: fixed;
}
.innerblockui {
    z-index: 1011;
    position: fixed;
    top: 40%;
    cursor: wait;
    opacity: 1;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.height170 {
height:170px;
overflow:auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*why-xignite ends*/

/*Generic landing page starts*/
.generic-content-section h1{
    word-break:break-word;
}
.bannertextalign h1,.bannertextalign p{
    word-break:break-word;
}
/*Generic landing page ends*/


#Xignite_Difference .center-items {
flex-direction:column;
}
#Xignite_Difference .center-items .api_logo img {
max-width:100%; width:auto;    
}


/*For Responsive part*/
@media only screen and (max-width: 1200px) {

    #nav-search{
        height: 35px;
        width:35px;
    }
    #nav-search img{
        width:50%;
    }
    .free_btn {
        font-size: 8px;
        padding: 10px;
    }
    .login_btn {
    font-size: 10px;
    padding: 8px 10px;
    }
    .margin_120 {
        margin-bottom: 12px;
    }

    .try:before {
        left: 153px;
    }

    .navbar-nav .nav-item .nav-link {
        padding-left: 8px;
        padding-right: 10px;
    }

    .why_xignite_body {
        width: 105px;
    }

    .types1 {
        text-align: center;
    }

    .harness {
        width: 74%;
    }

    .f_14s {
        font-size: 7px;
    }

    .feature_body {
        margin-top: 10px;
    }

    .navbar-expand-md .navbar-nav .no_left {
        padding-left: 0px;
    }

    .heading_logo {
        width: 185px;
        height: 68px;
    }

    .try.active:before {
        left: 125px;
    }

    .large_logo {
        display: none;
    }

    .small_logo {
        display: block;
    }

    .nav_font {
        font-size: 14px;
    }

    .navbar-nav .nav-item .nav-link {
    }

    .hit_body {
        top: 79px;
    }

    .tab_head_text {
        font-size: 14px;
    }

    .tab_body_text {
        font-size: 15px;
    }
    /*career 1200start*/
    .v_text {
        padding: 20px 20px 1px 20px;
        margin-bottom: 18px;
    }

    .padding_100 {
        padding: 0px 75px;
    }
    /*career 1200end*/

    /*why xignite start*/


    .combined_awards {
        width: 100%;
    }

    

    .team_image_box {
        width: 100%;
    }

    .team_image {
        width: 100%;
    }

    .four_image {
        width: 100%;
    }

    .mission {
        width: 100%;
    }

    .name_means_heading {
        padding: 30px 18px;
    }

    .name_means_content {
        padding-top: 30px;
    }




    /*why xignite end*/
    /*support starts*/
    .support_container {
        width: 100%;
    }

    .support_body {
        padding: 30px 10px;
    }
    /*support ends*/
    /*getting started starts*/
    .getting_download_button{
        display:block;
    }
    .main_block{
        display:none;
    }
    /*getting started ends*/
    /*exchange agreements starts*/
    .understanding-banner>.container>.x-graphic>.imageText> h1{
        width:100%;
    }
       .blog_description_main{
        padding:30px 0px;
    }

    /*exchange agreements ends*/
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
    .free_laptop {
    height: 234px;
    width: 376px;
    position: relative;
    top: 17px;
    left: 49px;
}
      .freetrial_mobile {
    width:65px;height:115px;
    }
    .free_mobile {
    position: relative;
    height: 100%;
    width: 100%; left:66px;top:152px;
}
     #loginbutton {
    margin-left:8px;
    }
          .login_hoverdrop_head {
    padding:0px 5px;
    }
  
}

/*@media all and (min-width: 768px) and (max-width: 991px) {*/

@media all and (min-width: 768px) and (max-width: 991px) {

  .drop_left_column,.drop_right_column {
      padding-left:10px;
      padding-right:0px;
  }
    .searchandfree {
width:auto;
}
    #loginbutton {
    margin-left:5px !important;font-size:8px;padding:6px 7px;
    }
    .flex-direction-column {
flex-direction:column;
}
    .service_button {
        padding-top: 78px;
    }
        .f_16s {
        font-size: 8px;
    }
    .hit_body:before {
        left: 42.4%;
    }

    .f_13 {
        font-size: 10px;
    }

    .hit_body {
        top: 79px;
    }

    .why_xignite_body {
        width: 83px;
    }

    .navbar-nav .nav-item .nav-link:hover {
        padding: 44px 6px;
        color: #5c5757;
    }

    .login_btn {
        padding: 5px 7px;
    }


    .why_xignite {
        left: 15%;
    }

    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 12px;
    }

    .nav_cells {
        height: 45px;
    }

    .small_free_trail {
        font-size: 12px;
        margin-top: 7px;
        padding: 2px 5px 1px 5px;
    }

    .eventDescription {
        width: 100%;
    }

    .background_quote {
        background-position: 2% -12%;
        background-size: 10%;
    }

    .free_btn {
        margin-left: 0px;
          padding: 6px 3px;
          font-size:8px;
          border:2px solid transparent;
    }



    .grey_button1 {
        width: 100%;
        margin: 10px;
        font-size: 14px;
    }

    .heading_logo {
        width: 138px;
        margin-right: 8px;
        height: 45px;
    }

    .drop_carot {
        font-size: 14px;
    }

    .navbar-expand-md .navbar-nav .no_left {
        padding-right: 8px;
    }

    .try.active:before {
        left: 100px;
    }

    .grey_button {
        width: 100%;
        font-size: 14px;
    }

    .types, .types1 {
        margin: 0px;
        padding: 15px;
    }

    .help_button {
        padding-left: 0px;
        text-align: center;
    }

    .cloud_detail {
        width: 100%;
        height: 28px;
        font-size: 8px;
    }


    .xignite_cloud {
        padding: 0px;
    }

    .orange_caret {
        margin-top: 15px;
    }

    #market_text {
        display: none;
    }

    .margin_120 {
        margin-bottom: 20px;
    }


    .platform_button {
        width: 100%;
        padding: 0px;
    }



    .location {
        margin: 0px;
    }

    .cloud_icon {
        margin-top: 5px;
    }



    .try:before {
        left: 80px;
    }

    .nav_font {
        font-size: 10px;
    }

    #nav-search {
        height: 28px;
        width: 28px;
        margin-right:3px;
    }
      #nav-search img{
        width:55%;
    }

    /*.searchicon {
        padding-top: 8px;
    }*/
    .footer_logo {
        width: 100%;
    }

    .log_in {
        padding-left: 2px;
    }

    .resourceBg, .resourcelpBG, .awardsBG, .eventBG, .x-graphic, .careerBG, .webinarBG, .whyxigniteBG, .faqBG, .supportBG, .customerBG, .contactBG, .thankyouBG, .freeTrialBG, .pricingBG, .financialBg, .searchresultBG, .stockBG, .newsBG, resourcelpBG, awardsBG, .marketDataApiBG, .advancedApiDeliveryBG,.termsBG,.getting-banner,.understanding-banner {
        height: 200px;
    }
    .speaker{
        height:150px;
    }

    .searchText h2 {
        font-size: 36px;
    }

    .seachbtn {
        width: 45%; padding-right:45px;
    }

    .seachbtn::placeholder{
padding-top:5px;
}


    .f_48 {
        font-size: 36px;
    }

    .f_24 {
        font-size: 20px;
    }

    .bluebar p {
        font-size: 13px;
        margin: 15px;
    }

    .bluebar select {
        font-size: 12px;
        width: 20%;
    }

    .img_aws {
        justify-content: center;
    }

    .media_aws {
        width: 35%;
        margin-bottom:30px;
    }

    .navbar-nav .nav-item .nav-link {
        padding: 44px 6px;
    }

    .quote_content img:first-child {
        position: relative;
        bottom: 2px;
    }

    .quote_content img:last-child {
        position: relative;
        bottom: -2px;
    }

    .harness {
        width: 100%;
    }

    .empty_background {
        margin: 10px 15px 2px 10px;
    }

    #market_text, #fin_text {
        display: none;
    }

    .seachbtn::placeholder { /* Firefox, Chrome, Opera */
        font-size: 18px;
        line-height: 1;
    }

    .seachbtn:-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-size: 18px;
        line-height: 1;
    }

    .seachbtn::-ms-input-placeholder { /* Microsoft Edge */
        font-size: 18px;
        line-height: 1;
    }

    .aws_text_head {
        text-align: center;
        padding: 0px;
    }
    /*career 991 start*/
    .careerQuote {
        width: 75%;
        padding: 10px;
    }

    .video_main {
        display: flex;
        flex-direction: column;
    }

    .video_image {
        width: auto;
    }

    .padding_100 {
        padding: 0px;
    }
    /*career 991 end*/
    /*Attribution starts iPad*/
    .attribution-banner {
        height: 200px;
    }

    .right-box {
        margin: 0 0 30px 0px;
    }

    .nav-tabs .nl {
        min-height: 70px;
    }

    .img-res {
        width: 100%;
    }

    li.nav-item.nv-height {
        line-height: 25px;
    }

    li:first-child.nav-item.nv-height:before {
        content: '';
        width: 0;
        height: 0;
        background: none;
        position: unset;
        bottom: 0;
        left: 0;
    }

    li:last-child.nav-item.nv-height:before {
        content: '';
        width: 0;
        height: 0;
        background: none;
        position: unset;
        bottom: 0;
        left: 0;
    }

    /*Attribution ends*/

    /*why xignite start*/
    .team_image_box {
        width: 100%;
    }

    .team_image {
        width: 100%;
        height: 250px;
    }

    .four_image {
        width: 100%;
        height: 250px;
    }

    .screenshot_content {
        text-align: center;
    }

    .why_blueBG {
        padding: 40px;
    }

    .name_means_content {
        padding: 15px;
        text-align: center;
    }

    .name_means_heading {
        padding: 15px;
        padding-bottom: 0px;
        text-align: center;
    }

    .four_image {
        width: 300px;
        height: 250px;
    }

    .four_image_content {
        text-align: center;
        padding-top: 15px;
    }

    .mission_container {
        width: 100%;
        margin: 0;
    }

    .award_box {
        justify-content: center;
    }

    .combined_awards {
        width: 100%;
    }

    .disrupt_text {
        width: 100%;
    }

    .joinus {
        padding: 20px 0px;
    }

    .team_image_box {
        width: auto;
        text-align: center;
    }

    .our_mission_box {
        text-align: center;
    }

    .mission_image {
        text-align: center;
    }

    .mission {
        width: auto;
    }

    .why_blueBG {
        padding: 40px 0px;
    }

    .industry_awards_image {
        max-height: 75px;
        max-width: 100%;
    }

    .award_logo {
        /*height: 75px;*/ max-height: 100%;
        max-width: 100%;
    }
    /*why xignite end*/

    /*Team starts here*/
    .teams-banner {
        height: 200px;
    }

    .iPad-left-pad {
        padding-left: 50px;
    }

    .inv-desc {
        right: 0;
    }

    .team-plus {
        right: 15px;
    }

    .team-minus {
        right: 15px;
    }

    .hr-bottom {
        margin-right: 15px;
    }

    #Investor {
        padding-bottom: 30px;
    }
    /*team ends*/
    /*support starts*/
    .faqsearch.support-search {
        width: 50%;
    }

    .plan_heading_container {
        width: 100%;
    }

    .supportplan_container {
        padding: 30px 0px;
    }

    .bluepaln_box_heading, .greenpaln_box_heading, .orangepaln_box_heading {
        display: none;
    }

    .bluepaln_box {
        padding: 0;
    }

    .small_support {
        display: block;
    }

    .small_support {
        width: 100%;
        margin-bottom: 20px;
    }

    .group_plan {
        flex-direction: column;
    }

    .greypanel_box {
        margin: 0px;
    }

    .small_support {
        display: flex;
        margin-top: 35px;
        border: 1px solid #D4D4D4;
        border-radius: 5px;
    }

        .small_support p {
            margin: 0px;
            padding: 10px;
        }

    .small_greyBox {
        border-top-left-radius: 5px;
        display: flex;
        align-items: center;
        border: 1px solid #D4D4D4;
    }

    .small_greenBox {
        display: flex;
        align-items: center;
        border: 1px solid #D4D4D4;
    }

    .small_orangeBox {
        border-top-right-radius: 5px;
        display: flex;
        align-items: center;
        border: 1px solid #D4D4D4;
    }

    .support_animation.active {
        -webkit-transform: scale(1,1);
    }

    .greenpanel_box, .orangepanel_box, .greypanel_box {
        margin: 0px;
    }

    .people_testimonials_details {
        font-size: 12px;
    }
    /*support ends*/
    .faq-head {
        padding-left: 0;
        padding-right: 0;
    }

    .yellow-header-logo::before {
        width: 1174px;
        left: -1040px;
        height: 90px;
        border-bottom: 90px solid #D68333;
    }

    .header-logo {
        width: 75px;
    }

    .yellow-header-logo {
        width: 65px;
    }

    .client_body_detail {
        width: 100%;
    }
    /*Client page starts*/
    .client_toogle_heading {
        font-size: 14px;
    }

    .client_toogle_subheading {
        font-size: 10px;
    }

    .retail_clients_image {
        max-height: 100px;
    }

    /*Client page ends*/
    /*thankyou page starts*/
    .thankyouText, .thankyouNote {
        width: 100%;
    }
    /*thankyou page ends*/
    /*free trail*/
    .verticalLineRight {
        font-size: 28px;
    }
    /*free trail*/
    /*financial data apis starts*/
    .api_coverage {
        width: 100%;
    }

    .api_flexible {
        width: 92%;
    }

    .api_hood {
        width: 100%;
    }
    /*financial data apis ends*/
    /*pricing start*/
    .ourClient_hdr_pricing {
        width: 100%;
        margin-left: 0px;
    }

    .pricing_answer {
        width: 100%;
    }

    .pricing_answer {
        width: 100%;
    }

    .pricing_banner_text {
        font-size: 20px;
    }

    .pricing_question {
        width: 100%;
    }

    .pricingtrail_text {
        width: 100%;
    }

    /*pricing ends*/
    /*free trial starts*/
    .freetrial_laptop {
    height:126px;
    width:100%;
    }


    .free_laptop {
    position: relative;height:100%;width:94%;top:9px;left:20px;
    }

    .freetrial_mobile {
        position: relative;
        height: 63px;
        width: 35px;
    }

    .free_mobile {
        position: absolute;
        height:100%;width:100%;top:80px;left:29px;
    }

    .laptoparrow {
        position: absolute;
        bottom: 340px;
        right: 20px;
    }

    .free_arrow_image {
        width: 110px;
    }
    /*free trial ends*/

    .key_resource_box a {
        font-size: 12px;
    }

    .key_resource_box {
        padding: 15px;
    }

    .api-feature-head {
        font-size: 14px;
    }

    .api_link a {
        font-size: 12px;
    }

    .prevnews_section {
        height: 170px;
    }

    .smallnews_description a {
        font-size: 12px;
    }

    .latest_newsbox_image {
        height: 246px;
    }

    /*MDM start*/
    .marketDataApiBG {
        height: 200px;
    }

    .marketDataApi_clearfix_hdr_right {
        margin-left: 34%;
    }

    .marketDataApi_clearfix_content_right {
        font-size: 13px;
    }

    .marketDataApi_ClientNameContent {
        margin-top: 2%;
        margin-left: 2%;
    }

    /*MDM END*/

    #tableView {
        display: block;
    }

    .event-half-line-container {
        justify-content: flex-start;
    }

    .content_aws {
    text-align:center;
    }
    .support_animation {
    display:none;
    }
      .support_animation.active {
    display:block; opacity:1;
    }
    .login_hoverdrop_head {
    padding:0px 5px; height:30px; width:100%;
    }

    .login_hoverdrop_head:hover:before {
    top:85%;
    }
    .login_hoverdrop {
    top:20px;
    }
   .blog_list_image {
           height: 140px;
    }
    .blog_list_image .blogdate {
    font-size:8px;
    }
    .xs-center {
    text-align:center;
    }
    #Financial_Hood img {
    max-width:50%;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /*team page start*/
    .inv-desc {
        right: 0px;
    }

    .team-plus {
        right: 15px;
    }

    .team-minus {
        right: 15px;
    }

    .hr-bottom {
        margin-right: 15px;
    }
    /*team end*/
    /*Why Xignite starts*/
    .team_image {
        width: auto;
    }

    .team_image_box p.f_14.center.grey {
        font-size: 14px;
        padding: 0px 30px;
    }

    .team_box {
        padding: 50px;
    }

    /*Why Xignite ends*/

    /*free trial starts*/
    .freetrial_laptop {
    height: 230px;
    width: 100%;
}
    .free_laptop {
    height: 100%;
    width: 87%;
    position: relative;
    top: 17px;
    left: 50px;
}

    .freetrial_mobile {
    width:65px;height:115px;
    }
    .free_mobile {
    position: relative;
    height: 100%;
    width: 100%; left:66px;top:152px;
}
    /*free trial ends*/
        .searchandfree {
width:auto;
}
    #loginbutton {
     font-size:8px; padding:6px 12px; margin-left:5px !important;
    }
   #standard-support, #premium-support, #enterprise-support {
display:block; opacity:1;
}
      .login_hoverdrop_head {
    padding:0px 5px; width:64%; padding-right:0px;
    }
    #nav-search {
    margin-right:5px;height:30px; width:30px;
    }
      #nav-search img{
    width:50%;
    }
    .free_btn {
    padding:5px 3px; font-size:10px;
    }
    #Financial_Hood img {
        max-width: 50%;
    }
}

@media only screen and (max-width: 767px) {

        .f_16s {
        font-size: 8px;
    }
    .search_textfield{
    height: 60px;
    border-radius: 10px;
    border: none;
    padding: 5px 15px;
    background-color: #fafafa;
    }
    .event-half-line-container {
        justify-content: center;
    }

    .inner_aws {
    padding:35px 0px;
    }

    .pre-news-center {
        display: flex;
        align-items: center;
    }

    .news-lp-head {
        font-size: 20px;
    }
    /*free trial starts*/

    .free_laptopmobile {
    height:250px; margin:0px;
    }

    .freetrial_laptop {
     height: 130px;
    width: 213px;
    }

    .free_laptop {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 21px;
    }

    .freetrial_mobile {
        position: relative;
        height: 65px;
        width: 37px;
    }

    .free_mobile {
    position: relative;
    height: 100%;
    width: 100%;top:85px;left:31px;
    }

    .laptoparrow {
        position: absolute;
        top:0px;
        right: 20px;
        width:110px;
    }

    .free_arrow_image {
        width: 100%;
    }
    /*free trial ends*/


    .button_show_small {
        display: block;
    }

    .drop_button {
        top: -35px;
    }

    .free_btn {
        margin-right: 15px;
        margin-left: 15px !important;
    }
  
    .small_nav_search {
        margin-top: 0px;
        height: 40px;
    }

    .small_free_trail {
        margin-top: 0px;
    }

    .header-logo-link {
        height: 65px;
    }

    .header-logo {
        width: 67px;
    }

    .small_free_trail {
        font-size: 10px;
    }

    .right {
        bottom: 8px;
    }

    .carousel-control-prev-icon {
        display: none;
    }

    #market_text, #fin_text {
        display: none;
    }

    .xignite_footer {
        text-align: center;
        margin-bottom: 20px;
    }

    .carousel-control-next-icon {
        display: none;
    }

    .harness, .financial {
        width: 90%;
    }

    .logo_bottom {
        display: flex;
        justify-content: center;
    }

    .try.active {
        width: 385px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 5px;
        padding: 10px;
    }

    .fin_image {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .types1 {
        width: 385px;
        height: 70px;
        padding: 7px 8px 5px 7px;
        margin: 5px;
    }

    #fin_text {
        display: none;
    }

    .help_data, .help_data1 {
        display: flex;
        flex-direction: column-reverse;
    }

    .nav_cells {
        height: auto;
    }

    .crousel1_data {
        text-align: center;
    }

    .aws_heading, .aws_get_started {
        text-align: center;
        padding-bottom: 10px;
        padding-left: 0px;
    }

    .img_aws {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right:15px;
        margin-bottom:20px;
    }
    /*resource start*/
    .heading_logo {
        width: 145px;
        margin-right: 12px;
        height: 40px;
    }

    .x-graphic, .eventBG {
        height: 140px;
    }

    .resourceBg {
        height: 140px;
    }

    .searchText h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .seachbtn {
        height: 40px; width:80%;
    }
    .resource-cross {
    bottom:26px; left:36%;
    }
    /*resource end*/


    .before_small {
        display: none;
    }

    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 18px;
    }

    .after_small {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-right: 30px;
    }

    .try.active:before {
        left: 110px;
    }

    .nav_background {
        padding-left: 20px;
    }

    .log_in {
        display: none;
    }

    .nav_edit {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .f_48 {
        font-size: 36px;
    }

    .f_36 {
        font-size: 24px;
    }

    .f_34 {
        font-size: 28px;
    }

    .f_30 {
        font-size: 18px;
    }


    .f_28 {
        font-size: 24px;
    }

    .f_24 {
        font-size: 18px;
    }

    .f_16 {
        font-size: 14px;
    }

    .service_button {
        padding-top: 0px;
    }

    .data_platform {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }

    .testimonials {
        height: 625px;
    }

    .contact_location {
        display: flex;
    }

    .margin_120 {
        margin-bottom: 30px;
    }

    .media_aws {
        width: 50%;
    }

    .try:before {
        left: 100px;
    }

    .service.active {
        margin: 0px;
        padding-top: 9px;
        height: 40px;
        background: #005dab;
        position: relative;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 2px;
        color: white;
        font-size: 14px;
        width: 160px;
        margin: 0px 10px;
        text-align: center;
    }

        .service.active:before {
            content: "";
            position: absolute;
            left: 70px;
            top: 100%;
            width: 0;
            height: 0;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
            border-top: 6px solid #005dab;
        }

    .empty_background {
        margin: 0px 10px;
        padding: 9px 0px 12px 0px;
        height: 40px;
        border: 2px solid #f3f3f3;
        border-radius: 2px;
        font-size: 14px;
        width: 160px;
        text-align: center;
    }

    .blue_talk {
        flex-wrap: nowrap;
    }

    .location {
        margin: 0px;
    }

    .seachbtn::placeholder { /* Firefox, Chrome, Opera */
        font-size: 14px;
    }

    .seachbtn:-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-size: 14px;
    }

    .seachbtn::-ms-input-placeholder { /* Microsoft Edge */
        font-size: 14px;
    }
        .seachbtn::placeholder{
padding-top:4px;
}

    .bluebar select {
        font-size: 12px;
        width: 20%;
    }

    .hit_head:hover .hit {
        display: none;
    }

    .imageText h2 {
        font-size: 28px;
    }

    .eventDescription {
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .quote_content img:last-child {
        position: relative;
        top: 7px;
    }

    /*career 767 start*/
    .resourceBg, .awardsBG, .resourcelpBG, .eventBG, .x-graphic, .careerBG, .webinarBG, .whyxigniteBG, .faqBG, .supportBG, .customerBG, .contactBG, .thankyouBG, .freeTrialBG, .pricingBG, .financialBg, .searchresultBG, .stockBG, .newsBG, .resourcelpBG, awardsBG, .marketDataApiBG, .advancedApiDeliveryBG,.termsBG,.getting-banner,.understanding-banner {
        height: 140px;
    }

    .careerQuote {
        width: 100%;
        padding: 15px;
    }

    .padding_100 {
        padding: 0px;
    }

    .video_box {
        padding: 15px;
    }

    .video_container {
        height: 300px;
    }

    .footer_logo {
        width: 200px;
    }

    .play_icon {
        height: 150px;
    }

    .position_box {
        padding: 20px 0px;
    }

    .table_heading {
        width: 100%;
    }

    .position_type {
        width: 100%;
    }

    .apply_box {
        text-align: center;
        margin-top: 20px;
    }

    .video_main {
        display: flex;
        flex-direction: column;
    }

    .video_image {
        width: 100%;
        height: 210px;
    }



    .apply_btn {
        border: 2px solid #D68333;
    }
    /*career 767 end*/
    /*Attribution starts*/

    .attribution-banner {
        height: 140px;
    }

    .nav-justified .nv-height {
        flex-basis: auto;
        width: 100%;
        margin-bottom: 5px;
    }

    .lr-pad {
        padding-right: 15px;
        padding-left: 15px;
    }

    .nav-tabs .nav-link1 {
        border-radius: unset;
    }

    .nav-tabs .nav-link3 {
        border-radius: unset;
    }

    .nav-tabs {
        border-bottom: none;
    }

    .right-box {
        margin: 0 0 35px 0;
    }

    .row-pad-mar {
        margin-top: 20px;
        padding-top: 20px;
    }

    .tbl-attr thead th {
        width: 20%;
        font-size: 12px;
    }

    .heading-h2 {
        font-size: 22px;
    }

    .tbl-attr thead th {
        letter-spacing: 5px;
    }

    .img-res {
        width: 100%;
    }

    .tbl-attr thead tr th {
        white-space: nowrap;
    }

    li:first-child.nav-item.nv-height:before {
        content: '';
        width: 0;
        height: 0;
        background: none;
        position: unset;
        bottom: 0;
        left: 0;
    }

    li:last-child.nav-item.nv-height:before {
        content: '';
        width: 0;
        height: 0;
        background: none;
        position: unset;
        bottom: 0;
        left: 0;
    }

    .guide-pad-mar {
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .row-pad {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    /*Attribution Ends*/

    /*whyxignite 767 starts*/
    .screenshot_content {
        text-align: center;
    }

    .why_blueBG {
        padding: 40px;
    }

    .name_means_content {
        padding: 15px;
        text-align: center;
    }

    .name_means_heading {
        padding: 35px;
        padding-bottom: 0px;
        text-align: center;
    }

    .four_image {
        width: 300px;
        height: 250px;
    }

    .four_image_content {
        text-align: center;
        padding-top: 15px;
    }

    .mission_container {
        width: 100%;
        margin: 0;
    }
    .award_box {
        justify-content: center;
    }

    .combined_awards {
        width: 100%;
    }

    .disrupt_text {
        width: 100%;
    }

    .joinus {
        padding: 20px 0px;
    }

    .team_image_box {
        width: auto;
        text-align: center;
    }

    .our_mission_box {
        text-align: center;
    }

    .mission_image {
        text-align: center;
    }

    .x-graphic, .eventBG, .whyxigniteBG {
        height: 140px;
    }

    .screenshot_box {
        margin-bottom: 30px;
    }

    .team_box {
        padding: 50px;
    }

    .why_blueBG {
        padding: 40px 0;
    }

    .our_mission_box span.f_36 {
        font-size: 30px;
    }

    .four_image_box {
        padding-left: 5px;
        padding-right: 5px;
    }

    .no-margin-iphone {
        margin: 0;
    }

    .four_image {
        width: 100%;
    }

    .industry_awards {
        padding: 0;
    }

    .mission_image {
        padding: 0;
    }

    .easy_period {
        padding: 70px 15px;
    }

    .name_means_heading > span > p {
        margin: 0;
    }
    /*whyxignite 767 ends*/

    /*team page start*/
    .teams-banner {
        height: 140px;
    }

    .inv-desc {
        right: 0;
        margin-top: 25px;
        padding-right: 20px;
    }

    .teams-base-color {
        padding-left: 15px;
        padding-right: 15px;
    }

    .base-back-color {
        padding-left: 15px;
        padding-right: 15px;
    }

    .iPad-left-pad {
        margin-top: 0px;
        /*left: 15px;*/
    }

    .iPhone-txt {
        font-size: 14px;
        padding-right: 40px;
        padding-left: 15px;
        margin-top: 15px;
    }

    .team-plus {
        margin-top: 0px;
        left: 15px;
        background-position: right;
    }

    .team-minus {
        margin-top: 0px;
        left: 15px;
        background-position: right;
    }

    .team-heading {
        font-size: 14px;
    }

    .sub-head {
        font-size: 12px;
        margin: 0;
    }

    .img-shadow {
        width: 100%;
        height: auto;
        margin: 0;
        box-shadow: 3px 3px 1px #e1e1e1;
        border: 3px solid #fff;
        border-radius: 4px;
        padding-top: 5px;
    }

        .img-shadow.active {
            box-shadow: 3px 3px 1px #EB9C24;
            border: 3px solid #fff;
            border-radius: 4px;
        }

    .mem-top-pad {
        padding-top: 0px;
    }

    .inv-txt {
        font-size: 13px;
    }

    .inv-heading {
        font-size: 18px;
    }

    .inv-desc {
        margin-top: 15px;
    }

    #Investor .hr-bottom {
        margin-top: 0;
    }

  
    .hr-bottom {
        margin-right: 10px;
    }

   

    /*team page end*/
    /*FAQ page starts*/
    .content-div {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .faq-head p {
        letter-spacing: 2px;
        font-size: 8px;
    }

    .faq-head {
        padding-left: 0;
        padding-right: 0;
    }

        .faq-head .faq-common {
            font-size: 14px;
        }

    .margin_bottom_80 {
        margin-bottom: 50px;
    }
    /*FAQ page ends*/
    /*support starts*/
    /*support starts*/
    .faqsearch.support-search {
        width: 50%;
    }

    .plan_heading_container {
        width: 100%;
    }

    .supportplan_container {
        padding: 30px 0px;
    }

    .bluepaln_box_heading, .greenpaln_box_heading, .orangepaln_box_heading {
        display: none;
    }

    .bluepaln_box {
        padding: 0;
    }

    .small_support {
        display: block;
    }

    .small_support {
        width: 100%;
        margin-bottom: 20px;
    }

    .group_plan {
        flex-direction: column;
    }

    .greypanel_box {
        margin: 0px;
    }

    .small_support {
        display: flex;
        flex-wrap: nowrap;
        margin-top: 35px;
        border-radius: 5px;
    }

        .small_support p {
            margin: 0px;
            padding: 10px;
        }

    .small_greyBox {
        border-top-left-radius: 5px;
        display: flex;
        align-items: center;
        border: 1px solid #D4D4D4;
    }

    .small_greenBox {
        display: flex;
        align-items: center;
        border: 1px solid #D4D4D4;
    }

    .small_orangeBox {
        border-top-right-radius: 5px;
        display: flex;
        align-items: center;
        border: 1px solid #D4D4D4;
    }

    .support_animation.active {
        -webkit-transform: scale(1,1);
    }

    .greenpanel_box, .orangepanel_box, .greypanel_box {
        margin: 0px;
    }




    /*Stock Page iphone*/
    .stockBG {
        height: 140px;
    }

    /*Stock Page end iphone*/


    /*support ends*/
    /*support ends*/

    .yellow-header-logo {
        width: 70px;
        height: 55px;
    }

        .yellow-header-logo::before {
            left: -1055px;
            height: 55px;
            border-right: 55px solid transparent;
            border-bottom: 55px solid #D68333;
        }

    .small_nav_search {
        margin-top: 0px;
        height: 40px;
    }

    .small_free_trail {
        margin-top: 0px;
    }

    .header-logo-link {
        height: 65px;
    }

    .header-logo {
        width: 67px;
    }

    .small_free_trail {
        font-size: 10px;
    }

    .right {
        bottom: 8px;
        right: 0px;
    }
    /*client page starts*/
    .client_responsive_select {
        display: block;
    }

    /*.client_category_select {
        display: none;
    }*/

    .client_toogle_heading {
        font-size: 16px;
    }

    .client_toogle_subheading {
        display: none;
    }

    .client_body_detail {
        width: 100%;
    }
    /*client page ends*/
    /*Thankyou page starts*/
    .thankyouBody {
        padding: 20px;
    }

    .thankyouNote, .thankyouText {
        width: 100%;
    }


    /*Thankyou page starts*/

    /*free trail starts*/
    .quotesimg::before, .quotesimg::after {
        width: 5rem;
    }

    .verticalLineRight {
        border-right: 0px;
        border-bottom: 2px solid #EB9C24;
        text-align: center;
    }

        .verticalLineRight:before {
            content: "";
            position: absolute;
            top: 100%;
            left: 180px;
            width: 0;
            height: 0;
            border-right: 6px solid transparent;
            border-left: 6px solid transparent;
            border-top: 7px solid #eb9c24;
        }

    .freetrail_contentTwo {
        width: 100%;
    }
    /*free trail ends*/

    /*stock starts*/

    .api_intraday, .api_eod {
        display: none;
    }

    .api_intraday_small, .api_eod_small {
        display: block;
    }

    /* stock ends*/
    /*financial data apis starts*/
    .api_coverage {
        width: 100%;
    }

    .api_flexible {
        width: 100%;
    }

    .api_hood {
        width: 100%;
    }
    .advancedApiDelivery_clearfix_hdr_right{
        text-align:center;
    }
    .advancedApiDelivery_clearfix_content_right{
        text-align:center;
    }
    /*financial data apis ends*/

    /*News page Starts iPhone*/
    .right-news-section {
        margin-top: 15px;
    }

    .latest_newsbox_image {
        height: 150px;
    }

    .newsBG {
        height: 140px;
    }

    .prevsection .yellow_p {
        font-size: 7px;
    }

    .news_previoussection::before, .news_previoussection::after {
        width: 30px;
    }

    .prevsection {
        padding: 0;
        margin-top: 5px;
        margin-bottom: 20px;
    }


    .prevnews_section {
        height: auto;
    }

    .prevnews_imagebox {
        height: 120px;
    }

    /*News Page Ends iPhone*/


    /*MDM start*/
    .padding_left_right_0 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .under-hood-img {
        padding-left: 35px;
        padding-right: 35px;
    }

    .use-case-item-center {
        padding-left: 35px;
        padding-right: 35px;
    }

    .mdm-awards {
        margin-bottom: 15px;
    }

    .content_aws {
        padding-right: 20px;
        padding-left: 20px;
        text-align:center;
    }
    .content_aws p{
        text-align:center;
    }
    .marketDataApiBG {
        height: 140px;
    }

    .marketDataApi_clearfix_hdr_right {
        margin-left: 0;
    }

    .marketDataApi_clearfix_content_right {
        margin-top: 20px;
    }

    .marketDataApi_ClientNameContent {
        text-align: center;
    }

    .viewmorebtn {
        margin-left: 25%;
    }

    .containerMarketData {
        text-align: center;
    }

    .containerMarketData_rightImage {
        text-align: center;
    }

    .containerMarketData img {
        float: none;
    }
    /*MDM END*/
    #SpeakerData img {
        height: 200px;
    }

    #tableView {
        display: block;
    }
    /*financial api starts*/
    .use-case {
        margin-right: 25px;
    }

    .fillUseCase .carousel-item-next, .fillUseCase .carousel-item-prev, .fillUseCase .carousel-item.active {
        flex-direction: column;
        align-items: center;
    }

    .newsgrey_description {
        margin-bottom: 25px;
    }

    .x-graphic h1 {
    font-size:26px;
    }
      .x-graphic p,.x-graphic div {
    font-size:16px;
    }
    .xignite_news_box {
    text-align:center;
    }
     
    /*financil api ends*/
    .login_btn {
      margin-left:0px !important;
    }
    .xs-center {
        text-align: center;
    }
    #Financial_Hood img {
        max-width: 50%;
    }
}

@media only screen and (max-width: 767px) and (orientation : landscape) {
    .free_laptopmobile {
    height:350px;
    }
    .free_mobile {
    position: relative;
    height: 100%;
    width: 100%;
}
       .laptoparrow {
        top:30px;
        right: 20px;
        width:130px;
    }
          .login_hoverdrop_head {
    padding:0px 5px;
    }
   .blog_list_image>.image-innertext>img{
    width: auto;
    max-width: 100%;
    }
}



@media only screen and (max-width: 575px) {

    .featured_blog_details{
        padding-left:20px;
    }
            .key_concept_tab{
        justify-content:center;
    }
    .exchange_agreement_tab{
        justify-content:center
    }
        .f_16s {
        font-size: 8px;
    }
    .right {
        bottom: 8px;
        right: 10px;
    }

    .header-logo-link {
        padding-left: 15px;
    }

    .footer-date {
        margin: 0 12px;
    }

   

    .service.active:before {
        left: 80px;
    }

    .try.active:before {
        left: 70px;
    }

    .quote_content {
        align-items: flex-start;
    }

    .requesttrail_btn {
        text-align: center;
    }

    .help_button {
        padding-left: 0px;
    }

    .background_quote {
        background-position: 2% -3%;
        background-size: 15%;
    }
     .margin_120 {
        margin-bottom: 0px;
    }
    .feature-icon {
        width: 30px;
    }
    .f_14s {
    font-size: 7px;
}    
    .cloud_detail {
        width: 100%;
        height: 28px;
        font-size: 7px;
    }
    .paasBodyDetailright {
        font-size: 12px;
    }

    .daasBodyDetailright {
        font-size: 12px;
    }

    .width_53 {
        width: 193px;
    }

    .right_border {
        display: none;
    }

    .media_aws {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /*for resorce part responsive*/
    .bluebar {
        height: auto;
        flex-direction: column;
        padding-bottom: 35px;
    }

        .bluebar select {
            /*width: 50%;*/
            width: 72%;
        }

    .seachbtn {
        width: 80%;
    }

    .drop_button {
        top: -35px;
    }

    .free_btn {
        margin-right: 10px;
    }

    .bluebar p {
        margin: 15px;
    }

    .navigation a:hover {
        color: #EB9C24;
        text-decoration: none;
    }

    .tab_head_text {
        font-size: 14px;
    }
    /*career 576 start*/
    .video_container {
        height: 200px;
    }
    /*career 576 start*/

    /*whyxignite start*/
    .easy_period {
        text-align: center;
    }

    .mission {
        width: 100%;
    }

    .industry_awards_image {
        height: 75px;
    }

    .award_logo {
        height: auto;
        width: 100%;
    }

    .accolades {
        padding: 40px 20px;
    }

    .four_image_box {
        padding: 40px 10px;
    }
    /*why xignite ends*/
    /*support start*/
    .supportplan_container {
        padding: 30px 0px;
    }

    .faqsearch.support-search {
        width: 80%;
    }

    .plan_heading_container {
        width: 100%;
    }
    /*support ends*/
        /*Blog Page Responsive starts*/
.blog_author_image{
    margin-bottom:30px;
}
#myModal{
    padding-right:0px !important;
    width: 85%;
    height: 70%;
    top: 10%;
    left: 8%;
    padding-left: 0px;
}
.featured_social_element{
    padding: 2px;
}
.featured_blog_tags{
    padding: 2px 5px;
}
/*Blog Page Responsive ends*/
    .xs-center {
        text-align: center;
    }
}

@media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px) 
    and (-webkit-min-device-pixel-ratio : 3) 
{
    .free_laptop {
    height: 147px;
    width: 235px;
    position: absolute;
    top: 11px;
    left: 26px;
    }

    .freetrial_mobile {
     height: 75px;
    width: 41px;
    }
    .free_mobile {
    position: absolute;
    top:94px;left:36px;
    height: 100%;
    width: 100%;
}

}
@media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px) 
    and (orientation : landscape) 
    and (-webkit-min-device-pixel-ratio : 3) 
{
.free_laptop {
    height: 194px;
    width: 313px;
    position: absolute;
    top: 14px;
    left: 39px;
}

 .freetrial_mobile {
     height: 100px;
    width: 55px;
    }

.free_mobile {
    position: absolute;
   left:51px;top:123px;
    height: 100%;
    width: 100%;
}
.margin_120 {
margin-bottom: 26px;
}
.feature-icon {
width: 30px;
}
.f_14s {
font-size: 7px;
} 
.cloud_detail {
width: 100%;
height: 28px;
font-size: 7px;
}
.paasBodyDetailright {
font-size: 12px;
}

.daasBodyDetailright {
font-size: 12px;
}
#myModal{
    padding-right:0px !important;
}

}

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3)
    and (orientation : landscape) {
    .free_laptop {
    height: 127px;
    width: 203px;
    position: relative;
    top: 9px;
    left: 20px;
}

}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
    
    /*home page cloud section starts*/
    .margin_120 {
        margin-bottom: 25px;
    }
    .feature-icon {
        width: 30px;
    }
    .f_14s {
    font-size: 7px;
}    
    .cloud_detail {
        width: 100%;
        height: 28px;
        font-size: 7px;
    }
    /*home page cloud section ends*/
    
    .event-half-line-container {
        justify-content: flex-start;
    }

    /*free trial page starts*/
    .free_laptop {
    height: 196px;
    width: 320px;
    position: absolute;
    top: 14px;
    left: 35px;
}
       .freetrial_mobile {
     height: 98px;
    width: 55px;
    }
    .free_mobile {
    position: absolute;
   top:125px;left:53px;
    height: 100%;
    width: 100%;
}
    /*free trial page ends*/
    /*team page start*/
    .inv-desc {
        margin-top: 0px;
    }

    .img-pad {
        padding: 0;
    }

    .inv-img {
        width: 100%;
    }

        .inv-img img {
            width: 65%;
        }

    .team-plus {
        left: 0;
    }

    .team-minus {
        left: 0;
    }

    .img-shadow {
        height: 65px;
    }

    .hr-bottom {
        margin-right: 0;
    }

    /*team page end*/
    /*Why Xignite starts*/
    .screenshot_grey {
        margin-bottom: 30px;
    }

    .team_image {
        height: 170px;
    }

    .team_image_box p.f_14.center.grey {
        font-size: 10px;
    }

    .four_image {
        height: auto;
    }
    /*Why Xignite ends*/
    /*pricing starts*/
    .pricingtrail_text {
        width: 100%;
    }
    /*Pricing ends*/
}
