


/* background image opacity without affecting text */
.content2 {
  position: relative;
}

.content::after {
  content: "";
  opacity: 0.7;
  background-size: cover;

  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}
/* background image opacity without affecting text */


.outer1 {
    margin: 0px 0px 0px 10px;
    border: 0px solid #00cc99;
    border-radius: 3px;
    padding: 0px 0px 0px 5px;
}


.outer2 {
    margin: 5px 5px 0px 5px;
    border: 0px solid #00cc99;
    border-radius: 3px;
    padding: 0px 5px 0px 0px;
}

#container1 {
    margin-top: 0px;
    width:100%;
    height:auto;

    /* add flex-box style */
     display:flex;
     flex-direction: row;
     justify-content: space-around; 
     flex-flow:wrap;
  }



#container2 {
    margin-top: 5px;
    width:100%;
    height:auto;

    /* add flex-box style */
     display:flex;
     flex-direction: row;
     justify-content: space-around; 
     flex-flow:wrap;
  }

/* for data dashboard */


    .box1 {
      width:45%;
      height:relative;
      background:transparent;
      margin:5px 3px 15px 3px;
      box-sizing: border -box;
      font-size:  14px;  
      font-weight: 400;
      color: #4B8A08;
      justify-content: space-between; 
      text-align: left;
      padding: 5px;
      border: 0px solid #a6a6a6;
      border-radius: 5px;
      padding: 40px 20px 20px 40px;

    }



    /* add responsive media queries */
     @media screen and (max-width: 1200px) {
      .box1{ 
        width:100%;
        font-size:  12px;  
       }
     }

     @media screen and (max-width: 600px) {
      .box1{ width:90%; font-size:  12px; text-align: center;}
     }


.gok {
  font-size: 11px;
  font-weight: 300;
  color: #273746;
}
     @media screen and (max-width: 600px) {
      .gok{ font-size: 10px;}
     }


.earas {
  font-size: 13px;
  font-weight: bold;
  color: #273746;
  margin-top: 0px;
}
     @media screen and (max-width: 600px) {
      .earas{ font-size: 10px;}
     }


    .box2 {
      width:45%;
      height:relative;
      background:transparent;
      margin:5px 3px 15px 3px;
      box-sizing: border -box;
      font-size:  14px;  
      font-weight: 300;
      color: #000000;
      justify-content: space-between; 
      text-align: left;
      padding: 5px;
      border: 0px solid #a6a6a6;
      border-radius: 5px;
      padding: 40px 20px 20px 40px;

      /* text-shadow: 1px 1px #ffff; */

    }


    /* add responsive media queries */
     @media screen and (max-width: 1200px) {
      .box2{ width:90%; }
     }

     @media screen and (max-width: 600px) {
      .box2{ width:90%; }
     }








.outer2 {
      margin: 20px;
      border-radius: 3px;
      padding: 0px 20px 0px 20px;
}

     @media screen and (max-width: 600px) {
      .outer2{ 
      padding: 0px 0px 0px 0px;
      }
     }


    #container2 {
      margin-top: 30px;
      width:100%;
      height:auto;

      /* add flex-box style */
       display:flex;
       flex-direction: row;
       justify-content: space-around; 
       flex-flow:wrap;
    }

.cf-div31 {
  background-color: #1D8348;
  background-image:
      linear-gradient(
        to bottom, 
        #1D8348, #D5F5E3
      );
  margin-top: 50px;
  padding: 10px 0px 25px 0px;
}



.img3 {
    padding: 40px 60px 20px 40px;
/*  background-image: url('images/agri_2.jpeg');  */
  background-color: rgba(255,255,255,0.5);
  background-blend-mode: screen;
  background-repeat: no-repeat;
  background-size: cover;
  height: relative;

}

    .box3 {
      width:32%;
      height:relative;
      background:transparent;
      margin:2px 5px 2px 5px;
      box-sizing: border -box;
      font-size:  13px;  
      font-weight: 250;
      color: #4F5152;
      justify-content: space-between; 
      text-align: center;
      padding: 0px;
      border: 0px solid #fa0567;
      border-radius: 0px;

    }


    /* add responsive media queries */
     @media screen and (max-width: 1200px) {
      .box3{ width:95%; }
     }

     @media screen and (max-width: 600px) {
      .box3{ width:95%; 
      margin:5px;
      }
     }

    .box31 {
      width:34%;
      height:relative;
      background:transparent;
      margin:0px 5px 0px 0px;
      box-sizing: border -box;
      font-size:  13px;  
      font-weight: 250;
      color: #ffffff;
      justify-content: space-between; 
      text-align: center;
      padding: 0px;
      border: 0px solid #fa0567;
      border-radius: 0px;

    }


    /* add responsive media queries */
     @media screen and (max-width: 1200px) {
      .box31{ width:95%; }
     }

     @media screen and (max-width: 600px) {
      .box31{ width:95%; 
      margin:5px;
      }
     }


    .box32 {
      width:32%;
      height:relative;
      background:transparent;
      margin:20px 5px 2px 5px;
      box-sizing: border -box;
      font-size:  13px;  
      font-weight: 250;
      color: #4F5152;
      justify-content: space-between; 
      text-align: center;
      padding: 0px;
      border: 0px solid #fa0567;
      border-radius: 0px;

    }


    /* add responsive media queries */
     @media screen and (max-width: 1200px) {
      .box32{ width:95%; }
     }

     @media screen and (max-width: 600px) {
      .box32{ width:95%; 
      margin:5px;
      }
     }

/* new property  */
img.a {
  width: 100%;
  height: relative;
  object-fit: cover;
}


.img411 {
  padding: 2px 0px;
  background-color: transparent;
  background-blend-mode: exclusion;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.para1 {
  margin: 0px 0px 0px 0px;
}

.para2 {
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
}



    .box4 {
      width:32%;
      height:relative;
      background:#F8F9F9  ;
      margin:5px 5px 5px 5px;
      box-sizing: border -box;
      font-size:  13px;  
      font-weight: 250;
      color: #000000;
      justify-content: space-between; 
      text-align: left;
      padding: 0px;
      border: 0px solid #fa0567;
      border-radius: 0px;
      box-shadow: rgba(6, 197, 171, 0.4) 0px 0px 0px 2px, rgba(16, 197, 171, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;    
    }

.box4:hover {
      box-shadow: rgba(231, 76, 60, 0.4) 0px 0px 0px 2px, rgba(231, 76, 60, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;    
      -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        border-radius:5px;
    }

    /* add responsive media queries */
     @media screen and (max-width: 1200px) {
      .box4{ width:95%; }
     }

     @media screen and (max-width: 600px) {
      .box4{ width:95%; 
      margin:5px;
      }
     }

    .box40 {
      width:32%;
      height: relative;
      background:transparent;
      margin:20px 5px 5px 5px;
      box-sizing: border -box;
      font-size:  13px;  
      font-weight: 250;
      color: #4F5152;
      justify-content: space-between; 
      text-align: left;
      padding: 0px;
      border: 0px solid #fa0567;
      border-radius: 0px;
    }


    /* add responsive media queries */
     @media screen and (max-width: 1200px) {
      .box40{ width:95%; }
     }

     @media screen and (max-width: 600px) {
      .box40{ width:95%; 
      margin:5px;
      }
     }




    .box41 {
      width:32%;
      height:relative;
      background:transparent;
      margin:5px 5px 5px 5px;
      box-sizing: border -box;
      font-size:  13px;  
      font-weight: 250;
      color: #4F5152;
      justify-content: space-between; 
      text-align: left;
      padding: 0px;
      border: 0px solid #fa0567;
      border-radius: 0px;
      box-shadow: rgba(174, 4, 204, 0.4) 0px 0px 0px 2px, rgba(174, 4, 204, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;    
    }

.box41:hover {
      box-shadow: rgba(18, 57, 249, 0.4) 0px 0px 0px 2px, rgba(18, 57, 249, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;    
      -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
        border-radius:5px;
    }


    /* add responsive media queries */
     @media screen and (max-width: 1200px) {
      .box41{ width:95%; }
     }

     @media screen and (max-width: 600px) {
      .box41{ width:95%; 
      margin:5px;
      }
     }


    .box42 {
      width:32%;
      height:relative;
      background:transparent;
      margin:5px 5px 5px 5px;
      box-sizing: border -box;
      font-size:  13px;  
      font-weight: 250;
      color: #4F5152;
      justify-content: space-between; 
      text-align: left;
      padding: 0px;
      border: 0px solid #fa0567;
      border-radius: 0px;

box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
background-color: #F1948A          ;
    background-image:
      linear-gradient(
        to bottom, 
       #F1948A      , #ffffff      
      );
    }


    /* add responsive media queries */
     @media screen and (max-width: 1200px) {
      .box42{ width:95%; }
     }

     @media screen and (max-width: 600px) {
      .box42{ width:95%; 
      margin:5px;
      }
     }

.img44 {
  padding: 10px 20px 20px 20px;
  background-color: #ffffff;
  background-blend-mode: exclusion;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}


.bar1 {
  height: 30px;
  background: #FA0438  ;
  margin-bottom: 15px;
}

.bar2 {
  height: 30px;
  background: #00e6a8    ;
}

.img4 {
  padding: 0px 0px;
  background-color: transparent;
  background-blend-mode: exclusion;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  color: #000000;


}


.img5 {
  padding: 0px 0px;
  background-color: transparent;
  background-blend-mode: exclusion;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
        border: 2px solid #777474;

}


/* for iv zone dtails and user details */
.img41 {
  padding: 10px 20px 20px 50px;
  background-color: transparent;
  background-blend-mode: exclusion;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;

}




    .box5 {
      width:40%;
      height:25%;
      background:transparent;
      margin:5px 5px 5px 5px;
      box-sizing: border -box;
      font-size:  15px;  
      font-weight: 300;
      color: #000000;
      justify-content: space-between; 
      text-align: left;
      padding: 3px;
      border: 1px solid #a6a6a6;
      border-radius: 3px;

    }

    /* add responsive media queries */
     @media screen and (max-width: 1200px) {
      .box5{ width:90%; }
     }

     @media screen and (max-width: 600px) {
      .box5{ width:100%; 
            margin:5px;

      }
     }

.img5 {
  padding: 20px 20px 20px 40px;
  background-color: rgba(255, 0, 102,0.0);
  background-image: url('images/.jpg'); 
  background-blend-mode: screen;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;

}



.div2 {
   font-size:  30px;  
   color: #ff6600    ;
   font-weight: 900;
   transform: scale(1, 0.9);
   -webkit-text-stroke: 0px black;
   line-height: 120%;
   text-transform: uppercase;
   text-shadow: 1.5px 1.5px #000000;
}


    /* add responsive media queries */
     @media screen and (max-width: 1200px) {
      .div2{ font-size:  25px; }
     }

     @media screen and (max-width: 600px) {
      .div2{ font-size:  20px;  }
     }


.marquee {
  color: #0409AD;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 0px;
}

table tbody tr td {
  font-size: 13px;
  font-weight: 350;
  color: #404142;
}

table thead tr th{
  font-size:13px;
  font-weight: 400;
  color: #31B404;
}


#link_style {
  font-size: 13px;
  color: #000000;
}

#link_style:hover {
  color: #808080;
}

.input1 {
  border-color: blue;
  border-width: 1px;
  border-radius: 20px 0px 0px 20px;
  font-size: 14px;
  padding: 0px 10px 0px 10px;


}

.input1:hover {
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  border-color: red;
  transition: 0.2s;
}

.btn1 {
  border-color: 04a4cc;
  border-width: 1px;
  border-radius: 2px;
  background-color: 04a4cc;
  font-size: 15px;
  color: #ffffff;
  padding: 3px 10px 4px 10px;
  border-radius: 0px 1px 1px 0px;

}

.btn1:hover {
  background-color: #03a1fc;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  color: #ffffff;
}

     @media screen and (max-width: 600px) {
      .btn1{ overflow: hidden; }
      .input1 { overflow: hidden; }
     }

     /* for downloads */


.a_href {
  color: #000000;
  font-size: 13px;
  font-weight: 200;
}

.downloads {
  font-size: 13px;
  font-weight: 300;
}


#message {
  font-size: 13px;
  font-weight: 300;
  color: #0066cc;
}



table tbody tr td {
  font-size: 12px;
  padding: 0px;
  margin:  0px;
}

form-group {
  margin: 0px;
  padding: 0px;
}


/* custom css for select box and text box */

input.textbox {
    height: 28px;
    width: 100%;
    padding: 0px 5px 0px 5px;
    margin: 0px;
    border-radius: 0px;
    border-color: #00b8e6;
    border-width: 1px;
}

input.textbox:hover {
  border-color: #ff6666;
  transition: 0.2s;
}


.iv_zone {
  color: #000000;
  font-style: bold;
}



#div_title1 {
    font-size: 14px;
    margin-left: 20px;
    margin-top: 7px;
    margin-bottom: 2px;
    color: #e60000;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.25);
}    


#div_title2 {
    font-size: 12px;
    margin-left: 20px;
    margin-top: 7px;
    margin-bottom: 2px;
    color:    #170258  ;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.38);
}    



ul.b {list-style-type: square; }

/* unvisited link 
a:link {
  color: #21618C;
}

/* visited link 
a:visited {
  color: green;
}

/* mouse over link 
a:hover {
  color: hotpink;
}

/* selected link 
a:active {
  color: blue;
}

*/

/* for new dashboard 2nd row */

/*new css for home page counters */
/* dashboard 3rd row */
.outer222 {
    margin: 0px 0px 0px 0px;
    border: 0px solid #E39206;
    border-radius: 0px;
    padding: 0px 0px 0px 0px;
        background-image:
      linear-gradient(
        to bottom, 
        #F2F3F4, #E5E7E9
      );
}

/*new css for home page counters */
/* dashboard 3rd row */
.outer223 {
    margin: 10px 0px 0px 0px;
    border: 0px solid #E39206;
    border-radius: 0px;
    padding: 0px 0px 0px 0px;
    background: transparent;
        background-image:
      linear-gradient(
        to bottom, 
        #F2F3F4, #E5E7E9
      );
}

.outer224 {
    margin: 0px;
    border: 0px solid #E39206;
    border-radius: 0px;
    padding: 0px 0px 0px 0px;
    background: transparent;
}



#container222 {
    margin-top: 0px;
    width:100%;
    height:auto;

    /* add flex-box style */
     display:flex;
     flex-direction: row;
     justify-content: space-around; 
     flex-flow:wrap;
  }


    .box222 {
      width:9.7%;
      height:relative;
      font-size: 60px;
      font-weight: 700;
      color: #ffffff;
      justify-content: space-between; 
      text-align: left;
      border: 0px solid #a6a6a6;
      border-radius: 0px;
      padding: 5px 0px 5px 0px;
      margin-left: 1px;

              background-image:
      linear-gradient(
        to bottom, 
        #ffffff  , #ffffff    
      );


    }



    /* add responsive media queries */
     @media screen and (max-width: 1200px) {
      .box222{ 
        width:20%;
        font-size:  12px;
        margin-bottom: 1px;  
        padding: 5px 10px 5px 5px;
       }
     }

     @media screen and (max-width: 600px) {
      .box222{ width:20%; font-size:  12px; text-align: center; margin-bottom: 1px;  }
     }





    .box333 {
      width:15%;
      height:relative;
      font-size: 60px;
      font-weight: 700;
      color: #ffffff;
      justify-content: space-between; 
      text-align: left;
      border: 0px solid #a6a6a6;
      border-radius: 5px;
      padding: 5px 0px 5px 0px;
      margin-left: 1px;
      background: transparent;
    }


    /* add responsive media queries */
     @media screen and (max-width: 1200px) {
      .box333{ 
        width:20%;
        font-size:  12px;
        margin-bottom: 1px;  
        padding: 5px 10px 5px 5px;
       }
     }

     @media screen and (max-width: 600px) {
      .box333{ width:20%; font-size:  12px; text-align: center; margin-bottom: 1px;  }
     }



    .box444 {
      width:9%;
      height:relative;
      font-size: 60px;
      font-weight: 700;
      color: #ffffff;
      justify-content: space-between; 
      text-align: left;
      border: 0px solid #a6a6a6;
      border-radius: 5px;
      padding: 5px 0px 5px 0px;
      margin-left: 1px;
      background: transparent;
    }


    /* add responsive media queries */
     @media screen and (max-width: 1200px) {
      .box444{ 
        width:20%;
        font-size:  12px;
        margin-bottom: 1px;  
        padding: 5px 10px 5px 5px;
       }
     }

     @media screen and (max-width: 600px) {
      .box444{ width:20%; font-size:  12px; text-align: center; margin-bottom: 1px;  }
     }


/* dashboard 3rd row */


#heading2 {
  font-size: 12px;
  font-weight: 200;
  margin-bottom: 0px;
  padding: 0px 10px 0px 5px;
  text-align: left;
  color: white;
  background-color: #148F77;
  width: 100%;
  border-radius: 2px;
box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;}


     @media screen and (max-width: 600px) {
      #heading2{ font-size: 11px; width: 90px;}
      #heading3 { font-size: 40px; }
     }


#heading21 {
  font-size: 12px;
  font-weight: 200;
  margin-bottom: 2px;
  padding: 0px 10px 0px 5px;
  text-align: left;
  color: white;
  background-color: #148F77;
  width: 200px;
  border-radius: 2px;
box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;}


#heading3 {
  font-size: 50px;
  margin-top: 0px;
  text-align: center;
}

     @media screen and (max-width: 600px) {
      #heading2{ font-size: 11px; width: 90px;}
      #heading21{ font-size:11px; width:100px; }
      #heading3 { font-size: 40px; }
     }




#div3 {
  display:flex;
   flex-direction: row;
   justify-content: space-around; 
   flex-flow:wrap;
}

.heading3 {
  font-size: 12px;
  font-weight: 300;
  margin: 20px 0px;
  padding: 1px 5px 1px 5px;
  text-align: left;
  color: white;
  background-color: #FFFFFF;
  width: 50px;
  border-radius: 2px;
box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;}
#heading3 {
}


/* hexagon generator css */
.hex {
  width: 70px;
  display: inline-block;
  color:orange;
  position:relative;
  filter: url('#goo'); /* to get the rounded edge */
  margin-left: 5px;
}



.hex::before,
.hex::after { /* the polygon shape */
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  display:flex;
}
.hex::before{
  content: "";
  background:
    linear-gradient(50deg,transparent 10px, rgba(0,0,0,0.2) 0 calc(100% - 45px),transparent calc(100% - 44px)) 
    100% 100%/ 70% 89% no-repeat, 
    currentColor; /* Use the color defined by "color" */
  padding-top: 86.6%; /* 100%*cos(30) */
}
.hex::after {
  content: attr(data-text);
  font-size:20px;
  position:absolute;
  top:5px;
  left:5px;
  right:5px;
  bottom:5px;
  background:#fff; /* this should match the main background */
  align-items:center;
  justify-content:center;
}

     @media screen and (max-width: 600px) {
      .hex{ width:50px; margin-left: 20px;  }
      .hex::after { font-size:20px;  }
     }

/* hexagon generator css */


.rcorners2 {
  border-radius: 10px 10px 0px 0px;
  margin-top: 7px;
  border: 3px solid #009973;
      background-image:
      linear-gradient(
        to right, 
       #ECF0F1, #EAEDED      
      );

  padding: 5px; 
  width: 70px;
  height: 50px;  
  font-size: 23px;
}






    /* FOR MONTHLY PROGRESS DASHBOARD */

.outer225 {
    margin: -20px 0px 0px 0px;
    border: 0px solid #E39206;
    border-radius: 0px;
    padding: 0px 0px 0px 0px;
    background-color: #F2F3F4          ;
        background-image:
      linear-gradient(
        to bottom, 
        #F2F3F4, #E5E7E9
      );
}

#container225 {
    margin-top: 0px;
    width:100%;
    height:auto;

    /* add flex-box style */
     display:flex;
     flex-direction: row;
     justify-content: space-around; 
     flex-flow:wrap;
     background-color: #ffffff          ;

  }


    .box225 {
      width:8%;
      height:relative;
      font-size: 20px;
      font-weight: 700;
      color: #ffffff;
      justify-content: space-between; 
      text-align: left;
      border: 0px solid #a6a6a6;
      border-radius: 5px;
      padding: 5px 0px 5px 0px;
      margin-left: 1px;
      background: #00b3b3;

    }


    /* add responsive media queries */
     @media screen and (max-width: 1200px) {
      .box225{ 
        width:20%;
        font-size:  12px;
        margin-bottom: 0px;  
        padding: 5px 10px 5px 5px;
       }
     }

     @media screen and (max-width: 600px) {
      .box225{ width:20%; font-size:  12px; text-align: center; margin-bottom: 1px;  }
     }



.rcorners5 {
  border-radius: 5px 5px 5px 5px;
  margin-top: 0px;
  border: 0px solid #060606;
      background-image:
      linear-gradient(
        to right, 
       #FFFFFF, #FFFFFF      
      );

  padding: 1px 2px 2px 3px; 
  width: 50px;
  height: 30px;  
  font-size: 18px;
}

.rcorners51w {
  border-radius: 0px;
  margin-top: 0px;
  border: 0px solid #FC2705;
      background-image:
      linear-gradient(
        to right, 
       #2AB405, #1B7503      
      );

  padding: 2px 5px; 
  width: 25px;
  height: 25px;  
  font-size: 15px;
}

.rcorners51d {
  border-radius: 0px;
  margin-top: 0px;
  border: 0px solid #FC2705;
      background-image:
      linear-gradient(
        to right, 
       #F7340D, #D32805      
      );

  padding: 2px 5px; 
  width: 25px;
  height: 25px;  
  font-size: 15px;
}


#div5 {
  display:flex;
   flex-direction: row;
   justify-content: space-around; 
   flex-flow:wrap;
}

.heading5 {
  font-size: 12px;
  font-weight: 300;
  margin: 2px 0px;
  padding: 1px 5px 0px 5px;
  text-align: left;
  color: #000000;
  background-color: #FFFFFF;
  width: 50px;
  height:20px;
  border-radius: 2px;
box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;}
#heading5 {
}


#heading52 {
  font-size: 12px;
  font-weight: 200;
  margin-bottom: 2px;
  padding: 0px 10px 0px 5px;
  text-align: left;
  color: white;
  background-color: #148F77;
  width: 100%;
  border-radius: 2px;
box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;}


     @media screen and (max-width: 600px) {
      #heading2{ font-size: 11px; width: 90px;}
      #heading3 { font-size: 40px; }
     }

/* addl button css */

.btn3 {
  margin-left: 2px;
  margin-right: 10px;
  margin-top: 4px;
  height: 25px;
  font-size: 13px;
  font-weight: 500;
  color: #004d39;
  background-color: #004d39;
  border: none;
  border-radius: 0px;
  border-left: 5px solid #F92211;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  outline: none;
  }

.btn3:hover {
  background-color: #F92211  ;
  color: #ffffff;
  transform: translateX(5px);
}
