.footer-wrappper{
    .footer-area{
        .footer-pera{
            p{
                color:#454E6D;
                font-size: 14px;
                margin-bottom: 21px;
                line-height: 1.8;
                font-weight: 400;
            }
            &.footer-pera2 p{
                padding: 0;
            }
        }
        .footer-tittle{
            h4{
                font-family: $font_2;
                color: #232F55;
                font-size: 17px;
                margin-bottom: 40px;
                font-weight: 700;
            }
            ul{
                li{
                    margin-bottom: 15px;
                     a{
                        color: #454E6D;
                        font-weight: 400;
                        font-size: 14px;
                        text-decoration: underline transparent;
                        &:hover{
                            color:#232F55;
                            text-decoration: underline;
                        }
                       
                    }
                    span{
                        color: red;
                    }
                }
            }
            p{
                color: #454E6D;
                font-size: 16px;
            }
        }
        .footer-form{
            margin-top: 40px;
             form{
                position: relative;
                 input{
                    width: 100%;
                    height: 43px;
                    padding: 10px 20px;
                    border: 1px solid $theme-color;
                    border-radius: 30px;
                    background: none;
                    color: #454E6D;
                    background: #fff;
                    &::placeholder{
                        color: #454E6D;
                        font-size: 16px;
                    }
                }
                .form-icon{
                    button{
                        position: absolute;
                        top: 0;
                        right: 0;
                        background: none;
                        border: 0;
                        cursor: pointer;
                        padding: 13px 22px;
                        // background:$theme-color;
                        line-height: 1;
                        border-radius: 0 3px 3px 0;
                    }
                }
            }
        }
        .info.error {
            color:  $theme-color;
        }
    }
    
    //copy Right 
    .footer-bottom-area {
        .footer-border{
            // border-top: 1px solid #d7e7fe;
            padding-top: 45px;
            padding-bottom: 1px;
            @media #{$md}{
                padding-top:0;
            }
            @media #{$sm}{
                padding-top:0;
            }
            @media #{$xs}{
                padding-top:0;
            }
        }
        .footer-copy-right{
            p{
                color: #454E6D;
                font-weight: 400;
                font-size: 14px;
                line-height: 2;
                i{
                    color: $theme-color;
                }
                a{
                    color: $theme-color;
                    &:hover{
                        // color: #C2C5DB;
                    }
                }
            }
        }
    }
    
}


// footer social
.footer-social{
    a{
        background: none;
        color: #9498A7;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 14px;
        line-height: 40px;
        display: inline-block;
        text-align: center;
        margin-right: 8px;
        border: 1px solid #EEE1E0;
        &:hover{
            color: #fff;
            background: $theme-color;
            border: 1px solid transparent;
        }
        i{
                display:inline-block;
        }
    }
}


.number a {
    font-family: $font_2;
	font-size: 24px !important;
	color:$theme-color !important;
    margin-bottom: 0px;
    font-weight: 400 !important;
    display: block;

    @media #{$md}{
        font-size: 19px !important;
    }
}
.number2 a {
    font-family: $font_2;
	font-size: 14px !important;
	color: $theme-color !important;
	margin-bottom: 5px;
    display: block;
    @media #{$md}{
        font-size: 19px !important;
    }
}
