body{
  padding: 0;
  margin: 0;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  color: #000;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
  font-family: "Poppins", serif;
}
a{
  text-decoration: none;
  color: #000;
  transition: all 0.5s;
}
a:hover, a:focus{
  text-decoration: none;
  color: #006a07;
}
@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 96%;
    }
}
@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 96%;
    }
}
@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 98%;
    }
}
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 98%;
    }
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1370px;
    }
}
@media (min-width: 1600px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1440px;
    }
}
/*--Navbar--*/

.navbar-brand{
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-custom {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    position: relative;
    z-index: 100;
    -webkit-box-shadow: 0 18px 16px -16px rgba(0,0,0,0.2);
       -moz-box-shadow: 0 18px 16px -16px rgba(0,0,0,0.2);
            box-shadow: 0 18px 16px -16px rgba(0,0,0,0.2);
}
.nav-link, .navbar-custom .navbar-nav .nav-item .nav-link{
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 2px;
  color: #000000;
  padding: 5px 15px;
  border: 1px solid #fff;
  border-radius: 5px;
}
.navbar-nav li{
  margin:1px 10px;
}
.navbar-nav li:last-child{
  margin-right: 0;
}
.nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link:hover{
  border: 1px solid #006a07;
  color: #006a07; 
  font-weight: 500;
}
.navbar-custom .navbar-nav .nav-item .nav-link:focus, .navbar-custom .navbar-nav .nav-item .nav-link.act{
  border: 1px solid #006a07;
  color: #006a07; 
  font-weight: 600;
}
.navbar-collapse{
  margin-top: 50px;
}
nav.sticky {
  padding: 0;
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 1s;
}
nav.sticky .navbar-brand img{
  width: 50%;
}
nav.sticky .navbar-collapse {
    margin-top: 0px;
}
nav.sticky .nav-link, nav.sticky .navbar-custom .navbar-nav .nav-item .nav-link{
  font-size: 16px;
}
/*--SocialLinks--*/
.socialLinks{
  position: absolute;
  right: 0;
  z-index: 200;
  border-bottom: 1px solid #006a07;
  margin-bottom: 25px;
  padding: 8px 10px;
  width: 55%;
}
.socialLinks:before{
  content: url(../images/dot-top.png);
  position: absolute;
  top: 48px;
  left: -1px;
}
.text-right{
  text-align: right !important;
}
.socialLinks a.topLink{
  background: #006a07;
  border: 1px solid #006a07;
  padding: 3px 10px;
  margin: 2px 3px;
  display: inline-block;
  border-radius: 35px;
  color: #fff;
  font-size: 22px;
  height:40px;
  width: 40px;
  text-align: center;
}
.socialLinks a.topLink:hover, .socialLinks a.topLink:focus{
  background: transparent;
  border: 1px solid #006a07;
  color: #006a07;
}
.loginBtn, a.loginBtn{
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  background: #006a07;
  padding: 5px 10px;
  border-radius: 5px;
  text-transform: uppercase;
  border: 1px solid #006a07;
  font-size: 18px;
  line-height: 25px;
  margin-right: 10px;
  display: inline-block;
  margin-left: 5px;
}
.loginBtn:hover, a:hover.loginBtn{
  background: transparent;
  color: #006a07;
  border: 1px solid #006a07;
  text-decoration: none;
}
.loginIcongreen, .loginIconwhite{
  display: inline-block; 
}
.loginBtn .loginIcongreen, a.loginBtn .loginIcongreen{
  display: none;
}
.loginBtn:hover .loginIconwhite, a:hover.loginBtn .loginIconwhite{
  display: none;
}
.loginBtn:hover .loginIcongreen, a:hover.loginBtn .loginIcongreen{
  display: inline-block;
}
.loginProfileimg{
  display: inline-block; 
  width: 27px;
  height: 27px;
  border-radius: 50px;
  margin: -2px -3px 0 0;
}
.btnMarg-Right{
  margin-right: 65px !important;
}
.btnMarg-Right0{
  margin-right: 0px !important;
}
.navbar-custom .navbar-nav .nav-item.loginLinkNav{
  display: none;
}
nav.sticky .nav-item.loginLinkNav{
  display: block !important;
}
.navbar-nav li:last-child{
  margin-right: 0; 
}
/*--Carousel--*/
header.masthead {
    padding-top: 0;
    padding-bottom: 0;
    background: #fff !important;
}
.carousel-caption{
  text-align: left;
  top: 12%;
  bottom: auto;
}
.carousel-caption h2{
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  color: #006a07;
  padding: 0;
  margin: 0 0 20px 0;
}
.carousel-caption p{
  color: #000;
  line-height: 27px;
  font-size: 18px;
  margin: 0 0 40px 0;
  width: 50%;
}
.carousel-caption p a{
  background: #006a07;
  color: #fff;
  padding: 15px 25px;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 500;
  border:1px solid #006a07;
}
.carousel-caption p a:hover, .carousel-caption p a:focus{
  background: transparent;
  color: #006a07;
  border:1px solid #006a07;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  background-image: none;
}
.carousel-control-next-icon:after
{
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 35px;
  color: #000;
}
.carousel-control-prev-icon:after {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 35px;
  color: #000;
}
/*--Count Box--*/
.greenSect{
    background: rgba(0,70,5,1);
  background: -moz-linear-gradient(top, rgba(0,70,5,1) 0%, rgba(0,106,7,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,70,5,1)), color-stop(100%, rgba(0,106,7,1)));
  background: -webkit-linear-gradient(top, rgba(0,70,5,1) 0%, rgba(0,106,7,1) 100%);
  background: -o-linear-gradient(top, rgba(0,70,5,1) 0%, rgba(0,106,7,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,70,5,1) 0%, rgba(0,106,7,1) 100%);
  background: linear-gradient(to bottom, rgba(0,70,5,1) 0%, rgba(0,106,7,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004605', endColorstr='#006a07', GradientType=0 );
  min-height: 265px;
  display: block;
  padding: 30px 0 30px 0;
  color: #fff;
   box-shadow: 0px 25px 20px -20px rgba(0,0,0,0.45);
}
.countBox{
  text-align: center;
}
.countBox span{
  font-size: 56px;
  font-weight: 500;
  display: block;
  text-align: center;
  margin:20px 0;
}
.countBox label{
  font-size: 32px;
  font-weight: 500;  
}
/*--Section--*/
section{
  padding: 70px 0;
}
.paragraphSect{
  padding: 150px 0;
}
.paragraphSect.paddTop0{
  padding-top: 0 !important;
}
.paragraphSect.paddTop10{
  padding-top: 10px !important;
}
.paragraphSect.paddTop20{
  padding-top: 20px !important;
}
.paragraphSect.paddBot0{
  padding-bottom: 0 !important;
}
.paragraphSect.paddTopBot0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.paragraphSect.paddTopSubPage{
  padding-top: 100px !important;
}
.paragraphSect h5{
 color: #000000;
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  margin:0 0 20px 0;
}
.paragraphSect h2{
  color: #006a07;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  padding: 0;
  margin:0 0 25px 0;
}
.paragraphSect h2.margBot0{
  margin-bottom: 0;
}
.paragraphSect h2.textCapital{
  margin-bottom: 50px;
  text-transform: capitalize;
}
.paragraphSect h5{
  color: #006a07;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  padding: 0;
  margin:0 0 20px 0;
}
.paragraphSect p{
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px;
}
.paragraphSect p.italicText, p.italicText{
  font-style: italic;
}
.paragraphSect p.margBot0{
  margin-bottom: 0;
}
.paragraphSect ul{
  padding: 0;
  margin: 5px 0 50px 0;
  position: relative;
  display: block;
}
.paragraphSect ul li{
  list-style: none;
  background: url(../images/list-icon.png) no-repeat left 7px;
  padding: 0 0 0 35px;
  margin:15px 0;
  display: block;
  font-size: 18px;
}
.paragraphSect ul li strong{
  text-transform: uppercase;
}
.paragraphSect ul li.listnumber1{
   background: url(../images/listicon1.png) no-repeat left 0;
   padding: 22px 0 0 47px;
}
.paragraphSect ul li.listnumber2{
   background: url(../images/listicon2.png) no-repeat left 0;
   padding: 22px 0 0 47px;
}
.paragraphSect ul li.listnumber3{
   background: url(../images/listicon3.png) no-repeat left 0;
   padding: 22px 0 0 47px;
}
.paragraphSect ul li.listnumber4{
   background: url(../images/listicon4.png) no-repeat left 0;
   padding: 22px 0 0 47px;
}
.paragraphSect ul li.listnumber5{
   background: url(../images/listicon5.png) no-repeat left 0;
   padding: 22px 0 0 47px;
}
.imgBorder{
  border: 1px solid #006a07;
  margin: 0 95px 30px 0;
}
.imgBorder img{
  margin: 30px 0 -25px 30px;
}
.imgBorder2{
  border: 1px solid #006a07;
  margin: 0 70px 0 105px;
}
.imgBorder2 img{
  margin: 10px 30px -20px -70px;
}
.boxBorderImg{
  border: 1px solid #006a07;
  margin-bottom: 25px;
}
.contentTbl table{
  width: 100%;
  border:none;
  padding: 0;
  margin: 0 0 20px 0;
}
.contentTbl table td{
  padding: 5px 10px 25px 10px;
  text-align: left;
  vertical-align: top;
}
.contentTbl table td.iconBox{
  padding: 0 !important;
  width: 50px !important;
}
.contentTbl table td strong{
  text-transform: uppercase;
}
.defaultBtn, a.defaultBtn{
  background: #006a07;
  color: #fff;
  padding: 15px 25px;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 500;
  transition: all 0.5s;
  border:1px solid #006a07;
}
.defaultBtn:hover, a:hover.defaultBtn{
  background: #fff;
  color: #006a07;
  border:1px solid #006a07;
}
.defaultBtn:focus, a:focus.defaultBtn{
  outline: none !important;
  box-shadow: none !important;
  background: #fff;
  color: #006a07;
  border:1px solid #006a07;
}
.defaultBtn.d-block, a.defaultBtn.d-block{
  width: 100%;
  display: block;
}
.defaultBtn.btnlg, a.defaultBtn.btnlg{
  padding: 15px 70px !important;
}
.btn-disable, a.btn-disable{
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  padding: 15px 35px;
  text-transform: uppercase;
  color: #d8d8d8;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  background: transparent;
  transition: all 0.5s;
}
.btn-disable:hover, a:hover.btn-disable{
  border-color: #d8d8d8 !important;
  color: #d8d8d8 !important;
}
.btn-disable:focus, a:focus.btn-disable{
  outline: none !important;
  box-shadow: none !important;
}
.btn-disable.btnlg, a.btn-disable.btnlg{
  padding: 15px 70px !important;
}
a.link, .link{
  color: #006a07;
  text-decoration: none;
}
a:hover.link, .link:hover{
  color: #000;
  text-decoration: none;
}
.countList ol{
  padding: 0;
  margin: 0 0 0 15px;
}
.countList ol li{
  padding: 0;
  margin: 10px 5px;
}

/*--membership--*/
#membership.owl-carousel.owl-drag .owl-item{
  background: #f6f6f6;
  text-align: center;
  border-radius: 5px;
}
#membership.owl-carousel.owl-drag .owl-item img{
  width: auto !important;
  height: auto !important;
  margin: 0 auto !important;
}
#membership.owl-carousel.owl-drag .owl-item a{
  padding: 30px 40px;
  display: block;
  font-size: 24px;
  color: #000;
  background: #f6f6f6;
  border-radius: 5px;
}
#membership.owl-carousel.owl-drag .owl-item a:hover, #membership.owl-carousel.owl-drag .owl-item a:focus{
  background: #006a07;
  color: #fff;
}
#membership .owl-nav.disabled{
  display: none !important;
}
#membership.owl-carousel.owl-drag .owl-dots {
    margin-top: 40px !important;
}
#membership.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #006a07;
}
#membership.owl-theme .owl-dots .owl-dot span{
  width:15px;
  height: 15px;
}
/*--press--*/
.trendingBox{
  padding: 0;
  margin: 0 0 15px 0;
  position: relative; 
}
.trendingBox.margBotBlog{
  margin-bottom: 40px !important;
}
.trendingBox .defaultBtn{
  padding: 12px 50px;
}
.trendingBox h4{
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 20px 0;
  height: 70px;
  overflow: hidden;
}
.trendingBox h4.textAuto{
  height: auto;
}
.trendingBox h4.textAuto a{
  font-size: 20px;
  line-height: 24px;
  color: #000;
}
.trendingBox h4.headingslider{
  font-size: 20px;
  line-height: 26px;
  color: #000;
  height: auto;
}
.trendingBox h4.headingslider a{
  color: #000;
  text-decoration: none;
}
.trendingBox p{
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  margin: 0 0 40px 0;
  height: 110px;
  overflow: hidden;
}
.trendingBox p.justifyText{
  text-align: justify !important;
}
.trendingBox img{
  border-radius: 10px;
  margin-bottom: 25px;
}
.trendDate{
  background-color: #e9202a;
  color: #fff;
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 10px 20px;
  font-size: 17px;
  border-radius: 0 5px 5px 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
.imgCenter{
  position: relative;
  text-align: center;
}
.imgCenter .trendDate{
  position: relative;
  margin: 0;
  top: -71px;
  border-radius: 5px;
}
.pddTop50{
  padding-top: 50px !important;
}
.pddTop180{
  padding-top: 180px !important;
}
.pddBot50{
  padding-bottom: 50px !important;
}
.pddBot20{
  padding-bottom: 20px !important;
}
.pddBot150{
  padding-bottom: 150px !important;
}
.pddBot200{
  padding-bottom: 200px !important;
}
.borderRightBlog{
  border-right: 1px solid #bfbfbf;
}
/*--footer--*/
footer{
  background:#f6f6f6;
  padding: 70px 0 30px 0;
  color: #000;
  font-size: 16px;
  border-top: 10px solid #006a07;
}
footer h4{
  color: #006a00;
  font-weight: 600;
  font-size: 18px;
  padding: 0;
  margin: 0 0 10px 0;
}
footer p{
  color: #000;
  font-size: 18px;
  padding: 0;
  margin: 0 0 45px 0;
}
footer p a{
  color: #000;
  text-decoration: none;
}
footer p a:hover, footer p a:focus{
  color: #006a07;
  text-decoration: none;
}
footer .socialLinksBot{
  text-align: left;
}
footer .socialLinksBot a{
  background: #006a07;
  border: 1px solid #006a07;
  padding: 3px 10px;
  margin: 2px 3px;
  display: inline-block;
  border-radius: 35px;
  color: #fff;
  font-size: 22px;
  height: 40px;
  width: 40px;
  text-align: center;
}
footer .socialLinksBot a:hover, footer .socialLinksBot a:focus{
  color: #006a07;
  background: #fff;
  border-color: #006a07;
}
footer ul{
  padding: 0;
  margin: 0;
}
footer ul li{
  list-style: none;
  color: #000;
  padding: 0;
  margin: 10px 0;
}
footer ul li a{
  color: #000;
  text-decoration: none;
}
footer ul li a:hover, footer ul li a:focus{
  text-decoration: none;
  color: #006a07;
}
.copyright{
  text-align: center;
  padding: 50px 0 0 0;
  margin-top: 55px;
  border-top: 1px solid #006a07;
}
.copyright p{
  margin-bottom: 0;
}
a:-webkit-any-link:focus-visible {
    outline-offset: 0;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0;
}
.showOnTab{
  display: none;
}
.hideOnTab{
  display: block;
}
.whatsappIcon, a.whatsappIcon{
  right: 80px;
  position: fixed;
  bottom: 1.4em;
  text-decoration: none;
  font-size: 25px;
  height: 40px;
  width: 40px;
  padding: 2px 10px 3px 10px;
  border-radius:80px;
  z-index: 30;
  color: #fff;
  background: #28a745;
  transition: 1s ease-in-out;
   -moz-transition: 1s ease-in-out;
   -webkit-transition: 1s ease-in-out;
}
.whatsappIcon svg, a.whatsappIcon svg{
  font-size: 25px;
}
.backtotop {
  position: fixed;
  bottom: 1.45em;
  right: 0px;
  text-decoration: none;
  font-size: 17px;
  padding: 1em 2em 1em 0;
  display: none;
  border-radius:80px;
  z-index: 30;
}
.button-backtop{
  background:#006a07;
  color:#fff !important;
  cursor:pointer;
  padding: 9px 14px;
  border-radius:50px;
  transition: 1s ease-in-out;
   -moz-transition: 1s ease-in-out;
   -webkit-transition: 1s ease-in-out;
}
.button-backtop:hover{
  background:#000;
  color:#fff;
}
.navbar-toggler{
  display: none;
}
/*--Subpages--*/
.masthead.subBannerBg{
   background:#fff;
}
.subpageBanner{
  background: #fff;
  background-size: contain;
  height: 300px;
  margin-top: -1px;
  overflow: hidden;
}
.subpageBanner h1{
  color: #006a07;
  font-size: 48px;
  padding: 0;
  margin: 120px 0 0 35px;
  font-weight: 600;
  text-transform: uppercase;
}
.subpageBanner.membershipBanner{
  background: url(../images/subpagebanner.jpg) no-repeat top right #fff;
   background-size: cover;
}
.perMonthBox{
  background: #f0f0f0;
  border: 1px solid #006a07;
  padding: 55px 50px;
  border-radius: 20px;
  width: 75%;
  margin:0 auto;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.4);
}
.perMonthBox h3{
  font-size: 64px;
  font-weight: 800;
  padding: 0;
  display: block;
  text-align: center;
  margin:0 0 20px 0;
  color: #006a07;
}
.perMonthBox h6{
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding:0;
  margin:0 0 10px 0;
}
.perMonthBox a.defaultBtn{
  z-index: 10;
  position: relative;
}
.perMonthBox ul{
  background: #fff;
  border-radius: 20px;
  margin: -60px -50px -55px -50px;
  z-index: 1;
  padding: 60px 40px 80px 40px;
}
.perMonthBox ul li{
  padding:0 0 0 35px;
  margin:0 0 20px 35px;
  list-style: none;
  display: block;
  background: url(../images/listcheck.png) no-repeat left 5px;
}
.geneSolutionBox{
  text-align: center;
  padding:15px 20px;
  margin: 25px 0 25px 0;
}
.geneSolutionBox p{
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  padding: 0;
  margin: 30px 0 0 0;
  text-align: center;
}
.subpageContent{
  min-height: 800px;
}
.subpageBanner.contactBanner{
  background: url(../images/contactbanner.jpg) no-repeat top right #fff;
   background-size: cover;
}
.subpageBanner.blogBanner{
  background: url(../images/blogsbanner.jpg) no-repeat top right #fff;
   background-size: cover;
}
.subpageBanner.whoweareBanner{
  background: url(../images/whowearebanner.jpg) no-repeat top right #fff;
   background-size: cover;
}
.subpageBanner.termsBanner{
  background: url(../images/termsbanner.jpg) no-repeat top right #fff;
   background-size: cover;
}
.contactTbl{
  padding:0;
  margin: 15px 0;
}
.contactTbl table{
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
.contactTbl table td{
  text-align: left;
  vertical-align: top;
  padding: 5px 10px 5px 0;
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
}
.contactTbl table td a{
  color: #fff;
  text-decoration: none;
}
.contactTbl table td a:hover, .contactTbl table td a:focus{
  color: #fff;
  text-decoration: underline;
}
.form-group{
  position: relative;
}
.form-group .mandatory {
  font-weight: bold !important;
  color: #ff0000 !important;
  font-size: 18px !important;
  position: relative !important;
  bottom: 0 !important;
}
.form-group label {
    font-size: 18px;
    color: #000;
    line-height: 24px;
    margin-bottom: 25px;
}
.form-control {
    border-color: transparent;
    -webkit-box-shadow: 1px 2px 10px 0 rgb(72 72 72 / 15%);
    box-shadow: 1px 2px 10px 0 rgb(72 72 72 / 15%);
    border-radius: 0px;
    font-size: 18px;
    color: #000;
    padding: 30px 25px;
    margin-bottom: 50px;
}
.form-control:focus{
  border-color: #006a07;
  box-shadow: none;
}
.form-control::placeholder{
  font-style: italic;
  color: #d8d8d8;
}
.form-control.required{
  border-color:#e9202a;
  box-shadow: none;
}
.form-control.select, .form-control.select2{
  background: url(../images/selecticon.png) no-repeat right 35px #fff;
}
.form-group .validation-error {
    color: #e9202a !important;
    font-weight: normal !important;
    position: absolute !important;
    bottom: -30px !important;
    font-size: 16px !important;
}
.uppercaseText{
  text-transform: uppercase !important;
}
.text-justify, .text-justify p{
  text-align: justify !important;
}
.text-justify h2{
  text-align: left !important;
}
/*------Check Input -------*/
.form-group .form-check-inline{
  padding-left: 0;
  margin-right: 2.5rem;
  margin-bottom: 30px;
}
.form-group label{
  line-height: 35px;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 60px;
    padding-top: 10px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 42px;
    border: 1px solid #ebebeb;
    border-radius: 100%;
    background: #fff;
    transition: all 0.5s;
    -webkit-box-shadow: 1px 2px 10px 0 rgb(72 72 72 / 15%);
    box-shadow: 1px 2px 10px 0 rgb(72 72 72 / 15%); 
}
[type="radio"]:checked + label:before{
   -webkit-box-shadow: none;
    box-shadow: none;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 32px;
    height: 32px;
    background: #006a07;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*input[type="radio"] + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 55px;
  margin-right: 35px;
  font-size: 18px;
  line-height: 30px;
}
input[type="radio"] + label:before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  margin-right: 14px;
  position: absolute;
  top: -3px;
  left: 0;
  border: 1px solid #ebebeb;
  background-color: #fff;
  border-radius: 50%;
}
input[type="radio"] {
  display: none !important;
  *display: inline;
}
input[type="radio"]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 4px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #006a07;
}
input[type="checkbox"] + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 55px;
  margin-right: 35px;
  font-size: 18px;
  line-height: 30px;
}
input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  margin-right: 14px;
  position: absolute;
  top: -3px;
  left: 0;
  border: 1px solid #ebebeb;
  background-color: #fff;
  border-radius: 5px;
}
input[type="checkbox"] {
  display: none !important;
  *display: inline;
}
input[type="checkbox"]:checked + label:after {
  content: "✔";
  font-size: 35px;
  line-height: 35px;
  color: #006a07;
  display: block;
  position: absolute;
  top: 0;
  left: 7px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
}*/

/*----*/
.fbIconForm, .instaIconForm{
  float: left;
  color: #006a07;
  font-size: 30px;
  width: 40px;
  padding: 0;
  margin:20px 20px 0 0;
}
.socilaInput{
  /*float: right;*/
  width: 90%;
}
.formTab, .formTab ul {
  padding: 0;
  margin: 0;
}
.formTab ul li{
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 15px 50px 15px 0;
  color: #000;
  font-size: 18px;
}
.formTab ul li:last-child{
  margin-right: 0;
}
.formTab ul li img{
  float: left;
  margin: 0 10px 15px 0;
}
.formTab ul li span{
  float: left;
  margin: 0 10px 15px 0;
}
.formTab ul li span h3{
  color: #000;
  font-weight: 400;
  font-size: 18px;
  padding: 0;
  margin: 0;
}
.formTab ul li.act{
  font-weight: bold;
}
.formTab ul li.act h3{
  color: #006a07;
  font-weight: bold;
}
.formTab ul li.act.past h3{
  display: none;
}
.formTab ul li.act.past span{
  margin-top: 10px;
}
/*--widget--*/
.widget{
  border-bottom: 1px solid #bfbfbf;
  padding: 0 0 25px 0;
  margin: 0 0 25px 0;
}
.widget h4{
  font-size: 24px;
  line-height: 34px;
  color: #000 !important;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}
.widget ul{
  padding: 0;
  margin: 0;
}
.widget ul li{
  padding: 0;
  margin: 0 0 15px 0;
  display: block;
  width: 100%;
}
.widget ul li a{
  display: block;
  width: 100%;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}
.widget ul li a:hover, .widget ul li a:focus{
  color: #006a07;
  text-decoration: none;
}
.widget article{
  border-bottom: 1px solid #bfbfbf;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
.widget article:last-child{
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.widget article h4{
  display: block;
  margin: 0 0 5px 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.widget article h4 a{
  text-decoration: none;
  color:#000;
  display: block;
}
.widget article h4 a:hover, .widget article h4 a:focus {
  color: #006a07;
  text-decoration: none;
}
.widget article p{
  font-size: 14px;
  color: #000;
 line-height: 20px;
 margin: 0 0 5px 0;
}
.widget article p span{
  font-size: 14px;
  color: #8c98a4;
  font-weight: 600;
}
.videoMember{
  width: 75%;
  margin: 0 auto;
  border:1px solid #006a07;
}
/*----*/
.imgUpside{
  position: absolute;
  margin:0 0 0 30px;
  top: 27px;
 /* width: 80%;*/
}
.margTopImg{
  margin-top: 50px;
}
.whoweareSlider{
  background: url(../images/whoweare-sliderbg.jpg) no-repeat center bottom;
  background-size: cover;
  min-height: 700px;
  color: #fff !important;
  padding: 70px 0 50px 0;
  text-align: center !important;
}
.whoweareSlider h2{
  color: #fff !important;
  text-align: center;
}
.whoweareSlider h2.margBot10{
  margin-bottom: 10px !important;
  line-height: 32px !important;
}
.margBot10{
  margin-bottom: 10px !important;
}
.whoweareSlider p{
  color: #fff !important;
  text-align: center;
}
.whoweareSlider p strong{
  display: block;
  margin: 0 0 10px 0;
}
.signatureList{
  padding: 0;
  margin:60px 0 0 0;
  display: block;
}
.signatureList ul{
  padding: 0;
  margin: 0;
}
.signatureList ul li{
  list-style: none;
  display: inline-block;
  width: 17%;
  margin: 0 40px 0 0;
  padding: 65px 0 0 0;
  vertical-align: top;
  font-size: 18px;
  line-height: 26px;
}
.signatureList ul li:last-child{
  margin-right: 0;
}
.signatureList ul li strong{
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
}
.signatureList ul li.list1{
  background: url(../images/signaturelist1.png) no-repeat left top;
}
.signatureList ul li.list2{
  background: url(../images/signaturelist2.png) no-repeat left top;
}
.signatureList ul li.list3{
  background: url(../images/signaturelist3.png) no-repeat left top;
}
.signatureList ul li.list4{
  background: url(../images/signaturelist4.png) no-repeat left top;
}
.signatureList ul li.list5{
  background: url(../images/signaturelist5.png) no-repeat left top;
}
#whoweareSlider .carousel-inner{
  min-height: 100px;
}
#whoweareSlider .carousel-inner .carousel-caption{
  padding: 0;
  margin: 0;
}
#whoweareSlider .carousel-inner p{
  font-size: 18px;
  line-height: 28px;
  padding: 0;
  margin: 0;
}
#whoweareSlider .carousel-control-prev, #whoweareSlider .carousel-control-next{
    opacity: 1;
    transition: all 0.5s;
    top:-95px;
}
#whoweareSlider .carousel-control-prev-icon:after{
  content: "\f137";
  color: #fff;
}
#whoweareSlider .carousel-control-next-icon:after{
  content: "\f138";
  color: #fff;
}
#whoweareSlider .carousel-control-prev:hover .carousel-control-prev-icon:after, 
#whoweareSlider .carousel-control-prev:focus .carousel-control-prev-icon:after, 
#whoweareSlider .carousel-control-next:hover .carousel-control-next-icon:after, 
#whoweareSlider .carousel-control-next:focus .carousel-control-next-icon:after{
  color: #000;
}
/*--loader css--*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background:url(../images/loading.gif) no-repeat center 50% rgba(255,255,255,1);
    z-index: 1000;
    animation: fadeOut 5s;
    -webkit-transition: all ease-out;  
     transition: all ease-out;
}
#loader-wrapper .loader-section.section-left {
   /* left: 0;*/
}
#loader-wrapper .loader-section.section-right {
    /*right: 0;*/
}
/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {

    /*-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);*/*/
            animation: fadeOut 5s;
}
.loaded #loader-wrapper .loader-section.section-right {
        animation: fadeOut 5s;
}
.loaded #loader {
    opacity: 0;
    -webkit-transition: all ease-out;  
     transition: all ease-out;
     animation: fadeOut 5s;
}
.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transition: all ease-out;  
            transition: all ease-out;
}
@keyframes fadeOut {
  0% { opacity: 1; }
  50% { opacity: 0.8; }
  80% { opacity: 0.2; }
  100% { opacity: 0; }
}
/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}
.no-js h1 {
    color: #222222;
}
#content {
    margin: 0 auto;
    padding-bottom: 50px;
    min-height: 600px !important;
    /*width: 100%;*/
    /*max-width: 978px;*/
} 
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/*---loader css end--*/
#whoweareSlider .carousel-caption p{
  width: 100%;
}
ul.memberListSect{
  padding: 20px 0 10px 0;
  margin: 0 auto;
  text-align: left;
}
ul.memberListSect li{
  list-style: none;
  padding: 0;
  margin: 1.3% 1.3% 1% 1.3%;
  display: inline-block;
  width: 17%;
  text-align: center;
}
ul.memberListSect li a{
  display: block;
  color: #000;
}
ul.memberListSect li a img{
    border:1px solid #000;
    width: 100%;
    margin: 0 0 25px 0;
    padding: 4px;
}
ul.memberListSect li a h4{
  font-size: 18px;
  color: #000;
  padding: 0;
  margin: 0;
  display: block;
  font-weight: 600;
  height: 20px;
  overflow: hidden;
}
ul.memberListSect li a p{
  font-size: 16px;
  color: #000;
  height: 30px;
  overflow: hidden;
}
ul.memberListSect li:hover a img{
  border:1px solid #006a07;
}
ul.memberListSect li:hover a, ul.memberListSect li a:hover{
  color: #000;
  text-decoration: none;
}
.memberListPagination .pagination{
  display: flex;
  justify-content: center;
}
.listShowSect{
  padding: 0 1.5%;
}
.margTopText{
  margin-top:30px !important;
  display: block;
}
.memberCat a{
  color: #000;
  text-decoration: none;
  text-align: center;
  display: block;
}
.memberCat a:hover{
  text-decoration: none;
  color: #006a07;
}
.memberCat a.activeCat::after{
  content: url(../images/activedatebg.png);
  position: absolute;
  bottom: -10px;
}
.memberCat a h5{
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;
}
.memberCat a.activeCat h5{
  color: #006a07 !important;
}
.owl-carousel.memberCat .owl-item img{
  width: auto !important;
  display: inline-block !important;
}
.owl-carousel.memberCat .owl-stage-outer{
  margin-bottom: 30px;
  border-bottom: 2px solid #006a07;
}
.owl-carousel.memberCat .owl-nav button.owl-next{
  position: absolute !important;
  right: 0 !important;
  top: 30%;
  padding: 1px 10px 5px 12px !important;
}
.owl-carousel.memberCat .owl-nav button.owl-prev{
  position: absolute !important;
  left: 0 !important;
  top: 30%;
  padding: 1px 10px 5px 8px !important;
}
.owl-carousel.owl-theme.memberCat .owl-nav{
  margin-top: 0 !important;
}
.owl-carousel.owl-theme.memberCat .owl-nav [class*=owl-]{
  background: #000 !important;
  color: #fff !important;
  font-size: 30px !important;
  height: 30px !important;
  width: 30px !important;
  margin-top: 0 !important;
  line-height: 20px;
  border-radius: 100px;
}
.form-control.searchInput{
  padding-left: 75px !important;
  background: url(../images/searchicon.png) no-repeat 20px 25px;
  margin-bottom: 20px !important;
}
.margBot0 {
    margin-bottom: 0 !important;
}
.memberListPagination .pagination{
  display: flex;
  justify-content: center;
}
.memberListPagination .page-link.active, .memberListPagination .active > .page-link{
  background-color: #006a07;
  border-color: #006a07;
  color: #fff !important;
}
.memberListPagination .page-link{
  color: #006a07;
}
.margBot20{
  margin-bottom: 20px !important;
}
/*--- Select input with Search----*/
.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
  outline: 0;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
}
.select2-container--bootstrap .select2-search__field {
  outline: 0;
}
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-results__option {
  padding: 6px 12px;
}
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #006a07;
  color: #fff;
}
.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  white-space: nowrap;
}
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 106, 7, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 106, 7, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  border-color: #006a07;
}
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}
.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #006a07;
  overflow-x: hidden;
  margin-top: -1px;
}
.select2-container--bootstrap .select2-selection--single {
  height: 90px;
  line-height: 1.42857143;
  /*padding: 6px 24px 6px 12px;*/
  border-color: transparent;
  -webkit-box-shadow: 1px 2px 10px 0 rgb(72 72 72 / 15%);
  box-shadow: 1px 2px 10px 0 rgb(72 72 72 / 15%);
  border-radius: 0px;
  font-size: 18px;
  color: #000;
  padding: 30px 25px;
  /*margin-bottom: 50px;*/
  background: url(../images/selecticon.png) no-repeat right 35px #fff;
}

/*--Media CSS--*/
@media(max-width: 1680px){
  .btnMarg-Right{
    margin-right: -35px !important;
  }
  .carousel-caption{
    left: 9%;
    right: 9%;
    top: 5%;
  }
}
@media(max-width:1440px){
  .carousel-caption{
    left: 5%;
    right: 5%;
  }
  .socialLinks .justify-content-start {
    justify-content: flex-end !important;
  }
  .carousel-caption h2{
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 15px 0;
  }
  .carousel-caption p{
    line-height: 24px;
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  .paragraphSect h2{
    font-size: 35px;
    line-height: 40px;
  }
  .btnMarg-Right {
    margin-right: 20px !important;
  }
  .imgUpside{
    top: -2px;
  }
}
@media(max-width:1366px){
  .imgUpside {
    top: -3px;
  }
}
@media(max-width:1360px){
  nav.sticky .navbar-nav li {
    margin: 1px 5px;
  }
  nav.sticky .navbar-nav li a{
    padding: 5px 10px !important;
    font-size: 16px !important;
  }
  .countBox span {
    font-size: 42px;
    margin: 20px 0 10px 0;
  }
  .countBox label {
    font-size: 25px;
  }
  .greenSect{
    min-height: 200px;
  }
}
@media(max-width:1300px){
  .imgUpside {
    top: 45px;
    width: 95%;
  }
  .formTab ul li{
    margin-right: 20px;
    font-size: 16px;
  }
  .formTab ul li span h3{
    font-size: 16px;
  }
}
@media(max-width:1280px){
  .paragraphSect {
    padding: 100px 0;
  }
  .carousel-caption p a{
    padding: 10px 15px;
  }
  .navbar-brand img{
    width: 80%;
  }
  .socialLinks{
    padding: 8px 10px 5px 10px;
  }
  .socialLinks:before{
    top: 45px;
  }
  .nav-link, .navbar-custom .navbar-nav .nav-item .nav-link{
    font-size: 15px;
    padding: 5px 10px;
    letter-spacing: 1px !important;
  }
  footer p, footer{
    font-size: 15px;
  }
  footer h4{
    font-size: 16px;
  }
  .trendingBox h4 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px 0;
  }
  .imgUpside {
    top: 57px;
    width: 90%;
  }
}
@media(max-width:1200px){
    .paragraphSect h2 {
      font-size: 30px;
      line-height: 40px;
    }
    .subpageBanner{
      height: 220px;
    }
    .subpageBanner h1{
      font-size: 40px;
      margin: 70px 0 0 35px;
    }
    .signatureList ul li{
      width: 28%;
    }
    .whoweareSlider h2 br, .whoweareSlider p br{
      display: none;
    }
    .formTab ul li span{
      margin-top: 10px;
    }
    .formTab ul li.act span{
      margin-top: 0;
    }
    .formTab ul li span h3{
      display: none;
    }
    .formTab ul li.act span h3{
      display: block;
    }
    ul.memberListSect li{
      margin: 1.3% 1.3% 1% 1.3%;
      width: 22%;
    }
}
@media(max-width:1100px){
  .carousel-caption{
    top: 1%;
  }
  .carousel-caption h2 {
    font-size: 32px;
    line-height: 35px;
    margin: 0 0 10px 0;
  }
  .carousel-caption p {
    line-height: 20px;
    font-size: 14px;
    margin: 0 0 15px 0;
  }
  .paragraphSect p, .contentTbl table td, .paragraphSect ul li, .countList ol li{
    font-size: 15px;
    line-height: 22px;
  }
  .paragraphSect p{
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .paragraphSect h2{
    margin-bottom: 15px;
  }
  #membership.owl-carousel.owl-drag .owl-item a{
    padding: 15px 40px;
    font-size: 17px;
  }
  nav.sticky .navbar-nav li a {
    padding: 5px 10px !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
  }
  .perMonthBox{
    width:80%;
  }
  .perMonthBox h3{
    font-size: 54px;
  }
  .perMonthBox ul li{
        margin: 0 0 15px 15px;
  }
  .perMonthBox h6{
    font-size: 20px;
  }
  .contactTbl table td{
    font-size: 17px;
    line-height: 24px;
  }
  .form-control{
    padding: 20px 25px;
    margin-bottom: 30px;
  }
  .form-group label{
    font-size: 15px;
  }
  .whoweareSlider{
    min-height: 600px;
  }
}
@media(max-width:1080px){
    
}
@media(max-width:1024px){
  .paragraphSect h2 {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 28px;
  }
  .nav-link, .navbar-custom .navbar-nav .nav-item .nav-link{
    letter-spacing: 0 !important;
  }
  nav.sticky .navbar-nav li a {
    padding: 5px 7px !important;
    font-size: 13px !important;
    letter-spacing: 0 !important;
  }
  nav.sticky .navbar-nav li a.loginBtn {
    padding: 2px 10px !important;
  }
  .subpageBanner{
    height: 180px;
  }
  .subpageBanner h1{
    font-size: 38px;
    margin: 70px 0 0 35px;
  }
  .whoweareSlider {
    min-height: 500px;
    padding: 70px 0;
  }
  .imgUpside {
        top: 380px;
        width: 42%;
    }
}
@media(max-width: 1000px){
  .navbar-toggler{
    background: #006a07;
    border: 1px solid #006a07;
    color: #fff;
    margin-top: -25px !important;
    padding: 3px 10px;
    font-size: 25px;
    border-radius: 5px;
  }
  .btnMarg-Right {
    margin-right: 10px !important;
  }
  .navbar-brand img {
    width: 55%;
  }
  .navbar-toggler{
    display: inline-block;
  }
  .socialLinks{
    position: fixed;
    top: 0;
    right: 0;
  }
  .navbar-custom .navbar-nav .nav-item.loginLinkNav{
    display: none;
  }
  .navbar-nav.ms-auto {
      margin-left: 50% !important;
      margin-right: -15px;
      background: #006a07;
      height: 100vh;
      position: absolute;
      width: 100%;
      top: 75px;
      z-index: 1;
  }
  .navbar-collapse {
    margin-top: -10px;
    margin-right: -15px;
  }
  .navbar-brand img {
    width: 50%;
  }
  .nav-link, .navbar-custom .navbar-nav .nav-item .nav-link{
    color: #000000;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link:focus, .navbar-custom .navbar-nav .nav-item .nav-link.act {
    border: none;
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #fff;
  }
  .nav-link, .navbar-custom .navbar-nav .nav-item .nav-link {
      font-size: 16px;
      padding: 10px 20px;
      letter-spacing: 1px !important;
  }
  .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link:hover {
    border: none;
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid #fff;
  }
  .navbar-custom{
    position: fixed;
    width: 100%;
    top: 0;
  }
  body{
    margin-top: 75px;
  }
  #membership.owl-carousel.owl-drag .owl-item a {
    padding: 25px 40px;
    font-size: 15px;
  }
  .imgUpside {
    top: 350px;
    width: 47%;
    left: 20%;
  }
  .margTopImg {
    margin-top: 50px;
    margin-bottom: 60px;
  }
  ul.memberListSect li{
    margin: 1.3% 1.3% 1% 1.3%;
    width: 30%;
  }
}
@media(max-width: 900px){
    .carousel-caption h2 {
      font-size: 27px;
      line-height: 28px;
      margin: 0 0 10px 0;
    }
    .carousel-caption h2 br{
      display: none;
    }
    .loginBtn, a.loginBtn{
      padding:3px 10px;
      font-size: 16px;
    }
    .socialLinks {
        padding: 5px 10px 5px 10px;
    }
    .socialLinks a.topLink{
      padding: 3px 8px;
      font-size: 18px;
      height: 35px;
      width: 35px;
    }
    .socialLinks:before {
      top: 37px;
    }
    .navbar-toggler{
      font-size: 20px;
      padding: 5px 10px;
    }
    .countBox label {
        font-size: 20px;
    }
    .countBox span {
        font-size: 35px;
        margin: 10px 0 10px 0;
    }
    .greenSect{
      padding: 20px 0 20px 0;
      min-height: 150px;
    }
    nav.sticky .navbar-nav li a {
      font-size: 16px !important;
      padding: 10px 20px !important;
      letter-spacing: 1px !important;
    }
    nav.sticky .nav-item.loginLinkNav{
      display: none !important;
    }
    nav.sticky .navbar-nav li {
        margin: 1px 10px;
    }
    #carouselExampleCaptions .carousel-item img{
      background-size: cover;
      min-height: 250px;
    }
    .perMonthBox{
      width:90%;
    }
    .perMonthBox h3{
      font-size: 44px;
    }
    #membership.owl-carousel.owl-drag .owl-item a {
        padding: 25px 60px;
        font-size: 17px;
    }
}
@media(max-width:800px){
    .signatureList ul li {
      width: 40%;
      margin-bottom: 30px;
    }
}
@media(max-width:768px){
  .paragraphSect h2{
    margin-top: 30px;
  }
  .paragraphSect {
    padding: 50px 0;
  }
  .trendingBox h4{
    height: auto;
  }
  .paragraphSect p{
    height: auto;
  }
  .subpageBanner{
    height: 130px;
  }
  .subpageBanner h1{
    font-size: 28px;
    margin: 45px 0 0 25px;
  }
  .whoweareSlider p{
    margin-bottom: 0 !important;
  }
  .whoweareSlider br{
    display: none;
  }
  .whoweareSlider h2{
    margin-top: 20px;
  }
  #whoweareSlider .carousel-inner p{
    font-size: 16px;
  }
  .carousel-caption p{
    width: 70%;
  }
}
@media(max-width:700px){
  .loginBtn, a.loginBtn{
    height: 35px;
    width: 35px;
    border-radius: 60px;
    padding-left: 2px;
    margin-right: 5px;
  }
  .loginBtn span, a.loginBtn span{
    display: none;
  }
  .imgUpside {
    top: 270px;
    width: 57%;
    left: 20%;
  }
  .margTopImg {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .formTab ul li, .formTab ul li img{
    margin-bottom: 0;
  }
  .formTab ul li {
    width: 100%;
    margin: 0 10px 5px 0;
  }
  .formTab ul li.act span {
    margin-top: 0;
  }
  .contactTbl table td a{
    word-break: break-all;
  }
  
}
@media(max-width:600px){
  .carousel-caption p{
    width:100%;
    margin: 0 0 10px 0;
  }
  .carousel-caption h2 {
    font-size: 20px;
  }
  ul.memberListSect li{
    margin: 1.3% 1.3% 1% 1.3%;
    width: 46%;
  }
  ul.memberListSect li a h4 {
    font-size: 16px;
  }
  ul.memberListSect li a p {
    font-size: 15px;
    line-height: 18px;
    height: 35px;
  }
  .paragraphSect.paddTopSubPage {
    padding-top: 20px !important;
  }
  #carouselExampleCaptions .carousel-inner{
    min-height: 250px;
  }
  #carouselExampleCaptions .carousel-item img{
    height: 250px;
    width: auto;
    position: absolute;
    left: -250px;
  }
  #carouselExampleCaptions .carousel-item img.img-fluid{
    max-width: inherit !important;
  }
  .imgUpside {
    top: 270px;
    width: 45%;
  }
  .backtotop{
    bottom: 0;
    padding: 1em .7em 1em 0;
  }
  .whatsappIcon, a.whatsappIcon{
    bottom: .4em;
    right: 60px;
  }
  .copyright p{
    font-size: 13px;
  }
  footer p, footer {
    font-size: 13px;
  }
}
@media(max-width:550px){
  nav.sticky .navbar-brand img, .navbar-brand img {
    width: 40%;
  }
  body {
    margin-top: 60px;
  }
  .socialLinks{
    width: 65%;
    padding: 5px 0px 5px 10px;
  }
  .socialLinks a.topLink{
    margin: 2px 1px;
  }
  .btnMarg-Right, .loginBtn, a.loginBtn{
      margin-right: 2px !important;
  }
  .navbar-nav.ms-auto{
    top:60px;
  }
  .carousel-caption p br{
    display: none;
  }
  .signatureList ul li {
    width: 42%;
    margin-bottom: 30px;
    margin-right: 15px;
  }
  #membership.owl-carousel.owl-drag .owl-item a {
      padding: 25px 40px;
      font-size: 16px;
  }
  .subpageBanner.contactBanner{
    background: url(../images/contactbanner.jpg) no-repeat top center #fff;
     background-size: cover;
  }
  .subpageBanner.blogBanner{
    background: url(../images/blogsbanner.jpg) no-repeat top center #fff;
     background-size: cover;
  }
  .subpageBanner.whoweareBanner{
    background: url(../images/whowearebanner.jpg) no-repeat top center #fff;
     background-size: cover;
  }
  .subpageBanner.termsBanner{
    background: url(../images/termsbanner.jpg) no-repeat top center #fff;
     background-size: cover;
  }
  .subpageBanner.membershipBanner{
    background: url(../images/subpagebanner.jpg) no-repeat top center #fff;
    background-size: cover;
  }
  #whoweareSlider .carousel-control-prev, #whoweareSlider .carousel-control-next {
    opacity: 1;
    transition: all 0.5s;
    top: -190px;
  }
  .imgUpside {
    top: 240px;
    width: 45%;
  }

}
@media(max-width:420px){
  body {
    margin-top: 55px;
  }
  .carousel-caption h2{
    font-size: 25px;
    line-height: 28px;
  }
}