body {
  margin: 0;
  /* background-color: transparent;
  background-color: #fcfcf7; */
  background:url('images/bg-pattern.png');
  
  color: #333;
}

li {
  font-size: 17px;
}

p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 2;
}
.copy-p{
  text-align: right;
  letter-spacing: 6px;
  font-weight:600;
}

#headerTop {
  z-index: 999;
  position: fixed;
  /* width: 100%; */
  height: auto;
  text-align: unset;
}

/* Using height in navinner ul instead prevents objects from being unclickable */
/* #navinner {
  height: 100vh;
} */



#navinner ul {
  list-style-type: none;
  margin-top: 1.8vh;
  height: 100vh;
  padding-left: 2.5em;
}

.logo_top {
  width: 140px;
  height: auto;
  position: relative;
  background-color: white;
  padding: 20px 36px;
}

#navinner a {
  color: #333;
}

.menu_bold {
  font-size: 24px;
  font-weight: 600;
}

.btn_hum line {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  transition: 500ms all ease;
}

.btn_hum .line1 {
  stroke: #000;
}

.btn_hum .line2 {
  stroke: #000;
}

.btn_hum .line3 {
  stroke: #000;
}

.rainbow .btn_hum line {
  stroke-width: 1px;
}

.rainbow .line1 {
  /* transform-origin:center; */
  transform: translate(12px, 11px) rotate(45deg);
}

.rainbow .line2 {
  opacity: 0;
}

.rainbow .line3 {
  transform-origin: center;
  transform: translate(0, 0);
  transform: rotate(-45deg);
}

.rainbow path {
  opacity: 0;
}

.popup_text {
  top: 40%;
  left: 0%;
  width: 100%;
  height: auto;
}

.hum_menu {
  width: 100px;
  /* width: 260px; */
  height: auto;
  justify-content: center;
  align-items: center;
  padding-top: 2vh;
}



.mail_icon {
  /* width: 40px;
  height: auto; */
  margin-right: 18px;
}

.contact_btn {
  padding: 8px 20px;
  font-size: 16px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.6);
  transition: 200ms all ease;
}

.contact_btn:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

/* Compare to style.css */
.main_box1 {
  position: relative;
  top: 0;
  left: 0;
  height: unset;
}

.c-imageMaxW {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.context {
  /* position: absolute; */
  top: 35%;
  left: 32%;
  width: 35%;
  height: auto;
}

.main_box2 {
  padding-top: 35px;
  /* background-color: #fcfcf7; */
  background:url('images/bg-pattern.png');
}

.img_policy {
  width: 50%;
  height: auto;
}

.text_head {
  position: relative;
  height: 150px;
  text-align: center;
}

.back_text {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  font-size: 80px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 20px;
  margin: auto;
  width: 100%;
  height: auto;
}

.front_text {
  position: absolute;
  z-index: 2;
  left: 0;
  /* is there a better solution? V */
  top: 25%;
  font-size: 30px;
  letter-spacing: 5px;
  margin: auto;
  width: 100%;
  height: auto;
}

.our_policy {
  position: relative;
}

.img_policy {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.text_box {
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 5%;
  z-index: 1;
  overflow-y: hidden;
}

.text_box p {
  margin-bottom: 30px;
  line-height: 2;
}

.main_box3::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 998;
  border-top: 5vw solid #fcfcf7;
  border-right: 100vw solid transparent;
}

.main_box3 {
  height: unset;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
  /* background-color: #fcfcf7; */
  background:url('images/bg-pattern.png');
  
  background-image: url(images/top_features.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.main_box3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 5vw solid #fcfcf7;
  border-left: 100vw solid transparent;
  padding-bottom: 50px;
}


.main_box3 h2 {
  font-weight: 500;
	font-size:2.4rem;
}

.main_box3 p {
  font-weight: 500;
}

/*薬剤師の育成*/


.card {
  background-color: #fff;
  padding: 16px;
  display: block;

}

.swiper-slide .card {
  padding: 0;
  overflow: hidden;
}

.swiper-slide .card img {
  transition: all 1s ease;
}

.swiper-slide .card:hover img {
  transform: scale(1.1);
}

.swiper-slide p {
	font-size: 14px;
	line-height: 1.5em;
	color:#000;
}

.swiper-slide .card_body {
  max-height: 106px;
	min-height:96px;
}

#pharmacist .col-6:nth-child(2) {
  margin-top: 40px;
}

#training .back_text2 {
  color: #dddddd;
}

#pharmacist h5.card-title {
  color: #E78AAE;
  background: -webkit-linear-gradient(0deg, #E7D563, #E78AAE);
  background-size: 180px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-size: 4em;
}

#career {
  padding: 40px 0 80px 0;
}

#training .container {
  background-image: url(images/traning_06_2x.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: right 30px bottom 30px;
  margin-bottom: 80px;
}

.training-card {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 24px;
  margin-bottom: 24px;
}

.training-card h2 {
  font-weight: 500;
  letter-spacing: 5px;
}

.training-card ul {
  padding: 0;
}

.training-card li {
  list-style-type: none;
  line-height: 2em;
	margin:0.75em 0;
}

.training-card img {
  width: 28px;
  margin-right: 10px;
}

.training-card h3 {
  color: #658b8e;
  font-size: 1.6em;
  margin: 16px 0;
}

/*背景画像*/

.shop_main {
  height: 384px;
  background-image: url(images/shop_bg.jpg);
}

.staff_main {
  height: 700px;
  background-image: url(images/staff_bg.jpg);
}

.entry_main {
  height: 384px;
  background-image: url(images/entry_bg.jpg);
}

.pharmacist_main {
  height: 384px;
  background-image: url(images/training_bg.jpg);
}

.us_main {
  height: 384px;
  background-image: url(images/us_bg.jpg);
}

.news_main {
  height: 384px;
  background-image: url(images/news_bg.jpg);
}


/*セントラルの訪問薬局*/
#aboutus .text_box_left_inner {
  padding-left: 0;
}

#aboutus .text_box_right_inner {
  padding-left: 0;
}

.us-features {
  padding-bottom: 300px !important;
}

.us-features ul {
  padding: 0;
}

.us-features li {
  background-repeat: no-repeat;
  background-size: 126px;
  list-style-type: none;
  padding-left: 155px;
  margin-bottom: 100px;
  letter-spacing: 2.8px;
  font-size: 28px;
  color: #333333;
}

.us-features li:first-child {
  background-image: url(images/us_num_01_2x.png);
}

.us-features li:nth-child(2) {
  background-image: url(images/us_num_02_2x.png);
}

.us-features li:nth-child(3) {
  background-image: url(images/us_num_03_2x.png);
}

.tri-img img {
  max-height: 474px;
}

#QA {
  position: relative;
}

#QA hr {
  height: 1px;
  border: none;
  background: linear-gradient(to right, #f9eec2, #f4d1de);
  margin: 24px 0;
}

#aboutus .profile_box {
  padding: 60px 0 140px 0;
}

.slideimg_02::after {
  content: "医師や管理栄養士等、職種の垣根を超えて連携をしながら、ポリファーマシー解消や栄養管理に取り組んでいる。";
}

.swiper-button-prev {
  color: #5e5e5e !important;
}

.swiper-button-next {
  color: #5e5e5e !important;
}


/*お知らせ一覧*/
#newslist p {
  font-size: 16px;
}

#newslist p.ymd {
  color: #b5b5b5;
  margin-right: 24px;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 0;
}

#newslist .attachment-thumbnail {
  border: solid 2px #b5b5b5;
}

#newslist .newscard {
  background-color: #fff;
  padding: 24px;
  width: 100%;
  margin-bottom: 16px;
}

.newslist_title{
  color: #757575;
  transition: 0.5s all ease;
}
.newslist_title h3{
  line-height: 2;
}
.newslist_title:hover{
  color: black;
}
.news_footer_ul{
  margin-top: 50px !important;
}
.news_footer_ul li{
  width: 180px !important;
}
.news_footer_ul li a{
  letter-spacing: 0px !important;
}


/*採用情報*/

a.pha_a {
  color: #59C3E7;
}

.entry-btn {
  background: -moz-linear-gradient(0% 50% 0deg, rgba(135, 211, 232, 1) 0%, rgba(187, 211, 129, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(135, 211, 232, 1) 0%, rgba(187, 211, 129, 1) 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(135, 211, 232, 1)), color-stop(1, rgba(187, 211, 129, 1)));
  background: -o-linear-gradient(0deg, rgba(135, 211, 232, 1) 0%, rgba(187, 211, 129, 1) 100%);
  background: -ms-linear-gradient(0deg, rgba(135, 211, 232, 1) 0%, rgba(187, 211, 129, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#87D3E8', endColorstr='#BBD381' ,GradientType=0)";
  background: linear-gradient(90deg, rgba(135, 211, 232, 1) 0%, rgba(187, 211, 129, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87D3E8', endColorstr='#BBD381', GradientType=1);
  display: block;
  width: 40%;
  margin: 40px auto;
  padding: 8px;
  font-size: 3em;
  font-weight: 600;
}

a.entry-btn {
  color: #fff !important;
  letter-spacing: 5px;

}

a.entry-btn:link {
  color: #fff !important;
}

#about-jobs ul.staff_footer li::before,
ul.staff_footer li::after {
  height: 1px;
}

#about-jobs .staff_footer a {
  background-image: url(images/angle-right_2x.png);
  background-repeat: no-repeat;
  background-position: right 0.5em bottom 0.8em;
  background-size: 10px;

}

#about-jobs {
  margin-top: 80px;
}

.table td.detail {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 2em;
}

.table td.title {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 2em;
}

/* 会社概要 */
.profile_main {
  height: 500px;
  background-image: url(images/profile_bg.jpg);
  background-size: 100% 100%;
}

p.syomei {
  text-align: right;
  font-size: 1.8em;
  font-weight: 500;
}

#greeting .name {
  font-size: 2em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}

h2.bigcenter {
  font-weight: 300;
  font-size: 2.8em;
  margin-bottom: 40px;
  text-align: center;
}

.profile_box {
  background-image: linear-gradient(to right, #D6EEEF, #E8F0D7);
}

#policy {
  background-image: url(images/policy_bg.jpg);
  background-size: 100% 100%;
  margin-top: -180px;
  padding-bottom: 90px;
}

.policy_img_box {
  position: relative;
}

img.policy_img {
  position: absolute;
  bottom: -100 !important;
}

.profile_inner {
  min-height: 1000px;
  padding-bottom: unset;
  position: relative;
  overflow: hidden;
  background-image: url(images/profile_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 80px;
}

#history th {
  color: #888;
  font-weight: 400;

}

.history {
  padding-top: 100px;
  padding-bottom: 160px;
  position: relative;
  min-height: 700px;
}

ul.profile_btn {
  display: flex;
  min-width: 60%;
  text-align: center;
  justify-content: space-evenly;
  margin: 0 auto;
  padding: 0;
}

ul.profile_btn li {
  list-style: none;
  width: 200px;
  background: white;
  height: 75px;
  border-left: 1px solid #83CDE2;
  border-right: 1px solid #E78AAE;
  background-image: url(images/angle_bottom.png);
  background-repeat: no-repeat;
  background-position: bottom 10px center;
  margin: 0 2px;
}

ul.profile_btn li a {
	font-weight: 400;
    font-size: 1em;
    line-height: 1.2em;
	letter-spacing: 2px;
	display: block;
	text-align: center;
	height: 100%;
	width: 100%;
	color:#000;
	padding-bottom: 0.75em;
}

ul.profile_btn li a:hover {
	opacity:0.8;
}

ul.profile_btn li::before,
ul.profile_btn li::after {
  content: "";
  display: block;
  height: 1px;
  background-image: linear-gradient(to right, #83CDE2, #E7D563, #E78AAE);
  margin-bottom: -2px;
}

ul.profile_btn li a:hover {
	background-image: linear-gradient(to right, #83CDE2, #E7D563, #E78AAE);
	color:#fff;
}

.bg_wh {
  position: relative;
  background-color: #fff;
  opacity: 0.9;
  padding: 36px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 200;
}

.num_logo {
  position: absolute;
  top: -25px;
  left: 24px;
  width: auto;
  height: 50px;
}

.txt_right h2 {
  text-align: right;
  margin-bottom: 20px;
}

/* is there an easier solution w less code? */
.num_right {
  position: absolute;
  top: -25px;
  /* right instead of left */
  right: 24px;
  width: auto;
  height: 50px;
}

.txt_left h2 {
  text-align: left;
  margin-bottom: 20px;
}

.features_img {
  width: 100%;
  height: auto;
}

.text_head2 {
  position: relative;
  height: 350px;
  top: 110px;
  text-align: center;
}

.back_text2 {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  font-size: 120px;
  font-weight: 900;
  color: #fff;
  opacity: 0.9;
  letter-spacing: 15px;
  margin: auto;
  width: 100%;
  height: auto;
}

.front_text2 {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 18%;
  font-size: 40px;
  letter-spacing: 5px;
  margin: auto;
  width: 100%;
  height: auto;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  /*rem算出をしやすくするために*/
}

.more_btn {
  text-align: center;
  width: 219px;
  height: auto;
  margin: 64px auto 0 auto;
  padding-bottom: 100px;
}

.more_btn #more_btn_box {
  fill: #fff;
  stroke-miterlimit: 10;
  stroke: url(#grad);
}

a #more_btn_box:hover {
  fill: url(#grad);
  opacity: 0.6;
}


.main_box4 {
  position: relative;
  text-align: center;
  margin: 40px 0 0 0;
  padding: 0;
}

.main_box4 .row {
  margin: 0 80px;
}

.main_box4 .col-lg-4 {
  padding: 3px !important;
}

.main_box4 img {
  width: 100%;
  height: auto;
}

.main_box4::after {
  content: unset;
  position: unset;
  bottom: unset;
  right: unset;
  border-bottom: unset;
  border-left: unset;
  padding-bottom: unset;
}

.col-lg-4 h1 {
  font-size: 40px;
  color: #000;
  opacity: 0.3;
  letter-spacing: 10px;
  font-weight: bold;
}

.col-lg-4 h2 {
  font-size: 29px;
  font-weight: 500;
}

.top_3_pics {
  width: 500px;
  height: 500px;
}

.gradient-line {
  background-image: linear-gradient(to right, #f9eec2, #f4d1de);
}

.triangle-vector {
  width: 100%;
  height: auto;
}

.main_box5 {
  margin-top: 10px;
  padding-top: 80px;
  position: relative;
  /* background-color: pink; */
  background-image: linear-gradient(to right, #f9eec2, #f4d1de);
	
}

.main_box5::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 998;
  border-top: 5vw solid #fcfcf7;
  border-right: 100vw solid transparent;
}

.news {
  height: 250px;
  position: relative;
  text-align: center;
  margin-top: 50px;
}

.news h1 {
  font-size: 115px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 18px;
}

.news p {

  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 17%;
  font-size: 40px;
}

ul.news_ul li.news_date {
  color: #686868;
}


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

.main_box5 li {
  width: 100%;
  height: auto;
  text-align: left;
  margin-bottom: 110px;
}

.date {
  color: grey;
  font-weight: 600;
  font-size: 25px;
  position: absolute;
  left: 3%;
  top: 34%;
}

.new_info:hover .date {
  color: white;
}

.text {
  position: absolute;
  left: 18%;
  top: 37%;
}

.arrow_btn {
  position: absolute;
    right: 3%;
    top: 50%;
    width: 15px;
    height: auto;
    transform: translateY(-50%);
}

.new_info {
  font-size: 18px;
  background-color: white;
  padding: 43px 630px;
  position: relative;
}

.gray .back_text2 {
  color: #dddddd;
}

.rainbow {
  /* width: 300px; */
  width: 200px;
  background: -moz-linear-gradient(50% 0% -90deg,
      rgba(135, 211, 232, 1) 0%,
      rgba(187, 211, 129, 1) 33%,
      rgba(247, 228, 148, 1) 66%,
      rgba(234, 178, 205, 1) 100%);
  background: -webkit-linear-gradient(-90deg,
      rgba(135, 211, 232, 1) 0%,
      rgba(187, 211, 129, 1) 33%,
      rgba(247, 228, 148, 1) 66%,
      rgba(234, 178, 205, 1) 100%);
  background: -webkit-gradient(linear,
      50% 0%,
      50% 100%,
      color-stop(0, rgba(135, 211, 232, 1)),
      color-stop(0.33, rgba(187, 211, 129, 1)),
      color-stop(0.66, rgba(247, 228, 148, 1)),
      color-stop(1, rgba(234, 178, 205, 1)));
  background: -o-linear-gradient(-90deg,
      rgba(135, 211, 232, 1) 0%,
      rgba(187, 211, 129, 1) 33%,
      rgba(247, 228, 148, 1) 66%,
      rgba(234, 178, 205, 1) 100%);
  background: -ms-linear-gradient(-90deg,
      rgba(135, 211, 232, 1) 0%,
      rgba(187, 211, 129, 1) 33%,
      rgba(247, 228, 148, 1) 66%,
      rgba(234, 178, 205, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#87D3E8', endColorstr='#EAB2CD' ,GradientType=0)";
  background: linear-gradient(180deg,
      rgba(135, 211, 232, 1) 0%,
      rgba(187, 211, 129, 1) 33%,
      rgba(247, 228, 148, 1) 66%,
      rgba(234, 178, 205, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87D3E8', endColorstr='#EAB2CD', GradientType=0);
	transition: 2.0s ;
}

.bg-white {
  margin-bottom: 20px;
  padding: 80px 0 80px 0;
  position: relative;
}

.bg-white ul {
  list-style-type: none;
}

.bg-white a {
  line-height: 20px;
}

.bg-white h2 {
  font-size: 16px;
}

.footer {
  height: 420px;
}

footer li,
a {
  line-height: 2.3em;
  color: #686868;
}

footer a:link {
  color: #686868;
}

.mw_wp_form_confirm #privacy{
  display: none !important;
}

.mw_wp_form_confirm .mwform-checkbox-field{
  display: none !important;
}
.mwform-checkbox-field .row{
  margin: 0 auto;
  width: 100%;
  align-items: center;
  justify-content: center;
}


.end-sec {
  font-size: 16px;
}

#contact p {
  line-height: 2;
}

.contact_main {
  height: 384px;
  background-image: url(images/contact_bg.jpg);
}

#contact textarea {
  width: 100%;
  border: none;
}

#contact a.reset-btn {
  background-color: #dddddd;
  display: block;
  width: 100%;
  font-size: 2em;
  text-align: center;
  color:#000;
}

#contact .post-inner {
  width: 60%;
  margin: 40px auto;

}

#contact [type=submit] {
  width: 100%;
  background-color: #21aede;
  color: #fff;
  font-size: 2em;
  border-radius:0;
}

#contact .mwform-checkbox-field {
  background-color: #f7eecb;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  font-size: 1.8em;
  padding: 24px;
  display: block;
  margin-bottom: 34px;
}

#contact .mwform-checkbox-field .error {
  position: absolute;
  width: 450px;
  left: 14px;
  top: 54px;
  font-size: 16px;
}
.sel-check .mwform-checkbox-field{
  padding: 0 !important;
}
.sel-text{
  padding: 0 !important;
  font-size: 16px;
  line-height: 1.8;
}


#contact .error {
  color: red;
  font-size: 16px;
}

img.contact-number {
  width: auto;
  height: 75px;
}

#contact table {
  background-color: transparent;
  font-size: 1.5em;
  border-collapse: separate;
  border-spacing: 5px;
  width: 100%;
  margin-bottom: 80px;
  table-layout: fixed;
}

#contact td,
th {
  background-color: #fff;
}

#contact th {
  padding: 24px;
  width: 30%;
}

#contact input {
  border: none;
  padding: 12px 16px;
	width:100%;
}
#contact .mwform-zip-field input {
	width:20%;
}
#contact .mwform-tel-field input {
	width:20%;
}
#contact select {
  border: none;
  width: 100%;
  height: auto;
  padding: 12px 0;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(images/angle_bottom.png);
  background-position: right 40px center;
  background-repeat: no-repeat;
}

#contact select::-ms-expand {
  display: none;
  /* デフォルトのスタイルを無効(IE用) */
}

.mw_wp_form_confirm .mwform-checkbox-field{
  display: none !important;
}



.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.pt-150 {
  padding-top: 150px !important;
}



@media (max-width: 1205px) {

	.navbar {
    	padding: 0;
	}
	.navbar-toggler {
		padding: 0;
	}
	.hum_menu {
    	width: 105px;
		padding: 20px;
	}
	.btn_hum {
		width: 50px;
	}
}





















@media (max-width: 767px) {
  .spnon {
    display: none;
  }

  #headerTop {
    width: 100%;
  }

  .scroll_btn {
    display: none;
  }

  .logo_top {
    width: 100px;
    height: auto;
    position: relative;
    background: none;
    padding: 12px 30px;
  }

  .hum_menu {
    width: 60px;
    height: auto;
    position: absolute;
    padding: 14px 28px;
    margin: 6px 6px 0 0;
    background-color: white;
    border-radius: 100%;
    top: 0px;
    right: 0px;
  }

  .btn_hum {
    width: 30px;
  }

  .contact_btn {
    display: none;
  }

  .back_text {
    font-size: 40px;
    letter-spacing: 8px;
  }

  .front_text {
    top: 25%;
    font-size: 15px;
  }

  .text_head {
    height: 80px;
  }

  .img_policy {
    width: 100%;
    height: auto;
    position: static;
  }

  .text_box {
    position: static;
    background-color: transparent;
    width: unset;
    padding: 0px 40px;
  }

  .text_box h1 {
    text-align: center;
    margin-right: 0px;
  }

  .text_box p {
    padding: 0px;
  }

  .text_head2 {
    top: 30px;
    height: 70px;
  }

  .back_text2 {
    font-size: 30px;
    letter-spacing: 6px;
  }

  .front_text2 {
    top: 18%;
    font-size: 14px;
  }

  .main_box2 {
    height: unset;
  }

  .bg_wh h2 {
    font-size: 14px;
  }

  .main_box3 {
    background-size: 330%;
  }

  .main_box3 .row {
    margin-top: 40px;
  }

  .main_box4 {
    height: auto;
  }

  .main_box4 .row {
    margin: 0px;
  }

  .main_box4 h1 {
    letter-spacing: 6px;
    font-size: 24px;
    padding-top: 8px;
  }

  .main_box4 h2 {
    letter-spacing: 2px;
    font-size: 14px;
  }

  .main_box5 {
    height: unset;
    padding-bottom: 50px;
  }

  .main_box5 ul {
    padding: 0px;
	  margin-bottom:40px;
  }

  .main_box5 li {
    margin-bottom: 40px;
  }

  .main_box5 a {
    padding: 16px 150px;
  }

  .news {
    margin: 50px 0;
    height: unset;
  }

  .news h1 {
    font-size: 50px;
    letter-spacing: 8px;
  }

  .news p {
    font-size: 24px;
    top: 25%;
    left: 36%;
  }

  .date {
    top: 0;
    left: 0;
    font-size: 12px;
    padding: 10px 0 0 10px;
  }

  .text {
    font-size: 12px;
    left: 3%;
    top: 55%;
  }

  .arrow_btn svg {
    width: 10px;
  }

  .bg-white {
    margin-bottom: unset;
    padding: 30px 0;
  }
  .end-sec p {
    font-size: 8px;
  }
	#contact .mwform-checkbox-field .error {
		width: 300px;
		 font-size: 10px;
    position: absolute;
   left: 20px;
    top: 30px;
		margin:0;
  }

  #contact .mwform-checkbox-field {
    padding: 24px 24px 10px 24px;
  }
  
  .sel-text {
    font-size: 14px;
    text-align: left;
  }
 

}

@media (min-width: 767px) and (max-width: 1024px) {
  .logo_top {
    width: 220px;
    height: auto;
    position: relative;
    background-color: white;
    padding: 14px 80px;
  }

  /*  .hum_menu {
    width: 220px;
    height: auto;
    position: relative;
    padding: 24px 80px;
    margin-left: 0px;
  }*/

  /* .contact_btn {
    padding: 10px 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    border: solid 2px #333;
    display: block;
    z-index: 998;
    font-size: 12px;
    width: 20%;
    height: auto;
  } */
	
	#contact .mwform-checkbox-field .error {
		margin-left: -70px;
  }	
	 /*.sel-text {
    font-size: 11px;
  }*/
	#contact input[type='checkbox']{
		margin-top:0;
	}
	#contact .mwform-checkbox-field .error{
		left: 86px;
		font-size:16px;
	}
	#contact .tabbl{
		display:block
	}

	#contact .mwform-checkbox-field{
    padding:16px 24px;
	}
	
	
}
