body {
  margin: 0px;
  padding: 0px;
  font-family: "Montserrat", sans-serif !important;
}

[data-next-badge] {
  display: none !important;
}

body a {
  text-decoration: none !important;
}

.home-banner-img-main {
  width: 100%;
  height: 100%;
}

.home-banner-img-main .home-banner-img {
  width: 100%;
  height: 100%;
}

.orange_btn {
  background: #ff8600 0% 0% no-repeat padding-box;
  border: 0;
  border-radius: 0px;
  padding: 4px 10px;
  color: #fff;
  font-weight: 500;
  border-radius: 3px;
}

.apply_btn {
  background-color: #000 !important;
  color: #ffff !important;
  border: 1px solid #000 !important;
  font-size: 14px !important;
  padding: 8px 25px !important;
  font-weight: 400 !important;
  border-radius: 0px !important;
}


.Blog_Details {
  margin: 50px 0;
}

.form-control:focus {
  box-shadow: none !important;
}

.fade {
  transition: opacity 0s linear !important;
}

.error_message {
  font-size: 14px;
  margin-top: 3px;
}

.image-div .bca-img {
  width: 100%;
}

.jpsect_title {
  font-weight: 600;
  font-size: 35px;
  color: #000;
}

.jpsect_subtitle {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.heading {
  font-size: 20px;
  font-weight: 600;
}

.addvertisement-div {
  position: relative;
}

.addvertisement-div .add-banner {
  width: 100%;
}

.modal-apply-now {
  background-color: #000;
  color: #ffff;
  border: 1px solid #000;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 5px;
  font-weight: 400;
  margin: 10px 0px;
}

.addvertisement-div .know-more-bt {
  border-radius: 5px;
  background: #ee9723;
  border: 0px;
  border-radius: 5px;
  padding: 7px 25px;
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.addvertisement-div .know-more-bt:hover {
  background: #fff;
  color: #000;
}

.comp-search-in-div {
  position: relative;
  margin-bottom: 20px;
}

.comp-search-in-div .serch-comp-imppp {
  border-radius: 3px;
  background: #f8f8f8;
  border: 1px solid #8d8d8d;
  font-size: 13px;
  padding: 10px 35px;
}

.comp-search-in-div .ser-iccc {
  width: 15px;
  position: absolute;
  left: 10px;
  bottom: 14px;
}

.react-tel-input .selected-flag {
  background-color: #fff;
  border: 1px solid #707070 !important;
}

.react-tel-input .form-control {
  width: 100% !important;
  border: 1px solid #707070 !important;
}

.apply_btn {
  background-color: #000 !important;
  color: #ffff !important;
  border: 1px solid #000 !important;
  font-size: 14px !important;
  padding: 8px 25px !important;
  font-weight: 400 !important;
  border-radius: 0px !important;
}

.orange_btn {
  background: #ff8600 0% 0% no-repeat padding-box;
  border: 0;
  border-radius: 0px;
  padding: 4px 10px;
  color: #fff;
  font-weight: 500;
  border-radius: 3px;
}

.white_section_heading {
  font-size: 26px;
  color: #fff;
  margin-bottom: 60px;
  font-weight: 700;
  text-align: center;
}

.red_section_heading {
  font-size: 26px;
  color: #b02930;
  margin-bottom: 60px;
  font-weight: 700;
  text-align: center;
}

.common_red_btn {
  display: inline-block;
  padding: 5px 18px;
  color: #fff;
  /* border-radius: 20px; */
  background: linear-gradient(to bottom, #e5345c, #792358);
  outline: 0;
  margin: 0 10px 0 0;
  cursor: pointer;
}

.hidden_h1_tag {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 0px) and (max-width: 768px) {

  .white_section_heading,
  .red_section_heading {
    font-size: 25px;
    margin-bottom: 40px;
  }

  .jpsect_title {
    font-size: 20px;
  }

  .jpsect_subtitle {
    font-size: 12px;
  }

  .heading {
    font-size: 15px;
  }

  .addvertisement-div .know-more-bt {
    padding: 7px 10px;
    font-size: 13px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .jpsect_title {
    font-size: 25px;
  }

  .jpsect_subtitle {
    font-size: 15px;
  }

  .heading {
    font-size: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .jpsect_title {
    font-size: 28px;
  }

  .jpsect_subtitle {
    font-size: 16px;
  }
}

/* End Job portal Common Css  */

.mobile-view-banner {
  display: none;
}

.mobileview-small-banner {
  display: none;
}

@media (min-width: 0px) and (max-width: 768px) {
  .mobile-view-banner {
    display: block;
  }

  .desktop-view-banner {
    display: none;
  }

  .mobile-view-banner .banner-img1 {
    width: 100%;
    border-radius: 10px;
  }

  .desktopview-small-banner {
    display: none;
  }

  .mobileview-small-banner {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .addvertisement-div .know-more-bt {
    padding: 5px 19px;
  }
}

.comsonn-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}

.pulsate-bck {
  -webkit-animation: pulsate-bck 1s ease-in-out infinite both;
  animation: pulsate-bck 1s ease-in-out infinite both;
}

@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}