html {
    overflow-x: hidden;
}

body,
html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100vw;
}
.email-footer-error{
    color: red;
}
nav {
    font-size: 1rem;
    box-shadow: 0px 3px 3px #00000029;
}
body.modal-open {
    height: 100vh;
    overflow-y: hidden;
}
.error-msg {
    color: red;
    font-size: 14px;
  }

/* navbar start */
@font-face {
    font-family: 'FuturaPTBook';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/FuturaPT-Book.woff');
}

@font-face {
    font-family: 'FuturaPTMedium';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/FuturaPT-Medium.woff');
}

@font-face {
    font-family: 'Muli-Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Muli-Bold.ttf');
}

@font-face {
    font-family: 'Sequel-Sans-Bold-Body';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Sequel-Sans-Bold-Body.ttf');
}

@font-face {
    font-family: 'MYRIADPRO-REGULAR';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/MYRIADPRO-REGULAR.OTF');
}

:root {
    --active-link-color: #000;
    --link-color: #02455F;
}

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {
    overflow: auto !important;
    padding-right: 0px !important;
}

a {
    text-decoration: none;
}

/* Starts header */
nav {
    font-family: 'FuturaPTBook';
    font-size: 1rem;
    box-shadow: 0px 3px 3px #00000029;
}

.navbar-brand img {
    width: 200px;
}
.App_imgcareer{
    width: 70px;
}
.navbar .nav-item .nav-link {
    color: var(--link-color);
    font-size: 18px;
    padding: 5px 10px;
    position: relative;
    z-index: 2;
    font-family: 'FuturaPTBook';
}

.homeTab::before,
.homeTab::after {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}

.draw {
    transition: color 0.55s;
}

.draw::before {
    background-color: #00ADEE;
    height: 5px;
    width: 0;
    left: 0;
    bottom: -2px;
    border: 2px solid #00ADEE;
    width: 100%;
    height: 0;
    transform: skew(-40deg, 0deg);
}

.draw::before {
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

/* navbar */
.offcanvas-backdrop.show {
    opacity: 0;
}

.offcanvas.offcanvas-top {
    top: 67px;
    height: 43vh;
}

.offcanvas_btn,
.offcanvas_btn:hover {
    width: 12%;
    height: 9vh;
    background-color: transparent;
    border: none;
}

.slideup,
.slidedown {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 0.8s ease-in-out;
    -moz-transition: max-height 0.8s ease-in-out;
    -o-transition: max-height 0.8s ease-in-out;
    transition: max-height 0.8s ease-in-out;
}

.slidedown {
    max-height: 47vh;
}
.select_noticeperiod{
    position: relative;
    z-index: 999;
    background-color: transparent;
}
.notice_labelper{
    position: relative;
    z-index: 9;
}

#myModal .modal-content {
    margin-bottom: 11rem;
}
@media (min-width: 992px) {
    .draw::before {
        bottom: -20px;
    }
    .form-group .palceholder {
        top: 7px;
        margin-top: 0px;
    }
}
/* navbra end  */

.navbar .nav-item .nav-link {
    color: var(--link-color);
    font-size: 18px;
    padding: 5px 10px;
    position: relative;
    z-index: 2;
}

.hero-section {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    background-image: url(../images/careers/careerbanner.png);
    background-repeat: no-repeat;
    background-position: 38% 0%;
    background-size: 112% 72%;
    object-fit: cover;
    position: relative;
    margin-top: 59px;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;   
    z-index: 1;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.5468312324929971) 3%, rgba(0,0,0,0.18828781512605042) 31%, rgba(0,0,0,0.21069677871148462) 50%, rgba(0,0,0,0) 71%, rgba(0,0,0,0) 98%);
}

.hero-content {
    width: 100%;
    position: relative;
    z-index: 9;
    padding-top: 100px;
}
.hero_content_text {
    width: 90%;
    margin: 0 auto;
}
.hero_content_text h4 {
    font-family: 'Sequel-Sans-Bold-Body';
    font-size: 28px;
    font-weight: 500;
}
.building {
    background-color: #fff;
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0px 0px 18px 2px #00000029;
}

.building h4,
.building p {
    color: #121212;
}
.hero-para {
    font-family: 'MYRIADPRO-REGULAR';
    font-size: 16px;
}

.career_side-img {
    width: 100%;
    height: 100%;
}

/* Starts opening section */
.radial {
    width: 3rem;
    height: 3rem;
    right: 0.9375rem;
}

.card-body,
.card-title,
.card-text,
.text-muted {

    font-family: 'Muli-Bold';
    color: #5b5656;
}

.card-body {
    padding: 10px !important;
    font-family: 'Muli-Bold';
    color: #6f616188;
    ;
}
.opening {
    background-color: #EFF8F9;
    height: auto;
    width: 90%;
    margin-top: 20px;
}

.opening h4 {
    color: var(--opening-heading-color);
    font-size: 1.875rem;
}

.head-title,
.card-1 .java-developer .card-title,
.card-1 .java-intern .card-title,
.card-1 .java-tech-lead .card-title,
.card-slide-1 .second-content-1 .card-title,
.card-slide-2 .second-content-2 .card-title,
.card-slide-2 .third-content-2 .card-title,
.card-slide-3 .second-content-3 .card-title,
.card-slide-3 .third-content-3 .card-title,
.card-slide-3 .fourth-content-3 .card-title,
.card-slide-4 .second-content-4 .card-title,
.card-slide-4 .third-content-4 .card-title,
.card-slide-4 .fourth-content-4 .card-title,
.card-slide-4 .fifth-content-4 .card-title,
.card-slide-5 .second-content-5 .card-title,
.card-slide-5 .third-content-5 .card-title,
.card-slide-5 .fourth-content-5 .card-title,
.card-slide-5 .fifth-content-5 .card-title,
.card-slide-5 .sixth-content-5 .card-title {
    font-size: 12px;
}

.cards h5 {
    color: var(--cards-color);
    font-size: 1.0625rem;
}

.cards span {
    font-size: 0.75rem;
    color: var(--cards-color);
}

.cards span {
    font-size: 12px;
}

.card-slide {
    height: 6.4375rem;
    background: url(../images/Rectangle\ 4642.png) no-repeat;
    background-size: cover;
}

.text-muted {
    font-size: 0.75rem;
}

.slide {
    display: none;
}

.rect-img {
    left: -12px;
    height: 100%;
}

.rect-img img {
    height: 100%;
}

.d-btn-apply .apply-text {
    top: -20px;
    left: 36px;
    z-index: 1;
}

.btn-apply .apply-text {
    z-index: 1;
    left: 235px;
    top: -50px;
    font-size: 0.8125rem;
}

.java-img img {
    width: 96%;
    top: 0px;
    left: -15px;
}

.btn-apply img {
    left: 212px;
}

.btn-apply .apply-text {
    left: 220px;
}

.card-text {
    margin-top: -6px;

    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.card-text i.fa-location-dot{
    font-size: 0.8rem;
    color: #B8B6B6;
}

.java-developer,
.second-content-1,
.second-content-2,
.second-content-3,
.second-content-4,
.second-content-5 {
    top: -30px;
}

.java-intern,
.third-content-2,
.third-content-3,
.third-content-4,
.third-content-5 {
    top: -40px;
}

.java-tech-lead,
.fourth-content-3,
.fourth-content-4,
.fourth-content-5 {
    top: -50px;
}

.fifth-content-4,
.fifth-content-5 {
    top: -60px;
}

.sixth-content-5 {
    top: -70px;
}

.card {
    background-color: transparent;
}

.cards .card-1,
.cards .card-intern,
.cards .card-tech-lead {
    line-height: 0.25;
}

.card-1,
.card-no-slide,
.card-slide-1,
.card-slide-2,
.card-slide-3,
.card-slide-4,
.card-slide-5 {
    background-color: #fff;
    height: 8em;
}

.card-1 .java-developer,
.card-1 .java-intern,
.card-1 .java-tech-lead,
.card-slide-1 .second-content-1,
.card-slide-2 .second-content-2,
.card-slide-2 .third-content-2,
.card-slide-3 .second-content-3,
.card-slide-3 .third-content-3,
.card-slide-3 .fourth-content-3,
.card-slide-4 .second-content-4,
.card-slide-4 .third-content-4,
.card-slide-4 .fourth-content-4,
.card-slide-4 .fifth-content-4,
.card-slide-5 .second-content-5,
.card-slide-5 .third-content-5,
.card-slide-5 .fourth-content-5,
.card-slide-5 .fifth-content-5,
.card-slide-5 .sixth-content-5 {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    animation-timing-function: linear;
}

.card-1,
.card-slide-1,
.card-slide-2,
.card-slide-3,
.card-slide-4,
.card-slide-5 {
    transition: all 0.3s;
    animation-timing-function: linear;
}

.card-1:hover {
    height: auto;
    transition: all 0.3s;
    background-color: #fff;
    z-index: 99;
    animation-timing-function: linear;
}

.card-infra:hover {
    height: auto;
}

/* starts card-slide-1 */
.card-slide-1:hover {
    height: auto !important;
    transition: all 0.3s;
    animation-timing-function: linear;
    position: absolute !important;
    background-color: #fff;
    z-index: 999;
}
/* ends card-slide-1 */

/* starts card-slide-2 */
.card-slide-2:hover {
    height: 37vh;
    transition: all 0.3s;
    animation-timing-function: linear;
    position: absolute !important;
    background-color: #fff;
    z-index: 999;
}
/* ends card-slide-2 */

/* starts card-slide-3 */
.card-slide-3:hover {
    height: 51vh;
    transition: all 0.3s;
    animation-timing-function: linear;
    position: absolute !important;
    background-color: #fff;
    z-index: 999;
}
/* ends card-slide-3 */

.card-slide-4:hover {
    height: 72vh;
    transition: all 0.3s;
    animation-timing-function: linear;
    position: absolute !important;
    background-color: #fff;
    z-index: 9999;
}

.card-hr:hover,
.card-net:hover {
    height: auto !important;
}

.card-slide-5:hover {
    height: 428.4px;
    transition: all 0.3s;
    animation-timing-function: linear;
    position: absolute !important;
    background-color: #fff;
    z-index: 9999;
}

.card-1:hover .java-developer,
.card-1:hover .java-intern,
.card-1:hover .java-tech-lead,
.card-slide-1:hover .second-content-1,
.card-slide-2:hover .second-content-2,
.card-slide-2:hover .third-content-2,
.card-slide-4:hover .second-content-4,
.card-slide-4:hover .third-content-4,
.card-slide-4:hover .fourth-content-4,
.card-slide-4:hover .fifth-content-4,
.card-slide-5:hover .second-content-5,
.card-slide-5:hover .third-content-5,
.card-slide-5:hover .fourth-content-5,
.card-slide-5:hover .fifth-content-5,
.card-slide-5:hover .sixth-content-5 {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s;
    animation-timing-function: linear;
}

.card-1:hover .list-card-2,
.card-1:hover .list-card-3,
.card-1:hover .list-card-4,
.card-1:hover .list-card-5,
.card-slide-1:hover .list-card-2,
.card-slide-1:hover .list-card-3,
.card-slide-1:hover .list-card-4,
.card-slide-1:hover .list-card-5,
.card-slide-2:hover .list-card-2,
.card-slide-2:hover .list-card-3,
.card-slide-2:hover .list-card-4,
.card-slide-2:hover .list-card-5,
.card-slide-4:hover .list-card-2,
.card-slide-4:hover .list-card-3,
.card-slide-4:hover .list-card-4,
.card-slide-4:hover .list-card-5,
.card-slide-5:hover .list-card-2,
.card-slide-5:hover .list-card-3,
.card-slide-5:hover .list-card-4,
.card-slide-5:hover .list-card-5 {
    position: absolute;
}

.card-slide-1:hover {
    height: 33vh;
    transition: height 0.3s;
    animation-timing-function: linear;
    position: absolute !important;
    background-color: #fff;
    z-index: 99;
}

.java-list ul {
    margin: 0 auto;
}

.card-1:hover .java-developer,
.card-1:hover .java-intern,
.card-1:hover .java-tech-lead,
.card-slide-1:hover .second-content-1,
.card-slide-2:hover .second-content-2,
.card-slide-2:hover .third-content-2,
.card-slide-4:hover .second-content-4,
.card-slide-4:hover .third-content-4,
.card-slide-4:hover .fourth-content-4,
.card-slide-4:hover .fifth-content-4,
.card-slide-5:hover .second-content-5,
.card-slide-5:hover .third-content-5,
.card-slide-5:hover .fourth-content-5,
.card-slide-5:hover .fifth-content-5,
.card-slide-5:hover .sixth-content-5 {
    left: 14px;
}
/* Ends opening section */

/* Starts Background-Image(tortoise-shell) on body near opening section */
.bg-img-left {
    width: 12%;
    left: -4%;
    bottom: 7%;
    z-index: -1;
}

.bg-img-left-opening {
    width: 60%;
    z-index: -1;
}

.bg-img-right-opening {
    width: 60%;
    z-index: -1;
}
/* Ends Background-Image(tortoise-shell) on body near opening section */

.d-btn-apply .arrow {
    display: none;
}

.demo-section {
    background-image: url("../images/Mask-Group-156.png");
    background-size: cover;
}

.demo {
    margin: 5% auto;
    width: 80%;
    color: #ffffff;
    background: rgba(255, 255, 255, 0);
    border-radius: 6px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid #FFFFFF;

    padding: 3rem 3rem;

}

.demo-head {
    font-size: 3rem;
}


@media (min-width: 500px){
    .head-title, .card-1 .java-developer .card-title, .card-1 .java-intern .card-title, .card-1 .java-tech-lead .card-title, .card-slide-1 .second-content-1 .card-title, .card-slide-2 .second-content-2 .card-title, .card-slide-2 .third-content-2 .card-title, .card-slide-3 .second-content-3 .card-title, .card-slide-3 .third-content-3 .card-title, .card-slide-3 .fourth-content-3 .card-title, .card-slide-4 .second-content-4 .card-title, .card-slide-4 .third-content-4 .card-title, .card-slide-4 .fourth-content-4 .card-title, .card-slide-4 .fifth-content-4 .card-title, .card-slide-5 .second-content-5 .card-title, .card-slide-5 .third-content-5 .card-title, .card-slide-5 .fourth-content-5 .card-title, .card-slide-5 .fifth-content-5 .card-title, .card-slide-5 .sixth-content-5 .card-title {
        font-size: 12px;
    }
}

@media (min-width: 600px){
     .java-img img {
        width: 55%;
    top: 0px;
    left: 0%;
    } 
    .card-1, .card-no-slide, .card-slide-1, .card-slide-2, .card-slide-3, .card-slide-4, .card-slide-5{
        height: 5em;
    }
    .head-title, .card-1 .java-developer .card-title, .card-1 .java-intern .card-title, .card-1 .java-tech-lead .card-title, .card-slide-1 .second-content-1 .card-title, .card-slide-2 .second-content-2 .card-title, .card-slide-2 .third-content-2 .card-title, .card-slide-3 .second-content-3 .card-title, .card-slide-3 .third-content-3 .card-title, .card-slide-3 .fourth-content-3 .card-title, .card-slide-4 .second-content-4 .card-title, .card-slide-4 .third-content-4 .card-title, .card-slide-4 .fourth-content-4 .card-title, .card-slide-4 .fifth-content-4 .card-title, .card-slide-5 .second-content-5 .card-title, .card-slide-5 .third-content-5 .card-title, .card-slide-5 .fourth-content-5 .card-title, .card-slide-5 .fifth-content-5 .card-title, .card-slide-5 .sixth-content-5 .card-title {
        font-size: 15px;
    }
}

@media (min-width: 768px){
    
    .java-img img {
        width: 85%;
        top: 0px;
        left: -20%;
    }
    .card-1, .card-no-slide, .card-slide-1, .card-slide-2, .card-slide-3, .card-slide-4, .card-slide-5{
        height: 6em;
    }
    .head-title, .card-1 .java-developer .card-title, .card-1 .java-intern .card-title, .card-1 .java-tech-lead .card-title, .card-slide-1 .second-content-1 .card-title, .card-slide-2 .second-content-2 .card-title, .card-slide-2 .third-content-2 .card-title, .card-slide-3 .second-content-3 .card-title, .card-slide-3 .third-content-3 .card-title, .card-slide-3 .fourth-content-3 .card-title, .card-slide-4 .second-content-4 .card-title, .card-slide-4 .third-content-4 .card-title, .card-slide-4 .fourth-content-4 .card-title, .card-slide-4 .fifth-content-4 .card-title, .card-slide-5 .second-content-5 .card-title, .card-slide-5 .third-content-5 .card-title, .card-slide-5 .fourth-content-5 .card-title, .card-slide-5 .fifth-content-5 .card-title, .card-slide-5 .sixth-content-5 .card-title {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

    .d-btn-apply .apply-bg,
    .d-btn-apply .apply-bg1 {
        display: block;
    }
    
    .file-upload {
        text-align: center;
        font-size: 12px;
        padding-left: 12px !important;
        width: 97%;
    }

    .apply-bg2 {
        left: 239px;
        bottom: 30px;
        width: 18%;
    }

    .aplbtn {
        right: 4px !important;
    }
}

.d-btn-apply .arrow {
    display: none;
}

/* Media Query for Large devices i.e. >=992px */
@media (min-width:992px) {
    #myModal .modal-content {
        margin-bottom: 0rem;
    }
    .formClass .form-group {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }
    .form_fname {
        margin-top: 10px;
    }
    .modal-header button {
        padding: 25px !important;
    }
    .modal-header p {
        right: 40px !important;
    }
    .hero-para {
        font-size: 22px;
    }
    .hero-content {
        margin-left: 5rem;
        width: 80%;
        padding-top: 130px;
    }
    .hero_content_text h4 {
        font-size: 28px;
    }
    .building {
        padding: 32px 48px;
    }
    .hero-section {
        height: 100%;
        margin-top: 0px;
    }
    .pHead {
        font-size: 2.5rem;
    }
    .java-img img {
        width: 70%;
        top: 0px;
        /* left: 0; */
    }

    .java-developer,
    .second-content-1,
    .second-content-2,
    .second-content-3,
    .second-content-4,
    .second-content-5 {
        top: -30px;
    }

    .java-intern,
    .third-content-2,
    .third-content-3,
    .third-content-4,
    .third-content-5 {
        top: -40px;
    }

    .java-tech-lead,
    .fourth-content-3,
    .fourth-content-4,
    .fourth-content-5 {
        top: -50px;
    }

    .fifth-content-4,
    .fifth-content-5 {
        top: -60px;
    }

    .sixth-content-5 {
        top: -70px;
    }

    .card-1,
    .list-card-1,
    .list-card-2,
    .list-card-3,
    .list-card-4,
    .list-card-5 {
        width: 100%;
    }

    .card-1:hover {
        height: auto;
        width: 100%;
    }

    .card-slide-1:hover {
        width: 435px;
        height: 180px;
    }

    .card-slide-2:hover {
        width: 435px;
        height: 215px;
    }

    .card-slide-4:hover {
        width: 435px;
        height: 24em !important;
    }

    .card-slide-5:hover {
        width: 435px;
        height: 400px;
    }

    .card-1:hover .d-btn-apply,
    .card-slide-1:hover .d-btn-apply,
    .card-slide-2:hover .d-btn-apply,
    .card-slide-4:hover .d-btn-apply,
    .card-slide-5:hover .d-btn-apply {
        left: 3px;
    }

    .card-1:hover .btn-apply,
    .card-slide-1:hover .btn-apply,
    .card-slide-2:hover .btn-apply,
    .card-slide-4:hover .btn-apply,
    .card-slide-5:hover .btn-apply {
        left: 5px;
    }
    .d-btn-apply .arrow {
        display: none;
    }

    .d-btn-apply .apply-text {
        left: 68px;
        top: -21px;
    }

    .btn-apply .apply-text {
        z-index: 1;
        left: 80px;
        top: -18px;
        font-size: 0.8125rem;
    }

    .radial {
        right: 15px;
    }

    .card-1:hover .java-developer,
    .card-1:hover .java-intern,
    .card-1:hover .java-tech-lead,
    .card-slide-1:hover .second-content-1,
    .card-slide-2:hover .second-content-2,
    .card-slide-2:hover .third-content-2,
    .card-slide-4:hover .second-content-4,
    .card-slide-4:hover .third-content-4,
    .card-slide-4:hover .fourth-content-4,
    .card-slide-4:hover .fifth-content-4,
    .card-slide-5:hover .second-content-5,
    .card-slide-5:hover .third-content-5,
    .card-slide-5:hover .fourth-content-5,
    .card-slide-5:hover .fifth-content-5,
    .card-slide-5:hover .sixth-content-5 {
        left: 0;
    }

    .head-title,
    .card-1 .java-developer .card-title,
    .card-1 .java-intern .card-title,
    .card-1 .java-tech-lead .card-title,
    .card-slide-1 .second-content-1 .card-title,
    .card-slide-2 .second-content-2 .card-title,
    .card-slide-2 .third-content-2 .card-title,
    .card-slide-3 .second-content-3 .card-title,
    .card-slide-3 .third-content-3 .card-title,
    .card-slide-3 .fourth-content-3 .card-title,
    .card-slide-4 .second-content-4 .card-title,
    .card-slide-4 .third-content-4 .card-title,
    .card-slide-4 .fourth-content-4 .card-title,
    .card-slide-4 .fifth-content-4 .card-title,
    .card-slide-5 .second-content-5 .card-title,
    .card-slide-5 .third-content-5 .card-title,
    .card-slide-5 .fourth-content-5 .card-title,
    .card-slide-5 .fifth-content-5 .card-title,
    .card-slide-5 .sixth-content-5 .card-title {
        font-size: 0.9rem;
    }

    .radial span {
        position: absolute;
        border: 2px solid var(--active-link-color);
        border-radius: 50%;
        animation: circle 1s linear infinite;
        border: 1px solid #00a1ff;
    }

    /* Starts java-img circle Animation */
    @keyframes circle {
        0% {
            width: 0%;
            height: 0%;
            opacity: 1;
            box-shadow: inset 0 0 50px rgba(18, 189, 255, .8);
        }

        100% {
            width: 100%;
            height: 100%;
            opacity: 0;
            border: 2px solid var(--gif-color);
            box-shadow: inset 0 0 50px rgba(18, 189, 255, 1);
        }
    }
    /* Ends java-img circle Animation */
}

/* Media Query for Xtra Large devices i.e. >=1200px */
@media (min-width:1200px) {
    .hero-section {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        background-image: url("../images/careers/careerbanner.png");
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: 100% 100%;
        height: 100%;
        object-fit: cover;
    }

    .java-img img {
        width: 60%;
        top: 0px;
        left: -7%;
    }

    .rect-img img {
        width: 20%;
    }

    .d-btn-apply .apply-text {
        left: 88px;
    }

    .btn-apply .apply-text {
        z-index: 1;
        left: 102px;
        top: -17px;
        font-size: 13px;
    }

    .java-developer {
        top: -30px;
    }

    .java-intern {
        top: -40px;
    }

    .java-tech-lead {
        top: -50px;
    }

    .radial {
        right: 0.75rem;
    }

    .card-1,
    .card-slide-3,
    .card-slide-4,
    .list-card-1,
    .list-card-2,
    .list-card-3,
    .list-card-4,
    .list-card-5 {
        height: 5em;
        width: 100%;
    }

    /* starts card-slide-1 */
    .card-1:hover {
        height: auto;
        width: 100%;
    }

    .card-1:hover .d-btn-apply,
    .card-slide-1:hover .d-btn-apply,
    .card-slide-2:hover .d-btn-apply,
    .card-slide-4:hover .d-btn-apply,
    .card-slide-5:hover .d-btn-apply {
        left: 3px;
    }

    .card-1:hover .btn-apply {
        left: 3px;
        bottom: -6px;
    }

    .card-slide-1:hover .java-intern,
    .card-slide-5:hover .second-content-5,
    .card-slide-5:hover .third-content-5,
    .card-slide-5:hover .fourth-content-5,
    .card-slide-5:hover .fifth-content-5,
    .card-slide-5:hover .sixth-content-5 {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s;
        animation-timing-function: linear;
    }

    .card-slide-1:hover .list-card-2,
    .card-slide-1:hover .list-card-3,
    .card-slide-1:hover .list-card-4,
    .card-slide-1:hover .list-card-5 {
        position: absolute;
    }
    /* ends card-slide-1 */

    .card-slide-1:hover {
        width: 572.75px;
        height: 180px !important;
    }

    .card-slide-2:hover {
        width: 505.75px;
        height: 185px !important;
    }

    /* starts card-slide-3 */
    .card-slide-3:hover {
        width: 505.75px;
        height: 303.45px;
    }
    /* ends card-slide-3 */

    .card-slide-4:hover {
        width: 505.75px;
        height: 375px;
    }

    .card-rpa:hover {
        height: 425px;
    }

    .card-slide-5:hover {
        width: 505.75px;
        height: 350px;
    }

    .d-btn-apply .apply-bg,
    .d-btn-apply .apply-bg1 {
        display: block;
    }

    .d-btn-apply .arrow {
        display: none;
    }

    .btn-apply img {
        left: 62px !important;
        overflow-y: hidden;
    }
}


@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .hero-section {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        background-image: url("../images/careers/careerbanner.png");
        background-repeat: no-repeat;
        background-position: 100% 0%;
    background-size: 100% 71%;
        object-fit: cover;
    }
    /* .java-img img {
        width: 70%;
        top: 0px;
        left: -12px;
    } */

    .rect-img img {
        width: 20%;
    }

    .d-btn-apply .apply-text {
        left: 88px;
    }

    .card-1:hover .btn-apply .apply-bg,
    .card-1:hover .btn-apply .apply-bg1 {
        left: 87px;
    }
    .btn-apply .apply-text {
        z-index: 1;
        left: 102px;
        top: -17px;
        font-size: 13px;
    }

    .java-developer {
        top: -30px;
    }

    .java-intern {
        top: -40px;
    }

    .java-tech-lead {
        top: -50px;
    }

    .radial {
        right: 0.75rem;
    }

    .card-1,
    .card-slide-3,
    .card-slide-4,
    .list-card-1,
    .list-card-2,
    .list-card-3,
    .list-card-4,
    .list-card-5 {
        height: 5em;
    }

    /* starts card-slide-1 */
    .card-1:hover {
        height: auto;
        width: 100%;
    }

    .card-1:hover .d-btn-apply,
    .card-slide-1:hover .d-btn-apply,
    .card-slide-2:hover .d-btn-apply,
    .card-slide-4:hover .d-btn-apply,
    .card-slide-5:hover .d-btn-apply {
        left: 3px;
    }

    .card-1:hover .btn-apply {
        left: 3px;
        bottom: -6px;
    }

    .card-slide-1:hover .java-intern,
    .card-slide-5:hover .second-content-5,
    .card-slide-5:hover .third-content-5,
    .card-slide-5:hover .fourth-content-5,
    .card-slide-5:hover .fifth-content-5,
    .card-slide-5:hover .sixth-content-5 {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s;
        animation-timing-function: linear;
    }

    .card-slide-1:hover .list-card-2,
    .card-slide-1:hover .list-card-3,
    .card-slide-1:hover .list-card-4,
    .card-slide-1:hover .list-card-5 {
        position: absolute;
    }
    /* ends card-slide-1 */

    .card-slide-1:hover {
        width: 100%;
        height: auto;
    }

    .card-slide-2:hover {
        width: 505.75px;
        height: 185px !important;
    }

    /* starts card-slide-3 */
    .card-slide-3:hover {
        width: 505.75px;
        height: 303.45px;
    }
    /* ends card-slide-3 */

    .card-slide-4:hover {
        width: 505.75px;
        height: 375px;
    }

    .card-rpa:hover {
        height: 425px;
    }

    .card-slide-5:hover {
        width: 505.75px;
        height: 350px;
    }

    .d-btn-apply .apply-bg,
    .d-btn-apply .apply-bg1 {
        display: block;
    }

    .d-btn-apply .arrow {
        display: none;
    }

    .btn-apply img {
        left: 77px !important;
        overflow-y: hidden;
    }

    .mobview {
        margin-left: 5px;
    }

    .apply-bg2 {
        left: 400px;
        top: 20px;
    }
}

.head-title,
.card-title {
    font-family: 'FuturaPTMedium';
}

.card-text small {
    font-family: 'FuturaPTBook';
}

.btn-apply1 {
    left: 34px;
}

@media only screen and (min-width: 700px) and (max-width: 767px) {
    .aplbtn {
        right: 4px !important;
    }

    .card-1:hover {
        height: auto;
        transition: all 0.3s;
        position: absolute !important;
        background-color: #fff;
        z-index: 99;
        animation-timing-function: linear;
        width: 100%;
    }

    .card-1,
    .card-slide-1,
    .card-slide-2,
    .card-slide-3,
    .card-slide-4,
    .card-slide-5 {
        transition: all 0.3s;
        animation-timing-function: linear;
    }

    .card-1,
    .card-no-slide,
    .card-slide-1,
    .card-slide-2,
    .card-slide-3,
    .card-slide-4,
    .card-slide-5 {
        background-color: #fff;
        height: 5em;
        width: 100%;
    }

    .text-muted {
        font-size: 1.2rem;
    }

}

@media only screen and (min-width: 768px) and (max-width: 992px) {

    .mobview {
        margin-left: -16px;
    }

    .opening {
        width: 90%;
    }

    .d-btn-apply .apply-bg,
    .d-btn-apply .apply-bg1 {
        display: block;
    }
    .d-btn-apply .arrow {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .d-btn-apply .apply-bg,
    .d-btn-apply .apply-bg1 {
        display: block;
    }

    .apply-bg2 {
        left: 310px;
        bottom: 18px;
        width: 16%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .d-btn-apply .apply-bg,
    .d-btn-apply .apply-bg1 {
        display: block;
    }

    .apply-bg2 {
        left: 320px;
        bottom: 18px;
        width: 16%;
    }
}

@media only screen and (min-width: 1401px) and (max-width: 1600px) {
    .btn-apply img {
        left: 73px;
    }

    .apply-bg2 {
        left: 459px;
        bottom: 13px;
        width: 15%;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 2560px) {
    .btn-apply img {
        left: 73px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 375px) {

    .java-img img {
        width: 85%;
        top: 0px;
        left: -20%;
    }
    .aplbtn {
        right: -6px !important;
    }

    .rect-img {
        left: -10px;
        height: 100%;
    }

    .text-muted {
        font-size: 1.2rem;
    }

    .apply-bg2 {
        bottom: 18px;
        width: 19%;
        left: 182px;
    }

    .card-1 {
        width: 100%;
        margin-left: 1px;
    }

    .mobview {
        margin-left: -15px;
    }

    .opening {
        background-color: #EFF8F9;
        height: auto;
        width: 85%;
    }
}

@media only screen and (min-width: 375px) and (max-width: 400px) {

    .java-img img {
        width: 75%;
        top: 0px;
        left: -20%;
    }
    .aplbtn {
        right: 4px !important;
    }

    .rect-img {
        left: -10px;
        height: 100%;
    }

    .text-muted {
        font-size: 1.2rem;
    }

    .apply-bg2 {
        bottom: 18px;
        width: 19%;
        left: 232px;
    }

    .card-1 {
        width: 100%;
        margin-left: 2px;
    }

    .card-1:hover {
        width: 100%;
    }

    .rect-img img {
        width: 30%;
        height: 96%;
    }
}

@media only screen and (min-width: 400px) and (max-width: 500px) {

    .java-img img {
        width: 75%;
        top: 0px;
        left: -20%;
    }
    .aplbtn {
        right: 4px !important;
    }

    .rect-img {
        left: -10px;
        height: 100%;
    }
    .apply-bg2 {
        top: 23px;
        width: 16%;
        left: 275px;
    }

    .card-1 {
        width: 100%;
        margin-left: 6px;
    }

    .text-muted {
        font-size: 1.2rem;
    }

    .d-btn-apply .arrow {
        display: none;
    }

    .rect-img img {
        width: 30%;
        height: 96%;
    }

    .card-1:hover {
        height: auto;
        transition: all 0.3s;
        position: absolute !important;
        background-color: #fff;
        z-index: 99;
        animation-timing-function: linear;
        width: 100%;
    }
}


@media only screen and (min-width: 500px) and (max-width: 599px) {

    .aplbtn {
        right: 4px !important;
    }
    .java-img img {
        width: 60%;
        top: 0px;
        left: 0%;
    }

    .text-muted {
        font-size: 1.2rem;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    .aplbtn {
        right: 4px !important;
    }

    .text-muted {
        font-size: 1.2rem;
    }
}

.apply-bg,
.apply-bg1 {
    right: -8.3px;
    top: 20px;
}
.aplbtn {
    position: absolute;
    right: -26px;
    top: 26px;

    background-color: transparent;
    border: 0px;
}
.aplbtn:hover {
    background-color: transparent !important;
}

.aplimg {
    width: 70px;
}

.pHead {
    font-size: 2rem;
    font-family: 'Muli-Bold';
    font-weight:600;
}
@media only screen and (min-width: 220px) and (max-width: 319px) {
    .aplbtn {
        right: 6px !important;
    }

    .text-muted {
        font-size: 1.2rem;
    }

    .aplimg {
        width: 50px;
    }
}

/* Modal code */
.modal-header {
    height: 85px;
    border: none !important;
}

.modal-header p {
    float: right;
    position: relative;
    right: 12px;
    margin-bottom: 6px;
}

.modal-header button {
    color: rgba(255, 255, 255, 0) !important;
    background: url(../images/careers/Cross_Icon.png)no-repeat !important;
    background-size: 100% 100% !important;
    padding: 16px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0px;
}

.modal-header .close {
    margin-top: 0px !important;
}

.modal_logo {
    width: 50px;
    height: 50px;
    background: url(../images/careers/linux_administrator.svg)no-repeat;
    background-size: 100% 100%;
}

.modal_title {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
}

.modal_title h4 {
    font-family: 'Muli-Bold' !important;
    color: #383838;
    font-size: 1.2rem;
}

.apply_form h4 {
    font-family: 'Muli-Bold' !important;
    color: #383838;
    text-align: center;
    font-size: 18px;
}

.opening_expand_content {
    position: relative;
    display: block !important;
    top: -20px;
    align-items: center;
    flex-wrap: wrap;
}

#appliedFor {
    background: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #9b9b9b !important;
    color: #a1a1a1 !important;
    font-family: 'FuturaPTBook';
}

.opening_expand_content p {
    font-size: 16px !important;
    color: #383838 !important;
    margin-bottom: 5px !important;
}

.opening_expand_content ul li {
    width: 105%;
    font-size: 14px !important;
    font-family: 'FuturaPTBook';
}

.opening_expand_content ul {
    margin-left: 20px;
}
.apply_form input {
    font-size: 14px !important;
    color: #383838 !important;
    font-weight: 500 !important;
}
.apply_form {
    margin-left: 20px;
}
.careerFormInput,
#noFile {
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: 'FuturaPTBook';
}

.formClass .form-group {
    margin-top: 0px;
    margin-bottom: 0px;
}
/* customer upload file. */

.file-upload .file-select input[type=file]::-webkit-file-upload-button {
    cursor: pointer !important;
}
.file-upload {
    text-align: center;
    font-size: 12px;
    padding-left: 9px;
    width: 97%;
}

.file-upload .file-select {
    display: block;
    border-bottom: 1px solid #9b9b9b;
    color: #34495e;
    cursor: pointer;
    height: 30px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.careerFormInput:focus {
    border-bottom: 1px solid #00000000;
    box-shadow: 0 1px 0 0 #ffffff00 !important;
}

.file-upload .file-select .file-select-name {
    line-height: 30px;
    display: inline-block;
    padding: 0 7px;
    font-size: 12px;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.upload_icon {
    float: right;
    font-size: 25px !important;
    right: 3%;
    position: relative;
    top: 11%;
    color: deepskyblue;
}

#chooseFile {
    width: 100% !important;
    height: 35px !important;
}

#txtsubscribe,
.foot-btn {
    z-index: 0 !important;
}

#myid::-webkit-scrollbar {
    width: 0.3rem;
}
 
#myid::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
    border-radius: 10px;
}
 
#myid::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 10px;
}

.careerFormInput {
    outline: none!important;
    border: 0px!important;
    border-bottom: 1px solid #9b9b9b!important;
    font-size: 14px;
    border-radius: 0px!important;
    box-shadow: 0 1px 0 0 #ffffff !important;
    font-family: 'FuturaPTBook';
}

.careerFormInput:focus {
    border-bottom: 1px solid #00000000;
    box-shadow: 0 1px 0 0 #ffffff00 !important;
}

.jobTitle {
    font-size: 18px;
    font-family: 'FuturaPTBook';
    letter-spacing: 2px;
}
#appliedFor {
    border: 0px;
}
.careerFormInput::placeholder {
    color: #a1a1a1;
    opacity: 1; /* Firefox */
    font-size: 14px;
    font-family: 'FuturaPTBook';
  }
  
  .careerFormInput::-ms-input-placeholder { /* Edge 12-18 */
    color: #a1a1a1;
    font-size: 14px;
    font-family: 'FuturaPTBook';
  }

  /* ---------------------------------------- Red Placeholder -------------------- */
  .form-group {
    position: relative;
  }
  .form-group .palceholder {
    position: absolute;
    color: #a1a1a1;
    font-family: 'FuturaPTBook';
    margin-top: 10px;
  }
  .form_fname {
    margin-bottom: 10px;
  }
  .form_fname label {
    font-weight: normal;
    color: #a1a1a1;
    padding-left: 0.8rem;
  }
  .form-group .star {
    color: red;
  }
  /* -------------------------Red Placehplder ----------------- */

  .opening_expand_content p {
    font-family: 'Muli-Bold';
    font-size: 19px;
    text-align: left;
    color: #383838;
}
.aply {
    width: 182px!important;
    height: 45px!important;
    background: #00ADEF 0% 0% no-repeat padding-box!important;
    border-radius: 62px!important;
    color: white!important;
    margin: 0px auto!important;
    outline: none!important;
}
.cards-list ul li button {
    background-color: transparent !important;
    border: 0px;
}
.java-list ul li .blankcard:nth-child(1):hover ,
.java-list ul li .blankcard:nth-child(2):hover ,
.java-list ul li .blankcard:nth-child(3):hover ,
.java-list ul li .blankcard:nth-child(4):hover ,
.java-list ul li .blankcard:nth-child(5):hover  {
    height: 5em !important;
}

@media (min-width:320px) and (max-width:575px) {
    .modal-dialog {
        width: 95% !important;
        margin: 0 auto;
    }
    .modal-content {
        position: relative;
        top: 80px;
    }


    .radial span {
        position: absolute;
        border: 2px solid var(--active-link-color);
        border-radius: 50%;
        animation: circle 1s linear infinite;
        border: 1px solid #00a1ff;
    }

    /* Starts java-img circle Animation */
    @keyframes circle {
        0% {
            width: 0%;
            height: 0%;
            opacity: 1;
            box-shadow: inset 0 0 50px rgba(18, 189, 255, .8);
        }

        100% {
            width: 100%;
            height: 100%;
            opacity: 0;
            border: 2px solid var(--gif-color);
            box-shadow: inset 0 0 50px rgba(18, 189, 255, 1);
        }
    }
    /* Ends java-img circle Animation */
}

@media (min-width:575PX) and (max-width:768PX) {
    .modal-dialog {
        width: 95% !important;
        margin: 0 auto;
    }
    .modal-content {
        position: relative;
        top: 80px;
    }

    .radial span {
        position: absolute;
        border: 2px solid var(--active-link-color);
        border-radius: 50%;
        animation: circle 1s linear infinite;
        border: 1px solid #00a1ff;
    }

    /* Starts java-img circle Animation */
    @keyframes circle {
        0% {
            width: 0%;
            height: 0%;
            opacity: 1;
            box-shadow: inset 0 0 50px rgba(18, 189, 255, .8);
        }

        100% {
            width: 100%;
            height: 100%;
            opacity: 0;
            border: 2px solid var(--gif-color);
            box-shadow: inset 0 0 50px rgba(18, 189, 255, 1);
        }
    }
    /* Ends java-img circle Animation */
}

@media (min-width:768PX) and (max-width:1199PX) {
    .modal-dialog {
        width: 95% !important;
        margin: 0 auto;
    }
}
@media print and (orientation: portrait)  {
    .mainherosection{
        margin-top: -65px;
    }
}
@media print and (orientation: landscape)  {
    .mainherosection{
        margin-top: -90px;
    }
}