.free_test_background {
    background-image:url(/static/img/bg_hot_deal.png);
    background-repeat:no-repeat;
    background-position:bottom;
    position: relative;
    min-height: 366px;
}

.primary_deal {
    min-height: 183px;
    background-repeat:no-repeat;
    background-size: contain;
}

.secondary_deal {
    min-height: 183px;
    background-repeat:no-repeat;
    background-size: contain;
}

.triangle {
    margin-left: -9px;
    margin-top: 18px;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #ffffff;
}

.up_triangle {
    margin-left: 20px;
    margin-top: -9px;
    width: 0;
    height: 0;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-bottom: 9px solid #ffffff;
}

.large_padding_left {
    padding-left: 20px;
}

.review{
    background-color: #28384a;
    color: #FFFFFF;
    padding: 5px;
}

.arrow_stretch {
    margin-left: 29%;
    margin-top: -5%;
}

.gray_border_right {
    border-right: 2px solid #d6d6d6;
}

.dark_blue_border_right {
    border-right: 1px solid #084870;
}

.nav-tabs>li>a {
    border-radius: 0 0 0 0;
    margin-right: 0;
    color: #ffffff;
    background-color: #0093d5;
}

.nav-tabs>li>a:hover {
    border-radius: 0 0 0 0;
    border: 1px solid transparent;
    margin-right: 0;
    color: #ffffff;
    background-color: #0093d5;
}

.free_tag {
    margin-top: -32px;
    margin-left: -5px;
}

.gray_text_box {
    padding: 23px;
    border: 1px solid transparent;
    background-color: #ECEDF0;
}

.timer {
    margin-top: -45px;
    float: right;
    margin-right: -16px;
}

.timer_content {
    float: right;
    margin-right: -22%;
    margin-top: -2%;
}

.dark_border {
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.subscription_top_line {
    margin-top: -13px;
}

.free_test_modal {
    width: 517px;
    min-height: 370px;
}

.free_test_modal_tab {
    width: 171px;
}

.mail_box {
    height: 100px;
    background-image:url(/static/img/mail.png);
    background-repeat:no-repeat;
    background-position: 82%;
}

.how_it_works {
    width: 302px;
    height: 53px;
    background-color: #28384B;
}

.horizontal_line {
    margin-top: 4px;
    margin-right: 35px;
    margin-left: 11px;
    border: 0;
    border-top: 2px solid #d6d6d6;
}

.full_horizontal_line {
    border: 0;
    border-top: 2px solid #d6d6d6;
}

.review_horizontal_line {
    margin-top: 4px;
    margin-right: 40%;
    margin-left: 40%;
    border: 0;
    border-top: 2px solid #d6d6d6;
}

.line_on_sides_to_box {
  text-align: center;
}

.line_on_sides_to_box span {
  display: inline-block;
  position: relative;
}

.line_on_sides_to_box span:before,
.line_on_sides_to_box span:after {
  content: "";
  position: absolute;
  height: 2px;
  top: 25px;
  width: 68%;
}

.line_on_sides_to_box span:before {
  right: 100%;
  background-image: -webkit-gradient(radial, right top, 10, 90% 0%, 150, from(#28384B), to(transparent));
  background-image: -webkit-radial-gradient(right top, 390px 230px, #28384B, transparent);
  background-image: -moz-radial-gradient(right top, farthest-corner, #28384B 0%, transparent 72%);
}
.line_on_sides_to_box span:after {
    left: 100%;
    background-image: -webkit-gradient(radial, left top, 10, 90% 0%, 150, from(#28384B), to(transparent));
    background-image: -webkit-radial-gradient(left top, 390px 230px, #28384B, transparent);
    background-image: -moz-radial-gradient(left top, farthest-corner, #28384B 0%, transparent 72%);
}

.product_price_box {
    margin-top: -36px;
    min-height: 247px;
    background-color: #ffffff;
}

.subscription_box {
    min-height: 247px;
    background-color: #ffffff;
}

.review_img{
    background-image: url(/static/img/review_hot_deal.png);
    background-size: contain;
    min-height: 79px;
    background-repeat: no-repeat;
    background-position-x: 50%;
}

@media (max-width: 1200px){
    .text_xxx_small {
        font-size: 9.666px;
    }

    .text_xx_small {
        font-size: 10px;
    }

    .text_x_small {
        font-size: 11.333px;
    }

    .text_small {
        font-size: 14px;
    }

    .text_medium {
        font-size: 16px;
    }

    .text_large {
        font-size: 22px;
    }

    .text_x_large {
        font-size: 26px;
    }

    .text_xx_large {
        font-size: 31.333px;
    }

    .navbar-nav {
        margin-left: 30px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #06b45c;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .product_price_box {
        margin-top: -18px;
        min-height: 197px;
    }

    .triangle {
        margin-top: 24px;
    }

    .primary_deal {
        background-position: center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

    .subscription_box {
        min-height: 203px;
        margin-top: 18px;
    }

    .timer_content {
        margin-right: -30%;
    }

    .free_tag {
        margin-top: -10px;
    }

    .how_it_works {
        height: 46px;
    }
}

@media (max-width: 1024px){
    .text_xxx_small {
        font-size: 11px;
    }

    .text_xx_small {
        font-size: 12px;
    }

    .text_x_small {
        font-size: 13px;
    }

    .text_small {
        font-size: 16px;
    }

    .text_medium {
        font-size: 18px;
    }

    .text_large {
        font-size: 20px;
    }

    .text_x_large {
        font-size: 28px;
    }

    .text_xx_large {
        font-size: 33px;
    }

    .navbar-nav {
        margin-left: 32px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #428bca;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .product_price_box {
        margin-top: -25px;
        min-height: 244px;
    }

    .triangle {
        margin-top: 7px;
    }

    .primary_deal {
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .subscription_box {
        min-height: 203px;
        margin-top: 18px;
    }

    .timer_content {
        margin-right: -21%;
    }

    .free_tag {
        margin-top: -30px;
    }

    .how_it_works {
        height: 46px;
    }

    .mobile_large_margin_right {
        margin-right: 20px;
    }
}

@media (max-width: 992px){
    .text_xxx_small {
        font-size: 9.666px;
    }

    .text_xx_small {
        font-size: 10px;
    }

    .text_x_small {
        font-size: 11.333px;
    }

    .text_small {
        font-size: 14px;
    }

    .text_medium {
        font-size: 16px;
    }

    .text_large {
        font-size: 22px;
    }

    .text_x_large {
        font-size: 26px;
    }

    .text_xx_large {
        font-size: 31.333px;
    }

    .navbar-nav {
        margin-left: 30px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #428bca;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .product_price_box {
        margin-top: -18px;
        min-height: 197px;
    }

    .triangle {
        margin-top: 24px;
    }

    .primary_deal {
        background-position: center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

    .secondary_deal {
        background-position: center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

    .subscription_box {
        min-height: 203px;
        margin-top: 18px;
    }

    .timer_content {
        margin-right: -30%;
    }

    .free_tag {
        margin-top: -10px;
    }

    .how_it_works {
        height: 46px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .free_test_background {
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .mobile_hide {
        display: none;
    }

    .free_tag {
        width: 16%;
        margin-top: -39px;
        margin-left: -3px;
    }

    .product_price_box {
        margin-top: 52px;
    }

    .mobile_large_margin_right {
        margin-right: 20px;
    }
}

@media (max-width: 768px){
    .timer_content {
        margin-right: -17%;
    }

    .primary_deal {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .secondary_deal {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .mobile_hide {
        display: none;
    }

}

@media (max-width: 480px){
    .timer_content {
        margin-right: -17%;
    }

    .primary_deal {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .free_tag {
        width: 16%;
        margin-top: 24px;
        margin-left: -3px;
    }

    .product_price_box {
        margin-top: 9px;
    }

    .mobile_large_margin_right {
        margin-right: 20px;
    }
}

@media (max-width: 360px){
    .free_test_background {
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .free_tag {
        width: 16%;
        margin-top: 24px;
        margin-left: -3px;
    }

    .timer_content {
        margin-right: -28%;
    }

    .primary_deal {
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        margin-top: -16%;
    }

    .product_price_box {
        margin-top: 9px;
    }

    .mobile_large_margin_right {
        margin-right: 20px;
    }
}