@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 1024px) {
    .navbar-expand-lg .navbar-nav {
        align-items: center;
      }
    
      .navbar-light .navbar-brand {
        width: 80px;
      }
    
      .navbar-nav {
        margin: 0;
      }
    
      .navbar-nav li.nav-item {
        padding: 0 2px;
      }
    
      .navbar-collapse.active {
        transform: translateX(0%);
      }
      .dark {height: 80px;}
      .banner{height: 450px;}
      .banner figure{height: 450px;}
     .navbar-nav .nav-item .sub-menu-block{width: 100%;}
     .navbar .navbar-nav .nav-item .nav-link{color: var(--linkcolor);}
     .navbar .searchbar input{width: 350px;height: 30px;}
     .navbar .navbar-nav .nav-item .sub-menu-block{width: 400px;}
     footer .footer_links .col-md-4 .footer-link li{display: inline-block;}
     .navbar-light .navbar-brand img{width: 80%;}
     .navbar-expand-lg .navbar-nav .nav-link{padding-left: 0;padding-right: 0;}
     header.dark .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{font-size: 1rem;}
     header.dark .navbar .navbar-collapse .navbar-nav .nav-item .nav-link .fa-angle-down{right: -27px;}

     /* Header After Login Responsive */
     .afterLogin header.dark .navbar .navbar-collapse .navbar-nav .nav-item{margin-right: 18px;}

     /* login Page Respopnsive */
     .loginpage .login .member-login ul{padding-left: 0;}
     .loginpage .login .member-login ul li .info{padding-left: 0;}
     .loginpage .login .member-login ul li .login-data .login-page{padding: 30px 60px 54px;}
     .loginpage .login .member-login ul li .login-data .login-page .form .login-form .t-member p{font-size: 19px;}
     
     /* Become member Responsive */
     .becomememberpage .become-member .corporate-individual ul li .info{padding-left: 0;}

    /* calculate carbon input css  */
    .calculateCarbon .mainSection .resp-tabs-container{margin-left: 3rem !important;width: 90% !important;}
    .tourSummary {width: 300px;}
    .tourSummary .summary .summary-add .accordion,.tourSummary .summary .summary-add .accordion .accordion-item.summary-item{width: 100%;}
    .tourSummary .summary .summaryBtn {bottom: 0;width: 100%;}
    h2.resp-accordion{background: #2E8E71; color: #ffff;font-size: 1rem !important;}

     /* Member Plan Responsive */
     .membershippage .plan .card-data{height: 630px;}
     .membershippage .plan .card-data .card{width: 100%;}

    /* Plan details Responsive */
    .plandetailspage .plan-details .membership-plan{width: 100%;}
    .plandetailspage .plan-details .membership-plan .text-details .plan-images li img{width: 100%;}
    .plandetailspage .it-work{margin: 0;}
    .plandetailspage .it-work .itwork{padding: 1rem;}
    .plandetailspage .it-work .itwork .work ul{flex-wrap: wrap;}
    .plandetailspage .it-work .itwork .work ul::after{top: 1px;left: 15px;}
    .plandetailspage .it-work .itwork .work ul li:nth-child(even){margin-top: 0;}
    .plandetailspage .it-work .itwork .work ul li p{padding: 0 1rem 1.5rem;margin-top: -81px;margin-left: 50px;}
    .plandetailspage .it-work .itwork .work ul li{margin-right: 10px;}
    .plandetailspage .it-work .itwork .work{margin-top: 30px;}
    .plandetailspage .it-work .itwork .work ul li p{width: 184px;height: 100%;}

     /* Checkout Page Responsive */
     .checkoutpage .checkout .billing-order ul li .order-summary{
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 99;
      transition: all 0.5s ease-in-out;
      height: 50px;
      margin-left: 0;
      max-width: 100%;
      border-top: 1px solid #E6E6E6;
    }
    .checkoutReviewePage .checkout .billing-order ul li .billing-details{width: 100%;}
    .checkoutpage .checkout .billing-order ul li .order-summary.open{    height: 100vh; transition: all 0.5s ease-in-out;margin-left: 0;}
    .checkoutpage .checkout .billing-order ul li .order-summary .summary-data .close{
        cursor: pointer;
        position: absolute;
        top: 1.6rem;
        right: 0;
        padding: 12px 16px;
        transform: translate(0%, -50%);
        font-size: 30px;
        display: none;
    }
    .checkoutpage .checkout .billing-order ul li .checkout-summary h4{text-align: center; font-weight: bold; font-size: 1.5rem;margin-top: -12px;}
    .checkoutpage .checkout .billing-order ul li .billing-details{max-width: 100%;padding: 30px 10px;}   
    .checkoutpage .checkout .billing-order ul li .billing-details .form .form-details .form-group.flex-column .two-column li .form-control{width: 95%;}
    .checkoutpage .checkout .billing-order ul li .billing-details .form .form-details .form-group .form-select{width: 100%;}
    .checkoutpage .checkout .billing-order ul li .billing-details .form .form-details .form-group.flex-column .two-column li:last-child .form-control{width: 100%;}
    .checkoutpage .checkout .billing-order ul li .billing-details .form .form-details .form-group.flex-column .two-column li{width: 100%;}
    .checkoutpage .checkout .billing-order ul li .billing-details .form .form-details .form-group.flex-column .two-column li:last-child{width: 100%;}
    .checkoutpage .checkout .billing-order ul li .order-summary .summary-details .apply-promo input{width: 100%;}
    /* Checkout Review Page */
    .checkoutReviewePage .checkout .billing-order ul li .order-summary{
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 99;
      transition: all 0.5s ease-in-out;
      height: 50px;
      margin-left: 0;
      max-width: 100%;
      border-top: 1px solid #E6E6E6;
    }
    .checkoutReviewePage .checkout .billing-order ul li .order-summary.open {height: 100vh; transition: all 0.5s ease-in-out;margin-left: 0;}
    .checkoutReviewePage .checkout .billing-order ul li .order-summary .summary-data .close{
        cursor: pointer;
        position: absolute;
        top: 1.6rem;
        right: 0;
        padding: 12px 16px;
        transform: translate(0%, -50%);
        font-size: 30px;
        display: none;
    }
    .checkoutReviewePage .checkout .billing-order ul li .checkout-summary h4{text-align: center; font-weight: bold; font-size: 1.5rem;margin-top: -12px;}
    .checkoutReviewePage .checkout .billing-order ul li .billing-details{max-width: 100%;padding: 30px 10px;}   
    .checkoutReviewePage .checkout .billing-order ul{display: inherit;}
    
     /* Carbon footerprint Summary Page Responsive */
     .footprintSummary .warpper .mainSection section.topSec .carbon-sequestered img{width: 100%;height: 130px;}
     .footprintSummary .warpper .mainSection section.topSec .carbon-sequestered h5{top: 76%;}
     .footprintSummary .warpper .mainSection section.bottomSec{width: auto; margin: 0 20px; min-height: auto; margin-bottom: 40px;}
     .footprintSummary .warpper .mainSection .middleSec .chartWrapper .totalSummary{width: 28.33%;position: absolute;right: 0;}
     .footprintSummary .warpper .mainSection .middleSec .chartWrapper .progressBars .bar-graph-one .bar-eleven::after{width: auto;}
     .footprintSummary .warpper .mainSection section.bottomSec .requestQuote .request1 ul{padding-left: 0;}
     .footprintSummary .warpper .mainSection section.bottomSec .requestQuote .request1{padding: 0 25px;}
     .footprintSummary .warpper .mainSection .middleSec .chartWrapper{flex-wrap: wrap;}
     .footprintSummary .warpper .mainSection .middleSec .chartWrapper .progressBars{width: 100%;padding-left: 0;} 
     .footprintSummary .warpper .mainSection .middleSec .chartWrapper .progressBars .bar-graph-one .bar::after{right: -65px;}
     .footprintSummary .warpper .mainSection .middleSec .chartWrapper .totalSummary ul{width: auto;}

     /* Calulate Crabon Output Page Responsive */
    .carbonOutput .mainSection .tabs-content .serviceSec ul li p{width: 100%;}
    .carbonOutput .mainSection .tabs-content .serviceSec ul li{height: auto;}
    .calculateCarbon .mainSection .resp-tabs-container .hotelTab .hotelContent form .hotelDetails li:nth-child(2){position: relative;top: -22px;}
    .hotelDetails {align-items: flex-start;}
    .calculateCarbon .mainSection .resp-tabs-container .hotelTab .hotelContent form .hotelDetails li:nth-child(5){width: 160px;margin-top: 0;}
    .calculateCarbon .mainSection .resp-tabs-container .hotelTab .hotelContent form .hotelDetails .addmoreSec ul li:nth-child(2){top: 0px;}
    .calculateCarbon .mainSection .resp-tabs-container .hotelTab .hotelContent form .hotelDetails .addmoreSec ul li:nth-child(3){width: 140px;}
    .calculateCarbon .mainSection .resp-tabs-container .hotelTab .hotelContent form .hotelDetails .addmoreSec ul.subSec{padding: 0; width: 500px;}
    .calculateCarbon .mainSection .resp-tabs-container .hotelTab .hotelContent form .hotelDetails{margin-bottom: 70px;}
    .calculateCarbon .mainSection .resp-tabs-container .hotelTab .hotelContent form .hotelDetails button.btn-delete{ bottom: -60px;}
    .calculateCarbon .mainSection .resp-tabs-container .extrasTab .extrasContent form ul li ul li{width: 152px !important;margin-right: 12px;}
    .membership_plan .card-data .col-md-3 {width: 33%;}
    .membership_plan .card-data .col-md-3 .card {width: 100%;}
    header.dark .navbar {height: 85px;}
    .myaccountPage .mainSection .resp-tabs-container .resp-tab-content.dashboard .topSec ul li {height: 200px;padding:15px 50px;}
    .resp-vtabs .resp-tab-content {margin-left: 0;}
    .calculateCarbon .mainSection .resp-tabs-container .hotelTab .hotelContent form .hotelDetails li:first-child {margin-top: -22px;}
    .calculateCarbon .mainSection .resp-tabs-container .hotelTab .hotelContent form .hotelDetails .hotelsDetailsCategory li:nth-child(2) {top:0;}
    .calculateCarbon .mainSection #horizontalTab {width: 70% !important;}
    .tourSummary {width: 400px;}
    .calculateCarbon .mainSection .resp-tabs-container .foodTab .foodContent form .foodDetailsRangeContentClass .foodDetails {justify-content: flex-start;}
    .calculateCarbon .mainSection .resp-tabs-container .resp-tab-content .tabs-content .tabsSection form ul li:nth-child(2) {margin-top: 0;}
    .calculateCarbon .mainSection .resp-tabs-container .resp-tab-content .tabs-content .tabsSection form ul li:nth-child(2) input {width: 200px;}
    .calculateCarbon .mainSection .resp-tabs-container .resp-tab-content .tabs-content .tabsSection form ul li:nth-child(2) label {width: 200px;}
    .calculateCarbon .mainSection .resp-tabs-container .resp-tab-content .tabs-content .tabsSection form .btn-delete {bottom: 10px;right:-10px;}
  }

@media screen and (max-width: 991px) {
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link {
      font-size: 18px;
    }
  
    .navbar-nav {
      margin: 0;
    }
  
    .navbar-light .navbar-brand {
      /* width: 100px; */
      position: absolute;
      z-index: 9;left:10px;
      top: 10px;
    }
  
    header.dark .navbar{padding: 0;height: 92px;}
    .navitem {
      position: absolute;
      right: 90px;
      top: 25px;
    }
  
    .navbar-nav .show>.nav-link,
    .navbar-nav a.nav-link.active {
      align-items: unset;
      justify-content: unset;
    }
  
    .navbar-expand-lg .navbar-nav {   
        align-items: unset;
        margin-top: 90px !important;
        padding-left: 20px;
        width: 100%;
        background: #2E8E71;
        height: 100vh;
        padding-right: 20px;
    }
  
    .navbar-collapse {
      position: fixed !important;
      left: 0;
      top: 0px;
      width: 100%;
      height: 100%;
      background-color: #fff;
      z-index: 2;
      transform: translateX(100%);
      transition: 0.5s;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }
  
    .navbar-collapse.active {
      transform: translateX(0%);
    }

    nav .menu {
        width: 30px;
        height: 22px;
        cursor: pointer;
        display: none;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        right: 30px;
        top: 29px;
        z-index: 9;
        transform: translateX(0);
      }
    
      nav .menu span {
        width: 100%;
        height: 2px;
        border-radius: 99px;
        background: #000;
        transition: 0.3s ease;
        transform-origin: left;
      }
    
      nav .menu.active span {
        background: #000;
      }
    
      nav .menu.active span:nth-child(1) {
        transform: rotate(44deg);
      }
    
      nav .menu span:nth-child(3) {
        transform-origin: left;
      }
    
      nav .menu.active span:nth-child(3) {
        transform: rotate(-43deg);
      }
    
      nav .menu.active span:nth-child(2) {
        transform: scale(0);
      }
    
      nav .menu {
        display: flex;
      }
      header.dark .navbar .navbar-collapse .navbar-nav{align-items: flex-start;}
      header.dark .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{
        color: #fff;
        font-size: 20px;
        padding: 20px 0;
      }
      header.dark .navbar .navbar-collapse .navbar-nav .top-contact{padding-top: 20px;margin-left: 0;}
      header.dark .navbar .navbar-collapse .navbar-nav .top-contact .btn.header-contact:hover{background-color: #fff;}
      .navbar .navbar-collapse .navbar-nav .nav-item{
        justify-content: left !important;
        border-bottom: 1px solid #ffff;
      }
      .navbar-nav .navActive::before {
        display: none;
      }
      .banner{height: 450px;}
      .banner figure{height: 450px;}
      .dark {height: 80px;}
      .navbar-light .navbar-brand img{width: 134px;}
      header.dark.fixed-header .navbar-light .navbar-brand img{width: 80%;}
      header .navActive::before{display: none;}
      header.dark .navbar .navbar-collapse .navbar-nav .nav-item{margin-right: 0; width: 100%;}
      header.dark .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.my-account img{filter: brightness(0) invert(1);}

      /* Footer Responsive */
      footer .footer_links{margin-bottom: 10px;}
      footer .footer_links .impact{flex-wrap: wrap;}

      /* Login Page Responsive */
      .loginpage .login .member-login ul li .login-data .login-page{padding: 20px 20px 54px;}
      
      /* Become member Responsive */
      .becomememberpage .become-member .corporate-individual ul li .info h2{font-size: 2rem}
      .becomememberpage .become-member .corporate-individual ul li .info{padding-left: 0;}
      .becomememberpage .become-member .corporate-individual ul li .member-data{padding: 23px 20px 46px;}
      .becomememberpage .become-member .corporate-individual ul li .member-data .corpind-page .form .form-details .form-group{width: 100%;}
      .becomememberpage .become-member .corporate-individual ul li .member-data .corpind-page .form .form-details .form-group.flex-column .two-column li .form-control{width: 240px;}
      .becomememberpage .become-member .corporate-individual ul li .member-data .corpind-page .form .form-details .form-group .form-select{width: 240px;}
      .becomememberpage .become-member .corporate-individual ul li .member-data .corpind-page .form .form-details .form-group.flex-column .two-column li .input-group .form-control{width: 155px;}
      .becomememberpage .become-member .corporate-individual ul li .member-data .corpind-page .form .form-details .form-group.flex-column .two-column li .input-group .input-group-text .form-select{width: 65px;padding: 0.375rem 1rem 0.375rem 0.2rem;}
      .becomememberpage .become-member .corporate-individual ul li .member-data .heading h2{font-size: 1.9rem;}
      .becomememberpage .become-member .corporate-individual ul li .member-data .corpind-page .form .form-details .form-group label small{margin-left: 2px;font-size: .7em;}
      .becomememberpage .become-member .corporate-individual ul li .member-data .corpind-page .form .form-details .form-group.flex-column .two-column li .input-group{width: 100%;}
      .becomememberpage .become-member .corporate-individual ul li .member-data .back{right: 20px;}

    /* Membership plan Responsive */
    .membershippage .plan .card-data .card{width: 100%;}
    .membershippage .plan .card-data .card .card-body{padding: 29px 20px 15px;}
    .membershippage .plan .card-data{height: 720px;}
    .membershippage .plan .card-data .card .card-body .btn-find-out{width: 140px; font-size: 15px;margin: 26px -7px;}
      
    /* Plan details Responsive */
    .plandetailspage .plan-details .membership-plan{width: 100%;}
    .plandetailspage .plan-details .membership-plan .text-details .plan-images li img{width: 100%;}
    .plandetailspage .it-work{margin: 0;width: auto;}
    .plandetailspage .it-work .itwork{padding: 1rem;}
    .plandetailspage .faq .faq-details{padding: 0 10px 40px;}
    .plandetailspage .it-work .itwork .work ul{flex-wrap: wrap;justify-content: unset;}
    .plandetailspage .it-work .itwork .work ul::after{content: none;}
    .plandetailspage .it-work .itwork .work ul li:nth-child(even){margin-top: 0;}
    .plandetailspage .it-work .itwork .work ul li p{padding: 0 1rem 1.5rem;margin-top: -76px;margin-left: 60px;width: 285px;}
    .plandetailspage .it-work .itwork .work ul li{margin-bottom: 40px;}
    .plandetailspage .it-work .itwork .work{margin-top: 30px;}
    
    /* Checkout Page Responsive */
    .checkoutpage .checkout .billing-order ul li .order-summary{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        transition: all 0.5s ease-in-out;
        height: 50px;
        margin-left: 0;
        max-width: 100%;
        border-top: 1px solid #E6E6E6;
    }
    .checkoutpage .checkout .billing-order ul li .order-summary.open{    height: 100vh; transition: all 0.5s ease-in-out;margin-left: 0;}
    .checkoutpage .checkout .billing-order ul li .order-summary .summary-data .close{
        cursor: pointer;
        position: absolute;
        top: 1.6rem;
        right: 0;
        padding: 12px 16px;
        transform: translate(0%, -50%);
        font-size: 30px;
        display: none;
    }
    .checkoutpage .checkout .billing-order ul li .checkout-summary h4{text-align: center; font-weight: bold; font-size: 1.5rem;margin-top: -12px;}
    .checkoutpage .checkout .billing-order ul li .billing-details{max-width: 100%;padding: 30px 10px;}   
    .checkoutpage .checkout .billing-order ul li .billing-details .form .form-details .form-group.flex-column .two-column li .form-control{width: 95%;}
    .checkoutpage .checkout .billing-order ul li .billing-details .form .form-details .form-group .form-select{width: 100%;}
    .checkoutpage .checkout .billing-order ul li .billing-details .form .form-details .form-group.flex-column .two-column li:last-child .form-control{width: 100%;}
    .checkoutpage .checkout .billing-order ul li .billing-details .form .form-details .form-group.flex-column .two-column li{width: 100%;}
    .checkoutpage .checkout .billing-order ul li .billing-details .form .form-details .form-group.flex-column .two-column li:last-child{width: 100%;}
    
    /* Checkout Review Page */
    .checkoutReviewePage .checkout .billing-order ul{display: inherit;}

    /* Payment Successful Page Reponsive */
    .paysucessage .paysuccess-details{margin-bottom: 40px;}

    /* Measure Tour Page Responsive */
    .measuretourpage .tour-details .form{width: 100%;}
    .measuretourpage .tour-details .form .form-details .form-group .form-select{width: 320px;}
    .measuretourpage .tour-details .form .form-details .form-group.flex-column .two-column li .form-control{width: 320px;}
    .measuretourpage .tour-details .form .form-details .form-group textarea.form-control{width: 100%;}
    .measuretourpage .tour-details{margin-bottom: 40px;}

    /* Thank You Page Responsive */
    .thankyou section.cardsWrapper a .cards{margin-bottom: 40px;}

    /* Carbon footerprint Summary Page Responsive */
    .footprintSummary .warpper .mainSection section.topSec .carbon-sequestered img{width: 100%;height: 130px;}
    .footprintSummary .warpper .mainSection section.topSec .carbon-sequestered h5{top: 76%;}
    .footprintSummary .warpper .mainSection section.bottomSec{width: auto; margin: 0; min-height: auto; margin-bottom: 40px;}
    .footprintSummary .warpper .mainSection .middleSec .chartWrapper .totalSummary ul{width: auto;}
    .footprintSummary .warpper .mainSection .middleSec .chartWrapper .progressBars .bar-graph-one .bar-eleven::after{width: auto;}
    .footprintSummary .warpper .mainSection section.bottomSec .requestQuote .request1 ul{padding-left: 0;}
    .footprintSummary .warpper .mainSection .middleSec .chartWrapper .totalSummary ul{width: auto;}

    /* Calulate Crabon Output Page Responsive */
    .carbonOutput .mainSection .tabs-content .serviceSec ul li p{width: 100%;}
    .carbonOutput .mainSection .tabs-content .serviceSec ul li{height: auto;}
    
    /* Calulate Carbon Input Page Responsive */
    .calculateCarbon .mainSection .resp-tabs-container .hotelTab .hotelContent form .addmoreSec li:last-child{width: 20px !important;}
    .calculateCarbon .mainSection .resp-tabs-container .hotelTab .hotelContent form .addmoreSec{ width: 390px;}
    .resp-arrow{margin-top: 12px;}
    .calculateCarbon .mainSection .resp-tabs-container .attractionTab .attractionContent .attractionDetails li:nth-child(3),
    .calculateCarbon .mainSection .resp-tabs-container .attractionTab .attractionContent .attractionDetails li:nth-child(4){width: 170px !important;margin-right: 10px;}
    .calculateCarbon .mainSection .resp-tabs-container .foodTab .foodContent .foodDetails li:nth-child(2){width: 130px !important;}
    .calculateCarbon .mainSection .resp-tabs-container .foodTab .foodContent .foodDetails .addFields ul li:first-child{width: 120px !important;}
    .calculateCarbon .mainSection .resp-tabs-container .foodTab .foodContent .toggleSec li:nth-child(1){ width: 120px !important;}
    .calculateCarbon .mainSection .resp-tabs-container .consumableTab .consumableContent form .consumableDetails li:nth-child(4){width: 120px !important;}
    .calculateCarbon .mainSection .resp-tabs-container .attractionTab .attractionContent .attractionDetails li:nth-child(3){width: 195px !important;}
    .custTooltip{left: 20px;}

    .navbar>.container {padding:0;}
    .loginpage .login .member-login ul li .login-data {width: 420px;margin-top: 70px;}
    .loginpage .login .member-login ul li .login-data .heading h2 {font-size: 1.5rem;}
    .loginpage .login .member-login ul li .login-data .login-page .form .login-form .t-member .become-member {letter-spacing: 0;font-size: 15px;padding:13px 8px;}
    .becomememberpage .become-member .corporate-individual ul li .member-data {width: 470px;margin-top: 60px;}
    .becomememberpage .become-member .corporate-individual ul li .member-data .corpind-page .form .form-details .checkbox .form-group {width: auto;}
    li.country-select .select2-container--default .select2-selection--single {width: 100px;}
    span#member_register_appUserInfo_userMobileNumber-error {left:224px}
    .myaccountPage .mainSection .resp-tabs-container .resp-tab-content.dashboard .topSec ul li {padding:15px 20px;height: 190px;}
    .myaccountPage .mainSection .resp-tabs-container .resp-tab-content.dashboard .topSec ul li:nth-child(2) {margin:0 20px;}
    .myaccountPage .mainSection .resp-tabs-container {width: 100%;margin-left: 0;}
    .resp-tab-content {padding:15px 6px;}
    h2.resp-accordion img {height: 30px;}
    .membership_plan .card-data .col-md-3 {width: 42%;}
    .resp-vtabs .resp-tab-content {margin-left: 0;}
    .myaccountPage .tableWrapper table tbody tr td:before {font-size: 14px;border-right: 1px solid #c5c5c5;padding-right: 10px;width: 250px;height: 28px;margin-right: 15px;}
    .footprintSummary .warpper .mainSection section.topSec .carbon-sequestered img.desktop-purpose {display: none;}
    .footprintSummary .warpper .mainSection section.topSec .carbon-sequestered img.tablet-purpose {display: block;}
    .footprintSummary .warpper .mainSection section.topSec .carbon-sequestered img.mobile-purpose {display: none;}
    .myaccountPage .tableWrapper table tbody tr td:last-child {text-align: left;}
    .myaccountPage .tableWrapper table tbody tr td {text-align: left;}
    .myaccountPage .tableWrapper table tbody tr td:last-child:before {height: 60px;}
    .membership_plan .card-data {padding-bottom: 50px;}
    .membershippage .plan .card-data .col-md-3 {width: 35%;}
    .tourSummary {
      background-color: #f4f9f8;
      border-top: 1px solid #e6e6e6;bottom: 0;height: 50px;left: 0;margin-left: 0;max-width: 100%;position: fixed;transition: all .5s ease-in-out;width: 100%;z-index: 99;}
    .calculateCarbon .mainSection #horizontalTab {width: 100% !important;}
    .calculateCarbon .mainSection .resp-tabs-container {width: 100% !important;margin-left: 0 !important;}
    .tourSummary .summary {border-radius: 0;padding:15px;}
    .tourSummary.open {height: 100vh;transition: all 0.5s ease-in-out;margin-left: 0;}
    .tourSummary.open a.close {display: inline !important;position: absolute;right: 1rem;font-size: 2rem;top:0;color: #000;z-index: 1;text-decoration: none;}
    .calculateCarbon .mainSection .resp-tabs-container .attractionTab .attractionContent .attractionDetails li:nth-child(3) select {width: 175px;}
    h2.resp-tab-active {background: #134636 !important;}
    h2.resp-accordion img {margin-right: 15px;}
    .hotelsDetailsCategory {margin-top: -26px;}
  } 

  @media only screen and (max-width: 820px) and (min-width: 768px){
    ul.resp-tabs-list {display: none;}
    .tourSummary {
      background-color: #f4f9f8;
      border-top: 1px solid #e6e6e6;bottom: 0;height: 50px;left: 0;margin-left: 0;max-width: 100%;position: fixed;transition: all .5s ease-in-out;width: 100%;z-index: 99;}
    .calculateCarbon .mainSection #horizontalTab {width: 100% !important;}
    .calculateCarbon .mainSection .resp-tabs-container {width: 100% !important;margin-left: 0 !important;}
    .tourSummary .summary {border-radius: 0;padding:15px;}
    .tourSummary.open {height: 100vh;transition: all 0.5s ease-in-out;margin-left: 0;}
    .tourSummary.open a.close {display: inline !important;position: absolute;right: 1rem;font-size: 2rem;top:0;color: #000;z-index: 1;text-decoration: none;}
    .resp-vtabs .resp-tab-content {margin-left: 0;}
    h2.resp-accordion img {height: 30px;}
    h2.resp-accordion {display: block !important;}
  }

@media screen and (min-width: 768px){
   
}

@media screen and (max-width: 767px) {
    .desktop-purpose{display: none !important;}
    .tab-purpose{display:block !important}
    /* .mobile-purpose{display: none !important;}  */
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link {
      font-size: 18px;
    }
  
    .navbar-nav {
      margin: 0;
    }
  
    .navbar-light .navbar-brand {
      /* width: 100px; */
      position: absolute;
      z-index: 9;
      top: 6px;
    }
  
    .navitem {
      position: absolute;
      right: 90px;
      top: 25px;
    }
  
    .navbar-nav .show>.nav-link,
    .navbar-nav a.nav-link.active {
      align-items: unset;
      justify-content: unset;
    }
  
    .navbar-expand-lg .navbar-nav {   
        align-items: unset;
        margin-top: 90px !important;
        padding-left: 20px;
        width: 100%;
        background: #2E8E71;
        height: 100vh;
        padding-right: 20px;
    }
  
    .navbar-collapse {
      position: fixed;
      left: 0;
      top: 0px;
      width: 100%;
      height: 100%;
      background-color: #fff;
      z-index: 2;
      transform: translateX(100%);
      transition: 0.5s;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }
  
    .navbar-collapse.active {
      transform: translateX(0%);
    }

    nav .menu {
        width: 30px;
        height: 22px;
        cursor: pointer;
        display: none;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        right: 15px;
        top: 29px;
        z-index: 9;
        transform: translateX(0);
      }
    
      nav .menu span {
        width: 100%;
        height: 2px;
        border-radius: 99px;
        background: #000;
        transition: 0.3s ease;
        transform-origin: left;
      }
    
      nav .menu.active span {
        background: #000;
      }
    
      nav .menu.active span:nth-child(1) {
        transform: rotate(44deg);
      }
    
      nav .menu span:nth-child(3) {
        transform-origin: left;
      }
    
      nav .menu.active span:nth-child(3) {
        transform: rotate(-43deg);
      }
    
      nav .menu.active span:nth-child(2) {
        transform: scale(0);
      }
    
      nav .menu {
        display: flex;
        top: 24px;
      }

     .navbar .navbar-collapse .navbar-nav .nav-item{
        justify-content: left !important;
        border-bottom: 1px solid #ffff;
      }
      .navbar-nav .navActive::before {
        display: none;
      }
      .banner{height: 300px;}
      .banner figure{height: 300px;}
      .navbar-light .navbar-brand img{width: 120px;}
      header.dark .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.my-account img{filter: brightness(0) invert(1);}
      header.dark.fixedHeader .navbar-light .navbar-brand img{width: 100px;}
      header.dark .navbar .navbar-collapse .navbar-nav .nav-item .nav-link .fa-angle-down{right: 0;}
      .dark {height: 70px;}
      .dark.fixedHeader .navbar{height: 70px;}
      /* Heder after Login responsive */
      .afterLogin header.dark .navbar .navbar-collapse .navbar-nav .nav-item.after-login .dropdown{width: 100%;}



      /* Login Page Responsive */
      .loginpage .login .member-login ul{flex-wrap: wrap;}
      .loginpage .login .member-login ul li .info{padding-top: 40px;}
      .loginpage .login .member-login ul li .info h2{font-size: 2.3rem;}
      .loginpage .login{height: 100%;margin-bottom: -17px;}
      .loginpage .login .member-login ul{padding-left: 0;}
      .loginpage .login .member-login ul li .info{padding-left: 0;}
      .loginpage .login .member-login ul li .info h2{font-size: 1.7rem}
      .loginpage .login .member-login ul li .login-data .heading h2{font-size: 1.9rem;}
      .loginpage .login .member-login ul li .login-data .login-page{padding: 20px 20px 54px;}
      .loginpage .login .member-login ul li .login-data .login-page .form .login-form .sign-pwd-link{padding-bottom: 30px;}
      .loginpage .login .member-login ul li .login-data .login-page .form .login-form .t-member{margin-top: 20px;}
      .loginpage .login .member-login ul li .login-data .login-page .form .login-form .t-member p{font-size: 19px;margin-right: 22px;}
      .loginpage .login .member-login ul li .login-data .login-page .form .login-form .form-group{width: 100%;}
      .loginpage .login .member-login ul li .login-data{margin-top: 0;margin-bottom: 20px;}
      .loginpage .login .member-login ul li .login-data .login-page .form .login-form .t-member .become-member{ width: 225px;padding: 13px 0px;font-size: 15px;}
      .loginpage .login .member-login ul li .login-data .login-page .form .login-form .t-member p{margin-right: 0;font-size: 14px;}
      .loginpage .login .member-login ul li .login-data .login-page .form .login-form .sign-pwd-link .sign-in{width: 160px;}
      
      /* Become Member Responsive */
      .becomememberpage .become-member .corporate-individual ul{flex-wrap: wrap;}
      .becomememberpage .become-member .corporate-individual ul li .member-data .corpind-page .form .form-details .form-group{width: 100%;}
      .becomememberpage .become-member{height: 100%;margin-bottom: -17px;}
      .becomememberpage .become-member .corporate-individual ul li .info{padding-top: 40px;}
      .becomememberpage .become-member .corporate-individual ul li .member-data .heading h2{font-size: 1.5rem;}
      .becomememberpage .become-member .corporate-individual ul li .member-data .back{right: 20px;}
      .becomememberpage .become-member .corporate-individual ul li .member-data{height: 97%;padding: 23px 20px 0;}
      .becomememberpage .become-member .corporate-individual ul li .member-data .corpind-page .form .form-details .form-group.flex-column .two-column li .form-control{width: 100%;}
      .becomememberpage .become-member .corporate-individual ul li .member-data .corpind-page .form .form-details .form-group .form-select{width: 100%;}
      .becomememberpage .become-member .corporate-individual ul li .member-data .corpind-page .form .form-details .form-group.flex-column .two-column li .input-group{width: 100%;}
      .becomememberpage .become-member .corporate-individual ul li .member-data{margin-top: 0;margin-bottom: 50px;}
      .becomememberpage .become-member .corporate-individual ul li .member-data .corpind-page .form .form-details .form-group .showimgpwd{top:129px; right: 19px;}
      .becomememberpage .become-member .corporate-individual ul li .member-data .corpind-page .form .form-details .form-group.flex-column .two-column li:first-child{margin-bottom: 10px;}
      .becomememberpage .become-member .corporate-individual ul li .member-data .corpind-page .form .form-details .form-group label small{font-size: 0.75rem;}
      .becomememberpage .become-member .corporate-individual ul li .member-data .corpind-page .form .form-details .form-group.flex-column .two-column li{width: 100%;}
      .becomememberpage .become-member .corporate-individual ul li .member-data .corpind-page .form .make-info .checkbox .styled-checkbox + label a{margin-left: 2rem;}
      /* Membership Plan Responsive */
      .membershippage .membership{height: 360px;}
      .membershippage .membership .plan-heading h6{font-size: 1.4rem;}
      .membershippage .plan .card-data{padding-bottom: 40px;}
      .membershippage .plan .card-data{height: 100%;}
      .membershippage .plan .card-data .card{margin-bottom: 30px;}
      .membershippage .plan .card-data .card .card-body .btn-find-out{margin: 26px auto 0;}

      /* Plan Details Responsive */
      .plandetailspage .faq .faq-details{padding: 0 10px 40px;}
      .plandetailspage .plan-info{height: 270px;}
      .plandetailspage .plan-details{margin-bottom: 1rem;}
      .plandetailspage .plan-details .membership-plan .card ul{justify-content: space-between;flex-wrap: wrap;}
      .plandetailspage .plan-details .membership-plan .card ul li.right-arrow::before{left: 37%;}
      .plandetailspage .plan-details .membership-plan .card{height: 100%;padding-bottom: 15px;}
      .plandetailspage .btn-process-checkout{margin-top: 26px;margin-left: 25px;}
      .plandetailspage .it-work .itwork .work ul li:first-child::before{content: '';position: absolute;border-left: 2px dotted #15BBDB;height: 100px;top: 10%;left: 28px;}
      .plandetailspage .it-work .itwork .work ul li:nth-child(2):before{content: '';position: absolute;border-left: 2px dotted #15BBDB;height: 100px;top: 38%;left: 28px;}
      .plandetailspage .it-work .itwork .work ul li:nth-child(3)::before{content: '';position: absolute;border-left: 2px dotted #15BBDB;height: 100px;top: 60%;left: 28px;}
      .plandetailspage .it-work .itwork .work ul li p{width: 265px;}
      .plandetailspage .plan-details .membership-plan .text-details{margin-bottom: 15px;}
      .plandetailspage .faq .faq-details .faq-btn .btn-process-checkout{margin-left: 0;margin-top: 0;}
      .plandetailspage .plan-details .membership-plan .card{margin-bottom: 20px;}

      /* Checkout Page Responsive */
      .checkoutpage .checkout .billing-order ul li .billing-details .form .form-details .form-group.flex-column .two-column li .form-control{width: 100%;}
      .checkoutpage .checkout .billing-order ul li .billing-details .form .form-details .form-group .form-select{width: 100%;}
      .checkoutpage .checkout .billing-order ul li .billing-details .form .form-details .form-group .form-control{width: 100%;}
      .checkoutpage .checkout .billing-order ul{flex-wrap: wrap;}
      .checkoutpage .checkout .billing-order ul li{width: 100%;}
      .checkoutpage .checkout h2{padding: 20px 0;}
      .checkoutpage .checkout .billing-order{padding-bottom: 40px;}
      .checkoutpage .checkout .billing-order ul li .order-summary{border-radius: 0;}
      .checkoutpage .checkout .billing-order ul li .checkout-summary h4{font-size: 1.2rem;}
      .checkoutpage .checkout .billing-order ul li .billing-details .form .form-details .form-group{margin-bottom: 10px;}
      .checkoutpage .checkout .billing-order ul li .billing-details .form .form-details .form-group.flex-column .two-column li{margin-bottom: 10px;}
      .checkoutpage .checkout .billing-order ul li .billing-details .personal-data{margin: 10px 0;}
      .checkoutpage footer{padding-bottom: 60px;}
      .checkoutpage .checkout .billing-order ul li .order-summary .summary-details .apply-promo .code-btn{top: 0;right: -5px;}

      /* Checkout RFeview Page Responsive */
      .checkoutReviewePage .checkout .billing-order ul{flex-wrap: wrap;}
      .checkoutReviewePage .checkout .billing-order ul li{width: 100%;}
      .checkoutReviewePage .checkout h2{padding: 20px 0;}
      .checkoutReviewePage .checkout .billing-order{padding-bottom: 40px;}
      .checkoutReviewePage .checkout .billing-order ul li .order-summary{border-radius: 0;}
      .checkoutReviewePage .checkout .billing-order ul li .checkout-summary h4{font-size: 1.2rem;}
      .checkoutReviewePage .checkout .billing-order ul li .billing-details .review-info .two-column ul li{margin-right: 0;}
  
      /* Payment Successful Page Responsive */
      .paysucessage .paysuccess-details .payment-details{width: 100%;}
      .paysucessage .payment-sucess .payment-heading{margin-top: 40px;}
      .paysucessage .paysuccess-details .payment-details ul li .plan-summary{width: 350px;padding: 22px 20px;}
      .paysucessage .paysuccess-details .payment-details ul li .transaction-details{padding: 41px 20px 30px;}
      .paysucessage .paysuccess-details .payment-details ul{display: inline-block;}
      .paysucessage .paysuccess-details{margin-bottom: 40px;}
      .paysucessage .payment-sucess .payment-heading h4{margin-top: 10px;}
      .paysucessage .payment-sucess .payment-heading h6{margin-top: 10px;font-size: 1.3rem;}
      .paysucessage .paysuccess-details .payment-details ul li .transaction-details p{margin-bottom: 20px;}

      /* Measure Tour Page Responsive */
      .measuretourpage .tour-details{margin-bottom: 40px;}
      .measuretourpage .measuretour-info .tour-heading{padding-top: 40px;}
      .measuretourpage .tour-details .form{margin-top: -226px;}
      .measuretourpage .measuretour-info .tour-heading h6{font-size: 1.3rem;}
      .measuretourpage .tour-details .form .form-details .form-group.flex-column .two-column{flex-wrap: wrap;}
      .measuretourpage .tour-details .form .form-details .form-group.flex-column .two-column li{width: 100%;}
      .measuretourpage .tour-details .form .form-details .form-group.flex-column .two-column li .form-control{width: 100%;}
      .measuretourpage .tour-details .form .form-details .form-group .form-select{width: 100%;}
      .measuretourpage .tour-details .form .form-details .form-group.flex-column .two-column li:first-child{margin-bottom: 10px;}

      /* carbon Output Reponsive Page */
      .carbonOutput .mainSection .tabs-content{margin: 0;padding: 5px 5px;}
      .carbonOutput .headerSec h5{font-size: 1.6rem;padding-top: 40px;}
      .carbonOutput .headerSec h6{font-size: 1.5rem;}
      .carbonOutput .headerSec h6 a img{filter: brightness(0) invert(1);}
      .carbonOutput .mainSection .tabs li{width: 148px;padding: 10px 7px;font-size: 15px;}
      .carbonOutput .mainSection .tabs-content .serviceSec ul{flex-wrap: wrap;justify-content: flex-start;}
      .carbonOutput .mainSection .tabs{margin: 14px;top: -41px;left: 49%;}
      .carbonOutput .headerSec p{font-size: 1.2rem;margin-top: 5px;line-height: 35px;}
      .carbonOutput .mainSection .tabs-content .editSummaryBtn{flex-wrap: wrap;}
      .carbonOutput .mainSection .tabs-content .editSummaryBtn button:last-child{width: 100%;margin-left: 0;padding: 0 12px; margin-top: 15px;}
      .carbonOutput .mainSection .tabs-content .serviceSec ul li{width: 45%;margin-bottom: 10px;}
      .carbonOutput .mainSection .tabs-content .serviceSec ul li:first-child{margin-left: 7.5px;}
      .carbonOutput .mainSection .tabs-content .serviceSec ul li:last-child{margin-right: 7.5px;width: 100%;}
      .carbonOutput .mainSection .tabs-content .serviceSec ul li p{margin-bottom: 5px;}
      .carbonOutput .headerSec p span{display: inline-block;}
      .carbonOutput .mainSection .tabs-content .tabSection .tableWrapper table tbody tr td p{font-size: 10px;}


      /* Thank You Page Responsive */
      .thankyou section.cardsWrapper{margin-top: 90px;}
      .thankyou section.cardsWrapper a .cards{margin-bottom: 40px;}
      .thankyou .topSec .content{margin-top: 0;}
      .thankyou .topSec .content p{font-size: 1.4rem;}
      .thankyou .topSec .billQuote{margin-top: 20px;width: 100%;padding: 20px;}
      .thankyou .topSec .billQuote ul{flex-wrap: wrap;justify-content: center;}
      .thankyou .topSec .billQuote .backtoback{padding: 12px 14px;top: 140%;}

      /* Carbon Footeprint summary Reposnive Page */
      .footprintSummary .warpper .mainSection section.topSec h1{padding-top: 40px;font-size: 1.8rem;}
      .footprintSummary .warpper .mainSection section.topSec p{font-size: 1.3rem;}
      .footprintSummary .warpper .mainSection section.topSec p.heading-p{margin-bottom: 20px;}
      .footprintSummary .warpper .mainSection .middleSec .chartWrapper{flex-wrap: wrap;}
      .footprintSummary .warpper .mainSection .middleSec .chartWrapper .totalSummary ul{width: 356px;height: auto;margin-top: 20px;}
      .footprintSummary .warpper .mainSection .middleSec .chartWrapper .progressBars{padding-left: 0;}
      .footprintSummary .warpper .mainSection .middleSec .chartWrapper{padding: 40px 20px 10px 0;}
      .footprintSummary .warpper .mainSection .middleSec .chartWrapper .totalSummary ul li{width: 160px;}
      .footprintSummary .warpper .mainSection section.topSec ul li img{width: 40px;height: 40px;}
      .footprintSummary .warpper .mainSection section.topSec ul li p{font-size: 1rem;}
      .footprintSummary .warpper .mainSection section.topSec ul li span{font-size: 1.5rem;}
      .footprintSummary .warpper .mainSection section.topSec .carbon-sequestered{margin-top: 40px;}
      .footprintSummary .warpper .mainSection section.topSec .carbon-sequestered p, .footprintSummary .warpper .mainSection section.topSec .carbon-sequestered h5{width: 100%;text-align: center;}
      .footprintSummary .warpper .mainSection section.bottomSec h6{margin-top: 10px;}
      .footprintSummary .warpper .mainSection section.bottomSec .requestQuote .request1 ul{padding-left: 0;flex-wrap: wrap;}  
      .footprintSummary .warpper .mainSection section.bottomSec .requestQuote .request1{padding: 20px;height: auto;}
      .footprintSummary .warpper .mainSection section.bottomSec .requestQuote .request1 ul li button{padding: 12px;}
      .footprintSummary .warpper .mainSection .middleSec .chartWrapper .progressBars .bar-graph-one .bar-thirteen::after{width: 50%;}
      .footprintSummary .warpper .mainSection .middleSec .chartWrapper .totalSummary{position: relative;} 
      .footprintSummary .warpper .mainSection section.bottomSec .requestQuote .request1 ul li .button{padding: 12px 20px;}
      .footprintSummary .warpper .mainSection .middleSec .chartWrapper .progressBars .bar-graph-one .bar::after{right: -80px;}
      
      /* Footer Responsive CSS */
      footer .footer_links{margin-bottom: 5px;}
      footer .footer_links h6.about-us{margin-top: 20px;margin-bottom: 0;}
      footer .footer_links h6.connect-us{margin-top: 0; margin-bottom: 0;border-top: 1px solid #c0c0c0;padding-top: 10px;}
      footer .footer_links h6.our-impact{margin-top: 10px; margin-bottom: 0;border-top: 1px solid #c0c0c0;padding-top: 10px;}
      footer .footer_links .f-news{margin-left: 0;}
      footer .footer_links .emails{margin-top: 0;text-align: left;}
      footer .footer-bottom ul{justify-content: center; flex-wrap: wrap;}
      footer .footer-bottom ul.social-info{display: flex;justify-content: space-between;}
      footer .footer-bottom ul li .policy{flex-wrap: wrap;margin-bottom: 5px;}
      footer .footer-bottom .footer-para{text-align: center;margin-bottom: 5px;}
      footer .footer_links .impact li ul li img{width: 50%;}
      footer .footer_links .impact li img{height: 83px;max-width: 83px;}
      footer .footer-bottom ul li .policy li{margin-right: 10px;}
      footer .footer-bottom ul li .policy li:last-child{margin-right: 0;}
      footer .footer-bottom ul li .social li{margin-right: 10px;}
      footer .footer-bottom ul li .social li:last-child{margin-right: 0;}
      footer .footer-bottom ul li .social{margin-bottom: 5px;}
      footer .footer_links .impact{flex-wrap: nowrap;margin-bottom: 5px;}
      footer .copyright .text-center{padding-bottom: 15px;padding-top: 10px;}
      footer .footer_links p{margin-bottom: 10px;}
      footer .footer-bottom{border-top: 1px solid #c0c0c0;padding-top: 10px;margin-bottom: 10px;}
      footer .copyright{border-top: 1px solid #c0c0c0;}
}

@media screen and (max-width: 599px) {
    .calculateCarbon .mainSection{top: -158px;padding: 0;}
    .calculateCarbon .mainSection .resp-tabs-container h5{font-size: 1.5rem;}
    .calculateCarbon .mainSection .resp-tabs-container .resp-tab-content .tabs li {font-size: 14px;text-align: left;justify-content: flex-start;color: #FFF;width: 100%;display: none;}
    .calculateCarbon .mainSection .resp-tabs-container .resp-tab-content .tabs-content .tabsSection form ul li, 
    .calculateCarbon .mainSection .resp-tabs-container .resp-tab-content .tabs-content .tabsSection form ul li:first-child select,
    .calculateCarbon .mainSection .resp-tabs-container .resp-tab-content .tabs-content .tabsSection form ul li:nth-child(2) input,
    .calculateCarbon .mainSection .resp-tabs-container .resp-tab-content .tabs-content .tabsSection form ul li:nth-child(3) input,
    .calculateCarbon .mainSection .resp-tabs-container .resp-tab-content .tabs-content .tabsSection form ul li:nth-child(4) input,
    .calculateCarbon .mainSection .resp-tabs-container .resp-tab-content .tabs-content .tabsSection form ul li select{width: 100%;}
    .calculateCarbon .mainSection .resp-tabs-container .resp-tab-content .tabs-content .tabsSection form ul li:nth-child(5){    width: 48%;}
    .calculateCarbon .mainSection .resp-tabs-container .resp-tab-content .tabs-content .tabsSection form ul li:nth-child(6){    width: 37%;}
    .calculateCarbon .mainSection .resp-tabs-container .resp-tab-content .tabs-content .tabsSection form ul li:nth-child(2) label{margin-top: 14px;}
    .calculateCarbon .mainSection .resp-tabs-container .resp-tab-content .tabs-content .tabsSection form ul .btn-delete .fa-trash{font-size: 20px;transform: translateY(170%);}
    .airTravel .airTravelDetails:nth-child(2){margin-top: 10px;}
    .calculateCarbon .mainSection .resp-tabs-container .resp-tab-content .tabs-content .tabsSection form ul{    margin-bottom: 40px;}
    .calculateCarbon .wrapper .headerSec p{ font-size: 1.2rem;line-height: 2;margin-top: 15px;display: block;margin-bottom: 0.5rem;}
    .calculateCarbon .wrapper .headerSec h5{font-size: 2rem;padding-top: 20px;}
    .calculateCarbon .mainSection .resp-tabs-container .hotelTab .hotelContent form .hotelDetails li, .calculateCarbon .mainSection .resp-tabs-container .hotelTab .hotelContent form .attractionDetails li, .calculateCarbon .mainSection .resp-tabs-container .hotelTab .hotelContent form .foodDetails li, .calculateCarbon .mainSection .resp-tabs-container .hotelTab .hotelContent form .toggleSec li, .calculateCarbon .mainSection .resp-tabs-container .hotelTab .hotelContent form .consumableDetails li, .calculateCarbon .mainSection .resp-tabs-container .hotelTab .attractionContent form .hotelDetails li, .calculateCarbon .mainSection .resp-tabs-container .hotelTab .attractionContent form .attractionDetails li, .calculateCarbon .mainSection .resp-tabs-container .hotelTab .attractionContent form .foodDetails li, .calculateCarbon .mainSection .resp-tabs-container .hotelTab .attractionContent form .toggleSec li, .calculateCarbon .mainSection .resp-tabs-container .hotelTab .attractionContent form .consumableDetails li, .calculateCarbon .mainSection .resp-tabs-container .hotelTab .foodContent form .hotelDetails li, .calculateCarbon .mainSection .resp-tabs-container .hotelTab .foodContent form .attractionDetails li, .calculateCarbon .mainSection .resp-tabs-container .hotelTab .foodContent form .foodDetails li, .calculateCarbon .mainSection .resp-tabs-container .hotelTab .foodContent form .toggleSec li, .calculateCarbon .mainSection .resp-tabs-container .hotelTab .foodContent form .consumableDetails li, .calculateCarbon .mainSection .resp-tabs-container .hotelTab .consumableContent form .hotelDetails li, .calculateCarbon .mainSection .resp-tabs-container .hotelTab .consumableContent form .attractionDetails li, .calculateCarbon .mainSection .resp-tabs-container .hotelTab .consumableContent form .foodDetails li, .calculateCarbon .mainSection .resp-tabs-container .hotelTab .consumableContent form .toggleSec li, .calculateCarbon .mainSection .resp-tabs-container .hotelTab .consumableContent form .consumableDetails li, .calculateCarbon .mainSection .resp-tabs-container .attractionTab .hotelContent form .hotelDetails li, .calculateCarbon .mainSection .resp-tabs-container .attractionTab .hotelContent form .attractionDetails li, .calculateCarbon .mainSection .resp-tabs-container .attractionTab .hotelContent form .foodDetails li, .calculateCarbon .mainSection .resp-tabs-container .attractionTab .hotelContent form .toggleSec li, .calculateCarbon .mainSection .resp-tabs-container .attractionTab .hotelContent form .consumableDetails li, .calculateCarbon .mainSection .resp-tabs-container .attractionTab .attractionContent form .hotelDetails li, .calculateCarbon .mainSection .resp-tabs-container .attractionTab .attractionContent form .attractionDetails li, .calculateCarbon .mainSection .resp-tabs-container .attractionTab .attractionContent form .foodDetails li, .calculateCarbon .mainSection .resp-tabs-container .attractionTab .attractionContent form .toggleSec li, .calculateCarbon .mainSection .resp-tabs-container .attractionTab .attractionContent form .consumableDetails li, .calculateCarbon .mainSection .resp-tabs-container .attractionTab .foodContent form .hotelDetails li, .calculateCarbon .mainSection .resp-tabs-container .attractionTab .foodContent form .attractionDetails li, .calculateCarbon .mainSection .resp-tabs-container .attractionTab .foodContent form .foodDetails li, .calculateCarbon .mainSection .resp-tabs-container .attractionTab .foodContent form .toggleSec li, .calculateCarbon .mainSection .resp-tabs-container .attractionTab .foodContent form .consumableDetails li, .calculateCarbon .mainSection .resp-tabs-container .attractionTab .consumableContent form .hotelDetails li, .calculateCarbon .mainSection .resp-tabs-container .attractionTab .consumableContent form .attractionDetails li, .calculateCarbon .mainSection .resp-tabs-container .attractionTab .consumableContent form .foodDetails li, .calculateCarbon .mainSection .resp-tabs-container .attractionTab .consumableContent form .toggleSec li, .calculateCarbon .mainSection .resp-tabs-container .attractionTab .consumableContent form .consumableDetails li, .calculateCarbon .mainSection .resp-tabs-container .foodTab .hotelContent form .hotelDetails li, .calculateCarbon .mainSection .resp-tabs-container .foodTab .hotelContent form .attractionDetails li, .calculateCarbon .mainSection .resp-tabs-container .foodTab .hotelContent form .foodDetails li, .calculateCarbon .mainSection .resp-tabs-container .foodTab .hotelContent form .toggleSec li, .calculateCarbon .mainSection .resp-tabs-container .foodTab .hotelContent form .consumableDetails li, .calculateCarbon .mainSection .resp-tabs-container .foodTab .attractionContent form .hotelDetails li, .calculateCarbon .mainSection .resp-tabs-container .foodTab .attractionContent form .attractionDetails li, .calculateCarbon .mainSection .resp-tabs-container .foodTab .attractionContent form .foodDetails li, .calculateCarbon .mainSection .resp-tabs-container .foodTab .attractionContent form .toggleSec li, .calculateCarbon .mainSection .resp-tabs-container .foodTab .attractionContent form .consumableDetails li, .calculateCarbon .mainSection .resp-tabs-container .foodTab .foodContent form .hotelDetails li, .calculateCarbon .mainSection .resp-tabs-container .foodTab .foodContent form .attractionDetails li, .calculateCarbon .mainSection .resp-tabs-container .foodTab .foodContent form .foodDetails li, .calculateCarbon .mainSection .resp-tabs-container .foodTab .foodContent form .toggleSec li, .calculateCarbon .mainSection .resp-tabs-container .foodTab .foodContent form .consumableDetails li, .calculateCarbon .mainSection .resp-tabs-container .foodTab .consumableContent form .hotelDetails li, .calculateCarbon .mainSection .resp-tabs-container .foodTab .consumableContent form .attractionDetails li, .calculateCarbon .mainSection .resp-tabs-container .foodTab .consumableContent form .foodDetails li, .calculateCarbon .mainSection .resp-tabs-container .foodTab .consumableContent form .toggleSec li, .calculateCarbon .mainSection .resp-tabs-container .foodTab .consumableContent form .consumableDetails li, .calculateCarbon .mainSection .resp-tabs-container .consumableTab .hotelContent form .hotelDetails li, .calculateCarbon .mainSection .resp-tabs-container .consumableTab .hotelContent form .attractionDetails li, .calculateCarbon .mainSection .resp-tabs-container .consumableTab .hotelContent form .foodDetails li, .calculateCarbon .mainSection .resp-tabs-container .consumableTab .hotelContent form .toggleSec li, .calculateCarbon .mainSection .resp-tabs-container .consumableTab .hotelContent form .consumableDetails li, .calculateCarbon .mainSection .resp-tabs-container .consumableTab .attractionContent form .hotelDetails li, .calculateCarbon .mainSection .resp-tabs-container .consumableTab .attractionContent form .attractionDetails li, .calculateCarbon .mainSection .resp-tabs-container .consumableTab .attractionContent form .foodDetails li, .calculateCarbon .mainSection .resp-tabs-container .consumableTab .attractionContent form .toggleSec li, .calculateCarbon .mainSection .resp-tabs-container .consumableTab .attractionContent form .consumableDetails li, .calculateCarbon .mainSection .resp-tabs-container .consumableTab .foodContent form .hotelDetails li, .calculateCarbon .mainSection .resp-tabs-container .consumableTab .foodContent form .attractionDetails li, .calculateCarbon .mainSection .resp-tabs-container .consumableTab .foodContent form .foodDetails li, .calculateCarbon .mainSection .resp-tabs-container .consumableTab .foodContent form .toggleSec li, .calculateCarbon .mainSection .resp-tabs-container .consumableTab .foodContent form .consumableDetails li, .calculateCarbon .mainSection .resp-tabs-container .consumableTab .consumableContent form .hotelDetails li, .calculateCarbon .mainSection .resp-tabs-container .consumableTab .consumableContent form .attractionDetails li, .calculateCarbon .mainSection .resp-tabs-container .consumableTab .consumableContent form .foodDetails li, .calculateCarbon .mainSection .resp-tabs-container .consumableTab .consumableContent form .toggleSec li, .calculateCarbon .mainSection .resp-tabs-container .consumableTab .consumableContent form .consumableDetails li, 
    .calculateCarbon .mainSection .resp-tabs-container .hotelTab .hotelContent form .hotelDetails li:nth-child(3),.calculateCarbon .mainSection .resp-tabs-container .hotelTab .hotelContent form .hotelDetails li:nth-child(5){width: 100% !important; margin-right: 0;}
    .calculateCarbon .mainSection .resp-tabs-container .hotelTab .hotelContent form .hotelDetails li:nth-child(6){  width: 45%; margin-right: 30px;}
    .calculateCarbon .mainSection .resp-tabs-container .hotelTab .hotelContent form .hotelDetails li:nth-child(7){width: 40%;   }
    .calculateCarbon .mainSection .resp-tabs-container .attractionTab .attractionContent form .attractionDetails li:nth-child(3),
    .calculateCarbon .mainSection .resp-tabs-container .attractionTab .attractionContent form .attractionDetails li:nth-child(4){width: 100% !important;margin: 0;}
    .calculateCarbon .mainSection .resp-tabs-container .foodTab .foodContent .foodDetails li:nth-child(2), .calculateCarbon .mainSection .resp-tabs-container .foodTab .foodContent .foodDetails li:nth-child(3){width: 100% !important;}
    .calculateCarbon .mainSection .resp-tabs-container .foodTab .foodContent .foodDetails li:nth-child(5){width: 100% !important;justify-content: end;align-items: flex-end;    margin-top: 10px;}
    .calculateCarbon .mainSection .resp-tabs-container .foodTab .foodContent .toggleSec li:nth-child(1){width: 100% !important;margin-bottom: 14px;}
    .calculateCarbon .mainSection .resp-tabs-container .foodTab .foodContent .toggleSec li:nth-child(2){width: 100% !important;}
    .calculateCarbon .mainSection .resp-tabs-container .foodTab .foodContent form .toggleSec li:nth-child(3){justify-content: end; align-items: self-end;margin-top: 10px;}
    .calculateCarbon .mainSection .resp-tabs-container .hotelTab .hotelContent form .addmoreSec li:nth-child(2),
    .calculateCarbon .mainSection .resp-tabs-container .hotelTab .hotelContent form .addmoreSec li:nth-child(3){margin-right: 10px;}
    .calculateCarbon .mainSection .resp-tabs-container .foodTab .foodContent .foodDetails li:first-child{width: 100% !important;}
    .custdropdown label.dropdown-label{width: 100%;}
    .custdropdown{width: 100%;}
    .calculateCarbon .mainSection .resp-tabs-container .foodTab .foodContent .foodDetails .addFields ul li:first-child{    margin-right: 10px;}
    .calculateCarbon .mainSection .resp-tabs-container .foodTab .foodContent .foodDetails li:nth-child(5){width: 20px !important;}
    .calculateCarbon .mainSection .resp-tabs-container .foodTab .foodContent .toggleSec li:nth-child(1){ width: 120px !important;margin-bottom: 0;margin-right: 10px;}
    .calculateCarbon .mainSection .resp-tabs-container .foodTab .foodContent form .toggleSec li:nth-child(3){ justify-content: end;align-items: start;margin-top: 10px;}
    .calculateCarbon .mainSection .resp-tabs-container .foodTab .foodContent .toggleSec li:nth-child(2) {width: 90px !important;}
    .calculateCarbon .mainSection .resp-tabs-container .extrasTab .extrasContent,
    .calculateCarbon .mainSection .resp-tabs-container .extrasTab .extrasContent form ul{padding: 0;}
    .calculateCarbon .mainSection .resp-tabs-container .extrasTab .extrasContent form ul li:nth-child(1) input{width: 100%;}
    .calculateCarbon .mainSection .resp-tabs-container .extrasTab .extrasContent form ul li ul{    flex-direction: column;}
    .calculateCarbon .mainSection .resp-tabs-container .extrasTab .extrasContent form ul li ul li{width: 100% !important;}
    .calculateCarbon .mainSection .resp-tabs-container .extrasTab .extrasContent form ul li ul li:nth-child(1) input{width: 100% !important;}
    .calculateCarbon .mainSection .resp-tabs-container .extrasTab .extrasContent form ul li ul{ align-items: baseline;margin-top: 15px;}
    .calculateCarbon .mainSection .resp-tabs-container .consumableTab .consumableContent form .consumableDetails li:nth-child(4){width: 100% !important;}
    .calculateCarbon .mainSection .resp-tabs-container .consumableTab .consumableContent form .consumableDetails li{margin-right: 0 !important;}
    .calculateCarbon .mainSection .resp-tabs-container .extrasTab .extrasContent form ul li:nth-child(3) ul li input,
    .calculateCarbon .mainSection .resp-tabs-container .extrasTab .extrasContent form ul li:nth-child(3) ul li{    width: 100% !important;}
    .calculateCarbon .mainSection .resp-tabs-container .extrasTab .extrasContent form ul li textarea{width: 100%;}
    .calculateCarbon .mainSection .resp-tabs-container .extrasTab .extrasContent form ul li label.lblCommon{width: 100%;}
    .calculateCarbon .mainSection .resp-tabs-container .extrasTab .extrasContent form ul li label.lblThirdrow{width: 100%;}
    .calculateCarbon .mainSection .resp-tabs-container .resp-tab-content .tabs-content .tabsSection form ul .btn-delete{ bottom: -40px;}
    .calculateCarbon .mainSection .resp-tabs-container .resp-tab-content .tabs-content .tabsSection form ul .btn-delete .fa-trash{transform: none;}
    .calculateCarbon .mainSection .resp-tabs-container .hotelTab .hotelContent form .hotelDetails .addmoreSec ul.subSec{width: 100%;flex-direction: column;margin-top: 45px;}
    .calculateCarbon .mainSection .resp-tabs-container .hotelTab .hotelContent form .hotelDetails .addmoreSec ul.subSec:last-child li:last-child a{bottom: 18px;left: 35px;}
    .calculateCarbon .mainSection .resp-tabs-container .hotelTab .hotelContent form .hotelDetails li:nth-child(2){top: 0;}
    .custTooltip::before{ left: 34px;}
    .calculateCarbon .mainSection .resp-tabs-container .foodTab .foodContent .foodDetails .addFields ul:last-child li.plusBtn{width: 70px !important;margin-left: 10px;}
    .calculateCarbon .mainSection .resp-tabs-container .foodTab .foodContent .foodDetails .addFields ul li:last-child{margin-left: 10px;}
    .calculateCarbon .mainSection .resp-tabs-container .hotelTab .hotelContent form .addmoreSec ul.subSec li:nth-child(5) a{bottom: -15px;}
    .calculateCarbon .mainSection .resp-tabs-container .hotelTab .hotelContent form .addmoreSec ul.subSec:last-child li:nth-child(4){margin-top: 10px;}
    .loginpage .login .member-login ul li .login-data {width: 100%;}
    header.dark .navbar {height: 85px;}
    .loginpage .login .member-login ul li .login-data .login-page .form .login-form .sign-pwd-link {align-items: flex-start;flex-direction: column;}
    .loginpage .login .member-login ul li .login-data .login-page .form .login-form .sign-pwd-link .message {margin-top: 1rem;}
    .becomememberpage .become-member .corporate-individual ul li .member-data {width: 100%;}
    .becomememberpage .become-member .corporate-individual ul li .member-data .corpind-page .form .form-details .form-group.flex-column .two-column li.country-select .select2-container{width:100px !important;}
    .becomememberpage .become-member .corporate-individual ul.two-column li.password-list {position: relative;}
    .becomememberpage .become-member .corporate-individual ul li .member-data .corpind-page .form .form-details .form-group .showimgpwd {top:47px;left:40%}
    .becomememberpage .become-member .corporate-individual ul li .member-data .corpind-page .form .form-details .form-group .showimg {top:45px;right:10px;}
    .myaccountPage .mainSection .resp-tabs-container {margin-left: 0;width: 100%;}
    .myaccountPage .mainSection .resp-tabs-container .resp-tab-content.dashboard .topSec ul {gap:15px;flex-direction: column;}
    .myaccountPage .mainSection .resp-tabs-container .resp-tab-content.dashboard .topSec ul li {width: 100%;height: 210px;padding:15px;}
    .myaccountPage .mainSection .resp-tabs-container .resp-tab-content.dashboard .topSec ul li:nth-child(2) {margin:0;}
    .myaccountPage .chartWrapper .myaccountchart {width: 100%;}
    .myaccountPage .chartWrapper .myaccount-pie {width: 100%;}
    .resp-tab-content {padding:15px 6px !important;}
    .myaccountPage .chartWrapper .totalSummary ul {height: auto;gap:10px;}
    .myaccountPage .mainSection .resp-tabs-container .resp-tab-content.dashboard .topSec ul li {height: 180px;}
    .myaccountPage .mainSection .resp-tabs-container .resp-tab-content.dashboard .topSec ul {margin-bottom: 1.625rem;}
    .membership_plan .card-data .col-md-3 {width: 100%;}
    .membership_plan .card-data .col-md-3 .card {width: 100%;margin-bottom: 1.5rem;}
    .myaccountPage .chartWrapper .totalSummary ul li {width: 150px;}
    .row.filter_wrapper .form-control {margin-bottom: 10px;}
    .change-password {padding:50px 25px;}
    .change-password .inner-wrapper {width: 100%;}
    .footprintSummary .warpper .mainSection section.topSec .carbon-sequestered img.desktop-purpose {display: none;}
    .footprintSummary .warpper .mainSection section.topSec .carbon-sequestered img.tablet-purpose {display: none;}
    .footprintSummary .warpper .mainSection section.topSec .carbon-sequestered img.mobile-purpose {display: block;}
    .myaccountPage .tableWrapper table {margin-top: 1rem;}
    .myaccountPage .tableWrapper table tbody tr td:before {width: 150px;}
    .myaccountPage .tableWrapper table tbody tr td i {right: 0;top: 120px;}
    .membershippage .plan .card-data .col-md-3 {width: 100%;}
    .calculateCarbon .mainSection .resp-tabs-container .resp-tab-content .tabs {width: 100%;height: auto;position: relative;z-index: 9;bottom: 0;left: 0;background: #134636;padding: 10px;justify-content: flex-start;flex-direction: column;transition: 1s all ease-in-out;margin-bottom: 10px;border-radius: 10px;margin-top: 2rem;}
    .calculateCarbon .mainSection .resp-tabs-container .resp-tab-content .tabs .active-tab {border-bottom: none;position: relative;color: #FFF;text-align: left;width: 100%;justify-content: flex-start;display: block;}
    .calculateCarbon .mainSection .resp-tabs-container .resp-tab-content .tabs.open li{display: block;}
    .calculateCarbon .mainSection .resp-tabs-container .resp-tab-content .tabs:after {content: '\f107';position: absolute;right: 10px;font-size: 20px;font-weight: 600;color: #fff;}
    .calculateCarbon .mainSection .resp-tabs-container .resp-tab-content .tabs.open:after {content: '\f106';color: #FFF;}
    .calculateCarbon .mainSection .resp-tabs-container .resp-tab-content .tabs-content .tabsSection form ul li:nth-child(2) label {width: 100%;}
    .calculateCarbon .mainSection .resp-tabs-container .hotelTab .hotelContent form .hotelDetails li:nth-child(5) {margin-top: 0;}
    .calculateCarbon .mainSection .resp-tabs-container .resp-tab-content .tabs-content .tabsSection form ul li:nth-child(2) {margin-right: 0;margin-top: 0;}
    .calculateCarbon .mainSection .resp-tabs-container .resp-tab-content .tabs-content .tabsSection form ul li {margin-right: 0;}
    .hotelsDetailsCategory {margin-top: 0;padding-right: 0;}
    .calculateCarbon .mainSection .resp-tabs-container .cruiseTab .cruiseContent form ul li{width: 100%;margin-right: 0;}
    .calculateCarbon .mainSection .resp-tabs-container .cruiseTab .cruiseContent form ul li ul li:nth-child(2) {margin-right: 0;}
    .calculateCarbon .mainSection .resp-tabs-container .cruiseTab .cruiseContent form ul li ul li:nth-child(4) input {width: 100%;}
    .calculateCarbon .mainSection .resp-tabs-container .foodTab .foodContent form .row.addFoodDetailsRangeLink .addmoreBtn button.addFoodDetailsRangeContentClass {bottom: 0.3rem;}
    .myaccountPage .chartWrapper .totalSummary ul li img {width: 30px;}
  }

@media screen and (max-width: 576px) {
    
}

@media screen and (max-width: 450px) {

}

@media screen and (min-device-width: 390px) {
  
}


@media screen and (max-width: 576px) {}

@media screen and (max-width: 450px) {
}

@media screen and (max-width: 410px) {}