body {
    overflow-x: hidden;
    background: url('../images/body-bg.jpg');
    line-height: 1.871;
    
  }
  label {
    font-weight: 400 !important;
  }
  * {
    margin: 0;
    padding: 0;
    /* font-family: 'Rubik', sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
  }
  hr {
    border-top: 1px solid rgba(0,0,0,.1) !important;
  }
.fa-bell {
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(30deg);
    }

    3% {
        -webkit-transform: rotateZ(-28deg);
    }

    5% {
        -webkit-transform: rotateZ(34deg);
    }

    7% {
        -webkit-transform: rotateZ(-32deg);
    }

    9% {
        -webkit-transform: rotateZ(30deg);
    }

    11% {
        -webkit-transform: rotateZ(-28deg);
    }

    13% {
        -webkit-transform: rotateZ(26deg);
    }

    15% {
        -webkit-transform: rotateZ(-24deg);
    }

    17% {
        -webkit-transform: rotateZ(22deg);
    }

    19% {
        -webkit-transform: rotateZ(-20deg);
    }

    21% {
        -webkit-transform: rotateZ(18deg);
    }

    23% {
        -webkit-transform: rotateZ(-16deg);
    }

    25% {
        -webkit-transform: rotateZ(14deg);
    }

    27% {
        -webkit-transform: rotateZ(-12deg);
    }

    29% {
        -webkit-transform: rotateZ(10deg);
    }

    31% {
        -webkit-transform: rotateZ(-8deg);
    }

    33% {
        -webkit-transform: rotateZ(6deg);
    }

    35% {
        -webkit-transform: rotateZ(-4deg);
    }

    37% {
        -webkit-transform: rotateZ(2deg);
    }

    39% {
        -webkit-transform: rotateZ(-1deg);
    }

    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(0);
    }

    
}
.notice-box-header {
    background: #004d89;
    color: #fff;
    padding: 5px;
    margin-bottom: 0px;
    font-size: 1.25rem;
  }
  .notice-content {
    padding: 10px;
  }
  .tab-anchor ul li {
    list-style: none;
  }

  .tab-anchor ul li a:hover {
    color: #fff;
    background: #07458a;
    border-color: #07458a;
  }
  
  .tab-anchor ul li a {
    text-decoration: none;
    color: #07458a;
    display: block;
    border: 1px solid;
    border-left: 5px solid;
    /* padding: 5px 5px 5px 10px; */
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
  }
  .Claim-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    min-height: 86px;
  }
  .tab-anchor ul li a img {
    background: #07458a;
    padding: 7px;
  }

  .Claim-box-header {
    background: #07458a;
    color: #fff;
    padding: 5px;
    margin-bottom: 0px;
    font-size: 1rem;
  }

  .x_title {
    border-bottom: 1px solid #E6E9ED;
    padding: 0;
    background: #213ea4;
    line-height: 22px;
    border-radius: 5px 5px 0px 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .x_title h2 {
    margin: 5px 10px;
    float: left;
    display: block;
    font-size: 16px;
    color: #ffffff;
  }
  .mandatory {
    color: red;
  }
  .control-label {
    color: #624b67;
    font-weight: bold !important;
    font-size: 12px;
    font-family: "Helvetica Neue",Roboto,Arial,"Droid Sans",sans-serif;
  }

  .form-control:read-only {
    background-color:#e8e8e8;
    opacity:1
   }

   .box-img {
    width: 100%;
    max-width: 400px;
    height: 250px;
    overflow: hidden;
    margin: 0 auto;
    border: 5px solid #014c86;
    border-radius: 20px;
  }
  .main-box-h5 {
    background: #014c86;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    margin-top: -15px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    color: #fff;
    font-size: 1.24rem;
  }
  .box-img:hover img {
    transform: scale(1.02);
  }
  .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in;
  }