/*start  comman font-family for whole application  */
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html,body{
font-family: 'Poppins' !important;
    background-color: #fff;	
}

/*end  comman font-family for whole application  */


/*start  Written by parmila   */

.maindivhight {
       min-height: 685px;
           margin-bottom: 54px;
  /*    padding-top: 30px;  */
 /*    margin-top: 25px; */
/*  background: url(http://10.194.176.196/intrasdmc/static/images/backg.jpg); */
}

/* end Written by parmila   */

/* start login css */
.register{
/* 	background-image: -webkit-linear-gradient(left, #3931af, #00c6ff) !important; 
background-image:    -moz-linear-gradient(left, #3931af, #00c6ff) !important; 
background-image:     -ms-linear-gradient(left, #3931af, #00c6ff) !important; 
background-image:      -o-linear-gradient(left, #3931af, #00c6ff) !important; 
background-image:         linear-gradient(left, #3931af, #00c6ff) !important; */
/*    background: -webkit-linear-gradient(left, #3931af, #00c6ff) !important;  */
/*  background-image: linear-gradient(to right, #e051e2 0%, #00ecbc 100%) !important;  */
background-color: #1fd1f9;
    background-image: linear-gradient(
315deg
, #1fd1f9 0%, #1668c3  74%);
      padding: 10px 20px 20px 20px;
        margin-top: 8px;
}
.register-left{
    text-align: center;
    color: #fff;
    margin-top: 4%;
}
.register-left input{
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.register-right{
    padding: 0 40px 0 60px;
     background: #fff; 
  /* background: -webkit-linear-gradient(left, #3db5d9, #00c6ff) !important;*/
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
        border-top-left-radius: 10% 50%;
    border-left: 5px solid #1e49c3;
    border-top: 2px solid #1e49c3;
    border-bottom: 2px solid #1e49c3;
}
.register-left img{
       margin-top: 30%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.register-left H1 {
    background: white;
    color: #353bb4;
    margin-top: 30%;
    margin-bottom: 5%;
    font-weight: 600;
    width: 100%;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.register-left p{
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}
.register .register-form{
    padding: 10%;
    margin-top: 10%;
}
.btnRegister{
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}
.register .nav-tabs{
    margin-top: 3%;
    border: none;
  background: rgb(6,14,131);
  background: linear-gradient(
0deg
, rgb(23 47 164) 0%, #999cc7 100%);
    border-radius: 0;
    width: 100%;
    float: right;
}
.register .nav-tabs .nav-link{
        border: 2px solid #0062cc;
    padding: 7px 20px;
    width: 100% !important;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
    text-transform: capitalize;
}
.register .nav-tabs .nav-link:hover{
    color: #e96220;
    border: 2px solid #0062cc;
     font-weight: 600;
    border-top-left-radius: 0;
    border-bottom-left-radius: 35px;
    padding: 7px 20px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 0;
}
.register .nav-tabs .nav-link.active{
    color: #0062cc;
    border: 2px solid #0062cc;
         font-weight: 600;
    border-top-left-radius: 0;
    border-bottom-left-radius: 35px;
    padding: 7px 20px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 0;
}
.register-heading{
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}

.register .tab-content1 {
	border: none !important;
	background: none !important;
}
.register .card1{
    padding: 4px 10px;
    background: #fff;
    }
       
        .special a {
    color: #3833b0 !important;
    text-decoration: underline;
}
    .special a:focus, a:hover {
    color: #e96220;
    text-decoration: underline;
}
/* end login css */

/* start forget pasword */
.forget-div{
    padding: 0;
    background: #ffffffb8;
    margin-bottom: 25px;
    border: 14px solid #1c498d;
    box-shadow: 0px 0px 11px 6px #696868;
        margin-top: 40px;
}
.forgetcard {
	    background: none;
    border: none;
}
.forgethead{
    font-weight: 600;
    padding: 0px 0 0 0;
    text-align: center;
    color: #1c498d;
    font-size: 20px;
    background: #e9f3fc;
    border-bottom: 1px solid #0e4d92;
}
.password-left img{
     margin-top: 0; 
       margin-bottom: 5%;
       width: 25%;
     /*   -webkit-animation: mover 2s infinite  alternate;
       animation: mover 1s infinite  alternate; */
}
.register-div{
    padding: 0;
    background: #ffffffb8;
    margin-bottom: 20px;
 /*    border: 2px solid #1c498d; */
      box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    margin-top: 20px;
}

.impheading{
	color:red;
}
.mandataryfield{
	color: #0e3570  !important;
	text-transform: uppercase;
}
/* end forget pasword */

/* important links css  */
.footabsolute {
	position: absolute;
	bottom: 0!important;
	left: 0;
	right: 0;
	width: 100%;
}
.title-main {
	font-size: 16px;
	text-transform: capitalize;
	color: #353434;
}
.spanmsz {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.2em;
	color: #0e0e0e;
}
.mszwrap {
	border-top: 5px solid #ccd1d6;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px 24px;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 1px 1px 0 #ABABAB;
}
.custommargn {
	position: relative;
	top: -13px;
}
.holder {
	background-color: #fff;
	/*width:300px;*/
	height: 159px;
	overflow: scroll;
	padding: 10px;
	-webkit-box-shadow: 0 3px 5px 0 #ABABAB;
	box-shadow: 0 3px 5px 0 #ABABAB;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
}
.holder .mask {
	position: relative;
	left: 0px;
	top: 10px;
	width: 300px;
	height: 240px;
	overflow: hidden;
}
.holder ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
}
.holder ul li {
	padding: 5px 0px;
}
.holder ul li a {
	color: darkred;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
}
#ticker01 li span {
	font-size: 13px;
}
.header-wrapper {
	border-bottom: 1px solid rgb(255, 255, 255) !important;
	background: #fff;
	min-height: 100px;
	box-shadow: 0 0 21px #aeaeae;
}
.header-container {
	/*  padding: 8px 0px 6px;*/
	margin: 0 auto;
}
.header-right.clearfix {
	font-size: 90% !important;
}
.header-right {
	float: right;
	margin: 8px 0;
}
.float-element {
	float: left;
	margin-left: 12px;
}



.logo {
	min-width: 345px;
	background: none;
	padding: 0;
	float: left;
	font-size: 160%;
	line-height: 90%;
	min-height: 103px;
	margin-top: 0px !important;
	/* text-transform: uppercase;*/
	width: 85%;
}
.logo img {
	float: left;
	padding: 5px 0px 0px 0px;
}
.ad4 {
	display: inline-block !important;
}
.right-content {
	margin: 11px 0;
}
.w-100 {
	width: 100%!important;
	max-height: 293px!important;
}
.modalmsz {
	font-size: 14px;
	font-weight: 600;
	padding: 0 7px;
}
.btn-block {
	/* background: #3573b4; */
	color: #fff;
	font-size: 14px;
	letter-spacing: inherit;
	text-transform: inherit;
}
.btn-block:hover {
	color: #ffffff;
	background: #0786e3;
}
.btn-block:focus, .btn-block.focus {
	outline: 0;
	color: #ffffff;
	text-decoration: none;
}
.box-header {
	display: block;
	padding: 0 12px;
	position: relative;
	font-size: 14px;
	color: #560c0c;
}
.box-header.with-border {
	border-bottom: 1px solid #f4f4f4;
}
.logHeading {
	background-color: #ff851b !important;
}
.bg-orange {
	background-color: #3573b4 !important;
}
.no-margin {
	color: #fff;
	margin: 10px 0;
	font-size: 1rem;
	font-weight: normal;
}
.fa-user-circle-o {
	margin: 0 6px;
}
.roundedcorner {
	border-radius: 10px;
}
fieldset {
	border: 1px groove #ddd;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
}
.fielsetcustom{
	padding: 0 1.4em 0em 1.4em !important;
	margin: 0 0 0em 0 !important;
}

.boxPanel {
	border: 1px solid #800202;
	padding: 5px 20px;
}
.margn {
	margin: 20px 0;
}
.btn-social-icon {
	position: relative;
	padding-left: 44px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 34px;
	width: 34px;
	padding: 0;
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
.btn-social-icon>:first-child {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 32px;
	line-height: 34px;
	font-size: 1.6em;
	text-align: center;
	border-right: 1px solid rgba(0,0,0,0.2);
}
.btn-social-icon>:first-child {
	border: none;
	text-align: center;
	width: 100%;
}
.margntop {
	margin: -14px 0;
}
.margnbtm {
	margin: 10px 0;
}
.whitee {
	background: #fff;
}
.boxwrap {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 3px 5px 0 #ABABAB;
	box-shadow: 0 3px 5px 0 #ABABAB;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
}
.panel-pri {
	border: 1px solid #337ab7;
}
.panel-heading {
	color: #fff;
	background-color: #337ab7!important;
	border-color: #337ab7;
	width: 100%;
	padding: 8px 15px;
	max-height: 92px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
.panel-heading2 {
	color: #fff;
	background-color: #337ab7!important;
	border-color: #337ab7;
	width: 100%;
	padding: 11px 15px;
	max-height: 92px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	cursor: pointer;
	text-align: center;
}
.fieldss {
	font-size: 13px;
}
.otpbtn {
	background: #0786e3;
	color: #fff;
	padding: 7px 7px;
}
.otpbtn:hover {
	background: #17386e;
	color: #fff;
	padding: 5px 6px;
}
.radiobtn {
	font-weight: normal!important;
	font-size: 12px!important;
	margin-top: 0px;
}
.radioinput {
	margin: 0px 6px;
}
option {
	color: #000;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
	user-select: none;
	background: #fff;
	margin: 3px 0;
}
.option:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.required:after {
	content: " * ";
	font-weight: bolder;
	color: red;
}
.breadcrumb {
	/* padding: .5rem 2rem;
	margin-bottom: 0rem;
	margin-top: -10px;
	font-size: 14px;*/
	
	padding: 3px 15px !important;
	margin-bottom: 0px !important;
	list-style: none;
	border-radius: 4px;
	 
	background: -moz-linear-gradient(top, #4cb5dd, #b8cdd5) !important;
	background: -webkit-linear-gradient(top, #4cb5dd, #b8cdd5) !important;
	background: -ms-linear-gradient(top, #4cb5dd, #b8cdd5) !important; 
	/* background: antiquewhite; */
	    border-bottom: 1px solid #8bdafd;
/* 	border: #bed1d7 solid 1px !important; */

    text-transform: uppercase;
}
.ad4Text {
	font-weight: bold;
	font-size: 15px;
	color: #000;
	margin: 12px 0;
	font-weight: 600;
	width: 85%;
	margin-top: 20px;
}
.ad4TextTwo {
	font-size: 20px;
}
.fielsett {
	border: 1px solid #206790;
}
/***************signup css****************/



.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.glyphicon-calendar:before {
	content: "\e109"
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left
}
 @media (min-width:768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left
}
}
 @media (min-width:992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left
}
}
 @media (min-width:1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left
}
}
.clearfix {
	clear: both;
}
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}
.form-control {
/*margin: 8px 0;*/
}
.padng {
	padding: 15px 0;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}
.input-group[class*=col-] {
	float: none;
	padding-right: 0;
	padding-left: 0
}
.input-group .form-control {
	position: relative;
	z-index: 0;
	float: left;
	width: 100%;
	margin-bottom: 0
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}
.input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0
}
.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;/*border-radius: 4px*/
}
.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}
.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}
.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
	margin-top: 0
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group-addon:first-child {
	border-right: 0
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.input-group-addon:last-child {
	border-left: 0
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}
.input-group-btn>.btn {
	position: relative
}
.input-group-btn>.btn+.btn {
	margin-left: -1px
}
.input-group-btn>.btn:hover, .input-group-btn>.btn:focus, .input-group-btn>.btn:active {
	z-index: 2
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
	margin-right: -1px
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	margin-left: -1px
}
/******************ekta********/



@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(../fonts/glyphicons-halflings-regular.eot);
	src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
.form-control-feedback {
	position: absolute;
	top: 0;
	right: 12px;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
	color: #777;
}
h1.logo {
	/* margin: 15px 0; */
}
.smallText {
	font-size: 56%;
	color: #000;
	font-weight: 600;
	line-height: 0;
	display: inline-block !important;
}
.largeText {
	font-size: 84%;
	color: #000;
	font-weight: 600;
	display: inline-block !important;
}
.rightt {
	line-height: 18px;
	
}
.servicebox {
	box-shadow: 0px 2px 2px rgba(40,48,56,0.2)!important;
	background-color: #53bbcc!important;
	padding-top: 7px!important;
	padding-bottom: 7px!important;
	min-height: 24px!important;
	width: 207px!important;
	margin: 5px 0px 0px!important;
	color: #fff;
}
.servicebox .one {
	color: #ffffff;
	border: 1px solid #c17d2e;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: #ffa842;
}
.servicebox .icon-outlined {
	color: #fff;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.servicebox h3 {
	text-transform: uppercase;
	font-size: .9em;
	text-align: center;
	margin: 0px 0;
}
.topbar-menu .service-box {
	border-bottom: 3px solid transparent;
	border-bottom: 3px solid rgba(0, 0, 0, 0.1);
	display: block;
	color: #FFF;
	height: 115px;
	position: relative;
	padding: 25px 5px 0;
	margin-bottom: 8px;
	border-radius: 3px;
	text-align: center;
	background: rgba(255, 255, 255, 0.25);
	text-decoration: none;
	-webkit-transition: background 0.2s ease;
	transition: background 0.2s ease;
}
.bg-alert {
	background-color: #ffbc0b !important;
	color: #fff4d7;
}
.topbar-menu .service-box:hover, .topbar-menu .service-box:focus, .topbar-menu .service-box:active {
	color: #fff;
	background: rgba(255, 255, 255, 0.4);
}
a.bg-system:hover {
	background-color: #453f67 !important;
}
.topbar-menu .service-box span:first-child {
	font-size: 44px;
}
.tabs-wrap {
	margin-top: 40px;
}
.tab-pane {
	padding: 10px 0;
}
/* .panel-heading:hover {
	background: #5ac7ec!important;
} */
.list-group-item {
 padding: .4rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	text-align: left;
	font-size: 13px;
}
.modal-lg {
	max-width: 1250px;
}
label {
	display: inline-block;
 margin-bottom: .5rem;
 margin-top: .5rem;
font-size: 13px !important;
	color: #292828;
	font-weight: 700;
	text-transform: uppercase;
}
table.dataTable thead > tr:first-child > th, table.dataTable thead td  {
	border-top: 0;
	text-align: center !important;
	background-color: RGBA(3, 128, 209, 1.76) !important;
	color: #FFF !important;
	/* font-size: 12px; */
	padding: 5px 5px!important;
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
	background-color: #fff;
}
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
	background-color: #fff;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
	background-color: #ffffff;
}
table.dataTable thead .sorting {
	background-image: url(../../img/sort_both.png)
}
table.dataTable thead .sorting_asc {
	background-image: url(../../img/sort_asc.png);
}
.table-bordered {
	border: 1px solid #ddd;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
	background-color: #ffffff!important;
}
table.dataTable.no-footer {
	border-bottom: 1px solid #111;
	margin: 17px 0;
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.dataTables_wrapper .dataTables_paginate {
	float: right;
	text-align: right;
	border: 1px solid #ddd;
	padding: 6px 12px;
	margin-left: -1px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #fff!important;
	background: #fff!important;
	border: none!important;
	border: 1px solid #ddd!important;
}
table.dataTable tbody th, table.dataTable tbody td {
	color: #484848;
}
.dataTables_wrapper .dataTables_filter input {
	border: 1px solid #a5a5a5;
}
.panel-form {
	border: 1px solid #80b0c3!important;
}
.comnBtn {
	padding: 6px 20px;
	text-transform: capitalize;
}
.dropBtn {
	background: #4caf50;
	font-size: 12px;
	letter-spacing: 0;
	border: 1px solid #4caf50;
	border-radius: 5px;
	text-transform: capitalize;
	    font-weight: 600 !important;
}
.dropBtn:hover {
	background-color: #6ec571;
	border-color: #6ec571;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: none;
}
.btn-secondary:focus, .btn-secondary.focus {
	box-shadow: none;
}
.dropBtn:not(:disabled):not(.disabled):active, .dropBtn:not(:disabled):not(.disabled).active, .show > .dropBtn.dropdown-toggle {
	background-color: #6ec571;
	border-color: #6ec571;
	box-shadow: none;
}
.menuItem {
	font-weight: 600;
	color: #4a4848;
	font-size: 12px;
}
.dropMenu {
 padding: .1rem 0;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 5px 0 #ABABAB;
	box-shadow: 0 3px 5px 0 #ABABAB;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
}
.menuItem:focus, .menuItem:hover {
	color: #ffffff;
	background-color: #6ec571;
}
.dropdown-divider {
	border-top: 1px solid #d3d3d4;
	padding: 5px 0px;
	margin: 0;
}
.otpbtn:not(:disabled):not(.disabled):active:focus, .otpbtn:not(:disabled):not(.disabled).active:focus, .show > .otpbtn.dropdown-toggle:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #0786e3;
	border-color: #097ed4;
}
.alertMsz {
	 padding: 4px 23px;
    font-size: 25px;
    font-weight: 700;
    color: #0f3d16;
    background-color: #e4f4fb;
    border: 5px solid #3f4eb3;
    border-radius: 5px;
    /* animation: blinkingText 2s infinite; */
    animation: blinkingTextred 2s infinite;
    /* box-shadow: 5px 10px #91cca3; */
    text-shadow: 0 0 2px #f004a7, 0 0 2px #0000ff;
        text-transform: uppercase;
}
.successalertMsz {
    padding: 4px 23px;
    font-size: 16px;
    font-weight: 700;
    color: #2d7930;
    background-color: #e4f4fb;
    border: 1px solid #8bdafd;
    border-radius: 5px;
}

.successMessage{
    padding: 4px 5px;
    font-size: 23px;
    font-weight: 700;
    color: #0f3d16;
    background-color: #e4f4fb;
    border: 5px solid #3f4eb3;
    border-radius: 5px;
    /* animation: blinkingText 2s infinite; */
    animation: blinkingText 2s infinite;
    /* box-shadow: 5px 10px #91cca3; */
    text-shadow: 0 0 3px #ff0000, 0 0 2px #0000ff;
    text-transform: uppercase;
}
.btnLog {
	color: #fff;
	font-size: 0.78rem;
	margin: -11px 0;
	text-transform: capitalize;
	letter-spacing: 0;
	font-weight: bold;
}
.btnLog.focus, .btnLog:focus {
	box-shadow: none;
}
.btnLog:hover {
	color: #fff;
	text-decoration: none;
}
.menuLOG {
	font-weight: 600;
	color: #4a4848;
	font-size: 12px;
}
.dropMenu {
 padding: .1rem 0;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 5px 0 #ABABAB;
	box-shadow: 0 3px 5px 0 #ABABAB;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
}
.menuLOG:focus, .menuLOG:hover {
	color: #800202;
	background-color: #d6d6dc;
}
.btnLog.focus, .btnLog:focus {
	box-shadow: none;
	text-decoration: none!important;
}
.dropbtn {
	background-color: #4CAF50;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 150px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	right: 5px;
}
.dropdown-content a {
	color: #999999;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-size: 14px;
}
.dropdown-content a:hover {
	background: #f7f7f8 !important;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown:hover .dropbtn {
	background-color: #3e8e41;
}
.user-box a.user-link {
	padding-top: 2px !important;
	text-decoration: none;
	color: #fff;
}
.user-box .user-img {
	height: 16px;
	width: 16px;
	margin: 0 auto;
}
.rounded-circle {
	border-radius: 50%!important;
}
.avatarLink:hover {
	text-decoration: none;
}
.caret2 {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	color: #fff;
}
.selectForm {
	display: block;
	width: 100%;
 height: calc(1.5em + .75rem + 2px);
 padding: .375rem .75rem;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	background-color: #fff;
	background-clip: padding-box;
	border: none;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.bootstrapSelects {
	width: 90px;
}

.soflow {
	background-image: url(../images/15xvbd5.png);
	background-position: 97% center;
	background-repeat: no-repeat;
	border: 1px solid #AAA;
	color: #fff!important;
	font-size: 12px;
	margin: -4px 0;
	padding: 5px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 110px;
	height: 28px;
	background-color: transparent!important;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding-left: 15px;
	text-transform: capitalize;
	letter-spacing: 0;
	-webkit-appearance: none;
}
.langMenu {
	font-size: 0.7rem;
	letter-spacing: 0.1em;
	text-transform: uppercase !important;
	border-bottom: 1px solid #eee;
	padding: 9px 20px !important;
}
.nav-items {
	display: table-cell;
}
.nav-tabs {
	border-bottom: none;
	display: table;
	table-layout: fixed;
	width: 100%;
	    text-transform: uppercase;
}
.nav-tabs a.nav-lin {
	display: flex;
	border-radius: 6px !important;
}
.nav-lin {
	padding: 4px 8px;
}
.leftpenl {
	max-height: 40px;
	text-align: left!important;
	cursor: auto;
/* 	background: linear-gradient( 
135deg
,#0f53e4 0%,#f60ce4 100%) !important; */
	 background: #0380d1!important; 
}
/* .leftpenl:hover {
	background: linear-gradient( 
135deg
,#0f53e4 0%,#f60ce4 100%) !important;
} */
.leftpenl h3 {
	margin-top: 0px;
	font-size: 15px;
	letter-spacing: 0px;
	text-transform: initial;
	text-align: left;
	letter-spacing: 1px;
	color: white;
	text-transform: capitalize;
}

.cardheadbgpink{
background: linear-gradient( 135deg,#0f53e4 0%,#f60ce4  100%);
}
.cardheadbggreen{
background: linear-gradient( 135deg ,#8843e2 0%,#0cfcba 100%);
}
.cardheadbgyellow{
/* background: linear-gradient( 135deg,#093512 0%,#e2ee00 100%); */
background: rgb(6,14,131);
    background: linear-gradient(0deg, rgba(6,14,131,1) 0%, rgba(12,25,180,1) 100%)
    }
.cardheadbgyellow:hover{
background: rgb(6,14,131);
    background: linear-gradient(0deg, rgba(6,14,131,1) 0%, rgba(12,25,180,1) 100%)

}
.loginintructbg{
 background: #fcd16f !important;
    color: #050210 !important;
}

.nav-pills .nav-link {
 border-radius: .25rem;
	border-bottom: 1px dotted #cccccc;
	font-size: 13px;
	color: #484848;
	text-align: left;
}
.nav-pills .nav-link:hover {
	color: #3573b4;
	text-decoration: underline;
}
.nav-pills .navlinksNote {
    padding: 3px 15px;
    font-size: 11px;
    color: #333;
        text-decoration: none;
    text-transform: capitalize;
}
.nav-pills .navlinksNote:hover {
	color: #3573b4;
	text-decoration: underline;
}
.navlinkBox {
    font-size: 13px;
    color: #337ab7;
    padding: 0px 0px 6px 0;
    margin: -13px 0px 5px 0;
    text-align: left;
    font-weight: 600;
}
.cardheight{
	    height: 257px;
	    display: block;
    overflow: auto;
        background: #f0f8f9;
           /*  text-transform: capitalize; */
}

.cardheight ul li a {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size:14px !important;
}

.cardheight1{
	    height: 415px;
	    display: block;
    overflow: auto;
}

.cardheight .greentxt{
	text-align:left;
	 color:#0e9944;
}
.propertybuttondiv{
	    text-align: center;
    vertical-align: middle;
    margin: 0px 10px;
}
.propertybuttondiv a{
	word-wrap: break-word;
    white-space: inherit;
}
.noteHeader {
	color: #3a3939;
	border-bottom: 2px solid #0786e3!important;
	padding: 15px 3px!important;
}
.notes {
    font-size: 15px;
    color: red;
    text-align: left;
    text-decoration: underline;
    font-weight: bold;
}
.ulPils {
	padding-bottom: 0px;
}
.breadcrumb > .active {
    color: #030303;
	font-size: 13px;
}
.panel-forms {
    border: 1px solid #8bdafd!important;
	border-radius: 5px !important;
	padding-bottom: 6px;
	margin-bottom: 8PX;
	padding-left: 0px;
    padding-right: 0px;
}
.select2 {
	width: 100%!important;
}
.select2-container {
 font-size: 12px !important;
}
.margnBtn {
	margin-top: -21px;
}
.customTable th {
	text-align: center !important;
	background-color: RGBA(3, 128, 209, 1.76) !important;
	color: #FFF !important;
	font-size: 12px;
	padding: 5px 18px!important;
}
.customTable tbody th, table.dataTable tbody td {
	padding: 8px 10px;
	color: #484848;
/* 	font-size: 0.8rem; */
}
.table-bordered td, .table-bordered th {
	border: 1px solid #dee2e6;
	padding: 8px 10px;
/*  font-size: .8rem!important; */
}
/************************tooltip code***********************************/

.ui-tooltip-new-content {
	background-color: #ff1a1a;
	color: #fff;
	text-align: left;
	padding: 3px;
	border-radius: 4px;
	z-index: 1;
	position: absolute;
	top: 20px;
	left: 0;
	font-weight: normal;
	font-size: 12px;
	width: 160px;
}
.tooltip-new {
	position: relative;
}
.iffyTip {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.wd100 {
	width: 80%;
	margin: 2px;
	height: 20px;
	font-size: 13px !important;
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.tooltip-new .tooltiptext {
	visibility: hidden;
	width: auto;
	    background-color: #1c498d;
	color: #fff;
	text-align: left;
	padding: 3px 9px;
	border-radius: 4px;
	z-index: 1000;
	position: absolute;
	top: 20px;
	left: 0;
	font-weight: normal;
	font-size: 12px;
}
.tooltip-new:hover .tooltiptext {
	visibility: visible;
}
.tooltip-new .tooltip-new-wrap /* new changes */ {
	width: 180px;
	word: break-word;
    word-break: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
}
.tooltip-new .tooltiptext:after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -10px;
	border-width: 0 5px 5px;
	border-style: solid;
	border-color: transparent transparent #ff1a1a transparent;
}
.hidetooltipptr{
 top: 20px !important;
    left: 100px !important;
}
/************************tooltip code***********************************/

.mszed {
	font-size: 13px!important;
	margin: 25px 0!important;
}
.boxheight {
	min-height: 500px;
}
.xBox {
	border-top: 1px solid #800202;
	margin-top: 45px;
	position: relative;
}
.xBox1 {
    border-top: 1px solid #800202;
    margin-top: 20px;
    position: relative;
}
.xBox2 {
    /* border-top: 1px solid #800202; */
    margin-top: 45px;
    position: relative;
}
.item-box {
	padding-top: 20px;
}

.item-box:before {
	background: #800202;
	border: 1px solid #800202;
	border-radius: 100%;
	color: #fff;
	content: "or";
	display: table-cell;
	font-size: 14px;
	height: 34px;
	left: 45%;
	line-height: 16px;
	padding: 7px;
	position: absolute;
	text-align: center;
	top: -18px;
	width: 34px;
}
.item-box_or {
	padding-top: 20px;
}

.item-box_or:before {
	background: #800202;
	border: 1px solid #800202;
	border-radius: 100%;
	color: #fff;
	content: "or";
	display: table-cell;
	font-size: 14px;
	height: 34px;
	left: 45%;
	line-height: 16px;
	padding: 7px;
	position: absolute;
	text-align: center;
	top: -18px;
	width: 37px;
}
.compect {
	color: #fff!important;
	text-decoration: none;
	font-size: 13px;
}
.compect:hover {
	text-decoration: underline!important;
}
.compectheader {
	background: #225f9e;
	padding: 7px 7px;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
.compecttitle {
	font-size: 18px;
	text-align: center;
	text-transform: capitalize!important;
	letter-spacing: 0!important;
}
.browsers {
	font-size: 13px;
}
.modal-footer {
	justify-content: center;
}
.btnCom {
	background-color: #225f9e;
	border-color: #ffffff;
	color: #fff;
	justify-content: center;
}
.btnCom:hover, focus {
	background-color: #225f9e;
	border-color: #ffffff;
	color: #fff;
}
.modal-backdrop.show {
	opacity: .7;
	background-color: rgb(12, 12, 12);
}
.modalmd {
	max-width: 830px;
}
.modalsm {
	max-width: 630px;
}
.table-hover tbody thhead {
	background-color: #0380d1!important;
	color: #fff;
}
.thhead {
	background-color: #0380d1!important;
	color: #fff;
}
.form-curtm {
	border-top: none;
	border-left: none;
	border-right: none;
	background: none;
	width: max-content;
}
.form-curtm:focus {
	color: #495057;
	background: none;
	border-color: #80bdff;
	outline: 0;
	box-shadow: none;
}
.textLog {
	font-size: 24px;
	margin: 32px 0px;
	font-weight: bold;
	text-align: center!important;
	padding-left: 30px;
}
.nopadding {
	padding: 0 3px!important;
}
.propetytext {
	padding-top: 15px;
}
.textone {
	font-weight: 700;
}
.texttwo {
	font-weight: 700;
	font-size: 16px;
	margin-top: -5px;
}
.leads {
	font-size: 13px;
}
.headshadow {
	box-shadow: none;
}
.container2 {
	max-width: 900px;
}
.labeltwo {
	font-weight: normal!important;
	color: #615f5f!important;
	font-size: 12px;
}
.form-group2 {
	margin-bottom: 0rem!important;
}
.margBaner {
	margin-top: -10px;
}
.mcdcontainer {
	height: 500px;
	overflow-y: scroll;
}
.blue {
	color: #0000FF;
	font-size: 12px;
}
.priceul {
	list-style: none;
	font-size: 13px;
}
.pera {
	font-size: 13px!important;
	color: #2b2929!important;
}
.redtext {
	font-size: 11px;
	color: #2b2929;
	font-weight: bold;
	text-transform: capitalize;
}
.red {
	color: red;
	font-size: 15px;
	text-transform: capitalize;
}

.news-section .news-block {
    margin-top: 1%;
}

.view-content {
    width: 100%;
    clear: both;
    overflow: visible !important;
}
.news-section .news-block ul {
    background-color: #fff;
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 5%;
    padding-bottom: 0%;
}
.news-section .news-block ul li {
    list-style-type: none;
    border-bottom: 1px #30abd4 solid;
    margin-top: 10px;
}
.news-section .news-block ul li span {
    text-transform: uppercase;
}
.news-section .news-block ul li span.header {
    font-weight: bold;
    display: block;
    margin-top: 1%;
}
.news-section .news-block ul li span.description {
    margin-bottom: 1%;
    display: block;
}
.news-section .news-block ul li span.description a {
    color: #555;
    font-size: 13px;
	font-weight: normal;
}


.conclavetab {
	padding: 6px 32px;
}

.pillss{
	background-color: #357ca5;
	color:#fff;
	}
	
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff!important;
    background-color: #afcef0;
}	
	
.nav-pills .nav-link {
    border-radius: .25rem;
    border-bottom: 1px dotted #9a9494;
    font-size: 13px;
    color: #555;
    text-align: justify !important
}	

.nav-pills .nav-link:hover {
    color: #0d1d38;
    text-decoration: none;
}	
	
.tab-pane {
    padding: 10px 10px;
    margin-top: -10px;
}	

.bottom-block{
	padding: 19px 0;
    margin-top: -20px;
	}	
	
div.section-main-heading h1, div.section-main-heading p.main-heading-title {
    margin: 0;
    padding: 15px 0 10px;
    font-size: 21px;
    font-weight: 400;
    color: #515151!important;
    text-align: center;
    text-transform: uppercase;
}	
	
.section-main-heading h3.main-heading-border {
    text-align: center;
	font-size: 18px;
}	
div.section-main-heading::after {
   border-bottom: 3px solid #882121!important;
    width: 18%;
    text-align: center;
}
div.section-main-heading-key::after, div.section-main-heading::after {
    left: 40%;
    position: absolute;
    content: "";
}
.testimonial-grey-background, #promotion-card .promotion-card-class, section#pmc-testimonial {
    text-align: center;
}
.testimonial-grey-background ul.testimonial-card {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.testimonial-grey-background ul.testimonial-card li {
   /* width: 248px!important;*/
    min-height: 269px;
    background: #fff!important;
    margin: 70px 0 0 0px;
    display: inline;
    float: left;
    -webkit-box-shadow: 3px 3px 44px 5px #c8c8c8;
    -moz-box-shadow: 3px 3px 44px 5px #c8c8c8;
    -o-box-shadow: 3px 3px 44px 5px #c8c8c8;
    box-shadow: 3px 3px 44px 5px #c8c8c8;
    padding-bottom: 20px;
}
.item-list ul li {
    /*margin: 0 0 .25em 1.5em;*/
    padding: 0;
}
.testimonial-card img {
    border: 9px solid #f7f7f7;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    -webkit-box-shadow: 0 7px 17px -1px #c8c8c8;
    -moz-box-shadow: 0 7px 17px -1px #c8c8c8;
    -o-box-shadow: 0 7px 17px -1px #c8c8c8;
    box-shadow: 0 7px 17px -1px #c8c8c8;
    margin-top: -65px;
}
.testimonial-card .testimonial-content1 {
    padding: 0 40px;
    text-align: left;
    margin-top: -20px;
}
.testimonial-card .testimonial-content1 p {
    line-height: 1.8;
	font-size: 14px;
    color: #555;
}
.texth1{
	font-size: 18px;
    margin: 10px 0;
	}
	
.teamext {
	font-size: 14px;
    color: #555;	
}

.teamexttwo {
	font-size: 16px;
    color: #fff!important;
	text-align:center;
	padding-top: 0px;
	position: relative;
    bottom: -11px;
	font-weight: normal;
}

.news-text-new {
    padding: 0.625em 1.25em;
}

.news_box {
    padding-bottom: 0px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #8a9ba8;
    color: #ffffff;
}

.news_box a {
    color: #555;
    font-weight: normal;
    font-size: 14px;
}

.links {
	color:#fff!important;
	
	}
.tab-paner {
    margin-top: -10px;
    min-height: 358px!important;
}

.boxone {
	min-height: 40px;
	border: 1px solid #fff;
	background: #8e3535;
}
.margntopp{ 
  margin-top:-20px;
  }
.boxlog{
   margin: 0px auto;
       width: 50%;
  }
  

.labelthre {
    font-weight: normal!important;
    color: #736f6f!important;
    font-size: 12px;
    padding: 0 31px;
}  

.wordnowrap{
	white-space:nowrap;
	padding:0px;

	
}

/* input{
	 text-transform: capitalize !important; 
} */

.otpbtn[disabled]
{
	color:#333;
	padding: 6px;
    text-transform: capitalize;
        width: 100%;
    border: 1px solid #ccc;
}

.formhead {
    background: #206790;
    BACKGROUND-REPEAT: repeat-x;
    background-position: left top;
    height: 50px;
}
.regformheading {
       PADDING-RIGHT: 1px;
    PADDING-LEFT: 1px;
    FONT-SIZE: 23px;
    MARGIN-BOTTOM: 5px;
    font-weight: bold;
    TEXT-DECORATION: none;
    margin: 11px 11px;
    line-height: 1.8;
    COLOR: #ffffff;
    text-align: center;
}

.mandfield{
	color: #e96220;
}

.tblpagehead{
	    margin-bottom: 1rem;
    font-weight: 800;
    line-height: 1.1;
    color: inherit;
    background: #ddd;
    padding: 10px;
   border-radius: 4px;
    text-align: center;
    font-size: 18px;
    border-bottom: 3px solid #0380d1;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    padding: 5px;
    border-radius: 5px;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid #f5ebeb !important;
    padding: 2px 10px;
    background: #0380d1 !important;   
    box-shadow: none;
}


.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
     border-radius: 0px !important; 
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 33px;
    user-select: none;
    -webkit-user-select: none;
}
.no-padding{
	padding-left:0px;
	padding-right:0px;
}
.customtabwidth
{
    width: 50%;	
}

.customborder{
	    border: 1px solid #ddd !important;
}

.pagheadingstyle{
	
 /* color: #171414;
    background-color: #dff6ff;
    border: 1px solid #8bdafd; */
    color: #333;
   background-color: #aae0ad;
    border: 1px solid #1ab420;
    font-weight:900;
    border-radius: 5px;
    /* padding: 10px; */
    /* color: #337ab7; */
    font-size: 22px !important;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
}
.pagheadingstyle h4{
	
 font-weight:900;
	}

.pagheadingstyle{

 /* color: #171414;
    background-color: #dff6ff;
    border: 1px solid #8bdafd; */
    color: #ffffff;
   background-color: #4caf50;
    border: 1px solid #1ab420;
    font-weight:900;
    border-radius: 5px;
    /* padding: 10px; */
    /* color: #337ab7; */
    font-size: 22px !important;
    text-align: center;
    text-transform: uppercase;
}
.cutomtabview{
    display: flex !important;
}


.newHeader{
	
 /* color: #171414;
    background-color: #dff6ff;
    border: 1px solid #8bdafd; */
    color: #333;
   background-color: #aae0ad;
    border: 1px solid #1ab420;
    font-weight:900;
    border-radius: 5px;
    /* padding: 10px; */
    /* color: #337ab7; */
    font-size: 22px !important;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
} 
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-weight: 600;
    color: #3573b4;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

/*start  image hover effect   */

.imagehovereffect {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}
.imagehovereffect:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
} 

/*end  image hover effect   */



/*************** start home page  services  css  ************/
/**** start service button  *****/
.backhomebtn  {
background: #1d478f !important;
color: #fff !important;
}
.backhomebtn   {
color: #fff !important;
text-decoration: none !important;
}

a backhomebtn:hover {
color: #fff !important;
text-decoration: none !important;
}
.ngcontactfloat {
position: absolute;  
right: 200px;  
margin-top: 33px;
z-index: 99999999; 
overflow: hidden;
    background-image: linear-gradient(#e04249, #7D080D, #e04249);
border-radius:4px;
list-style: none;
white-space:nowrap;
display: inline-block;
transform: translatey(0px);
animation: float 3s ease-in-out infinite;
-webkit-animation: float 3s ease-in-out infinite;
-moz-animation: float 3s ease-in-out infinite;
-o-animation: float 3s ease-in-out infinite;
-ms-animation: float 3s ease-in-out infinite;
}

.ngcontactfloat:hover {
    background-image: linear-gradient(#7D080D, #e04249, #7D080D);
}
.ngcontactfloat  a:hover {    
display: contents;
font-size: 12px;
font-weight: 500;
color: #fff;
vertical-align: middle;
opacity: 0;
max-width: 220px;
position:relative;
text-decoration: none;
transition: max-width 1s ease-out .1s, opacity 1s ease-out .1s, color;
text-transform:uppercase;
}
.ngcontactfloat .ani { 
font-size: 14px;
font-weight: 500;
color: #fff !important; 
float:right;
display:inline-block;
padding: 0px 14px;
cursor:pointer;
text-transform:uppercase;
}
.ngcontactfloat  a .ani span{
display:block;
padding:0 1px 0 2px;
line-height:33px;
}
.ngcontactfloat  a {    
display: contents;
font-size: 12px;
font-weight: 500;
color: #fff;
vertical-align: middle;
opacity: 0;
max-width: 220px;
position:relative;
text-decoration: none;
transition: max-width 1s ease-out .1s, opacity 1s ease-out .1s, color;
text-transform:uppercase;
}
@keyframes float {0% { box-shadow: 0 5px 17px 0px rgba(0,0,0,0.2);transform: translatey(0px);}50% {box-shadow: 0 5px 17px 0px rgba(0,0,0,0.2);transform: translatey(-9px);}100% {box-shadow: 0 5px 17px 0px rgba(0,0,0,0.2);transform: translatey(0px);} }
/***** end service btn *******/

.section-head h4 {
position: relative;
padding:0;
color:#1c498d;
line-height: 1;
letter-spacing:0.3px;
font-size: 34px;
font-weight: 700;  
text-align:center;
text-transform:none;
margin-bottom:40px;
    display: inline-block;
}
.section-head h4:before {
content: '';
width: 60px;
height: 3px;
background: #f91942;
position: absolute;
left: 0px;
bottom: -10px;
right:0;  
margin:0 auto;
}
.section-head h4 span {
font-weight: 700;
padding-bottom: 5px;
color:#2f2f2f
}

.servicesearch{
	    margin-top: 10px;
}
.servicesearch button{
    color: white;
   background: #e96220;
    border: 1px solid #e6530c;
}

p.service_text{
color:#cccccc !important;
font-size:16px;
line-height:28px;
text-align:center;    
}
.section-head p, p.awesome_line{
color:#818181;
font-size:16px;
line-height:28px;
text-align:center;  
}

.extra-text {
font-size:34px;
font-weight: 700;
color:#2f2f2f;
margin-bottom: 25px;
position:relative;
text-transform: none;
}
.extra-text::before {
content: '';
width: 60px;
height: 3px;
background: #f91942;
position: absolute;
left: 0px;
bottom: -10px;
right: 0;
margin: 0 auto;
}
.extra-text span {
font-weight: 700;
color:#f91942;
}

.servicerowarea{
border-radius: 1px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 #ABABAB;
    box-shadow: 0 3px 5px 0 #ABABAB;
}

.serviceitem {
background: #e3fde9;
text-align: center;

border-radius: 20px;
border:5px solid rgba(0, 0, 0, 0.07);
margin-bottom: 30px;
-webkit-transition: all .5s ease 0;
transition: all .5s ease 0;
transition: all 0.5s ease 0s;
 padding: 12px 7px;
    height: 145px;
}
.servicesdmc a:hover {
text-decoration: none !important;
}
.serviceitem a:hover{
text-decoration: none !important;
}
.serviceitem:hover{
background:#feb04c;
 box-shadow:0 0px 20px rgba(0, 0, 0, 0.55);
-webkit-transition: all .5s ease 0;
transition: all .5s ease 0;
transition: all 0.5s ease 0s;
}
.serviceitem:hover .serviceitem, .serviceitem:hover span.icon{
background:#fff;
border-radius:10px;
-webkit-transition: all .5s ease 0;
transition: all .5s ease 0;
transition: all 0.5s ease 0s;
}
.serviceitem:hover h6, .serviceitem:hover p{
color:#fff;
-webkit-transition: all .5s ease 0;
transition: all .5s ease 0;
transition: all 0.5s ease 0s;
text-decoration: underline;
}
.serviceitem .icon {
font-size: 40px;
margin-bottom:6px;
color: #f91942;   
width: 90px;
height: 90px;
line-height: 96px;
border-radius: 50px;
}
.serviceitem img {
font-size: 40px;
margin-bottom:8px;
color: #f91942;   
width: 50px;
height: 50px;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;

}
.serviceitem:hover img {
	-moz-transform: scale(1.1) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);

}


.serviceitem h6 {
margin-bottom:20px;
color:#2f2f2f;
font-size: 15px;
}
.servicesdmc a {
display: block !important;
}
.pad-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.backbutton{
	    margin-top: 10px;
    height: 50px;
    cursor: pointer;
}

.ddlservices{
	margin-left: -10px;
    margin-top: 5px;
    width: 46%;
}
.ddlservicesdiv {
    border-radius: 5px !important;
    margin: 5px !important;
    height: 35px;
    padding: 6px 12px;
    width: 81% !important;
    background: #1c498d;
    color: white;
}
/******************end  home page service css ********************/


/******************start top header css ********************/
.dashborder{
	    border-right: 2px dashed #fff;
    border-left: 2px dashed #fff;
}
.rightdashborder{
	    border-right: 2px dashed #fff;
}
.sitemapstyle{
    color: #fff !important;
    font-size: 25px;
}
.languageinputdiv {
    margin-left: 31px;
}
.languagediv {
  border-radius: 5px !important;
    margin: 5px !important;
    height: 30px;
    padding: 6px 12px;
    width: 81% !important;
        background: #1c498d;
    color: white;
}
.languagediv:focus{
	  background: #1c498d;
    color: #eab30f;
}

.mar{
	   margin: 12px 0px;
}
.mar a{
	color: #043498 !important;
	font-weight: bold;
}
.navbar-brand>img {
    display: block;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.navbar-brand {
    float: left;
    height: 50px;
     padding: 0px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-default .navbar-brand {
    color: #fff;
    height: auto!important;
    padding: 2px 15px;
}

.navbar-default .navbar-brand {
    color: #fff;
    height: auto!important;
    padding: 2px 15px;
}
/* start SDMC heading animation  */
.text--transparent {
  fill: transparent; }

.anim-shaped {
  -webkit-transform-origin: 0x 150px;
  transform-origin: 0x 150px;
  -webkit-transform: scale(0, 1) translate(0, 0);
  transform: scale(0, 1) translate(0, 0);
  -webkit-animation: moving-panel 3s infinite alternate;
  animation: moving-panel 3s infinite alternate; }
   /*  .colortext .anim-shape:nth-child(1) {
    fill: #448e51; }
  .colortext .anim-shape:nth-child(2) {
    fill: #e96220; }
  .colortext .anim-shape:nth-child(3) {
    fill: #0b94a6; }
  .colortext .anim-shape:nth-child(4) {
    fill: #eab30f; }
  .colortext .anim-shape:nth-child(5) {
    fill: #1c498d; }      */
   
   
   .colortext .anim-shape {
    fill: #0e4d92; } 

.shadow {
  -webkit-transform: translate(8px, 8px);
  transform: translate(8px, 8px); }

.anim-shape--shadow {
  fill: #000;
  fill-opacity: .2; }

@-webkit-keyframes moving-panel {
  100% {
    -webkit-transform: scale(1, 1) translate(10px, 0);
    transform: scale(1, 1) translate(10px, 0); } }
@keyframes moving-panel {
  100% {
    -webkit-transform: scale(1, 1) translate(10px, 0);
    transform: scale(1, 1) translate(10px, 0); } }


.SDMCDiv {
    font: 800 6em/1 'Open Sans', Impact;
    letter-spacing: 1px;
    -webkit-display:list-item;}

.svg1 {
  width: 245px !important;
  margin-top: 0;
  text-transform: uppercase; 
  display: block !important;
  position: initial  !important;
  
  }

/* start SDMC heading animation  */
@media (min-width: 768px){
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
}
}
@media screen and (min-width: 1901px){
.ndmcheading {
    display: inline-block !important;
    padding: 0px 0px;
    font-weight: 600;
    float: left;
    font-size: 18px;
    word-break: initial;
    width: auto !important;
    line-height: 1.6;
}
}
/******************end top header css ********************/





/*****************start SOCIAL BUTTONS css *****************/

.social-container {
  height: 100%;
  position: relative;
}
.social-container .social {
       background-color: #ffffff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    position: relative;
   top: -1px;
}
.social-container .social-toggle {
position: absolute;
    font-size: 17px;
    cursor: pointer;
    width: 27px;
    height: 27px;
    text-align: center;
    padding-top: 6px;    
    color: #1c498d00;
}
.social-container .social-drop {
  height: 235px;
  width: 70px;
  background: #1b4790;
  display: none;
  position: absolute;
top: 36px;
    left: -16px;
  border-radius: 30px;
}
.social-container .social-drop ul {
  margin-top: 10px;
}
.social-container .social-drop li {
  font-size: 35px;
  text-align: center;
  display: block;
  margin-top: 15px;
  margin-left: -25px;
  color: #FFF;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.social-container .social-drop .tw:hover {
  color: #3ea7ea;
}
.social-container .social-drop .fb:hover {
  color: #498fe8;
}
.social-container .social-drop .pin:hover {
  color: #cb2027;
}
.social-container .social-drop .tum:hover {
  color: #32506d;
}
.social-container .social-drop .insta:hover {
  color: #df4176;
}
.social-container .social-drop .yt:hover {
  color: #ea111c;
}


/*****************end SOCIAL BUTTONS css *****************/

/*****************start footer css *****************/
.footer-Disclaimer
{

    margin-top: 10px;
    text-align: center;
}
.footer-Disclaimer p{
font-size: 12px;
}
.Disclaimertext{
	font-size: 14px;
}
/*****************end footercss *****************/


.form-group-login {
    margin-bottom: 0px;
    margin-top: 0px;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 34px !important;
    user-select: none;
    -webkit-user-select: none;

}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: grid;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
    white-space: nowrap !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
      display: grid !important;
    height: 32px !important;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
   line-height: 1.42857143 !important;
    color: #555 !important;
    padding: 4px 12px;
}

/* .hidden-header {
    height: 0px;
} */
.no_top_margin{
	margin-top: -20px;
}
/************* responsive css ************/




@media screen and (min-width: 1901px) {
.ndmcheading {
display: inline-block !important;
padding: 0px 0px !important;
font-weight: bold;
float: left;
font-size: 19px;
font-weight: 600;
word-break: initial;
width: auto !important;
line-height: 1.6 !important;
word-break: break-word;text-align: left;
}

}

@media (min-width: 1700px) and (max-width: 1900px)
 {
	
.ndmcheading {
	width: 285px;word-break: break-word;text-align: left;line-height: 1.6 !important;
	font-weight: 600;
	padding: 10px 0;font-size: 16px;display: inline-block !important;
	}  
.logindiv {
color: #fff;
margin: 3px auto;
width: 100%;
text-align: right;
font-size: 12px;
font-weight: 600;
}

}

@media (min-width: 1501px) and (max-width: 1699px) {
.navbar-right {
 float: right!important; 
 margin-right: -15px; 
}
.ndmcheading {
width: 233px;
word-break: break-word;
text-align: left;
line-height: 1.6;
padding: 10px 0;
font-weight: 600;
font-size: 17px;
display: inline-block !important;
}  
.hidden-header {
    height: 160px;
}
}


@media (min-width: 1400px) and (max-width: 1500px) {

.ndmcheading {
width: 200px;
word-break: break-word;
text-align: left;
line-height: 1.6;
padding: 9px 0;
font-weight: 600;
font-size: 17px;
  display: inline-block !important;
}
.logindiv {
color: #fff;
margin: 3px auto;
width: 100%;
text-align: right;
font-size: 12px;
font-weight: 600;
}
.hidden-header {
    height: 160px;
}
}

/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/


@media (min-width: 1280px) and (max-width: 1399px) {
header {
position: relative;
}
.logindiv {
color: #fff;
margin: 3px auto;
width: 100%;
text-align: right;
font-size: 12px;
font-weight: 600;
}
.ndmcheading {
width: 173px;
word-break: break-word;
text-align: left;
line-height: 1.6;
font-weight: 600;
padding: 9px 0;
font-size: 15px;
  display: inline-block !important;
}
.hidden-header {
    height: auto;
}

}

/* 
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1279px) {
header {
position: relative;
}
.logindiv {
color: #fff;
margin: 3px auto;
width: 100%;
text-align: right;
font-size: 12px;
font-weight: 600;
}
.ndmcheading {
    width: 100px;
word-break: break-word;
text-align: left;
line-height: 1.6;
padding: 9px 0;
font-weight: 600;
font-size: 13px;
display: inline-block !important;
}
.hidden-header {
    height: auto;
}
}

/* 
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
header {
position: relative;
}
.hidden-header {
    height: auto;
}
.disclamer {
	margin-bottom: 5px;
    margin-top: 5px;
    padding: 0;
}

.navbar-default .navbar-brand {
    color: #fff;
    height: auto!important;
    padding: 2px 15px;
    margin-top: 10px;
}
.svg1 {
    margin-top: -10px;
        margin-left: -24px;
    text-transform: uppercase;
    display: block !important;
    position: initial !important;
}

.logindiv {
color: #fff;
margin: 3px auto;
width: 100%;
text-align: center;
font-size: 12px;
font-weight: 600;
}

/* .ndmcheading {
    width: 148px;
    word-break: break-word;
    text-align: left;
    line-height: 1.6;
    padding: 31px 0;
    font-size: 12px;
    font-weight: 600;
    display: inline-block !important;
} */

.digitalindia img {  
max-width: 60%;
float: right;
}

.digitalindia {
float: right;
    margin-top: 20px;
max-width: 100%;
}




}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.digitalindia {
display: none;
}	
.hidedrop {
    display: none !important;
    }
    .pad-80 {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
    .SDMCDiv {
	display: none !important;
	}
	    .svg1 {
	display: none !important;
	}
	
	.navbar-toggle {
    border: none;
    visibility: hidden;
}
}


/* 
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
.digitalindia {
display: none;
}
.footerlogo {
background: #fff;
border-radius: 4px;
margin: 10px 0;
width: 124px;
margin: 0 auto !important;
}
.ndmcheading {
width: 285px;
word-break: break-word;
text-align: right;
line-height: 1.6;
padding: 9px 0;
font-weight: 600;
font-size: 17px;
}
.hidedrop {
    display: none !important;
    }
 
}

/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/

@media only screen and (max-width: 364px) {
.ndmcheading {
width: 285px;
word-break: break-word;
text-align: left;
line-height: 1.6;
font-weight: 600;
padding: 9px 0;
font-size: 4px !important;
}	
}



@media only screen and (max-width: 380px) and (min-width: 280px) {
.digitalindia {
display: none;
}


.ndmcheading {
width: 285px;
word-break: break-word;
text-align: left;
line-height: 1.6;
padding: 9px 0;
font-size: 12px !important;
font-weight: 600;
}

}




/************* responsive css ************/




@media screen and (min-width: 1901px) {
.ndmcheading {
display: inline-block !important;
padding: 0px 0px;
font-weight: bold;
float: left;
font-size: 18px;
word-break: initial;
width: auto !important;
line-height: 1.6;
font-weight: 600;
}
.roundimage {
position: relative;
max-width: auto;
height: 156px;
overflow: hidden;
border-radius: 95px 95px 95px 95px;
/* border: 2px solid; */
box-shadow: 0px 0px 9px #1f2021;
}
.roundimage img {
width: 100%;
height: 100%;
}
/* 
.roundimage {
position: relative;
max-width: 100%;
overflow: hidden;
border-radius: 95px 95px 95px 95px;
box-shadow: 0px 0px 9px #1f2021;
} */
.navbar-right {
float: right!important;
margin-right: -15px;
margin-top: 17px !important;
}
.logindiv {
color: #fff;
margin: 3px auto;
width: 100%;
text-align: right;
font-size: 12px;
font-weight: 600;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
line-height: 1;
height: 500px !important;
}
.footerlogo {
background: #fff;
border-radius: 4px;
margin: 10px 0;
width: 124px;
margin: 0;
}
}

@media (min-width: 1700px) and (max-width: 1900px) {
.ndmcheading {
width: 285px;
word-break: break-word;
text-align: left;
line-height: 1.6;
padding: 4px 0;
font-weight: 600;
font-size: 16px;
display: inline-block !important;
}  
.logindiv {
color: #fff;
margin: 3px auto;
width: 100%;
text-align: right;
font-size: 12px;
font-weight: 600;
}
/* .roundimage {
position: relative;
max-width: 100%;
height: 130px;
overflow: hidden;
border-radius: 95px 95px 95px 95px;
box-shadow: 0px 0px 9px #1f2021;
}
.roundimage img {
width: 100%;
height: 100%;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
line-height: 1;
height: 500px !important;
}
.footerlogo {
background: #fff;
border-radius: 4px;
margin: 10px 0;
width: 124px;
margin: 0;
} */
}

@media (min-width: 1601px) and (max-width: 1699px) {
	.ndmcheading {
	width: 270px;
	word-break: break-word;
	text-align: left;
	line-height: 1.6;
	padding: 10px 0;
	font-size: 15px;
	font-weight:600;
	display: inline-block !important;
	}  

}
@media (min-width: 1521px) and (max-width: 1600px) {
.navbar-right {
 float: right!important; 
 margin-right: -15px; 
}
.ndmcheading {
width: 248px;
word-break: break-word;
text-align: left;
line-height: 1.6;
padding: 10px 0;
font-size: 15px;
font-weight:600;
display: inline-block !important;
}  
/* .navbar-nav>li>a {
padding-top: 15px;
padding-bottom: 15px;
font-size: 13px !important;
}
.ngcontactfloat {  
    right: 218px;
margin-top: 35px;   
}
.ngcontactfloat .ani {
    font-size: 13px;
    font-weight: 500;
    color: #fff !important;
    float: right;
    display: inline-block;
    padding: 4px 14px;
    cursor: pointer;
    text-transform: uppercase;
}
.ngcontactfloat a .ani span {
display: block;
padding: 0 1px 0 2px;
line-height: 27px;
}
.logindiv {
color: #fff;
margin: 3px auto;
width: 100%;
text-align: right;
font-size: 12px;
font-weight: 600;
}
.roundimage {
position: relative;
max-width: 100%;
height: 115px;
overflow: hidden;
border-radius: 95px 95px 95px 95px;
box-shadow: 0px 0px 9px #1f2021;
}
.roundimage img {
width: 100%;
height: 100%;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
line-height: 1;
height: 500px !important;
}
.footerlogo {
background: #fff;
border-radius: 4px;
margin: 10px 0;
width: 124px;
margin: 0;
} */
}


@media (min-width: 1400px) and (max-width: 1520px) {

.ndmcheading {
width: 220px;
word-break: break-word;
text-align: left;
line-height: 1.6;
padding: 9px 0;
font-weight: 600;
font-size: 14px;
  display: inline-block !important;
}
.logindiv {
color: #fff;
margin: 3px auto;
width: 100%;
text-align: right;
font-size: 12px;
font-weight: 600;
}
/* .navbar-default .navbar-brand {
    color: #fff;
    height: auto!important;
    padding: 2px 15px;
    margin-top: 10px;
}
.svg1 {
    margin-top: -10px;
    text-transform: uppercase;
    display: block !important;
    position: initial !important;
}
.roundimage {
position: relative;
max-width: 100%;
height: 115px;
overflow: hidden;
border-radius: 95px 95px 95px 95px;
border: 2px solid;
box-shadow: 0px 0px 9px #1f2021;
}
.roundimage img {
width: 100%;
height: 100%;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
line-height: 1;
height: 500px !important;
}
.footerlogo {
background: #fff;
border-radius: 4px;
margin: 10px 0;
width: 124px;
margin: 0;
} */

}

/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/


@media (min-width: 1280px) and (max-width: 1399px) {
header {
position: relative;
}
.logindiv {
color: #fff;
margin: 3px auto;
width: 100%;
text-align: right;
font-size: 12px;
font-weight: 600;
}
.ndmcheading {
width: 175px;
word-break: break-word;
text-align: left;
line-height: 1.6;
padding: 9px 0;
font-weight:600;
font-size: 14px;
  display: inline-block !important;
}
/* .navbar-default .navbar-nav>li>a {
background: 0 0;
color: #333;
text-transform: uppercase;
font-size: 12px !important;
}
.ngcontactfloat {  
right: 200px;
margin-top: 40px;   
}
.ngcontactfloat .ani {
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
    float: right;
    display: inline-block;
    padding: 2px 14px;
    cursor: pointer;
    text-transform: uppercase;
}
.ngcontactfloat a .ani span {
display: block;
padding: 0 1px 0 2px;
line-height: 27px;
}
.roundimage {
position: relative;
max-width: 100%;
height: auto;
overflow: hidden;
border-radius: 95px 95px 95px 95px;
box-shadow: 0px 0px 9px #1f2021;
}
.roundimage img {
width: 100%;
height: 100%;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
line-height: 1;
height: 500px !important;
}
.footerlogo {
background: #fff;
border-radius: 4px;
margin: 10px 0;
width: 124px;
margin: 0;
} */

}

/* 
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1279px) {
header {
position: relative;
}
.logindiv {
color: #fff;
margin: 3px auto;
width: 100%;
text-align: right;
font-size: 12px;
font-weight: 600;
}
.ndmcheading {
    width: 100px;
word-break: break-word;
text-align: left;
line-height: 1.6;
padding: 9px 0;
font-size: 13px;
font-weight: 600;
display: inline-block !important;
}
/*.navbar-default .navbar-brand {
    color: #fff;
    height: auto!important;
    padding: 2px 15px;
    margin-top: 10px;
}
.svg1 {
    margin-top: -10px;
        margin-left: -24px;
    text-transform: uppercase;
    display: block !important;
    position: initial !important;
}
.navbar-default .navbar-nav>li>a {
background: 0 0;
color: #333;
text-transform: uppercase;
line-height: 0;
font-size: 12px !important;
}
.ngcontactfloat {  
right: 200px;
margin-top: 40px;   
}
.ngcontactfloat .ani {
font-size: 12px;
font-weight: 600;
color: #fff !important;
float: right;
display: inline-block;
padding: 4px 14px;
cursor: pointer;
text-transform: uppercase;
}
.ngcontactfloat a .ani span {
display: block;
padding: 0 1px 0 2px;
line-height: 21px;
}
 .roundimage {
position: relative;
max-width: 100%;
height: auto;
overflow: hidden;
border-radius: 95px 95px 95px 95px;
box-shadow: 0px 0px 9px #1f2021;
}
.roundimage img {
width: 100%;
height: 100%;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
line-height: 1;
height: 500px !important;
}
.footerlogo {
background: #fff;
border-radius: 4px;
margin: 10px 0;
width: 124px;
margin: 0  !important;
} */
}

/* 
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/



@media (min-width: 768px) and (max-width: 1024px) {
header {
position: relative;
}
.disclamer {
	margin-bottom: 5px;
    margin-top: 5px;
    padding: 0;
}

.navbar-default .navbar-brand {
    color: #fff;
    height: auto!important;
    padding: 2px 15px;
    margin-top: 10px;
}
.svg1 {
    margin-top: -10px;
        margin-left: -24px;
    text-transform: uppercase;
    display: block !important;
    position: initial !important;
}

.logindiv {
color: #fff;
margin: 3px auto;
width: 100%;
text-align: center;
font-size: 12px;
font-weight: 600;
}

.ndmcheading {
	    width: 230px; 
    word-break: break-word;
    text-align: left;
    line-height: 1.6;
    margin-top: -50px;
    padding: 9px 0;
    font-size: 15px;
    margin-left: 85px;
    font-weight: 600;
    display: inline-block !important;
}
.SDMCDiv {
    display: none !important;
}
.SDMC2{
	 font-size: 14px;
}
/* .navbar-default .navbar-nav>li>a {
background: 0 0;
color: #333;
text-transform: uppercase;
line-height: 0;
font-size: 10px !important;
padding: 10px 9px;
}
.ngcontactfloat {  
right: 135px;
margin-top: 25px;  
}
 */
.digitalindia img {  
max-width: 60%;
float: right;
}

/* .ngcontactfloat .ani {
font-size: 11px;
font-weight: 500;
color: #fff !important;
float: right;
display: inline-block;
padding: 4px 14px;
cursor: pointer;
text-transform: uppercase;
}
.ngcontactfloat a .ani span {
display: block;
padding: 0 1px 0 2px;
line-height: 17px;
}

.navbar-brand {
 width: auto !important; 
display: block;
} */

.digitalindia {
float: right;
    margin-top: 20px;
max-width: 100%;
}

/* 
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
line-height: 1;
height: 500px !important;
}
.navbar-right{
    margin-top: 0px !important; 
float: right !important;
margin-right: 0;
}
.city-mission-box{
    height: 245px;        
}
.tabContainer .tabContent{
min-height:206px
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
line-height: 1;
height: 500px;
}
.navbar-nav>li>a {
padding-top: 15px;
padding-bottom: 15px;
font-size: 13px !important;
}

.roundimage {
position: relative;
width: 194px;
height: 216px;
overflow: hidden;
border-radius: 95px 95px 95px 95px;
border: 2px solid;
box-shadow: 0px 0px 9px #1f2021;
}
.roundimage img {
width: 100%;
height: 100%;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
line-height: 1;
height: 250px !important;
}
.footerlogo {
background: #fff;
border-radius: 4px;
margin: 10px 0;
width: 124px;
margin: 0;
} */


}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.digitalindia {
display: none;
}	
.hidedrop {
    display: none !important;
    }
    .pad-80 {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
    .SDMCDiv {
	display: none !important;
	}
	    .svg1 {
	display: none !important;
	}
	.register-left{
	display:none;
}

.register-right {
    padding: 0px 5px 0 5px;
    background: #fff;
     border-top-left-radius: 0px; 
    border-bottom-left-radius:0px; 
}
.register .card1 {
    padding: 4px 5px;
    background: #fff;
}
.password-left{
	display:none;
}

}


 @media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
 .register-right {
    padding: 0px 5px 0 5px;
    background: #fff;
     border-top-left-radius: 0px; 
    border-bottom-left-radius:0px; 
}
.register .card1 {
    padding: 4px 5px;
    background: #fff;
}
.modal-dialog {
    top: 180px !important;
}
}

/* 
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
*/

/* @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .pad-80 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  

.navbar-nav {
    float: left !important;
    margin: 0;
}
  

} */

/* 
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
.digitalindia {
display: none;
}
.footerlogo {
background: #fff;
border-radius: 4px;
margin: 10px 0;
width: 124px;
margin: 0 auto !important;
}
.ndmcheading {
width: 370px;
word-break: break-word;
font-weight: 600;
text-align: left;
line-height: 1.6;
padding: 9px 0;
font-size: 17px;
}
.hidedrop {
    display: none !important;
    }
 /*    .roundimage {
position: relative;
max-width: 100%;
height: auto;
overflow: hidden;
border-radius: 95px 95px 95px 95px;
border: 2px solid;
box-shadow: 0px 0px 9px #1f2021;
}
.roundimage img {
width: 100%;
height: 100%;
} */
}

/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/

@media only screen and (max-width: 364px) {
.ndmcheading {
width: 285px;
word-break: break-word;
text-align: left;
line-height: 1.6;
font-weight: 600;
padding: 9px 0;
font-size: 4px !important;
}	
}



@media only screen and (max-width: 480px) and (min-width: 280px) {
.digitalindia {
display: none;
}

/* .navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-right: 0px !important;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.navbar-default .navbar-brand {
padding:6px 0 !important;
} */
.ndmcheading {
width: 285px;
word-break: break-word;
text-align: left;
line-height: 1.6;
padding: 9px 0;
font-weight: 600;
font-size: 12px !important;
}

}
/***************** start birth and death from card style  *****************/

.cardcustom{
	    margin-top: 127px;
}
.cardheaderstyle{
	    color: #1c498d;
    font-weight: 600;
    background: linear-gradient(to right,#dff6ff,#a9b6bb);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
    transform: translate(0px, -4px);
}


.borderleft{
	border-left: 1px solid #ddd;
}
.currentaddrescolor{
	    color: green;
}
.addressheading{
	    background: #e6e6e8;
    padding: 10px;
    color: #1c498d;
    font-size: 13px;
    font-weight: 600;
}
.infoaddressheading {
    background: #e6e6e8;
    padding: 10px;
    color: #1c498d;
    font-size: 13px;
    font-weight: 600;
    margin: 10px 15px;
}
/*****************end birth and death from card style *****************/

.textformat{
text-transform: none !important;
}

.modal p {
    font-size: 14px;
}

.modalclose{
	color:white !important;
}
.modalmsg{
	color: green;
    font-weight: 600;
}
.modalwarningmsg{
	color: red;
    font-weight: 600;
}
.modalnormalgmsg{
    font-weight: 600;
}

/*****load spinner start********/


.spanner{
  position:absolute;
  top: 50%;
  left: 0;
 /*  background: #2a2a2a55; */
  width: 100%;
  display:block;
  text-align:center;
  /* height: 300px; */
  color: #FFF;
  transform: translateY(-50%);
  z-index: 1000;
  visibility: hidden;
}

.overlay{
  position: fixed;
	width: 100%;
	height: 100%;
  background: rgba(0,0,0,0.5);
  visibility: hidden;
}

.loader { line-height: 25px; }
.loader b { background-color: #fff; border-radius: 3px; display: inline-block; height: 5px; margin-right: 1px; width: 5px; vertical-align: middle; }
.loader b { -webkit-animation: loader .6s ease-in-out infinite; animation: loader .6s ease-in-out infinite; }
.loader b:nth-child(2) { -webkit-animation-delay: .1s; animation-delay: .1s; }
.loader b:nth-child(3) { -webkit-animation-delay: .2s; animation-delay: .2s; }
.loader b:nth-child(4) { -webkit-animation-delay: .3s; animation-delay: .3s; }
.loader b:nth-child(5) { -webkit-animation-delay: .4s; animation-delay: .4s; }

@-webkit-keyframes loader { 0% { height: 5px; } 50% { height: 20px; } 100% { height: 5px; } }
@keyframes loader { 0% { height: 5px; } 50% { height: 20px; } 100% { height: 5px; } }



.show{
  visibility: visible;
}

.spanner, .overlay{
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.spanner.show, .overlay.show {
	opacity: 1
}

 .loader-spinner-overlay {
	font-size: 45px;
   font-weight: bold;
    background: #2a2a2a;
   color: #fff;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 10%;
  opacity: .80;
}

.loader-spinner {
	
    margin: 0 auto;
    height: 150px;
    width: 150px;
    animation: rotate 0.8s infinite linear;
    border: 7px solid red;
    border-right-color: transparent;
    border-radius: 50%;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 
/****** load spinner end****/


.btnmargin{
	    margin-top: 16px;
}

/****** start under mainttainance page ****/


.info-heading {
  font-weight: bold;
  word-break: break-all;
  width: 100%;
}
.status-reason {
  font-size: 4em;
  line-height: 50px;
  font-weight: bold;
  display: block;  
  text-align: center;
  padding: 0px 0 20px 0; 
  background-color: rgb(28, 54, 76);
  color: transparent;
  text-shadow: 0px 2px 3px rgba(255,255,255,0.5);
  -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;
}
.status-reason .fa {
  font-size: 60px;
  background-color: rgb(28, 54, 76);
  color: transparent;
  text-shadow: 0px 2px 3px rgba(255,255,255,0.5);
  -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;
}

.info-heading {
  font-size: 190%;
}

/****** end under mainttainance page ****/

/****** start blink text ****/

/* .blink_text {
 animation-name: blinker;
 animation-duration: 10s;
 animation-timing-function: linear;
 animation-iteration-count: infinite;
     font-size: 18px;
}

@keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
} */

.blink_text{
    animation:blinker 1.2s infinite;
}
@keyframes blinker{
    0%{     color: red;    }
    49%{    color: red; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: red;    }
}



/****** end blink text ****/
.card_shadow {
    margin: 7px 3px !important;
}
.cardborderstyle{
	    border: 2px solid #1e49c3;
    border-right: 4px solid #1e49c3;
    border-top: none;
    border-bottom: 6px solid #1e49c3;
}
.panel .box1{
	    padding: 5px 15px !important;
}

/******* start help desk css ******/
.help-desk{
  position:fixed;
  top:50%;
  right:-325px;
   -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
 /*  -ms-transform: translateY(-50%); */
  -o-transform:  translateY(-50%);
  transform:translateY(-50%);
  width:325px;
  height:auto;
  background:#fff;
  box-sizing:border-box;  
  transition:0.5s;
  z-index:100;
  border: 1px solid #f07806;
}
.help-desk.active{
  right:0;
}

.help-desk h3{
margin:0px;
padding:10px 20px 0px 20px;
}

.toggle{
   position:absolute;
  height:30px;
  width:30px;
  text-align:center;
  cursor:pointer;
  background:#f26d1e;
  top:0;
  left:-30px;
  line-height:30px; 
 position:device-fixed;
   -webkit-transform:rotate(90deg); 
  -moz-transform: rotate(0deg)!important;
  -o-transform: rotate(90deg)!important;
   /* -ms-transform:rotate(90deg)!important; */
  transform: rotate(-0deg); 
   
}
.toggle:before{
  content:url(../images/helpdesk.jpg);
  font-family:fontAwesome;
  font-size:18px;
  color:#fff;
}
.toggle.active:before{
  content:'\f00d';
}

/******************/

@supports(-ms-accelerator:true)
{
	.help-desk{
  -ms-transform: translateY(-50%);
}
.toggle{
   position:absolute;
  height:30px;
  width:30px;
  text-align:center;
  cursor:pointer;
  background:#f26d1e;
  top:0;
  left:-30px;
  line-height:30px; 

  
   -ms-transform:rotate(90deg)!important;
  
   
}

	}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
.SDMCDiv{
   margin-top:-37px !important;
   }
    
.SDMC2{
/* padding-left: 10px; */
    /* display: block; */
    margin-top: -49px !important;
    font-weight: normal;
    position: -ms-device-fixed;

}
.toggle{
 /*  position:-ms-device-fixed;; */
 
  -webkit-transform:rotate(90deg)!important;
  -moz-transform:rotate(90deg)!important;
 -ms-transform:rotate(90deg) !important ;
  transform:rotate(0deg)  ;  
 
}

.register{
	margin-top:40px;
}
  
}
/********************/


@media(max-width:768px)
{
  .help-desk{
    width:100%;
    height:100%;
    right:-100%;
  }
  .help-desk .toggle{
    top:50%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .help-desk.active .toggle
  {
    top:0;
    left:0;
    transform:translateY(0);
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  .modal-dialog {
    top: 180px !important;
}

}

/****** end help desk css ***/



.text-green{
	color:green !important;
	    text-align: justify;
	     text-transform: capitalize;
}
.text-red
{
	color:red;
	text-align: justify;
	    font-weight: 700!important;
	    text-transform: capitalize;
}
.text-red_msg
{
	color:red;
	text-align: justify;
	    
}
.text-blue{
	    color: blue;
    text-align: justify;
    font-weight: 700!important;
}
/* .padding-zero{
	padding:0px;
} */

.blinking{
    animation:blinkingText 1.2s infinite;
    font-size: 18px;
    font-weight: 700;
}
@keyframes blinkingText{
    0%{     color: blue;    }
    49%{    color: blue; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: blue;    }
}
@keyframes blinkingTextred{
      0%{     color: orange;    }
    49%{    color: orange; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #e96220;    }
}
.highlightRowGreen{
	background: green;
	font-weight:bold;
	animation:blinkingText 1.2s infinite;
}
.highlightRowRed{
	background: red;
	font-weight:bold;
	animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: white;    }
    49%{    color: blue; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: blue;    }
}

/*start safari browser*/
.row:before, .row:after {display: none !important;}
/*end safari browser*/

/*datatble style*/
.dataTables_wrapper .dataTables_paginate {
    color: #333;
    display: flex;
}


.text-white{
	color:#fff;
}

.table-responsive_custom {
    min-height: .01%;
    overflow-x: visible;
    overflow-y: visible;
}
/*RBD model pointer stop start*/
.model-Pointer-Disable{
	pointer-events: none;
}
/*RBD model pointer stop end*/

.headingstyle{

   background-color: #fff;
    border: 1px solid blue;
    font-weight:700;
    border-radius: 5px;
    /* padding: 10px; */
    /* color: #337ab7; */
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

 .tooltip {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  position: absolute;
  bottom: 100%;  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  
}

 .tooltip-inner {
  width: 400px;
  padding: 3px 8px;
  color: #000;
  text-align: center;
  background-color: lightgreen;
  border-radius: 4px;
  
} 

.btn{
	    text-transform: uppercase !important;
	    white-space: normal;
    word-wrap: break-word;
}

/* start tax rate jsp css */
.taxrate{
padding: 10px 0 8px 0;
}
.taxrate li{
padding: 4px 20px;
}
.taxrate li a{
font-size: 15px;
    color: #111;
    text-decoration: none;
}
.taxrate li:hover{
background: #ededed;
}
.taxrate li a:hover{
color:#f26c21;
}


/** end tax rate jsp css **/



/* row color of table */


.highlightTableRowLightYellow td{
	background: #e3e3ac !important;
	font-weight:bold;
}

.highlightTableRowLightGreen td{
	background: #b3ffb3 !important;
	font-weight:bold;
}

.highlightTableRowLightViolet td{
	background: #b4b2ef !important;
	font-weight:bold;
}

.highlightTableRowLightRed td{
	background: #e1a985 !important;
	font-weight:bold;
}


.highlightReviseRowAqua td{
	background: #fe8184!important;
	font-weight:bold;
}

.highlightReviseRowRejected td{
	background: #B2C4E8 !important;
	font-weight:bold;
}
.blueTextClass{
	color:#1916d6 !important;
}

.redTextClass{
	color:#ff0000!important;
}


/* row color of table */


/********/



.glowing  {
 
  font-size: 20px;
 font-weight:700;
  animation: animate 5s linear infinite;
 padding:4px;
}



@keyframes animate{
  0%{
    color: #f00;
    box-shadow: 0px 2px 10px rgba(255,0,0,1);
   
  }

  33.3%{
    color: #FF4500;
    box-shadow: 0px 2px 10px #FF4500;
    
  }

  66.6%{
    color: green;
    box-shadow: 0px 2px 10px green;
   
  }

  100%{
    color: #f00;
    box-shadow: 0px 2px 10px rgba(255,0,0,1);
   
  }
}

.glowing span:nth-child(1){
  animation-delay: 2s;
}


.glowingred td {
 
  font-size: 16px;
 font-weight:700;
  animation: animatered 5s linear infinite;
 padding:4px;
}



@keyframes animatered{
  0%{
    color: #1f53c0;
    box-shadow: 0px 2px 10px rgba(255,0,0,1);
   
  }

  33.3%{
    color: #1f53c0;
    box-shadow: 0px 2px 10px #FF4500;
    
  }

  66.6%{
    color: red;
    box-shadow: 0px 2px 10px red;
   
  }

  100%{
    color: #f00;
    box-shadow: 0px 2px 10px rgba(255,0,0,1);
   
  }
}

.glowingred span:nth-child(1){
  animation-delay: 2s;
}





/******************** END birth death home page msg *************************************/
/* start  left side menu informations  */

.sidebar-contactss{
  position:fixed;
  top:55%;
  left:-350px;
  transform:translateY(-50%);
  width:350px;
  height:auto;
  padding:10px;
  z-index: 100;
  background:#fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
}
.sidebar-contactss.active{
  left:0;
}
.sidebar-contactss input,
.sidebar-contactss textarea{
  width:100%;
  height:36px;
  padding:5px;
  margin-bottom:10px;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,.5);
  outline:none;
}
.sidebar-contactss h2{
  margin:0 0 20px;
  padding:0;
}
.sidebar-contactss textarea{
  height:60px;
  resize:none;
}
.sidebar-contactss input[type="submit"]{
  background:#00bcd4;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
}
.togglees{
  position:absolute;
 /*  height:48px; */
  width:40px;
  text-align:center;
  cursor:pointer;
    background: #f26d1e;
  top:0;
  right:-33px;
  line-height:28px;
}
.togglees:before{
  /* content:'\f05a'; */
    content:url(../images/MENUBAR.jpg);
  font-family:fontAwesome;
  font-size:30px;
  color:#fff;
}
.togglees.active:before{
  content:'\f00d';
}
@media(max-width:768px)
{
  .sidebar-contactss{
    width:100%;
    height:100%;
    left:-100%;
  }
  .sidebar-contactss .togglees{
    top:50%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .sidebar-contactss.active .togglees
  {
    top:0;
    right:0;
    transform:translateY(0);
  }
  .scrollss{
    width:100%;
    height:100%;
    overflow-y:auto;
    padding: 20px;
  }
  .content{
    padding:50px 50px;
  }
}

/* start  left side menu informations  */



.pop-outin1 {
  animation: 3s anim-popoutin1 ease infinite;
  
}

@keyframes anim-popoutin1 {
  0% {
    color: #00ff24;
    transform: scale(0);
    opacity: 0;
   /*  text-shadow: 0 0 0 rgba(0, 0, 0, 0); */
  }
  25% {
    color: #fb0000;
    transform: scale(1.3);
    opacity: 1;
   /*  text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5); */
  }
  50% {
    color: #00ff24;
    transform: scale(1);
    opacity: 1;
    /* text-shadow: 1px 0 0 rgba(0, 0, 0, 0); */
  }
  100% {
    /* animate nothing to add pause at the end of animation */
    color: #f6ea0c;
    transform: scale(1);
    opacity: 1;
    /* text-shadow: 1px 0 0 rgba(0, 0, 0, 0); */
  }
}

.upicapplyMessage {
    padding: 4px 5px;
    font-size: 18px;
    font-weight: 700;
    color: #0f3d16;
    background-color: #e4f4fb;
    border: 2px solid #3f4eb3;
    border-radius: 5px;
    /* animation: blinkingText 2s infinite; */
    /* animation: hightlight 2s infinite; */
    /* box-shadow: 5px 10px #91cca3; */
    text-shadow: 0 0 2px #898975, 0 0 2px #0000ff;
    text-transform: uppercase;
}
.consentMessage {
    padding: 5px 23px;
    font-size: 18px;
    font-weight: 700;
    color: #0f3d16;
    background-color: #f6f9fa;
    /* border: 2px solid #3f4eb3; */
    border-radius: 5px;
    animation: blinkingText 2s infinite;
    /* animation: blinkingTextred 2s infinite; */
    blinkingText: 5px 10px #91cca3;
    text-shadow: 0 0 1px #e85610, 0 0 1px #0000ff;
}

/* *************************** start Ptr App link ****************** */
.viewinstrguide{
	color: white;
    font-size: 19px;
    background: #fff;
    padding: 5px;
    font-weight: 600;
    border: 2px solid #061666;
    border-radius: 4px;
}


 .appimg{
    -webkit-animation : pulse 1s infinite;
    -moz-animation    : pulse 1s infinite;
    -o-animation      : pulse 1s infinite;
    animation         : pulse 1s infinite; 
}
 

@keyframes pulse {
    from {
        transform : scale(1);
        opacity   : 1;
    }
    50% {
        transform : scale(0.75);
        opacity   : 0.7;
    }
    to {
        transform : scale(1);
        opacity   : 1;
    }
}


/*********** start heading anmation ******************/
.applinkcolor{
	color: #ff00b1;
    background: #eaf0f0;
    padding: 5px;
    font-size: 16px;
}

.headwrap {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
  background: linear-gradient(to right, #297708 10%, #e21ad2 50%, #f44336 60%);
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 1.5s linear infinite;
    display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
/*********** end heading animation ****************/

/* *************************** end- Ptr App link ****************** */

/* start -button link for guideline & instrcution for  PTR submission -login page */

.custom-btn {
     width: auto;
    height: auto;
    color: #fff !important;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 700;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}
/* 9 */
.btn-9 {
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
}
.btn-9:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background-color: #1fd1f9;
background-image: linear-gradient(315deg, #1fd1f9 0%, #b621fe 74%);
  transition: all 0.3s ease;
}
.btn-9:hover {
  background: transparent;
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
  color: #fff;
}
.btn-9:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}
#Citizen_Login .form-group label
{
	text-transform: capitalize;
}
.margintopcenter{
	margin-top:180px !important;
}
 @media (max-width:768px) {
 .margintopcenter{
	margin-top:15px !important;;
}
}

.accordion .instructitem {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #040a39 !important;
  font-size: 14px;
font-weight: 600;
    text-transform: capitalize;
  border-bottom: 1px solid #193981;
}

.accordion .instructitem:hover,
.accordion .instructitem:hover::after {
  cursor: pointer;
  color: #03b5d2;
}

.accordion .instructitem:hover::after {
  border: 1px solid #03b5d2;
}

.accordion .instructitem.active {
  color: #03b5d2;
  border-bottom: 1px solid #091397;
}

.accordion  .instructitem::after {
/*   font-family: 'Ionicons';
  content: '\f218'; */
     font-family: 'Glyphicons Halflings';
   content: "\e114";
  /*  content: "\f107"; */
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 14px;
  color: #373958;
  padding: 3px;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  
  border: 1px solid #7288a2;
  text-align: center;
}

.accordion  .instructitem.active::after {
	 font-family: 'Glyphicons Halflings';
    content: "\e260";
 color: #081293;
    font-size: 14px;
    font-weight: 800;
    border: 1px solid #081293;
}

.accordion .content {
  display: none;
  padding: 1rem;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}

.accordion .content p {
  font-size: 1rem;
  font-weight: 300;
}

.appbtns{
color: #0c28a5  !important;
    background: aliceblue;
    padding: 10px;
        font-size: 13px;
    text-transform: capitalize !important;
    border-top: 1px solid #043498;
    border-bottom: 1px solid #043498;
}
.appbtns:hover{
color: #ff8000!important;
    background: aliceblue;
    padding: 10px;
        font-size: 13px;
    text-transform: capitalize !important;
}

.instrthead{
	font-size: 18px;
    font-weight: 600;
    color: #3e18d5;
    margin-top: 12px;
    border-bottom: 2px solid #ee380e;
}
/* end -button link for guideline & instrcution for  PTR submission -login page */

/* start  ptr dashbaord datatble size  */
table.dataTable tbody th, table.dataTable tbody td {
    padding: 2px 10px !important;
}

/* button style of actions  */
.actionservicesbtn{
	    border-radius: 5px;
    border-color: #032b46;
    box-shadow: 0px 0px #888888;
    background-position: 0 0;
    background-size: 100%;
    transition: background 300ms ease-in-out;
    font-weight: 500;
    margin-top: 10px !important;
}

.actionmutbtn{
border-radius: 5px;
  border-color: #0c5b8b;
   /*  box-shadow: 2px 5px #888888; */
    background-color: #0080ff !important;
    background-image: linear-gradient( 135deg, #0a66b4 0%, #bfc147  100%);
    background-position: 0 0;
    background-size: 100%;
    transition: background 300ms ease-in-out;
    font-weight: 500;
    margin-top: 10px !important;
}

.actiondncbtn{
	border-radius: 5px;
    border-color: #ce7e8c;
    box-shadow: 0px 0px #888888;
    background-image: linear-gradient( 135deg, #41a1e6 0%, #fc6252 100%);
    background-position: 0 0;
    background-size: 100%;
    transition: background 300ms ease-in-out;
    font-weight: 500;
    margin-top: 6px !important;
}

/* #propertyDataPrint tr:nth-child(2) th:first-child input { */
#propertyDataPrint tr:nth-child(2) th input {
    width:65px;
}
  #propertyviewNoticeDataPrint tr:nth-child(2) th input {
    width:65px;
}      
        
 .oldPropertyDet{
     border-color: #83baf6;
    box-shadow: 0px 0px #888888;
    background-position: 0 0;
    background-color: #d5e4f4;
    background-size: 100%;
    transition: background 300ms ease-in-out;
    font-weight: 600;
        color: #0d4787;
 }  
 
        
 .oldPropertyDetailOwner{
     box-shadow: 2px 5px #888888;
    background-position: 0 0;
    background-color:#99d6ff;
    font-weight: bold;
 }     
 
 table.dataTable thead th, table.dataTable thead td {
    padding: 5px 5px !important;
 }
 
/*  start color code legend  */
 .templateGenratedLegend {
	color: #018205;
}

.templateNotGenratedLegend {
	color: #FF0000;
}

.NOTICE_DRAFTED {
	color: #4000ff;
	padding: 1px;
}

.STP {
	color: #009933;
	padding: 1px;
}

.DEMAND_ISSUED {
	color: #b30000;
	padding: 1px;
}

.PER-HEAR-SUB {
	color: #663300;
	padding: 1px;
}

.INSP-SUB {
	color: #ffc107;
	padding: 1px;
}

.NOTICE_ISSUED {
	color: #ff00ff;
	padding: 1px;
}

.ASSESSMENT_ORDER_ISSUED {
	color: #ff0000;
	padding: 1px;
}

.CIT-RES-SUB {
	color: #5ffc64;
	padding: 1px;
}

.FORMDEF {
	color: #673ab7;
	padding: 1px;
}
.actionRevertBackedLegend {
	color: #c3d62d;
	padding: 1px;
}
.applicablePrimaryLegend {
	color: #4000ff;
}

.applicableWrapperLegend {
	color: #009933;
}

.applicableOrganisationLegend {
	color: #b30000;
}

.applicableServiceLegend {
	color: #663300;
}

.applicableCadreLegend {
	color: #ff0000;
}
/*  end color code legend  */

.fromFormEngine{
    background-image: linear-gradient(
315deg
, #f91f4700 0%, #ffc90047  74%);
        margin-top: 8px;
        font-weight: bolder;
        color: red !important;
}

.fromCitizen{
        background-image: linear-gradient( 
315deg , #f91f4700 0%, #1bff0047 74%);
    margin-top: 8px;
    font-weight: bolder;
    color: red !important;
}


.fromWithoutUpicHigh{
        background-image: linear-gradient( 
315deg , #997ad48a 0%, #997ad48a 74%);
    margin-top: 8px;
    font-weight: bolder;
    color: blue !important;
}

.fromCitizenHigh{
        background-image: linear-gradient( 
315deg , #f91f4700 0%, #f531316e 74%);
    margin-top: 8px;
    font-weight: bolder;
    color: red !important;
}



#forgoPasswordCitizenFrmID input::-moz-placeholder {
       font-size: 12px !important;
}

#forgoPasswordCitizenFrmID input:-ms-input-placeholder {
     font-size: 12px !important;
}

#forgoPasswordCitizenFrmID input::-webkit-input-placeholder {
       font-size: 12px !important;
}

/* start know your coperation  */
.more-btn{
display: inline-block;
    background: #f26d1e;
    padding: 8px 10px;
    color: #f7f7f7;
    font-weight: bold;
    border-radius: 20px;
    transition: all ease-in-out 0.4s;
    border: 1px solid #dcdcdc;
    max-height: 100px;
    font-size: 14px;
    float: right;
    margin-top: -10px;
}
.more-btn:hover{
	color:black;

	}
	
/* start desgin of D-123  */
.pnal_heading{
	color: #fff;
    background-color:#307b84!important;
    border-color: #174d54;
}

#propertyDncSearchedDataGrid.dataTable thead > tr:first-child > th,
#propertyviewNoticeDataPrint.dataTable thead > tr:first-child > th,
#propertyDataGrid.dataTable thead > tr:first-child > th

{
	color: #fff;
    background-color:#307b84!important;
    border-color: #174d54;
}	

#propertyDataGrid_wrapper .dataTables_paginate .paginate_button.disabled, #propertyDataGrid_wrapper .dataTables_paginate .paginate_button.disabled:hover, #propertyDataGrid_wrapper .dataTables_paginate .paginate_button.disabled:active,
#propertyDncSearchedDataGrid_wrapper .dataTables_paginate .paginate_button.disabled, #propertyDncSearchedDataGrid_wrapper .dataTables_paginate .paginate_button.disabled:hover, #propertyDncSearchedDataGrid_wrapper .dataTables_paginate .paginate_button.disabled:active,
#propertyviewNoticeDataPrint_wrapper .dataTables_paginate .paginate_button.disabled, #propertyviewNoticeDataPrint_wrapper .dataTables_paginate .paginate_button.disabled:hover, #propertyviewNoticeDataPrint_wrapper .dataTables_paginate .paginate_button.disabled:active
{
     border: 1px solid #f5ebeb !important;
    padding: 2px 10px;
   color: #fff;
   background: #307b84 !important;
   
}

/* #propertyDataGrid .dataTables_paginate .paginate_button.disabled, #propertyDataGrid .dataTables_paginate .paginate_button.disabled:hover, #propertyDataGrid .dataTables_paginate .paginate_button.disabled:active {   
    border: 1px solid #f5ebeb !important;
    padding: 2px 10px;
   color: #fff;
   background: #307b84 !important;
} */
.pansubhead{
	    background: #e7ebef !important;
    color: black !important;
/*    border-bottom: 1px solid #8c8787 !important; */
}
.breadcrum_d123{
	background: #a8eaf2 !important;
    border-bottom: 1px solid #1f6972;
}

/* message alert class */ 
.successMessage_d123 {
    padding: 4px 5px;
    font-size: 23px;
    font-weight: 700;
    color: #0f3d16;
    background-color: #a8eaf2;
    border: 5px solid #307b84;
    border-radius: 5px;
    /* animation: blinkingText 2s infinite; */
    animation: blinkingText 2s infinite;
    /* box-shadow: 5px 10px #91cca3; */
    text-shadow: 0 0 2px #d418b7, 0 0 2px #e2f211;
    text-transform: uppercase;
}
#customeTableForEntry tbody td{
 min-width: 170px;
}
/* END desgin of D-123  */

/*  start css-overflow action menu  in datatable  */

.ddlmenuheight
{
overflow-y: auto;max-height: 260px;
}
/*  end css-overflow action menu  in datatable  */
.notiactionbtn{
    margin-top: 0px !important;
    font-weight: 400;
    box-shadow: none;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 3em;
    border-color: #1abc9c;
    background-position: 0 0;
    background-size: 100%;
    transition: background 300ms ease-in-out;
}
/*  start css-RWA  */

.rwaDwellingUnitStatusData {
	background: #edd5b5;
    padding: 7px 5px 7px 5px;
    border: 1px solid #a39393;
}
.dt-buttons{
	text-align: right;
}
.double_border_right{
/* border-right: double 3px #333; */
border-right: dotted 1px #0d4c77;
min-height: 220px;
}
/*  END css-RWA  */


/*  start css-black background theme for website  */
.wob label {
	color: #fff;
	}
.wob .select2-results__option
{
color: #333;	
}
/*  end css-black background theme for website  */

.importnoti {
    padding: 3px 20px;
    min-height: 35px;
background-color: #84beeb !important;
    width: 100%;
    float: left;
}
    
.sample a {
    font-size: 14px;
    margin-left: 6px;
    color: red !important;
    font-weight: bold;
    margin-right: 6px;
    margin-top: 3px;
    text-decoration: none;
}
.register-div .form-group{
    margin-bottom: 10px;	
}

/* start fixed header with scrollable body table  */
.fixTableHead { 
      overflow-y: auto; 
      height: 350px; 
    } 
    .fixTableHead thead th { 
      position: sticky; 
      top: 0; 
      background:red !important;
    } 
/* end  */

.dash_iocns{
	width: 20px;
	height: 20px;
	min-width: 20px !important;
	max-width: 20px !important;
}


/* Style for the main dropdown -profile section  */
 /* Style for the main dropdown - profile section */
    .dropdown-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        /* position: relative; */
        z-index: 1000;
    }

    /* Position submenus absolutely */
    .dropdown-menu .dropdown-menu {
        display: none;
        position: absolute;
        top: 0;
        right: 100%; /* Position submenu to the left of the parent */
        margin-top: -1px;
        padding: 0;
        border-radius: 4px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        min-width: 180px;
    }

    /* Show submenu when parent is hovered */
    .dropdown-submenu:hover .dropdown-menu {
        display: block;
        left: -100%; /* Ensure submenu is to the left */
    }

    /* Optional: Handle long submenu content */
    .dropdown-menu .dropdown-menu {
        max-height: 300px;
        overflow-y: auto;
    }

    /* Add indicator for dropdown submenu */
    .dropdown-submenu > a:after {
        content: ' ▼';
        font-size: 10px;
        display: inline-block;
        margin-left: 5px;
    }

    .dropdown-submenu {
        position: relative;
    }

    /* Basic styles for <li> elements */
    .dropdown-menu > li {
        position: relative;
        padding: 4px 4px;
    }

    /* Basic styling for <a> elements in the menu */
    .dropdown-menu > li > a {
        color: #333;
        text-decoration: none;
        display: block;
    }

    /* Hover effect for menu items */
    .dropdown-menu > li > a:hover {
        background-color: #f0f0f0;
    }
    
    #allPropertySearchedDataPrint img.emutation-tbleimg{
        min-width: 47% !important;
    height: 61px !important;
    } 
.modal-fullscreen {
    width: 96%;
    max-width: none;
    height: auto;
    margin: 100px auto;
}
#yearDescriptionTable>thead>tr>th {
	background: #ddd;
}
.footer2{
background: #0f3660;	
}
/* start -Bunch dahbaord  styling  */
 .styled-list {
list-style: none;
    padding: 0;
    margin: 0;
    background: #ade4ff;
    border-radius: 5px;
    box-shadow: rgb(78 123 174) 0 0 1px 0, rgb(135 176 221) 0 3px 4px 0;
    overflow: hidden;
    text-align: justify;
        }
        .styled-list li {
            padding: 15px;
            border-bottom: 1px solid #dee2e6;
            display: inline-block;
        }
        .styled-list li:last-child {
            border-bottom: none;
        }
        .styled-list li strong {
            display: inline-block;
            color: #495057;
        }
        
/*   start -style for counter boxes     */  
.counter{
    color: #444;
    background-color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
       width: 165px;
    padding: 8px 8px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.3),7px -7px #FCAA02;
    border-radius: 7px;
}
.counter h3{
    color: #fff;
    background-color: #FCAA02;
      font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 4px 4px;
    margin: 0 0 8px;
    border-radius: 5px;
    min-height: 50px;
    text-align: center;
}
.counter a:focus, a:hover {
    text-decoration: none !important;
}
.counter .counter-value{
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    text-shadow: 5px 5px rgba(0,0,0,0.15);
    margin: 4px 0 8px;
    display: block;
}
.counter .counter-icon{
    color: #FCAA02;
    font-size: 35px;
    line-height: 35px;
}
.counter.pink{ box-shadow: 0 0 10px rgba(0,0,0,0.3), 7px -7px #FF664F; }
.counter.pink h3{ background-color: #FF664F; }
.counter.pink .counter-icon{ color: #FF664F; }
.counter.blue{ box-shadow: 0 0 10px rgba(0,0,0,0.3), 7px -7px #0A88FD; }
.counter.blue h3{ background-color: #0A88FD; }
.counter.blue .counter-icon{ color: #0A88FD; }
.counter.green{ box-shadow: 0 0 10px rgba(0,0,0,0.3), 7px -7px #1BA208; }
.counter.green h3{ background-color: #1BA208; }
.counter.green .counter-icon{ color: #1BA208; }
.counter.purple{ box-shadow: 0 0 10px rgba(0,0,0,0.3), 7px -7px #c452ef; }
.counter.purple h3{ background-color: #c452ef; }
.counter.purple .counter-icon{ color: #c452ef; }
.counter.magenta{ box-shadow: 0 0 10px rgba(0,0,0,0.3), 7px -7px #13637E; }
.counter.magenta h3{ background-color: #13637E; }
.counter.magenta .counter-icon{ color: #13637E; }
.counter.mahroon{ box-shadow: 0 0 10px rgba(0,0,0,0.3), 7px -7px #bf4f74; }
.counter.mahroon h3{ background-color: #bf4f74; }
.counter.mahroon .counter-icon{ color: #bf4f74; }
.counter.skyblue{ box-shadow: 0 0 10px rgba(0,0,0,0.3), 7px -7px #00BCD4; }
.counter.skyblue h3{ background-color: #00BCD4; }
.counter.skyblue .counter-icon{ color: #00BCD4; }
.counter.mehani{ box-shadow: 0 0 10px rgba(0,0,0,0.3), 7px -7px #8BC34A; }
.counter.mehani h3{ background-color: #8BC34A; }
.counter.mehani .counter-icon{ color: #8BC34A; }
/* pink color */
.counter.pink{ box-shadow: 0 0 10px rgba(0,0,0,0.3), 7px -7px #e78ac3; }
.counter.pink h3{ background-color: #e78ac3; }
.counter.pink .counter-icon{ color: #e78ac3; }
/* orange color */
.counter.orange{ box-shadow: 0 0 10px rgba(0,0,0,0.3), 7px -7px #fc8d62; }
.counter.orange h3{ background-color: #fc8d62; }
.counter.orange .counter-icon{ color: #fc8d62; }
/* bangani color */
.counter.bangani{ box-shadow: 0 0 10px rgba(0,0,0,0.3), 7px -7px #80699b; }
.counter.bangani h3{ background-color: #80699b; }
.counter.bangani .counter-icon{ color: #80699b; }

/* lightblue color */
.counter.lightblue{ box-shadow: 0 0 10px rgba(0,0,0,0.3), 7px -7px #5e8bc0; }
.counter.lightblue h3{ background-color: #5e8bc0; }
.counter.lightblue .counter-icon{ color: #5e8bc0; }

@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}        
        
 /*   end  -style for counter boxes     */   
 
 .bunch_draft_row td{
  background: #fff8eb !important;
 }
 .bunch_completed_row td{
  background: #e4fde9 !important;
 }     
 #bunchdashbaordDataGridNew tbody tr td:last-child {
  background-color: #fff!important;
      padding: 2px 1px !important;
} 
 .bunchhead{
  color: #f94600;
    font-weight: 600;
 }
.countcardstyle{
background: #fff;
border-radius: 5px;
box-shadow: rgb(78 123 174) 0 0 1px 0, rgb(135 176 221) 0 3px 4px 0;
   }
.bunchdashheading{
    background: #96c0e77d;
    padding: 10px;	
   }
   .bunchservicesbtn{
    border-color: #cdeaff;
   box-shadow: 1px 1px 1px 0px #252323;
    background-position: 0 0;
    background-size: 100%;
    border-radius: 5px;
    padding: 4px 12px;
        margin-right: 8px;
        background-color: #2578ca !important ;
 /*   background-image: linear-gradient(135deg, #4aa2ed 0%, #fd6918 100%); */
    /* background: linear-gradient(270deg, #0e4d92 0%, #f86a1d 100%);   */  
}
/* start css -Hierarchical Tree Structure section */
/* .tree {
  display: flex;
  justify-content: center; Align horizontally
  align-items: center; Align vertically
  height: 100%; Ensure the parent div takes up the full height
  margin-bottom: 30px;
}
 
.tree ul {
  position: relative;
  padding-top: 20px; 
}
 
.tree li {
  position: relative;
  padding: 20px 3px 0 3px; 
  float: left; 
  
  text-align: center;
  list-style-type: none; 
}
 
.tree li::before, .tree li::after{
  content: '';
  position: absolute; 
  top: 0; 
  right: 50%;
  width: 50%; 
  height: 20px;
  border-top: 1px solid #0f3660;
}
 
.tree li::after{
  left: 50%;
  right: auto; 
  
  border-left: 1px solid #0f3660;
}
 
.tree li:only-child::after, .tree li:only-child::before {
  content: '';
  display: none;
}
 
.tree li:only-child{ padding-top: 0;}
.tree li:first-child::before, .tree li:last-child::after{
  border: 0 none;
}
 
.tree li:last-child::before{
  border-right: 1px solid #0f3660;
  border-radius: 0 5px 0 0;
}
 
.tree li:first-child::after{
  border-radius: 5px 0 0 0;
}
.tree ul ul::before{
  content: '';
  position: absolute; top: 0; left: 50%;
  border-left: 1px solid #0f3660;
  width: 0; 
  height: 20px;
}
 
.tree li a{
  display: inline-block;
  padding: 5px 10px;  
  border-radius: 5px;
  border: 1px solid #0f3660; 
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-family: arial, verdana, tahoma;
  font-size: 12px;
}
 
.tree li a:hover, .tree li a:hover+ul li a {
  color: #000;
  background: #c8e4f8;   
  border: 1px solid #94a0b4;
}
 
.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before{
  content: '';
  border-color: #94a0b4;
}
.tree_nodal{
	font-weight: 800;
    background: #1c5ea2;
}
.tree_nodal span{
	color:#ff9800;
}
.tree_officer{
	background: #d3e235;
    font-weight: bold;
}
.tree_officer span
{
    color: #E91E63;
}
.tree_totalcount{
	background: #a9e463;
    font-weight: bold;
}
.tree_totalcount span{
 color: #E91E63;
} */
/* end css -Hierarchical Tree Structure section */
.treecardstyle {
    background: #e0e9f3;
    border-radius: 5px;
    box-shadow: rgb(78 123 174) 0 0 1px 0, rgb(135 176 221) 0 3px 4px 0;
}
.bg-head {
    background: #d6f1ff  !important;
   font-weight: 600;
}
.fa-24px
{
font-size: 24px;	
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 30px;
  text-align: center;
      margin-top: 12px;
}

.flex-item-left {
  padding: 10px;
  flex: 50%;
}

.flex-item-right {
  padding: 10px;
  flex: 50%;
}

/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px) {
  .flex-item-right, .flex-item-left {
    flex: 100%;
  }
}
.disabledDivision {
    background: #969292 !important;
    color: #fff !important;
}
.enabledivision{
background: #58aa58  !important;
color: #fff !important;
}	

/*-------------start-vertical-tree-view------------*/
.vertical-tree {
    display: block;
    align-items: flex-start; /* Aligns content to the left */
}
.vertical-tree ul {
    padding-left: 0; /* Removes extra left padding */
    margin-left: 20px; /* Adds slight left margin for better spacing */
}
.vertical-tree li {
    list-style-type: none;
    position: relative;
    margin: 10px 0; /* Increase vertical spacing */
    padding-left: 20px; /* Adjust horizontal spacing */
}
.vertical-tree li::before {
    content: '';
    position: absolute;
    top: -10px; /* Adjust the starting point */
     left: -10px; /* Moves vertical line closer */
    width: 1px;
    height: 100%;
    border-left: 2px solid #ccc;
}

.vertical-tree li::after {
    content: '';
    position: absolute;
    top: 20px; /* Adjust based on text height */
     left: -10px; /* Moves horizontal line closer */
    width: 15px;
    border-top: 2px solid #ccc;
}
.vertical-tree li a {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
        background-color: #195aa0;
    color: #fff;
    border: 1px solid #e1eafc;
    font-size: 14px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
     text-align: left; /* Aligns text to the left */
    display: block;
    width: max-content; /* Prevents unnecessary stretching */
}
.vertical-tree > ul > li::before, 
.vertical-tree > ul > li::after{
    border: 0;
}
.vertical-tree li:last-child::before{ 
        height: 34px;
}
.vertical-tree li a:hover, 
.vertical-tree li a:hover+ul li a {
    background-color: #5a8dee;
    color: #fff;
    border: 1px solid #5a8dee;
}
.vertical-tree li a:hover+ul li::after, 
.vertical-tree li a:hover+ul li::before, 
.vertical-tree li a:hover+ul::before, 
.vertical-tree li a:hover+ul ul::before{
    border-color:  #fbba00;
}

/*-------------end-vertical-tree-view------------*/

/* end -Bunch dahbaord  styling  */
/* end -Bunch dahbaord  styling  */

/* start -Property user profile  styling  */

.accordion-button {
	font-size:16px;
	    padding: 4px 8px;
	}
.accordion-item {
    margin-bottom: 10px;
    border: 1px solid #ddd !important;
}	
.bg-headprofile {
    background: #d6f1ff !important;
}
.bg_success_head {
    background: #d9ffd6 !important;
}
.bg_failed_head {
    background: #faafaf !important;
}
.border_list{
    margin: 0px;
}
.border_list_success li {
border: none !important;
     background: #d9ffd6; 
}
.border_list_fail li {
border: none !important;
     background: #faafaf; 
}
.profiledashhead{
	    padding: 10px 10px;
    background: #668bb1;
    color: #ffffff;
    font-weight: 800;
    border-radius: 4px !important;
}
.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-paytax {
    color: #fff;
    background-color: #5aaa5e;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-revisedpaytax {
    color: #fff;
    background-color: #5bc0de;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-deregistered {
    color: #fff;
    background-color: #e1635f;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-block {
    display: block;
    width: 100%;
}
.btn-social>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
      line-height: 28px;
    font-size: 18px;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

#accordionApplyechange .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23ffffff' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
  background-size: 24px;
  background-position: center;
  width: 30px;
  height: 30px;
}

#accordionApplyechange .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23ffffff' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  background-size: 24px;
  background-position: center;
  width: 30px;
  height: 30px;
}

  .custom-list {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 4px;
  }

  .custom-list .list-group-item {
    background: #f8f9fa;
    border: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    padding: 4px 8px;
    border-radius: 8px;
    margin-bottom: 10px; /* Space between list items */
  }

  .custom-list .list-group-item a {
    text-decoration: none;
    color: #007bff;
    transition: color 0.3s ease-in-out;
  }

  .custom-list .list-group-item:hover {
    background: #007bffcc;
    color: #fff;
  }

  .custom-list .list-group-item:hover a {
    color: #fff;
  }

  .custom-list .icon {
    font-size: 16px;
    color: #007bff;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
  }

  .custom-list .list-group-item:hover .icon {
    transform: scale(1.2);
    color: #fff;
  }

  /* Divider between list items */
  .list-divider {
    height: 1px;
    background: #ddd;
    margin: 4px 12px;
  }
  /* Custom Accordion styles */
.custom-accordion-button {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 8px;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    line-height: 2;
    position: relative; /* Ensure custom icon appears in right place */
}

/* Background Colors for Different Accordion Items  paymnet passbook*/
.custom-bg-payment1 { background-color: #6ec1e4 !important; color: #142c65; }
.custom-bg-payment2 { background-color: #f8a5a5 !important; color: #142c65; }
.custom-bg-payment3 { background-color: #F8BBD0 !important; color: #142c65; }
/* Background Colors for Different Accordion Items  notice & demand */
.custom-bg-Notice1 { background-color: #89dae7  !important; color: #142c65; }
.custom-bg-Notice2 { background-color: #f8a5a5 !important; color: #142c65; }
.custom-bg-Notice3 { background-color: #F8BBD0 !important; color: #142c65; }

.custom-accordion-item { margin-bottom: 10px; border-radius: 10px; overflow: hidden; }

/* Custom Table Style */
.custom-table-container { 
    background: #f4f4f4; 
    padding: 0px; 
    border-radius: 8px; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.1); 
}

.custom-table { 
    width: 100%; 
    border-collapse: collapse; 
}

.custom-table th, .custom-table td { 
       padding: 6px 10px;
    text-align: left; 
    border-bottom: 1px solid #ddd; 

}
.custom-table td {
 background: white;

	}
.custom-table th { 
     /*   background: #f0f6ff; */
    color: #26396e;
    font-weight: bold; 
}


/* Highlight last row  removed on 04-03-2025 ->creating issue fro proerty tables*/ 
/* .custom-table tr:last-child th, tr:last-child td  {
    background-color: #cde6f9; Light blue background
    font-weight: bold;
    color: #142c65; Dark text color
} */

/* Hover effect for action icons */
.custom-table tr:last-child td a:hover {
    color: #0d6efd; /* Blue color on hover */
}


/* Styling icons */
.custom-table tr:last-child td i {
    transition: transform 0.3s ease, color 0.3s ease;
}

.custom-table tr:last-child td i:hover {
    transform: scale(1.2); /* Slight zoom effect on hover */
    color: #0d6efd; /* Blue color on hover */
}

/* Icons on the right */
.icon { font-size: 1.2rem; }

/* Remove the default Bootstrap accordion icon */
.custom-accordion-button::before {
    content: none !important; /* Hide the default icon */
}

/* Custom Toggle Arrow Icons */
/* .custom-accordion-button::after {
    content: '\2B9F'; Down Arrow
    font-size: 1.2rem;
    color: white;
    position: relative;
}

.custom-accordion-button.collapsed::after {
    content: '\25B6'; Right Arrow
    color: white;
    position: relative;
} */
.mapcardhead{
	    background: #337ab7;
    color: white;
}
.propertyprofileimg{
	width: 150px;
    height: 132px;
    border: 1px solid #214870;
    background: #668bb1;
    border-radius: 8px;
}
/* end -Property user profile  styling  */
/*   ***************satrt - map css*************************** */
   .maptooltip {
            position: absolute;
            background-color: #3e71b0; /* Semi-transparent white background */
            color:white;
            border: 1px solid black;
            padding: 5px;
            white-space: nowrap;
            opacity: 0.9;
            pointer-events: none;
            display: none; /* Hide the tooltip initially */
            z-index: 1000; /* Ensure tooltip is above the map */
             border-radius: 3px; /* Rounded corners */
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); /* Subtle shadow for depth */
        }
        #mapButton {
            cursor: pointer;
            padding: 10px 20px;
            background-color: #007bff;
            color: white;
            border: none;
            border-radius: 5px;
            font-size: 16px;
          /*   position: absolute; */
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: none; /* Hide the button initially */
        }
        #mapImage {
            position: relative;
            display: inline-block;
                border: 1px solid #417db5;
        }
        #mapImage:hover #mapButton {
            display: block; /* Show the button on image hover */
        } 
        #mapImage img{
       opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
        }
       
.viewmapbtn {
  transition: .5s ease;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

  #mapImage:hover img {
  opacity: 0.3;
      cursor: pointer;
}

.container:hover .viewmapbtn {
  opacity: 1;
}
 
 /*   ***************end*************************** */

/*  start -officer dashbaord links design  */

 .search-bar {
         display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 2px 10px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 50%;
    backdrop-filter: blur(10px);
    margin-bottom: 20px;
    border: 1px solid #7cb6f5;
        }
        .search-bar input {
            border: none;
            outline: none;
            flex: 1;
            padding: 8px;
            font-size: 16px;
            background: transparent;
            color: black;
        }
        .search-bar i {
            margin-right: 10px;
            color: black;
        }
.containercustom {
            display: flex;
            justify-content: center;
            gap: 20px;
            width: 55%;
        }
        .cardlinks {
            width: 30%;
            background: white;
            border-radius: 15px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.3);
            overflow: hidden;
        }
.card-headerlink {
            text-align: center;
           font-size: 20px;
    font-weight: bold;
    padding: 5px;
            width: 100%;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        }
        .card-header_blue { background: #bbdefb; color: #0d47a1; }
        .card-header_red { background: #ffcdd2; color: #b71c1c; }
       .card-header_green { background: #c8e6c9; color: #1b5e20; }
        .button-container {
            display: inline-block;
            flex-direction: column;
            gap: 10px;
            padding: 15px;
        }
         .card-container {
            display: flex;
            justify-content: center;
            gap: 20px;
        }
         .btnptrlinks {
            background: #007bff;
            color: white;
            padding: 12px 18px;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: 0.3s;
            box-shadow: 0 3px 10px rgba(0,0,0,0.2);
            justify-content: center;
            width: 100%;
        }
        .btnptrlinks:hover {
            background: #0056b3;
            transform: scale(1.05);
        }
 /*  end  -officer dashbaord links design  */
 /* Apply fixed positioning only on desktop (screens wider than 1024px) */
@media (min-width: 1024px) {
 .fixedfooter{
 position: sticky;
    bottom: 0;
    width:100%;
 }
}


/* Style for dropdown menu with submenu in action button in datatable */
        .dropdown-menu {
            min-width: 230px;
            max-height: 300px; /* Set max height */
            overflow-y: auto;  /* Enable scrolling if content exceeds height */
              background-color: #f8f9fa; /* Light gray background */
            border: 1px solid #ddd;
        }

        /* Custom submenu styling */
        .custom-submenu {
            position: relative;
        }

        /* Hide submenu initially */
        .custom-submenu .customChildMenu {
            display: none;
            position: absolute;
            right: 100%;  /* Aligns submenu to the left */
            top: 0;
            min-width: 200px;
           background: #e3f2fd; /* Light blue background */
            border: 1px solid #ddd;
            z-index: 1000;
            max-height: 200px;  /* Set max height for submenu */
            overflow-y: auto;    /* Enable scrolling if needed */
        }

        /* Show submenu on hover */
        .custom-submenu:hover > .customChildMenu {
            display: block;
        }

        /* Single arrow icon */
        .submenu-arrow {
            float: right;
            transition: transform 0.3s ease;
        }

        /* Rotate arrow when submenu opens */
        .custom-submenu:hover .submenu-arrow {
            transform: rotate(90deg);
        }
/*end- Style for dropdown menu with submenu in action button in datatable */

/* start-style for G-8 Module  */
        .budget-head {
            border: 1px solid #ccc;
            padding: 15px;
            margin-bottom: 10px;
            background: #f9f9f9;
        }
        .remove-btn {
            background: red;
            color: white;
            border: none;
            padding: 5px 10px;
            cursor: pointer;
            float: right;
        }
        
/* end-style for G-8 Module  */

.is-invalid {
    border: 1px solid red;
}


/* start-style for upic/property details page  */
  .custom-card-header {
  background-color: #d0e7ff;
  font-weight: 600;
  font-size: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 8px;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-bottom: 1px solid #a0c4ff;
  position: relative;
  flex-wrap: wrap; /* Enables wrapping on smaller screens */
}

.header-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
  font-weight: 600;
  white-space: nowrap;
}

.legend {
  margin-left: auto;
  font-size: 0.9rem;
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
    .legend span {
      display: flex;
      align-items: center;
      gap: 6px;
      font-weight: 600;
      padding: 4px 10px;
      border-radius: 4px;
      color: #000;
      user-select: none;
          font-size: 12px;
    }
    .legend .paid {
      background-color: #d4edda;
      border: 1px solid #c3e6cb;
      color: #184a23;
    }
    .legend .paid i {
      color: #28a745;
      font-size: 1.2rem;
    }
    .legend .unpaid {
      background-color: #f8d7da;
      border: 1px solid #f5c6cb;
      color: #721c24;
    }
    .legend .unpaid i {
      color: #dc3545;
      font-size: 1.2rem;
    }
    
    .legend .refresh {
    background-color: rgb(14 77 146);
    border: 1px solid rgb(15 54 96);
    color: #fff;
    }
    .legend .refresh i {
     color: #fff;
      font-size: 1.2rem;
    }
    
    .property-box {
      border-radius: 8px;
      padding: 12px;
    margin-bottom: 10px;
    }
    .property-paid {
      background-color: #d4edda;
      border: 1px solid #c3e6cb;
    }
    .property-unpaid {
      background-color: #f8d7da;
      border: 1px solid #f5c6cb;
    }
    /* Optional for small screen responsiveness */
@media (max-width: 576px) {
  .custom-card-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-title {
    position: relative;
    left: auto;
    transform: none;
    margin-bottom: 8px;
  }

  .legend {
    margin-left: 0;
    justify-content: flex-start;
  }
}
    .data-row {
      margin-bottom: 10px;
    }
    .data-label {
      font-weight: 600;
      color: #343a40;
      width: 150px;
    }
    .data-value {
      color: #212529;
     flex: 1; 
    text-align: left;
    }
    
 .calc-body{
   background-color: #f0f8ff;
   }
 
   .calc-section {
    padding: 4px 16px;
    text-align: left;
  }
  .form-check-custom {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    transition: background-color 0.2s ease;
  }
label.form-check-label[style] {
  font-size: 14px !important;
}
  .form-check-input:checked + .form-check-label {
    font-weight: 600;
    color: #0d6efd;
  }

  .form-check-input {
      margin-left: 0px !important;
          border: 1px solid #3333339e;
  }

  .form-check-custom:hover {
    background-color: #eef6ff;
  }
    
/* end-style for upic/property details page  */