<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#divmenu {
  position: relative;
  background: none;
  width: auto;
}
#divmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#divmenu &gt; ul {
  position: relative;
  display: block;
  background: none;
  width: 100%;
  z-index: 500; text-align:right; margin-top:0px;
}
#divmenu:after,
#divmenu &gt; ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#divmenu.align-right &gt; ul &gt; li {
  float: right;
}
#divmenu.align-center ul {
  text-align: center;
}
#divmenu.align-center ul ul {
  text-align: left;
}
#divmenu &gt; ul &gt; li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
#divmenu &gt; ul &gt; #menu-button {
  display: none;
}
#divmenu ul li a {
  display: block;
  font-family: ;
  text-decoration: none;
}
#divmenu &gt; ul &gt; li &gt; a {
  font-size: 14px;
  font-weight:400;
  padding:1px 8px;
  color:none;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

.header-menu #divmenu &gt; ul &gt; li:nth-last-child(2) &gt; a{padding-right:0px;}

#divmenu &gt; ul &gt; li.has-sub &gt; a {
  padding-right: 32px;
}
#divmenu &gt; ul &gt; li:hover &gt; a {
  color: #fcb714;
}
#divmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

#divmenu &gt; ul &gt; li &gt; a.color-ad.green{color:#2f7af8; }

#divmenu &gt; ul &gt; li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #7a8189;
}
#divmenu &gt; ul &gt; li:hover::after {
  border-top-color: #2f7af8;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1; display:none;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#divmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
  text-align:left;
}
#divmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#divmenu ul ul li {
  position: relative;
}
#divmenu &gt; ul &gt; li:hover &gt; ul {
  left: auto;
  top:44px;
  opacity: 1;  
}
#divmenu.align-right &gt; ul &gt; li:hover &gt; ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#divmenu ul ul li:hover &gt; ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#divmenu.align-right ul ul li:hover &gt; ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#divmenu ul ul li a {
  width: 200px;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 20px;
  font-size: 12px;
  color: #fff;
  background: #ff3333;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}


#divmenu.align-right ul ul li a {
  text-align: right;
}
#divmenu ul ul li:hover &gt; a {
  background: #dad7d7;
  color: #000;
}
#divmenu ul ul li:last-child &gt; a,
#divmenu ul ul li.last &gt; a {
  border-bottom: 0;
}
#divmenu &gt; ul &gt; li &gt; ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 30px;
}
#divmenu.align-right &gt; ul &gt; li &gt; ul::after {
  left: auto;
  right: 30px;
}
#divmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#divmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
#divmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#divmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media all and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px) {
  #divmenu {
    width: auto;
  }
  #divmenu.align-center ul {
    text-align: left;
  }
  #divmenu.align-right &gt; ul &gt; li {
    float: none;
  }
  #divmenu ul {
    width: auto;
  }
  #divmenu .submenuArrow,
  #divmenu #indicatorContainer {
    display: none;
  }
  #divmenu &gt; ul {
    height: auto;
    display: block;
  }
  #divmenu &gt; ul &gt; li {
    float: none;
  }
  #divmenu li,
  #divmenu &gt; ul &gt; li {
    display: none;
  }
  #divmenu ul ul,
  #divmenu ul ul ul,
  #divmenu ul &gt; li:hover &gt; ul,
  #divmenu ul ul &gt; li:hover &gt; ul,
  #divmenu.align-right ul ul,
  #divmenu.align-right ul ul ul,
  #divmenu.align-right ul &gt; li:hover &gt; ul,
  #divmenu.align-right ul ul &gt; li:hover &gt; ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    right: auto;
  }
  #divmenu ul .has-sub::after {
    display: none;
  }
  #divmenu ul li a {
    padding: 12px 20px;
  }
  #divmenu ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 8px 35px;
  }
  #divmenu.align-right ul ul li a {
    text-align: left;
  }
  #divmenu ul ul li:hover &gt; a {
    background: none;
    color: #8c9195;
  }
  #divmenu ul ul ul a {
    padding: 8px 50px;
  }
  #divmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  #divmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #divmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #divmenu &gt; ul &gt; #menu-button {
    display: block;
    cursor: pointer;
  }
  #divmenu #menu-button &gt; a {
    padding: 13px 20px;  visibility: hidden;
  }
  #divmenu ul.open li,
  #divmenu &gt; ul.open &gt; li {
    display: block;
  }
  #divmenu &gt; ul.open &gt; li#menu-button &gt; a {
    color: #fff;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  }
  #divmenu ul ul::after {
    display: none;
  }
  #divmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 9px;
    width: 50%;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 25%;
    top: 13px;
  }
  #divmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 50%;
    border-top: 2px solid #fff;
    right: 25%;
    top: 27px;
  }
  #divmenu ul.open #menu-button::after,
  #divmenu ul.open #menu-button::before {
    border-color: #fff;
  }

	#divmenu ul{position:relative;}	
  #divmenu ul #menu-button{ background:#16528e; width:50px; float:right; z-index:99999; bottom:20px; border-radius:5px; right:0px;}
  #divmenu ul.open #menu-button{ background:#16528e; width:50px; float:right; z-index:99999; bottom:20px; border-radius:5px;}
}


@media only screen and (min-width : 200px) and (max-width : 767px)
{
	

.bo_1{width:100%; height:100px; background:#09F; float:left;}
.bo_2{width:100%; float:right; position:absolute; }
.bo_3{width:100%; height:100px; background:#C99; float:left;}

#divmenu #menu-button{}

#divmenu &gt; ul {background:none; width: 100%;}
#divmenu &gt; ul li{padding:0px 0px !important;}
#divmenu &gt; ul li a{text-align:left; padding:4px 20px; font-size: 13px;}
#divmenu &gt; ul li {background:none; width: 100%; border-bottom:0px solid #eee; font-size: 15px; }
#divmenu &gt; ul li:hover {background:none; width: 100%;}
#divmenu &gt; ul li:hover a{color:#00D227;}

#divmenu &gt; ul &gt; li &gt; a { color: #000;}
.tab-full-contaner .tab-content{margin-bottom: 15px;}

#divmenu &gt; ul.open &gt; li a.online-quote { margin-bottom:20px;}
#divmenu ul.open #menu-button {bottom: 40px !important;}
#divmenu ul #menu-button {bottom: 40px !important;}
}








</pre></body></html>