body {
    margin: 0;
    box-sizing: border-box;
}

.max-width {
    max-width: 1100px;
    margin: 0px auto;
}

.absolute-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.header-logo {
    height: 27px;
    width: 127px;
}

.header-right {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    height: 72px;
}

.header-location-search-container {
    height: 54px;
    display: flex;
    align-items: center;
    margin-left: 30px;
    width: 70%;
    border-radius: 8px;
    z-index: -1;
    box-shadow: rgba(28 28 28 /8%) 0px 2px 8px;
    border: 1px solid rgb(232, 232, 232, 232);
    background-color: rgb(255, 255, 255);
}

.location-wrapper {
    display: flex;
    flex: 1;
    justify-content: space-between;
    padding: 0px 10px;
}

.location-icon-name {
    display: flex;
    color: #828282;

}

.location-icon {
    color: #ff7e8b;
    font-size: 25px;
    margin-right: 8px;
}

.location-separator {
    height: 20px;
    border: rgb(207, 207, 207);

}

.header-search-bar {
    display: flex;
    flex: 2;
}

.search-icon {
    font-size: 20px;
    color: #828282;
    margin: 0px 12px;
}

.search-input {
    border: none;
    outline: none;
    width: 60%;
    font-size: 14px;
}

.login,
.signup {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 100;
    color: #828286;
    text-decoration: none;
    padding: 20px;
    margin-right: 5px;
}

.login,
.signup a {
    text-decoration: none;
}

.login:hover,
.signup:hover {
    color: #1C1C1C;
}

.header-content {
    margin-left: 230px;
    font-size: 14px;
    padding-bottom: 10px;
}

.header-content a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #828E8E;
    

}

.header-content a:hover {
    color: #EF4F5F;
    
}

.span-last {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #D2D2D2;
    cursor: pointer;
}

.links {
    height: 70px;
}

ul {
    display: flex;
    list-style: none;
    gap: 30px;
    margin-left: 190px;
    align-items: flex-start;
}

.box1 {
    display: flex;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background: #E5F3F3;
}

.box2 {
    display: flex;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background: #FCEEC0;
}

.box1 img {
    display: inline-flex;
    margin-left: 19px;
    margin-top: 18px;
    width: 30px;
    height: 30px;
}

.box2 img {
    display: inline-flex;
    margin-left: 19px;
    margin-top: 18px;
    width: 30px;
    height: 30px;
}

.text-of-box1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-left: 100px;
    margin-top: -50px;
}

.text-of-box1 a {
    text-decoration: none;
    color: #828282;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.text-of-box1 a:hover {
    color: #EF4F5F;
}

.text-of-box1 a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #EF4F5F;
    visibility: hidden;
    transition: all 0.6s ease-in-out;
}

.text-of-box1 a:focus::before,
.text-of-box1 a:hover::before {
    visibility: visible;
    width: 100%;
}

li:target .text-of-box1 a::before {
    visibility: visible;
    width: 100%;
}

.box3 {
    background: #F8F8F8;
    width: 100%;
    height: 450px;

}

.box3-content {
    margin-left: 230px;

}

.box3-content h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 200;
    padding-top: 15px;
}

.box3-content p,
i {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.box3-content a {
    margin-left: 150px;
    text-decoration: none;
    color: #ff7e8b;
}

.step-one {
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 100px;
    list-style: none;
}

.step-one img {
    width: 250px;
    height: 300px;
    border-radius: 10px;
    filter: brightness(0.8);


}

.child-of-step-one {
    
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    margin-left: 100px;
    margin-top: -60px;
    transform: translate(-50%, -50%);
    color: #F8F8F8;
}
.para3{
    margin-left: 20px;
}
.button {
    display: flex;
    margin-top: -55px;
    margin-left: 230px;
    gap: 10px;
}

.btn .icon {
    font-size: 14px;
}

.btn {
    border: 1px solid #e6dfdf;
    border-radius: 8px;
    padding: 11px;
    color: #828282;
}

.btn a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #828282;
}
.btn:hover{
    background-color: #F8F8F8;
}

.landscape-image img {
    width: 1130px;
    height: 250px;
    margin-left: 230px;
    padding-top: 50px;
}

.text-2 h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 500;
    margin-left: 230px;
    margin-top: 15px;
}

.child-of-step-two {
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
    list-style: none;
}

.box4 {
    width: 360px;
    height: 350px;
    background: #FFFFFF;
    border-radius: 15px;

}
.box4-1 {
    width: 360px;
    height: 350px;
    background: #FFFFFF;
    border-radius: 15px;

}

.box4:hover {
    border-color: rgb(232, 232, 232);
    box-shadow: rgba(27, 27, 27, 0.12) 0px 0.4rem 1.8rem;
    box-sizing: border-box;
    z-index: 1;
    transform: scale(1);
}
.box4-1:hover {
    border-color: rgb(232, 232, 232);
    box-shadow: rgba(27, 27, 27, 0.12) 0px 0.4rem 1.8rem;
    box-sizing: border-box;
    z-index: 1;
    transform: scale(1);
}

.box4 img {
    width: 340px;
    height: 230px;
    padding: 10px;
    border-radius: 20px;
}
.box4-1 img{
    width: 340px;
    height: 230px;
    padding: 10px;
    border-radius: 20px;
}

.discount {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 30px;
    padding: 2px 50px 2px 14px;
    font-weight: 500;
    line-height: 24px;
    margin-top: -50px;
    transform: translate(-50%, -50%);
    width: 150px;
    margin-left: 120px;
    gap: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #E5F3F3;
    background: linear-gradient(90deg, rgb(17, 85, 203) 0%,
            rgb(83, 140, 238) 25%, rgb(17, 85, 203) 50%,
            rgba(17, 85, 203, 0.8) 80%, rgba(17, 85, 203, 0) 100%);

}

.discount img {
    width: 20px;
    height: 20px;
    margin-left: -15px;
}
.p1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-right: 250px;
}
.p1-2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-right: 260px;
}
.p1-3{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-right: 210px;
    margin-top: -1px;
}
.p1-4{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-right: 280px;
}
.p1-5{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-right: 200px;
    margin-top: -1px;
}
.box4-1 .step-two-text .branch .p1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-right: 130px;
}

.p2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #FFFFFF;
}
.p2 span .icon{
    font-size: 10px;
    
} 
.box-1{
    background: #267E3E;
    width: 50px;
    height: 20px;
    border-radius: 5px;
    margin-left: 295px;
    margin-top: -35px;
}
.box4-text {
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #828282;
    gap: 55px;
    margin-top: -5px;
    margin-left: 10px;
}
.box4-1 .box4-text {
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #828282;
    gap: 58px;
    margin-left: 10px;
}
.box4-1 .box4-text4 {
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #828282;
    gap: 58px;
    margin-left: 10px;
}
.box4-text1 {
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #828282;
    gap: 140px;
    margin-top: -15px;
    margin-left: 10px;
}
.box4-text2 {
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #828282;
    gap: 140px;
    margin-top: -15px;
    margin-left: 10px;
}

.box4-text-2-2 {
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #828282;
    gap: 70px;
    margin-top: -5px;
    margin-left: 10px;
}
.box4-text2-3 {
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #828282;
    gap: 70px;
    margin-top: -5px;
    margin-left: 10px;
}
.box4-text2-4 {
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #828282;
    gap: 130px;
    margin-top: -15px;
    margin-left: 10px;
}
.box4-text2-1{
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #828282;
    gap: 25px;
    margin-top: -15px;
    margin-left: 10px;
}
.box4-text2-2{
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #828282;
    gap: 80px;
    margin-top: -15px;
    margin-left: 10px;
}
.dark{
    color: black;
    font-weight: 600;
}
.footer{
    background: #F8F8F8;
    padding-top: 10px;

}
.footer__container{
	width: 90%;
	margin: 4rem auto;
}

.footer_section1{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-left: 150px;
    margin-right: 160px;
}

.footer_section1 img{
	width: 130px;
}

.section1__button_container button{
	padding: 7px;
	border: 1px solid gray;
	border-radius: 8px;
	cursor: pointer;
}

.section1__button_container button:nth-child(2){
	margin-left: 7px;
}

.navigation_container{
	display: flex;
justify-content: center;	
margin: auto;
	gap: 110px;
	padding: 3rem 0;
}

.link_container{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.link_container h5{
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.link_container_anchors a{
	display: flex;
	flex-direction: column;
	text-decoration: none;
	text-transform: none;
	color: gray;
	gap: 5px;
	font-weight: 400;
	margin-bottom: 10px;
}

.link_container_anchors a:hover{
	color: black;
}

.link_container h5[id=enterprises]{
	margin-top: 10px;
	letter-spacing: 1px;
}

.social_media_logos{
	margin: 18px 30px;	
}

.social_media_logos img{
	height: 40px; 
    width: 120px;
    margin-left: -28px;
	cursor: pointer;
}

.social_media_logos img[id=img2]{
	margin-top: 5px;
}

.social_media_icon_buttons button{
	background: black;
	border: none;
	border-radius: 50%;
	height: 22px;
	width: 22px;
	cursor: pointer;
	color: white;
}

.social_media_icon_buttons button i{
	display: flex;
	font-size: 13px;
	justify-content: center;
	align-items: center;
}

.disclaimer{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    color: gray;
    letter-spacing: 0.5px;
    
	padding-top: 20px;
	padding-bottom: 20px;
}
