/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24-Jan-2024, 10:38:44 AM
    Author     : sampada
*/

/*
    Author Name  : Nitin S. Chavan
	Project Name : NJ Carrer
	Date		 : 1/12/2023
	Copyright 2023 The NJ Group
*/

html, body {
	width: 100%;
	height: 100%;
}

body {
    font-family: Red Hat Display,sans-serif;
    width: 100%;
    font-weight: 400;
    height: auto;
	font-size:14px;
}

.set-img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}

.error-msg{color:#F00;font-size:12px;}
.f-12{font-size:12px;}

.c-flex{justify-content: left; align-items: center; display: flex;}

.astriek {
   color: red;
  position: absolute;
  font-size: 13px;
  bottom: 1;
  /*right: 0;*/
  float: left;
}
.ast{
   color: red;
  font-size: 15px;
}
.astriek1 {
  color: red;
  font-size: 13px;
  bottom: 1;
  /*right: 0;*/
  float: left;
}
	.b-size {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 45px;
}

.btnfix {
    background-color: #1268c0;
    box-shadow: 0 2px 5px #626262;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    position: fixed;
    right: -75px;
    text-transform: uppercase;
    top: 40%;
    transform: rotate(270deg);
    z-index: 9999;
    letter-spacing: 1px;
    text-decoration: none;
}

.btnfix:hover {
    color: #fff;
    text-decoration: none;
    background-color: #333;
}


  .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
    height: 60px !important;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f2f6fd;
    border-radius: 0.25rem;
    padding-left: 50px;
    height: 60px;
    line-height: 50px;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(2em + 1rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: black;
    content: "Upload";
    background-color: #cfe2ff;
    border: 1px solid #cfe2ff;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    height: 60px;
    line-height: 47px;
}
.label{
        display: inline-block;
    margin-bottom: 0.5rem;
}
input[type="file" ] {
    appearance: none;
    cursor: default;
    align-items: baseline;
    color: inherit;
    text-overflow: ellipsis;
    text-align: start !important;
    border: initial;
    white-space: pre;
    overflow: hidden !important;
}

.set-btn{font-size: 22px;
    background-color: #1e69cf;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
	    margin-bottom: 20px;
    padding: 10px 50px;}
	
.set-btn:hover{background-color:#000;    color: #fff;   }
	

/*------------------------ MENU --------------------------*/
.set-logo {
	height: 80px;
	padding: 5px;
}
.navbar-toggler{    z-index: 999;}

.set-img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}
.dropdown-menu > li.kopie > a {
	padding-left: 5px;
}
.dropdown-submenu {
	position: relative;
}

.menu-link:hover{border-bottom: 2px solid #f00;}
.menu-link{border-bottom: 2px solid #fff;}

/*.menu-link:hover a{font-weight:bold;}*/

.valign{    vertical-align: middle;}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu > a:after {
	border-color: transparent transparent transparent #333;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	content: " ";
	display: block;
	float: right;
	height: 0;
	margin-right: -10px;
	margin-top: 5px;
	width: 0;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #555;
}
.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
	text-decoration: underline;
}
.text-blue{color: #1e69cf;}

/*Our Businesses Detail Page*/
.product-basket-list{font-size:16px; font-weight:bold; color:#000;}
.product-basket-list ul{padding:10px; margin:0;}
.product-basket-list li{list-style:none; font-size:14px; color:#000;  font-weight:normal;}
.product-basket-list-text{font-size:14px; color:#000;  font-weight:normal;}

.product-basket-list li:before {content: "\f272";
display: inline-block;
font-family: bootstrap-icons !important;
font-size: 20px;
font-weight: bold !important;
color: #1e69cf;
top: 5px;
position: relative;
margin-right: 10px;}
.logo-b{width:auto; height:50px;}

/*Our Businesses Detail Page*/

#ohdata {    padding: 20px 0;}



 @media (max-width: 767px) {
.navbar-nav {
	display: inline;
}
.navbar-default .navbar-brand {
	display: inline;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-nav .dropdown-menu > li > a {
	color: red;
	background-color: #ccc;
	border-radius: 4px;
	margin-top: 2px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #333;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	background-color: #ccc;
}
.navbar-nav .open .dropdown-menu {
	border-bottom: 1px solid white;
	border-radius: 0;
}
.dropdown-menu {
	padding-left: 10px;
}
.dropdown-menu .dropdown-menu {
	padding-left: 20px;
}
.dropdown-menu .dropdown-menu .dropdown-menu {
	padding-left: 30px;
}
li.dropdown.open {
	border: 0px solid red;
}
}
 @media (min-width: 768px) {
ul.nav li:hover > ul.dropdown-menu {
	display: block;
}
#navbar {
	text-align: center;
}
}
/*------------------------ Page title ---------------------------*/

.bg-header {
	background-color: #fafafa;
}
.page-title {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 35px 0px;
	color: #1e69cf;
}
/*------------------------ Candidate Registration ---------------------------*/


.box {
	box-shadow: 0 0 5px #ccc;
	border-radius: 5px;
}
.form-element {
	padding: 45px 30px;
}

.data{
    text-transform: uppercase;
	margin-bottom: 0;
}

.cust-nav{    font-size: 16px;    font-weight: bold;}

.cust-nav.active{    color: #fff!important;
    background-color: #0d6efd!important;}

.set-form {
	padding-left: 0;
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 5px;
}
.set-form li {
	width: 47%;
	float: left;
	margin-right: 15px;
	margin-top: 20px;
	position: relative;
}
.set-form li i {
	position: absolute;
	font-size: 25px;
	top: 18px;
	left: 12px;
	color: #c7c7c7;
}
.set-form li input {
	height: 60px;
	padding-left: 50px;
	background-color: #f2f6fd;
	border-radius: 0;
	border: 0;
}

.input {
    height: 60px;
    padding: 10px;
    background-color: #f2f6fd;
    border-radius: 0;
    border: 0;
    margin-top: 0px;
    font-size: 14px;
}
.put-img {
	height: 450px;
	padding-top: 15px;
}
 input[type=file]::file-selector-button {
 margin-right: 20px;
 border: none;
 background: #fff;
 padding: 4px 10px;
 border-radius: 10px;
 color: #fff;
 cursor: pointer;
 transition: background .2s ease-in-out;
 border:1px solid #ccc;
 color:#000;
 float:right;
 margin-top:0.5px;
}
.captcha {
	position: absolute;
	top: 0;
/*	right: 0;*/
	height: 60px;
	padding: 10px;
}
.pall {
	padding: 15px 10px 10px 50px;
}
.small-text {
	font-weight: normal;
	font-size: 14px;
	text-transform: none;
	color: #000;
}
/*------------------------ Profile ---------------------------*/	
	
.profile-data {
	padding: 60px 0;
}

/*.profile{padding:10px; overflow: hidden;}*/

.profile {
    padding: 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: start;
    row-gap: 0px;
}


.profile li {
    width: 32.50%;
    height: 80px;
    float: left;
    margin-right: 0px;
    margin-top: 0px;
    position: relative;
    list-style: none;
}

.profile-form {
	padding-left: 0;
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 5px;
}

.profile li i {
	position: absolute;
	font-size: 25px;
	top: 18px;
	left: 12px;
	color: #c7c7c7;
}

.pl50{padding-left:50px;}

.textarea{	background-color: #f2f6fd;
    border-radius: 0;
    border: 0;
    width: 100%;
    color: #000;
    font-size:14px;
}
	
	.td-width{       width: 44%;
    float: left;
    margin: 0 5px;}
	
	.plus{    font-size: 35px;    color: #1e69cf;    padding: 0;}
	.minus{    font-size: 35px;    color: #F00;    padding: 0;}
	
.name{    font-size: 20px;    color: #1e69cf;}	
	
.edu-details{}

.edu-details{padding:10px; overflow: hidden;}

.logo {
    height: 150px;
    background-color: #e2e2e2;
}

.edu-details li {
	width: 32%;
	float: left;
	margin-right: 15px;
	margin-top: 20px;
	position: relative;
	list-style:none;
}


.form{  padding: 40px 0;}

.set-name{    	align-items: center;}
	
.btn-color{    background-color: #1e69cf;}


/*------------------------ Current Openings ---------------------------*/

.set-text{
    font-size: 30px;
}
.set-count{
    font-size: 70px;
    font-weight: bold;
    color: #1e69cf;
}
.set-padding{  padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ccc;
    margin-top: 10px;
    width: 85%;}
	
.main-title{ font-size: 22px;    font-weight: bold;}
.co-box{   padding: 15px;    border: 1px solid #ccc;    margin: 10px 0;    display: block;    cursor: pointer;    text-decoration: none;    color: #000; text-transform: uppercase;}
.co-box:hover{border-color:#1268c0;box-shadow:0 0 5px #ccc;}
.co-title{    font-size: 16px;    font-weight: bold;    text-decoration: underline;margin-bottom: 10px;}
.co-box ul{line-height: 30px;    margin-bottom: 0;    padding-left: 0;    list-style: none;}
.mr-2{margin-right:10px;}
.c-red{color:#ed1f24;}
.c-yellow{color:#ffac00;}
.c-blue{color:#1268c0;}

/*------------------------ Current Openings Details page ---------------------------*/

.co-main-title{     font-weight: normal;
    font-size: 16px;
    color: #000;
    text-transform: none;
    line-height: 25px;}
.btn-color-light{    background-color: #dde8f8;
    color: #000;
    width: 100%;
    border: none;}
	
	.btn-color-light:hover {
    background-color: #58b300;
    color: #fff;
    width: 100%;
    border: none;
}

.btn-color:hover{background-color:#000;}
.border-right{    border-right: 1px solid #ccc;}
.set-dec{line-height: 30px;    font-size: 14px;}

.text-justify{text-align: justify;}
.profile-data {    padding: 20px 0;}


/*------------------------ JOB Opportunity ---------------------------*/

.job-data{background-color:#e3edf6;padding: 70px 0 50px;}
.main-title{font-size: 28px;    text-transform: uppercase;    font-weight: bold;    color: #1e69cf;}
.normal{font-weight:normal; color:#000;}
.list-data{text-align: justify;    font-size: 16px;    list-style: none;    margin-top: 20px;padding-left: 0;}
.set-point{  display: flex;    line-height: 25px;    margin-bottom: 10px;    align-items: baseline;}

.set-icon{font-size: 40px;background-color: #fff;display: inline-block;padding: 10px;color: #1e69cf;position: absolute;top: -35px;}
.min-title{    font-size: 20px;    font-weight: bold;    margin-bottom: 10px;    margin-top: 10px;}
.dec{font-size: 14px;text-align: justify;}
.fun-div { background-color: #fff;    padding: 20px;    position: relative;    min-height: 210px;    text-decoration: none;    color: #000;    cursor: pointer;}
.fun-div:hover .set-icon{background-color: #1e69cf;color: #fff;transition:ease-in-out 0.5s;}
.link-icon{   background-color: #1e69cf;    display: inline-block;    padding: 10px;    border-radius: 50%;    font-size: 18px;    color: #fff;    position: absolute;    bottom: -15px;    right: 25px;}

.our-business{background-color:#e3edf6;padding: 50px 0 70px;}

/*------------------------ NJ informathon ---------------------------*/

.nj-data{padding:70px 0;}
.msg{font-size: 26px;display: flex;}
.msg-big{font-size: 35px;font-weight: bold;}
.msg-icon{    font-size: 85px;    margin-top: -35px;    color: #ccc;}


/*------------------------ NJ Data ---------------------------*/

.largest {
    margin: 70px 0;
}

.njcomp-wrap {
    margin-top: 50px;
}

.njcomp-wrap li.njcomp-box {
    display: inline-block;
    padding: 0 45px;
    border-right: 1px solid #ccc;
}

.njcomp-title {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin: 5px 0 0;
}

.njcomp-data {
    font-size: 22px;
    font-weight: bold;
    color: #1268b3;
}
.as-on, .as-on-dt {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    text-align: center;
}
.grp-of-comp {
    font-size: 16px;
    text-align: center;
    color: #000000;
    margin-top: 15px;
    text-transform: uppercase;
}

.njcomp-wrap li.njcomp-box:last-child {
    border-right: unset;
}

.section-heading {
    font-weight: 900;
    text-transform: uppercase;
    margin: 10px 0;
    font-size: 28px;
    color: #2b3f55;
}

.banner-heading {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 45px;
}
.text-primary {
    color: #1268c0!important;
}

.blue-big-text{font-size:26px;}

.blue-big-text{font-size: 25px;    font-weight: bold;    color: #1268c0!important;}

/*------------------------4 E's ---------------------------*/

.four-es {
    background-image: url(../img/4e-bg.png);
    height: 550px;
    padding: 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.set-p-text{  font-size: 18px;  margin-top: 30px;}
.four-title{    font-size: 30px;    font-weight: normal;}


/*------------------------ Why-us ---------------------------*/

.Why-us {
    margin: 150px 0 80px;
}

.bg-blue {
    background-color: #ffffff;
    border: 1px solid #ededed;
}

.right-panel {
    text-align: center;
}
.p10 {
    padding: 10px;
}
.place-img {
    margin-top: -105px;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
	border: 1px solid #ccc;
	width:80%;
}
.heading-lg {
    color: #1268c0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 28px;
    padding-bottom: 20px;
    text-decoration: underline;
}
.per-text {
    font-size: 14px;
    font-weight: 500;
}
.mt-20 {
    margin-top: 20px;
}
.tab-btn {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	border: none!important;
	text-align: left;
	border-radius: 0!important;
	padding: 12px 20px;
	text-align: left;
	color: #000;
}
.tab-btn.active {
	background-color: #f6f8fb!important;
	color: #000!important;
}
.v-align {
    display: flex;
    align-items: center;
}

.small-text p{color:#555555;}
#currentOpeningForm select#cmbExperience {
    color: #000000;
    font-size: 15px;
}
.ui-multiselect {
    padding: 0px 10px!important;
    text-align: left;
    color: #000000;
    font-family: arial;
    font-size: 15px!important;
    height: 60px;
    border: none!important;
    background: #f2f6fd!important;
    width: 100%!important;
}

.ui-state-hover {
    background: #f2f6fd !important;
}

.ui-multiselect-checkboxes {
    position: relative ;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%!important;;
    height: 110px !important;
}
.ui-multiselect-menu {
    display: none;
    padding: 2px 0 2px 2px;
    position: absolute;
    top: 60px !important;
    z-index: 99999999!important;
    border: 1px solid #ccc;
    border-top: none;
    width: 100%!important;
    height: 110px!important;
    overflow: hidden!important;
}
.ui-multiselect-checkboxes li {
    height: auto;
    clear: both;
    font-size: 0.9em;
    width: 100%!important;
    margin: 0;
}

.ui-multiselect-checkboxes label span {
    font-size: 14px!important;;
    font-weight: normal;
    margin-left: 0;
    width: 93%!important;;
    float: right;
}

.ui-multiselect-menu .ui-state-hover {
    border: 1px solid #999;
    overflow: hidden!important;
}

.ui-multiselect-checkboxes label {
    min-height: 27px;
}
.inputboxfilter .ui-multiselect.ui-widget.ui-state-default.ui-corner-all::after{
    top:40%;
}
.ui-multiselect.ui-widget.ui-state-default.ui-corner-all::after{
    content:'';
    display: block;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    position: absolute;
    cursor: pointer;
    right: 15px;
    top: 29%;
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon{
    margin: 0px;
}

/*------ Mobile view ------*/
@media (max-width: 991px) {
.accordion>.tab-pane {
	display: block;
	opacity: 1;
}
.profile li {
    width: 100%;
}
.accscore {
    display: flex;
    justify-content: space-between;
}
.td-width {
    width: 49%;
    margin: 0px;
}
.nav-item.dropdown{
 margin: 10px 0px;
}
.v-align {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
}


/*------ Slider dots ------- */
.carousel-indicators .carousel-dots {
    width: 14px;
    height: 14px;
    background: #1268c0;
    border-radius: 100%;
    list-style: none;
    padding: 0;
    border: 0px;
}
.carousel-indicators .carousel-dots.active{
    background: #1e69cf;
}


/*------ she ------*/

.mid-text{
    font-size: 46px;
    line-height: 25px;
    margin-bottom: 20px;
}
.big-text{
    font-size: 190px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1268c0;
    line-height: 180px;
}
.small-text{
    font-size: 16px;
}
.she{padding: 70px 0;}


/*------------------------ Testimonials ---------------------------*/

.testi{  
    background-image: url(../img/testi.jpg);
    height: 850px;
    padding: 70px 0;
    background-repeat: no-repeat;}
	
	.testi-data{    width: 670px;
    font-size: 15px;
    text-align: justify;
    margin-top: 30px;
    background-color: #fff;
    padding: 70px 45px;
    box-shadow: 0 0 5px #ccc;
    position: relative;}
	
.carousel-control-prev,.carousel-control-next{width: auto;}

.carousel-control-prev-icon,.carousel-control-next-icon{	background-color: #ccc;}

.rating-color{    color:#fbc634 !important;}
	
.m-card{
	filter: grayscale(100%);
    opacity: 0.3;
    display: flex;
    justify-content: space-around;
    padding: 10px;
	filter: grayscale(100%);
    border: 1px solid #b1b1b1;
    min-height: 80px;
    align-items: center;}
	
.m-card:hover{ filter: grayscale(0%);    opacity: 1; transition:ease-in-out 0.2s;    }

.flexslider .slides img {    width: auto!important;     margin: 0 auto;}
.flexslider{ background: #fff0!important;    border: 4px solid #fff0!important;}


/*Our Horizon */
.oh-icon{text-align:center;}
.oh-name{text-align:center; text-transform:uppercase; color:#000; font-size:16px; font-weight:bold;}
.oh-name a{text-align:center; text-transform:uppercase; color:#000; font-size:16px; font-weight:bold; text-decoration:none;}

.oh-img{text-align:center; width:100%;}
.oh-img img{margin:0 auto; width:75%;}
.spc-oh{margin:20px 0; text-align:center; width:100%;}
.bor-oh{border-right:solid 1px #dbdcdd;}
.mp-0{margin:0; padding:0;}
.f-spc{margin-bottom:35px;}
.oh-namect{text-align:center; text-transform:uppercase; color:#1768b3; font-size:16px; font-weight:bold;}

#ohdata a {text-decoration: none; width: 100%; text-align: center;filter: grayscale(1);}
/*#ohdata a .oh-icon {height:100px;}
#ohdata a .oh-icon img { height:90px;}
#ohdata a:hover .oh-img img{width:85%; transition-duration: 0.1s;}
#ohdata a:hover .oh-icon img { height:100px;transition-duration: 0.1s;filter: grayscale(0); }*/
#ohdata a:hover { filter: grayscale(0); opacity:1;}

.d-b{display:block;}
.m-b{display:none;}

 .btn-data{   background-color: #cfe2ff; color: #000; font-size: 14px; border: none;}
 .btn-data:hover{   background-color: #cfe2ff; }
 .focas-data .form-control:focus {  color: var(--bs-body-color); background-color: var(--bs-body-bg); border-color: #86b7fe; outline: 0; box-shadow: none;    border: 1px solid #86b7fe;}

/*------------------------ Mobile View ---------------------------*/

@media (min-width:320px) and (max-width : 479px) {
	
.mob-w-100 {	width: 100%;}
.menu-link {	padding: 5px;	border-bottom: 1px solid #ccc;}
.mob-w-100 .dropdown-toggle::after {	float: right;	margin-top:8px;}
.main-title { font-size: 20px;}
.fun-div {    margin-top: 50px;}
.min-title {    font-size: 18px;}
.set-point {   line-height: 20px;    font-size: 14px;}
.big-text { font-size: 100px;line-height: 100px;}
.testi-data {    width: auto;    font-size: 14px;}	
.mid-text { font-size: 30px;}
.msg-icon {  font-size: 35px;  margin-top: -15px;}
.msg {   font-size: 18px;}
.msg-big {    font-size: 24px; }
.section-heading {    font-size: 20px;}
.banner-heading {    font-size: 50px;}
.blue-big-text {   font-size: 22px;}
.njcomp-wrap li.njcomp-box {    padding: 15px;    border-right: none;    width: 174px;    margin-bottom: 20px;}
.njcomp-wrap {    margin-top: 0px;}
.njcomp-title {    font-size: 16px;}
.grp-of-comp {    font-size: 14px;}
.four-es {    background-size: cover;}
.four-title {    font-size: 16px;    font-weight: bold;}
.set-p-text {    font-size: 14px;    margin-top: 30px;}
.four-es {   height: 350px;    background-size: 100%;}
.Why-us {    margin: 50px 0 80px;}
.per-text {    margin-bottom: 20px;}
.place-img {    margin-top: 0;}
.small-text {    font-size: 14px;   }
.tab-btn {    font-size: 14px;}
.testi {    background-image: none;    height: auto;
}
.applybtn{
    width:100%;
}

.set-height{ height: 100px;}

.page-title {
    font-size: 18px;
    padding: 20px 0px;
}
 .data{	margin-bottom: 0px;}
 .set-form li {    width: 100%;}
 
 .profile li {    width: 100%;}
 .set-name {  align-items: center;   justify-content: center;    text-align: center;}
 
 .c-flex { display:block;   justify-content: center;padding-bottom:20px; }
 
 .she {    padding: 50px 0;}
 .nj-data {    padding: 50px 0;}
 
 .oh-name{text-align:center; text-transform:uppercase; color:#000; font-size:13px; font-weight: 500; padding: 0 20px;}
.bor-oh{border-right:none;}
.oh-icon img {    text-align: center; width:70px; height:auto;}
.spc-oh{margin:10px 0; text-align:center;}
.oh-namect{text-align:center; text-transform:uppercase; color:#1768b3; font-size:13px; font-weight: 500; padding: 0 20px;}
.oh-img img {    margin: 0 auto;    width: 95%;}
.f-spc {    margin-bottom: 15px;}

.d-b{display:none;}
.m-b{display:block;}

.set-btn {    font-size: 14px;    padding: 10px 35px;}
.largest {    margin: 30px 0;}
.card-body.border{
    padding: 15px !important;
}
.card-body.border .btn.btn-primary.btn-color{
    font-size: 13px;
}
.v-align a.btn.btn-primary {
    font-size: 14px;
}
.form-select,input[type="file" ],::placeholder { font-size:14px;}

.carousel-indicators {margin-bottom: 0.5rem;}
.carousel-indicators .carousel-dots {width: 10px;height: 10px;}
.v-align {
    font-size: 15px;
}
.card-body.border{
    padding: 15px;
}
.v-align a.btn.btn-primary {
    font-size: 14px;
}

}

@media (min-width:360px) and (max-width : 479px) {
.mob-w-100 {	width: 100%;}
.menu-link {	padding: 5px;	border-bottom: 1px solid #ccc;}
.mob-w-100 .dropdown-toggle::after {	float: right;	margin-top:8px;}
.main-title { font-size: 20px;}
.fun-div {    margin-top: 50px;}
.min-title {    font-size: 18px;}
.set-point {   line-height: 20px;    font-size: 14px;}
.big-text { font-size: 100px;line-height: 100px;}
.testi-data {    width: auto;    font-size: 14px;}	
.mid-text { font-size: 30px;}
.msg-icon {  font-size: 35px;  margin-top: -15px;    }
.msg {   font-size: 18px;}
.msg-big {    font-size: 24px; }
.section-heading {    font-size: 20px;}
.banner-heading {    font-size: 50px;}
.blue-big-text {   font-size: 22px;}
.njcomp-wrap li.njcomp-box {    padding: 15px;    border-right: none;    width: 174px;    margin-bottom: 20px;}
.njcomp-wrap {    margin-top: 0px;}
.njcomp-title {    font-size: 16px;}
.grp-of-comp {    font-size: 14px;}
.four-es {    background-size: cover;}
.four-title {    font-size: 16px;    font-weight: bold;}
.set-p-text {    font-size: 14px;    margin-top: 30px;}
.four-es {   height: 350px;    background-size: 100%;}
.Why-us {    margin:50px 0 20px;}
.per-text {    margin-bottom: 20px;}
.place-img {    margin-top: 0;}
.small-text {    font-size: 14px;  }
.tab-btn {    font-size: 14px;}
.testi {    background-image: none;    height: auto;padding: 50px 0;}

.set-height{ height: 100px;}

 .page-title {
    font-size: 18px;
    padding: 20px 0px;
}
 .co-main-title {    font-size: 14px;}
 
 .data{	margin-bottom: 0px;}
 .set-form li {    width: 100%;}
 
  .profile li {    width: 100%;}
  
 .set-name {  align-items: center;   justify-content: center;    text-align: center;}
 
 .oh-name{text-align:center; text-transform:uppercase; color:#000; font-size:13px; font-weight: 500; padding: 0 20px;}
.bor-oh{border-right:none;}
.oh-icon img {    text-align: center; width:70px; height:auto;}
.spc-oh{margin:10px 0; text-align:center;}
.oh-namect{text-align:center; text-transform:uppercase; color:#1768b3; font-size:13px; font-weight: 500; padding: 0 20px;}
.oh-img img {    margin: 0 auto;    width: 95%;}
.f-spc {    margin-bottom: 15px;}

.d-b{display:none;}
.m-b{display:block;}

.set-text {    font-size: 16px;}
.set-count {    font-size: 35px;}
.set-padding {    width: 100%;    margin-bottom: 20px;}


.form-select,input[type="file" ],::placeholder { font-size:14px;}

.carousel-indicators {margin-bottom: 0.5rem;}
.carousel-indicators .carousel-dots {width: 10px;height: 10px;}
}
@media (min-width:480px) and (max-width : 639px) {
 .mob-w-100 {	width: 100%;}
.menu-link {	padding: 5px;	border-bottom: 1px solid #ccc;}
.mob-w-100 .dropdown-toggle::after {	float: right;	margin-top:8px;}
.main-title { font-size: 20px;}
.fun-div {    margin-top: 50px;}
.min-title {    font-size: 18px;}
.set-point {   line-height: 20px;    font-size: 14px;}
.big-text { font-size: 100px;line-height: 100px;}
.testi-data {    width: auto;    font-size: 14px;}	
.mid-text { font-size: 30px;}
.msg-icon {  font-size: 35px;  margin-top: -15px; padding: 50px 45px;}
.msg {   font-size: 18px;}
.msg-big {    font-size: 24px; }
.section-heading {    font-size: 20px;}
.banner-heading {    font-size: 50px;}
.blue-big-text {   font-size: 22px;}
.njcomp-wrap li.njcomp-box {    padding: 15px;    border-right: none;    width: 174px;    margin-bottom: 20px;}
.njcomp-wrap {    margin-top: 0px;}
.njcomp-title {    font-size: 16px;}
.grp-of-comp {    font-size: 14px;}
.four-es {    background-size: cover;}
.four-title {    font-size: 16px;    font-weight: bold;}
.set-p-text {    font-size: 14px;    margin-top: 30px;}
.four-es {   height: 350px;    background-size: 100%;}
.Why-us {    margin: 50px 0 80px;}
.per-text {    margin-bottom: 20px;}
.place-img {    margin-top: 0;}
.small-text {    font-size: 14px;     }
.tab-btn {    font-size: 14px;}
.testi {    background-image: none;    height: auto;}

.set-height{ height: 100px;}
.page-title {  font-size: 23px;    padding: 20px 20px;}
 .data{	margin-bottom: 0px;}
 .set-form li {    width: 100%;}
 .page-title {
    font-size: 23px;
    padding: 20px 0px;
}
  .profile li {    width: 100%;}
 .set-name {  align-items: center;   justify-content: center;    text-align: center;}
 
 .oh-name{text-align:center; text-transform:uppercase; color:#000; font-size:13px; font-weight: 500; padding: 0 20px;}
.bor-oh{border-right:none;}
.oh-icon img {    text-align: center; width:70px; height:auto;}
.spc-oh{margin:10px 0; text-align:center;}
.oh-namect{text-align:center; text-transform:uppercase; color:#1768b3; font-size:13px; font-weight: 500; padding: 0 20px;}
.oh-img img {    margin: 0 auto;    width: 95%;}
.f-spc {    margin-bottom: 15px;}

.d-b{display:none;}
.m-b{display:block;}

.set-text {    font-size: 16px;}
.set-count {    font-size: 35px;}
.set-padding {    width: 100%;    margin-bottom: 20px;}

.form-select,input[type="file" ],::placeholder { font-size:14px;}

}

@media (min-width:640px) and (max-width : 760px) {
  .mob-w-100 {	width: 100%;}
.menu-link {	padding: 5px;	border-bottom: 1px solid #ccc;}
.mob-w-100 .dropdown-toggle::after {	float: right;	margin-top:8px;}
.main-title { font-size: 20px;}
.fun-div {    margin-top: 50px;}
.min-title {    font-size: 18px;}
.set-point {   line-height: 20px;    font-size: 14px;}
.big-text { font-size: 100px;line-height: 100px;}
.testi-data {    width: auto;    font-size: 14px;}	
.mid-text { font-size: 30px;}
.msg-icon {  font-size: 35px;  margin-top: -15px; padding: 50px 45px;}
.msg {   font-size: 18px;}
.msg-big {    font-size: 24px; }
.section-heading {    font-size: 20px;}
.banner-heading {    font-size: 50px;}
.blue-big-text {   font-size: 22px;}
.njcomp-wrap li.njcomp-box {    padding: 15px;    border-right: none;    width: 174px;    margin-bottom: 20px;}
.njcomp-wrap {    margin-top: 0px;}
.njcomp-title {    font-size: 16px;}
.grp-of-comp {    font-size: 14px;}
.four-es {    background-size: cover;}
.four-title {    font-size: 16px;    font-weight: bold;}
.set-p-text {    font-size: 14px;    margin-top: 30px;}
.four-es {   height: 350px;    background-size: 100%;}
.Why-us {    margin: 50px 0 80px;}
.per-text {    margin-bottom: 20px;}
.place-img {    margin-top: 0;}
.small-text {    font-size: 14px;  }
.tab-btn {    font-size: 14px;}
.testi {    background-image: none;    height: auto;}
.set-height{ height: 100px;}
.page-title {  font-size: 18px;    padding: 20px 20px;}

 .border-right {    border-right: none;}

.co-main-title { font-size: 14px; }
.data{	margin-bottom: 0px;}
.set-form li {    width: 100%;}
.profile li {    width: 100%;}
.set-name {  align-items: center;   justify-content: center;   }

.d-b{display:none;}
.m-b{display:block;}

.set-text {    font-size: 16px;}
.set-count {    font-size: 35px;}
.set-padding {    width: 100%;    margin-bottom: 20px;}

.form-select,input[type="file" ],::placeholder { font-size:14px;}
}

@media (min-width:640px) and (max-width : 959px) {
.mob-w-100 {	width: 100%;}
.menu-link {	padding: 5px;	border-bottom: 1px solid #ccc;}
.mob-w-100 .dropdown-toggle::after {	float: right;	margin-top:8px;}
.main-title { font-size: 20px;}
.fun-div {    margin-top: 50px;}
.min-title {    font-size: 18px;}
.set-point {   line-height: 20px;    font-size: 14px;}
.big-text { font-size: 100px;line-height: 100px;}
.testi-data {    width: auto;    font-size: 14px;}	
.mid-text { font-size: 30px;}
.msg-icon {  font-size: 35px;  margin-top: -15px; }
.msg {   font-size: 18px;}
.msg-big {    font-size: 24px; }
.section-heading {    font-size: 20px;}
.banner-heading {    font-size: 50px;}
.blue-big-text {   font-size: 22px;}
.njcomp-wrap li.njcomp-box {    padding: 15px;    border-right: none; }
.njcomp-wrap {    margin-top: 0px;}
.njcomp-title {    font-size: 16px;}
.grp-of-comp {    font-size: 14px;}
.four-es {    background-size: cover;}
.four-title {    font-size: 16px;    font-weight: bold;}
.set-p-text {    font-size: 14px;    margin-top: 30px;}
.four-es {   height: 350px;    background-size: 100%;}
.Why-us {    margin: 50px 0 80px;}
.per-text {    margin-bottom: 20px;}
.place-img {    margin-top: 0;}
.small-text {    font-size: 14px;  }
.tab-btn {    font-size: 14px;}
.testi {    height: auto;}
.set-height{ height: 150px;}
 .set-form li {    width: 100%;}
 .profile li {    width: 100%;}
 
 .page-title { font-size: 18px;}
 .border-right {    border-right: none;}
 
 .oh-name{text-align:center; text-transform:uppercase; color:#000; font-size:13px; font-weight: 500; padding: 0 20px;}
.bor-oh{border-right:none;}
.oh-icon img {    text-align: center; width:70px; height:auto;}
.spc-oh{margin:10px 0; text-align:center;}
.oh-namect{text-align:center; text-transform:uppercase; color:#1768b3; font-size:13px; font-weight: 500; padding: 0 20px;}
.oh-img img {    margin: 0 auto;    width: 95%;}
.f-spc {    margin-bottom: 15px;}

.form-select,input[type="file" ],::placeholder { font-size:14px;}

.set-text {    font-size: 16px;}
.set-count {    font-size: 35px;}
.set-padding {    width: 100%;    margin-bottom: 20px;}

.td-width {    width: 48%;}

}

@media (min-width:761px) and (max-width : 959px) {
  .set-form li {    width:47%;}
  .profile li {    width: 47%;}
  
  .oh-name{text-align:center; text-transform:uppercase; color:#000; font-size:13px; font-weight: 500; padding: 0 20px;}
.oh-icon img {    text-align: center; width:70px; height:auto;}
.spc-oh{margin:10px 0; text-align:center;}
.oh-namect{text-align:center; text-transform:uppercase; color:#1768b3; font-size:13px; font-weight: 500; padding: 0 20px;}
.oh-img img {    margin: 0 auto;    width: 95%;}
.f-spc {    margin-bottom: 15px;}
}

@media (min-width:960px) and (max-width : 1024px) {
	.oh-name{text-align:center; text-transform:uppercase; color:#000; font-size:13px; font-weight: 500; padding: 0 20px;}
.oh-icon img {    text-align: center; width:70px; height:auto;}
.spc-oh{margin:10px 0; text-align:center;}
.oh-namect{text-align:center; text-transform:uppercase; color:#1768b3; font-size:13px; font-weight: 500; padding: 0 20px;}
.oh-img img {    margin: 0 auto;    width: 95%;}
.f-spc {    margin-bottom: 15px;}
.form-select,input[type="file" ],::placeholder { font-size:14px;}
/*.td-width {    width: 42%;}*/
.f-12 {    font-size: 11px;}
.plus,.minus {    font-size: 25px;}
}

@media (min-width:1024px) and (max-width : 1279px) {
	.form-select,input[type="file" ],::placeholder { font-size:14px;}
.td-width {    width: 42%;}
.f-12 {    font-size: 11px;}
.plus,.minus {    font-size: 25px;}
}

@media (min-width : 1280px) {

}

@media (max-width: 959px) and (min-width: 320px){
    .Why-us .v-align{
        display: unset;
    }
}

@media (max-width:1440px){
 .four-es {
    height: auto;
    background-size: contain;
    background-repeat: repeat;
}
}
@media (min-width:1439px) and (max-width:1919px){
    .four-es {
    height: auto;
    background-size: contain;
    background-repeat: repeat;
}
}
@media (min-width:960px) and (max-width:1336px){
 .testi-data {
    width: 570px;
}
}
@media (min-width:991px) and (max-width:1399px){
 .profile li {
    width: 32%;
}
}
.modal.success-modal .modal-content{
            border-radius: 8px;
        }
.modal.success-modal .modal-content p{
    font-size: 18px;
}
.modal.success-modal .modal-content svg {
    width: 100px;
    display: block;
    margin: 0 auto;
}
.modal.success-modal .modal-content .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}
.modal.success-modal .modal-content .path.circle {
    -webkit-animation: dash 0.9s ease-in-out;
    animation: dash 0.9s ease-in-out;
}
.modal.success-modal .modal-content .path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash 0.95s 0.35s ease-in-out forwards;
    animation: dash 0.95s 0.35s ease-in-out forwards;
}
.modal.success-modal .modal-content .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 0.95s 0.35s ease-in-out forwards;
    animation: dash-check 0.95s 0.35s ease-in-out forwards;
}
.modal.success-modal .modal-content p span{
            color: #1e69cf;
        }

@media (max-width:767px) {
    .modal.success-modal .modal-content p{
        font-size: 16px;
    }
    .modal.success-modal .modal-content svg {
        width: 80px;
    }
}


@media (max-width:425px) {
    .modal.success-modal .modal-content p{
        font-size: 14px;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100%{
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }
    100% {
        stroke-dashoffset: 900;
    }
}
@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }
    100% {
        stroke-dashoffset: 900;
    }
}

.inputboxfilter .ui-multiselect-filter, .inputboxfilter .ui-multiselect-hasfilter .ui-helper-reset {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
}
.ui-multiselect-filter input {
    width: 100%;
}
.inputboxfilter .ui-multiselect-header ul li {
    padding: 5px 0px;
    width: 100%;
}
.inputboxfilter .ui-helper-reset .ui-multiselect-all, .inputboxfilter .ui-helper-reset .ui-multiselect-none{
    padding: 5px 15px;
    background: #f2f6fd;
    border-radius: 4px;
    transition: 0.5s;
    width: 100%;
    display: block;
    text-align: center;
}
.inputboxfilter .ui-helper-reset .ui-multiselect-all:hover, .inputboxfilter .ui-helper-reset .ui-multiselect-none:hover{
    background: #ddd;
}
.inputboxfilter .ui-helper-reset .ui-multiselect-all span.ui-icon, .inputboxfilter .ui-helper-reset .ui-multiselect-none span.ui-icon{
    float: unset;
}
.inputboxfilter .ui-helper-reset a{
    text-decoration: none;
}
.inputboxfilter .ui-multiselect-header {
    padding: 5px;
    background: #fff;
    border: none;
    border-bottom: 2px solid #ddd;
    border-radius: 0px;
}
.inputboxfilter .ui-multiselect-menu {
    padding: 2px 0 2px 0px;
    height: 191px!important;
}

.inputboxfilter .ui-multiselect-hasfilter .ui-multiselect-filter input {
    border: 1px solid #818181;
    height: 25px;
    padding: 2px 5px;
    width: 100%;
    font-size: 14px;
    border-radius: 4px;
    margin: 0px;
}
.inputboxfilter .ui-widget-header.ui-corner-all .ui-helper-reset{
    display: flex;
    gap: 5px;
}
.inputboxfilter .ui-helper-reset .ui-multiselect-close{
    display: none;
}
.ui-multiselect.ui-widget.ui-state-default.ui-corner-all .ui-icon.ui-icon-triangle-2-n-s{
    display: none;
}
@media (max-width:359px) {
    .set-padding {
        width: 100%;
    }
}
@media (max-width: 1023px) and (min-width: 992px) {
    .accscore{
        display: flex;
    }
}
@media (max-width: 1399px) and (min-width: 1280px) {
    .accscore{
        display: flex;
    }
}
@media (max-width: 1399px) {
    .ast {
        font-size: 0.8em; 
    }
}
@media (max-width: 1399px) and (min-width: 992px) {
    .inputboxfilter .ui-helper-reset .ui-multiselect-all, .inputboxfilter .ui-helper-reset .ui-multiselect-none {
        padding: 5px 0px;
    }
}