/*@import url('animation.css');*/



body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /*font-family: 'Poppins', sans-serif;*/
  padding-top: 75px;
}



/*-------------comman-global-css-start---------------*/

.com_btn {
  background-color: #578930;
  border-radius: 4px;
  border: 1px solid #578930;
  padding: 10px 45px;
  color: #fff;
  text-decoration: none;
  transition: 0.4s;
}

.com_btn:hover {
  background-color: #fff;
  color: #578930;
}

.cw {
  max-width: 90%;
  margin: auto;
}

.cf {
  max-width: 95%;
}

.c-green {
  color: #578930;
}

.c-black {
  color: #dfdfdf;
}

.sp {
  padding: 90px 0;
}

.lgb {
  background-color: #ffffff;
}

/*-------------comman-global-css-end---------------*/

/*-------------header-css-start---------------*/

.header_wrap {
  margin-top: 40px;
}

.header_wrap .header_logo img {
  max-width: 400px;
  width: 100%;
}

/*-------------header-css-end---------------*/

/*-------------main-wrap-css-start---------------*/

.m-header span {
  font-size: 2.5rem;
    font-weight:600;
}

.m-header h1 {
  font-size: 4rem;
  font-weight: 700;

}
.compaign-page .m-header h1 {
  font-size: 3.3rem;
}
.main-box-details::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  height: 100%;
  width: 13px;
  /*background-color: #578930;*/
  background:linear-gradient(45deg, #F9CE34, #EE2A7B, #6228D7) !important;
}

.main-box-img {
  width: 90%;
  margin-left: auto;
}

.main-box-details-wrap p {
  max-width: 80%;
  font-size: 18px;
}
.text-gradient {
    background: #6228D7;
    background: linear-gradient(to right, #F9CE34 0%, #EE2A7B 50%, #6228D7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    background: linear-gradient(to right, #F9CE34 0%, #EE2A7B 50%, #6228D7 100%);
    background-clip: text;
    text-fill-color: transparent;
    background: -o-linear-gradient(to right, #F9CE34 0%, #EE2A7B 50%, #6228D7 100%);
    -o-background-clip: text;
    -o-text-fill-color: transparent;
    background: -moz-linear-gradient(to right, #F9CE34 0%, #EE2A7B 50%, #6228D7 100%);
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    background: -ms-linear-gradient(to right, #F9CE34 0%, #EE2A7B 50%, #6228D7 100%);
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    background: -webkit-linear-gradient(to right, #F9CE34 0%, #EE2A7B 50%, #6228D7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/*-------------main-wrap-css-end---------------*/

/*-------------satelight-wrap-css-start---------------*/

.satelight-box-details-wrap span {
  font-size: 2rem;
  font-weight:600;
}

.satelight-box-details-wrap h2 {
  font-size: 2.2rem;
  font-weight: 700;
}

.satelight-box-details::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  height: 100%;
  width: 8px;
  background-color: #EE2A7B;
  background:linear-gradient(45deg, #F9CE34, #EE2A7B, #6228D7) !important;
}

.satelight-box-details-wrap p {
  font-size: 18px;
  /* border: 2px solid #000; */
  /* border-radius: 15px; */
  /* padding: 20px; */
}

.s_header {
  position: relative;
}

/* .s_header::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #578930;
} */
.s_header span {
  width: 5px;
  height: 45px;
  display: block;
  margin-right: 15px;
  background-color: #578930;
  background:linear-gradient(45deg, #F9CE34, #EE2A7B, #6228D7) !important;
}

.s_header h3 {
  font-size: 2.3rem;
  font-weight: 800;
  align-items: center;
  margin: auto;
  width: fit-content;
  display: flex;
}

.s_header h3 img {
  max-width: 140px;
  margin: 0 15px;
}
.form-title {
    font-family: "Bold";
    font-size: 36px;
}

/*-------------satelight-wrap-css-end---------------*/

/*-------------why-choose-wrap-css-start---------------*/

.why_c-ser {

  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
  grid-gap: 1rem 0.5rem;
}

.wc-box {
  text-align: center;

}

.wc-box p {
  color: #dfdfdf;
  margin: 0;
}

.wc-box img {
  max-width: 80%;
  margin: auto;
}

.choose-vm-box h4 {
  font-weight: 700;
}

.choose-vm-box p {
  color: #dfdfdf;
  font-size: 18px;
}

.choose-vm-box {
  border-radius: 10px;
  /*border: 1.5px solid #578930;*/
  padding: 30px 20px;
  /*height: 100%;*/
  min-height: 400px;
  position:relative;
  overflow:hidden;
  z-index:0;
  /*background:#000;*/
    background:linear-gradient(45deg, #F9CE34, #EE2A7B, #6228D7) !important;
}
.campaign-form-wrap{
  border-radius: 10px;
  /*border: 1.5px solid #578930;*/
  padding: 30px 20px;
  /*height: 100%;*/
  min-height: 400px;
  position:relative;
  overflow:hidden;
  z-index:0;
  /*background:#000;*/
    background:linear-gradient(45deg, #F9CE34, #EE2A7B, #6228D7) !important;
}
.campaign-form-wrap::before {
    position:absolute;
    content: "";
    height:calc(100% - 20px);
    width:calc(100% - 20px);
    left:0;
    top:0;background:#fff;
  border-radius: 10px;
    right:0;
    bottom:0;
    margin:auto;
    z-index:-1;
}
.choose-vm-box::before {
    position:absolute;
    content: "";
    height:calc(100% - 10px);
    width:calc(100% - 10px);
    left:0;
    top:0;background:#000;
  border-radius: 10px;
    right:0;
    bottom:0;
    margin:auto;
    z-index:-1;
}

/*-------------why-choose-wrap-css-end---------------*/

/*-------------solution-wrap-css-strat---------------*/


.solution_box {
  background-color: #000000;
  border-radius: 15px;
  /*border: 1.5px solid #578930;*/
  padding: 30px 20px;
  text-align: center;
  height: 100%;

}

.solution_box img {
  max-width: 130px;
}

.solution_box p {
  font-size: 18px;
  color: #dfdfdf;
}

.solution_box.farmer img {
  max-width: 210px;
  margin: -40px 0;
}

/*-------------solution-wrap-css-end---------------*/

/*-------------benifits-wrap-css-start---------------*/

.benefit_box {

  align-items: center;
}

.benefit_box img {
  max-width: 120px;
  width: 120px;
}
.benefit_img.gradient-bordered-icon-dark {
    width: fit-content;
    /* margin: 0 auto; */
    /* display: block; */
    background: linear-gradient(45deg, #F9CE34, #EE2A7B, #6228D7) !important;
    border-radius: 5px;
    position: relative;
    z-index: 0;
}
.benefit_img.gradient-bordered-icon-dark::before {
    position: absolute;
    content: "";
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    background: #000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    border-radius: 5px;
}
.benefit_box p {
  font-size: 1.4rem;
  margin: auto auto auto 15px;
  color:#dfdfdf;
}

/*-------------benifits-wrap-css-end---------------*/

/*-------------switch-wrap-wrap-css-start---------------*/

.switch-box {
  border: 1.5px solid #578930;
  border-radius: 5px;
  text-align: center;
  height: 100%;
  background-color: #fff;
}

.switch-box p {
  color: #000;
}

.switch-box h3 {
  font-size: 40px;
  font-weight: 700;
}

.switch-box p {
  font-size: 24px;
  max-width: 60%;
  margin: 0 auto;
}

.ff_wrap-box {
  width: 25%;
}

.farms_flow-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.farms_flow-wrap .ff_wrap-box:nth-child(1) img {
  background-color: transparent;
}



.farms_flow-wrap img {
  z-index: 2;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}

.farms_flow-wrap::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #578930;
  top: 50%;
  left: 0;
  z-index: 0;
}

/*-------------switch-wrap-wrap-css-end---------------*/


/*-------------Features-wrap-wrap-css-start---------------*/


.features_main-wrap .benefit_box p {
  color: #dfdfdf;
  line-height: 1.2;
}


/*-------------Features-wrap-wrap-css-end---------------*/

/*-------------dashboard-wrap-wrap-css-start---------------*/

.howswitch_main .s_header p {
  font-size: 20px;
  color: #dfdfdf;
}

/*-------------dashboard-wrap-wrap-css-end---------------*/


/*-------------monitoring-wrap-wrap-css-start---------------*/

.monitoring_main-wrap .s_header p {
  font-size: 18px;
  color: #dfdfdf;
}

.monitoring_main-wrap .benefit_box p {
  font-size: 18px;
  color: #dfdfdf;
}

.monitoring_main-wrap .benefit_box img {
  max-width: 200px;
  width: 200px;
}

/*-------------crop-map-wrap-wrap-css-start---------------*/


.cropmap_main .s_header p {
  font-size: 24px;
  color: #dfdfdf;
}

.cropmap_main .map-list {
  font-size: 20px;
  color: #dfdfdf;
  display: flex;
  align-items: start;
}

.cropmap_main .map-list img {
  margin: 8px 8px 0 0;
}

.map2_details p {
  font-size: 24px;
  color: #dfdfdf;
}

/*-------------crop-map-wrap-wrap-css-end---------------*/


/*-------------sc-wrap-css-start---------------*/
.sc_main {
  padding: 160px 0 90px;
}

.sc_box {
  border-radius: 10px;
  border: 1.5px solid #578930;
  background-color: #F8F8F8;
}

.sc_box h4 {
  text-align: center;
  font-weight: 700;
  color: #4D4E4E;
}

.sc_img {
  text-align: center;
  padding: 30px 0;
}

.sc_box img {
  width: 100%;
  max-width: 90%;

}


/*-------------sc-wrap-css-end---------------*/


/*-------------irrigation-wrap-wrap-css-start---------------*/
.irri_path-one img {
  margin-right: -60px;
}

.irri_path-two,
.irri_path-four {
  position: relative;
}

.irri_path-two::after,
.irri_path-four::after {
  /* content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  height: 2px;
  background-color: #000; */
}

.irri_path img {
  width: 100%;
  z-index: 2;
  position: relative;
}

.irri_box {
  width: 20%;
}

.irri_path {
  position: relative;
  max-width: 90%;
  margin: auto;
}

.irri_path::after {
  content: '';
  z-index: 0;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 20px;
  height: 2px;
  background-color: #000;
}

.extra_details {
  max-width: 80%;
  margin: 0 auto -185px;
  font-size: 30px;
  padding: 40px 60px;
  text-align: center;
  background-color: #EBEBEB;
  background: linear-gradient(45deg, #F9CE34, #EE2A7B, #6228D7) !important;
border-radius: 10px;
}

/*-------------irrigation-wrap-wrap-css-end---------------*/

/*-------------footer-wrap-wrap-css-start---------------*/

.footer_main {
  padding: 30px 0;
  text-align: center;
}

.footer_number {
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  color: #dfdfdf;
}

.footer_email a {
  text-decoration: none;
  white-space: nowrap;
  color: #dfdfdf;
  font-size: 16px;
  margin-right: 10px;
}

.footer_email {
  text-align: right;
  display: flex;
}
.double-listing, .gr-disc-listing { margin-bottom:0; margin-top: 30px;}
.double-listing > li, .gr-disc-listing > li {
    position:relative;
    margin-bottom:10px;
    padding-left: 20px;
    font-size: 18px;
    font-family: 'Medium';
}
.double-listing > li::before, .gr-disc-listing > li::before {
    position:absolute;
    content: "";
    height:7px;
    width:7px;
    border-radius:50%;
    left:0;
    top:10px;
    background-color: #EE2A7B;
    background: linear-gradient(45deg, #F9CE34, #EE2A7B, #6228D7) !important;
}
.compaign-page .select2-container--default .select2-search--inline .select2-search__field {padding: 0 10px; width:100% !important; }
.compaign-page span.select2-results {
    color: #000;
    font-family: 'Medium';
}
.compaign-page .select2-container--default .select2-selection--multiple .select2-selection__rendered { padding:0; }
.campaign-form { color:#000; font-family: 'Medium'; }
.campaign-form .form-control {
   border: 1px solid #aaa;
    border-radius: 10px;
    padding: 10px;
    font-family: 'Medium';
}
.campaign-form .select2-container--default .select2-selection--multiple {
    padding: 5px; border-radius: 10px;
}
.campaign-form .select2-container {width: 100% !important;}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #c62a95
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #7628c9;color: #fff; border-radius: 15px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color:#fff;}
.compaign-page .select2-container { z-index: 9999; }
.fixed-inquiry-btn {
    position: fixed;
    right: -65px;
    top: 40%;
    z-index: 98;
    transform: rotate(90deg);
}
.fixed-inquiry-btn {
    background: linear-gradient(45deg, #F9CE34, #EE2A7B, #6228D7) !important;
    padding: 4px;
    border-radius: 40px;
}
.fixed-inquiry-btn > .btn-custom-gr-light {
   background-color: #000;
    background: #000;
    opacity: 1;
    border: 0;
}
#customInquiryFormModal .btn-close { transition: all 300ms ease-in-out; position:absolute; z-index: 1; top:20px; right:20px;
    opacity: 1;
    background-image: url(../../images/frontend_images/Close.svg); }
    #customInquiryFormModal .btn-close:focus, #customInquiryFormModal .btn-close:active {
        box-shadow: none;
        outline:none;
    }
#customInquiryFormModal .btn-close:hover {
    transform: rotate(180deg);
    transform-origin: center;
    transition: all 300ms ease-in-out;
}
#customInquiryFormModal .modal-content { border-radius: 15px; }

/*-------------footer-wrap-wrap-css-end---------------*/

@media only screen and (max-width: 1560px) {
  
  .m-header h1 {
    font-size: 3.5rem;
    font-weight: 700;

  }
}
@media only screen and (min-width: 769px) {
    .main_imgstwo {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .double-listing {display: grid; grid-template-columns: auto auto; grid-gap: 0 5px;}
    
}

@media only screen and (max-width: 768px) {
    .benefit_box {
        text-align: center !important;
    }

    .satelight_img img {
        max-width: 100% !important;
    }

    .main_imgs {
        display: none;
    }

    .header_wrap {
        margin-top: 15px;
    }

    .com_btn {
        padding: 5px 15px;
    }

    .header_wrap .header_logo img {
        max-width: 210px !important;
    }

    .m-header span {
        font-size: 1.5rem !important;
    }

    .m-header h1 {
        font-size: 2rem !important;
    }

    .main-box-details::after {
        width: 5px;
    }

    .cw,
    .cf {
        /* max-width: 95% !important; */
    }

    .main-box-img {
        max-width: 100% !important;
        width: 100% !important;
    }

    .main-box-details-wrap p {
        font-size: 16px;
    }

    .satelight-box-details-wrap span {
        font-size: 1.2rem;
    }

    .satelight-box-details-wrap h2 {
        font-size: 1.8rem;
    }

    .satelight-box-details-wrap p {
        font-size: 16px;
    }

    .s_header h3 {
        font-size: 1.3rem;
    }

    .s_header h3 img {
        max-width: 100px;
        margin: 0 15px;
    }

    .s_header span {
        width: 4px;
        height: 34px;
    }

    .wc-box img {
        max-width: 55%;
    }

    .sp {
        padding: 50px 0;
    }

    .benefit_box p {
        font-size: 1rem;
    }

    .benefit_box img {
        max-width: 110px;
        width: 110px;
    }

    .howswitch_main .s_header p {
        font-size: 16px;
    }

    .s_header h4 {
        font-size: 18px;
    }

    .farms_flow-wrap {
        display: block;
    }

    .ff_wrap-box {
        width: 300px;
        margin: 40px auto;
    }

    .farms_flow-wrap::after {
        width: 4px;
        height: 100% !important;
        top: 0;
        left: 50%;
    }

    .farms_flow-wrap .ff_wrap-box:nth-child(1) img {
        background-color: #fff;
    }

    .cropmap_main .s_header p {
        font-size: 18px !important;
    }

    .cropmap_main .map-list {
        font-size: 16px !important;
    }

    .map2_details p {
        font-size: 18px !important;
    }

    .cropmap_img {
        margin-top: 20px !important;
    }

    .irri_box {
        margin: 50px auto;
    }

    .irri_box:nth-child(odd) {
        width: 300px !important;
    }

    .irri_path::after {
        width: 2px;
        height: 100%;
        top: 0;
        left: 50%;
    }

    .irri_path img {
        background-color: #F8F8F8;
    }

    .extra_details {
        max-width: 100%;
        font-size: 20px !important;
        padding: 20px;
        margin: 0 auto -150px;
    }

    .sc_main {
        padding: 160px 0 60px;
    }

    .footer-logo {
        max-width: 200px !important;
        margin: 0 auto 20px;
    }

    .footer_number {
        font-size: 1.2rem !important;
        font-weight: 500;
    }


}

@media only screen and (max-width: 990px) {
    .header_wrap .header_logo img {
        max-width: 300px;
    }

    .m-header span {
        font-size: 2.5rem;
    }

    .m-header h1 {
        font-size: 4rem;
    }

    .monitoring_main-wrap .benefit_box img {
        width: 150px;
    }

    .monitoring_main-wrap .benefit_box p {
        font-size: 16px;
    }

    .monitoring_main-wrap .s_header p {
        font-size: 16px;
    }

    .cropmap_main .s_header p {
        font-size: 20px;
    }

    .cropmap_main .map-list {
        font-size: 18px;
    }

    .map2_details p {
        font-size: 20px;
    }

    .extra_details {
        font-size: 24px;
    }
}

@media only screen and (min-width: 990px) {}

@media only screen and (max-width: 1199px) {
    .cf {
        max-width: 90%;
        margin: auto;
    }

    .main-box-details-wrap p {
        max-width: 100%;
    }

    .main-box-img {
        text-align: right;
    }

    .satelight_img {
        text-align: center;
    }

    .satelight_img img {
        max-width: 70%;
        margin: auto;
    }

    .switch-box p {
        font-size: 18px;
        max-width: 100%;
    }

    .farms_flow-wrap::after {
        height: 2px;
    }

    .irri_path {
        max-width: 100%;
    }

    .irri_box:nth-child(odd) {
        width: 30%;
    }

    .footer-logo {
        max-width: 300px;
    }

    /* .footer_number {
        font-size: 2rem;
    } */

    .footer_email a {
        font-size: 1rem;
    }
}