/* CSS for Inside Sarvika related pages */
.inside_box{
	background: #FFF;
  	border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    box-shadow: 4px 10px 33px rgb(0 0 0 / 13%);
  	padding: calc(20px + (50 - 20) * ((100vw - 320px) / (1920 - 320)));
} 
.main_wraper .life-sarvika .insidesarvika_carousel .owl-nav {
    overflow: hidden;
    height: initial;
    display: flex;
    align-items: center;
    margin-top: calc(10px + (30 - 10) * ((100vw - 320px) / (1920 - 320)));
    justify-content: center;
}
.main_wraper .life-sarvika .insidesarvika_carousel .owl-nav [class*="owl-"] {
    color: #ffffff;
    font-size: 39px;
    background: #4f39e0;
    height: 44px;
    width: 44px;
    border: none;
    border-radius: 50%;
    position: relative;
    margin: 0 20px;
}
.main_wraper .life-sarvika .insidesarvika_carousel .nav-button {
    height: 44px;
    width: 44px;
    cursor: pointer;
    position: absolute;
    top: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_wraper .life-sarvika .insidesarvika_carousel .owl-prev .nav-button:before {
    content: "";
    background: url(../images/testimonial/arrow.svg) no-repeat;
    transform: rotate(180deg);
    background-position: center center;
    background-size: 100%;
    height: 20px;
    width: 20px;
    display: block;
}
.main_wraper .life-sarvika .insidesarvika_carousel .owl-next .nav-button:before {
    content: "";
    background: url(../images/testimonial/arrow.svg) no-repeat;
    background-position: center center;
    background-size: 100%;
    height: 20px;
    width: 20px;
    display: block;
}
.lifesarvika_box {
  	background-color: #ffffff;
    position: relative;
    padding: 30px;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    box-shadow: 4px 13px 24px rgb(0 0 0 / 5%);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.lifesarvika_box h5{
  color: #000;
}
.apply_job_wrapper {
    background: #4f39e0;
    color: #FFF;
}
.apply_job_wrapper .btn-primary {
    background: #FFF;
    color: #4f39e0;
    font-weight: 600;
}
.about-sarvika-box {
    background-color: #ffffff;
    position: relative;
    box-shadow: 4px 13px 24px rgb(0 0 0 / 5%);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: calc(20px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.inside_box ul {
    padding-top: 1rem;
    margin-bottom: 1rem;
}
.inside_box ul li {
    display: block;
    position: relative;
    font-size: 1rem;
    padding-left: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
    padding-bottom: 10px;
}
.inside_box ul li:before {
    content: "";
    position: absolute;
    background: url(../images/model/li-tick.svg);
    background-position: center center;
    background-size: 100%;
    height: calc(24px + (30 - 24) * ((100vw - 320px) / (1920 - 320)));
    width: calc(24px + (30 - 24) * ((100vw - 320px) / (1920 - 320)));
    display: block;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
}
.overlay-text {
    padding: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
    background: rgba(0, 0, 0, 0.5);
    left: 10%;
    right: 10%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
    max-width: 600px;
    width: 100%;
}
.check-box span.wpcf7-list-item {
    margin-left: 0;
}
.check-box span.wpcf7-list-item label {
    display: flex;
}
.check-box span.wpcf7-list-item label input {
    position: relative;
    top: 7px;
}
.check-box span.wpcf7-list-item label span {
    padding-left: 10px;
}
@media (max-width: 575px) {
.insidesarvika_carousel img {
    max-width: 260px;
    margin: auto;
}
}
/* CSS for Inside Sarvika related pages */