@font-face {
    font-family: 'urbanist';
    src: url('/fonts/static/Urbanist-Medium.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
}
@font-face {
    font-family: 'urbanistlight';
    src: url('/fonts/static/Urbanist-Light.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
    font-family: 'urbanist', sans-serif;
}
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
.navbarlogo {
    width: 50px;
    height: 50px;
}
.fixedwhatsapp {
    width: 50px;
    height: 50px;
}
/* navbarone */
.arrow_down_health,
.arrow_down_tours,
.arrow_down_services{
    width: 20px;
}
.firstpage {
    position: relative;
    width: 100vw;
    height: 15vh;
    background-color: rgb(255, 255, 255);
    user-select: none;
    overflow: visible;
    z-index: 15;
}
.front_links {
    z-index: 20;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.front_links_innerdiv img {
    width: 70px;
    height: 70px;
}
.navbar1_div > div > div > a {
    text-decoration: none;
    font-size: 100%;
    font-family: 'Urbanist';
    color: rgb(0, 0, 0);
}
.navbar1_div > div > div > a:after {
    content: '';
    position: relative;
    width: 0;
    height: 1%;
    background-color: rgb(0, 0, 0);
    transition: all 0.3s;
    display: block;
}
.navbar1_div > div > div > a:hover:after {
    width: 100%;
}
.navbar1_div > div > div > a:focus {
    outline: none;
}
.navbar1_div_left {
    position: relative;
    width: 10%;
    height: 100%;
    margin-left: 3%;
    top: -10%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.navbar1_div_left a {
    height: 10vh;
}
.navbar1_div_left a:focus {
    outline: none;
}
.navbar1_div > div {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.navbar1_div > div > div {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    height: 70%;
}
.navbar1_div {
    position: relative;
    width: 100vw;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: hidden;
    background: white;
    z-index: 11;
}

.navbarone_dropdown.hovered a:after {
    width: 100%;
}

.navbarone_dropdowntwo.hoveredtwo a::after {
    width: 100%;
}
.navbarone_dropdownfive {
    overflow: hidden;
    position: relative;
    height: 70%;
    width: 100%;
}
.navbarone_dropdownfive.hovered_three a::after {
    width: 100%;
}
/* hover dropdown one */
.navbarone_dropdown_linksone {
    display: none;
    height: 0;
    width: 15vw;
    overflow: hidden;
    position: fixed;
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 5px 50px 5px rgb(0, 0, 0);
    user-select: none;
    z-index: 50;
}
.navbarone_dropdown_linksone a {
    width: 100%;
    text-decoration: none;
    font-size: 100%;

    color: rgb(0, 0, 0);
    display: block;
    padding: 5%;
    cursor: pointer;
}
/* navbar dropdown two */
.navbarone_dropdowntwo_linksone {
    display: none;
    height: 0;
    width: 15vw;
    overflow: hidden;
    position: fixed;
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 5px 50px 5px rgb(0, 0, 0);
    user-select: none;
    z-index: 50;
}
.navbarone_dropdowntwo_linksone a {
    width: 100%;
    text-decoration: none;
    font-size: 100%;

    color: rgb(0, 0, 0);
    display: block;
    padding: 5%;
    cursor: pointer;
}
.navbarone_dropdownfive_linksone {
    display: none;
    height: 0;
    width: 15vw;
    overflow: hidden;
    position: fixed;
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 5px 50px 5px rgb(0, 0, 0);
    user-select: none;
    z-index: 50;
}
.navbarone_dropdownfive_linksone a {
    width: 100%;
    text-decoration: none;
    font-size: 100%;

    color: rgb(0, 0, 0);
    display: block;
    padding: 5%;
    cursor: pointer;
}
.top_text {
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 11;
    pointer-events: none;
    user-select: none;
    margin-top: 5vh;
    margin-bottom: 5vh;
}
.top_text_innerdiv {
    width: 80%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 11;
    user-select: none;
}
.top_text h2 {
    text-decoration: none;
    font-size: 150%;
    color: rgb(0, 0, 0);

    line-height: 1.5;
}
/* main background */
.main_bg_one {
    width: 100vw;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 11;
    user-select: none;
    background: rgb(255, 255, 255);
}
#main_left_text ul {
    list-style-type: none;
}
#main_right_text ul {
    list-style-type: none;
}
#main_left_text ul {
    list-style-type: none;
}
#main_right_text ul {
    list-style-type: none;
}
#main_left_text {
    padding: 10%;
}
#main_right_text {
    padding: 10%;
}
.twocontainers {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
#main_bg_left_id {
    height: 50vh;
    width: 50vw;
    padding: 100px;
    border-radius: 20px;
}
.main_bg_left_one {
    background-image: url(/images/olymposcableride.jpg);
    background-position: center;
    background-size: cover;
}
.main_left_one {
    overflow: hidden;
    width: 40%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    padding: 3%;
    z-index: 11;
    background: rgb(255, 255, 255);
    gap: 1.5em;
}
.main_left_one h2 {
    flex-basis: 100%;
    color: rgb(0, 0, 0);
    text-decoration: none;

    font-size: 150%;
    z-index: 15;
    padding: 1%;
}
.main_left_one p {
    color: rgb(0, 0, 0);

    font-size: 120%;
    z-index: 15;
    line-height: 1.5;
}
.main_bg_left_two {
    background-image: url(/images/antalyakoprulucanyon.jpg);
    background-position: center;
    background-size: cover;
}
.main_left_two {
    overflow: hidden;
    width: 40%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    padding: 3%;
    z-index: 11;
    background: white;
    gap: 1.5em;
}
.main_left_two h2 {
    flex-basis: 100%;
    color: rgb(0, 0, 0);
    text-decoration: none;

    font-size: 150%;
    z-index: 15;
    padding: 1%;
}
.main_left_two p {
    color: rgb(0, 0, 0);

    font-size: 120%;
    z-index: 15;
    line-height: 1.5;
}
.main_bg_left_three {
    background-image: url(/images/jeepsafariantalya.jpg);
    background-position: center;
    background-size: cover;
}
.main_left_three {
    overflow: hidden;
    width: 40%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    padding: 3%;
    z-index: 11;
    background: white;
    gap: 1.5em;
}
.main_left_three h2 {
    flex-basis: 100%;
    color: rgb(0, 0, 0);
    text-decoration: none;

    font-size: 150%;
    z-index: 15;
    padding: 1%;
}
.main_left_three p {
    color: rgb(0, 0, 0);

    font-size: 120%;
    z-index: 15;
    line-height: 1.5;
}
.main_bg_left_four {
    background-image: url(/images/manavgatboattour.jpg);
    background-position: center;
    background-size: cover;
}
.main_left_four {
    overflow: hidden;
    width: 40%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    padding: 3%;
    z-index: 11;
    background: white;
    gap: 1.5em;
}
.main_left_four h2 {
    flex-basis: 100%;
    color: rgb(0, 0, 0);
    text-decoration: none;

    font-size: 150%;
    z-index: 15;
    padding: 1%;
}
.main_left_four p {
    color: rgb(0, 0, 0);

    font-size: 120%;
    z-index: 15;
    line-height: 1.5;
}
.main_bg_left_five {
    background-image: url(/images/antalyadolphinshow.jpg);
    background-position: center;
    background-size: cover;
}
.main_left_five {
    overflow: hidden;
    width: 40%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    padding: 3%;
    z-index: 11;
    background: white;
    gap: 1.5em;
}
.main_left_five h2 {
    flex-basis: 100%;
    color: rgb(0, 0, 0);
    text-decoration: none;

    font-size: 150%;
    z-index: 15;
    padding: 1%;
}
.main_left_five p {
    color: rgb(0, 0, 0);

    font-size: 120%;
    z-index: 15;
    line-height: 1.5;
}
.main_bg_left_six {
    background-image: url(/images/antalyaaquarium.jpg);
    background-position: center;
    background-size: cover;
}
.main_left_six {
    overflow: hidden;
    width: 40%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    padding: 3%;
    z-index: 11;
    background: white;
    gap: 1.5em;
}
.main_left_six h2 {
    flex-basis: 100%;
    color: rgb(0, 0, 0);
    text-decoration: none;

    font-size: 150%;
    z-index: 15;
    padding: 1%;
}
.main_left_six p {
    color: rgb(0, 0, 0);

    font-size: 120%;
    z-index: 15;
    line-height: 1.5;
}
.main_bg_left_seven {
    background-image: url(/images/solarbeach.jpg);
    background-position: center;
    background-size: cover;
}
.main_left_seven {
    overflow: hidden;
    width: 40%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    padding: 3%;
    z-index: 11;
    background: white;
    gap: 1.5em;
}
.main_left_seven h2 {
    flex-basis: 100%;
    color: rgb(0, 0, 0);
    text-decoration: none;

    font-size: 150%;
    z-index: 15;
    padding: 1%;
}
.main_left_seven p {
    color: rgb(0, 0, 0);

    font-size: 120%;
    z-index: 15;
    line-height: 1.5;
}
.main_bg_left_eight {
    background-image: url(/images/pamukkale.jpg);
    background-position: center;
    background-size: cover;
}
.main_left_eight {
    overflow: hidden;
    width: 40%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    padding: 3%;
    z-index: 11;
    background: white;
    gap: 1.5em;
}
.main_left_eight h2 {
    flex-basis: 100%;
    color: rgb(0, 0, 0);
    text-decoration: none;

    font-size: 150%;
    z-index: 15;
    padding: 1%;
}
.main_left_eight p {
    color: rgb(0, 0, 0);

    font-size: 120%;
    z-index: 15;
    line-height: 1.5;
}
.main_bg_left_nine {
    background-image: url(/images/istanbul5.jpg);
    background-position: center;
    background-size: cover;
}
.main_left_nine {
    overflow: hidden;
    width: 40%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    padding: 3%;
    z-index: 11;
    background: white;
    gap: 1.5em;
}
.main_left_nine h2 {
    flex-basis: 100%;
    color: rgb(0, 0, 0);
    text-decoration: none;

    font-size: 150%;
    z-index: 15;
    padding: 1%;
}
.main_left_nine p {
    color: rgb(0, 0, 0);

    font-size: 120%;
    z-index: 15;
    line-height: 1.5;
}
/* background left side */
#main_bg_right_id {
    width: 50vw;
    height: 50vh;
    background-color: black;
    padding: 100px;
    border-radius: 20px;
}
.main_bg_right_one {
    background-image: url(/images/antalyadudenwaterfall.jpg);
    background-position: center;
    background-size: cover;
}
.main_right_one {
    overflow: hidden;
    width: 40%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    padding: 3%;
    z-index: 11;
    background: white;
    gap: 1.5em;
}
.main_right_one h2 {
    flex-basis: 100%;
    color: rgb(0, 0, 0);
    text-decoration: none;

    font-size: 150%;
    z-index: 15;
    padding: 1%;
}
.main_right_one p {
    color: rgb(0, 0, 0);

    font-size: 120%;
    z-index: 15;
    line-height: 1.5;
}
.main_bg_right_two {
    background-image: url(/images/antalyatour.jpg);
    background-position: center;
    background-size: cover;
}
.main_right_two {
    overflow: hidden;
    width: 40%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    padding: 3%;
    z-index: 11;
    background: white;
    gap: 1.5em;
}
.main_right_two h2 {
    flex-basis: 100%;
    color: rgb(0, 0, 0);
    text-decoration: none;

    font-size: 150%;
    z-index: 15;
    padding: 1%;
}
.main_right_two p {
    color: rgb(0, 0, 0);

    font-size: 120%;
    z-index: 15;
    line-height: 1.5;
}
.main_bg_right_three {
    background-image: url(/images/turkishbathantalya.jpg);
    background-position: center;
    background-size: cover;
}
.main_right_three {
    overflow: hidden;
    width: 40%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    padding: 3%;
    z-index: 11;
    background: white;
    gap: 1.5em;
}
.main_right_three h2 {
    flex-basis: 100%;
    color: rgb(0, 0, 0);
    text-decoration: none;

    font-size: 150%;
    z-index: 15;
    padding: 1%;
}
.main_right_three p {
    color: rgb(0, 0, 0);

    font-size: 120%;
    z-index: 15;
    line-height: 1.5;
}
.main_bg_right_four {
    background-image: url(/images/thelandoflegend.jpg);
    background-position: center;
    background-size: cover;
}
.main_right_four {
    overflow: hidden;
    width: 40%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    padding: 3%;
    z-index: 11;
    background: white;
    gap: 1.5em;
}
.main_right_four h2 {
    flex-basis: 100%;
    color: rgb(0, 0, 0);
    text-decoration: none;

    font-size: 150%;
    z-index: 15;
    padding: 1%;
}
.main_right_four p {
    color: rgb(0, 0, 0);

    font-size: 120%;
    z-index: 15;
    line-height: 1.5;
}
.main_bg_right_five {
    background-image: url(/images/demreandmyrakekovatour.jpg);
    background-position: center;
    background-size: cover;
}
.main_right_five {
    overflow: hidden;
    width: 40%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    padding: 3%;
    z-index: 11;
    background: white;
    gap: 1.5em;
}
.main_right_five h2 {
    flex-basis: 100%;
    color: rgb(0, 0, 0);
    text-decoration: none;

    font-size: 150%;
    z-index: 15;
    padding: 1%;
}
.main_right_five p {
    color: rgb(0, 0, 0);

    font-size: 120%;
    z-index: 15;
    line-height: 1.5;
}
.main_bg_right_six {
    background-image: url(/images/pamukkaleexpress.jpg);
    background-position: center;
    background-size: cover;
}
.main_right_six {
    overflow: hidden;
    width: 40%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    padding: 3%;
    z-index: 11;
    background: white;
    gap: 1.5em;
}
.main_right_six h2 {
    flex-basis: 100%;
    color: rgb(0, 0, 0);
    text-decoration: none;

    font-size: 150%;
    z-index: 15;
    padding: 1%;
}
.main_right_six p {
    color: rgb(0, 0, 0);

    font-size: 120%;
    z-index: 15;
    line-height: 1.5;
}
.main_bg_right_seven {
    background-image: url(/images/antalya4.jpg);
    background-position: center;
    background-size: cover;
}
.main_right_seven {
    overflow: hidden;
    width: 40%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    padding: 3%;
    z-index: 11;
    background: white;
    gap: 1.5em;
}
.main_right_seven h2 {
    flex-basis: 100%;
    color: rgb(0, 0, 0);
    text-decoration: none;

    font-size: 150%;
    z-index: 15;
    padding: 1%;
}
.main_right_seven p {
    color: rgb(0, 0, 0);

    font-size: 120%;
    z-index: 15;
    line-height: 1.5;
}
.main_bg_right_eight {
    background-image: url(/images/antalya4.jpg);
    background-position: center;
    background-size: cover;
}
.main_right_eight {
    overflow: hidden;
    width: 40%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    padding: 3%;
    z-index: 11;
    background: white;
    gap: 1.5em;
}
.main_right_eight h2 {
    flex-basis: 100%;
    color: rgb(0, 0, 0);
    text-decoration: none;

    font-size: 150%;
    z-index: 15;
    padding: 1%;
}
.main_right_eight p {
    color: rgb(0, 0, 0);

    font-size: 120%;
    z-index: 15;
    line-height: 1.5;
}

/* bottom div bottom quick menu*/
.bottom_div {
    position: relative;
    width: 100vw;
    height: 80vh;
    user-select: none;
    background: #000063;
}
.bottom_div_upperdiv {
    height: 80%;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    overflow: hidden;
    background: #000063;
}.bottom_div_lowerdiv {
    height: 20%;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    overflow: hidden;
    z-index: inherit;
    background: #000063;
}
.bottom_div_upperdiv_baseline {
    display: flex;
    justify-content: space-around;
    text-align: center;
    width: 15%;
    height: 40%;
    position: relative;
    margin-top: 3%;
    margin-left: 3%;
    user-select: none;
    pointer-events: none;
    user-select: none;
    z-index: 13;
}
.bottom_div_upperdiv_baseline img {
    width: 150px;
}
.bottom_div_upperdiv_one {
    display: flex;
    justify-content: center;
    width: 35%;
    height: fit-content;
    position: relative;
    padding: 5%;
    margin-left: 3%;
    user-select: none;
    z-index: 13;
    overflow: hidden;
}
.bottom_div_upperdiv_one p {
    font-size: 100%;   

    color: rgb(255, 255, 255);
    flex-basis: 90%;
    line-height: 1.5;
    z-index: inherit;
}
.bottom_div_upperdiv_two {
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    user-select: none;
    width: 25%;
    height: 90%;
    position: relative;
    margin-top: 1%;
    z-index: inherit;
}
.bottom_div_lowerdiv_one {
    width: 50%;
    height: 100%;
    padding: 3%;
    position: relative;
    z-index: inherit;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.bottom_div_lowerdiv_two {
    width: 50%;
    height: 100%;
    padding: 3%;
    position: relative;
    z-index: inherit;
    display: flex;
    flex-wrap: nowrap;
    justify-content:center;
    align-items: center;
}
.bottom_div_lowerdiv_two > div {
    width: 4%;
    margin-right: 1%;
    margin-left: 1%;
}
.bottom_div_lowerdiv_one p {
    font-size: 100%;   

    color: rgb(255, 255, 255);
}
/* quick bar */
.index_quick_bar_one {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 90%;
    padding: 5%;
}
.index_quick_bar_one_links {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: baseline;
    transition: all 0.5s;
    padding: 3% 20%;
    cursor: pointer;
}
.bottom_div {
    position: relative;
    width: 100vw;
    height: fit-content;
    user-select: none;
    background: linear-gradient(to left, rgb(0, 0, 167), rgb(0, 0, 0));
}
.index_quick_bar_one_links a {
    text-decoration: none;
    font-size: 100%;

    color: rgb(255, 255, 255);
}
.index_quick_bar_one_links:hover {
    transform: translateX(10%);
}
.index_quickmenu_header {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: baseline;
    padding: 1% 20%;
}
.index_quickmenu_header h2 {
    font-size: 100%;
    color: white;

}
/* for smaller devices */
.mobile_navbar1_div_left a {
    text-decoration: none;
}
.mobile_navbar1_div_left {
    margin-left: 5%;
}
.mobile_navbar1_div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 0;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 110;
    user-select: none;
    overflow: hidden;
}
.subnav_btn {
    position: relative;
    font-size: 4rem;
    color: black;
    cursor: pointer;
    margin-right: 5%;
}
.subnav_btn i:focus, .subnav_btn i:active {
    outline: none;
}
.subnav_content a {
    text-decoration: none;
    color: black;
    flex-basis: 100%;
    display: block;

}
.subnav_content {
    position: fixed;
    top: 10vh;
    left: 0;
    width: 100vw;
    height: 0;
    background: white;
    z-index: 100;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
}
#menucheckbox {
    display: none;
}
.menu_btn {
    display: block;
    position: relative;
}
.close_menu {
    display: none;
    position: relative;
}
::-webkit-scrollbar {
    width: 10px;
}
* {
    scrollbar-width: thin;
}
body {
    -ms-overflow-style: scrollbar;
}

.dropdown_reach_one {
    display: none;
    height: 0;
    width: 10vw;
    overflow: hidden;
    position: fixed;
    background: none;
    user-select: none;
    z-index: 50;
}
.dropdown_reach_two {
    display: none;
    height: 0;
    width: 10vw;
    overflow: hidden;
    position: fixed;
    background: none;
    user-select: none;
    z-index: 50;
}
.dropdown_reach_five {
    display: none;
    height: 0;
    width: 10vw;
    overflow: hidden;
    position: fixed;
    background: none;
    user-select: none;
    z-index: 50;
}

.main_left_one > ul > li::before {
    content: "\2713";
    margin-right: 0.5em;
}
.main_left_one > ul > li {
    font-family: 'Arial', sans-serif;
    font-size: 100%;
    color: #333;
    line-height: 1.5;
}
.main_left_one > ul {
    flex-basis: 100%;
}
.main_left_one > h2 {
    flex-basis: 100%;
}
.main_left_two > ul > li::before {
    content: "\2713";
    margin-right: 0.5em;
}
.main_left_two > ul > li {
    font-family: 'Arial', sans-serif;
    font-size: 100%;
    color: #333;
    line-height: 1.5;
}
.main_left_two > ul {
    flex-basis: 100%;
}
.main_left_two > h2 {
    flex-basis: 100%;
}
.main_left_three > ul > li::before {
    content: "\2713";
    margin-right: 0.5em;
}
.main_left_three > ul > li {
    font-family: 'Arial', sans-serif;
    font-size: 100%;
    color: #333;
    line-height: 1.5;
}
.main_left_three > ul {
    flex-basis: 100%;
}
.main_left_three > h2 {
    flex-basis: 100%;
}
.main_left_four > ul > li::before {
    content: "\2713";
    margin-right: 0.5em;
}
.main_left_four > ul > li {
    font-family: 'Arial', sans-serif;
    font-size: 100%;
    color: #333;
    line-height: 1.5;
    flex-basis: 100%;
}
.main_left_four > ul {
    flex-basis: 100%;
}
.main_left_four > h2 {
    flex-basis: 100%;
}
.main_left_five > ul > li::before {
    content: "\2713";
    margin-right: 0.5em;
}
.main_left_five > ul > li {
    font-family: 'Arial', sans-serif;
    font-size: 100%;
    color: #333;
    line-height: 1.5;
    flex-basis: 100%;
}
.main_left_five > ul {
    flex-basis: 100%;
}
.main_left_five > h2 {
    flex-basis: 100%;
}
.main_left_six > ul > li::before {
    content: "\2713";
    margin-right: 0.5em;
}
.main_left_six > ul > li {
    font-family: 'Arial', sans-serif;
    font-size: 100%;
    color: #333;
    line-height: 1.5;
}
.main_left_six > ul {
    flex-basis: 100%;
}
.main_left_six > h2 {
    flex-basis: 100%;
}
.main_left_seven > ul > li::before {
    content: "\2713";
    margin-right: 0.5em;
}
.main_left_seven > ul > li {
    font-family: 'Arial', sans-serif;
    font-size: 100%;
    color: #333;
    line-height: 1.5;
    flex-basis: 100%;
}
.main_left_seven > ul {
    flex-basis: 100%;
}
.main_left_seven > h2 {
    flex-basis: 100%;
}
.main_left_eight > ul > li::before {
    content: "\2713";
    margin-right: 0.5em;
}
.main_left_eight > ul > li {
    font-family: 'Arial', sans-serif;
    font-size: 100%;
    color: #333;
    line-height: 1.5;
    flex-basis: 100%;
}
.main_left_eight > ul {
    flex-basis: 100%;
}
.main_left_eight > h2 {
    flex-basis: 100%;
}
.main_left_nine > ul > li::before {
    content: "\2713";
    margin-right: 0.5em;
}
.main_left_nine > ul > li {
    font-family: 'Arial', sans-serif;
    font-size: 100%;
    color: #333;
    line-height: 1.5;
    flex-basis: 100%;
}
.main_left_nine > ul {
    flex-basis: 100%;
}
.main_left_nine > h2 {
    flex-basis: 100%;
}
.main_right_one > ul > li::before {
    content: "\2713";
    margin-right: 0.5em;
}
.main_right_one > ul > li {
    font-family: 'Arial', sans-serif;
    font-size: 100%;
    color: #333;
    line-height: 1.5;
}
.main_right_one > ul {
    flex-basis: 100%;
}
.main_right_one > h2 {
    flex-basis: 100%;
}
.main_right_two > ul > li::before {
    content: "\2713";
    margin-right: 0.5em;
}
.main_right_two > ul > li {
    font-family: 'Arial', sans-serif;
    font-size: 100%;
    color: #333;
    line-height: 1.5;
}
.main_right_two > ul {
    flex-basis: 100%;
}
.main_right_two > h2 {
    flex-basis: 100%;
}
.main_right_three > ul > li::before {
    content: "\2713";
    margin-right: 0.5em;
}
.main_right_three > ul > li {
    font-family: 'Arial', sans-serif;
    font-size: 100%;
    color: #333;
    line-height: 1.5;
    flex-basis: 100%;
}
.main_right_three > ul {
    flex-basis: 100%;
}
.main_right_three > h2 {
    flex-basis: 100%;
}
.main_right_four > ul > li::before {
    content: "\2713";
    margin-right: 0.5em;
}
.main_right_four > ul > li {
    font-family: 'Arial', sans-serif;
    font-size: 100%;
    color: #333;
    line-height: 1.5;
}
.main_right_four > ul {
    flex-basis: 100%;
}
.main_right_four > h2 {
    flex-basis: 100%;
}
.main_right_five > ul > li::before {
    content: "\2713";
    margin-right: 0.5em;
}
.main_right_five > ul > li {
    font-family: 'Arial', sans-serif;
    font-size: 100%;
    color: #333;
    line-height: 1.5;
    flex-basis: 100%;
}
.main_right_five > ul {
    flex-basis: 100%;
}
.main_right_five > h2 {
    flex-basis: 100%;
}
.main_right_six > ul > li::before {
    content: "\2713";
    margin-right: 0.5em;
}
.main_right_six > ul > li {
    font-family: 'Arial', sans-serif;
    font-size: 100%;
    color: #333;
    line-height: 1.5;
    flex-basis: 100%;
}
.main_right_six > ul {
    flex-basis: 100%;
}
.main_right_six > h2 {
    flex-basis: 100%;
}
.main_right_seven > ul > li::before {
    content: "\2713";
    margin-right: 0.5em;
}
.main_right_seven > ul > li {
    font-family: 'Arial', sans-serif;
    font-size: 100%;
    color: #333;
    line-height: 1.5;
    flex-basis: 100%;
}
.main_right_seven > ul {
    flex-basis: 100%;
}
.main_right_seven > h2 {
    flex-basis: 100%;
}
.main_right_eight > ul > li::before {
    content: "\2713";
    margin-right: 0.5em;
}
.main_right_eight > ul > li {
    font-family: 'Arial', sans-serif;
    font-size: 100%;
    color: #333;
    line-height: 1.5;
    flex-basis: 100%;
}
.main_right_eight > ul {
    flex-basis: 100%;
}
.main_right_eight > h2 {
    flex-basis: 100%;
}
.top_button {
    width: 20%;
    height: 100%;
    z-index: 11;
    margin-right: 3%;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
}
.button_one {
    text-decoration: none;
    outline: none;
    width: 100%;
    padding: 10%;
    
    cursor: pointer;
    display: block;
    color: white;
    background: black;

}
.top_search_bar {
    width: 45%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: baseline;
    margin-top: 1%;
    margin-left: 3%;
    z-index: 11;
}
.top_div {
    width: 100vw;
    height: 10vh;
    display: flex;
    text-align: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow: hidden;
}
.search_input_class {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 50%;
    padding: 1%;
    z-index: 15;
    border: none;
    border-bottom: 1px solid black;
    font-size: 150%;
    background: white;
    outline: none;
    user-select: none;
}
.search_input_class::placeholder {
    color: black;
}