.footer_section {
     background-image: url(../assets/img/footer-bg.png);
     background-size: cover;
     padding: 50px 0px;
}

/* footer section start */

.footer_section {
     width: 100%;
     float: left;
     background-image: url(../assets/img/footer-bg.png);
     height: auto;
     padding-top: 250px;
     background-size: 100% 100%;
     padding-bottom: 30px;
     background-repeat: no-repeat;
}

.input_btn_main {
     width: 50%;
     display: flex;
     background-color: #ffffff;
     border-radius: 40px;
     padding: 8px 0px;
     margin: 0 auto;
}

.mail_text {
     width: 100%;
     float: left;
     font-size: 18px;
     color: #2b2c2c;
     background-color: #ffffff;
     height: auto;
     padding: 5px 20px;
     border-radius: 20px;
     border: 0px;
}

.subscribe_bt {
     float: right;
}

.subscribe_bt a {
     width: 170px;
     float: left;
     font-size: 18px;
     color: #2b2278;
     background-color: transparent;
     padding: 5px 0px;
     text-align: center;
     font-weight: 500;
     text-transform: uppercase;
}

.subscribe_bt a:hover {
     color: #000;
     background-color: transparent;
}

.social_icon {
     width: 100%;
     margin: 0 auto;
     text-align: center;
}

.social_icon ul {
     margin: 0px;
     padding: 0px;
     display: inline-block;
     text-align: center;
}

.social_icon li {
     float: left;
     padding: 30px 5px;
}

.location_main {
     width: 100%;
     margin: 0 auto;
     text-align: center;
     padding-top: 40px;
}

.call_text {
     width: 100%;
     float: left;
     font-size: 16px;
     color: #ffffff;
     padding-top: 10px;
}

.call_text a {
     color: #ffffff;
}

.call_text a:hover {
     color: #e27141;
}

/* footer section end */

.copyright_section {
     width: 100%;
     float: left;
     background-color: #122c2d;
     height: auto;
     padding: 10px 70px;
     text-align: center;
}

.copyright_text {
     width: 100%;
     float: left;
     color: #ffffff;
     text-align: center;
     font-size: 16px;
     margin-left: 0px;
}

@media (max-width: 576px) {
     .copyright_text {
          font-size: 12px;
     }
}

.copyright_text a {
     color: #ffc800;
}

.copyright_text a:hover {
     color: #fff;
}

/* Icon Footer ======================================================================================================== */

.ul-icon {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     margin: 0;
     padding: 0;
     display: flex;
}

.ul-icon li {
     list-style: none;
}

.ul-icon li a {
     position: relative;
     width: 60px;
     height: 60px;
     display: block;
     text-align: center;
     margin: 0 10px;
     border-radius: 50%;
     padding: 6px;
     box-sizing: border-box;
     text-decoration: none;
     box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
     background: linear-gradient(0deg, #ddd, #fff);
     transition: 0.5s;
}

.ul-icon li a:hover {
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
     text-decoration: none;
}

.ul-icon li a .fab {
     width: 100%;
     height: 100%;
     display: block;
     background: linear-gradient(0deg, #fff, #ddd);
     border-radius: 50%;
     line-height: calc(60px - 12px);
     font-size: 24px;
     color: #262626;
     transition: 0.5s;
}

.ul-icon li:nth-child(1) a:hover .fab {
     color: #3b5998;
}

.ul-icon li:nth-child(2) a:hover .fab {
     color: #00aced;
}

.ul-icon li:nth-child(3) a:hover .fab {
     color: #dd4b39;
}

.ul-icon li:nth-child(4) a:hover .fab {
     color: #007bb6;
}

.ul-icon li:nth-child(5) a:hover .fab {
     color: #e4405f;
}


/* =================================================================================================================== */

.icon-footer{
     font-size: 40px;
}

.icon-footer:hover{
     color: #ffc800;
}

.call_text:hover{
     color: #ffc800;
}

.location_main {
     width: 100%;
     margin: 0 auto;
     text-align: center;
     padding-top: 40px;
}

@media (max-width: 1400px) {
     .location_main {
     padding: 0 7rem; } }

@media (max-width: 1200px) {
.location_main {
     padding: 0 7rem; } }

@media (max-width: 992px) {
.location_main {
     padding: 0 5rem; } }
     
@media (max-width: 768px) {
.location_main {
     padding: 0 3rem; } }

@media (max-width: 576px) {
.location_main {
     padding: 0 3rem; } }


@media (max-width: 768px) {
.call_text {
     font-size: 12px; } }

@media (max-width: 576px) {
.call_text {
     font-size: 14px; } }