


/* Custom CSS */

/*Prevent Text Selection*/
/* body {
   user-select: none; 
   -webkit-user-drag: none; 
} */

/* Capital Font */
/* #capital{
    text-transform: uppercase;
} */


/* Header Part Start :- */


#setnav{
  gap: 15px;
    display: flex;
}

/* Header Part End : */


/* Footer Part Start :- */


/* Footer Part End : */
#footermail{
    margin-top: 15px;
}

/* Body Part Start : */




.plant{
    font-size:20px !important;
    color:#27ae60 !important;
}



/* Body Part End : */



#hide {
    display: none;
}

.justify {
    text-align: justify;
}






/* ===========================[Responsive start]================================= */

/* Laptop (15.6 inch) 💻💻 */
@media only screen and (min-width : 1400px) {

    /* Header Part Start : */

     #setnav{
  gap: 8px;
    
}

    /* Header Part End : */


    /* Footer Part Start :- */

    /* Footer Part End : */


    /* Body Part Start : */

    /* Body Part End : */
}

/* Laptop (15.6 inch) Not Included */
@media only screen and (max-width : 1399px) {

    /* Header Part Start : */
     #setnav{
  gap: 0px;
    
}

    /* Header Part End : */


    /* Footer Part Start :- */

    /* Footer Part End : */

    /* Body Part Start : */

    /* Body Part End : */

}


/* Laptop (14 inch) 💻 */
@media only screen and (min-width : 1200px) {

    /* Header Part Start : */

         
    
    /* Header Part End : */

    /* Footer Part Start :- */

    /* Footer Part End : */

    /* Body Part Start : */

    /* Body Part End : */


}


/* Mobile View Not Included */
@media only screen and (min-width : 768px) {

    /* Header Part Start : */

    /* Header Part End : */


    /* Footer Part Start :- */

    /* Footer Part End : */

    /* Body Part Start : */

    /* Body Part End : */

}

/* Mobile View 📱📱📱*/
@media only screen and (max-width : 768px) {

    /* Header Part Start : */

    /* Header Part End : */


    /* Footer Part Start :- */

    /* Footer Part End : */


    /* Body Part Start : */


    /* Body Part End : */

}


/* ~~~~~~~~~~~~~~~~~~~~~~~~(Dynamic Responsive)~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Default Styles : */

/* Laptop (15.6 inch) */
/* Large screens (min-width: 1400px) */
@media only screen and (min-width : 1400px) {
    
     /* Header Part Start : */

          .header-logo-box {
  flex: 0 0 auto;
  width: 320px;
  text-align: center;
}

.header-logo-box img {
  width: 290px;
}


    
    /* Header Part End : */


    /* Footer Part Start :- */

    /* Footer Part End : */


    /* Body Part Start : */


    /* Body Part End : */
}


/* Laptop (14 inch) */
/* Medium screens (min-width: 1280px and max-width: 1399px) */
@media only screen and (min-width: 1280px) and (max-width: 1399px) {
    
     /* Header Part Start : */
       .header-logo-box {
  flex: 0 0 auto;
  width: 320px;
  text-align: center;
}

.header-logo-box img {
  width: 280px;
}






    /* Header Part End : */


    /* Footer Part Start :- */

    /* Footer Part End : */


    /* Body Part Start : */


    /* Body Part End : */
    
  

}

/* Laptop ( Less than 14 inch) */
/* Medium screens (min-width: 1024px and max-width: 1279px) */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    
     /* Header Part Start : */
     
    .header-logo-box {
  flex: 0 0 auto;
  width: 290px;
  text-align: center;
}

.header-logo-box img {
  width: 260px;
}

    /* Header Part End : */


    /* Footer Part Start :- */

    /* Footer Part End : */


    /* Body Part Start : */


    /* Body Part End : */
    


}

/* Device ( Less Less than 14 inch) */
/* Small screens (min-width: 768px and max-width: 1023px) */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    
     /* Header Part Start : */
     
      .header-logo-box {
  flex: 0 0 auto;
  width: 290px;
  text-align: center;
}

.header-logo-box img {
  width: 260px;
}

    /* Header Part End : */


    /* Footer Part Start :- */

    /* Footer Part End : */


    /* Body Part Start : */


    /* Body Part End : */
}


/* Mobile */
/* Extra small screens (max-width: 767px) */
@media only screen and (max-width: 767px) {
    
     /* Header Part Start : */

    /* Header Part End : */


    /* Footer Part Start :- */

    /* Footer Part End : */


    /* Body Part Start : */
         .setpadding {
    padding-top: 200px;
  }

    /* Body Part End : */
}


/* ===================[Dynamic Responsive end]============================== */




