html, body {
    font-size: 15px !important;
}

body {
    background-color: #F4F5F7 !important;
    font-family: 'Prompt', sans-serif !important;
    letter-spacing: 0.5px !important;
    line-height: 1.4 !important;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

/* Back to top */
#myBtn {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    border-radius: 4px;
    height: 35px;
    width: 35px;
  }
  
  #myBtn:hover {
    background-color: #000;
  }

/* Scrollbar */
/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    /* background: #f1f1f1;  */
    background: #e6e6e6; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    /* background: #e2e2e2;  */
    background: #c7c7c7; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    /* background: #a0a0a0;  */
    background: #afafaf; 
  }

/* checkbox */
input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    color: #000;
}

input[type="checkbox"]+label span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background-color: rgba(23, 64, 126, 0.3);
    /* border: 2px solid #17407E; */
    border-radius: 4px;
    cursor: pointer;
}

input[type="checkbox"]:checked+label span {
    background: url('../images/correct-symbol.png')center no-repeat;
    background-color: #17407E;
    background-size: 10px;
}

/* menu bar */
.bg-menubar {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.navbar-brand{
    margin-right: 0px !important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #3772FF !important;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(117, 120, 123, 1) !important;
    font-weight: 400;
    font-size: 14px;
}

.navbar-toggler-icon {
    width: 1.25em !important;
    height: 1.25em !important;
}

.navbar-toggler {
    padding: .25rem .50rem !important;
}

/* button */
.button-fadeblue {
    color: #fff !important;
    background-color: #63ADF2 !important;
    border: none !important;
    border-radius: 20px !important;
    height: 35px;
    width: 150px;
    font-family: 'Prompt', sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}

.button-blue {
    color: #fff !important;
    background-color: #17407E !important;
    border: none !important;
    border-radius: 20px !important;
    height: 35px;
    width: 150px;
    font-family: 'Prompt', sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}

.button-view-borderblue {
    color: #17407E;
    background-color: transparent;
    border: 2px solid #17407E;
    border-radius: 30px;
    font-family: 'Prompt', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
}

.button-view-blue {
    color: #fff;
    background-color: #17407E;
    border: 2px solid #17407E;
    border-radius: 30px;
    font-family: 'Prompt', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
}

.transbutton {
    color: transparent;
    background-color: transparent;
    border: none;
}

/* Modal */
.modal-font {
    font-size: 18px;
    font-weight: 500;
    color: #17407E;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-content-contact {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.9) !important;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-body {
    padding: 2rem !important;
}

.modal-title-font {
    color: #17407E;
    font-size: 18px;
    font-weight: 400;
}

.close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

/* All Page */
.pagehead-font {
    color: #17407E;
    font-size: 40px;
    font-weight: 700;
}

/* Search */
.title-search-font{
    font-size: 18px;
    color: #3772FF;
}
.content-search-font{
    margin-top: 3px;
    font-size: 14px;
    color: #545e75;
    font-weight: 300;
}
.highlight-title-search-font{
    font-size: 18px;
    color: red;
    display: inline;
}
.highlight-cont-search-font{
    font-size: 14px;
    color: red;
    display: inline;
    font-weight: 300;
}

/* Our Product */
.delml{
    margin-left: -2.5rem;
}

/* Contact Us */
.locate-icon {
    color: #3772FF;
    font-size: 25px;
}

table.contactus-table td,
table.contactus-table th {
    padding: 0.25rem !important;
    border-top: 0px !important;
}

table.contactus-line tbody {
    border-top: 3px solid #e6e6e5 !important;
}

.contactus-title-font {
    font-size: 16px;
    font-weight: 500;
    color: #434C60;
}

.contactus-content-font {
    font-size: 13px;
    font-weight: 300;
    color: #545E75;
}

.contactus-span-font {
    font-size: 14px;
    font-weight: 400;
    color: #434C60;
}

.contactus-link {
    color: #434C60;
    cursor: pointer;
}

.contact-phone {
    color: #434C60;
}

tbody.contactus-tbody:hover tr td {
    background-color: #17407e;
    color: #fff !important;
}

.table-footer td,
.table-footer th {
    padding: 0rem !important;
}

/* Footer */
.footer-bg {
    background-color: #FDFDFD;
}

.footer-head-font {
    font-size: 18px;
    color: #17407E;
    font-weight: 600;
}

.footer-title-font {
    font-size: 14px;
    color: #17407E;
    font-weight: 500;
}

.footer-subtitle-font {
    font-size: 14px;
    color: #17407E;
    font-weight: 500;
}

.footer-content-font {
    font-size: 14px;
    color: #17407E !important;
    font-weight: 200;
}

.footer-content-font a {
    font-size: 14px;
    color: #17407E !important;
    font-weight: 200;
}

.footer-navtitle-font a {
    font-size: 14px;
    color: #17407E;
    font-weight: 500;
}

.copyright-bg {
    background-color: #17407E;
}

.copyright-font {
    color: #ffffff;
    text-align: center !important;
    font-size: 12px;
    font-weight: 200;
}

.copyright-link-font {
    font-weight: 300;
    color: #fff;
}

table.upload-table tbody {
    color: #545E75;
    font-size: 16px;
    font-weight: 200;
    background-color: #fff;
}

table.upload-table {
    border: 2px solid #D8D8D8 !important;
    margin-bottom: 0rem !important;
}

table.upload-table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #D8D8D8;
    background-color: #D8D8D8;
    color: #545E75;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

table.upload-table td,
table.upload-table th {
    padding: 0.25rem;
}

.button-Login{
  width: 100px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.button-CancLogin{
  color: #fff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}

.button-goLogin{
  color: #fff;
  background-color: #17407e;
  border-color: #17407e;
}

.log-inputform {
  width: 90% !important;
  border: 1px solid rgba(117, 120, 123, 0.4) !important;
  border-radius: 0rem !important;
  background-color: #fff !important;
  color: #545E75 !important;
  font-size: 14px !important;
  font-weight: 200 !important;
}

.modal-Login-font {
  color: #626262;
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
  line-height: 32px;
}