html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family:sans-serif;
  font-size:14px; 
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.bg-image {
  /* background-image: url(../images/bg.jpg); */
  background-repeat: no-repeat;
}
a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1366px;
}

/* header css */
#more {
  display: none;
}

.rihgt-logo {
  text-align: right;
}

.iconDetails {
  float: left;

  width: 57px;
}

.jjm-h1 {
  font-size: 30.5px !important;
  margin-bottom: 10px;
  color: #000 !important;
}

.jjm-h2 {
    font-size: 14px;
    font-weight: 500;
    color: #014e83 !important;
    line-height: 18px;
}

/* body first css */

/* body second box css */

/* login code css start */
a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.section-2 {
  background: #f5f5dcc4;
  padding-bottom: 43px;
  padding-top: 20px;
}

a:hover {
  text-decoration: none !important;
}

.content {
  padding: 7rem 0;
}

h2 {
  font-size: 20px;
}

.half,
.half .container > .row {
  height: 100vh;
  min-height: 700px;
}

.half .contents {
  background: #f6f7fc;
}

.half .bg {
  width: 25%;
}

.jjjm-logo {
  width: 78px;
}

@media (max-width: 767.98px) {
  .half .bg {
    width: 100%;
    height: 200px;
  }
}

.half .contents {
  width: 75%;
}

@media (max-width: 767.98px) {
  .half .contents {
    width: 100%;
  }
}

.half .contents .form-control,
.half .bg .form-control {
  border-radius: 4px;
  height: 54px;
  background: #efefef;
}

.half .contents .form-control:active,
.half .contents .form-control:focus,
.half .bg .form-control:active,
.half .bg .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.half .bg {
  background-size: cover;
  background-position: center;
}
.logotext_top_margin {
  padding-top: 0.5rem !important;
}
.half a {
  color: #888;
  text-decoration: underline;
}

.half .btn {
  height: 54px;
  padding-left: 30px;
  padding-right: 30px;
}

.half .forgot-pass {
  position: relative;
  top: 2px;
  font-size: 14px;
}

.form-block {
    background: #ffffffad;
    padding: 40px;
    max-width: 500px;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 767.98px) {
  .form-block {
    padding: 25px;
  }
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
}

.control .caption {
  position: relative;
  top: 0.2rem;
  color: #888;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 4px;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

.control input:checked ~ .control__indicator {
  background: #0fa1e6;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #fb8633;
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none;
}

.control__indicator:after {
  font-family: "icomoon";
  content: "\e5ca";
  position: absolute;
  display: none;
  font-size: 16px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.control input:checked ~ .control__indicator:after {
  display: block;
  color: #fff;
}

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked ~ .control__indicator {
  background-color: #7e0cf5;
  opacity: 0.2;
}

.btn-primary {
    color: #fff;
    width: 100%;
    background-color: #A51C30 !important;
    border-color: #A51C30 !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.form-group {
  margin-bottom: 1rem;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* jjm reports css start */
.jj-r {
  padding-left: 60px;
}

.line-space {
  margin-top: -16px;
}

.line-space1 {
  margin-top: 23px;
  margin-left: 38px;
}

span.more-box1 {
  display: inline-block;
  margin-top: 10px;
}

span.more-box {
  display: inline-block;
  margin-top: 10px;
}

li a {
  text-decoration: none;
  color: #004a7e;
}

li a:hover {
  text-decoration: none;
  color: #cd7801;
}

.li-icon-img {
  position: absolute;
  width: fit-content;
  color: #004a7e;
}

.li-icon-img:hover {
  color: #cd7801;
}

/* ul li::before { */
/* content: ""; */
/* background-image: url(../images/icon-1.png); */
/* background-size: contain; */
/* display: inline-block; */
/* width: 25px; */
/* height: 27px; */
/* position: relative; */
/* margin-right: 0.2rem; */
/* } */

li {
  list-style: none;
  height: 34px;
}

/* box css start */
#inner-circle {
  position: relative;
  background: #0fa1e633;
  border-radius: 50%;
  height: 164px;
  width: 168px;
  margin: -6px -66px 0px 72px;
  float: right;
  clip-path: ellipse(164px 168px at center);
}

#inner-circle-2 {
  position: relative;
  background: #fc9e0c36;
  border-radius: 50%;
  height: 164px;
  width: 168px;
  margin: -6px -56px 0px 72px;
  float: right;
  clip-path: ellipse(164px 168px at center);
}

#inner-circle-3 {
  position: relative;
  background: #f1f1fd;
  border-radius: 50%;
  height: 164px;
  width: 168px;
  margin: -6px -56px 0px 72px;
  float: right;
  clip-path: ellipse(164px 168px at center);
}

.box_image_icon {
  padding: 44px 30px;
}

.box_image_icon-2 {
  padding: 44px 26px;
}

.box_image_icon-3 {
  padding: 44px 35px;
}

.box_heading_text {
  color: #004a7e;
  font-size: 18px;
  padding: 10px;
  position: absolute;
  font-weight: 600;
  z-index: 5;
}

.box_heading_text:hover a {
  color: #cd7801;
}

.box_text {
  color: #004a7e;
  font-size: 15px;
  width: 233px;
  line-height: 18px;
  padding: 42px 0px 0px 10px;
  position: absolute;
  z-index: 4;
}

.box_text:hover a {
  color: #cd7801;
}

.box_counter {
  color: #004a7e;
  font-size: 20px;
  font-weight: 600;
  padding: 85px 0px 0px 10px;
  position: absolute;
  z-index: 3;
}

.box_counter:hover a {
  color: #cd7801;
}

.box_data_indicator {
  color: #20bb77;
  font-size: 18px;
  font-weight: 600;
  padding: 115px 0px 0px 10px;
  position: absolute;
  z-index: 2;
}

.box_data_indicator:hover a {
  color: #cd7801;
}

.box-1 {
  height: 156px;
  border: 1px solid #b7c6cd;
  border-radius: 8px;
  overflow: hidden;
  width: 92%;
  margin: 0px auto;
  background-color: #fff;
  box-shadow: 2px 5px 10px 2px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}

/* .box-1:hover {   */

/* background-color: #efffed; */

/* } */

/* .box-2:hover {   */

/* background-color: #feeacc; */

/* } */

/* .box-3:hover {   */

/* background-color: #d8d8ef; */

/* } */

.box-2 {
  height: 156px;
  border: 1px solid #b7c6cd;
  border-radius: 8px;
  overflow: hidden;
  width: 92%;
  margin: 0px auto;
  margin-top: 26px;
  background-color: #fff;
  box-shadow: 2px 5px 10px 2px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}

.box-3 {
  height: 156px;
  border: 1px solid #b7c6cd;
  border-radius: 8px;
  overflow: hidden;
  width: 92%;
  margin: 0px auto;
  margin-top: 26px;
  background-color: #fff;
  box-shadow: 2px 5px 10px 2px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}

/* other link section css */

.othr-padding {
  padding-bottom: 35px;
  padding-top: 40px;
}

.line-space-other {
  margin-top: -22px;
}

.other-link-box {
  height: 174px;
  background-image: url(../images/other-box-1.png);
  background-repeat: no-repeat;
}

.other-link-box-2 {
  height: 174px;
  background-image: url(../images/other-box-2.png);
  background-repeat: no-repeat;
}

.other-link-box-3 {
  height: 174px;
  background-image: url(../images/other-box-3.png);
  background-repeat: no-repeat;
}

.other-link-box-4 {
  height: 174px;
  background-image: url(../images/other-box-4.png);
  background-repeat: no-repeat;
}

.other-link-box-5 {
  height: 174px;
  background-image: url(../images/other-box-5.png);
  background-repeat: no-repeat;
}

.other-link-box-icon {
  padding: 42px 0px 0px 42px;
}

.other-link-box-text {
  color: #004a7e;
  font-size: 15px;
  font-weight: 500;
  padding-top: 15px;
  width: 80%;
  text-align: center;
}

.other-box_margin {
  margin-left: 30px;
}

.owl-carousel .owl-item img {
  display: unset;
  width: unset;
}

@media (max-width: 1200px) {
  .other-link-box {
    height: 174px;
    border: 2px solid #ebb506;
    border-radius: 15px;
    background-image: unset;
    margin-right: 6px;
  }

  .other-link-box-2 {
    height: 174px;
    border: 2px solid #2396d3;
    border-radius: 15px;
    background-image: unset;
    margin: 0px 8px;
  }

  .other-link-box-3 {
    height: 174px;
    border: 2px solid #0dc7be;
    border-radius: 15px;
    background-image: unset;
    margin: 0px 8px;
  }

  .other-link-box-4 {
    height: 174px;
    border: 2px solid #2396d3;
    border-radius: 15px;
    background-image: unset;
    margin: 0px 8px;
  }

  .other-link-box-5 {
    height: 174px;
    border: 2px solid #ebb506;
    border-radius: 15px;
    background-image: unset;
    margin: 0px 8px;
  }

  .box-1,
  .box-2,
  .box-3 {
    width: 100%;
  }

  .box_text {
    width: 205px;
  }

  .other-link-box-text {
    width: 100%;
    text-align: center;
  }

  .jj-r {
    padding-left: 10px;
  }

  .li-icon-img {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .other-box_margin {
    margin-left: -12px !important;
  }

  .other-link-box-icon {
    padding: 12px 0px 0px 8px;
  }
  .jj-r {
    padding-top: 50px;
    margin-left: 20px;
  }
  .li-icon-img {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .li-icon-img {
    font-size: 10px;
  }

  .jj-r {
    margin-left: -3px;
  }

  .other-link-box-4 {
    margin-left: 0px;
  }

  .seprate {
    margin-top: 13px;
  }

  .iconDetails {
    float: left;
    width: 44px;
  }

  .jjjm-logo {
    width: 61px;
  }
  .jjm-h1 {
    font-size: 22px !important;
    margin-bottom: 2px;
    color: #000 !important;
  }

  .header_logo_margin {
    padding-top: 0.0rem !important;
  }
    .jjm-h2 {
        font-size: 12px;
        font-weight: 500;
        color: #014e83 !important;
        line-height: 14px;
    }

    .nic-logo {
        
        margin-right: 0px !important;
        
    }

  .logotext_top_margin {
    padding-top: 0.5rem !important;
  }
  /* .rihgt-logo {
    display: none;
  } */

  .line-space1 {
    /* display:none; */
    margin-top: 32px;
    margin-left: 0px;
  }

  .section-2 {
    background: #fff;
    margin-top: -60px;
  }
  li {
    list-style: none;
    height: 45px;
  }
}

@media (max-width: 360px) {
  .line-space1 {
    display: none;
    margin-top: 32px;
    margin-left: 0px;
  }
  .line-space {
    width: 100%;
  }

  .col.other-link-box-3 {
    margin-top: 15px;
    margin-right: 15px;
  }
}

/* Special Button */

.cta {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  float: right;
  margin-right: 97px;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #c0e8fd;
  width: 45px;
  height: 45px;
  z-index: -1;
  transition: all 0.3s ease;
}

.cta span {
  position: relative;
}

.cta:hover:before {
  width: 100%;
  background: #0fa1e633;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active {
  transform: scale(0.95);
}

#text {
  display: none;
}
.btn-container {
  margin: auto;
}

.app-header {
    background: url(../assets/images/header-bg1.png) repeat #fff;
}

.Loginbackground_bg {
    margin: 0;
    padding: 0;
    background-image: linear-gradient(180deg, rgba(237, 249, 249, 0.9), #ffc2cb), url(../images/header-bg.png);
    /*//linear-gradient(180deg, rgba(237, 249, 249, 0.9), rgba(156, 252, 248, 0.9)), url('../images/header-bg.png');*/
    /*background-image: linear-gradient(180deg, rgba(252, 160, 73, 0.9), rgba(252, 85, 75, 0.9)), url('assets/images/header-bg.png');*/
}

.Pagebackground_bg {
    margin: 0;
    padding: 0;
    background-attachment: fixed;
    /* background-image: linear-gradient(180deg, rgba(253, 245, 230, 0.9), rgba(237, 249, 249, 0.9)), url('../images/header-bg.png');*/
    /*background-image: linear-gradient(180deg, rgba(252, 160, 73, 0.9), rgba(252, 85, 75, 0.9)), url('assets/images/header-bg.png');*/
   /* background-image: linear-gradient(180deg, rgba(237, 249, 249, 0.9), rgba(156, 252, 248, 0.9)), url('../images/header-bg.png');*/
    background-image: linear-gradient(180deg, rgba(237, 249, 249, 0.9), #ffc2cb), url(../images/header-bg.png);
}


.nic-logo {
    width: 140px;
    float: right;
    margin-right: -23px;
    padding-top: 20px;
}

.user_detail_icon {
    float: left;
    width: 100px;
    height: 100px;
    padding: 0px 5px 5px 0px;
    border-radius: 10px;
    margin-top: 10px !important;
}
.user_detail_icon_menu {
    /*float: left;*/
    width: 50px;
    padding: 0px 5px 5px 0px;
    border-radius: 10px;
    margin-top: 10px !important;
}

.village-Assign {
    background-color: #fff;
    border: 1px solid rgb(218, 218, 218);
    background-image: url('../images/village.png');
}
.village-HH {
    background-color: #fff;
    border: 1px solid rgb(218, 218, 218);
    background-image: url('../images/household.png');
}
.village-FHTC {
    background-color: #fff;
    border: 1px solid rgb(218, 218, 218);
    background-image: url('../images/FHTC.png');
}
.village-FHTC-rem {
    background-color: #fff;
    border: 1px solid rgb(218, 218, 218);
    background-image: url('../images/FHTC_grey.png');
}
.boxbg {
    background-color: #ffffffad !important;
}


/*// Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 2100px) {
    .village-Assign-hdr1 {
        font-size: 36px !important;
    }

    .village-Assign-hdr2 {
        font-size: 18px !important;
    }

    .Habitation-Assign-hdr1 {
        font-size: 42px !important;
    }

    .Habitation-Assign-hdr2 {
        font-size: 24px !important;
    }

    .Assign-hdr1 {
        font-size: 20px !important;
    }

    .Assign-hdr2 {
        font-size: 12px !important;
    }

    br.brhdr {
        display: none;
    }
    .ProfileHdr {
        font-size: 24px !important;
    }

    .fieldMargin {
        margin-left: -40px;
    }

    .BackButton {
        height: 28px;
        position: fixed;
        top: 148px !important;
        right: 335px !important;
        z-index: 500;
    }

}
/*// Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {
    .village-Assign-hdr1 {
        font-size: 30px !important;
    }

    .village-Assign-hdr2 {
        font-size: 16px !important;
    }

    .Habitation-Assign-hdr1 {
        font-size: 36px !important;
    }

    .Habitation-Assign-hdr2 {
        font-size: 18px !important;
    }

    .Assign-hdr1 {
        font-size: 18px !important;
    }

    .Assign-hdr2 {
        font-size: 10px !important;
    }

    br.brhdr {
        display: none;
    }
    .ProfileHdr {
        font-size: 22px !important;
    }
    .fieldMargin {
        margin-left: -10px;
    }
    .BackButton {
        height: 28px;
        position: fixed;
        top: 148px !important;
        right: 10px !important;
        z-index: 500;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
    .village-Assign-hdr1 {
        font-size: 24px !important;
    }

    .village-Assign-hdr2 {
        font-size: 14px !important;
    }

    .Habitation-Assign-hdr1 {
        font-size: 30px !important;
    }

    .Habitation-Assign-hdr2 {
        font-size: 22px !important;
    }

    .Assign-hdr1 {
        font-size: 16px !important;
    }

    .Assign-hdr2 {
        font-size: 10px !important;
    }
    br.brhdr {
        display: none;
    }
    .ProfileHdr {
        font-size: 20px !important;
    }
    .fieldMargin {
        margin-left: -5px;
    }
    .BackButton {
        height: 28px;
        position: fixed;
        top: 148px !important;
        right: 20px !important;
        z-index: 500;
    }
}


/*// Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
    .village-Assign-hdr1 {
        font-size: 20px !important;
    }

    .village-Assign-hdr2 {
        font-size: 12px !important;
    }

    .Habitation-Assign-hdr1 {
        font-size: 30px !important;
    }

    .Habitation-Assign-hdr2 {
        font-size: 22px !important;
    }

    .Assign-hdr1 {
        font-size: 14px !important;
    }

    .Assign-hdr2 {
        font-size: 9px !important;
    }
    br.brhdr {
        display: block;
    }
    .ProfileHdr {
        font-size: 18px !important;
    }
    .fieldMargin {
        margin-left: -5px;
    }
    .BackButton {
        height: 28px;
        position: fixed;
        top: 142px !important;
        right: 10px !important;
        z-index: 500;
    }
}

.btn.btn-round {
    border-radius: 40px;
}
.btn .icon.icon-round {
    border-radius: 50%;
}
.btn .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    bottom: 0;
    background: #fff;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.fhtcprogressbar {
    height:5px;
    background-color:orange !important;
}


