@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: Poppins !important;
    /* background: #F6FBFF; */
}
a, a:hover {
    text-decoration: none;
    color: inherit;
}

.custom-col-10{
    width: 90%;
}
input, input:focus{
    border: none !important;
    background: transparent !important;
    box-shadow: none;
}
.form-control, .form-control:focus{
    box-shadow: none !important;
    border: 1px solid #dee2e6 !important;
}
.head-section{
    background: linear-gradient(270deg, #408FE3 0%, #F6FBFF 100%);
    padding: 37px 0 20px 0;
}
.sticky-top1{
    position: sticky;
    top: 0;
    z-index: 2;
}
.sticky-top2{
    position: sticky;
    top: 5rem;
    z-index: 1;
}
.nav-bar{
    width: 100%;
    display: inline-flex;
    padding: 12px 30px;
    align-items: center;
    border-radius: 14px;
    background: linear-gradient(91deg, rgba(102, 176, 255, 0.10) 0%, rgba(255, 255, 255, 0.10) 97.84%);
    backdrop-filter: blur(3px);
}
.nav-bar-white{
    width: 100%;
    display: inline-flex;
    padding: 12px 30px;
    align-items: center;
    border-radius: 14px;
    background: linear-gradient(91deg, rgba(65, 150, 242, 0.10) 0%, rgba(231, 243, 255, 0.10) 48.92%, rgba(65, 150, 242, 0.10) 97.84%);
    backdrop-filter: blur(3px);
}
.logo{
    width: 50px;
    height: 50px;
}
.nav-link{
    color: rgba(0, 75, 155, 0.80);
    text-align: center;
    font-weight: 500;
}
.nav-link.active{
    color: #004B9B;
    text-align: center;
    font-family: Poppins;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 10.5%; /* 1.68px */
    text-underline-offset: 16%; /* 2.56px */
    text-underline-position: from-font;
}
.notification-icon{
    width: 24px;
    height: 24px;
}
.user-icon{
    width: 48px;
    height: 48px;
    border-radius: 100px;
    border: 2px solid #FFF;
}
.title{
    color: #004B9B;
    font-size: 34px;
    font-weight: 600;
    line-height: normal;
}
.grid-img{
    height: 160px;
    right: 0;
    bottom: 0;
}
.search-div{
    background: #F6FBFF;
    padding: 3rem 0;
}
.search-section{
    display: flex;
    width: 100%;
    padding: 8.5px 9px 7.5px 20px;
    border-radius: 17px;
    border: 2px solid #6eb0f6;
    background: #F6FBFF;
}
.custom-btn{
    padding: 9px 31px !important;
    border-radius: 11px;
    background: #007BFF;
    border: none;
    color: #fff;
}
.input1{
    width: 25%;
}
.input2{
    width: 60%;
}
.recom-job{
    background: #EDF6FF;
}
.recom-title{
    color: #202020;
    font-size: 22px;
    font-weight: 500;
}
.recom-title span{
    font-weight: 600;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #007BFF;
    text-decoration-thickness: 10.5%;
    text-underline-offset: 16%;
    text-underline-position: from-font;
}
.job-filter-btn{
    display: flex;
    padding: 7px 12px;
    align-items: center;
    gap: 3px;
    border-radius: 7px;
    border: 1px solid #CACACA;
    cursor: pointer;
}
.job-filter-btn .span1{
    color: rgba(32, 32, 32, 0.80);
    font-family: Poppins;
    font-weight: 400;
}
.job-filter-btn .span2{
    color: #202020;
    font-family: Poppins;
    font-size: 17px;
    font-weight: 400;
}
.job-filter-bar{
    width: 100%;
    /* overflow-x: auto; */
    white-space: nowrap;
}
.job-card{
    padding: 21px 45px;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    /* border-image: linear-gradient(to right, #ffffff 50%, #007BFFCC 50%) 1;
    border-style: solid; */
    background: #FFF;
}
.job-card.active{
    border-top: 2px solid #007BFF;
    border-right: 2px solid #007BFF;
    box-shadow: 0px 4px 12.6px 0px rgba(0, 0, 0, 0.15);
}
.companylogo{
    width: 79.032px;
    height: 78.988px;
    border: 1px solid #CACACA;
    border-radius: 7px;
}
.higherch-btn{
    border-radius: 10px;
    background: linear-gradient(270deg, rgba(255, 218, 207, 0.30) 0%, rgba(255, 218, 207, 0.30) 100%);
    padding: 5px 7px;
}
.higherch-btn span{
    color: rgba(235, 102, 61, 0.80);
    font-size: 12px;
    font-weight: 500;
}
.job-card .t1{
    color: #202020;
    font-size: 22px;
    font-weight: 500;
}
.job-card .t2{
    color: #202020;
    font-size: 22px;
    font-weight: 500;
}
.job-card .t2 span{
    color: rgba(32, 32, 32, 0.90);
    font-size: 16px;
    font-weight: 400;
}
.job-card p{
    font-weight: 500;
}
.company-name-div{
    width: 200px;
}
.skilsDiv{
    overflow-x: auto;
    width: 100%;
}
.job-card .job-cat-btn{
    padding: 4px 6px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    color: rgba(32, 32, 32, 0.90);
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
}
.job-card .post-text{
    color: rgba(32, 32, 32, 0.60);
    font-size: 12px;
    font-weight: 400;
}
.job-card .post-text-dot{
    width: 3px;
    height: 3px;
    border-radius: 100px;
    background: rgba(32, 32, 32, 0.60);
}
.job-card .border-dashed{
    border-top: 1px dotted rgba(0, 0, 0, 0.10);
}
.job-card .locafont{
    color: #202020;
    font-family: Poppins;
    font-weight: 500;
}
.job-card .locafont .dott{
    width: 3px;
    height: 3px;
    border-radius: 100px;
    background: #202020;
}

.job-description{
    border-radius: 28px;
    border: 2px solid #007BFF;
    background: #FFF;
    padding: 32px;
}
.job-description .job-logo{
    width: 63.826px;
    height: 63.79px;
    border: 1px solid #CACACA;
    border-radius: 7px;
}

.custom-btn2{
    padding: 12px 20px;
    gap: 9px;
    border-radius: 12px;
    background: #007BFF;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    border: none;
}
.custom-btn2-outline{
    padding: 12px 20px;
    background-color: #fff;
    border-radius: 12px;
    color: #007BFF;
    font-size: 18px;
    border: 1px solid #007BFF;
}

.home-section{
    background: #F6FBFF;
}
.home-herosection{
    background-image: url(../img/Hero\ Section.png);
    background-size: cover;
    padding: 2rem;
}

.interview_div{
    background: #EDF6FF;
}
.interviewImg{
    width: 384.935px;
    height: 322.152px;
}
.interview_div p{
    font-size: 20px;
    line-height: 1.6;
}
.custom-btn3{
    padding: 15px 60px;
    gap: 9px;
    border-radius: 12px;
    background: #007BFF;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    border: none;
}
.home-recom-job{
    background: #F6FBFF;
    padding: 5rem 0;
}
.home-recom-job .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent;
    color: #007BFF;
    font-size: 24px;
    font-weight: 500;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 10.5%; /* 2.52px */
    text-underline-offset: 16%; /* 3.84px */
    text-underline-position: from-font;
}
.home-recom-job .nav-pills .nav-link {
    color: #202020;
    font-family: Poppins;
    font-size: 24px;
}
.home-recom-card{
    border-radius: 36px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    padding: 24px;
}
.home-recom-card .comp-logo{
    height: 60px;
    width: 60px;
    border-radius: 0.3rem;
}
.skilset{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}
.skilset .skill{
    border-radius: 25px;
    background: #E5F2FF;
    display: flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 7px;
    color: #007BFF;
    font-size: 14px;
}
.job-cat-btn{
    padding: 4px 6px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    color: rgba(32, 32, 32, 0.90);
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
}

.home-download-sec{
    background-image: url(../img/downloadBg.png);
    background-size: cover;
}
.home-download-sec .down-title1{
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 6px;
}
.home-download-sec .down-title2{
    color: #FFF;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 6px;
}
.home-download-sec p{
    color: rgba(255, 255, 255, 0.80);
    font-size: 24px;
    line-height: 1.8;
}
.real-story{
    padding: 5rem 0;
    background: #F6FBFF;
}



.real-story .slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

.real-story  .slider-container:hover .slider-row {
    animation-play-state: paused; /* Pause animation on hover */
  }

.real-story  .slider-row {
    display: flex;
    gap: 20px;
    animation: slideLeft 50s linear infinite;
  }

.real-story  .slider-row.reverse {
    animation: slideRight 50s linear infinite;
  }

  @keyframes slideLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-40%);
    }
  }

  @keyframes slideRight {
    0% {
      transform: translateX(-40%);
    }
    100% {
      transform: translateX(0);
    }
  }

  .real-story-card {
    flex: 0 0 450px;
    background: white;
    padding: 24px 20px;
    border-radius: 24px;
  }

  .real-story-card h3 {
    margin: 10px 0;
    color: #333;
  }

  .real-story-card p {
    font-size: 14px;
    color: #555;
  }
  .real-story .name{
    color: rgba(32, 32, 32, 0.80);
    font-size: 20px;
    font-weight: 500;
}
.real-story h3 span{
    color: rgba(32, 32, 32, 0.60);
    font-size: 18px;
}

.footer{
    background-image: url(../img/footerBg.png);
    background-size: cover;
}

.footer-logo{
    width: 80px;
    height: 80px;
}
.btn-white{
    border-radius: 27px;
    background: linear-gradient(90deg, rgba(252, 253, 254, 0.00) 0%, #FCFDFE 100%);
    border: none;
}
.footer .downimg{
    width: 66.681px;
    height: 54.866px;
    border-radius: 0px 27px 27px 0px;
    background: url(<path-to-image>) lightgray 0px -5.907px / 100% 118.214% no-repeat;
}
.footer .bordertop{
    border-top: 1px dashed rgba(0, 0, 0, 0.10);
}



.featuredRolecard{
    overflow-x: hidden;
    display: flex;
    gap: 30px;
    width: 100%;
    justify-content: center;
}
.featuredRoletitle span{
    color: #202020;
    font-weight: 500;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #007BFF;
    text-decoration-thickness: 10.5%;
    text-underline-offset: 16%;
    text-underline-position: from-font;
}
.featuredRolecard .cardcenter{
    width: 27%;
}
.featuredRolecard .cardsm{
    width: 20%;
}
.featuredRolecard .cardmd{
    width: 22%;
}
.featuredRolecard .cardsm .JobCard{
    opacity: 0.6;
    padding: 25px;
    border-radius: 23.04px;
    background: #FFF;
    box-shadow: 0px 1.28px 8.704px 0px rgba(0, 0, 0, 0.25);
    font-size: 8.96px;
}
.featuredRolecard .cardsm .JobCard .skilset .skill {
    font-size: 8.96px;
}
.featuredRolecard .cardsm .JobCard .skilset {
    gap: 0.1rem;
}
.featuredRolecard .cardsm h5 {
    font-size: 12.8px;
}
.featuredRolecard .cardsm .comp-logo {
    width: 30px;
    height: 30px;
}
.featuredRolecard .cardmd .JobCard{
    opacity: 0.8;
    border-radius: 28.8px;
    background: #FFF;
    box-shadow: 0px 1.6px 10.88px 0px rgba(0, 0, 0, 0.25);
    border: 0;
    padding: 20px;
    font-size: 11.2px;
}
.featuredRolecard .cardmd .JobCard .skilset .skill {
    font-size: 11.2px;
}
.featuredRolecard .cardmd .JobCard .skilset {
    gap: 0.3rem;
}
.featuredRolecard .cardcenter .JobCard{
    border-radius: 36px;
    background: #FFF;
    box-shadow: 0px 2px 13.6px 0px rgba(0, 0, 0, 0.25);
    border: none;
    padding: 30px;
    font-size: 14px;
}



.savedjobnav .col-same{
    width: 45%;
}
.savedjobnav .col-small{
    width: 10%;
}
.saved-sec .job-description{
    border-radius: 28px;
    border: none;
    border-top: 2px solid #59a8fc;
    border-left: 2px solid #007BFF;
    border-right: 2px solid #85bffd;
    background: #FFF;
    padding: 32px;
}
.savedJob{
    padding: 21.5px 18px 21.5px 19px;   
    border-radius: 28px;
    background: #E9F3FF;
    color: #004B9B;
}
.savedJob p{
    color: rgba(0, 75, 155, 0.80);
}
.appliedJob{
    padding: 21.5px 17.5px;
    border-radius: 28px;
    background: #FFF;
    color: rgba(0, 75, 155, 0.80);
}

.lookbackJob{
    border-radius: 14px;
    background: #FFF;
    padding: 14px 31px;
    color: rgba(0, 75, 155, 0.80);
}
.savedjobspn{
    color: #202020;
    font-size: 24px;
    font-weight: 500;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #007BFF;
    text-decoration-thickness: 10.5%;
    text-underline-offset: 16%;
    text-underline-position: from-font;
}

.spanborderbottom{
    color: #007BFF;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #007BFF;
    text-decoration-thickness: 10.5%; /* 2.94px */
    text-underline-offset: 16%; /* 4.48px */
    text-underline-position: from-font;
}

.custom-btn2-outlineRed {
    padding: 12px 20px;
    background-color: #fff;
    border-radius: 12px;
    color: #F37575;
    font-size: 18px;
    border: 1px solid #F37575;
}
.underreview-btn{
    border-radius: 10px;
    background: #FFF3EF;
    padding: 5px 7px;
}
.underreview-btn span{
    color: #C3836F;
    font-size: 12px;
    font-weight: 500;
}
.Short-listed-btn{
    border-radius: 10px;
    background: #E6FFE1;
    padding: 5px 7px;
}
.Short-listed-btn{
    color: #45A931;
    font-size: 12px;
    font-weight: 500;
}
.vi-ewed-btn{
    border-radius: 10px;
    background: #EFF7FF;
    padding: 5px 7px;
    color: #3C9AFF;
    font-size: 12px;
    font-weight: 500;
}
.urgentHire-btn{
    border-radius: 0px 8px 8px 0px;
    background: linear-gradient(270deg, #FFE2CD 0%, rgba(255, 226, 205, 0.00) 100%);
    color: #FF6F42;
    font-size: 14px;
    padding: 5px 7px;
}

.profile-long-card{
    display: flex;
    /*gap: 2rem;*/
    justify-content: space-between;
    background: #FFF;
    padding: 1rem;
    border: 2px solid transparent;
    border-radius: 15px;
    background: linear-gradient(to right, white, white),linear-gradient(to right, #fff , #007BFF); 
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}
.profile-long-card .social-icon{
    display: grid;
    justify-content: end;
}
.profile-long-card .userImg{
    width: 230px;
    height: 200px;
}
.profileInsights{
    padding: 1rem 1.5rem;
    background: #FFF;
    border: 2px solid transparent;
    border-radius: 15px;
    background: linear-gradient(to right, white, white),linear-gradient(to top, #fff , #007BFF); 
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}
.proQuickLinks{
    border-radius: 23px;
    border: 2px solid rgba(32, 32, 32, 0.10);
    background: #FFF;
    padding: 26px 10.285px 20px 13.715px;
}
.profile-page-sec .proDivDe{
    padding: 1.5rem;
    border-radius: 26px;
    background: #FFF;
}

.work-experience .timeline {
    position: relative;
    padding-left: 20px;
  }

  .work-experience .entry {
    display: flex;
    align-items: flex-start;
    position: relative
  }

  .work-experience .dotborder {
    border-radius: 50%;
    position: absolute;
    left: -0.2rem;
    border-radius: 100px;
	border: 1px solid #007BFF;
    padding: 4px;
    background: #ffffff;
  }
  .work-experience .dot {
    width: 8px;
    height: 8px;
    background: #007bff;
    border-radius: 50%;
    border-radius: 100px;
  }

  .work-experience .content {
    border-left: 2px dashed #ddd;
    padding-left: 40px;
    margin-left: 5px;
    padding-bottom: 20px;
  }

  .work-experience .content h3 {
    margin: 0;
    font-size: 18px;
    color: #333;
  }

  .work-experience .content h3 span {
    font-size: 14px;
    color: #666;
  }

  .work-experience .company {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }

  .work-experience .company img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 10px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);   
  }

  .work-experience .company p {
    margin: 0;
  }

  .work-experience .company .location {
    font-size: 14px;
    color: #666;
  }

  .work-experience .view-all {
    background: none;
    color: #007bff;
    border: 1px solid #007bff;
    border-radius: 12px;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
    display: block;
    margin-left: 5rem;
  }
.profile-page-sec .profile-skillSet{
    padding: 5px 8px;
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    color: rgba(32, 32, 32, 0.90);
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}
.profile-page-sec .morebtn{
    padding: 5px 8px;
    color: #007BFF;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #EEF6FF;
}
.workDiv{
    display: flex;
    gap: 2rem;
    width: 100%;
    overflow: hidden;
}
.workDiv .Div1{
    width: 40%;
}
.workDiv .Div2{
    width: 40%;
}
.workDiv .Div3{
    width: 30%;
}
.workDiv img{
    height: 250px;
    border-radius: 16px;
}
.workDiv .div3absolute{
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}
.workDiv .view-all-btn {
    background: #007bff;
    border: none;
    color: #fff;
    border-radius: 12px;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 45%;
  }


.chat-box{
    border-radius: 8px;
    border: 1.5px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0px 0px 12.5px 0px rgba(0, 0, 0, 0.05);
}
.chat-box .borderRight{
    border-right: 1.5px solid rgba(0, 0, 0, 0.10);
    padding-right: 0;
}
.chat-box .usersidetop, .chat-header,.user-details-top{
    border-bottom: 1.5px solid rgba(0, 0, 0, 0.10);
    padding: 1rem;
    height: 65px;
}
.chatboxUser{
    padding: 1rem 0;
    padding-right: 15px;
    overflow-y: auto;
    height: 500px;
}
.singleUser{
    margin-bottom: 1rem;
}
.singleUser img{
    width: 50px;
    height: 50px;
    border-radius: 100px;
}
.singleUser .userName{
    font-weight: 500;
    color: #202020;
}
.singleUser .time{
    color: #007BFF;
    font-size: 12px;
}
.singleUser .chatcount{
    display: flex;
    width: 20px;
    height: 20px;
    padding: 4px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 100px;
    background: #007BFF;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
.chat-box .send-msg{
    border-radius: 7px 7px 0px 7px;
    background: #F1F8FF;
    display: inline-flex;
    padding: 10px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 4px;
    margin-bottom: 0.5rem;
    max-width: 60%;
    text-align: left;
}
.chat-box .send-msg p{
    font-size: 14px;
    font-weight: 500;
}
.chat-box .send-msg .msg-time{
    font-size: 10px;
}
.chat-box .receive-msg{
    border-radius: 7px 7px 7px 0px;
    background: #007BFF;
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 0.5rem;
    max-width: 50%;
}
.chat-box .receive-msg p{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.chat-box .typemsgDiv{
    display: inline-flex;
    padding: 5px 20px 10px 20px;
    align-items: center;
    gap: 81px;
    background: #F1F8FF;
    width: 100%;
}
.chat-box .type-msg{
    display: flex;
    padding: 0 10px;
    width: 100%;
    align-items: center;
    border-radius: 50px;
    background: #FFF;
}
.chat-box .type-msg .send-btn{
    width: 30px;
    height: 30px;
    fill: #F1F8FF;
    filter: drop-shadow(-2px 2px 12px rgba(0, 0, 0, 0.05));
}
.chat-box .chatMessage{
    height: 425px;
    overflow-y: auto;
}
.chat-box .read-notification{
    font-size: 10px;
    margin-bottom: 0.5rem;
}
.chat-box .user-details .userImg{
    width: 70px;
    height: 70px;
    border-radius: 100px;
}
.chat-box .user-details .emp-position{
    border-radius: 8px;
    border: 1px solid #E5F2FF;
    background: rgba(233, 244, 255, 0.30);
    padding: 3px 4px;
}
input:focus{
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.edit-profile{
    border-radius: 22px;
    padding: 1.8rem;
    background: #fff;
}
.edit-profile .formLabel{
    color: rgba(32, 32, 32, 0.60) !important;
    font-size: 14px !important;
}
.edit-profile .form-control{
    border-radius: 13px !important;
    border: 1px solid rgba(0, 0, 0, 0.20) !important;
    padding: 10.5px 15px !important;
    width: 100% !important;
    margin: 0.5rem 0 !important;
    font-size: 0.9rem !important;
}
.edit-profile .form-control::placeholder{
    color: #202020;
}
.edit-profile .form-control .buttonstyle{
    display: flex;
    padding: 4px 7px;
    align-items: center;
    gap: 15px;
    border-radius: 9px;
    background: #F6FBFF;
}
.edit-profile .edit-title{
    font-size: 1.5rem;
    font-weight: 500;
}

.vdoCall{
    border-radius: 22px;
}
.vdoCall .vdoimg{
    border-radius: 22px;
}
.vdoCall .receiveImg{
    width: 308px;
    height: 198px;
    flex-shrink: 0;
    position: absolute;
    left: 2rem;
    top: 2rem;
    border-radius: 22px;
}
.vdoCall .bottom-bar {
    position: absolute;
    bottom: 4rem;
    left: 40%;
}
.vdoCall .side1{
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem;
}
.vdoCall .side2{
    position: absolute;
    bottom: 2.5rem;
    right: 2.5rem;
}
.vdoCall .roundborder{
    border-radius: 22px;
}
.multistepformBg{
    background: #F6FBFF;
    padding: 3rem 3.5rem;
    position: relative;
}
.multistepformBg .cornerImg{
    position: absolute;
    width: 150px;
    height: 130px;
    bottom: 0;
    right: 0;
}
.multistepform{
    border-radius: 20px;
    border: 1px solid #8DC4FF;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 4px 20.3px 0px rgba(0, 123, 255, 0.15);
    backdrop-filter: blur(3px);
    padding: 2rem 1.5rem;
}
.multistepformBg .step1btn{
    display: flex;
    padding: 10px 12px;
    align-items: center;
    gap: 5px;
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 4px 13.7px 0px rgba(0, 0, 0, 0.15);
    border: none;
}
.multistepformregister .modal-xl {
    max-width: 1540px;
}
.formimg1,.formimg3{
    position: absolute;
    right: 3rem;
    width: 374.026px;
    height: 374.026px;
    flex-shrink: 0;
}
.formimg2{
    position: absolute;
    right: 6rem;
    width: 257.776px;
    height: 370.869px;
    flex-shrink: 0;
}
.formimg4{
    position: absolute;
    right: 3rem;
    width: 365.467px;
    height: 193.826px;
    flex-shrink: 0;
}


.activeclr{
    color: #007BFF;
}
.preactiveclr{
    color: #1DAC00;
}
.nxtButton{
    display: inline-flex;
    padding: 12px 95px;
    align-items: center;
    gap: 9px;
    border-radius: 12px;
    background: rgba(0, 123, 255, 0.50);
    border: none;
    color: #FFF;
}


/* indexpage css */
.topCompanies{
    display: flex;
    padding: 10px 15px;
    align-items: center;
    gap: 18px;
    background: #EDF6FF;
    margin: 5rem 0 3rem 0;
}
.twocardbg{
    border-radius: 22px;
    background: #EDF6FF;
    padding: 1.5rem 2rem;
}
.popular-category .card1{
    border-radius: 28px;
    background: #F0EFFF;
    position: relative;
    height: 100%;
    padding: 1rem 1.5rem;
}
.popular-category .cardd{
    border-radius: 28px;
    padding: 1rem 1.5rem;
}
.popular-category .card2 .imgdiv2{
    width: 54px;
    height: 54px;
    padding: 11.357px 11.358px 11.358px 11.358px;
    border-radius: 100px;
    background: linear-gradient(0deg, #FFB29F 0%, #FFE6E0 100%);
}
.popular-category .card3 .imgdiv3{
    width: 54px;
    height: 54px;
    padding: 11.357px 11.358px 11.358px 11.358px;
    border-radius: 100px;
    background: linear-gradient(0deg, #EACB61 0%, #FFF8E0 100%);
}
.popular-category .card4 .imgdiv4{
    width: 54px;
    height: 54px;
    padding: 11.357px 11.358px 11.358px 11.358px;
    border-radius: 100px;
    background: linear-gradient(0deg, #78EDBE 0%, #E6FFF5 100%);
}
.popular-category .card5 .imgdiv5{
    width: 54px;
    height: 54px;
    padding: 11.357px 11.358px 11.358px 11.358px;
    border-radius: 100px;
    background: linear-gradient(0deg, #6FCDEE 0%, #E0F7FF 100%);
}
.popular-category .card1 .imgdiv1{
    width: 69px;
    height: 69px;
    padding: 5.53px 2.155px 0px 2.155px;
    border-radius: 100px;
    background: #D8D6FF;
}
.popular-category .card2 h6{
    text-align: center;
    color: #FF977E;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #FF977E;
    text-decoration-thickness: 9%; /* 1.8px */
    text-underline-offset: 19.5%; /* 3.9px */
    text-underline-position: from-font;
}
.popular-category .card5 h6{
    text-align: center;
    color: #6FCDEE;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #6FCDEE;
    text-decoration-thickness: 9%; /* 1.8px */
    text-underline-offset: 19.5%; /* 3.9px */
    text-underline-position: from-font;
}
.popular-category .card4 h6{
    text-align: center;
    color: #78EDBE;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #78EDBE;
    text-decoration-thickness: 9%; /* 1.8px */
    text-underline-offset: 19.5%; /* 3.9px */
    text-underline-position: from-font;
}
.popular-category .card3 h6{
    text-align: center;
    color: #E4C457;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #E4C457;
    text-decoration-thickness: 9%; /* 1.8px */
    text-underline-offset: 19.5%; /* 3.9px */
    text-underline-position: from-font;
}
.popular-category .card1 h6{
    color: #8A83FF;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #8A83FF;
    text-decoration-thickness: 9%; /* 1.8px */
    text-underline-offset: 19.5%; /* 3.9px */
    text-underline-position: from-font;
}
.qa-section{
    border-radius: 36px;
    border: 2px solid #007BFF;
    background: #F9FDFF;
    padding: 2rem 3rem;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
}
.sendOTP-BTn{
    border-radius: 12px;
    border: 2px solid #007BFF;
    padding: 10.5px 70px;
    background: #fff;
    color: #007BFF;
}
.custom-accordion .accordion-item{
    border: none;
    margin-bottom: 1rem;
    background: transparent;
}
.custom-accordion .accordion-item .accordion-header{
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.10);
    padding: 20px 24px;
    position: sticky;
}
.custom-accordion .accordion-item .accordion-collapse{
    padding: 31px 24px 20px 24px;
    border-radius: 0px 0px 25px 25px;
    background: #FFF;
    margin-top: -15px;
}
.accordion-button:not(.collapsed), .accordion-button {
    color: #202020;
    background-color: #fff;
    font-weight: 500;
}
.aboutUS-card{
    border-radius: 22px;
    background: #FFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
    padding: 41px 16px 42px 16px;
}

.cotactDiv{
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0px 2px 14.5px 0px rgba(0, 0, 0, 0.15);
    padding: 1rem;
    margin-top: -200px;
    position: sticky;
    z-index: 1;
}

.contactUsPage .head-section{
    background: linear-gradient(97deg, #AAD3FF -15.34%, #FFF 125.67%);
    height: 500px;
}
.cotactDiv .contactLeft{
    border-radius: 33px;
    background: rgba(0, 123, 255, 0.80);
    padding: 2rem 1.5rem;
}

.cardcenter .custom-btn2, .cardcenter .custom-btn2-outline, .custom-btn2-outlineRed{
    font-size: 0.9rem;
}

.multistep-Form .profile-skillSet{
    padding: 5px 8px;
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    color: rgba(32, 32, 32, 0.90);
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    display: flex;
    gap: 0.5rem;
}
.multistep-Form .profile-skillSet.active{
    border: 1px solid #007BFF;
}

.border-12{
    border-radius: 12px !important;
}

.mob-show{
    display: none !important;
}
.dflex{
    display: flex;
}



@media only screen and (max-width: 768px) {
    .row{
        margin-left: 0;
        margin-right: 0;
    }
    .head-section{
        background: unset;
        padding: 0;
    }
    .mob-hide{
        display: none !important;
    }
    .mobhide{
        display: none;
    }
    .mob-show{
        display: block !important;
    }
    .custom-col-10 {
        width: 100%;
    }
    .topCompanies {
        width: 100%;
        overflow: auto;
        margin: 2rem 0 2rem 0;
    }
    .topCompanies img{
        width: 4rem;
    }
    .custom-btn2-outline {
        padding: 8px 10px;
        font-size: 14px;
    }
    .custom-btn2 {
        padding: 8px 10px;
        font-size: 14px;
    }
    .home-herosection {
        padding-bottom: 0;
    }
    .home-herosection h3{
        font-size: 1rem;
    }
    .twocardPT{
        padding-top: 0 !important;
    }
    .twocardbg {
        margin-bottom: 1rem;
        padding: 1rem 0.8rem;
    }
    .twocardbg h3{
        font-size: 1.2rem;
    }
    .twocardbg p{
        font-size: 0.9rem;
    }
    .popularjobCrads{
        display: flex;
        width: 100%;
        overflow: auto;
        gap: 1rem;
        white-space: nowrap;
    }
    .popular-category .cardd {
        width: 85%;
    }
    .popular-category .cardd p{
        white-space: wrap;
    }
    .popular-category .card2 .imgdiv2,.popular-category .card3 .imgdiv3, .popular-category .card4 .imgdiv4, .popular-category .card5 .imgdiv5{
        width: 69px;
        height: 69px;
        text-align: center;
        padding-top: 9%;
    }
    .featuredRolecard {
        display: block;
    }
    .featuredRolecard .cardcenter {
        width: 100%;
    }
    .home-download-sec .down-title1 {
        font-size: 20px;
    }
    .home-download-sec .down-title2 {
        font-size: 16px;
    }
    .home-download-sec p {
        font-size: 14px;
    }
    .custom-accordion{
        padding: 0.8rem;
        font-size: 14px;
    }
    .mostaskedtitlemargin{
        margin-top: 2rem;
        margin-bottom: 1rem !important;
    }
    .search-divMob{
        padding: 13px 15px;
        border-radius: 16px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        background: #FFF;
        box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.05);
    }
    .searchRelate{
        border-radius: 21px;
        background: #FFF;
        padding: 0.5px 21px 0.5px 0px;
        display: flex;
        gap: 12px;
        font-size: 12px;
    }
    .searchRelate .activesearch{
        border-radius: 21px;
        border: 1px solid #000;
        background: #FFF;
        padding: 5px;
        font-size: 10px;
    }
    .beforeLogindrop{
        border: 1.5px solid #007BFF;
        border-top: none;
        border-left: none;
        background: linear-gradient(137deg, rgba(255, 255, 255, 0.70) 2.95%, rgba(211, 211, 211, 0.70) 142.75%);
        box-shadow: 0px 4px 10.6px 0px rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(12px);
        margin-top: 0.6rem !important;
    }
    .beforeLogindrop li{
        margin-bottom: 1rem;
    }
    .contactUsPage .head-section{
        height: unset;
    }
    .cotactDiv {
        margin-top: 1rem;
    }
    .edit-profile {
        padding: 1rem 0;
    }
    .job-card-mob{
        border-radius: 8px;
        background: #FCFCFC;
        box-shadow: 0px 1px 8.3px 0px rgba(0, 0, 0, 0.12);
        padding: 1rem;
    }
    .job-footer{
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .job-footer-div{
        background: #FCFCFC;
        box-shadow: 0px -4px 12px 0px rgba(0, 0, 0, 0.05);
        display: inline-flex;
        padding: 10px 27px 15px 27px;
        justify-content: center;
        align-items: center;
        gap: 55px;
    }
    .customNavTab .nav-item.show .nav-link, .customNavTab .nav-link.active {
        background-color: transparent;
        border: none;
        text-decoration: none;
        border-bottom: 2px solid #007BFF;
    }
    .customNavTab .nav-link {
        color: #202020 !important;
    }
    .copyright{
        text-align: center;
    }
    .profile-long-card {
        display: grid;
        margin-bottom: 1rem;
    }
    .profile-long-card .social-icon{
        display: flex;
        gap: 1rem;
        justify-content: space-around;
    }
    .workDiv {
        display: grid;
    }
    .workDiv .Div1, .workDiv .Div2, .workDiv .Div3 {
        width: 100%;
    }
    
    .dflex{
        display: block;
    }
    .job-card{
        padding: 10px 20px;
        justify-content: center;
        align-items: center;
        border-radius: 28px;
        /* border-image: linear-gradient(to right, #ffffff 50%, #007BFFCC 50%) 1;
        border-style: solid; */
        background: #FFF;
    }
    .job-card .t1, .job-card .t2 {
        font-size: 16px;
    }
    .job-card .myauto{
        margin-top: auto;
        margin-bottom: auto;
    }
    .custom-btn3 {
        padding: 8px 14px;
        font-weight: normal;
        font-size: 16px;
    }
    .multistepform{
        padding: 0;
    }
    .nodataImg{
        width: 100% !important;
    }
    .input1 {
        width: 100%;
    }
    .custom-btn {
        padding: 9px !important;
    }
    .search-div {
        padding: 0.5rem 0;
    }

}

.chat-box .receive-msg{
    border-radius: 7px 7px 0px 7px;
    display: inline-flex;
    padding: 10px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 2px;
    margin-bottom: 0.5rem;
    max-width: 60%;
    text-align: left;
    background: #007BFF;
}









.chat-box .receive-msg .msg-time{
    font-size: 10px;
    color: #fff !important;
}