p {
  color: rgba(255, 255, 255, 0.8);
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  line-height: normal;
}
h1 {
  color: #1b83f1;
  font-weight: bold;
}
h2 {
  color: rgba(255, 255, 255, 0.8);
  font-family: "DM Sans", sans-serif;
}
.blog-page {
  padding: 10px;
  margin: 5px;
  background-color: black;
  line-height: 1.5em;
}
.imgWidth {
  width: 100%;
  max-width: 600px;
  /* border: 1px solid white */
}
.imageWidthForPotrait {
  width: 100% !important;
  max-width: 400px !important;
}
#center {
  display: flex;
  align-content: center;
  justify-content: center;
}
.responsive {
  width: 100%;
  height: auto;
}
a,
a:link,
a:visited,
a:focus,
a:hover,
a:active {
  color: #0d6efd;
}
.blueColor {
  color: #0d6efd;
}
.callToActionBtn {
  background-image: linear-gradient(to bottom left, #1d8cf8, #3358f4, #1d8cf8);
  border-radius: 10%;
  color: white !important;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.contents {
  padding: 10px;
  margin: 10px;
}
.videos {
  width: 100%;
  max-width: 400px;
}
.textColor {
  color: #d4d4ca !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
}
.borderPadding {
  /* border: 2px solid white;
      padding: 10px; */
  background-color: #bde1e1;
  font-weight: bold;
}
.cssForJobMelaRegister {
  background: linear-gradient(to right, #f6e27a 0%, #f6ef88 50%, #f6e27a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
li {
  font-size: 20px;
  line-height: normal;
}
.accountDetails {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
table {
  font-family: arial, sans-serif !important;
  border-collapse: collapse !important;
  width: 100% !important;
}
td,
th {
  border: 1px solid #dddddd !important;
  text-align: center !important;
  padding: 8px !important;
}
.videos {
  width: 100%;
  max-width: 400px;
  border: 1px solid white;
}
.videoMaxHeight {
  max-height: 250px !important;
}
.google-map {
  padding-bottom: 50%;
  position: relative;
}

.google-map iframe {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.blog-page-new {
  padding: 10px;
  margin: 5px;
  background-color: #003d14;
  line-height: 1.5em;
}
.borderPaddingNew {
  background-color: #1d571a;
  font-weight: bold;
}
