/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}

@font-face {
    font-family: "Hiragino-Kaku-Gothic-Pro-W3";
    src: url("../fonts/Hiragino Kaku Gothic Pro W3.otf");
}

@font-face {
    font-family: "Hiragino-Kaku-Gothic-Pro-W6";
    src: url("../fonts/Hiragino Kaku Gothic Pro W6.otf");
}

@font-face {
    font-family: "hiragino-mincho-pro-w6";
    src: url("../fonts/hiragino-mincho-pro-w6.otf");
}

@font-face {
    font-family: "Hiragino-Kaku-Gothic-stdn-W8";
    src: url("../fonts/Hiragino Kaku Gothic StdN W8.otf");
}

@font-face {
    font-family: "D-DIN-BOLD";
    src: url("../fonts/D-DIN-Bold.ttf");
}

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

:root{
    --gold: #A68F2F;
    --blue: #0F4871;
    --sky-blue: #A7CEE9;
    --yellow: #FFF100;
    --green: #14A3A8;
    --dark-green: #1C7174;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #0A1E50;
    font-size: 18px;
    line-height: 1.80857;
    font-weight: normal;
    font-family: 'Noto Sans JP', "Hiragino-Kaku-Gothic-Pro-W3", "MS PGothic", sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}

/* header top section start */

.header_top_section {
    width: 100%;
    display: flex;
    height: auto;
    position: relative;
}

.header_top_section .containter{
    max-width: 1160px;
}
.header_top_main {
    display: flex;
    padding: 40px 0;
}

.call_text {
    color: #ffffff;
    text-align: center;
    width: 187px;
    position: absolute;
    left: 64px;
    top: 30px;
}

.call_text a {
    color: #ffffff;
}

.call_text a:hover {
    color: #fda417;
}

.call_text_1 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: right;
}

.call_text_1 a {
    color: #ffffff;
}

.call_text_1 a:hover {
    color: #fda417;
}

.call_text_2 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: right;
    text-align: center;
}

.call_text_2 a {
    color: #ffffff;
}

.call_text_2 a:hover {
    color: #fda417;
}

.padding_left_15 {
    padding-left: 10px;
}

.header_top_main .menu{
    font-size: 15px;
}

.header_top_main .menu li {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding: 0 29px;
    line-height: 1;
}
.header_top_main .menu li a{
    color: #25396D;
    letter-spacing: .16em;
}
.header_top_main .menu li:not(:first-child):after{
    border-top: 1px solid #25396D;
    content: '';
    width: 34px;
    height: 34px;
    position: absolute;
    top: -120%;
    transform: rotate(135deg);
    left: -29px;
}
/* header top section end */


/* header section start */

.header_section {
    width: 100%;
    background-image: url(../images/pc_top.jpg);
    background-size: cover;
    padding: 80px 0;
    box-sizing: border-box !important;
    background-position: 0;
    position: relative;
}

.header_bg {
    background: #1f1f1f;
}

.bg-light {
    background-color: transparent !important;
}

.logo {
    width: auto;
}

.ml-auto,
.mx-auto {
    margin-left: auto!important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    color: #fcfefe;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fda417;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fda417;
}

.navbar {
    padding: 30px 0px 30px 0px;
}

.login_text {}

.login_text ul {
    margin: 0px;
    padding: 0px;
}

.login_text li {
    float: left;
    font-size: 18px;
    color: #ffffff;
    padding: 0px 30px;
}

.login_text li a {
    color: #ffffff;
}

.login_text li a:hover {
    color: #fda417;
}

.quote_btn {
    width: 170px;
    float: left;
}

.quote_btn a {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background-color: #fda417;
    border-radius: 40px;
    padding: 8px;
    text-transform: uppercase;
}

.quote_btn a:hover {
    background-color: #ffffff;
    color: #252525;
}
.font-bold{
    font-family: "Hiragino-Kaku-Gothic-stdn-W8";
}
.font-mincho-bold{
    font-family: 'hiragino-mincho-pro-w6';
}
.font-d-din-bold{
    font-family: 'D-DIN-BOLD';
}
.text-blue{
    color: var(--blue);
}
.text-gold{
    color: var(--gold);
}
.bg_grid{
    background-image: url(../images/grid.png);
    background-repeat: repeat;
}
.d-pc{
    display: block;
}
.d-sp{
    display: none;
}
/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    padding: 0;
}
.banner_section .banner_section_inner{
    max-width: 671px;
    margin: auto;
    margin-left: calc(50% - 595px);
}
.banner_section .intro_service_title{
    line-height: 1.5;
    color: var(--yellow);
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
}
.banner_section .intro_service_title1 img{
    width: 662px;
}
.banner_section .intro_service_title2{
    margin-top: 15px;
}
.banner_section .banner_section_text{
    position: relative;
}
.banner_section .banner_section_text .top_merit{
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;
    align-items: center;
    transform: translate(105%, -60px);
    z-index: 99;
}
.banner_section .banner_section_text .top_merit img:first-child{
    width: 226px;
    height: 226px;
    z-index: 9;
}
.banner_section .banner_section_text .top_merit img:nth-child(2){
    width: 195px;
    height: 195px;
    z-index: 8;
    margin-top: -20px;
}
.banner_section .banner_section_text .top_merit img:last-child{
    width: 193px;
    height: 193px;
    margin-top: -40px;
}
.fee{
    background-image: url(../images/bg_fee.png);
    background-size: 100% 100%;
    padding: 44px 0 70px calc(50% - 595px);
    margin-top: -80px;
    position: relative;
}
.fee a{
    background: #22D4A9;
    max-width: 677px;
    display: block;
    text-align: center;
    padding: 26px 0;
    border-radius: 18px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 50%);
    margin-top: 15px;
}
.banner_section .intro_service_title .svc_title_inner{
    background: var(--green);
    position: relative;
    padding: 2px 8px;
    line-height: 1;
    display: inline-block;
}
.banner_section .intro_service_title2 .svc_title_inner{
    padding: 9px 8px;
}
.banner_section .intro_service_title .svc_title_inner:after{
    content: '';
    width: 82%;
    height: 3px;
    border-top: 3px solid white;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 2%;
}
.banner_section .intro_service_title2 .svc_title_inner:after{
    width: 37.6%;
    left: 1%;
}
.banner_section .intro_service_title .large{
    font-size: 88px;
}
.banner_section .intro_service_title2 .large{
    font-size: 73px;
}
.banner_section .intro_service_title .white{
    color: white;
}
.banner_section .intro_service-desc{
    background-image: url(../images/silver.png);
    padding: 26px 0;
    padding-left: calc(50% - 595px);
    margin-top: 23px;
}
.green{
    color: var(--green);
}
.banner_section .intro_service-desc .doctor_name{
    color: var(--green);
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 3px;

}
.banner_section .intro_service_text{
    font-size: 34px;
    padding-left: 29%;
}
.banner_section .intro_service_text img{
    margin-right: 16px;
}
.banner_section .intro_service_text small{
    font-size: 40px;
}
.banner_section .intro_service_subtext{
    background: white;
    max-width: 938px;
    margin: auto;
    padding: 20px 0;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 20%);
}
.banner_section .intro_service_subtext p{
    font-size: 22px;
    margin-bottom: 17px;
    padding-left: 29%;
}
.banner_section .intro_service_subtext img{
    margin-left: 22%;
    width: 420px;
}
.banner_section .intro_service-desc img{
    max-width: 671px;
}
.yellow{
    color: var(--yellow);
}
.layout-constrained{
    max-width: 1190px;
    margin: auto;
}
.section_content{
    background-image: url(../images/grid.png);
    background-repeat: repeat;
    border-left: 8px solid var(--dark-green);
    border-right: 8px solid var(--dark-green);
    padding: 0 20px;
}
.section_content_inner{
    border-left: 4px solid var(--dark-green);
    border-right: 4px solid var(--dark-green);
    padding: 70px 70px 120px;
}
.section{
    background: linear-gradient(235deg, rgba(82, 161, 255, 1) 0%, rgba(82, 161, 255, 1) 12%, rgba(0, 94, 203, 1) 100%);
    padding: 7px;
    box-shadow: 7px 7px 9px rgb(0 0 0 / 25%);
}
.section_inner{
    background: #FDF9F4;
}
.concept_bg{
    background-image: url(../images/bg_concept.png);
    background-size: 100% 100%;
    margin-top: -320px;
    position: relative;
    padding-bottom: 404px;
}
.concept_wrapper{
    position: relative;
    z-index: 10;
}
.doctor_media{
    height: 332px;
    position: relative;
    background-image: url(../images/bg_doctor.png);
    background-size: 100% 100%;
    z-index: 9;
    margin-top: -3px;
    overflow-x: clip;
}
.doctor_media img{
    position: absolute;
    right: calc(50% - 595px);
    bottom: 35px;
    transform: translateX(25%);
    max-width: 604px;
}
.doctor_media .doctor_name{
    top: -500px;
    bottom: auto;
    right: calc(50% - 695px);
}
.concept_section {
    position: relative;
    z-index: 9;
}
.concept_section .section_inner{
    padding: 92px 70px;
    position: relative;
}
.concept_bg .deco{
    position: absolute;
}
.concept_bg .deco1{
    top: 12.5%;
    left: 0;
    z-index: 9;
}
.concept_bg .deco2{
    top: 42.5%;
    right: 0;
}
.concept_bg .deco3{
    left: 0;
    top: 82%;
}
.concept_bg .deco4{
    top: 82.5%;
    right: 65px;
}
.concept_bg .deco5{
    bottom: 6%;
    right: 0;
    z-index: 9;
    mix-blend-mode: screen;
}
.section_title_wrapper{
    margin-bottom: 29px;
}
.section_title{
    margin-bottom: 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.section_title span{
    text-decoration: underline;
    text-decoration-thickness: 7px;
    text-decoration-color: #A5D9FF;
    text-underline-offset: -2px;
}
.section_title:before{
    content: '';
    width: 50px;
    height: 8px;
    background: #169EFF;
    margin: 0 auto 26px auto;
    display: block;
}
.section_subtitle span{
    color: #169EFF;
}
.section_subtitle {
    font-size: 45px;
    font-weight: bold;
    margin: 9px 0 0;
    text-align: center;
}
.section_desc{
    line-height: 2;
    max-width: 853px;
    margin: auto;
    font-weight: 500;
}
.concept_section .concept_task{
    margin-top: 50px;
}
.concept_section .task_title{
    display: flex;
    justify-content: center;
    align-items: end;
}
.concept_section .task_title p{
    color: #005ECB;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 0 30px;
}
.concept_section .task_body{
    margin-top: 49px;
}
.concept_section .task_body .task_media{
    width: 53.2%;
}
.concept_section .task_body .task_text{
    width: 39%;
    font-size: 18px;
    line-height: 2;
    letter-spacing: .07em;
    font-weight: 500;
}
.concept_section .concept_task:nth-child(3) .task_body {
    flex-direction: row-reverse;
}
.section_content_body{
    margin: auto;
}
.concept_section .section_content_body{
    max-width: 876px;
}
.concept_section .section_content_body .concept_text{
    font-size: 20px;
    line-height: 2.5;
    font-weight: 400;
}
.bg-yellow{
    background: var(--yellow);
}
.course_bg{
    padding: 118px 0 141px;
    background-image: url(../images/bg_course.webp);
    background-size: 100% 100%;
    margin-top: -364px;
    position: relative;
}
.concept_section .concept_media_title{
    text-align: center;
    font-size: 36px;
    margin-top: 80px;
}
.concept_section .concept_media{
    margin-top: 30px;
}
.course_section .course_content{
    margin-top: 47px;
}
.course_section .course_content_title{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #005ECB;
}
.course_section .course_content_body{
    max-width: 940px;
    margin: auto;
    flex-wrap: wrap;
}
.course_section .course_detail{
    position: relative;
    width: 30.7%;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 42px;
}
.course_section .course_detail:not(.placeholder)::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(204, 204, 204, 1) 0%, rgba(249, 249, 249, 1) 16%, rgba(242, 242, 242, 1) 28%, rgba(204, 204, 204, 1) 43%);
    border-radius: 6px;
    left: 9px;
    top: 6px;
}
.course_section .course_detail.placeholder p{
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    margin: 0;
}
.course_section .course_detail .course_detail_inner{
    background: #F7FCFF;
    height: 100%;
    padding-bottom: 23px;
    position: relative;
    z-index: 9;
}
.course_section .course_detail .detail_title{
    background: #169EFF;
    color: white;
    margin-bottom: 0;
    border-radius: 6px 6px 0 0;
    min-height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.course_section .course_detail .detail_title p{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
.course_section .course_detail .media_wrapper{
    min-height: 120px;
}
.course_section .course_detail .detail_body p{
    margin: 8px 0 0;
    text-align: center;
    font-weight: bold;
    color: #169EFF;
}
.course_section .course_movie{
    max-width: 853px;
    margin: 35px auto 0;
}
.course_section .course_movie iframe{
    width: 100%;
    height: 535px;
    margin-top: 16px;
}
.course_section .section_inner{
    padding: 93px 0 141px;
}
.message_section .section_title_wrapper{
    margin-top: 174px;
}
.fee2{
    padding: 0;
    margin-top: -110px;
    background: none;
}
.fee2_title{
    background-image: url(../images/bg_fee2_title.png);
    background-size: 100% 100%;
    padding: 18px 0;
}
.fee2 .fee2_inner{
    position: relative;
}
.fee2 .fee2_inner:before{
    content: '';
    background-color: #1E3FE7;
    clip-path: polygon(0 0, 100% 0, calc(100% - 70px) 100%, 0% 100%);
    width: 96%;
    height: 95%;
    position: absolute;
    top: 50px;
    left: 0;
}
.fee2 .fee2_content{
    max-width: 1060px;
    position: relative;
    margin: auto;
}
.fee2 .fee2_text{
    width: 77.4%;
}
.fee2 .fee2_media{
    width: 21.2%;
    margin-top: 50px;
}
.fee2 .fee2_series{
    margin-top: 17px;
}
.fee2 .fee2_price{
    margin-top: 14px;
}
.fee2 a{
    margin-top: 12px;
    max-width: none;
}
.full-width img{
    width: 100%;
}
.message_section{
    position: relative;
    padding-bottom: 127px;
}
.message_section .deco{
    position: absolute;
}
.message_section .deco1{
    top: 14%;
    left: 0;
}
.message_section .deco2{
    top: 13%;
    right: 0;
}
.message_section .deco3{
    top: 42%;
    left: 11%;
}
.message_section .deco4{
    top: 38%;
    right: 0;
}
.message_section .deco5{
    bottom: 0;
    left: 7%;
    transform: translateY(25%);
}
.message_section .message_content .message_content_inner{
    max-width: 1094px;
    margin: auto;
}
.message_section .message_doctor{
    width: 43.7%;
}
.message_section .message_text{
    width: 56.3%;
}
.message_section .message_text .message_text_title{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 16px;
}
.message_section .message_text .message_text_desc{
    font-size: 16px;
    font-weight: 500;
    line-height: 2.25;
    margin-bottom: 0;
}
.message_section .message_text .message_text_desc+.message_text_desc{
    margin-top: 15px;
}
.message_section .message_content{
    margin-top: 48px;
}
.message_section .doctor_intro{
    max-width: 1048px;
    margin: 11px auto 0;
}
.message_section .doctor_intro_title{
    font-size: 30px;
    font-weight: bold;
    color: #0A1E50;
    margin-bottom: 0;
}
.message_section .doctor_intro_title span{
    color: #169EFF;
    position: relative;
}
.message_section .doctor_intro_title span:before{
    content: '';
    width: 4px;
    height: 29px;
    border-left: 4px solid #0A1E50;
    display: inline-block;
    margin: 0 22px 0 22px;
    transform: translateY(10%);
}
.message_section .doctor_intro_desc{
    font-size: 15px;
    font-weight: 500;
    margin-top: 6px;
    line-height: 1.8;
}
.message_section .voice{
    max-width: 1190px;
    margin: auto;
    flex-wrap: wrap;
}
.message_section .voice .voice_detail{
    width: 47.8%;
    min-height: 350px;
    padding: 90px 30px 0 49px;
    background-image: url(../images/bg_voice.png);
    background-size: 100% 100%;
    box-sizing: border-box !important;
    margin-top: 49px;
}
.message_section .voice .voice_detail .voice_media{
    width: 25%;
    text-align: center;
}
.message_section .voice .voice_detail .voice_media img{
    width: 72%;
}
.message_section .voice .voice_detail .voice_media p{
    font-size: 15px;
    font-weight: 500;
    margin: 10px auto 0;
}
.message_section .voice .voice_detail .voice_text{
    width: 72%;
}
.message_section .voice .voice_detail .voice_text p{
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0;
    font-weight: 500;
}
.message_section .voice .voice_detail .voice_text p span{
    color: #169EFF;
    font-weight: bold;
}
.message_section .voice .voice_detail.small{
    padding-top: 48px;
    min-height: 230px;
    background-image: url(../images/bg_voice_small.png);
}
.message_section .voice .voice_detail.small .voice_media img{
    width: 69%;
}
.message_section .voice .voice_detail.small .voice_text{
    margin-top: 25px;
}
.bottom_wrapper{
    background-image: url(../images/bg_bottom.png);
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 54px 0 187px;
    position: relative;
}
.faq_section .section_content_body{
    max-width: 800px;
    margin: auto;
}
.faq_section .faq_wrapper{
    max-width: 900px;
    margin: auto;
}
.faq_section .faq:not(:first-child){
    margin-top: 40px;
}
.faq_section .faq .faq_q{
    background: #005ECB;
    color: white;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding: 21px 0 21px 80px;
    margin-bottom: 0;
    cursor: pointer;
}
.faq_section .faq .faq_q:before{
    content: 'Q.';
    font-size: 30px;
    color: #0A1E50;
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
    left: 3.8%;
}
.faq_section .faq .faq_q:after{
    content: '';
    position: absolute;
    top:50%;
    right: 30px;
    transform: translateY(-50%);
    width: 22px;
    height: 10px;
    background-image: url(../images/arrow2.svg);
    background-size: 100% 100%;
}
.faq_section .faq.open .faq_q:after{
    transform: translateY(-50%) rotate(180deg);
}
.faq_section .faq .faq_a{
    padding: 18px 0 0 80px;
    line-height: 2;
    position: relative;
    margin-bottom: 0;
    max-height: 0;
    overflow: hidden;
    color: black;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}
.faq_section .section_inner{
    padding: 75px 0 120px;
}
.faq_section .faq .faq_a a{
    text-decoration: underline !important;
}
.faq_section .faq .faq_a p{
    font-weight: 500;
    line-height: 1.8;
}
.faq_section .faq .faq_a:before{
    content: 'A.';
    font-size: 30px;
    font-weight: bold;
    margin-right: 10px;
    color: #169EFF;
    position: absolute;
    top: 0;
    left: 1.2em;
}
.faq_section .faq_contact{
    text-align: center;
    margin-top: 200px;
}
.faq_section .faq_contact a{
    display: block;
    max-width: 580px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin: auto;
    border-radius: 10px;
    background-image: url(../images/bg_btn.png);
    background-size: 100% 100%;
    padding: 20px 0 26px;
}
.faq_section .table_name{
    font-weight: bold;
    margin-bottom: 10px;
}
.faq_section table{
    width: 100%;
    margin-bottom: 20px;
}
.faq_section table thead th:first-child{
    width: 40%;
}
.common_table thead th {
    background: #169EFF;
    color: white;
    font-size: 22px;
    font-weight: bold;
    border: 1px solid black;
    padding: 10px 0 10px 32px;
}
.common_table tr td {
    font-size: 18px;
    border: 1px solid black;
    padding: 12px 0 12px 32px;
}
.bottom_wrapper .banner_section_inner{
    max-width: 757px;
}
.bottom_wrapper .banner_section .intro_service_title1 img {
    width: 674px;
}
.bottom_wrapper .banner_section .intro_service_title2{
    margin-top: 30px;
}
.bottom_wrapper .banner_section .intro_service_title2 img {
    width: 100%;
}
.banner_section .intro_service-desc{
    margin-top: 43px;
}
.bottom_wrapper .banner_section{
    margin-top: 200px;
}
.bottom_wrapper .fee2{
    margin-top: 82px;
}
.bottom_wrapper .intro_service-desc{
    margin-bottom: 0;
}
.bottom_wrapper .fee2 .doctor_media {
    position: absolute;
    bottom: -30px;
    right: 0;
    max-width: 620px;
    height: auto;
    background: none;
    z-index: 8;
    overflow: hidden;
}
.bottom_wrapper .fee2 .doctor_media .img_doctor{
    position: initial;
    transform: none;
    width: 100%;
    max-width: none;
}
.fee2 .fee2_content{
    z-index: 9;
}
.fee2 .fee2_single_price{
    margin-top: 80px;
}
.bottom_wrapper .fee2 .fee2_inner:before{
    z-index: 9;
}
.bottom_wrapper .doctor_media .doctor_name{
    top: 34%;
    right: 10%;
    left: auto;
}
.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
    font-family: 'Poppins', sans-serif;
}

.btn_main {
    width: 100%;
    display: flex;
}

.started_text {
    width: 180px;
    margin-right: 20px;
    margin-top: 30px;
}

.started_text a {
    width: 100%;
    float: left;
    padding: 10px 10px;
    color: #ffffff;
    background-color: #0b0b0b;
    text-align: center;
    font-size: 16px;
    border-radius: 40px;
}

.started_text a:hover {
    color: #ffffff;
    background-color: #fda417;
}

.started_text.active a {
    color: #ffffff;
    background-color: #fda417;
}

/* banner section end */

.image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 310px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgb(45, 45, 45, 0.5);
    margin: 0 auto;
}

.container_main {
    position: relative;
}

.container_main:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

.some_text {
    color: #fefefd;
    text-align: center;
    font-size: 20px;
    padding-bottom: 0;
    font-weight: bold;
}

i.fa.fa-link {
    background: #0fbdd7;
    padding: 20px 20px 18px 20px;
    border-radius: 100%;
}

.padding_right0 {
    padding-right: 0px;
}

.development_box {
    width: 100%;
    background: red;
    height: auto;
    background-size: cover;
}

.work_text {
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}

.hover_main {
    width: 100%;
    float: left;
    transition: .3s all;
}

.hover_main:hover {
    transform: translateY(30px);
}

.padding_left_15 {
    padding-right: 0px;
}


/* contact section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #1f1f1f;
    height: auto;
    padding-bottom: 50px;
}

.footer_section_2 {
    width: 100%;
    float: left;
}

.useful_text {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

.location_text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.location_text li {
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 0px 120px 30px 120px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}

.location_text li a {
    color: #ffffff;
}

.location_text li a:hover {
    color: #fda417;
}

.location_text li.active a {
    color: #fda417;
}

.padding_15 {
    font-size: 30px;
}

.social_icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {
    float: left;
}

.social_icon li a {
    float: left;
    padding: 5px 15px;
    background-color: #ffffff;
    color: #000;
    border-radius: 100%;
    font-size: 22px;
    margin-right: 5px;
    width: 50px;
    text-align: center;
    margin-top: 10px;
}

.social_icon li a:hover {
    background-color: #fda417;
    color: #ffffff;
}

.update_mail {
    color: #918f8f;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 10px 20px 0px 20px;
    background-color: #ffffff;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 20px;
    border-radius: 40px;
}

.subscribe_bt {
    width: 170px;
    float: left;
    padding-top: 30px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0px;
    background-color: #fda417;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
}

.subscribe_bt a:hover {
    color: #252525;
    background-color: #ffffff;
}

.footer_menu_main {
    width: 100%;
    float: left;
}

.footer_menu {
    width: 77%;
    display: flex;
    flex-wrap: wrap;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.footer_menu li {
    font-size: 16px;
    color: #ffffff;
    padding: 5px 0px 0px 0px;
    flex-basis: 50%;
}

.footer_menu li a {
    color: #ffffff;
}

.footer_menu li a:hover {
    color: #fda417;
}

.footer_menu li.active a {
    color: #f9bc19;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    height: auto;
    padding: 23px 0 29px;
}

.copyright_text {
    width: 100%;
    text-align: center;
    font-weight: 400;
    margin: 0;
    font-size: 20px;
    line-height: 1.8;
}

.copyright_text a {
    color: #252525;
}

.copyright_text a:hover {
    color: #0fbdd7;
}

.free_signup{
    position: fixed;
    top: 80vh;
    right: 0;
    transform: translateY(-50%);
    background-image: url(../images/bg_floating.png);
    width: 264px;
    height: 130px;
    background-size: 100% 100%;
    box-shadow: 0 4px 4px #00000040;
    z-index: 999;
}
.free_signup .free_signup_title{
    font-family: 'Roboto';
    font-size: 14px;
    color: white;
    font-weight: bold;
    margin: 1em 0 0;
    padding-left: 5.5em;
}
.free_signup .free_signup_text{
    font-size: 36px;
    line-height: 1;
    margin: 10px 0 0;
    padding-left: 2em;
}
.free_signup a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}
.show_more_detail {
    display: none;
}
/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}

#menuToggle
{
    display: none;
    position: fixed;
    top: 5vw;
    z-index: 99;
    -webkit-user-select: none;
    user-select: none;
    right: 6vw;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;

  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
    display: block;
    width: 7vw;
    height: 11vw;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 999999;
    -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
    display: block;
    width: 7vw;
    height: .6vw;
    margin-bottom: 1.8vw;
    position: relative;
    background: #3263C1;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(.4vw, .4vw);
  z-index: 99999;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
    transform: rotate(-45deg) translate(.1vw, -.2vw);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
    position: absolute;
    width: 102vw;
    height: calc(100vh + 22vw);
    margin: -22vw 0 0 0;
    padding: 25vw 6.4vw 0;
    background: white;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-190vw, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    z-index: 9999;
    left: 0;
}

#menu li
{
    padding: 3vw 0;
    font-size: 3.8vw;
    border-top: 1px solid #C3C3C4;
    text-align: center;
}
#menu a:last-child li{
    border-bottom: 1px solid #C3C3C4;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
    transform: translate(-88vw, 0);
}

.d-pc-inline{
    display: inline;
}
.feature_section .feature_detail .feature_text .deco{
    display: none;
}
.feature_detail .feature_text p .bg-yellow{
    background: none !important;
}
.feature_detail .feature_text p .bg-yellow_sp{
    background: #F9F3AC;
}
.d-sp-flex{
    display: none;
}