/*Global css*/
*{margin:0;padding:0}
html{font-size:100%;width:100%;height:100%}
body{background-color:#fff;color:#555555;font-family: 'Poppins', sans-serif;font-size:16px;font-weight:400;height:100%;min-width:320px;width:100%}.clear{clear:both}

@font-face {
  font-family: 'elementskit';
  src: url("../fonts/elementskit.ttf?y24e1e") format("truetype"),
  url("../fonts/elementskit.woff?y24e1e") format("woff"), 
  url("../fonts/elementskit.svg?y24e1e#elementskit") format("svg");
  font-weight: normal;
  font-style: normal;
}
/****/
.fasicon, .icon, .icon:before {
  font-family: 'elementskit' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-target:before {
  content: "\ea89";
  font-family: 'elementskit' !important;
}
/****/




button, input[type="submit"], input[type="search"], a {
	transition: all 0.3s ease;-moz-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;font-family: 'Poppins', sans-serif;}
a{text-decoration:none;color:#525252}
a:hover{text-decoration:none;outline:0;color:#000}
a:focus{outline:none!important;outline-offset:none!important;text-decoration:none!important}
button:focus{outline:0}a,img{border:0;outline:0}
img{max-width:100%;height:auto;display:inline-block}
label{font-weight:400}
h1, h2, h3, h4, h5, h6 {color: #303030;display: block;font-family: "Poppins",sans-serif;font-weight: 700;margin: 0;padding: 0 0 15px;}
h4 {color: #555555;font-weight: 600;}
ul,ol{list-style:none;margin:0}
ul li,ol li{list-style:none}
button, input, select, textarea {font-family: "Poppins",sans-serif;}
p{display:block;line-height:26px;margin:0;padding:0 0 20px}
.check-custom input[type="checkbox"]{display:none}
.check-custom input[type="checkbox"] + label {
  background: rgba(0, 0, 0, 0) url(../img/chk.jpg) no-repeat scroll left top;
  color: #555;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 22px;
  margin: 0 15px 0 0;
  min-height: 22px;
  padding: 0 0 0 35px;
  vertical-align: middle;
}
.check-custom input[type="checkbox"]:checked+label{background-image:url(../img/chk-a.jpg)}
.radio-custom input[type="radio"]{display:none}
.radio-custom input[type="radio"]+label{
	background:rgba(0,0,0,0) url(../img/rdo.png) no-repeat left top;
	color: #555;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 22px;
  margin: 0 15px 0 0;
  min-height: 22px;
  padding: 0 0 0 35px;
  vertical-align: middle;
}
.radio-custom input[type="radio"]:checked+label{background-image:url(../img/rdo-a.png)}
.form-group{display:block;position:relative;margin-bottom: 20px;}
.form-control{background-color:#fff;border-color:#ddd;border-radius:0;box-shadow:none!important;color:#333;height:40px}
select,select.form-control{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;background:#fff url(../img/arrowdown.png) no-repeat scroll right center;padding-left:8px;padding-right:28px;text-overflow:ellipsis;white-space:nowrap}
textarea.form-control{min-height:120px;resize:vertical;height:auto; padding:10px 12px;}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {background-color: #ececec;border-color: #dddddd;color: #9a9a9a;opacity: 1;}
.btn-custom {background-color: #2c2f33;border: medium none;border-radius: 0;color: #ffffff;font-size: 18px;font-weight: 500;margin: 0;
  outline: medium none;padding: 5px 20px;text-decoration: none;text-transform: uppercase;}
.btn-custom:hover,.btn-custom:focus{background-color:#cf152d;color:#fff}
.btn-red{background-color:#cf152d;color:#fff}
.btn-red:hover,.btn-red:focus{background-color:#2c2f33;color:#fff}
.btn-yellow{background-color:#ffd302;color:#2c2f33}
.btn-yellow:hover,.btn-yellow:focus{background-color:#eb2227;color:#fff}
.btn-blue {
  background: #3c6aa3 none repeat scroll 0 0;
}
.btn-grey {
  background: #cac9c7 none repeat scroll 0 0;
}
.dis-inline{display:inline-block;vertical-align:middle;position:relative}
.dis-block{display:block;position:relative}
.full-wdth{display:block;width:100%;position:relative}
.full{width:100%;position:relative;float:left}
.realtive{position:relative}
.vertical-middle{top:50%;position:absolute;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);left:0;right:0;margin:0 auto}
/*Padding css*/
.padding5{padding:5px}.padding10{padding:10px}.padding15{padding:15px}.padding20{padding:20px}.padding25{padding:25px}.padding30{padding:30px}.padding40{padding:40px}.padding50{padding:50px}.padding60{padding:60px}.padding70{padding:70px}.padding80{padding:80px}.padding90{padding:90px}.padding100{padding:100px}.padding-top5{padding-top:5px}.padding-bottom5{padding-bottom:5px}.padding-left5{padding-left:5px}.padding-right5{padding-right:5px}.padding-top10{padding-top:10px}.padding-bottom10{padding-bottom:10px}.padding-left10{padding-left:10px}.padding-right10{padding-right:10px}.padding-top15{padding-top:15px}.padding-bottom15{padding-bottom:15px}.padding-right15{padding-right:15px}.padding-left15{padding-left:15px}.padding-top20{padding-top:20px}.padding-bottom20{padding-bottom:20px}.padding-left20{padding-left:20px}.padding-right20{padding-right:20px}.padding-top25{padding-top:25px}.padding-bottom25{padding-bottom:25px}.padding-left25{padding-left:25px}.padding-right25{padding-right:25px}.padding-top30{padding-top:30px}.padding-bottom30{padding-bottom:30px}.padding-left30{padding-left:30px}.padding-right30{padding-right:30px}.padding-top40{padding-top:40px}.padding-bottom40{padding-bottom:40px}.padding-left40{padding-left:40px}.padding-right40{padding-right:40px}.padding-top50{padding-top:50px}.padding-bottom50{padding-bottom:50px}.padding-left50{padding-left:50px}.padding-right50{padding-right:50px}.padding-top60{padding-top:60px}.padding-bottom60{padding-bottom:60px}.padding-top70{padding-top:70px}.padding-bottom70{padding-bottom:70px}.padding-top80{padding-top:80px}.padding-bottom80{padding-bottom:80px}.padding-top90{padding-top:90px}.padding-bottom90{padding-bottom:90px}.padding-top100{padding-top:100px}.padding-bottom100{padding-bottom:100px}
/*Margin css*/
.margin5{margin:5px}.margin10{margin:10px}.margin15{margin:15px}.margin20{margin:20px}.margin30{margin:30px}.margin40{margin:40px}.margin50{margin:50px}.margin60{margin:60px}.margin70{margin:70px}.margin80{margin:80px}.margin90{margin:90px}.margin100{margin:100px}.margin-top5{margin-top:5px}.margin-bottom5{margin-bottom:5px}.margin-left5{margin-left:5px}.margin-right5{margin-right:5px}.margin-top10{margin-top:10px}.margin-bottom10{margin-bottom:10px}.margin-left10{margin-left:10px}.margin-right10{margin-right:10px}.margin-top15{margin-top:15px}.margin-bottom15{margin-bottom:15px}.margin-left15{margin-left:15px}.margin-right15{margin-right:15px}.margin-top20{margin-top:20px}.margin-bottom20{margin-bottom:20px}.margin-left20{margin-left:20px}.margin-right20{margin-right:20px}.margin-top25{margin-top:25px}.margin-bottom25{margin-bottom:25px}.margin-left25{margin-left:25px}.margin-right20{margin-right:20px}.margin-top30{margin-top:30px}.margin-bottom30{margin-bottom:30px}.margin-left30{margin-left:30px}.margin-right30{margin-right:30px}.margin-top40{margin-top:40px}.margin-bottom40{margin-bottom:40px}.margin-left40{margin-left:40px}.margin-right40{margin-right:40px}.margin-top50{margin-top:50px}.margin-bottom50{margin-bottom:50px}.margin-top60{margin-top:60px}.margin-bottom60{margin-bottom:60px}.margin-top70{margin-top:70px}.margin-bottom70{margin-bottom:70px}.margin-top80{margin-top:80px}.margin-bottom80{margin-bottom:80px}.margin-top90{margin-top:90px}.margin-bottom90{margin-bottom:90px}.margin-top100{margin-top:100px}.margin-bottom100{margin-bottom:100px}
/*Font Size css*/
.font10{font-size:10px}.font11{font-size:11px}.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font17{font-size:17px}.font18{font-size:18px}.font19{font-size:19px}.font20{font-size:20px}.font21{font-size:21px}.font22{font-size:22px}.font23{font-size:23px}.font24{font-size:24px}.font25{font-size:25px}.font26{font-size:26px}.font27{font-size:27px}.font28{font-size:28px}.font29{font-size:29px}.font30{font-size:30px}.font31{font-size:31px}.font32{font-size:32px}.font33{font-size:33px}.font34{font-size:34px}.font35{font-size:35px}.font36{font-size:36px}.font37{font-size:37px}.font38{font-size:38px}.font39{font-size:39px}.font40{font-size:40px}
/*Background Color css*/
.bg-white{background-color:#fff}.bg-black{background-color:#000}
.bg-grey{ background:#f7f5f6;}
/*Font Color css*/
.white-color{color:#fff}.black-color{color:#000}
.green-color{color:#27c5a1}.yellow-color{color:#ffcc2d}
.red-color{color:#ec1c38}.grey-color{color:#cbcbcb}.blue-color{color:#006aa6}
/*Font Weight css*/
.font-weight300{font-weight:300}.font-weight400{font-weight:400}.font-weight500{font-weight:500}.font-weight600{font-weight:600}
.font-weight700{font-weight:700}.margin0 {margin: 0!important;}
.padding0 {padding: 0!important;}.border0 {border: none!important;}
.menuImage{display:none;}
.container {display: block;margin: 0 auto;max-width: 1630px;position: relative;width: 100%; padding:0 15px;}
/*==============Owl-Carousel CSS==============================*/
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}
 @-webkit-keyframes fadeOut { 0% {opacity: 1;}100% {opacity: 0;}}
@keyframes fadeOut { 0% {opacity: 1;}100% {opacity: 0;}}
.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}
.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}
.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}
.owl-carousel .owl-item img{width:auto}
.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}
.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}
.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}
.owl-carousel .owl-item img{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#333}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}
.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1}
/*==============Owl-Carousel CSS==============================*/
.header {
	width: 100%;
	z-index: 90000000;
	display:block;
	position:fixed;
	left:0;
	top:0;
	border-bottom:1px solid #fff;
}
.middle-section{ padding-top:170px;}
.hdr-top {
  background: #f1f0ee none repeat scroll 0 0;
}
.logo {
  float: left;
  line-height: 96px;
  width: 278px;
}
.logo img{
    max-height: 95px;
}
.top-rt {
	float: right;
}
.points-box {
	border-right: 1px solid #d4d4d4;
	color: #24303c;
	font-size: 18px;
	font-weight: 600;
	line-height: 96px;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
}
.points-box span {
	color: #cf152d
}
.nav-outer {
  background: #24303c none repeat scroll 0 0;
}
.menu > ul > li {
	display: inline-block;
	float: left;
	padding: 0 2px 0 0;
	position: relative
}
.menu > ul > li > a {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 300;
	line-height: 74px;
	position: relative;
	text-transform: uppercase;
	padding:0 30px;
}
.menu > ul > li:hover > a, .menu > ul > li > a.active {
	color: #fff;
	background:#314050;
}
.menu ul ul {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: none;
  float: none;
  left: 0;
  margin: 0;
  min-width: 200px;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 999999;
}
.menu ul ul li {
	background: none repeat scroll 0 0 rgba(0,0,0,0)!important;
	border-bottom: 1px solid #24303c;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-shadow: none;
	text-transform: none
}
.menu ul ul li:last-child {
	border-bottom: none
}
.menu ul ul li a {
	background: #314050!important;
	border: none;
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: normal;
	margin: 0;
	padding: 10px 15px;
	text-shadow: none
}
.menu ul li:hover > ul > li > a {
	background: #314050;
	color: #FFF;
	text-decoration: none
}
.menu ul li:hover ul li a {
	color: #FFF;
	text-decoration: none
}
.menu ul ul li a:hover {
	background: #314050!important;
	color: #fff!important
}
.menu ul li:hover ul {
	display: block
}
.menu ul ul ul {
	display: none!important;
	left: 100%;
	position: absolute;
	top: 0
}
.menu ul ul li:hover > ul {
	display: block!important
}
.footer {
  background: #24303c none repeat scroll 0 0;
  color: #ffffff;
  padding: 15px 0;
   font-family: "Montserrat", Sans-serif;
	font-size: 15px;
	font-weight: 500;
}
.footer a {
	color: #cf152d;
	text-decoration: underline
}
.footer a:hover {
	text-decoration: none
}

.section1 {
  background: #006aa6 none repeat scroll 0 0;
  color:#fff;
  font-weight:400;
  font-size:22px;
  padding:22px 0;
}
.hd2{
	font-weight:300;
}
.padtb60{
	padding-top:60px;
	padding-bottom:60px;
}
.cmn-grey-box {
  display: inline-block;
  float: left;
  margin: 0 1% 0 0;
}
.sec-inr1 {
  width: 22.5%;
}
.sec-inr2 {
  width: 53%;
}
.sec-inr3 {
    margin-right: 0;
    width: 76.5%;
}
.sec-inr3-custom {
    width:100%;
}
.sec-inr4 {
  margin: 0 !important;
  width: 22%;
}
.equal-width {
  float: left;
  width: 49%;
}
.equal-width + .equal-width {
  margin-left: 2%;
}
.hd3 {
  border-bottom: 1px solid #d7d5d6;
  color: #006aa6;
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
}
.hd3 img{
	margin:0 5px 0 0;
}
.sec-inr1 ul {
  padding: 30px 20px;
}
.sec-inr1 ul li{
	display:block;
	position:relative;
	padding:10px 0;
}
.sec-inr1 ul li a{
	display:block;
	color:#555555;
	font-size:16px;
	font-weight:400;
}
.sec-inr1 ul li a:hover{
	color:#cf152d;
}
.sec-inr1 ul li a span{
	display:inline-block;
	vertical-align:middle;
	width:34px;
	text-align:center;
	margin:0 25px 0 0;
}
.sec-inr1 ul li a span {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    text-align: center;
    margin: 0 25px 0 0;
    position: absolute;
    left: -42px;
}
.pad1,.pad2,.pad3{
  padding: 25px;
}
.ipad-hd {
  color: #555555;
  font-size: 15px;
  font-weight: 600;
}
.ipad-hd span{
	color:#cf152d;
}
.ipad-img {
  padding: 31px 0;
}
.bar-box, .bar-dtl {
  display: inline-block;
  vertical-align: middle;
}
.bar-box {
  width: 25px;
}
.bar-dtl {
  width: 77%;
}

.bar-dtl p {
  color: #555555;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  padding: 0;
}
.bar-points-box {
  background: #006aa6 none repeat scroll 0 0;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 6px 15px;
}
.box1 {
  padding: 0 0 40px;
}
.middle-section h2 {
  color: #006aa6;
  font-size: 26px;
  text-transform: uppercase;
  background-color: #F4F4F5 !important;
  width: fit-content;
  width: -moz-fit-content;
  padding: 10px;
  margin: 2.1% auto;
}
.icon1 {
  display: none;
  margin: 0 auto 20px;
}
.section3{
	background:#24303c;
}
.middle-section .section3 h2{
	color:#fff;
}
.wall-box{
	padding:0 0 50px;
}
.wall-box li {
  color: #ffffff;
  display: inline-block;
  float: left;
  padding: 0 12px;
  position: relative;
  vertical-align: middle;
  width: 12.5%;
}
.icon-box2 {
  border-bottom: 2px solid #3c4f62;
  margin: 0 0 25px;
  padding: 0 0 25px;
}
.user-img6 {
  border-radius: 50%;
  margin: auto;
  overflow: hidden;
  width: 75px;
}
.user-img6 img{
	display:block;
	width:75px;
	/*height:75px;*/
	border-radius:50%;
}
.user-info2 {
  font-size: 12px;
  //padding: 15px 0 70px;
}
.user-info2 strong{
	display:block;
	font-size:14px;
}
.social-box2 a{
	display:inline-block;
	vertical-align:middle;
	position:relative;
}
.count-box2 {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 4px;
  display: none;
  font-size: 12px;
  font-weight: 500;
  left: 0;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: -45px;
  z-index: 2;
}
.social-box2 a:hover .count-box2 {
	display:block;
}
.count-box2::before {
  border-color: #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 10px;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 100%;
  width: 0;
}

.table-bordered {
  background: #f6f6f6 none repeat scroll 0 0;
  border: medium none;
}
.table-bordered > thead > tr > th {
  border: none;
  border-bottom:1px solid #d7d5d6 !important;
  color: #006aa6;
  font-size:18px;
  font-weight:500;
}
.table-bordered > tbody > tr > td{
	border:none;
	border-left:1px solid #d7d5d6;
	color:#555555;
	font-weight:400;
	font-size:14px;
}
.table-bordered > tbody > tr > td {
    padding: 10px;
}
.table-bordered > thead > tr > th,.table-bordered > tbody > tr > td{
	padding:10px;
}
.table-bordered > tbody > tr > td:last-child, .table-bordered > tbody > tr:last-child > td {
  font-weight:bold;
}
.table-bordered > tbody > tr:last-child > td {
  border-top: 1px solid #d7d5d6;
}
.link7 {
  color: #006aa6;
  display: inline-block;
  float: right;
  font-weight:500;
  text-decoration: underline;
}
.pagination {
  border-radius: 0;
  margin: 20px 0 0;
}
.pagination > li {
  display: inline-block;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span,.pagination > li a {
  border-radius: 3px;
  color:#555555;
  margin:0;
  padding: 8px 13px 4px;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #006aa6;
  border-color: #006aa6;
}


.cmn-form1 .form-control[disabled],
.cmn-form1 .form-control[readonly],
.cmn-form1 fieldset[disabled] .form-control {
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}
.cmn-form1 .form-group label {
  color: #555555;
  display: block;
  text-transform: uppercase;
}
.cmn-form1 .form-group .form-control {
  border: medium none;
}
.browse-btn .file-btn {
  background: #ffffff none repeat scroll 0 0;
  display: block;
  padding: 6px;
  width: 100%;
}
.btn-lg {
  height: 46px;
  padding: 0 30px;
}

.celebration-section {
  border-bottom: 2px solid #d4d4d4;
  padding: 10px 0;
}
.celeb-lt span {
  display: inline-block;
  font-size: 22px;
  margin: 0 0 0 15px;
  text-transform: uppercase;
  vertical-align: middle;
}
.celeb-lt img {
  max-width: 80px;
}
.celeb-rt ul li {
  border-right: 2px solid #555555;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 13px 15px 0 0;
  padding: 0 15px 0 0;
  text-transform: uppercase;
  vertical-align: middle;
}
.celeb-rt ul li:last-child{
	border:none;
	margin-right:0;
	padding-right:0;
}
.login-bg{
	background:url(../img/login-bg.jpg) no-repeat fixed center center;
	background-size:cover;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
}
.login-sec {
  background: #ffffff none repeat scroll 0 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 510px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
}
.login-logo {
  background: #24303c none repeat scroll 0 0;
  padding: 15px;
  text-align: center;
}
.login-form {
  padding: 20px;
}
.login-form .form-group {
  margin-bottom: 30px;
}
.login-form .form-group label {
  color: #999999;
  display: block;
}
.login-form .form-group .form-control {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-bottom:2px solid #d2d2d0;
  color: #555555;
  font-size: 18px;
  font-weight: 300;
  height: 40px;
  padding: 0;
}

.login-form .form-group .form-control::-webkit-input-placeholder{color:#555}
.login-form .form-group .form-control:-moz-placeholder{color:#555}
.login-form .form-group .form-control::-moz-placeholder{color:#555}
.login-form .form-group .form-control:-ms-input-placeholder{color:#555}

.login-form .check-custom input[type="checkbox"] + label{
	color:#999;
}
.new-tab-btn-box {
  background: #23232b none repeat scroll 0 0;
  border-top: 1px solid #555555;
  text-align: center;
}
.new-tab-btn-box ul li {
  display: inline-block;
  position: relative;
  vertical-align:middle;
}
.new-tab-btn-box ul li a {
  color: #007bc1;
  display: block;
  font-size: 22px;
  padding: 24px 20px;
}
.new-tab-btn-box ul li a:hover,.new-tab-btn-box ul li a.active{
	color:#fff;
}
.green-clr{
	color:#219e24;
}
.btn-sm {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 15px;
  text-transform: none;
}
.wd-th1{
  width: 13%;
}


.account-setting {
  border: 1px solid #dddddd;
}
.account-setting .list + .list {
  border-top: 1px solid #dddddd;
}
.account-setting .list .left {
  font-weight: 600;
}
.account-setting .list .right {
  border-left: 1px solid #ddd;
  color: #24303c;
}
.hd3 i {
  color: #555555;
  font-size: 25px;
  vertical-align: middle;
  width: 30px;
}
.pro-list-tab i {
  margin-right: 6px;
}
.add-program .check-custom {
  height: 40px;
}
.add-program .check-custom label {
  color: #24303c !important;
}
.bg-grey-dark {
  background-color: #f0f0f0;
}
.margin-zero {
  margin: 0;
}
.wd-th2 {
  width: 15%;
}
.manage-permission .list + .list {
  margin-top: 30px;
}
.manage-permission .list .left .check-custom label {
  font-weight: 600;
}
.recognise .img-div {
  margin-right: 15px;
}
.recognise p {
  margin-top: 12px;
}
.choose-span {
  margin-right: 15px;
}
.recognise-text p {
  margin-bottom: 12px;
}
.recognise-text p a {
  font-weight: 600;
}
label {
  display: block;
}
.button-blue .btn {
  text-transform: capitalize;
  font-size: 20px;
  padding: 8px 30px;
  border-radius: 3px;
}
.recognise .btn-blue {
  font-size: 16px;
}
.recognise .btn-blue i {
  font-size: 17px;
}
.recognise.pro-list-tab {
  margin-top: -50px;
  margin-bottom: 35px;
}
.scroll {
  background: #fff url("../img/scroll-icon.png") no-repeat right center;
}
.gallery-box .left {
    float: left;
    width: 85px;
    line-height: 35px;
}
.gallery-box .right {
    float: left;
    width: 30%;
}
.media-list-box {
  padding-left: 40px;
  position: relative;
}
.media-list-box .check-custom {
    left: 0;
    position: absolute;
    top: 0;
}
.media-list-box + .media-list-box .check-custom {
    top: 20px;
}
.media-list-box + .media-list-box {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dddddd;
}
.media-list-box .media-left {
  padding-right: 20px;
}
.media-list-box .media-body {
  width: auto;
}
.media-list-box .media-heading {
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 2px;
  margin: 0;
}
.media-list-box p {
  padding: 0;
  line-height: 22px;
}
.media-list-box p strong {
  color: #000;
  font-weight: normal;
}
.rewards-text h3 {
  font-size: 22px;
  font-weight: 500;
  padding: 0 0 5px;
}
.rewards-text.text-uppercase h3 {
  font-weight: 700;
}
.pad-right {
  padding: 0 145px 0 0;
}
.media-list-box .button-fix {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.media-list-box .button-fix .btn {
  font-size: 20px;
  padding: 8px 10px;
}
.media-list-box + .media-list-box .button-fix {
  top: 60%;
  transform: translateY(-60%);
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
}


/*Home Page CSS*/
.p-pad-zero p {
  padding: 0;
}
.goal-progress .pad2 {
  padding: 15px 10px;
}
.my-profile h3 {
  font-size: 18px;
  color: #006aa6;
  font-weight: 500;
  padding: 12px 0;
}
.my-profile h3 span {
  font-size: 13px;
  color: #555555;
}
.my-profile p {
  font-size: 16px;
  padding-bottom: 0;
}
.my-profile p span {
  color: #999999;
  font-size: 14px;
  border-top: 1px solid #d7d5d6;
}
.pad-custom {
  padding: 15px 25px;
}
.sec-inr2 p {
  padding-bottom: 0;
  line-height: 23.5px;
}
.sec-inr2 p + p {
  margin-top: 15px;
}
.celebrate p span {
  color: #999999;
  margin-top: 5px;
}
.list-ul li + li {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #d7d5d6;
}
.list-ul li span {
  color: #999999;
  font-size: 14px;
}
.hd3 span {
  position: relative;
}
.count-span {
  background-color: #cf152d;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  right: 0;
  padding: 0 4px;
  position: absolute;
  top: 0;
}
.ipad-other {
  margin: 15px 0;
}
.recognition-wall {
  padding-bottom: 0;
}

.recognizeSomeoneLi{width: 33% !important;}
.recognition-wall li {
  color: #555555;
  width: 20%;
}
.recognizeSomeoneLi{width: 33% !important;}
.recognition-wall li .icon-box2 {
  font-size: 12px;
  margin: 0;
  padding: 5px 0;
  border-color: #cccccc;
}
.recognizeSomeoneLi,.recognizeSomeoneLi .icon-box2 {font-size:11px !important}
.recognition-wall li .icon-box2 strong, .recognition-wall li .user-info2 strong {
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.recognition-wall li .user-info2 {
  margin: 10px 0 15px;
  padding: 0;
}
.recognition-wall li .social-box2 a + a {
  margin-top: 8px;
}
.my-recognition-wall  li .social-box2 a + a {
  margin-top: 0;
}
.my-recognition-wall  li {
  margin: 30px 0;
}
.custom-height-set {
  min-height: 418px;
}
.starwall-button .btn {
  padding: 10px 30px;
  border-radius: 3px;
  text-transform: capitalize;
}
.wd-th5 {
  width: 40%;
}
.table-bordered  tr td span.line {
  position: relative;
  margin-right: 20px;
}
.table-bordered  tr td span.line + span.line:before {
  position: absolute;
  content: "|";
  left: -12px;
  top: 0;
}
.new-wd1{
  width: 19%;
}
.sec-inr2-new {
  width: 41%;
}
.sec-inr3-new {
  width: 18%;
}
.sec-inr4-new {
  margin: 0 !important;
  width: 19%;
}

.sec-inr3-new .ipad-img {
  padding: 50px 0;
}

.sec-inr3-new .ipad-hd {
  color: #555555;
  font-size: 20px;
  font-weight: 600;
}
.sec-inr3-new .ipad-hd span{
	color:#cf152d;
}

.sec-inr4-new .bar-box {
  width: 30px;
}
.sec-inr4-new .bar-dtl {
  padding: 0 0 0 15px;
  width: 85%;
}
.sec-inr4-new .bar-points-box {
  background: #006aa6 none repeat scroll 0 0;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 7px 15px;
}
.sec-inr4-new .bar-dtl p {
  color: #555555;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  line-height: 26px;
}
.celebrate.pad2 .pull-left {
  width: 68%;
}
.celebrate.pad2 .pull-right {
  width: 31%;
}

.menu > ul > li:last-child ul ul {
  left: auto;
  right: 100%;
}

.bar-inr {
  background: #d4d4d4 none repeat scroll 0 0;
  display: block;
  height: 232px;
  position: relative;
  width: 100%;
}
.fill-box {
  background: #086aa4 none repeat scroll 0 0;
  bottom: 0;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

.sec-inr4-new .bar-inr {
  height: 350px;
}

.tab-box .responsive-tabs-container .tab-content .accordion-link {
  display: none;
}
.nav-tabs > li > a {
  background: #f7f5f6 none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 0;
  font-weight: 500;
  line-height: 1.42857;
  margin-right: 5px;
  padding: 10px 25px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover{
	background:#cf152d;
	border-color:#cf152d;
	color:#fff;
}
.tab-content {
  border: 1px solid #dddddd;
  border-top:none;
  padding: 15px;
}
.rt-btn6 .btn i {
  color: #ffffff;
  font-size: inherit;
  width: auto;
}
.lt-btn-sidebar {
  float: left;
  width: 16%;
  padding:20px;
}
.rt-dtl-box {
  float: left;
  width: 84%;
  padding:0 20px 20px;
  border-left:1px solid #d7d5d6;
}
.lt-btn-sidebar .btn {
  display: block;
  margin: 0 0 10px;
}
.dark-grey-btn{
	background:#575958;
}
.rt-dtl-box .check-custom input[type="checkbox"] + label,
.chk-inline .check-custom input[type="checkbox"] + label{
  margin: 20px 40px 0 0;
}
.loop-box8 {
  padding: 0 0 25px;
}
.rt-dtl-box .hd3 {
  padding-left: 0;
}

.faq-box .panel-group .panel {
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 15px;
}
.faq-box .panel-default > .panel-heading {
  background: #f7f5f6 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.faq-box .panel-title {
  color: inherit;
  margin: 0;
  padding: 0;
}
.faq-box .panel-default > .panel-heading a {
  color: #333333;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 8px 8px 60px;
  width: 100%;
}
.faq-box .panel-default > .panel-heading i {
  background:#cf152d none repeat scroll 0 0;
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  height: 100%;
  left: 0;
  line-height: 42px;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 46px;
}
.faq-box .panel-body {
  border: 1px solid #edeef3;
  padding:10px 20px 20px 60px;
  position:relative;
}
.faq-box .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #edeef3;
}
.faq-box .panel-body i {
  background: #f7f5f6 none repeat scroll 0 0;
  bottom: 0;
  color: #333333;
  font-size: 20px;
  font-style: normal;
  left: 0;
  line-height: 46px;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 45px;
}
.report-box1 {
  border-bottom: 1px solid #dedede;
  margin: 0 0 30px;
  padding: 15px 0 30px;
}
.report-box1 ul {
  margin: 0 -0.4%;
}
.report-box1 ul li {
  background: #f7f5f6 none repeat scroll 0 0;
  display: inline-block;
  float: left;
  margin: 0 0.4%;
  position: relative;
  text-align: center;
  width: 8.2%;
  padding:15px 5px;
  min-height: 175px;
}
.report-ttl2 {
  height: 70px;
  line-height: 20px;
  margin: 10px 0 0;
}
.report-ttl2 span {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.report-box3{
	padding:0 20px 20px;
	margin:30px 0;
}
.report-form {
  border-top: 1px solid #d7d5d6;
  margin: 29px 0 0;
  padding: 20px 0 0;
}

.dis-block.clearfix.text-center {
  z-index: 2;
}
.pro-list-tab.recognise .btn {
  z-index: 3;
  position: relative;
}
.rprtDashboard .sec-inr1 {
  width: 22%;
}
.rprtDashboard .sec-inr1 ul li span {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 32px;
}
.rprtDashboard .sec-inr1 ul li p {
  margin: 0;
  padding: 0 0 0 46px;
  line-height: 10px;
}
.rprtDashboard .sec-inr1 ul li p small {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  color: #575958;
  display: inline-block;
  min-width: 85px;
  padding: 6px 10px;
  text-align: center;
}
.sec-inr8-new {
  width: 77%;
}
.sec-inr8-new .add-program svg {
  width: 100% !important
}
.celebrate.messages {
  padding-bottom: 0;
}
.celebrate.messages .btn {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  font-size: 16px;
}
.celebrate.messages .btn:hover {
  color: #006aa6;
}
.sltd-wd-box {
  margin: 0 10px 0 0;
  width: 110px;
}
.sltd-wd-box .dropdown-toggle {
  background: #1f19f1 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: block;
  line-height: 36px;
  width: 100%;
}
.sltd-wd-box .dropdown-menu {
  background-color: #1f19f1;
  border: medium none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.sltd-wd-box .dropdown-menu > li {
  border-bottom: 1px solid #24303c;
}
.sltd-wd-box .dropdown-menu > li > a {
  color: #ffffff;
  font-size: 14px;
  padding: 8px 15px;
}
.sltd-wd-box .dropdown-menu > li > a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}


.form-sec-box .form-control.pull-left {

    width: 110px !important;
    border-right: solid 2px #eee;

}
.form-sec-box select.form-control {

    width: 130px !important;

}

.paddingScroll{
	padding-top:5%;padding-bottom:5%
}

.verticalMiddle{
	vertical-align:middle;
}

.verticalAlign{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	left:0;
	right:0
}
.equalheight{
  display:flex;
  flex-wrap:wrap;
}
.equalheight .equal-width{
	float:none;
	position:relative;
	width:auto;
	flex:0 0 49%;
	max-width:49%;
}
.currentGoalInnerArea .dis-block img{
	height:85px;
}

.pd1{
	padding:1%;
}

.borderedTh{
	border: 1px solid #ddd;
}
.modal{
	z-index: 90000000;
}
.daterangepicker.dropdown-menu.ltr.opensright.dropup,.daterangepicker.dropdown-menu.ltr.opensright.show-calendar.dropup,.daterangepicker.dropdown-menu.ltr.opensright.show-calendar{
	z-index: 90000001;
}
div#ui-datepicker-div{
	z-index: 90000001 !important;
} 

table.cke_dialog.cke_browser_webkit.cke_ltr.cke_single_page {
    z-index: 90000001 !important;
}

.cke_single_page{
	z-index: 90000001 !important;
}

.bar_chart_display{
	min-height:400px; 
	width: 100%;
	top: 0;bottom: 0;left: 0;right: 0;margin: auto;
	//display: flex;
    align-items: center;
}

.loader{border: 16px solid #f3f3f3; border-top: 16px solid #3498db;  border-radius: 50%;width: 120px;height: 120px;animation: spin 2s linear infinite;}
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/*13-03-2020*/
.custom-shadow{box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);}
.custom-shadow:hover{box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);}
.border-radius-11{border-radius: 11px;}
.custom-p-20{padding: 20px;}
.my-profile .profile-detail{display: flex; display: -webkit-flex; margin-bottom: 15px;}
.my-profile .profile-detail .profile-img {padding-right: 10px;}
.my-profile .profile-detail .profileImageArea{display: inline-block; width: 75px;  height: 75px;  border-radius: 50%;  background-size: cover;}
.my-profile .profile-detail .profile-contain{flex:1;}
.my-profile .profile-detail .profile-contain p{color: #54595F; font-family: "Montserrat", Sans-serif; font-size: 12px; line-height: 14px; padding:0 0 5px;}
.my-profile .profile-detail .profile-contain h4{font-family: "Montserrat", Sans-serif; font-weight: 600; padding: 0; margin: 0; line-height: 18px;}
.my-profile .points-box{margin: 0 auto; max-width: 200px; text-align: center; font-family: "Montserrat", Sans-serif; line-height: inherit; 
padding: 12px 10px 10px; border-radius: 5px; box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5) inset;}
.my-profile .points-box span{font-size:23px; font-weight: 700; line-height: 1;}
.my-profile .points-box p{padding: 0;margin: 0; color: #666; line-height: 1.2; font-weight: normal; font-size: 14px;}
.box-heading4{font-family: "Montserrat", Sans-serif; font-size: 15px; font-weight: 600; margin: 0 0 15px; padding: 0; line-height: 1.5; color: #000000;}
.list-box{width:100%;}
.list-box .list-box-items{display: flex; display: -webkit-flex; flex-wrap:wrap; margin-bottom: 20px;}
.list-box .list-box-items:last-child{margin-bottom: 0;}
.list-box .list-box-img{width: auto; margin-right: 10px;}
.list-box .list-box-text{flex:1;}
.box-heading5{font-family: "Montserrat", Sans-serif; font-size: 14px; word-break:break-word;font-weight: 550; padding-bottom: 5px; line-height: 1;/*word-break: break-all;*/overflow-wrap: break-word;}
.list-box .list-box-text p{font-size: 13px; padding-bottom: 8px; color: #000000; line-height: 1.5;}
.list-box .list-box-text p:last-child{padding-bottom: 0;} 
.italic-font{font-style: italic;}
.recognition-box .list-box .list-box-items:last-child{margin-bottom: 20px;}
.heading-icon{font-size: 20px;margin-right: 5px; display: inline-block;}
.goal-box .box-heading5{color: #871F3A;}
.goal-box .goal-image{width: 65px; display: block;}
.goal-box .goal-image img{max-width: 65px;}
.goal-box .list-box-text{padding-top: 10px;}
.goal-box .list-box-items{margin-bottom: 20px !important;}
.goal-box .goal-progress{margin-top: 10px;}
.recognition-box i{font-size: 32px;}
.custom-elementor-progress-wrapper {background-color: rgba(184, 184, 184, 0.68); border-radius: 2px;}
.custom-elementor-progress-wrapper .elementor-progress-bar{ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
width: 0; font-size: 11px; height: 30px; line-height: 30px; -webkit-border-radius: 2px; border-radius: 2px; -webkit-transition: width 1s ease-in-out; -o-transition: width 1s ease-in-out; transition: width 1s ease-in-out; background-color: #23A455;  border-radius: 2px;}
.custom-elementor-progress-wrapper .elementor-progress-text {-webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; 
padding-left: 15px;}
.custom-elementor-progress-wrapper .elementor-progress-percentage {padding-right: 15px; color: #000;}
.progress-header{font-family: "Montserrat", Sans-serif; font-size: 14px; font-weight: 600; padding-bottom: 10px; line-height: 1; color: #000;}
/*13-03-2020*/

/*14-03-2020*/
.box-heading3{font-family: "Montserrat", Sans-serif; font-size: 16px; text-transform: capitalize; font-weight: 600; padding-bottom: 20px; line-height: 1; color: #000000;}
.recognition-box .list-box .list-box-img {width: 32px;}
.photo_box img{width:100%;}
.stars-awarded .list-box-img{margin-right: 15px;}
.stars-awarded .list-box-img img{width: 40px; height: 40px; border-radius: 50%; object-fit: cover;}
.stars-awarded .list-box-items:last-child{margin-bottom: 20px;}
.stars-awarded .links, .recognition-box .links{margin-bottom: 0;}
.recognitionWall-list-outer{display: flex; display: -webkit-flex; flex-wrap: wrap; margin: 0 -4px 25px;}
.recognitionWall-list-outer li{padding:0 4px 10px; width: 25%;} 
.recognitionWall-box{ box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5) inset; padding: 10px 10px 10px 10px; height: 100%; border-radius: 5px;}
.recognitionWall-box .img-box {margin: 10px auto; max-width: 90px; display: block;}
.recognitionWall-box .img-box img{width: 90px; height: 90px; object-fit: cover; border-radius: 50%; }
.recognitionWall-box .like-row{margin-top: 10px;}
.recognitionWall-heading{display: flex;display: -webkit-flex;}
.heading-text{flex:1;}
.recognitionWall-box .img-text{color: #000000; text-align: center;}
.recognitionWall-box .img-text p{color: #000000; font-size: 12px; font-family: "Montserrat", Sans-serif;}
.recognitionWall-heading .heading-icon {font-size: 25px;}
.recognitionWall-heading .heading-text{padding-top: 1px;}
.main_recognition_wall .box-heading3{padding-bottom: 30px;}
.home-footer { padding-top: 160px; margin-top: -110px; position: relative;}

 /*16-03-2020*/ 
.header_new .hdr-top .container{ display: flex; display: -webkit-flex; align-items: center; flex-wrap: wrap;}
.header_new .hdr-top .top-rt {float: none; display: flex; padding-right:30px; justify-content: flex-end; flex-wrap: wrap; flex: 1; align-items: center;}
.header_new .hdr-top .top-rt .hdr-profile-img {width: 58px; height: 58px; border-radius: 50%; margin: 0 34px 0 26px;}
.hdrtop-iconsbox {display: flex; display: -webkit-flex;  flex-wrap: wrap; font-size: 25px; align-items: center; margin-bottom: 7px;}
.hdrtop-iconsbox li {padding-right: 16px;}
.hdrtop-iconsbox li:last-child {padding-right: 0;}
.hdrtop-starlinks-main{ box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5) inset; position: relative; z-index: 2; padding: 16.5px 15px 16.5px 16px; border-radius: 5px; margin:0 25px 0 40px;}
.hdrtop-starlinks-main ul{display: flex; display: -webkit-flex; flex-wrap: wrap; align-items: center;}
.hdrtop-starlinks-main ul li a{padding: 5px 12px; line-height: 1; display: inline-block; border-bottom: 1px solid transparent; font-family: "Montserrat", Sans-serif; font-size: 12px;}
.hdrtop-starlinks-main ul li a:hover{border-bottom: 1px solid #871f3a;}
.budgetPoints-box {font-size: 12px; color: #000; font-weight: 600; font-family: "Montserrat", Sans-serif; text-align: left;}
.budgetPoints-box .budgetPoints-box-list {line-height: 1.5;}
.header_new .menu > ul > li > a{font-size: 14px; font-weight: 500; font-family: "Montserrat", Sans-serif; line-height: 58px; text-transform: capitalize; padding: 0 10px; height: 58px;}
.header_new .menu > ul > li{padding: 0;}
.custom-recognise-link{font-family: "Montserrat", Sans-serif; margin-right: 29px; font-size: 14px; font-weight: 600; background-color: rgba(2, 1, 1, 0); color: #fff;
border-radius: 2px; border: 2px solid #fff; transform: scaleX(1); float: right; display: inline-block; padding: 10px 20px; margin-top: 10px; line-height: 1;  transition: .5s ease;}
.custom-recognise-link:hover{transform: scaleX(1.1); background: #fff; color: #1f7187;}
.starlinks-toggle{display: none;}
.custom-position-relative{position:relative;}   
.custom-z-index-1{z-index: 1;}
.notice-board-slider{ font-family: "Montserrat", Sans-serif; border-radius: 5px; box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5) inset; padding: 40px 0 45px;}
.notice-board-slider .contain-box{text-align: center; padding: 0 50px;}
.notice-board-slider .contain-box .contain-heading{ font-size: 24px; padding-bottom: 24px; margin: 0; font-weight: 700;}
.notice-board-slider .contain-box .contain-desc{font-size: 14px; color: #000; margin: 0 auto; max-width: 500px;}
.notice-board-slider .contain-box .contain-desc p{padding-bottom: 8px; line-height: 22px; font-weight: 500;}
.notice-board-slider .owl-dot {display: inline-block; width: 8px; height: 8px; margin: 0 5px; background: rgba(0,0,0,0.2); border-radius: 50%;}
.notice-board-slider .owl-dot.active {background: #1f7187; margin: 0 5px;}
.notice-board-slider .owl-dots { text-align: center; line-height: 100%;  position: absolute; left: 0; right: 0; bottom: 15px;}
/* .notice-board-slider .owl-prev,
.notice-board-slider .owl-next{display: block !important} */
.notice-board-slider .owl-prev::before,
.notice-board-slider .owl-next::before{position: absolute; font-family:'FontAwesome'; font-size: 30px; display: block; width: 25px; height: 25px; text-align: center; color: #1f7187; font-weight: 700; top: 45%; line-height: 1; }
.notice-board-slider .owl-prev::before{content:"\f104"; left: 20px;}
.notice-board-slider .owl-next::before{content:"\f105"; right: 20px;} 

.site-outer .container{max-width: 1200px; padding: 0 10px;}
.header_new .hdr-top{background: #fff; padding: 10px 0;}
.header_new .logo {/*padding: 11px 10px 11px 0;*/ float: none; line-height: normal; width: auto; display: inline-block;}
.header_new .logo img {max-height: 70px; width: auto; max-width: 150px;}
.header_new .hdr-top .top-rt .hdrtop-starlinks-main ul li a { 
padding: 5px 8px;}
.site-outer .middle-section {padding-top: 145px;}
.recognitionWall-heading .heading-icon{width:20px;font-size: 25px; margin-right: 10px; z-index: 2;}
.site-outer .main_recognition_wall {padding-bottom: 35px;}
.site-outer .celebration_wall {min-height: 200px;}
.site-outer .celebration_wall .bx-wrapper{box-shadow: none;}
.site-outer .celebration_wall .bx-viewport{ border-radius: 5px; box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5) inset; height: 115px;}
.site-outer .celebration_wall .celebration_text {text-align: center; height: 115px; display: flex; justify-content: center; align-items: center;}
.site-outer .celebration_wall .celebration_text p{color: #000; font-family: "Montserrat", Sans-serif; font-size: 14px; font-weight: 500; padding-bottom: 0;}

/*17-03-2020*/
.hover-box-outer{position: relative; z-index: 1;}
.hover-box-outer:hover .hover-box{display: block;}
.hover-box{background: #000000; color: #fff; padding: 20px 15px; line-height: 1; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); display: block; margin-top: 5px; text-align: center; min-width: max-content; 
    display: none; text-transform: capitalize;}
.hover-box::before{content: ''; height: 0; width: 0; bottom: 100%; left: 50%; transform: translateX(-50%); border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #000; position: absolute;}
.hdrtop-iconsbox .hover-box {font-size: 14px;font-weight: 300;}
.recognitionWall-box .like-row .heading-icon {font-size: 14px;margin-right: 3px;}
.site-outer .home-tab-pane{margin: 0 -10px;}
.site-outer .home-tab-pane .box3-outer{display: flex; display: -webkit-flex; flex-wrap: wrap;}
.site-outer .home-tab-pane .box3-outer .sec-inr1{width: 22%; margin: 0; padding: 0 10px; float: none !important; display: flex; flex-direction: column; }
.site-outer .home-tab-pane .box3-outer .sec-inr4{width: 21.33%; margin: 0; padding: 0 10px; float: none !important; display: flex; flex-direction: column; }
.site-outer .home-tab-pane .box3-outer .sec-inr2 {width: 56%; margin: 0; padding: 0 10px; float: none !important; display: flex; flex-direction: column;}
.site-outer .home-tab-pane .box3-outer .sec-inr1 .full-box{flex-grow: 1; float: none !important;}
.site-outer .home-tab-pane .box3-outer .sec-inr2 .notice-board-box{flex-grow: 1; float: none !important; min-height: auto !important;}
.site-outer .home-tab-pane .box3-outer .sec-inr2 .main_recognition_wall{flex-grow: 1; float: none !important;}
.site-outer .home-tab-pane .box3-outer .sec-inr4 .photo_box,
.site-outer .home-tab-pane .box3-outer .sec-inr4 .celebration_wall{flex-grow: 1; float: none !important;}
.site-outer .home-tab-pane .box3-outer .sec-inr4 .stars-awarded{flex-grow: 1; float: none !important;}
.site-outer .home-tab-pane .heading-icon.wifi i {transform: rotate(45deg); position: relative; left: 0px; top: 4px;}
.site-outer .links {font-size: 13px; padding: 10px 20px; -webkit-border-radius: 2px; border-radius: 2px; line-height: 1; margin-bottom: 0;} 
.site-outer .stars-awarded .list-box-text p{font-family: 'Lato',sans-serif; color: #242628; font-size: 14px;}
.notice-board-slider .contain-box p { margin: 0; padding: 0 0 8px; line-height: 18px; color: #111111; font-size: 14px; font-weight: 500;} 

/*18-03-2020*/
#colorbox + .select2-container{ z-index: 99999999 !important;}
.recognitionWall-box .like-row .heading-icon i {font-size: 18px;}

/*02-02-2021*/
#DivSpecificParticipants + .select2-container{ z-index: 99999999 !important;}

/*18-03-2020*/
.star-link-block{display:flex; display: -webkit-flex; flex-wrap:wrap; justify-content:space-between; margin-bottom: 15px;} 
.star-link-block li {
    padding: 10px 10px 10px;
    font-size: 13px;
    flex: 1;
	
}
.star-link-block .content-box{display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
	align-items:center;
	}
	

.star-link-block .content-box .img-box {
    margin-right: 5px;
	min-height: 40px;
}
.star-link-block .content-box .img-box img{ max-width:32px;}
.star-link-block .content-box .text-box{flex:1;}
.star-link-block li p {padding: 5px 10px;
    text-align: left;
    width: 100%;
    margin-top: 5px;
    background: #f7f5f6;}

	
.graph-row{width: 100% !important;}
.padt-0{padding-top:0 !important;} 

.budget-box{padding: 8px 15px;
text-align: center; font-size: 15px;
border-radius: 5px;
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5) inset;
margin-top: 15px;}
.site-outer .celebration_wall figure{padding-bottom: 10px;}
.site-outer .celebration_wall figure img{max-height: 74px;}
 .my-profile .profile-detail .hover-box{margin-top:0}

 .hdrtop-iconsbox .hover-box li a{font-size: 14px;
font-weight: 300;
color: #fff;
line-height: 100%; display: block; padding: 10px 0;}
.hdrtop-iconsbox .hover-box li a:hover{color: #fff;}
.hdrtop-iconsbox .hover-box li {line-height: 100%;
padding: 0;
text-align: left;
border-bottom: 1px solid rgba(255,255,255,0.35);
}

.hdrtop-iconsbox .hover-box li:last-child{margin-bottom: 0; border: 0;}
.hdrtop-iconsbox .hover-box li:last-child a{padding-bottom: 0;}
.hdrtop-iconsbox .hover-box li:first-child a{padding-top: 0;}
.criteriaTitle {
    font-size: 14px;
    width: auto;
    margin-left: -8px;
}

/*27-05-2020*/
.advertisement-box img{width: 100%; height: 100%; border-radius: 11px; }
/*27-05-2020*/
/*29-05-2020*/
.noticeBanner .contain-box { padding: 0;}
/*.noticeBanner .contain-box img {width: 100% !important; border-radius: 5px; max-width: 100% !important; object-fit: cover;}*/

.noticeBanner {width: 100% !important; max-width: 100% !important;}
.noticeBanner .contain-box img {height:auto !important;max-width:auto !important;max-height:auto !important;width: auto !important; border-radius: 5px; max-width: 100% !important; object-fit: cover;}
/*29-05-2020*/

 
/*responsive css*/
@media screen and (max-width: 1400px){
/*.header_new .menu > ul > li > a {padding: 0 12px;}*/
.site-outer .container {padding: 0 15px;}
}

@media screen and (max-width: 1199px){
.site-outer .home-tab-pane .box3-outer .sec-inr4{margin-top: 0 !important}	
.site-outer .home-tab-pane .box3-outer .sec-inr4 .full-box{min-height: auto;}
.site-outer .celebration_wall .celebration_text,
.site-outer .celebration_wall .bx-viewport {height: 90px;}

.hdrtop-starlinks-main {padding: 10px; margin: 0 15px 0 15px;}
.hdrtop-starlinks-main ul li a {padding: 4px 8px;}
.header_new .hdr-top .top-rt .hdr-profile-img { margin: 0 0 0 15px;}
.hdrtop-iconsbox {font-size: 20px; margin-bottom: 0;}
.hdrtop-iconsbox li { padding-right: 10px;}
.header_new .hdr-top .top-rt .hdr-profile-img { width: 50px; height: 50px;}
.hover-box {padding: 10px 15px; margin-top: 8px;}
.hover-box::before {border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #000;}
}

@media screen and (max-width: 991px){
.site-outer .home-tab-pane .box3-outer .sec-inr1,
.site-outer .home-tab-pane .box3-outer .sec-inr4,
.site-outer .home-tab-pane .box3-outer .sec-inr2{width: 100%;}
.site-outer .home-tab-pane .box3-outer .sec-inr1 .full-box,
.site-outer .home-tab-pane .box3-outer .sec-inr4 .celebration_wall,
.site-outer .home-tab-pane .box3-outer .sec-inr4 .stars-awarded,
.site-outer .home-tab-pane .box3-outer .sec-inr4 .photo_box{height: auto;}
.site-outer .home-tab-pane .box3-outer .sec-inr2 .notice-board-box,
.site-outer .home-tab-pane .box3-outer .sec-inr2 .main_recognition_wall{min-height:auto !important;}
.site-outer .main_recognition_wall {padding-bottom: 20px;}
.recognitionWall-list-outer { margin-bottom: 10px;}
.my-profile .points-box span { font-size: 18px;}
.my-profile .points-box { max-width: 100%; padding: 9px 10px 10px; width: 100%;}
.hdrtop-starlinks-main{max-width: 230px;}
.hdrtop-starlinks-main ul {justify-content: center;}
.hdrtop-starlinks-main ul li a {padding: 4px 8px; font-size: 13px;}
.header_new .menu > ul > li > a { padding: 0 6px; font-size: 13px;}
.custom-recognise-link { margin-right: 5px; font-size: 12px; padding: 10px 8px;}
.budgetPoints-box {font-size: 11px;}
.home-footer {padding-top: 100px; margin-top: -130px;}
.list-box .list-box-items {margin-bottom: 10px;}
}

@media screen and (max-width: 767px){
.starlinks-toggle{display: block;}
.starlinks-menu.active {display: block !important;}
.starlinks-menu {display: none !important;}
.recognitionWall-list-outer li {width: 50%;}
.recognition-box i { font-size: 20px;}
.my-profile .profile-detail .profileImageArea {width: 50px; height: 50px;}
.goal-box .goal-image { width: 50px; height: 50px;}
.recognition-box .list-box .list-box-img {width: auto;}
.recognitionWall-box .img-box {max-width: 50px;}
.recognitionWall-box .img-box img {width: 50px;  height: 50px;}
.recognitionWall-box .like-row .heading-icon i {font-size: 16px;}
.recognitionWall-heading .heading-icon {font-size: 25px;}
.notice-board-slider .owl-next::before { right: 0;}
.notice-board-slider .owl-prev::before {left: 0;}
.notice-board-slider .contain-box {padding: 0 25px;}
.my-profile .points-box p {font-size: 13px;}
.header_new .hdr-top .top-rt{margin-left: 0; margin-right: 0; padding: 10px 0;}
.header_new .hdr-top .top-rt {justify-content: space-between; flex: 0 0 100%;}
.header_new .logo img {height: 60px;}
.header_new .menuImage {top: 15px;}
.hdrtop-starlinks-main {margin: 0;}
.hdrtop-starlinks-main .starlinks-menu { position: absolute; min-width: 200px; box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5) inset; border-radius: 5px;
top: 100%; margin-top: 3px; left: 50%; transform: translateX(-50%); padding: 5px;} 
.custom-recognise-link {border:none; border-radius: 0; border-top: 1px solid #fff; width: 100%; padding: 12px 15px; margin: 0;}
.custom-recognise-link:hover {transform: scaleX(1);}
.header_new .iphon_navigation {top: 70px;}
.site-outer .middle-section {padding-top: 155px;}
}

@media screen and (max-width: 575px){
.budgetPoints-box{flex:1;}
.hdrtop-iconsbox{flex: 0 0 calc(100% - 65px);}
.hdrtop-starlinks-main .starlinks-menu{left: auto; text-align: left; transform: none; padding: 5px; right: 0}
.site-outer .middle-section {padding-top: 205px;}
}

@media screen and (max-width: 479px){
.site-outer .home-tab-pane .box3-outer .sec-inr1{margin-top: 0 !important;}
}

@media screen and (max-width: 360px){
 .recognitionWall-list-outer li {width: 100%;}
}
.opacity06{opacity:0.6}
.opacity1{opacity:1}
.recognitionWall-list-outer-hover-box li{width:auto;margin-bottom:1%;text-align:left}
.notice-board-slider .contain-box img {
    max-width: 73px;
}
.fontWhite{color:#fff}
.limitWord {
    line-height: 1.5em !important;
    height: 3em !important;
    overflow: hidden !important;
}
.criteria-tbl {
	word-break: break-word;
	min-width: 115px;
}

.padlr-10 tr td {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.btn-success.buttonleft{
    position: relative;
    right: -22px;
}

.table-responsive-rotate {
    height: 400px;
 }
.table-responsive-rotate .table-bordered {
    border-collapse: separate;
    border: 1px solid #d7d5d6;
    border-top: none;
}

.table-responsive-rotate .table-bordered > thead > tr > th {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #ffffff;
    border-bottom: solid 1px #d7d5d6 !important;
    border-top: solid 1px #d7d5d6 !important;
    vertical-align: middle !important;
    text-align: center;
}
.table-responsive-rotate .table-bordered > thead > tr > th:first-child, .table-responsive-rotate .table-bordered > tbody > tr > td:first-child {
    border-left: none;
}
.table-responsive-rotate .table-bordered > thead > tr > th {
    border-left: 1px solid #d7d5d6;
}
/*new css*/
.star-link-report-wrap {
    padding: 9px 9px 0px 9px;
    display: flex;
    justify-content: space-between;
    /*border: 1px solid;*/
    margin: 0 0 0 0;
}
.link-chart{
    flex: 0.47;
}
.report-box-new {
    flex: 0.53;
}

.report-box-new li {
    width: 31%;
    height: auto;
    background-color: #FFF;
    /*border-radius: 15px;*/
    padding: 5px 10px;
    text-align: center;
    box-shadow: 0 3px 3px 2px #e5e5e5;
    margin: 0 7px 14px 7px;
    display: flex;
    min-height: 125px;
    justify-content: center;
    align-items: center;
}
.anniversary-report .report-icn2 .report-icn2 img {
    height: auto;
    width: 42px;
}
ul.reports-li {
    /*border: solid;*/
    /*text-align: r;*/
    /* align-items: revert; */
    padding-left: 25px;
    /* width: fit-content; */
}

.link-chart li {
    background-color: white;
    padding: 30px 25px 13px 25px;
}
.line-chart {
    width: 100%;
    height: 15px;
    background-color: #e8edea;
    position: relative;
}
.color-ful-div {
    max-width: 100%;
    position: absolute;
    top:0;
    left:0;
    background-image: linear-gradient(to right, #f04c38 , #23c292);
    /*width: 50%;*/
    height:15px;
    transition: all 0.5s;
    animation: mymove 5s;
}
@keyframes mymove {
    from {
        width: 0%;
    }
    to {

    }
}
.star-link-block-wrap li {
    display: flex;
}
.star-link-block-wrap li .content-box {
    width:100%;
}
.chart-disc {
    padding: 0;
    font-size: 18px;
    font-weight: 600;
}
.link-chart li:last-child {
    padding-bottom: 80px;
}
.award-imgs {
    width: 25px;
    height: auto;
    margin-right: 15px;
}
.line-chart-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.line-chart-wrap {
    margin-top: 12px;
}
.report-icn2 img {
    margin-bottom: 10px;
    height: 50px;
}
.chart-col-heading h4 {
    color:#555555 !important;
}

.report-box1 ul li {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
/*.table-rotate {*/



/*my css start here*/
.new-tab-btn-box-custom,.star-link-block-custom,.wallfame-custom {
    display: none;
}

.site-outer .middle-section {
    padding-top: 135px;
}
.grap-info {
    text-align: center;
    padding:15px 0 0 0;
    font-size: 11px;
    font-weight:600;
}
.chart-col-wrap {
    background-color: #FFF;
    border-radius: 15px;
    padding-bottom: 10px;
    min-height: 375px;
}
.chart-col-heading {
    min-height: 50px;
    background: #f3f1f16b;
    padding: 20px 5px 0px 30px;
}
.body-content-wrap ul {
    margin:0;
    width: 100%;
}
.body-content-wrap {
    display: none !important;
    padding: 20px 5px 20px 20px;
}
.total-wrap-hidden {
    visibility: hidden;
}

.green-span-1 {
    min-width: 14px;
    height: 14px;
    background-color: #23c292;
    display: block;
    margin-right: 7px;
}
.body-content-wrap-custom {
    min-height: 80px;
    display: flex;
    /* margin-bottom: 25px; */
    height: 76px;
    margin-right: 7px;
}
.body-content-wrap-scrollbar {
    overflow-y: scroll;
}
.body-content-wrap-scrollbar::-webkit-scrollbar {
    width: 4px;
    background-color: grey;
}
.dounut-circle-list {
    visibility: hidden;
}
/* Track */
.body-content-wrap-scrollbar ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #000;
}

/* Handle */
.body-content-wrap-scrollbar::-webkit-scrollbar-thumb {
    background: #FFF;
 }
.body-content-wrap ul li {
    /*margin-right: 15px;*/
    margin-bottom: 15px;
    display: inline-flex;
    font-size: 11px;
    /*width: 100%;*/
}


.green-span-2 {
    opacity: 0.7;
}
.green-span-3 {
    opacity: 0.5;
}
.green-span-4 {
    opacity: 0.3;
}
.grey-span {
    background-color:#6f726f26;
}
.blue-span {
    background-color:#2814b7;
}
.green-span-custom {
    border-radius: 20px;
}
.yellow-span {
    background-color:#f39803;
}
.dougnut-chart-wrap {
    position: relative;
}
.dounut-chart-text {
    position: absolute;
    top: 55%;
    left: 51%;
    transform: translate(-45%, -49%);
}
.dounut-chart-text h4 {
    font-size: 20px;
    color:#666666 !important;
}
.section2 hr {
    margin-bottom: 0px;
    margin-top: 0px;
}
.clearfix-custom {
    margin-bottom: 30px;
}
.custom_class {
    position: unset !important;
}
.inner-span {
    position: relative !important;
    top:0 !important;
}

/*.qtip-green-custom {*/
/*    left: 65% !important;*/
/*    top: 200px !important;*/
/*    max-width: 375px !important;*/
/*}*/
/*.qtip-green-custom .qtip-tip {*/
/*    right: -100px;*/
/*    left:inherit !important;*/
/*    top: 167px !important;*/
/*    transform: rotate(-45deg) ;*/
/*}*/
/*.qtip-green-sd {*/
/*    left:61% !important;*/
/*    top: 461.391px !important;*/
/*    max-width: 420px !important;*/
/*}*/
/*.qtip-green-sd .qtip-tip {*/
/*    top: 4% !important;*/
/*    left: inherit !important;*/
/*    right: -160px !important;*/
/*    transform: rotate(170deg);*/
/*}*/
.date-form-control {
    background-color: #FFF !important;
    color:#333 !important;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #dddddd !important;
    border-radius: 0 !important;
    /* height: 40px; */
    background-color: #FFF;
    color: #333;
}

/*my css end here*/
/*#recogniseSomeoneContent{*/
/*    min-height: 850px;*/
/*}*/
#recogniseSomeoneForm {
    min-height: 773px;
}
#recogniseSomeoneContent {
    min-height: 866px;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}
/*}*/

.edit-rr #recogniseSomeoneContent {
    min-height: 843px;
   }


.custom_class {
    position: unset !important;
}

#notSubmitBtn{display: flex; justify-content: center}

@media screen and (max-width:1600px) {
    /*#recogniseSomeoneContent{*/
    /*    min-height: 795px;*/
    /*}*/
    /*#recogniseSomeoneForm {*/
    /*    min-height: 795px;*/
    /*}*/
    #recogniseSomeoneContent {
        min-height: 845px;
    }
    .edit-rr #recogniseSomeoneContent {
        min-height: 794px;
    }
}

@media screen and (max-width:1400px) {
    .cus_class{
        min-height: 75px;
    }
    .report-box1 ul li {
        min-height:auto;
    }
    #recogniseSomeoneContent {
        min-height: 842px;
    }
    .edit-rr #recogniseSomeoneContent {
        min-height: 787px;
    }
}
@media screen and (max-width:1200px) {
    #recogniseSomeoneContent{
        min-height: auto;
    }
    #recogniseSomeoneForm {
        min-height: auto;
    }
    .header_new .menu > ul > li > a {
        padding: 0 5px;
    }
    .report-box-new li {
        width: 30%;
    }
    .chart-col-heading {
        min-height: 70px;
    }
    .site-outer .middle-section {
        padding-top: 120px;
    }

    #awardedTo .select2-container {
        display: inline;
        width: 100% !important;
    }

}
div#recogniseSomeoneSidebar ul {
  padding-left: 60px;
}
.sec-inr1.cmn-grey-box.bg-grey ul {
  padding-left: 60px;
}


.site-flex {
  display: flex;
  justify-content: space-between;
  padding: 25px 40px;
  background: #80808017;
  align-items: center;
  margin: 15px 0;
}
.navbar-wraper {
    background: #80808017;
    padding: 50px 40px 0 40px;
    margin-bottom:50px;
}
.site-left-col h5 {
   margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.site-right-col a{
  /* border: 2px solid #0e48cf; */
    padding: 7px 15px;
    /* color: #0e48cf; */
    font-weight: 600;
}
.admin-img {
  width: 25px;
  margin-right:10px;
}

.play-img{
  width: 25px;
  margin-left:10px;

}

.navbar-wraper h5 {
    font-size: 18px;
    /* color: #0e48cf; */
    font-weight: 600;
}
.navbar-wraper ul li a {
  font-size: 16px;
  font-weight: 400;
} 

.navbar-wraper ul li {
  margin-bottom: 6px;

} 
.navbar-col-wrap {
  margin-bottom: 50px;
}
.userfild-wrapper {
  background-color: #FFF;
    padding: 20px;
    width: 50%;
}
.userfild-wrapper h4 {
  font-size: 23px;
}
.userfild-container {
  margin-bottom: 20px;
}