/* font-family: 'Lato', sans-serif; */
/* color: #49b848 */ /*green*/
/* color: #acacac */ /*grey*/
/* color: #114172 */ /*blue*/

body {
  font-size: 15px; /*normal text*/
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

small {
  font-size: 16px;
  color: #fff;
}

a {
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
}

h3 {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}

h3 span:after {
  content: "";
  /* position: absolute; */
  display: block;
  left: 0;
  top: 0px;
  height: 1px;
  /* width: 70%; */
  width: 110px;
  border-bottom: 4px solid #49b848;
  /* margin-top: 1.5em; */
  margin-top: 10px;
  /* margin-top: 15px;
  margin-bottom: 70px; */
}

h4{
  font-size: 24px;
  font-weight: bold;
}

h5 {
  font-size: 20px;
  font-weight: bold;
}

h6 {
  font-size: 18px;
  font-weight: bold;
  /* padding-left: 35px; */
}


.header-wrapper {
  position: fixed !important;
  /* position: absolute; */
  top: 0;
  color: #fff;
  z-index: 20;
  left: 0;
  right: 0;
}

.header-top {
  display: flex;
  justify-content: space-between;
  padding: 5px 30px;
}

.header-top-right {
  display: flex;
}

.header-phone {
  padding-right: 25px;
}

.header-phone > div:first-child,
.header-mail > div:first-child{
  padding-right:8px;
}

a.navbar-brand > img {
  /* max-width: 136px; */
  max-width: 226px;
}

.nav-cont{
  display: flex;
  align-items: center;
}

.header-wrapper .navbar > .container{
  /* background-color: #49b848 !important; */
  background-color: #114172 !important;
  padding: 0 !important;
}

.nav-left {
  max-width: 100%;
  /* width: 270px; */
  width: 320px;
  background-color: #e1e1e1;
  /* clip-path: polygon(0 0, 100% 0%, 58% 100%, 0% 100%); */
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
  display: flex;
  justify-content: center;
  padding: 8px 0;
}

.nav-link {
  font-weight: bold !important;
  font-size: 16px;
  color: #fff !important;
}

.nav-link:hover{
  /* color: #014701 !important; */
  color: #49b848 !important;
}

.navbar-nav li {
  padding: 0 25px;
}

.carousel-item {
  position: relative;
}

.carousel-item img {
  /* height: 100vh; */
}

.banner-text {
  position: absolute;
  z-index: 10;
  top: 44%;
  color: #fff;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 590px;
  width: 100%;
  margin: auto;
}

.banner-text h1 ,
.banner-text h4 {
  margin-bottom: 0;
}

.banner-text h1 span {
  color:#49b848;
  font-weight: 900;
}

.banner-text h4 {
  font-weight: 500;
  font-style: italic;
}

.banner-text small{
  font-size: 16px;
  text-align: center;
  /* font-weight: 300; */
  padding: 0 45px;
  line-height: 1;
}

.coco-gallery {
  padding-bottom: 125px;
  padding-top: 110px;
}

.coco-gallery img {
  max-width: 100%;
  /* height: 100%; */
}

.gallery-middle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.viewall {
  display: flex;
  align-items: center;
}

.viewall a {
  color: #49b848;
  font-weight: bold;
  /* padding-bottom: 1px; */
  border-bottom: 2px solid #49b848;
}

.viewall a:hover {
  text-decoration: none;
}

.helpline{
  background-color: #49b848;
  /* background-image: url('../image/coconutgreen.png');
  background-repeat: no-repeat; */
  /* display: flex;
  justify-content: flex-end; */
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  max-height: 169px;
  height: 100%;
}

.pick-coconut img{
    width: 100%;
    height: 100%;
    object-fit: cover;
        max-height: 169px;
}

.needhelp {
  /* padding: 40px 60px 0px 0px; */
  /* padding: 70px 60px 60px 60px; */
}

/*All about footer*/

.footer-coco {
  background-color: #363636;
  color: #fff;
}

.footer-col {
  padding-top: 80px;
  padding-bottom: 30px;
}

.footer-col > div {
  margin-top: 35px;
}

.footer-contact > div:nth-child(2),
.footer-contact > div:nth-child(3){
  padding-top: 20px;
}

.footer-contact > div > div:nth-child(2) {
  padding-left: 20px;
}

.social-icon img{
  max-width: 42px;
  width: 100%;
}

.social-icon > div:nth-child(2),
.social-icon > div:first-child{
  padding-right: 10px;
}

.subscribe input {
  width: 290px;
  height: 50px;
  background-color: #464646;
  color: rgba(255, 255, 255, 0.4);
  border: none;
}

.footer-copy {
  background-color: #464646;
  color: #fff;
  padding: 35px 0 20px;
  /* min-height: 70px; */
}

.footer-copy a {
  color: #fff;
}

/*All about footer*/

.carousel-control-next, .carousel-control-prev {
  /* width: 50% !important; */
}

.carousel-control-next-icon {
  background-image: url('../image/banner-right.png') !important;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
}

.carousel-control-prev-icon {
  background-image: url('../image/banner-left.png') !important;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
}

.accordion {
  margin-top: 40px;
}

.card-header h2 {
  position: relative;
}

.btn.btn-link:after{
  font-family: 'FontAwesome';
  content: "-";
  float: right;
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 25px;
}

/* .btn.btn-link{
  background-color: #49b848;
  color: #fff
}

.card{
  background-color: #acacac;
} */

.active-acc {
  background-color:blue;
}

.card-header{
  background-color: #49b848;

}

.card-header h2 button {
  color: #fff;
  padding: 0;
  display: flex;
  width: 100%;
}

.btn.btn-link.collapsed:after{
  content: "+";
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 25px;
}

.card-header button {
  font-size: 20px;
  font-weight: bold;
  font-size: 20px;
}

.card-header button:hover{
  text-decoration: none;
  color:#fff;
}

.coco-about {
  padding-top: 80px;
}

.rice img {
  max-width: 100%;
}

section {
  padding: 80px 0;
}

.coco-banner, .coco-help {
  padding: 0;
}

.coco-banner .carousel-item {
  background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;
}

.coco-banner .carousel-control-next ,
.coco-banner .carousel-control-prev {
  /* position: relative !important; */
  width:auto !important;
}

.container-control {
  position: relative;
  top: 50%;
  height: 100vh;
  margin-top: 30px;
}

.coco-products{
  background-color: #114172;
  color: #fff;
}

.desi-coco {
  /* max-width: 350px;
  width: 100%; */
  padding-left: 90px;
  padding-top: 70px;
}

.desi-coco a {
  padding: 15px 35px;
  background-color: #49b848;
  color: #fff;
  border-radius: 5px;
  /* margin-top: 70px; */
}

.desi-coco .find-btn {
  margin-top: 70px;
}

/* .card-header h2:after .btn.btn-link{
  font-family: 'FontAwesome';
  content: "-";
  float: right;
}
.card-header h2:after .btn.btn-link.collapsed{
  content: "+";
} */

.card {
  /* margin-top: 40px; */
}

.about .header-top ,
.gallery .header-top,
.contact .header-top,
.products .header-top {
  background-color: #114172 !important;
}

.about .navbar ,
.gallery .navbar ,
.contact .navbar ,
.products .navbar {
  background-color: #e1e1e1;
}

.about .header-wrapper .navbar > .container ,
.gallery .header-wrapper .navbar > .container ,
.contact .header-wrapper .navbar > .container ,
.products .header-wrapper .navbar > .container {
  background-color: #e1e1e1 !important;
}

.about .nav-item > a,
.gallery .nav-item > a{
  color:#000 !important;
}

.about li.active > a,
.gallery li.active > a{
  color:#49b848 !important;
}

.navbar {
  padding: 0;
}

.about-title > img{
  width: 100%;
}

.about-title {
  position: relative;
}

.heading {
  position: absolute;
  z-index: 20;
  top: 240px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* background-color: rgba(34,20,19,.5); */
}

.heading h1 {
  font-weight: bold;
}

.about-text {
  max-width: 560px;
  width: 100%;
}

.about-timeline {
  background-repeat: no-repeat;
  background-size: cover;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 40px;
  /* bottom: 110px; */
  bottom: 90px;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #49b848;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 40%;
  float: right;
  /* border: 1px solid #d4d4d4; */
  border-radius: 2px;
  padding: 20px;
  position: relative;
  /* -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); */
  /* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); */
}

/* .timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
} */

/* .timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
} */

.timeline > li > .timeline-badge {
  color: #49b848;
  font-weight: bold;
  line-height: 50px;
  font-size: 36px;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 44%;
  /* margin-left: -25px; */
  background-color: #ecebec;
  z-index: 100;
  padding: 5px 25px;
  border: 1.5px solid #49b848;
  border-radius: 10px;
}

.timeline > li:nth-child(even) > .timeline-badge {
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  font-size: 36px;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 44%;
  /* margin-left: -25px; */
  background-color: #49b848;
  z-index: 100;
  padding: 5px 25px;
  border: 1.5px solid #49b848;
  border-radius: 10px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  /* background-color: #2e6da4 !important; */
}

.timeline-badge.success {
  /* background-color: #3f903f !important; */
}

.timeline-badge.warning {
  /* background-color: #f0ad4e !important; */
}

.timeline-badge.danger {
  /* background-color: #d9534f !important; */
}

.timeline-badge.info {
  /* background-color: #5bc0de !important; */
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
  line-height: 1.8;
}

.timeline-body > p + p {
  margin-top: 5px;
}

.carousel-indicators li {
  border:2px solid #49b848 !important;
  background-color: #49b848 !important;
  border-radius: 5px;
  text-indent: 0;
}

.carousel-indicators {
  /* bottom: -90px !important; */
  margin-top: 55px;
}

.gallery-row > .row:nth-child(2) ,
.gallery-row > .row:last-child {
  margin-top: 30px;
}

.gallery .carousel-indicators li {
    border: 2px solid #49b848 !important;
    background-color: #49b848 !important;
    color: #fff;
    border-radius: 0;
    text-indent: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
}

.gallery .carousel-indicators {
  position: relative;
}

input {
  width: 360px !important;
  height: 45px !important;
  border-radius: 0 !important;
}

textarea{
  border-radius: 0 !important;
  height: 175px !important;
}

form button {
  background-color: #49b848 !important;
  border: none !important;
  padding: 10px 35px !important;
  font-weight: bold !important;
}

.form-group {
  margin-bottom: 25px !important;
}

.contact-mail {
  display: flex;
  place-content: space-between;
  /* justify-content: space-evenly; */
}

.contactrow {
  padding: 20px 25px;
  border: 1px solid #b7b7b7;
}

.contact-mail > div:nth-child(2) > .svg-inline--fa {
  color: #49b848;
  margin-left: 30px;
}

.svg-inline--fa {
  padding: 5px;
  width: 30px !important;
  height: 30px;
  color: #49b848;
}

.contact-social {
  /* margin-top: 10px; */
}

.contact-social .svg-inline--fa{
  padding: 5px;
  border: 1px solid #49b848;
  margin-right: 10px;
}

table{
  margin: 25px 0 15px;
}

td{
  vertical-align: top;

}

tr > td:first-child {
  min-width: 150px;
}

tr > td:last-child {
  padding: 0 0 10px 10px;
}


.product-text {
  max-width: 600px;
  width: 100%;
}

.tick {
  display: flex;
  margin-bottom: 10px;
}

.tick img{
  margin-right: 15px;
  max-width: 15px;
  width: 100%;
  max-height: 15px;
  height: 100%;
}

.product-interesting {
  font-size: 20px;
  color: #fff;
}

.product-cod{
  padding:80px 0 110px;
  max-width: 940px;
  width: 100%;
  margin: auto;
}

.product-cod h3 {
  margin-bottom: 0px;
  text-align: center;
}

.product-cod img {
  max-width: 48px;
}

.quote-text {
  max-width: 790px;
  width: 100%;
  margin: auto;
}

.downnine {
  float: right;
}

.bg-brown{
  width: 100%;
  height: 100%;
  z-index: 30;
  background-color: rgba(0,0,0,.5);
}

.nav-right {
  margin-right: 50px;
}

.home-about-text .card-header{
  padding: 5px 15px;
}

.cert-slider .slick-dots{
  bottom: -50px !important;
}

.cert-slider .slick-dots li.slick-active button:before {
  width: 30px !important;
  height: 8px !important;
  content: '' !important;
  background-color: #49b848 ;
  border-radius: 10px;
}

.cert-slider .slick-dots li button:before {
  border: 2px solid #49b848;
  opacity: 1 !important;
  width: 30px !important;
  height: 8px !important;
  content: '' !important;
  border-radius: 10px;
}

.cert-slider .slick-dots li {
  width:auto !important;
  margin: 0 10px !important;
}

.ship_img {
  margin-top: 40px;
}

.exported_decription{
  max-width: 800px;
  width: 100%;
}

.show-hide {
  transition:         all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition:    all .25s ease-in-out;
  -o-transition:      all .25s ease-in-out;
}

.show-hide::before {
  /* content: ''; */
  background-color: #e1e1e1;
}

/* .show-hide .navbar-brand > img {
  max-width:80px;
} */

.contact-text h3 , .coco-about h3 , .product-text h3, .exported h3, .about-background h3{
  margin-bottom: 30px;
}

.map-section {
  padding-top: 0;
}

.show-hide .nav-cont{
  display: flex;
  justify-content: center;
}

.show-hide > .nav-cont::before {
  background-color: #e1e1e1;
}

.show-hide:after {
  background-color: green;
}

.shreddedrow {
  margin-bottom: 60px;
}

@media (max-width:1366px) {

  .needhelp{
    font-size: 28px;
  }
}

@media (max-width:1199px) {
  .home-mission-img img{
    max-width: 100%;
    padding-top: 30px;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
  }

  .needhelp{
    font-size: 24px;

  }
}

@media (max-width:991px) {
  .header-wrapper{
    position: relative;
  }

  .header-top > .container > div{
    display: block !important;
  }

  .header-top {
    display: none !important;
  }

  .header-top-right{
    display: block !important;
  }

  .nav-left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    clip-path:none;
  }

  a.navbar-brand > img {
    /* max-width: 70px; */
    max-width: 140px;
  }

  .navbar {
    background-color: #e1e1e1;
  }

  .container-control > a{
    padding: 0 15px;
  }

  .header-wrapper .navbar > .container {
    width: 100%;
    max-width: 100%;
  }

  .container-control{
    width: 100%;
    max-width: 100%;
  }

  .needhelp{
    /* padding-top: 25px; */
    font-size: 18px;
  }

  .desi-coco{
    padding-left: 0;
  }

  .contact-text{
    margin-top: 30px;
  }

  .contact-mail {
    justify-content: space-between;
  }
}

@media (max-width:767px) {
  .coco-gallery img{
    padding-top: 15px;
  }

  .ship_img img {
    width: auto;
  }

  .needhelp{
    font-size: 18px !important;
    text-align: center;
    padding: 30px 0;
  }

  .pick-coconut img {
    display: none;
  }

  .desi-coco {
    padding-left: 0;
  }
  .shreddedrow {
    margin-bottom: 80px;
  }

}

@media (max-width:575px) {

  img{
    width: 100%;
  }

  input {
    width: 100% !important;
  }

  iframe{
    height: 350px;
  }

  .about-title > img {
    object-fit: cover;
    height: 200px;
  }

  .heading {
    top: 60px;
  }

  .footer-col {
    padding-top: 40px;
  }

  .subscribe input {
    max-width: 100%;
  }

  .helpline {
    font-size: 25px;
  }

  .pick-coconut{
    display: none;
  }

  .needhelp {
    padding: 30px 15px 30px 15px;
    text-align: center;
  }

  .helpline img {
    object-fit: cover;
  }

  .carousel-item > img {
    object-fit: cover;
    height: 450px;
  }

  .header-wrapper{
    position: relative;
  }

  .header-top > .container > div{
    display: block !important;
  }

  .header-top {
    display: none;
  }

  .header-top-right{
    display: block !important;
  }

  .nav-left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    clip-path:none;
  }

  a.navbar-brand > img {
    /* max-width: 70px; */
    max-width: 140px;
  }

  .carousel-control-next, .carousel-control-prev {
    width: 11% !important;
    z-index: 99;
  }

  .carousel-control-prev-icon ,
  .carousel-control-next-icon {
    width: 30px;
    height: 30px;
  }

  .banner-text{
    top: 22%;
  }

  h1 {
    font-size: 35px;
    text-align: center;
  }

  .container-control , .index-carousel , .coco-banner .carousel-item {
    /* height: 400px; */
    height: 337px;
  }

  .container-control {
    margin-top: 0;
  }

  .container-control > a {
    padding: 0 8px;
  }

  .quote-text {
    max-width: 360px;
  }
  .upsix img, .downnine img {
    max-width: 32px;
  }
  .coco-banner {
    padding-top: 63px;
  }
  .container-control .carousel-control-next {
    padding-right: 16px;
  }


}
