.two_section_holder {
  margin-top: 4%;
}

.Footer {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px 0px;
  background-color: #f3f9ff;
}

.Footer .logo_holder {
  width: 250px;
  margin-bottom: 12px;
}

.Footer .info_text {
  font-size: 15px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 10px;
  width: 90%;
  line-height: 1.4;
}

.Footer .info_holder {
  margin: 16px 0px 20px;
}

.Footer .info_holder .call_holder {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
.Footer .info_holder .call_holder .inner_icon {
  color: #2e5246;
  font-size: 15px;
  width: 20px;
}
.Footer .info_holder .call_holder .inner_text {
  font-size: 14px;
  color: #000;
  margin-bottom: 0px;
  margin-left: 8px;
}

.Footer .logo_holder .logo_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Footer .col_div {
}

.Footer .col_div .footer_section_title {
  color: #2e5246;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  font-family: Roboto;
  border-bottom: 2px solid #fa7317;
  width: fit-content;
}
.Footer .col_div .imgs_holder {
  display: flex;
  flex-direction: column;
}

.Footer .col_div .app_img {
  width: 110px;
  height: auto;
  margin-bottom: 5px;
}

.Footer .col_div .below_text {
  font-size: 15px;
  color: #0a1f44;
  font-weight: 400;
  margin-bottom: 20px;
}

.Footer .col_div .input-group {
}

.Footer .col_div .input-group .form-control {
}

.Footer .col_div .input-group .input-group-text {
  background: #0a1f44;
}

.Footer .col_div .input-group .input-group-text .img_holder {
}

.Footer .col_div .input-group {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
}

.Footer .col_div .input-group .form-control {
  background: #f3f3f3 0% 0% no-repeat padding-box !important;
  border-radius: 5px !important;
  border: none !important;
  font-size: 14px !important;
  height: 40px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
}

.Footer .col_div .input-group .input-group-text .img_holder .arrow {
  width: 25px;
  height: auto;
}

/* .Footer .col_div .footer_section_title::after {
    content: "";
    position: absolute;
    width: 10%;
    border-bottom: 2px solid #271714;
    left: 17px;
    transform: translate(-50%);
    bottom: -6px;
} */

.Footer .col_div .nav .first_nav_div {
  margin-right: 26px;
}

.Footer .col_div .nav .first_nav_div .nav-item {
}

.Footer .col_div .nav .first_nav_div .nav-item .nav-link {
  padding: 0px;
  font-size: 15px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 10px;
}

.Footer .col_div .nav .first_nav_div .nav-item .nav-link.active {
  font-weight: 600;
}

.Footer .col_div .footer_info_div {
  display: flex;
  margin-bottom: 15px;
}

.Footer .col_div .footer_info_div .no_div {
}

.Footer .col_div .footer_info_div .no_div .no_inner_text {
  font-size: 14px;
  color: #3e3e3e;
  margin-right: 8px;
  margin-top: 4px;
}

.Footer .col_div .footer_info_div .icon_text {
  font-size: 14px;
  color: #3e3e3e;
  margin-right: 8px;
  margin-top: 4px;
}

.Footer .col_div .footer_info_div .info_text {
  padding: 0px;
  font-size: 14px;
  color: #3e3e3e;
  font-weight: 500;
  margin-bottom: 10px;
  word-break: break-word;
}

.Footer .left_side .icons_holder {
  display: flex;
}

.Footer .left_side .icons_holder .squr_box {
  margin-right: 10px;
}

.Footer .left_side .icons_holder .squr_box .icon_holder {
  width: 30px;
  height: 30px;
  background: #202020;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.Footer .left_side .icons_holder .squr_box .icon_holder .link {
  line-height: 0;
}

.Footer .left_side .icons_holder .squr_box .icon_holder .link .icon_class {
  font-size: 17px;
  color: #ffffff;
}

.Footer .footer_text_div {
  padding: 11px;
  border-top: 1px solid;
  width: 100%;
  margin: 0 auto;
  margin-top: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Footer .footer_text_div .footer_text {
  font-size: 14px;

  font-weight: 500;
  margin-bottom: 0px;
  text-align: center;
}

.Footer .footer_text_div .footer_text .link_text {
  text-decoration: underline;
  color: #000;
}

.Footer .social_icons_holder .social-icon {
  margin-left: auto;
  margin-top: 34px;
}

.Footer .social_icons_holder .social-icon .sociallogo {
  width: 30px;
  height: 30px;
  margin: 0px 5px;
}

@media (min-width: 0px) and (max-width: 575px) {
  .Footer .left_side .icons_holder .squr_box .icon_holder {
    width: 25px;
    height: 25px;
  }

  .Footer .footer_text_div .footer_text .link_text {
    font-size: 12px;
  }

  .Footer .left_side .icons_holder .squr_box .icon_holder .link .icon_class {
    font-size: 12px;
  }

  .Footer .col_div .icons_holder {
    display: flex;
  }

  .Footer .col_div .icons_holder .img_holder {
    margin-right: 15px;
  }

  .Footer .footer_text_div .footer_text {
    font-size: 11px !important;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .Footer .col_div {
    margin-bottom: 12px;
  }

  .Footer .col_div .footer_info_div .info_text,
  .Footer .col_div .nav .first_nav_div .nav-item .nav-link {
    font-size: 13px;
  }

  .Footer .footer_text_div .footer_text {
    font-size: 12px;
  }

  .Footer .logo_holder {
    width: 90px;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .Footer .logo_holder {
    width: 70px;
    margin: 0 auto;
  }

  .Footer .col_div .input-group .input-group-text .img_holder .arrow {
    width: 19px;
  }

  .Footer .col_div .input-group .input-group-text {
    width: 41px;
    height: 35px;
  }

  .Footer .col_div .icons_holder .squr_box {
    width: 27px;
    height: 27px;
  }

  .Footer .col_div .input-group .form-control {
    height: 35px;
  }

  .Footer .col_div .icons_holder .squr_box .icon_holder {
    width: 21px;
    height: 21px;
  }

  .Footer .col_div .icons_holder .squr_box .icon_holder .link .icon_class {
    font-size: 12px;
  }

  .Footer .info_text,
  .Footer .col_div .nav .first_nav_div .nav-item .nav-link,
  .Footer .col_div .below_text,
  .Footer .footer_text_div .footer_text {
    font-size: 12px;
  }

  .Footer .col_div .footer_section_title {
    font-size: 15px;
  }

  .Footer .info_holder .call_holder .inner_text {
    font-size: 12px;
  }

  .Footer .info_text {
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .Footer .logo_holder {
    width: 100px;
  }

  .Footer {
    padding: 30px 0px 0px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .Footer .logo_holder {
    width: 110px;
    margin: 0 auto;
  }

  .Footer .col_div .input-group .input-group-text .img_holder .arrow {
    width: 19px;
  }

  .Footer .col_div .input-group .input-group-text {
    width: 41px;
  }

  .Footer .col_div .icons_holder .squr_box {
    width: 37px;
    height: 37px;
  }

  .Footer .col_div .icons_holder .squr_box .icon_holder {
    width: 30px;
    height: 30px;
  }

  .Footer .col_div .icons_holder .squr_box .icon_holder .link .icon_class {
    font-size: 17px;
  }

  .Footer .info_text,
  .Footer .col_div .nav .first_nav_div .nav-item .nav-link,
  .Footer .col_div .below_text,
  .Footer .footer_text_div .footer_text,
  .Footer .info_holder .call_holder .inner_text {
    font-size: 13px;
  }

  .Footer .left_side .icons_holder .squr_box .icon_holder {
    width: 27px;
    height: 27px;
  }

  .Footer .col_div .footer_section_title {
    font-size: 18px;
  }

  .Footer .left_side .icons_holder .squr_box .icon_holder .link .icon_class {
    font-size: 14px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .Footer .info_text {
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .Footer .logo_holder {
    width: 100px;
  }

  .Footer .col_div .input-group .input-group-text .img_holder .arrow {
    width: 19px;
  }

  .Footer .col_div .input-group .input-group-text {
    width: 41px;
  }

  .Footer .col_div .icons_holder .squr_box {
    width: 37px;
    height: 37px;
  }

  .Footer .col_div .icons_holder .squr_box .icon_holder {
    width: 30px;
    height: 30px;
  }

  .Footer .col_div .icons_holder .squr_box .icon_holder .link .icon_class {
    font-size: 17px;
  }

  .Footer .info_text,
  .Footer .col_div .nav .first_nav_div .nav-item .nav-link,
  .Footer .col_div .below_text,
  .Footer .footer_text_div .footer_text {
    font-size: 13px;
  }

  .Footer .col_div .footer_section_title {
    font-size: 18px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .Footer .logo_holder {
    width: 108px;
  }

  .Footer .col_div .icons_holder .squr_box {
    width: 42px;
    height: 42px;
  }

  .Footer .info_text,
  .Footer .col_div .nav .first_nav_div .nav-item .nav-link,
  .Footer .col_div .below_text,
  .Footer .footer_text_div .footer_text {
    font-size: 14px;
  }

  .Footer .col_div .footer_section_title {
    font-size: 18px;
  }
}

/* old css */
/* 
.footer {
    background: #0f3768 0% 0% no-repeat padding-box;
    padding-top: 79px;

}

.footer .headlogo {
    width: 148px;
    height: 79px;
}

.footer .nav {
    margin-top: 23px;
}

.footer .nav-link {
    color: #FFF;
    font-size: 14px;
    padding-left: 0%;
}

.footer .nav-link:hover {
    color: #FFF;
    font-size: 14px;
    padding-left: 0%;
}

.footer .nav-link.active {
    color: #FFF;
    font-size: 14px;
    padding-left: 0%;
}

.footer .nav-link:focus {
    color: #FFF;
    font-size: 14px;
    padding-left: 0%;
}

.footer a {
    color: #fff;
}

.footer .text-area-loaction {
    margin-top: 20px;
}

.footer p {
    font-size: 12px;
    color: #FFF;
}

.footer .email-box .form-control {
    border-radius: 0%;
    padding: 0px;
    border: none;
    font-size: 15px;
    color: #000;
    background-color: transparent;
    padding-left: 10px;
}

.footer .email-box .form-control::placeholder {
    font-size: 15px;
    color: #000;
}

.footer .email-box .form-control:focus {
    box-shadow: none;
}

.footer .email-box .input-group-text {
    border: none;
    background-color: transparent;
    padding-right: 0px;
}


.footer-bannermain {
    position: relative;
}



.footer .address-holder .text-holder {
    margin: 23px 0px;
}

.footer .address-holder .text-holder p {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0%;
}

.footer .address-holder .social-icon {
    margin-left: auto;
    margin-top: 34px;
}

.footer .address-holder .social-icon .sociallogo {
    width: 30px;
    height: 30px;
    margin: 0px 5px;
}

.footer .copyright-holder {
    border-top: 1px solid #fff;
}

.footer .copyright-holder p {
    color: #fff;
    font-size: 13px;
    margin: 25px 0px;
}


.footer .location-holder {
    display: flex;
    justify-content: center;
    margin-top: 26px;

}

.footer .location-holder .call-holder span {
    color: #FFF;
    font-size: 13px;
}

.footer .location-holder .call-holder .call-icon {
    color: #FFF;
}

@media(min-width:992px) and (max-width:1200px) {
    .footer .nav-link:hover {
        margin: 0px 4px;
    }

    .footer .nav-link.active {
        margin: 0px 4px;
    }

    .footer .nav-link {
        margin: 0px 4px;
    }

    .footer .nav-link:focus {
        margin: 0px 4px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .footer .nav-link:hover {
        margin: 0px 4px;
    }

    .footer .nav-link.active {
        margin: 0px 4px;
    }

    .footer .nav-link {
        margin: 0px 4px;
    }

    .footer .nav-link:focus {
        margin: 0px 4px;
    }

    .footer .nav {
        margin-top: 46px;
    }

    .footer .address-holder .social-icon {
        margin-top: 19px;
        margin-bottom: 16px;
    }
}

@media(min-width:0px) and (max-width:767px) {
    .footer .nav-link:hover {
        margin: 0px 0px;
        padding: 0px 6px;
        font-size: 13px;
    }

    .footer .nav-link.active {
        margin: 0px 0px;
        padding: 0px 6px;
        font-size: 13px;
    }

    .footer .nav-link {
        margin: 0px 0px;
        padding: 0px 6px;
        font-size: 13px;
    }

    .footer .nav-link:focus {
        margin: 0px 0px;
        padding: 0px 6px;
        font-size: 13px;
    }

    .footer .nav {
        margin-top: 9px;
        margin-bottom: 19px;
    }

    .footer .address-holder .social-icon {
        margin-top: 19px;
        margin-bottom: 16px;
    }

    .footer .location-holder {
        display: unset;
    }


    .footer .email-box .form-control::placeholder {
        font-size: 14px;
    }

    .footer .email-box .form-control {
        font-size: 14px;
    }

    .footer .email-box .form-control::placeholder {
        font-size: 14px;
    }


    .footer .headlogo {
        width: 120px;
        height: 60px;
    }

}


.footer-banner {
    margin-top: -170px;
}

.footer-bannermain {
    position: relative;
    margin-bottom: 38px;
    z-index: 9;
}

.footer-bannermain .ban-contentmain {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.footer-bannermain .banconts {
    padding-top: 20px;
    padding-left: 70px;
    padding-right: 10px;
}

.footer-bannermain .banconts .newssetl {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

.footer-bannermain .banconts .getss {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

.footer .email-box .input-group {
    padding: 0px 5px;
    background-color: #fff;
    border-radius: 25px;
}

.footer-bannermain .subscribe-btn {
    border-radius: 21px;

}

.footer-bannermain .footerimg {
    width: 100%;
    height: 202px;
    border-radius: 10px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .footer-bannermain .banconts {
        padding-top: 15px;
        padding-left: 10px;
    }

    .footer-bannermain .banconts .newssetl {
        font-size: 14px;

    }

    .footer-banner {
        margin-top: 0px;
    }
} */
