@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
body{
    margin:0;
    padding:0;
    font-family: 'Lato', sans-serif !important;
}
@media screen and (min-width: 768px){
    html{
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    html{
        font-size: 14px;
    }
}
.bg_green.home_bg{
    background:url('../img/Mask_background.svg'),linear-gradient(#D5FAFF, #FDFDFD);
    background-position:center bottom;
    background-repeat:no-repeat;
}
.bg_green{
    background:linear-gradient(#D5FAFF, #FDFDFD);
}
.logo {
    text-align: center;
}
.logo svg {
    max-width: 200px;
    position: relative;   
}
.menu svg{
    max-width:18px;
}
header {
    padding: 35px;
}
.top_hd_menu {
    height: calc(100% - 155px);
    display:  flex;
    align-items:  center;
    justify-content: flex-start;
    padding-left:  248px;
}
/******************** Menu List *****************/
.menu_list {
   background: linear-gradient(#5dcb42, #1b8b8bf2);
   display:none;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 999;
}
body .menu_open{
    width:100%;
    display:block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: fixed;
    top: 0;
    left: 0;
}
.menu_close{
    width: -100% !important;
}
.menu_list ul{
    margin-bottom: 0px;
}
.menu_list ul li.active_menu a span {
    padding-left: 0px;
}
.mnu_close {
    position: absolute;
    top: -12px;
    color: #fff;
    right: 0;
    transform: rotate(46deg);
    font-size: 50px;
    font-weight: normal;
    cursor: pointer;
}
.menu_list ul li a img {
    display: inline-block;
    width: 60px;
}
.menu_list ul li a span {
    display: inline-block;
    padding-left: 60px;
}
.menu_list ul li a {
    color: #fff;
    font-size: 4.5em;
    text-decoration: none;
    font-weight: 900;
    line-height: 1.5em;
}
.menu_list ul li:last-child {
    border-bottom: none !important;
}
.menu_list ul li.one{
    -webkit-animation-duration:1s;
    animation-duration: 1s;
}
.menu_list ul li.two{
    -webkit-animation-duration:1.2s;
    animation-duration:1.2s;
}
.menu_list ul li.three{
    -webkit-animation-duration:1.4s;
    animation-duration:1.4s;
}
.menu_list ul li.four{
    -webkit-animation-duration:1.6s;
    animation-duration:1.6s;
}
/************ Menu List End ******************/
.btn_login {
    color: #1A2B3E;
    font-weight: bold;
    border: 1px solid #5DCB42;
    border-radius: 2px;
    padding: 4px 20px;
}
.home_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 24%;
    margin: auto;
}
.home_content h1 {
    font-size: 5em;
    margin: auto;
    font-weight: 900;
    color: #1A2B3E;
    line-height: 1em;
    margin-bottom: 0px;
}
.home_content h6{
    font-size: 1.875em;
    color:#1A2B3E;
    margin: 30px 0px;
}
.home_content .btn-success{
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.18) !important;
}
.btn-primary {
    border-radius: 0px;
    border: 0px;
    padding: 8px 30px;
    font-size: 16px;
    background: #368EF8;
    color: #fff;
    box-shadow: none;
    
    border-radius:0px;
}
.btn-success {
   border: 0px;
    padding: 8px 20px;
    font-size: 16px;
    background: linear-gradient(to right, #2F8F83, #58BA52);
    color: #fff !important;
    box-shadow: none !important;
    font-weight: 600;
    border-radius:0px;
}
.btn_ar a {
    margin-right: 15px;
}
.logo_im {
    max-width: 200px;
}
.add_btn.edit_btn .btn {
    padding-left: 20px;
}
/****************** LOgin Screen *****************/
.Login .logo_im{
    position: absolute;
    left: 200px;
}
.Login  svg.login_left_im {
    max-width: 380px;
}
.Login .col-md-8 p{
    color: #1A2B3E;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 15px;
}
.logi_form {
   background: #fff;
    padding: 40px;
    margin-top: 35px;
    box-shadow: 0px 1px 1px #d6d6d6;
    border-radius: 2px;
}
.logi_form h4 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 26px;
    color: #1A2B3E;
    font-weight: 600;
}
.form-control {
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #A2A2A2;
    height: 36px;
}
label {
    color: #545454;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}
.form-group {
    margin-bottom: 12px;
}
.logi_form .btn-success {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
}
.logi_form.fr_pass .btn-success{
    margin-top:10px;
}
a.fr_pass_text {
    text-align: center;
    display: block;
    text-decoration: none;
    margin-top: 35px;
    color: #5dcb42;
    font-size: 12px;
}
.btn-success:focus{
    outline: none !important;
}
.fr_pass p {
    font-size: 12px;
    color: #1A2B3E;
}
.logi_form.fr_pass .form-group{margin-top:20px;}
.fr_up_pas .logi_form{
    margin-top:20px;
}
.Login.fr_pas_outer.fr_up_pas .padd_right{
    padding-top: 25px;
}
.error {
    font-size: 10px;
    text-align: left;
    float: none !important;
    margin-right: 0px !important;
    margin-top: 2px;
    color: #f90808;
    display: block;
}   
.ch_box input[type=checkbox]{
    position: relative;
    top: 2px;
}
.ch_box  label{
    font-size: 10px;
}
.success_msg {
    font-size: 12px;
    color: #209603;
    font-weight: 500;
    text-align: center;
    display: block;
}
.error_msg {
    font-size: 12px;
    color: #f90808;
    font-weight: 600;
    text-align: center;
    display: block;
}
/**************** Form Page Design *****************/
body.home_bg.frm_page {
    background-image: none;
    background-color: #F6F8F9;
}
.frm_page header {
    padding: 35px;
    background: #fff;
    padding-bottom: 0;
}
header{
    padding: 0px 35px !important;   
}
.menu svg {
    max-width: 18px;
    padding-top: 34px;
    cursor: pointer;
}
.logo svg{
    padding-top: 10px;
    padding-bottom: 10px;  
}
.head_btn{
    padding-top: 27px;
}
.head_btn.hd_btn{
    padding-top: 27px;
}
/****************** Form Page Design *************/
.form_dsg {
    padding-top: 30px;
}
.form_design h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #1A2B3E;
    margin: 0px;
}
.form_design p {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #1A2B3E;
}
.cmn_form {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.16);
}
.frm_sec_two h4 {
    margin-bottom: 10px;
    font-size: 21px;
    color: rgba(93, 203, 66, 1);
    margin-top: 20px;
}
.cmn_form .form-control,.form-control {
    background: rgba(246, 248, 249, 1);
    height: 37px;
    border: 1px solid rgba(228, 231, 239, 1);
}
.cmn_form label,label {
    color: rgba(84, 84, 84, 1);
}
.cmn_form textarea{
    height:85px !Important;
}
.cmn_form .form-group {
    margin-bottom: 15px;
}
.up_img {
    background: #f6f8f9;
    text-align: center;
    padding: 40px;
    position: relative;
    margin-bottom: 20px;
}
.up_img img {
    max-width: 50px;
    margin: auto;
}
.up_img h6 {
    color: #7E7E7E;
    font-size: 15px;
    margin-bottom: 0px;
}
input.file_in {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    opacity: 0;
}
.frm_sec_three {
    border-bottom: 2px solid #CBDCC7;
    padding-bottom: 15px;
}
.frm_sec_three ul li img {
    height: 55px;
    width: 55px;
    border-bottom: 1px solid #CBDCC7;
    background: #000;
    border-radius: 3px;
}
.home_content .btn_ar {
    padding-top: 5px !important;
}
.btn_cancel {
    margin: 0;
    border: 1px solid #5DCB42;
    padding: 8px 20px 10px;
    font-size: 16px;
    box-shadow: none !important;
    font-weight: 600;
    border-radius: 0px;
    color: #333;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
.btn-save {
    background: linear-gradient(to right, #2F8F83, #58BA52);
    border-radius: 0px;
    color: #fff !important;
    font-size: 16px;
    padding: 8px 15px 6px;
    border: 1px solid #5dcb42;
}
.btn-save:focus{
    outline: none;
}
/******************* List Page Design ************/
.bg_white {
    background: #fff;
    margin: 15px 0px;
    padding: 20px;
    box-shadow: 0px 1px 2px #bbbbbb;
}
.cmn_tit {
    margin: 0px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 17px;
    color: #1a2b3e;
}
.list_page .lael_title {
    color: #1a2b3e;
}
.list_page ul li span {
    width: 20px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    color: #adadad;
}
.list_page ul li label{font-size:12px;}
/************ Inner Page Design ***********/
.cmn_bg{
    background: #f7f8fa;
}
.outer_sec {
    display: table; 
    height: 100%;
    background:#f7f8fa;
    width: 100%;
    min-height: 100vh;
}
.left_menu {
    display: table-cell;
    width: 252px;
    background: #fff;
    box-shadow:0px 1px 3px rgba(0, 0, 0, 0.16);
    padding: 15px;
    vertical-align: top;
    position: relative;
    height: 100vh;
}
.right_side_con {
    display: table-cell;
    /* height: 100%; */
     padding: 30px !important;
   vertical-align: top;
}
.in_logo {
    max-width: 185px;
    margin: auto;
}
.cart svg {
    max-width: 15px;
    margin: auto;
    cursor: pointer;
}
.cart {
    float: left;
    width: 35px;
    height: 35px;
    border: 1px solid #aaafb3;
    border-radius: 100%;
    line-height: 45px;
    text-align: center;
    margin-right: 5px;
    position: relative;
}
.cart span.badge {
    background: #e21818;
    position: absolute;
    border-radius: 10px;
    right: -7px;
    top: -7px;
}
.profile_sec {
   float: right;
    padding-top: 6px;
}
.profile_im {
    float: left;
    position: relative;
}
.profile_im .btn .caret {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px dashed;
}
.profile_im .btn {
  position: absolute;
    top: -38px;
    background: transparent !important;
    right: -27px;
    outline: none;
    box-shadow: none !important;
}
.profile_im img {
    height: 35px;
    width: 35px;
    border-radius: 100%;
    margin-left: 15px;
    cursor: pointer;
}
.menu_link svg {
    max-width: 15px;
    vertical-align: top;
    margin-right:15px;
    fill: #627E8E;
    position: relative;
    top: 2px;
}
.menu_link svg path{
    fill: #627E8E !Important;
}
.menu_link {
    clear: both;
    margin-bottom: 0px;
    margin-top: 60px;
    border-top: 1px solid #E3E3E3;
    padding-top: 45px;
}
.menu_link li a {
    color: #3C474D;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.menu_link li {
    padding: 9px 10px;
    margin-bottom: 10px;
}
.menu_link li.active a svg path {
    fill: #5ccb41 !important;
}
.menu_link li.active a {
    color: #5ccb41;
}
.menu_link li.active {
    background: #eaf8e7;
        border-radius: 6px;
}
.profile_im ul.dropdown-menu li a {
    font-size: 14px;
    font-weight: 600;
    color: #404549;
}
.profile_im ul.dropdown-menu li {
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 0px;
}
.profile_im ul.dropdown-menu {
    border-radius: 0px;
    border: 0px;
    left: -87px;
}
.profile_im  ul.dropdown-menu li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}
.profile_im .dropdown-menu>li>a:focus,.profile_im .dropdown-menu>li>a:hover{
    background:transparent;
    color:#5dcb42 !important;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    padding-left: 0px;
}
ol.breadcrumb li {
    font-size: 12px;
}
ol.breadcrumb li a {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}
.breadcrumb>.active {
    color: #627E8E;
}
ol.breadcrumb {
    margin-top: 0px;
    margin-bottom: 0px;
    box-shadow: none;
}
.main_tit {
    font-size: 21px;
    color: rgba(30, 55, 70, 1);
    margin: 0;
    font-weight: 600;
}
.br_bottom {
    border-bottom: 1px solid #ddd;
}
.add_btn {
    margin-bottom: 10px;
}
.breadcrumb>li+li:before{display:none;}
.cstm_srch .form-control {
    border-radius: 20px;
    border: 1px solid rgba(212, 218, 224, 1);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
    height: 35px;
    padding-left: 18px;
    background-color: #ffffff;
}
.cstm_srch .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(98, 126, 142, 1);
    font-size:13px;
}
.cstm_srch .form-control::-moz-placeholder { /* Firefox 19+ */
    color: rgba(98, 126, 142, 1);
    font-size:13px;
}
.cstm_srch .form-control:-ms-input-placeholder { /* IE 10+ */
    color: rgba(98, 126, 142, 1);
    font-size:13px;
}
.cstm_srch .form-control:-moz-placeholder { /* Firefox 18- */
    color: rgba(98, 126, 142, 1);
    font-size:13px;
}
.in_sr.sm_search{
    width: 68%;
    margin: auto; 
    position: relative;
}
.cstm_srch {
    padding: 15px 0px 15px;
}
.cstm_srch.withlabel {
    padding: 8px 0px;
}
.cstm_srch svg {
    max-width: 15px;
    position: absolute;
    top: 10px;
    right: 17px;
}
.srch_btn {
    position: absolute;
    top: 0;
    right: 15px;
    width: 60px;
    height: 35px;
}
.srch_btn input[type="button"] {
    height: 35px;
    width: 72px;
    background-color: transparent;
    border: 0;
    z-index: 9999999;
    background-image: url(../img/search.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center;
    outline: none;
}
.add_btn span {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 20px;
    color: #fff;
}
.add_btn .btn-success {
    padding-left: 30px;
}
ol.breadcrumb {
    padding: 0px;
    width: 100%;
}
/************* Table Design *********/
table.contact_table>tbody>tr.active>td{
    background-color: #ffffff;
}
span.circle_text.mediumblue{
    background-color: #7E57C2;
}
span.circle_text.darkpink{
    background-color: #EC407A;
}
span.circle_text.skyblue{
    background-color: #42A5F5;
}
span.circle_text.green{
    background-color: #26A69A;
}
span.circle_text.orange{
    background-color: #FFA726;
}
span.circle_text.purple{
    background-color: #AB47BC;
}
span.circle_text.lightblue{
    background-color: #5C6BC0;
}
span.circle_text {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    padding: 5px 0;
    font-weight: 600;
    margin-right: 10px;
    text-transform: uppercase;
}
.cmn_table table th {
    background: #E8EDF3;
    font-size: 14px;
    color: #1E3746;
    font-weight: 600;
}
.cmn_table .table tr td {
    background: #fff;
    border-bottom: 5px solid #f7f8fa;
    padding: 7px !important;
    padding-left: 11px !important;
    color: #627E8E;
    vertical-align: middle;
    font-size: 13px;

}
.tmp_name {
    width: 190px;
}
.cmn_table .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 5px solid #f7f8fa;
}
span.name_text {
    /* padding-left: 10px; */
    font-size: 13px;
    font-weight: 600;
    color: rgba(30, 55, 70, 1);
}
.active_st {
    background: #26A69A;
    color: #fff;
    padding: 2px 7px;
    border-radius: 20px;
    font-size: 11px;
}
.inactive_st{
      background:#EF5350 !Important;
  color: #fff;
    padding: 2px 7px;
    border-radius: 20px;
    font-size: 11px;
}
td.up_text {
    color: #2196F3 !important;
}
.pagination_block ul li a {
    background: #fff;
    padding: 3px 7px;
    color: #627E8E;
    font-size: 12px;
    text-decoration: none;
    border-radius: 3px;
}
.pagination_block .list-inline>li {
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
}
.pagination_block a.active {
    background: #5DCB42 !important;
    color: #fff !IMPORTANT;
}
.cmn_table .table{
    margin-bottom:10px;
}
.dsg_img {
    padding-top: 35px;
    padding-bottom: 60px;
}
/****************** Dashboard Design ****************/
.dash_brd_outer {
    padding: 90px 170px;
}
.dsh_cmn_box {
    background: #fff;
    margin-bottom: 20px;
    padding:25px 20px;
    box-shadow: 0px 1px 2px #c3c3c38c;
    cursor: pointer;
     -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  .dsh_cmn_box:hover{

  }
.col_grid_two svg {
    max-width: 24px;
}
.col_grid_ten h4 {
   margin-top: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #3C474D;
    margin-bottom: 0px;
}
.col_grid_ten p {
        font-size: 13px;
    margin-bottom: 0px;
    margin-top: 7px;
    color: #3C474D;
    line-height: 20px;
}
.box_one svg path {
    fill: #66bb6a;
}
.box_one svg {
    position: relative;
    top: 3PX;
}
.box_two svg path {
    fill: #f06292;
}
.box_two svg {
    position: relative;
    top: 11px;
}
.box_four svg {
    position: relative;
    top: 10px;
}
.box_five svg {
    position: relative;
    top: 9px;
}
.box_three svg path {
    fill: #42a5f5;
}
.box_three svg {
    position: relative;
    top: 9px;
}
.box_four svg path {
    fill: #ff8a65;
}
.box_five svg path {
    fill: #4db6ac;
}
.dsh_right_iocn {
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 100%;
    width: 65px;
    margin-left: 20px;
        float: right;
}
.box_one .dsh_right_iocn {
     border: 1px solid #66bb6a;
}
.box_two .dsh_right_iocn {
   border:1px solid #f06292;
}
.box_three .dsh_right_iocn {
    border: 1px solid #42a5f5;
}
.box_four .dsh_right_iocn{
    border:1px solid #fe8a65;
}
.box_five .dsh_right_iocn {
     border:1px solid #4db6ac;
}
/***************** Organisation Profile ********/
.org_left h5 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #131313;
}
.org_left p {
    font-size: 13px;
    margin-bottom: 0px;
    color: #303030;
}
.org_mob li {
    margin: 0px;
    margin-bottom: 5px;
}
.org_mob li svg {
    max-width: 12px;
    position: relative;
    top: 3px;
        margin-right: 5px;
}
.org_mob {
    margin-top: 40px;
    width: 100%;
}
.org_email {
    margin-top: 15px;
    margin-bottom: 30px;
}
.org_mob li span {
    color: #627E8E;
    font-size: 13px;
}
p.adrss {
    color: #627E8E;
    margin-bottom: 20px;
}
.white_bg{
    background:#fff;
    padding: 30px;
}
.org_prf .bg_white{padding:30px;}
.ryt_para p {
    color: #627E8E;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 20px;
}
.ryt_para {
    margin-top: 25px;
}
.map {
    margin-bottom: 7px;
}
.carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: #8A9FAB;
    border: 1px solid #8a9fab;
    border-radius: 10px;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: inherit;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    right: -306px;
    top: 7px;
    transform: rotate(90deg);
    display: none;
}
.carousel-indicators .active {
       width: 8px;
    height: 8px;
    margin: 0;
    background-color: #5DCB42;
    right: 0;
    top: -1px;
    position: relative;
    left: -1px;
}
p.wb_lnk a {
    font-weight: 600;
    font-size: 12px;
    color: #1473E6;
}
p.wb_lnk {
    margin-top: 30px;
}
.org_right .bg_white {
    padding-bottom: 72px;
}
/************** End *************/
/****************** Cart Page ******************/
.cart_table {
    padding: 0;
    margin-top: 35px;
}
.cart_table .flex_cont .circle_text {
    margin-right: 7px;
}
.flex_cont {
    display: flex;
    align-items: center;
}
p.prod_name {
    /* font-size: 18px; */
    font-weight: 500;
    color: #1e3746;
    line-height: 22px;
    margin-bottom: 2px;
}
.width_60{
    width: 60% !important;
}
.inc_dec {
    border: 1px solid #1473e6;
    border-radius: 15px;
    display:  flex;
    align-items:  center;
    justify-content:  space-between;
}
span.minus_v, span.plus_v {
    padding: 0px 7px;
    cursor: pointer;
}
span.minus_v {
    border-right:  1px solid #1473e6;
}
span.plus_v {
    border-left: 1px solid #1473e6;
}
.padding_25{
    padding: 25px;
}
.m_bottom{
    margin-bottom: 0 !important;
    margin-top: 11px;
}
.ttl_price {
    display:  flex;
    align-items:  flex-start;
    justify-content:  space-between;
    color: #627e8e;
}
.amount {
    font-size: 20px;
    color: #333333;
    font-weight: 900;
}
.btn_pay, .btn_pay:hover, .btn_pay:focus, .btn_pay:active  {
    border-radius: 2px;
    background: linear-gradient(to right, #2F8F83, #58BA52);
    color:#ffffff;
  
    outline: none;
}
.cart_right .btn_pay {
    width: 100%;
    margin-top: 16px;
}
.cart_right {
    box-shadow: 0 2px 4px rgba(0,0,0,0.11);
}
span.total_price {
    font-size: 18px;
    margin-left: 20px;
    color: #333333;
}
/****************** End ******************/
/*------ Start common width or whole websie ----------*/
.width_30{
    width: 30% !important;
}
.position_relative{
    position: relative;
}
.position_relative .pos_abs {
    position: absolute;
    right: 0;
    top: -12px;
}
.p_top{
    padding-top: 0 !important;
}
.p_bottom {
    padding-bottom: 0 !important;
}
a {
    cursor: pointer;
}
.bg_green .Login{
    padding-top:4%;
}
.table_top_sp {
    margin-top: 30px;
}
/******************** Tree page design ******************/
.menu_link.tree_page {
    border-top: none;
    padding-top: 0px;
    margin-top: 30px;
    display: block;
}
/************ Carbon Calculator Page Design **************/
.right_side_con_in{
    /* display:table-cell; */
    width: 100%;
    height:100%;
    vertical-align: top;
}
.right_head {
    background: #fff;
    margin-left: 0px;
    padding: 15px 5px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
}
.board{

}
.board .nav-tabs {
   position: relative;
    border-bottom: 0;
    width: 92%;
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
    padding-bottom:15px;
}
.liner{
    height: 1px;
    background: #ddd;
    position: absolute;
    width: 76%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 41%;
    z-index: 1;
}
.board-inner .nav-tabs strong {
    font-weight: 600;
    font-size: 14px;
    color: rgba(30, 55, 70, 1);
}
li.active strong {
    color: #5dcb42 !important;
}
.nav-tabs>li>a:hover{
      border: 0px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}
span.round-tabs{
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    border-radius: 100px;
    background: #5dcb42;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
    border: 2px solid #5dcb42;
}
span.round-tabs i {
       font-size: 9px;
    top: -8px;
}
.nav-tabs > li.active > a span.round-tabs{
    background: #5dcb42;
}
.nav-tabs > li {
    width: 25%;
    text-align: center;
}
li.active span.round-tabs i {
    color: #fff !important;
}
.nav-tabs > li.completed > a span.round-tabs i {
    color: #fff;
}
span.round-tabs.three, span.round-tabs.four {
    width: 10px;
    height: 10px;
    position: relative;
}
.nav-tabs > li a{
    width: 20px;
    height: 20px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    margin-bottom: 0px;
    border:0px !Important;
}
.nav-tabs > li a:hover{
    background: transparent;
}
.tab-content>.tab-pane {
    background: transparent;
    width: 90%;
    margin: auto;
    margin-top: 40px;
    box-shadow: none;
    padding: 0px;
}
.tab-pane h3 {
    margin-top: 0px;
    font-size: 16px;
    color: rgba(30, 55, 70, 1);
    font-weight: 600;
    margin-bottom: 15px;
}
td.km_text input[type="text"]{
    width: 40px;
    border: 1px solid #ddd;
    position: relative;
    left: 2px;
    height: 28px;
}
td.km_text select {
    border: 1px solid #ddd;
    height: 28px;
}
.table-responsive.cmn_table.cal_table select {
    border: 1px solid #ddd;
    height: 28px;
}
.table-responsive.cmn_table.cal_table input.form-control {
    height: 28px;
    width: 55px;
    border: 1px solid #ddd;
    margin: auto;
}
.btn_next {
    background: #5DCB42;
    color: #fff !important;
    padding: 5px 18px;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 15px;
    font-weight: 600;
}
@media( max-width : 585px ){ 
    .board {
        width: 90%;
        height:auto !important;
    }
    span.round-tabs {
    font-size:16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
       }
    .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height:50px;
    }

    .nav-tabs > li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
    .btn-outline-rounded {
        padding:12px 20px;
    }
}
.cal_board {
    background: #5dcb42;
    text-align: center;
    padding: 30px 15px;
    color: #fff;
    border-radius: 2px;
}
.cal_board h6 {
    font-size: 15px;
    margin: 0px;
    color: #fff;
}
.cal_board h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #fff;
    word-wrap: break-word;
}
.cal_board p {
    margin-bottom: 0px;
    font-size: 13px;
    margin-top: 50px;
    line-height: 18px;
}
.btn_ys {
    background: #fff;
    border: 0;
    padding: 4px 32px;
    border-radius: 20px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
    margin-top: 11px;
    color: #5dcb42;
    font-size: 14px;
    text-transform: uppercase;
}
.cal_table.cmn_table .table tr td{
    border-bottom:1px solid #ddd;
}
/**************** End ***************/
/***************** Top menu Section ************/
.top_hd svg path,.top_hd svg {
    fill: #fff !important;
    max-width: 160px;
}
.top_hd {
    padding: 15px 25px;
}
h3.subsec {
    background: #eff2f6;
    padding: 8px;
    padding-left: 10px;
}
.tab-pane .cal_table .contact_table tr td {
    border: none;
}
.tab-pane .table-responsive.cmn_table.cal_table select {
    border: 1px solid #ddd;
    height: 32px;
}
td.subcat {
    width: 185px;
}
.tab-pane .cal_table .contact_table td input {
    height: 32px;
    background: #f6f8f9;
    border: 1px solid #ddd;
    padding-left: 10px;
    max-width: 103px;
}
td.inptype {
    text-align: center;
    width: 120px;
    display: table-cell;
}
td.calcat {
    width: 115px;
    font-weight: 900;
}
span.suffix {
    font-size: 10px;
}
.btn_ar {
    padding: 15px 0px 12px !important;
}
/*------ End common width or whole websie ----------*/
/************************* Media Query ******************/
@media(max-width:991px){
    .Login .logo_im{
        position:static;
    }
    .head_btn.col-md-2 {
        text-align: center;
    }
    .home_content h1{
        font-size:39px;
    }
    .btn_login{padding: 4px 10px;
    box-shadow: none;}
    .home_content {
        padding-top: 20px;
    }
    .cmn_form{padding:30px !Important;}
    header {
        padding-left: 10PX !important;
    }
    /************* Inner Page **************/
    .right_side_con,.left_menu,.outer_sec{
        display:block;
    }
    .in_sr{
        width:100%;
        position: relative;
    }
    .add_btn span{
        display:none;
    }
    .add_btn .btn-success {
         padding-left: 20px;
    }
    .left_menu{
        width:100%;
    }
    .menu_link{padding-top:30px;}
   
    .col_grid_two {
        text-align: center;
        margin-bottom: 10px;
    }
    .col_grid_ten h4{text-align:center;}
    .dsg_img img {
        max-width: 100%;
    }
}   
@media(min-width:1024px){
    .login_content {
        width: 900px;
        margin: auto;
    }
    .padd_right {
        padding-right: 110px;
    }
    .Login .padd_right{
        width:66%;
    }
    .Login.fr_pas_outer .padd_right {
        width: 63%;
    }
    .Login .log_grid_four{width:34%;}
    .Login.fr_pas_outer .log_grid_four{width:37%;}
    .cmn_form {
        width: 800px;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .list_page{width:800px;margin:auto;margin-top:15px;}
    body .p_left{
        padding-left:0px !Important;
    }
    body .p_right{
        padding-right:0px !Important;
    }
    body .m_left{
        margin-left:0px !Important;
    }
    body .m_right{
        margin-right:0px !Important;
    }
    .dash_brd_outer .col-md-4{padding-right:20px;}
    .org_left {
       /* width: 315px;*/
    }
    .org_right {
        width: 610px;
    }
   .cust_tab .tab-content .col-md-8 {
        width: 71.666667%;
    }
    .cust_tab .tab-content .col-md-4 {
            width: 28.333333%;
    }
}
@media(min-width:1400px){
    .home_content{
        top:31%;
    }
    .bg_green .Login{
        padding-top:10%;
    }
}
.error1 {
    font-size: 15px;
    text-align: center;
    float: none !important;
    margin-right: 0px !important;
    margin-top: 30px;
    color: #f90808;
    display: block;
}
.m_top{
    margin-top: 0 !important;
}
.m_top_40{
    margin-top: 40px;
}
td.up_text {
    width: 8%;
}
.superadmin-container h3 {
    font-size: 24px;
    font-weight: 600;
}
.superadmin-container h4 {
    font-weight: 600;
}
.superadmin-container p {
    margin-bottom: 10px;
}
.frm_sec_two.address {
    clear: both;
    padding-top: 25px !important;
    margin-bottom: 25px;
}
.total_price p {
    text-align: right;
    margin-right: 40px;
}
/*******************End ****************************/
.stick_top {
    position: sticky;
    top: 20px;
}
.btn-default, .btn-default:hover {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 0;
    padding: 7px 15px;
    margin: 0;
    border: 1px solid #5DCB42;
    padding: 8px 20px;
    font-size: 16px;
    box-shadow: none !important;
    font-weight: 600;
    border-radius: 0px;
}
.tree_cmn_box {
    background: #fff;
    margin-bottom: 20px;
    padding:25px 20px;
    box-shadow: 0px 1px 2px #c3c3c38c;
  }
/*------------- Start Description Page ---------------*/
.quantity_div .inc_dec {
    width: 76px;
}
.quantity_div  .inc_dec {
    width: 76px;
}
.quantity_div  {
    display:  flex;
    align-items:  center;
    justify-content: space-between;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 11px 0;
    margin: 30px 0;
}
.quantity_div  p {
    margin-bottom: 0;
}
.full_width {
    width: 100%;
}
.t_descrip {
    background-color: #ffffff;
    border: 1px solid #D4DBDF;
    box-shadow: 0 3px 7px rgba(0,0,0,0.20);
    border-radius: 4px;
    padding: 60px;
}
.img_with_shadow{
    width: 100%;
    position:relative;
}
.img_with_shadow img{
    width: 100%;
    transition: none;
}
.image_shadow {
    width: 100%;
    height:  21px;
    background: radial-gradient(rgb(229, 229, 229) 40%, rgba(229, 229, 229, 0.16)80%);
    border-radius: 50%;
    padding: 0;
    position:  absolute;
    bottom: -15px;
}
.detail_descrip {
    padding: 0 80px 0 40px;
    color: #122C3C;
}
.font_24_cb{
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}
.font_20_b{
    font-size: 20px;
    font-weight: 900;
}
.font_14_cn{
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
}
.font_13_s{
    font-size: 12px;
    font-weight: 600;
}
.scientific_name {
    margin-top: 60px;
    margin-bottom: 3px;
}
.carbon_oofset {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 15px;
}
.offset img {
    width: 24px;
    margin-left: 6px;
    position: relative;
    top: -3px;
}
.offset b{
    margin-left: 5px;
}
/*------------- End Description Page ---------------*/
/*------------- Start Description Page ---------------*/
.quantity_div .inc_dec {
    width: 76px;
}
.quantity_div  .inc_dec {
    width: 76px;
}
.quantity_div  {
    display:  flex;
    align-items:  center;
    justify-content: space-between;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
    margin: 30px 0;
}
.quantity_div  p {
    margin-bottom: 0;
}
.full_width {
    width: 100%;
}
.t_descrip {
    background-color: #ffffff;
    border: 1px solid #D4DBDF;
    box-shadow: 0 3px 7px rgba(0,0,0,0.20);
    border-radius: 4px;
    padding: 60px;
}
.img_with_shadow{
    width: 100%;
    position:relative;
}
.img_with_shadow img{
    width: 100%;
    transition: none;
}
.image_shadow {
    width: 100%;
    height:  21px;
    background: radial-gradient(rgb(229, 229, 229) 40%, rgba(229, 229, 229, 0.16)80%);
    border-radius: 50%;
    padding: 0;
    position:  absolute;
    bottom: -15px;
}
.detail_descrip {
    padding: 30px 80px 0 50px;
    color: #122C3C;
}
.font_24_cb{
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}
.font_20_b{
    font-size: 20px;
    font-weight: 900;
}
.font_14_cn{
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
}
.font_13_s{
    font-size: 12px;
    font-weight: 600;
}
.scientific_name {
    margin-top: 50px !important;
    margin-bottom: 3px;
}
.carbon_oofset {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 15px;
}
.offset img {
    width: 24px;
    margin-left: 6px;
    position: relative;
    top: -3px;
}
.offset b{
    margin-left: 5px;
}
.tl_db {
    background-color: transparent;
    box-shadow: none;
    padding: 0px !important;
    display:  flex;
    align-items:  center;
    justify-content:  space-between;
    transition: all 0.2s linear;
    cursor: pointer;
    color: #1E3746;
}
.tl_db.cal_board {
    background-color: #fff;
    transition: all 0.2s linear;
    height: 74px;
}
.tl_db.totl_cal_board {
    background-color: #5dcb42;
    color: #ffffff !important;
    transition: all 0.2s linear;
    height: 100%;
}
.tl_db.cal_board p{
    color: #1E3746 !important;
}
.tl_db p {
    margin: 0;
    text-align:  left;
    color: #3C474D;
}
.tl_db .ttl_co2 {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}
.tl_db .otco2e {
    font-size: 19px;
    line-height: 32px;
    font-weight: 600;
     /* Added By Satya */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
     /* END Added By Satya */
}
 /* Added By Satya */
 .cal_div.leftover_co {
    padding: 0;
}
.cal_div.leftover_co button {
    color: #66BB6A;
    font-weight: bold;
    border: none;
    background-color: transparent;
    padding: 10px 4px;
}
/* END Added By Satya */

.tl_db .head_ttl {
    margin: 0;
    font-size:  20px;
    font-weight:  bold;
    line-height: 24px;
}
.tl_db .descrip_ttl {
    font-size:  13px;
    font-weight: normal;
    margin: 0;
}
.tl_db .svg_org, .tl_db .svg_bar {
    width:  60px;
    height:  60px;
    display:  flex;
    align-items:  center;
    justify-content:  center;
    border-radius: 50%;
}
.tl_db .svg_org svg, .tl_db .svg_bar svg {
    width:  24px;
}
.tl_db .svg_org{
    border: 1px solid #66BB6A;
}
.tl_db .svg_bar{
    border: 1px solid #F06292;
}
.tl_db .svg_org svg path {
    fill: #66BB6A;
}
.tl_db .svg_bar svg path {
    fill: #F06292;
}
.calculate-btn {
    background-color: transparent;
    border: 1px solid #66BB6A;
    border-radius: 24px;
    padding: 4px 15px;
    color: #66BB6A;
    font-weight: bold;
}
.tl_db.cal_board .calculate-btn{
    border: 1px solid #ffffff;
    background-color: #ffffff;
}
.tl_db .cal_div{
    align-self: flex-end;
}
.dis_flex{
    display: flex;
    padding-bottom: 20px;
    position: relative;
}
.dis_flex:before {

}
span.svg_icon_sm {
    width:  16px;
    display:  inline-block;
}
.style_type_search {
    width: 546px;
    height: 38px;
    background-color: #ffffff;
    border: 1px solid #D2D9DE;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 14px 5px 15px;
}
.style_type_search>div {
    width:  50%;
}
.type_search {
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.first_input, .second_input {
    display:  flex;
}
.first_input select, .second_input input {
    font-size: 14px;
    width: 100%;
    border: none;
    color: #627E8E;
    outline: none;
    background-color: transparent;
}
.second_input, .first_input {
    display: flex;
}
.second_input{
   width: 100% !important;
}
.type_search span.svg_icon_sm {
    position: relative;
    top: 3px;
}
.type_search span.svg_icon_sm svg path{
    fill: #627E8E;
}
.each_tree {
    width: 32%;
    background-color: #ffffff;
    box-shadow: 0 3px 7px rgba(0,0,0,0.20);
    border: 1px solid #D4DBDF;
    padding: 20px 25px;
    color: #122C3C;
    margin-bottom: 12px;
    margin-right: 12px;
    min-height: 490px;
}
.each_tree:nth-child(3n+3) {
    margin-right: 0;
}
.tree_img img {
    height: 100%;
}
.tree_img {
    padding: 0 20px 20px;
    position: relative;
    height:  200px;
    display:  flex;
    align-items: flex-end;
    justify-content:  center;
    border-bottom: 1px solid rgba(212, 219, 223, 1);
    margin-bottom: 10px;
}
.each_tree p {
    font-size: 14px;
}
.each_tree .scientific_name {
    font-size: 16px;
    margin-top: 20px;
}
.foot_amout {
    font-size: 20px;
    font-weight: bold;
    border-top: 1px solid #D4DBDF;
    padding: 10px 0 0;
    margin-top: 15px;
}
.tree_img .image_shadow {
    height: 9px;
    position: absolute;
    bottom: -6px;
    left: 0;
}
.all_trees {
    display: flex;
    justify-content: flex-start;
    align-items:flex-start;
    flex-wrap: wrap;
}
.tl_db.cal_board .svg_org, .tl_db.cal_board .svg_bar {
    border: 1px solid #ffffff;
}

.tl_db.cal_board .svg_org path, .tl_db.cal_board .svg_bar path {
    fill: #ffffff;
}
.form-control{
    font-size: 13px !important;
    padding: 6px 15px !important;
}
.select_dtls{
    font-weight: 900; 
}
.add_btn span.svg_icon {
    position: relative;
    width: 10px;
    display: inline-block;
    top: 0;
    left: -3px;
    line-height: 7px;
}
.cstm_srch .in_sr .form-control {
    background: #ffffff;
    padding: 0 57px 0px 15px !important;
}
.in_sr{
    position: relative;
}
.m_top_20{
    margin-top: 20px;
}
.m_top_15{
    margin-top: 15px;
}
.pagination_block {
    margin-top: 20px;
}
.pagination_block .list-inline>li+li {
    margin-left: 4px;
}
.show_pages {
    margin: 0 15px 0 0;
    font-size: 12px;
    line-height: 18px;
    color: #6C8695;
    display: inline-block;
    font-weight: 500;
}
ul.list-unstyled {
    display: inline-block;
}
.pd_breadcrumb {
    padding-bottom: 10px;
}
.pay_now {
    margin-top: 15px;
}
.pay_now label {
    font-size:  12px;
    line-height: 22px;
}
.pay_now label input {
    font-size: 10px;
}
.pay_now label a {
    text-decoration:  none;
    color: #368EF8;
}
.pay_now label input {
    /* margin-top:  0;
    position:  relative;
    top: 2px; */
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}
.padding_35{
    padding: 35px;
}
.m_top_35{
    margin-top: 35px;
}
.sub_heading {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 900;
    color: #1A2B3E;
    margin: 0 0 15px 0;
}
.sm_head {
    font-size: 16px;
    font-weight: 600;
    color: #1A2B3E;
    margin-top: 0;
    margin-bottom: 10px;
}
.co_address {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
}
.co_two_col>div {
    width: 50%;
}
.co_two_col {
    display: flex;
    align-items: flex-start;
}
span.prop {
    font-weight:  700;
    margin-right:  5px;
    color:  #303030;
}
span.value {
    margin-left: 5px;
}
.co_two_col {
    display: flex;
    align-items: flex-start;
    margin: 20px 0 30px;
}
.mew {
    display:  flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 35px;
}
.mew>p {
    margin-bottom: 0;
}
.mew>p+p:before {
    content: "";
    display: inline-block;
    margin-right: 20px;
}
.more_discrip {
    margin: 30px 0;
}
.more_discrip .form-control {
    background: #ffffff;
    min-height: 61px;
    border: 1px solid #C0C0C0;
}
span.svg_icon {
    width: 17px;
    display:  inline-block;
    margin-right: 7px;
}
span.svg_icon img {
    width:  100%;
}
.col_count_2{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}
.about_subhead, .our_people {
    font-size:  20px;
    font-weight: 700;
    color: #1A2B3E;
    margin-top: 0;
}
.what_we_do {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.what_we_do p {
    font-size: 14px;
    line-height: 18px;
    color: #111111;
    margin-bottom: 0;
    font-weight: 400;
}
.col_count_2 p {
    font-size: 14px;
    line-height: 20px;
}
.b_bottom{
    border-bottom: none !important;
}
.certification p {
    font-size: 12px;
    line-height: 16px;
    color: #001111;
}
span.about_us_icons img {
    height: 100%;
}
span.about_us_icons {
    height: 30px;
    display: block;
    margin-bottom: 5px;
}
.border_bottom {
    border-bottom: 1px solid #DDDDDD;
}
.border_right {
    border-right: 1px solid #DDDDDD;
}
.sub_head_grid {
    font-size:  18px;
    font-weight:  600;
    color: #1A2B3E;
    line-height: 22px;
}
.sub_text {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
}
.single_grid {
    padding: 20px 20px 20px 35px;
    min-height: 131px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.our_people {
    margin-bottom: 0;
    position:  relative;
}
.our_people:before {
    content:  "";
    display:  block;
    width: 43px;
    height:  5px;
    background-color:  #5DCB42;
    margin-bottom: 3px;
}
.terms_condi {
    padding-bottom:  30px;
    border-bottom: 1px solid #707070;
}
.terms_condi p {
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 0;
}
.each_query {
    font-size: 16px;
    font-weight: 700;
    color: #1A2B3E;
    margin-top: 30px;
    margin-bottom: 10px;
}
.all_queries ul {
    padding-left: 16px;
}
.all_queries ul li {
    margin-bottom: 13px;
}
div#logout .modal-dialog {
    width:  325px;
}
.modal-dialog .modal-content {
    border-radius: 0;
}
.conformation {
    text-align:  center;
    padding: 40px 20px;
}
.conformation p {
    font-size: 17px;
    color: #122C3C;
    line-height: 20px;
    margin-bottom: 25px;
}
.btn-sm.btn-success, .btn-sm.btn-default {

    margin-right: 20px;

}
button.btn.btn-sm.btn-default {
    margin: 0;
    border: 1px solid #5DCB42;
    padding: 8px 20px;
    font-size: 16px;
    box-shadow: none !important;
    font-weight: 600;
    border-radius: 0px;
}   
.m_top{
    margin-top: 0 !important
}
.co_two_col.order_details {
    margin-top: 0;
}
.flex_right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.tree_dtls {
    width: 80px;
    height: auto;
    background-color: #ffffff;
    padding: 5px;
    margin-right: 10px;
}
.tree_dtls img{
    width: 100%;
}
.qunty_ttl {
    background-color: #f6f8f9;
    padding: 25px;
    display:  flex;
    position: relative;
    flex-direction:  column;
    align-items:  flex-end;
}
.tree_img_dtls {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
p.single_cost {
    font-size: 14px;
    font-weight: 600;
}
.tree_img_dtls .sm_head {
    margin-bottom: 7px !important;
}
.lg_font {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}
.order_dtls_tbl a {
    font-weight: bold;
    color: #1472e6;
    text-decoration: none;
}

.cmn_table table.order_dtls_tbl>tbody>tr>td {
    padding: 12px !important;
    padding-left: 7px !important;
}
/*------------- End Description Page ---------------*/
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #5dcb42;
    border-color: #5dcb42;
}
.frm_sec_three ul li {
    padding: 0;
    width:  55px;
    height:  55px;
    position:  relative;
    display: inline-block;
    overflow:  hidden;
    margin-right: 10px;
}
.frm_sec_three ul li span.delete {
    width:  100%;
    height: 100%;
    position:  absolute;
    top:0;
    left:0;
    background-color: rgba(0,0,0,0.80);
    display:  none;
}
.frm_sec_three ul li:hover span.delete {
    display:  flex;
    align-items: center;
    justify-content: center;
}
.frm_sec_three ul li span.delete svg{
    width: 25px;
    cursor: pointer;
}
.frm_sec_three ul li span.delete svg path, .frm_sec_three ul li span.delete svg polygon {
    fill: #ffffff;
}
.full_height {
    height: 100%;
}
.break-word {
    word-break: break-word;
}
.tl_db.cal_board.leftover_board {
    background-color: #fff;
   
}
.tl_db.cal_board.off_board {
    background-color: #fff;
}
.bg_white.cmn_table.carbonOffset {
    width: 700px;
    box-shadow: none; 
}

.carbonOffset button {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: transparent;
}
.m_top_30{
    margin-top: 30px;
}
.dsh_right_iocn.envelop_svg {
    border: 1px solid #259276;
}
.dsh_right_iocn.envelop_svg svg path {
    fill:#259276;
}
.tl_db>div.tl_txt {
    width: calc(100% - 80px);
}
.dsh_right_iocn.svg_bar.branch_icon svg {
    width: 40px;
}
.dsh_right_iocn.svg_bar.branch_icon svg .cls-4 {
    fill: #ffffff;
}
.tl_db.totl_cal_board p {
    color: #ffffff !important;
}
.totl_cal_board .calculate-btn {
    border: 1px solid #ffffff;
    color: #5dcb42;
    background-color:  #ffffff;
}
.without_label {
    margin-top: 14px;
}
.videoContainer{
    display: none;
}
.bg_green .videoContainer{
    height:100%;
    width:100%;
    max-width:100%;
    position:absolute;
    overflow: hidden;
    display: block;
}
.bg_green .videoContainer video{
    object-fit: fill;
    position:absolute;
    bottom: 0px;
    margin: auto;
    width:100%;
    height: auto;
}
.width_5 {
    width: 5%;
}
.contact_table .text-left {
    text-align: left;
}
.bg_wht_box {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 20px;
}
.bg_wht_box h3 {
    font-size: 18px;
    color: #1E3746;
    margin: 0px;
    margin-bottom: 15px;
    font-weight: bold;
}
.amcharts-chart-div a {
    display: none!important;
}
.general_info {
    background-color: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
    margin-top: 0px!important;
    padding-top: 10px;
}
.custom_arrow_mark svg {
    width: 15px;
}
.general_info .btn_ar {
    margin-right: 15px;
}
.cal_board svg{width:15px;}
.off_board svg{width:30px;}
.leftover_board svg{width:22px;}
.green_colour {
    width: 50px;
    height: 50px;
    background-color: #5DCB42;
    display: flex;
    align-items: center;
    justify-content: center;
}
.org_colour {
    width: 50px;
    height: 50px;
    background-color: #FB9006;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blue_colour {
    width: 50px;
    height: 50px;
    background-color: #2AC9E9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rmv_lft{padding-left:0px;}
.rmv_rght{padding-right:0px;}
.hdr_txt {
    text-align: center;
    width: 90%;
    margin: auto;
    border-bottom: 1px solid #CCCCCC;
    padding-top: 20px;
}
.hdr_txt h2 {
    font-size: 20px;
    color: #1A2B3E;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 10px;
}
.hdr_prgp_txt {
    width: 600px;
    margin: auto;
    padding-bottom: 10px;
}
.hdr_prgp_txt  p{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
@media screen and (min-width: 768px){
    .display_flex{
        display: flex;
    }
    .display_flex .bg_white{
        height: 100%;
    }
}
.name_with_firstletter {
    display: flex;
    align-items: center;
}

.tree_type {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #627E8E;
    text-transform: capitalize;
}
.qunty_ttl span.quantity {
    padding: 0 8px;
}
.ord_hist p {
    margin-bottom: 0;
}
.ord_hist p.single_cost {
    font-size: 14px;
    font-weight: normal;
    color: #303030;
}
.ord_hist p.prop_valu, .ord_hist p.prop_valu span {
    color: #122C3C;
    font-size: 14px !important;
}
span.value.green_ellips {
    background-color: #5DCB42;
    padding: 3px 12px;
    color: #ffffff !important;
    border-radius: 25px;
}
.total_money {
    font-size: 20px;
    line-height: 24px;
    margin-top: 5px;
    font-weight: 600 !important;
}
.ord_hist p.prop_valu {
    margin: 15px 0;
}
.tree_img_dtls .tree_dtls {
    width: 92px;
    height: 100px;
    overflow: hidden;
}
.qunty_ttl .inc_dec, .top_right_abos{
    position: absolute;
    top:25px;
    right: 25px;
}
.tree_img_dtls{
    width: 100%;
}
.ord_his_descrip {
    width: calc(100% - 102px);
    margin-top: 10px;
}
.detail_descrip p.tree_first_name {
    font-size: 24px;
    font-weight: 700;
    color: #122C3C;
}
.detail_descrip p.prop_valu {
    margin: 10px 0 !important;
}
.m_bottom_30 {
    margin-bottom: 30px;
}
.three_db .tl_db.totl_cal_board .ttl_co2 {
    font-size: 16px;
    font-weight: 700;
}
.three_db .tl_db .otco2e {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}
.three_db .tl_db.totl_cal_board{
    padding: 17px 20px !important;
}
.three_db {
    border-bottom: 1px solid rgba(112, 112, 112, 0.19);
    width: calc(100% - 60px);
    padding: 30px 0px !important;
    margin-left: 30px;
    margin-bottom: 20px;
}
.three_db .tl_db.cal_board {
    background-color: #fff;
    transition: all 0.2s linear;
    height: auto;
    padding: 10px 20px !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.16);
}
.each_tree p.tree_first_name {
    font-size: 20px !important;
    font-weight: 700 !important;
}
.each_tree .ord_hist p.prop_valu {
    margin: 15px 0 !important;
}
.tl_db.cal_board {
    padding-left: 15px !important;
}
.cust_accord .cmn_table .cust_white_bg {
    padding: 15px !important;
    background-color: #ffffff;
    margin-bottom: 10px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
}
.dis_flex .tl_db.cal_board {
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}
.menu svg rect {
    fill: #111!important;
}
.logo_cls{
    position: relative;
    bottom: 10px;
}
.addrs_icon .svg_icon {
    float: left;
    min-height: 56px;
}
.no_img{
    text-align: center;
    font-weight: 600;
    padding: 20px 0px 0px ;
    font-size: 18px;
    color: #111;
}
.social_sharing {
    text-align: center;
    padding-top: 20px;
}
.social_sharing  .sb-twitter{
     background: #00acee !important;
}
.social_sharing  .sb-facebook{
     background: #4267B2 !important;
    
}
.social_sharing  .sb-show-icon{
    border: 0px;
    color: #fff;
    padding: 5px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 5px;
}
.social_sharing .sb-text {
    display: none;
}
.three_db.car_cal {
    height: auto;
}
span.cal_secname {
    width: 115px;
    display: inline-block;
}
.left_menu img {
    max-width: 200px;
}
.cal_sec {
    text-align: left;
    margin-bottom: 4px;
}
.tot_sub{
    margin-top:25px !important;
}
.ord_hist {
    margin-bottom: 20px;
}
/********************* Responisve Code For Mobile(Prabodh) *******************/
@media(max-width:991px){     
}
@media(max-width:776px){
    .each_tree{
        width:100%;
        margin-right:0px;
    }
}
/************* Responsive for tab ***********/
@media(max-width:991px) and (min-width:767px){
    .each_tree{
        width:48%;
        margin-right:10px;
    }
    .dash_brd_outer .col-md-6 {
        float: left;
        width: 50%;
    }
}

/*******************End ****************************/
/*****************Start Home page New design ********************/
.left_logo{
    float: left;
    width: 300px;
    position: relative;
    z-index: 9999;
}
.left_logo svg{
    max-width:185px;
}
.hm_header {
    background: #fff;
    box-shadow: 0px 1px 2px #e4e4e4;
    padding: 4px 0;
}
.hm_header .navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0px;
    text-align:right;
}
.hm_header .navbar-nav>li {
    float: none;
    display: inline-block;
}
.hm_header .navbar-nav{
    float:none;
}
.right_prof svg{
    max-width:18px;
    position: relative;
    top: 4px;
}
.right_prof{
    text-align:right;
    padding-top: 6px;
}
.right_prof .navbar-nav>li>a{padding-left:5px;color: #111;}
.hm_header .navbar-default .navbar-collapse .navbar-nav{
    padding-top:4px;
}
.hm_header .navbar-default .navbar-nav>li>a {
   color: #1A2B3E;
    font-weight: 500;
    font-size: 13px;
}
.hm_banner{
    background: url(../img/air_polution.jpg);
    height:680px;
    background-position: center;
    background-size: cover;
    position: relative;
}
.hm_banner:before {

}
.banner_content{
    position: relative;
}
.banner_content {
    position: relative;
    color: #fff;
    z-index: 99;
    max-width: 700px;
    padding-top: 190px;
}
.banner_content h1 {
      font-size: 58px;
    margin: 0px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 68px;
}
.banner_content .btn {
    background: linear-gradient(to right, #2F8F83 , #58BA52);
    color: #fff;
    padding: 12px 25px;
    text-transform: capitalize;
    border-radius: 37px;
    margin-top: 23px;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 14px;
    border: 0px;
}
.banner_content p {
    font-size: 16px;
    margin-top: 20px;
    color: #fff;
}
.hm_header .nav>li>a.sign_in {
    border: 1px solid #58B952;
    padding: 4px 26px !important;
    margin-left: 25px;
}
.hm_header .navbar-default .navbar-nav>li>a.register_btn {
    background: linear-gradient(to right, #2F8F83 , #58BA52);
    padding: 5px 26px !important;
    color: #fff;
    margin-left: 15px;
}
.hm_category_sec {
    padding: 70px 0px;
}
.cat_cont {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 30px;
    margin-bottom: 50px;
    text-align: center;
}
.cat_cont h4 {
    font-size: 18px;
    color: #191919;
    margin-top: 0px;
    margin-bottom: 25px;
}
.cat_cont p {
    color: #191919;
    font-size: 14px;
    max-width: 688px;
    line-height: 25px;
    margin: auto auto 0px auto;
}
.cat_con_block svg {
    max-width: 30px;
}
.cat_cont a {
    background: linear-gradient(to right, #2F8F83 , #58BA52);
    border-radius: 24px;
    font-size: 14px;
    color: #fff !important;
    box-shadow: 0px 3px 21px #989898;
    margin-top: 30px;
    margin-bottom: 15px;
    text-decoration: none;
    border: 0px;
}
.cat_cont_img{
    background: #EFF9FE;
    height: 90px;
    text-align: center;
    width: 90px;
    line-height: 120px;
    border-radius: 24px;
    float:left;
}
.cat_con_block h5 {
    font-size: 22px;
    margin-top: 45px;
    margin-bottom: 15px;
    color: #191919;
}
.cat_con_block p {
    color: #191919;
    font-size: 14px;
    line-height: 24px;
}
.cat_cont_img.cont_img_three{
    line-height: 103px;
}
.cat_cont_img.cont_img_four{
    line-height: 111px;
}
.hm_slider,.cardslider {
    background: linear-gradient(to right, #2F8F83 , #58BA52);
    padding: 45px 0px;
}
.hm_slider{
    padding-bottom:0px; 
}
.hm_slider h4 {
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    margin-top: 0px;
}
.hm_slider p {
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.cat_cont_outer {
    overflow: auto;
    width: 100%;
}
.arr_im {
    margin-left: 125px;
    padding-top: 35px;
    text-align: center;
}
.cardslider__cards {
    width: 800px !important;
    height: 407px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-style: preserve-3d;
}
.cardslider{
    height:500px !important;
}
.cardslider__nav-next {
    margin-bottom: 10px;
    background-image: url(../img/arrow.svg) !important;
    position: absolute;
    left: 175px;
    top: 226px;
    transform: rotate(178deg);
}
.cardslider__nav-prev {
    background-image: url(../img/arrow.svg) !important;
    position: absolute;
    right: 173px;
    top: 226px;  
}
ul.cardslider__cards li {
    padding: 50px;
    border-radius:0px;
}
.sld_im {
        float: left;
    width: 246px;
    height: 300px;
    margin-right: 50px;
}
.sld_im img {
    width: 100%;
    height: 100%;
}
.sld_cont p {
    margin-top: 30px;
    font-size: 19px;
    font-weight: 300;
    color: #191919;
    line-height: 30px;
}
.cardslider__card {
    background: #ffffff !important;
    box-shadow: 0px 7px 20px -2px #2b2b2b;
    opacity: 1 !important;
}
.cardslider__card,.cardslider__card--transitions{
    opacity:1;
}
footer {
    padding: 41px;
    text-align: center;
    padding-bottom: 35px;
}
footer ul li a {
    color: #191919;
    font-size: 14px;
}
.foot_im svg {
    max-width: 182px;
}
@media(min-width:1360px){
    .hm_banner .container,.hm_category_sec .container{width:85%;}
}
@media(max-width:991px){
    .cardslider__cards {
        width: 90%;
        height: 90%;
    }
    .sld_cont p {
        margin-top: 10px;
        font-size: 14px;
        font-weight: 300;
        color: #191919;
        line-height: 17px;
        margin-bottom: 4px;
    }
    ul.cardslider__cards li{padding:30px;}
    .sld_im {
        float: none;
        width: 100%;
        margin-right: 50px;
        height: 230px;
    }
    .cardslider__nav-next{
            left: 60px;
        top: 100px;
    }
    .cardslider__nav-prev { 
        right: 57px;
        top: 100px;
    }
    .arr_im{
        display:none;
    }
    .banner_content h1 {
        font-size: 40px;
        line-height: 46px;
    }
    .left_logo {
        float: left;
        width: 75%;
        position: relative;
        z-index: 9999;
        padding-left: 15px;
    }
    .navbar-toggle{
       top: 5px;
        border-radius: 0px;
    }
    .navbar-default .navbar-toggle {
        border-color: #5dcb42;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #5dcb42;
    }
    .hm_header .navbar-nav>li {
       
        display: block;
    }
    .hm_header .navbar-default{
        text-align:left;
    }
    .hm_header .nav>li>a.sign_in {
        margin-left: 15px;
        margin-bottom: 10px;
        margin-right: 0px;
        text-align: center;
        float: left;
        width: 42%;
        border-bottom-color: #53b558 !important;
        margin-top: 15px;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
        background:transparent;
    }
    .hm_header .navbar-default .navbar-nav>li>a.register_btn {
         margin-top: 15px;
         text-align: center;
        margin-left: 0px;
        float: right;
        width: 42%;
        margin-right: 15px;
    }
    .hm_header .navbar-default .navbar-nav>li>a{
        border-bottom: 1px solid #ececec;
    }
    .hm_header .navbar-nav{
        margin-top:0px;
    }
        .hm_header .navbar-default .navbar-nav>li>a:hover {
        color: #fff;
        background: linear-gradient(to right, #2F8F83 , #58BA52);
    }
    .hm_header .navbar-default .navbar-collapse .navbar-nav{
        padding-top:0px;
    }
    div#bs-example-navbar-collapse-1 {
        margin-top: 15px;
    }
       .faq .panel-group{
        padding: 50px !important;
    }
}
/*****************End Home page New design ********************/
/************** Get In Touch Section ***************/
.get_tch_form form {
    background: #f8f8f8;
    padding: 35px;
    border-radius: 8px;
    box-shadow: 0px 1px 20px #bbbbbb;
}
.get_tch_form .form-control {
    background: #fff;
    height: 34px;
}
.get_tch_form .form-group label {
    font-size: 11px;
}
.get_tch_form input[type="submit"] {
    background: linear-gradient(to right, #2F8F83 , #58BA52);
    padding: 7px 26px !important;
    color: #fff;
    box-shadow: none;
    border: 0;
    width: 100%;
}
.get_tch_form {
    width: 350px;
    margin: auto;
    margin-top: 50px;
}
.get_tch_form p {
    text-align: center;
    margin-bottom: 40px;
}
.get_tch_form h4 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
}
.get_tch_form .form-group textarea {
    height: 60px;
}
.get_btn {
    padding-top: 15px;
}
footer.get_footer {
    border-top: 1px solid #efefef;
}
.get_in_tch {
    padding-bottom: 60px;
}
.get_tch_im {
       background-image: url(../img/Vector.png);
    height: 600px;
    background-size: cover;
    background-position: -246px 10px;
    background-repeat: no-repeat;
    margin-top: 30px;
}
/************ FAQ Design **************/
.faq h2 {
    margin: 0px;
}
.faq .panel-group p {
    margin-top: 5px;
    margin-bottom: 20px;
    color: #191919;
}
.faq {
    min-height: 500px;
}   
 .faq .panel-group .panel {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #eaeaea;
    box-shadow: none;
}
.faq .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color:transparent;
   border:none;
}
.faq .panel-title {
    font-size: 14px;
}
.faq .panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    padding-left: 0px;
    color: #293133;
    font-size: 14px;
}
.faq .more-less {
   float: right;
    color: #6a7174;
    border: 1px solid #d3d3d3;
    padding: 6px;
    border-radius: 50%;
    font-size: 11px;
    top: -7px;
}
.faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
    padding: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 25px;
    color: #293133;
}
.faq .panel-group {
    margin-bottom: 0;
    padding: 50px 200px;
}
.faq h2 {
    margin: 0px;
    font-size: 24px;
    font-weight: 600;
}
button.add_asset_btn {
    margin-right: 18px;
}
p.total_asset_val {
    float: right;
    margin-right: 8px;
}
a.asset_mdl {
    text-decoration: underline;
}
.ml_30{
    margin-left: 30px;
}
.custom_select_mar{
    margin: 0 auto;
    width: 68%;
}
/* css changes on 28/05/2026*/
.align-right-icon{
        display: none;
    }
.close_icon{
    display: none;   
}
.active_side_menu {
    left: 0;
}
.flex-column_cus{
    flex-direction: column;
}

/* Branch login: branch name centered on title/breadcrumb row (injected once from emission-cards) */
.page-title-row-with-branch {
    position: relative;
}
.page-branch-name-in-title {
    position: absolute;
    left: 50%;
    top: 2.0em;
    transform: translateX(-50%);
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
    pointer-events: none;
    z-index: 1;
        text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #1a2b3e;
    margin-top: 6px;
}
@media (max-width: 767px) {
    .page-branch-name-in-title {
        display: none;
    }
}
.position-relative{
    position: relative;
}
.cus_outer_sec{
    display: flex;
    flex-direction: column;
}
.custom_search svg {
    position: absolute;
    top: 15px !important;
}
.custom_search  .org_colour svg, .blue_colour svg {
    max-width: 30px !important;
    width: 30px !important;
    right: 10px !important;
}
.custom_search  .blue_colour svg{
    top: 5px !important;
}
.border_btm_none{
    border-bottom: none !important;
}
.custom_carbon_calculator td.calunit {
    width: 30%;
}
.custom_carbon_calculator td.caltime {
    width: 30%;
}
.custom_carbon_calculator td.caltime {
    width: 30%;
}
.custom_carbon_calculator .select_dtls_{
    width: 10% !important;
    word-break: break-word;
}
.custom_li_alignment li a{
    display: flex;
    align-items: baseline;
}
.common_tree_list_grid{
        display: grid;
        grid-template-columns: 1fr 240px;
        gap: 16px;
        margin-top: 12px;
        align-items: start;
}
.custom_tree_margin {
    padding: 20px 11px 0px !important;
}
.brder_btm_none{
    border-bottom: none !important;
}
.pb_20{
    padding-bottom: 20px !important;
}
.benefits_to_organisation h5{
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #1A2B3E;
}
.mb_10{
    margin-bottom: 10px !important;
}
.benefits_to_organisation li{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
.benefits_to_organisation p{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
.font_22{
    font-size: 22px !important;
}
.mt_15{
    margin-top: 15px !important;
}
.fw-bold {
    font-weight: 700;
}
.fw-semi{
    font-weight: 600;
}
.fw-reg{
    font-weight: 400;
}
.font_20{
    font-size: 18px;
}
.font_14{
    font-size: 14px !important;
    line-height: 18px;
}
.custom_terms_and_conditions p{
    font-size: 14px !important;
    line-height: 18px !important;
}
.mt_0{
    margin-top: 0px !important;
}
body  select {
    appearance: none;
    background-image: url(../img/chevron-down.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center  !important;
    padding-right: 40px !important;
}
.profile_img_cus{
    width: 100px;
    height: 80px;
    border-radius: 4px;
}
.left_menu .img-responisve{
    width: 150px;
    height: auto;
    border-radius: 4px;
}
.custom_carbon_calculator td.caltime {
    width: 30%;
}
.common_tree_list_grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 20px;
    align-items: start;
    width: 100%;
    max-width: 100%;
  }

 .tree-table-desktop-grid {
    display: grid;
    grid-template-columns: minmax(180px, 1.8fr) 116px 109px 110px 95px;
    gap: 29px;
    align-items: center;
}

  .table-scroll-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-min-width {
    min-width: 600px;
	}
.emission-item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.subcat {
  font-weight: 500;
}

.emission-co2-inline {
  font-weight: 600;
}
.alignment_emission_cards{
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.mb_0{
    margin-bottom: 0px !important;
}
.custom_points_table th:nth-child(1),
.custom_points_table td:nth-child(1){
    width:70px;
}
.custom_points_table th:nth-child(2),
.custom_points_table td:nth-child(2){
    width:120px;
}
.custom_points_table th:nth-child(3),
.custom_points_table td:nth-child(3){
    width:130px;
}
.custom_points_table th:nth-child(4),
.custom_points_table td:nth-child(4){
    width:130px;
}
.custom_points_table th:nth-child(5),
.custom_points_table td:nth-child(5){
    width:170px;
}
.custom_points_table th:nth-child(6),
.custom_points_table td:nth-child(6){
    width:170px;
}
.custom_points_table th:nth-child(7),
.custom_points_table td:nth-child(7){
    width:40px;
    white-space: nowrap;
}
.custom_points_table th:nth-child(8),
.custom_points_table td:nth-child(8){
    width:90px;
    text-align:center;
}
.wd-546px{
    width: 546px !important;
}
.p_top_20px{
    padding-top: 20px !important;
}
.desktop-dnone{
    display: none;
}
.mobile_flex_column{
    display: block;
    margin-bottom: 15px !important;
}

.custom_benifts_row > div{
    display: inline-block;
    width: 50%;
    padding-bottom: 20px;
}
.cus_btn_alignment{
    display: flex;
    align-items: center;
    justify-content: end;
}
.head_btn.col-md-12{
    padding: 0px;
}
.back_arrow_btn {
    margin-right: 5px;
    width: 21px;
    height: 19px;
}
.head_btn.col-md-12 .btn_login{
    padding: 4px 20px 4px 10px !important;
    
}
.form_dsg{
    padding-top:30px !important
}
body .pt-20{
    padding-top: 20px !important;
}
.cus_dash_outer{
    padding: 20px 45px !important;
}
.custom_right_side{
    padding: 20px 45px !important;
    margin: 0px !important;
    width: 100% !important;
}
body .pl_45{
    padding-left: 30px !important;
}
.success_blk{
    display: flex;
    align-items: center;
    justify-content: center;
}
.alert-success,
.alert-danger {
    position: fixed;
    top: 62px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 26px !important;
    width: max-content;
    z-index: 9999;
}
.modal-tree-list {
    max-height: 260px;
    overflow-y: auto;
}
.emission-item-row .break_word {
    min-width: 0;       
    flex: 1 1 auto;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    margin-right: 10px !important;
}
.w-60{
    width: 60% !important;
}
.resp_organization_txt{
    display: none;
}
.custom_benifts_row {
    display: flex !important;
    flex-wrap: wrap !important;
    column-count: unset !important;   
}
.custom_benifts_row > [class*="col-"] {
    display: flex !important;
    flex-direction: column !important;
}
.mr_10{
    margin-right: 10px;
}
body .order_det_txt{
    color: #5dcb42 !important;
    text-decoration:underline !important;
}
.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background: linear-gradient(to right, #2F8F83, #58BA52);
    border-color: #398439;
    outline: none !important;
}
.text_pri{
     color: #5dcb42 !important;
}
.btn.active, .btn:active {
    box-shadow: none !important;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none !important;
}
.prev_btn {
    padding: 8.5px 20px !important;
    background-color: #fff !important;
    margin-right: 5px !important;
    margin-top: -4px;
}
body .pt_0{
    padding-top: 0px !important;
}
body .m-0{
    margin: 0px !important;
}
.breadcrum_blk{
    padding-bottom: 15px !important;
    padding-left: 0px !important;
}
body .desktop_pt_20{
    padding-top: 20px !important;
}
.pl_45_desk{
    padding-left: 30px ;
}
.branch_emission_cards .branch-emission-cards {
    /* padding: 0px 15px 0px 15px !important; */
    margin: 0px 0px 15px 0px !important;
    width: 100% !important;
}
.branch_emission_cards.mb_10 .branch-emission-cards{
    margin-bottom: 10px !important;
}
.branch_emission_cards.mt_0 .branch-emission-cards{
    margin-top: 0px !important;
}
.desk-d-none{
    display: none;
}
.pt_20_desk{
    padding-top: 20px !important;
}
.branch_emission_cards.p_top_20px .branch-emission-cards{
    padding-top: 20px !important;
}
.branch_emission_cards.pl_45px_resp .branch-emission-cards{
    padding-left: 45px !important;
}
.w-100{
    width: 100% !important;
}
.flex_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.desktop_mt_20 {
    margin-top: 20px;
}
body .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
body .row>* {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
app-branch-emission-cards.branch_emission_cards + .add_btn {
    margin-top: 0;
}
.mb_20 {
    margin-bottom: 20px;
}
.right_side_con .table-responsive {
    overflow-x: visible;
}
body .cus_hder_txt{
    width: 100%;
    border-bottom: none;
    padding-top: 0px;
}
.cus_hder_txt .hdr_prgp_txt{
    padding-bottom: 0px;
}

/** css changes on 21/07/2026 **/
.dash_brd_outer.new_dash_brd_outer, .right_side_con.new_right_side_con {
    padding: 30px !important;
}
.Login.bg_green {
    min-height: calc(100vh - 57px);
    padding: 50px 0;
    display: flex;
    align-items: center;
}
.input_align {
    display: flex;
    justify-content: center;
}

/** css changes on 21/07/2026 **/
.tab-content>.tab-pane.mt_20 {
    margin-top: 20px !important;
}
.place_order_position{
    position: fixed;
    right: 30px;
    width: 20%;
}
.terms-scroll-body {
  max-height: 60vh;
  overflow-y: auto;
}

.custom-checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

/* hide the native checkbox visually but keep it functional/accessible */
.custom-checkbox-input {
  position: absolute;
  opacity: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
}

/* the fake box we fully control — empty until terms accepted */
.checkmark {
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 3px;
  border: 1.5px solid #9e9e9e;
  background-color: #fff;
  position: relative;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  box-sizing: border-box;
}

/* blue + tick only once accepted */
.checkmark.accepted {
  background-color: #2196f3 !important;
  border-color: #2196f3;
}

.checkmark.accepted::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
:host {
  display: block;
}
.order-detail-card {
  border: 1px solid #e8e8e8 !important;
  border-radius: 8px;
}
.order-detail-header {
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.order-id-line {
  margin: 4px 0;
  font-size: 14px;
  color: #444;
}
.order-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.invoice-btn {
  white-space: nowrap;
}
.payment-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
}
.payment-badge.success {
  background: #e8f5e9;
  color: #2e7d32;
}
.payment-badge.failed {
  background: #fdecea;
  color: #c0392b;
}
.order-meta-grid {
  display: flex !important;
  flex-wrap: wrap;
  gap: 16px;
  align-items: stretch;
  margin: 0 0 20px 0 !important;
  width: 100%;
}
.order-meta-grid .meta-box {
  flex: 1 1 280px !important;
  width: auto !important;
  max-width: 100%;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 14px;
  background: #fafafa;
  box-sizing: border-box;
}
.meta-title {
  margin: 0 0 10px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #333 !important;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.meta-box .prop {
  min-width: 130px;
  display: inline-block;
  color: #666;
}
.order-items-list {
  margin-bottom: 8px;
}
.order-item-card {
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 12px 14px;
  margin-bottom: 12px;
  background: #fff;
}
.payment-history-block {
  margin: 0 0 20px;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 16px 18px;
  background: #fafafa;
}
.payment-history-details {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}
.payment-history-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.payment-history-row .ph-label {
  font-size: 12px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.payment-history-row .ph-value {
  font-size: 14px;
  color: #222;
  font-weight: 500;
  word-break: break-word;
}
.item-subtotal-offset {
  margin-top: 4px;
  color: #1d9e75;
  font-size: 13px;
  font-weight: 500;
}
.break-all {
  word-break: break-all;
}
.items-title {
  margin-top: 8px !important;
  margin-bottom: 12px !important;
}
.order-detail-footer {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
}
.order-detail-footer .invoice-btn {
  min-width: 220px;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  z-index: 6;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.12);
  pointer-events: auto;
}
@media (max-width: 767px) {
  .payment-history-details {
    grid-template-columns: 1fr;
  }
  .order-detail-footer .invoice-btn {
    width: 100%;
    min-width: 0;
  }
  .receipt-actions {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 12px 0 4px;
    z-index: 5;
  }
  .receipt-actions .btn {
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.12);
    cursor: pointer;
  }
}
.print-only {
  display: none !important;
}
.invoice-items-table {
  width: 100%;
  border-collapse: collapse;
}
.invoice-items-table th,
.invoice-items-table td {
  border: 1px solid #ddd;
  padding: 8px 10px;
  font-size: 13px;
}
.invoice-items-table th {
  background: #f5f7f8;
  font-weight: 700;
}
@media print {
  .no-print,
  .left_menu,
  .head_btn,
  .align-right-icon,
  .breadcrumb {
    display: none !important;
  }
  .print-only {
    display: block !important;
    width: 100%;
  }
}
.custom-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-overlay-box {
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  max-width: 400px;
  width: 90%;
}
.order-confirm-box {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    max-width: 770px;
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
}
.order-confirm-box {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  max-width: 750px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
}
.confirm-header {
  text-align: center;
  margin-bottom: 20px;
}
.confirm-details {
  padding: 12px 0 0px;
}
.confirm-details p {
  margin: 6px 0;
  font-size: 14px;
  word-break: break-word;
}
.confirm-items table th, .confirm-items table td {
  padding: 8px;
  font-size: 14px;
}
.confirm-summary-table {
  width: 100%;
  border: none !important;
  margin-bottom: 0;
}
.confirm-summary-table > thead > tr > th,
.confirm-summary-table > tbody > tr > td {
  border: none !important;
  border-bottom: 1px solid #eee !important;
  vertical-align: middle;
}
.confirm-summary-table > thead > tr > th {
  font-weight: 600;
  color: #444;
  background: transparent !important;
}
.confirm-total {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 15px;
}
.confirm-total div {
  margin: 4px 0;
}
.receipt-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.payment-receipt-content {
  text-align: left;
}
.payment-receipt-content .confirm-header {
  text-align: center;
}
.processing-order-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.processing-order-content {
  text-align: center;
  max-width: 320px;
  padding: 0 16px;
}
.processing-message {
  margin: 16px 0 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
}
.processing-spinner {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border: 4px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: processing-spin 0.9s linear infinite;
}
@keyframes processing-spin {
  to { transform: rotate(360deg); }
}
.date-filter-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
}

.date-filter-item {
  margin: 0 !important;
}

.date-filter-item .style_type_search {
  width: 260px;
}
.mr_20{
    margin-right: 20px;
}
.mb_6{
    margin-bottom: 6px;
}
.payment_blk_row>div{
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}
.payment_blk_row span, .payment_blk_row label{
    color:  #000 !important;
}

.payment-status-filter select {
  min-width: 160px;
}
.w-246px{
    width: 246px !important;
}
.custom_total_price .alignment{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body .custom_pl_45_branch{
    padding-left: 30px !important;
}
