@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px;
    color: #393939;
    overflow-x: hidden;
    font-family: "Raleway", sans-serif;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'winner';
    src: url(../fonts/winner.otf);
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    border: 1px solid #a30000 !important;
    text-align: center;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #a30000 !important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 17px;
    font-family: Poppins;
    font-weight: 400
}

.btn10:hover {
    border: 1px solid #a30000 !important;
    color: #fff !important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #a30000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000 !important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000 !important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'winner';
    font-size: 66px;
    line-height: 60px;
    color: #ff0000;
    font-weight: 500;
    margin: 0 0 20px;
}


h2 {
    font-family: 'winner';
    font-size: 45px;
    line-height: 55px;
    color: #ff0000;
    font-weight: 500;
    margin: 0 0 15px;
}

h3 {
    font-family: 'winner';
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'winner';
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #000000;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    margin: 0px;
    font-family: 'Raleway', sans-serif;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    position: absolute;
    width: 100%;
    z-index: 10;
    padding: 45px 0;
}

.menuSec img {
    margin: 0;
}

.topSec {
    background: #ff0000;
    padding: 12px 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.theme-btn-1 {
    font-size: 16px;
    background: #fdcf00;
    padding: 18px 30px;
    color: #000;
    font-weight: 700;
    animation: pulse-animation 2s infinite;
    position: relative;
    left: 20px;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgb(255 0 0);
    }

    100% {
        box-shadow: 0 0 0 20px rgb(180 9 9 / 5%);
    }
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 0px 9px;
    font-size: 16px;
    text-transform: uppercase;
}


.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.topsec-link ul {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 0;
}

.socail-link ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 25px;
    margin-bottom: 0;
}

.socail-link ul li a {
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    color: #ffd500;
}

.topsec-link ul li a {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
    font-size: 18px;
    position: relative;
}

.topsec-link ul li a:before {
    content: "";
    position: absolute;
    background: #fdcf00;
    width: 2px;
    height: 30px;
    left: 35px;
    top: 0;
}

.topsec-link ul li a i {
    font-size: 25px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #fdcf00;
}

.menuSec li.active a {
    color: #f00 !important;
    font-weight: 700 !important;
    position: relative !important;
}

.menuSec li.active a:before {
    content: "";
    position: absolute;
    background: #f00;
    width: 70%;
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -1px;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}


.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

header {
    position: relative;
}

header:before {
    content: "";
    position: absolute;
    background-image: url(../images/meunsec-back.png);
    width: 100%;
    height: 134px;
    left: 0;
    right: 0;
    z-index: 2;
    top: 64px;
    background-size: cover;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

section.main_slider .carousel-control-next-icon {
    background-image: inherit !important;
    position: relative !important;
}

section.main_slider .carousel-control-next-icon:before {
    content: "";
    position: absolute;
    background-image: url(../images/banner-arrow-right.png);
    width: 41px;
    height: 9px;
}

section.main_slider .carousel-control-prev,
.carousel-control-next {
    top: inherit;
    bottom: 40px;
    align-items: inherit;
    width: 14%;
    border: 0;
    opacity: 5;
}

section.main_slider .carousel-control-next-icon {
    background-image: inherit !important;
    position: relative !important;
    background: #5a0d0d;
    display: flex;
    align-items: center;
    width: 60px;
    height: 35px;
    justify-content: center;
    animation: pulse-animation 2s infinite;
}

section.main_slider .carousel-control-prev-icon {
    background-image: inherit !important;
    position: relative !important;
}

section.main_slider .carousel-control-prev-icon:before {
    content: "";
    position: absolute;
    background-image: url(../images/banner-arrow-left.png);
    width: 41px;
    height: 9px;

}

.btn-shine {
    background: linear-gradient(to right, #fff 0, #fdcf00, #fdcf00 33%, #fff 0%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 7s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    text-decoration: none;
}

@keyframes shine {

    0%,
    100% {
        background-position: 0;
    }

    10% {
        background-position: 50px;
    }

    20% {
        background-position: 100px;
    }

    30% {
        background-position: 150px;
    }

    40% {
        background-position: 200px;
    }

    50% {
        background-position: 250px;
    }

    60% {
        background-position: 300px;
    }

    70% {
        background-position: 350px;
    }

    80% {
        background-position: 400px;
    }

    90% {
        background-position: -450px;
    }
}

section.main_slider .carousel-control-next {
    right: inherit;
    left: 90px;
}

section.main_slider .carousel-control-prev-icon {
    background-image: inherit !important;
    position: relative !important;
    background: #ff0000;
    display: flex;
    align-items: center;
    width: 60px;
    height: 35px;
    justify-content: center;
    animation: pulse-animation 2s infinite;
}

.banner_text h2 {
    font-size: 66px;
    color: #fff;
}

.banner_text p {
    width: 80%;
    margin-bottom: 42px;
    color: #fff;
    font-size: 13px;
}

/*banner css end*/


/*About Start*/

.all-padding {
    padding: 100px 0;
}

.about-heading-box h2 span {
    display: block;
}

label.about-head-box {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #000;
    align-items: center;
    gap: 8px;
    border: 1px solid #ff0000;
    margin-bottom: 20px;
    display: flex;
    width: 20%;
    justify-content: center;
    height: 35px;
    animation: pulse-animation 2s infinite;
}

.about-heading-box label img {
    margin-top: -3px;
}

.about-heading-box h2 span {
    color: #000;
}

.about-text p {
    width: 70%;
}

.about-text ul li a {
    background: #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    animation: pulse-animation 2s infinite;
}

.about-text ul li a img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.about-text ul li h3 {
    margin-bottom: 2px;
    font-size: 22px;
    color: #f00;
}

.about-text ul li h3 span {
    color: #000;
}

.about-text ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
    margin-top: 20px;
}

.about-text ul li p {
    line-height: 20px;
    font-size: 12px;
    margin: 0;
    width: 60%;
}

.about-btn {
    margin-top: 60px;
}

.about-images img {
    width: 100%;
    height: 530px;
    object-fit: cover;
}

.about-images {
    position: relative;
}

.about-play-video {
    position: absolute;
    background: #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 80px;
    bottom: -20px;
    left: -30px;
    animation: pulse-animation 2s infinite;
}

.about-play-video ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 10px;
}

.about-play-video ul li {
    font-family: 'winner';
    font-size: 23px;
    color: #fff;
}

.about-play-video ul li i {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    color: #f00;
}

/*About End*/

/*Counter Start*/


.counter-sec {
    background-image: url(../images/counter-back.png);
    width: 100%;
    height: 100%;
    padding: 50px 0;
    background-size: cover;
    background-attachment: fixed;
}

.counter-box {
    background: #ff0000;
    border: 2px solid #fdcf00;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    text-align: center;
    animation: pulse-animation 2s infinite;
}

.counter-box label {
    color: #fdcf00;
}

.counter-box p {
    font-size: 20px;
    font-weight: 600;
}

.counter-box h2 {
    font-size: 47px;
    color: #fff;
    margin-bottom: 10px;
}

/*Counter End*/

/*Services Start*/

.services-heading label.about-head-box {
    margin: 0 auto;
    margin-bottom: 20px !important;
    width: 11%;
}

.services-heading h2 span {
    display: block;
    color: #000;
}


.services-heading p {
    width: 35%;
    margin: 0 auto;
}

.services-heading h2 {
    margin: 0 0 10px;
}

.services-silder-box {
    border: 1px solid #b2b2b2;
    padding: 0 10px;
    text-align: center;
}

.services-silder .slick-active {
    opacity: 1.5;
}

.ser-silder-box-img a img {
    width: auto !important;
    height: auto !important;
    filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(7474%) hue-rotate(2deg) brightness(103%) contrast(107%);
}

.ser-silder-box-icon {
    text-align: center;
    margin-top: -50px;
    position: relative;
    z-index: 9;
}

.services-silder-box h2 {
    font-size: 35px;
    margin-bottom: 0;
    margin-top: 20px;
}

.services-silder-btn {
    margin-bottom: -5px;
}

.services-silder-box h2 span {
    color: #000;
}

.services-silder-box p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 30px;
}

.ser-silder-box-icon a {
    background: #fdcf00;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 85px;
    margin: 0 auto;
    animation: pulse-animation 2s infinite;
}


.ser-silder-box-img img {
    width: 100%;
    height: 271px;
    object-fit: cover;
    margin-top: -15px;
}

.services-silder .slick-slide {
    margin: 20px 15px 30px;
}

.services-silder-box:hover .ser-silder-box-icon a {
    background: #ff0000;
    transition: 0.5s;

}

.services-silder-box:hover .ser-silder-box-icon a {
    background: #ff0000;
    transition: 0.5s;

}

.services-silder-box:hover .ser-silder-box-icon a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(329deg) brightness(103%) contrast(103%);
    transition: 0.5s;

}


.services-silder-box:hover .services-silder-btn a {
    background: #ff0000;
    color: #fff;
    transition: 0.5s;
}

.services-silder .slick-prev:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 10px;
    background-image: url(../images/banner-arrow-left.png);
    opacity: 1;
}

.services-silder .slick-prev:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -8px;
    width: 45px;
    height: 30px;
    background: #f00;
    z-index: -1;
    animation: pulse-animation 2s infinite;
}

.services-silder .slick-prev {
    left: -35px;
}

.services-silder .slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1.25;
}

.services-silder .slick-next:before {
    content: '';
    position: absolute;
    top: 0;
    left: -7px;
    width: 41px;
    height: 9px;
    background-image: url(../images/banner-arrow-right.png);
    opacity: 1;
}

.services-silder .slick-next {
    right: -30px;
}

.services-silder .slick-next:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -8px;
    width: 45px;
    height: 30px;
    background: #f00;
    z-index: -1;
    animation: pulse-animation 2s infinite;
}

/*Services End*/


/*Why Choose Us Start*/

.why-choose-us-sec .container-fluid {
    padding: 0;
}

.why-choose-us-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.why-choose-us-text {
    background: #ff0000;
    margin-top: 0px;
    padding: 42px 50px 0 90px;
    /* height: 707px; */
}

.no-padding {
    padding: 0;
}

.why-choose-us-text label.about-head-box {
    color: #fdcf00;
    border: 1px solid #fff;
    width: 30%;
}

.why-choose-us-text label.about-head-box img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(329deg) brightness(103%) contrast(103%);
}

.why-choose-us-text h2 {
    color: #000;
}

.why-choose-us-text h2 span {
    color: #fff;
}

.why-choose-us-text p {
    color: #fff;
}

.why-choose-us-text ul li h2 {
    font-size: 25px;
    margin-bottom: 5px;
    line-height: 30px;
}

.why-choose-us-text ul li p {
    font-size: 12px;
    width: 65%;
    line-height: 20px;
}

.why-choose-us-text ul li a {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.why-choose-us-text ul {
    display: flex;
    align-items: baseline;
    gap: 20px;
    margin-top: 26px;
    border-bottom: 1px solid #ff8080;
    padding-bottom: 26px;
}


/*Why Choose Us End*/


/*Have Questions Start*/


.our-testimonials-box label.about-head-box {
    width: 25%;
}

.our-testimonials-box h2 span {
    color: #000;
}

.our-testimonials-box h2 {
    margin-bottom: 8px;
}

.our-testimonials-box p {
    font-weight: 700;
    width: 70%;
}

.testimonials-silder {
    margin-top: 20px;
}

ul.test-silder-star {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fed100;
    font-size: 18px;
}


.testimonials-silder .slick-prev {

    top: inherit;

    bottom: -100px;
}

.testimonials-silder .slick-next {
    top: inherit;

    bottom: -100px;

}

.testimonials-silder .slick-prev:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 10px;
    background-image: url(../images/banner-arrow-left.png);
    opacity: 1;
}

.testimonials-silder .slick-prev:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -8px;
    width: 45px;
    height: 30px;
    background: #f00;
    z-index: -1;
    animation: pulse-animation 2s infinite;
}

.testimonials-silder .slick-prev {
    left: 25px;
}

.testimonials-silder .slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1.25;
}

.testimonials-silder .slick-next:before {
    content: '';
    position: absolute;
    top: 0;
    left: -7px;
    width: 41px;
    height: 9px;
    background-image: url(../images/banner-arrow-right.png);
    opacity: 1;

}

.testimonials-silder .slick-next {
    right: inherit;
    left: 90px;
}

.testimonials-silder .slick-next:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -8px;
    width: 45px;
    height: 30px;
    background: #f00;
    z-index: -1;
    animation: pulse-animation 2s infinite;
}


.testimonials-silder .slick-active {
    opacity: 1.5;
}

.testimonials-silder .slick-slide {
    margin: 15px 15px;
}

.testimonials-silder-items p {
    color: #000;
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
}

ul.john-smith li img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fdcf00;
    animation: pulse-animation 2s infinite;
}

ul.john-smith li h2 {
    font-size: 25px;
    margin-bottom: 0;
    line-height: 30px;
    font-weight: 600;
}

ul.john-smith li h2 span {
    color: #000;
}

ul.john-smith li strong {
    color: #000;
}

ul.john-smith {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.testimonials-silder-items {
    background: #ffffff;
    box-shadow: 0 0 2px 0 #00000075;
    padding: 20px 25px 25px;
}

.test-silder-items-arrow img {
    width: auto;
    height: auto;
}

.test-silder-items-arrow {

    display: flex;
    align-items: center;
    justify-content: end;
}

.our-customers-sec {
    background-image: url(../images/our-customers-back.png);
    width: 100%;
    height: 100%;
    padding: 50px 0 0;
    margin: 160px 0 0px;
    background-size: cover;
}

.make-an-appointment button {
    background: #fdcf00;
    width: 100%;
    height: 60px;
    border: none;
    color: #000;
    font-weight: 700;
}

.make-an-appointment {
    background: #ff0000;
    padding: 30px 25px;
    text-align: center;
    margin-top: -130px;
}

.make-an-appointment h2 {
    color: #000;
    margin-bottom: 5px;
}

.make-an-appointment form {
    margin-top: 30px;
}

.make-an-appointment p {
    color: #fff;
}

.make-an-appointment input {
    width: 100%;
    height: 65px;
    background: none;
    border: 1px solid #ffb3b3;
    padding: 0 15px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 16px;
}

.make-an-appointment input::placeholder {
    color: #fff;
}

.make-an-appointment textarea::placeholder {
    color: #fff;
}

.make-an-appointment select {
    width: 100%;
    height: 55px;
    background: none;
    border: 1px solid #ffb3b3;
    padding: 0 15px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 16px;
}

.make-an-appointment h2 span {
    color: #fff;
}

.make-an-appointment textarea {
    width: 100%;
    height: 220px;
    background: none;
    border: 1px solid #ffb3b3;
    padding: 20px 15px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 16px;
}

.have-questions-sec {
    background-image: url(../images/have-questions-back.png);
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    padding: 70px 0;
}

.have-questions-heading h2 {
    font-size: 50px;
    margin-bottom: 0;
}

.have-questions-heading {
    text-align: center;
}

.have-questions-phone a {
    font-size: 50px;
    margin-bottom: 0;
    font-family: 'winner';
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
    color: #f00;
}

/*Have Questions End*/


/*Gallery Start*/

.gallery-heading {
    text-align: center;
}

.gallery-heading label.about-head-box {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 10%;
}

.gallery-heading h2 span {
    color: #000;
}

.gallery-heading h2 {
    margin-bottom: 5px;
}

.gallery-heading p {
    width: 35%;
    margin: 0 auto;
}

.gallery-box-one img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}


.gallery-box-two img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.gallery-box-one.chg2 {
    margin-top: 20px;
}

.gallery-box-two.chg3 {
    margin-top: 20px;
}


.gallery-box-two.chg {
    margin-top: 20px;
}

.gallery-box-one {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-box-icon a {
    background: #fdcf00;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    font-size: 40px;
    color: #fff;
}

.gallery-box-two {
    position: relative;
}

.gallery-box-icon {
    position: absolute;
    background: #ff000099;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
    z-index: 3;
    top: 0;
}

.gallery-box-one:hover .gallery-box-icon {
    opacity: 1;
    transition: 0.5s;
}


.gallery-box-two:hover .gallery-box-icon {

    opacity: 1;
    transition: 0.5s;
}

/*Gallery End*/

/*Product Start*/
section.product {
    background-color: #000;
}

.pro-head-txt {
    text-align: center;
}

section.product label.about-head-box {

    color: #fff;

    border: 1px solid #ff0000;

    width: 10%;

    margin: 0 auto;
    margin-bottom: 20px !important;
}

.main-bx-pro ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 !important;
}

.main-bx-pro ul li h3 {
    font-size: 32px;
    line-height: 40px;
    color: #ff0000;
    margin-bottom: 0;
    font-weight: 500;
}

.main-bx-pro ul li h3 span {
    display: block;
    color: #fdcf00;
}

.main-bx-pro ul li img {
    width: 127px;
    height: 99px;
    object-fit: contain;
}

.main-bx-pro p {
    font-size: 14px;
    background-color: #ff0000;
    padding: 0px 23px;
    margin-bottom: 0;
    color: #fff;
    width: fit-content;
    font-family: 'Raleway';
    position: absolute;
    bottom: -20px;
    left: 25px;
    border: 8px solid #000;
    animation: pulse-animation 2s infinite;
}

.product-btn-row {
    margin-top: 80px;
    text-align: center;
}

.pro-head-txt h2 {
    margin-bottom: 10px;
}

.pro-head-txt h2 span {
    color: #fff;
}

.pro-head-txt p {
    margin: 0 auto;
    width: 36%;
    color: #fff;
}

.main-bx-pro {
    padding: 22px;
    border: 2px solid #ff0000;
    position: relative;
}

/*Product End*/


/*Footer Start*/
.main-bx-icon:hover ul li i {
    background: #f00;
    color: #fff;
    transition: 0.5s;
}

footer {
    padding-top: 85px;
    background-image: url(../images/footer.jpg);
    width: 100%;
    background-size: cover;
    height: 100%;
}

.f-logo h3 {
    font-size: 35px;
    color: #fff;
}

.f-logo p {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    width: 85%;
}

footer h4 {
    font-size: 26px;
    line-height: 34px;
    margin: 0 0 20px;
    color: #ff0000;
    border-bottom: 1px solid;
    display: inline-block;
    padding-bottom: 10px;
}

.f-link ul li a {
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    text-transform: math-auto;
    font-family: 'Raleway';
}

ul.f-contact li a {
    text-transform: none;
    line-height: 22px;
    font-family: 'Raleway';
    font-size: 16px;
}

ul.f-contact li i {
    color: #ff0000;
    font-size: 20px;
}

ul.f-contact li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 25px;
}

.f-media ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.f-media ul li a i {
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    color: #ff0000;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    justify-content: center;
    border-radius: 50%;
    animation: pulse-animation 2s infinite;
}

.f-media ul li a i:hover {
    color: #fdcf00;
}

.footer-bottom-sec {
    text-align: center;
    margin-top: 40px;
}

.footer-bottom-sec p {
    margin: 0;
    padding: 15px 0;
    color: #737373;
    border-top: 1px solid #ff0000;
}

.f-logo img {
    margin: 0 0 25px;
}

footer h4 span {
    color: #fdcf00;
}

.f-media {
    margin-top: 30px;
}

.f-link.chg-2 {
    margin-left: 50px;
}

.main-bx-icon {
    background-color: #252525;
    height: 100px;
    border: 1px solid #fff;
    animation: pulse-animation 2s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-bx-icon ul {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 0;
}

.main-bx-icon ul li p {
    font-size: 14px;
    color: #fff;
    font-family: 'Raleway';
    width: 90%;
    margin-bottom: 0;
    line-height: 21px;
}

.main-bx-icon ul li a {
    font-size: 16px;
    color: #fff;
    font-family: 'Raleway';
    width: 90%;
    margin-bottom: 0;
}

.main-bx-icon ul li i {
    font-size: 20px;
    color: #000;
    height: 35px;
    width: 35px;
    background-color: #fdcf0b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row.footer-contact {
    margin-bottom: 100px;
    justify-content: center;
}

/*Footer End*/

/*Inner Banner Start*/
.innerbanner {
    background-image: url(../images/innnerbanner.jpg);
    width: 100%;
    height: 494px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.text-innerbanner h2 {
    font-size: 66px;
}
.text-innerbanner h2 span {
    color: #fff;
}
.text-innerbanner p {
    color: #fff;
    width: 70%;
}

.text-innerbanner {
    margin-top: 60px;
}
/*Inner Banner End*/


/*About Page Start*/
.about-pg-sec .about-text p {
    width: 94%;
}
.about-pg-sec-abt-ul .about-text {
    display: flex;
    gap: 110px;
}
.about-pg-sec-abt-ul {
    padding-top: 30px;
}


/*Our Mission Start*/
.mission-img {
    width: 100%;
    height: 100%;
}
.outmission-text .about-text p {
    width: 70%;
    margin-bottom: 40px;
}
.outmission .row {
    align-items: center;
}
.outmission {
    padding: 90px 0px;
}
.outmission-text {
    padding-top: 30px;
}
/*Our Mission End*/



/*Ourr Vission Start*/
.our-vision {
    background-image: url(../images/visionback.jpg);
    width: 100%;
    height: 709px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}
.vision-title-text h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 0px;
}
.vision-title-text h2 span {
    display: unset;
}
.vision-title-text {
    padding-top: 50px;
}
.vision-text .about-heading-box h2 span {
    color: #fff;
}
.vision-text .about-text p {
    color: #fff;
}
.our-vision .row {
    align-items: center;
}
.vision-text label.about-head-box {
    color: #fff;
}
.img-ourvision img {
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
    width: 50%;
    height: 100%;
}
/*Our Vision End*/


/*About Page Enf*/


/*Service PAge Start*/
.text-inner-service img {
    border: unset;
    padding: 13px 12px;
    background: #fdcf00;
    margin-bottom: 16px;
}
.text-inner-service h2 span {
    color: #000;
}
.text-inner-service p {
    width: 70%;
    margin-bottom: 30px;
}
.img-innerservice img {
    width: 100%;
    height: 100%;
}
.img-innerservice {
    border: 1px solid #000;
    padding: 10px 10px;
}
.innerservice-btn .theme-btn-1 {
    background: #ff0000;
    color: #fff;
}
.inner-service .row {
    align-items: center;
}
.cermaic .text-inner-service {
    margin-left: 40px;
}
.cermaic {
    padding: 60px 0px;
}
.inner-service {
    padding: 90px 0px;
}

/*Service Page End*/


/*Service Detail Page Start*/
.service-detail-text .text-inner-service p {
    width: 100%;
}
.img-service-detail img {
    width: 100%;
    height: 100%;
}
.img-service-detail {
    border: 1px solid #000;
    padding: 10px;
    margin-bottom: 50px;
}
.service-detail-text {
    text-align: center;
}
.service-detail .row {
    display: flex;
    justify-content: center;
}
.service-detail {
    padding: 90px 0px;
}
.service-detail-text .innerservice-btn {
    margin-top: 70px;
}
.img-pro-detail img {
    width: 515px;
    height: 343px;
}
.img-pro-detail {
    text-align: center;
    border: 1px solid #000;
    padding: 90px 0px;
}
/*Service Detail Page End*/



/*Product Detail Page Start*/
.text-pro-detail h2 span {
    display: block;
    color: #000;
}
.text-pro-detail h2 {
    margin-bottom: 30px;
}
.text-pro-detail h3 {
    color: #f00;
    font-family: 'Raleway';
}
.text-pro-detail p {
    font-weight: 500;
    width: 70%;
}
.note-text-pro-detail p {
    font-weight: 700;
    font-size: 16px;
    width: 69%;
}
.note-text-pro-detail p span {
    display: block;
}
.note-text-pro-detail {
    padding: 30px 0px;
}
.text-pro-detail {
    padding-left: 40px;
}
ul.d-flex.pt-3 {
    align-items: center;
    margin-bottom: 6px;
    margin-left: 2px;
    display: flex !important;
    margin-top: 20px;
}
.num-block.skin-2.product-detail-skin {
    margin-right: 20px;
}
.skin-2 .num-in {
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border: 1px solid #000;
    height: 42px;
    width: 99px;
    float: left;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.skin-2 .num-in span {
    width: 20%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
    /* border-left: 1px solid #B1B1B1; */
}

.skin-2 .num-in span:before, .skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #000000;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}
.skin-2 .num-in span:before, .skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #000000;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 52%;
    margin-top: -1px;
    margin-left: -5px;
}
.skin-2 .num-in input {
    float: left;
    width: 39%;
    height: 40px;
    border: none;
    text-align: center;
    background-color: #fff;
    border: 1px solid #000;
    border-top: unset;
    border-bottom: unset;
}
.skin-2 .num-in .plus:before, .skin-2 .num-in .plus:after {
    margin-left: -5px;
}
.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}
.cart-btn-pro-det .theme-btn-1 {
    background: #f00;
    color: #fff;
}
.product-detail {
    padding: 90px 0px 30px;
}
.prod-infos {
    float: inline-end;
}
.prod-infos p {
    font-size: 12px;
    font-family: 'Raleway';
    font-weight: 500;
    margin-bottom: 5px;
}
.pro-info-select p {
    font-size: 12px;
    font-family: 'Raleway';
    font-weight: 500;
    margin-bottom: 5px;
}

.top-heading-product-infor h2 {
    font-family: 'Raleway';
    font-weight: bold;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    color: #000;
    background: #e5e5e5;
    padding: 0px 20px;
}
.prod-infos p a {
    font-size: 12px;
    font-family: 'Raleway';
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
}

.pro-info .row {
    display: flex;
    justify-content: center;
}
.pro-info {
    padding: 90px 0px 0px;
}
.feat-text ul li {
    padding: 6px 18px;
    position: relative;
}
.feat-text ul li:before {
    position: absolute;
    content: '';
    background: #f00;
    width: 4px;
    height: 4px;
    left: 6px;
    top: 16px;
}

/*Product Detail Page End*/


/*Appointment Page Start*/
.heading-appointment h2 {
    color: #000;
    margin-bottom: 0px;
}
.appointment-fields input {
    width: 100%;
    border: 1px solid #fff;
    height: 54px;
    margin-bottom: 20px;
    padding: 0px 16px;
    background: #ff0000;
     color: #fff;
}
.appointment-fields textarea {
    width: 100%;
    border: 1px solid #000;
    height: 54px;
    margin-bottom: 20px;
    padding: 0px 16px;
     color: #fff;
}
.appointment {
    padding: 90px 0px;
}
.appointment .row {
    display: flex;
    justify-content: center;
}
.appointment-fields textarea {
    width: 100%;
    border: 1px solid #fff;
    height: 194px;
    margin-bottom: 20px;
    padding: 9px 16px;
    background: #ff0000;
}
.appointment-fields input::placeholder {
    font-size: 16px;
    font-family: 'Raleway';
    font-weight: 400;
    color: #fff;
}
.appointment-fields textarea::placeholder {
    font-size: 16px;
    font-family: 'Raleway';
    font-weight: 400;
    color: #fff;
}
.appointment-fields .theme-btn-1 {
    width: 100%;
    border: unset;
}
.appointment-fields select {
    width: 100%;
    border: 1px solid #fff;
    height: 54px;
    margin-bottom: 20px;
    padding: 0px 16px;
    font-size: 16px;
    font-family: 'Raleway';
    font-weight: 400;
    background: #ff0000;
    color: #fff;
}
.heading-appointment {
    text-align: center;
    margin-bottom: 20px;
}
.maindvappointment {
    background: #f00;
    padding: 26px 50px;
}
.heading-appointment h2 span {
    color: #fff;
}
/*Apoointment page End*/


/*Contact Page Start*/
.contact-info ul {
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-info ul li a {
    font-size: 16px;
    font-family: 'Raleway';
    font-weight: 500;
    color: #000;
}
.contact-info ul {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #f00;
    width: 57%;
    padding-bottom: 18px;
}
.location-info ul {
    border-bottom: unset;
}
.contact-info h2 span {
    color: #000;
}
.contact-map iframe {
    width: 100%;
    margin-bottom: 30px;
}
.contact-fields input {
     width: 100%;
    border: 1px solid #00000094;
    height: 54px;
    margin-bottom: 20px;
    padding: 0px 16px;
    background: #fff;
    color: #000;
}
.contact-fields input::placeholder {
    font-size: 16px;
    font-family: 'Raleway';
    font-weight: 400;
    color: #000;
}
.contact-fields textarea::placeholder {
    font-size: 16px;
    font-family: 'Raleway';
    font-weight: 400;
    color: #000;
}
.contact-fields textarea {
    width: 100%;
    border: 1px solid #00000094;
    height: 194px;
    margin-bottom: 20px;
    padding: 14px 16px;
    background: #fff;
    color: #000;
}
.contact-heading h2 span {
    color: #000;
}
.contact-fields .theme-btn-1 {
    width: 100%;
    border: unset;
}
.contact {
    padding: 90px 0px;
}
.contact-fields {
    padding-left: 30px;
}
.contact-heading {
    padding-left: 30px;
}
.contact-heading h2 {
    margin-bottom: 31px;
}
/*Contat Page End*/



/*CART Page Start*/

.add-to-cart thead {
    background: #ff0000;
    color: #fff;
    padding-bottom: 50px;
}

.cart-page-tble tbody .quanity span {
    border-radius: 100px;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    color: #000;
}

.align-items-center {
    align-items: center !important;
}

.inc {
    background-color: transparent;
    margin-top: 20px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    border-radius: 8px !important;
    border: 1px solid lightgrey;
}

.cart-page-tble tbody .quanity span {
    border-radius: 100px;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    color: #000;
}

.cart-page-tble tbody tr td input {
    /* height: 60px; */
    /* border: 1px solid #c4c4c4; */
    /* background-color: #ffffff; */
    /* color: #000; */
    text-align: center;
    height: 49px;
    border-radius: 6px;
    border: 0px solid #ebebeb;
    font-size: 23px;
    color: #0000009c;
    font-weight: 500;
    background: #fff0;
    margin: 0;
    border-radius: 5px;
    width: 100px;
}

.cart-page-tble tbody .quanity span {
    border-radius: 100px;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    color: #000;
}

.inc {
    background-color: #f4f4f4 !important;
    margin-top: 20px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    border-radius: 5px !important;
    border: 2px solid #c0c0c0;
    width: 90%;
    height: 60px;
}

.input-number {
    border: none;
}

.input-number-decrement,
.input-number-increment {
    display: inline-block;
    width: 40px;
    height: 40px;
    display: inline-flex;
    color: #444;
    text-align: center;
    font-weight: 700;
    border: 1px solid black !important;
    cursor: pointer;
    background: #f7f7f7;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}

.input-number,
.input-number1,
.input-number-decrement,
.input-number-increment {
    border: 0;
    height: 25px;
    user-select: none;
    font-weight: 700;
    padding: 5px 5px 5px 5px;
    width: 30px;
    color: #000;
}

a.update {
    color: #000;
}

.product-cart figure {
    /* padding: 10px; */
    margin: 0;
    /* background-color: #eaeaea; */
    /* border-radius: 3px; */
    /* border: 1px solid #c8c8c8; */
}

th:first-child {
    border-radius: 10px 0 0 10px;
}

th:last-child {
    border-radius: 0 10px 10px 0;
}

.shipping-box h4 {
    color: #d60000;
    font-family: 'Montserrat';
}

.for-lin:before {
    position: absolute;
    content: '';
    left: 0;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    width: 949px;
    height: 30px;
    z-index: 9999;
    top: 10px;
}

.for-lin {
    position: relative;
}

.add-to-cart .table>thead>tr>th {
    border-bottom: 0;
    padding-left: 0;
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: center;
}

.add-to-cart thead tr th {
    font-size: 17px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    line-height: 10px;
    color: #fff;
}

.table-space h6 {
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
    font-family: 'Raleway';
    line-height: 18px;
    margin-top: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.table-space span {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #000;
}

.product-img {
    border: 2px solid #0006 !important;
    width: 78%;
    height: 108px;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
    border-radius: 3px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.number-item input {
    width: 100%;
    text-align: center;
    height: 050px;
    border-radius: 46px;
    border: 0;
    font-size: 23px;
    color: rgba(0, 0, 0, 0.50);
    font-weight: 500;
    margin-top: 0;
    background-color: transparent;
    color: #000;
    pointer-events: none;
}

.add-to-cart a {
    font-size: 17px;
    display: block;
    text-align: center;
    color: #000;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}
li.quanity.product-detail {
    width: 42%;
}
li.quanity.product-detail .inc {
    margin: 0;
}
.add-to-cart h4 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin-top: 40px;
    font-family: 'Montserrat';
    text-align: center;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

th.text-align\:left {
    text-align: left !important;
    padding-left: 50px !important;
}

tr.space {
    border-bottom: 1px solid #f00;
}

a.remove {
    /* background: rgb(0 144 255); */
    color: rgb(255, 255, 255);
    font-size: 19px;
    padding: 7px 17px;
    margin-top: 25px;
    background: #ff0000;
    width: 46px;
    height: 43px;
    margin-left: 40px;
}

.proceed a {
    color: #264790;
    text-align: left;
    font-size: 23px;
    text-transform: uppercase;
}

.proceed i {
    margin-left: 10px;
}

.proceed .checkout-btn {
    background: #F9E598;
    border: none;
    padding: 13px 20px;
    width: 90%;
    font-size: 19px;
    border-radius: 0;
    text-align: center;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 0 auto;
    border-radius: 50px;
    background: #264790;
}

.all-section-inner {
    padding: 0px 0 80px;
}

.or-amazon {
    position: relative;
    border: 2px solid #c0c0c0;
    padding: 30px 50px;
    border-radius: 5px;
    background-color: #f4f4f4;
    width: 100%;
    margin: 80px auto 0;
}

.or-amazon p {
    font-size: 20px;
    position: absolute;
    background: #fff;
    top: -17px;
    left: 0;
    padding: 3px 20px;
    color: #000;
    display: block;
    text-transform: uppercase;
    border: 1px solid #c0c0c0;
    right: 0;
    margin: 0 auto;
    width: 70%;
}

.or-amazon a {
    text-decoration: none;
    text-align: center;
}

.total-section {
    padding: 27px 20px;
    /* border-radius: inherit; */
    background-color: #f4f4f4;
    border: 2px solid #c0c0c0;
}

.total-section li {
    font-size: 22px;
    padding-bottom: 30px;
    color: #000;
    font-family: 'lvy';
}

li.color-change {
    color: #264790;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    padding-bottom: 0 !important;
    font-size: 25px;
}

.total-section li span {
    float: right;
}

.ship-estimate {
    background-color: #f4f4f4;
    padding: 10px 30px;
    margin-top: 55px;
    border: 2px solid #c0c0c0;
    /* border-radius: 5px; */
}

.ship-estimate ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.ship-estimate li {
    font-size: 26px;
    margin-bottom: 5px;
    font-family: 'lvy';
    font-weight: 400;
    color: #264790;
}

.ship-estimate .grey-style {
    color: #000;
    font-size: 19px;
    font-weight: 500;
    font-family: 'lvy';
}

.proceed {
    display: flex;
    align-items: flex-start;
}

.add-to-cart .table-space {
    display: flex;
    align-items: center;
    padding: 21px 0px;
    margin-left: 9px;
}

.add-to-cart .table-space .col-md-7 {
    margin-left: 0px;
}

.product-img img {
    /* width: 80%; */
    /* height: 80%; */
    object-fit: cover;
    object-position: top;
}

.add-to-cart thead tr th:first-child {
    border-radius: unset !important;
}

.add-to-cart thead tr th:last-child {
    border-radius: unset!important;
}





.product-det-content h3 {
    font-size: 42px;
    line-height: 1;
    font-family: 'Montserrat';
    color: black;
    text-transform: capitalize;
}

.price-tag {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid lightgray;
    margin-bottom: 20px;
}

.price-tag div:first-child>del {
    color: gray;
    font-size: 35px;
}

.price-tag div:first-child {
    font-size: 45px;
    line-height: 1;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: black;
}

.price-tag div:last-child {
    font-size: 18px;
    color: grey;
}

.price-tag div:last-child ul {
    margin-right: 15px;
}

.price-tag i.fas.fa-star {
    color: #ffc107;
}

.product-det-content ul.d-flex.justify-content-between.align-items-center {
    width: 70%;
}

.skin-2 .num-in {
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    height: 45px;
    width: 150px;
    float: left;
    border: 1px solid #000000;
    cursor: pointer;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: "";
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 40px;
    border: none;
    text-align: center;
    background: transparent;
    font-family: "Roboto";
}

.add-cart-btn {
    display: inline-flex;
    height: 37px;
    align-items: center;
    justify-content: center;
    padding: 1px 34px;
    color: white;
    background: #264790;
    border-radius: 35px;
}

.like-btn {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #264790;
    border-radius: 50%;
    font-size: 25px;
    color: #00a2a2;
}

.add-cart-btn:hover {
    /* border: 1px solid var(--primary-color); */
    /* background-color: var(--primary-color); */
    color: white;
}
.subtotal-text p {
    font-size: 15px;
    font-weight: 300;
     margin-bottom: 13px;
}
.shiiping-cost label {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}
.shiiping-cost label span {
    color: #f00;
    margin-left: 10px;
}
.shiiping-cost p {
    margin-bottom: 13px;
    color: #f00;
}
.shiiping-cost a {
    text-align: left;
    font-size: 17px;
    font-family: 'Raleway';
    font-weight: 500;
    color: #f00;
    text-transform: capitalize;
    text-decoration: underline;
}
.subtotal-text {
    margin-bottom: 100px;
}
.total-price p {
    margin-top: 21px;
    color: #f00;
    font-size: 19.36px;
}
.procced-btn {
    margin-top: 40px;
}
.payment-text ul {
    display: flex;
    gap: 20px;
}
.payment-text p {
    padding: 20px 0px;
    text-align: center;
}
.maindv-subtotal {
    padding-left: 30px;
    padding-top: 50px;
}
/*CART Page End*/



/*Checkout Page Start*/
.checkout-field input {
    width: 100%;
    border: 1px solid #777777;
    height: 50px;
    padding: 0 15px;
    margin-bottom: 20px;
}
.checkout-field input::placeholder {
    font-size: 14px;
    font-family: 'Raleway';
    font-weight: 400;
}
.order-btn .theme-btn-1 {
    width: 100%;
    border: unset;
}
.maindv-checkout-field h2 span {
    color: #000;
}
.maindv-yourorder h2 span {
    color: #000;
}
.maindv-yourorder ul li img {
    border: 1px solid #000;
    padding: 40px 33px;
    position: relative;
}
.maindv-yourorder ul li p {
    background: #fdcf00;
    width: 24px;
    font-size: 12px;
    border-radius: 11px;
    padding: 0 5px;
    position: absolute;
    top: 19px;
    left: 120px;
}

.maindv-yourorder ul {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0px;
    padding: 30px 0px;
    border-top: 1px solid #f00;
    border-bottom: 1px solid #f00;
}
.maindv-yourorder ul li {
    font-size: 14px;
    font-family: 'Raleway';
    font-weight: 500;
    color: #000;
    display: flex;
    gap: 80px;
}
.check-proceed-btn a.theme-btn-1 {
    padding: 18px 110px;
}
.checkout {
    padding: 90px 0px;
}
.maindv-checkout-field {
    padding-right: 70px;
}
/*Checkout Page End*/


/* Account PAGE  STRT */


.text-blue {
    color: #100c6c;
}

.text-black {
    color: #000 !important;
}

.log-in-wrap {
    padding: 40px 40px;
    background-color: unset;
    /* border: 1px solid #c4c4c4; */
    float: right;
    width: 100%;
    border-radius: 0;
}

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


.log-in-wrap h2 {
    margin: 0 0 20px 0;
    text-align: left;
    color: #ff0000;
    font-size: 36px;
    text-transform: capitalize;
    line-height: 54px;
    font-family: 'winner';
    font-weight: 500;
}
.log-in-wrap.signup-bg h2 {
    color: #f00;
}

.log-in-wrap.signup-bg input::placeholder {
    color: #fff;
}

.login_btn {
    width: 100%;
    background-color: #0087dd;
    padding: 10px;
    display: block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0;
    border: 2px solid var(--yellow2);
    transition: 0.5s all;
    font-family: 'Montserrat';
}

.contact-page-main .form-control {
    height: 45px;
    background-color: #ffffff;
    border-color: #d5d5d5;
}

.log-in-page-main .form-check label.form-check-label {
    font-size: 14px;
    font-weight: 300;
    /* font-family: 'Lato'; */
    margin: 0;
    font-weight: 300;

    color: #000;
}

.form-check-input:checked {
    background-color: var(--yellow2);
    border-color: var(--yellow2);
}

.log-in-page-main .form-check,
.forgot-pass {
    display: inline-block;
}



.forgot-pass {
    text-align: right;
    width: 75%;
}

.forgot-pass a {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    color: #000;
    font-family: 'Raleway';
}

.term-condition:hover {
    color: #000;
}

.forgot-pass a:hover {
    color: var(--yellow2);
}

.agree-text {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 15px;
    display: unset;
    align-items: center;
    justify-content: space-between;
}

.term-condition {
    font-weight: 600;
    margin-left: 0px;
    color: var(--yellow2);
    border-bottom: 2px solid var(--yellow2);
    /* font-size: 15px; */
}

.form-check {
    float: left;
}

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

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dde6ef;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.login_btn:hover {
    background-color: transparent;
    border: 2px solid var(--yellow2);
    color: var(--yellow2);
}

.login-forms {
    padding: 80px 0;
}

.login-menu ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0;
}

.login-menu ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.header-main-right {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.login-menu {
    width: 100%;
}

.sign-up-btn {
    width: 42%;
}

.sign-up-btn a {
    color: var(--yellow1);
    border: 1px solid var(--yellow1);
    padding: 10px 25px;
    border-radius: 60px;
    font-size: 18px;
}

.sign-up-btn a:hover {
    background: var(--yellow1);
    color: #000;
}

.log-in-wrap.signup-bg {
    background: unset;
}

.log-in-wrap.signup-bg .form-control {
    background-color: unset;
    border-width: 0;
    color: #fff;
    border: 1px solid #dde6ef;
}

.log-in-wrap.signup-bg .form-control::placeholder {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.log-in-wrap.signup-bg button.login_btn {
    background: #fff;
    color: #000;
    font-family: 'Montserrat';
}

.term-condition {
    color: #f00;
    border-color: #f00;
}

.log-in-wrap.signup-bg button.login_btn:hover {
    background: transparent;
    color: #000;
    border-color: #000;
}

.form-check .form-check-input:checked[type=checkbox] {
    filter: invert(1);
}

.form-check label {
    cursor: pointer;
    font-family: 'Raleway';
    font-weight: 500;
}
.log-in-wrap.signup-bg .form-control::placeholder {
    color: #00000040;
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 14px;
}
.account-btn .theme-btn-1 {
    margin-left: -140px;
    margin-top: 20px;
    border: unset;
}
.account-icon ul {
    display: flex;
    gap: 70px;
}
.account-icon ul li a {
    border: 1px solid #00000085;
    padding: 7px 20px;
    color: #000;
    font-size: 12px;
    font-family: 'Raleway';
    font-weight: 500;
}
.account-icon ul {
    display: flex;
    gap: 30px;
    align-items: center;
}
.account-icon ul li {
    font-size: 14px;
    font-family: 'Raleway';
    font-weight: 700;
}
.account-icon p {
    padding: 30px 0px;
}
.account-icon {
    padding: 0 40px;
}
.sellers-text label {
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 14px;
    color: #000;
}
.sellers-text {
    display: flex;
    gap: 10px;
    padding: 10px 0px;
}
.rgister-btn .theme-btn-1 {
    border: unset;
}
.rgister-btn {
    margin-top: 20px;
}
.register-icons .account-icon {
    padding: 0 0px;
}
.log-in-wrap h2 span {
    color: #000;
}

/*Account Page End */



/*Blog Page Start */
.text-blogs h2 {
    font-size: 28px;
    margin-bottom: 10px;
    height: 75px;
    line-height: 36px;
    display: flex;
    align-items: center;
}
.text-blogs {
    padding: 10px 11px;
}
.mainbox-blog {
    margin-bottom: 20px;
}
.blogs {
    padding: 90px 0px;
}
.blog-btn {
    text-align: center;
    margin-top: 40px;
}

/*Blog Page end*/


/*Blog Detail Page Start*/
.heading-blogdetail {
    text-align: center;
    margin-bottom: 50px;
}
.text-blogdetail h3 {
    margin-bottom: 0px;
    padding: 27px 0px 10px;
}
.blogdeatil {
    padding: 90px 0px;
}

/*Blog Detail Page End*/












html {
    overflow-x: hidden; 
}



@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291px) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {
    .topsec-link ul li a {
    font-size: 15px;
}

.menuSec ul li a {
    font-size: 14px;
    padding: 0 5px;
}

.theme-btn-1 {
    font-size: 14px;
    padding: 15px 16px;
}

.carousel-item > img {
    height: 800px;
    object-fit: cover;
    object-position: right;
}

.banner_text h1 {
    font-size: 48px;
    line-height: 50px;
}

.banner_text h2 {
    font-size: 50px;
    line-height: 50px;
}

.banner_text p {
    width: 100%;
}

label.about-head-box {
    width: fit-content !important;
    padding: 0 5px;
}

.services-silder-box h2 {
    font-size: 24px;
}

.services-silder .slick-prev {
    left: 0;
    z-index: 11;
}

.services-silder .slick-next {
    right: 0;
}

.why-choose-us-text {
    padding: 20px 10px 20px 30px;
}

.why-choose-us-text h2 {
    font-size: 40px;
    line-height: 50px;
}

.why-choose-us-text ul li p {
    width: 90%;
}

.our-testimonials-box label.about-head-box {
    width: fit-content;
}

.our-testimonials-box p {
    width: 100%;
    font-size: 13px;
}

.have-questions-heading h2 {
    font-size: 37px;
}

.have-questions-phone a {
    font-size: 40px;
}

.pro-head-txt p {
    width: 50%;
}

.main-bx-pro {
    padding: 10px;
}

.main-bx-pro ul li h3 {
    font-size: 25px;
    line-height: 30px;
}

.f-link.chg-2 {
    margin-left: 0;
}
    .services-heading p {
    width: 60%;
}

.why-choose-us-text ul {
    margin: 10px 0;
}

.gallery-heading p {
    width: 60%;
}

ul.f-contact li {
    gap: 10px;
}

ul.f-contact li a {
    font-size: 12px;
}
.about-pg-sec .about-text p {
    width: 100%;
    font-size: 12px;
}
.text-innerbanner p {
    width: 80%;
}

.text-inner-service p {
    width: 100%;
}

.inner-service {
    padding-bottom: 0;
}
ul.products.columns-2 {
    margin-left: 40px;
}
.text-blogs h2 {
    font-size: 22px;
    line-height: 30px;
    height: auto;
}
.contact-info ul {
    width: 80%;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .topsec-link ul {
    width: 130%;
    gap: 10px;
}

.topsec-link ul li a {
    gap: 10px;
    font-size: 14px;
}

.topsec-link ul li a:before {
    left: 29px;
}

.topsec-link ul li a {}

.menuSec {
    padding: 30px 0;
}

.menuSec ul li a {
    font-size: 12px;
    padding: 0 3px;
}

header .theme-btn-1 {
    font-size: 11px;
    padding: 13px 8px;
}

.carousel-item > img {
    height: 700px;
    object-fit: cover;
    object-position: right;
}

.banner_text p {
    width: 100%;
}

.banner_text h1 {
    font-size: 36px;
    line-height: 40px;
    margin: 0;
}

.banner_text h2 {
    font-size: 40px;
    line-height: 40px;
}

section.main_slider .col-md-6 {
    width: 80%;
}

label.about-head-box {
    width: fit-content;
    padding: 0 8px;
}

.about-text p {
    width: 100%;
    font-size: 13px;
}

.about-text ul li p {
    width: 100%;
}

.counter-box p {
    font-size: 16px;
}

.services-heading label.about-head-box {
    width: fit-content;
}

.services-heading p {
    width: 70%;
}

.why-choose-us-text {
    padding: 10px 0 10px 20px;
}

.why-choose-us-text h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
}

.why-choose-us-text ul li p {
    width: 100%;
}

.why-choose-us-text label.about-head-box {
    width: fit-content;
    margin-bottom: 5px;
}

.our-testimonials-box label.about-head-box {
    width: fit-content;
}

.our-testimonials-box p {
    width: 100%;
}

.make-an-appointment {
    padding: 15px;
}

.make-an-appointment h2 {
    font-size: 30px;
    line-height: 40px;
}

.make-an-appointment input {
    margin: 4px 0;
    height: 50px;
}

.make-an-appointment select {
    margin: 4px 0;
}

.make-an-appointment textarea {}

.testimonials-silder .slick-prev, .testimonials-silder .slick-next {
    bottom: -60px;
}
    
.our-customers-sec {
    padding-bottom: 80px;
}

.have-questions-heading h2 {
    font-size: 29px;
    line-height: 40px;
}

.have-questions-phone a {
    font-size: 30px;
}

.have-questions-phone img {
    width: 40px;
}

.gallery-heading label.about-head-box {
    width: fit-content;
}

.gallery-heading p {
    width: 60%;
}

section.product label.about-head-box {
    width: fit-content;
}

.pro-head-txt p {
    width: 60%;
}

.product .col-md-4 {
}

.main-bx-pro {
    padding: 10px;
}

.main-bx-pro ul li h3 {
    font-size: 18px;
    line-height: 30px;
}

.main-bx-pro ul li img {
    width: 80px;
}

footer h4 {
}

.f-link.chg-2 {
    margin-left: 0;
}

ul.f-contact li {
}

.why-choose-us-img img {
    height: 683px;
}

.why-choose-us-sec .col-md-6 {
}

.why-choose-us-text p {
    font-size: 12px;
}

.why-choose-us-text ul {
    gap: 10px;
    margin: 7px 0;
}


.f-link.wow.fadeInDown {}

footer .col-md-4,footer .col-md-2, footer .col-md-3,footer .col-md-4 {
    width: 50%;
}
.services-silder-box h2 {
    font-size: 26px;
}

.services-silder .slick-prev {
    left: 0;
    z-index: 1;
}

.services-silder .slick-next {
    right: 10px;
}
.innerbanner {
    height: 350px;
}

.about-pg-sec .col-md-5, .about-pg-sec .col-md-7 {
    width: 100%;
}


.about-pg-sec .about-heading-box {
    margin-bottom: 20px;
}

.outmission {
    padding: 60px 0;
}
.text-innerbanner p {
    width: 100%;
}

.inner-service {
    padding: 60px 0;
}

.text-inner-service p {
    width: 100%;
    font-size: 12px;
}

.text-inner-service h2 {
    font-size: 34px;
    line-height: 40px;
}
ul.products.columns-2 {
    margin-left: 50px;
}
.single-product .product h1.product_title.entry-title {
    padding: 0;
}


.text-blogs h2 {
    font-size: 18px;
    line-height: 30px;
    height: auto;
}

.text-blogs p {
    font-size: 12px;
}

.text-blogs {
    padding: 10px 0;
}
.text-innerbanner h2 {
    font-size: 30px;
    line-height: 40px;
}

.wpb_wrapper h2 {
    font-size: 30px;
    line-height: 40px;
}

.text-blogdetail h3 {
    font-size: 24px;
    line-height: 34px;
}
.contact-info ul {
    width: 100%;
}

}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    .topsec-link ul {
    display: grid;
    justify-items: center;
    gap: 0;
    row-gap: 10px;
    margin-bottom: 20px;
}

.topsec-link ul li a {
    font-size: 15px;
}

.socail-link ul {
    justify-content: center;
}

.carousel-item > img {
    height: 850px;
    object-fit: cover;
    object-position: right;
}

.banner_text h1, .banner_text h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
}

.banner_text p {
    width: 100%;
    line-height: 20px;
    margin-bottom: 30px;
}

section.main_slider .carousel-control-prev-icon {
    left: 20px;
}

.all-padding {
    padding: 60px 0;
}

label.about-head-box {
    width: fit-content;
}

.about-text p {
    width: 100%;
}

.about-text ul li p {
    width: 100%;
}

.about-images img {
    height: auto;
    margin-top: 40px;
}

.counter-box {
    margin: 10px 0;
}

.services-heading label.about-head-box {
    width: fit-content;
}

.services-heading p {
    width: 100%;
}

.services-silder-box h2 {
    font-size: 20px;
}

.services-silder .slick-prev {
    left: 0;
    z-index: 1;
}

.services-silder .slick-next {
    right: 0;
}

.why-choose-us-text {
    padding: 20px;
}

.why-choose-us-text label.about-head-box {
    width: fit-content;
}

.why-choose-us-text h2 {
    font-size: 30px;
    margin-bottom: 0;
}

.why-choose-us-text ul li p {
    width: 100%;
}

.why-choose-us-img img {
    height: auto;
}

.our-customers-sec {
    margin-top: 50px;
}

.our-testimonials-box label.about-head-box {
    width: fit-content;
}

.our-testimonials-box p {
    width: 100%;
}

.testimonials-silder .slick-slide {
    margin: 0;
}

.make-an-appointment {
    margin: 0;
    padding: 15px;
}

.have-questions-heading h2 {
    font-size: 30px;
    line-height: 40px;
}

.have-questions-phone a > img {
    width: 50px;
}

.have-questions-phone a {
    font-size: 30px;
    margin-top: 20px;
}

.gallery-heading label.about-head-box {
    width: fit-content;
}

.gallery-heading p {
    width: 100%;
}

.gallery-box-icon {
    margin: 10px;
}

.gallery-box-one img {
    height: auto;
    margin: 10px 0;
}

section.product label.about-head-box {
    width: fit-content;
}

.pro-head-txt p {
    width: 100%;
}

.main-bx-pro {
    margin: 20px 0;
    padding: 15px;
}

.main-bx-pro ul li h3 {
    font-size: 30px;
}

.main-bx-pro ul li img {
    width: 100px;
}

section.product.all-padding .mt-5 {
    margin: 0 !important;
}

.f-logo p {
    width: 100%;
}

.f-link.chg-2 {
    margin: 0;
}
.menuSec {
    position: relative;
    padding: 40px 0;
}

.header-logo {
    margin: 0 0 50px;
    text-align: center;
}

.theme-btn-1 {
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
}
.text-innerbanner h2 {font-size: 40px;line-height: 50px;}

.about-pg-sec .about-text p {
    width: 100%;
}

.about-heading-box h2 {
    font-size: 40px;
}

.outmission-text .about-text p {
    width: 100%;
}

.img-ourvision img {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.vision-text label.about-head-box {
    color: #000;
}
.text-innerbanner p {
    width: 100%;
}

.innerbanner {
    height: 300px;
}

.inner-service {
    padding: 50px 0;
}

.text-inner-service p {
    width: 100%;
}

.img-innerservice {
    margin-top: 30px;
}

.inner-service .row:nth-child(odd) {
    flex-direction: column-reverse;
}

.text-inner-service h2 {
    font-size: 30px;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100% !important;
}

.woocommerce-shop .main-bx-pro.wow.fadeInUp h3 {
    position: relative !important;
    right: 40px !important;
    font-size: 30px !important;
}
.single-product .product h1.product_title.entry-title {
    padding-top: 20px !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 5px 5px 5px 25px !important;
    font-size: 12px !important;
}

.woocommerce-message::before {
    left: 3px !important;
}
.woocommerce div.product form.cart {
    text-align: center;
    justify-content: center;
    display: grid;
    row-gap: 30px;
}
.contact-heading {
    padding: 0;
}

.contact-fields {
    padding: 0;
}

.woocommerce-product-details__short-description {
    padding-bottom: 0;
}
.wpb_wrapper h2 {
    font-size: 26px !important;
    line-height: 40px !important;
}

.text-blogdetail h3 {
    font-size: 24px;
}
.contact-info ul {
    width: 100%;
}
.maindvappointment {
    padding: 20px;
}
.about-play-video {
    left: 0;
}
}


/*Media Query End*/



