.clearfix:after,
.clearfix:before,
.container:after,
.container:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: right
}

hr,
img {
    border: 0
}

.button,
img {
    vertical-align: middle
}

.container:after,
.header .logo:after,
.header ul:after {
    clear: both
}


.header.dark_bg ul>li.login>a,
.header.dark_bg ul>li.go_to_dashboard>a {
    box-shadow: none;
}

.header.dark_bg ul>li.go_to_dashboard>a {
    border: 2px solid #d7d7d9;
    top: -2px;
}

.header.dark_bg ul>li.login>a {
    margin-left: 6px
}

section.legal.api-glossary h2 {
    font-size: 28px;
}

p.glossary-sub-heading {
    font-size: 18px !important
}

section.api-glossary .container h2 {
    font-weight: 700;
    font-size: 25px;
}

section.api-glossary .container a {
    text-decoration:none !important;
    font-size: 18px;
    color: #1a4164;
}

section.api-glossary .container a:hover {
    text-decoration:none !important
}

section.hero.subpage.api-glossary .container h2 {
    margin-bottom: 0
}

html.sub-glossary section.hero .container h2,
html.api-glossary section.hero .container h2 {
    margin-bottom: 0
}

@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 */
  }

  

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

a {
    background-color: transparent;
    color: #283f59;
    text-decoration: none
}




 :active,
:focus,
a:active,
a:hover {
    outline: 0
}

b,
strong {
    font-weight: 700
}

section.preapp h1 span {
    text-decoration: underline;
}

h1 {
    margin: .67em 0
}

small {
    font-size: 80%
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    line-height: 1.4;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

h4,
p {
    line-height: 30px
}

.hidden {
    display: none
}

body {
    position: relative;
    background: #ebeff4;
    font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #6881A9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.button,
.header .logo a {
    font-family: "Roboto Mono", Helvetica, Arial, sans-serif
}

section.hero .container h1 {
    color: #333;
}

h2 {
    font-size: 30px;
    line-height: 40px
}

h3 {
    font-size: 40px;
    line-height: 43px
}

h4 {
    font-size: 16px
}

h5,
p {
    font-size: 14px
}

h6 {
    font-size: 12px
}

.button {
    width: 190px;
    height: 60px;
    border-radius: 3px;
    padding: 20px 12px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-right: 5px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .05), 0 1px 3px rgba(0, 0, 0, .05);
}

section.faq ul li .q:before,
section.presentation .side>h3:before,
section.pricing_content .container .plan .features h4:before,
section.pricing_content .container .plan .heading p:before {
    font-variant: normal;
    text-transform: none;
    vertical-align: middle
}

section.affiliates {
    color: rgba(22, 34, 47, 1);
    background: #fff;
    padding: 50px 0 50px;
}

section.affiliates .container {
    max-width: 960px;
}

section.affiliates .container img {
    margin-bottom: 25px
}

section.affiliates .container h3+p {
    line-height: 20px
}

section.affiliates .container ul {
    margin-bottom: 20px;
}

section.affiliates .container ul li {
    margin-bottom: 12px;
}

section.affiliates .container h3+p a {
    text-decoration: underline;
}

section.affiliates .container h3 {
    font-size: 18px;
    line-height: normal;
    font-family: Promo, Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 15px
}

section.affiliates .container a.button.join {
    background-color: #4f78a9;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 250px;
    font-family: inherit;
    text-transform: capitalize;
    font-size: 14px;
    padding: 18px;
}

section.affiliates .container table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 45px;
}

section.affiliates .container table th {
    padding: 12px 15px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    font-weight: 600;
    text-align: left;
}

section.affiliates .container table td {
    padding: 15px 15px 13px 15px;
    border-bottom: 1px dashed #e0e0e0;
    text-align: left;
}

section.affiliates .container table td span:before {
    font-family: Linearicons;
    font-size: 20px;
    display: inline-block;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -5px;
    content: "\e605";
}

section.affiliates .container table td span.basic:before {
    content: "\e83a"
}

section.affiliates .container table td span.professional:before {
    content: "\e837"
}

section.affiliates .container table td span.business:before {
    content: "\e74a"
}


/* product footer */

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

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

.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%;
    margin-bottom: 72px;
}

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

.copyright-section p {
    border-top: 0px;
    margin-top: 10px;
    padding-top: 5px;
    font-size: 13px;
    margin-bottom: 0;
}

.copyright-content {
    width: 100%;
}


/* product footer */

.confirmation-note {
    color: #000;
    text-align: justify;
    font-weight: 400;
    font-size: 13px;
}
.confirmation-note span {
    font-weight: 600;
    color: #002f4a;
}
.contact_form .confirmation-note {
    margin-bottom: 20px;
}
.contact_form .line-checkbox-outer-block {
    margin-bottom: 0px;
}

@media screen and (max-width: 800px) {
    section.affiliates .container table td span:before {
        display: none;
    }
    section.affiliates .container ul {
        padding: 0;
        list-style: none;
    }
    /* 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 */
}

section {
    margin-right: auto;
    margin-left: auto;
    width: 100%
}

section .content-box .section-heading {
    color: #49A3FF;
    font-weight: 300;
    margin-bottom: 30px
}

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

.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 {
    display: inline-block;
    margin-right: 10px;
    top: 0px;
    position: relative;
}

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

.header {
    right: 0;
    left: 0;
    z-index: 1030;
    border-radius: 0;
    top: 0;
    position: absolute;
    background-color: transparent;
    border: none;
    height: 70px
}

.header.dark_bg {
    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: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 35px;
    margin: 16px 15px 19px;
    font-family: "Roboto Mono", Helvetica, Arial, sans-serif;
}

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

.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 {
    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: #e97c2a;
    border-radius: 50px;
    padding: 0 20px 0;
    color: #fff;
}

footer {
    text-align: center;
    padding: 50px 0 20px;
    background: #ebeff4;
    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
}

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

footer ul li a {
    color: #333;
    cursor: pointer
}

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
}

.header .logo a {
    color: #333;
    margin-top: 14px;
    font-weight: 700;
    float: left;
    font-size: 24px;
    line-height: normal;
    margin-left: -15px
}

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

section.hero .container h2,
section.hero .container h4 {
    color: #333;
    font-family: "Roboto Mono", Helvetica, Arial, sans-serif;
}

section.hero {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 200px;
    /* background: url(../ipstack_images/hero_chain_transparent.svg) no-repeat center, linear-gradient(135deg, #004a74, #001d2e); */
    background: url(../ipstack_images/Illustration-background-lines-and-icons.png) no-repeat top left;
    background-size: contain;
    background-color: #fff;
}

section.hero .container h2 {
    font-weight: 700;
    letter-spacing: -2px;
    margin-bottom: 20px
}

section.hero .container h4 {
    font-weight: 500;
    font-weight: 15px;
    
    
}

section.hero .container .cta {
    background-color: #e97c2a;
    margin-top: 20px;
    border-radius: 50px;
    text-transform: capitalize;
}

.custom_hero_button {
    padding: 16px 33px 16px 33px;
    background-color: #e97c2a;
    border-radius: 50px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    border: 2px #e97c2a solid;
    text-decoration: none !important;
}
a.custom_hero_button {
    font-size: 18px;
}
.custom_hero_button_sec {
    padding: 12px 30px 12px 30px;
    margin-left: 20px;
    color: #1a4164;
    background: transparent;
    border-radius: 50px;
    border: 2px #1a4164 solid;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none !important;
}
h4.hero_sec_text {
    margin-bottom: 50px;
    font-size: 20px;
    font-family: 'Open Sans' !important;
    margin-top: 25px;
    color: #000 !important;
}
h1.hero_sec_heading {
    font-weight: 600;
}
h1.hero_sec_heading {
    font-weight: 600;
}

section.hero .container .secondary {
    margin-top: 20px;
    color: #1a4164;
    background: transparent;
    border-radius: 50px;
    border: 2px #1a4164 solid;
    text-transform: capitalize;
}

section.presentation {
    background-color: #fff;
    background-size: 150%, cover;
    background-repeat: no-repeat;
    padding: 75px 0 50px 0;
    color: #333;
    text-align: center;
    background-position: bottom right;
}

section.cta,
section.customers ul,
section.pricing_content .container,
section.pricing_header .container {
    text-align: center
}

section.presentation .side.right {
    margin-left: 10px
}

section.presentation .side>h3 {
    margin-bottom: 11px;
    font-weight: 600;
    font-size: 20px;
    margin-top: 0
}

section.presentation .side>h3:before {
    margin-bottom: 5px;
    font-family: Linearicons;
    font-size: 40px;
    margin-right: 20px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    content: "\e6b8";
    border: none;
    padding: 0;
    font-weight: 400;
}

section.presentation .side.left>h3.trusted:before {
    content: "\e886"
}

section.presentation .side.right>h3.dev:before {
    content: "\e7fb"
}

section.presentation .side>p {
    padding-bottom: 25px;
    /* border-bottom: 1px solid rgba(255, 255, 255, .1); */
    line-height: normal;
    font-size: 15px;
    margin-top: 15px
}

section.presentation .side>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

section.presentation .side.left>ul li:before,
section.presentation .side.right>ul li:before {
    position: absolute;
    left: -5px;
    top: 5px;
    background-size: 100% 100%!important;
    margin-bottom: 5px;
    font-family: Linearicons;
    font-size: 40px;
    margin-right: 20px;
    vertical-align: middle;
    display: inline-block;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    content: "\e6b8"
}

section.presentation .side>ul li.feature.knowyourvisitors:before {
    content: "\e77a"
}
section.presentation .side .inline-knowyourvisitors>ul li.feature.knowyourvisitors:before {
    content: "\e77a"
}

section.presentation .side>ul li.feature.ipdata:before {
    content: "\e783"
}

section.presentation .side>ul li.feature.sources:before {
    content: "\e666"
}

section.presentation .side>ul li.feature.security:before {
    content: "\e668"
}

section.presentation .side>ul li.feature.support:before {
    content: "\e728"
}

section.presentation .side>ul li.feature.powerful:before {
    content: "\e7b9"
}

section.presentation .side>ul li.feature.docs:before {
    content: "\e782"
}

section.presentation .side>ul li.feature.historical:before {
    content: "\e663"
}

section.presentation .side>ul li.feature.conversion:before {
    content: "\e6ba"
}

section.presentation .side>ul li>.heading {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px
}

section.modules {
    background: #f5f9ff;
    background-size: cover;
    padding: 30px 0 50px 0;
    text-align: center;
    margin-top: -1px;
}

section.modules .module {
    width: 943px;
    text-align: left;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 25px;
}

section.modules .module:last-of-type {
    margin-bottom: 0;
}

section.modules .module .box {
    display: inline-block;
    width: 350px;
    height: 150px;
    text-align: left;
    background: #7490af;
    color: #ffffff;
    margin: 0;
    padding: 10px;
    border-radius: 5px;
    float: left;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .05), 0 1px 3px rgba(0, 0, 0, .05);
}

section.modules .module .box img {
    width: 250px;
    opacity: 0.3;
    position: absolute;
    right: -65px;
    border-radius: 8px;
    bottom: -41px;
}

section.modules .module .box pre {
    margin: 0;
    position: absolute;
    font-weight: 600;
    right: -58px;
    bottom: -29px;
    line-height: normal;
    color: rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
}

section.modules .module.timezone .box pre {
    right: -192px;
    bottom: -12px;
}

section.modules .module.currency .box pre {
    right: -23px;
    bottom: -12px;
}

section.modules .module.connection .box pre {
    right: -85px;
    bottom: -12px;
}

section.modules .module.security .box pre {
    right: -13px;
    bottom: -93px;
}

section.modules .module.connection .box pre {
    color: #7490af;
}

section.modules .module .box a {
    position: absolute;
    right: 11px;
    bottom: 11px;
    color: #fff;
    border-bottom: 1px solid;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.5px;
    display: none;
}

section.modules .module .box a:hover {
    text-decoration: none;
}

section.modules .module .box .module_header {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

section.modules .module .box .module_header:before {
    margin-bottom: 5px;
    font-family: Linearicons;
    font-size: 80px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    border: 4px solid #fff;
    padding: 15px;
    border-radius: 99px;
    font-weight: 400;
    position: absolute;
    width: 150px;
    text-align: center;
    left: -30px;
    bottom: -65px;
}

section.modules .module.location .box .module_header:before {
    content: "\e781";
}

section.modules .module.currency .box .module_header:before {
    content: "\e763";
}

section.modules .module.timezone .box .module_header:before {
    content: "\e8e8";
}

section.modules .module.connection .box .module_header:before {
    content: "\e8c8";
}

section.modules .module.security .box .module_header:before {
    content: "\e668";
}

section.modules .module p span {
    font-weight: bold;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 5px;
}

section.modules .module p a {
    margin-top: 5px;
    display: block;
    border-bottom: 1px solid;
    width: 77px;
}

section.modules .module p a:hover {
    text-decoration: none;
}

section.modules .module p {
    line-height: normal;
    margin-top: 16px;
    color: #333333;
    display: inline-block;
    width: 500px;
    float: right;
    height: 150px;
    font-size: 15px;
}

section.modules .module.rl p {
    float: left;
}

section.modules .module.rl .box {
    float: right;
}

section.modules .module.location .box {
    background: #ffcc3d;
}

section.modules .module.currency .box {
    background: #7490af;
}

section.modules .module.timezone .box {
    background: #fb9267;
}

section.modules .module.connection .box {
    background: #004a74;
}

section.modules .module.security .box {
    background: #c0c4ca;
}

section.cta {
    padding: 30px 0;
    background: #7490af url(../ipstack_images/hero_chain_transparent_less.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: "Roboto Mono", Helvetica, Arial, sans-serif;
}

section.cta.surrounded_icons {
    padding: 10px 0
}

section.cta span {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    margin-right: 25px;
}

section.cta.surrounded_icons span {
    font-weight: 400
}

section.customers ul li.text,
section.pricing_header .container h2 {
    font-weight: 700;
    font-family: "Roboto Mono", Helvetica, Arial, sans-serif
}

section.customers:not(.index) ul li.text {
    color: #333333;
}

section.cta .button.docs {
    color: #787c81;
    background: #fff;
    margin-right: 5px;
}

section.cta .button.cta {
    background-color: #e97c2a;
}

section.cta.surrounded_icons .button.cta {
    background-color: #ff6a2e;
    padding: 10px;
    width: auto;
    height: auto
}

section.customers {
    background: transparent;
    padding-top: 0;
    height: 85px;
    margin-top: 0;
}

section.customers:not(.index) {
    height: 100px;
    padding-top: 28px;
}

section.customers.index {
    height: 85px;
    margin-top: -100px;
    opacity: 0.7;
}

section.customers.white_bg {
    background: #ffffff;
}



section.customers ul {
    list-style: none;
    padding: 0;
    margin: 0
}

section.customers ul li {
    display: inline-block;
    margin: 0 17px;
}

section.customers ul li.text {
    color: #ffffff;
    top: 1px;
    position: relative;
}

section.customers ul li img {
    height: 33px
}

body.monthly [data-type=price_yearly],
body:not(.monthly) [data-type=price_monthly] {
    display: none
}


section.pricing_header .container h2 {
    color: #fff;
    letter-spacing: -1px;
    margin-left: -100px;
    margin-top: 10px;
    margin-bottom: 15px
}

section.pricing_header .container h6 {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 14px
}

section.pricing_header .container .toggle {
    display: inline-flex;
    margin-bottom: 10px
}

section.pricing_header .container .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-left: 20px;
    margin-right: 20px
}

section.pricing_header .container .switch input {
    display: none
}

section.pricing_header .container .freq_changer {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 5px
}

section.pricing_header .container .freq_changer:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #7490af;
    -webkit-transition: .4s;
    transition: .5s;
    border-radius: 3px;
}

section.pricing_header .container input:checked+.freq_changer {
    background-color: #173855;
}

section.pricing_header .container input:focus+.freq_changer {
    box-shadow: 0 0 1px #3BDEDF
}

section.pricing_header .container input:checked+.freq_changer:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}


section.pricing_content .container .plan {
    width: 210px;
    border-radius: 5px;
    margin-top: -281px;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}

section.pricing_content .container .plan .heading {
    padding-bottom: 10px;
    background: rgba(255, 255, 255, .1);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* border-bottom:1px solid #e0ebfc; */
    color: #fff;
}

section.pricing_content .container .plan.professional .heading:before {
    display: block;
    background: #e97c2a;
    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.pricing_content .container .plan.enterprise .heading {
    background: #173855;
}

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

section.pricing_content .container .plan .heading p:before {
    margin-bottom: 25px;
    font-family: Linearicons;
    font-size: 40px;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    content: "\e6b8";
    padding: 10px 0 0;
    font-weight: 400
}

section.pricing_content .container .plan.free .heading p:before {
    content: "\e605"
}

section.pricing_content .container .plan.basic .heading p:before {
    content: "\e744"
}

section.pricing_content .container .plan.professional .heading p:before {
    content: "\e837"
}

section.pricing_content .container .plan.professional_plus .heading p:before {
    content: "\e7b9"
}

section.pricing_content .container .plan.enterprise .heading p:before {
    content: "\e60c"
}

section.pricing_content .container .plan .heading h3 {
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
}

section.pricing_content .container .plan .heading h6 {
    font-size: 13px;
    font-weight: 500
}

section.pricing_content .container .plan .heading .button {
    width: 190px;
    height: auto;
    background-color: #7490af;
    padding: 7px 12px;
    margin-top: 20px;
    margin-right: 0;
}

section.pricing_content .container .plan.professional .heading .button {
    background-color: #173855;
}

section.pricing_content .container .plan.enterprise .heading .button {
    background: #7490af;
    width: 230px;
}

section.pricing_content .container .plan.free .heading .button {
    color: #787c81;
    background: #d6dbe3
}

section.pricing_content .container .plan .features {
    text-align: left;
    border-right: 1px solid rgba(116, 144, 175, .25);
    margin-right: -4px;
    padding-left: 18px;
    margin-top: 15px;
}

section.pricing_content .container .plan.marked .features,
section.pricing_content .container .plan.professional_plus .features {
    border-right: 0
}

section.pricing_content .container .plan.professional_plus .features {
    padding-left: 13px;
}

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

section.pricing_content .container .plan .features h4:before {
    font-family: Linearicons;
    font-size: 20px;
    display: inline-block;
    speak: none;
    font-weight: 400;
    margin-right: 10px;
    margin-top: -3px;
    content: "\e71f";
    position: relative;
    top: 1px
}

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.pricing_content .container .plan .features h4.api_calls:before {
    content: "\e90b"
}

section.pricing_content .container .plan .features h4.updates:before {
    content: "\e661"
}

section.pricing_content .container .plan .features h4.ssl:before {
    content: "\e668"
}

section.pricing_content .container .plan .features h4.historical:before {
    content: "\e663"
}

section.pricing_content .container .plan .features h4.conversion_endpoint:before {
    content: "\e8da"
}

section.pricing_content .container .plan .features h4.change_base_currency:before {
    content: "\e75c"
}

section.pricing_content .container .plan .features h4.time_series:before {
    content: "\e789"
}

section.pricing_content .container .plan .features h4.support_level:before {
    content: "\e7ed"
}

section.pricing_content .container .plan .features h4.fluctuation:before {
    content: "\e7fb"
}

section.pricing_content .container .plan .features h4.custom_solutions:before {
    content: "\e874"
}

section.pricing_content .container .plan .features h4.location_module:before {
    content: "\e77a"
}

section.pricing_content .container .plan .features h4.currency_module:before {
    content: "\e75f"
}

section.pricing_content .container .plan .features h4.timezone_module:before {
    content: "\e8e8"
}

section.pricing_content .container .plan .features h4.connection_module:before {
    content: "\e8c8"
}

section.pricing_content .container .plan .features h4.security_module:before {
    content: "\e668"
}

section.pricing_content .container .plan .features h4.bulk_endpoint:before {
    content: "\e977"
}

section.pricing_content .container .plan .features h4.empty:before {
    color: transparent
}

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

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

section.pricing_content .container .plan .footer {
    padding: 0 10px 10px
}

section.pricing_content .container .plan .footer .tagline {
    padding: 20px 10px
}

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

section.pricing_content .container .plan.marked {
    width: 250px;
    background-color: #173855;
    position: relative;
    top: 35px;
}

section.pricing_content .container .plan.marked .heading p {
    /* margin-bottom: 5px; */
    color: #fff
}

section.pricing_content .container .plan.marked .footer .cta {
    background-color: #e97c2a;
    padding: 7px 12px;
    margin-top: 15px;
}
section.testimonials {
    margin-bottom: 50px;
    margin-top: 50px;
}
.testimonials h2 {
    margin-bottom: 20px;
    font-size: 20px;
    font-family: "Roboto Mono", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-decoration: underline;
}

section.stats {
    padding: 50px 0 30px 0;
    background-color: #7490af;
    background: url(../ipstack_images/transition_wave_white.svg), url(../ipstack_images/ipstack_presentation_bg_optimised.png);
    letter-spacing: normal;
    background-repeat: no-repeat;
    background-size: 101%;
    background-position: bottom;
    padding-bottom: 120px;
}

section.faq,
section.stats ul li {
    background: #fff;
    text-align: center
}

section.faq.no_cta {}

section.stats ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center
}

section.stats .container>p {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 25px;
    color: #fff;
}

section.stats ul li {
    width: 275px;
    display: inline-block;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .05), 0 1px 3px rgba(0, 0, 0, .05);
    letter-spacing: -.5px;
}


section.stats ul li .heading {
    display: inline-block;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 0;
    font-size: 29px;
    line-height: 50px
}

section.stats ul li p {
    font-size: 14px;
    letter-spacing: normal;
}

section.stats ul li.avg_response_time .heading {
    color: #ff6a2e
}

section.stats ul li.unique_locations .heading {
    color: #59e4d3
}

section.stats ul li.requests_per_day .heading {
    color: #5fcef8
}

section.stats ul li.database_updates .heading {
    color: #ca9bf4
}

section.stats ul li.number_customers .heading {
    color: #507eb1
}

section.stats ul li.cities_supported .heading {
    color: #FF8959
}

section.faq:not(.large):not(.on_contact) {
    padding-top: 60px;
}

section.faq ul {
    list-style: none;
    padding: 0 0 20px;
    margin: 0 0 35px;
    text-align: center;
    border-bottom: 1px solid #e0ebfc;
    position: relative;
}

section.faq:not(.large):not(.on_contact) ul:before {
    position: absolute;
    top: -60px;
    left: 19px;
    font-size: 20px;
    font-family: "Roboto Mono", Helvetica, Arial, sans-serif;
    font-weight: 500;
    border-bottom: 2px solid;
    content: 'Frequently Asked Questions';
}

section.faq.on_contact a {
    text-decoration: underline;
}

section.faq.large .faq_section {
    padding: 0;
    background: #ebeff4;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 30px
}

section.faq.large .faq_section:last-of-type {
    margin-bottom: 0
}

section.faq.large ul {
    margin: 0;
    padding: 10px 0;
    border: 0
}

section.faq.no_cta ul {
    margin-bottom: 10px
}

section.faq ul li {
    display: inline-block;
    width: 490px;
    text-align: left;
    margin: 15px 25px;
    box-sizing: border-box;
    letter-spacing: normal;
    font-size: 15px
}

section.faq.large ul li {
    width: 500px
}

section.faq.large ul li.marked {
    background: #ffc;
    padding: 15px;
    border-radius: 5px;
}

section.faq.large h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    margin: 0;
    background: rgba(40, 63, 89, .5);
    color: #fff;
    padding: 0 10px;
    line-height: 30px
}

section.faq ul li .q {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    position: relative
}

section.faq ul li .q:before {
    font-size: 14px;
    display: inline-block;
    speak: none;
    font-weight: 700;
    margin-top: 0;
    position: absolute;
    left: -34px;
    top: 2px;
    content: '?';
    background: #7490af;
    color: #fff;
    width: 21px;
    padding: 0 0 2px;
    text-align: center;
    border-radius: 4px;
}

section.faq.large ul li .q:before {
    display: none
}

section.faq ul+span {
    display: inline-block;
    color: #333;
    font-weight: 700;
    margin-right: 25px;
    letter-spacing: normal
}

section.faq ul+span+a.button.docs {
    color: #787c81;
    background: #d6dbe3;
    letter-spacing: normal;
    margin-right: 5px;
    box-shadow: none;
}

section.faq ul+span+a+a.button.cta {
    background-color: #e97c2a;
    letter-spacing: normal;
    box-shadow: none;
}

section.faq ul+span+a+a.button.cta .small {
    text-transform: lowercase;
}


section.preapp form fieldset.alerts,
form fieldset.alerts {
    background: #e35256;
    padding: 5px 10px 7px 10px;
    font-weight: 600;
}

form fieldset.alerts.success {
    background: #3da07b !important;
}

section.preapp.signup form fieldset:not(.captcha):not(.plan) {
    padding-bottom: 5px
}

section.preapp.signup form fieldset.captcha {
    text-align: center;
    padding-top: 25px;
}

section.preapp.login form fieldset {
    width: 350px;
    padding-top: 5px;
}

section.preapp form fieldset.captcha div:not(.line) {
    margin: 0;
    width: auto!important;
    height: auto!important
}

section.preapp form fieldset.captcha div.line {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 14px 25px 10px;
}

section.preapp form fieldset.captcha div.line.tos {
    margin-top: 0
}

section.preapp form fieldset.captcha .line.checkboxes input {
    width: 20px;
    display: inline-block;
    float: left;
    position: relative;
    left: -5px;
    top: 1px
}

section.preapp form fieldset.captcha .line.checkboxes input.error+label,
section.preapp form fieldset.captcha .line.checkboxes input.error+label a {
    color: #ff0000;
}

section.preapp form fieldset.captcha .line.checkboxes label {
    text-align: left;
    font-weight: 400;
    margin-bottom: 0;
    float: right;
    width: 370px;
    position: relative;
    top: -4px;
    right: 5px
}


section.preapp.forgot form fieldset p {
    color: #333;
    text-align: left;
    padding: 10px 15px 15px;
    font-size: 14px;
    line-height: normal;
}

section.preapp.forgot form fieldset p span {
    font-weight: 700;
    display: block;
    margin-bottom: 5px
}

section.preapp form fieldset.captcha label.submit {
    background: rgba(40, 63, 89, .2);
    padding: 10px 20px 13px 20px;
    font-weight: 700;
    pointer-events: none;
    border-radius: 50px;
}
.signup_button_submit {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}


section.contact_form form fieldset .line,
section.preapp form fieldset .line {
    display: block;
    margin-bottom: 10px;
    padding: 5px 10px 0
}

section.contact_form form fieldset .line:last-of-type,
section.preapp.login form fieldset .line:last-of-type {
    margin-bottom: 30px
}

section.preapp.login form fieldset .line {
    margin-bottom: 10px
}

section.preapp form fieldset .line.double input {
    width: 49%
}

section.contact_form form fieldset .line label,
section.preapp form fieldset .line label {
    display: block;
    margin-bottom: 7px;
    color: #333;
    font-weight: 600;
    font-size: 14px
}

section.preapp form fieldset .line label a.forgot,
section.preapp.forgot form fieldset .line label a.log_in_instead {
    float: right;
    text-decoration: underline;
    color: inherit
}

section.preapp form fieldset .line label span.star {
    color: red;
    font-size: 12px;
    position: relative;
    top: -3px;
    left: 0;
    margin-right: 0px;
}


input.error,
select.error {
    background: #fce3e4 !important;
    border-color: #f3b9bb !important;
}

section.contact_form form fieldset .line select,
section.preapp form fieldset .line select {
    width: 100%;
    height: 41px;
    background: #fff;
    color: #333;
    border: 1px solid rgba(40, 63, 89, .35);
    border-radius: 3px
}

form fieldset .line select.disabled {
    pointer-events: none;
    cursor: default;
    background: #d8e0ea !important;
    border: 0 !important;
}

section.preapp form fieldset.plan .line>label {
    margin-bottom: 15px
}

section.preapp form fieldset.plan.free .line {
    margin-bottom: 0
}

section.preapp form fieldset.plan.free .line>label {
    margin-bottom: 8px
}

section.preapp form fieldset.plan.free .frequency {
    display: none;
}

section.preapp form fieldset.plan .line>label span {
    font-weight: 700
}

section.preapp form fieldset.plan .line>label .right {
    float: right;
    text-decoration: none
}

section.preapp form fieldset.plan .line>label .right a {
    color: inherit
}

section.preapp form fieldset.plan .line>div>label {
    font-weight: 400
}

section.preapp form fieldset.plan .line>div>label input {
    display: inline;
    width: 20px
}

section.preapp form fieldset.plan .line>div>label .discount {
    background: #3da07b;
    color: #fff;
    display: inline-block;
    padding: 1px 6px 3px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
    margin-left: 2px
}

section.legal {
    padding: 40px 0;
    color: #333;
    line-height: normal;
    background: #fff;
}

section.contact p,
section.contact p a {
    font-family: "Roboto Mono", Helvetica, Arial, sans-serif
}

section.legal h2 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: normal;
    font-weight: 700
}

section.legal h4 {
    font-weight: 700;
    line-height: 20px;
    margin-top: 20px;
    display: block;
    position: relative
}

section.legal p {
    font-size: 15px;
    line-height: 20px
}

section.legal ul {
    font-size: 15px
}

section.legal ul li {
    margin-bottom: 13px
}

section.legal a {
    text-decoration: underline;
    color: inherit
}

section.legal strong.definition {
    display: block;
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 17px
}

section.contact.white_bg {
    background: #fff;
}

section.contact p {
    text-align: center;
    color: #333;
    font-weight: 700;
    padding: 20px 0 25px;
    margin-bottom: 0
}

section.contact_form h3,
section.contact_form p {
    text-align: center;
    color: #fff
}

section.contact p span.non_bold {
    font-weight: 400
}

section.contact p a {
    background-color: #283f59;
    margin-left: 15px;
    height: 40px;
    padding: 10px 12px
}

section.contact_form {
    padding: 40px 0 50px 0;
    background: #d8e0ea;
    text-align: center;
}

section.contact_form h3 {
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 0;
    padding: 0 0 1px;
    margin-bottom: 20px;
    background: #173855;
    text-transform: uppercase;
}

section.contact_form fieldset.info h3 {
    background: rgba(40, 63, 89, .35);
    margin-bottom: 15px
}

section.contact_form form fieldset {
    border: 0;
    width: 600px;
    display: inline-block;
    margin: 0 auto;
    background: #b9c2ce;
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    top: 0;
}

section.contact_form form fieldset.alerts {
    width: 908px;
    padding: 5px 10px 7px 10px;
    margin-bottom: 20px;
    color: #fff;
    background: #e35256;
}

section.contact_form form fieldset.alerts.hidden {
    display: none;
}

section.contact_form form fieldset.info {
    width: 290px;
    margin-left: 15px;
    position: relative;
    /* top: -778px; */
    color: #333;
    height: 195px;
    vertical-align: top;
}

section.contact_form form fieldset.info .line.address {
    padding-top: 0;
    border-bottom: 1px solid rgba(40, 63, 89, .35);
    padding-bottom: 20px
}

section.contact_form form fieldset.info .line.email {
    margin-bottom: 0
}

section.contact_form form fieldset.info .line.address:before,
section.contact_form form fieldset.info .line.email:before {
    font-family: Linearicons;
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    content: "\e781";
    float: left;
    line-height: 60px;
    top: -20px;
    position: relative
}

section.contact_form form fieldset.info .line.address:before {
    content: "\e782";
    top: -15px
}

section.contact_form form fieldset.info .line.email:before {
    content: "\e697"
}

section.contact_form form fieldset .line textarea {
    border-radius: 3px;
    border: 1px solid rgba(40, 63, 89, .35);
    padding: 10px 7px;
    width: 100%;
    color: #333;
    min-height: 100px
}

section.contact_form form fieldset .line.submit {
    padding: 0;
    margin: 0
}

section.contact_form form fieldset .line label.submit {
    margin-bottom: 0;
    color: #fff
}

section.contact_form form fieldset .line {
    padding: 5px 15px
}


/* section hero */

section.hero .container .options {
    width: 490px;
    border: 1px solid #dce2e8;
    border-radius: 5px;
    overflow: hidden;
    margin-top: -30px;
}

section.hero .container .options>div:first-of-type {
    background: #f4f6f8;
}
section.hero .container .options>div:last-of-type {
    border: 0;
}

section.hero .container .options>div {
    padding: 12px 15px 13px 15px;
    border-bottom: 1px solid #dce2e8;
    height: 91px;
    position: relative;
}

section.hero .container .options>div span.price {
    display: inline-block;
    width: 60px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    top: 32px;
    margin-left: 60px;
    color: #000;
}

small.billed-price {
    font-size: 10px !important;
    font-weight: 300;
}

section.hero .container .options>div a.cta {
    float: right;
    background: #0b26d8;
    color: #fff;
    text-transform: uppercase;
    margin-right: 0;
    font-weight: 700;
    padding: 10px 10px 11px 10px;
    margin-top: 0;
    border-radius: 3px;
    font-size: 13px;
    position: relative;
    top: -14px;
    width: 110px;
    text-align: center;
}


section.hero .container .options>div a.option-cta {
    float: right;
    background: #e97c2a;
    color: #fff;
    text-transform: uppercase;
    margin-right: 0;
    font-weight: 700;
    padding: 10px 10px 11px 10px;
    margin-top: 0;
    border-radius: 3px;
    font-size: 13px;
    position: relative;
    top: 20px;
    width: 110px;
    text-align: center;
}

section.hero .container .options>div p {
    display: inline-block;
    max-width: 220px;
    margin-bottom: 0;
    font-size: 14px;
    color: #333;
    line-height: normal;
}

section.hero .container .options>div span.heading {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 6px;
}

section.hero .container .options>div span.line-space {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: -32px;
}

section.hero .container .options>div span.price small {
    display: block;
    font-size: 100%;
    position: relative;
    top: 10px;
}




/* contact from changes */

section.contact_form form fieldset .line.double input {
    width: 49%
}

section.contact_form form fieldset .line.checkboxes input {
    width: 20px;
    display: inline-block;
    vertical-align: top;
}

section.contact_form form fieldset .line.checkboxes label {
    display: inline-block;
    width: calc(100% - 25px);
    position: relative;
    bottom: 3px;
}


/* contact from changes done */

section.about {
    padding: 40px 0;
    color: #333;
    letter-spacing: normal;
    line-height: normal;
}

section.about p {
    line-height: 23px;
    font-size: 15px;
    letter-spacing: 0
}

section.about h5 {
    font-size: 15px;
    font-weight: 600
}

section.about ul {
    margin: 40px 0 0;
    padding: 0;
    list-style: none
}

section.about ul li {
    margin-bottom: 15px
}

section.about ul li:before {
    font-family: Linearicons;
    font-size: 20px;
    display: inline-block;
    speak: none;
    font-weight: 400;
    margin-right: 10px;
    content: "\e71f";
    position: relative;
    top: 3px
}

section.about ul li.pricing:before {
    content: "\e68d"
}

section.about ul li.api_doc:before {
    content: "\e718"
}

section.about ul li.support:before {
    content: "\e7ed"
}

section.about ul li a {
    color: inherit;
    font-weight: 500
}

section.about img {
    width: 200px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 99px;
    padding: 10px;
}

section.about img+h5 {
    display: block;
    font-size: 22px;
    margin-left: 0;
    position: relative;
    top: -5px;
}

section.documentation {
    background: #fff;
    padding: 100px 0 40px
}


section.documentation .doc_section a {
    color: #157fb8;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-font-smoothing: subpixel-antialiased;
}

section.documentation .doc_section a.popup_link:before {
    font-family: Linearicons;
    font-size: 14px;
    margin-right: 5px;
    display: inline-block;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-font-smoothing: subpixel-antialiased;
    border: none;
    padding: 0;
    content: '\e925';
    position: relative;
    top: 1px;
}

section.documentation .doc_section a.outgoing_link:after {
    font-family: Linearicons;
    font-size: 14px;
    margin-left: 6px;
    display: inline-block;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-font-smoothing: subpixel-antialiased;
    border: none;
    padding: 0;
    content: '\e7b0';
    position: relative;
    top: 1px;
}

section.documentation .doc_section pre a {
    text-decoration: none;
    background: rgba(255, 255, 255, .25);
    padding: 9px 9px;
    position: absolute;
    right: 10px;
    font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
}

section.documentation .doc_section pre a.output {
    bottom: 10px;
    right: 70px;
    width: 50px;
    text-align: center;
}

section.documentation .doc_section pre a.output+a.output {
    right: 10px;
}

section.documentation .doc_section pre a.output.current {
    background: #ffffff;
    color: #333333 !important;
}

section.documentation .doc_section pre a.output.current span {
    color: #333333 !important;
}

section.documentation .doc_section pre a.output.current.only {
    width: 90px;
    right: 10px;
}

section.documentation .doc_section pre a:hover {
    background: rgba(255, 255, 255, .35);
}

section.documentation .doc_section a.docs_btn {
    background: #e97c2a;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 10px;
    border-radius: 3px;
    margin-bottom: 5px;
    display: block;
    width: 175px;
    text-align: center;
}



section.documentation .sidebar ul li:last-of-type a {
    border-bottom: 0
}

section.documentation .sidebar ul.github li a {
    padding-left: 40px;
    position: relative;
}

section.documentation .sidebar ul.github li a:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../ipstack_images/github_svg.svg);
    background-size: contain;
    display: inline-block;
    left: 12px;
    top: 9px;
}


section.documentation .content .doc_section ul.endpoints {
    padding: 0 20px;
}

section.documentation .content .doc_section ul.endpoints li {
    margin-bottom: 10px;
}

section.documentation .content .doc_section ul.endpoints li a {
    font-weight: 600;
    display: block;
    text-decoration: underline;
}

section.documentation .content .doc_section ul.languages {}

section.documentation .content .doc_section ul.languages li {
    margin-bottom: 10px;
}

section.documentation .content .doc_section ul.languages li code {
    width: 57px;
    display: inline-block;
    text-align: center;
}

section.documentation .content .doc_section p {
    line-height: 20px;
    margin-bottom: 15px
}

section.documentation .content .doc_section h1 {
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 15px
}

section.documentation .content .doc_section h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-top: 0
}

section.documentation .content .doc_section pre {
    background: #192738;
    padding: 10px;
    overflow: hidden;
    overflow-x: scroll;
    width: 100%;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 13px;
    position: relative;
    max-width: none;
}

section.documentation .content .doc_section code {
    background: rgba(40, 63, 89, .15);
    padding: 1px 5px 3px;
    border-radius: 3px;
}

section.documentation .content .doc_section table {
    width: 100%;
    text-align: left;
    border-radius: 5px;
    overflow: hidden;
    border: 0;
}

section.documentation .content .doc_section table thead {}

section.documentation .content .doc_section table thead tr {}

section.documentation .content .doc_section table thead tr th {
    background: #283f59;
    color: #ffffff;
    padding: 5px 10px;
}

section.documentation .content .doc_section table tbody {}

section.documentation .content .doc_section table tbody tr {}

section.documentation .content .doc_section table tbody tr td {
    padding: 5px 10px;
    height: 45px;
}

section.documentation .content .doc_section table tbody tr td:first-of-type {
    width: 40%;
}

section.documentation .content .doc_section table.error_codes tbody tr td:first-of-type {
    width: unset;
}

section.documentation .content .doc_section pre div.xml {
    display: none;
}

section.sitemap {
    text-align: center;
    padding: 60px 0;
}

section.sitemap ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 250px;
    text-align: left;
    margin: 0 auto;
    padding-left: 55px;
}

section.sitemap ul li {
    margin: 5px 0;
}

section.sitemap ul li.heading {
    font-weight: bold;
    color: #283f59;
    margin-bottom: 15px;
}

.ipchecker {
    display: inline-block;
    height: 400px;
    width: 500px;
    background: #fff;
    float: right;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(50, 50, 93, .1);
}

.ipchecker .i_footer {
    width: 100%;
    height: 25px;
    background: #F1F4F9;
    display: none;
}


.ipchecker .i_header>div {
    position: relative;
}


.ipchecker .i_header input[type="text"]::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #6881A9;
    opacity: 1;
}

.ipchecker .i_header input[type="text"]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #6881A9;
    opacity: 1;
}

.ipchecker .i_header input[type="text"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #6881A9;
    opacity: 1;
}

.ipchecker .i_header input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6881A9;
    opacity: 1;
}


.ipchecker .i_header label[disabled] {
    opacity: 0.25;
}

.ipchecker .i_header label:hover {
    background: #e97c2a;
}

.ipchecker .i_header input[type="submit"] {
    visibility: hidden;
    position: absolute;
}



@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ipchecker .i_body.loading,
.ipchecker .i_body.error {
    background: #F1F4F9;
    height: 100%;
    position: relative;
}

.ipchecker .i_body.error:before {
    position: relative;
    background-size: 100% 100%!important;
    margin-bottom: 5px;
    font-family: Linearicons;
    font-size: 40px;
    display: inline-block;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    margin: 0 auto;
    display: block;
    width: 40px;
    top: 95px;
    content: '\e99c';
}

.ipchecker .i_body.error:after {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 300px;
    font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
    font-size: 19px;
    top: 105px;
    text-align: center;
    content: 'IP Lookup Failed. Please try again.';
}

.ipchecker .i_body.error.rate_limit_exceeded:after {
    content: 'Rate limit reached. Try again later.';
    width: 305px;
}

.ipchecker .i_body.loading:before {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 193px;
    font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
    font-size: 19px;
    top: 110px;
    content: 'IP Lookup In Progress';
}

.ipchecker .i_body.loading:after {
    margin: 0 auto;
    top: 90px;
    position: relative;
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 .6s infinite linear;
    animation: load8 .6s infinite linear;
    border-top: 2px solid rgba(104, 129, 169, .15);
    border-right: 2px solid rgba(104, 129, 169, .15);
    border-bottom: 2px solid rgba(104, 129, 169, 1);
    border-left: 2px solid rgba(104, 129, 169, 1);
    margin-top: 45px!important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: block;
    content: '';
}

.ipchecker .i_body.loading .rows {
    display: none;
}


.ipchecker .i_body .rows .row {
    color: #414770;
    margin-bottom: 2px;
    font-weight: 500;
    white-space: nowrap;
}

.ipchecker .i_body .rows .row:before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 5px;
}



.ipchecker .i_body .rows .row.array>i {
    background: url(../ipstack_images/triangle.svg) center no-repeat;
    cursor: pointer;
}

.ipchecker .i_body .rows .row.array.open>i {
    transition: transform 0.2s, -webkit-transform 0.2s;
    transform: rotate(90deg);
}

.ipchecker .i_body .rows .row span {
    color: #414770;
    display: inline-block;
    margin-right: 20px;
}

.ipchecker .i_body .rows .row.number span {
    color: #fa7459
}

.ipchecker .i_body .rows .row.string span {
    color: #149570
}

.ipchecker .i_body .rows .row.boolean span {
    color: #6772e4
}

.ipchecker .i_body .rows .row.array>span {
    color: #414770;
}

.ipchecker .i_body .rows .row.null span {
    color: #91a2b0
}

.ipchecker .i_body .rows .row.number:before {
    background: url('../ipstack_images/ipcheck_number.svg');
    background-position: 0 0px;
    background-repeat: no-repeat;
}

.ipchecker .i_body .rows .row.string:before {
    background: url('../ipstack_images/ipcheck_string.svg');
    background-position: 0 0px;
    background-repeat: no-repeat;
}

.ipchecker .i_body .rows .row.boolean:before {
    background: url('../ipstack_images/ipcheck_boolean.svg');
    background-position: 0 0px;
    background-repeat: no-repeat;
}

.ipchecker .i_body .rows .row.array:before {
    background: url('../ipstack_images/ipcheck_array.svg');
    background-position: 0 0px;
    background-repeat: no-repeat;
}

.ipchecker .i_body .rows .row.null:before {
    background: url('../ipstack_images/ipcheck_null.svg');
    background-position: 0 0px;
    background-repeat: no-repeat;
}

.ipchecker .i_body .rows .row .subrows {
    display: none;
}

.ipchecker .i_body .rows .row.open>.subrows {
    display: block;
}

.ipchecker .i_body .rows .row.open>.subrows {
    margin-left: 20px;
    margin-top: 2px;
    margin-bottom: 5px;
}

.inline {
    display: inline-block;
    float: left;
}

footer {
    text-align: center;
    padding: 50px 0 20px;
    background: #ebeff4;
    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: 8px;
}

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

footer ul li a {
    /* color: #333; */
    color: #ffffff;
    cursor: pointer
}

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
}

footer p a {
    color: inherit;
    text-decoration: underline;
}

.header_banner {
    display: none;
}

.header_banner a {
    /* text-decoration: underline; */
    color: #444;
    font-weight: bold;
}

body.has_legacy_banner .header_banner {
    display: block;
    padding: 5px 15px 7px 15px;
    text-align: center;
    color: #333;
    background: #d6dbe3;
}

.header_banner span:before {
    font-family: Linearicons;
    font-size: 18px;
    margin-right: 20px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    content: "\e8aa";
    border: none;
    padding: 0;
    font-weight: 400;
    position: absolute;
    margin-left: -23px;
    margin-top: -2px;
}

body.has_legacy_banner nav.header {
    top: 31px;
}

body.has_legacy_banner section.hero {
    padding-top: 151px;
}

.prettyprint {
    background: #1d1f21;
    font-family: Menlo, Bitstream Vera Sans Mono, DejaVu Sans Mono, Monaco, Consolas, monospace;
    border: 0!important;
}

.pln {
    color: #c5c8c6
}

.xml .pln,
.xml .pun,
.xml .kwd,
.xml .com {
    color: #ffce54 !important;
}

ol.linenums {
    margin-top: 0;
    margin-bottom: 0;
    color: #969896
}

li.L0,
li.L1,
li.L2,
li.L3,
li.L4,
li.L5,
li.L6,
li.L7,
li.L8,
li.L9 {
    padding-left: 1em;
    background-color: #1d1f21;
    list-style-type: decimal
}

.onsite_popup_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    top: 0;
    border: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
}

.onsite_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    z-index: 9999999999999999999999999999;
}

.onsite_popup section {
    width: 400px;
    height: auto;
    background: #fff;
    top: 0;
    display: block;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 10%;
    color: #333333;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .2), 0 1px 3px rgba(0, 0, 0, .2);
}

.onsite_popup .onsite_popup_header {
    height: 50px;
    padding: 5px 15px;
    background: rgba(0, 0, 0, .1);
}

.onsite_popup .onsite_popup_header h1 {
    font-size: 20px;
    line-height: normal;
    margin: 0;
    /* font-weight: bold; */
    display: inline-block;
    margin-top: 5px;
}

.onsite_popup .onsite_popup_header a {
    position: absolute;
    right: 15px;
    padding: 7px;
    border-radius: 3px;
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    top: 10px;
    background: rgba(0, 0, 0, .1);
    cursor: pointer;
}

.onsite_popup ul {
    margin: 20px 0;
}

.onsite_popup ul li {
    margin-bottom: 10px;
}

@media screen {
    .white .str,
    .white .kwd,
    .white .com,
    .white .typ,
    .white .lit,
    .white .pun,
    .white .opn,
    .white .clo,
    .white .pln,
    .white .tag,
    .white .atn,
    .white .atv,
    .white .dec,
    .white .var,
    .white .fun {
        color: #707070 !important;
    }
    .fade .str,
    .fade .kwd,
    .fade .com,
    .fade .typ,
    .fade .lit,
    .fade .pun,
    .fade .opn,
    .fade .clo,
    .fade .pln,
    .fade .tag,
    .fade .atn,
    .fade .atv,
    .fade .dec,
    .fade .var,
    .fade .fun {
        color: #999999 !important;
    }
    .orange .str,
    .orange .kwd,
    .orange .com,
    .orange .typ,
    .orange .lit,
    .orange .pun,
    .orange .opn,
    .orange .clo,
    .orange .pln,
    .orange .tag,
    .orange .atn,
    .orange .atv,
    .orange .dec,
    .orange .var,
    .orange .fun {
        color: #ffce54 !important;
    }
    .code .pln,
    .code .kwd {
        color: #ff7f7f !important;
    }
    .code.jquery .pln,
    .code.jquery .kwd {
        color: #ffffff !important;
    }
    .str {
        color: #ffce54!important;
    }
    .kwd {
        color: #a0d468!important;
    }
    .com {
        color: #a2a2a2!important;
    }
    .typ {
        color: #4fc1e9!important;
    }
    .lit {
        color: #a0d468!important;
    }
    .pun {
        color: #e6e9ed!important;
    }
    .opn {
        color: #e6e9ed!important;
    }
    .clo {
        color: #e6e9ed!important;
    }
    .tag {
        color: #ed5565!important;
    }
    .atn {
        color: #a0d468!important;
    }
    .atv {
        color: #ffce54!important;
    }
    .dec {
        color: #ac92ec!important;
    }
    .var {
        color: #e6e9ed!important;
    }
    .fun {
        color: #e6e9ed!important;
    }
}

@media screen and (min-width: 801px) {
    html,
    body {
        min-width: 1170px;
    }
}

.mobile_menu_icon,
.show_mobile {
    display: none;
}

@media screen and (max-width: 1440px) {
    section.hero {
        padding-top: 160px;
        padding-bottom: 200px;
    }
}

@media screen and (max-width: 800px) {
    section.customers ul {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
        padding: 0 50px 0 30px;
    }
    .hero .inline {
        display: block;
        float: none;
        width: 100%;
    }
    .hero .codebox {
        display: none;
    }
    .hero .inline {
        margin-bottom: 0px;
        text-align: center;
    }
    .container {
        width: 100%;
    }
    section.hero {
        padding-top: 75px;
        padding-bottom: 60px;
    }
    section.presentation {
        padding: 15px 0 65px 0;
        background-size: 100%, cover;
    }
    section.presentation .side {
        width: 100%;
        margin: 0 !important;
    }
    section.presentation .side.right {
        margin-top: 15px !important;
    }
    section.hero .container h4 br {
        display: none;
    }
    section.cta span,
    section.cta .button {
        display: block;
        width: 100%;
    }
    section.cta span {
        max-width: 350px;
        margin: 0 auto;
    }
    section.cta span>span {
        display: inline;
        margin: 0;
    }
    section.cta .button {
        margin: 0 !important;
        display: inline-block;
        width: auto;
        float: none;
        margin-top: 20px !important;
    }
    section.cta .button.docs {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    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;
    }
    .header .mobile_menu_icon:before {
        position: absolute;
        top: 11px;
        right: 0;
        background-size: 100% 100%!important;
        margin-bottom: 5px;
        font-family: Linearicons;
        font-size: 30px;
        margin-right: 20px;
        vertical-align: middle;
        display: inline-block;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: grayscale;
        color: #ffffff;
        content: "\e92b";
    }
    .header.light .mobile_menu_icon:before {
        color: #ffffff;
    }
    .header ul {
        display: none;
        background: #ffffff;
        color: #333333;
        position: absolute;
        margin: 0;
        float: none;
        left: 0;
        width: 100%;
        top: 70px;
        border-bottom: 2px solid #d7d7d9;
    }
    .header ul>li>a {
        color: #333333;
        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(0, 0, 0, .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;
        background: transparent;
        color: #333333;
    }
    section.hero .container h4 {
        max-width: 550px;
        margin: 0 auto;
    }
    section.hero .container .button {
        width: 150px;
    }
    section.pricing_content .container .plan {
        width: 100%;
        display: block;
        margin-top: 0;
        max-width: 300px;
        margin: 0 auto;
        margin-bottom: 15px;
        box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    }
    section.pricing_content .container .plan .features {
        background: #ffffff;
    }
    section.pricing_header {
        padding-top: 75px;
        padding-bottom: 50px;
    }
    section.pricing_header h6 span {
        display: none;
    }
    section.pricing_header .container h2 {
        margin-left: 0;
    }
    section.pricing_content {
        background: #507eb1;
    }
    section.pricing_content .container .plan .features {
        margin-top: 0px;
        border: 0;
        margin-right: 0;
        padding-left: 0;
        padding: 10px 0;
        color: #ffffff;
        background: rgba(255, 255, 255, .1);
        border-radius: 0 0 5px 5px;
    }
    section.pricing_content .container .plan .features h4.empty {
        display: none;
    }
    section.pricing_content .container .plan .heading .button {
        color: #787c81;
        background: #d6dbe3;
    }
    section.pricing_content .container .plan .features h4 {
        padding: 0px 20px;
        color: #ffffff;
        width: 215px;
        margin: 10px auto;
    }
    section.pricing_content .container .plan.professional .heading .button {
        color: #ffffff;
    }
    section.pricing_content .container .plan.marked {
        width: 100%;
        top: 0;
    }
    section.pricing_content .container .plan.marked .features {
        background: transparent;
    }
    section.pricing_content .container .plan.marked .heading .button {
        color: #ffffff;
    }
    section.pricing_content .container .plan .footer {
        display: none;
    }
    section.pricing_content {
        padding-bottom: 20px;
        background: #1a4164;
    }
    section.pricing_header {
        background: #1a4164;
    }
    section.faq ul {
        margin: 0 0 20px;
    }
    section.faq ul li {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    section.faq {
        padding: 20px 10px;
    }
    section.faq ul+span {
        margin-bottom: 20px;
        margin-right: 0;
    }
    section.faq ul li .q:before {
        display: none;
    }
    section.faq .button {
        margin-bottom: 10px;
    }
    section.faq.large ul {
        padding: 0 10px;
    }
    section.faq.large ul li {
        width: 100%;
    }
    section.faq.large ul li.empty {
        display: none;
    }
    section.contact p a {
        margin: 0;
        margin-top: 10px;
    }
    section.documentation .sidebar,
    section.documentation .content {
        float: none;
        width: 100%;
    }
    .header.dark_bg ul>li.go_to_dashboard>a {
        border: none;
        top: 0;
    }
    section.about img {
        display: none;
    }
    section.about img+h5 {
        margin-left: 0;
    }
    section.contact_form form fieldset {
        float: none;
        width: 100%;
        display: block;
    }
    section.contact_form form fieldset.info {
        width: 100%;
        top: unset;
        margin: 0;
        margin-top: 20px;
    }
    section.faq.no_cta ul+p {
        text-align: left;
        line-height: normal;
    }
    section.hero_small p {
        width: 100%;
        margin-bottom: 0;
        margin-top: 20px;
    }
    section.contact_form form fieldset.alerts {
        width: 100%;
    }
    section.sitemap {
        display: none;
    }
    .header ul>li.action.cta>a {
        margin: 10px !important;
        border-radius: 0;
        padding: 6px;
        background: #e97c2a !important;
        color: #ffffff !important;
    }
    section.preapp.login form fieldset,
    section.preapp form fieldset {
        width: 100%;
        max-width: 350px;
    }
    section.preapp form fieldset.captcha .line.checkboxes label {
        float: none;
        width: auto;
    }
    body.has_legacy_banner .header_banner {
        white-space: nowrap;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
        overflow-x: scroll;
    }
    .header_banner span:before {
        display: none;
    }
    body.has_legacy_banner section.hero {
        padding-top: 75px;
    }
    section.documentation .doc_section pre a.run {
        position: relative;
        display: block;
        right: 0;
        text-align: center;
        padding-top: 7px;
        padding-bottom: 7px;
        margin-bottom: 15px;
    }
    section.documentation .content .doc_section table.response_objects {
        overflow: scroll;
        white-space: nowrap;
        display: block;
    }
    .show_mobile {
        display: block;
    }
    .scroll_notice {
        color: green;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
        width: 100%;
        display: block;
    }
    .ipchecker {
        display: none;
    }
    section.hero {
        padding-top: 100px;
        padding-bottom: 180px;
    }
    section.modules .module .box {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    section.modules .module p {
        float: none;
        width: 100%;
        margin-bottom: 0;
    }
    section.modules .module {
        width: 100%;
        border-radius: 0;
        margin-bottom: 0;
    }
    section.modules {
        padding-bottom: 20px;
    }
    .header.light ul>li.action>a,
    section.presentation .side {
        box-shadow: none;
        background: transparent;
        color: #ffffff;
    }
    section.stats {
        background: #7490af;
        padding-bottom: 20px;
    }
    section.faq:not(.large):not(.on_contact) ul:before {
        top: unset;
        left: unset;
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        display: block;
        border: none;
        text-align: left;
    }
    section.faq:not(.large):not(.on_contact) {
        padding-top: 30px;
    }
    .header.light ul>li>a {
        color: #333333;
    }
    section.preapp.login p.join a {
        display: block;
    }
    section.presentation .side>h3:before {
        display: none;
    }
}

@media screen and (max-width: 350px) {
    section.modules .module .box pre {
        display: none;
    }
}


/* blog csss */



/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn 
{
    float: left;
    width: 25% !important;
    /* margin-top: 50px;
    padding-left: 200px;
    background: #f2f4fd; */
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-right: 10px;
    height: fit-content;
    width: -webkit-fill-available;
    
}
.sidebar {
    width: 300px;
}
  
  /* Right column */
.rightcolumn 
{
    float: left;
    width: 75%;
    padding-left: 50px;
    /* margin-top: 50px; */
    /* padding-right: 200px; */
    /* background: #f2f4fd;;
    margin-left: 200px; */
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    
    
}
div#blog_more {
    margin-bottom: 50px;
}

.blog-row {
    margin-right: 200px;
    margin-left: -200px;
}

.bg-inline-row {
    display: inline-flex;
}

/* Fake image */

section.blog 
{
    padding: 100px 0 40px;
    background-color: #fff;
}
  
  /* Add a card effect for articles */
.card 
{
    width: 49%;
    background-color: #ebeff4;
    padding: 20px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 5px;
}
.card h3 {
    font-size: 20px;
    line-height: 25px;
    color: #283f59;
}
.card {
    color: #283f59;
}

.card h2 {
    font-size: 30px;
}

.card a {
    color: #6881A9;
}

.main-posts {
    /* background: #ebeff4;
    padding: 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; */
}

h2.sidebar-post {
    /* background: #283f59; */
    color: #0b26d8;
    padding: 0 20px 0 20px;
    margin-bottom: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 20px;
    text-transform: uppercase;
}

.sidebar 
{
    margin-top: 20px;
    border-radius: 5px;
}

.br-title {
    float: left;
}

.br-link {
    margin-top: 30px;
    float: right;
    text-align-last: end;
    text-transform: uppercase;
}

.br-link a {
    color: #ffffff;
}

section.breadcrumbs {
    background: #283f59;
    color: #fff;
    margin-top: -30px;
    margin-bottom: 30px;
    padding: 20px;
    text-transform: uppercase;
}


/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) 
{
.leftcolumn, .rightcolumn {
      width: 100%;
      padding: 0;
    }
}

@media only screen and (max-width: 768px){
div.feature-img img {
    width: 100%;
    height: auto;
}
}


/* Articles */

section.blog-post {
    background: #fff;
}

pre.pretty-blog {
    max-height: 450px;
}
pre.prettyprint span.primary-color {
    color: #b5b5b5;
    
}

pre.prettyprint span.secoundary-color {
    color: #586d4c;
}
pre.prettyprint span.third-color {
    color: #b86f31;
}

section.article h2 {
    font-weight: 700;
    font-size: 20px;
    color: #333333;
}
section.blog-post {
    padding: 100px 0 40px;
}
section.blog-post .container h1 {
    font-weight: 700;
    font-size: 30px;
    color: #333333;
}

section.article p {
    font-size: 15px;
    line-height: 20px;
    color: #333333;
}

.br-title h1 {
    color: #fff !important;
}
.blog-pagination {
    text-align: center;
    margin-top: 50px;
}
a.blog-previous {
    margin: 10px;
}
a.blog-next {
    margin: 10px;
}

.rightcolumn.blog-space {
    padding-left: 50px;
}
.blog-feature-img {
    margin-bottom: 15px;
}

span.required {
    color: #ff0000;
}

ul.ipstack_blog_bullets li {
    font-size: 15px;
    color: #333333;
}

/* footer styling */
.copyright-link {
    margin-top: 70px;
    margin-bottom: 15px;
    color: #fff;
}
.copyright-link a {
    color: #fff;
}
.copyright-text {
    color: #fff;
    font-size: 12px;
}
.copyright-text a {
    color: #fff;
    text-decoration: underline;
}

.social-logo {
    margin-left: 5px;
    margin-right: 5px;
}
.social-links {
    display: flex;
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .social-links {
        justify-content: center;
    }
    
    /* section hero-main */
    section.hero .container .options>div {
        text-align: left;
        height: auto;
        
    }
    section.hero .container .options {
        width: 100%;
        max-width: 500px;
    }
    section.hero .container .options>div a.cta {
        float: none;
        display: block;
        margin-top: 30px;
        width: 100%;
    }

    section.hero .container .options>div span.line-space {
        margin-bottom: -26px;
    }
    section.hero .container .options>div a.option-cta {
        top:auto
    }
    section.hero .container .options>div span.price {
        width: auto;
    }
    
}
.button-more {
    text-align: right;
    margin-top: 50px;
    margin-right: 200px;
}

.more-blog{
    display: none;
}


/* thank you */

.related_blogs {
    display: flex;
    overflow: auto;
}
.box {
    background-color: #ebeff4;
    padding: 10px;
    border-radius: 5px;
}
.related_block {
    padding: 20px;
}
.related_img {
    width: 100%;
}


h2.related_title {
    color: #333;
    margin-left: 20px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .related_blogs {
        display: block !important;
    }
}



@media screen and (max-width: 820px) and (max-height:1180px) {
    .row.related_blogs {
        display: flex;
        overflow: auto;
    }
}

/* pricing style */
span.align-top {
    font-size: 14px !important;
    vertical-align: super;
}

/* blog thre use api bullets styling */
ul.blog-list li {
    font-size: 15px;
    color: #333333;
}


/* 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;
}

/* update homepage styling */

section.customers_logo {
    background-color: #fff;
    padding: 150px 0 50px 0;
}

p.most_popular {
    color: #fff !important;
    background: #e97c2a !important;
    padding: 0;
    margin: auto !important;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

p.btm_space {
    margin-top: 4px;
}

section.pricing_content .container .enterprise-bg-color .btm_space_features {
    margin-top:18px !important;
}



p.logo-text {
    text-align: center;
    font-weight: 700;
    font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
    color: #000000;
    padding: 20px 0 20px 0;
}

section.presentation-text .side {
    width: 715px;
    display: inline-block;
    line-height: normal;
    background: rgba(255, 255, 255, .1);
    padding: 20px 25px;
    border-radius: 5px;
    margin: 0 auto;
    text-align: left;
    font-size: 13px;
}

ul.inline_feature {
    display: inline-flex;
}


section.tab-button {
    background-color: #fff;
    padding: 20px 0 50px 0;
  }

.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: #f4f6f8;
    border-bottom: none;
    border-top: 3px #dce2e8 solid;
    border-right: 3px #dce2e8 solid;
    border-left: 3px #dce2e8 solid;
    /* border: 3px #dce2e8 solid; */
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.tabs li{
    margin:0;
    padding: 10px 20px 5px 20px;
    cursor: pointer;
    font-size:1.2em;
    line-height:2em;
    color:#fff;
    width: 20%;
    text-align: center;
}
ul.tabs {
    display: flex;
}

.tabs li:hover {
    background:#fff;
    }

.tabs li.current{
    background: #ebeff4;
    color: #FFF;
}

.tab-content{
    display: none;
    background: #fff;
    padding: 20px 40px 20px 40px;
    border: 3px #dce2e8 solid;
    line-height:1.4;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

p.most-popular-hide {
    color: transparent !important;
}

.tab-content.current{
    display: inherit;
}

.tab-main-content {
    display: inline-flex;
}
.tab-img {
    width: 50%;
}
.tab-title {
    width: 50%;
}
p.tab_hedaing {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin-top: 50px;
}
p.tab_des {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
p.tab-nav {
    color: #969696;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
}

p.tab-heading {
    text-align: center;
    padding: 50px 0 10px 0;
    font-weight: 600;
    font-size: 30px;
    color: #000;
    line-height: 40px;
    margin-bottom: 50px;
}



section.visitors {
    background-color: #fff;
    padding: 20px 0 50px 0;
   
}
section.pricing_content {
    padding-bottom: 100px;
}
p.visitor-heading {
    text-align: center;
    padding: 50px 0 10px 0;
    font-weight: 600;
    font-size: 30px;
    color: #000;
    line-height: 1.5em;
}

p.visitor-des {
    font-size: 15px;
    color: #000;
    text-align: center;
}


.inline_hero_img {
    display: inline-block;
    width: 500px;
    height: 450px;
    float: right;
    overflow: hidden;
    margin-top: -70px;
    text-align: right;
}

.testimonials-card {
    display: flex;
    margin-top: 50px;
}
.review-card {
    width: 33.333%;
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
}
section.review {
    padding: 70px 0 150px 0;
    background-color: #f3f5f7;
}

p.review-heading {
    
    font-weight: bold;
    font-size: 20px;
    color: #333;
    padding: 30px 20px 0 20px;
}

p.review-des {
    font-size: 15px;
    color: #333333;
    padding: 0 20px 10px 20px;
    font-weight: 600;
}
p.review-text {
    font-size: 14px;
    color: #333;
    padding: 0 20px 0 20px;
    
}

a.review-button {
    background-color: #0b26d8;
    padding: 15px 30px 15px 30px;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
}
a.review-button-secoundary {
    background-color: #e97c2a;
    padding: 15px 30px 15px 30px;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    margin-left: 10px;
    text-transform: capitalize;
    text-decoration: none;
}
.review-cta {
    text-align: center;
    margin-top: 70px;
}

.home_pricing_header {
    background: #fff !important;
}
.free-bg-color {
    background: #f9f9f9;
}
.basic-bg-color {
    background: #f3f5f7;
}
.professional-bg-color {
    background: #0b26d8;
}
.professional_plus-bg-color {
    background: #f3f5f7;
}
.enterprise-bg-color {
    background: #fff  !important;
}


.pricing_content-bg-color {
    background: #f5f9ff;
}
.pricing_content-bg-color {
    background: #fff;
    
}
h1.pricing_top_heading {
    color: #333;
}
h6.monthly-text {
    color: #333 !important;
}
h4.subscribe_text {
    color: #333;
}
b.blue-text {
    color: #0b26d8;
}
p.price_title {
    color: #333 !important;
}
p.price_title_professional{
    color: #fff !important;
}
p.bold_text {
    font-weight: 600;
    margin-top: 3px;
}

section.pricing_content_hide .container .plan.professional .heading:before {
    display: none;
}
section.pricing_content .container .blue-icon .heading p:before {
    color: #0b26d8;
}
a.customize_button {
    background: #d0d6f2;
    border: 2px #0b26d8 solid;
    border-radius: 50px;
    color: #0b26d8;
    text-decoration: none;
    font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
    
}

a.customize_white_button {
    background: #fff;
    border: 2px #fff solid;
    border-radius: 50px;
    color: #0b26d8;
    text-decoration: none;
    font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
}
section.pricing_content .container .des_clr h3 {
    font-size: 25px;
    line-height: 25px;
    color: #333;
    font-weight: 600;
}
section.pricing_content .container .des_clr h6 {
    font-size: 13px;
    font-weight: 500;
    color: #333;
}
section.pricing_content .container .professional_text h3 {
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
}
section.pricing_content .container .professional_text h6 {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

section.pricing_content .container .plan_description .features h4 {
    font-size: 14px;
    line-height: 25px;
    color: #333 !important;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0;
}
section.pricing_content .container .plan_professional_description .features h4 {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0;
}

section.pricing_content .container .enterprise-bg-color {
    top: 0px !important;
}
section.home_pricing_header .container .freq_changer {
    
    background-color: #e6e6e6;
    border-radius: 50px;
}

section.home_pricing_header .container input:checked+.freq_changer {
    background-color: #e6e6e6;
}
section.home_pricing_header .container .freq_changer:before {
    background-color: #0b26d8;
    border-radius: 50px;
}

section.pricing_content .container .free-bg-color .features {  
    border-right: none;
}
section.pricing_content .container .basic-bg-color .features {
    border-right: none;
}
section.pricing_content .container .professional-bg-color .features {
    border-right: none;
}
section.pricing_content .container .professional-bg-color {
    border-radius: 30px;
}
section.pricing_content .container .free-bg-color {
    border-radius: 30px;
}
section.pricing_content .container .basic-bg-color {
    border-radius: 30px;
}
section.pricing_content .container .professional_plus-bg-color {
    border-radius: 30px;
}
h6.hidden-color {
    color: transparent !important;
}
span.hidden-color {
    color: transparent;
}
p.hidden-color {
    color: transparent !important;
}
p.hide_color {
    color: #f5f9ff !important;
}

p.hidden-color-basic {
    color: transparent !important;
}
p.hidden-color-professional-plus {
    color: transparent !important;
}

section.pricing_content .container .professional-bg-color .heading {
    background: #0b26d8 !important;
    border-top-right-radius: 30px !important;
    border-top-left-radius: 30px !important;
}

p.testimonial_bottom_space {
    margin-bottom: 50px;
}

section.presentation .side.left>h3.pre_side:before {
    content: "\e886";
    display: none;
}
p.pre_side_text {
    font-size: 19px !important;
    width: 50%;
    font-weight: 600;
}
h3.pre_side{
    font-size: 22px !important;
    font-weight: 800;
}
p.feature_text {
    width: 55%;
}
li.feature_length {
    width: 60%;
}
section.presentation .side>ul li.feature_length:before {
    background: #e97c2a;
    padding: 10px;
    border-radius: 50px;
    color: #fff;
    font-size: 25px;
}


/* Demo footer */

.footer_bg_color ul li.heading_bg {
    color: #1a4164;
}

.footer_bg_color {
    background-color: #fff;
}
.footer_bg_color ul li a {
    color: #1a4164;
}
.copyright-link-footer {
    color: #1a4164;
}
.copyright-link-footer a {
    color: #1a4164;
}
.copyright-text-footer {
    color: #1a4164;
}
.copyright-text-footer a {
    color: #1a4164;
    text-decoration: none;
}
p.newsletter_text {
    border-top: none;
    margin: auto;
    padding: inherit;
    color: #1a4164;
    font-size: 14px;
    margin-top: -6px !important;
    text-align: left;
}
form.footer_newsletter {
    margin-top: 10px;
}
input.email-field {
    padding: 10px;
    border: 2px solid #1a4164;
    border-radius: 50px;
    width: 100%;
}
input.signup-field {
    margin-top: 20px;
    width: 100%;
    border: 1px #e97c2a solid;
    padding: 10px;
    border-radius: 50px;
    background-color: #e97c2a;
    color: #fff;
}

.top-image {
    position: relative;
}
.top-image img {
    position: absolute;
    top: -110px;
    right: -100px;
}

.checker-img img {
    position: relative;
    top: 60px;
    z-index: 1;
    margin-left: 45px;
}

.ipchecker .i_header input[type="text"] {
    font-family: inherit;
    font-size: 15px;
    line-height: 27px;
    border-radius: 50px;
    transition: box-shadow .2s;
    position: relative;
    color: #ffffff;
    background: #1a4164;
    display: inline-block;
    border: 1px solid #1a4164;
    padding: 2px 10px 3px 31px;
    width: 300px;
}

.ipchecker .i_header label {
    padding: 7px 9px 7px 9px;
    color: #ffffff;
    background: #e97c2a;
    border: 1px solid #e97c2a;
    border-radius: 50px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}
.ipchecker .i_header>div:before {
    font-family: Linearicons;
    font-size: 17px;
    display: inline-block;
    content: "\e77a";
    top: 5px;
    left: 7px;
    z-index: 1;
    position: absolute;
    color: #ffffff;
}

.ipchecker .i_body {
    padding: 20px 15px;
    font-family: Source Code Pro, monospace;
    max-height: 350px;
    overflow: hidden;
    overflow: scroll;
    background-color: #e8ecef;
}
.ipchecker .i_body .rows {
    padding: 5px 0;
    background-color: #ffffff;
    border-radius: 10px;
}
.ipchecker .i_header {
    width: 100%;
    height: 60px;
    background: #e8ecef;
    padding: 0 10px;
    padding-top: 20px;
    text-align: center;
}
.ipchecker .i_body .rows .row i {
    width: 10px;
    height: 10px;
    display: inline-block;
    float: left;
    position: relative;
    left: unset;
    top: 6px;
}
/* .inline-checker-img {
    width: 50%;
} */


img.inline_img {
    margin-left: 100px;
}

.checker-img-test {
    display: inline-flex;
    margin-top: 50px;
    margin-bottom: 100px;
}

section.presentation .side>ul li {
    padding-left: 60px;
    position: relative;
    margin: 20px 0 0
}
.social-links-index {
    display: flex;
    margin-top: unset;
}
.right_side.copyright-section-index {
    width: 30%;
}

/* blog redesign */

a.read-more-btn {
    color: #000;
}

.leftcoulmn-blog {
    margin-top: 50px;
    padding-left: 200px;
    background: #f2f4fd;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-right: 10px;
    height: fit-content;
    width: -webkit-fill-available;
    width: 35%;
}
.rightcoulmn-blog {
    padding-left: 50px;
    margin-top: 50px;
    /* padding-right: 200px; */
    background: #f2f4fd;
    margin-left: 200px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 65%;
}


.feature-blog-text {
    margin-left: 20px;
}
.blog_cards {
    display: inline-flex;
    width: 100%;
    border-radius: 30px;
    padding: unset;
    background: #fff;
}
img.blog-main-img {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.br-link-text {
    color: #0b26d8;
    padding: 0 20px 0 20px;
}
.br-link-text a {
    color: #0b26d8;
}
a.posts_text {
    font-weight: 600;
}
h3.post_title {
    font-weight: 600;
    margin-top: 40px;
}
h2.blog-sidebar-post {
    color: #0b26d8;
    padding: 0 20px 0 0;
    margin-bottom: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 20px;
    font-weight: 600;
}
.sidebar ul li::marker {
    color: #0b26d8;
    font-size: 15px;
}
.blog-main-posts {
    /* background: #ebeff4; */
    padding: 10px 20px 20px 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
a.more-btn {
    background: #0b26d8;
    padding: 10px 40px 10px 40px;
    color: #fff;
    border: 1px solid #0b26d8;
    border-radius: 50px;
    font-family: "Roboto Mono", Helvetica, Arial, sans-serif;
}

img.rightcolumn-top-img {
    margin-top: -70px;
    margin-left: 450px;
}


/* blog content redesign */

.leftcolumn-blog-content {
    margin-top: 50px;
    padding-left: 120px;
    background: #f2f4fd;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    /* height: fit-content; */
    width: 35%;
}

.blog-content-feature-img img {
    margin-bottom: 15px;
}

a.strong-text {
    font-weight: 600;
}

.content-blog-posts {
    /* background: #ebeff4; */
    padding: 10px 50px 20px 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.rightcolumn-blog-content {
    margin-top: 150px;
    margin-bottom: 100px;
    margin-left: -130px;
    width: 65%;
    background: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 0 50px 50px 50px;
    
}
h2.blog-sidebar-content-post {
    color: #0b26d8;
    padding: 0 20px 0 0;
    margin-bottom: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 20px;
    font-weight: 600;
}
.blog-content-row {
    display: inline-flex;
}

p.author-date-content {
    color: #283f59;
}

h1.article-heading {
    color: #000;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 20px;
}

.blog-content-article p {
    text-align: justify;
}

/* pricing redesign */

section.top-header-space {
    padding-top: 150px !important;
}
section.pricing-content-bottom {
    padding-bottom: 100px;
}


/* review redesign */

.testimonial-box {
    width: 33.333%;
    /* background-color: #fff; */
    margin-left: 15px;
    /* padding: 30px; */
    /* border-radius: 15px; */
    margin-right: 15px;
}
.testimonial-block {
    display: inline-flex;
}
p.testimonial-title {
    color: #111111;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 4px;
}
p.testimonial-text {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
p.testimonial-des {
    color: rgb(17, 17, 17);
    line-height: 1.6;
    font-size: 16px;
}
.testimonial-img img {
    float: left;
    margin-right: 12px;
    border-radius: 50%;
}
p.author-name {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.testimonial-img img {
    margin-top: 3px;
}

/* review style */
.cGjzzu {
    margin-bottom: 12px;
}.fHSlag {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
}
.gzevtd, .gzevtd * {
    box-sizing: border-box !important;
    outline: none !important;
}
.cirrmE .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0px;
    z-index: 1;
}
.gzevtd {
    position: relative;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}
.bLHpzR {
    margin-bottom: 6px;
}
.dsCEWT {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.gHMJig {
    font-size: inherit;
    color: inherit;
    text-align: inherit;
    font-weight: 700;
}
.igrTNK {
    width: 100%;
    line-height: 1.4;
    /* color: rgb(17, 17, 17);
    font-size: 16px;
    text-align: left; */
}
.igrTNK {
    width: 100%;
    line-height: 1.4;
    color: rgb(17, 17, 17);
    font-size: 16px;
    text-align: left;
}
.RmrUb svg {
    background: none;
}
.iXGAkL img, .iXGAkL svg {
    display: block;
    object-fit: contain;
    height: 32px;
}
svg:not(:root) {
    overflow: hidden;
}
.jFKnnr {
    display: flex;
    font-size: 12px;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none !important;
}
.dXFIAi {
    color: inherit;
    max-width: 100%;
    text-decoration: none;
    position: static !important;
    border: none !important;
}
span.checked-color {
    color: #fcbf02;
    font-size: 20px;
}
.cptvNA::after {
    content: "";
    position: absolute;
    top: 0px;
    display: block;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    box-shadow: rgba(17, 17, 17, 0.1) 0px 0px 2px inset;
}
.ccSYht {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}
.jGSija {
    display: inline;
    cursor: default;
}
.cOrKLu {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    min-width: 0px;
    max-width: 100%;
}

.fPCDkg {
    margin-top: 12px;
}
.jFKnnr {
    display: flex;
    font-size: 12px;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none !important;
}
.bLHpzR {
    margin-bottom: 6px;
}
.dsCEWT {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
/* / */


p.author-date {
    color: #111;
    font-size: 12px;
    margin-top: -22px;
}
section.review-testimonial {
    background: #f3f5f7;
    padding-bottom: 100px;
}


/* login redesign */
.login-right-img {
    text-align: right;
}

section.preapp {
    padding-top: 100px;
    padding-bottom: 40px;
    /* background: url(../ipstack_images/hero_chain_transparent.svg) no-repeat center, linear-gradient(135deg, #004a74, #001d2e); */
    background:#ffffff;
    background-size: contain;
    color: #000000;
}
.preapp-login-form {
    background: #f2f4fd;
    width: 550px;
    border-radius: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.forgot_password {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
.forgot_password a {
    text-decoration: none;
}

section.contact_form form fieldset .line input,
section.preapp form fieldset .line input {
    border-radius: 50px;
    border: 1px solid #1a4164;
    padding: 10px 7px;
    width: 100%;
    color: #333
}
/* input#email::placeholder {
    color: #1a4164 !important;
} */

section.preapp.login form fieldset label.submit {
    padding: 7px 40px 10px 40px;
    font-weight: 700;
    text-align: center;
    width: 50%;
    border-radius: 50px;
}

.login_button {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 5px;
}

section.preapp form fieldset.captcha label.submit.enabled,
section.preapp.login form fieldset label.submit {
    background: #0b26d8;
    pointer-events: all;
    cursor: pointer;
    color:#fff;
}

img#__lpform_email_icon {
    display: none;
}
img#__lpform_password_icon {
    display: none;
}

.login_join {
    margin-top: 50px;
    padding-top: 70px;
    padding-bottom: 70px;
    background: url(../ipstack_images/Icon-location-man.png) no-repeat #f9f9f9 bottom right;
    background-size: contain;
}


section.preapp.forgot,
section.preapp.login {
    padding-bottom: 100px;
    padding-top: 120px
}

section.preapp h2 {
    text-align: center;
    margin-bottom: 35px;
    margin-top: 10px;
    letter-spacing: -1px;
    font-weight: 400
}

section.preapp h1 {
    text-align: center;
    margin-bottom: 35px;
    margin-top: 10px;
    letter-spacing: -1px;
}

section.preapp h2 span {
    font-weight: 600
}

section.preapp.login p.join {
    text-align: center;
    margin-top: 10px;
    font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
    letter-spacing: -0.1px;
}

section.preapp.login p.join a {
    background: #d5d9f4;
    color: #0b26d8;
    text-transform: capitalize;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    margin-left: 5px;
    border: 2px solid #0b26d8;
    border-radius: 50px;
}

section.contact_form form fieldset label.submit,
section.preapp.forgot form fieldset label.submit {
    padding: 7px 20px 10px 20px;
    font-weight: 700;
    background: #0b26d8;
    cursor: pointer;
    pointer-events: all;
    text-align: center;
    margin-top: 20px;
    border-radius: 50px;
    color: #fff;
}
.forgot_submit_button {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 5px;
}

section.preapp form fieldset {
    border: 0;
    margin: 0 auto 15px;
    border-radius: 3px;
    width: 450px;
    padding: 0;
    overflow: hidden
}


/* documentation redesign */

.documentation-sidebar {
    width: 25%;
    padding-left: 120px;
    background: #f2f4fd;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    height: fit-content;
    padding-bottom: 45px;
}
.documentation-sidebar-list {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
}

.documentation-content {
    width: 75%;
    color: #283f59;
    margin-right: 190px;
    margin-left: 70px;
    margin-top: 25px;
}
section.documentation .sidebar ul {
    /* list-style: none;
    padding: 0; */
    margin: 0 0 20px;
    border-radius: 5px;
    overflow: hidden
}
section.documentation-sec {
    display: inline-flex;
    width: 100%;
}
section.documentation .sidebar ul li.heading {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    text-align: left;
    margin: 0;
    color: #0b26d8;
    padding: 0 10px;
    line-height: 25px;
    margin-top: 20px;
}

section.documentation .sidebar ul li a {
    display: block;
    padding: 10px;
}

section.documentation .content .doc_section {
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px 0 35px 0;
}
.quickstart-btn {
    display: inline-flex;
}
a.quickstart-docs-btn {
    margin-left: 100px;
    background: #d5d9f4 !important;
    color: #0b26d8 !important;
    text-decoration: none !important;
    font-weight: bold !important;
    padding: 10px 10px !important;
    border-radius: 50px !important;
    border: 2px solid #0b26d8;
    margin-bottom: 5px !important;
    display: block;
    width: 200px !important;
    text-align: center !important;
}
.pretty-sec {
    border: 2px solid #bcbcbc;
    padding: 50px;
    border-radius: 30px;
}
pre.prettyprint_block {
    background: #fcfcfc !important;
    overflow-x: hidden !important;
    padding: 20px !important;
    border-radius: 20px !important;
}

a.api-request-btn {
    background: #0b26d8 !important;
    border-radius: 50px !important;
    padding: 10px 20px 10px 20px !important;
}
a.api-request-btn span.typ {
    color: #fff !important;
}
a.api-request-btn span.pln {
    color: #fff !important;
}

span.orange-text span.pun {
    color: #474646 !important;
}
span.orange-text span.pln {
    color: #474646 !important;
}
.orange-text span.pun {
    color: #474646 !important;
}
.orange-text span.pln {
    color: #474646 !important;
}
.orange-text span.str {
    color: #474646 !important;
}
.orange-text span.com {
    color: #707070 !important;
}
pre.orange-text span.pun {
    color: #474646 !important;
}
pre.orange-text span.str {
    color: #474646 !important;
}

section.contact-documentation {
    background: #f9f9f9;
    padding: 10px 0 40px 0;
}

section.container-bg-img {
    /* background: #f9f9f9; */
    padding: 50px;
    background: url(../ipstack_images/Icon-location-man.png) no-repeat #f9f9f9 bottom right;
    background-size: contain;
}
p.docs-contact-text {
    font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif !important;
    font-size: 20px;
}
.docs-contact-btn {
    text-align: center;
}
a.cont-btn {
    background: #0b26d8;
    border-radius: 50px;
    padding: 13px 20px 13px 20px !important;
    height: unset !important;
    font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
    text-transform: capitalize;
}
.doc_section_one {
    border-bottom: 2px solid #bcbcbc;
}


/* billing-docs */

td.td-billing {
    border: 1px solid #ddd;
    padding: 8px;
}
th.th-billing {
    border: 1px solid #ddd;
    padding: 8px;
}

table.billing-table {
    border-collapse: collapse;
    width: 100%;
    margin: 40px 0;
}


/* faq redesign */

img.any-qst-right-img {
    position: absolute;
    height: 300px;
}
img.any-qst-btm-right-img {
    position: absolute;
    height: 300px;
    margin-top: -200px;
}

.top-image-faq img {
    position: absolute;
    top: -80px;
    right: -50px;
}
.top-image-faq {
    position: relative;
}

section.hero_small,
section.pricing_header {
    background: #fff;
}
section.hero_small {
    padding-top: 80px;
    padding-bottom: 50px;
    background-size: cover;
    color: #000;
    text-align: center;
}

h1.faq-title {
    font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
    margin-top: 50px;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px;
}

section.hero_small p {
    width: 700px;
    text-align: center;
    margin: 0 auto;
    font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
    line-height: 22px;
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 600;
}

a.faq-cta-blue-btn {
    background: #0b26d8 !important;
    color: #fff !important;
}
p.faq-text-btn {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    padding: 25px 0 25px 0;
}

.faq-bottom-space {
    margin-top: 50px;
}
.faq-top-space {
    margin-bottom: 50px;
}

section.faq {
    padding: 50px 0;
    background: #ffffff;
    margin-top: -1px;
}

.accordion {
    color: black;
}
.accordion .label {
    position: relative;
    padding: 10px 0;
    font-size: 18px;
    color: #0b26d8;
    cursor: pointer;
    text-align: left;
}
.accordion .label::before {
    content: '+';
    color: #0b26d8;
    position: absolute;
    top: 50%;
    right: -5px;
    font-size: 30px;
    transform: translateY(-50%);
}
.accordion .content {
    position: relative;
    height: 0;
    font-size: 18px;
    text-align: justify;
    overflow: hidden;
    transition: 0.5s;
}
.accordion hr {
    width: 100;
    margin-left: 0;
    border: 1px solid grey;
}
.accordion .container_box.active .content {
    height: auto;
    width: 1000px;
}
.accordion .container_box.active .label::before {
    content: '-';
    font-size: 30px;
}
.faq-block {
    border: 3px #dce2e8 solid;
    border-radius: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.container_box {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
}
h1.faq_head {
    text-align: left;
    padding-left: 40px;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
}


/* Signup redesign */
section.preapp form fieldset>span {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #000;
    padding: 5px 10px;
    font-size: 15px;
}

a.sitemap-btn {
    background: #d5d9f4 !important;
    color: #0b26d8;
    text-transform: capitalize;
    padding: 8px 20px !important;
    font-size: 13px;
    font-weight: 700;
    border: 2px solid #0b26d8;
    border-radius: 50px;
}

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

/* Demo header */
.header_index ul>li>a {
    color: #000;
}
.header_index ul>li.action.cta>a {
    border-radius: 50px;
    padding: 0 20px 0;
}
.header_index ul>li>a {
    font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
}
section.presentation .side>p {
    padding-bottom: unset;
}
section.presentation .side {
    display: inline-block;
    line-height: normal;
    background: rgba(255, 255, 255, .1);
    padding: 20px 0px 20px 40px;
    border-radius: 15px;
    margin: 0 auto;
    text-align: left;
    font-size: 13px;
    border: 3px #dce2e8 solid;
}
section.presentation .side>ul li>p {
    line-height: 1.7em;
    font-size: 14px
}
section.pricing_header {
    padding-top: 20px;
    padding-bottom: 326px;
    background-size: contain;
    color: #fff;
    text-align: center;
}


/* tooltip icon */

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

section.pricing_content .container .plan .features span:before {
    font-family: Linearicons;
    font-size: 20px;
    display: inline-block;
    speak: none;
    font-weight: 400;
    margin-left: 6px;
    margin-top: -3px;
    content: "\1F6C8";
    position: relative;
    top: 2px;
    cursor: pointer;
    color: #16222f;
}

section.pricing_content .container .plan .features span.billing-professional:before {
    color: #fff;
}


@media screen and (max-width: 800px){
    .header .mobile_menu_icon:before {
        color: #000000;
    }
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .hero .inline {
        margin-bottom:auto;
    }
    section.hero {
        background: none;
        background-color: #fff;
    }
    section.customers_logo {
        padding: 145px 0 20px 0;
    }
    p.logo-text {
        padding: 0;
    }
    section.trusted_sec .side {
        color: #333;
    }
    section.mobile_view {
        background: #f5f9ff;
    }
    section.pricing_content .container .professional_mobile .features {
        background: #0b26d8;   
    }
    section.pricing_content .container .enterprise-bg-color {
       box-shadow: none;
    }
    img.inline_img {
        width: 100%;
        height: 100%;
    }
    .visitors-space {
        margin-top: 50px;
    }
    h4.hero_sec_text {
        margin-bottom: 50px !important;
    }
    section.hero {
        padding-bottom: 5px;
    }
    section.pricing_content .container .professional-bg-color .heading {
        background: #0b26d8 !important;
    }
    .enterprise-bg-color {
        background: #f5f9ff !important;
    }
    .inline_hero_img {
        float: none;
        text-align: inherit;
    }
    .tab-main-content {
        display: block;
    }
    .tab-title {
        width: 100%;
    }
    img.tab-content-img {
        width: 215px;
        height: 165px;
    }
    .tabs li {
        padding: unset; 
    }
    p.tab-nav {
        font-size: 10px;
    }
    input.email-field {
        width: 100%;
    }
    a.review-button-secoundary {
        margin-left: unset;
    }
    section.mobile_view {
        background: #fff;
    }
    .enterprise-bg-color {
        background: transparent !important;
    }
    .checker-img img {
        margin-left: unset;
    }
    section.pricing_header {
        padding-bottom: 50px;
    }
    
    img.mobile-view-img {
        width: 340px;
        height: 400px;
    }
    .inline_hero_img {
        width: unset;
        height: unset;
    }
    ul.inline_feature {
        display: inline-block;
    }
    li.feature_length {
        width: unset;
    }
    p.pre_side_text {
        width: unset;
    }
    p.feature_text {
        width: unset;
    }
    .tab-img {
        text-align: center;
    }
    .tab-title {
        text-align: center;
    }
    .tab-img {
       width: unset;
    }
    p.newsletter_text {
        text-align: center;
    }
    form.footer_newsletter {
        margin-top: 30px;
    }
    .newsletter_sec {
        margin-top: 30px;
    }
    .top-image img {
        position: absolute;
        top: -30px;
        right: -15px;
        height: 60px;
        width: 60px;
    }
    .top-image-faq img {
        position: absolute;
        top: -30px;
        right: -15px;
        height: 60px;
        width: 60px;
    }
    /* .top-image img {
        display: none;
    } */
    section.pricing_content {
        padding-bottom: unset;
    }
    p.visitor-heading {
        line-height: normal;
    }
    p.visitor-heading {
        padding: 10px 0 10px 0;
    }
    section.presentation .side {
        padding: 20px 20px 20px 20px;
    }
    p.pre_side_text {
        text-align: center;
    }
    h3.trusted.pre_side {
        text-align: center;
    }
    .tab-content {
        padding: 20px 20px 20px 20px;
    }
    .social-links-index {
        justify-content: center;
    }

    /* blog redesign */

    .blog_cards {
        display: inline-block;
        width: 100%;
        border-radius: 30px;
        padding: unset;
    }
    img.blog-main-img {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: unset;
    }
    .button-more {
        text-align: center;
    }
    .bg-inline-row {
        display: inline-block;
    }
    .leftcolumn {
        padding-left: 10px;
        padding-right: 10px;
    }
    .rightcolumn {
        padding-left: unset;
        padding-right: unset;
        margin-left: unset;
    }
    .blog-row {
        margin-right: 0;
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .button-more {
        margin-right: unset;
    }
    .br-link-text {
        padding: 20px 20px 0 20px;
    }
    /* .sidebar {
        margin: 20px 10px 20px 10px;
    } */
    
    .preapp-login-form {
        width: 350px;
    }
    section.preapp.forgot, section.preapp.login {
        padding-bottom: unset;
        padding-top: 120px;
    }
    section.preapp.login p.join a {
        margin-left: 50px;
        margin-right: 50px;
    }
    section.documentation-sec {
        display: inline-block;
    }
    .documentation-sidebar {
        width: 100%;
        padding-left: unset;
        background: #f2f4fd;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    .documentation-content { 
        color: #283f59;
        margin-right: unset;
        margin-left: unset;
        padding: 30px 15px 10px 15px;
    }
    .quickstart-btn {
        display: inline-block;
    }
    a.cont-btn {
        width: auto;
    }

    section.hero_small p {
        width: unset;
    }
    section.faq {
        padding: 20px 15px;
    }
    .accordion .container_box.active .content {
        height: auto;
    }
    .container_box {
        padding-left: 10px;
        padding-right: 10px;
    }
    .accordion .label {
        padding: 8px 15px 8px 0;
    }
    section.contact-documentation {
        padding: 15px 0 20px 0;
        position: relative;
        z-index: 2;
    }
    .accordion .container_box.active .content {
        width: 270px;
    }
    h1.faq_head {
        text-align: center;
        padding-left: 0;
    }
    .faq-block {
        padding-top: 0;
    }
    p.faq-text-btn {
        padding-bottom: 0;
    }
    section.contact p {
        padding: 0 0 10px;
    }
    a.cont-btn {
        padding: 10px 15px 10px 15px !important;
    }
    a.button.cta.cont-btn {
        margin: 0 !important;
    }
    a.button.docs.cont-btn {
        margin: 0 !important;
    }
    p.tab-heading {
        padding: 0 0 10px 0;
    }
    img.any-qst-right-img {
        position: absolute;
        height: 150px;
        margin-top: 30px;
    }
    img.any-qst-btm-right-img {
        position: absolute;
        height: 150px;
        margin-top: -55px;
    }
    .leftcoulmn-blog {
        padding: 0 10px 0 10px;
        width: -webkit-fill-available;
    }
    .rightcoulmn-blog {
        width: -webkit-fill-available;
    }
    .leftcolumn-blog-content {
        padding-left: 10px;
        width: -webkit-fill-available;
    }
    .leftcolumn-blog-content {
        width: -webkit-fill-available;
        margin-top: 0;
    }
    .rightcolumn-blog-content {
        margin-left: -150px;
        width: auto;
        margin-top: 100px;
        padding: 0 15px 50px 15px;
    }
    .blog-feature-img img {
        width: 170px;
    }
    h1.article-heading {
        color: #000;
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
    }
    section.article.blog-content-article h2 {
        line-height: 25px;
    }
    p.author-date-content {
        color: #283f59;
        font-size: 12px;
    }
    .login_join {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    h2.blog-sidebar-content-post {
        font-size: 15px;
    }
    .posts-content {
        font-size: 12px;
    }
    .content-blog-posts {
        padding: 10px 170px 20px 0;
    }
    .blog-content-feature-img img {
        width: 100%;
    }
    .testimonial-box {
        width: auto;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .testimonial-block {
        display: inline-block;
    }
    a.review-button {
        padding: 15px 15px 15px 15px;
    }
    a.review-button-secoundary {
        padding: 15px 15px 15px 15px;
    }
    section.review-testimonial {
        padding-top: 30px;
    }
    
    
}

@media (min-width: 768px) and (max-width: 1024px) {

    /* section hero */
    section.hero .container .options {
        width: 100%;
        max-width: none;
    }
  
    .inline_hero_img {
        width: 100%;
        text-align: center;
    }
    .documentation-sidebar {
        padding-left: 100px;
    }
    .documentation-content {
        width: 60%;
        margin-right: auto;
        margin-left: auto;
    }
    .blog-row {
        margin-right: 10px;
    }
    section.preapp.login p.join a {
        margin-left: 250px;
        margin-right: 250px;
    }
    .blog-main-posts {
        width: max-content;
    }
    .documentation-sidebar {
        padding-left: 10px;
    }
    img.any-qst-right-img {
        margin-top: 10px;
    }
    .rightcolumn-blog-content {
        margin-left: -50px;
    }
    .content-blog-posts {
        padding: 10px 50px 20px 0;
    }
    
    
}

@media only screen and (width:768px) and (height:1024px){
    .accordion .container_box.active .content {
        width: 650px;
    }
}


/* ipad pro */

@media only screen and (width:820px) and (height:1180px){
    .blog-row {
        margin-right: 70px;
    }
    .card h3 {
        font-size: 15px;
    }
    section.preapp.login p.join a {
        margin-left: 50px;
        margin-right: 50px;
    }
    .blog-main-posts {
        width: auto;
    }
    .leftcolumn {
        padding-left: 100px;
    }
    .documentation-sidebar {
        padding-left: 50px;
    }
    .inline_hero_img {
        width: auto;
    }
    .top-image img {
        position: absolute;
        top: -30px;
        right: -15px;
        height: 60px;
        width: 60px;
    }
    .top-image-faq img {
        position: absolute;
        top: -50px;
        right: -12px;
        height: 100px;
        width: 100px;
    }
    img.any-qst-right-img {
        margin-top: 50px;
        height: 200px;
    }
    section.contact-documentation {
        position: relative;
    }
    img.any-qst-btm-right-img {
        height: 250px;
        margin-top: -90px;
    }
    .leftcoulmn-blog {
        padding-left: 100px;
    }
    .leftcolumn-blog-content {
        padding-left: 30px;
    }
}

 