/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.p-condition-gen{
    text-align: right;
}
@media (min-width: 768px) {
    .containers {
        width: 100%;
    }
    /*
    .padding-two {
        padding-top: 45px;!important;
    }
    */

}
@media (max-width: 991px){
  /*  .secure-img{
        width: 4%!important;
    }*/
    .container {
        max-width: 100%;
        width: 100%;
    }
  /*  .p-condition-gen{
        text-align: left;
    }
    .font-size-s{
        font-size: 12px;
    }*/


}
@media (max-width: 768px) {
    .text-bold {
        font-weight: 600;
        font-size: 10px!important;
    }
/*    .display-none{
        display: none!important;
    }*/
}
.section-pay-logo .padding-two {
    padding-top: 35px;
    padding-bottom: 45px;
}
.text-center {
    text-align: center;
}
.vertical-line{
    border-right: 1px solid #dcdcdc;
}
.img-footer{
    height: 110px;
}

.container-footer{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 0px;
    margin-left: 0px;
}

.text-bold{
    font-weight: 700;
    font-size: 13px;
    padding: 0;
    color: rgb(27, 27, 27);
    font-family: "Open Sans", sans-serif;
    line-height: 18.5714px;
}

.footer-page {
    background: #008cba;
    color: #fff;
    padding: 20px 0;
}
.footer-page p {
    line-height: 30px;
    padding: 0;
    margin: 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.page-content.page-cms img {
    width: 100%;
    height:auto;
}
.tab-pane img {
    width: 100%;
    height:auto;
}
body#checkout #header .header-nav {
    max-height: none;
    padding: 0;
    border: none;
    margin-bottom: 0;
    box-shadow: none;
}

.p-secure{
    margin: 0;
    padding: 0;
    line-height: normal;
    font-weight: 200;
    font-family: 'Raleway', sans-serif;
    color: rgb(27, 27, 27);
}