 /* menu  */
.menu-hr {
	border-top: 1px solid #f4623a;
    color: #ffffff;
    margin: auto;
}
.menu-callback-btn {
    color: #fff;
    margin-left: 40px;
    background-color: #0071b5;
    border-radius: 2px;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    font-size: 21px;
    font-weight: 600;
}
.menu-callback-btn:hover {
    color: #fff;
    background-color: #035d93;
    border: none;
}
/* End menu */

/* Main Page */
.headerh3 .h3-title {
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'TTNorms-Bold';
}
.slogan {
    font-size: 49px;
    line-height: 52px;
    font-family: 'TTNorms-Bold';
    color: rgb(25, 46, 76);
    text-transform: uppercase;
    background: #0E4A7C;
    background: -moz-linear-gradient(-45deg, #0E4A7C 0%, #32AFDB 53%, #0E4A7C 100%);
    background: -webkit-linear-gradient(306deg, #0E4A7C 44%, #32AFDB 49%, #0E4A7C 82%);
     background: linear-gradient(147deg, #0E4A7C 44%, #32AFDB 49%, #0E4A7C 82%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-pack img {
    height: 420px;
    position: absolute;
    left: -300px;
    bottom: -30px;
}
.top-card {
    width: 340px;
    border-radius: 3px;
    border: solid 3px #888888;
    left: -3em;
    top: 8px;
    padding-bottom: 11px;
}
.slogan-top-card span {
    font-size: 48px;
    color: #e31e24;
    text-align: center;
    font-weight: 700;
    font-family: 'TTNorms-Bold';
    margin-left: 5%;
}
.cardtop {
    font-family: 'TTNorms-Bold';
    font-size: 18px;
    font-weight: 900;
}
.oldprice {
    color: #8d8d8d;
}
.promo-oldtitle {
    font-size: 18px;
}
.promo-old {
    font-size: 19px;
}
.newprice {
    color: #f10213;
}
.promo-new-title {
    font-size: 18px;
    font-weight: 700;
}
.promo-new {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'TTNorms-Bold';
}
.top-order-orderbtn {
    text-align: center;
    width: 100%;
    border-radius: 6px;
    background-color: rgb(227, 30, 36);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: 700;
    padding: 15px 0 10px 0;
}
.top-order-orderbtn:hover {
    color: #ffffff;
    background-color: #eb6120;
    border-color: #0c2342;
    box-shadow: 0 0 0 0.4rem rgba(244, 98, 58, 0.15);
}
.underformmsg {
    font-size: 18px;
}
.underformmsg span {
    color: #e31e24;
}
.countdown-bottom {
    margin-top: 0;
    padding: 0;
    text-align: center;
}
.countdown-circles-bottom span {
    display: flex;
    font-size: 37px;
    padding-top: 5px;
    color: #3a3a3a;
}
.hh {
    padding-right: 20px;
    position: relative;
    top: -10px;
}
.mm {
    padding-right: 30px;
    position: relative;
    top: -10px;
}
.ss {
    padding-right: 0;
    position: relative;
}
.hhb {
    padding-right: 12px;
    position: relative;
    top: -10px;
    font-size: 14px;
}
.mmb {
    padding-right: 8px;
    position: relative;
    top: -10px;
    font-size: 14px;
}
.ssb {
    padding-left: 3px;
    position: relative;
    top: -10px;
    font-size: 14px;
}
.holder {
    padding-left: 15px;
    padding-top: 0;
}
/* END Main Page */

/* Undertop */
.undertop {
    height: 190px;
    border: solid 3px #0c2342;
    border-radius: 8px;
    max-width: 1260px;
}
.ut-img {
    height: 70px;
    width: auto;
}
.card-s-undertop {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}
.card-body-s-undertop {
    padding: 0;
}
.card-text-s-undertop {
    padding-left: 14px;
    padding-top: 3%;
    font-size: 16px;
    line-height: 18px;
}
.third-undertop {
    width: 68px;
    height: auto;
}
/* End Undertop */
/* Section2 */
.section2 {
    min-height: 700px;
    background: url("../images/section2-bg2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
}
.slogan-section2 {
    padding-top: 70px;
    font-size: 35px;
    line-height: 40px;
    font-family: 'TTNorms-Bold';
    font-weight: 900;
    color: rgb(25, 46, 76);
    text-transform: uppercase;
    background: #0E4A7C;
    background: -moz-linear-gradient(-45deg, #0E4A7C 0%, #32AFDB 53%, #0E4A7C 100%);
    background: -webkit-linear-gradient(306deg, #0E4A7C 20%, #32AFDB 40%, #0E4A7C 82%);
    background: linear-gradient(147deg, #0E4A7C 20%, #32AFDB 40%, #0E4A7C 82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    
}
.s2-note {
    margin-top: 46px;
}
.section2-side-note {
    border-left: solid 11px #ff0000;
    font-size: 23px;
    color: #ff0000;
    padding: 20px 0 20px 23px;
    line-height: 25px;
}
.s2-text {
    margin-top: 20px;
}
.s2-text p {
    font-size: 22px;
    font-weight: 600;
}
/* End Section2 */

/* Section3 */
.section3 {
    background: #0E4A7C;
    background: -moz-linear-gradient(-45deg, #0E4A7C 0%, #32AFDB 53%, #0E4A7C 100%);
    background: -webkit-linear-gradient(306deg, #0E4A7C 20%, #32AFDB 40%, #0E4A7C 82%);
    background: linear-gradient(147deg, #0E4A7C 20%, #32AFDB 40%, #0E4A7C 82%);    
}
.h4s3 {
    font-size: 35px;
    font-family: 'TTNorms-Bold';
    margin-bottom: 80px;
    margin-top: 65px;
    color: #fff;
    text-transform: uppercase;

}
.s3-card-title {
    font-size: 20px;
    color: #fff;
}
.card-s3 {
    border: none;
    background: none;
}
/* End Section3 */
/* Section4 */
.h4s4 {
    font-size: 35px;
    line-height: 40px;
    font-family: 'TTNorms-Bold';
    color: rgb(25, 46, 76);
    text-transform: uppercase;
    background: #0E4A7C;
    background: -moz-linear-gradient(-45deg, #0E4A7C 0%, #32AFDB 53%, #0E4A7C 100%);
    background: -webkit-linear-gradient(306deg, #0E4A7C 44%, #32AFDB 49%, #0E4A7C 82%);
     background: linear-gradient(147deg, #0E4A7C 44%, #32AFDB 49%, #0E4A7C 82%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    padding-top: 60px;
    padding-bottom: 80px;   
}
.card-s4 {
    border: none;
    background: none;
    margin-bottom: 70px;    
}
.h5s4 {
    font-size: 25px;
}
.h5s4 span {
    color: #ff0000;
    font-family: 'TTNorms-Bold';
}
/* End Section4 */
/* Section5*/
.section5-contaier {
    min-height: 700px;
    background: url("../img/section5-bg.jpg") no-repeat;
    background-size: contain;
}
.h4s5 {
    font-size: 35px;
    line-height: 40px;
    font-family: 'TTNorms-Bold';
    color: rgb(25, 46, 76);
    text-transform: uppercase;
    background: #0E4A7C;
    background: -moz-linear-gradient(-45deg, #0E4A7C 0%, #32AFDB 53%, #0E4A7C 100%);
    background: -webkit-linear-gradient(306deg, #0E4A7C 44%, #32AFDB 49%, #0E4A7C 82%);
     background: linear-gradient(147deg, #0E4A7C 44%, #32AFDB 49%, #0E4A7C 82%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    padding-top: 35px;
}
.section5-pack-img {
    position: absolute;
    height: 478px;
    right: -60px;
    bottom: -35px;
}
.s5-body {
    margin-top: 110px;
    background: #fff;
    padding: 25px 30px 0 30px;
    width: 92%;
    padding-bottom: 50px;
}
.sec5img {
    height: 100px;
    width: auto;
}
.card-text-s-5 {
    font-size: 18px;
    line-height: 20px;
    padding: 10px 0 0 30px;
}
.card-text-s-5 span {
    font-size: 20px;
    text-transform: uppercase;
}
.h5s5-title {
    font-weight: 600;
    padding-bottom: 5px;
}
.s5method {
    font-size: 22px;
    line-height: 24px
}
/* End Section5 */
/* Section6 */
.section6 {
    padding-bottom: 100px;
}
.h4s6 {
    font-size: 35px;
    line-height: 40px;
    font-family: 'TTNorms-Bold';
    color: rgb(25, 46, 76);
    text-transform: uppercase;
    background: #0E4A7C;
    background: -moz-linear-gradient(-45deg, #0E4A7C 0%, #32AFDB 53%, #0E4A7C 100%);
    background: -webkit-linear-gradient(306deg, #0E4A7C 44%, #32AFDB 49%, #0E4A7C 82%);
     background: linear-gradient(147deg, #0E4A7C 44%, #32AFDB 49%, #0E4A7C 82%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    padding-bottom: 80px;
    padding-top: 60px;
}
.s6h5 {
    font-size: 22px;
    font-weight: 900;
    line-height: 24px;
}
.recomendations-body {
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 10px;
}
.section6-side-note {
    border-left: solid 7px #ff0000;
    font-size: 18px;
    color: #ff0000;
    padding: 10px 0 10px 14px;
    line-height: 22px;
    font-weight: 600;    
}
/* End Section6 */
/* Section7 */
.section7 {
    background: url("../img/section7-bg.jpg") no-repeat;
    background-size: cover;
    background-position: top;
    padding-bottom: 51px;
}
.h4s7 {
    font-size: 35px;
    font-family: 'TTNorms-Bold';
    margin-bottom: 80px;
    margin-top: 65px;
    color: #fff;
    text-transform: uppercase;
}
.card-s7 {
    background-clip: border-box;
    background-color: transparent;
    border:none;
    margin-bottom: 40px;
}
.s7-card-title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
}
.card-s7 .s3img{
    max-width: 170px;
    width: 100%; 
    margin: 0 auto 22px;   
}
.card-body-s7 {
    padding: 0;
}

.s7__inner{
    margin-top: 32px;
    display: flex;  
    align-items: flex-start;
    justify-content: space-around;
}
.s7-col{
    max-width: 300px;
    width: 100%;
}
.s7-col__img{
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}
.s7-col__img img{
    width: 100%;
}
.s7-col__title{
    max-width: 200px;
    text-align: center;
    margin: 10px auto 0;
    line-height: 17px;
    font-weight: 600;
}

.s7-col__img-size{
    max-width: 190px;
}



/* End Section7 */
/* Section8 */
.section8 {
    background: #0E4A7C;
    background: -moz-linear-gradient(-45deg, #0E4A7C 0%, #32AFDB 53%, #0E4A7C 100%);
    background: -webkit-linear-gradient(306deg, #0E4A7C 31%, #32AFDB 75%, #0E4A7C 88%);
    background: linear-gradient(147deg, #0E4A7C 31%, #32AFDB 75%, #0E4A7C 88%);
    padding: 40px 0 60px 0;
}
.section8-cont {
    border-radius: 6px;
    background: #fff;
    padding: 20px 10px 30px;

}
.h4s8 {
    font-size: 35px;
    line-height: 40px;
    font-family: 'TTNorms-Bold';
    color: rgb(25, 46, 76);
    text-transform: uppercase;
    background: #0E4A7C;
    background: -moz-linear-gradient(-45deg, #0E4A7C 0%, #32AFDB 53%, #0E4A7C 100%);
    background: -webkit-linear-gradient(306deg, #0E4A7C 44%, #32AFDB 49%, #0E4A7C 82%);
     background: linear-gradient(147deg, #0E4A7C 44%, #32AFDB 49%, #0E4A7C 82%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    /*padding-bottom: 80px;*/
    padding-top: 20px;
}
.sec8img {
    height: 100px;
    width: auto;
    margin-top: 2em;
}
.h5s8-title {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
}
.s8-list {
    padding-top: 10px;
    padding-bottom: 40px;
}
.s8-list-elm {
    font-size: 17px; 
}
.s8-dot {
    font-size: 10px;
    color: #000;
    padding-right: 12px;
    vertical-align: middle;
}
/* END Section8 */
/* Section9 */
.section9 {
    min-height: 700px;
}
.h4s9 {
    font-size: 35px;
    line-height: 40px;
    font-family: 'TTNorms-Bold';
    color: rgb(25, 46, 76);
    text-transform: uppercase;
    background: #0E4A7C;
    background: -moz-linear-gradient(-45deg, #0E4A7C 0%, #32AFDB 53%, #0E4A7C 100%);
    background: -webkit-linear-gradient(306deg, #0E4A7C 44%, #32AFDB 49%, #0E4A7C 82%);
     background: linear-gradient(147deg, #0E4A7C 44%, #32AFDB 49%, #0E4A7C 82%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    padding-bottom: 55px;
    padding-top: 20px;   
}
.card-s9 {
    border: solid 3px #196898;
    border-radius: 8px;
}
.s9img {
    padding: 10px 50px;
}
.card-s9 {
    height: 440px;
}
.s9-card-title {
    font-size: 16px;
    font-family: 'TTNorms-Bold';
     
}
.s9-card-title::after {
    content: '';
    border-bottom: solid 2px red;
    width: 65%;
    display: block;
    margin: auto;
    padding-top: 5px;
}
.s9-card-text {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
}
/* END Section9 */
/* Section10 */
.section10 {
    background: rgb(12,35,66);
    background: linear-gradient(90deg, rgba(12,35,66,1) 5%, rgba(12,35,66,0.5158438375350141) 47%, rgba(12,35,66,1) 95%), url("../images/section10-bg2.jpg") no-repeat;
    background-position: center;
    background-size: 80% auto;
    min-height: 300px;
}

.h4s10 {
    font-size: 45px;
    line-height: 48px;
    color: #fff;
    font-family: 'TTNorms-Bold';
    padding-top: 55px;
}
.btn-section10 {
    width: 255px;
    background-color: #ff0000;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    font-size: 22px;
    height: 60px;
    margin-top: 20px;
    padding: 11px 0;
}
.btn-section10:hover {
    color: #ffffff;
    background-color: #eb6120;
    border-color: #0c2342;
    box-shadow: 0 0 0 0.4rem rgba(255, 217, 142, 0.45);
}
.sec10img{
    width: 200px;
    margin-top: 50px;
}
/* END Section10 */
/* Section11 */
.section11 {
    padding-bottom: 65px;
}
.h4s11 {
    font-size: 35px;
    line-height: 40px;
    font-family: 'TTNorms-Bold';
    color: rgb(25, 46, 76);
    text-transform: uppercase;
    background: #0E4A7C;
    background: -moz-linear-gradient(-45deg, #0E4A7C 0%, #32AFDB 53%, #0E4A7C 100%);
    background: -webkit-linear-gradient(306deg, #0E4A7C 44%, #32AFDB 49%, #0E4A7C 82%);
     background: linear-gradient(147deg, #0E4A7C 44%, #32AFDB 49%, #0E4A7C 82%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    padding-bottom: 115px;
    padding-top: 75px;     
}
.sec11img-1 {
    position: absolute;
    /*margin-left: 20px;*/
    top: -10px;
}
.sec11img-2 {
    position: relative;
    top: -40px;
    margin-left: 14px;
}
.sec11img-3 {
    position: relative;
    top: -8px;
    /*left: -20px;*/
}
.sec11img-4 {
    position: relative;
    top: -9px;
    left: -10px;
}

/* END Section11 */
/* section12 */
.section12 {
    padding-bottom: calc(5rem - 4.5rem);
    background: url("../images/pagetop.jpg");
    background-position: 30% bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #EAEFF3;
}
.headerh12 {
    padding-top: 1.5rem;
}
.headerh12 .h12-title {
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'TTNorms-Bold';
}
.slogan-bottom {
    font-size: 49px;
    line-height: 52px;
    font-family: 'TTNorms-Bold';
    color: rgb(25, 46, 76);
    text-transform: uppercase;
    background: #0E4A7C;
    background: -moz-linear-gradient(-45deg, #0E4A7C 0%, #32AFDB 53%, #0E4A7C 100%);
    background: -webkit-linear-gradient(306deg, #0E4A7C 44%, #32AFDB 49%, #0E4A7C 82%);
    background: linear-gradient(147deg, #0E4A7C 44%, #32AFDB 49%, #0E4A7C 82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-pack-bottom img {
    height: 390px;
    position: absolute;
    left: -15.9em;
    top: 0em;
}
.bottom-card {
    max-width: 360px;
    width: 100%;
    border-radius: 3px;
    border: solid 3px #888888;
    left: -1.5em;
    top: 8px;
    margin-bottom: 10px;
}
.slogan-bottom-card span {
    font-size: 48px;
    color: #e31e24;
    text-align: center;
    font-weight: 700;
    font-family: 'TTNorms-Bold';
}
/* End section12 */
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    background: #2dacd5;
    color: #fff;
    border: solid 2px;
    z-index: 999;
}
/**/
@media (max-width: 1350px){
    header.masthead{
        background-position: -90% bottom;
    }
}
@media (max-width: 1199px) {
    #mainNav .navbar-nav .nav-item .nav-link {
        color: #0d0d0d;
        font-weight: 600;
        padding: 0.75rem;
        font-size: 18px;
    }
    header.masthead,
    .section12 {
        background-position: left;
    }

    .main-pack img {
        height: 360px;
        left: -15.9em;
        top: 7em;
    }
 
    .section7{
        background-size: cover;
    }
    .s7-applying {
        max-width: 740px;
    }
    .sec10img {
        width: 160px;
    }

}

@media (max-width: 992px) {
    .section12{
        background-position: top;
    }
    header.masthead {
        padding-top: 2rem;
        background-position: top; 
        background-repeat: no-repeat;
        background-size: contain;
    }
    .menu-callback-btn {
        margin-left: 0;
    }
    .top-card {
        width: 100%;
        left: 0;
        top: 57%;
    }
    .main-pack img {
        height: 224px;
        left: 68%;
        top: 0em;
    }
    .slogan-top-card span {
        margin-left: 39%;
    }
    .cardtop {
        font-size: 25px;
    }
    .promo-oldtitle, .promo-old, .promo-new-title  {
        font-size: 25px;
    }
    .promo-new {
        font-size: 26px;
    }
    #btform {
        width: 75%;
        margin: auto;
    }

    /**/
    .undertop {
        margin-top: 30%;
    }
    /**/
    .section2 {
        min-height: 0;
        background-position: top;
    }
    .slogan-section2 {
        text-align: right;
        padding-top: 10px;
    }
    .section2-side-note {
        border-left: solid 5px #ff0000;
        font-size: 18px;
        color: #ff0000;
        padding: 10px 0 10px 10px;
        line-height: 20px;
    }
    .s2-note {
        margin-top: 5px;
        float: right;
    }
    .s2-text {
        margin-top: 10px;
        float: right;
        width: 67%;
    }
    .s2-text p {    
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 4px;
    }
    .h4s3 {
        margin-bottom: 35px;
        margin-top: 30px;
    }
    .h4s4 {
        font-size: 30px;
        line-height: 32px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .card-s4 {
        border: none;
        background: none;
        margin-bottom: 35px;
    }
    .section5-contaier {
        min-height: 0;
    }
    .h4s5 {
        font-size: 28px;
        line-height: 30px;
        padding-top: 15px;
        text-align: center;
    }
    .section5 .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section5-pack-img {
        height: 330px;
        top: -6px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .s5-body {
        margin-top: 44%;
        background: #fff;
        padding: 20px 20px 10px 20px;
        width: 100%;
        border: solid 2px #0f4a7c;
    }
    .card-text-s-5 {
        padding: 10px 0 0 15px;
    }
    .s5method {
        font-size: 20px;
        line-height: 22px;
    }
    .section6 {
        padding-bottom: 10px;
    }
    .h4s6 {
        font-size: 24px;
        line-height: 29px;
        padding-bottom: 30px;
        padding-top: 35px;
    }
    .section7 {
        background-size: auto;
        background-position: center;
        margin-top: 10px;
    }
    .h4s7 {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 35px;
        margin-top: 35px;
    }
    .h4s8 {
        font-size: 30px;
        line-height: 32px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .sec8img {
        margin-top: 2em;
        margin-left: 10%;
    }
    .h5s8-title {
        text-align: center;
    }
    .s8-list {
        padding-left: 2%;
    }
    .h4s9 {
        font-size: 30px;
        line-height: 32px;
        padding-bottom: 30px;
        padding-top: 20px;
    }
    .card-s9 {
        height: auto;
        margin-bottom: 10px;
    }
    .s9-card-text {
        padding: 10px 10px;
        font-size: 16px;
        line-height: 18px;
    }
    .h4s10 {
        font-size: 35px;
        line-height: 37px;
        padding-top: 30px;
        text-align: center;
    }
    .s10-btn {
        text-align: center;
    }    
    .sec10img {
        margin-top: 4.5em;
        margin-left: 0.9em;
        height: auto;
    }
    .h4s11 {
        font-size: 35px;
        line-height: 37px;
        padding-bottom: 50px;
        padding-top: 30px;
    }
    .section12 {
        background-size: contain;
        background-position: top;
    }
    .slogan-bottom {
        font-size: 35px;
        line-height: 37px;
    }
    .bottom-card {
        max-width: 100%;
        margin-top: 40%;
        left: 0;
    }
    .main-pack-bottom img {
        height: 350px;
        left: initial;
        top: 0;
        right: 0;
    }
    .section12{
        overflow: hidden;
    }
    .s7-col__img-size {
        max-width: 140px;
    }

}
@media (max-width: 767px) {
    .s7__inner{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .s7-col:not(:last-child){
        margin-bottom: 22px;
    }
    .s7-col__img {
        max-width: 260px;
    }
    .s7-col__img-size {
        max-width: 170px;
    }
   
    .main-pack-bottom img {
        height: 300px;  
    }
    .main-pack img {
        height: 230px;
        left: initial;
        top: 0em;
        right: 0;
    }

    .section5-pack-img {
        height: 240px;
    }
    .section10{
        background-size: cover;
    }
    .section10 .col-md-4{
        text-align: center;
    }
    .sec10img {
        margin-top: 0;
        margin-left: 0;
        height: 236px;
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0;
    }
}
@media (max-width: 601px) {
    .top-card{
        top: 50%;
    }
    .main-pack img {
       height: 230px;
    }
    .main-pack-bottom img {
        height: 200px;
    }
    .s7__inner {
        margin-top: 12px;
    }
    .card-s7 .s3img {
        max-width: 140px;
        margin: 0 auto 12px;
    }
    .s7-card-title {
        font-size: 15px;
        line-height: 17px;
    }

    
}
@media (max-width: 577px) {
    .top-card {
        width: 100%;
        left: 0;
        top: 19vh;
    }
    /* .main-pack img {
        height: 185px;
        left: 23.8em;
        top: -2.4em;
        z-index: 99;
    } */
    .undertop {
        margin-top: 17.5%;
    }

}
@media (max-width: 576px) {
    .container-sm, .container {
        max-width: 390px;
    }
    header.masthead {
        padding-top: 1rem;
        background-position: top;
        background-size: 150%;
    }
    .menu-callback-btn {
        margin-left: 0;
    }
    .headerh3 .h3-title {
        font-size: 19px;
    }
    .slogan {
        font-size: 30px;
        line-height: 32px;
    }
    .top-card {
        width: 100%;
        top: 16.5em;
        left: 0;
    }
    .main-pack img {
        top: 2em;
    }
    .slogan-top-card span {
        font-size: 48px;
        color: #e31e24;
        text-align: center;
        font-weight: 700;
        font-family: 'TTNorms-Bold';
        margin-left: 12%;
    }
    .cardtop {
        font-size: 18px;
    }
    #btform {
        width: auto;
        margin: auto;
    }
    .promo-oldtitle, .promo-old, .promo-new-title {
        font-size: 18px;
    }
    .promo-new {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'TTNorms-Bold';
    }

    .undertop {
        height: auto;
        margin-top: 220px;
        margin-bottom: 50px;
    }
    .card-text-s-undertop {
        padding-left: 0px;
        padding-top: 3%;
        font-size: 14px;
        line-height: 16px;
    }
    .ut-img {
        padding-top: 10px;
    }
    .section2 {
        background-position: top;
        min-height: 510px;
    }
    .slogan-section2 {
        font-size: 25px;
        line-height: 30px;
        text-align: right;
        padding-top: 15px;
    }
    .section2-side-note {
        border-left: solid 7px #ff0000;
        font-size: 20px;
        color: #ff0000;
        padding: 10px 0 5px 15px;
        line-height: 22px;
        margin-top: 30%;
    }
    .s2-note {
        margin-top: 35px;
    }
    .s2-text {
        width: 100%;
    }
    .s2-text p {
        font-size: 18px;
        line-height: 20px;
    }
    .h4s3 {
        font-size: 25px;
        margin-bottom: 25px;
        margin-top: 35px;
    }
    .s3-card-title {
        font-size: 15px;
    }
    .card-body-s3 {
        padding: 9px;
    }
    .h4s4 {
        font-size: 26px;
        line-height: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .card-s4 {
        margin-bottom: 30px;
    }
    .h5s4 {
        font-size: 21px;
    }
    .section5-contaier {
        min-height: auto; 
        background-size: cover;
        padding-bottom: 20px;
    }
    .h4s5 {
        font-size: 20px;
        line-height: 25px;
        
        padding-top: 10px;

    }
    .section5-pack-img {
        height: 160px;
        top: -13px;
    }
    .s5-body {
        margin-top: 140px;
        background: #fff;
        padding: 15px 5px 0 5px;
        width: 100%;
        border: solid 2px #0f4a7c;
    }
    .sec5img {
        height: 80px;
        width: auto;
    }
    .card-text-s-5 {
        font-size: 16px;
        line-height: 18px;
        padding: 0 0 0 10px;
    }
    .card-text-s-5 span {
        font-size: 18px;
        text-transform: uppercase;
    }
    .s5method {
        font-size: 18px;
        line-height: 20px;
    }
    .section6 {
        padding-bottom: 0;
    }
    .h4s6 {
        font-size: 24px;
        line-height: 29px;
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .s6h5 {
        font-size: 20px;
        line-height: 22px;
        text-align: center;
        padding-top: 15px;
    }
    .section7 {
        background-size: auto; 
        background-position: center;
        margin-top: 10px;
    }
    .h4s7 {
        font-size: 24px;
        margin-bottom: 29px;
        margin-top: 30px;
    }
    .h4s8 {
        font-size: 25px;
        line-height: 30px;
        padding-top: 20px;
    }
    .h5s8-title {
        font-size: 20px;
        line-height: 22px;
        text-align: center;
    }
    .h4s9 {
        font-size: 30px;
        line-height: 32px;
        padding-bottom: 30px;
        padding-top: 20px;
    }
    .card-s9 {
        height: auto;
        margin-bottom: 10px;
    }
    .s9img { 
        padding: 5px;
    }
    .h4s10 {
        font-size: 29px;
        line-height: 34px;
        padding-top: 20px;
        text-align: center;
    }
    .s10-btn {
        text-align: center;
    }
    .sec10img {
 
        height: 230px;
    }
    .h4s11 {
        font-size: 25px;
        line-height: 30px;
        padding-bottom: 60px;
        padding-top: 35px;
    }
    .sec11img-2 {
        position: relative;
        top: -22px;
        margin-left: 10px;
    }
    .section12 {
        padding-bottom: calc(5rem - 4.5rem);
        /*background: linear-gradient(to right, rgb(220 220 220 / 30%) 52%, rgba(92, 77, 66, 0.1) 100%), url(../img/pagetop.png);*/
        background: url("../images/pagetop.jpg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
    }
    .headerh12 .h12-title {
        font-size: 19px;
    }
    .section12{
        background-size: 120%;
    }
    .bottom-card {
        margin-top: 10.5em;
        width: 100%;
        left: 0;
    }
    .main-pack-bottom img {
        height: 180px;
    
    }
    .bottom-card-body {
        padding: 1rem;
    }
    .slogan-bottom {
        font-size: 30px;
        line-height: 32px;
    }
    .slogan-bottom-card {
        text-align: center;
    }
    .slogan-bottom-card span {
        font-size: 25px;
        color: #e31e24;
        font-weight: 900;
        font-family: 'TTNorms-Bold';
    }
    .s7-card-title {
        font-size: 13px;
        line-height: 16px;
        white-space: nowrap;
    }

}

@media (max-width: 425px) {
    .sec10img {
        height: 230px;
        position: relative;
        left: inherit;
        right: inherit;
        bottom: inherit;
    }
    .main-pack-bottom img{
        top: 40px;
    }
    .section12 {
        background-size: 150%;
    }
    
    .section10 .col-md-4{
        text-align: center;
    }
   
    .section5-pack-img{
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .h4s4 {
        font-size: 21px;
        line-height: 28px;
    }
    .h4s10 {
        font-size: 22px;
        line-height: 30px;
    }
}
@media (max-width: 375px){
    header.masthead{

        background-size: 185%;
    }
    .section12 {
        background-size: 170%;
    }
    
    .slogan-bottom{
        font-size: 22px;
        line-height: 28px;
    }
    .slogan-bottom-card span{
        font-size: 25px;
        line-height: 32px;
    }
}

@media (max-width: 325px) {
    .bottom-card-body {
        padding: 1rem 0;
    }
}