html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
}

/*a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0
}*/

a, a:focus, a:hover {
    text-decoration: none
}

a {
    outline: 0;
    border: none;
}

    a:focus {
        outline: 0;
        border: none;
    }

    a:hover {
        outline: 0;
        border: none;
    }

p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 26px;
}

.section {
    padding: 30px 0;
}

.blogsec {
    background-color: #F0F0F0;
}

.feedbacksec {
    background-color: #F0F0F0;
}

.featureSection {
    background: #FDF3E8;
    border-radius: 50px 50px 0px 0px;
}

.rowgap {
    margin-top: 25px;
}

.redbanner {
    background: #3F72AF;
    color: #fff;
}

    .redbanner p.bigtext {
        font-size: 18px;
    }

    .redbanner p {
        font-weight: 300;
        color: #fff;
    }

p.bigtext {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

img {
    border: 0;
    height: auto;
    max-width: 100%
}

.bg-wheat {
    background-color: #99ccff;
}

.brandsec {
    padding: 30px 0;
    text-align: center;
}

    .brandsec .rowgap {
        margin-top: 30px;
    }

.brandlogoscroll .item {
    padding: 0 20px;
}

    .brandlogoscroll .item img {
        height: 114px;
    }


.pcbrandimg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .pcbrandimg img {
        height: 66px;
    }

.pricebox {
    background: #fff;
    padding: 40px 30px;
    margin: 15px 0;
    border-radius: 20px;
    border: 0.5px solid #0C0C0C;
}

    .pricebox h3 {
        color: #000;
        font-size: 26px;
        line-height: 20px;
    }

    .pricebox p {
        margin-top: 15px;
        font-size: 18px;
        line-height: 26px;
        line-height: 26px;
        font-weight: 300;
        color: #5D5D5D;
    }


.priceamount {
    margin: 25px 0 20px;
    font-size: 20px;
    font-weight: 300;
    leading-trim: both;
    text-edge: cap;
    font-style: normal;
    line-height: 28px;
}

    .priceamount strong {
        font-size: 30px;
        font-weight: 700;
        display: block;
    }

.pricesec .pricebox p {
    font-size: 16px;
    line-height: 20px;
    color: #5D5D5D;
    font-weight: 400;
}

    .pricesec .pricebox p strong {
        font-weight: 700;
    }

.popularbox {
    border-radius: 20px;
    border: 0.5px solid #0E1825;
    background: #243142;
    color: #fff;
}

    .popularbox h3, .popularbox p {
        color: #fff;
    }


.bestvaluetag {
    width: 172px;
    height: 37px;
    border-radius: 50px;
    text-align: center;
    line-height: 37px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    background: #2873bd;
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    margin: auto;
}

.pricelisttext ul {
    margin: 0;
    padding: 0;
}

    .pricelisttext ul li {
        color: #000;
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 400;
        margin: 10px 0;
        background: url(../images/bluetick.png) left center no-repeat;
        background-size: 15px auto;
        padding-left: 28px;
        width: 100%;
    }

.stepbox {
    margin: 15px 0;
    text-align: center;
    background: #F0F0F0;
    padding: 40px 10px 25px 10px;
    border-radius: 20px;
}

    .stepbox h6 {
        margin-top: 25px;
        font-weight: 600;
        color: #243142;
        text-transform: uppercase;
    }

    .stepbox p {
        color: #414B58;
        height: 80px;
    }


.drawer {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 20px 0 0;
    padding-top: 20px;
}

    .drawer:first-child {
        margin: 0;
        padding: 0;
        border: none;
    }

.btn {
    border-radius: .50rem;
}

btn:focus {
    border: inherit;
}

btn:hover {
    border: inherit;
}

.btn-primary {
    background-color: #3F72AF;
    border-color: #3F72AF;
}

    .btn-primary:hover {
        background-color: #2264a5;
        border-color: #2264a5;
    }

    .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #2264a5;
        border-color: #2264a5;
    }

.btn-outline-primary {
    color: #2264a5;
    border-color: #2264a5;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #2264a5;
        border-color: #2264a5;
    }

    .btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
        color: #fff;
        background-color: #2264a5;
        border-color: #2264a5;
    }

.accordion-button:focus {
    border-color: #3F72AF;
}

.accordion-button::after {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    font-size: 0;
    background-image: url(../images/plus.png);
    order: -1;
    margin-right: 5px;
    margin-left: inherit;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.png);
}

.card-title {
    font-weight: bold;
}

.card-img-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}


.feature-box {
    border-radius: 20px;
    padding: 30px;
}

.feature-icon-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.feature-icon {
    display: flex;
    padding: 10px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 15px;
    background: #FFF;
    margin-bottom: 5px;
}

.feature-title2 {
    color: #636363;
}

.feature-box-yellow {
    background: #FFF2B3;
}

.feature-box-blue {
    background: #CDF;
}

.feature-box-pink {
    background: #FFCBCB;
}

.feature-box-green {
    background: #CAFFCA;
}


.feature-box-pink-op {
    background: rgba(255, 203, 203, 0.5);
}

.feature-box-blue-op {
    background: rgba(204, 221, 255, 0.5);
}

.feature-box-green-op {
    background: rgba(202, 255, 202, 0.5);
}

.feature-box2 {
    padding: 60px 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    border-radius: 20px;
    background: #FFF;
}

.f1-box2-title1 {
    color: #2F2F2F;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.f1-box2-title2 {
    color: #636363;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.p-feature-box {
    border: 1px solid black;
    border-radius: 10px;
}

.py-10 {
    padding: 10px 0px;
    font-size: large;
}

@media only screen and (min-width :400px) {
    h1, h2 {
        font-size: 30px;
        line-height: 40px;
    }

    h3 {
        font-size: 25px;
    }

    .stepbox h6 {
        font-size: 20px;
        font-weight: 400;
    }
}

@media only screen and (min-width :480px) {
    h1, h2 {
        font-size: 32px;
        line-height: 42px;
    }

    h3 {
        font-size: 28px;
    }

    .pricebox h3 {
        line-height: 16px;
    }
}

@media only screen and (min-width :576px) {
}

@media only screen and (min-width :768px) {
    /*.container {
        max-width: 750px
    }*/

    .pricelisttext ul {
        column-count: 2;
    }

    .section {
        padding: 40px 0;
    }

    .rowgap {
        margin-top: 30px;
    }

    .feature-icon {
        padding: 16px;
    }

    .feature-box2 {
        padding: 80px 50px;
    }

    .navbar-nav li {
        margin: 0 15px 0 15px
    }

        .navbar-nav li a {
            padding: 0
        }

        .navbar-nav li:last-child a {
            padding-bottom: 0
        }
}

@media only screen and (min-width :992px) {
    h1, h2 {
        font-size: 38px;
        line-height: 48px;
    }

    h3 {
        font-size: 30px;
    }

    h6 {
        font-size: 23px;
        line-height: 33px;
    }

    /*.container {
        max-width: 970px
    }*/

    .stepbox h6 {
        font-size: 23px;
        font-weight: 600;
    }

    .pcbrandimg img {
        height: 83px;
    }

    .pricebox h3 {
        line-height: 18px;
    }

    .pricelisttext ul {
        column-count: 2;
    }
}

@media only screen and (min-width :1200px) {
    h1, h2 {
        font-size: 44px;
        line-height: 54px;
    }

    h2 {
        line-height: 48px;
    }

    h3 {
        font-size: 33px;
    }

    h6 {
        font-size: 25px;
        line-height: 35px;
    }

    .stepbox {
        padding: 60px 10px 45px 10px;
    }

        .stepbox h6 {
            margin-top: 40px;
            height: 70px;
        }

    /*.container {
        max-width: 1170px
    }*/

    .section {
        padding: 50px 0;
    }

    .rowgap {
        margin-top: 40px;
    }

    .brandsec {
        padding: 40px 0;
    }

        .brandsec .rowgap {
            margin-top: 40px;
        }

    .pricelisttext ul li {
        font-size: 15px;
    }
}

@media only screen and (min-width :1280px) {
    h1, h2 {
        font-size: 47px;
        line-height: 57px;
    }

    h2 {
        line-height: 51px;
    }

    h3 {
        font-size: 35px;
    }

    /*.container {
        max-width: 1250px
    }*/

    .pcbrandimg img {
        height: 100px;
    }

    .pricebox h3 {
        font-size: 38px;
        line-height: 26px;
    }
}

@media only screen and (min-width :1366px) {
    h1, h2 {
        font-size: 50px;
        line-height: 60px;
    }

    h2 {
        line-height: 54px;
    }

    .container {
        max-width: 1336px;
    }

    .section {
        padding: 60px 0;
    }

    .rowgap {
        margin-top: 50px;
    }

    .pcbrandimg img {
        height: 120px;
    }
}




.navbar-nav li {
    font-weight: 700;
    text-transform: uppercase;
}

    .navbar-nav li a {
        color: #000000 !important;
        display: block;
    }

.dropdown-menu li {
    margin: 10px 15px !important;
}




footer {
    background: #3F72AF;
    color: #fff;
    padding: 70px 0px 20px 0px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

    footer .social-links a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
        font-size: 16px;
        color: color-mix(in srgb, var(--default-color), transparent 30%);
        margin-right: 10px;
        transition: 0.3s;
        transition-property: all;
        transition-delay: 0s;
        color: #0c0c0c;
        background-color: #ffffff;
    }

.footer .footer-links ul {
    margin: 0;
    padding: 0;
    border: 0
}

    .footer .footer-links ul a {
        color: color-mix(in srgb, var(--default-color), transparent 30%);
        display: inline-block;
        color: #f1f2f4 !important;
        /*opacity: 50%;*/
        font-size: 16px;
        line-height: 1;
    }

    .footer .footer-links ul li {
        padding: 14px 0;
        display: flex;
        align-items: center;
    }

.footer .footer-links h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.footer .copyright {
    padding-top: 15px;
    color: #ffffff !important;
    border-top: 2px solid rgba(255, 255, 255, 0.30);
    font-size: 16px;
    flex-direction: column;
    align-items: center;
}


.max-height {
    max-height: 300px;
}

.pl-3 {
    padding-left: 1rem !important;
}
