.error {
  color: red;
}

.login-form .form-control .error {
  border: 1px solid color red !important;
}

.login-form .form-control {
  border-radius: 23px !important;
}

/*--19-10-2021--*/
.page-template-page-blog .blog-layout-wrap .container {
  max-width: 1280px;
  width: 100% !important;
}

.page-template-page-blog .blog-layout-wrap .main-content.left {
  padding-right: 30px;
  padding-left: 30px !important;
}
.page-template-page-blog .blog-layout-wrap .sidebar {
  padding-right: 30px;
}
.page-template-page-blog .post-body {
  padding: 15px;
  background: #fffaed;
  margin-bottom: 15px;
}
.page-template-page-blog h3.post-title a {
  color: #000;
  font-size: 24px;
}

.page-template-page-blog .wp-pagenavi a:hover,
.page-template-page-blog .wp-pagenavi span.current {
  border-color: #6ec8c3;
  background: #6ec8c3;
  color: #fff;
}

.page-template-page-blog .wp-pagenavi a,
.page-template-page-blog .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #bfbfbf;
  padding: 7px 9px;
  margin: 2px;
}
.page-template-page-blog .wp-pagenavi a {
  text-decoration: none;
  border: 1px solid #e9b222;
  padding: 7px 9px;
  margin: 2px;
  background: #e9b222;
  color: #fff;
}
.page-template-page-blog .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #f3dfaa;
  padding: 7px 9px;
  margin: 2px;
  background: #f3dfaa;
  color: #000;
}
.page-template-page-blog .post-date-full {
  padding-left: 21px;
  position: relative;
}
.page-template-page-blog .post-date-full:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "\e64e";
  font-family: icomoon;
  display: block;
  color: #e9b222;
}
.page-template-page-blog .post-more {
  border: 1px solid #6ec8c3;
  padding: 5px 10px;
}
.page-template-page-blog .blog-layout-wrap {
  padding: 30px 0 70px 0;
}
.post-template-default.single .blog-layout-wrap .container {
  max-width: 1280px;
  width: 100% !important;
}
.post-template-default.single .blog-layout-wrap .main-content.left {
  padding-right: 30px;
  padding-left: 30px !important;
}
.post-template-default.single .blog-layout-wrap .sidebar {
  padding-right: 30px;
}
.post-template-default.single .blog-layout-wrap {
  padding: 30px 0 70px 0;
}

/*
 * Risk Assessment CSS Start
 */

* {
  box-sizing: border-box;
}

body {
  background-color: #f1f1f1;
}

#riskAssessmentForm {
  background-color: #ffffff;
  margin: 10px auto 100px auto;
  font-family: Raleway;
  padding: 40px;
  width: 70%;
  min-width: 300px;
}

h1 {
  text-align: center;
}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #04aa6d;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04aa6d;
}

/*
 * Risk Assessment CSS end
 */

/*--26-10-2021 for default radio--*/
.risk_assessment_tool .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.risk_assessment_tool .form-check-label {
  margin-bottom: 0;
  display: inline-block;
}
.risk_assessment_tool input[type="checkbox"],
.risk_assessment_tool input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.risk_assessment_tool .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
  width: auto;
}
.risk_assessment_tool button,
.risk_assessment_tool input {
  overflow: visible;
}
.risk_assessment_tool button,
.risk_assessment_tool input,
.risk_assessment_tool optgroup,
.risk_assessment_tool select,
.risk_assessment_tool textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/*--27-10-2021 for custom radio--*/
.form-row .valid input[type="text"],
.form-row .valid input[type="email"],
.form-row .valid input[type="tel"] {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url(correct.svg) !important;
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-row .invalid input[type="text"],
.form-row .invalid input[type="email"],
.form-row .invalid input[type="tel"] {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url(incorrect.svg) !important;
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.risk_assessment_tool h4 {
  font-size: 26px;
  line-height: 36px;
}
.risk_assessment_tool p {
  font-size: 20px;
  line-height: 30px;
  color: #333;
}
.risk_assessment_tool
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #8000c1;
}
.risk_assessment_tool .custom-control-label::before {
  border: 1px solid #999;
}
.custom-control-label {
  color: #333;
}
.risk_assessment_tool hr {
  width: 100%;
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.invalid .custom-control-input ~ .custom-control-label {
  color: #dc3545;
}
.invalid .custom-control-input ~ .custom-control-label::before {
  border-color: #dc3545;
}
.valid .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.valid .custom-control-input.valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.valid .custom-control-input.valid ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #fff;
}
.valid .custom-control-input.valid ~ .custom-control-label {
  color: #34ce57;
}

/*.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.custom-control-input ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #fff;
}
.custom-control-input ~ .custom-control-label {
  color: #34ce57;
}
.risk_assessment_tool .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color:rgb(69, 168, 69);
}*/

.alertForm-message {
  background-color: #ffffff;
  margin: 10px auto;
  font-family: Raleway;
  padding: 0px 40px;
  width: 70%;
  min-width: 300px;
}
.alertForm-message div {
  font-size: 18px;
}

.blog-post.risk_assessment_tool.answer_sheet {
  background-color: #ffffff;
  margin: 10px auto;
  font-family: Raleway;
  padding: 40px;
  width: 70%;
  min-width: 300px;
}
.risk_assessment_tool .answer_heading h4 {
  font-size: 17px;
  line-height: 36px;
}

.wpsqt-answer-explanation {
  background: #efefef;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.wpsqt-answer-explanation p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 500;
}
.wpsqt-answer-explanation p strong {
  font-size: 17px;
  border-bottom: 1px solid #4c4c4c;
  color: #4c4c4c;
}

.answer_heading h4.correct .emoji {
  filter: invert(0.5) sepia(1) saturate(5) hue-rotate(70deg);
}
.answer_heading h4.incorrect .emoji {
  filter: invert(0.5) sepia(1) saturate(5) hue-rotate(310deg);
}
.answer_given ul {
  list-style-type: none;
}
.answer_given ul li {
  position: relative;
  font-size: 15px;
  padding-left: 34px;
  padding-right: 45px;
  margin-bottom: 4px;
}
.answer_given ul li:before {
  position: absolute;
  content: "\f1ce";
  left: 10px;
  top: 6px;
  font-size: 18px;
  font-family: "FontAwesome";
  color: #000;
}
.answer_given ul li.incorrectanswer:before {
  position: absolute;
  content: "\f192";
  left: 10px;
  top: 6px;
  font-size: 18px;
  font-family: "FontAwesome";
  color: #000;
}
.answer_given ul li.correctanswer:before {
  position: absolute;
  content: "\f192";
  left: 10px;
  top: 6px;
  font-size: 18px;
  font-family: "FontAwesome";
  color: #000;
}
.answer_given ul li.incorrectanswer {
  background: rgba(255, 0, 0, 0.2);
  border-radius: 5px;
}
.answer_given ul li img {
  position: absolute;
  right: 10px;
  top: 8px;
}

.answer_given ul li.correctanswer {
  background: rgba(0, 153, 0, 0.2);
  border-radius: 5px;
}
.spacer {
  height: 20px;
}
.blog-post.risk_assessment_tool.answer_sheet hr {
  width: 100%;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.answer_given ul li.incorrectanswer .emoji {
  filter: invert(0.5) sepia(1) saturate(5) hue-rotate(310deg);
}
.answer_given ul li.correctanswer .emoji {
  filter: invert(0.5) sepia(1) saturate(5) hue-rotate(70deg);
}
p.total_score {
  background: #f2d287;
  color: #000;
  padding: 7px 15px;
  border-radius: 5px;
  font-size: 17px;
}

a.dload_certificate {
  background: #3d9287;
  color: #fff;
  padding: 9px 10px;
  font-size: 17px;
  border-radius: 4px;
}
p.correct_answer_text_heading {
  font-size: 16px;
}
span.correct_answer_text {
  font-weight: 600;
  padding-left: 5px;
}

.box_container {
  padding: 20px;
  color: #000;
}
.box_container .container {
  width: 100%;
}
.box_container p {
  font-size: 16px;
  line-height: 1.5;
}
.box_container ul {
  list-style-type: none;
}
.box_container ul li {
  padding-left: 30px;
  font-size: 16px;
  padding-top: 0px;
  position: relative;
}
.box_container ul li:before {
  position: absolute;
  content: "\f105";
  left: 10px;
  top: 0px;
  font-size: 16px;
  font-family: "FontAwesome";
  color: #000;
}
.vc_btn3.vc_btn3-size-md {
  color: #fff !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.btn-side-by-side {
  list-style-type: none;
}
.btn-side-by-side li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.btn-side-by-side li:nth-child(1) a.dload_certificate {
  background: #2a6e66;
}
a.dload_certificate:hover {
  text-decoration: none;
  background: #333;
}
.btn-side-by-side li:nth-child(1) a.dload_certificate:hover {
  background: #000;
}

/*--webinars_page_container--*/
.webinars_page_container {
  padding: 25px;
}
.webinars_page_container .container {
  width: 100%;
  margin-top: 25px;
}
.webinars_page_container .video_block {
  background: #fff;
  border: 1px solid #cdcdcd;
  padding: 8px;
  margin-bottom: 15px;
  box-shadow: 0 0 5px 2px #ddd;
  transition: all 0.5s;
  position: relative;
  height: 98%;
}
.webinars_page_container .video_block:hover {
  background: #fff;
  box-shadow: 0 0 10px 5px #ddd;
  transition: all 0.5s;
}
.video_heading {
  padding: 10px;
  min-height: 95px;
}
.video_heading h3 {
  line-height: 1.3;
  font-size: 17px;
  font-weight: 700;
  font-family: "Open Sans";
  color: #000;
  text-shadow: none;
  margin-bottom: 6px;
}
.video_date {
  padding: 10px 23px 0px 23px;
  background-color: #e9b221;
  border-radius: 0px 30px 30px 0px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: -9px;
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
  border-bottom: 3px solid #916e15;
}
.video_desc {
  padding: 10px;
}
.video_desc p {
  font-size: 14px;
  color: #000;
}
.webinars_page_container h3.center {
  font-size: 28px;
  text-align: center;
}

.hide {
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -o-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
}

.close {
  position: absolute;
  right: 0;
  top: 0;
  width: 51px;
  height: 51px;
  font-size: 0;
  cursor: pointer;
}

.close:before,
.close:after {
  content: "";
  position: absolute;
  background: #ffffff;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  left: 14px;
  right: 14px;
  top: 30px;
  height: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -webkit-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
}

.close:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0f9fee),
    to(#8a5be4)
  );
  background-image: linear-gradient(90deg, #0f9fee, #8a5be4);
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  height: 100%;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.09),
    0px 11px 12px 7px rgba(0, 0, 0, 0.02);
  -moz-transition: all 120ms;
  -webkit-transition: all 120ms;
  -o-transition: all 120ms;
  transition: all 120ms;
  z-index: 99;
  padding: 25px;
  color: #fff;
}
.popup h3 {
  color: #fff;
}
.popup button {
  background-color: #e9b222;
}
.popup button:hover {
  background: #000;
}

.form-group.invalid input[type="text"],
.form-group.invalid input[type="tel"],
.form-group.invalid input[type="email"] {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url(incorrect.svg) !important;
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-group.valid input[type="text"],
.form-group.valid input[type="tel"],
.form-group.valid input[type="email"] {
  border-color: #28a745;
  background-image: url(correct.png) !important;
  background-repeat: no-repeat;
  background-position: center right 7px;
  background-size: 14px;
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(1, 1, 1, 0.7);
  z-index: 99;
  border-radius: 5px;
}
.lds-ripple {
  display: none;
  position: absolute;
  width: 80px;
  height: 80px;
  text-align: center;
  left: 50.5%;
  top: 60%;
  transform: translate(-50%, -50%);
  -webkit-filter: blur(0px) !important;
  z-index: 101;
}
/*.lds-ripple:before{ position:absolute; content:''; width:100%; height:100%; display:block; background:rgba(1,1,1,0.5);}*/
.login-form {
  position: relative;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  -webkit-filter: blur(0px) !important;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

ul.external_links {
  list-style-type: none;
}
ul.external_links li {
  display: inline-block;
  padding: 5px 10px;
  background: #fff;
  margin-right: 5px;
  border-radius: 5px;
  border: 1px solid #afafaf;
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
}
ul.external_links li a {
  color: #000;
  font-size: 15px;
  display: block;
  font-weight: 500;
}
ul.external_links li:before {
  position: absolute;
  content: "\f0c1";
  left: 9px;
  top: 4px;
  font-size: 18px;
  font-family: "FontAwesome";
  color: #000;
  transform: rotate(135deg);
}
ul.external_links li a:hover {
  text-decoration: none;
}
ul.external_links li:hover {
  background: #f2d287;
  border: 1px solid rgb(203 143 2);
}

.blog-post.risk_assessment_tool h1 {
  font-size: 29px;
  line-height: 34px;
}
.video_thumb_block a.toggle {
  position: relative;
  display: block;
}
.video_thumb_block a::after {
  content: url(youtube.png);
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
}

.risk_assessment_tool p {
  position: relative;
}
.risk_assessment_tool p font {
  position: absolute;
  left: -16px;
  top: 8px;
  font-size: 30px;
  font-family: "Arial";
}
.form-row label font {
  font-size: 30px;
  padding-top: 18px;
  display: inline-block;
  vertical-align: top;
  line-height: 0.2;
  font-family: "Arial";
}


/*--new css--*/
#analoginForm{ max-width:400px; width:90%; margin:0px auto;}
.pass_eye_placer{ position:relative;}
.show-pass {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 9;
}
.login_btn_pan .btn-secondary {
    color: #fff;
    background-color: #6ec8c3;
    border-color: #6c757d;
    border-radius: 35px;
    font-size: 19px!important;
    padding: 9px 15px;
}
.header-top .slogan ul {
    list-style-type: none;
    margin-bottom: 0px;
    height: 26px; text-align:right;
}
.header-top .slogan ul li {
    display: inline-block;
    vertical-align: top;
    margin: 2px 0px;
    border-right: 1px solid #ddac60;
    padding: 0px 5px;
    line-height: 20px;
}
.header-top .slogan ul li:last-child{ border:none;}
.header-top .slogan ul li a {
    color: #301b1b;
    font-size: 14px;
}
.header-top .slogan {
    line-height: 36px;
    color: #000;
	padding-right: 15px;
}

#analoginForm .alertForm-message {
    background-color: #ffffff;
    margin: 10px auto;
    font-family: Raleway;
    padding: 0px;
    width: 100%;
    min-width: 300px;
}
#analoginForm .form-control.error {
  border: 1px solid red !important;
}

/*--news debrief--*/
.debrief_container{ padding:25px; width:100%; margin:0px auto;}
.debrief_container .attachments{display: flex;flex-flow: row wrap;
  /*justify-content: space-between;*/ border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    margin-bottom: 15px;}
.attach-cover(5n) + .attach-cover {
  clear: both;
}
.attach-cover {
    width: 14rem;
    height:9rem;
    overflow: hidden;
    margin: 0 10px 10px 0;
    display: inline-flex;
    flex-direction: column;
    background-color:#fff;
   /* border: rgb(236,237,238) solid 1px;*/
    border-radius: 3px;
    position: relative;
    flex: 0 0 auto;
    vertical-align: top;
}
.attach-cover > .attach-data {
    width: 100%;
    height: calc(100% - 2rem);
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 2px;
    cursor: pointer;
	border: rgb(236,237,238) solid 1px;
}
.attach-cover > .attach-data > i {
    font-size:2rem;
}
.attach-cover h4 {
    font-size: 14px;
    line-height: 28px;
    border: 1px solid #efefef;
    padding: 2px 5px;
    margin-bottom: 0px;
    border-bottom: none;
    background: #fffbf1;
}
/*.attach-cover > .attach-action {
    background-color: rgb(247 247 247);
    height: 3rem;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
	border-top:0px;
    position: relative;
	border: rgb(236,237,238) solid 1px;
}*/
.attach-cover > .attach-action {
    background-color: rgb(110 200 195);
    height: 3rem;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-top: 0px;
    position: relative;
    border: rgb(110 200 195) solid 1px;
}
.attach-action > a.attach-fname {
    cursor: pointer;
    font-size:0.85rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    flex: 1 1 0%;
	color:#fff!important;
}

.attach-action > .attach-btn {
    margin-left: auto;
    flex: 0 0 auto;
    padding-left: 20px;
}
.attach-action > .attach-btn .fa {
    cursor: pointer;
    color: rgb(80 80 80);
}
.attach-data .fa {
    color: rgb(74 74 74);
    font-size: 34px;
}
.attach-action > a.attach-fname:hover{color: #fff!important; text-decoration:underline;}

#profileForm h4{ text-align:center;}
#profileForm p{ text-align:center;}
#profileForm, #resetPasswordForm{ margin:0px auto; width:90%; max-width:650px;}


#metronet-profile-image {
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}
#metronet-profile-image img{ width:100%;}
input[type="file"]{border: 1px solid #e0e0e0; box-shadow: inset 0 0 5px 1px rgb(0 0 0 / 5%);}