/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 1s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    background: #ffffff !important;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.iconproduct{
    width: 260px;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.bg-light {
    background-color: #ffffff !important;
}

.logo {
    width: 25%;
    float: left;
}

.navbar-light .navbar-nav .nav-link {
    color: #282828;
    font-size: 18px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 30px;
    text-align: center;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #f74c67;
}

.login_menu {
    width: 100%;
}

.login_menu ul {
    margin: 0px;
    padding: 0px;
}

.login_menu li {
    float: left;
    font-size: 18px;
    color: #ffffff;
    padding-left: 15px;
}

.login_menu li a {
    color: #ffffff;
}

.login_menu li a:hover {
    color: #f74c67;
}


/* header section end */


/* banner section start */

.banner_section {
    
     width: auto;

    /*float: left;*/
   /* background: linear-gradient(to right, #074C00, #42A341, #B8E2A3);*/

    background: linear-gradient(to right, #074C00, #42A341);
    height:585px;
    background-size: 100%;
    background-repeat: no-repeat;

}

#my_slider{

    padding:30px;
}

.banner_bg {

    margin-left: 0px;

}

.logoimage{

   width: 270px;
    height: 80px;

}

.taital_main {
   
    width: 100%;
    /* float: left; */
    padding: 30px 20px;

}

.taital_left {
    /*width: 25%;
    float: left;*/
    text-align: center;
}

.taital_left_sec {
    width: 50%;
    float: left;
    
}

.taital_right {

    width: 75%;
    float: left;
}

.taital_left ul{
    
    width: 75%;
    list-style-type: none;
}

.taital_left ul li{

   margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 600;
    text-align: justify;
    font-style: italic;
    font-family: 'FontAwesome';
}

.taital_right ul{
    
    width: 75%;
    list-style-type: none;
}

.taital_right ul li{

    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 25px;
    font-weight: 600;
    text-align: justify;
    font-style: italic;
    font-family: 'FontAwesome';
}

.banner_taital {
    
    width: 100%;
    float: left;
    font-size: 38px;
    color: #fdfdfe;
    text-align: justify;
    font-weight: bold;
    font-style: italic;
    text-transform: capitalize;
    padding-top: 80px;
    line-height: 75px;

}

.banner_taital_Headone {

    width: 100%;
    float: left;
    font-size: 50px;
    color: #fdfdfe;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 150px;
    line-height: 60px;
}

.new_banner_taital {

    width: 100%;
    float: left;
    font-size: 40px;
    color: #fdfdfe;
    font-weight: bold;
    font-style: italic;
    padding-top: 50px;
    line-height: 60px;

}

.read_bt {
    width: 170px;
    float: left;
    margin-top: 50px;
}

.read_bt a {
     width: 200px;
    float: left;
    font-weight: 500;
    border-radius: 13px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    background-color: #545b62;
    padding: 10px 0px;
}

.read_bt a:hover {
    color: #000;
    background-color: #ffffff;
}

.product_img {
    
    width: 100%;
    float: left;
    margin-top: 50px;
    margin-left: 140px;
    padding-top: 50px;

}

#my_slider a.carousel-control-next {
    position: absolute;
    left: 28px;
    top: 95%;
    color: #fbc11d;
}

#my_slider a.carousel-control-prev {
    position: absolute;
    left: 108px;
    top: 95%;
}

#my_slider .carousel-control-prev,
#my_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #ffffff;
    opacity: 1;
    font-size: 24px;
    color: #515151;
    border-radius: 100%;
    box-shadow: 0px 0px 7px 2px #8b8b8b;
}

#my_slider .carousel-control-prev:hover,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-next:focus {
    background: #ffffff;
   color: #605536;
}


/* banner section start */


/* about section start */

.about_section {
       padding: 0px 100px;
}

.about_img {

   width: 480px;
    margin-left: -30px;
    /* float: left; */
    margin-bottom: 45px;
    margin-top: 93px;

}

.about_taital {
    width: 100%;
    font-size: 40px;
    color: #495057;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 70px;
}

.border {
   
    width: 59px;
    background-color: #495057;
    height: 15px;
    margin-left: 0px;
    margin-bottom: 20px;
}

.about_text {
    font-family: sans-serif;
    text-align: justify;
    font-size: 15px;
    color: #000;
    line-height: 30px;
    margin: 0px;
    padding-top: 0px;
}

.read_bt_1 {
   width: 170px;
    float: left;
    margin-top: 40px;
}
.card_bt_1{
     width: 170px;
    float: left;
    margin-top: 0px;
}
.card_bt_1 a {
    width: 200px;
    float: left;
    font-weight: 500;
    border-radius: 13px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    background-color: #545b62;
    padding: 10px 0px;
}

.read_bt_1 a {
   width: 200px;
    float: left;
    font-weight: 500;
    border-radius: 13px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    background-color: #545b62;
    padding: 10px 0px;
}

/*.read_bt_1 a:hover {
    color: #ffffff;
    background-color: #f2515e;
}*/

.image_1 {
    width: 60%;
    float: right;
    position: relative;
    left: 100px;
}


/* about section end */


/* product section start */

.product_section {

    padding: 20px 50px;
    padding-bottom: 90px;
}


.product_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #363636;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.product_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #363636;
    margin: 0px;
    text-align: center;
    padding-bottom: 50px;
}

.stretch-card>.card {
    width: 100%;
    min-width: 100%
}

.flex {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (max-width:991.98px) {
    .padding {
        padding: 1.5rem
    }
}

@media (max-width:767.98px) {
    .padding {
        padding: 1rem
    }
}

.padding {
    padding: 3rem
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    border: 0px
}

.image_main {
    width: 100%;
    height: 350px;
    padding: 25px 55px;
    background-color: #fff;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image_main:hover {
    transform: scale(1.1);
    background-color: #f75261;
    border: 0px;
}

.owl-carousel .owl-item .image_main img {
    display: block;
    width: 100px;
    height: auto;
}

.price_text {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #363636;
    font-weight: bold;
    padding-top: 20px;
}

.product_section.layout_padding .owl-carousel .owl-nav button.owl-next,
.product_section.layout_padding .owl-carousel .owl-nav button.owl-prev {
    border-radius: 100px;
    margin: 0 10px;
    width: 45px;
    height: 45px;
    color: #f0390f;
    border: 2px solid #f0390f;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    display: flex;
    font-size: 23px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px;
    background-image: url(../images/angle-left.png);
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    display: flex;
    padding: 0px;
    margin-left: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-next {
    right: -90px;
    top: 170px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -90px;
    top: 170px;
}

.owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/angle-right.png);
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}


/* product section end */


/* client section start */

.client_section {
    width: 100%;
    float: left;
    background: linear-gradient(90deg, rgba(247, 80, 99, 1) 0%, rgba(247, 114, 68, 1) 100%);
    padding-bottom: 110px;
}

.client_taital {
    width: 90%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 70px;
}

.client_box {
    width: 97%;
    float: left;
    background-color: #ffffff;
    height: 400px;
    padding: 80px 80px 0px 80px;
}

.client_text {
    width: 100%;
    float: left;
    color: #303030;
    height: auto;
    margin: 0px;
}

.client_main {
    width: 100%;
    float: left;
    padding-top: 60px;
}

.client_left {
    width: 30%;
    float: left;
}

.client_right {
    width: 70%;
    float: left;
    padding-top: 50px;
}

.client_img {
    width: 100%;
    float: left;
}

.client_name {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #2a2929;
    font-weight: bold;
    padding: 0px;
}

.aliqua_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #f76f46;
    margin: 0px;
}

.carousel-indicators {
    right: 0;
    bottom: 160px;
    left: -370px;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 0px;
    right: inherit;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #ffffff;
}

.carousel-indicators .active {
    background-color: #363636;
}


/* client section end */


/* blog section start */

.blog_section {
    
    padding: 20px 50px;
    /* width: 100%; */
    /* float: left; */
    position: relative;
    background-color: #fff;

}

.blog_section::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background-image: url(../images/img-1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    left: initial;
    right: 10px;
    top: 0px;
}

.blog_section::before {
        content: '';
    position: absolute;
    width: 158px;
    height: 173px;
    background-image: url(../images/img-1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    left: 65px;
    right: initial;
    bottom: 29px;
}

.blog_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #464646;
    text-transform: uppercase;
    font-weight: bold;
}

.blog_section_2 {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.face_img {
    width: 100%;
    float: left;
}

.face_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #575757;
    padding-top: 120px;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #575757;
    margin: 0px;
}

.blog_section_3 {
    width: 100%;
    float: left;
}

.readmore_bt {
    width: 170px;
    float: right;
    margin-top: 197px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    background-color: #363636;
    padding: 10px 0px;
}

.readmore_bt a:hover {
    color: #ffffff;
    background-color: #f2515e;
}


/* blog section end */


/* contact section start */

.contact_section {
    
    padding: 70px 100px;
    /*position: relative;*/
    z-index: -1;
}

/*.contact_section::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background-image: url(../images/img-1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    left: initial;
    right: 10px;
    top: 0px;
}*/

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #495057;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.contact_section_2 {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.image_7 {
    width: 100%;
    float: left;
}

.mail_section_1 {
    width: 90%;
    float: left;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #626262;
    border: 0px;
    background-color: #ffff;
    padding: 15px;
    margin-top: 20px;
    box-shadow: 0px 0px 3px 1px #e4e3e1;
}

input.mail_text::placeholder {
    color: #626262;
}

.massage-bt {
    color: #626262;
    width: 100%;
    height: 110px;
    font-size: 18px;
    background-color: #ffff;
    padding: 40px 15px 0px 15px;
    border: 0px;
    margin-top: 20px;
    box-shadow: 0px 0px 3px 1px #e4e3e1;
}

textarea#comment::placeholder {
    color: #626262;
}


#popupformwidth input[type="email"],#popupformwidth input[type="number"] {

    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #6e7bf2;
    border-radius: 5px;

}

#popupformwidth label{

    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 15px;
}


#popupformwidth h5{
    text-align: center;
    font-family: sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #6e7bf2;
    margin-bottom: -10px;
}

.send_bt {
    width: 170px;
    float: right;
    margin-top: 30px;
}

.send_bt a {
    width: 100%;
    float: left;
        background-color: #45a408;
    color: #fefeff;
    text-align: center;
    padding: 10px 0px;
    font-size: 16px;
}

.send_bt a:hover {
    background-color: #363636;
    color: #ffffff;
}


/* contact section end */


/* footer section start */

.footer_section {
    
    margin-top: 60px;
    padding: 50px 80px;
    width: 100%;
    float: left;
    background: #666;
    height: auto;
    
}

.location_icon {
    width: 100%;
    float: left;
}

.location_icon ul {
    margin: 0px;
    padding: 0px;
}

.location_icon li {
    float: left;
        background-color: #45a408;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 10px;
    margin-top: 5px;
}

.location_icon li a:hover {

    background-color: #f77441;

}

.mail_box {

    width: 90%;
    display: flex;
    background-color: #ffffff;
    height: auto;
    border-radius: 40px;
    padding: 5px 5px 0px 20px;
    
}

.enter_email_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #515151;
    padding: 10px 0px 0px 0px;
    background: transparent;
    border: 0px;
    height: 60px;
}

.subscribe_bt_1 {
    width: 220px;
    float: left;
}

.subscribe_bt_1 a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fdfdfd;
    text-align: center;
        background-color: #45a408;
    padding: 11px 10px;
    text-transform: uppercase;
    border-radius: 40px;
}

.subscribe_bt_1 a:hover {
    color: #ffffff;
    background-color: #2d2d2d;
}

.social_icon {
    width: 100%;
    float: right;
    padding-top: 20px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
}

.social_icon li {
    float: left;
    padding-right: 20px;
}

.footer_section_2 {
    width: 100%;
    float: left;
    padding-top: 70px;
}

.company_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #fefefe;
    text-transform: uppercase;
}

.dolor_text {
    width: 80%;
    float: left;
    font-size: 16px;
    color: #fefefe;
    margin: 0px;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #2d2d2d;
    height: auto;
}

.copyright_text {
    width: 50%;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 20px 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #f2515e;
}
.margin_top90{
    margin-top: 90px;
}
.padding_top0{
    padding-top: 0px;
}



.product-card {
    /*width: 380px;*/
    position: relative;
    box-shadow: 0 2px 7px #dfdfdf;
    background: #fafafa;
}

.badge {
    position: absolute;
    left: 0;
    top: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background: #048722;
    color: #fff;
    padding: 3px 10px;
}

.product-tumb {
   display: flex;
    height: 328px;
    padding: 46px;
    background: #f0f0f0;
}

.product-tumb img {
    
    width: 454px;
    margin-left: 22px;
    height: 252px;
    
}

.product-details {
    padding: 30px;
}

.product-catagory {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
    margin-bottom: 18px;
}

.product-details h4 a {
   font-weight: 800;
    /* display: block; */
    font-family: sans-serif;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #363636;
    font-size: 25px;
    text-decoration: none;
    transition: 0.3s;
}

.product-details h4 a:hover {
    color: #fbb72c;
}

.product-details p {
    font-size: 15px;
    text-align: justify;
    font-family: sans-serif;
    line-height: 28px;
    margin-bottom: 18px;
    color: #212529;
}

.product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

/*.product-bottom-details div {
    float: left;
    width: 50%;
}*/

.product-price {
    font-size: 18px;
    color: #fbb72c;
    font-weight: 600;
}

.product-price small {
    font-size: 80%;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
}

.product-links {
    text-align: right;
}

.product-links a {
    display: inline-block;
    margin-left: 5px;
    color: #e1e1e1;
    transition: 0.3s;
    font-size: 17px;
}

.product-links a:hover {
    color: #fbb72c;
}


.card_section{

    padding: 20px 100px;
    padding-bottom: 90px;
}

.about_text b {

    font-weight: bold;
}
.product-details b {

    font-weight: bold;
}
.product-details h4{
    padding: 0px 20px;
    margin-bottom: 25px;
    font-family: sans-serif;
    font-size: 25px;
    font-weight: 800;
    color: #000;
}
.product-details h5{
    padding: 9px 20px;
    margin-bottom: 10px;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.product-details ul{
     padding: 9px 20px;
    font-family: sans-serif;
}
.product-details ul li{
        line-height: 28px;
    text-align: justify;
    font-size: 15px;
    margin-bottom: 16px;
    margin-top: -30px;
    margin-left: 22px;
}
.product-details ul span{
    font-size: 17px;
    font-family: sans-serif;
    font-weight: 600;
    color: #000;
}
.product-details ul i{
    color: #3a8208;
    font-size: 20px;
}





.counter{
    color: #319B38;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 210px;
    height: 222px;
    padding: 48px 28px 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
   z-index: -1;
}
.counter:before,
.counter:after{
    content: '';
    background: linear-gradient(135deg,#fff,#f1f1f1);
    height: 147px;
    width: 147px;
    box-shadow: -5px -5px 3px rgba(0, 0, 0, 0.2), -10px -10px #008533;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 44px;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.counter:before{
    background: linear-gradient(135deg, #00652F 50%, transparent 50%);
    box-shadow: none;
    top: 80px;
}
.counter .counter-icon{
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 12px;
}
.counter h3{
    
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin: -9px 0px 0px;
    font-family: sans-serif;
}
.counter .counter-value{
    color: #fff;
   background: linear-gradient(to right, #0C8412, #89c58d);
    font-size: 27px;
    font-weight: 500;
    line-height: 33px;
    width: 100%;
    padding: 10px 0 26px;
    position: absolute;
    left: 0;
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.counter.orange {
    color: #495057;
}
.counter.orange:after{
    box-shadow: -5px -5px 3px rgb(0 0 0 / 20%), -10px -10px #6c757d;
}
.counter.orange:before{
      background: linear-gradient(135deg, #aaafb3 50%,transparent 50%);
}
.counter.orange .counter-value{
   background: linear-gradient(to right, #495057, #969ea6);
}
.counter.blue{ color: #1B9FD1; }
.counter.blue:after{
    box-shadow: -5px -5px 3px rgba(0, 0, 0, 0.2), -10px -10px #288EBB;
}
.counter.blue:before{
    background: linear-gradient(135deg, #1167C3 50%, transparent 50%);
}
.counter.blue .counter-value{
    background: linear-gradient(to right, #0784C3, #32AAEE);
}
.counter.red{ color: #D85411; }
.counter.red:after{
    box-shadow: -5px -5px 3px rgba(0, 0, 0, 0.2), -10px -10px #BF4C13;
}
.counter.red:before{
    background: linear-gradient(135deg, #A60810 50%, transparent 50%);
}
.counter.red .counter-value{
    background: linear-gradient(to right, #CC2D00, #FC6000);
}
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}



.cardform {

    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 15%);
    position: relative;
    transition: all .2s ease-in-out;
    background-color: #dae0e5;
    padding: 20px;
    border-radius: 5px;
    /* width: 400px; */
    margin: 0 auto;

}

.cardform:hover {
    /* box-shadow: 0 5px 22px 0 rgba(0,0,0,.25); */
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);

}
.cardform label {
    font-family: 'FontAwesome';
    font-style: italic;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600;
}


.cardform label, p {
    display: block;
    margin-bottom: 5px;
   color: #495057;
    letter-spacing: 0.5px;
  
}

.cardform input, .cardform textarea ,.cardform select {
    margin: 0px 0px 20px 0px;
    padding: 9px 8px;
    width: 100%;
    border: 0;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
    color: #2C3E50;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.title{
  font-size: 3.444rem;
  color:#1d3247;
  text-align: center;
  
}

.embtn-clr{
  
  background-color: #1e7e34;
  padding: 10px;
  margin: 20px;
  position: relative;
  color: #FFF;
  font-size: 30px;
  cursor: pointer;

}

.embtn-clr:hover {
  box-shadow: 0 5px 22px 0 rgba(0,0,0,.25); 
  transition: all .2s ease-in-out;

}


.cardform h3    {
      font-family: sans-serif;
    font-size: 37px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
    color: #495057;
}



.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.nav-item {

    margin-left:100px;
}

.navbar-light .navbar-nav .nav-link {
    color: #495057;
    font-weight: 600;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #1e7e34;
    font-weight: 800;
}




.footer-distributed{
   /* background: #666;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;*/
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
  /*  width: 40%;*/
}

/* The company logo */

.footer-distributed h3{

    color: #ffffff;
    margin: 0;
    font-weight: 700;
    font-size: 29px;
    font-family: 'FontAwesome';

}

.footer-distributed h3 span{
    color: #1ace43;
}

/* Footer links */

.footer-distributed .footer-links{
    color:  #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a{
    display:inline-block;
    line-height: 1.8;
  font-weight:400;
    text-decoration: none;
    color:  inherit;
}

.footer-distributed .footer-company-name{
    color:  #222;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
   /* width: 35%;*/
}

.footer-distributed .footer-center i{
    background-color:  #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p{
    display: inline-block;
    color: #ffffff;
  font-weight:400;
    vertical-align: middle;
    margin:0;
}

.footer-distributed .footer-center p span{
    display:block;
    font-weight: normal;
    font-size:14px;
    line-height:2;
}

.footer-distributed .footer-center p a{
    color:  lightseagreen;
    text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
    /*width: 20%;*/
}

.footer-distributed .footer-company-about{
    
    line-height: 20px;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    text-align: justify;

}

.footer-distributed .footer-company-about span{
    display: block;
    color:  #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons{
    margin-top: 25px;
}

.footer-distributed .footer-icons a{
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color:  #33383b;
    border-radius: 2px;

    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;

    margin-right: 3px;
    margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

    .footer-distributed{
        font: bold 14px sans-serif;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right{
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-distributed .footer-center i{
        margin-left: 0;
    }

}


html, body {
overflow-x:hidden;
max-width:100%;
}


.card_section h2{
    font-size: 40px;
    color: #495057;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 0px;
    margin-bottom: 30px;
    text-align: center;
}

.gmap_canvas iframe{

    width: 600px;
    height: 500px;
}

.footer-distributed .footer-center .mb-algin-add p {
    margin-left: 73px;
    margin-top: -50px;
}



#open-subscribe-form{
    width: 100px;
    background: none;
    height: 100px;
    color: #fff;
    font-size: 20px;
    border-radius: 3px;
}
.subscribe-form {
      position: fixed;
    top: -100%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1.15);
    width: calc(100% - 20px);
    max-width: 710px;
    background: #fff;
    border-radius: 10px;
    display: grid;
    gap: 10px;
    padding: 25px 25px 25px;
    box-shadow: 0px 2px 2px 2px rgb(0 0 0 / 5%);
    z-index: 2;
    opacity: 0;
    transition: top 0ms ease-in-out 300ms, transform 300ms ease-in-out 0ms, opacity 300ms ease-in-out 0ms;
}


.subscribe-form.active {
  top:50%;
  transform:translate(-50%,-50%) scale(1);
  opacity:1;
  transition:top 0ms ease-in-out 0ms,
             transform 300ms ease-in-out 0ms,
             opacity 300ms ease-in-out 0ms;
}
.subscribe-form .close-btn {
  position:absolute;
  top:10px;
  right:10px;
  font-size:25px;
  color:rgb(255, 255, 255);
 background-color: rgb(249 188 0);
  border:none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor:pointer;
}
.subscribe-form .left {
  align-items:center;
}
.subscribe-form .right h2 {
  font-size:28px;
  font-family:"Montserrat",sans-serif;
  line-height:1.15;
  margin-bottom:10px;
  color:#111;
}
.subscribe-form .right p {
  font-size:16px;
  color:#555;
  margin-bottom:15px;
}
.subscribe-form .right .form label {
 display: block;
    margin-bottom: 5px;
    font-size: 15px;
    font-family: sans-serif;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.subscribe-form  .form .input {
  margin-bottom:10px;
}
#popupformwidth textarea{

    width: 100%;
    padding: 5px;
    border: 1px solid #6e7bf2;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 20px;

}

#popupformwidth ul{

list-style-type: none;

}

#popupformwidth li{

    font-size:14px;
}

#popupformwidth i{

     font-size:15px;
     color: #6e7bf2;
}

.subscribe-form   select{
    width: 100%;
    padding: 5px;
    border: 2px solid #6e7bf2;
    font-size: 15px;
    border-radius: 5px;
}
.subscribe-form .right .form button {
  width: 100%;
    padding: 4px;
    margin-top: 30px;
    font-size: 18px;
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
   background: #2fa951;
    color: #fff;
    box-shadow: 0px 2px 2px #ddd;
}
.subscribe-form .left ul i{
    font-size:15px;
    color: #eb4032;

}

.gpayoption{

    width: 165px;
    margin-left: 30px;

}

.pricebutton{

    float: right;
    margin-top: -20px;
    font-weight: 500;
    font-size: 17px;
    padding: 10px;
    border-radius: 15px;
    text-transform: capitalize;
    background-color: #1e7e34;
    color: #ffffff;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 50%);

}

@media(min-width: 680px){
  .subscribe-form {
    grid-template-columns:repeat(2, 1fr);
  }
}

.center {
  
       position: fixed;
    top: 73%;
    transform: translate(-50%,-50%);
    margin-left: 53px;

}

#popupformwidth{

    width:600px;

}

.subscribe-form  .left h5{
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #6e7bf2;
}

.subscribe-form  .right h5{
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 31px;
    color: #6e7bf2;
}
.subscribe-form  .right{
    
    padding: 0px 0px 0px 39px;

}
.subscribe-form  .left ul{

    list-style-type: none;
}
.subscribe-form  .left ul li{
 font-weight: 600;
    margin-bottom: 10px;
    font-size: 15px;
    font-family: 'FontAwesome';
    font-style: italic;


}

.subscribe-form  .right ul li{
 font-weight: 600;
    margin-bottom: 10px;
    font-size: 15px;
    font-family: 'FontAwesome';
    font-style: italic;
 

}

/* Banner New */

.ammounttable table tr th{
    
    background-color: #6e7bf2;
    color: #fff;
    /* width: 250px; */
    padding: 0px 10px;
    font-weight: bold;
    border: 1px solid #ccc;

}

.ammounttable table tr td {

   padding: 0px 5px;
    width: 170px;
    border: 1px solid #e9ecef;

}

.ammounttable table tr td.item {

    text-align: justify;
    font-size: 15px;
    background-color: #dee2e6;
    
}

.ammounttable table tr td.quantity input {
    width: 100%;
    padding: 5px;
    border: none;
    outline: none;
    font-size: 15px;
    text-align: justify;
}

.ammounttable table tr td.price {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.ammounttable table tr td.total-text {

    background-color: #dee2e6;
    font-size: 15px;
    font-weight: bold;
    text-align: center;

}

.ammounttable table tr td.total-number {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
}

.ammounttable table tr td.total-number .number {

    min-width: 130px;
    border-radius: 10px;
    line-height: 2;

}

.ammounttable table tr td.total-number .dollar-sign { 
    padding-top: 10px;
    margin-left: 10px;
}

 .close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

/* End Banner New */


/*Trigger Button*/
.login-trigger {
  /*font-weight: bold;
  color: #fff;
  background: linear-gradient(to bottom right, #B05574, #F87E7B);
  padding: 15px 30px;
  border-radius: 30px;
  position: relative; 
  top: 50%;*/
}

/*Modal*/

.close {
  color: #fff;
  transform: scale(1.2)
}
.modal-content {

 /* font-weight: bold;
  background: linear-gradient(to bottom right,#F87E7B,#B05574);*/

}
.form-control {
  margin: 1em 0;
}
.form-control:hover, .form-control:focus {
  box-shadow: none;  
  border-color: #fff;
}
.username, .password {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 2px solid #eee;
  padding-left: 0;
  font-weight: normal;
  background: transparent;  
}
.form-control::-webkit-input-placeholder {
  color: #eee;  
}
.form-control:focus::-webkit-input-placeholder {
  font-weight: bold;
  color: #fff;
}
.login {
  padding: 6px 20px;
  border-radius: 20px;
  background: none;
  border: 2px solid #FAB87F;
  color: #FAB87F;
  font-weight: bold;
  transition: all .5s;
  margin-top: 1em;
}
.login:hover {
  background: #FAB87F;
  color: #fff;
}

.productoffer{
    border-radius: 100px;
    width: 1220px;
    margin-top: 50px;
    opacity: 0.9;
    margin-bottom: 50px;
    cursor: pointer;
}



#slider {
    
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
  
}

#slider ul {
    
  position: relative;
  margin: 0px 0px;
  padding: 0;
  height: 200px;
  list-style: none;
  
}

#slider ul li {
    
  position: relative;
  display: block;
  float: left;
  margin: -10px 0px 0px 0px;
  padding: 0;
  /*width: 500px;*/
  height: 350px;
  text-align: center;

}

.control_prev, .control_next {
  position: absolute;
  top: 29%;
  z-index: 999;
  display: block;
  padding: 15px 10px;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

.control_prev:hover, .control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

.control_prev {
  border-radius: 0 2px 2px 0;
}

.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}



@media (min-width: 321px) and (max-width: 375px){
    

#slider ul img {
    
  margin-left: 20px;

}


#popupformwidth {
    width: 330px;
}
.ammounttable table tr td {
    padding: 0px 5px;
    width: 85px;
}
#popupformwidth h5 {
    font-size: 19px;
    margin-bottom: 0px;
}
.banner_taital_Headone {
    width: 100%;
    font-size: 25px;
    color: #fdfdfe;
    text-transform: uppercase;
    padding-top: 25px;
    line-height: 50px;
}
.new_banner_taital {

    font-size: 25px;
    padding-top: 20px;
    line-height: 40px;
}
#my_slider {
    padding: 10px;
}
.banner_section {
    width: auto;
    background: linear-gradient(to right, #074C00, #42A341);
    height: 334px;
}
.product_img {
    width: 100%;
    float: left;
    margin-top: -20px;
    margin-left: 107px;
    padding-top: 0px;
}
.about_section {
    padding: 0px 10px;
}
.taital_right ul li {
    font-size: 15px;
}




.center {
    position: fixed;
    margin-left: 45px;
}
.subscribe-form .right h5 {
       font-size: 16px;
    }

.gpayoption {
    width: 140px;
}

.subscribe-form .left h5 {
    font-size: 15px;
}
.subscribe-form .right {
    padding: 0px 0px 0px 0px;
}
.subscribe-form .left ul li {
    font-weight: 600;
    margin-bottom: 0px;
    }
    .subscribe-form .right .form label {
    margin-bottom: 0px;
}
.subscribe-form .right .form input, select, textarea {
    margin-bottom: 10px;
}

.subscribe-form .right textarea {
    height: 44px;
}

.subscribe-form.active {
    overflow: scroll;
    height: 600px;
}


.logoimage {
   width: 150px;
    height: 35px;
}
.banner_taital {
   width: 80%;
    float: left;
    font-size: 20px;
    font-weight: bold;
    padding-top: 150px;
    line-height: 34px;
}
.read_bt a {
    
    width: 60%;
    margin-top: -16px;
    float: left;
    font-size: 15px;
}
.product_img img{
    margin-top: -90px;
    width: 200px;
    margin-bottom: 20px;
    margin-left: 145px;
}
.nav-item {
    margin-left: -10px;
}

.about_img {
    width: 267px;
    margin-left: 20px;
    /* float: left; */
    margin-top: 15px;
}

.card_section h2 {
    font-size: 30px;
    font-weight: bold;
    padding-top: 0px;
    margin-bottom: 10px;
}

.card_section {
    padding: 20px 10px;
}

.product-tumb img {
    width: 384px;
    margin-left: 6px;
    height: 171px;
}
.product-tumb {
    height: 260px;
    padding: 40px;
}
.product-details {
    padding: 5px;
}

.product-details h4 {
    padding: 0px 14px;
    margin-bottom: 25px;
    margin-top: 30px;
    font-size: 23px;
    font-weight: 600;
}

.product-details h5 {
    padding: 9px 9px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.product-details ul i {
    font-size: 17px;
    margin-left: -10px;
}

.product-details ul li {
    line-height: 28px;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: -30px;
    margin-left: 10px;
}
.product-card {
    margin-bottom: 40px;
    }

.contact_section {
    padding: 30px 10px;
}

.contact_taital {
    width: auto;
    margin-left: 73px;
    font-size: 28px;
}
.gmap_canvas iframe{

    width: 300px;
    height: 300px;
}
.cardform h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: justify;
    margin-bottom: 0px;
    margin-top: 30px;
}
.cardform input, .cardform textarea, .cardform select {
    margin: 0px 0px 10px 0px;
}

.counter .counter-value {
    font-size: 20px;
}

.footer_section {
    
    position: relative;
    z-index: -1;
    padding: 30px 10px;
}

.footer-distributed .footer-center p {
    text-align: justify;
}

.footer-distributed .footer-center .mb-algin-add p {
    margin-left: 49px;
    margin-top: -50px;
}
.footer-distributed .footer-company-about {
    text-align: justify;
    }

.footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: justify;
}

.footer-distributed .footer-center .mb-algin-email p {
    font-size: 13px;
    margin-left: 47px;
    margin-top: -77px;
}

.copyright_text {
    width: 100%;
}

.card_bt_1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 600;
    }


}


@media (min-width: 376px) and (max-width: 425px){

#slider ul img {
    
  margin-left: 30px;

}

#popupformwidth {
    width: 330px;
}
.ammounttable table tr td {
    padding: 0px 5px;
    width: 85px;
}
#popupformwidth h5 {
    font-size: 19px;
    margin-bottom: 0px;
}
.banner_taital_Headone {
    width: 100%;
    font-size: 25px;
    color: #fdfdfe;
    text-transform: uppercase;
    padding-top: 25px;
    line-height: 50px;
}
.new_banner_taital {

    font-size: 25px;
    padding-top: 20px;
    line-height: 40px;
}
#my_slider {
    padding: 10px;
}
.banner_section {
    width: auto;
    background: linear-gradient(to right, #074C00, #42A341);
    height: 334px;
}
.product_img {
    width: 100%;
    float: left;
    margin-top: -20px;
    margin-left: 107px;
    padding-top: 0px;
}
.about_section {
    padding: 0px 10px;
}
.taital_right ul li {
    font-size: 15px;
}


.center {
    position: fixed;
    margin-left: 45px;
}
.subscribe-form .right h5 {
       font-size: 16px;
    }

.gpayoption {
    width: 140px;
}

.subscribe-form .left h5 {
    font-size: 15px;
}
.subscribe-form .right {
    padding: 0px 0px 0px 0px;
}
.subscribe-form .left ul li {
    font-weight: 600;
    margin-bottom: 0px;
    }
    .subscribe-form .right .form label {
    margin-bottom: 0px;
}
.subscribe-form .right .form input, select, textarea {
    margin-bottom: 10px;
}

.subscribe-form .right textarea {
    height: 44px;
}

.subscribe-form.active {
    overflow: scroll;
    height: 600px;
}

.logoimage {
    width: 170px;
    height: 42px;
}
.banner_taital {
    width: 80%;
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding-top: 150px;
    line-height: 34px;
}
.read_bt a {   
    width: 60%;
    margin-top: -16px;
    float: left;
    font-size: 15px;
}
.product_img img {
    margin-top: -90px;
    width: 250px;
    margin-bottom: 20px;
    margin-left: 145px;
}
.nav-item {
    margin-left: -10px;
}

.about_img {
    
   width: 315px;
    margin-left: 34px;
    /* float: left; */
    margin-top: 15px;
    
}

.card_section h2 {
    font-size: 30px;
    font-weight: bold;
    padding-top: 0px;
    margin-bottom: 10px;
}

.card_section {
    padding: 20px 10px;
}

.product-tumb img {
    width: 384px;
    margin-left: 6px;
    height: 171px;
}
.product-tumb {
    height: 260px;
    padding: 40px;
}
.product-details {
    padding: 5px;
}

.product-details h4 {
    padding: 0px 14px;
    margin-bottom: 25px;
    margin-top: 30px;
    font-size: 23px;
    font-weight: 600;
}

.product-details h5 {
    padding: 9px 9px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.product-details ul i {
    font-size: 17px;
    margin-left: -10px;
}

.product-details ul li {
    line-height: 28px;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: -30px;
    margin-left: 10px;
}
.product-card {
    margin-bottom: 40px;
    }

.contact_section {
    padding: 30px 10px;
}

.contact_taital {
       width: auto;
    margin-left: 98px;
    font-size: 28px;
}
.gmap_canvas iframe {
    width: 340px;
    height: 300px;
}
.cardform h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: justify;
    margin-bottom: 0px;
    margin-top: 30px;
}
.cardform input, .cardform textarea, .cardform select {
    margin: 0px 0px 10px 0px;
}

.counter .counter-value {
    font-size: 20px;
}

.footer_section {
    
     position: relative;
    z-index: -1;
    padding: 30px 10px;
}

.footer-distributed .footer-center p {
    text-align: justify;
}

.footer-distributed .footer-center .mb-algin-add p {
    margin-left: 49px;
    margin-top: -50px;
}
.footer-distributed .footer-company-about {
    text-align: justify;
    }

.footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: justify;
}

.footer-distributed .footer-center .mb-algin-email p {
    font-size: 13px;
    margin-left: 47px;
    margin-top: -77px;
}

.copyright_text {
    width: 100%;
}

.card_bt_1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 600;
    }

#slider ul li {
    float:right;
    margin: 0px -25px 0px 0px;
}


}



@media (min-width: 426px) and (max-width: 576px){


#popupformwidth {
    width: 330px;
}
.ammounttable table tr td {
    padding: 0px 5px;
    width: 85px;
}
#popupformwidth h5 {
    font-size: 19px;
    margin-bottom: 0px;
}
.banner_taital_Headone {

    font-size: 25px;
    color: #fdfdfe;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
    padding-top: 40px;
}

.new_banner_taital {

    font-size: 25px;
    padding-top: 20px;
    line-height: 40px;
}
#my_slider {
    padding: 10px;
}
.banner_section {
    width: auto;
    background: linear-gradient(to right, #074C00, #42A341);
    height: 334px;
}
.product_img {
    width: 100%;
    float: left;
    margin-top: -20px;
    margin-left: 107px;
    padding-top: 0px;
}
.about_section {
    padding: 0px 10px;
}
.taital_right ul li {
    font-size: 15px;
}




.center {
    position: fixed;
    margin-left: 45px;
}
.subscribe-form .right h5 {
       font-size: 16px;
    }

.gpayoption {
    width: 140px;
}

.subscribe-form .left h5 {
    font-size: 15px;
}
.subscribe-form .right {
    padding: 0px 0px 0px 0px;
}
.subscribe-form .left ul li {
    font-weight: 600;
    margin-bottom: 0px;
    }
    .subscribe-form .right .form label {
    margin-bottom: 0px;
}
.subscribe-form .right .form input, select, textarea {
    margin-bottom: 10px;
}

.subscribe-form .right textarea {
    height: 44px;
}

.subscribe-form.active {
    overflow: scroll;
    height: 600px;
}


.logoimage {

    width: 170px;
    height: 42px;

}



.read_bt a {
    
    width: 60%;
    margin-top: -16px;
    margin-bottom: 25px;
    float: left;
    font-size: 15px;
}

.about_taital {
    width: 100%;
    font-size: 35px;
    color: #495057;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 25px;
}

.product_img img{

    margin-top: -16px;
    width: 215px;
    margin-bottom: 20px;
    margin-left: 130px;

}

.nav-item {
    margin-left: -10px;
}

.about_img {

    width: 386px;
    margin-left: 20px;
    /* float: left; */
    margin-top: -63px;

}

.card_section h2 {

    font-size: 30px;
    font-weight: bold;
    padding-top: 0px;
    margin-bottom: 25px;
}

.card_section {
    padding: 20px 10px;
}

.product-tumb img {

    width: 433px;
    margin-left: 6px;
    height: 190px;

}
.product-tumb {
    height: 260px;
    padding: 40px;
}
.product-details {
    padding: 5px;
}

.product-details h4 {
    padding: 0px 14px;
    margin-bottom: 25px;
    margin-top: 30px;
    font-size: 23px;
    font-weight: 600;
}

.product-details h5 {
    padding: 9px 9px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.product-details ul i {
    font-size: 17px;
    margin-left: -10px;
}

.product-details ul li {
    line-height: 28px;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: -30px;
    margin-left: 10px;
}
.product-card {
    margin-bottom: 40px;
    }

.contact_section {
    padding: 30px 10px;
}

.contact_taital {
   
    width: auto;
    margin-left: 158px;
    font-size: 30px;
    margin-bottom: -27px;

}

.gmap_canvas iframe {
    width: 490px;
    height: 300px;
}


.cardform h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: justify;
    margin-bottom: 0px;
    margin-top: 30px;
}
.cardform input, .cardform textarea, .cardform select {
    margin: 0px 0px 10px 0px;
}

.counter .counter-value {
    font-size: 20px;
}

.footer_section {
    position: relative;
    z-index: -1;
    padding: 30px 10px;
}

.footer-distributed .footer-center p {
    text-align: justify;
}

.footer-distributed .footer-center .mb-algin-add p {
    margin-left: 49px;
    margin-top: -50px;
}
.footer-distributed .footer-company-about {
    text-align: justify;
    }

.footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: justify;
}

.footer-distributed .footer-center .mb-algin-email p {
    font-size: 15px;
    margin-left: 0px;
    margin-top: 5px;
}

.copyright_text {
    width: 100%;
}

.card_bt_1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 600;
    }

    .footer-distributed h3 {
    color: #ffffff;
    margin: 0;
    font-weight: 700;
    font-size: 27px;
    font-family: 'FontAwesome';
}



}


@media (min-width: 578px) and (max-width: 991px){
    

#popupformwidth {
    width: 330px;
}
.ammounttable table tr td {
    padding: 0px 5px;
    width: 85px;
}
#popupformwidth h5 {
    font-size: 19px;
    margin-bottom: 0px;
}
.banner_taital_Headone {
    width: 100%;
    font-size: 25px;
    color: #fdfdfe;
    text-transform: uppercase;
    padding-top: 25px;
    line-height: 50px;
}
.new_banner_taital {

    font-size: 25px;
    padding-top: 20px;
    line-height: 40px;
}
#my_slider {
    padding: 10px;
}
.banner_section {
    width: auto;
    background: linear-gradient(to right, #074C00, #42A341);
    height: 334px;
}
.product_img {
    width: 100%;
    float: left;
    margin-top: -20px;
    margin-left: 107px;
    padding-top: 0px;
}
.about_section {
    padding: 0px 10px;
}
.taital_right ul li {
    font-size: 15px;
}



.center {
    position: fixed;
    margin-left: 45px;
}
.subscribe-form .right h5 {
       font-size: 16px;
    }

.gpayoption {
    width: 140px;
}

.subscribe-form .left h5 {
    font-size: 15px;
}
.subscribe-form .right {
    padding: 0px 0px 0px 0px;
}
.subscribe-form .left ul li {
    font-weight: 600;
    margin-bottom: 0px;
    }
    .subscribe-form .right .form label {
    margin-bottom: 0px;
}
.subscribe-form .right .form input, select, textarea {
    margin-bottom: 10px;
}

.subscribe-form .right textarea {
    height: 44px;
}

.subscribe-form.active {
    overflow: scroll;
    height: 600px;
}


.gmap_canvas iframe {
    width: 815px;
    height: 500px;
}

.footer-distributed .footer-center .mb-algin-add p {
    margin-left: 5px;
    margin-top: 5px;
}

#liquideimg{
       width: 380px;
    margin-left: 170px;
    margin-top: -33px;
    height: 300px;
}


#slider ul li {
    width:300px;
    
    margin: 10px 0px 0px 180px;
}

.product-card {
    margin-bottom: 55px;
}

.cardform h3 {
    font-family: sans-serif;
    font-size: 37px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 30px;
    color: #495057;
}

.product-tumb img {
    width: 553px;
    margin-left: 124px;
    margin-top: -17px;
    height: 265px;
}

.footer_section {
    margin-top: 50px;
    position: relative;
    z-index: -1;
}


}


@media (min-width: 1100px) and (max-width: 1366px){
    
    
.product-details h4 {
    padding: 0px 20px;
    margin-bottom: 25px;
    font-family: sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #000;
}


#slider ul li {

    float: right;
    margin:-10px -70px 25px 100px;
    
}


.about_img {
    
    width: 480px;
    margin-left: -30px;
    /* float: left; */
    margin-bottom: 90px;
    margin-top: 93px;
    
}


.product-tumb img {
    width: 454px;
    margin-left: 22px;
    height: 252px;
}


.about_text {
    
    font-family: sans-serif;
    text-align: justify;
    font-size: 15px;
    color: #000;
    line-height: 28px;
    margin: 0px;
    padding-top: 0px;
    
}



}





@media (min-width: 1920px){
    
    
#slider ul li {
    
  width:550px;
  position: relative;
  display: block;
  float: left;
  margin: 15px 0px 0px -25px;
  padding: 0;
  height: 350px;
  text-align: center;

}

.product-tumb {
    
    display: flex;
    height: 390px;
    padding: 46px;
    background: #f0f0f0;
    
}

.control_prev, .control_next {
  position: absolute;
  top: 29%;
  z-index: 999;
  display: block;
  padding: 10px 10px;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}


.about_text {
    font-family: sans-serif;
    text-align: justify;
    font-size: 15px;
    color: #000;
    line-height: 38px;
    margin: 0px;
    padding-top: 0px;
}

.footer_section{
    margin-top: 60px;
}

.gmap_canvas iframe {
    width: 850px;
    height: 500px;
}

.footer-distributed .footer-center .mb-algin-add p {
    margin-left: 5px;
    margin-top: 0px;
}

.card_section h2 {
    margin-top: -130px;
    font-size: 55px;
}


#liquideimg{
    
    width: 571px;
    margin-left: 70px;
    margin-top: 0px;
    height: 309px;
    margin-bottom: 20px;
    
}


.product-tumb img {
    
    width: 585px;
    margin-left: 40px;
    margin-top: -18px;
    height: 288px;
    margin-bottom:20px;
    
}



.product-details p {
    font-size: 15px;
    text-align: justify;
    font-family: sans-serif;
    line-height: 35px;
    margin-bottom: 18px;
    color: #212529;
}

.about_section {
    padding: 0px 150px;
}

.card_section {
    padding: 20px 150px;
    padding-bottom: 90px;
}

.contact_section {
    padding: 70px 150px;
    /* position: relative; */
    z-index: -1;
}

.productoffer {
    border-radius: 100px;
    width: 1520px;
    margin-top: 71px;
    margin-left: 80px;
    opacity: 0.9;
    margin-bottom: 163px;
    cursor: pointer;
}

.about_img {
    width: 511px;
    margin-left: 125px;
    /* float: left; */
    margin-bottom: 45px;
    margin-top: 80px;
}



}