﻿@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  --font-roboto:"Roboto", sans-serif;
  --font-poppins: "Poppins", serif;
  --white:#fff;
  --black:#000;
  --color-1:#002B5B;
  --color-2:#ff6e32;
  --color-3:#5C5E87;
  --color-4:#2B3377;
  --color-5:#595959;
  --color-6:#787878;
  --color-7:#00A8A7;
  --color-8:#aeaeae;
  --button-1:#FF6E32;
  --border-1:#D9D9D9;
  --border-2:#00A8A7;
  --border-3:#ced4da;
  --border-4:#00a8a712;
  --border-5:#335481;
  --border-6:#dee2e6;
  --border-7:#ccc;
  --border-8:#00a8a754;
  --border-9:#002B5B;
  --border-10:#00a8a74a;
  --border-11:#cecece;
  --border-12:#ddd;
  --border-13:#078e8e;
  --shadow:#c8c8c8cc;
  --background-1:#00A8A7;
  --background-2:#e2fdfe;
  --background-3:#002B5B;
  --background-4:#243f64;
  --background-5:#FF6E32;
  --background-6:#e1fdff;
  --transition: all .3s ease-in-out;
}

body {
  font-family: var(--font-roboto) !important;
  overflow-x: hidden;
  background: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-poppins);
}

.padding10 {
  padding: 10px 0;
}

.padding20 {
  padding: 20px 0;
}

.padding30 {
  padding: 30px 0;
}

.padding40 {
  padding: 40px 0;
}

.padding50 {
  padding: 50px 0;
}

.padding60 {
  padding: 60px 0;
}

.padding80 {
  padding: 80px 0;
}

.padding80 {
  padding: 100px 0;
}

.banner {
  background: linear-gradient(229deg, #E1FDFF, #E3FDFA, #FAF9DB);
}

.background-1 {
  background: url(../images/map-bg.png) no-repeat center center;
  background-size: cover;
}

.background-2 {
  background: url(../images/know-your-1.png) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
}

.background-3 {
  background: url(../images/bg2.png) no-repeat center center;
  background-size: cover;
}

.background-4 {
  background: var(--background-1) url(../images/news.png) center bottom no-repeat;
  min-height: 450px;
}

.background-5 {
  background: var(--background-6);
}

.background-6 {
  background-image: url("../images/select-center-bg.jpg") !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}

header .logo-area {
  background: linear-gradient(90deg, #E1FDFF, #FAF9DB);
  padding: 10px 0;
}
header .login {
  margin-top: 12px;
  float: right;
  width: 100%;
}
header .login ul {
  margin: 0;
  padding: 0;
  float: right;
}
header .login ul li {
  list-style: none;
  transition: var(--transition);
  float: left;
  margin-left: 10px;
  position: relative;
}
header .login ul li ul {
  display: none;
  position: absolute;
  width: 150px;
  top: 138%;
  left: -1px;
  z-index: 1;
  text-align: left;
  background: var(--white);
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px;
  border-radius: 6px;
}
header .login ul li ul li {
  float: none;
  margin: 0;
}
header .login ul li ul li a {
  color: var(--black);
  padding: 8px 10px;
  display: block;
  border-left: 2px solid transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-weight: 400;
  font-size: 14px;
}
header .login ul li ul li a i {
  font-size: 12px;
}
header .login ul li ul li a:hover {
  color: var(--white);
  background: var(--background-1);
}
header .login ul li a {
  text-decoration: none;
  color: var(--color-1);
  font-weight: 500;
}
header .login ul li .user {
  background: var(--white);
  color: var(--color-1);
  border: solid 1px var(--button-1);
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 14px;
}
header .login ul li .sign {
  background: var(--button-1);
  border-radius: 16px;
  padding: 8px 20px;
  color: var(--white);
  border: solid 1px var(--button-1);
  transition: var(--transition);
}
header .login ul li .sign:hover {
  background: var(--white);
  color: var(--color-1);
  border-color: var(--button-1);
}
header .nav-bg {
  background: var(--background-1);
}
header .bartoggle, header #menubrop {
  display: none;
}
header .NavMenu {
  flex: 10;
  list-style: none;
  position: relative;
  display: flex;
  z-index: 99;
}
header .NavMenu ul {
  margin: 0;
  padding: 0;
}
header .NavMenu ul li a {
  display: block;
  padding: 10px 10px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  position: relative;
}
header .NavMenu ul li ul {
  margin: 0;
  padding: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  min-width: 280px;
  border-bottom: 2px solid var(--border-2);
  top: 100%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
}
header .NavMenu li {
  display: inline-block;
}
header .NavMenu li input {
  display: none;
}
header .NavMenu li a label {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  position: relative;
}
header .NavMenu li ul li a label::after {
  position: absolute;
  right: 0px;
  top: 0px;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
header .NavMenu > li > a label::after {
  right: -15px;
  top: -3px;
}
header .NavMenu li ul li {
  position: relative;
}
header .NavMenu li ul li a {
  color: var(--black);
  padding: 8px 10px;
  display: block;
  border-left: 2px solid transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
header .NavMenu li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
}
@media (min-width: 992px) {
  header .NavMenu li ul li a:hover {
    border-left: 2px solid var(--border-2);
  }
  header .NavMenu li:hover > ul, header .NavMenu li ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@media (max-width: 991.98px) {
  header header {
    padding: 6px 5%;
  }
  header .bartoggle {
    display: flex;
    justify-content: center;
    font-size: 30px;
    align-items: center;
    background-color: #fff;
    padding: 0 10px;
    cursor: pointer;
  }
  header .NavMenu {
    width: 500px;
    flex: 12;
    position: fixed;
    flex-direction: column;
    background-color: #2874f0;
    left: 0;
    top: 40px;
    height: 100vh;
    z-index: -1;
    padding: 15px 0 50px 0;
    justify-content: start;
    overflow-y: scroll;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
  header .NavMenu li ul, header .NavMenu li ul li ul {
    position: initial;
    left: 0;
    visibility: visible;
    opacity: 1;
    top: 0;
    display: none;
  }
  header .NavMenu li a {
    padding: 8px 15px;
    border-bottom: 1px solid #fff;
  }
  header .NavMenu li ul li ul {
    background: #2874f0;
    position: inherit;
    margin-top: -10px;
  }
  header .NavMenu li ul li ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: initial;
    padding: 7px 15px 7px 30px;
  }
  header .NavMenu li a label::after {
    right: 10px;
  }
  header .NavMenu li input:checked + ul, header .NavMenu li ul li input:checked + ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }
  header input:checked + .NavMenu {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@media (max-width: 768px) {
  header .NavMenu {
    width: 100%;
  }
}
header .offcanvas-body {
  padding: 0;
  background: var(--background-1);
}

figure {
  margin: 0px !important;
}
figure h2 {
  font-size: 26px;
  font-weight: 600;
  color: var(--color-1);
  margin-bottom: 15px;
}
figure h2 span {
  font-size: 22px;
  font-weight: 400;
}
figure p {
  color: var(--color-5);
  font-size: 17px;
}
figure .apply {
  border: none;
  background: var(--button-1);
  border: solid 1px var(--button-1);
  border-radius: 16px;
  padding: 8px 20px;
  font-weight: 500;
  color: var(--white);
  transition: var(--transition);
}
figure .apply:hover {
  background: var(--white);
  color: var(--color-1);
}
figure .tack {
  background: none;
  border: none;
  color: var(--color-1);
  font-weight: 500;
}

figcaption {
  background: linear-gradient(229deg, #E1FDFF, #E3FDFA, #FAF9DB);
}
figcaption h3 {
  font-size: 20px;
  font-weight: 500;
  color: var(--black);
}
figcaption .breadcrumb {
  margin: 0;
}
figcaption .breadcrumb ul {
  margin: 0;
  padding: 0;
}
figcaption .breadcrumb ul li {
  list-style: none;
  transition: var(--transition);
  float: left;
  font-size: 13px;
}
figcaption .breadcrumb ul li a {
  color: var(--black);
  text-decoration: none;
}
figcaption .breadcrumb ul li:after {
  font-family: "Font Awesome 5 Free";
  content: "/";
  padding-left: 10px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  font-weight: 900;
}
figcaption .breadcrumb ul li:last-child::after {
  display: none;
}

section .passport h2 {
  font-size: 20px;
  font-weight: 500;
}
section .passport .tab-bg {
  background: var(--background-2);
  border-radius: 6px;
}
section .passport .tab-bg .nav .nav-item {
  font-size: 16px;
}
section .passport .tab-bg .nav .nav-item .nav-link {
  color: var(--black);
  padding: 10px 30px;
}
section .passport .tab-bg .nav .nav-item .active {
  background: var(--background-1);
  color: var(--white);
}
section .passport .tab-content .content {
  padding: 20px 30px;
  margin-top: 6px;
  border: solid 1px #ccc;
  border-radius: 5px;
  font-size: 15px;
  text-align: justify;
  word-break: break-word;
}
section .passport .tab-content .content h5 {
  font-size: 18px;
  font-weight: 500;
}
section .passport .tab-content .content h5 a {
  color: var(--color-2);
  text-decoration: none;
}
section .passport .tab-content .content p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 25px;
}
section .passport .tab-content .content p a {
  color: var(--color-2);
  text-decoration: none;
}
section .passport .tab-content .content .list {
  margin: 10px 0;
}
section .passport .tab-content .content .list ul li {
  padding: 3px 0;
  line-height: 25px;
  font-size: 15px;
}
section .passport .tab-content .content .list ul li a {
  color: var(--color-2);
  text-decoration: none;
}
section .passport .tab-content .content .list-no {
  margin: 10px 0;
}
section .passport .tab-content .content .list-no ol li {
  padding: 3px 0;
  line-height: 25px;
  font-size: 15px;
}
section .passport .tab-content .content .list-no ol li a {
  color: var(--color-2);
  text-decoration: none;
}
section .passport .tab-content .content .list-no ol ul {
  list-style: outside;
}
section .passport .tab-content .content .table {
  font-size: 14px;
  text-align: left !important;
  word-break: initial;
}
section .passport .tab-content .content .table th {
  background-color: var(--background-1) !important;
  color: #fff;
  font-weight: normal;
}
section .passport .tab-content .content .table .primary-btn {
  border: none;
  background: var(--button-1);
  border: solid 1px var(--button-1);
  border-radius: 5px;
  padding: 4px 10px;
  font-weight: 500;
  color: var(--white);
  transition: var(--transition);
  display: inline-block;
  margin-top: 7px;
  font-size: 13px;
}
section .passport .tab-content .content .table .primary-btn:hover {
  background: var(--white);
  color: var(--color-1);
}
section .passport .tab-content .content .table td a {
  color: var(--black);
  transition: var(--transition);
  text-decoration: none;
}
section .passport .tab-content .content .table td a:hover {
  color: var(--color-2);
}
section .passport .tab-content .content .accordion .accordion-button {
  padding: 12px 25px;
  font-family: var(--font-roboto);
  font-size: 15px;
}
section .passport .tab-content .content .accordion .accordion-button:focus {
  box-shadow: none;
}
section .passport .tab-content .content .accordion .accordion-button:not(.collapsed) {
  color: var(--black);
  background-color: var(--white);
  box-shadow: none;
}
section .passport .tab-content .content .accordion .accordion-body {
  border-top: solid 1px var(--border-6);
}
section .passport .tab-content .content .accordion .accordion-body p {
  font-size: 14px;
}
section .process h2 {
  font-size: 25px;
  font-weight: 600;
  color: var(--color-1);
}
section .process p {
  font-size: 14px;
  color: var(--color-1);
}
section .apply-service .item {
  box-shadow: 0px 8px 10px var(--shadow);
  border-radius: 8px;
  padding: 12px;
  color: var(--black);
  border: solid 1px var(--button-1);
  transition: var(--transition);
}
section .apply-service .item:hover {
  background: var(--background-1);
  border-color: var(--background-1);
}
section .apply-service .item:hover h3 {
  color: var(--white);
}
section .apply-service .item a {
  text-decoration: none;
}
section .apply-service .item h3 {
  font-size: 16px;
  color: var(--black);
  line-height: 25px;
  margin: 0;
}
section .apply-service .item2 {
  box-shadow: 0px 8px 10px var(--shadow);
  border-radius: 8px;
  color: var(--black);
  border: solid 1px var(--button-1);
  transition: var(--transition);
}
section .apply-service .item2:hover {
  border-color: var(--background-1);
}
section .apply-service .item2:hover .content .text {
  display: block;
}
section .apply-service .item2 a {
  text-decoration: none;
}
section .apply-service .item2 h3 {
  font-size: 16px;
  color: var(--black);
  line-height: 25px;
  margin: 0;
}
section .apply-service .item2 .content {
  position: relative;
  padding: 12px;
  transition: var(--transition);
}
section .apply-service .item2 .content .text {
  position: absolute;
  top: 0px;
  left: 0px;
  transition: var(--transition);
  display: none;
  border-radius: 8px;
  padding: 12px;
  background: var(--background-1);
  height: 100%;
}
section .apply-service .item2 .content .text p {
  margin: 0px;
  color: var(--white);
  font-size: 14px;
}
section .state h3 {
  font-size: 25px;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 20px;
}
section .state p {
  color: var(--color-6);
  font-size: 14px;
  line-height: 25px;
}
section .state input {
  border: solid 1px var(--border-3);
  width: 100%;
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 14px;
}
section .state select {
  border: solid 1px var(--border-3);
  width: 100%;
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 14px;
  background: var(--white);
}
section .state .submit {
  border: none;
  background: var(--button-1);
  border: solid 1px var(--button-1);
  border-radius: 16px;
  padding: 8px 20px;
  font-weight: 500;
  color: var(--white);
  transition: var(--transition);
}
section .state .submit:hover {
  background: var(--white);
  color: var(--color-1);
}
section .welcome h2 {
  color: var(--color-1);
  font-size: 32px;
  font-weight: 600;
}
section .welcome h3 {
  color: var(--color-1);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
section .welcome p {
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
}
section .welcome .read {
  color: var(--color-1);
  text-decoration: none;
  font-size: 16px;
}
section .welcome .read i {
  font-size: 14px;
}
section .news h3 {
  font-size: 28px;
  letter-spacing: 10px;
  color: #fff;
}
section .news h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
}
section .news .item {
  background: #fff;
  padding: 40px;
  position: relative;
  text-align: center;
  min-height: 330px;
}
section .news .item::before {
  width: 0;
  content: "";
  height: 0;
  border-left: 200px solid transparent;
  border-right: 200px solid transparent;
  border-top: 70px solid var(--border-2);
  position: absolute;
  top: 0px;
  left: 0px;
}
section .news .item .icon {
  position: relative;
  margin-top: -30px;
}
section .news .item .date {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin: 15px 0;
}
section .news .item p {
  font-size: 15px;
  color: #626262;
  line-height: 25px;
}
section .news .owl-carousel .item img {
  width: auto;
  display: inline;
}
section .news .owl-carousel .item .link {
  color: var(--color-7);
  font-weight: 500;
  text-decoration: none;
}
section .news .owl-carousel .item .link i {
  font-size: 13px;
}
section .news .owl-carousel .owl-dots {
  display: none;
}
section .news .owl-carousel .owl-prev, section .news .owl-carousel .owl-next {
  position: absolute;
  background: #fff !important;
  width: 38px;
  height: 38px;
  line-height: 38px;
  transition: all 0.3s ease-in-out;
}
section .news .owl-carousel .owl-prev:hover, section .news .owl-carousel .owl-next:hover {
  background: #FF6E32 !important;
  color: #fff;
}
section .news .owl-carousel .owl-next {
  top: 50%;
  left: -358px;
}
section .news .owl-carousel .owl-prev {
  top: 50%;
  left: -404px;
}
section .optional h3 {
  font-weight: 700;
  font-size: 25px;
}
section .optional p {
  font-size: 16px;
  line-height: 25px;
}
section .optional .note {
  font-size: 14px;
}
section .optional .our-team-main {
  margin-bottom: 20px;
}
section .optional .our-team-main .team-front h3 {
  font-size: 16px;
  font-weight: 700;
}
section .optional .our-team-main {
  width: 100%;
  height: auto;
  min-height: 200px;
  border-bottom: 5px var(--background-1) solid;
  box-shadow: 0px 1px 17px -3px rgba(0, 0, 0, 0.2);
  background: #fff;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
  margin-bottom: 28px;
}
section .optional .our-team-main img {
  width: 60px;
  margin: 10px 0 20px;
}
section .optional .our-team-main p {
  margin-bottom: 0;
}
section .optional .our-team-main:hover {
  border-color: var(--background-1);
  transition: 0.5s;
  background: var(--background-1);
}
section .optional .our-team-main:hover .team-front {
  bottom: -204px;
  transition: all 0.5s ease;
}
section .optional .team-back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 15px;
  text-align: left;
  text-align: center;
  color: var(--white);
  font-size: 14px;
  line-height: 20px;
}
section .optional .team-back p {
  font-size: 14px;
  line-height: 20px;
}
section .optional .team-front {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 15px;
  bottom: 0px;
  transition: all 0.5s ease;
}
section .contact .content {
  padding: 20px 30px;
  margin-top: 6px;
  border: solid 1px #ccc;
  border-radius: 5px;
  font-size: 15px;
}
section .contact .content .table {
  font-size: 14px;
}
section .contact .content .table th {
  background-color: var(--background-1) !important;
  color: #fff;
  font-weight: normal;
}
section .usefull .content {
  padding: 20px 30px;
  margin-top: 6px;
  border: solid 1px #ccc;
  border-radius: 5px;
  font-size: 15px;
}
section .usefull .content h6 {
  font-size: 16px;
  font-weight: 700;
}
section .usefull .content .list ul {
  margin: 0;
  padding: 0;
}
section .usefull .content .list ul li {
  list-style: none;
  transition: var(--transition);
  list-style: none;
  font-size: 15px;
  padding: 3px 20px;
  position: relative;
}
section .usefull .content .list ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  left: 0px;
  font-size: 11px;
  top: 6px;
  transition: var(--transition);
}
section .usefull .content .list ul li a {
  color: var(--black);
  text-decoration: none;
  transition: var(--transition);
}
section .usefull .content .list ul li:hover a {
  color: var(--color-2);
}
section .usefull .content .list ul li:hover::before {
  color: var(--color-2);
}
section .login .card {
  margin: 20px 0;
  border-radius: 23px;
  box-shadow: 0px 8px 20px rgba(78, 78, 78, 0.2196078431);
}
section .login .card a {
  color: var(--color-1);
  font-size: 14px;
  text-decoration: none;
}
section .login .card h4 {
  color: var(--color-1);
  font-size: 20px;
}
section .login .card p {
  font-size: 14px;
}
section .login .card .form-control, section .login .card .form-select {
  background-color: aliceblue;
  box-shadow: 0px 6px 10px rgba(61, 61, 61, 0.1215686275);
}
section .login .card .form-control:hover, section .login .card .form-select:hover {
  border: 1px solid var(--border-2);
}
section .login .card .left {
  background: url(../images/login1.png) no-repeat center, var(--background-1);
  background-size: cover;
  height: 100%;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
}
section .login .card .right {
  padding: 30px 20px;
}
section .login .card .btn1 {
  width: 100%;
  background: var(--background-1);
  color: var(--white);
  border-radius: 9px;
  margin: 10px 0;
  box-shadow: 1px 10px 10px rgba(44, 44, 44, 0.1882352941);
  transition: 0.3s ease-in-out;
}
section .login .card .btn1:hover {
  background: linear-gradient(90deg, #E1FDFF, #FAF9DB);
  border: 1px solid var(--border-2);
  color: var(--black);
}
section .login .card .password-container {
  position: relative;
}
section .login .card .password-container .pass-visible i {
  position: absolute;
  top: 56%;
  right: 4%;
  cursor: pointer;
}
section .track .btn1 {
  width: 100%;
  background: var(--background-1);
  color: var(--white);
  border-radius: 9px;
  margin: 10px 0;
  box-shadow: 1px 10px 10px rgba(44, 44, 44, 0.1882352941);
  transition: 0.3s ease-in-out;
}
section .track .btn1:hover {
  background: linear-gradient(90deg, #E1FDFF, #FAF9DB);
  border: 1px solid var(--border-2);
  color: var(--black);
}
section .track .input-group {
  margin-bottom: 20px;
}
section .track .input-group label {
  margin-bottom: 5px;
}
section .track .input-group input[type=text] {
  border: solid 1px var(--border-7);
  border-radius: 6px !important;
  width: 100%;
  padding: 7px 10px;
}
section .track .input-group select {
  border: solid 1px var(--border-7);
  border-radius: 6px !important;
  width: 100%;
  padding: 7px 10px;
  background: none;
}
section .track .appointment-status .card p {
  margin: 0;
  font-size: 15px;
}
section .track .appointment-status .card hr {
  margin: 15px 0;
}
section .grievance h2 {
  font-size: 25px;
  font-weight: 700;
}
section .grievance h3 {
  font-size: 20px;
}
section .grievance .item {
  background: #f1f1f1;
  padding: 30px;
  border: solid 1px #ddd;
}
section .grievance .item .text {
  font-size: 17px;
}
section .grievance .item .box {
  background: #fff;
  padding: 20px;
  border: solid 1px #ddd;
  display: inline-block;
  width: 100%;
}
section .grievance .item .box h4 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
section .grievance .item .box p {
  font-size: 13px;
}
section .grievance .item .box .radio .item2 label img {
  width: 40px;
}
section .grievance .item .box .radio .item2 label h4 {
  font-size: 15px;
  margin: 10px 0 0 0;
}
section .grievance .item .box .radio .item2 input[type=radio][id^=cb] {
  display: none;
}
section .grievance .item .box .radio .item2 input[type=radio] {
  display: none;
}
section .grievance .item .box .radio .item2 label {
  border: 1px solid #dddddd;
  background: #f7f7f7;
  padding: 20px 30px;
  display: block;
  position: relative;
  cursor: pointer;
  text-align: center;
}
section .grievance .item .box .radio .item2 label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid var(--background-1);
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}
section .grievance .item .box .radio .item2 :checked + label {
  border-color: #ddd;
  background: #585e68;
}
section .grievance .item .box .radio .item2 :checked + label h4 {
  color: var(--white);
}
section .grievance .item .box .radio .item2 :checked + label:before {
  content: "✓";
  background-color: var(--background-1);
  transform: scale(1);
}
section .grievance .item .box .radio2 ul {
  margin: 0;
  padding: 0;
}
section .grievance .item .box .radio2 ul li {
  list-style: none;
  transition: var(--transition);
  float: left;
  width: 20%;
}
section .grievance .item .box .radio2 ul li .item2 label img {
  width: 100%;
}
section .grievance .item .box .radio2 ul li .item2 label h4 {
  font-size: 15px;
  margin: 10px 0 0 0;
}
section .grievance .item .box .radio2 ul li .item2 input[type=radio][id^=cb] {
  display: none;
}
section .grievance .item .box .radio2 ul li .item2 input[type=radio] {
  display: none;
}
section .grievance .item .box .radio2 ul li .item2 label {
  padding: 20px 30px;
  display: block;
  position: relative;
  cursor: pointer;
  text-align: center;
}
section .grievance .item .box .radio2 ul li .item2 label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid var(--background-1);
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}
section .grievance .item .box .radio2 ul li .item2 :checked + label {
  border-color: #ddd;
  background: #585e68;
}
section .grievance .item .box .radio2 ul li .item2 :checked + label h4 {
  color: var(--white);
}
section .grievance .item .box .radio2 ul li .item2 :checked + label:before {
  content: "✓";
  background-color: var(--background-1);
  transform: scale(1);
}
section .grievance .item .box .checkbox ul {
  margin: 0;
  padding: 0;
}
section .grievance .item .box .checkbox ul li {
  list-style: none;
  transition: var(--transition);
  float: left;
  width: 20%;
  margin-bottom: 20px;
}
section .grievance .item .box .checkbox ul li .item2 {
  height: 100%;
}
section .grievance .item .box .checkbox ul li .item2 label {
  height: 100%;
}
section .grievance .item .box .checkbox ul li .item2 label img {
  width: 40px;
}
section .grievance .item .box .checkbox ul li .item2 label h4 {
  font-size: 15px;
  margin: 10px 0 0 0;
}
section .grievance .item .box .checkbox ul li .item2 input[type=checkbox][id^=cb] {
  display: none;
}
section .grievance .item .box .checkbox ul li .item2 input[type=checkbox] {
  display: none;
}
section .grievance .item .box .checkbox ul li .item2 label {
  padding: 20px 10px;
  display: block;
  position: relative;
  cursor: pointer;
  text-align: center;
  min-height: 130px;
}
section .grievance .item .box .checkbox ul li .item2 label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid var(--background-1);
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}
section .grievance .item .box .checkbox ul li .item2 :checked + label {
  border-color: #ddd;
  background: #585e68;
}
section .grievance .item .box .checkbox ul li .item2 :checked + label h4 {
  color: var(--white);
}
section .grievance .item .box .checkbox ul li .item2 :checked + label:before {
  content: "✓";
  background-color: var(--background-1);
  transform: scale(1);
}
section .grievance .item .box .checkbox2 ul {
  margin: 0;
  padding: 0;
}
section .grievance .item .box .checkbox2 ul li {
  list-style: none;
  transition: var(--transition);
  float: left;
  width: 20%;
  margin-bottom: 15px;
}
section .grievance .item .box .checkbox2 ul li .item2 {
  height: 100%;
}
section .grievance .item .box .checkbox2 ul li .item2 label {
  height: 100%;
}
section .grievance .item .box .checkbox2 ul li .item2 label img {
  width: 40px;
}
section .grievance .item .box .checkbox2 ul li .item2 label h4 {
  font-size: 15px;
  margin: 10px 0 0 0;
}
section .grievance .item .box .checkbox2 ul li .item2 input[type=checkbox][id^=cb] {
  display: none;
}
section .grievance .item .box .checkbox2 ul li .item2 input[type=checkbox] {
  display: none;
}
section .grievance .item .box .checkbox2 ul li .item2 label {
  padding: 20px 10px;
  display: block;
  position: relative;
  cursor: pointer;
  text-align: center;
  min-height: 150px;
}
section .grievance .item .box .checkbox2 ul li .item2 label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid var(--background-1);
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}
section .grievance .item .box .checkbox2 ul li .item2 :checked + label {
  border-color: #ddd;
  background: #585e68;
}
section .grievance .item .box .checkbox2 ul li .item2 :checked + label h4 {
  color: var(--white);
}
section .grievance .item .box .checkbox2 ul li .item2 :checked + label:before {
  content: "✓";
  background-color: var(--background-1);
  transform: scale(1);
}
section .grievance .item .box .from input[type=text], section .grievance .item .box .from input[type=email] {
  width: 100%;
  border: solid 1px var(--border-6);
  height: 40px;
  padding: 0 15px;
  border-radius: 5px;
  font-size: 14px;
  outline: none;
}
section .grievance .item .box .from select {
  width: 100%;
  border: solid 1px var(--border-6);
  height: 40px;
  padding: 0 15px;
  border-radius: 5px;
  font-size: 14px;
  outline: none;
}
section .grievance .item .box .from textarea {
  width: 100%;
  border: solid 1px var(--border-6);
  height: 100;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
  resize: none;
  outline: none;
}
section .grievance .item .box .from .submit {
  background: var(--background-1);
  color: var(--white);
  border-radius: 5px;
  margin: 10px 0;
  box-shadow: 1px 10px 10px rgba(44, 44, 44, 0.1882352941);
  transition: 0.3s ease-in-out;
  padding: 8px 20px;
  border: solid 1px var(--white);
}
section .grievance .item .box .from .submit:hover {
  background: var(--background-5);
  border: 1px solid var(--background-5);
  color: var(--white);
}
section .dashboard .panel {
  margin-bottom: 20px;
  background-color: var(--white);
  border-radius: 4px;
}
section .dashboard .profile-nav, section .dashboard .profile-info {
  margin-top: 30px;
}
section .dashboard .profile-nav ul {
  margin-top: 1px;
  display: block;
}
section .dashboard .profile-nav ul .active a {
  background: var(--background-1) !important;
  border-left: 5px solid var(--border-9);
  color: var(--white) !important;
  display: block;
}
section .dashboard .profile-nav ul li {
  border-bottom: 1px solid #ebeae6;
  margin-top: 0;
  line-height: 30px;
  font-size: 14px;
}
section .dashboard .profile-nav ul li:last-child {
  border-bottom: none;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
}
section .dashboard .profile-nav ul li:hover {
  background: var(--background-1) !important;
  color: var(--white) !important;
  display: block;
}
section .dashboard .profile-nav ul li:hover a {
  background: var(--background-1) !important;
  border-left: 5px solid var(--border-9);
  color: var(--white) !important;
  display: block;
}
section .dashboard .profile-nav ul li a {
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #444444;
  border-left: 5px solid var(--white);
  padding: 5px;
  display: block;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
section .dashboard .profile-nav ul li a:hover {
  background: var(--background-1) !important;
  border-left: 5px solid var(--border-9);
  color: var(--white) !important;
  display: block;
}
section .dashboard .profile-nav ul li a i {
  font-size: 18px;
  padding: 0 8px;
}
section .dashboard .profile-nav .user-heading {
  background: #fbc02d;
  color: var(--white);
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  padding: 30px;
  text-align: center;
}
section .dashboard .profile-nav .user-heading h1 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 5px;
}
section .dashboard .profile-nav .user-heading p {
  font-size: 12px;
}
section .dashboard .profile-nav .user-heading a img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
section .dashboard .profile-nav .user-heading .round a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
}
section .dashboard .profile-info .panel {
  margin-bottom: 20px;
  background-color: var(--white);
  border-radius: 4px;
}
section .dashboard .profile-info .panel .navprofile {
  border: solid 1px var(--button-1);
  padding: 7px 0 7px 10px;
  border-radius: 4px;
  background: none;
  margin-bottom: 20px;
  font-size: 14px;
  outline: none;
}
section .dashboard .profile-info .panel .bio-graph-heading {
  background: var(--background-1);
  color: var(--white);
  text-align: center;
  padding: 14px;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}
section .dashboard .profile-info .panel .bio-graph-info {
  padding: 15px;
  border: 1px solid var(--border-12);
}
section .dashboard .profile-info .panel .alert-box .alert-header {
  padding: 12px;
  text-align: center;
  font-weight: 600;
  background: linear-gradient(90deg, #E1FDFF, #FAF9DB);
  border: 2px solid var(--border-8);
}
section .dashboard .profile-info .panel .alert-box .alert-body {
  padding: 20px;
  border: 2px solid var(--border-8);
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: rgba(0, 168, 167, 0.33);
  border-top: 0;
}
section .dashboard .profile-info .panel .btn-action .btn1 {
  width: 100%;
  background: var(--background-1);
  color: var(--white);
  border-radius: 9px;
  margin: 10px 0;
  box-shadow: 1px 10px 10px rgba(44, 44, 44, 0.1882352941);
  transition: 0.3s ease-in-out;
}
section .dashboard .profile-info .panel .btn-action .btn1:hover {
  background: linear-gradient(90deg, #E1FDFF, #FAF9DB);
  border: 1px solid var(--border-2);
  color: var(--black);
}
section .dashboard .profile-info .bio-graph-info {
  padding: 15px;
  border: 1px solid var(--border-12);
}
section .dashboard .profile-info .bio-graph-info .bio-graph-heading p {
  margin: 0;
}
section .dashboard .profile-info .bio-graph-info p {
  font-size: 15px;
}
section .dashboard .profile-info .bio-graph-info h1 {
  font-size: 22px;
  font-weight: 300;
  margin: 0 0 20px;
}
section .dashboard .profile-info .bio-graph-info .bio-row {
  width: 50%;
  float: left;
  margin-bottom: 10px;
  padding: 0 15px;
}
section .dashboard .profile-info .bio-graph-info .bio-row p span {
  width: 100px;
  display: inline-block;
}
section .dashboard .profile-info .panel-body {
  margin-bottom: 20px;
  box-shadow: 0 1px 20px rgba(73, 73, 73, 0.2);
}
section .dashboard .profile-info .panel-body table th {
  background-color: var(--background-1) !important;
  color: var(--white);
  font-weight: normal;
  font-size: 14px;
}
section .dashboard .profile-info .panel-body table td {
  font-size: 14px;
}
section .dashboard .profile-info .panel-body .input-group {
  margin-bottom: 10px;
}
section .dashboard .profile-info .panel-body .input-group label {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 3px;
  width: 100%;
}
section .dashboard .profile-info .panel-body .input-group .input {
  position: relative;
  width: 100%;
}
section .dashboard .profile-info .panel-body .input-group .input i {
  position: absolute;
  top: 11px;
  left: 10px;
  color: var(--color-8);
}
section .dashboard .profile-info .panel-body .input-group .input input[type=text] {
  width: 100%;
  background: var(--white);
  padding: 0px 28px;
  height: 40px;
  line-height: 40px;
  border: solid 1px var(--border-3);
  border-radius: 5px !important;
  outline: none;
  font-size: 14px;
}
section .dashboard .profile-info .panel-body .input-group input[type=text], section .dashboard .profile-info .panel-body .input-group select {
  width: 100%;
  background: var(--white);
  padding: 0px 10px;
  height: 40px;
  line-height: 40px;
  border: solid 1px var(--border-3);
  border-radius: 5px !important;
  outline: none;
  font-size: 14px;
}
section .dashboard .profile-info .panel-body .applicant-details {
  background: aliceblue;
  padding: 15px;
  border: 1px solid var(--border-12);
}
section .dashboard .profile-info .panel-body .applicant-details h4 {
  font-size: 18px;
  font-weight: 600;
  background: rgba(152, 225, 224, 0.6117647059);
  text-align: center;
  padding: 4px 0;
  border-radius: 6px;
}
section .dashboard .profile-info .panel-body .applicant-details .vas-check {
  border: 1px solid var(--border-11);
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 15px;
}
section .dashboard .profile-info .panel-body .applicant-details .vas-check .quantity {
  border: 1px solid var(--border-12);
  margin-left: 5px;
  border-radius: 5px;
  width: 155px;
  outline: none;
  padding: 2px 10px;
  font-size: 14px;
}
section .dashboard .profile-info .panel-body .fee-calculate {
  background: var(--white);
  padding: 20px 10px;
  border: 1px solid var(--border-11);
  border-radius: 6px;
}
section .dashboard .profile-info .panel-body .fee-calculate p {
  margin: 0;
}
section .dashboard .profile-info .panel-body .fee-calculate hr {
  margin: 6px 0;
}
section .dashboard .profile-info .panel-body .form-check a {
  color: var(--color-2);
  text-decoration: none;
}
section .dashboard .profile-info .panel-body .btn1 {
  width: 100%;
  background: var(--background-1);
  color: var(--white);
  border-radius: 9px;
  margin: 10px 0;
  box-shadow: 1px 10px 10px rgba(44, 44, 44, 0.1882352941);
  transition: 0.3s ease-in-out;
}
section .dashboard .profile-info .panel-body .btn1:hover {
  background: linear-gradient(90deg, #E1FDFF, #FAF9DB);
  border: 1px solid var(--border-2);
  color: var(--black);
}
section .contact-info {
  /* accordion */
}
section .contact-info a {
  color: var(--black);
  font-size: 14px;
  text-decoration: none;
  display: table;
}
section .contact-info .card.left {
  background-color: var(--background-1);
  padding: 15px;
  color: var(--white);
  border-radius: 18px;
}
section .contact-info .card.left .bg {
  background-color: rgba(255, 255, 255, 0.2431372549);
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 10px;
  word-break: break-word;
}
section .contact-info .card.left .bg p {
  padding-left: 18px;
  margin: 0;
}
section .contact-info .card.left .bg b {
  font-weight: 500;
}
section .contact-info .card.right {
  background-color: var(--white);
  padding: 20px;
  margin: 15px 0;
}
section .contact-info .card.right .location {
  background-color: #f3feff;
  padding: 15px;
  border: 1px solid var(--border-10);
  border-radius: 15px;
  margin-bottom: 10px;
  box-shadow: 1px 10px 10px rgba(44, 44, 44, 0.0509803922);
}
section .contact-info .card.right .location p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
section .contact-info .card.right .location .btn {
  color: var(--white);
}
section .contact-info .card.right .location .btn:hover {
  color: var(--black);
}
section .contact-info .card.right .location .btn1 {
  width: 100%;
  background: #00a8a7;
  color: #fff;
  border-radius: 9px;
  margin: 10px 0;
  box-shadow: 1px 10px 10px rgba(44, 44, 44, 0.1882352941);
  transition: 0.3s ease-in-out;
}
section .contact-info .card.right .location .btn1:hover {
  background: linear-gradient(90deg, #E1FDFF, #FAF9DB);
  border: 1px solid #00a8a7;
}
section .contact-info .accordion .accordion-item {
  margin-bottom: 15px;
  border: none;
}
section .contact-info .accordion-button {
  background: linear-gradient(229deg, #E1FDFF, #E3FDFA, #FAF9DB);
  box-shadow: none;
  color: var(--black);
  border: 1px solid var(--border-10);
  border-radius: 10px;
}
section .contact-info .accordion-flush .accordion-item .accordion-button, section .contact-info .accordion-flush .accordion-item .accordion-button.collapsed {
  background: linear-gradient(229deg, #E1FDFF, #E3FDFA, #FAF9DB);
  box-shadow: none;
  color: var(--black);
  border: 1px solid var(--border-10);
  border-radius: 10px;
}
section .contact-info .accordion-flush .accordion-item .accordion-button span {
  font-weight: 500;
  padding: 0 5px;
  color: #002B5B;
  display: contents;
}
section .attestation .item {
  padding: 30px 35px 20px;
  border-radius: 25px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  font-family: var(--font-poppins);
  color: var(--black); background:var(--white);
}
section .attestation .item .form-check {
  font-size: 14px;
  font-weight: 300;
  font-size: 14px;
  font-family: var(--font-poppins);
}
section .attestation .item h3 {
  font-size: 18px;
  font-family: var(--font-poppins);
  font-weight: 600;
}
section .attestation .item p {
  font-size: 14px;
  font-family: var(--font-poppins);
  font-weight: 300;
}
section .attestation .item h6 {
  font-size: 14px;
  font-family: var(--font-poppins);
  font-weight: 400;
  margin-top: 20px;
}
section .attestation .item .input-group {
  margin-bottom: 15px;
}
section .attestation .item .input-group label {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}
section .attestation .item .input-group input[type=text] {
  width: 100%;
  border-radius: 5px !important;
  border: solid 1px var(--border-12);
  padding: 10px 10px;
  font-size: 14px;
  font-family: var(--font-poppins);
  outline: none;
}
section .attestation .item .input-group select {
  width: 100%;
  background: none;
  border-radius: 5px !important;
  border: solid 1px var(--border-12);
  padding: 10px 10px;
  font-size: 14px;
  font-family: var(--font-poppins);
  outline: none;
}
section .attestation .item .input-group textarea {
  width: 100%;
  border-radius: 5px !important;
  border: solid 1px var(--border-12);
  padding: 10px 10px;
  font-size: 14px;
  font-family: var(--font-poppins);
  outline: none;
  height: 50px;
  resize: none;
}
section .attestation .item .btn1 {
  background: var(--background-1);
  color: var(--white);
  border-radius: 9px;
  margin: 10px 0;
  box-shadow: 1px 10px 10px rgba(44, 44, 44, 0.1882352941);
  transition: 0.3s ease-in-out;
  padding: 6px 25px;
}
section .attestation .item .btn1:hover {
  background: linear-gradient(90deg, #E1FDFF, #FAF9DB);
  border: 1px solid var(--border-2);
  color: var(--black);
}

footer h3 {
  font-size: 18px;
  color: var(--color-4);
}
footer .menu ul {
  margin: 0;
  padding: 0;
  -moz-columns: 3;
       columns: 3;
}
footer .menu ul li {
  list-style: none;
  transition: var(--transition);
  font-size: 14px;
  padding: 3px 0px 0 15px;
  position: relative;
}
footer .menu ul li a {
  text-decoration: none;
  color: var(--color-3);
}
footer .menu ul li a:hover {
  color: var(--color-2);
}
footer .menu ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  left: 0;
  font-size: 12px;
}
footer .info ul {
  margin: 0;
  padding: 0;
}
footer .info ul li {
  list-style: none;
  transition: var(--transition);
  font-size: 14px;
  padding: 3px 0px 0 15px;
  position: relative;
}
footer .info ul li a {
  text-decoration: none;
  color: var(--color-3);
}
footer .info ul li a:hover {
  color: var(--color-2);
}
footer .info ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  left: 0;
  font-size: 12px;
}
footer .vat h4 {
  font-size: 17px;
  color: var(--black);
  padding-left: 10px;
}
footer .footer-logo img {
  width: 75px;
}
footer .copyright {
  background: var(--background-1);
  padding: 10px 0;
  color: var(--white);
  font-size: 13px;
}
footer .copyright p {
  margin: 0;
}
footer .copyright img {
  height: 27px;
}
footer .copyright .social ul {
  margin: 0;
  padding: 0;
  float: right;
}
footer .copyright .social ul li {
  list-style: none;
  transition: var(--transition);
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
  text-align: center;
  float: left;
  background: var(--white);
  border-radius: 30px;
  transition: var(--transition);
}
footer .copyright .social ul li:hover {
  background: var(--background-5);
}
footer .copyright .social ul li:hover a {
  color: var(--white);
}
footer .copyright .social ul li a {
  color: var(--black);
  text-decoration: none;
  display: block;
  transition: var(--transition);
}
footer .copyright .social ul li:nth-of-type(1) {
  width: auto;
  background: none;
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  header .login {
    float: none;
    margin-top: 5px;
  }
  figure {
    display: none;
  }
  figure .img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .services-banner {
    background: linear-gradient(229deg, #E1FDFF, #E3FDFA, #FAF9DB);
  }
  section .apply-service .item h3 br {
    display: none;
  }
  section .news .owl-carousel .owl-prev, section .news .owl-carousel .owl-next {
    position: static;
  }
  section .passport h2 {
    font-size: 20px;
    font-weight: 500;
  }
  section .passport .tab-bg {
    background: var(--background-2);
    border-radius: 6px;
  }
  section .passport .tab-bg .nav .nav-item {
    font-size: 15px;
  }
  section .passport .tab-bg .nav .nav-item .nav-link {
    color: var(--black);
    padding: 6px 10px;
  }
  section .passport .tab-bg .nav .nav-item .active {
    background: var(--background-1);
    color: var(--white);
  }
  footer h3 {
    margin-top: 10px;
  }
  footer .menu ul {
    margin: 0;
    padding: 0;
    -moz-column-count: 2;
         column-count: 2;
  }
  footer .menu ul li {
    padding: 3px 0px 0 10px;
  }
}
@media (min-width: 991.98px) and (max-width: 1199.98px) {
  header .NavMenu {
    flex: 10;
    list-style: none;
    position: relative;
    display: flex;
  }
  header .NavMenu ul {
    margin: 0;
    padding: 0;
  }
  header .NavMenu ul li a {
    display: block;
    padding: 10px 6px;
    font-size: 12px;
  }
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
  border: 0 none;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
}

#cssmenu {
  color: #ffffff;
}

#cssmenu ul ul {
  display: none;
}

#cssmenu > ul > li.active > ul {
  display: block;
}

#cssmenu > ul > li > a {
  background: var(--background-1);
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  padding: 12px 22px;
  text-decoration: none;
  transition: color 0.2s ease 0s;
  z-index: 2;
  border-bottom: solid 1px var(--border-13);
}

#cssmenu > ul > li > a:hover {
  color: #d8f3f0;
}

#cssmenu ul > li.has-sub > a::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 26px;
  top: 19px;
  transition: all 0.1s ease-out 0s;
  width: 2px;
  z-index: 5;
}

#cssmenu ul > li.has-sub > a::before {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 22px;
  top: 23px;
  transition: all 0.1s ease-out 0s;
  width: 10px;
}

#cssmenu ul > li.has-sub.open > a::after, #cssmenu ul > li.has-sub.open > a::before {
  transform: rotate(45deg);
}

#cssmenu ul ul li a {
  background: var(--white) none repeat scroll 0 0;
  color: var(--black);
  cursor: pointer;
  font-size: 14px;
  padding: 6px 22px;
  text-decoration: none;
  transition: color 0.2s ease 0s;
  z-index: 2;
  border-bottom: solid 1px #e9e9ea;
  line-height: 20px;
}

#cssmenu ul ul ul li a {
  padding-left: 32px;
}

#cssmenu ul ul li a:hover {
  color: #050000;
}

#cssmenu ul ul > li.has-sub > a::after {
  background: var(--black) none repeat scroll 0 0;
  right: 26px;
  top: 16px;
}

#cssmenu ul ul > li.has-sub > a::before {
  background: var(--black) none repeat scroll 0 0;
  top: 20px;
}

/*popup*/
.infopopup .table {
  font-size: 14px;
}
.infopopup .table th {
  background-color: var(--background-1);
  font-weight: normal;
  color: var(--white);
}
.infopopup .table td a {
  color: var(--black);
  transition: var(--transition);
  text-decoration: none;
}
.infopopup .table td a:hover {
  color: var(--color-2);
}
.infopopup .table td .primary-btn {
  border: none;
  background: var(--button-1);
  border: solid 1px var(--button-1);
  border-radius: 5px;
  padding: 4px 10px;
  font-weight: 500;
  color: var(--white);
  transition: var(--transition);
  display: inline-block;
  margin-top: 7px;
  font-size: 13px;
}
.infopopup .table td .primary-btn:hover {
  background: var(--white);
  color: var(--color-1);
}

/* modal css home page */
.home-popup .border-right {
  border-right: 2px solid var(--white);
}
.home-popup #selectjurisdiction .modal-header, .home-popup #selectcitizenship .modal-header {
  background: linear-gradient(229deg, #E1FDFF, #E3FDFA, #FAF9DB);
  border: 1px solid #83e8e8;
  padding: 5px 10px;
}
.home-popup .modal-dialog .modal-header {
  background: linear-gradient(229deg, #E1FDFF, #E3FDFA, #FAF9DB);
  border: 1px solid #83e8e8;
  padding: 5px 10px;
}
.home-popup .modal-dialog .modal-body h4 {
  font-weight: 600;
  color: var(--color-1);
}
.home-popup .modal-dialog .modal-body .card .selectservice {
  border: 2px solid var(--white);
  border-radius: 12px;
  transition: 0.4s ease-in-out;
}
.home-popup .modal-dialog .modal-body .card .selectservice h5 {
  color: var(--color-1);
}
.home-popup .modal-dialog .modal-footer .btn1 {
  width: 100%;
  background: var(--background-1);
  color: #fff;
  border-radius: 9px;
  margin: 10px 0;
  box-shadow: 1px 10px 10px rgba(44, 44, 44, 0.1882352941);
  transition: 0.3s ease-in-out;
}
.home-popup .modal-dialog .modal-footer .btn1:hover {
  background: linear-gradient(90deg, #E1FDFF, #FAF9DB);
  border: 1px solid var(--border-2);
  color: var(--black);
}

.modal1 .border-right {
  border-right: 2px solid var(--white);
}
.modal1 #selectjurisdiction .modal-header, .modal1 #selectcitizenship .modal-header {
  background: linear-gradient(229deg, #E1FDFF, #E3FDFA, #FAF9DB);
  border: 1px solid #83e8e8;
  padding: 5px 10px;
}
.modal1 .modal-dialog .modal-header {
  background: linear-gradient(229deg, #E1FDFF, #E3FDFA, #FAF9DB);
  border: 1px solid #83e8e8;
  padding: 5px 10px;
}
.modal1 .modal-dialog .modal-body .logo {
  width: 150px;
}
.modal1 .modal-dialog .modal-body h3 {
  font-weight: 600;
  color: var(--color-1);
  font-size: 28px;
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}
.modal1 .modal-dialog .modal-body h3::after {
  content: "";
  background: var(--background-1);
  width: 37%;
  height: 5px;
  position: absolute;
  bottom: -14px;
  display: block;
  right: 0;
}
.modal1 .modal-dialog .modal-body h4 {
  font-weight: 600;
  color: var(--color-1);
}
.modal1 .modal-dialog .modal-body .card .selectservice {
  border: 2px solid var(--white);
  border-radius: 12px;
  transition: 0.4s ease-in-out;
}
.modal1 .modal-dialog .modal-body .card .selectservice h5 {
  color: var(--color-1);
}
.modal1 .modal-dialog .modal-footer .btn1 {
  width: 100%;
  background: var(--background-1);
  color: #fff;
  border-radius: 9px;
  margin: 10px 0;
  box-shadow: 1px 10px 10px rgba(44, 44, 44, 0.1882352941);
  transition: 0.3s ease-in-out;
}
.modal1 .modal-dialog .modal-footer .btn1:hover {
  background: linear-gradient(90deg, #E1FDFF, #FAF9DB);
  border: 1px solid var(--border-2);
  color: var(--black);
}

.modal1 .card.berlin {
  background: #e1fdfe;
}

.modal1 .card.frankfurt {
  background: #e7fcf4;
}

.modal1 .card.hamburg {
  background: #f7f9de;
}

.modal1 .card.munich {
  background: #ffddbc;
}

.modal1 .card-footer {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  color: var(--color-1);
  font-weight: 500;
}

.modal1 .card.berlin .card-footer {
  background: #b1fcff;
}

.modal1 .card.frankfurt .card-footer {
  background: #beffe6;
}

.modal1 .card.hamburg .card-footer {
  background: #ecf0b9;
}

.modal1 .card.munich .card-footer {
  background: #ffc48a;
}

/* table css select jurisdiction */
.card.selectservice ul {
  padding-left: 18px;
  list-style-type: circle;
  font-family: var(--font-poppins);
  font-size: 14px;
}

.card.selectservice:hover {
  border-color: #007bff;
  transform: scale(1.05);
  z-index: 1;
  box-shadow: 0px 8px 10px rgba(86, 134, 186, 0.2117647059);
}

/* Highlight when the checkbox is checked */
.selectservice input[type=checkbox]:checked + label {
  outline: 2px solid green;
  background-color: #e6ffee;
  border-radius: 10px;
}

.selectservice .indian-map {
  width: 180px;
}

.datepicker {
  right: auto !important;
  padding: 10px 10px !important;
}
.datepicker .datepicker-switch {
  text-align: center;
}

.datepicker-days table, .datepicker-months, .table-condensed {
  width: 100%;
}

.table-condensed span {
  padding: 5px 0px;
  float: left;
  width: 33.33%;
  text-align: center;
}

.year {
  padding: 5px 0px !important;
  float: left;
  width: 33.33%;
  text-align: center;
}

.activeClass {
  text-decoration: none;
  cursor: auto !important;
  color: #32641A;
  background: #A5E296;
  border: solid 1px #32641A;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
}

.activeClass:hover {
  text-decoration: none;
  cursor: pointer !important;
  color: #fff;
  background: #428bca;
  border: solid 1px #32641A;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
}

.fullcap {
  text-decoration: none;
  cursor: auto !important;
  color: #32641A;
  background: #FF8000;
  border: solid 1px #32641A;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
}

.fullcap:hover {
  text-decoration: none;
  cursor: pointer !important;
  color: #fff;
  background: #FF8000;
  border: solid 1px #32641A;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
}

.fullcapspecial {
  text-decoration: none;
  cursor: auto !important;
  color: #32641A;
  background: #A5E296;
  border: solid 1px #32641A;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
}

.fullcapspecial:hover {
  text-decoration: none;
  cursor: pointer !important;
  color: #fff;
  background: #428bca;
  border: solid 1px #32641A;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
}

.offday {
  text-decoration: none;
  cursor: auto !important;
  color: #AB1014;
  background: #FCC5C6;
  border: solid 1px #AB1014;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
}

.offday:hover {
  text-decoration: none;
  cursor: auto !important;
  color: #AB1014;
  background: #FCC5C6;
  border: solid 1px #AB1014;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
}

.inactiveClass {
  text-decoration: none;
  cursor: auto !important;
  color: #ddd;
  background: #666;
  border: solid 1px #000;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
}

.inactiveClass:hover {
  text-decoration: none;
  cursor: auto !important;
  color: #fff;
  background: #666;
  border: solid 1px #000;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
}

.normal {
  text-decoration: none;
  cursor: auto;
  opacity: 0.3;
  color: #424242;
  background: #FFF;
  border: solid 1px #ddd;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
}

.normal:hover {
  text-decoration: none;
  cursor: auto;
  color: #424242;
  background: #FFF;
  border: solid 1px #ddd;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
}

.datepicker {
  width: 390px;
  padding: 5px;
}

.datepicker-days {
  width: 100%;
}

.datepicker-days table, .datepicker-months, .table-condensed {
  width: 100%;
}

.datepicker-switch {
  text-align: center;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 0px;
  max-width: 12px !important;
}

.table-condensed > tbody > tr > td .disabled {
  color: #999 !important;
}

.text-cls {
  font-size: 10px;
  width: 100%;
}

.loading {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: -5px;
  width: 100%;
  height: 100%;
}

.loading-content {
  position: fixed;
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  animation: spin 2s linear infinite;
}

.error-message {
  color: red;
  font-size: 0.9em;
}

.terms .modal-body a {
  color: var(--color-2);
  text-decoration: none;
}

.selectservice .card-body {
  height: 190px;
}

/* Highlight when the checkbox is checked */
.selectservice input[type=radio]:checked + label {
  outline: 2px solid green;
  background-color: #e6ffee;
  border-radius: 10px;
}

.selectservice .indian-map {
  width: 180px;
}

.selectservice input {
  position: absolute;
  bottom: 20px;
  right: 16px;
}

.selectservice [type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2.4rem;
  height: 2.4rem;
  flex: 0 0 auto;
  border: inherit;
  border-radius: 22px;
  border-color: transparent;
  transition: 0.3s ease-in-out;
}

.selectservice label:has([type=radio]:checked) {
  border-color: #14bf8b;
  background-color: #14bf8b;
  color: #fff;
}

.selectservice [type=radio]:checked {
  border-color: #008000;
  background: #fff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 1"><polyline points="0.15,0.5 0.4,0.75 0.85,0.25" style="fill:none;stroke:%2314bf8b;stroke-linecap:round;stroke-width:0.15;"/></svg>') no-repeat 50%/1.5rem;
  cursor: pointer;
}

.card.selectservice {
  border: 2px solid #ffffff;
  border-radius: 12px;
  transition: 0.4s ease-in-out;
}

.card.selectservice h5 {
  color: #002B5B;
}

.card.selectservice ul {
  padding-left: 18px;
  list-style-type: circle;
  font-family: var(--font-poppins);
  font-size: 14px;
}

.card.selectservice:hover {
  border-color: #007bff;
  transform: scale(1.05);
  z-index: 1;
  box-shadow: 0px 8px 10px rgba(86, 134, 186, 0.2117647059);
}

/* Highlight when the checkbox is checked */
.selectservice input[type=checkbox]:checked + label {
  outline: 2px solid green;
  background-color: #e6ffee;
  border-radius: 10px;
}

.selectservice .indian-map {
  width: 180px;
}

/*home page*/
.popuphome .apply_jurisdiction .card .card-body, .popuphome .modal-body {
  background: linear-gradient(229deg, #E1FDFF, #E3FDFA, #FAF9DB);
  border-color: var(--border-10);
  border-radius: 8px;
}

.apply_jurisdiction {
  background: #c4ffff;
  padding: 40px 0;
}

.apply_jurisdiction {
  font-family: var(--font-poppins);
}

.apply_jurisdiction .card h2 {
  font-size: 20px;
  margin: 0;
}

.apply_jurisdiction .card h2 span {
  font-weight: 600;
}

.apply_jurisdiction .card .card-header, .modal-header {
  background-color: #00a8a7 !important;
  color: #fff;
}

.apply_jurisdiction .card .card-header .apply {
  font-size: 14px;
}

.apply_jurisdiction .card .card-body i {
  color: #00a8a7;
}

.apply_jurisdiction .card .card-body a {
  color: var(--color-1);
}

.borderBottom {
  border-bottom: solid 1px #ccc;
}

.borderAll {
  border: 1px solid var(--border-10);
}

.padding-sm {
  padding: 5px;
}

.border-radius {
  border-radius: 8px;
}

a {
  text-decoration: none;
}

.btn-close {
  background-color: #fff;
  opacity: 1;
}

.carousel-control-prev-icon {
  background-image: url("../images/chevron-left.png");
  opacity: 1;
}

.carousel-control-next-icon {
  background-image: url("../images/chevron-right.png");
  opacity: 1;
}

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    --bs-modal-width: 925px;
  }
}
.card-header .apply {
  border: none;
  background: var(--button-1);
  border: solid 1px var(--button-1);
  border-radius: 5px;
  padding: 8px 20px !important;
  font-weight: 500;
  color: var(--white);
  transition: var(--transition);
}
.card-header .apply:hover {
  background: var(--white);
  color: var(--color-1);
}

.passport_services .nav-tabs {
  flex-direction: column;
  width: 100%;
}

.passport_services .nav-link {
  font-weight: bold;
  color: #002b5b;
  padding: 15px;
  text-align: left;
  border: 0 !important;
  background: linear-gradient(90deg, #E1FDFF, #FAF9DB);
  margin-bottom: 5px;
  width: 100%;
  border-radius: 0 !important;
}

.passport_services .nav-link:hover {
  background-color: #4752C4;
}

.passport_services .nav-link.active {
  background: #E8EAF6 !important;
  color: #002b5b !important;
}

.passport_services .tab-content {
  flex-grow: 1;
  padding: 20px;
  background: #e8eaf6;
  border: 0;
}

.passport_services .tab-content h3 {
  font-size: 20px;
}

.passport_services .tab-content .card {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  padding: 7px;
  margin-bottom: 10px;
  transition: 0.3s ease-in-out;
  position: relative;
  height: 100%;
}

.passport_services .tab-content .card:hover {
  box-shadow: 1px 5px 10px #bcbcbc;
  background: linear-gradient(229deg, #E1FDFF, #E3FDFA, #FAF9DB);
}

.passport_services .tab-content .card .icon i {
  font-size: 25px;
  color: #00a8a7;
}

.passport_services .tab-content .card .icon {
  margin: 2px;
}

.passport_services .tab-content .card p {
  margin: 5px;
}

.passport_services .tab-content a {
  text-decoration: none;
}

.fs-7 {
  font-size: 10px;
}

.adultspassport_box {
  padding: 14px;
  background: aliceblue;
  border-radius: 7px;
  margin-top: 20px;
}

.minorpassport_box {
  padding: 14px;
  background: rgba(0, 168, 167, 0.231372549);
  border-radius: 7px;
}

.loadingMessage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.loading-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(211, 211, 211, 0.6);
}

.loading-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: bold;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px #888;
}

.homeonloadpopup {
  font-size: 14px;
}
.homeonloadpopup .content {
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

@media (max-width: 575.98px) {
  header .logo {
    width: 150px;
  }
  header .login ul .user {
    padding: 5px 10px;
    background: var(--white);
    color: var(--color-1);
    border: solid 1px var(--button-1);
    border-radius: 30px;
    font-size: 13px;
  }
  section .apply-service .item {
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    height: 100%;
    background: var(--white);
  }
  section .apply-service .item h3 {
    font-size: 15px;
    line-height: normal;
  }
  section .apply-service .item img {
    margin-bottom: 15px;
  }
  section .card.right .location {
    text-align: center;
  }
  section .card.right .location .w-auto {
    width: 100% !important;
  }
  section .grievance h2 {
    font-size: 25px;
    font-weight: 700;
  }
  section .grievance h3 {
    font-size: 20px;
  }
  section .grievance .item {
    background: #f1f1f1;
    padding: 30px 8px !important;
    border: solid 1px #ddd;
  }
  section .grievance .item .text {
    font-size: 17px;
  }
  section .grievance .item .box {
    background: #fff;
    padding: 20px 10px;
    border: solid 1px #ddd;
    display: inline-block;
    width: 100%;
  }
  section .grievance .item .box h4 {
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
  }
  section .grievance .item .box p {
    font-size: 13px;
  }
  section .grievance .item .box .radio2 ul {
    margin: 0;
    padding: 0;
  }
  section .grievance .item .box .radio2 ul li {
    list-style: none;
    transition: var(--transition);
    float: left;
    width: 20%;
  }
  section .grievance .item .box .radio2 ul li .item2 label img {
    width: 100%;
  }
  section .grievance .item .box .radio2 ul li .item2 label h4 {
    font-size: 11px;
    margin: 10px 0 0 0;
  }
  section .grievance .item .box .radio2 ul li .item2 label {
    padding: 20px 0px;
    display: block;
    position: relative;
    cursor: pointer;
    text-align: center;
  }
  section .grievance .checkbox ul {
    margin: 0;
    padding: 0;
  }
  section .grievance .checkbox ul li {
    list-style: none;
    transition: var(--transition);
    float: left;
    width: 25% !important;
    border: solid 1px var(--border-7);
    min-height: 100px;
  }
  section .grievance .checkbox ul li .item2 {
    height: 100%;
  }
  section .grievance .checkbox ul li .item2 label {
    height: 100%;
  }
  section .grievance .checkbox ul li .item2 label img {
    width: 40px;
  }
  section .grievance .checkbox ul li .item2 label h4 {
    font-size: 11px !important;
    margin: 10px 0 0 0;
  }
  section .grievance .checkbox ul li .item2 label {
    padding: 10px 0px !important;
    min-height: 130px;
  }
  section .grievance .checkbox ul li .item2 label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid var(--background-1);
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
  }
  section .grievance .checkbox ul li .item2 :checked + label {
    border-color: #ddd;
    background: #585e68;
  }
  section .grievance .checkbox ul li .item2 :checked + label h4 {
    color: var(--white);
  }
  section .grievance .checkbox ul li .item2 :checked + label:before {
    content: "✓";
    background-color: var(--background-1);
    transform: scale(1);
  }
  section .grievance .checkbox2 ul li {
    width: 25% !important;
    min-height: 100px !important;
    margin: 0 !important;
    border: solid 1px var(--border-7) !important;
  }
  section .grievance .checkbox2 ul li .item2 label {
    padding: 10px 0px !important;
    min-height: 130px !important;
  }
  section .grievance .checkbox2 ul li .item2 label h4 {
    font-size: 11px !important;
  }
  .apply_jurisdiction .card .card-header .apply {
    font-size: 14px;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 6px;
    padding: 5px 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .apply_jurisdiction .card .card-header .text-end {
    text-align: center !important;
  }
  .selectservice .card-body {
    height: auto;
  }
  .modal1 .modal-dialog .modal-body h3 {
    font-size: 20px;
  }
  .modal1 .modal-dialog .modal-body h3::after {
    width: 100%;
  }
  .modal1 .modal-dialog .modal-body h3 img {
    margin-right: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .logo {
    width: 150px;
  }
  figure {
    display: none;
  }
  figure .img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .services-banner {
    background: linear-gradient(229deg, #E1FDFF, #E3FDFA, #FAF9DB);
  }
  section .apply-service .item {
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    height: 100%;
    background: var(--white);
  }
  section .apply-service .item h3 {
    font-size: 15px;
    line-height: normal;
  }
  section .apply-service .item img {
    margin-bottom: 15px;
  }
  section .news .item::before {
    width: 0;
    content: "";
    height: 0;
    border-left: 130px solid transparent;
    border-right: 123px solid transparent;
    border-top: 70px solid var(--border-2);
    position: absolute;
    top: 0px;
    left: 0px;
  }
  section .news .owl-carousel .owl-prev, section .news .owl-carousel .owl-next {
    position: static;
  }
  section .card.right .location {
    text-align: center;
  }
  section .card.right .location .w-auto {
    width: 100% !important;
  }
  .apply_jurisdiction .card .card-header .apply {
    font-size: 14px;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 6px;
    padding: 5px 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .apply_jurisdiction .card .card-header .text-end {
    text-align: center !important;
  }
  .apply_jurisdiction .card .card-body {
    font-size: 13px;
  }
  .selectservice .card-body {
    height: auto;
  }
  footer .menu ul {
    margin: 0;
    padding: 0;
    -moz-column-count: 2;
         column-count: 2;
  }
  footer .menu ul li {
    padding: 3px 0px 0 10px;
  }
  .modal1 .modal-dialog .modal-body h3 {
    font-size: 20px;
  }
  .modal1 .modal-dialog .modal-body h3::after {
    width: 100%;
  }
  .modal1 .modal-dialog .modal-body h3 img {
    margin-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header .logo {
    width: 150px;
  }
  section .apply-service .item {
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    height: 100%;
    background: var(--white);
  }
  section .apply-service .item h3 {
    font-size: 15px;
    line-height: normal;
  }
  section .apply-service .item img {
    margin-bottom: 15px;
  }
  section .news .owl-carousel .owl-prev, section .news .owl-carousel .owl-next {
    position: static;
  }
  section .grievance h2 {
    font-size: 25px;
    font-weight: 700;
  }
  section .grievance h3 {
    font-size: 20px;
  }
  section .grievance .item {
    background: #f1f1f1;
    padding: 30px 8px !important;
    border: solid 1px #ddd;
  }
  section .grievance .item .text {
    font-size: 17px;
  }
  section .grievance .item .box {
    background: #fff;
    padding: 20px 10px;
    border: solid 1px #ddd;
    display: inline-block;
    width: 100%;
  }
  section .grievance .item .box h4 {
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
  }
  section .grievance .item .box p {
    font-size: 13px;
  }
  section .grievance .item .box .radio2 ul {
    margin: 0;
    padding: 0;
  }
  section .grievance .item .box .radio2 ul li {
    list-style: none;
    transition: var(--transition);
    float: left;
    width: 20%;
  }
  section .grievance .item .box .radio2 ul li .item2 label img {
    width: 100%;
  }
  section .grievance .item .box .radio2 ul li .item2 label h4 {
    font-size: 11px;
    margin: 10px 0 0 0;
  }
  section .grievance .item .box .radio2 ul li .item2 label {
    padding: 20px 0px;
    display: block;
    position: relative;
    cursor: pointer;
    text-align: center;
  }
  section .grievance .checkbox ul {
    margin: 0;
    padding: 0;
  }
  section .grievance .checkbox ul li {
    list-style: none;
    transition: var(--transition);
    float: left;
    width: 20% !important;
    border: solid 1px var(--border-7);
    min-height: 100px;
  }
  section .grievance .checkbox ul li .item2 {
    height: 100%;
  }
  section .grievance .checkbox ul li .item2 label {
    height: 100%;
  }
  section .grievance .checkbox ul li .item2 label img {
    width: 40px;
  }
  section .grievance .checkbox ul li .item2 label h4 {
    font-size: 11px !important;
    margin: 10px 0 0 0;
  }
  section .grievance .checkbox ul li .item2 label {
    padding: 10px 0px !important;
    min-height: 100px;
  }
  section .grievance .checkbox ul li .item2 label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid var(--background-1);
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
  }
  section .grievance .checkbox ul li .item2 :checked + label {
    border-color: #ddd;
    background: #585e68;
  }
  section .grievance .checkbox ul li .item2 :checked + label h4 {
    color: var(--white);
  }
  section .grievance .checkbox ul li .item2 :checked + label:before {
    content: "✓";
    background-color: var(--background-1);
    transform: scale(1);
  }
  section .grievance .checkbox2 ul li {
    width: 25% !important;
    min-height: 100px !important;
    margin: 0 !important;
    border: solid 1px var(--border-7) !important;
  }
  section .grievance .checkbox2 ul li .item2 label {
    padding: 10px 0px !important;
    min-height: 100px !important;
  }
  section .grievance .checkbox2 ul li .item2 label h4 {
    font-size: 11px !important;
  }
  .selectservice .card-body {
    height: 200px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  section .apply-service .item {
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    height: 100%;
    background: var(--white);
  }
  section .apply-service .item h3 {
    font-size: 15px;
    line-height: normal;
  }
  section .apply-service .item img {
    margin-bottom: 15px;
  }
  section .news .owl-carousel .owl-prev, section .news .owl-carousel .owl-next {
    position: static;
  }
  section .grievance .item .box .checkbox2 ul li {
    margin-bottom: 0px;
  }
  section .grievance .item .box .checkbox2 ul li .item2 label {
    min-height: 140px;
    padding: 0 10px;
  }
  section .grievance .item .box .checkbox2 ul li .item2 :checked + label {
    border-color: #ddd;
    background: #585e68;
    min-height: 130px;
  }
  section .grievance .item .box .checkbox2 ul li .item2 :checked + label h4 {
    color: var(--white);
  }
  .selectservice .card-body {
    height: 240px;
  }
  .modal1 .card-footer {
    font-size: 14px;
  }
}/*# sourceMappingURL=stylesheet.css.map */