.footer{
    margin-top: 50px;
    background-color: $background;
    .footer_navigate{
        border-top: 1px solid $border;
        border-bottom: 1px solid $border;
        padding: 20px 0;
        .nav_list{
            ul{
                text-align: center;
                li{
                    display: inline-block;
                    padding: 8px 22px;
                    position: relative;
                    &::after{
                        position: absolute;
                        content: '';
                        left: 0;
                        top: 50%;
                        transform: translateY(-50%);
                        height: 8px;
                        width: 8px;
                        background-color: $primaryColor;
                        border-radius: 50%;
                    }
                    a{
                        font-size: 16px;
                        color: $text;
                        font-weight: 400;
                        &:hover{
                            color: $primaryColor;
                        }
                    }

                }
            }
        }
    }

    .footer_wraper{
        padding-top: 40px;
        .microsite_name{
            font-size: 22px;
            color: $primaryColor;
            font-weight: 600;
        }
        h5{
            font-size: 18px;
            color: $black;
            font-weight: 500;
            padding-top: 10px;
        }
       h6{
        font-size: 18px;
        color: $black;
        font-weight: 500;
        padding-bottom: 10px;
       }
       h4{
        font-size: 15px;
        color: $text;
        font-weight: 400;
        line-height: 24px;
       }
       ul{
        li{
            padding-bottom: 10px;
            list-style:square;
            a{
             color: $text;
             font-weight: 400;
             font-size: 16px;
             &:hover{
                color: $primaryColor;
             }
            }
        }
       }
        .social_icon_list{
            ul{
               li{
                   display: inline-block;
                   a{
                    i{
                      font-size: 18px;
                      height: 30px;
                      width: 30px;
                      border-radius: 6px;
                      border: 1px solid #1475F7;
                      display: flex;
                      justify-content: center;
                      align-items: center;
                      margin-right:6px ;
                    }
                    .fb{
                      color: #3b5998;
                      border: 1px solid #3b5998;
                    }
                    .tr{
                      color: #00acee;
                      border: 1px solid #00acee;
                    }
                    .ins{
                      color: #4c68d7;
                      border: 1px solid #4c68d7;
                    }
                    .youtb{
                      color: #CD201F;
                      border: 1px solid #CD201F;
                    }
                  }
               }
            }
         }
         .qr_img{
            img{
                height: 160px;
                width: 160px;
                object-fit: contain;
            }
        }
    }
.footer_copyright{
    background-color: $primaryColor;
    padding: 20px 0;
    color: $white;
    text-align: center;
    margin-top: 20px;
    .copyRight_left{
        ul{
            li{
                display: inline-block;
                padding-right: 25px;
                a{
                    font-size: 16px;
                    &:hover{
                        color: $black;
                    }
                }
            }
        }
    }
    span{
        font-weight: 400;
    }
}
}
