* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    min-height: 100vh;
    max-width: 100%;
    overflow-x: hidden;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    color: #363636;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.ml-50 {
    margin-left: 50px;
}

.ml-10 {
    margin-left: 10px;
}

.mt-100 {
    margin-top: 10px !important;
}

.mt-40 {
    margin-top: 40px !important;
    display: block !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.btn {
    border-radius: 0;
}

.hel {
    text-align: center;
    margin-left: 80px;
    margin-top: 60px;
}


/* -----header css----- */

#header {
    position: fixed;
    z-index: 10;
    width: 100%;
}

.navbar {
    padding: 0px 0;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    max-width: 1090px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.submenu_lists {
    visibility: hidden;/*hidden*/
    position: absolute;
    margin: 0px;
    padding: 10px;
    background-color: #f8f9fa!important;
    border-radius: 15px;
    list-style: none;
}


.nav-item:hover .submenu_lists {
    visibility: visible;
}


.text-center {
    margin-left: 1rem;
}

div#navbarSupportedContent {
    flex-grow: 0 !important;
    padding-right: 1rem !important;
}

.nav-item {
    font-weight: 600;
    margin-left: 35px;
}

.navbar-toggler {
    margin-right: 30px;
}

.collapse.navbar-collapse {
    margin-right: 0px;
}

.nav-link.text-dark {
    font-size: 14px;
    font-weight: 500;
}

.navbar-nav.ml-auto {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0px;
}

.nav-link.text-dark:hover {
    color: #1aa6e4 !important;
}

#specifed {
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #006dbb;
    background-color: #006dbb;
}

#specifed>.nav-link.text-dark {
    color: #fff !important;
}

.selectorfont {
    font-size: 10px;
}

.form-control1 {
    border-style: solid;
    color: #1aa6e4 !important;
    padding: 0px;
    border-color: #d9d9d9;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 500;
}


.form-control {
    border-style: solid;
    border-color: #1aa6e4;
    color: #1aa6e4 !important;
    padding: 0px;
    font-size: 10px;
    max-height: 20px;
    border-radius: 20px;
    font-weight: bold;
}


/* ------------Content CSS-------------- */


.contact_med {
    position: fixed;
    text-align: center;
    top: 11rem;
    right: 1rem;
    width: 320px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 10;

  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;

}


/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}


/* ------------News↓-------------- */

section#mhpnewslist {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    padding-left: 10px;
}
.mhpnewslist_1 {
    text-align: center;
    width: 970px;
}
h2.news_header {
    font-size: 28px;
    color: #006dba;
    font-weight: 500;
    padding-bottom: 1rem;
}
p.news_date {
    color: #006dba;
    padding-right: 1rem;
    font-size: 14px;
}
@media screen and (max-width: 480px) {
  p.news_date {
    display: none;
  }
  .service_text_header {
    font-size: 22px!important;
  }
  h2.news_header {
    font-size: 22px!important;
  }
}

p.news_desc {
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
p.news_desc a {
    color: #000;
}
.news_item {
    display: flex;
}


.sec04 {
  margin-top: 80px;
}
@media screen and (max-width: 480px) {
  .sec04 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 480px) {
  .sec04_section {
    padding: 0 10px;
  }
}
.sec04_lead {
  text-align: left;
  font-size: 16px;
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .sec04_lead {
    font-size: 14px;
    margin-top: 30px;
    text-align: left;
  }
}
p.desease_text {
    color: #363636;
    padding-left: 1rem;
}
.sec04_list {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sec04_dt {
  font-weight: bold;
  text-align: left;
  width: 100%;
  background-color: #006DBA;
  color: #fff;
  padding: 3px 10px;
  margin-top: 20px;
}
.sec04_dt:first-of-type {
  margin-top: 0;
}
.sec04_dd {
  color: #707070;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .sec04_dd {
    padding-right: 0;
    padding-left: 0;
    font-size: 14px;
  }
}
.sec04_con {
  background-color: #005DAB;
}


.pic-container {
    display: grid;
    place-items: center;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    background-color: #fefefe;
    z-index: 0;
}

.btn_ai {
    position: relative;
    width: 319px;
    height: 50px;
    line-height: 42px;
    border-radius: 10px;
    border: 3px solid #0e6cb6;
    background-color: #fff;
    overflow: hidden;
    display: inline-flex;
}

.btn_ai span {
    position: absolute;
    left: 0;
    width: 100%;
    color: #0e6cb6;
    font-weight: bold;
    text-align: center;
    transition: all .4s;
}

.btn_ai span:nth-child(1) {
    top: 0;
}

.btn_ai span:nth-child(2) {
    top: 100%;
    color: #fff;
    background-color: #0e6cb6;
    bottom: 0;
}

.btn_ai:hover span:nth-child(1) {
    top: -100%;
}

.btn_ai:hover span:nth-child(2) {
    top: 0;
}

/* ------------News↑-------------- */

.mhp_news {
    border: 2px solid #f78da7;
    margin: 1rem;
    padding: 1rem;
    text-align: center;
}
p.mhp2023 {
    color: #006dba;
    font-family: 'Noto Sans JP';
    font-weight: 600;
    margin: 0;
}
.contenttext {
    font-size: 16px;
    margin-bottom: 0px;
    letter-spacing: 5px;
}

.contenttext1 {
    font-size: 32px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 5px;
}

.arrow_direction {
    margin-left: 10px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.padding-20 {
    padding: 10px !important;
}

.border_bottom_none {
    border-bottom: none !important;
}

.letter_image {
    margin-top: 22px;
    object-fit: cover;
}

.message_img {
    margin-top: 22px;
    object-fit: cover;
}

.person_img {
    margin-top: 22px;
    object-fit: cover;
}

.service_textfield>.service_text {
    color: #006dba;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 500;
}

.image-item>.service_text {
    color: #000;
    font-weight: 500;
}


#image_item1 {
    width: 50%;
}

.item_image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 1000ms ease-in-out;
}

.item_image:hover {
    transform: scale(1.2);
}

.iamageload {
    overflow: hidden;
    width: 500px;
    cursor: pointer;
}

.iamageload1 {
    overflow: hidden;
    width: 500px;
    cursor: pointer;
}

.iamageload2 {
    overflow: hidden;
    width: 500px;
    cursor: pointer;
}

.image-item {
    display: flex;
    border-style: solid;
    border-color: #979494;
    border-width: 1px;
}

.imagetextfield {
    padding-left: 35px;
    padding-top: 30px;
    padding-right: 25px;
    padding-bottom: 30px;
    width: 100%;
}

.imagetextfield>.service_header {
    color: #006dba;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 500;
}

.imagetextfield>.service_text_desc {
    color: #363636;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}

.service_textfield1>.service_text {
    color: #187dc8;
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 700;
}

.service_textfield1>.service_text_desc {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    letter-spacing: -2px;
}

.item_descrition {
    display: flex;
    align-items: center;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #d1d1d1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #d1d1d1;
    padding-top: 10px;
    padding-bottom: 10px;
}

.item_descrition>.item_space>.service_text_desc {
    color: #363636;
    text-align: left;
    margin-bottom: 5px;
}

.item_space {
    margin-left: 10%;
    width: 80%;
}

.item_descrition>.service_text_header {
    color: #187dc8;
    text-align: left;
    width: 25%;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 500;
}

.service_textfield>.service_text_desc {
    color: #363636;
    text-align: left;
    margin-bottom: 1rem;
    margin-top: 1rem;
}}

.item_dec>.service_text_desc {
    color: #363636;
    font-size: 16px;
    margin-bottom: 0px;
    text-align: left;
}

.item_dec1>.service_text_desc {
    color: #363636;
    font-size: 16px;
    text-align: left;
    margin-bottom: 0px;
}

.item_dec {
    justify-content: center;
    text-align: center;
    width: 30%;
}

.item_dec1 {
    justify-content: center;
    text-align: center;
    width: 40%;
    margin-left: 80px;
}

#desc_chat {
    object-fit: cover;
}

.service_desc_header {
    color: #006bba;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    width: 40%;
    font-weight: 700;
}

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

.service_text_header {
    font-size: 28px;
    font-weight: 500;
    color: #006dba;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.imagefield {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.service_text_header1 {
    margin-top: 45px;
    font-size: 20px;
    color: #006dba;
    text-align: left;
    font-weight: 500;
}

.service_text {
    font-size: 12px;
    color: #000;
    text-align: left;
    font-weight: 500;
}
img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
}
.contentimg {
    margin-bottom: 1rem;
}

.service_text_blow {
    font-size: 12px;
    color: #000;
    width: 50%;
    font-weight: 500;
    margin-left: 10px;
}

.service_text_blow_ {
    font-size: 12px;
    color: #1aa6e4;
    width: 50%;
    font-weight: 500;
    margin-left: 10px;
}

.service_textfield {
    display: grid;
    justify-content: left;
    align-items: center;
    margin-top: 10px;
    text-align: center;
}

.service_textfield1 {
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    text-align: center;
    padding-right: 10%;
    padding-left: 10%;
}

.service_textfield2 {
    margin-top: 5rem;
}

.service_textfield3 {
    margin-top: 110px;
    background-color: #ebebeb;
    padding: 50px 70px 50px 70px;
}

.service_textfield4 {
    margin-top: 88px;
    background-color: #fff;
    margin-bottom: 100px;
}

.service_textfield5 {
    margin-top: 110px;
    border: 1px solid #000000;
    padding: 50px 70px 50px 70px;
}

.service_text.mt-40.font-size-20 {
    margin-top: 40px !important;
    font-size: 20px;
    margin-bottom: 1rem;
}

.service_textfield3>.service_text_header {
    color: #006dba;
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 500;
}

.service_textfield3>.service_text_desc {
    color: #363636;
    margin-bottom: 40px;
    text-align: center;
}

.service_textfield5>.service_text_desc {
    color: #363636;
    margin-bottom: 40px;
    text-align: center;
}

.service_textfield5>.service_text_desc2 {
    color: #363636;
    margin-bottom: 40px;
    text-align: center;
}

.service_textfield5>.service_text_header {
    color: #006dba;
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 500;
}

.icon-box>.service_text_desc {
    color: #1aa6e4;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 500;
}

.icon-box>.service_text_desc2 {
    color: #006dba;
    font-size: 20px;
    text-align: left;
    margin-bottom: 0px;
    font-weight: 500;
}

.icon-box>.service_text_desc>img {
    margin-top: 10px;
}

.icon-box>.service_text_desc2>img {
    margin-top: 10px;
}

.icon-box {
    display: flow-root;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 25%;
}

.item-box>.text-item>.service_text_desc {
    color: #363636;
    text-align: left;
    margin-bottom: 0px;
}

.item-box>.text-item>.service_text_desc2 {
    color: #363636;
    text-align: left;
    margin-bottom: 0px;
}

.text-item {
    margin-left: 20px;
    width: 72%;
}

.fa-sort-down {
    color: #1aa6e4;
    font-size: 40px;
    margin-left: 105px;
    margin-bottom: 15px;
}

.divider_icon {
    margin-left: 0px;
    margin-right: 0px;
}

.service_textfield3>.item-box {
    background-color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 180px;
}

.service_textfield5>.item-box {
    background-color: #fff;
    padding: 10px;
    display: block;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.button_item {
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    justify-content: center;
}

.button_item>.btn.btn-light {
    color: #006dba;
    font-size: 18px;
    margin-bottom: 0px;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: solid;
    border-width: 1px;
    font-weight: 400;
    border-color: #006dba;
    background: #fff;
    background: linear-gradient(to left, #fff 50%, #006dba 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
}

.button_item>.btn.btn-light:hover {
    background-position: left;
    color: #fff;
    border: 1px solid #006dba;
}

.button_item2 {
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.button_item2>.btn.btn-light2 {
    color: #006dba;
    font-size: 14px;
    margin-bottom: 0px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-style: solid;
    border-width: 1px;
    font-weight: 400;
    border-color: #006dba;
    background: #fff;
    background: linear-gradient(to left, #fff 50%, #006dba 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
}

.button_item2>.btn.btn-light2:hover {
    background-position: left;
    color: #fff;
    border: 1px solid #006dba;
}


.service_textfield2>.service_text_header {
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: bold;
}

.bottom_field {
    width: 100%;
    background-color: #0f397e;
    height: 15px;
}

.bottom_field1 {
    width: 100%;
    background-color: #0068b8;
    height: 15px;
}

.bottom_field2 {
    width: 100%;
    background-color: #1aa6e4;
    height: 15px;
}

#imageservice {
    width: 100%;
    height: 250px;
}

.text_field {
    padding: 50px;
}

.main {
    position: relative;
    color: white;
    height: 350px;
    background: url(https://243993822.fs1.hubspotusercontent-na2.net/hubfs/243993822/raw_assets/public/medilead-hubspot-theme/wp-content/themes/twentytwentyone-child/asset/images/AdobeStock_mhp_Preview.png);
    background-size: cover;
    background-position: center;
    padding-top: 165px;
    text-align: center;
    display: block;
    justify-content: center;
    align-items: center;
}

.ayus {
    padding-left: 100px;
    margin-top: 50px;
}

.table_area>.item_element>.left_element>.text {
    color: #006dba;
    margin-bottom: 0px;
    width: 150px;
    font-weight: 700;
}

.table_area>.item_element>.left_element {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.table_area>.item_element>.left_element>.color_span {
    font-size: 12px;
    color: #fff;
    background-color: #187dc8;
    margin-bottom: 0px;
    padding-left: 3px;
    font-weight: 500;
    padding-right: 3px;
    padding-bottom: 1px;
}

.table_area>.item_element>.left_element>.color_span_o {
    font-size: 12px;
    color: #187dc8;
    border: 1px solid #187dc8;
    background-color: #fff;
    margin-bottom: 0px;
    padding-left: 3px;
    font-weight: 500;
    padding-right: 3px;
    padding-bottom: 1px;
}


.table_area>.item_element>.right_element>p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0px;
}

.table_area {
    background-color: #fff;
    padding: 50px;
    margin-top: 40px;
        border: 1px solid #1aa6e4;
}

.table_area>.button_table_area>.btn.btn-light {
    color: #006dba;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 100px;
    padding-right: 100px;
    border-style: solid;
    border-width: 1px;
    border-color: #006dba;
    background: linear-gradient(to left, #fff 50%, #006dba 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
}

.table_area>.button_table_area>.btn.btn-light:hover {
    background-position: left;
    color: #fff;
    border: 1px solid #006dba;
}

.table_area>.button_table_area {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.table_area>.item_element {
    display: flex;
    border-right: none;
    border-left: none;
    justify-content: flex-start;
    text-align: left;
}

.table_area>.item_element>.left_element {
    padding: 20px;
}

.table_area>.item_element>.right_element {
    padding: 20px;
    width: 70%;
}

.table_area>.item_element>.right_element>.form-group {
    margin-bottom: 0px;
}

.table_area>.item_element>.right_element>.form-control1 {
    color: #0b0a0a;
    border-radius: 0px;
    border-color: #d9d9d9;
    border-style: solid;
    border-width: 1px;
    width: 80%;
}

.table_area>.item_element:nth-child(2) {
    border-top: none;
}

.table_area>.item_element:nth-child(3) {
    border-top: none;
}

.table_area>.item_element:nth-child(4) {
    border-top: none;
}
.table_area>.item_element>.right_element>.form-control1::placeholder {
    color: #c4c4c4;
}


.table_area2 {
    background-color: #fff;
    padding: 18px;
    margin-top: 40px;
    border: 1px solid #363636;
    border-radius: 12px;
}
p.table_text2 {
    color: #363636;
    font-weight: 500;
}
button.medibutton {
    background-color: #fff;
    color: #1aa6e4;
    border: 1.5px solid #1aa6e4;
    border-radius: 6px;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}

button.medibutton:hover {
  background: #1aa6e4;
  color: #fff;
}
img.logo_cp {
    width: 164px;
}
.form-group>.form-control1 {
    color: #0b0a0a;
}


textarea.form-control1
    height: auto;
}

/*=============Services Section==================*/

.services-section {
    background-color: #fff;
    background-size: cover;
    padding: 20px 0 0px 0;
    color: white;
}

.section-title {
    text-align: center;
    color: #ddd;
    text-transform: uppercase;
    font-size: 30px;
}

.border {
    width: 160px;
    height: 2px;
    background: #82ccdd;
    margin: 40px auto;
}

.services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.services-box {
    max-width: 33.33%;
    padding: 10px;
    text-align: center;
    color: #ddd;
    cursor: pointer;
}

.service-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 3px solid #82ccdd;
    color: #82ccdd;
    transform: rotate(45deg);
    margin-bottom: 30px;
    margin-top: 16px;
    margin-left: 50px;
    transition: 0.3s linear;
}

.service-icon i {
    padding-left: 20px;
    line-height: 70px;
    transform: rotate(-45deg);
    font-size: 26px;
}

.service-box:hover .service-icon {
    background: #82ccdd;
    color: #ddd;
}

.service-title {
    font-size: 25px;
    text-transform: uppercase;
    color: #0f397e;
    letter-spacing: -2px;
    text-align: center;
}

.service-title_MHP {
    font-size: 25px;
    text-transform: uppercase;
    color: #0068b8;
    letter-spacing: -2px;
    text-align: center;
    font-weight: 500;
}

.service-title_below_MHP {
    font-size: 20px;
    color: #0068b8;
    letter-spacing: -2px;
    text-align: center;
}

.service-title_market {
    font-size: 25px;
    text-transform: uppercase;
    color: #1aa6e4;
    letter-spacing: -3px;
    text-align: center;
    font-weight: 400;
}

.service-title_below {
    font-size: 20px;
    color: #0f397e;
    letter-spacing: -2px;
    text-align: center;
}

.service-title_below_market {
    font-size: 20px;
    color: #1aa6e4;
    letter-spacing: -2px;
    text-align: center;
}

.service-desc {
    font-size: 18px;
    text-align: center;
    color: rgb(34, 33, 33);
    font-weight: 400;
    margin-top: 15px;
}

.serviceboxs {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.service-box {
    border-style: solid;
    border-color: rgb(51, 50, 50);
    border-width: 1px;
    margin-top: 40px;
}

#sevice_container {
    max-width: 990px;
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (max-width:960px) {
    .nav-item:hover .submenu_lists {
        visibility: hidden;
    }

}

@media screen and(max-width:768px) {
    .service-box {
        max-width: 50%;
    }
}

@media screen and(max-width:480px) {
    .service-box {
        max-width: 100%;
    }
}


/*==========================*/

.section-title1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0px;
    letter-spacing: 5px;
}

.part2 {
    padding-top: 0px;
    padding-bottom: 0px;
    background: url(https://243993822.fs1.hubspotusercontent-na2.net/hubfs/243993822/raw_assets/public/medilead-hubspot-theme/wp-content/themes/twentytwentyone-child/asset/images/%E3%81%8A%E5%95%8F%E3%81%84%E5%90%88%E3%82%8F%E3%81%9B.png);
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    height: 360px;
    opacity: 0.9;
    display: flex;
    justify-content: center;
}

#part2_field {
    justify-content: center;
    text-align: center;
    align-items: center;
    max-width: 990px;
    padding-top: 85px;
}

.part4 {
    background-color: #fff;
}

#part4_container {
    max-width: 990px;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.part4_text {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
    width: 100%;
}

.part4_text1 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    width: 100%;
}

.gre {
    color: #a0fa69;
}

.bo {
    background-color: white;
}

.san {
    color: #b4b8b2;
}

hr {
    width: 20%;
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    color: grey;
}

ul {
    list-style: disc;
    padding-left: 3rem;
}

li {
    margin: 10px 0;
    text-align: left;
    color: #363636;
}

.op {
    opacity: 0.5;
}

.btn {
    color: white;
}

.yel {
    background: #f9ee8a no-repeat center center fixed;
    background-size: auto 100%;
}


/*footer*/

#selectorfield select {
    padding-left: 5px;
    padding-bottom: 3px;
    min-width: 100px;
}

.selectorfont {
    font-size: 16px;
}

.section-title1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: sans-serif;
    font-weight: 400;
    letter-spacing: 5px;
}

.part4_text {
    color: #000;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
}

.part4_text1 {
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

.divider {
    border-style: solid;
    border-width: 1px;
    border-color: #5093c4;
}

#contact {
    background: #006dbb;
}

.logo-text {
    margin: 15px 0 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.logo-text1 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 3px;
}

.btn.btn-light {
    color: #006dba;
    font-size: 16px;
    padding-right: 50px;
    padding-left: 50px;
    font-weight: bold;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 100px;
    padding-right: 100px;
    background: #fff;
    background: linear-gradient(to left, #fff 50%, #006dba 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
}

.btn.btn-light:hover {
    background-position: left;
    color: #fff;
    border: 1px solid #006dba;
}

#Copyright {
    max-width: 990px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.part5 {
    background-color: #002f89;
}

.logo-text_main {
    color: #6de6fc;
    font-weight: bold;
}

.copyrighttext {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0px;
}

.footer {
    color: #d3d3d3;
    position: relative;
}

.footer h1 {
    font-size: 16px;
}

.footer-bottom {
    width: 100%;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}
.services-section {
    background-color: #fff;
    background-size: cover;
    padding: 20px 0 0px 0;
    color: white;
}


.boxmi5 {
    margin: 3em 1em 1em 1em;
    border: solid 2px #006dba;
    padding: 0.3em 0.5em;
    position: relative;
    color: #363636;
    font-weight: bold;
    text-align: center;
    font-size: larger;
    padding: 1.5rem;
}

span.search_dec {
    font-size: larger;
    color: #006dba;
    font-family: ui-monospace;
}
.boxmi5:after {
  background: #006dba;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 10px 0 10px;
  content: "New";
  letter-spacing: 0.1em;
}



#footer_container {
    max-width: 990px;
}

.footer .footer-content {
    display: flex;
    padding-bottom: 50px;
    padding-top: 50px;
}

.footer .footer-content .footer-section {
    flex: 1;
    padding: 10px 5px 10px 15px;
    border-left: 1px solid #5093c4;
}

.footer .footer-content .footer-section a {
    color: inherit;
}

.footer .footer-content .about h1 span {
    color: #05f7ff;
}

.footer .footer-content .about .contact span {
    display: block;
    font-size: 1.1em;
    margin-bottom: 8px;
}

.footer .footer-content .about .socials a {
    border: 1px solid gray;
    width: 45px;
    height: 41px;
    padding-top: 5px;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    font-size: 1.3em;
    border-radius: 5px;
    transition: all 0.3s;
}

.footer .footer-content .about .socials a:hover {
    border: 1px solid white;
    color: white;
    transition: all 0.3s;
}

.footer .footer-content .links ul {
    padding-top: 5px;
}

.footer .footer-content .links ul a {
    display: block;
    margin-bottom: 10px;
    font-size: 1.2em;
    transition: all 0.3s;
}

.footer .footer-content .links ul a:hover {
    color: white;
    margin-left: 15px;
    transition: all 0.3s;
}

.footer .footer-content .contact-form .contact-input {
    background: #272727;
    color: #bebdbd;
    margin-bottom: 10px;
    line-height: 1.5rem;
    padding: 0.9rem 1.4rem;
    border: none;
}

.footer .footer-content .contact-form .contact-input:focus {
    background: #1a1a1a;
}

.footer .footer-content .contact-form .contact-btn {
    float: right;
}

@media (max-width: 767px) {
    #header .container-fluid {
        padding: 0 10px;
    }
    #header .navbar {
        padding: 5px;
        border-radius: 5px;
    }
    section#mhpnewslist {
        padding-left: 0px;
        margin-top: 2.5rem;
        margin-bottom: 1.5rem;
    }
    .mhpnewslist_1 {
        width: 100%;
        padding: 10px;
    }
    #header .navbar-toggler {
        margin-right: 0px;
    }
    .service_text {
        padding: 0 10px;
    }
    .part2 {
        background-size: auto;
    }
    .footer .footer-content {
        flex-direction: column;
    }
    .footer .footer-content .footer-section {
        border-left: none;
        border-bottom: 1px solid #5093c4;
    }
    .footer-section.contact-form .mt-80 {
        margin-top: 20px;
    }
    .nav-item {
        margin: 10px 0;
    }
    /* ---------------------------------------- */
    .service_textfield {
        margin-top: 50px;
    }
    .service_textfield.mt-100 {
        margin-top: 5px !important;
        padding: 0px 10px;
    }
    .service_text.mt-40.font-size-20 {
        width: 100%;
        text-align: center;
        margin-top: 20px !important;
    }
    .service_text {
        padding: 0px 10px;
    }
    .service_textfield.mt-100 {
        padding: 0px 10px;
    }
    .service_textfield>.service_text_desc {
        text-align: left;
    }
    .service_textfield {
        display: block;
    }
    .service_text_header1 {
        margin-top: 20px !important;
    }
    #desc_chat {
        width: 100%;
    }
    .text_field.padding-20 {
        padding: 0px !important;
        flex-direction: column;
    }
    .item_dec {
        width: 100%;
    }
    .item_dec1 {
        width: 100%;
        margin-left: 0px;
    }
    .service_textfield1 {
        margin-top: 20px;
        padding: 0px;
    }
    .item_space {
        margin-left: 0px;
        padding: 0px 10px;
    }
    .service_textfield1>.service_text {
        text-align: center;
    }
    .item_descrition>.service_text_header {
        text-align: center;
        width: 100%;
    }
    .item_descrition {
        flex-direction: column;
    }
    .service_textfield2 {
        margin-top: 80px;
    }
    .image-item {
        flex-direction: column;
        border-top: none;
        border-bottom: none;
        margin-top: 50px;
    }
    .iamageload {
        width: 100%;
        padding: 0px 10px;
    }
    .iamageload1 {
        width: 100%;
        padding: 0px 10px;
    }
    .iamageload2 {
        width: 100%;
        padding: 0px 10px;
    }
    .item_image {
        width: 100%;
    }
    .imagetextfield {
        padding: 0px 10px;
        width: 100%;
    }
    .service_textfield3 {
        padding-top: 100px;
    }
    .service_textfield3>.service_text_header {
        margin-bottom: 0px;
    }
    .service_textfield3>.service_text_desc {
        margin-bottom: 5px;
    }
    .service_textfield3>.item-box {
        width: 100%;
        padding: 10px;
        flex-direction: column;
        height: 100%;
        margin-top: 10px;
    }
    .service_textfield3 {
        width: 100%;
        padding: 100px 10px 10px 10px;
    }
    .service_textfield3>.service_text_desc {
        text-align: center;
    }
    .service_textfield5 {
        padding-top: 100px;
    }
    .service_textfield5>.service_text_header {
        margin-bottom: 0px;
    }
    .service_textfield5>.service_text_desc {
        margin-bottom: 5px;
    }
    .service_textfield5>.service_text_desc2 {
        margin-bottom: 5px;
    }
    .service_textfield5>.item-box {
        width: 100%;
        padding: 10px;
        flex-direction: column;
        height: 100%;
        margin-top: 10px;
    }
    .service_textfield5 {
        width: 100%;
        padding: 100px 10px 10px 10px;
    }
    .service_textfield5>.service_text_desc {
        text-align: center;
    }
    .service_textfield5>.service_text_desc2 {
        text-align: center;
    }
    .fa.fa-sort-down {
        margin-left: 0px;
        margin-bottom: 0px;
    }
    .text-item {
        width: 100%;
        margin-left: 0px;
        padding: 0px 5px;
    }
    .divider_icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .button_item>.btn.btn-light {
        padding: 10px;
    }
    .service_textfield4 {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .button_item {
        margin-bottom: 5%;
    }
    .contenttext1 {
        font-size: 25px;
    }
    /* ---------------------------------------- */
}

@media (max-width: 989px) {
    #header .container-fluid {
        padding: 0 10px;
    }
    #header .navbar {
        padding: 5px;
        border-radius: 5px;
    }
    #header .navbar-toggler {
        margin-right: 0px;
    }
    .service_text {
        padding: 0 10px;
    }
}