/* ? Font Importing */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,500;1,600;1,700;1,800;1,900&display=swap');


/* ? CSS Reset */
*{
    padding: 0;
    margin: 0;
    font-family:'Poppins', sans-serif;;
}
/* ? Smooth Scrolling */
html{
    scroll-behavior: smooth;
}
body{
    overflow-x: hidden;
}
/* body::-webkit-scrollbar{
    width: 0;
} */
/* ? CSS Color | Roots */

:root{
    --textColor : #303030;
    --bodyColor : #ffffff;
    --boxElm : #f5f5f5;
    --borderColor : 1px solid #cccccc;
    --greenAlert : #6bdc61;
    --greenAlertClose : #246828;
    --redAlert: #dd4f4f;
    --redAlertClose : #93000055;
}
/*? Loader  */
#loader{
    background: #fff;
    height: 100vh;
    background-size: 20%;
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 10000000;
}
#loader h1{
    font-weight: 500;
    position: relative;
    font-size: 30px;
    /* color: #191919; */
}
#loader h1 span{
    background: -webkit-linear-gradient(top left, #00eaff,#005354);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

/* ? HTML - ScrollBar */


html::-webkit-scrollbar
{
	width: 0;
}

/* ? Body */

body{
    transition: all 0.5s;
}


/* ? Navbar */

#navbar{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    background: #f5f5f5;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000000;
}
#navbar #logo a{
    text-decoration: none;
}
#navbar #logo a h1{
    color: var(--textColor);
    font-size: 20px;
    font-weight: 500;
}
#navbar #logo a h1 span{
    background: -webkit-linear-gradient(top left, #00eaff,#005354);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

/* ? Settings */

#navbar #settings{
    display: flex;
    align-items: center;
}
#navbar #settings .settingBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background:var(--bodyColor);
    margin-left: 10px;
    border: var(--borderColor);
    cursor: pointer;
}
#navbar #settings .settingBtn i{
    font-size: 22px;
    color: var(--textColor);
}
/** SideBar */
#sideBar{
    position: fixed;
    right: 0;
    display: flex;
    justify-content: flex-start;

    align-items: flex-start;
    flex-direction: column;
    width: 280px;
    background: #f5f5f5;
    height:100%;
    z-index: 1000000;
    padding: 20px;
    /* margin: 10px; */
    transition: 0.5s;
    transform: translateX(400px);
}
#sideBar #close{
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 20px;
    color: #181818;
    border-radius: 3px;
    cursor: pointer;
    /* transition: 0.5s; */

}
#sideBar a{
    display: flex;
    position: relative;
    top: 50px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #ccc;
    /* display: inline; */
    width: 85%;
    margin: 6px 0px;
    border-radius: 3px;
    text-decoration: none;
    color: #181818;
    text-underline-offset: 3px;
    font-weight: 300;
    cursor: pointer;
    transition: 0.5s;
}
#sideBar #terms {
    position: absolute;
    bottom: 110px;
    width: 86%;
   
}
#sideBar a:hover {
    text-decoration: underline;
    color: #008386; 
}
#sideBar #terms a{
    width: 86%;
    text-decoration: underline;
    color: #008386;
}
/* Main Hone */
#mainHome{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    position: relative;
    top: 130px;
}
#mainHome h1{
    font-size: 3rem;
    text-align: center;
    font-weight: 600;
    width: 70%;
}
#mainHome h2{
    font-size: 17px;
    text-align: center;
    font-weight: 400;
    width: 50%;
}

/** EMI Code */
body {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
    flex-direction: column;
	align-items: center;
	/* background-color: #bab5e3; */
}

.container {
	height: auto;
	width: 1000px;
	border-radius: 20px;
	padding: 20px;
	margin: 50px 0;
	/* background-image: linear-gradient(to bottom left, #e4dfec, white, white); */
}
#emi{
    position: relative;
    top: 200px;
}
body #heading{
    position: relative;
    top: 200px;
    font-size: 2.3rem;
    font-weight: 600;
}
body #heading span{
    background: -webkit-linear-gradient(top left, #00eaff,#005354);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.detailBox{
    padding: 20px;
    border: 1px solid #ccc;
    width: 100%;
    margin: 20px;
    border-radius: 5px;
}
.detail{
    padding: 7px;
}
.detailBox input{
    padding: 7px;
}
.sub-container {
	display: flex;
	width: 100%;
	gap: 50px;
	height: max-content;
}
.breakup{
    border-radius: 10px;
    max-width: 355px;
    max-height: 355px;
    display: flex;
    padding: 20px;
    position: relative;
    left: 30px;
    top: 20px;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
}
.footer{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 20px;
    height: 50px;
    /* margin: 10px; */
    border-radius: 5px;
    border: 1px solid #ccc;
    top: -10px;
    padding: 28px;
    width: 180%;
}
.footer #price-container{
    position: relative;
    top: -20px;
}
.header {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.outBox{
    padding: 28px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 90%;
    position: relative;
    left: 20px;
}
#out canvas{
    padding: 20px;
    max-width: 960px;
    max-height: 960px;
    margin: 10px;
    border-radius: 10px;
    position: relative;
    left: 10px;
    border: 1px solid #ccc;
}
.header button {
	height: max-content;
	width: max-content;
	padding: 10px;
	border: none;
	background-color: transparent;
	font-size: 35px;
	color: #005354;
}

.header button:hover {
	cursor: pointer;
}

.view,
.breakup {
	width: 50%;
}
.details input {
	width: 100%;
}

.detail {
	display: flex;
	justify-content: space-between;
}

.footer {
	display: flex;
	justify-content: space-between;
}

/*----- Styling the sliders ----*/
input[type="range"] {
	-webkit-appearance: none;
	margin: 10px 0;
	width: 100%;
}

input[type="range"]:focus {
	outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #00999b;
	border-radius: 10px;
}

input[type="range"]::-webkit-slider-thumb {
	/* box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey; */
	border: 5px solid  #003536;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #00999b;
	cursor: pointer;
	margin-top: -6px;
	-webkit-appearance: none;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
	background: #00bdc1;
}

input[type="range"]::-moz-range-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #00bdc1;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
	border-radius: 10px;
}

input[type="range"]::-moz-range-thumb {
	box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
	border: 5px solid #ffffff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #00bdc1;
	cursor: pointer;
	margin-top: -6px;
}

input[type="range"]::-ms-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #00bdc1;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
	border-radius: 10px;
}

input[type="range"]::-ms-fill-lower {
	background: #00bdc1;
	border-radius: 5px;
}

input[type="range"]::-ms-fill-upper {
	background: #00bdc1;
	border-radius: 5px;
}

input[type="range"]::-ms-thumb {
	box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
	border: 5px solid #ffffff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #00bdc1;
	cursor: pointer;
	margin-top: -6px;
}

input[type="range"]:focus::-ms-fill-lower {
	background: #00bdc1;
}

input[type="range"]:focus::-ms-fill-upper {
	background: #00bdc1;
}

/*-------------------------------------*/
#price {
	color: #130f31;
	font-size: 25px;
    font-weight: 600;
}

.loan-details {
	width: 90%;
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

#price-container {
	color: #005354;
	margin-top: 50px;
    font-size: 18px;
    font-weight: 500;
}

#price-container::before {
	content: "Monthly Payable:";
	font-size: 12px;
	display: block;
}

/** How To Use */

#howtouse{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    top: 150px;
    /* padding: 20px; */

    margin-bottom: 50px;
    left: 17.5%;
    width: 99%;
}
#howtouse h1{
    /* display: flex;
    align-items: flex-start; */
    position: relative;
    left: 1%;
    font-weight: 500;
    font-size: 1.5rem;
    /* flex-wrap: wrap; */
}
#howtouse div{
    padding: 10px;
    margin: 10px;
    /* background: #f5f5f5; */
    border: 1px solid #ccc;
    border-radius: 7px;
    width: 62%;
}
#howtouse div p{
    text-decoration: none;
    position: relative;
    left: 0;
    font-size: 18px;
    padding: 10px;
}
#howtouse h1 span{
    /* display: flex; */
    /* font-weight: 600; */
    /* flex-direction: column; */
    /* align-items: flex-start; */
    background: -webkit-linear-gradient(top left, #00eaff,#005354);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}
#howtouse strong{
    font-weight:600;
}
#mainHome h1{
    font-weight: 600;
}
@media (max-width:450px) and (min-width:220px) {
    body{
        /* background: #181818; */
    }
    footer .footer-section p{
        text-align: center;
        position: relative;
        left: 10%;
    }
    #howtouse{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        position: relative;
        top: 80px;
        /* padding: 20px; */
        left: 3%;
        width: 100%;
    }
    #howtouse h1{
        display: flex;
        align-items: flex-start;
        position: relative;
        left: 2%;
        font-size: 1.5rem;
    }
    #howtouse div{
        padding: 10px;
        margin: 10px;
        /* background: #f5f5f5; */
        border: 1px solid #ccc;
        border-radius: 7px;
        width: 83%;
    
    }
    #howtouse div p{
        text-decoration: none;
        position: relative;
        left: 0;
        padding: 10px;
    }
    #howtouse #h1{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    #howtouse #h1 span{
        /* display: flex; */
        margin-left: 0px;
        /* flex-direction: column; */
        /* align-items: flex-start; */
    }
    #mainHome h1{
        font-size: 2rem;
        font-weight: 600;
        width: 80%;
        left: 10%;
    }
    body #mid{
        position: relative;
        top: 70px;
    }
    #mainHome h1{
        font-size: 2.3rem;
        font-weight: 600;
        width: 90%;
    }
    #mainHome h2{
        width: 90%;
    }
    #mid #midText{
        width: 90%;
    }
}
@media (max-width:768px) and (min-width:600px) {
    body{
        /* background: #000; */
    }
    #howtouse{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        position: relative;
        /* top: 100px; */
        /* padding: 20px; */
        /* left: 18%; */
        width: 100%;
    }
    #howtouse h1{
        display: flex;
        align-items: flex-start;
        position: relative;
        left: 2%;
        font-size: 1.5rem;
    }
    #howtouse div{
        padding: 10px;
        margin: 10px;
        /* background: #f5f5f5; */
        border: 1px solid #ccc;
        border-radius: 7px;
        /* width: 63%; */
    }
    #howtouse div p{
        text-decoration: none;
        position: relative;
        left: 0;
        padding: 10px;
    }
    footer{
        position: relative;
        /* top: 00px; */
    }
    footer .footer-section p{
        text-align: center;
        position: relative;
        left: 10%;
    }
}
@media (max-width:600px) and (min-width:520px) {
    body{
        /* background: #000; */
    }
    #howtouse{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        position: relative;
        /* top: 50px; */
        /* padding: 20px; */
        left: 10%;
        width: 100%;
    }
    #howtouse h1{
        display: flex;
        align-items: flex-start;
        position: relative;
        left: 2%;
        font-size: 1.5rem;
    }
    #howtouse div{
        padding: 10px;
        margin: 10px;
        /* background: #f5f5f5; */
        border: 1px solid #ccc;
        border-radius: 7px;
        width: 75%;
    }
    #howtouse div p{
        text-decoration: none;
        position: relative;
        left: 0;
        padding: 10px;
    }
    .lastdiv{
        padding-bottom: 0px;
    }
    footer .footer-section p{
        text-align: center;
        position: relative;
        left: 10%;
    }
    #mainHome h1{
        font-size: 2.3rem;
        font-weight: 600;
    }
}
@media (max-width:519px) and (min-width:425px) {
    #howtouse{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        position: relative;
        /* top: 50px; */
        /* padding: 20px; */
        left: 5%;
        width: 100%;
    }
    #howtouse h1{
        display: flex;
        align-items: flex-start;
        position: relative;
        left: 2%;
        font-size: 1.5rem;
    }
    #howtouse div{
        padding: 10px;
        margin: 10px;
        /* background: #f5f5f5; */
        border: 1px solid #ccc;
        border-radius: 7px;
        width: 83%;
    }
    #mainHome h1{
        font-size: 2.3rem;
        font-weight: 600;
    }
}
@media (max-width:1600px) and (min-width:900px) {
    #mainHome h1{
        width: 60%;
    }
    #mainHome h2{
        width: 60%;
    }
}
#mid{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    position: relative;
    top: 130px;
    background: #015e60;
    height: 250px;
    margin-top: 70px;
    margin-bottom: 50px;
}
#midText{
    text-align: center;
    position: relative;
    /* top: 0px; */
    width: 50%;
    color: #fff;
    margin:50px 30px ;
    font-size: 18px;
}
#findPin{
    position: relative;
    margin: auto;
    text-align: center;
    height: 50px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #181818;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    top: -35px;
    box-shadow: 10px 10px 0px #181818;
    transition: 0.5s;
    color: #181818;
    /* margin-bottom: 40px; */
}
#findPin:hover{
    box-shadow: 0px 0px 0px #012c2d;
}

#howtouse a{
    color: #008386;
}
@media (max-width:1000px) and (min-width:800px) {
    body{
        /* background: #000; */
    }
    .sub-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        left: 0;
    }
    .footer{
        width: 97%;
        position: relative;
        left: -10px;
    }
    .breakup{
        max-width: 500px;
        max-height: 500px;
        position: relative;
        top: -50px;
        left: 10px;
    }
    .details{
        position: relative;
        left: -30px;
    }
    .outBox{
        position: relative;
        left:24%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 48.5%;
        top: -40px;
    }
    #out .outBox .loan-details{
        position: relative;
        left: -20px;
    }
    #out canvas{
        max-width: 540px;
        max-height: 540px;
        position: relative;
        left: 23%;
        top: -40px;
    }
}
@media (max-width:800px) and (min-width:600px) {
    body{
        /* background: #000; */
    }
    .sub-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        left: 0;
    }
    .footer{
        width: 97%;
        position: relative;
        left: -10px;
    }
    .breakup{
        max-width: 500px;
        max-height: 500px;
        position: relative;
        top: -50px;
        left: 10px;
    }
    .details{
        position: relative;
        left: -30px;
    }
    .outBox{
        position: relative;
        left:24%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 48.5%;
        top: -40px;
    }
    #out .outBox .loan-details{
        position: relative;
        left: -20px;
    }
    #out canvas{
        max-width: 540px;
        max-height: 540px;
        position: relative;
        left: 23%;
        top: -40px;
    }
}
@media (max-width:600px) and (min-width:450px) {
    body{
        /* background: #000; */
    }
    #mainHome h1{
        width: 90%;
    }
    #mainHome h2{
        width: 90%;
    }
    .sub-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        left: 0;
    }
   
    .detailBox{
        width: 83%;
        position: relative;
        left: 0%;
    }
    .footer{
        width: 80%;
    }
    .breakup{
        position: relative;
        top: -50px;
        left: 0px;
        max-width: 415px;
        max-height: 400px;
    }
    /* #out .outBox{
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 43%;
        position: relative;
        left: 270px;
    } */
    #out .outBox {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        left: 270px;
        top: -40px;
        border-radius: 10px;
        max-width: 400px;
        /* background: #000; */
    }
    #out .outBox .loan-details{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    #out canvas{
        max-width: 460px;
        max-height: 460px;
        position: relative;
        left: 26%;
        top: -40px;
    }
    body #midText{
        width: 90%;
    }
}
@media (max-width:449px) and (min-width:300px) {
    body{
        /* background: #000; */
    }
    .sub-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        left: 0;
    }
    
    #heading{
        text-align: center;
    }
    .detailBox{
        width: 58%;
        position: relative;
        left: 13%;
    }
    .footer{
        width: 55%;
        position: relative;
        left: 17%;
        top: 5%;
    }
    .breakup{
        position: relative;
        top: -30px;
        left: 0px;
        max-width: 290px;
        max-height: 290px;
        border-radius: 5px;
    }
    /* #out .outBox{
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 43%;
        position: relative;
        left: 270px;
    } */
    #out .outBox {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        left: 333px;
        top: -10px;
        border-radius: 5px;
        max-width: 275px;
        /* background: #000; */
    }
    #out .outBox .loan-details{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    #out canvas{
        max-width: 335px;
        max-height: 335px;
        position: relative;
        left: 32%;
        top: 0px;
        border-radius: 5px;
    }
    body #midText{
        width: 90%;
    }
    #howtouse{
        position: relative;
        top: 160px;
    }
    body #mid{
        position: relative;
        top: 120px;
    }
    #heading{
        width: 80%;
    }
}



/** Footer - Code */

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: 240px;
    width: 100%;
}

.footer-container {
    display: flex;
    width: 100%;
    background: #f5f5f5;
}

.footer-container #first {
    width: 40%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px;
}

.footer-container #first h1 {
    font-weight: 500;
    font-size: 1.5rem;
    padding-bottom: 10px;
}

.footer-container #second {
    width: 25%;
    padding: 30px;
}

.footer-container #second h3 {
    font-weight: 500;

}

.footer-container #second ul {
    padding-top: 10px;
}

.footer-container #second ul li {
    list-style: none;
    padding: 5px;
}

#second ul li a {
    text-decoration: none;
    color: #00867f;
}

.footer-container #third {
    width: 35%;
    padding: 30px;
}

.footer-container #third h3 {
    font-weight: 500;
}

.footer-container #third ul {
    padding-top: 10px;
}

.footer-container #third ul li {
    list-style: none;
    padding: 5px;
}

.footer-container #third ul li a {
    text-decoration: none;
    color: #00867f;
}

.footer-container #third #div {
    display: flex;
    position: relative;
    /* left: -40px; */
    /* justify-content:space-around; */
}

.footer-container #third #div ul:nth-child(2) {
    position: relative;
    left: 5%;
}

.copyright {
    padding: 20px;
}

.copyright p {
    font-weight: 500;
}

.copyright p span {
    background: -webkit-linear-gradient(top left, #00eaff, #005354);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer #first h1 span {
    background: -webkit-linear-gradient(top left, #00eaff, #005354);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width:800px) {
    .footer-container {
        display: flex;
        width: 100%;
        background: #f5f5f5;
        flex-direction: column;
    }

    .footer-container #first {
        align-items: flex-start;
        justify-content: flex-start;
        width: 90%;
    }

    .footer-container #first p {
        text-align: left;
    }

    .footer-container #second {
        width: 90%;
    }

    .footer-container #third {
        width: 90%;
    }
}

@media screen and (max-width:770px) {
    .footer-container #first p {
        text-align: left;
        position: relative;
        left: 0;
        margin: 0;
    }

    .copyright p {
        text-align: center;
    }
}

/** Explore Our Tools */
#howtouse #toolX{
    border:none ;
}
#howtouse #toolX .etool{
    width: 98%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    margin: 10px;
    position: relative;
    left: -2%;
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #008386;
}
#howtouse #toolX .etool p{
    font-size: 17px;
    color:#005354;
    text-underline-offset: 4px;
    
}
#howtouse #toolX .etool i{
    height: 40px;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    color: #00867f;
    border-radius: 3px;
    border: 1px solid #ccc;
}
@media (max-width:1000px) and (min-width:800px) {
    body{
        /* background: #000; */
    }
    #howtouse #toolX .etool{
        width: 98%;
        display:flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        margin: 10px;
        position: relative;
        left: -3%;
        border: 1px solid #ccc;
        border-radius: 6px;
    }
}
@media (max-width:800px) and (min-width:600px) {
    body{
        /* background: #000; */
    }
    #howtouse #toolX .etool{
        width: 98%;
        display:flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        margin: 10px;
        position: relative;
        left: -4%;
        border: 1px solid #ccc;
        border-radius: 6px;
    }
}
@media (max-width:425px) and (min-width:300px) {
    body{
        /* background: #000; */
    }
    #howtouse #toolX .etool{
        width: 98%;
        display:flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        margin: 10px;
        position: relative;
        left:-20px;
        border: 1px solid #ccc;
        border-radius: 6px;
    }
}