/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

.bulb_pulse_animation img {animation: zoomInOut 4s infinite;}

@keyframes zoomInOut {
  0% {transform: scale(1);}
  50% {transform: scale(1.2);}
  100% {transform: scale(1);}
}

.whatsapp-float{position:fixed;width:60px;height:60px;bottom:120px;right:20px;background-color:#75BB1F;color:#FFF;border-radius:50px;text-align:center;font-size:30px;box-shadow:2px 2px 5px #999;z-index:1000}
.whatsapp-float i{margin-top:16px;transition:.3s all}
.whatsapp-float:hover i{color:#000}

.elementor-element {z-index:0;}

/* Calculator CSS Start
---------------------------------------------------------------------------*/


.circle_calculator_design::before {
    content: '';
    background: #caf4e7;
    position: fixed;
    left: 0;
    width: 40%;
    height: 80%;
    border-radius:0% 100% 100% 100%;
    z-index: 0;
    filter: blur(100px);
}
.circle_calculator_design::after {
    content: '';
    background: #cbdced;
    position: fixed;
    right: 0;
    width: 30%;
    height: 56%;
    border-radius: 100% 100% 10% 100%;
    z-index: 0;
    filter: blur(100px);
    bottom: -300px;
}
.circle_calculator_design .elementor-element {z-index:9;}

.outer_calculator_design .loan-container .loan-left {
	max-width: 44%;
    float: left;
}
.outer_calculator_design .loan-container .loan-right {
	max-width: 44%;
    float: right;
    width: 100%;
    display: flex;
    flex-direction: column;
}


.outer_calculator_design .loan-container .loan-right #mfAreaChartWrap canvas {
	width:100%;
}

.outer_calculator_design .loan-container .loan-right #mfAreaChartWrap {
    margin-bottom:50px;
}

.outer_calculator_design .loan-container .loan-right .mf-chart-view-toggle .mf-chart-icon-btn {
    margin: 0;
}

.outer_calculator_design .loan-container .loan-right .mf-chart-view-toggle {
	border: 3px solid #fff;
    box-shadow: 5px 5px 10px #0000001f, inset 0px 1px 5px #0000001f;
    background: #dfe2e3;
    border-radius: 150px;
    width: fit-content;
    padding: 5px;
}

.outer_calculator_design .loan-container .loan-right .mf-chart-view-toggle .mf-chart-icon-btn {
	box-shadow: 0px 0px 0px 2px #fff;
    border: none;
	width: 24px;
    height: 24px;
}
.outer_calculator_design .loan-container .loan-right .mf-chart-view-toggle .mf-chart-icon-btn.active {
	background:#0161ff !important;
}
.outer_calculator_design .loan-container .loan-right .mf-chart-view-toggle .mf-chart-icon-btn svg {
    width: 24px;
    height: 24px;
	border-radius: 150px;
}

.outer_calculator_design .loan-container .loan-right .mf-chart-view-toggle .mf-chart-icon-btn.active#mfLineChartBtn polyline {
	stroke:#ffffff;
}
.outer_calculator_design .loan-container .loan-right .mf-chart-view-toggle .mf-chart-icon-btn.active#mfLineChartBtn polygon {
	fill:#ffffff;
}

.outer_calculator_design .loan-container .loan-right .mf-chart-view-toggle .mf-chart-icon-btn.active#mfDonutChartBtn circle:nth-child(1) {
	stroke:#ffffff;
}
.outer_calculator_design .loan-container .loan-right .mf-chart-view-toggle .mf-chart-icon-btn.active#mfDonutChartBtn circle {
	stroke:#0161ff;
}
.outer_calculator_design .loan-container .loan-right .mf-chart-view-toggle .mf-chart-icon-btn.active#mfDonutChartBtn path {
	stroke:#8bd805;
}

.outer_calculator_design .loan-container .field {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 25px;
    flex-direction: row;
    align-items: center;
	flex-wrap: wrap;
}
.outer_calculator_design .loan-container .field div {
    width:50%;
}

.outer_calculator_design .loan-container .field.field-dropdown div {
    width:auto;
}

.outer_calculator_design .loan-container .select-arrow {
    top: 43%;
}
.outer_calculator_design .loan-wrapper {
    display: block !important;
    width: 100%;
}

.outer_calculator_design .loan-wrapper::after {
    content: '';
    background: #d6d9e1;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 2px;
    height: stretch;
    border-radius: 150px;
}


.outer_calculator_design canvas {
	width:50%;
    height: auto;
    margin: 0 auto;
}

.outer_calculator_design .result-row {
	display: flex;
    justify-content: space-between;
    color: #000 !important;
}

.outer_calculator_design .loan-container {
	box-shadow:none;
    max-width: 100% !important;
    border:none;
    display: flex;
    background:#ffffff00;
    border-radius: 25px;
    padding:0;
}
.outer_calculator_design .loan-container label {
	font-weight: 500;
    margin-bottom: 7px;
    font-size: 18px;
}
.outer_calculator_design .loan-container #calcBtn {
	background: #82C20A;
    font-size: 18px;
	box-shadow:none;
    border-radius: 70px;
    padding: 14px;
    font-weight: 500;
    margin-top: 15px;
}
.outer_calculator_design .loan-container #calcBtn:hover{background:#000000;}
.outer_calculator_design .loan-container .field input[type="number"], .outer_calculator_design .loan-container .field input[type="text"]{
	padding:5px;
    border-radius: 70px;
    width:30%;
    border: 2px solid #c7cfdd;
    background: #dce3ee;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}
.outer_calculator_design .loan-container .field input:hover[type="number"]{border-color:#82c20a}
.outer_calculator_design .loan-container .result p {
    padding:10px 0px 10px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 22px;
}
.outer_calculator_design .loan-container .result-row .value {
    font-size: 18px;
}
.outer_calculator_design .loan-container #emiResult{margin-bottom:10px}

.outer_calculator_design .loan-container .result .label {
    font-size: 18px;
}

.outer_calculator_design input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height:8px;
  border-radius: 5px;
  background: #ffffff;
  outline: none;
}

/* Track */
.outer_calculator_design input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 5px;
}

/* Thumb */
.outer_calculator_design input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height:18px;
  width:18px;
  background:#fff;
  border-radius:50%;
  margin-top:-6px; /* IMPORTANT (center align) */
  cursor:pointer;
  border:2px solid #82c20a;
}


.outer_calculator_design .loan-container .loan-left .mf-toggle-wrapper {
	background: #fff;
    width: 100%;
    margin-top: 20px;
    border:3px solid #fff;
    box-shadow:5px 5px 10px #0000001f, inset 0px 1px 5px #0000001f;
}

.outer_calculator_design .loan-container .loan-left .mf-toggle-wrapper button {
    box-shadow: none;
    margin: 0;
    padding: 4px;
    font-size: 18px;
    border: 2px solid #ffffff00;
    background: #ffffff00;
    color: #000000;
    font-weight: 600;
}

.outer_calculator_design .loan-container .loan-left .mf-toggle-wrapper button.active {
	background:#d8ecff;
	color:#0161ff;
	border:2px solid #0161ff;
}


.related_calculator .elementor-button {
    text-align: left;
	width: 100%;
	height: 100%;
}

.related_calculator .elementor-button-content-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
}

.related_calculator .elementor-button-icon {
	margin-top:3px;
}


/* Calculator CSS End
---------------------------------------------------------------------------*/






/* Custom CSS Start 
---------------------------------------------------------------------------*/

.empanel_form form .grid {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.empanel_form form .grid .field {
    width: 49%;
}
.empanel_form form input[type=text], .empanel_form form input[type="email"], .empanel_form form input[type="tel"] {
    border: 1px solid #b1b1b1;
    border-radius:10px;
    padding: 11px 15px;
}
.empanel_form form input[type=text]:hover, .empanel_form form input[type="email"]:hover, .empanel_form form input[type="tel"]:hover {
    border-color:#000000;
}

.empanel_form form .wpcf7-submit {
	background: #0179e2;
    border-radius: 150px;
    margin: 0 auto;
    float: none;
    border: none;
    color: #fff;
    padding: 13px 45px;
    font-size: 18px !important;
	margin-top: 30px;
}
.empanel_form form .wpcf7-submit:hover {
	background:#75BB1F;
}

.empanel_form form .submit p {
	text-align: center;
    display: flex;
    flex-direction: column;
}

.empanel_form form .field.arn {
	display:flex;
	align-items: center;
}
.empanel_form form .field.arn p {
	display: flex;
    align-items: center;
    gap: 8px;
}

.empanel_form form .field.arn p label {
	    color: #0179e2;
    border: 1px solid #d7d7d7;
    padding:5px 11px 6px 8px;
    line-height: 17px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    cursor: pointer;
	transition:.3s all;
}
.empanel_form form .field.arn p label:hover {
    border-color:#686868;
}

.empanel_form form .field.arn p .wpcf7-radio span {
    margin-right: 0;
}

.empanel_form form .field.arn p span.wpcf7-list-item-label {
	margin:0;
}

.empanel_form form .field.arn p .icon {
	color: #0179e2;
    border: 1px solid #0179e2;
    padding: 0 8px;
    line-height: 17px;
    border-radius: 100px;
    height: 21px;
}





.tops_header {z-index:9;}
.for_footer_toggle .elementor-icon-box-title a {color:#ffffff !important; transition:.2s all;}
.for_footer_toggle .elementor-icon-box-title a:hover {color:#82C20A !important;}


.both_android_app .elementor-button {
	width:100%;
}

.both_android_app .elementor-button-content-wrapper {
    justify-content: space-between;
}
.both_android_app .elementor-image-box-content {
	padding:0 16px;
}

.first-dots h2 {
    display: flex;
    gap: 8px;
}

.first-dots .dot:nth-child(1) {
    animation-delay: 0.3333s;
    animation-delay: 0s;
}
.first-dots .dot:nth-child(2) {
    animation-delay: 0.6666s;
    animation-delay: 0.3333s;
}
.first-dots .dot:nth-child(3) {
    animation-delay: 0.9999s;
    animation-delay: 0.6666s;
}
.first-dots .dot {
    border-radius: 9999px;
    width: 12px;
    height: 12px;
    background: #ffffff;
    animation: wave 1.3s infinite;
    z-index: 2555;
}


.second-dots h2 {
    display: flex;
    gap: 8px;
}
.second-dots .dot:nth-child(1) {
    animation-delay: 0.3333s;
}
.second-dots .dot:nth-child(2) {
    animation-delay: 0.6666s;
}
.second-dots .dot:nth-child(3) {
    animation-delay: 0.9999s;
}
.second-dots .dot {
    border-radius: 9999px;
    width: 12px;
    height: 12px;
    background: #ffffff;
    animation: wave 1.3s infinite;
    z-index: 2555;
}
/* --------- css start------- */
.btn .elementor-kit-9 button, .elementor-kit-9 input[type="button"], .elementor-kit-9 input[type="submit"], .elementor-kit-9 .elementor-button {
    box-shadow: none !important;
}
.icon_card .elementor-widget.elementor-widget-text-editor {
    min-height: 115px !important;
}

.icon_card .elementor-widget-text-editor:hover {
    box-shadow:0px 0px 0px 1px #ababab47 !important;
}

.icon_card .elementor-widget-text-editor p {
    height: 100%;
}

.icon_card .elementor-widget-text-editor a{
        height: 100%;
    display: flex;
    justify-content: center;
    padding:12px;
    align-items: center;
}




/* --------- css end------- */
.points_why .elementor-icon{width:56px;height:56px;padding:16px;background:#0179E2;border-radius:50px}
.service_out .elementor-icon{width:56px;height:56px;background:#0179E2;border-radius:50px;display:flex;align-items:center;justify-content:center}
.service_out .elementor-icon-box-wrapper{display:flex;align-items:center;justify-content:center}
.service_out .elementor-icon-box-icon{display:flex!important;justify-content:center}
.how_dowe .process-number{background:#82c20a!important}
.m_eview_box{border:1px solid transparent;border-image:linear-gradient(-90deg,rgba(207,169,255,0.12) 0%,rgb(73 92 245 / 49%) 100%);border-image-slice:1;transition:.3s}
.m_eview_box .elementor-icon-box-icon,.m_eview_box .elementor-icon-box-icon svg{max-height:20px}
.m_eview_box:hover{border:1px solid var(--e-global-color-secondary);border-image:linear-gradient(-90deg,var(--e-global-color-secondary) 0%,var(--e-global-color-secondary) 100%);border-image-slice:1;transition:.3s}
.custom_myBlog .wpr-grid-item{border-image:linear-gradient(-90deg,rgba(207,169,255,0.12) 0%,rgb(169 187 255 / 60%) 100%);border-image-slice:1;transition:.3s}
.ustom_futter a{background-color:transparent;color:#ffffff!important;text-decoration:none}
.popular_searches .wpr-nav-menu li{margin:8px 0}
.popular_searches .wpr-nav-menu li:last-child a{border:none!important}
.form_design_main .elementor-heading-title span{font-weight:700;font-style:italic}
.form_design_main form p{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:15px}
.form_design_main form .wpcf7-form-control-wrap{width:49%}
.form_design_main form .full_width_box .wpcf7-form-control-wrap{width:100%}
.form_design_main form{margin-left:auto}
.form_design_main form input,.form_design_main form select{padding:13px 17px;width:100%;border-radius:12px;border:1px solid #878787!important;color:#727272}
.form_design_main form .wpcf7-form-control-wrap[data-name="last-name"]{margin-left:auto}
.form_design_main form select{margin-bottom:16px;margin-top:16px}
.form_design_main form textarea{padding:15px;border:none;border:1px solid #878787;height:100px;border-radius:12px!important}
.form_design_main form .wpcf7-submit{padding:15px;border-radius:12px;border:none;background:#060606;color:#fff;cursor:pointer;text-transform:uppercase;font-weight:500;font-size:19px;transition:.3s all ease;margin-top:15px;box-shadow:2px 2px 0 0 #a0de17!important}
.form_design_main form .wpcf7-submit:hover{background:#ffffff;color:#000000}
.middle_footer .elementor-icon{font-size:30px;padding:9px;display:flex}
.inner_page_banner{background:linear-gradient(90deg,rgb(169 207 255 / 8%) 0%,rgb(169 191 255 / 40%) 51%,rgb(169 207 255 / 8%) 100%); margin-top: -8px;}
.inner_page_banner::before{background-image:url(https://advisium.kitkitgo.com/wp-content/uploads/2025/10/FAQs-1-1.png)}
.founders .elementor-image-box-description{background-color:var(--e-global-color-secondary);margin:0;padding:4px 16px;width:fit-content}
.our_expert_team .member-image-wrap .member-social{transition:.3s all}
.our_expert_team .member-image-wrap:hover .member-social{opacity:1;visibility:visible;right:12px!important}
.privacy_policy h4{margin-bottom:12px;margin-top:5px}
.contact_details .elementor-icon-box-icon{margin-top:4px}
.button_top_design a.elementor-button{width:100%}
.effect_commitment{transition:.5s all!important}
.effect_commitment:hover{transform:scale(1.04)}
.effect_commitment:hover .elementor-divider-separator{transition:.3s all!important;border-block-start:var(--divider-border-width) var(--divider-border-style) #82c20a!important}
.investors_design .elementor-image-box-img a img{background:#82c20a;padding:12px;border-radius:150px}
.investors_design:hover .elementor-image-box-title{color:#ffffff!important}
.investors_design:hover .elementor-image-box-description{color:#ffffff!important}
.investors_design:hover .elementor-button{color:#82c20a!important}
.investors_design .elementor-button:hover{color:#ffffff!important}
.investors_design:hover .elementor-button{fill:#ffffff!important}
.investors_design .elementor-element{height:100%}

.custom_testimonials .swiper-wrapper{align-items:stretch}
.custom_testimonials .swiper-slide{height:100%}
.custom_testimonials .elementskit-stars{display:none}
.custom-breadcrumb a{color:#0179e2;font-weight:500}
.exper_icon_box img{background:#82c20a;padding:13px;border-radius:50px;overflow:visible}
.table-container{width:100%;overflow-x:auto}
.direct-investing-table{width:100%;border-collapse:collapse;border:1px solid #bfbfbf;border-radius:10px;margin-bottom:0}
.direct-investing-table thead{background:linear-gradient(90deg,#0179e2,#82c20a);color:#fff}
.direct-investing-table th{padding:14px;text-align:center;font-weight:bold;font-size:18px}
.direct-investing-table td{padding:14px;text-align:center;border-bottom:1px solid #ddd;color:#000;font-size:16px}
.sun-bounce{animation:MoveUpDown 4s linear infinite}
@keyframes MoveUpDown {
0%,100%{opacity:1;transform:translate3d(0,-15%,0)}
50%{opacity:1;transform:translate3d(0,0,0)}
}
.map_tabs_design .e-tabs-menu-base span.e-paragraph-base{display:block;padding-left:43px}
.map_tabs_design .e-tabs-menu-base button{box-shadow:none;display:block;width:100%;text-align:left}
.map_tabs_design .e-tabs-menu-base .e-tab-base.e--selected{border-color:#75bb1f;outline-width:0;background:#75bb1f}
.map_tabs_design .e-tabs-menu-base button:hover{border-color:#75bb1f;background:#ffffff}
.map_address{backdrop-filter:blur(10px)}
.map_tabs_design iframe{border-radius:12px}
.table_textalign table td{text-align:left}

/* Custom CSS End 
---------------------------------------------------------------------------*/
/* career page form css start */
.form_resume p {
	    display: block  !important;
        margin-top: 8px;
}
.form_textarea p {
    display: block  !important;
margin-top: 14px;
}
.accept input {
    width: 16px !important;
    margin-right: 10px;
}
 
.accept p {
    display: block !important;
}
.accept .wpcf7-list-item {
    display: flex;
    align-items: center;
    margin: 1em 0 0 0;
    line-height: 0.2em;
}
.wpcf7-list-item-label::after {
    content: " ";
    line-height: 1.2em !important;
}
 /* career page form css end */ 




/* mutual fund return calculator page css start */

.field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.field > div {
  flex: 1;
}
.field input[type="text"],
.field input[type="number"] {
  width: 38%;
  flex-shrink: 0;
}
/* Container for input and Y/% badge */
.input-group {
  display: flex;
  align-items: center;
  background: #dff0ff; /* Matching your theme color */
  border: 2px solid #0179e2;
  border-radius: 20px;
  overflow: hidden;
  width: 100px; /* Adjust width as needed */
}

/* The actual input field */
.input-group input {
  border: none !important;
  background: transparent !important;
  outline: none !important;
  width: 100%;
  padding: 8px 10px;
  text-align: center;
  font-weight: 600;
  color: #0055aa;
}

/* The Y and % badge */
.unit-badge {
    /* background: #f0f0f0; */
    color: #333;
    padding: 0;
    font-weight: bold;
    /* border-left: 1px solid #ccc; */
    font-size: 14px;
    position: absolute;
    left: 40%;
    margin-top: 4px;
}

.mf-toggle-wrapper {
  display: flex;
  background: transparent;
  border-radius: 30px;
  padding: 0;
  margin-bottom: 20px;
  width: fit-content;
  gap: 8px;
}

.mf-toggle-btn {
  padding: 8px 28px;
  border: 2px solid #ddd;
  border-radius: 26px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 600;
  color: #999;
  cursor: pointer;
  transition: all 0.25s ease;

}

.mf-toggle-btn.active {
  background: #ffffff;
  color: #0055cc;
  border: 2px solid #0055cc;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.field-dropdown {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}

.field-dropdown label {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: fit-content;
  min-width: 160px;
  width: 30% !important;
    flex: none !important;
}
.custom-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  background: #dff0ff;
  border: 2px solid #0179e2;
  border-radius: 20px;
  padding: 8px 36px 8px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #0055aa;
  cursor: pointer;
  outline: none;
  width: 100%;
}

.custom-select-wrapper select:focus {
  border-color: #0055aa;
  box-shadow: 0 0 0 3px rgba(1,121,226,0.2);
}

.select-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #0179e2;
  pointer-events: none;

}

.mf-chart-view-toggle {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}

.mf-chart-icon-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid #ccc;
  background: #f5f5f5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.2s;
}

.mf-chart-icon-btn svg {
  width: 18px;
  height: 18px;
}

.mf-chart-icon-btn.active {
  background: #e8f0fe;
  border-color: #0179e2;
}

.mf-chart-icon-btn:hover {
  background: #e8f0fe;
  border-color: #0179e2;
}

.result {
  margin-top: 16px;
  border-top: 1px solid #eee;
  padding-top: 12px;
}

.result h4 {
  display: none;
}

.result-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  margin: 0;
}

.result-row:last-child {
  border-bottom: none;
}

.result-row .label {
  font-size: 14px;
  color: #444;
}

.result-row .value {
  font-size: 14px;
  font-weight: 700;
  color: #111;
}

#mfDTLabel {
  color: #82c20a !important;
}

#mfDTValue {
  color: #0179e2 !important;
}

.mf-donut-canvas {
  border-radius: 50%;
  transition: filter 0.3s ease;
  display: block;
}


/* mutual fund return calculator page css end */

/* Retirement Calculator page css start */





/* Retirement Calculator page css end */





@media only screen and (max-width:1450px) { 
	
.outer_calculator_design .loan-container .result .label {
    font-size: 15px;
}
.outer_calculator_design .loan-container .result-row .value {
    font-size: 15px;
}
.outer_calculator_design .loan-container .loan-right .mf-chart-view-toggle {
    margin-bottom: 0;
}
	
.outer_calculator_design .loan-container .loan-left {
    max-width: 46%;
}
.outer_calculator_design .loan-container .loan-left .mf-toggle-wrapper button {
    padding: 2px;
    font-size: 15px;
}
	
.outer_calculator_design .loan-container label {
    font-size: 14px;
}
.outer_calculator_design canvas {
    width:20%;
}
.outer_calculator_design .loan-container #emiResult {
    font-size: 20px;
}
	
.outer_calculator_design .loan-container .result p {
    padding: 5px 0px 5px;
    font-size: 15px;
}
.outer_calculator_design .loan-container .field {
    margin-top: 20px;
}
.outer_calculator_design .loan-container .loan-left h4 {
    font-size:18px;
}
.outer_calculator_design .loan-container .field input[type="number"] {
    padding: 3px;
    width: 70%;
	font-size: 16px;
}
.outer_calculator_design .loan-container #calcBtn {
    padding: 10px;
    margin-top: 25px;
}
.form_design_main form .wpcf7-submit{padding:11px;margin-top:10px}
.form_design_main form textarea{padding:10px 15px;height:82px}
.form_design_main form input,.form_design_main form select{padding:10px 15px}
.tops_header ul.elementor-icon-list-items{gap:20px!important}
.header-info .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item::after{position:absolute!important;right:-2px!important;top:4px}	
}

@media only screen and (max-width:768px) {
	
.outer_calculator_design .loan-container .loan-right #mfAreaChartWrap {
    margin-bottom: 10px;
}
	
.outer_calculator_design .loan-container .field input[type="number"] {
        width: 40%;
}

.outer_calculator_design .loan-wrapper::after {
	display:none;
}
	
.outer_calculator_design .loan-container .loan-left {
        max-width: 100%;
        margin-bottom: 18px;
        padding-bottom: 23px;
        width: 100%;
}
.outer_calculator_design .loan-container .loan-right {
    max-width:100%;
}
    .outer_calculator_design .loan-container .loan-left h4 {
        font-size: 22px;
        text-align: center;
        border-bottom: 2px solid #ced0df;
        padding-bottom: 8px;
    }
	
}


@media only screen and (max-width:500px) { 
.empanel_form form .grid .field {
    width: 100%;
    margin-top: 14px;
}
.empanel_form form .field.arn {
    flex-direction: column;
    row-gap: 13px;
}
.inner_page_banner {
    margin-top: -20px;
}
.outer_calculator_design .loan-container .loan-left .mf-toggle-wrapper button {padding:5px; font-size: 16px;}
.outer_calculator_design .loan-container .loan-right #mfAreaChartWrap {margin-bottom:10px;}
.form_design_main form .wpcf7-form-control-wrap{width:100%}
.form_design_main form p{row-gap:10px}
.form_design_main form select{margin-bottom:14px;margin-top:14px}
.map_tabs_design .e-tabs-menu-base{width:100%!important}
.map_tabs_design .map_address{left:0!important;width:100%!important;bottom:9px;top:auto!important}
.map_tabs_design .e-tabs-content-area-base{width:100%!important}
.map_tabs_design .e-tabs-base{display:flex!important;flex-direction:column!important;gap:22px!important}
#menu-main-menu .elementskit-dropdown a{padding-bottom:6px;padding-top:6px}
#menu-main-menu .ekit-svg-icon{margin-left:15px}
.loan-container{margin-top:7px!important;margin-bottom:20px!important;width:95%}
.for_footer_toggle .wpr-mobile-nav-menu{position:relative!important;display:block!important;left:0!important; width:100% !important;}
.for_footer_toggle .wpr-mobile-toggle-wrap{display:none!important}
br{display:none}
.direct-investing-table{width:600px!important}

}



