  .calc-title-container {
    background: #134b8f;
    padding: 0px !important;
    color: white;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 1.1em;
    padding-bottom: 1.1em;
  }

  .calc-title h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-align: center;
    color: white;
    margin-bottom: 0;
    margin-top:10px;
  }

  .main-calc {
    border: 1px solid rgba(0,0,0,0.2);
  }

  .calculator {
    background: rgba(0,0,0,0.1);
    padding: 2em;
  }

  .total-results {
    /*padding: 2em;*/
  }

  .sub-results {
    display: flex;
  }

  .sub-results div {
    flex-grow: 1;
  }

  .total-results table {
    /*border: 1px solid rgba(0,0,0,0.2);*/
    width: 100%;
  }

  .total-results table tr td {
    padding: 0.5em;
    border-bottom: 1px solid rgba(0,0,0,0.2);
  }

  .total-results table tr:last-child td {
    border-bottom: 0 !important;
  } 

  .results {
    margin-bottom: 3em;
  }

  .results h1 {
    color: red;
  }

  .settings {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: none;
  }

  .advanced-settings {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    padding: 2em;
    color: white;
  }

  .legend {
    background: black;
    width: 20px;
    height: 20px;
  }

  .leg-yellow {
    /*background: #ffc107;*/
    background: #0f4c8e;
  }

  .leg-orange {
    /*background: #fd7e14;
    background: #9fc97a;*/
    background: #874a87;
  }

  .leg-pink {
    /*background: #e83e8c;
    background: #874a87;  */ 
    background: #9fc97a;
  }

  .leg-blue {
    /*background: #007bff;*/
    background: #e9ad78;
  }

  .leg-def-yellow {
    /*background: #ffc107;
    background: #91afdc;*/
    background: #c23062;
  }

  #chart-area {
    /*margin-left: -2em;*/
  }

  .chart-labels {
    text-align: center;
    margin-top: 1em;
  }

  .chart-labels h4 {
    font-size: 20px;
  }

  .details-btn {
    display: none;
  }

  #canvas-holder {
    margin-left: -3.5em;
  }

  .input-el {
    display: flex;
  }

  .input-el input {
    flex-grow: 1;
  }

  .input-el input:first-child {
    width: 20px;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-right: 0;
    padding-left: 0.3em;
    background: white;
  }

  .input-el input:last-child {
    width: 60px;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-left: 0;
    border-right: 1px solid #ced4da;
    text-align: right;
    padding-right: 0.3em;
    background: white;
  }

  .input-el input:nth-child(2) {
    border-left: 0;
    border-right: 0;
    border-radius: 0 !important;
  }

  input:focus {
    border: 0 !important;
  }

  .property-taxes,
  .downpayment  {
    /*display: flex;*/
  }

  .property-taxes input:first-child,
  .downpayment input:first-child,
  .home-insurance input:first-child {
    /*width: 200px;*/
    width: 100%;
    /*float: left;*/
  }

  .property-taxes input:last-child,
  .downpayment input:last-child,
  .home-insurance input:last-child {
    /*width: 50%;
    float: right;*/
    display: none;
  }

  .purchase .property-taxes input:first-child,
  .purchase .downpayment input:first-child,
  .purchase .home-insurance input:first-child {
    width: 50%;
    float: left;
  }

  .purchase .property-taxes input:last-child,
  .purchase .downpayment input:last-child,
  .purchase .home-insurance input:last-child {
    width: 50%;
    float: right;
    display: block !important;
  }

  .help-icon {
    background: #585858;
    padding: 0.1em 0.5em;
    border-radius: 20px;
    cursor: pointer;  
  }

  .help-icon a {
    font-weight: 700;
    color: white;
    text-decoration: none;
  }

  .popup-help {  
    position: absolute;
    width: 340px;
    padding: 15px;
    margin: 1em 0 3em;
    border: 5px solid #ddd;
    color: #333;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 999999;
  }

  .popup-help:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 40px;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #ddd transparent;
    display: block;
    width: 0;
  }

  /* For the layout */
  /* General */
  header {
    margin-bottom: 2em;
  }

  section {
    /*margin-bottom: 3em;*/
  }

  .navbar-nav {
    margin-top: -3em;
  }

  .home-body {
    background-image: url(../img/bg-blue.jpg);
    /*background-repeat: no-repeat;*/
    background-size: cover;
    color: white;
    -webkit-animation: slide 20s linear infinite;
    repeat: 0 0;
  }

  @-webkit-keyframes slide {
      from { background-position: 0 0; }
      to { background-position: -400px 0; }
  }

  .text h1 {
    font-family: 'Times New Roman' !important;
  }

  .text .btns {
    width: 100%;
    text-align: right;
  }

  .btns img {
    width: 220px; 
  }

  .orange-btn {
    /*background-color: #ee5a19;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0533f+0,be1e2d+100 */
    background: rgb(240,83,63); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(240,83,63,1) 0%, rgba(190,30,45,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(240,83,63,1) 0%,rgba(190,30,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(240,83,63,1) 0%,rgba(190,30,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0533f', endColorstr='#be1e2d',GradientType=0 ); /* IE6-9 */
    color: white;
    text-transform: uppercase;
    border: 0;
    min-width: 180px;
    font-weight: 700;
    font-size: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 0.5em;
  }

  .image {
    text-align: center;
  }

  .image img {
    /*max-width: 300px;*/
    height: 400px;
  }

  .mobile-text {
    display: none;
  }
  /* General */

  /* Header */
  .social {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    position: absolute;
    right: 20px;                                                                   
    z-index: 9999;
  }

  .social li {
    margin-right: 1em;
  }

  .social li a {
    color: #ccc;
  }

  .call-to {
    width: 260px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-top: -0.3em;
  }

  .call-to img {
    width: 200px;
    height: 27px;
  }

  .call-to a {
    color: white !important;
    text-decoration: none;
  }

  .call-to a:hover {
    text-decoration: none;
  }
  /* Header */

  /* Hero */
  .hero {
    text-align: center;
    margin-top: 10%;      
  }

  .hero h1 {
    font-weight: 700;
  }

  .hero .logo {
    margin-bottom: 6em;
  }

  .hero .row {
    margin-bottom: 1em;
  }

  .hero .home-btns {
    margin-top: 2em;
    margin-bottom: 3em;
  }

  .hero .home-btns .col-md-3 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .hero .home-btns button {
    /*background-color: #ee5a19;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0533f+0,be1e2d+100 */
    background: rgb(240,83,63); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(240,83,63,1) 0%, rgba(190,30,45,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(240,83,63,1) 0%,rgba(190,30,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(240,83,63,1) 0%,rgba(190,30,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0533f', endColorstr='#be1e2d',GradientType=0 ); /* IE6-9 */ 
    color: white;
    text-transform: uppercase;
    border: 0;
    min-width: 250px;
    font-weight: 700;
    font-size: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 0.5em;
  }
  /* Hero */

  /* Blog */
  .blog-title {
    width: 100%;
    background-color: #f3f4f6;
    text-align: center;
    padding: 0.5em;
  }

  .blog {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .blog-title h1 {
    font-weight: 700 !important;
  }

  .blog-item {
    text-align: center;
  }

  .blog-item h3 {
    font-weight: 700;
    margin-bottom: 0em;
  }

  .supporting {
    font-size: 18px;
  }
  /* Blog */

  /* Footer */
  footer {
    position: absolute;
    width: 100%;
    text-align: center;
    padding-bottom: 1em;
    font-weight: 700;
  }

  .home-footer {
    position: fixed !important;
    bottom: 0;
  }

  .blue {
    /*position: relative !important;*/
    background-color: #0c4b8e;
    color: white;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .blue .col-md-6:first-child {
    text-align: left !important;
  }

  .footer-social {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
  }

  .footer-social li {
    background-color: white;
    color: #0c4b8e;
    width: 40px;
    height: 40px;
    border-radius: 40px; 
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    margin-right: 1em;
  }

  .footer-social li a {
    font-size: 25px;
    color: #0c4b8e; 
  }

  .footer-menu {
    padding-left: 0;
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-menu li {
    margin-right: 1em;
  }

  .footer-menu li:last-child {
    margin-right: 0;
  }

  .footer-menu li a {
    color: white;
    text-decoration: none;
  }

  .sub-footer {
    margin-top: -1em;
  }

  .sub-footer li a {
    font-weight: normal !important;
    font-style: italic;
  }

  .trust-logos {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .trust-logos li {
    margin-right: 1em;
    justify-content: middle;
  }

  .trust-logos li:last-child {
    marign-right: 0;
  }

  .trust-logos img {
    /*height: 80px;*/
  }

  .blue .col-md-12 ul,
  .blue .col-md-12 p {
    margin-bottom: 2.5em;
  }
  /* Footer */

  /* Navbar */
  .navbar {
    z-index: 1;
  }
  /* Navbar */

  /* for multi level menus */
  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
  }

  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
  }
  /* to show the arrow */
  .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
  }
  .dropdown-toggle a::after{
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
  }

  .dropdown-menu .dropdown .dropdown-toggle {
    padding-left: 1.5em;
    color: black !important;
  }    

  .dropdown-menu .dropdown .dropdown-menu {
    margin-top: -1.6em;
    left: 11em;
  }
  /* for multi level menus */           

  /* calc get started buttons */
  .calc-btn-container {
    text-align: center;
    padding-top: 3em !important;
  }

  .calc-get-started {
    width: 220px;
    height: 63px;
  }
  /* calc get started buttons */

  /* call us - apply now button on header */
  .callus-applynow {
    width: 100%;
    text-align: right;
    margin-top: -3em;
    padding-right: 1.4em;
    position: relative;
    z-index: 99999;
  }

  .callus-applynow > a:first-child > img {
    width: 250px;
  }

  .callus-applynow > a:last-child > img {
    width: 174px;
  }
  /* call us - apply now button on header */

  /* bootstrap overrides  */
  .navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.9) !important;
  }
  .loan-term p {
      margin-bottom: 0;
  }
  /* bootstrap overrides  */


  /* For the layout */

  /* media queries */
  /*==================================================
  =            Bootstrap 3 Media Queries             =
  ==================================================*/


  /*==========  Mobile First Method  ==========*/

  /* Custom, iPhone Retina */ 
  @media only screen and (min-width : 320px) {
  }

  /* Extra Small Devices, Phones */ 
  @media only screen and (min-width : 480px) {
    
  }

  /* Small Devices, Tablets */
  @media only screen and (min-width : 768px) {
  }

  /* Medium Devices, Desktops */
  @media only screen and (min-width : 992px) {
  }

  /* Large Devices, Wide Screens */
  @media only screen and (min-width : 1200px) {
  }


  /*==========  Non-Mobile First Method  ==========*/

  /* Large Devices, Wide Screens */
  @media only screen and (max-width : 1200px) {
  }

  /* Medium Devices, Desktops */
  @media only screen and (max-width : 992px) {
    .home-btns button {
      min-width: 100% !important;
      font-size: 17px !important;
    }

  }

  /* Small Devices, Tablets */
  @media only screen and (max-width : 768px) {
    .main-form {
      display: none;
    }
    
    .sub-results {
      display: block !important;
    }
    
    .sub-results div {
      width: 100% !important;
    }
    
    .details-btn {
      display: block !important;
    }
    
    #canvas-holder {
      margin-left: auto !important;
    }
    
    .popup-help:before {
      display: none !important;
    }  
    
    /* for the layout */
    body {
      /*padding-bottom:   10em;*/
    }
    
    .hero .logo {
      margin-bottom: 2em !important;
    }
    
    .hero .offset-md-2 {
      margin-bottom: 1em;
    }
    
    .hero h1 {
      font-size: 30px !important;
    }
    
    .text {
      margin-top: 0 !important;
    }
    
    .mobile-text {
      display: block !important;
    }
    
    .desktop-text {
      display: none;
    }
    
    .blue {
      text-align: center !important;
    }
    
    /*footer {
      position: relative !important;
    }*/
    
    .home-footer {
      position: relative !important;
    }
    
    .footer-social {
      position: relative !important;
      justify-content: center;
      margin-top: 1em;
    }
    
    .navbar-light .navbar-toggler {
      margin-left: auto;
      margin-right: auto;
      margin-top: 1em;
      z-index: 9999;
    }
    
    .navbar {
      margin-top: 3em;
    }
    
    .hero .home-btns button {
      width: 100% !important;
    }
    
    .trust-logos li {
      /*width: 100%;*/
      margin-bottom: 2em !important;
      
    }
    
    .social li {
      margin-right: 0 !important;
    }
    
    .social li:nth-child(2),
    .social li:nth-child(3),
    .social li:nth-child(4) {
      display: none;
    }
    
    .social {
      position: relative !important;
      justify-content: center;
      right: 0 !important;
      margin-bottom: -2em;  
    }
    
    .image img {
      height: auto !important;
    }
    
    .hero-container-inner {
      margin-top: 5%;
      padding: 1em;
    }
    
    header {
      margin-bottom: 0 !important;
    }
    
    #navbarSupportedContent {
      margin-top: -3em;
    }                           
    
    /* for the layout */
    
    .calc-btn-container {
      padding-top: 0.5em !important;
    }
    
    .callus-applynow {
      display: none;
    }
    
    .navbar-nav {
      margin-top: 3em !important;
    }
    
    .navbar-nav li:nth-child(6),
    .navbar-nav li:nth-child(7),
    .navbar-nav li:nth-child(8) {
      display: none;
    }  
  }

  /* Extra Small Devices, Phones */ 
  @media only screen and (max-width : 480px) {
  }

  /* Custom, iPhone Retina */ 
  @media only screen and (max-width : 320px) {
  }
  /* media queries */

  .legend {
            border-radius: 50%;
            width: 30px;
            height: 30px;
        }
        .total-results {
            padding: 0px 2em;
            width: 100%;
            display: inline-block;
        }
        .main-calc {
            border: none;
            padding: 20px 0px;
        }
        .calculator {
          background: #e5f6fd;
          padding: 2em;
        }
        .loan-program-block .loan-program1 {
            display: inline-block;
            width: auto;
            height: auto;
            margin-right: 10px;
        }
        .conventional-year .interest-rate .inter-rate {
          margin-bottom: 0;
          font-weight: bold;
          font-size: 31px;
        }
        .conventional-year .interest-rate {
          float: left;
          width: 46%;
          margin-left: 6px;
          text-align: left;
        }
        .conventional-year .interest-rate.one {
          float: left;
          width: 50%;
          margin-right: 0px;
          border-right: 4px solid #000;
          margin-left: 0px;
          text-align: left;
        }
        .conventional-year .interest-rate:nth-child(2) {
          padding-left: 50px;
        }
        .conventional-year {
          padding-left: 0px;
          list-style: none;
          width: 100%;
          float: left;
          margin: 40px 0px 0px;
        }
        .conventional-year-fixed {
          border-top: 4px solid #000;
          text-align: center;
          margin-top: 10px;
          padding-top: 5px;
          width: 100%;
          float: left;
        }
        .conventional-year .interest-rate p {
          margin-bottom: 0px;
        }
        p.main-sub-head {
          font-size: 20px;
          margin-bottom: 20px;
          line-height: 20px;
        }
        /*.apply-btn-container a.apply-btn {
          width: 100%;
          background: #f0523f; 
          background: -moz-linear-gradient(top, #f0523f 0%, #d63936 50%, #d63936 100%); 
          background: -webkit-linear-gradient(top, #f0523f 0%,#d63936 50%,#d63936 100%); 
          background: linear-gradient(to bottom, #f0523f 0%,#d63936 50%,#d63936 100%); 
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0523f', endColorstr='#d63936',GradientType=0 ); 
          max-width: 180px;
          margin: 0 auto;
          display: inline-block;
          padding: 14px 0px;
          border-radius: 10px;
          color: #fff;
          font-weight: bold;
          text-transform: uppercase;
          font-size: 18px;
          text-decoration: none;
        }
        .apply-btn-container a.apply-btn:hover {
          background: #9f1505;
        }*/
        .view-disclosure {
          color: #d63936;
          font-size: 20px;
          width: 100%;
          display: inline-block;
          background: none;
          border: none;
          text-align: left;
          padding: 0;
        }
        .view-disclosure:focus {
            outline: none;
        }
        .view-disclosure:hover {
          color: #c81612;
          text-decoration: none;
        }
        .interest-rate-free {
          width: 100%;
          display: inline-block;
          margin-bottom: 0;
          font-size: 30px;
          line-height: 35px;
        }
        .apply-btn-container {
          display: inline-block;
          width: 100%;
          margin: 0 auto;
          text-align: center;
          padding: 60px 0px 30px;
        }
        .conve-heading {
          font-size: 24px;
        }

        /********* Testimonial Css **********/
        .cstr_banner1 {
          background: #f3f3f3;
          margin-top: -60px;
          padding-top: 70px;
        }
        .customers_blk {
          padding: 0;
          margin: 0;
          background: url(../images/banner_img2.jpg) no-repeat;
          background-size: cover;
        }
        .full-width-area h6 {
          text-align: center;
          font-size: 30px;
          margin: 0px;
          width: 100%;
          display: inline-block;
          color: #000;
          font-weight: bold;
          background: #f2f2f2;
          padding: 20px 0px;
        }
        .slick-slider {
          position: relative;
          display: block;
          box-sizing: border-box;
          /* -webkit-user-select: none; */
          /* -moz-user-select: none; */
          -webkit-tap-highlight-color: transparent;
        }
        .slick-slider {
          position: relative;
          display: block;
          box-sizing: border-box;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          -webkit-touch-callout: none;
          -khtml-user-select: none;
          -ms-touch-action: pan-y;
          touch-action: pan-y;
          -webkit-tap-highlight-color: transparent;
        }
        .slick-prev::before, .slick-next::before {
          font-family: 'slick';
          font-size: 20px;
          line-height: 1;
          opacity: .75;
          color: #fff;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
        }
        .slick-prev, .slick-next {
          font-size: 50px;
          cursor: pointer;
        }
        .slick-prev, .slick-next {
          position: absolute;
          top: 30% !important;
          display: block;
          width: 20px;
          height: 20px;
          padding: 0;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          cursor: pointer;
          color: transparent;
          border: none;
          outline: none;
          background: transparent;
        }
        .fa-chevron-left::before {
          content: "\f053";
          font-size: 40px;
        }
        .fa-chevron-right::before {
            content: "\f054";
            font-size: 40px;
        }
        .slick-prev::before {
          content: '←';
        }
        .slick-next::before {
          content: '→';
        }
        .slick-prev .fa-chevron-left::before, .slick-next .fa-chevron-right::before {
          color: #000;
        }
        .fa-chevron-left::before {
          content: "\f053";
        }
        .slick-slider .slick-track, .slick-slider .slick-list {
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
        }
        .slick-list {
          height: 300px !important;
        }
        .slick-list {
          position: relative;
          display: block;
          overflow: hidden;
          margin: 0;
          padding: 0;
        }
        .slick-track {
          position: relative;
          top: 0;
          left: 0;
          display: block;
          margin-left: auto;
          margin-right: auto;
        }
        .testimonials .item {
          text-align: center;
        }
        .slick-initialized .slick-slide {
          display: block;
        }
        .slick-slide {
          display: none;
          float: left;
          height: 100%;
          min-height: 1px;
        }
        .testimonials .item .stars {
          color: #0c4b8e;
          font-size: 25px;
        }
        .testimonials .item p {
          color: #000;
        }
        .testi {
          padding-left: 4em;
          padding-right: 4em;
        }
        .testimonials .item .author {
          font-weight: 700;
          font-style: italic;
        }
        .testimonials .item p {
          color: #000;
        }
        /********* Testimonial Css **********/

        /********* FAQ CSS End Here *************/
        [data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
          transition-delay: .2s;
        }
        [data-aos^="fade"][data-aos^="fade"].aos-animate {
          opacity: 1;
          transform: translateZ(0);
        }
        [data-aos][data-aos][data-aos-easing="ease"], body[data-aos-easing="ease"] [data-aos] {
          transition-timing-function: ease;
        }
        [data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
          transition-duration: 1s;
        }
        .align-items-stretch {
          -ms-flex-align: stretch !important;
          align-items: stretch !important;
        }
        .accord-box {
          width: 100%;
          float: left;
        }
        #accordionSingleOpen {
          width: 100%;
          float: left;
        }
        .panel, .panel-body {
          box-shadow: none;
        }
        .panel-body {
          padding: 0 80px 0 0;
        }
        .panel-group .panel-heading {
          padding: 0;
        }
        /*.panel-group .panel-heading a.collapsed::after {
          content: '+';
        }*/
        /*.panel-group .panel-heading a::after {
          content: '-';
          float: left;
          margin-right: 10px;
        }*/
        .panel-group .panel-heading a::after {
          content: "";
          position: absolute;
          left: -30px;
          top: calc(50% - 10px);
          width: 0;
          height: 0;
          border-left: 10px solid #000;
          border-right: 10px solid transparent;
          border-top: 10px solid #fff;
          transform: rotate(315deg);
          transform-origin: center;
          transition: transform 0.5s;
        }
        .panel-group .panel-heading a::before {
          position: absolute;
          content: "";
          left: -38px;
          top: -16%;
          border-radius: 50%;
          height: 30px;
          width: 30px;
          border: 2px solid #000;
          z-index: 999;
        }
        .panel-group .panel-heading a.collapsed::after {
          transform: rotate(225deg);
          left: -39px;
          top: calc(50% - 7px);
        }
        .panel-group .panel-heading a.collapsed::before {
          position: absolute;
          content: "";
          left: -38px;
          top: -16%;
          border-radius: 50%;
          height: 30px;
          width: 30px;
          border: 2px solid #000;
          z-index: 999;
        }
        .panel-group .panel-heading a {
          display: block;
          padding: 0px;
          text-decoration: none;
          position: relative;
          color: #141d67;
          font-weight: normal;
          outline: none;
          font-size: 16px;
        }
        .panel-group .panel-heading a, .panel-title button {
          color: #000;
          font-weight: bold;
          font-size: 18px;
        }
        .collapse-open {
          border-top: 3px solid #000;
          padding-top: 10px;
        }
        .container.faqs-main-section {
          padding: 0;
        }
        .refinance-area {
          display: inline-block;
          width: 100%;
          height: 100%;
          overflow: hidden;
          padding: 50px 0px;
          background-color: #f2f2f2;
        }
        .refinance-heading {
          font-weight: bold;
          width: 100%;
          display: inline-block;
          color:#000;
        }
        #more {display: none;}
        #myBtn {
          background-color: transparent;
          border: none;
          color: #0c4b8e;
          font-style: italic;
          font-size: 18px;
          outline: none;
          width: 100%;
          float: left;
          text-align: left;
        }
        #myBtnone {
          background-color: transparent;
          border: none;
          color: #0c4b8e;
          font-style: italic;
          font-size: 18px;
          outline: none;
          width: 100%;
          float: left;
          text-align: left;
        }
        .faqs-content-area {
          display: inline-block;
          width: 100%;
          padding: 40px 0px;
        }
        .testimonials.slick-initialized.slick-slider {
          padding: 30px 0px;
        }

        /******** Radio Button Css ************/

        [type="radio"]:checked,
        [type="radio"]:not(:checked) {
            position: absolute;
            left: -9999px;
        }
        [type="radio"]:checked + label,
        [type="radio"]:not(:checked) + label
        {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            color: #666;
        }
        [type="radio"]:checked + label::before, [type="radio"]:not(:checked) + label::before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 20px;
          height: 20px;
          border: 1px solid #7b7b7b;
          border-radius: 100%;
          background: #fff;
        }
        [type="radio"]:checked + label::after, [type="radio"]:not(:checked) + label::after {
          content: '';
          width: 14px;
          height: 14px;
          background: #9FC97A;
          position: absolute;
          top: 3px;
          left: 3px;
          border-radius: 100%;
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
        }
        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }
        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        /********** Radio Button Css End Here ***************/


        .panel-title button {
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 15px 0;
  text-align:left;
}
.panel-title button:before{  position: absolute;
  content: "";
  left: -30px;
  top: 0;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  border: 2px solid #000;
  z-index: 999;}
.panel-title button.collapsed:before {
  position: absolute;
  content: "";
  left: -30px;
  top: 0;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  border: 2px solid #000;
  z-index: 999;
}
.panel-title button::after {
  content: "";
  position: absolute;
  left: -22px;
  top: 6px;
  width: 0;
  height: 0;
  border-left: 10px solid #000;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  transform: rotate(315deg);
  transform-origin: center;
  transition: transform 0.5s;
}
.panel-title button.collapsed::after {
  transform: rotate(225deg);
  left: -30px;
  transform-origin: center;
}
.panel .card-body {
  padding: 0 45px 20px 16px;
}
.apply-btn img {
    width: 220px;
}
        
        /********* FAQ CSS End Here *************/
        @media (max-width: 1024px) {
          .conventional-year .interest-rate:nth-child(2) {
              padding-left: 25px;
            }
        }
          @media (max-width: 991px) {
            .conventional-year .interest-rate:nth-child(2) {
              padding-left: 0px;
            }
            .conventional-year .interest-rate.one {
              width: 48%;
              margin-right: 12px;
              margin-left: 0px;
            }
            .conve-heading {
              font-size: 14px;
            }
            .conventional-year .interest-rate {
              width: 45%;
              margin-left: 0px;
            }
            .conve-heading {
              font-size: 14px;
            }
            .calculator {
              padding: 1em;
            }
            .calculator h2 {
              font-size: 24px;
            }
            .interest-rate-free {
              font-size: 24px;
              line-height: normal;
            }
            .sub-results div .legend {
                width: 20px !important;
                height: 20px;
              }
            .testi {
              padding-left: 2em;
              padding-right: 2em;
            }

          }

          @media (max-width: 767px) {
            .conventional-year .interest-rate {
              width: 49%;
            }
            .conventional-year .interest-rate:nth-child(2) {
              padding-left: 100px;
            }
            .slick-next {
              right: -15px;
            }
            .slick-prev, .slick-next {
              top: 20%;
            }
            .slick-prev {
              left: -15px !important;
            }
            .sub-results div .legend {
              width: 20px !important;
              height: 20px;
            }
            .calculator {
              padding: 2em;
            }
            .full-width-area h6 {
              font-size: 20px;
            }
            .slick-prev, .slick-next {
              font-size: 30px;
              top: 40%;
            }
            .slick-next {
              right: 0;
            }
            .faqs-content-area {
              padding: 20px 20px;
            }
            .refinance-heading {
              font-size: 24px;
              margin-top: 20px;
            }
            .col-lg-6.col-md-6.d-flex.align-items-stretch {
                  padding: 10px 10px 10px 50px;
              }
              .panel-group .panel-heading a.collapsed::after {
                  top: 2px;
              }
              .panel-group .panel-heading a.collapsed::before {
                  top: -5px;
              }
               .panel-title button::after{
                    left: -7px;
                    top: 5px;
                    border-left: 7px solid #000;
                    border-right: 10px solid transparent;
                    border-top: 7px solid #fff;
              }
              .panel-title button:before, .panel-title button.collapsed:before{
                    left: -14px;
                    height: 25px;
                    width: 25px;
              }
              .panel-title button.collapsed::after{
                  left: -15px !important;
              }
          }
          
          @media (max-width: 567px) {
              .conventional-year .interest-rate {
                width: 47%;
                margin-left: 0px;
              }
              .conventional-year .interest-rate:nth-child(2) {
                padding-left: 30px;
              }
              .panel-group .panel-heading a.collapsed::before {
                  left: -38px;
                  top: 8%;
              }
              .panel-group .panel-heading a.collapsed::after {
                  left: -39px;
                  top: 11px;
              }
              .panel-group .panel-heading a::after {
                  top: 7px;
              }
              .panel-group .panel-heading a::before {
                  top: 10%;
              }
          }

          @media (max-width: 415px) {
            .conventional-year .interest-rate:nth-child(2) {
                padding-left: 60px;
            }
          }

          @media (max-width: 370px) {
            .conventional-year .interest-rate:nth-child(2) {
                padding-left: 30px;
            }
          }