@import "../variables.css";
@import "../fonts.css";

h1.page-title {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    letter-spacing: normal;
    color: var(--black-color);
    margin-bottom: 8px;
    font-family: 'ProximaNova-Bold', sans-serif;
    line-height: 1.1;
    margin-top: 52px;
}


.sub-title {
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    line-height: normal;
    color: var(--black-color);
    font-family: 'Conv_Roboto-Regular', sans-serif ;
    letter-spacing: normal;
    max-width: 1199px;
    margin-bottom: 12px;
}

.sub-title span {
    color: var(--tertiary-color);
}

.card-block-wrap {
    max-width: 1225px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main-cont {
    max-width: 1710px;
    margin: 2rem auto 2rem;
    display: flex;
    padding-left: 115px;
    padding-right: 115px;
    gap: 15px;
} 
.main-cont .content {
    max-width: 55%;
}
.main-cont .cover-img {
    margin-left: 10px;
    display: flex;
    justify-content: center;
}
.main-cont .content p {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    margin-bottom: 1rem;
    text-align: justify;
}
.plan-card-wrap {
    padding: 0;
    display: flex;
    justify-content: center;
}

.card-block {
    flex-basis: 33.333333%;
    width: 33.333333%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 46px;
}

.card-block img {
    max-width: 130px;
    margin: 0 auto 5px auto;
}

.card-title {
    text-align: center;
    font-size: 36px;
    margin: 6px 0 9px;
    color: #0f4660 !important;
    font-family: 'ProximaNova-Bold', sans-serif;
    line-height: 43px;
    letter-spacing: normal;
}

.card-details {
    max-width: 297px;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    line-height: 21px;
    color: #000000;
    letter-spacing: normal;
}

.section-title {
    position: relative;
    border-top: 2px solid var(--tertiary-color);
    margin: 90px 0 64px;
}

.section-title h2 {
    font-family: 'ProximaNova-Bold', sans-serif;
    display: inline-block;
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    line-height: 33px;
    letter-spacing: normal;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 545px;
    margin-top: 0;
    padding: 15px 0;
    color: var(--white-color);
    background-color: var(--primary-color);
    bottom: -31px;
}

.plan-card-wrap {
    gap: 15px;
    margin-bottom: 48px;
}

.plan-card {
    width: 100%;
    background-color: var(--pale-white);
    text-align: var(--text-center);
    transition: 0.5s all ease;
    padding: 1rem 1rem;
    flex-basis: calc(100% - 25px);
}

.plan-card:hover {
    box-shadow: 5px 5px 5px rgb(102 102 102 / 20%);
    -moz-box-shadow: 5px 5px 5px rgba(102, 102, 102, 0.2);
    -webkit-box-shadow: 5px 5px 5px rgb(102 102 102 / 20%);
}

.plan-card-title {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 18px;
    line-height: 40px;
    color: var(--black-color);
    background-color: var(--pale-white);
    padding: 3px;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: 400;
}

.plan-card-title span {
    font-family:'ProximaNova-Regular', sans-serif;
    color: var(--secondary-color);
}

.plan-offer-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50px;
}

.plan-principal {
    font-family:'ProximaNova-Regular', sans-serif;
    color: var(--tertiary-color) ;
    font-size: 22px;
    line-height: 28px;
    position: relative;
    width: 90px;
    margin: 0 auto;
}

.plan-principal:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid;
    border-color: var(--black-color);
    transform: rotate(-5deg);
}

.plan-offer {
    font-size: 17px;
    letter-spacing: 0.34px;
    color: var(--black-color);
    letter-spacing: 0.4px;
}

.plan-offer span {
    font-size: 28px;
    font-family: 'ProximaNova-Bold', sans-serif;
    line-height: 43px;
    letter-spacing: normal;
    color: var(--tertiary-color);
    text-transform: uppercase;
}

.plan-details {
    text-align: left;
    margin: 21px 15px 0 45px;
    min-height: 180px;
}

.plan-details li {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0;
    color: var(--grey-color-font);
    position: relative;
    margin: 10px 0 10px 0;
}

.plan-details li:before {
    content: '';
    background: url(../../images/icon-bullet.svg) 0 0 no-repeat;
    height: 18px;
    width: 18px;
    position: absolute;
    margin-left: -25px;
    top: 5px;
}

.subs-btn-wrap {
    padding-bottom: 0;
    padding-top: 0px;
}

.subs-btn {
    display: inline-block;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 16px;
    line-height: normal;
    background: #2d2b2b;
    color: var(--white-color);
    padding: 10px 35px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s all ease;
}

.subs-btn:hover {
    box-shadow: 0 15px 10px -15px var(--primary-color);
}

.plans-to {
    min-height: 0;
}

.plans-to:before {
    display: none;
}

.classification {
    margin-bottom: 18px;
}

.classification span {

    color: var(--tertiary-color);
}

footer.hp-footer {
    background-color: var(--medium-grey-color);
    padding: 50px 0 0;
    text-align: left;
}

.ftr-container {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

.ftr-container * {
    font-size: 17px;
}

.faq-wrap {
    margin-bottom: 3rem;
}

.faq-wrap h3 {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 18px;
    font-weight: normal;
    background-color: var(--footer-gray);
    position: relative;
    color: var(--black-color);
    padding: 30px;
    margin: 0;
    box-shadow: 0 0 10px 5px #000000ba;
    -moz-box-shadow: 0 0 10px 5px #000000ba;
    -webkit-box-shadow: 0 0 10px 5px #000000ba;
    cursor: pointer;
}

.faq-arrow {
    background: url(../../images/icon-down-dark.png) no-repeat left top;
    width: 26px;
    height: 15px;
    display: inline-block;
    position: absolute;
    right: 60px;
    margin-top: 5px;
}

.faq-details-wrap-open .faq-arrow {
    transform: scale(-1, -1);
}

.faq-details-wrap-open+.faq-details-wrap {
    height: auto;
    display: flex;
    gap: 70px;
}

.faq-details-wrap {
    background-color: var(--footer-gray);
    display: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    height: 0;
    border-top: 1px solid #dedede;
    margin-bottom: 30px;
    padding: 10px 30px 30px 30px;
    position: relative;
}

.faq-details-inner-wrap {
    flex-basis: 50%;
}

.faq-list li {
    margin: 0 0 21px;
}

.faq-details-wrap strong {
    font-family: 'ProximaNova-Regular', sans-serif ;
    margin-bottom: 16px;
    display: block;
}

.faq-details-wrap strong,
.faq-details-wrap p {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: var(--medium-grey-color);
}
.faq-details-wrap strong{
    line-height: normal;
}
/*Three col*/
.sub-det-sec.sub-det-container {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    max-width: 1250px;
    margin: 0px auto;
    padding: 13px 10px 0 10px;
    gap:15px;
}
.sub-det-box {
    width: 100%;
    background-color: #2d2b2b;
    color: #ffffff;
    padding: 2rem 1rem;
    text-align: center;
}

.sub-det-sec .sub-det-box h3.sub-det-ttl {
    font-family: 'Conv_Roboto-Regular', sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    line-height: 1.1;
    margin: 0.5rem 0 1rem;
}
.sub-det-sec .sub-det-box h3.sub-det-ttl img {
    vertical-align: top;
    display: inline-block;
    width: 25px;
    margin-right: 10px;
}
@media (min-width: 1360px) {
    .ftr-container {
        max-width: 1260px;
    }
}

.footer-logo {
    width: 120px;
    margin-bottom: 20px;
}

.ftr-content p {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    color: #a9a6a6;
    margin-bottom: 0.5rem;
}

.ftr-copy-right {
    padding: 30px 15px;
    margin-top: 70px;
    border-top: 1px solid #4e4e4e;
    display: flex;
    align-items: center;
}

.ftr-copy-right * {
    color: var(--white-color);
}

.ftr-links {
    flex: 1;
    text-align: right;
}

.ftr-links a {
    display: inline-block;
    margin-left: 30px;
    cursor: pointer;
}

.ftr-links a:hover {
    color: var(--light-blue-color);
}

.ftr-links a i {
    margin-right: 10px;
    height: 24px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    min-width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.icon-key {
    background-image: url(../../images/icon-key.png);
}

.icon-lock {
    background-image: url(../../images/icon-lock.png);
}

.icon-clock {
    background-image: url(../../images/icon-clock.png);
}

.faq-list li p a {
    color: var(--light-blue-color);
    text-decoration: underline;
}

@media (max-width: 991px) {
    .subs-btn-wrap {
        padding-bottom: 35px;
    }
    .main-cont {
        flex-flow: column;
        padding: 20px;
    }
    .main-cont .content {
        max-width: 100%;
    }
}

@media (min-width: 961px) and (max-width: 1023px) {
    .ftr-links {
        text-align: left;
    }
}

@media (max-width: 960px) {
    .faq-details-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .faq-details-wrap-open+.faq-details-wrap {
        flex-wrap: wrap;
        gap: initial;
    }

    .faq-details-inner-wrap {
        flex-basis: 100%;
    }

    .faq-wrap h3 {
        font-size: 16px;
        padding: 15px 20px;
    }

    .faq-wrap {
        margin-bottom: 1.6rem;
    }

    footer.hp-footer {
        padding: 25px 0 0;
    }

    .ftr-content p {
        font-size: 14px;
        line-height: 20px;
    }

    .ftr-links {
        text-align: left;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
    }

    .ftr-copy-right {
        display: block;
    }

    .ftr-links a {
        margin: 0 0 10px;
    }
}

@media (max-width: 767px) {
    .main-cont {
        margin: 1rem auto;
    }
    .plan-card-wrap {
        padding: 0;
        margin-top: 0;
        flex-wrap: wrap;
    }
    .plan-card,
    .card-block {
        flex-basis: 300px;
    }
    .sub-det-box{
        padding-top: 28px;
        padding-bottom: 28px;
    }
    .plan-details {
        margin: 20px 0px 0 25px;
    }
    h1.page-title {
        font-size: 26px;
        line-height: 33px;
        margin: 40px auto 11px;
        letter-spacing: 0.96px;
        max-width: 328px;
    }

    .sub-title {
        font-size: 18px;
        line-height: 26px;
        max-width: 318px;
        margin: 0 auto 48px;
    }

    .card-details {
        max-width: 344px;
        margin: 0 auto;
    }

    .section-title h2 {
        max-width: calc(100% - 30px);
        font-size: 19px;
        line-height: 24px;
        padding: 11px 0;
        left: 15px;
        right: 15px;
        bottom: -24px;
    }

    .plan-card-title {
        font-size: 24px;
        line-height: 43px;
    }

    .plan-offer {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.28px;
    }

    .plan-offer span {
        font-size: 25px;
        font-family: 'ProximaNova-Bold', sans-serif;
        line-height: 38px;
        letter-spacing: 0.48px;
    }

    .plans-to {
        min-height: auto;
        margin-bottom: 1.5rem;
    }

    .faq-details-wrap strong,
    .faq-details-wrap p,
    .ftr-container * {
        font-size: 14px;
        line-height: 1.45;
    }

    .ftr-links *,
    .ftr-copy-right {
        font-size: 17px;
        line-height: normal;
    }

    .ftr-copy-right {
        margin-top: 58px;
    }
}



@media (max-width: 599px) {
    .card-block {
        flex-basis: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {

    .plan-card,
    .card-block {
        flex-basis: calc(49% - 20px);
    }

    .section-title {
        margin: 69px 0 73px;
    }

    .plan-card:not(:last-child) .plan-details li.plans-to {
        min-height: initial;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sub-title {
        max-width: 593px;
        line-height: 36px;
        margin-right: auto;
        margin-left: auto;
    }

    .section-title {
        margin: 69px 0 55px;
    }
}

@media (min-width: 501px) and (max-width: 767px) {

    .sub-title,
    h1.page-title {
        max-width: unset;
        padding: 0 20px;
    }
}
@media (max-width: 991px){
    .sub-det-sec.sub-det-container{
        flex-flow: column;
        padding: 13px 15px 0 15px;
        align-items: center;
    }
    .sub-det-box {
            width: calc(100% - 2rem);
    }
    main.index h1.page-title {
            margin: 32px 15px 8px 15px;
            max-width: 100%;
            letter-spacing: 0;
            line-height: normal;
    }
    main.index p.sub-title {
            max-width: 100%;
            margin: 0 15px 16px 15px;
            text-align: left;
    }
    main.index{
        max-width: 750px;
        margin: 0px auto;
    }
}
.slick-dots {
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: -10px 3px 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    content: '•';
    opacity: .25;
    color: #211c1d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .95;
    color: var(--primary-color);
}

/* HP Newsletter Subscribe Form ST */
.newsletter-block {
    background: #f4f4f4;
    padding: 4rem 1rem;
}
.hp-newsletter-block {
    display: flex;
    gap: 32px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    border-radius: 12px;
    background-color: var(--white-color);
    box-shadow: 0 .2rem .8rem 0 rgba(0, 0, 0, .15);
    overflow: hidden;
}
.hp-newsletter-block .left-block, .hp-newsletter-block .right-block {
    flex-basis:33.33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hp-newsletter-block .left-block .left-block-img {
    width: 100%;
}
.hp-newsletter-block .right-block {
    flex-basis:66.66%;
}
.hp-newsletter-block .subscribe {
    padding: 0 10% 0 5%;
}
.hp-newsletter-block .subscribe h2 {
    font-family: inherit;
    font-size: 2rem;
    color: var(--text-color);
    letter-spacing: 0;
    font-weight: 700;
    text-align: center;
    margin: 1rem 0;
}
.hp-newsletter-block .subscribe p {
    font-family: inherit;
    font-size: 0.75rem;
    line-height: 19px;
    color: #9ab;
    text-align: center;
    text-transform: uppercase;
}
.hp-newsletter-block .subscribe .subscriptionForm {
    border: 0;
    padding: 0.35em 0.75em 0.625em;
}
.hp-newsletter-block .subscribe .newsletter-fields {
    display: flex;
    border: 1px solid #eaeaea;
    border-radius: 100px;
    background: var(--white-color);
    padding: 0.5rem;
    margin: 0 0 0.5rem 0;
}
.hp-newsletter-block .subscribe .form-input {
    border: 0;
    height: 44px;
    outline: 0;
    font-family: inherit;
    font-size: 12px;
    width: calc(100% - 135px)!important;
    margin: 0;
}
.hp-newsletter-block .subscribe .form-submit {
    width: 135px;
    height: 44px;
    padding: 0 2rem;
    border-radius: 50px;
    background-color: #000;
    color: var(--white-color);
    font-family: inherit;
    font-size: 10px;
    outline: 0;
    cursor: pointer;
}
.hp-newsletter-block .subscribe .error-msg, .hp-newsletter-block .subscribe #success {
    font-family: inherit;
    font-size: 12px;
    color: #f00;
}
.hp-newsletter-block .subscribe #success {
    color: #008000;
}
@media (max-width: 1299px) {
    .hp-newsletter-block {
        width: 850px;
    }
}
@media (max-width: 991px) {
    .hp-newsletter-block {
        width: 100%;
    }
}
@media (max-width: 781px) {
    .hp-newsletter-block {
        flex-direction: column;
        max-width: 90vw;
    }
}
@media (max-width: 767px) {
    .hp-newsletter-block .subscribe {
        padding: 0.5rem;
    }
}
/* HP Newsletter Subscribe Form ED */

@media (min-width: 768px) {
    main {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 961px) {
    .ftr-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    footer.hp-footer .ftr-content {
        margin-top: 80px;
    }
}
@media (min-width:768px) and (max-width: 1200px){
    .plan-card-wrap {
        padding: 0;
    }
    .plan-card, .card-block {
        flex-basis: 300px;
    }
    .main-cont {
        flex-flow: column;
        padding: 20px;
    }
}
@media (min-width:992px) {
    .sub-det-sec.sub-det-container {
        max-width: 1710px;
        padding-left: 115px;
        padding-right: 115px;
        margin-top: 1rem;
    }
}
@media (min-width:992px) and (max-width: 1200px){ 
    .main-cont .content {
        max-width: 100%;
        padding-left: 115px;
        padding-right: 115px;
    }
}
@media (min-width:1201px) and (max-width: 1400px){ 
    .main-cont .content {
        max-width: 60%;
    }
    .plan-card-wrap {
        padding: 0;
        max-height: 335px;
    }
    .main-cont .cover-img img {
        width: 250px;
    }
    .plan-offer span {
        font-size: 25px;
    }
    .plan-details{
        min-height: 130px;
    }
    .plan-card {
        width: 250px;
    }
}
@media (min-width:768px) and (max-width: 1360px){
    .plan-details{
        margin: 21px 15px 0 25px;
    }
}
@media (min-width:1401px) and (max-width: 1517px){ 
    .plan-card-wrap {
        max-height: 372px;
    }
    .plan-card {
        width: 250px;
    }
    .plan-details{
        min-height: 150px;
    }
}