:root {
    --Yellowclr1: #fa9a00;
    --Blueclr1: #0D2F81;
  }
  *{
    font-family: "Poppins", sans-serif;
  }

  body {
      font-family: "Open Sans", sans-serif;
      color: #444444;
      background-color: #eef0ef;
  }

  #header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    box-shadow: 0px 0 18px rgba(55, 66, 59, 0.08);
  }

  #header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
  }

  #header .logo a {
    color: #5fcf80;
  }

  #header .logo img {
    max-height: 40px;
  }

  @media (max-width: 992px) {
    #header .logo {
      font-size: 28px;
    }
  }

  .nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .nav-menu > ul {
    display: flex;
  }

  .nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 10px 0 10px 24px;
  }

  .nav-menu a {
    display: block;
    position: relative;
    color: #37423b;
    transition: 0.3s;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
  }

  .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: var(--Yellowclr1);
  }

  .nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 24px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
  }

  .nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #37423b;
  }

  .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: var(--Yellowclr1);
  }

  .nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
  }

  .nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
  }

  .nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
  }

  @media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
      left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover > ul {
      left: -100%;
    }
    .nav-menu .drop-down .drop-down > a:after {
      content: "\ea9d";
    }
  }

@media (max-width: 960px) {
    .right {

        display: none;
    }
}
  /* Get Startet Button */
  .get-started-btn {
    margin-left: 60px;
    background: var(--Yellowclr1) ;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
  }

  .get-started-btn:hover {
    background: var(--Blueclr1);
    color: #fff;
  }

  @media (max-width: 768px) {
    .get-started-btn {
      margin: 0 48px 0 0;
      padding: 6px 18px;
    }
  }

  .readmore-btn {
    background: var(--Blueclr1) ;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
  }

  .readmore-btn:hover {
    background: var(--Yellowclr1);
    color: #fff;
  }

  @media (max-width: 768px) {
    .readmore-btn {
      margin: 0 48px 0 0;
      padding: 6px 18px;
    }
  }
  /*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
  section {
      padding: 60px 0;
      overflow: hidden;
    }

    .section-bg {
      background-color: black;
    }

  .section-title {
    padding-bottom: 40px;
  }

  .section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: black;
    font-family: "Poppins", sans-serif;
  }
  .left{
      width: 460px;
      height: 780px;
  }
   .icon-box {
    padding: 60px 30px;
    transition: all ease-in-out 0.3s;
    background: #f8f9fa;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
    border-radius: 18px;
    border-bottom: 5px solid var(--Yellowclr1);
  }

  .icon-box-blue{

    padding: 60px 30px;
    transition: all ease-in-out 0.3s;
    background: #f8f9fa;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
    border-radius: 18px;
    border-bottom: 5px solid var(--Blueclr1);
  }

  .back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
  }

  .back-to-top svg {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: var(--Yellowclr1);
    color: #fff;
    transition: all 0.4s;
  }

  .back-to-top svg:hover {
    background: #fce18b;
    color: #fff;
  }
  #footer {
    background: #0D2F81;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
  }

  #footer h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    position: relative;
    font-family: "Poppins", sans-serif;
    padding: 0;
    margin: 0 0 15px 0;
  }

  #footer p {
    font-size: 15;
    font-style: italic;
    padding: 0;
    margin: 0 0 40px 0;
  }

  #footer .social-links {
    margin: 0 0 40px 0;
  }

  #footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: var(--Yellowclr1);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }

  #footer .social-links a:hover {
    background: #00b371;
    color: #fff;
    text-decoration: none;
  }

  #footer .copyright {
    margin: 0 0 5px 0;
  }

  #footer .credits {
    font-size: 13px;
  }

  #footer .credits a {
    color: #00b371;
    transition: 0.3s;
  }

  #footer .credits a:hover {
    color: var(--Yellowclr1);
  }

  .right{
      float:right;
      width:250px;
      height: 50%;
  }
  .rightbtn{
      float:right;
  }
  .btn-register{
    background-color: var(--Yellowclr1);
    color: #fff;
  }
  .btn-register:hover {
    background: var(--Blueclr1);
    color: #fff;
  }

  .events li {
    display: flex;
    margin-left: -50px;
    width: 250px;

  }

.events label {
  position: relative;
  color: #ccc;
  padding: 0 1em;  }

.events label::after {
   content: "";
   position: absolute;
   z-index: 2;
   right: 0;
   top: 0;
   transform: translateX(50%);
   border-radius: 50%;
   background: #fff;
   border: 1px #0D2F81 solid;
   width: .8em;
   height: .8em;
}


.events span {
  padding: 0 1.1em 1.1em 1.1em;
  position: relative;
  font-size: 15px;
}

.events span::before {
   content: "";
   position: absolute;
   z-index: 1;
   left: 0;
   height: 100%;
   border-left: 2px #fa9a00 solid;
}

.events strong {
   display: block;
   font-weight: bolder;
}

.events { margin: 1em; width: 40%; }
.events,
.events *::before,
.events *::after { box-sizing: border-box; font-family: "Poppins", sans-serif; }

.icon-box-right {
  padding: 60px 30px;
  transition: all ease-in-out 0.3s;
  background: #f8f9fa;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  border-radius: 18px;
  border-bottom: 5px solid var(--Yellowclr1);
  transform: translateY(-10px);
  }
  .error-message{
    color: red;
    font-size: 10px;
    font-weight: bold;
  }

  .blue-box{
    color: var(--Blueclr1);
    border: 1px var(--Blueclr1) solid;
    font-size: 18px;
    text-align: center;
  }
  .blue-box:hover {
    background: var(--Blueclr1);
    color: #fff;
  }

  div#blue-box span#a {
    display: inline;
  }

  div#blue-box:hover span#a {
    display: none;
  }

  div#blue-box span#b {
    display: none;
  }

  div#blue-box:hover span#b {
    display: inline;
  }

  .yellow-box{
    color: var(--Yellowclr1);
    border: 2px var(--Yellowclr1) solid;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
  }
  .yellow-box:hover {
    background: var(--Yellowclr1);
    color: #fff;
  }

  div#yellow-box span#a {
    display: inline;
  }

  div#yellow-box:hover span#a {
    display: none;
  }

  div#yellow-box span#b {
    display: none;
  }

  div#yellow-box:hover span#b {
    display: inline;
  }

  .green-box{
    color: green;
    border: 3px green solid;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;

  }
  .green-box:hover {
    background: green;
    color: #fff;
  }
  div#green-box span#a {
    display: inline;
  }

  div#green-box:hover span#a {
    display: none;
  }

  div#green-box span#b {
    display: none;
  }

  div#green-box:hover span#b {
    display: inline;
  }

  @media screen and (max-width:1211px) {
    .btn-group {
      margin-top: 130px;
    }
  }

  @media (max-width: 992px) {
    .btn-group {
      margin-top: 170px;
    }
  }

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
    .right{
        display: none;
    }
    .valuepaid{
        width: 170px !important;
    }
    .grenzgaengerRow{
        margin-top: 30px;
    }
    .yearsbeforeLabel{
        width: 200px !important;
    }
    .yearsafterInput{
        width: 120px !important;
    }
    .freq{
        width: 120px !important;
    }
    .frequencyPopover{
        width: 120px !important;
        margin-top:20px;
    }
}

@media only screen
and (min-device-width: 450px)
and (max-device-width: 560px) {
    .valuepaid{
        width: 150px !important;
    }
    .dropdownbtn{
        width: 150px !important;
    }
    .value1{
        width: 150px !important;
    }
    .valueTo{
        width: 150px !important;
    }
    .valuerecieved{
        width: 150px !important;
    }
    .exchangerate{
        width: 300px !important;
    }
    .exchangeRate2{
        width: 150px !important;
    }
    .freq{
        width: 120px !important;
    }
    .frequencyPopover{
        width: 120px !important;
        margin-top:20px;
    }
    .selectedInput{
        width: 150px !important;
    }
    .nav-pills-div{
        width: 300px !important;
    }

    .yearsbeforeLabel{
        width: 300px !important;
    }
    .yearsbeforeInput{
        width: 170px !important;
    }
    .yearsafterLabel{
        width: 300px !important;
    }
    .yearsafterInput{
        width: 170px !important;
    }
    .selectedBankLabel{
        width: 300px !important;
    }
    .selectedBankInput{
        width: 170px !important;
    }
    .resultYearBeforeLabel{
        width: 300px !important;
    }
    .resultYearBeforeInput{
        width: 190px !important;
    }
    .resultYearAfterLabel{
        width: 300px !important;
    }
    .resultYearAfterInput{
        width: 190px !important;
    }
    .paidGebuhrLabel{
        width: 300px !important;
    }
    .paidGebuhr{
        width: 190px !important;
    }
    .comissionLabel{
        width: 300px !important;
    }
    .comission{
        width: 190px !important;
    }
    .paidGebuhrLabel{
        width: 300px !important;
    }
    .paidGebuhr{
        width: 190px !important;
    }
    .left{
        height: 650px !important;
    }

}

@media only screen
and (min-device-width: 600px)
and (max-device-width: 770px) {
    .left{
        width: 750px;
    }
}

@media only screen
and (min-device-width: 380px)
and (max-device-width: 420px) {
    .logoimg{
        width: 280px;
    }
    .valuepaid{
        width: 100px !important;
    }
    .dropdownbtn{
        width: 120px !important;
    }
    .value1{
        width: 120px !important;
        margin-left: 30px;
    }
    .valueTo{
        width: 120px !important;
        margin-left: 10px;

    }
    .valuerecieved{
        width: 120px !important;
    }
    .exchangerate{
        width: 210px !important;
    }
    .exchangeRate2{
        width: 150px !important;
    }
    .freq{
        width: 120px !important;
    }
    .frequencyPopover{
        width: 120px !important;
        margin-top:20px;
    }
    .selectedInput{
        width: 100px !important;
    }
    .nav-pills-div{
        width: 260px !important;
    }

    .yearsbeforeLabel{
        width: 260px !important;
    }
    .yearsbeforeInput{
        width: 130px !important;
    }
    .yearsafterLabel{
        width: 260px !important;
    }
    .yearsafterInput{
        width: 130px !important;
    }
    .selectedBankLabel{
        width: 260px !important;
    }
    .selectedBankInput{
        width: 100px !important;
    }
    .resultYearBeforeLabel{
        width: 260px !important;
    }
    .resultYearBeforeInput{
        width: 130px !important;
    }
    .resultYearAfterLabel{
        width: 260px !important;
    }
    .resultYearAfterInput{
        width: 130px !important;
    }
    .paidGebuhrLabel{
        width: 260px !important;
    }
    .paidGebuhr{
        width: 130px !important;
    }
    .comissionLabel{
        width: 260px !important;
    }
    .comission{
        width: 130px !important;
    }
    .paidGebuhrLabel{
        width: 260px !important;
    }
    .paidGebuhr{
        width: 130px !important;
    }
    .left{
        height: 650px !important;
    }
    .grenzgaengerRow{
        margin-top: 20px;
    }

}


@media only screen
and (min-device-width: 220px)
and (max-device-width: 380px) {
    .logoimg{
        width: 250px;
        height: 32px;
    }
    .valuepaid{
        width: 100px !important;
    }
    .dropdownbtn{
        width: 120px !important;
    }
    .value1{
        width: 120px !important;
        margin-left: 30px;
    }
    .valueTo{
        width: 120px !important;
        margin-left: 10px;

    }
    .valuerecieved{
        width: 120px !important;
    }
    .exchangerate{
        width: 210px !important;
    }
    .exchangeRate2{
        width: 150px !important;
    }
    .freq{
        width: 120px !important;
    }
    .frequencyPopover{
        width: 120px !important;
        margin-top:20px;
    }
    .selectedInput{
        width: 100px !important;
        margin-right: 5px;
    }
    .nav-pills-div{
        width: 260px !important;
    }

    .yearsbeforeLabel{
        width: 250px !important;
    }
    .yearsbeforeInput{
        width: 120px !important;
    }
    .yearsafterLabel{
        width: 250px !important;
    }
    .yearsafterInput{
        width: 130px !important;
    }
    .selectedBankLabel{
        width: 240px !important;
    }
    .selectedBankInput{
        width: 100px !important;
    }
    .resultYearBeforeLabel{
        width: 230px !important;
    }
    .resultYearBeforeInput{
        width: 130px !important;
    }
    .resultYearAfterLabel{
        width: 230px !important;
    }
    .resultYearAfterInput{
        width: 130px !important;
    }
    .paidGebuhrLabel{
        width: 230px !important;
    }
    .paidGebuhr{
        width: 130px !important;
    }
    .comissionLabel{
        width: 230px !important;
    }
    .comission{
        width: 130px !important;
    }
    .paidGebuhrLabel{
        width: 230px !important;
    }
    .paidGebuhr{
        width: 130px !important;
    }
    .left{
        height: 650px !important;
    }
    .grenzgaengerRow{
        margin-top: 40px;
    }

}

.frequencyPopover{
    color:#0D2F81;font-weight: bold; margin-top:22px;margin-left:15px
}

