footer {
  background-color: #f0f1f6;
  color: #4d4f5c;
}
footer .footer-top {
  border-top: 1px solid #d7dae2;
  border-bottom: 1px solid #d7dae2;
}
footer .footer-top a{
  font-size: 16px;
  color: #4d4f5c;
  text-decoration: none;
}
footer .footer-top a img{
  width: 24px; 
  margin: 0 5px;
}
footer .footer-middle{
  border-bottom: 1px solid #d7dae2;
}
footer .footer-middle h4,
footer .footer-middle h4 a{
  font-size: 16px;
  color: #4d4f5c;
  text-decoration: none;
}
footer .footer-middle ul{
  list-style-type: none;
}
footer .footer-middle ul li{
  list-style-type: none;
}
footer .footer-middle ul li a,
footer .footer-bottom a,
footer .footer-bottom p{
  font-size: 14px;
  color: #4d4f5c;
  text-decoration: none;
}
footer .footer-middle ul li a:hover,
footer .footer-bottom a:hover,
footer .footer-middle h4 a:hover{
  color: #3b86ff;
}




/* .select-country .btn-group .dropdown-toggle {
  font-size: 16px;
  color: #4d4f5c;
}
.select-country .btn-group .dropdown-toggle figure img {
  width: 13px;
  top: -1px;
  position: relative;
  opacity: 0.7;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.select-country .btn-group .dropdown-menu li a {
  font-size: 14px;
  color: #4d4f5c;
}







.select-country .btn-group .dropdown-toggle{
  font-size: 16px;
  color: #4d4f5c;
}
.select-country.btn-group .dropdown-toggle figure{
  opacity: 0.7;
  top: -2px;
  position: relative;
}
.select-country .btn-group .dropdown-toggle figure img{
  width: 13px;
  top: -1px;
  position: relative;
  opacity: 0.7;
}
.select-country .btn-group .dropdown-menu li a{
  font-size: 14px;
    color: #4d4f5c;
}
.select-country .btn-group .dropdown-menu li a:hover{
  background-color: transparent;
  color: #3b86ff;
} */


.footer-select-location .btn{
    padding: 0;
    font-size: 16px;
    color: #4d4f5c !important;
    font-weight: 400;
    align-items: center;
    display: flex;
    margin-top: 2px;
}
.footer-select-location .btn .icon-world_icon{
  font-size: 15px;
    font-weight: 400;
    position: relative;
    top: 1px;
    margin-right: 4px;
}


.footer-select-location .btn .align-text-top img {
  display: inline-flex;
  top: 3px;
  position: relative;
  padding-left: 5px;
}


.footer-select-location ul.dropdown-menu {
  right: auto !important;
    left: -16px !important;
    top: 6px !important;
    border-radius: 7px;
}
.footer-select-location ul.dropdown-menu li a,
.footer-select-location ul.dropdown-menu li a:hover{

  font-size: 14px;
    color: #4d4f5c;
    padding: 0.5rem 1.3rem;
    border-radius: 7px;
}












@media(max-width: 575px) {
	footer .footer-top a:nth-child(1) img {
		margin-left: 0;
	}
   .termsnpolicy{
    width: 100%;
    display: block;
  }
}