 .wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 640px;
    margin: 0 auto;
    text-align: center;
}

.timer {
    font-size: 48px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 700;
    color: #0083ff;
    margin-top: 5px;
}

.clock {
    margin-top: 30px;
}

.clock .column {
    display: inline-block;
}


.days {
    display: none;
}

.clock .text {
    font-size: 12px;
    font-weight: 900;
    color: #839dbc;
}



/*<==================Career_page-Css=============================>*/

.job-box {
      background: #f7f8fa !important;
      transition: all 0.3s ease-in-out;
      transform: scale(1);
      }
      .job-box:hover {
      box-shadow: 0 3px 7px rgb(109 199 122 / 50%) !important;
      transform: scale(1.01);
      }
      .pricing-title {
      font-size: 18px !important;
      }
      .min-height-div {
      height: 230px;
      }
      .min-height-div:hover {
      transform: scale(1.1);
      transition: 0.5s;
      }
      .shadow {
      box-shadow: 0 0 3px rgb(53 64 78 / 20%) !important;
      }
      .rounded {
      border-radius: 5px !important;
      }

      .badge {
      padding: 5px 8px;
      border-radius: 3px;
      letter-spacing: 0.5px;
      font-size: 12px;
      }
      
      .btn {
      padding: 8px 20px;
      outline: none;
      text-decoration: none;
      font-size: 16px;
      letter-spacing: 0.5px;
      transition: all 0.3s;
      font-weight: 600;
      border-radius: 5px;
      }
      .p-4 {
      padding: 1.5rem !important;
      }
      .btn-green {
      background-color: #01a23c !important;
      border: 1px solid #01a23c !important;
      color: #fff !important;
      box-shadow: 0 3px 7px rgb(109 199 122 / 50%);
      transition: all 0.3s ease-in-out;
      transform: scale(1);
      }
      .btn-green:hover {
      background-color: #000 !important;
      border: 1px solid #000 !important;
      color: #fff !important;
      box-shadow: none;
      transform: scale(1.05);
      }
      .text-white {
      color: #fff !important;
      }
      .exp-details {
      display: flex;
      flex-flow: column;
      margin-bottom: 15px;
      }
      .job-title {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin-bottom: 10px;
      }

      .job-title h5
      {
        margin: 0 0 0 10px;  
      }
      .mb-4 {
      margin-bottom: 1.2rem !important;
      }
      .m-0 {
      margin: 0px !important;
      }
      .bg-dark {
      background: #222 !important;
      }
      .mr-10 {
      margin-right: 10px;
      min-width: 20px;
      }



      /*<==================Career_page-Css_End=============================>*/


      /*<=====================================Opening-css======================>*/

      .section-sp1 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.job-details {
    overflow: hidden;
}

.card {
    position: relative;
    margin-bottom: 10px;
    border-radius: 12px;
    background: #f7f8fa !important;
    border: 0;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: none;
}

.job-details .job-details-head {
    position: relative;
}

.ovpr-light:before,
.ovwh-light:before,
.ovgd-light:before,
.ovbl-light:before {
    opacity: 0.3;
}

.ovbl-light:before,
.ovbl-middle:before,
.ovbl-dark:before {
    background: #000;
}

.job-details .bookmark {
    top: 30px;
    right: 30px;
}

.bookmark {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 0;
    margin: 0;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.card-details .bookmark .form-check-input {
    width: 120px;
}

.bookmark .form-check-input {
    background-color: #fee6ea;
    height: 40px;
    border-radius: 6px;
    width: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    margin: 0;
    border: 0;
    cursor: pointer;
    box-shadow: none;
}

.card-details .bookmark .form-check-input+i {
    left: 18px;
    width: auto;
    font-size: 14px;
    background-color: transparent;
}

.bookmark .form-check-input+i {
    font-size: 18px;
    color: #f72b50;
    position: absolute;
    border-radius: 6px;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    pointer-events: none;
    font-weight: 500;
}

.card-details .bookmark span {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 12px;
    color: #f72b50;
    font-weight: 600;
    pointer-events: none;
}

.job-details .bookmark {
    top: 30px;
    right: 30px;
}

.bookmark {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 0;
    margin: 0;
}

.job-details .card-body {
    border-radius: 0;
}

.card .card-body {
    padding: 20px 30px;
    background: #f7f8fa !important;
    border-radius: 15px;
}

.card-details .author-info {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.job-details .card-body .author-media {
    margin-top: -50px;
}

.card-details .author-media {
    border: 5px solid #fff;
    min-width: 125px;
    height: 125px;
    border-radius: 12px;
    margin-right: 20px;
    overflow: hidden;
}

.card-details .author-media img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.job-details .card-body .author-content {
    padding: 0 0 10px;
}

.job-details .card-body .author-content .title {
    margin-bottom: 5px;
}

.card .card-body p {
    font-size: 15px;
}


.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E1E1F0;
    background: #f7f8fa !important;
    padding: 0px 30px;
    border-radius: 12px 12px 0 0 !important;
}


.widget-summary {
    border-bottom: 1px solid #f40917;
    padding-bottom: 15px;
    background-color: #f40917;
}

.job-widget {
    border-radius: 12px;
    margin-bottom: 30px;
    position: relative;
}

.widget-summary .widget-head .title {
    color: #fff;
}

.widget-summary .widget-inner {
    padding: 0 30px 10px;
}

.widget-summary .widget-inner {
    padding: 0 30px 10px;
}

.widget-summary .widget-inner ul li {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(255 255 255 / 56%);
    margin-bottom: 15px;
}

.widget-summary .widget-inner ul li .summary-icon {
    background-color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-summary .widget-inner ul li .summary-content .title {
    color: #fff;
    margin-bottom: 5px;
}

.widget-summary .widget-inner ul li .summary-content p {
    font-size: 14px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

.widget-social {
    background-color: #fff;
}

.job-widget {
    border-radius: 12px;
    margin-bottom: 30px;
    position: relative;
}

.job-widget .widget-head {
    padding: 15px 30px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.widget-social .widget-inner {
    padding: 5px 30px 20px;
}

.widget-social .social-link {
    margin: 0 -10px;
}

.widget-social .social-link li {
    display: inline-block;
    padding: 0 10px;
}

.widget-social .social-link li a {
    color: #b9b9b9;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 24px;
}

.check-list2 li {
    margin-left: 18px;
}

.job-sidebar svg {
    stroke: #f40917;
}

.mt-30 {
    margin-top: 30px !important;
}


/*<===================opening-css-end=====================>*/

@media only screen and (max-width: 768px) {
    .wrapper {
        width: 100%;
        padding: 0 20px;
    }

    .timer {
        font-size: 35px;
    }
}

.clear-loading {
    text-align: center;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.spinner {
    width: 100px;
    height: 100px;
}

.spinner > span,
.spinner > span:before,
.spinner > span:after {
    content: "";
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.spinner > span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-left-color: transparent;
    -webkit-animation: effect-2 2s infinite linear;
    animation: effect-2 2s infinite linear;
}

.spinner > span:before {
    width: 75%;
    height: 75%;
    border-right-color: transparent;
}

.spinner > span:after {
    width: 50%;
    height: 50%;
    border-bottom-color: transparent;
}

@-webkit-keyframes effect-2 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes effect-2 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@media (max-width: 1024px) {
    .timer {
        font-size: 30px;
    }
}