body {
    margin: 0;
    padding: 0;
    font-family: "Karla", sans-serif;
}

p {
    text-align: justify;
    color: #000;
    line-height: 1.6;
    font-size: 15px;
}
.logo-sec{
    padding:25px 0;
}
.container {
    max-width: 1200px;
}
.logo{
    width:250px;
}
.UserTxt {
    text-align: right;
}

    .UserTxt img {
        width: 30px;
        margin: 0;
        padding: 0px;
    }

.badge {
    font-size: 10px;
    padding: 0px;
    color: #fff;
    font-weight: 700;
    background-color: #1d6ecc;
    border-radius: 15px;
    line-height: 18px;
    margin: 0;
    position: absolute;
    bottom: 10px;
    right: -10px;
    font-style: initial;
    height: 18px;
    min-width: 18px;
    text-align: center;
    border: 1px solid transparent;
}

.top {
    padding: 5px 0;
    background: #3f4f96;
}

    .top ul {
        margin: 0;
        padding: 0
    }

        .top ul li {
            margin: 0;
            padding: 0 6px;
            display: inline-block;
            font-size: 14px;
            color: #fff;
            border-right: 1px solid #939393;
        }

            .top ul li:last-child {
                border-right: none;
            }

            .top ul li a {
                color: #fff;
                margin: 0;
                text-decoration: none;
                padding-left: 5px;
            }

                .top ul li a:hover {
                    text-decoration: underline;
                    transition: .1s;
                }

    .top .fas {
        font-size: 12px;
    }



ul.about-box {
    margin: 0;
    padding: 0;
    text-align: center;
}

    ul.about-box li {
        margin: 0;
        padding: 40px 15px;
        display: inline-block;
        background: #fff;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
        text-align: center;
        width: 190px;
    }

        ul.about-box li a {
            margin: 0;
            padding: 0;
            color: #000;
            font-size: 20px;
            font-weight: bold;
        }

            ul.about-box li a img {
                display: block;
                width: 80px;
                text-align: center;
                margin: auto;
                padding: 0;
                transition: all 2s;
            }

            ul.about-box li a:hover img {
                transform: scale(1.1);
            }

            ul.about-box li a:hover {
                text-decoration: underline;
            }

        ul.about-box li:hover {
            transition: 0.1s;
            box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.5);
        }



a:link {
    text-decoration: none
}

.about-sec {
    margin: 0;
    padding-top: 50px;
}

section {
    margin: 0;
    padding: 70px 0;
}
.AboutSec {
    background-color: #EDF6FC;
}
.AboutSec p{
    font-size:18px;
    padding-top:15px;
}
/* ============Product=Sec=============== */
.products-slider {
    margin: 0;
    padding: 0;
}

.product-grid {
    background: #fff;
    padding: 0;
    margin-bottom: 15px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.ProductTxt {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.product-grid .product-image {
    overflow: hidden;
    position: relative;
}

    .product-grid .product-image a.image {
        display: block;
    }

        .product-grid .product-image a.image:before {
            content: '';
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
            width: 50%;
            height: 100%;
            transform: skewX(-25deg);
            position: absolute;
            top: 0;
            left: -85%;
            z-index: 1;
        }

.product-grid:hover .product-image a.image:before {
    animation: shine 1s;
}

.product-grid .product-image img {
    width: 100%;
    height: auto;
}

/* .product-grid .product-sale-label {
     background: #2ba968;
     text-transform: uppercase;
     left: 10px;
     right: auto;
 } */


.product-grid .product-discount-label {
    color: #fff;
    background: #da5555;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    padding: 3px 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.product-grid .product-sale-label {
    color: #fff;
    background: #2ba968;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    padding: 3px 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.product-grid .product-links {
    padding: 0;
    margin: 15px 0;
    list-style: none;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.product-grid:hover .product-links {
    transform: translateY(0);
}

.product-grid .product-links li {
    margin: 0;
    display: inline-block;
}

.product-grid .social li a:hover {
    color: var(--main-color);
}


.product-grid .product-links li a {
    color: #222;
    background: #fff;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    width: 30px;
    display: block;
}

    .product-grid .product-links li a:hover {
        color: #3f4f96;
    }

/*.product-grid .product-content {
    padding-top: 15px;
}
*/
.product-grid .product-content {
    padding: 0px;
    background: #1d6ecc;
    text-align: center;
}
.product-grid .rating {
    color: #fcae01;
    font-size: 12px;
    width: 97px;
    padding: 0;
    margin: 0 0 5px;
    list-style: none;
    vertical-align: top;
    display: inline-block;
}

    .product-grid .rating li {
        display: inline-block;
    }

        .product-grid .rating li.far {
            color: #999;
        }

.product-grid .title {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 10px;
}

    /*.product-grid .title a {
        color: #000;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: all 0.3s ease 0s;
        height: 60px;
        line-height: 1.3;
    }*/

    .product-grid .title a:hover {
        color: #ffb300;
    }

.product-grid .price {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

    .product-grid .price span {
        color: rgba(0, 0, 0, 0.50);
        font-size: 15px;
        font-weight: 400;
        text-decoration: line-through;
    }

@keyframes shine {
    100% {
        left: 125%;
    }
}

.telNbr {
    margin: 0;
    padding: 0;
    text-align: left;
}

    .telNbr a {
        color: #fff;
        border: 2px solid #fff;
        font-size: 20px;
        margin: 0 5px;
        padding: 10px 20px;
        border-radius: 10px;
    }

        .telNbr a:hover {
            color: #fff;
            background-color: #feb801;
            border-color: #feb801;
        }

.owl-theme .owl-controls {
    position: absolute;
    top: 40%;
    width: 100%;
}

    .owl-theme .owl-controls .owl-buttons div {
        background: #eee !important;
        color: #000 !important;
        opacity: 9 !important;
        font-size: 15px !important;
        border-radius: 0 !important;
        text-align: center;
    }

.owl-prev,
.owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

    .owl-prev:before,
    .owl-next:before {
        content: "\f104";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

    .owl-next:before {
        content: "\f105";
    }

.owl-theme .owl-controls .owl-prev {
    position: absolute;
    left: -4%;
}

.owl-theme .owl-controls .owl-next {
    position: absolute;
    right: -4%;
}

/* ----------------------- */

.ViewBtn {
    height: 40px;
    font-size: 18px;
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    transition: all .35s;
    padding: 5px 20px;
    border-radius: 50px;
}

    .ViewBtn span {
        position: relative;
        z-index: 2;
    }

    .ViewBtn:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: #3f4f96;
        transition: all .35s;
        border-radius: 50px;
    }

    .ViewBtn:hover {
        color: #fff;
    }

        .ViewBtn:hover:after {
            width: 100%;
        }

.title a {
    color: #fff;
}

ul.list2 {
    margin: 15px 0;
    padding: 0;
}

    ul.list2 li {
        display: inline-block;
        margin-right: 10px;
        font-size: 13px;
    }

        ul.list2 li i {
            padding-right: 7px;
            color: #3f4f96;
        }

        ul.list2 li a {
            color: #555;
        }

.product-content p {
    font-size: 15px;
    font-weight: normal;
    text-align: left;
}

/* ====================================== */

.blue {
    background: #3F4F96;
    padding: 15px 50px;
    border-radius: 10px;
    margin: 0px;
}

.NeedSpeak h2 {
    color: #fff;
    font-size: 35px;
    margin: 0px;
    font-weight: bold;
    text-align: right;
}

.NeedSpeak span {
    color: #feb801;
}

footer {
    background-color: #282828;
    padding: 70px 0px 0;
}

/*.footer-txt {
    padding-bottom: 10px;
}*/

.footer-txt h4 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 35px;
    position: relative;
}

    .footer-txt h4:after {
        content: "";
        position: absolute;
        border: 0;
        width: 50px;
        height: 1px;
        background: #fff;
        z-index: 1;
        left: 0;
        top: 35px;
    }

.footer-txt ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-txt ul li{
    margin: 0;
    padding:5px 0;
    border-bottom:1px solid #fff;
}


    .footer-txt ul li a {
        font-size: 15px;
        color: #fff;
        line-height: 1.9;
        display: block;
        position: relative;
        top: 0;
        padding-left: 15px
    }

        .footer-txt ul li a::before {
            content: "\f105";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            left: 0
        }

        .footer-txt ul li a:hover {
            color: #1d6ecc;
            transition: all 0.3s ease;
        }

.copyright {
    text-align: left;
    color: #777;
    font-weight: normal;
    padding: 0px;
}

.PaymentLogo {
    width: 80px;
    margin: 5px;
    padding: 5px;
    border: 1px solid #5e5e5e;
}

.AcceptLogo {
    width: 75px;
    margin: 5px;
    padding: 5px;
    border: 1px solid #5e5e5e;
}

/* =================================== */
ul.social-network li a::before {
    display: none !important;
}

ul.social-network {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-bottom: 20px;
}

    ul.social-network li {
        display: inline-block;
        line-height: 25px !important
    }

.social-network a.icoFacebook {
    background-color: #555;
    transition: all .5s ease-in
}

    .social-network a.icoFacebook:hover {
        background-color: #3b5998;
        transition: all .5s ease-in
    }

.social-network a.icoTwitter {
    background-color: #555;
    transition: all .5s ease-in
}

    .social-network a.icoTwitter:hover {
        background-color: #3cf;
        transition: all .5s ease-in
    }

.social-network a.icoGoogle {
    background-color: #bd3518;
    transition: all .5s ease-in
}


.social-network a.icoTelegram:hover {
    background-color: #007bb7;
    transition: all .5s ease-in
}

.social-network a.icoTelegram {
    background-color: #555;
    transition: all .5s ease-in
}

.social-network a.icoVimeo {
    background-color: #0590b8;
    transition: all .5s ease-in
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
    transition: all .5s ease-in
}

.social-network a.icoLinkedin {
    background-color: #555;
    transition: all .5s ease-in
}

.social-network a.icytube:hover {
    background-color: #FF0000;
    transition: all .5s ease-in
}

.social-network a.icytube {
    background-color: #555;
    transition: all .5s ease-in
}

.social-network a.icotripadvisor {
    background-color: #666;
    transition: all .5s ease-in
}

.social-network a.icoyoutube {
    background-color: #555;
    transition: all .5s ease-in
}

    .social-network a.icoyoutube:hover {
        background-color: #b00;
        transition: all .5s ease-in
    }

.social-network a.icopinterest {
    background-color: #d53633;
    transition: all .5s ease-in
}

.social-network a.icoinstagram {
    background: #555
}

    .social-network a.icoinstagram:hover {
        background: #d82564;
        background: -moz-linear-gradient(top, #d82564 0, #d82564 0, #f77d2a 34%, #d82564 58%, #ec474f 73%, #ec474f 73%, #fec662 100%);
        background: -webkit-linear-gradient(top, #d82564 0, #d82564 0, #f77d2a 34%, #d82564 58%, #ec474f 73%, #ec474f 73%, #fec662 100%);
        background: linear-gradient(to bottom, #d82564 0, #d82564 0, #f77d2a 34%, #d82564 58%, #ec474f 73%, #ec474f 73%, #fec662 100%);
        transition: all .5s ease-in
    }

.social-network a.icoFacebook:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoRss:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoVimeo:hover i,
social-network a.icowhatsapp:hover {
    color: #fff
}

.socialHoverClass,
a.socialIcon:hover {
    color: #44bcdd
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    padding: 0 !important;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    border-radius: 50%;
}

.social-circle li:before {
    display: none
}

.social-circle li i {
    margin: 0;
    line-height: 35px;
    text-align: center
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all .3s;
    transition: all .3s ease-in;
    color: #fff
}

.social-circle i {
    color: #fff
}

.btn-back-to-top {
    height: 40px;
    bottom: 30px;
    right: 80px;
    position: fixed;
    width: 40px;
    z-index: 999;
    cursor: pointer;
    -webkit-transition: .4s;
}

.Callback {
    bottom: 15px;
    right: 15px;
    position: fixed;
    width: 50px;
    cursor: pointer;
}


.eng-cont {
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 999;
}


    .eng-cont .fa {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
        text-align: center;
        text-decoration: none;
        margin-right: 2px;
        border-radius: 0 .5em 0 .5em;
        background-color: #fff;
        -webkit-box-shadow: 0 10px 30px 0 rgba(0, 15, 56, .3);
        -moz-box-shadow: 0 10px 30px 0 rgba(0, 15, 56, .3);
        box-shadow: 0 10px 30px 0 rgba(0, 15, 56, .3);
    }

    .eng-cont .fa-phone {
        background-color: #1a73e8;
        color: #fff;
    }

    .eng-cont .fa-envelope {
        background-color: #000;
        color: #fff;
    }

    .eng-cont .fa-whatsapp {
        background-color: #25d366;
        color: #fff;
    }

    .eng-cont .fa-telegram {
        background-color: #179cde;
        color: #fff;
    }


.DetailsArrow {
    text-align: center;
    margin: 5px 0;
    padding: 0;
}

    .DetailsArrow .fa {
        background-color: #3f4f96;
        font-size: 15px;
        color: #fff;
        margin: 0;
        padding: 10px;
        display: block;
    }

.DetailsTxt {
    padding: 0 30px;
    margin: 0;
}

    .DetailsTxt h1 {
        font-size: 25px;
        color: #000;
        font-weight: bold;
        letter-spacing: -1px;
        padding-bottom: 0px;
        margin: 0;
    }

    .DetailsTxt h2 {
        font-size: 15px;
        color: #000;
        font-weight: bold;
    }

    .DetailsTxt .form-label {
        font-size: 15px;
        font-weight: bold;
        color: #000;
        text-transform: uppercase;
    }

.ratting-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .ratting-section .fa {
        color: #FCC013;
    }

.ratting-count .pera {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    margin: 0;
    padding: 0;
}


.price-box {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #222529;
    font-weight: 600;
}

.new-price {
    color: #222529;
    font-size: 25px;
    letter-spacing: -0.02em;
    vertical-align: middle;
    margin-right: 15px;
}
/*
.old-price {
    position: relative;
    top: 0;
    color: #a7a7a7;
    font-weight: 600;
    vertical-align: middle;
    text-decoration: line-through;
    color: #000;
    font-size:20px;
}*/

.old-price {
    position: relative;
    color: #a7a7a7; /* Original text color */
    font-weight: 600;
    vertical-align: middle;
    text-decoration: line-through; /* Strike-through line */
    text-decoration-color: rgba(0, 0, 0, 0.3); /* Faded color for the strike-through line */
    text-decoration-thickness: 2px; /* Thickness of the strike-through line */
    font-size: 20px;
}

    .old-price + .product-price {
        margin-left: 0.4rem
    }


.quantity {
    display: flex;
    border: 1px solid #000;
    overflow: hidden;
}

    .quantity button {
        color: #333;
        border: none;
        cursor: pointer;
        font-size: 20px;
        width: 100px;
        height: auto;
        text-align: center;
        transition: background-color 0.2s;
    }

        .quantity button:hover {
            border-color: #333;
        }

    .quantity .input-box {
        width: 100%;
        text-align: center;
        border: none;
        padding: 10px 10px;
        font-size: 18px;
        font-weight: bold;
        outline: none;
    }

        /* Hide the number input spin buttons */
        .quantity .input-box::-webkit-inner-spin-button,
        .quantity .input-box::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        .quantity .input-box[type="number"] {
            -moz-appearance: textfield;
        }

.AddBtn {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; /* or flex-start, center, or flex-end depending on your alignment preference */
    margin-top: 30px;
    padding: 0;
}

    .AddBtn a {
        align-items: center;
        font-size: 16px;
        font-weight: bold;
        color: #000 !important;
        background: #e9e9ed;
        text-transform: uppercase;
        margin: 0;
        padding: 10px 15px;
        text-align: center; /* Center text within the buttons */
        flex: 1 1 30%; /* Allows the buttons to grow and shrink as needed with a base size */
        /* max-width: 30%;  */
        margin-right: 10px; /* Adds some space between the buttons */
        box-sizing: border-box; /* Includes padding in the width calculation */
    }

        .AddBtn a:last-child {
            margin-right: 0; /* removes the margin from the last button */
        }


    .AddBtn .fa {
        padding-right: 5px;
    }

a.buyNow {
    background-color: #3f4f96;
    color: #fff !important;
}

.AddBtn a:hover {
    background-color: #3f4f96;
    color: #fff !important;
    transition: 0.1s;
}

.AddBtn a.buyNow:hover {
    background-color: #d82564;
    color: #fff;
    transition: 0.1s;
}

.middle {
    position: relative;
    right: 0;
    top: 0;
}

/*.sm-container {
    text-align: center;
}*/

.sm-container {
    text-align: center;
    color: #253046;
}

.sm-menu .fa:hover {
    transform: scale(1.2);
}

.sm-menu .fa {
    color: #fff;
    padding: 0 5px;
    margin: 0;
}

.sm-menu {
    background: #3f4f96;
    position: absolute;
    right: 0;
    padding: 5px;
    border-radius: 8px;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

    .sm-menu.active {
        visibility: visible;
        opacity: 1;
    }

    .sm-menu::before {
        content: '';
        width: 10px;
        height: 10px;
        background: #3f4f96;
        position: absolute;
        top: -5px;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
    }


.EMIAvailable {
    margin-left: 40px;
    padding: 3px 10px;
    border-radius: 5px;
}

/* Effects */
@keyframes rocking {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(2deg)
    }

    75% {
        transform: rotate(-2deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

.effetMoveGradient,
.effetMoveGradient:hover {
    text-shadow: 0px 3px 6px var(--colorPrimary);
    /* background-color: var(--colorSecondary);
    background: linear-gradient(-45deg, #3f4f96, #2196F3, #0163ac, #2196F3);
    background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite, rocking 3s ease infinite;*/
    animation-delay: 2s;
    -moz-animation: Gradient 3s ease infinite, rocking 3s ease infinite;
    animation-delay: 2s;
    animation: Gradient 3s ease infinite, rocking 3s ease infinite;
    animation-delay: 2s;
    color: #000;
    background: #e9e9ed;
    border: none;
}

.effectScale {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

    .effectScale:hover {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
        transform: scale(1.08);
    }


#half-stars-example {
    /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
    .rating-group

{
    display: inline-flex;
}

/* make hover effect work properly in IE */
.rating__icon {
    pointer-events: none;
}

/* hide radio inputs */
.rating__input {
    position: absolute !important;
    left: -9999px !important;
}

/* set icon padding and size */
.rating__label {
    cursor: pointer;
    /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
    padding: 0 0.1em;
    font-size: 1rem;
}

/* add padding and positioning to half star labels */
.rating__label--half {
    padding-right: 0;
    margin-right: -0.6em;
    z-index: 2;
}

/* set default star color */
.rating__icon--star {
    color: orange;
}

/* set color of none icon when unchecked */
.rating__icon--none {
    color: #eee;
}

/* if none icon is checked, make it red */
.rating__input--none:checked + .rating__label .rating__icon--none {
    color: red;
}

/* if any input is checked, make its following siblings grey */
.rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}

/* make all stars orange on rating group hover */
.rating-group:hover .rating__label .rating__icon--star,
.rating-group:hover .rating__label--half .rating__icon--star {
    color: orange;
}

/* make hovered input's following siblings grey on hover */
.rating__input:hover ~ .rating__label .rating__icon--star,
.rating__input:hover ~ .rating__label--half .rating__icon--star {
    color: #ddd;
}

/* make none icon grey on rating group hover */
.rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
    color: #eee;
}

/* make none icon red on hover */
.rating__input--none:hover + .rating__label .rating__icon--none {
    color: red;
}

}

/* ============================== */
.single-news-card .ratting-section {
    gap: 5px;
}

.single-news-card .old-price {
    font-size: 12px;
    top: 2px;
}

.single-news-card .price-box {
    margin: 0;
}

.single-news-card .new-price {
    font-size: 15px;
    margin-right: 10px;
}

.single-news-card .ratting-section .fa {
    font-size: 12px;
}

.single-news-card {
    margin-bottom: 15px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

    .single-news-card .news-img img {
        -webkit-transition: .5s;
        transition: .5s
    }

    .single-news-card .news-content h3 {
        font-size: 15px;
        margin: 0px;
        color: #333;
        font-weight: bold;
        -webkit-transition: .5s;
        transition: .5s
    }

    .single-news-card:hover .news-img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .single-news-card:hover .news-content h3 {
        color: #3f4f96;
    }

    .single-news-card.style2 .news-content,
    .single-news-card.style3 {
        background-color: #fff;
        padding: 15px
    }

.PurchaseStudents {
    border: var(--ct-border-width) var(--ct-border-style) var(--ct-border-color) !important;
    background: #fff;
}

/*h4.purchase {
    background: #000;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0;
    padding: 5px;
}*/
h4.purchase {
    background: #3f4f96;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0;
    padding: 10px 15px;
    text-transform: uppercase;
}

/* ===================== */

.ShoppingCart {
    font-size: 25px;
    font-weight: bold;
}

.product {
    display: -ms-flexbox;
    display: flex;
    margin: 0 !important;
    padding: 1rem 0;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e6ebee;
    box-shadow: none !important;
}

/* .product-details {
     margin-bottom: 3px;
     font-size: 1.3rem;
 } */

.product-title {
    padding-right: 1.5rem;
    margin-bottom: 1.1rem;
    font-size: 1.4rem;
    line-height: 19px;
    color: #222529;
    font-weight: 500;
}

    .product-title a {
        font-size: 18px;
        color: #222529;
    }

        .product-title a:hover {
            color: #3f4f96;
            transition: 0.1s;
        }

.cart-product-info {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.product-image-container {
    position: relative;
    max-width: 60px;
    width: 100%;
    margin: 0;
    margin-left: auto;
    border: 1px solid #f4f4f4;
}

.btn-remove {
    position: absolute;
    top: -11px;
    right: -9px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: inherit;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    font-weight: 500;
}

    .btn-remove span {
        display: block;
        margin: 0;
    }

.dropdown-cart-total {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    margin-bottom: 1.4rem;
    font-size: 1.3rem;
}

.dropdown-cart-total {
    font-weight: bold;
    line-height: 30px;
    color: #000;
}

.cart-total-price {
    margin-left: auto;
    color: #000;
}

.dropdown-cart-action .view-cart {
    margin-bottom: 10px;
    background: #000;
    color: #fff;
}

.btn-dark {
    border-color: rgb(255, 209, 2);
    background-color: rgb(255, 209, 2);
    color: #000;
    box-shadow: none;
}

.dropdown-cart-action .btn {
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 0.2rem;
    height: auto;
    font-size: 15px;
    font-weight: bold;
    display: block;
}

.space {
    margin-top: 50px;
}

.nav-bordered a.active {
    border-bottom: 2px solid #3f4f96 !important;
    color: #3f4f96 !important;
}

/* .nav-link {
     color: #000 !important;
     font-size: 18px;
     font-weight: bold;
     text-transform: uppercase;
 } */

.v-heading-v2 {
    display: block;
    margin: 0;
    border-bottom: 1px dotted #e4e4e4;
    padding: 0;
}

    .v-heading-v2 h3 {
        border-bottom-color: #ffcc4d;
        margin: 0 0 -2px;
        padding-bottom: 7px;
        display: inline-block;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        color: #333;
        font-weight: bold;
        font-size: 22px;
    }

.MobileHelp ul {
    margin-bottom: 15px;
    padding: 0
}

    .MobileHelp ul li {
        margin: 0;
        padding: 0;
        display: block;
        font-weight: bold;
        color: #000;
    }


        .MobileHelp ul li a {
            font-weight: 500;
            color: #000;
            margin: 0;
            text-decoration: none;
            padding-left: 5px;
        }

            .MobileHelp ul li a:hover {
                text-decoration: underline;
                transition: .1s;
            }

/* nav search icon */
.nav-search-icon {
    line-height: 50px;
    width: 50px;
    height: 50px;
    margin-left: 25px;
    padding-left: 20px;
    border-left: 1px dashed #fff;
}

    .nav-search-icon button {
        border: none;
        background: none;
        color: #000;
    }

        .nav-search-icon button:hover {
            color: #FABC3D;
        }

/*-- Search Form --*/
.header-search-form {
    position: absolute;
    top: 100%;
    display: none;
}

    .header-search-form form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .header-search-form form input {
            line-height: 24px;
            width: 250px;
            padding: 13px 20px;
            color: #2B2D37;
            border: none;
            background-color: transparent;
        }

@media only screen and (max-width: 479px) {
    .header-search-form form input {
        width: 216px;
    }
}

.accordion .card {
    margin-block: 10px;
    /*    background-color: rgba(var(--ct-light-rgb), var(--ct-bg-opacity)) !important;*/
}

.accordion .card-header {
    background: #f1f3f2 !important;
    color: #000 !important;
}

    .accordion .card-header h5 {
        color: #000 !important;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
    }

ul.categories {
    margin: 0;
    padding: 0;
}

.categories .form-check {
    margin-bottom: 5px;
}

    .categories .form-check label {
        cursor: pointer;
        color: #000;
    }


.header-banner {
    position: relative;
    left: 0
}

.bannerTxt {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

    .bannerTxt h3 {
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }

.test_series_mores {
    text-align: center;
}

    .test_series_mores ul li {
        list-style: none;
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        .test_series_mores ul li a {
            font-size: 16px;
            background: #000;
            color: #ffffff;
            padding: 6px 20px;
            margin: 10px 0px;
            display: inline-block;
            font-weight: bold;
            text-transform: uppercase;
        }

            .financal-reporting_1.evaluated_link a:hover, .test_series_mores ul li a:hover {
                background: #3f4f96;
            }

.card.TestSeriesBox{
    min-height: 100%;
}

.TabMobile {
    display: block;
}

    .TabMobile ul {
        margin: 0;
        padding: 0;
    }

        .TabMobile ul li {
            margin: 0;
            padding: 5px 10px;
            display: inline-block;
            font-size: 15px;
            font-weight: bold;
            background: #DDDDDD;
        }

            .TabMobile ul li a {
                margin: 0;
                padding: 0;
                display: block;
                font-size: 15px;
                font-weight: bold;
                color: #4B4B4B;
            }


@media only screen and (max-width: 767px) {
    .mob-button {
        display: flex !important;
    }

    .hideClass {
        display: none;
    }
}

/* The Modal (background) */
.mob-button p {
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.mob1,
.mob2 {
    width: 50%;
    text-align: center;
}

.mob-button a {
    display: inline-flex;
}

.mob-button {
    width: 100%;
    padding: 10px;
    -moz-box-align: center;
    position: fixed;
    border-top: 1px solid #e6e6e6;
    background-color: #fbfbfb;
    z-index: 999;
    display: none;
}

.filter-drawer-btn {
    margin: 0;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    padding: 5.66667px;
    width: 100%;
    text-align: center;
}

.OrderOn {
    text-align: center;
    margin: 0;
    padding: 0;
}

    /*.OrderOn ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .OrderOn ul li {
            margin: 0;
            padding: 0;
            display: inline-block;
            font-size: 18px;
            color: #000;
            font-weight: bold;
        }*/
    .OrderOn h6 {
        font-size: 15px;
        font-weight: bold;
    }

    .OrderOn .fa {
        /* height: 30px;*/
        font-size: 18px;
        margin: 0 5px;
        /*line-height: 30px;*/
        /*width: 30px;*/
        text-align: center;
        text-decoration: none;
    }

        .OrderOn .fa:hover {
            opacity: 0.7;
        }

    .OrderOn .fa-whatsapp {
        color: #000;
    }

    .OrderOn .fa-telegram {
        color: #000;
    }


.DetailsTxt .form-select {
    border-radius: 0;
    line-height: 2.0;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.card-shadow {
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
    background:#fff;
}

    .card-shadow:hover {
        box-shadow: 0 0 10px rgb(0, 0, 0, 0.4);
    }

.checkBoxFs{
    font-size:20px;
}

.PaperNaplinsTxt{
    padding:30px;
}

.bg-blue {
    background-color: #1D6ECC;
    padding:40px;
}

.ProductRange{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat; 
}

.widget_getintuch{
    margin:0;
    padding:0;
}

.widget_getintuch ul{
    margin: 0;
    padding: 0;
    list-style:none;
}
    .widget_getintuch ul li{
        margin: 0;
        padding:5px 0;
        border-bottom:1px solid #fff;
    }
    .widget_getintuch ul li a{
        margin: 0;
        padding: 0;
        font-size:16px;
        color:#fff;
    }
        .widget_getintuch ul li a:hover {
            color: #1d6ecc;
        }

.counter-sec {
    background: url(../images/website/images-2.jpg) no-repeat center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

#counter {
    border-right: 2px solid #fff;
    text-align: center;
}

.col-md-2:last-child #counter {
    border-right: none
}


.counter-value {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    display: block;
    margin: 0;
    padding: 0
}

#counter p {
    font-size: 15px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    line-height: 0;
    opacity: .8
}
marquee {
    background: #1d6ecc;
    margin: 0;
    padding: 5px;
}
marquee h3 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.dark-blue {
    background-color: #1D6ECC;
}

.contact-tst {
    padding: 0;
    margin:0;
}
.contact-tst h3{
    color:#000;
    font-size:30px;
    padding-bottom: 30px;
    margin: 0;
}
.contact-tst ul{
    margin: 0;
    padding: 0;
    list-style: none
}

.contact-tst li {
    color: #000;
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
}

    .contact-tst li a {
        color: #000;
        display: block
    }

        .contact-tst li a:hover {
            color: #f5ae16;
            transition: 1s;
            text-decoration: underline
        }

.contact-tst i {
    color: #000;
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 20px;
    width: 30px;
    font-style: inherit;
}

.tab-sec {
    padding: 30px 0;
}