*,*::after,*::before {
  box-sizing: border-box
}

html {
  font-size: 62.5%
}

body {
  font-size: 1.6rem;
  font-family: "Lato",sans-serif;
  color: #484848;
  background-color: #fff;
  -webkit-overflow-scrolling: touch!important;
  overflow-y: auto!important;
  height: 100%!important
}

a {
  color: #fff;
  text-decoration: none
}
a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none;
}

a.block-link {
  color: #f1f1f1
}

body,h1,h2,h3,h4,h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #343a40;
}

/* Navigation and Site Links */
.dropdown-list {
  background-color: #797e8352;
  margin: -20px;
  padding: 20px 10px 10px;
  box-shadow: 1px 1px 2px 0px #9e9e9ea3;
}
.navigation {
  display: flex;
  flex-direction:row;
  justify-content: space-between;
}
.menu-links {
  display: flex;
  flex-direction:column;
  font-size: 1.8rem;
}
.menu-links a {
  color:#484848;
}

/* Menu Starts */
.knd-menu-dropdown .main-nav {
  display: none
}
.content ul li,.main-nav ul,ul {
  list-style-type: none!important;
  padding-left: 0
}
.knd-menu-dropdown .main-nav {
  display: block;
  /* width: 85%;
  min-width: 940px; */
}
.knd-menu-dropdown .main-nav>ul>li {
  display: inline-block;
  /* float: left */
}
.knd-menu-dropdown .main-nav>ul>li>a {
  display: block;
  padding: 0 15px;
  /* padding-top: 0px; */
  height: 50px;
  letter-spacing: 0.5px;
  line-height: 50px;
  color: #253e5c;
  font-family: Roboto, sans-serif;
  font-size: 2.5rem;
  /* font-size: 1.5vw; */
  font-weight: 100;
  -webkit-transition: opacity .2s;
  transition: opacity .2s
}
.knd-menu-dropdown .main-nav>ul>li>a:hover {
text-shadow: 2px 2px 10px #253e5c;
}
.knd-menu-dropdown.is-dropdown-visible .main-nav>ul>li>a {
  opacity: .6
}
.knd-menu-dropdown.is-dropdown-visible .main-nav>ul>li.active>a {
  opacity: 1
}
.sm-nav {
    display: none!important;;
}
.btn-services {
    display: none!important;;
}
.knd-menu-dropdown {
  display: none;
  position: relative;
  background-color: #000;
  height: 50px
}

.knd-menu-dropdown {
    position: fixed;
    height: 80px;
    left: 0;
    width: 100%;
    padding: 0;
    text-align: center;
    background-color: #fff;
    z-index: 20;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
}

.knd-menu-dropdown::before {
  content: 'mobile';
  display: none
}
.knd-menu-dropdown::before {
    content: 'desktop'
}

/* .knd-menu-dropdown .nav-trigger {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  z-index: 100
}

.knd-menu-dropdown .nav-trigger span,.knd-menu-dropdown .nav-trigger span::after,.knd-menu-dropdown .nav-trigger span::before {
  position: absolute;
  background-color: #fff;
  height: 3px;
  width: 26px
}

.knd-menu-dropdown .nav-trigger span {
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background-color .3s;
  transition: background-color .3s
}

.knd-menu-dropdown .nav-trigger span::after,.knd-menu-dropdown .nav-trigger span::before {
  content: '';
  left: 0;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s
}

.knd-menu-dropdown .nav-trigger span::before {
  -webkit-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  transform: translateY(-9px)
}

.knd-menu-dropdown .nav-trigger span::after {
  -webkit-transform: translateY(9px);
  -ms-transform: translateY(9px);
  transform: translateY(9px)
}

.knd-menu-dropdown.nav-open .nav-trigger span {
  background-color: transparent
}

.knd-menu-dropdown.nav-open .nav-trigger span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.knd-menu-dropdown.nav-open .nav-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
} */

.knd-menu-dropdown .morph-dropdown-wrapper {
  /* display: none; */
  position: absolute;
  /* top: 50px; */
  left: 0;
  /* width: 100%; */
  /* padding: 1.2em 5%; */
  /* box-shadow: inset 0 1px 0 #e6e6e6; */
  /* background-color: #FFF; */
  z-index: 100
}
.knd-menu-dropdown .morph-dropdown-wrapper {
  display: block;
  top: 58px;
  width: auto;
  padding: 0;
  box-shadow: none;
  background-color: transparent;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s
}
.knd-menu-dropdown.nav-open .morph-dropdown-wrapper {
  display: block
}
.knd-menu-dropdown .label {
  display: block;
  font-size: 2.2rem;
  color: #484848;
  margin-bottom: 15px;
}
.knd-menu-dropdown .gallery .content ul:last-child {
  margin-bottom: 0
}

.knd-menu-dropdown .gallery .content a {
  display: block;
  /* height: 100px */
}
.knd-menu-dropdown .gallery .content strong {
  font-size: 1.6rem;
  font-weight: 600;
}
.morph-dropdown-wrapper .links {
  display:none
}
/* .knd-menu-dropdown .gallery .content a::before {
  content: '';
  display: inline-block;
  box-sizing: content-box;
  padding: .6em;
  height: 54px;
  width: 54px;
  margin-right: .6em;
  -webkit-transition: background .2s;
  transition: background .2s;
  border-radius: 50%
} */
.sub-arrow {
    line-height: 1;
    padding: 15px 0 10px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
}
.knd-menu-dropdown .gallery .content a span,.knd-menu-dropdown .gallery .content a em {
  display: block;
  line-height: 1.2
}
.knd-menu-dropdown .gallery .content a em {
  font-size: 1.8rem;
  padding: .4em 0 .2em;
  color: #484848
}
.knd-menu-dropdown .gallery .content a {
  font-size: 1.9rem;
  color: #253e5c;
  font-family: Roboto, sans-serif;
  padding-bottom: 15px;
}
.knd-menu-dropdown .gallery .content a:hover {
  text-shadow: 2px 2px 10px #253e5c;
}
.knd-menu-dropdown .links-list a,.knd-menu-dropdown .btn,a.btn {
  display: block;
  margin-left: 14px;
  color: #484848;
  font-size: 2rem;
  line-height: 1.6;
  cursor: pointer
}
.knd-menu-dropdown .links-list a:hover,.knd-menu-dropdown .links-list a:focus,.knd-menu-dropdown .btn:hover,.knd-menu-dropdown .btn:focus {
  color: #484848
}

.knd-menu-dropdown .content h2 {
    color: #a6a6a6;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3rem;
    margin: 20px 0 10px 14px
}
.knd-menu-dropdown.is-dropdown-visible .morph-dropdown-wrapper {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.dropdown-list {
  background-color: unset;
}
.knd-menu-dropdown .dropdown-list {
  position: absolute;
  top: 32px;
  left: 20px;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform,width,height;
  -webkit-transition: visibility .3s;
  transition: visibility .3s;
  box-shadow: 0px 12px 12px 3px rgba(0,0,0,.08);
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}
.knd-menu-dropdown .dropdown-list ul li {
  background: #fff;
  border-radius: 4px;
  z-index: 100
}
.no-csstransitions .knd-menu-dropdown .dropdown-list {
  display: none
}
.down-arrow {
  font-size: 13px;
}
.has-dropdown a {
display:flex !important;
}
.knd-menu-dropdown .dropdown-list>ul {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  overflow: hidden
}
.knd-menu-dropdown.is-dropdown-visible .dropdown-list {
  visibility: visible;
  -webkit-transition: width .3s,height .3s,-webkit-transform .3s;
  transition: width .3s,height .3s,-webkit-transform .3s;
  transition: transform .3s,width .3s,height .3s;
  transition: transform .3s,width .3s,height .3s,-webkit-transform .3s
}
.knd-menu-dropdown.is-dropdown-visible .dropdown-list::before {
  opacity: 1
}
.knd-menu-dropdown .dropdown {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: opacity .3s,visibility .3s;
  transition: opacity .3s,visibility .3s
}
.knd-menu-dropdown .dropdown.active {
  opacity: 1;
  visibility: visible
}
.knd-menu-dropdown .dropdown.move-left .content {
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px)
}
.knd-menu-dropdown .dropdown.move-right .content {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px)
}
.knd-menu-dropdown .label {
  display: none
}
.knd-menu-dropdown .content {
  padding: 1em;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  text-align: left
}
.knd-menu-dropdown .content>ul::after {
  clear: both;
  content: "";
  display: block
}
.knd-menu-dropdown .content>ul>li {
  width: 48%;
  float: left;
  margin-right: 4%;
  margin-top: 0
}
.knd-menu-dropdown .content>ul>li.full-width-dropdown {
  width: 100%
}
.knd-menu-dropdown .content>ul>li:nth-of-type(2n) {
  margin-right: 0
}
.knd-menu-dropdown .gallery .content strong {
  font-size: 2.1rem;
  font-family: Roboto, sans-serif;
  font-weight: 100;
  color: #000;
}
.knd-menu-dropdown .gallery .content {
  width: 270px;
  height: 510px;
  padding-top: 0;
}
.knd-menu-dropdown .gallery .email-content {
    width: 180px;
    height: 100px;
    padding-top: 0;
}
.knd-menu-dropdown .gallery .content li {
  margin-bottom: .4em
}
.knd-menu-dropdown .links .content>ul>li {
  margin-top: 0
}
.knd-menu-dropdown .links .content,.knd-menu-dropdown .button .content {
  width: 390px;
  margin: auto;
}
ul.links-list {
  padding-left: 1em
}
.knd-menu-dropdown .links-list a {
  font-size: 1.6rem;
  margin-left: 0
}
.knd-menu-dropdown .content h2 {
  font-size: 1.8rem;
  text-transform: none;
  font-weight: 400;
  color: #484848;
  margin: 0 0 .6em
}
.knd-menu-dropdown .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  background: transparent;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.knd-menu-dropdown.is-dropdown-visible .bg-layer {
  opacity: 1;
  -webkit-transition: opacity .3s,-webkit-transform .3s;
  transition: opacity .3s,-webkit-transform .3s;
  transition: transform .3s,opacity .3s;
  transition: transform .3s,opacity .3s,-webkit-transform .3s
}
.menu-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 95vw;
    margin: 0 auto;
    position: relative;
    min-width: 1200px;
}
/* Menu Ends */

/* Site Icon Starts */
.logo-mobile {
	display: none;
}
.logo-pc {
	display: block;
}
.site-icon {
    width: 15%;
}
.site-icon img:focus,
.site-icon img:hover,
.footer-logo img:focus,
.footer-logo img:hover {
  opacity: .5;
  transition: all 0.2s
}
.site-icon img {
    filter: brightness(120%);
    height: 80px;
    padding: 5px;
    /* margin-left: 10px; */
}
/* Site Icon Ends */

.page-wrapper {
    min-height: 70vh;
    background-color: #fff;
    padding-top:100px;
}
.slogan {
    box-shadow: 0px 2px 5px 1px rgba(0 0 0 / 31%);  height: 30vh;
    margin-top: -100px;
    display: flex;
}
.watermark {
    display: flex;
    flex-direction: row;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    margin: auto;
    border: 0 none;
    opacity: 0.9;
    color: #fff;
    letter-spacing: .03em;
    font-weight: 700;
    width: 100vw;
    height: 30vh;
    align-items: center;
    justify-content: space-between;
}
.watermark .long-msg {
    font-size: 2rem;
    padding-bottom: 5px;
}
.watermark .short-msg {
    display:none;
}
.section-logo {
    display: none;
    background-image: url(/assets/images/main-banner.png);
    background-repeat: no-repeat;
    height: 60vh;
    background-size: cover;
    margin-top: 0;
    width: 84vw;
    margin: 80px auto 0;
}
.service-page {
    height: 40vh;
    box-shadow: 0px 2px 5px 1px rgba(0 0 0 / 31%);
    margin-top: 0;
}
.all-services {
    background-image: url(/assets/images/banner-flag.png);
}
.about-us {
    background-image: url(/assets/images/about-us.png);
    background-position: 0% 50%;
}
.family {
    background-image: url(/assets/images/family_banner.png);
    background-position: 0% 45%;
}
.citizenship {
    background-image: url(/assets/images/citizen_banner.png);
    background-position: 0% 50%;
}
.employment {
    background-image: url(/assets/images/employment_banner.png);
    /* background-position: 0% 50%; */
}
.greencard {
    background-image: url(/assets/images/greencard_banner.png);
    background-position: 0% 50%;
}
.affidavit {
    background-image: url(/assets/images/affidavit_banner.png);
    background-position: 0% 100%;
}
.taxes {
    background-image: url(/assets/images/taxes_banner.png);
    background-position: 0% 80%;
}
.visa {
    background-image: url(/assets/images/visa_banner.png);
    background-position: 0% 80%;
}
.translation {
    background-image: url(/assets/images/translation_banner.png);
    background-position: 0% 50%;
}
.notary {
    background-image: url(/assets/images/notary_banner.png);
    background-position: 0% 80%;
}
.divorce {
    background-image: url(/assets/images/divorce_banner.png);
    background-position: 0% 70%;
}
.business {
    background-image: url(/assets/images/business_banner.png);
    background-position: 0% 80%;
}
.webdesign {
    background-image: url(/assets/images/webdesign_banner.png);
    background-position: 0% 30%;
}
.call-button {
    display: flex;
    border-radius: 0px;
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    padding: 10px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 2.6rem;
    border-radius: 10px;
}
.call-button span {
    font-size: 17px;
}
.call-srv-button {
    display: flex;
    border-radius: 0px;
    background-color: #253e5c;
    border-width: 2px;
    border-style: solid;
    padding: 10px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3vw;
    border-radius: 10px;
}
.call-button:hover {
    background-color: #fff;
    cursor: pointer;
    color: #253e5c;
}
.call-srv-button:hover {
    background-color: #fff;
    cursor: pointer;
    color: #253e5c;
}
.site-about {
  display: flex;
  font-size: 2.2rem;
  color: #253e5c;
  padding-bottom: 30px;
}
.about-info {
    padding: 10px 30px 10px 0;
    border-right: 1px solid #253e5c;
    text-align: justify;
    width: 50%;
}
.about-info p {
    margin: 0 auto 20px;
    line-height: 30px;
}
.about-call {
    border-right: unset;
    padding: 10px 0 10px 30px;
}
.about-info a {
  font-size: 2rem;
  color: #253e5c;
}
.tks-note {
  margin-top: 35px;
  padding: 25px;
}
.service-content {
    padding: 40px 40px 0 40px;
    font-family: 'Roboto', sans-serif;
    color: #343a40;
}
.main-title {
    font-size: 2.4rem;
    padding: 10px 0;
}
.serv-section {
  display: none;
  background-color: #eaeaea;
  width: 100%;
}
.market-growth {
    margin: 20px 0;
}
.market-growth ul {
  padding-left: 20px;
}
.market-growth ol {
    padding: 5px 20px;
}
.market-growth ul li {
    line-height: 30px;
    font-size: 1.8rem;
    list-style-type: decimal;
    text-align: justify;
}
.market-growth ol li {
  line-height: 28px;
  font-size: 1.8rem;
  list-style-type: disc;
}
.third-level li {
    list-style: lower-alpha!important;
}
.disclaimer {
    font-weight: bold;
    font-style: italic;
    color: #253e5c;
    padding: 10px 0;
}
.market-growth p {
    font-size: 1.8rem;
    margin: 10px auto;
    line-height: 28px;
    text-align: justify;
}
.market-growth a {
    color:#343a40
}
.summary {
    padding: 0 15px 0 5px;
}
.service-title {
    display: flex;
    color: #253e5c;
    font-size: 3.8rem;
    font-family: Roboto, sans-serif;
    justify-content: center;
    margin: auto;
}
.section-title {
  display: flex;
  padding: 40px 0 10px;
  color: #253e5c;
  font-size: 3.8rem;
  font-family: Roboto, sans-serif;
  justify-content: center;
  margin-bottom: -10px;
}
.services {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 0;
}
.service {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.srv-item {
  padding: 0 20px;
}
.srv-img img {
  width: 15vw;
  min-width: 250px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.srv-name {
  background-color: #253e5c;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  letter-spacing: 0.5px;
  font-size: 2rem;
  color: #fff;
}
.srv-img {
  max-width: 340px;
  max-height: 340px;
  overflow: hidden;
}
.srv-link {
    box-shadow: 0px 2px 5px 1px rgba(0 0 0 / 31%);
    display: block;
}
.srv-link:hover > .srv-img img {
  transform:scale(1.1);
}
.clear {
    position: relative;
    top: -75px;
}
.news-section, .case-section{
    display: none;
    margin-bottom: 80px;
}

/* News's */
.news {
  margin-top: 40px;
  padding: 0;
}
.last {
  border-bottom: 2px solid #253e5c;
}
.news-info {
  border-top: 2px solid #253e5c;
  background-color: #fff;
  z-index: 1;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.5px;

}
.question {
  padding: 20px 10px;
  cursor: pointer;
  height:auto;
  cursor:pointer;
  border-bottom: 1px solid #eef0ec;
  transition: all .5s ease-in-out;
}
.answer {
  visibility: hidden;
  transition: visibility .5s, max-height .5s;
  max-height: 0;
  overflow: hidden;
  border-top: none;
  margin-right: 100px;
 }
 .add-bottom-line {
    border-bottom: 1px solid #253e5c;
 }
 .answer.open {
  visibility: visible;
  max-height: 300px;
}
.answer-content {
  display: flex;
  font-family: 'Roboto', sans-serif;
  color: #253e5c;
  font-size: 1.8rem;
  padding: 10px;
  flex-direction: column;
}
.header-text {
  font-family: 'Roboto', sans-serif;
    color: #253e5c;
    font-size: 2.2rem;
    margin-right: 100px;
 }

.header-indicator {
    color: #253e5c;
    font-size: 3.6rem;
    padding-right: 10px;
}
.x-acc-header-content {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
/*FAQS Ends*/

/* Contact Starts */
.view-header  {
    border: 1px solid #666;
    box-shadow: 0 12px 30px 0 rgba(0,0,0,.5);
    padding: 20px;
    min-height: 0;
    border-radius: 8px;
    justify-content: center;
    background-color: #f8f8f8;
    top: 60px;
}
.modal-open {
    padding-right: 0 !important;
}
.modal-open .modal {
    overflow: hidden;
    overflow-y: auto;
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.close-cab-modal {
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
    border-radius: 60px;
    box-shadow: 2px 2px 7px 0px rgba(0,0,0,.5);
    background-color: #fff;
    color: #253e5c;
}
.close-cab-modal i {
  font-size: 40px;
  padding: 5px 13px;
}
.close-cab-modal .fa {
  font-size: 30px;
  padding: 0 4px;
}
.close-cab-modal:hover, .close-cab-modal:focus {
  background: #253e5c;
  color: #fff;
}
.form-group {
  display: flex;
  flex-direction: column;
  margin: 10px 0 20px;
}
.form-group label {
  padding-bottom: 5px;
  font-size: 2.2rem;
  color:#253e5c;
}
.form-group input, .form-group textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  border: 2px solid #253e5c69;
  border-radius: 3px;
}
.form-group input {
  height: 35px;
}
input:focus, select:focus, textarea:focus {
  outline-color: #0d6efd87;
  outline-style: groove;
  outline-width: thin;
  border: 2px solid #0d6efd87;
}
.form-group select {
  font-family: 'Roboto', sans-serif;
  border: 2px solid #253e5c69;
  border-radius: 3px;
  height: 35px;
  padding: 0 2px;
  font-size: 1.8rem;

  /* Up/Down Arrow */
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(0.8em + 1px), calc(100% - 15px) calc(0.8em + 1px);
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.btn {
  display: block;
  width: 100%;
  margin: 1.5em 0 0;
  font-size: 2.2rem;
  text-align: center;
  color: #FFF;
  background: #253e5c;
  padding: 5px 0;
}
.btn:hover {
  background-color: #fff;
  cursor: pointer;
  color: #253e5c;
  border: 2px solid #253e5c;
  padding: 4px 0;
}
/* Contact Ends */

/* Status Case Starts */
.cases {
  margin-top: 90px;
}
.case-title {
  background-color: #eaeaea;
  padding-bottom: 40px;
}
.site-case {
    display: flex;
    padding: 40px;
    color: #4b4b4b;
    font-size: 2.2rem;
    background-color: #fcf1eb;
}
.case-info {
  padding: 15px;
  border-right: 2px solid #fff;
  width: 50%;
}
.case-info p {
  margin: 20px auto;
}
.search-case {
  width: 50%;
  padding: 25px 25px 0 50px;
}
.search-group {
    display: flex;
    flex-direction: column;
    margin: 10px 0 20px;
    width: 320px;
}
.search-group label {
    padding-bottom: 10px;
}
.btn-case {
    width: 320px;
    margin: 10px 0 30px;
}
.actionCodeDesc {
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  font-family: system-ui;
  padding-top: 10px;
}
.actionCodeText {
  font-size: 2rem;
  padding-bottom: 10px;
  font-weight: bold;
}
.actionCodeDesc a {
  color: #4b4b4b;
}
.case-error {
  display: none;

}
.search-result {
  display: none;
  flex-direction: column;
}
/* Status Case Ends */
.call-top {
  line-height: 50px;
    color: #253e5c;
    font-family: Roboto, sans-serif;
    font-size: 2.5rem;
}
/* Footer */
.site-footer {
  background: #253e5c;
  position: relative;
  z-index: 15;
  color: #fff;
  padding: 0;
}
.footer-logo {
  text-align: center;
  margin: auto;
}
.footer-logo img {
    height: 80px;
    margin: 20px 0 5px;
}
.footer-menu {
  text-align: center;
  padding: 20px 0;
}
.footer-menu a,
.footer-menu span,
.admin-footer-menu a {
  color: #fff;
  padding-right: 20px;
  font-size: 14px;
  letter-spacing: 0.2rem;
  transition: all .2s ease-in-out;
  font-family: Roboto, sans-serif;
  font-size: 2.5rem;
  font-weight: 100;
}
.footer-menu a:hover,
.admin-footer-menu span:hover,
.admin-footer-menu a:hover,
.footer-social i:hover,
.social-contact a:hover  {
  text-shadow: 2px 2px 10px #fff;
  cursor: pointer;
}
.footer-social {
  text-align: center;
  padding: 0px 0 20px;
}
.footer-social i {
  font-size: 28px;
  color: #f1f1f1;
  padding-right: 20px;
}
.social-contact {
    padding-top: 20px;
}
.social-contact a {
    color: #fff;
    font-size: 20px;
    padding-left: 20px;
}
.bottom-bar {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    background-color: #060f1a;
}

/* Menu Ends */
.knd-container {
    display:none;
    position: relative;
    padding: 30px 40px 0px;
    margin-top: -100px;
    background: linear-gradient(to top, #fff, #ffffffde);
    /* min-height: 65vh; */
    max-width: 72vw;
    min-height: 405px;
}
.srv-container {
    margin-top: -100px;
}
.slogan {
    height: 60vh;
}
.watermark {
    font-size: 3.4rem;
    /* width: 1300px; */
    margin: 20px 80px;
}
.watermark .long-msg {
    /* font-size: 3.7rem; */
    font-size: 2.1vw;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.watermark .short-msg {
    display: flex;
    padding-top: 20px;
    font-size: 1.3vw;
    height: 60px;
    flex-direction: column;
    justify-content: space-evenly;
}
.watermark .call-us, .call-us-service {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 11%;
    top: 150px;
    /* box-shadow: 0px 2px 5px 1px rgba(0 0 0 / 31%); */
}
.watermark .phone {
    font-size: 2.5rem;
}
.message {
    position: absolute;
    top: 140px;
}

/* Login */
.hr-up {
    width: 100%;
    margin: 0 0 10px;
    border: 1px solid #253e5c5e;
    opacity: inherit;
}
.login-form {
    width: 100%;
}
.login-frm {
    border: 2px solid #253e5c5e;
    border-radius: 5px;
    background-color: #748ba71a;
    -webkit-box-shadow: 0px 13px 34px -19px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 13px 34px -19px rgba(0,0,0,0.75);
    box-shadow: 0px 13px 34px -19px rgb(0 0 0 / 75%);
    flex-direction: column;
    margin: auto;
    width: 550px;
}
.login-section,
.welcome-section {
    display: flex;
    min-height: 60vh;
    align-items: center;
    justify-content: space-around;
}
.login-div-row {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: auto;
    margin: 10px 0;
}
.login-form table {
    margin: auto;
}
.login-title {
    padding: 10px;
    text-align: center;
}
.login-title h3 {
    font-family: Roboto, sans-serif;
    letter-spacing: 0.3rem;
    font-size: 24px;
    color: #253e5c;
    /* text-transform: uppercase; */
}
.input-group-div {
    padding: 8px 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    background-color: #f1f3f6;
    border: 1px solid #ccc;
    border-radius: 4px !important;
    vertical-align: middle;
    width: 160px;
}
.modal-submit-btn {
  margin-right: 20px;
}
.form-btn-row {
    padding: 10px 15px 15px;
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    background-color: var(--bs-modal-footer-bg);
    border-top: 2px solid #748ba7ad;
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer {
    border-top: 2px solid #748ba7ad !important;
    padding: 15px;
}

/* Forms */
.lined-inpt {
    width: unset;
    font-size: 16px;
}
.fields-wrapper {
  padding: 10px 20px;
}
.button-form,
.dt-button {
  /* width: 150px; */
  margin: auto;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #748ba7ad;
  transition: opacity ease 0.2s;
  font-size: 18px;
  border-radius: 5px;
  color:#253e5c;
  background-color: transparent;
}
.button-form:hover,
.dt-button:hover {
  background-color: #253e5c;
  cursor: pointer;
  color: white !important;
  transition: all 0.5s ease-out;
  border: 2px solid #253e5c;
}

/* Admin Panel */
.msg-welcome {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 2px solid #253e5c5e;
  border-radius: 5px;
  background-color: #253e5c1a;
  -webkit-box-shadow: 0px 13px 34px -19px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0px 13px 34px -19px rgba(0,0,0,0.75);
  box-shadow: 0px 13px 34px -19px rgb(0 0 0 / 75%);
  padding: 80px;
  z-index: 1;
  margin: 100px auto;
  text-align: center;
}
.msg-welcome span {
  font-family: Roboto, sans-serif;
  color: #253e5cd4;
  font-size: 30px;
  padding-bottom: 15px;
  letter-spacing: 2px;
}

/* Chart */
.inm-chart {
    border: 2px solid #253e5c5e;
    border-radius: 5px;
    /* background-color: #253e5c1a; */
    -webkit-box-shadow: 0px 13px 34px -19px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 13px 34px -19px rgba(0,0,0,0.75);
    box-shadow: 0px 13px 34px -19px rgb(0 0 0 / 75%);
    flex-direction: column;
    margin: 10px auto 20px;
}
.chart-container {
    padding-bottom: 10px;
}
#visits {
    width: 550px !important;
    height: 550px !important;
}

/* Data Tables */
.report-wrapper {
    min-height: 52vh;
    margin: 40px auto;
  }
.inm-report {
    min-height: 150px;
    padding: 10px 20px 10px 20px;
    max-width: 95vw;
    border: 2px solid #253e5c5e;
    border-radius: 5px;
    background-color: #253e5c1a;
    -webkit-box-shadow: 0px 13px 34px -19px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 13px 34px -19px rgba(0,0,0,0.75);
    box-shadow: 0px 13px 34px -19px rgb(0 0 0 / 75%);
    margin: auto;
}
.rheader-center-box{
    padding:10px;
    color: #75787B;
    text-align: center;
}
table.table-bordered.dataTable {
    border-bottom: 1px solid #ccc !important;
}
.dataTables_wrapper .dataTables_filter {
    padding-right: 1rem;
}
.dataTables_wrapper .dataTables_info {
    font-size: 16px;
    color: #253e5c !important;
}
.dataTables_wrapper .dataTables_paginate {
    padding-top: 0 !important;
    font-size: 16px;
}
.dataTables_wrapper .dataTables_length {
    font-size: 16px;
    margin-top: 10px;
}
div.dataTables_length select {
    font-size: 16px;
    margin: 0 10px;
}
div.dataTables_filter label{
    font-size: 16px;
}
.dataTables_wrapper .dataTables_filter input {
    font-size: 16px;
    margin: 0 10px;
}
li.paginate_button > a {
    color: #253e5c;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #ccc !important;
}
table.dataTable thead .sorting_desc:after {
    content: "" !important;
}
table.dataTable thead .sorting_asc:after {
    content: "" !important;
}
.dataTables_empty {
    background-color: #e9ebee  !important;
    color: #253e5c5e !important;
}
table.dataTable tbody tr {
    background-color: #e9ebee  !important;
}
/* table.dataTable tbody tr:hover {
background-color: #253e5c5e6e !important;
} */
.dataTables_scrollBody {
    border-bottom-color: #253e5c!important;
}
.my-thead th {
    color: #253e5c !important;
    font-weight: 400 !important;
}
table.dataTable thead .sorting:after, table.dataTable thead, .sorting_asc:after, table.dataTable thead .sorting_desc:after {
    color: #253e5c !important;
}
.mod-rec {
    color: #212529;
}
.mod-blk-rec {
    color: #212529;
    font-weight: 600;
}
.paginate_button:hover {
    background-color: #253e5c1a!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #253e5c1a!important;
    background-color: #253e5c1a!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #253e5c1a), color-stop(100%, #253e5c1a))!important;
    background: -webkit-linear-gradient(top, #253e5c1a 0%, #253e5c1a 100%)!important;
    background: -moz-linear-gradient(top, #253e5c1a 0%, #253e5c1a 100%)!important;
    background: -ms-linear-gradient(top, #253e5c1a 0%, #253e5c1a 100%)!important;
    background: -o-linear-gradient(top, #253e5c1a 0%, #253e5c1a 100%)!important;
    background: linear-gradient(to bottom, #253e5c1a 0%, #253e5c1a 100%)!important;
}

/* Modal on Reports */
.admin-content {
    /* top: 20vh; */
    justify-content: center;
    /* min-height: 230px; */
    border: 2px solid #253e5c1a;
    border-radius: 5px;
    background-color: #f1f3f6;
    -webkit-box-shadow: 0px 13px 34px -19px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 13px 34px -19px rgba(0,0,0,0.75);
    box-shadow: 0px 13px 34px -19px rgb(0 0 0 / 75%);
}
.form-div-title {
    display: flex;
    flex-direction: column;
}
.form-div-title span {
    /* letter-spacing: 0.1rem; */
    font-size: 18px;
    color: #253e5c;
    line-height: 1.4;
}
.form-update-by, .form-header {
    padding: 10px 20px;
}
.modal-title {
    letter-spacing: 0.1rem;
    font-size: 18px;
    color: #253e5c;
}
.form-control {
    font-size: 16px;
    color: #555
}
.modal-div-row {
    margin: 5px 0px;
}
label.error {
    position: absolute;
    color: #ba1717bd;
    padding: 10px 0 0 170px;
}
.email-doc {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.email-doc span {
    margin-left: 10px;
}
.email-doc input {
    transform: scale(1.5);
}
.doc-group {
    margin-top: 5px;
}
.documents {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.avail-docs  {
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
}
.doc-header {
    padding-bottom: 10px;
}