  @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

  body {

    font-family: "Poppins", sans-serif;
  }
/* //coustom */
span.select2-selection.select2-selection--multiple {
  padding: 6px;
}
  .top-bar {
    background: #fdc509;
    padding: 7px 0px;
  }
  .foot-whtsap {
    margin-bottom: 11px!important;
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    z-index: 16000160;
    bottom: 30px;
    /* 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;
}
.change-bgcolor{
  
    background: #fdf5f4;
    padding-top: 13px;
    border-radius: 16px;
}
.border-radi{
    border-radius: 16px !important;
}
  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: #222;
  }

  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: #333;
  }

  ul.top-info li a:hover {
    color: #fff;
    text-decoration: none;
  }

  ul.top-info li a i {
    color: #333;
    font-size: 16px;
  }

  ul.top-info li:first-child {
    margin-right: 19px;
  }

  a.navbar-brand img {
    width: 120px;
  }

  .navbar {
    background: #fff !important;
  }

  ul.header-right {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: flex-end;
    align-items: center;
  }

  ul.header-right li:last-child {
    border: none;
    padding-right: 0px;
  }

  ul.header-right li {
    padding: 0px 8px;
    border-right: 1px solid #ddd;
  }


  .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: 60px;
    border: 0px solid #247801;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #cb0a01;
    padding: 0px 28px;
    height: 45px;
    color: #fff;
    -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: #222;
    background-color: #fff;
    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: 45px; */
    line-height: 45px;
    /* background: #247801; */
    display: block;
    text-align: center;
    font-size: 30px;
    border-radius: 4px;
    color: #247801;
    position: relative;
  }

  a.cart-btn span {
    color: #222;
    position: absolute;
    top: -2px;
    background: #fdc509;
    padding: 0px;
    line-height: 18px;
    width: 20px;
    height: 20px;
    font-size: 13px;
    border-radius: 100%;
    font-weight: 700;
    border: 1px solid;
    right: -6px;
    text-align: center;
  }

  .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;
  }


  ul.header-right li a {
    display: flex;
    text-align: left;
  }

  ul.header-right li a:hover {
    text-decoration: none;
  }

  .cart-text h3 small {
    font-size: 0.7rem;
    color: #000;
  }

  .cart-text h3 {
    font-size: 0.86rem;
    color: #000;
    margin-bottom: 0px;
  }



  ul.header-right li a i {
    font-size: 2.3rem;
    color: #fff;
  }

  .main-bg {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 0px 0px;
    /* background: radial-gradient(circle farthest-side, #ffffff, #e2f2e2); */
  }

  .search form input {
    width: 100%;
    padding: 0px 19px;
    height: 47px;
    border-radius: 4px;
    border: 0px solid #a5a2a2 !important;
    background: #f5f5f5;
    border: none;
    font-size: 0.9rem;
  }

  .search form {
    display: flex;
    position: relative;
  }


  .search form button {
    position: absolute;
    right: 8px;
    background: transparent;
    color: #333;
    border: none;
    /* width: 40px; */
    /* height: 40px; */
    line-height: 40px;
    font-size: 1.4rem;
    transform: rotate(268deg);
    top: 2px;
  }

  .main-menu {
    border-top: 0px solid #373636;
  }

  .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-txt {

    position: absolute;
    top: 28%;
    height: fit-content;
    width: 100%;
    left: 0;
    text-align: left;
    margin: 0px auto;
    padding: 0px 67px;
  }

  .banner-txt h1 {
    font-size: 5rem;
    font-weight: 600;
    margin-bottom: 0px;
  }

  .banner-txt h5 {
    font-size: 42px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #fdc509;
  }


  .banner-txt a {
    background: #cb0a00;
    color: #fff;
    padding: 12px 30px;
    border-radius: 60px;
    font-weight: 500;
    font-size: 1rem;
    /* text-transform: uppercase; */
    display: inline-block;

  }

  .banner-txt p {
    font-size: 23px;
  }

  .category-txt {
    position: absolute;
    bottom: 50px;
    padding: 36px;
    padding-bottom: 0px;
  }

  .category-img {
    border-right: 1px solid #fff;


  }

  .category-img img {
    transition: transform .2s;
  }

  .category-img img:hover {
    display: none;


  }

  .banner-text {
    text-align: left;
    position: relative;
    top: 0%;
    left: 0px;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .banner-text h1 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0px;
  }

  .banner-text h1 span {
    font-weight: 700;
  }

  .banner-text p {
    color: #333;
    font-size: 15px;
    margin: 10px 0px;
    padding: 0px 0px;
  }

  .banner-action {
    display: flex;
    list-style: none;
    padding-left: 0px;
    justify-content: flex-start;
  }

  .banner-img {
    height: auto !important;
  }

  .banner-img img {

    height: 100%;
    position: relative;

  }

  .sec-head {
    font-size: 45px !important;
    margin-bottom: 10px !important;
  }

  .about-part {
    position: relative;
    background: #fff;
    padding: 60px 0px;
  }

  .about-bg {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    background: #fff;
    height: 100%;
  }

  .about-bg2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 25%;
    background: #fdc509;
    height: 65%;
  }

  .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: 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;
    margin-right: 10px;

  }

  .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;

  }

  .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;
  }

  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: 35px;
    color: #cb0a00;
    font-weight: 800;
    /* text-transform: uppercase; */
  }

  .about-content h3 {
    font-size: 21px;
    margin: 0px 0px 9px 0px;
    color: #333;
  }


  .section {
    padding: 60px 0px;
  }

  .title-bar {

    align-items: center;
  }

  .part-title p {
    margin-bottom: 0px;
  }

  a.view-btn {
    background: #fdc509;
    color: #222;
    padding: 7px 19px;
    border-radius: 41px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 22px 40px rgb(154 150 150 / 15%);
    display: inline-block;
    margin-top: 10px;
  }

  a.view-btn:hover {
    color: #fff;
    background-color: #cb0a00;
    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: center;
  }

  .part-title h5 {
    border-bottom: 2px solid #fdc509;
    color: #222;
    width: fit-content;
    padding: 6px 0px;
    line-height: 22px;
    font-size: 19px;
    border-radius: 0px;
    margin-bottom: 10px;
    margin: 0px auto;
  }

  .part-title h3 {
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
    color: #cb0a00;
    margin-top: 10px;
  }

  .about-content {
    padding: 0px 20px;
  }

  .about-content p {
    font-size: 15px;
    line-height: 26px;
    color: #333;
    text-align: justify;
  }

  .about-content a {
    background-color: #fdc509;
    color: #222;
    margin-bottom: 0px;
    font-weight: 500;
    border-radius: 60px;
  }

  .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: 100%;
    /* height: 500px; */

    display: flex;
    justify-content: center;

    margin: 0px 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;
    background: #fffcf1;

  }




  .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: 16px;
    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 0 40px 5px rgb(0 0 0 / 5%);
    position: relative;
    border: 1px solid #eee;
  }

  .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(225 225 225 / 15%);
  }

  .fact-box {
    background: #fff;
    padding: 30px 0px;
    border-radius: 9px;
    /* border: 1px solid #328321; */
  }


  .fact-box i {
    color: #fdc509;
    font-size: 2.4rem;
    margin-bottom: 6px;
  }



  .p-label {
    position: absolute;
    left: 0;
    background: green;
    color: #fff;
    padding: 4px 12px;
    font-size: 13px;
    border-radius: 0px;
    left: 14px;
  }

  .product-box img {
    border-radius: 0px;
    width: 100%;
    margin-bottom: 5px;

  }

  .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: #fff; */
    padding: 0px;
    border-radius: 0px;
    margin: 6px 0px;
    /* border-top: 1px solid #222; */
    /* padding-bottom: 0px; */
    margin-bottom: 0px;
    padding-right: 6px;
    border-radius: 5px;
  }



  .product-content h3 {
    margin-bottom: 0px;
  }

  .product-content h3 a {
    padding-bottom: 0px;
  }

  .ratings i {
    color: #fdc509;
    /* line-height: 65px; */
    border-radius: 100%;
    font-size: 30px;
    /* margin-bottom: 11px; */
    font-size: 14px;
    margin-right: 2px;
  }

  ul.points li {
    color: #333 !important;
    margin: 10px 0px;
    font-size: 15px;
    line-height: 26px;
    display: flex;
    align-items: center;
  }

  ul.points li i {
    font-size: 21px;
    color: #cb0a00;
    margin-right: 4px;
  }

  .product-box h3 a {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #cb0a00;
    padding-bottom: 0px;
    width: 100%;
    display: block;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .product-box h3 a:hover {
    color: #fdc509;
    text-decoration: none;
  }

  .product-box h3 a i {
    background: #fdc509;
    color: #222;
    padding: 5px 5px;
    border-radius: 4px;
  }

  .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: 70px;
    height: 70px;
    background: #fdc509;
    line-height: 70px;
    color: #cb0a00;
    text-align: center;
    font-size: 38px;
    border-radius: 100%;
  }

  .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; */
  }

  .box-content {
    margin-top: 15px;

    bottom: 20px;
    right: 20px;
    left: 20px;
  }


  .blog-date {
    position: absolute;
    top: 6px;
    right: 6px;
    background-color: #fdc509;
    padding: 13px 15px 8px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 4px;
  }

  .blog-content h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 4px;
    border-bottom: 0px solid #f5f5f5;
  }

  .blog-content h3 a {
    color: #cb0a00;
  }

  .blog-content h3 a:hover {
    color: #222;
    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: 13px;
    background: #fdc509;
    font-weight: 500;
    color: #222;
    padding: 9px 20px;
    border-radius: 4px;
  }

  .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: #222;
    font-size: 12px;
  }

  .comnt-box {
    color: #fff;
    font-size: 14px;
  }

  .comnt-box i {
    color: #e20c35;
    font-size: 18px;
    margin-right: 3px;
  }

  .clients .carousel-caption {
    position: relative;
    left: 0;
    padding-bottom: 0px;
  }

  .clients .carousel-item::before {
    display: none !important;
  }

  ul.client-base {
    display: flex;
    list-style: none;
    padding-left: 0px;
  }


  .faq-part .accordion-button {
    font-size: 14px;
    padding: 16px 20px;

    font-weight: 500;
    margin-bottom: 10px;
  }

  .accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, .125);
  }

  .accordion-button:not(.collapsed) {
    color: #333;
    background-color: #e7f1ff;
    /* box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125); */
    font-size: 22px;
    border: 0px;
    border-radius: 10px;
  }

  .call-action {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 30px 0px;
    border-radius: 10px;
    align-items: center;
    margin: 0px 0px;

  }

  .call-content h3 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 0px;
  }

  .call-action p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 15px;
  }

  .call-action a {
    background: #fdc509;
    padding: 13px 30px;
    color: #222;
    border-radius: 53px;
    font-weight: 500;
  }

  .call-action a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
    border: 0px solid #fff;
    background: #000;
  }




  footer {
    background-color: #000;
    padding: 60px 0px;
    padding-bottom: 0;
  }

  ul.f-menu {
    padding-left: 0px;
    list-style: none;
  }

  ul.f-menu li a {
    font-size: 14px;
    width: 100%;
    color: #fff;
    font-weight: 400;
    margin-bottom: 12px;
    display: block;
  }

  .footer-widget h3 {
    margin-bottom: 18px;
    font-size: 21px;
    color: #fdc509;
    border-bottom: 1px solid #333;
    padding-bottom: 14px;
  }

  .footer-widget p {
    font-size: 14px;
    color: #fff;
    margin-top: 18px;
    line-height: 25px;
  }

  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: 42px;
    height: 42px;
    background: #fdc509;
    display: block;
    margin-right: 7px;
    text-align: center;
    line-height: 42px;
    font-size: 24px;
    border-radius: 36px;
    color: #222;
  }

  .footer-copyright {
    background: #000;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    padding: 20px 0px;
    margin-top: 60px;
    border-top: 1px solid #272626;
  }


  .footer-copyright p {
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
    font-size: 14px;
  }
  .footer-copyright a{
    color: #fff;

  }
  .call-act {
    justify-content: end;
    display: flex;
  }



  .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: #fdc509;
    font-size: 41px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
  }


  .breadcumb-text p {
    color: #fff;

  }

  .bread-nav {
    list-style: none;
    padding-left: 0px;
    display: flex;
  }

  .bread-nav li {
    color: #fff;
  }

  .bread-nav li a {
    color: #4b99ed;
    margin-right: 10px;
    position: relative;
    padding: 0px 7px 0px 0px;
  }

  .bread-nav li a:after {
    content: '/';
    left: 46px;
    position: absolute;
  }


  .section-about {
    padding: 80px 0px;
  }


  .about-img img {
    border-radius: 20px;
    padding: 0px;

  }

  .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: 100px 0px;
    border-radius: 0px;
    background-image: url(assets/img/paralax.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
  }

  .facts::before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, #ffffff, #fdc509a3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .fact-number {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #fff;
  }

  .facts p {
    margin-bottom: 0px;
    color: #333;
    font-size: 0.9rem;
  }

  .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: url(assets/img/breadcumb.jpg);
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    /* background-attachment: fixed; */
  }

  .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;
  }


  .action-section {
    background: #cb0a00;
  }



  .pack-breadcumb .breadcumb-text {
    padding: 0;
  }

  .pack-nav li {
    margin-right: 21px !important;
    position: relative;
    font-size: 14px;
  }

  .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: -16px;
  }

  .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%;
  }


  .user-info h3 {
    font-size: 18px;
    color: #333;
    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: #f7f7f7;
    padding: 30px;

    border-radius: 10px;
  }

  .commnt-form {
    margin-top: 0px;
    border: 1px solid #eee;
    padding: 25px;
    background: #fff;
    border-radius: 10px;
  }

  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: 0px 0px;
    background: #f5f5f5;
  }

  .Contact-box-form {}

  .Contact-box-form h2 {
    color: #cb0a00;
  }

  .Contact-box-form p {
    color: #fff;
  }

  .Contact-box-form form input {
    width: 100% !important;
    background: #f5f5f5;
    border: 0px;
    /* border-bottom: 1px solid #f3e6e3; */
    padding: 14px 16px;
    border-radius: 0px;
    margin-bottom: 5px;
  }

  .Contact-box-form form select {
    width: 100% !important;
    background: #f5f5f5;
    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: #f5f5f5;
    border: 0px;
    /* border-bottom: 1px solid #f3e6e3; */
    padding: 28px 16px;
    border-radius: 0px;
    margin-bottom: 2px;
    height: 130px;
    padding-top: 10px;
  }

  .Contact-box-form form button {
    width: 100%;
    padding: 16px 0px;
    background-color: #fdc509;
    border: 2px solid #fdc509;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
  }

  .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: #cb0a00;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-radius: 100%;
    font-size: 20px;
    margin-right: 11px;
  }

  .add-info {
    text-align: left;
  }

  .add-info b {
    color: #000;
  }


  .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: #cb0a00;
    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;
  }

  .address-box {
    margin-bottom: 21px;
    border-bottom: 1px solid #d3cfcf;
  }

  .address-col {

    height: 100%;
    padding: 20px;
    /* border-radius: 11px; */

    /* padding: 40px; */

  }

  .address-box h3 {
    color: #cb0a00;
    font-size: 1.2rem;
    font-weight: 600;
  }

  .address-box h5 {
    font-size: 1rem;
    margin-bottom: 6px;
  }

  .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;
  }

  .upper-info {
    background: #f5f5f5;
    width: 100%;
    padding: 20px 0px;
    border-radius: 8px;
  }

  .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;
  }

  form.contact-page {
    background: #cb0a00;
    padding: 40px;
    border-radius: 0px;
  }

  form.contact-page h3 {
    /* font-family: 'BigMoore'; */
    font-size: 2.5rem;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
  }



  .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: 40px 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: #333;
    color: #fff;
    width: 36px;
    height: 36px;
    display: block;
    text-align: center;
    line-height: 36px;
    border-radius: 100px;
    font-size: 16px;
    /* border: 1px solid #000; */
  }


  .quantity {
    border: 1px solid #eee;
  }

  .cart-total h3 {
    /* background: #f8f8f8; */
    padding: 0px 0px;
    font-size: 20px;
    font-weight: 600;
    /* text-transform: uppercase; */
    color: #333;
    margin-bottom: 10px !important;
    border-radius: 0px;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 10px;
  }

  .cart-total ul {
    list-style: none;
    padding-left: 0px;
  }

  .cart-total ul li {
    border-bottom: 1px solid #eee;
    padding: 13px 0px;
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    font-weight: 600;
  }

  .cart-total ul li span {
    font-weight: 500;
    /* color: #555454; */
  }

  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: 80px 0px;
  }

  .billing-info {
    background: #fff;
    box-shadow: 0 22px 40px rgb(154 150 150 / 15%);
    padding: 30px;
    border-radius: 10px;
  }

  .billing-info h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
  }

  .billing-info form input {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    margin-bottom: 18px;
    border: 1px solid #eee;
    border-radius: 4px;
  }

  .billing-info form select {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    margin-bottom: 18px;
    border: 1px solid #eee;
    border-radius: 4px;
  }

  .billing-info form textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    margin-bottom: 8px;
    border: 1px solid #eee;
    border-radius: 4px;
  }

  p.agree-box input {
    width: 29px;
    height: 13px;
  }

  .order-info {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
  }

  .order-info h3 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .order-header {
    display: flex;
    justify-content: space-between;
    background: #fff;
    color: #333;
    align-items: center;
    padding: 12px 14px;
    margin-bottom: 18px;
    border-radius: 9px;
  }

  .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;
    padding: 0px 0px;
  }

  .order-pack {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .order-pack img {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 4px;
    margin-right: 12px;
    background: #fff;
  }

  .order-pack h3 {
    margin-bottom: 0px;
    font-size: 16px;
  }

  p.agree-box {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .detail-page {
    margin: 60px 0px;
  }

  .detail-img {
    background-color: #fff;

  }

  .detail-img img {
    border: 2px solid #fdc509;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #fffcf3;
  }

  .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;
    margin-top: 20px;
  }

  .cart-btn {
    margin-left: 0px;
    margin-top: 7px;
  }



  .quantity input {
    width: 50px;
    padding: 8px 0px 8px 10px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-right: 10px;
  }

  .cart-btn a {
    background: #fdc509;
    color: #222;
    padding: 13px 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 41px;
  }

  .cart-btn a:hover {
    text-decoration: none;
  }

  .product-detail-content p {
    color: #333;
    margin: 10px 0px;
    font-size: 15px;
    text-align: justify;
    line-height: 26px;
  }


  span.cat-prct {
    font-weight: 500;
    font-size: 15px;
    margin: 8px 0px;
    display: inline-block;
  }

  span.cat-prct a {
    color: #cb0a00;
  }

  .product-detail-content ul {
    padding-left: 0px;
    list-style: none;
  }

  ul.points {
    margin-top: 16px !important;
  }

  .product-detail-content ul li {
    color: #727272;
    font-size: 15px;
    margin-bottom: 10px;
  }

  .share {
    display: flex;
    margin: 20px 0px;
    flex-direction: column;
  }

  .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: #333;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 40px;
    margin: 0px 4px;
    font-size: 18px;
    border-radius: 4px;
  }

  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: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 0px;
  }

  .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: #e2f2e3;
    color: #328321;
    padding: 6px 16px;
    display: block;
    margin-top: 9px;
    width: fit-content;
    font-weight: 500;
  }

  .blog-box {
    padding: 15px 0px;
    border-bottom: 1px solid #f5f2f2;
  }

  .blog-box:last-child {
    border: 0px;
  }





  .cart-box {
    border-bottom: 1px solid #f5f5f5;
    border-radius: 0px;
    display: flex;
    border-radius: 0px;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    background: transparent;
    padding: 16px 0px;
  }

  .cart-img-desc {
    display: flex;
    align-items: center;
    margin-right: 20px;
  }


  .cart-view {
    /* border: 1px solid #f5f5f5; */
    padding: 9px 16px;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 22px 40px rgb(154 150 150 / 15%);
  }


  .price {
    font-size: 0.9rem;
    font-weight: 600;
  }

  .prouct-name h3 {
    font-size: 0.94rem;
    margin-bottom: 3px;
    color: #333;
    font-weight: 600;
  }

  .prouct-name p {
    margin-bottom: 0px;
    color: #8c8989;
    font-size: 0.84rem;
  }


  .cart-img-desc img {
    border: 1px solid #f4f4f4;
    box-shadow: 3px 5px 35px rgb(172 172 175 / 10%);
    border-radius: 10px;
    margin-right: 14px;
  }

  .cart-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 22px;
  }

  .cart-quantity input {
    /* width: 86px; */
    padding: 8px 13px;
    border: 0px solid #eee;
    background: #fff;
    color: #727272;
    border-radius: 4px;
    font-size: 0.9rem;
  }


  .quantity button {
    margin: 0px 4px;
    border: 0px;
  }

  .mobile-header {
    display: none;
  }

  .cart-total {
    box-shadow: 0 22px 40px rgb(154 150 150 / 15%);
    padding: 16px 16px;
    background: #fff;
    border-radius: 10px;
  }


  .product-detail-content h1 {
    font-size: 2rem;
    font-weight: 600;
    color: #cb0a00;
  }

  .full-description h3 {
    font-size: 1.6rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    font-weight: 600;
    /* background: #f5f5f5; */
    border-radius: 0px;
    margin-bottom: 20px;
    color: #cb0a00;
  }


  .full-description p {
    font-size: 14px;
    color: #333;
    margin: 10px 0px;
    font-size: 15px;
    text-align: justify;
    line-height: 26px;
  }

  .product-desc button {
    color: #333;
    font-size: 0.96rem;
    font-weight: 500;
  }

  .desc-data {
    font-size: 0.94rem;
    color: #333;
    line-height: 24px;
  }



  .enquiry-section {

    padding: 60px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    background: #fffcf3;
  }

  /* .enquiry-section::before
{
  content: '';
  position: absolute;
  background: #0808085e;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
} */

  .enquiry-form {
    background: #fdc509;
    float: left;
    width: 100%;
    padding: 40px 40px;
  }

  form.enquiry-form input {
    width: 100%;
    padding: 13px 16px;
    font-size: 0.9rem;
    border: 1px solid #e4b20a;
    border-radius: 4px;
  }

  form.enquiry-form select {
    width: 100%;
    padding: 13px 16px;
    font-size: 0.9rem;
    border: 1px solid #e4b20a;
    border-radius: 4px;
  }

  form.enquiry-form label {
    font-size: 0.9rem;
    font-weight: 500;
  }


  form.enquiry-form textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 0.9rem;
    border: 1px solid #e4b20a;
    border-radius: 4px;
    height: 140px;
  }

  form.enquiry-form button {
    background-color: #3458ca;
    color: #222;
  }

  form.enquiry-form button {
    background-color: #cb0a00;
    color: #fff;
    margin: 0px auto;
    border: 1px solid #cb0a00;
    display: block;
    padding: 15px 40px;
    border-radius: 50px;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
  }

  form.enquiry-form h3 {
    font-size: 2.3rem;
    font-weight: 600;
    text-align: center;
    color: #cb0a00;
  }

  form.enquiry-form p {
    font-size: 0.9rem;
    text-align: center;
  }


  .benifits {
    padding: 60px 0px;
  }

  .benefit-box {
    text-align: center;
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    border-radius: 10px;
  }

  .icon-box {
    margin-bottom: 12px;
  }

  .benefit-box p {
    margin-bottom: 0px;
    font-weight: 500;
  }

  .blog {
    padding: 60px 0px;
    background: #fffcf1;
  }

  @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 all and (max-width: 768px) {

    .banner-txt h1 {
      font-size: 1rem;
    }

    .call-action {
      flex-direction: column;
    }

    .call-content h3 {
      font-size: 23px;
    }

    .call-act {
      text-align: center;
      justify-content: center;
    }


    .call-content {
      margin-bottom: 15px;
    }

    .top-bar {
      display: none;
    }

    .product-box {
      margin-bottom: 20px;
    }

    .fact-box {
      margin-bottom: 20px;
    }

    .about-content h1 {
      font-size: 22px;
    }

    .desktop-header {
      display: none;
    }

    .mobile-header {
      display: block;
      border-top: 3px solid #fdc509;
    }

    ul.header-right {
      display: flex;
      justify-content: center;
    }

    ul.header-right li a i {
      color: #fff;
    }

    .cart-text h3 {
      color: #fff;
    }

    .cart-text h3 small {
      color: #fff;
    }

    .main-menu {
      padding-bottom: 0px;
    }

    .navbar-light .navbar-toggler {
      background: #ffffff;
      padding: 0px;
      border: none;
    }

    .about-bg2 {
      height: 400px;
      display: none;
    }

    .about-img {
      margin-bottom: 20px;
    }

    .part-title h3 {
      font-size: 32px;
    }

    .benefit-box {
      margin-bottom: 15px;
    }

    .news-box {
      margin-bottom: 20px;
    }

    .about-content {
      margin-bottom: 50px;
    }

    ul.social-media {
      margin-bottom: 20px;
    }

    .banner-txt {
      top: 33px;
      left: 0px;
      padding: 0px 40px;
    }

    .banner-txt h5 {
      font-size: 1rem;
    }

    .banner-txt p {
      display: none;
    }

    .banner-txt a {
      font-size: 0.8rem;
      padding: 7px 18px;
    }

    .enquiry-form {
      padding: 20px;
    }

    .upper-info {
      flex-direction: column;
    }


  }