@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");



*,

*::before,

*::after {

  box-sizing: border-box;

}



html {

  font-family: sans-serif;

  line-height: 1.15;

  -webkit-text-size-adjust: 100%;

  -ms-text-size-adjust: 100%;

  -ms-overflow-style: scrollbar;

  -webkit-tap-highlight-color: transparent;

}



body {

  font-family: "Inter";

  font-style: normal;

}



h1,

h2,

h3,

h4,

h5,

h6,

p,

a,

span,

button,

li {

  font-family: "Inter";

  font-style: normal;

}



p {

  font-weight: 400;

}

.pd_60 {

  padding: 40px 0px;

}

.container-fluid {

  padding-left: 80px !important;

  padding-right: 80px !important;

}



.head_title h2 {

  font-weight: 700;

  font-size: 32px;

  line-height: 40px;

  color: #212121;

  position: relative;

}

a {

  text-decoration: none !important;

}

.top_title h2 {

  font-weight: 700;

  font-size: 32px;

  line-height: 40px;

  text-align: center;

  color: #212121;

}



.top_title p {

  font-weight: 400;

  font-size: 22px;

  line-height: 32px;

  text-align: center;

  color: #525252;

  padding: 0px 20%;

}



.green_color {

  color: #1B5E34;

}

.red_color {

  color: #1B5E34;

}



.hover_green_btn,

.hover_red_btn {

  transition: 0.5s;

  overflow: hidden;

  z-index: 999;

  cursor: pointer;

  position: relative;

  display: inline-block;

}



.hover_green_btn::before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background-color: #1B5E34;

  transform: translateX(-100%);

  transition: all 1s;

  z-index: -1;

}



.bg_green a:hover {

  -webkit-animation: pulse linear 1s 2 forwards;

  animation: pulse linear 1s 2 forwards;

  transition: 0.5s;

}

.bg_red a:hover {

  -webkit-animation: pulse linear 1s 2 forwards;

  animation: pulse linear 1s 2 forwards;

  transition: 0.5s;

}

@keyframes pulse {

  0% {

    transform: scale(1);

  }

  70% {

    transform: scale(0.9);

  }

  100% {

    transform: scale(1);

  }

}

.hover_red_btn::before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background-color: #1B5E34;

  transform: translateX(-100%);

  transition: all 0.3s;

  z-index: -1;

}

.hover_green_btn:hover::before {

  transform: translateX(0);

}

.hover_red_btn:hover::before {

  transform: translateX(0);

}



.bg_red a,
.bg_red button {

  background: #1B5E34 !important;

}

.bg_green a,
.bg_green button {

  background: #1B5E34 !important;

}



.green_color_img .owl-carousel .owl-nav button.owl-next {

  background: url(../../assets/img/green_right_btn.png) !important;

  background-size: cover !important;

}



.green_color_img .owl-carousel .owl-nav button.owl-prev {

  background: url(../../assets/img/green_left_btn.png) !important;

  background-size: cover !important;

}

.sticky {

  position: -webkit-sticky !important;

  position: sticky !important;

  top: 0;

  z-index: 9999;

  transition: all 0.35s ease;

}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Navbar css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.navbar {

  height: 75px !important;

  box-shadow: 0px 1px 0px #e7e7e7;

  padding: 0px 64px !important;

}



.dropdown-toggle::after {

  position: absolute !important;

  content: "" !important;

  background: url(../../assets/img/drop_down_icon.png) 0 0 / cover no-repeat;

  width: 12px;

  height: 7px;

  top: 16px;

  border-top: none !important;

  border-right: none !important;

  border-bottom: none !important;

  border-left: none !important;

}



.navbar .container-fluid {

  padding-left: 0px !important;

  padding-right: 0px !important;

}

.navbar-brand {

  display: flex;

  align-items: center;

  height: 75px;

  padding: 0;

  margin-right: 20px;

}

.navbar-brand img {

  max-height: 60px !important;

  max-width: 200px !important;

  width: auto;

  height: auto;

  object-fit: contain;

}

.navbar-toggler {

  border: none !important;

}

.navbar .navbar-nav {

  font-weight: 500;

  font-size: 15px;

  line-height: 23px;

  color: #2f2f2f;

}



.navbar-nav .nav-link.active,

.navbar-nav .show>.nav-link {

  font-weight: 600;

  font-size: 15px;

  line-height: 23px;

  color: #1B5E34 !important;

}



.navbar-expand-lg .navbar-nav .nav-link {

  padding-right: 16px !important;

  padding-left: 16px !important;

}



.navbar .nav-item .nav_demo_btn {

  background: #1B5E34;

  border-radius: 6px;

  font-weight: 600;

  font-size: 14px;

  line-height: 24px;

  letter-spacing: -0.002em;

  text-transform: uppercase;

  color: #ffffff;

  margin-left: 15px;

}



.navbar .nav-item .nav_demo_btn:hover {

  background: #1B5E34;

}



/*

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Navbar css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Hero Sec css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



#hero_sec {

  background: url(../../assets/img/hero_bg.png);

  background-size: 100% 100%;

  height: 656px;

}



#hero_sec .hero_content {
  margin-top: 92px;

}



#hero_sec .hero_content h1 {

  font-weight: 600;

  font-size: 52px;

  line-height: 62px;

  color: #212121;

}



#hero_sec .hero_content p {

  font-weight: 400;

  font-size: 20px;

  line-height: 32px;

  color: #525252;

  margin-bottom: 28px;

}



#hero_sec .hero_content a {

  font-weight: 600;

  font-size: 18px;

  line-height: 32px;

  text-align: center;

  color: #ffffff;

  background: #1B5E34;

  border-radius: 8px;

  padding: 10px 32px;

}



#hero_sec .hero_img img {

  margin-top: 110px;

  width: 652px;

}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                              Hero Sec css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                            About Sec css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



#about_sec {

  padding: 51px 0px;

}



#about_sec img {

  width: 495px;

}



#about_sec .about_content p {

  font-size: 16px;

  line-height: 30px;

  color: #525252;

  margin-top: 25px;

}



#about_sec .about_content p span {

  font-weight: 700;

  color: #1B5E34;

}



.head_title h2::after {

  content: "";

  position: absolute;

  background-color: #1B5E34;

  border-radius: 2px;

  bottom: -3px;

  left: 0%;

  width: 64px;

  height: 4px;

}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

About Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Advantage Sec css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#advantge_sec {

  background: url(../../assets/img/advantage_bg.png);

  background-size: 100% 100%;

}



#advantge_sec {

  padding: 40px 0px;

}



#advantge_sec .adv_content p {

  font-size: 16px;

  line-height: 30px;

  color: #525252;

  margin: 20px 0px;

}



#advantge_sec .adv_content .adv_box_list {

  display: flex;

  align-items: center;

  justify-content: space-between;

  flex-wrap: wrap;

}



#advantge_sec .adv_content .adv_box {

  background: #f0f8f4;

  box-shadow: 8px 8px 12px rgba(44, 131, 81, 0.12);

  border-radius: 16px;

  padding: 14px 18px;

  margin-bottom: 24px;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: 0.9s all;

}



#advantge_sec .adv_content .adv_box img {

  width: 32px;

  transition: 0.5s all;

}

#advantge_sec .adv_content .adv_box:hover img {

  transform: scale(0.9);

}

#advantge_sec .adv_content .adv_box:hover {

  transform: scale(1.05);

}

#advantge_sec .adv_content .adv_box p {

  font-size: 16px;

  line-height: 30px;

  color: #212121;

  margin-top: 0px;

  margin-bottom: 0px;

  margin-left: 18px;

}



#advantge_sec .adv_side_img {

  text-align: end;

  margin-top: 60px;

}



#advantge_sec .adv_side_img img {

  width: 529.03px;

}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Advantage Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

News logo Sec css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#news_logo_sec {

  padding: 40px 0px;

}



#news_logo_sec .news_logos {

  display: flex;

  align-items: center;

  justify-content: center;

}



#news_logo_sec .head_title h2::after {

  content: "";

  position: absolute;

  background-color: #1B5E34;

  border-radius: 2px;

  bottom: -5px;

  left: 50%;

  width: 96px;

  height: 4px;

  transform: translateX(-50%);

}



#news_logo_sec .news_img_box {

  margin: 30px;

}



#news_logo_sec .news_logos img {

  width: 90px;

}



#news_logo_sec p {

  width: 90px;

}



#news_logo_sec .news_more_btn {

  margin-top: 30px;

  display: flex;

  align-items: center;

  justify-content: center;

}



#news_logo_sec .news_more_btn a {

  box-shadow: 0px 5px 5px #d8e5ff;

  border-radius: 8px;

  font-weight: 500;

  font-size: 18px;

  line-height: 23px;

  text-align: center;

  color: #ffffff;

  text-decoration: none;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 10px 32px;

}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

News logo Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Brands That Trust Us Sec css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#brand_trust_sec {

  background: #fef9f9;

  padding: 50px 0px;

}



#brand_trust_sec h2 {

  font-weight: 700;

  font-size: 32px;

  line-height: 40px;

  color: #212121;

  position: relative;

}



#brand_trust_sec h2::after {

  content: "";

  position: absolute;

  background-color: #1B5E34;

  border-radius: 2px;

  bottom: -3px;

  left: 0%;

  width: 64px;

  height: 4px;

}



#brand_trust_sec .nav-pills .nav-link.active,

#brand_trust_sec .nav-pills .show>.nav-link {

  background: #1B5E34;

  border-radius: 6px;

  font-weight: 500;

  font-size: 13px;

  line-height: 27px;

  color: #ffffff;

}



#brand_trust_sec .nav-pills .nav-link {

  border: 1px solid #c6e6d1;

  border-radius: 6px;

  margin-right: 10px;

  font-weight: 500;

  font-size: 13px;

  line-height: 27px;

  color: #1B5E34;

  transition: 0.5s;

}



#brand_trust_sec .nav-pills .nav-link:hover {

  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}



#brand_trust_sec h3 {

  font-weight: 600;

  font-size: 24px;

  line-height: 32px;

  color: #212121;

  margin-top: 40px;

}



#brand_trust_sec p {

  font-size: 16px;

  line-height: 28px;

  color: #525252;

}



#brand_trust_sec .text-center {

  display: flex;

  align-items: center;

  justify-content: end;

  position: relative;

}

#brand_trust_sec .tab_imgs {

  /* position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, 0%);
  width: 85%; */

  position: absolute;
top: 88%;
left: 50%;
transform: translate(-30%, -18%);
width: 70%;

}



#brand_trust_sec .brand_icon a img {

  height: 60px;

  transition: 0.2s ease-out;

}

#brand_trust_sec .brand_icon a img:hover {

  transform: scale(1.05);

}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Brands That Trust Us Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Statistics So far Sec css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



#statistics_sec {

  padding: 40px 0px;

  background: #ffffff;

}



#statistics_sec .statistics_box {

  background: linear-gradient(117.78deg, #1B5E34 34.55%, #1B5E34 79.96%);

  border: 4.6px solid #f7f7f7;

  box-shadow: -18px 18px 32px rgba(85, 85, 85, 0.14);

  border-radius: 12px;

  padding: 25px 16px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  position: relative;

}



#statistics_sec .statistics_box:hover {

  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}



#statistics_sec .statistics_box img {

  width: 76px;

}



#statistics_sec .statistics_box h4 {

  font-weight: 500;

  font-size: 16px;

  line-height: 26px;

  color: #ffffff;

  margin: 0px;

}



#statistics_sec .statistics_box .counter {

  font-weight: 700;

  font-size: 20px;

  line-height: 26px;

  color: #ffffff;

  text-align: end;

  margin: 0px;

}



#statistics_sec .statistics_box .Statistics_icon1 {

  position: absolute;

  top: 0px;

  right: 0px;

  width: 29px;

}



#statistics_sec .statistics_box .Statistics_icon2 {

  position: absolute;

  bottom: 0px;

  left: 0px;

  width: 29px;

}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Statistics So far Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Pricing And Offers Sec css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#pricing_offer_sec {

  padding: 50px 0px;

  background: #fbfbfb;

}



#pricing_offer_sec h2 {

  font-weight: 700;

  font-size: 32px;

  line-height: 40px;

  text-align: center;

  color: #212121;

  position: relative;

}



#pricing_offer_sec h2::after {

  content: "";

  position: absolute;

  background-color: #1B5E34;

  border-radius: 2px;

  bottom: -8px;

  left: 50%;

  width: 145px;

  height: 4px;

  transform: translateX(-50%);

}



#pricing_offer_sec .packages.active {

  background: #1B5E34 !important;

  box-shadow: 0px 12px 26px #9bd1b1;

  border-radius: 12px !important;

  color: #fff !important;

  margin: 0px;

}



#pricing_offer_sec .packages.active h3 {

  font-weight: 700;

  font-size: 22px;

  line-height: 30px;

  color: #fff;

}



#pricing_offer_sec .packages.active h4 {

  font-weight: 600;

  font-size: 56px;

  line-height: 68px;

  letter-spacing: -0.005em;

  color: #fff;

}



#pricing_offer_sec .packages.active h4 span {

  font-weight: 300;

  font-size: 16px;

  line-height: 22px;

  color: #fff;

  vertical-align: middle;

  margin: 0px;

}



#pricing_offer_sec .packages.active p {

  font-weight: 400;

  font-size: 16px;

  line-height: 22px;

  color: #fff;

}



#pricing_offer_sec .packages.active .price_btn {

  display: flex;

  justify-content: center;

  align-items: center;

  width: 100%;

  padding: 10px 12px;

  gap: 4px;

  margin-top: 24px;

  margin-bottom: 40px;

  background: #ffffff;

  box-shadow: 0px 6px 5px rgba(36, 36, 36, 0.25);

  border-radius: 8px;

}



#pricing_offer_sec .packages.active .price_btn a {

  font-weight: 600;

  font-size: 16px;

  line-height: 22px;

  text-align: center;

  color: #1B5E34;

}



#pricing_offer_sec .packages.active .price_list h5 {

  font-weight: 400;

  font-size: 15px;

  line-height: 18px;

  color: #fff;

  margin-left: 35px;

  margin-bottom: 25px;

  display: flex;

  align-items: center;

  padding: 0px;

  position: relative;

}



#pricing_offer_sec .packages.active .price_list h6 {

  font-weight: 400;

  font-size: 15px;

  line-height: 18px;

  color: #fff;

  margin-left: 35px;

  margin-bottom: 25px;

  position: relative;

  display: flex;

  align-items: center;

  padding: 0px;

}



#pricing_offer_sec .packages {

  padding: 40px 24px;

  margin: 10px;

  width: auto;

  padding-bottom: 1.5em;

  height: 100%;

  display: flex;

  flex-direction: column;

  align-items: self-start;

  text-align: start;

  flex-wrap: wrap;

  color: #f4f4f4;

  border-radius: 8px;

  background: #ffffff;

  box-shadow: 0px 1px 2.4px rgba(154, 154, 154, 0.25);

  border-radius: 8px;

  margin: 0px 5px;

  transition: 0.3s ease-in;

}

#pricing_offer_sec .packages:hover {

  transform: scale(1.01);

  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

}



#pricing_offer_sec .packages h3 {

  font-weight: 700;

  font-size: 22px;

  line-height: 30px;

  color: #212121;

}



#pricing_offer_sec .packages h4 {

  font-weight: 600;

  font-size: 52px;

  line-height: 62px;

  letter-spacing: -0.005em;

  color: #212121;

}



#pricing_offer_sec .packages h4 span {

  font-weight: 300;

  font-size: 16px;

  line-height: 22px;

  color: #4b5768;

  vertical-align: middle;

  margin: 0px;

}



#pricing_offer_sec .packages p {

  font-weight: 400;

  font-size: 16px;

  line-height: 22px;

  color: #64748b;

}



#pricing_offer_sec .packages .price_btn {

  border: 1.5px solid #1B5E34;

  border-radius: 8px;

  display: flex;

  justify-content: center;

  align-items: center;

  width: 100%;

  padding: 8px 12px;

  gap: 4px;

  margin-top: 20px;

  margin-bottom: 40px;

}



#pricing_offer_sec .packages .price_btn a {

  font-weight: 600;

  font-size: 16px;

  line-height: 22px;

  text-align: center;

  color: #1B5E34;

}



#pricing_offer_sec .top_bar .toggle-btn {

  display: flex;

  align-items: center;

  margin-bottom: 66px;

  justify-content: center;

  gap: 20px;

}



#pricing_offer_sec .top_bar .toggle-btn .yearly_offer {

  position: relative;

}



#pricing_offer_sec .top_bar .toggle-btn .yearly_offer img {

  width: 185px;

  height: 87.32px;

  position: absolute;

  top: -5px;

  right: -175px;

}



#pricing_offer_sec .switch {

  position: relative;

  display: inline-block;

  width: 44px;

  height: 24px;

}



#pricing_offer_sec .switch input {

  opacity: 0;

  width: 0;

  height: 0;

}



#pricing_offer_sec .slider {

  position: absolute;

  cursor: pointer;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: rgba(4, 9, 33, 0.32);

  border-radius: 12px;

  -webkit-transition: 0.4s;

  transform: translate(0px, 0px);

  transition: 0.6s ease transform, 0.6s box-shadow;

}



#pricing_offer_sec .slider:before {

  position: absolute;

  content: "";

  width: 20px;

  height: 20px;

  left: 4px;

  bottom: 2px;

  background-color: white;

  -webkit-transition: 0.4s;

  transition: 0.4s;

}



#pricing_offer_sec .switch input:checked+.slider {

  background-color: #00bb1e;

}

#pricing_offer_sec .switch input:checked+.slider1 {

  background-color: #1B5E34;

  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;

}

#pricing_offer_sec input:checked+.slider:before {

  -webkit-transform: translateX(16px);

  -ms-transform: translateX(16px);

  transform: translateX(16px);

}



#pricing_offer_sec .slider.round {

  border-radius: 34px;

}



#pricing_offer_sec .slider.round:before {

  border-radius: 50%;

}



#pricing_offer_sec .toggle-btn .switch_btn {

  font-weight: 400;

  font-size: 16px;

  line-height: 19px;

  color: #212121;

}



#pricing_offer_sec .packages .price_list h5 {

  font-weight: 400;

  font-size: 15px;

  line-height: 18px;

  color: #212121;

  margin-left: 35px;

  margin-bottom: 25px;

  display: flex;

  align-items: center;

  padding: 0px;

  position: relative;

}



#pricing_offer_sec .packages .price_list h5::after {

  content: "";

  background: url("../../assets/img/priceing_ok.png");

  position: absolute;

  background-size: cover;

  background-repeat: no-repeat;

  top: -5px;

  left: -40px;

  width: 32px;

  height: 32px;

  border-radius: 50%;

  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,

    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;

}



#pricing_offer_sec .packages .price_list h6 {

  font-weight: 400;

  font-size: 15px;

  line-height: 18px;

  color: #a0abbb;

  margin-left: 35px;

  margin-bottom: 25px;

  position: relative;

  display: flex;

  align-items: center;

  padding: 0px;

}



#pricing_offer_sec .packages .price_list h6::after {

  content: "";

  background: url("../../assets/img/priceing_cros.png");

  position: absolute;

  background-size: cover;

  background-repeat: no-repeat;

  top: -5px;

  left: -40px;

  width: 32px;

  height: 32px;

  border-radius: 50%;

  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,

    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;

}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Pricing And Offers Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Our Features Sec css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



#our_features_sec {

  background: url(../../assets/img/our_feature_bg.png);

  background-size: 100% 100%;

  background-repeat: no-repeat;

  height: 780px;

  padding: 64px 0px;

}



#our_features_sec h2 {

  font-weight: 700;

  font-size: 32px;

  line-height: 40px;

  text-align: center;

  color: #212121;

  position: relative;

  margin-bottom: 30px;

}



#our_features_sec h2::after {

  content: "";

  position: absolute;

  background-color: #1B5E34;

  border-radius: 2px;

  bottom: -3px;

  left: 50%;

  width: 102px;

  height: 4px;

  transform: translateX(-50%);

}



#our_features_sec .features_box {

  background: #f0f8f4;

  box-shadow: 8px 8px 12px rgba(44, 131, 81, 0.106);

  border-radius: 16px;

  padding: 33px;

  margin-bottom: 30px;

}

#our_features_sec .features_box:hover {

  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

}



#our_features_sec .features_box .features_content {

  display: flex;

  align-items: center;

  justify-content: flex-start;

  gap: 20px;

}



#our_features_sec .features_box .features_content img {

  width: 58px;

  transition: 0.3s ease;

}



#our_features_sec .features_box:hover img {

  transform: scale(1.2);

}



#our_features_sec .features_box .features_content h1 {

  font-weight: 600;

  font-size: 20px;

  line-height: 28px;

  color: #323232;

  margin: 0px;

}



#our_features_sec .features_box p {

  font-weight: 400;

  font-size: 15px;

  line-height: 25px;

  color: #525252;

  margin-top: 15px;

  margin-bottom: 0px;

}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Our Features Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Meet Our Clients Sec css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#meet_our_clients_sec {

  background: #fbfdff;

  padding: 40px 0px;

}



#meet_our_clients_sec .our_clients {

  position: relative;

}

#meet_our_clients_sec h3 {

  font-weight: 700;

  font-size: 32px;

  line-height: 40px;

  color: #212121;

}



#meet_our_clients_sec h4 {

  font-weight: 700;

  font-size: 32px;

  line-height: 40px;

  color: #212121;

  position: relative;

  margin-bottom: 15px;

}



#meet_our_clients_sec h4::after {

  content: "";

  position: absolute;

  background-color: #1B5E34;

  border-radius: 2px;

  bottom: -3px;

  left: 0%;

  width: 64px;

  height: 4px;

}



#meet_our_clients_sec .meet_clients_content {

  margin-top: 10px;

}

#meet_our_clients_sec .meet_clients_content p {

  font-size: 16px;

  line-height: 26px;

  color: #525252;

  margin-bottom: 16px;

}



#meet_our_clients_sec .meet_clients_content h5 {

  font-weight: 700;

  font-size: 18px;

  line-height: 26px;

  color: #1B5E34;

  margin-top: 10px;

  margin-bottom: 0px;

}

#meet_our_clients_sec .meet_clients_content h1 {

  font-weight: 700;

  font-size: 18px;

  line-height: 26px;

  color: #1B5E34;

  margin-top: 10px;

  margin-bottom: 0px;

}



#meet_our_clients_sec .meet_clients_content h6 {

  font-weight: 500;

  font-size: 13px;

  line-height: 23px;

  color: #383838;

}



.owl-carousel button.owl-dot {

  display: none;

}



#meet_our_clients_sec .owl-carousel .owl-nav button.owl-prev {

  color: transparent;

  border: none;

  font: inherit;

  width: 32px;

  height: 32px;

  border-radius: 50%;

  margin-right: 18px;

  background: url(../../assets/img/red_left_btn.png);

  background-size: cover;

}



#meet_our_clients_sec .owl-carousel .owl-nav button.owl-next {

  color: transparent;

  border: none;

  padding: 0;

  font: inherit;

  background: #1B5E34;

  width: 32px;

  height: 32px;

  border-radius: 50%;

  background: url(../../assets/img/red_right_btn.png);

  background-size: cover;

}



#meet_our_clients_sec .owl-theme .owl-nav {

  text-align: start;

  -webkit-tap-highlight-color: transparent;

}



#meet_our_clients_sec .owl-theme .owl-dots {

  display: none;

}



#meet_our_clients_sec .clienta_icon .clients1 {

  position: absolute;

  top: 5%;

  left: 5%;

  transition: 1s ease;

  animation: move 2s infinite alternate;

  width: 44.6px;

}



#meet_our_clients_sec .clienta_icon .clients2 {

  position: absolute;

  top: 10%;

  right: 8%;

  transition: 1s ease-in;

  animation: move 1.5s infinite alternate;

  width: 46.63px;

}



#meet_our_clients_sec .clienta_icon .clients3 {

  position: absolute;

  top: 40%;

  left: 32%;

  transition: 2s all;

  animation: move 1.5s infinite alternate-reverse;

  width: 65.89px;

}



#meet_our_clients_sec .clienta_icon .clients4 {

  position: absolute;

  bottom: 5%;

  left: 8%;

  transition: 2.5s ease-in-out;

  animation: move 2.5s infinite alternate;

  width: 40.55px;

}



#meet_our_clients_sec .clienta_icon .clients5 {

  position: absolute;

  bottom: 5%;

  right: 25%;

  transition: 1s all;

  animation: move 1s infinite alternate;

  width: 44.6px;

}



@keyframes move {

  0% {

    transform: translateY(0);

  }



  100% {

    transform: translateY(-10px);

  }

}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Meet Our Clients Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

faq section Sec css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



#faq_sec {

  padding: 40px 0px;

  background: url(../../assets/img/faq_bg.png);

  background-size: cover;

}



#faq_sec h5 {

  font-style: normal;

  font-weight: 700;

  font-size: 28px;

  line-height: 38px;

  color: #212121;

  text-align: center;

  margin-bottom: 40px;

  position: relative;

}



#faq_sec h5::after {

  content: "";

  position: absolute;

  background-color: #1B5E34;

  border-radius: 2px;

  bottom: -2px;

  left: 50%;

  width: 44px;

  height: 4px;

  transform: translateX(-50%);

}



#faq_sec .accordion .accordion-item {

  border-left: none;

  border-right: none;

}



#faq_sec .accordion-button {

  /* border-top: 1px solid #d9d9d9 !important; */

  font-family: "Inter";

  font-style: normal;

  font-weight: 600;

  font-size: 16px;

  line-height: 26px;

  color: #5a5a5a !important;

}



#faq_sec .accordion-button:not(.collapsed) {

  background: #fff !important;

  box-shadow: none !important;

  padding-bottom: 1px;

  border: none !important;

}



#faq_sec .accordion-item:first-of-type .accordion-button {

  border-top-left-radius: initial !important;

  border-top-right-radius: initial !important;

}



#faq_sec .accordion-button:focus {

  box-shadow: none !important;

}



#faq_sec .accordion-body {

  font-family: "Inter";

  font-style: normal;

  font-weight: 400;

  font-size: 14px;

  line-height: 26px;

  display: flex;

  align-items: center;

  color: #525252;

}



#faq_sec .accordion-button::after {

  background: url(../../assets/img/faq_collaps.png) !important;

  width: 26px;

  height: 26px;

  flex-shrink: 0;

  margin-left: auto;

  content: "";

  transform: rotate(-180deg);

  transition: transform 0.2s ease-in-out;

  background-size: cover !important;

}



#faq_sec .accordion-button:not(.collapsed)::after {

  background: url(../../assets/img/faq_collaps.png) !important;

  width: 26.04px;

  height: 26px;

  flex-shrink: 0;

  margin-left: auto;

  content: "";

  background-repeat: no-repeat;

  transform: rotate(-360deg);

  background-size: cover !important;

  border-radius: 50%;

  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

faq section Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Our Testimonials Sec css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#testimonials_sec {

  background: linear-gradient(180deg, #fcfcfc 64.9%, #ffffff 76.05%);

  padding: 40px 0px;

}



#testimonials_sec h2 {

  font-weight: 700;

  font-size: 40px;

  line-height: 52px;

  text-align: center;

  color: #212121;

  position: relative;

}



#testimonials_sec h2 {

  font-weight: 700;

  font-size: 40px;

  line-height: 52px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #212121;

}

#testimonials_sec h2 span {

  color: #fe5150;

  margin-left: 5px;

}

#testimonials_sec h2::after {

  content: "";

  position: absolute;

  background-color: #1B5E34;

  border-radius: 2px;

  bottom: -2px;

  left: 50%;

  width: 166px;

  height: 4px;

  transform: translateX(-50%);

}



#testimonials_sec .testimonials_box {

  background: #ffffff;

  box-shadow: 0px 10px 15px #e4e4e4;

  border-radius: 15.6995px;

  padding: 22px;

  margin-top: 70px;

  margin-bottom: 30px;

  position: relative;

}



#testimonials_sec .testimonials_box .test_box_cont {

  display: flex;

  justify-content: space-between;

  margin-bottom: 30px;

}



#testimonials_sec .testimonials_box .user_icon img {

  width: 78px;

  filter: drop-shadow(0px 0px 1.96243px rgba(46, 46, 46, 0.25));

  border-radius: 50%;

  position: absolute;

  top: -40px;

  left: 20px;

  transition: 1s;

}

#testimonials_sec .testimonials_box:hover .user_icon img {

  transition: ease 1s;

  transform: translateY(-10px);

  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

}



#testimonials_sec .testimonials_box .test_star_img {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

}



#testimonials_sec .testimonials_box .test_star_img img {

  width: 16px;

}



#testimonials_sec .testimonials_box p {

  font-weight: 400;

  font-size: 14.7183px;

  line-height: 23px;

  color: #565656;

}



#testimonials_sec .testimonials_box h6 {

  font-weight: 600;

  font-size: 15.6995px;

  line-height: 26px;

  color: #242424;

}



#testimonials_sec .owl-carousel {

  display: block;

}



#testimonials_sec .owl-carousel .owl-nav button.owl-prev {

  color: transparent;

  border: none;

  font: inherit;

  width: 32px;

  height: 32px;

  border-radius: 50%;

  margin-right: 18px;

  position: absolute;

  top: -55px;

  right: 40px;

  background: url(../../assets/img/red_left_btn.png);

  background-size: cover;

}



#testimonials_sec .owl-carousel .owl-nav button.owl-next {

  color: transparent;

  border: none;

  font: inherit;

  width: 32px;

  height: 32px;

  border-radius: 50%;

  margin-right: 18px;

  position: absolute;

  top: -55px;

  right: 0px;

  background: url(../../assets/img/red_right_btn.png);

  background-size: cover;

}



#testimonials_sec .owl-carousel .owl-nav.disabled {

  display: block;

}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Our Testimonials Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Subscribe To Newsletter Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#newsletter_sec {

  background: url(../../assets/img/newsletter_bg.png);

  background-size: cover;

}



#newsletter_sec .newsletter_content h4 {

  font-weight: 800;

  font-size: 40px;

  line-height: 52px;

  text-align: center;

  color: #ffffff;

  padding-top: 40px;

}



#newsletter_sec .newsletter_content p {

  font-weight: 400;

  font-size: 20px;

  line-height: 34px;

  text-align: center;

  color: #ffffff;

  margin-top: 12px;

}



#newsletter_sec .sub_box {

  margin-top: 40px;

  margin-bottom: 80px;

  display: flex;

  align-items: center;

  justify-content: center;

}



#newsletter_sec .sub_box .form-control:focus {

  box-shadow: none !important;

  border: 2px solid #243c4f;

  border-color: none;

}



#newsletter_sec .sub_box .sub_btn {

  background: #1B5E34;

  width: 126px;

  height: 46px;

  font-family: "Inter";

  font-style: normal;

  font-weight: 600;

  font-size: 16px;

  line-height: 32px;

  color: #ffffff;

  border: none;

  position: absolute;

  top: 0px;

  right: 0;

  z-index: 9;

  transition: 1s ease;

}



#newsletter_sec .sub_box .input-group .form-control {

  position: relative;

  font-weight: 500;

  font-size: 14px;

  line-height: 24px;

  color: #939393;

  background: #fefefe;

  box-shadow: -4px 6px 6px rgba(81, 81, 81, 0.25);

  border-radius: 8px;

}



#newsletter_sec .sub_box .input-group {

  width: 512px;

  height: 46px;

}



#newsletter_sec .sub_box .form-control:focus {

  color: #495057;

  border-color: #1B5E34;

  outline: 0;

  background: #fefefe;

  box-shadow: -4px 6px 6px rgba(81, 81, 81, 0.25) !important;

  border-radius: 8px;

}



#newsletter_sec .sub_box .unsubscribe-link {

  text-decoration: none !important;

  font-size: 13px;

  color: #fff;

}



#newsletter_sec .sub_box .unsubscribe-link:hover {

  text-decoration: none !important;

  color: #fff;

}



#newsletter_sec .sub_box .sub_box .input-group-btn button {

  font-style: normal;

  font-weight: 500;

  font-size: 14px;

  line-height: 18px;

  color: #525252;

}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Subscribe To Newsletter Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Get In Touch Sec css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



#get_in_touch_sec {

  background: #fff;

  padding: 40px 0px;

}



#get_in_touch_sec .get_in_touch h2 {

  font-weight: 700;

  font-size: 40px;

  line-height: 52px;

  color: #212121;

  position: relative;

}



#get_in_touch_sec .get_in_touch h2::after {

  content: "";

  position: absolute;

  background-color: #1B5E34;

  border-radius: 2px;

  bottom: -3px;

  left: 0%;

  width: 64px;

  height: 4px;

}



#get_in_touch_sec .get_in_touch .form_feilds {

  margin-top: 30px;

}



#get_in_touch_sec .get_in_img {

  width: 471px;

  margin-top: 30px;

}

#get_in_touch_sec .get_in_touch .form_feilds .form_input {

  margin-top: 25px;

}

#get_in_touch_sec .get_in_touch .form_feilds .form-control {

  border: 1px solid #c8c8c8;

  border-radius: 6px;

  padding: 12px;

}



#get_in_touch_sec .get_in_touch .form_feilds .form-control:focus {

  box-shadow: none;

}



#get_in_touch_sec .get_in_touch .form_feilds button {

  background: #1B5E34;

  box-shadow: 0px 5px 5px #d8e5ff;

  border-radius: 8px;

  padding: 12px 30px;

  font-weight: 600;

  font-size: 18px;

  line-height: 22px;

  text-align: center;

  color: #ffffff;

  margin-top: 30px;

  border: none;

}



#get_in_touch_sec .get_in_touch .form_feilds .bg_red button {

  background: #1B5E34;

}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Get In Touch Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Footer Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



#footer_sec {

  padding-top: 30px;

  background: #ffffff;

}



#footer_sec .footer_content .ft_img {

  width: 217.6px;

  margin-bottom: 12px;

}



#footer_sec .footer_content p {

  font-size: 16px;

  line-height: 28px;

  color: #565656;

  max-width: 90%;

  margin: 0px;

  font-weight: 500;

}



#footer_sec .footer_content .ft_contact p {

  color: #565656;

  font-size: 1rem;

  font-weight: 500;

  line-height: 1.375rem;

  letter-spacing: 0.02rem;

}



#footer_sec .footer_content h1 {

  font-weight: 600;

  font-size: 22px;

  line-height: 32px;

  color: #212121;

  margin-bottom: 12px;

}



#footer_sec .footer_content ul {

  list-style-type: none;

  padding: 0px;

}



#footer_sec .footer_content ul li a {

  padding: 8px 0px;

  font-weight: 500;

  font-size: 16px;

  line-height: 32px;

  letter-spacing: 0.02em;

  color: #565656;

}



#footer_sec .footer_content .ft_contact {

  display: flex;

  align-items: baseline;

  gap: 8px;

  margin-bottom: 10px;

}



#footer_sec .footer_content .ft_contact img {

  width: 16px;

  height: 16px;

  margin-top: -5px;

}



#footer_sec .footer_content .ft_contact p a {

  font-weight: 500;

  font-size: 16px;

  line-height: 22px;

  letter-spacing: 0.02em;

  color: #565656;

  margin: 0px;

  max-width: 100%;

}



#footer_sec .footer_bottom {

  border-top: 1px solid #1B5E34;

}



#footer_sec .copy_rights p {

  font-weight: 400;

  font-size: 16px;

  line-height: 32px;

  color: #475569;

  text-align: start;

  margin: 0px;

  padding: 16px 0px;

}



#footer_sec .footer_social {

  display: flex;

  align-items: center;

  gap: 20px;

  padding: 16px 0px;

}



#footer_sec .footer_social img {

  width: 36px;

  transition: 0.2s;

}

#footer_sec .footer_social img:hover {

  box-shadow: 0 0 5px #1B5E34;

  border-radius: 50%;

  text-shadow: 0 0 5px #ffee10;

  transform: scale(1.1);

}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Footer Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

About Top sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



#about_top_sec {

  background: url(../../assets/img/about_top_bg.png);

  background-size: cover;

  height: 530px;

}



#about_top_sec .about_content h1 {

  font-weight: 700;

  font-size: 52px;

  line-height: 72px;

  color: #212121;

  margin-top: 90px;

}



#about_top_sec .about_content p {

  font-weight: 400;

  font-size: 20px;

  line-height: 38px;

  color: #525252;

  margin: 16px 0px;

}



#about_top_sec .about_content a {

  background: #1B5E34;

  border-radius: 6px;

  font-weight: 600;

  font-size: 20px;

  line-height: 30px;

  text-align: center;

  color: #ffffff;

  padding: 12px 32px;

}



#about_top_sec .about_top_img {

  margin-top: 53px;

  width: 622px;

}



#about_top_sec .about_img_box {

  position: relative;

}



#about_top_sec .about_img_box .about_icon img {

  width: 27.28px;

}

#about_top_sec .about_img_box .about_icon .about_icon1 {

  position: absolute;

  top: 50%;

  left: 3%;

  animation: rotating 11s linear infinite;

}



#about_top_sec .about_img_box .about_icon .about_icon2 {

  position: absolute;

  top: 45%;

  right: 50%;

  animation: rotating 9s linear infinite;

}

#about_top_sec .about_img_box .about_icon .about_icon3 {

  position: absolute;

  top: 37%;

  right: 4%;

  animation: rotating 6s linear infinite;

}



@-webkit-keyframes rotating {

  from {

    -webkit-transform: rotate(0deg);

  }

  to {

    -webkit-transform: rotate(360deg);

  }

}



.rotating {

  -webkit-animation: rotating 2s linear infinite;

}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

About Top sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Our Team sec css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#our_team_sec {

  background: url(../../assets/img/our_team_bg.png);

  background-size: 100% 100%;

  padding: 40px 0px;

}



#our_team_sec img {

  width: 600px;

}



#our_team_sec .team_content {

  padding-left: 40px;

}



#our_team_sec .team_content h2 {

  font-weight: 700;

  font-size: 32px;

  line-height: 40px;

  color: #212121;

  margin-bottom: 30px;

  position: relative;

}



#our_team_sec .team_content h2::after {

  content: "";

  position: absolute;

  background-color: #1B5E34;

  border-radius: 2px;

  bottom: -3px;

  left: 0%;

  width: 64px;

  height: 4px;

}



#our_team_sec .team_content p {

  font-size: 16px;

  line-height: 28px;

  color: #525252;

  margin: 12px 0px;

}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Our Team sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

our Founder sec css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#meet_founder_sec {

  background: url(../../assets/img/founder_bg.gif);

  background-size: 100% 100%;

  height: 431.95px;

}



#meet_founder_sec .meet_founder h4 {

  font-style: italic;

  font-weight: 500;

  font-size: 22px;

  line-height: 32px;

  color: #212121;

  margin-top: 64px;

}



#meet_founder_sec .meet_founder h3 {

  font-weight: 700;

  font-size: 32px;

  line-height: 40px;

  color: #1B5E34;

}



#meet_founder_sec .meet_founder p {

  font-weight: 400;

  font-size: 16px;

  line-height: 26px;

  color: #525252;

  max-width: 90%;

}



#meet_founder_sec .meet_founder p span {

  font-weight: 700;

  color: #1B5E34;

}



#meet_founder_sec .founder_img img {

  margin-top: 42px;

  width: 300px;

  float: right;

}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

our Founder sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Contact us top sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



#contact_top_sec {

  background: url(../../assets/img/contact_us_banner.png);

  background-size: cover;

  height: 280px;

  position: relative;

  overflow: hidden;

}



#contact_top_sec .contact_top_content {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

}



.rotating_icons .rotating_icon1 {

  position: absolute;

  bottom: 11%;

  right: 11%;

  animation: rotating 10s linear infinite;

  width: 19.2px;

}



.rotating_icons .rotating_icon2 {

  position: absolute;

  top: 13%;

  right: 18%;

  animation: rotating 4s linear infinite;

  width: 16px;

}

.rotating_icons .rotating_icon3 {

  position: absolute;

  top: 63%;

  left: 38%;

  animation: rotating 6s linear infinite;

  width: 8px;

}

.rotating_icons .rotating_icon4 {

  position: absolute;

  bottom: 17%;

  left: 16%;

  animation: rotating 12s linear infinite;

  width: 17.19px;

}

.rotating_icons .rotating_icon5 {

  position: absolute;

  top: 28%;

  left: 8%;

  animation: rotating 5s linear infinite;

  width: 7.03px;

}



.rotating_icons .rotating_icon6 {

  position: absolute;

  width: 12px;

  top: 42%;

  left: 15%;

  animation: moving_circle 2s linear infinite;

}



.rotating_icons .rotating_icon7 {

  position: absolute;

  width: 16px;

  top: 50%;

  right: 26%;

  animation: moving_circle 5s linear infinite;

}

.rotating_icons .rotating_icon7 {

  position: absolute;

  width: 16px;

  top: 40%;

  right: 28%;

  animation: moving_circle 5s linear infinite;

}

.rotating_icons .rotating_icon8 {

  position: absolute;

  width: 16px;

  top: 25%;

  right: 70%;

  animation: moving_circle 3s linear infinite;

}

.rotating_icons .rotating_icon9 {

  position: absolute;

  width: 14px;

  top: -2%;

  left: 18%;

  animation: moving_circle 5s linear infinite;

}



.rotating_icons .rotating_icon10 {

  position: absolute;

  width: 14px;

  bottom: -2%;

  right: 30%;

  animation: moving_circle 5s linear infinite;

}

@keyframes moving_circle {

  from {

    filter: hue-rotate(0deg);

  }

  to {

    filter: hue-rotate(360deg);

  }

}

#contact_top_sec .contact_top_content h1 {

  font-weight: 700;

  font-size: 32px;

  line-height: 42px;

  text-align: center;

  color: #1B5E34;

}



#contact_top_sec .contact_top_content h1 span {

  color: #212121;

}



#contact_top_sec .contact_top_content p {

  font-weight: 400;

  font-size: 22px;

  line-height: 34px;

  text-align: center;

  color: #525252;

  margin-top: 16px;

}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Contact us top sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

General Enquiry sec css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#general_enquiry_sec {

  background: #fafbff;

  padding-top: 55px;

}



#general_enquiry_sec h2 {

  font-weight: 700;

  font-size: 40px;

  line-height: 52px;

  color: #212121;

  position: relative;

  margin-bottom: 60px;

}



#general_enquiry_sec h2::after {

  content: "";

  position: absolute;

  background-color: #1B5E34;

  border-radius: 2px;

  bottom: -3px;

  left: 0%;

  width: 64px;

  height: 4px;

}



#general_enquiry_sec .general_enq_box {

  background: radial-gradient(143.75% 841.69% at -3.7% 0%,

      #f0f5ff 0%,

      rgba(230, 238, 255, 0) 100%);

  filter: drop-shadow(-2px 4px 6px rgba(120, 120, 120, 0.25));

  border-radius: 16px;

  padding: 24px;

  position: relative;

  overflow: hidden;

  margin-bottom: 60px;

}



#general_enquiry_sec .general_enq_box .enq_content {

  display: flex;

  gap: 12px;

}



#general_enquiry_sec .general_enq_box .enq_content img {

  width: 44px;

}



#general_enquiry_sec .general_enq_box .enq_content h4 {

  font-weight: 600;

  font-size: 20px;

  line-height: 30px;

  color: #212121;

}



#general_enquiry_sec .general_enq_box .enq_content h5 a {

  font-weight: 500;

  font-size: 16px;

  line-height: 28px;

  color: #565656;

  margin-top: 6px;

  margin-bottom: 0px;

}



#general_enquiry_sec .general_enq_box .enq_content h6 a {

  font-weight: 500;

  font-size: 16px;

  line-height: 22px;

  letter-spacing: 0.03em;

  color: #565656;

  margin-top: 4px;

}



#general_enquiry_sec .general_enq_box .enq_content1 {

  position: absolute;

  top: -30px;

  right: -30px;

}



#general_enquiry_sec .general_enq_box:hover {

  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,

    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;

}



#general_enquiry_sec .general_enq_box .enq_content2 {

  position: absolute;

  bottom: -30px;

  right: -34px;

}



#general_enquiry_sec .general_enq_box .enq_content3 {

  position: absolute;

  top: -30px;

  right: -35px;

}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                        General Enquiry sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                        Blog page css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#blog_post_sec {

  padding: 50px 0px;

  background: #f5f5f5;

}

#blog_post_sec h3 {

  font-weight: 700;

  font-size: 32px;

  line-height: 26px;

  color: #181a2a;

  margin: 0px;

}



#blog_post_sec .blog_box {

  background: #ffffff;

  border: 1px solid #e8e8ea;

  border-radius: 12px;

  padding: 12px;

  margin-top: 30px;

}

#blog_post_sec .blog_box img {

  border-radius: 6px;

  margin-right: 12px;

  transition: 0.5s;

  width: 100%;

}

#blog_post_sec .blog_box:hover img {

  transform: scale(1.02);

}

#blog_post_sec .blog_box .blog_box_text {

  padding: 8px;

}

#blog_post_sec .blog_box .blog_cat {

  border-radius: 6px;

  background: rgba(44, 131, 81, 0.05);

  width: 98px;

  height: 28px;

  margin-top: 20px;

  display: flex;

  align-items: center;

  justify-content: center;

}

#blog_post_sec .blog_box .blog_cat h4 {

  font-weight: 500;

  font-size: 14px;

  line-height: 20px;

  color: #1B5E34;

  margin: 0px;

}



#blog_post_sec .blog_box h3 a {

  font-weight: 600;

  font-size: 20px;

  line-height: 22px;

  color: #181a2a;

  margin-top: 16px;

}



#blog_post_sec .blog_box .auther {

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin: 20px 0px;

}

#blog_post_sec .blog_box .auther img {

  border-radius: 50%;

  width: 36px;

}

#blog_post_sec .blog_box .auther h5 {

  font-weight: 500;

  font-size: 16px;

  line-height: 24px;

  color: #97989f;

  margin: 0px;

}

#blog_post_sec .blog_box .auther h6 {

  font-weight: 400;

  font-size: 14px;

  line-height: 24px;

  color: #97989f;

  margin: 0px;

}

#blog_post_sec .blog_box .blog_read_btn a {

  font-weight: 500;

  font-size: 16px;

  line-height: 24px;

  color: #1B5E34;

  position: relative;

  margin-bottom: 8px;

}



#blog_post_sec .blog_box .blog_read_btn a::after {

  content: "";

  background: url(../../assets/img/blog_readmore_icon.png);

  background-size: cover;

  position: absolute;

  width: 20px;

  height: 14px;

  right: -25px;

  top: 4px;

  transition: 0.5s;

}

#blog_post_sec .blog_box:hover .blog_read_btn a::after {

  -webkit-animation: pulse linear 0.1s 2 forwards;

  animation: pulse linear 0.8s 5 forwards;

  transform: scale(1.5);

}



#blog_post_sec .page-link {

  background: transparent;

  border: none;

  margin: 0px;

  font-weight: 500;

  font-size: 18px;

  line-height: 20px;

  color: #979797;

}



#blog_post_sec .page-link:focus {

  box-shadow: none;

}



#blog_post_sec .active>.page-link,

#blog_post_sec .page-link.active {

  background: #1B5E34;

  border-radius: 5.29412px;

  width: 36px;

  height: auto;

  color: #fff;

  margin: 0px;

}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                        Blog page css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* portfolio */



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                        recently developed Applications css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#our_dev_app {

  padding: 60px;

  background: #fefefe;

}

#our_dev_app h2 {

  font-weight: 600;

  font-size: 32px;

  line-height: 40px;

  color: #212121;

  text-align: center;

  position: relative;

}



#our_dev_app h2::after {

  content: "";

  position: absolute;

  background-color: #1B5E34;

  border-radius: 2px;

  bottom: -5px;

  left: 50%;

  width: 261px;

  height: 4px;

  transform: translateX(-50%);

}



#our_dev_app .our_product_box {

  background: #ffffff;

  border: 1px solid #c4c4c4;

  border-radius: 30px;

  padding: 40px;

  margin-top: 130px;

  position: relative;

}



#our_dev_app .our_product_box .product_content h4 {

  font-weight: 700;

  font-size: 28px;

  line-height: 32px;

  color: #212121;

  margin: 0px;

}



#our_dev_app .our_product_box .product_content p {

  font-weight: 400;

  font-size: 15px;

  line-height: 23px;

  color: #565656;

  margin-top: 16px;

}



#our_dev_app .our_product_box .product_content .demo_btn {

  background: #1B5E34;

  box-shadow: 0px 5px 5px rgba(216, 229, 255, 0.25);

  border-radius: 8px;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 206px;

  height: 48px;

  margin-top: 32px;

}



#our_dev_app .our_product_box .product_content .demo_btn a {

  font-weight: 600;

  font-size: 16px;

  line-height: 24px;

  text-align: center;

  color: #ffffff;

  margin: 0px;

}



#our_dev_app .product_img {

  width: 512px;

  position: absolute;

  top: -88px;

}

.product_sm {

  display: flex;

  align-items: center;

  justify-content: flex-start;

  gap: 15px;

  /*margin-top: 15px;

  margin-left: 20px;*/
  margin-top: 25px;
  margin-left: 100px;

}

.product_sm img {

  width: 142.8px;

}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                        recently developed Applications css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 



+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Pricing And Offers Sec css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#pricing_offer_sec2 {

  padding: 50px 0px;

  background: #fbfbfb;

}



#pricing_offer_sec2 .packages.active {

  background: #0c831f;

  box-shadow: 0px 12px 26px #43a753;

  border-radius: 12px;

  color: #fff !important;

}



#pricing_offer_sec2 .packages.active h3 {

  font-weight: 700;

  font-size: 22px;

  line-height: 30px;

  color: #fff;

}



#pricing_offer_sec2 .packages.active h4 {

  font-weight: 600;

  font-size: 56px;

  line-height: 68px;

  letter-spacing: -0.005em;

  color: #fff;

}



#pricing_offer_sec2 .packages.active h4 span {

  font-weight: 300;

  font-size: 16px;

  line-height: 22px;

  color: #fff;

  vertical-align: middle;

  margin: 0px;

}



#pricing_offer_sec2 .packages.active p {

  font-weight: 400;

  font-size: 16px;

  line-height: 22px;

  color: #fff;

}



#pricing_offer_sec2 .packages.active .price_btn {

  display: flex;

  justify-content: center;

  align-items: center;

  width: 100%;

  padding: 10px 12px;

  gap: 4px;

  margin-top: 24px;

  margin-bottom: 40px;

  background: #ffffff;

  box-shadow: 0px 6px 5px rgba(36, 36, 36, 0.25);

  border-radius: 8px;

}



#pricing_offer_sec2 .packages.active .price_btn a {

  font-weight: 600;

  font-size: 16px;

  line-height: 22px;

  text-align: center;

  color: #0c831f;

}



#pricing_offer_sec2 .packages.active .price_list h5 {

  font-weight: 400;

  font-size: 15px;

  line-height: 18px;

  color: #fff;

  margin-left: 35px;

  margin-bottom: 25px;

  display: flex;

  align-items: center;

  padding: 0px;

  position: relative;

}



#pricing_offer_sec2 .packages.active .price_list h6 {

  font-weight: 400;

  font-size: 15px;

  line-height: 18px;

  color: #fff;

  margin-left: 35px;

  margin-bottom: 25px;

  position: relative;

  display: flex;

  align-items: center;

  padding: 0px;

}



#pricing_offer_sec2 .packages {

  padding: 40px 24px;

  margin: 10px;

  width: auto;

  padding-bottom: 1.5em;

  height: 100%;

  display: flex;

  flex-direction: column;

  align-items: self-start;

  text-align: start;

  flex-wrap: wrap;

  color: #f4f4f4;

  border-radius: 8px;

  background: #ffffff;

  box-shadow: 0px 1px 2.4px rgba(154, 154, 154, 0.25);

  border-radius: 8px;

  transition: 0.3s ease-in;

}

#pricing_offer_sec2 .packages:hover {

  transform: scale(1.01);

}

#pricing_offer_sec2 .packages h3 {

  font-weight: 700;

  font-size: 22px;

  line-height: 30px;

  color: #212121;

}



#pricing_offer_sec2 .packages h4 {

  font-weight: 600;

  font-size: 52px;

  line-height: 62px;

  letter-spacing: -0.005em;

  color: #212121;

}



#pricing_offer_sec2 .packages h4 span {

  font-weight: 300;

  font-size: 16px;

  line-height: 22px;

  color: #4b5768;

  vertical-align: middle;

  margin: 0px;

}



#pricing_offer_sec2 .packages p {

  font-weight: 400;

  font-size: 16px;

  line-height: 22px;

  color: #64748b;

}



#pricing_offer_sec2 .packages .price_btn {

  border: 1.5px solid #0c831f;

  border-radius: 8px;

  display: flex;

  justify-content: center;

  align-items: center;

  width: 100%;

  padding: 9px 12px;

  gap: 4px;

  margin-top: 24px;

  margin-bottom: 40px;

}



#pricing_offer_sec2 .packages .price_btn a {

  font-weight: 600;

  font-size: 16px;

  line-height: 22px;

  text-align: center;

  color: #0c831f;

}



#pricing_offer_sec2 .top_bar .toggle-btn {

  display: flex;

  align-items: center;

  margin-bottom: 66px;

  justify-content: center;

  gap: 20px;

}



#pricing_offer_sec2 .top_bar .toggle-btn .yearly_offer {

  position: relative;

}



#pricing_offer_sec2 .top_bar .toggle-btn .yearly_offer img {

  width: 185px;

  height: 87.32px;

  position: absolute;

  top: -5px;

  right: -175px;

}



#pricing_offer_sec2 .switch {

  position: relative;

  display: inline-block;

  width: 44px;

  height: 24px;

}



#pricing_offer_sec2 .switch input {

  opacity: 0;

  width: 0;

  height: 0;

}



#pricing_offer_sec2 .slider {

  position: absolute;

  cursor: pointer;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: rgba(4, 9, 33, 0.32);

  border-radius: 12px;

  -webkit-transition: 0.4s;

  transform: translate(0px, 0px);

  transition: 0.6s ease transform, 0.6s box-shadow;

}



#pricing_offer_sec2 .slider:before {

  position: absolute;

  content: "";

  width: 20px;

  height: 20px;

  left: 4px;

  bottom: 2px;

  background-color: white;

  -webkit-transition: 0.4s;

  transition: 0.4s;

}



#pricing_offer_sec2 .switch input:checked+.slider {

  background-color: #00bb1e;

}



#pricing_offer_sec2 input:checked+.slider:before {

  -webkit-transform: translateX(16px);

  -ms-transform: translateX(16px);

  transform: translateX(16px);

}



#pricing_offer_sec2 .slider.round {

  border-radius: 34px;

}



#pricing_offer_sec2 .slider.round:before {

  border-radius: 50%;

}



#pricing_offer_sec2 .toggle-btn .switch_btn {

  font-weight: 400;

  font-size: 16px;

  line-height: 19px;

  color: #212121;

}



#pricing_offer_sec2 .packages .price_list h5 {

  font-weight: 400;

  font-size: 15px;

  line-height: 18px;

  color: #212121;

  margin-left: 35px;

  margin-bottom: 25px;

  display: flex;

  align-items: center;

  padding: 0px;

  position: relative;

}



#pricing_offer_sec2 .packages .price_list h5::after {

  content: "";

  background: url("../../assets/img/priceing_green_ok.png");

  position: absolute;

  background-size: cover;

  background-repeat: no-repeat;

  top: -5px;

  left: -40px;

  width: 30px;

  height: 30px;

  border-radius: 50%;

  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,

    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;

}



#pricing_offer_sec2 .packages .price_list h6 {

  font-weight: 400;

  font-size: 15px;

  line-height: 18px;

  color: #a0abbb;

  margin-left: 35px;

  margin-bottom: 25px;

  position: relative;

  display: flex;

  align-items: center;

  padding: 0px;

}



#pricing_offer_sec2 .packages .price_list h6::after {

  content: "";

  background: url("../../assets/img/priceing_green_cross.png");

  position: absolute;

  background-size: cover;

  background-repeat: no-repeat;

  top: -5px;

  left: -40px;

  width: 32px;

  height: 32px;

  border-radius: 50%;

  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,

    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;

}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                        Pricing And Offers Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  

 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                       Start your free trial Sec css Satrt here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#start_free_trial {

  background: #edffed;

  padding: 60px;

}

#start_free_trial .free_trial h2 {

  font-weight: 700;

  font-size: 40px;

  line-height: 52px;

  color: #212121;

  max-width: 90%;

}



#start_free_trial .free_trial h6 {

  font-weight: 400;

  font-size: 22px;

  line-height: 32px;

  color: #000000;

  margin: 24px 0px;

  max-width: 80%;

}

#start_free_trial .free_trial .trial_contact {

  display: flex;

  align-items: center;

  justify-content: flex-start;

  margin: 18px 0px;

  gap: 12px;

}

#start_free_trial .free_trial .trial_contact img {

  width: 21px;

}

#start_free_trial .free_trial .trial_contact p {

  margin: 0px;

  padding: 0px;

}

#start_free_trial .free_trial .trial_contact p a {

  font-weight: 400;

  font-size: 18px;

  line-height: 24px;

  color: #000000;

}



#start_free_trial .free_trial .trial_contact p a span {

  color: #212121;

  font-weight: 600;

}



#start_free_trial .free_trial_form .form-control {

  margin: 16px 0px;

  font-weight: 400;

  font-size: 13px;

  line-height: 24px;

  color: #646464;

  height: 50px;

  background: #ffffff;

  box-shadow: 0px 0px 4px rgba(138, 138, 138, 0.25);

  border-radius: 6px;

}

#start_free_trial .free_trial_form .trial_sub_btn {

  margin-top: 16px;

}

#start_free_trial .free_trial_form .trial_sub_btn button {

  background: #1B5E34;

  box-shadow: 0px 6px 6px #d8e5ff;

  border-radius: 6px;

  font-weight: 600;

  font-size: 18px;

  line-height: 32px;

  text-align: center;

  color: #ffffff;

  padding: 10px 42px;

  border: none;

}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                        Start your free trial Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                        DairyFarm App Sec css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



#dairy_app_sec {

  margin: 140px 0px;

  background: #ffffff;

}

#dairy_app_sec .dairy_app_box {

  background: url(../../assets/img/dairy_form_app_bg.png);

  background-size: 100% 100%;

  background-repeat: no-repeat;

  height: 386px;

}

#dairy_app_sec .dairy_app_box .dairy_app_content {

  padding: 40px 0px;

  margin-left: 60px;

}



#dairy_app_sec .dairy_app_box .dairy_app_content h2 {

  font-weight: 700;

  font-size: 36px;

  line-height: 52px;

  letter-spacing: -0.02em;

  color: #ffffff;

}

#dairy_app_sec .dairy_app_box .dairy_app_content h1 {

  font-weight: 700;

  font-size: 36px;

  line-height: 46px;

  letter-spacing: -0.02em;

  color: #ffffff;

}



#dairy_app_sec .dairy_app_box .dairy_app_content p {

  font-size: 28px;

  line-height: 46px;

  color: #ffffff;

  margin-top: 40px;

}

#dairy_app_sec .dairy_app_box .dairy_app_content .dairy_app_sm {

  display: flex;

  align-items: center;

  justify-content: flex-start;

  gap: 20px;

}

#dairy_app_sec .dairy_app_box .dairy_app_content .dairy_app_sm a img {

  width: 180px;

  transition: 0.5s ease-in-out;

}

#dairy_app_sec .dairy_app_box .dairy_app_content .dairy_app_sm a:hover img {

  transform: scale(1.1);

}

#dairy_app_sec .dairy_app_box .dairy_app_img {

  position: relative;

}

#dairy_app_sec .dairy_app_box .dairy_app_img img {

  /* max-width: 520px; */
  width: 420px;
  position: absolute;
  top: -60px;
  right: 60px;
  max-width: 100%;

}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                        DairyFarm App Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 









++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                        Delivery App Sec css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



#delivery_app_sec {

  margin: 140px 0px;

  background: #ffffff;

}

#delivery_app_sec .dairy_app_box {

  background: url(../../assets/img/delivery_form_app_bg.png);

  background-size: 100% 100%;

  background-repeat: no-repeat;

  height: 386px;

}

#delivery_app_sec .dairy_app_box .dairy_app_content {

  padding: 40px 0px;

  margin-left: 60px;

}



#delivery_app_sec .dairy_app_box .dairy_app_content h2 {

  font-weight: 600;

  font-size: 42px;

  line-height: 62px;

  letter-spacing: -0.02em;

  color: #ffffff;

}

#delivery_app_sec .dairy_app_box .dairy_app_content h2 span {

  font-weight: 800;

}

#delivery_app_sec .dairy_app_box .dairy_app_content p {

  font-size: 28px;

  line-height: 46px;

  color: #ffffff;

  margin-top: 40px;

}

#delivery_app_sec .dairy_app_box .dairy_app_content .dairy_app_sm {

  display: flex;

  align-items: center;

  justify-content: flex-start;

  gap: 20px;

}

#delivery_app_sec .dairy_app_box .dairy_app_content .dairy_app_sm a img {

  width: 180px;

  transition: 0.5s ease-in-out;

}

#delivery_app_sec .dairy_app_box .dairy_app_content .dairy_app_sm a:hover img {

  transform: scale(1.1);

}

#delivery_app_sec .dairy_app_box .dairy_app_img {

  position: relative;

}

#delivery_app_sec .dairy_app_box .dairy_app_img img {

  width: 378px;

  position: absolute;

  top: -50px;

  right: 60px;

}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                        Delivery App Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                        The Easiest DairyFarm App Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#easiest_app_sec {

  background: #f8f8f8;

}

#easiest_app_sec .easiest_app_box {

  background: #f0f8f4;

  box-shadow: 8px 8px 12px rgba(39, 39, 39, 0.106);

  border-radius: 16px;

  padding: 20px;

  margin: 20px 10px;

}

#easiest_app_sec .easiest_app_box img {

  width: 64px;

  transition: 0.3s ease;

}



#easiest_app_sec .easiest_app_box:hover img {

  transform: scale(1.2);

}

#easiest_app_sec .easiest_app_box h4 {

  font-weight: 600;

  font-size: 22px;

  line-height: 28px;

  color: #404040;

  margin-top: 12px;

}



#easiest_app_sec .easiest_app_box p {

  font-weight: 400;

  font-size: 16px;

  line-height: 26px;

  color: #525252;

}

#easiest_app_sec .easiest_bottom_text {

  margin: 30px 0px;

}

#easiest_app_sec .easiest_bottom_text p {

  font-size: 16px;

  line-height: 26px;

  letter-spacing: 0.004em;

  color: #646464;

}



#easiest_app_sec .easiest_bottom_btn {

  display: flex;

  align-items: center;

  justify-content: flex-start;

  gap: 15px;

}

#easiest_app_sec .easiest_bottom_btn a img {

  width: 158.3px;

  transition: 0.5s ease-in-out;

}

#easiest_app_sec .easiest_bottom_btn a:hover img {

  transform: scale(1.1);

}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                        The Easiest DairyFarm App Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                        Path To Success Sec css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#path_success_sec {

  background: #fbfbfb;

}

#path_success_sec .path_success {

  margin: 20px 0px;

  display: flex;

  align-items: self-start;

  justify-content: center;

  gap: 20px;

}

#path_success_sec .path_success h4 {

  font-weight: 700;

  font-size: 22px;

  line-height: 28px;

  color: #1B5E34;

}

#path_success_sec .path_success h5 {

  font-weight: 700;

  font-size: 22px;

  line-height: 32px;

  color: #fe5150;

}

#path_success_sec .path_success p {

  font-weight: 400;

  font-size: 14px;

  line-height: 24px;

  color: #525252;

  margin: 0px;

}



#path_success_sec .path_success img {

  width: 60px;

}

#path_success_sec .path_success_img img {

  width: 100%;

}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                        Path To Success Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                       Why DairyFarm Sec css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#why_dairyform_sec {

  background: #f9fef9;

}

#why_dairyform_sec h2 {

  font-weight: 700;

  font-size: 32px;

  line-height: 40px;

  color: #212121;

}



#why_dairyform_sec .why_dairyform p {

  font-size: 16px;

  line-height: 28px;

  color: #525252;

  margin-top: 8px;

  max-width: 95%;

}

#why_dairyform_sec .why_dairyform_img img {

  width: 538px;

  filter: drop-shadow(0px 14px 60px rgba(40, 40, 40, 0.25));

}



#why_dairyform_sec .coll_part img {

  width: 340px;

  position: absolute;

  right: 0px;

  bottom: 20px;

}



#why_dairyform_sec .why_delivery_img img {

  width: 596px;

  margin-top: 40px;

}

#why_dairyform_sec .why_form_btn {

  margin-top: 35px;

}



#why_dairyform_sec .why_form_btn a {

  background: #1B5E34;

  box-shadow: 0px 6px 6px #d8e5ff;

  border-radius: 6px;

  font-weight: 600;

  font-size: 18px;

  line-height: 32px;

  text-align: center;

  color: #ffffff;

  padding: 12px 30px;

}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                        Why DairyFarm Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                       How Does it Work Sec css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#how_does_work {

  background: #fff;

}



#how_does_work .how_it_work img {

  width: 152px;

  margin-bottom: 25px;

  transition: 0.3s;

}

#how_does_work .how_it_work:hover img {

  transform: scale(1.1);

}

#how_does_work .how_itwork_content h4 {

  font-weight: 700;

  font-size: 24px;

  line-height: 36px;

  color: #212121;

  margin: 0px;

}

#how_does_work .how_it_work {

  margin-top: 50px;

}

#how_does_work .how_itwork_content:hover {

  background: #f8f8f8;

  box-shadow: 28px 12px 24px rgba(82, 82, 82, 0.06);

  border-radius: 16px;

  background: #f8f8f8;

  box-shadow: 28px 12px 24px rgba(82, 82, 82, 0.06);

  border-radius: 16px;

}



#how_does_work .how_itwork_content p {

  font-weight: 400;

  font-size: 15px;

  line-height: 23px;

  color: #525252;

  margin-top: 8px;

  padding: 5px;

}

.dairy_farm_top {
  padding-right: 50px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                       How Does it Work Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 

 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                       How Does it Work Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#dairy_farm_top_sec {

  background: url(../../assets/img/product-top_bg.png);

  height: 540px;

  background-size: 100% 100%;

  overflow: hidden;

  position: relative;

}



#dairy_farm_top_sec .dairy_farm_top_img {

  display: flex;

  gap: 20px;

}

#dairy_farm_top_sec .dairy_farm_top_img .app_img1 {

  transition: 1s ease;

  animation: move 1.5s infinite alternate;

}

#dairy_farm_top_sec .dairy_farm_top_img .app_img2 {

  transition: 1s ease;

  animation: move 1.5s infinite alternate-reverse;

}

#dairy_farm_top_sec .dairy_farm_top_img .app_img3 {

  transition: 1s ease;

  animation: move 1.5s infinite alternate;

}

#dairy_farm_top_sec .dairy_farm_top h1 {

  font-weight: 600;

  font-size: 46px;

  line-height: 56px;

  color: #212121;

  margin-top: 100px;

}

#dairy_farm_top_sec .dairy_farm_top h1 span {

  font-weight: 800;

}



#dairy_farm_top_sec .dairy_farm_top p {

  font-weight: 400;

  font-size: 20px;

  line-height: 32px;

  color: #525252;

  margin-top: 16px;

}

#dairy_farm_top_sec .dairy_farm_btn {

  margin-top: 30px;

}

#dairy_farm_top_sec .dairy_farm_btn a {

  background: #1B5E34;

  border-radius: 8px;

  font-weight: 600;

  font-size: 18px;

  line-height: 30px;

  text-align: center;

  color: #ffffff;

  padding: 14px 30px;

}



#dairy_farm_top_sec .dairy_farm_top_img img {

  filter: drop-shadow(2.22217px 2.22217px 13.333px #c2e9ff);

}



#dairy_farm_top_sec .dairy_farmer_top_img img {

  filter: drop-shadow(2.22217px 2.22217px 13.333px #c2e9ff);

  position: absolute;

  top: 0%;

  right: 0%;

  width: 620px;

}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                       How Does it Work Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 

 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                      DELIVERY Boy top Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 

 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                      DELIVERY Boy top Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#delivery_boy_top {

  background: url(../../assets/img/delivery_boy_top_bg.png);

  background-size: cover;

  height: 510px;

}

#delivery_boy_top .dairy_farm_top h1 {

  font-weight: 600;
  font-size: 46px;
  line-height: 56px;
  color: #212121;
  margin-top: 90px;

}



#delivery_boy_top .dairy_farm_top {

  max-width: 95%;

}

#delivery_boy_top .dairy_farm_top h1 span {

  font-weight: 800;

}



#delivery_boy_top .dairy_farm_top p {

  font-weight: 400;

  font-size: 20px;

  line-height: 38px;

  color: #525252;

  margin-top: 16px;

}

#delivery_boy_top .dairy_farm_btn {

  margin-top: 30px;

}

#delivery_boy_top .dairy_farm_btn a {

  background: #1B5E34;

  border-radius: 6px;

  font-weight: 600;

  font-size: 18px;

  line-height: 34px;

  text-align: center;

  color: #ffffff;

  padding: 8px 30px;

}



#delivery_boy_top .dairy_farm_top_img img {

  margin-top: 140px;

  width: 702px;

}

.why_dele_bg {

  background: #fef9f9 !important;

}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                       How Does it Work Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                      Blog Details page Sec css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#blog_details_main {

  background: #fff;

}



#blog_details_main .blog_details h2 {

  font-weight: 600;

  font-size: 23px;

  line-height: 140%;

  text-transform: capitalize;

  color: #222222;

  margin: 0px;

}



#blog_details_main .blog_details h3 {

  font-weight: 600;

  font-size: 23px;

  line-height: 31px;

  text-transform: capitalize;

  color: #181a2a;

  margin-top: 20px;

}

#blog_details_main .blog_details .auther_details {

  display: flex;

  align-items: baseline;

  justify-content: flex-start;

  gap: 10px;

  margin-top: 10px;

  margin-bottom: 15px;

}



#blog_details_main .blog_details .auther_details .blog_det_auther img {

  width: 36px;

  border-radius: 50%;

}

#blog_details_main .blog_details .auther_details p {

  font-size: 12px;

  line-height: 100%;

  text-transform: capitalize;

  color: #777777;

  margin: 0px;

}

#blog_details_main .blog_details .auther_details .blog_sep img {

  height: 12px;

  margin-top: 4px;

}



#blog_details_main .blog_details .auther_details .blog_cal img {

  width: 10.8px;

}



#blog_details_main .blog_details .blog_det_img img {

  border-radius: 5px;

  width: 100%;

}



#blog_details_main .blog_text {

  font-size: 16px;

  line-height: 32px;

  color: #525252;

  margin-bottom: 16px;

  margin-top: 20px;

}



#blog_details_main .table_box .table>thead {

  font-family: "Inter";

  font-style: normal;

  vertical-align: bottom;

  background: #f0f8f4;

  border-radius: 5px 5px 0px 0px;

  font-weight: 600;

  font-size: 17px;

  line-height: 140%;

  text-transform: capitalize;

  color: #1B5E34;

}



#blog_details_main .table_box .table-striped>tbody>tr:nth-of-type(odd)>* {

  background: #f0f8f4;

  font-weight: 400;

  font-size: 15px;

  line-height: 150%;

  color: #666666;

  font-family: "Inter";

  font-style: normal;

}



#blog_details_main .table_box .table-striped>tbody>tr:nth-of-type(even)>* {

  background: #fdfdfd;

  font-weight: 400;

  font-size: 15px;

  line-height: 150%;

  color: #666666;

  font-family: "Inter";

  font-style: normal;

}



#blog_details_main .table_box .table tr,

#blog_details_main .table_box .table th {

  text-align: center;

}



#blog_details_main .quote_box {

  background: #f0f8f4;

  border-radius: 8px;

  padding: 28px 55px;

  background-size: cover;

  position: relative;

  margin: 30px 0px;

}

#blog_details_main .quote_box .quotes1 {

  position: absolute;

  top: 15%;

  left: 2%;

  width: 45px;

}



#blog_details_main .quote_box .quotes2 {

  position: absolute;

  bottom: 5%;

  right: 5%;

  width: 45px;

}

#blog_details_main .quote_box p {

  font-size: 15px;

  line-height: 175%;

  color: #666666;

}



#blog_details_main .blog_bottom h4 {

  font-weight: 600;

  font-size: 21px;

  line-height: 140%;

  text-transform: capitalize;

  color: #333333;

}



#blog_details_main .blog_bottom .list-group-numbered {

  list-style-type: revert;

}

#blog_details_main .blog_bottom ol li {

  list-style-type: revert;

  font-weight: 400;

  font-size: 15px;

  line-height: 150%;

  color: #666666;

  margin-top: 16px;

}

#blog_details_main .blog_details_sidebar img {

  width: 100%;

}

#blog_details_main .blog_details_sidebar .tags_sec {

  margin-top: 50px;

}

#blog_details_main .blog_details_sidebar .tags_sec h2 {

  font-weight: 600;

  font-size: 21px;

  line-height: 140%;

  text-transform: capitalize;

  margin-bottom: 20px;

}

#blog_details_main .blog_details_sidebar .tags_sec h2 span {

  color: #ffffff;

  background: #1B5E34;

  padding: 3px 5px;

  border-radius: 4px;

}



#blog_details_main .blog_details_sidebar .tags_sec .all_tags {

  display: flex;

  align-items: center;

  flex-wrap: wrap;

  gap: 11px;

}



#blog_details_main .blog_details_sidebar .tags_sec .all_tags .tags_box {

  border: 1px solid #c4c4c4;

  border-radius: 4px;

  padding: 10px 20px;

}

#blog_details_main .blog_details_sidebar .tags_sec .all_tags .tags_box.active {

  background: #1B5E34;

}

#blog_details_main .blog_details_sidebar .tags_sec .all_tags .tags_box.active p {

  color: #ffff !important;

}

#blog_details_main .blog_details_sidebar .tags_sec .all_tags .tags_box p {

  font-size: 15px;

  line-height: 100%;

  text-transform: capitalize;

  color: #666666;

  margin: 0px;

}



#blog_details_main .social_icon {

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 40px 0px;

  position: relative;

  padding: 5px;

  background: #fff;

}

#blog_details_main .social_icon a img {

  width: 25px;

}

#blog_details_main .social_icon a:hover img {

  filter: invert(49%) sepia(66%) saturate(3771%) hue-rotate(331deg) brightness(102%) contrast(100%);

}

#blog_details_main .social_icon::after {

  content: "";

  background: #fe5150;

  height: 1px;

  width: 100%;

  position: absolute;

  z-index: 1;

}



.social_icon_grp {

  background: #fff;

  padding: 0px 15px;

  z-index: 999;

}



.blog_details_bg {

  background: #fff !important;

}



.sticky_sidebar {

  position: -webkit-sticky !important;

  position: sticky !important;

  top: 78px;

  z-index: 999;

  transition: all 0.35s ease;

}



.blog_bt_head h2 {

  font-weight: 600;

  font-size: 24px;

  line-height: 140%;

  text-transform: capitalize;

  color: #333333;

}

.blog_bt_head h2 span {

  color: #ffffff;

  background: #1B5E34;

  padding: 3px 5px;

  border-radius: 4px;

}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                       Blog Details page Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                       Dairy Kart Privacy Policy page Sec css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



#privacy_sec {

  background: #fcfcfc;

}

#privacy_sec .policy_content h1 {

  font-weight: 700;

  font-size: 28px;

  line-height: 32px;

  color: #313131;

  margin: 24px 0px;

}



#privacy_sec .policy_content p {

  font-size: 16px;

  line-height: 30px;

  color: #525252;

  font-weight: 500;

}

#privacy_sec .policy_content ul li {

  font-weight: 500;

  font-size: 16px;

  line-height: 30px;

  color: #525252;

}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                      Dairy Kart Privacy Policy page Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                      REQUEST A DEMO page Sec css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



#req_demo_sec {

  background: #fbfbfb;

  padding: 23px 0px;

  position: relative;

  overflow: hidden;

}

#req_demo_sec .req_demo_text img {

  width: 24px;

  height: 24px;

}

#req_demo_sec .req_demo_text img:hover {

  -webkit-animation: pulse linear 0.1s 2 forwards;

  animation: pulse linear 0.8s 5 forwards;

  transform: scale(1.5);

  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,

    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

}

#req_demo_sec .req_demo_text h5 {

  color: #707070;

  font-size: 18px;

  font-family: Inter;

  font-style: normal;

  font-weight: 400;

  line-height: 32px;

  margin-top: 14px;

}



#req_demo_sec .req_demo_text h3 {

  color: #212121;

  font-size: 40px;

  font-family: Inter;

  font-style: normal;

  font-weight: 700;

  line-height: 56px;

  margin-bottom: 22px;

}



#req_demo_sec .req_demo_text h3 span {

  color: #fe5150;

}

#req_demo_sec .req_demo_box {

  border-radius: 12px;

  background: #fff;

  box-shadow: 0px 0px 16px 0px rgba(195, 195, 195, 0.56);

  padding: 24px 32px;

}

#req_demo_sec .req_demo_box h4 {

  color: #2e2e2e;

  font-size: 21px;

  font-family: Inter;

  font-style: normal;

  font-weight: 500;

  line-height: 29px;

  margin-bottom: 16px;

}

#req_demo_sec .req_demo_box h4 span {

  font-weight: 600;

}



#req_demo_sec .req_demo_box .form-control {

  border-radius: 4px;

  border: 0.6px solid #e2e2e2;

  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12);

  margin-bottom: 15px;

  padding: 13px;

  color: #555;

  font-size: 13px;

  font-family: Inter;

  font-style: normal;

  font-weight: 400;

  line-height: 21px;

}



.req_demo_img {

  margin-top: 20%;

}

#req_demo_sec .req_demo_box .req_demo_btn button {

  border-radius: 4px;

  background: #fe5150;

  box-shadow: 0px 4px 4px 0px rgba(96, 96, 96, 0.22);

  color: #fff;

  text-align: center;

  font-size: 22px;

  font-family: Inter;

  font-style: normal;

  font-weight: 600;

  line-height: 32px;

  height: 50px;

  width: 100%;

  border: none;

}

#req_demo_sec .req_demo_fixbtn {

  position: fixed;

  top: 40%;

  right: 5%;

}



#req_demo_sec .req_demo_fixbtn img {

  margin-bottom: 16px;

  width: 36px;

  height: 36px;

}



#req_demo_sec .req_bt_icon img {

  position: absolute;

  right: -5%;

  bottom: -10%;

}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                      REQUEST A DEMO page Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                      404 error page Sec css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#lp_error_page {

  background: #fbfbfb;

  padding: 50px 0px;

}

#lp_error_page .lp_error_bg {

  border-radius: 8px;

  background: rgba(44, 131, 81, 0.12);

  padding: 10px 0px;

}

#lp_error_page .error_lp_text {

  text-align: center;

}

#lp_error_page .error_lp_text h3 {

  color: #212121;

  font-size: 24px;

  font-weight: 700;

  line-height: 48px;

  margin: 0px;

}

#lp_error_page .error_lp_text p {

  color: #606060;

  font-size: 20px;

  font-weight: 400;

  line-height: 40px;

}

#lp_error_page .error_lp_text .error_gb {

  margin: 25px 0px;

}

.lp_tk_pf_btn a {

  color: #fff;

  text-align: center;

  font-size: 22px;

  font-weight: 600;

  line-height: 32px;

  padding: 12px 35px;

  border-radius: 4px;

  background: #fe5150;

  box-shadow: 0px 4px 4px 0px rgba(96, 96, 96, 0.22);

}

.lp_tk_pf_btn {

  margin: 30px 0px;

}

.lp_tk_pf_btn a:hover {

  color: #fff !important;

}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                      404 error page Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                      Thank You page Sec css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#lp_tk_page {

  background: #fbfbfb;

  padding: 50px 0px;

}

#lp_tk_page .lp_tk_bg {

  border-radius: 8px;

  background: rgba(44, 131, 81, 0.12);

  padding: 10px 0px;

  text-align: center;

}



#lp_tk_page .tk_lp_img .lp_tk_head {

  background: url(../../assets/img/lp_tk_bg.png);

  background-size: 100% 100%;

  background-repeat: no-repeat;

  display: flex;

  align-items: center;

  gap: 12px;

  justify-content: center;

  height: 72px;

  width: 646px;

}



#lp_tk_page .tk_lp_img .lp_tk_head img {

  width: 54px;

}

#lp_tk_page .tk_lp_img {

  text-align: center;

}

#lp_tk_page .tk_lp_img .lp_tk_head h3 {

  color: #212121;

  font-size: 24px;

  font-weight: 700;

  line-height: 48px;

  margin: 0px;

}

#lp_tk_page .tk_lp_img p {

  color: #606060;

  font-size: 20px;

  font-weight: 400;

  line-height: 40px;

}

#lp_tk_page .tk_lp_img .tk_gb {

  margin: 25px 0px;

}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                      Thank You page Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                      Payment Failed Sec css Start here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#lp_pf_page {

  background: #fbfbfb;

  padding: 50px 0px;

}

#lp_pf_page .lp_pf_bg {

  border-radius: 8px;

  background: rgba(44, 131, 81, 0.12);

  padding: 10px 0px;

  text-align: center;

}



#lp_pf_page .pf_lp_img .lp_pf_head {

  background: url(../../assets/img/lp_pf_bg.png);

  background-size: 100% 100%;

  background-repeat: no-repeat;

  display: flex;

  align-items: center;

  gap: 12px;

  justify-content: center;

  width: 646px;

  height: 72px;

}



#lp_pf_page .pf_lp_img .lp_pf_head img {

  width: 54px;

}

#lp_pf_page .pf_lp_img {

  text-align: center;

}

#lp_pf_page .pf_lp_img .lp_pf_head h3 {

  color: #212121;

  font-size: 24px;

  font-weight: 700;

  line-height: 48px;

  margin: 0px;

}

#lp_pf_page .pf_lp_img p {

  color: #606060;

  font-size: 20px;

  font-weight: 400;

  line-height: 40px;

}

#lp_pf_page .pf_lp_img .pf_gb {

  margin: 25px 0px;

}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                      Payment Failed Sec css End here

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

          On screens that are 992px or less, set the background color to blue

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 992 start */



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

  .navbar {

    padding: 10px 0px !important;

    height: auto !important;

  }

  .navbar-toggler:focus {

    box-shadow: none !important;

  }

  .navbar-collapse {

    background: #fff;

  }

  .req_demo_img {

    margin-top: 30px;

  }

  #req_demo_sec .req_demo_text h3 {

    font-size: 32px;

  }

  #req_demo_sec .req_demo_box h4 {

    font-size: 20px;

  }

  #advantge_sec .adv_content .adv_box {

    justify-content: flex-start;

  }

  #advantge_sec .adv_content .adv_box_list {

    display: inline;

  }

  .container-fluid {

    padding-left: 15px !important;

    padding-right: 15px !important;

  }



  a.nav-link.nav_demo_btn {

    max-width: 216px;

  }

  #hero_sec .hero_content {

    margin-top: 30px;

  }

  #hero_sec .hero_content h1 {

    font-size: 24px;

    line-height: 34px;

  }



  #hero_sec .hero_content p {

    font-size: 16px;

    line-height: 26px;

  }



  #hero_sec .hero_content a {

    font-size: 15px;

    line-height: 24px;

    padding: 9px 20px;

  }



  #hero_sec .hero_content h1 span {

    font-size: 24px;

    line-height: 34px;

  }

  #hero_sec .hero_img img {

    margin-top: 40px;

  }



  #about_sec .row {

    flex-wrap: wrap-reverse;

  }

  #advantge_sec .adv_content .adv_box_list {

    justify-content: center;

  }

  #advantge_sec .adv_side_img {

    text-align: center;

    margin-top: 30px;

  }



  #news_logo_sec .owl-dots .owl-dot {

    display: none;

  }



  #news_logo_sec .owl-nav {

    display: none;

  }

  #brand_trust_sec .nav-pills .nav-link {

    margin-bottom: 16px;

  }

  #brand_trust_sec .nav-pills .nav-link {

    margin-right: 16px;

  }

  #brand_trust_sec .nav-pills .nav-link.active,

  #brand_trust_sec .nav-pills .show>.nav-link {

    font-size: 13px;

    line-height: 20px;

  }

  #brand_trust_sec .nav-pills .nav-link {

    font-size: 13px;

    line-height: 20px;

  }

  #brand_trust_sec h2 {

    font-size: 24px;

    line-height: 34px;

  }

  #brand_trust_sec h3 {

    font-size: 20px;

    margin-top: 20px;

  }

  #brand_trust_sec {

    padding: 30px 0px;

  }

  #news_logo_sec {

    padding: 30px 0px;

  }

  #brand_trust_sec p {

    line-height: 28px;

    font-size: 15px;

  }

  #meet_our_clients_sec .meet_clients_content p {

    font-size: 15px;

    line-height: 26px;

  }

  #news_logo_sec .news_more_btn a {

    font-size: 15px;

    line-height: 26px;

    padding: 8px 25px;

  }

  #advantge_sec {

    padding: 30px 0px;

  }

  #brand_trust_sec .brand_icon a img {

    height: 50px;

  }

  #brand_trust_sec .brand_icon {

    align-items: center;

    justify-content: center;

    margin-bottom: 20px;

    gap: 25px;

  }

  .head_title h2 {

    font-size: 24px;

    line-height: 34px;

    margin-bottom: 0px;

  }

  #hero_sec {

    height: auto;

  }



  #advantge_sec .adv_content p {

    font-size: 15px;

    line-height: 26px;

  }

  #about_sec .about_content p {

    font-size: 14px;

    line-height: 26px;

    margin-top: 15px;

  }

  #our_dev_app h2 {

    font-size: 22px;

  }

  #our_dev_app .our_product_box .product_content h4 {

    font-size: 22px;

  }

  #our_dev_app .our_product_box .product_content p {

    font-size: 15px;

    line-height: 26px;

    margin-top: 10px;

  }

  #our_dev_app .our_product_box .product_content .demo_btn a {

    font-size: 14px;

    line-height: 24px;

  }



  #pricing_offer_sec .packages h4 {

    font-size: 34px;

    line-height: 44px;

  }

  #pricing_offer_sec2 .packages h4 {

    font-size: 34px;

    line-height: 44px;

  }



  #statistics_sec {

    padding: 30px 0px;

  }

  #our_features_sec h2 {

    font-size: 24px;

    line-height: 34px;

  }



  #our_features_sec .features_box .features_content h1 {

    font-size: 20px;

    line-height: 24px;

  }

  #statistics_sec .statistics_box {

    margin-bottom: 16px;

    padding: 20px;

  }

  #pricing_offer_sec h2 {

    font-size: 24px;

    line-height: 34px;

  }

  #pricing_offer_sec2 h2 {

    font-size: 24px;

    line-height: 34px;

  }

  #pricing_offer_sec .toggle-btn .switch_btn {

    font-size: 14px;

  }

  #pricing_offer_sec2 .toggle-btn .switch_btn {

    font-size: 14px;

  }

  #pricing_offer_sec .top_bar .toggle-btn .yearly_offer img {

    width: 105px;

    height: auto;

    top: 15px;

    right: -70px;

  }

  #pricing_offer_sec2 .top_bar .toggle-btn .yearly_offer img {

    width: 105px;

    height: auto;

    top: 15px;

    right: -70px;

  }

  #pricing_offer_sec .packages.active h4 {

    font-size: 34px;

    line-height: 44px;

  }

  #pricing_offer_sec2 .packages.active h4 {

    font-size: 34px;

    line-height: 44px;

  }



  #pricing_offer_sec .packages {

    height: auto;

    margin: 30px 0px;

  }

  #pricing_offer_sec2 .packages {

    height: auto;

    margin-bottom: 30px;

  }

  #our_features_sec {

    height: auto;

    padding: 30px 0px;

  }

  #faq_sec .accordion-button {

    border-top: 1px solid transparent !important;

  }

  #testimonials_sec h2 {

    font-size: 24px;

    line-height: 34px;

    text-align: start;

  }

  #testimonials_sec h2::after {

    background-color: transparent;

  }

  #testimonials_sec .owl-theme .owl-dots {

    display: none;

  }

  #testimonials_sec .owl-theme .owl-nav {

    display: none;

  }

  #testimonials_sec {

    padding: 30px 0px;

    margin-bottom: 0px;

  }

  #newsletter_sec .newsletter_content h4 {

    font-size: 24px;

    line-height: 34px;

  }

  #newsletter_sec .newsletter_content p {

    font-size: 16px;

    line-height: 26px;

  }

  #newsletter_sec .sub_box .input-group {

    height: 46px;

    max-width: 100%;

  }

  #newsletter_sec .sub_box .sub_btn {

    width: auto;

    height: 46px;

    font-size: 14px;

    line-height: 22px;

  }

  #get_in_touch_sec .get_in_touch .form_feilds .form-control {

    border-radius: 4px;

    padding: 8px;

    font-size: 14px;

  }



  #get_in_touch_sec .get_in_touch .form_feilds a {

    padding: 8px 30px;

    font-size: 14px;

    line-height: 22px;

  }

  #get_in_touch_sec {

    padding: 30px 0px;

  }



  #our_team_sec .team_content p {

    font-size: 15px;

    margin: 8px 0px;

  }

  #footer_sec .copy_rights p {

    font-size: 15px;

    padding: 10px 0px;

    text-align: center;

  }



  #footer_sec .footer_social {

    justify-content: center;

    gap: 30px;

    padding: 10px 0px;

  }



  #footer_sec .footer_content ul li {

    padding: 6px 0px;

    font-size: 15px;

  }

  #footer_sec .footer_content .ft_contact p {

    font-size: 15px;

    line-height: 26px;

  }

  #get_in_touch_sec .get_in_touch h2 {

    font-size: 24px;

    line-height: 34px;

    margin-top: 30px;

  }

  #footer_sec {

    padding-top: 30px;

  }

  #testimonials_sec .testimonials_box {

    margin-top: 60px;

    margin-bottom: 20px;

  }

  #faq_sec {

    padding: 30px 0px;

  }

  #meet_our_clients_sec {

    padding: 30px 0px;

  }

  #our_features_sec .features_box {

    padding: 20px;

  }

  #our_features_sec .features_box .features_content {

    gap: 10px;

  }

  #our_features_sec .features_box .features_content img {

    width: 40px;

  }

  #meet_our_clients_sec .clienta_icon .clients1 {

    width: 30px;

  }



  #meet_our_clients_sec .clienta_icon .clients2 {

    width: 40px;

  }

  #meet_our_clients_sec .clienta_icon .clients3 {

    width: 50px;

  }

  #our_features_sec .features_box p {

    margin-top: 10px;

  }

  /* about us page */

  #about_top_sec .about_content h1 {

    font-size: 32px;

    margin-top: 25px;

    line-height: 42px;

  }

  #about_top_sec .about_content p {

    font-size: 18px;

    line-height: 28px;

    margin: 0px 0px;

  }

  #contact_top_sec {

    background-size: 100% 100%;

    height: 180px;

  }

  #about_top_sec .about_content a {

    font-size: 15px;

    line-height: 24px;

    padding: 9px 20px;

  }

  #about_top_sec {

    height: auto;

    padding-bottom: 40px;

  }

  #our_team_sec .team_content h2 {

    font-size: 24px;

    line-height: 34px;

    margin-bottom: 20px;

  }

  #meet_our_clients_sec .owl-theme .owl-nav {

    display: none;

  }

  #our_team_sec img {

    margin-top: 20px;

  }

  #our_team_sec .team_content {

    padding-left: 0px;

  }

  #our_team_sec {

    padding: 30px 0px;

  }

  #meet_founder_sec {

    height: auto;

    margin-bottom: 30px;

    background-size: cover;

  }

  #meet_founder_sec .meet_founder h4 {

    font-size: 20px;

    line-height: 28px;

    margin-top: 30px;

  }

  #meet_founder_sec .meet_founder h3 {

    font-size: 24px;

    line-height: 34px;

  }

  #meet_founder_sec .meet_founder p {

    max-width: 100%;

    font-size: 15px;

  }

  #meet_founder_sec .founder_img img {

    width: 200px;

    margin-top: 12px;

  }

  #meet_our_clients_sec h4 {

    font-size: 24px;

    line-height: 34px;

    margin-bottom: 15px;

    margin-top: 30px;

  }

  #footer_sec .footer_content h1 {

    font-size: 20px;

    margin-bottom: 5px;

  }

  #meet_founder_sec .founder_img {

    display: flex;

    align-items: center;

    justify-content: center;

  }

  #faq_sec h5 {

    font-size: 24px;

    line-height: 34px;

  }

  #contact_top_sec .contact_top_content h1 {

    font-size: 22px;

    margin: 0px;

  }



  #contact_top_sec .contact_top_content p {

    font-size: 18px;

    line-height: 30px;

    margin-top: 0px;

  }



  /* contact us page */



  #general_enquiry_sec h2 {

    font-size: 24px;

    line-height: 34px;

    margin-bottom: 40px;

  }

  #general_enquiry_sec .general_enq_box .enq_content h4 {

    font-size: 20px;

    margin: 0px;

  }

  #general_enquiry_sec .general_enq_box .enq_content h5 {

    font-size: 15px;

    margin-top: 0px;

  }

  #general_enquiry_sec .general_enq_box .enq_content h6 {

    font-size: 15px;

  }

  #general_enquiry_sec .general_enq_box {

    margin-bottom: 30px;

  }



  #general_enquiry_sec {

    padding-top: 25px;

  }



  #contact_top_sec .contact_top_content {

    left: 0%;

    transform: translate(0%, 0%);

    right: 0%;

    top: 30%;

  }



  /* blog page */

  #blog_post_sec {

    padding: 20px 0px;

  }



  /* portfolio */

  #our_dev_app {

    padding: 0;

  }

  #our_dev_app .product_img {

    width: 100%;

    position: initial;

    margin-top: 20px;

  }

  #our_dev_app .our_product_box {

    padding: 20px;

    margin-top: 40px;

  }



  #our_dev_app .our_product_box .product_content .demo_btn {

    width: 100%;

    height: 42px;

    margin-top: 24px;

  }

  .product_sm img {

    width: 120px;

  }

  .product_sm {

    justify-content: center;

    margin-left: 0px;

  }

  #pricing_offer_sec .packages .price_list h5::after {

    width: 26px;

    height: 26px;

    top: 0px;

  }

  #pricing_offer_sec2 .packages .price_list h5::after {

    width: 26px;

    height: 26px;

    top: 0px;

  }

  #pricing_offer_sec .packages .price_list h6::after {

    width: 26px;

    height: 26px;

    top: 0px;

  }

  #pricing_offer_sec2 .packages .price_list h6::after {

    width: 26px;

    height: 26px;

    top: 0px;

  }



  #pricing_offer_sec .packages .price_btn {

    border: 1.5px solid #1B5E34;

    border-radius: 8px;

    display: flex;

    justify-content: center;

    align-items: center;

    width: 100%;

    padding: 6px 12px;

    gap: 4px;

    margin-top: 15px;

    margin-bottom: 30px;

  }

  #statistics_sec .statistics_box img {

    width: 56px;

  }

  #blog_post_sec h3 {

    font-size: 22px;

  }

  #blog_post_sec .blog_box {

    margin-top: 20px;

  }

  #blog_post_sec .blog_box h3 a {

    font-size: 20px;

    margin-top: 10px;

  }

  #blog_post_sec .blog_box .auther h5 {

    font-size: 15px;

  }

  #blog_post_sec .blog_box .auther img {

    width: 30px;

  }

  #blog_post_sec .blog_box .blog_read_btn a {

    font-size: 14px;

  }

  #blog_post_sec .blog_box .blog_read_btn a::after {

    width: 15px;

    height: 12px;

    top: 4px;

  }

  #blog_post_sec .blog_box .blog_cat {

    margin-top: 10px;

  }

  #blog_post_sec .blog_box .blog_cat h4 {

    font-size: 13px;

  }

  #blog_post_sec .blog_box .auther {

    margin: 10px 0px;

  }

  #our_team_sec .row {

    flex-wrap: wrap-reverse;

  }

  /* dairy form page */



  #dairy_farm_top_sec .dairy_farm_top h1 {

    font-size: 24px;

    line-height: 34px;

    margin-top: 30px;

  }

  #dairy_farm_top_sec .dairy_farm_top p {

    font-size: 18px;

    line-height: 32px;

    margin-top: 8px;

  }

  #dairy_farm_top_sec .dairy_farm_btn a {

    font-size: 15px;

    line-height: 24px;

    padding: 9px 20px;

  }



  #dairy_farm_top_sec {

    height: auto;

  }

  .pd_60 {

    padding: 30px 0px;

  }

  #how_does_work .how_itwork_content h4 {

    font-size: 22px;

  }

  #how_does_work .how_itwork_content p {

    font-size: 14px;

    margin-top: 4px;

    padding: 3px;

  }

  .dairy_farm_top {
    padding-right: 0px;
  }

  #why_dairyform_sec .why_dairyform p {

    font-size: 15px;

    line-height: 30px;

    margin-top: 4px;

    max-width: 100%;

  }

  #why_dairyform_sec .why_form_btn {

    text-align: center;

    margin-bottom: 40px;

  }

  #why_dairyform_sec .why_form_btn a {

    font-size: 15px;

    line-height: 24px;

    padding: 9px 20px;

  }

  .top_title h2 {

    font-size: 24px;

    line-height: 38px;

  }

  .top_title p {

    font-size: 17px;

    line-height: 28px;

    padding: 0px 0px;

  }

  #path_success_sec .path_success .text-end {

    text-align: start !important;

  }

  #path_success_sec .path_success h4 {

    font-size: 20px;

    line-height: 30px;

  }

  #news_logo_sec .head_title h3 {

    font-size: 24px;

    line-height: 38px;

  }

  #news_logo_sec .news_logos img {

    width: 50px;

  }

  #easiest_app_sec .easiest_app_box h4 {

    font-size: 20px;

    margin-top: 8px;

  }

  #easiest_app_sec .easiest_app_box img {

    width: 44px;

  }

  #easiest_app_sec .easiest_app_box p {

    font-size: 15px;

    line-height: 25px;

  }

  #easiest_app_sec .easiest_bottom_text p {

    font-size: 15px;

    line-height: 27px;

  }

  #easiest_app_sec .easiest_bottom_btn {

    justify-content: space-evenly;

    gap: 0px;

  }

  #easiest_app_sec .easiest_bottom_btn a img {

    width: 140px;

  }

  #dairy_app_sec .dairy_app_box .dairy_app_content h2 {

    font-size: 24px;

    line-height: 38px;

  }

  #dairy_app_sec .dairy_app_box .dairy_app_content {

    padding: 15px 15px;

    margin-left: 0px;

  }



  #dairy_app_sec .dairy_app_box .dairy_app_content p {

    font-size: 18px;

    line-height: 36px;

    margin-top: 10px;

    text-align: center;

  }

  #dairy_app_sec .dairy_app_box .dairy_app_content .dairy_app_sm a img {

    width: 120px;

  }

  #dairy_app_sec .dairy_app_box .dairy_app_img img {

    position: inherit;

    top: 5px;

    right: 0px;

    margin-bottom: 30px;

  }

  #dairy_app_sec .dairy_app_box {

    height: auto;

  }

  #delivery_app_sec .dairy_app_box {

    height: auto;

  }



  #delivery_app_sec .dairy_app_box .dairy_app_img img {

    position: inherit;

    top: 5px;

    right: 0px;

    margin-bottom: 30px;

  }

  #dairy_app_sec .dairy_app_box .dairy_app_content .dairy_app_sm {

    justify-content: center;

    gap: 3px;

  }

  #pricing_offer_sec2 {

    padding: 25px 0px;

  }

  #meet_our_clients_sec h3 {

    font-size: 24px;

    line-height: 38px;

    margin-bottom: 0px;

    margin-top: 25px;

  }

  #start_free_trial {

    padding: 15px;

  }

  #start_free_trial .free_trial h2 {

    font-size: 24px;

    line-height: 38px;

    max-width: 100%;

  }

  #start_free_trial .free_trial h6 {

    font-size: 18px;

    line-height: 32px;

    margin: 14px 0px;

    max-width: 100%;

  }

  #start_free_trial .free_trial .trial_contact p a {

    font-size: 16px;

    line-height: 24px;

  }

  #start_free_trial .free_trial .trial_contact {

    margin: 15px 0px;

    gap: 10px;

  }

  #start_free_trial .free_trial .trial_contact img {

    width: 18px;

  }

  #start_free_trial .free_trial_form .form-control {

    margin: 10px 0px;

    font-size: 12px;

    line-height: 24px;

    height: 40px;

  }

  #start_free_trial .free_trial_form .trial_sub_btn a {

    font-size: 14px;

    line-height: 28px;

    padding: 8px 30px;

  }



  #testimonials_sec h3 {

    font-size: 24px;

    line-height: 34px;

  }

  #why_dairyform_sec h2 {

    font-size: 24px;

    line-height: 38px;

  }

  #path_success_sec .path_success.reversecol {

    margin: 20px 0px;

    gap: 20px;

    flex-direction: row-reverse;

  }



  .top_title h2 {

    font-size: 24px;

    line-height: 38px;

  }



  #why_dairyform_sec .coll_part img {

    position: initial;

    margin-top: 30px;

  }

  #dairy_app_sec .dairy_app_box .dairy_app_content h1 {

    font-size: 24px;

    line-height: 38px;

    text-align: center;

  }

  #start_free_trial .free_trial_form .trial_sub_btn {

    margin: 20px 0px;

    text-align: center;

  }

  .navbar .container-fluid {

    padding-left: 16px !important;

    padding-right: 16px !important;

  }



  #delivery_boy_top .dairy_farm_top h1 {

    font-size: 32px;

    margin-top: 25px;

    line-height: 45px;

  }

  #delivery_boy_top .dairy_farm_top p {

    font-size: 18px;

    line-height: 34px;

    margin-top: 0px;

  }

  #delivery_boy_top .dairy_farm_btn a {

    font-size: 15px;

    line-height: 24px;

    padding: 9px 20px;

  }

  #delivery_boy_top {

    height: auto;

  }

  #delivery_boy_top .dairy_farm_top_img img {

    margin-top: 30px;

  }

  #how_does_work .how_it_work {

    margin-top: 20px;

  }

  #delivery_app_sec .dairy_app_box .dairy_app_content h2 {

    font-size: 24px;

    line-height: 38px;

  }

  #delivery_app_sec .dairy_app_box {

    padding: 20px 5px;

  }

  #delivery_app_sec .dairy_app_box .dairy_app_content {

    padding: 0px 0px;

    margin-left: 0px;

    text-align: center;

  }

  #delivery_app_sec .dairy_app_box .dairy_app_content .dairy_app_sm {

    justify-content: center;

    gap: 3px;

    margin-bottom: 30px;

  }

  #delivery_app_sec .dairy_app_box .dairy_app_content .dairy_app_sm a img {

    width: 150px;

  }

  #dairy_farm_top_sec .dairy_farm_top_img .app_img1 {

    height: 200px;

    margin-bottom: 20px;

  }

  #dairy_farm_top_sec .dairy_farm_top_img .app_img2 {

    height: 200px;

    margin-bottom: 20px;

  }

  #dairy_farm_top_sec .dairy_farm_top_img .app_img3 {

    height: 200px;

    margin-bottom: 20px;

  }

  #dairy_farm_top_sec .dairy_farm_top_img {

    display: flex;

    gap: 20px;

    justify-content: center;

    margin-bottom: 0px;

  }

  #newsletter_sec .sub_box {

    margin-top: 20px;

    margin-bottom: 50px;

  }

  .form_feilds .mt-5 {

    margin-top: 30px !important;

  }

  #footer_sec .footer_content .ft_img {

    margin-bottom: 20px;

  }

  #brand_trust_sec .tab_imgs {

    position: initial;

    transform: none;

  }

  #about_top_sec .about_top_img {

    margin-top: 45px;

  }

  #footer_sec .footer_social img {

    width: 30px;

  }

  #dairy_app_sec {

    margin: 30px 0px;

  }

  #delivery_app_sec {

    margin: 30px 0px;

  }

  #about_top_sec .about_img_box .about_icon img {

    width: 20px;

  }

  /* blog details  */

  #blog_details_main .blog_details h2 {

    font-size: 22px;

  }

  #blog_details_main .blog_text {

    font-size: 15px;

    line-height: 29px;

    margin-top: 15px;

  }



  #blog_details_main .blog_details h3 {

    font-size: 20px;

    line-height: 28px;

    margin-top: 15px;

  }



  #blog_details_main .table_box .table>thead {

    font-size: 15px;

  }

  #blog_details_main .table_box .table-striped>tbody>tr:nth-of-type(odd)>* {

    font-size: 14px;

  }

  #blog_details_main .blog_bottom h4 {

    font-size: 20px;

  }

  #blog_details_main .blog_details_sidebar .tags_sec h2 {

    font-size: 20px;

  }

  #dairy_farm_top_sec .dairy_farmer_top_img img {

    display: none;

  }



  #privacy_sec .policy_content p {

    font-size: 15px;

    line-height: 28px;

  }



  #privacy_sec .policy_content h1 {

    font-size: 22px;

    line-height: 32px;

    margin: 15px 0px;

  }



  .rotating_icons .rotating_icon7 {

    width: 9px;

    top: 60%;

  }

  .rotating_icons .rotating_icon8 {

    position: absolute;

    width: 9px;

    top: 15%;

  }

  .rotating_icons .rotating_icon6 {

    width: 12px;

    top: 80%;

    left: -1%;

  }

  .rotating_icons .rotating_icon4 {

    width: 12px;

  }

  .head_title h2::after {

    display: none;

  }

  #brand_trust_sec h2::after {

    display: none;

  }

  #pricing_offer_sec h2::after {

    display: none;

  }

  #our_features_sec h2::after {

    display: none;

  }

  #meet_our_clients_sec h4::after {

    display: none;

  }

  #faq_sec h5::after {

    display: none;

  }

  #get_in_touch_sec .get_in_touch h2::after {

    display: none;

  }

  #our_team_sec .team_content h2::after {

    display: none;

  }

  #general_enquiry_sec h2::after {

    display: none;

  }



  #our_dev_app h2::after {

    display: none;

  }



  #lp_error_page .error_lp_text h3 {

    font-size: 22px;

    line-height: 32px;

  }

  #lp_error_page .error_lp_text p {

    font-size: 18px;

  }

  .lp_tk_pf_btn a {

    font-size: 16px;

    padding: 10px 25px;

  }



  #lp_error_page .error_lp_text {

    padding: 10px;

  }

  #lp_tk_page .tk_lp_img .lp_tk_head h3 {

    font-size: 16px;

  }

  #lp_tk_page .tk_lp_img .lp_tk_head {

    gap: 5px;

    height: auto;

    width: 100%;

  }

  #lp_tk_page .tk_lp_img {

    padding: 10px;

  }

  #dairy_app_sec .dairy_app_box .dairy_app_img img {
    max-width: 100%;
  }

}

/* 992 End */



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                                  ipad mini Portrait 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*Portrait*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

  .hide_in_mini_port {

    display: none;

  }



  #advantge_sec .adv_content .adv_box_list {

    justify-content: space-evenly;

    display: flex;

  }

  #pricing_offer_sec .packages {

    height: 100%;

  }

  #pricing_offer_sec .packages {

    padding: 14px;

  }

  #pricing_offer_sec .packages h4 {

    font-size: 36px;

    line-height: 46px;

  }

  #pricing_offer_sec .packages.active h4 {

    font-size: 36px;

    line-height: 46px;

  }

  #pricing_offer_sec .packages p {

    font-size: 15px;

  }

  #pricing_offer_sec2 .packages {

    height: 100%;

  }

  #pricing_offer_sec2 .packages {

    padding: 14px;

  }

  #pricing_offer_sec2 .packages h4 {

    font-size: 36px;

    line-height: 46px;

  }

  #pricing_offer_sec2 .packages.active h4 {

    font-size: 36px;

    line-height: 46px;

  }

  #pricing_offer_sec2 .packages p {

    font-size: 15px;

  }

  #hero_sec {

    height: auto;

    padding-bottom: 100px;

  }

  #about_sec {

    padding: 25px 0px;

  }

  #advantge_sec .adv_side_img img {

    display: none;

  }



  #easiest_app_sec .easiest_bottom_btn {

    justify-content: center;

    gap: 20px;

  }

  #dairy_app_sec .dairy_app_box .dairy_app_content {

    margin-top: 20%;

  }

  #dairy_farm_top_sec .dairy_farm_btn {

    margin-top: 15px !important;

    margin-bottom: 30px;

  }

  #path_success_sec .path_success p {

    padding-right: 20px;

  }

  #delivery_boy_top .dairy_farm_top h1 {

    font-size: 24px;

    line-height: 34px;

    margin-top: 30px;

  }

  #easiest_app_sec .easiest_app_box h4 {

    margin-top: 10px;

  }

  #delivery_app_sec .dairy_app_box .dairy_app_content {

    margin-top: 25%;

  }

  #delivery_app_sec .dairy_app_box .dairy_app_content p {

    font-size: 22px;

    line-height: 36px;

    margin-top: 20px;

  }



  #delivery_app_sec .dairy_app_box .dairy_app_content .dairy_app_sm a img {

    width: 125px;

  }



  #start_free_trial .free_trial h2 {

    max-width: 100%;

  }



  #newsletter_sec .sub_box {

    margin-top: 25px;

    margin-bottom: 60px;

    display: flex;

    align-items: center;

    justify-content: center;

  }

  #get_in_touch_sec .get_in_img {

    margin-top: 42%;

  }

  #footer_sec .footer_social {

    justify-content: end;

  }

  #footer_sec .footer_content p {

    max-width: 100%;

  }

  #newsletter_sec .sub_box .input-group {

    width: 65%;

  }

  #newsletter_sec .sub_box .sub_btn {

    width: auto;

    height: 46px;

    font-size: 12px;

    line-height: 22px;

    padding: 13px 16px;

  }

  #meet_our_clients_sec .our_clients {

    text-align: center;

    margin-top: 30%;

  }



  #meet_our_clients_sec .clienta_icon .clients1 {

    left: 18%;

  }

  #meet_our_clients_sec .clienta_icon .clients4 {

    bottom: 10%;

    left: 22%;

  }

  #meet_our_clients_sec .clienta_icon .clients2 {

    right: 15%;

  }

  #meet_our_clients_sec .clienta_icon .clients5 {

    bottom: 12%;

  }

  #meet_our_clients_sec .clienta_icon .clients3 {

    left: 37%;

  }

  #testimonials_sec .testimonials_box .user_icon img {

    width: 65px;

    top: -30px;

  }

  #about_sec img {

    margin-top: 90px;

  }

  #our_team_sec img {

    margin-top: 111px;

  }

  #blog_post_sec .blog_box h3 a {

    font-size: 18px;

    margin-top: 10px;

    line-height: 26px;

  }

  #brand_trust_sec .tab_imgs {

    position: absolute;

    transform: translate(-52%, 50%);

  }

  #why_dairyform_sec .coll_part img {

    margin-top: 40%;

  }

  #why_dairyform_sec .why_delivery_img img {

    margin-top: 45%;

  }



  #why_dairyform_sec .why_dairyform_img img {

    margin-top: 40%;

  }



  #dairy_app_sec .dairy_app_box .dairy_app_img img {

    top: -30px;

    right: 10px;

  }

  #delivery_app_sec .dairy_app_box .dairy_app_img img {

    position: absolute;

    top: -80px;

    right: 10px;

  }

  #our_features_sec {

    padding: 18px 0px;

  }

  #our_dev_app .product_img {

    margin-top: 32px;

  }



  #dairy_farm_top_sec .dairy_farmer_top_img img {

    width: 390px;

  }



  #dairy_farm_top_sec .dairy_farmer_top_img img {

    display: block;

  }

  .req_demo_img {

    margin-top: 60%;

  }



  #lp_tk_page .tk_lp_img .lp_tk_head {

    width: 500px;

  }





}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                                  ipad mini landscape 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*landscape*/



@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

  .container-fluid {

    padding-left: 20px !important;

    padding-right: 20px !important;

  }

  #advantge_sec .adv_content .adv_box {

    padding: 10px;

  }

  #news_logo_sec {

    padding: 30px 0px;

  }

  #brand_trust_sec {

    padding: 30px 0px;

  }

  #statistics_sec {

    padding: 30px 0px;

  }

  #dairy_app_sec .dairy_app_box .dairy_app_content h1 {

    font-size: 32px;

    line-height: 52px;

  }

  #how_does_work .how_itwork_content h4 {

    font-size: 22px;

  }

  #delivery_app_sec .dairy_app_box .dairy_app_content {

    padding: 10px 0px;

    margin-left: 50px;

  }

  #dairy_app_sec .dairy_app_box .dairy_app_content h2 {

    font-size: 32px;

    line-height: 58px;

  }

  #dairy_app_sec .dairy_app_box .dairy_app_content .dairy_app_sm {

    justify-content: center;

    gap: 5px;

  }

  #hero_sec .hero_content {

    margin-top: 50px;

  }

  #hero_sec .hero_img img {

    margin-top: 80px;

  }

  #hero_sec .hero_content h1 {

    font-size: 42px;

    line-height: 56px;

  }

  #hero_sec .hero_content p {

    font-size: 18px;

    line-height: 36px;

  }

  #hero_sec {

    height: 510px;

  }

  #about_sec img {

    margin-top: 40px;

  }

  #news_logo_sec .news_more_btn a {

    font-size: 16px;

    line-height: 22px;

    padding: 10px 31px;

  }

  #statistics_sec .statistics_box {

    margin-top: 10px;

    padding: 10px 10px;

  }

  #pricing_offer_sec .packages .price_list h5::after {

    top: 0px;

  }

  #meet_our_clients_sec .our_clients {

    margin-top: 80px;

  }

  #faq_sec {

    background: #fff;

  }

  #testimonials_sec h2 {

    font-size: 32px;

  }

  #newsletter_sec .sub_box {

    display: flex;

    align-items: center;

    justify-content: center;

  }

  #statistics_sec .statistics_box img {

    width: 50px;

  }

  #general_enquiry_sec .general_enq_box .enq_content h4 {

    font-size: 20px;

  }



  #general_enquiry_sec .general_enq_box {

    padding: 15px;

    margin-bottom: 30px;

  }

  #general_enquiry_sec {

    padding-top: 20px;

  }

  #our_team_sec img {

    margin-top: 70px;

  }

  #newsletter_sec .sub_box .input-group {

    max-width: 60%;

  }

  #blog_post_sec .blog_box h3 a {

    font-size: 18px;

    margin-top: 10px;

    line-height: 30px;

  }



  #dairy_farm_top_sec .dairy_farm_top_img img {

    max-width: 128px !important;

  }

  #dairy_farm_top_sec .dairy_farm_top h1 {

    font-size: 42px;

    line-height: 60px;

    margin-top: 40px;

  }

  #dairy_farm_top_sec .dairy_farm_top {

    margin-bottom: 40px;

  }

  #dairy_farm_top_sec {

    height: auto;

  }

  #why_dairyform_sec .coll_part img {

    width: 480px;

  }

  #hero_sec {

    height: auto;

    padding-bottom: 120px;

  }

  #brand_trust_sec .tab_imgs {

    position: absolute;

    transform: translate(-52%, 0%);

  }



  #dairy_farm_top_sec .dairy_farmer_top_img img {

    width: 540px;

  }

  .req_demo_img {

    margin-top: 40%;

  }

  .navbar .nav-item .nav_demo_btn {

    font-size: 10px;

  }

}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

                                  ipad mini Ipad Air  

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*Ipad Air */

/*Ipad Air Media Query start*/

@media only screen and (device-width: 1180px) and (device-height: 820px) and (orientation: landscape) {

  .hide_in_mini_air {

    display: none;

  }

  #dairy_app_sec .dairy_app_box .dairy_app_content h2 {

    font-size: 32px;

    line-height: 56px;

  }

  .req_demo_img {

    margin-top: 40%;

  }

}

/* New Slider CSS Start Here 07--04-2025 */

.screenshot_slider .owl-item .item {
  transform: translate3d(0, 0, 0);
  margin: 20px 0;
}

.screenshot_slider .owl-item .item img {
  transition: 0.3s;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transform: scale(0.80);
  border-radius: 20px;
}

.screenshot_slider .owl-item.center .item img {
  transform: scale(0.9);
  border-radius: 20px;
  border: 2px solid rgba(0, 0, 0, 0.15);
}





/* Position navigation buttons */
.screenshot_slider .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  transform: translateY(-45%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  /* Prevents blocking slides */
}

/* Style for previous (left) button */
.screenshot_slider .owl-nav .owl-prev {
  position: absolute;
  left: 0%;
}

/* Style for next (right) button */
.screenshot_slider .owl-nav .owl-next {
  position: absolute;
  right: 0%;
}

/* Navigation buttons styling */
.screenshot_slider .owl-nav button {
  background: #1B5E34 !important;
  color: #fff !important;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 22px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px rgba(44, 131, 81, 0.3);
  transition: all 0.3s ease-in-out;
  pointer-events: auto;
  /* Enables clicking */
  cursor: pointer;
}

/* Hover effect for navigation buttons */
.screenshot_slider .owl-nav button:hover {
  background: linear-gradient(135deg, #1B5E34, #1B5E34) !important;
  transform: scale(1.1);
  box-shadow: 0px 8px 15px rgba(44, 131, 81, 0.4);
}

/* Adjusting dots position */
.screenshot_slider .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.screenshot_slider.owl-carousel .owl-dots.disabled,
.screenshot_slider.owl-carousel .owl-nav.disabled {
  display: block !important;
}


/* Adjusting dots position */
.screenshot_slider .owl-dots {
  text-align: center;
  margin-top: 0px;
}

/* Styling for inactive dots */
.screenshot_slider .owl-dots.disabled {
  display: block !important;
  opacity: 0.5;
  pointer-events: none;
}

/* Individual dot styles */
.screenshot_slider .owl-dot {
  width: 12px;
  height: 12px;
  background: #1B5E34 !important;
  border-radius: 50%;
  display: inline-block !important;
  margin: 5px;
  transition: all 0.3s ease-in-out;
  position: relative;
}

/* Active dot style */
.screenshot_slider .owl-dot.active {
  background: linear-gradient(135deg, #1B5E34, #1B5E34) !important;
  width: 14px;
  height: 14px;
  box-shadow: 0px 0px 8px rgba(44, 131, 81, 0.6) !important;
  transform: scale(1.2);
}

/* Dot hover effect */
.screenshot_slider .owl-dot:hover {
  transform: scale(1.3);
  background: linear-gradient(135deg, #1B5E34, #1B5E34) !important;
  box-shadow: 0px 0px 10px rgba(44, 131, 81, 0.5);
}

/* Hover Dropdown Styles */
.navbar .dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.navbar .dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  margin-top: 0;
}

.navbar .dropdown-menu.show {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Mobile: Keep click behavior */
@media (max-width: 991.98px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: none;
  }
  
  .navbar .dropdown-menu.show {
    display: block;
  }
}

/* Top Navigation Bar Styles */
.top-navbar {
  background-color: #1B5E34;
  color: #ffffff;
  padding: 8px 0;
  font-size: 14px;
}

.top-navbar-social {
  display: flex;
  align-items: center;
  gap: 15px;
}

.top-navbar-social a {
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}

.top-navbar-social a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  color: #ffffff;
}

.top-navbar-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}

.top-navbar-contact a {
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
  font-size: 14px;
}

.top-navbar-contact a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.top-navbar-contact a i {
  font-size: 14px;
}

.top-navbar-login {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 6px 15px;
  border-radius: 4px;
  font-weight: 500;
}

.top-navbar-login:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff !important;
}

/* Mobile Responsive Top Navbar */
@media (max-width: 767.98px) {
  .top-navbar {
    padding: 10px 0;
  }
  
  .top-navbar-social {
    justify-content: center;
    margin-bottom: 8px;
  }
  
  .top-navbar-contact {
    justify-content: center;
    gap: 15px;
    font-size: 12px;
  }
  
  .top-navbar-contact a {
    font-size: 12px;
  }
  
  .top-navbar-phone,
  .top-navbar-email {
    display: none;
  }
  
  .top-navbar-login {
    padding: 5px 12px;
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .top-navbar-contact {
    gap: 10px;
  }
  
  .top-navbar-social {
    gap: 10px;
  }
}

/* Responsive Logo Styles */
@media (max-width: 991.98px) {
  .navbar-brand {
    height: 60px;
  }
  
  .navbar-brand img {
    max-height: 50px !important;
    max-width: 150px !important;
  }
}

@media (max-width: 575.98px) {
  .navbar-brand {
    height: 55px;
  }
  
  .navbar-brand img {
    max-height: 45px !important;
    max-width: 120px !important;
  }
}

/* Place Order Modal Styles */
#placeOrderModal .modal-content {
  border-radius: 8px;
  border: none;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
}

#placeOrderModal .modal-header {
  background-color: #1B5E34;
  color: #ffffff;
  border-radius: 8px 8px 0 0;
  padding: 20px 25px;
  border-bottom: none;
}

#placeOrderModal .modal-title {
  font-weight: 600;
  font-size: 24px;
  margin: 0;
}

#placeOrderModal .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
  opacity: 0.9;
}

#placeOrderModal .btn-close:hover {
  opacity: 1;
}

#placeOrderModal .modal-body {
  padding: 30px 25px;
}

#placeOrderModal .form_input {
  margin-bottom: 20px;
}

#placeOrderModal .form-control,
#placeOrderModal .form-select {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 12px 15px;
  font-size: 14px;
  transition: all 0.3s ease;
}

#placeOrderModal .form-control:focus,
#placeOrderModal .form-select:focus {
  border-color: #1B5E34;
  box-shadow: 0 0 0 0.2rem rgba(44, 131, 81, 0.15);
  outline: none;
}

#placeOrderModal .trial_sub_btn {
  margin-top: 10px;
  text-align: center;
}

#placeOrderModal .trial_sub_btn button {
  width: 100%;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  #placeOrderModal .modal-dialog {
    margin: 10px;
  }
  
  #placeOrderModal .modal-body {
    padding: 20px 15px;
  }
  
  #placeOrderModal .modal-title {
    font-size: 20px;
  }
}