@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Nunito Sans", sans-serif;
}

a.navbar-brand img {
    width: 240px;
}

.top-nav a {
    color: white;
    text-decoration: none;
}
.top-nav a:hover {
    color: white;
    text-decoration: none;
}

.p-30 {
    padding: 30px 0px;
}

.p-40 {
    padding: 40px 0px;
}

.p-50 {
    padding: 50px 0px;
}

.p-20 {
    padding: 20px 0px;
}

.p-10 {
    padding: 10px 0px;
}

ul {
    list-style: none;
}

.img-center {
    display: flex;
    align-items: center;
}

.our-product-all .col-md-3.col-6 {
    padding: 10px;
}

section.banner {
    text-align: center;
}

navbar .top-nav ul {
    margin: 0;
    padding: 10px 0;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 20px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.popup .modal {
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    align-items: center;
}

navbar .top-nav .container {

    color: white;
}

navbar .top-nav {
    background: #103150;
}

.content-j {
    text-align: justify;
    line-height: 30px;
}

.navbar a.nav-link:hover {
    color: #ed6e00 !important;
    border-bottom: 2px solid #ed6e00;
}

.top-nav .col-sm-4 {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 20px;
    color: white;
}

.top-nav .col-sm-4 a i {
    color: white;
}

.top-nav li {
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    color: #000 !important;
    font-size: 17px;
    font-weight: 500;
}

.about-section h1 {

    margin-top: -10px !important;
}

.color1 {
    color: #ea018a !important;
    font-weight: 600;
}

.text-c {
    margin: 0 auto;
    text-align: center;
}

.our-product button.slick-next.slick-arrow {
    display: none !important;
}

.our-product button.slick-prev.slick-arrow {
    display: none !important;
}

.icon-size {
    width: 30px;
}

.h-size {
    font-size: 40px;
}

.PCD-Pharma-Franchise.p-50 {
    background: url(./images/pcd-backgorud.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



/* .why-choose-us-box {
    background: url(./images/bg-2.jpg);
} */

.our-product-all.p-50 {
    background: url(./images/bg-images.jpg);
    padding-top: 130px;
    padding-bottom: 130px;
    background-repeat: no-repeat;
    background-size: cover;
}
span.colordiv {
    color: #ee008d;
    font-weight: 600;
}
.our-product-all h1 {
    color: white;
}

.image-hover h1 {
    color: white;
    background-color: red;
    text-align: center;
    font-size: 30px;
}
.counter-boxes .col-md-3 {
    text-align: center;
}

/* .counter-boxes .in-box {
    padding: 40px 20px;
    border: 2px solid #103150;
    border-radius: 15px;
} */

.counter-boxes .display-4 {
    font-size: 2.5rem;
}

.testimonials .single-item1.slick-initialized.slick-slider {
    display: flex !important;
}

.testimonials.p-50 {
    background: #f1f1f1;
}

.testimonials .testimonial1 {
    background: white;
    padding: 20px;
    text-align: center;
    margin: 0 auto;
    border: 2px solid #ed6e01;
    width: 90%;
    box-shadow: 0px 0px 7px #0000004f;
    border-radius: 25px;
}

button.slick-next.slick-arrow:after {
    content: "";
    width: 30px;
    background: url(https://cdn-icons-png.flaticon.com/512/2985/2985179.png);
    background-size: 30px;
    z-index: 99;
    top: 50%;
    right: 0;
    height: 30px;
    position: absolute;
}

button.slick-prev.slick-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: url(https://cdn-icons-png.flaticon.com/512/2985/2985179.png);
    width: 30px;
    height: 30px;
    background-size: 30px;
    transform: scaleX(-1);
    z-index: 99;
}

.banner-text {
    position: absolute;
    top: 172px;
    left: 0px;
    right: 0px;
}

.main-form {
    background-color: #ffffff99;
    padding: 25px 18px;
    border-radius: 0;
    margin: 0 auto;
   
}

.testimonials button.slick-prev.slick-arrow {
    font-size: 0;
    border: none !important;
}

.testimonials button.slick-next.slick-arrow {
    font-size: 0;
    border: none !important;
}

.Contact-f input {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 11px;
    border: 1px solid #d1d1d1;
}

.Contact-f textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 11px;
    border: 1px solid #d1d1d1;
    height: 71px;
}

button.submit-botton:hover {
    background: #a94f02;
}

button.submit-botton {
    padding: 10px 20px;
    background: #103150;
    color: white;
    border: 2px solid white;
    border-radius: 6px;
}

.our-product .slick-slide img {
    border-radius: 15px;
    border: 1px solid #103150;
    width: 100%;
}

footer {
    background: url(./images/footer-new.jpg);
    background-size: cover;
    background-repeat: no-repeat;
   
}

.container.footer-wrap {
    padding-top: 180px;
}

footer .UseFul-Link ul a {
    text-decoration: none;
    font-size: 17px;
    color: #fff;
}

footer .UseFul-Link ul a:hover {
    color: #ed6e01;
}

footer .UseFul-Link ul {
    padding: 15px;
    margin: 0;
}

footer .f-font {
    font-size: 17px;
    color: white;
}

footer .soc-icon a {
    margin: 0 7px;
    color: #ed6e00;
}

.contact-info ul {
    padding: 10px;
}

.contact-info ul li a {
    color: white;
    text-decoration: none;
    padding-left: 10px;
    font-size: 17px;
}

footer ul li {
    display: flex;
    margin-bottom: 15px;
}

.f-heading {
    font-weight: 600;
    color: #fff;
}

.bottom-f p {
    font-size: 16px;
    background: #0a4f80;
    color: #ffffff !important;
}

footer i {
    font-size: 25px;
    color: #fff;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    z-index: 99;
    box-shadow: 0px 0px 10px #0000001c;
}

.popup input {
    width: 100%;
    margin-bottom: 10px;
    padding: 7px;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
}


.popup textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 7px;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
}

.footer-form .box {
    border-top: 5px solid white;
    padding: 6px 0px;
    background: #ed6e00;
}

.footer-form {
    width: 20%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    background: white;
    text-align: center;
    color: white;
}

.footer-form form.Contact-f {
    padding: 10px 20px;
}

.footer-form .Contact-f textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 11px;
    border: 1px solid #d1d1d1;
    height: 100px;
}

.footer-form .Contact-f input {
    width: 100%;
    margin-bottom: 15px;
    padding: 6px;
    border-radius: 11px;
    border: 1px solid #d1d1d1;
}

.UseFul-Link li a {
    position: relative;
}

.UseFul-Link li a:before {
    content: "";
    background: url(./images/arrow-footer.png);
    position: absolute;
    top: 4px;
    left: -19px;
    background-size: 15px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

/* .why-choose-us-box .mis {
    padding: 20px;
    background: #e168007a;
    border-radius: 15px;
    color: white;
} */

.why-choose-us-box .mis {
    position: relative;
    display: block;
    background: #fff;
    padding: 40px 40px 35px 40px;
    box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 8%);
    margin-bottom: 70px;
    z-index: 1;
    transition: all 500ms ease;
}



/* .why-choose-us-box .vis {
    padding: 20px;
    background: #239cdc7d;
    border-radius: 15px;
    color: white;
} */


.why-choose-us-box .vis {
    position: relative;
    display: block;
    background: #fff;
    padding: 40px 40px 35px 40px;
    box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 8%);
    margin-bottom: 70px;
    z-index: 1;
    transition: all 500ms ease;
}



.why-choose-us-box .val  {
    position: relative;
    display: block;
    background: #fff;
    padding: 40px 40px 35px 40px;
    box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 8%);
    margin-bottom: 70px;
    z-index: 1;
    transition: all 500ms ease;
}



/* .why-choose-us-box .val {
    padding: 20px;
    background: #32323269;
    border-radius: 15px;
    color: white;
} */

.right-side-icon {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
}

.right-side-icon div img {
    margin: 3px 0px;
    width: 45px;
}

.our-product .slick-track {
    gap: 20px;
    display: flex;
}

.modal.fade .modal-dialog {

    display: flex;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
    .counter-boxes h4 {
        font-size: 26px !important;
    }

    a.navbar-brand img {
        width: 180px;
    }

    .navbar-nav .nav-link {
        padding: 0;
        font-size: 15px;

    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0px 10px !important;

    }


    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding: 0 !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .navbar-nav .nav-link {
        padding: 0;
        font-size: 16px;

    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0px 10px !important;

    }

    a.navbar-brand img {
        width: 215px;
    }
}

@media only screen and (max-width: 768px) {
    navbar .top-nav ul {
        margin: 0;
        padding: 10px 0;
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
        gap: 10px;
    }

    .right-side-icon div img {
        margin: 3px 0px;
        width: 39px;
    }

    p {
        font-size: 16px;
    }

    .p-50 {
        padding: 30px 0px;
    }

    .about-section h6 {
        margin-top: 20px;
    }

    .top-nav li {
        font-size: 13px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    a.navbar-brand img {
        width: 160px;
    }

    .navbar {

        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .popup textarea {
        height: 100px;
        width: 100%;
        margin-bottom: 10px;
        padding: 7px;
        border: 1px solid #d5d5d5;
        border-radius: 6px;
    }

    .h-size {
        margin-top: 10px;
        font-size: 30px;
    }

    .counter-boxes .row {
        gap: 20px;
    }

    .top-nav .col-sm-4 {
        display: flex;
        justify-content: center;

        gap: 20px;

    }

    .footer-form {
        display: none;
    }
}


/* ***********new css************ */


.counter-boxes .container.Achievement-top {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 50px 50px 53px 50px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
    margin-top: -132px;
    z-index: 2;
}


.container.Achievement-top {
    overflow-x: hidden;

    position: static;
    max-width: auto !important;
    padding: 0px 15px;
    margin: 0 auto;
}

.counter-boxes .col-md-3 {
    border-left: solid 1px;
}

.counter-boxes .col-md-3.fist-achiv {
    border-left: none;
}


.container.Achievement-top h1 {
    padding: 0px 10px 70px 0px;
}




.image-hover {
    position: relative;
    width: 50%;
  }
  
  .image {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .overlay {
    position: absolute;
    bottom: 0;
    left: 100%;
    right: 0;
    background-color: #0f58847a;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
  }
  
  .image-hover:hover .overlay {
    width: 100%;
    left: 0;
  }
  
  .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }


  .image-hover h1 {
    color: white;
    background-color: #103150;
    text-align: center;
    font-size: 26px;
    padding: 4px;
    margin: 0;
}

.images-div {
    border: solid 1px;
    border-radius: 10px;
    padding: 0;
}

.img-thumbnail {
    padding: 0 !important;
    background-color: #fff;
    border: none !important;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.our-text {
    color: #103150 !important;
}


p.content-top {
    text-align: center;
    line-height: 30px;
}


/* .why-choose-us-box img {
    position: absolute;
    margin-top: 100px;
    z-index: -1;
} */

/* .col-md-4.contact-info ul li{
    overflow: scroll;
} */

@media (min-width: 360px) and (max-width: 992px) { 



    footer {
        background: url(./images/footer-new.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }


}


@media (min-width: 360px) and (max-width: 768px) { 



   
    .col-md-4.contact-info ul li{
        overflow: scroll !important;
    }



    
}


@media (min-width: 360px) and (max-width: 480px) { 


    .counter-boxes .container.Achievement-top {
        position: relative;
        display: block;
        background-color: #fff;
        padding: 50px 50px 53px 50px;
        box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
        margin-top: -45px !important;
        z-index: 2;
    }


    .container.Achievement-top h1 {
        padding: 0px 10px 0px 0px;
    }


.banner-text {
    position: static;
}
}


@media (min-width: 1200px) and (max-width: 1366px) { 


.counter-boxes .container.Achievement-top {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 50px 50px 53px 50px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
    margin-top: 26px;
    z-index: 2;
}

.banner-text {
    position: absolute;
    top: 128px;
    left: 0px;
    right: 0px;
}

.main-form {
    background-color: #ffffff99;
    padding: 0px 14px !important;
    border-radius: 0;
    margin: 0 auto;
}


}