@import url(https://fonts.googleapis.com/css2?family=Readex+Pro:wght@400;500&display=swap);
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
#employer_profile_picture {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 grey;
  margin-left: 30px;
}

section.hero-section.hero-bg {
  padding: 80px 15px;
  background: url(../images/desktop/landingpage/hero-bg.png);
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: top;
}
section.hero-section.hero-bg h1 {
  font-weight: 500;
}
section.hero-section.hero-bg h1 span {
  font-size: calc(1rem + 1vw);
}
section.hero-section.hero-bg .btn {
  letter-spacing: 0;
  text-align: center;
  width: auto;
  margin-top: 10px;
  border-radius: 5px;
  margin-right: 10px;
}

section.exclusive-description {
  padding: 80px 15px;
}
@media screen and (max-width: 991px) {
  section.exclusive-description {
    padding: 50px 5px;
  }
}
@media screen and (min-width: 992px) {
  section.exclusive-description .content {
    margin: 30px auto 0 0;
  }
}
@media screen and (min-width: 1200px) {
  section.exclusive-description .content {
    width: 75%;
  }
}
section.exclusive-description .content h2 {
  font-weight: 500;
  color: #353749;
  font-size: 2.2rem;
}
@media screen and (max-width: 991px) {
  section.exclusive-description .content h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  section.exclusive-description .content h2 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  section.exclusive-description .content h2 {
    font-size: 2.5rem;
  }
}
section.exclusive-description .content h2 span {
  color: #0077B3 !important;
}
section.exclusive-description .content p {
  font-weight: 400;
  font-size: 18px;
  color: #053144;
}
section.exclusive-description img {
  width: 100%;
}

section.feature-section {
  padding: 30px 15px;
}
@media screen and (max-width: 767px) {
  section.feature-section {
    padding: 0 15px 50px;
  }
}
section.feature-section .part {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  section.feature-section .part {
    background: rgba(0, 119, 179, 0.05);
    border-radius: 10px;
    padding: 30px 30px 0;
    margin-bottom: 30px;
  }
}
section.feature-section .part .img-icon {
  background: linear-gradient(180deg, #0099e6 0%, #005580 100%);
  height: 80px;
  width: 80px;
  box-shadow: 0 0 0 10px rgba(0, 119, 179, 0.1019607843);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  section.feature-section .part .img-icon {
    height: 60px;
    width: 60px;
  }
}
section.feature-section .part h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #353749;
}
section.feature-section .part ul {
  padding-left: 20px;
}
section.feature-section .part ul li {
  color: #053144;
  font-weight: 400;
  font-size: 20px;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  section.feature-section .part ul li {
    font-size: 16px;
    line-height: 40px;
  }
}
section.feature-section .part ul li::marker {
  color: #0077b3;
  width: 6px;
  height: 6px;
}

section.steps-section {
  padding: 80px 15px;
}
@media screen and (max-width: 991px) {
  section.steps-section {
    padding: 50px 5px;
  }
}
section.steps-section h2 {
  font-weight: 700;
  margin-bottom: 30px;
}
section.steps-section p {
  margin-bottom: 2rem;
}
section.steps-section .img-wrapper {
  background: rgba(88, 99, 248, 0.05);
  padding: 50px 30px;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  section.steps-section .img-wrapper {
    background: transparent;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 991px) {
  section.steps-section .full-width {
    background: rgba(88, 99, 248, 0.05);
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

section.steps-section.why-talenmate {
  padding: 0 15px 80px;
}

section.recruitment-section {
  padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
  section.recruitment-section {
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 991px) {
  section.recruitment-section .img-wrapper img {
    width: 100%;
  }
}
@media screen and (min-width: 2100px) {
  section.recruitment-section .img-wrapper {
    text-align: right;
  }
}
section.recruitment-section .texts {
  display: flex;
  align-items: center;
  padding: 30px 15px;
}
@media screen and (min-width: 992px) {
  section.recruitment-section .texts {
    padding: 0 40px;
  }
}
section.recruitment-section .texts h2 {
  margin-bottom: 20px;
}
section.recruitment-section .texts ul li {
  line-height: 2rem;
}
@media screen and (max-width: 991px) {
  section.recruitment-section .texts .row {
    justify-content: center;
  }
}

section.requirement-form {
  padding: 80px 15px;
}
@media screen and (max-width: 991px) {
  section.requirement-form {
    padding: 50px 15px;
  }
}
section.requirement-form h3, section.requirement-form p {
  margin-bottom: 20px;
}

.TM-modal.modal .modal-dialog.modal-xl .modal-content {
  padding: 40px 35px 0;
}
.TM-modal.modal .modal-dialog.modal-xl .modal-content .modal-body {
  padding: 20px 0;
}
.TM-modal.modal .modal-dialog.modal-xl .modal-content .modal-footer {
  padding: 20px 0;
}
.TM-modal.modal .modal-dialog.modal-lg {
  max-width: 820px;
}
.TM-modal.modal .modal-dialog.modal-lg .modal-content {
  padding: 40px 35px 0;
}
.TM-modal.modal .modal-dialog.modal-lg .modal-content .modal-body {
  padding: 20px 0;
}
.TM-modal.modal .modal-dialog.modal-lg .modal-content .modal-footer {
  padding: 20px 0;
}
.TM-modal.modal .modal-dialog.modal-md {
  max-width: 581px;
}
.TM-modal.modal .modal-dialog.modal-md .modal-content {
  padding: 50px 35px;
}
.TM-modal.modal .modal-dialog.modal-md .modal-content .modal-header {
  justify-content: center;
}
.TM-modal.modal .modal-dialog.modal-md .modal-content .modal-header h5 {
  color: #053144;
}
.TM-modal.modal .modal-dialog.modal-md .modal-content .modal-body {
  padding: 20px 0;
}
.TM-modal.modal .modal-dialog.modal-md .modal-content .modal-footer {
  padding: 20px 0;
}
.TM-modal.modal .modal-dialog.modal-sm {
  max-width: 400px;
}
.TM-modal.modal .modal-dialog.modal-sm .modal-content {
  padding: 60px 35px;
}
.TM-modal.modal .modal-dialog.modal-sm .modal-content .modal-header {
  justify-content: center;
}
.TM-modal.modal .modal-dialog.modal-sm .modal-content .modal-header h5 {
  color: #053144;
}
.TM-modal.modal .modal-dialog.modal-sm .modal-content .modal-body .content {
  padding: 20px 0;
  color: #000000;
}
.TM-modal.modal .modal-dialog.modal-sm .modal-content .modal-body .button-wrapper {
  display: flex;
  justify-content: center;
}
.TM-modal.modal .modal-dialog.modal-sm .modal-content .modal-body .button-wrapper button:first-child {
  margin-right: 10px;
}
.TM-modal.modal .modal-dialog .modal-header.bg-primary {
  color: #ffffff;
  padding: 10px 30px;
}
.TM-modal.modal .modal-dialog .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
}
.TM-modal.modal .modal-dialog .modal-header button.fa-times-circle {
  font-size: 24px;
  color: #fff;
  padding: 0;
}
.TM-modal.modal .modal-dialog .modal-header .btn-close {
  height: 18px;
  width: 18px;
  font-size: 16px;
  background: #E5F6FF;
  border: none;
  border-radius: 50%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  padding: 3px;
  position: absolute;
  right: 35px;
  top: 40px;
  margin: 0;
}
.TM-modal.modal .modal-dialog .modal-header .header-content-wrapper {
  display: block;
  width: 100%;
}
.TM-modal.modal .modal-dialog .modal-header .header-content-wrapper .modal-title {
  font-size: 26px !important;
  line-height: 44px;
  margin: 0;
  font-weight: 500;
}
.TM-modal.modal .modal-dialog .modal-content {
  border-bottom: 5px solid #2973A6;
  border-radius: 10px;
  border-left: 1px solid #C1E8FD;
  border-right: 1px solid #C1E8FD;
  border-top: 1px solid #C1E8FD;
}
.TM-modal.modal .modal-dialog .modal-content .modal-header {
  justify-content: flex-start;
  padding: 0;
}
.TM-modal.modal .modal-dialog .modal-content .modal-header .btn-close {
  height: 18px;
  width: 18px;
  font-size: 16px;
  background: #E5F6FF;
  border: none;
  border-radius: 50%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  padding: 3px;
  position: absolute;
  right: 35px;
  top: 40px;
  margin: 0;
}
.TM-modal.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  max-width: none !important;
  color: #212529;
}
.TM-modal.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.TM-modal.modal .modal-dialog .modal-content .modal-body .btn {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.modal-open .select2-container {
  z-index: 1060;
}

.tm-form {
  font-family: "Roboto", SansSerif !important;
}
.tm-form .form_group {
  margin-bottom: 15px;
  z-index: 999;
}
.tm-form .form_group .input-group .br-half {
  border-right: 2px solid !important;
  -o-border-image: linear-gradient(to top, rgba(128, 128, 128, 0) 25%, #d2d2d2 0%, #d2d2d2 75%, rgba(255, 0, 0, 0) 0, rgba(255, 0, 0, 0) 0, rgba(0, 128, 128, 0) 0) 1 !important;
     border-image: linear-gradient(to top, rgba(128, 128, 128, 0) 25%, #d2d2d2 0%, #d2d2d2 75%, rgba(255, 0, 0, 0) 0, rgba(255, 0, 0, 0) 0, rgba(0, 128, 128, 0) 0) 1 !important;
}
.tm-form .form_field, .tm-form .form_textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  outline: 0;
  font-size: 14px;
  line-height: 36px;
  color: #353849 !important;
  font-family: inherit;
  padding: 8px 10px;
  height: 42px;
  background: #FFFFFF;
  resize: none;
  transition: border-color 0.2s;
}

.form_group .select2-container {
  z-index: 1;
}

ul.ui-autocomplete {
  max-height: 214px;
  overflow: auto;
  z-index: 1060;
}
ul.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper {
  font-size: 14px;
  padding: 6px;
}
ul.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background-color: #e5f6ff;
  border-color: #e5f6ff;
  color: #005d88;
}

.mt-15 {
  margin-top: 15px;
}

.body_wrapper .body-content .maintable {
  min-height: calc(100vh - 280px);
  max-height: calc(100vh - 225px);
  overflow: auto;
}

.employer-verification-wrapper .tab-header {
  padding: 10px 50px;
}
.employer-verification-wrapper .tab-header h2 {
  color: #353849;
  text-align: center;
  font-family: "Roboto", SansSerif !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  margin: 0;
}
.employer-verification-wrapper .tabs-wrapper {
  border-radius: 5px;
  border: 1px solid #ced4da;
  margin: 10px 50px 30px;
  padding: 30px 50px 50px;
}
.employer-verification-wrapper .tabs-wrapper ul.nav-tabs {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid #ced4da;
  list-style-type: none;
}
.employer-verification-wrapper .tabs-wrapper ul.nav-tabs li.tab-item {
  text-align: center;
  cursor: pointer;
  color: #333;
}
.employer-verification-wrapper .tabs-wrapper ul.nav-tabs li.tab-item span {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #E5F6FF;
  border-radius: 50%;
  margin-bottom: 15px;
  color: rgba(51, 51, 51, 0.5);
  font-weight: 450;
}
.employer-verification-wrapper .tabs-wrapper ul.nav-tabs li.tab-item .tab-text {
  padding: 0 0 10px;
  font-weight: 450;
}
.employer-verification-wrapper .tabs-wrapper ul.nav-tabs li.tab-item.active {
  color: #0077B3;
  border-bottom: 3px solid;
}
.employer-verification-wrapper .tabs-wrapper ul.nav-tabs li.tab-item.active span {
  background: #0077B3;
  color: #ffffff;
  font-weight: 500;
}
.employer-verification-wrapper .tabs-wrapper ul.nav-tabs li.tab-item.active .tab-text {
  font-weight: 500;
}
.employer-verification-wrapper .tabs-wrapper ul.nav-tabs li.tab-item.disabled {
  pointer-events: none;
  opacity: 0.4;
}
.employer-verification-wrapper .tabs-wrapper .tab-content .content-wrapper {
  min-height: calc(100vh - 500px);
}
.employer-verification-wrapper .tabs-wrapper .tab-content .content-wrapper .border-grey {
  border: 1px solid #ced4da;
}
.employer-verification-wrapper .tabs-wrapper .tab-content .content-wrapper .h-200 {
  min-height: 200px;
  max-height: 200px;
}
.employer-verification-wrapper .tabs-wrapper .tab-content .content-wrapper .h-200 img {
  max-width: 150px;
  max-height: 180px;
}
.employer-verification-wrapper .tabs-wrapper .tab-content .content-wrapper .note-editor.note-frame {
  border: 1px solid #C1E8FD;
  border-radius: 5px;
  height: 265px;
  padding: 0 10px;
}
.employer-verification-wrapper .tabs-wrapper .tab-content .content-wrapper .panel-heading.note-toolbar {
  background: #F2F9FF;
  border: 1px solid #C7D4EB;
  border-radius: 4px;
  margin: 10px 0 0;
}
.employer-verification-wrapper .tabs-wrapper .tab-content .content-wrapper #business_description-error {
  position: relative;
  top: 300px;
}
.employer-verification-wrapper .tabs-wrapper .tab-content .content-wrapper label {
  margin-bottom: 0.2rem;
}
.employer-verification-wrapper .tabs-wrapper .tab-content .content-wrapper .form_group {
  margin-bottom: 15px;
}
.employer-verification-wrapper .tabs-wrapper .tab-content .content-wrapper .form_group .form-control {
  border-radius: 5px;
}
.employer-verification-wrapper .tabs-wrapper .tab-content .content-wrapper .form_group.img-upload {
  border: 1px solid #ced4da;
  border-radius: 5px;
  min-height: 240px;
  padding: 15px;
  display: flex;
}
.employer-verification-wrapper .tabs-wrapper .tab-content .content-wrapper .form_group.img-upload .edit_on {
  margin: auto;
}
.employer-verification-wrapper .tabs-wrapper .tab-content .content-wrapper.tab3 {
  border: 1px solid #ced4da;
  border-radius: 5px;
  padding: 30px 100px;
}
@media screen and (max-width: 1199px) {
  .employer-verification-wrapper .tabs-wrapper .tab-content .content-wrapper.tab3 {
    padding: 30px 50px;
  }
}

.emailVerificationPage {
  min-height: calc(100vh - 82px);
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.emailVerificationPage .content-wrapper {
  background: #e5f6ff;
  border: 1px solid #e5f6ff;
  padding: 30px;
  border-radius: 5px;
}

.header {
  font-family: "Readex Pro", sans-serif;
  border: none !important;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 20;
}
.header img {
  z-index: 2;
  position: relative;
  max-width: 13.13vw;
}
.header.LANDING-PAGE.bg-info,
.header.LANDING-PAGE .bg-info {
  background: transparent !important;
}
.header .navbar {
  padding: 1rem 0.5rem;
}
.header .navbar .navbar-toggler {
  background: #0077b3;
}
.header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
.header .navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
@media screen and (max-width: 991px) {
  .header .navbar-collapse {
    background: #0077B3;
    transition: all 0.25s ease-in-out 0s;
    position: absolute;
    width: 100%;
    left: 0;
    top: 70px;
    padding: 0;
  }
}
.header .navbar-collapse .navbar-nav {
  color: #353849;
  z-index: 2;
  align-items: center;
  text-align: center;
  position: relative;
  justify-content: flex-end;
}
.header .navbar-collapse .navbar-nav .nav-item a {
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .header .navbar-collapse .navbar-nav .nav-item a {
    color: #FFFFFF;
    padding: 15px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .header .navbar-collapse .navbar-nav {
    justify-content: space-evenly;
    flex-direction: column;
    gap: 0 9px !important;
    align-items: flex-start;
    padding: 15px;
  }
  .header .navbar-collapse .navbar-nav .dropdown .btn {
    padding: 15px 0 !important;
  }
}
.header .navbar-collapse .navbar-nav .w-375 {
  width: 18.25vw;
}
.header .navbar-collapse .navbar-nav a {
  font-size: 0.833333vw;
  font-weight: 500;
}
.header .navbar-collapse .navbar-nav button {
  font-weight: 400;
  font-size: 0.833333vw;
  padding: 14px 33px;
  border: 2px solid #0077b3;
}
.header .navbar-collapse .navbar-nav button:hover {
  border: 2px solid #005176;
}
.header .navbar-collapse .navbar-nav .dropdown .primary-dropdown-menu li {
  background: #0077b3 !important;
}
.header .navbar-collapse .navbar-nav .dropdown .primary-dropdown-menu li a {
  color: white !important;
  padding: 20px;
  text-align: center;
}
.header .navbar-collapse .navbar-nav .dropdown .primary-dropdown-menu li a:hover {
  background: #005d88 !important;
  color: white !important;
}
.header .navbar-collapse .navbar-nav .dropdown .light-dropdown-menu li {
  background: white !important;
}
.header .navbar-collapse .navbar-nav .dropdown .light-dropdown-menu li a {
  color: #0077b3;
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 1600px) {
  .header .w-375 {
    width: 335px !important;
  }
  .header button {
    font-size: 16px !important;
  }
  .header img {
    max-width: 246px;
    height: 43px;
  }
}
@media screen and (max-width: 850px) {
  .header img {
    max-width: 200px;
  }
  .navbar .dropdown .btn {
    padding: 10px 15px !important;
  }
}
.landingpage-section-3-footer {
  font-size: 16px;
  color: #dddddd;
}
@media screen and (min-width: 1200px) {
  .landingpage-section-3-footer {
    padding: 0 50px 0 50px;
  }
}
.landingpage-section-3-footer span[data-server-error] {
  color: #ff8e80 !important;
  position: absolute;
  top: 70px;
}
.landingpage-section-3-footer .copy-right {
  line-height: 45px;
  font-weight: 300;
}
.landingpage-section-3-footer hr {
  margin: 60px 0 45px;
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.landingpage-section-3-footer .footer-icon {
  margin-right: 15px;
  max-width: 40px;
  max-height: 40px;
}
.landingpage-section-3-footer .footer-icon img {
  width: 100%;
  height: 100%;
}
.landingpage-section-3-footer section {
  height: 248px;
  z-index: -2;
  width: 1328px;
  border-radius: 20px;
  position: relative;
  top: -124px;
  margin: 0 auto;
}
@media screen and (min-width: 1600px) {
  .landingpage-section-3-footer section {
    width: 100%;
  }
}
.landingpage-section-3-footer section.h-136 {
  height: 136px;
}
.landingpage-section-3-footer section h4 {
  font-size: 36px;
  color: white;
  padding-left: 50px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .landingpage-section-3-footer section h4 {
    padding-left: 0;
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .landingpage-section-3-footer section .col-sm-8.px-5 {
    padding-left: 0 !important;
  }
}
.landingpage-section-3-footer section .subscribe-panel {
  display: flex !important;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: space-around;
  height: 100%;
  width: 100%;
}
.landingpage-section-3-footer section .subscribe-panel .input-group {
  padding-right: 50px;
}
.landingpage-section-3-footer section .subscribe-panel button {
  height: 62px;
  width: 168px;
  border-radius: 3px;
  margin-left: -10px;
}
.landingpage-section-3-footer .footer-links {
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.landingpage-section-3-footer .footer-links .link-wrapper {
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .landingpage-section-3-footer .footer-links .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  .landingpage-section-3-footer .footer-links .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.landingpage-section-3-footer .footer-links .find-jobs .summary li, .landingpage-section-3-footer .footer-links .discover .summary li {
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}
@media screen and (min-width: 576px) {
  .landingpage-section-3-footer .footer-links .hide-mob {
    display: block;
  }
  .landingpage-section-3-footer .footer-links .show-mob {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .landingpage-section-3-footer .footer-links .show-mob {
    display: block;
  }
  .landingpage-section-3-footer .footer-links .hide-mob {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .landingpage-section-3-footer .footer-links .heading.hide-head {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .landingpage-section-3-footer .footer-links .heading h5 {
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
  }
}
.landingpage-section-3-footer .footer-links .summary ul {
  list-style-type: none;
  padding: 0;
}
.landingpage-section-3-footer .footer-links .summary ul li {
  font-size: 16px;
  padding: 10px 0;
}
@media screen and (max-width: 575px) {
  .landingpage-section-3-footer .footer-links .summary ul li {
    padding: 7px 0;
  }
}
.landingpage-section-3-footer .footer-links .summary ul li a {
  font-weight: 450;
  font-size: 16px;
  color: #DDDDDD;
}
.landingpage-section-3-footer .footer {
  display: flex;
  justify-content: space-between !important;
}
@media screen and (max-width: 991px) {
  .landingpage-section-3-footer .footer {
    display: block;
    text-align: center;
  }
}
.landingpage-section-3-footer .footer .social-icons {
  display: flex;
  align-items: center !important;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .landingpage-section-3-footer .footer #siteseal {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .landingpage-section-3-footer {
    font-size: 16px !important;
    padding: 30px 5px !important;
  }
  .landingpage-section-3-footer .footer-links .heading h5 {
    font-size: 24px !important;
  }
  .landingpage-section-3-footer .footer-links .summary p {
    font-size: 14px;
    line-height: 30px;
  }
  .landingpage-section-3-footer .footer-links .summary ul {
    list-style-type: none;
    padding: 0;
  }
  .landingpage-section-3-footer .footer-links .summary ul li a {
    font-weight: 450;
    font-size: 14px;
    color: #DDDDDD;
  }
  .landingpage-section-3-footer .copy-right {
    line-height: 42px !important;
  }
  .landingpage-section-3-footer hr {
    margin: 30px 0 35px !important;
  }
  .landingpage-section-3-footer section h4 {
    font-size: 32px;
  }
  .landingpage-section-3-footer section button {
    height: 58px;
    width: 168px;
  }
}
