<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/GothamBook-Italic.eot");
  src: url("../fonts/GothamBook-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamBook-Italic.woff2") format("woff2"), url("../fonts/GothamBook-Italic.woff") format("woff"), url("../fonts/GothamBook-Italic.ttf") format("truetype"), url("../fonts/GothamBook-Italic.svg#GothamBook-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-LightItalic.eot");
  src: url("../fonts/Gotham-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-LightItalic.woff2") format("woff2"), url("../fonts/Gotham-LightItalic.woff") format("woff"), url("../fonts/Gotham-LightItalic.ttf") format("truetype"), url("../fonts/Gotham-LightItalic.svg#Gotham-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

* {
  font-family: "Gotham";
  letter-spacing: 0 !important;
  margin: 0;
  padding: 0;
}

dl,
ol,
ul {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.d-none {
  display: none !important;
}

body {
  overflow-x: hidden;
}

.vcenter-item {
  display: flex;
  align-items: center;
}

.mobileonly {
  display: none;
}

@media (max-width: 600px) {
  .offset-1,
  .offset-2,
  .offset-3 {
    margin: 0;
  }
}

@media (max-width: 600px) {
  .desktop-only {
    display: none !important;
  }
}

.mobile-only {
  display: none !important;
}
@media (max-width: 600px) {
  .mobile-only {
    display: block !important;
  }
}

.wow {
  animation-duration: 1s;
}

p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
}
@media (max-width: 1366px) {
  p {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media (max-width: 600px) {
  p {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  br.mobileonly {
    display: none;
  }
}

@media (min-width: 701px) {
  br.desktoponly {
    display: none;
  }
}
.header {
  background-color: #ffffff;
  transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -webkit-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  box-shadow: 0px 2px 11px -9px rgba(0, 0, 0, 0.59);
}
.header .top-header {
  background: url("../images/header-topbar.jpg");
  color: white;
  padding: 10px 0;
  display: block;
  justify-content: flex-end;
}
@media (max-width: 600px) {
  .header .top-header {
    display: none;
  }
}
.header .top-header .container {
  display: flex;
  justify-content: flex-end;
  position: relative;
  /*! CSS Used from: Embedded */
}
.header .top-header .container #form {
  position: relative;
  background-color: #fff;
  width: 100%;
  padding: 0;
  display: flex;
}
.header .top-header .container .form-container {
  position: absolute;
  display: block;
  right: 0;
  top: -135px;
  width: calc(100% - 390px);
  height: 50px;
  background: #fff;
  opacity: 0;
  box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.3);
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.header .top-header .container .ftop {
  top: 40px;
  opacity: 1;
  max-width: 650px;
}
.header .top-header .container .form-cls {
  width: 100%;
  height: auto;
  display: inline-block;
}
.header .top-header .container .form-control {
  width: calc(100% - 60px);
  height: 50px;
  font-style: italic;
  background: #fff;
  float: left;
  border: none;
  position: relative;
  z-index: 10;
  outline: none;
  padding: 0;
  padding-left: 20px;
  margin: 0;
  color: #000;
  float: left;
  font-family: "Gotham";
  font-weight: 500;
  font-size: 16px;
}
.header .top-header .container .srchbtn {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  font-size: 0;
  display: block;
  position: relative;
  top: 7px;
  z-index: 10;
  background: #163760 url(https://www.citizenshipinvest.com/wp-content/themes/citizen/assets/images/search-icon.png) center center no-repeat;
  color: #fff;
  font-size: 0;
  float: left;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}
.header .top-header .container .srchbtn:hover {
  background: #0f0b0b url(https://www.citizenshipinvest.com/wp-content/themes/citizen/assets/images/search-icon.png) center center no-repeat;
}
.header .top-header .container #search-icon svg {
  width: 21px;
  height: 21px;
}
@media screen and (max-width: 1200px) {
  .header .top-header .container .form-container {
    width: 100vw;
    max-width: 500px;
  }
  .header .top-header .container .form-control {
    height: 50px;
  }
  .header .top-header .container .form-container {
    height: 50px;
    right: -20px;
    top: 70px;
  }
  .header .top-header .container .ftop {
    top: 70px;
  }
  .header .top-header .container .srchbtn {
    top: 8px;
  }
}
@media screen and (max-width: 765px) {
  .header .top-header .container .form-container {
    top: 55px;
  }
  .header .top-header .container .ftop {
    top: 55px;
  }
  .header .top-header .container .form-container:before {
    content: "";
    width: 100vw;
    height: 100%;
    background: #fff;
    display: block;
    position: absolute;
    left: -20px;
    bottom: 0;
  }
  .header .top-header .container .form-container {
    top: -100px;
  }
}
@media screen and (max-width: 1200px) {
  .header .top-header .container .form-container {
    top: -100px;
  }
  .header .top-header .container .ftop {
    top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .header .top-header .container .form-control {
    display: none;
  }
}
.header .top-header .container a {
  color: white;
  margin-right: 10px;
}
.header .top-header .container a .cls:before {
  content: "\f00d";
  font: normal normal normal fontawesome;
}
.header .top-header .container select {
  background: transparent;
  border: none !important;
  outline: none !important;
  color: white;
  font-weight: 500;
  padding: 0;
  min-width: 100px;
  width: initial;
  height: 20px;
}
.header .top-header .container select option {
  background-color: #233f64;
}
.header .header-m {
  display: block;
  padding: 15px 0;
}
@media (max-width: 600px) {
  .header .header-m {
    padding: 10px 0;
  }
}
.header .header-m .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-m .container img {
  width: 250px;
  display: block;
}
@media (max-width: 1366px) {
  .header .header-m .container img {
    width: 180px;
  }
}
@media (max-width: 600px) {
  .header .header-m .container img {
    width: 190px;
  }
}
.header .header-m .container ul {
  display: inline-flex;
  list-style: none;
}
@media (max-width: 600px) {
  .header .header-m .container ul {
    display: none;
  }
}
.header .header-m .container ul li {
  padding: 0 15px;
}
.header .header-m .container ul li:last-child {
  padding-right: 0;
}
.header .header-m .container ul li a {
  color: black;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  .header .header-m .container ul li a {
    font-size: 14px;
  }
}
.header .header-m .container .mobile-nav {
  display: none;
}
@media (max-width: 600px) {
  .header .header-m .container .mobile-nav {
    display: block;
  }
}
.header .header-m .container .mobile-nav #menu-toggle {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  left: -100%;
  top: -100%;
}
.header .header-m .container .mobile-nav #menu-toggle:checked ~ .menu {
  opacity: 1;
  visibility: visible;
}
.header .header-m .container .mobile-nav #menu-toggle:checked ~ .menu nav ul .menu-item {
  opacity: 1;
  transform: translateY(5px);
  text-align: left;
}
.header .header-m .container .mobile-nav #menu-toggle:checked ~ .menu-button .menu-icon {
  background: transparent;
}
.header .header-m .container .mobile-nav #menu-toggle:checked ~ .menu-button .menu-icon:before {
  transform: rotate(-45deg);
  top: 0;
  background: #ffffff;
}
.header .header-m .container .mobile-nav #menu-toggle:checked ~ .menu-button .menu-icon:after {
  transform: rotate(45deg);
  top: 0;
  background: #ffffff;
}
.header .header-m .container .mobile-nav .menu {
  display: block;
  background: url("../images/bg3.jpg") top center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFF;
  text-align: center;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  margin: auto;
  padding: 20px;
  transition: all 0.44s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  overflow: hidden;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
}
.header .header-m .container .mobile-nav .menu .menu-item {
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.44s cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
.header .header-m .container .mobile-nav .menu .menu-item:nth-child(0) {
  transition-delay: 0s;
}
.header .header-m .container .mobile-nav .menu .menu-item:nth-child(1) {
  transition-delay: 0.05s;
}
.header .header-m .container .mobile-nav .menu .menu-item:nth-child(2) {
  transition-delay: 0.1s;
}
.header .header-m .container .mobile-nav .menu .menu-item:nth-child(3) {
  transition-delay: 0.15s;
}
.header .header-m .container .mobile-nav .menu .menu-item:nth-child(4) {
  transition-delay: 0.2s;
}
.header .header-m .container .mobile-nav .menu .menu-item:nth-child(5) {
  transition-delay: 0.25s;
}
.header .header-m .container .mobile-nav .menu nav ul {
  color: white;
  list-style: none;
  display: block !important;
  margin-top: 50px;
}
.header .header-m .container .mobile-nav .menu nav ul .menu-item {
  margin-bottom: 1.5em;
}
.header .header-m .container .mobile-nav .menu nav ul a {
  text-decoration: none;
  color: white !important;
}
.header .header-m .container .mobile-nav .menu-button {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  padding-right: 0;
  border-radius: 100%;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 300;
}
.header .header-m .container .mobile-nav .menu-icon {
  background: #333;
  display: block;
  height: 3px;
  position: relative;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.15s ease-out;
  width: 30px;
}
.header .header-m .container .mobile-nav .menu-icon:before, .header .header-m .container .mobile-nav .menu-icon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  width: 100%;
}
.header .header-m .container .mobile-nav .menu-icon:before {
  top: 8px;
}
.header .header-m .container .mobile-nav .menu-icon:after {
  top: -8px;
}
.header .bottom-header {
  background: url("../images/header-topbar.jpg");
  color: white;
  display: block;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .header .bottom-header {
    display: none;
  }
}
.header .bottom-header .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .bottom-header .container ul {
  display: flex;
  list-style: none;
}
.header .bottom-header .container ul li {
  padding: 13px 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.7490196078);
}
.header .bottom-header .container ul li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.7490196078);
}
@media (max-width: 1366px) {
  .header .bottom-header .container ul li {
    padding: 10px 20px;
  }
}
.header .bottom-header .container ul li a {
  color: rgba(255, 255, 255, 0.7490196078);
  font-size: 17px;
  text-transform: uppercase;
}
.header .bottom-header .container ul li a:hover {
  color: white;
}
@media (max-width: 1366px) {
  .header .bottom-header .container ul li a {
    font-size: 14px;
  }
}
.header .bottom-header .container a.btn {
  color: rgba(255, 255, 255, 0.7490196078);
  border: 1px solid rgba(255, 255, 255, 0.7490196078);
  padding: 8px 13px;
  text-transform: uppercase;
  font-size: 15px;
  display: flex;
  align-items: center;
  margin-left: 25px;
}
.header .bottom-header .container a.btn:hover {
  color: white;
  border-color: rgba(255, 255, 255, 0.7490196078);
}
@media (max-width: 1366px) {
  .header .bottom-header .container a.btn {
    font-size: 14px;
    padding: 9px 13px;
  }
}
.header .bottom-header .container a.btn img {
  margin-right: 8px;
  width: 15px;
}
.header .program-menu {
  position: relative;
  display: none;
}
@media (max-width: 600px) {
  .header .program-menu {
    display: block;
  }
}
.header .program-menu .acc {
  width: 100%;
}
.header .program-menu .acc .btn {
  background-color: #f2f3f3;
  text-align: center;
  display: inline-block;
  outline: 0;
  border: 0;
  width: 100%;
  padding: 15px 10px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #213e6a;
  font-weight: 300;
}
.header .program-menu .acc .btn:hover {
  background-color: #f2f3f3;
  cursor: pointer;
}
.header .program-menu .acc button::before {
  content: "\f0c9";
  font-family: "Font Awesome 6 free";
  width: 10px;
  margin-right: 10px;
  font-weight: bold;
}
.header .program-menu .acc .active {
  background-color: #f2f3f3;
  cursor: pointer;
}
.header .program-menu .acc .active::before {
  content: "\f00d";
  font-family: "Font Awesome 6 free";
}
.header .program-menu .acc .panel {
  height: 0;
  font-size: 15px;
  overflow: hidden;
  background: rgb(248, 248, 248);
  background: linear-gradient(90deg, rgb(241, 242, 242) 0%, rgb(255, 255, 255) 25%, rgb(241, 242, 242) 100%);
  transition: height 300ms ease-out;
}
.header .program-menu .acc .panel a {
  display: block !important;
  border: none;
  font-size: 14px;
  line-height: 28px;
  color: #000 !important;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
}
.header .program-menu .acc .panel ul {
  padding: 20px 20px;
}
.header .program-menu .acc .panel ul li {
  list-style: none;
}
.header.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  box-shadow: 0px 2px 11px -9px rgba(0, 0, 0, 0.59);
}

section.hero {
  position: relative;
  margin-top: 130px;
  display: block;
}
@media (max-width: 1366px) {
  section.hero {
    margin-top: 150px;
  }
}
@media (max-width: 600px) {
  section.hero {
    margin-top: 110px;
  }
}
section.hero img {
  width: 100%;
}
@media (max-width: 1366px) {
  section.hero img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
@media (max-width: 1366px) {
  section.hero img {
    height: 240px;
  }
}
section.hero img.antigua-icon {
  width: 150px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  z-index: 9;
  border: 3px solid #ffffff;
  border-radius: 250px;
}
@media (max-width: 1366px) {
  section.hero img.antigua-icon {
    height: initial;
    width: 120px;
    bottom: -55px;
  }
}
@media (max-width: 600px) {
  section.hero img.antigua-icon {
    bottom: -40px;
    width: 100px;
  }
}

section.about {
  position: relative;
  padding-top: 120px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1366px) {
  section.about {
    padding-top: 100px;
  }
}
@media (max-width: 600px) {
  section.about {
    padding-top: 60px;
    background-position-y: top;
    background-size: contain;
  }
}
section.about .title {
  position: relative;
  text-align: center;
  color: #213e6a;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 1366px) {
  section.about .title {
    width: 70%;
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  section.about .title {
    width: 100%;
    margin-bottom: 30px;
  }
}
section.about .title h1 {
  font-size: 57px;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  letter-spacing: 3px !important;
  background: white;
  display: inline;
  padding: 0 40px;
}
@media (max-width: 1366px) {
  section.about .title h1 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  section.about .title h1 {
    font-size: 25px;
    padding: 0 10px;
  }
}
section.about .title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #213e6a;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
}
@media (max-width: 600px) {
  section.about .title:before {
    width: 88%;
    top: 25%;
  }
}
section.about .title h6 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 10px;
  letter-spacing: 4px !important;
}
@media (max-width: 1366px) {
  section.about .title h6 {
    font-size: 17px;
  }
}
@media (max-width: 600px) {
  section.about .title h6 {
    font-size: 15px;
  }
}
@media (max-width: 1366px) {
  section.about p {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 600px) {
  section.about p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 20px;
  }
}
section.about .authorized {
  background: rgb(248, 248, 248);
  background: linear-gradient(90deg, rgb(241, 242, 242) 0%, rgb(255, 255, 255) 25%, rgb(241, 242, 242) 100%);
  padding: 40px;
  color: white;
  display: flex;
  align-items: center;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 600px) {
  section.about .authorized {
    padding: 20px;
    align-items: flex-start;
  }
}
section.about .authorized .auth_content {
  color: black;
  position: relative;
  z-index: 2;
}
section.about .authorized .auth_content h4 {
  color: #213e6a;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 15px;
}
@media (max-width: 1366px) {
  section.about .authorized .auth_content h4 {
    font-size: 23px;
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  section.about .authorized .auth_content h4 {
    line-height: 23px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
  }
}
section.about .authorized .auth_content p {
  font-size: 17px;
}
@media (max-width: 1366px) {
  section.about .authorized .auth_content p {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 600px) {
  section.about .authorized .auth_content p {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
  }
}
section.about .authorized img {
  max-width: 125px;
  position: absolute;
  right: 110px;
  opacity: 0.2;
  z-index: 2;
}
@media (max-width: 600px) {
  section.about .authorized img {
    top: 10px;
    right: 10px;
    max-width: 135px;
  }
}

section.program {
  position: relative;
  padding-top: 70px;
}
@media (max-width: 1366px) {
  section.program {
    padding-top: 50px;
  }
}
section.program h3 {
  font-size: 27px;
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  section.program h3 {
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  section.program h3 {
    font-size: 22px;
  }
}
section.program ul {
  list-style: none;
  margin-bottom: 25px;
}
section.program ul li {
  display: flex;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid #213e6a;
  color: grey;
}
@media (max-width: 1366px) {
  section.program ul li {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  section.program ul li {
    font-size: 13px;
    align-items: flex-start;
    padding: 12px 0;
  }
}
section.program ul li img {
  margin-right: 10px;
}
section.program ul li article {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  section.program ul li article {
    display: inline-grid;
  }
}
section.program ul li article span {
  color: #213e6a;
  margin-right: 10px;
  font-weight: 600;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 600px) {
  section.program ul li article span {
    min-width: 90px;
    font-size: 14px;
    margin-bottom: 5px;
    margin-bottom: 3px;
  }
}
section.program p {
  color: grey;
  font-size: 17px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
@media (max-width: 1366px) {
  section.program p {
    font-size: 13px;
  }
}
section.program .tabs {
  overflow: hidden;
}
section.program .tabs .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
section.program .tabs .tab-label {
  justify-content: space-between;
  background: transparent;
  font-weight: 400;
  cursor: pointer;
  font-size: 17px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  color: grey;
}
section.program .tabs .tab-label:hover {
  background: transparent;
  color: black;
}
section.program .tabs .tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
  margin-left: 10px;
  transform: rotate(90deg);
}
section.program .tabs .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: black;
  background: transparent;
  transition: all 0.35s;
  font-weight: 300;
}
section.program .tabs .tab-content ul {
  list-style: none;
  border: 1px solid #e5e5e5;
  padding: 10px;
  padding-bottom: 5px;
  border-radius: 5px;
}
section.program .tabs .tab-content ul li {
  font-size: 17px;
  padding: 7px 0;
  border-bottom: 1px solid #e5e5e5;
  color: black;
}
section.program .tabs .tab-content ul li:last-child {
  border-bottom: 0;
}
section.program .tabs .tab-content p {
  margin: 0;
}
section.program .tabs .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
section.program .tabs .tab-close:hover {
  background: #1a252f;
}
section.program .tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
section.program .tabs input:checked + .tab-label {
  background: transparent;
}
section.program .tabs input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 0;
}
section.program .tabs .req_tabs {
  margin-top: 15px;
}
section.program .tabs .req_tabs label.tab-label {
  display: flex !important;
  background: #e5e5e5 !important;
  color: #919191 !important;
  padding: 10px 20px;
  border-bottom: 1px solid white;
  font-size: 15px !important;
}
section.program .tabs .req_tabs input:checked ~ .tab-content {
  padding: 10px 20px !important;
}
section.program .tabs .req_tabs input:checked + .tab-label::after {
  transform: rotate(90deg);
}
section.program .tabs .req_tabs .tab-label::after {
  transform: rotate(0deg);
}
section.program input:checked + .tab-label::after {
  transform: rotate(-90deg);
  margin-left: 0;
}

section.benefits {
  position: relative;
  padding-top: 70px;
  padding-bottom: 230px;
  background-size: auto;
  background-position-y: bottom;
  background-position-x: center;
  background-repeat-y: no-repeat;
}
@media (max-width: 1366px) {
  section.benefits {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  section.benefits {
    padding-bottom: 170px;
  }
}
section.benefits h3 {
  font-size: 27px;
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  section.benefits h3 {
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  section.benefits h3 {
    font-size: 23px;
  }
}
section.benefits .all_benefits {
  display: flex;
}
@media (max-width: 600px) {
  section.benefits .all_benefits {
    display: block;
  }
}
section.benefits .all_benefits .card {
  width: 33.33%;
  margin: 0 35px;
  display: inline-block;
  direction: ltr;
}
@media (max-width: 1366px) {
  section.benefits .all_benefits .card {
    margin: 0 30px;
  }
}
section.benefits .all_benefits .card:first-child {
  margin-left: 0;
}
section.benefits .all_benefits .card:last-child {
  margin-right: 0;
}
@media (max-width: 600px) {
  section.benefits .all_benefits .card {
    width: auto;
    margin: 0 auto !important;
    margin-bottom: 25px !important;
  }
}
section.benefits .all_benefits .card img {
  width: 100%;
  max-height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  section.benefits .all_benefits .card img {
    max-height: 150px;
  }
}
section.benefits .all_benefits .card h5 {
  background: url("../images/bg-1.jpg");
  color: white;
  font-size: 22px;
  font-weight: 300;
  padding: 10px 30px;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  section.benefits .all_benefits .card h5 {
    font-size: 19px;
    padding: 8px 25px;
    line-height: 29px;
  }
}
section.benefits .all_benefits .card .benefits_content {
  background: rgb(248, 248, 248);
  background: linear-gradient(90deg, rgb(241, 242, 242) 0%, rgb(255, 255, 255) 25%, rgb(241, 242, 242) 100%);
  padding: 30px;
}
@media (max-width: 1366px) {
  section.benefits .all_benefits .card .benefits_content {
    padding: 25px;
  }
}
section.benefits .all_benefits .card .benefits_content h6 {
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 1366px) {
  section.benefits .all_benefits .card .benefits_content h6 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
section.benefits .all_benefits .card .benefits_content p {
  line-height: 26px;
}
@media (max-width: 1366px) {
  section.benefits .all_benefits .card .benefits_content p {
    font-size: 14px;
    line-height: 20px;
  }
}
section.benefits .all_benefits .card .benefits_content p b {
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  section.benefits .all_benefits .card .benefits_content p b {
    font-size: 16px;
  }
}
section.benefits .all_benefits .card a {
  background: rgb(215, 216, 217);
  background: linear-gradient(90deg, rgb(215, 216, 217) 0%, rgb(255, 255, 255) 25%, rgb(215, 216, 217) 100%);
  display: block;
  padding: 13px 30px;
  color: grey;
  font-size: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
}
section.benefits .all_benefits .card a:hover {
  color: #213e6a;
}
@media (max-width: 1366px) {
  section.benefits .all_benefits .card a {
    padding: 13px 25px;
    font-size: 16px;
  }
}
section.benefits .all_benefits .card .tabs {
  overflow: hidden;
  background: rgb(215, 216, 217);
  background: linear-gradient(90deg, rgb(215, 216, 217) 0%, rgb(255, 255, 255) 25%, rgb(215, 216, 217) 100%);
  padding: 17px;
  padding-bottom: 0;
}
section.benefits .all_benefits .card .tabs .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
section.benefits .all_benefits .card .tabs .tab-label {
  justify-content: space-between;
  background: transparent;
  font-weight: 400;
  cursor: pointer;
  font-size: 17px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  color: grey;
}
section.benefits .all_benefits .card .tabs .tab-label:hover {
  background: transparent;
  color: black;
}
section.benefits .all_benefits .card .tabs .tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
  margin-left: 10px;
  transform: rotate(90deg);
}
section.benefits .all_benefits .card .tabs .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: black;
  background: transparent;
  transition: all 0.35s;
  font-weight: 300;
}
section.benefits .all_benefits .card .tabs .tab-content ul {
  list-style: none;
  border: 1px solid #e5e5e5;
  padding: 10px;
  padding-bottom: 5px;
  border-radius: 5px;
}
section.benefits .all_benefits .card .tabs .tab-content ul li {
  font-size: 17px;
  padding: 7px 0;
  border-bottom: 1px solid #e5e5e5;
  color: black;
}
section.benefits .all_benefits .card .tabs .tab-content ul li:last-child {
  border-bottom: 0;
}
section.benefits .all_benefits .card .tabs .tab-content p {
  margin: 0;
}
section.benefits .all_benefits .card .tabs .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
section.benefits .all_benefits .card .tabs .tab-close:hover {
  background: #1a252f;
}
section.benefits .all_benefits .card .tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
section.benefits .all_benefits .card .tabs input:checked + .tab-label {
  background: transparent;
}
section.benefits .all_benefits .card .tabs input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 0;
  padding-bottom: 17px;
  font-size: 14px;
  line-height: 20px;
}
section.benefits .all_benefits .card .tabs .req_tabs {
  margin-top: 15px;
}
section.benefits .all_benefits .card .tabs .req_tabs b {
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  section.benefits .all_benefits .card .tabs .req_tabs b {
    font-size: 16px;
  }
}
section.benefits .all_benefits .card .tabs .req_tabs label.tab-label {
  display: flex !important;
  background: #e5e5e5 !important;
  color: #919191 !important;
  padding: 10px 20px;
  border-bottom: 1px solid white;
  font-size: 15px !important;
}
section.benefits .all_benefits .card .tabs .req_tabs input:checked ~ .tab-content {
  padding: 10px 20px !important;
}
section.benefits .all_benefits .card .tabs .req_tabs input:checked + .tab-label::after {
  transform: rotate(90deg);
}
section.benefits .all_benefits .card .tabs .req_tabs .tab-label::after {
  transform: rotate(0deg);
}
section.benefits .all_benefits .card input:checked + .tab-label::after {
  transform: rotate(-90deg);
  margin-left: 0;
}
section.benefits .countries-card {
  background: white;
  box-shadow: 0 5px 30px 0 rgba(30, 34, 40, 0.2);
  margin-top: 40px;
  padding: 30px;
}
@media (max-width: 600px) {
  section.benefits .countries-card {
    margin-top: 65px;
    padding: 25px;
  }
}
section.benefits .countries-card .free_countries {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  section.benefits .countries-card .free_countries {
    align-items: flex-start;
  }
}
section.benefits .countries-card .free_countries .left {
  max-width: 933px;
}
@media (max-width: 600px) {
  section.benefits .countries-card .free_countries .left {
    padding-right: 27px;
  }
}
section.benefits .countries-card .free_countries .left h4 {
  color: #000000;
  font-size: 37px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 1366px) {
  section.benefits .countries-card .free_countries .left h4 {
    font-size: 23px;
  }
}
@media (max-width: 600px) {
  section.benefits .countries-card .free_countries .left h4 {
    font-size: 18px;
  }
}
section.benefits .countries-card .free_countries .left p {
  margin-bottom: 15px;
  font-weight: 300;
}
@media (max-width: 1366px) {
  section.benefits .countries-card .free_countries .left p {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  section.benefits .countries-card .free_countries .left p {
    display: none;
  }
}
section.benefits .countries-card .free_countries .left span {
  color: grey;
  font-size: 17px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
@media (max-width: 1366px) {
  section.benefits .countries-card .free_countries .left span {
    font-size: 16px;
  }
}
section.benefits .countries-card .free_countries .right {
  text-align: center;
}
@media (max-width: 600px) {
  section.benefits .countries-card .free_countries .right {
    font-size: 11px;
  }
}
section.benefits .countries-card .free_countries .right h5 {
  font-size: 80px;
  color: grey;
  line-height: 55px;
}
@media (max-width: 600px) {
  section.benefits .countries-card .free_countries .right h5 {
    font-size: 46px;
    line-height: 35px;
  }
}
section.benefits .countries-card .free_countries .right span {
  text-transform: uppercase;
  font-size: 20px;
  padding-top: 5px;
  display: block;
}
@media (max-width: 600px) {
  section.benefits .countries-card .free_countries .right span {
    font-size: 13px;
  }
}
section.benefits .countries-card .countries-tab p {
  display: none;
}
@media (max-width: 600px) {
  section.benefits .countries-card .countries-tab p {
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 300;
  }
}
section.benefits .countries-card .countries-tab .grid-item p {
  display: block;
  font-size: 14px;
}
section.benefits .countries-card .countries-tab .tabs {
  overflow: hidden;
}
section.benefits .countries-card .countries-tab .tabs .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
section.benefits .countries-card .countries-tab .tabs .tab-label {
  justify-content: space-between;
  background: transparent;
  font-weight: 400;
  cursor: pointer;
  font-size: 17px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  color: grey;
}
section.benefits .countries-card .countries-tab .tabs .tab-label:hover {
  background: transparent;
  color: black;
}
section.benefits .countries-card .countries-tab .tabs .tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
  margin-left: 10px;
  transform: rotate(90deg);
}
section.benefits .countries-card .countries-tab .tabs .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: black;
  background: transparent;
  transition: all 0.35s;
  font-weight: 300;
}
section.benefits .countries-card .countries-tab .tabs .tab-content ul {
  list-style: none;
  border: 1px solid #e5e5e5;
  padding: 10px;
  padding-bottom: 5px;
  border-radius: 5px;
}
section.benefits .countries-card .countries-tab .tabs .tab-content ul li {
  font-size: 17px;
  padding: 7px 0;
  border-bottom: 1px solid #e5e5e5;
  color: black;
}
section.benefits .countries-card .countries-tab .tabs .tab-content ul li:last-child {
  border-bottom: 0;
}
section.benefits .countries-card .countries-tab .tabs .tab-content p {
  margin: 0;
}
section.benefits .countries-card .countries-tab .tabs .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
section.benefits .countries-card .countries-tab .tabs .tab-close:hover {
  background: #1a252f;
}
section.benefits .countries-card .countries-tab .tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
section.benefits .countries-card .countries-tab .tabs input:checked + .tab-label {
  background: transparent;
}
section.benefits .countries-card .countries-tab .tabs input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 0;
}
section.benefits .countries-card .countries-tab .tabs .req_tabs {
  margin-top: 15px;
}
section.benefits .countries-card .countries-tab .tabs .req_tabs label.tab-label {
  display: flex !important;
  background: #e5e5e5 !important;
  color: #919191 !important;
  padding: 10px 20px;
  border-bottom: 1px solid white;
  font-size: 15px !important;
}
section.benefits .countries-card .countries-tab .tabs .req_tabs input:checked ~ .tab-content {
  padding: 10px 20px !important;
}
section.benefits .countries-card .countries-tab .tabs .req_tabs input:checked + .tab-label::after {
  transform: rotate(90deg);
}
section.benefits .countries-card .countries-tab .tabs .req_tabs .tab-label::after {
  transform: rotate(0deg);
}
section.benefits .countries-card .countries-tab input:checked + .tab-label::after {
  transform: rotate(-90deg);
  margin-left: 0;
}
section.benefits .countries-card .countries-tab .tabs.active {
  overflow: initial;
}
section.benefits .countries-card .countries-tab .tabs.active .grid {
  -moz-columns: 4 200px;
       columns: 4 200px;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
section.benefits .countries-card .countries-tab .tabs.active .grid-item {
  -webkit-column-break-inside: avoid;
  box-shadow: 0 5px 10px 0 rgba(30, 34, 40, 0.2);
  padding: 20px;
  margin-bottom: 20px;
}
section.benefits .countries-card .countries-tab .tabs.active .grid-item ul {
  border: none !important;
  padding: 0 !important;
  padding-left: 10px !important;
}
section.benefits .countries-card .countries-tab .tabs.active .grid-item ul li {
  font-size: 15px !important;
  line-height: 20px;
}
section.benefits .countries-card .countries-tab .tabs.active .grid-item h6 {
  color: #1d3856;
  font-size: 16px;
  font-weight: 500;
}
section.benefits .countries-card .countries-tab .tabs.active .tab {
  overflow: initial !important;
}
section.benefits .countries-card .countries-tab .tabs input:checked ~ .tab-content {
  max-height: initial;
}

section.citi-video {
  position: relative;
  padding-bottom: 80px;
  background-size: cover;
  background-position: center;
  background: rgb(113, 113, 113);
  display: grid;
  background: linear-gradient(90deg, rgb(113, 113, 113) 0%, rgb(153, 153, 153) 50%, rgb(107, 107, 107) 100%);
}
@media (max-width: 1366px) {
  section.citi-video {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  section.citi-video {
    padding: 40px 15px;
  }
}
section.citi-video .video-bg {
  position: relative;
  background: white;
  width: 720px;
  height: 390px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-top: -160px;
  z-index: 9;
}
@media (max-width: 1366px) {
  section.citi-video .video-bg {
    width: 530px;
    height: 295px;
  }
}
@media (max-width: 600px) {
  section.citi-video .video-bg {
    width: 90%;
    height: initial;
    margin-top: -140px;
  }
}
section.citi-video .video-bg img {
  width: 100%;
  height: 100%;
  padding: 5px;
  box-shadow: 0 5px 30px 0 rgba(30, 34, 40, 0.2);
}
section.citi-video .video-bg a::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.3803921569);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: 1;
}
section.citi-video .video-bg a img {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 50%;
  padding: 0px;
  transform: translateY(-50%);
  background: rgba(248, 248, 248, 0.2784313725);
  border-radius: 50%;
  transition: 0.4s ease;
  max-width: 92px;
  max-height: 89px;
}
section.citi-video .video-bg a img:hover {
  transform: translateY(-50%) scale(1.1);
}
@media (max-width: 1366px) {
  section.citi-video .video-bg a img {
    max-width: 70px;
    max-height: 69px;
  }
}
@media (max-width: 600px) {
  section.citi-video .video-bg a img {
    max-width: 60px;
    max-height: 59px;
  }
}
section.citi-video .js-pathWrap.pathWrap {
  max-width: 350px;
  margin-top: 20px;
  filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(7491%) hue-rotate(72deg) brightness(104%) contrast(97%);
}
@media (max-width: 600px) {
  section.citi-video .js-pathWrap.pathWrap {
    margin: 0 auto;
    margin-top: 20px;
  }
}
section.citi-video h4 {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 37px;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: 100;
}
@media (max-width: 1366px) {
  section.citi-video h4 {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  section.citi-video h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
section.citi-video p {
  color: white;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  font-size: 19px;
  font-weight: 100;
}
@media (max-width: 1366px) {
  section.citi-video p {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  section.citi-video p {
    font-size: 14px;
    line-height: 20px;
  }
}

section.costs {
  position: relative;
  padding: 70px 0;
}
@media (max-width: 1366px) {
  section.costs {
    padding: 50px 0;
  }
}
@media (max-width: 600px) {
  section.costs {
    padding: 40px 0;
  }
}
section.costs .title_div {
  margin-bottom: 30px;
}
section.costs .title_div h4 {
  color: grey;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1366px) {
  section.costs .title_div h4 {
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  section.costs .title_div h4 {
    color: black;
    font-size: 22px;
  }
}
section.costs .title_div p {
  line-height: 23px;
}
@media (max-width: 1366px) {
  section.costs .title_div p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  section.costs .title_div p {
    font-size: 14px;
  }
}
section.costs .cost_content {
  display: flex;
}
@media (max-width: 600px) {
  section.costs .cost_content {
    display: block;
  }
}
section.costs .cost_content .costs_half {
  width: 50%;
  margin: 0 30px;
}
@media (max-width: 600px) {
  section.costs .cost_content .costs_half {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
section.costs .cost_content .costs_half.costs_full {
  width: 100%;
}
section.costs .cost_content .costs_half .title h5 {
  background: url("../images/header-topbar.jpg");
  color: white;
  font-size: 22px;
  font-weight: 300;
  padding: 13px 30px;
}
@media (max-width: 1366px) {
  section.costs .cost_content .costs_half .title h5 {
    font-size: 19px;
    padding: 8px 25px;
  }
}
@media (max-width: 600px) {
  section.costs .cost_content .costs_half .title h5 {
    font-size: 17px;
  }
}
section.costs .cost_content .costs_half:first-child {
  margin-left: 0;
}
section.costs .cost_content .costs_half:last-child {
  margin-right: 0;
}
section.costs .cost_content .costs_half .content h4 {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
  color: #1c2842;
}
@media (max-width: 1366px) {
  section.costs .cost_content .costs_half .content h4 {
    font-size: 17px;
    margin-bottom: 12px;
  }
}
@media (max-width: 600px) {
  section.costs .cost_content .costs_half .content h4 {
    font-size: 17px;
    line-height: 23px;
  }
}
@media (max-width: 600px) {
  section.costs .cost_content .costs_half p {
    font-size: 14px;
  }
}
section.costs .cost_content .costs_half ul {
  list-style: none;
}
section.costs .cost_content .costs_half ul li {
  background: #6e6f70;
  color: white;
  padding: 10px 30px;
  border: 1px solid white;
  border-right: none;
  border-left: none;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1366px) {
  section.costs .cost_content .costs_half ul li {
    padding: 7px 20px;
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  section.costs .cost_content .costs_half ul li {
    font-size: 14px;
    padding: 8px 25px;
  }
}
section.costs .cost_content .costs_half ul li span.left {
  padding-right: 20px;
  width: calc(70% - 20px);
}
section.costs .cost_content .costs_half ul li span.right {
  width: 30.6%;
  align-self: center;
}
section.costs .cost_content .costs_half ul.usd_light li {
  background: #dddee0;
  color: grey;
}
section.costs .cost_content .content {
  background: rgb(248, 248, 248);
  background: linear-gradient(90deg, rgb(241, 242, 242) 0%, rgb(255, 255, 255) 25%, rgb(241, 242, 242) 100%);
  padding: 30px;
}
@media (max-width: 1366px) {
  section.costs .cost_content .content {
    padding: 15px 20px;
  }
}
@media (max-width: 600px) {
  section.costs .cost_content .content {
    padding: 15px 25px;
  }
}
section.costs .cost_content .content h6 {
  color: #213e6a;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 1366px) {
  section.costs .cost_content .content h6 {
    font-size: 13px;
  }
}
section.costs .cost_content .tabs {
  overflow: hidden;
  background: rgb(215, 216, 217);
  background: linear-gradient(90deg, rgb(215, 216, 217) 0%, rgb(255, 255, 255) 25%, rgb(215, 216, 217) 100%);
  padding: 17px;
  padding-bottom: 0;
}
section.costs .cost_content .tabs .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
section.costs .cost_content .tabs .tab-label {
  justify-content: space-between;
  background: transparent;
  font-weight: 400;
  cursor: pointer;
  font-size: 17px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  color: grey;
}
section.costs .cost_content .tabs .tab-label:hover {
  background: transparent;
  color: black;
}
section.costs .cost_content .tabs .tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
  margin-left: 10px;
  transform: rotate(90deg);
}
section.costs .cost_content .tabs .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: black;
  background: transparent;
  transition: all 0.35s;
  font-weight: 300;
}
section.costs .cost_content .tabs .tab-content ul {
  list-style: none;
  border: 1px solid #e5e5e5;
  padding: 10px;
  padding-bottom: 5px;
  border-radius: 5px;
}
section.costs .cost_content .tabs .tab-content ul li {
  font-size: 17px;
  padding: 7px 0;
  border-bottom: 1px solid #e5e5e5;
  color: black;
}
section.costs .cost_content .tabs .tab-content ul li:last-child {
  border-bottom: 0;
}
section.costs .cost_content .tabs .tab-content p {
  margin: 0;
}
section.costs .cost_content .tabs .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
section.costs .cost_content .tabs .tab-close:hover {
  background: #1a252f;
}
section.costs .cost_content .tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
section.costs .cost_content .tabs input:checked + .tab-label {
  background: transparent;
}
section.costs .cost_content .tabs input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 0;
  padding-bottom: 17px;
  font-size: 14px;
  line-height: 20px;
}
section.costs .cost_content .tabs .req_tabs {
  margin-top: 15px;
}
section.costs .cost_content .tabs .req_tabs b {
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  section.costs .cost_content .tabs .req_tabs b {
    font-size: 16px;
  }
}
section.costs .cost_content .tabs .req_tabs label.tab-label {
  display: flex !important;
  background: #e5e5e5 !important;
  color: #919191 !important;
  padding: 10px 20px;
  border-bottom: 1px solid white;
  font-size: 15px !important;
}
section.costs .cost_content .tabs .req_tabs input:checked ~ .tab-content {
  padding: 10px 20px !important;
}
section.costs .cost_content .tabs .req_tabs input:checked + .tab-label::after {
  transform: rotate(90deg);
}
section.costs .cost_content .tabs .req_tabs .tab-label::after {
  transform: rotate(0deg);
}
section.costs .cost_content input:checked + .tab-label::after {
  transform: rotate(-90deg);
  margin-left: 0;
}
section.costs .costs_12 {
  padding: 30px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  margin-top: 50px;
}
@media (max-width: 1366px) {
  section.costs .costs_12 {
    margin-top: 40px;
    padding: 25px;
  }
}
@media (max-width: 600px) {
  section.costs .costs_12 {
    margin-top: 50px;
  }
}
section.costs .costs_12 h3 {
  color: #213e6a;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1366px) {
  section.costs .costs_12 h3 {
    font-size: 16px;
  }
}
section.costs .costs_12 p {
  line-height: 23px;
}
@media (max-width: 1366px) {
  section.costs .costs_12 p {
    font-size: 14px;
    line-height: 20px;
  }
}

section.diligence {
  position: relative;
  background: rgb(240, 240, 241);
  background: linear-gradient(90deg, rgb(240, 240, 241) 0%, rgb(248, 248, 248) 50%, rgb(240, 240, 241) 100%);
  padding: 70px 0;
}
@media (max-width: 1366px) {
  section.diligence {
    padding: 40px 0;
  }
}
section.diligence .figi-row {
  display: flex;
}
@media (max-width: 600px) {
  section.diligence .figi-row {
    display: inline-block;
  }
}
section.diligence .figi-row .digi_half {
  width: 50%;
  margin: 0 20px;
}
@media (max-width: 600px) {
  section.diligence .figi-row .digi_half {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
section.diligence .figi-row .digi_half:first-child {
  margin-left: 0;
}
section.diligence .figi-row .digi_half:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
section.diligence .figi-row .digi_half h3 {
  color: #213e6a;
  font-size: 27px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 35px;
  margin-bottom: 10px;
}
@media (max-width: 1366px) {
  section.diligence .figi-row .digi_half h3 {
    line-height: 30px;
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  section.diligence .figi-row .digi_half h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
section.diligence .figi-row .digi_half span {
  font-weight: 600;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 1366px) {
  section.diligence .figi-row .digi_half span {
    margin-bottom: 25px;
  }
}
section.diligence .figi-row .digi_half p {
  line-height: 22px;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  section.diligence .figi-row .digi_half p {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 30px;
  }
}
section.diligence .figi-row .digi_half h5 {
  color: #213e6a;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 13px;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  section.diligence .figi-row .digi_half h5 {
    font-size: 16px;
    margin-top: 13px;
  }
}
section.diligence .figi-row .digi_half ul.usd {
  background: #dddee0;
  color: #686868;
}
section.diligence .figi-row .digi_half ul.usd li {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}
@media (max-width: 1366px) {
  section.diligence .figi-row .digi_half ul.usd li {
    padding: 10px 18px;
  }
}
section.diligence .figi-row .digi_half ul.usd li:first-child {
  border-top: none;
}
section.diligence .figi-row .digi_half ul.usd li:last-child {
  border-bottom: none;
}
section.diligence .figi-row .digi_half ul.usd li span {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}
@media (max-width: 1366px) {
  section.diligence .figi-row .digi_half ul.usd li span {
    font-size: 14px;
  }
}
section.diligence .figi-row .digi_half ul.usd li span.left {
  padding-right: 20px;
  width: calc(70% - 20px);
}
section.diligence .figi-row .digi_half ul.usd li span.right {
  width: 30.6%;
  align-self: center;
}
section.diligence .figi-row .digi_half img {
  width: 100%;
  margin-bottom: 40px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (max-width: 1366px) {
  section.diligence .figi-row .digi_half img {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  section.diligence .figi-row .digi_half img {
    height: 150px;
  }
}
section.diligence .figi-row .digi_half img.mobile {
  display: none;
}
@media (max-width: 600px) {
  section.diligence .figi-row .digi_half img.mobile {
    display: block;
  }
}
@media (max-width: 600px) {
  section.diligence .figi-row .digi_half img.desktop {
    display: none;
  }
}
section.diligence .figi-row .digi_half ul.identiti {
  color: black;
  list-style: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 5px 30px;
}
@media (max-width: 1366px) {
  section.diligence .figi-row .digi_half ul.identiti {
    padding: 5px 25px;
  }
}
section.diligence .figi-row .digi_half ul.identiti li {
  padding: 10px 0px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 1366px) {
  section.diligence .figi-row .digi_half ul.identiti li {
    padding: 8px 0px;
    font-size: 14px;
  }
}
section.diligence .figi-row .digi_half ul.identiti li:last-child {
  border: none;
}
section.diligence .figi-row .digi_half ul.identiti li:first-child {
  border: none;
}
section.diligence .figi-row .digi_half ul.identiti li b {
  font-size: 17px;
  padding: 15px 0 5px;
  display: block;
  border: none !important;
  font-weight: 500;
}
@media (max-width: 1366px) {
  section.diligence .figi-row .digi_half ul.identiti li b {
    font-size: 15px;
    padding: 13px 0 5px;
  }
}

section.timeline {
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 1366px) {
  section.timeline {
    margin-bottom: 50px;
  }
}
section.timeline .title h4 {
  color: black;
  font-size: 27px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 1366px) {
  section.timeline .title h4 {
    font-size: 22px;
    line-height: 27px;
    font-weight: 300;
    margin-bottom: 15px;
  }
}
section.timeline .title p {
  line-height: 23px;
}
@media (max-width: 1366px) {
  section.timeline .title p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1366px) {
  section.timeline .title p {
    font-size: 14px;
  }
}
section.timeline .timeline-container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1366px) {
  section.timeline .timeline-container {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
section.timeline .timeline-container .vertical-scrollable-timeline {
  list-style-type: none;
  width: 100%;
}
section.timeline .timeline-container .vertical-scrollable-timeline li {
  position: relative;
  padding: 0px 0px 60px 178px;
}
@media (max-width: 1366px) {
  section.timeline .timeline-container .vertical-scrollable-timeline li {
    padding-bottom: 45px;
  }
}
@media (max-width: 1366px) {
  section.timeline .timeline-container .vertical-scrollable-timeline li {
    padding: 0px 0px 60px 128px;
  }
}
section.timeline .timeline-container .vertical-scrollable-timeline li:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
}
section.timeline .timeline-container .vertical-scrollable-timeline li:last-child::before {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
section.timeline .timeline-container .vertical-scrollable-timeline li:last-child::after {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
section.timeline .timeline-container .vertical-scrollable-timeline li h2 {
  color: #1c2842;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1366px) {
  section.timeline .timeline-container .vertical-scrollable-timeline li h2 {
    font-size: 19px;
  }
}
section.timeline .timeline-container .vertical-scrollable-timeline li p {
  line-height: 23px;
  color: black;
}
section.timeline .timeline-container .vertical-scrollable-timeline li p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  section.timeline .timeline-container .vertical-scrollable-timeline li p {
    font-size: 14px;
    line-height: 20px;
  }
}
section.timeline .timeline-container .vertical-scrollable-timeline li .icon-holder {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  z-index: 1;
  transition: 0.4s all;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  color: #cfcfcf;
}
section.timeline .timeline-container .vertical-scrollable-timeline li .icon-holder::before {
  content: "";
  z-index: -1;
  transition: 0.4s all;
}
section.timeline .timeline-container .vertical-scrollable-timeline li .icon-holder i {
  font-size: 25px;
  color: #fff;
}
@media (max-width: 1366px) {
  section.timeline .timeline-container .vertical-scrollable-timeline li .icon-holder {
    font-size: 19px;
  }
}
@media (max-width: 600px) {
  section.timeline .timeline-container .vertical-scrollable-timeline li .icon-holder {
    font-size: 17px;
  }
}
section.timeline .timeline-container .vertical-scrollable-timeline li::after {
  content: "";
  position: absolute;
  height: 0;
  width: 10px;
  left: 130px;
  top: 0;
  z-index: 0;
  transition: 0.4s all;
}
@media (max-width: 1366px) {
  section.timeline .timeline-container .vertical-scrollable-timeline li::after {
    left: 95px;
  }
}
@media (max-width: 600px) {
  section.timeline .timeline-container .vertical-scrollable-timeline li::after {
    left: 90px;
  }
}
section.timeline .timeline-container .vertical-scrollable-timeline li::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 10px;
  background-color: #ebeced;
  left: 130px;
  z-index: 0;
}
@media (max-width: 1366px) {
  section.timeline .timeline-container .vertical-scrollable-timeline li::before {
    left: 95px;
  }
}
@media (max-width: 600px) {
  section.timeline .timeline-container .vertical-scrollable-timeline li::before {
    left: 90px;
  }
}
section.timeline .timeline-container .vertical-scrollable-timeline li:first-child::before {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
section.timeline .timeline-container .vertical-scrollable-timeline li:first-child::after {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
section.timeline .timeline-container .vertical-scrollable-timeline li.active .icon-holder {
  color: #6e6f70;
}
section.timeline .timeline-container .vertical-scrollable-timeline li.active .icon-holder::before {
  background-color: #e803fc;
}
section.timeline .timeline-container .vertical-scrollable-timeline li.active::after {
  height: 100%;
}

section.inv_sec {
  margin-top: 40px;
  margin-bottom: 70px;
}
@media (max-width: 1366px) {
  section.inv_sec {
    margin-bottom: 50px;
  }
}
section.inv_sec .digi_12 {
  padding: 30px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
@media (max-width: 1366px) {
  section.inv_sec .digi_12 {
    padding: 25px;
  }
}
section.inv_sec .digi_12 h3 {
  color: #213e6a;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1366px) {
  section.inv_sec .digi_12 h3 {
    font-size: 16px;
  }
}
section.inv_sec .digi_12 p {
  line-height: 23px;
}
@media (max-width: 1366px) {
  section.inv_sec .digi_12 p {
    line-height: 20px;
    font-size: 14px;
  }
}

section.download {
  position: relative;
  padding: 70px 0;
  background-size: cover;
  background-position: center;
  background: rgb(113, 113, 113);
  background: linear-gradient(90deg, rgb(113, 113, 113) 0%, rgb(153, 153, 153) 50%, rgb(107, 107, 107) 100%);
  color: white;
  display: block;
  overflow: hidden;
}
@media (max-width: 1366px) {
  section.download {
    padding: 40px 0;
  }
}
section.download .content {
  width: 65%;
}
@media (max-width: 600px) {
  section.download .content {
    width: 100%;
  }
}
section.download .content h3 {
  font-size: 33px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 25px;
  line-height: 38px;
}
@media (max-width: 1366px) {
  section.download .content h3 {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  section.download .content h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
section.download .content h6 {
  font-size: 19px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (max-width: 1366px) {
  section.download .content h6 {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  section.download .content h6 {
    font-size: 15px;
  }
}
section.download .content .ul_full {
  display: flex;
  margin-bottom: 30px;
  padding-left: 20px;
}
@media (max-width: 600px) {
  section.download .content .ul_full {
    display: block;
    width: 210px;
    margin-bottom: 30px;
    margin-top: 25px;
  }
}
section.download .content .ul_full ul {
  width: 50%;
}
@media (max-width: 600px) {
  section.download .content .ul_full ul {
    width: 100%;
  }
}
section.download .content .ul_full ul li {
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 100;
  line-height: 23px;
}
@media (max-width: 1366px) {
  section.download .content .ul_full ul li {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (max-width: 600px) {
  section.download .content .ul_full ul li {
    font-size: 15px;
    line-height: 29px;
  }
}
section.download .content .btn_download {
  display: inline-block;
  text-align: center;
}
section.download .content .btn_download a {
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 5px;
  display: block;
  color: white;
  border: 1px solid white;
  margin-bottom: 10px;
}
section.download .content .btn_download a:hover {
  background: #223f5f;
  border-color: #223f5f;
}
@media (max-width: 1366px) {
  section.download .content .btn_download a {
    padding: 10px 25px;
    font: 16px;
  }
}
section.download .content .btn_download p {
  font-size: 13px;
  font-weight: 100;
}
section.download img {
  position: absolute;
  bottom: -20%;
  right: 0;
  width: 37%;
}
@media (max-width: 1366px) {
  section.download img {
    bottom: -40%;
    right: -70px;
    width: 45%;
  }
}
@media (max-width: 600px) {
  section.download img {
    bottom: 0;
    right: -100px;
    width: 73%;
  }
}

section.requirements {
  position: relative;
  padding: 70px 0;
}
@media (max-width: 1366px) {
  section.requirements {
    padding: 40px 0;
  }
}
section.requirements h3 {
  color: #1c2842;
  font-size: 27px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 1366px) {
  section.requirements h3 {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  section.requirements h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
section.requirements .req_all {
  display: flex;
}
@media (max-width: 600px) {
  section.requirements .req_all {
    display: inline-block;
  }
}
section.requirements .req_all .req_card {
  width: 25%;
  margin: 0 10px;
  background: rgb(248, 248, 248);
  background: linear-gradient(90deg, rgb(241, 242, 242) 0%, rgb(255, 255, 255) 25%, rgb(241, 242, 242) 100%);
  padding: 30px;
}
@media (max-width: 1366px) {
  section.requirements .req_all .req_card {
    padding: 25px;
  }
}
@media (max-width: 600px) {
  section.requirements .req_all .req_card {
    width: calc(50% - 10px);
    float: left;
    margin: 10px;
  }
}
section.requirements .req_all .req_card:nth-child(1) {
  margin-left: 0;
}
@media (max-width: 600px) {
  section.requirements .req_all .req_card:nth-child(2) {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  section.requirements .req_all .req_card:nth-child(3) {
    margin-left: 0;
  }
}
section.requirements .req_all .req_card:nth-child(4) {
  margin-right: 0;
}
section.requirements .req_all .req_card h5 {
  color: #213e6a;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 9px;
}
section.requirements .req_all .req_card p {
  line-height: 22px;
  font-size: 16px;
}
@media (max-width: 1366px) {
  section.requirements .req_all .req_card p {
    line-height: 20px;
    font-size: 14px;
  }
}
section.requirements .owl-carousel.agee .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
section.requirements .owl-carousel.agee .item .req_card {
  background: rgb(248, 248, 248);
  background: linear-gradient(90deg, rgb(241, 242, 242) 0%, rgb(255, 255, 255) 25%, rgb(241, 242, 242) 100%);
  padding: 30px;
  text-align: left;
  min-height: 205px;
}
section.requirements .owl-carousel.agee .item .req_card h5 {
  color: #213e6a;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 9px;
}
section.requirements .owl-carousel.agee .item .req_card p {
  line-height: 20px;
  font-size: 14px;
}
section.requirements .req_12 {
  padding-top: 30px;
}
section.requirements .req_12 h3 {
  color: #1c2842;
  font-size: 27px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  section.requirements .req_12 h3 {
    font-size: 20px;
  }
}
section.requirements .req_12 p {
  line-height: 23px;
  margin-bottom: 10px;
}
@media (max-width: 1366px) {
  section.requirements .req_12 p {
    font-size: 14px;
    line-height: 20px;
  }
}
section.requirements .req_12 .tabs {
  overflow: hidden;
  padding-top: 15px;
}
section.requirements .req_12 .tabs .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
section.requirements .req_12 .tabs .tab-label {
  justify-content: space-between;
  background: transparent;
  font-weight: 400;
  cursor: pointer;
  font-size: 17px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  color: grey;
}
section.requirements .req_12 .tabs .tab-label:hover {
  background: transparent;
  color: black;
}
section.requirements .req_12 .tabs .tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
  margin-left: 10px;
  transform: rotate(90deg);
}
section.requirements .req_12 .tabs .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: black;
  background: transparent;
  transition: all 0.35s;
  font-weight: 300;
}
section.requirements .req_12 .tabs .tab-content ul {
  list-style: none;
  border: 1px solid #e5e5e5;
  padding: 10px;
  padding-bottom: 5px;
  border-radius: 5px;
}
section.requirements .req_12 .tabs .tab-content ul li {
  font-size: 17px;
  padding: 7px 0;
  border-bottom: 1px solid #e5e5e5;
  color: black;
}
section.requirements .req_12 .tabs .tab-content ul li:last-child {
  border-bottom: 0;
}
section.requirements .req_12 .tabs .tab-content p {
  margin: 0;
}
section.requirements .req_12 .tabs .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
section.requirements .req_12 .tabs .tab-close:hover {
  background: #1a252f;
}
section.requirements .req_12 .tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
section.requirements .req_12 .tabs input:checked + .tab-label {
  background: transparent;
}
section.requirements .req_12 .tabs input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 0;
}
section.requirements .req_12 .tabs .req_tabs {
  margin-top: 15px;
}
section.requirements .req_12 .tabs .req_tabs label.tab-label {
  display: flex !important;
  background: #e5e5e5 !important;
  color: #919191 !important;
  padding: 10px 20px;
  border-bottom: 1px solid white;
  font-size: 15px !important;
}
section.requirements .req_12 .tabs .req_tabs input:checked ~ .tab-content {
  padding: 10px 20px !important;
}
section.requirements .req_12 .tabs .req_tabs input:checked + .tab-label::after {
  transform: rotate(90deg);
}
section.requirements .req_12 .tabs .req_tabs .tab-label::after {
  content: "❯";
  transform: rotate(90deg);
  right: -5px;
  position: relative;
}
section.requirements .req_12 input:checked + .tab-label::after {
  transform: rotate(-90deg) !important;
  right: 2px !important;
  position: relative !important;
}

section.faqs {
  background: rgb(240, 240, 241);
  background: linear-gradient(90deg, rgb(240, 240, 241) 0%, rgb(248, 248, 248) 50%, rgb(240, 240, 241) 100%);
  position: relative;
  padding: 70px 0;
  display: block;
}
@media (max-width: 1366px) {
  section.faqs {
    padding: 40px 0;
  }
}
section.faqs .faqs_content {
  display: flex;
  align-items: start;
}
@media (max-width: 600px) {
  section.faqs .faqs_content {
    display: inline-block;
    padding: 0 15px;
  }
}
section.faqs .faqs_content .faqs-img {
  width: 25%;
  margin-right: 40px;
}
@media (max-width: 600px) {
  section.faqs .faqs_content .faqs-img {
    width: 100%;
  }
}
section.faqs .faqs_content .faqs-img h4 {
  text-transform: uppercase;
  color: #213e6a;
  font-size: 35px;
  margin-bottom: 10px;
  font-weight: 300;
}
@media (max-width: 1366px) {
  section.faqs .faqs_content .faqs-img h4 {
    font-size: 27px;
  }
}
section.faqs .faqs_content .faqs-img h6 {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 100;
  text-transform: capitalize;
}
@media (max-width: 1366px) {
  section.faqs .faqs_content .faqs-img h6 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  section.faqs .faqs_content .faqs-img h6 {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
section.faqs .faqs_content .faqs-img img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  opacity: 0.1;
  display: block;
}
@media (max-width: 1366px) {
  section.faqs .faqs_content .faqs-img img {
    max-width: 150px;
  }
}
@media (max-width: 600px) {
  section.faqs .faqs_content .faqs-img img {
    position: absolute;
    opacity: 0.2;
    top: 30px;
    right: 30px;
    width: 50%;
    z-index: 1;
  }
}
section.faqs .faqs_content .faqs-content {
  width: 75%;
}
@media (max-width: 600px) {
  section.faqs .faqs_content .faqs-content {
    width: 100%;
    z-index: 9;
    position: relative;
  }
}
section.faqs .faqs_content .faqs-content .tabs {
  overflow: hidden;
}
section.faqs .faqs_content .faqs-content .tabs .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
section.faqs .faqs_content .faqs-content .tabs .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: transparent;
  font-weight: 300;
  cursor: pointer;
  color: black;
  border-bottom: 1px solid #213e6a;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 1366px) {
  section.faqs .faqs_content .faqs-content .tabs .tab-label {
    font-size: 15px;
  }
}
section.faqs .faqs_content .faqs-content .tabs .tab-label:hover {
  background: #dddee0;
  color: black;
}
section.faqs .faqs_content .faqs-content .tabs .tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
  transform: rotate(90deg);
  right: -5px;
  position: relative;
  color: #797878;
}
section.faqs .faqs_content .faqs-content .tabs .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #213e6a;
  background: transparent;
  transition: all 0.35s;
  font-weight: 300;
}
@media (max-width: 1366px) {
  section.faqs .faqs_content .faqs-content .tabs .tab-content {
    font-size: 14px;
  }
}
section.faqs .faqs_content .faqs-content .tabs .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
section.faqs .faqs_content .faqs-content .tabs .tab-close:hover {
  background: #1a252f;
}
section.faqs .faqs_content .faqs-content .tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
section.faqs .faqs_content .faqs-content .tabs input:checked + .tab-label {
  background: #dddee0;
}
section.faqs .faqs_content .faqs-content .tabs input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
  border-bottom: 1px solid #213e6a;
}
section.faqs .faqs_content .faqs-content input:checked + .tab-label::after {
  transform: rotate(-90deg);
  right: 2px;
  position: relative;
}

.contact_form {
  position: relative;
  padding: 40px 0;
  padding-bottom: 60px;
  background: url("../img/footer.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 1366px) {
  .contact_form {
    padding-bottom: 40px;
  }
}
.contact_form .row {
  padding: 0 15px;
}
.contact_form h3 {
  font-size: 27px;
  font-weight: 200;
  color: white;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 1366px) {
  .contact_form h3 {
    font-size: 22px;
  }
}
.contact_form form#contact_us {
  width: 75%;
}
@media (max-width: 1366px) {
  .contact_form form#contact_us {
    width: 80%;
  }
}
@media (max-width: 1366px) {
  .contact_form form#contact_us {
    width: 100%;
  }
}
.contact_form form#contact_us .row {
  display: flex;
}
@media (max-width: 600px) {
  .contact_form form#contact_us .row {
    display: inline-block;
  }
}
.contact_form form#contact_us .row input {
  background: #10182f;
  color: rgba(255, 255, 255, 0.4117647059);
  border: 1px solid rgba(255, 255, 255, 0.4117647059);
  font-size: 16px;
  padding: 10px 25px;
  outline: none;
  display: flex;
  width: 100%;
}
@media (max-width: 1366px) {
  .contact_form form#contact_us .row input {
    font-size: 15px;
    padding: 10px 22px;
  }
}
@media (max-width: 600px) {
  .contact_form form#contact_us .row input {
    padding: 10px 0;
    padding-left: 13px;
    font-size: 14px;
  }
}
.contact_form form#contact_us .row select {
  background: #10182f;
  color: rgba(255, 255, 255, 0.4117647059);
  border: 1px solid rgba(255, 255, 255, 0.4117647059);
  font-size: 16px;
  padding: 10px 25px;
  outline: none;
  display: flex;
  width: 100%;
}
@media (max-width: 1366px) {
  .contact_form form#contact_us .row select {
    font-size: 15px;
    padding: 10px 22px;
  }
}
@media (max-width: 600px) {
  .contact_form form#contact_us .row select {
    padding: 10px 0;
    padding-left: 13px;
    font-size: 14px;
    width: calc(100% - 20px) !important;
  }
}
.contact_form form#contact_us .row .col-3 {
  width: 25%;
  margin-bottom: 5px;
  margin-right: 5px;
  display: flex;
}
.contact_form form#contact_us .row .col-3:last-child {
  margin-right: 0px;
}
@media (max-width: 600px) {
  .contact_form form#contact_us .row .col-3 {
    width: 100%;
    float: left;
    margin-right: 0px;
  }
}
.contact_form form#contact_us .row .col-6 {
  width: 50%;
  margin-bottom: 5px;
  margin-right: 5px;
  display: flex;
}
.contact_form form#contact_us .row .col-6:last-child {
  margin-right: 0px;
}
@media (max-width: 600px) {
  .contact_form form#contact_us .row .col-6 {
    width: 100%;
    float: left;
  }
}
.contact_form form#contact_us span.select2-selection.select2-selection--single {
  background: #10182f;
  color: rgba(255, 255, 255, 0.4117647059);
  border: 1px solid rgba(255, 255, 255, 0.4117647059);
  outline: none;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.contact_form form#contact_us span#select2-selectCountry-container,
.contact_form form#contact_us span#select2-current_country-container {
  font-size: 16px;
  padding: 10px 25px;
  line-height: inherit;
  color: rgba(255, 255, 255, 0.4117647059);
}
@media (max-width: 600px) {
  .contact_form form#contact_us span#select2-selectCountry-container,
  .contact_form form#contact_us span#select2-current_country-container {
    font-size: 14px;
  }
}
.contact_form form#contact_us .select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}
.contact_form form#contact_us .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 15px;
}
.contact_form form#contact_us .iti.iti--allow-dropdown {
  width: 100%;
}
.contact_form form#contact_us .iti.iti--allow-dropdown .iti__selected-flag {
  color: rgba(255, 255, 255, 0.4117647059);
  border-right: 1px solid rgba(255, 255, 255, 0.4901960784);
}
.contact_form form#contact_us .dselect-wrapper .form-select {
  background: #10182f;
  color: rgba(255, 255, 255, 0.4117647059);
  border: 1px solid rgba(255, 255, 255, 0.4117647059);
  font-size: 16px;
  padding: 10px 25px;
  outline: none;
  width: 100%;
}
@media (max-width: 600px) {
  .contact_form form#contact_us .dselect-wrapper .form-select {
    font-size: 15px;
  }
}
.contact_form form#contact_us .dselect-wrapper .dropdown-menu {
  display: none;
}
.contact_form form#contact_us .dselect-wrapper .dropdown-menu input {
  width: calc(100% - 52px);
}
.contact_form form#contact_us .dselect-wrapper .dropdown-menu.show {
  display: block;
  z-index: 9;
  background: #1a233b;
}
.contact_form form#contact_us .dselect-wrapper .dropdown-menu.show button.dropdown-item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 7px 10px;
  color: white;
  background: #10182f;
  border: none;
  font-size: 14px;
}
.contact_form form#contact_us .dselect-wrapper .dropdown-menu.show button.dropdown-item:hover {
  background: #e7e7e8;
  color: black;
  cursor: pointer;
}
.contact_form form#contact_us .dropdown.dselect-wrapper {
  position: relative;
  width: 100%;
}
.contact_form button[type=submit] {
  font-size: 17px;
  padding: 10px 30px;
  border: 1px solid rgba(255, 255, 255, 0.6509803922);
  background: transparent;
  color: white;
  font-weight: 300;
  border-radius: 5px;
  text-transform: uppercase;
  margin-top: 20px;
  cursor: pointer;
}
.contact_form button[type=submit]:hover {
  border-color: #f2f3f3;
  background: #f2f3f3;
  color: #213a58;
}
@media (max-width: 1366px) {
  .contact_form button[type=submit] {
    font-size: 15px;
    padding: 10px 25px;
  }
}
.contact_form .js-pathWrap.pathWrap {
  position: absolute;
  bottom: 10px;
  right: 300px;
  width: 370px;
  filter: brightness(0) saturate(100%) invert(99%) sepia(5%) saturate(0%) hue-rotate(259deg) brightness(113%) contrast(100%);
}
@media (max-width: 1366px) {
  .contact_form .js-pathWrap.pathWrap {
    right: 150px;
    width: 270px;
    bottom: 15px;
  }
}
@media (max-width: 600px) {
  .contact_form .js-pathWrap.pathWrap {
    right: 10px;
    display: none;
  }
}

section.testimonials {
  position: relative;
  padding: 70px 0;
  color: black;
  text-align: center;
}
@media (max-width: 1366px) {
  section.testimonials {
    padding: 40px 0;
  }
}
@media (max-width: 600px) {
  section.testimonials {
    padding: 40px 0;
  }
}
section.testimonials .row {
  padding: 0px 15px;
}
section.testimonials h3 {
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #213e6a;
  font-weight: 300;
}
@media (max-width: 1366px) {
  section.testimonials h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  section.testimonials h3 {
    font-size: 22px;
  }
}
section.testimonials .owl-carousel {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  section.testimonials .owl-carousel {
    width: 100%;
  }
}
section.testimonials .owl-carousel .testimonial-content {
  font-size: 18px;
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  section.testimonials .owl-carousel .testimonial-content {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  section.testimonials .owl-carousel .testimonial-content {
    font-size: 14px;
    width: 82% !important;
  }
}
section.testimonials .owl-carousel .testimonial-content h5 {
  font-size: 16px;
  margin: 0;
  margin-top: 10px;
}
@media (max-width: 1366px) {
  section.testimonials .owl-carousel .testimonial-content h5 {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  section.testimonials .owl-carousel .testimonial-content h5 {
    font-size: 12px;
  }
}
section.testimonials .owl-carousel .owl-nav button {
  position: absolute;
  font-size: 55px !important;
  top: 0;
}
section.testimonials .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
section.testimonials .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
section.testimonials .owl-carousel .owl-nav button span {
  font-size: 35px;
  color: #797878;
  font-weight: 100;
}
section.testimonials .owl-carousel .owl-dots {
  margin-top: 20px;
}
section.testimonials .owl-carousel .owl-dots button span {
  width: 10px;
  height: 10px;
  background: #ccd5e4;
  display: block;
  opacity: 0.4;
  border-radius: 50px;
  margin: 0 5px;
}
@media (max-width: 1366px) {
  section.testimonials .owl-carousel .owl-dots button span {
    width: 8px;
    height: 8px;
  }
}
section.testimonials .owl-carousel .owl-dots button.active span {
  opacity: 1;
}
@media (max-width: 1366px) {
  section.testimonials .owl-carousel .owl-dots {
    margin-top: 15px;
  }
}

section.newsletter {
  position: relative;
  padding: 30px 0;
  background-size: cover;
  background-position: center;
  background: rgb(113, 113, 113);
  background: linear-gradient(90deg, rgb(113, 113, 113) 0%, rgb(153, 153, 153) 50%, rgb(107, 107, 107) 100%);
  color: white;
  display: block;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1366px) {
  section.newsletter {
    padding: 25px 0;
  }
}
@media (max-width: 600px) {
  section.newsletter {
    padding: 35px 0;
  }
}
section.newsletter .newsletter_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  section.newsletter .newsletter_div {
    display: grid;
  }
}
section.newsletter .newsletter_div h4 {
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  section.newsletter .newsletter_div h4 {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  section.newsletter .newsletter_div h4 {
    margin-bottom: 15px;
    line-height: 30px;
  }
}
section.newsletter .newsletter_div form {
  display: flex;
  align-items: center;
  align-self: stretch;
  width: 50%;
}
@media (max-width: 600px) {
  section.newsletter .newsletter_div form {
    width: 100%;
  }
}
section.newsletter .newsletter_div form input {
  font-size: 15px;
  padding: 10px 10px;
  width: 70%;
}
section.newsletter .newsletter_div form button {
  background: #1e2842;
  color: white;
  height: 100%;
  border: none;
  padding: 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  width: 30%;
  cursor: pointer;
}
section.newsletter .newsletter_div form button:hover {
  background: #233e5e;
}

div,
footer {
  display: block;
  box-sizing: border-box;
}

footer {
  width: 100%;
  height: auto;
  position: relative;
}

.footer-nav-outer {
  width: 100%;
  height: auto;
  padding: 50px 0 40px 0;
  background: url("../images/bg3.jpg") top center;
  font-size: 14px;
  line-height: 14px;
  color: #cacaca;
  font-weight: 300;
}

.footer-nav-outer a {
  color: #cacaca;
}

.footer-nav-outer a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-nav-outer ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.footer-nav-outer li {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 10px 0 10px 0;
  list-style-type: none;
  font-size: 14px;
  line-height: 14px;
  color: #cacaca;
  font-weight: 300;
}

.footer-nav-outer li a {
  color: #cacaca;
}

.footer-nav-outer li a:hover {
  color: #fff;
}

.footer-nav-outer h4 {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 2px;
}

.footer-nav-outer h5 {
  font-size: 18px;
  line-height: 1;
  color: #cacaca;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media (max-width: 1366px) {
  .footer-nav-outer h5 {
    font-size: 14px;
  }
}

.footer-nav-outer h6 {
  font-size: 16px;
  line-height: 1;
  color: #cacaca;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
  letter-spacing: 0;
}

.footer-nav-outer .searchby {
  font-size: 13px;
  line-height: 1;
  color: #cacaca;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin: 23px 0 5px 0;
}

.footer-nav-outer .mr-top {
  margin-top: 40px;
}

.footer-nav-outer .placetocontact {
  width: 100%;
  height: auto;
  clear: both;
}

.footer-nav-outer .placetocontact .place {
  width: 100%;
  height: auto;
  clear: both;
  margin-bottom: 20px;
}

.footer-nav-outer .placetocontact .place h6 {
  color: #6381a7;
  font-weight: 500;
  margin-bottom: 5px;
}

.footer-nav-outer .placetocontact .place a {
  font-weight: 500;
  letter-spacing: 1px;
}

.footer-nav-outer .social-media {
  width: 100%;
  height: auto;
  display: inline-block;
  clear: both;
  padding: 10px 0;
}

.footer-nav-outer .social-media ul {
  width: 100%;
  height: auto;
}

.footer-nav-outer .social-media ul li {
  width: auto;
  height: auto;
  float: left;
  margin: 0 12px 0 0;
}

.footer-nav-outer .social-media ul li .icon {
  width: auto;
  height: auto;
  display: block;
}

.footer-nav-outer .social-media ul li a {
  text-decoration: none !important;
}

.footer-nav-outer .social-media ul li a svg {
  width: 25px;
  height: 25px;
  display: block;
}

.footer-nav-outer .social-media ul li .icon:before {
  content: "";
  font: normal normal normal 26px/1 fontawesome;
  color: #fff;
}

.footer-nav-outer .social-media ul li .fb:before {
  content: "\f09a";
}

.footer-nav-outer .social-media ul li .linkedin:before {
  content: "\f0e1";
}

.footer-nav-outer .social-media ul li .insta:before {
  content: "\f16d";
}

.footer-nav-outer .social-media ul li .twitter:before {
  content: "\f099";
}

.footer-nav-outer .social-media ul li .youtube:before {
  content: "\f167";
}

.footer-nav-outer .copyright {
  width: 100%;
  height: auto;
  clear: both;
  font-size: 10px;
  line-height: 1.3;
  color: #fff;
  font-weight: 500;
}

@media screen and (min-width: 2000px) {
  .footer-nav-outer {
    background-size: cover;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1020px) {
  .footer-nav-outer {
    padding: 30px 0;
    background-size: cover !important;
  }
  .footer-nav-outer {
    background: #16223c;
  }
}
@media screen and (max-width: 765px) {
  .footer-nav-outer {
    background: #16223c;
  }
  .footer-nav-outer {
    background: url("../images/bg3.jpg") top center;
    background-size: cover;
    padding: 50px 0;
  }
  .footer-nav-outer .col-lg-2.col-md-4.col-sm-6.f1 {
    padding-bottom: 35px;
  }
  .footer-nav-outer .col-lg-2.col-md-4.col-sm-6.f1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .footer-nav-outer .col-lg-2.col-md-4.col-sm-6.f1 li {
    width: 50%;
  }
  .footer-nav-outer .col-lg-2.col-md-4.col-sm-6.f1 li:nth-child(5) {
    display: none;
  }
  .footer-nav-outer .col-lg-2.col-md-4.col-sm-6.f1 li {
    margin: 10px 0 0 0;
  }
  .footer-nav-outer .col-lg-2.col-md-4.col-sm-6.f1 h4 {
    margin-bottom: 10px;
  }
  .footer-nav-outer .col-lg-6.col-md-8.col-sm-6.f2 {
    padding-bottom: 35px;
  }
  .footer-nav-outer .col-lg-6.col-md-8.col-sm-6.f2 .row {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-nav-outer .col-lg-8.col-md-8.col-sm-6.fs2 {
    width: 50%;
  }
  .footer-nav-outer .col-lg-4.col-md-4.col-sm-6.f3 {
    width: 50%;
  }
  .footer-nav-outer .col-lg-2.col-md-4.col-sm-6.f4 {
    padding-bottom: 35px;
  }
  .footer-nav-outer .searchby {
    margin-top: 0;
  }
  .footer-nav-outer .col-lg-2.col-md-4.col-sm-6.f4 .searchby {
    order: 1;
    width: 100%;
  }
  .footer-nav-outer .col-lg-2.col-md-4.col-sm-6.f4 h5 {
    width: 50%;
  }
  .footer-nav-outer .col-lg-2.col-md-4.col-sm-6.f4 ul {
    width: 50%;
  }
  .footer-nav-outer .col-lg-2.col-md-4.col-sm-6.f4 .mr-top {
    float: right;
    margin-top: -135px;
  }
  .footer-nav-outer .col-lg-2.col-md-4.col-sm-6.f4 ul:last-child {
    float: right;
    clear: both;
    margin-top: -105px;
  }
  .footer-nav-outer .placetocontact {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-nav-outer .placetocontact .place {
    width: 50%;
    margin-bottom: 30px;
  }
  .footer-nav-outer .placetocontact .place h6 {
    margin-top: 5px;
  }
  .footer-nav-outer .col-lg-2.col-md-4.col-sm-6.f4 h5 {
    margin-bottom: 20px;
  }
  .footer-nav-outer .col-lg-8.col-md-8.col-sm-6.fs2 .col-lg-6 {
    width: 100%;
  }
  .footer-nav-outer .col-lg-8.col-md-8.col-sm-6.fs2 .col-lg-6 h6 {
    margin-bottom: 0;
    position: relative;
  }
  .footer-nav-outer .col-lg-8.col-md-8.col-sm-6.fs2 .col-lg-6 ul {
    display: none;
  }
  .footer-nav-outer .col-lg-8.col-md-8.col-sm-6.fs2 .col-lg-6:hover ul {
    display: block;
  }
  .footer-nav-outer .col-lg-8.col-md-8.col-sm-6.fs2 .col-lg-6 h6:before {
    content: "❯";
    transform: rotate(90deg);
    color: #fff;
    position: absolute;
    right: 0;
    top: -2px;
    transition: all 0.35s;
  }
  .footer-nav-outer .col-lg-4.col-md-4.col-sm-6.f3 .item-outer ul {
    display: none;
  }
  .footer-nav-outer .col-lg-4.col-md-4.col-sm-6.f3 .item-outer:hover ul {
    display: block;
  }
  .footer-nav-outer .col-lg-4.col-md-4.col-sm-6.f3 .item-outer h6 {
    margin-bottom: 0;
    position: relative;
  }
  .footer-nav-outer .col-lg-4.col-md-4.col-sm-6.f3 .item-outer h6:before {
    content: "❯";
    transform: rotate(90deg);
    color: #fff;
    position: absolute;
    right: 0;
    top: -2px;
    transition: all 0.35s;
  }
  .footer-nav-outer h6 {
    margin-top: 20px;
  }
  .footer-nav-outer h5 {
    font-size: 16px;
  }
  .footer-nav-outer h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 740px) {
  .footer-nav-outer .col-lg-8.col-md-8.col-sm-6.fs2 .col-lg-6 {
    position: relative;
  }
  .footer-nav-outer .col-lg-8.col-md-8.col-sm-6.fs2 .col-lg-6 ul {
    display: block;
    height: 2px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
  }
  .footer-nav-outer .col-lg-8.col-md-8.col-sm-6.fs2 .col-lg-6:hover h6:before {
    content: "❯";
    transform: rotate(270deg);
  }
  .footer-nav-outer .col-lg-4.col-md-4.col-sm-6.f3 .item-outer {
    position: relative;
  }
  .footer-nav-outer .col-lg-4.col-md-4.col-sm-6.f3 .item-outer ul {
    display: block;
    height: 2px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
  }
  .footer-nav-outer .col-lg-4.col-md-4.col-sm-6.f3 .item-outer:hover h6:before {
    content: "❯";
    transform: rotate(270deg);
  }
  .footer-nav-outer .col-lg-6.col-md-8.col-sm-6.f2 {
    padding-bottom: 50px;
    padding-top: 30px;
  }
  .footer-nav-outer .placetocontact {
    position: relative;
    padding-top: 30px;
  }
  .footer-nav-outer .placetocontact:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.2;
  }
  .footer-nav-outer .col-lg-8.col-md-8.col-sm-6.fs2 .col-lg-6.ftrlbdr ul {
    height: auto;
    opacity: 1;
  }
  .footer-nav-outer .col-lg-4.col-md-4.col-sm-6.f3 .item-outer.ftrlbdr ul {
    height: auto;
    opacity: 1;
  }
}
@media screen and (max-width: 760px) {
  footer {
    position: relative;
    z-index: 10;
  }
}
@media screen and (max-width: 1200px) {
  footer {
    position: relative;
    z-index: 10;
  }
}
.container {
  max-width: 1460px !important;
}

@media only screen and (max-width: 450px) {
  .design {
    font-size: 0px !important;
  }
}
.row {
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-lg-2,
.col-lg-4,
.col-lg-6,
.col-lg-8,
.col-md-2,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-sm-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 765px) {
  .col-sm-6 {
    float: left;
  }
  .col-sm-6 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-2,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8 {
    float: left;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-2 {
    width: 16.66666666%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
}
@media screen and (min-width: 1020px) {
  .col-lg-2,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8 {
    float: left;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
}
.row:after,
.row:before {
  content: " ";
  display: table;
}

.container:after,
.row:after {
  clear: both;
}

.container {
  max-width: 1260px;
}

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .container {
    max-width: 1140px !important;
  }
}
.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .col-md-12 {
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 765px) {
  .col-sm-4, .col-sm-8 {
    float: left;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
}
/***********************************************************/
.pathWrap {
  display: block;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .pathWrap {
    margin: 0;
    margin-top: 20px;
  }
}

.pathWrap-aboutWrap {
  position: absolute;
  top: 45%;
  left: 0;
  width: 60%;
  height: auto;
  transform: translateY(-50%);
}

.pathWrap-aboutWrap .svgAnimation {
  opacity: 0;
}

.pathWrap-aboutWrap .svgAnimation.is-animated {
  opacity: 1;
  stroke: #555;
  stroke-width: 1;
}

@keyframes svgAnimation {
  to {
    stroke-dashoffset: 0;
  }
}
.svgAnimation {
  opacity: 0;
}

.svgAnimation.is-animated {
  opacity: 1;
  stroke: #213e6a;
  fill: none;
  stroke-width: 2;
}

.svgAnimation.is-animated {
  animation: svgAnimation 0.8s ease-in-out forwards;
  transition: opacity 0.9s, fill-opacity 0.9s;
}

@supports (-ms-ime-align: auto) {
  .svgAnimation.is-animated {
    stroke-dashoffset: 0 !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .svgAnimation.is-animated {
    stroke-dashoffset: 0 !important;
  }
}
.svgAnimation.is-animated.svgF-line {
  animation-duration: 0.2s;
  animation-delay: 1.1s;
}

.svgAnimation.is-animated.svgF-top {
  animation-duration: 0.15s;
  animation-delay: 1.2s;
}

.svgAnimation.is-animated.svgF-middle {
  animation-duration: 0.15s;
  animation-delay: 1.2s;
}

.svgAnimation.is-animated.svgUture {
  animation-duration: 1.2s;
  animation-delay: 1.2s;
}

.svgAnimation.is-animated.svgUture-tSlash {
  animation-duration: 0.15s;
  animation-delay: 1.3s;
}

.svgAnimation.is-animated.svgFSecond-line {
  animation-duration: 1.7s;
  animation-delay: 1.7s;
}

.svgAnimation.is-animated.svgFSecond-top {
  animation-duration: 0.15s;
  animation-delay: 1.7s;
}

.svgAnimation.is-animated.svgFSecond-middle {
  animation-duration: 0.15s;
  animation-delay: 1.9s;
}

.svgAnimation.is-animated.svgIrst {
  animation-duration: 1.9s;
  animation-delay: 1.9s;
}

.svgAnimation.is-animated.svgIrst-iDot {
  animation-duration: 0.15s;
  animation-delay: 2s;
}

.svgAnimation.is-animated.svgIrst-tSlash {
  animation-duration: 0.15s;
  animation-delay: 2s;
}

.pathWrap-homeWrap {
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 1;
  width: 20%;
  height: auto;
}

.pathWrap-homeWrap .svgAnimation {
  opacity: 1;
  stroke: #555;
  fill: none;
  stroke-width: 2;
}

.pathWrap-homeWrap .svgAnimation.is-animated {
  animation: none;
  opacity: 1;
  stroke: #555;
  stroke-dashoffset: 0;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.arrow_btm {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

button.owl-dot span {
  width: 10px;
  height: 10px;
  background: #909eb4;
  display: block;
  opacity: 0.4;
  border-radius: 50px;
  margin: 0 5px;
}

button.owl-dot.active span {
  opacity: 1;
}

.owl-dots {
  text-align: center;
}

.owl-nav-btn {
  text-align: center;
  display: flex;
  justify-content: space-between;
  width: 50%;
  margin: 0 auto;
  margin-bottom: -50px;
  bottom: 25px;
  position: relative;
}

.owl-nav-btn button {
  border: 1px solid #909eb4;
  background: white;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 18px;
  color: #909eb4;
  z-index: 99;
}

.owl-nav-btn button.prev {
  transform: rotate(180deg);
}

.owl-nav-btn button:hover {
  background: #909eb4;
  color: white;
}

.owl-carousel .owl-stage {
  padding-left: 0 !important;
}
.owl-carousel .owl-stage.owl-last-active {
  padding-left: 100px !important;
  padding-right: 0 !important;
}

section.requirements .owl-dots {
  margin-top: 20px;
}

section.requirements .owl-dots {
  margin-top: 20px;
}

/***/
.contact_form form#contact_us .dselect-wrapper .form-select {
  position: relative;
}

.contact_form form#contact_us .dselect-wrapper .form-select:before {
  content: "❯";
  position: absolute;
  right: 15px;
  color: white;
  transform: rotate(90deg);
}

.icon-holder.mobile {
  display: none;
}

@media (max-width: 600px) and (min-width: 0px) {
  section.timeline .timeline-container .vertical-scrollable-timeline li {
    padding: 0px 0px 20px 80px;
  }
  section.timeline .timeline-container .vertical-scrollable-timeline li::before {
    left: 20px;
  }
  section.timeline .timeline-container .vertical-scrollable-timeline li::after {
    left: 7px;
  }
  section.timeline .timeline-container .vertical-scrollable-timeline li .icon-holder {
    display: none;
  }
  section.timeline .timeline-container .vertical-scrollable-timeline li .icon-holder.mobile {
    display: block;
    position: relative;
    margin-bottom: 15px;
    font-size: 25px;
  }
  section.timeline .timeline-container .vertical-scrollable-timeline li .icon-holder.mobile br {
    display: none;
  }
}
img.timeline-icon {
  width: 40px;
  position: absolute;
  z-index: 9;
  left: 115px;
  background: white;
}
@media (max-width: 1366px) {
  img.timeline-icon {
    width: 30px;
    height: 39px;
    left: 85px;
  }
}
@media (max-width: 600px) {
  img.timeline-icon {
    width: 40px;
    height: 50px;
    left: 5px;
  }
}

section.timeline .timeline-container {
  position: relative;
}

.timeline-icon {
  position: absolute;
  top: 0;
  transition: top 0.3s ease-in-out;
}

/*****************************************************
/*******************OUR PROGRAMS**********************
/*****************************************************/
.inner-banner-sec {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  z-index: 600;
  background: #fff;
  min-height: 400px;
  max-height: 530px;
  background: url(https://www.citizenshipinvest.com/wp-content/themes/citizen/assets/images/dflt-banner.jpg) top center;
  margin-top: 130px;
}
@media (max-width: 1366px) {
  .inner-banner-sec {
    text-align: center;
    max-height: 400px;
    margin-top: 120px;
  }
}
@media (max-width: 600px) {
  .inner-banner-sec {
    margin-top: 80px;
    min-height: inherit;
    background-size: cover;
    height: 300px !important;
    overflow: hidden;
  }
}
.inner-banner-sec .content-sec {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
}
.inner-banner-sec .detailsec {
  width: 100%;
  height: auto;
}
.inner-banner-sec img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 530px;
}
@media (max-width: 1366px) {
  .inner-banner-sec img {
    width: auto;
    max-width: inherit;
    display: block;
    margin: auto;
    width: 100%;
    max-height: 400px;
  }
}
@media (max-width: 600px) {
  .inner-banner-sec img {
    max-width: inherit;
    display: table;
    margin: auto;
    width: auto !important;
    height: 180px !important;
    display: inline-block !important;
  }
}
.inner-banner-sec h1 {
  font-size: 50px;
  line-height: 1.3;
  color: #163760;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 2px;
}
@media (max-width: 1366px) {
  .inner-banner-sec h1 {
    text-align: left;
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .inner-banner-sec h1 {
    font-size: 26px !important;
  }
}
.inner-banner-sec h2 {
  font-size: 30px;
  line-height: 1.3;
  color: #163760;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .inner-banner-sec h2 {
    text-align: left;
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .inner-banner-sec h2 {
    font-size: 16px;
  }
}
.inner-banner-sec .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.inner-banner-sec .animated .fadeInLeft {
  animation-name: fadeInLeft;
}
.inner-banner-sec .animated .fadeInRight {
  animation-name: fadeInRight;
}
.inner-banner-sec.color-wht h1 {
  color: #fff;
}
.inner-banner-sec.color-wht h2 {
  color: #fff;
}
@media (max-width: 600px) {
  .inner-banner-sec .desktop-image {
    display: none !important;
  }
}
.inner-banner-sec .mobile-image {
  display: none !important;
}
@media (max-width: 600px) {
  .inner-banner-sec .mobile-image {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-200px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
section.authorize {
  padding: 50px 0;
}
@media (max-width: 600px) {
  section.authorize {
    padding-top: 30px;
  }
}
section.authorize h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #231f20;
  font-family: "Gotham";
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.3;
  text-rendering: optimizeSpeed;
  letter-spacing: 4px;
  text-transform: uppercase;
  clear: both;
  letter-spacing: 4px !important;
}
@media (max-width: 1366px) {
  section.authorize h6 {
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media (max-width: 600px) {
  section.authorize h6 {
    text-align: left;
    font-size: 13px;
  }
}
section.authorize p {
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 300;
}
@media (max-width: 1366px) {
  section.authorize p {
    font-size: 16px;
    letter-spacing: 0;
    text-align: justify;
  }
}
@media (max-width: 1366px) {
  section.authorize li, section.authorize p {
    font-size: 15px;
    font-weight: 500;
  }
}
@media (max-width: 1366px) {
  section.authorize li, section.authorize p {
    font-size: 14px;
  }
}
section.authorize .multiple-authorized-firm {
  padding-top: 60px;
  width: 100%;
  height: auto;
  padding-top: 10px;
}
@media (max-width: 1366px) {
  section.authorize .multiple-authorized-firm {
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  section.authorize .multiple-authorized-firm {
    text-align: center;
    padding-top: 10px;
  }
}
section.authorize .multiple-authorized-firm ul {
  padding: 0;
  margin: 0 0 15px 0;
  width: 100%;
  display: inline-block;
}
@media (max-width: 600px) {
  section.authorize .multiple-authorized-firm ul {
    display: flex;
    align-items: center;
    display: flex;
  }
}
section.authorize .multiple-authorized-firm ul li {
  list-style-type: none;
  width: auto;
  height: auto;
  float: left;
  margin: 0 40px 0 0;
}
@media (max-width: 600px) {
  section.authorize .multiple-authorized-firm ul li {
    margin: 0 5px;
    float: left;
    margin: 1px;
    width: 100%;
  }
}
section.authorize .multiple-authorized-firm ul li .outerbox {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 600px) {
  section.authorize .multiple-authorized-firm ul li .outerbox {
    border: solid 1px #d4c6c6;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    border: none;
    width: 100%;
    height: auto;
  }
}
section.authorize .multiple-authorized-firm ul li .outerbox img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0;
}
@media (max-width: 1366px) {
  section.authorize .multiple-authorized-firm ul li .outerbox img {
    max-height: 70px;
  }
}
@media (max-width: 600px) {
  section.authorize .multiple-authorized-firm ul li .outerbox img {
    width: 100%;
    height: auto;
    max-width: 80%;
    display: block;
    margin: auto;
  }
}

section.required_inv {
  position: relative;
  padding: 50px 0;
  background: #f4f4f4;
}
@media (max-width: 600px) {
  section.required_inv {
    padding-bottom: 0;
  }
}
section.required_inv h3 {
  text-transform: uppercase;
  color: black;
  font-size: 35px;
  margin-bottom: 10px;
  font-weight: 300;
}
@media (max-width: 1366px) {
  section.required_inv h3 {
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  section.required_inv h3 {
    font-size: 22px;
  }
}
section.required_inv p {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 300;
}
@media (max-width: 1366px) {
  section.required_inv p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  section.required_inv p {
    font-size: 14px;
  }
}
section.required_inv .col-md-4,
section.required_inv .item {
  margin-top: 50px;
}
@media (max-width: 1366px) {
  section.required_inv .col-md-4,
  section.required_inv .item {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  section.required_inv .col-md-4,
  section.required_inv .item {
    text-align: center;
    margin-bottom: 12px;
  }
}
section.required_inv .col-md-4 img,
section.required_inv .item img {
  height: 60px;
  margin: 0 auto;
  margin-bottom: 20px;
  width: initial;
}
section.required_inv .col-md-4 h4,
section.required_inv .item h4 {
  text-transform: uppercase;
  color: black;
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 300;
}
@media (max-width: 1366px) {
  section.required_inv .col-md-4 h4,
  section.required_inv .item h4 {
    font-size: 20px;
  }
}
section.required_inv .row2 {
  background: #7c7d7e;
  margin: 5px 0 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  color: white;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  margin-top: 40px;
}
section.required_inv .row2 .col-md-4 {
  margin-top: 0px;
}
@media (max-width: 600px) {
  section.required_inv .row2 .col-md-4 {
    margin-top: 5px;
    text-align: left;
    font-weight: 600;
  }
}
@media (max-width: 1366px) {
  section.required_inv .row2 {
    font-size: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media (max-width: 600px) {
  section.required_inv .row2 {
    font-size: 13px;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 36px;
    padding-bottom: 21px;
  }
}
.pgrm-sec2 {
  width: 100%;
  height: auto;
  padding: 70px 0 60px 0;
  display: table;
  text-align: center;
  position: relative;
  text-align: center;
}
@media (max-width: 1366px) {
  .pgrm-sec2 {
    padding: 30px 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  .pgrm-sec2 {
    background: #fff url(https://www.citizenshipinvest.com/wp-content/themes/citizen/assets/images/mobilmap-dots.jpg) top center no-repeat;
    background-position: center;
    padding: 50px 0 20px 0;
  }
}
.pgrm-sec2 p {
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 300;
  text-align: left;
}
@media (max-width: 1366px) {
  .pgrm-sec2 p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .pgrm-sec2 p {
    font-size: 14px;
  }
}
.pgrm-sec2 .mapdots {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.pgrm-sec2 .mapdots img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.pgrm-sec2 .container {
  max-width: 1115px;
  position: relative;
  z-index: 10;
}
.pgrm-sec2 h2 {
  font-size: 57px;
  line-height: 1;
  color: #213e6a;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  clear: both;
}
@media (max-width: 1366px) {
  .pgrm-sec2 h2 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .pgrm-sec2 h2 {
    font-size: 30px;
    width: 270px;
    display: table;
    margin: auto;
    margin-bottom: 30px;
    font-weight: 300;
  }
}
.pgrm-sec2 h2:before {
  content: "";
  width: 24%;
  height: 1px;
  background: #213e6a;
  display: block;
  position: absolute;
  left: 0%;
  top: 28px;
}
@media (max-width: 1366px) {
  .pgrm-sec2 h2:before {
    width: 31%;
    top: 17px;
  }
}
@media (max-width: 600px) {
  .pgrm-sec2 h2:before {
    width: 24%;
    left: -14%;
    top: 51%;
    display: block;
  }
}
.pgrm-sec2 h2:after {
  content: "";
  width: 24%;
  height: 1px;
  background: #213e6a;
  display: block;
  position: absolute;
  right: 0%;
  top: 28px;
}
@media (max-width: 1366px) {
  .pgrm-sec2 h2:after {
    width: 31%;
    top: 17px;
  }
}
@media (max-width: 600px) {
  .pgrm-sec2 h2:after {
    width: 24%;
    right: -14%;
    top: 51%;
    display: block;
  }
}

section.progra-sec {
  position: relative;
  background: white;
}
@media (max-width: 600px) {
  section.progra-sec {
    padding-bottom: 20px;
  }
}
section.progra-sec h3 {
  text-transform: uppercase;
  color: black;
  font-size: 35px;
  margin-bottom: 10px;
  font-weight: 300;
}
@media (max-width: 1366px) {
  section.progra-sec h3 {
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  section.progra-sec h3 {
    font-size: 22px;
  }
}
section.progra-sec p {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  section.progra-sec p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  section.progra-sec p {
    margin-bottom: 14px;
  }
}
section.progra-sec ul {
  list-style: none;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  section.progra-sec ul {
    margin-bottom: 30px;
    margin-top: 25px;
  }
}
section.progra-sec ul li {
  font-size: 16px;
  position: relative;
  border-top: 1px solid #213e6a;
  padding: 10px 0;
}
@media (max-width: 1366px) {
  section.progra-sec ul li {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  section.progra-sec ul li {
    line-height: 1.5;
    padding: 7px 0;
    font-size: 13px;
  }
}
section.progra-sec ul li:last-child {
  border-bottom: 1px solid #213e6a;
}
section.progra-sec ul li i {
  padding-right: 10px;
  color: #213e6a;
}
section.progra-sec img.bottom-pass {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 23.33%;
}
@media (max-width: 600px) {
  section.progra-sec img.bottom-pass {
    right: 0;
    width: 70%;
    position: relative;
    margin: 0 auto;
    display: flex;
    margin-bottom: -20px;
  }
}
section.progra-sec .program-tabsec {
  width: 100%;
  height: auto;
  clear: both;
  padding: 80px 0 115px 0;
  position: relative;
  z-index: 50;
}
section.progra-sec .program-tabsec .row {
  display: flex;
  flex-wrap: wrap;
}
section.progra-sec .program-tabsec .tabContainer {
  overflow: hidden;
  clear: both;
  float: left;
  width: 100%;
}
section.progra-sec .program-tabsec .outerbox {
  width: 100%;
  background-color: #fefefe;
  position: relative;
  top: 0;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  box-shadow: 2px 10px 28px -16px rgba(0, 0, 0, 0);
  background: #f1f2f2;
  background: linear-gradient(90deg, #f1f3f2 0%, #f7f7f7 19%, #fcfcfc 31%, #fff 50%, #dfe0e1 100%);
  display: block;
  height: 100%;
  overflow: hidden;
}
section.progra-sec .program-tabsec .outerbox:before {
  content: "";
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 10;
  background: #d0d0d0;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
section.progra-sec .program-tabsec .outerbox:after {
  content: "";
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 10;
  background: #d0d0d0;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
section.progra-sec .program-tabsec .outerbox .pic {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  max-height: 100px;
  display: block;
}
section.progra-sec .program-tabsec .outerbox .pic:before {
  content: "";
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 10;
  background: #d0d0d0;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
section.progra-sec .program-tabsec .outerbox .pic:after {
  content: "";
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 10;
  background: #d0d0d0;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
section.progra-sec .program-tabsec .outerbox .pic img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
section.progra-sec .program-tabsec .outerbox .content-sec {
  width: 100%;
  height: auto;
  padding: 55px 25px 30px 25px;
  position: relative;
  z-index: 5;
  background: url(https://www.citizenshipinvest.com/wp-content/themes/citizen/assets/images/box-bg1.jpg) top center;
  background-size: cover;
  height: initial;
  padding-bottom: 70px;
}
section.progra-sec .program-tabsec .outerbox .content-sec .icon {
  width: 73px;
  height: 73px;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: -36px;
  margin-left: -36px;
  background: #e8e7e7;
  border: solid 3px #fff;
}
section.progra-sec .program-tabsec .outerbox .content-sec .icon img {
  width: 100%;
  height: auto;
  width: 110%;
  height: auto;
  max-width: 110%;
  position: relative;
  left: -5%;
  top: -5%;
}
section.progra-sec .program-tabsec .outerbox .content-sec:before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1;
  background: #d0d0d0;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
section.progra-sec .program-tabsec .outerbox .content-sec .title-sec {
  width: 100%;
  height: auto;
  min-height: 75px;
  text-align: center;
}
section.progra-sec .program-tabsec .outerbox .content-sec .title-sec h4 {
  font-size: 23px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 5px;
  color: #231f20;
  font-family: "Gotham";
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
@media (max-width: 1366px) {
  section.progra-sec .program-tabsec .outerbox .content-sec .title-sec h4 {
    font-size: 19px;
  }
}
section.progra-sec .program-tabsec .outerbox .content-sec .title-sec p {
  font-size: 13px;
  color: #16375f;
  font-weight: bold;
}
@media (max-width: 1366px) {
  section.progra-sec .program-tabsec .outerbox .content-sec .title-sec p {
    font-size: 12px;
  }
}
section.progra-sec .program-tabsec .outerbox .content-sec .middle-content {
  width: 100%;
  height: auto;
  clear: both;
  padding: 10px 0 5px 0;
}
section.progra-sec .program-tabsec .outerbox .content-sec .middle-content ul {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
section.progra-sec .program-tabsec .outerbox .content-sec .middle-content ul li {
  width: 100%;
  height: auto;
  list-style-type: none;
  font-size: 13px;
  color: #000;
  font-weight: 500;
  line-height: 1.6;
  padding: 2px 0;
  border: none;
}
section.progra-sec .program-tabsec .outerbox .content-sec .middle-content ul li span {
  font-weight: bold;
  display: inline-block;
}
section.progra-sec .program-tabsec .outerbox .content-sec .bottom-content {
  width: 100%;
  height: auto;
  clear: both;
}
section.progra-sec .program-tabsec .outerbox .content-sec .bottom-content p {
  font-size: 13px;
  color: #000;
  font-weight: 500;
}
section.progra-sec .program-tabsec .outerbox:hover {
  background: #fff;
  top: -5px;
  box-shadow: 2px 22px 28px -16px rgba(0, 0, 0, 0.48);
}
section.progra-sec .program-tabsec .outerbox:hover:before {
  content: "";
  width: 1px;
  height: 100%;
  opacity: 1;
}
section.progra-sec .program-tabsec .outerbox:hover:after {
  content: "";
  width: 100%;
  height: 1px;
  opacity: 1;
}
section.progra-sec .program-tabsec .outerbox:hover .content-sec:before {
  width: 1px;
  height: 100%;
  opacity: 1;
}
section.progra-sec .program-tabsec .outerbox:hover .pic:before {
  width: 100%;
  height: 1px;
  opacity: 1;
}
section.progra-sec .program-tabsec .outerbox:hover .pic:after {
  width: 1px;
  height: 100%;
  opacity: 1;
}
section.progra-sec .program-tabsec .outerbox:hover .pic img {
  transform: scale(1.2);
}
section.progra-sec .program-tabsec .outerbox a {
  display: block;
  height: 100%;
  overflow: hidden;
}
section.progra-sec .program-tabsec .outerbox a.more-detail {
  background: rgb(211, 212, 212);
  background: linear-gradient(90deg, rgb(211, 212, 212) 0%, rgb(252, 252, 252) 50%, rgb(211, 212, 212) 100%);
  height: initial !important;
  color: black;
  padding: 15px 25px 15px 25px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  z-index: 9;
  width: 100%;
}
@media (max-width: 600px) {
  section.progra-sec .program-tabsec .outerbox a.more-detail {
    position: relative;
  }
}
section.progra-sec .program-tabsec .outerbox a.more-detail i {
  padding-left: 5px;
}
section.progra-sec .program-tabsec .last-col .outerbox {
  background: #fff !important;
  top: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
section.progra-sec .program-tabsec .last-col .outerbox:before {
  display: none;
}
section.progra-sec .program-tabsec .last-col .outerbox:after {
  display: none;
}
section.progra-sec .program-tabsec .last-col .outerbox .content-sec {
  background: none !important;
}
section.progra-sec .program-tabsec .last-col .content-sec:before {
  display: none;
}
section.progra-sec .program-tabsec .last-col .content-sec:after {
  display: none;
}
section.progra-sec .program-tabsec .last-col .btn {
  height: auto;
}
section.progra-sec .program-tabsec .col-lg-4 {
  display: flex;
  margin-bottom: 30px;
}
section.progra-sec .last-col .outerbox .content-sec {
  background: none !important;
}
section.progra-sec .compare {
  width: auto;
  height: auto;
  font-size: 16px;
  line-height: 16px;
  margin-top: 20px;
  display: inline-block;
  color: #231f20;
  font-weight: 300;
  text-transform: uppercase;
}
section.progra-sec .compare:after {
  content: "\f105";
  font: normal normal normal 19px/1 fontawesome;
  position: relative;
  right: -10px;
}
section.progra-sec .program-tabsec.dtl {
  padding: 0 0 25px 0;
  display: table;
}
section.progra-sec .program-tabsec.dtl ul.tabs li a {
  font-size: 17px;
  line-height: 17px;
}
section.progra-sec .program-tabsec.dtl .last-col .outerbox {
  background: none !important;
}
@media screen and (min-width: 1400px) {
  section.progra-sec .program-tabsec .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (min-width: 1200px) {
  section.progra-sec .program-tabsec .last-col .btn {
    width: 70%;
    text-align: center;
    margin-top: 20px;
  }
  section.progra-sec .program-tabsec.dtl ul.tabs li a {
    padding: 15px 65px;
  }
}
@media screen and (min-width: 1100px) {
  section.progra-sec .program-tabsec .last-col .outerbox {
    display: flex;
    align-items: center;
  }
  section.progra-sec .program-tabsec .last-col .outerbox .content-sec {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  section.progra-sec .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.progra-sec .program-tabsec {
    position: relative;
    z-index: 10;
  }
  section.progra-sec .program-tabsec .outerbox .content-sec .title-sec h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1020px) {
  section.progra-sec .program-tabsec ul.tabs li a {
    font-size: 16px;
    line-height: 16px;
  }
  section.progra-sec .program-tabsec .row {
    padding-top: 30px;
  }
  section.progra-sec .program-tabsec .col-lg-4 {
    margin-bottom: 30px;
  }
  section.progra-sec .program-tabsec .btn {
    font-size: 14px;
    padding-left: 13px 20px;
  }
  section.progra-sec .program-tabsec li {
    font-size: 15px;
  }
  section.progra-sec .program-tabsec p {
    font-size: 15px;
  }
  section.progra-sec .program-tabsec h4 {
    font-size: 20px;
    letter-spacing: 0;
  }
  section.progra-sec .program-tabsec h3 {
    font-size: 19px;
    letter-spacing: 0;
  }
  section.progra-sec .program-tabsec.dtl {
    padding: 0;
  }
  section.progra-sec .program-tabsec.dtl .tabContainer {
    padding-top: 30px;
  }
}
@media screen and (max-width: 765px) {
  section.progra-sec .program-tabsec {
    padding: 40px 0;
  }
  section.progra-sec .program-tabsec ul.tabs {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    padding-bottom: 0;
    display: flex;
    margin-bottom: 40px;
  }
  section.progra-sec .program-tabsec ul.tabs li {
    margin: 5px;
    width: 47%;
    margin: 1%;
    width: 49%;
    margin: 0;
    width: 100%;
    margin: 7px 0;
    width: 50%;
    margin: 0;
  }
  section.progra-sec .program-tabsec ul.tabs li a {
    font-size: 14px;
    line-height: 14px;
  }
  section.progra-sec .program-tabsec ul.tabs li:first-child {
    margin-right: 5px;
  }
  section.progra-sec .program-tabsec ul.tabs li:last-child {
    margin-left: 5px;
  }
  section.progra-sec .program-tabsec .row {
    display: block;
    padding-top: 0;
  }
  section.progra-sec .program-tabsec .outerbox {
    width: 80%;
    margin: auto;
    width: 100%;
  }
  section.progra-sec .program-tabsec .tabContainer .row {
    margin-left: 0;
    margin-right: 0;
  }
  section.progra-sec .program-tabsec .tabContainer .col-lg-4 {
    padding-left: 0;
    padding-right: 0;
  }
  section.progra-sec .program-tabsec h3 {
    text-align: center;
    font-size: 24px;
    line-height: 1;
    color: #231f20;
    text-align: center;
  }
  section.progra-sec .program-tabsec .last-col .outerbox .content-sec {
    padding-top: 0;
  }
  section.progra-sec .program-tabsec .last-col .outerbox .content-sec .title-sec {
    display: none;
  }
  section.progra-sec .program-tabsec.dtl {
    padding: 0 15px;
    padding: 0 15px;
  }
  section.progra-sec .program-tabsec.dtl ul.tabs li a {
    font-size: 13px;
    padding: 15px 20px;
    padding: 15px;
    font-size: 20px;
    line-height: 20px;
    color: #213e6a;
    border: solid 1px #213e6a;
  }
  section.progra-sec .program-tabsec.dtl .tabContainer {
    padding-top: 0;
  }
  section.progra-sec .page-template-page-our-programs .program-tabsec ul.tabs {
    display: block;
  }
  section.progra-sec .page-template-page-our-programs .program-tabsec ul.tabs li {
    width: 100%;
    margin: 6px 0 !important;
  }
  section.progra-sec .page-template-page-our-programs .program-tabsec.dtl .tabContent {
    padding: 0;
  }
}
@media screen and (max-width: 740px) {
  section.progra-sec .program-tabsec .tabContainer .col-lg-4 {
    transform: none !important;
  }
  section.progra-sec .program-tabsec .outerbox .content-sec .title-sec h4 {
    font-size: 22px;
  }
  section.progra-sec .program-tabsec h3 {
    margin-bottom: 15px;
  }
  section.progra-sec .inner-wrapper .container {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
  }
  section.progra-sec .tabContainer .container {
    margin: 0px;
  }
}
@media screen and (max-width: 400px) {
  section.progra-sec .program-tabsec h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 760px) {
  section.progra-sec .program-tabsec {
    position: relative;
    z-index: 10;
  }
}

section.progra-sec.progra-sec-2 {
  background: #f4f4f4;
  padding-top: 50px;
}

section.progra-sec.progra-sec-3 {
  background: white;
  padding-top: 50px;
}

@media (max-width: 600px) and (min-width: 0px) {
  section.progra-sec .program-tabsec .outerbox .content-sec {
    padding: 30px 20px 5px 20px;
  }
  section.progra-sec .program-tabsec .outerbox .content-sec .icon {
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -25px;
  }
  section.progra-sec .program-tabsec .outerbox .content-sec .title-sec {
    min-height: inherit;
  }
  section.progra-sec .program-tabsec .outerbox .content-sec .title-sec p {
    margin-bottom: 0;
  }
  section.progra-sec .tabContainer .container {
    padding: 0;
  }
  section.progra-sec .program-tabsec .outerbox a.more-detail {
    padding: 15px 20px;
    font-size: 14px;
  }
  section.required_inv .owl-carousel .owl-nav button {
    position: absolute;
    font-size: 55px !important;
    top: 0;
  }
  section.required_inv .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
  section.required_inv .owl-carousel .owl-nav button {
    position: absolute;
    font-size: 55px !important;
    top: 0;
  }
  section.required_inv .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
  section.required_inv .owl-carousel .owl-nav button span {
    font-size: 50px;
    color: #797878;
    font-weight: 100;
  }
  section.required_inv .owl-carousel .owl-nav {
    top: 12%;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
section.compare-tab {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  background: url("https://www.citizenshipinvest.com/wp-content/themes/citizen/assets2/img/video-bg.png");
}
section.compare-tab h3 {
  text-transform: uppercase;
  color: white;
  font-size: 51px;
  margin-bottom: 10px;
  font-weight: 300;
  letter-spacing: 4px !important;
}
@media (max-width: 1366px) {
  section.compare-tab h3 {
    font-size: 45px;
  }
}
@media (max-width: 1366px) {
  section.compare-tab h3 {
    font-size: 22px;
    text-align: center;
  }
}
section.compare-tab p {
  color: white;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  section.compare-tab p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 55px;
  }
}

.col-md-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .col-md-3 {
    float: left;
  }
  .col-md-3 {
    width: 25%;
  }
}
/**********************************************************************************************************************
**********************************************************************************************************************
**********************************************************************************************************************
**********************************************************************************************************************/
.compare-wrapper .compare-box {
  width: 100%;
  height: auto;
}

.compare-wrapper .compare-box .col-md-3 { /* padding-bottom:30px; */
  border-left: solid 1px #d3d8e1;
}

.compare-wrapper .compare-box .subheadrow {
  display: flex;
  background: #dee2e9;
  height: 60px;
}

.compare-wrapper .compare-box .subheadrow .col-md-3 {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  border-left: solid 1px #d3d8e1;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.compare-wrapper .compare-box .detailrow h6 {
  font-size: 16px;
  color: #213e6a;
  font-weight: bold;
  letter-spacing: 0;
}

.compare-wrapper .compare-box .detailrow h6 span {
  display: block;
  font-size: 13px;
  line-height: 1.3;
  color: #212121;
  font-style: italic;
}

.compare-wrapper .compare-box .detailrow .col-md-3 {
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  font-weight: 500;
  background: #fff;
  border-top: solid 1px #d3d8e1;
}

.compare-wrapper .compare-box .detailrow .col-md-3:nth-child(3n) {
  background: #fcfdfd;
}

.compare-wrapper .compare-box .detailrow .col-md-3 {
  height: auto;
  min-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  border-left: solid 1px #d3d8e1;
  justify-content: center;
  text-transform: capitalize;
}

.compare-wrapper .compare-box .col-md-3 {
  border-left: solid 1px #2e4b70;
  height: 100%;
}

.compare-wrapper .compare-box .top-head {
  background: #163760;
  color: #fff;
  height: 77px;
}

.compare-wrapper .compare-box .select-programs {
  width: 100%;
  height: auto; /* padding-top:34px; */
}

.compare-wrapper .compare-box .select-programs input.search-txt {
  width: 100%;
  height: 40px;
  border-radius: 0 !important;
  border: solid 1px #bbc1cb !important;
  top: 0 !important;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  padding: 0 10px !important;
}

.compare-wrapper .compare-box .slt2 {
  padding-top: 0; /* margin-top:-5px; */
}

.compare-wrapper .compare-box label {
  font-weight: 500;
}

.compare-wrapper .compare-box .SumoSelect &gt; .optWrapper &gt; .options li.opt {
  padding: 8px;
  border: none;
}

.compare-wrapper .compare-box .SumoSelect &gt; .optWrapper &gt; .options li {
  font-size: 15px;
  font-weight: 500;
  font-family: "Gotham";
}

.compare-wrapper .compare-box .SumoSelect &gt; .CaptionCont {
  position: relative;
  font-weight: normal;
  border: none;
  min-height: 40px;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 40px;
  background-color: none;
  border-radius: 0;
  background: none;
  margin: 0;
  font-weight: 300;
  padding: 0px;
  outline: none !important;
  color: #fff;
}

.compare-wrapper .compare-box .SumoSelect:focus &gt; .CaptionCont, .compare-wrapper .compare-box .SumoSelect:hover &gt; .CaptionCont {
  box-shadow: 0 0 0px #cbad8a;
  border: none;
}

.compare-wrapper .compare-box .SumoSelect &gt; .CaptionCont &gt; label &gt; i {
  background: none;
  display: inline-block;
  color: #fff;
  margin-left: 0;
  top: -15px;
}

.compare-wrapper .compare-box .SumoSelect &gt; .CaptionCont &gt; label &gt; i:before {
  content: "\f0dd";
  font: normal normal normal 19px/1 fontawesome;
  position: relative;
  top: -9px;
}

.compare-wrapper .compare-box .SumoSelect &gt; .CaptionCont &gt; label {
  width: 13px;
}

.compare-wrapper .compare-box .SumoSelect &gt; .optWrapper {
  border: none;
}

.compare-wrapper .compare-box .top-head .col-md-3 {
  text-align: center;
}

.compare-wrapper .compare-box .top-head .col-md-3 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center; /* padding-bottom:15px; */
  justify-content: center;
}

.compare-wrapper .compare-box .SumoSelect &gt; .optWrapper &gt; .options li.opt {
  text-align: left;
}

.SumoSelect p {
  margin: 0;
}

.SumoSelect {
  width: 200px;
}

.SelectBox {
  padding: 5px 8px;
}

.SumoSelect .search-txt {
  display: none;
  outline: none;
}

.SumoSelect .no-match {
  display: none;
  padding: 6px;
}

.SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.SumoSelect &gt; .CaptionCont, .SumoSelect &gt; .optWrapper &gt; .options li.opt label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}

.SumoSelect:focus &gt; .CaptionCont, .SumoSelect:hover &gt; .CaptionCont {
  box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0;
}

.SumoSelect &gt; .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
}

.SumoSelect &gt; .CaptionCont &gt; span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

.SumoSelect &gt; .CaptionCont &gt; label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}

.SumoSelect &gt; .CaptionCont &gt; label &gt; i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.SumoSelect &gt; .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}

.SumoSelect &gt; .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.SumoSelect &gt; .optWrapper &gt; .options {
  border-radius: 2px;
  position: relative;
  max-height: 250px;
}

.SumoSelect &gt; .optWrapper &gt; .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.SumoSelect &gt; .optWrapper &gt; .options &gt; li.opt:first-child {
  border-radius: 2px 2px 0 0;
}

.SumoSelect &gt; .optWrapper &gt; .options &gt; li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}

.SumoSelect &gt; .optWrapper &gt; .options li.opt:hover {
  background-color: #E4E4E4;
}

.SumoSelect &gt; .optWrapper &gt; .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.compare-wrapper .compare-box .SumoSelect input[type=text], select {
  display: block;
  border: 1px solid #d7d7d7;
  width: 337px;
  height: 20px;
  max-width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.compare-wrapper .compare-box .SumoSelect label {
  font-weight: 400;
  color: #383737;
}

.compare-wrapper .compare-box .SumoSelect li {
  font-size: 17px;
  line-height: 1.6;
  font-weight: 300;
}

.compare-wrapper .compare-box .SumoSelect.open &gt; .CaptionCont, .compare-wrapper .compare-box .SumoSelect:focus &gt; .CaptionCont, .compare-wrapper .compare-box .SumoSelect:hover &gt; .CaptionCont {
  box-shadow: 0 0 0px #cbad8a;
  border: none;
}

.compare-wrapper .compare-box .SumoSelect.open &gt; .optWrapper {
  top: 48px;
  border-radius: 0px;
}

.compare-wrapper .compare-box .SumoSelect.open {
  background: #fff;
  padding: 5px;
}

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  box-sizing: border-box;
  border-radius: 5px;
}

.SumoSelect.open &gt; .search &gt; label, .SumoSelect.open &gt; .search &gt; span {
  visibility: hidden;
}

.SumoSelect.open &gt; .CaptionCont, .SumoSelect:focus &gt; .CaptionCont, .SumoSelect:hover &gt; .CaptionCont {
  box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0;
}

.SumoSelect.open &gt; .optWrapper {
  top: 35px;
  display: block;
}

@media screen and (min-width: 1020px) {
  .compare-wrapper .compare-box .row {
    margin: 0;
  }
}
@media screen and (max-width: 1200px) {
  .compare-wrapper .compare-box .SumoSelect &gt; .CaptionCont {
    font-size: 12px;
  }
  .compare-wrapper .SumoSelect {
    width: 100%;
  }
  .compare-wrapper .compare-box .detailrow h6 {
    font-size: 12px;
  }
  .compare-wrapper .compare-box .detailrow .col-md-3 {
    min-height: 150px;
  }
}
@media screen and (max-width: 765px) {
  .compare-wrapper .compare-box .row {
    margin: 0;
  }
  .compare-wrapper .compare-bo {
    overflow: auto;
  }
  .compare-wrapper .compare-box .top-head {
    height: auto;
  }
  .compare-wrapper .compare-box .col-md-3 {
    padding: 5px 15px;
  }
  .compare-wrapper .compare-box .select-programs {
    padding-top: 0;
    border-bottom: solid 1px #556373;
  }
  .compare-wrapper .compare-box .SumoSelect &gt; .CaptionCont {
    font-size: 14px;
  }
  .compare-wrapper .compare-box .detailrow .col-md-3 {
    min-height: inherit;
    padding: 30px 15px;
  }
  .compare-wrapper .compare-box .detailrow h6 {
    font-size: 16px;
    text-align: center;
  }
  .compare-wrapper .compare-box .detailrow .col-md-3 {
    display: block;
  }
  .compare-wrapper .compare-box .detailrow .col-md-3 {
    width: 100%;
    display: table;
    text-align: center;
  }
  .compare-wrapper .compare-box .detailrow {
    background: #f4f5f7;
  }
  .compare-wrapper .compare-box .detailrow:nth-child(odd) {
    background: #fff;
  }
  .compare-wrapper .compare-box .detailrow .col-md-3 {
    background: none !important;
    font-size: 13px;
  }
  .compare-wrapper .compare-box .subheadrow .col-md-3 {
    border: none !important;
    font-size: 14px;
  }
  .compare-wrapper .compare-box .detailrow .col-md-3 {
    padding: 15px;
    border: none !important;
  }
  .compare-wrapper .compare-box .col-md-3, .compare-wrapper .compare-box .detailrow .col-md-3 {
    width: 33.3%;
    float: left;
    display: block;
  }
  .compare-wrapper .compare-box .col-md-3:nth-child(4), .compare-wrapper .compare-box .col-md-3:nth-child(5) {
    display: none;
  }
  .compare-wrapper .compare-box .select-programs {
    border-bottom: 0;
  }
  .compare-wrapper .compare-box .top-head {
    height: 77px;
    margin: 0;
  }
  .compare-wrapper .compare-box .SumoSelect &gt; .CaptionCont, .compare-wrapper .compare-box .detailrow h6 {
    font-size: 14px;
  }
  .compare-wrapper .compare-box .detailrow h6 {
    text-align: left;
  }
  .compare-wrapper .compare-box .detailrow {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .compare-wrapper .compare-box .SumoSelect &gt; .CaptionCont, .compare-wrapper .compare-box .detailrow h6 {
    font-size: 12px;
  }
  .compare-wrapper .compare-box .detailrow.has-btns .col-md-3 {
    padding: 5px;
  }
}
.compare-wrapper .compare-box .detailrow .col-md-3:first-child {
  justify-content: flex-start;
}

.compare-wrapper .compare-box .detailrow .close {
  width: 43px;
  height: 42px;
  background: url(https://www.citizenshipinvest.com/wp-content/themes/citizen/assets/images/clse1.png);
  display: block;
  margin: auto;
  font-size: 0;
}

.compare-wrapper .compare-box .detailrow .open {
  width: 43px;
  height: 42px;
  background: url(https://www.citizenshipinvest.com/wp-content/themes/citizen/assets/images/open.png);
  display: block;
  margin: auto;
  font-size: 0;
}

.compare-wrapper {
  margin-top: 20px;
}

.logo-area-1.area-1, .logo-area-2.area-2, .logo-area-3.area-3 {
  position: absolute;
  top: -35px;
  border-radius: 50%;
  width: 50px;
}

.logo-area-1.area-1 img, .logo-area-2.area-2 img, .logo-area-3.area-3 img {
  width: 100%;
  border-radius: 50%;
}

.compare-wrapper .compare-box .subheadrow div {
  justify-content: center;
}

.compare-wrapper .compare-box .subheadrow div:first-child {
  justify-content: flex-start;
}

.row.detailrow.has-btns a {
  background: #173861;
  padding: 6px 30px;
  color: white;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 25px;
}
@media (max-width: 1366px) {
  .row.detailrow.has-btns a {
    font-size: 15px;
    padding: 4px 25px;
    line-height: 23px;
  }
}
@media (max-width: 600px) {
  .row.detailrow.has-btns a {
    display: block;
    font-size: 11px;
    line-height: 1.2;
    padding: 10px;
  }
}

.SelectClass, .SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
@media (max-width: 600px) {
  .SelectClass, .SumoUnder {
    z-index: 99;
  }
}

/**********************New countries*******************/
.homemain-banner {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 600;
  background: #fff;
}

.homemain-banner h1 {
  color: #fff;
  font-family: "Gotham" !important;
  font-weight: 300 !important;
  letter-spacing: 0px !important;
  font-size: 48px;
  padding-left: 5px !important;
}

.homemain-banner .svgAnimation.is-animated {
  stroke: #fff;
  stroke-width: 1;
}

.homemain-banner svg {
  height: auto;
}

.homemain-banner .outercontent-box {
  display: block;
}

@media screen and (max-width: 1200px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .homemain-banner {
    margin-top: 95px;
  }
}
@media screen and (max-width: 1020px) {
  .homemain-banner {
    margin-top: 105px;
  }
}
@media screen and (max-width: 765px) {
  .homemain-banner {
    display: block;
  }
  .homemain-banner {
    margin-top: 100px;
  }
}
@media screen and (max-width: 740px) {
  .homemain-banner {
    margin-top: 70px;
  }
  .homemain-banner .outercontent-box {
    width: 100%;
    top: 40%;
  }
  .homemain-banner .pathWrap {
    max-width: 60%;
  }
}
@media screen and (max-width: 760px) {
  .homemain-banner .pathWrap {
    max-width: 78%;
  }
}
.homemain-banner {
  background-image: url("https://www.citizenshipinvest.com/wp-content/uploads/revslider/slider-1/homeslidebg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 135px;
}

.home-page-banner-content {
  padding: 30px 0 15px;
}

.banner-images-col {
  text-align: right;
}

.banner-images-wrap {
  display: inline-grid;
  grid-template-columns: auto auto auto auto auto auto;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.home-page-banner-content .row {
  display: flex;
  align-items: center;
}

.home-page-banner-content .pathWrap {
  margin: 0;
  width: 90%;
}

.homemain-banner .container.row-container {
  max-width: 1600px !important;
}

@media screen and (min-width: 1500px) {
  .home-page-banner-content .banner-content, .home-page-banner-content .banner-content h1 {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1399.98px) {
  .homemain-banner h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767.98px) {
  .homemain-banner h1 {
    font-size: 22px;
  }
  .home-page-banner-content .col-md-7 {
    width: 50%;
  }
  .homemain-banner .outercontent-box .pathWrap {
    margin: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .home-page-banner-content .col-md-7 {
    width: 100%;
  }
  .hide-on-mobile {
    display: none;
  }
  .banner-images-wrap {
    grid-template-columns: auto auto auto auto;
  }
  .home-page-banner-content .row {
    flex-flow: wrap;
  }
  .home-page-banner-content .banner-content {
    position: absolute;
    top: 20px;
    z-index: 9;
    width: 100%;
  }
  .home-page-banner-content .col-md-6 {
    width: 100%;
  }
}
/*! CSS Used from: Embedded */
@media only screen and (max-width: 768px) {
  .homemain-banner .outercontent-box {
    top: 60% !important;
  }
}
@media only screen and (max-width: 500px) {
  .homemain-banner .outercontent-box {
    top: 15% !important;
  }
}
/*! CSS Used from: Embedded */
@media screen and (max-width: 740px) and (max-width: 600px) and (min-width: 0px) {
  .home-page-banner-content .banner-content {
    display: flex;
    flex-direction: column-reverse;
  }
  .home-page-banner-content .banner-content .outercontent-box .container {
    padding-left: 0;
    width: 90%;
    margin: 0;
    margin-left: -5px;
    margin-bottom: 10px;
  }
  .home-page-banner-content .banner-content h1 {
    width: 50%;
  }
  .banner-images-wrap {
    grid-template-columns: auto auto auto auto auto;
  }
}
.homemain-banner.coutries-programs {
  margin-top: 135px !important;
}
@media (max-width: 600px) {
  .homemain-banner.coutries-programs {
    margin-top: 79px !important;
  }
}

section.couotries-programs {
  padding: 50px 0;
  padding-bottom: 70px;
  background: url("https://www.citizenshipinvest.com/wp-content/uploads/2020/11/map-dot.png");
  background-size: initial;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 600px) {
  section.couotries-programs {
    padding-bottom: 50px;
    background-position-y: 80px;
  }
}
@media (max-width: 600px) {
  section.couotries-programs .row {
    margin: 0 !important;
  }
}
section.couotries-programs .couotry-programs {
  margin-top: 70px;
}
@media (max-width: 1366px) {
  section.couotries-programs .couotry-programs {
    margin-top: 80px;
  }
}
@media (max-width: 600px) {
  section.couotries-programs .couotry-programs {
    margin-top: 60px;
  }
}
section.couotries-programs .couotry-programs .title {
  position: relative;
  text-align: center;
  color: #213e6a;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
section.couotries-programs .couotry-programs .title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #213e6a;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
}
section.couotries-programs .couotry-programs .title h1 {
  font-size: 53px;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  letter-spacing: 3px !important;
  background: white;
  display: inline;
  padding: 0 20px;
}
@media (max-width: 1366px) {
  section.couotries-programs .couotry-programs .title h1 {
    font-size: 33px;
  }
}
@media (max-width: 600px) {
  section.couotries-programs .couotry-programs .title h1 {
    text-align: center !important;
    font-size: 25px;
    padding: 0 12px;
    display: block;
    width: -moz-min-content;
    width: min-content;
    margin: 0 auto;
  }
}
section.couotries-programs .program-list {
  padding-top: 20px;
}
@media (max-width: 600px) {
  section.couotries-programs .program-list {
    padding-top: 0;
  }
}
section.couotries-programs .program-list .list-header {
  padding-bottom: 10px;
  font-size: 17px;
  color: #213e6a;
}
@media (max-width: 1366px) {
  section.couotries-programs .program-list .list-header {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  section.couotries-programs .program-list .list-header {
    display: none;
  }
}
section.couotries-programs .program-list .list-body {
  padding-bottom: 50px;
}
@media (max-width: 1366px) {
  section.couotries-programs .program-list .list-body {
    padding-bottom: 70px;
  }
}
@media (max-width: 600px) {
  section.couotries-programs .program-list .list-body {
    padding-bottom: 30px;
  }
}
section.couotries-programs .program-list .list-body:last-child {
  padding-bottom: 0;
}
@media (max-width: 600px) {
  section.couotries-programs .program-list .list-body .row {
    display: block !important;
  }
}
section.couotries-programs .program-list .list-body .img-c {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  section.couotries-programs .program-list .list-body .img-c {
    padding-bottom: 5px;
  }
}
section.couotries-programs .program-list .list-body .img-c img {
  width: 150px;
  padding-right: 40px;
  margin-bottom: -45px;
}
@media (max-width: 1366px) {
  section.couotries-programs .program-list .list-body .img-c img {
    width: 130px;
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  section.couotries-programs .program-list .list-body .img-c img {
    margin-bottom: 0;
    padding-right: 10px;
    width: 70px;
  }
}
section.couotries-programs .program-list .list-body .title-desc h2 {
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 8px;
}
@media (max-width: 1366px) {
  section.couotries-programs .program-list .list-body .title-desc h2 {
    font-size: 20px;
    font-weight: 300;
  }
}
@media (max-width: 600px) {
  section.couotries-programs .program-list .list-body .title-desc h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
section.couotries-programs .program-list .list-body .title-desc h6 {
  font-size: 14px;
  font-weight: 600;
  color: #213e6a;
}
@media (max-width: 1366px) {
  section.couotries-programs .program-list .list-body .title-desc h6 {
    font-size: 11px;
  }
}
section.couotries-programs .program-list .list-body .row {
  display: flex;
  align-items: center;
}
section.couotries-programs .program-list .list-body h3.countries-nbr {
  font-size: 60px;
  color: #adadad;
}
@media (max-width: 1366px) {
  section.couotries-programs .program-list .list-body h3.countries-nbr {
    font-size: 45px;
  }
}
section.couotries-programs .program-list .list-body p.processing-t {
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 1366px) {
  section.couotries-programs .program-list .list-body p.processing-t {
    font-size: 13px;
  }
}
section.couotries-programs .program-list .list-body ul {
  list-style: none;
  padding-left: 15px;
}
@media (max-width: 1366px) {
  section.couotries-programs .program-list .list-body ul {
    padding-left: 0px;
  }
}
section.couotries-programs .program-list .list-body ul li {
  position: relative;
  line-height: 20px;
}
@media (max-width: 1366px) {
  section.couotries-programs .program-list .list-body ul li {
    font-size: 15px;
  }
}
section.couotries-programs .program-list .list-body ul li:before {
  content: "-";
  left: -15px;
  position: absolute;
}
@media (max-width: 1366px) {
  section.couotries-programs .program-list .list-body ul p {
    font-size: 13px;
  }
}
section.couotries-programs .program-list .list-body img.mobile-only {
  width: 40px;
  padding-right: 10px;
}
section.couotries-programs .program-list .list-body .conn span {
  font-weight: 600;
  color: #213e6a;
  font-size: 14px;
  margin-bottom: 5px;
}
section.couotries-programs .program-list .list-more {
  background: #7c7d7e;
  color: white;
  padding: 10px 30px;
  border: 1px solid white;
  display: flex;
  justify-content: space-between;
  width: 93%;
  margin-left: 6%;
}
@media (max-width: 1366px) {
  section.couotries-programs .program-list .list-more {
    padding: 7px 20px;
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  section.couotries-programs .program-list .list-more {
    font-size: 14px;
    padding: 8px 25px;
    width: 100% !important;
    margin: 0 !important;
    background: white;
    padding-left: 0;
    padding-top: 20px;
  }
}
section.couotries-programs .program-list .list-more span.left {
  padding-right: 20px;
  width: calc(85% - 20px);
  font-weight: 600;
  padding-left: 85px;
}
@media (max-width: 1366px) {
  section.couotries-programs .program-list .list-more span.left {
    font-size: 13px;
  }
}
section.couotries-programs .program-list .list-more span.right {
  min-width: 15%;
  align-self: center;
  text-align: right;
}
section.couotries-programs .program-list .list-more span.right a {
  color: white;
  font-weight: 100;
  position: relative;
}
@media (max-width: 1366px) {
  section.couotries-programs .program-list .list-more span.right a {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  section.couotries-programs .program-list .list-more span.right a {
    color: black !important;
  }
}
section.couotries-programs .program-list .list-more span.right a:hover {
  color: #ebebeb;
  font-weight: 600;
}
section.couotries-programs .program-list .list-more span.right a:after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  margin-left: 5px;
}

.coutries-programs-hero {
  min-height: 345px;
}

.coutries-programs-hero .detailsec h1 {
  color: #213e6a;
}

/*************************************************************************/
section.benefits .all_benefits .card .tabs {
  position: absolute;
  bottom: 0;
  width: 100%;
}

section.benefits .all_benefits .card {
  position: relative;
  background: rgb(248, 248, 248);
  background: linear-gradient(90deg, rgb(241, 242, 242) 0%, rgb(255, 255, 255) 25%, rgb(241, 242, 242) 100%);
}

section.benefits .all_benefits .card .benefits_content {
  margin-bottom: 50px;
}

/*************************************************************************/
.common-right-box {
  width: 73px;
  height: 180px;
  background: #fff;
  position: fixed;
  right: 0;
  top: 50vh;
  z-index: 800;
  margin-top: -90px;
  box-shadow: 0px 0px 76px -15px rgba(0, 0, 0, 0.32);
}

.common-right-box .mdl {
  box-shadow: 0px 2px 20px -9px rgba(0, 0, 0, 0.58);
}

.common-right-box .icon {
  width: 100%;
  height: auto;
  text-align: center;
}

.common-right-box .icon img {
  width: auto;
  max-width: 100%;
  display: inline-block;
  max-height: 27px;
}

.common-right-box .txt {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  color: #231f20;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding-top: 5px;
}

.common-right-box .detailbox {
  width: 1px;
  height: 60px;
  background: #fff;
  opacity: 0;
  overflow: hidden;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  box-shadow: 0px 0px 76px -15px rgba(0, 0, 0, 0.32);
  padding: 5px;
  font-size: 13px;
  line-height: 54px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #fff;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

.common-right-box .detailbox a {
  color: #fff;
}

.common-right-box .icon-box {
  width: 73px;
  height: 60px;
  background: #fff;
  position: relative;
  padding: 10px 0;
  text-align: center;
}

.common-right-box .icon-box {
  cursor: pointer;
}

.common-right-box .icon-box.active .detailbox {
  width: 270px;
  background: #163760;
  right: 73px;
  opacity: 1;
}

.common-right-box .icon-box:last-child {
  height: initial;
}

@media screen and (max-width: 765px) {
  .common-right-box {
    display: none;
  }
}
.icon-box {
  background: rgb(85, 35, 62);
  background: linear-gradient(90deg, rgb(85, 35, 62) 0%, rgb(85, 35, 62) 35%, rgb(101, 44, 74) 100%) !important;
  padding-top: 12px !important;
}

.icon-box img {
  filter: brightness(0) invert(1);
}

.icon-box .txt {
  color: white;
}

.common-right-box {
  display: none;
}

@media only screen and (max-width: 768px) {
  .common-right-box {
    display: block;
    z-index: 599;
  }
  .common-right-box {
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
  }
  .common-right-box .icon-box {
    width: 33.3%;
    float: left;
    height: 69px;
  }
  .common-right-box .icon-box:nth-child(1).active .detailbox {
    left: 0;
    right: auto;
  }
  .common-right-box .icon-box.active .detailbox {
    width: 270px;
    right: 0;
    top: -60px;
  }
  .common-right-box.mobile-4-col .icon-box {
    width: 25%;
  }
  .common-right-box {
    display: none;
  }
  .common-right-box.mobile {
    display: none;
  }
  .common-right-box {
    display: block !important;
  }
  .common-right-box.mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .common-right-box {
    display: none !important;
  }
  .common-right-box.mobile {
    display: block !important;
  }
}
/**Mobile social icons**/
/************************Menu**************************/
.header .header-m .container ul.menu .menu-item-has-children {
  position: relative;
}
.header .header-m .container ul.menu .menu-item-has-children ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  min-width: 220px;
  top: 260%;
  margin-left: 15px;
  z-index: 1000;
  overflow: hidden;
  background: white;
}
.header .header-m .container ul.menu .menu-item-has-children ul.sub-menu li {
  height: auto;
  list-style-type: none;
  float: left;
  font-weight: normal;
  font-size: 14.5px;
  line-height: 14px;
  color: #0f0b0b;
  text-transform: uppercase;
  padding: 0 !important;
  width: 100%;
}
.header .header-m .container ul.menu .menu-item-has-children ul.sub-menu li a {
  font-size: 13px !important;
  line-height: 1;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  padding: 10px 15px;
  border-bottom: solid 1px #ebebeb;
  width: 100%;
  display: block;
}
.header .header-m .container ul.menu .menu-item-has-children ul.sub-menu li a:hover {
  background: #eeeeee;
}
.programsubnav_cont.container {
  position: relative;
}

.programsubnav {
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0; /* top:100%; */
  background: white;
  margin-top: 20px;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  box-shadow: 0px 14px 20px 0px rgba(50, 50, 50, 0.21);
}

.programsubnav .outer-box {
  height: auto;
  float: left;
  padding-top: 45px;
  padding-bottom: 45px;
}

.programsubnav .outer-box h3 {
  font-size: 24px;
  line-height: 1;
  color: #163760;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.programsubnav .outer-box h4 {
  font-size: 20px;
  line-height: 1;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 17px;
}

.programsubnav .outer-box h6 {
  font-size: 14px;
  line-height: 1;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-top: -25px;
  margin-bottom: 5px;
}

.programsubnav .outer-box .oter-row {
  width: 100%;
  height: auto;
}

.programsubnav .outer-box .col-6 {
  width: 50%;
  height: auto;
  float: left;
}

.programsubnav .outer-box ul {
  padding: 0;
  margin: 0;
}

.programsubnav .outer-box li {
  list-style-type: none;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: 300;
  margin: 0 0 10px 0;
}

.programsubnav .outer-box li a {
  color: #000;
}

.programsubnav .outer-box li a:hover {
  color: #163760;
}

.programsubnav .outer-box .mr-top {
  margin-top: 25px;
  width: 100%;
  height: auto;
  display: inline-block;
}

.programsubnav .outer-box .mr-top2 {
  margin-top: 60px;
  width: 100%;
  height: auto;
  display: inline-block;
}

.programsubnav .b1 {
  width: 50%;
  border-right: solid 1px #cccccc;
  padding-left: 40px;
}

.programsubnav .b2 {
  width: 27%;
  border-right: solid 1px #163760;
  padding-left: 60px;
  padding-right: 0;
}

.programsubnav .b3 {
  width: 33%;
  padding-left: 40px;
  background-color: #ebebeb;
}

.programsubnav .b3 h3 {
  color: #000;
}

.programsubnav.ptop {
  opacity: 1;
  height: auto;
}

.sub-back {
  display: none;
}

@media screen and (min-width: 1200px) {
  .programsubnav .b2 {
    padding-bottom: 45px !important;
  }
  .programsubnav .b3 {
    padding-bottom: 46px;
  }
}
@media screen and (max-width: 1200px) {
  .programsubnav.ptop {
    z-index: 2200;
  }
  .programsubnav {
    margin-top: 30px;
    padding-top: 50px;
  }
  .programsubnav .b1 {
    width: 50%;
    border: none;
    height: auto;
    background: #fff;
    padding: 40px;
  }
  .programsubnav .b2 {
    width: 50%;
    border: none;
    height: auto;
    background: #fff;
    padding: 40px;
  }
  .programsubnav .b3 {
    width: 100%;
    height: auto;
    clear: both;
    padding: 0;
  }
  .programsubnav .b3 .blt {
    width: 50%;
    height: auto;
    float: left;
    padding: 40px;
  }
  .programsubnav .b3 .mr-top2 {
    width: 50%;
    height: auto;
    float: left;
    padding: 40px;
    margin: 0;
  }
}
@media screen and (max-width: 765px) {
  .programsubnav .outer-box h3 {
    font-size: 17px;
  }
  .programsubnav .b1 {
    padding: 30px;
  }
  .programsubnav .b2 {
    padding: 30px;
  }
  .programsubnav .b3 .blt {
    padding: 30px;
  }
  .programsubnav .b3 .mr-top2 {
    padding: 30px;
  }
  .programsubnav .outer-box h3 {
    font-size: 14px;
  }
  .programsubnav .outer-box h6 {
    font-size: 10px;
    margin-top: 0;
  }
  .programsubnav .b3 .mr-top2 {
    padding-top: 45px;
  }
  .programsubnav .b1 .col-6 {
    width: 100%;
    clear: both;
  }
  .programsubnav .outer-box h4 {
    font-size: 14px;
    font-weight: 500;
  }
  .programsubnav .b1 {
    position: relative;
  }
  .programsubnav .b1 .col-6 h4 {
    margin: 0;
    padding: 10px 0;
  }
  .programsubnav .b1 .col-6 ul {
    position: absolute;
    left: 0;
    top: 23px;
    padding-top: 0;
    background: #fff;
    z-index: 50;
    width: 100%;
    padding: 0 10px;
    height: auto;
    min-height: 140px;
    display: none;
  }
  .programsubnav .b1 .col-6:hover ul {
    display: block;
    left: 100%;
  }
  .programsubnav .b2 {
    position: relative;
  }
  .programsubnav .b2 h4 {
    margin: 0;
    padding: 10px 0;
  }
  .programsubnav .b2 ul {
    position: absolute;
    right: 0;
    top: 23px;
    padding-top: 0;
    background: #fff;
    padding: 0 10px;
    z-index: 50;
    width: 100%;
    height: auto;
    min-height: 140px;
    display: none;
  }
  .programsubnav .b2 {
    position: relative;
  }
  .programsubnav .b2 h4 {
    margin: 0;
    padding: 10px 0;
  }
  .programsubnav .b2 ul {
    position: absolute;
    right: 0;
    top: 23px;
    padding-top: 0;
    background: #fff;
    padding: 0 10px;
    z-index: 50;
    width: 100%;
    height: auto;
    min-height: 140px;
    display: none;
  }
  .programsubnav .b2 .dl1:hover ul {
    display: block;
    right: 100%;
  }
  .programsubnav .b2 .dl2:hover ul {
    display: block;
    right: 100%;
  }
  .programsubnav .outer-box .mr-top {
    margin-top: 0;
  }
  .programsubnav .outer-box li a {
    display: block;
    padding: 5px 0;
  }
  .programsubnav .b1 h3 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .programsubnav .b2 h3 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .programsubnav .outer-box h4 {
    position: relative;
  }
  .programsubnav .outer-box h4:before {
    content: "\f0da";
    font: normal normal normal 20px/1 fontawesome;
    color: #163760;
    position: absolute;
    right: 0;
    top: 7px;
  }
  .programsubnav {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  .programsubnav .b1 .col-6:hover h4 {
    color: #163760;
  }
  .programsubnav .b2 .dl1:hover h4 {
    color: #163760;
  }
  .programsubnav .b2 .dl2:hover h4 {
    color: #163760;
  }
  .programsubnav .b1 .col-6 ul {
    top: 64px;
  }
  .programsubnav .b2 ul {
    top: 64px;
  }
  .programsubnav .outer-box h3 {
    font-size: 13px;
  }
  .sub-back {
    width: 100%;
    height: 25px;
    display: none;
    position: absolute;
    left: 0;
    top: 74px;
    z-index: 3000;
  }
  .sub-back:before {
    content: "\f053";
    color: #163760;
    font: normal normal normal 14px/1.8 fontawesome;
    display: block;
    float: left;
    position: relative;
    left: 10px;
  }
}
@media screen and (max-width: 400px) {
  .programsubnav .outer-box h4 {
    font-size: 12px;
  }
  .programsubnav .outer-box li {
    font-size: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .programsubnav {
    left: 100%;
  }
}
.programsubnav {
  margin-top: 0 !important;
}

@media only screen and (max-width: 768px) {
  .programsubnav .outer-box h3 {
    font-size: 17px !important;
  }
  .programsubnav .outer-box h4 {
    font-size: 14px !important;
  }
  .programsubnav .outer-box h4:before {
    right: -15px !important;
  }
  .programsubnav .outer-box li {
    font-size: 14px !important;
  }
  .programsubnav .outer-box li {
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 765px) {
  .programsubnav .b2 {
    padding-top: 5px !important;
  }
  .programsubnav .b1 {
    padding-top: 5px !important;
  }
  .sub-back {
    top: 42px !important;
  }
  .programsubnav .b1 .col-6 ul {
    top: 40px !important;
  }
}
@media only screen and (max-width: 480px) {
  .programsubnav {
    margin-top: 17px !important;
    padding-top: 40px;
  }
  .sub-back {
    top: 42px !important;
  }
  .programsubnav .b1 .col-6:hover ul {
    margin-top: 5px;
  }
  .programsubnav .b2 ul {
    top: 45px !important;
  }
}
section.costs .cost_content .tabs {
  position: absolute;
  bottom: 0;
  width: 100%;
}

section.costs .cost_content .costs_half {
  position: relative;
  background: rgb(248, 248, 248);
  background: linear-gradient(90deg, rgb(241, 242, 242) 0%, rgb(255, 255, 255) 25%, rgb(241, 242, 242) 100%);
}

section.costs .cost_content .costs_half div:nth-last-child(2) {
  margin-bottom: 45px;
}

.popup-container {
  display: none;
}
.popup-container.active {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.81);
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.popup-container.active div#Downloadpop {
  position: relative;
  background: white;
  padding: 40px;
}
.popup-container.active div#Downloadpop button.close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: white;
  border: white;
  outline: none;
  font-size: 17px;
  cursor: pointer;
}
.popup-container.active div#Downloadpop h5 {
  margin: 0;
  margin-bottom: 25px;
  color: #231f20;
  font-family: "Gotham";
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.popup-container.active div#Downloadpop .formoutersec .col-lg-3 {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
.popup-container.active div#Downloadpop .formoutersec .col-lg-6 {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
.popup-container.active div#Downloadpop .formoutersec .col-lg-12 {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
.popup-container.active div#Downloadpop .formoutersec .tbx {
  width: 100%;
  height: 45px;
  background: #fff;
  border: solid 1px #ccc;
  outline: none;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  color: #10182f;
  border-radius: 0;
}
.popup-container.active div#Downloadpop .formoutersec input.mobile_code {
  width: 100%;
  height: 45px;
  background: #fff;
  border: solid 1px #ccc;
  outline: none;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  color: #10182f;
  border-radius: 0;
}
.popup-container.active div#Downloadpop .formoutersec .tarea {
  width: 100%;
  background: #fff;
  border: solid 1px #ccc;
  outline: none;
  padding: 15px 10px 5px 10px;
  font-size: 14px;
  line-height: 13px;
  font-weight: 500;
  color: #10182f;
}
.popup-container.active div#Downloadpop .formoutersec .btn {
  background: #172747;
  color: #fff;
  border: solid 1px #fff;
  margin-top: 5px;
  outline: none;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 16px;
  border: solid 1px #213e6a;
  clear: both;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  padding: 13px 30px;
  position: relative;
  cursor: pointer;
}
.popup-container.active div#Downloadpop .select2-container--default .select2-selection--single {
  width: 100%;
  height: 45px;
  background: #fff;
  border: solid 1px #ccc;
  outline: none;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  color: #10182f;
  border-radius: 0;
}
.popup-container.active div#Downloadpop .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit;
  height: 100%;
  display: flex;
  align-items: center;
}
.popup-container.active div#Downloadpop .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.popup-container.active div#Downloadpop .select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}
.popup-container.active div#Downloadpop .col-lg-3 {
  width: 25%;
}
.popup-container.active div#Downloadpop .col-lg-6 {
  width: 50%;
}
.popup-container.active div#Downloadpop .numbersec {
  width: 100%;
}
.popup-container.active div#Downloadpop .numbersec .iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}
.popup-container.active div#Downloadpop .select-programs.slt23 {
  width: 100%;
}

.select2-container--open .select2-dropdown--below {
  z-index: 9999;
}

.alert.alert-danger.form-alert {
  color: white;
  margin-top: 20px;
}

.alert.alert-danger.form-alert a {
  color: white;
  text-decoration: underline;
}

form#download-form .alert.alert-danger.form-alert {
  margin-top: 0;
}

@media only screen and (min-width: 800px) {
  .mt-30 {
    margin-top: 30px;
  }
}
@media (max-width: 600px) and (min-width: 0px) {
  .mobile-nav #link-new div.is-active span {
    transition: transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48), width 0.6s ease-in;
  }
  .mobile-nav #link-new div.is-active span:first-child {
    transform: rotate(45deg) translate(10px, -22px);
  }
  .mobile-nav #link-new div.is-active span:nth-child(2) {
    transform: rotate(-45deg);
  }
  .mobile-nav #link-new div.is-active span:last-child {
    transform: rotate(45deg) translate(45px, -32px);
    width: 45px;
  }
  .mobile-nav #link-new span {
    top: -3px;
    position: relative;
    display: block;
    height: 2px;
    background-color: #000000;
    border-radius: 100px;
    transition: transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48), width 0.6s ease-out;
  }
  .mobile-nav #link-new span:not(:last-child) {
    margin-bottom: 5px;
  }
  .mobile-nav #link-new span:first-child {
    transform-origin: 0 50%;
    width: 25px;
  }
  .mobile-nav #link-new span:nth-child(2) {
    width: 25px;
  }
  .mobile-nav #link-new .open span:last-child {
    transform-origin: 100% 50%;
    width: 25px;
    position: relative;
  }
  a#link-new {
    background: #efefef;
    position: relative;
    direction: rtl;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 15px;
  }
  span#burger {
    height: 0 !important;
    background: transparent;
    top: -5px;
  }
  .header .header-m {
    padding: 0;
    height: 80px;
    position: relative;
    z-index: 99;
  }
  .header .header-m .container {
    padding: 0;
    align-items: center;
    height: 100%;
  }
  .header .header-m .container img {
    padding-left: 15px;
  }
  .header .header-m .container .mobile-nav {
    display: inherit;
    height: 100%;
  }
  a#lang-switcher {
    display: flex;
    align-self: center;
    height: 100%;
    padding: 0 6px;
    font-size: 10px;
    border-left: 1px solid #efefef;
    color: black;
  }
  a#lang-switcher span#lang {
    display: flex;
    align-self: center;
    text-transform: uppercase;
    align-items: center;
  }
  a#lang-switcher span#lang svg {
    height: 17px;
    padding-left: 5px;
  }
  /**/
  ul.site-languages {
    border-top: 1px solid #efefef;
    transform: scaleY(0);
    transform-origin: center top;
    transition: all 0.3s ease;
    display: block !important;
    background: white;
    top: 79px;
    right: 0;
    width: 140px;
    position: absolute;
    position: absolute;
    padding: 5px 0px;
    box-shadow: 0 12px 15px -10px #d5d5d5;
  }
  ul.site-languages.open {
    transform: scaleY(1);
  }
  ul.site-languages li {
    padding: 0 13px !important;
    border-bottom: 1px solid #d9d9d9;
    height: 30px;
    /* line-height: 20px; */
    display: flex;
    align-items: center;
  }
  ul.site-languages li:nth-child(2) {
    border-top: 1px solid #d9d9d9 !important;
  }
  /**/
  ul.list-unstyled {
    display: block !important;
    background: white;
    position: absolute;
    width: 100%;
    left: 0;
    top: 79px;
    padding: 10px 0;
    transform: scaleY(0);
    transform-origin: center top;
    transition: all 0.3s ease;
    border-top: 1px solid #efefef;
    box-shadow: 0 12px 15px -10px #d5d5d5;
  }
  ul.list-unstyled.open {
    transform: scaleY(1);
  }
  ul.list-unstyled li {
    padding: 8px 15px !important;
    text-align: left;
    border-bottom: 1px solid #efefef;
  }
  ul.list-unstyled li a {
    color: #16375f !important;
  }
  .header .header-m .container ul li:first-child {
    padding-top: 0 !important;
    border-bottom: none !important;
  }
  .header .header-m .container ul li:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
  }
  .header .header-m .container ul li input#searchbox-mobile {
    width: calc(100% - 14px);
    font-size: 14px;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
  }
  .header .header-m .container ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .header-m .container ul li a svg {
    height: 20px;
  }
  .menu-active .sub-menu {
    transform: translateX(0);
  }
  .sub-menu {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #667eea;
    color: white;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1030;
    transform: translateX(-100%);
  }
  .menu-inner {
    display: flex;
    flex-direction: column;
  }
  /**/
  ul.list-unstyled.open.min-height {
    height: 60px;
    overflow: hidden;
  }
  .menu-active .sub-menu {
    transform: translateX(0);
    margin-top: 20px;
  }
  .sub-menu {
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    position: absolute;
    top: 130px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    color: white;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1030;
    transform: translateX(-100%);
    transition: transform 300ms cubic-bezier(0.2, 0, 0.2, 1);
    box-shadow: 0 12px 15px -10px #d5d5d5;
    padding: 0 15px;
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .menu-inner {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
  }
  .sub-menu a.back-menu {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #16375f;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .sub-menu a.back-menu svg {
    height: 14px;
    padding-right: 5px;
  }
  .menu-inner ul {
    display: block !important;
  }
  .menu-inner ul li {
    padding: 16px 0 !important;
  }
  .menu-inner ul li a {
    color: #606060 !important;
    text-transform: capitalize !important;
    font-size: 14px !important;
  }
  .menu-inner .about-menu,
  .menu-inner .programs-menu,
  .menu-inner .programs-menu-2 {
    display: none;
  }
  .header .header-m .container ul li.li-title {
    background: url("https://www.citizenshipinvest.com/wp-content/themes/citizen/assets/images/box-bg1.jpg") top center;
    background-size: cover;
    color: black;
    margin: 8px 0;
    padding: 8px 15px !important;
    text-transform: uppercase;
    color: #16375f;
    font-size: 15px;
  }
  .sub-menu {
    padding-left: 0;
    padding-right: 0;
  }
  .menu-inner {
    padding-left: 0;
  }
  .menu-inner ul li {
    padding-left: 20px !important;
    padding-right: 15px !important;
  }
  .sub-menu a.back-menu {
    padding: 0 15px;
  }
  .header .header-m .container ul li.li-title:first-child {
    margin-top: 0;
  }
  ul.list-unstyled {
    height: 100vh;
    background: url("../images/bg3.jpg") top center;
    background-size: cover;
  }
  ul.list-unstyled li a {
    color: white !important;
  }
  .header .header-m .container ul li a svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(70deg) brightness(102%) contrast(102%);
  }
  .sub-menu {
    height: 100vh;
    background: url("../images/bg3.jpg") top center;
    background-size: cover;
  }
  .menu-inner ul li a {
    color: white !important;
  }
  ul.list-unstyled.open.min-height {
    height: 100vh;
  }
  .sub-menu a.back-menu {
    color: white;
    margin-top: 10px;
  }
  .sub-menu a.back-menu svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(70deg) brightness(102%) contrast(102%);
  }
  section.couotries-programs .program-list .list-body .row .col-md-2,
  section.couotries-programs .program-list .list-body .row .col-md-6 {
    border-bottom: 1px solid #213e6a;
    display: flex !important;
    align-items: flex-start;
    padding: 8px 0;
  }
  section.couotries-programs .program-list .list-body h3,
  section.couotries-programs .program-list .list-body p,
  section.couotries-programs .program-list .list-body li {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: grey !important;
    text-transform: capitalize !important;
  }
  .coutries-programs .banner-image img {
    width: 100%;
    height: auto;
  }
  .coutries-programs .banner-images-wrap {
    padding: 0 5px;
  }
  /*********************************/
  section#benifits .owl-stage,
  section.requirements .owl-stage {
    display: flex;
    flex-wrap: wrap;
  }
  section#benifits .owl-item,
  section.requirements .owl-stage {
    display: flex;
    height: auto !important;
  }
  section#benifits .all_benefits .card {
    height: 100%;
  }
  section#benifits .all_benefits .card .benefits_content {
    margin-bottom: 25px;
  }
  section#benifits .owl-stage-outer {
    margin-bottom: 30px;
  }
  .footer-nav-outer .col-lg-8.col-md-8.col-sm-6.fs2 .col-lg-6 h6::before,
  .footer-nav-outer .col-lg-4.col-md-4.col-sm-6.f3 .item-outer h6:before {
    transform: rotate(90deg);
  }
  .footer-nav-outer .col-lg-8.col-md-8.col-sm-6.fs2 .col-lg-6:hover h6:before,
  .footer-nav-outer .col-lg-4.col-md-4.col-sm-6.f3 .item-outer:hover h6:before {
    transform: rotate(90deg);
  }
  .footer-nav-outer .col-lg-8.col-md-8.col-sm-6.fs2 .col-lg-6.ftrlbdr h6::before,
  .footer-nav-outer .col-lg-4.col-md-4.col-sm-6.f3 .item-outer.ftrlbdr h6:before {
    transform: rotate(270deg) !important;
  }
  /*********************************************/
  .header .header-m .container .mobile-nav .menu .menu-item {
    opacity: 1;
  }
  .list-mobile-menu {
    display: block !important;
    background: url("https://www.citizenshipinvest.com/wp-content/themes/citizen/assets2/images/bg3.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    left: 0;
    top: 79px;
    width: 100vw;
    height: 100vh;
    padding: 15px 0;
    transform: scaleY(0);
    transform-origin: center top;
    transition: all 0.3s ease;
    border-top: 1px solid #efefef;
    box-shadow: 0 12px 15px -10px #d5d5d5;
  }
  .header .header-m .container .mobile-nav .list-mobile-menu ul.menu {
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    height: inherit !important;
    background: none !important;
    padding: 0 !important;
  }
  .list-mobile-menu.open {
    transform: scaleY(1) !important;
  }
  .list-mobile-menu.open.min-height {
    height: 60px;
    overflow: hidden;
  }
  .header .header-m .container .mobile-nav .list-mobile-menu ul.menu li {
    padding: 23px 17px !important;
    text-align: left;
    border-bottom: 1px solid #efefef;
  }
  .header .header-m .container .mobile-nav .list-mobile-menu ul.menu li {
    position: relative;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    color: white !important;
  }
  .header .header-m .container .mobile-nav .list-mobile-menu ul.menu li a {
    color: white;
  }
  .header .header-m .container .mobile-nav .list-mobile-menu ul.menu .menu-item-has-children::after,
  .header .header-m .container .mobile-nav .list-mobile-menu ul.menu li.programnav:after {
    content: "❯";
    width: 1em;
    height: 1em;
    position: relative;
    top: -4px;
    text-align: center;
    transition: all 0.35s;
  }
  .header .header-m .container ul li:first-child {
    border-bottom: 1px solid #efefef !important;
  }
  .list-mobile-menu form.form-cls {
    margin-bottom: 10px;
    padding: 0 15px;
  }
  .list-mobile-menu form.form-cls input#searchbox-mobile {
    width: calc(100% - 14px);
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    margin-top: 5px;
    padding: 12px 5px;
  }
  .header .header-m .container .sub-menu ul li:first-child {
    border: none !important;
  }
  .sub-menu {
    background: transparent;
    margin-top: 8px;
    box-shadow: none;
  }
  .list-mobile-menu.open.min-height {
    height: 100vh;
  }
  .list-mobile-menu.open.min-height ul {
    display: none !important;
  }
  /*******/
  .sub-menu .programsubnav.ptop {
    display: block !important;
    position: relative;
    left: 0;
    box-shadow: none;
    margin-top: 0 !important;
    background: none;
    padding-top: 0;
  }
  .sub-menu .programsubnav.ptop .outer-box {
    background: none;
    width: 100%;
    padding: 0 !important;
  }
  .sub-menu .programsubnav.ptop .outer-box ul {
    background: none;
    display: none !important;
  }
  .sub-menu .programsubnav.ptop .outer-box a h3 {
    background-size: cover;
    margin: 8px 0;
    padding: 8px 15px !important;
    text-transform: uppercase;
    color: white;
    font-size: 15px;
    font-weight: 400;
  }
  .sub-menu .programsubnav .outer-box h4 {
    padding: 20px 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white !important;
    text-transform: capitalize !important;
    font-size: 14px !important;
    font-weight: 500;
    position: relative;
    z-index: 9;
  }
  .sub-menu .outer-box.b1 {
    padding-top: 0 !important;
    margin-top: -8px;
  }
  .sub-menu .outer-box.b3 {
    display: none;
  }
  .sub-menu .programsubnav .outer-box h4::after {
    content: "❯";
    width: 1em;
    height: 1em;
    position: relative;
    top: -3px;
    text-align: center;
    transition: all 0.35s;
  }
  .header .header-m .container a {
    align-self: center;
    display: flex;
  }
  .header .header-m .container img {
    width: 170px;
  }
  .menu-inner ul {
    margin-top: 20px;
  }
  section.costs .cost_content .tabs {
    position: relative;
  }
  section.costs .cost_content .content {
    margin-bottom: 0 !important;
  }
  .coutries-programs-hero .mobile-image {
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .common-right-box .icon-box:last-child {
    height: 69px;
  }
  .popup-container.active div#Downloadpop .col-lg-3 {
    width: 100%;
    margin-bottom: 15px !important;
  }
  .popup-container.active div#Downloadpop .col-lg-6 {
    width: 100%;
    margin-bottom: 15px !important;
  }
  .popup-container.active div#Downloadpop h5 {
    font-size: 19px;
  }
  .popup-container.active {
    overflow: auto;
  }
  /*****/
  .header .header-m .container ul.menu .menu-item-has-children ul.sub-menu {
    display: none !important;
  }
  .list-mobile-menu {
    background: white;
  }
  .header .header-m .container .mobile-nav .list-mobile-menu ul.menu .menu-item-has-children::after, .header .header-m .container .mobile-nav .list-mobile-menu ul.menu li.programnav:after,
  .header .header-m .container .mobile-nav .list-mobile-menu ul.menu li a,
  .menu-inner ul li a,
  .sub-menu a.back-menu,
  .sub-menu .programsubnav.ptop .outer-box a h3,
  .sub-menu .programsubnav .outer-box h4 {
    color: #182039 !important;
  }
  .list-mobile-menu form.form-cls input#searchbox-mobile {
    background: #efefef;
  }
  .sub-menu a.back-menu svg {
    filter: initial;
  }
}
@media (max-width: 1545px) and (min-width: 1510px) {
  section.couotries-programs {
    max-width: 88%;
    margin: 0 auto;
  }
  section.couotries-programs .program-list .list-body ul {
    padding-left: 0;
  }
  section.couotries-programs .couotry-programs .title h1 {
    font-size: 45px;
    z-index: 10;
    display: inline-block;
  }
  section.couotries-programs .program-list .list-body h3.countries-nbr {
    font-size: 50px;
  }
  section.couotries-programs .program-list .list-body ul p {
    font-size: 14px;
  }
  section.couotries-programs .program-list .list-body p.processing-t {
    font-size: 14px;
  }
  section.couotries-programs .program-list .list-body .title-desc h2 {
    font-size: 25px;
  }
  section.couotries-programs .program-list .list-body .title-desc h6 {
    font-size: 13px;
  }
  span.left.desktop-only {
    font-size: 14px;
    line-height: 22px;
    padding-left: 95px !important;
  }
  section.couotries-programs .program-list .list-body {
    display: block;
    z-index: 15;
    position: relative;
  }
}
@media only screen and (min-width: 900px) {
  .v-center {
    display: flex;
    align-items: center;
  }
}
#canvas-holder {
  margin-top: 30px;
}

.chart-titles {
  text-align: center;
  margin-top: 10px;
}

p.bar-value {
  font-weight: bold;
  font-size: 18px;
}

p.bar-title {
  font-size: 12px;
  font-weight: 400;
}

.bv-1 {
  color: #1C2746;
}

.bv-2 {
  color: #364160;
}

.bv-3 {
  color: #6e6f70;
}

.bv-4 {
  color: #697493;
}

.bv-5 {
  color: #9BA6C5;
}

.bv-6 {
  color: #4F5A79;
}

@media only screen and (max-width: 700px) {
  .chart-titles .row {
    display: flex;
  }
  .chart-titles .row .col-md-2 {
    width: 16.6666666667%;
    max-width: initial !important;
  }
  .chart-titles .row p.bar-value {
    padding: 0 !important;
  }
  .chart-titles .row p.bar-title {
    padding: 0 !important;
    font-size: 9px !important;
  }
}
.ranking {
  position: relative;
  z-index: 9;
}
.ranking .percentage {
  margin-top: 22px;
}
@media (max-width: 600px) {
  .ranking .percentage {
    height: initial;
    width: 100%;
    padding-left: 25px;
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .ranking .percentage .row {
    display: flex;
  }
}
@media (max-width: 600px) {
  .ranking .percentage .row .col-md-2 {
    width: 16.66666666% !important;
  }
}
.ranking .percentage span {
  position: relative;
  background: #ededed;
  height: 100%;
  width: 2px;
  display: block;
  height: 205px;
}
.ranking .percentage span::before {
  content: "";
  position: absolute;
  background: #14385c;
  width: 2px;
  bottom: 0;
  z-index: 9;
}
.ranking .percentage span::after {
  content: "";
  position: absolute;
  background: #14385c;
  height: 8px;
  width: 8px;
  border-radius: 10px;
  left: -3px;
  z-index: 9;
}
.ranking .percentage artice {
  font-size: 16px;
  color: #14385c;
  font-weight: 500;
  margin-top: 14px;
  text-align: center;
  position: relative;
  left: -24px;
  width: 50px;
  display: block;
}
.ranking .percentage artice h6 {
  font-size: 9px;
  color: #14385c;
  font-weight: 400;
  margin-top: 7px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999999;
  overflow: hidden;
}

#preloader2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f4f4f5;
  z-index: 999999999;
  overflow: hidden;
}

#status2 {
  width: 75px;
  height: 75px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url("https://www.citizenshipinvest.com/wp-content/themes/citizen/assets/images/loaderlogo.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: -37px 0 0 -37px;
  z-index: 9999999999;
}

@media (min-width: 700px) {
  .row.detailrow {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  /* CSS styles specific to mobile devices */
  section.newsletter .newsletter_div form button {
    font-size: 15px !important;
    width: initial !important;
  }
}
@media (max-width: 500px) {
  section.newsletter .newsletter_div form button {
    font-size: 11px !important;
    padding: 0 10px;
  }
  section.newsletter .newsletter_div form input {
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>