:root {
    --first-color: #de0000;
    --second-color: #9aca3c;
}

.first-color {
    color: var(--first-color);
}

.second-color {
    color: var(--second-color);
}

a {
    text-decoration: none;
}

header {
    position: relative;
    padding: 15px 0;
    */ z-index: 1;
    transition: 0.5s;
    background-color: #fff;
    box-shadow: 0px 4px 40px rgba(39, 32, 120, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

header .logo-img img {
    max-height: 85px;
}

.contact-btn {
    background: var(--first-color);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    padding: 9px 52px;
    transition: all .5s ease;
    font-size: 24px;
    border-radius: 40px;
    border: 2px solid var(--first-color);
}

.ml-auto {
    margin-left: auto!Important;
    text-align: right;
    float: right;
}

.contact-btn:hover {
    background: #fff;
    color: var(--first-color);
}

.default-padding {
    padding: 70px 0;
}

.box1 {
    text-align: center;
    padding: 16px 19px;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    background: #fff;
    margin-bottom: 25px;
}

.banner-block.bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.banner-section {
    position: relative;
}

.banner-section {
    position: relative;
}

.contact-form {
    top: 25%;
    right: 10%;
    max-width: 564px;
    position: absolute;
    background: var(--first-color);
    border-radius: 10px;
    padding: 47px 60px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    text-align: left;
    color: #fff;
    width: 100%;
    margin-bottom: 7px;
}

input.form-control {
    font-size: 17px;
    font-weight: 400;
    border: 1px solid #eee;
    padding: 19px 17px;
}

.contact-form .contact-btn {
    display: inline-block;
    width: auto;
    background: #fff;
    color: var(--first-color);
    text-align: center;
    /* margin: 0 auto; */
    /* border-radius: 0.25rem;*/
}

.contact-form h3 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.block-heading {
    margin-bottom: 40px;
}

.block-heading h3 {
    color: var(--first-color);
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 1.1;
}

.block-heading p {
    margin-bottom: 0px;
}

.testimonial-box {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background: #ffffff;
    height: auto;
    padding: 30px 30px;
    margin: 24px 12px;
}

.testimonial-box .rating i {
    color: #ffb32b;
}

p.review {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0px;
    text-align: justify;
    margin-top: 10px;
}

.customer-details {
    justify-content: left;
    align-items: center;
    display: flex;
    position: relative;
}

.customer-details img.customer-img {
    border-radius: 50%;
    width: 62px;
    border: 2px solid #10101021;
}

.customer-details p.customer-name {
    font-size: 18px;
    font-weight: 500;
    margin-left: 20px;
    color: var(--third-color);
    margin-bottom: 0px;
}

.testimonial-section h4.block-heading {
    margin-bottom: 3px;
}

.testimonial-section p.para2 {
    margin-bottom: 30px;
}

.customer-details .rating {
    margin-left: 20px;
}

.block-heading h4 {
    font-size: 30px;
}

.block-heading h3 {
    margin-bottom: 30px;
}

.block-heading p {
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 34px;
}

.block-heading p span {
    font-size: 19px;
    color: green;
    font-weight: 600;
}

p.t-justify {
    text-align: justify;
}

.box-style {
    background: #dd030124;
    padding: 40px 80px;
    border-radius: 31px;
    text-align: center;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 5px 20px rgba(7, 78, 176, 0.12);
}

.box-style h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

.box-style h4 {
    font-size: 30px;
    margin-bottom: 18px;
    color: #ee0004;
}

.box-style p {
    margin-bottom: 0px;
    font-size: 23px;
    color: #695c5c;
    font-weight: 500;
}

.contact-form .contact-btn:hover {
    background: #ec0403;
    color: #fff;
}

.contact-form.return {
    top: 0;
    right: 0;
    max-width: unset;
    margin-left: 40px;
}

.contact-form h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

.contact-form.b-form {
   
    top: 0;
    right: 0;
    max-width: unset;
}

.bg-dark {
    background: linear-gradient(125deg, #1a1a67, #1a1a67);
}

footer {
    background: #000;
    color: #fff;
    padding: 9px 0;
    text-align: center;
}

footer p {
    margin-bottom: 0px;
    display: inline-block;
    font-size: 18px;
}

p.footer-text {
    margin-right: 10px;
}

footer p a {
    color: #fff;
    text-decoration: none;
}

footer p a:hover {
    color: var(--first-color);
}

.sticky-bar {
    cursor: pointer;
    position: sticky;
    bottom: 0;
    padding: 10px 0;
    background: var(--first-color);
}

.sticky-bar a {
    display: block;
    text-align: center;
    font-size: 21px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0px;
}

.contact-form.b-form a {
    margin-top: 15px;
}

.deal-end {
    padding: 10px 20px;
    border-radius: 10px;
    width:300px;
    background-color: #000;
    text-align: center;
    position: fixed;
       top: 100px;
    left: calc(50% - 200px);
    z-index: 10000;
    transition: .7s ease-in;
    animation: pulse 10s ease-in infinite alternate;
}

@keyframes pulse {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        color: red;
        scale: 80%
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        color: orange;
        scale: 102%
    }
}

.deal-end h4 {
    color: #fff;
}

.deal-end p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0px;
    background: var(--first-color);
    width: max-content;
    text-align: center;
    padding: 5px 20px;
    margin: 0 auto;
    border-radius: 10px;
}

.bnn-img {
    padding: 100px 0;
}

.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

img.dsk-img {
    display: block;
}


/*img.mb-img {
    display: none;
}*/

.footer-top {
    padding: 63px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #de0000;
    position: relative;
}

.line {
    margin-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #e5e5e58c;
}

span#timer-countdown {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
}

.pvt-delivery {
    position: absolute;
    top: 10%;
    right: 0;
    width: 200px;
}

.footer-top h4 {
    margin-bottom: 30px;
}

.del-img {
    border-radius: 10px;
}

img.dsk-img {
    margin-left: -90px;
}

.review-box {
    background: #f4f4f4 !important;
    padding: 20px !important;
    border-radius: 10px !important;
    display: flex;
    margin-bottom: 20px;
}

.review-box .user-img {
    margin-right: 20px;
    width: 80px;
    height: 80px;
    max-width: 80px;
    min-width: 80px;
    border-radius: 50%;
}

span.post-time {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    color: #999;
}

.bg-grey {
    background: #f0efea;
}
.testimonial-box.full-img {
    padding: 0;
    overflow: hidden;
}
.testimonial-box.full-img p.review {
    padding: 20px;
    margin: 0;
}

.body-img {
    border-radius: 10px;
    max-height: 200px;
    margin-top: 15px;
}
.certifications img {
    max-width: 76px;
}
.certifications {
    gap: 19px;
    justify-content: center;
}
.bg-product {
    background: #de3032;
    color: #fff;
    padding: 10px 25px;
    font-size: 22px;
    text-align: center;
}
h4.tb-pr {
    margin: 13px 0;
    display: flex;
    align-items: center;
}

h4.tb-pr span.rght-price {
    color: var(--first-color);
    font-weight: 700;
    font-size: 30px;
}

h4.tb-pr span.old-pr {
    font-size: 19px;
    font-weight: 500;
    margin-left: 10px;
    text-decoration: line-through;
}

h4.tb-pr span.save-pr {
    margin-left: 20px;
    background: yellow;
    font-size: 18px;
    color: var(--first-color);
    padding: 6px 10px;
    border-radius: 10px;
}
.pr-box {
    border: 1px solid var(--first-color);
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.pr-box h4.bx-name {
    background: var(--first-color);
    color: #fff;
    padding: 4px 5px 7px 5px;
    margin-bottom: 0px;
    font-size: 16px;
}

p.pack-nm {
    margin-bottom: 5px;
    font-size: 15px;
    margin-top: 8px;
    font-weight: 600;
}

p.save-pr {
    background: green;
    width: max-content;
    margin: 0 auto;
    color: #fff;
    padding: 3px 13px;
    border-radius: 10px;
}

.pr-box h4.tb-pr {
    display: block;
    margin: 8px 0;
}

.pr-box h4.tb-pr span {
    display: block;
}

.pr-box h4.tb-pr span.old-pr {
    margin-bottom: 6px;
    font-size: 13px;
}

.pr-box h4.tb-pr span.tab-no {
    font-size: 17px;
}
.pr-box.active {
    background: #ff1d1d29;
}
.offer-list {
    margin: 20px 0;
}
.thank-u .contact-form {
    padding: 22px 30px;
}

.thank-u .contact-form input.form-control {
    padding: 12px 17px;
}
.grnd-total-box {
    border: 2px solid var(--first-color);
    border-radius: 10px;
    padding: 20px 20px;
	    margin-bottom: 30px;
}

.grnd-total-box h4.order-ttl {
    margin-bottom: 10px;
}

.grnd-total-box ul li.total-heading {
    border-bottom: none;
    font-size: 20px;
    font-weight: 600;
    color: var(--first-color);
}

.grnd-total-box ul li {
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ddd;
}

.grnd-total-box ul {
    padding: 0;
}

.grnd-total-box ul li.grand-txt {
    font-size: 20px;
    border-bottom: none;
    font-weight: 700;
    color: #16a34a;
}

li.grand-txt {}

.form-check.paymnet {
    border: 1px solid #16a34a;
    padding: 10px 34px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.paymnet img.on-img {
    width: 100%;
}
 

.paymnet label.form-check-label {
    width: 100%;
}
.grnd-total-box .contact-btn {
    width: 100%;
    display: block;
    text-align: center;
}


.modalbg {
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: opacity 250ms;
}
	.success_modal {
        position: fixed;
    top:10%;
    left: 0;
    width: 100%;
    background: transparent;
    height: auto;
    z-index: 1000;
    transition: all .5s ease-in-out;
}
.modal-inner{
	        max-width: 600px;
    padding: 20px;
    border-radius: 10px;
    margin: 0 auto;
    background: #fff;
	position:relative;
}
.success {
    text-align: center;
    padding: 25px 0;
    margin: 0 auto;
}

.success img.succes-img {
    max-width: 60px;
    margin-bottom: 20px;
}

.success p.tnk-text {
    font-size: 20px;
}

.success p.tnk-text span {
    color: var(--first-color);
    font-weight: 600;
}

.success p.text-drk {
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
    font-size: 17px;
}

.success p.text-light {
    color: #434343!important;
    font-weight: 600;
    margin-bottom: 18px;
}

.success p.orde-placed {
    font-weight: 600;
    color: #000;
    font-size: 17px;
}

.success p.cont-num {
    font-size: 23px;
    font-weight: 700;
    color: #2ad352;
}

.success p.cont-num i {
    color: #fff;
    background: #2ad352;
    padding: 9px 12px 9px 12px;
    border-radius: 50%;
    margin-right: 20px;
    margin-top: 15px;
}

.modal-inner .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #a28d8d;
}
.form-check.paymnet.checked1  {
    background: #26ca122e;
}
.banner-txt {
    padding: 120px 0;
}

.banner-txt h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 37px;
}

.banner-txt h6 {
    font-size: 32px;
    color: #31ff7d;
    font-weight: 800;
    margin-bottom: 20px;
}

.banner-txt p {
    color: #fff;
    font-size: 19px;
    margin-bottom: 25px;
}

.banner-txt h3 {
    font-weight: 800;
    margin-bottom: 26px;
    font-size: 55px;
    color: #fff;
}
.section2 {
    background: #000;
}

.section2 img {
    border-radius: 10px;
}

.section2 p {
    font-size: 20px;
    color: #fff;
}

.section2 h4 {
    font-size: 40px;
    color: #facc15;
    font-weight: 600;
    margin-bottom: 30px;
}

.section2 ul {
    padding: 0;
}

.section2 ul li {
    display: flex;
    color: #fff;
    list-style: none;
    font-size: 20px;
    align-items: center;
    margin-bottom: 15px;
}

.section2 ul li img.tick-icon {
    width: 31px;
    margin-right: 10px;
}
.work-box {
    border-bottom: 10px;
    overflow: hidden;
    margin-top: 20px;
}

.work-box img {
    height: 346px;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.work-box p {
    background: var(--first-color);
    text-align: center;
    padding: 14px 15px;
    font-weight: bold;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.work-box2 { 
    text-align: center;
    display: inline-block;
}

.work-box2 img {
    border-radius: 50%;
    height: 160px;
    width: 160px;
    margin-bottom: 10px;
    max-width: unset;
}

.work-box2 p {
    font-size: 16px;
    font-weight: 500;
}.work-box3 img {
    margin-bottom: 20px;
}

.contact-form.bn-form.form-top {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.contact-form.bn-form.form-bottom {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #4D0101;
}

@media only screen and (max-width: 767px) {
    /* img.dsk-img {
        display: none;
    }
    img.mb-img {
        display: block;
    }*/
    .box1 {
        text-align: center;
        padding: 0;
        border: unset;
        border-radius: unset;
        box-shadow: none;
        background: #fff;
        margin-bottom: 25px;
    }
    .box-style h2 {
        font-size: 34px;
    }
    .box-style h4 {
        font-size: 22px;
    }
    .box-style p {
        margin-bottom: 0px;
        font-size: 19px;
    }
    .contact-form {
        position: relative;
        left: 0;
        padding: 40px 39px;
        top: 0;
    }
    .box-style {
        padding: 40px 50px;
    }
    .default-padding {
        padding: 50px 0;
    }
    .block-heading h3 {
        margin-bottom: 30px;
        font-size: 40px;
        text-align: center;
    }
    .block-heading {
        text-align: center;
    }
    .contact-form.bn-form {
        margin: 20px;
    }
    .contact-btn {
        padding: 9px 17px;
        font-size: 18px;
    }
    .contact-form.return {
        max-width: unset;
        margin-left: 0px;
    }
    footer p {
        display: block;
    }
    .deal-end {
            left: unset;
    right: 5px;
    }
    .pvt-delivery {
        display: none;
    }
    img.dsk-img {
        margin-left: 0px;
    }
    .bnn-img {
        padding: 2px 0;
    }
	.success_modal {
    position: fixed;
    left: 0;
    bottom: unset;
    width: 100%;
    height: auto;
    z-index: 1000;
    top: 28px;
    transition: all .5s ease-in-out;
}
.modal-inner {
    max-width: unset;
    padding: 0px;
    margin-left: 20px!important;
    margin-Right: 20px!important;
    border-radius: 10px;
    margin: 0 auto;
    background: #fff;
}
.work-box img {
    height: 200px; 
}
.work-box p { 
    padding: 8px 0px;
    font-size: 15px;
    font-weight: 400;
}
.work-box2 {
    width: 47%;
    text-align: center;
    display: inline-block;
}

.work-box2 img {
    border-radius: 50%;
    height: 160px;
    width: 160px;
    margin-bottom: 10px;
    max-width: unset;
}

.work-box2 p {
    font-size: 16px;
    font-weight: 500;
}
.section2 h4 {
    font-size: 32px; 
    margin-bottom: 20px;
}.section2 p {
    font-size: 15px; 
}
.banner-txt {
    padding: 61px 0;
	    text-align: center;
}
.banner-txt h4 { 
    margin-bottom: 20px;
    font-size: 30px;
}
.banner-txt h6 {
    font-size: 25px;
}.banner-txt h3 { 
    margin-bottom: 21px;
    font-size: 40px;
}
.banner-txt p { 
    font-size: 16px;
    margin-bottom: 25px;
}
.section2 img.img-fluid {
    margin-bottom: 10px;
}




}