.section1{
    /* min-height: calc(100vh - 40px); */
}
.banner{
    margin-top: 150px;
    background: url(../images/1020099-hero-dsk-faster-internet-retina.webp);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: top;
}
.section1heading1{
    padding-top: 150px;
    padding-left: 29px;
    font-size: 55px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
    font-family: var(--fontfamily-heading);
}
.section2{
    margin-top: 50px;
}
.section2heading1{
    font-size: 50px;
    color: #000;
    text-transform: capitalize;
    text-align: center;
    font-family: var(--fontfamily-heading);
}
.section2para1{
    line-height: 31px;
    padding-top: 20px;
    text-align: center;
    font-size: 17px;
    color: #838282;
    font-family: var(--fontfamily-para);
}
.section2para2{
    line-height: 31px;
    text-align: center;
    font-size: 17px;
    color: #838282;
    font-family: var(--fontfamily-para);
}
.section3{
    margin-top: 50px;
}
.section3heading1{
    font-size: 50px;
    color: #000;
    text-transform: capitalize;
    text-align: center;
    font-family: var(--fontfamily-heading);
}
.section3para1{
    line-height: 31px;
    padding-top: 20px;
    text-align: center;
    font-size: 17px;
    color: #838282;
    font-family: var(--fontfamily-para);
}
.section4{
    margin-top: 50px;
}
.section4para1{
    font-size: 30px;
    padding-top: 90px;
    color: #838282;
    font-family: var(--fontfamily-para);
}
.section5{
    margin-top: 100px;
}
.section5heading1{
    font-size: 50px;
    color: #000;
    text-transform: capitalize;
    text-align: center;
    font-family: var(--fontfamily-heading);
}
.section5para1{
    text-align: center;
    font-size: 17px;
    color: #838282;
    font-family: var(--fontfamily-para);
}
.section6{
    margin-top: 100px;
}
.section6heading1{
    font-size: 50px;
    color: #000;
    text-transform: capitalize;
    text-align: center;
    font-family: var(--fontfamily-heading);
}
.section6para1{
    line-height: 31px;
    padding-top: 20px;
    text-align: center;
    font-size: 17px;
    color: #838282;
    font-family: var(--fontfamily-para);
}
.section7{
    margin-top: 100px;
}
.section7para1{
    font-size: 30px;
    padding-top: 90px;
    color: #838282;
    font-family: var(--fontfamily-para);
}
.section8{
    margin-top: 100px;
}
.section8heading1{
    font-size: 50px;
    color: #000;
    text-transform: capitalize;
    text-align: center;
    font-family: var(--fontfamily-heading);
}
.section8para1{
    line-height: 31px;
    padding-top: 20px;
    text-align: center;
    font-size: 17px;
    color: #838282;
    font-family: var(--fontfamily-para);
}
.section8para2{
    line-height: 31px;
    padding-top: 20px;
    text-align: center;
    font-size: 17px;
    color: #838282;
    font-family: var(--fontfamily-para);
}










.accordion {
	width: 100%;
	display: block;
	cursor: pointer;
	border: none;
	outline: none;
	padding: 0.75em 0;
	text-align: start;
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	background-color: #118DF0;
	transition: 0.5s ease-in-out;
	position: relative;
	border-bottom: 2px solid rgb(214, 214, 214);
}

.accordion span {
	margin: 0 0.75em;
}

.accordion .step {

	padding: 0.5em 0.75em;
	font-size: 1.25rem;
	border-radius: 1em;
}
.accordion .accordion-title {
	margin-right: 5em;
}
.accordion:last-of-type {
	border-bottom: 0;
}
.active,
.accordion:hover {

}

.accordion::after {
	content: "\2b";
	font-family: "Font Awesome 5 Free";
	font-size: 2rem;
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	transition: 0.5s ease-in-out;
}


.panel {
	overflow: hidden;
	max-height: 0;
	transition: 0.5s ease-in-out;
}
.panel p {
    font-size: 17px;
    line-height: 28px;
    padding-top: 16px;
    text-align: justify;
    color: #838282;
    font-family: var(--fontfamily-para);
}
@media only screen and (max-width: 600px) {
    .banner {
        margin-top: 150px;
        background: url(../images/1020099-hero-dsk-faster-internet-retina.webp);
        width: 100%;
        height: 135px;
        background-size: cover;
        background-position: top;
    }
    .section1heading1 {
        padding-top: 30px;
        padding-left: 0px;
        font-size: 20px;
        font-weight: 700;
        text-transform: capitalize;
        color: #000;
    }
    .section2heading1 {
        font-size: 25px;
        color: #000;
        text-transform: capitalize;
        text-align: center;
    }
    .section3{
        margin-top: 100px;
    }
    .section3heading1 {
        font-size: 25px;
        color: #000;
        text-transform: capitalize;
        text-align: center;
    }
    .section4{
        margin-top: 100px;
    }
    .section4para1 {
        font-size: 25px;
        padding-top: 30px;
        color: #838282;
        font-family: var(--fontfamily-para);
    }
    .section5heading1 {
        font-size: 25px;
        color: #000;
        text-transform: capitalize;
        text-align: center;
    }
    .section6heading1 {
        font-size: 25px;
        color: #000;
        text-transform: capitalize;
        text-align: center;
    }
    .section7para1 {
        font-size: 25px;
        padding-top: 0px;
        color: #838282;
    }
    .section8heading1 {
        font-size: 25px;
        color: #000;
        text-transform: capitalize;
        text-align: center;
    }
  }
