/*
Theme Name: Lightning Child KgKiHou
Theme URI: 
Template: lightning
Description: 
Author: ★ PCWeb ★
Tags: 
Version: 0.1.1
*/

/* ヘッダートップ ------------ */
#header-top a {
  background: url(https://komonbengoshi-kigyouhoumu.com/media/icon01.gif) no-repeat 3px 5px;
}
#media_image-2 {
  margin: 20px 20px 20px 0;
}
#vkexunit_banner-15 {
  margin: 20px 0 20px 0;
}

/* ヘッダーナビ ------------ */
#global-nav {
  background: -webkit-linear-gradient(top, #9ED1E8 0%, #4376BA 100%);
  background: linear-gradient(to bottom, #9ED1E8 0%, #4376BA 100%);
  border-top: solid 1px #002F57;
  border-bottom: solid 1px #002F57;
}
#global-nav ul.global-nav-list li {
  border-right: solid 1px #002F57;
}
#global-nav ul.global-nav-list li:first-child {
  border-left: solid 1px #002F57;
}
ul.global-nav-list li a {
  color: #fff !important;
  font-size: 1em !important;
}
ul.global-nav-list li a:hover {
  color: #fff !important;
}
.global-nav-list>li span.global-nav-description {
  color: #fff !important;
  font-size: 12px;
  line-height: 120%;
}
.header_scrolled #global-nav {
  background: -webkit-linear-gradient(top, #9ED1E8 0%, #4376BA 100%);
  background: linear-gradient(to bottom, #9ED1E8 0%, #4376BA 100%);
  border-top: solid 1px #002F57;
  border-bottom: solid 1px #002F57;
}

.top-main-contents {
  padding:0 0 10px 10px;
}

/* 大見出し ------------ */
.mainSection-title,
h2 {
  border-top:none !important;
  border-bottom:none !important;
  padding: 7px 10px 7px 20px;
  background: -webkit-linear-gradient(top, #000 0%, #666 100%);
  background: linear-gradient(to bottom, #000 0%, #666 100%);
  color:#FFF;
  line-height: 1.5em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  border-radius: 3px;
}

/* 見出し ------------ */
.komon_h3 {
  display: block;
  margin: 20px 20px 20px 10px;
  padding: 5px 0 5px 10px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  line-height: 20px;
  border-bottom: #ccc 2px solid;
}
.komon_h4 {
  display: block;
  margin: 30px 10px 10px 10px;
  padding: 8px 0 5px 10px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  line-height: 20px;
  border: #3399FF 1px solid;
  border-radius: 5px;
  background: #D2F4FA;
}
.komon_h4-1 {
  display: block;
  margin: 10px;
  padding: 8px 0 5px 10px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  line-height: 20px;
  border: #3399FF 1px solid;
  border-radius: 5px;
  background: #D2F4FA;
}
@media (max-width: 991px) {
  .komon_h3 {
    display: block;
    margin: 20px 0 20px 0;
    padding: 5px 0 5px 10px;
  }
  .komon_h4 {
    display: block;
    margin: 30px 0 10px 0;
    padding: 8px 0 5px 10px;
  }
  .komon_h4-1 {
    display: block;
    margin: 10px 0;
    padding: 8px 0 5px 10px;
  }
}

/* 共通 ------------ */
.content-box02 {
  display: block;
  margin: 0 0 20px 5px;
  padding: 20px;
  border: solid 1px #666600;
  background: #FFF;
}
.content-box03 {
  display: block;
  margin: 0 0 20px 5px;
  padding: 20px 15px;
  border: solid 1px #666;
  background: #FFF;
}
p.komon_p {
  margin: 20px 15px 20px 15px;
}
.img-l {
  float: left;
  margin: 0 10px 0 0;
  padding: 2px;
  border: solid 1px #CCC;
}
.img-r {
  float: right;
  margin: 0 10px 0 10px;
  padding: 1px;
}
.img-r2 {
  float: right;
  margin: 0 10px 10px 10px;
  padding: 5px;
  border: solid 1px #CCC;
  background: #FFF;
}
.img-r3 {
  float: right;
  margin: 10px;
  padding: 5px;
  border: solid 1px #CCC;
  background: #FFF;
}
.link-shosai-r {
  float: right;
  margin: 0 10px 0 10px;
  padding: 1px;
}
@media (max-width: 991px) {
  .content-box02 {
    display: block;
    margin: 0 0 20px 0;
    padding: 20px 10px;
  }
  .content-box03 {
    display: block;
    margin: 0 0 20px 0;
    padding: 20px 5px;
  }
  p.komon_p {
    margin: 20px 10px 20px 10px;
  }
}
/* モバイルで飾り画像非表示 */
@media (max-width: 991px) {
  .img-r2 {
    display: none;
  }
}

/* 文字サイズ指定 ------------ */
p.font-s {
	font-size: 13px;
	line-height: 18px;
}
p.font-ss {
	font-size: 12px;
	line-height: 18px;
}

/* 文字色指定 ------------ */
.b-red {
  color: #FF0000;
  font-weight: bold;
}
.b-red a {
  color: #FF0000;
  font-weight: bold;
  text-decoration: none;
}

/* 注意書き ------------ */
dl.notice {
  margin-top: 5px;
}
dl.notice dt{
  margin: 0;
}
dl.notice dd{
  margin: -25px 20px 5px 25px;
  line-height: 25px;
}
dl.notice2 {
  margin: 5px 0 0 15px;
}
dl.notice2 dt {
  margin: 0;
}
dl.notice2 dd {
  margin: -22px 20px 5px 20px;
  line-height: 25px;
}

/* 補足（☆）指定 ------------ */
dl.hosi{
  margin: 5px 0 5px 20px;
}
dl.hosi dt {
  margin: 0;
}
dl.hosi dd {
  margin: -20px 20px 5px 20px;
  line-height: 25px;
}

/* TOP選ばれる理由 ------------ */
#feature h3.ea-header {
  display: block;
  margin: 0;
  padding: 6px 10px 6px 10px;	
  background: -webkit-linear-gradient(top, #CCFFFF 0%, #8EC1FF 100%);
  background: linear-gradient(to bottom, #CCFFFF 0%, #8EC1FF 100%);
  border-radius: 3px;
  border: 1px #6699FF solid;
  color: #000;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}
.ea-card {
  margin-bottom: 20px !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
  padding: 6px 10px 6px 10px !important;
}
.sp-easy-accordion .sp-ea-single .ea-header a {
  font-size: 18px !important;
  line-height: 20px;
}
#sp-ea-150.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon {
  float: right !important;
  background: #fff;
}

/* TOP取扱業務 ------------ */
#services h3.service_h3 {
  display: block;
  margin: 0 !important;
  padding: 10px 5px 10px 15px;
  background: #333;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}
#services .card-body {
  margin: -40px 0 -24px 0 !important;
  padding: 0 !important;
}

/* KH CTA ------------ */
.kh-contact-nav-box {
  display: block;
  margin: 0 0 20px 0;
  padding: 20px 10px 20px 10px;
  background:#EFEFEF;
  border-radius: 3px;
  border: 1px #CCC solid;
}
#kh-contact-nav h3.contact-logo {
  margin: 10px 0 20px 20px;
}	
#kh-contact-nav p.contact-address {
  margin-left: 20px;  
  color: #000;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  line-height: 20px;
}
#kh-contact-nav #m-g-map {
  display: block;
  max-width: 300px;
  max-height: 172px;
  margin: 10px 20px 20px 20px;
  text-align: center;
  border: #ccc 1px solid;
}

/* CTA（モバイル用） */
.m-contact-nav-box {
  display: block;
  height: auto;
  min-height: 170px;
  margin:0 15px 0 20px;
  padding: 20px 10px 0 10px;
  text-align: center;
  border: solid 1px #CCC;
  background: #EFEFEF;
}
#m-contact-nav p.m-contact-address {
  margin: 0 0 20px 0;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  line-height: 22px;
}
#mcta-g-map .mcta-g-map {
  display: block;
  width: 300px;
  height: 170px;
  margin: 10px 0;
  border: #666666 1px solid;
}

/* ０２取扱業務 ------------ */
.veu_childPage_list {
  margin-bottom: 30px;
}
.childPage_list_box_inner {
  background: #F2F2F2;
}
h3.childPage_list_title.veu_card_title {
  border-bottom: 2px solid #CCC !important;
}

/* ０２取扱業務 子ページ ------------ */
ul.gyoumu {
  margin: 5px 0 20px 15px;
  padding: 2px 5px 2px 10px;
  font-weight: normal;
  text-align: left;
}
ul.gyoumu li {
  display: block;
  margin: 0;
  padding: 2px 5px 2px 15px;
  background: url(https://komonbengoshi-kigyouhoumu.com//media/icon01.gif) no-repeat 0 9px;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  line-height: 25px;
}
@media (max-width: 991px) {
  ul.gyoumu {
    margin: 5px 0 20px 0;
    padding: 2px 5px 2px 10px;
  }
}
dl.kh-qa {
  margin: 20px 20px 30px 20px;
}
dl.kh-qa dt.qa-q {
  width: 30px;
  margin-bottom: 10px;
  color: #0099FF;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
}
dl.kh-qa dt.qa-a {
  width: 30px;
  color: #FF6600;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
}
dl.kh-qa dd.qa-q {
  margin: -35px 0 10px 40px;
  color: #0099FF;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
}
dl.kh-qa dd.qa-a {
  margin: -35px 0 0 40px;
  color: #000;
  font-size: 16px;
  line-height: 25px;
}
dl.kh-qa dd.qa-a p {
  margin: 0 0 10px 0;
  color: #000;
  font-size: 16px;
  line-height: 25px;
}

/* ０２５契約書の作成・チェック ------------ */
.graybox {
  display: block;
  margin: 10px;
  padding: 10px;
  color: #000;
  border-radius: 3px;
  border: 2px #CCC solid;
  background: #EFEFEF;
}
ul.point {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-align: left;
}
ul.point li {
  display: block;
  margin: 0;
  padding: 2px 5px 2px 15px;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  line-height: 28px;
}
@media (max-width: 991px) {
  .graybox {
    display: block;
    margin: 10px 0;
    padding: 10px;
  }
  ul.point li {
    display: block;
    margin: 0;
    padding: 2px 5px 2px 5px;
  }
}

/* ０２７独占禁止法・下請法 ------------ */
h5.kisei {
  margin: 20px 20px 10px 15px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}

/* ０２８事業承継 ------------ */
h5.suc_h5 {
  margin: 20px 20px 10px 15px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}

/* ０３事務所案内 ------------ */
.komon_h3-1 {
  display: block;
  margin: 20px 0 20px 0;
  padding: 5px 0 5px 10px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  line-height: 20px;
  border-bottom: #ccc 2px solid;
}
.imgbox-r {
  display: block;
  float: right;
  margin: 0 0 0 20px;
  padding: 1px;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

/* ０４弁護士紹介 ------------ */
dl.keireki {
  margin-top: 5px;
}
dl.keireki dt{
  margin: 0;
}
dl.keireki dd{
  margin: -25px 20px 5px 90px;
  line-height: 25px;
}

/* ０５解決事例 ------------ */
#jirei h3 {
  display: block;
  margin: 10px 0 10px 5px;
  padding: 10px 0 10px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  line-height: 22px;
  border: #003366 1px solid;
  border-radius: 5px;
  background: #6699CC;
}
#jirei h4 {
  display: block;
  margin: 20px 10px 20px 10px;
  padding: 5px 0 5px 10px;
  color: #003366;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  line-height: 20px;
	border-radius: 0;
  background: #FFF;
  border-bottom: #003366 1px solid;
}
#jirei p {
  margin: 0 10px 0 20px;
}
.inner-box {
  display: block;
  margin: 20px 5px 20px 5px;
  padding: 10px;
  text-align: left;
  border: #ccc 1px solid;
  border-radius: 5px;
  background: #FAFAFA;
}

/* ０６お客様の声 ------------ */
.img-r5 {
  float: right;
  margin: 5px 0 5px 10px;
  padding: 1px;
}
#voice h3 {
  display: block;
  margin: 10px 0 10px 5px;
  padding: 10px 0 10px 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  line-height: 22px;
  border: #003366 1px solid;
  border-radius: 5px;
  background: #6699CC;
}
#voice h4 {
  display: block;
  margin: 10px;
  padding: 0x;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  background-color: inherit;
}
#voice h5 {
  margin: 10px 0 0 10px;
  padding: 0x;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
}
#voice dl.voice-qa {
  margin: 20px;
}
#voice dl.voice-qa dt.qa-q {
  width: 30px;
  color: #006666;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
}
#voice dl.voice-qa dt.qa-a {
  width: 30px;
  color: #FF0000;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
}
#voice dl.voice-qa dd {
  margin: -30px 0 10px 30px;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
}
#voice p {
  margin: 5px 10px 10px 20px;
}
#voice p.bottom {
  margin: 30px 10px 0 15px;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
}
.voice-graybox {
  display: block;
  margin: 20px 10px 10px 5px;
  padding: 10px 15px 10px 15px;
  color: #000;
  border-radius: 3px;
  border: 2px #CCC solid;
  background: #e5e5e5;
}
.voice-imgbox-r {
  display: block;
  float: right;
  margin: 0 5px 0 10px;
  padding: 1px;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
dl.customer {
  margin: 5px 0 0 10px;
}
dl.customer dt {
  width: 100px;
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 25px;
}
dl.customer dd {
  margin: -25px 20px 5px 80px;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 25px;
}

/* ０７弁護士費用 */
div.tooltip{
  display: inline-block;
  color: #000;
  border-bottom:dashed 1px #555;
}
div.tooltip02{
  display: inline-block;
  margin: -20px 0 0 0;
  padding: 0;
  color: #000;
  border-bottom:dashed 1px #555;
}
div.tooltip03{
  display: inline-block;
  padding: 0;
  color: #000;
  border-bottom:dashed 1px #555;
}
/* ツールチップ部分を隠す */
div.tooltip span,
div.tooltip02 span,
div.tooltip03 span {
  display: none;
}
/* マウスオーバー */
div.tooltip:hover,
div.tooltip02:hover,
div.tooltip03:hover {
  position: relative;
  color: #000;
  background: #ccffcc;
}
/* マウスオーバー時にツールチップを表示 */
div.tooltip:hover span,
div.tooltip02:hover span {
  display: block;
  position: absolute;
  bottom: 30px;
  width: 205px;
  padding: 15px;
  font-size: 15px;
  color: #000;
  font-weight: normal;
  background-color: #ccff99;
  border-radius:5px;
  z-index:100;
}
div.tooltip03:hover span {
  display: block;
  position: absolute;
  bottom: 30px;
  left:-70px;
  width: 205px;
  padding: 15px;
  font-size: 15px;
  color: #000;
  font-weight: normal;
  background-color: #ccff99;
  border-radius:5px;
  z-index:100;
}
/* フキダシ部分を作成 */
div.tooltip span:before,
div.tooltip02 span:before {
  content:''; 
  display:block; 
  position:absolute;
  bottom:-15px; 
  left:15px;
  width:0; 
  height:0;
  border:13px transparent solid; 
  border-left-width:0; 
  border-right-color:#ccff99; 
  transform:rotate(270deg);
  -webkit-transform:rotate(270deg);
  -o-transform:rotate(270deg);
  z-index:100;
}
div.tooltip03 span:before{
  content:''; 
  display:block; 
  position:absolute;
  bottom:-15px; 
  left:70px;
  width:0; 
  height:0;
  border:13px transparent solid; 
  border-left-width:0; 
  border-right-color:#ccff99; 
  transform:rotate(270deg);
  -webkit-transform:rotate(270deg);
  -o-transform:rotate(270deg);
  z-index:100;
}

/* ０８顧問料金 ------------ */
h3.fee_h3 {
  display: block;
  margin: 10px 0 10px 5px;
  padding: 10px 0 10px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  line-height: 20px;
  border: #003366 1px solid;
  border-radius: 5px;
  background: #6699CC;
}
h4.fee_h4 {
  display: block;
  margin: 30px 10px 20px 0;
  padding: 5px 0 5px 5px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  line-height: 20px;
  border-bottom: #ccc 2px solid;
}
h4.fee_h4-1 {
  display: block;
  margin: 0 10px 20px 0;
  padding: 5px 0 5px 5px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  line-height: 20px;
  border-bottom: #ccc 2px solid;
}
dl.fee_dl {
  margin: 20px 0 10px 10px;
}
dl.fee_dl dt {
  color: #006666;
  font-weight:bold;
  font-size:16px;
  line-height: 20px;
}
dl.fee_dl dd{
  margin: 0 0 20px 0;
  color: #333;
  font-size:16px;
  line-height: 20px;
}
dl.fee_dl dd a {
  color: #0000CC;
  font-size: 16px;
  text-decoration: underline;
}

/* １１顧問弁護士の活用例 ------------ */
h3.katsuyou_h3 {
  display: block;
  margin: 5px 0 0 0;
  padding: 6px 10px 6px 10px;	
  background: -webkit-linear-gradient(top, #CCFFFF 0%, #8EC1FF 100%);
  background: linear-gradient(to bottom, #CCFFFF 0%, #8EC1FF 100%);
  border-radius: 3px;
  border: 1px #6699FF solid;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}
.blue_num {
  padding: 3px 6px;
  color: #0066FF;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  background:#FFF;
}

/* サイドバーの幅指定 */
.sub-section .sub-section--col--two {
  display: block;
  max-width: 250px;
  margin: 0;
}

/* サイドメニューのカスタマイズ */
.menu-sidemenu-container {
  margin-top: 20px;
  padding: 10px 5px 10px 5px;
  background: #fff;
  border: #ccc 1px solid;
  border-radius: 5px;
}
.widget_nav_menu .menu-item {
  border:none !important;
  background-color: #fff;
  position: relative;
  padding-left: 13px;
  line-height: 1.6;
  font-size: 16px;
}
.widget_nav_menu .menu-item a {
  color: #000;
  text-decoration: none !important;
}
.widget_nav_menu .menu-item a:hover {
  background-color: #eee !important;
}
.widget_nav_menu .menu-item:before {
  position: absolute;
  font-size: 20px;
  left: 10px;
  top: 8px;
  color: #78ad30;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: bold;
}
.widget_nav_menu .menu-item:after { border:none; }

.widget_nav_menu .sub-menu li {
  border: none !important;
  background-color: #fff;
}
.widget_nav_menu .sub-menu .menu-item a {
  margin-left: -20px;
  padding-left: 30px;
  color:#000;
  text-decoration: none !important;
}
.widget_nav_menu .sub-menu .menu-item a:hover {
  color: #000;
  background-color: #eee !important;
}
.widget_nav_menu .sub-menu .menu-item:before {
  color: #fff;
}

/* サイドバー取扱業務 ------------ */
#nav_menu-2 h4.widget-title.sub-section-title {
  border-top:none !important;
  border-bottom: none !important;
  margin-bottom: -15px;
  padding: 10px 10px 10px 20px;
  background: -webkit-linear-gradient(top, #000 0%, #666 100%);
  background: linear-gradient(to bottom, #000 0%, #666 100%);
  color:#FFF;
  line-height: 1.5em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  border-radius: 3px;
}
#nav_menu-2 h4.widget-title.sub-section-title:after {
content:none;
}

/* サイドバー(下部共通)のオフィス情報 */
#s-office {
  margin: 10px 0;
  padding: 0 5px 20px 0;
  border: 1px solid #CCC;
  background: #fff;
}
#s-office h2 {
  margin: 0 0 10px 0;
  padding: 0;
}
#s-office h3 {
  display: block;
  height: auto;
  margin: 10px 0 5px 0;
  padding: 5px 0 5px 0;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#s-office p {
  margin: 3px 0 5px 5px;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  line-height: 18px;
}
#s-office p img {
  margin: 5px 5px 0 5px;
  text-align: center;
}
#s-office .font-ss {
  margin: 0 5px 5px 0;
  font-size: 13px;
  text-align: center;
}
#s-office .ml20 {
	margin-left: 20px;
}

/* フッターナビの行間 */
nav.footer-nav ul li {
 line-height: 25px;
}

/* モバイル表示の枠ボックス */
.intro-box{
  display: block;
  max-width: 100% ! important;
  height: auto;
  margin: 5px 0 0 0;
  padding: 10px;
  text-align: center;
  border: solid 1px #CCC;
  background: #FFF;
}

/* 非表示指定 */

/* PCメイン非表示指定 */
@media (min-width: 992px) {
  #intro-box,
  #m-contact-nav,
  #nav_menu-3,
  #menu-mobilemenu-1 {
    display: none;
  }
}

/* モバイルメイン非表示指定 */
@media (max-width: 991px) {
  #kh-contact-nav,
  #contact-nav {
    display: none;
  }
}

/* モバイルサイドバー非表示指定 */
@media (max-width: 991px) {
  #vkexunit_banner-16,
  #vkexunit_banner-13,
  #nav_menu-2,
  #vkexunit_banner-14,
  #custom_html-2 {
    display: none;
  }
}

/* モバイルフッター非表示指定 */
@media (max-width: 1199px) {
  nav.footer-nav{
    display: none;
  }
}
