.popup .call-back-form textarea {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 17px;
padding: 15px;
max-width: 305px;
}
.intl-tel-input .country-list .country-name, .intl-tel-input .country-list .flag-box{color:#999!important}
.home .main__tabs--title {color:#000 !important; }
.accordion-header{justify-content:inherit!important; position:relative}
.accordion-header span.arrow{position:absolute; right:0}
.text-split-new .text-split .content-right ul li{
margin-bottom:10px;
}
.accordion{width:100%}
.text-split-new .text-split{
align-items:center;
}
.text-split-new .text-split .content-right h2{font-size: 20px;}
.sitemap .container{
flex-wrap: wrap;
}
.sitemap ul.main-links {
width: 16% !important;
}
.sitemap ul {
width: 28% !important;
margin: 0;
}
.sitemap ul:last-child{
width:100% !important;display: flex;
flex-wrap: wrap;padding-top: 24px;
gap: 0px 27px;
align-items: flex-start;
}
.sitemap ul:last-child li:first-child {
width: 100%;
padding-bottom: 20px;
}
.sitemap ul:last-child li {
width: calc(25% - 23px);
}
@media screen and (max-width: 1024px) {
.sitemap ul.main-links {
width: 50% !important;
}
.sitemap ul {
width: 50% !important;
margin: 0;
}
.sitemap ul:last-child li {
width: calc(50% - 23px);
}
}
@media screen and (max-width: 640px) {
.sitemap ul.main-links {
width: 100% !important;
}
.sitemap ul {
width: 100% !important;
margin: 0;
}
.sitemap ul:last-child li {
width: 100%;
}
}