.first-image {
	inline-size: 1900px;
	block-size: 700px;
	object-fit: fill;
	margin-inline-start: 0%;
}

.firstimage-centertxt {
	color: white;
	font-weight: bold;
	font-size: 65px;
	font-style: oblique;
	position: absolute;
	inset-block-start: 65%;
	inset-inline-start: 35%;
	transform: translate(-50%, -50%);
}

.firstimage-container {
	position: relative;
	text-align: start;
}

.second-image {
	inline-size: 1900px;
	block-size: 1000px;
	object-fit: fill;
	margin-inline-start: 0%;
	padding-block-end: 2.5%;
}

.secondimage-centertxt {
	color: rgb(10, 10, 10);
	font-weight: bold;
	font-size: 30px;
	font-style: oblique;
	position: absolute;
	inset-block-start: 18%;
	inset-inline-start: 38%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.secondimage-container {
	position: relative;
	text-align: start;
}

.secondimage-lefttxt {
	color: rgb(13, 13, 13);
	font-weight: bold;
	font-size: 30px;
	font-style: oblique;
	position: absolute;
	inset-block-start: 55%;
	inset-inline-start: 18%;
	transform: translate(-50%, -50%);
}

.secondimage-bottomcentertxt {
	color: rgb(21, 20, 20);
	font-weight: bold;
	font-size: 30px;
	font-style: oblique;
	position: absolute;
	inset-block-start: 60%;
	inset-inline-start: 85%;
	transform: translate(-50%, -50%);
}

.secondimage-righttxt {
	color: rgb(15, 12, 12);
	font-weight: bold;
	font-size: 30px;
	font-style: oblique;
	position: absolute;
	inset-block-start: 68%;
	inset-inline-start: 53%;
	transform: translate(-50%, -50%);
}

.bil {
	padding-left: 1%;
	font-size: 30px;
	color: yellow;
}
	
.div-top {
	inline-size: 1900px;
	background-color: black;
	margin-block-end: 30px;
}

.top-text {
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	text-indent: 13%;
	color: rgb(128, 237, 157);
}

.email-address {
	color: yellowgreen;
	font-weight: bold;
	position: relative;
	inset-inline-start: 1%;
}

.email-address:hover {
	color: darkgreen;
}

.hometab_link {
	block-size: 100%;
	position: relative;
	inset-inline-start: 5%;
	border: 1px solid rgb(250, 250, 250);
	border-radius: 10%;
	background-color: rgb(36, 6, 134);
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
	-ms-border-radius: 10%;
	-o-border-radius: 10%;
}

.hometab_link:hover {
	background-color: rgb(7, 51, 23);
}

.services_link {
	block-size: 100%;
	position: relative;
	inset-inline-start: 10%;
	border: 1px solid rgb(250, 250, 250);
	border-radius: 10%;
	background-color: rgb(36, 6, 134);
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
	-ms-border-radius: 10%;
	-o-border-radius: 10%;
}

.services_link:hover {
	background-color:rgb(10,10,10);
}

.plans_link {
	block-size: 100%;
	position: relative;
	inset-inline-start: 15%;
	border: 1px solid rgb(250, 250, 250);
	border-radius: 10%;
	background-color: rgb(36, 6, 134);
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
	-ms-border-radius: 10%;
	-o-border-radius: 10%;
}

.plans_link:hover {
    background-color:rgb(7,51,23);
}
.contact_link {
	block-size: 100%;
	position: relative;
	inset-inline-start: 20%;
	border: 1px solid rgb(250, 250, 250);
	border-radius: 10%;
	background-color: rgb(36, 6, 134);
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
	-ms-border-radius: 10%;
	-o-border-radius: 10%;
}

.contact_link:hover {
	background-color: rgb(7, 51, 23);
}

.div-third {
	color: white;
	inline-size: 1900px;
	float: inline-start;
	block-size: 350px;
	background: black;
	margin-inline-start: -0.5%;
	margin-block-start: -0%;
	padding-block-start: 5%;
}

.amazing {
	color: rgb(31, 129, 31);
	font-size: 300%;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin-block-start: 0%;
}

.licensed {
	font-size: 25px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: center;
}

.third-text {
	font-size: 20px;
	text-align: center;
}

.quote {
	font-weight: bold;
	font-size: 26px;
	color: black;
	inline-size: 120px;
	background-color: limegreen;
	border-radius: 5%;
	cursor: pointer;
	margin-inline-start: 700px;
}

.quote:hover {
	background-color: cornflowerblue;
	color: chartreuse;
}

/* Code for the license number display */
.license {
	position: relative;
	inset-inline-start: 1%;
	color: #f70707;
}
/*code below is for The type of services buttons */
.box {
	display: block;
	position: relative;
	padding-inline-start: 35px;
	margin-block-end: 15px;
	cursor: pointer;
	font-size: 20px;
	color: white;
}
/* Hide the default style of the checkbox */
input[type="checkbox"] {
	visibility: hidden;
}
/* Create a custom checkbox */
.mark {
	position: absolute;
	inset-block-start: 0;
	inset-inline-start: 0;
	block-size: 25px;
	border-radius: 50%;
	inline-size: 25px;
	background-color: whitesmoke;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
/* Specify the background color for the checkbox while hovering */
.box:hover input + .mark {
	background-color: #1c87c9;
}
/* Specify the background color for the checkbox when the checkbox is active */
.box input:active + .mark {
	background-color: #ffcc00;
}
/* Specify the background color for the checkbox when it is checked */
.box input:checked + .mark {
	background-color: #8ebf42;
}
/* Checkmark to be shown in checkbox */
/* It will not be shown when not checked */
.mark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Display checkmark when checked */
.box input:checked + .mark:after {
	display: block;
}
/* Styling the checkmark using webkit */
/* Rotated the rectangle by 45 degree and showing only two border to make it look like a tick mark */
.box .mark:after {
	inset-inline-start: 8px;
	inset-block-end: 5px;
	inline-size: 6px;
	block-size: 12px;
	border: solid #eee;
	border-width: 0 4px 4px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Code below is for the MessageBox and the reset and submit buttons */
body {
	font-family: Arial, Helvetica, sans-serif;
}
* {
	box-sizing: border-box;
}

input[type="text"],
select,
textarea {
	inline-size: 55%;
	block-size: 200px;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 10px;
	box-sizing: content-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
textarea {
	writing-mode: horizontal-tb !important;
	font-size: 16px;
	font-family: monospace;
	text-rendering: auto;
	color: fieldtext;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: start;
	appearance: auto;
	-webkit-rtl-ordering: logical;
	resize: auto;
	cursor: text;
	white-space: pre-wrap;
	overflow-wrap: break-word;
	background-color: field;
	column-count: initial !important;
	margin: 0em;
	border-width: 5px;
	border-style: solid;
	border-color: -internal-light-dark(rgb(12, 12, 12), rgb(69, 67, 67));
	padding: 5px;
}

input[type="submit"] {
	background-color: #04aa6d;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

input[type="Submit"]:hover {
	background-color: #04561d;
}

.container {
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
input[type="reset"] {
	background-color: #5694ea;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

input[type="reset"]:hover {
	background-color: #25ac30;
}
/*--CODE BELOW IS FOR THE REVIEW SECTION FROM THE INTERNET--*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
}
html,
body {
	display: grid;
	block-size: 100%;
	place-items: left;
	text-align: start;
	background: #000;
}
.container {
	position: relative;
	inline-size: 800px;
	block-size: 550px;
	background: rgb(230, 87, 87);
	padding: 120px 30px;
	border: 3px solid rgb(242, 31, 31);
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.container .post {
	display: none;
}
.container .text {
	font-size: 25px;
	color: #666;
	font-weight: 500;
}
.container .edit {
	position: absolute;
	inset-inline-end: 10px;
	inset-block-start: 5px;
	font-size: 16px;
	color: #666;
	font-weight: 500;
	cursor: pointer;
}
.container .edit:hover {
	text-decoration: underline;
}
.container .star-widget input {
	display: none;
}
.star-widget label {
	font-size: 40px;
	color: #444;
	padding: 10px;
	float: right;
	transition: all 0.2s ease;
}
input:not(:checked) ~ label:hover,
input:not(:checked) ~ label:hover ~ label {
	color: #fd4;
}
input:checked ~ label {
	color: #fd4;
}
input#rate-5:checked ~ label {
	color: #fe7;
	text-shadow: 0 0 20px #952;
}

#rate-1:checked ~ form header:before {
	content: "Bad Service";
}
#rate-2:checked ~ form header:before {
	content: "Could be better";
}
#rate-3:checked ~ form header:before {
	content: "I Like it";
}
#rate-4:checked ~ form header:before {
	content: "Good Service";
}
#rate-5:checked ~ form header:before {
	content: "I just love it ";
}

input:checked ~ form {
	display: block;
}
form header {
	inline-size: 100%;
	font-size: 25px;
	color: rgb(10, 10, 10);
	font-weight: 500;
	margin: 5px 0 20px 0;
	text-align: center;
	transition: all 0.2s ease;
}
form .textarea {
	block-size: 100px;
	inline-size: 100%;
	overflow: hidden;
}
form .textarea textarea {
	block-size: 100%;
	inline-size: 100%;
	outline: none;
	color: #eee;
	border: 1px solid rgb(141, 139, 139);
	background: #222;
	padding: 10px;
	font-size: 17px;
	resize: none;
}
.textarea textarea:focus {
	border-color: #444;
}

form .btn {
	block-size: 45px;
	inline-size: 100%;
	margin: 15px 0;
}
form .btn button {
	block-size: 80%;
	inline-size: 30%;
	border: 1px solid rgb(249, 245, 245);
	border-radius: 8px;
	outline: none;
	background: #222;
	color: rgb(252, 250, 250);
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
form .btn button:hover {
	background: #65b52d;
}

.lastwords {
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	margin-block-end: 3%;
	margin-block-start: 3%;
	color: #f9f5f5;
}

.back2top_link {
	text-align: center;
	color: rgb(107, 222, 6);
	cursor: pointer;
}

.back2top_link:hover {
	color: rgb(61, 95, 206);
}

/*CODE FOR THE SECOND PART/MONTHLY PLANS STARTS BELOW */

.secpage-container {
	position: relative;
	text-align: left;
}

.secondpart_image1header {
	color: rgb(10, 10, 10);
	font-size: 75px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin-block-start: 0%;
	position: absolute;
	inset-block-start: 50%;
	inset-inline-start: 45%;
	transform: translate(-50%, -50%);
}

.image1_txt1 {
	color: rgb(250, 250, 250);
	font-size: 45px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin-bottom: 5%;
}
.secondpage-firstimage {
	inline-size: 1900px;
	block-size: 700px;
	object-fit: fill;
	margin-inline-start: 0%;
}

.basic_header {
	color: rgb(250, 250, 250);
	font-weight: bold;
	font-size: 30px;
	font-style: oblique;
	position: absolute;
	inset-block-start: 12%;
	inset-inline-start: 65%;
	transform: translate(-50%, -50%);
}

.basic_txt {
	color: rgb(250, 250, 250);
	font-weight: bold;
	font-size: 20px;
	font-style: oblique;
	position: absolute;
	inset-block-start: 20%;
	inset-inline-start: 68%;
	transform: translate(-50%, -50%);
}

.basic_list {
	color: rgb(250, 250, 250);
	font-size: 20px;
	font-style: oblique;
	position: absolute;
	inset-block-start: 38%;
	inset-inline-start: 65%;
	transform: translate(-50%, -50%);
}

.secpage-2ndcontainer {
	position: relative;
	text-align: left;
}

.fullservice_header {
	color: rgb(250, 250, 250);
	font-weight: bold;
	font-size: 30px;
	font-style: oblique;
	position: absolute;
	inset-block-start: 5%;
	inset-inline-start: 65%;
	transform: translate(-50%, -50%);
}

.fullservice_txt {
	color: rgb(250, 250, 250);
	font-weight: bold;
	font-size: 20px;
	font-style: oblique;
	position: absolute;
	inset-block-start: 15%;
	inset-inline-start: 68%;
	transform: translate(-50%, -50%);
}

.fullservice_list {
	color: rgb(250, 250, 250);
	font-size: 20px;
	font-style: oblique;
	position: absolute;
	inset-block-start: 38%;
	inset-inline-start: 70%;
	transform: translate(-50%, -50%);
}

.secondpage-secondimage {
	inline-size: 900px;
	block-size: 700px;
	object-fit: fill;
	margin-inline-start: 0%;
}

.secpage-3rdcontainer {
	position: relative;
	text-align: left;
}

.premiumservice_header {
	color: rgb(250, 250, 250);
	font-weight: bold;
	font-size: 30px;
	font-style: oblique;
	position: absolute;
	inset-block-start: 32%;
	inset-inline-start: 66%;
	transform: translate(-50%, -50%);
}

.premiumservice_txt {
	color: rgb(250, 250, 250);
	font-weight: bold;
	font-size: 20px;
	font-style: oblique;
	position: absolute;
	inset-block-start: 45%;
	inset-inline-start: 68%;
	transform: translate(-50%, -50%);
}

.premiumservice_list {
	color: rgb(250, 250, 250);
	font-size: 18px;
	font-style: oblique;
	position: absolute;
	inset-block-start: 75%;
	inset-inline-start: 68%;
	transform: translate(-50%, -50%);
}

.secondpage-thirdimage {
	inline-size: 900px;
	block-size: 700px;
	object-fit: fill;
	margin-inline-start: 0%;
}

.secpage-4thcontainer {
	position: relative;
	text-align: left;
}

.secondpage-fourthimage {
	inline-size: 900px;
	block-size: 700px;
	object-fit: fill;
	margin-inline-start: 0%;
}
