/*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;	
}

/*end  comman font-family for whole application  */
/*start  Written by parmila   */

.maindivhight {
	min-height: 530px;
     /*    min-height: 685px;  */
      /* min-height: 615px;*/
     /*  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;  */
    /*    padding: 44px;
        margin-top: 20px; */
}
.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: 2px;
    margin-top: 8px;
   /*   background: #c6e3f3;  */
       background: #2871be;
  /* background: -webkit-linear-gradient(left, #3db5d9, #00c6ff) !important;*/
  /*   border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%; */
}
.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: 0%;
       border-bottom: 1px solid #02486d;
    background: #2871be;
   /*  background: #0062cc; */
   /* background: #cee9f4; */
    border-radius: 0;
    width: 100%;
    float: right;
}
.register .nav-tabs .nav-link{
        border: 1px solid #fff;
    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: uppercase;
}
.register .nav-tabs .nav-link:hover{
    color: #e96220;
    border: 1px solid #02486d;
     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: #02486d;
    border: 1px solid #02486d;
         font-weight: 600;
border-top-left-radius: 15px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0px;
    padding: 7px 20px;
         box-shadow: inset 0px -3px 3px 0px #e46224;
}
.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 15px;
     background-image: url(../images/loginbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
       
        .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{
	    background: aliceblue;
    border-bottom: 1px dotted #037ba3;
    font-weight: 600;
    padding: 0px 0 0 0;
    text-align: center;
    color: #1c498d;
    font-size: 23px;
}
.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: 25px;
    border: 2px solid #1c498d;
    box-shadow: 0px 0px 1px 1px #0a66c2;
    margin-top: 25px;
}

.impheading{
	color:red;
}
.mandataryfield{
	color: #4fbfa8 !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: 2px 0;
}
.w-100 {
	width: 100%!important;
	max-height: 293px!important;
}
.modalmsz {
	font-size: 14px;
	font-weight: normal;
	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: #0380d1 !important;
    border-color: #0469ab;
	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;
}
.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: #2871be;
	color: #fff;
	padding: 7px 7px;
}
.otpbtn:hover {
	background: #17386e;
	color: #fff;
	padding: 7px 7px;
}
.radiobtn {
	font-weight: normal!important;
	font-size: 12px!important;
	margin-top: 0px;
	margin-right: 10px;
}
.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: 10px 15px !important;
	margin-bottom: 15px !important;
	list-style: none;
	border-radius: 4px;	 
	background: -moz-linear-gradient(top, #dff6ff, #dff6ff) !important;
	background: -webkit-linear-gradient(top, #dff6ff, #dff6ff) !important;
	background: -ms-linear-gradient(top, #dff6ff, #dff6ff) !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: 2;
	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 18px!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(../../images/sort_both.png)
}
table.dataTable thead .sorting_asc {
	background-image: url(../../images/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: #0380d1!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: #0380d1;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0;
    border: 1px solid #054253;
	border-radius: 5px;
	text-transform: capitalize;
}
.dropBtn:hover {
   background-color: #07568a;
    border-color: #07568a;
    color:white;
}
.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; */
	    background-color: #8fae90;
	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: 13px;
	font-weight: 600;
	color: red;
	background-color: #e4f4fb;
	border: 1px solid #8bdafd;
	border-radius: 5px;
}
.successalertMsz {
    padding: 4px 23px;
    font-size: 16px;
    font-weight: 700;
    color: #2d7930;
    background-color: #e4f4fb;
    border: 1px solid #8bdafd;
    border-radius: 5px;
}
.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;
}
.nav-lin {
	padding: 4px 8px;
}
.leftpenl {
	/* max-height: 40px; */
	text-align: left!important;
	cursor: auto;
	background: #2871be!important;
}
.leftpenl:hover {
	background: #0380d1!important;
}
.leftpenl h3 {
	margin-top: 0px;
	font-size: 14px;
	letter-spacing: 0px;
	text-transform: initial;
	text-align: left;
	letter-spacing: 1px;
	color: white;
}
.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: #ff6100;
    padding: 0px 0px 6px 0;
    margin: -13px 0px 5px 0;
    text-align: left;
    font-weight: 600;
}
.cardheight{
	    height: 323px;
	    display: block;
    overflow: auto;
}
.cardheightinstruct{
	    height: 323px!important;
	    display: block;
    overflow: auto;
}
.cardheightafterlogin{
	    height: 650px;
	    display: block;
    overflow: auto;
}
.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: -10px 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: 18px;
	margin-bottom: 20PX;
	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% !important;
	margin: 2px;
	height: 20px;
	font-size: 13px;
}
.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: break-word;
 white-space: 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;
}

.hidetooltip{
	top: -60px !important;
    right: 148px !important;
    left: unset !important;
}



.userhidetooltip{
	top: 80px !important;
    /* right: 148px !important; */
    left: 20px !important;
}
.emailtooltip{
	top: 80px !important;
    /* right: 148px !important; */
    left: 20px !important;
}
.logintooltip{
top: -60px !important;
    right: 0px !important;
    left: unset !important;
        background: #ccffcb !important;
    color: #000 !important;
    font-size: 13px !important;
    }
    
  .logintooltip:after {
    content: "";
       position: absolute !important;
    top: 100% !important;
    left: 54% !important;
    margin-left: -31px !important;
    border-width: 0 5px 5px !important;
    border-style: solid !important;
    border-color: transparent transparent #ff1a1a transparent !important;
}
.hidetooltip:after {
border: none !important;
}

@media (min-width: 280px) and (max-width: 312px)
{
	.logintooltip{
top: -110px !important;
    right: 0px !important;
    left: unset !important;
        background: #ccffcb !important;
    color: #000 !important;
    font-size: 11px !important;
    }
}
@media (min-width: 313px) and (max-width: 425px)
{
	.logintooltip{
top: -85px !important;
    right: 0px !important;
    left: unset !important;
        background: #ccffcb !important;
    color: #000 !important;
    font-size: 11px !important;
    }
}
@media (min-width: 426px) and (max-width: 767px)
{
	.tooltip-new .tooltiptext {  
    width: 100%;
	}
	.hidetooltip {
    top: -130px !important;
    right: 148px !important;
    left: 0px !important;
}
.logintooltip{
top: -60px !important;
    right: 0px !important;
    left: unset !important;
        background: #ccffcb !important;
    color: #000 !important;
    font-size: 11px !important;
    }
    
    
    .logintooltip:after {
    content: "";
       position: absolute !important;
    bottom: 100% !important;
    left: 54% !important;
    margin-left: -31px !important;
    border-width: 0 5px 5px !important;
    border-style: solid !important;
    border-color: transparent transparent #ff1a1a transparent !important;
}
.emailtooltip{
	top: 90px !important;
    /* right: 148px !important; */
    left: 20px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-table;
}
}
 @media (min-width: 768px) and (max-width: 920px)
{
	.logintooltip{
top: -132px !important;
    right: 0px !important;
    left: unset !important; 
    }
    .emailtooltip{
	top: 90px !important;
    /* right: 148px !important; */
    left: 20px !important;
}
} 
 @media (min-width: 921px) and (max-width: 1090px)
{
	.logintooltip{
top: -110px !important;
    right: 0px !important;
    left: unset !important; 
    }
 }
  @media (min-width: 1091px) and (max-width: 1500px)
{
	.logintooltip{
top: -90px !important;
    right: 0px !important;
    left: unset !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: 14px;
	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: #153365;
}	
	
.nav-pills .nav-link {
    border-radius: .25rem;
    border-bottom: 1px dotted #cccccc;
    font-size: 13px;
    color: #ffffff;
    text-align: left;
}	

.nav-pills .nav-link:hover {
    color: #0d1d38;
    text-decoration: none;
}	
	
.tab-pane {
    padding: 0px 0;
    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-family: 'Poppins';
    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: #fff !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: #004b60;
    background-color: #daf2f4;
    border: 1px solid #047190;
    font-weight:700;
    border-radius: 5px;
    /* padding: 10px; */
    /* color: #337ab7; */
    font-family: 'Poppins';
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

.cutomtabview{
    display: flex !important;
}
.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: 31px 0px;
}
.mar a{
	color: #0a66c2  !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-shapeold {
  -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; } 
    
.shadowold {
  -webkit-transform: translate(8px, 8px);
  transform: translate(8px, 8px); }

.anim-shape--shadowold {
  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;
}
}

.header-top ul{
        padding: 0;
        list-style: none;
        margin-bottom: 0px;
    }
   .header-top ul li{
        display: inline-block;
        position: relative;    
        text-align: left;
       border-left: 1px dotted #fff;
   		 margin: 0px 0 0 0;
    }
    .header-top ul li a{
        display: block;
        padding: 0px 10px;
        color: #fff !important;
        text-decoration: none;
    }
   .header-top ul li a:hover{
       color: #d12c54;
    }
     .header-top ul li a:hover ul, .header-top ul li a:focus ul{
        background: #f2f2f2;
    }
   .header-top ul li ul.dropdown{
    min-width: 100%;
    background: #017ea3;
    color: white !important;
    display: none !important;
    position: absolute;
    z-index: 999;
    left: 0;
    border: 1px solid #047190;
    padding: 0px;
    margin-top: 2px !important;
    }
    .header-top ul li:hover ul.dropdown{
        display: block !important;	/* Display the dropdown */
    }
   .header-top ul li ul.dropdown li{
        display: block !important;
        border-left: none;
    }

.helpdrplist{
width: 390px;
    left: -74px !important;
    padding: 8px 10px !important;
    border-radius: 5px;	
}
 .usrprofile ul li a{
     color: #333 !important;
 }
/******************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;
    color: white;
    font-weight: 600;
}
.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;
}
.layout-navbar-fixed .wrapper .content-wrapper {
margin-top: -3px;
    padding: 0 0 1.5em 0 !important;
}
fieldset {
    border: none !important;
    padding:0px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
}


/* 
##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: 260px;
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: 2px;
        margin-top: 8px;
        background: #2871be;
     border-top-left-radius: 0px; 
    border-bottom-left-radius:0px; 
}
.register .card1 {
    padding: 4px 5px;
    background: #fff;
        background-image: url(../images/loginbg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
}
.password-left{
	display:none;
}

}


 @media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
 .register-right {
   padding: 2px;
        margin-top: 8px;
        background: #2871be;
     border-top-left-radius: 0px; 
    border-bottom-left-radius:0px; 
}
.register .card1 {
    padding: 4px 5px;
  background: #fff;
        background-image: url(../images/loginbg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
}
.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;
	    display: inline;
    word-break: break-word;
}
.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;
}

.panel .box1{
	    padding: 15px 15px !important;
}

/******* start help desk css ******/
.help-desk{
  position:fixed;
  top:50%;
  right:-350px;
   -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
 /*  -ms-transform: translateY(-50%); */
  -o-transform:  translateY(-50%);
  transform:translateY(-50%);
  width:350px;
  height:auto;
  background:#fff;
  box-sizing:border-box;
    -webkit-transition:0.5s;
   -moz-transition:0.5s;
   -o-transition:0.5s;
  transition:0.5s;
  z-index:9999 !important;
  border: 1px solid #f07806;
}
.help-desk.active{
  right:0;
   z-index:9999 !important;
}

.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:90%;
    height:70%;
    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;
}
#birthdeathhometbleDataGrid
{
	margin-top:80px !important;
}

}

/****** end help desk css ***/

#birthdeathhometbleDataGrid
{
	margin-top:40px;
}

.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;    }
}

.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-family: 'Poppins';
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

 .tooltip {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  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 !important;
  padding: 3px 8px;
  color: #000;
  text-align: center;
  background-color: #b3f6b3e0;
  border-radius: 4px;
  float:right;

  
} 

.btn{
	    text-transform: uppercase !important;
}

.width80{
	width:80% !important;
}
.width20{
	width:20% !important;
	padding:6px 5px !important;
}
.width85{
	width:85% !important;
}
.width15{
	width:15% !important;
	padding:6px 5px !important;
}

/* 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;
  z-index: 9999;
}
.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;
  }
  .btn{
	        width: 100%;
    text-align: center;
}
}

/* start  left side menu informations  */
.layout-navbar-fixed .wrapper .main-header {
    left: 0;
    position: sticky !important;
    right: 0;
    top: -5px;
    z-index: 1037;
}

/* start  color code with text   */
.dotbox{
	    border: 1px solid #beafafdd;
    padding: 10px;
}
	.dotred {
  display: inline-block;
  border-radius: 10%;
  width: 50%;
  background-color:red;
  height: 10px;
  width: 10px;
  margin: 0 2px;
}
	.dotblue {
  display: inline-block;
  border-radius: 10%;
  width: 50%;
  background-color: blue;
  height: 10px;
  width: 10px;
  margin: 0 2px;
}
	.dotorange {
  display: inline-block;
  border-radius: 10%;
  width: 50%;
  background-color: orange;
  height: 10px;
  width: 10px;
  margin: 0 2px;
}
	.dotgreen {
  display: inline-block;
  border-radius: 10%;
  width: 50%;
  background-color: #32CD32;
  height: 10px;
  width: 10px;
  margin: 0 2px;
}
	.dotgray {
  display: inline-block;
  border-radius: 10%;
  width: 50%;
  background-color: gray;
  height: 10px;
  width: 10px;
  margin: 0 2px;
}

.dotdarkgreen {
  display: inline-block;
  border-radius: 10%;
  width: 50%;
  background-color: #006400;
  height: 10px;
  width: 10px;
  margin: 0 2px;
}
.dotpink {
  display: inline-block;
  border-radius: 10%;
  width: 50%;
  background-color: #915c83;
  height: 10px;
  width: 10px;
  margin: 0 2px;
}

.dotblue2{
	display: inline-block;
  border-radius: 10%;
  width: 50%;
  background-color: #007aa5;
  height: 10px;
  width: 10px;
  margin: 0 2px;
}


/* end  color code with text   */

.viewinstrguide{
	    color: white;
    font-size: 19px;
    background: #02486d;
    padding: 10px;
    font-weight: 600;
}


/********************* START birth death home page msg*******************/
.glow {
  font-size: 18px;
  color: black;
  
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #efb701, 0 0 20px #efb701, 0 0 30px #efb701, 0 0 40px #efb701, 0 0 50px #efb701, 0 0 60px #efb701, 0 0 70px #efb701;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #FF4500, 0 0 40px #FF4500, 0 0 50px #FF4500, 0 0 60px #f51010, 0 0 70px #FF4500, 0 0 80px #FF4500;
  }
}


/********/



.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 {
 
  font-size: 16px;
 font-weight:700;
  animation: animatered 5s linear infinite;
 padding:4px;
}



@keyframes animatered{
  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: 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  enable javascript msg  *************************************/

.styleenablescript{
	font-size: 24px;
    background: #bdc1c5;
        margin-top: 14px;
}
/********************end  enable javascript msg  *************************************/

.cutombtnlist .nav>li{
	color:white;
}
/* .cutombtnlist >li>a:focus, */
 .cutombtnlist >li>a:hover 
{
   font-weight:600;
	color:red !important;
	 background:gray !important; 
	cursor:pointer !important;

	}
	.cutombtnlist .nav>li:active
{
   font-weight:600;
	color:#fff !important;
	 background:#00ff40 !important;
	cursor:pointer;

	}
	
	
.highlighted{
    background: #faaf5e !important;
}
.table[id$='DataGrid'] tbody tr td:hover:after{
   content: attr(data-title);    
    position: absolute;    
    background-color: #1c498d;
	color: #fff;
    border:1px solid #000;  
    z-index:99;
    cursor:pointer;
   padding:1px 5px;
    margin-top:-3px;
    border-radius:3px;
    font-size:12px;
    margin-left:15px;
    text-align:center !important;
    display:block; 
    width:auto; 
       
   }
    
  .table[id$='DataGrid'] tbody tr td:last-child:hover:after
   {
   content: none;    
   } 
   button.dt-button, div.dt-button, a.dt-button, input.dt-button {
   color:#fff;
       background: slategray;
       font-size:14px;
   }
   button.dt-button:hover{
   color:blue;
   background: #ddd;
   }
   
   #birthdeathhometbleDataGrid thead tr th input {

   width:130px !important;
   }
   
/*    a.btnmargin:hover {
    cursor: help;
    position: relative
} */


a.btnmargin[data-title]:hover:after{
  content: attr(data-title);
background: #e68832; 
  position: absolute;
  top: auto;
  display:block;
  padding:5px;
}


/***********************************************
side bar menu
************************************************/

.box-right{ float: right;}
/* button, input[type="submit"]{
    background:none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
} */

.header-controlMenuButton svg{ fill:#ffffff;}

#hit-menu{ position: fixed; left: 0; top: 0; z-index: 10000; width: 20px; height: 100%; background-color: transparent; display: none;}

/*HEADER*/
#header{ position: fixed; height: 110px; width: 100%; left:0; top: 0; z-index: 10;}
.header-topo{ background-color: #02486d; height: 41px; position: relative;}

#header .brand-icon{ position: absolute; top: 50%; right: 50%; width: 80px; height: 24px; margin: -12px -40px 0 0;}
.header-controlMenuButton{ position: absolute; left: 200px; height: 41px; width: 50px; background-color: #e2820d; text-align: center; cursor: pointer;}
.header-controlMenuButton .spt{ display: inline-block;}
.header-controlMenuButton:hover{ background-color: #e25f12;}
.header-search{ width: 260px; float: left; position: absolute; left: 0;}
.header-search .spt{ float: left; margin: 15px 25px 0 17px;}
.header-search input{ float: left;font-family: 'Poppins'; color: #9a9a9a; font-size: 14px; margin-top: 15px; border: none;}
.header-menu{  }
#header .menu-modulos{ float: left; width: 100%; height: 50px;}
#header .menu-modulos .menu-modulosInner{ padding: 0 120px 0 280px;}
#header .menu-modulos .menu-modulosWrapper{ overflow-x: scroll;}
#header .menu-modulos .menu-modulosBt{ position: relative; display: inline-block; padding: 0 10px; margin: 0 5px;}
#header .menu-modulos .menu-modulosBt-mainBt{ display: block; font-weight: normal; text-align: center; padding: 15px 0; font-size: 14px; color: #848484;}
#header .menu-modulos .menu-modulosFeed{ position: absolute; width: 100%; bottom: 0; height: 2px; left: 0; display: none; background-color: #008658;}
#header .menu-modulos .menu-modulosBt:hover .menu-modulosFeed{ display: block;}
#header .menu-modulos .menu-modulosBt:hover .menu-modulosBt-mainBt{ color: #333333;}

.header-nomeEmpresa{ margin: 17px 0 0 20px;
    float: left;
    font-size: 38px;
    font-weight: 400;
    color: white;
    text-shadow: 3px 3px 0 #e86262;
    transition: all 0.2s ease;
    color: #ffffff;
    font-size: 38PX;
    line-height: 10px;
    font-weight: 300;}
.header-nomeEmpresa_mobile{ margin: 20px 0 0 5px; display: none;}

.button-menu-mobile{ height: 80px; display: none; opacity: 0; cursor: pointer;     background: #e2820d;}
.button-menu-mobile:hover{ background-color: #e25f12;}
.button-menu-mobile{ height: 42px;float: left; width: 45px; margin-left: 10px; display: none;}
.button-menu-mobile .box-stripes{ position: relative; width: 15px; }
.button-menu-mobile span{ position: absolute; width: 100%; background-color: #ffffff; height: 2px; top: 0;}
#header .stripe-top{ margin-top: -6px;}
#header .stripe-bottom{ margin-top: 6px;}

#header .header-inner{ /*margin-left: 260px; */position: relative; background-color: #ffffff; border-bottom: 1px solid #e4e5e6;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.1);
    box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.1);}


/*------*/

/*MENU*/
#menu{ position: fixed; top: 0; left: 0; height: 100%; z-index: 100; background-color: #ffffff;width: 260px;}
#menu .menu-wrapper-inner{ padding-top: 110px; box-shadow: 0px 2px 2px 0px rgb(50 50 50 / 10%)}
#menu .menu-wrapper{ position: relative; overflow-x: hidden;}
#menu .menu{ width: 260px; float: left;}
#menu .menu ul{ list-style-type: none; padding-left:0px;}
#menu .menu-item{ position: relative;}
#menu .menu-item:hover{ background-color: #b6bcc9;}
#menu .menu-item a{  padding: 15px 30px;font-size: 14px; line-height: 18px; font-weight: normal; color: #04256d; display: block;}
#menu .menu-item .spt{ position: absolute; right: 25px; top: 50%; margin-top: -5px;}
#menu .menu-slider{ position: relative; width: 2000px; left:0;}
#menu .submenu{ display: none;}
#menu .submenu-back{ border-bottom: 1px solid #eeeeee;}
#menu .submenu-back .spt{ left: 25px;}
#menu .submenu-back a{ padding-left: 40px; font-size: 12px;}
.header-menu{position: relative;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    width: auto;
    white-space: nowrap;}
.menu-box{overflow: auto; position: relative; height: 100%;}

.menu-header{ position: absolute; z-index: 10; border-bottom: 1px solid #e4e5e6; width: 100%; background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.1);
    box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.1);
}

.shape-remove-shadow_white{ position: absolute; background: #ffffff; height: 50px; width:10px; right: -3px; top: 60px;}
.shape-remove-shadow_green{ display: none;position: absolute; background: #008658; height: 60px; width:10px; right: -3px; top: 0;}

.menu-mobile-background{ opacity: 0 !important; display: none !important; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 100; background:rgba(0,0,0,.8);}

/*menu fechado*/

/********/

.button-actions{ position: fixed; bottom: 0; right: 40px; cursor: pointer;}
.borderradius .button-actions{ background-color: #008658; width: 56px; height: 56px; bottom: 20px; right: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow:    0px 4px 10px 0px rgba(0, 0, 0, 0.6);
    box-shadow:         0px 4px 10px 0px rgba(0, 0, 0, 0.6);}
.borderradius .button-actions .spt{ display: none;}
.borderradius .button-actions .plus{position: absolute; width: 14px; height: 14px; top:50%; left: 50%; margin: -7px 0 0 -7px;}
.borderradius .button-actions .plus .vert{ position: absolute; height: 100%; width: 2px; background-color: #ffffff; left: 6px; top: 0;}
.borderradius .button-actions .plus .hor{position: absolute; width: 100%; height: 2px; background-color: #ffffff; left: 0; top: 6px;}
.borderradius .button-actions:hover{ background-color:#006945;}

.borderradius .button-actions.active .vert{ display: none;}

.boxWrapperActions{ position: fixed; bottom: 90px; right: 80px;}
.boxWrapperActions-wrapper{ display: none;}
.boxWrapperActions-box{ border: 1px solid #bebebe;}
.boxWrapperActions .boxWrapperActions-box{ background-color: #ffffff; border-color:#e6e6e6; min-width: 130px;
    -webkit-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 6px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 6px 30px 0px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;}

.boxWrapperActions .boxWrapperActions-title{ border-bottom: 1px solid #dcdcdc; padding: 12px 20px; font-weight: 400;}
.boxWrapperActions ul{ padding: 15px 0;}
.boxWrapperActions ul li:hover{ background-color: #eeeeee;}
.boxWrapperActions ul li a{ padding: 5px 20px; display: block;}

.boxOptions{ position: absolute; right: 0; top: 0; padding-right: 10px;}
.boxOptions .boxOptions-item_language{ float: left;}
.boxOptions .boxOptions-item_user{ float: left;}
.boxOptions .boxOptions-button{ height: 50px; padding: 0 10px; cursor: pointer;}
.boxOptions .boxOptions-button.active,
.boxOptions .boxOptions-button:hover{ background-color: #ececec;}
.boxOptions .boxOptions-item{ position: relative;}
.boxOptionsWrapper{ position: absolute; right: 0; top: 60px;}
.boxOptionsWrapper-container{ display: none;}
.boxOptionsWrapper-content{ background-color: #ffffff; border-color:#e6e6e6; min-width: 130px;
    -webkit-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 6px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 6px 30px 0px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;}
.boxOptionsWrapper-content ul li:hover{ background-color: #eeeeee;}
.boxOptionsWrapper-content ul li a{ padding: 5px 20px; display: block; font-size: 14px;}

@media screen and (max-width: 768px) {
    #header .brand-icon{ right: 0; margin-right: 20px;}
    #header .menu-modulos .menu-modulosWrapper{ margin-left: 0 !important;  }

    #menu{ z-index: 999;}

    #menu{ left: -260px; opacity: 0;}
    #hit-menu{ display: block;}
    #header .button-menu-mobile{ display: block; opacity: 1;}
    #header .menu-modulos .menu-modulosInner{ padding: 0;}

    .shape-remove-shadow_green,
    .shape-remove-shadow_white{ display: none;}
 
    .header-nomeEmpresa_mobile{ font-size: 14px; }

    .borderradius .button-actions{ right: 30px; width: 40px; height: 40px;}
    .borderradius .boxWrapperActions{bottom: 60px; right: 80px;}

}


/*****************
end side bar menu 
************************/

/**********************************************
  START HEADING CSS
 *********************************************/
.main-section-heading h1.heading-text {
    border-bottom: 1px solid #cecece;
padding-bottom: 2px;
}
.main-section-heading h1 {
    text-align: left;
    font-size: 20px;
    text-transform: capitalize;
    color: #0b447d;
    margin-bottom: 20px;;
}
.main-section-heading h1 span.bp-border-color {
    border-bottom: 2px solid #f16e1e !important;
    margin-bottom: 20px;
}
.main-section-heading h1 span {
    border-bottom: 2px solid #1cbae7 !important;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight:600;
}
/********************************************************
/*****************************************************
START ABOUT US 
*****************************************************/
.aboutus{
	
}

.aboutus p{
color: #4c4a4a;
    font-size: 15px;
    text-align: justify;
    line-height: 1.8;
    margin: 10px 3px 10px 3px;
}


/* .aboutus .about-img {
position: relative;  
  overflow: hidden;
  width: 140px; 
  height:140px; 
}
.aboutus .about-img img {
  max-width: 100%;
 height:140px; 
  -moz-transition: all 0.9s;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}
.aboutus .about-img img:hover {
  -moz-transform: scale(2.1);
  -webkit-transform: scale(2.1);
  transform: scale(2.1);
} */




 .aboutus .about-img {
  position: relative;
  overflow: hidden;
  
}
 .aboutus .about-img img {
  max-width: 100%;
 height:auto; 
  -moz-transition: all 0.9s;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
      padding: 46px 0 20px 0;
}

 .aboutus .about-img:hover img {
  -moz-transform: scale(2.1);
  -webkit-transform: scale(2.1);
  transform: scale(2.1);
      padding: 46px 0 20px 0;
}


/*************************************************
/*************************************************
right marquree
**************************************************/
.section-about 
{
	background: #fff;
	    padding: 20px 0;
}
.slider_overlay_Box_R
{	
      
}
/* .whats-new-marq-2{
background: url(../img/notification-bg.png) no-repeat;
    position: relative;
    background-size: cover;
    background-position: 100% 100%;
    padding: 8px 20px;
    margin: 44px 0;
    padding: 20px;
    padding-top: 2px;
    padding-right: 5px;
    list-style: none;
    width: 100%;
    height: auto;
    overflow-y: hidden;
        
  
} */

.whats-new-marq-2 marquee{
    
    
    max-height: 345px;
    /* padding-left: 0px; */
    /* padding-right: 10px; */
    /* position: absolute;
    /* right: 0px; */
    /* padding-top: 2px; */
    width: 100%;
    /* top: 0; */
    color: #fff;
    background: #02486d;
    opacity: 0.85;
    /* overflow-y: hidden;*/

}

.whats-new-marq-2 li{
padding-left: 0px;
    font-size: 15px;
    list-style-type: square;
    padding: 15px 0;
}

.whats-new-marq-2 li a{
    color:white;
    vertical-align: middle;
}
 
.whats-new-marq-2 div a{
    color:white;
}

.whats-new-marq-2 li span{
  color: red;
    font-size: 25px;
    padding: 5px 15px !important;
    background: honeydew;
}


/***********************************************************

/**************************************
 start 4 box css 
 **************************************/
 /* .section-services {
    background: url(../img/bg.png) repeat;
        padding: 5px 0 20px 0;
}
 */

/**************************************
 End 4 box css 
 **************************************/
 
 
 /************* start dolly css ***************/
 
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

 
 /** table col height */
 
 #vtlTableDataGrid thead tr  th.sorting_asc input  {
   width:50px !important;
   font-size: 12px;
}
  
   
   #vtlTableDataGrid thead tr  th input  {
      width: 150px !important;
      font-size: 12px;
}
  
   
/* table.dataTable thead tr  .sorting_asc input {
	width:10px !imortant;
}

table.dataTable thead tr th input {
	width:100px !imortant;
} */
 
 
	
	/********* start  document upload*************/
	
.ftldocupload p {
    font-size: 13px;
    color: #333;
    text-transform: capitalize;
}
.fileuploadbtnstyle{
	padding: 9px 1px;
    font-size: 10px;
}
.doclistol{
	margin-left: 15px;
}
.doclistol li{
	font-size: 14px !important;
    padding-right: 0px;
        margin-bottom: 2px;
}
.doclistol li::before{
	padding-right: 10px !important;
}
 	/********* end  document upload*************/
 	
 	
 /********* start color code indicator************/	
 	.squarecolorcode {
  width: 20px;
  height: 20px;
  border: 1px solid #555459;
  border-radius: 2px;
  display: inline-block;
}
.colorcodevalue{
	display: inline-block;
    line-height: 1.5;
    font-size: 16px;
    padding: 0px 5px 5px 5px;
}
 /********* end color code indicator************/
 
 /*********************start-  login page country code and mobile input  generat otp button  width ******************/
.countrycodewidth{
        width:20% !important;
        padding: 6px 3px;
}
.mobileinputwidth{
        width:80% !important;
}

/*********************genterate otp*************/
.gntbtn{
        width:40% !important;
}
.gntinput{
        width:59% !important;
}
/*********************end  genterate otp*************/

  @media only screen and (max-width: 767px) {
  .countrycodewidth{
        width:35% !important;
        padding: 6px 3px;
}
.mobileinputwidth{
        width:65% !important;
}
.gntbtn{
        width:100% !important;
}
.gntinput{
        width:100% !important;
}
}
@media (min-width: 768px) and (max-width: 1050px)
{
  .countrycodewidth{
        width:45% !important;
        padding: 6px 3px;
}
.mobileinputwidth{
        width:55% !important;
}
.gntbtn{
        width:100% !important;
}
.gntinput{
        width:100% !important;
}
}
@media (min-width: 1051px) and (max-width: 1200px)
{
  .countrycodewidth{
        width:30% !important;
        padding: 6px 3px;
}
.mobileinputwidth{
        width:70% !important;
}
.gntbtn{
        width:45% !important;
}
.gntinput{
        width:55% !important;
}
}
@media (min-width: 1201px) and (max-width: 1400px)
{
  .countrycodewidth{
        width:30% !important;
        padding: 6px 3px;
}
.mobileinputwidth{
        width:70% !important;
}
.gntbtn{
        width:40% !important;
}
.gntinput{
        width:60% !important;
}
}
/*********************end-  login page country code and mobile input  width ******************/	

/*********** statictics *************/
#gen-list h5 {
	color:#002143;
	font-weight: bold;
}
#gen-list ul {
    padding-left: 0;
    display: inline-block;
    width: 100%;
}

#gen-list ul li {
    list-style: none;
    background-color: #0a66c2;
    padding: 0px;
    margin-bottom: 5px;
    border-radius: 7px;
    border: 1px solid transparent;
}
#gen-list.big-icon-list .list-icon {
    width: 90px !important;
    height: 90px !important;
}
#gen-list ul li .list-anchor {
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 5px;
    font-weight: normal;
}

.orange-bg, .no-bg .list-icon.orange-bg, .list-icon.orange-bg {
	background-color: #fff !important;
    display: table-cell;
    font-size: 30px;
    color: #f16e1e;
    padding: 10px 10px;
    }
    
#gen-list ul li .list-anchor div.list-text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
#gen-list.big-icon-list span {
    display: block;
    font-size: 2em;
    font-weight: 700;
}
#gen-list.big-icon-list .list-text {
    font-size: 1em !important;
}
.list-text.orange-color {
    color: #d04a0d !important;
}

#gen-list ul li.list-icon .currentyear {
font-size: 1em;
    font-weight: 700;
        color: #fff;
}


#gen-list ul li.list-icon .currentdata {
	font-size: 1em !important;
	    color: #fff;
}
/*start datable button style */
 button.dt-button, div.dt-button, a.dt-button, input.dt-button {
   color:#fff !important;
       background: #0380d1  !important;
       font-size:14px;
       padding: 3px 8px;
   }
   button.dt-button:hover{
  color: #fff !important;
    background: #07568a !important;
   }
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 600px) {
.col-none{
	display:none !important;
}
}
   /* end datable button style */
  .latestupdate_bg{ 
background: #cceafc;
background-image: url(../images/latestupdate.jpg);   
 background-position: center;
    background-repeat: no-repeat;
    background-size: cover; min-height: 345px;color: white;
  }
  
  /*google translate Dropdown */
 
   /* hidden header  */
                    body > .skiptranslate {
                        display: none;
                    }

                    .skiptranslate span {
                        display: none;
                    }

                    .skiptranslate span a {
                        display: none;
                    }

                    .VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
                        font-size: 12px;
                        font-weight: bold;
                        color: #444;
                        display: initial;
                    }

                    .fixed-con {
                        z-index: 9724790009779558!important;
                        background-color: #f7f8fc;
                        position: fixed;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        overflow-y: auto;
                    }

                    .VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
                        z-index: 9724790009779!important;
                        top: 0;
                        left: unset;
                        right: -5px;
                        display: none!important;
                        border-radius: 50%;
                        border: 2px solid gold;
                    }

                    .VIpgJd-ZVi9od-aZ2wEe-OiiCO {
                        width: 80px;
                        height: 80px;
                    }

                    /* hide google translate link | logo | banner-frame */
                    .goog-logo-link,.gskiptranslate,.goog-te-gadget span,.goog-te-banner-frame,#goog-gt-tt, .goog-te-balloon-frame,div#goog-gt- {
                        display: none!important;
                    }

                    .goog-te-gadget {
                        color: transparent!important;
                        font-size: 0px !important;
                    }

                    .goog-text-highlight {
                        background: none !important;
                        box-shadow: none !important;
                    }

                    /*google translate Dropdown */
                    #google_translate_element select {
                        color: #000;
                        border: none;
                        font-weight: bold;
                        border-radius: 3px !important;
                        padding: 4px 8px;
                        border: 1px solid #000;
                    }

                    #google_translate_element select:after {
                        content: "/21E9"
                    }

                    .goog-te-gadget .goog-te-combo {
                        margin: 5px 0 5px 10px !important;
                    }

                    #google_translate_element select {
                        background-image: linear-gradient(45deg, transparent 50%, #0c0b0b 50%), linear-gradient(135deg, #000000 50%, transparent 50%), linear-gradient(to right, #ffffff, #ffffff00);
                        background-position: calc(100% - 11px) calc(6px + 2px), calc(100% - 6px) calc(6px + 2px), 100% 0;
                        background-size: 5px 0px, 1px 1px, 2.5em 2.5em;
                        background-repeat: no-repeat;                   
                    }

               
/*   ***************end*************************** */
.days td{
    background: #5284cb;
    color: white;
}
#divCal table {
margin-bottom:0px;	
}
 
#divCal .table-bordered>tbody>tr>td {
    border: 1px solid #a1aac4;
}

/*start- css style for -mobile view responsive  */
@media(max-width:320px) {
    .hidden-xs {
        display: none!important 
    }
}

@media(min-width:321px)and (max-width:768px) {
    .hidden-sm {
        display: none!important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

/*end- css style for -mobile view responsive  */

/*start- css style for -first landing page design  */
.title-word {
  animation: color-animation 5s linear infinite;
}

.title-word-1 {
    --color-1: #df8453;
    --color-2: #3d8dae;
    --color-3: #bd7372;
}

.title-word-2 {
    --color-1: #dca01e;
    --color-2: #417bb5;
    --color-3: #17494d;
}

.title-word-3 {
    --color-1: #218277;
    --color-2: #854c4c;
    --color-3: #5baaa1;
}

@keyframes color-animation {
  0% {
    color: var(--color-1);
  }
  32% {
    color: var(--color-1);
  }
  33% {
    color: var(--color-2);
  }
  65% {
    color: var(--color-2);
  }
  66% {
    color: var(--color-3);
  }
  99% {
    color: var(--color-3);
  }
  100% {
    color: var(--color-1);
  }
}


.title {
font-weight: bolder;
color: #0b447d;
/* text-shadow: 0px 1px 4px #0b447d; */
}


.bookingcontainer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 100px 50px;
    padding: 100px 50px;
}
/* Media query for mobile devices */
@media only screen and (max-width: 768px) {
  /* Your mobile-specific styles go here */
.bookingcontainer {
    margin-bottom: 200px;
}
}
.bookingcontainer .card {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 350px;
    max-width: 100%;
    height: 300px;
    background: white;
    border-radius: 20px;
    transition: 0.5s;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
}

.bookingcontainer .card:hover {
    height: 400px;
}

.bookingcontainer .card .img-box {
    position: absolute;
    top: 20px;
    left: 25px;
    width: 300px;
    height: 220px;
    background: #333;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.5s;
}

.bookingcontainer .card:hover .img-box {
    top: -100px;
    scale: 0.75;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}

.bookingcontainer .card .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bookingcontainer .card .content {
    position: absolute;
    top: 252px;
    width: 100%;
    height: 35px;
    padding: 0 30px;
    text-align: center;
    overflow: hidden;
    transition: 0.5s;
}

.bookingcontainer .card:hover .content {
    top: 130px;
    height: 250px;
}

.bookingcontainer .card .content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--clr);
}

.bookingcontainer .card .content p {
    color: #333;
    text-align: justify;
}

.bookingcontainer .card .content a {
    position: relative;
    top: 15px;
    display: inline-block;
    padding: 12px 25px;
    text-decoration: none;
    background: var(--clr);
    color: white;
    font-weight: 500;
}

.bookingcontainer .card .content a:hover {
    opacity: 0.8;
}

@media (max-width: 480px) {
    .bookingcontainer .card {
        width: 230px;
        border-radius: 15px;
    }

    .bookingcontainer .card .img-box {
        width: 185px;
        border-radius: 10px;
    }

    .bookingcontainer .card .content p {
        font-size: 0.8rem;
    }

    .bookingcontainer .card .content a {
        font-size: 0.9rem;
    }
}

.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  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 2s linear infinite;
  display: inline-block;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.bd-callout-info {
    --bd-callout-color: #055160;
    --bd-callout-bg: #cff4fc;
    --bd-callout-border: #9eeaf9;
}
.bd-callout {
    --bs-link-color-rgb: var(--bd-callout-link);
    --bs-code-color: var(--bd-callout-code-color);
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    color: var(--bd-callout-color, inherit);
    background-color: var(--bd-callout-bg, var(--bs-gray-100));
    border-left: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300));
}
/*end - css style for -first landing page design  */


/*start- css style  for side menu  */
.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 78px;
  background: #047190;
  padding: 6px 14px;
  z-index: 99;
  transition: all 0.5s ease;
}
.sidebar.open {
  width: 250px;
}
.sidebar .logo-details {
  height: 35px;
  display: flex;
  align-items: center;
  position: relative;
      margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #fff;
}
.sidebar .logo-details .icon {
  opacity: 0;
  transition: all 0.5s ease;
}
.sidebar .logo-details .logo_name {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  opacity: 0;
  transition: all 0.5s ease;
}
.sidebar.open .logo-details .icon,
.sidebar.open .logo-details .logo_name {
  opacity: 1;
}
.sidebar .logo-details #btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 22px;
  transition: all 0.4s ease;
  font-size: 23px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.sidebar.open .logo-details #btn {
  text-align: right;
}
.sidebar i {
  color: #08546e;
  height: 60px;
  min-width: 45px;
  font-size: 28px;
  text-align: center;
  line-height: 60px;
}
.sidebar .nav-list {
  margin-top: 20px;
  height: 100%;
  padding-left: 0rem;
}
.sidebar li {
  position: relative;
  margin: 8px 0;
  list-style: none;
}
.sidebar li .menutooltip {
  position: absolute;
  top: -20px;
  left: calc(100% + 15px);
  z-index: 3;
      background-color: #047190;
    color:white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  transition: 0s;
}
.sidebar li:hover .menutooltip {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar.open li .menutooltip {
  display: none;
}
.sidebar input {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  outline: none;
  height: 50px;
  width: 100%;
  width: 50px;
  border: none;
  border-radius: 12px;
  transition: all 0.5s ease;
  background: #1d1b31;
}
.sidebar.open input {
  padding: 0 20px 0 50px;
  width: 100%;
}
/* .sidebar .bx-search {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 22px;
  background: #ef6f1f;
  color: #fff;
}
.sidebar.open .bx-search:hover {
  background: #1d1b31;
  color: #fff;
}
.sidebar .bx-search:hover {
  background: #fff;
  color: #11101d;
} */
.sidebar li a {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  align-items: center;
  text-decoration: none;
  transition: all 0.4s ease;
  background: #daf2f4;
}
.sidebar li a:hover {
  background: #fff;
}
.sidebar li a .links_name {
  color: #08546e;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
.sidebar.open li a .links_name {
  opacity: 1;
  pointer-events: auto;
}
.sidebar li a:hover .links_name,
.sidebar li a:hover i {
  transition: all 0.5s ease;
  color: #11101d;
}
.sidebar li i {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-radius: 12px;
}
.sidebar li.profile {
  position: fixed;
  height: 60px;
  width: 78px;
  left: 0;
  bottom: -8px;
  padding: 10px 14px;
  background: #daf2f4;
  transition: all 0.5s ease;
  overflow: hidden;
}
.sidebar.open li.profile {
  width: 250px;
}
.sidebar li .profile-details {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.sidebar li.profile .name,
.sidebar li.profile .job {
  font-size: 15px;
  font-weight: 400;
  color: #08546e;
  white-space: nowrap;
}
.sidebar li.profile .job {
  font-size: 12px;
}
.sidebar .profile #log_out {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #daf2f4;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 0px;
  transition: all 0.5s ease;
}
.sidebar.open .profile #log_out {
  width: 50px;
  background: none;
}
.home-section {
  position: relative;
  background: #e4e9f7;
  min-height: 100vh;
  top: 0;
  left: 78px;
  width: calc(100% - 78px);
  transition: all 0.5s ease;
/*   z-index: 2; */
}
.sidebar.open ~ .home-section {
  left: 250px;
  width: calc(100% - 250px);
}
.home-section .text {
  display: inline-block;
  color: #11101d;
  font-size: 25px;
  font-weight: 500;
  margin: 18px;
}
@media (max-width: 420px) {
  .sidebar li .tooltip {
    display: none;
  }
}
/*start- css style  for side menu  */

.footer2{
	background: #054253;
	color: #fff;
}