html,body {
    height:100%;
    width:100%;
    margin:0;
    font-family: 'BarclaysEffra_W_Rg';
    background: #F1F5F8;
  }
  body {display: inline;width: 100%; height: 100%;}
  @font-face {
    font-family: 'BarclaysEffra_W_Rg';
    src: url('../fonts/BarclaysEffra_W_Rg.woff') format('woff2'),
        url('../fonts/BarclaysEffra_W_Rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}  
@font-face {
    font-family: 'BarclaysEffra_W_Bd';
    src: url('../fonts/BarclaysEffra_W_Bd.woff2') format('woff2'),
        url('../fonts/BarclaysEffra_W_Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Tomatoes';
    src: url('../fonts/Tomatoes.woff2') format('woff2'),
        url('../fonts/Tomatoes.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
p {
    font-size: 16px;
    font-family: 'BarclaysEffra_W_Rg';
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 23px;
    color: #000;
  } 
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'BarclaysEffra_W_Bd';
}
a, a:hover {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    text-decoration: none!important;
    cursor: pointer;
  }
a, a:focus, a:hover, button, button:focus, button:hover, checkbox, checkbox:focus, checkbox:hover, input, input:focus, input:hover, select, select:focus, select:hover {
    outline: 0;
  }
  ul {
    margin: 0;
  }
  li {
    list-style: none;
    font-family: 'BarclaysEffra_W_Rg';
  }
  section.barclay {
    height: 100%;
}
.hfont {
    font-family: 'Tomatoes';
    color: #484848;
    font-weight: 600;
}
.blue-btn button {
    background: #00AEEF;
    color: #fff;
    padding: 10px 30px;
    font-size: 20px;
    border: 2px solid #00AEEF;
    border-radius: 5px;
}
.blue-btn button:hover {
    background: #015e80;
    color: #fff;
    padding: 10px 30px;
    font-size: 20px;
    border: 2px solid #015e80;
}
.border-btn button {
    background: #fff;
    color: #484848;
    padding: 10px 30px;
    font-size: 20px;
    border: 2px solid #00AEEF;
    border-radius: 5px;
}
.border-btn button:hover {
    background: #fff;
    border: 2px solid #015e80;
    color: #484848;
    padding: 10px 30px;
    font-size: 20px;
}
.dot-btn button {
    background: #fff;
    color: #00000050;
    padding: 15px 30px;
    font-size: 18px;
    border: 2px dashed #484848;
    border-radius: 5px;
    font-weight: 600;
}
.dot-btn button:hover {
    background: #fff;
    border: 2px dashed #484848;
    color: #00000050;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
}
.whitebg {background:#fff ;}
.h-93 {
    height: 93%;
}
.br-10 {border-radius: 10px;}
sup {color: red;}
.form-section .form-control {
    padding: 10px;
    border: 1px solid #C5C6C8;
}
.relative {position: relative;}
.refresh {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.refresh img {
    width: 35px;
}
.rulesicon {
    background: url(../images/rulesicon.png) no-repeat;
    padding-left: 28px;
    background-size: 20px;
    padding-bottom: 5px;
}
.rulesicon a {
    font-weight: 600;
    color: #484848;
    border-bottom: 2px solid #484848;
    font-size: 17px;
}
.form-section h4 {
    font-size: 30px;
    color: #484848;
}
.modal-title {
    color: #27AADC;
    font-size: 25px!important;
}
.content-scroll {
    height: 165px;
    overflow: hidden;
    overflow-y: scroll;
}
img.slogo {
    width: 200px;
}
.whitebg h6 {
    font-size: 18px;
}
.refresh{
    cursor: pointer;
}
.error-message{
    color: red;
}
.field-error{
    border: 1px solid red !important;
}
.modal-body h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 15px;
    color: #111;
  }
  .modal-body h4 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #111;
    line-height: 30px;
  }
  table {
    caption-side: bottom;
    border-collapse: collapse;
    border: 1px solid #111;
  }
  table th {
    background-color: #f7f7f7 !important;
  }
  .modal-body li {
    list-style: disc;
    margin-bottom: 8px;
  }

/*---------------------Media Query--------------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
    .content-scroll {
        height: 65%;
        overflow: hidden;
        overflow-y: scroll;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
    .content-scroll {
        height: 50%;
        overflow: hidden;
        overflow-y: scroll;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation:portrait) {
    .content-scroll {
        height: 65%;
        overflow: hidden;
        overflow-y: scroll;
    }
}
