.sip-listing {
    margin-top: 30px;
  }
  .sip-listing ul {
    display: flex;
    padding: 0px;
    flex-wrap: wrap;
  }
  .sip-listing ul li {
    list-style-type: none;
    width: 23%;
    margin: 1%;
  }
  .sip-listing ul li a {
    display: inline-block;
    border-radius: 10px;
    padding: 20px;
    cursor: pointer;
    text-decoration: none;
    color: var(--gray-dark);
    min-height: 266px;
    background: #e3f1f4;
    transition: 0.3s all;
    min-height: 332px;
  }
  .sip-listing ul li a:hover {
    transform: scale(1.02);
  }
  .sip-listing ul li a .icons {
    min-height: 155px;
  }
  .sip-listing ul li a .icons img {
    width: 100%;
  }
  .head-2-big {
    font-size: 36px;
  }
  .sip-listing ul li h2 {
    font-size: 20px;
    margin-top: 20px;
  }
  .sip-listing ul li p {
    font-size: 14px;
  }
  .home-bg-vector {
    background-image: url(../images/calculator/header_bg.png);
    background-position: left bottom;
    height: 425px;
    width: 100%;
    background-repeat: no-repeat;
    margin-top: -175px;
    background-size: cover;
  }
  .slick-slide {
    margin: 0 10px;
  }
  .slick-track {
    margin: 0 -20px;
  }
  .article-listing {
    display: flex;
  }
  .article-listing li {
    flex: 1 1 0px;
    list-style-type: none;
    margin: 10px !important;
    height: auto !important;
    display: flex !important;
  }
  .article-icon {
    text-align: left;
  }
  .article-itme {
    padding: 16px;
    border-radius: 5px;
    display: inline-block;
    white-space: normal;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 10px;
    color: var(--gray-dark);
    margin-top: 10px;
    width: 100%;
  }
  .door-page .article-listing li a img:last-child {
    display: none;
  }
  .door-page .article-listing li.active a,
  .door-page .article-listing li:hover a {
    background: #4788c8;
    color: #fff;
  }
  .door-page .article-listing li.active a img:first-child,
  .door-page .article-listing li:hover a img:first-child {
    display: none;
  }
  .door-page .article-listing li.active a img:last-child,
  .door-page .article-listing li:hover a img:last-child {
    display: block;
    filter: initial;
  }
  .article-itme h4 {
    font-size: 15px;
    margin-top: 15px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 0px;
    text-decoration: none;
    text-align: left;
  }
  .tab-perform li a {
    border-radius: 10px !important;
  }
  .crausel-banner {
    padding-top: 200px;
  }
  .gradient {
    background-image: -webkit-radial-gradient(94.55deg, var(--primary), #1a91f8);
    background-image: -moz-radial-gradient(94.55deg, var(--primary), #1a91f8);
    background-image: -ms-radial-gradient(94.55deg, var(--primary), #1a91f8);
    background-image: -o-radial-gradient(94.55deg, var(--primary), #1a91f8);
    background: linear-gradient(94.55deg, var(--primary), #1a91f8);
    color: #fff;
  }
  .invest-btn {
    font-size: 20px;
  }
  .intro-section {
    padding: 0 0 90px 0;
  }
  .article-listing.tab-perform li a {
    padding: 15px !important;
    text-decoration: none;
    height: 120px;
  }
  .heading-tb-2 h2 {
    font-size: 22px !important;
  }
  .listing {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .listing ul {
    margin: 0px !important;
    padding: 0px !important;
    display: inline-block;
  }
  .listing ul li {
    list-style-type: none;
    padding-left: 36px !important;
    position: relative;
    margin: 0px;
    padding: 8px;
  }
  .listing ul li .icons {
    position: absolute;
    left: 0px;
    top: 4px;
  }
  .main-para-heading-2 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 37px;
    color: var(--gray-dark);
  }
  .main-para-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 37px;
  }
  .listing-icons {
    margin-bottom: 20px;
  }
  .listing-icons ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin: 0px !important;
    padding: 0px !important;
  }
  .listing-icons ul li {
    list-style-type: none;
    position: relative;
    margin: 0px;
    padding: 12px;
    text-align: center !important;
  }
  .listing-icons ul li span {
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: center;
  }
  .listing-icons ul li label {
    display: block;
    height: 20px;
    margin-top: 10px;
  }
  .listing-icons-text {
    margin-bottom: 20px;
  }
  .listing-icons-text ul {
    margin-bottom: 20px;
    margin: 0px !important;
    padding: 0px !important;
    display: flex;
  }
  .listing-icons-text ul li {
    list-style-type: none;
    position: relative;
    margin: 0px;
    padding: 8px 12px;
    text-align: center !important;
    display: flex;
    align-items: center;
  }
  .listing-icons-text ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .table-bordered {
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6;
  }
  .table-primary,
  .table-primary > td,
  .table-primary > th {
    background-color: #3d72b8;
    color: #fff !important;
  }
  .door-page .table-sm td,
  .table-sm th {
    padding: 0.5rem;
  }
  .table-small-font td,
  .table-small-font th {
    font-size: 14px;
  }
  .new-table-radius {
    overflow: hidden;
    border-radius: 10px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    margin-bottom: 30px;
  }
  .new-table-radius .table {
    margin-bottom: 0px !important;
  }
  .table-dtl {
    margin-top: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: inline-flex;
    margin-bottom: 30px;
  }
  .table-dtl ul {
    margin: 0px;
    padding: 0px;
  }
  .table-dtl ul li {
    margin: 0px;
    padding: 6px 15px;
    border-bottom: 1px solid #ddd;
    color: #1a91f8;
    font-size: 16px;
    list-style-type: none;
  }
  .table-dtl ul li span {
    color: #434343;
  }
  .card-design {
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background: #fff;
    padding: 20px;
  }
  .card-design .heading {
    font-weight: 300;
    font-size: 18px;
  }
  .table-heading {
    font-size: 16px;
    background: #e3f1f4;
    color: #3d72b8;
    margin-bottom: 10px;
    text-align: center;
    padding: 7px 15px;
    border-radius: 5px;
  }
  .bannerTxt .btn {
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
  }
  .border-box {
    padding: 35px !important;
  }
  .check-box label:before,
  .check-box-right label:before {
    top: 0px !important;
    left: 1px !important;
  }
  .border-box {
    background: #fff;
  }
  .calc h2 {
    font-size: 18px !important;
    font-weight: 400 !important;
    margin-bottom: 20px;
  }
  .calc .tab-perform li a {
    background: var(--white);
    padding: 7px 20px;
    border-radius: 10px;
    color: var(--gray-dark);
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    border: 1px solid #1b548b;
  }
  .calc .tab-perform li.active a {
    background: #1b548b;
  }
  .range-slider {
    margin-bottom: 20px;
  }
  .range-slider label {
    font-size: 14px;
    display: block;
    margin-bottom: 3px;
  }
  .range-value {
    margin-top: 3px;
  }
  .range-value {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .range-value span {
    white-space: nowrap;
  }
  .range-value input {
    border: 0px;
    border-bottom: 1px solid #ddd;
    padding: 0px;
    border-radius: 0px;
  }
  .range-value input:focus {
    border: 0px;
    outline: 0;
    border-bottom: 1px solid #ddd;
  }
  .w-100 {
    width: 100%;
  }
  .graph-value {
  }
  .graph-value ul {
    margin: 0px;
    padding: 0px;
  }
  .graph-value ul li {
    list-style-type: none;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 0px;
  }
  .graph-value ul li span {
    font-weight: 300;
  }
  .door-page .slick-prev:before {
    content: "" !important;
  }
  .door-page .slick-next:before {
    content: "" !important;
  }
  .door-page .slick-prev,
  .door-page .slick-next {
    width: 30px !important;
    height: 30px !important;
    background: #fff !important;
    border-radius: 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }
  .door-page .slick-prev {
    background-image: url(http://samcomf.loc/images/calculator/CaretLeft.png) !important;
  }
  .door-page .slick-next {
    background-image: url(http://samcomf.loc/images/calculator/CaretRight.png) !important;
  }
  .door-page .faq-box-list {
    background: #fff !important;
    border-bottom: 1px solid #ddd;
  }
  .shadow-box {
    box-shadow: 2px 2px 19px rgb(0 0 0 / 8%) !important;
    -moz-box-shadow: 2px 2px 19px rgba(0, 0, 0, 0.08) !important;
    border-radius: 10px !important;
  }
  .door-page .table-box {
    border: solid 1px #dee2e6 !important;
  }
  .door-page table.quick-table tr th {
    border-right: solid 1px #dee2e6 !important;
  }
  .door-page table.quick-table tr td {
    border-bottom: solid 1px #dee2e6 !important;
    border-right: solid 1px #dee2e6 !important;
    font-weight: 400 !important;
  }
  .door-page table.quick-table tr td:last-child {
    border-right: none !important;
  }
  .door-page .slick-track {
    display: flex !important;
  }
  .door-page .slick-slide {
    height: auto !important;
    display: flex !important;
    max-width: 224px;
  }
  .slick-slider div {
    transition: none;
  }
  .door-page .slick-dots li {
    background: #86bbe9;
    border-radius: 100%;
    width: 10px;
    height: 10px;
  }
  .door-page .slick-dots li.slick-active {
    background: #1f90f3;
  }
  .door-page .slick-dots li button:before {
    font-size: 0px;
  }
  input[type="range"] {
    -webkit-appearance: none;
    -moz-apperance: none;
    border-radius: 6px;
    height: 6px;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #1b548b),
      color-stop(0, #7cb5ec)
    );
  }
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background-color: #e3f1f4;
    border: 1px solid #cecece;
    height: 20px;
    width: 20px;
    border-radius: 100%;
  }
  .home-loan .border-box {
    padding: 25px 35px !important;
  }
  .sub-heading {
    font-size: 18px;
  }
  .home-bg-cal {
    padding: 3rem 0 2.5rem;
    text-align: left;
    color: #fff;
    position: relative;
    background: #19213f url('http://samcomf.loc/images/new-img/CalculatorsBanner.png') center / cover no-repeat;
    background-size: contain;
    background-position: right center;
    height: 250px;
    display: inline-grid;
    align-items: center;
    width: 100%;
  }
  .banner-padding {
    padding: 50px 0px;
  }
  .vertical-middle {
    display: flex;
    align-items: center;
  }
  .home-loan-heading {
    font-size: 35px;
  }
  .home-loan h2 {
    font-size: 20px;
    color: #fff;
  }
  .home-loan p {
    color: #fff;
  }
  .disclaimer {
  }
  .mb-5 {
    margin-bottom: 5px;
  }
  .gray_bg {
    background-color: #f5f5f5;
  }
  .door-page-inner .bannerTxt > .head-1 {
    color: #434343 !important;
    background: none;
    -webkit-text-fill-color: initial !important;
  }
  .door-page-inner .bannerTxt > .head-1 {
    color: #434343 !important;
  }
  .date-circle {
    position: absolute;
    bottom: -28px;
    padding: 10px;
    left: 29px;
    width: 85px;
    height: 85px;
    text-align: center;
    line-height: 1;
    padding-top: 17px;
    border-radius: 100%;
    box-shadow: 2px 2px 10px rgb(71 136 200 / 38%);
  }
  .blog-box {
    padding: 50px 30px 30px;
  }
  .blog-text h2 {
    font-size: 25px;
    margin: 0;
  }
  .blog-text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .blog-text a {
    color: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .blog-img {
    text-align: center;
    background-color: #e3f1f4;
  }
  .blog-img img {
    width: 100%;
    object-fit: fill;
  }
  .line {
    border-bottom: solid 2px var(--gray-light);
    position: relative;
  }
  .line.double:after {
    content: "";
    border: solid 1px var(--primary);
    position: absolute;
    width: 26px;
  }
  .director-section.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tab-perform li a img {
    max-width: 35px;
  }
  @media (max-width: 1199px) {
    .article-listingdv {
      overflow: scroll;
      height: 160px;
    }
    .article-listing li {
      min-width: 210px;
    }
  }
  @media (max-width: 991px) {
    table.quick-table tr {
      display: table-row !important;
    }
    table.quick-table tr td {
      width: inherit !important;
      display: table-cell !important;
    }
  }
  @media (max-width: 767px) {
    .home-bg-cal {
      height: auto;
      display: block;
      align-items: center;
    }
    .listing-icons-text ul {
      flex-wrap: wrap;
    }
    .tab-perform li a img {
      max-width: 30px;
    }
    .sip-listing ul {
      display: block;
    }
    .sip-listing ul li {
      width: 100%;
      margin-bottom: 20px;
    }
    .sip-listing ul li a .icons {
      min-height: auto;
    }
    .reverse-column {
      flex-direction: column-reverse;
    }
    .listing {
      display: block !important;
    }
    .listing ul {
      width: 100% !important;
    }
    .door-page .slick-prev,
    .door-page .slick-next {
      background: #e1e1e1;
      z-index: 1;
    }
    .home-loan-heading {
      font-size: 24px !important;
    }
    .m-text-center {
      text-align: center;
    }
    .m-tp-20 {
      margin-top: 20px;
    }
  }
  .door-page.gray_bg.door-page-inner .faq-box-list {
    margin-top: 0px;
  }
  .door-page-inner .faq-box-list {
    border-bottom: solid 1px var(--gray-light);
  }
  .order-list {
  }
  .order-list ul {
    margin: 0px;
    padding: 0px;
  }
  .order-list ul li {
    list-style-type: none;
  }
  .order-list ul li strong {
  }
  .door-page ol {
    padding-left: 16px;
  }
  .sipChartdv {
    overflow: hidden;
    position: relative;
    height: 190px;
  }
  .sipChartdv > div {
    position: absolute;
    top: -54%;
    width: 100%;
    left: 23%;
  }
  .backTop1.show {
    bottom: 8px;
  }
  .backTop1 {
    position: fixed;
    bottom: -50px;
    right: 20px;
    cursor: pointer;
    transition: 0.5s all;
    z-index: 10;
    background: #3d72b8;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    transition: 0.5s all;
    line-height: 35px;
    text-align: center;
  }
  .open-account-div {
    border-radius: ;
  }
  .faq-items li {
    list-style: none;
  }
  .faq-items {
    padding: 0;
    margin: 0;
  }
  .faq-items li a img {
    width: 20px;
  }
  .faq-items li a {
    display: block;
    padding: 10px;
    font-size: 18px;
    color: var(--gray-dark);
  }
  .answer-item.active {
    display: block;
  }
  .answer-item table.quick-table tr td a {
    padding: 7px;
  }
  .faq-items li.active a {
    background: var(--gray-light);
    border-radius: 5px;
  }
  .font16 {
    font-size: 16px;
  }
  .faq-answer-box .head-1 {
    font-size: 22px;
  }
  .question-item .team-porfile img {
    transition: 0.3s all;
    background: #f1f1f1;
    width: 30px;
    height: 30px;
    padding: 9px;
    border-radius: 100%;
  }
  .faq-box-list.active .question-item .team-porfile img {
    background: #d5eaff;
  }
  .faq-box-list.active .team-porfile img {
    transform: rotate(180deg);
  }
  .question-item.active + .answer-item {
    display: block;
  }
  .question-item {
    cursor: pointer;
  }
  .answer-item {
    display: none;
    margin-top: 20px;
  }
  .answer-item p {
    margin-bottom: 0;
  }
  .faq-box-list.active .team-porfile .font16 {
    font-weight: 500;
  }
  .faq-box-list {
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 10px !important;
    border: solid 1px var(--gray-light);
  }
  .faq-box-list.active {
    box-shadow: 2px 2px 19px rgb(0 0 0 / 8%);
    -moz-box-shadow: 2px 2px 19px rgba(0, 0, 0, 0.08);
    border-color: var(--white);
  }
  .tab-list {
    display: none;
  }
  .tab-list.active {
    display: block;
  }
  .question-item.active {
    border-bottom: none;
  }
  .question-item .team-porfile {
    align-items: center;
  }
  .answer-item p,
  .answer-item li {
    margin-bottom: 0;
    font-size: 14px;
  }
  .door-page .faq-box-list:last-child {
    border-bottom: 1px solid #ddd;
  }
  .open-account-div {
    position: fixed;
    bottom: -50px;
    right: 50%;
    background: #ffc107;
    padding: 8px 25px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px 10px 0px 0px;
    transition: 0.3s all;
    z-index: 999;
    color: #211f1f;
    margin-right: -60px;
  }
  .open-account-div.show {
    bottom: 0px;
    transition: 0.3s all;
  }
  .open-account-div {
    position: fixed;
    bottom: -50px;
    right: 50%;
    background: #ffc107;
    padding: 12px 25px 5px 25px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px 10px 0px 0px;
    transition: 0.3s all;
    z-index: 999;
    color: #211f1f;
    margin-right: -60px;
  }
  .sipChartdv {
    display: none !important;
  }
  .graph-value {
    margin-top: 40px;
  }
  .calculator .graph-value {
    margin-top: 0px !important;
  }
  .para-just p {
    text-align: justify;
  }
  ol.list-none {
    list-style-type: none;
    padding-left: 0px;
  }
  .pos-sticky.scheem-box .sch-name-group {
    border-color: var(--light-blue);
  }
  .amc-loader {
    border: 3px solid var(--gray-light);
    border-radius: 50%;
    border-top: 3px solid var(--gray-dark);
    width: 20px;
    height: 20px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    display: none;
  }
  .amc-loader.big {
    width: 50px;
    height: 50px;
    display: block;
    border: 5px solid var(--gray-light);
    border-top: 5px solid var(--gray-dark);
  }
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .Lead-form-loading {
    display: flex;
    align-items: center;
  }
  .amc-loader {
    margin-left: 10px;
  }
  