body {
    margin: 0;
    padding: 0;
    outline: 0;
}

:root {
    --workfamily: 'Work Sans', sans-serif;

}

/* HEADER SECTION CSS START HERE */
.header_section {
    padding: 18px 0px;
    border-bottom: 2px solid #61C661;
    margin-bottom: 1rem;
}
.header_inner .header_menu ul li {
    margin-left: 40px
}
.header_inner .header_menu ul li a,
.header-item-right a {
    color: #52637B;
    font-size: 13px;
    text-decoration: none;
    font-family: var(--workfamily);
    font-weight: 500;
    text-transform: uppercase;
}
.header-item-right a {
    background-color: #26ACB3;
    padding: 9px 22px;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
}
nav.menu ul {
    margin: 0;
    padding: 0;
}

nav.menu ul li {
    list-style: none;
}
nav.menu ul li a {
    font-family: 'Work Sans';
}

.header_logo img {
    margin-right: 60px;
}
.menu_left {
    display: flex;
    align-items: center;
}

.header_global_img img {
    margin-right: 20px;
}

.menu_left a {
    background: #26ACB3;
    color: #fff;
    font-size: 18px;
    font-family: var(--workfamily);
    text-decoration: none;
    padding: 5px 45px;
    border-radius: 8px;
    text-transform: uppercase;
}

/* HEADER SECTION CSS ENDING HERE */

/* MOBILE MENU SECTION CSS START HERE */
.mobile-menu .header-top {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;

}
.mobile-menu .header-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
}
.mobile-menu .header-item .header-item-left-bar span i {
    font-size: 30px;
    color: #37B75E;
    font-weight: 700;
}
.mobile-menu .header-item .header-item-left-bar span i.fa-solid.fa-xmark {
    display: none;
}
.mobile-menu .header-item .header-item-left-bar.hhhh span i {
    display: none;
}
.mobile-menu .header-item .header-item-left-bar.hhhh span i.fa-solid.fa-xmark {
    display: block;
}
.header-item-left-bar {
    margin-right: 24px;
}
.mobile-menu .header-bottom {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: linear-gradient(180deg, rgba(39,173,179,1) 0%, rgba(48,176,164,1) 35%, rgba(66,185,141,1) 100%);
    width: 100%;
    transform: scaleY(0);
    transform-origin: top;
    height: 100%;
    overflow-y: scroll;
    padding: 100px 20px;
    padding-bottom: 60px;
    transition: all 0.3s ease;
}
.mobile-menu .header-bottom.open {
    transform: scaleY(1);
}
.mobile-menu .header-bottom .header-menu > ul {
    padding: 0;
    padding-top: 20px;
}
.mobile-menu .header-menu {
    text-align: center;
}
.mobile-menu .header-bottom .header-menu ul li {
    list-style: none;
    padding: 18px 0px;
    margin: 0px 25px;
}
.mobile-menu .header-bottom .header-menu ul li:last-child {
    border-bottom: none;
}
.mobile-menu .header-bottom .header-menu ul li.m  a {
    position: relative;
}
.mobile-menu .header-bottom .header-menu ul li.m > a::after {
    top: 50%;
    right: 0;
    font-weight: 700;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    transition:  all .3s ease-in-out;
    position: absolute;
}
.mobile-menu .header-bottom .header-menu ul li ul {
    display: none;
    margin: 15px 0;
}
.mobile-menu .header-bottom .header-menu ul li.m > a {
    position: relative;
}
.mobile-menu .header-bottom .header-menu ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-family: var(--workfamily);
}
.mobile-menu .header-bottom .header-menu ul li span i {
    position: absolute;
    right: 25px;
    font-size: 15px;
}

a.bar_sing_btn {
    background: #fff;
    color: #000 !important;
    max-width: 134px;
    margin: auto;
    border-radius: 5px;
    padding: 6px;
    text-transform: uppercase;
    font-family: var(--workfamily);
}

/* MOBILE MENU SECTION CSS END HERE */



/* HOME PAGE CSS START HERE */

.hero_section {
    background-image: url('../images/hero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0px 50px;

    position: relative;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero_slider_img img {
    width: 100%;
}
.hero_section_inner h4 {
    font-size: 26px;
    font-family: 'Future Earth';
    text-transform: uppercase;
    margin-bottom: 17px;
}
.register_left_section h2 {
    font-size: 26px;
    font-family: 'Future Earth';
    text-transform: uppercase;
}

.register_left_section label {
    font-family: var(--workfamily);
    text-transform: uppercase;
    width: 100%;
    padding-bottom: 8px;
    font-weight: 500;
}
.form-group{
    margin-bottom: 0.5rem!important;
}
.language-menu a.dropdown-toggle  {
    background: transparent !important;
}
.language-menu .dropdown-item {
    background: inherit;
    color: inherit;
    font-size: 18px;
    font-family: var(--workfamily);
    text-decoration: none;
    padding: 5px 45px;
    border-radius: 8px;
    text-transform: uppercase;
}
.register_left_section input, select {
    width: 100%;
    padding: 18px;
    outline: none;
    margin-bottom: 10px;
    color: #52637B;
    font-size: 20px;
    font-weight: 300;
    font-family: var(--workfamily);
}

::placeholder , option{
    color: #52637B;
    font-size: 20px;
    font-weight: 300;
    font-family: var(--workfamily);
}

button.otp_btn {
    position: absolute;
    right: 12px;
    top: 44%;
    font-size: 20px;
    font-family: 'Work Sans';
    font-weight: 500;
    background: #26ACB3;
    border: none;
    padding: 5px 22px;
    color: #fff;
}

.otp_section {
    position: relative;
}

.check_input {
    margin-right: 10px;
}

.check_para p {
    font-size: 17px;
    font-weight: 500;
    font-family: 'Work Sans';
    text-transform: uppercase;
    color: #52637B;
    margin-bottom: 0;
    padding-bottom: 0;
}

.submit_btn button {
    background: #26ACB3;
    width: 100%;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Work Sans';
    padding: 10px 0px;
    border: none;
    outline: none;
}

.register_left_section a {
    font-family: 'Work Sans';
    color: #52637B;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    padding-top: 13px;
    display: inherit;
}

.checkbox {
    padding: 15px 0px;
}
.register_body {
    padding: 25px 0px;
}


.register_right_section h2 ,
.register_right_section p{
    font-size: 26px;
    font-family: 'Future Earth';
    text-transform: uppercase;
}

.social_list ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.social_list ul li {
    list-style: none;
    margin-right: 25px;
}
.right_img img {
    width: 100%;
}
.social_list {
    padding: 11px 0px;
}

/* HOME PAGE CSS END HERE */

/* FOOTER SECTION START HERE */
.footer_area p {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Work Sans';
    text-transform: uppercase;
    margin: 0;
}

.footer_section {
    border-top: 2px solid #61C661;
    padding: 15px 0px;
}

/* FOOTER SECTION END HERE */

/* MODAL CSS START HERE */
.modal-body .register_left_section {
    padding: 20px;
}
.register_left_section
button.register_close_btn {
    background: #97A2AF;
    margin-top: 10px;
}
/* MODAL CSS END HERE */


/* ABOUT SECTION START HERE */
.about_img img {
    width: 100%;
}
button.tablinks {
    font-size: 25px;
    font-family: 'Work Sans';
    font-weight: 500;
    border: none;
    background: no-repeat;
    padding: 0px 30px;
}

.about_tab_section {
    background: #f8fdf861;
}


.tab button.active {
    border-bottom: 10px solid #232323;
    color: #232323 !important;
    font-weight: 800;
}

.about_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: -4px 10px 5px -6px rgba(112,112,112,0.75);
    -webkit-box-shadow: -4px 10px 5px -6px rgba(112,112,112,0.75);
    -moz-box-shadow: -4px 10px 5px -6px rgba(112,112,112,0.75);
    border-top: 1px solid #dddddd17;
    border-right: 1px solid #dddddd17;
    margin: 20px 0px 20px;
    padding: 10px 35px 10px 20px;
}

.about_item_left {
    display: flex;
    align-items: center;
}
.about_item_left h3 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 1px;
    font-family: 'Work Sans';
}

.about_item_left p {
    font-family: 'Work Sans';
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}
.about_item_right a {
    color: #707070;
    font-family: 'Work Sans';
    font-weight: 500;
}
.tabcontent.about_tab {
    margin: 46px 0px 76px;
}
.about_item_left img {
    margin-right: 20px;
}
/* ABOUT SECTION END HERE */


/* ===== */
.swiper-button-next, .swiper-button-prev{
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 13%;
    right: auto;
}

.swiper-button-next{
    right: 13%;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: #26ACB3;
    font-weight: 900;
}
/* ===== */
