

.plans,.plans ul,.plans ul li {
    margin: 0;
    padding: 0;
    list-style: none;

}

.pricePlans:after {
    content: '';
    display: table;
    clear: both;
}

.pricePlans {
    zoom: 1;
}

.pricePlans {
}
.planContainer{
    border-width:1px;
    border-color: #e6e6e6;
    border-top-style: solid;
    border-bottom-style: outset; border-bottom-width: 5px;
    border-right-style: solid;
    border-left-style: solid;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

.pricePlans .plans .plan {
    background: #fff;
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 5px;


}
.plans .plan {
    background: #fff;
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 5px;


}

.planContainer .title h2 {
    font-size: 2.125em;
    font-weight: 300;
    color: #088fbf;
    margin: 0;
    padding: .6em 0;
    font-family: PFDinDisplayPro-Bold;
}
.pricePlans:hover .planContainer .title h2{
    color: whitesmoke;
    background-color: #088fbf;
    border-top-right-radius:  10px 10px;
    border-top-left-radius:  10px 10px;
}


.planContainer .price p {
    background: #004861;

    background: -webkit-linear-gradient(top, #004861, #004861);
    background: -moz-linear-gradient(top, #004861, #004861);
    background: -o-linear-gradient(top, #004861, #004a61);
    background: -ms-linear-gradient(top, #004861, #004861);
    background: linear-gradient(top, #004861, #004861);
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    height: 2.6em;
    line-height: 2.6em;
    margin: 0 0 1em;
    letter-spacing: 2.5px;
    font-family: PFDinDisplayPro-BoldItal;
}
.planContainer:hover .price p {
    background: #ffcc16;
    color: #917100;

}



.planContainer .price p span {
    color: #ffffff;

}
.planContainer:hover .price p span{
    color:#917100;
}


.planContainer .options li {
    font-weight: 700;

    margin: 10px 30px;

}

.planContainer:hover .button a
{
    color: #fff;
    background: #f69521;
    border: 2px solid #f69521;
}

.dashed{

    width: 100%;
    letter-spacing: 2px;
    text-align: justify;
    color: black;

}
.above{

    letter-spacing: 2px;
    text-align: justify;
    color: black;


}

.planContainer .options{
    /*height: 100px;*/
    border-width:1px;
    border-color: #e6e6e6;
    border-bottom-style: dashed;
    border-top-style: solid;
    color: #040404;
}

.planContainer .options li span {
    font-weight: 800;
    font-family: PFDinDisplayPro-Med;

}
.fa-building-o,.fa-group
{
    color: #0990bd;
}
.include{
    font-family: PFDinDisplayPro-Reg;
}

.planContainer .button a {
    text-transform: uppercase;
    text-decoration: none;
    color: #004861;
    font-weight: 900;
    font-size:15px;
    letter-spacing: 3px;
    line-height: 2.2em;
    border: 2px solid #004861;
    display: inline-block;
    width: 95%;
    height: 2.8em;
    border-radius: 4px;
    margin: .5em 9px 4.8px ;
    font-family: PFDinDisplayPro-BoldItal;

}

.premier{
    height: 4em;
}


.oval {

    background: #e6e6e6;
    display: inline-block;
    width: 67%;
    height: 0.8em;
    border-radius: 53%;
    margin: 0.5em 70px 7.8px;


}
.oval-mobile{
    background: #e6e6e6;
    display: inline-block;
    width: 67%;
    height: 0.8em;
    border-radius: 53%;
    margin: 2.5em 70px 8.8px 70px;
}
.bwizard-steps {
    display: inline-block;
    margin: 0; padding: 0;
}
.bwizard-steps .active {
    color: #fff;
    background: #478ca5 }
.bwizard-steps .active:after {
    border-left-color: #478ca5; }
.bwizard-steps .active a {
    color: #fff;
    cursor: default }
.bwizard-steps .label {
    position: relative;
    top: -1px;
    margin: 0 5px 0 0; padding: 1px 5px 2px }
.bwizard-steps .active .label {
    background-color: #333;}
.bwizard-steps li {
    display: inline-block; position: relative;
    margin-right: -5px;
    font-size: 16px;
    font-family: PFDinDisplayPro-Reg;
    color: #fff;
    padding: 20px 33px 12px 50px;
    *display: inline;
    *padding-left: 17px;
    background: #004a61;
    line-height: 18px;
    list-style: none;
    zoom: 1; }
.bwizard-steps li:first-child:before {
    border: none }
.bwizard-steps li:last-child:after {
    border: none }
.bwizard-steps li:before {
    position: absolute;
    left: 0; top: 0;
    height: 0; width: 0;
    border-bottom: 25px inset transparent;
    border-left: 20px solid #fff;
    border-top: 25px inset transparent;
    content: "" }
.bwizard-steps li:after {
    position: absolute;
    right: -9px; top: 0;
    height: 0; width: 0;
    border-bottom: 25px inset transparent;
    border-left: 20px solid #004a61;
    border-top: 25px inset transparent;
    content: "";
    z-index: 2; }
.bwizard-steps a {
    color: #fff;
    text-decoration: none;
}
.bwizard-steps a:hover {
    text-decoration: none }
.bwizard-steps.clickable li:not(.active) {
    cursor: pointer;
    text-decoration: none;
}
.bwizard-steps.clickable li:hover:not(.active) {
    background: #ccc;
    text-decoration: none;
}
.bwizard-steps.clickable li:hover:not(.active):after {
    border-left-color: #ccc;
    text-decoration: none;
}
.bwizard-steps.clickable li:hover:not(.active) a {
    color: #08c;
    text-decoration: none;
}
@media (max-width: 480px) {

    .wizard-header {
        opacity: 0!important;
        height: 0px!important;
    }

    /* badges only on small screens */
    .bwizard-steps li:after,
    .bwizard-steps li:before {
        border: none }
    .bwizard-steps li,
    .bwizard-steps li.active,
    .bwizard-steps li:first-child,
    .bwizard-steps li:last-child {
        margin-right: 0;
        padding: 0;
        background-color: transparent }
}
.wizard-header{
    background: #004a61;
    width: 99.4%;
    position: relative;
    margin: 0 .3% .8px;
    top:-11px;
    height: 50px;
}
.paymentmenthod-conten{
    margin: 40px 0 500px;
}
.paymentmenthod-form {
    margin: -500px 0px 150px;
}
.choose-payment-method:hover
{
    border-bottom: 1px solid #0990bd;
    border-bottom-width: 2px;
    height: 70px;
    position: absolute;

}
.choose-payment-method-oxxo:hover
{
    border-bottom: 1px solid #0990bd;
    border-bottom-width: 2px;
    width: 110px;
    height: 70px;
    position: absolute;

}
.seven{
    left: 30px;
}
.choose-payment-method-seven:hover
{
    border-bottom: 1px solid #0990bd;
    border-bottom-width: 2px;
    width: 48px;
    height: 70px;
    position: absolute;

}
.option-card{
    top: 40px;
    position: relative;
}
.form-card-payment {
    top: 40px;
    position: relative;
}
.form-control,#country{
    border-radius: 1px;
}
.question{
    color: #0990bd;
    margin: 7px -24px;
    top: 15px;
    display: inline-block;
    font-size: 15px;
    font-family: PFDinDisplayPro-Reg;
}
.button-continue, .button-continue-mobile{
    border: 1px solid #0990bd;

    /*background: #fff;*/
    min-width: 100px;
    height: 39px;
    /*right: 178px;*/
    color: white;
    background-color: #0990bd;
    border-radius: 5px;
    top: 39px;
    position: relative;
}
.button-continue:hover, .button-continue-mobile:hover {
    font-weight:bold;
    color: yellow;
}
.button-continue-mobile > span, .button-continue > span{
    color: white!important;
}

.personal-information{
    border-bottom: 1px solid #0990bd;
    border-bottom-width: 2px;
    font-family: PFDinDisplayPro-Med;
}
.control-label{
    font-family: PFDinDisplayPro-Reg;
}

.pay-now{
    border-bottom: 1px solid #0990bd;
    border-right: 1px solid #0990bd;
    border-left: 1px solid #0990bd;
    border-top:  1px solid #0990bd;
    height: 227px;
}
.plan-information{
    width: 100%;
    margin: 49px 0 0 16px;
    position: relative;
    font-family:PFDinDisplayPro-Reg;
}
.payment-method{
    font-family: PFDinDisplayPro-Med;
}
.confirmpay{
    margin: 50px;
}
.myplan{
    border-bottom: 1px solid #0990bd;
    height: 31px;
    width: 100%;
    font-size: 20px;
    text-align: center;
    font-family: PFDinDisplayPro-Med;

}
.total{
    border-bottom: 1px solid #0990bd;
    border-top:  1px solid #0990bd;
    margin: 26px 0 9px 14px;
    height: 40px;
    width: 92%;
    font-size: 18px;
    text-align: justify;
    font-family:PFDinDisplayPro-Med;

}
.button-pay{
    width: 100%;
    height: 40px;
    font-size: 26px;
    background: #088fbf;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-family:PFDinDisplayPro-Reg;
}
.billing{
    margin: 75px 0 0px 15px
}
.name-billing,.address-billing,.code-city-billing,.country-billing,.phone-billing {
    margin:0;
    padding:0;
    font-family:PFDinDisplayPro-Reg;
}
.termination{
    font-family:PFDinDisplayPro-Reg;
}
.steps1-up,.steps1-down
{
    color: #000000;
    /*height: 30px;*/
    margin:9px 0px 4px 5px;
    width: 99.4%;
    border-bottom: 1px solid #b8b8b8;
    text-align: center;
}
.steps2-up,.steps2-down
{
    color: #b8b8b8;
    height: 39px;
    margin: 0 .3% .8px;
    width: 99.3%;
    border-bottom: 1px solid #b8b8b8;
    text-align: center;

}
.steps3-up,.steps3-down
{
    color: #b8b8b8;
    height: 30px;
    margin: 0 .3% .8px;
    width: 99.4%;
    text-align: center;

}
.messages-wizard{
    width: 100%;
    font-family:PFDinDisplayPro-Reg;

}
.messages-wizard-steps{
    margin:9px 0px 4px 5px;
    width: 99.4%;
    font-family:PFDinDisplayPro-Reg;
}
.detail{
    color: #000000;
    height: 30px;
    margin: 0 .3% .8px;
    width: 99.3%;
    text-align: center;

}
.messages-wizard-detail{
    margin:20px 0px 3px 0px;
    width: 100%;
    font-family:PFDinDisplayPro-Reg;

}
.content-table{
     font-family:PFDinDisplayPro-Reg;
    height: 35px;
 }
.title-table{
    font-family:PFDinDisplayPro-Med;
    text-align: center;
}
.content-title-table
{
    border-bottom: 1px solid #088fbf;
    border-bottom-width: 1px;
}
.content-data-table
{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;


}
.button-add{
    margin: 19px 146px;

}
.tab-content{
    top: 20px;
    position: relative;
}


#previous{
    float: left;
    margin: 20px;
}
#custom{
    margin: 0px 153px;
}
.new-payment-content
{
    margin-top: 50px;
    text-align: center;
}
.button-payment-direct
{
    background: white;
    color: #088fbf;
    width: 81px ;
    margin-top: 4px;
    border-radius: 2px 2px 2px 2px;
    margin-bottom: 9px;
    border: 1px solid #088fbf;
}
.button-payment-direct:hover
{
    background: #088fbf !important;
    color: white !important;

}
.card-option:hover .content-data-table
{
    background: #ffcc16;

}
.content-text
{
    margin: 10px;
    display: block;
}
.row-line
{  border-bottom: 1px solid #b8b8b8;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 10%;
    margin: auto;
}
.carousel-control
{
    color: #088fbf;
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,.0) 100%)!important;
}
.glyphicon-chevron-left
{
    font-size: 78px!important;
    width: 69px !important;
    color: #088fbf!important;
    top: -175px !important;
    display: block !important;
    position: relative !important;
    left: -36px !important;

}
.glyphicon-chevron-right
{
    font-size: 78px!important;
    width: 69px !important;
    color: #088fbf!important;
    top: -175px !important;
    display: block !important;
    position: relative !important;
}
.conten-carousel
{
    height: 200px;
    margin-bottom: 100px;
}
.glyphicon-chevron-right,.glyphicon-chevron-left:hover
{
    color: #088fbf!important;
}
.content-card
{
    border-top: 2px solid #088fbf;
    border-left: 2px solid #088fbf;
    border-bottom: 2px solid #088fbf;
    border-right: 2px solid #088fbf;
    border-radius: 30px 30px 0px 0px;
    height: 120px;
    width: 388px;
    position: relative;
    right: 6px;
    left: 14px;


}
.content-card-snood {
    background: #004861;
    height: 20px;
    width: 388px;
    margin-bottom: 3px;
    margin-top: 3px;
    position: relative;
    right: 6px;
    left: 14px;
}

.content-footer-card
{
    border-top: 2px solid #088fbf;
    border-left: 2px solid #088fbf;
    border-bottom: 2px solid #088fbf;
    border-right: 2px solid #088fbf;
    border-radius: 0 0 30px 30px;
    height: 60px;
    width: 388px;
    position: relative;
    right: 6px;
    left: 14px;
}
.icon-card{

    bottom: 0;
    width: 76px;
    left: 273px;
    top: 3px;
    position: relative;
}
.oval-card
{
    background: #e6e6e6;
    display: inline-block;
    width: 162%;
    height: 0.8em;
    border-radius: 47%;
    margin: 1.5em 51px 7.8px;
}
.credit-card{
    font-family: PFDinDisplayPro-Reg;
    font-size: 24px;
    position: relative;
    top: 7px;
}
.number-card {
    font-family: PFDinDisplayPro-Reg;
    font-size: 34px;
    display: block;
    position: relative;
    letter-spacing: 4px;
    top: -15px;
}

.exp-card
{
    color: #088fbf;
}
.expiration-card{
    font-family: PFDinDisplayPro-Reg;
    position: relative;
    top: -35px;
    font-size: 14px;
    text-align: center;
}
.name-card
{
    font-family: PFDinDisplayPro-Reg;
    position: relative;
    top: -50px;
    font-size: 20px;
    text-align: justify;
}
.border-credit
{
    border-bottom: 2px solid #088fbf;
    position: relative;
    width: 285px;
    left: 70px;
    top: -24px;
}
.content-card-slider{cursor: pointer}

.alert {
    padding: 20px;
    background-color: seagreen;
    color: white;
    margin-bottom: 15px;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}

.credit-card-div  span {
    padding-top:10px;
}
.credit-card-div img {
    padding-top:30px;
}
.credit-card-div .small-font {
    font-size:9px;
}
.credit-card-div .pad-adjust {
    padding-top:10px;
}

.selected-plan ul li h2 {
    border-radius: 10px 10px 0px 0px;
    background: #088fbf !important;
    color: white !important;
}
.selected-plan ul li p, .selected-plan ul li p span {
    background: #ffcc16 !important;
    color:#917100 !important;
}
.selected-plan ul ul li a  {
    color: #fff !important;
    background: #f69521 !important;
    border: 2px solid #f69521 !important;
}
