body{
    margin:0px
}
.footerWrapper{
    background-color: #000;
    color: #FFFFFF;
    border: 1px solid #707070;
       padding: 24px 80px;
}
.footerRight-listItems{padding-left:0px !important;}
.footerWrapperContent{
    display: flex;
    gap: 45px;
    margin: 0 0 3%;
}
.footerLeft-logo{
    width: 70%;
    display: inline-block;
}
.footerLeft>p{
    opacity: 88%;
    color:#fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    padding: 6% 0;
    font-weight: 400;
}
.footerLeftSocialMedia a img{
    width: 9%;
    margin: 0 13px 0 0;
}
.footerLeft{
    flex: 1;
}
.footerRight {
    flex: 4;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 45px;
}
.footerRight-listItems li{
    list-style: none;
    margin: 0 0 20px;
}
.footerRight-listItems li a{
    text-decoration: none;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    opacity: 90%;
}
.footerRightHead h3{
    font-size: 18px;
    font-weight: 700;
    color: #F1BA88;
    margin: 0 0 28px;
}
.footerRight-contactDetails{
    display: flex;
    align-items: center;
    gap: 10px;
}
.footerRight-contactDetails img{
    width: 12%;
}
.footerRight-contact-input input {
    border: none;
    height:51px;
    font-size: 13px;
    padding: 8px 8px;
    border-radius: 3px 0px 0px 3px;
    width: 85%;
}
.footerRight-contact-input form{
    display: flex;
    align-items: center;
}
.footerRight-contact-input input:focus{
    outline: none;
}
.footerRight-contact-input button{
    border: none;
    height:51px;
    padding: 13px 14px;
    background-color: #F1BA88;
    border-radius: 0px 3px 3px 0;
}
.footerRight-contact-input button img{
    width: 100%;
}
.FootercopyRights{
    font-size: 13px;
   position: relative;
   text-align: center;
   margin-bottom:0px;
}
.FootercopyRights:after{
    width: 31%;
    height: 0.5px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 62%;
    content: "";
    opacity: 50%;
}
.FootercopyRights::before{
    width: 31%;
    height: 0.5px;
    background-color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 62%;
    content: "";
    opacity: 50%;
}
/* ========mobile-version================= */
@media screen and (max-width:1250px) {
    .FootercopyRights:after,.FootercopyRights:before {
        width: 39%;
    }
}
@media screen and (max-width:1000px) {
    .footerLeft{
        flex: 2;
    }
    .footerRight {
        flex: 3;
    }
    .FootercopyRights:after,.FootercopyRights:before {
        width: 32%;
    }
}
@media screen and (max-width:810px) {
    .footerLeft{
        flex: 1.5;
    }
    .footerRight {
        flex: 3.5;
    }
}
@media screen and (max-width:700px) {
    .footerLeft{
        flex: 1;
        text-align: center;
    }
    .footerRight {
        flex: 1;
        /* justify-content: space-between; */
    } 
    .footerWrapperContent{
      flex-direction: column;
    }
    .footerLeft>p {
        padding: 3% 0;
    }
    .footerLeft-logo {
        width: 35%;
    }
    .footerLeftSocialMedia a img {
        width: 5%;
        margin: 0 22px 0 0;
    }
    .footerWrapper {
        padding: 5% 10% 4%;
    }
    .FootercopyRights:after,.FootercopyRights:before {
        width: 25%;
    }
}
@media screen and (max-width:505px) {
    .footerRight {
        gap: 25px;
    }
    .footerRight-listItems li {
        margin: 0 0 16px;
    }
    .footerRightHead h3 {
        margin: 0 0 22px;
    }
    .footerWrapper {
        padding: 5% 8% 4%;
    }
    .footerLeftSocialMedia a img {
        width: 6%;
        margin: 12px 22px 0 0;
    }
    .footerLeft-logo {
        width: 55%;
    }
    .FootercopyRights:after,.FootercopyRights:before {
        width: 22%;
    }
}
@media screen and (max-width:450px) {
    .footerLeftSocialMedia a img {
        width: 8%;
    }
}