a, a:link, a:visited, a:active, a:hover, button {
    text-decoration: none;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  img {
    max-width: 100%;
  }
  select:focus{
      outline: none !important;
  }
  .grey_BG{
      background: #f7f7f7;
      box-shadow: 0 0 10px #ddd;
  }
.white_color{
    color: #fff;
}
.shape_hide::before{
    display: none;
}
.style_1 strong{
    display: block;
    margin-bottom: 20px;
    font-size: 22px;
    color: #000;
}
.style_1 strong span{
    color: #9cc900;
}
.style_1 li{
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 30px;
    color: #000;
}
.style_1 li::before{
    content:"\f046";
    font-family: fontawesome;
    position: absolute;
    top: 0;
    left: 0;
    color: #9cc900;
    font-size: 18px;
}
.style_2 li{
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 20px;
    color: #000;
}
.style_2 li::before {
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    top: 0;
    left: 0;
    color: #9cc900;
    font-size: 20px;
}
/*----------------------------------  
    Helper CSS START Here
----------------------------------*/
.full_width{
    width: 100%;
}
ul {
	list-style: none;
    list-style-type: none;
	margin: 0;
	padding: 0;
}
li {
    list-style: none;
}
.comnheading{
    padding: 0px;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: 'Oxygen', sans-serif;
    font-weight: bold;
    display: inline-block;
    font-size: 30px;
    color: #000;
}
.comnheading span{
    color: #9cc900;
}
.comnBtn{
    display: inline-block;
    border: 1px solid #9cc900;
    background-color: #9cc900;
    color: #fff;
    font-weight: bold;
    padding: 13px 33px 15px;
    overflow: hidden;
    position: relative;
}
.comnBtn:hover ,
.comnBtn:focus{
    background-color: #fff;
    color: #9cc900;
    border: 1px solid #9cc900;
}
/*----------------------------------  
    Top Strip Div CSS START Here
----------------------------------*/
.topstrip{
    background: #262626;
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
}
.top_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.topstrip strong{
    color: #fff;
    margin: 0 10px;    
}
.topstrip a {
    color: #fff;
    font-size: 20px;
    background: #9cc900;
    padding: 1px 7px 3px 7px;
    display: inline-block;
    border-radius: 5px;
}
/*----------------------------------  
    Header CSS Here
----------------------------------*/
header{
    padding: 15px 0 20px;
}
.logo_text {
    display: flex;
    align-items: center;
}
.logo_text img{
    margin-right: 20px;
}
.environment-logo {
    float: left;
    width: auto;
    margin:0;
}
.logo_content{
    display: flex;
    align-items: center;justify-content: flex-end;
    margin-top: 20px;
}
p.sustha-sarathi {
    width: 100px;
    margin: 0;
}
.logo_content aside strong ,
.logo_text aside strong{
    display: block;
    color: #9cc900;
    font-size: 30px;
}
.logo_content aside span,
.logo_text aside span{
    display: block;
    color: #000;
    font-size: 15px;
}
.customer_login{
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    text-transform: capitalize;
    margin-left: 30px;
}
.customer_login i {
    display: table;
    font-size: 20px;
    margin: 0 auto 5px;
    background: #9cc900;
    color: #fff;
    width: 30px;
    line-height: 30px;
    height: 30px;
    border-radius: 50%;
}
.customer_login i.fa-envelope {
    font-size: 15px;
}
.maillink {
    color: #fff;
    font-size: 20px;
    background: #9cc900;
    padding: 1px 7px 3px 7px;
    display: inline-block;
    border-radius: 5px;
}
/*----------------------------------  
    Menu CSS Here
----------------------------------*/
.environment-dropdown-menu li a {
    font-size: 15px;
    padding: 13px 0px;
}
    .environment-dropdown-menu li a.active {
        color: #9cc900;
    }
.environment-dropdown-menu {
    padding: 10px 15px;
}
.environment-dropdown-menu .environment-dropdown-menu {
    left: 115%;
}
.menu {
    background: #9cc900;
    position: relative;
}
.navbar .collapse {
    display: block;
}
.navbar-nav > li > a {
    color: #ffffff;
}
.menu:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0px;
    bottom: -6px;
    width: 100%;
    height: 6px;
    background: url("/images/header-shape-green.png");
}

.navbar-nav > li.active > a,
.navbar-nav > li:hover > a,
.navbar-nav > li:hover > a::before,
.navbar-nav > li:hover > a::after,
.navbar-nav > li.active > a::before,
.navbar-nav > li.active > a::after{
    color: #fff;
}

/*----------------------------------  
       Banner Link  CSS Here
----------------------------------*/
.banner-caption-text {
    float: left;
    width: 43%;
    padding-top: 0px;
    background: rgb(0 0 0 / 50%);
    padding: 25px;
}
.banner_link {
    position: absolute;
    top: 0;
    right: 100px;
    bottom: 0;
    display: flex;
    align-items: center;
}
.banner_side_link{
    background: rgb(0,0,0,0.8);
}
.banner_side_link a{
    display: block;
    color: #fff;
    padding: 12px 15px;
    border-bottom: 1px solid;
}
.banner_side_link a:last-child{
    border-bottom: none;
}
.banner_side_link a i{
    font-size: 18px;
    margin-right: 10px;
    vertical-align: middle;
    width:22px;
}
.banner_side_link a:hover{
    background: #9cc900;
}

.privacy{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.privacy ul li {
	display: inline-block;
	/* border-right: 1px solid #fff; */
	padding-right: 8px;
	margin-right: 8px;
}
.privacy ul li a {
	color: #777777;
}

.nuber_list{
    padding: 50px 0;
}
.nuber_list ul{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.enviroment-services-strip.nuber_list li{
    margin: 0;
}
.nuber_list li strong{
    font-size: 30px;
    color: #9cc900;
    display: block;
    margin-bottom: 10px;
}
.nuber_list li small{
    color: #fff;
    display: block;
    font-size: 20px;
}
.nuber_list li a{
    font-size: 24px;
    color: #fff;
    margin: 0 5px;
}

.welcome_tngcl p{
    width: 80%;
}


/*-------------------------------------
        Owl Slider Css
-------------------------------------*/
.carousel-wrap {
    width: 100%;
    position: relative;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 10px #c1c1c1;
  }
  .owl-carousel .item {
    position: relative;
    z-index: 100; 
  }
  .Public_Notice{
      margin-bottom: 30px;
  }
  .LATEST_TNGCL {
    background: #f1f1f1;
    padding: 50px 0;
    margin-bottom: 50px;
    box-shadow: 0 0 5px #c1c1c1;
    /* border-top: 5px solid #9cc900;
    border-bottom: 5px solid #9cc900; */
}
  .Public_Notice h3{
      font-size: 20px;
      background: #9cc900;
      color: #fff;
      padding: 7px 15px;
      font-weight: bold;
      border-bottom: 1px solid;
      text-transform: uppercase;
      margin: 0;
  }

  .Public_Notice small{
      font-size: 16px;
      display: block;
      color: #db011f;
      font-weight: bold;
      margin-bottom: 5px;
  }
  .Public_Notice p{
    font-size: 16px;
    height: 55px;
    overflow: hidden;
}
  .Public_Notice a{
    font-size: 14px;
    color: #262626;
    border: 1px solid #262626;
    font-weight:500;
    margin-top: 10px;
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.Public_Notice a:hover{
    background: #262626;
    color: #fff;
}
#PublicNotice .owl-nav ,
#Tender .owl-nav{
    position: absolute;
    right: 0px;
    bottom: 5px;
    background: #fff;
    padding: 5px;
}
#PublicNotice .owl-nav i ,
#Tender .owl-nav i{
    font-size:36px;
}
#PublicNotice .owl-nav button,
#Tender .owl-nav button{
    margin: 0 5px;
}
  


.Activities .environment-cause-list-wrap{
    position: relative;
}
.Activities .comnBtn{
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#activity_slider .owl-nav {
    position: absolute;
    right: 0;
    bottom:-30px;
}
#activity_slider .owl-nav button{
    font-size: 36px;
    margin: 0 8px;
}


.MAP_CTA{
    padding: 70px 0;
}
.MAP_CTA h2{
    color: #fff;
}
.MAP_CTA li section{
    background: #fff;
    text-align: center;
}
.MAP_CTA li section p{
    font-size: 16px;
}

.find_loaction span.donate-transparent{
    background: #262626;
}
.environment-donate-sectionfull:before {
    background: url(/images/donate-top-shape-1.png);
}
.environment-donate-sectionfull:after {
    background: url(/images/donate-bottom-shape-1.png);
}


.ft_contact li {
    display: flex;
    align-items: flex-start;
}
.ft_contact li address{
    margin: 0;
    font-style: normal;
    width: 80%;
}

ul.ftlink {
    margin-bottom: 30px;
    min-height: 120px;
}
ul.ftlink a{
    font-size: 15px;
}
ul.ftlink a:hover{
    color: #9cc900;
}
.widget_contact_info > .environment-footer-social > li > a {
    font-size: 26px;
    color: #9cc900;
}

/*===========================================

MOBILE MENU CSS START HERE

===========================================*/


.mobilebar{
    display: none;
    background: #9cc900;
    padding: 10px 25px;
    text-align: right;
}
.mobilebar i{
    cursor: pointer;
    font-size: 26px;
    color: #fff;
}

.mobile_link{
    padding: 15px;
    background: #9cc900;
    width: 240px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
    height: 100%;
    display: none;
    overflow: auto;
    -moz-transition: all 800ms ease-in-out;
    -webkit-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
}
    .mobile_link li a{
        font-size: 13px;
        color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-transform: capitalize;
        padding: 8px 0;
        border-bottom: 1px dashed;
    }
.mobile_link li a i{
    font-size: 22px;
}
.submenu{
    display: none;
}

.inner_caption {
    background: rgb(0,0,0,0.5);
    display: inline-block;
    padding: 20px;
    border-radius: 10px;
    font-size: 16px;
}
.environment-subheader.inner_banner{
    background-size: cover;
    background-position: center;
    padding: 83px 0 58px;
    min-height: 260px;
}
.overvire_banner {
    background: url("/images/life-in-tngcl.jpg") no-repeat;
}
.Career_banner {
    background: url("/images/life-in-tngcl.jpg") no-repeat;
    /*background-image: url('../../images/life-in-tngcl.jpg');*/
}
.gallery_banner{
    background: url("/images/gallery-banner.jpg") no-repeat;
}
.tender_banner{
    background: url("/images/tender-banner.jpg") no-repeat;
}
.board_directors{
    background: url("/images/board-of-directors-banner.jpg") no-repeat;
}
.faq_banner{
    background: url("/images/faq-banner.jpg") no-repeat;
}

.widget_recent_blog ul li{
    display: flex; 
    align-items: center;   
    background: #fff;
}
.widget_recent_blog ul li figure {
    width: 60px;
    float: none;
    margin-right: 15px;
}
.widget_recent_blog figure ~ .environment-recentpost{
    margin: 0;
}
.widget_recent_blog .environment-recentpost h6{
    font-size: 16px;
}
.environment-footer-widget:before {
    display: none;
}

/* =================================================

        Gallery Css Start Here

================================================= */

.clear:after,
.clear:before {
  content: "";
  display: table;
  clear: both;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  border: 10px solid #fff;
  width: calc(100% - 0px);
  margin: 0px auto 30px;
  box-shadow: 0 0 20px #ddd;
}

.gallery a {
  display: block;
  text-decoration: none;
  width: 33.33%;
  overflow: hidden;
  outline: none;
  border: 5px solid #fff;
}

.gallery a img {
  height: 100%;
  transform: scale(1, 1);
  transition: all 300ms ease;
}

.gallery a img:hover {
  transform: scale(1.1, 1.1);
}

.bg {
  width: 100%;
  height: 230px;
  background-size: cover;
  transform: scale(1, 1);
  transition: all 300ms ease;
}

.bg:hover {
  transform: scale(1.1, 1.1);
}

@media (max-width: 991px) {
  .gallery a {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .gallery a {
    width: 100%;
  }

  .bg {
    height: 300px;
  }
}




.select_category{
    margin-bottom: 40px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
.select_category strong{
    font-size: 18px;
    text-transform: capitalize;
    color: #262626;
    font-weight: 600;
}
.select_category span{
    font-size: 15px;
    text-transform: capitalize;
    color: #262626;
    font-weight: 600;
    width: 205px;
    overflow: hidden;
    display: inline-block;
}
.select_category select{
    font-size: 15px;
    max-width: 250px;
    margin: 0 15px;
    font-weight: 600;
    border: none;
    background: #fff;
    color: #262626;
}
.select_category select option{
    padding: 5px;
}
.select_category button {
    font-size: 18px;
    text-transform: capitalize;
    background: #9cc900;
    color: #fff;
    font-weight: 600;
    padding: 7px 12px;
    border-radius: 5px;
}

  .select_category select {
      display: none !important;
  }
  
  .dropdown-select {
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
      background-color: #fff;
      border-radius: 6px;
      border: solid 1px #eee;
      box-shadow: 0px 2px 5px 0px rgba(155, 155, 155, 0.5);
      box-sizing: border-box;
      cursor: pointer;
      display: block;
      font-size: 14px;
      font-weight: normal;
      height: 42px;
      line-height: 40px;
      outline: none;
      padding-left: 18px;
      padding-right: 30px;
      position: relative;
      text-align: left !important;
      transition: all 0.2s ease-in-out;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      white-space: nowrap;
      width: auto;
  
  }
  
  .dropdown-select:focus {
      background-color: #fff;
  }
  
  .dropdown-select:hover {
      background-color: #fff;
  }
  
  .dropdown-select:active,
  .dropdown-select.open {
      background-color: #fff !important;
      border-color: #bbb;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
  }
  
  .dropdown-select:after {
      height: 0;
      width: 0;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #777;
      -webkit-transform: origin(50% 20%);
      transform: origin(50% 20%);
      transition: all 0.125s ease-in-out;
      content: '';
      display: block;
      margin-top: -2px;
      pointer-events: none;
      position: absolute;
      right: 10px;
      top: 50%;
  }
  
  .dropdown-select.open:after {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
  }
  
  .dropdown-select.open .list {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
      pointer-events: auto;
  }
  
  .dropdown-select.open .option {
      cursor: pointer;
  }
  
  .dropdown-select.wide {
      width: 100%;
      /* max-width: 250px;
      margin: 0 15px; */
  }
  
  .dropdown-select.wide .list {
      left: 0 !important;
      right: 0 !important;
  }
  
  .dropdown-select .list {
      box-sizing: border-box;
      transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
      -webkit-transform: scale(0.75);
      transform: scale(0.75);
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
      background-color: #fff;
      border-radius: 6px;
      margin-top: 4px;
      padding: 3px 0;
      opacity: 0;
      overflow: hidden;
      pointer-events: none;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 999;
      max-height: 250px;
      overflow: auto;
      border: 1px solid #ddd;
  }
  
  .dropdown-select .list:hover .option:not(:hover) {
      background-color: transparent !important;
  }
  .dropdown-select .dd-search{
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0.5rem;
  }
  
  .dropdown-select .dd-searchbox{
    width:90%;
    padding:0.5rem;
    border:1px solid #999;
    border-color:#999;
    border-radius:4px;
    outline:none;
  }
  .dropdown-select .dd-searchbox:focus{
    border-color:#12CBC4;
  }
  
  .dropdown-select .list ul {
      padding: 0;
  }
  
  .dropdown-select .option {
      cursor: default;
      font-weight: 400;
      line-height: 40px;
      outline: none;
      padding-left: 18px;
      padding-right: 29px;
      text-align: left;
      transition: all 0.2s;
      list-style: none;
  }
  
  .dropdown-select .option:hover,
  .dropdown-select .option:focus {
      background-color: #f6f6f6 !important;
  }
  
  .dropdown-select .option.selected {
      font-weight: 600;
      color: #12cbc4;
  }
  
  .dropdown-select .option.selected:focus {
      background: #f6f6f6;
  }
  
  .dropdown-select a {
      color: #aaa;
      text-decoration: none;
      transition: all 0.2s ease-in-out;
  }
  
  .dropdown-select a:hover {
      color: #666;
  }
  

  .Photo_Gallery .comnBtn{
      margin: auto;
      display: table;
  }



  .tender_details table tr td{
      text-align: left;
      padding: 10px 15px;
      vertical-align: middle;
      border: none;
      font-size: 14px;
      color: #000;
  }
  .tender_details table tr td:first-child{
      width: 250px;
  }
  .tender_details table tr td a{
      color: #db011f;
      font-weight: bold;
  }
  .tender_details table tr td a i{
      font-size: 18px;
      margin-left: 10px;
  }

  .tendet_form form{
      padding: 25px;
  }
  .tendet_form aside {
    font-size: 22px;
    color: #fff;
    background: #9cc900;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    padding: 20px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
}
.tendet_form form label{
    display: inline-block;
}
.tendet_form form input{
    height: 50px;
    border: none;
    width: 100%;
}
.tendet_form form textarea{
    height: 50px;
    border: none;
    width: 100%;
    resize: none;
}
.tendet_form button.close {
    position: absolute;
    right: -10px;
    top: -10px;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    background: #000;
    width: 30px;
    line-height: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
}


.teamlist li h5{
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.teamlist li p{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.environment-team-grid-text {
    text-align: center;
    padding: 15px 15px 0px;
    border: 1px solid #ececec;
    border-top: none;
    background: #fff;
}


/*======================================  
    Accordion Css Start
======================================*/

.accordion{
    position: relative;
    clear: both;
}
.accordion a {
    position: relative;
    display: flex;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 20px 50px 20px 20px;
    color: #262626;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: capitalize;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .accordion a:hover,
  .accordion a:hover::after {
    cursor: pointer;
    color: #9cc900;
  }
  
  .accordion a:hover::after {
    border: 1px solid #9cc900;
  }
  
  .accordion a.active {
    color: #9cc900;
    background: #fff;
    border-bottom: 1px solid #9cc900;
  }
  
  .accordion a::after {
    font-family: "Ionicons";
    content: "\f218";
    position: absolute;
    float: right;
    right: 1rem;
    font-size: 14px;
    color: #9cc900;
    padding: 5px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #9cc900;
    text-align: center;
  }
  
  .accordion a.active::after {
    font-family: "Ionicons";
    content: "\f209";
    color: #9cc900;
    border: 1px solid #9cc900;
  }
  
  .accordion .content {
    display: none;
    padding: 15px;
    border-bottom: none;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 5px #ddd;
    font-size: 15px;
    margin-bottom: 15px;
  }





/*============================================== 


    Table Css Add


==============================================*/




.dataTables_wrapper th {
    background: #9cc900;
    color: #fff;
    font-size: 16px;
    padding: 7px !important;
}
.dataTables_wrapper td {
    background: #fff;
    font-size: 13px;
    padding: 7px !important;
}
.dataTables_scrollBody {
    height: auto !important;
    margin-bottom: 15px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #9cc900;
    border-color: #9cc900;
}
#downloadfile {
    color: #9cc900;
    background-color: transparent;
    border-color: #9cc900;
}
    #downloadfile:hover {
        color: #fff;
        background-color: #9cc900;
        border-color: #9cc900;
    }

.TBL th {
    background: #9cc900;
    color: #fff;
    font-size: 16px;
    padding: 7px !important;
}

.TBL td {
    background: #fff;
    font-size: 13px;
    padding: 7px !important;
}


/*===============================================

            FORM CSS START HERE

===============================================*/
.form_banner {
    background: url(/images/form-banner.jpg) no-repeat;
}

.form {
    padding: 40px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 20px 0px #ddd;
}

    .form .nav-tabs {
        background: #f1f1f1;
    }

    .form .nav li a {
        font-size: 16px;
    }

        .form .nav li a[aria-expanded="true"] {
            color: #ffffff;
        }

    .form .tab-content {
        padding: 30px 0px;
    }

        .form .tab-content .form-group label {
            color: #676a82;
        }

            .form .tab-content .form-group label span {
                color: #ed5f78;
                font-size: 15px;
                font-weight: 900;
                line-height: 0px;
            }

        .form .tab-content .form-group .form-control {
            border-radius: 0px;
            height: 40px;
            background: #f5f5f5;
            border: 1px solid #ddd;
        }

            .form .tab-content .form-group .form-control:focus {
                border-color: #9cc900;
                background: #FFFFFF;
                box-shadow: none;
                transition: all 300ms ease-in-out;
            }

.checkbox input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
}

.checkbox:hover input[type="radio"] ~ .checkmark {
    background-color: #ccc;
}

.checkbox input[type="radio"]:checked ~ .checkmark {
    background-color: #9cc900;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input[type="radio"]:checked ~ .checkmark:after {
    display: block;
}

.checkbox .checkmark:after {
    top: 10px;
    left: 2px;
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #FFFFFF;
    font-weight: 100;
}

.checkbox, .radio {
    padding-left: 30px;
    padding-top: 3px;
    margin: 0px;
}

.form .tab-content .form-btn {
    margin-top: 25px;
    text-align: center;
}

    .form .tab-content .form-btn .btn-save {
        background: #9cc900;
        padding: 6px 40px;
        color: #FFFFFF;
        border: 1px solid;
    }

        .form .tab-content .form-btn .btn-save:hover {
            background-image: none;
            background-color: transparent;
            border: 1px solid #e7eaec;
            color: #000000;
            transition: all 300ms ease-in-out;
        }

    .form .tab-content .form-btn .btn-clear {
        background-color: transparent;
        padding: 6px 40px;
        color: #9cc900;
        border: 1px solid #9cc900;
        font-size: 15px;
        font-weight: bold;
        text-transform: capitalize;
    }

        .form .tab-content .form-btn .btn-clear:hover {
            background: #9cc900;
            border: 1px solid;
            color: #ffffff;
            transition: all 300ms ease-in-out;
        }

.form .tab-content #document-proof small {
    color: #ed5565;
}

.form .tab-content #document-proof .proof-head {
    color: #676a6c;
    font-size: 20px;
}

.form .tab-content #document-proof .proof-inner {
    display: flex;
    width: 80%;
    align-items: center;
    margin: 15px auto;
}

    .form .tab-content #document-proof .proof-inner label {
        width: 50%;
    }

.form .tab-content #document-proof .proof-icon {
    float: right;
    padding: 15px 0px;
}

    .form .tab-content #document-proof .proof-icon a i {
        color: #FFFFFF;
        background-color: #2f4050;
        padding: 10px;
        border-radius: 50%;
        line-height: 16px;
        font-size: 20px;
    }

.pad-lef {
    padding-left: 0px !important;
}

.tdu {
    text-decoration: underline;
}

.form .tab-content .terms-inner h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 25px;
}

.form .tab-content .terms-inner h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 25px;
}

.form .tab-content .terms-inner p {
    font-size: 16px;
    padding-left: 15px;
    padding-bottom: 10px;
}

.form .nav-tabs li a:before {
    bottom: -7px;
}

@media screen and (max-width: 992px) {
    .form .tab-content .form-group label {
        font-size: 12px;
    }

    .form .nav li a {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .form .tab-content .form-btn {
        float: left;
    }

    .form .tab-content #document-proof .proof-inner {
        width: 100%;
    }

        .form .tab-content #document-proof .proof-inner label {
            width: 40%;
        }

    .form .tab-content .proof-inner .form-control {
        padding-left: 2px;
        padding-right: 2px;
    }

    .form .tab-content .terms-inner h3 {
        font-size: 18px;
    }

    .form .tab-content .terms-inner h4 {
        font-size: 16px;
    }

    .form .tab-content .terms-inner p {
        font-size: 14px;
    }
}

.Ownership .checkbox {
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 0;
}


.avatar-upload {
    position: relative;
    max-width: 120px;
    height: 120px;
}

    .avatar-upload .avatar-edit {
        position: absolute;
        right: -5px;
        top: -5px;
        z-index: 1;
    }

        .avatar-upload .avatar-edit input {
            display: none;
        }

            .avatar-upload .avatar-edit input + label {
                display: inline-block;
                width: 34px;
                height: 34px;
                margin-bottom: 0;
                border-radius: 100%;
                background: #FFFFFF;
                border: 1px solid transparent;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
                cursor: pointer;
                font-weight: normal;
                transition: all 0.2s ease-in-out;
            }

                .avatar-upload .avatar-edit input + label:hover {
                    background: #f1f1f1;
                    border-color: #d6d6d6;
                }

                .avatar-upload .avatar-edit input + label:after {
                    content: "\f040";
                    font-family: 'FontAwesome';
                    color: #757575;
                    position: absolute;
                    top: 10px;
                    left: 0;
                    right: 0;
                    text-align: center;
                    margin: auto;
                }

    .avatar-upload .avatar-preview {
        width: 120px;
        height: 120px;
        position: relative;
        border: 1px solid #ddd;
    }

        .avatar-upload .avatar-preview > div {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

.fomrnaindiv {
    padding: 100px 0px 60px 0px;
    width: 100%;
    position: relative;
    float: left;
}


.nav-tabs.nav-justified > li > a{
    width:100%;
}
.error {
    border-color:#ff0000 !important;
}
