body{
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    color: #707070;
}
h2{
    font-size: 48px;
    color: var(--main-color);
}
h4{
    font-size: 24px;
}
h6{
  font-size: 18px;
}
ul{
    padding: 0px;
}
ul li{
    list-style: none;
}
a{
  text-decoration: underline;
  color: var(--light-color);
}
:focus{
  border: none;
  box-shadow: none !important;
}
:root{
    --main-color:#4C7C00;
    --light-color:#7ECC00;
}
.text_main{
    color: var(--main-color);
}
.text_main_light{
    color: var(--light-color);
}
a {
  text-decoration: none !important;
}
a.text_blue {
  color: blue;
}
.text_red{
  color: #C90000;
}
.text_orange{
  color: #EFAE00;
}
.bg_orange{
  color: #EFAE00;
}
.bg_main{
    background-color: var(--main-color);
}
.bg_main_light{
    background-color: var(--light-color);
}
.bg_grey{
    background-color: #DDDDDD;
}
.bg_light_grey{
    background-color: #f4f4f4;
}
.bg_dark_grey{
    background-color: #707070;
}
.bg_red{
  background-color: #C90000;
}
.bg_orange{
  background-color: #EFAE00;
}
.bg_gradient{
  background: transparent linear-gradient(276deg, #7ECC00 0%, #4C7C00 100%) 0% 0% no-repeat padding-box;
}
img{
    max-width: 100%;
}
.signin_logo{
  max-width: 180px;
}
.cursor_pointer{
  cursor: pointer;
}
.rounded_box{
  border-radius: 40px;
  box-shadow: 6px 6px 12px #0000003D;
}
.circle{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
}
.small_sircle{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
}
.center-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-control{
  background: #fff;
  border-radius: 4px ;
  padding:10px 12px;
  border: 1px solid #CFDBE5;
  color: #5B6F86;
  appearance: auto;
  min-height: 40px;
  font-size: 14px;
}
.mb_20{
  margin-bottom: 20px;
}
.sign_in .form-control{
  background: #fff;
  border-radius: 100px;
  padding:6px 12px;
  border: 2px solid #707070;
}
.btn{
    padding: 10px 20px 9px 20px;
    border-radius: 100px;
    color: #fff;
    background: transparent linear-gradient(276deg, #7ECC00 0%, #4C7C00 100%) 0% 0% no-repeat padding-box;
    box-shadow: 6px 6px 12px #0000003D;
    border-radius: 100px;
    border: none;
    min-width: 100px;
    font-size: 14px;
}
a.btn.order_cert_btn {
    width: 165px;
    margin-right: 18px;
}
.btn_disabled{
  background: #CFDBE5;
}
.btn:hover{
    background: transparent linear-gradient(276deg, #67a700 0%, #2d4900 100%) 0% 0% no-repeat padding-box;
    color: #fff;
} 
.btn_small{
  padding: 4px 12px;
  border-radius: 4px;
  color: #fff;
  border: none;
  min-width: 120px;
}
.btn_white {
	background: transparent linear-gradient(276deg, #7ECC00 0%, #4C7C00 100%) 0% 0% no-repeat padding-box;
	border-radius: 100px;
    box-sizing: border-box;
	color: var(--main-color);
	display: block;
	padding: 2px;
	position: relative;
    text-decoration: none;
	z-index: 2;
}
.btn_white:hover {
	color: var(--main-color);
    background: transparent linear-gradient(276deg, #7ECC00 0%, #4C7C00 100%) 0% 0% no-repeat padding-box;
}
.btn_white span {
	align-items: center;
	background: #fff;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	height: 100%;
	transition: background .5s ease;
	width: 100%;
    padding: 8px 20px;
}
.btn_white:hover span {
	background: #DDF0C0;
}
.btn_grey{
  background: #6F6F6F;
  color: #fff;
}
.btn_grey:hover{
  background: #6F6F6F;
  color: #fff;
}
.fs_18{
  font-size: 18px;
}
.img_overlay{
  background-color: rgba(0, 0, 0, 0.3);
}
.form-check-input:checked {
  background-color: var(--light-color);
  border-color: var(--light-color);
}
.heading_height{
  min-height: 75px;
}
.sign_in{
  width: 100%;
  height: 100vh;
  display: flex;
}
.landing_bg{
  background-image: url(../images/login-bg.jpg);
  /*background-size: 100% 100%;*/
}
.signin_bg{
  background-image: url(../images/boy1.jpg);
  background-size: cover;
}
.signin_content_box{
  width: 48%;
  margin: 0 auto;
  max-width: 320px;
}
.add_property_padd{
  padding-bottom: 80px;
}
/* progressbar steps */
.progressbar {
  width: 80%;
  margin: 30px auto;
  overflow: hidden;
  counter-reset: step;}
  .progressbar li {
    color: #CFDBE5;
    font-size: 18px;
    width: 33.33%;
    float: left;
    position: relative;
  text-align: center;}
    .progressbar li:before {
      content: counter(step);
      counter-increment: step;
      width: 56px;
      height: 56px;
      display: flex;
      color: #fff;
      background: #CFDBE5;
      border-radius: 3px;
      margin: 0 auto 5px auto;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-size: 32px;
    }
    .progressbar li:after {
      content: "";
      width: 100%;
      height: 2px;
      background:#CFDBE5;
      position: absolute;
      left: -50%;
      top: 27px;
      z-index: -1;
    }
    .progressbar li:first-child:after {
      content: none;
    }
    .progressbar li.active{
      color: var(--light-color);
    }
    .progressbar li.complete{
      color: var(--main-color);
    }
    .progressbar li.active:before{
      background-color: var(--light-color);
    }
    .progressbar li.complete:before{
      background-color: var(--main-color);
    }
    .progressbar li.active:after {
    background: var(--main-color);
    }
    .input_wrap{
      position: relative;
    }
    .input_wrap label{
      position: absolute;
      top: 0;
      left: 0;
      background-color: #fff;
      padding: 0px 5px;
      z-index: 0;
      margin-top: -10px;
      margin-left: 6px !important;
      color: var(--light-color);
    }
    .input_wrap .form-control:focus{
      border-color: var(--light-color);
    }
    .input_wrap .form-control:focus ~ label{
      display: block;
    }
    .btm_button{
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #fff;
    }
    .input-group-append {
      cursor: pointer;
    }
    header{
      background-color: #fff;
      position: sticky;
      position: -webkit-sticky;
      top: 0;
      box-shadow: 0px 1px 3px #00000040;
      z-index: 9999;
    }
    .navbar{
      padding: 15px 0px;
    }
    .navbar-toggler{
      border: 2px solid var(--light-color);
      color: var(--light-color);
    }
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus, .nav-link:hover{
      color: var(--main-color);
    }
    .nav-link{
      color: var(--light-color);
    }
    .navbar-expand-lg .navbar-nav .nav-link{
      padding: 10px 30px;
    }
    .navbar-nav{
      margin-right: 80px;
    }
    .properties_ul li{
      display: flex;
      align-items: center;
      font-weight: 300;
      line-height: 16px;
      margin: 8px 0px;
    }
    .properties_ul li span, .properties_ul li i{
      margin-right: 10px;
      flex-shrink: 0;
    }
    .top_space{
      margin-top: 48px;
    }
    .certificate_box .item_margin{
      margin-right: 20px;
    }
    table.dataTable thead th, table.dataTable tfoot th{
      padding: 15px 0px !important;
      white-space: nowrap;
      font-size: 18px;
      font-weight: 500;
      border-bottom: 1px solid #dedede;
    }
    table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc{
     background-image: none !important;
    }
    table.dataTable.no-footer {
      border-bottom: 1px solid #dedede;
    }
    table.dataTable thead .sorting span{
      background-image: url(../images/sort_both.png) !important;
      background-repeat: no-repeat;
      background-position: right;
    }
    table.dataTable thead .sorting_asc span{
      background-image: url(../images/sort_asc.png) !important;
      background-repeat: no-repeat;
      background-position: right;
      color: var(--light-color);
    }
    table.dataTable thead .sorting_desc span{
      background-image: url(../images/sort_desc.png) !important;
      background-repeat: no-repeat;
      background-position: right;
      color: var(--light-color);
    }
    table thead tr th:nth-of-type(1), table thead tr th:nth-of-type(2){
      /*text-align: left;*/
    }
    table thead tr th:nth-of-type(1),  table tbody tr td:nth-of-type(1){
      padding-left: 30px !important;
    }
    .table_algin_left thead tr th:nth-of-type(1), .table_algin_left thead tr th:nth-of-type(2){
      text-align: left;
    }
    .table > :not(caption) > * > *{
      color: #707070;
      vertical-align: middle;
      border: none;
    }
    .table > tbody > tr:nth-of-type(2n+1) > * {
      background-color: #FAFAFA;
    }
    .table_height{
      border-radius: 40px;
      max-height: 475px;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      /*padding-bottom: 30px;*/
    }

    .table_bottom{
      border-radius: 0px 0px 40px 40px;
      background-color: #fff;
      padding: 15px;
      width: 100%;
    }
    .table_view_height{
      max-height: calc(100vh - 170px);
      height: calc(100vh - 100px);
    }
    .form-check-input{
      width: 14px;
      height: 14px;
      margin-right: 8px;
      border: 1px solid #707070;
    }
    .form-check label{
      font-size: 14px;
    }
    .table_height table{
      width: 100% !important;
    }
    #cybersource-payment iframe {
      height: revert-layer !important;
      width: 100% !important;
    }
    table.dataTable > tbody > tr.child ul.dtr-details > li{
      display: flex;
      justify-content: space-between;
      
    }
    table.dataTable > tbody > tr.child ul.dtr-details{
        padding-right:20px;
        width: 100%;
    }
    table.dataTable.first_label_hide > tbody > tr.child ul.dtr-details li:nth-of-type(1) span.dtr-title {
      display: none;
    }

    table thead tr th:nth-of-type(1),  table tbody tr td:nth-of-type(1){
      padding-left: 30px !important;
    }
    .table_algin_left thead tr th:nth-of-type(1), .table_algin_left thead tr th:nth-of-type(2){
      text-align: left;
    }

    .mobile_tab .navbar-nav{
      flex-direction: row;
      justify-content: center;
      border-bottom: 1px solid #ccc;

    }

    .mobile_tab .navbar-nav li a{
      padding: 20px 15px; 
    }

    .mobile_tab .navbar-nav li a.active{
      box-shadow: inset 0px -4px 0px -1px var(--main-color);
    }

    table.dataTable.dtr-inline.collapsed.toggle_absolute > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed.toggle_absolute > tbody > tr > th.dtr-control:before {
      position: absolute;
    }

    .loader {
      border: 16px solid #f3f3f3; /* Light grey */
      border-top: 16px solid #7bc700; /* Blue */
      border-radius: 50%;
      width: 120px;
      height: 120px;
      animation: spin 2s linear infinite;
    }

    .loader_app {
      position: fixed;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.5);
      top: 0;
      left: 0;
      z-index: 999999;
  }
  p.card-title.no_fieldworker_text {
    text-align: center;
  }

  .arrow_adjust table.dataTable.dtr-inline.collapsed.toggle_absolute > tbody > tr > td.dtr-control:before{
    margin-top: 15px;
  }

  iframe.threeDs {
    width: 400px;
    height: 400px;
    margin: 100px 0 0 -175px;
    position: fixed;
    top: 0;
    left: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    background-color: white;
  }
  
  .sign_in_btn .btn{
    margin-top: 200px;
  }
  /*.sign_in .form-control{*/
  /*  max-width: 320px;*/
  /*}*/
  .sign_in_btn .btn:hover span{
    color: #fff;
    background: transparent linear-gradient(276deg, #7ECC00 0%, #4C7C00 100%) 0% 0% no-repeat padding-box;
  }
  .slide_1{
    position: absolute;
    z-index: 99;
  }
  .slide_text{
    opacity: 0;
  }
  .slide_1.cut{
    width: 50%;
    transition: 0.8s;
  }
  .slide_text.text_show{
    opacity: 1;
    transition: 3s;
  }
  .slide_1.cut .signin_content_box,  .slide_1.cut .sign_in_btn, .left_hide{
    display: none;
  }
  .certificate_input {
    width: 290px !important;
}
.expiry_field {
  width: 165px;
}
ul#certificateTabs li .nav-link.active {
    background: #91d325;
    color: #fff;
}
.border_light{
  border-color: #CFDBE5 !important;
}

 .modal.marketingBanner .modal-dialog{
    width: 500px !important;
    max-width: 500px !important;
  }
  .modal.marketingBanner button.btn-close {
    position: absolute;
    right: -8px;
    top: -5px;
    background: #fff;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}
.banner-carousel .carousel-control-next-icon {
  position: absolute;
  right: 10px;
}
.banner-carousel .carousel-control-prev-icon {
  position: absolute;
  left: 10px;
}

.modal.marketingBanner button.btn-close i {
    font-size: 20px;
}
#toast-container>div {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}
    
    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
    
  @media only screen and (max-width: 767px) {
    p.card-title.no_fieldworker_text {
      text-align: left;
    }
    .dropdown_mobile{
      margin-right: -50px;
    }
    .sign_in{
      flex-wrap: wrap;
    }
    .certificate_box{
      flex-wrap: wrap;
    }
    .certificate_box .item_margin{
      margin:10px 0px;
    }
    .certificate_box .input_wrap, .certificate_box .date{
      margin-right: 0px;
      width: 100%;
    }
    /* .table_bottom .btn {
      padding: 10px 5px;
    } */
    .table_bottom {
      font-size: 12px;}
  }

  @media only screen and (max-width: 480px) {
    .landing_bg.slide_1 {
      position: fixed;
    }
    .display thead tr th:nth-of-type(1), .display tbody tr td:nth-of-type(1) .address_paragraph{
      min-width: 280px;
      display: inline-block;
    }
    .display thead tr th:nth-of-type(1){
      width: 100%;
    }
    .mobile_gradient {
      background: linear-gradient(to bottom, #d4d0d0 0%, #ffffff 100%);
    }
    .mobile_bold{
      font-weight: bold;
      font-size: 18px;

    }
    table th.text-center{
      text-align: left !important;
    }
    .mobile_th_center th.text-center{
      text-align: center !important;
    }
    .dt-column-order{
      display: none;
    }
    .dt-column-title{
      font-size: 18px;
      font-weight: bold;
    }
    table.dataTable > tbody > tr > th, table.dataTable > tbody > tr > td {
      padding: 8px 0px;
    }
    table thead tr th:nth-of-type(1), table tbody tr td:nth-of-type(1) {
        padding-left: 15px !important;
    }
  
  }

  @media only screen and (max-width: 1200px) {
    .landing_bg{
      background-position: -215px 0px;
      background-size: cover;
    }
    .table_height table{
      min-width: 1000px !important;
    }
  }
  
  @media only screen and (min-width: 1930px) {
    .landing_bg {
      background-size: 100% 100%;
    }
  }
  @media only screen and (max-width: 991px) {
    .landing_bg{
      background-position: -215px -80px;
      background-size: auto 110%;
    }
    .slide_1.cut{
      width: 0%;
    }
    .font_size_20{
      font-size: 20px;
      font-weight: 400;
    }
    .cart_count{
      margin-right: -5px;
    }
    .signin_content_box{
      width: 95%;
    }
    h2{
        font-size: 38px;
    }
    h4{
        font-size: 18px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
      padding: 10px 0px;
      font-size: 20px;

    }
    .navbar-nav{
      margin-right: 0px;
    }
    .navbar-collapse {
      position: fixed;
      top: 67px;
      left: 0;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 15px;
      width: 100%;
      background: #f1f1f1;
      max-width: 320px;
      height: 100vh;
      overflow-y: auto;
    }

    .navbar-collapse.collapsing {
      height: 100%;
      -webkit-transition: left 0.3s ease;
      -o-transition: left 0.3s ease;
      -moz-transition: left 0.3s ease;
      transition: left 0.3s ease;
      left: -100%;
    }

    .navbar-collapse.show {
      left: 0;
      -webkit-transition: left 0.3s ease-in;
      -o-transition: left 0.3s ease-in;
      -moz-transition: left 0.3s ease-in;
      transition: left 0.3s ease-in;
    }
  }










  

  