      


  .whiteBg {
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .txtblk{color: #000;}

.verticalTab .nav-pills .nav-link.active, .verticalTab .nav-pills .show > .nav-link {
  color: #000;
  background-color: #aacfee;
  border-radius: 0;
}

.verticalTab .nav-pills .nav-link {
  border-radius: 0;
  border: 1px solid #ccc;
  color: #000;
}

.verticalTab .tab-content{padding: 0;}

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


    
    
/* Full-width input fields */
/* input[type=text], input[type=email], input[type=tel]{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: block;
  border: 1px solid #ccc;
  box-sizing: border-box;
} */

.input-group-text {
  
  border-radius: 0px !important;
}

/* Set a style for all buttons */
button {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  /* margin: 24px 0 12px 0; */
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

.modalbottom {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 32px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}



.promo-carousel {

  padding-bottom: 0;
  overflow: hidden; }
  .promo-carousel .item-wrap {
    transform: translateX(0px);
    width: 400%;
    position: relative;
    white-space: nowrap;
    display: flex; }

    /* .item {
      background: #fff;
      border-right: 0;
      text-align: center;
      display: flex;
      flex: 1;
      justify-content: center;
      align-items: center;
      margin: 7.5px;
      border-radius: 10px;
  } */

  .item {
    width: 200px;
    background-color: #fff;
    height: 100px;
    border-radius: 12px;
    margin: 10px;
    position: relative;
}

.item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: auto;
  height: 70px;
}

  /* .item a {
    text-decoration: none;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    height: 100%;
    padding: 10px 0; } */
  .item.active {
    background: #C0392B; }
    .item.active a {
      color: #000; }

@media (min-width: 768px) {
  .promo-carousel .item-wrap {
    width: 200%; } }

    .text-red-d1{ color: yellow!important;}

    #page-intro-dark{
    background: url(../../assets/image/home-bg.png) no-repeat center bottom #1166a6;
  }

  .homeBgBlock{background:rgba(0, 19, 34, 50%)}
  .homeBgBlock h4{font-size: 2rem!important;}

  @media (max-width: 767px) {
  .item img {
     height: 50px;
}
.item {

  height: 73px;

}

.mobileImg img{width: 100%!important;}

  }


  .smalltxt {
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 14px;
}

.homeBgBlock i{font-size: 1.9rem;}

.modal-backdrop{z-index: 0!important;}

#exampleModal3 .modal-body {

  padding: 0;
}

#exampleModal3 .modal-header {
  border-bottom-color: #e4e9ee;
  position: absolute;
  z-index: 1111;
  right: 0;
}

#exampleModal3 .modal-content{
  width: 57%;
}

.myLink {
  font-size: 1rem;
  font-weight: bold;
  text-decoration: underline;
}

sup {
  animation: blinkColor 2s infinite alternate; /* 2s duration, infinite loop, alternates direction */
}

@keyframes blinkColor {
  0% {
    color: red; /* Starting color */
  }
  50% {
    color: blue; /* Color at midpoint */
  }
  100% {
    color: red; /* Ending color, returning to start for alternate direction */
  }
}