@charset "UTF-8";
html, body {
  overflow-x: hidden;
  font-family: "Pt Sans Narrow" !important;
  font-size: 16px !important;
  background: #ffffff;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.04em;
  background-color: #f4f4f4;
  color: #707070;
  height: 100%;
}

::-webkit-input-placeholder {
  color: #707070 !important;
}
@media screen and (max-width: 991px) {
  ::-webkit-input-placeholder {
    font-size: 12px;
  }
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #707070 !important;
}
@media screen and (max-width: 991px) {
  :-moz-placeholder {
    font-size: 12px;
  }
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #707070 !important;
}
@media screen and (max-width: 991px) {
  ::-moz-placeholder {
    font-size: 12px;
  }
}

:-ms-input-placeholder {
  color: #707070 !important;
}
@media screen and (max-width: 991px) {
  :-ms-input-placeholder {
    font-size: 12px;
  }
}

a {
  outline: 0;
}
a:hover {
  text-decoration: none;
  outline: 0;
}
a:active {
  outline: 0;
}
a:focus {
  outline: 0;
}

.btn {
  color: #fff;
}
.btn i {
  font-size: 13px !important;
}

.center {
  text-align: center;
}

p {
  word-wrap: break-word;
}

.container {
  width: 1170px !important;
}
@media screen and (max-width: 1150px) {
  .container {
    width: 1010px !important;
  }
}
@media screen and (max-width: 991px) {
  .container {
    width: 810px !important;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 720px !important;
  }
}
@media screen and (max-width: 710px) {
  .container {
    width: auto !important;
  }
}

textarea:focus, input:focus, button:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

header {
  position: relative;
  padding: 40px 0 140px;
}
@media screen and (max-width: 488px) {
  header {
    padding: 40px 0 10px;
  }
}
header .logo {
  position: absolute;
  height: 75px;
  width: 75px;
  left: 0px;
  top: 40px;
  background: url(/assets/portal/Mrtd/img/logo.svg);
  background-size: cover;
}
@media screen and (max-width: 991px) {
  header .logo {
    height: 45px;
    width: 45px;
  }
}
header .logo-title {
  position: absolute;
  height: 31px;
  left: 90px;
  top: 0;
  line-height: 26px;
  display: flex;
  color: #023378;
  font-size: 18px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  header .logo-title {
    font-size: 12px;
    line-height: 14px;
    left: 60px;
  }
}
header .right-h {
  position: absolute;
  right: 0px;
  top: 40px;
  width: 100%;
}
header .right-h span {
  position: absolute;
  right: 60px;
  top: 0px;
  opacity: 0.5;
  text-align: right;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (max-width: 991px) {
  header .right-h span {
    font-size: 10px;
    line-height: 14px;
  }
}
@media screen and (max-width: 488px) {
  header .right-h span {
    display: none;
  }
}
header .login-icon {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 0px;
  top: 0px;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #707070;
  border-radius: 3px;
}
header .top-menu {
  overflow: hidden;
  margin-top: 100px;
  float: right;
}
header .top-menu a {
  float: left;
  display: block;
  text-align: center;
  margin-left: 40px;
  font-size: 20px;
  line-height: 21px;
  text-transform: uppercase;
  color: #707070;
  opacity: 0.7;
}
header .top-menu a:hover, header .top-menu a:active, header .top-menu a.active {
  opacity: 1;
}
@media screen and (min-width: 1366px) {
  header .top-menu a {
    font-size: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1150px) {
  header .top-menu a {
    font-size: 12px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  header .top-menu a {
    font-size: 12px;
    margin-left: 20px;
  }
}
header .top-menu a:hover, header .top-menu a:active, header .top-menu a.active {
  color: #023378;
}
header .top-menu a.active {
  opacity: 1;
}
header .top-menu a.active:hover, header .top-menu a.active:active, header .top-menu a.active.active {
  opacity: 1;
}
header .top-menu .icon {
  display: none;
}
@media screen and (max-width: 768px) {
  header .top-menu {
    float: none;
  }
  header .top-menu a:not(:first-child) {
    display: none;
  }
  header .top-menu a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  header .top-menu.responsive {
    position: relative;
  }
  header .top-menu.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  header .top-menu.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

#main-section-anim {
  position: relative;
}
#main-section-anim svg {
  vertical-align: unset;
}
#main-section-anim .enq-check {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  padding: 50px 90px 40px;
  backdrop-filter: blur(45px) brightness(130%);
  background-color: rgba(255, 255, 255, 0.44);
  margin: 0 auto;
  width: 520px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 1900px) {
  #main-section-anim .enq-check {
    max-width: 520px;
  }
}
@media screen and (max-width: 1366px) {
  #main-section-anim .enq-check {
    top: 10%;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1267px) {
  #main-section-anim .enq-check {
    width: 450px;
    padding: 40px 50px 40px;
    top: 5%;
  }
}
@media screen and (max-width: 1150px) {
  #main-section-anim .enq-check {
    width: 450px;
    padding: 40px 50px 20px;
    top: 5%;
  }
}
@media screen and (max-width: 991px) {
  #main-section-anim .enq-check {
    width: 50%;
    padding: 40px 50px 20px;
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #main-section-anim .enq-check {
    padding: 10px 50px 10px;
  }
}
@media screen and (max-width: 710px) {
  #main-section-anim .enq-check {
    width: 60%;
  }
}
#main-section-anim .enq-check .enq-title {
  font-size: 34px;
  line-height: 46px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  #main-section-anim .enq-check .enq-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  #main-section-anim .enq-check .enq-title {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (max-width: 710px) {
  #main-section-anim .enq-check .enq-title {
    font-size: 14px;
    line-height: 16px;
  }
}
#main-section-anim .enq-check .enq-desc {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  #main-section-anim .enq-check .enq-desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  #main-section-anim .enq-check .enq-desc {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #main-section-anim .enq-check .enq-desc {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 710px) {
  #main-section-anim .enq-check .enq-desc {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 5px;
  }
}
#main-section-anim .enq-check .enq-input {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  font-size: 22px;
  line-height: 20px;
  padding: 10px 10px;
  color: #707070;
  text-align: center;
  margin-bottom: 15px;
  width: 100%;
}
#main-section-anim .enq-check .enq-input:hover, #main-section-anim .enq-check .enq-input:active, #main-section-anim .enq-check .enq-input.active {
  border: 1px solid #023378;
}
@media screen and (max-width: 1150px) {
  #main-section-anim .enq-check .enq-input {
    padding: 8px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #main-section-anim .enq-check .enq-input {
    font-size: 16px;
    padding: 5px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 710px) {
  #main-section-anim .enq-check .enq-input {
    font-size: 14px;
    padding: 4px;
  }
}
#main-section-anim .enq-check .enq-btn {
  border-radius: 3px;
  background: #023378 !important;
  border: 0;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 21px;
  padding: 15px 10px;
  color: #fff;
  text-align: center;
  width: 100%;
  font-weight: bold;
  margin-top: 40px;
  opacity: 0.95;
}
@media screen and (max-width: 1150px) {
  #main-section-anim .enq-check .enq-btn {
    padding: 8px 10px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 991px) {
  #main-section-anim .enq-check .enq-btn {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #main-section-anim .enq-check .enq-btn {
    margin-top: 5px;
    padding: 7px 10px;
  }
}
@media screen and (max-width: 710px) {
  #main-section-anim .enq-check .enq-btn {
    margin-top: 4px;
    padding: 4px 10px;
  }
}
#main-section-anim .enq-check .enq-btn:hover, #main-section-anim .enq-check .enq-btn:active, #main-section-anim .enq-check .enq-btn.active {
  opacity: 1;
}
#main-section-anim .login-section {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  backdrop-filter: blur(45px) brightness(130%);
  background-color: rgba(255, 255, 255, 0.44);
  width: 520px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
}
@media screen and (min-width: 1900px) {
  #main-section-anim .login-section {
    max-width: 520px;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1267px) {
  #main-section-anim .login-section {
    width: 450px;
  }
}
@media screen and (max-width: 1150px) {
  #main-section-anim .login-section {
    width: 65%;
    top: 5%;
  }
}
@media screen and (max-width: 991px) {
  #main-section-anim .login-section {
    width: 65%;
  }
}
@media screen and (max-width: 710px) {
  #main-section-anim .login-section {
    width: 90%;
  }
}
@media screen and (max-width: 1366px) {
  #main-section-anim .login-section {
    top: 20px;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1267px) {
  #main-section-anim .login-section {
    top: 0px;
  }
}
#main-section-anim .login-section .login-top {
  padding: 40px 80px 0;
}
@media screen and (min-width: 1150px) and (max-width: 1267px) {
  #main-section-anim .login-section .login-top {
    padding: 40px 80px 0;
  }
}
@media screen and (max-width: 1150px) {
  #main-section-anim .login-section .login-top {
    padding: 40px 50px 0;
  }
}
@media screen and (max-width: 991px) {
  #main-section-anim .login-section .login-top {
    padding: 40px 20px 0;
  }
}
@media screen and (max-width: 1366px) {
  #main-section-anim .login-section .login-top {
    top: 20px;
    padding: 10px 50px 0;
  }
}
#main-section-anim .login-section .login-top .login-title {
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  color: #023378;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  #main-section-anim .login-section .login-top .login-title {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1366px) {
  #main-section-anim .login-section .login-top .login-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
#main-section-anim .login-section .login-top .login-input {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #ddd;
  font-size: 22px;
  line-height: 20px;
  padding: 10px;
  color: #707070;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}
#main-section-anim .login-section .login-top .login-input:hover, #main-section-anim .login-section .login-top .login-input:active, #main-section-anim .login-section .login-top .login-input.active {
  border: 1px solid #023378;
}
@media screen and (max-width: 1366px) {
  #main-section-anim .login-section .login-top .login-input {
    margin-bottom: 5px;
    padding: 5px;
    font-size: 16px;
  }
}
#main-section-anim .login-section .login-top .login-btn {
  border-radius: 3px;
  background: #023378 !important;
  border: 0;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 21px;
  letter-spacing: 2px;
  padding: 15px 10px;
  color: #fff;
  text-align: center;
  width: 100%;
  font-weight: bold;
  margin-top: 15px;
  opacity: 0.95;
}
@media screen and (max-width: 991px) {
  #main-section-anim .login-section .login-top .login-btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 1366px) {
  #main-section-anim .login-section .login-top .login-btn {
    margin-top: 10px;
    padding: 10px 10px;
  }
}
#main-section-anim .login-section .login-top .login-btn:hover, #main-section-anim .login-section .login-top .login-btn:active, #main-section-anim .login-section .login-top .login-btn.active {
  opacity: 1;
}
#main-section-anim .login-section .login-top .monpass-btn {
  border-radius: 3px;
  background: #fff;
  border: 0;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 19px;
  letter-spacing: 2px;
  padding: 15px 10px;
  color: #707070;
  text-align: center;
  width: 100%;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  #main-section-anim .login-section .login-top .monpass-btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 1366px) {
  #main-section-anim .login-section .login-top .monpass-btn {
    margin-top: 10px;
    padding: 10px 10px;
  }
}
#main-section-anim .login-section .login-top .monpass-btn:hover, #main-section-anim .login-section .login-top .monpass-btn:active, #main-section-anim .login-section .login-top .monpass-btn.active {
  background: #023378;
  color: #fff;
}
#main-section-anim .login-section .login-top .log-links {
  position: relative;
  width: 70%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  #main-section-anim .login-section .login-top .log-links {
    width: 100%;
  }
}
#main-section-anim .login-section .login-top .rem-me {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #023378;
  background: transparent;
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
}
#main-section-anim .login-section .login-top .rem-me .rem-me-inside {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #023378;
  display: block;
  position: absolute;
  top: 6px;
  left: 7px;
}
#main-section-anim .login-section .login-top .login-link {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 19px;
  color: #023378;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  #main-section-anim .login-section .login-top .login-link {
    font-size: 12px;
  }
}
#main-section-anim .login-section .login-bottom {
  padding: 30px 80px;
  background: #023378;
}
@media screen and (min-width: 1150px) and (max-width: 1267px) {
  #main-section-anim .login-section .login-bottom {
    padding: 30px 80px;
  }
}
@media screen and (max-width: 1150px) {
  #main-section-anim .login-section .login-bottom {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 1366px) {
  #main-section-anim .login-section .login-bottom {
    padding: 10px 40px;
  }
}
@media screen and (max-width: 991px) {
  #main-section-anim .login-section .login-bottom {
    padding: 10px 20px;
  }
}
#main-section-anim .login-section .login-bottom .h-text {
  color: #fff;
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  #main-section-anim .login-section .login-bottom .h-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  #main-section-anim .login-section .login-bottom .h-text {
    font-size: 16px;
    line-height: 18px;
  }
}
#main-section-anim .login-section .login-bottom .login2-btn {
  border-radius: 3px;
  background: #fff !important;
  border: 0;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 21px;
  letter-spacing: 2px;
  padding: 15px 10px;
  color: #707070;
  text-align: center;
  width: 60%;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  #main-section-anim .login-section .login-bottom .login2-btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 1366px) {
  #main-section-anim .login-section .login-bottom .login2-btn {
    padding: 10px 10px;
    margin-top: 10px !important;
  }
}
#main-section-anim .helpdesk .helpdesk-section {
  position: absolute;
  bottom: 20px;
  right: 20%;
  z-index: 1;
  padding: 25px 25px;
  backdrop-filter: blur(45px) brightness(130%);
  background-color: rgba(255, 255, 255, 0.44);
  width: 350px;
  box-shadow: 0 30 40px rgba(255, 255, 255, 0.05);
  text-align: center;
}
@media screen and (min-width: 1900px) {
  #main-section-anim .helpdesk .helpdesk-section {
    max-width: 350px;
    right: 30%;
  }
}
@media screen and (min-width: 1900px) {
  #main-section-anim .helpdesk .helpdesk-section {
    max-width: 350px;
    right: 30%;
  }
}
@media screen and (min-width: 1500px) {
  #main-section-anim .helpdesk .helpdesk-section {
    right: 20%;
  }
}
@media screen and (min-width: 1366px) {
  #main-section-anim .helpdesk .helpdesk-section {
    right: 15%;
  }
}
@media screen and (max-width: 1366px) {
  #main-section-anim .helpdesk .helpdesk-section {
    right: 5%;
  }
}
@media screen and (max-width: 991px) {
  #main-section-anim .helpdesk .helpdesk-section {
    padding: 5px 25px;
    bottom: 0;
    width: 55%;
  }
}
@media screen and (max-width: 710px) {
  #main-section-anim .helpdesk .helpdesk-section {
    width: 80%;
  }
}
@media screen and (max-width: 488px) {
  #main-section-anim .helpdesk .helpdesk-section {
    padding: 3px 25px;
  }
}
#main-section-anim .helpdesk .helpdesk-section .helpdesk-title {
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  color: #707070;
  margin-bottom: 20px;
  padding: 5px;
}
@media screen and (max-width: 991px) {
  #main-section-anim .helpdesk .helpdesk-section .helpdesk-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #main-section-anim .helpdesk .helpdesk-section .helpdesk-title {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 710px) {
  #main-section-anim .helpdesk .helpdesk-section .helpdesk-title {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 488px) {
  #main-section-anim .helpdesk .helpdesk-section .helpdesk-title {
    padding: 3px 25px;
    margin-bottom: 5px;
  }
}
#main-section-anim .helpdesk .helpdesk-section .helpdesk-input {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  font-size: 22px;
  line-height: 20px;
  padding: 10px;
  color: #707070;
  text-align: left;
  margin-bottom: 10px;
  width: 100%;
}
#main-section-anim .helpdesk .helpdesk-section .helpdesk-input::-webkit-input-placeholder {
  opacity: 0.4;
}
#main-section-anim .helpdesk .helpdesk-section .helpdesk-input::-webkit-input-placeholder:hover, #main-section-anim .helpdesk .helpdesk-section .helpdesk-input::-webkit-input-placeholder:active, #main-section-anim .helpdesk .helpdesk-section .helpdesk-input::-webkit-input-placeholder.active {
  opacity: 1;
}
#main-section-anim .helpdesk .helpdesk-section .helpdesk-input:-moz-placeholder {
  opacity: 0.4;
}
#main-section-anim .helpdesk .helpdesk-section .helpdesk-input:-moz-placeholder:hover, #main-section-anim .helpdesk .helpdesk-section .helpdesk-input:-moz-placeholder:active, #main-section-anim .helpdesk .helpdesk-section .helpdesk-input:-moz-placeholder.active {
  opacity: 1;
}
#main-section-anim .helpdesk .helpdesk-section .helpdesk-input::-moz-placeholder {
  opacity: 0.4;
}
#main-section-anim .helpdesk .helpdesk-section .helpdesk-input::-moz-placeholder:hover, #main-section-anim .helpdesk .helpdesk-section .helpdesk-input::-moz-placeholder:active, #main-section-anim .helpdesk .helpdesk-section .helpdesk-input::-moz-placeholder.active {
  opacity: 1;
}
#main-section-anim .helpdesk .helpdesk-section .helpdesk-input:-ms-input-placeholder {
  opacity: 0.4;
}
#main-section-anim .helpdesk .helpdesk-section .helpdesk-input:-ms-input-placeholder:hover, #main-section-anim .helpdesk .helpdesk-section .helpdesk-input:-ms-input-placeholder:active, #main-section-anim .helpdesk .helpdesk-section .helpdesk-input:-ms-input-placeholder.active {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  #main-section-anim .helpdesk .helpdesk-section .helpdesk-input {
    margin-bottom: 5px;
    padding: 5px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  #main-section-anim .helpdesk .helpdesk-section .helpdesk-input {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 710px) {
  #main-section-anim .helpdesk .helpdesk-section .helpdesk-input {
    font-size: 12px;
    line-height: 18px;
  }
}
#main-section-anim .helpdesk .helpdesk-section .helpdesk-input:hover, #main-section-anim .helpdesk .helpdesk-section .helpdesk-input:active, #main-section-anim .helpdesk .helpdesk-section .helpdesk-input.active {
  border: 1px solid #023378;
}
#main-section-anim .helpdesk .helpdesk-section .helpdesk-btn {
  border-radius: 3px;
  background: #023378 !important;
  border: 0;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 21px;
  letter-spacing: 2px;
  padding: 15px 10px;
  color: #fff;
  text-align: center;
  width: 50%;
  font-weight: bold;
  float: right;
  opacity: 0.95;
}
@media screen and (max-width: 991px) {
  #main-section-anim .helpdesk .helpdesk-section .helpdesk-btn {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 10px;
  }
}
@media screen and (max-width: 488px) {
  #main-section-anim .helpdesk .helpdesk-section .helpdesk-btn {
    font-size: 12px;
    line-height: 16px;
    padding: 5px;
  }
}
#main-section-anim .helpdesk .helpdesk-section .helpdesk-btn:hover, #main-section-anim .helpdesk .helpdesk-section .helpdesk-btn:active, #main-section-anim .helpdesk .helpdesk-section .helpdesk-btn.active {
  opacity: 1;
}
#main-section-anim .content-detail {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  padding: 20px 30px 30px;
  backdrop-filter: blur(45px) brightness(130%);
  background-color: rgba(255, 255, 255, 0.44);
  margin: 0 auto;
  width: 960px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 1900px) {
  #main-section-anim .content-detail {
    max-width: 960px;
  }
}
@media screen and (max-width: 1366px) {
  #main-section-anim .content-detail {
    top: 10%;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1267px) {
  #main-section-anim .content-detail {
    width: 750px;
    top: 5%;
  }
}
@media screen and (max-width: 1150px) {
  #main-section-anim .content-detail {
    width: 750px;
    top: 5%;
  }
}
@media screen and (max-width: 991px) {
  #main-section-anim .content-detail {
    width: 50%;
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #main-section-anim .content-detail {
    padding: 10px 50px 10px;
  }
}
@media screen and (max-width: 710px) {
  #main-section-anim .content-detail {
    width: 60%;
  }
}
#main-section-anim .content-detail .cdetail-title {
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  color: #023378;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  #main-section-anim .content-detail .cdetail-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  #main-section-anim .content-detail .cdetail-title {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (max-width: 710px) {
  #main-section-anim .content-detail .cdetail-title {
    font-size: 14px;
    line-height: 16px;
  }
}
#main-section-anim .content-detail .bck-btn {
  border-radius: 3px;
  background: #023378 !important;
  border: 0;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 21px;
  letter-spacing: 2px;
  padding: 15px 10px;
  color: #fff;
  text-align: center;
  width: 15%;
  font-weight: bold;
  float: right;
  opacity: 0.95;
}
@media screen and (max-width: 991px) {
  #main-section-anim .content-detail .bck-btn {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 10px;
  }
}
@media screen and (max-width: 488px) {
  #main-section-anim .content-detail .bck-btn {
    font-size: 12px;
    line-height: 16px;
    padding: 5px;
  }
}
#main-section-anim .content-detail .bck-btn:hover, #main-section-anim .content-detail .bck-btn:active, #main-section-anim .content-detail .bck-btn.active {
  opacity: 1;
}

#main-section {
  background: url(/assets/portal/Mrtd/img/main.png);
  background-size: cover;
  height: 828px;
  padding: 170px;
}
@media screen and (max-width: 1366px) {
  #main-section {
    padding: 170px 40px;
  }
}
@media screen and (max-width: 991px) {
  #main-section {
    padding: 60px;
  }
}
@media screen and (max-width: 488px) {
  #main-section {
    padding: 10px;
  }
}

#license-section {
  background: #f4f4f4;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
}
#license-section .lic-title {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 46px;
  background: #fff;
  padding: 20px;
}
@media screen and (max-width: 991px) {
  #license-section .lic-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 488px) {
  #license-section .lic-title {
    font-size: 12px;
  }
}
#license-section .search-btn {
  background: #023378;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  padding: 12px;
  margin-top: 26px;
  width: 70%;
  border-radius: 3px;
  border: none;
  opacity: 0.9;
}
#license-section .search-btn:hover, #license-section .search-btn:active, #license-section .search-btn.active {
  opacity: 1;
}
#license-section .input-group label {
  font-size: 16px;
  line-height: 20px;
  color: #212529;
  width: 100%;
}
#license-section .input-group input, #license-section .input-group select {
  border-radius: 3px;
  background: white;
  border: 1px solid #fff;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 10px;
  color: #707070;
  margin-bottom: 15px;
  width: 100%;
}
#license-section .input-group input::-webkit-input-placeholder, #license-section .input-group select::-webkit-input-placeholder {
  opacity: 0.4;
}
#license-section .input-group input::-webkit-input-placeholder:hover, #license-section .input-group input::-webkit-input-placeholder:active, #license-section .input-group input::-webkit-input-placeholder.active, #license-section .input-group select::-webkit-input-placeholder:hover, #license-section .input-group select::-webkit-input-placeholder:active, #license-section .input-group select::-webkit-input-placeholder.active {
  opacity: 1;
}
#license-section .input-group input:-moz-placeholder, #license-section .input-group select:-moz-placeholder {
  opacity: 0.4;
}
#license-section .input-group input:-moz-placeholder:hover, #license-section .input-group input:-moz-placeholder:active, #license-section .input-group input:-moz-placeholder.active, #license-section .input-group select:-moz-placeholder:hover, #license-section .input-group select:-moz-placeholder:active, #license-section .input-group select:-moz-placeholder.active {
  opacity: 1;
}
#license-section .input-group input::-moz-placeholder, #license-section .input-group select::-moz-placeholder {
  opacity: 0.4;
}
#license-section .input-group input::-moz-placeholder:hover, #license-section .input-group input::-moz-placeholder:active, #license-section .input-group input::-moz-placeholder.active, #license-section .input-group select::-moz-placeholder:hover, #license-section .input-group select::-moz-placeholder:active, #license-section .input-group select::-moz-placeholder.active {
  opacity: 1;
}
#license-section .input-group input:-ms-input-placeholder, #license-section .input-group select:-ms-input-placeholder {
  opacity: 0.4;
}
#license-section .input-group input:-ms-input-placeholder:hover, #license-section .input-group input:-ms-input-placeholder:active, #license-section .input-group input:-ms-input-placeholder.active, #license-section .input-group select:-ms-input-placeholder:hover, #license-section .input-group select:-ms-input-placeholder:active, #license-section .input-group select:-ms-input-placeholder.active {
  opacity: 1;
}
#license-section .input-group input:hover, #license-section .input-group input:active, #license-section .input-group input.active, #license-section .input-group select:hover, #license-section .input-group select:active, #license-section .input-group select.active {
  border: 1px solid #023378;
}
#license-section .input-group select {
  color: rgba(112, 112, 112, 0.4);
}
#license-section .input-group select option:not(:first-child) {
  color: #707070;
}

.con-title {
  position: relative;
  font-size: 34px;
  text-transform: uppercase;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  color: #707070;
  line-height: 46px;
  letter-spacing: 3px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .con-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 488px) {
  .con-title {
    font-size: 12px;
  }
}
.con-title:before, .con-title:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 35%;
  height: 1px;
  content: " ";
  background-color: rgba(112, 112, 112, 0.3);
}
@media screen and (max-width: 991px) {
  .con-title:before, .con-title:after {
    width: 27%;
  }
}
.con-title:before {
  left: 0;
}
.con-title:after {
  right: 0;
}

#content-section .single-news .news-single-title {
  font-size: 24px;
  line-height: 32px;
  color: #707070;
  text-transform: uppercase;
  width: 80%;
  margin: 20px auto;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #content-section .single-news .news-single-title {
    font-size: 14px;
  }
}
#content-section .single-news .news-single-desc {
  font-size: 16px;
  line-height: 20px;
  color: #707070;
  width: 90%;
  margin: 20px auto;
  text-align: center;
  height: 60px;
}
@media screen and (max-width: 991px) {
  #content-section .single-news .news-single-desc {
    font-size: 12px;
  }
}
#content-section .single-news .news-img {
  height: 267px;
  width: 100%;
  opacity: 0.9;
  cursor: pointer;
}
#content-section .single-news .news-img:hover, #content-section .single-news .news-img:active, #content-section .single-news .news-img.active {
  opacity: 1;
}
#content-section .single-news .news-btn-prev {
  border-radius: 3px;
  background: rgba(112, 112, 112, 0.1);
  border: 0;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 15px;
  color: #707070;
  width: 85%;
  display: block;
  opacity: 0.95;
}
@media screen and (max-width: 991px) {
  #content-section .single-news .news-btn-prev {
    font-size: 12px;
  }
}
#content-section .single-news .news-btn-prev:hover, #content-section .single-news .news-btn-prev:active, #content-section .single-news .news-btn-prev.active {
  opacity: 1;
}
#content-section .single-news .news-btn {
  border-radius: 3px;
  background: #023378 !important;
  border: 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 21px;
  color: #fff;
  position: absolute;
  padding: 9px 15px;
  right: 0;
  bottom: 1px;
  opacity: 0.95;
}
@media screen and (max-width: 991px) {
  #content-section .single-news .news-btn {
    font-size: 12px;
  }
}
#content-section .single-news .news-btn:hover, #content-section .single-news .news-btn:active, #content-section .single-news .news-btn.active {
  opacity: 1;
}
#content-section .single-content {
  background: #fff;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
  position: relative;
  padding: 30px 25px;
  text-align: center;
  min-height: 430px;
  margin-bottom: 80px;
}
#content-section .single-content .con-single-title {
  font-size: 24px;
  line-height: 32px;
  color: #707070;
  text-transform: uppercase;
  position: absolute;
  top: 220px;
  left: 15%;
  width: 70%;
}
@media screen and (max-width: 991px) {
  #content-section .single-content .con-single-title {
    font-size: 14px;
  }
}
#content-section .single-content .con-img {
  position: absolute;
  top: -50px;
  left: 10%;
  height: 248px;
  width: 80%;
  opacity: 0.9;
  cursor: pointer;
}
#content-section .single-content .con-img:hover, #content-section .single-content .con-img:active, #content-section .single-content .con-img.active {
  opacity: 1;
}
#content-section .single-content .con-btn {
  border-radius: 3px;
  background: #023378 !important;
  border: 0;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 21px;
  padding: 10px 10px;
  color: #fff;
  width: 70%;
  font-weight: bold;
  position: absolute;
  bottom: 35px;
  left: 15%;
  opacity: 0.95;
}
@media screen and (max-width: 991px) {
  #content-section .single-content .con-btn {
    font-size: 12px;
  }
}
#content-section .single-content .con-btn:hover, #content-section .single-content .con-btn:active, #content-section .single-content .con-btn.active {
  opacity: 1;
}

.footer-social a {
  margin: 0;
  padding: 0;
  color: #fff;
}
.footer-social i {
  background: rgba(112, 112, 112, 0.5);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  padding: 22px;
  font-size: 28px;
}
.footer-social i:hover, .footer-social i:active, .footer-social i.active {
  background: #023378;
}

.con-t .con-t-title {
  color: #707070;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 46px;
  letter-spacing: 3px;
}
@media screen and (max-width: 991px) {
  .con-t .con-t-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 488px) {
  .con-t .con-t-title {
    font-size: 12px;
  }
}
.con-t .con-address {
  color: #707070;
  font-size: 20px;
  line-height: 24px;
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .con-t .con-address {
    font-size: 14px;
  }
}
@media screen and (max-width: 488px) {
  .con-t .con-address {
    font-size: 12px;
  }
}

.con-sec {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
}

.con-t {
  background: #fff;
  text-align: center;
}

.con-icon a {
  margin: 0;
  padding: 0;
  color: #fff;
}
.con-icon i {
  background: rgba(112, 112, 112, 0.5);
  border-radius: 50%;
  width: 49px;
  height: 49px;
  margin-right: 10px;
  padding: 14px;
  font-size: 20px;
}
.con-icon i:hover, .con-icon i:active, .con-icon i.active {
  background: #023378;
}
.con-icon .con-icon-text {
  font-size: 24px;
  line-height: 32px;
  color: #707070;
  margin-right: 20px;
}
.con-icon .con-icon-text:hover, .con-icon .con-icon-text:active, .con-icon .con-icon-text.active {
  color: #023378;
}
@media screen and (max-width: 1150px) {
  .con-icon .con-icon-text {
    font-size: 16px;
    line-height: 20px;
  }
}

.img-map {
  width: 100%;
}

.copy-text {
  font-size: 14px;
  line-height: 16px;
  color: #707070;
  margin-top: 50px;
}

.span-justify {
  text-align: justify;
  display: block;
}

.show-it-desktop-min {
  display: none !important;
}
@media screen and (max-width: 1150px) {
  .show-it-desktop-min {
    display: block !important;
  }
}

@media screen and (max-width: 1150px) {
  .hide-it-desktop-min {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .non-small-device {
    display: none !important;
  }
}

@media screen and (max-width: 488px) {
  .non-phone-device {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
.seven-cols .col-sm-1,
.seven-cols .col-lg-1 {
    width: 14.2857142857%;
    *width: 14.2857142857%;
  }
}
@media (max-width: 991px) {
  .seven-cols .col-md-1,
.seven-cols .col-sm-1,
.seven-cols .col-lg-1 {
    width: 14.2857142857%;
    *width: 14.2857142857%;
    float: left;
  }
}
.seven-cols {
  color: red;
}
.seven-cols .carousel-control.right {
  right: 27%;
}
.seven-cols .carousel-control.left {
  left: 27%;
}
.seven-cols .carousel-control.custom {
  opacity: 1;
  z-index: 1000;
  top: 100%;
}
.seven-cols .carousel-control.custom i {
  font-size: 40px;
  color: #55d069;
}

.spl-modal .modal-dialog {
  max-width: 1500px;
  width: 603px;
  min-height: 336px;
  background: #FFFFFF;
  border: 2px solid #023378;
  border-radius: 10px !important;
}
.spl-modal .modal-body {
  padding: 46px 0px 96px;
  text-align: center;
  pointer-events: auto;
}

.add-email-btn {
  position: absolute;
  top: 5px;
  right: -52px;
  background: url(/assets/img/add-btn.png);
  height: 42px;
  width: 42px;
}

.remove-email-btn {
  position: absolute;
  top: 15px;
  right: -40px;
  font-size: 20px;
  cursor: pointer;
}

#loader {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
  position: fixed;
  height: 100vh;
  width: 100%;
  background: #fff;
  z-index: 90000;
}

#loader.fadeOut {
  opacity: 0;
  display: none;
  visibility: hidden;
}

.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  background-color: #023378;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/*# sourceMappingURL=main.css.map */
