body footer ul.footer-nav li a {
    color: #fff;
    text-decoration: none;
  }
  body footer ul.footer-nav li a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .megamenu-li .megamenu .row {
    padding: 0;
  }
  .mobile-go-back {
    display: none;
  }
  .navbar-header
    .navbar-collapse
    .menu
    .navbar-nav
    .nav-item.mobile-go-back
    .nav-link {
    font-size: 12px;
    padding-top: 30px;
    cursor: pointer;
  }
  .hero-img-mobile {
    max-width: 250px;
    margin: 0 auto -25px;
  }
  section.section-paragraph ul {
    list-style-type: disc;
  }
  section.section-paragraph ul.list-unstyled {
    list-style-type: none;
    padding: 0;
  }
  section.section-paragraph ol.list-number-sign {
    list-style: none;
    counter-reset: my-awesome-counter;
    padding-left: 28px;
  }
  section.section-paragraph ol.list-number-sign li {
    counter-increment: my-awesome-counter;
  }
  section.section-paragraph ol.list-number-sign li::before {
    content: "#" counter(my-awesome-counter) " - ";
    margin-left: -28px;
  }
  section.section-paragraph.mob-center ol.list-number-sign li p {
    text-align: left;
  }
  section.section-paragraph.mob-center ol.list-number-sign li p:first-of-type {
    margin-top: -22px;
  }
  .lead {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
  }
  @media (min-width: 768px) {
    section.section-paragraph h2 {
      font-size: 45px;
      line-height: 45px;
      letter-spacing: -1.2px;
    }
    section.section-paragraph h3 {
      font-size: 35px;
      line-height: 45px;
      letter-spacing: normal;
    }
  }
  @media (max-width: 767px) {
    section.section-paragraph.mob-center h2 {
      font-size: 30px;
      line-height: 35px;
      letter-spacing: -0.8px;
      text-align: center;
    }
    section.section-paragraph.mob-center h3 {
      font-size: 24px;
      line-height: 30px;
      letter-spacing: -0.7px;
      text-align: center;
    }
  }
  @media (min-width: 992px) {
    .hero-img-mobile {
      display: none;
    }
  }
  @media (min-width: 992px) {
    .megamenu-results {
      position: relative;
    }
    .megamenu-results .dropdown-menu {
      right: 0;
      left: auto !important;
    }
    .megamenu-google-ads .megamenu-heading {
      min-width: 201px;
    }
    .megamenu-social .megamenu-heading {
      min-width: 289px;
    }
    .megamenu-results .megamenu-heading {
      min-width: 155px;
    }
    .megamenu-seo .megamenu-heading {
      min-width: 204px;
    }
    .megamenu-other-services .megamenu-heading {
      min-width: 239px;
    }
    .navbar-header .navbar-collapse .dropdown .dropdown-menu:not(.megamenu) {
      min-width: 100%;
    }
    .navbar-header .navbar-collapse .dropdown .dropdown-menu .dropdown-cont {
      padding: 10px 20px;
    }
    .navbar-header
      .navbar-collapse
      .dropdown
      .dropdown-menu
      .dropdown-cont
      .dropdown-item {
      white-space: nowrap;
    }
    .navbar-header .navbar-collapse .menu {
      position: relative;
    }
    .min-header .navbar-brand {
      display: none;
    }
    .navbar-header .navbar-brand {
      margin-top: -60px;
      position: absolute;
      z-index: 9999999;
    }
    .megamenu-heading img {
      display: inline-block;
    }
    .megamenu-heading {
      color: #427fe0;
      font-size: 14px;
      font-weight: 700;
      padding-bottom: 15px;
      border-bottom: 2px solid #e7e7ea;
      display: flex;
      align-items: center;
    }
    .megamenu-li .megamenu .row {
      padding: 0 15px;
      flex-wrap: nowrap;
    }
    .navbar-header .navbar-collapse .dropdown .dropdown-menu {
      background: #fff;
    }
    .navbar-header .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
      color: #427fe0;
      white-space: normal;
    }
    .navbar-header
      .navbar-collapse
      .dropdown
      .dropdown-menu
      .dropdown-item:hover {
      color: #ff5254;
    }
    .megamenu .col-lg-2 {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
    }
    .megamenu > .row > div {
      padding: 20px;
    }
    .megamenu > .row > div:not(:last-of-type) {
      border-right: 2px solid #f6f6f7;
    }
    .menu .dropdown-menu.megamenu .dropdown-item {
      padding-left: 0 !important;
    }
    .navbar-header .navbar-collapse .menu .navbar-nav .nav-item .nav-link:hover,
    .navbar-header
      .navbar-collapse
      .menu
      .navbar-nav
      .nav-item
      .nav-link:hover.dropdown-toggle,
    .navbar-header .navbar-collapse .menu .navbar-nav .nav-item.show .nav-link {
      color: #ff5254;
    }
    .navbar-header
      .navbar-collapse
      .menu
      .navbar-nav
      .nav-item
      .nav-link:hover.dropdown-toggle::after,
    .navbar-header
      .navbar-collapse
      .menu
      .navbar-nav
      .nav-item.show
      .nav-link.dropdown-toggle::after {
      color: #ff5254;
      transform: rotateZ(-180deg);
    }
    .navbar-header
      .navbar-collapse
      .dropdown
      .dropdown-menu.megamenu
      .dropdown-item.link-active {
      color: #ff5254;
    }
    .navbar-header
      .navbar-collapse
      .dropdown
      .dropdown-menu.megamenu
      .dropdown-item.link-active::before {
      color: #ff5254;
      display: inline-block;
      width: 0;
      height: 0;
      margin-right: 0.255em;
      vertical-align: middle;
      content: "";
      border-top: 0.3em solid;
      border-right: 0.3em solid transparent;
      border-bottom: 0;
      border-left: 0.3em solid transparent;
      transform: rotateZ(-90deg);
      font-size: 15px;
      margin-top: -3px;
    }
  }
  @media (max-width: 991px) {
    .mega-dropdown-menu-results {
      padding-left: 15px;
    }
    .megamenu-heading.megamenu-heading-reviews {
      display: none !important;
    }
    .megamenu-heading.megamenu-heading-results::after {
      transform: none;
    }
    .max-w180-mobile {
      max-width: 180px;
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
    .max-w260-mobile {
      max-width: 260px;
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
    .navbar-header .navbar-collapse .dropdown .dropdown-menu {
      margin: 0 !important;
    }
    .megamenu-li {
      position: static;
    }
    .navbar-header .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
      padding: 15px 25px;
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 20px;
      text-transform: uppercase;
      white-space: normal;
      min-width: 200px;
    }
    .megamenu-heading {
      padding: 15px 25px;
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 20px;
      text-transform: uppercase;
      white-space: nowrap;
      margin: 0;
    }
    .megamenu-heading img {
      display: none;
    }
    .navbar-header
      .navbar-collapse
      .menu
      .navbar-nav
      .nav-item
      .nav-link.dropdown-toggle::after {
      transform: rotateZ(-90deg);
    }
    .megamenu-heading::after {
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: 0.255em;
      vertical-align: 0.255em;
      content: "";
      border-top: 0.3em solid;
      border-right: 0.3em solid transparent;
      border-bottom: 0;
      border-left: 0.3em solid transparent;
      transform: rotateZ(-90deg);
    }
  }
  .archive.tax-epkb_post_type_1_category .post-desc {
    display: none;
  }
  p.fp-text {
    font-size: 14px;
    line-height: 20px;
    color: #666;
  }
  .title-seo-roi {
    width: 692px;
    color: #fff;
    font-size: 75px !important;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 80px;
    margin-bottom: 20px;
    text-align: left;
  }
  .banner {
      background-color: #212331!important;
  }
  .banner .top-caption p {
    text-align: left;
    width: 692px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: normal;
    line-height: 24px;
  }
  .banner .top-caption img {
    margin-top: -100px;
    margin-left: 50px;
    max-width: 478px;
  }
  .border-right {
    border-right: 1px solid #eee;
  }
  @media (max-width: 768px) {
    .fp-vertical-align {
      padding: 14px 3px 16px !important;
    }
    .border-right {
      border: 0 solid #eee !important;
    }
    .seo-calculator {
      margin-top: 0 !important;
      position: static !important;
    }
    .banner .top-caption img {
      margin-top: 20px !important;
      margin-left: 0px !important;
      max-width: 100% !important;
    }
    .title-seo-roi {
      max-width: 333px !important;
      font-size: 50px !important;
      font-weight: bold !important;
      letter-spacing: 2.88px !important;
      line-height: 54px !important;
    }
    .banner .top-caption p {
      max-width: 312px !important;
      color: #fff !important;
      font-size: 22px !important;
      font-weight: 500 !important;
      letter-spacing: 0 !important;
      line-height: 25px !important;
    }
  }
  @media (min-width: 1200px) {
    .seo-calculator {
      margin-top: -230px;
      position: absolute;
      overflow: visible;
    }
    section.banner.extra-pad > .container {
      min-height: 400px !important;
    }
  }
  @media (min-width: 992px) {
    section.banner.extra-pad > .container {
      min-height: 0;
    }
  }
  .fp-container {
    max-width: 1040px;
  }
  .fp-text {
    text-align: left;
  }
  .fp-container label {
    margin: 2px;
    font-weight: 700;
    clear: both;
  }
  .fp-container .spml {
    font-weight: normal;
    margin-left: 10px;
    font-size: 12px;
  }
  .fp-container .show-pmc {
    align-items: baseline;
    line-height: 34px;
    margin-left: 10px;
    vertical-align: bottom;
  }
  .footer-roi {
    color: #aaa;
  }
  .fp-container .badge {
    font-size: inherit;
  }
  .fp-container .list-group {
    padding: 0 20px;
    margin: 0;
  }
  .fp-container .list-group-item {
    background-color: transparent;
    border-bottom: 1px solid #fff;
    border-top: 0;
    padding: 10px 0;
    font-weight: bold;
    color: #fff;
  }
  .fp-container .list-group .monthly-roi {
    margin-top: 10px;
  }
  .fp-container .list-group .monthly-roi,
  .fp-container .list-group .list-group-item.monthly-roi .badge-pill {
    padding: 12px 4px;
  }
  .fp-container .list-group .badge-pill {
    background: transparent;
  }
  .fp-container .fp-show-value {
    font-size: 1.3em;
    font-weight: 700;
    color: #427fe0;
  }
  .more-margin-150 {
    margin-top: 120px !important;
  }
  .fp-container .fp-text {
    padding: 0;
    padding: 15px 0;
    margin: 0;
  }
  .fp-hide-block {
    display: none !important;
  }
  .fp-shadow-left {
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075);
  }
  .fp-border-radius-left {
    border-radius: 10px 0px 0 10px;
  }
  .fp-shadow-right {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  }
  .fp-border-radius-right p {
    line-height: 16px;
    color: #fff;
  }
  .fp-bg-color {
    background: #427fe0;
  }
  .fp-title {
    color: #3467d8;
    font-weight: 900;
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .fp-logo {
    margin: 0 auto;
    max-width: 212px;
  }
  .fp-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: #b1adad;
    outline: none;
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
  }
  .fp-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
  }
  .fp-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
  }
  .fp-vertical-align {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
  }
  .fp-container .switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 28px;
  }
  .fp-container .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .fp-container .switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .fp-container .switch-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .fp-container input:checked + .switch-slider {
    background-color: #ff5254;
  }
  .fp-container input:focus + .switch-slider {
    box-shadow: 0 0 1px #ff5254;
  }
  .fp-container input:checked + .switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  .fp-container .switch-slider.round {
    border-radius: 34px;
  }
  .fp-container .switch-slider.round:before {
    border-radius: 50%;
  }
  .fp-dropbtn {
    padding: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  .fp-dropbtn .fa {
    font-size: 24px;
  }
  .fp-dropbtn:hover,
  .fp-dropbtn:focus {
    background-color: #2980b9;
  }
  .fp-dropdown {
    position: relative;
    display: inline-block;
  }
  .fp-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .fp-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  .shaded-white {
    background-color: #f6f6f6;
    min-height: 450px;
  }
  .seo-cal-based-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px !important;
    text-align: center;
  }
  .bg-white-v2 {
    background: #fcfcfc;
  }
  .monthly-roi-label {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 23px;
  }
  .monthly-roi-container {
    margin-top: 30px;
  }
  .fp-calculator-footer-text {
    margin-top: 30px;
  }
  .fp-calculator-footer-text p {
    color: #666;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 13px;
    text-align: center;
  }
  .p-5-v2 {
    padding: 2.5rem 2.5rem 1rem 2.5rem !important;
  }
  .seo-calculator-paragraph p {
    color: #00225d;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
  }
  .seo-calculator-paragraph h2 {
    color: #00225d;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 45px;
  }
  .max-width-400 {
    max-width: 400px;
  }
  .seo-calculator-boxes .box {
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.3);
  }
  .seo-calculator-boxes .box.box-content {
    padding: 20px;
    margin: 10px;
  }
  .seo-calculator-boxes h3,
  .seo-calculator-boxes h2 {
    color: #00225d;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    margin: 20px 0 15px;
  }
  .seo-calculator-boxes p {
    color: #00225d;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    text-align: left;
  }
  .faqs-container {
    margin: 0 auto;
  }
  #accordion-faqs .faq-header h2 button {
    cursor: pointer;
    white-space: normal;
  }
  #accordion-faqs .faq-header h2 button:focus {
    outline: none;
    box-shadow: none;
  }
  #accordion-faqs .faq-header h2 button[aria-expanded="false"]::before {
    content: "+";
    font-size: 22px;
    outline: none;
    margin-right: 5px;
    color: #427fe0;
    font-weight: bolder;
  }
  #accordion-faqs .faq-header h2 button[aria-expanded="true"]::before {
    content: "-";
    font-size: 22px;
    outline: none;
    margin-right: 20px;
    color: #427fe0;
    font-weight: bolder;
  }
  .faq-title {
    padding: 5px 0;
  }
  .faq-title button {
    color: #666;
    background: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2.73px;
    line-height: 26px;
  }
  .faq-body {
    padding: 10px 20px;
  }
  .popover {
    border: none;
    max-width: 150px;
  }
  @media (min-width: 992px) {
    .popover {
      max-width: 200px;
    }
  }
  .popover-body {
    padding: 10px;
    color: #fff;
    background: #427fe0;
  }
  .popover.bs-popover-auto[x-placement^="right"] .arrow::after,
  .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
  .popover.bs-popover-right .arrow::after,
  .popover.bs-popover-right .arrow::before {
    margin-top: -0.5rem;
  }
  .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
  .popover.bs-popover-right .arrow::before {
    left: -0.5rem;
    border-right-color: #427fe0;
  }
  .popover.bs-popover-auto[x-placement^="right"] .arrow::after,
  .popover.bs-popover-right .arrow::after {
    border-right-color: #427fe0;
    left: calc((0.5rem - 1px) * -1);
  }
  .popover.bs-popover-auto[x-placement^="left"] .arrow::after,
  .popover.bs-popover-left .arrow::after {
    right: calc((0.5rem - 1px) * -1);
    border-left-color: #427fe0;
  }
  .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
  .popover.bs-popover-left .arrow::before {
    right: -0.5rem;
    border-left-color: #427fe0;
  }
  @media (min-width: 768px) {
    .page-ppc-roi-calculator .fp-vertical-align > .col-md-4,
    .page-seo-roi-calculator .fp-vertical-align > .col-md-4 {
      -ms-flex: 0 0 40%;
      -webkit-box-flex: 0;
      flex: 0 0 40%;
      max-width: 40%;
    }
    .page-ppc-roi-calculator .fp-vertical-align > .col-md-6,
    .page-seo-roi-calculator .fp-vertical-align > .col-md-6 {
      -ms-flex: 0 0 43.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 43.333333%;
      max-width: 43.333333%;
    }
  }
  .iti {
    position: relative;
    display: inline-block;
  }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .iti__hide {
    display: none;
  }
  .iti__v-hide {
    visibility: hidden;
  }
  .iti input,
  .iti input[type="text"],
  .iti input[type="tel"] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
  }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
  }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
  }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
  }
  .iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555;
  }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px;
  }
  @media (max-width: 500px) {
    .iti__country-list {
      white-space: normal;
    }
  }
  .iti__flag-box {
    display: inline-block;
    width: 20px;
  }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
  }
  .iti__country {
    padding: 5px 10px;
    outline: none;
  }
  .iti__dial-code {
    color: #999;
  }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .iti__flag-box,
  .iti__country-name,
  .iti__dial-code {
    vertical-align: middle;
  }
  .iti__flag-box,
  .iti__country-name {
    margin-right: 6px;
  }
  .iti--allow-dropdown input,
  .iti--allow-dropdown input[type="text"],
  .iti--allow-dropdown input[type="tel"],
  .iti--separate-dial-code input,
  .iti--separate-dial-code input[type="text"],
  .iti--separate-dial-code input[type="tel"] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
  }
  .iti--allow-dropdown .iti__flag-container,
  .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
  }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer;
  }
  .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default;
  }
  .iti--allow-dropdown
    input[disabled]
    + .iti__flag-container:hover
    .iti__selected-flag,
  .iti--allow-dropdown
    input[readonly]
    + .iti__flag-container:hover
    .iti__selected-flag {
    background-color: transparent;
  }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
  }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
  }
  .iti--container:hover {
    cursor: pointer;
  }
  .iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
  }
  .iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%;
  }
  .iti-mobile .iti__country {
    padding: 10px 10px;
    line-height: 1.5em;
  }
  .iti__flag {
    width: 20px;
  }
  .iti__flag.iti__be {
    width: 18px;
  }
  .iti__flag.iti__ch {
    width: 15px;
  }
  .iti__flag.iti__mc {
    width: 19px;
  }
  .iti__flag.iti__ne {
    width: 18px;
  }
  .iti__flag.iti__np {
    width: 13px;
  }
  .iti__flag.iti__va {
    width: 15px;
  }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px;
    }
  }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px;
  }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px;
  }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px;
  }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px;
  }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px;
  }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px;
  }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px;
  }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px;
  }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px;
  }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px;
  }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px;
  }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px;
  }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px;
  }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px;
  }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px;
  }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px;
  }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px;
  }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px;
  }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px;
  }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px;
  }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px;
  }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px;
  }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px;
  }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px;
  }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px;
  }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px;
  }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px;
  }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px;
  }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px;
  }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px;
  }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px;
  }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px;
  }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px;
  }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px;
  }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px;
  }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px;
  }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px;
  }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px;
  }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px;
  }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px;
  }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px;
  }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px;
  }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px;
  }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px;
  }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px;
  }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px;
  }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px;
  }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px;
  }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px;
  }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px;
  }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px;
  }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px;
  }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px;
  }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px;
  }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px;
  }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px;
  }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px;
  }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px;
  }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px;
  }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px;
  }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px;
  }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px;
  }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px;
  }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px;
  }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px;
  }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px;
  }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px;
  }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px;
  }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px;
  }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px;
  }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px;
  }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px;
  }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px;
  }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px;
  }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px;
  }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px;
  }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px;
  }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px;
  }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px;
  }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px;
  }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px;
  }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px;
  }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px;
  }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px;
  }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px;
  }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px;
  }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px;
  }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px;
  }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px;
  }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px;
  }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px;
  }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px;
  }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px;
  }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px;
  }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px;
  }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px;
  }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px;
  }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px;
  }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px;
  }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px;
  }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px;
  }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px;
  }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px;
  }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px;
  }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px;
  }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px;
  }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px;
  }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px;
  }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px;
  }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px;
  }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px;
  }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px;
  }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px;
  }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px;
  }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px;
  }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px;
  }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px;
  }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px;
  }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px;
  }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px;
  }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px;
  }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px;
  }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px;
  }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px;
  }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px;
  }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px;
  }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px;
  }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px;
  }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px;
  }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px;
  }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px;
  }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px;
  }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px;
  }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px;
  }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px;
  }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px;
  }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px;
  }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px;
  }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px;
  }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px;
  }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px;
  }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px;
  }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px;
  }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px;
  }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px;
  }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px;
  }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px;
  }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px;
  }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px;
  }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px;
  }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px;
  }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px;
  }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px;
  }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px;
  }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px;
  }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px;
  }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px;
  }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px;
  }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px;
  }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px;
  }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px;
  }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px;
  }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px;
  }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px;
  }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px;
  }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px;
  }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px;
  }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px;
  }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px;
  }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px;
  }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px;
  }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px;
  }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px;
  }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px;
  }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px;
  }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px;
  }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px;
  }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px;
  }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px;
  }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px;
  }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px;
  }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px;
  }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px;
  }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px;
  }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px;
  }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px;
  }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px;
  }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px;
  }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px;
  }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px;
  }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px;
  }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px;
  }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px;
  }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px;
  }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px;
  }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px;
  }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px;
  }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px;
  }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px;
  }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px;
  }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px;
  }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px;
  }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px;
  }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px;
  }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px;
  }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px;
  }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px;
  }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px;
  }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px;
  }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px;
  }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px;
  }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px;
  }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px;
  }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px;
  }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px;
  }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px;
  }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px;
  }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px;
  }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px;
  }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px;
  }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px;
  }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px;
  }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px;
  }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px;
  }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px;
  }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px;
  }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px;
  }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px;
  }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px;
  }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px;
  }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px;
  }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px;
  }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px;
  }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px;
  }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px;
  }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px;
  }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px;
  }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px;
  }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px;
  }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px;
  }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px;
  }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px;
  }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px;
  }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px;
  }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px;
  }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px;
  }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px;
  }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px;
  }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px;
  }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px;
  }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px;
  }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px;
  }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px;
  }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px;
  }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px;
  }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px;
  }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px;
  }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px;
  }
  .iti__flag {
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
  }
  .iti__flag.nitro-lazy {
    background-image: none !important;
  }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    
    .iti__flag.nitro-lazy {
      background-image: none !important;
    }
  }
  .iti__flag.iti__np {
    background-color: transparent;
  }
  div.callback {
    position: fixed;
    display: block;
    bottom: 30px;
    z-index: 15;
    right: calc(15px - 100vw + 100%);
  }
  div.callback a {
    display: inline-block;
    border-radius: 50%;
    height: 50px;
    width: 50px;
  }
  div.callback a img {
    position: relative;
    height: 54px;
    width: 54px;
    left: -2px;
  }
  @media (max-width: 768px) {
    div.callback .open-popup-callback {
      display: none;
    }
  }
  @media (min-width: 769px) {
    div.callback .whatsapp {
      margin-right: 10px;
    }
    div.callback {
      right: calc(45px - 100vw + 100%);
    }
  }
  .get-callback-popup {
    max-width: 440px;
    width: 100%;
    min-height: 400px;
    margin: 0 auto;
    padding: 20px 40px;
    position: relative;
    color: #fff;
    border-radius: 4px;
    background: linear-gradient(180deg, #427fdf, #396bb1 100%);
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.15);
    z-index: 999;
  }
  .get-callback-popup .quote-form {
    padding: 0px;
  }
  .get-callback-popup .quote-form h3 {
    font-size: 32px;
    line-height: 34px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 1.5rem;
  }
  .get-callback-popup .quote-form p {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .get-callback-popup .quote-form .mfp-close {
    opacity: 1;
    color: #fff;
  }
  .get-callback-popup .quote-form input[type="text"],
  .get-callback-popup .quote-form input[type="email"] {
    padding-right: 30px;
  }
  .get-callback-popup .quote-form .fa-user,
  .get-callback-popup .quote-form .fa-envelope {
    font-size: 18px;
    color: #ccc;
    position: absolute;
    top: 15px;
    right: 25px;
  }
  .get-callback-popup .quote-form .iti {
    width: inherit;
  }
  .get-callback-popup .quote-form .iti .iti__flag-container {
    color: #666;
    max-height: 45px;
  }
  .get-callback-popup .quote-form .iti .iti__flag-container .iti__selected-flag {
    background-color: #fff;
    border-right: 1px solid #eee;
  }
  .get-callback-popup
    .quote-form
    .iti
    .iti__flag-container
    .iti__selected-flag
    .iti__selected-dial-code {
    font-family: Lato, Kanit, sans-serif;
    font-size: 15px;
    width: 32px;
  }
  .get-callback-popup .quote-form .iti .iti__flag-container .iti__country-list {
    white-space: inherit;
    width: 360px;
  }
  .get-callback-popup
    .quote-form
    .iti
    .iti__flag-container
    .iti__country-list
    .iti__country
    .iti__country-name,
  .get-callback-popup
    .quote-form
    .iti
    .iti__flag-container
    .iti__country-list
    .iti__country
    .iti__dial-code {
    font-family: Lato, Kanit, sans-serif;
    font-size: 15px;
  }
  .get-callback-popup .quote-form .iti input#callback_phone {
    padding-left: 96px !important;
  }
  .mfp-ease-in-out .mfp-with-anim {
    opacity: 0;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      max-height 0s ease-in-out 0.2s;
  }
  .mfp-ease-in-out.mfp-bg {
    opacity: 0;
    transition: all 0.1s ease-out;
  }
  .mfp-ease-in-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      max-height 0s ease-in-out 0.2s;
  }
  .mfp-ease-in-out.mfp-ready.mfp-bg {
    opacity: 0.8;
  }
  .mfp-ease-in-out.mfp-removing .mfp-with-anim {
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      max-height 0s ease-in-out 0.2s;
    opacity: 0;
  }
  .mfp-ease-in-out.mfp-removing.mfp-bg {
    opacity: 0;
  }
  .mfp-close-btn-in .mfp-close {
    color: #fff;
    opacity: 1;
  }
  
  .fp-border-radius-right {
    border-radius: 0px 10px 10px 2px;
    background: #282a2e !important;
  }
  