*,
body,
html {
	box-sizing: border-box
}
::-webkit-scrollbar-track {
	background: #606c88
}

::-webkit-scrollbar {
	height: 4px;
    width: 4px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    overflow-x: auto;
    background: #ececec;
}
body,
html {
	padding: 0;
	margin: 0;
	height: 100%;
    color: #4a4a4a;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}

body {
	background: #fbfbfb;
	font-family: arial, sans-serif
}
#main {
    width: 100%;
    float: left;
    min-height: 90vh;
    overflow: hidden;
}
.container {
    width: 100%;
	max-width: 1200px !important;
	margin: 0 auto;
    flex: 1;
}
.forbtn {
    padding-top: 32px;
    padding-bottom: 0;
    background: transparent;
}
.tab-disp {
max-width: 100%;
margin: 0;
padding: 38px 52px;
border-radius: 8px;
border: 4px solid #FFF;    
background-color: #f9f9f9;
background: -webkit-gradient(linear, left top, right top, from(#e6e6e6), to(#f9f9f9));
box-shadow: 0 4px 30px #101b4226;
color: #595a6c;
margin-bottom: 10px;
}


.status-msg-wrap,.blog-pager,.blog-feeds,.widget-item-control, h3.post-title.entry-title, .cookie-choices-info {
    display: none;
}

.blog-posts.hfeed.container {
        max-width: 100%;
}
h1,
h2,
h3,
h4 {
    text-align: left;
    padding: 5px;
    border-bottom: 1px solid #fff;
}
.tabh::before,.graphh::before,.asked-que::before, .calchead::before {
    background: linear-gradient(90deg, #5d58e3 25%, #fed500 0, #fed500 50%, #ff1673 0, #ff1673 75%, #10eab5 0);
    content: "";
    display: block;
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    top: 50px;
    width: 100%;
}
.calchead {
    border-bottom: revert;
}
.site-title a,
article,
aside, img,
footer,
header,
section {
	display: block
}
footer {
    clear: both;
    margin-top: 20px;
    background: #484848;
    padding: 15px;
} 
footer p {
    text-align: center;
    color: #ffffff;
}

/************ Disclaimer link styling **********************/
.disclaimer {
    text-align: left;
    margin: 0;
    margin-top: 20px;
}

.disclaimer a {
    color: #5582c0;
    text-decoration: none;
}

.disclaimer a:hover {
    text-decoration: underline;
}

/* Modal styles */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Overlay effect */
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    text-align: center;
    border-radius: 10px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
}

/************ Disclaimer link styling **********************/

    
 /************** frequetly asked questions *****************/ 
 
 
 p.freq {
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -.84px;
}
    .secque {
     margin: 0;
    padding: 42px 52px;
    box-shadow: none;
    background: #ffffff;
    border-radius: 16px;
    margin-bottom: 60px;
    }
    /* Basic styles for collapsible buttons */
    .collapsible {
        background: #ffffff;
        cursor: pointer;
        padding: 0px;
        width: 100%;
        border: none;
        outline: none;
        font-size: 16px;
        transition: background-color 0.3s ease;
        display: flex;
        justify-content: space-between; /* Space between section title and icon */
        align-items: center;
        padding-block: 0;
    }
    
    /* Style for section title */
    .section-title {
        flex: 1; /* Takes up available space to push the icon to the right */
        text-align: left;
        margin-bottom: 0;
    }
    .section-title h2{
        font-size: 16px;
        font-weight: 500;
        margin: 0;
    }
    
    /* Icon styles */
    .icon {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 30px; /* Set width and height for circular shape */
        height: 30px;
        border-radius: 50%; /* Make it circular */
        background-color: white; /* Background color of the button */
        color: #00a5a4; /* Color of the icon */
        font-weight: bold;
        font-size: 20px;
        transition: transform 0.3s ease, background-color 0.3s ease; /* Transition for rotation and color */
        cursor: pointer; /* Pointer cursor */
    }
    
    /* Rotate icon on active state */
    .collapsible.active .icon {
        transform: rotate(360deg); /* Rotate the icon 180 degrees */
        background-color: #00a5a4; /* Change background on active */
        color: #ffffff;
    }
    
    /* Content hidden by default */
    .content {
        max-height: 0; /* Initially hidden */
        overflow: hidden; /* Hide the overflowing content */
        margin-bottom: 10px;
        border-radius: 5px;
        transition: padding 0.5s ease; /* Add transition for max-height and padding */
    }
    .btnst {
        border: 0;
        border-bottom: 1px solid rgba(222, 228, 247, .5019607843);
        margin-bottom: 24px;
        background: transparent;
        padding: 0;
    }
    
    /* Active class for the collapsible button */
    
    button.collapsible:hover {
        background-color: #ffffff;
    }
    
    /* Content to be visible when active */
    .content.show {
        max-height: 200px; /* Set a height sufficient to show the content */
        padding: 8px 0 0; /* Adjust padding for visible content */
        color: #667085;
    }
    .content.show p {
        margin-top: 0px;
    }
    
    
    /************** frequetly asked questions *****************/


/* To create space between calculator and graph/table */

.bline, .spage, nav {
    width: 100%;
	float: left;
    text-align: center;
    margin: 1rem 0;
}

a.e-link, .bline a, .spage a, nav a {
    background: #fff;
    margin-bottom: 5px;
    color: #4a4a4a;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    justify-content: flex-start;
    line-height: 1.5;
    padding: calc(.5em - 1px) calc(.75em - 1px);
    position: relative;
    vertical-align: top;
}
.bline, .spage, nav {
    padding: revert;
    float: left;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    text-align: center;
}
.bline a {
    background-color: #ffffff;
    color: #555555;
}
.bline a:focus {
    border-color: #365899;
    color: #363636;
}
.bline a:hover, a.s-link:hover, a.e-link:hover {
    opacity: .8;
}
a.e-link {
    background-color: #fff;
    color: #4a4a4a;
}
a.s-link {
    background: #ffffff;
    text-decoration: none;
}

h1.entry-title {
	font-size: 40px;
    margin: 22px;
    color: #fff;
    text-align: center;
}
.spage {
    color: white;
}
#menubio{display:block;position:absolute;cursor:pointer;width:50px;height:40px;float:left}
#menubio:hover span{background:#fff}
#menubio span:nth-child(1){top:9px;width:38px}
#menubio span:nth-child(2){top:18px;width:30px}
#menubio span:nth-child(3){top:27px;width:22px}
#menubio span{-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;display:block;position:absolute;left:12px;-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-ms-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;height:4px;background:#ffffff8f}


.menupart {
    float: left;
    width: 23%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: #fff;
    -webkit-box-shadow: 8px 0px 17px 0px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 8px 0px 17px 0px rgba(0, 0, 0, 0.28);
    box-shadow: 8px 0px 17px 0px rgba(0, 0, 0, 0.28);
    background: #0f0c29;
    background: -webkit-linear-gradient(to right, #00a5a4, #00c2c1, #00a5a4);
    background: linear-gradient(338deg, #00c2c1 70%, #00a5a4 50%);
    padding: 4px;
	display: none;
	z-index: 999999;
}
.menupart .close {
    position: absolute;
    right: -42px;
    top: 5px;
    font-size: 18px;
    padding: 10px 15px;
    border: none;
    background: #00a5a4;
    color: #fff;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    z-index: 3;
}
.menupart .close:hover {
    opacity: .8;
}
.menupart h2 {
    text-align: center;
    margin: 5px;
    font-size: 1.4rem;
}

.melink {
    overflow: auto;
    height: 85%;
    padding-right: 3px;
    background: 0 0;
}
.melink a {
	display: block;
    text-align: right;
    padding: 10px 18px 10px 0;
    color: #ffffffbf;
    font-size: 15px;
    text-transform: uppercase;
	backface-visibility: hidden;
	border-radius: 3px;
	border: 1px solid transparent;
}
.melink a:hover{
    background: #fff;
	color: #000;
	border-color:#000;
}
header a.link,.menupart h2 a{
	font-size: 27px;
	text-align: center;
	width: 100%;
	display: block;
	text-decoration: none;
	color: #fff;
    overflow: hidden;
	font-family: pacifico, cursive;
	backface-visibility: hidden;
}

.menupart h2 a{
	font-size: 25px;
}
header {
    width: 100%;
    height: 46px;
    clear: both;
    float: left;
    z-index: 9!important;    
    background: linear-gradient(338deg, #00c2c1 70%, #00a5a4 50%);
    -webkit-box-shadow: 0px 6px 10px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 6px 10px 0px rgb(0 0 0 / 25%);
    display: flex;
    align-items: center;
}
.overlay {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 999; /* Higher than other elements */
}
/* calculator css............................................. */
/* To create space between calculator and graph/table */

.luna {
    display: flex;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
row-align {
        align-items: center !important;
}



.graph-container {
    text-align: center;
}

.table-container {
    text-align: center;
}

h1, h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

.input-table {
    width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: separate;
}

.input-table td {
    padding-bottom: 10px;
    font-size: 16px;
    vertical-align: middle;
    border-color: #595a6c;
    color: #595a6c;
    font-weight: 700;
    width: 50%;
}

.input-table label {
    font-size: 16px;
    color: #555;
    display: block;
    text-align: left;
}

.input-table input[type="number"] {
    width: 100%;
    padding: 8px;
    margin: 5px 0;
    color: #595a6c;
    font-weight: 700;
    text-align: left !important;
    background: transparent;
    outline: none;
    border-radius: 4px;
    border: 1px solid #595a6c;
}
.input-table input[type="range"] {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

tbody span {
    margin-left: 0px;
    font-size: .813rem;
}

button#calculate,.button-container button {
    background-color: #00a5a4;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
}

button:hover {
    background-color: #00a5a4;
}

.result-box {
    margin-top: 20px;
    padding: 15px;
    background-color: #f0f8ff;
    border: 1px solid #00a5a4;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.result-value {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    color: #007bff;
}

.button-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.button-container button {
    width: 48%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.button-container button.active {
    background-color: #00a5a4;
    color: white;
}

.button-container button:not(.active) {
    background-color: #e0e0e0;
    color: #333;
}

.graph-container,
.table-container {
    margin-top: 20px;
}

.growth-table {
    width: 100%;
    border-collapse: collapse;
}

.growth-table th, .growth-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
}

.growth-table th {
    background-color: #f4f4f4;
    color: #333;
}
/* calculator css............................................. */




.gra-tab-but {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    width: 400px;
    text-align: center;
}

.m-fix {
    flex: 0 0 auto;
    width: 100%;
    padding-right: 1.5rem !important;
}
.graph-container, .table-container {
    border-radius: 8px;
    max-height: 500px;
    margin-bottom: 59px;
}

.table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}








@media (min-width: 992px) {
    .calculator-container {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .gra-tab-but {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .ftx {
        padding-left: 1.5rem !important;
    }
}
@media (max-width: 991.98px) {
    .calculator-container, .gra-tab-but {
        padding: 0px 16px 24px 16px;
    }
    .container {
        padding: 0 20px;
    }
    .tab-disp {
        padding: 24px 16px;
    }
    .menupart {
        width: 70%;
    }
    header a.link {
		font-size: 20px;
    padding: 6px 0;
	}
    .menupart h2 a {
        font-size: 20px;
    }
    h1.entry-title {
        font-size: 38px
    }
}
@media (max-width: 767.98px) {
    .forbtn {
        padding-top: 34px;
        padding-bottom: 34px;
    }
    .input-table input[type="range"] {
        display: none;
    }
    tbody span {
        display: none;
    }
    h2.graphh {
        font-size: 20px;
    }
}
@media (max-width: 575.98px) {
    .secque {
        padding: 30px 16px;
        font-size: .875rem;
    }
    p.freq {
            margin-bottom: 1.5rem !important;
        }
    
}






























