.framer-1fccbzh-container{display:none;}
.framer-1n3kuv2{display:none;}

#main, 
#main > div {
    overflow: visible !important;
}

.rb-job-apply-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    padding: 80px 60px;
    max-width: 1500px;
    margin: 0 auto;
    font-family: "Satoshi", sans-serif;
    color: #222;
    line-height: 1.7;
}

.rb-job-left h1,
.rb-job-left h2 {
    font-family: "Satoshi", "Satoshi Placeholder", sans-serif;
    font-weight: 500;
    margin-bottom: 12px;
    color: #111;
}

.rb-job-left h1 {
    font-size: 36px;
    margin-bottom: 20px;
}
.rb-intro{font-size:18px}
.rb-job-info p{
    font-size: 16px;
    line-height: 28px;}
.rb-job-left p {
    font-size: 16px;
    line-height: 28px;
}
.rb-job-left ul li {
    font-size: 16px;
    line-height: 28px;
}
.rb-job-right {
    background: #fafafa;
    padding: 30px;
    border-radius: 0px;
    height: auto !important;
}

.rb-job-right h2 {
    font-family: "Satoshi", "Satoshi Placeholder", sans-serif;
    font-size: 28px;
    margin-bottom: 10px;
}

.rb-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.rb-field {
    display: flex;
    flex-direction: column;
}

.rb-field.rb-full {
    grid-column: span 2;
}

.rb-field label {
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 500;
}

.rb-field input,
.rb-field select,
.rb-field textarea {
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 0px;
    font-size: 15px;
}

.rb-field input:focus,
.rb-field select:focus,
.rb-field textarea:focus {
    border-color: #d43030;
    outline: none;
}

.rb-btn {
    margin-top: 25px;
    padding: 14px 30px;
    background: #d43030;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    cursor: pointer;
    transition: .2s;
}

.rb-btn:hover {
    background: #b92424;
}

@media(max-width: 992px) {
    .rb-job-apply-wrapper {
        display: block !important;
        padding: 35px 20px !important;
    }
    .rb-job-left,
    .rb-job-right {
        width: 100% !important;
        display: block !important;
    }
    .rb-job-right {
        margin-top: 40px !important;
    }
    .rb-field{width:80%}
}

@media(max-width: 600px) {
    .rb-job-left h1 { font-size: 28px; }
    .rb-job-left h2 { font-size: 20px; }
    .rb-job-right h2 { font-size: 24px; }
    .rb-form-grid { grid-template-columns: 1fr; }
    .rb-field.rb-full { grid-column: 1 !important; }
}




.sticky_frmblk {position: fixed;top: 35%;right: -287px;width: 325px;font-size: 0;z-index: 99;transition: 0.5s all ease;-webkit-transition: 0.5s all ease;-moz-transition: 0.5s all ease;ms-transition: 0.5s all ease;-o-transition: 0.5s all ease;z-index: 999;display: flex;}
.stickybtn {
	background:#e12120;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 14px;
	text-orientation: sideways;
	writing-mode: vertical-lr;
	direction: ltr;
	padding: 20px 10px;
	cursor: pointer;
	display: inline-block;vertical-align: top;
	width: 38px;
	font-family: "Satoshi", "Satoshi Placeholder", sans-serif;
	height: fit-content;
    font-weight: 300;
}
.stickyfrm_blk {background:#e12120bd;padding: 20px;display: inline-block;vertical-align: top;width: calc(100% - 38px);position: relative}
.sticky_frmblk.open {right: 0}

.stickyfrm_blk .secttitle{color: white;font-size: 19px;margin-bottom: 12px;font-family: "Satoshi", "Satoshi Placeholder", sans-serif;}
.stickyfrm_blk .login-area{padding: 0;}
.stickyfrm_blk .mobile-number{padding: 5px 0px;margin-bottom: 12px;}
.stickyfrm_blk .login-button{padding: 7px 0px; font-size: 20px;}
.stickybtn.active:after{display: none;}

.stickyfrm_blk #submitCntactForm .error {border-bottom:1px solid #bd2020;}html input[disabled] {cursor: default;color: #0000002e;font-size:14px ;}
.success-message{font-size:14px;}
.closebtn {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-family: var(--heading--h2-font-family);
    cursor: pointer;
}
 @media all and (max-width: 768px) {
    .sticky_frmblk {
        top: auto;
        bottom: -420px;
        flex-wrap: wrap;
        width: 100%;
        right: auto;
    }
    
    .stickybtn {
        width: 100%;
        writing-mode: initial;
        text-align: center;
        padding: 20px;
    	background:#000000;
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
    }
    
    .sticky_frmblk.open {
        right: auto;
        bottom: 0;
    }
    
    .stickyfrm_blk {
        width: 100%;
    }
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border: none;
  border-radius: 6px;
  background: #f6f6f6;
  font-size: 15px;
  color: #333;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  background: #f0f0f0;
}

.contact-form button {
  width: 50%;
  padding: 14px;
  border: none;
  background: #dd2222;
  border-radius: 50px!important;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
  font-family: "Satoshi", "Satoshi Placeholder", sans-serif;
  font-size: 16px;
}

.contact-form button:hover {
  background: #000;
}
