@charset "UTF-8";

/*
Theme Name: NextGen
Theme URI: 
Author: Piyush Singh Chhoker
Author URI: https://www.linkedin.com/in/piyush-chhoker-7944bb227/
Description:NA
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: NextGen License
License URI: NA
Text Domain: NextGen
*/

/* -----------Design--by----Piyush-Singh-Chhoker------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');



.new-cover {
    height: 100%;
    object-fit: cover;
}

*,
html {
  padding   : 0;
  margin    : 0%;
  box-sizing: border-box;
}

html {
  width     : 100%;
  overflow-x: hidden !important;
}

body {
  width     : 100vw;
  padding   : 0;
  margin    : 0;
  overflow-x: hidden;
   font-family: "Poppins";

}

/* ==========custom--class---------- */
/* -------font-family----class------- */
.popp {
  font-family: "Poppins";
}

.play {
  font-family: "Playball";
}
.free{
  font-family: "Fredoka";
}
a{
  text-decoration: none !important;
}

/* ========font-weight-class========== */
.fw3 {
  font-weight: 300 !important;
}

.fw4 {
  font-weight: 400 !important;
}

.fw5 {
  font-weight: 500 !important;
}

.fw6 {
  font-weight: 600 !important;
}

.fw7 {
  font-weight: 700 !important;
}

.fw8 {
  font-weight: 800 !important;
}

.fw9 {
  font-weight: 900 !important;
}

/* ========position================= */
.rel {
  position: relative;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

p {
  margin-bottom: 0 !important;
}

/* =========margin-class========== */

.m20 {
  margin-bottom: 20px !important;
}

.m10 {
  margin-bottom: 10px !important;
}
.mb0{
  margin-bottom: 0
}
.m12 {
  margin-bottom: 12px;
}

.m15 {
  margin-bottom: 15px !important;
}

.m60 {
  margin-bottom: 60px !important;
}

.m40 {
  margin-bottom: 40px !important;
}
.m70{
  margin-bottom: 70px;
}
.m30 {
  margin-bottom: 30px !important;
}

.m35 {
  margin-bottom: 35px !important;
}

.m25 {
  margin-bottom: 25px;
}

.m50 {
  margin-bottom: 50px !important;
}

.mr10 {
  margin-right: 10px;
}

.mr5 {
  margin-right: 5px;
}

.m5 {
  margin-bottom: 5px !important;
}

.m45 {
  margin-bottom: 45px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb70 {
  margin-bottom: 70px;
}

/* =====wight-css========== */
.w70 {
  width: 70%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w100 {
  width: 100%;
}
.banner-image,.banner-image img{
	height:100%;
}
.h100 {
  height: 100%;
}

.cover {
  object-fit: cover;
}
.item-center{
  align-items: center;
}
.j-c{
  justify-content: space-between;
}
.j-center{
  justify-content: center;
}
/* ========font-size-class=========== */
h1 {
  font-size: 45px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 24px;
  line-height: 34px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

.p-16 {
  font-size: 16px;
  line-height: 30px;
}

.p-15 {
  font-size: 15px;
}

.p-14 {
  font-size: 14px;
}

.p-10 {
  font-size: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.p-14 {
    font-size: 14px;
}

/* ==========color-----class=========== */


.black {
  color: #000
}
.light-white {
    color: #f5f5f5;
}
.ff {
  color: #FFF;
}
.org{
    color: #000000;
}

/* ------bg------class=========== */
.bg-black {
  background: #000;
}

.bg-light-green {
  background: rgba(112, 159, 25, 0.31);
}
/* ============gap10================== */
.gap10 {
    gap: 10px;
}
.gap20 {
    gap: 20px;
}

/* ===================padding-class================== */
.p100{
  padding: 100px 0;
}
.p70{
  padding: 70px 0;
}
.p50{
    padding: 50px 0;
}
.p7 {
    padding: 7.5px 0;
}
.p25{
  padding: 25px 0;
}

/* ==========header=============== */
header{
    width: 100%;
   transition: background-color 0.3s ease;
	    background: #1B4962;
}
#mainHeader.scrolled {
        background: #1B4962;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
#mainHeader.scrolled .mega-menu-div a,#mainHeader.scrolled .dropdown i,#mainHeader.scrolled .header-number a{
	color:#000;
}

#mainHeader.scrolled .header-btn a {
    color: #000000;
    border: 1px solid #000000;
}
#mainHeader.scrolled .line-svg svg{
    fill: #000000;
}

.social-media-link svg,.social-media-link svg path{
	    fill: #ffffff;
}
.main-header {
    padding: 6px 2%;
}
.right-menu {
    display: flex
;
    align-items: center;
    gap: 10px;
}
.main-header-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mega-menu-div {
    display: flex;
    align-items: center;
       gap: 20px;
}
.logo img{
       width: 100px;
    height: 100px;
    object-fit: contain;
}

.line-svg svg {
    fill: #fff;
}
.header-btn a{
    color: white;
    background-color: transparent;
    border: 1px solid white;
    padding: 10px 25px;
}
.header-number a{
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-number a:hover,.footer-info  a:hover,.new-footer-copy a:hover{
  color: #fff;
}
/* =========footer=========== */
footer {
    background: #1B4962;
}
.footer-top {
    display: flex;
    align-items: center;
}
.f-t-l {
    width: 50%;
    background-color: #da2c46;
        padding: 20px 50px;
        height:70px;
}
p.new-popy a{
	color: #fff !important;
}
.f-t-r{
       width: 50%;
        background-color: #000000;
            padding: 20px 50px;
             height:70px;
}
p.footer-a-line {
    padding-left: 13%;
}
.footer-middle{
        border-bottom: 1px solid gray;
}
.footer-bottom {
    padding: 30px 0;
}
.cooter-logo{
    text-align: end;
}
.cooter-logo img{
    width: 150px;
    height: 100px;
    object-fit: contain;
}
.new-popy{
    padding-left: 15%;
}
.new-popy a{
    justify-content: center;
}
.footer-menu-1 li a{
       color: #ffffff;
    font-weight: 400;
}
footer p , footer a{
	    color: #ffffff !important;
}
.footer-menu-1 li{
    margin-bottom: 7px;
}
.copy-right {
    padding: 10px 0;
    border-top: 1px solid gray;
}
.new-footer-copy {
    display: flex
;
    align-items: center;
    gap: 10px;
    justify-content: end;
}
.new-footer-copy svg{
    height: 20px;
       fill: #000000;
}
footer .org {
    color: #ffffff;
}
/* =========home-page====== */
.banner{
    height: 500px;
    overflow: hidden;
}
.banner-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    align-items: end;
    display: flex
;
    height: 100%;
    width: 100%;
}
.banner-inner-texts{
    width: 100%;
    padding-bottom: 80px;
}
.banner-btn-a a{
    padding: 10px 25px;
    color: black;
    background: white;
}
.about-image img{
    border-radius: 50px;
}
.new-btn a{
        padding: 10px 25px;
    color: white;
    background: #fea234;
}
.new-ng{
    background-color: #E7E8DB;
}
.service-box {
    display: flex;
    align-items: center;
    width: 100%;
        z-index: 2;
    position: relative;
}
.service-box-inner{
        margin: 0px 1px 0px 0px;
      padding: 20px;
    background-color: #fff;
    width: 33%;
    height: 285px;
}
.gray {
    color: #666;
}
.s-b-i-icon i{
  font-size: 30px;
}
.shapes-full-img{
    mask-image: url('assets/img/shapes.svg');
  mask-repeat: no-repeat;
  mask-size: contain;
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
}
.shapes-full-img img{
  width: 100%;
}
.shapes-images {
       position: absolute;
	display:none;
    right: -4%;
    top: -44%;
    width: 38%;
    height: 100%;
}

/* ========accoundtion=========== */
.at-title.active {
    opacity: 0;
    height: 0;
}
.at-title {
    cursor: pointer;
    position: relative;
}
/* .at-title:before {
    position: absolute;
    left: 0;
    top: 0;
    background: #03a9f417;
    content: '';
    width: 60%;
    height: 100%;
    transition: all 0.2s;
    border-radius: 15px;
    opacity: 0;
} */
.at-title h5 {
    font-weight: 400;
    padding: 20px 15px;
    margin: 0;
    color: #003262;
    border-bottom: 1px solid #E3E3E3;
}
.at-title:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    transition: all 0.3sease;
    font-size: 24px;
    content: '';
       background-image: url(https://rhims.visualbest.agency/wp-content/themes/piyushsinghchhoker/assets/img/home/plus.svg);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}
.at-tab {
    display: none;
}
.acc-body {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.acc-body .image {
    text-align: end;
    display: flex
;
    justify-content: flex-end;
}
.at-item .content {
    position: absolute;
    top: 0;
    height: 100%;
       max-width: 50%;
    padding: 56px;
    background: #F7F7F7;
    border-radius: 20px 0 0 20px;
    display: flex
;
    align-items: center;
    transform: translateY(0%) !important;
}
.add-btn-new {
    display: none;
}
.at-item .content .no {
    background-image: url(assets/img/svg.png);
        background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: -3px;
    width: 70px;
    height: 65px;
    padding: 14px;
    font-size: 24px;
    color: #fff;
    font-weight: 400;


  }
.at-item .content .content_wrp {
    position: relative;
    z-index: 2;
}
.at-item .content:after {
    content: '';
    width: 65px;
    height: 100%;
    background-image: url(https://rhims.visualbest.agency/wp-content/themes/piyushsinghchhoker/assets/img/home/acc-shap.svg);
    position: absolute;
    top: 0;
    right: -60px;
    background-repeat: no-repeat;
    filter: drop-shadow(12px 2px 6px #00000073);
    z-index: 0;
}
span.zeronumber {
    margin-right: 5%;
}
.acc-body .image img{
  width: 100%;
  height: 424px;
  object-fit: contain;
  object-position: 120%;
}
.new-div-box{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.heaghit-box{
  height: 320px;
  overflow: hidden;
}
.overlap-lapy{
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  background-color: #00000091;
}
.new-div-box{
  z-index: 1;
}
/* ======testimonal============= */
.number-slider-inner {
    display: flex
;
    align-items: center;
}
.num-second {
    background: #F9F9F9;
    box-shadow: -2px 4px 7.5px 0px rgba(0, 0, 0, 0.09);
    padding: 25px;
   width: 100%;
}
p.star i{
  color: gold;
}
.num-first {
    width: 30%;
}
.num-first img{
  border-radius: 10px;
}
.at-title:hover{
      background-color: #fea2346e;
    border-radius: 6px;
}
.cover{
  object-fit: cover;
}
.about-icons {
    border: 1px solid #fea234;
    padding: 25px;
    text-align: center;
    background: #fea2343d;
    height: 200px;
}
.about-icons1 {
    border: 1px solid #fea234;
    padding: 25px;
    text-align: center;
    background: #fea2343d;
    height: 250px;
}
.about-icons i,.about-icons1 i{
  font-size: 35px;
  margin-bottom: 10px;
}
/* ======service-page===== */
.service-box-full{
      background: #FFF;
    box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.25);
}
.service-box-text {
    padding: 20px 20px 30px 22px;
}
.service-btn a,.input-btn input{
  padding: 10px 25px;
    color: white;
    background: #fea234;
    position: relative;
    border: none;
}

.service-btn a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #374B47;
  content: '';
      transition: 0.5s ease;
}
.service-btn a span{
  position: relative;
  z-index: 2;
}
.service-btn a:hover::before{
  width: 100%;
}
.service-imges{
  overflow: hidden;
      height: 250px;
}
.service-box-full:hover img{
      transform: scale(1.3);
}
.service-box-full  img{
      transition: all .3s;
}

/* =======cart-----css============= */
 .calc-graph-container {
   flex-basis: calc(50% - 1px);
   padding: 20px 20px;
 }
 input#years,input#volts {
 width: 100%;
 height: 8px;
 border-radius: 10px; /* Rounded corners */
 outline: none;
 }
 .section-seperator-40-60 {
     background-color: #FFFFFF;
     border: 1px solid #E0E0EC;
     border-radius: 8px;
     display: flex;
     gap: 1px;
 }
 input#textValue3 {
 width: 60px;
 outline: 0;
 border: none;
 font-weight: 700;
 font-size: 28px;
 line-height: 42px;
   background: none;
 color: #061636;
 }
 input#textValue2{
 display: none;
 }
 span#showValue2{
 width: 80px;
 outline: 0;
 border: none;
 font-weight: 700;
 font-size: 28px;
 line-height: 42px;
 }
 input:focus-visible {
     outline: none;
 }
 

 .hidebox {
     display: none;
 }
 
 
 .calc-options-container {
     margin-bottom: 0;
     flex-basis: 50%;
     padding: 20px;
     border-right: 1px solid #E0E0EC;
 }
 
 .returns-est-container {
     display: flex;
     align-items: center;
     justify-content: flex-start;
     align-content: center;
     column-gap: 12px;
     padding-bottom: 10px;
 }
 
 .vector-container {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
 }
 
 .description {
     font-size: 16px;
     line-height: 26px;
     margin: 0;
 }
 
 .amout-enter {
     background-color: #FFFFFF;
    border: 2px solid #f9862f;
     box-shadow: 0 8px 17px rgba(0, 0, 0, 0.03);
     border-radius: 8px;
     padding: 10px;
     display: flex;
     align-items: center;
   justify-content: space-between;
     margin-bottom: 10px;
 }
 
 .elementor-element-4ba4636 p {
     font-weight: 500;
     font-size: 14px;
     line-height: 17px;
     color: #2A394E;
     margin-bottom: 4px !important;
 }
 
 .sip-input-container {
     display: flex;
     justify-content: center;
     align-items: flex-start;
     flex-wrap: wrap;
 }
 
 .ao-input-number {
  width: 50%;
 }
 
 .ao-input-number input {
     box-sizing: border-box;
     max-width: 100%;
     height: unset;
     margin: unset;
     padding: unset;
     border: unset;
     border-radius: unset;
     background-color: unset;
     box-shadow: unset;
     color: #2A394E !important;
     transition: unset;
     appearance: textfield;
     -moz-appearance: textfield;
     font-weight: 700;
     font-size: 28px;
     line-height: 42px;
         background: transparent !important;
 border: none !important;
     text-align: center;
 }
 
 .heading-wrapper {
     display: flex;
     flex-wrap: wrap;
     align-content: center;
     justify-content: space-between;
     align-items: center;
 }
 
 .title {
     font-weight: 500;
     font-size: 16px;
     line-height: 26px;
 }
 
 .fake-input-container {
     display: flex;
     flex-wrap: wrap;
     justify-content: flex-start;
     align-items: baseline;
       border-bottom: 1px solid #cbcbcb;
     column-gap: 4px;
 }
 
 .ao-range-slider {
     border-radius: 8px;
     height: 7px;
     width: 100%;
     outline: none;
     transition: background 450ms ease-in;
     -webkit-appearance: none;
 }
 .outer_div {
    margin-top: 20px;
}
 
 .ranges {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     align-items: center;
     margin-top: 10px;
     margin-bottom: 10px;
 }
 
 .ranges .min,
 .ranges .max {
     font-style: normal;
     font-weight: 500;
     font-size: 14px;
     line-height: 17px;
     color: #6A7582;
 }
 
 
 
 .opening-statement {
     text-align: center !important;
 }
 
 .investment-amount {
     font-style: normal;
     font-weight: 700;
     font-size: 40px;
     line-height: 60px;
 }
 
 .graph {
     position: relative;
         height: 350px !important;
    text-align: center;
    display: flex
;
    justify-content: center;
    margin-top: 25px;
 }
 
 .SIP-chart-parent {
     display: flex;
     flex-direction: row;
     padding-top: 20px;
     align-items: center;
     justify-content: center;
 }
 
 .SIP-chart-parent .canvas-div {
     display: flex;
     justify-content: center;
     position: relative;
 }
 
 .SIP-chart-parent .SIP-chart-child {
     width: 35%;
     padding-left: 40px;
     margin-top: 0;
 }
 
 .SIP-chart-parent .SIP-chart-child .legend-parent {
     display: flex;
     align-items: center;
     margin-bottom: 10px;
 }
 
 .SIP-chart-parent .SIP-chart-child .legend-parent .legend-bg {
     width: 8px;
     height: 49px;
     background: #00a07d;
     margin-right: 10px;
 }
 
 .SIP-chart-parent .SIP-chart-child .legend-parent .legend-data p {
     color: #000;
     font-size: 18px;
     margin: 0 !important;
 }
 
 .SIP-chart-parent .SIP-chart-child .legend-parent .legend-bg-violet {
      background: #FFD10F;
 }
 
 .investNow {
     align-items: flex-start;
     padding: 16px 23.5px;
     background: #00a07d !important;
     border-radius: 8px;
     display: flex;
     flex-direction: row;
     justify-content: center;
     margin: 0;
     font-weight: 600;
     font-size: 14px;
     line-height: 17px;
     text-align: center;
     color: #fff;
     text-transform: uppercase;
     transition: all 0.3s;
     cursor: pointer;
     max-width: 100%;
     max-width: 250px;
     margin: 0 auto;
     text-decoration: none !important;
     color: #fff !important;
 }
 .flex-box-new {
    display: flex
;
    justify-content: space-between;
}
.fake-input-container input {
    width: 60px;
    border: none;
}
/* ==============faqs=========== */
.custom-accordion-piyush {
    border-bottom: 1px solid #003262;
}
.custom-accordion-piyush:first-child  {
    border-top: 1px solid #003262;
}

.custom-accordion-piyush-header {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px 15px;
}
.custom-accordion-piyush-header.active {
    padding: 10px 15px 0px 15px;
}
.custom-accordion-piyush-header .arrow {
    transition: transform 0.3s ease;
    width: 22px;
    height: 22px;
}
.custom-accordion-piyush-header span.title{
    overflow: hidden;
        color: #484646;
    text-overflow: ellipsis;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
}
.custom-accordion-piyush-content p {
  font-size: 18px;
      color: #959292;
}
.custom-accordion-piyush-content {
    display: none;
     padding: 20px 0px 15px 2%;
    background-color: #fff;
}
.custom-accordion-piyush-content.show {
    display: block;
}
/* ==========contact-form=========== */
.first-input-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.input-form-22 {
    width: 48%;
    margin-bottom: 30px;
}
.input-form-22 input, .pura-input-22 textarea,.pura-input-22 select {
    border: 1px solid #4E5683;
    background: transparent;
    padding: 10px 20px;
    width: 100%;
   color: #000000;
}
.pura-input-22 textarea {
    height: 130px;
}
.pura-input-22{
  width: 100%;
}
.new-social i{
         color: #666;
     font-size: 25px;
}


/* ============team============ */
.light-blue-bg {
        background: #fea2343d;
            border: 1px solid #fea234;
    padding: 20px 10px;
    border-radius: 10px;
}
.avtar-image img{
  border-radius: 6px;
}
.team-banner-imag {
    background: #374B47;
    display: block;
    width: 100%;
    height: 100%;
}
.team-banner.rel {
    height: 350px;
}
.team-details-abnner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: end;
    padding-bottom: 3%;
}

/* ===========header==========dropdown===== */
.dropdown {
    position: relative;
    display: flex !important;
    cursor: pointer;
}
.dropdown-main-only ul  {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
  left: -35px;
    background-color: #fff;
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 15px;
    display: none;
      width: 250px;
    z-index: 2;
}
.dropdown-main-only ul li{
  margin-bottom: 10px;
}
.mega-menu-div a{
  border-bottom: 1px solid transparent;
}
.mega-menu-div li:hover a{
   border-bottom: 1px solid white;
   color: #fff;
}
.dropdown-main-only ul a{
  color: black !important;
  border-bottom: 1px solid transparent;
}
.dropdown-main-only ul li:hover a{
  border-bottom: 1px solid black;
}
.main-menu li:hover {
    cursor: pointer;
}
.mega-menu-div   .sub-menu li a{
  color: black !important;
}
.dropdown i{
      transition: all .3s;
}
.mega-menu-div li:hover i{
  rotate: 180deg;
}

.only-mobile-show-loc, .cross-icon{
  display: none;
}
.dropdown i{
      display: flex;
    align-items: center;
}
.header-number a {
 
    gap: 6px;
}
.header-btn a {
    padding: 10px 20px;
}
.mega-menu-div {
 
    gap: 10px;
}
 .jb-man-kare {
      display: none;
    }
    .full-box-blog {
    border: 1px solid #fea234;
    padding: 25px;
    background: #fea2343d;
}
/* ======blog-page============= */
.andar-div {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.25);
    padding: 35px;
}
.andar-div li {
    list-style: disc !important;
}
.privacy-content h3{
      color: #000;
          margin-bottom: 10px  ;
              font-weight: 600  ;
}
.privacy-content p{
      color: #666;
      font-weight: 400  ;
}
div#output {
    margin-top: 50px;
    background: #f7f7f7;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
    transition: all .7s ease;
    padding: 20px;
    border-radius: 6px;
}
.part-div1{
	    display: flex
;
    align-items: end;
}.button-class-btn {
    margin-top: 50px;
    background: #f7f7f7;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
    transition: all .7s ease;
    padding: 20px;
    border-radius: 6px;
}
  .part-div input,
    .part-div select {
      border: 1px solid #4E5683;
      background: transparent;
      padding: 10px 5PX;
      width: 98% !important;
      color: #000000;
    }

    .part-div1 button {
      padding: 13px 25px;
      color: white;
      background: #fea234;
      position: relative;
      border: none;
    }
	    .loan-calculator {
      display: flex;
      justify-content: space-between;
      background: #f7f7f7;
      box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
      transition: all .7s ease;
      padding: 20px;
      border-radius: 6px;
    }

    .part-div {
      width: 22%;
}div#graphButtonContainer button{
	    padding: 13px 25px;
    color: white;
    background: #fea234;
    position: relative;
    border: none;
}
div#tableButtonContainer button{
	    padding: 13px 25px;
    color: white;
    background: black;
    position: relative;
    border: none;
}
.new-btn-text {
    display: flex
;
    gap: 20px;    justify-content: center;
	    margin-bottom: 20px;
}
div#tableContainer table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}
div#tableContainer th,div#tableContainer td {
    border: 1px solid #999;
    padding: 10px;
    text-align: center;
}
div#tableContainer th {
    background-color: #eee;
}
.heading-output {
    text-align: center;
}
.new-banner-size{
	height:200px !important;
}
.new-banner-size .banner-inner-texts {
    width: 100%;
    padding-bottom: 50px;
}
.new-banner-size .banner-text {
 
    background: #da2c46;
}
/* ==============media-guery=============== */
 @media screen and (max-width: 1400px){
.shapes-images {
    right: -5%;
    top: -15%;
    width: 38%;
}
 }
 @media screen and (min-width: 1100px){
  .dropdown-main-only:hover ul {
    display: block;
  }

 }

 @media screen and (max-width: 1200px){
  .mega-menu-div{
            position: fixed;
        top: 0;
        right: -150%;
        background: #f9f9f9;
        padding: 25px 40px;
        width: 360px;
        transition: all 0.3s;
        z-index: 999999999999999999999;
        height: 100%;
  }
  .num-first ,.num-second {
    width: 100%;
}
  .dropdown-main-only ul{
        left: 0px;
        width: 100%;
  }
  .sub-menu {
  display: none;
}

.sub-menu.show {
  display: block;
}
.mega-menu-div li:hover a {
    color: #000000;
}
  .specail-none{
    display: none;
  }
  .only-mobile-show-loc {
    display: flex
;
    gap: 15px;
}
.humbuger i{
  color: #fff;
          font-size: 50px;
}
.humbuger {
  display: flex;
  align-items: center;
}
    .mega-menu-active {
        right: 0 !important;
    }
    .mega-menu-div,.cross-icon{
      display: block;
    }
    .mega-menu-div li a, .dropdown i{
      color: black;
    }
    .dropdown {
      justify-content: space-between;
    }
 .service-box {
    width: 100%;
}
.shapes-images {
  display: none;
}
.number-slider-inner{
  display: block;
}
.num-second{
    margin-left: 0%;

    height: unset;
}
 }

@media screen and (max-width: 992px) {
    .humbuger i {
        color: #fff;
        font-size: 40px;
    }
    .new-cover {
    height: 250px;
}
    .p100 {
    padding: 50px 0;
}
	.loan-calculator{
		    flex-wrap: wrap;
	}
	.part-div {
    width: 48%;
    margin-bottom: 20px;
}
    .jb-man-kare {
      display: none;
              padding: 0;
        background: transparent;
    }
    .content_wrp p{
      margin-bottom: 0 !important;
    }
    .at-item .content {
    max-width: 62%;
    padding: 30px;
    
}
    .acc-body .image img {
        height: 350px;
    }
h4 {
    font-size: 20px;
    line-height: 25px;
}
.at-item .content .content_wrp h4{
  margin-bottom: 10px !important;
}

    .ao-input-number input {
          font-size: 20px;
    }
    .amout-enter .text-center{
              font-size: 12px;
    }
        .service-box {
        flex-wrap: wrap;
    }
    .service-box-inner {
    width: 49%;
    height: 328px;
}
    .m991{
      margin-bottom: 20px;
    }
    .phone-order-0{
      order: 0;
    }
     .phone-order-1{
      order: 1;
    }
    .phone-order-1 p{
      text-align: center;
      margin-top: 10px;
    }
    .new-footer-copy{
      justify-content: center;
    }
    .f-t-l,.f-t-r {
    padding: 20px;
    height: 90px;
}
.f-t-r .header-number{
  height: 100%;
  display: flex;
  align-items: center;
}
.p-16 {
    font-size: 15px;
    line-height: 30px;
}
.new-popy{
  padding: 0;
}
h1 {
    font-size: 36px;
}
.banner {
    height: unset;
    overflow: hidden;
}
.banner-inner-texts {
    width: 100%;
    padding-bottom: 40px;
}
.new-banner-og{
  height: 275px !important;
}
.new-banner-og h1{
  margin-bottom: 0 !important;
}
   .m50 {
    margin-bottom: 30px !important;
}
.p70 {
    padding: 55px 0;
}
}










 @media screen and (max-width: 767px){
     .section-seperator-40-60,.SIP-chart-parent {
          flex-wrap: wrap;
           }.calc-options-container,.calc-graph-container{
                width:100%;
                flex-basis: 100%;
           }
           .SIP-chart-parent .SIP-chart-child {
    width: 100%;
    padding-left: 20px;
}
.about-icons {
  height: unset;
}
.full-image-sec{
  height: 100%;
}
.full-image-sec img{
  height: 100%;
  object-fit: cover;
}
	 	.part-div {
    width: 100%;
}
	 .new-btn-text{
		 flex-wrap:wrap;
	 }
	 div#graphButtonContainer ,div#tableButtonContainer{
    width: 100%;
		 text-align:center;
}
.at-title h5 {
    padding: 20px 0px;
}
    span.zeronumber {
    margin-right: 2%;
}
h5 {
    font-size: 18px;
}
.service-box {
   display: block;
}
    .service-box-inner {
        width: 100%;
        height: unset;
        padding: 15px;
        margin-bottom: 20px;
    }
        .jb-man-kare {
        padding: 0 !important;
        margin-bottom: 0 !important;
    }
    .p100 {
    padding: 35px 0;
}
.custom-accordion-piyush-header span.title {
    font-size: 18px;
    line-height: 26px;
}
.custom-accordion-piyush-header {
    gap: 15px;
}
.graph {
  height: unset !important;
}
.team-banner.rel {
    height: 275px;
}
.about-icons1 {
  height: unset;
}
.f-t-r .header-number {
  justify-content: center;
}
    h1 {
        font-size: 28px;
    }
   .m50 {
    margin-bottom: 25px !important;
}
h4 {
    font-size: 20px;
    line-height: 30px;
}
h4 br{
  display: none;
}
.footer-top{
  display: block;
}
.f-t-l, .f-t-r{
  width: 100%;
  height: unset;
}
.cooter-logo,.footer-pragh {
    text-align: center;
}
.calc-options-container {
    padding: 20px 15px;
}
span#showValue2 {
    width: 100px;
}
.returns-est-container{
        justify-content: center;
}.content-container{
        text-align: center;
}
.returns-est-container{
    flex-wrap: wrap;
}
h5.footer-a-line {
    text-align: center;
}
.p70 {
    padding: 45px 0;
}
h2 {
    font-size: 28px;
}

    .main-accoundtion .acc-body {
        height: 510px;
    }
        .acc-body .image {
        height: 100%;
    }
        .at-item .content {
    position: unset;
    order: 0;
        border-radius: 20px 0 0 0px;
                padding: 50px 5px 30px 5px;
        
    }
    .at-title:after {
      display: none;
    }
    .at-item .content .no {
    width: 50px;
    height: 50px;
    padding: 14px;
    font-size: 15px;
}
    .acc-body .image {
      order: 1;
    }
    .acc-body {
      display: flex;
      flex-wrap: wrap;
    }
    .at-item .content:after{
      display: none;
    }
        .at-item .content {
        max-width: 100%;
    }

.at-item .content .content_wrp {
    text-align: center;
}
    .acc-body .image img {
        height: 100%;
    }
}

 @media screen and (max-width: 580px){
.header-number,.phone-line{
  display: none;
} 
.footer-top  .header-number{
  display: block;
 }
     .banner {
        height: 400px;
    }
    .banner-image, .banner-image img{
      height: 100%;
    }
    .banner-image img {
      object-fit: cover;
    }
 }

  @media screen and (max-width: 425px){
    .header-btn,.only-mobile-show-loc  .line-svg{
      display: none;
    }
    .mega-menu-div{
      width: 100%;
      padding: 20px;
    }
  }