.td-footer-new-template {
    /*background-position: center center;*/
    /*background-size: cover;*/
    /*background-color: #fb66a8!important;*/
    position: relative;
    z-index: 9;
    background: linear-gradient(180deg, #FFF 0%, #FDEDF4 145.01%) !important;
    box-shadow: 0px -20px 32px 0px rgba(245, 198, 220, 0.20);
}

.td-footer-new-template .td-sub-footer {
    color: var(--Secondary-4, #F5ADCE);
    margin-top: 16px;
}
.td-footer-new-template .td-sub-footer .col-12:last-child {
    margin-top: 16px;
}

.td-footer-new-template .svg-inline--fa {
    color: #B5B5B5 !important;
}

.td-footer-new-template .footer-category {
    color: var(--Neutrals-4, #B5B5B5);
    font-size: 13px;
    font-weight: 700;
}

.td-footer-new-template .branch-name {
    color: var(--Neutrals-1, #323232);
    font-size: 15px;
    font-weight: 700;
	font-family: CoconVUBold !important;
}

.td-footer-new-template .contact-information, .td-footer-new-template .contact-information a {
    color: var(--Neutrals-3, #7B7B7B) !important;
    font-size: 15px;
    font-weight: 400;
	font-family: CoconVU !important;
}

.td-footer-new-template .footer-menu {
    color: var(--Neutrals-1, #323232);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
	font-family: CoconVUBold !important;
}

.td-footer-new-template ul li {
    margin-bottom: 8px !important;
}

.td-footer-new-template ul li:last-child {
    margin-bottom: 16px !important;
}

.td-footer-new-template .branch-header {
    margin-top: 16px;
}

.td-footer-new-template .branch-name {
    margin-top: 8px;
}

.td-footer-new-template .contact-information {
    margin-top: 4px;
}

.td-footer-new-template .footer-border {
    width: 100%;
    height: 1px;
    display: block;
    border-style: solid none none none;
    border-color: #F5C6DC;
}

.td-footer-new-template .footer-category-border {
    width: 100%;
    height: 1px;
    display: block;
    border-style: solid none none none;
    border-color: #EBEBEB;
    margin-bottom: 16px
}
.td-footer-new-template .footer-logo-wrap img {
    width: 97px;
    height: auto;
}

.td-footer-new-template .footer-new {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.td-footer-new-template .footer-logo-wrap {
    margin-bottom: 16px !important;
}

.td-footer-new-template .footer-category {
    margin-bottom: 8px !important;
	font-family: CoconVUBold !important;
}

.td-footer-new-template .contact-us {
	display: none !important;
}

.td-footer-new-template .contact-us-mobile {
	display: block;
    margin-top: 16px;
}

.td-footer-new-template .td-sub-footer .language_selector {
    	float: right;    
}

.td-footer-new-template .td-sub-footer .col-6 {
	margin-top: 16px;     	   
}

@media (min-width: 768px) {
    .td-footer-new-template .footer-new {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (min-width: 1024px) {
    .td-footer-new-template .footer-logo-wrap {
        margin-bottom: 24px !important;
    }

    .td-footer-new-template ul li:last-child {
        margin-bottom: 24px !important;
    }

    .td-footer-new-template .branch-header:first-child {
        margin-top: 24px;
    }

    .td-footer-new-template .branch-header:not(:first-child) {
        margin-top: 32px;
    }

    .td-footer-new-template .td-sub-footer {
        margin-top: 24px;
    }

    .td-footer-new-template .footer-category-border {
        margin-bottom: 24px;
    }

    .td-footer-new-template .footer-logo-wrap img {
        width: 166px;
        height: auto;
    }

    .td-footer-new-template .footer-new {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    
    .td-footer-new-template .contact-us {
		display: block !important;
	}

	.td-footer-new-template .contact-us-mobile {
		display: none;    
	}
}