/*-------------------------------------GLOBAL CSS---------------------------------------------*/

@media only screen and (max-device-width : 1199px),
only screen and (max-width : 1199px) {

    /*Individual Plan Pages*/

    #block-plan-cart .field-field-plan-amount {
        font-size: 27px !important;
    }

    #block-plan-cart .field-field-plan-offer-amount {
        font-size: 35px !important;
    }

    #block-plan-cart .field-field-plan-savings {
        font-size: 15px !important;
    }

}

@media only screen and (max-device-width : 991px),
only screen and (max-width : 991px) {

    /*Individual Plan Pages*/

    #block-individual-plan-image {
        width: 100% !important;
        margin: 0 0 50px 0 !important;
        float: none !important;
        text-align: center !important;
    }

    #block-individual-plan-image .field-plan-image img {
        width: 480px !important;
        height: auto !important;
        max-width: 100% !important;
    }

    #block-individual-plan-desc {
        width: 480px !important;
        margin: 0 auto !important;
        max-width: 100% !important;
        display: block !important;
    }

}

@media only screen and (max-device-width : 767px),
only screen and (max-width : 767px) {

    /*Individual Plan Pages*/

    #block-benefits .sec {
        width: 50% !important;
        float: left !important;
        margin: 0 0 20px 0 !important;
    }

    #zone-content-bottom-second-wrapper {
        clear: both;
    }

}

@media only screen and (max-device-width : 479px),
only screen and (max-width : 479px) {

    /*Individual Plan Pages*/

    #zone-content-wrapper {
        padding: 50px 0 20px 0 !important;
    }

    #block-benefits .sec {
        width: 100% !important;
        float: none !important;
        margin: 0 0 20px 0 !important;
    }

    #block-benefits .sec:last-child {
        margin: 0 !important;
    }

    #block-plan-cart .field-plan-prices {
        display: block !important;
        align-items: inherit !important;
        gap: 0 !important;
        margin: 30px 0 !important;
        text-align: center;
    }

    #block-plan-cart #form-addtocart {
        display: block !important;
        align-items: inherit !important;
        gap: 0 !important;
    }

    #block-plan-cart .form-label-group.quantity {
        justify-content: center !important;
        margin: 0 0 10px 0 !important;
    }

    #block-plan-cart .field-plan-cart-validity {
        margin: 10px 0 0 0 !important;
    }

    #block-plan-cart #form-addtocart {
        padding: 10px !important;
    }

    #block-plan-cart label {
        margin: 0 !important;
    }

}

/*-------------------------------------GLOBAL CSS---------------------------------------------*/


html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: #393939;
    font-family: "Montserrat";
}

.no-gutters {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.page {
    padding-right: 0 !important;
}

@font-face {
    font-family: "Montserrat";
    src: url("assets/fonts/Montserrat-Regular.woff") format("woff"),
        url("assets/fonts/Montserrat-Regular.otf") format("opentype"),
        url('assets/fonts/Montserrat-Regular.ttf') format('truetype');
    font-family: "Montserrat Bold";
    src: url("assets/fonts/Montserrat-Bold.woff") format("woff"),
        url("assets/fonts/Montserrat-Bold.otf") format("opentype"),
        url('assets/fonts/Montserrat-Bold.ttf') format('truetype');
}


a {
    color: #393939;
    text-decoration: none;
}

h1.page-title {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    margin: 0 0 60px 0;
    text-align: center;
}

h2.block-title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 60px 0;
    text-align: center;
}

h3.block-title {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    margin: 0 0 5px 0;
    text-align: center;
}

/*Header Section*/

#header-section {
    border-bottom: 1px solid #dedbdb;
}

#header-section #zone-header-wrapper {
    padding: 25px 0;
}

.navbar-brand.logoimg {
    padding: 0;
    margin: 0;
}

/*Content Section*/

#zone-content-wrapper {
    padding: 50px 0 40px;
}

label {
    display: table;
    font-weight: 600;
    cursor: pointer;
}

#block-individual-plan-image {
    width: calc(50% - 15px);
    margin: 0 15px 0 0;
    float: left;
}

#block-individual-plan-image .field-plan-image {}

#block-individual-plan-image .field-plan-image img {
    width: 100%;
    height: auto;
}

#block-individual-plan-desc {
    width: calc(50% - 15px);
    margin: 0 0 0 15px;
    display: inline-block;
}

#block-individual-plan-desc .field-plan-price-per-day {
    margin: 0 0 5px 0;
}

#block-individual-plan-desc .field-plan-price-per-day div.field-content {
    background: #b090ed;
    color: #fff;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: inline;
    border-radius: 5px;
}

#block-plan-title {
    margin: 0 0 30px 0;
}

.field-plan-title {
    font-size: 44px;
    line-height: 52px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.field-plan-name {
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 7px 0;
}

.field-plan-tagline {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
}

.field-plan-tagline:after {
    content: "";
    left: 16px;
    position: absolute;
    bottom: -30px;
    width: 2.25px;
    height: 30px;
    transform: rotate(90deg);
    margin-left: 0;
    background: #393939;
}

#block-plan-desc {
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 21px;
}

#block-plan-desc span.icon-correct {
    font-size: 16px;
    font-weight: bold
}

#block-plan-desc .views-field {
    margin: 0 0 5px 0;
}

#block-plan-desc span.views-label {
    font-weight: bold;
}

#block-plan-desc div.field-content {
    margin-left: 15px;
}

#block-plan-desc p {
    font-size: 13px;
    line-height: 21px;
    margin: 0 0 5px 0;
}

#block-plan-cart .field-plan-prices {
    display: flex;
    align-items: center;
    gap: 20px;
    /*justify-content:center;*/
    margin: 0 0 10px 0;
}

#block-plan-cart .field-field-plan-amount-label {
    font-size: 18px;
    font-weight: 600;
}

#block-plan-cart .field-field-plan-amount {
    font-weight: bold;
    text-align: center;
    font-size: 28px;
    color: #9e4aff;
}

#block-plan-cart .field-field-plan-amount s {
    color: #9e4aff;
}

#block-plan-cart .field-field-plan-offer-amount {
    font-weight: bold;
    text-align: center;
    font-size: 36px;
    color: #9e4aff;
}

#block-plan-cart .field-field-plan-savings {
    color: #9e4aff;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 36px;
    text-transform: uppercase;
}

#block-plan-cart .field-plan-cart-validity p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

#block-plan-cart .field-plan-cart-validity p span {
    font-weight: 600;
}


#block-plan-cart #form-addtocart {
    text-align: center;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    /* justify-content: center; */
    background: #ede6f9;
    padding: 5px 10px;
}

#block-plan-cart .form-label-group.quantity {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

#block-plan-cart label {
    margin: 0 auto 3px auto;
    font-size: 14px;
}

#block-plan-cart input {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 0;
    box-sizing: border-box;
    color: #333;
    font-family: "Montserrat";
    font-size: 13px;
    height: 40px;
    max-width: 100%;
    outline: 0 none;
    padding: 10px;
    width: 60px;
    margin: 0;
    text-align: center;
    outline: none;
}

#block-plan-cart button {
    background: #9e57fc;
    color: #fff;
    border: none;
    border-image: none;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    width: 139px;
    height: 40px;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: none;
    font-family: "Montserrat";
    /* background-image: linear-gradient(to right, #8322ef, #9e4aff, #9e4aff, #8322ef); */
    cursor: pointer;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 300% 100%;
}

#block-plan-cart button:hover {
    background-image: linear-gradient(to right, #8322ef, #9e4aff, #9e4aff, #8322ef);
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff;
}

#block-plan-cart button:focus {
    outline: none;
    color: #fff;
}

/*Additional Benefits to Employees, Terms & Conditions*/

#zone-content-bottom-first-wrapper {
    padding: 20px 0 30px 0;
    clear: both;
    background: #e3ded891;
}

#zone-content-bottom-second-wrapper {
    padding: 30px 0 50px 0;
}


#block-benefits .field-benefits-perc {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px;
    margin: 0 auto 18px auto;
}

#block-benefits .field-benefits-perc p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

#block-benefits .field-benefits-perc span.big-letter {
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    color: #9e4aff;
}

#block-benefits .field-benefits-title {}


#block-benefits .field-benefits-title h3 {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
}

#block-benefits .field-benefits-desc {}

#block-benefits .field-benefits-desc p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px 0;
}

span.big-letter {}

#block-term-condition .sec {
    font-size: 13px;
    line-height: 21px;
    margin: 0 0 5px 0;
    text-align: center;
}

/*Footer Section*/

#footer-section {
    clear: both;
}

#zone-footer-wrapper {
    padding: 30px 0;
    border-top: 1px solid #dedbdb;
    clear: both;
}

#zone-footer-bottom-wrapper {
    padding: 10px 0;
    border-top: 1px solid #dedbdb;
}

#footer-copyright {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

/*---------------------------------------------------------------*/

@media only screen and (max-device-width : 991px),
only screen and (max-width : 991) {

    /*Search Test - Individual Test Plans*/

    #individual-test-plans .sec .field-title {
        min-height: 71px !important;
    }

}

@media only screen and (max-device-width : 767px),
only screen and (max-width : 767) {

    /*Search Test - Individual Test Plans*/

    #individual-test-plans .sec {
        width: 46% !important;
        margin: 2% !important;
    }

    #individual-test-plans .sec:nth-child(odd) {
        clear: left !important;
    }

    #individual-test-plans .sec .field-title {
        min-height: 51px !important;
    }

}

@media only screen and (max-device-width : 479px),
only screen and (max-width : 479px) {

    /*Search Test*/

    .search-container input[type=text] {
        width: 240px !important;
    }

    /*Search Test - Individual Test Plans*/

    #individual-test-plans .sec {
        width: 100% !important;
        margin: 0 0 20px 0 !important;
    }

    #individual-test-plans .sec .field-title {
        min-height: auto !important;
    }

}

/*Search Test*/

.page-search-test h1.page-title {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    margin: 0 0 30px 0;
    text-align: center;
}

.page-search-test h2.block-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin: 0 0 35px 0;
    text-align: center;
}

.page-search-test #zone-content-wrapper {
    padding: 40px 0 20px 0;
}

#block-search-test {}

.search-container {}

.search-container form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-container input[type=text] {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #9e4aff;
    border-radius: 0;
    box-sizing: border-box;
    color: #333;
    font-family: "Montserrat";
    font-size: 16px;
    height: 50px;
    max-width: 100%;
    outline: 0 none;
    padding: 10px;
    width: 400px;
    margin: 0;
    font-family: "Montserrat";
}

.search-container input[type=text]::placeholder {
    font-family: "Montserrat";
}

.search-container button {
    border-radius: 0;
    border: none;
    width: 50px;
    height: 50px;
    background: url(../images/icon-search.png) no-repeat center center #9e4aff;
    background-size: 24px;
    cursor: pointer;
    outline: none;
}

/*Search Test - Individual Test Plans*/

.page-search-test #zone-content-bottom-second-wrapper {
    padding: 30px 0 0 0;
    clear: both;
}

#individual-test-plans {
    clear: both;
    padding: 0 0 40px 0;
}

#individual-test-plans .field-desc {
    font-size: 14px;
    line-height: 21px;
}

#individual-test-plans .sec {
    width: 23.5%;
    float: left;
    margin: 0.75%;
    background: #fff;
    padding: 10px;
    border: 6px solid #ede6f9;
}

#individual-test-plans .sec .field-title {
    margin: 0 0 5px 0 !important;
    border-bottom: 1px solid #ede6f9;
    padding: 0 0 10px 0;
    min-height: 51px;
    font-weight: bold;
}

#individual-test-plans .sec .field-title h4,
#individual-test-plans .sec .field-title h4 a {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    font-weight: bold;
    text-decoration: none;
}

#individual-test-plans .sec .field-title h4 a:hover {
    color: #8322EF;
}

#individual-test-plans .sec .field-price {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    border-top: 1px solid #ede6f9;
    padding: 10px 0 0 0;
    margin: 5px 0 0 0;
}