@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');


body
{

  font-family: 'Plus Jakarta Sans', sans-serif;
}

.top-bar {
  background: #328321;
  padding: 10px 0px;
}

h3.welcm-txt {
  margin-bottom: 0px;
  color: #727272;
  font-size: 0.9rem;
  font-weight: 400;
}

.top-bar p{
    margin-bottom: 0px;
}

ul.top-act {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: end;
    list-style:none;
}


ul.top-act li a {
    /* background: #000; */
    padding: 0px 5px;
    /* margin: 0px 4px; */
    display: block;
    color: #fff;
    font-size: 13px;

    font-weight: 500;
    border-radius: 0px;

    line-height: 0px;
}

ul.top-act li a i
{
  font-size: 18px;
  color: #e2f2e2;
}

ul.top-act li{border-right:0px solid #565656;}

ul.top-act li:last-child{border-right:0px solid #565656;}

.top-info
{
  display: flex;
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
}

ul.top-info li a {
  font-size: 13px;
  font-weight: 500;
  color: #e2f2e2;
}

ul.top-info li a:hover
{
  color: #fff;
  text-decoration: none;
}

ul.top-info li a i
{
  color:#e2f2e2;
  font-size: 16px;
}

ul.top-info li:first-child {
  margin-right: 19px;
}

a.navbar-brand img {
  width: 220px;

}

ul.header-right {
  list-style: none;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}


.header-blue-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 4px;
  border: 1px solid #3ba50f;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #e2f2e1;
  border-radius: 70px;
  padding: 0px 30px;
  height: 50px;
  color: #3ba50f;

  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
margin: 0px 10px;
}

.header-blue-btn:hover
{
  color: #fff;
  background-color: #3ba50f;
  transform: translateY(-3px);
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 7px 21px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

a.cart-btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #247801;
  display: block;
  text-align: center;
  font-size: 22px;
  border-radius: 100%;
  color: #fff;
  position: relative;
}

a.cart-btn:hover
{
    color:#eee;
}

a.cart-btn span {
  color: #247801;
    position: absolute;
    top: 0px;
    background: #e2f2e1;
    padding: 0px;
    line-height: 18px;
    width: 20px;
    height: 20px;
    font-size: 13px;
    border-radius: 100%;
    font-weight: 700;
    border: 1px solid;
}

.register-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 4px;
  border: 1px solid #3458ca;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #ffffff;
  padding: 0px 30px;
  height: 50px;
  color: #3458ca;
  font-weight: 400;
}


.register-btn:hover
{

  transform: translateY(-3px);
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.main-bg
{
  position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 20px 0px;
    /* background: radial-gradient(circle farthest-side, #ffffff, #e2f2e2); */
}


.banner-section {
  background-image: url(assets/img/bg-wall.webp);
  height: 590px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-size: cover;
}


.banner-text {
  text-align: left;
  position: absolute;
  top: 20%;
  left: 20px;
}

.banner-text h1 {
  color: #328321;
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 20px;
  font-style:normal;
}

.banner-text h1 span
{
  font-weight: 700;
}

.banner-text p
{
  color:#333;
  font-size: 14px;
  margin: 10px 0px;
  padding: 0px 0px;
  font-weight:400;
  font-style:normal;
}

.banner-action
{
  display: flex;
  list-style: none;
  padding-left: 0px;
  justify-content: flex-start;
}

.banner-img
{
  height: 600px!important;
}

.banner-img img
{
  object-fit: cover!important;
  height: 100%;
  position: relative;
  border-radius: 100%;
  top: 5%;
  box-shadow:rgb(52 175 11 / 52%) 8px 2px, rgb(77 240 46 / 76%) 0px 0px, rgb(76 240 46 / 37%) 0px 9px, rgb(47 240 46 / 59%) 0px 0px, rgb(46 240 102 / 43%) 0px 0px;
}

.sec-head
{
  font-size: 45px!important;
  margin-bottom: 10px!important;
}

.about-part
{
  position: relative;
}

.about-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  background: #328321;
  height: 100%;
}

.about-bg2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  background: #f4fbf4;
  height: 100%;
}

.banner-img::after
{
  /* content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000008b;
left: 0;
top: 0; */
}

.red-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 0px;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #328321;
    padding: 1px 30px;
    height: 50px;
    color: #fff;
    font-weight: 600;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    margin: 0px 10px;
    width: fit-content;
    margin: 20px auto;
    margin-right: 10px;
    font-style: normal;
}


.red-btn:hover
{
  text-decoration: none;
  color: #fff;
  background-color: #000;
  transform: translateY(-3px);
}

.white-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 0px;
  border: 1px solid #328321;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #FFF;
  padding: 1px 30px;
  height: 50px;
  color: #328321;
  font-weight: 400;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  margin: 0px 10px;
  width: fit-content;
  margin: 20px auto;
 font-style: normal;
}

.white-btn:hover
{
  text-decoration: none;
  color: #fff;
  transform: translateY(-3px);
  background-color: #328321;
}



.banner-section:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(5, 16, 54, 0.5) 0%, #051036 72.43%);
  opacity: 0.8;
}


.banner-text h3 {
  /* background: #fff; */
  width: fit-content;
  margin: 12px 0px;
    padding: 6px 0px;
    font-size: 16px;
    border-radius: 0px;
    color: #333;
    border-bottom: 2px solid #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-style:normal;
}

form.search-box {
  background: #fff;
  width: 100%;
  padding: 18px;
  margin: 20px 0px;
  display: flex;
}


form.search-box input {
  width: 100%;
  padding: 15px 20px;
  border-right: 0px;
  border: 1px solid #eee;
}

form.search-box button {
  width: 160px;
  border: none;
  background: #3458ca;
  color: #fff;
}

form.search-box button:hover
{
  background:#2d4eb6 ;
}

.about-content h1 {
  font-size: 52px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.about-content h3 {
  font-size: 21px;
    margin: 0px 0px 9px 0px;
    color: #fff;
}


.section {
  padding: 60px 0px;
}

.title-bar {

  align-items: center;
}

.part-title p {
  margin-bottom: 0px;
}

a.view-btn {
  background: #fff;
  color: #328321;
  padding: 8px 19px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 22px 40px rgb(154 150 150 / 15%);
}

a.view-btn:hover
{
  color: #fff;
  background-color: #247600;
  text-decoration: none;
}


.view-more a {
  /* width: 141px; */
  /* background: #dde7ff; */
  display: block;
  text-align: center;
  padding: 0px 0px;
  /* border-radius: 4px; */
  font-size: 15px;
  font-weight: 500;
  border-bottom: 2px solid;
}

.view-more a:hover{
  text-decoration: none;
}

.part-title
{
  text-align: left;
}

.part-title h5 {
    border-bottom: 2px solid #328321;
    color: #328321;
    width: fit-content;
    padding: 6px 0px;
    line-height: 22px;
    font-size: 16px;
    border-radius: 0px;
    margin-bottom: 10px;
}

.part-title h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 50px;
    color: #333;
}

.about-content
{
  padding: 0px 30px;
}

.about-content p {
  font-size: 15px;
  line-height: 26px;
  color: #eee;
}

.about-content a
{
  background-color: #fff;
  color: #328321;
}

.about-content ul {
  list-style: none;
  padding-left: 26px;
}

.about-content ul li {
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  position: relative;
  margin-bottom: 5px;
}


.about-content ul li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #eee;
  top: 7px;
  left: -24px;
  border-radius: 29px;
}


.about-img {
    width: 500px;
    height: 500px;
    background: #fff;
    display: flex;
    justify-content: center;
    border-radius: 100%;
    border: 2px dashed #dcf6dc;
    margin: 50px 0px;
    /* box-shadow: rgb(52 175 11 / 52%) 8px 2px, rgb(77 240 46 / 76%) 0px 0px, rgb(76 240 46 / 37%) 0px 9px, rgb(47 240 46 / 59%) 0px 0px, rgb(46 240 102 / 43%) 0px 0px; */
}




.empty-space
{
  height: 40px;
}

.products {
  padding: 60px 0px;
}




.why-us {
  background: #f3edeb url(assets/img/bg.png);
  padding: 60px 0px;
  background-repeat: no-repeat;
  background-position: center center;
}

.product-box {
  background: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  box-shadow: 0 22px 40px rgb(154 150 150 / 15%);
  position: relative;

}

.product-box:hover
{
  transform: translateY(-3px);
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow:0 22px 40px rgb(154 150 150 / 15%);
}






.p-label {
  position: absolute;
  left: 0;
  background: green;
  color: #fff;
  padding: 4px 12px;
  font-size: 13px;
  border-radius: 6px;
  left: 10px;
}

.product-box img {
  /* border-radius: 100%; */
  width: 100%;
  margin-bottom: 15px;
}

.cart-area ul {
  padding-left: 0px;
  list-style: none;
  display: flex;
  justify-content: center;
}

.cart-area ul li a {
  background: white;
  padding: 9px 21px;
  margin: 0px 3px;
  border-radius: 41px;
  color: #fff;
  font-size: 13px;
  border: 1px solid #247600;
  color: #247600;
}

.cart-area ul li:last-child>a
{
  background-color: #247600;
  color: #fff;
}

.cart-area ul li a:hover
{
  text-decoration: none;
}

.cart-area {
  justify-content: center;
  display: flex;
  margin: 0px auto;
  width: 100%;
  left: 0;
  height: fit-content;
}



.product-content {
  background: #f4fbf4;
  padding: 17px 21px;
  border-radius: 17px;
  margin-top: 10px;
}

.product-content h3 {
  margin-bottom: 0px;
}

.product-content h3 a{
  padding-bottom: 0px;
}

.ratings i {
  color: #247600;
  /* line-height: 65px; */
  border-radius: 100%;
  font-size: 30px;
  /* margin-bottom: 11px; */
  font-size: 14px;
  margin-right: 2px;
}



.product-box h3 a {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 600;

  color: #16171a;

  padding-bottom: 0px;
  width: 100%;
  display: block;
  text-align: left;
}

.product-box h3 a:hover
{
  color:#247600;
  text-decoration: none;
}

.product-box p {
  margin-bottom: 0px;
  padding: 0px 0px;
  line-height: 22px;
  margin-top: 3px;
  font-size: 14px;
  color: #727272;
  text-align: left;
}

ul.ratings {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin: 4px 0px;
}

.price-tab {
  display: flex;
  align-items: center;
}

.main-price {
  font-size: 13px;
  font-weight: 500;
  color: red;
  margin-right: 7px;
}

.sale-price {
  font-size: 16px;
  font-weight: 500;
}

.section.news-area {
  background: #f4fbf4;
}


.why-box {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}

.why-box:last-child {


  border-bottom: 0px dashed #eee;
}


.icon-box i {
  width: 50px;
  height: 50px;
  background: #ffecf0;
  line-height: 50px;
  color: #e20c35;
  text-align: center;
  font-size: 26px;
  border-radius: 100%;
  margin-right: 17px;
}

.why-content h3 {
  margin: 0px;
  font-size: 17px;
  margin-bottom: 5px;
}

.testimonials
{
  background:#f4edeb;
 padding: 80px 0px;
 position: relative;
}

.testimonials:before
{
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  background-image: url(assets/img/shape.png);

}

.test-title h3 {
  font-size: 2.3rem;
  font-weight: 600;
  color: #e20c35;
  text-align: center;
}

.test-title {
  text-align: center;
  margin-bottom: 30px;
}


.test-title h3 span{
color:#e20c35 ;
}
.testimoni-box {
  background: #fff;
  padding: 30px 14px;
}


.testimoni-box img {
  width: 90px;
  border-radius: 100%;
  margin: 20px 0px;
}

.testimoni-box h5 {
  font-size: 21px;
  color: #305ebc;
}

ul.star-ratings {
  display: flex;
  list-style: none;
  margin: 0px auto;
  padding-left: 0px;
  justify-content: center;
}

ul.star-ratings li {
  margin: 0px 1px;
  color: #ffa600;
}

.testimoni-box p {
  width: 85%;
  margin: 0px auto;
  color: #666;
  font-size: 15px;
  line-height: 25px;
  margin-top: 10px;
}

.testimonail-btn {
  width: 50px;
    height: 50px;
    border: 1px solid;
    background: #e20c35;
    opacity: 1;
    border-radius: 0px;
}


.testi-nav .carousel-control-prev
{
  top:50%
}


.testi-nav .carousel-control-next
{
  top:50%
}


/* .news-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, #121315 0%, rgba(18, 19, 21, 0) 100%);
} */

.news-img {
  position: relative;
}

.news-box {
  position: relative;
  box-shadow: 0 22px 40px rgb(154 150 150 / 15%);
}

.blog-content {
  background-color: #fff;
 padding: 20px 30px;
 margin:20px 0px;
}

.box-content {

    bottom: 20px;
    right: 20px;
    left: 20px;
}


.blog-date {
  position: absolute;
  top: 30px;
  right: 17px;
  background-color: #247600;
  padding: 13px 15px 8px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.blog-content h3 {
    font-size: 19px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 4px;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog-content h3 a
{
  color: #333;
}

.blog-content h3 a:hover
{
  color: #247600;
  text-decoration: none;
}

.blog-date p{
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
}

.blog-date p span {
  font-weight: 700;
}

.blog-comnt-arrow {
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
  align-items: center;
}

.blog-arrow a {
  background: #fff;
  display: block;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #247600;
  font-weight: 500;
}

.blog-arrow a i {
  color: #247600;
  margin-left: 2px;
}

.tag {
  position: relative;
  display: inline-block;
  background-color: #f4fbf4;
  padding: 5px 13px;
  border-radius: 4px;
}

.tag p
{
  margin-bottom: 0;
  color:#247600;
  font-size: 12px;
}

.comnt-box {
  color: #fff;
  font-size: 14px;
}

.comnt-box i {
  color: #e20c35;
  font-size: 18px;
  margin-right: 3px;
}

.call-action {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #247600;
  padding: 30px 20px;
  border-radius: 10px;
  align-items: center;
  margin: 60px 0px;

}

.call-content h3 {
  font-size: 40px;
  color: #fff;
}

.call-action p
{
  color: #fff;
  margin-bottom: 0px;
  font-size: 15px;
}

.call-action a {
  background: #f4fbf4;
  padding: 13px 30px;
  color: #247600;
  border-radius: 53px;
}

.call-action a:hover
{
  text-decoration: none;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}




footer {
  background-color: #fafafa;
  padding: 60px 0px;
  padding-bottom: 0;
  margin-bottom:100px;
}

ul.f-menu {
  padding-left: 0px;
  list-style: none;
}

ul.f-menu li a {
  font-size: 14px;
  width: 100%;
  color: #38393b;
  font-weight: 500;
  margin-bottom: 12px;
  display: block;
}
.footer-widget h3 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #247600;
    font-weight: 600;
    position:relative;
}

.footer-widget h3:after {
    width: 52px;
    height: 3px;
    background-color: #247600;
    position: absolute;
    left: 0;
    bottom: -10px;
    content: '';
    border-radius: 62px;
}

.footer-widget p {
  font-size: 14px;
  color: #38393b;
  margin-bottom:10px;
}

ul.contact-info {

  list-style: none;
  padding-left: 0;
}
ul.contact-info li {
  /* border: 1px solid #ffffff; */
  font-size: 15px;
  margin-bottom: 14px;
}


ul.social-media {
  display: flex;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

ul.contact-info li i {
  font-size: 8px;
  width: 30px;
  height: 30px;
  background: #e20c35;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  border-radius: 100%;
  margin-right: 10px;
}

ul.contact-info li a {
  text-decoration: none;
  color: #000;
  font-size: 23px;
  padding: 6px 0px;
  margin-top: 10px;
  display: block;
  font-weight: 500;
}


ul.social-media li a {
    width: 36px;
    height: 36px;
    background: #247600;
    display: block;
    margin-right: 7px;
    text-align: center;
    line-height: 36px;
    font-size: 17px;
    border-radius: 62px;
    color: #fff;
}

.footer-copyright {
  background: #247600;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  padding: 20px 0px;
  margin-top: 60px;
}


.footer-copyright p
{
  color: #fff;
  margin-bottom: 0px;
  text-align: center;
  font-size: 15px;
}



.breadcumb {
  width: 100%;
  padding: 80px 0px;
  background: #000 url('assets/img/breadcumb.png');
  border-radius: 10px;
  margin-bottom: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.breadcumb::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(5, 16, 54, 0.5) 0%, #051036 72.43%);
  top: 0;
  border-radius: 10px;
  opacity: 0.8;
}

.breadcumb-text {
  padding: 0px 80px;
}

.breadcumb-text h3 {
  color: #247801;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}


.breadcumb-text p {
  color: #fff;

}

.bread-nav
{
  list-style: none;
  padding-left: 0px;
  display: flex;
}

.bread-nav li
{
  color: #181717;
}

.bread-nav li a {
    color: #4b99ed;
    /* margin-right: 10px; */
    position: relative;
    padding: 0px 0px 0px 17px;
}

.bread-nav li a:after {
  /* content: '/'; */
  left: 46px;
  position: absolute;
}


.section-about {
  padding: 80px 0px;
}


.about-img img {
  border-radius: 20px;
padding: 30px;

}

.about-text h3 {
  color: #e20c35;
}

.about-text p {
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  color: #727272;
  margin: 18px 0px;
}

.total-fact
{
  background-color: #e20c35;
}

.start-btn
{
  display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 4px;
    border: 1px solid #3458ca;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #ffffff;
    padding: 0px 30px;
    height: 50px;
    color: #3458ca;
    font-weight: 400;
    width: fit-content;
}

.start-btn:hover
{
  text-decoration: none;
  background:#3458ca;
  color: #fff;
}

.start-btn i {
  margin-left: 10px;
}


.facts {
  text-align: center;
  border: 1px solid #eee;
  padding: 30px 0px;
  border-radius: 10px;
}

.fact-number {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #fff;
}

.facts p {
  margin-bottom: 0px;
  color: #fff;
}

.detail-part {
  padding: 60px 0px;
}

.package-slide{

   box-shadow: 0 9px 18px rgba(0, 0, 0, 0.15);
   border-radius: 16px;
   margin-bottom: 20px;
}
.package-slide img {
  border-radius: 16px;
  /* box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15); */
}

.pack-breadcumb {
  background: #e2f2e2;
  padding: 50px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
/* .pack-breadcumb::before
{
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, #121315 0%, rgba(18, 19, 21, 0) 100%);
top: 0;
left: 0;
} */

.pack-breadcumb .bread-nav {
  margin-bottom: 0px;
  justify-content: center;
}



.pack-breadcumb .breadcumb-text {
  padding: 0;
}
.pack-nav li {
    margin-right: 0px!important;
    position: relative;
    font-size: 14px;
    padding: 0px 0px 0px 17px;
}

.pack-nav li:last-child
{
  margin-right: 0px!important;
}

.pack-nav li:last-child:after
{
  display: none;
}

.pack-nav li:after {
    content: '>';
    position: absolute;
    right: -13px;
}

.detail-left h1 {
  font-size: 30px;
  margin-bottom: 4px;
  color: #051036;
}

.destination-overview h3
{
  font-size: 1.3rem;
  color: #333;
}

.destination-overview p
{
  font-size: 15px;
  color: #727272;
  line-height: 26px;
}

.destination-overview h5 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #333;
}

.destination-overview ul{
padding-left: 20px;
}
.destination-overview ul li{
font-size: 15px;
    color: #727272;
    margin-bottom: 6px;
}



.destination-overview .table
{
  border: 1px solid #eee;
}

.destination-overview .table tbody tr td ul li {
  font-size: 13px;
  color: #727272;
  line-height: 21px;
  margin-bottom: 15px;
  list-style: auto;
}

.destination-overview .table thead th
{
  text-align: center;
}


.booking-form {
  box-shadow: 0px 10px 60px 0px #0510360D;
  border: 1px solid #dddddd;
  padding: 30px;
  border-radius: 10px;

}
.booking-form form input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #697488;
  font-size: 14px;
}


.booking-form form textarea{
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #697488;
  font-size: 14px;
}

.booking-form form select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #697488;
  font-size: 14px;
}

.booking-form form button {
  background: #e20c35;
  width: 100%;
  padding: 13px 0px;
  color: #fff;
  border: 0px;
  border-radius: 4px;
}


.booking-form form h3 {
  text-align: center;
    font-size: 23px;
    margin-bottom: 7px;
    font-weight: 600;
    color: #e20c35;
}
.booking-form form p
{
  text-align: center;
  color: #717171;
}

.day-wise {
  margin-top: 20px;
}
.day-wise .card {
  margin-bottom: 14px;
  border: 2px solid #305ebc;
  border-bottom: 2px solid #305ebc!important;
  border-radius: 6px!important;
  background: #fff!important;
}

.day-wise .card .card-header
{
  background-color: #325bc3;
}


.day-wise .card .card-header button {
  padding: 0px 0px;
  font-weight: 500;
  color: #fff;
}

.review-box {
  margin-top: 23px;
  display: flex;
}

.user-box {
  margin-right: 14px;
  width: 140px;
}

.user-box img {
  border-radius: 100%;
  width: 73px;
    height: 65px;
}


.user-info h3 {
  font-size: 20px;
  color: #328321;
  margin-right: 10px;
}

ul.ratings-review {
  padding-left: 0px;
  list-style: none;
  display: flex;
  margin-bottom: 8px;
}
ul.ratings-review li {
  margin-right: 4px;
  color: #ffc900;
}

.user-comment p {
  font-size: 14px;
  margin-bottom: 0px;
}

.review-box {
  margin-top: 23px;
  display: flex;
  background: #fff;
  padding: 30px;
  background: #f4fbf4;
  border-radius: 10px;
}

.commnt-form {
  margin-top: 0px;
  border: 1px solid #eee;
  padding: 25px;
  background: #fff;
  border-radius: 0px;
}

form.commnt-form input {
  width: 100%;

  padding: 12px 16px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #697488;
  font-size: 15px;
}

form.commnt-form textarea {
  width: 100%;
  height: 200px;
  padding: 12px 16px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #697488;
  font-size: 15px;
}

form.commnt-form button {
  background: #328321;
  border: none;
  color: #fff;
  padding: 10px 32px;
  border-radius: 4px;
  font-size: 14px;
}

.contact-page {
  padding: 60px 0px;
  background: #fff;
}

.Contact-box-form {
  background: #247801;
  padding: 40px;
  border-radius: 0px;
}
.Contact-box-form h2
{
  color:#fff;
}

.Contact-box-form p
{
  color:#fff;
}

.Contact-box-form form input {
  width: 100%!important;
  background: #fff;
  border: 0px;
  border-bottom: 1px solid #f3e6e3;
  padding: 28px 16px;
  border-radius: 0px;
  margin-bottom: 16px;
}

.Contact-box-form form select {
  width: 100%!important;
  background: #fff;
  border: 0px;
  border-bottom: 1px solid #f3e6e3;
  padding: 16px 16px;
  border-radius: 0px;
  margin-bottom: 16px;
}


.Contact-box-form form textarea {
  width: 100%!important;
  background: #fff;
  border: 0px;
  border-bottom: 1px solid #f3e6e3;
  padding: 28px 16px;
  border-radius: 0px;
  margin-bottom: 16px;
  height: 130px;
  padding-top: 10px;
}

.Contact-box-form form button
{
  width: 100%;
    padding: 16px 0px;
    background-color: #40b110;
    border: 2px solid #40b110;
    color: #fff;
    font-weight: 600;
}

.Contact-box-form form button:hover
{
  background-color: #000;
  color:#fff;
  border-color: #000;
}

ul.info-list {
  list-style: none;
  padding-left: 0px;
}

.info-list li
{
  display: flex;
margin-bottom: 25px;
}


.info-list li i {
  width: 40px;
  height: 40px;
  background: #247801;
  text-align: center;
  color: #fff;
  line-height: 40px;
  border-radius: 100%;
  font-size: 20px;
  margin-right: 11px;
}


.add-info p {
  margin-bottom: 0px;
  color: #727272;
}

ul.social-section {
  list-style: none;
  padding-left: 0px;
  display: flex;
}

ul.social-section li a {
  width: 40px;
  height: 40px;
  background-color: #247801;
  display: block;
  margin-right: 10px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  border-radius: 64px;
}

ul.social-section li a:hover
{
  background-color: #3865d8;
}

.add-info p a {
  color: #232324;
  font-weight: 500;
}

.single-adderss-block {
  background: #fff;
  padding: 40px;
  box-shadow: 0px 10px 60px 0px #0510360D;
    border: 1px solid #eee;
}

.single-adderss-block h3 {
  font-size: 1.3rem;
}

.sign-up-box
{
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px #0510360D;

}

.sign-up-box h2
{
  color: #328321;
  font-size: 22px;
  font-weight: 600;
}

.sign-up-box p
{
  color: #333;
}

.sign-up-box form input
{
  border: 1px solid #eee;
  padding: 24px 16px;
  font-size: 14px;
}

.sign-up-box form textarea
{
  border: 1px solid #eee;
  font-size: 14px;
}

.sign-up-box form button
{
  background-color: #328321;
  color: #fff;
  margin-bottom: 10px;
}

.sign-up-box form button:hover
{
  background-color: #328321;
  color: #fff;
  border-color: transparent;
}

.cart-page {
  margin: 0px 0px;
}

td.product-info img {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 5px;
  margin-right: 11px;
}

.cart-page table tbody td {
  vertical-align: baseline;
  border-bottom:1px solid #fafafa ;
}

td.quantity input {
  width: 68px;
  height: 36px;
  padding: 8px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
}

.cart-page .table-responsive table thead {
  background: #328321;
  color: #fff;
  font-size: 14px;
  font-size: 16px;
}

a.action-btn {
  background: #e2f2e2;
  color: #328321;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 10px;
  font-size: 20px;
  /* border: 1px solid #000; */
}

.cart-total h3 {
  background: #e2f2e3;
  padding: 13px 19px;
  font-size: 20px;
  font-weight: 600;
  /* text-transform: uppercase; */
  color: #328321;
  margin-bottom: 0px!important;
}

.cart-total ul {
  list-style: none;
  padding-left: 0px;
}

.cart-total ul li {
  border-bottom: 1px solid #eee;
  padding: 13px 19px;
  display: flex;
  justify-content: space-between;
}

a.chekout-btn {
  background: #328321;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  padding: 13px 0px;
  border-radius: 4px;

  margin-top: 18px;
}

a.chekout-btn:hover {
text-decoration: none;
background:#226a12 ;
}

.checkout-page {
  margin: 60px 0px;
}

.billing-info {
  background: #fff;

}

.billing-info h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

.billing-info form input {
  width: 100%;
  padding: 14px 21px;
  font-size: 15px;
  margin-bottom: 18px;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
}

.billing-info form select {
  width: 100%;
  padding: 14px 21px;
  font-size: 15px;
  margin-bottom: 18px;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
}

.billing-info form textarea {
  width: 100%;
  padding: 14px 21px;
  font-size: 15px;
  margin-bottom: 8px;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
}

p.agree-box input {
  width: 29px;
  height: 13px;
}

.order-info h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

.order-header {
  display: flex;
  justify-content: space-between;
  background: #e2f2e3;
  color: #328321;
  align-items: center;
  padding: 12px 20px;
  margin-bottom: 10px;
}

.order-header h3 {
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 600;
}

.order-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.order-pack {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.order-pack img {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 4px;
  margin-right: 12px;
}

.order-pack h3 {
  margin-bottom: 0px;
  font-size: 18px;
}

p.agree-box {
  font-size: 14px;
  margin-bottom: 0px;
}

.detail-page {
  margin: 80px 0px;
}

.detail-img
{
  background-color: #fff;

}

.detail-img img {
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 20px;
}

.big-price
{
  font-size: 26px;
}

.img-show ul {
  list-style: none;
  padding-left: 0px;
  display: flex;
  justify-content: space-between;
}

.img-show ul li img {
  width: 100px;
  border: 1px solid #eee;
  border-radius: 10px;
}

.cart-row {
  display: flex;
  align-items: center;
}

.quantity input {
  width: 50px;
  padding: 8px 0px 8px 10px;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-right: 10px;
}

.cart-btn a {
  background: #328321;
  color: #fff;
  padding: 11px 23px;
  font-size: 14px;
  text-transform: uppercase;
}


.cart-btn a:hover
{
  text-decoration: none;
}

.product-detail-content p {
  color: #727272;
  margin: 10px 0px;
}

.product-detail-content ul {
padding-left: 20px;
}

.product-detail-content ul li {
  color: #727272;
  font-size: 15px;
  margin-bottom: 10px;
}

.share
{
  display: flex;
  margin: 20px 0px;
  align-items: center;

}

.share ul
{
  display: flex;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.share ul li {
  margin-bottom: 0px;
}

.share ul li a {
  width: 40px;
  height: 40px;
  /* border: 1px solid; */
  background: #e2f2e3;
  color: #328321;
  display: block;
  text-align: center;
  line-height: 40px;
  margin: 0px 4px;
  font-size: 18px;
  border-radius: 10px;
}

h3.re-ttitle {
  font-size: 23px;

}

.user-info
{
  display: flex;
}

.reply-form {
  background: #fafafa;
  margin-top: 20px;
  display: inline-block;
  border: none;
  padding: 30px 36px;
}

.latest-box {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 10px;
}

.latest-box h3 {
    font-size: 19px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 0px;
    color: #333;
    font-weight: 700;
}

.blog-box h4 {
  font-size: 17px;
}

.blog-box h4 a{
color:#328321 ;
}

.blog-box p {
  font-size: 14px;
  color: #727272;
  line-height: 22px;
  margin-bottom:5px;
}

a.read-link {
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    background: #328321;
    color: #fff;
    padding: 2px 19px;
    display: block;
    margin-top: 9px;
    width: fit-content;
    font-weight: 500;
}

a.read-link:hover
{
    color:#eee!important;
}

.blog-box {
  padding: 15px 0px;
  border-bottom: 1px solid #f5f2f2;
}

.blog-box:last-child{
  border: 0px;
}

form#option-choice-form ul li {
    list-style: disc;
}


.destination-overview p {
    font-family: 'Plus Jakarta Sans', sans-serif!important;
    font-weight: 400;
    /* color: #333!important; */
    text-align: justify;
    font-size: 14px!important;
}


.product-info {
    background: #f4fbf4;
    padding: 20px;
    border-radius: 10px;
}

.outer-price del
{
    font-size:1rem;
}

.item-quantity.aiz-plus-minus {
    background: #fff;
}

.pagination .page-link, .page-item.disabled .page-link
{
    line-height:52px!important;
}

.destination-overview ul {
    font-family: 'Plus Jakarta Sans', sans-serif!important;
    list-style: disc!important;
}

.latest-box{
    margin-bottom:20px;
}

.contact_footer_strip_mobile 
{
    display:none;
}


.foot-whtsap {
    margin-bottom: 11px!important;
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    z-index: 16000160;
    bottom: 0;
    /* text-align: center; */
    overflow: hidden;
    float: right;
    text-align: right;
    font-family: 'Poppins', sans-serif;
    right: 0;
}

.foot-whtsap a {
    margin: 0px 15px;
}

.foot-whtsap img {
    margin: 0px 26px;
    box-shadow: 1px 3px 4px rgba(0,0,0,0.4);
    border-radius: 74px;
    width: 60px;
    height: 60px;
    background: #fff;
    padding: 5px;
}

.foot-whtsap span {
    color: #333;
    font-size: 13px;
}


.call-bar {
    margin-bottom: 0px!important;
    margin: 0;
    padding: 15px 0px;
    border: 0;
    position: fixed;
    z-index: 16000160;
    bottom: 0;
    /* text-align: center; */
    overflow: hidden;
    /* float: right; */
    /* text-align: right; */
    font-family: 'Poppins', sans-serif;
    right: 0;
    width: 100%;
    background: #f5f5f5;
    text-align: center;
    border-top: 1px solid #eee;
}

.call-bar a {
    font-size: 1.4rem;
    color: #247600;
    font-weight: 600;
    animation: color-change 1s infinite;
}

.call-bar p a img {
    width: 50px;
    border-radius: 49px;
    background: #fff;
    padding: 4px;
    margin: 0px 1px;
}

.bottom-action-btn a
{
    margin: 2px 0px;
    background: #2ba745;
}


.bottom-action-btn a:hover
{
    background:#218f38;
}


.bottom-action-btn .check-out {
    background: #fff;
    border: 1px solid #2ba745;
    color: #2ba745!important;
}

.bottom-action-btn .check-out:hover
{
      background:#218f38;
  
}



@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}


@media only screen and (max-width: 768px) {
    
    .product-info {
    background: #fff;
    padding: 0px;
    border-radius: 10px;
}
    
   .slick-slider{height:200px;}

    .bottom-action-btn {
    display: flex;
    flex-direction: column;
}

.bottom-action-btn a {
    margin: 2px 0px;
    background: #2ba745;
}

.bottom-action-btn .check-out {
    background: #fff;
    border: 1px solid #2ba745;
    color: #2ba745!important;
}

   .added-to-cart h3 {
    font-size: 1.3rem;
    margin-top: 11px;
    /* background: #000; */
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.added-to-cart i {
    font-size: 4rem;
}
    
    .media {
    flex-direction: column;
}

.media img {
    width: 100%;
    height: auto;
}
    
   
    
    .pack-breadcumb{
        padding:36px 0px;
    }
    
    .breadcumb-text h3{margin-bottom:0px;font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 28px;}
    
    .pack-breadcumb .bread-nav{display:none;}
    
    a.navbar-brand img {
    width: 145px;
}
    
    .theme-btn-two span
    {display:block!important;}
    
    .product-details-content .product-info h3, .product-info h3
    {
        font-size: 19px;
    line-height: 28px;
    }
    
    .about-content ul
    {
        margin-bottom:20px;
    }
    
    .red-btn
    {
        margin-top:0px;
    }
    
    .banner-text p
    {
        line-height: 21px;
        font-size:13px;
    }
    
    .call-bar{display:none;}
    
    .foot-whtsap{display:none;}
    .aiz-mobile-bottom-nav
    {
        display:none;
    }
    .about-bg2
    {
        background:#328321;
    }
    
    .about-img {
    width: 300px;
    height: 300px;
     margin: 40px auto;
}

.about-content {
    padding: 0px 10px;
    padding-bottom:20px;
}
.product-box
{
    margin-bottom:20px;
}

.call-action
{
        flex-direction: column;
    border-radius: 0px;
    margin:0px;
    padding:48px 0px;
}

.call-act
{
        display: inline-flex;
    margin-top: 20px;
}

.call-content h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

.call-action p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px;
}

.top-bar{
    padding-top:0px;
    display:none;
}

.top-info
{
    justify-content:center;
    margin-bottom:10px;
}

ul.top-act
{
      justify-content:center;  
}

.banner-text
{
    display:block!important;
    position:relative;
    top:0%!important;
    left:0px!important;
    padding:10px!important;
}
.banner-text h3
{
    font-size:13px;
}

.banner-text h1 {
    color: #328321;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 11px;
    font-style: normal;
}

.single-adderss-block
{margin-bottom:20px;}


.contact_footer_strip_mobile {
    display: block!important;
    position: fixed;
    bottom:0;
    right: 0;
    width: 100%;
    background: #06b31b;
    padding: 0px;
    text-align: center;
    z-index: 987654321;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

ul.action {
    list-style: none;
    padding-left: 0px;
    display:flex;

}

ul.action li {
    float: left;
    display: inline;
    width: 100%;
    /* padding: 12px; */
    font-size: 14px;
    font-weight: 700;
    
    line-height: 40px;
}

ul.action li a img {
    width: 16px;
    margin-right: 3px;
}

li.access {
    background: #1b5db3;
}

ul.action li a {
    width: 100%;
    color: #fff;
    /*padding:20px 40px;*/
    display:block;
}

.footer-copyright
{
    margin-bottom:50px;
}

.about-content h1
{
    font-size:30px;
}

ul.navbar-nav li a {
    padding: 6px 0px!important;
    border-bottom: 1px solid #eee;
}

ul.header-right{margin-top:10px;margin-left:10px;}

footer{margin-bottom:40px;}

    
}










