body, html {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased ! important;
}
body {
  line-height: 1.82em;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6{font-family: 'Open Sans', sans-serif ! important;}
p,a,table{font-family: 'Open Sans', sans-serif;color:#2E4053}
th{font-family: 'Open Sans', sans-serif;}
a, button{outline:0 !important;text-decoration:none ! important;font-family: 'Open Sans', sans-serif;letter-spacing:0.5px;}
a:hover,a:focus{text-decoration:none !important;color:#212F3D}
form, input, select, textarea{font-family: 'Open Sans', sans-serif ! important;}

.dropdown-divider{border-color:#546E7A;}

.navbar{border:0 ! important;background:#000 ! important; margin:0; }
.navbar-brand img{width: 160px;}
.navbar-brand {font-family: 'Open Sans', sans-serif;margin-top:0;padding:5px;color:#fff;text-align:center ! important;font-size:30px;}
.navbar-brand:hover{color:#fff;}
.nav-link{outline: none; color:#fff ! important;margin:0 ! important;font-weight:600;font-size:14px;padding:10px;padding-right:8px ! important;}
.nav-item{margin:0 ! important;padding: 0 ! important;}
.navbar-toggler{padding:5px;margin:0;border:0;text-align:center;background-color:#e6e6e6; border-radius: 30px;font-size:14px;}

.nav-item .active{color:#fff ! important;}
.dropdown-menu{  border:0 ;border-radius:0 ;background-color:#EEEEEE;animation-name:fadeIn; padding:5px; animation-duration: 0.7s; }
.dropdown-item{color:#37474F !important;padding:5px;font-size:12.5px}
.dropdown-item:hover, .dropdown-item:focus{background-color:transparent}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}
.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}
.dropdown-submenu {
  position: relative; 
}
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right:8px;
  top: .9em;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
}
/*================================================*/
.btn{background-color: #7CB342;border-radius: 50px;color: #fff;border:1px solid #7CB342;padding-left: 20px;padding-right: 20px;padding-top: 10px;padding-bottom: 10px;}
 .btn:hover{background-color:#fff;border:1px solid #7CB342;
  color:#7CB342; }
/*=============================================*/
.mbhide{display: none ! important;}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto !important;
        touch-action: auto !important;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/*================================================*/
.sec2 {margin-top:-110px;background: url(../image/about-bg.jpg)  ;
 background-position: fixed;
    background-size: cover;
    background-repeat: no-repeat;}
.sec2-inner{padding-top: 150px;padding-bottom: 20px;}
.sec2 h1{text-align:center;font-family: 'Satisfy', cursive  ! important; margin-top:50px ! important;margin-bottom:30px ! important;color: #fff;}
.sec2 h6{color: #fff;font-weight: 700;}
.sec2 p{color: #fff;font-weight: 400;}
.sec2 img{width: 150px;margin-top: 0px;}
.sec2 .sec2-center-img{margin-top: 0px;margin-bottom: -10px;width: 100%;}
.sec2 .col-md-4{padding:5px;}
/*==========================================================================*/
/* Style the tab */
.tab {
  overflow: hidden;
 margin-top: 50px;
}

/* Style the buttons inside the tab */
.tab button {
  margin: 5px 10px 5px 5px;
 background-color: inherit;
  /*float: left;*/
  padding-right: 20px ! important;padding-left: 20px ! important;
  border-radius: 50px;
  border:1px solid #ddd;
  outline: none;
  cursor: pointer;
  padding: 10px ;
  transition: 0.3s;
  font-size: 17px;

}

/* Change background color of buttons on hover */
.tab button:hover {
 background-color:#fff;border:1px solid #7CB342;
  color:#7CB342;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #7CB342;border:1px solid #7CB342;color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
}
/*==========================================================================*/
.plants{padding:12px;height:300px;box-shadow: 0 0 20px rgba(52, 73, 94, 0.15);border-radius:15px;}
.sec3{padding-top: 150px;padding-bottom: 80px;}
.sec3 .img-text {font-weight:600;}
.tabcontent .col-md-3{padding:12px;}
.plants img{width:100%;}
.plants .plant-img{height:250px;}
.sec3 .tabcontent{margin-top:30px;}
.sec3 h1{text-align:center;font-family: 'Satisfy', cursive  ! important; 
color: #283747;}
.sec3 .heading {
    position: relative;
    font-size: 16px;
    z-index: 1;
    overflow: hidden;
    text-align: center;

}
.sec3 .heading:before, .sec3 .heading:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 5%;
    height: 1px;
    content: '\a0';
    background-color: #283747;
}
.sec3 .heading:before {
    margin-left: -5%;
    text-align: right;
}
/*==========================================================================*/
.sec4{padding-top: 50px;padding-bottom: 50px;}
.sec4-inside{margin-top:120px; }
.sec4-inside h1{font-family: 'Satisfy', cursive  ! important; }
/*==========================================================================*/
.sec5{padding-top: 50px;padding-bottom: 50px;}
.sec5-inside{}
.sec5-inside h1{font-family: 'Satisfy', cursive  ! important; }
#homeVideo button.btn.btn-default {
    background: black;
    border-radius: 50%;
    position: absolute;
    right: 0;
    z-index: 5;
    color: white;
}
/*==========================================================================*/
.sec6{background: url(../image/icon/testimonals-bg.jpg)  ;
 background-position: fixed;
    background-size: cover;
    background-repeat: no-repeat;}
.sec6-inner{padding-top: 50px;padding-bottom: 50px;}
.sec6 .item{}
.sec6 img{display:block;
    margin:auto;width: 15% ! important;}
.sec6 h4{font-weight: 700;color: #fff;text-align: center;}
.sec6 h6{color: #E0E0E0;text-align: center;} 
.sec6 p{color: #E0E0E0;text-align: center;}
.sec6 .vl {
  border-left: 2px solid #fff;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 65%;
}
/*===================================================================*/
.sec7{padding-top: 50px;padding-bottom: 50px;background-color: #ECEFF1}
.sec7-inner{background-color: #fff; padding: 10px;}

/*==========================================================================*/
.plant-owl-carousel{margin-top: -130px;}
.owl-carousel .owl-item {
  opacity: .4;
}
.owl-carousel .owl-item.active {
  opacity: 1;
}
.plant-owl-carousel #owl-works{}
.plant-owl-carousel .owl-carousel .item p{font-size: 15px;font-weight:500;line-height:10px ! important;text-align: center;}
.plant-owl-carousel .owl-carousel .item{}
.plant-owl-carousel .owl-carousel .item-inner{margin:15px;background-color: #fff;padding-top: 30px;padding-bottom: 30px;border-top-right-radius:80px ! important;border-top-left-radius:80px ! important;border-bottom-right-radius:80px ! important;border-bottom-right-radius:80px ! important;border-bottom-left-radius:80px ! important;}
.plant-owl-carousel .owl-carousel .item-inner img{display:block;
    margin:auto;width: 70% ! important;}
    .logos_com .item-inner img{display:block;
    margin:auto;width: 60% ! important;}
.owl-carousel .fa-long-arrow-left{
   background-color:#ddd;
   border-color:#fff;
    border-radius:0;
    display:block;
    color:#283747;
    width:35px;
    height:35px;
    line-height:35px;margin-left:-25px;border-top-left-radius:30px ! important;
    border-bottom-left-radius:30px ! important;
}
.owl-carousel .fa-long-arrow-right{
   background-color:#ddd;
    border-radius:0;
    border-color:#fff;
    display:block;
     color:#283747;
     width:35px;
    height:35px;
    line-height:35px;
    margin-right: -25px;border-top-right-radius:30px ! important;
    border-bottom-right-radius:30px ! important;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);

}
.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 40px;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0px !important;
}
.owl-carousel .owl-nav .owl-next {
  right: 0px !important;
}
.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #007bff;
}
.owl-carousel.home-slider {
  z-index: 1;
  position: relative;
}
.owl-carousel.home-slider .owl-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.owl-carousel.home-slider .owl-nav button {
  color: #fff;
}
.owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.owl-carousel.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh - 117px);
  min-height: 700px;
}
.owl-carousel.home-slider .slider-item .slider-text {
  color: #fff;
  height: calc(100vh - 117px);
  min-height: 700px;
}
.owl-carousel.home-slider .slider-item .slider-text h1 {
  font-size: 72px;
  color: #fff;
  line-height: 1.2;
  font-weight: 300;
}
@media (max-width: 991px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 40px;
  }
}
.owl-carousel.home-slider .slider-item .slider-text p {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}
.owl-carousel.home-slider.inner-page .slider-item {
  height: calc(50vh - 117px);
  min-height: 500px;
}
.owl-carousel.home-slider.inner-page .slider-item .slider-text {
  color: #fff;
  height: calc(50vh - 117px);
  min-height: 500px;
}
.owl-carousel.home-slider .owl-dots {
  position: absolute;
  top:20;
  bottom: 50px;
  width: 100%;
}
.owl-carousel.home-slider .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.5);
  outline: none !important;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.owl-carousel.home-slider .owl-dots .owl-dot span {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50% !important;
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.owl-carousel.home-slider .owl-dots .owl-dot.active {
  border: 2px solid white;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active span {
  background: white;
}
.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px;
}
.owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #495057;
}
.owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
  color: #868e96;
  outline: none;
}
.owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
  color: #dee2e6;
}
.owl-carousel.major-caousel .owl-nav .owl-prev {
  left: -60px !important;
}
.owl-carousel.major-caousel .owl-nav .owl-next {
  right: -60px !important;
}
.owl-carousel.major-caousel .owl-dots {
  bottom: -30px !important;
  position: relative;
}
.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
}
.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;

}
/*============================================*/

/*---------------------------------------------*/

.sec8 { background: url(../image/bg3.jpg)  ;
 background-position: 100%;
  background-attachment:  fixed;
    background-size: cover;
    background-repeat: no-repeat;}
.sec8-in{padding-top: 80px;padding-bottom: 80px;background-color: rgba(248, 249, 249, 0.7) ;}
.sec8 h1{font-family: 'Satisfy', cursive  ! important;text-align: center;}
.sec8 .col-md-4{padding: 10px;}
.sec8 .sec8-inner-div{height: 100%;}
.sec8 h6{text-align:center;font-weight: 700;color: #7CB342}
.sec8 .sec8-inner-div p{font-size: 12px ! important;line-height: 20px ! important;}
/*---------------------------------------------*/
.sec9 { background: url(../image/bg3.jpg)  ;
 background-position: 100%;
  background-attachment:  fixed;
    background-size: cover;
    background-repeat: no-repeat;}
.sec9-in{padding-top: 50px;padding-bottom: 50px;background-color: rgba(248, 249, 249, 0.7) ;}
.sec9 .sec9-inner{padding: 5px;background-color: #fff;height: 360px;margin-top: 10px;}
.sec9 img{width: 100%;}
.sec9 h6{color: #7CB342;font-weight: 700;margin-top: 10px;}
.sec9 p{font-size: 13px;line-height: 20px;padding-left:10px;padding-right:10px;}
.sec9 a{margin-bottom: 15px;font-weight: 600;position: absolute;
right:  30%;font-size:12px;color: #fff;text-transform: uppercase;padding-right: 15px;padding-left: 15px;
bottom: 10px;background-color: #7CB342; border-radius: 50px;border: 1px solid #7CB342;}
.sec9 a:hover{background-color: #F8F9F9;border: 1px solid #7CB342;color:#7CB342; }
.sec9 .item{margin:5px;}
/*---------------------------------------------*/
.about {padding-bottom:50px;padding-top:50px;}
.about p{font-size:15px;} 
.about h1{font-family: 'Satisfy', cursive  ! important; }
.about img{width: 100%;margin-top: 100px;}
.ab1{padding-bottom:50px;}
.ab1 .col-md-4{padding: 6px;}
.ab1 h6{font-weight: 600;margin-top:10px;text-align: center;}
.ab2 {background-color: #ECEFF1;}
.ab2 .phmi{padding-top: 50px;padding-bottom: 0px;}
.ab3 .col-md-7{padding-top: 50px;padding-bottom: 50px;}
.ab3 h1{font-family: 'Satisfy', cursive  ! important;}
/*------------------------------------------------------------------*/
.contact {padding-bottom:50px;padding-top:50px;}
.contact h1{font-weight: 700;}
.contact h3{font-weight: 600;color: #7CB342;}
.contact button{width: 100%;margin-top: 10px;}
.contact form{padding:20px;background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(234,249,249,0.67) 0.1%, rgba(239,249,251,0.63) 90.1% );}
.contact .form-group{padding:0px;margin:2px;}
.contact label{font-size: 13px;margin:5px;}
.contact input {border-radius: 0 ! important;height: 35px;}
.contact textarea{border-radius: 0 ! important;}
.note{font-size: 12px;line-height: 20px;margin-top: 5px;}
/*------------------------------------------------------------------------*/
.privacy{padding-bottom:50px;padding-top:50px;}
.privacy h1{font-family: 'Satisfy', cursive  ! important; }
.privacy h6{font-weight: 700;color: #7CB342;}
/*============================================================================*/
.termsofservice{padding-bottom:50px;padding-top:50px;}
.termsofservice h1{font-family: 'Satisfy', cursive  ! important; }
.termsofservice a{font-weight: 600;background-color:#7CB342;color:#fff; }
.termsofservice .card{margin-top: 10px;border-radius: 0;border:none ! important;}
.termsofservice .card-body{background: #F2F3F4}
/*-------------------------------------------------------------------------*/
.plant{}
.plant h1{font-family: 'Satisfy', cursive  ! important; }
.rose-inner{padding-top: 80px;padding-bottom: 30px;}
.hibiscus-inner{padding-top: 80px;padding-bottom: 50px;}
.poinsettias-inner{padding-top: 80px;padding-bottom: 50px;}
.seasonalplants-inner{padding-top: 80px;padding-bottom: 50px;}
.indoorplants-inner{padding-top: 80px;padding-bottom: 50px;}
.outdoorplants-inner{padding-top: 80px;padding-bottom: 50px;}
.seedling-inner{padding-top: 80px;padding-bottom: 50px;}
.indoorplants .col-md-3{padding:10px;}
.indoorplants .img-text{font-weight:600;}
.indoorplants{padding-top: 80px;padding-bottom: 80px;}
/*-------------------------------------------------------------------------*/
.technology{padding-top: 80px;padding-bottom: 50px;}
.technology h4{font-weight: 600;}
/*-------------------------------------------------------------------------*/
.career{padding-top: 50px;padding-bottom: 80px;}
.career h1{font-family: 'Satisfy', cursive  ! important;}
.career h5{font-weight: 600;}
/*==========================================================================*/

/*==========================================================================*/

/*==========================================================================*/
 .footer{background: url(../image/footerimg.jpg)  ;
   background-position: fixed;
    background-size: cover;
    background-repeat: no-repeat;
  }
.footer input{border-radius:0px;margin-top:8px;font-weight:500;padding:17px 20px 17px 20px;border:0;width: 100%}
.footer textarea{border-radius:0px;margin-top:8px;font-weight:500;padding:17px 20px 17px 20px;border:0;}
.footer .btn{width: 100% ! important;}

.footer button:hover  i{visibility:visible ! important;-webkit-transition: all .7s ease-in-out ! important;
      transition: all .7s ease-in-out ! important;}
  .footer-bg{box-shadow: 0 0 25px 1px rgba(52, 73, 94, 0.5);padding-top:80px;padding-bottom:80px ! important;}
.footer h3{color:#fff;font-weight:600;margin-top:20px;font-family: 'Satisfy', cursive  ! important;margin-bottom: 20px;}
 .footer h5{color:#fff;font-weight:600;margin-top:20px;margin-bottom: 20px;}
.footer p{color:#fff;}
 .footer .social-icon a .fa-facebook{font-weight:500;background-color:#3b5998;color:#fff;width:30px;height:30px;line-height:30px;text-align:center;margin:6px;}
 .footer .social-icon a .fa-instagram{font-weight:500;background-color:#e4405f;color:#fff;width:30px;height:30px;line-height:30px;text-align:center;margin:6px;}
 .footer .social-icon a .fa-google-plus{font-weight:500;background-color:#dc4e41;color:#fff;width:30px;height:30px;line-height:30px;text-align:center;margin:6px;}
.footer  a{line-height:25px;color:#fff;font-size:14px;}
.footer  a:hover{color:#fff;}
 /*============footer last============================================*/
 .footer-last{ background-color: #E5E8E8;padding-bottom:1px;font-size:13px;}
 .footer-last p{text-align:center;padding-top:15px;color: #37474F}
 .footer-last a{color:#7CB342;}
/*=====================================================================================*/ 

/***********************************************/
/* The container */
.container-radio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark-radio {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark-radio {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark-radio {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark-radio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark-radio:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
/*========================================================*/
/* The container */
.container_checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border:1px solid #ddd;
     background-color:#ddd;
}

/* On mouse-over, add a grey background color */
.container_checkbox:hover input ~ .checkmark {
  
}

/* When the checkbox is checked, add a blue background */
.container_checkbox input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container_checkbox .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*========================================================*/
.bottom-mobile-menus{
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
  background-image: radial-gradient( circle 900px at 10% 20%,  rgba(250,75,139,1) 0%, rgba(238,102,102,1) 100.2% );
  padding:8px 0 8px 0;;
}
.bottom-mobile-menus .fa{font-size:16px ! important;}
.bottom-mobile-menus ul{list-style-type: none;}
.bottom-mobile-menus li{float:left ! important;margin-left:5px;margin-right:30px;}
.bottom-mobile-menus a{font-size:13px;color:#fff ; }
#turn{
display:none;
}
/*------------------------------------------------------------------
 
 /*================responsive============================================*/
 @media screen and (max-width:1440px){
.tab {

}

.sec2 {margin-top:-170px;}
.sec2  .sec2-center-img{margin-top: 0px;margin-bottom: -90px;width: 90%;}
}

@media screen and (max-width:1280px){
.sec9 .sec9-inner{ height: 370px;}
.tab {

}

}
@media screen and (max-width:1024px){
.sec2  .sec2-center-img{margin-top: 30px;margin-bottom: -120px;width: 100%;}
.plants{height:260px;}.plants .plant-img{height:200px;}
 }

@media screen and (max-width:992px){
  .footer .col-md-4 {padding: 5px;}
  .footer h3{font-size: 20px;}
  .mbhide{display: block ! important;}
 .plant-owl-carousel .owl-carousel .item p{font-size: 14px;}
}
@media screen and (max-width:800px){
    .indoorplants{padding-top:40px;padding-bottom: 40px;}
    .plants{height:210px;}.plants .plant-img{height:150px;}
  .plant{padding-top: 50px;padding-bottom: 50px;}
  .rose-inner{padding-top: 0px;padding-bottom: 0px;}
  .sec8 .sec8-inner-div{height: 220px;}

  .sec6 .vl {
  top: 60%;
}
  .tab {
margin-left: 8% ! important;
}
  .sec4{padding-top: 30px;padding-bottom: 30px;}
.sec4-inside{margin-top:100px; }
.sec2 .sec2-center-img{margin-top: 160px;margin-bottom: -150px;width: 100%;}
}
@media screen and (max-width:768px){
  
}
@media screen and (max-width:640px){.indoorplants .col-md-3{width:50%;}
    .tabcontent .col-md-3{width:50%;}
     .plants{height:300px;}.plants .plant-img{height:230px;}
  .contact form{margin:0;padding:10px;background-color: #ECEFF1;box-shadow: none;}
 
  .about img{margin-top: 20px;}

 .sec2 .sec2-center-img{display: none;}
 .sec4-inside{margin-top:20px; }
}

@media screen and (max-width:479px){
    
    .logos_com .item-inner img{
    margin:auto;width: 40% ! important;}
    .logos_com .items{width:50% ! important;}
.sec8 .col-md-4{width:50%;}
     .plants{height:210px;}.plants .plant-img{height:150px;}
    .tab button {
        width:40%;
  margin: 5px 5px 5px 5px;
  padding-right: 0px ! important;padding-left: 0px ! important;
  font-size: 14px;

}
  .owl-carousel .fa-long-arrow-left{
  margin-left:0px;
}
.owl-carousel .fa-long-arrow-right{
   
    margin-right: 0px;
}
  .footer-bg{padding-top:40px;padding-bottom:40px ! important;}
 
  .footer .col-md-4 {padding: 10px;}
  .footer .col-md-3 {width:50%;}
  .sec6 img{display:block;
    margin:auto;width: 50% ! important;}
.sec6 h4{font-size:14px;font-weight: 700;color: #fff;text-align: center;}
.sec6 p{color: #E0E0E0;text-align: center;} 
.sec6 span{color: #E0E0E0;text-align: center;}
.sec6 .vl {
  top: 52%;
}
/****************************************/
  .tab {
margin-left: 0% ! important;
}


/*=========================================*/
.sec4{padding-top: 10px;padding-bottom: 20px;}
.sec4 h1{font-size: 37px;text-align: center;}
.sec4 p{text-align: center;}
.sec4 .btn{ margin:auto;
  display:block;}
.sec4-inside{margin-top:30px; }
/*=========================================*/
.sec3{padding-top: 40px;padding-bottom: 40px;}
.sec3 h1{ font-size: 35px;} .sec3 p{ font-size: 14px;}
/*=========================================*/
  .sec2 .sec2-center-img{display: none;}
  .sec2-inner{padding-top: 30px;padding-bottom: 80px;}
   .sec2-inner h1{font-size: 25px;}
   /*=========================================*/
 .plant-owl-carousel{margin-top: 0px;}
.sec2{margin-top:0px;}
.plant-owl-carousel .owl-carousel .item p{font-size: 15px;}
/*=========================================*/
}
@media screen and (max-width:384px){
  .plants{height:210px;}.plants .plant-img{height:150px;}
}
@media screen and (max-width:375px){
 
    .tab button {
        width:40%;
  font-size: 13px;

}
}
@media screen and (max-width:360px){


}

@media screen and (max-width:320px){
 
  }