.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.popup-content{
    border-radius: 10px;
    background: white;
    padding: 25px;
    color: #222;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content{
    max-width: 900px;
}
.ajax-popup-link{
    text-decoration: none;
}
.bold-font{
    font-weight: 700 !important;
}
.semibold-font{
    font-weight: 600 !important;
}
.medium-font{
    font-weight: 500 !important;
}
.black-font{
    font-weight: 800 !important;
}
.regular-font{
    font-weight: 400 !important;
}
.light-font{
    font-weight: 300 !important;
}
.white-color{
    color: white;
}
body{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}
.section-top:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: #f3eee8;
}
.main-wrap{
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    background: white;
    box-shadow: 0 3px 12px -1px rgba(0, 0, 0, 0.3);
}
.main-logo{
    width: 250px;
}
.header{
    padding: 40px 0;
}
.blue-bg{
    background: #00bbe9;
}
.main-top{
    padding: 15px 15px 25px;
    border-radius: 10px 10px 0 0;
}
.main-content{
    border-radius: 10px;
    margin-top: -10px;
    background: white;
    padding: 35px;
}
.pack-item{
    border-radius: 10px;
    background: #f3eee8;
    cursor: pointer;
    margin-bottom: 25px;
    box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.1);
}
.pack-header{
    font-size: 16px;
    font-weight: 500;
    position: relative;
    color: #303f97;
    background: rgb(255,255,255);
    border-radius: 10px;
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(227,227,227,0.8827906162464986) 100%);
    padding: 15px 15px;
    display: flex;
    align-items: flex-start;
}
.pack-item.active .pack-header{
    color: white;
    border-radius: 10px 10px 0 0;
    background: rgb(72,36,174);
    background: linear-gradient(180deg, rgba(72,36,174,1) 0%, rgba(72,36,174,1) 60%, rgba(227,227,227,0) 100%);
}
.pack-check-icon{
    display: none;
}
.pack-uncheck-icon{
    display: block;
}
.pack-item.active .pack-check-icon{
    display: block;
}
.pack-item.active .pack-uncheck-icon{
    display: none;
}
.pack-check-wrap img{
    margin-right: 10px;
}
.pack-content{
    padding: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    /*transition: all ease 0.5s;*/
}
.pack-item.active .pack-content{
    height: auto;
    padding: 15px;
    visibility: visible;
    /*transition: all ease 0.7s;*/
}
.pack-inner{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pack-img{
    width: 58%;
}
.pack-item-img{
    position: relative;
    display: block;
    width: 100%;
}
.pack-save{
    position: absolute;
    top: 0;
    right: 0;
}
.pack-save img{
    position: relative;
}
.pack-save-val{
    display: block;
    line-height: 1;
    font-weight: bold;
    color: white;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%) rotate(-20deg);
}
.pack-ship{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #4824ae;
    font-size: 12px;
    font-weight: bold;
}
.btn{
    border-radius: 99px;
}
.btn-primary {
    background: #05bae6;
    border-color: #05bae6;
}
.btn-primary:hover{
    background: #0398bd;
    border-color: #0398bd;
}
.pack-right{
    width: 40%;
    text-align: center;
}
.green-color{
    color: #258314;
}
.price-label{
    font-size: 16px;
    margin-bottom: 0;
}
.pack-price{
    font-size: 36px;
    line-height: 1;
}
.pack-price sub{
    bottom: 0;
    font-size: 0.6em;
}
.regular-price{
    font-size: 14px;
    font-weight: 300;
    color: #3a383e;
    padding-bottom: 10px;
    line-height: 1.3;
}
.regular-price span{
    font-size: 1.6em;
}
.save-value{
    font-size: 16px;
    line-height: 1.2;
    color: #ef720c;
    font-weight: bold;
    padding-bottom: 15px;
}
.save-value span{
    font-size: 1.6em;
}
.btn-select.btn-primary{
    font-weight: bold;
    padding: 5px 25px;
}
.main-right{
    padding: 25px;
    border-radius: 10px;
    background: #eaf8fb;
}
.right-title{
    font-size: 18px;
    color: #024885;
    font-weight: bold;
    margin-bottom: 15px;
}
.same_billing-label{
    font-size: 14px;
    color: #9a958f;
}
.form-field label{
    font-size: 14px;
    color: #88b4be;
}
.form-field .form-control, .form-field .form-select{
    border-radius: 30px;
    border: 1px solid #d2e5e9;
    text-transform: uppercase;
    padding: 8px 20px;
    box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.15);
}
.form-secure-text{
    font-size: 14px;
    color: #c77d79;
    font-weight: bold;
}
.btn-submit.btn-submit{
    padding: 10px 20px;
    font-weight: 800;
    font-size: 30px;
    border-radius: 15px;
    border: 2px solid white !important;
    background: #05bae6 !important;
}
.btn-submit.btn-submit img{
    margin-left: 10px;
}
.form-field .btn{
    padding: 8px 20px;
}
.section-middle{
    padding: 250px 0 100px;
    background: url("../images/section-bg.jpg") no-repeat center top;
    background-size: cover;
}
.middle-content{
    max-width: 1000px;
    display: flex;
    align-items: flex-start;
}
.middle-content img{
    width: 200px;
    margin-right: 25px;
}
.middle-content h3{
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #567768;
}
.middle-content h3 span{
    color: #ed8a09;
}
.middle-content p{
    color: black;
}
.top-wrap{
    transform: translateY(150px);
    margin-top: -150px;
}
.section-faq{
    padding: 60px 0;
}

.accordion-button,
.pt-16 {
    font-size: 18px;
}
.f-30{
    font-size: 30px;
}
.accordion-body {
    font-size: 14pt;
}
footer {
    padding: 50px 0;
    text-align: center;
    color: #606060;
    font-size: 14px;
}

footer a {
    color: #606060;
    text-decoration: none;
}

.footer-icon-1 {
    margin-right: 40px;
}

.footer-icon-3 {
    margin-right: 20px;
}

.footer-icons-2 {
    padding: 30px 0;
}

@media (max-width: 1399px) {

}
@media (max-width: 1199px) {
    .header {
        padding: 25px 0;
    }
    .main-top {
        padding: 10px 15px 20px;
    }
    .form-field .btn, .form-field .form-control, .form-field .form-select {
        font-size: 14px;
    }
    .pack-save img {
        width: 60px;
    }
    .btn-submit.btn-submit {
        padding: 10px 20px;
        font-size: 22px;
    }
    .btn-submit.btn-submit img {
        width: 30px;
    }
    .top-wrap {
        transform: translateY(50px);
        margin-top: -50px;
    }
    .section-middle {
        padding: 120px 0 70px;
    }
    .f-30{
        font-size: 26px;
    }
}
@media (max-width: 991px) {
    .section-middle {
        padding: 120px 0 70px;
        background-position: left center;
    }

}
@media (max-width: 767px) {
    .main-content{
        padding: 25px;
    }
    .pack-check-wrap img {
        margin-right: 10px;
        margin-top: 1px;
    }
    .footer-icons-2,
    .footer-icons-1 {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .footer-icon-1,
    .footer-icon-3 {
        margin-right: 0;
        margin-bottom: 15px;
    }
    footer {
        font-size: 13px;
    }
    .middle-content img {
        width: 100px;
        margin-right: 15px;
    }
    .middle-content h3 {
        font-size: 18px;
    }
    body {
        font-size: 14px;
    }
    .header {
        padding: 15px 0;
    }
    .main-logo {
        width: 200px;
    }
    .accordion-button, .pt-16 {
        font-size: 16px;
    }
    .accordion-body {
        font-size: 11pt;
    }
    .section-faq {
        padding: 40px 0 0;
    }

}
@media (max-width: 575px) {
    .middle-content{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .middle-content img {
        width: 120px;
        margin-right: 0;
        margin-bottom: 15px;
    }
    footer {
        font-size: 12px;
    }
    .pack-img {
        width: 100%;
    }
    .pack-right{
        width: 100%;
        padding-top: 15px;
    }
    .pack-header {
        font-size: 14px;
    }
    .pack-check-wrap img {
        width: 17px;
        margin-right: 8px;
        margin-top: 2px;
    }
    .main-right {
        padding: 25px 15px;
    }
    .section-middle {
        padding: 90px 0 40px;
    }
    .f-30 {
        font-size: 20px;
    }
}
