/* Link to the font files in the fonts folder */
@font-face {
  font-family: 'Oxygen-Regular';
  src: url('../fonts/Oxygen-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Oxygen-Bold';
  src: url('../fonts/Oxygen-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Oxygen-Light';
  src: url('../fonts/Oxygen-Light.ttf') format('truetype');
}

.back-to-top {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 100;
    display: none;
    text-decoration: none;
    color: #348796;
    background-color: transparent;
}

.back-to-top i {
    font-size: 60px;
}

.rates body {
    font-family: "Oxygen-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: condensed;
    background: #348796; 
}

.rates a {
    font-size: 18px;
    font-family: "Oxygen-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: white;
    text-decoration: none;
}

.rates input:focus, textarea:focus, select:focus {
    border: 1px solid #fafafa;
    box-shadow: 0 0 5px #007eff;
    outline: none;
}

.rates sup {
    font-size: 40px;
}

.rates ul {
    list-style: none;
    font-size: 15px;
    font-family: "Oxygen-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    padding: 0px;
    margin: 0px;
}

.rates li {
    border-bottom: 1px solid #494a5a;
    padding: 0px;
    margin: 0px;
    text-align: center;
    height: 52px;
    line-height: 52px;
}

.rates #container {
    width: 100%;
    text-align: center;
}

.rates .whole {
    display: inline-block;
}

.rates .type {
    width: 300px;
    border-radius: 0;
    background-color: #779f3b;
    height: 62px;
    border-bottom: 3px solid #f0f0f0;
}

.rates .type p {
    font-family: "Oxygen-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 800;
    font-size: 29px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    padding-top: 10px;
}

.rates .plan {
    width: 300px;
    background-color: #333333;
    border-radius: 0;
    font-family: "Oxygen-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: condensed;
    font-size: 90px;
    color: white;
    text-align: center;
}

.standard {
    background-color: #1abc9c;
    border-bottom: 3px solid #18937b;
}

.rates .ultimate {
    background-color: #779f3b;
    border-bottom: 3px solid #f0f0f0;
}

.rates .rates-header {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 39px;
}

.rates .rates-header span {
    font-size: 32px;
}

.rates .month {
    font-size: 14px;
    color: #fff;
    padding: 0px;
    margin: -10px;
}

.rates .price {
    height: 80px;
    border-bottom-color: #f0f0f0;
    border-bottom-style: solid;
    border-bottom-width: 20px;
    background-color: #348796;
}

.rates .price:hover {
    background-color: #348796;
    color: #fff;
}

.rates .cart {
    color: white;
    position: relative;
    top: 16px;
}

.rates .login_c {
    width: 500px;
    background-color: #2b2937;
    height: 300px;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 5px;
}

.rates .login_c input {
    width: 350px;
    height: 40px;
    border: 1px solid #494a5a;
    margin-bottom: 20px;
    border-radius: 5px;
    padding-left: 10px;
}

.rates .login {
    background-color: #BC4B1A;
    border-bottom: 3px solid #7C3618;
    width: 100%;
}

.rates .top {
    margin-top: 35px;
}

.rates .nodisplay {
    opacity: 0.1;
}

.rates .selected {
    background-color: #1F1B36;
    margin: 0px;
    padding: 0px;
}