/*--------------------------------------------------------------------- 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');
@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: #231815;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    font-family: 'Noto Sans JP', "Hiragino-Kaku-Gothic-Pro-W3", "MS PGothic", sans-serif;
    background-image: url(../images/bg_body.png);
}

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: 16px;
    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);
}
nav{
    display: none;
}
.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;
}

picture img{
    width: 100%;
}

/* header top section start */

.header_top_section {
    width: 100%;
    display: flex;
    height: auto;
    background: white;
}

.header_top_section .containter{
    max-width: 1160px;
}
.header_top_main {
    display: flex;
}

.call_text {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    width: 154px;
    padding-top: 25px;
}

.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 {
    padding: 30px 17px;
    font-weight: 500;
}
/* header top section end */

/* header section start */

.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 */
.container{
    max-width: 1250px;
    padding: 0;
    transform: translateX(-31px);
}
.price_wrapper{
    margin: 40px auto 0;
    position: relative;
    max-width: 1180px;
}
.price_wrapper img{
    max-width: 100%;
}
.price_wrapper .btn_register{
    position: absolute;
    right: -20px;
    top: 38px;
    max-width: 260px;
}
.price_wrapper .btn_register img{
    max-width: 100%;
}
.layout-constrained{
    max-width: 1110px;
    margin: auto;
}
.section{
    position: relative;
}
.section_subtitle{
    text-align: center;
}
.section_title{
    text-align: center;
}
.section_title small{
    font-size: 30px;
}
.section_subtitle+.section_title{
    margin-top: 37px;
}
.section_content{
}
.section_content_inner{

}
.concept_section .section_subtitle img{
    max-width: 487px;
}
.concept_section .section_title img{
    max-width: 869px;
}
.concept_section {
    padding: 110px 100px 90px;
    background: white;
    margin-top: 90px;
}
.deco_section{
    position: relative;
}
.deco_section:before,
.deco_section:after{
    content: '';
    width: 313px;
    height: 114px;
    position: absolute;
    background-size: 100% 100%;
    top: -47px;
}
.deco_section:before{
    left: -73px;
}
.deco_section:after{
    right: -73px;
}
.concept_section:before{
    background-image: url(../images/deco1.png);
}
.concept_section:after{
    background-image: url(../images/deco2.png);
}
.section_content_body{
    margin: 50px auto 0;
}
.concept_section .section_content_body .concept_text{
    font-size: 20px;
    line-height: 2.2;
    font-weight: 400;
}
.concept_section .section_content_body .concept_text span{
    background: linear-gradient(0deg, #EEE5DA 0%, #EEE5DA 60%, rgba(212, 155, 158, 0) 60%);
}
.concept_section .section_content_body p .bg-yellow{
    background: var(--yellow);
}
.concept_section .concept_media_title{
    text-align: center;
    font-size: 36px;
    margin-top: 80px;
}
.concept_section .concept_media{
    margin-top: 20px;
}
.full-width img{
    width: 100%;
}
.feature_wrapper{
    margin-top: 75px;
}
.feature_section {
    background: white;
    padding: 124px 49px 107px;
    margin-top: 75px;
}
.feature_section .section_title img{
    max-width: 750px;
}
.feature_section:before{
    background-image: url(../images/deco3.png);
}
.feature_section:after{
    background-image: url(../images/deco4.png);
}
.feature_section .feature_title{
    margin: 0;
}
.feature1 .feature_title img{
    max-width: 704px;
}
.feature2 .feature_title img{
    max-width: 708px;
}
.feature3 .feature_title img{
    max-width: 568px;
}
.feature3_media iframe{
    width: 100%;
    height: 498px;
}
.feature_section .feature_detail{
    border-top: 16px solid #D72A2A;
}
.feature_detail_inner{
    border: 2px solid #EEE5DA;
    border-top: none;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 57px 57px 64px;
}
.feature_section .feature_detail:not(:first-child){
    margin-top: 90px;
}
.feature_section .feature_detail .feature_desc{
    margin-top: 36px;
}
.feature_section .feature_detail .feature_media{
    width: 54%;
}
.feature_section .feature_detail .feature_text{
    width: 43%;
}
.feature_section .feature_detail .feature_text p{
    font-weight: 400;
    line-height: 2;
    font-size: 18px;
}
.feature_section .feature_detail .feature2_media{
    position: relative;
}
.feature_section .feature_detail .feature2_media:before{
    content: '';
    position: absolute;
    top: -33px;
    right: -99px;
    background-image: url(../images/deco5.png);
    background-size: 100% 100%;
    width: 204px;
    height: 66px;
}
.feature_section .feature_detail.feature3 .feature_desc{
    margin-top: 25px;
}
.feature_section .feature_detail.feature3 .feature_text{
    width: 100%;
}
.feature_section .feature_detail.feature3 .feature_media{
    width: 100%;
    margin: 20px 0;
}
.feature_section .feature_detail.feature3 .feature_subtitle{
    text-align: center;
    margin-top: 55px;
}
.feature_wrapper+.price_wrapper{
    margin-top: 70px;
}
.bottom_wrapper{
}
.bg_deco{
    background: linear-gradient(0deg, #EEE5DA 0%, #EEE5DA 60%, rgba(212, 155, 158, 0) 60%);
}
.point_section{
    background: white;
    padding: 99px 0 107px;
    margin-top: 88px;
    position: relative;
}
.point_section:before{
    content: '';
    position: absolute;
    width: 370px;
    height: 107px;
    transform: rotate(193deg);
    background-image: url(../images/deco6.png);
    background-size: 100% 100%;
    right: -90px;
    top: -50px;
}
.point_section:after{
    content: '';
    position: absolute;
    width: 270px;
    height: 76px;
    transform: rotate(13deg);
    background-image: url(../images/deco7.png);
    background-size: 100% 100%;
    left: -65px;
    bottom: -20px;
}
.point_section .section_title img{
    max-width: 606px;
}
.point_section .point_detail{
}
.point_section .point_detail p{
    font-weight: 400;
    line-height: 2;
    font-size: 20px;
}
.point_section .point_detail .point_media{
    width: 39%;
}
.point_section .point_detail .point_text{
    width: 61%;
    padding-right: 50px;
}
.point_section .point_detail .point_text p{
    margin-bottom: 0;
}
.point_section .point_detail .point_media p{
    font-size: 15px;
    margin: 0;
}
.doctor_info {
    max-width: 986px;
    margin: 0 auto;
}
.doctor_info .occupation{
    color: #008BAE;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.doctor_info .doctor_name{
    color: #008BAE;
    font-weight: 600;
    font-size: 30px;
    margin: 0;
}
.doctor_info .doctor_name span{
    margin-right: 18px;
    padding-right: 18px;
    position: relative;
}
.doctor_info .doctor_name span:after{
    content: '';
    position: absolute;
    width: 4px;
    height: 29px;
    right: 0;
    top: 9px;
    border-right: 4px solid #008BAE;
}
.doctor_info .doctor_detail{
    font-size: 15px;
    margin: 10px 0 0;
    line-height: 1.8;
    font-weight: 400;
}
.doctor2_desc{
    line-height: 1.5 !important;
}
.point_section .point_detail .point_media .doctor_name{
    font-weight: bold;
    font-size: 20px;
    margin: 15px 0 0;
}
.point_section .point_detail.point_detail2{
    padding: 0 50px;
}
.point_section .point_detail.point_detail2 .point_text{
    width: 65.5%;
    padding: 0;
}
.point_section .point_detail.point_detail2 .point_media{
    width: 34.5%;
}
.point_section .point_detail.point_detail2 .point_media_desc{
    padding-left: 40px;
    margin-top: -26px;
}
.point_section .point_detail.point_detail2 .point_media_desc .name{
    font-size: 26px;
    color: #008BAE;
    font-weight: 500;
    line-height: 1.2;
}
.point_section .point_detail.point_detail2 .point_media_desc .occupation{
    font-size: 16px;
    color: #008BAE;
    font-weight: 500;
}
.point_section .voice_deco{
    font-size: 20px;
    font-weight: 400;
    padding: 0 55px;
    line-height: 2;
}
.voice{
    margin-top: 55px;
}
.voice .section_content_body{
    max-width: 900px;
    margin: auto;
}
.voice .voice_detail {
    max-width: 760px;
}
.voice .voice_detail p{
    font-size: 18px;
    margin: 0;
    line-height: 1.7;
    font-weight: 400;
}
.voice .voice_detail{
    border-left: 12px solid #008BAE;
}
.voice .voice_detail+.voice_detail{
    margin-top: 28px;
}
.voice .voice_detail:nth-child(2n){
    border-left: none;
    margin-right: 0;
    margin-left: auto;
}
.voice .voice_detail:nth-child(2){
    border-right: 12px solid #D72A2A;
}
.voice .voice_detail:nth-child(3){
    border-left: 12px solid black;
}
.voice .voice_detail:nth-child(4){
    border-right: 12px solid #008BAE;
}
.voice .voice_detail:nth-child(5){
    border-left: 12px solid #D72A2A;
}
.voice .voice_detail:nth-child(6){
    border-right: 12px solid black;
}
.voice .voice_detail:nth-child(7){
    border-left: 12px solid #008BAE;
}
.voice .voice_detail:nth-child(8){
    border-right: 12px solid #D72A2A;
}
.voice .voice_detail .voice_detail_inner{
    border: 1px solid #E7E7E7;
    padding: 16px 25px;
}
.voice .voice_detail:nth-child(2n+1) .voice_detail_inner{
    border-left: none;
}
.voice .voice_detail .voice_name{
    color: #008BAE;
    font-weight: bold;
    font-size: 18px;
}
.voice .voice_detail:nth-child(2) .voice_name{
    color: #D72A2A;
}
.voice .voice_detail:nth-child(3) .voice_name{
    color: black;
}
.voice .voice_detail:nth-child(4) .voice_name{
    color: #008BAE;
}
.voice .voice_detail:nth-child(5) .voice_name{
    color: #D72A2A;
}
.voice .voice_detail:nth-child(6) .voice_name{
    color: black;
}
.voice .voice_detail:nth-child(7) .voice_name{
    color: #008BAE;
}
.voice .voice_detail:nth-child(8) .voice_name{
    color: #D72A2A;
}
.voice_title1{
    margin-top: 132px;
}
.voice_title2{
    margin-top: 108px;
}
.faq_section {
    background: white;
    padding: 78px 105px 84px;
    margin-top: 103px;
    position: relative;
}
.faq_section:before,
.faq_section:after{
    content: '';
    position: absolute;
    width: 223px;
    height: 82px;
    background-size: 100% 100%;
    top: -20px
}
.faq_section:before{
    background-image: url(../images/deco8.png);
    left: -10px;
}
.faq_section:after{
    background-image: url(../images/deco9.png);
    right: -10px;
}
.faq_section .section_content{
    margin-top: 42px;
}
.faq_section .section_content_body{
    max-width: 800px;
    margin: auto;
}
.faq_section .faq:not(:first-child){
    margin-top: 40px;
}
.faq_section .faq .faq_q{
    background: #C7B299;
    color: white;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding: 10px 0 20px 30px;
    margin-bottom: 0;
    cursor: pointer;
}
.faq_section .faq .faq_q:before{
    content: 'Q.';
    font-size: 26px;
    margin-right: 10px;
    color: #008BAE;
}
.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 65px;
    line-height: 1.8;
    position: relative;
    margin-bottom: 0;
    max-height: 0;
    overflow: hidden;
}
.faq_section .faq .faq_a a{
    text-decoration: underline !important;
}
.faq_section .faq .faq_a:before{
    content: 'A.';
    font-size: 26px;
    font-weight: bold;
    margin-right: 10px;
    color: #D72A2A;
    position: absolute;
    top: .4em;
    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%;
}
.faq_section+.price_wrapper{
    margin-top: 30px;
}
.common_table{
    width: 100%;
    border-collapse: collapse;
}
.common_table thead th{
    background: #008BAE;
    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;
    background: white;
    padding: 12px 0 12px 32px;
}
.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 {
    margin: 90px 0 0;
    background: white;
    padding: 27px 0;
}
.copyright_section .container{
    transform: none;
}
.copyright_text {
    width: 100%;
    margin: 0;
    text-align: center;
    font-weight: 400;
}

.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: 9vw;
    z-index: 99;
    -webkit-user-select: none;
    user-select: none;
    right: 7.7vw;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;

  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
    display: block;
    width: 12.8vw;
    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: 8.5vw;
    height: .5vw;
    margin-bottom: 2.5vw;
    position: relative;
    background: #008BAE;
    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(.3vw, -.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 11vw 0 0;
    background: white;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-200vw, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    z-index: 9999;
    left: 0;
    right: auto;
}

#menu li
{
    padding: 3.3vw 0;
    font-size: 5.1vw;
    text-align: right;
    font-weight: 500;
}

/*
 * 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;
}