div#metals_site_popup{
	max-width: 657px !important;
	padding: 0px !important;
}
div#metals_site_popup .homepage_banner_form_submit_btn_block{
	display: flex;
	justify-content: center;
}
.site_popup_row {
	padding: 20px !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: red;
}
.footer_section{
	border-top: 5px solid #017ecb;
	background-attachment: fixed;
	padding: 0 !important;
}
.footer_title  h4{
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	position: relative;
	text-align: center;
}
.footer_title h4::after{
	position: absolute;
	content: '';
	margin: auto;
	bottom: -10px;
	left: 0;
	right: 0;
	height: 3px;
	width: 50px;
	background: #017ecb;
}
.footer_menu  ul li a{
	color: #000;
	font-size: 18px;
	font-weight: 400;
}

.footer_menu  ul li a:hover{ color: #fff; }
.footer_menu  ul li a:before{
    content: "";
    background: linear-gradient(#017ecb,#017ecb);
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: -3px;
    z-index: -1;
    transition: all 0.4s ease-in-out 0s;
}
.footer_menu  ul li a:hover:before,
.footer_menu  ul li a:focus:before{
    opacity: 1;
    animation: animate 0.5s infinite;
}
@keyframes animate{
    0%,100%{ transform: rotate(0); }
    33%{ transform: rotate(5deg); }
    66%{ transform: rotate(-5deg); }
}
.footer_menu  ul li{
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
	color: #000;
	display: flex !important;
    justify-content: center !important;
}
 .footer_menu ul.footer_details  li a:before{
display: none;
}
ul.footer_details li:hover{
background: #017ecb;
}
ul.footer_details li:hover .fa,ul.footer_details li:hover a{
	color: #fff;
	transition: 1s !important;
}
.footer_menu{
	background: transparent !important;
	margin-top: 30px;
}
.footer_copyright_section {
	padding: 0px !important;
}
.footer_copyright_row{
	padding: 10px !important;
}
ul.footer_social_media{
	padding: 0px !important;
	display: flex;
	float: right;
}
ul.footer_social_media li{
	list-style-type: none;
	padding: 0px 20px;
}
ul.footer_details li .fa {
    color: #017ecb;
    font-size: 25px;
    padding-right: 10px;
}
ul.footer_details li {
    margin-bottom: 30px;
    border: 1px solid #bbbbbb;
    padding: 10px !important;
}
ul.footer_social_media li .fa{
	font-size: 20px;
	color: #fff;
}
.footer_content_copyright {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
}
.footer_copyright_section.landing_footer_copyright_section {
position: fixed;
width: 100%;
bottom: 0;
}
.footer_col2 {
	width: 20% !important;
	position: relative;
}
.footer_col4 {
	width: 40% !important;
}
.footer_col3{
	width: 40% !important;
	position: relative;
}
.footer_col2::after{
	right: -30px !important;
}
.footer_col2::before{
	position: absolute;
content: '';
background: #017ecb;
height: 340px;
width: 1px;
left: -20px;
top: 0;
}
.footer_col3::after,.footer_col2::after{
position: absolute;
content: '';
background: #017ecb;
height: 340px;
width: 1px;
right: 40px;
top: 0;
}
ul.footer_details{
	padding: 0px !important;
}
.footer_section_col1 {
	padding: 120px 0px !important;
}
@media all and (min-width: 320px) and (max-width: 767px) {
.footer_content_copyright{
	text-align: center;
	font-size: 16px;
}
ul.footer_social_media{
	float: unset;
	text-align: center;
	justify-content: center;
}
 .footer_section{
       	padding: 10px !important;
       }  
       .footer_menu ul li a{
       	font-size: 16px;
       }
       .footer_col3::after{
       	right: 17px;
       }
       .footer_section_col1 {
       	width: 100% !important;
       	margin-right: 0px !important;
       }
       .footer_logo{
       	display: flex;
       	justify-content: center;
       	margin: auto;
       }
       .footer_logo img{
       	height: 100px;
       }
       .footer_section_col2{
       	width: 100% !important;
       }
       .et_mobile_nav_menu{
       	display: none !important;
       }
       .et_pb_menu .et_pb_menu__menu{
       	display: block !important;
       }
       .footer_col2,.footer_col3{
       	width: 100% !important;
       }
       .footer_col3::after, .footer_col2::after{
       	display: none;
       }
       .footer_col4 {
    	width: 100% !important;
		}
		.footer_section_col1 {
			margin-bottom: 0px !important;
		}
		ul.footer_details li{
			margin-bottom: 10px ;
		}
		.footer_section_col1 {
    padding: 0px !important;
}

}
@media all and (min-width: 481px) and (max-width: 767px) {
 .footer_col2,.footer_col3{
       	width: 50% !important;
       }
}

@media all and (min-width: 768px) and (max-width: 980px) {
 .footer_content_copyright{
	text-align: center;
	font-size: 16px;
}
ul.footer_social_media{
	float: unset;
	text-align: center;
	justify-content: center;
}
 .footer_section{
       	padding: 10px !important;
       }  
       .footer_menu ul li a{
       	font-size: 16px;
       }
       .footer_col3::after{
       	right: 17px;
       }
       .footer_section_col1 {
       	width: 100% !important;
       	margin-right: 0px !important;
       }
       .footer_logo{
       	display: flex;
       	justify-content: center;
       	margin: auto;
       }
       .footer_logo img{
       	height: 100px;
       }
       .footer_section_col2{
       	width: 100% !important;
       }
       .et_mobile_nav_menu{
       	display: none !important;
       }
       .et_pb_menu .et_pb_menu__menu{
       	display: block !important;
       }
       .footer_section_col1 {
    padding: 0px !important;
}
 
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
   .footer_section{
       	padding: 10px !important;
       }  
       .footer_menu ul li a{
       	font-size: 16px;
       }
       .footer_col3::after{
       	right: 17px;
       }
       .footer_section_col1 {
       	width: 100% !important;
       	margin-right: 0px !important;
       }
       .footer_logo{
       	display: flex;
       	justify-content: center;
       	margin: auto;
       }
       .footer_logo img{
       	height: 100px;
       }
       .footer_section_col2{
       	width: 100% !important;
       }
  .footer_section_col1 {
    padding: 0px !important;
}
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
      .footer_section{
       	padding: 10px !important;
       }  
       .footer_menu ul li a{
       	font-size: 16px;
       }
       .footer_col3::after{
       	right: 17px;
       }
       .footer_section_col1 {
       	width: 25% !important;
       	margin-right: 50px !important;
       }
       .footer_section_col2{
       	width: 69% !important;
       }
  
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
        .footer_section{
       	padding: 10px !important;
       }  
       .footer_menu ul li a{
       	font-size: 16px;
       }
       .footer_col3::after{
       	right: 17px;
       }
  
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
      .footer_section{
       	padding: 10px !important;
       }  
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
       .footer_section{
       	padding: 10px !important;
       }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
     
}


@media all and (min-width: 981px) and (max-width: 3000px) {

}
