.pkg-teaser {
    text-align: center;
}

.pkg-teaser__subtitle {
    font-family: 'ContinentalStagSans-Book';
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
}
.pkg-teaser__head {
    margin-bottom: 34px;
}
.pkg-teaser__box {
    background-color: #fff;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #CDCDCD;
}
.pkg-teaser__recommended .pkg-teaser__box {
    outline: 4px solid #FEA500 ;
}
.pkg-teaser__recommended .rec-btn {
    padding: 10px 16px 6px;
    background: #FFAC0A;
    font-size: 18px;
    line-height: 28px;
    border: none;
    margin: 0 auto;
    font-family: 'ContinentalStagSans-Medium';
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: -4px;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}
.pkg-teaser__boxContent {
    padding: 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pkg-teaser__boxMiddlecontent {
    margin: 37px 0 27px 0;
}
.pkg-teaser__boxContent p {
    font-family: 'ContinentalStagSans-Light';
    font-size: 16px;
    line-height: 26px;
    margin: 2px 0 0;
    letter-spacing: 0.03em;
}
.pkg-teaser__title-row p {
    font-size: 20px;
    line-height: 28px;
}
.pkg-teaser__boxContent .pkg-teaser__boxTopcontent h3 {
    font-family: 'ContinentalStagSans-Medium';
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
    color: #000;
    padding: 0;
}
.price__module, .addPrice__module {
    border: 1px solid #DEDEDE;
    position: relative;
    padding: 27px 15px 26px;
}
.addPrice__module {
    padding-bottom: 16px !important;
}
.pkg-teaser__boxMiddlecontent > div:not(:first-child){
    margin-top: 58px;
}
.price__moduleBtn {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.price__moduleBtn strong {
    display: inline-block;
    background: #6E6E6E;
    border-radius: 0px;
    padding: 4px 9px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    font-family: 'ContinentalStagSans-Medium';
    font-weight: bold;
}
.price__module p, .pkg-teaser-content p {
    margin: 0;
    font-family: 'ContinentalStagSans-Medium';
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
}
.price__module span, .pkg-teaser-content span {
    font-size: 12px;
    line-height: 18px;
    line-height: 0.05em;
}
.pkg-teaser-content strong {
    color: #FEA500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.05em;
    font-family: 'ContinentalStagSans-Medium';
    display: block;
    margin-top: 4px;
}
.price__module .add__icon {
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #FFAC0A;
    left: 50%;
    bottom: 0;
    margin-left: -18px;
    margin-bottom: -18px;
}
.price__module .add__icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pkg-teaser__boxEndcontent ul {
    text-align: left;
    padding-left: 0;
    margin-bottom: 35px;
}
.pkg-teaser__boxEndcontent ul li {
    list-style: none;
    padding-left: 40px;
    margin-bottom: 4px;
    position: relative;
}
.benefit__listItem span {
    font-family: 'ContinentalStagSans-Medium';
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.05em;
}
.pkg-teaser__boxEndcontent ul li .tick__icon {
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #FFAC0A;
    padding: 6px;
    width: 24px;
   height: 24px;
   
}
.startButton .btn-get-started {
    width: 100%;
    text-decoration: none;
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #6E6E6E;
    color: #fff !important;
}
.pkg-teaser__recommended .startButton .btn-get-started {
    background-color: #fea500;
    color: #000 !important;
}
.pkg-teaser__recommended .startButton .btn-get-started:hover{
    background-color: #6E6E6E;
    color: #fff !important;
}
.btn-get-started:hover {
    text-decoration: none !important;
}
.pkg-teaser__column {
    margin-top: 30px;
}
.pkg-teaser__recommended {
    margin-top: 60px;
}
/* ----------tab--------------------- */

.pkg-teaser-tab__nav li {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    font-family: 'ContinentalStagSans-Medium';
    font-weight: bold;
}
.pkg-teaser-content {
    display: none;
    min-height: 75px;
}
.pkg-teaser-tab__nav li.active, .pkg-teaser-content.active {
    display: block;
}
.pkg-teaser-tab__nav li {
    margin-bottom: 0;
}
.pkg-teaser-tab__nav li.active {
    border-bottom: 2px solid #FFAC0A;
}
.pkg-teaser-tab__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 50px;
}
ul.pkg-teaser-tab__nav {
    padding: 0;
    margin-bottom: 12px;
}
.pkg-teaser-tab__nav li {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 2px solid #CDCDCD;
    padding-bottom: 8px;
    cursor: pointer;
    line-height: 24px;
}

.pkg-teaser__boxImg img{
    max-width: 100%;
    width: 100%;
}
/* ---------------------------------------------------------- */
.pkg-teaser__title {
    font-family: 'ContinentalStagSans-Medium';
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 0 !important;
    padding: 0;
    color: 000 !important;
}
.pkg-teaser__head.text-white > * {
    color: inherit!important;
}
/* ---------------------------------------------------------- */
@media (min-width: 376px) {
    .startButton button {
        min-width: 260px;
        width: auto;
   }
}
@media (min-width: 768px) {
    .pkg-teaser__head {
        margin-bottom: 110px;
   }
   
   .pkg-teaser__column {
    margin-bottom: 76px;
    }
    .pkg-teaser__recommended {
        margin-top: 30px;
    }
    .pkg-teaser__row{
        margin-bottom: -76px;
    }
    .pkg-teaser-content {
        min-height: 95px;
    }
}
@media (min-width: 992px) {
    .pkg-teaser__title {
        font-size: 60px;
        line-height: 68px !important;
   }
    .pkg-teaser__subtitle {
        font-size: 24px;
        line-height: 36px;
   }
    .pkg-teaser__head {
        margin-bottom: 137px;
   }
    .pkg-teaser__boxContent {
        padding: 30px;
   }
    .pkg-teaser__boxContent .pkg-teaser__boxTopcontent h3 {
        font-size: 30px;
        line-height: 36px;
   }
    .pkg-teaser__boxContent p {
        font-size: 18px;
        line-height: 28px;
   }
    .pkg-teaser__boxMiddlecontent {
        margin: 40px 0 22px 0;
   }
    .price__moduleBtn strong {
        padding: 4px 9px;
        color: #FFFFFF;
        font-size: 16px;
        line-height: 24px;
   }
    .price__module p, .pkg-teaser-content p {
        font-size: 24px;
        line-height: 31px;
   }
    .pkg-teaser__boxEndcontent ul {
        padding: 0 12px 0 15px;
        margin-bottom: 30px;
   }
    .benefit__listItem span {
        font-size: 16px;
        line-height: 24px;
   }
    .pkg-teaser-tab__nav {
        margin: 0;
   }
    .pkg-teaser-tab__nav li {
        font-size: 16px;
        line-height: 24px;
   }
    .price__module span, .pkg-teaser-content span {
        font-size: 16px;
        line-height: 24px;
   }
    .pkg-teaser-content strong {
        font-size: 16px;
        line-height: 24px;
   }
    .price__module, .addPrice__module {
        padding: 40px 15px;
   }
   .pkg-teaser-content {
        min-height: 110px;
    }
}
@media (min-width: 1200px) {
    .pkg-teaser-content {
        min-height: 85px;
    }
}
/* -------------------------------------------------------------- */
.open-close{
    text-align: -webkit-center;
    margin: 10px auto 25px;
    width: 50px;
    cursor: pointer;
}
.open-close span, .open-close span::after, .open-close span::before{
    width: 32px;
    background-color: #000;
    height: 4px;
    display: block;
    border-radius: 5px;
    padding: 1px 0;
}
.open-close span::after, .open-close span::before{
  content: "";
  width: 32px;
    background-color: #000;
    height: 5px;
    display: block;
    border-radius: 5px;
    
}
.open-close span::before{
    position: relative;
    top: 11px;
}