body.new-header {
  padding-right: 0 !important;
  /* background: #E0E0E0; */
}

.main-green-nav {
  background: #046A38;
  width: 100%;
  /* height: 72px; */
}
header.top-header{
  /* position: relative; */
  width: 100%;
  background: #ffffff;
  top:0;
  z-index:99;
}
.top-header .container {
  width: 1280px;
}

.top-header .top-strip {
  position: static !important;
  padding: 10px 0;
}

.main-green-nav ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.main-green-nav.desktop-h .row .col-md-5 > ul {
  display: flex;
}

.main-green-nav.desktop-h .navbar-menu {
  display: flex;
  align-items: center;
}

.main-green-nav ul li {
  display: inline;
  color: #ffffff;
}

/* .main-green-nav ul li:hover {
 background: #ffffff;
 color: #046A38;
} */
.main-green-nav ul li a {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  height: 72px;
  display: inline-block;
  padding: 24px;
  text-decoration: none;

}

.main-green-nav ul .nav-item:first-child a {
  border-left: 1px solid rgba(255, 255, 255, 0.20);
}

.main-green-nav ul .nav-item a {
  border-right: 2px solid rgba(255, 255, 255, 0.20);
}

.main-green-nav ul .nav-item:last-child a {
  border-right-width: 1px;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}


.top-header .main-green-nav ul li a:hover,
.top-header .main-green-nav ul li a.active {
  color: #222 !important;
  background: #ffffff;
  text-decoration: none;
}

/* .arrow-icon{
  margin-left: 4px;
} */

a.logo-img {
  padding-left: 24px;
}

.main-green-nav #residential.bg-primary-nav {
  background: #ffffff !important;
  width: 100%;
  height: 72px;
  position: relative;
}

.main-green-nav #main_nav .nav-item:hover {
  background-color: transparent;
}

.main-green-nav .ktm-mega-menu .dropdown-menu {
  min-width: 74rem;
}

.search-box {
  margin-top: 15px;
}

.login-info {
  padding: 0;
  margin-top: 0;
  align-self: center;
}

.login-info a {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #ffffff;
  padding: 0 12px;
}

.login-info a:hover{
  color: #fff;
}

.block-country-flag-header-menu, .country.dropdown {
  align-self: center;
}

.country.dropdown button {
  background: transparent;
  border: none;
  margin-top: 0;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  padding-left: 12px;
}

.country.dropdown .dropdown-menu {
  padding: 8px 0;
  border: 1px solid #CACACA;
  background: #fff;
  box-shadow: 0px 29px 8px 0px rgba(0, 0, 0, 0.00), 0px 19px 7px 0px rgba(0, 0, 0, 0.01), 0px 10px 6px 0px rgba(0, 0, 0, 0.05), 0px 5px 5px 0px rgba(0, 0, 0, 0.09), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
}

.country.dropdown ul li {
  color: #000000;
}

.country.dropdown ul li a {
  color: #222;
  padding: 8px 16px;
  height: auto;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;

}

.country.dropdown img {
  margin-right: 8px;
}

.country.dropdown .dropdown-toggle:after{
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block !important;
  padding: 3px;
  rotate: 45deg;
  transition: 0.2s all linear;
}

.country.dropdown .dropdown-toggle.show:after {
  rotate: 225deg;
  transform: translate(-4px, -4px);
}

.country .dropdown-menu {
  width: 114px;
  min-width: 114px !important;
  left: 0 !important;
  border-radius: 8px;
}

.navbar-menu {
  overflow: hidden;
  background-color: #ffffff;

}

.navbar-menu a {
  float: left;
  font-size: 16px;
  color: #222222;
  text-align: center;
  padding: 8px 12px;
  text-decoration: none;
  font-family: "Inter", sans-serif;
}

nav .mega-menu .contact-us {
  padding: 16px 32px;
  background-color: #1EE576;
  color: #222;
  max-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.2px;
  text-decoration: none;
  border-radius: 40px;
  border: unset;
  width: fit-content;
  float: right;
  margin-left: auto;
  position: relative;
  z-index: 99;
}

#bt-5 nav .mega-menu .contact-us:hover{
  background: #19C063 !important;
  color: #222 !important;
}

.dropdown-nav {
  float: left;
  overflow: hidden;
}

.dropdown-nav .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: #222222;
  padding: 8px 12px;
  background-color: inherit;
  font-family: "Inter", sans-serif;
  margin: 0;
}

.navbar-menu a:hover,
.dropdown-nav:hover .dropbtn {
  background-color: transparent;
}

.dropdown-nav:hover .dropbtn img{
  transition: 0.2s all linear;
}

.dropdown-nav:hover .dropbtn img {
  rotate: 180deg;
}

.dropdown-contents {
  height: 530px;
  overflow-y: scroll;
  display: none;
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  left: 0;
  /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
  z-index: 99;
  padding: 0 40px;
}
.error-zipcode {
  position: absolute !important;
  top: 78%;
  width: 90%;
}

.dropdown-nav:hover .dropdown-contents {
  display: block;
}

/* Create three equal columns that floats next to each other */
.dropdown-nav .column {
  /* float: left; */
  flex:25%;
  background-color: #ffffff;
  min-height: 250px;
  border-right: 1px solid #dddddd;

}

.dropdown-nav .column:first-child {
  padding-right: 32px;
}

.dropdown-nav .column:nth-child(2) {
  margin-left: 32px;
}

.dropdown-nav .column:last-child {
  border-right: none;
}

.dropdown-nav .column a {
  float: none;
  color: black;
  padding: 0;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-nav .dropdown-contents .column.promo-banner h5 {
  padding-left: 22px;
  margin: 24px 0 8px;
}

.dropdown-nav .dropdown-contents .column.promo-banner a {
  padding-left: 22px;
}

/* .dropdown-nav .column a:hover {
  background-color: #ddd;
} */

.dropdown-nav .rows {
  padding-left: 0;
    padding-bottom: 80px;
    padding-top: 32px;
    display: flex;
}

/* Clear floats after the columns */
.dropdown-nav .rows:after {
  content: "";
  display: table;
  clear: both;
}
a.account-show {
  color: #222222;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  display: block;
  margin-bottom: 16px;
  text-decoration: none;
}
.dropdown-nav .column h3 {
  margin-bottom: 32px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 15.6px !important;
  letter-spacing: 1px;
  text-align: left;
  color: #222222;
  text-transform: uppercase;
}

.col-nav {
  width: 100% !important;
  padding-left: 0;
}

.col-btn {
  width: 28% !important;
  display: flex;
  justify-content: flex-end;
  column-gap: 8px;
  z-index: 9999;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-device-width: 1300px) and (-webkit-max-device-pixel-ratio : 5) {
  .mobile-nav {
    display: block !important;
    padding: 16px;
    background: #ffffff;
  }
  .trugreen-mobile-nav-wrapper .logo.navbar-btn{
    display: none;
  }
  .dropdown-nav .column {
    width: 100%;
    height: auto;
  }

  .mob-navlist,
  .close-btn {
    display: none;
  }

  .close-btn {
    margin-right: 0 !important;
  }

  .mob-navlist ul {
    list-style: none;
    padding: 0;
  }

  .mob-navlist ul:first-child {
    margin-bottom: 24px;
  }

  #bt-5 .mob-navlist ul:last-child li:first-child {
    padding-top: 0;
  }

  #bt-5 .mob-navlist .country.dropdown button{
    margin-top: 24px;
  }

  .mob-navlist ul li {
    padding: 24px 0 0 0;
  }

  .mob-navlist ul li a {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;
    text-decoration: none;
    color: #222222;
  }

  .mob-navlist ul:last-child{
    margin-bottom: 8px;
  }

  .mobile-nav ul li a.contact-us {
    padding: 16px 32px;
    background-color: #1EE576;
    color: #222;
    max-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.2px;
    text-decoration: none;
    border-radius: 40px;
    border: unset;
    width: 100%;
    position: relative;
    margin-top: 16px;
    margin-bottom: -8px;
  }

  .mobile-nav ul li a.contact-us:before {
    content: "";
    border-top: 1px solid #CACACA;
    display: block;
    position: absolute;
    top: -16px;
    width: 100%;
    left: 0;
    right: 0;
    padding-bottom: 16px;
  }

  .mobile-nav ul li a.contact-us:hover, .mobile-nav ul li a.contact-us:focus{
    background: #19C063 !important;
    color: #222 !important;
  }

  body.mobile-menu-open{
    overflow:hidden;
  }

  .mob-navlist ul:last-child li{
    padding: 0px 0 0 0;
  }

  #bt-5 .mob-navlist ul:last-child li {
    padding: 10px 0 0 0;
  }

  .mob-navlist ul li span.add-remove-call-center-no {
    margin-left: 5px;
  }

  .mob-navlist ul:last-child li a {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    color: #414141;
  }

  .top-header .container{
    width: 100%;
  }

  .mob-navlist .country.dropdown{
    margin-bottom: 16px;
  }

  .mob-navlist .country.dropdown .dropdown-toggle:after{
    border-color: #222;
  }

  .mob-navlist ul:last-child li a b{
    font-weight: 600;
  }

  #BranchFinderModal {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .branch-modal .modal-dialog{
    width: 100%;
  }

  .branch-modal .modal-header {
    padding: 16px 24px 0;
  }

  .branch-modal .modal-header .btn-close {
    padding: 8px 0 0 0;
    margin: 0 0 0 auto;
    z-index: 9999;
  }

  .branch-modal .modal-content {
    border-radius: 16px;
  }

  .branch-modal .modal-body {
    padding: 0 24px 24px;
  }

  .branch-modal.show {
    /* background-color: rgba(0, 0, 0, 0.5); */
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .branch-modal .b-finder p {
    color: #222;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px;
    margin-bottom: 8px;
  }

  .branch-modal .zip-input input.location{
    font-size: 15px;
    line-height: 36px;
    border-radius: 8px;
    color: #222;
  }

  .branch-modal .zip-input input.location:focus, .branch-modal .zip-input input.location:focus-visible{
    outline: none;
    box-shadow: unset;
  }

  .branch-modal .search-btn.zip-code__btn{
    font-family: "Inter",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.2px;
    text-transform: capitalize;
    color: #222;
  }

  .zip-section-mobile .zip-entered.d-block{
    margin-top: -20px;
  }

  .zip-section-mobile hr {
    margin: 24px 0;
  }

  .zip-section-mobile .zip-entered .zip-title{
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    letter-spacing: -0.18px;
  }

  .zip-section-mobile .zip-entered .zip-title span{
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
  }

  .mobile-nav.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }

  .mobile-nav.mobile-nav-open {
    height: 100vh;
    overflow-y: scroll;
  }

  .mob-navlist.offcanvas-opened{
    display: none !important;
  }

  #cludo-search-mobile-form #cludo-search-form-input-mobile {
    font-size: 16px !important;
    border: none;
    margin-top: 0 !important;
    padding-left: 43px !important;
    background-color: #F5F7F5;
    background-image: url(/themes/custom/trugreen_commercial/assets/images/search.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 16px center !important;
    background-size: 20px;
    border-radius: 8px;
    outline: none;
    height: 100%;
    min-height: 48px;
  }

  #cludo-search-mobile-form #cludo-search-form-input-mobile::placeholder{
    font-family: "Inter",sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px !important;
    color: #8C8C8C;
  }

  #bt-5 #react-header-logout-m .offcanvas-body a.plan-finder-link, #bt-5 #react-header-logout-m .offcanvas-body a.branch-finder-link {
    padding: 10px 0;
    text-align: center;
  }
}

.dropdown-nav a.plan-link {
  color: #222222;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: -1px;
  text-align: left;

}

.col-page-link p {
  color: #414141;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 0px;
  margin-top: 8px;
}

.col-page-link {
  margin-bottom: 24px;
}

.dropdown-nav .column .col-page-link:last-child{
  margin-bottom: 0;
}

.comm-panel {
  display: none;
}

/* .branch-cls {
  margin-top: 10px;
} */
.mega-menu {
  padding: 12px 40px;
  background: #ffffff;
  position: relative;
}

.mega-menu .col-md-9,
.mega-menu .col-md-3 {
  padding: 0;
}

.branch-cls a.branch-finder {
  color: #222222;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: center;
  border-radius: 40px;
  border: 1px solid #222222;
  padding: 14px 16px;
  width: 100%;
  max-width: 187px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
}

.branch-cls a.branch-finder.bf-open:hover {
  background: #E0E0E0;
  border: 1px solid #E0E0E0;
}

/* .branch-cls a.branch-finder::after{
  background: url('./../../images/Cheveron-1.svg') no-repeat;
  content: " ";
  width: 20px;
  height: 16px;
  display: inline-block;
}
.branch-cls a.branch-finder::before{
  background: url('./../../images/Location.svg') no-repeat;
  content: " ";
  width: 20px;
  height: 21px;
  display: inline-block;
} */
.branch-cls a.branch-finder.bf-open:focus {
  background: #CCCCCC;
  text-decoration: none;
  border: 1px solid #CCCCCC;
}

.branch-cls a.plan-finder {
  color: #222222;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: center;
  border-radius: 40px;
  border: 1px solid #1EE576;
  padding: 14px 16px;
  width: 100%;
  max-width: 136px;
  height: 48px;
  background: #1EE576;
  display: inline-block;
  margin-left: 0;
  text-decoration: none;
}

.branch-cls a:hover {
  text-decoration: none;
}

.zip-section {
  width: 406px !important;
  min-height: 150px;
  border-radius: 16px;
  background: #ffffff;
  display: none;
  border: 1px solid #d4d4d4;
  position: absolute;
  right: 12%;
  padding: 24px !important;
  z-index: 99;
  margin-top: 60px !important;
}

.zip-section.zip-show{
  display: block !important;
}

.zip-section p {
  color: #222222;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;

}

.zip-section .zip-input {
  display: flex;
}

.zip-section .zip-input input {
  background: url(/themes/custom/trugreen_commercial/assets/images/Location.svg) no-repeat #F5F7F5;
  background-position: 10px;
  border-radius: 4px;
  border: none;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  color: #222222;
  width: 100%;
}

input.location {
  background: url('/themes/custom/trugreen_commercial/assets/images/Location.svg') #F5F7F5 no-repeat;
  background-size: 20px;
  padding: 5px 12px;
  background-position: left;
}

.zip-section .search-btn {
  background: #1EE576;
  color: #222222;
  border-radius: 40px;
  border: none;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: center;
  padding: 16px 32px;
  margin-left: 10px;
}

.zip-section hr {
  margin: 24px 0;
}

.zip-entered .zip-title {

  color: #222222;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;

}

.zip-entered .zip-title span {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;

}

.zip-entered .width-btn {
  width: 199px;
}

.zip-section .zip-entered a.btn, .zip-section .zip-entered .update-zip .btn.primary-btn{
  width: 100%;
  min-width: unset;
  max-width: 199px;
}

.zip-entered input {
  background: #F5F7F5;
  border-radius: 8px;
  border: none;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  color: #222222;
  width: 100%;
}

.zip-entered .update-zip input {
  background: url('/themes/custom/trugreen_commercial/assets/images/Location.svg') #F5F7F5 no-repeat;
  background-size: 20px;
  padding: 5px 12px;
  background-position: 10px;
  padding-left: 30px;
}

.zip-entered .update-zip input::placeholder {
  color: #CCCCCC;
}

.zip-section .go-to-branch{
  padding: 16px 0;
}

.zip-section-mobile a.btn.go-to-branch {
  padding: 16px 0;
}

@media only screen and (min-width: 1301px) {
  .desktop-h {
    display: block !important;
  }

  .main-green-nav .login-info #TruGreenPhoneNumber span.InfinityNumber a {
    padding-left: 5px;
  }
}

.mobile-nav {
  display: none;
}

.text-right {
  text-align: right;
}

.error-zipcode {
  background: #222222;
    border-radius: 8px;
    padding: 20px;
    color: #ffffff;

    position: relative;
}

.error-zipcode:before {
  content: "";
  position: absolute;
  bottom: 96%;
  left: 50%;
  margin-left: -20px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent #222222 transparent;
}

@media screen and (max-device-width: 1300px) and (-webkit-max-device-pixel-ratio : 5) {
  #header-login-mobile{
    font-weight: 400 !important;
    color: #414141 !important;
  }
  #login-logout-mobile{
    text-align: center !important;
  }
  a.plan-link.a-item-dis.menu-link-click.plan-link.a-item-dis.account-popup {
    font-size: 20px;
    font-weight: 500;
  }
  #my-account-mobile{
    font-size: 19px !important;
    margin-bottom: 21px !important;
    text-align: left !important;
    line-height: 2.5;
    margin-left: 20px !important;
    color: #222222 !important;
    font-weight: 400 !important;
  }
  #my-account-image{
    float: right !important;
    margin-top: 13px;
  }
  a.mob-links {
    margin-right: 16px;
    text-decoration: none;
  }

  .desktop-h {
    display: none !important;
  }

  a.mob-links.location-link {
    text-decoration: none;
  }

  .mob-arrowicon {
    float: right;
    rotate: 270deg;
  }

  a.mob-links:last-child {
    margin-right: 0 !important;
  }

  .mobile-nav .offcanvas-end {
    width: 100%;
    border-left: none;
    /* position: absolute; */
    /* top: 0; */
    background: #fff;
    /* left: 0; */
    overflow-y: scroll;
    height: 100vh;
    z-index: 9999;
  }

  .mobile-nav.mobile-nav-open .offcanvas hr:last-child {
    display: none;
  }

  .mobile-nav .offcanvas-body{
    flex-grow: unset;
  }

  .offcanvas-header .gray-b .nav-title{
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
  }

  .gray-b .btn-close {
    margin: 0 16px 0 0 !important;
    padding: 0 !important;
  }

  .offcanvas .offcanvas-body .nav-title{
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .offcanvas .offcanvas-body .nav-title.text-left {
    text-align: left;
  }

  .offcanvas .offcanvas-body ul {
    margin-bottom: 0;
  }

  .offcanvas .offcanvas-body ul li:last-child {
    margin-bottom: 0;
  }

  .zip-section-mobile .error-zipcode {
    top: 74%;
  }

  .login-modal.show{
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
  }

  .login-modal .modal-dialog{
    margin: 0;
  }

  .login-modal .modal-content {
    border-radius: 16px;
  }

  .login-modal .modal-header {
    padding: 24px 24px 0;
    border: none;
  }

  .login-modal .modal-header .btn-close {
    margin: 0;
    padding: 3px;
    font-size: 18px;
    opacity: 1;
    align-self: flex-start;
  }

  .login-modal .modal-body {
    padding: 16px 24px;
  }

  .login-modal .modal-footer {
    padding: 0 24px 24px;
    border: none;
  }

  .login-modal .modal-title {
    width: 100%;
    max-width: 260px;
  }

  .login-modal.modal input.form-control {
    background: #F5F7F5;
    border-radius: 8px;
    border: none;
    color: #222 !important;
    margin-bottom: 16px !important;
    min-height: 48px !important;
  }

  .login-modal.modal input.form-control::placeholder{
    color: #8C8C8C;
    font-family: "Inter",sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
  }

  .login-modal.modal input.form-control:focus{
    box-shadow: none;
  }

  .login-modal form .mb-3:nth-child(2) {
    margin-bottom: 8px !important;
  }

  .login-modal .custom-checkbox input#rememberMe {
    margin: 0 8px 0 0 !important;
    width: 15px !important;
    height: 15px !important;
    float: none;
    min-height: 15px !important;
    border-color: #222 !important;
    position: static;
  }

  .login-modal .mb-3.form-check label.form-check-label {
    padding-top: 0;
  }

  .login-modal .mb-3.form-check{
    padding: 0 !important;
  }

  .login-modal .mb-3.form-check .custom-control.custom-checkbox {
    align-items: center;
    display: flex !important;
    margin-bottom: 0 !important;
  }

  .login-modal .default-btn .btn-primary.mt-30 {
    margin-top: 0 !important;
  }

  .login-modal .default-btn .btn-primary {
    background: #1EE576;
    padding: 16px 32px;
    border-radius: 40px;
    border: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.2px;
    color: #222;
    font-family: "Inter", sans-serif;
    position: relative;
    height: 100%;
    max-height: 48px;
  }

  .login-modal .default-btn .btn-primary:hover{
    background-color: #19C063;
  }

  .login-modal .default-btn .btn-primary:focus::after {
    content: "";
    border: 2px solid #222;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    display: inline-block;
    position: absolute;
    border-radius: 40px;
  }

  .login-modal .modal-footer h5 {
    margin: 0 0 8px;
  }

  .login-modal .modal-footer p {
    margin: 0 0 16px;
  }

  .login-modal .black-btn {
    width: 100%;
    margin: 0;
  }

  .login-modal .black-btn .secondary-btn{
    min-width: 100%;
  }

  .login-modal input:-webkit-autofill,
  .login-modal input:-webkit-autofill:hover,
  .login-modal input:-webkit-autofill:focus,
  .login-modal input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #F5F7F5 inset !important;
  }
}

/* .space-LR {
  padding: 0 50px !important;
} */
.container-fluid.space-LR{
  padding:0 !important;
}
.navbar-menu a:first-child {
  padding-left: 0;
}

.nav-title {
  font-family: Inter-Medium;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #222222;
}

#offcanvasRight2 .btn-close {
  opacity: 0.9;
}

.offcanvas-body ul {
  padding-left: 0;
  margin-top: 32px;

}

.offcanvas-body ul li {
  list-style: none;
}

.offcanvas-body li a {
  color: #222222;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.2px;
  text-align: left;
  text-decoration: none;
}

.offcanvas-body li {
  margin-bottom: 24px;
}

.offcanvas-body li p {
  margin-top: 8px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 0;
  color: #414141;
}

.offcanvas-body hr {
  margin: 32px 0;
}

span.green-badge {
  background: #1EE576;
  width: 64px;
  height: 25px;
  border-radius: 29px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  padding: 5px 7px;
}

a.branch-finder-link {
  width: 100%;
  min-width: 358px;
  height: 48px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 40px;
  border: 1px solid #222222;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: center;
  color: #222222 !important;
  padding: 14px 0;
  text-decoration: none;
}

a.plan-finder-link {
  width: 100%;
  min-width: 358px;
  height: 48px;
  display: inline-block;
  background-color: #1EE576;
  border-radius: 40px;
  border: 1px solid #1EE576;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: center;
  color: #222222;
  padding: 14px 0;
  margin-top: 16px;
  text-decoration: none;
}

.mob-navlist .country.dropdown button {
  color: #222;
  padding: 0;
  line-height: normal;
}

.green-b {
  border-bottom: 2px solid #00B140;
  padding: 8px 16px;
  /* margin-top: 5px; */
}

/* .gray-b {
  border-bottom: 2px solid transparent;
} */

.mobile-nav .offcanvas-header {
  border-bottom: 2px solid #E8E8E8;
  padding: 0;
}

.gray-b .btn-close {
  opacity: 0.9;
  width: 16px;
  height: 16px;
  padding-right: 50px;
  background-size: 16px;
}

#offcanvasRightLabel {
  margin-bottom: 0;
}

.login-modal .modal-title {
  color: #222222;
  font-family: "DM Sans", sans-serif;
  font-size: 36px !important;
  font-weight: 500;
  line-height: 38.52px !important;
  letter-spacing: -1px;
  text-align: left;
}

.login-modal .form-group.mb-24 {
  margin-bottom: 0 !important;
}

.login-modal input.form-control {
  background: #CCCCCC;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;

}

.login-modal a.forgotpwd {
  color: #414141;
  margin-top: 16px;
  font-family: "Inter", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  display: block;
  text-decoration: none;
}

.login-modal .modal-footer {
  justify-content: flex-start;

}

.login-modal .modal-footer h5 {
  color: #000000;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: left;

}

.login-modal .modal-footer p {

  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #414141
}

.login-modal .form-check-label {
  color: #222222;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;

}

.login-modal .black-btn .secondary-btn {
  width: 100% !important;
}

#myBtn_for_remove a {
  color: #000000 !important;
  font-family: "Inter", sans-serif;
}

#myBtn_for_remove a {
  color: #000000 !important;
}

#bt-5 .navbar-menu a {
  color: #222222 !important;
}

#bt-5 .navbar-menu a.is-active {
  color: #00873C !important;
}

.branch-finder img:nth-child(2) {
  transition: 0.2s all ease-in-out;
}

.branch-finder.bf-open img:nth-child(2) {
  transform: rotate(180deg);
}

.article--banner_overlay,
.view-learning-center-yard-resources {
  z-index: 1 !important;
}

.view-learning-center-yard-resources,
.article--banner_title {
  z-index: 1 !important;
  position: relative;
}

.green-span {
  color: #222222;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  border-radius: 29px;
  padding: 4px 8px;
  height: 25px;
  background: #1EE576;
  display: inline-block;
  margin-left: 8px;
}

.a-item-dis {
  display: inline-block !important;
}

.search-box #cludo-search-form input[type=search] {
  width: 264px !important;
  box-sizing: border-box;
  border: none;
  border-radius: 8px !important;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.15);
  background-image: url(/themes/custom/trugreen_commercial/assets/images/search-white.svg);
  background-position: 16px center;
  background-repeat: no-repeat;
  padding: 3px 16px 3px 44px !important;
  color: #ffffff !important;
  height: unset !important;
  min-height: 42px;
}

.search-box #cludo-search-form input[type=search]::placeholder{
  color: #fff !important;
  font-style: normal;
  font-weight: 500;
}

.search-box #cludo-search-form input[type=search]:hover,
.search-box #cludo-search-form input[type=search]:focus,
.search-box #cludo-search-form input[type=search]:focus-visible {
  outline: none;
  background-color: #fff;
  background-image: url(/themes/custom/trugreen_commercial/assets/images/search.svg);
  color: #222 !important;
}

.search-box {
  margin-top: 15px;
}
@media (min-width: 1400px) {
.main-green-nav .container-fluid{
  padding: 0 12px !important;
  max-width: 1320px;
}
}
input[type="search"]::-webkit-search-cancel-button {

    -webkit-appearance: none;
  /* Now your own custom styles */
   height: 20px;
   width: 20px;
   display: block;
   background-image:  url('/themes/custom/trugreen_commercial/assets/images/close-btn.svg');
  /* setup all the background tweaks for our custom icon */
  background-repeat: no-repeat;

  /* icon size */
  background-size: 20px;

}
.zip-input input.location {
  width: 100%;
  padding-left: 30px;
  margin-bottom: 16px;
  height: 48px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  background: url(/themes/custom/trugreen_commercial/assets/images/Location.svg) no-repeat #F5F7F5;
  background-position: 5px;
  border:none;
}
button.search-btn.zip-code__btn {
  background: #1EE576;
  width: 100%;
  border-radius: 40px;
  border: none;
  height: 48px;

}
.branch-modal .modal-header{
  border-bottom: none;
}
a.zipcode{
  color: #222222;
}
a.mob-links{
  color: #222222;
}
.page-node-type-buyonline #react-header-logout-m {
  display:none
}
.page-node-type-buyonline header.sticky-top {
  display: none !important;
}
.column img {
  padding-left: 22px;
}
#bt-5 .navbar-menu a:hover, .navbar-menu a:hover,
#bt-5 .navbar-menu a:active, .navbar-menu a:active,
.dropdown-nav.dropdown-active .dropbtn{
  color: #00873C !important;
}
.loading-animation-modal-wrapper-plan .open{
  height: 500px;text-align: center;padding-top: 240px;
  display: block;
}
.loading-animation-modal-wrapper-plan .closed {display: none;}
.main-green-nav.fixed{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.loading-animation-modal-wrapper #LoadingAnimationModal {
	align-items: center;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	top: 0;
	z-index: 9999
}

.loading-animation-modal-wrapper #LoadingAnimationModal.closed {
	display: none
}
.loading-animation-modal-wrapper #LoadingAnimationModal.open {
	display: flex
}
.loading-animation-modal-wrapper #LoadingAnimationModal>.content {
	display: flex;
	margin: 0 auto
}
@media only screen and (min-width: 1024px) and (max-width: 1440px){
  .residential .dropdown-contents{
  height: 530px;
  background: #fff;
  overflow-y: scroll;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1600px){
  .residential .dropdown-contents{
  height: 530px;
  background: #fff;
  overflow-y: scroll;
}
}
.dropdown-contents.Lawn-menu-contents::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.dropdown-contents.Lawn-menu-contents::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.dropdown-contents.Lawn-menu-contents::-webkit-scrollbar-thumb {
  background: #ccc;
}

.residential .dropdown-contents{
  padding: 0 30px;
  height: 530px;
  background: #fff;
  overflow-y: scroll;
}

.dropdown-contents.lawn-menu-contents::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.dropdown-contents.lawn-menu-contents::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.dropdown-contents.lawn-menu-contents::-webkit-scrollbar-thumb {
  background: #ccc;
}

/* Handle on hover */
.dropdown-contents.lawn-menu-contents::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}


@media screen and (max-width: 600px){
  .country.dropdown .dropdown-toggle.show:after {
    rotate: 225deg;
    transform: translate(-4px, -4px);
}
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #e9ecef !important;
}
  .branch-modal .modal-dialog {
    max-width: 350px;
    margin: 0;
  }

  .top-strip p {
    max-width: 360px !important;
  }

  .top-strip .container {
    max-width: 390px;
  }

  a.mob-links {
    margin-right: 10px !important;
  }

  a.mob-links.close-btn {
    margin-right: 0 !important;
  }

  a.branch-finder-link, a.plan-finder-link {
    min-width: 100% !important;
  }
}

@media screen and (min-width: 1440px){
  .col-btn.branch-cls .branch-finder {
      margin: 0;
  }
}
@media screen and (max-width: 1279px) {
  body.new-header {
    overflow-x: hidden;
  }
}
.offcanvas-backdrop.show {
  opacity: 0;
}
header.top-header .main-green-nav.desktop-h ul li a.active img.arrow-icon {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .mobile-nav .offcanvas-header .gray-b .btn-close {
    margin-top: 15px;
  }
  .lawn-mobile-menu-contents .offcanvas-body ul li:last-child {
    margin-bottom: 12px;
  }
  .lawn-mobile-menu-contents .offcanvas-body ul {
    margin-bottom: 12px;
  }
  #offcanvasRight1 hr {
    margin: 16px 15px;
  }
  .lawn-mobile-menu-contents .nav-title {
    margin-top: 12px;
  }
  .error-zipcode {
    top: 99% !important;
  }
}  
.tru-nav-logo {
  height: 31.6px;
  width: auto;
}
.main-green-nav.desktop-h ul li a.active {
  color: #222 !important;
}
.main-green-nav .col-md-7.d-flex{
  padding:0 !important;
 }
 #modalCancelService {
  z-index: 9999;
}
.active{
  color: #00B140;
}
@media only screen and (min-width: 1301px) and (max-width: 1399px){
  .main-green-nav .col-md-7.d-flex{
    padding-right: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  .country.dropdown .dropdown-menu{
    z-index: 9999999999;
  }
}
@media only screen and (min-width: 1300px) {
  header#bt-5 section#block-trugreen-commercial-countrydropdown .country.dropdown p {
    margin-bottom: 0px;
  }
}

#block-reactheadermyaccountdesktop {
      align-self: center;
}
@media (max-width: 991.98px) {
	.check-login {
		padding-top: 0px !important;
	}
  #my-account-popup {
    width: auto !important;
  }
}
