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

/***** General CSS *****/

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

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    font-family: 'montserrat-medium';
}

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;
}

p {
    font-weight: 500;
    line-height: 27px;
    font-family: 'montserrat-medium';
    font-size: 14px;
    opacity: 50%;
}


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

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-medium';
    src: url(../fonts/montserrat-medium.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'Queensila';
    src: url(../fonts/Queensila.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'NT-SEAWAVE';
    src: url(../fonts/NT-SEAWAVE.otf);
    font-weight: 400;
    font-style: normal
}
/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

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

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    background: #242889;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 5px;
    background-color: #72d219;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.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: 'Queensila';
    font-size: 80px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h2 {
    font-family: 'Queensila';
    font-size: 80px;
    line-height: 64px;
    color: #000000;
    font-weight: 500;
    /* margin: 0 0 30px; */
    text-transform: uppercase;
}

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

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

h5 {
    font-family: 'Queensila';
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Queensila';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

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 .container {
    border-bottom: 1px solid #ffffff5e;
    padding-bottom: 11px;
}
.menuSec {
    padding: 14px 0;
}

.menuSec img {
    margin: 0;
}
header {
    position: absolute;
    width: 100%;
    z-index: 99;
}
.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    justify-content: space-evenly;
}

.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: #ffffff;
    padding: 10px 10px;
    font-size: 14px;
}
.menuSecicon ul li a {
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 0 !important;
    margin-right: 14px;
}

.menuSecicon ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    width: 14px;
    height: 1px;
    background-color: #ffffff;
}
.menuSec ul li a:after {
    content: '';
    /* position: absolute; */
    top: 50%;
    right: -11px;
    /* width: 21px; */
    height: 1px;
    background-color: #ffffff;
}

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

.menuSec ul li:last-child a:before {
    display: none;
}
.menuSecicon ul li a:hover {
    background: #fff;
    color: #123d27;
}
.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: #28b16d;
}

.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;
}

.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 */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.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 [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-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner_img img {
    height: auto;
    width: auto;
}
.banner_text a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 170px;
    background: #33773e;
    border-radius: 5px;
    color: #ffffffc2;
    text-transform: uppercase;
    font-size: 14px;
}
.banner_img.wow.bounceIn {
    text-align: center;
}
.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;
}

.shop {
    padding: 100px 0;
}

.shop_img img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: 0.5s;
}

.shop_img h4 {
    display: flex;
    justify-content: center;
    width: 94%;
    height: 51px;
    background: #fff;
    border-radius: 8px;
    position: relative;
    align-items: center;
    margin: 0 auto;
    top: -56px;
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    font-weight: 500;
}
.shop_content {
    text-align: center;
}

.about_sec .row {
    align-items: center;
}

.about_sec {
    padding-bottom: 100px;
}
/*banner css end*/


.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 7px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff61;
    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: 34px;
    border: 1px solid;
}
.carousel-indicators {
    position: absolute;
    right: 50%;
    bottom: 33%;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators .active {
    margin: 0;
    background-color: #fffffffc;
    width: 10px;
    height: 10px;
    box-shadow: 0 0 0 7px #0d3820, 0 0 0 9px #ffffffde;
    color:var(--icon-css);
    transform:scale(0.7);
    position:relative;
    margin:-5px -2px -5px -4px;
    user-select:none;
    vertical-align:baseline;
}
 .Shop_slider .slick-dots li button:before
{
    font-family: 'slick';
    font-size: 8px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1.25;
    color: #33773e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Shop_slider .slick-dots li.slick-active button:before
{
    opacity: 100% !important;
    color: #3b7740;
    box-shadow: 0 0 0 1px #3b7740, 0 0 0 5px #ffffffde;
    border-radius: 56px;
}
.Shop_slider .slick-slide {
    opacity: 1.2 !important;
}
.follow_us {
    display: flex;
    justify-content: space-between;
    width: 37.2%;
    position: absolute;
    bottom: 10%;
    left: 160px;
    align-items: center;
}

.follow_us ul {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}
.follow_us ul li a:hover {
    background: #37713d;
    color: #fff;
    border: 0;
}
.follow_us ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #fff;
}

.follow_us h5 {
    margin: 0;
    color: #fff;
}

.follow_us:before {
    position: absolute;
    content: '';
    width: 132%;
    height: 1px;
    background: #f0f8ffa3;
    top: -57px;
}

.follow_us ul:before {
    position: absolute;
    width: 43%;
    height: 1px;
    background: #fff;
    content: '';
    margin: 0 auto;
    left: 139px;
    right: 0;
    top: 25px;
    bottom: 0;
}
.about_text a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 170px;
    background: #33773e;
    border-radius: 5px;
    color: #ffffffc2;
    text-transform: uppercase;
    font-size: 14px;
}

.about_text h2 {
    padding-bottom: 15px;
}
.about-img img {
    width: 100%;
    height: 438px;
    border-radius: 10px;
    transition: 0.5s;
}
.best_seller_img {
    text-align: center;
    padding-bottom: 20px;
}

.best_seller_img h6 {
    font-family: NT-SEAWAVE;
    margin: 0;
    padding: 15px 0;
    color: #33773e;
    font-size: 21px;
}

.best_seller_img i {
    color: orange;
    font-size: 9px;
}

.best_seller_img span {
    color: #000;
    font-size: 12px;
}

.best_seller_img h3 {
    margin: 0;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    font-size: 23px;
}

.best_seller_img p {
    margin: 0;
    padding-bottom: 5px;

}
.best_seller_img img {width: 100%;height: 248px;object-fit: cover;border-radius: 10px;transition: 0.5s;}
.best_seller_cont {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #0000002e;
}
.best_seller_img img:hover {
    transform: scale(1.05);
    filter: brightness(0.5);
}
.best_seller_img a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 170px;
    background: #33773e;
    border-radius: 5px;
    color: #ffffffc2;
    text-transform: uppercase;
    font-size: 14px;
    margin: 8px auto 0;
}
.best_seller_sec {
    padding: 0 0 100px;
}

.product_sec{
    padding-bottom: 100px;
    padding-top: 100px;
}
.oder_now{
    background-image: url(../images/order-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    height: 77vh;
    background-position: bottom;
}
.oder_now .row {
    align-items: center;
}

.order_img img {
    height: 53vh;
    width: auto;
}

.order_img {
    text-align: center;
}

.order_text h2 {
    color: #fff;
}

.order_text p {
    color: #fff;
}

.order_text a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 205px;
    background: #28773c;
    border-radius: 5px;
    color: #ffffffc2;
    text-transform: uppercase;
    font-size: 14px;
}

/*Testimonial Sec Css Starts*/

section.testimonial-sec {
    position: relative;
    padding: 0 0 101px 0;
}
section.testimonial-sec.inner-testimonial {
    padding-top: 100px;
}
.testi_slider .slick-slide , .testi_slider .slick-active {
    opacity: 1;
}

.testi_slider .slick-slide {
    margin: 0;
}

.testi_slider .slick-current {
    border: 1px solid #0000003b;
    border-top: none;
    border-bottom: none;
    margin: 0;
}

.testi_slider .slick-track {
    display: flex;
}
.test-img-bx p {
    font-size: 14px;
}

.test-bx-main p {
    font-size: 15px;
    color: #483227;
}
.test-bx-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 30px;
}
.test-bx-main.inner-testimonial {
    border: 1px solid #0000004f;
    border-top: none;
    border-bottom: none;
}
.test-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    object-fit: cover;
    object-position: 0 30%;
    padding: 9px 0 0;
}

.test-img-bx {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
}

.test-top-txt ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}

.test-top-txt ul li a i {
    color: #ffcd37;
}

.test-top-txt h5 {
    font-size: 19px;
    line-height: 24px;
    margin: 0;
    font-family: 'montserrat-medium';
}

.test-top-txt h6 {
    font-size: 11px;
    line-height: 20px;
    margin: 0;
    color: #9da6a3;
    font-family: 'montserrat-medium';
}

.test-img {
    position: relative;
}

.test-img::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -8px;
    height: 73%;
    width: 80%;
    z-index: -2;
    align-items: center;
    background-size: 600%;
    background-position: 0 0;
    /* box-shadow: inset 0 0 5em rgba(0, 0, 0, 0.5); */
    /* display: flex; */
    /* font-family: "Lato", Arial, sans-serif; */
    justify-content: center;
    /* Animation */
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-name: gradients;
    background: #3b7740;
}
.testi_slider.slick-initialized.slick-slider {
    padding: 11px 0;
}

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

.testimonial-heading.heading h2 {
    margin: 0;
    color: #000000;
}

.testimonial-heading.heading p {
    width: 74%;
    margin: 0 auto;
}

.testimonial-heading.heading {
    padding-bottom: 50px;
}
/*Testimonial Sec Css Ends*/
/* Inenr Contact Us Start */

.contact-side-bar {
    padding-top: 0;
    margin-left: 0px;
}

.inner-contact-us-sec .contact-info {
    background: #33773e;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 40px;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    border: 1px solid #bdbdbd;
}

.inner-contact-us-sec .contact-info:hover {
    background-color: #3e8865;
}

.inner-contact-us-sec .contact-info i {
    transition: color 0.3s ease;
    color: #3e8865;
}

.contact-info:hover * {
    color: #fff;
}

.contact-info:hover .contact_text h2 {
    color: #fff !important;
}

.inner-contact-us-sec .contact-info:hover .cicle-icon i {
    color: #3e8865;
}

.contact-info:hover .contact_text h2 {
    color: #ffffff !important;
}

.cicle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    color: #181818;
    background: #fff;
    margin-right: 17px;
    border: 1px solid #3e8865;
}

.contact_text h2 {
    font-size: 20px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.contact_text h2 {
    font-size: 20px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 5px !important;
    text-transform: capitalize;
}

.contact_text p {
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 18px;
    color: #ffffff;
    opacity: 1;
}

.contact_text p span,
.contact_text a {
    display: block;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    transition: 1.5s ease-in-out;
    font-family: 'montserrat-medium';
    font-weight: 500;
}

.contact_text a:hover {
    color: #8b8b8b;
}

.contact-pag-form {
    margin-top: 0;
    padding: 0 30px;
}
.contact-pag-form button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 170px;
    background: #33773e;
    border-radius: 5px;
    color: #ffffffc2;
    text-transform: uppercase;
    font-size: 14px;
}
.contact-pag-form form input.form-control,
.contact-pag-form form select.form-control,
.contact-pag-form form textarea.form-control {
    border: 1px solid #bdbdbd;
    box-shadow: none;
    color: #909091;
    font-weight: 500;
    background-color: transparent;
    border-radius: 10px;
    display: flex;
    font-family: 'montserrat-medium';
    font-size: 16px;
}

.book-an-appointment-button.contact {
    text-align: left;
    margin-top: 18px;
}

.book-an-appointment-button.contact button {
    margin: inherit;
}

.contact-pag-form form input.form-control {
    height: 65px;
    padding-left: 15px;
    margin-bottom: 20px;
}

.contact-pag-form form select.form-control {
    height: 60px;
    padding-left: 25px;
    margin-top: 20px;
}

.contact-pag-form form textarea.form-control {
    height: 203px;
    padding-left: 15px;
    padding-top: 20px;
    margin-top: 10px;
    resize: none;
    color: #000;
}

.contact-pag-form form input::placeholder,
.contact-pag-form form textarea::placeholder {
    color: #909091;
}

.contact-pag-form .form-group i {
    position: absolute;
    top: 20px;
    color: #000;
    left: 15px;
    font-size: 17px;
}

.contact-pag-form .form-group1 i {
    right: 13px;
    left: unset;
    color: #7f7f7f;
    pointer-events: none;
}

.vffdetails select {
    width: 100%;
    height: 60px;
    font-size: 15px;
    padding-left: 15px;
    border: 1px solid #bdbdbd;
    box-shadow: none;
    color: #909091;
    font-weight: 400;
    background-color: transparent;
    margin-bottom: 20px;
    display: flex;
    border-radius: 5px;
    position: relative;
}

.vffdetails::after {
    content: "";
    height: 53px;
    width: 10px;
    position: absolute;
    right: 60px;
    top: 10%;
    background-size: 10px 50px;
    background-image: url(../images/arrow_slectt.png);
    background-repeat: no-repeat;
}

.contact-pag-form button {
    margin-top: 30px;
}

.contact-pag-form .form-group i {
    position: absolute;
    top: 25px;
    color: #7e7e7e;
    left: 20px;
    font-size: 18px;
}

.contact-pag-form h2 {
    margin-bottom: 30px;
    color: #000000;
    font-size: 52px;
}

.contact-pag-form .form-group {
    position: relative;
}

.inner-contact-us-sec {
    padding: 0 50px 100px;
}

.vffdetails {
    position: relative;
}

.contact-pag-form .form-group::after {
    content: "";
    height: 53px;
    width: 10px;
    position: absolute;
    left: 55px;
    top: 8px;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.contact-side-bar h2 {
    color: #000000;
    font-size: 50px;
}

.contact_text h2 {
    color: #ffffff;
    font-size: 20px;
    line-height: 2;
}


/* Inenr Contact Us Ends */
.why_chose_us {
    padding-bottom: 100px;
}

.why_chose_txt a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 170px;
    background: #33773e;
    border-radius: 5px;
    color: #ffffffc2;
    text-transform: uppercase;
    font-size: 14px;
}

.why_text ul {
    column-count: 2;
}

.why_text ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #0000007a;
}



.why_img img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.5s;
}

.why_chose_img img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.5s;
}
.why_chose_txt {
    padding-top: 50px;
}

/*---------------------------------------------------- Footer Section Start ----------------------------------------------------------- */

footer {
    background: #094129;
    padding: 120px 0 40px;
    overflow: hidden;
    background-image: url(../images/footer-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

footer:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    background-image: url(../images/cloud-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 75px;
    background-position: bottom;
}

.foot-logo img {
    width: 37%;
    margin-bottom: 15px;
}

.foot-logo p {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 23px;
}

.foot-logo ul li {
    font-size: 15px;
    color: #393939;
}

.quick-links.foot-logo {
    margin-bottom: 20px;
}

footer h5:before {
    /* position: absolute; */
    content: '';
    width: 55px;
    height: 2px;
    background: #ffffff;
    bottom: -10px;
}

footer h5 {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 18px;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
}

.quick-services ul li a:hover {
    padding-left: 5px;
    color: #165685;
}

.quick-links ul li a {
    font-size: 14px;
    transition: .7s ease all;
    font-weight: 500;
    opacity: 80%;
    color: #fff;
}

.quick-links ul li {
    font-size: 14px;
    margin-bottom: 3px;
    font-family: 'Montserrat';
}

.quick-links-main {
    padding-left: 70px;
}

.quick-links-main ul li a {
    text-transform: capitalize;
    color: #fff;
}

.quick-links-main ul li a:hover {
    padding-left: 5px;
    color: #3b7740;
}

.quick-links-main ul li {
    margin: 14px 0;
}

.quick-services ul li a {
    font-size: 14px;
    color: #ffffff;
    line-height: 35px;
    opacity: 80%;
    transition: .7s ease all;
    font-weight: 500;
    text-transform: capitalize;
}

.footer-2 span {
    font-size: 27px;
    color: #ffffff;
}

.Newsletter-footer p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 23px;
}

.news-btn input {
    padding: 12px 15px;
    background: #fff;
    width: 100%;
    color: #000;
    font-size: 14px;
    border: 1px solid #ffffff;
    border-right: unset;
    border-radius: 50px;
}

.news-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.news-btn button {
    margin-left: -90px;
    padding: 12px 26px;
    border: 0;
    background: #33773e;
    font-size: 15px;
    color: #fff;
    border-radius: 50px;
}

.news-btn input::placeholder {
    color: #535353 !important;
}

.footer-2 h5 {
    margin-bottom: 30px;
    padding-top: 0;
}

.copy-right {
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: #094129; */
    margin-bottom: -42px;
    border-top: 1px solid #ffffff54;
    padding: 0 150px;
}

.copy-right p {
    color: #fff;
    margin-bottom: 0;
}

.news-btn input::placeholder {
    color: #e8c7c8;
}

.cards-footer {
    margin: 50px 0 0 0;
}

.footer-2 a {
    font-size: 26px;
    color: #ffffff;
    font-family: 'Montserrat';
    opacity: 70%;
}

.footer-2 {
    margin-top: 18px;
}

.Newsletter-footer {
    margin-bottom: 50px;
}

.card-footer {
    padding: unset;
}

.foot-logo ul li span {
    color: #ffffff;
    font-weight: 500;
}

.foot-logo ul li a {
    opacity: 80%;
}

ul.follow {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 81px;
}

ul.follow li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 51px;
    border-radius: 50px;
    border: 1px solid #fff;
    font-size: 18px;
}

ul.follow li a:hover {
    background: #fff;
    color: #245e34;
}
/*---------------------------------------------------- Footer Section End ----------------------------------------------------------- */
.best_slid .slick-arrow {
    width: 44px;
    height: 44px;
    border: 1px solid #909ea5;
    border-radius: 50%;
    transition: 0.7s all;
    top: -83px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.best_slid .slick-arrow:hover {
    background: #3b7740;
    border-color: #3b7740;
}
.best_slid  .slick-prev
{
    left: 90%;
}
.best_slid .slick-next {
    right: 21px;
}
.best_slid .slick-arrow:before {
    content: '';
    background-image: url(../images/btn-img.png);
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1 !important;
    transform: rotate(
1deg);
    top: 4px;
    position: relative;
    filter: brightness(0) saturate(100%) invert(64%) sepia(16%) saturate(226%) hue-rotate(155deg) brightness(95%) contrast(85%);
}

.service-sec button.slick-prev {
    left: 92.6%;
}

.service-sec button.slick-next {
    right: 10px;
}

.best_slid button.slick-prev:before {
    transform: rotate(182deg);
    top: -3px;
}

.best_slid .slick-arrow:hover:before {
    filter: unset;
}

    
 .best_slid   .slick-active {
      opacity: 1.5;
    }
.why_img img:hover {
    transform: scale(1.05);
    filter: brightness(0.5);
}

.why_chose_img img:hover {
    transform: scale(1.05);
    filter: brightness(0.5);
}

.about-img img:hover {
    transform: scale(1.05);
    filter: brightness(0.5);
}

.shop_img img:hover {
    transform: scale(1.05);
    filter: brightness(0.5);
}