footer {
  background-color: white;
  margin-top: 100px;
}
footer section#ftop {  
  border-bottom: 1px solid #ccc;
}
footer section#ftop .wrap {
  
}
footer section#ftop .wrap h2 {
  
}
footer section#ftop .wrap > ul {
  
}
footer section#ftop .wrap > ul > li {
  
}
footer section#ftop .wrap > ul > li h3 {
  margin-bottom: 25px;
}
footer section#ftop .wrap > ul > li > ul {
  
}
footer section#ftop .wrap > ul > li:nth-child(2) > ul{
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto;
  column-gap: 25px;
  row-gap: 15px;
}
footer section#ftop .wrap > ul > li > ul > li {
  
}
footer section#ftop .wrap > ul > li:nth-child(2) > ul>li:nth-child(1){
  grid-column: 1;
  grid-row: 1 / span 2;
}
footer section#ftop .wrap > ul > li:nth-child(2) > ul>li:nth-child(2){
  grid-column: 2;
  grid-row: 1 / span 2;
}
footer section#ftop .wrap > ul > li:nth-child(2) > ul>li:nth-child(3){
  
}
footer section#ftop .wrap > ul > li:nth-child(2) > ul>li:nth-child(4){
  
}
footer section#ftop .wrap > ul > li > ul > li > a {
  line-height: 2.0;
  display: block;
  color: #ccc;
}
footer section#ftop .wrap > ul > li > ul > li > a:hover{
  color:#333;
}
footer section#ftop .wrap > ul > li > ul > li h4 {
  color: #ccc;
  line-height: 2.0;
}
footer section#ftop .wrap > ul > li > ul > li h4 a {
  
}
footer section#ftop .wrap > ul > li > ul > li ul {
  
}
footer section#ftop .wrap > ul > li > ul > li ul li {

}
footer section#ftop .wrap > ul > li > ul > li ul li a{
  line-height: 2.0;
  display: block;
  color: #ccc;
}
footer section#ftop .wrap > ul > li > ul > li ul li a:hover{
  color: #333
}
footer section#fbottom {
  
}
footer section#fbottom .wrap { 
  align-items: start;
}
footer section#fbottom .wrap h2 {
  
}
footer section#fbottom .wrap ul {  
  gap: 50px;
}
footer section#fbottom .wrap ul li {
  
}
footer section#fbottom .wrap ul li h3 {
  margin-bottom: 25px;
  font-weight: bold;
}
footer section#fbottom .wrap ul li p {  
  color: #999;
  line-height: 40px;
  font-weight: bold;
}
footer section#fbottom .wrap ul li p span {
  width: 140px;
  display: inline-block;
}
footer section#fbottom .wrap select {
  border: none;
  padding: 10px;
  border-radius: 10px;
  appearance: none;
  background-image: url(../img/up.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-origin: content-box;
  text-transform: capitalize;
}
footer section#fbottom .wrap select option {
  
}
footer section#fbottom .wrap:nth-child(2){  
  border-top: 2px solid #999;
  font-weight: bold;
}
footer section#fbottom .wrap:nth-child(2) p{
  color: #666;
}
footer section#fbottom .wrap:nth-child(2) p span{
  font-weight: bold;
  color: #528CB8;
}
footer section#fbottom .wrap:nth-child(2) a{
  color: #528CB8;
}
footer a.top{
  width: 60px;
  height: 100px;
  display: block;
  background-color: black;
  color: white;
  position: fixed;
  bottom: 30px;
  right: 100px;
  z-index: 1;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  flex-direction: column;
  gap: 10px;
}
footer a.top:hover{
  background-color: #528CB8;
  transition: all 1s
}
footer a.top::before{
  content: "";
  background-image: url(../img/back.svg);
  width: 24px;
  height: 24px;
  transition: all 1s;
}
footer a.top:hover::before{
  transform: translateY(-7px);
}