/********** Template CSS **********/

:root {
    --primary: #54813E;
    --secondary: #EF6522;
    --light: #F6FFF2;
    --dark: #263A4F;
}
.body {
    font-family: cambria;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #424447;
    -webkit-text-size-adjust: 100%;
}
.btn {
    font-family: 'cambria', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 20px 15px;
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 15px;
}

/*.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    background: #EF6522;
}*/
.navbar-dark .navbar-nav .nav-item.active .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
    background: #EF6522;
}



.drop-color {
    background: #54813E !important;
}
    .drop-color:hover {
        background: #F27026 !important;
    }

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.bg-vegetable {
    background: linear-gradient(rgba(52, 173, 84, .2), rgba(52, 173, 84, .2)), url(../img/vegetable.png) bottom right no-repeat;
    background-size: contain;
}

.bg-fruit {
    background: linear-gradient(rgba(255, 153, 51, .2), rgba(255, 153, 51, .2)), url(../img/fruit.png) bottom right no-repeat;
    background-size: contain;
}

.service-item {
    box-shadow: 0 0 45px #EDEDED;
    transition: .5s;
    height:290px;
}

.about i,
.service-item i {
    background-image: linear-gradient(var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .5s;
}

.service-item:hover {
    color: var(--light);
    background: #54813e !important;
}

.service-item:hover i {
    background-image: linear-gradient(var(--light), var(--secondary));
}

.service-item:hover h4 {
    transition: .5s;
}

.service-item:hover h4 {
    color: var(--light);
}

.product-item {
    padding: 0 30px 30px 30px;
}

.product-item .btn-action {
    position: absolute;
    width: 100%;
    bottom: -40px;
    left: 0;
    opacity: 0;
    transition: .5s;
}

.product-item:hover .btn-action {
    bottom: 0;
    opacity: 1;
}

.product-item h5 {
    transition: .5s;
}

.product-item:hover h5 {
    opacity: 0;
}

.product-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 55%;
    bottom: 0;
    left: 0;
    background: url(../img/bg_product_1.png) left bottom no-repeat, url(../img/bg_product_2.png) right bottom no-repeat;
    background-size: contain;
    background-color: var(--primary);
    z-index: -1;
}

.product-carousel .owl-nav {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next{
    position: relative;
    width: 55px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
    color: var(--secondary);
}

.bg-testimonial {
    background: url(../img/testimonial.jpg) top center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    /*  background: rgba(52, 173, 84, .7);*/
    background: rgba(255, 255, 255, 0.7);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--secondary);
}

    .testimonial-carousel .owl-item img {
        /* width: 120px;
    height: 120px;*/
        width: 100%;
        height: auto;
    }

.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.2);
}

.blog-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: linear-gradient(rgba(52, 173, 84, 0), rgba(52, 173, 84, 1));
    z-index: 1;
}

.bg-footer {
    background: linear-gradient(rgba(52, 173, 84, .7), rgba(52, 173, 84, .7)), url(../img/footer.png) center bottom no-repeat;
    background-size: contain;
}

@media (min-width: 991.98px) {
    .bg-footer {
        margin-top: 90px !important;
    }
}



.box-heightcontact{
    height:478px;
}

.logo {
    width: 200px;
}
.contactbx {
    height: 111px;
    padding: 15px;
}
.text-justify {
    text-align: justify;
}

.product-box {
    background-color: #54813e;
    color: white;
    height: 245px;
    padding: 12px;
}
.blog1 {
    position: relative;
    width: 100%;
    padding: 45px 0 0 0;
}

.blog1 .blog-img1 {
    position: relative;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
}

.blog1 .blog-img1 img {
    width: 100%;
}

.blog1 .blog-content1 {
    position: relative;
    width: calc(100% - 60px);
    top: -60px;
    left: 30px;
    padding: 25px 30px 30px 30px;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    border-radius: 15px;
    z-index: 2;
    height: 290px;
}
.blog1 .blog-content1 h2.blog-title1 {
    font-size: 22px;
    font-weight: 700;
}
.blog1 .blog-text1 {
    position: relative;
}
.section-header {
    position: relative;
    margin-bottom: 45px;
}
.product-box p{
    text-align:justify;
}

.mission-img {
    width: 44px;
    background-color: white;
    border-radius: 50%;
    padding: 6px;
}
.logofooter {
    width: 22em;
    mix-blend-mode: multiply;
}

.bg-hero {
    background: url(../img/carouselimg/carousel_1.jpg) top right no-repeat;
    background-size: cover;
}

.bg-breadcrumbs1 {
    background: url(../img/breadcrumbs/breadcrumbs1.jpg) top right no-repeat;
    background-size: cover;
}

.bg-breadcrumbs2 {
    background: url(../img/breadcrumbs/breadcrumbs2.jpg) top right no-repeat;
    background-size: cover;
}

.bg-breadcrumbs3 {
    background: url(../img/breadcrumbs/breadcrumbs3.jpg) top right no-repeat;
    background-size: cover;
}
.bg-breadcrumbs4 {
    background: url(../img/breadcrumbs/breadcrumbs4.jpg) top right no-repeat;
    background-size: cover;
}
.bg-breadcrumbs5 {
    background: url(../img/breadcrumbs/breadcrumbs5.jpg) top right no-repeat;
    background-size: cover;
}
.bg-breadcrumbs6 {
    background: url(../img/breadcrumbs/breadcrumbs6.jpg) top right no-repeat;
    background-size: cover;
}
.bg-breadcrumbs7 {
    background: url(../img/breadcrumbs/breadcrumbs7.jpg) top right no-repeat;
    background-size: cover;
}
.bg-breadcrumbs8 {
    background: url(../img/breadcrumbs/breadcrumbs8.jpg) top right no-repeat;
    background-size: cover;
}
.bg-breadcrumbs9 {
    background: url(../img/breadcrumbs/breadcrumbs9.jpg) top right no-repeat;
    background-size: cover;
}
.bg-breadcrumbs10 {
    background: url(../img/breadcrumbs/breadcrumbs10.jpg) top right no-repeat;
    background-size: cover;
}
.bg-breadcrumbs11 {
    background: url(../img/breadcrumbs/breadcrumbs11.jpg) top right no-repeat;
    background-size: cover;
}
.bg-breadcrumbs12 {
    background: url(../img/breadcrumbs/breadcrumbs12.jpg) top right no-repeat;
    background-size: cover;
}
.bg-breadcrumbs13 {
    background: url(../img/breadcrumbs/breadcrumbs13.jpg) top right no-repeat;
    background-size: cover;
}
.bg-breadcrumbs14 {
    background: url(../img/breadcrumbs/breadcrumbs14.jpg) top right no-repeat;
    background-size: cover;
}

.bg-breadcrumbs15 {
    background: url(../img/breadcrumbs/breadcrumbs15.jpg) top right no-repeat;
    background-size: cover;
}

.bg-breadcrumbs16 {
    background: url(../img/breadcrumbs/breadcrumbs16.jpg) top right no-repeat;
    background-size: cover;
}

.bg-breadcrumbs17 {
    background: url(../img/breadcrumbs/breadcrumbs17.jpg) top right no-repeat;
    background-size: cover;
}
.bg-breadcrumbs18 {
    background: url(../img/breadcrumbs/breadcrumbs18.jpg) top right no-repeat;
    background-size: cover;
}
.bg-breadcrumbs19 {
    background: url(../img/breadcrumbs/breadcrumbs19.jpg) top right no-repeat;
    background-size: cover;
}
.bg-breadcrumbs20 {
    background: url(../img/breadcrumbs/breadcrumbs20.jpg) top right no-repeat;
    background-size: cover;
}

.bg-breadcrumbs21 {
    background: url(../img/breadcrumbs/breadcrumbs21.jpg) top right no-repeat;
    background-size: cover;
}
.bg-breadcrumbs22 {
    background: url(../img/breadcrumbs/breadcrumbs22.jpg) top right no-repeat;
    background-size: cover;
}
.bg-img {
    background: url(../img/bgimg.jpg) top right no-repeat;
    background-size: cover;
    margin-bottom: -90px;
}

.bg-disform {
    background: url(../img/bgimg.jpg) top right no-repeat;
    background-size: cover;
    margin-bottom: -90px;
}
.bg-career {
    background: url(../img/bgimg.jpg) top right no-repeat;
    background-size: cover;
    margin-bottom: -90px;
}


.bg-img1 {
    background: url(../img/bgimg1.jpg) top right no-repeat;
    background-size: cover;
}
.bg-img2 {
    background: url(../img/bgimg2.jpg) top right no-repeat;
    background-size: cover;
    margin-bottom: -90px;
    margin-top: -49px;
}
.bg-search {
    background: url(../img/bg-research.jpg) top center no-repeat;
    background-size: cover;
}
.bg-develop {
    background: url(../img/developmentproduct.jpg) top center no-repeat;
    background-size: cover;
    height:30em;
}
.featurebg {
    background: url(../img/bg_features.jpg) top center no-repeat;
    background-size: cover;
}
.funfactbg {
    background: url(../img/funfact_bg.jpg) top center no-repeat;
    background-size: cover;
}



.about-vision {
    height: 266px;
}
.researchbx {
    height: 370px;
}
.researchimg {
  width:27em;
  border-radius:50%;
}
.researchhead {
    color: #fff;
    padding: 3px;
    font-weight: 600;
    text-transform: uppercase;
}
.shadow-bx {
    box-shadow: 0 0 10px 0 rgb(84, 129, 62);
    /*box-shadow: 2px 2px 2px 2px #f0f0e4;*/
}
.processimg {
    width: 27em;
    padding-top: 30px;
    margin-bottom: 23px;
}



    @media (min-width: 320px) and (max-width: 767px) {
        .logofooter {
            width: 20em;
            mix-blend-mode: multiply;
        }
        .researchimg {
            width: 12em;
        }
        .researchhead {
            width: 108%;
        }
            .mymap {
            margin-bottom: -53px !important;
            width: 347px !important;
            height: 255px !important;
        }

        .contactbx {
            height: auto;
            padding: 15px;
        }

        .home-vison {
            height: auto !important;
        }

        .bg-img {
            height: auto !important;
            margin-bottom: -48px !important;
        }

        .blog1 .blog-content1 {
            height: auto !important;
        }
        .researchbx {
            height: auto !important;
        }
        .bg-disform {
            margin-bottom: -48px;
        }
    }


    .video-st iframe {
        width: 320px;
        height: 277px;
    }

    .mymap {
        margin-bottom: -95px;
        width: 1500px;
        height: 450px;
    }


    /*my Carousal*/
    .owl-mycarousel,
    .owl-mycarousel .owl-item {
        -webkit-tap-highlight-color: transparent;
        position: relative;
    }

    .owl-mycarousel {
        display: block;
        width: 100%;
        z-index: 1;
    }

        .owl-mycarousel .owl-stage {
            position: relative;
            -ms-touch-action: pan-Y;
            touch-action: manipulation;
            -moz-backface-visibility: hidden;
        }

            .owl-mycarousel .owl-stage:after {
                content: ".";
                display: block;
                clear: both;
                visibility: hidden;
                line-height: 0;
                height: 0;
            }

        .owl-mycarousel .owl-stage-outer {
            position: relative;
            overflow: hidden;
            -webkit-transform: translate3d(0, 0, 0);
        }

        .owl-mycarousel .owl-item,
        .owl-mycarousel .owl-wrapper {
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
        }

        .owl-mycarousel .owl-item {
            min-height: 1px;
            float: left;
            -webkit-backface-visibility: hidden;
            -webkit-touch-callout: none;
        }

            .owl-mycarousel .owl-item img {
                display: block;
                width: 100%;
            }

        .owl-mycarousel .owl-dots.disabled,
        .owl-mycarousel .owl-nav.disabled {
            display: none;
        }

        .no-js .owl-mycarousel,
        .owl-mycarousel.owl-loaded {
            display: block;
        }

        .owl-mycarousel .owl-dot,
        .owl-mycarousel .owl-nav .owl-next,
        .owl-mycarousel .owl-nav .owl-prev {
            cursor: pointer;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .owl-mycarousel .owl-nav button.owl-next,
        .owl-mycarousel .owl-nav button.owl-prev,
        .owl-mycarousel button.owl-dot {
            background: 0 0;
            color: inherit;
            border: none;
            padding: 0 !important;
            font: inherit;
        }

        .owl-mycarousel.owl-loading {
            opacity: 0;
            display: block;
        }

        .owl-mycarousel.owl-hidden {
            opacity: 0;
        }

        .owl-mycarousel.owl-refresh .owl-item {
            visibility: hidden;
        }

        .owl-mycarousel.owl-drag .owl-item {
            -ms-touch-action: pan-y;
            touch-action: pan-y;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .owl-mycarousel.owl-grab {
            cursor: move;
            cursor: grab;
        }

        .owl-mycarousel.owl-rtl {
            direction: rtl;
        }

            .owl-mycarousel.owl-rtl .owl-item {
                float: right;
            }

        .owl-mycarousel .animated {
            animation-duration: 1s;
            animation-fill-mode: both;
        }

        .owl-mycarousel .owl-animated-in {
            z-index: 0;
        }

        .owl-mycarousel .owl-animated-out {
            z-index: 1;
        }

        .owl-mycarousel .fadeOut {
            animation-name: fadeOut;
        }

    @keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    .owl-height {
        transition: height 0.5s ease-in-out;
    }

    .owl-mycarousel .owl-item .owl-lazy {
        opacity: 0;
        transition: opacity 0.4s ease;
    }

        .owl-mycarousel .owl-item .owl-lazy:not([src]),
        .owl-mycarousel .owl-item .owl-lazy[src^=""] {
            max-height: 0;
        }

    .owl-mycarousel .owl-item img.owl-lazy {
        transform-style: preserve-3d;
    }

    .owl-mycarousel .owl-video-wrapper {
        position: relative;
        height: 100%;
        background: #000;
    }

    .owl-mycarousel .owl-video-play-icon {
        position: absolute;
        height: 80px;
        width: 80px;
        left: 50%;
        top: 50%;
        margin-left: -40px;
        margin-top: -40px;
        background: url(owl.video.play.png) no-repeat;
        cursor: pointer;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        transition: transform 0.1s ease;
    }

        .owl-mycarousel .owl-video-play-icon:hover {
            -ms-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
        }

    .owl-mycarousel .owl-video-playing .owl-video-play-icon,
    .owl-mycarousel .owl-video-playing .owl-video-tn {
        display: none;
    }

    .owl-mycarousel .owl-video-tn {
        opacity: 0;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: opacity 0.4s ease;
    }

    .owl-mycarousel .owl-video-frame {
        position: relative;
        z-index: 1;
        height: 100%;
        width: 100%;
    }

    .owl-prev, .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 24px;
        color: #333;
        cursor: pointer;
    }

    .owl-prev {
        left: -15px;
    }

    .owl-next {
        right: -15px;
    }

    /*my Carousal*/




    /*Tabs*/
.tab-wrapper {
    display: flex;
    max-width: 1000px;
    margin: 40px auto;
    font-family: cambria;
    max-width: 852px;
}

.tab-buttons {
    display: flex;
    flex-direction: column;
    width: 330px;
    margin-right: 59px;
    /*background-color: white;
    box-shadow: 0 0 10px 0 rgb(203 225 231 / 85%);
    padding: 12px;*/
    height: 375px;
    border-radius: 8px;
    margin-left: -13px;
}

    .tab-buttons label {
        background: #EF6522;
        border-bottom: 1px solid #54813e;
        cursor: pointer;
        color: white;
        border-radius: 8px 8px 8px 8px;
        padding: 12px 30px 12px 30px;
        margin-bottom: 11px;
        text-align: center;
        font-size: 15px;
        display: block;
    }

    .tab-buttons label:hover {
        background: #eef9ff;
        color: black;
        font-weight: 200;
    }

input[type="radio"] {
    display: none;
}

.tab-content {
    flex: 1;
    /*  padding: 20px;
    border: 1px solid #ccc;
    background-color: white;
    box-shadow: 0 0 10px 0 rgb(203 225 231 / 85%);*/
    border-radius: 8px;
}

    .tab-content img {
        max-width: 100%;
        height: auto;
        border-radius: 6px;
        margin-bottom: 10px;
    }

    .tab-content > div {
        display: none;
    }

#tab1:checked ~ .tab-content .content1,
#tab2:checked ~ .tab-content .content2,
#tab3:checked ~ .tab-content .content3,
#tab4:checked ~ .tab-content .content4,
#tab5:checked ~ .tab-content .content5,
#tab6:checked ~ .tab-content .content6 {
    display: block;
}

#tab1:checked ~ .tab-buttons label[for="tab1"],
#tab2:checked ~ .tab-buttons label[for="tab2"],
#tab3:checked ~ .tab-buttons label[for="tab3"],
#tab4:checked ~ .tab-buttons label[for="tab4"],
#tab5:checked ~ .tab-buttons label[for="tab5"],
#tab6:checked ~ .tab-buttons label[for="tab6"] {
    background: #fff;
    background-color: rgb(255, 255, 255);
    font-weight: bold;
    color: #ef6522;
    background-color: white;
}

.sol-img {
    height: 275px;
    width: 625px;
    margin-top: 10px;
    z-index: 1;
    border-radius: 9px;
}

    .sol-img::before {
        height: auto;
        margin-left: 0px;
        margin-top: 0px;
        border-radius: 16px;
        background: linear-gradient(to right, rgba(30, 58, 138, 0.8) 0%, rgba(30, 64, 175, 0) 100%);
    }


.sol-heading h5 {
    color: white !important;
    font-size: 17px;
}

.sol-heading h6 {
    color: white !important;
    font-size: 17px;
}


.card2 {
    position: relative;
    width: auto;
    height: 280px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    cursor: pointer;
}

.card2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(52, 52, 53, 0.4);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: background-color 0.4s ease;
}

.card2:hover .overlay2 {
    /*background-color: rgba(211, 211, 211, 0.9);
    color: #333;
    opacity: 0.6;*/
    /*    background: linear-gradient(90deg,rgb(159, 221, 246)0%, rgb(25, 173, 235) 35%, rgb(0, 165, 233) 100%);
*/
}


.overlay2 h3 {
    margin: 0;
    color: white;
    font-size: 25px;
    font-weight: 700;
}


.overlay2 strong {
    margin: 0;
    color: white;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.overlay2 p {
    margin: 8px 0;
    font-size: 1em;
}

.overlay a {
    color: inherit;
    text-decoration: underline;
    font-weight: bold;
}
.about-head {
    margin-top: -89px;
}
 /*Tabs*/

.tabpara {
    background-color: white;
    padding: 30px;
    text-align: justify;
    border-radius: 12px;
    height: 24em;
}



/*Faqs*/
.faq-container {
    width: 600px;
    margin: 40px auto;
    font-family: Arial, sans-serif;
}

    .faq-container h2 {
        text-align: center;
        margin-bottom: 20px;
    }

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    font-size: 18px;
    text-align: left;
    padding: 10px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .faq-question:hover {
        color: #fff;
    }

.arrow {
    font-size: 22px;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-answer p {
    margin: 10px 0;
}
.faq-answer a {
    color: #f6f6f6;
}



.appointment-overview-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 9px 22px rgba(0, 0, 0, 0.1);
    /*   padding: 20px 2px;*/
    border-radius: 5px;
    border: 1px solid #54813e;
    border-bottom: 1px solid #06a3da;
    height: 445px;
    padding-top: 20px;
}
.prodetail-ul {
    color: black;
    margin-left: 15px;
}
.appointment-overview-box img {
    width: auto;
    margin-top: 26px;
    height: 18em;
    margin-bottom: -16px;
    border-radius: 4px;
}
.testimonial-carousel .owl-item p {
    font-size: 18px;
}
.fixed-bottom-btn {
    bottom: 20px;
    position: fixed;
    right: 30%;
}
.certificate-box {
    background-color: #ffffff;
    box-shadow: 0px 9px 22px rgba(0, 0, 0, 0.1);
    /*   padding: 20px 2px;*/
    border-radius: 5px;
    border: 1px solid #54813e;
}
.certificate-box img{
    width:511px;
}
    /*.appointment-overview-box p {
    margin-top: -8px;
}*/
    @media (min-width: 1200px) and (max-width: 1390px) {
        .contactbx {
        height: 110px;
        padding: 4px;
    }

    .appointment-overview-box {
        padding: 20px 2px;
        height: 385px;
    }

        .appointment-overview-box img {
            width: auto;
            margin-top: 47px;
            height: 16em;
            margin-bottom: -17px;
            border-radius: 4px;
        }
    .product-box{
        height:260px;
    }
}

/*Faqs*/
@media (min-width: 320px) and (max-width: 768px) {
    .box-heightcontact {
        height: auto;
    }

    .bg-career {
        margin-bottom: -47px;
    }

    .about-head {
        margin-top: -12px;
    }

    .tab-buttons {
        display: flex;
        flex-direction: column;
        width: 330px;
        margin-right: 59px;
        padding: 12px;
        height: 490px;
        border-radius: 8px;
        margin-left: -13px;
        display: block ruby;
        width: 122%;
        overflow-x: scroll;
        overflow-y: scroll;
        height: 112%;
        margin-bottom: 47px;
    }

        .tab-buttons label {
            background: #EF6522;
            border-bottom: 1px solid #54813e;
            cursor: pointer;
            color: white;
            border-radius: 8px 8px 8px 8px;
            padding: 10px 21px 12px 9px;
            margin-bottom: 11px;
            text-align: center;
            font-size: 13px;
            display: block;
        }

    .label {
        display: flex;
        margin-bottom: 8px;
        cursor: pointer;
        font-size: 12px;
        color: rgb(55, 65, 81);
        font-weight: 500;
        text-align: left;
    }

    .tab-wrapper {
        display: block;
        max-width: 1000px;
        margin: 40px auto;
        font-family: sans-serif;
        max-width: 852px;
    }

    .tabpara {
        height: auto;
    }

    .processimg {
        width: 17em;
        padding-top: 0px;
    }

    .bg-develop {
        height: 7em;
        margin-bottom: -40px;
    }

    .appointment-overview-box img {
        width: auto;
        margin-top: -11px;
        height: 13em;
        border-radius: 4px;
        margin-left: 41px;
        margin-bottom: 4px;
    }

    .appointment-overview-box {
        padding: 20px 20px;
        height: auto;
    }
    .testimonial-carousel .owl-item img {
        width: 58%;
        height: auto;
    }
    .testimonial-carousel .owl-item p {
        font-size: 15px;
    }
    .owl-prev {
        left: -10px;
    }
    .owl-next {
        right: -10px;
    }
    .certificate-box img {
        width: 280px;
    }
}