:root {
    --first-color: #000;
    --second-color: #ffa500;
}

body {
    font-family: "Open Sans", sans-serif;
}

.first-color {
    color: var(--first-color);
}

.second-color {
    color: var(--second-color);
}


a {
    text-decoration: none;
    color: var(--first-color);
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--first-color);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--first-color);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--first-color);
}
.btn.btn1 {
    background: var(--second-color);
    border-radius: 30px;
    padding: 7px 19px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    transition: all ease 0.5s;
}
.btn.btn1 i {
    line-height: 0px;
    position: relative;
    top: 2px;
    margin-right: 9px;
}
.btn.btn2 {
    background: var(--fourth-color);
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    transition: all ease 0.5s;
}
.btn.btn2:hover {
    background: var(--second-color);
}
.btn.call_now {
    font-size: 24px;
}

.text-first {
    color: var(--first-color) !important;
}

.bg-first {
    background: var(--first-color) !important;
}

.bg-success {
    background: #7ed321 !important;
}

.bg-white {
    background: #fff !important;
}

.label-primary {
    background: var(--first-color);
    color: #fff;
}

label.label {
    display: inline-block;
    text-align: center;
    font-size: 0.75rem;
    padding: 0.2rem 0.8rem;
}

.label-secondary {
    background: var(--second-color);
    color: #000;
}

.label-info {
    background: #50e3c2;
    color: #fff;
}

.label-success {
    background: #7ed321;
    color: #fff;
}

.label-warning {
    background: #ffaa16;
    color: #fff;
}

.label-danger {
    background: #ff1616;
    color: #fff;
}

.label-light {
    background: #dadada;
    color: #000;
}

.label-dark {
    background: #454545;
    color: #fff;
}

.btn-light {
    background-color: #dadada;
}

.btn-white {
    border-color: var(--first-color);
    color: var(--first-color);
    background-color: #fff;
}

.btn-white:hover {
    background: var(--first-color);
    color: #fff;
}
header {
    background: #000;
    padding: 10px 0;
}

header h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 3px;
}

.markquee1 {
    background: var(--first-color);
    padding: 20px 0;
}
.markquee1 .scroller {
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.markquee1 .scroller ul.scroller-inner {
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 0px;
    list-style: none;
    background: var(--second-color);
}

.banner-img {
    text-align: center;
}

.banner-img img {
    width: 500px;
}

.default-padding {
    padding: 30px 0;
    background: #1d1d1d;
}

.banner-text {
    color: #fff;
    padding: 0 100px;
}

.banner-text h1 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 15px;
}

.banner-text h4 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

.rating-div {
    display: flex;
    justify-content: center;
    gap: 19px;
    margin-bottom: 10px;
    align-items: center;
}

.banner-text p {
    font-size: 17px;
    margin-bottom: 20px;
}

.banner-text h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

.rating-div p {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 600;
}

.rating-div .stars-div {
    color: #f8a900;
    font-size: 18px;
}
.sec-title {
    font-size: 50px;
    color: #f8a900;
    font-weight: 700;
    margin-bottom: 20px;
}
.expert-section {
    background: #000;
}
.expert-slider {
    margin-bottom: 20px;
}
.expert-slider .slick-arrow {
    display: none !important;
}
.expert-img-div {
    border-radius: 30px;
    border: 3px solid #505050;
}

.expert-slider .slider-item {
    margin: 0 10px;
}
.blink {
    animation: blink 2s infinite;
}

h5 {
    color: #fff;
    font-size: 21px;
    line-height: 27px;
}

.what-icon {
    width: 94px;
    margin-bottom: 40px;
}

ul.icon-list {
    margin-top: 20px;
    padding: 0px;
    list-style: none;
}

ul.icon-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

ul.icon-list li img {
    width: 62px;
}

ul.icon-list li .text {
    color: #fff;
    text-align: left;
}

ul.icon-list li .text h6 {
    font-size: 15px;
    font-weight: 600;
}

ul.icon-list li .text p {
    font-size: 15px;
    margin-bottom: 0px;
}

ul.check-list {
    margin-top: 20px;
    padding: 0px;
    list-style: none;
}

ul.check-list li {
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    display: flex;
    gap: 12px;
}

ul.check-list li i {
    display: inline-block;
    font-size: 38px;
    line-height: 0px;
    color: var(--second-color);
}
.stars-div {
}

.stars-div i {
    color: var(--second-color);
    font-size: 27px;
}

.rating-in-star {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}

.rating-in-star ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.rating-in-star ul li {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    gap: 10px;
}

.rating-in-star ul li .review-num {
    color: #ffff;
    font-size: 19px;
    font-weight: 700;
}

.rating-in-star ul li .star-num {
    font-size: 15px;
    color: #ffc845;
}

.rating-in-star ul li .progress {
    width: 70%;
    font-size: 10px;
    height: 7px;
}

.bg-second {
    background: var(--second-color);
}

.progress-bar {
}

.review-box {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 12px;
}

.review-box .user-div {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 16px;
}

.review-box .user-div img {
    width: 45px;
}

.review-box .user-div .user-deta {
}

.review-box .user-div .user-deta h5 {
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: 600;
}

.user-deta .stars-div i {
    font-size: 16px;
}

.pr-imag {
    width: 250px;
    margin-bottom: 20px;
}

p {
    color: #fff;
    font-size: 14px;
}

.review-box p {
    font-size: 15px;
}
header.fixed-header {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 999;
}
.fixed-bottom {
    padding: 13px 0;
    width: 100%;
    background: var(--first-color);
}
.available-section {
}

.available-section img {
    width: 261px;
}

footer {
    background: #1d1d1d;
    padding-top: 24px;
    padding-bottom: 81px;
}

footer p {
    font-size: 14px;
    letter-spacing: 0px;
}

footer p a {
    color: #fff;
}
.compare-div {
    display: flex;
    margin-top: 35px;
    margin-bottom: 30px;
    justify-content: space-between;
}

.compare-div .compare-box {
    width: 50%;
}

.compare-div .compare-box img {
    width: 176px;
}

.compare-div .compare-box ul.check-list {
}

.compare-div .compare-box ul.check-list li {
    justify-content: center;
}

.compare-div .compare-box ul.check-list li i {
    font-size: 14px;
    height: 25px;
    width: 25px;
    padding-top: 5px;
    padding-right: 3px;
}
.compare-div .compare-box ul.check-list.positive li i {
    background: #00a925;
    border-radius: 50%;
    color: #fff;
}
.compare-div .compare-box ul.check-list.negative li i {
    background: #dc3545;
    border-radius: 50%;
    color: #fff;
	padding-right: 0;
}

.compare-div .compare-box:first-child {
    border-right: 1px solid var(--second-color);
}
.compare-section {
    background: #fff;
}

.compare-section h5 {
    color: var(--first-color);
}

.compare-section .compare-box ul.check-list li {
    color: var(--first-color);
}

@keyframes blink {
    0% {
        scale: 1;
    }

    30% {
        scale: 1.1;
    }

    50% {
        scale: 1;
    }

    100% {
        scale: 1;
    }
}

.scroller {
    overflow: hidden;
    position: relative;
    -webkit-mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
    mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
}

.scroller-inner {
    display: flex;
    flex-wrap: nowrap; /* Keep items in one line */
    gap: 2rem; /* space between each <li> */
    animation: scroll linear infinite;
    width: max-content;
}

.scroller[data-speed="fast"] .scroller-inner {
    animation-duration: 20s;
}
.scroller[data-speed="slow"] .scroller-inner {
    animation-duration: 40s;
}

.scroller-inner li {
    white-space: nowrap;
    font-size: 1rem;
    color: #000;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

h4.sec-title {
    line-height: 34px;
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20px;
}
h4.sec-title span {
    color: #b91c1c;
}

.contact-form {
    background: green;
    margin-bottom: 30px;
    padding: 20px 30px;
    border-radius: 30px;
}

.contact-form h4 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 18px;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.contact-form .form-group label {
    margin-bottom: 5px;
    color: #fff;
}

.contact-form .form-group .form-control {
    padding: 10px 21px;
}

.p-rel {
    position: relative!important; 
}

.pl-60 {
    padding-left: 60px !important;
}
.contact-form .form-group .fix-num {
    position: absolute;
    top: 11px;
    left: 8px;
}

.btn.btn1 {
    background: var(--second-color);
    width: 100%;
    color: #000;
    border-radius: 11px;
}
.btn.btn1:hover{
    background-color: var(--first-color);
    color: #fff;
}


h4.tb-pr {
    margin: 13px 0;
    display: flex;
    align-items: center;
	justify-content: 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;
	color: #000;
}

.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;
}
.bg-black {
    background: #000;
}
footer.bg-black {
    color: #fff;
}


@media only screen and (max-width: 767px) {
    .banner-text {
        padding: 0 10px;
    }
    .banner-text h1 {
        font-size: 28px;
        margin-bottom: 11px;
    }
    .stars-div i {
        font-size: 16px;
    }
    .sec-title {
        font-size: 33px;
        margin-bottom: 17px;
    }
    h5 {
        font-size: 17px;
        line-height: 25px;
    }

    ul.icon-list li img {
        width: 53px;
    }
    ul.icon-list li .text h6 {
        font-size: 13px;
    }
    ul.icon-list li .text p {
        font-size: 12px;
    }
    ul.check-list li {
        margin-bottom: 20px;
        font-size: 14px;
    }
    ul.check-list li i {
        font-size: 28px;
    }
    footer {
        padding-top: 16px;
        padding-bottom: 93px;
    }
    .compare-div .compare-box img {
        width: 110px;
    }
    .compare-div .compare-box ul.check-list li {
        justify-content: center;
        text-align: left;
        font-size: 12px;
        gap: 6px;
    }
    .compare-div .compare-box {
        width: 48%;
    }
    .compare-div .compare-box:first-child {
        padding-right: 10px;
    }


	/* 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;
	}




}