.footer {
    background-color: var(--white);
    margin-top: 85px;
    padding-top: 80px;
}
.signup-newsletter {
    background-color: var(--primerycolor);
    padding: 45px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    margin-top: -165px;
}
.signup-newsletter-text {
    width: 38%;
}
.signup-newsletter-title {
    color: var(--white);
    font-size: 26px;
	font-family: var(--boldfonts);
}
.signup-newsletter-pera {
    font-size: var(--smallfontsize);
    color: #b7b7b7;
}
.signup-newsletter-form {
    width: 50%;
}
.signup-newsletter-form form {
    position: relative;
	margin-bottom: 15px;
}
.signup-newsletter-form input[type="search"] {
    padding: 15px;
    width: 100%;
    border-radius: 8px;
    outline: none;
    border: none;
}
.signup-newsletter-form input#f2fnewssuball {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--secondarycolor);
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    outline: none;
    color: var(--white);
	border: 1px solid var(--secondarycolor);
    transition: all 0.4s ease;
}
.signup-newsletter-form input#f2fnewssuball:hover {
	background-color: var(--primerycolor);
    border: 1px solid var(--primerycolor);
	color: var(--white);
}
.signup-newsletter-form-text {
    font-size: var(--smallfontsize);
    color: #b7b7b7;
}
.signup-newsletter-form-text a{color: #ffffff !important;}
.footer-detais-title {
    font-size: var(--subtitlefontsize);
    color: var(--premerycolor);
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: var(--boldfonts);
}
.footer-detais-pera {
}
/* .footer-menu {
    display: flex;
    justify-content: center;
} */
.footer-menu li a,.footer-menu li {
    font-size: var(--smallfontsize);
    color: var(--sub-title-color);
    font-weight: 400;
    display: block;
    padding: 5px 0;
	transition: all 0.4s ease;
}
.footer-menu li a,.footer-menu li:hover {
	color: var(--font-color);
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 15px 20px;
    background-color: #F6F6F6;
}
.footer-bottom-left {
    display: flex;
    align-items: center;
    width: 70%;
    justify-content: space-between;
}
.footer-bottom-left-group {
    font-size: var(--smallfontsize);
    font-weight: 500;
    color: var(--title-color);
	display: flex; align-items: flex-start;
}
.footer-bottom-left-group svg {
    margin-right: 15px;
}
.footer-social {
    width: 35%;
    text-align: end;
    display: flex;
    justify-content: flex-end;
}
.footer-bottom-left-group a {
    font-size: var(--smallfontsize);
    font-weight: 500;
    color: var(--title-color);
    display: flex;
    align-items: center;
	margin: 0px 10px;
}
.footer-social a {
    display: flex;
    align-items: center;
	margin-left: 10px;
	transform: translatey(0px);
	transition: all 0.4s ease;
}
.footer-social a:hover {
    transform: translatey(5px);
}
.copy-right {
    text-align: center;
    padding: 20px 0;
    font-size: var(--smallfontsize);
    color: var(--sub-title-color);
    font-weight: 400;
}
.footer-menu ul li a {
    display: block;
    padding: 3px 0;
    line-height: 22px;
    /*border-bottom: 1px solid #c0c4c7;*/
}
.linksheading {
    font-family: var(--mediumfonts);
    color: var(--primerycolor)!important;
    margin-top: 10px;
	font-size:var(--regularfontsize)!important;
}
.row.footer-wrapper-new{
	display: flex;
	justify-content:space-between;
}
.row.footer-wrapper-new .footercolumn {
   width: 19%;
}
.row.footer-wrapper-new.threecolumns .footercolumn {
   width: 32%;
}
.footer-wrapper-new {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width:1024px){
    .signup-newsletter-form {width: 58%;}
    .footer-bottom-left{width: 80%;}
    .footer-social{width: auto;}
    .footer-wrapper-new {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: flex-start;
    }
    .footercolumn {
        width: 33.33%;
        padding: 0px 15px;      
    }
    .linksheading{
        border-top: 1px solid #E8E8E8;
        padding-top: 10px !important;
        margin:0px;
    }
    .linksheading.first-titles{
        border: none;
        padding-top: 0px !important;
    }
}

@media screen and (max-width:800px){
    .footer-bottom-left, .footer-social{width: 100%;justify-content: center;}
    .footer-bottom-left-group{display: flex; flex-wrap: wrap; justify-content: center;}
} 