/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
@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");
.crossLine {
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 45px;
  height: 24px;
  cursor: pointer;
  border: inherit;
  z-index: 222222222;
}
.crossLine:focus, .crossLine:hover {
  border: inherit;
  outline: none;
}
.crossLine .line {
  display: block;
  background: #000;
  height: 3px;
  width: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.crossLine .line.crossLine1 {
  top: 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine2 {
  top: 45%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine3 {
  bottom: 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine.active .line.crossLine1 {
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.crossLine.active .line.crossLine2 {
  opacity: 0;
}
.crossLine.active .line.crossLine3 {
  bottom: 45%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (max-width: 991px) {
  .crossLine.active {
    background: inherit;
    padding: 25px 0;
    position: absolute;
    top: -30px;
  }
  .crossLine.active .line {
    background: #fff;
  }
  .crossLine.active .line.crossLine3 {
    bottom: 50%;
  }
}
@media (max-width: 575px) {
  .crossLine.active {
    right: 20px;
  }
  .crossLine .line {
    width: 25px;
  }
}

@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    z-index: 999999;
  }
}

.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu:before, .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu::after {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
}

body {
  font-family: "Poppins", sans-serif !important;
  overflow-x: hidden;
}
body.overflowhidden {
  overflow: hidden;
}

ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

.formError {
  text-align: left;
  font-size: 12px;
  line-height: 22px;
  color: red;
}

.sectionPadding {
  padding: 100px 0px;
}
@media (max-width: 1600px) {
  .sectionPadding {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .sectionPadding {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .sectionPadding {
    padding: 40px 0;
  }
}

.sectionTitle {
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  color: #000;
  margin-bottom: 50px;
}
@media (max-width: 1600px) {
  .sectionTitle {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .sectionTitle {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .sectionTitle {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 480px) {
  .sectionTitle {
    font-size: 25px;
    line-height: 35px;
  }
}

.subTitle {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .subTitle {
    font-size: 25px;
    line-height: 25px;
  }
}

input, textarea {
  padding: 15px 20px;
}
input:focus, textarea:focus {
  outline: 1px solid #88dbef;
}
@media (max-width: 1600px) {
  input, textarea {
    padding: 10px 15px;
  }
}
@media (max-width: 991px) {
  input, textarea {
    padding: 10px 10px;
  }
}

select {
  padding: 5px 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/dropdown_icon.png) !important;
  background-size: 15px !important;
  background-repeat: no-repeat !important;
  background-position: 97% 50% !important;
}
select:focus {
  outline: 1px solid #88dbef;
}

#ContentPlaceHolder1_qualification {
  background-image: inherit !important;
  background-size: inherit !important;
  background-repeat: inherit !important;
  background-position: inherit !important;
}

#ContentPlaceHolder1_ddllegalfees {
  background-position: 95% 50% !important;
}

@media (max-width: 991px) {
  .disNone {
    display: none;
  }
}

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media (min-width: 1901px) and (max-width: 2500px) {
  .container {
    max-width: 1500px !important;
  }
}
.header .logo a {
  display: block;
}
@media (max-width: 1600px) {
  .header .logo a img {
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1199px) {
  .header .logo a img {
    height: 65px;
  }
}
@media (max-width: 991px) {
  .header .navbarLink .navbar-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header .navbarLink ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
}
.header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.header .navbarLink ul li .dropdown-toggle .fa-caret-down {
  padding-left: 5px;
}
.header .navbarLink ul li .dropdown-toggle:hover::before {
  display: none;
}
@media (max-width: 991px) {
  .header .navbarLink ul li .dropdown-toggle {
    color: #fff;
  }
}
.header .navbarLink ul li a {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none !important;
  padding: 0px;
  display: inline-block;
  font-weight: 400;
  position: relative;
  z-index: 11;
}
.header .navbarLink ul li a::before {
  content: "";
  position: absolute;
  background: #394089;
  height: 2px;
  bottom: -7px;
  left: 0;
  right: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  z-index: -1;
}
.header .navbarLink ul li a:hover::before {
  width: 100%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media (max-width: 1600px) {
  .header .navbarLink ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .header .navbarLink ul li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .header .navbarLink ul li a {
    color: #fff;
    font-size: 20px;
    padding: 0;
    line-height: 30px;
    font-weight: 400;
  }
  .header .navbarLink ul li a:hover::before {
    display: none;
  }
}
.header .navbarLink ul li a.dropdown-item::before {
  display: none;
}
.header .navbarLink ul li.active a, .header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #000;
}
@media (max-width: 991px) {
  .header .navbarLink ul li.active a, .header .navbarLink ul li:hover a {
    color: #16a3b1;
    background: transparent;
  }
}
.header .navbarLink ul li > .dropdown-menu {
  background: #fff;
  padding: 0;
  margin: 0;
  min-width: 320px;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
}
.header .navbarLink ul li > .dropdown-menu li a {
  color: #000;
  padding: 10px;
  font-size: 16px;
  text-transform: capitalize;
  white-space: normal;
}
.header .navbarLink ul li > .dropdown-menu li.active, .header .navbarLink ul li > .dropdown-menu li:hover {
  background: #54cde9;
}
.header .navbarLink ul li > .dropdown-menu li.active::before, .header .navbarLink ul li > .dropdown-menu li:hover::before {
  display: none;
}
.header .navbarLink ul li > .dropdown-menu li.active > a, .header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #000 !important;
}
@media (max-width: 991px) {
  .header .navbarLink ul li > .dropdown-menu li.active, .header .navbarLink ul li > .dropdown-menu li:hover {
    background: transparent;
  }
  .header .navbarLink ul li > .dropdown-menu li.active > a, .header .navbarLink ul li > .dropdown-menu li:hover > a {
    color: #fff !important;
  }
}
.header .navbarLink ul li > .dropdown-menu li.submenu {
  position: relative;
}
.header .navbarLink ul li > .dropdown-menu li.submenu .submenu::before, .header .navbarLink ul li > .dropdown-menu li.submenu .submenu::after {
  display: none;
}
.header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle .fa-caret-down {
  padding: 0;
}
@media (max-width: 991px) {
  .header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    right: -4px;
  }
  .header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle .fa-caret-down {
    color: #fff;
  }
}
.header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
.header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown .submenu::before, .header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown .submenu::after {
  display: none;
}
.header .navbarLink ul li > .dropdown-menu li.submenu a .fa-caret-right {
  position: absolute;
  right: 8px;
}
@media (max-width: 991px) {
  .header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown li {
    padding-left: 0px;
  }
}
.header .navbarLink ul li > .dropdown-menu li.submenu:before {
  position: absolute;
  top: -16px;
  left: 0px;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid white;
  z-index: 2;
  background: transparent;
}
@media (max-width: 991px) {
  .header .navbarLink ul li > .dropdown-menu li.submenu:before {
    display: none;
  }
}
.header .navbarLink ul li > .dropdown-menu li.submenu:after {
  position: absolute;
  top: -16px;
  left: 0px;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid rgba(0, 0, 0, 0.28);
  z-index: 1;
}
@media (max-width: 991px) {
  .header .navbarLink ul li > .dropdown-menu li.submenu:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
    background: transparent;
  }
  .header .navbarLink ul li > .dropdown-menu li a {
    color: #fff;
    text-align: center;
    padding: 3px 5px;
  }
  .header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
.header .navbarLink ul li > .dropdown-menu li {
  padding: 0;
}
@media (max-width: 991px) {
  .header .navbarLink ul li > .dropdown-menu {
    background: transparent;
  }
}
.header .navbarLink ul li:hover > .dropdown-menu li, .header .navbarLink ul li:focus > .dropdown-menu li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .header .navbarLink ul li:hover > .dropdown-menu, .header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 9999 !important;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .header .navbarLink ul li:hover > .dropdown-menu li, .header .navbarLink ul li:focus > .dropdown-menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 991px) {
  .header .navbarLink ul li:hover > .dropdown-menu, .header .navbarLink ul li:focus > .dropdown-menu {
    background: transparent !important;
  }
  .header .navbarLink ul li:hover > .dropdown-menu li:hover, .header .navbarLink ul li:focus > .dropdown-menu li:hover {
    background: transparent;
  }
  .header .navbarLink ul li:hover > .dropdown-menu li a, .header .navbarLink ul li:focus > .dropdown-menu li a {
    color: #fff !important;
    font-size: 16px;
  }
  .header .navbarLink ul li:hover > .dropdown-menu.active a, .header .navbarLink ul li:focus > .dropdown-menu.active a {
    color: #394089 !important;
  }
}
.header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #000 !important;
}
.header .navbarLink ul li.active {
  position: relative;
}
.header .navbarLink ul li.active::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #394089;
  bottom: -5px;
  left: 0;
}
.header .navbarLink ul li.active a::before {
  display: none;
}
@media (max-width: 991px) {
  .header .navbarLink ul li.active::before {
    display: none;
  }
}
.header .navbarLink ul li.menudropdown::before {
  bottom: 22px;
}
@media (max-width: 991px) {
  .header .navbarLink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
    margin-top: 0px;
  }
  .header .navbarLink ul li > .dropdown-menu.show {
    margin-bottom: 20px;
  }
  .header .navbarLink ul li > .dropdown-menu li.active, .header .navbarLink ul li > .dropdown-menu li:hover {
    background: transparent !important;
  }
  .header .navbarLink ul li > .dropdown-menu li.active a, .header .navbarLink ul li > .dropdown-menu li:hover a {
    color: #16a3b1 !important;
    background: transparent;
  }
}
.header .navbarLink.active {
  left: 0;
}
@media (max-width: 991px) {
  .header .navbarLink {
    background: #000;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 9999999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 35px;
  }
  .header .navbarLink .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .header .navbarLink .navbar-nav li {
    margin-left: 0;
    padding-bottom: 25px;
    padding: 5px 0px;
  }
  .header .navbarLink .navbar-nav li ul li {
    padding: 0;
  }
  .header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .header .navbarLink .navbar-nav {
    margin: 7% 0;
  }
}

.commonBtn {
  background: #394089;
  border-radius: 60px;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 28px;
  height: 30px;
  position: relative;
}
.commonBtn::before {
  content: "";
  position: absolute;
  background-color: #16a3b1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0%;
  border-radius: 60px;
}
.commonBtn:hover {
  color: #fff;
}
.commonBtn:hover:before {
  width: 100%;
}
.commonBtn span {
  color: #fff;
  position: relative;
  display: inline-block;
}
@media (max-width: 1600px) {
  .commonBtn {
    padding: 5px 15px;
    font-size: 16px;
    line-height: 24px;
  }
}

.header {
  padding: 10px 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
.header .dropdown-menu li:hover {
  background: #54CDE9 !important;
}
.header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 55px;
  background: #CBF1FA;
  bottom: 0;
}
@media (max-width: 1199px) {
  .header:before {
    height: 45px;
  }
}
@media (max-width: 991px) {
  .header:before {
    display: none;
  }
}
.header .mainHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .header .mainHeader .logo {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .header .mainHeader .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 65%;
    margin-bottom: 10px;
  }
}
.header .mainHeader .rightHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1600px) {
  .header .mainHeader .rightHeader {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .header .mainHeader .rightHeader {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .header .mainHeader .rightHeader {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 0;
  }
}
.header .mainHeader .rightHeader .rightMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header .mainHeader .rightHeader .rightMenu li {
  list-style: none;
  margin-left: 20px;
}
.header .mainHeader .rightHeader .rightMenu li .commonBtn {
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .header .mainHeader .rightHeader .rightMenu li {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .header .mainHeader .rightHeader .rightMenu li .commonBtn {
    font-size: 12px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .header .mainHeader .rightHeader .rightMenu li {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .header .mainHeader .rightHeader .rightMenu li .commonBtn {
    font-size: 20px;
    line-height: 30px;
  }
}
.header .mainHeader .rightHeader .iadvlLogo {
  display: contents;
}
@media (max-width: 1199px) {
  .header .mainHeader .rightHeader .iadvlLogo img {
    width: 70px;
  }
}
@media (max-width: 991px) {
  .header .mainHeader .rightHeader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header .navigation {
  padding: 15px 0;
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 1600px) {
  .header .navigation {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .header .navigation {
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  .header .navigation {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }
}
.header .navigation .rightHeader {
  display: none;
}
@media (max-width: 991px) {
  .header .navigation .rightHeader {
    display: block;
  }
  .header .navigation .rightHeader .rightMenu {
    margin-top: 10px;
  }
  .header .navigation .rightHeader .rightMenu li {
    margin-bottom: 20px;
  }
  .header .navigation .rightHeader .rightMenu li a {
    background: transparent !important;
  }
}
@media (max-width: 991px) {
  .header .navigation .rightHeader {
    display: block;
  }
  .header .navigation .rightHeader .rightMenu li {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .header .navigation .rightHeader {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

marquee {
  display: none !important;
}

.pointTitle {
  font-size: 30px;
  line-height: 40px;
  color: #394089;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .pointTitle {
    font-size: 25px !important;
    line-height: 35px !important;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 991px) {
  .pointTitle {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

table {
  width: 100%;
  border: 1px solid #B0B0B0 !important;
}
table tr.odd {
  background: #FEFEFF;
}
table tr.even {
  background: #EBEFFF !important;
}
table th {
  padding: 10px;
  border-bottom: 1px solid #B0B0B0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  background: #394089;
  color: #fff;
}
table th:last-child {
  text-align: center;
}
@media (max-width: 1600px) {
  table th {
    font-size: 16px;
    line-height: 24px;
  }
}
table td {
  padding: 10px;
  border-bottom: 1px solid #B0B0B0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  border-right: 1px solid #B0B0B0;
}
table td:first-child {
  border-right: 1px solid #B0B0B0;
}
table td:last-child {
  text-align: center;
  border-right: none !important;
}
@media (max-width: 1600px) {
  table td {
    font-size: 16px;
    line-height: 24px;
  }
}

.paginationGrid {
  background: none !important;
  border: none !important;
}
.paginationGrid td {
  padding: 2px 3px !important;
}
.paginationGrid td table {
  width: auto !important;
  border: none !important;
  margin: 5px auto;
}
.paginationGrid td table tr.even {
  background: none !important;
}
.paginationGrid td table tr td {
  font-size: 12px !important;
  border-collapse: collapse;
  font-family: "droid_sansregular";
  color: #666666;
  border: 1px solid #e1e1e1;
  line-height: 18px;
  vertical-align: top;
  padding: 0px !important;
}
.paginationGrid td table tr td:last-child {
  border-right: 1px solid #e1e1e1 !important;
}
.paginationGrid td table tr td a, .paginationGrid td table tr td span {
  height: 21px !important;
  width: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px !important;
  text-align: center !important;
  vertical-align: middle !important;
}
.paginationGrid td table tr td a {
  padding: 1px 5px;
  font-size: 11px;
  border-collapse: collapse;
  /* font-family: "Trebuchet MS"; */
  font-family: "droid_sansregular";
  color: #05458f;
  line-height: 22px;
  vertical-align: top;
  text-decoration: none;
  background-color: #f1f1f1;
  border: 1px solid #fff;
}

#leftmenu1_summary {
  display: none;
}

.homeBanner {
  position: relative;
  width: 100%;
  height: 100%;
}
.homeBanner .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 0;
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.homeBanner .slick-dots li {
  margin: 0px 6px;
  width: auto;
  height: auto;
  padding: 0;
}
.homeBanner .slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 0px;
  background-color: #01416e;
  opacity: 0.5;
  padding: 0px;
  border-radius: 100%;
}
.homeBanner .slick-dots li button:before {
  display: none;
}
.homeBanner .slick-dots li.slick-active {
  width: auto;
}
.homeBanner .slick-dots li.slick-active button {
  background: #01416e;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .homeBanner .slick-dots li button {
    background-color: #fff;
  }
  .homeBanner .slick-dots li.slick-active button {
    background: #fff;
  }
}
@media (max-width: 1600px) {
  .homeBanner {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .homeBanner .desktopimg {
    display: none;
  }
}
.homeBanner .mbimg {
  display: none;
}
@media (max-width: 767px) {
  .homeBanner .mbimg {
    display: block;
  }
}
.homeBanner .bannerImg {
  text-align: end;
}
@media (max-width: 767px) {
  .homeBanner .bannerImg {
    position: relative;
  }
  .homeBanner .bannerImg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
  }
}
.homeBanner .bannerImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1600px) {
  .homeBanner .bannerImg img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .homeBanner .bannerImg img {
    height: 400px;
    width: 100%;
    -o-object-position: top right;
       object-position: top right;
  }
}
@media (max-width: 390px) {
  .homeBanner .bannerImg img {
    height: 300px;
  }
}
.homeBanner .bannerText {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.homeBanner .bannerText p {
  margin-bottom: 0;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}
@media (max-width: 1600px) {
  .homeBanner .bannerText p {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1199px) {
  .homeBanner .bannerText p {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  .homeBanner .bannerText p {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .homeBanner .bannerText p {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
  }
}
.homeBanner .bannerText h1 {
  font-size: 75px;
  line-height: 85px;
  font-weight: 700;
  text-transform: uppercase;
  color: #094973;
  max-width: 600px;
}
@media (max-width: 1600px) {
  .homeBanner .bannerText h1 {
    font-size: 55px;
    line-height: 65px;
    max-width: 500px;
  }
}
@media (max-width: 1199px) {
  .homeBanner .bannerText h1 {
    font-size: 45px;
    line-height: 55px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .homeBanner .bannerText h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .homeBanner .bannerText h1 {
    color: #fff;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .homeBanner .bannerText h1 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 390px) {
  .homeBanner .bannerText h1 {
    font-size: 23px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .homeBanner .bannerText {
    top: inherit;
    bottom: 20px;
    left: 10px;
  }
}
@media (max-width: 390px) {
  .homeBanner .bannerText {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .homeBanner .container {
    padding: 0px;
  }
}

.innerBanner {
  position: relative;
}
@media (max-width: 991px) {
  .innerBanner img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.innerBanner .bannerText {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.innerBanner .bannerText h1 {
  color: #fff;
  font-size: 75px;
  line-height: 80px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .innerBanner .bannerText h1 {
    font-size: 55px;
    line-height: 65px;
  }
}
@media (max-width: 575px) {
  .innerBanner .bannerText h1 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .innerBanner .bannerText h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 390px) {
  .innerBanner .bannerText h1 {
    font-size: 35px;
    line-height: 45px;
  }
}

.aboutusSec .aboutText {
  font-size: 77px;
  line-height: 88px;
  font-weight: 300;
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  .aboutusSec .aboutText {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .aboutusSec .aboutText {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  .aboutusSec .aboutText {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .aboutusSec .aboutText {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .aboutusSec .aboutText {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.aboutusSec p {
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
}
@media (max-width: 1600px) {
  .aboutusSec p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .aboutusSec p {
    font-size: 16px;
    line-height: 24px;
  }
}
.aboutusSec .aboutusPoints {
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  .aboutusSec .aboutusPoints {
    margin-bottom: 20px;
  }
}
.aboutusSec .aboutusPoints .font20 {
  margin-bottom: 0 !important;
}
.aboutusSec .aboutusPoints ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.aboutusSec .aboutusPoints ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #394089;
  left: 0;
  top: 10px;
}
.aboutusSec .aboutusPoints ul li.font20 {
  margin-bottom: 10px !important;
}

.aboutusDetail {
  background: #D0E6F1;
}

.font20 {
  font-size: 20px !important;
  line-height: 30px !important;
  margin-bottom: 70px !important;
}
@media (max-width: 1600px) {
  .font20 {
    font-size: 18px !important;
    line-height: 25px !important;
    margin-bottom: 50px !important;
  }
}

.onlinePayment {
  background: #D0E6F1;
  text-align: center;
}
@media (max-width: 767px) {
  .onlinePayment {
    padding: 40px 0;
  }
}

.lightBlue {
  background: #D0E6F1;
}

@media (max-width: 991px) {
  .newsEventSec .news {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .newsEventSec .news .sectionTitle {
    text-align: center;
  }
}
.newsEventSec ul li {
  background: #E8F5F7;
  list-style: none;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.newsEventSec ul li p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
@media (max-width: 1600px) {
  .newsEventSec ul li p {
    font-size: 16px;
    line-height: 24px;
  }
}
.newsEventSec ul li span {
  color: #394089;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}
.newsEventSec ul li span a {
  color: #394089;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}
.newsEventSec ul li span a:hover {
  color: #16a3b1;
}
@media (max-width: 1600px) {
  .newsEventSec ul li span {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1600px) {
  .newsEventSec ul li {
    padding: 15px;
  }
}
.newsEventSec ul.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newsEventSec ul.counter li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.33%;
          flex: 0 0 30.33%;
  max-width: 30.33%;
  margin: 0 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 25px 5px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 4px 25px 5px rgba(0, 0, 0, 0.1607843137);
  background: #fff;
  padding: 0 !important;
}
@media (max-width: 1199px) {
  .newsEventSec ul.counter li {
    margin: 0 6px;
  }
}
@media (max-width: 767px) {
  .newsEventSec ul.counter li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.33%;
            flex: 0 0 45.33%;
    max-width: 45.33%;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .newsEventSec ul.counter li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
}
.newsEventSec ul.counter li .cntr {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 40px 25px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.newsEventSec ul.counter li .cntr:before {
  z-index: 1;
  content: "";
  position: absolute;
  background: #E8F5F7;
  width: 170px;
  height: 170px;
  left: -40px;
  top: -40px;
  border-radius: 50%;
}
@media (max-width: 1600px) {
  .newsEventSec ul.counter li .cntr:before {
    left: -70px;
    top: -78px;
  }
}
@media (max-width: 1600px) {
  .newsEventSec ul.counter li .cntr {
    padding: 30px 20px;
  }
}
@media (max-width: 1199px) {
  .newsEventSec ul.counter li .cntr {
    padding: 20px 15px;
  }
}
.newsEventSec ul.counter li .cntr span {
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: 400;
  z-index: 1;
  position: relative;
}
@media (max-width: 1600px) {
  .newsEventSec ul.counter li .cntr span {
    font-size: 25px;
    line-height: 25px;
  }
}
@media (max-width: 1199px) {
  .newsEventSec ul.counter li .cntr span {
    font-size: 20px;
    line-height: 20px;
  }
}
.newsEventSec ul.counter li .cntr p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) {
  .newsEventSec ul.counter li .cntr p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .newsEventSec ul.counter li .cntr p {
    font-size: 14px;
    line-height: 18px;
  }
}

.memoriesSec .sectionTitle {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .memoriesSec .sectionTitle {
    margin-bottom: 20px;
  }
}
.memoriesSec .memoriesSlider {
  position: relative;
  padding: 10px 0 20px;
}
@media (max-width: 575px) {
  .memoriesSec .memoriesSlider {
    padding: 0 0 20px;
  }
}
.memoriesSec .memoriesSlider .slick-dots {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 0;
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.memoriesSec .memoriesSlider .slick-dots li {
  margin: 0px 6px;
  width: auto;
  height: auto;
  padding: 0;
}
.memoriesSec .memoriesSlider .slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 0px;
  background-color: #01416e;
  opacity: 0.5;
  padding: 0px;
  border-radius: 100%;
}
.memoriesSec .memoriesSlider .slick-dots li button:before {
  display: none;
}
.memoriesSec .memoriesSlider .slick-dots li.slick-active {
  width: auto;
}
.memoriesSec .memoriesSlider .slick-dots li.slick-active button {
  background: #01416e;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .memoriesSec .memoriesSlider .slick-dots {
    bottom: -10px;
  }
}
.memoriesSec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.memoriesSec ul li {
  list-style: none;
  padding: 0 20px;
}
.memoriesSec ul li:first-child {
  margin-left: 0;
}
.memoriesSec ul li img {
  border-radius: 20px;
  width: 100%;
}

.benefitTrustsec ul {
  padding-bottom: 50px;
}
@media (max-width: 1600px) {
  .benefitTrustsec ul {
    padding-bottom: 30px;
  }
}
.benefitTrustsec ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  color: #3F3F3F;
}
@media (max-width: 991px) {
  .benefitTrustsec ul li {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .benefitTrustsec ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
.benefitTrustsec ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #394089;
  left: 0;
  top: 10px;
}
.benefitTrustsec .benefitDetail {
  font-size: 20px;
  line-height: 30px;
  color: #3F3F3F;
  font-weight: 500;
}
@media (max-width: 991px) {
  .benefitTrustsec .benefitDetail {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .benefitTrustsec .benefitDetail {
    font-size: 14px;
    line-height: 24px;
  }
}
.benefitTrustsec .details p {
  font-size: 20px;
  line-height: 30px;
  color: #3F3F3F;
}
@media (max-width: 991px) {
  .benefitTrustsec .details p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .benefitTrustsec .details p {
    font-size: 14px;
    line-height: 24px;
  }
}
.benefitTrustsec .details a {
  font-size: 20px;
  line-height: 30px;
  color: #3F3F3F;
  border-bottom: 1px solid #3F3F3F;
  text-decoration: none;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}
.benefitTrustsec .details a:hover {
  color: #394089;
  border-bottom: 1px solid #394089;
}
@media (max-width: 991px) {
  .benefitTrustsec .details a {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .benefitTrustsec .details a {
    font-size: 14px;
    line-height: 24px;
  }
}
.benefitTrustsec .nameDetail {
  padding-top: 40px;
}
.benefitTrustsec .nameDetail .pointTitle {
  margin-bottom: 10px !important;
}
.benefitTrustsec .nameDetail span {
  font-size: 16px;
  line-height: 24px;
  color: #3F3F3F;
}
@media (max-width: 991px) {
  .benefitTrustsec ul {
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .benefitTrustsec ul {
    padding-bottom: 20px;
  }
}

.bemembershipSec .mrg40 {
  margin-bottom: 40px !important;
}
@media (max-width: 1600px) {
  .bemembershipSec .mrg40 {
    margin-bottom: 20px !important;
  }
}
.bemembershipSec .bemembershipDetails .details {
  font-size: 25px;
  line-height: 35px;
  color: #3F3F3F;
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  .bemembershipSec .bemembershipDetails .details {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.bemembershipSec .bemembershipDetails ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.bemembershipSec .bemembershipDetails ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #394089;
  left: 0;
  top: 8px;
}
.bemembershipSec table {
  margin-bottom: 70px;
}
@media (max-width: 1600px) {
  .bemembershipSec table {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .bemembershipSec table {
    margin-bottom: 30px;
  }
}
.bemembershipSec table.btmZro {
  margin-bottom: 0 !important;
}
.bemembershipSec ul li {
  position: relative;
  padding-left: 20px;
  list-style: none;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  color: #3F3F3F;
}
.bemembershipSec ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #394089;
  left: 0;
  top: 6px;
}
@media (max-width: 1600px) {
  .bemembershipSec ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px !important;
  }
}

.publicationSec.sectionPadding {
  padding-bottom: 40px;
}
.publicationSec .tabSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #9F9F9F;
  padding-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.publicationSec .tabSec li {
  list-style: none;
  padding: 10px 20px;
}
.publicationSec .tabSec li.active, .publicationSec .tabSec li:hover {
  background-color: #394089;
}
.publicationSec .tabSec li.active a, .publicationSec .tabSec li:hover a {
  color: #fff;
}
.publicationSec .tabSec li a {
  color: #000;
  text-decoration: none;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .publicationSec .tabSec li a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .publicationSec .tabSec li a {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .publicationSec .tabSec li a {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .publicationSec .tabSec li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .publicationSec .tabSec li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .publicationSec .tabSec li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.generalbodymeeting .gbmFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.generalbodymeeting .gbmFlex .gbmLeft {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
}
.generalbodymeeting .gbmFlex .gbmLeft .leftmiddle .tabSec {
  border-bottom: none;
  background: #efefef;
}
.generalbodymeeting .gbmFlex .gbmLeft .leftmiddle .tabSec li {
  width: 100%;
  padding: 12px 20px;
}
.generalbodymeeting .gbmFlex .gbmLeft .leftmiddle .tabSec li a {
  font-size: 18px;
  line-height: 18px;
}
.generalbodymeeting .gbmFlex .gbmRight {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
}
.generalbodymeeting .gbmFlex .gbmRight .pdfSec {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 20px !important;
}
@media (max-width: 991px) {
  .generalbodymeeting .gbmFlex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .generalbodymeeting .gbmFlex .gbmLeft {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 400px;
    text-align: center;
  }
  .generalbodymeeting .gbmFlex .gbmLeft .leftmiddle .tabSec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px !important;
  }
  .generalbodymeeting .gbmFlex .gbmLeft .leftmiddle .tabSec li {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 0;
  }
  .generalbodymeeting .gbmFlex .gbmRight {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .generalbodymeeting .gbmFlex .gbmRight .pdfSec li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }
  .generalbodymeeting .gbmFlex .gbmRight .pdfSec li a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .generalbodymeeting .gbmFlex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .generalbodymeeting .gbmFlex .gbmLeft {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 400px;
    text-align: center;
  }
  .generalbodymeeting .gbmFlex .gbmLeft .tabSec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px !important;
  }
  .generalbodymeeting .gbmFlex .gbmLeft .tabSec li {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 0;
  }
  .generalbodymeeting .gbmFlex .gbmLeft .leftmiddle .tabSec li {
    width: 100%;
    padding: 15px 20px;
  }
  .generalbodymeeting .gbmFlex .gbmRight {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 400px;
  }
  .generalbodymeeting .gbmFlex .gbmRight .pdfSec {
    padding-left: 0px !important;
  }
  .generalbodymeeting .gbmFlex .gbmRight .pdfSec li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 575px) {
  .generalbodymeeting .gbmFlex .gbmRight {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 300px;
  }
}
.generalbodymeeting .pdfSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.generalbodymeeting .pdfSec li {
  list-style: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  background: #fff;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1607843137);
  padding: 30px;
  margin: 0 10px;
  margin-bottom: 20px;
}
.generalbodymeeting .pdfSec li a {
  text-decoration: none;
  display: inline-block;
}
.generalbodymeeting .pdfSec li a p {
  margin-bottom: 0px !important;
  font-size: 25px;
  line-height: 30px;
  margin-top: 15px;
  color: #000;
}
@media (max-width: 1600px) {
  .generalbodymeeting .pdfSec li a p {
    font-size: 17px;
    line-height: 27px;
    margin-top: 10px;
  }
}
@media (max-width: 1199px) {
  .generalbodymeeting .pdfSec li a p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 1600px) {
  .generalbodymeeting .pdfSec li {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .generalbodymeeting .pdfSec li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    max-width: 46%;
  }
}
@media (max-width: 575px) {
  .generalbodymeeting .pdfSec li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 350px;
  }
}

.newsSec ul.acc li {
  background: #E8F5F7;
  margin-bottom: 10px;
  border-radius: 10px;
}
.newsSec ul.acc li h3 {
  padding: 15px !important;
  border: none !important;
  margin-bottom: 0px !important;
  background: url(../images/down_arrow.png) no-repeat right 15px top 29px !important;
  background-size: 22px !important;
}
@media (max-width: 1600px) {
  .newsSec ul.acc li h3 {
    padding: 10px !important;
  }
}
.newsSec ul.acc li h3:hover {
  background: url(../images/up_arrow.png) no-repeat right 15px top 29px !important;
  background-size: 22px !important;
}
.newsSec ul.acc li h3 span {
  color: #394089;
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 5px;
  display: inline-block;
}
@media (max-width: 1600px) {
  .newsSec ul.acc li h3 span {
    font-size: 14px;
    line-height: 16px;
  }
}
.newsSec ul.acc li h3 p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #000;
}
@media (max-width: 1600px) {
  .newsSec ul.acc li h3 p {
    font-size: 17px;
    line-height: 20px;
  }
}
.newsSec #acc .acc-content {
  width: 100%;
  border: none;
  padding: 15px !important;
  padding-top: 0px !important;
  background: #e8f5f7 !important;
}
@media (max-width: 1600px) {
  .newsSec #acc .acc-content {
    padding: 10px !important;
  }
}
.newsSec #acc .acc-content p {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 30px;
  color: #000;
}
@media (max-width: 1600px) {
  .newsSec #acc .acc-content p {
    font-size: 17px;
    line-height: 28px;
  }
}

.faqSec .accordion-item {
  border: none !important;
  border-radius: 10px;
  margin-bottom: 20px;
}
.faqSec .accordion-button {
  background: #E8F5F7;
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 25px;
  line-height: 35px;
  background-image: url(../images/up_arrow.png);
  background-repeat: no-repeat;
  background-position: right 21px top 20px;
  background-size: 22px;
}
.faqSec .accordion-button p span {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  padding-right: 15px;
  position: relative;
}
.faqSec .accordion-button p span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  height: 2px;
  width: 7px;
  background: #01416E;
  margin: auto;
}
@media (max-width: 767px) {
  .faqSec .accordion-button p span {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .faqSec .accordion-button {
    background-size: 18px !important;
    background-position: right 15px top 23px;
  }
}
.faqSec .accordion-button.collapsed {
  background: url(../images/down_arrow.png) #E8F5F7;
  background-repeat: no-repeat;
  background-position: right 21px top 20px;
  background-size: 22px !important;
}
@media (max-width: 575px) {
  .faqSec .accordion-button.collapsed {
    background-size: 18px !important;
    background-position: right 15px top 23px;
  }
}
@media (max-width: 1600px) {
  .faqSec .accordion-button {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .faqSec .accordion-button {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .faqSec .accordion-button {
    font-size: 14px;
    line-height: 24px;
  }
}
.faqSec .accordion-button p {
  margin-bottom: 0;
  font-size: 25px;
  line-height: 35px;
}
@media (max-width: 1600px) {
  .faqSec .accordion-button p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .faqSec .accordion-button p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .faqSec .accordion-button p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 390px) {
  .faqSec .accordion-button p {
    max-width: 250px;
  }
}
.faqSec .accordion-button:not(.collapsed) {
  color: #000;
}
.faqSec .accordion-body {
  background: #E8F5F7;
  padding-top: 10px;
}
.faqSec .accordion-body .paddBt:first-child p {
  margin-bottom: 0;
}
.faqSec .accordion-body .paddBt p {
  margin-bottom: 10px;
}
.faqSec .accordion-body .paddBt h3 {
  font-size: 20px;
  line-height: 30px;
  padding-top: 10px;
}
.faqSec .accordion-body .paddBt ul {
  padding-bottom: 20px;
}
.faqSec .accordion-body .paddBt ul li {
  margin-bottom: 10px;
}
.faqSec .accordion-body .paddBt ul li::before {
  top: 5px;
}
.faqSec .accordion-body .paddBt ul li ul {
  padding-top: 10px;
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .faqSec .accordion-body .paddBt ul li {
    font-size: 14px;
    line-height: 20px;
    padding-left: 15px;
  }
  .faqSec .accordion-body .paddBt ul li::before {
    top: 7px;
    width: 7px;
    height: 7px;
  }
}
.faqSec .accordion-body .paddBt .row {
  padding-top: 15px;
}
.faqSec .accordion-body .paddBt .row .col-md-6 {
  margin-bottom: 10px;
}
.faqSec .accordion-body .paddBt .row p {
  margin-bottom: 5px;
}
.faqSec .accordion-body p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #3F3F3F;
}
.faqSec .accordion-body p span, .faqSec .accordion-body p sup {
  color: #3F3F3F !important;
  font-family: "Poppins", sans-serif !important;
  background-color: transparent !important;
}
@media (max-width: 767px) {
  .faqSec .accordion-body p {
    font-size: 14px;
    line-height: 20px;
  }
}
.faqSec .accordion-body ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  color: #3F3F3F;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.faqSec .accordion-body ul li:before {
  content: "";
  position: absolute;
  background: #394089;
  width: 10px;
  height: 10px;
  left: 0px;
  top: 10px;
}
@media (max-width: 1600px) {
  .faqSec .accordion-body ul li:before {
    top: 8px;
  }
}
@media (max-width: 1600px) {
  .faqSec .accordion-body ul li {
    font-size: 16px;
    line-height: 22px;
  }
}

.contactusSec p img {
  margin-right: 10px;
}
.contactusSec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1600px) {
  .contactusSec ul {
    margin-bottom: 10px !important;
  }
}
.contactusSec ul li {
  list-style: none;
}
.contactusSec ul li:first-child {
  margin-right: 10px;
}
.contactusSec ul li p {
  font-size: 25px;
  line-height: 35px;
  color: #3F3F3F;
}
.contactusSec ul li p b {
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .contactusSec ul li p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.contactusSec ul li a {
  color: #3F3F3F;
  font-size: 25px;
  line-height: 35px;
  text-decoration: none;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}
.contactusSec ul li a:hover {
  color: #394089;
}
@media (max-width: 1600px) {
  .contactusSec ul li a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .contactusSec .mrg10 {
    margin-top: 20px;
  }
}

.inquirySec .inquiryFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.inquirySec .inquiryFlex .contactimg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
}
@media (max-width: 1600px) {
  .inquirySec .inquiryFlex .contactimg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
}
.inquirySec .inquiryFlex .contactimg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .inquirySec .inquiryFlex .contactimg {
    display: none;
  }
}
.inquirySec .inquiryFlex .inquiryForm {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
  padding: 58px 100px;
}
.inquirySec .inquiryFlex .inquiryForm .row .col-lg-6 {
  height: 50px;
  margin-bottom: 25px;
}
.inquirySec .inquiryFlex .inquiryForm .row .col-lg-12 {
  margin-bottom: 25px;
}
.inquirySec .inquiryFlex .inquiryForm table {
  border: none !important;
}
.inquirySec .inquiryFlex .inquiryForm table tr td {
  padding: 0px !important;
  border-bottom: 0px !important;
}
.inquirySec .inquiryFlex .inquiryForm table tr td input {
  width: 100% !important;
  padding: 5px 10px;
  background: #E8F5F7;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  font-size: 14px;
  line-height: 22px;
  height: 50px;
}
.inquirySec .inquiryFlex .inquiryForm table tr td .formError {
  position: absolute;
  left: 10px;
  bottom: -22px;
  text-align: left;
  font-size: 12px;
  line-height: 22px;
  color: red;
}
.inquirySec .inquiryFlex .inquiryForm table tr td textarea {
  padding: 5px 10px;
  background: #E8F5F7;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 100% !important;
  font-size: 14px;
  line-height: 22px;
  height: 150px;
}
@media (max-width: 1600px) {
  .inquirySec .inquiryFlex .inquiryForm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    padding: 40px 80px;
  }
}
@media (max-width: 767px) {
  .inquirySec .inquiryFlex .inquiryForm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .inquirySec .inquiryFlex .inquiryForm {
    padding: 40px 15px;
  }
}

footer {
  background: #01416E;
  padding-bottom: 0 !important;
}
@media (max-width: 991px) {
  footer .footerlogo {
    text-align: center;
  }
}
@media (max-width: 1600px) {
  footer .footerlogo a img {
    height: 120px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
footer .sociallinks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
footer .sociallinks ul li {
  list-style: none;
  padding-right: 20px;
}
footer .sociallinks ul li a img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}
footer .sociallinks ul li:hover a img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 991px) {
  footer .sociallinks ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 991px) {
  footer .sociallinks ul li {
    padding: 0 10px;
  }
  footer .sociallinks ul li img {
    height: 25px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
footer .footerTitle {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  footer .footerTitle {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  footer .footerTitle {
    text-align: center;
  }
}
footer .footerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .footerLinks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footerLinks ul li {
  list-style: none;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 34%;
}
@media (max-width: 1600px) {
  footer .footerLinks ul li {
    margin-bottom: 10px;
    max-width: 45%;
  }
}
@media (max-width: 991px) {
  footer .footerLinks ul li {
    max-width: 100%;
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
footer .footerLinks ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  footer .footerLinks ul li a {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 1199px) {
  footer .footerLinks ul li a {
    font-size: 16px;
    line-height: 16px;
  }
}
footer .footerLinks ul li:hover a, footer .footerLinks ul li.active a, footer .footerLinks ul li.selected a {
  color: #45eeff;
}
@media (max-width: 991px) {
  footer .footerLinks ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991px) {
  footer .footerLinks {
    margin-bottom: 15px;
  }
}
footer .contactBox .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  footer .contactBox .location {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  footer .contactBox .location {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .contactBox .location p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-left: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  footer .contactBox .location p {
    font-size: 16px;
    line-height: 22px;
    margin-left: 15px;
  }
}
@media (max-width: 1199px) {
  footer .contactBox .location p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  footer .contactBox .location p {
    max-width: 68%;
  }
}
@media (max-width: 991px) {
  footer .contactBox .location p br {
    display: none;
  }
}
footer .contactBox .location a {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-left: 20px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}
footer .contactBox .location a:hover {
  color: #45eeff;
}
@media (max-width: 1600px) {
  footer .contactBox .location a {
    font-size: 16px;
    line-height: 22px;
    margin-left: 15px;
  }
}
footer .copyright {
  border-top: 1px solid #fff;
  padding: 30px 0;
  margin-top: 10px;
}
footer .copyright ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .copyright ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .copyright ul li p {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  margin: 0 10px;
}
@media (max-width: 1600px) {
  footer .copyright ul li p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  footer .copyright ul li p {
    font-size: 12px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  footer .copyright ul li p {
    font-size: 10px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  footer .copyright ul li {
    text-align: center;
    margin-bottom: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 575px) {
  footer .copyright ul li {
    margin: 0px;
  }
}
@media (max-width: 991px) {
  footer .copyright ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1600px) {
  footer .copyright {
    padding: 20px 0;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  footer .copyright {
    padding: 10px 0;
  }
}

.registrationSection .registration table {
  border: none !important;
}
.registrationSection .registration table td {
  border-bottom: none !important;
  border-right: none !important;
}
.registrationSection .registration table.table_c {
  border-bottom: 1px dashed #3F3F3F !important;
}
.registrationSection .registration table.table_c td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.registrationSection .registration table.table_c td .comman_input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 100%;
  padding-right: 30px;
}
.registrationSection .registration table.table_d {
  border-bottom: 1px dashed #3F3F3F !important;
  margin-top: 30px;
}
.registrationSection .registration table.table_d td .comman_input textarea {
  background: #E8F5F7;
  border: none;
}
.registrationSection .registration table.table_e {
  margin-top: 30px;
}
.registrationSection .registration table.table_e tr td {
  padding: 0 5px 0 0 !important;
  text-align: left;
}
.registrationSection .registration table.table_e tr td input {
  height: 16px;
  width: 100%;
}
.registrationSection .registration table.table_f tr td {
  text-align: left;
}
.registrationSection .registration table.table_f tr td .rightAlign {
  background: #E8F5F7;
  border: none;
  height: 50px;
  padding: 10px;
}
.registrationSection .registration table.table_f tr td input {
  background: #E8F5F7;
  border: none;
  height: 50px;
  padding: 10px;
}
.registrationSection .registration table.table_f tr td table td {
  padding: 0;
}
.registrationSection .registration table.table_g {
  margin-top: 30px;
}
.registrationSection .registration table.table_g tr .ajax__calendar table tr {
  display: table-row;
}
.registrationSection .registration table.table_g tr td {
  text-align: left;
  padding: 5px;
}
.registrationSection .registration table.table_g tr td .ajax__calendar table tr td {
  padding: 0px !important;
}
.registrationSection .registration table.table_g tr td input {
  background: #E8F5F7;
  border: none;
  width: 100% !important;
  height: 50px;
}
.registrationSection .registration table.table_g tr td textarea {
  background: #E8F5F7;
  border: none;
  width: 100% !important;
  max-width: 100% !important;
}
.registrationSection .registration table.table_g tr td table.date td {
  position: relative;
}
.registrationSection .registration table.table_g tr td table.date td img {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.registrationSection .registration table.table_g tr:nth-child(3) td:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.registrationSection .registration table.table_g tr:nth-child(3) td:first-child textarea {
  height: 140px !important;
}
.registrationSection .registration table.table_h tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.registrationSection .registration table.table_h tr td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 100%;
}
.registrationSection .registration table.table_h tr td table tr {
  display: block;
  width: 100%;
}
.registrationSection .registration table.table_h tr td table tr input {
  background: #E8F5F7;
  border: none !important;
  width: 100% !important;
  height: 50px;
  padding: 14px;
}
.registrationSection .registration table.table_h tr td table tr span {
  text-align: left;
}
.registrationSection .registration .registration_form {
  padding: 0;
}
.registrationSection .registration .registration_form .comman_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.registrationSection .registration .registration_form .comman_input.blockItm .notblbdr td {
  display: block;
  width: 100%;
}
.registrationSection .registration .registration_form .comman_input.blockItm .notblbdr .ajax__calendar td {
  display: table-cell;
  width: auto;
  font-size: 12px;
  line-height: 18px;
}
.registrationSection .registration .registration_form .comman_input.blockItm .notblbdr .ajax__calendar td .ajax__calendar_dayname {
  height: 17px !important;
  width: 15px !important;
  text-align: left !important;
  padding: 0 !important;
}
.registrationSection .registration .registration_form .comman_input .formError {
  text-align: left;
  font-size: 12px;
  line-height: 22px;
  color: red;
}
.registrationSection .registration .registration_form .comman_input span {
  text-align: left;
  padding-bottom: 10px;
  color: #3F3F3F;
  font-size: 18px;
  line-height: 18px;
}
@media (max-width: 1600px) {
  .registrationSection .registration .registration_form .comman_input span {
    font-size: 14px;
    line-height: 14px;
  }
}
.registrationSection .registration .registration_form .comman_input p {
  color: #3F3F3F;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
  margin-bottom: 10px;
}
.registrationSection .registration .registration_form .comman_input .notblbdr td {
  padding: 0 !important;
  text-align: left;
  position: relative;
}
.registrationSection .registration .registration_form .comman_input .notblbdr td img {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.registrationSection .registration .registration_form .comman_input .notblbdr td input {
  width: 100% !important;
}
.registrationSection .registration .registration_form .comman_input.age input {
  width: 100% !important;
}
.registrationSection .registration .registration_form .comman_input select {
  background: #E8F5F7;
  color: #3F3F3F;
  border: none;
}
.registrationSection .registration .registration_form .comman_input.checkbox_table {
  padding: 10px;
}
.registrationSection .registration .registration_form input {
  background: #E8F5F7;
  border: none !important;
}
.registrationSection .registration .registration_form label {
  color: #3F3F3F;
  font-size: 18px;
  line-height: 18px;
  padding-left: 5px;
}
@media (max-width: 1600px) {
  .registrationSection .registration .registration_form label {
    font-size: 14px;
    line-height: 24px;
  }
}
.registrationSection .registration .registration_form .beneficiarySelect tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.registrationSection .registration .registration_form .beneficiarySelect tbody td {
  padding: 0 20px 0 0;
}
.registrationSection .registration .registration_form .beneficiarySelect tbody td input {
  margin: 0 !important;
}
.registrationSection .registration .registration_form .beneficiarySelect.genderSelect tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.registrationSection .registration .registration_form .beneficiarySelect.genderSelect tr td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.registrationSection .registration .registration_form .text_back {
  height: 50px !important;
}
@media (max-width: 1199px) {
  .registrationSection .table_b tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .registrationSection .table_b tr td {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .registrationSection .table_b tr td table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .registrationSection .table_b tr td table tr td {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 100%;
  }
  .registrationSection .table_b tr td table tr td table tr td {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .registrationSection .table_b tr td table tr td table.genderSelect tr td {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .registrationSection .table_b tr td .checkbox_table .beneficiarySelect tbody tr {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 100%;
  }
  .registrationSection .table_b tr td .checkbox_table .beneficiarySelect tbody tr td {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: left;
  }
  .registrationSection .table_c tr td .comman_input {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
  }
  .registrationSection .table_e tr td input {
    height: 23px !important;
  }
  .registrationSection .table_g tr td tr td {
    font-size: 15px;
  }
  .registrationSection .table_g tr td tr td .formError {
    text-align: left;
    font-size: 12px;
    line-height: 22px;
    color: red;
  }
}
@media (max-width: 991px) {
  .registrationSection .registration_form .table_aa tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .registrationSection .registration_form .table_aa tr td {
    width: 100%;
    padding: 10px 0;
  }
  .registrationSection .registration_form .table_b .checkbox_table {
    padding: 10px 0;
  }
  .registrationSection .registration_form .table_b .checkbox_table .beneficiarySelect tbody {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .registrationSection .registration_form .table_b .checkbox_table .beneficiarySelect tbody tr {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-bottom: 10px;
  }
  .registrationSection .registration_form .table_b td {
    padding: 10px 0;
  }
  .registrationSection .registration_form .table_b td .basicInfo tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .registrationSection .registration_form .table_b td .basicInfo tr td {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .registrationSection .registration_form .table_c tr td {
    padding: 10px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .registrationSection .registration_form .table_c tr td .comman_input {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    padding-right: 0;
  }
  .registrationSection .registration_form .table_c tr td .comman_input:first-child {
    padding-bottom: 20px;
  }
  .registrationSection .registration_form .table_d tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .registrationSection .registration_form .table_d tr td {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 0;
  }
  .registrationSection .table_f tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .registrationSection .table_f tr td {
    height: 100%;
    padding: 10px 0;
  }
  .registrationSection .table_f tr td input {
    width: 100% !important;
  }
  .registrationSection .table_f tr td .table_fa tr td .rightAlign {
    width: 100% !important;
  }
  .registrationSection .table_g tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .registrationSection .table_g tr td {
    width: 100%;
    padding: 5px 0 !important;
  }
  .registrationSection .table_h tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .registrationSection .table_h tr td {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 10px 0;
  }
}

.loginnewDesign {
  padding: 30px 50px;
  -webkit-box-shadow: 0px 4px 25px 5px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 4px 25px 5px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  background: #fff;
  max-width: 650px;
  margin: 0 auto;
}
.loginnewDesign .dullTxt {
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 10px;
  font-weight: 500;
  color: #898989;
}
.loginnewDesign table td {
  border: none !important;
}
.loginnewDesign .LognTbl tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.loginnewDesign .LognTbl tr td {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
}
.loginnewDesign .LognTbl tr td:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
}
.loginnewDesign .LognTbl tr td input {
  width: 100%;
  margin-bottom: 20px;
  width: 100% !important;
  padding: 5px 10px;
  background: #CBF1FA;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  font-size: 14px;
  line-height: 22px;
  height: 50px;
}
.loginnewDesign .LognTbl #linktxt {
  margin-bottom: 30px;
}
.loginnewDesign .LognTbl .logintext {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none !important;
  color: #394089;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}
.loginnewDesign .LognTbl .logintext:hover {
  color: #16a3b1;
}
@media (max-width: 575px) {
  .loginnewDesign {
    padding: 0 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    max-width: 100%;
  }
  .loginnewDesign .dullTxt {
    color: #000;
  }
  .loginnewDesign .LognTbl tr td input {
    background: #ffffff;
  }
}
@media (max-width: 480px) {
  .loginnewDesign .sectionTitle {
    margin-bottom: 15px;
  }
  .loginnewDesign .dullTxt {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 0;
  }
  .loginnewDesign .LognTbl tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .loginnewDesign .LognTbl tr td {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .loginnewDesign .LognTbl tr td:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .loginnewDesign .LognTbl tr td input {
    background: #ffffff;
  }
  .loginnewDesign .LognTbl #linktxt {
    margin-bottom: 25px;
  }
}

.loginmain table {
  border: none !important;
}
.loginmain table tr td {
  text-align: left !important;
}
.loginmain .logininerleft h2 {
  text-align: left !important;
}

.loginnewDesign table td {
  padding: 0px !important;
}

.modal-dialog {
  max-width: 900px !important;
}
.modal-dialog .modal-content .sectionTitle {
  margin-bottom: 0;
}
.modal-dialog .modal-content .modal-body {
  padding-top: 10px;
}
.modal-dialog .modal-content .modal-body .logininerleft p {
  font-size: 20px;
  line-height: 20px;
}
.modal-dialog .modal-content .modal-body .logininerleft table {
  border: none !important;
}
.modal-dialog .modal-content .modal-body .logininerleft table tr td {
  padding: 0;
  font-size: 16px;
  line-height: 16px;
  border: none !important;
  text-align: left;
}
.modal-dialog .modal-content .modal-body .logininerleft table tr td input {
  background: #E8F5F7;
  border: none;
}
.modal-dialog .modal-content .modal-body .logininerleft table tr td a {
  color: #000;
  text-decoration: none;
  display: block;
  margin-top: 10px;
}
.modal-dialog .modal-content .modal-body .logininerleft table tr td.right input {
  margin-top: 20px !important;
}

.termsConditionSec .accordionContent .introlist li {
  list-style: none;
  position: relative;
  padding-left: 22px;
}
.termsConditionSec .accordionContent .introlist li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #394089;
  left: 0;
  top: 8px;
}
.termsConditionSec .accordionContent .introlist li p {
  font-size: 14px;
  line-height: 24px;
}
.termsConditionSec .accordion-item {
  background: #E8F5F7;
  margin-bottom: 20px;
}
.termsConditionSec .accordion-item button {
  background: transparent !important;
  font-size: 18px !important;
  line-height: 28px !important;
}
.termsConditionSec .accordion-item .accordion-button::after {
  width: 40px !important;
  height: 40px !important;
  background-size: contain !important;
  font-size: 40px !important;
  color: #4fb7c7 !important;
}
@media (max-width: 991px) {
  .termsConditionSec .accordion-item .accordion-button::after {
    width: 30px !important;
    height: 30px !important;
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  .termsConditionSec .accordion-item .accordion-button::after {
    width: 25px !important;
    height: 25px !important;
    font-size: 25px !important;
  }
}
@media (max-width: 480px) {
  .termsConditionSec .accordion-item .accordion-button {
    padding: 15px 15px;
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
.termsConditionSec .accordion-item .accordion-button.collapsed::after {
  background: transparent !important;
}
.termsConditionSec .accordion-item .accordion-button.collapsed {
  color: #000 !important;
}
.termsConditionSec .accordion-item .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.termsConditionSec .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.termsConditionSec .accordion-item .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.termsConditionSec .accordion-body {
  background: #E8F5F7 !important;
  padding-top: 0;
}

.padding40 {
  padding-top: 40px !important;
}

#leftmenu1_aboutus {
  display: none !important;
}

#leftmenu1_member {
  display: none !important;
}

#leftmenu1_btndwn {
  display: none !important;
}

.search_back {
  text-align: right;
}
.search_back input {
  height: 35px;
}
.search_back span a {
  background: #394089;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 28px;
  border: 0;
}

/*grid pagination new*/
.paginationGrid td {
  padding-right: 5px !important;
}

.paginationGrid td a:link {
  height: 22px;
  padding: 1px 5px;
  font-size: 11px;
  border-collapse: collapse;
  /*font-family: "Trebuchet MS";*/
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  line-height: 22px;
  vertical-align: top;
  text-decoration: none;
  background-color: #f1f1f1;
  border: 1px solid #fff;
}

.paginationGrid td span {
  height: 22px;
  padding: 1px 5px;
  font-size: 11px;
  border-collapse: collapse;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  line-height: 22px;
  vertical-align: top;
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000;
}

#ContentPlaceHolder1_searchbox {
  padding-bottom: 20px;
}
#ContentPlaceHolder1_searchbox #ContentPlaceHolder1_txtSearch {
  width: 240px;
  padding: 0 10px;
  outline: none;
  margin-right: 5px;
}

.flexSumm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 25px;
}
.flexSumm .sectionTitle {
  margin-bottom: 0;
}
.flexSumm .commonBtn {
  padding: 5px 20px;
  height: inherit;
}
@media (max-width: 1600px) {
  .flexSumm .commonBtn {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .flexSumm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flexSumm .sectionTitle {
    margin-bottom: 10px;
  }
}

.LastFtBtn .commonBtn span img {
  width: 20px;
  margin-right: 3px;
}
@media (max-width: 1199px) {
  .LastFtBtn .commonBtn span {
    font-size: 12px;
    line-height: 22px;
  }
  .LastFtBtn .commonBtn span img {
    width: 20px;
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  .LastFtBtn .commonBtn span {
    font-size: 14px;
    line-height: 22px;
  }
  .LastFtBtn .commonBtn span img {
    display: none;
  }
}

.leftDgn .leftmenu {
  background: #394089;
  padding: 20px 25px;
}
.leftDgn .leftmenu .leftmiddle h1 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 42px;
}
.leftDgn .leftmenu .leftmiddle ul {
  list-style-type: none;
}
.leftDgn .leftmenu .leftmiddle ul li {
  padding: 10px 0;
}
.leftDgn .leftmenu .leftmiddle ul li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.leftDgn .leftmenu .leftmiddle ul li:hover a, .leftDgn .leftmenu .leftmiddle ul li.active a {
  color: #cbf1fa;
}
@media (max-width: 1600px) {
  .leftDgn .leftmenu .leftmiddle h1 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }
  .leftDgn .leftmenu .leftmiddle ul li {
    padding: 8px 0;
  }
  .leftDgn .leftmenu .leftmiddle ul li a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .leftDgn .leftmenu .leftmiddle h1 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
  }
  .leftDgn .leftmenu .leftmiddle ul li {
    padding: 6px 0;
  }
  .leftDgn .leftmenu .leftmiddle ul li a {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .leftDgn .leftmenu {
    margin-bottom: 20px;
  }
  .leftDgn .leftmenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .leftDgn .leftmenu ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .leftDgn .leftmenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .leftDgn .leftmenu ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .leftTable .subTitle {
    margin-bottom: 15px;
  }
}

.btnUpDn {
  padding: 8px 20px;
}
@media (max-width: 1600px) {
  .btnUpDn {
    padding: 6px 20px;
  }
}
@media (max-width: 1199px) {
  .btnUpDn {
    padding: 6px 18px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .btnUpDn {
    padding: 5px 15px;
    font-size: 10px;
    line-height: 18px;
  }
}
@media (max-width: 390px) {
  .btnUpDn {
    padding: 5px 10px;
  }
}

@media (max-width: 575px) {
  .mobilePadding {
    padding: 40px 20px;
  }
}

.contactBtn {
  margin-top: 20px;
  display: inline-block !important;
  height: inherit;
}

.padZero {
  padding: 0;
}

.mbZero {
  margin-bottom: 0;
}

.tpBorder {
  border-top: none !important;
}

.noBorder {
  border: none !important;
}
.noBorder tbody tr td {
  border: none;
}
.noBorder.noExtWdt tr td {
  padding: 5px 0;
}
.noBorder.noExtWdt tr td:first-child {
  font-weight: 600;
}
.noBorder.noExtWdt tr .comman_input .text_back {
  background: #E8F5F7;
  color: #3F3F3F;
  border: none;
  height: 50px !important;
}

.leftText th, .leftText td {
  text-align: left !important;
}

.blueColor {
  color: #394089;
}

.blueBack {
  background: #394089;
  color: #fff;
}

.paddBt {
  padding-bottom: 15px;
}
.paddBt p {
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .paddBt {
    padding-bottom: 10px;
  }
}

.loginModal .modal-dialog {
  max-width: 450px !important;
}
.loginModal .modal-header {
  background: #394089;
}
.loginModal .modal-header .subTitle {
  color: #fff;
}
.loginModal .modal-body {
  background: #fff;
}
.loginModal .modal-body table {
  border: none !important;
}
.loginModal .modal-body table tbody tr td {
  padding-bottom: 20px !important;
  border: none;
}
.loginModal .modal-body table tbody tr td input {
  height: 50px;
  width: 100%;
}
.loginModal .modal-body table tbody tr #linktxt .logintext {
  font-size: 20px;
  line-height: 26px;
  margin-top: 0;
  color: #ff0000;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}
.loginModal .modal-body table tbody tr #linktxt .logintext:hover {
  color: #394089;
}
.loginModal .modal-body .font18 {
  text-align: left !important;
  font-size: 24px !important;
  line-height: 28px !important;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .loginModal .modal-body .font18 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .loginModal .modal-body table tbody tr td {
    padding-bottom: 10px !important;
    font-weight: 500;
  }
  .loginModal .modal-body table tbody tr td input {
    height: 40px;
  }
  .loginModal .modal-body table tbody tr #linktxt .logintext {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
}

.formControl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.formControl input {
  background: #E8F5F7;
  border: none !important;
  height: 50px !important;
  padding: 0px 20px;
}
.formControl textarea {
  background: #E8F5F7;
  border: none !important;
  height: 150px !important;
  padding: 0px 20px;
}

.relTive {
  position: relative;
}

.tableRightSet tr th {
  text-align: left;
}
.tableRightSet tr td {
  text-align: left;
}
.tableRightSet.setMxWd {
  max-width: 750px;
}
.tableRightSet.setMxWd .flexTb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.tableRightSet.setMxWd .inputDs {
  width: 100% !important;
  padding: 5px 10px;
  background: #E8F5F7;
  border: none !important;
  font-size: 14px;
  line-height: 22px;
  height: 40px;
  margin-right: 20px;
  margin-bottom: 15px;
}
.tableRightSet.setMxWd .formError {
  position: absolute;
  bottom: 2px;
}
.tableRightSet.setMxWd .commonBtn {
  border: none !important;
  height: 40px;
  outline: none !important;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}
.tableRightSet.setMxWd .commonBtn:hover {
  background: #16a3b1;
}

.hmbanner img {
  width: 100%;
}

.spTable {
  margin-top: 50px;
}
.spTable tr td {
  font-size: 14px;
  line-height: 22px;
}

.ThankYou {
  text-align: center;
}
.ThankYou h1 {
  margin-bottom: 25px;
}
.ThankYou p {
  margin-bottom: 20px;
}
.ThankYou .commonBtn {
  display: inline-block;
  height: auto;
}

.fourBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
.fourBtns .BtnList {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  max-width: 35%;
  margin: 0 10px 20px;
}
.fourBtns .BtnList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1199px) {
  .fourBtns .BtnList {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    margin: 0 10px 20px;
  }
}
@media (max-width: 991px) {
  .fourBtns .BtnList {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    max-width: 47%;
    margin: 0 10px 20px;
  }
  .fourBtns .BtnList .commonBtn {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 12px;
  }
}
@media (max-width: 767px) {
  .fourBtns .BtnList {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .fourBtns .BtnList .commonBtn {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 12px;
  }
}

.BnnerTxt {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .BnnerTxt {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  .BnnerTxt {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .BnnerTxt {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
}

.tbWdh {
  width: 100%;
}

.tableSide {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .tableSide {
    padding: 0;
  }
}

.tabCenter .searchTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tabCenter .searchTop .sectionTitle {
  margin-bottom: 0;
}
.tabCenter .searchTop .search_back {
  margin: 0 0 0 auto;
}
@media (max-width: 991px) {
  .tabCenter .searchTop {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabCenter .searchTop .sectionTitle {
    margin-bottom: 15px;
  }
  .tabCenter .searchTop .search_back {
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .tabCenter .searchTop .search_back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabCenter .searchTop .search_back .text_back {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }
}

table.leftTbl th, table.leftTbl th:last-child, table.leftTbl td:last-child {
  text-align: left;
}

.lognShw {
  background: #394089;
  padding: 15px;
  color: #fff;
}

.redErr {
  color: red;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  display: block;
}

.commonBtn.lognHvr {
  padding: 0;
  text-decoration: underline;
  background: transparent;
  -webkit-transition: 0.4 ease-in-out all;
  transition: 0.4 ease-in-out all;
  margin-left: 10px;
}
.commonBtn.lognHvr:hover {
  text-decoration: none;
  background: transparent;
}
.commonBtn.lognHvr::before {
  display: none;
}

.tblRtst tbody tr td:last-child {
  text-align: right;
}

#ContentPlaceHolder1_lblsuccess {
  margin-bottom: 15px;
  color: #2fa965 !important;
}

#ContentPlaceHolder1_lblalert {
  margin-bottom: 15px;
  color: #f54747 !important;
}

.hdrTp {
  display: none;
}
@media (max-width: 991px) {
  .hdrTp {
    display: block;
    padding: 20px 0;
    background-color: #CBF1FA;
  }
}
@media (max-width: 575px) {
  .hdrTp {
    padding: 15px 0;
  }
}
.hdrTp .hdrTpUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
}
.hdrTp .hdrTpUl li {
  margin: 0 10px;
}
.hdrTp .hdrTpUl li .commonBtn {
  font-size: 14px;
  line-height: 10px;
  min-width: 120px;
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
}
@media (max-width: 390px) {
  .hdrTp .hdrTpUl li .commonBtn {
    min-width: 110px;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 12px;
  }
}

.setWdTbl thead tr th:first-child {
  width: 100px;
  text-align: center !important;
}
@media (max-width: 390px) {
  .setWdTbl thead tr th:first-child {
    width: auto !important;
  }
}
.setWdTbl tbody tr td:first-child {
  width: 100px;
  text-align: center !important;
}
@media (max-width: 390px) {
  .setWdTbl tbody tr td:first-child {
    width: auto !important;
  }
}
.setWdTbl tbody tr.paginationGrid td:first-child {
  width: inherit;
  text-align: left !important;
}

@media (max-width: 767px) {
  .setlwDh tbody tr th {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 390px) {
  .setlwDh tbody tr th {
    font-size: 12px;
    line-height: 20px;
  }
}
.setlwDh tbody tr th:nth-child(2), .setlwDh tbody tr th:nth-child(3), .setlwDh tbody tr th:last-child {
  width: 160px !important;
  text-align: center !important;
}
@media (max-width: 767px) {
  .setlwDh tbody tr th:nth-child(2), .setlwDh tbody tr th:nth-child(3), .setlwDh tbody tr th:last-child {
    width: 110px !important;
  }
}
@media (max-width: 767px) {
  .setlwDh tbody tr td {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 390px) {
  .setlwDh tbody tr td {
    font-size: 12px;
    line-height: 20px;
  }
}
.setlwDh tbody tr td:nth-child(2), .setlwDh tbody tr td:nth-child(3), .setlwDh tbody tr td:last-child {
  width: 160px !important;
  text-align: center !important;
}
@media (max-width: 767px) {
  .setlwDh tbody tr td:nth-child(2), .setlwDh tbody tr td:nth-child(3), .setlwDh tbody tr td:last-child {
    width: 110px !important;
  }
}

.midTblCntr tbody tr th:nth-child(3) {
  width: 170px !important;
  text-align: center !important;
}
@media (max-width: 390px) {
  .midTblCntr tbody tr th:nth-child(3) {
    width: auto !important;
  }
}
.midTblCntr tbody tr td:nth-child(3) {
  width: 170px !important;
  text-align: center !important;
}
@media (max-width: 390px) {
  .midTblCntr tbody tr td:nth-child(3) {
    width: auto !important;
  }
}

.lastTwoSt tbody tr th:first-child {
  text-align: center;
}
.lastTwoSt tbody tr th:nth-child(4), .lastTwoSt tbody tr th:last-child {
  width: 170px !important;
}
@media (max-width: 390px) {
  .lastTwoSt tbody tr th:nth-child(4), .lastTwoSt tbody tr th:last-child {
    width: auto !important;
  }
}
.lastTwoSt tbody tr td:nth-child(4), .lastTwoSt tbody tr td:last-child {
  width: 170px !important;
}
@media (max-width: 390px) {
  .lastTwoSt tbody tr td:nth-child(4), .lastTwoSt tbody tr td:last-child {
    width: auto !important;
  }
}

.lasttwSt tbody tr th:first-child {
  text-align: center;
}
.lasttwSt tbody tr th:nth-child(3), .lasttwSt tbody tr th:last-child {
  width: 170px !important;
}
@media (max-width: 390px) {
  .lasttwSt tbody tr th:nth-child(3), .lasttwSt tbody tr th:last-child {
    width: auto !important;
  }
}
.lasttwSt tbody tr td:nth-child(3), .lasttwSt tbody tr td:last-child {
  width: 170px !important;
}
@media (max-width: 390px) {
  .lasttwSt tbody tr td:nth-child(3), .lasttwSt tbody tr td:last-child {
    width: auto !important;
  }
}

.rtPdZro {
  padding-right: 0;
}
@media (max-width: 991px) {
  .rtPdZro {
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .tabCenter .searchTop.mblScTp .search_back .text_back {
    margin-bottom: 0;
  }
}

@media (max-width: 390px) {
  #ContentPlaceHolder1_searchbox #ContentPlaceHolder1_txtSearch {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 390px) {
  .mobileTblwd {
    width: 600px;
  }
}
@media (max-width: 390px) {
  .mobileTblwd.mobileTblwdMx {
    width: 900px;
  }
}
@media (max-width: 390px) {
  .mobileTblwd.mobileTblwdMxPro {
    width: 1200px;
  }
}

.lognShw i {
  padding-right: 10px;
}

.cmngsn {
  background: #e6faff;
  border: 1px solid #d5d5d5;
  padding: 20px;
  border-radius: 20px;
}
.cmngsn p {
  font-size: 20px;
  line-height: 30px;
  color: #606060;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cmngsn {
    padding: 15px;
  }
  .cmngsn p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 390px) {
  .cmngsn {
    padding: 10px;
  }
  .cmngsn p {
    font-size: 16px;
    line-height: 26px;
  }
}

.lastChld {
  width: 250px;
  text-align: center;
}
@media (max-width: 767px) {
  .lastChld {
    width: 180px;
  }
}
@media (max-width: 390px) {
  .lastChld {
    width: 100px;
  }
}

.margmTp {
  margin-top: 20px;
}

.registrationSection .table_c tr .ajax__calendar table tr, .registrationSection .table_d tr .ajax__calendar table tr, .registrationSection .table_e tr .ajax__calendar table tr, .registrationSection .table_g tr .ajax__calendar table tr, .registrationSection .table_f tr .ajax__calendar table tr {
  display: table-row !important;
}

.ajax__calendar_container {
  min-width: 175px !important;
}

.ajax__calendar table tr {
  display: table-row !important;
}
.ajax__calendar table tr td { /*width: auto!important;*/
  font-size: 13px !important;
}

.registrationSection .registration .registration_form .comman_input.blockItm .notblbdr .ajax__calendar td {
  padding: 0px !important;
}

.ajax__calendar_today {
  padding-top: 0px !important;
}

@media (max-width: 480px) {
  .ajax__calendar .ajax__calendar_container {
    z-index: 999999;
    width: 100%;
  }
  .ajax__calendar .ajax__calendar_prev, .ajax__calendar .ajax__calendar_next {
    width: 20px;
    height: 20px;
    background-size: 6px;
  }
  .ajax__calendar .ajax__calendar_body {
    width: 100%;
    margin-top: 8px;
  }
  .ajax__calendar .ajax__calendar_title {
    font-size: 13px;
  }
  .ajax__calendar .ajax__calendar_days, .ajax__calendar .ajax__calendar_months, .ajax__calendar .ajax__calendar_years {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .registrationSection .registration .registration_form .comman_input.blockItm .notblbdr .ajax__calendar td {
    padding: 0px !important;
  }
  .ajax__calendar .ajax__calendar_footer {
    height: 20px;
  }
  .ajax__calendar tr td .ajax__calendar_month br, .ajax__calendar tr td .ajax__calendar_year br {
    display: none;
  }
  .registrationSection .registration table.table_g tr td table.date td img, .registrationSection .registration .registration_form .comman_input .notblbdr td img {
    height: 22px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.infoBox h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
}
.infoBox h5 span {
  white-space: nowrap;
  padding-right: 20px;
  font-weight: 500;
}
.infoBox h5 input {
  padding: 0 !important;
  background: transparent !important;
  width: 100%;
  max-width: 100%;
  font-weight: 600;
}

.infoContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.infoContent p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.infoContent p span {
  white-space: nowrap;
  padding-right: 20px;
}
.infoContent p input {
  padding: 0 !important;
  background: transparent !important;
  width: initial;
  max-width: 100%;
  text-align: right;
}
.infoContent p strong input {
  font-weight: bold;
}
.infoContent hr {
  background: #212529;
  height: 1px;
  width: 100%;
  margin-top: 0;
}

.flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.flexRow p {
  margin-bottom: 0px;
  padding-right: 12px;
}
.flexRow label {
  margin-right: 15px;
}/*# sourceMappingURL=style.css.map */