@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

.datepicker table tr td span.new, .datepicker table tr td span.old,
.datepicker table tr td.new, .datepicker table tr td.old{
    color:#000 !important;
}
.datepicker table tr td.old.disabled, .datepicker table tr td.new.disabled,
.datepicker table tr td span.old.disabled, .datepicker table tr td span.new.disabled,
.datepicker table tr td.disabled{
    color: #999 !important;
}
body {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #333;
    overflow-x: hidden;
}


a {
    color: #000;
    /* text-decoration: none !important; */
}
.error {
    color: red
}

h2 {
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-align: center ;
    margin-bottom: 20px;
}

h3 {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
}

h5 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}

h6 {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.font-12
{
    font-size: 12px;
}
.font-14
{
    font-size: 14px;
}
.z-999
{
    z-index: 999;
}
.bg-blue
{
    background: linear-gradient(0deg, rgba(1, 86, 208, 0.05) 0%, rgba(1, 86, 208, 0.05) 100%), #FFF;
}
.btn {
    border-radius: 8px;
    background: linear-gradient(90deg, #DC332E 3.4%, #D2852B 96.93%);
    color: #fff;
    padding: 11px 25px;
    border: 0;
    box-shadow: unset;
    transition: 0.5s all;
    border-radius: 4px;
    font-size: 14px;

}

.btn:hover {
    background: #465337;
    color: #fff;
    transition: 0.5s all;
}
.bg-transparent
{
    background: transparent;
    color: #000;
}
.bg-transparent:hover
{
    background: transparent;
    color: #000;
}
.pinkbg {
    background-color: #FFE0DF;
    padding: 13px 32px 20px 32px;
}
.text-grad
{
    background: linear-gradient(90deg, #DC332E 3.4%, #D2852B 96.93%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.w-10
{
    width: 10%;
}
.modal{
    /* display: flex; */
    justify-content: center;
    align-items: center;
}
header
{
    padding-top: 60px;
}
header img
{
    padding-right:16%;
}
/********/

.first-page
{
    background-color: #D9D9D9;
    height: 100%;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.first-page .fhead .first-pdf-thumb {
    display: flex;
    justify-content: center;
    margin-top:20px;
    }
    .first-page .fhead .first-pdf-thumb div 
    {
        width:25%;
        margin:0 10px;     
        display:block;
    }
    .first-page .fhead .first-pdf-thumb img
    {
        width:100%;  
    }
    .first-page .fhead .first-pdf-thumb a
    {
        text-decoration:none !important;
    }
    .first-page .fhead .first-pdf-thumb p
    {
        margin-top:15px;
        color:#fff;
    }

    .first-page .ffoot .btn
    {
        margin-top: 10px;
    }
.first-page
.fhead {
    text-align: center;
    color: #fff;
    padding: 23px 20px;
    background: #A8A8A8;
    margin-top: 20px;
}
.first-page
.fmid {
    color: #000;
    padding: 35px 50px;
    background: #FCFCFC;
    margin-top: 30px;
    margin-bottom:30px;
}
.first-page
.fmid  h5{
    font-weight: 700;
}
.first-page
.fmid  p{
    font-style: italic;
}
.first-page
.fmid  ol li{
    margin-bottom: 16px;    
}

.first-page
.ffoot
{
   
padding: 23px 20px;
background: #A8A8A8;
}
.common-spacer
{
    margin: 30px 40px 100px 40px;
    position: relative;
    z-index: 9;
    border-radius: 10px;
}

.plane {
    position: absolute;
    right: -74px;
    top: -81px;
    z-index: 0;
}

.common-spacer .progress, .common-spacer .progress-stacked {
    --bs-progress-bar-bg: #3b4531;
    height: 8px;
}

.common-spacer
.progress-bar
{
    border-radius: 400px;
}

.common-card {
    padding: 6% 27% 10% 27%;
    box-shadow: 1px 1px 27px 0px #00000017;
   border-radius: 10px;
    position: relative;
    background-color: #fff;
    z-index: 2;
    /* border: 5px solid red; */
}
.common-card-design2
{
    padding: 6% 15% 10% 15% !important;
    border-radius: 10px;
}
.common-card-design3 {
    padding: 30px 30px 20px 30px !important;
    border-radius: 10px;
}

form input, form select {
    padding: 10px !important;
    /* opacity: 0.7; */
    color: #4E4C4C !important;
}
form input::placeholder{
    color: #4E4C4C !important;
}
.select-design
{
    position: relative;
}
.select-design::before {
    position: absolute;
    content: '';
    height: 25px;
    width: 25px;
    background: url('../img/down-arrow.png') no-repeat center;
    right: 10px;
    top: 10px;
    background-size: cover;
}

.left-img
{
    position: absolute;
    left: -50px;
    bottom: -40px;
    z-index: 2;
}
.right-img
{
    position: absolute;
    right: -80px;
    bottom: -40px;
    z-index: 2;
}


.left-img2
{
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
}
.right-img2
{
    position: absolute;
    right: -30px;
    bottom: -15px;
    z-index: 2;
}

.right-img3
{
    position: absolute;
    right: -80px;
    bottom: -84px;
    z-index: 2;
}

.right-img4
{
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}
.left-bg
{
    position: absolute;
    left: 0;
    top: 40%;
}
.left-bg2
{
    position: absolute;
    left: 0;
    bottom: -9%;
    z-index: 999;
}
.right-bg {
    position: absolute;
    right: 0;
    bottom: 74px;
}
section.main
{
    background-repeat: no-repeat !important;
    background-repeat: repeat-x !important;;

}
label
{
    margin-bottom: 10px;
}
footer {
    background-color: #465337;
    padding: 8em 20px 60px 20px;
    position: relative;
    margin-top: -11em;
    z-index: 0;
}
footer a, 
footer p{
    color: #fff;
    font-weight: 300;
}

footer .space
{
    margin: 0 20px ;
}
footer p{
 margin-bottom: 5px;
}
.whatsapp {
    position: fixed;
    top: 10.5%;
    right: 4%;
    z-index: 9;
}
.blockpopup .modal-body {
    padding: 36px 85px;
    border-radius: 10px;
}
.blockpopup2 .modal-body {
    padding: 36px 40px;
    border-radius: 8px;
border: 8px solid #FFF;
background: linear-gradient(0deg, rgba(1, 86, 208, 0.05) 0%, rgba(1, 86, 208, 0.05) 100%), #FFF;
}
.input-design
{

}

.tooltip2 {
    position: relative;
    display: inline-block;
  }
  
  .tooltip2 .tooltiptext {
    visibility: hidden;
    min-width: 261px;
    background-color: white;
    color: #000;
    border-radius: 6px;
    padding: 12px 15px;
    position: absolute;
    z-index: 1;
    box-shadow: 1px 1px 14px 1px #0000002b;
    font-size: 14px;
}
  
  .tooltip2:hover .tooltiptext {
    visibility: visible;
  }
  
  .wrapper {
    display: inline-flex;
    background: #fff;
    height: 43px;
    width: 230px;
    align-items: center;
    justify-content: space-evenly;
}
  .wrapper .option{
    background: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 10px;
    border-radius: 500px;
    cursor: pointer;
    padding: 0 10px;
    border: 2px solid #333;
    transition: all 0.3s ease;
  }
  .wrapper .option .dot{
    height: 20px;
    width: 20px;
    background: transparent;
    border-radius: 50%;
    position: relative;
    outline: 2px solid #333;
  }
  .wrapper .option .dot::before{
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #DC332E;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
  }
  input[type="radio"]{
    display: none;
  }
  #option-1:checked:checked ~ .option-1,
  #option-2:checked:checked ~ .option-2,
  #option-11:checked:checked ~ .option-1,
  #option-22:checked:checked ~ .option-2{
    border-color: #DC332E;
    background: transparent;
  }
  #option-1:checked:checked ~ .option-1 .dot,
  #option-2:checked:checked ~ .option-2 .dot,
  #option-11:checked:checked ~ .option-1 .dot,
  #option-22:checked:checked ~ .option-2 .dot{
    background: #fff;
    outline: 2px solid #DC332E;
  }
  #option-1:checked:checked ~ .option-1 .dot::before,
  #option-2:checked:checked ~ .option-2 .dot::before,
  #option-11:checked:checked ~ .option-1 .dot::before,
  #option-22:checked:checked ~ .option-2 .dot::before{
    opacity: 1;
    transform: scale(1);
  }
  .wrapper .option span{
    /* font-size: 20px; */
    color: #333;
  }
  #option-1:checked:checked ~ .option-1 span,
  #option-2:checked:checked ~ .option-2 span,
  #option-11:checked:checked ~ .option-1 span,
  #option-22:checked:checked ~ .option-2 span{
    color: #DC332E ;
  }
  .img-upload {
    display: flex;
    align-items: center;
    padding: 20px;
    margin-top: 46px;
    background: red;
    width: fit-content;
    border-radius: 10px;
    justify-content: center;
    margin: 0 auto;
    border-radius: 18px;
    background: #FFFBF2;
    max-width: 532px;
}
  .upload-info
  {
    padding-left: 30px;
  }
  .upload-img {
    border: 1px dashed #A5A1A1;
    padding: 0;
    border-radius: 13px;
    height: 100px;
    width: 100px;
}
.img-upload #imagePreview {
    width: 100px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 13px;
    /* cursor: pointer; */
}
.circle {
    position: absolute;
    left: 50%;
    top: 54%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.cropper-bg {
    width: auto !important;
    /* height: 520px !important; */
    /* background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
}
.crop-modal .modal-body
{
    padding: 20px 50px;
}

.circle .uplabel
{

    cursor: pointer;
}
.avatar-preview
{
    position: relative;
    z-index: 1;
}
.picupload
{
    position: relative;
}
.file-del
{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.file-btn {
    border: 1px solid #8A8A8A;
    border-radius: 4px;
    padding: 10px;
    height: fit-content;
    cursor: pointer;
}

/* Checkbox */
.mycheck
{
    display: flex;
    border-bottom: 1px solid #DCD0D0;
    padding: 20px 0;
}
.mycheck:last-child
{
    border-bottom: 0;
}
.mycheck p
{
    padding-left: 20px;
    margin-bottom: 0;
}
.forcheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.forcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark.checkmark-big {
    height: 35px;
    width: 35px;
    border-radius:6px;
}

.forcheck:hover input~.checkmark.checkmark-big {
    border-radius: 6px;
}

.forcheck .checkmark.checkmark-big:after {
    left: 42%;
    top: 23%;
    width: 9px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 4px;
    border: 1px solid var(--graditn, #DC332E);
}

/* On mouse-over, add a grey background color */
.forcheck:hover input~.checkmark {

    border-radius: 4px;
    border: 1px solid var(--graditn, #DC332E);
}

/* When the checkbox is checked, add a blue background */
.forcheck input:checked~.checkmark {
    background: var(--graditn, linear-gradient(90deg, #DC332E 3.4%, #D2852B 96.93%));
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.forcheck input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.forcheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* checkbox end */

.otp-input {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.otp-input input {
    margin: 0 10px;
    width: 48px;
    background: #D9D9D9;
    border: 0;
    text-align: center;
}

.company-name {
    display: flex;
    border-radius: 4px;
    background: #F6F6F6;
    padding: 40px 28px;
    justify-content: space-between;
    position: relative;
}
.company-name .colmn
{
    padding-left: 30px;
    border-left:2px solid #ADA4A4;
}
.company-name .colmn:first-child
{
    border-left:0;
}
.company-name .delete
{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

/* Application form */
.borad {
    padding: 40px 32px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.08), 0px 2px 1px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    
}
.main
{
    margin-top: 5em;
}
.main
 .progress, .main .progress-stacked {
    --bs-progress-bar-bg: #3b4531 !important;
    height: 8px;
}
.main
.progress-bar
{
    border-radius: 400px;
}
.borer-card {
    padding: 20px;
    border: 1px dashed #D0B6B6;
    display: flex;
}


 /* Candidtae Details */
 .borer-card {
    padding: 20px;
    border: 1px dashed #D0B6B6;
    display: flex;
}

.candidate-pic-sec {
    /* width: 24%; */
    text-align: center;
}

.candidate-des-sec {
    width: 100%;
    padding: 0 40px;
}

.text-dgreen {
    color: #47543A;
}

.cake-border {
    border: 1px dashed #D0B6B6;
    background: #F9F9F9;
    padding: 4px 20px;
}


.info-box,
.info-box a {
    display: flex;
    align-items: flex-start;
    color: #000;
}

.info-cont {
    padding-left: 10px;
}
.option2
{
   position: relative;
}

.option2::before {
   content: '';
   position: absolute;
   background: url('../img/down-arrow.png') center no-repeat;
   background-size: contain;
   height: 12px;
   width: 12px;
   right: 16px;
   top: 42%;
}

.oneline,
.oneline2 {
    position: relative;
}

.oneline:before {
    position: absolute;
    content: '';
    left: 0;
    top: 32%;
    width: 95%;
    height: 1px;
    background: #C1C1C1;
    z-index: 0;
}

.oneline2:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #DC332E 3.4%, #D2852B 96.93%);
    z-index: 0;
}
.unverified2 {
    font-size: 14px;
    line-height: 19px;
    border-radius: 1px;
    background: #FEE2D9;
    max-width: 158px;
    padding: 9px 16px;
    color: #272727;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
}

.oneline:before {
    position: absolute;
    content: '';
    left: 0;
    top: 32%;
    width: 95%;
    height: 1px;
    background: #C1C1C1;
    z-index: 0;
}


.table-design3 {
    background: #F1ECEC !important;
    padding: 20px;
}

.table-design3 p {
    background: #F1ECEC !important;
    padding: 0 17px;
    position: relative;
}

.table-design4 {
   background: #fff !important;
   padding: 20px;
   border: 1px dashed #CAC5C5;


}

.table-design4 p {
   background: #fff !important;
   padding: 0 17px;
   position: relative;
}

@media(max-width:1500px)
{   
    .right-img2 {
        width: 160px;
    }
    .wrapper .option span {
        font-size: 14px;
        
    }
    .wrapper .option .dot::before {
        top: 4px;
        left: 4px;
        width: 8px;
        height: 8px;
    }
    .wrapper .option .dot {
        height: 16px;
        width: 16px;
    }
    .left-img2 {
        width: 70px;
    }
    .right-img3 {
        right: -39px;
        bottom: -34px;
        width: 123px;
    }
}
@media(max-width:1200px)
{
    .main {
        margin-top: 3em;
    }
    footer {
        /* padding: 67px 20px 60px 20px; */
    }
    .btn {
        padding: 9px 18px;
        font-size: 12px;
    }
    .right-img2 {
        width: 140px;
    }

    .wrapper .option {
        height: 92%;
    }
    section.main {
        background-size: contain !important;
    }
    .right-img4 {
        width: 100px;
    }
}
@media(max-width:992px)
{
    body {
        font-size: 14px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 16px;
    }
    .first-page .fhead .first-pdf-thumb {
        width: 100%;
        flex-wrap: wrap;
    }
    .first-page .fhead .first-pdf-thumb div {
        width: 100%;
        padding: 0 20%;
    }
    .right-img {
        width: 29%;
    }
    .left-img {
        height: 150px;
        left: -37px;
        bottom: -20px;
    }
    header img
    {
        margin: auto;
        padding-right: 0;
    }
    header .col-lg-5>p
    {
        text-align: center;
        margin-top: 15px;
    }
    header .col-lg-5 div.d-flex
    {
        justify-content: center;
    }
    form input, form select, form textarea {
        font-size: 14px !important;
    }
    header {
        padding-top: 40px;
    }
    .right-img2 {
        width: 117px;
    }

    .left-img2 {
        width: 60px;
    }
    .select-design::before {
        height: 20px;
        width: 20px;
        right: 10px;
        top: 13px;
    }
    .pinkbg p
    {
        padding-left: 0 !important;
    }
    .pinkbg {
        padding: 15px 15px 20px 10px;
    }
    .left-bg2 {
        left: 0;
        bottom: 0%;
        
        width: 12em;
    }
    .img-upload {
        padding: 20px 38px;
        margin-top: 36px;
    }
   
    
}
@media(max-width:767px)
{
    
    h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    footer {
        padding: 90px 20px 60px 20px;
    }
    footer p {
        margin-bottom: 10px;
    }    
    .left-img {
        height: 150px;
        left: -37px;
        bottom: -20px;
    }
    .common-spacer {
        margin: 30px 15px 100px 15px;
    }
    .common-card {
        padding: 6% 15% 10% 15%;
    }
    .right-img {
        width: 23%;
        right: -40px;
        bottom: -31px;
    }
    form input, form select, form textarea {
        font-size: 12px !important;
    }
    header img {        
        width: 150px;
    }
    label {
        margin-bottom: 5px;
    }
    .right-img2 {
        width: 100px;
    }
    .plane {
        right: -38px;
        top: -81px;  
    }
   
    h6 {
        font-size: 12px;
    }
    .mycheck p {
        padding-left: 5px;
    }
    h5 {
        font-size: 15px;
    }
    .img-upload {
        /* padding: 0; */
    }
    .img-upload {
        flex-wrap: wrap;
    }
    .upload-info {
        padding-left: 0;
        margin-top: 20px;
    }
    .company-name .colmn {
        padding-left: 0;
        border-left: 0;
        width: 100%;
        flex: 100%;
        border-bottom: 1px solid #ADA4A4;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .company-name {
        flex-wrap: wrap;
    }    
    .company-name .colmn:last-child
    {
        border-color:transparent !important;
        border-bottom: 0 !important;
    }
    .company-name .delete img
    {
        width: 22px;
    }
    .img-upload {
        padding: 20px 25px;
        text-align: center;
    }
}
@media(max-width:576px)
{
    body {
        font-size: 10px;
    }
    h2 {
        font-size: 16px;
    }
    h5 {
        font-size: 14px;
    }
    .first-page .fhead .first-pdf-thumb div {
        padding: 0 5%;
    }
    .right-img {
        width: 23%;
        right: 0;
        bottom: -31px;
    }
    
    .left-img {
        height: 100px;
        left: 0;
        bottom: -20px;        
        z-index: -1;
    } 

    form input, form select, form textarea {
        font-size: 10px !important;
    }
    header {
        padding-top: 20px;
    }
    .right-img2 {
        width: 85px;
    }
    .btn {
        padding: 7px 16px;
        font-size: 10px;
    }
    footer {
        padding: 67px 15px 60px 15px;
    }
    .blockpopup .modal-body {
        padding: 16px 20px;
    }
    .tooltip2 .tooltiptext {
        min-width: 192px;
        position: absolute;
        font-size: 12px;
        left: -5.5em;
        top: 2em;
    }
    .right-img4 {
        z-index: -1;
    }
    .right-img3 {
        right: -20px;
        bottom: -34px;
        width: 109px;
        z-index: -1;
    }
    .first-page .fhead 
    {
        padding: 17px 20px;
    }
    .first-page .fmid {
    padding: 35px 19px;
}
.cropper-bg
{
    max-height:400px !important;
}
.cropper-crop-box
{
    left: 6% !important;
    top: 10% !important;
}
}
