
.footerNew{
    max-width: 1320px;
    padding: 0 16px;
    margin: 0 auto;
    float: none;
    background: none;
    border: 0;
}
.socialSection{
    box-shadow: rgba(109, 103, 89, 0.06) 0px 2px 30px 9px;
    padding: 16px 56px;
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    margin-bottom: 24px;
}
.socialSection .tradeLogWrap{
display: flex;
}
.socialSection .tradeLogWrap .vertSeperator {
    background-color: rgb(209, 218, 224);
    font-size: 1px;
    width: 1px;
    height: 48px;
    margin: 0px 20px;
}
.socialSection .rightCnt{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.socialSection .rightCnt .socialCnt{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.socialSection .rightCnt .socialCnt .socialQuote {
    color: rgb(45, 56, 64);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-right: 16px;
    white-space: nowrap;
}
.socialSection .rightCnt .socialBox{display: flex;}
.socialSection .rightCnt .socialCnt .socialIcons {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    margin-right:5px;
}
.socialSection .rightCnt .socialCnt .socialIcons:hover{
    opacity: 1;
}

.socialSection .rightCnt .tradeBtn {
    border-radius: 8px;
    background: linear-gradient(40.27deg,#4084ad -16.4%,#265c81 118.06%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#265c81",endColorstr="#4084ad",GradientType=0);
    height: 50px;
    color: #fff;
    font-weight: 600;
    padding: 10px 24px;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.socialSection .rightCnt .tradeBtn:hover{
    color: #fff;
}
.socialSection .rightCnt .tradeBtn img{
    margin-left: 10px;
}

.footerContant{
    width: 100%;
    background-color: rgb(45, 56, 64);
    padding: 34px 44px 20px;
    margin-bottom: 60px;
    border-radius: 8px;
}
.footerContant .footLinkWrap{
    display: flex;
    margin-bottom: 30px;
}
.footerContant .footLinkWrap .col{
    flex: 0 0 auto;
    width: 16.666667%;
    padding: 0 10px;
}
.footerContant .footLinkWrap .col .title {
    color: rgb(255, 255, 255);
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    margin-bottom: 6px;
}
.footerContant .footLinkWrap .col .linkNormal {
    color: rgba(255, 255, 255, 0.66);
    display: block;
    font-size: 14px;
    line-height: 26px;
    text-decoration: none;
    font-weight: 300;
    margin-bottom: 4px;
}
.footerContant .footLinkWrap .col .linkNormal:hover{
    color: #fff;
}

.footerContant .footLocWrap {
    border-top: 1px solid rgba(238, 240, 243, 0.18);
    border-bottom: 1px solid rgba(238, 240, 243, 0.18);
    align-items: baseline;
    display: flex;
    justify-content: space-between;
}
.footerContant .footLocWrap .footLocInWrap {
    color: rgb(210, 218, 224);
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    padding: 36px 0px;
}
.footerContant .footLocWrap .footLocInWrap .ftLocLink {
    color: rgb(210, 218, 224);
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    display: inline-block;
}
.footerContant .footLocWrap .footLocInWrap .ftLocLink.countryMoreLnks {
    color: rgb(240, 159, 53);
    text-decoration: underline;
    font-weight: 500;
}
.footerContant .footLocWrap .footLocInWrap .vertical-bar {
    padding: 0px 0.5rem;
}

.footerContant .footLocWrap .footNxtLocWr {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 12px;
}
.footerContant .footLocWrap .footNxtLocWr .ftNxtLink {
    color: rgb(255, 255, 255);
    text-decoration: none;
    margin-right: 40px;
    font-size: 14px;
    font-weight: 400;
}
.footerContant .footLocWrap .footNxtLocWr .ftNxtLink:hover{
    color: #fff;
}

.footerContant .lastBar{
    display: flex;
    justify-content: center;
}
.footerContant .lastBar .trademark {
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: rgb(129, 149, 165);
    margin: 18px 0px 0px;
}

@media (max-width: 575px){
.footerContant{
    padding: 0;
}
.socialSection{
    padding: 16px;
    flex-wrap: wrap;
background: none;
}
.socialSection .tradeLogWrap{
    width: 100%;
    background: #fff;
    padding: 16px;
}
.socialSection .tradeLogWrap .vertSeperator{
    margin: 0 40px;
}
.socialSection .rightCnt{
    flex-wrap: wrap;
}
.socialSection .rightCnt .socialCnt{
    width: 100%;
    margin: 20px 0;
}
.socialSection .rightCnt .socialCnt .socialQuote{
    display: none;
}
.socialSection .rightCnt .socialBox{
    width: 100%;
    justify-content: center;
}
.socialSection .rightCnt .tradeBtn{
    width: 100%;
    justify-content: center;
}
.footerContant .footLinkWrap {
    flex-wrap: wrap;
    padding-top: 6px;
    margin-bottom: 0;
}
.footerContant .footLinkWrap .col{
    width: 100%;
}
.footerContant .footLinkWrap .col .title {
    background-image: url(https://tiimg.tistatic.com/new_website1/design2024/images/bottomArrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) 50%;
    padding: 0.75rem 4px;
        border-bottom: 1px solid rgba(238, 240, 243, 0.18);
    cursor: pointer;
}
.footerContant .footLinkWrap .col .title + div{
    display: none;
    padding: 0px 1rem;
}
.footerContant .footLinkWrap .col .title.active + div{
    display: block;
}
.linkBold.inactive + div {
    display: block;
    animation-name: footAccordRev;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    overflow: hidden;
    height: 0px;
}
.footLinkWrap > div:last-child .title {
    border-bottom: 0px !important;
}
.footerContant .footLocWrap{
    flex-wrap: wrap;
}
.footerContant .footLocWrap .footLocInWrap{
    width: 100%;
    padding: 16px;
}
.footerContant .footLocWrap .footNxtLocWr{
    width: 100%;
    border-top: 1px solid rgba(238, 240, 243, 0.18);
    padding: 12px 16px;
}
.footerContant .lastBar{
    padding: 0 16px 16px 16px;
}

}
