@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
    font-family: "Kanit", sans-serif;
    font-size: 20px;
    font-weight: 300;
}

h1 {
    font-size: 64px;
    font-weight: 600;
    line-height: 70px;
    color: #fff;
}

h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    text-align: left;
    color: #000;
}

h5 {
    font-size: 26px;
    font-weight: 600;
    line-height: 38.87px;
    text-align: left;
}

h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 35.88px;
    text-align: center;
}

.p_120 {
    padding: 120px 0px;
}

a.cta-btn {
    background: rgba(10, 169, 230, 1);
    border-radius: 5px;
    padding: 16px 38px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

/*header css starts here*/

header.main_header nav.navbar div#navbarSupportedContent {
    justify-content: flex-end;
}

.header-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 37px;
    padding-right: 100px;
}

.header-btn p {
    margin: 0;
    font-size: 16px;
    color: #fff;
}

header.main_header {
    padding: 0px 45px;
    background: rgba(255, 255, 255, 1);
}

header.main_header ul.navbar-nav {
    display: flex;
    gap: 35px;
    margin-right: 90px;
}

header.main_header a.nav-link {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-family: Kanit;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.93px;
    text-align: right;
}

header.main_header a.nav-link.active {
    font-weight: 500;
    color: rgba(46, 73, 128, 1);
    position: relative;
}

header.main_header a.nav-link.active:after {
    content: "";
    position: absolute;
    background-color: rgba(10, 169, 230, 1);
    height: 2px;
    width: 40px;
    left: 10px;
    bottom: 0;
}
header.main_header ul.navbar-nav li.nav-item a.nav-link {
    display: flex;
    align-items: center;
    gap: 6px;
}
header.main_header ul.navbar-nav li.nav-item a.nav-link span {
    display: inline-block;
    font-size: 14px;
}

header.main_header ul.navbar-nav li.nav-item a.nav-link span i {
    color: #000000;
}
header.main_header a.nav-link {
    color: rgba(0, 0, 0);
}

.header-btn i.fa-solid.fa-calendar-days {
    height: 58px;
    width: 58px;
    background: rgba(10, 169, 230, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}
header.main_header {
    position: relative;
    z-index: 1;
}

header.main_header::after {
    content: "";
    position: absolute;
    background-image: url("../img/shape.png");
    height: 100%;
    width: 390px;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

header.main_header .nav-item {
    position: relative;
}

header.main_header .nav-item .dropdown-list {
    position: absolute;
    background: #fff;
    width: 220px;
    height: auto;
    top: 100%;
    left: 0;
    z-index: 1;
    transition: all 0.2s ease-in-out;
    transform: scaleY(0);
    transform-origin: top;
    padding-bottom: 10px;
    right: 0;
}

header.main_header li.nav-item.menu-lists ul.dropdown-list li {
    text-align: center;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

header.main_header li.nav-item.menu-lists ul.dropdown-list li a {
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    font-family: Kanit;
    font-weight: 300;
    line-height: 20.93px;
    text-align: left;
    display: block;
    width: 100%;
    padding: 5px 10px;
}
header.main_header li.nav-item.menu-lists ul.dropdown-list li:hover a {
    color: #0a58ca;
}

header.main_header nav.navbar {
    padding: 0;
}
header.main_header .nav-item {
    position: relative;
    padding: 40px 0px;
}
header.main_header .nav-item span.dwn_arw {
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
header.main_header .nav-item span.dwn_arw i {
    font-size: 15px;
    transition: all 0.4s ease;
}
header.main_header ul.navbar-nav li.nav-item a.nav-link {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
header.main_header .nav-item:hover a {
    color: rgba(46, 73, 128);
}

/*header css ends here*/

section.banner-sec {
    padding: 170px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-text p {
    color: #fff;
    margin-top: 10px;
}

.banner-text a.cta-btn {
    margin-top: 42px;
}

.travel_btn {
    text-align: center;
}

.travel_sec .doctor_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.travel_sec .row_wrapper {
    padding-top: 50px;
}

.travel_sec .doctor_img {
    padding-right: 15px;
}

.travel_sec .txt-dummy {
    padding-left: 15px;
}

.travel_sec .txt-dummy p {
    color: rgba(115, 119, 130, 1);
}

.slider-wrapper .slider-img img {
    width: 100%;
}

.slider-wrapper .slider-box {
    margin-right: 30px;
    margin-bottom: 50px;
}

.slider-wrapper {
    /* padding: 40px 0; */
    padding-bottom: 40px;
}

.slider-wrapper .slider-txt {
    background: rgba(255, 255, 255, 1);
    padding: 30px;
}

.slider-wrapper .slick-dots li button:before {
    background: rgba(10, 169, 230, 0.2);
    color: rgb(10 169 230 / 0%) !important;
    opacity: 1;
    border-radius: 50%;
}

.slider-wrapper .slick-dots li.slick-active button:before {
    background: rgba(10, 169, 230, 1) !important;
}

.slider-wrapper .slider-box:hover {
    box-shadow: 0px 34px 54px 0px rgba(46, 73, 128, 0.2) !important;
    transition: all 0.8s ease;
}

.slider-wrapper .slider-box:hover .slider-txt h6 a {
    color: rgba(10, 169, 230, 1);
    transition: all 0.8s ease;
}

section.slider_sec {
    position: relative;
}

a.cta-btn:hover {
    background: rgba(247, 78, 65, 1);
    transition: all 0.6s ease;
}

form.tab-form button:hover {
    background: rgba(247, 78, 65, 1);
    transition: all 0.6s ease;
}

section.slider_sec:before {
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -70px;
    background: rgba(247, 249, 251, 1);
}

.slider-head {
    max-width: 1073px;
    margin: auto;
    text-align: center;
    padding-bottom: 50px;
}

.slider-head h2 {
    text-align: center;
}

section.training_sec {
/*    position: relative;*/
}

.training-head {
    max-width: 778px;
    margin: auto;
    text-align: center;
    padding-bottom: 40px;
}

.training-head h2 {
    text-align: center;
}

.training_box {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 34px 54px 0px rgba(46, 73, 128, 0.2);
    padding: 40px;
    height: 100%;
    border-bottom: 6px solid rgba(145, 185, 86, 1);
}

.training_box-data h5 {
    color: rgba(46, 73, 128, 1);
    margin-top: 25px;
}

.training_box-data p {
    color: rgba(115, 119, 130, 1);
}

.training_box-data span {
    color: rgba(145, 185, 86, 1);
    font-weight: 400;
    margin-top: auto;
}

.training_box-data {
    display: flex;
    flex-direction: column;
}

section.training_sec:after {
    content: "";
    position: absolute;
    height: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(247, 249, 251, 1);
    width: 100%;
}

/*.training_box.two {
    border-color: rgba(78, 131, 174, 1);
}

.training_box.three {
    border-color: rgba(247, 78, 65, 1);
}

.training_box.two span {
    color: rgba(78, 131, 174, 1);
}

.training_box.three span {
    color: rgba(247, 78, 65, 1);
}

.training_box.four span {
    color: rgba(10, 169, 230, 1);
}

.training_box.four {
    border-color: rgba(10, 169, 230, 1);
}*/

.footer_bottom {
    background: rgba(46, 73, 128, 1);
    padding: 45px;
    text-align: center;
}

.footer_bottom p {
    margin: 0;
    font-size: 18px;
    color: #fff;
}

.fotr_content p {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
}

.fotr_content {
    padding-top: 55px;
    max-width: 1390px;
}

.footerlist ul {
    list-style: none;
    padding: 0;
}

.footerlist ul li a {
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
    text-decoration: none;
}
.footerlist ul li {
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
}
.footerlist h5 {
    color: #fff;
    font-weight: 500;
}

footer .row {
    justify-content: space-between;
}

.benefits_sec .left .nav-link {
    padding: 40px !important;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    background-color: #fff;
}

.tab_box {
    display: flex;
    justify-content: center;
}

.tab-text p {
    text-align: left;
    color: rgba(115, 119, 130, 1);
}

.tab-text {
    padding-left: 20px;
}

.nav-pills .nav-link.active .tab-text h5 {
    color: #fff;
}

.nav-pills .nav-link.active p {
    color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: rgba(46, 73, 128, 1);
    position: relative;
}

ul#pills-tab {
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
}

.tab-text h5 {
    color: rgba(46, 73, 128, 1);
}

.left {
    padding: 0;
}

.right_side {
    padding: 0;
    background-image: url("../img/group.png");
    position: relative;
    background-repeat: no-repeat;
}

div#pills-tabContent {
    padding: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}

.right_side:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 250px;
    right: 0;
    background: rgba(46, 73, 128, 1);
    bottom: -30px;
}

.right_side:before {
    content: "";
    position: absolute;
    height: 250px;
    width: 30px;
    right: 0;
    background: rgba(46, 73, 128, 1);
    bottom: -30px;
}

input[type="checkbox"] {
    position: relative;
    border: 2px solid #000;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 0.6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: 0.5;
    min-width: 20px;
}

input[type="checkbox"]:hover {
    opacity: 1;
}

input[type="checkbox"]:checked {
    background-color: #0aa9e6;
    opacity: 1;
    width: 20px !important;
    margin-bottom: 0;
}

input#wp-comment-cookies-consent {
    width: 20px;
    margin-bottom: 0;
}

input[type="checkbox"]:before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

section.benefits_sec .row {
    box-shadow: 0px 34px 54px 0px rgba(46, 73, 128, 0.1);
}
.right_side {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 65px;
}

.wrapper-form {
    background-color: #fff;
    padding: 30px;
}

.wrapper-form h5 {
    color: rgba(46, 73, 128, 1);
    margin-bottom: 15px;
}

.wrapper-form input {
    width: 100%;
    border: 1px solid rgba(46, 73, 128, 0.11);
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    color: rgba(128, 149, 183, 1);
    font-size: 14px;
}

.wrapper-form input::placeholder {
    font-size: 16px;
    color: rgba(128, 149, 183, 1);
}

p.comment-form-cookies-consent {
    align-items: center;
    margin: 0;
    display: flex;
    justify-content: start;
    color: rgba(128, 149, 183, 1);
}

form.tab-form button {
    width: 100%;
    background: rgba(10, 169, 230, 1);
    border: 0;
    color: #fff;
    padding: 15px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 40px;
    font-size: 20px;
    margin-bottom: 30px;
}

.wrapper-form ul {
    border-top: 1px solid rgba(46, 73, 128, 0.11);
    padding: 0;
    margin: 0;
    padding-left: 30px;
    padding-top: 30px;
}

.wrapper-form ul li::marker {
    color: rgba(10, 169, 230, 1);
}

.wrapper-form li {
    color: rgba(115, 119, 130, 1);
    margin-bottom: 20px;
}

.slider-head p {
    color: rgba(115, 119, 130, 1);
    margin-bottom: 0;
}

.training-head p {
    color: rgba(115, 119, 130, 1);
}

.left {
    position: relative;
}

.left:after {
    content: "";
    position: absolute;
    background-image: url("../img/dots.png");
    left: -30px;
    height: 184px;
    width: 44px;
    bottom: -8px;
    z-index: -1;
}

section.benefits_sec.p_120 {
    overflow: hidden;
}

.slider-wrapper {
    position: relative;
}

.slider-wrapper:after {
    position: absolute;
    content: "";
    background-image: url("../img/dots.png");
    width: 44px;
    height: 184px;
    bottom: 90px;
    left: -30px;
}

.resposive-slider.slick-initialized.slick-slider.slick-dotted {
    position: relative;
    z-index: 9;
}
.nav-pills .nav-link.active:after {
    content: "";
    position: absolute !important;
    background-image: url("../img/arrow.png");
    height: 72px;
    width: 36px;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
}
.premium_sec button.nav-link .tab_box .tab-img {
    background: #4e83ae;
    padding: 20px;
    border-radius: 5px;
    height: 100%;
}
.premium_sec button.nav-link.active .tab_box .tab-img {
    background: #91b956;
}
.travel_sec .travel_txt {
    max-width: 635px;
}
