/*----- Normalize.css Start -----*/

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

article, aside, footer, header, nav, section {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

figcaption, figure, main {
  display: block
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b, strong {
  font-weight: inherit;
  font-weight: bolder
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #515151
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

audio, video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

button, input, optgroup, select, textarea {
  margin: 0
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

button, html [type="button"],
/* 1 */

[type="reset"], [type="submit"] {
  -webkit-appearance: button;
  outline: 0
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details,
/* 1 */

menu {
  display: block
}

summary {
  display: list-item
}

canvas {
  display: inline-block
}

template {
  display: none
}

[hidden] {
  display: none
}

/*----- Normalize.css End -----*/

/*----- Common Start -----*/

/* Font Declaration */

/* General Resets */

/* scroll css */

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option, textarea, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #0c53af;
}

a:hover {
  text-decoration: none;
  color: #0c53af;
}

body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
  -webkit-overflow-scrolling: smooth;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #0c53af;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
}

.home-banner {
  background: url(./../images/banner-main-min.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  position: relative;
  height: 100vh;
}

.home-banner:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgb(255 255 255 / 75%);
  background: -moz-radial-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 54%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 54%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 54%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  width: 100%;
  min-height: 100%;
  z-index: 0;
}

/* .logo-wrapper {
  z-index: 1;
  position: absolute;
  display: inline-block;
  padding-top: 20px;
}

.logo-wrapper a {
  display: inline-block;
  max-width: 450px;
} */

.home-content {
  min-height: 100%;
  z-index: 1;
  padding: 0 50px;
  position: relative;
}

.left-content {
  color: #0c53af;
  max-width: 700px;
}

.left-content p {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 18px;
  margin-bottom: 10px;
}

.left-content h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.left-content h3 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 20px;
}

.left-content h5 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

.white-btn {
  background: #fff;
  color: #0c53af;
  border: 1px solid #fff;
  cursor: pointer;
  display: inline-block;
  padding: 1.5em 2.2em;
  font-style: normal;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: opacity 300ms cubic-bezier(.694, 0, .335, 1), background-color 100ms cubic-bezier(.694, 0, .335, 1), color 100ms cubic-bezier(.694, 0, .335, 1);
  -o-transition: opacity 300ms cubic-bezier(.694, 0, .335, 1), background-color 100ms cubic-bezier(.694, 0, .335, 1), color 100ms cubic-bezier(.694, 0, .335, 1);
  transition: opacity 300ms cubic-bezier(.694, 0, .335, 1), background-color 100ms cubic-bezier(.694, 0, .335, 1), color 100ms cubic-bezier(.694, 0, .335, 1);
}

.white-btn:hover, .white-btn:focus {
  opacity: 0.8;
  color: #0c53af;
}

.slider-wrapper {
  /* width: 680px;
  height: 430px; */
  width: 90%;
  height: 40%;
  -ms-height: 500px
}

.slider-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.slider-wrapper .bx-wrapper {
  margin: 0;
  border: 0;
  box-shadow: none;
}

.slider-wrapper .bx-pager.bx-default-pager {
  top: -38px;
  left: -5px !important;
  right: auto !important;
  width: auto;
  height: 40px;
}

.slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  border: 1px solid #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #0046a7 !important;
  border: 1px solid #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 8px;
  height: 8px;
}

/* header css start */

header .navbar {
  padding: 10px 50px;
}

header a.nav-link {
  color: #0c53af !important;
  position: relative;
}

header a.nav-link:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 0%;
  opacity: 0;
  background: #fff;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

header a.navbar-brand.logo-wrapper {
  max-width: 311px;
}

header a.navbar-brand.logo-wrapper img {
  width: 100%;
}

header li.nav-item {
  margin: 0 10px;
}

header li.nav-item.active a:after, header li.nav-item:hover a:after {
  width: 100%;
  opacity: 1;
}

header a.nav-link {
  color: #0c53af !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: url(./../images/menu.svg); 
}

.navbar-light .navbar-toggler {
  border: none;
  padding: 8px 0px 0 0;
}

/* header end */

.login-form {
  max-width: 655px;
  background: rgba(255,255, 255,0.85);
  text-align: center;
  margin: 0 auto;  
  padding: 30px 0 20px;
  width: 100%;
  /* left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
}
.features {
  max-width: 855px;
  background: rgba(255,255, 255,0.85);
  text-align: center;
  margin: 0 auto;  
  padding: 30px 0 20px;
  width: 100%;
  /* left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
}
.login-block {
  max-width: 74%;
  margin: 0 auto;
}
.features-block {
  max-width: 74%;
  margin: 0 auto;
}
.login-block .close-icon {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
}

.login-block .close-icon:hover {
  opacity: 0.8;
}

.login-block .logo-area a {
  display: inline-block;
  margin-bottom: 35px;
}

.login-block .logo-area img {
  width: 52px;
}

.login-block h4 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #0c53af
}
.features-block h4 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #0c53af
}
.form-group {
  position: relative;
}

.login-block .form-group {
  text-align: left;
}

.login-block label {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.features-block .form-group {
  text-align: left;
}

.features-block label {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.form-control {
  border: 1px solid #DDDFE1;
  border-radius: 0px;
  padding: 8px 12px;
  font-size: 16px;
  background-color: #FCFCFC;
  transition: all 0.3s;
}

.form-control:hover, .form-control:focus {
  border-color: #0046a7;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #d8d8d8;
}

.form-control:disabled:hover, .form-control:disabled:focus, .form-control[readonly]:hover, .form-control[readonly]:focus {
  border: 1px solid #DDDFE1;
  opacity: 1;
}

.error {
  position: absolute;
  font-size: 13px;
  color: rgb(207, 27, 27);
  bottom: -19px;
}
.emailfail {
    color: red;
}
.emailsucess {
    color: green;
}

.login-block .wid-50>div {
  font-size: 14px;
}

.form-group.btn-block {
  margin-top: 20px;
}

.login-block .forgot-pwd {
  text-align: right;
  font-size: 14px;
}

.forgot-pwd a {
  color: #515151;
}

.forgot-pwd a:hover {
  color: #0046a7;
}

.login-block p {
  font-size: 16px;
  margin-top: 20px;
}
.features-block p {
  font-size: 16px;
  margin-top: 20px;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.login-block p a {
  color: #ffffff;
  text-decoration: underline;
}
.features-block p a {
  color: #ffffff;
  text-decoration: underline;
}
.btn-primary {
  background: #00469A;
  text-transform: uppercase;
  color: #ffffff !important;
  border: 1px solid #00469A;
  cursor: pointer;
  display: inline-block;
  padding: 1.5em 2.2em;
  font-style: normal;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: opacity 300ms cubic-bezier(.694, 0, .335, 1), background-color 100ms cubic-bezier(.694, 0, .335, 1), color 100ms cubic-bezier(.694, 0, .335, 1);
  -o-transition: opacity 300ms cubic-bezier(.694, 0, .335, 1), background-color 100ms cubic-bezier(.694, 0, .335, 1), color 100ms cubic-bezier(.694, 0, .335, 1);
  transition: opacity 300ms cubic-bezier(.694, 0, .335, 1), background-color 100ms cubic-bezier(.694, 0, .335, 1), color 100ms cubic-bezier(.694, 0, .335, 1);
}

.btn-primary:hover, .btn-primary:focus,.btn-primary.active,.btn-primary:active {
  opacity: 0.8;
  color: #0c53af !important;
  border-color: #0046a7;
  background: #fff;
  outline: 0;
  box-shadow: none;
}
input.fontsetup[type="button"] {
  background: #00469A;
  text-transform: uppercase;
  color: #0c53af;
  border: 1px solid #00469A;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 1em;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px !important;
  -webkit-transition: opacity 300ms cubic-bezier(.694, 0, .335, 1), background-color 100ms cubic-bezier(.694, 0, .335, 1), color 100ms cubic-bezier(.694, 0, .335, 1);
  -o-transition: opacity 300ms cubic-bezier(.694, 0, .335, 1), background-color 100ms cubic-bezier(.694, 0, .335, 1), color 100ms cubic-bezier(.694, 0, .335, 1);
  transition: opacity 300ms cubic-bezier(.694, 0, .335, 1), background-color 100ms cubic-bezier(.694, 0, .335, 1), color 100ms cubic-bezier(.694, 0, .335, 1);
}
input.fontsetup[type="button"]:hover,input.fontsetup[type="button"]:focus{
  opacity: 0.8;
  color: #0c53af;
  border-color: #0046a7;
  background: #fff;
}
/*--login--*/

span.uploaded-image {
  display: block;
  width: 270px;
  height: 280px;
  overflow: hidden;
  margin: 10px 0 1em 0;
}

span.uploaded-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.full-height .fixed-top {
  /* position: relative; */
  /*background: #0852af;*/
}
.login-block a{
  color: #0c53af;
}
.features-block a{
  color: #0c53af;
}
.full-height .home-banner {
  min-height: calc(100vh - 108px);
  height: auto;
  /*margin-top: 108px;*/
  padding: 20px 0;
}
.full-height .home-content{
  min-height: auto;
}
.full-height .row {
  height: auto !important;
  min-height: auto;
}

/* search page start */
.datepicker-wrapper select.calendarDateInput,.datepicker-wrapper input.calendarDateInput{
  border: 1px solid #DDDFE1;
  border-radius: 0px;
  padding: 8px 12px;
  font-size: 16px;
  background-color: #FCFCFC;
  transition: all 0.3s;
  line-height: 1.5;
  color: #0c53af;
  background-clip: padding-box;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0;
  width: 100%;
  height: 42px;
}
.datepicker-wrapper table{
  width: 100%;
}
.datepicker-wrapper table tr td:last-child{
  text-align: right;
    max-width: 25px;
    position: relative;
}
.datepicker-wrapper a#sdate_ID_Link img,.datepicker-wrapper a#edate_ID_Link img{
  display: none;
}
.datepicker-wrapper a#sdate_ID_Link,.datepicker-wrapper a#edate_ID_Link{
  text-align: right;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(./../images/calendar.png) no-repeat;
  width: 33px; 
  height: 33px;
  margin-left: 0px;
  background-size: contain;
  display: inline-block;
}
.datepicker-wrapper td.calendarDateInput{
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  padding: 4px;
}
.datepicker-wrapper span {
  
  width: 180px !important;
  right: 0;
  top: 42px;
}
.datepicker-wrapper span > table tr td:last-child {
  text-align: center;
  max-width: inherit;
  line-height: inherit;
}
td#sdate_Previous_ID ,td#sdate_Next_ID{
  border-bottom: 1px solid #696969 !important;
}

.datepicker-wrapper span table td.calendarDateInput:hover,.datepicker-wrapper span table td.calendarDateInput:focus {
  background: #0046a7 !important;
  color: #0c53af !important;
}
/* custom check box */
.checkbox-cst,.radio-cst{
  display: inline-block;
    margin-right: 3px;
    min-width: 32%;
    margin-bottom: 10px;
}
.checkbox-cst input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox-cst label,.radio-cst label {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  user-select: none;
  margin-bottom: 0;
  vertical-align: middle;
}

.checkbox-cst label:before {
  content:'';
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #0046a7;
  box-shadow: none;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 1px;
}

.checkbox-cst input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 6px;
  height: 14px;
  border: solid #0046a7;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* custom radio */

.radio-cst [type="radio"]:checked,
.radio-cst [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio-cst [type="radio"]:checked + label,
.radio-cst [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;    
}
.radio-cst [type="radio"]:checked + label:before,
.radio-cst [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #00469a;
    border-radius: 100%;
    background: #fff;
}
.radio-cst [type="radio"]:checked + label:after,
.radio-cst [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #00469a;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio-cst [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio-cst [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.log-link,.log-link:hover{
  color: #0c53af;
  text-decoration: underline;
}
/* responsive start */

@media(min-width:1700px) {
  .slider-wrapper {
    /* width: 680px;
    height: 430px; */
    width: 90%;
    height: 50%;
  }
}

@media(max-width:1699px) {
  .slider-wrapper {
    /* width: 680px;
    height: 430px; */
    width: 90%;
    height: 50%;
  }
}

@media(max-width:1400px) {
  .slider-wrapper {
    /* width: 680px;
    height: 430px; */
    width: 90%;
    height: 50%;
  }
}

@media(max-width:1100px) {
  .left-content h1 {
    font-size: 44px;
  }
  .slider-wrapper {
    height: 300px;
    width: 100%;
  }
  .login-form.login-sm {
    max-width: 485px;
    padding: 20px 0 10px;
  }
  .login-block {
    max-width: 85%;
  }
   .features.features-sm {
    max-width: 685px;
    padding: 20px 0 10px;
  }
  .features-block {
    max-width: 85%;
  }
}

@media(max-width:991px) {
  header a.navbar-brand.logo-wrapper {
    max-width: 169px;
  }
  .left-content p {
    font-size: 16px;
  }
  .left-content h1 {
    font-size: 44px;
    line-height: 1.2;
  }
  .left-content h5 {
    font-size: 20px;
  }
  .slider-wrapper {
    height: 350px;
    width: 100%;
  }
  .home-content {
    padding: 0 30px;
    padding-top: 108px;
  }
  .home-banner {
    height: auto;
    min-height: 100%;
  }
  .left-content {
    text-align: center;
    margin: 0% auto 15% auto;
    max-width: 90%;
  }
  .home-content .h-100 {
    height: auto !important;
  }
  .logo-wrapper {
    position: relative;
  }
  .home-banner:after {
    background: rgb(6 71 155 / 75%);
    background: -moz-radial-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 60%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 60%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 60%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
  }
  header .navbar {
    padding: 10px 30px;
  }
  .p-top {
    padding-top: 110px;
  }
  .login-form.login-sm {
    max-width: 80%;
    padding: 20px 0 10px;
  }
  .full-height .home-banner{
    margin-top: 92px;
  }
  .full-height .home-banner .home-content{
    padding-top: 0;
  }
  .datepicker-wrapper a#sdate_ID_Link, .datepicker-wrapper a#edate_ID_Link{
    width: 24px;
    height: 24px;
  }
  .datepicker-wrapper table tr td:last-child{
    line-height: 0;
  }
  .features.features-sm {
    max-width: 80%;
    padding: 20px 0 10px;
  }
}

@media(max-width:767px) {
  .logo-wrapper img {
    max-width: 100px;
  }
  .left-content {
    max-width: 100%;
    margin: 30px 0 50px 0;
  }
  .slider-wrapper {
    width: 100%;
    height: 350px;
    position: relative;
    /* margin-bottom: 20px; */
  }
  .home-banner {
    min-height: calc(100vh - 67px);
    height: auto;
    padding-bottom: 20px;
  }
  header .navbar {
    position: relative;
    background: #ffffff; 
    border: 0;
  }
  header a.nav-link {
    text-align: center;
  }
  .home-content {
    padding: 0 15px;
  }
  header .navbar {
    padding: 10px 15px;
  }
  /* section.home-banner.login-wrapper {
    padding-bottom: 0px;
    min-height: calc(100vh - 67px);
    height: calc(100vh - 67px);
  } */
  .login-form.login-sm {
    max-width: 90%;
    margin-top: 40px;
  }
  .form-control {
    font-size: 14px;
  }
  .btn-primary {
    padding: 1em 2.2em;
  }
  .home-content {
    min-height: 1px;
  }
  .full-height .home-banner {
    margin-top: 0;
    padding-top: 0;
    min-height: calc(100vh - 67px);
  }
  .datepicker-wrapper select.calendarDateInput, .datepicker-wrapper input.calendarDateInput,.checkbox-cst label, .radio-cst label{
    font-size: 14px;
  }
  .login-block p {
    font-size: 14px;
  }
  .features.features-sm {
    max-width: 90%;
    margin-top: 40px;
  }
  .features-block p {
    font-size: 14px;
  }
}

@media(max-width:575px) {
  .form-group.btn-block {
    margin-top: 0px;
  }
  .slider-wrapper {
    height: 200px;
  }
  .left-content h1 {
    font-size: 34px;
  }
  .left-content h5 {
    font-size: 18px;
  }
  .left-content p {
    font-size: 15px;
  }
  .login-block h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .features-block h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

@media(max-width:360px) {
  .left-content h1 {
    font-size: 24px;
  }
  .left-content p {
    font-size: 14px;
  }
  .left-content h5 {
    font-size: 18px;
  }
  .white-btn {
    padding: 1em 2.1em;
  }
  .forgot-pwd a {
    color: #0c53af;
    font-size: 12px;
  }
  .login-form.login-sm {
    padding: 10px 0 10px;
  }
  .login-block p {
    font-size: 13px;
    margin-top: 0px;
  }
  .login-block label {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .features.features-sm {
    padding: 10px 0 10px;
  }
  .features-block p {
    font-size: 13px;
    margin-top: 0px;
  }
}