@import url('fonts.css');

/*
Theme Name: Job Postal Theme
Theme URI: 
Description: Job Postal Theme
Version: 1.01
Author: Sadiq Hshim
*/

body {
	font-size:18px !important;
	font-family: Rubik-Light !important;
	/*color:#707785 !important;*/
	color: #000 !important;
	overflow-x:hidden;
}
.top_bg {
	position:relative;
	background:url(images/banner.jpg) top center no-repeat fixed;
	background-size:cover;
}
header {
    position: relative;
    padding: 20px 0px;
    border-bottom: 1px solid #828282;
}
.logo {
	position:relative;
}
.menu {
    position: relative;
    text-align: right;
    display: inline-block;
}
.menu ul {
	padding:0px;
	margin:0px;
}
.menu ul li {
	list-style: none;
	display:inline-block;
	padding: 10px 25px;
}
.menu ul li a {
	font-size:18px;
	font-family: Rubik-Regular;
    color: #fff;
    display: block;
    text-decoration: none !important;
	transition: 0.5s all;
}
.menu ul li a:hover {
    color: #CA2B30;
}
.menu ul li:last-child a img {
    width: 15px;
    vertical-align: middle;
    margin-right: 4px;
}
.mbl_menu {
    display: none;
}
button#responsive-menu-button {
	display: none !important;
}
.MenuFixed {
    position: fixed !important;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    background: #fff;
    margin-top: 0;
    animation: fadeIn 1s ease-in both;
    background: #152b64cc !important;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0px 10px 30px 2px rgba(0,0,0,.06);
    -moz-box-shadow: 0px 10px 30px 2px rgba(0,0,0,.06);
    box-shadow: 0px 10px 30px 2px rgba(0,0,0,.06);
    padding: 20px 0px;
}
@keyframes fadeIn {
   from {transform:translatey(-20px);}
   to {transform:translatey(0px);}
}
.top_btn {
    position: relative;
    text-align: right;
    display: inline-block;
}
.top_btn a {
    font-size: 18px;
    font-family: Rubik-Medium;
    color: #fff !important;
    background: #CA2B30;
    text-decoration: none !important;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
}
.top_btn a img {
    vertical-align: middle;
    margin-right: 5px;
}
.ban_txt {
    position: relative;
    text-align: center;
    padding: 90px 0px;
}
.ban_txt h1 {
    font-size: 42px;
    font-family: Rubik-Medium;
    color: #fff;
    margin: 25px 0px 0px;
}
.ban_txt h2 {
    font-size: 27px;
    font-family: Rubik-Light;
    color: #fff;
    margin: 20px 0px;
}
.ban_txt a {
    font-size: 18px;
    font-family: Rubik-Bold;
    color: #fff !important;
    background: #CA2B30;
    padding: 25px 40px;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none !important;
	margin-top: 15px;
}
.ban_txt a img {
    margin-left: 7px;
}
.my_notification {
	position: relative;
    padding: 0 !important;
    margin: 0px 0px 15px;
    background: #ca2b30;
    border-radius: 5px;
}
.my_notification h2 {
	font-size: 20px;
    font-family: Rubik-Medium;
    margin: 0px !important;
	padding: 10px;
	cursor: pointer;
	text-transform: uppercase;
}
/*.my_notification .close {
    font-size: 20px;
    color: #ca2b30 !important;
    opacity: 1;
    background: #fff;
    border-radius: 2px;
    padding: 0 !important;
    width: 20px;
    height: 20px;
    top: 13px !important;
    right: 10px !important;
}
.my_notification .close:focus , .my_notification .close:hover {
	outline: none !important;
}*/
.my_notification p {
    font-size: 16px;
    color: #fff;
    padding: 0 15px 10px;
    margin: 0px;
}
.my_notification a {
    font-size: 16px;
    padding: 0px;
    font-family: Rubik-Medium;
    margin: 0;
    text-transform: none;
}
.my_notification h2.collapsed:after {
	content: '';
    display: block;
    width: 30px;
    height: 20px;
    background: url(images/acc_arrow.png) top center no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 14px;
	transform: rotate(0deg);
}
.my_notification h2.pressed:after {
    content: '';
    display: block;
    width: 30px;
    height: 20px;
    background: url(images/acc_arrow.png) top center no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 14px;
	transform: rotate(180deg);
}
.inner_txt {
	padding: 60px 0px;
}
.video_section {
    position: relative;
    padding: 70px 0px;
}
.video_section h2 {
    font-size: 36px;
    font-family: Rubik-Regular;
    color: #1f4394;
    margin: 30px 0px 0px;
}
.video_section p {
    font-size: 20px;
	font-family: Rubik-Light;
    margin: 15px 0px;
}
.video video {
    border-radius: 10px;
    object-fit: fill;
	object-fit: cover;
}
.video video:focus {
	outline: none;
}
.work_box {
    background: #1f4394;
    padding: 17px 0px 8px;
    border-radius: 10px;
    margin: 30px 0px 0px !important;
}
.work_box video {
    border-radius: 5px;
    border: 2px solid #fff;
}
.work_box h2 {
    font-size: 44px;
    color: #fff;
	margin: 0px;
}
.work_box p {
    color: #fff;
}
.process_section {
	 background:#CA2B30;
}
.pr_txt {
    position: relative;
    padding: 50px 0px 35px;
}
.pr_txt h2 {
	font-size:32px;
	font-family: Rubik-Medium;
	color:#fff;
	margin:0px;
}
.pr_box {
    position: relative;
    background: #D9353A;
    text-align: center;
    padding: 50px 0px 35px;
}
.pr_box p {
    font-size: 22px;
    font-family: Rubik-Medium;
    color: #fff;
    margin: 10px 0px 0px;
}
.steps_section {
    position: relative;
    padding: 70px 0px 50px;
}
.step_txt {
	position:relative;
	text-align:center;
}
.step_txt h2 {
	font-size:36px;
	font-family: Rubik-Regular;
	color:#1f4394;
	margin:0px;
}
.step_txt p {
	font-size:25px;
	font-family: Rubik-Medium;
	color:#ca2b30;
	margin:0px;
}
.step_box {
    position: relative;
    width: 100%;
    margin: 30px 0px 0px;
    display: block;
    box-shadow: 0px 0px 13px 0px #ccc;
    border-radius: 10px;
    padding: 20px;
}
.st_top {
    position: relative;
}
.st_img {
    position: relative;
    display: inline-block;
    vertical-align: text-top;
}
.st_txt {
    position: relative;
    display: inline-block;
    vertical-align: text-top;
    margin-left: 7px;
}
.st_txt span {
    font-size: 16px;
    font-family: Rubik-Bold;
    color: #ca2b30;
    text-transform: uppercase;
    line-height: 16px;
    display: block;
    margin: 5px 0px 0px;
}
.st_txt h2 {
    font-size: 22px;
    font-family: Rubik-Medium;
    color: #555b68;
    line-height: 22px;
    margin: 10px 0px 0px;
}
.st_bottom {
	position:relative;
}
.st_bottom p {
    margin: 5px 0 15px;
}
.st_bottom a {
    font-size: 15px;
    font-family: Rubik-Bold;
    color: #fff;
    background: #B8B8B8;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 4px;
    text-transform: uppercase;
	text-decoration:none !important;
	transition:0.5s all;
}
.st_bottom a:hover {
    background: #ca2b30;
    color: #fff;
}
.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    margin: 30px auto 0px;
    display: block;
	width: 50px;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.live_section {	
    position: relative;
    background: #3F3F3F;
    padding: 30px 0px;
    margin-top: 20px;
}
.no-padding {
	padding:0px !important;
}
.left-padding {
    padding-right: 0px !important;
}
.live_section h2 {
	font-size: 38px;
	color: #fff;
	margin:10px 0px 0px;
}
.live_section p {
	font-size: 17px;
	color: #fff;
	margin:10px 0px 0px;
}
.live_section a {
    font-size: 19px;
    font-family: Rubik-Bold;
    color: #fff !important;
    background: #CA2B30;
    padding: 18px 30px;
    display: inline-block;
    border-radius: 7px;
    text-transform: uppercase;
    text-decoration: none !important;
}
.live_section a img {
    margin-left: 10px;
}
.live_section img.shield-img {
    position: absolute;
    top: -45px;
}
.job_finder {
    position: relative;
    padding:70px 0px 50px;
}
.job_txt {
    position: relative;
    text-align: center;
    border: 4px solid #ccc;
    border-radius: 7px 7px 0px 0px;
    padding: 30px 0px;
}
.job_txt h2 {
    font-size: 38px;
    font-family: Rubik-Regular;
    color: #1f4394;
    margin: 0px;
}
.job_txt p {
    font-size: 20px;
    color: #707785;
    margin: 0px;
}
.job_txt button {
    font-family: 'Rubik-Medium';
    color: #fff;
    background: #1f4394;
    border: none;
    padding: 20px 25px;
    border-radius: 7px;
    text-transform: uppercase;
    margin-top: 20px;
    transition: 0.3s all;
}
.job_txt button:hover {
    color: #fff;
    background: #CA2B30;
}
.map-section {
    position: relative;
}
.map {
    position: relative;
    border: 4px solid #ccc;
    border-radius:0px 0px 7px 7px;
    border-top: 0;
    padding: 20px 10px;
    display: none;
}
.map p {
    margin: 0px;
    text-align: center;
}
.map p a {
    color: #ca2b30;
}
.tool-step {
    display: none; /* Hide all steps initially */
    position: absolute;
}
.tool-step:first-of-type {
    display: block;
}
.job-tooltip {
    position: absolute;
    background: #ca2b30;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    width: 320px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.job-tooltip::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 20%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: #ca2b30 transparent transparent transparent;
}
.job-tooltip p {
    font-size: 16px;
    font-family: 'Rubik-Medium';
    margin: 0px;
}
.job-tooltip p small {
    font-size: 13px;
    line-height: 15px;
    font-family: Rubik-Regular;
    display: block;
}
.job-tooltip button {
    font-size: 14px;
    font-family: Rubik-Medium;
    color: #c82b30;
    background: #fff;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none !important;
    transition: 0.5s all;
    border: none !important;
    margin-top: 10px;
    outline: none !important;
}
.job-tooltip button.close {
    font-size: 14px !important;
    font-family: Rubik-Medium !important;
    color: #c82b30 !important;
    background: #FFF !important;
    padding: 8px 10px !important;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none !important;
    transition: 0.5s all;
    border: none !important;
    margin-top: 10px;
    opacity: 1 !important;
    font-weight: 400;
}
/* Tooltip positions */
.tool-step[data-step="1"] {
    left: 5%;
    position: absolute;
    top: -5.9em;
    z-index: 999;
}
.tool-step[data-step="1"] .job-tooltip::after {
    transform: rotate(-90deg);
    right: -18px;
    left: auto;
    bottom: auto;
    top: 35%;
}
.tool-step[data-step="2"] {
    position: absolute;
    top: -7%;
    left: 8.3%;
    z-index: 999;
}
.tool-step[data-step="3"] {
    position: absolute;
    top: -17%;
    left: 68%;
}
.useful_section {
    position: relative;
    background: #CA2B30;
    padding: 50px 0px 0px;
}
.use_txt {
    position: relative;
    text-align: center;
}
.use_txt h2 {
    font-size: 38px;
    font-family: Rubik-Regular;
    color: #fff;
    margin: 0px;
}
.use_txt p {
    font-size: 18px;
    font-family: Rubik-Regular;
    color: #fff;
    margin: 5px 0px 0px;
}
.use_box {
    position: relative;
    background: #fff;
    text-align: center;
    padding: 40px 0px 50px;
    margin-top: 40px;
    margin-bottom: -100px;
    z-index: 99;
}
.use_box h2 {
    font-size: 30px;
    font-family: Rubik-Medium;
    color: #707785;
    margin: 15px 0px;
}
.use_box a {
    font-size: 18px;
    font-family: Rubik-Bold;
    color: #fff;
    background: #1F4394;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none !important;
	transition:0.5s all;
}
.use_box a:hover {
    color: #fff;
    background: #CA2B30;
}
.login_box a {
	background: #CA2B30;
}
.login_box a:hover {
    color: #fff;
    background: #1F4394;
}
.use_box::before {
	content: '';display: block;
	position: absolute;
	width: 93%;
	height: 88%;
	border: 2px solid #ccc;
	top: 16px;
	left: 17px;
	margin: 0 auto;
	z-index: -1;
}
footer {
    position: relative;
    background: #3F3F3F;
    padding: 170px 0px 40px;
}
.foo_txt {
    position: relative;
}
.foo_txt p {
    font-size: 17px;
    font-family: Rubik-Regular;
    color: #e4e4e4;
    margin: 25px 0px 0px;
    width: 95%;
}
.foo_txt ul {
    padding: 0;
    margin: 0px auto;
    width: 50%;
}
.foo_txt ul li {
    list-style: none;
	display: block;
}
.foo_txt ul li a {
    font-size: 16px;
    font-family: Rubik-Regular;
    color: #fff;
    display: inline-block;
    text-decoration: none !important;
    margin: 10px 0px;
	transition:0.5s all;
}
.foo_txt ul li a:hover {
    color: #CA2B30;
}
.foo_cont {
    position: relative;
}
.foo_cont p {
    color: #fff;
    margin: 0px 0 20px;
    width: 100%;
}
.foo_cont p a {
    color: #fff;
    text-decoration: none !important;
}
.foo_cont p img {
    margin-right: 6px;
    vertical-align: middle;
}
.foo_bottom {
    position: relative;
    background: #454545;
    text-align: center;
    padding: 30px 0px;
}
.foo_bottom p {
	font-size: 17px;
    font-family: Rubik-Regular;
	color:#e4e4e4;
	margin:0px;
}
#hiring-notification {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #fff;
    color: #1f4394;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    font-family: Rubik-Regular;
    display: none;
    z-index: 999999999;
    transition: opacity 0.5s ease;
    align-items: center;
    gap: 10px;
    max-width: 300px;
}
#hiring-notification img {
    width: 42px;
    height: 42px;
}
#notification-message {
    font-size: 15px;
    line-height: 1.3;
}
#notification-message strong {
    font-family: 'Rubik-Regular';
}
#notification-time {
    font-size: 12px;
    color: #818181;
    margin-top: 3px;
}

#sidebar_action {
	font-size: 13px;
    background-color: #ca2b30;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #fff;
    display: none;
    height: 29px;
    position: fixed;
    right: 196px;
    text-align: center;
    width: 145px;
    z-index: 100000;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    font-weight: bold;
    padding-top: 6px;
}
#sidebar_action img {
	width: 27px;
    padding-right: 13px;
}

/* Contact Us */

.white-bg {
    background: #ececec;
    padding: 20px 30px;
    margin: 50px 0px;
}
.white-bg p span {
    color: #0056ad;
}
.white-bg h2 {
    font-size: 32px;
    font-family: Rubik-Medium;
    color: #000;
    margin: 0px 0px 15px;
}
.contact-detail h3 {
    font-size: 23px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 20px;
}
.white-bg p {
    color: #000;
}
.contact-detail p a {
    color: #0056ad;
    font-family: Rubik-Medium;
	text-decoration: none !important;
}
.contact-detail-button {
    color: #fff !important;
    width: 40%;
    text-align: center;
    font-size: 15px;
    padding: 13px;
    background-color: #de3339;
    display: block;
    margin-top: 30px;
	transition: 0.5s all;
}
.contact-detail-button:hover {
    color: #fff;
    background-color: #005a9c;
}
.contact-form h3 {
    font-size: 23px;
    color: #000000;
    font-family: Rubik-Medium;
    margin-bottom: 10px;
}
.contact-detail p a img {
    vertical-align: text-top;
}
.contact-form input , .contact-form textarea {
    background: #fff;
    font-size: 16px !important;
	font-family: Rubik-Regular;
    height: 59px;
    border: none;
    font-weight: 500;
    color: #000;
	padding: 15px;
	width: 100%;
	margin-top: 20px;
}
.contact-form textarea {
    height: 140px;
}
.contact-form input:focus , .contact-form textarea:focus {
	outline: none;
}
.contact-form input[type="submit"] {
    background-color: #d0021b;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    font-family: Rubik-Medium;
    margin: 10px 0px;
    text-align: center;
    border-radius: 4px;
    height: auto;
	width: auto;
}
.contact-form .form-group {
    width: 47%;
    margin: 0px 10px;
    display: inline-block;
}

/* General */

.general {
    position: relative;
    padding: 50px 0px;
}

/* Step Pages */

.steps-section {
    position: relative;
    padding: 30px 0px 40px;
}
.my_post {
    position: relative;
    padding: 30px 0px 40px;
}
.progressbar {
    position: relative;
    text-align: right;
    margin-bottom: 20px;
}
.progressbar .main-bg {
    position: relative;
    background: #e2e7ed;
    width: 100%;
    height: 10px;
    border-radius: 20px;
}
.progressbar .main-bg .pb-fill {
    position: relative;
    background: #ca2b30;
    width: 50%;
    height: 10px;
    border-radius: 20px;
}
.progressbar p {
    font-size: 14px;
    font-family: 'Rubik-Medium';
    color: #ca2b30;
    text-transform: uppercase;
    margin: 5px 0px 0px;
}
.acp_content {
    text-align: left !important;
    color: #000;
}
.step_content {
    position: relative;
    border: 1px solid #ccc;
    padding: 0px 20px 30px;
}
.step_content h2 {
    font-size: 30px;
    font-family: Rubik-Regular;
    color: #1f4394;
    margin: 10px 0px;
}
.step_content h2 a {
	color: #1f4394;
}
.step_content h3 {
    font-size: 16px;
    font-family: Rubik-Bold;
    color: #fc090a;
    margin: 0px;
}
/*.step_content img {
    margin: 20px 0px 20px 20px;
}*/
body.postid-5668 .step_content ol {
    padding: 0px 0px 0px 20px;
    margin: 0px;
}
.step_content ul {
    padding: 0px;
    margin: 0px;
}
.step_content ul li {
	color: #000;
    list-style: none;
    background: url(images/check-icon.png) left 5px no-repeat;
    padding-left: 25px;
    margin: 10px 0px;
}
.step_content ol li {
	color: #000;
    margin: 10px 0px;
}
.step_content ul li ul {
    padding: 0px 0px 0px 20px;
}
.step_content ul li ul li {
    list-style: disc;
    background: none;
    padding: 0px;
}
.step_content p {
    font-size: 18px;
    line-height: 23px;
    margin: 20px 0px;
    color: #000;
}
.step_content p a {
    color: #ca2b30;
	text-decoration: none;
}
.step_content p span {
    font-size: 20px;
    font-family: Rubik-Bold;
    color: #1f4394;
}
.step_content h4 {
    font-size: 20px;
    font-family: Rubik-Medium;
    color: #ca2b30;
    margin: 20px 0px 10px;
}
.step_content p.question {
	background: url(images/question-icon.png) left 5px no-repeat;
	padding-left: 25px;
    margin: 10px 0px;
}
.step_content .paging_btns li {
    background: none;
    margin: 80px 5px 20px !important;
    border: none !important;
    width: auto !important;
}
body.page-id-511 .step_content table th, body.page-id-511 .step_content table td , body.page-id-192 .step_content table td , body.page-id-489 .step_content table td , body.page-id-505 .step_content table td {
    padding: 5px 10px;
}
.jcarousel ul , ul.paging_btns {
    width: 100% !important;
    left: 0 !important;
    background: #737373;
    margin-top: 30px !important;
}
.jcarousel li {
    float: none !important;
    display: inline-block;
}
.loader_container .loader {
    float: none !important;
}
.step_np {
    position: relative;
    font-size: 0px;
	text-align: center;
	margin-top: 40px;
}
.step_np a {
    font-size: 15px;
    font-family: Rubik-Bold;
    color: #fff !important;
    background: #ca2b30;
    width: auto;
    margin: 10px 15px;
    padding: 8px 20px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none !important;
    position: relative;
}
.other_np a {
	width: auto;
    padding: 8px 20px;
}
/*.step_np a:first-child:before {
    content: '<';
    display: inline-block;
    position: absolute;
    left: 10px;
    font-size: 26px;
    top: 0px;
}
.step_np a:last-child:after {
    content: '>';
    display: inline-block;
    position: absolute;
    right: 10px;
    font-size: 26px;
    top: 0px;
}*/
/*.step_np a:first-child {
    background: #B8B8B8;
}*/
.show_step_count {
    font-size: 16px;
    font-family: Rubik-Medium;
    text-align: center;
    margin-top: -150px;
    z-index: 999;
    color: #fff;
    position: absolute;
    width: 97.5%;
}
.show_step_count span {
    width: auto !important;
    color: #fff !important;
    vertical-align: middle !important;
}
img.step-img {
    max-width: 260px;
    height: auto;
	float: right;
	margin: 20px 0px 20px 20px;
}
ul.paging_btns li .acp_title {
    font-size: 15px;
    font-family: Rubik-Regular;
    background: #e8e8e8 !important;
    color: #000 !important;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    width: 100px;
	transition: 0.5s all;
}
ul.paging_btns li .acp_title:hover {
    background: #d6d4d4 !important;
}
.acp_default_invisible_btn_ajax {
    display: none !important;
}
.step_tabs {
    position: relative;
    margin-top: 40px;
    text-align: center;
}
.step_tabs ul {
    padding: 0px;
    margin: 0px;
}
.step_tabs ul li {
    list-style: none;
    display: inline-block;
    background: none;
    width: 48%;
    padding: 0px 10px;
}
.step_tabs ul li a {
    font-size: 18px;
    font-family: Rubik-Medium;
    background: #ca2b30;
    color: #fff !important;
    border-radius: 0px !important;
    border: none !important;
    padding: 20px 0px;
    transition: 0.5s all;
    display: block;
    text-decoration: none !important;
}
.step_tabs ul li a:hover {
    background: #1F4394;
}
.step_tabs ul li:nth-child(odd) a {
	background: #1F4394;
}
.step_tabs ul li:nth-child(odd) a:hover {
	background: #ca2b30;
}
.step_four {
    position: relative;
    padding: 30px 0px 40px;
}
.postid-179 p.show_step_count {
    display: none;
}
.answer {
    position: relative;
padding-left: 45px;
line-height: 23px;
}
.practice_content p span {
    font-size: inherit;
    font-family: inherit;
    color: #000;
    display: inline-block;
    vertical-align: text-top;
}
.practice_content p span:first-child {
	width: 40px;
}
.practice_content p span:last-child {
    width: 95%;
}
.ss_small {
    position: relative;
    font-size: 14px;
}
.ss_small p i {
    font-style: normal;
    color: #444242;
    background: #000;
}
.hidden { 
    display: none;
}
button#showassessment {
    font-size: 18px;
    font-family: Rubik-Medium;
    color: #fff !important;
    background: #ca2b30;
    width: 250px;
    margin: 30px auto 0px;
    padding: 15px 0px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
}
#assessmentsBox { display: none }


/* FAQ */

.my_faq  .ewd-ufaq-faq-title a {
    color: #000;
}
.my_faq .ewd-ufaq-faq-title h4 {
    color: #000;
    font-size: 20px;
    font-family: Rubik-Regular;
}
.my_faq .ewd-ufaq-post-margin-symbol span {
    font-size: 22px !important;
    color: #fff;
    width: 31px;
    height: 31px;
    background: #1f4394;
    padding: 6px 0px 0px 1px;
    text-align: center;
}
.my_faq .ewd-ufaq-post-active .ewd-ufaq-post-margin-symbol span {
    background: #ca2b30;
}

/* Starting Bonus */

.StartBonus label {
    font-size: 16px;
    font-family: Rubik-Regular;
    text-transform: uppercase;
	display: block;
}
.media-release {
    position: relative;
    padding: 25px 15px 15px;
}
.media-release a {
    font-family: Rubik-Regular;
    color: #1f4394;
    text-decoration: none !important;
	transition: 0.5s all;
}
.media-release a:hover {
	color: #d0021b;
}
p.ctr {
    width: 100%;
    text-align: center;
}
p.ctr input[type="submit"] {
    padding: 10px 70px;
}

/* modal */

.video_modal .modal-body {
    padding: 0 !important;
    line-height: 0;
}
.video_modal .modal-body video {
    width: 100%;
}
.video_modal P {
    display: none;
}
.video_modal .modal-content button {
    width: 25px;
    height: 25px;
    color: #fff;
    background: #ca2b30;
    position: absolute;
    z-index: 999;
    right: -10px;
    top: -12px;
    opacity: 1 !important;
    border-radius: 50%;
}
@media (min-width: 576px) {
.modal-dialog {
    max-width: 610px !important;
}
}

a.prac_btn , a.prac_btn:hover , a.prac_btn:focus {
    font-size: 18px;
    font-family: Rubik-Bold;
    color: #fff !important;
    background: #1F4394;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    margin-top: 30px;
	text-decoration: none;
}

/** login **/
.login-notification{
    font-size: 14px;
    padding-bottom: 0px !important;
}
.login-notification p strong{
    font-size: 16px;
}
.site-logo {
    position: relative;
    margin: 0px 0px 20px;
    text-align: center;
}
.login {
    position: relative;
    background: url(images/banner.jpg) top center no-repeat fixed;
    background-size: cover;
    height: 100vh;
	padding-top: 2%;
}
.login-box {
    position: relative;
    background: #fff;
    padding: 20px 40px 25px;
    border-radius: 5px;
}
.login-box label {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    margin: 0px;
}
.login-box input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.login-box input[type="submit"] {
    color: #fff;
    background: #CA2B30;
    margin: 0px;
    text-transform: uppercase;
    border: none !important;
}
.login-box input:focus {
    outline: none !important;
    border: 1px solid #CA2B30;
	box-shadow: none !important;
}
body.page-id-781 button#responsive-menu-button {
    display: none !important;
}
a.lost_pp {
    font-size: 14px;
    color: #fff !important;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none !important;
}

/** refund request **/
.ref_content {
    background: #ececec;
    padding: 30px;
    text-align: center;
}
.ref_content p strong {
    font-family: Rubik-Regular;
    color: #ca2b30;
}
.ref_content a {
    font-size: 15px;
    font-family: 'Rubik-Medium';
    color: #fff;
    background: #1F4394;
    padding: 10px 60px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none !important;
    transition: 0.3s all;
    margin: 10px 0px;
}
.ref_content a span {
    display: block;
    font-size: 20px;
}
.ref_content a:hover {
    background: #ca2b30;
    color: #fff;
}

/** Refund Request Form **/
.rr-form ol {
    padding: 0px 0px 0px 20px;
    margin: 0px;
}
.rr-form ol li {
    margin: 5px 0px;
}
.rr-form h2 {
    font-size: 20px;
    margin: 25px 0px 20px;
}
.rr-form h3 {
    text-align: center;
}
span.wpcf7-form-control-wrap {
    display: block;
}
span.wpcf7-form-control-wrap label {
    display: block;
}
span.wpcf7-form-control-wrap label span.wpcf7-quiz-label {
    display: inline-block;
}
span.wpcf7-form-control-wrap label input {
    width: 24%;
    margin-left: 13px;
}
.rr-form p em {
    font-size: 14px;
}
.rr-form label {
    font-size: 16px;
    font-family: 'Rubik-Regular';
    margin: 20px 0px 0px;
}
.rr-form input, .rr-form textarea {
    margin-top: 5px;
}

/** quiz styling **/

.quiz-status .questions-index {
    color: #fff !important;
}
.quiz-status .questions-index span {
    color: #fff !important;
}
.quiz-status .countdown {
    color: #fff !important;
}
div#content-item-quiz {
    border: 1px solid #ccc;
    padding: 20px 20px 0px !important;
    margin-top: 30px !important;
}
div#content-item-quiz h1 {
    font-size: 30px;
    font-family: 'Rubik-Regular';
    text-align: center;
    color: #000;
}
div#content-item-quiz p {
    color: #000;
}
div#content-item-quiz h4 {
    font-family: Rubik-Medium;
    color: #ca2b30;
}
div#content-item-quiz .quiz-content ul, div#content-item-quiz h4.question-title ul {
    padding: 0px;
    margin: 0px;
}
div#content-item-quiz .quiz-content ul li, div#content-item-quiz h4.question-title ul li {
    color: #000;
    list-style: none;
    background: url(images/check-icon.png) left 5px no-repeat;
    padding-left: 25px;
    margin: 10px 0px;
}
div#content-item-quiz h4.question-title {
    font-family: Rubik-Regular;
    color: #000;
    font-size: 19px;
}
div#content-item-quiz h4.question-title strong {
    font-family: Rubik-Regular;
}
div#content-item-quiz h4.question-title span {
    font-size: 18px;
    font-family: 'Rubik-Light';
}
div#content-item-quiz h4.question-title span.question-index {
    display: none !important;
}
.questions-pagination .nav-links span.page-numbers.current {
    color: #fff !important;
    background: #1f4394;
    border: 1px solid #1f4394;
}
body.lp_course-template-default div#popup-header, body.lp_course-template-default div#popup-sidebar {
    display: none !important;
}
body.lp_course-template-default #popup-content {
    margin-top: 0px !important;
}
body.lp_course-template-default.single-lp_course a#sidebar_action {
    display: none !important;
}
.practice_content iframe {
    border: 2px solid #ccc;
}
body.lp_course-template-default.single-lp_course iframe {
    display: none !important;
}
div#popup-content:before {
    content: 'Please Go Back When Quiz Completed';
    display: block;
    text-align: center;
    font-size: 18px;
    font-family: 'Rubik-Medium';
    margin-top: 20px;
    color: #ca2b30;
}
body.lp_course-template-default.single-lp_course #responsive-menu-button {
    display: none !important;
}

/* Watu quiz */
.quiz-area {
    position: relative;
    border: 1px solid #ccc;
    padding: 0px 20px 20px;
}
.quiz-area .php-answer-label, .quiz-area .js-answer-label {
    color: #000 !important;
    display: block !important;
    width: 100%;
    text-align: left !important;
    margin: 10px 0px !important;
    border: none !important;
    background: #f1f1f1 !important;
    padding: 7px 10px !important;
}
.watu-question-choice {
    font-size: 0px;
}
.quiz-area .php-answer-label span, .quiz-area .js-answer-label span {
    font-size: 16px;
    display: block !important;
    padding: 0px;
}
.quiz-area .correct-answer {
    border: 1px solid #4caf50 !important;
}
.quiz-area .user-answer span.answer {
    background: url(/wp-content/uploads/2024/12/wrong-ans.jpg) no-repeat right 0.10em !important;
}
.quiz-area .correct-answer span.answer {
    background: url(/wp-content/uploads/2024/12/correct-ans.jpg) no-repeat right 0.10em !important;
}
.watu-button-style .watu-question-choice input[type=radio]:checked + label, .watu-button-style .watu-question-choice input[type=checkbox]:checked + label {
    background: #4CAF50 !important;
    color: #fff !important;
}
.quiz-area input[type="button"] {
    font-size: 16px;
    font-family: 'Rubik-Medium';
    color: #fff;
    background: #1F4394;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none !important;
    transition: 0.5s all;
    border: none;
}
.quiz-area .watu-feedback {
    padding: 0px !important;
}