  /* =============================================================================
DESKTOP
========================================================================== */
.pad_top_header, .pad_top_header2 { padding-top: 100px; }
  .pad_top_header.shrink {padding-top: 100px;}
  .pad_top_header2.shrink {padding-top: 100px;}

.marg_top_header, .marg_top_header2 { margin-top: 100px; }
  .marg_top_header.shrink { margin-top: 100px;}
  .marg_top_header2.shrink { margin-top:  100px;}

.pos_top_header, .pos_top_header2 { top: 100px; }
.pos_top_header.shrink { top: 100px;}
.pos_top_header2.shrink { top: 100px;}

.header_top_desktop {
  ackground: #eee;
  ackground: rgba(255,255,255, 1);
  height: 100px;
  top: 0px;
  border-bottom: 0px solid transparent;
  background: rgba(255,255,255,.75);
  /*background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );*/
  backdrop-filter:  blur(20px);
  -webkit-backdrop-filter: blur(20px);

 /* -webkit-box-shadow: 0 70px 120px 40px rgba(0,0,0,.19);
  box-shadow: 0 70px 120px 40px rgba(0,0,0,.19);*/

}
  .header_top_desktop.shrink {
    height: 100px;
    background: rgba(255,255,255,.85);
    backdrop-filter:  blur(20px);
     border-bottom: 0px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
.header_center {
  text-align: left;
}
  .header_center nav {
    position: relative;
    z-index: 100;
    width: 100%;
  }
/* =============================================================================
   EXTRA
   ========================================================================== */
.header_extra_wrapper{
}
  .header_extra_wrapper *{
    letter-spacing: 0px;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
.header_city{
}
/* =============================================================================
   LOGO
   ========================================================================== */
.header_logo_wrapper{
  width: 290px;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
  .header_logo_wrapper .header_logo{
    eight: auto;
    argin-top: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
.header_top_desktop.shrink .header_logo_wrapper{}
.header_top_desktop.shrink .header_logo_wrapper .header_logo{}
/* =============================================================================
   FOR ALERTS
   ========================================================================== */
.header_spacer_normal{
}
.header_spacer_alert{
}


/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {
  .header_logo_wrapper{
    margin-right: 80px;
  }
}
@media screen and (max-width: 979px) {
  .pad_top_header { padding-top: 60px; }
  .marg_top_header { margin-top: 60px; }
  .pad_top_header.shrink {padding-top: 60px;}
  .marg_top_header.shrink { margin-top: 60px;}
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
 NAV
 ========================================================================== */
.header_nav1 ul {
  margin-top: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
  .header_top_desktop.shrink .header_nav1 ul {
      margin-top: 0px;   
  }
.header_nav1 .nav_item{
  margin: 0px 10px;
  border: 0;
}
  .header_nav1 .nav_item.highlight{
    background: #006173;
    border-radius: 3px;
  }
  
  .header_nav1 .nav_item:hover{
   
  }
  .header_nav1 .nav_item.highlight:hover{
    background: #006173;
  }
  .header_nav1 .nav_item:hover h5{ 
    color: #006173;
  }
  .header_nav1 .nav_item.highlight:hover h5{ 
    color: #fff;
  }
  .header_nav1 .nav_item a{
    padding: 8px 10px;
  }    
    .header_nav1 .nav_item a h5{
      font-size: 16px;
      margin: 0;
      color: #143534;
      font-weight: 700;
      font-family: 'Noto Sans JP', sans-serif;
      letter-spacing: 1px;
    }

.header_nav1 .nav_active { 

}
  .header_nav1 .nav_item.nav_active a h5{
   color: #006173;
  }

.header_extra_wrapper .header_nav1 .nav_item a h5{
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 10px;
}

 /* =============================================================================
   DROPDOWN MENU
   ========================================================================== */
.header_nav1 .nav_dropdown_menu{
  background: #fff;
  min-width: 0px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.header_nav1 .nav_dropdown_item{
}
  .header_nav1 .nav_dropdown_item a{
    padding: 10px 0;
    display: block;
  }
  .header_nav1 .nav_dropdown_item a:hover h6{
    color: #fff;
    text-shadow: 0 0 0 transparent;
  }
  .header_nav1 .nav_dropdown_item:hover{
    background: #ffc408;
  }
.header_nav1 .nav_dropdown_text{ 
  color: #444;
  font-size: 14px;
  font-weight: 500;
}
 
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   FOOTER Social
   ========================================================================== */
.header_social_wrapper1{
}
	.header_social_wrapper1 .header_social_content{
	}
	.header_social_wrapper1 .header_social_icon{  
	}
		.header_social_wrapper1 .header_social_icon svg{
		}
		.header_social_wrapper1 .header_social_icon .SI_solid{
			fill: #222;
		}
		.header_social_wrapper1 .header_social_icon .SI_stroke{
			stroke: #222;
		}
		.header_social_wrapper1 .header_social_icon .SI_void{}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   WRAPPERS
   ========================================================================== */
#mobile_header1.mobile{
}
#mobile_header1.header_top_mobile{
  background: #fff;
}
#mobile_header1 #mobile_menu_back {
  background: #fff;
}
#mobile_header1 #mobile_menu_wrap {
}
/* =============================================================================
   NAV
   ========================================================================== */
#mobile_header1 #mobile_menu {
  background: #fff;
}
  #mobile_header1 .bttn_mobile_menu:hover {
  }
  #mobile_header1 .bttn_mobile_menu svg{
  }
  #mobile_header1 .bttn_mobile_menu .icon_solid{
    fill: #000;
  }
#mobile_header1 .nav_item{
}
  #mobile_header1 .nav_item .a{
    padding-top: 18px;
  }
  #mobile_header1 .mob_sub_menu_indicator {
    background: #006173;
  }
  #mobile_header1 .nav_item .label{
    color: #143534;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
  }
    #mobile_header1 .nav_item > .a:hover{
    }
    #mobile_header1 .nav_item > .a:hover .label{ 
    }
#mobile_header1 .nav_active {
}
#mobile_header1 .nav_active .mob_sub_menu_indicator{
  background: #006173;
}
#mobile_header1 .menu{
}

/* =============================================================================
   SUB MENU
   ========================================================================== */
#mobile_header1 .mob_sub_menu_back {
}
#mobile_header1 .mob_sub_menu {
  background: #222;
}
#mobile_header1 .mob_sub_menu .menu{
}
#mobile_header1 .mob_sub_menu .sub_menu_item{
}
  #mobile_header1 .mob_sub_menu .sub_menu_item a{
  }
  #mobile_header1 .mob_sub_menu .sub_menu_item a .sub_menu_label{
    font-family: 'Roboto', sans-serif;
    color: #fff;
  }
  #mobile_header1 .mob_sub_menu .sub_menu_item a:hover .sub_menu_label{
  }
  #mobile_header1 .mob_sub_menu .sub_menu_item:hover{
  }
#mobile_header1 .sub_menu_label{ 
}


.sub_menu_close svg{
  }
  .sub_menu_close .icon_solid{
  }
  .sub_menu_close .icon_stroke{
  }
  .sub_menu_close .icon_void{
  }
    .sub_menu_close:hover .icon_solid{
    }
    .sub_menu_close:hover .icon_stroke{
    }
/* =============================================================================
   MENU BTTN
   ========================================================================== */
#mobile_header1 .bttn_mobile_menu {
}
  #mobile_header1 .bttn_mobile_menu:hover {
  }
  #mobile_header1 .bttn_mobile_menu svg{
  }
  #mobile_header1 .bttn_mobile_menu .icon_solid{
  }
  #mobile_header1 .bttn_mobile_menu .icon_stroke{
  }
#mobile_header1 .bttn_mobile_menu_active{
}
  #mobile_header1 .bttn_mobile_menu_active .icon_solid{
  }
  #mobile_header1 .bttn_mobile_menu_active .icon_stroke{
  }
  #mobile_header1 .bttn_mobile_menu .icon_void{
  }

/* =============================================================================
   LOGO
   ========================================================================== */
#mobile_header1 .mobile_header_logo_wrapper{
  padding: 10px 0;
  height: 40px;
}
#mobile_header1 .mobile_header_logo_wrapper .header_logo{
}


/* =============================================================================
   FOR ALERTS
   ========================================================================== */
.header_spacer_normal{
}
.header_spacer_alert{
}


/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   NAV
   ========================================================================== */
#mobile_menu {
}
.mobile_menu_item{
	padding-top: 10px;
	padding-bottom: 10px;
}
.mobile_menu_item h5{
	color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
  .mobile_menu_item:hover {
    background: #fff;
  }
    .mobile_menu_item:hover *{
      color: #006838;
    }
.mobile_menu_item_active {
    border-right: 4px solid #1a88e2 !important;
}
.mobile_menu_item_active h5 {
    color: #006838;
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   SIDE Social1
   ========================================================================== */
.mobile_social_wrapper1{
}
	.mobile_social_wrapper1 .header_social_content{
	}
		.mobile_social_wrapper1 .header_social_content:last-of-type{
		}
	.mobile_social_wrapper1 .header_social_icon{  
	}
		.mobile_social_wrapper1 .header_social_icon svg{
		}
		.mobile_social_wrapper1 .header_social_icon .SI_solid{
			fill: #222;
		}
		.mobile_social_wrapper1 .header_social_icon .SI_stroke{
			stroke: #222;
		}
		.mobile_social_wrapper1 .header_social_icon .SI_void{
		}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   SIDE Social2
   ========================================================================== */
.mobile_social_wrapper2{
}
	.mobile_social_wrapper2 .header_social_content{
	}
	  .mobile_social_wrapper2 .header_social_content:last-of-type{
	  }
	.mobile_social_wrapper2 .header_social_icon{
	}
		.mobile_social_wrapper2 .header_social_icon svg{
		}
		.mobile_social_wrapper2 .header_social_icon .SI_solid{
			fill: #222;
		}
		.mobile_social_wrapper2 .header_social_icon .SI_stroke{
			stroke: #222;
		}
		.mobile_social_wrapper2 .header_social_icon .SI_void{
		}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   FOOTER
   ========================================================================== */
.footer1{
	background: #006173;
	color: #fff;
	border-top: 1px solid #006c81;
}
#footer_nav{
	width: 70%;
	margin-right: 30%;
	text-align: center;
}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   EXTRA
   ========================================================================== */  
.footer_extra p{
	color: #eee;
}
.company_stamp {
}
.copyright{
}
.footer_signin {
}
  .footer_signin a {
  	color: #eee;  
  }
.fiveone_stamp {
}
  .fiveone_stamp a{
  	color: #eee;
    text-decoration: none;
  }
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 979px) {	
}
@media screen and (max-width: 859px) {	
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 640px) { 
}
@media screen and (max-width: 479px) {	
}/* =============================================================================
   FOOTER NAV
   ========================================================================== */  
.footer_nav_item{
}
  .footer_nav_item h6{
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
  }
    .footer_nav_item:hover h6{
      color: #eee;
    }
  .footer_nav_item:hover, .footer_nav_active{
    border-bottom: 1px solid #006838;
  }
.footer_nav_active h6{
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   FOOTER ORG HRS
   ========================================================================== */
.footer_org_hrs_wrapper {
}
	.footer_org_hrs_wrapper p{
	}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   FOOTER Social
   ========================================================================== */
.footer_social1 .footer_social_item { 
}
	.footer_social1 .footer_social_item a > *{ 
		color: #fff;
	}
.footer_social1 .footer_social_icon{
}
	.footer_social1 .footer_social_icon svg{
	}
	.footer_social1 .footer_social_icon .SI_solid{
		fill: #fff;
	}
	.footer_social1 .footer_social_icon .SI_stroke{
		stroke: #fff;
	}
	.footer_social1 .footer_social_icon .SI_void{}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}.slickSlider1_wrapper{
  max-width: 100%;
  height: 500px;
  height: 100vh;
  background: #fff;
}.form_section_wrapper{
}
.form_section_title{ 
}
/* =============================================================================
  Checkbox LIST
   ========================================================================== */
.checkbox_item{
}
.checkbox_item:hover{ 
}
  .checkbox_item label{
  }
    .checkbox_item label h5{
    }
  .checkbox_item input[type='checkbox']{
  }
.item_active{ 
  background: #e4b130 !important;
}
.item_active label h5{ 
  color: #fff !important;
}

/* =============================================================================
   SWITCH
   ========================================================================== */
.checkbox_switch h5{
}
.checkSwitch {
}
.checkSwitch input {
}
.checkSwitchInner {
}
.checkSwitch.on .checkSwitchInner {
}
.checkSwitch.on{
  background: #e4b130; /*Gold*/
}
  .checkSwitch.on:hover .checkSwitchInner {
    background: #edba48; /* Lighter Gold*/
  }
  .checkSwitch.off:hover .checkSwitchInner {
    background: #ddd;
  }
.checkSwitchOn, .checkSwitchOff, .checkSwitchHandle {
}
.checkSwitchOn, .checkSwitchOff {
}
.checkSwitchOn {
}
.checkSwitchOff {
}
.checkSwitchHandle {
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 859px) {	
}
@media screen and (max-width: 767px) {	
}
@media screen and (max-width: 640px) {	
}
@media screen and (max-width: 479px) {
}/* =============================================================================
   WRAPPERS
   ========================================================================== */
.wmuSlider3_wrapper{
	display: block;
  width: 100%;
	max-width: 100%;
	eight: 235px;
  height: auto;
	overflow: hidden;
}
  .wmuSlider3_wrapper.has_testimonial_photo{
    eight: 210px;
    height: auto;
  }
.wmuSlider3{
	position: relative;
}
/* =============================================================================
   SLIDING ITEMS
   ========================================================================== */
.sliding_item {
	position: relative;
}
/* =============================================================================
   SPRITES
   ========================================================================== */
.wmuSlider3 .wmuSliderPrev, .wmuSlider3 .wmuSliderNext {
    position: absolute;
    width: 40px;
    height: 40px;
    text-indent: -9999px;   
    top: 50%;
    margin-top: -20px;
    z-index: 2;
    cursor: pointer;
}
.wmuSlider3 .wmuSliderPrev {
    background-position: 100% 0;
    background: url('../img/sprite_left.png') no-repeat 0 0;
    background-size: contain;
    left: 20px;
}
.wmuSlider3 .wmuSliderNext {
    right: 20px;
    background: url('../img/sprite_right.png') no-repeat 0 0;
    background-size: contain;
}
/* =============================================================================
   TESTIMONIALS FORMATTING ONLY
   ========================================================================== */
.wmuSlider3 article {
  height: 335px;
  height: auto;
  min-height: 130px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  /*border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;*/
  padding: 10px 70px;
  ackground: #0e2e44;
  ackground: rgba(37,48,58,.8);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  background: #f2f4f2;
  padding: 0;
}
  .wmuSlider3 article.has_testimonial_photo{
    height: 310px;
    height: auto;
    min-height: 170px;
  }

.testimonial_picture_wrap{
  width: 25%;
  padding-bottom: 25%;
  margin-bottom: -25%;
  float: none;
  position: relative;
  overflow: hidden;
  display: inline-block;  
  vertical-align: middle;
}
.testimonial_picture_wrap_inner{
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 225px;
  height: 225px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  order: 10px solid #5088e0;
}
.testimonial_picture{
  width: 100%;
  padding-bottom: 100%;
  display: block;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  perspective: 1px; /* to fix bug in chrome for border radius */
}
.testimonial_picture_frame{}
.testimonial_text_wrap{
  text-align: center;
  float: none;
  padding: 20px;
  width: 75%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;  
  vertical-align: middle;
}
.testimonial_text{
  display: table-cell;
  vertical-align: middle;
  color: #000;
}
.testimonial_message{
  display: block;
}
.testimonial_author{
  display: block;
  margin-top: 10px;
  font-style: italic;
  text-align: right;
  font-size: 1.2em;
  color: #000;
}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {
  .testimonial_picture_wrap_inner{
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 979px) {
  .testimonial_picture_wrap_inner{
    border: 8px solid #5088e0;
  }
  .wmuSlider3 article.has_testimonial_photo{
    min-height: 400px;
  }
}
@media screen and (max-width: 859px) {
  .testimonial_picture_wrap{
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: -100%;
  }
  
  .testimonial_text_wrap{
    float: left;
    padding: 20px;
    width: 100%;
  }
  .wmuSlider3 article.has_testimonial_photo {
      eight: 400px;
  }
  .wmuSlider3 article {
      eight: 335px;
      padding: 10px;
  }
  .testimonial_picture_wrap_inner{
    width: 150px;
    height: 150px;
    margin: auto;
  }
  .testimonial_picture{
    width: 134px;
    padding-bottom: 134px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   LIST
   ========================================================================== */
.faq1_list{
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  overflow: hidden;
}
  .faq1_list div > li{
    color: #000;
  }
  .faq1_list .faq_q_wrapper{
    background: transparent;
    padding: 10px 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
    .faq1_list .faq_q_wrapper:hover{
      background: rgba(240,240,240, .25);
      background: transparent;
    }
    .faq1_list .faq_q_wrapper .h4{
      color: #006173;
      text-align: center;
      font-size: 20px;

    }
  .faq1_list .faq_a_wrapper{
    background: transparent;
  }
  .faq1_list .faq_a{}



.faq1_list .faq_cat_title_wrapper{
  cursor: pointer;
  padding-left: 20px;
}
.faq1_list .faq_cat_title_wrapper h3{
  font-weight: normal;
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
.faq1_list .faq_cat_wrapper{
  background: #f9f9f9;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 5px;
}
.faq1_list .faq_cat_wrapper *{
  color: #333;
}
.faq1_list .faq_cat_wrapper:nth-of-type(2n){
  background: #f3f3f3;
}
  .faq1_list .faq_cat_wrapper:hover{
    opacity: .9;
  }
  .faq1_list .faq_cat_wrapper:hover .faq_cat_title_wrapper > *{
    color: #006173;
  }
.faq1_list .faq_cat_items_wrapper{
  display: none;
}
  .faq1_list .faq_cat_items_wrapper li{
    padding-left: 30px;
  }
.faq1_list .faq1_arrow{
  ackground: url('img/option_arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 979px) {  
}
@media screen and (max-width: 859px) {  
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 479px) {  
}