nav ul,
nav li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Anek Latin", sans-serif;
  font-style: normal;
}
nav label,
nav h2,
nav h3,
nav h4 {
  font-family: "Anek Latin", sans-serif;
}
nav a {
  display: block;
  text-decoration: none;
  font-family: "Anek Latin", sans-serif;
}
nav a:hover,
nav a:visited {
  text-decoration: none;
}
.list_inline {
  display: flex;
  margin:0px;
  padding-left:0px;
}
.menu-link {
  padding: 20px 25px;
  color: #000;
  transition: background 0.2s, color 0.2s;
  position: relative;
  z-index: 1;
}
.menu-link[aria-haspopup="true"] {
  padding-right: 30px;
}
.menu-link[aria-haspopup="true"]:after {
  content: "";
  /* background: url("../../assets/images/arrow-up-right.svg"); */
  background-size: 14px;
  width: 14px;
  height: 14px;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.menu-link[aria-haspopup="true"].active:after {
  content: "";
  background: url("../../assets/images/arrow-up-right-red.svg");
  top: 29%;
  transform: rotate(45deg);
}
.menu-link[aria-haspopup="true"]:focus:after {
  content: "";
  background: url("../../assets/images/arrow-up-right-red.svg");
  top: 29%;
  transform: rotate(45deg);
}
.mega-menu-header {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  color: #136a73;
}
.mega-menu {
  background: #ffffff;
  z-index: 10;
}
.mega-menu--multiLevel {
  flex-direction: column;
  display: flex;
}
/* .mega-menu--multiLevel > li {
  width: 350px;
} */
/* .list_inline li a.hmenu{color:#fff;font-size:14px;font-weight:500;} */
.bdrbtmr0 {
  border-bottom-left-radius: 15px;
}
/* .mega-menu {
  width: 1410px;
} */
.menu-list {
  overflow: auto;
}
.menu-list li {
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(235, 235, 236, 1);
  padding: 15px;
  border-radius: 15px;
  width: 31.3%;
  height: auto !important;
  margin: 7px 1%;
  float: left;
}

.menu-list li:hover {
  background: no-repeat padding-box #fff6f7;
  box-shadow: none;
  border: 1px solid #db959d;
}

.menu-list li:nth-child() .menu-list li a {
  display: block;
}
.menu-list li label {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  display: block;
  margin-bottom: 10px;
}
.menu-list li .tag {
  background: rgba(235, 235, 236, 1);
  padding: 4px 8px;
  margin-bottom: 10px;
  border-radius: 30px;
  height: 22px;
  font-weight: 500;
  font-size: 12px;
}
.menu-list li .ptag {
  font-size: 16px;
  color: rgb(0 0 0);
  line-height: 17.6px;
  font-weight: 500;
  display: block;
  clear: both;
  margin-top: 12px;
  height: 55px;
  opacity: 0.8;
}
.menu-list li .price {
  color: #000;
  font-family: var(--dev_med);
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
.menu-list li .viewplan {
  color: var(--primary);
  font-family: var(--dev_med);
  font-size: 16px;
  line-height: normal;
  text-decoration-line: underline;
  float: right;
}
.mega-menu li.vmpp {
  padding: 8px;
}
.mega-menu li.vmpp a {
  color: var(--primary);
  font-family: var(--dev_med);
  font-size: 16px;
  line-height: normal;
  text-decoration-line: underline;
}
.mega-menu li .kapplybtn {
  padding: 20px 25px;
  margin-top: 0;
  color: #000;
  transition: background 0.2s, color 0.2s;
  position: relative;
  z-index: 1;
}
.mega-menu li .kapplybtn p {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
}
.mega-menu li .kapplybtn p span {
  font-weight: 600;
  color: rgba(132, 17, 33, 1);
}
.mega-menu li .kapplybtn .btn {
  width: 140px;

  margin-top: 20px;

  margin-right: 10px;

  border: 2px solid #aeb0b3;

  border-radius: 24px;

  text-align: center;

  /* Anek/Medium/P3 M */

  font-family: var(--dev_med);

  font-size: 16px;

  height: 38px;

  display: flex;

  font-style: normal;

  color: var(--primary);

  float: left;

  line-height: normal;

  flex-direction: column;

  align-items: center;

  justify-content: center;
}
.mega-menu li .kapplybtn .btn-danger {
  border-color: #dc3545;
  color: var(--white);
}
.mega-menu--multiLevel.twopart:after {
  background: #f9f9fb;
}
.mega-menu--multiLevel.twopart .menu-list {
  background: #fff;
}
.twopart .menu-list li {
  width: 48%;
  background: transparent;
  border: 0;
  padding: 0;
  height: auto;
  margin: 0 1%;
}
.twopart .menu-list li h4,
.twopart .menu-list li .headerTitleh4 {
  margin: 0px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  height: 38px;
  border-bottom: 1px solid rgba(215, 215, 217, 1);
}
.twopart .menu-list li .menutxt {
  width: 50%;
  float: left;
  margin: 10px 0px;
  position: relative;
}
.twopart .menu-list li .menutxt p {
  font-size: 16px;
  font-weight: 600;
  line-height: 17.6px;
  color: rgba(0, 0, 0, 1);
}
.twopart .menu-list li .menutxt a {
  max-width: 225px;
  padding: 5px 8px;
  margin: 15px 0px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 17.6px;
  text-decoration: none;
  color: rgb(0 0 0 / 80%);
  border-radius: 8px;
  border: 1px #fff solid;
  font-family: "Anek Latin", sans-serif;
  display: block;
}
.twopart .menu-list li .menutxt a:hover {
  background: rgba(201, 20, 41, 0.05);
  color: rgba(201, 20, 41, 1);
}
.mega-menu li .kapplybtn .btn-danger {
  border-color: #dc3545;
  color: var(--white);
}
.mega-menu--multiLevel.twopart:after {
  background: #f9f9fb;
}
.mega-menu--multiLevel.twopart .menu-list {
  background: #fff;
}
.twopart .menu-list li {
  width: 48%;
  background: transparent;
  border: 0;
  padding: 0;
  height: auto;
  margin: 0 1%;
}
.twopart .menu-list li h4,
.twopart .menu-list li .headerTitleh4 {
  margin: 0px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  height: 38px;
  border-bottom: 1px solid rgba(215, 215, 217, 1);
}
.twopart .menu-list li .menutxt {
  width: 50%;
  float: left;
  margin: 10px 0px;
  position: relative;
}
.twopart .menu-list li .menutxt p {
  font-size: 16px;
  font-weight: 600;
  line-height: 17.6px;
  color: rgba(0, 0, 0, 1);
}
.twopart .menu-list li .menutxt a {
  max-width: 225px;
  padding: 5px 8px;
  margin: 15px 0px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 17.6px;
  text-decoration: none;
  color: rgb(0 0 0 / 80%);
  border-radius: 8px;
  border: 1px #fff solid;
  font-family: "Anek Latin", sans-serif;
  display: block;
}
.twopart .menu-list li .menutxt a span.badge {
  margin: 0;
}
.twopart .menu-list li .menutxt a:hover, .twopart .menu-list li .menutxt a:focus{
  background: rgba(201, 20, 41, 0.05);
  color: rgba(201, 20, 41, 1);
}
span.badge {
  float: right;
  margin-right: 18px;
  background: #c71429;
  margin-top: 2px;
  border-radius: 10px;
  margin-left: 10px;
}

.loanproductnav.mega-menu--multiLevel > li .mega-menu-link {
    margin: 0;
    border-radius: 0;
    width: 70%;
    height: 80px;
    border: 0px;
    border-bottom: 1px #ccc solid;
    font: normal normal 24px / 36px var(--dev_semi_bold);
    letter-spacing: -0.3px;
}

.mega-menu.mega-menu--multiLevel.loanproductnav
  a.menu-link.mega-menu-link.active {
  border-radius: 0;
  border: none;
  border-bottom: 1px #ccc solid;
}

.loanproductnav.mega-menu--multiLevel > li .mega-menu-link:hover,
.loanproductnav.mega-menu--multiLevel > li .mega-menu-link.active {
  border-color: #ccc;
}
.loanproductnav .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  border-radius: 0px;
  background: transparent;
}
.loanproductnav .menu-list li:first-child {
  width: 70%;
  padding-right: 15px;
}
.loanproductnav .menu-list li:last-child {
  width: 30%;
  border-left: 1px #ccc solid;
  padding: 0 0px 0 20px;
}
.loanproductnav .menu-list li .loanlist {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  gap: 10px;
}
.loanproductnav .menu-list li .loanproduct {
  background: #fff;
  border: 1px solid transparent;
  padding: 23px;
  height: 215px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: 0.3s;
  border-radius: 20px;
}
.loanproductnav .menu-list li .loanproduct:hover {
  background: no-repeat padding-box #fff6f7;
  box-shadow: 0 20px 50px #00000014;
  border: 1px solid #db959d;
}
.loanproductnav .menu-list li .loanproduct .icon {
  width: 32px;
  height: 32px;
  position: relative;
  display: block;
}
.loanproductnav .menu-list li .loanproduct .icon img {
  width: 100%;
}
.loanproductnav .menu-list li .loanproduct label {
  font-size: 20px;
  line-height: 22px;
  margin-top: 40px;
  margin-bottom: 5px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.loanproductnav .menu-list li .loanproduct .ptag {
  font-size: 14px;
  line-height: 16px;
  color: #2e343e;
  opacity: 0.8;
  margin: 0;
}
.loanproductnav .menu-list li .quick_links {
  border-top: 1px solid #d4d4d4;
  padding-top: 10px;
  margin-top: 20px;
}
.loanproductnav .menu-list li .quick_links h3 {
  font-size: 24px;
  line-height: 46px;
  font-weight: 600;
  letter-spacing: 0;
  color: #2e343e;
  opacity: 1;
  margin-bottom: 20px;
}
.loanproductnav .menu-list li .quick_links a {
  background: #fff;
  letter-spacing: 0;
  color: rgb(201 20 41);
  position: relative;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  opacity: 1;
  display: inline-block;
  padding: 5px 14px;
  transition: all 0.5s ease-in-out;
}
.loanproductnav .menu-list li .quick_links a:hover {
  background: no-repeat padding-box #fff6f7;
  box-shadow: 0 20px 50px #00000014;
  border: 1px solid #db959d;
}

.loancarousel {
  height: 175px;
  max-width: 250px;
  position: relative;
}
.loadslide .carousel-item {
  height: 100%;
}
.loancarousel .carousel-inner {
  height: 155px;
  border-radius: 15px;
}
.loancarousel .slide-img {
  height: 100%;
  width: 100%;
}
.loancarousel .carousel-caption,
.insurancecarousel .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  text-align: left;
}
.loancarousel .carousel-caption .slide_ico {
  position: relative;
  width: 40px;
  height: 40px;
  background: linear-gradient(148deg, #ffffff00 0, #ffffff94 100%) no-repeat
    padding-box;
  opacity: 1;
  float: left;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
}
.loancarousel .carousel-caption .slide_ico img {
  max-width: 17px;
}
.loancarousel .carousel-caption h5 {
  font-size: 19px;
  line-height: 25px;
  letter-spacing: 0;
  color: #111;
  opacity: 1;
  display: block;
  font-weight: 600;
  height: 50px;
  overflow: hidden;
  padding-left: 10px;
}
.loancarousel .carousel-caption p {
  padding-left: 51px;
  font-size: 14px;
  line-clamp: 19px;
  letter-spacing: 0;
  color: #111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  opacity: 0.7;
}
.loancarousel .carousel-caption a {
  font-weight: 600;
  padding-left: 50px;
  margin-top: 9px;
  display: block;
  font-size: 13px;
  line-height: 16px;
  color: #c91429;
  text-transform: uppercase;
}
.loadslide .carousel-indicators {
  bottom: 3px;
  margin: 0px;
}
.loadslide .carousel-indicators button {
  border: 1px #ccc solid;
  width: 10px;
  height: 4px;
}
.insurancecarousel {
  max-width: 250px;
  position: relative;
}
.insurancecarousel .carousel-inner {
  border-radius: 15px;
  position: relative;
  margin-top: 115px;
}
.insurancecarousel .carousel-inner:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.insurancecarousel .slide-img {
  width: 100%;
}
.insurancecarousel .carousel-caption {
  z-index: 9;
}
.insurancecarousel .carousel-caption a {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
}

.accordion-item-mb .loanmob-list {
  display: block;
  width: 100%;
  position: relative;
}
.accordion-item-mb .loanmob-list h4 {
}
.accordion-item-mb .loanmob-list ul {
}
.accordion-item-mb .loanmob-list ul li {
}
.accordion-item-mb .loanmob-list ul li a {
  padding: 0px 10px;
  border: 0px;
  font-size: 14px;
  line-height: 30px;
  color: rgb(0 0 0 / 80%);
}
.accordion-item-mb .loanmob-list .vmloan {
}
.accordion-item-mb .loanmob-list .vmloan a {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  padding: 5px 20px 5px 10px;
  border: 0;
  color: #c91429;
  display: inline;
}
.accordion-item-mb .loanmob-list .vmloan a:after {
  content: "";
  background: url("../../assets/images/chevron-down-dark.svg");
  position: absolute;
  width: 15px;
  height: 15px;
  top: 7px;
  right: 2px;
}
.accordion-item-mb .loanmob-list {
}
.accordion-item-mb .loanmob-list {
}
.accordion-item-mb .loanmob-list {
}

@media all and (min-width: 1600px) {
	
	.loanproductnav.mega-menu--multiLevel > li .mega-menu-link {

    width: 100%;}
	
}

@media all and (min-width: 951px) {
  header .nav {
    background: transparent;
    display: block;
    width: 100%;
  }
  header .nav > nav {
    width: 100%;
    margin: 0 auto;
    background: transparent;
  }
  .menu [aria-haspopup="true"] ~ ul {
    display: none;
  }
  .list_inline {
    position: relative;
  }
  .list_inline > li > [aria-haspopup="true"]:after {
    /* background: url("../../assets/images/chevron-down-white.svg"); */
  }
  .list_inline > li > [aria-haspopup="true"]:hover:after {
    background: url("../../assets/images/chevron-down-white.svg");
  }
  .list_inline > li > [aria-haspopup="true"]:focus ~ ul {
    display: flex;
    transform-origin: top;
    animation: dropdown 0.2s ease-out;
  }
  .list_inline > li > [aria-haspopup="true"] ~ ul:hover {
    display: flex;
  }
  .list_inline > li:focus-within > [aria-haspopup="true"] ~ ul {
    display: flex;
  }
  .list_inline > li > [aria-haspopup="true"]:focus,
  .list_inline > li:focus-within > [aria-haspopup="true"],
  .list_inline > li:hover > a {
    background: #b51023;
    color: #ffffff;
  }
  .list_inline > li > [aria-haspopup="true"]:focus:after,
  .list_inline > li:focus-within > [aria-haspopup="true"]:after,
  .list_inline > li:hover > a:after {
    background: url("../../assets/images/chevron-down-white.svg");
    transform: rotate(180deg);
    top: 42%;
  }
  /* .mega-menu {position: absolute;padding:15px 0px;top: 100%;left: 0;height:80vh; background:#F9F9FB;box-shadow: 0px 20px 48px 0px #00000029;border-radius:20px;overflow:hidden;  } */
  .mega-menu:after {
    content: "";
    background: #fff;
    width: 340px;
    top: 0;
    left: 250px;
    bottom: 0;
    position: absolute;
    border-bottom-left-radius: 20px;
    opacity: 0;
  }
  .mega-menu:hover {
    display: flex;
  }
  .mega-menu a:hover {
  }
  .mega-menu--multiLevel > li .mega-menu-link {
    height: 48px;
    border-radius: 10px;
    border: 1px transparent solid;
    width: calc(100% - 28px);
    margin: 12px auto 0;
    display: flex;
    align-items: center;
  }
  .mega-menu--multiLevel > li .mega-menu-link:hover,
  .mega-menu--multiLevel > li .mega-menu-link.active ,
  .mega-menu--multiLevel > li .mega-menu-link:focus{
    color: var(--primary);

    background: rgba(201, 20, 41, 0.1);
  }
  .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul {
    left: 600px;
    padding: 40px;
    width: calc(1410px - 340px);
    background: #f9f9fb;
    display: none;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
  }
  .list_inline > li > [aria-haspopup="true"] ~ ul li a.active {
    background-color: rgba(201, 20, 41, 0.1);
    color: #136a73;
  }
  .list_inline > li > [aria-haspopup="true"] ~ ul li a.active ~ ul {
    display: block;
    transform-origin: top;
    animation: dropdown 0.2s ease-out;
  }
  .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul ul {
    width: 100%;
    left: 100%;
  }
  .mega-menu--multiLevel li:hover > [aria-haspopup="true"] ~ ul,
  .mega-menu--multiLevel li > a.active ~ ul {
    display: block;
    transform-origin: left;
    animation: fadein 0.2s ease-out;

    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  .mega-menu--multiLevel li:focus-within > [aria-haspopup="true"] ~ ul {
    display: block;
  }
  .mega-menu--multiLevel li:hover > [aria-haspopup="true"],
  .mega-menu--multiLevel li:focus-within > [aria-haspopup="true"],
  .mega-menu--multiLevel li:hover > a,
  .mega-menu--multiLevel li:focus-within > a {
  }
  .mega-menu--multiLevel [aria-haspopup="true"] ~ ul,
  .mega-menu--multiLevel [aria-haspopup="true"] {
    border-left: 1px solid #f0f0f0;
  }
  .mega-menu--multiLevel [aria-haspopup="true"] ~ ul:hover,
  .mega-menu--multiLevel [aria-haspopup="true"] ~ ul {
    position: absolute;
    top: 0;
    height: 100%;
  }
  .mega-menu--flat > * {
    flex: 1;
  }
  .mobile-menu-trigger,
  .mobile-menu-header,
  .mobile-menu-back-item {
    display: none;
  }
}

@media all and (max-width: 1600px) {
  .loanproductnav.mega-menu--multiLevel > li .mega-menu-link {
    font-size: 18px;
    height: auto;
    padding: 10px 20px;
  }

.mega-dropdown .dropdown-menu.show {
    top: 5px !important;
}

  .main_primary_nav_wrapper .dropdownMenu-li .mega_menu_dropdown_Wrapper {
    top: 5px !important;
  }

  .menu-list li .price {
    font-size: 13px;
    display: flex;
    float: left;
  }

  .menu-list li .viewplan {
    font-size: 13px;
  }

  .menu-list li label {
    font-size: 16px;
    margin-bottom: 5px;
  }


  .mega-menu li .kapplybtn {
    margin-top: 10px;
  }
  .menu-list li {
    height: 165px;
  }
  .menu-list li .ptag {
    height: 40px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .twopart .menu-list li .menutxt a,
  .twopart .menu-list li .menutxt p {
    font-size: 14px;
  }
  .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul {
    width: calc(100% - 788px);
    padding: 10px;
  }
  .loanproductnav .menu-list li .loanproduct {
    height: 160px;
    padding: 15px;
  }
  .loanproductnav .menu-list li .loanproduct .icon {
    width: 24px;
    height: 24px;
  }
  .loanproductnav .menu-list li .loanproduct label {
    font-size: 14px;
    margin: 35px 0 4px;
    line-height: 12px;
  }
  .loanproductnav .menu-list li .loanproduct .ptag {
    font-size: 12px;
    line-height: 1.3;
  }
  .loanproductnav .menu-list li .quick_links h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.6;
  }
  .loanproductnav .menu-list li .quick_links a {
    font-size: 12px;
  }
  .loancarousel .carousel-caption .slide_ico {
    display: none;
  }
  .loancarousel .carousel-caption h5 {
    padding-left: 0px;
    font-size: 16px;
    line-height: 22px;
  }
  .loancarousel .carousel-caption p,
  .loancarousel .carousel-caption a {
    font-size: 12px;
    padding-left: 0px;
  }
  .insurancecarousel .carousel-caption a {
    font-size: 16px;
    line-height: 24px;
  }

  .loanproductnav .menu-list li:last-child {
    width: 35%;
  }
  .loanproductnav .menu-list li:first-child {
    width: 64%;
  }
  .bmi_cal_wrapper {
    padding: 25px 10px;
    gap: 9px;
  }
  .bmi_ico {
    width: 45px;
    height: 45px;
  }
  .bmi_ico img {
    max-width: 16px;
  }
  .bmi_content .bmi_content_heading,
  .bmi_content h3 {
    font-size: 18px;
    line-height: 19px;
  }
  .bmi_content p {
    font-size: 12px;
    line-height: 12px;
  }
  .bmi_content a {
    font-size: 12px;
    line-height: 14px;
  }
  .bmi_content a:hover:before,
  .quick_links_grid li > a:hover em {
    right: -17px;
  }
  .bmi_content a:before {
    height: 6px;
    width: 6px;
  }
  .related_reads_wrapper .related_reads_heading,
  .related_reads_wrapper h3,
  .wrapper_title_text {
    font-size: 20px;
    line-height: 20px;
  }
  .related_reads_slide_wrapper {
    height: 280px;
  }
  .nav_slider_content {
    left: 25px;
    width: calc(100% - 25px);
    bottom: 35px;
  }
  .nav_slider_content .nav-slide-heading,
  .nav_slider_content h4 {
    font-size: 18px;
    line-height: 18px;
  }
  .nav_slider_content p {
    letter-spacing: 0;
    margin-top: 5px;
    font-size: 12px;
    line-height: 12px;
  }
}

@media all and (min-width: 1500px) and (max-width: 1800px) {

	
	/* .mega-menu--multiLevel > li {
    width: -webkit-fill-available;
} */

.mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul {
    width: calc(100% - 668px);
    left: 496px;
}
.mega-dropdown .dropdown-menu.show {
    top: 25px !important;
}
}

@media all and (max-width: 1440px) {
/* .mega-menu {
    width: -webkit-fill-available;
} */
  /* .mega-menu--multiLevel > li {
    width: 40.8%;
  } */
  .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul {
    left: 513px;
    width: calc(100% - 513px);
  }
  .mega-menu:after {
    width: 210px;
  }
  .menu-list li {
    width: 31.3%;
  }
  .mega-menu--multiLevel > li .mega-menu-link {
    height: 36px;
    padding: 6px 10px;
    font-size: 15px;
  }
  /* .mega-menu li .kapplybtn {
    margin-top: 0px;
    padding: 0px 25px;
    padding-bottom: 25px;
  } */
  .mega-menu li .kapplybtn .btn {
    width: fit-content;
    margin-top: 20px;
    margin-right: 6px;
    padding: 7px 19px;
    font-size: 13px;
    height: auto;
  }
  .loanproductnav .menu-list li .loanproduct {
    height: 135px;
    padding: 10px;
  }
  .loanproductnav .menu-list li .loanproduct label {
    font-size: 12px;
    line-height: 15px;
    margin-top: 12px;
  }
  .loanproductnav .menu-list li .loanproduct .ptag {
    font-size: 12px;
    line-height: 1.1;
  }
  .insurancecarousel .carousel-inner {
    margin-top: 70px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .loanproductnav .menu-list li:last-child {
    width: 38%;
    padding: 0 10px 0 20px;
  }

  .loanproductnav .menu-list li:first-child {
    width: 62%;
    padding-right: 30px;
  }

  .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul {
    left: 485px;
    width: calc(100% - 593px);
  }

  .loanproductnav .menu-list li .loanlist {
    grid-template-columns: 34% 34% 34%;
    padding: 0 10px 0 0;
  }

  .bmi_content .bmi_content_heading,
  .bmi_content h3 {
    font-size: 16px;
  }

  .bmi_ico {
    width: 42px;
    height: 42px;
  }
  .bmi_ico img {
    max-width: 13px;
  }

  .bmi_cal_wrapper {
    padding: 20px 10px;
  }

  .related_reads_wrapper .related_reads_heading,
  .related_reads_wrapper h3,
  .wrapper_title_text {
    font-size: 15px;
  }

  .related_reads_slide_wrapper {
    height: 250px;
  }

  .mega-menu--multiLevel > li {
  }

  .sip_calc_nav_slider {
    padding-bottom: 50px;
  }

  .sip_calc_nav_slider {
  }

  .nav_slider_content .nav-slide-heading,
  .nav_slider_content h4 {
    font-size: 17px;
  }

  .nav_slider_content p {
    font-size: 12px;
  }

  .mega-dropdown .dropdown-menu.show .common_nav_grid_wrapper {
  }
}

@media all and (max-width: 1199px) {
  .mega-menu li .kapplybtn {
    /* width: 25%; */
    padding: 0px 15px;
  }

  .nav_slider_content {
    left: 10px;
    width: auto;
  }

  /* .mega-dropdown .dropdown-menu.show {
    top: 62px !important;
    left: 0 !important;
  } */

  .main_primary_nav_wrapper .dropdownMenu-li .mega_menu_dropdown_Wrapper {
    top: 14px !important;
  }

  .common_nav_grid_wrapper {
    width: 77%;
  }

  .twopart .menu-list li {
    width: 100%;
  }
  .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul {
    left: 409px;
    width: calc(100% - 445px);
  }
  .mega-menu:after {
    left: 164px;
    display: none;
  }
  /* .menu-list li {
    height: 160px;
  } */

  .menu-list li .ptag {
    height: 40px;
    font-size: 13px;
  }

  .loanproductnav .menu-list li:last-child {
    width: 30%;
    padding: 0 10px 0 20px;
  }

  .loanproductnav .menu-list li:first-child {
    width: 70%;
    padding-right: 30px;
  }

  .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul {
    left: 349px;
    width: calc(100% - 453px);
  }

  .loanproductnav .menu-list li .loanlist {
    grid-template-columns: 34% 34% 34%;
    padding: 0 10px 0 0;
  }

  .bmi_content .bmi_content_heading,
  .bmi_content h3 {
    font-size: 16px;
  }

  .bmi_ico {
    width: 55px;
    height: 55px;
  }

  .bmi_cal_wrapper {
    padding: 10px;
    display: block;
  }

  .related_reads_wrapper .related_reads_heading,
  .related_reads_wrapper h3,
  .wrapper_title_text {
    font-size: 15px;
  }

  .related_reads_slide_wrapper {
    height: 170px;
  }

  /* .mega-menu--multiLevel > li {
    width: 42%;
  } */

  .sip_calc_nav_slider {
    padding-bottom: 50px;
  }

  .sip_calc_nav_slider {
  }

  .nav_slider_content .nav-slide-heading,
  .nav_slider_content h4 {
    font-size: 11px;
  }

  .nav_slider_content p {
    font-size: 12px;
  }

  .mega-dropdown .dropdown-menu.show .common_nav_grid_wrapper {
  }
}

@media all and (max-width: 950px) {
  header .nav {
    padding: 20px;
    width: 100%;
    position: relative;
  }
  .mobile-menu-trigger,
  .mobile-menu-header,
  .mobile-menu-back-item {
    display: block;
  }
  .mobile-menu-trigger {
    position: relative;
  }
  .mobile-menu-header {
    order: -1;
    background: grey;
  }
  .mobile-menu-header a {
    padding: 20px 25px;
    color: #ffffff;
    visibility: visible;
  }
  .mobile-menu-trigger,
  .mobile-menu-trigger:after,
  .mobile-menu-trigger:before {
    width: 22px;
    height: 2px;
    background: #fff;
  }
  .mobile-menu-trigger:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    background: #fff;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .mobile-menu-trigger:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: #fff;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .list_inline li a.hmenu {
    color: #080808;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 25px;
  }
  .mega-menu--multiLevel > li {
    width: 100%;
  }
  .list_inline {
    flex-direction: column;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 350px;
    max-width: 350px;
    max-width: 90%;
    overflow-x: hidden;
    transition: left 0.3s;
    box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
  }

  .list_inline > li > [aria-haspopup="true"] ~ ul {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    position: absolute;
    left: 100%;
    top: 0;
    max-height: 100vh;
    width: 100%;
    transition: left 0.3s;
  }
  .list_inline
    > li
    > [aria-haspopup="true"]
    ~ ul
    > li
    > [aria-haspopup="true"] {
    font-size: 1.2em;
  }
  .list_inline
    > li
    > [aria-haspopup="true"]
    ~ ul
    > li
    > [aria-haspopup="true"]
    ~ ul
    a {
    padding-left: 40px;
  }
  .list_inline
    > li
    > [aria-haspopup="true"]
    ~ ul
    > li
    > [aria-haspopup="true"]
    ~ ul
    > li
    > [aria-haspopup="true"]
    ~ ul
    a {
    padding-left: 80px;
  }
  .list_inline > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"] {
    color: #2a2a2a;
  }
  .list_inline > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"]:after {
    content: "+";
    background: none;
    font-size: 1em;
    font-weight: normal;
    height: 20px;
    line-height: 1;
  }
  .list_inline > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"] ~ ul {
    max-height: 0px;
    transform-origin: top;
    transform: scaleY(0);
    transition: max-height 0.1s;
  }
  .list_inline > li .menu-list {
    width: 100% !important;
    height: auto;
  }
  .mega-menu-content {
    padding: 20px 25px;
  }
  .mobile-menu-back-item {
    order: -1;
  }
  .mobile-menu-back-item a {
    background: #d9d9d9;
    color: #2a2a2a;
    max-height: calc(1.4em + 40px);
    margin-top: calc(0px - (1.4em + 40px));
    pointer-events: none;
  }
  .mobile-menu-back-item a:before {
    content: "";
    width: 14px;
    height: 12px;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowLeft.svg#default");
    background-size: 14px;
    margin-right: 10px;
    display: inline-block;
  }
  .mobile-menu-trigger:focus ~ ul {
    left: 0;
  }
  .list_inline:hover,
  .list_inline:focus-within {
    left: 0;
  }
  .list_inline > li > [aria-haspopup="true"]:focus ~ ul {
    left: 0;
  }
  .list_inline > li > [aria-haspopup="true"] ~ ul {
    margin-top: calc(1.4em + 40px);
  }
  .list_inline > li > [aria-haspopup="true"] ~ ul:hover,
  .list_inline > li > [aria-haspopup="true"] ~ ul:focus-within {
    left: 0;
  }
  .list_inline
    > li
    > [aria-haspopup="true"]
    ~ ul
    [aria-haspopup="true"]:focus
    ~ ul {
    max-height: 500px;
    animation: dropdown 0.3s forwards;
  }
  .list_inline
    > li
    > [aria-haspopup="true"]
    ~ ul
    li:focus-within
    > [aria-haspopup="true"]
    ~ ul {
    max-height: initial;
    transform: scaleY(1);
  }
  .list_inline > li:focus-within ~ .mobile-menu-header a {
    visibility: hidden;
  }
  .menu-list li {
    width: calc(100% - 20px);
    height: auto;
    margin: 5px 10px;
    padding: 10px;
  }
  .menu-list li a {
    padding: 0px !important;
  }
  .menu-list li .tag,
  .menu-list li .ptag {
    display: none;
  }
  .twopart .menu-list li {
    width: 100%;
    padding: 10px;
    margin: 0px;
  }
  .twopart .menu-list li .menutxt {
    width: 100%;
  }
  .mega-menu li .kapplybtn {
    padding-bottom: 80px;
  }
}

@media all and (max-width: 950px) and (hover: none) {
  .mobile-menu-trigger:hover ~ ul {
    left: 0;
  }
  .list_inline > li > [aria-haspopup="true"]:hover ~ ul {
    left: 0;
  }
  .list_inline > li > [aria-haspopup="true"] ~ ul:hover {
    left: 0;
  }
  .list_inline
    > li
    > [aria-haspopup="true"]
    ~ ul
    [aria-haspopup="true"]:hover
    ~ ul {
    max-height: initial;
    animation: dropdown 0.3s forwards;
  }
  .list_inline
    > li
    > [aria-haspopup="true"]
    ~ ul
    [aria-haspopup="true"]
    ~ ul:hover {
    max-height: 500px;
    transform: scaleY(1);
  }
  .list_inline > li:hover ~ .mobile-menu-header a {
    visibility: hidden;
  }
}
@keyframes dropdown {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mobile_sub_header .mega-dropdown .dropdown-menu {
 
    top: 0 !important;
}
