/* FOOTER UPDATED STTYLE */
#main-footer{
    position: relative;
}
.footer-inner-wrapper ::placeholder{
    color: #fff;
}
.footer-inner-wrapper {
    background: #000;
    padding: 60px 0 80px;
    border-top: 1px solid #222;
}
.footercl{
    padding-top: 40px;
}
.footercl ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footercl h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 0;
    font-family: 'Rubik', sans-serif;
    padding-bottom: 30px;
}
.footercl-01 img {
    max-width: 145px;
}
.footercl-02 ul li {
    padding-bottom: 14px;
}
.footercl-02 ul li small {
    font-family: 'Rubik', sans-serif;
    display: block;
    color: #b5b5b5;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}
.footercl-02 ul li p {color: #fff;font-family: 'Rubik', sans-serif;line-height: 1.56;margin: 0 0 0;font-size: 16px;font-weight: 500;}
.footercl-02 ul li p a {
    color: #ff63b1;
    display: inline-block;
    text-decoration: none;
}
.footercl-03 ul li {
    padding-bottom: 12px;
}
.footercl-03 ul li a {
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
    transition: all 0.2s;
}
.footercl-03 ul li a:hover{
    color: #ff63b1;
}
.footercl-04 p {
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    margin: 0 0 0;
    font-weight: 400;
    line-height: 1.43;
    padding-bottom: 30px;
}
.footercl-04 form {
    position: relative;
}
.footercl-04 .footer-input-fields{
    position: relative;
    display: flex;
    width: 100%;
    padding-bottom: 20px;
}
.footer-input-fields label.error {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    display: block;
    font-size: 12px;
    line-height: 1.3;
}
.footercl-04 .footer-input-fields .in-left {
    width: 97px;
    padding-right: 7px;
}
.footercl-04 .footer-input-fields .in-right {
    width: calc(100% - 97px);
}
.footercl-04 form input,
.footercl-04 form select {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    height: 30px;
    border-bottom: 2px solid #fff;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    color: #fff;
    padding: 0;
    border-radius: 0;
}
.footercl-04 form input{
    padding-right: 30px;
}
.footercl-04 form select option{
    color: #000;
}
.footercl-04 form .field-icon {
    background: none;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 3px;
    right: 7px;
}
.footercl-04 form .field-icon.icon-phone{
    top: 1px;
}
.footer-fields-btn {
    padding-top: 20px;
}
.footer-fields-btn .submit-btn {
    border-radius: 5px;
    background-color: #ff63b1;
    outline: none;
    border: none;
    box-shadow: none;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.85;
    text-transform: uppercase;
    padding: 10px 39px;
}
.footercl-01 ul {
    display: flex;
    padding-top: 10px;
    flex-wrap: wrap;
}
.footercl-01 ul li {
    margin-right: 30px;
    margin-bottom: 20px;
}
.footercl-01 ul li a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 40px;
    transition: all 0.2s;
}
.footercl-01 ul li a:hover{
    color: #ff63b1;
}
.footer-end-copyright {
    text-align: center;
}
.footer-end-copyright .text {
    color: #656565;
    font-size: 16px;
    font-weight: 400 !important;
    font-family: 'Rubik', sans-serif;
    padding: 25px 0;
}
.footer-gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 236px;
    padding-top: 0px;
}
.footer-gallery-wrapper a {
    width: 33.33%;
    padding: 3px;
    display: block;
}
.footer-gallery-wrapper a img {
    width: 100%;
    height: 70px;
    object-fit: cover;
}

.scroll-to-top {
    color: #ff63b1 !important;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    font-family: 'Rubik', sans-serif;
    text-decoration: none;
    transition: all 0.3s;
    position: absolute;
    bottom: 200px;
    right: -20px;
    transform: rotate(-90deg);
    z-index: 11;
    display: flex;
    align-items: center;
}
.scroll-to-top i{
    display: inline-block;
    margin-left: 10px;
    margin-top: 3px;
}
.scroll-to-top:hover{
    opacity: 0.7;
}

@media(max-width: 991.98px){
    .footer-inner-wrapper {
        padding: 10px 0 50px;
    }
    .scroll-to-top{
        right: -40px;
    }
}

@media(max-width: 767.98px){
    .footercl-03 ul li a{
        font-size: 16px;
    }
    .footer-fields-btn .submit-btn {
        font-size: 16px;
        padding: 8px 25px;
    }
    .scroll-to-top{
        bottom: 129px;
        font-size: 14px;
        right: -25px;
    }
}
