.personal-loan-layout {
  /* Button overrides (scoped + important) */
  /* Know More */
  /* Apply Now */
}
.personal-loan-layout p {
  margin-top: 15px;
}
.personal-loan-layout p .loan-title {
  color: red;
}
.personal-loan-layout p .loan-rate {
  color: #174035;
}
.personal-loan-layout .bullet {
  color: #174035;
  font-size: 1rem;
  line-height: 1;
}
.personal-loan-layout a.loan-btn-know,
.personal-loan-layout a.loan-btn-apply {
  display: inline-block;
  border-radius: 5px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}
.personal-loan-layout a.loan-btn-know {
  background-color: #edffe8 !important;
  color: #174035 !important;
  border: 1px solid #174035 !important;
}
.personal-loan-layout a.loan-btn-know:hover {
  background-color: #47ee40 !important;
  color: #fff !important;
  text-decoration: none !important;
}
.personal-loan-layout a.loan-btn-apply {
  background-color: #174035 !important;
  color: #fff !important;
  border: 1px solid #174035 !important;
}
.personal-loan-layout a.loan-btn-apply:hover {
  background-color: #47ee40 !important;
  color: #fff !important;
  border: 1px solid #174035 !important;
  text-decoration: none !important;
}
.personal-loan-layout .section-heading {
  color: #174035;
}
.personal-loan-layout .col a,
.personal-loan-layout .p-1.bg-light a {
  color: #000 !important;
  text-decoration: none;
  transition: color 0.3s ease;
}
.personal-loan-layout .col a:hover,
.personal-loan-layout .p-1.bg-light a:hover {
  color: #009541 !important;
  text-decoration: none;
}

.personal-loan-layout ul.list-unstyled li {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.srbmainheader {
  position: -webkit-sticky;
  /* For Safari */
  position: sticky;
  top: 0;
  z-index: 1000;
  /* Ensure it stays above other elements */
  background-color: white;
  /* Ensure background color matches your design */
  transition: background-color 0.3s, box-shadow 0.3s;
  /* For smooth transition effects */
  padding: 0;
}
.srbmainheader.sticky {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* Add a shadow when sticky */
}
.srbmainheader .navbar-brand img {
  height: auto !important;
  width: 150px;
}
.srbmainheader .srb-menu-part {
  justify-content: flex-end !important;
  margin-right: 1rem;
}
.srbmainheader .srb-menu-part ul {
  align-items: center;
}
.srbmainheader .srb-menu-part ul li {
  padding: 0 0.9375rem;
}
.srbmainheader .srb-menu-part ul li.dropdown {
  position: unset;
}
.srbmainheader .srb-menu-part ul li a.HasCHild {
  position: relative;
  margin-right: 1rem;
}
.srbmainheader .srb-menu-part ul li a.HasCHild::after {
  content: "";
  background-image: url("/icons/right-arrow.svg");
  width: 1rem;
  height: 1rem;
  line-height: 1.2rem;
  position: absolute;
  z-index: 9;
  background-size: contain;
  background-repeat: no-repeat;
  right: -1rem;
  top: 0;
  filter: invert(1);
  transform: rotate(90deg);
}
.srbmainheader .srb-menu-part ul li a.HasCHild::after:hover {
  color: #009541;
}
.srbmainheader .srb-menu-part ul li a {
  font-size: 0.875rem;
  font-weight: 600;
  color: #004135;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
  text-decoration: none;
}
.srbmainheader .srb-menu-part ul li a:hover {
  color: #009541;
}
.srbmainheader .srb-menu-part ul li ul li .submenu {
  width: auto !important;
}
.srbmainheader .srb-menu-part .dropdown-menu {
  width: 13rem;
  top: 100%;
}
.srbmainheader .srb-menu-part .dropdown-menu li {
  position: relative;
  padding: 0.5rem 0;
}
.srbmainheader .srb-menu-part .dropdown-menu li a {
  font-size: 0.8rem;
  font-weight: 600;
  color: #000;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}
.srbmainheader .srb-menu-part .dropdown-menu li:hover > .submenu {
  display: block;
}
.srbmainheader .srb-menu-part .dropdown-menu .submenu {
  display: none;
  left: 100%;
  top: 0;
}
.srbmainheader .srb-menu-part .dropdown:hover > .dropdown-menu {
  display: block;
}
.srbmainheader .rightEndPart {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.srbmainheader .rightEndPart .applyBtn a {
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
  background-color: #004135;
  padding: 0.7rem 1rem;
  border-radius: 0.5rem;
  text-decoration: none !important;
  transition: 300ms;
  height: 2.5rem;
}
.srbmainheader .rightEndPart .applyBtn:hover a {
  font-size: 0.8rem;
  font-weight: 700;
  color: #47ee40;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
  background-color: #47ee40;
  color: #fff;
}
.srbmainheader .rightEndPart .SideMenuDefault {
  background-color: #edffe8;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin-left: 1rem;
  cursor: pointer;
  transition: 300ms;
}
.srbmainheader .rightEndPart .SideMenuDefault:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.srbmainheader .top-head-bar {
  display: flex;
  justify-content: space-between;
  background-color: #edffe8;
  align-items: center;
  padding: 0.4rem 1rem;
}
.srbmainheader .top-head-bar .firstsec p {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 500;
  color: #797878;
  line-height: 0.7rem;
  font-family: var(--main-font, "Filson Pro");
}
.srbmainheader .top-head-bar .firstsec a {
  color: #004135;
  font-weight: 600;
  margin-left: 5px;
}
.srbmainheader .top-head-bar .firstsec a:hover {
  color: #000;
}
.srbmainheader .top-head-bar .scndsec ul {
  display: flex;
  margin: 0;
  padding: 0;
  color: #004135;
}
.srbmainheader .top-head-bar .scndsec ul .emi_c_li {
  display: flex;
  align-items: center;
}
.srbmainheader .top-head-bar .scndsec ul li {
  padding: 0 0.6rem;
  list-style: none;
}
.srbmainheader .top-head-bar .scndsec ul li a {
  text-decoration: none;
  font-size: 0.7rem;
  font-weight: 500;
  color: #004135;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}
.srbmainheader .top-head-bar .scndsec ul li a:hover {
  font-size: 0.7rem;
  font-weight: 600;
  color: #000;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}
.srbmainheader .top-head-bar .scndsec ul li .emi_c_p {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 0.7rem;
  font-weight: 500;
  color: #004135;
  line-height: normal;
  font-family: var(--main-font, "Filson Pro");
}
.srbmainheader .top-head-bar .scndsec ul li .emi_c_p:hover {
  font-size: 0.7rem;
  font-weight: 600;
  color: #000;
  line-height: normal;
  font-family: var(--main-font, "Filson Pro");
}
.srbmainheader .top-head-bar .scndsec ul li .quiz_link {
  color: #fff;
  border-radius: 5px;
  background-color: #009541;
  padding: 3px 6px;
}
.srbmainheader .top-head-bar .scndsec ul li .quiz_link:hover {
  background-color: #d4dad4;
}
.srbmainheader .top-head-bar .scndsec ul li.has-droupdown {
  position: relative;
}
.srbmainheader .top-head-bar .scndsec ul li.has-droupdown button {
  border: none;
  background-color: transparent;
  font-size: 0.7rem;
  font-weight: 500;
  color: #000;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
  position: relative;
  margin: 0;
}
.srbmainheader .top-head-bar .scndsec ul li.has-droupdown button::after {
  content: "";
  background-image: url("/icons/right-arrow.svg");
  width: 1rem;
  height: 1rem;
  position: absolute;
  z-index: 9;
  background-size: contain;
  background-repeat: no-repeat;
  right: -0.65rem;
  top: 0.09rem;
  filter: invert(1);
  transform: rotate(90deg);
}
.srbmainheader .top-head-bar .scndsec ul li.has-droupdown .sub-menu {
  width: 8rem;
  position: absolute;
  top: 1.7rem;
  right: -15px;
  background-color: #fff;
  display: block;
  z-index: 9;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2588235294);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.srbmainheader .top-head-bar .scndsec ul li.has-droupdown .sub-menu li {
  padding: 0.2rem 0.5rem;
}
.srbmainheader .top-head-bar .scndsec ul li.has-droupdown .sub-menu li a {
  font-size: 0.66rem;
  font-weight: 500;
  color: #3f3f3f;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}
.srbmainheader .top-head-bar .scndsec ul li.has-droupdown .sub-menu li a:hover {
  font-size: 0.66rem;
  font-weight: 600;
  color: #000;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}
.srbmainheader .top-head-bar .scndsec ul .childNav .calcBox {
  border-radius: 0 0 10px 10px;
}
.srbmainheader .tpoffcanvas {
  position: fixed;
  top: 0;
  right: -100%;
  width: 25rem;
  height: 100vh;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  background-color: #fff;
  z-index: 9999;
  padding: 2rem;
  transition: 1s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  padding-bottom: 5rem;
}
.srbmainheader .tpoffcanvas.opened {
  right: 0;
}
.srbmainheader .tpoffcanvas .topCanvas_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.srbmainheader .tpoffcanvas .topCanvas_head .tpoffcanvas__logo img {
  width: 150px;
  height: auto;
}
.srbmainheader .tpoffcanvas .topCanvas_head .tpoffcanvas__close-btn .SideMenuClose {
  background-color: #edffe8;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin-left: 1rem;
  cursor: pointer;
}
.srbmainheader .srb-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.srbmainheader .srb-menu ul li {
  display: block;
}
.srbmainheader .srb-menu ul li a,
.srbmainheader .srb-menu ul li button {
  padding: 12px 0;
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  text-align: left;
  background: none;
  text-decoration: none;
  border: none;
}
.srbmainheader .srb-menu ul li ul {
  margin-left: 1rem;
}
.srbmainheader .srb-menu ul li ul li {
  display: block;
}
.srbmainheader .srb-menu ul li ul li a,
.srbmainheader .srb-menu ul li ul li button {
  padding: 12px 0;
  display: block;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  text-align: left;
  background: none;
  text-decoration: none;
  border: none;
}
.srbmainheader .srb-menu ul li a.active,
.srbmainheader .srb-menu ul li button.active {
  padding-left: 3px;
  color: #2b4eff;
}
.srbmainheader .srb-menu ul li .rainbow-link {
  background-image: linear-gradient(45deg, red, orange, yellow, green, blue, indigo, violet);
  background-size: 400%;
  color: transparent !important;
  background-clip: text;
  display: inline-block;
  animation: rainbow 5s linear infinite;
}
@keyframes rainbow {
  0% {
    background-position: 0%;
  }
  50% {
    background-position: 100%;
  }
  100% {
    background-position: 0%;
  }
}
.srbmainheader .srb-menu ul li.has-droupdown > a::after,
.srbmainheader .srb-menu ul li.has-droupdown button::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: initial;
  right: 16px;
  top: 50%;
  transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
  transform-origin: top;
  transform-origin: top;
  transition: all 0.3s ease-out;
}
.srbmainheader .srb-menu ul li.has-droupdown > a.opened-btn::after,
.srbmainheader .srb-menu ul li.has-droupdown button.opened-btn::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: initial;
  right: 16px;
  top: 50%;
  -webkit-transform: rotate(225deg) translateY(-50%);
  transform: rotate(225deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: all 0.3s ease-out;
}
.srbmainheader .srb-menu ul li.has-droupdown ul.sub-menu {
  padding-left: 0;
  list-style: none;
  height: 0;
}
.srbmainheader .srb-menu ul li.has-droupdown ul.sub-menu.active {
  height: 100%;
}
.srbmainheader .srb-menu ul li.has-droupdown ul.sub-menu.active a {
  color: #000;
  opacity: 1;
  visibility: visible;
}
.srbmainheader .srb-menu ul li.has-droupdown ul.sub-menu.active a::before {
  visibility: visible;
  opacity: 1;
}
.srbmainheader .srb-menu ul li.has-droupdown ul.sub-menu li a::after {
  display: none;
}
.srbmainheader .srb-menu ul li.has-droupdown ul.sub-menu li ul li a {
  position: relative;
  padding: 0 0 0 15px;
  text-transform: capitalize;
  font-size: 13px;
  line-height: 46px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  text-decoration: none;
}
.srbmainheader .srb-menu ul li.has-droupdown ul.sub-menu li ul li a::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #6d8397;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.srbmainheader .srb-menu ul li.has-droupdown.active > a {
  color: #2b4eff;
}
.srbmainheader .srb-menu ul li.has-droupdown.active > a::after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-180deg) translateY(-50%);
}
.srbmainheader .srb-menu ul li.has-droupdown.active ul.sub-menu.active li a {
  height: 46px;
  visibility: visible;
  opacity: 1;
}
.srbmainheader .srb-menu ul li.has-droupdown.active ul.sub-menu.active li a::before {
  visibility: visible;
  opacity: 1;
}
.srbmainheader .body-overlay.apply {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  transition: 0.3s;
}

.DropDwon-srb-menu {
  display: none;
  width: 16rem;
  background-color: #fff;
  top: 100%;
  position: absolute;
  padding: 1rem;
  border-top: 3px solid #2c3e50;
  border-radius: 0 0 10px 10px;
}
.DropDwon-srb-menu.active {
  display: block;
}
.DropDwon-srb-menu ul {
  padding: 0;
  margin: 0;
}
.DropDwon-srb-menu ul li {
  list-style: none;
  width: 100%;
  padding: 0 !important;
  margin: 0;
  margin-bottom: 10px;
}
.DropDwon-srb-menu ul li button {
  border: 0;
  background: transparent;
  width: 100%;
  text-align: left;
  padding: 0 !important;
  position: relative;
  font-size: 0.8rem;
  font-weight: 600;
  color: #000;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}
.DropDwon-srb-menu ul li button::after {
  content: "";
  background-image: url("/icons/right-arrow.svg");
  width: 1rem;
  height: 1rem;
  line-height: 1.2rem;
  position: absolute;
  z-index: 9;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  filter: invert(1);
  transform: rotate(90deg);
}
.DropDwon-srb-menu ul li .childNav {
  padding-left: 20px;
}
.DropDwon-srb-menu ul li .childNav li {
  margin: 0;
  padding-left: 20px;
  list-style: circle;
}
.DropDwon-srb-menu ul li .childNav a {
  font-size: 0.8rem;
  font-weight: 500;
  color: #797878;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
  margin: 0;
}
.DropDwon-srb-menu ul li .new {
  font-size: 8px;
  background: #e20f0f;
  color: #fff;
  padding: 2px;
  margin-left: 2px;
  position: relative;
  top: -2px;
}

.MegaSrbMenu {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  left: 0;
  top: 100%;
  max-width: 90%;
  right: 0;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  box-shadow: 0 1rem 1rem rgba(51, 51, 51, 0.0588235294);
  transition: 500ms;
}
.MegaSrbMenu.active {
  display: flex;
}
.MegaSrbMenu .navigation-srb-bar {
  width: 25%;
  height: 100%;
  background-color: #fff;
  border-radius: 0 0 0 10px;
  display: flex;
  align-items: center;
  padding: 1rem;
}
.MegaSrbMenu .navigation-srb-bar .btnSrbBar {
  width: 100%;
}
.MegaSrbMenu .navigation-srb-bar .btnSrbBar button {
  list-style: none;
  width: 100%;
  padding: 0.8rem 1rem;
  margin-bottom: 0.3rem;
  position: relative;
  border-radius: 10px;
  transition: 350ms;
  background-color: transparent;
  border: none;
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}
.MegaSrbMenu .navigation-srb-bar .btnSrbBar button::after {
  content: "";
  background-image: url("/icons/right-arrow.svg");
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  z-index: 9;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0.5rem;
  top: 0.8rem;
  filter: invert(1);
}
.MegaSrbMenu .navigation-srb-bar .btnSrbBar button:hover {
  background: #174035;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}
.MegaSrbMenu .navigation-srb-bar .btnSrbBar button:hover::after {
  filter: invert(0);
}
.MegaSrbMenu .navigationContent-srb {
  height: 100%;
  padding: 1rem;
  width: 75%;
}
.MegaSrbMenu .navigationContent-srb ul {
  padding-left: 0;
}
.MegaSrbMenu .navigationContent-srb ul li a {
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
  color: #000;
  line-height: 0.7rem;
  font-family: var(--main-font, "Filson Pro");
}
.MegaSrbMenu .navigationContent-srb ul li a:hover {
  color: #009541;
}
.MegaSrbMenu .navigationContent-srb .normalPages {
  padding: 0 0.625rem;
  width: 50%;
}
.MegaSrbMenu .navigationContent-srb .normalPages .srb-btn {
  width: 55%;
  height: 1.875rem;
  border-radius: 0.9375rem;
  margin: 0.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 5px !important;
}
.MegaSrbMenu .navigationContent-srb .normalPages .srb-btn a {
  font-size: 0.5rem !important;
  line-height: 0.7rem;
  font-weight: 600;
  text-align: center;
}
.MegaSrbMenu .navigationContent-srb .normalPages .srb-btn:hover {
  color: #47ee40;
  background-color: none !important;
}
.MegaSrbMenu .navigationContent-srb .subProductPage {
  width: 100%;
  display: flex;
  justify-content: center;
}
.MegaSrbMenu .navigationContent-srb .subProductPage ul {
  columns: 2;
}
.MegaSrbMenu .navigationContent-srb .subProductPage ul li {
  list-style: circle;
}

@media (max-width: 768px) {
  .top-head-bar {
    display: none !important;
  }
  .srbmainheader .navbar-brand img {
    height: auto !important;
    width: 125px;
  }
  .tpoffcanvas {
    width: 80% !important;
  }
  .tpoffcanvas .tpoffcanvas__logo img {
    width: 120px !important;
    height: auto;
  }
  .tpoffcanvas .tpoffcanvas__close-btn .close-btn {
    font-size: 1.5rem !important;
  }
  .tpoffcanvas .mobile-menu .calcBox {
    position: relative;
    margin-left: 0;
    background: #fff;
    width: 100%;
    padding: 0.9375rem 0.3125rem;
    box-shadow: none;
    border-top: 2px solid #004135;
  }
  .tpoffcanvas .mobile-menu .calcBox .srb-btn {
    width: auto;
    background-color: #174035;
    height: 2.5rem;
    font-size: 14px;
    padding: 0 2rem 0 1rem;
  }
  .tpoffcanvas .mobile-menu .calcBox.search {
    right: 0;
    margin-top: 10px;
    width: 100% !important;
    display: flex;
    flex-direction: column;
  }
  .tpoffcanvas .mobile-menu .calcBox.search input {
    width: 100%;
    margin-bottom: 10px;
  }
  .tpoffcanvas .mobile-menu .calcBox.search .srb-btn {
    width: 100% !important;
  }
  .tpoffcanvas .mobile-menu .rightEndPart {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .tpoffcanvas .mobile-menu .rightEndPart .applyBtn a {
    width: 100% !important;
    display: block;
    text-align: center;
  }
  .srbmainheader .srb-menu ul li.has-droupdown ul.sub-menu li ul li a {
    font-size: 0.625rem;
    margin-left: 0;
    line-height: 0.875rem;
    padding: 16px 0 0 15px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .d-tab-none {
    display: block !important;
  }
  .mainNavCollapse:not(.show) {
    display: none !important;
  }
  .homeHeaderNavbar {
    flex-wrap: nowrap;
    justify-content: space-between !important;
  }
  .top-head-bar {
    display: none !important;
  }
  .tpoffcanvas {
    width: 80% !important;
  }
  .tpoffcanvas .tpoffcanvas__logo img {
    width: 120px !important;
    height: auto;
  }
  .tpoffcanvas .tpoffcanvas__close-btn .close-btn {
    font-size: 1.5rem !important;
  }
  .tpoffcanvas .mobile-menu .calcBox {
    position: relative;
    margin-left: 0;
    background: #fff;
    width: 100%;
    padding: 0.9375rem 0.3125rem;
    box-shadow: none;
    border-top: 2px solid #004135;
  }
  .tpoffcanvas .mobile-menu .calcBox .srb-btn {
    width: auto;
    background-color: #174035;
    height: 2.5rem;
    font-size: 14px;
    padding: 0 2rem 0 1rem;
  }
  .tpoffcanvas .mobile-menu .calcBox.search {
    right: 0;
    margin-top: 10px;
    width: 100% !important;
    display: flex;
    flex-direction: column;
  }
  .tpoffcanvas .mobile-menu .calcBox.search input {
    width: 100%;
    margin-bottom: 10px;
  }
  .tpoffcanvas .mobile-menu .calcBox.search .srb-btn {
    width: 100% !important;
  }
  .tpoffcanvas .mobile-menu .rightEndPart {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .tpoffcanvas .mobile-menu .rightEndPart .applyBtn a {
    width: 100% !important;
    display: block;
    text-align: center;
  }
}
