@font-face {
    font-family: Promo;
    src: url(/fonts/Promo/Promo-Med.eot);
    src: url(/fonts/Promo/Promo-Med.eot?#iefix) format("embedded-opentype"), url(/fonts/Promo/Promo-Med.woff) format("woff"), url(/fonts/Promo/Promo-Med.ttf) format("truetype"), url(/fonts/Promo/Promo-Med.svg) format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Promo;
    src: url(/fonts/Promo/Promo-Bold.eot);
    src: url(/fonts/Promo/Promo-Bold.eot?#iefix) format("embedded-opentype"), url(/fonts/Promo/Promo-Bold.woff) format("woff"), url(/fonts/Promo/Promo-Bold.ttf) format("truetype"), url(/fonts/Promo/Promo-Bold.svg) format("svg");
    font-weight: 500;
    font-style: normal
}

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

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

  
 

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

.header ul>li {
    float: left
}

.header ul>li>a {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    line-height: 35px;
    margin: 16px 15px 19px;
    font-family: Promo, Helvetica, Arial, sans-serif;
    text-decoration: initial;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

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

.stripe {
    min-height: 285px !important;
}

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

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

.header ul>li.action.cta>a {
    background: #2ebc4f;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px 1px;
    margin-right: 0
}
section.breadcrumbs {
    background: #2f313a !important;
}

.header.light ul>li.login>a,
.header ul>li.go_to_dashboard>a {
    color: #fff;
    background: rgba(255, 255, 255, .15);
}

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

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

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

footer {
    text-align: center;
    padding: 50px 0;
    background: #2f313a;
    font-size: 14px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

footer ul li {
    line-height: 30px;
}

footer ul li.heading {
    /* color: rgba(255, 255, 255, .34); */
    color: #ffffff;
    margin-bottom: 10px;
    font-family: Promo, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

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

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

footer .right_side {
    margin-left: 100px;
    font-size: 12px;
    position: relative;
    top: 3px;
    vertical-align: top;
    width: 250px;
}

footer .right_side img.logo {
    margin-bottom: 22px;
    height: 35px;
}

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

footer .right_side img {
    display: block;
}

footer .right_side span {
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
}

footer .right_side span {
    font-size: 12px;
    display: block;
    line-height: 16px;
    color: #7f8796;
}

footer .right_side span a {
    color: inherit;
}

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

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

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

.strip {
    border-bottom: 0;
}

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

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

.alert.api_url.quickstart {}

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

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

ul.ipstack_methods li strong {}

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

.save_changes_button {
    padding: 5px 10px;
}

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

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

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

.big_button:hover {
    background: #f9f9f9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* tooltip icon */

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

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

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

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

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

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

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

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

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

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

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

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

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

/*  */

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


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

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

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

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

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

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

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

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

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

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

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

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

.codebox {
    background: #28323f
}

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

.codebox header nav .codebox_button {}

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

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

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

.prettyprint {
    background: #28323f!important;
    color: #fff;
}

.tipr_content {
    background-color: #28323f
}

.code_snippet {
    background: #cce4ff;
}

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

.index_button.query_exec {
    margin-left: 1px;
    padding: 6px 14px;
    margin-top: -1px;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #4f78a9;
    border-radius: 3px;
    color: #fff!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4f78a9), color-stop(1, #7093bc));
    background: -o-linear-gradient(bottom, #4f78a9 0, #7093bc 100%);
    background: -moz-linear-gradient(bottom, #4f78a9 0, #7093bc 100%);
    background: -webkit-linear-gradient(bottom, #4f78a9 0, #7093bc 100%);
    background: -ms-linear-gradient(bottom, #4f78a9 0, #7093bc 100%);
    background: linear-gradient(to bottom, #4f78a9 0, #7093bc 100%);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .5)!important;
    width: 32px;
    text-align: center;
}

footer .socials {
    margin-bottom: 13px;
}

footer .socials a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../site_images/github-original.svg);
    margin-right: 5px;
}

footer .socials a.twitter {
    background: url(../site_images/twitter-original.svg) center no-repeat;
    background-size: contain
}

footer .socials a.github {
    background: url(../site_images/github-original.svg)
}

footer .socials a.facebook {
    background: url(../site_images/facebook-original.svg)
}

footer .socials a.linkedin {
    background: url(../site_images/linkedin-original.svg)
}

.mobile_menu_icon {

	display: none;	
}
/* new changes */
.subheadng-dropdown{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.subheadng-dropdown .down-img{
    max-width:100%;
    height:13px;
    width: 13px;
    transition: all 0.5s ease;
}
.roatate-arrow{
    transform:rotate(180deg);
}
/* accordian css */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px 18px 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  
  .accordion-active, .accordion:hover {
    background-color: #ccc; 
  }
  
  .panel {
    
    display: none;
    background-color: white;
    overflow: hidden;
  }
.container.custom-container {
    display: flex;
    justify-content: flex-start;
}
.container.custom-container:last-of-type {
    margin-top: 30px;
}
@media screen and (max-width: 800px) {
body.overflow_hidden {
	overflow: hidden;
}
footer {
	font-size: 15px;	
	padding: 20px 0 20px;
}
footer ul {
	display: block;
	width: 100%;
	max-width:  500px;
	margin: 0 auto;
	margin-bottom: 20px;
}
footer ul li {
	width: 100%;
	text-align: center;
	border-radius: 0;
	line-height: 30px;
}
footer ul li.empty {
	display: none;
}
footer ul li.heading {
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
    border-bottom: 0;
    color: rgba(255,255,255,.34);
    margin-bottom: 10px;
    font-family: Promo,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
footer ul li a {
}
footer .right_side {
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;	
}
footer p {
    line-height: normal;	
}
.header {
	height: 64px;	
}
.header .mobile_menu_icon {
	display: block;
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 999999999999999999999;
}
.header .mobile_menu_icon:after {
	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 .mobile_menu_icon:before {
    background: url(../images/assets/menu_60.png) center center no-repeat!important;
    width: 30px!important;
    height: 30px!important;
    background-size: 30px!important;
}
.header.light .mobile_menu_icon:before {
	color: #ffffff;
}
.header ul {
    display: none;
}


/* product footer */

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

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

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

/* product footer */

/* new changes */
.subheadng-dropdown{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.subheadng-dropdown .down-img{
    max-width:100%;
    height:13px;
    width: 13px;
    transition: all 0.5s ease;
}
.roatate-arrow{
    transform:rotate(180deg);
}
/* accordian css */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px 18px 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  
  .accordion-active, .accordion:hover {
    background-color: #ccc; 
  }
  
  .panel {
    
    display: none;
    background-color: white;
    overflow: hidden;
  }


@media screen and (max-width: 800px) {
    body.overflow_hidden {
        overflow: hidden;
    }
    /* product footer */
    .container.custom-container {
        display: block;
    }
    .container.custom-container ul {
        width: 100%;
    }
    /* product footer */
    footer {
        font-size: 15px;
        padding: 20px 0 20px;
    }
    footer ul {
        display: block;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    footer ul li {
        width: 100%;
        text-align: center;
        border-radius: 0;
        line-height: 30px;
    }
    footer ul li.empty {
        display: none;
    }
    footer ul li.heading {
        margin-bottom: 0;
        margin-top: 10px;
        color: #fff;
        border-bottom: 0;
        margin-bottom: 10px;
        font-family: Promo, Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 700;
    }
    footer ul li a {}
    footer .right_side {
        margin: 0 auto;
        text-align: center;
        margin-top: 30px;
    }
    footer p {
        line-height: normal;
    }
    .header {
        height: 64px;
    }
    .header .mobile_menu_icon {
        display: block;
        position: absolute;
        right: 0;
        top: 5px;
        z-index: 999999999999999999999;
    }
    .header .mobile_menu_icon:after {
        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 .mobile_menu_icon:before {
        background: url(../images/assets/menu_60.png) center center no-repeat!important;
        width: 30px!important;
        height: 30px!important;
        background-size: 30px!important;
    }
    .header.light .mobile_menu_icon:before {
        color: #ffffff;
    }
    .header ul {
        display: none;
        background: #ffffff;
        color: #333333;
        margin: 0;
        float: none;
        width: 100%;
        height: 100%;
        top: 70px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding-top: 10px;
        z-index: 9;
    }
    .header ul>li>a {
        padding-left: 20px !important;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
        line-height: normal;
        border-radius: 0 !important;
        font-size: 16px;
        padding: 13px 5px 23px 15px !important;
        margin: 0 !important;
        font-weight: 300;
        color: #333333 !important;
    }
    .header ul>li>a:after {
        position: absolute;
        top: 10px;
        right: 0;
        background-size: 100% 100%!important;
        margin-bottom: 5px;
        font-family: Linearicons;
        font-size: 20px;
        margin-right: 20px;
        vertical-align: middle;
        display: inline-block;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: grayscale;
        content: "\e93c";
        font-weight: 600;
    }
    .header ul>li {
        padding-left: 0;
        display: block;
        float: none;
        width: 100%;
        position: relative;
        padding: 5px 15px;
        border-radius: 0;
        box-sizing: border-box;
    }
    .header ul>li:last-child {
        border-bottom: 0;
    }
    .header ul>li.status>a:before {
        margin-left: 6px;
    }
    .header ul>li.status>a {
        padding: 0 7px 1px;
    }
    .header ul>li.action>a {
        padding: 0;
    }
    .header ul>li.action.cta>a {
        margin: 0 !important;
        border-radius: 0;
        padding: 6px;
    }
    .strip-alt.dashboard {
        margin-top: 64px;
    }
    footer .container {
        width: auto;
        min-width: unset;
    }
    a.big_button {
        float: none !important;
        width: 100%;
        display: inline-block;
        margin: 0;
        border: 1px solid #e1e1e1 !important;
        padding-right: 0;
        padding-left: 0;
    }
    .big_button+.big_button {
        padding-right: unset;
        margin-top: 15px;
    }
    .big_button+.divide_line.fullwidth {
        height: 25px;
    }
    .divide_line.fullwidth+.divide_line.fullwidth {
        display: none !important;
    }
    .reset_accesskey {
        float: none;
        width: 95%;
        position: relative;
        display: block;
        padding-right: 0;
        padding-left: 0;
        right: unset;
        top: unset;
        margin: 0 auto !important;
        margin-top: 10px !important;
        text-align: center;
    }
    section.subscription_plans .subs_wrapper .plan {
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        float: none;
        border-right: 1px solid #d1d1d1;
        margin-bottom: 10px;
    }
    section.subscription_plans .subs_wrapper .plan .features {
        text-align: center;
    }
    section.subscription_plans .subs_wrapper .plan .features h4.empty {
        display: none;
    }
    .header.light ul>li.login>a,
    .header ul>li.go_to_dashboard>a {
        border: 0;
        background: inherit;
    }
    footer .right_side img.logo {
        margin: 0 auto;
        margin-bottom: 45px;
    }
    .header .logo img {
        top: 13px;
    }
    /*!!*/
}


/* Popup Styling */
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.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;
}