/* NEW FIXER */
body {
    background: #e9e9e9;
    font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    text-rendering: unset !important;
    -webkit-font-smoothing: unset !important;
    -moz-osx-font-smoothing: unset !important;
    color: #333333;
}

.thankyou-container{
    background-color: #FFF;
    margin-top: 64px!important;
    padding-top: 50px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.thankyou-container .breadcrumbs.bg{
    width: 100%;
    margin-bottom: 100px;
    opacity: .8;
} 

.thankyou-container .breadcrumbs.bg .container .br-title{
    padding-top: 20px;
}

.content_container.real_dashboard p {
    font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif !important;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
    width: 100%;
}

@font-face {
    font-family: Linearicons;
    src: url(../ipstack_fonts/Linearicons/Linearicons.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../ipstack_fonts/Linearicons/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../ipstack_fonts/Linearicons/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../ipstack_fonts/Linearicons/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../ipstack_fonts/Linearicons/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../ipstack_fonts/Linearicons/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../ipstack_fonts/Linearicons/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  
  /* roboto-mono-regular - latin */
@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 400;
    src: url('../ipstack_fonts/Linearicons/roboto-mono-v22-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../ipstack_fonts/Linearicons/roboto-mono-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../ipstack_fonts/Linearicons/roboto-mono-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../ipstack_fonts/Linearicons/roboto-mono-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../ipstack_fonts/Linearicons/roboto-mono-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../ipstack_fonts/Linearicons/roboto-mono-v22-latin-regular.svg#RobotoMono') format('svg'); /* Legacy iOS */
  }

  /* roboto-mono-500 - latin */
@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 500;
    src: url('../ipstack_fonts/Linearicons/roboto-mono-v22-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../ipstack_fonts/Linearicons/roboto-mono-v22-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../ipstack_fonts/Linearicons/roboto-mono-v22-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../ipstack_fonts/Linearicons/roboto-mono-v22-latin-500.woff') format('woff'), /* Modern Browsers */
         url('../ipstack_fonts/Linearicons/roboto-mono-v22-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../ipstack_fonts/Linearicons/roboto-mono-v22-latin-500.svg#RobotoMono') format('svg'); /* Legacy iOS */
  }

  /* roboto-mono-700 - latin */
  @font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 700;
    src: url('../ipstack_fonts/Linearicons/roboto-mono-v22-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../ipstack_fonts/Linearicons/roboto-mono-v22-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../ipstack_fonts/Linearicons/roboto-mono-v22-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../ipstack_fonts/Linearicons/roboto-mono-v22-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../ipstack_fonts/Linearicons/roboto-mono-v22-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../ipstack_fonts/Linearicons/roboto-mono-v22-latin-700.svg#RobotoMono') format('svg'); /* Legacy iOS */
  }

.button {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.42857;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.header .logo img {
    width: 140px;
    height: 44px;
    display: inline-block;
    margin-right: 10px;
    top: 10px;
    position: relative;
}

.header .logo {
    float: left;
    padding-left: 15px
}

.header {
    right: 0;
    left: 0;
    border-radius: 0;
    top: 0;
    position: absolute;
    background-color: transparent;
    border: none;
    height: 70px;
    background: #283f59;
}

.header ul {
    margin: 0;
    float: right;
    padding-left: 0;
    list-style: none
}

.header ul:after,
.header ul:before {
    content: " ";
    display: table
}

.header ul>li,
.header ul>li>a {
    display: -webkit-inline-box;
    position: relative
}

.header ul>li {
    float: left
}

.header ul>li>a {
    color: #333;
    font-size: 12px;
    font-weight: 500;
    line-height: 35px;
    margin: 16px 15px 19px;
    font-family: "Roboto Mono", Helvetica, Arial, sans-serif;
    text-decoration: initial;
}

.header.light ul>li>a {
    color: #fff
}

.header ul>li.status>a:before {
    content: '';
    width: 10px;
    height: 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    background-color: #47C652;
    position: relative;
    top: 1px;
    left: -6px;
    margin-left: 4px
}

.header ul>li.status>a {
    padding: 0 10px 1px;
    border-radius: 3px;
    background: transparent;
    margin-right: 0;
    margin-left: 6px;
}

.header ul>li.action>a {
    background: rgba(0, 0, 0, .05);
    padding: 0 10px;
    border-radius: 3px;
    margin-right: 0;
}

.header ul>li.action.login>a {
    padding: 0 10px 1px;
}

.header ul>li.action.cta>a {
    background: #e97c2a;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px 1px;
    margin-right: 0
}

.header.light ul>li.login>a,
.header ul>li.go_to_dashboard>a {
    background: #173855;
    color: #fff;
    top: -2px;
}

.header .logo a {
    font-family: "Roboto Mono", Helvetica, Arial, sans-serif;
    color: #333;
    font-weight: 500 !important;
    float: left;
    font-size: 24px;
    line-height: normal;
    margin-left: -15px;
    text-decoration: initial;
    margin-top: 1px;
}

.header.light .logo a {
    color: #fff
}

.header a:hover {
    text-decoration: underline;
}

footer {
    text-align: center;
    padding: 50px 0 20px;
    /*background: #e9e9e9;*/
    background-color: #004973;
    font-size: 14px;
}

footer .right_side,
footer ul {
    display: inline-block;
    text-align: left;
    width: 150px
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0
}

footer ul li {
    line-height: 20px;
    margin-bottom: 7px;
}

footer ul li.heading {
    font-weight: 700 !important;
    color: #333;
    margin-bottom: 10px;
}

footer ul li a {
    /*color: #333 !important;*/
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    font-weight: normal !important;
}

footer ul li a:hover {
    text-decoration: underline;
}

footer .right_side {
    margin-left: 35px;
    font-size: 12px;
    position: relative;
    top: 5px
}

footer .right_side span {
    font-size: 16px
}

footer p {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 40px;
    padding-top: 10px;
    font-size: 13px;
    margin-bottom: 0
}

.strip-alt.dashboard {
    margin-top: 70px;
}

.doc_heading,
.doc_subheading,
.login_button_container {
    -webkit-font-smoothing: unset !important;
    -moz-osx-font-smoothing: unset !important;
}

.strip {
    border-bottom: 0;
}

.reset_accesskey {
    padding: 5px;
    margin: 0;
    float: right;
    font-size: 14px;
    letter-spacing: normal;
    position: absolute;
    right: 5px;
    top: 5px;
    background: #283f59;
}

.alert.accesskey,
.alert.api_url {
    position: relative;
}

.alert.api_url.quickstart {}

ul.ipstack_methods {
    padding-left: 19px;
    margin: 0;
    margin-bottom: 25px;
}

ul.ipstack_methods li {
    margin-bottom: 5px;
}

ul.ipstack_methods li strong {}

.popup_button.yes.blue_button,
.login_button.no_popup,
.save_changes_button {
    background: #283f59 !important;
}

.save_changes_button {
    padding: 5px 10px;
}

p.notification {
    padding-left: 30px;
    background: url(../images/assets/notification_x2.png) 3px 0 no-repeat;
    background-size: 18px;
    padding-bottom: 0;
    font-weight: 400;
}

.big_button {
    float: right;
    font-weight: 300;
    color: #000!important;
    border: 1px solid #e1e1e1;
    padding: 20px 0;
    background: #fff;
    margin-top: 18px;
    width: 37%;
    text-align: center;
    text-decoration: none;
    padding-right: 25px;
}

.big_button+.big_button {
    padding-right: 24px;
}


/* product footer */

.container.custom-container {
    display: flex;
    justify-content: flex-start;
}


/* .container.custom-container ul {
    width: 196px;
} */

.container.custom-container ul {
    width: 191px;
}

.container.custom-container:last-of-type {
    padding-top: 30px;
}

.footer-logo {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

footer ul li.heading {
    color: #ffffff;
}

.new-logo {
    max-width: 100%;
    height: 40px;
    margin-bottom: 72px;
}

.right_side.copyright-section {
    width: 27%;
}

.copyright-section p {
    border-top: 0px;
    margin-top: 10px;
    padding-top: 5px;
    font-size: 12px;
    margin-bottom: 0;
    color: #6881A9;
}

.copyright-content a {
    color: inherit;
}

.copyright-content {
    width: 100%;
}

@media screen and (min-width: 948px) {
    .big_button {
        width: 356.5px;
    }
}

.big_button:hover {
    background: #f9f9f9;
}

.content_container.real_dashboard p {
    color: #333;
}

.upgrade_box.current {
    background: #283f59;
    border-color: #283f59;
}

section.subscription_plans {
    margin-top: 20px;
}

section.subscription_plans .subs_wrapper .plan {
    box-sizing: border-box;
    display: inline-block;
    width: 20%;
    text-align: center;
    padding: 0 10px;
    border: 1px solid #d1d1d1;
    background: #f9f9f9;
    float: left;
    border-right: 0;
}

section.subscription_plans .subs_wrapper .plan.current {
    background: #ffffff;
}

section.subscription_plans .subs_wrapper .plan:last-of-type {
    border-right: 1px solid #d1d1d1;
}

section.subscription_plans .subs_wrapper .plan .heading {
    padding-bottom: 10px;
    background: transparent;
}

section.subscription_plans .subs_wrapper .plan.professional .heading:before {
    display: none;
    background: #283f59;
    color: #fff;
    font-weight: 700;
    content: 'MOST POPULAR';
    font-size: 12px;
    padding: 5px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

section.subscription_plans .subs_wrapper .plan.enterprise .heading {
    background: #283f59
}

section.subscription_plans .subs_wrapper .plan .heading p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 10px
}

section.subscription_plans .subs_wrapper .plan .heading h3 {
    font-size: 25px;
    line-height: 25px;
    color: #283f59;
    font-weight: 600;
    margin-bottom: 15px;
}

section.subscription_plans .subs_wrapper .plan .heading h6 {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}

section.subscription_plans .subs_wrapper .plan small {
    display: block;
    margin-top: 3px;
    font-weight: bold;
    color: #999;
}

section.subscription_plans .subs_wrapper .plan .heading .button {
    height: auto;
    background-color: #507eb1;
    padding: 6px 8px 8px 8px;
    margin-top: 20px;
    margin-right: 0;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
    border: 1px solid #507eb1;
    text-transform: inherit;
}

section.subscription_plans .subs_wrapper .plan .heading .button.current,
section.subscription_plans .subs_wrapper .plan .heading .button.current:hover {
    background: transparent;
    color: #333;
    border: 1px solid #333333;
    cursor: default;
    pointer-events: none;
}

section.subscription_plans .subs_wrapper .plan.downgrade .heading .button,
section.subscription_plans .subs_wrapper .plan.downgrade .heading .button:hover {
    border-color: #e1e1e1;
    background: #e1e1e1;
    color: #333333 !important;
}

section.subscription_plans .subs_wrapper .plan .heading .button:hover {
    color: #ffffff;
}

section.subscription_plans .subs_wrapper .plan.downgrade .heading .button:hover {
    color: #787c81;
}

section.subscription_plans .subs_wrapper .plan.enterprise .heading .button {
    background: #ff6a2e;
    width: 230px
}

section.subscription_plans .subs_wrapper .plan .features {
    text-align: left;
    margin-top: 5px;
    padding-left: 5px;
}

section.subscription_plans .subs_wrapper .plan.marked .features,
section.subscription_plans .subs_wrapper .plan.professional_plus .features {
    border-right: 0
}

section.subscription_plans .subs_wrapper .plan .features h4 {
    font-size: 13px;
    line-height: 25px;
    color: #080059;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0;
}

/* tooltip icon */

section.subscription_plans .subs_wrapper .plan .features h4.api_calls:before {
    font-family: Linearicons;
    font-size: 15px;
    display: inline-block;
    speak: none;
    font-weight: 400;
    margin-right: 6px;
    margin-top: -3px;
    content: "\e90b";
    position: relative;
    top: 2px;
    color: #080059;
}

section.subscription_plans .subs_wrapper .plan .features h4.currency_module:before {
    font-family: Linearicons;
    font-size: 15px;
    display: inline-block;
    speak: none;
    font-weight: 400;
    margin-right: 6px;
    margin-top: -3px;
    content: "\e75f";
    position: relative;
    top: 2px;
    color: #080059;
}

section.subscription_plans .subs_wrapper .plan .features h4.support_level:before {
    font-family: Linearicons;
    font-size: 15px;
    display: inline-block;
    speak: none;
    font-weight: 400;
    margin-right: 6px;
    margin-top: -3px;
    content: "\e7ed";
    position: relative;
    top: 2px;
    color: #080059;
}

section.subscription_plans .subs_wrapper .plan .features h4.location_module:before {
    font-family: Linearicons;
    font-size: 15px;
    display: inline-block;
    speak: none;
    font-weight: 400;
    margin-right: 6px;
    margin-top: -3px;
    content: "\e77a";
    position: relative;
    top: 2px;
    color: #080059;
}

section.subscription_plans .subs_wrapper .plan .features h4.ssl:before {
    font-family: Linearicons;
    font-size: 15px;
    display: inline-block;
    speak: none;
    font-weight: 400;
    margin-right: 6px;
    margin-top: -3px;
    content: "\e668";
    position: relative;
    top: 2px;
    color: #080059;
}

section.subscription_plans .subs_wrapper .plan .features h4.connection_module:before {
    font-family: Linearicons;
    font-size: 14px;
    display: inline-block;
    speak: none;
    font-weight: 400;
    margin-right: 6px;
    margin-top: -3px;
    content: "\e8c8";
    position: relative;
    top: 2px;
    color: #080059;
}

section.subscription_plans .subs_wrapper .plan .features h4.timezone_module:before {
    font-family: Linearicons;
    font-size: 15px;
    display: inline-block;
    speak: none;
    font-weight: 400;
    margin-right: 6px;
    margin-top: -3px;
    content: "\e8e8";
    position: relative;
    top: 2px;
    color: #080059;
}

section.subscription_plans .subs_wrapper .plan .features h4.bulk_endpoint:before {
    font-family: Linearicons;
    font-size: 15px;
    display: inline-block;
    speak: none;
    font-weight: 400;
    margin-right: 6px;
    margin-top: -3px;
    content: "\e977";
    position: relative;
    top: 2px;
    color: #080059;
}

section.subscription_plans .subs_wrapper .plan .features h4.security_endpoint:before {
    font-family: Linearicons;
    font-size: 15px;
    display: inline-block;
    speak: none;
    font-weight: 400;
    margin-right: 6px;
    margin-top: -3px;
    content: "\e71f";
    position: relative;
    top: 2px;
    color: #080059;
}


/*  */

section.subscription_plans .subs_wrapper .plan .features span.billing_module:before
{
    content: "\1F6C8";
}


section.subscription_plans .subs_wrapper .plan .features span:before {
    font-family: Linearicons;
    font-size: 17px;
    display: inline-block;
    speak: none;
    font-weight: 400;
    margin-left: 5px;
    margin-top: -3px;
    content: "\1F6C8";
    position: relative;
    top: 2px;
    cursor: pointer;
    color: #080059;
}


section.faq ul+span,
section.hero_small,
section.preapp h2,
section.stats .container>p,
section.stats ul li .heading {
    font-family: "Roboto Mono", Helvetica, Arial, sans-serif
}

section.subscription_plans .subs_wrapper .plan.marked .features h4,
section.subscription_plans .subs_wrapper .plan.marked .footer .tagline,
section.subscription_plans .subs_wrapper .plan.marked .heading h3 {
    color: #fff
}

section.subscription_plans .subs_wrapper .plan .features h6 {
    margin-top: 0;
    margin-bottom: 20px
}

section.subscription_plans .subs_wrapper .plan .footer {
    padding: 5px 10px 10px;
}

section.subscription_plans .subs_wrapper .plan .footer .tagline {
    padding: 20px 10px
}

section.subscription_plans .subs_wrapper .plan .footer .cta {
    width: 100%;
    height: auto;
    background-color: #507eb1;
    padding: 12px;
    margin-top: 8px
}

section.subscription_plans .subs_wrapper .plan.marked {
    width: 250px;
    background-color: #283f59;
    position: relative;
    top: 71px
}

section.subscription_plans .subs_wrapper .plan.marked .heading p {
    margin-bottom: 5px;
    color: #fff
}

section.subscription_plans .subs_wrapper .plan.marked .footer .cta {
    background-color: #ff6a2e;
    padding: 7px 12px;
    margin-top: 15px
}

section.quote {
    display: block;
    top: 20px;
    position: relative;
    clear: both;
    margin-bottom: 20px;
    background: #f9f9f9;
    padding: 15px 15px;
    border: 1px solid #d1d1d1;
    max-height: 45px;
}

section.quote a {
    background-color: #507eb1;
    padding: 6px 10px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 13px;
    border-radius: 3px;
    float: right;
    position: relative;
    top: -6px;
    color: #fff;
}

.codebox {
    background: #28323f
}

.codebox header,
.codebox header .button-dark,
.codebox header nav .codebox_button {
    background: -webkit-linear-gradient(top, #323c49, #1d232b);
    background: linear-gradient(to bottom, #323c49, #1d232b)
}

.codebox header .button-dark,
.codebox header nav .codebox_button.disabled {
    background: rgba(33, 33, 40, 0);
    color: rgba(255, 255, 255, .6)
}

.codebox header .button-dark.selected,
.codebox header .button-dark:active,
.codebox header nav .codebox_button.selected,
.codebox header nav .codebox_button:active {
    background: #465568
}

.codebox header .button-dark.selected,
.codebox header .button-dark:active,
.codebox header nav .codebox_button.disabled.selected,
.codebox header nav .codebox_button:active {
    background: rgba(33, 33, 40, 0);
    color: rgba(255, 255, 255, .6);
    outline: 0
}

.prettyprint {
    background: #28323f!important
}

.tipr_content {
    background-color: #28323f
}

.code_snippet {
    background: #cce4ff;
}

.code_snippet.quickstart {
    font-size: 14px;
}

.mobile_menu_icon {
    display: none;
}


/* signup page css */

.popular-badge {
    border-radius: 4px 4px 0 0 !important;
    background: #0E29D8 !important;
}

.plan-chip-wrap {
    border: 1px solid #0E29D8 !important;
}

svg path {
    fill: #E97B2B !important;
}

.col-middle {
    color: #E97B2B !important;
}

.hero-signups-section {
    background: url(/ipstack_images/Group-4297.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 600px;
}

label.login_button.login.no_popup.actual_signup.submit.enabled {
    border-radius: 4px !important;
    border: 1px solid #FFBF91 !important;
    background: linear-gradient(90deg, #FD9950 0%, #ED661D 100%) !important;
}

@media screen and (max-width: 800px) {
    footer {
        font-size: 15px;
        padding: 20px 0 20px;
    }
    footer ul {
        display: block;
        width: 100%;
    }
    footer ul li {
        width: 100%;
        padding: 10px 0px;
        text-align: center;
        border-radius: 0;
        background: rgba(0, 0, 0, .05);
        border: 1px solid rgba(0, 0, 0, .05);
        margin-top: -1px;
    }
    footer ul li.empty {
        display: none;
    }
    footer ul li.heading {
        margin-bottom: 0;
        margin-top: 10px;
        background: #8a94a3;
        color: #fff;
        border-bottom: 0;
    }
    footer ul li a {}
    footer .right_side {
        margin: 0 auto;
        text-align: center;
        margin-top: 30px;
    }
    footer p {
        line-height: normal;
    }
    .header {
        height: 64px;
    }
    .header .mobile_menu_icon {
        display: block;
        position: absolute;
        padding: 17px;
        right: 0;
        z-index: 999999999999999999999;
        background: url(../images/assets/menu_60.png) center center no-repeat!important;
        width: 30px!important;
        height: 30px!important;
        background-size: 30px!important;
    }
    .header .mobile_menu_icon:before {
        background: url(../images/assets/menu_60.png) center center no-repeat!important;
        width: 30px!important;
        height: 30px!important;
        background-size: 30px!important;
    }
    .header.light .mobile_menu_icon:before {
        color: #ffffff;
    }
    .header ul {
        display: none;
        background: #283f59;
        color: #fff;
        position: absolute;
        margin: 0;
        float: none;
        left: 0;
        width: 100%;
        top: 64px;
    }
    .header ul>li>a {
        color: #ffffff;
        margin: 5px 0 !Important;
        padding-left: 20px !important;
    }
    .header ul>li {
        display: block;
        float: none;
        width: 100%;
        padding-left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
    .header ul>li:last-child {
        border-bottom: 0;
    }
    .header ul>li.status>a:before {
        margin-left: 6px;
    }
    .header ul>li.status>a {
        padding: 0 7px 1px;
    }
    .header ul>li.action>a {
        padding: 0;
    }
    .header ul>li.action.cta>a {
        margin: 0 !important;
        border-radius: 0;
        padding: 6px;
    }
    .strip-alt.dashboard {
        margin-top: 64px;
    }
    footer .container {
        width: auto;
        min-width: unset;
    }
    a.big_button {
        float: none !important;
        width: 100%;
        display: inline-block;
        margin: 0;
        border: 1px solid #e1e1e1 !important;
        padding-right: 0;
        padding-left: 0;
    }
    .big_button+.big_button {
        padding-right: unset;
        margin-top: 15px;
    }
    .big_button+.divide_line.fullwidth {
        height: 25px;
    }
    .divide_line.fullwidth+.divide_line.fullwidth {
        display: none !important;
    }
    .reset_accesskey {
        float: none;
        width: 95%;
        position: relative;
        display: block;
        padding-right: 0;
        padding-left: 0;
        right: unset;
        top: unset;
        margin: 0 auto !important;
        margin-top: 10px !important;
    }
    section.subscription_plans .subs_wrapper .plan {
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        float: none;
        border-right: 1px solid #d1d1d1;
        margin-bottom: 10px;
    }
    section.subscription_plans .subs_wrapper .plan .features {
        text-align: center;
    }
    section.subscription_plans .subs_wrapper .plan .features h4.empty {
        display: none;
    }
    .header.light ul>li.login>a,
    .header ul>li.go_to_dashboard>a {
        border: 0;
        top: unset;
    }
    /* product footer */
    .container.custom-container {
        display: block;
        justify-content: center;
    }
    .container.custom-container ul {
        width: 100%;
    }
    .footer-logo {
        justify-content: center;
    }
    .new-logo {
        max-width: 100%;
        margin: 0px auto 20px;
    }
    .container.custom-container:last-of-type {
        padding-top: 0px;
    }
    .right_side.copyright-section {
        width: 100%;
        padding: 10px 0px;
    }
    /* product footer */
}

/* Thank-you-page */
section.breadcrumbs {
    background: #283f59 !important;
}


/* Popup Styling */
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.popup{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
}
.popup img{
    width:100%;
}
a.apilayer-support {
    cursor: pointer;
}

/* Menu */

/* Wrapper */
.nav-wrapper {
  width: 100%;
  background: #2c3a4a;
  /* padding: 12px 3px; */
}

/* Max width container */
#header-navigation .navbar {
  max-width: 1170px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  position: relative;
padding: 10px;
}

/* Logo */
#header-navigation .logo {
  display: flex;
  align-items: center;
  gap: 10px;
}



/* Navigation */
#header-navigation .nav-links {
  display: flex;
  /* gap: 35px; */
  align-items: center;
  list-style: none;
  height: 25px;
}

#header-navigation .nav-links li a {
  color: white;
  text-decoration: none;
  font-size: 12px;
    font-weight: 500;
    line-height: 35px;
    margin: 16px 15px 19px;
    font-family: "Roboto Mono", Helvetica, Arial, sans-serif;
}

/* Status dot */
#header-navigation .status {
  display: flex;
  align-items: center;
  gap: 6px;
}

#header-navigation .status a.api-status{
    display: flex;
    align-items: center;
}
#header-navigation .status .dot {
  width: 10px;
  height: 10px;
  background: #6dd96d;
  border-radius: 50%;
}

/* Buttons */
#header-navigation .btn {
  /* padding: 10px 22px; */
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
}

#header-navigation .login {
  background: #1b2f45;
      margin-right: 15px;
}

#header-navigation .free-key {
  background: #e6803c;
}

/* Hamburger icon */
#header-navigation .hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

#header-navigation .hamburger span {
  width: 28px;
  height: 3px;
  background: white;
  border-radius: 5px;
}

/* Hide checkbox */
#header-navigation #menu-toggle {
  display: none;
}

/* -------------------- */
/* MOBILE STYLES        */
/* -------------------- */

@media (max-width: 900px) {
  #header-navigation .nav-links {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background: #1f3044;
    flex-direction: column;
    align-items: flex-start;
    padding:10px 0px;
    gap: 10px;
    display: none;
    height: auto;
    z-index: 1;
  }

  /* Show menu when checkbox checked */
  #header-navigation #menu-toggle:checked ~ .nav-links {
    display: flex;
  }

  #header-navigation .hamburger {
    display: flex;
  }

  #header-navigation .nav-links li a {
    margin: 10px;
    }
    .free-key{
            margin-left: 10px;
    }
}
.strip-alt.dashboard{
    margin-top: 0;
}