body {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
    font-family: "f1";
}

a {
    text-decoration: none !important;
}

ul {
    list-style: none !important;
    padding-left: 0 !important;
}

@font-face {
    font-family: "f1";
    src: url(../fonts/Euclid\ Circular\ A\ Regular.ttf);
}

@font-face {
    font-family: "f2";
    src: url(../fonts/Euclid\ Circular\ A\ SemiBold.ttf);
}

@font-face {
    font-family: "f3";
    src: url(../fonts/Euclid\ Circular\ A\ Bold.ttf);
}

.w-70 {
    width: 70%;
    margin: auto;
}

.w-90 {
    width: 90%;
    margin: auto;
}

.w-100 {
    width: 100%;
}

h1 {
    font-size: 30px !important;
    color: #000;
    font-family: "f4";
}

h6 {
    color: #808080;
    font-size: 20px;
    font-family: "f2";
}

p {
    font-size: 16px;
    font-family: "f1";
    text-align: justify;
    color: #000;
    line-height: 2;
}

.d-jc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.d-flex-jc-ac {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.btn-nc {
    background-color: #33AC6A;
    border-radius: 5px !important;
    font-family: "f3";
    font-size: 14px !important;
    border: none;
    padding: 8px 12px;
}

.btn-nc a {
    color: #ffffff !important;
}

.re_ser .btn-nc {
    background-color: #33AC6A;
    border-radius: 5px !important;
    color: #ffffff !important;
    font-family: "f3";
    font-size: 14px !important;
    border: none;
    padding: 8px 12px;
}

.re_ser .btn-nx {
    background-color: #33AC6A !important;
    border-radius: 5px !important;
    color: #ffffff !important;
    font-family: "f3";
    font-size: 14px !important;
    border: none;
    padding: 8px 12px;
    margin-top: 10px;
}

.re_ser .btn-nb {
    background-color: #33AC6A !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-family: "f3";
    font-size: 14px !important;
    border: none;
    padding: 8px 12px;
    margin-top: 10px;
}

.test_card .btn-nx {
    background-color: #33AC6A !important;
    border-radius: 5px !important;
    color: #000 !important;
    font-family: "f3";
    font-size: 14px !important;
    border: none;
    padding: 8px 12px;
    margin-bottom: 10px;
}

/* nav starts */

.nav_me img {
    width: 160px !important;
}

.nav_me {
    z-index: 11;
}

.navbar-expand-md .navbar-nav .nav-link {
    color: #fff;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
}

/* .nav_a{
      background: #006db6;
      padding: 5px;
  } */
.nav_me .nav_a li a {
    font-family: "f1";
    font-size: 14px;
    color: #000 !important;
}

.nav-item {
    position: relative;
}

.nav-link::before {
    position: absolute;
    content: "";
    background: #33AC6A !important;
    margin: auto;
    bottom: 0;
    left: 23%;
    width: 50%;
    height: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: 0.2s;
}

.navbar-light .navbar-nav .nav-link.active {
    font-family: "f3";
}

.navbar-light .navbar-nav .nav-link:hover::before {
    opacity: 1;
    transition: 0.2s;
}

.navbar-light .navbar-nav .nav-link.active::before {
    opacity: 1;
}

.navbar-light .navbar-toggler {
    background-color: #33AC6A;
    color: #000 !important;
}

.navbar-light .navbar-nav .nav-link {
    margin: 0px 10px;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

element.style {
    position: absolute;
    background-color: #fff;
    padding: 20px !important;
    transition: 2s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.dr_hv:hover {
    background: #33AC6A !important;
}

/* nav ends */

/* banner start */
.main_banner img {
    width: 100%;
    height: 100%;
}

/* banner end */


/* abt start */
.abt_img_right img {
    width: 100%;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.7));
}

.abt_cnt h3 {
    color: #33AC6A;
    font-family: "f3";
}

/* abt end */

/* add banner */
.banner_image{
    position: relative;
}
.banner_image img{
width: 100%;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/* add banner */

/* home enquiry starts */
.hom-enq {
    background: #33AC6A;
    padding: 30px 0px 0px;
  }
  .hom-enquiry img {
    width: 90%;
    margin: auto;
  }
  .ho-fo {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
  }
  .enqu-con label {
    font-size: 16px;
    font-family: "f3";
    margin-bottom: 10px;
  }
  .enqu-con .form-control {
    font-family: "f3";
    font-size: 14px;
  }
  .cntt h2{
color: #fff;
font-family:"f3";
  }
  .cntt p{
    color: #fff;
    font-family:"f1";
      }
  .enqu-con input::placeholder {
    color: #d8d8d8;
  }
  /* home enquiry ends */


  /* footer div */
  .footer_main{
    padding: 20px 10px;
    background-color: #33AC6A;
  }

  .logo_div img{
    padding: 10px;
    background-color: #fff;
    width: 200px;
  }
  .footer_list li a{
    color: #fff !important;
    font-family: "f1";
  }
  .footer_list  li{
    line-height: 40px;  
}
.add p{
    color: #ffff !important;
}
.add a{
    color: #ffff !important;
}
.so_c a{
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    color: #33AC6A !important;
}
.so_c p{
    color: #fff;
}
  /* footer div */
  /* Float icon */

.social_icon {
    position: fixed;
    right: 0;
    bottom: 5%;
    z-index: 111;
}

.social_icon ul .en_quiry {
    font-size: 15px;
    background: linear-gradient(#112186, #526ff9);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    color: #fff !important;
    position: absolute;
    bottom: 95px;
    right: 0;
    justify-content: center;
}
.social_icon ul .en_call {
    font-size: 15px;
    background: linear-gradient(#ff2336, #ff7a7c);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    color: #fff !important;
    position: absolute;
    bottom: 40px;
    right: 0;
    justify-content: center;
}
.social_icon ul .en_what {
    font-size: 15px;
    background: linear-gradient(317deg, #095200, #76ff4a);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    color: #fff !important;
    position: absolute;
    bottom: 150px;
    right: 0;
    justify-content: center;
}

/* Float icon end */