@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(25 25 25);
}
.navbar li.nav-item {
    font-weight: 500;
    font-size: 18px;
    padding: 0px 15px;
}
.navbar li.nav-item:hover {
    border-bottom: 1px solid;
}
.navbar .dropdown:hover .dropdown-menu {
    display: block !important;
}
.top-nav span.in {
    font-size: 14px;
}
.top-nav.py-2 {
    color: white;
    background: #04614e;
}
.heading-t {
    font-weight: 600;
    font-size: 35px;
}
.content-j {
    text-align: justify;
}
p {
    font-size: 16px;
}
.product-category .in-box {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 30px;
    transform: rotate(45deg);
    transition: 0.5s;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
    margin: 0 auto -50px;
}
.product-category .in-box:hover {
    scale: 1.1;
    transition: 0.5s;
}
.dd {
    flex-direction: column;
    transform: rotate(315deg);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
}
.col-md-3 .yellow {
    background: #545454;
}

.col-md-3 .green {
    background: #4bae51;
}
.col-md-3 .pink {
    background: #dc5d39;
}
.product-slider .slick-slide img {
    width: 100%;
    display: block;
}
button.slick-next.slick-arrow {
    display: none !important;
}
button.slick-prev.slick-arrow {
    display: none !important;
}
.slick-initialized .slick-slide {
    border: 1px solid #c3c3c3;
    display: block;
}
.product-slider .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 20px;
}
.pcd-Franchise {
    background: url(./images/PCD-pattren.jpg);
}
.why-box.p-3 {
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 0px 6px 0px #cfcfcf;
}
.contact-us-box .info {
    background: white;
    text-align: center;
    width: 70%;
    margin: 20px auto;
    padding: 40px;
    box-shadow: 0px 0px 5px 0px #00000029;
    border-radius: 15px;
}
.product-category .dd img {
    width: 60px;
}
.contact-us-box.py-5 {
    background: url(./images/background-img.jpg);
}
.col-md-6.px-5.y {
    border: 1px solid #c1c1c1;
    border-radius: 15px;
}
.contact-us-box .info i {
    font-size: 30px;
}
.contact-us-box .col-md-6.py-5.img-center img {
    border-radius: 15px;
}
.contact-form input {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #b1b1b15c;
    border-radius: 15px;
}
.contact-form textarea {
    width: 100%;
    height: 150px;

    padding: 10px;
    font-size: 16px;
    border: 1px solid #b1b1b15c;
    border-radius: 15px;
}
.contact-form input[type="submit"] {
    margin: 10px 0px;
    padding: 10px 30px;
    font-size: 16px;
    border: 2px solid #00bd27;
    border-radius: 15px;
    background: #04614c;
    color: white;
}
.footer ul,
.footer ul a {
    padding: 0;
    list-style: none;
    text-decoration: none;
    color: white;
    font-size: 15px;
}
.footer.py-5 p {
    font-size: 15px;
}
.bottom-strip.py-2 {
    background: #49af56;
    color: white;
}
.bottom-strip.py-2 p {
    font-size: 14px;
}
.testimonial.py-5 {
    color: white;
    background: #04614c;
}
.side-icon {
    z-index: 99;
    flex-direction: column;
    display: flex;
    top: 80%;
    left: 0;
    position: fixed;
    gap: 10px;
}
.side-icon img {
    width: 50px;
}
.useful-link li {
    position: relative;
}
.useful-link li.py-2:before {
    content: "";
    position: absolute;
    top: 16px;
    left: -14px;
    background: url(https://cdn-icons-png.flaticon.com/512/8213/8213522.png);
    background-size: 10px;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
}
.img-center {
    display: flex;
    text-align: center;
    align-items: center;
}
.footer {
    color: white;
    background: url(./images/Footer-bg.jpg);
}
.contact-us-box .info:hover {
    background: #04614c;
    color: white;
    transition: 0.5s;
}
.sticky {
    padding: 0 !important;
    position: fixed;
    width: 100%;
    top: 0;
    background: white;
    z-index: 99;
    box-shadow: 0px 0px 5px 0px #00000036;
}
.product-category .pc {
    transition: 0.5s;
    position: relative;
    height: 200px;
    width: 100%;

}
.product-category .pc:after {
    content: '';
    position: absolute;
    background-color: #04614c;
    opacity: 0;
    z-index: -1;
}
.product-category .pc:hover .p-c {
    background: #4eac57;
    transition: 0.5s;
}
.product-category .col-md-3.my-2:hover .pc {
    box-shadow: 0px 0px 5px 0px #0000003b;
    transition: 0.5s;
    scale: 1.1;
}
.product-category .p-c {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #06614a;
    color: white;
    margin: 0;
    padding: 5px 0;
    font-size: 17px;
}
.contact-us-box .col-md-6.px-5.img-center div {
    text-align: left;
}
.side-icon {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}
.footer-form {
    z-index: 99;
    width: 20%;
    right: 0;
    bottom: 0;
    position: fixed;
    background: white;
}
.footer-form .c-head {
    text-align: center;
    color: white;
    background: #05604d;
    padding: 6px 0px;
}
.footer-form form.contact-form {
    padding: 10px 20px;
}
.product-category .pc img {
    height: 100%;
    width: 100%;
}
input[type="submit"]:hover {
    background: #018d6d;
}
.footer i {
    font-size: 20px;
}
.our-promotinal-inputs.py-5 .slick-track {
    gap: 20px;
    display: flex;
}
.modal-dialog h5.text-center {
    width: 100%;
}
.modal-dialog {
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90%;
}
.download-produt-list {
    position: fixed;
    left: 0;
    top: 45%;
    z-index: 99;
}
@media only screen and (min-width: 1300px) and (max-width: 1500px) {
    .navbar {
        padding: 0;
    }
    .product-category .in-box {
        margin: 0;
    }
    .navbar li.nav-item {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1299px) {
    .navbar {
        padding: 0;
    }
    .top-nav span.in {
        font-size: 11px;
    }
    .navbar li.nav-item {
        font-size: 16px;
    }
    .product-category .in-box {
        width: 180px;
        height: 180px;
        margin: 0;
    }
}
@media only screen and (max-width: 768px) {
    .download-produt-list img {
        height: 160px;
    }
    .modal-dialog h5.text-center {
        margin: 0;
    }
    .modal-header {
        padding: 0.5rem 0.5rem;
    }
    .contact-form textarea {
        height: 90px;
    }
    .contact-form input {
        width: 100%;
        margin-bottom: 10px;
        padding: 6px;
    }
    .navbar-toggler {
        padding: 0.75rem .75rem;
    }
    .contact-us-box .px-5 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    .useful-link li.py-2:before {
        left: 0px;
    }
    .footer ul,
    .footer ul a {
        padding: 0 15px;
    }
    .side-icon img {
        width: 40px;
    }
    .sticky {
        padding: 0;
    }
    #whychooseuss .row.py-4 {
        gap: 30px;
    }

    .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 2rem !important;
    }
    .top-nav {
        display: none;
    }
    .footer-form {
        display: none;
    }
    .heading-t {
        font-weight: 600;
        font-size: 28px;
    }
}