.copyright p {
  margin: 0;
  text-align: center;
}
footer.copyright {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: rgba(16,183,196,0.13);
}
footer.footer_widget {
  padding-top: 60px;
  padding-bottom: 25px;
  background-color: rgba(0,56,81,0.05)!important;
}
h3.footer_title {
  font-weight: 600;
  font-size: 25px;
  color: #003851!important;
  line-height: 30px;
  font-family: 'Raleway';
  padding-bottom: 30px;
  margin: 0;
}
ul.footer_social {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 35px;
}
ul.footer_social li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}
ul.footer_social li a {
  color: #10B7C4;
  font-size: 15px;
  line-height: 15px;
  border: 1px solid #10B7C4;
  padding: 12px 12px;
  border-radius: 50px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.footer_social li a:hover{
  background: #10B7C4;
  color: #fff;
  text-decoration: none;
}
p.footer_about_intro{
  margin-bottom: 0;
  font-size: 14px;
  opacity: 0.8;
  font-weight: 500;
  max-width: 294px;
}
.footer_menu_col {
  padding-left: 106px;
}
ul.footer_menu {
  margin: 0;
  padding: 0;
}
ul.footer_menu li{
  list-style: none;
  margin-bottom: 15px;
  padding-left: 20px;
}
ul.footer_menu li a {
  font-family: 'Raleway';
  font-weight: 500;
  color: #003851;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 25px;
  opacity: 0.8;
  position: relative;
}
ul.footer_menu li a:hover{
  text-decoration: none;
}
ul.footer_menu li a:after {
  position: absolute;
  content: "";
  background-image: url('../../img/footer_menu_arrow.png');
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  left: -17px;
  top: 50%;
  transform: translateY(-50%);
}
p.footer_address:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(../../img/map-marker.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -42px;
  top: 50%;
  transform: translateY(-50%);
}
p.footer_address {
  position: relative;
  margin-left: 45px;
  margin-bottom: 38px;
}
p.footer_phone{
  position: relative;
  margin-left: 45px;
}
p.footer_phone:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(../../img/phone.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -42px;
  top: 50%;
  transform: translateY(-50%);
}
.footer_contect_col {
  padding-left: 40px;
}
.footer_contect_col p a{
    font-weight: 500;
    font-family: 'Raleway';
    color: #003851;
    font-size: 16px;
    line-height: 26px;
    opacity: 0.8;
}
@media ( max-width: 980px ) {
  ul.footer_social {
      margin-bottom: 23px;
    }
    .footer_menu_col {
      padding-left: 15px;
    }
    .footer_contect_col {
      padding-left: 15px;
      margin-top: 25px;
    }
    .footer_contect_col p {
      margin-bottom: 0;
    }
    footer.footer_widget {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    h3.footer_title {
      font-size: 18px;
      line-height: 25px;
      padding-bottom: 7px;
      margin: 0;
    }
    p.footer_phone:before {
      width: 16px;
      height: 16px;
    }
    p.footer_address:before {
      width: 20px;
      height: 23px;
    }
    ul.footer_menu li {
      margin-bottom: 3px;
    }
    .footer_contect_col p a {
      font-size: 15px;
    }
    p.footer_address {
      margin-bottom: 10px;
    }
    .copyright p{
      font-size: 14px;
    }
}
@media (min-width: 981px) and (max-width: 991px){
  .footer_menu_col {
    padding-left: 15px;
  }
  .footer_contect_col {
    padding-left: 15px;
  }
  body .container {
      width: 92%;
  }
}
@media screen and (min-device-width: 981px) and (max-device-width: 1199px){
  body .container {
      width: 92%;
  }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1599px){
  body .container {
      width: 92%;
  }
}
.cookie-container {
	display: flex;
	align-content: center;
	align-items: center;
	padding: 3rem;
	background: #10B7C4;
	color: #fff;
	position: fixed;
	bottom:0;
	font-size: 1rem;
	gap: 2rem;
	opacity: 1;
	visibility: visible;
	flex-wrap: wrap;
  z-index: 9;
}

.cookie-container.hide {
	opacity: 0;
	visibility: hidden;
}

.cookie-container a {
	color: #fff;
}

.cookie-container a:hover {
	color: #fff;
}

.cookie-container .cookie-text {
	flex: 8 768px;
  color: #fff;
}

.cookie-container .agree {
	flex: 1 150px;
	text-align: center;
}

.agree button {
	  background: #fff;
    color: #10B7C4;
    cursor: pointer;
    border: 2px solid #10B7C4;
    border-radius: 6px;
    padding: 12px 35px;
    display: initial;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    font-family: 'Raleway';
    margin-right: 25px;
    text-transform: capitalize;
    text-decoration: none;
}

.agree button:hover {
	background: #003851;
		color: #fff;
}

.cookie-container .agree button {
  width: 100%;
}